@charset "utf-8";

/*
-----------------------------------------------

	1: home-p
	2: plan-p
	3: faq-p
	4: spa-p
	5: recruit-p
	6: company-p
	7: french-p
	8: news-p
	9: privacy-p
	10:yugashima-p
	11:access-p
	12:rooms-p
	13:about-p
	14:sitemap-p
	15:about-p

*/

/* 1: home-p
----------------------------------------------- */

/*
#mainimg .inner{
	position:relative;
	padding-top:42.85%;
}
#mainimg .inner:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:"";
	z-index:10;
}

#mainimg iframe{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}

#animation_container{
	margin:0 auto;
}

#mainimg{
	background:url(../img/home/main-back.jpg) center;
	background-size:cover;

}
*/


.slider_css {
    height:500px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.slider_css ul {
    margin:0;
	padding:0;
	list-style:none
}
.slider_css ul li {
    background-size:cover;
	background-position:center;
    width:100% ;
    min-width:960px;
    height:500px;
    position:absolute;
    top:0;

    left:0;
	-webkit-animation-iteration-count:infinite;

    animation-iteration-count:infinite;
	-webkit-animation-duration:54s;
    animation-duration:54s;
}
.slider_css ul li:first-child {
    background-image: url(../img/home/mainimg/2.jpg);
	-webkit-animation-name:slider-zoomout;

    animation-name:slider-zoomout;
	-webkit-transform:rotate(0.0001deg) translate3d(0, 0, 0);

    transform:rotate(0.0001deg) translate3d(0, 0, 0);
	-webkit-animation-delay:-3s;

    animation-delay:-3s;
}
.slider_css ul li:nth-child(2) {
    background-image: url(../img/home/mainimg/3.jpg);
	-webkit-animation-name:slider-zoomout;

    animation-name:slider-zoomout;
	-webkit-transform:rotate(0.0001deg) translate3d(0, 0, 0);

    transform:rotate(0.0001deg) translate3d(0, 0, 0);

    opacity:0;
	-webkit-animation-delay:5s;

    animation-delay:5s;
}
.slider_css ul li:nth-child(3) {
    background-image: url(../img/home/mainimg/4.jpg);
	-webkit-animation-name:slider-zoomout;

    animation-name:slider-zoomout;
	-webkit-transform:rotate(0.0001deg) translate3d(0, 0, 0);

    transform:rotate(0.0001deg) translate3d(0, 0, 0);

    opacity:0;
	-webkit-animation-delay:13s;

    animation-delay:13s
}
.slider_css ul li:nth-child(4) {
    background-image: url(../img/home/mainimg/5.jpg);
	-webkit-animation-name:slider-zoomout;

    animation-name:slider-zoomout;
	-webkit-transform:rotate(0.0001deg) translate3d(0, 0, 0);

    transform:rotate(0.0001deg) translate3d(0, 0, 0);

    opacity:0;
	-webkit-animation-delay:21s;

    animation-delay:21s
}
.slider_css ul li:nth-child(5) {
    background-image: url(../img/home/mainimg/6.jpg);
	-webkit-animation-name:slider-zoomout;

    animation-name:slider-zoomout;
	-webkit-transform:rotate(0.0001deg) translate3d(0, 0, 0);

    transform:rotate(0.0001deg) translate3d(0, 0, 0);

    opacity:0;
	-webkit-animation-delay:28s;

    animation-delay:28s
}

.slider_css ul li:nth-child(6) {
    background-image: url(../img/home/mainimg/7.jpg);
	-webkit-animation-name:slider-zoomout;

    animation-name:slider-zoomout;
	-webkit-transform:rotate(0.0001deg) translate3d(0, 0, 0);

    transform:rotate(0.0001deg) translate3d(0, 0, 0);

    opacity:0;
	-webkit-animation-delay:35s;

    animation-delay:35s
}

.slider_css ul li:nth-child(7) {
    background-image: url(../img/home/mainimg/8.jpg);
	-webkit-animation-name:slider-zoomout;

    animation-name:slider-zoomout;
	-webkit-transform:rotate(0.0001deg) translate3d(0, 0, 0);

    transform:rotate(0.0001deg) translate3d(0, 0, 0);

    opacity:0;
	-webkit-animation-delay:42s;

    animation-delay:42s
}



.slider_css ul li img {
    width:130%
	
}


@-webkit-keyframes slider-zoomin {
    0% {
        opacity:0;
		-webkit-transform:scale(1) rotate(0.0001deg) translate3d(0, 0, 0);
		transform:scale(1) rotate(0.0001deg) translate3d(0, 0, 0);
    }
    15% {
        opacity:1;
    }
    20% {
        opacity:1;
    }
    25% {
        opacity:0;
    }
    to {
        opacity:0;
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
    }
}

@keyframes slider-zoomin {
    0% {
        opacity:0;
		-webkit-transform:scale(1) rotate(0.0001deg) translate3d(0, 0, 0);
		transform:scale(1) rotate(0.0001deg) translate3d(0, 0, 0)
    }
    15% {
        opacity:1
    }
    20% {
        opacity:1
    }
    25% {
        opacity:0
    }
    to {
        opacity:0;
		-webkit-transform:scale(1.2);
		transform:scale(1.2)
    }
}
@-webkit-keyframes slider-zoomout {
    0% {
        opacity:0;
		-webkit-transform:scale(1.2) rotate(0.0001deg) translate3d(0, 0, 0);
		transform:scale(1.2) rotate(0.0001deg) translate3d(0, 0, 0)
    }
    15% {
        opacity:1
    }
    40% {
        opacity:1
    }
    50% {
        opacity:0
    }
    to {
        opacity:0;
		-webkit-transform:scale(1);
		transform:scale(1)
    }
}
@keyframes slider-zoomout {
    0% {
        opacity:0;
		-webkit-transform:scale(1.2) rotate(0.0001deg) translate3d(0, 0, 0);
		transform:scale(1.2) rotate(0.0001deg) translate3d(0, 0, 0)
    }
    15% {
        opacity:1
    }
    40% {
        opacity:1
    }
    50% {
        opacity:0
    }
    to {
        opacity:0;
		-webkit-transform:scale(1);
		transform:scale(1)
    }
}


.index-mainvisual__text{
	position:absolute;
	top:50%;
	left:50%;

	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	z-index:9999;
	-webkit-animation-name:mainvisualzoom;
	animation-name:mainvisualzoom;
	-webkit-animation-duration:1.5s;
	animation-duration:1.5s;
	
	width:200px;
	

}



@media (max-width: 768px) {

/*
#mainimg{
	height:600px;
	overflow:hidden;
	position:relative;
}

#animation_container{
	position:absolute;
	top:0;
	left:50%;
	-ms-transform: translate(-50%, -0%);
	-webkit-transform: translate(-50%, -0%);
	transform: translate(-50%, -0%);
}
*/
#mainimg *{

	max-width: initial;
}


}


