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


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

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

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

/* 全体の設定 */

html {
	color: #15171c;
	scroll-behavior: smooth;
	}

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

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

p {
	color: #15171c;
	line-height: 1.8;
	}

img {
	border: none;
	max-width: 100%;
	height: auto;
	display: block;
	}

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

.h2 {
	font-size: 44px;
	font-weight: 900;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #1a2a5e;
	text-align: center;
	letter-spacing: 0.04em;
	line-height: 1.25;
	margin-bottom: 60px;
	}

.btn {
	display: block;
	width: 300px;
	height: 70px;
	line-height: 70px;
	border: 1px solid #1a2a5e;
	border-radius: 0;
	position: relative;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 700;
	padding-left: 30px;
	transition: .2s;
	background-color: #FFF;
	color: #1a2a5e;
	}

.btn::after {
	display: inline-block;
	content: "";
	width: 24px;
	height: 2px;
	background: #1a2a5e;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 24px;
	margin: auto;
	transition: .2s;
	}

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

.btn:hover::after {
	background: #f5cd1a;
	}



/* header */
.header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	background: rgba(255,255,255,0.96);
	border-bottom: 1px solid #e5e7eb;
	transition: .2s;
	}

.header.scroll {
	background: rgba(255,255,255,1);
	box-shadow: 0 2px 12px rgba(0,0,0,0.06);
	}

.header__link {
	display: block;
	width: 160px;
	height: 50px;
	position: absolute;
	left: 24px;
	top: 15px;
	background-image: url("/y-piece/img/common/logo_ypiece.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	transition: .2s;
	}

.header__link:hover {
	opacity: .7;
	}


/* globalNav */
.globalNav {
	position: absolute;
	right: 24px;
	top: 0;
	height: 80px;
	}

.globalNav__box {
	display: flex;
	align-items: center;
	height: 80px;
	gap: 28px;
	}

.globalNav__item {
	height: 80px;
	display: flex;
	align-items: center;
	}

.globalNav__link {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #3a3f4b;
	letter-spacing: 0.04em;
	transition: .2s;
	position: relative;
	}

.globalNav__link:hover,
.globalNav__link.current {
	color: #1a2a5e;
	}

.globalNav__contact {
	background: #1a2a5e;
	color: #FFF !important;
	padding: 12px 22px;
	font-weight: 700;
	letter-spacing: 0.06em;
	}

.globalNav__contact:hover {
	background: #121f47;
	color: #FFF !important;
	}

.globalNav__tel {
	font-family: "Oswald", sans-serif !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	color: #1a2a5e !important;
	letter-spacing: 0.04em !important;
	display: flex !important;
	align-items: center;
	gap: 6px;
	}

.globalNav__tel::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='#1a2a5e'%3E%3Cpath%20d='M6.62%2010.79c1.44%202.83%203.76%205.14%206.59%206.59l2.2-2.2c.27-.27.67-.36%201.02-.24%201.12.37%202.33.57%203.57.57.55%200%201%20.45%201%201V20c0%20.55-.45%201-1%201-9.39%200-17-7.61-17-17%200-.55.45-1%201-1h3.5c.55%200%201%20.45%201%201%200%201.25.2%202.45.57%203.57.11.35.03.74-.25%201.02l-2.2%202.2z'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	}

.globalNav__tel:hover {
	color: #e6b800 !important;
	}

.globalNav__tel:hover::before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='#e6b800'%3E%3Cpath%20d='M6.62%2010.79c1.44%202.83%203.76%205.14%206.59%206.59l2.2-2.2c.27-.27.67-.36%201.02-.24%201.12.37%202.33.57%203.57.57.55%200%201%20.45%201%201V20c0%20.55-.45%201-1%201-9.39%200-17-7.61-17-17%200-.55.45-1%201-1h3.5c.55%200%201%20.45%201%201%200%201.25.2%202.45.57%203.57.11.35.03.74-.25%201.02l-2.2%202.2z'/%3E%3C/svg%3E");
	}



/* scrollDown */
.scrollDown {
	position: absolute;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
	z-index: 5;
	color: #FFF;
	font-family: "Oswald", sans-serif;
	font-size: 11px;
	letter-spacing: 0.24em;
	text-align: center;
	}

.scrollDown span {
	display: block;
	margin-bottom: 8px;
	}

