@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Lato', sans-serif;
	background: #eaeaeb;
}
.pc{
	display: inline-block;
}
.sp{
	display: none !important;
}
@media screen and (max-width: 768px) { 
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
}
a{
	text-decoration: none;
}
article {
	margin:auto;
	text-align: center;
	line-height: 1.8;
	position: relative;
	padding: 20px 0 60px 0;
}
article p {
	margin-bottom: 1em;
	position: relative;
}
a {
	color: #0b8793;
}
figure img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
#mvt {
	margin: 0 auto;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/*margin-top: -28%;*/
}
@media screen and (max-width: 768px) {
	#mvt {
		margin-top: 15%;
	}	
}
#mvt iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
article ul{
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-bottom: 40px;
	max-width: 950px;
	margin: 100px auto 20px auto;
	padding: 0px;
	position: relative;
}
article li{
	width: calc(100% / 2 - 20px);
	margin-bottom: 60px;
	padding: 0px;
	text-align: left;
	flex-direction: column;
}
article li h2{
	font-family: futura-pt, sans-serif;
	margin-bottom: 0px;
	font-size: 1.6em;
	letter-spacing: 0;
}
article li h3{
	margin-bottom: 0px;
	font-size: 1em;
	letter-spacing: 0;
	font-weight: 100;
}

article li h4{
	font-family: futura-pt, sans-serif;
	margin-bottom: 0px;
	font-size: 1.6em;
	letter-spacing: 0;
}
article li h5{
	margin-bottom: 0px;
	font-size: 1em;
	letter-spacing: 0;
	font-weight: 100;
}

article li a{
	margin-top: auto;
	font-size: 0.9em;
}
article a::before{
	content: ">";
	margin-right: 5px;
	display: inline-block;
}
article h2{
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3.4em;
	color: #000;
	margin-bottom: 45px;
	line-height: 1.2;
}
article h2 span{
	font-size: 60%;
	display: block;
}
article h2 span.fs40{
	font-size: 40%;
}
.bg{
	background: url("../img/bg.png")no-repeat right top;
	position: relative;
	height: 70vh;
	background-size: contain;
	margin-top: -2px;
}
@media all and (-ms-high-contrast:none){
	.bg{
		background: url("../img/bg.png")no-repeat right top;
		position: relative;
		height: 70vh;
		background-size: contain;
		margin-top:-2px;
	}
}
.bgs{
	background: url("../img/bgs.png")no-repeat top left #c5e6e5;
	position: relative;
	background-size: contain;
	padding-top: 280px;
}
.bgs h2{
	margin-bottom: 0;
}
.bgs h3{
	font-size: 1.5em;
	margin-bottom: 35px;
	font-weight: 400;
}
.attens{
	max-width: 440px;
	margin: 0 auto 60px auto;
	text-align: left;
}
.bd{
	max-width: 940px;
	margin-top: 60px;
	padding-top: 60px;
	border-top: #000 2px solid;
	margin: auto;
	font-size: 1.4em;
}
article#top{
	margin: 100px auto 50px;
	padding: 0;
}
article#top h2{
	position: relative;
	margin-top: -50vh;
	margin-bottom: 0px;
	font-family: futura-pt, sans-serif;
}

article#top h1{
	font-size: 1.5em;
	margin-bottom: 35px;
	font-weight: 400;
}

article#top h3{
	font-size: 1.5em;
	margin-bottom: 35px;
	font-weight: 400;
}


.ttl_add01{
	font-size: 1.8em;
	margin-bottom: 0;
	line-height: 1.2;
	font-weight: 400;
	font-family: futura-pt, sans-serif;
}
.ttl_add02{
	font-size: 1.2em;
	margin-bottom: 35px;
	font-weight: 400;
}