/*
===== headline =====
*/

@media (min-width: 769px) {
#home-headline{
	position:relative;
	padding:30px 0 25px 0;
}
#home-headline:after{
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	z-index:1;
	background:url(../img/home/blog-bg.jpg);
	content:"";
}
}


#home-headline .frame{
	z-index:2;
}

#home-headline .news,
#home-headline .blog{
	position:relative;
}

#home-headline h2{
	font-size:24px;
	margin-bottom:15px;
}

#home-headline .more{
	position:absolute;
	top:0;
	right:0;
}
#home-headline .more a{
	text-decoration:none;
	color:#fff;
	background:#009e96;
	display:block;
	line-height:30px;
	padding:0 15px;
}


@media (min-width: 769px) {

#home-headline .news{
	float:left;
	width:450px;
}
#home-headline .blog{
	float:right;
	width:450px;
}

}
@media (max-width: 768px) {

#home-headline .frame{
	margin:0;
}
#home-headline .news,
#home-headline .blog{
	padding:20px 6.25% 10px 6.25%;
}

#home-headline .blog{
	background:url(../img/home/blog-bg.jpg);
}

#home-headline .more{
	top:20px;
	right:6.25%;
}
#home-headline .more a{
	line-height:22px;
	padding:0 10px;
}


#home-headline h2{
	font-size:100%;
	margin-bottom:10px;
}

}




#home-headline .item{
	margin-bottom:20px;
}

#home-headline .item:after{content: ""; display: block; clear: both;height: 0;}

#home-headline .item .img{
	float:left;
	border:1px solid #e6dec5;
	padding:4px;
	margin-right:15px;
	background:#fff;
}
#home-headline .item .img img{
	width:62px;
	height:auto;
}

#home-headline .item dl{
	overflow:hidden;
}
#home-headline .item dt{
	font-size:86%;
	padding-top:2px;
}
#home-headline .item dd a{
	text-decoration:none;
}
#home-headline .item dd a:hover{
}


@media (max-width: 768px) {

#home-headline .item{
	margin-bottom:10px;
}

#home-headline .item .img{
	padding:2px;
	margin-right:10px;
}

#home-headline .item .img img{
	width:45px;
}

}

/*
===== mori =====
*/

/* .fluid-box */

.fluid-box{
	position:relative;
}

@media (min-width: 769px) {

.fluid-box .wrap{
	display:table;
	width:100%;
}
.fluid-box .img{
	width:60%;
	display:table-cell;
}

.fluid-box .img img{
	width:100%;
}

.fluid-box .text{
	display:table-cell;
	width:40%;
	vertical-align:middle;
}
.fluid-box .text .inner{
	margin:10px 7%;
}

.fluid-box .text p{
	margin-bottom:35px;
}
.fluid-box .text p:last-child{
	margin-bottom:0px;
}

.fluid-box .text .link-button{
	margin-top:40px;
}

}

@media (max-width: 768px) {
.fluid-box .text{
	padding:30px 6.25%;
}

}


@media (min-width: 769px) {

#home-mori .wrap{
	background:url(../img/home/mori-bg.jpg) right top no-repeat #fffbee;
}
}


@media (max-width: 768px) {

#home-mori .text{
	background:url(../img/home/mori-bg.jpg) right top no-repeat #fffbee;
	background-size:220px auto;
}


}



/*
===== chef =====
*/

#home-chef .wrap{
	color:#fff;
}


#home-chef .subtitle{
	color:#e9e2d8;
}

@media (min-width: 769px) {

#home-chef .wrap{
	background: url(../img/home/chef-bg.jpg) left bottom no-repeat,
	url(../img/home/chef-bg-r.jpg);
}

}


@media (max-width: 768px) {

#home-chef .text{
	background: url(../img/home/chef-bg.jpg) left bottom no-repeat,
	url(../img/home/chef-bg-r.jpg);
	background-size:100px auto,auto;
}

}

/*
===== plan =====
*/

#home-plan{
	background:url(../img/home/plan-bg.jpg) left top no-repeat,
	url(../img/home/plan-bg-r.jpg);
}

@media (max-width: 768px) {


#home-plan{
	background:url(../img/home/plan-bg.jpg) left top no-repeat,
	url(../img/home/plan-bg-r.jpg);
	background-size:100px auto,auto;
}

}

.plan-lineup:after{content: ""; display: block; clear: both;height: 0;}

.plan-lineup .item{
	background:#fffcf4;
	
	box-shadow: -0px 0px 0px 6px #fbf5e3 inset,
	2px 2px 5px  rgba(100,100,100,0.2);
}

.plan-lineup .img{
	border:1px solid #e6dec5;
	padding:6px;
	text-align:center;
	background:#fff;
}


.plan-lineup .text h3{
	font-size:115%;
	margin-bottom:10px;
	line-height:1.9;
}
.plan-lineup .text .summary{
	margin-bottom:5px;
}
.plan-lineup .text .date{
	font-size:86%;
	margin-bottom:2px;
	letter-spacing:1px;
}

.plan-lineup .link a{
	color:#76512e;
}

@media (min-width: 769px) {

.plan-lineup .item{
	margin-bottom:28px;
	padding:30px;
}
.plan-lineup .item:after{content: ""; display: block; clear: both;height: 0;}


.plan-lineup .img{
	float:left;
	margin-right:20px;
}
.plan-lineup .text{
	overflow:hidden;
}

.plan-lineup .img img{
	width:276px;
}



/*
.plan-lineup .item{
	float:left;
	width:290px;
	margin:0 45px 30px 0;
}
.plan-lineup .item:nth-child(3n){
	margin-right:0;

}
.plan-lineup .item:nth-child(3n+1){
	clear:both;
}


.plan-lineup .img a{
	height:181px;
	display:block;
	background-position:center;
	background-size:cover;
}
.plan-lineup .img a img{
	display:none;
}
*/


}
@media (max-width: 768px) {

.plan-lineup .item{
	margin-bottom:25px;
	box-shadow: -0px 0px 0px 2px #fbf5e3 inset;
}


.plan-lineup .img{
	padding:2px;
}

.plan-lineup .img a{
	display:block;
	height:auto;
	position:relative;
	background:none!important;
}

.plan-lineup .text{
	padding:20px 16px;
}


}


/*
===== social =====
*/


#home-social{
	background: url(../img/home/social-bg.jpg) right top no-repeat,
	url(../img/home/social-bg-r.jpg);
	padding:60px 0 60px 0;
}


