@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------------
  reset
---------------------------------------------------------------------------------------------------------- */
header img, img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
}
header img[src$=".svg"], img[src$=".svg"] {
	width: 100%;
	height: auto;
}
img {
  width: 100%;
}
ul {
	list-style: none;
}



/* ----------------------------------------------------------------------------------------------------------
	common
---------------------------------------------------------------------------------------------------------- */
/* --- fonts setting --- */
/*
@import url('https://fonts.googleapis.com/css?family=Muli:400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
*/

* {
  box-sizing: border-box;
}
header img {
	max-width: 100%;
	height: auto;
}
header, footer {
	width: 100%;
}
header a,
footer a {
	text-decoration:none;
	color: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
header, footer {
	/*width: 1100px;*/
	margin: 0 auto;
}
footer {
	width: 100%;
}
}/* PC End */



/* ----------------------------------------------------------------------------------------------------------
 header
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	height: 22vw;
	font-family: 'Muli','Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:#fff;
	font-size:10px;
	line-height:1.6;
	color:#1a1a1a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	min-width: 320px;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
header img {
	width: 100%;
}
header span {
  font-weight: normal;
}
header .headerInr {
	width: 100%;
	height: 22vw;
	z-index: 100;
	position: fixed;
	background: #fff;
}
header .headerInr.bgc {
	background: #e5e5e5;
	position: fixed;
	top: 0;
}
header h1 {
	width: 37.33333vw;
	height: 13.2vw;
	position: absolute;
	top: 4vw;
	left: 50%;
	margin: 0 0 0 -18.66667vw;
	z-index: 100;
  padding: 0;
}
header .btnLogin {
	width: 9.33333vw;
	height: 7.2vw;
	position: absolute;
	top: 7.2vw;
	right: 9.33333vw;
	z-index: 100;
}
header .btnReserve {
  display: none;
}
header .fixed {
	position: fixed;
}
#gnav {
	position: fixed;
	z-index: 99;
	width:100%;
}
#gnav .gnavInr {
	overflow-y: scroll;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #e5e5e5;
	padding-top: 22.4vw;
	-webkit-overflow-scrolling: touch;
}
#gnav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
	margin: 0 auto;
	/*border-bottom: 1px solid #5d5d5d;*/
}
#gnav ul li {
	width: 100%;
	height: 17.86667vw;
	border-top: 1px solid #5d5d5d;
	box-sizing: border-box;
	display: table;
}
#gnav ul li:nth-child(3),
#gnav ul li:nth-child(5),
#gnav ul li:nth-child(7),
#gnav ul li:nth-child(9) {
	border-right: 1px solid #5d5d5d;
}
#gnav ul li a {
	display: table-cell;
	vertical-align: middle;
	background: url("../../common/images/arrow.svg") 96% center / 2.13333vw 4.63773vw no-repeat;
	font-size: 5.33333vw;
	padding: 0 4.8vw;
	box-sizing: border-box;
	line-height: 1.2;
}
#gnav ul li:nth-child(n+3) {
  width: 50%;
}
#gnav ul li:nth-child(n+3) a {
	background: url("../../common/images/arrow.svg") 91% center / 2.13333vw 4.63773vw no-repeat;
}
#gnav ul li:nth-child(n+3) {
	background-position: 92% center;
	font-size: 4.53333vw;
}
#gnav ul li:nth-child(11),
#gnav ul li:nth-child(12) {
  width: 50%;
  padding: 5.33333vw 0;
}
#gnav ul li:nth-child(11) {
  text-align: right;
}

#gnav ul li:nth-child(11) a,
#gnav ul li:nth-child(12) a {
	background: none;
}
#gnav ul li:nth-child(11) a img,
#gnav ul li:nth-child(12) a img {  
  width: 13.33333vw;
}
#gnav ul li a p {
	display: inline-block;
	width: 29.6vw;
  font-size: 5.33333vw;
  margin-bottom: 0;
  line-height: 1.2;
}
#gnav ul li a span {
	display: inline-block;
	font-size: 3.6vw;
}
#gnav ul li:nth-child(n+3) span {
	display: block;
	padding-left: 0;
	font-size: 2.66667vw;
}
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.menuBtn {
	position: absolute;
	top:8.26667vw;
	left: 9.33333vw;
	width: 7.86667vw;
	height: 6.66667vw;
	z-index: 100;
	display: block !important;
}

/* --- trigger --- */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 7.86667vw;
  height: 6.66667vw;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 3.06667vw;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
	width: 74%;
}
.menu-trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  transition: all .4s;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
}
#snsBtn {
  display: none;
}



