@charset "utf-8";
/*
	Theme Name: 三股町移住者情報サイト　みまた～ん.COM
	Description: 三股町移住者情報サイト　みまた～ん.COMのレスポンシブテーマ
	Theme URI: 
	Author: 三股町移住者情報サイト　みまた～ん.COM
	Author URI: 

*/

/*--------------------------------------- 
 base （全体の制御）
===========================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,input{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing:border-box;
	/*vertical-align: baseline;*/
}
strong{
	font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
	color:#333333;
	font-size:62.5%;
	margin-top: 0 !important;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration:none;
	color:#333333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width:100%;
	height:auto;
}

/*---------------------------------------
 common （共通のスタイル）
=======================================*/
body{
	font-size:1.6rem;
	line-height:1.8;
}
.clear{
	clear:both;
}
.layout{
	width:1200px;
	margin:0 auto;
}
.layout01{
	width:1000px;
	margin:0 auto;
}

a:hover{
	opacity:0.7;
}

/*--- layout_flex ---*/
.space{
	justify-content:space-between;
}
.space_around{
	justify-content: space-around;
}
.flex{
	display: flex;
}
.align_items{
	align-items:center;
}
.layout_flex{
    display:flex;
    flex-wrap:wrap;
}
.layout_flex .child_box{
	margin-bottom: 2rem;
}
.type_5 .child_box{
	width:18.4%;
	margin-left:2%;
}
.type_5 .child_box:first-of-type,
.type_5 .child_box:nth-of-type(5n+1){
	margin-left:0;
}
.type_4 .child_box{
	width:23.5%;
	margin-left:2%;
}
.type_4 .child_box:first-of-type,
.type_4 .child_box:nth-of-type(4n+1){
	margin-left:0;
}
.type_3 .child_box{
	width:32%;
	margin-left:2%;
}
.type_3 .child_box:first-of-type,
.type_3 .child_box:nth-of-type(3n+1){
	margin-left:0;
}
.type_2 .child_box{
	width:49%;
	margin-left:2%;
}
.type_2 .child_box:first-of-type,
.type_2 .child_box:nth-of-type(2n+1){
	margin-left:0;
}
.text_red{
	color: #FF0000;
}