@media (max-width: 768px) {

#home-social{
	background-size:200px auto,auto;
	
	padding:30px 0;
}

}

#home-social .blog{
	background:#fffcf2;
}

#home-social .blog h2{
	text-align:center;
	background:url(../img/home/social-blog.jpg);
	font-size:115%;
	padding:20px 0;
}

#home-social .blog .img{
	background:#fff;
	box-shadow: 2px 2px 5px  rgba(100,100,100,0.2);
	text-align:center;
	padding:6px 0;
	margin-bottom:15px;
}

#home-social .blog h3{
	font-size:115%;
	margin-bottom:10px;
}
#home-social .blog p{
	margin-bottom:0;
}

.link-more:before{
	content:"» ";
	display:inline;
}


@media (min-width: 769px) {

#home-social .fb{
	float:left;
	width:460px;
}

#home-social .blog{
	float:right;
	width:416px;
	min-height:500px;
}
#home-social .blog .inner{
	width:290px;
	margin:0 auto;
	padding:30px 0 10px 0;
}

#home-social .kuchikomi{
	float:right;
	width:428px;
}
#home-social .kuchikomi #CDSWIDSSP{
	width:100%!important;
}

}
@media (max-width: 768px) {

#home-social .fb{
	width:260px;
	margin:0 auto 30px auto;
}
#home-social .fb .large{
	display:none;
}


#home-social .blog .inner{
	padding:15px;
}

#home-social .blog .img{
	padding:2px;
	margin:0 auto 15px auto;
	width:220px;
}

#home-social .kuchikomi #CDSWIDSSP{
	width:100%!important;
}


}

@media (min-width: 600px) and (max-width: 768px) {

#home-social .fb{
	width:500px;
}

#home-social .fb .large{
	display:block;
}
#home-social .fb .sp-only{
	display:none!important;
}
;


}


/*
===== insta =====
*/

#home-insta{
	padding:35px 0 60px 0;
	background:#fff;
}

#home-insta h2{
	color:#747370;
}




#home-insta ul:after{content: ""; display: block; clear: both;height: 0;}


#home-insta li{
	float:left;
	width:12.5%;
}
#home-insta li a{
	display:block;
	padding-top:100%;
	background-position:center;
	background-size:cover;
	background-color:#eee;

}

#home-insta li img{
	width:100%;
}


@media (max-width: 768px) {

#home-insta{
	padding:25px 0 0px 0;
}
#home-insta li{
	width:25%;
}

}


/* 2: plan-p
----------------------------------------------- */

/*
===== intro =====
*/

#plan-intro{
	background:url(../img/plan/intro-bg.jpg) right bottom no-repeat;
	padding:50px 0;
}

#plan-intro p{
	text-align:center;
}

@media (max-width: 768px) {

#plan-intro{
	padding:25px 0 10px 0;
	background-size:150px auto;

}
#plan-intro p{
	text-align:left;
}


}



/*
===== plan-list =====
*/

#plan-list{
	background:url(../img/plan/list-bg.jpg) right top no-repeat,
	url(../img/plan/list-bg-r.jpg);
}

@media (max-width: 768px) {

#plan-list{
	background-size:150px auto;

}

}

@media (min-width: 769px) {

#plan-list h1{
	font-size:38px;
}

}

.plan-lead{
	text-align:center;
	margin-bottom:40px;
}

@media (max-width: 768px) {

.plan-lead{
	text-align:left;
	margin-bottom:25px;
}

}


/*
===== plan-faq =====
*/



.faq-list{
	border-top:1px solid #dad1b5;
	padding-bottom:10px;
}

.faq-list dl{
	padding:30px 30px 30px 60px;
	border-bottom:1px solid #dad1b5;
}

.faq-list dt{
	font-size:115%;
	position:relative;
	margin-bottom:15px;
}
.faq-list dt:before{
	position:absolute;
	left:-30px;
	content:"Q.";
}

.faq-list dt a{
	color:#76512e;
}

.faq-list dd{
	position:relative;
}
.faq-list dd:before{
	font-size:115%;
	position:absolute;
	left:-30px;
	top:-2px;
	content:"A.";
}


@media (max-width: 768px) {

.faq-list dl{
	padding:15px 10px 15px 40px;
}



}


/* 3: faq-p
----------------------------------------------- */

#faq-index{
	background:url(../img/faq/bg.jpg) left top no-repeat,
	url(../img/common/section-dark.jpg);
	padding:75px 0;
}

@media (min-width: 769px) {
}
@media (max-width: 768px) {

#faq-index{
	padding:45px 0;
	background-size:150px auto,
	auto auto;

}

}


#faq-index .intro{
	margin:0 30px 60px 30px;
}


.page-menu {
	text-align:center;
	margin-bottom:60px;
}
.page-menu li{
	display:inline-block;
	margin:0 20px;
}
.page-menu a{
	color:#76512e;
}
.page-menu a:before{
	content:"";
	display:inline-block;
	border:5px solid transparent;
	border-top:7px solid #009e96;
	position:relative;
	top:4px;
	margin-right:10px;
}


@media (max-width: 768px) {

#faq-index .intro{
	margin:0 0px 30px 0px;
}
.page-menu {
	margin-bottom:30px;
	text-align:left;
}

.page-menu li{
	margin:0 20px 15px 0px;
	white-space:nowrap;
}

}



#faq-index .text-title{
	border-bottom:0;
	margin-bottom:0;
}

#faq-index .group{
	margin-bottom:60px;
}
#faq-index .group:last-child{
	margin-bottom:0;
}


@media (max-width: 768px) {

#faq-index .group{
	margin-bottom:30px;
}

}

/* 4: spa-p
----------------------------------------------- */


#spa-intro{
	background:url(../img/spa/intro-bg.png) 50px bottom no-repeat;
	padding:55px 0 40px 0;
}

#spa-intro .lead{
	text-align:center;
	margin-bottom:55px;
}


.spa-menu{
	text-align:center;
	margin:0 auto 0px auto;
	width:476px;
}
.spa-menu:after{content: ""; display: block; clear: both;height: 0;}


@media (max-width: 768px) {

#spa-intro{
	padding:25px 0;
	background-position:3% bottom;
	background-size:150px auto;
}
#spa-intro .lead{
	margin-bottom:25px;
	text-align:left;
}
}

@media (max-width: 500px) {


.spa-menu{
	width: auto;
}

}


.spa-menu div{
	cursor:pointer;
	font-size:30px;
	line-height:1;
	float:left;
	width:50%;
	position:relative;
}

