@charset "UTF-8";

/* reset */

html, body, div, span, iframe,p,
h1,h2,h3,h4,h5,h6,
a, em, font, img, strong, sub, sup,
dl, dt, dd, ol, ul, li, fieldset,
label, table, caption, tr, th, td {
	text-align: left;
	line-height: 1;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	list-style:none;
	text-decoration: none;
}

html {
	font-size: 62.5%; /* -> 10px */ 
*	scroll-padding-top: 62px;
}

img {
	max-width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix { zoom: 1; }


* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}



body {
	color: #000;
	font-size: 1.4rem;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "Yu Gothic", sans-serif;
	font-weight: 400;
}

strong { font-weight: 500; }



/* -----　ヘッダー　-------------------------- */


header {
	position: fixed !important;
	width: calc(100% - 18px);
	margin: -86px 9px 12px;
	padding: 0;
	background: #fff;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	border-radius: 0 0 41px 41px;
	z-index:100; 
}

header #wrap {
	width: 100%;
	margin: 0;
	padding: 0 4px 4px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-radius: 0 0 36px 36px;
}

header #wrap .navArea {
	width: 100%;
	padding: 18px 26px 20px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-radius: 0 0 31px 31px;
}

#hdNavArea > li:nth-child(1) img { width: 100px; }


header nav {
	margin: 20px 0 0;
	font-family: 'Oswald';
	z-index: 100;
}



/* 外国語ボタン */
header nav .lang {
	position: relative;
	width: 90px;
	margin: 0 0 26px auto;
}

header nav .lang > label {
	display: block;
	width: 100%;
	color: #000;
	font-family: "Oswald";
	font-size: 1.4rem;
	font-weight: 400;
	text-align: right;
	letter-spacing: 0.35px;
	cursor: pointer;
}

/* 矢印回転（JSで作動） */
header nav .lang .rotate_arw {
	display: inline-block;
	font-size: 0.8rem;
	margin: 0 0 0 8px;
	padding: 1px;
	transition: 0.5s;
	transform: rotate(180deg);
}
header nav .lang .rotate_arw.openLang {
	transform: rotate(0deg);
}

header nav .lang ul {
	position:absolute;
	width: 90px;
	top: 23px;
	left: 0;
	z-index: 1;
	transition: 0.5s;
}
header nav .lang ul li {
	height: 0;
	overflow: hidden;
	background: #fff;
	float: none;
	transition: 0.5s;
}
header nav .lang ul li:first-child {
	border-radius: 2px 2px 0 0;
}
header nav .lang ul li:last-child {
	border-radius: 0 0 2px 2px;
}
header nav .lang ul li a {
	display:block;
	width:100%;
	height: auto;
	color: #000;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	padding: 8px 5px;
}
header nav .lang ul li a:hover {
	color: #fff;
	background: #000;
}

header nav .lang #langToggle {
	display: none;
}

header nav .lang #langToggle:checked + #lang_nav {
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}
header nav .lang #langToggle:checked + #lang_nav > li {
	height: 30px;
	overflow: visible;
}


#hdNavArea li nav .gNav li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 2px;
	border-bottom: 2px solid #000;
}
#hdNavArea li nav .gNav li:first-child a {
	border-top: 2px solid #000;
}

#hdNavArea li nav .gNav li a span {
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.4px;
}
#hdNavArea li nav .gNav li a span.useSP {
	color: #000;
	font-family: 'Oswald';
	font-size: 1.2rem;
	font-weight: 400;
}


#hdNavArea li nav .gNav li.sp_caution a {
	display: inline-block;
	color: #000;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 20px 2px;
	border-bottom: none;
}

#hdNavArea li nav .gNav li.sp_rev {
	display: flex;
	justify-content: space-between;
}

