@charset "UTF-8";
/* CSS Document */

	
.pc_header{
	background:url(../index/red_ba.gif);
	width:96%;
	padding:2% 2%;
	}

.header_midashi{
	color:#FFFFFF;
	font-size:4.2rem;
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
	font-weight:bold;
	}

.header_midashi span{
	background:#FFF;
	color:#000000;
	font-size:1.6rem;
	display:inline-block;
	vertical-align:middle;
	padding:0.2% 1%;
	margin-left:2%;
	font-weight:bold;
	}

.header_midashi span b{
	color:#D9000D;
	font-weight:bold;
	}

.pc_nav{
	display: flex;
	justify-content:space-around;
	width:100%;
	padding:1% 0;
	}

.pc_nav li{
	}

.pc_nav li a{
	border-radius:10px;
	display:block;
	width:260px;
	text-align:center;
	font-size:1.9rem;
	line-height:150%;
	padding:4% 0;
	text-shadow:0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff;
	font-weight: 700;
	filter:blur(0);
	}

.nav_01{
	background:url(../index/nav_ba_01.gif);
	}

.nav_02{
	background:url(../index/nav_ba_02.gif);
	}

.nav_03{
	background:url(../index/nav_ba_03.gif);
	}

.nav_04{
	background:url(../index/nav_ba_04.gif);
	}

.nav_05{
	background:url(../index/nav_ba_05.gif);
	}

.main_img{
	background:url(../index/nav_ba_01.gif);
	width:100%;
	padding:2% 0;
	position:relative;
	}

.main_txt_box{
	width:1100px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding-bottom:100px;
	}

.main_midashi_01{
	font-size:4.0rem;
	color:#ed1c24;
	font-weight: 800;
	line-height:120%;
	margin-bottom:1%;
	}

.main_honbun_01{
	font-size:1.4rem;
	font-weight: 700;
	margin-bottom:4%;
	  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	  letter-spacing:-0.02em;
	  line-height:180%;
	}

.main_txt_box img{
	width:380px;
	}

.map_box{
	position:absolute;
	top:20px;
	right:-100px;
	}

.map_box img{
	width:850px;
	}

.online_box{
	background:#fff56e;
	text-align:center;
	padding:1% 0;
	border-radius:10px;
	width:480px;
	position:absolute;
	right:-70px;
	bottom:0px;
	z-index:99999999999;
	}

.online_box_midashi_01{
	font-size:2.6rem;
	color:#f15a24;
	font-weight: 800;
	}

.online_box_honbun_01{
	font-size:1.5rem;
	font-weight: 700;
	  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	  letter-spacing:-0.02em;
	  line-height:180%;
	}

.btn_01{
	background:url(../index/red_ba.gif);
	display: inline-block;
	text-align:left;
	font-size:2.4rem;
	color:#FFFFFF;
	font-weight: 700;
	line-height:130%;
	vertical-align: middle;
	padding-top:2%;
	padding-left:6%;
	padding-right:6%;
	height:45px;
	border-radius:10px;
	margin-top:2%;
	margin-bottom:2%;
	position:relative;
	filter:blur(0);
	}

.btn_01::after{
	font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-size: 2.4rem;
  font-weight: 900;
  position:absolute;
  top:11px;
  right:2%;
	}




.municipalities_box{
	width:1200px;
	margin:0 auto;
	padding:5% 0 2% 0;
	}



/*要素の開閉収納設定*/
/************************************
** トグル表示ボタン カスタマイズ
************************************/
.toggle-wrap{
	position:relative;
	}

.toggle-wrap .toggle-button {
cursor: pointer;
padding:18px 10px;
text-align: center;
margin-bottom: 1em;
font-size:2.5rem;
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color:#FFF;
  position: absolute;
  top:0;
  right:0;
  width:1180px;
  text-align:right;
}

.toggle-wrap .toggle-button:hover {
}