.spa-menu div:before{
	position:absolute;
	left:0px;
	top:0;
	width:1px;
	height:100%;
	background:#e5e0d0;
	content:"";
}
.spa-menu div:last-child:after{
	position:absolute;
	right:0px;
	top:0;
	width:1px;
	height:100%;
	background:#e5e0d0;
	content:"";
}


.spa-menu a{
	display:block;
	text-decoration:none;
	padding:20px 0;

}

.spa-menu a:after{
	content:"";
	display:block;
	width:0px;
	height:0px;
	margin:15px auto 0 auto;
	border:5px solid transparent;
	border-top:7px solid #009e96;

}


@media (max-width: 768px) {

.spa-menu div{
	font-size:20px;
}

}


.text-group{
	margin-bottom:55px;
}
.text-group .inner{
	margin-left:30px;
}

@media (max-width: 768px) {

.text-group{
	margin-bottom:35px;
}
.text-group .inner{
	margin-left:0px;
}

}

/* section-spa */

#section-spa .section{
	background:url(../img/spa/spa-bg.jpg) right bottom no-repeat;

}

@media (max-width: 768px) {

#section-spa .section{
	background-size:130px auto;
}

}

#section-spa p,
#section-massage p{
	margin-bottom:30px;
}

.menu-table{
	margin-bottom:30px;
}


.menu-table .name{
	padding-right:5px;
}
.menu-table td.dot{
	padding-left:25px;
	padding-right:25px;
}


.white-notes{
	background:#fff;
	padding:25px;
	margin-bottom:30px;
}

@media (max-width: 768px) {
#section-spa p,
#section-massage p{
	margin-bottom:20px;
}
.menu-table{
	margin-bottom:20px;
}
.menu-table td.dot{
	padding-left:15px;
	padding-right:15px;
}
.white-notes{
	padding:15px;
	margin-bottom:20px;
}

}


/* section-massage */

#section-massage .section-img:before{
	background-image:url(../img/spa/massage-img-bg.png);
	width:251px;
	height:133px;
	content:"";
	position:absolute;
	top:0;
	right:0;
}

@media (max-width: 768px) {

#section-massage .section-img:before{
	background-image:url(../img/spa/massage-img-bg.png);
	width:130px;
	height:69px;
	background-size:130px 69px;
}

}


/* 5: recruit-p
----------------------------------------------- */

#recruit-data{
	background-image:url(../img/recruit/bg.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding:55px 0 100px 0;
}

@media (min-width: 769px) {
}
@media (max-width: 768px) {

#recruit-data{
	padding:35px 0 60px 0;
	background-size:120px auto;


}


}


#recruit-data .lead{
	margin-bottom:55px;
}

#recruit-data .table{
	width:100%;
}

.table ol li{
	list-style:decimal outside;
	margin-left:1.5em;
}



@media (max-width: 768px) {


#recruit-data .table th{
	white-space:nowrap;
}

}



@media (min-width: 769px) {

#recruit-data .table th{
	white-space:nowrap;
}

}


/* 6: company-p
----------------------------------------------- */


#company-data{
	padding:75px 0 100px 0;
}

@media (min-width: 769px) {

#company-data h1{
	font-size:38px;
	margin-bottom:55px;
}

}
@media (max-width: 768px) {

#company-data{
	padding:35px 0 60px 0;


}
#company-data h1{
	font-size:24px;
}


}


#company-data .table{
	width:100%;
}

@media (max-width: 768px) {


#company-data .table th{
	white-space:nowrap;
}

}



/* 7: french-p
----------------------------------------------- */

/*
===== intro =====
*/

#french-intro{
	background:url(../img/french/intro-bg-top.png) 7% 20px no-repeat,
	url(../img/french/intro-bg-bottom.png) right bottom no-repeat;
	padding-top:60px;
}


.french-top-section{
	margin-bottom:50px;
}

.french-top-menu{
	text-align:center;
	margin:0 auto 50px auto;
	width:543px;
}
.french-top-menu:after{content: ""; display: block; clear: both;height: 0;}

@media (max-width: 500px) {

.french-top-menu{
	margin-left:6.25%;
	margin-right:6.25%;
	width: auto;
}

}


.french-top-menu div{
	cursor:pointer;
	font-size:24px;
	line-height:1;
	float:left;
	width:50%;
	position:relative;
}

.french-top-menu div:before{
	position:absolute;
	left:0px;
	top:0;
	width:1px;
	height:100%;
	background:#e5e0d0;
	content:"";
}
.french-top-menu div:last-child:after{
	position:absolute;
	right:0px;
	top:0;
	width:1px;
	height:100%;
	background:#e5e0d0;
	content:"";
}


.french-top-menu span{
	opacity:0.2;
	display:block;
	padding:20px;

}
.on-about .french-top-menu .about span,
.on-morning .french-top-menu .morning span{
	opacity:1;
}

.french-top-menu span:after{
	content:"";
	display:block;
	width:0px;
	height:0px;
	margin:15px auto 0 auto;
	border:5px solid transparent;
	border-top:7px solid #009e96;

}


@media (max-width: 768px) {

.french-top-menu span{
	padding:10px;
}


}

.french-top-section .child-section{
	display:none;
}

.on-about .about,
.on-morning .morning{
	display:block;
}




#french-intro .lead{
	text-align:center;
	margin-bottom:35px;
}
#french-intro .link-button{
	margin-bottom:65px;
}

@media (max-width: 768px) {

#french-intro{
	background-size:150px auto,150px auto;
	
	padding-top:30px;
}


#french-intro .lead{
	margin:0 6.26% 25px 6.25%;
	text-align:left;
}
#french-intro .link-button{
	margin-bottom:45px;
}

}



/* menu */

#season-slider{
	padding-bottom:70px;
}

@media (min-width: 769px) {

#season-slider{
	width:960px;
	margin:0 auto;
}

}


#season-slider .season-menu{
	text-align:center;
	margin:0 auto 40px auto;
	width:476px;
}
#season-slider .season-menu:after{content: ""; display: block; clear: both;height: 0;}

@media (max-width: 500px) {

#season-slider .season-menu{
	margin-left:6.25%;
	margin-right:6.25%;
	width: auto;
}

}


#season-slider .season-menu div{
	cursor:pointer;
	font-size:24px;
	line-height:1;
	float:left;
	width:25%;
	position:relative;
}

#season-slider .season-menu div:before{
	position:absolute;
	left:0px;
	top:0;
	width:1px;
	height:100%;
	background:#e5e0d0;
	content:"";
}
#season-slider .season-menu div:last-child:after{
	position:absolute;
	right:0px;
	top:0;
	width:1px;
	height:100%;
	background:#e5e0d0;
	content:"";
}