.scrollDown__frame {
	width: 1px;
	height: 36px;
	background: rgba(255,255,255,0.4);
	margin: 0 auto;
	animation: scrollPulse 2s ease-in-out infinite;
	transform-origin: top;
	}

@keyframes scrollPulse {
	0%, 100% { transform: scaleY(0.4); opacity: 0.4; }
	50%      { transform: scaleY(1);   opacity: 1; }
	}



/* pageHead */
.pageHead {
	padding: 160px 0 80px;
	background: #f7f8fa;
	border-bottom: 1px solid #e5e7eb;
	}

.pageHead__wrapper {
	text-align: center;
	}

.pageHead__num {
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.2em;
	color: #e6b800;
	margin-bottom: 8px;
	}

.pageHead__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #1a2a5e;
	margin-bottom: 18px;
	}

.pageHead__eyebrow::before {
	content: "";
	width: 32px;
	height: 2px;
	background: #f5cd1a;
	}

.pageHead__h1 {
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: 44px;
	color: #1a2a5e;
	letter-spacing: 0.04em;
	line-height: 1.25;
	margin-bottom: 24px;
	}

.pageHead__txt {
	font-size: 15px;
	line-height: 2;
	color: #3a3f4b;
	}



/* reservation (footer先頭の予約・問い合わせ誘導) */
.reservation {
	padding: 80px 0;
	background: #0a1330;
	color: #FFF;
	}

.reservation__wrapper {
	display: flex;
	align-items: center;
	gap: 60px;
	}

.reservation__left {
	flex: 1;
	}

.reservation__h2 {
	color: #FFF;
	text-align: left;
	margin-bottom: 24px;
	font-size: 36px;
	}

.reservation__txt {
	color: rgba(255,255,255,0.85);
	font-size: 15px;
	line-height: 2;
	}

.reservation__right {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
	}

.reservation__btn {
	display: block;
	padding: 20px 28px;
	transition: .2s;
	border: 2px solid transparent;
	}

.reservation__btn--tel {
	background: #FFF;
	}

.reservation__btn--tel .reservation__btn-left {
	font-family: "Oswald", sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #1a2a5e;
	letter-spacing: 0.04em;
	margin-bottom: 4px;
	}

.reservation__btn--tel .reservation__btn-right {
	font-size: 13px;
	color: #6b7280;
	letter-spacing: 0.04em;
	}

.reservation__btn--form {
	background: #f5cd1a;
	}

.reservation__btn--form:hover {
	background: #fdd732;
	}

.reservation__btn--form .reservation__btn-left {
	font-size: 20px;
	font-weight: 700;
	color: #1a2a5e;
	margin-bottom: 4px;
	}

.reservation__btn--form .reservation__btn-right {
	font-size: 13px;
	color: #1a2a5e;
	letter-spacing: 0.04em;
	}



/* bnr (協賛・運営会社バナー帯) */
.bnr {
	padding: 60px 0;
	background: #FFF;
	}

.bnr__box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
	}

.bnr__item {
	}

.bnr__link {
	display: block;
	transition: .2s;
	}

.bnr__link:hover {
	opacity: .7;
	}

.bnr__img {
	height: 56px;
	width: auto;
	}



/* footer */
.footer {
	background: #121f47;
	color: rgba(255,255,255,0.85);
	padding: 56px 0 0;
	}

.footer__upper {
	max-width: none;
	width: 100%;
	margin: 0 auto;
	display: flex;
	gap: 48px;
	padding: 0 64px 40px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	}

.footer__upper-left {
	width: 35%;
	}

.footer__logo {
	background: transparent;
	padding: 0;
	height: 56px;
	width: auto;
	margin-bottom: 20px;
	}

.footer__txt {
	font-size: 13px;
	line-height: 1.85;
	color: rgba(255,255,255,0.65);
	}

.footer__upper-right {
	flex: 1;
	}

.footer__nav {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
	}

.footer__nav-item {
	flex: 1;
	min-width: 140px;
	}

.footer__nav-item ul li {
	margin-bottom: 6px;
	}

.footer__nav-item a {
	display: block;
	font-size: 13px;
	color: rgba(255,255,255,0.75);
	transition: .2s;
	}

.footer__nav-item a:hover {
	color: #f5cd1a;
	}

.footer__nav-item ul ul {
	margin-top: 6px;
	margin-left: 12px;
	border-left: 1px solid rgba(255,255,255,0.15);
	padding-left: 12px;
	}