.toggle-wrap .toggle-button:after {
content: '\f067'; /* 閉じている状態のときにラベルの後ろに続く文字 */
}

/*中身を非表示にしておく*/
.toggle-wrap .toggle-content{
height: 0;
padding: 0;
overflow: hidden;
opacity: 0;
transition: 0.6s;
}

/*チェックは見えなくする*/
.toggle-wrap > input[type="checkbox"] {
display: none;
}

.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-button:after {
content: '\f068'; /* 開いている状態のときにラベルの後ろに続く文字 */
}

/*クリックで中身表示*/
.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-content {
display: block;
height: auto;
opacity: 1;
padding: 10px 0;
}


/*要素の開閉収納設定*/



.toggle-wrap_02{
	display:none;
	}

.municipalities_midashi_01{
	background:#9dd7de;
	text-align:center;
	font-size:2.0rem;
	color:#FFFFFF;
	padding:1% 0;
	}

.municipalities_midashi_02{
	background:#98cd6c;
	text-align:center;
	font-size:2.0rem;
	color:#FFFFFF;
	padding:1% 0;
	}

.municipalities_midashi_03{
	background:#ea8f7a;
	text-align:center;
	font-size:2.0rem;
	color:#FFFFFF;
	padding:1% 0;
	}

.municipalities_midashi_04{
	background:#bed0ea;
	text-align:center;
	font-size:2.0rem;
	color:#FFFFFF;
	padding:1% 0;
	}

.municipalities_midashi_05{
	background:#e9b6d2;
	text-align:center;
	font-size:2.0rem;
	color:#FFFFFF;
	padding:1% 0;
	}

.municipalities_midashi_06{
	background:#f6b561;
	text-align:center;
	font-size:2.0rem;
	color:#FFFFFF;
	padding:1% 0;
	}


.municipalities_01{
	background:#f1f9fa;
	border:#9dd7de 2px solid;
	margin-top:-10px;
	padding:1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.municipalities_02{
	background:#e9f4e0;
	border:#98cd6c 2px solid;
	margin-top:-10px;
	padding:1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.municipalities_03{
	background:#f9dfd9;
	border:#ea8f7a 2px solid;
	margin-top:-10px;
	padding:1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.municipalities_04{
	background:#edf2f9;
	border:#bed0ea 2px solid;
	margin-top:-10px;
	padding:1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.municipalities_05{
	background:#f9ebf3;
	border:#e9b6d2 2px solid;
	margin-top:-10px;
	padding:1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.municipalities_06{
	background:#fdecd6;
	border:#f6b561 2px solid;
	margin-top:-10px;
	padding:1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.municipalities_01_inbox{
	background:#ffffff;
	border:#9dd7de 2px solid;
	width:30%;
	padding:1%;
	margin-bottom:1%;
	}

.municipalities_01_inbox:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 33.8%;
	}

.municipalities_02_inbox{
	background:#ffffff;
	border:#98cd6c 2px solid;
	width:30%;
	padding:1%;
	margin-bottom:1%;
	}

.municipalities_02_inbox:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 33.8%;
	}

.municipalities_03_inbox{
	background:#ffffff;
	border:#ea8f7a 2px solid;
	width:30%;
	padding:1%;
	margin-bottom:1%;
	}

.municipalities_03_inbox:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 33.8%;
	}

.municipalities_04_inbox{
	background:#ffffff;
	border:#bed0ea 2px solid;
	width:30%;
	padding:1%;
	margin-bottom:1%;
	}

.municipalities_04_inbox:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 33.8%;
	}

.municipalities_05_inbox{
	background:#ffffff;
	border:#e9b6d2 2px solid;
	width:30%;
	padding:1%;
	margin-bottom:1%;
	}

.municipalities_05_inbox:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 33.8%;
	}

.municipalities_06_inbox{
	background:#ffffff;
	border:#f6b561 2px solid;
	width:30%;
	padding:1%;
	margin-bottom:1%;
	}

.municipalities_06_inbox:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 33.8%;
	}