#hdNavArea li nav .gNav li.sp_rev a {
	display: block;
	width: 46%;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.8px;
	margin: 12px 0 8px;
	padding: 10px 0 8px;
	border-bottom: none;
	border: 2px solid #000;
	border-radius: 8px;
	transition:0.5s;
}
#hdNavArea li nav .gNav li.sp_rev a span {
	font-family: 'Oswald';
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

#hdNavArea li nav .gNav li.sp_rev a.btBooking {
	color: #fff;
	background: #000;
}
#hdNavArea li nav .gNav li.sp_rev a.btBooking span {
	color: #fff;
}

#hdNavArea li nav .gNav li.sp_rev a.bt_Confirm {
	color: #000;
	background: #fff;
}
#hdNavArea li nav .gNav li.sp_rev a.bt_Confirm span {
	color: #000;
}



/* toggle スイッチ ---------------------------------- */

#navToggle {
	position: fixed;
	top: 18px;
	right: 48px;
	width: 30px;
	text-align: center;
	padding: 10px 0;
	background: none;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 999;
}

#navToggle div {
	position:relative;
	margin-bottom:10px;
}

#navToggle div span {
	display: block;
	position: absolute;
	width:100%;
	border-bottom: solid 2px #000;
	transition: .35s ease-in-out;
}

#navToggle div span:nth-child(1) { top:0; }
#navToggle div span:nth-child(2) { top:6px; }

/* Click Toggle(Button) */
.openNav #navToggle span.menu { display:none; }
.openNav #navToggle div span:nth-child(1) {
	top: 2px;
	border-bottom:solid 2px #000;
	transform:rotate(20deg);
}
.openNav #navToggle div span:nth-child(2) {
	top: 2px;
	border-bottom:solid 2px #000;
	transform:rotate(-20deg);
}




/* コンテンツ ---------------------------------- */

#fstBl { margin: 95px 15px 36px; }

section .inner {
	width: 100%;
	font-size: 1.4rem;
	line-height: 26px;
	margin: 0;
	padding: 0;
	border: 2px solid #000;
	border-radius: 31px;
}




/* ----- タイトル -------------------------- */

/* 2026.05 改修時追加（タイトル用） */

.h2njp {
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
	letter-spacing: 0.6px;
}

.h2njp13 {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 26px;
}

.h2njp20 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 34px;
}




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



.h1jp {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 35px;
}

.h2jp {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 32px;
}

.h3jp {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 26px;
}

.h4jp {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 26px;
}


.h1en {
	font-family: 'Oswald';
	font-size: 6.4rem;
	font-weight: 500;
	line-height: 76px;
}

.h2en {
	font-family: 'Oswald';
	font-size: 4.8rem;
	font-weight: 500;
	line-height: 53px;
}

.h3en {
	font-family: 'Oswald';
	font-size: 4rem;
	font-weight: 500;
	line-height: 53px;
}

.h3en a,
.h3en a:hover,
.h3en a:active,
.h3en a:visited{
	color:#000;
	text-decoration: none;
}

.h4en {
	font-family: 'Oswald';
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 47px;
}

.h5en {
	font-family: 'Oswald';
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 36px;
}

.h6en {
	font-family: 'Oswald';
	font-size: 2rem;
	font-weight: 400;
	line-height: 30px;
}


p.sholder {
	font-family: 'Oswald';
	font-size:2.4rem;
	font-weight: 500;
	line-height: 36px;
}




/* BOOKING ---------------------------------- */

#bookingBl { position: relative; }

#bookingBl ul {
	position: fixed;
	right: 10px;
	bottom: 27px;
	z-index: 99;
}

#bookingBl ul li { text-align: center; }
#bookingBl ul li:nth-child(1) img {
	width: 80px;
	margin: 0;
*	width: 90px;
*	margin: 0 0 14px;
}
#bookingBl ul li:nth-child(2) img { width: 80px; }

.booking_bt{ transition: 0.3s; }
.booking_bt:hover{ transform: rotate(360deg); }





/* -------------------------------------------------------------
　パンくず
------------------------------------------------------------- */