.footer__nav-item ul ul li a {
	font-size: 12px;
	color: rgba(255,255,255,0.55);
	}

.footer__lower {
	max-width: none;
	width: 100%;
	margin: 0 auto;
	padding: 24px 64px;
	}

.footer__copyright {
	font-size: 12px;
	color: rgba(255,255,255,0.5);
	letter-spacing: 0.04em;
	}



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

タブレット 768〜1199px

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

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

body {
	min-width: 0;
	}

.container {
	padding: 80px 0;
	}

.h2 {
	font-size: 36px;
	margin-bottom: 48px;
	}

.globalNav {
	display: none;
	}

.sideNav {
	display: none;
	}

.pageHead {
	padding: 120px 0 60px;
	}

.pageHead__h1 {
	font-size: 36px;
	}

.reservation__wrapper {
	flex-direction: column;
	gap: 32px;
	align-items: flex-start;
	}

.reservation__left,
.reservation__right {
	width: 100%;
	flex: none;
	}

.footer__upper {
	flex-direction: column;
	gap: 32px;
	}

.footer__upper-left {
	width: 100%;
	}

}



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

スマホ 〜767px

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

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

body {
	font-size: 15px;
	}

.pc {
	display: none;
	}

.sp {
	display: block;
	}

.container {
	padding: 60px 0;
	}

.h2 {
	font-size: 24px;
	margin-bottom: 32px;
	}

.header {
	height: 50px;
	}

.header__link {
	width: 120px;
	height: 36px;
	left: 16px;
	top: 7px;
	}

.pageHead {
	padding: 90px 0 48px;
	}

.pageHead__h1 {
	font-size: 26px;
	}

.pageHead__txt {
	font-size: 14px;
	}

.reservation {
	padding: 48px 0;
	}

.reservation__h2 {
	font-size: 24px;
	}

.reservation__btn--tel .reservation__btn-left {
	font-size: 24px;
	}

.bnr {
	padding: 36px 0;
	}

.footer__nav {
	flex-direction: column;
	gap: 12px;
	}

.footer__nav-item {
	min-width: 0;
	}

}



/* floating phone banner (画面右下固定) */
.floatingTel {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 8000;
	background: #1a2a5e;
	color: #FFF;
	padding: 14px 44px 14px 20px;
	min-width: 240px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.2);
	border-left: 4px solid #f5cd1a;
	transition: .25s;
	}

.floatingTel.is-closed {
	transform: translateY(160%);
	opacity: 0;
	pointer-events: none;
	}

.floatingTel__close {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	color: rgba(255,255,255,0.7);
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	transition: color .15s;
	}

.floatingTel__close:hover {
	color: #f5cd1a;
	}

.floatingTel__link {
	display: block;
	color: #FFF;
	text-decoration: none;
	}

.floatingTel__label {
	display: block;
	font-family: "Oswald", sans-serif;
	font-size: 10.5px;
	letter-spacing: 0.18em;
	color: #f5cd1a;
	margin-bottom: 4px;
	}

.floatingTel__num {
	display: block;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0.04em;
	color: #FFF;
	margin-bottom: 2px;
	}

.floatingTel__hours {
	display: block;
	font-size: 11px;
	color: rgba(255,255,255,0.7);
	letter-spacing: 0.04em;
	}

@media screen and (max-width: 767px) {
	.floatingTel {
		right: 12px;
		bottom: 12px;
		left: 12px;
		min-width: 0;
		padding: 12px 40px 12px 16px;
		}
	.floatingTel__num {
		font-size: 18px;
		}
}



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

SP追加調整 〜767px (revision)

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

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

/* wrapper width: calc(100% - 40px) */
.wrapper,
.wrapper_small {
	width: calc(100% - 40px);
	}

/* floating phone banner: SP では非表示 */
.floatingTel {
	display: none;
	}

/* footer: ロゴとテキスト中央揃え、ナビ非表示、コピーライト中央＆縮小 */
.footer__upper {
	flex-direction: column;
	padding: 0 20px 32px;
	}

.footer__upper-left {
	width: 100%;
	text-align: center;
	}

.footer__logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	}

.footer__txt {
	text-align: center;
	}

.footer__upper-right {
	display: none;
	}

.footer__lower {
	padding: 16px 20px;
	text-align: center;
	}

.footer__copyright {
	font-size: 10px;
	text-align: center;
	}

}