/*--- font ---*/
.fwBold{
	font-weight:bold;
}
.fs110{
	font-size: 110%;
}
.fs120{
	font-size: 120%;
}
.fs140{
	font-size: 140%;
}
.fs160{
	font-size: 160%;
}
.fs200{
	font-size: 200%;
}
.fs250{
	font-size: 250%;
}
.fs300{
	font-size: 300%;
}
.taCenter{
	text-align:center;
}
.taRight{
	text-align: right;
}
.taLeft{
	text-align: left;
}
.fmincho{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.red{
	color: #ED1C24;
}
.blue{
	color: #1B75DE;
}
.green{
	color: #43A800;
}
.white{
	color: #FFF;
}
.black{
	color: #333 !important;
}
.orange{
	color: #FF4600;
}
.grey{
	color: #666666;
}
.pink{
	color: #FF8B8B;
}
.mText{
	font-size: 1.2rem;
}
.mText01{
	font-size: 80%;
}
.text_en{
	font-family: 'Arial Black', -apple-system, 'BlinkMacSystemFont' ,sans-serif;
}
.ast{
	font-size: 50%;
	vertical-align: top;
	color: red;
}
/*--- etc ---*/
.sp_only{
	display:none ;
}
.sp_only01{
	display:none;
}
.mT0{
	margin-top: 0 !important;
}
.mT10{
	margin-top: 1rem;
}
.mT20{
	margin-top: 2rem;
}
.mT30{
	margin-top: 3rem;
}
.mT50{
	margin-top: 5rem !important;
}
.mB0{
	margin-bottom: 0 !important;
}
.mB10{
	margin-bottom: 1rem;
}
.mB20{
	margin-bottom: 2rem;
}
.mB30{
	margin-bottom: 3rem;
}
.mB40{
	margin-bottom: 4rem;
}
.mB50{
	margin-bottom: 5rem !important;
}

@media screen and (max-width: 1200px) {
	.layout{
		width:93%;
		margin: 0 3.5%;
	}
	.type_5 .child_box{
		width:23.5%;
		margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(5n+1){
	margin-left:2%;
	}
	.type_5 .child_box:nth-of-type(4n+1){
		margin-left:0;
	}
	.fs300{
		font-size: 250%;
	}
	.fs250{
		font-size: 200%;
	}
}
@media screen and (max-width: 1000px) {
	.layout01{
		width:93%;
		margin: 0 3.5%;
	}
}
@media screen and (max-width: 840px) {
	.sp_only{
		display:block ;
	}
	.pc_only{
		display:none !important;
	}
	.fs200{
		font-size: 150%;
	}
	.fs250{
		font-size: 170%;
	}
	.fs140{
		font-size: 130%;
	}
	.fs160{
		font-size: 140%;
	}
	.fs300{
		font-size: 220%;
	}

	/*--- layout_flex ---*/
	.type_3 .child_box,.type_4 .child_box,.type_5 .child_box{
		width:49%;
		margin-bottom:2rem;
		margin-left:2%;
	}
	.type_4 .child_box:nth-of-type(4n+1){
		margin-left:2%;
	}
	.type_3 .child_box:nth-of-type(3n+1) {
		margin-left:2%;
	}
	.type_3 .child_box:first-of-type,
	.type_3 .child_box:nth-of-type(2n+1),
	.type_4 .child_box:first-of-type,
	.type_4 .child_box:nth-of-type(2n+1),
	.type_5 .child_box:first-of-type,
	.type_5 .child_box:nth-of-type(2n+1){
		margin-left:0;
	}
}

@media screen and (max-width: 480px) {
	.sp_only01{
		display:block;
	}
	.fs200{
		font-size: 160%;
	}
	.fs250{
		font-size: 160%;
	}
	.fs160{
		font-size: 120%;
	}
	.fs140{
		font-size: 115%;
	}
	.fs120{
		font-size: 110%;
	}
	.fs110{
		font-size: 100%;
	}
	.fs300{
		font-size: 180%;
	}
	.mB40{
		margin-bottom: 2rem;
	}
	.mB50{
		margin-bottom: 3rem;
	}
	.type_2 .child_box{
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 2rem;
	}
}
/* header
---------------------------------------*/
header{
	position: fixed;
	width: 100%;
	background-color: #FFF;
	z-index: 99999;
	padding: 0 5%;
	box-shadow: 1px 1px 3px #707070;
}
.header_area{
	justify-content: space-between;
	align-items: center;
	padding: 2rem 0;
}
.header_logo a{
	justify-content: flex-start;
}
.header_logo .icon01{
	width: 50px;
}
.header_logo .logo01{
	width: 220px;
}
#gnav{
	height: 30px;
}
#gnav ul:before, #gnav ul:after{
    content: "";
    display: table;
}
#gnav ul:after{
    clear: both;
}
#gnav ul{
	position: relative; 
	z-index: 999999;
	display: flex;
}
#gnav ul li{
    position: relative;
	line-height: 1.4;
}
#gnav ul li a{
	display: block;
	padding: 0 2rem;
	font-weight: bold;
}
#gnav li ul{
    position: absolute;
    top: 50px;
    left: 0;
    margin: 0;
    width:200px;
	z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
	display: block;
	border: 1px solid #000;
	background-color: #FFF;
	border-radius: 0.5rem;
}
#gnav li:hover ul{
    visibility: visible;
    opacity: 1;
}
#gnav li ul li{
    width:200px;
    display:block;
	border: none;
	padding: 1.5rem 0;
	text-align: center;
}
#gnav li ul li a{
	display: block;
}
#gnav li ul li ul{
	width: auto;
	position: relative;
	top: 0;
}
.btn_header a img{
	width: 140px;
}
@media screen and (max-width: 1380px) {
	.btn_header{
		width: 100%;
		text-align: right;
	}
}
@media screen and (max-width: 1200px) {
	header{
		padding: 0 2%;
	}
}
@media screen and (max-width: 1150px) {
	#gnav ul li{
		margin: 0 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	.header_area{
		padding-left: 60px;
		padding: 1.5rem 0 1.5rem 60px;
	}
	.header_logo .icon01{
		width: 25px;
	}
	.header_logo .logo01{
		width: 110px;
	}
	.btn_header a img{
		width: 100px;
	}
}