h4{
	font-size: 1.8em;
	margin-bottom: 0;
	line-height: 1.2;
	font-weight: 400;
	font-family: futura-pt, sans-serif;
}
h5{
	font-size: 1.2em;
	margin-bottom: 35px;
	font-weight: 400;
}
.full,
.full2{
	position: relative;
	margin-top: 60px;
	margin-bottom: 20px;
}
.full div,
.full2 div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: calc(100vh - 300px);
	margin: 0;
}
.full2 div{
	background-position: bottom;
	height: calc(130vh - 300px);
}
.full div.img01 {
	background-image: url("../img/s01.jpg");
}
.full div.img02 {
	background-image: url("../img/s02.jpg");
}
.full2 div.img03 {
	background-image: url("../img/s03.jpg");
}
.full2 div.img04 {
	background-image: url("../img/s04.jpg");
}
.full2 div.img05 {
	background-image: url("../img/s06.jpg");
}
.prev{
	background: rgba(67,185,183,0.7);
	width: 100px;
	height: 100%;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	border: none;
}
.prev::after{
	content: "";
	background: url(../img/prev.png);
	position: absolute;
	width: 18px;
	height: 29px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.next{
	background: rgba(67,185,183,0.7);
	width: 100px;
	height: 100%;
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	border: none;
}
.next::after{
	content: "";
	background: url(../img/next.png);
	position: absolute;
	width: 18px;
	height: 29px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.btn {
	display: inline-block;
	padding: 1.5em 1em;
	text-decoration: none;
	background: #47BAAC;
	color: #FFF;
	border-bottom: solid 4px #478886;
	border-radius: 3px;
	width: 100%;
	font-size: 1em;
	text-align: center;
	position: relative;margin-bottom: 60px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.btn::before{
	content: '';
	width: 16px;
	height: 16px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 45%;
	right: 30px;
	margin-top: -4px;
}
.btn:hover {
	background: #006453;
	opacity: 1;
}
article.notice{
	padding: 60px 0;
}
article.notice p{
	font-size: 0.8em!important;
}
#main-visual {
	display: table;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: auto;
}
#main-visual h1{
	display: table-cell;
	margin: auto;
	position: absolute;
	text-align: center;
	top: 100px;
	bottom: 0;
	left: 0;
	max-height: 390px;
	right: 0;
}
#main-visual h1 img{
	max-width: 100%;
	height: auto;
}
#main-visual .mv_bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100vh;
}
.mv_bgs {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ray {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	font-size: 2em;
	text-align: center;
	position: absolute;
	top: 0;
	height: 100vh;
	left: 0;
}
footer {
	padding: 30px;
	text-align: center;
	color: #666;
}
footer a {
	color: #666;
	text-decoration: none;
	font-size: 0.9em;
}

/* ▲▲▲ここまではナビゲーションに関係ない設定▲▲▲ */

.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #fff;
	bottom: -30px;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.7);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #0062B8;
	bottom: -20px;
}

@media screen and (max-width: 768px) {
	article {
    padding: 30px 10px!important;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}

    .sp{
        display: block;
    }
    
    #main-visual video {
    transform: translate(-65%,-50%);
}
    .bg {
    height: 50vh;
}
    .bgs {

    padding-top: 80px!important;
}
    article#top {
    margin: 100px auto 0 auto!important;
    padding: 0!important;
}
    article h2 {
    font-size: 2.4em;
    }
.bgs h2 {
    font-size: 2.4em;
    }    
.bgs h3 {
    font-size: 1.5em;
    }
    
    .attens{
        font-size: 0.8em;
        margin-bottom: 45px;
    }    
.bd {

    font-size: 1.2em;
}
article li {
    width: calc(100% / 2 - 5px);
    }
    article p{
        font-size: 0.9em;
    }
article li h2 {
    font-size: 1.26em;
}
    article li h3 {
    font-size: 0.9em;
}
.prev,.next {
    width: 30px;
    }
.full div,
.full2 div {
    height: calc(80vh - 300px);
}    
    
    
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: #fff;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
	}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
    footer p{
        font-size: 0.8em;
    }

}