#bread_crumb {
	padding: 6px 15px;
	background: #797979;
}

#bread_crumb ul {
	line-height: 1.2;
	padding: 1px 0 3px;
}
#bread_crumb ul li {
	display: contents;
	font-size: 10px;
}

#bread_crumb ul li a {
	color: #fff;
	line-height: 1.2;
}

#bread_crumb ul li:after {/* >を表示*/
	content: '>';
	color: #fff;
	padding: 0 0.5em;
}

#bread_crumb ul li:last-child:after {
	content: '';
}





/* -----　フッター　-------------------------- */

footer {
	width: 100%;
	color: #fff;
	margin: 0;
	padding: 50px 10px 35px;
	background: #333;
}

footer .inner { margin: 0 36px; }

footer .navBl > li:nth-child(1) img { margin: 0 0 24px; }

footer .snsBl { margin: 0 0 24px; }
footer .snsBl a {
	display: inline-block;
	margin: 0 16px 0 0;
}

footer .fNav { margin: 0 0 90px; }
footer .fNav li a {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	margin: 0 0 16px;
}






.useSP { display: inline; }
.usePC { display: none; }








/*media Queries PC
----------------------------------------------------*/
@media print, screen and (min-width:768px) {

body { font-size: 1.6rem; }


/* -----　ヘッダー　-------------------------- */

header { border-radius: 0 0 64px 64px; }

header #wrap { border-radius: 0 0 57px 57px; }

header #wrap .navArea { border-radius: 0 0 50px 50px; }





/* コンテンツ ---------------------------------- */

section .inner { border-radius: 50px; }


/* ----- タイトル -------------------------- */

/* 2026.05 改修時追加（タイトル用） */
.h2njp {
	font-size: 1.4rem;
	line-height: 32px;
	letter-spacing: 1.4px;
}

.h2njp13 {
	font-size: 1.6rem;
	line-height: 26px;
}

.h2njp20 {
	font-size: 2.8rem;
	line-height: 48px;
}






.h1jp {
	font-size: 2.8rem;
	line-height: 48px;
}


.h1en {
	font-size: 9rem;
	line-height: 133px;
}

.h2en {
	font-size: 6.4rem;
	line-height: 74px;
}

.h3en {
	font-size: 5rem;
	line-height: 74px;
}

.h4en {
	font-size: 4rem;
	line-height: 60px;
}

.h5en {
	font-size: 2.8rem;
	line-height: 41px;
}






/* -----　フッター　-------------------------- */

footer {
	padding: 50px 20px;
}

footer .inner {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 10px;
}

footer .navBl { display: table; }

footer .navBl > li {
	display: table-cell;
	vertical-align: top;
	padding: 0;
}

footer .navBl > li:nth-child(1) img {
	width: 194px;
	margin: 0 96px 0 0;
}

footer .snsBl { margin: 0 0 30px; }

footer .fNav {
	display: flex;
	flex-wrap: wrap;
	max-width: 680px;
	margin: 0;
}
footer .fNav li { padding-right: 40px; }
footer .fNav li a { font-size: 1.3rem; }


footer #toTop a { display: none; }


.useSP { display: none; }
.usePC { display: inline; }



#hdNavArea .useSP { display: inline; }
#hdNavArea .usePC { display: none; }



}/* media Queries 768 */







/*media Queries PC
----------------------------------------------------*/
@media print, screen and (min-width:1024px) {


/* -----　ヘッダー　-------------------------- */

header {
	width: 100%;
	max-width: 1288px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: -2px auto 12px;
}

header #wrap {
	padding: 0 6px 6px;
}

header #wrap .navArea {
	height: 80px;
	padding: 17px 56px 0;
    padding: 10px 26px;
}

#bookingBl ul li:nth-child(1) img { width: 126px; }
#bookingBl ul li:nth-child(2) img { width: 128px; }

#hdNavArea > li:nth-child(1) img { width: auto; }