/* --- hamburger-menu --- */
.hamburger-menu{
	position: absolute;
	top: 15px;
	left: 10px;
}
.ham_menu{
	margin-top: 1rem;
	font-size: 1.2rem;
	color: #00325E;
}
.menu-btn {
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
	background-color: transparent;
	position: relative;
	cursor: pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 30px;
    border-radius: 2px;
    background-color: #000;
    position: absolute;
	bottom: 50px;
}
.menu-btn span{
	bottom: 30px;
}
.menu-btn span:before {
	bottom: 10px;
}
.menu-btn span:after {
	top: 10px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check_sp:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check_sp:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check,#menu-btn-check_sp {
    display: none;
}
.menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99999;
    background-color: #333;
    transition: all 0.5s;
	overflow: scroll;
	padding-top: 3rem;
}
.menu-content ul {
    padding: 0 10px;
}
.menu-content .sub-menu {
    padding: 0 0 0 20px;
}
.menu-content .sub-menu li:last-child{
	border: none;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 20%;
}
#menu-btn-check_sp:checked ~ .menu-content {
    left: 20%;
}


/* footer
---------------------------------------*/
footer{
	margin-bottom: -3rem;
}
.footer_area{
	padding: 5rem 0 3rem;
	background-color: #F5F5F5;
}
footer .header_logo{
	justify-content: center;
	margin-bottom: 5rem;
}
.footer_info{
	margin-right: 7rem;
}
.footer_logo{
	margin-bottom: 1rem;
}
.footer_logo .icon02{
	width: 50px;
	margin-right: 1.5rem;
	vertical-align: middle;
}
.footer_logo span{
	font-size: 3.6rem;
	font-weight: bold;
	vertical-align: middle;
}
.Fnav_lead{
	font-size: 1.8rem;
}
.FnavL,.FnavM{
	margin-right: 5rem;
}
.footer_nav ul li::before{
    font: var(--fa-font-solid);
    content: '\f054';
	margin-right: 1rem;
}
.footer_bnr{
	margin-top: 7rem;
	padding: 0 5%;
}
.footer_bnr .child_box{
	padding: 0 1rem;
	width: 25%;
}
.footer_bnr .child_box img{
	display: block;
	width: 100%;
}

footer .copy{
	background-color: #FFDC56;
	padding: 1rem 0;
	font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
	footer .header_logo a .icon01{
		width: 50px;
	}
	footer .header_logo a .logo01{
		width: 220px;
	}
	.footer_info{
		display: flex;
		justify-content: center;
		margin-right: 0;
	}
	footer .footer_bnr{
		margin-top: 2rem;
		padding: 0;
	}
	.footer_bnr .child_box{
		width: 50%;
		margin-bottom: 1rem;
		padding: 0 1%;
	}
}
/*---- back-top ----*/
/* ボタンの指定 */
.js-backToTop{
	position: fixed;
	right: 20px;
	bottom: 85px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	border: none;
	background-color: initial;
}
.js-backToTop .layout_flex{
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #FFF;
	background-color: #000;
	border-radius: 50%;
	font-weight: bold;
	margin-left: 0.3rem;
}
.js-backToTop .layout_flex i{
	margin-right: 0;
}
.js-backToTop span{
	text-align: center;
	color: #000;
	display: block;
	font-size: 1.2rem;
}
.is-active{
	opacity: 1;
	visibility: visible;
}
@media screen and (max-width: 480px) {
	.js-backToTop{
		right: 2%;
		bottom: 20px;
	}
}

/*---------------------------------------
 　　各ページ
=======================================*/
/* 共通
---------------------------------------*/
.width80{
	width: 80%;
	margin: 0 auto;
}
.width70{
	width: 70%;
	margin: 0 auto;
}
.width60{
	width: 60%;
	margin: 0 auto;
}
.contents{
	padding-top: 95px;
}
.contents section{
	margin-bottom: 8rem;
}
.top_flex{
	margin-top: 95px;
}
i{
	margin-right: 0.5rem;
}
.anchor{
	margin-top:-100px;
	padding-top:100px;
}
@media screen and (max-width: 960px) {
	.width80{
		width: 100%;
	}
}

