@charset "utf-8";
h1,
h2 {
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	letter-spacing: 3px;
}
/* ===========================
index.html
============================*/
.mvBox {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.mvBox .top_mv {
	width: 100%;
	margin: 0 auto 60px;
}
.mvBox .top_mv img {
	width: 100%;
}
.mvBox .open_date {
	width: 390px;
	height: auto;
	margin: auto;
}
.mvBox .open_date img {
	width: 100%;
	height: auto;
}
.mvBox .open_cam {
	width: 390px;
	height: auto;
    margin: 0 auto 40px;
    text-align: center;
}
.mvBox .open_cam .open_ttl{
    letter-spacing: .1em;
    font-size: 24px;
    font-family: canada-type-gibson, sans-serif;
    font-style: normal;
    margin-bottom: 10px;
    color: #87caac;
}
.mvBox .open_cam .open_txt{
    line-height: 2.2em;
    margin-bottom: 20px;
}
.mvBox .open_cam .open_txt span{
    display: inline-block;
    letter-spacing: .1em;
    font-size: 24px;
    font-family: canada-type-gibson, sans-serif;
    font-style: normal;
    color: #87caac;
}

.mvBox .txtBox {
	width: 700px;
	margin: 45px auto 180px;
    font-size: 14px;
    line-height: 3em;
    text-align: center;
}
.mvBox .txtBox:before,
.mvBox .txtBox:after {
	content: "";
	display: block;
	width: 700px;
	height: 10px;
	background: url(../img/home/hr_border.png) no-repeat center / cover;
}
.mvBox .txtBox:before {
	margin-bottom: 55px;
}
.mvBox .txtBox:after {
	margin-top: 55px;
}
.top_menu {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.top_menu .menu_linkArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.top_menu li {
	width: calc(50% - 50px);
	height: auto;
	margin-right: 100px;
	margin-bottom: 50px;
	position: relative;
}
.top_menu li:nth-child(2n) {
	margin-right: 0;
}
.top_menu li:nth-child(1):before {
	content: "";
	display: block;
	width: 270px;
	height: 260px;
	background: url(../img/home/bg_circle02.png) no-repeat center / 270px 260px;
	position: absolute;
	right: -80px;
	bottom: -200px;
	z-index: -1;
}
.top_menu li:nth-child(2):before {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	background: url(../img/home/bg_circle01.png) no-repeat center / 200px 200px;
	position: absolute;
	left: -55px;
	top: -40px;
	z-index: -1;
}
.top_menu li:nth-child(4):before {
	content: "";
	display: block;
	width: 235px;
	height: 235px;
	background: url(../img/home/bg_circle03.png) no-repeat center / 235px 235px;
	position: absolute;
	right: -35px;
	bottom: -95px;
	z-index: -1;
}
.top_menu a {
	width: 100%;
	height: auto;
}
.top_menu img {
	width: 100%;
	height: auto;
}
.top_menu img.deco_circle {
	width: 145px;
	height: 145px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.top_reservation {
	width: 100%;
	max-width: 1000px;
	margin: 100px auto 0;
	border: solid 1px #87caac;
	padding: 5px;
	box-sizing: border-box;
}
.top_reservation .innerWrap {
	background-image: linear-gradient(45deg, #87caac 15px, transparent 0),
	linear-gradient(-45deg, #87caac 15px, transparent 0),
	linear-gradient(135deg, #87caac 15px, transparent 0),
	linear-gradient(-135deg, #87caac 15px, transparent 0);
	padding: 30px 0 75px;
	box-sizing: border-box;
}
.top_reservation h2 {
	text-align: center;
	margin-bottom: 45px;
}
.top_reservation h2 img {
	width: 250px;
}
.top_reservation h2 span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #87caac;
	letter-spacing: .1em;
}
.top_reservation p {
	text-align: center;
	margin-bottom: 30px;
}
.top_reservation ul {
	display: flex;
	justify-content: center;
}
.top_reservation ul li {
	width: 320px;
}
.top_reservation ul li:last-child {
    margin-left: 40px;
}
.top_reservation ul li a {
	display: block;
	width: 100%;
	height: 100%;
	border: solid 1px #87caac;
	height: 75px;
	padding: 25px 0 0 0;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: center;
	font-family: canada-type-gibson, sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .1em;
	font-size: 20px;
	line-height: 1;
}
/*　===================
固定メニュー部分
======================== */
.fl_pageTop {
	width: 90px;
	height: 90px;
	position: fixed;
	bottom: 20%;
	right: 20px;
	background: #fff;
}
.fl_pageTop a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.fl_pageTop img {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 8px 20px 0 20px;
	box-sizing: border-box;
}
.fl_pageTop figcaption {}
/*===============================
menu.html
 =============================== */
.subpage .mvBox {
	max-width: 1200px;
}
.subpage .mvBox figure {}
.over_txt {
	font-family: canada-type-gibson, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	letter-spacing: .2em;
	position: relative;
	margin: -135px auto 0;
	text-align: center;
}
.over_txt:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 48px;
	background: url(../commons/img/ico_subpage_ttl.png) no-repeat center / 24px 48px;
	vertical-align: middle;
	margin-right: 25px;
}
section.priceWrap {
	width: 100%;
	max-width: 800px;
	margin: 200px auto 0;
	position: relative;
}
section.priceWrap:before{
	content: "";
	display: block;
	width: 220px;
	height: 220px;
	background: url(../img/menu/ico_menu01.png) no-repeat center / 220px 220px;
	position: absolute;
	top: 0;
	left: -315px;
}
.colorPrice {
	position: relative;
}
.colorPrice:after {
	content: "";
	display: block;
	width: 220px;
	height: 220px;
	background: url(../img/menu/ico_menu02.png) no-repeat center / 225px auto;
	position: absolute;
	top: 0;
	right: -315px;
}
.treatmentPrice {
	position: relative;
}
.treatmentPrice:before {
	content: "";
	display: block;
	width: 165px;
	height: 165px;
	background: url(../img/menu/ico_menu03.png) no-repeat center / 165px auto;
	position: absolute;
	top: 30px;
	left: -245px;
}
.priceWrap p {
	line-height: 1em;
	max-width: 600px;
	margin: 0 auto 30px;
}
.priceWrap dl {
	max-width: 600px;
	margin: 0 auto 60px;
}
.priceWrap dt {
	font-family: canada-type-gibson, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: .1em;
	line-height: 1;
	margin-bottom: 30px;
}
.priceWrap dd{
	font-size:15px;
	line-height: 2.7em;
	position: relative;
}
.priceWrap dd span.price{
	position: absolute;
	right: 0;
}
.bird_comment {
	font-size: 14px;
	letter-spacing: .1em;
line-height: 2.14em;
	padding: 15px 0;
	border-top: solid 2px #87caac;
	border-bottom: solid 2px #87caac;
	text-align: center;
	position: relative;
	
}
.bird_comment:before{
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: url(../img/menu/ico_bird01.png) no-repeat center left / 60px 45px ,url(../img/menu/ico_bird02.png) no-repeat center right / 8px auto;
	position: absolute;
	top: 4px;
	left: -80px;
	border-right: solid 2px #87caac;
}

.bird_comment:after{
	content: "";
	display: block;
	width: 2px;
	height: 80px;
	background: #87caac;
	position: absolute;
	top: 4px;
	right: 0;
}
/*========================================
access.html
============================================*/
.accessArea{
	margin: 200px auto 0;
	width: 100%;
	max-width: 1200px;
}
.accessArea ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.accessArea ul li{
	width: 50%;
	height: 470px;
	position: relative;
	box-sizing: border-box;
}
.accessArea ul li.txtBox{
	padding-top: 70px;
}
.accessArea ul li.mapBox{
	height: 470px;
}
.accessArea ul li.txtBox:before{
	content: "";
	display: block;
	width: 143px;
	height: 143px;
	background: url(../img/access/ico_access01.png) no-repeat center/ 143px auto;
	position: absolute;
	top: -70px;
	left: 0;
	z-index: -1;
}
.accessArea ul li.mapBox:after{
		content: "";
	display: block;
	width: 143px;
	height: 143px;
	background: url(../img/access/ico_access02.png) no-repeat center/ 143px auto;
	position: absolute;
	bottom: -70px;
	right: 15px;
	z-index: -1;
}
.accessArea ul table{
	width: 100%;
}
.accessArea ul table th{
	font-size: 20px;
	font-family: canada-type-gibson, sans-serif;
	font-style: normal;
	font-weight: 700;
	width: 135px;
	box-sizing: border-box;
	letter-spacing: .1em;
}
.accessArea ul table td{
	width: calc(100% - 135px);
	font-size: 15px;
	line-height: 4em;
}
.imageArea{
		margin: 200px auto 0;
	width: 100%;
	max-width: 1200px;
}
.imageArea ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.imageArea ul li{
	width: 50%;
	height: 300px;
	margin-bottom: 200px;
	position: relative;
}
.imageArea ul li img{
	width: 100%;
	height: auto;
}
.imageArea ul li figure{
	position: absolute;
}
.imageArea ul li:nth-child(1) figure {
	width: 560px;
	height: 350px;
	top: 0;
	left: 75px;
}
.imageArea ul li:nth-child(1):before{
	content: "";
	display: block;
	width: 155px ;
	height: 155px;
	background: url(../img/access/ico_access03.png) no-repeat center / 155px 155px ;
	position: absolute;
	top: -100px;
	left: 30px;
	z-index: 1;
}
.imageArea ul li:nth-child(2) figure {
	width: 315px;
	height: 345px;
	top: 175px;
	right: 65px;
}
.imageArea ul li:nth-child(2):before{
	content: "";
	display: block;
	width: 165px ;
	height: 160px;
	background: url(../img/access/ico_access04.png) no-repeat center / 165px 160px ;
	position: absolute;
	top: 100px;
	right: 0;
}
.imageArea ul li:nth-child(3) figure {
	width: 340px;
	height: 245px;
	left: 200px;
	top:0;
}
.imageArea ul li:nth-child(3):before{
	content: "";
	display: block;
	width: 270px ;
	height: 265px;
	background: url(../img/access/ico_access05.png) no-repeat center / 270px 265px ;
	position: absolute;
	left: 445px;
	top:-75px;
}
.imageArea ul li:nth-child(4) figure {
	width: 245px;
	height: 215px;
	left: 115px;
	top: 175px;
}
.imageArea ul li:nth-child(4):before{
	content: "";
	display: block;
	width: 95px ;
	height: 95px;
	background: url(../img/access/ico_access06.png) no-repeat center / 95px 95px ;
	position: absolute;
	top: 355px;
	right: 175px;
	z-index: 1;
}
.imageArea ul li figure img{
}
.aglaia{
	width: 100%;
	max-width: 1000px;
	margin: 200px auto 80px;
}
.aglaia figure{
	display: block;
	width: 100%;
	max-width: 620px;
	margin: 0 auto  80px;
}
.aglaia figure img{
	width: 130px;
	height: auto;
	margin: 0 auto 30px;
	display: block;
}
.aglaia figure figcaption{
	text-align: center;
	line-height: 3em;
}
.aglaia ul{
	display: flex;
	justify-content: center;
	margin-bottom: 300px;
}
.aglaia ul li{
	position: relative;
}
.aglaia ul li:nth-child(1){
	width: 425px;
	height: 300px;
	margin-right: 115px;
}
.aglaia ul li:nth-child(1):after{
    content: "";
    display: block;
    width: 215px;
    height: 205px;
    background: url(../img/recommend/ico_flower.png) no-repeat center / 215px auto;
    position: absolute;
    top: 120px;
    left: -80px;
    z-index: -1;
}
.aglaia ul li:nth-child(2):after{
    content: "";
    display: block;
    width: 220px;
    height: 210px;
    background: url(../img/recommend/ico_flower.png) no-repeat center / 220px auto;
    position: absolute;
    top: 75px;
    right: -80px;
    z-index: -1;
}
.aglaia ul li:nth-child(1) img{
	width: 425px;
	height: auto;
	display: block;
}
.aglaia ul li:nth-child(2){
	width: 300px;
	height: 300px;
}
.aglaia ul li:nth-child(2) img{
	width: 300px;
	height: auto;
	position: absolute;
	top: 120px;
}
.aglaia_info{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 175px;
}
.item_ttl {
	font-size: 24px;
	line-height: 1;
	letter-spacing: .1em;
	margin-bottom: 40px;
	text-align: center;
font-family:canada-type-gibson, sans-serif; 
    
}
.aglaia_info .item_txt {
	line-height: 3em;
margin-bottom: 45px;
	text-align: center;
}
.aglaia_info figure {
	width: 100%;
	height: auto;
}
.aglaia_info img {
	width: 100%;
	height: auto;
}
.aglaia_step {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.aglaia_step ul {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1000px;
	padding: 45px 40px;
	box-sizing: border-box;
	background: #edfff7;
	margin: 0 auto 30px;
}
.aglaia_step ul .txtBox {
	width: 75%;
	max-width: 750px;
}
.aglaia_step ul .ico_step {
	color: #87caac;
	letter-spacing: .1em;
	margin-bottom: 30px;
font-family:canada-type-gibson, sans-serif;
    font-size: 21px;
    
}
.aglaia_step ul .number {
	display: inline-block;
	color: #fff;
	background: #87caac;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	font-size: 15px;
	margin-left: 10px;
}
.aglaia_step ul .ttl_step {
	font-size: 20px;
	line-height: 1;
	letter-spacing: .1em;
		font-family: canada-type-gibson, sans-serif;
	line-height: 1;
	margin-bottom: 30px;
}
.aglaia_step ul .ja {
	font-size: 13px;
	letter-spacing: .1em;
}
.aglaia_step ul .txt_step {
	font-size: 14px;
	line-height: 3em;
}
.aglaia_step ul .imgBox {
	width: 25%;
	max-width: 250px;
	position: relative;
	padding-left: 40px;
	box-sizing: border-box;
}
.aglaia_step ul img:nth-child(1) {
	width: 135px;
	height: auto;
}
.aglaia_step ul img:nth-child(2) {
	width: 155px;
	height: auto;
	position: absolute;
	bottom: -30px;
	right: -55px;
}
setion.aglaia_step > ul:nth-child(3) > li.imgBox > img{
	width: 210px;
}
/*===========================================
スマホ対応
===========================================*/
@media screen and (max-width: 480px) {
	h1,
	h2 {
		font-size: 18px;
	}
	.mvBox {
		width: 92%;
		margin: 20px auto 45px;
	}
	.mvBox .open_date {
		width: 100%;
	}
    .mvBox .open_cam {
        width: 100%;
    }
	.mvBox .txtBox {
		width: 100%;
		margin-bottom: 100px;
        line-height: 2.5em;
	}
	.mvBox .txtBox:before,
	.mvBox .txtBox:after {
		width: 100%;
	}
	.mvBox .txtBox:before {
		margin-bottom: 25px;
	}
	.mvBox .txtBox:after {
		margin-top: 25px;
	}
	.top_menu {
		width: 100%;
		margin: 0 auto 100px;
	}
	.top_menu .menu_linkArea {
		display: block;
	}
	.top_menu li,
	.top_menu li:nth-child(2n) {
		width: 80%;
		margin: 0 auto 35px;
	}
	.top_menu li:nth-child(1):before {
		bottom: 30px;
		right: -75px;
		background-size: 180px 175px;
	}
	.top_menu li:nth-child(2):before {
		background-size: 160px 160px;
		top: -50px
	}
	.top_menu li:nth-child(4):before {
		background-size: 180px 180px;
		right: -65px;
	}
	.top_menu img.deco_circle {
		width: 120px;
		height: 120px;
	}
	.top_reservation {
		width: 94%;
		margin: auto;
	}
	.top_reservation .innerWrap {
		padding-bottom: 45px;
	}
	.top_reservation h2 img {
		width: 180px;
	}
	.top_reservation ul {
		display: block;
		width: 100%;
	}
	.top_reservation ul li {
		width: 100%;
		max-width: 320px;
		margin: 0 auto 20px;
	}
    .top_reservation ul li:last-child {
        margin: 0 auto;
    }

/*======================
	subpage_mv_ttl
	=======================	*/
	.over_txt{
		margin:  -33% auto 0;
	}
	/*	============================
	mnu.html
	=======================*/

	section.priceWrap{
		width: 90%;
		margin: 120px auto 80px;
	}
    .priceWrap dt{
        margin-bottom: 15px;
    }
    .priceWrap dd{
        font-size: 14px;
    }
	.bird_comment{
		font-size: 13px;
		padding: 10px;
		box-sizing: border-box;
		border: solid 2px #87caac;
		letter-spacing: .05em;
		text-align: left;
	}
	.bird_comment:before{
		content: "";
    display: block;
    width: 80px;
    height: 50px;
    background: url(../img/menu/ico_bird01.png) no-repeat center left / 50px auto ;
    position: absolute;
    top: inherit;
		bottom: -60px;
    left: 10px;
    border-right: 0;
	}
	.bird_comment:after{
		content: "";
    display: block;
		width: 8px;
		height: 20px;
		background:  url(../img/menu/ico_bird02.png) no-repeat top center / 8px auto;
		transform: rotate(-90deg);
		top: inherit;
		bottom: -15px;
		left: 50px;
	}
/*	================================
	access.html
	==========================*/
	.accessArea{
		width: 90%;
	}
	.accessArea ul li{
		width:100%;
		height: auto;
	}
	.accessArea ul table{
		margin-bottom: 30px;
	}
	.accessArea ul table th{
		display: block;
		font-size: 18px;
		width: 100%;
	}
	.accessArea ul table td{
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 2.1em;
        margin-bottom: 20px;
	}
	.accessArea ul li.txtBox{
		padding: 30px 0 0 0;
	}
	.accessArea ul li.mapBox{
		height: 240px;
	}
	.imageArea ul li{
		width: 100%;
		height: auto;
		margin-bottom: 100px;
	}
	.imageArea ul li figure{
		position: static;
	}
	.imageArea ul li:nth-child(1) figure{
		width: 100%;
		height: auto;
	}
	.imageArea ul li:nth-child(1):before{
		left: -30px;
	}
	.imageArea ul li:nth-child(2) figure{
		width: 280px;
		height: auto;
		margin: auto;
	}
	.imageArea ul li:nth-child(2):before{
		background-size: 105px 100px;
		top: 210px;
		right: -30px;
	}
	.imageArea ul li:nth-child(3):before{
		width: 162px;
		height: 160px;
		background-size: 162px 160px;
		left: -20px;
		top: -95px;
		z-index: -1;
	}
	.imageArea ul li:nth-child(4):before{
		width: 150px;
		height: 150px;
		background-size: 150px 150px;
		top: -80px;
		right: 0;
	}
	.aglaia{
        width: 94%;
		margin: 135px auto 60px;
	}
	.aglaia ul{
		display: block;
		margin: auto;
	}
	.aglaia ul li:nth-child(1){
		width: 100%;
	}
	.aglaia ul li:nth-child(2){
		width: 100%;
		height: 205px;
		padding-left: 45px;
		box-sizing: border-box;
	}
	.aglaia ul li:nth-child(1) img{
		width: 100%;
		margin-left: -45px;
	}
	.aglaia ul li:nth-child(2) img{
		display: block;
		position: static;
		width: 100%;
		height: 100%;
		object-fit: cover;
		margin-right: -90px;
	}
      .aglaia ul li:nth-child(1):after{
        width: 160px;
        height: 180px;
        background-size: 160px auto;
        top: -100px;
        right: -45px;
    }
    .aglaia ul li:nth-child(2):after{
        width: 180px;
        height: 190px;
        background-size: 180px auto;
        top: 80px;
        right: -50px;
    }
	.aglaia_info{
		width: 94%;
		margin: 0 auto 80px;
	}
	.aglaia_step{

	}
	.aglaia_step ul{
		flex-wrap: wrap;
				width: 94%;
		padding: 25px 20px;
	}
	.aglaia_step ul li.txtBox{
		width: 100%;
	}
	.aglaia_step ul li.imgBox{
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.aglaia_step ul .txt_step{
		line-height: 2.5em;
	}	
	.aglaia_step ul img:nth-child(2){
		right: -30px;
	}
}