/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
header {
	width: 1100px;
	position: relative;
	height: 200px;
}
header img {
	width: 100%;
}
header .headerInr {
	width: 1100px;
	height: 140px;
	z-index: 100;
	position: static;
	background: #fff;
}
header h1 {
	position: absolute;
	width: 170px;
	height: 60px;
	top: 45px;
	left: 50%;
	margin: 0 0 0 -85px;
	z-index: 100;
}
header .btnLogin {
	position: absolute;
	width: 62px;
	height: 48px;
	top: 52px;
	right: 40px;
	z-index: 100;
}
header .btnReserve {
  display: block;
	position: absolute;
	width: 120px;
	height: 50px;
	top: 50px;
	right: 137px;
	z-index: 100;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
}
header .btnReserve span {
  display: block;
  font-size: 11px;
}
header .btnReserve a {
  display: block;
	height: 50px;
  padding: 9px 0 0;
  color: #fff;
  background: #999;
}
header .btnLogin a:hover, header .btnReserve a:hover {
	opacity: 0.7;
}
#gnav {
	position: absolute;
	top: 140px;
	left: 0;
	width: 940px;
	height: 60px;
}
.menuBtn {
	display: none !important;
}
#gnav .gnavInr {
	display: block !important;
	position: inherit;
	overflow-y: inherit;
	background: #fff;
	width: 1100px;
	height: 60px;
	padding: 0;
}
#gnav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:1100px;
	border: none;
}
#gnav ul li {
	height: 60px;
	box-sizing: border-box;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
}
#gnav ul li:nth-child(3),
#gnav ul li:nth-child(5),
#gnav ul li:nth-child(7),
#gnav ul li:nth-child(9) {
	border-right: none;
}
#gnav ul li a {
	display: block;
	vertical-align: inherit;
	background: none;
  background-image: none;
	font-size: 21px !important;
	padding: 15px 0 0;
	height: 60px;
	box-sizing: border-box;
	line-height: 1.2;
	color: #231815;
	text-align: center;
}
#gnav ul li a p {
	font-size: 21px !important;
  text-align: inherit;
  line-height: inherit;
}
#gnav ul li:nth-child(n+3) a {
	background: none;
}
#gnav ul li a p {
	display: block;
	width: auto;
  margin-bottom: 0;
}
#gnav ul li a span {
	display: none;
	font-size: 11px !important;
}
#gnav ul li:nth-child(3) a span,
#gnav ul li:nth-child(4) a span,
#gnav ul li:nth-child(5) a span,
#gnav ul li:nth-child(6) a span,
#gnav ul li:nth-child(7) a span,
#gnav ul li:nth-child(8) a span {
	display: none;
	font-size: 11px !important;
}
#gnav ul li:nth-child(n+9) {
  display: none;
}
#gnav ul li a:hover span {
	display: block;
	padding: 0;
}
#gnav ul li a:hover {
	opacity: 0.7;
}
#gnav ul li:nth-child(1) {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
	width: 132px;
}
#gnav ul li:nth-child(2) {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:1;
	width: 147px;
}
#gnav ul li:nth-child(3) {
  -webkit-box-ordinal-group:3;
  -ms-flex-order:3;
  -webkit-order:3;
  order:3;
	width: 106px;
}
#gnav ul li:nth-child(4) {
  -webkit-box-ordinal-group:4;
  -ms-flex-order:4;
  -webkit-order:4;
  order:4;
	width: 129px;
}
#gnav ul li:nth-child(5) {
  -webkit-box-ordinal-group:5;
  -ms-flex-order:5;
  -webkit-order:5;
  order:5;
	width: 192px;
}
#gnav ul li:nth-child(6) {
  -webkit-box-ordinal-group:6;
  -ms-flex-order:6;
  -webkit-order:6;
  order:6;
	width: 156px;
}
#gnav ul li:nth-child(7) {
  -webkit-box-ordinal-group:7;
  -ms-flex-order:7;
  -webkit-order:7;
  order:7;
	width: 111px;
}
#gnav ul li:nth-child(8) {
  -webkit-box-ordinal-group:8;
  -ms-flex-order:8;
  -webkit-order:8;
  order:8;
	width: 127px;
}
#snsBtn {
  position: absolute;
  width: 90px;
  height: 35px;
  top: 55px;
  left: 30px;
  display: block;
}
#snsBtn:after {
	content: "";
	display: block;
	clear: both;
}
#snsBtn div {
  width: 35px;
  float: left;
}
#snsBtn div:last-child {
  float: right;
}
#snsBtn div a:hover {
	opacity: 0.7;
}


/* header small */
header#header_s {
	width: 940px;
}
header#header_s .headerInr {
  width: 940px;
}
header#header_s #gnav .gnavInr {
  width: 940px;
}
header#header_s #gnav ul {
  width: 940px;
}
header#header_s #gnav ul li:nth-child(1) {
	width: 114px;
}
header#header_s #gnav ul li:nth-child(2) {
	width: 128px;
}
header#header_s #gnav ul li:nth-child(3) {
	width: 90px;
}
header#header_s #gnav ul li:nth-child(4) {
	width: 122px;
}
header#header_s #gnav ul li:nth-child(5) {
	width: 184px;
}
header#header_s #gnav ul li:nth-child(6) {
	width: 124px;
}
header#header_s #gnav ul li:nth-child(7) {
	width: 90px;
}
header#header_s #gnav ul li:nth-child(8) {
	width: 88px;
}


}/* PC End */



