@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;
}
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;
    display: block;
}

.fixedBg {
    background-attachment: scroll;
}
.fixedBg {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.fixedBgs {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.image.i1 {
    height: 770px;
    background-image: url("../img/_Z7T3238.jpg");
	background-position: top;
}
article#top{
    margin: 220px auto 0 auto;
    padding: 0;
}


#title{
      display: table-cell;
    margin: auto;
position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    max-height: 350px;
    max-width: 870px;
    right: 0;    
    background: rgba(123,85,144,0.8);
    padding: 30px;  
}
#title h1{
font-family: futura-pt, sans-serif;
font-style: normal;
font-weight: 400;
    font-size: 3.4em;
    color: #fff;
    margin-bottom: 45px;
    line-height: 1.2;
}
#title h1 span{
    font-size: 60%;
    display: block;
}
#title p{
    color: #fff;
}
#title h2 {
    font-size: 3.4em;
margin-bottom: 0;   
    color: #fff;
    }
#title h2 span {
    font-size: 60%;
    display: block;
}    
#title h3 {
    font-size: 1.5em;
    margin-bottom: 35px;
    font-weight: 400;
    color: #fff;
    
}   

#title h1 {
    font-size: 1.5em;
    margin-bottom: 35px;
    font-weight: 400;
    color: #fff;
    
}   


article ul{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    max-width: 45%;
    margin: 6px auto 0px 134px;
    padding: 0px 0 0 0;
    position: relative; 
}
article li{
    width: calc(100%);
    margin-bottom: 3px;
    padding: 4px 0;
    flex-direction: column;
    border-bottom: #000 1px solid;
    text-align: center;
}
article li:first-child{

    border-top: #000 1px solid;
}
article li h2{
    font-family: futura-pt, sans-serif;
    margin-bottom: 0px;
    font-size: 1.6em;
    letter-spacing: 0;
}


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;
}

#pi{
    display: flex;
    flex-direction: row;
	flex-wrap:wrap;
	justify-content: space-between;
    max-width: 940px;
    margin: 30px auto 0px auto;
    padding: 50px 0 0 0;
    position: relative; 
}
#pi div{
    margin-bottom: 30px;
    padding: 0px;    
    text-align: left;  
}
#pi div:first-child{
    width: 63%;
}
#pi div:last-child{
position: absolute;
    width: 45%;
    right: 0;
    bottom: 100px;
}
#pi div:first-child h3{
    margin-top: 60px;
    font-size: 1em;
    letter-spacing: 0;
    font-weight: 600;
    text-align: center;
    padding-right: 44px;
}

    


.bgs{
    background: url("../img/bg.png")no-repeat top left #bda8ca;
    position: relative;
    background-size: contain;
    padding-top: 280px;    
}
.bgs h2{
    margin-bottom: 0;
    font-size: 3.4em;
    line-height: 1.4;
}
.bgs h2 span{
    font-size: 60%;
}

.bgs h3{
    font-size: 1.5em;
    margin-bottom: 35px;
    font-weight: 400;
}

.attens{
    margin: 40px auto 60px auto;
    text-align: left;
    text-align: center;
    font-size: 1.4em;
}
.bd{
    display: flex;
    flex-direction: row;
	flex-wrap:wrap;
	justify-content: space-between;
    max-width: 940px;
    margin: 30px auto 20px auto;
    padding: 50px 0 0 0;
    position: relative; 
    border-top: 2px solid;
}
.bd div{
    width: calc(100% / 2 - 20px);
    margin-bottom: 30px;
    padding: 0px;    
    text-align: left;  
    flex-direction: column;
    display: flex;
}



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;
}

.btn {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #000;
  border-radius: 3px;
    font-family: futura-pt, sans-serif;
    border: #000 2px solid;
    width: 100%;
    font-size: 1.6em;
    font-weight: 400;
    text-align: center;
    position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;    
margin-top: auto;
}
.btn::before{
  content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right: 0 solid transparent;
    border-left: 20px solid #000;
    right: -8px;
    position: absolute;
    bottom: -15px;
    transform: rotate(45deg);
}
.btn:hover {
  background:  #fff;
    opacity: 1;

}