#season-slider .season-menu span{
	opacity:0.2;
	display:block;
	padding:20px;

}
#season-slider.on-spring .season-menu .spring span,
#season-slider.on-summer .season-menu .summer span,
#season-slider.on-autumn .season-menu .autumn span,
#season-slider.on-winter .season-menu .winter span{
	opacity:1;
}

#season-slider .season-menu span:after{
	content:"";
	display:block;
	width:0px;
	height:0px;
	margin:15px auto 0 auto;
	border:5px solid transparent;
	border-top:7px solid #009e96;

}

#season-slider .group{
	display:none;
}
#season-slider.on-spring .group.spring,
#season-slider.on-summer .group.summer,
#season-slider.on-autumn .group.autumn,
#season-slider.on-winter .group.winter{
	display:block;
}


@media (max-width: 768px) {

#season-slider .season-menu span{
	padding:10px;
}


/*
#season-slider .group .slides li{
	position:relative;
	height:360px;
	overflow:hidden;
}
#season-slider .group .slides li img{
	position: absolute;
	top:0;
	left:50%;
	width:877px;
	max-width:877px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

}
*/


}

/*
===== chef =====
*/

#french-chef{
	background: url(../img/french/chef/bg.jpg) right top no-repeat,
	url(../img/home/plan-bg-r.jpg);
}

@media (max-width: 768px) {

#french-chef{
	background-size:150px auto,auto;
}

}



#french-chef .text p{
	margin-bottom:35px;
}

#french-chef .img img{
	border:1px solid #e6dec5;
	padding:5px;
	background:#fff;
	margin-bottom:20px;
}

#french-chef .name span{
	font-size:20px;
}

@media (min-width: 769px) {

#french-chef .text{
	float:right;
	width:575px;
	margin-bottom:5px;
}
#french-chef .img{
	float:left;
	text-align:center;
	margin-bottom:40px;
}


}
@media (max-width: 768px) {

#french-chef .img{
	margin-bottom:30px;
	text-align:center;
}
#french-chef .img img{
	margin-bottom:10px;
	width:180px;
}


}



#french-chef .profile{
	background:#fff;
	clear:both;
	padding:25px;
}

#french-chef .profile th{
	padding-right:32px;
}

@media (max-width: 768px) {

#french-chef .profile{
	padding:15px;
}

#french-chef .profile th{
	padding-right:15px;
	white-space:nowrap;
}

}


/*
===== izu =====
*/


@media (min-width: 769px) {

#french-izu .flexslider{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

}



/*
===== mori =====
*/


#french-mori{
	background:url(../img/home/chef-bg-r.jpg);
	color:#fff;
}

#morning{
	background:url(../img/french/jimi-bg.png) left top no-repeat;
	padding-top:65px;
}

@media (max-width: 768px) {

#morning{
	background-size:150px auto;
	padding-top:35px;
}

}


/* 8: news-p
----------------------------------------------- */

#news{
	padding-bottom:1px;
}

#news h1{
	color:#444;
	font-size:38px;
	margin-bottom:45px;
	text-align:center;
}

@media (min-width: 769px) {

#news .main{
	float:left;
	width:570px;
	margin-bottom:55px;
}
#news .sub{
	float:right;
	width:340px;
	margin-bottom:55px;
}

}
@media (max-width: 768px) {

#news h1{
	font-size:24px;
	margin-bottom:20px;
}

#news .main{
	margin-bottom:30px;
}
#news .sub{
	margin-bottom:30px;
}



}


/* main */

.news-list{
	position:relative;
}
.news-list dt{
	position:absolute;
	left:0;
	padding-left:15px;
}
.news-list dt:before{
	border:4px solid transparent;
	border-left:4px solid #000;
	content:"";
	display:inline-block;
	width:0px;
	height:0px;
	margin-right:5px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-5px;

}

.news-list dd{
	padding-left:145px;
	margin-bottom:10px;
}

.news-list dd a{
	text-decoration:none;
}

@media (max-width: 768px) {

.news-list dt{
	position:relative;
}
.news-list dd{
	padding-left:0;
}


}


.pagination{
	text-align:center;
	margin:30px 0;
}

.pagination a{
	margin:0 5px;
}

.pagination svg{
	height:16px;
	width:16px;
}


/* entry */


.entry .text-title{
	margin-bottom:10px;
}
.entry .meta{
	margin-bottom:10px;
}




/* sub */

#news .sub-block{
	margin-bottom:40px;
}

#news .sub-block li{
	position:relative;
	padding-left:15px;
}
#news .sub-block li:before{
	border:4px solid transparent;
	border-left:4px solid #000;
	content:"";
	display:inline-block;
	width:0px;
	height:0px;
	margin-right:5px;
	position:absolute;
	left:0;
	top:10px;

}
#news .sub-block li a{
	text-decoration:none;
}




/* 9: privacy-p
----------------------------------------------- */



#privacy{
	padding:75px 0 100px 0;
}


@media (min-width: 769px) {

#privacy h1{
	font-size:38px;
	margin-bottom:55px;
}

}
@media (max-width: 768px) {

#privacy{
	padding:35px 0 50px 0;
}


#privacy h1{
	font-size:24px;
	margin-bottom:25px;
}


}







/* 10:yugashima-p
----------------------------------------------- */


#yugashima-intro{
	padding-top:65px;
	padding-bottom:50px;
}
#yugashima-intro .section-img{
	margin-bottom:35px;
}


@media (min-width: 769px) {

#yugashima-intro .text{
	margin:0 30px;
}

}
@media (max-width: 768px) {

#yugashima-intro{
	padding-top:25px;
	padding-bottom:20px;
}
#yugashima-intro .section-img{
	margin-bottom:25px;
}


#yugashima-intro .section-img{
	position:relative;
	height:360px;
	overflow:hidden;
}
#yugashima-intro .section-img img{
	position: absolute;
	top:0;
	left:50%;
	width:877px;
	max-width:877px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

}


}


/* izu */


#yugashima-izu{
	padding-top:65px;
	padding-bottom:35px;
}
#yugashima-izu .section-img{
	margin-bottom:35px;
}


@media (min-width: 769px) {

#yugashima-izu .text{
	margin:0 30px;
}

}
@media (max-width: 768px) {


#yugashima-izu{
	padding-top:25px;
	padding-bottom:20px;
}


#yugashima-izu .section-img{
	position:relative;
	height:360px;
	overflow:hidden;
}
#yugashima-izu .section-img img{
	position: absolute;
	top:0;
	left:50%;
	width:877px;
	max-width:877px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

}


}


/* yugashima-map */

#yugashima-map{
	background:url(../img/yugashima/map/bg.jpg);
	color:#fff;
	padding-top:70px;
	padding-bottom:10px;
}

