@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/

/* 全体の設定 */

html {
	color: #222;
	}

body {
	width: 100%;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	min-width: 1200px;
	font-size: 16px;
	}

a {
	text-decoration: none;
	color: #222;
	cursor: pointer;
	}

p {
	color: #222;
	line-height: 1.8;
	}

img {
	border: none;
	}

* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	}

.container {
    padding: 120px 0;
}
	
.wrapper {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	}

.wrapper_small {
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
	}

.pc {
	display: block;
	}

.sp {
	display: none;
	}

.btn {
	display: block;
	width: 300px;
	height: 75px;
	border: 1px solid #222;
	text-align: center;
	line-height: 75px;
	transition: .2s;
	font-weight: 600;
}

.btn:hover {
	border: 1px solid #ffaa00;
	background-color: #ffaa00;
	color: #FFF;
}

.h2 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
}

.h2__en {
	font-size: 20px;
	color: #ffaa00;
	display: block;
}



/* header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 9000;
	transition: .2s;
}

.header__link {
	display: block;
	width: 232px;
	height: 35px;
	background-image: url("/img/common/logo_white.png");
	background-size: cover;
	position: absolute;
	top: 32px;
	left: 1.5%;
	transition: .2s;
}

.header__link:hover {
	opacity: .8;
}

.globalNav {
	position: absolute;
	right: 0;
	top: 0;
}

.globalNav__box {
	display: flex;
}

.globalNav__item {
	margin-left: 30px;
	display: flex;
	align-items: center;
	position: relative;
}

.globalNav__link {
	color: #FFF;
	font-weight: 500;
	transition: .2s;
	position: relative;
}

.globalNav__link:hover {
	color: #ffaa00;
	cursor: pointer;
}

.globalNav__item:nth-of-type(2) {
	padding-right: 15px;
}

.globalNav__item:nth-of-type(2) .globalNav__link::before {
	display: inline-block;
	content: "";
	width: 6px;
	height: 1px;
	background-color: #FFF;
	transform: rotate(45deg);
	position: absolute;
	right: -13px;
	top: 12px;
}

.globalNav__item:nth-of-type(2) .globalNav__link::after {
	display: inline-block;
	content: "";
	width: 6px;
	height: 1px;
	background-color: #FFF;
	transform: rotate(-45deg);
	position: absolute;
	right: -17px;
	top: 12px;
}

.globalNav__item:nth-of-type(6) .globalNav__link {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("/img/common/icon_header_instagram.png");
	background-size: cover;
	transition: .2s;
}

.globalNav__item:nth-of-type(6) .globalNav__link:hover {
	opacity: .8;
}

.globalNav__item:nth-of-type(7) .globalNav__link {
	width: 150px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background-color: #ffaa00;
	transition: .2s;
}

.globalNav__item:nth-of-type(7) .globalNav__link:hover {
	background-color: #ff6700;
	color: #FFF;
}

.globalNav__children {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	position: fixed;
	top: 100px;
	left: 0;
	background-color: #FFF;
	width: 100vw;
	justify-content: center;
	padding: 25px 0;
	transition: .2s;
	display: none;
}

.globalNav__children.visible {
	display: flex;
}

.globalNav__children-item {
	margin: 0 20px;
}

.globalNav__children-item-link {
	transition: .2s;
	font-weight: 500;
}

.globalNav__children-item-link:hover {
	color: #ffaa00;
}



/* headerスクロール時 */
.scroll.header {
	height: 80px;
	border-bottom: 1px solid #DDD;
	background-color: #FFF;
}

.scroll .header__link {
	background-image: url("/img/common/logo_black.png");
	top: 22px;
}

.scroll .globalNav__link {
	color: #222;
	font-weight: 500;
	transition: .2s;
	position: relative;
}

.scroll .globalNav__link:hover {
	color: #ffaa00;
}

.scroll .globalNav__item:nth-of-type(2) .globalNav__link::before {
	background-color: #222;
}

.scroll .globalNav__item:nth-of-type(2) .globalNav__link::after {
	background-color: #222;
}

.scroll .globalNav__item:nth-of-type(6) .globalNav__link {
	background-image: url("/img/common/icon_header_instagram_black.png");
}

.scroll .globalNav__item:nth-of-type(7) .globalNav__link {
	height: 80px;
	line-height: 80px;
	color: #FFF;
}

.scroll .globalNav__children {
	border-top: none;
	top: 80px;
	padding: 20px 0;
}



/* mv */
.mv {
	width: 100%;
	height: 700px;
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mv__h1 {
	font-size: 60px;
	font-weight: 600;
	color: #FFF;
	text-shadow: 0 0 10px #222,0 0 10px #222;
}



/* breadcrumb */
.breadcrumb__box {
	display: flex;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}

.breadcrumb__item {
	margin-right: 10px;
}

.breadcrumb__item:not(:first-child)::before {
	content: ">";
	margin-right: 10px;
}


.breadcrumb__link:hover {
	text-decoration: underline;
}





/* reservation */
.reservation {
	background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),url("/img/common/bg_reservation.jpg");
	background-size: cover;
	background-position: center center;
}

.reservation__h2 {
	color: #FFF;
	margin-bottom: 50px;
}

.reservation__box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.reservation__item {
	width: 47%;
}

.reservation__btn {
	width: 100%;
	height: 90px;
	line-height: 90px;
	font-size: 20px;
	color: #FFF;
	border: 1px solid #FFF;
}

.reservation__txt {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #FFF;
}