@media screen and (max-width: 840px) {
	.contents{
		padding-top: 99px;
	}
	.contents section{
		margin-bottom: 5rem;
	}
	.top_flex{
		margin-top: 70px;
	}
	.anchor{
		margin-top:-80px;
		padding-top:80px;
	}
	.width70,.width60{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.top_flex{
		margin-top: 70px;
	}
}

/*---- btn01 ----*/
.btn01{
	position: relative;
	z-index: 99;
}
.btn01 a{
	display: inline-block;
	padding: 1.5rem 0 1.2rem;
	text-align: center;
	width: 250px;
	border: 2px solid #000;
	border-radius: 5px;
	position: relative;
	background-color: #FFF;
}
.btn01 a:hover{
	opacity: 1;
}
.btn01 a::before{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	border-radius: 5px;
	z-index: -1;
	background-color: #FFF;
}
.btn01 a i{
	margin-left: 1rem;
}
@media screen and (max-width: 480px) {
	.btn01 a{
		width: 230px;
		padding: 1.2rem 0 0.8rem;
	}
}

/* TOP PAGE
---------------------------------------*/
/*---- top_movie ----*/
.contents .top_movie{
	margin-bottom: 0;
}
.top_movie{
	margin: 0 8%;
}
.movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.movie iframe {
  width: 100%;
  height: 100%;
}
.video01{
	border-radius: 20px;
}
.box01{
	justify-content: center;
	padding: 1.5rem;
	border: 2px solid #FFDC56;
	border-radius: 10px;
	background-color: #FFF;
	margin-top: -67px;
	position: relative;
	z-index: 99;
}
.box01 p i{
	color: #FFDC56;
}
.box01 p .text01{
	font-size: 2.4rem;
	font-weight: bold;
	margin-left: 1em;
}
@media screen and (max-width: 1500px) {
	.top_movie{
		margin: 0 4%;
	}
}
@media screen and (max-width: 1200px) {
	.top_movie{
		margin: 0 2%;
	}
}
@media screen and (max-width: 840px) {
	.box01 p{
		font-size: 1.2rem;
	}
	.box01 p .text01{
		font-size: 1.6rem;
		margin-left: 0.5em;
	}
	.box01{
		margin-top: -50px;
	}
}

/*---- info_top ----*/
.info_top{
	background-color: #FFDC56;
	margin-top: -150px;
	padding: 20rem 0 5rem;
}
.lead01{
	margin-bottom: 2rem;
}
.lead01 img{
	vertical-align: middle;
}
.lead01 .icon01{
	height: 50px;
	margin-right: 1rem;
}
.img_ttl02{
	height: 27px;
}
.box02{
	margin-bottom: 2rem;
	border-bottom: 1px solid #FFF;
}
.info_l span{
	vertical-align: middle;
	font-size: 1.3rem;
}
.info_l .cat{
	display: inline-block;
	margin-left: 1.5rem;
	background-color: #FFF;
	text-align: center;
	width: 150px;
	border: 1px solid #000;
	border-radius: 15px;
}
.box02 .ttl{
	margin-top: 0.5rem;
}
#slider .img_slide01{
	border-radius: 10px;
	margin-bottom: 2rem;
}
#slider .box02{
	border: none;
}
#slider .slick-dots{
	bottom: auto;
	top: 350px;
}
#slider .slick-dots li{
	margin: 0 2px;
}
#slider .slick-dots li button:before{
	color: #FFF;
	opacity: 1;
	font-size: 12px;
}
#slider .slick-dots li.slick-active button:before{
	color: #FFDC56;
}
@media screen and (max-width: 840px) {
	#slider .slick-dots{
		top: 56%;
	}
}
@media screen and (max-width: 480px) {
	.lead01 .icon01{
		width: 27px;
		margin-right: 0.5rem;
	}
	.lead01{
		font-size: 2.8rem;
	}
}