.shichoson{
	font-size:3.5rem;
	line-height:100%;
	border-bottom:#000 2px solid;
	font-weight: 500;
	}

.shichoson span{
	font-size:1.4rem;
	margin-left:10px;
	font-weight: 700;
	}

.imgfukidashi_01{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:10px;
	}

.imgfukidashi_01 dt{
	width:145px;
	}

.imgfukidashi_01 dd{
	width:191px;
	background:#fff799;
	border:#000000 1px solid;
	padding:2%;
	border-radius:5px;
	position:relative;
	}

.imgfukidashi_01 dd p{
	font-size:1.3rem;
	line-height:180%;
	letter-spacing:-0.05em;
	  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	  letter-spacing:-0.02em;
	  line-height:180%;
	}

.imgfukidashi_01 dd img{
	position:absolute;
	width:20px;
	top:10px;
	left:-19px;
	}

.otoiaase_01{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top:10px;
	}

.otoiaase_01 dt{
	font-size:1.2rem;
	background:#a67c52;
	width:87px;
	text-align:center;
	color:#FFFFFF;
	border-radius:5px;
	}

.otoiaase_01 dd{
	width:255px;
	line-height:220%;
	}

.otoiaase_01 dd p{
	margin-bottom:2%;
	}

.otoiaase_01 dd i{
	font-size:1.5rem;
	color:#f15a24;
	margin-right:2px;
	}

.tel_01{
	font-size:1.5rem;
	font-weight: 700;
	}

.tel_01 a{
	font-size:1.5rem;
	font-weight: 700;
	}

.mail_01{
	font-size:1.2rem;
	}

.mail_01 a{
	font-size:1.2rem;
	}

.btn_02{
	background:url(../index/red_ba.gif);
	display: inline-block;
	text-align:left;
	font-size:2.4rem;
	color:#FFFFFF;
	font-weight: 700;
	line-height:130%;
	vertical-align: middle;
	padding-top:2%;
	padding-left:6%;
	padding-right:6%;
	height:40px;
	border-radius:10px;
	margin-top:2%;
	margin-bottom:2%;
	position:relative;
	width:88%;
	text-align:center;
	filter:blur(0);
	cursor:pointer;
	}

.btn_02:hover {
	opacity: 0.5;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	transform: rotate(0.001deg);
}

.btn_02::after{
	font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-size: 2.4rem;
  font-weight: 900;
  position:absolute;
  top:8px;
  right:2%;
	}

.three_column_01{
	display: flex;
	justify-content: space-between;
	margin-top:7px;
	}

.three_column_01 li{
	width:31%;
	}

.three_column_01 li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 33.8%;
	}

.btn_03{
	background: url(../index/orange_ba.gif);
	display: block;
	text-align:left;
	font-size:1.5rem;
	color:#FFFFFF;
	font-weight: 700;
	line-height:100%;
	padding:10% 0 10% 5%;
	border-radius:5px;
	margin-top:2%;
	position:relative;
	width:95%;
	filter:blur(0);
	}

.btn_03::after{
	font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-size: 1.5rem;
  font-weight: 900;
  position:absolute;
  top:11px;
  right:2%;
	}


.btn_04{
	background:url(../index/red_ba.gif);
	display:block;
	font-size:2.4rem;
	color:#FFFFFF;
	font-weight: 700;
	vertical-align: middle;
	border-radius:10px;
	margin-bottom:2%;
	position:relative;
	width:35%;
	text-align:center;
	margin:0 auto;
	padding:2px 0;
	filter:blur(0);
	}

.btn_04::after{
	font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-size: 2.4rem;
  font-weight: 900;
  position:absolute;
  top:17px;
  right:2%;
	}


.main_box_01{
	width:100%;
	background:url(../index/nav_ba_03.gif);
	padding:3% 0 5% 0;
	margin-top:80px;
	position:relative;
	}