/*211101追加*/
.bath_box{border: 3px solid #68b4b3; padding: 20px; text-align: center; max-width: 800px; margin: auto;}
.bath_box p{margin-bottom: 0; }
.sauna_btn{width: 360px; margin: auto;}
.sauna_btn a{
	color: #fff;
	font-size: 22px;
	text-align: center;
	background: #00AFAD;
	border-radius: 8px;
	display: block;
	padding: 20px 0;
	text-decoration: none;
	box-shadow: 10px 10px 10px #c8c8c8;
}
.bgs .cap{font-size: 0.7em;}
.changeday{
	background: #00D1C4;
	background: linear-gradient(0deg, rgba(0,209,196,1) 0%, rgba(89,211,213,1) 100%);
	color: #fff;
	text-align: center;
	padding: 30px 0px;
	width: 550px;
	margin: auto;
	font-family: futura-pt, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.changeday p:nth-child(2){font-size: 1.8em; line-height: 2em; font-weight: 400;}
.changeday p:nth-child(3){font-size: 1.4em; }
.changeday p:nth-child(4){font-size: 1em; margin: 10px 0 0;}
@media screen and (max-width: 768px) {
	.bath_box{padding: 20px 10px; }
	.bath_box p{font-size: 0.7em; }
	.sauna_btn{width: 60%; margin: auto;}
	.sauna_btn a{font-size: 1em;  padding: 15px 0;}
	.changeday{width: 80%; padding: 20px 0;}
	.changeday p:nth-child(2){font-size: 1.4em; line-height: 2em; font-weight: 400;}
	.changeday p:nth-child(3){font-size: 1em; }
}

/* 9/16追加 */
header{
    width: 100%;
    height: 59px;
}
header img{
    width: 100%;
}
article div.attens p{
	width: 450px;
	margin-bottom: 0;
	padding-left: 1em;
	text-indent: -1em;
}
article .mapimg{
	margin: 20px 0 60px;
}
article .mapimg figure {
	width: 600px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	article .mapimg figure {
		width: 100%;
	}
	article div.attens p{
		width: 100%;
	}	
}

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

 ◆ header

---------------------------------------*/
.header-menu {
	font-size: 10px !important;
	padding: 15px 0 0 50px;
	width: 235px;
}
.header-menu p {
	padding-top: 6px;
	font-size: 16px;
	font-weight: bold;
}
.header-menu-box {
	background-color: #222;
	box-sizing: border-box;
	display: none;
	position: absolute;
	top: 15px;
	left: 50px;
	padding: 10px 20px 20px;
	z-index: 1001;
}
@media screen and (max-width: 768px) {
	.header-menu-box {
		height: 100vh;
		left: 0;
		overflow: hidden auto;
		padding: 0 calc((15/375)* 100vw);
		top: 0;
		width: 100vw;
	}
}
.header-menu-box>p {
	color: #fff;
	margin-bottom: 20px;
	font-size: 10px;
}
@media screen and (max-width: 768px) {
	.header-menu-box>p {
		padding-top: 6px;
	}
}
.header-menu-box ul li {
	text-align: center;
}
.header-menu-box ul li ul {
	overflow: hidden;
	padding-top: 9px;
}
.header-menu-box ul li li {
	float: left;
	text-align: left;
}
.header-menu-box ul li ul li:first-child {
	margin-right: 1px;
}
.header-menu-box ul li a {
	background: url(../img/header-menu-arrow.png) 97% center no-repeat #fff;
	color: #222;
	display: block;
	font-size: 14px !important;
	height: 44px;
	line-height: 44px;
	margin-bottom: 1px;
	text-decoration: none;
	width: 335px;
}
@media(max-width: 768px) {
	.header-menu-box ul li a {
		width: 100%;
	}
}
.header-menu-box li a:hover {
	opacity: .7;
}
.header-menu-box ul li ul li a {
	background-position: 93% center;
	font-size: 12px;
	width: 100%;
}
.header-menu-btn {
	cursor: pointer;
	display: flex;
}
.header-menu-btn img {
	height: auto;
	margin-right: 10px;
	width: 30px;
}
.header-menu-btn.sp_btn {
	display: none !important;
}
@media(max-width: 768px) {
	.header-menu-btn.sp_btn {
		align-items: center;
		display: flex !important;
	}
	.header-menu-btn img {
		margin-left: calc((10/375)* 100vw);
		width: calc((30/375)* 100vw);
	}
}
.header-top {
	height: 65px;
	margin-bottom: 0;
	position: relative;
}
.header-util .link_txt {
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
}
.header-util .link_txt a{
	background: url(../img/icon_arrow_right02.png) 97% center no-repeat;
}
.header-util .link_txt li {
	padding-right: 20px;
}
.header-menu-box li li a {
	padding: 0;
	width: 100%;
}
.header_nav .access_ul li {
	text-align: center;
}
.header-util .link_txt li {
	text-align: left;
}
.header_nav .access_ul li a {
	background-image: none;
}
.header-util .link_txt li a {
	background-color: transparent;
	color: #fff;
	width: 100%;
}
.back a {
	background: url(imgs/area/sp_menu_arrow.png) 15px center no-repeat;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
}
.header-util .link_txt {
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
}
.header-util .link_txt li {
	width: 49%;
}
.header_nav .access_ul li {
	width: 100%;
}
.header_nav .access_ul li a {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
}
.header_nav .access_ul li a img {
	height: auto;
	margin-right: 5px;
	width: 20px;
}
.close_button {
	cursor: pointer;
	display: block;
}
.close_button_top,
.close_button_bottom {
	height: 20px;
	width: 20px;
}
.close_button_top img,
.close_button_bottom img {
	height: auto;
	width: 100%;
}
.close_button_top {
	padding: 20px 0;
	margin-bottom: 30px;
}
.close_button_top img {
	height: 20px;
	margin-right: 10px;
	width: 20px;
}
.close_button_bottom {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 25px auto 50px;
}
.close_button_bottom p {
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	white-space: nowrap;
}
/* header ↑　*/
  
/*----------------------------------------------------

　バーガーメニュー

----------------------------------------------------*/
header#globalNavi {
	position: fixed;
	background: url(../img/bg2.png) no-repeat center 50%;
	width: 100%;
	height: 59px;
	top: 0;
	left: 0;
	z-index: 1000;
}
.reserve {
	width: 100%;
	background: #fff;
	margin-left: 0;
	position: fixed;
	/* 開いてないときは画面外に配置 */
	top: -780px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 70px 0 0;
	transition: .4s ease-in-out;
	z-index: 600;
	box-sizing: border-box;
}
.reserve h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
.reserve h2:before {
	content: '';
	display: inline-block;
	background: url(../img/tel_icon_bk.png) 0 0 no-repeat;
	width: 30px;
	height: 30px;
	background-size: contain;
	margin-bottom: -5px;
}
.res_ctn {
	max-width: 1000px;
	width: 90%;
	color: #fff;
	background: #3e3a39;
	margin: 0 auto 20px;
}
.res_ctn h3 {
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}
.res_ctn p.tel {
	font-size: 32px;
	padding: 20px 0;
}
.res_ctn p.tel a {
	font-size: 32px;
	color: #fff;
}
.support {
	width: 100%;
	background: #717071;
	color: #fff;
	padding: 30px 0 50px;
}
.support .lead {
	margin-bottom: 20px;
	line-height: 1.3;
}
.sup_ctn {
	max-width: 1000px;
	width: 90%;
	color: #fff;
	background: #3e3a39;
	margin: 0 auto 30px;
	padding: 20px 0;
}
.sup_ctn p.tel {
	font-size: 32px;
	margin-bottom: 20px;
}
.sup_ctn p.tel a {
	font-size: 32px;
	color: #fff;
}
.res_ctn p.tel:before,
.sup_ctn p.tel:before {
	content: '';
	display: inline-block;
	background: url(../img/tel_icon_wh.png) 0 0 no-repeat;
	width: 30px;
	height: 30px;
	background-size: contain;
	margin-bottom: -5px;
}
.sup_ctn p.lang {
	margin-bottom: 5px;
}
.pr_res {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
.pr_res h3 {
	margin-bottom: 20px;
}
.pr_res ul li {
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.3;
	font-size: 17px;
}
.reserve .contact a {
	color: #fff;
	text-decoration: underline;
}
.reserve .contact {
	width: 400px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media(max-width: 768px) {
	.reserve h2 {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.reserve h2:before {
		width: 20px;
		height: 20px;
		background-size: contain;
		margin-bottom: -5px;
	}
	.res_ctn {
		margin: 0 auto 10px;
	}
	.res_ctn h3 {
		padding: 12px 0;
		border-bottom: 1px solid #fff;
	}
	.res_ctn p.tel {
		font-size: 24px;
		padding: 10px 0;
	}
	.res_ctn p.tel a {
		font-size: 24px;
	}
	.support {
		width: 100%;
		background: #717071;
		color: #fff;
		padding: 15px 0 40px;
	}
	.support .lead {
		margin-bottom: 20px;
		line-height: 1.3;
	}
	.sup_ctn {
		margin: 0 auto 20px;
		padding: 10px 0;
	}
	.sup_ctn p.tel {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.sup_ctn p.tel a {
		font-size: 24px;
	}
	.res_ctn p.tel:before,
	.sup_ctn p.tel:before {
		width: 20px;
		height: 20px;
		margin-bottom: -2px;
	}
	.pr_res h3 {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.support .lead {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.pr_res ul li {
		font-size: 12px;
	}
	.reserve .contact a {
		font-size: 14px;
	}
	.reserve .contact {
		width: 300px;
		margin: 30px auto 0;
	}
}
#fix_head {
	position: fixed;
	display: flex;
	justify-content: space-between;
	max-width: 540px;
	width: 540px;
	height: 54px;
	padding: 5px;
	z-index: 1000;
	top: 0;
	right: 0;
}
#fix_head a {
	position: relative;
	font-size: 18px;
	display: block;
	background: #1d1d1c;
	text-align: center;
	width: 49%;
	color: #fff;
	padding: 9px 0;
}
#fix_head a:before {
	content: '';
	display: inline-block;
	background: url(../img/bed_icon.png) 0 0 no-repeat;
	width: 26px;
	height: 23px;
	background-size: contain;
	margin-bottom: -7px;
	margin-top: 1px;
	margin-right: 5px;
}
#fix_head .arrow {
	position: absolute;
	width: 16px;
	right: 10px;
	top: 19px;
}
@media(max-width: 768px) {
	#fix_head {
		height: 50px;
		max-width: 100%;
		width: 100%;
	}
	#fix_head a {
		font-size: 13px;
		padding: 8px 0;
		width: calc((154/ 375) * 100vw);
	}
	#fix_head a:before {
		width: 22px;
		height: 20px;
		margin-bottom: -8px;
		margin-top: 6px;
		margin-right: 5px;
	}
	#fix_head .arrow {
		display: none;
	}
}