/*---- わたしの移住ライフ ----*/
.emigration{
	position: relative;
}
.lead03{
	position: absolute;
	top: 0;
	left: -130px;
}
.lead03 .icon01{
	width: 50px;
	display: block;
	margin-bottom: 1rem;
}

.lead03 .img_ttl01{
	width: 40px;
	margin: 1rem auto 0;
}
.life_box01{
	position: relative;
	margin-bottom: 5rem;
}
.lead02{
	position: relative;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 0 1.5rem 0.7rem 1.5rem;
	border-bottom: 4px solid #FFDC56;
	margin-bottom: 2rem;
	width: 490px;
	z-index: 99;
}
.box03{
	justify-content: space-between;
}
.box03 .text_box01{
	width: 25%;
	padding-top: 30px;
}
.box03 .img_box01{
	width: 72%;
	border-radius: 10px;
	position: relative;
}
.box03 .img_box01 img{
	border-radius: 10px;
}
.box03 .img_box01 .btn01{
	position: absolute;
	bottom: 30px;
	left: 30px;
}

@media screen and (max-width: 1450px) {
	.lead03{
		left: -80px;
	}
}
@media screen and (max-width: 1350px) {
	.lead03{
		position: relative;
		left: 0;
		margin-bottom: 2rem;
		text-align: center;
	}
	.lead03 .icon01{
		width: 40px;
		margin: 0 auto;
	}
	.lead03 .img_ttl01{
		width: 40px;
		margin: 1rem auto 0;
	}
}
@media screen and (max-width: 840px) {
	.lead02{
		position: relative;
		font-size: 1.8rem;
		font-weight: bold;
		width: 350px;
	}
}

@media screen and (max-width: 480px) {
	.lead02{
		position: relative;
		top: 0;
		left: 0;
		font-size: 1.7rem;
		font-weight: bold;
		padding: 0 1rem;
		margin-bottom: 1rem;
		width: 100%;
	}
	.lead03 .icon01{
		width: 30px;
	}
	.lead03 span{
		font-size: 2.8rem;
	}
	.box03 .text_box01{
		width: 100%;
		padding-top: 0;
		order: 2;
	}
	.box03 .img_box01{
		width: 100%;
		border-radius: 10px;
		position: relative;
		order: 1;
		text-align: right;
		margin-bottom: 1rem;
	}
	.box03 .img_box01 .btn01{
		position: absolute;
		bottom: 18px;
		left: 3%;
	}
	.box03 .btn01 a{
		width: 160px;
		padding: 0.7rem 0 0.5rem;
	}
}

/*---- MIMATURN VIDEO ----*/
.lead04{
	font-weight: bold;
	font-size: 2.2rem;
	margin-top: 3rem;
}
.border_y{
	padding-bottom: 2rem;
	border-bottom: 5px solid #FFDC56;
	margin-bottom: 2rem;
}
.mv_box{
	position: relative;
}
.mv_box i{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 3rem;
	color: #FF0000;
}
/*---- OTHERS VIDEO ----*/
.contents .others_video{
	background-color: #FFDC56;
	padding: 4rem 3% 8rem;
	margin-bottom: 0;
}
#item_slider01{
	margin-bottom: 7rem;
	margin-top: 3rem;
}
#item_slider01 li{
	margin: 0 1rem;
}
#item_slider01 li img{
	width: 100%;
}
#item_slider01 .slick-dots{
	bottom: -4rem;
}
#item_slider01 .slick-dots li{
	margin: 0 2px;
}
#item_slider01 .slick-dots li button:before{
	color: #FFF;
	opacity: 1;
	font-size: 12px;
}
#item_slider01 .slick-dots li.slick-active button:before{
	color: #000;
}
.video_text{
	text-align: center;
	padding: 0.8rem 0;
	background-color: #F5F5F5;
	font-weight: bold;
}

.others_video .btn01 a{
	width: 350px;
}
@media screen and (max-width: 480px) {
	.lead04{
		margin-top: 1rem;
	}
	.others_video .btn01 a{
		width: 300px;
	}
}

