@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {}
.pc {display:none !important;}

img {vertical-align: middle;}

body {
	font-family: "Noto Sans JP", sans-serif;
}

header {
	width: 100%;
	background: url("../Images/bg_sp.png") center center no-repeat #FFE0A2;
	background-size: cover;
	position: relative;
	z-index: 100;
	overflow-x: hidden;
}

.header_area {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.header_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.header_img {
	width: 100%;
	padding: 30px 0;
}

.header_img img {
	width: 100%;
}

.header_sp_text {
	width: 100%;
	text-align: center;
	font-weight: 900;
}

.header_img2 {
	width: 18%;
	position: absolute;
	right: 10%;
	top: 50px;
}

.header_img2 img {
	width: 100%;
}

.header_img3 {
	width: 55%;
	margin-right: 45%;
}


.header_img3 img {
	width: 100%;
}

.header_img4 {
	width: 100%;
}

.header_img4 img {
	width: 100%;
	margin-right: -50px;
}

.photo_img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.photo_img p {
	width: 33.333%;
}

.photo_img p img {
	width: 100%;
}

.section1 {
	width: 100%;
	background: #FFA747;
	padding: 30px 0;
	box-sizing: border-box;
}

.section_area {
	width: 100%;
	height: auto;
	padding: 0 30px;
	box-sizing: border-box;
}

.section1_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top_news {
	width: 100%;
	margin-bottom: 30px;
	border: 3px solid #000;
	box-sizing: border-box;
	background: #fff;
}

.top_news .title {
	width: 100%;
	background: #000;
	color: #fff;
	border-bottom: 3px solid #000;
	box-sizing: border-box;
	text-align: center;
	font-weight: 600;
	font-size: 1.2em;
	padding: 2px 0;
}

.top_news .list {
	width: 100%;
	background: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
}

.top_news .list li {
	width: 100%;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0;
}

.top_news .list li:last-child {
	border-bottom: none;
}

.top_news .list li .time {
	width: 35%;
	display: inline-block;
	font-size: 0.9em;
	padding-top: 1px;
}

.top_news .list li .text {
	width: 65%;
	display: inline-block;
}


.top_search {
	width: 100%;
}

.top_search .title {
	width: 100%;
	background: #000;
	color: #fff;
	border: 3px solid #000;
	box-sizing: border-box;
	text-align: center;
	font-weight: 600;
	font-size: 1.3em;
	padding: 7px 0;
	margin-bottom: 30px;
}

.top_search .form_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top_search .form_box select {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 10px;
	border: 1px solid #333;
}

.top_search .form_box .k_submit {
	width: 15%;
	background: url("../Images/search.png") center center no-repeat;
	background-size: cover;
	border: none;
}

.section2 {
	width: 100%;
	background: #FFE0A3;
	padding: 50px 0;
	box-sizing: border-box;
}

.section2_box {
	width: 100%;
}

.section2_box .p_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.section2_box .p_list a {
	width: auto;
	padding: 3px 12px;
	display: inline-block;
	border: 2px solid #000;
	box-sizing: border-box;
	margin: 0 7px;
	background: #fff;
	font-weight: 600;
}

.section2_box .p_list a:nth-child(1) {
	background: #000;
	color: #fff;
	padding: 3px 10px;
}

.section2_box .p_list button {
	width: auto;
	padding: 3px 12px;
	display: inline-block;
	border: 2px solid #000;
	box-sizing: border-box;
	margin: 0 7px;
	background: #fff;
	font-weight: 600;
}

.section2_box .p_list button.currentPage {
	background: #000;
	color: #fff;
}

.section2_box .list {
	width: 100%;
	margin-bottom: 30px;
}

.section2_box .list .inlist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.section2_box .list .inlist .titlebox {
	width: 100%;
	background: #000;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 10px;
	align-items: center;
	position: relative;
}

.section2_box .list .inlist .titlebox .cat {
	width: auto;
	min-width: 120px;
	padding: 3px 10px;
	box-sizing: border-box;
	margin-right: 3%;
}

.section2_box .list .inlist .titlebox .cat1 {
	background: #FFA747;
	color: #fff;
}

.section2_box .list .inlist .titlebox .title {
	width: 100%;
	padding: 10px 0 3px 0;
	text-align: left;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	margin-right: 15%;
}

.section2_box .list .inlist .titlebox .tiiki {
	width: auto;
	min-width: 120px;
	padding: 3px 10px;
	box-sizing: border-box;
	background: #FF0000;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 13px;
}

.section2_box .list .inlist .textbox {
	width: 100%;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

.section2_box .list .inlist .textbox .left_box {
	width: 100%;
	margin-bottom: 30px;
}

.section2_box .list .inlist .textbox .left_box .inlist {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.section2_box .list .inlist .textbox .left_box .inlist .intitle {
	width: 28%;
	background: #000;
	color: #fff;
	padding: 3px 0;
	box-sizing: border-box;
}

.section2_box .list .inlist .textbox .left_box .inlist .intext {
	width: 72%;
	text-align: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.section2_box .list .inlist .textbox .left_box .inlist .intext a {
	word-break: break-all;
}

.section2_box .list .inlist .textbox .left_box .b_text {
	width: 100%;
	background: #F7F7F7;
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
	font-size: 0.9em;
}

.section2_box .list .inlist .textbox .right_box {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.section2_box .list .inlist .textbox .right_box iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.section2_box .bottom_text {
	width: 100%;
	font-size: 1.4em;
	font-weight: 700;
	text-align: center;
}

.section3 {
	width: 100%;
	padding: 15px 0;
	box-sizing: border-box;
	text-align: center;
}

.section3 img {
	width: 280px;
}

footer {
	width: 100%;
	background: #000;
	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 0.7em;
}

/*スムーススクロール用*/

.up {
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.up img {
	width: 30px;
	height: auto;
}

.active {
	opacity: 1;
	visibility: visible;
}

.hidden {
    display: none;
  }

  .currentPage {
    font-weight: bold;
  }