#yugashima-map .map-img{
	text-align:center;
	margin-bottom:60px;
}

@media (max-width: 768px) {

#yugashima-map{
	padding-top:30px;
}
#yugashima-map .map-img{
	margin-bottom:30px;
}


}


#yugashima-map .spot:after{content: ""; display: block; clear: both;height: 0;}


@media (min-width: 769px) {

#yugashima-map .spot .item{
	float:left;
	width:460px;
	margin-bottom:50px;
}
#yugashima-map .spot .item:nth-child(odd){
	clear:both;
}

#yugashima-map .spot .item:nth-child(even){
	float:right;
}

}
@media (max-width: 768px) {

#yugashima-map .spot .item{
	margin-bottom:30px;
}

}



#yugashima-map .spot .item .img{
	position:relative;
	margin-bottom:27px;
}
#yugashima-map .spot .item .num{
	position:absolute;
	left:0;
	top:0;
	font-size:40px;
	background:#cfb537;
	width:58px;
	line-height:58px;
	text-align:center;
}
#yugashima-map .spot .item h3{
	font-size:20px;
	margin-bottom:3px;
}
#yugashima-map .spot .item p:last-child{
	margin-bottom:0;
}


@media (max-width: 768px) {

#yugashima-map .spot .item .img{
	margin-bottom:15px;
}

#yugashima-map .spot .item .num{
	font-size:30px;
	width:40px;
	line-height:40px;
}
#yugashima-map .spot .item h3{
	font-size:18px;
}

}


/* 11:access-p
----------------------------------------------- */

#map_canvas{
	width:100%;
	height:525px;
}


.infowindow{
	padding:5px 0 5px 5px;
}

.infowindow .img{
	margin-bottom:15px;
}
.infowindow .name{
	font-size:120%;
	margin-bottom:5px;
}
.infowindow .address{
	line-height:1.8;
}

#googlemap *{
	max-width: initial;
}

@media (max-width: 768px) {

#map_canvas{
	height:395px;
}


}



#access{
	background:url(../img/access/bg.png) 8% 5px no-repeat;
	padding:40px 0;
}


#access .traffic{
	margin-top:65px;
	position:relative;
}

#access .traffic dt{
	font-size:20px;
	padding-left:25px;
	background:url(../img/common/text-title.png) 0px 5px no-repeat;
	line-height:1.5;
	position:absolute;
	left:0;
}
#access .traffic dd{
	border-bottom:1px solid #dad1b5;
	padding-left:295px;
	padding-bottom:30px;
	margin-bottom:40px;
}

#access .traffic .icon{
	color:#aa892b;
	font-family:monospace;
}

@media (max-width: 768px) {

#access .traffic{
	margin-top:40px;
}

#access .traffic dt{
	font-size:18px;
	padding-left:15px;
	padding-top:1px;
	position:static;
	margin-bottom:10px;
}
#access .traffic dd{
	padding-left:0;
	margin-bottom:25px;
	padding-bottom:15px;
}

}


/* 12:rooms-p
----------------------------------------------- */


/*
===== lineup =====
*/

#rooms-lineup{
	padding-top:55px;
	padding-bottom:1px;
}

#rooms-lineup .lead{
	text-align:center;
	margin-bottom:65px;
}

#rooms-lineup .room{
	margin-bottom:75px;
}

#rooms-lineup .mark{
	margin-bottom:5px;
}

@media (max-width: 768px) {

#rooms-lineup{
	padding-top:30px;
}
#rooms-lineup .lead{
	margin:0 6.25% 40px 6.25%;
	text-align:left;
}
#rooms-lineup .room{
	margin-bottom:45px;
}
#rooms-lineup .mark img{
	height:50px;
}

/*

#rooms-lineup .room .slides li{
	position:relative;
	height:360px;
	overflow:hidden;
}
#rooms-lineup .room .slides li img{
	position: absolute;
	top:0;
	left:50%;
	width:877px;
	max-width:877px;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

}
*/


}




@media (min-width: 769px) {

#rooms-lineup .inner{
	margin:0 auto;
	width:900px;
}

#rooms-lineup .text{
	float:left;
	margin-bottom:40px;
	width:620px;
}
#rooms-lineup .data{
	float:right;
	width:240px;
	text-align:center;
	margin-bottom:40px;
}

#rooms-lineup .data .link-button a,
#rooms-lineup .data .link-button .button{
	min-width: initial;
	display:block;
	margin:0;
}


}
@media (max-width: 768px) {

#rooms-lineup .inner{
	margin-left:4%;
	margin-right:4%;
}
#rooms-lineup .data{
	margin-bottom:30px;
}



}


#rooms-lineup .size{
	margin-bottom:10px;
}

#rooms-lineup .facility{
	clear:both;
	padding:25px;
	background:#f0eee7;
	margin-bottom:40px;
}


@media (max-width: 768px) {

#rooms-lineup .facility{
	padding:15px;
	margin-bottom:30px;
}

}




/*
===== service =====
*/

#rooms-service,
#rooms-service h2{
}

#rooms-service .group{
	max-width:900px;
	margin:0 auto 60px auto;
}
#rooms-service .group:last-child{
	margin-bottom:30px;
}

#rooms-service .group .img{
	margin-bottom:28px;
}

#rooms-service .group .link-button{
	margin-top:45px;
}



/*
===== window =====
*/

.room-window{
	background:url(../img/rooms/window/bg.png);
	padding:25px 0 0 0;
}

@media (min-width: 700px) {

.room-window-inner{
	width:700px;
	margin:0 auto;
	position:relative;
}

.room-window-inner .logo{
	margin-bottom:30px;
	padding-left:25px;
}

.room-window-inner .close{
	position:absolute;
	top:0px;
	right:25px;
}
.room-window-inner .close img{
	cursor:pointer;
}

.room-window-inner .img{
	text-align:center;
	display:table-cell;
	width:700px;
	height:630px;
	vertical-align:middle;
}


}
@media (max-width: 699px) {

.room-window-inner{
	position:relative;
	margin:0 4%;
}
.room-window-inner .logo{
	margin-bottom:20px;
}
.room-window-inner .logo img{
	height:30px;
}

.room-window-inner .close{
	position:absolute;
	top:0px;
	right:0px;
}
.room-window-inner .close img{
	cursor:pointer;
	height:30px;
}

.room-window-inner .img{
	text-align:center;
	padding:50px 0;
}



}



/* 13:about-p
----------------------------------------------- */


#about .intro{
	background:url(../img/about/intro-bg.png) 10% top no-repeat;
}

@media (min-width: 769px) {

#about{
	padding-bottom:60px;
}