.main_box_02{
	width:100%;
	background: url(../index/orange_ba.gif);
	padding:3% 0 5% 0;
	margin-top:0px;
	position:relative;
	}

.main_box_03{
	width:100%;
	background: url(../index/nav_ba_05.gif);
	padding:3% 0 5% 0;
	margin-top:0px;
	position:relative;
	}

.main_box_04{
	width:100%;
	background: url(../index/orange_ba02.gif);
	padding:3% 0 5% 0;
	margin-top:0px;
	position:relative;
	}

.main_box_05{
	width:100%;
	background: url(../index/gray_ba.gif);
	padding:3% 0 5% 0;
	margin-top:0px;
	position:relative;
	}

.main_box_06{
	width:100%;
	background: #FFF;
	padding:3% 0 5% 0;
	margin-top:0px;
	position:relative;
	}

.main_box_07{
	width:100%;
	background: url(../index/red_ba.gif);
	padding:3% 0 5% 0;
	margin-top:0px;
	position:relative;
	}


.jiguzagu_01{
	width:100%;
	background:url(../index/jiguzagu01.gif) repeat-x;
	height:50px;
	position:absolute;
	top:-35px;
	}

.jiguzagu_02{
	width:100%;
	background: url(../index/jiguzagu08.gif) repeat-x;
	height:50px;
	position:absolute;
	top:-35px;
	}

.jiguzagu_03{
	width:100%;
	background:url(../index/jiguzagu03.gif) repeat-x;
	height:50px;
	position:absolute;
	top:-35px;
	}

.jiguzagu_04{
	width:100%;
	background:url(../index/jiguzagu04.gif) repeat-x;
	height:50px;
	position:absolute;
	top:-35px;
	}

.jiguzagu_05{
	width:100%;
	background:url(../index/jiguzagu05.gif) repeat-x;
	height:50px;
	position:absolute;
	top:-35px;
	}

.jiguzagu_06{
	width:100%;
	background:url(../index/jiguzagu06.gif) repeat-x;
	height:50px;
	position:absolute;
	top:-35px;
	}

.jiguzagu_07{
	width:100%;
	background:url(../index/jiguzagu07.gif) repeat-x;
	height:50px;
	position:absolute;
	top:-35px;
	}

.jiguzagu_09{
	width:100%;
	background:url(../index/jiguzagu09.gif) repeat-x;
	height:50px;
	position:absolute;
	top:-35px;
	}

.midashi_box_01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width:1200px;
	margin:0 auto;
	}

.midashi_01{
	color:#0071bc;
	font-size:3.2rem;
	font-weight: 700;
	background:url(../img/midashi_ba_01.gif) no-repeat;
	background-size:100%;
	text-align:center;
	width:433px;
	padding:0 0 2% 0;
	}

.midashi_02{
	color:#f15a24;
	font-size:3.2rem;
	font-weight: 700;
	background:url(../img/midashi_ba_02.gif) no-repeat;
	background-size:100% 100%;
	text-align:center;
	width:650px;
	padding:1% 0 1% 0;
	}

.midashi_03{
	color:#93278f;
	font-size:3.2rem;
	font-weight: 700;
	background:url(../img/midashi_ba_03.gif) no-repeat;
	background-size:100%;
	text-align:center;
	width:433px;
	padding:0 0 2% 0;
	}

.midashi_04{
	color:#e66c84;
	font-size:3.2rem;
	font-weight: 700;
	background:url(../img/midashi_ba_04.gif) no-repeat;
	background-size:100% 90%;
	text-align:center;
	width:433px;
	padding:0 0 2% 0;
	}

.midashi_05{
	color:#666666;
	font-size:3.2rem;
	font-weight: 700;
	background:url(../img/midashi_ba_05.gif) no-repeat;
	background-size:100%;
	text-align:center;
	width:350px;
	padding:0 0 2% 0;
	}