/* 下層ページ
---------------------------------------*/
/* breadcrumbs */
.breadcrumbs{
	font-size: 1.4rem;
	margin-top: 1rem;
	margin-bottom: 3rem;
}

.wp-pagenavi{
	margin-top: 5rem;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.breadcrumbs{
		display: none;
	}
}

/* わたしの移住ライフ
---------------------------------------*/
.width800{
	width: 800px;
	margin: 0 auto;
}
.top_visual{
	display: flex;
}
.top_visual .ttl_box01{
	width: 15%;
	display: flex;
	justify-content: center;
}
.top_visual .lead03{
	position: static;
}
.top_visual .lead03 .img_ttl01{
	width: 45px;
	padding-left: 0.5rem;
}
.top_visual .img_box02{
	width: 85%;
}
.top_visual .img_box02 img{
	width: 100%;
}
.ttl_box02{
	position: relative;
	z-index: 99;
}
.ttl01{
	display: inline-block;
	padding: 1.5rem 0 1.2rem;
	text-align: center;
	width: 250px;
	border: 2px solid #000;
	border-radius: 5px;
	position: relative;
	background-color: #FFF;
	font-weight: bold;
	font-size: 1.8rem;
}
.ttl01::before{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	border-radius: 5px;
	z-index: -1;
	background-color: #FFF;
}
@media screen and (max-width: 1400px) {
	.top_visual .lead03 .img_ttl01{
		width: 40px;
	}
}

@media screen and (max-width: 800px) {
	.width800{
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.top_visual{
		position: relative;
		padding-top: 4rem;
	}
	.top_visual .img_box02{
		width: 100%;
	}
	.top_visual .ttl_box01{
		position: absolute;
		top: 0;
		left: 10%;
		background-color: #FFF;
		width: auto;
	}
	.top_visual .ttl_box01 .lead03{
		margin-bottom: 0;
	}
	.top_visual .ttl_box01 .lead03 .icon{

	}
	.top_visual .ttl_box01 .lead03 .img_ttl01{
		width: 30px;
		padding: 0 0.5rem;
	}
}
.text02{
	font-weight: bold;
	font-size: 3.6rem;
	margin-bottom: 5rem;
}
.lead05{
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: 5px solid #FFDC56;
	padding-bottom: 0.7rem;
	margin-bottom: 2rem;
	padding-left: 1.5rem;
}
.img_box03{
	margin-top: 3rem;
}
@media screen and (max-width: 480px) {
	.text02{
		font-size: 2.4rem;
		margin-bottom: 3rem;
	}
	.lead05{
		font-size: 2rem;
	}
	.img_box03{
		margin-top: 2rem;
	}
}

/* 暮らし
---------------------------------------*/
.lead06{
	font-size: 3rem;
	font-weight: bold;
	border-bottom: 5px solid #FFDC56;
	margin-bottom: 2rem;
	padding-left: 1.5rem;
}
.text03{
	font-size: 2.2rem;
	margin-bottom: 2rem;
	font-weight: bold;
}
.text04::before{
    font: var(--fa-font-solid);
    content: '\f111';
	margin-right: 0.5rem;
	color: #FFDC56;
}
.text05{
	font-size: 3rem;
	font-weight: bold;
	padding-left: 2rem;
}
.text07{
	font-size: 2.4rem;
}
.text07::before{
	font: var(--fa-font-solid);
	content: '\f111';
	margin-right: 0.5rem;
	color: #FFDC56;
	font-size: 2.4rem;
}
#slider01{
	margin-bottom: 10rem;
}
#slider01 .slick-dots{
	bottom: -30px;
}
#slider01 .slick-dots li{
	margin: 0 2px;
}
#slider01 .slick-dots li button:before{
	color: #DDDDDD;
	opacity: 1;
	font-size: 12px;
}
#slider01 .slick-dots li.slick-active button:before{
	color: #FFDC56;
}
.btn02{
	margin-top: 3rem;
}
.btn02 a{
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	padding: 1rem 5rem;
	border: 3px solid #FFDC56;
}
.box04{
	margin-top: 6rem;
}
.lead_box01{
	margin-bottom: 4rem;
}
.lead_box01 .ttl01{
	font-size: 2rem;
}
.lead07{
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 0.5rem;
}
.box05{
	margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
	.lead06{
		font-size: 2rem;
		padding-left: 1rem;
	}
	.text03{
		font-size: 1.8rem;
	}
	.btn02 a{
		font-size: 1.4rem;
		padding: 1rem 1rem;
	}
	.text07{
		font-size: 2.0rem;
	}
}