#about .intro{
	height:270px;
}
#about .intro .section-title{
	padding-top:55px;
	margin-bottom:30px;
}
#about .intro .lead{
	text-align:center;
}

}
@media (max-width: 768px) {

#about .intro{
	background-size:150px auto;
	padding:40px 0 20px 0;
}
#about .intro .lead{
	text-align:left;
}


}


/*
===== point =====
*/


#about .point{
	background-size:cover;
	height:575px;
	margin-bottom:1px;
}
#about #point1{background-image:url(../img/about/point1.jpg);}
#about #point2{background-image:url(../img/about/point2.jpg);}
#about #point3{background-image:url(../img/about/point3.jpg);}
#about #point4{background-image:url(../img/about/point4.jpg);}
#about #point5{background-image:url(../img/about/point5.jpg);}


#about .point .text{
	background-color: rgba(256,256,256,0.95);
	padding:30px;
	display:inline-block;
	text-align:left;
}

@media (min-width: 769px) {

#about .point .frame{
	padding-top:198px;
}

#about .point .frame.right{
	text-align:right;
}

}

#about .point .text h3{
	font-size:24px;
	margin-bottom:5px;
}
#about .point .text p:last-child{
	margin-bottom:0;
}



@media (max-width: 768px) {

#about .point{
	height:auto;
	padding-bottom:100px;
}

#about .point .frame{
	padding-top:100px;
}

#about .point .text{
	padding:15px;
	display:block;
}
#about .point .text h3{
	font-size:18px;
}


}


/* 14:sitemap-p
----------------------------------------------- */


#sitemap{
	padding:75px 0 50px 0;
}

@media (min-width: 769px) {

#sitemap h1{
	font-size:38px;
	margin-bottom:55px;
}

}
@media (max-width: 768px) {

#sitemap{
	padding:35px 0 30px 0;
}

#sitemap h1{
	font-size:24px;
}

}



#sitemap-inner:after{content: ""; display: block; clear: both;height: 0;}


#sitemap-inner li a{
	display:inline-block;
	padding-left:16px;
	position:relative;
	text-decoration:none;
}

#sitemap-inner li a:before{
	border:4px solid transparent;
	border-left:6px solid #000;
	content:"";
	position:absolute;
	left:0;
	top:50%;
	margin-top:-5px;
}


@media (min-width: 769px) {

#sitemap-inner{
	padding-left:227px;
	padding-bottom:100px;
}

#sitemap-inner .group{
	float:left;
	width:354px;
}
#sitemap-inner li{
	margin-bottom:17px;
}

}
@media (max-width: 768px) {

#sitemap-inner{
	padding-bottom:30px;
}
#sitemap-inner li{
	margin-bottom:10px;
}

}





/* 15:about-p
----------------------------------------------- */


.about-mv {
    padding: 200px 0;
    background-image: url(/static/ja/img/about/background/mv.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-mv .img {
    position: relative;
    text-align: center;
}

.about-mv .img>img {
    width: 678px;
}

.about-mv .img .lead {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
}

.about-mv .img .lead .jp {
    background: -webkit-linear-gradient( 90deg, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .8) 70%, rgba(230, 223, 203, 0) 100%);
    background: -webkit-gradient( linear, left top, right top, from(rgba(255, 255, 255, .8)), color-stop(70%, rgba(255, 255, 255, .8)), to(rgba(230, 223, 203, 0)));
    background: -webkit-linear-gradient( left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .8) 70%, rgba(230, 223, 203, 0) 100%);
    background: -o-linear-gradient( left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .8) 70%, rgba(230, 223, 203, 0) 100%);
    background: linear-gradient( 90deg, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .8) 70%, rgba(230, 223, 203, 0) 100%);
    background-repeat: no-repeat;
    font-size: 18px;
    padding: 15px 100px 15px 30px;
}

.about-mv .img .lead .en {
    background: -webkit-linear-gradient(90deg, rgba(147, 130, 84, .7) 0%, rgba(147, 130, 84, .7) 70%, rgba(230, 223, 203, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(147, 130, 84, .7)), color-stop(70%, rgba(147, 130, 84, .7)), to(rgba(230, 223, 203, 0)));
    background: -webkit-linear-gradient(left, rgba(147, 130, 84, .7) 0%, rgba(147, 130, 84, .7) 70%, rgba(230, 223, 203, 0) 100%);
    background: -o-linear-gradient(left, rgba(147, 130, 84, .7) 0%, rgba(147, 130, 84, .7) 70%, rgba(230, 223, 203, 0) 100%);
    background: linear-gradient(90deg, rgba(147, 130, 84, .7) 0%, rgba(147, 130, 84, .7) 70%, rgba(230, 223, 203, 0) 100%);
    background-repeat: no-repeat;
    padding: 5px 100px 5px 30px;
    color: rgba(255, 255, 255, .8);
    text-align: left;
    font-size: 17px;
}

.about-section {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 680px;
}

.about-section::before {
    position: absolute;
    content: "";
    bottom: -100px;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 200px;
    background-repeat: no-repeat;
}

.about-section .frame {
    position: relative;
    height: 100%;
}

#section-1.about-section::before {
	background-image: -webkit-linear-gradient( 90deg, rgba(216, 225, 225, 0) 0%, rgba(223, 224, 214, 1) 50%, rgba(230, 223, 203, 0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(216, 225, 225, 0) 0%, rgba(223, 224, 214, 1) 50%, rgba(230, 223, 203, 0) 100%);	
}

#section-2.about-section::before {
    background-image: -webkit-linear-gradient( 90deg, rgba(196, 214, 212, 0) 0%, rgb(206, 220, 219) 50%, rgba(216, 225, 225, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(196, 214, 212, 0) 0%, rgb(206, 220, 219) 50%, rgba(216, 225, 225, 0) 100%);
}

#section-3.about-section::before {
    background-image: -webkit-linear-gradient( 90deg, rgba(32, 13, 1, 0) 0%, rgb(52, 69, 63) 50%, rgba(71, 124, 124, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(32, 13, 1, 0) 0%, rgb(52, 69, 63) 50%, rgba(71, 124, 124, 0) 100%);
}

#section-4.about-section::before {
    background-image: -webkit-linear-gradient( 90deg, rgba(253, 253, 253, 0) 0%, rgb(152, 139, 132) 50%, rgba(51, 24, 11, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(253, 253, 253, 0) 0%, rgb(152, 139, 132) 50%, rgba(51, 24, 11, 0) 100%);
}

#section-5.about-section::before {
    background-image: -webkit-linear-gradient( 90deg, rgba(116, 195, 165, 0) 0%, rgb(184, 223, 208) 50%, rgba(251, 251, 251, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(116, 195, 165, 0) 0%, rgb(184, 223, 208) 50%, rgba(251, 251, 251, 0) 100%);
}