.midashi_copy_01{
	background:#FFFFFF;
	font-size:1.4rem;
	width:350px;
	padding:1%;
	line-height:180%;
	border-radius:5px;
	}

.midashi_copy_02{
	background:#FFFFFF;
	font-size:1.4rem;
	width:520px;
	padding:1%;
	line-height:180%;
	border-radius:5px;
	}

.midashi_copy_03{
	background:#FFFFFF;
	font-size:1.4rem;
	width:100%;
	padding:1%;
	line-height:180%;
	border-radius:5px;
	}

.scroll_box_01{
	background: #FFF;
	width:1200px;
	padding:10px;
	margin:2% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.scroll_box_01 div{
	width:30%;
	padding:1%;
	height:auto;
	position:relative;
	margin-bottom:20px;
	}

.scroll_box_01 div:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 33.8%;
	}

.scroll_box_02{
	background: #FFF;
	overflow:scroll;
	height:700px;
	width:1200px;
	padding:10px;
	margin:2% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.scroll_box_02 div{
	width:30%;
	padding:1%;
	height:auto;
	position:relative;
	margin-bottom:20px;
	}

.scroll_box_02 div:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 33.8%;
	}

.scroll_box_03{
	background: #FFF;
	overflow:scroll;
	height:730px;
	width:1200px;
	padding:10px;
	margin:2% auto;
	display: flex;
	flex-wrap: wrap;
	}

.scroll_box_03 div{
	width:21%;
	padding:1%;
	height:auto;
	position:relative;
	margin-bottom:20px;
	margin-right:2%;
	}

.scroll_box_03 div:nth-of-type(4n){
	margin-right:0;
	}


.shitsumon_box_01{
	background: #FFF;
	width:900px;
	padding:10px 20px;
	margin:2% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.shitsumon_box_01 div{
	width:46%;
	padding:1%;
	height:auto;
	position:relative;
	margin-bottom:20px;
	}

.blue_border{
	border:#0071bc 2px solid;
	}

.orange_border{
	border:#f15a24 2px solid;
	}

.purple_border{
	border:#b296c8 2px solid;
	}

.pink_border{
	border:#e66c84 2px solid;
	}

.gray_border{
	border:#b3b3b3 2px solid;
	}

.katagaki_01{
	font-size:1.5rem;
	font-weight: 700;
	}

.name_01{
	font-size:2.5rem;
	line-height:120%;
	font-weight: 500;
	margin-bottom:2%;
	}

.name_01 span{
	font-size:1.8rem;
	line-height:150%;
	}

.scroll_box_01 div iframe{
	width:100%;
	height:205px;
	}

.scroll_box_02 div iframe{
	width:100%;
	height:205px;
	}

.shitsumon_box_01 div iframe{
	width:100%;
	height:205px;
	}

.honbun_01{
	font-size:1.3rem;
	letter-spacing:-0.05em;
	  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	  letter-spacing:-0.02em;
	  line-height:180%;
	}

.two_column_01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:2%;
	}

.two_column_01 li{
	width:48%;
	}

.btn_05{
	background: url(../index/orange_ba.gif);
	font-size:1.5rem;
	font-weight: 500;
	display: flex;
  align-items: center;
	width:96%;
	height:50px;
	padding-left:4%;
	line-height:130%;
	border-radius:5px;
	color:#FFFFFF;
	filter:blur(0);
	}

.btn_05::after{
	font-family: "Font Awesome 5 Free";
  content: '\f105';
	font-size:2.4rem;
	font-weight:bolder;
	color:#FFFFFF;

  position: absolute;
  top: 40%;
  right: 5px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
	}

.btn_06{
	background: url(../img/brown_ba_01.gif);
	font-size:1.6rem;
	font-weight: 500;
	display: flex;
  align-items: center;
	width:96%;
	height:70px;
	padding-left:4%;
	line-height:130%;
	border-radius:5px;
	color:#FFFFFF;
	filter:blur(0);
	cursor:pointer;
	position:relative;
	}