article.notice{
    padding: 60px 0;
}
article.notice p{
    font-size: 0.8em!important;
}

#main-visual {
    display: table;
    width: 100%;
overflow: hidden;
    height: auto;
    background: url("../img/titlebg.jpg") no-repeat top;
    background-size: cover;
    height: 68px;
    position: relative;
    z-index: 9999999;
}





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;
}



@media screen and (max-width: 768px) {
	article {
    padding: 30px 10px!important;
	}
.image.i1 {
    height: 230px;
    background-position: 50%,50%;
    background-size: cover;
}
 
    .fixedBg {
    background-attachment: scroll;
}  
    
    
    
	.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 {
/*		height: 100vh;*/
        height: 30px;
	}
#title {
    max-width: 88%;
    }
#title h2 {
    font-size: 2.4em;
margin-bottom: 0;    
    }
#title h2 span {
    font-size: 60%;
    display: block;
}    
#title h3 {
    font-size: 1.5em;
    margin-bottom: 35px;
    font-weight: 400;
}    
    

    .bg {
    height: 50vh;
}
    .bgs {

    padding-top: 80px!important;
}
    article#top {
    margin: 240px auto 0 auto!important;
    padding: 0!important;
}
    
    #pi{
        padding: 0;
    }
    
.btn {
    font-size: 1.4em;
    }
    
    
    article h2 {
    font-size: 2.4em;
    }
.bgs h2 {
font-size: 2.4em;
    }    
.bgs h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    }
    
    .attens{
        font-size: 0.8em;
        margin-bottom: 45px;
    }    
.bd {
    display: block;
    font-size: 1.2em;
}
    .bd div{
        width: 100%;
    }
    
    .bd p{
        text-align: left;
    }
    article ul{
        max-width: 90%;
        margin: 6px 0 0 0;
    }
    
article li {
    }
    
#pi div:last-child {

    bottom: 230px;
}    
    
    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 {
    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;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #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;
    }

}

/* 9/14追加：画像スライド */
div .slideshow-slide {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	padding: 0;
	display: block;
	margin-bottom: 0;
}
div .slideshow-slide p {
	list-style: none;
	width: 100%;
	height: 100%;
	transition: 1s;
	top: 0;
	left: 0;
}
div .slideshow-slide p.slide {
	top: 0;
	left: 100%;
	z-index: 10;
}
div .slideshow-slide p:first-of-type {
	display: block !important;
}
div .slideshow-slide p img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

@media screen and (max-width: 768px) {
	div .slideshow-slide {
		height: 250px;
	}
}

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

　バーガーメニュー

----------------------------------------------------*/
header#globalNavi {
	position: fixed;
	width: 100%;
	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: 10px 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;
	}
}

/* header ↓　*/

.header-menu {
	font-size: 10px !important;
	padding: 6px 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: 6px;
	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;
    background-color: #fff;
    width: 110px;
    padding: 10px;
}

.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 {
		margin-right: 10px;
		width: 50px;
	}
	
	.header-menu-btn img {
		/* margin-left: calc((20/375)* 100vw); */
		width: calc((30/375)* 100vw);
	
	}
}

.header-top {
	height: 132px;
	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: 20px 0;
}

.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 ↑　*/

/* ----- オープンボタン ----- */

#nav-toggle {
	width: 49%;
	cursor: pointer;
	z-index: 9999;
	background: #dadad9;
	text-align: center;
	padding: 10px 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 {
	-moz-transform: translateY(744px);
	-webkit-transform: translateY(744px);
	transform: translateY(744px);
}
.fixed {
	position: fixed;
}

@media(min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.open .reserve {
		-moz-transform: translateY(774px);
		-webkit-transform: translateY(774px);
		transform: translateY(774px);
	}
}