/* ----------------------------------------------------------------------------------------------------------
 footer
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
footer {
	background: #000;
	padding: 8vw 5.33333vw 6vw;
	box-sizing: border-box;
	font-family: 'Muli','Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10px;
	line-height:1.6;
	color:#1a1a1a;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	min-width: 320px;
	position:relative;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
footer ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
	margin: 0 auto;
}
footer ul li {
	position: relative;
}
footer ul li:before {
	content: "";
	width:1px;
	height: 3.33333vw;
	border-right: 1px solid #fff;
	position: absolute;
	right: 0;
	top: 1vw;
}
footer ul li:last-child:before {
	border-right: none;
}
footer ul li a {
	color: #fff;
	font-size: 3.33333vw;
	padding: 4px 0.6em;
}
footer p {
	text-align: center;
	font-size: 3.33333vw;
	padding: 3.73333vw 0 0;
	color: #fff;
}


/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
footer {
	background: #000;
	padding: 30px 0 136px;
	box-sizing: border-box;
}
footer ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	justify-content:center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
	margin: 0 auto;
}
footer ul li {
	position: relative;
}
footer ul li:before {
	content: "";
	width:1px;
	height: 12px;
	border-right: 1px solid #fff;
	position: absolute;
	right: 0;
	top: 3px;
}
footer ul li:last-child:before {
	border-right: none;
}
footer ul li a {
	color: #fff;
	font-size: 12px;
	padding: 4px 0.6em;
}
footer ul li a:hover {
	text-decoration: underline;
	opacity: 0.7;
}
footer p {
	text-align: center;
	font-size: 12px;
	padding: 15px 0 0;
	color: #fff;
  margin-bottom: 0;
}


/* footer small */
footer#footer_s {
}
footer#footer_s ul {
  width: 660px;
}

}/* PC End */



/* ----------------------------------------------------------------------------------------------------------
 Pagetop
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
@media print, screen and (max-width: 767.999px) {
#pagetop {
	display: none !important;
}
}

/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#pagetop {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index:10;
	width: 80px;
	height: 80px;
	cursor: pointer;
	opacity: 0.94;
}
#pagetop img {
	width: 100%;
}
#pagetop:hover {
	opacity: 0.7;
}
}/* PC End */



/* ----------------------------------------------------------------------------------------------------------
 Layout
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
.pc {display:none !important;}
.tb {display:none !important;}
.sp {display:block !important;}
.pctb {display:none !important;}
.tbsp {display:block !important;}
.pcsp {display:block !important;}
.alpha {opacity:1;}


/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
.pc {display:block !important;}
.tb {display:none !important;}
.sp {display:none !important;}
.pctb {display:block !important;}
.tbsp {display:none !important;}
.pcsp {display:block !important;}

}/* PC End */



/* ----------------------------------------------------------------------------------------------------------
 #errorPage
---------------------------------------------------------------------------------------------------------- */

/* smartphone
------------------------------------------------------------*/
#errorPage {
  text-align: center;
  padding: 26.66667vw 2.66667vw 13.33333vw;
  box-sizing: border-box;
}
#errorPage .errorTitle {
  font-size: 6.66667vw;
  font-weight: 700;
  line-height: 1.4;
}
#errorPage .errorText {
  font-size: 4vw;
  padding: 8vw 0  13.33333vw;
}
#errorPage ul.errorBtn {
 width: 81.33333vw;
 margin: 0 auto 12vw;
}
#errorPage ul.errorBtn li {
  width: 100%;
  margin-bottom: 4vw;
}
#errorPage ul.errorBtn li a {
  display: block;
  width: 81.33333vw;
  height: 16vw;
  border: 1px solid #000;
  text-align: center;
  line-height: 16vw;
  font-size: 6.66667vw;
  font-weight: 400;
  color: #000;
  background: url(../../common/images/arrow.svg) 92% center / 1.06667vw 2.66667vw no-repeat;
  margin: 0 auto;
  box-sizing: border-box;
}
#errorPage ul.errorBtn li a span {
    display: inline-block;
    font-size: 4vw;
    padding-left: 1em;
}


/* PC
------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
#errorPage {
  padding: 124px 30px 90px;
}
#errorPage .errorTitle {
  font-size: 40px;
}
#errorPage .errorText {
  font-size: 20px;
  padding: 32px 0  44px;
}
#errorPage ul.errorBtn {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 750px;
  margin: 0 auto 100px;
}
#errorPage ul.errorBtn li {
  width: 350px;
  margin-bottom: 0;
}
#errorPage ul.errorBtn li a {
  display: block;
  width: 350px;
  height: 80px;
  border: 1px solid #000;
  text-align: center;
  line-height: 80px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  background: url(../../common/images/arrow.svg) 92% center / 5px 12px no-repeat;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#errorPage ul.errorBtn li a span {
    display: inline-block;
    font-size: 15px;
    padding-left: 1em;
}
}/* PC End */