.btn_06:hover{
	opacity: 0.5;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	transform: rotate(0.001deg);
	}

.btn_06::after{
	font-family: "Font Awesome 5 Free";
  content: '\f105';
	font-size:2.4rem;
	font-weight:bolder;
	color:#FFFFFF;

  position: absolute;
  top: 43%;
  right: 5px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
	}


.btn_08{
	background: url(../index/red_ba.gif);
	font-size:1.3rem;
	letter-spacing:-0.01em;
	font-weight: 500;
	display: flex;
  align-items: center;
	width:96%;
	height:70px;
	padding-left:4%;
	line-height:130%;
	border-radius:5px;
	color:#FFFFFF;
	filter:blur(0);
	}

.btn_08::after{
	font-family: "Font Awesome 5 Free";
  content: '\f105';
	font-size:2.4rem;
	font-weight:bolder;
	color:#FFFFFF;

  position: absolute;
  top: 43%;
  right: 5px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
	}

.btn_09{
	background: url(../index/orange_ba.gif);
	font-size:1.5rem;
	font-weight: 500;
	display: flex;
  align-items: center;
	width:96%;
	height:70px;
	padding-left:4%;
	line-height:130%;
	border-radius:5px;
	color:#FFFFFF;
	filter:blur(0);
	}

.btn_09::after{
	font-family: "Font Awesome 5 Free";
  content: '\f105';
	font-size:2.4rem;
	font-weight:bolder;
	color:#FFFFFF;

  position: absolute;
  top: 43%;
  right: 5px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
	}

.category_01{
	position:absolute;
	font-size:1.3rem;
	width:180px;
	padding:1% 0;
	color: #FFF;
	font-weight: 500;
	background:#8cc63f;
	text-align:center;
	top:0;
	right:0;
	}

.category_02{
	position:absolute;
	font-size:1.3rem;
	width:180px;
	padding:1% 0;
	color: #FFF;
	font-weight: 500;
	background:#29abe2;
	text-align:center;
	top:0;
	right:0;
	}

.category_03{
	position:absolute;
	font-size:1.3rem;
	width:180px;
	padding:1% 0;
	color: #FFF;
	font-weight: 500;
	background:#f15a24;
	text-align:center;
	top:0;
	right:0;
	}

.category_04{
	position:absolute;
	font-size:1.3rem;
	width:180px;
	padding:1% 0;
	color: #FFF;
	font-weight: 500;
	background:#00a99d;
	text-align:center;
	top:0;
	right:0;
	}

.category_05{
	position:absolute;
	font-size:1.3rem;
	width:180px;
	padding:1% 0;
	color: #FFF;
	font-weight: 500;
	background:#666666;
	text-align:center;
	top:0;
	right:0;
	}



.category_02_01{
	position:absolute;
	font-size:1.3rem;
	line-height:150%;
	width:166px;
	padding:1% 0;
	color: #EA431C;
	font-weight: 500;
	border:#EA431C 2px solid;
	text-align:center;
	top:45px;
	right:10px;
	border-radius:10px;
	}

.category_02_02{
	position:absolute;
	font-size:1.3rem;
	line-height:150%;
	width:166px;
	padding:1% 0;
	color: #800080;
	font-weight: 500;
	border:#800080 2px solid;
	text-align:center;
	top:45px;
	right:10px;
	border-radius:10px;
	}

.category_02_03{
	position:absolute;
	font-size:1.3rem;
	line-height:150%;
	width:166px;
	padding:1% 0;
	color: #963;
	font-weight: 500;
	border:#963 2px solid;
	text-align:center;
	top:45px;
	right:10px;
	border-radius:10px;
	}



.concierge_img{
	width:530px
	}

