@charset "utf-8";
/* CSS Document */
.grecaptcha-badge { 
  visibility: hidden;
}

@media only screen and (min-width: 768px) {
		.sp_768{
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.sp_768{
		display: inherit;
	}
	.sp_768none{
		display: none;
	}
}

@media only screen and (min-width: 767px) {
		.sp_767{
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.sp_767{
		display: inherit;
	}
	.sp_767none{
		display: none;
	}
}

@media only screen and (min-width: 390px) {
		.sp_390{
		display: none;
	}
}

@media only screen and (max-width: 390px) {
	.sp_390{
		display: inherit;
	}
	.sp_390none{
		display: none;
	}
}

@media only screen and (max-width: 375px) {
	.sp_375none{
		display: none;
	}
}

	
/*======================
MV
======================*/
.mv{
	width: 100%;
	height: 100%;
	background: url( "images/mv_bg.jpg") no-repeat bottom/cover;
	padding-top: 110px;
	padding-bottom: 95px;
	position: relative;
	overflow: hidden;
}

.mv_slider_wrap{
	width: 84.8rem;
	height: 50rem;
	margin-left: auto;
}
.mv_slider_wrap .swiper-slide img{
	width: 100%;
	height: 50rem;
	object-fit: cover;
	border-radius: 200px 0 0 0;
}

.mv_copy_wrap{
	position: absolute;
	top: 54%;
	left: 7rem;
	z-index: 1;
	transform: translateY(-50%);
}
.mv_copy_wrap h1{
	width: 35rem;
	margin-bottom: 3.2rem;
}
.mv_copy_wrap h1 img{
	 filter: drop-shadow(0px 0px 6px rgba(255,255,255, 1));
}

.mv_copy_wrap .txt{
	font-size: 2rem;
	line-height: 2;
	    -webkit-box-decoration-break: clone;
    display: inline;
	background-color: #fff;
	padding: 0 15px;
}

@media only screen and (max-width: 1200px) {
	.mv{
		padding-top: 100px;
	}
.mv_slider_wrap .swiper-slide img{
	border-radius: 100px 0 0 0;
}
}

@media only screen and (max-width: 940px) {
	.mv{
		padding-bottom: 65px;
	}
	
.mv_slider_wrap .swiper-slide img{
	height: 50rem;
}
}

@media only screen and (max-width: 768px) {
	.mv_slider_wrap{
		width: 82rem;
	}
		.mv_copy_wrap .txt{
	font-size: 2.5rem;
}
}

@media only screen and (max-width: 490px) {
.mv{
	height: auto;
	background: url( "images/mv_bg_sp.jpg") no-repeat bottom/cover;
	padding-bottom: 50px;
}
	.mv_slider_wrap{
	width: 94%;
	height: 100%;
		margin-bottom: 30px;
}
	.mv_slider_wrap .swiper-slide img{
	height: 270px;
		object-fit: cover;
}
.mv_copy_wrap{
	position: inherit;
	top: inherit;
	left: inherit;
	z-index: 1;
	transform: translateY(0);
	padding-left: 20px;
	padding-right: 20px;
}
	.mv_copy_wrap h1{
		width: 100%;
	max-width: 288px;
		margin: 0 auto;
	margin-bottom: 30px;
}
	.txt_wrap{
		text-align: center;
	}
	.mv_copy_wrap .txt{
	font-size: 17px;
		text-align: center;
}
}

/*======================
head
======================*/
.main_head{
	margin-bottom: 50px;
}

.main_head .ttl{
	font-size: 36px;
}
.main_head .head_img img{
	width: 60px;
}

.main_head .ttl_en{
	letter-spacing: 2px;
}


/*main_head_left*/
.main_head_left .ttl{
	letter-spacing: 3px;
}

.main_head_left .ttl img{
	width: 54px;
	height: auto;
	vertical-align: text-top;
	margin-right: 15px;
}
.main_head_left  p{
	padding-left: 65px;
}

.head_img_sp{
	display: none;
}

@media only screen and (max-width: 768px) {
	.main_head_left {
		text-align: center;
	}
.main_head_left .ttl  img{
	display: none;
}
	.head_img_sp{
	display: inherit;
}
	.main_head .head_img_sp img{
		width: 46px;
	}
	.main_head_left  p{
	padding-left: 0;
}
}

@media only screen and (max-width: 767px) {
	.main_head{
	margin-bottom: 35px;
}
.main_head .ttl{
	font-size: 26px;
}

}


/*======================
section
======================*/
.section{
	padding-top: 64px;
	padding-bottom: 86px;
}

@media only screen and (max-width: 767px) {
.section{
	padding-top: 45px;
	padding-bottom: 45px;
}

}



/*======================
Instagram
======================*/
.instagram{
	padding-top: 74px;
	padding-bottom: 74px;
}
.instagram_head{
	position: relative;
}
.instagram_head::before{
	content: "";
	width: 94%;
	height: 65%;
	background-color: #F9F7F0;
	border-radius: 0 120px 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.instagram .main_head_left{
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}


.instafeed_wrap{
	background-color: #F9F7F0;
	width: 94%;
	padding-top: 46px;
	padding-bottom: 54px;
	margin-bottom: 40px;
}

.instafeed_wrap .feed_area{
	max-width: 880px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.instagram .more_btn a::after{
	content: "";
	background: url( "images/icon/icon_link_brown.svg") no-repeat center / contain;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
		transition: all .3s;
}

@media only screen and (max-width: 1024px) {
.instagram .main_head_left{
	padding-left: 20px;
	padding-right: 20px;
}
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {
	.instagram{
	padding-top: 30px;
	padding-bottom: 45px;
}
	.instagram_head::before{
	height: 84%;
	border-radius: 0 100px 0 0;
}
	.instafeed_wrap{
	padding-top: 25px;
		padding-bottom: 40px;
		margin-bottom: 30px;
}
}


/*======================
サロンの特徴
======================*/
.features{
	background: url( "images/features_bg.jpg") repeat-y top / cover;
}


.check_list li{
	position: relative;
	padding-left: 26px;
font-size: 14px;
	margin-bottom: 16px;
}
.check_list li:last-child{
	margin-bottom: 0;
}
.check_list li:before {
	content: "";
    border-radius: 50%;
    width: 16px;
    height: 16px; 
    display: block;
    position: absolute; 
    left: 0; 
    top: 0.5rem; 
	background: url( "images/icon/icon_check.svg") no-repeat center / contain;
    }

@media only screen and (max-width: 767px) {
	.features{
	background: url( "images/features_bg_sp.jpg") repeat-y top / contain;
}
	.check_list li:before {
    top: 1rem; 
    }
}

.features_item_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.features_item{
	max-width: 385px;
	border-radius: 30px;
	background-color: #fff;
	position: relative;
}

.features_item .img_area{
	width: 100%;
	height: 245px;
}
.features_item .img_area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 30px 30px 0 0;
}

.features_item .txt_area{
	padding: 32px 25px;
	position: relative;
}
.features_hukidasi{
	width: 178px;
	position: absolute;
	top: -24%;
	left: 5px;
}

.features_head{
	margin-bottom: 20px;
}
.features_head .ttl{
	font-size: 22px;
}


@media only screen and (max-width: 1200px) {
	.features_item_wrap{
		column-gap: 25px;
		grid-row-gap: 25px;
	justify-content: center;
}
}

@media only screen and (max-width: 767px) {
	.features_item_wrap{
		display: block;
	}
	.features_item{
		margin: 0 auto;
	border-radius: 15px;
		margin-bottom: 25px;
}
	.features_item:last-of-type{
		margin-bottom: 0;
	}
	.features_item .img_area{
	height: 186px;
}
	.features_item .img_area img{
	border-radius: 15px 15px 0 0;
}
	.features_item .txt_area{
	padding: 25px;
}
	.features_hukidasi{
	width: 152px;
		top: -20%;
}
	.features_head .ttl{
	font-size: 20px;
}
}


/*======================
ホテル
======================*/
.hotel{
	background: url( "images/hotel_bg.jpg") no-repeat top / cover;
	background-size: 100% 650px;
	background-color: #F9F7F0;
	padding-bottom: 86px;
}

.hotel_flex_area{
	display: flex;
	align-items: center;
	padding-bottom: 68px;
}

.hotel_flex_area .img_area{
	width: 45%;
	height: 394px;
	margin-right: 80px;
}
.hotel_flex_area .img_area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 120px 0 0;
}

.hotel_head{
	margin-bottom: 30px;
}
.hotel_head .ttl{
	font-size: 30px;
}

.hotel_flex_area .txt_area .txt{
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 1024px) {
.hotel_flex_area{
	align-items: flex-start;
}

.hotel_flex_area .img_area{
	margin-right: 40px;
}
	.hotel_flex_area .txt_area{
		padding-right: 20px;
		padding-top: 60px;
	}
}

@media only screen and (max-width: 768px) {
	.hotel_flex_area{
	display: block;
}
	.hotel_flex_area .img_area{
	width: 94%;
	height: 294px;
	margin-right: 0;
}
	.hotel_flex_area .img_area img{
	border-radius: 0 100px 0 0;
}
	.hotel_flex_area .txt_area{
		padding-top: 30px;
		max-width: 510px;
		padding-left: 20px;
		margin: 0 auto;
	}
	.hotel_head{
	text-align: center;
}
}

@media only screen and (max-width: 767px) {
	.hotel{
	background: url( "images/hotel_bg_sp.jpg") no-repeat top / cover;
	background-size: 100% 625px;
	padding-bottom: 45px;
		background-color: #F9F7F0;
}
	.hotel_flex_area{
	padding-bottom: 45px;
}
	.hotel_head{
	margin-bottom: 22px;
}
	.hotel_head .ttl{
	font-size: 26px;
}
}

@media only screen and (max-width: 490px) {
		.hotel_flex_area .img_area{
	height: 180px;
}
}


/*hotel_item_wrap*/
.hotel_item_wrap{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 45px;
	grid-row-gap: 45px;
}

.hotel_item{
	max-width: 315px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 24px -6px rgba(221,202,177,0.5);
	padding: 30px 28px;
}

.hotel_item .img_area{
	width: 114px;
	margin:  0 auto;
	margin-bottom: 15px;
}

.hotel_item .ttl{
	font-size: 20px;
	margin-bottom: 15px;
}

.hotel_item .list_dot li{
	font-size: 14px;
	margin-bottom: 12px;
}

@media only screen and (max-width: 1024px) {
	.hotel_item_wrap{
	column-gap: 25px;
	grid-row-gap: 25px;
}
}

@media only screen and (max-width: 860px) {
		.hotel_item_wrap{
	grid-template-columns: repeat(2, 1fr);
}
	.hotel_item{
	max-width: 100%;
}
}

@media only screen and (max-width: 767px) {
		.hotel_item_wrap{
	display: block;
}
	.hotel_item{
		max-width: 315px;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	.hotel_item:last-of-type{
		margin-bottom: 0;
	}
	.hotel_item .img_area{
	width: 100px;
}
}


/*======================
クーポン
======================*/
.coupon_flex_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 40px;
	grid-row-gap: 40px;
}

.coupon_flex_area li{
/*	margin-right: 40px;
	margin-left: 40px;*/
}
.coupon_img{
	max-width: 375px;
	box-shadow: 0px 0px 24px -6px rgba(192,192,192,0.5);
}

@media only screen and (max-width: 890px) {
.coupon_img{
	max-width: 45%;
}
}

@media only screen and (max-width: 767px) {
	.coupon_flex_area{
	display: block;
}
	.coupon_flex_area li{
		margin-bottom:20px;
	}
		.coupon_flex_area li:last-child{
		margin-bottom:0;
	}
	.coupon_img{
	max-width: 320px;
		margin: 0 auto;
}
}


/*======================
メニュー/料金表
======================*/
.salonmenu{
	padding-top: 86px;
	padding-bottom: 86px;
	background: url( "images/menu_bg.jpg") repeat-y top / contain;
}

@media only screen and (min-width: 2600px) {
	.salonmenu{
	background-size: cover;
}
}

.menu_btn {
	margin-bottom: 60px;
}
.menu_btn a{
	display: block;
	max-width: 900px;
	margin: 0 auto;
}
.menu_btn a img{
	border-radius: 30px;
}

@media only screen and (max-width: 1024px) {
		.salonmenu{
	padding-top: 64px;
	padding-bottom: 64px;
}
}

@media only screen and (max-width: 767px) {
	.salonmenu{
	padding-top: 45px;
	padding-bottom: 45px;
		background: url( "images/menu_bg_sp.jpg") repeat-y top / contain;
		/*background-size: 100% 300px;*/
}
	
.menu_btn {
	margin-bottom: 40px;
}
	.menu_btn a{
	max-width: 440px;
}
	.menu_btn a img{
	border-radius: 15px;
}
}



/*======================
はじめてのお客様へ
======================*/
.customers_wrap{
	border: 3px solid #DDCAB1;
	background-color: #F9F7F0;
	padding: 64px 80px 86px 80px;
	border-radius: 30px;
}

.customers_item_wrap{
	margin-bottom: 65px;
}

 .customers_ttl{
	font-size: 26px;
	margin-bottom: 30px;
}

.customers_item_wrap .flex_area{
	display: flex;
	justify-content: center;
}

.customers_item{
	    max-width: 495px;
    width: 100%;
	padding: 26px 35px;
	padding-bottom: 35px;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0px 0px 24px -6px rgba(221,202,177,0.5);
}
.customers_item_wrap .flex_area .customers_item:first-of-type{
	margin-right: 50px;
}

.customers_item_ttl{
	margin-bottom: 15px;
}
.customers_item_ttl p{
	display: inline-block;
	font-size: 18px;
	padding: 6px 30px;
	border-radius: 50px;
}

.customers_dl_wrap .flex_area{
	display: flex;
	justify-content: center;
}

.customers_dl_wrap .flex_area .customers_dl_item:first-of-type{
	margin-right: 50px;
}

.customers_dl_item{
	max-width: 495px;
	width: 100%;
}
.customers_dl_item  .customers_item{
	max-width: 495px;
	width: 100%;
}


@media only screen and (max-width: 1024px) {
	.customers_wrap{
	padding: 45px;
}
}

@media only screen and (max-width: 768px) {
	.customers_item_wrap{
	margin-bottom: 40px;
}
	.customers_item_wrap .flex_area{
	display: block;
}
		.customers_item_ttl {
		text-align: center;
	}
	.customers_item{
	margin: 0 auto;	
}
	.customers_item_wrap .flex_area .customers_item:first-of-type{
	margin: 0 auto;
		margin-bottom: 20px;
}
	
	.customers_dl_wrap .flex_area{
	display: block;
}
	.customers_dl_wrap .flex_area .customers_dl_item:first-of-type{
margin: 0 auto;
		margin-bottom: 40px;
}
	.customers_dl_wrap .flex_area .customers_dl_item{
	margin: 0 auto;
		
}

}


@media only screen and (max-width: 767px) {
	.customers_wrap{
	padding: 35px 20px;
		border-radius: 15px;
}
	 .customers_ttl{
	font-size: 22px;
	margin-bottom: 20px;
}
	.customers_item{
	max-width: 495px;
	padding: 25px 20px;
	border-radius: 15px;
}

	.customers_item_ttl p{
	font-size: 16px;
	padding: 4px 30px;
}
}


.dl_btn{
	margin-top: 25px;
}
.dl_btn a{
	width: auto;
	display: inline-block;
	background-color: #fff;
	border: 1px solid #DDCAB1;
	color: #60451B;
	padding: 12px 35px;
	font-size: 16px;
	font-weight: 500;
	transition: all .3s;
	position: relative;
	text-align: center;
	border-radius: 50px;
}
.dl_btn a img{
	width: 24px;
	margin-left: 16px;
	vertical-align: middle;
}


@media only screen and (max-width: 767px) {
	.dl_btn{
	text-align: center;
}
}


/*======================
よくある質問
======================*/
.faq{
	position: relative;
	z-index: 0;
}
.faq::before{
	content: "";
	background: url( "images/faq_paws.png") no-repeat top / contain;
	position: absolute;
	top: 0;
	left: 0;
	width: 404px;
	height: 406px;
		z-index: -1;
}

.faq_item_wrap{
	max-width: 885px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.faq_item_wrap:last-of-type{
	margin-bottom: 0;
}

.faq_item_ttl{
	font-size: 26px;
	margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
	.faq::before{
	width: 230px;
	height: 230px;
}
	.faq_item_wrap{
	margin-bottom: 36px;
}
}

@media only screen and (max-width: 767px) {
	.faq::before{
		background: url( "images/faq_paws_sp.png") no-repeat top / contain;
	width: 152px;
	height: 152px;
}
	.faq_item_ttl{
	font-size: 22px;
	margin-bottom: 15px;
}
}


/*アコーディオン全体*/
.faq_item{
	margin-bottom: 15px;
}
.faq_item:last-of-type{
	margin-bottom: 0;
}

.accordion_area{
    list-style: none;
    width: 100%;
	margin: 0 auto;
	padding: 22px 40px;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0px 0px 24px -6px rgba(221,202,177,0.5);
}

@media only screen and (max-width: 767px) {
	.accordion_area{
	padding: 15px 20px;
}
}


/*アコーディオンタイトル*/
.accordion_title {
	width: 100%;
	display: table;
    position: relative;
    cursor: pointer;
    transition:  .5s;
	padding-right: 30px;
}

.accordion_title ul{
	display: flex;
	align-items: center;
}
.accordion_title span{
	font-size: 26px;
	margin-right: 16px;
		line-height: 1;
	font-weight: 600;
	color: #BF9C64;
}
.accordion_title p{
	    font-size:20px;
	color: #60451B;
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	.accordion_title span{
	font-size: 22px;
	margin-right: 12px;
}
	.accordion_title p{
	    font-size:16px;
}
}


/*アイコンの＋と×*/
.accordion_title::after{
    position: absolute;
    content:'';
	background-image: url( "images/icon/arrow_btm_brown.svg");
	background-size: contain;
	background-repeat: no-repeat;
    width: 16px;
    height: 10px;
	top:50%;
    right: 0;
	transform: translateY(-50%);
}

/*　close　*/
.accordion_title.close::after{
background-image: url( "images/icon/arrow_btm_brown.svg");
}


@media only screen and (max-width: 767px) {
	
}


/*アコーディオンで現れるエリア*/
.accordion_inner {
    display: none;/*はじめは非表示*/
	padding-top: 20px;
	border-top: 1px solid #BEBEBE;
	margin-top: 20px;
}

.accordion_content_area ul{
	display: flex;
}
.accordion_content_area li:first-child{
	padding-top: 4px;
}
.accordion_content_area span{
	font-size: 26px;
	margin-right: 16px;
		line-height: 1;
	color: #9E2E1C;
	font-weight: 600;
}
.accordion_content_area p{
	display: table-cell;
	vertical-align: middle;
	color: #322209;
}


@media only screen and (max-width: 767px) {
.accordion_content_area span{
	font-size: 22px;
	margin-right: 12px;
}
}


/*======================
ご予約はこちら
======================*/
.cta{
	width: 100%;
	height: 405px;
	background: url( "images/reserve_bg.jpg") no-repeat center / cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cta .cta_ttl{
	font-size: 36px;
	margin-bottom: 12px;
	letter-spacing: 5px;
}

.cta .txt{
	font-size: 16px;
}

.cta_btn{
	margin-top: 35px;
}
.cta_btn a{
	width: 445px;
	display: inline-block;
	background-color: rgba(255,255,255,0.00);
	border: 1px solid #fff;
	border-radius: 50px;
	font-size: 32px;
	letter-spacing: 3px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 30px;
	color: #fff;
	transition: .3s;
	position: relative;
}
.cta_btn a span{
	display: inline-block;
	position: relative;
}
.cta_btn a span::before{
	content: "";
	background: url( "images/icon/icon_line.svg") no-repeat center / contain;
	width: 40px;
	height: 30px;
	position: absolute;
	left: -48px;
	top: 56%;
	transform: translateY(-50%);
		transition: all .3s;
}

.cta_btn a:hover{
	border: 1px solid #F9F7F0;
	background-color: #F9F7F0;
	color: #60451B;
}
.cta_btn a:hover span::before{
	background: url( "images/icon/icon_line_brown.svg") no-repeat center / contain;
}

.cta_btn a img{
	width: 30px;
	height: auto;
	margin-right: 10px;
	padding-bottom: 7px;
}

@media only screen and (max-width: 767px) {
	.cta{
		height: 300px;
	background: url( "images/reserve_bg_sp.jpg") no-repeat center / cover;
}
	.cta .cta_ttl{
	font-size: 30px;
	margin-bottom: 10px;
	letter-spacing: 4px;
}
	.cta_btn a{
	width: 295px;
	font-size: 26px;
	letter-spacing: 2px;
	padding-top: 12px;
	padding-bottom: 12px;
}
}


/*======================
キャンセルポリシー
======================*/
.cancel_policy{
	position: relative;
}
.cancel_policy::after{
	content: "";
	background: url( "images/cancel_paws.png") no-repeat top / contain;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 516px;
	height: 340px;
	z-index: -1;
}

.policy_item_wrap{
	max-width: 930px;
	margin: 0 auto;
	margin-bottom: 45px;
}
.policy_item_wrap .txt_top{
	margin-bottom: 35px;
}

.policy_item{
	border-radius: 12px;
	margin-bottom: 15px;
	padding: 45px;
}
.policy_item:last-of-type{
	margin-bottom: 0;
}

.policy_item_ttl{
	font-size: 24px;
	margin-bottom: 25px;
}

.policy_item .inner{
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {
	.policy_item_wrap{
		margin-bottom: 30px;
	}
	.policy_item_wrap .txt_top{
		max-width: 495px;
		margin: 0 auto;
	margin-bottom: 35px;
}
	.policy_item{
	max-width: 495px;
		margin: 0 auto;
		margin-bottom: 15px;
	padding: 25px 20px;
}
	.policy_item_ttl{
	font-size: 20px;
	margin-bottom: 20px;
}
.cancel_policy::after{
	background: url( "images/cancel_paws_sp.png") no-repeat top / contain;
	bottom: 17%;
	right: inherit;
	left: 0;
	width: 152px;
	height: 152px;
}
}


/*policy_thoughts*/
.policy_thoughts{
	max-width: 930px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.policy_thoughts .img_area{
	width: 408px;
}
.policy_thoughts .img_area img{
	border-radius: 12px;
}

.policy_thoughts .txt_area{
	max-width: 400px;
	margin-left: 90px;
}
.policy_thoughts .txt_area .ttl{
	font-size: 24px;
	margin-bottom: 15px;
}
.policy_thoughts .txt_area .txt{
	font-size: 20px;
}

@media only screen and (max-width: 768px) {
	.policy_thoughts{
	display: block;
}
	.policy_thoughts .txt_area{
	margin: 0 auto;
		margin-bottom: 20px;
		text-align: center;
}
	.policy_thoughts .img_area{
	margin: 0 auto;
}
}
@media only screen and (max-width: 767px) {
	.policy_thoughts .txt_area .txt{
	font-size: 16px;
}
	.policy_thoughts .img_area{
		width: 100%;
	height: 230px;
}
		.policy_thoughts .img_area img{
	height: 100%;
			width: 100%;
			object-position: top;
			object-fit: cover;
}
}


/*======================
アクセス
======================*/
.access{
	background: url( "images/features_bg.jpg") repeat-y top / contain;
}

.access_exterior{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
}

.access_exterior .img_area{
	width: 456px;
	margin-right: 60px;
}
.access_exterior .img_area img{
	border-radius: 12px;
}

 .access_exterior .information{
	width: 460px;
}

 .access_exterior .information dl{
	display: flex;
	 padding-top: 25px;
	 padding-bottom: 25px;
	 border-bottom: 1px solid #BF9C64;
	 font-size: 16px;
	 color: #322209;
}
.access_exterior .information dl:first-of-type{
	border-top: 1px solid #BF9C64;
}

 .access_exterior .information dt{
	width: 20%;
	 font-weight: 600;
	 padding-left: 10px;
}
 .access_exterior .information dd{
	width: 80%;
}

@media only screen and (max-width: 940px) {
.access_exterior{
	display: block;
	margin-bottom: 40px;
}
	.access_exterior .img_area{
	margin: 0 auto;
		margin-bottom: 30px;
}
	 .access_exterior .information{
	margin: 0 auto;
}
}

@media only screen and (max-width: 767px) {
	.access{
	background: url( "images/features_bg_sp.jpg") repeat-y top / contain;
}
.access_exterior{
	display: block;
	margin-bottom: 30px;
}
	.access_exterior .img_area{
		width: 100%;
	max-width: 456px;
}
	 .access_exterior .information{
		 width: 100%;
	max-width: 460px;
}
	 .access_exterior .information dl{
	 padding-top: 20px;
	 padding-bottom: 20px;
	 font-size: 14px;
}
	 .access_exterior .information dt{
	 width: 25%;
}
}

/*access_station*/
.access_station{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

 .station_item{
	width: 456px;
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0px 0px 24px -6px rgba(221,202,177,0.5);
	padding: 20px 35px;
	 padding-bottom: 35px;
	 display: flex;
}
.station_item:first-of-type{
	margin-right: 30px;
}

.station_item .img_area{
	width: 74px;
	margin-right: 18px;
}
.station_item .txt_area{
	padding-top: 15px;
}
.station_item .txt_area .ttl{
	font-size: 24px;
}

@media only screen and (max-width: 768px) {
	.station_item .txt_area .ttl{
	font-size: 20px;
}
}
@media only screen and (max-width: 767px) {
.access_station{
	display: block;
	margin-bottom: 30px;
}
 .station_item{
	 width: 100%;
	max-width: 456px;
	 margin:  0 auto;
	padding: 15px ;
	 padding-bottom: 25px;
}
	.station_item:first-of-type{
	 margin:  0 auto;
		margin-bottom: 20px;
}
	.station_item .txt_area{
	padding-top: 8px;
}
}

/*access_map*/
.access_map iframe{
	width: 100%;
	height: 335px;
	border: 1px solid #BEBEBE;
	border-radius: 12px;
}

@media only screen and (max-width: 767px) {
	.access_map iframe{
	height: 200px;
}
}


/*======================
お問い合わせ
======================*/
.contact{
	padding-top: 64px;
	padding-bottom: 100px;
	background: linear-gradient(180deg,rgba(249, 247, 240, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (max-width: 767px) {
	.contact{
	padding-top: 45px;
	padding-bottom: 64px;
}
}

/*======================
thanks
======================*/
.thanks_wrap{
	background: url( "images/features_bg.jpg") no-repeat top / cover;
	padding-top: 120px;
	padding-bottom: 120px;
}

.thanks_inner h2{
	font-size: 36px;
	margin-bottom: 40px;
}

.thanks_inner .txt_area{
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.thanks_wrap{
	padding-bottom: 64px;
}
.thanks_inner h2{
	font-size: 22px;
	margin-bottom: 25px;
}
	.thanks_inner .txt_area{
	margin-bottom: 30px;
}
}


/*======================
footer
======================*/
.footer_wrap{
	background-color: #F3EEE6;
	padding: 70px 80px 95px 80px;
}

.footer_wrap .flex_area{
	display: flex;
	justify-content: space-between;
}

 .footer_info{
	display: flex;
}
.footer_info .footer_logo{
	width: 120px;
}

 .footer_info .txt_area{
	margin-left: 36px;
}
 .footer_info .txt_area p{
	font-size: 16px;
	color: #322209;
}

@media only screen and (max-width: 1200px) {
	.footer_wrap{
	padding: 70px 40px 95px 40px;
}
	 .footer_info .txt_area p{
	font-size: 14px;
}
}

@media only screen and (max-width: 980px) {
		.footer_wrap{
	padding: 45px 40px ;
}
	.footer_wrap .flex_area{
	display: block;
}
 .footer_info{
	display: block;
	 text-align: center;
	 margin-bottom: 30px;
}
	.footer_info .footer_logo{
	margin: 0 auto;
		margin-bottom: 20px;
}
 .footer_info .txt_area{
	margin-left: 0;
}
}


/*footer_nav_list*/
.footer_nav_list {
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-end;
}
.footer_nav_list li{
	padding-right: 30px;
}
.footer_nav_list li:last-child{
	padding-right: 0;
}
.footer_nav_list li a{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	color: #322209;
	display: inline-block;
}

@media only screen and (max-width: 1200px) {
	.footer_nav_list li a{
	font-size: 14px;
}
}
@media only screen and (max-width: 980px) {
.footer_nav_list {
	display: none;
}
}


.footer_btn_area{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.footer_btn a{
	font-family: "Zen Maru Gothic", sans-serif;
	width: 260px;
	height: 64px;
	display:flex;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	transition: all .3s;
	position: relative;
	border-radius: 50px;
	padding-left: 40px;
}
.footer_btn a::after{
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
		transition: all .3s;
}

.footer_btn.contact_btn {
	margin-right: 20px;
}
.footer_btn.contact_btn a{
	background-color: #DBBD5A;
}
.footer_btn.contact_btn a::after{
	background: url( "images/icon/arrow_right_white.svg") no-repeat center / contain;
	width: 7px;
	height: 12px;
}

.footer_btn.recruit_btn a{
	background-color: #D38B80;
}
.footer_btn.recruit_btn a::after{
	background: url( "images/icon/icon_link_white.svg") no-repeat center / contain;
	width: 12px;
	height: 12px;
}


.copyright{
	background-color: #DDCAB1;
	padding: 10px;
}

@media only screen and (max-width: 1200px) {
	.footer_btn a{
	height: 54px;
	font-size: 14px;
}
}

@media only screen and (max-width: 1024px) {
	.footer_btn_area{
	flex-direction: column;
}
	.footer_btn{
		margin-left: auto;
	}
	.footer_btn.contact_btn{
		margin-bottom: 15px;
		margin-right: 0;
	}
}

@media only screen and (max-width: 980px) {
	.footer_btn{
		margin: 0 auto;
	}
	.footer_btn.contact_btn{
		margin: 0 auto;
		margin-bottom: 15px;
	}
}


