/* 空き家情報等バンク
---------------------------------------*/
.bank_box img{
	display: block;
}
.bank_box .box06{
	background-color: #F5F5F5;
	padding: 1rem 0 3rem;
}
.bank_box .box06 .cat_bank{
	display: inline-block;
	background-color: #FFF;
	border: 1px solid #707070;
	border-radius: 20px;
	width: 60%;
	text-align: center;
	margin: 0.5rem 0;
}
.single_slider{
	margin-top: 3rem;
}
.single_slider_nav{
	margin: 1rem 0 3rem;
}
.slider_area .slick-prev,.slider_area .slick-next{
	width: 35px;
	height: 35px;
	z-index: 999;
}
.slider_area .slick-prev{
	left: -30px;
}
.slider_area .slick-prev::before{
    font-family: "Font Awesome 5 Free";
    content: '\f053';
    font-weight: 900;
    opacity: 1;
	color: #333;
	font-size: 1.5rem;
}
.slider_area .slick-next{
	right: -30px;
}
.slider_area .slick-next::before{
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    opacity: 1;
	color: #333;
	font-size: 1.5rem;
}
.map{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 40%; 
	margin-top: 4rem;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 480px) {
	.bank_box .child_box{
		width: 100%;
		margin-left: 0 !important;
	}
	.slider_area .slick-prev{
		left: -25px;
	}
	.slider_area .slick-next{
		right: -25px;
	}
}

/* 出産・子育て・教育
---------------------------------------*/
.btn03 a{
	margin: 0 1rem;
}
.scool_box .child_box{
	border-radius: 15px;
	background-color: #FFDC56;
	position: relative;
}
.scool_box .child_box .lead08{
	font-weight: bold;
	font-size: 2rem;
	padding: 1rem 0;
}
.scool_box .child_box a,.scool_box .child_box img{
	display: block;
}
.scool_box .child_box .inner02{
	padding: 1rem 0;
}
.scool_box .child_box .ab01{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	top: 0;
    left: 0;
	border-radius: 15px;
	color: #FFF;
	font-weight: bold;
	opacity: 0;
	transition:	all 0.2s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scool_box .child_box a:hover{
	opacity: 1;
}
.scool_box .child_box a:hover .ab01{
	opacity: 1;
}
@media screen and (max-width: 480px) {
	.btn03 a{
		margin-bottom: 2rem;
	}
}

/* 出逢い・結婚
---------------------------------------*/
.btn04{
	display: block;
	position: relative;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
.btn04 .ab01{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	top: 0;
    left: 0;
	opacity: 0;
	transition:	all 0.2s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn04 .ab01 span{
	color: #000;
	border: 1px solid #000;
	padding: 0.7rem 3rem;
	font-weight: bold;
}
.btn04:hover{
	opacity: 1;
}
.btn04:hover .ab01{
	opacity: 1;
}
.btn05 a{
	width: auto;
	padding:  1.5rem 2rem 1.2rem;
}

/* お知らせ
---------------------------------------*/
.info_arch .ttl_box02{
	margin-bottom: 7rem;
}
.info_arch .box02{
	border-bottom: 1px solid #DDDDDD;
}
.single .lead06{
	margin-bottom: 1rem;
}
.single p.info_l{
	margin-bottom: 3rem;
}
.single p{
	margin-bottom: 1em;
}

/* 移住
---------------------------------------*/
#faq-body dl:not(:last-child) {
	margin-bottom: 50px;
}
#faq-body dt {
	display: flex;
	line-height: 1.7;
	cursor: pointer;
	padding: 25px 40px;
	border: 5px solid #FFDC56;
	font-size: 2.4rem;
	font-weight: bold;
}
#faq-body dt strong {
	flex: 1;
	position: relative;
}
#faq-body dt strong .blue{
	margin-right: 2em;
}
#faq-body dt .btn {
  flex: 0 1 31px;
  min-width: 31px;
  position: relative;
}
#faq-body dt .btn-bar {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
#faq-body dt .btn-bar:nth-child(1) {
  transform: translateX(-50%) rotate(90deg);
}
#faq-body dt .btn.open .btn-bar:nth-child(1) {
  transform: translateX(-50%) rotate(90deg);
}
#faq-body dt .btn.close .btn-bar:nth-child(1) {
  transform: translateX(-50%) rotate(0deg);
}
#faq-body dd {
  position: relative;
  padding: 20px 30px;
	margin-top: 1rem;
}
#faq-body dd .note {
  padding-left: 1.6rem;
  text-indent: -1.2rem;
}
#faq-body dd.close {
  height: 0;
  opacity: 0;
  transition: 0.4s;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