.midashi_oshigoto_01{
	font-size:2.5rem;
	line-height:120%;
	font-weight: 500;
	margin-bottom:2%;
	border-bottom:#000000 1px solid;
	padding-bottom:1%;
	}


.btn_07{
	background: url(../index/orange_ba.gif);
	font-size:1.5rem;
	font-weight: 500;
	display: flex;
  align-items: center;
	width:96%;
	height:50px;
	padding-left:4%;
	line-height:130%;
	border-radius:10px;
	color:#FFFFFF;
	filter:blur(0);
	}

.btn_07::after{
	font-family: "Font Awesome 5 Free";
  content: '\f105';
	font-size:2.4rem;
	font-weight:bolder;
	color:#FFFFFF;

  position: absolute;
  top: 40%;
  right: 10px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
	}

.icon_01{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width:92px;
	position:absolute;
	top:10px;
	right:10px
	}

.icon_01 li{
	width:28px;
	margin-left:2%;
	}

.taizai{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	margin-bottom:4%;
	}

.tanki{
	text-align:center;
	width:50%;
	background:#f7b515;
	color:#FFF;
	font-size:1.2rem;
	padding:1% 0;
	}

.choki{
	text-align:center;
	width:50%;
	background:#a9cd36;
	color:#FFF;
	font-size:1.2rem;
	padding:1% 0;
	}

.jyutaku_name{
	font-size:1.9rem;
	color:#604c3f;
	font-weight: 500;
	line-height:120%;
	letter-spacing:-0.01em;
	}

.jyutaku_name_sub{
	font-size:1.3rem;
	color:#604c3f;
	font-weight: 500;
	line-height:150%;
	margin-bottom:2%;
	letter-spacing:-0.01em;
	}

.line_01{
	width:100%;
	border-bottom:#000000 1px dotted;
	margin:2% 0;
	}

.price{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom:2%;
	}

.price dt{
	font-size:1.2rem;
	background:#604c3f;
	color:#FFFFFF;
	width:15px;
	text-align:center;
	line-height:140%;
	border-radius:3px;
	}
	

.price dd{
	width:230px;
	font-size:1.3rem;
	line-height:130%;
	font-weight: 500;
	}

.blue_ba{
	background:#29abe2;
	width:1200px;
	padding:2% 0;
	margin:0 auto;
	border-radius:10px;
	}

.zoom_midashi{
	text-align:center;
	font-size:2.6rem;
	color:#FFF;
	font-weight: 500;
	}

.zoom_box{
	color:#FFFFFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:95%;
	margin:1% auto;
	}

.zoom_box div{
	width:48%;
	}

.zoom_box div:nth-of-type(1){
	margin-bottom:2%;
	border-bottom:#FFFFFF 1px solid;
	padding-bottom:2%;
	}

.zoom_box div:nth-of-type(2){
	margin-bottom:2%;
	border-bottom:#FFFFFF 1px solid;
	padding-bottom:2%;
	}

.zoomqa{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}

.zoomqa dt{
	font-size:1.4rem;
	background:#FFF;
	width:20px;
	text-align:center;
	font-weight: 500;
	margin-bottom:2%;
	border-radius:3px;
	line-height:140%;
	}

.zoomqa dt:nth-of-type(1){
	color:#29abe2;
	}

.zoomqa dt:nth-of-type(2){
	color:#ed1c24;
	}

.zoomqa dd{
	font-size:1.3rem;
	letter-spacing:-0.02em;
	width:513px;
	line-height:140%;
	}

.zoomqa dd:nth-of-type(1){
	font-size:1.5rem;
	}

.zoomqa dd a{
	text-decoration:underline;
	color:#ffff00;
	margin-bottom:2%;
	display:block;
	line-height:140%;
	}

.zoomqa dd ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	}

.zoomqa dd ul li{
	width:50%;
	font-size:1.2rem;
	line-height:140%;
	}