#hdNavArea {
	display: table;
	width: 100%;
}
#hdNavArea > li {
	display: table-cell;
	vertical-align: middle;
}
#hdNavArea li nav {
	margin: 0;
	float: right;
}



#hdNavArea li.usePC{
	width: 90px;
}


#hdNavArea li nav .gNav {
	display: table;
	display: flex;
	width: 100%;
*	max-width: 740px;
}
#hdNavArea li nav .gNav li {
	padding: 7px 0 0 15px;
}


#hdNavArea li nav .gNav li a {
	display: inline-block;
	position: relative;
	font-size: 1.8rem;
	white-space: nowrap;
	padding: 0;
	border-bottom: none;
	transition:0.5s;
}
#hdNavArea li nav .gNav li:first-child a {
	border-top: none;
}

#hdNavArea li nav .gNav li a::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: rgba(0, 0, 0, 0.5);
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .5s;
}
#hdNavArea li nav .gNav li a:hover {
	color: rgba(0,0,0,0.5);
	transition:0.5s;
}
#hdNavArea li nav .gNav li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

#hdNavArea li nav .gNav li a span {
	font-size: 1.4rem;
	letter-spacing: 0;
}

#hdNavArea li nav .gNav li a:hover span {
	color: rgba(0,0,0,0.5);
}

#hdNavArea li nav .gNav li a.btBooking {
	font-size: 1.6rem;
	font-weight: 300;
	margin: 0;
	padding: 8px 12px;
}
#hdNavArea li nav .gNav li a.btBooking::after { height: 0; }
#hdNavArea li nav .gNav li a.btBooking:hover {
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,0.5);
	transition:0.5s;
}






/*0216追加*/

.h5en{
	line-height: 26px;
}

a.btBooking.openBooking.closeNav.cboxElement{
	color: rgba(255,255,255,1);
    margin: 30px 0;
    padding: 12px 0;
    background: rgba(0,0,0,1);
    border-radius: 8px;
    border-bottom: none;
    transition: 0.5s;
	display: table-cell;
	text-align: center;
	font-size: 14px;
	font-family: "oswald";
	min-width: 70px;
}

a.btBooking.openBooking.closeNav.cboxElement:hover{
	color: rgba(255,255,255,1);
    background: rgba(0,0,0,0.5);
    transition: 0.5s;
}

a.btBooking.openBooking.closeNav.cboxElement span{
	font-size: 10px;
}

#hdNavArea {
    border-collapse: separate;
    border-spacing: 10px 0;
}



/* 外国語ボタン */
header nav .lang {
	margin: 0 0 8px auto;
}




/* SPグローバルナビ */
#navToggle { display: none; }



#hdNavArea li nav .gNav li.sp_rev,
#hdNavArea li.useSP,
#hdNavArea .useSP { display: none; }
#hdNavArea li.usePC { display: table-cell; }








/* -------------------------------------------------------------
　パンくず
------------------------------------------------------------- */

#bread_crumb {
	padding: 5px 25px;
}

#bread_crumb ul {
	max-width: 1270px;
	line-height: 1.8;
	margin: 0 auto;
	padding: 0 0 2px;
}
#bread_crumb ul li{
	font-size: 12px;
}




}/* media Queries 1024 */






/*media Queries PC
----------------------------------------------------*/
@media print, screen and (min-width:1200px) {


a.btBooking.openBooking.closeNav.cboxElement{
	font-size: 16px;
	padding: 12px;
}
#hdNavArea li nav .gNav li {
	padding: 7px 0 0 30px;
}

#hdNavArea li nav .gNav li a{
*	font-size: 18px;
}
#hdNavArea li.usePC{
	width: 110px;
}

}


/*media Queries PC
----------------------------------------------------*/
@media print, screen and (min-width:1280px) {

/* -----　フッター　-------------------------- */

footer { padding: 50px 0; }



}/* media Queries 1280 */





