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

 2025.12.04

--------------------------------------------*/
/* Noto Sans Japanese */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* Futura PT */
 @import url("https://use.typekit.net/ohe4tfq.css");
/* Handel Gothic */
 @import url("https://use.typekit.net/fxr1hun.css");
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #222;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    transition: all .3s ease;
}
a.link {position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;}
input,
input[type="submit"],
input[type="button"],
button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	outline: none;
	color: #222;
	font-style: normal;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
   -webkit-appearance: none;
   appearance: none;
   border-radius: 0;
   color: #222;
}
select {
	font-family: "Noto Sans JP", sans-serif,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
	font-family: "Noto Sans JP", sans-serif,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
/*------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #222;
	font-style: normal;
	font-weight: 400;
	font-size: 62.5%;
	line-height: 1.7;
	font-family: "Noto Sans JP", sans-serif,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	-webkit-font-smoodting: antialiased;
	-moz-osx-font-smoodting: grayscale;
	word-break: break-all;
}
body {font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 1545)), 16px);line-height: 1.7;}
main {position: relative;z-index: 1;overflow: hidden;}
h2,h3,h4,h5,h6 {line-height: 1.4;}
p {font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 1545)), 16px);line-height: 1.7;}
ul,li,th,td,dt,dd,figcaption {line-height: 1.7;}
.FuturaPTM {font-family: "futura-pt", sans-serif;font-weight: 500;font-style: normal;}
.FuturaPTD {font-family: "futura-pt", sans-serif;font-weight: 600;font-style: normal;}
.SenobiBD {font-family: "senobi-gothic", sans-serif;font-weight: 700;font-style: normal;}
.HandelDM { font-family: "handel-gothic", sans-serif;font-weight: 500;font-style: normal;}
section {position: relative;z-index: 1;}
.blank {
	padding-top: clamp(70px, calc(70px + 80 * ((100vw - 375px) / 1545)), 150px);
	padding-bottom: clamp(70px, calc(70px + 80 * ((100vw - 375px) / 1545)), 150px);
}
.blank2 {padding-top: 30px;padding-bottom: clamp(50px, calc(50px + 50 * ((100vw - 375px) / 1545)), 100px);}
.inner {width: 90%;max-width: 1520px;margin: 0 auto;}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.title_common {position: relative;z-index: 1;margin-bottom: 10px;}
.title_common h2 {
	color: rgba(216, 226, 252, .3);
	font-weight: 500;
	font-size: clamp(55px, calc(55px + 105 * ((100vw - 375px) / 1545)), 160px);
	text-align: center;
}
.title_common .content {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;}
.title_common .content p {
	color: #F51E1E;
	font-weight: bold;
	font-size: clamp(18px, calc(18px + 12 * ((100vw - 375px) / 1545)), 30px);
	line-height: 1.4;
	text-align: center;
}
p.pr {
	margin-bottom:  clamp(30px, calc(30px + 20 * ((100vw - 375px) / 1545)), 50px);
	color: #00225F;
	font-weight: bold;
	font-size: clamp(14px, calc(14px + 6 * ((100vw - 375px) / 1545)), 20px);
	text-align: center;
}
a[href^="tel:"] {pointer-events: none;}
.pc,.pc2 {display: block;}
.sp,.sp2 {display: none;}
@media only screen and ( max-width : 1024px ) {
	.title_common h2 {font-size: 13vw;}
	.title_common .content p {font-size: 3.4vw;}
	.pc2 {display: none;}
	.sp2 {display: block;}
}
@media only screen and ( max-width : 767px ) {
	a[href^="tel:"] {pointer-events: visible;}
	.pc {display: none;}
	.sp {display: block;}
}
/*------------------------------------------------

    header

------------------------------------------------*/
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	right: clamp(20px, calc(20px + 40 * ((100vw - 375px) / 1545)), 60px);
	left: clamp(20px, calc(20px + 40 * ((100vw - 375px) / 1545)), 60px);
	z-index: 20;
	width: 80%;
	padding-right: 5vw;
	overflow: hidden;
	border: 5px solid #353F86;
	border-radius: clamp(10px, calc(10px + 10 * ((100vw - 375px) / 1545)), 20px);
	background: #fff;
}
header .logo {width: 23%;padding: 1.6vw 1.5vw;border-radius: clamp(5px, calc(5px + 5 * ((100vw - 375px) / 1545)), 10px);background: #fff;}
header nav ul {display: flex;justify-content: center;gap: 2.5vw;}
header nav ul li {line-height: 1;}
header nav ul li a {position: relative;font-weight: 600;font-size: .9vw;text-align: center;}
header nav ul li a.link-current {opacity: .5;}
header nav ul li a:hover {opacity: .5;}
header nav ul li a span {display: block;margin-bottom: 4px;color: #F51E1E;font-size: .85vw;letter-spacing: .1em;text-align: center;}
header nav .reservation {
	position: fixed;
	top: 0;
	right: 0;
	padding: 2vw 1.7vw;
	border-bottom-left-radius: clamp(20px, calc(20px + 20 * ((100vw - 375px) / 1545)), 40px);
	box-shadow: 0 3px 24px rgba(114, 100, 100, .4);
	background: linear-gradient(90deg, #F52F1E, #EF0040, #FF527B);
}
header nav .reservation a {border-bottom-left-radius: clamp(20px, calc(20px + 20 * ((100vw - 375px) / 1545)), 40px);}
header nav .reservation small {display: block;margin-bottom: 10px;color: #fff;font-weight: 500;font-size: .75vw;line-height: 1.1;text-align: center;}
header nav .reservation p {color: #fff;font-weight: 800;font-size: 1.88vw;line-height: 1.1;letter-spacing: -.04em;text-align: center;}
header nav .reservation p span {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: .5vw;
	margin-top: 15px;
	font-weight: 700;
	font-size: 1.25vw;
	letter-spacing: 0;
}
header nav .reservation p span img {width: 1.1em;}
header .hamburger {display: none;}
@media only screen and ( max-width : 1024px ) {
	header {width: auto;height: 70px;padding-left: 2px;}
	header .logo {width: 180px;padding: 15px 12px;}
	header .hamburger {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		z-index: 30;
		width: 43px;
		height: 43px;
		padding: 8px;
		border: none;
		border-radius: 5px;
		overflow: hidden;
		background: linear-gradient(90deg, #F52F1E, #EF0040, #FF527B);
		cursor: pointer;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}
	header .hamburger span {
		display: block;
		position: absolute;
		width: 24px;
		height: 2px;
		border-radius: 2px;
		background: #fff;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		transform-origin: center;
	}
	header .hamburger span:nth-child(1) {top: 12px;}
	header .hamburger span:nth-child(2) {top: 20px;}
	header .hamburger span:nth-child(3) {top: 28px;}
	header .hamburger.is-active span:nth-child(1) {transform: rotate(45deg) translate(6px, 5px);}
	header .hamburger.is-active span:nth-child(2) {opacity: 0;transform: translateX(20px);}
	header .hamburger.is-active span:nth-child(3) {transform: rotate(-45deg) translate(6px, -6px);}
	/* ナビゲーションメニュー */
	header nav {
		display: block;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 20;
		width: 80%;
		max-width: 320px;
		height: 100vh;
		padding: 80px 30px 30px;
		background: #fff;
		backdrop-filter: blur(20px);
		border-left: 1px solid rgba(48, 54, 61, 0.3);
		box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
		transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}
	header nav.is-active {right: 0;}
	header nav ul {display: block;position: initial;transform: none;}
	header nav ul li {
		margin-bottom: 20px;
		opacity: 0;
		transform: translateX(30px);
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}
	header nav.is-active ul li {opacity: 1;transform: translateX(0);}
	header nav.is-active ul li:nth-child(1) {transition-delay: .1s;}
	header nav.is-active ul li:nth-child(2) {transition-delay: .2s;}
	header nav.is-active ul li:nth-child(3) {transition-delay: .3s;}
	header nav.is-active ul li:nth-child(4) {transition-delay: .4s;}
	header nav.is-active ul li:nth-child(5) {transition-delay: .5s;}
	header nav.is-active ul li:nth-child(6) {transition-delay: .6s;}
	header nav.is-active ul li:nth-child(7) {transition-delay: .7s;}
	header nav ul li a {font-size: 1.6rem;text-align: left;}
	header nav ul li a span {font-size: 1.4rem;text-align: left;}
	header nav .reservation {
		opacity: 0;
		position: relative;
		transform: translateX(30px);
		max-width: 100%;
		border-radius: 20px;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}
	header nav.is-active .reservation {opacity: 1;transform: translateX(0);transition-delay: .8s;}
	header nav .reservation small {font-size: 1rem;}
	header nav .reservation p {font-size: 2.4rem;}
	header nav .reservation p span {font-size: 1.4rem;}
}
/*--------------------------------------------------

    footer

--------------------------------------------------*/
footer {padding: 35px 0 45px;background: #FF7272;}
footer ul {display: flex;justify-content: center;margin-bottom: 20px;}
footer ul li {font-weight: 500;}
footer ul li:nth-child(1) {margin-right: 30px;padding-right: 30px;border-right: 2px solid #222;}
footer small {
	display: block;
	font-weight: 500;
	font-size: clamp(10px, calc(10px + 3 * ((100vw - 375px) / 1545)), 13px);
	text-align: center;
}
/*--------------------------------------------------

　   back top

--------------------------------------------------*/
.wrapper {position: relative;}
.page_top {display: block;position: fixed;right: 2.7vw;z-index: 10;width: 6vw;}
@media only screen and ( max-width : 767px ) {
	.page_top {width: 30px;}
}