.zoomqa dd ul li:nth-of-type(1){
	margin-bottom:1%;
	border-bottom:#FFFFFF 1px dotted;
	padding-bottom:1%;
	}

.zoomqa dd ul li:nth-of-type(2){
	margin-bottom:1%;
	border-bottom:#FFFFFF 1px dotted;
	padding-bottom:1%;
	}

footer{
	text-align:center;
	}

.f_midashi{
	font-size:1.8rem;
	color:#FFFFFF;
	font-weight: 500;
	}

.f_data{
	font-size:1.4rem;
	color:#FFFFFF;
	}

.copyright{
	font-size:1.1rem;
	font-weight: 500;
	color:#FFFFFF;
	margin-top:5%;
	}
	
	
	




/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index:999999999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 420px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  transition: 0.5s;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 30px;
  margin:10px auto;
  padding: 8px 16px;
  color: #fff;
  background:#0c0d62;
  font-weight: bold;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  cursor: pointer;
  transition: .3s ease;

}
.open_btn:hover{
    background:#000;
    color:#fff;
    transition: .3s ease;
}
/*ポップアップココまで*/




.top_nav{
	position:fixed;
	bottom:5%;
	right:0;
	width:100px;
	z-index:9999999999999999999;
	}

.top_nav02{
	position:fixed;
	bottom:5%;
	right:0;
	width:100px;
	z-index:9999999999999999999;
	}

.pc_nav_02{
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
	width:80%;
	padding:20% 10% 15% 10%;
	position:relative;
	background:#FF0;
	border-radius:10px 0 0 10px;
	z-index:9999999999999999999;
	}

.pc_nav_02 li{
	width:100%;
	margin-bottom:15%;
	}

.pc_nav_02 li a{
	border-radius:10px;
	display:block;
	width:100%;
	text-align:center;
	font-size:1.4rem;
	line-height:150%;
	padding:4% 0;
	text-shadow:0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff , 0px 0px 3px #ffffff;
	font-weight: 700;
	filter:blur(0);
	letter-spacing:-0.01em;
	}


.btn_10{
	background: url(../index/nav_ba_03.gif);
	display: inline-block;
	text-align:left;
	font-size:2.4rem;
	color:#0071bc;
	font-weight: 700;
	line-height:130%;
	vertical-align: middle;
	padding-top:2%;
	padding-left:6%;
	padding-right:6%;
	height:45px;
	border-radius:10px;
	margin-top:2%;
	margin-bottom:2%;
	position:relative;
	filter:blur(0);
	}

.btn_10::after{
	font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-size: 2.4rem;
  font-weight: 900;
  position:absolute;
  top:11px;
  right:2%;
	}

.btn_11{
	background:url(../index/red_ba.gif);
	display:block;
	font-size:2.4rem;
	color:#FFFFFF;
	font-weight: 700;
	vertical-align: middle;
	border-radius:10px;
	margin-bottom:2%;
	position:relative;
	width:50%;
	text-align:center;
	margin:0 auto;
	padding:15px 0;
	filter:blur(0);
	}

.btn_11::after{
	font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-size: 2.4rem;
  font-weight: 900;
  position:absolute;
  top:23px;
  right:2%;
	}


.btn_new_01{
	background: url("../index/new_btn_01_ba.png") no-repeat center center;
	background-size: 100% 100%;
	display: inline-block;
	font-size:2.4rem;
	color:#FFFFFF;
	font-weight: 500;
	line-height:130%;
	vertical-align: middle;
	padding-top:4%;
	padding-left:6%;
	padding-right:6%;
	padding-bottom: 3%;
	height:40px;
	margin-top:2%;
	margin-bottom:2%;
	position:relative;
	width:88%;
	text-align:center;
	filter:blur(0);
	cursor:pointer;
	letter-spacing: 0.1em;
	}

.btn_new_01:hover {
	opacity: 0.5;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	transform: rotate(0.001deg);
}