#faq-body dd.open {
  height: auto;
  opacity: 1;
  transition: 0.5s;
  padding-top: 20px;
  padding-bottom: 20px;
}
.btn06,.btn07{
	margin: 3rem 0;
}
.btn06 a{
	width: 350px;
}
.lead09{
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 5px solid #FFDC56;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
	margin-top: 5rem;
}
.btn07 a{
	padding: 0.7rem 0;
	line-height: 1.3;
	width: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.text06::before{
    font-family: "Font Awesome 5 Free";
    content: '\f111';
    font-weight: 900;
    opacity: 1;
	color: #FFDC56;
	font-size: 1.5rem;
	margin-right: 1rem;
}
@media screen and (max-width: 480px) {
	#faq-body dt {
		padding: 15px 10px;
		font-size: 2rem;
	}
	#faq-body dd {
	  padding: 20px 0;
	}
	.btn06 a,.btn07 a{
		width: 320px;
		font-size: 1.5rem;
	}
	.lead09{
		font-size: 1.8rem;
	}
}

/* ライフデザインガイドブック
---------------------------------------*/
.lead_life{
	background: url("images/life_design/bg.png") repeat;
	padding: 2rem 0 1.5rem;
	text-align: center;
	margin-bottom: 3rem;
}
.lead_life img{
	width: 300px;
}
.img_box04 img{
	width: 760px;
}
.img_box05 img{
	width: 560px;
}
.img_box06 img{
	width: 530px;
}
.img_box07 img{
	width: 700px;
}
.img_box08 img{
	width: 650px;
}
.img_box09 img{
	width: 215px;
}
.img_box09{
	margin-top: -50px;
}
.box07{
	background: url("images/life_design/bg.png") repeat;
	padding-top: 370px;
	padding-bottom: 5rem;
	margin-top: -370px;
}
.flex01{
	justify-content: center;
	margin: 2rem 0 5rem;
}
.flex01 .btn08{
	width: 300px;
	margin: 0 2rem;
}
.box07 .width800 p{
	padding: 0 50px;
	font-weight: bold;
	margin-bottom: 1em;
}
.box08{
	background-color: #D5C8A0;
	padding-top: 170px;
	padding-bottom: 10rem;
	margin-top: -170px;
}
.box09{
	background: url("images/life_design/bg.png") repeat;
	padding-top: 200px;
	padding-bottom: 7rem;
	margin-top: -200px;
}
@media screen and (max-width: 800px) {
	.img_box04 img,.img_box07 img,.img_box08 img{
		width: 90%;
	}
	.life.layout{
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 580px) {
	.img_box05 img,.img_box06 img{
		width: 90%;
	}
}
@media screen and (max-width: 480px) {
	.img_box09 img{
		width: 150px;
	}
	.img_box09{
		margin-top: -70px;
	}
	.box07{
		padding-top: 160px;
		margin-top: -160px;
	}
	.flex01 .btn08{
		width: 46%;
		margin: 0 1%;
	}
	.box07 .width800 p{
		padding: 0 3%;
	}
	.box08{
		padding-top: 100px;
		margin-top: -100px;
	}
	.box09{
		padding-top: 120px;
		margin-top: -140px;
	}
}


