/* ----- オープンボタン ----- */
#nav-toggle {
	width: 49%;
	cursor: pointer;
	z-index: 9999;
	background: #dadad9;
	text-align: center;
	padding: 9px 0;
	position: relative;
}
#nav-toggle p {
	font-size: 18px;
}
#nav-toggle:hover {
	opacity: 0.8;
}
#nav-toggle p:before {
	content: '';
	display: inline-block;
	background: url(../img/tel_icon_bk.png) 0 0 no-repeat;
	width: 23px;
	height: 23px;
	background-size: contain;
	margin-bottom: -4px;
	margin-top: -2px;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: none;
	position: absolute;
	height: 2px;
	width: 30px;
	border-radius: 0;
	background: #3e3a39;
	left: 50%;
	margin-left: -15px;
	transition: .3s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 10px;
}
#nav-toggle span:nth-child(3) {
	top: 20px;
}
@media(max-width: 768px) {
	#nav-toggle {
		padding: 8px 0;
		width: calc((154/ 375) * 100vw);
	}
	#nav-toggle p {
		font-size: 13px;
	}
	#nav-toggle p:before {
		width: 20px;
		height: 20px;
		margin-bottom: -5px;
		margin-top: 3px;
	}
	#nav-toggle span {
		width: 24px;
		margin-left: -12px;
	}
	#nav-toggle:hover {
		opacity: 1;
	}
}
.open #nav-toggle span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	display: block;
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
	display: block;
}
.open #nav-toggle span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
	display: block;
}
.open #nav-toggle p,
.open #nav-toggle img {
	display: none;
}
@media(max-width: 768px) {
	.open #nav-toggle span:nth-child(1),
	.open #nav-toggle span:nth-child(3) {
		top: 12px;
	}
}

/* スライドアニメーション */
.open .reserve {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(774px);
	-webkit-transform: translateY(774px);
	transform: translateY(774px);
}
.fixed {
	position: fixed;
}
@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
  