#section-6.about-section::before {
    background-image: -webkit-linear-gradient( 90deg, rgba(177, 189, 166, 0) 0%, rgb(176, 185, 164) 50%, rgba(175, 181, 162, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(177, 189, 166, 0) 0%, rgb(176, 185, 164) 50%, rgba(175, 181, 162, 0) 100%);
}

.about-section .text-box {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    font-size: 21px;
    line-height: 2.7;
    letter-spacing: 6px;
}

.about-section .movie-block {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.about-section .movie-block.movie-block-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.about-section .movie-block .img {
    margin-right: 20px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.about-section .movie-block.movie-block-reverse .img {
    margin-right: 0px;
}

.about-section .movie-block .text {
    margin-left: 90px
}

.about-section .movie-block .text .font-en {
    font-size: 16px;
    margin-top: 20px;
    word-break: normal;
}

.about-section .movie-block .text .font-en.font-en-brown {
    color: #846e2d;
}

.about-section .movie-block.movie-block-reverse .text {
    margin-left: 0px;
}

.about-section .movie-block .text .heading {
    font-size: 24px;
    letter-spacing: 10px;
}

.about-section .movie-block .img img {
    width: 440px;
}

.movie-block-dark-bg {
    color: #FFFFFF;
}

.about-section .stairs-block {
    position: absolute;
    width: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 3;
}

.about-section .stairs-block.stairs-block-top-right {
    top: -40px;
    right: 0;
}

.about-section .stairs-block.stairs-block-top-right .img:first-child img {
    width: 250px;
}

.about-section .stairs-block.stairs-block-top-right .img:last-child img {
    width: 160px;
    margin-top: 60px;
}

.about-section .stairs-block.stairs-block-bottom-right {
    bottom: -40px;
    right: 0;
}

.about-section .stairs-block.stairs-block-bottom-right .img:first-child img {
    margin-top: 60px;
    width: 160px;
}

.about-section .stairs-block.stairs-block-bottom-right .img:last-child img {
    width: 250px;
}

.about-section .stairs-block.stairs-block-top-left {
    top: -40px;
    left: 0;
}

.about-section .stairs-block.stairs-block-top-left .img:first-child img {
    margin-top: 60px;
    width: 250px;
}

.about-section .stairs-block.stairs-block-top-left .img:last-child img {
    width: 160px;
}

.about-section .stairs-block.stairs-block-bottom-left {
    bottom: -40px;
    left: 0;
}

.about-section .stairs-block.stairs-block-bottom-left .img:first-child img {
    width: 160px;
}

.about-section .stairs-block.stairs-block-bottom-left .img:last-child img {
    margin-top: 60px;
    width: 250px;
}

.about-section-reserve {
    padding: 350px 0 100px 0;
    height: auto;
}

.about-reserve-block {
    background: rgba(255, 255, 255, 0.9);
    padding: 35px 0;
    text-align: center;
}

#about-p .link-block {
    background-image: url(/static/ja/img/about/background/paper-pt.jpg);
    background-repeat: repeat;
    background-position: center;
    padding: 80px 0;
}

#about-p .link-block .link-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.link-block .link-content>* {
    width: 47%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.link-block .link-content img {
    width: 100%;
}

.about-section .movie-block .img.img-movie-thumb {
    position: relative;
}

.about-section .movie-block .img.img-movie-thumb img {
    opacity: .6;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.about-section .movie-block .img.img-movie-thumb:hover img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: .4;
}

.about-section .movie-block .img.img-movie-thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #000;
}

.about-section .movie-block .img.img-movie-thumb iframe {
    position: relative;
    z-index: 3;
}

.about-section .movie-block .img.img-movie-thumb:hover {
    cursor: pointer;
}

#about-p .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #FFFFFF;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#about-p .play-button:before {
    content: '';
    position: absolute;
    top: -32.5px;
    left: -45px;
    bottom: -32px;
    right: -20px;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    z-index: 2;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

#about-p .play-button:after {
    content: '';
    opacity: 0;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
}

.about-section .movie-block .img:hover .play-button:before,
.about-section .movie-block .img:hover .play-button:focus:before {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

@media (min-width: 768px) {
    body .pc {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .about-mv {
        padding: 150px 0;
    }
    .about-section .movie-block .text .heading {
        letter-spacing: 6px;
    }
    .about-mv .img .lead {
        top: 90%;
        right: -5vw;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        z-index: 10;
    }
    .about-section .text-box {
        position: static !important;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
    }
    .about-mv .img .lead .jp {
        font-size: 14px;
        white-space: nowrap;
        padding: 10px 40px 10px 10px;
    }
    .about-mv .img .lead .en {
        white-space: nowrap;
        font-size: 14px;
        padding: 2px 40px 2px 20px;
    }
    .about-section .text-box {
        font-size: 19px;
    }
    .about-section {
        height: auto !important;
        padding: 50px 0;
    }
    .about-section::before {
        display: none;
        background-image: none !important;
    }
    .about-section .movie-block .text {
        margin-left: 0px;
        width: 100%;
    }
    .about-section .movie-block .img img {
        width: 100%;
    }
    .about-section .stairs-block .img:first-child img {
        width: 50vw !important;
    }
    .about-section .stairs-block .img:last-child img {
        width: 31.5vw !important;
    }
    .about-section .movie-block .img {
        margin-right: 0;
    }
    .about-section div[class*="stairs-block-bottom"] {
        display: none;
    }
    .stairs-block {
        position: static !important;
        width: 100% !important;
    }
    .stairs-block .img img {
        margin: 0 !important;
    }
    .stairs-block.pc {
        margin-bottom: 20px;
    }
    .about-section .movie-block .img.img-movie-thumb,
    .about-section .movie-block .img.img-movie-thumb img {
        width: 100%;
    }
    .movie-block {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
        position: static !important;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important;
    }
    .movie-block-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }
    #about-p .fdcr-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }
    #about-p .fdc-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    body #about-p .sp {
        display: none !important
    }
    #section-8 {
        padding: 0;
        background: none !important;
    }
    .about-reserve-block {
        padding: 20px 0;
    }
    .about-reserve-block .text {
        margin-bottom: 10px;
    }
    .about-reserve-block .link-button a {
        display: block;
    }
    #about-p .link-block {
        padding: 30px 0 10px;
    }
    #about-p .link-block .link-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #about-p .link-block .link-content>* {
        width: 100%;
        margin-bottom: 20px;
    }
    .about-section .movie-block .text .font-en {
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 40px;
    }
	 #about-p .img-movie-thumb{
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
    }
    #about-p .img-movie-thumb iframe{
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}