.reservation__txt a {
	color: #FFF;
	text-decoration: none;
}

.reservation__btn.sp {
	display: none;
}

.reservation__time {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
}



/* footer__map */
.footer__map {
	height: 500px;
}

.footer__map iframe {
	display: block;
	width: 100%;
	height: 500px;
}




/* footer */
.footer {
	width: 100%;
	height: auto;
	position: relative;
	padding: 130px 0;
}

.footer__upper {
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
}

.footer__upper-left {
	width: 40%;
}

.footer__logo {
	display: block;
	width: 250px;
	height: auto;
	margin-bottom: 30px;
}

.footer__txt {
	font-size: 13px;
}

.footer__nav {
	display: flex;
}

.footer__nav > li {
	margin-left: 50px;
}

.footer__nav > li > ul > li {
	line-height: 2.2;
}

.footer__nav > li > ul > li > a,
.footer__nav > li > ul > li > span {
	font-size: 13px;
	font-weight: 500;
}

.footer__nav > li > ul > li > ul > li > a {
	font-size: 12px;
}

.footer__nav > li > ul > li > ul > li > a:before {
	content: "-";
	margin-right: 5px;
}

.footer__copyright {
	margin: 50px 50px 0 50px;
	border-top: 0.5px solid #222;
	padding-top: 30px;
}






/******************************************************

タブレットの設定 960px~1199pxの場合に適用 

*******************************************************/

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

/* 全体の設定 */
body {
	max-width: 1199px;
	min-width: 100%;
	}
	
	
	
/* header */
.header {
	height: 80px;
}
	
.header__link {
	width: 199px;
	height: 30px;
	top: 25px;
}

.globalNav__item {
	margin-left: 20px;
}

.globalNav__link {
	font-size: 15px;
}

.globalNav__item:nth-of-type(2) {
	padding-right: 10px;
}

.globalNav__item:nth-of-type(2) .globalNav__link::before {
	right: -10px;
}

.globalNav__item:nth-of-type(2) .globalNav__link::after {
	right: -14px;
}

.globalNav__item:nth-of-type(6) .globalNav__link {
	width: 25px;
	height: 25px;
}

.globalNav__item:nth-of-type(7) .globalNav__link {
	width: 140px;
}

.globalNav__children-item-link {
	font-size: 15px;
}

.header.scroll .header__link {
	top: 25px;
}


	
	

}



/******************************************************

タブレットの設定 768px~959pxの場合に適用 

*******************************************************/

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

/* 全体の設定 */
body {
	max-width: 959px;
	min-width: 100%;
	}
	
	

/* header */
.globalNav {
	display: none;
}


	
	
/* footer__map */
.footer__map {
	display: block;
	height: auto;
}

.footer__map-left {
	width: 100%;
	height: 350px;
}
	
.footer__map-right {
	width: 100%;
	padding: 0 100px;
}

.footer__map-img {
	width: 100%;
	height: auto;
}
	
	
	
/* footer */
.footer__upper {
	padding: 0 50px;
	display: block;
	justify-content: space-between;
}

.footer__upper-left {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

.footer__logo {
	margin: 0 auto 30px auto;
}

.footer__txt {
	font-size: 13px;
}
		
.footer__upper-right {
	display: flex;
	justify-content: center;
}
	
.footer__nav > li:first-child {
	margin-left: 0;
}

.footer__nav {
	display: flex;
}

.footer__copyright {
	text-align: center;
}

	

}

	
/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

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

/* 全体の設定 */
body {
	max-width: 767px;
	font-size: 14px;
	}
	
.container {
    padding: 60px 0;
}

.pc {
	display: none;
	}

.sp {
	display: block;
	}

.wrapper,
.wrapper_small {
	width: calc(100% - 40px);
	}
	
.btn {
	width: 250px;
	height: 55px;
	line-height: 55px;
}
	
.h2 {
	font-size: 24px;
}

.h2__en {
	font-size: 14px;
	color: #ffaa00;
	display: block;
}


	
	
/* header */
.header {
	height: 60px;	
}
	
.header__link {
	width: 133px;
	height: 20px;
	top: 20px;
	left: 2%;
}
	
.header.scroll {
	height: 60px;
}

.header.scroll .header__link {
	top: 20px;
}
	
	
	
/* mv */
.mv {
	height: 300px;
}

.mv__h1 {
	font-size: 28px;
	text-shadow: 0 0 5px #222,0 0 5px #222;
}
	
	
	
/* reservation */
.reservation__h2 {
	color: #FFF;
	margin-bottom: 30px;
}

.reservation__box {
	display: block;
	margin-bottom: 20px;
}

.reservation__item {
	width: 100%;
	height: 55px;
	margin-bottom: 15px;
}

.reservation__btn {
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
}

.reservation__txt {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.reservation__btn.sp {
	display: block;
	margin-bottom: 15px;
}

.reservation__time {
	font-size: 16px;
}



/* footer__map */
.footer__map iframe {
	height: 300px;
}
	
	
	
/* footer */
.footer {
	padding: 50px 0;
}

.footer__upper {
	padding: 0 20px;
}
	
.footer__logo {
	width: 200px;
	margin-bottom: 20px;
}

.footer__txt {
	font-size: 12px;
}
	
.footer__upper-left {
	margin-bottom: 20px;
}
	
.footer__upper-right {
	display: none;
}

.footer__copyright {
	margin: 10px 20px;
	border-top: 0.5px solid #FFF;
	padding-top: 10px;
	font-size: 12px;
}
	


}