/*
Theme Name:custom theme
Description:カスタムテーマ
Author: app_murata
Version:1.0.0
*/
html {
	font-size: 62.5%;
}

body {
	font-size: max(1.0417vw, 1.6rem);
	font-family: "Noto Serif JP", serif;
	margin: 0;
}

p {
	line-height: 2;
	color: #000;
}

a {
	text-decoration: none;
	color: #000;
}

h1,
h2,
h3 {
	margin: 0;
	font-weight: 400;
}

img {
	max-width: 100%;
	vertical-align: middle;
	width: 100%;
}

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

.font-yuji {
	font-family: "Yuji Syuku", serif;
}

li {
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
}

body .sp-only {
	display: none;
}

.wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}

@media screen and (max-width: 680px) {
	body .sp-only {
		display: block;
	}

	body .pc-only {
		display: none;
	}
}

/* header */
.header-logo.pc-hide {
	display: none;
}

#main-menu-container {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
}

#main-menu-container li {
	font-weight: bold;
}

#main-menu-container #menu-main-menu {
	display: flex;
	column-gap: 40px;
	justify-content: center;
	flex-wrap: wrap;
}

#main-menu-container .telbtn {
	padding: 1.6rem 4rem;
	border: 3px solid #2B3668;
	margin: 2rem 6.25vw 0 7.29vw;
}

/*hamburger*/
#menu-button {
	visibility: hidden;
	opacity: 1;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 900;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
}

#menu-button.nav-on {
	visibility: visible;
	opacity: 1;
}

#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 42px;
	height: 27px;
}

#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 42px;
	height: 3px;
	background-color: #fff;
	border-radius: 1px;
}

#menu-button .ham-lines span {
	bottom: 12px;
	transition: all .25s .25s;
	opacity: 1;
}

#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}

#menu-button .ham-lines::before {
	bottom: 24px;
	animation: menu-bar01 .75s forwards;
}

#menu-button .ham-lines::after {
	bottom: 0px;
	animation: menu-bar03 .75s forwards;
}

#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
}

#menu-button.is-active .ham-lines span {
	opacity: 0;
}

#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}

#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}

@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}

	50% {
		transform: translateY(9px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}

	50% {
		transform: translateY(-9px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(9px) rotate(0);
	}

	100% {
		transform: translateY(9px) rotate(45deg);
	}
}

@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(-9px) rotate(0);
	}

	100% {
		transform: translateY(-14px) rotate(-45deg);
	}
}

@media screen and (max-width: 1180px) {
	.header {
		position: fixed;
		right: 0;
		z-index: 9999;
	}

	body #menu-button {
		visibility: visible;
		opacity: 1;
		display: flex;
		z-index: 701;
		position: relative;
	}

	#main-menu-container {
		position: fixed;
		z-index: 700;
		top: 0;
		left: auto;
		right: -100vw;
		bottom: auto;
		overflow-y: auto;
		background: url(../../uploads/2025/11/sp-menu-bg.jpg) no-repeat;
		background-size: cover;
		display: none;
		width: 100vw;
		height: 100vh;
		transition: .3s linear;
	}

	#main-menu-container.is-active {
		right: 0vw;
	}

	body #main-menu-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}


/*mv*/
.main {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.main-wrap {
	position: absolute;
	top: 50%;
	z-index: 9;
	left: 50%;
	transform: translate(-50%, -50%);
}

.logo-wrap {
	text-align: center;
}

.logo-wrap img {
	width: max(31.3542vw, 32.8rem);
}

.main-wrap p {
	font-size: max(3.3333vw, 3.6rem);
	color: #fff;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0;
	letter-spacing: 0;
	position: relative;
	text-align:center;
}

.main-wrap p::after {
	content: "";
	background: rgba(90, 90, 90, 0.5);
	width: 100%;
	height: 235px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	filter: blur(30px);
	z-index: -1;
}

/*sec1*/
.sec1 {
	color: #fff;
	position: relative;
	z-index: 2;
}

.sec1 .inner {
	background: url(../../uploads/2025/11/bg1.png) no-repeat 100% 100%;
	padding: 17.8rem 10.4167% calc(16.5rem + 11.4rem) 0;
}

.sec1 .left {
	padding: 0 0 10rem 17.9688%;
	position: relative;
}

.sec1 .left .bg {
	position: absolute;
	top: 0px;
	left: 0;
	transform: translate(32%, -17%);
	width: max(27.7604vw, 24rem);
}

.sec1 .wrap {
	position: relative;
	justify-content: space-between;
}

.sec1 h1 {
	font-weight: 900;
	position: relative;
	z-index: 2;
	transform: rotate(-5.56deg);
	font-size: max(6.6667vw, 5.764rem);
}

.sec1 h1 span {
	display: block;
	line-height: 1;
}

.sec1 h1 span:first-child {
	font-size: 37.5%;
	margin-left: -1.8em;
}

.sec1 h1 span:nth-child(2) {
	font-size: 100%;
	margin: .485em 0;
}

.sec1 h1 span:last-child {
	font-size: 50%;
	margin-left: 1.8em;
}

.sec1 .right h2 {
	text-align: right;
	font-weight: 900;
	margin-bottom: 6rem;
	font-size: 2.5vw;
}

.sec1 .right span {
	color: #fff;
	font-size: max(1.0417vw, 1.6rem);
	letter-spacing: .2em;
	writing-mode: vertical-lr;
	vertical-align: text-top;
	font-weight: 900;
	line-height: 1;
}

.sec1 .right p {
	display: flex;
	flex-direction: row-reverse;
	gap: 2em;
	position: relative;
	z-index: 2;
}

.sec1 .right p::after {
	content: "";
	background-color: rgba(59, 59, 59, 0.6);
	width: 100%;
	height: 292px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	filter: blur(200px);
	z-index: 1;
}

/*sec2*/
.sec2 {
	background: url(../../uploads/2025/11/bg2.jpg) no-repeat center;
	background-size: cover;
	margin-top: -16.5rem;
	position: relative;
	z-index: 1;
}

.sec2 .inner {
	padding: calc(16.5rem + 3.75rem) 0 0;
	background: url(../../uploads/2025/11/design1.png) no-repeat left top, url(../../uploads/2025/11/design2.png) no-repeat right bottom;
}

.sec2 .inner-wrap {
	position: relative;
}

.sec2 .inner-wrap h1 {
	position: absolute;
	right: 6.25%;
	top: 0;
	z-index: 2;
}

.sec2 .inner-wrap h1 {
	font-size: max(3.3333vw, 3.6rem);
	display: flex;
	align-items: flex-start;
	flex-direction: row-reverse;
	gap: 2rem;
}

.sec2 .inner-wrap h1 span:not(.s-txt) {
	padding: .5em 0;
	font-size: max(3.333vw, 3.2rem);
	letter-spacing: .2em;
	writing-mode: vertical-lr;
	vertical-align: text-top;
	color: #fff;
	background: #963535;
	font-weight: 900;
}

.sec2 .inner-wrap h1 span:not(.s-txt):first-child {
	margin-top: -2em;
}

.sec2 .inner-wrap h1 span:not(.s-txt):nth-child(2) {
	margin-top: -1em;
}

.sec2 .inner-wrap h1 .s-txt {
	font-size: 75%;
	vertical-align: baseline;
}

.sec2 .splide__list li:nth-child(even) {
	margin-top: 6rem;
}

.sec2 .txtwrap {
	background: rgba(231, 231, 231, 0.7);
	max-width: 39.5833vw;
	width: 100%;
	transform: translateY(-35%);
	margin: 0 auto 0 16.6667%;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.sec2 .txtwrap p {
	margin: 0;
	padding: 8rem 6rem;
	font-weight: 500;
}

/*sec3*/
.sec3 .inner {
	position: relative;
}

.sec3 .txt-wrap {
	background: rgba(231, 231, 231, 0.7);
	max-width: 52vw;
	width: 100%;
	position: absolute;
	top: 8rem;
	left: 50%;
	transform: translate(-50%, 0);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
	padding: 3rem 0 6rem;
}

.sec3 .txt-wrap h1 {
	margin: 0;
	line-height: 2;
	font-size: max(2.5vw, 3.2rem);
	font-weight: 900;
	text-align: center;
}

.sec3 .txt-wrap p {
	margin: 0;
	line-height: 2;
	font-weight: 600;
	text-align: center;
	padding: 0 6rem;
}

.sec3 .inner .wrap {
	align-items: stretch;
}

.sec3 .inner .co {
	padding: 49.6rem 0 12rem;
	width: calc(100% / 3);
}

.sec3 .inner .co a {
	background: #352E22;
	display: block;
	line-height: 2;
	padding: 2rem 0;
	border: 1px solid #fff;
	width: 58.59%;
	margin: 0 auto;
}

.sec3 .inner .co a span {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4rem;
}

.sec3 .inner .co a span::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid #fff;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
}

.sec3 .wrap .bg1 {
	background: url(../../uploads/2025/11/menu1.jpg) no-repeat;
	background-size: cover;
}

.sec3 .wrap .bg2 {
	background: url(../../uploads/2025/11/menu2.jpg) no-repeat;
	background-size: cover;
}

.sec3 .wrap .bg3 {
	background: url(../../uploads/2025/11/menu3.jpg) no-repeat;
	background-size: cover;
}

/*secbanner*/
.secbanner .inner {
	background: url(../../uploads/2025/11/bg3.jpg) no-repeat;
	background-size: cover;
	padding: 8rem;
	text-align: center;
}

.secbanner .inner img {
	width: auto;
}

/*sec4*/
.sec4 .inner {
	background: url(../../uploads/2025/11/bg4.jpg) no-repeat;
	background-size: cover;
	padding: 12rem 0;
}

.sec4 .inner h1 {
	margin: 0 0 8rem;
	line-height: 2;
	font-size: max(2.5vw, 3.2rem);
	font-weight: 900;
	text-align: center;
}

.sec4 .inner img {
	width: 100%;
	height: auto;
}

.sec4 .gallery-slider-top {
	margin-bottom: 6rem;
}

.sec4 .gallery-slider-top li:nth-child(even) {
	margin-top: 6rem;
}

.sec4 .gallery-slider-under li:nth-child(even) {
	margin-top: 6rem;
}

/*sec5*/
.sec5 .inner {
	background: url(../../uploads/2025/11/bg5.jpg) no-repeat;
	padding: 8rem 0 calc(8rem + 30rem);
}

.sec5 .inner .inner-wrap {
	background: url(../../uploads/2025/11/accinnerbg.png) no-repeat;
	padding: 7rem 7.087% 8rem 6.5%;
	margin-left: 10.94%;
	background-size: 100% 100%;
}

.sec5 .wrap {
	justify-content: flex-start;
	align-items: flex-end;
	gap: 4rem;
	margin-bottom: 6rem;
}

.inner-left {
	flex: 1;
}

.sec5 .inner .inner-left h1 {
	color: #fff;
	font-size: max(5vw, 4.8rem);
	font-weight: 600;
	line-height: 1.2em;
	margin-bottom: 3rem;
}

.sec5 table {
	font-weight: 600;
	line-height: 2em;
	color: #fff;
	flex: 1;
	margin-bottom: 2rem;
}

.sec5 table td,
.sec5 table th {
	border-bottom: 1px solid #707DB7;
	padding: 2rem 0;
	vertical-align: top;
}

.sec5 table td {
	width: 70%;
}

.sec5 table th {
	padding: 2rem 0 2rem 1em;
	text-align: left;
}

.sec5 table td.ch-td {
	padding: 0;
}

.sec5 table .ch-td span {
	display: block;
	margin: 2rem 0;
}

.linkwrap {
	display: flex;
	justify-content: right;
	gap: 2.3rem;
}

.telbtn {
	font-size: max(2.08333vw, 2.4rem);
	font-weight: 400;
	padding: 1rem 6rem;
	background: #fff;
	padding: 2rem 8rem;
}

.telbtn span {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	color: #2B3668;
	line-height: 1.2em;
}

.morebtn {
	background: #fff;
	padding: 2rem 8rem;
}

.morebtn span {
	font-weight: 900;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 4rem;
	height: 100%;
	color: #2B3668;
}

.morebtn span::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid #2B3668;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
}

.telbtn span::before {
	content: "";
	background: url(../../uploads/2025/11/icon-phone.png)no-repeat;
	background-size: contain;
	display: block;
	width: 26px;
	height: 35px;
}

.under {
	padding: 12rem 16.67% 0;
}

.under a {
	display: block;
	max-width: 760px;
	margin: 12rem auto 0;
}

/*footer*/
.footerwrap .imgwrap img {
	width: auto;
}

.footerwrap .imgwrap {
	text-align: center;
	padding-bottom: 6rem;
}

.footerwrap {
	background: url(../../uploads/2025/11/ft-bg.png)no-repeat;
	background-size: 100% 100%;
	margin: -30rem 0 0;
	padding: calc(6rem + 12rem) 0 0;
	position: relative;
	z-index: 15;
}

.ft-main-menu {
	width: 66.67%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 3rem 0;
	border: 1px solid #000;
	border-width: 1px 0 1px 0;
}

.ft-main-menu li {
	font-size: max(1.25vw, 2rem);
	font-weight: bold;
	margin: 0 0 0 5em;
}

.ft-main-menu li:first-child {
	margin: 0;
}

.ft-main-menu-nav {
	margin: 0 0 6rem;
}

.copyright-container {
	background: url(../../uploads/2025/11/copy_bg.jpg)no-repeat;
	background-size: cover;
	padding: 3rem 0;
	text-align: center;
}

.copyright-container span {
	font-size: 1.6rem;
	color: #fff;
	line-height: 1.2em;
}

/* sub-main */
.sub-main-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

section.section01 {
	position: relative;
}

.sub-main-title h2 {
	text-shadow: #000 4px 4px 14px;
	color: #fff;
	font-size: max(3.33vw, 4.2rem);
	font-weight: 900;
	letter-spacing: 1rem;
	writing-mode: tb-rl;
	border-right: solid 5px #fff;
	border-left: solid 5px #fff;
	padding: 0 15px;
}

.sub-main-img img {
	object-fit: cover;
}

/* recruit */
.title-s {
	display: block;
	font-size: 5vw;
	line-height: 1.2;
	text-align: left;
	margin-left: 0.4em;
}

.title-m h1 {
	color: #fff;
	font-size: max(6.66vw, 4.2rem);
	font-weight: 600;
	line-height: 1.2;
	margin: 0 auto;
	text-shadow: #000 5px 5px 9px;
	width: fit-content;
}

.title-rotate {
	text-align: center;
	transform: rotate(-5.56deg);
}

.inner-main-title .bg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: max(50vw, 28rem);
	z-index: 0;
}

.inner-main-title {
	position: relative;
	padding-bottom: 150px;
	overflow: hidden;
}

.title-m.font-yuji {
	position: relative;
	z-index: 1;
}

section.recruit-sec.section02 {
	background: url(../../uploads/2025/11/recruit_sec02-scaled.jpg);
	padding: 150px 0;
	text-align: center;
}

.inner-main-desc p {
	color: #fff;
	font-size: max(1.04vw, 1.6rem);
	font-weight: 700;
	margin: 0;
}

.inner-main-desc {
	max-width: 45vw;
	margin: 0 auto;
}

section.recruit-sec.section03 {
	background: url(../../uploads/2025/11/recruit_bg-scaled.jpg);
	background-size: cover;
	padding-top: 130px;
	padding-bottom: calc(260px + 30rem);
}

.inner-row-title h2 {
	color: #fff;
	display: flex;
	font-size: max(3.33vw, 3.2rem);
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}

.inner-row-title h2:before,
.inner-row-title h2:after {
	background-color: #fff;
	content: "";
	flex-grow: 1;
	height: 3px;
}

.inner-row-title h2:before {
	margin-right: 70px;
}

.inner-row-title h2:after {
	margin-left: 70px;
}

.tab tr th,
.tab tr td {
	border-bottom: solid 2px #fff;
	color: #fff;
	font-size: max(1.04vw, 1.6rem);
	padding: 40px 0;
	text-align: left;
}

.tab table {
	max-width: 760px;
	margin: 0 auto;
}

.tab tr th {
	width: 47.4%;
}


/* info */
section.info-sec.section02 {
	background: url(../../uploads/2025/11/info_sec02-scaled.jpg)no-repeat;
	background-size: cover;
	padding: 130px 0;
	text-align: center;
}

span.desc-yellow {
	color: #FFE44B;
	font-size: max(1.25vw, 1.8rem);
	font-weight: 900;
}

.info-sec.section02 .inner-main-title .bg {
	width: max(42.92vw, 28rem);
}

.info-sec.section02 .inner-main-title {
	padding-bottom: 100px;
	padding-top: 30px;
}

section.info-sec.section03 {
	background: url(../../uploads/2025/11/info_bg-scaled.jpg);
	background-size: cover;
	padding-top: 130px;
	padding-bottom: calc(200px + 30rem);
}

.inner-row-img {
	max-width: 800px;
	margin: 0 auto 20px;
}

.td-item {
	display: grid;
	grid-template-columns: 140px auto;
	grid-column-gap: 20px;
	margin-bottom: 30px;
}

span.item-left {
	width: 140px;
	text-align: right;
}

span.item-right {
	text-align: left;
}

span.item01 {
	display: inline-block;
	margin-bottom: 20px;
}

.td-item:last-child {
	margin-bottom: 0;
}

.info-sec.section03 .inner-row-map {
	max-width: 1280px;
	margin: 8rem auto;
}

.info-sec.section03 .co-imgwrap {
	gap: 6rem;
}

/* about */
.about-sec2 {
	background: url(../../uploads/2025/11/about-sub-bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 2;
}

.about-sec2 .inner {
	background-image:
		url("../../uploads/2025/11/about-ds.png"),
		url("../../uploads/2025/11/about-ds2.png"),
		url("../../uploads/2025/11/about-ds3.png");
	background-position: top left, bottom right, bottom left;
	background-repeat: no-repeat, no-repeat, no-repeat;
	padding: 3rem 15.10% 27rem 16.67%;
}

.about-sec2 .inner h1 {
	font-size: max(8.33vw, 5.764rem);
	color: #fff;
	display: flex;
	gap: 6.4rem;
	flex-direction: row-reverse;
	white-space: nowrap;
	position: relative;
	width: fit-content;
	margin: 0 0 0 auto;
	transform: translate(-45%, 10px);
}

.about-sec2 .txt-inner {
	position: relative;
	background: url(../../uploads/2025/11/about-icon.png) no-repeat;
	background-size: contain;
	background-position: top right;
}

.about-sec2 .inner-wrap {
	position: relative;
}

.about-sec2 .inner h1 span {
	writing-mode: vertical-lr;
	vertical-align: text-top;
	position: relative;
	z-index: 5;
	transform: rotate(5deg);
	text-shadow: 4px 4px 5px #000;
	font-weight: 600;
	line-height: 1em;
}

.about-sec2 .inner h1 span:last-child {
	margin-top: 30px;
}

.about-count {
	background: url(../../uploads/2025/11/title-bg_red.png) no-repeat;
	background-size: contain;
	font-size: max(3.33vw, 3.2rem);
	color: #963535;
	letter-spacing: .6em;
	width: fit-content;
	margin: 0 auto 0 0;
	padding: .5em 1em .8em .5em;
	line-height: 1.2em;
	font-weight: 900;
}

.about-count span {
	font-size: 120%;
}

.aboutco h2 {
	font-size: 4.8rem;
	font-weight: 900;
	margin: 4rem 0;
}

.aboutco .about-desc {
	width: 50%;
	margin: 0 0 9.8rem 0;
}

.aboutcoimg-top {
	width: auto;
	position: absolute;
	right: 0;
	top: 55%;
}

.aboutcoimg-under {
	width: auto;
}

.about-sec2 .aboutco {
	margin-top: -23%;
}

.about-sec3,
.about-sec5 {
	background: url(../../uploads/2025/11/about-bg2.png) no-repeat;
	background-size: 100% 100%;
	padding: 17.3rem 0;
	margin-top: -15rem;
	position: relative;
	z-index: 3;
}

.about-sec3 .inner,
.about-sec5 .inner {
	background: url("../../uploads/2025/11/about-ds4.png") no-repeat;
	background-position: top right;
	padding: 0 16.67% 0 18.23%;
}

.about-sec3 .wrap,
.about-sec5 .wrap {
	align-items: flex-end;
	gap: 4rem;
}

.about-sec3 .left .about-sec5 .left {
	width: 46%;
	text-align: end;
}

.about-sec3 .left img,
.about-sec5 .left img {
	width: auto;
}

.about-sec3 .inner-wrap,
.about-sec5 .inner-wrap {
	width: 54%;
}

.about-sec3 h2,
.about-sec5 h2 {
	color: #fff;
}

.about-count.colerwh {
	background: url(../../uploads/2025/11/title-bg_white.png) no-repeat;
	background-size: contain;
	color: #fff;
}

.about-sec3 .about-desc,
.about-sec5 .about-desc {
	width: 100%;
	color: #fff;
	margin: 0;
}

.about-sec4 {
	background-image:
		url("../../uploads/2025/11/about-bg3.jpg"),
		url("../../uploads/2025/11/about-ds5.png"),
		url("../../uploads/2025/11/about-ds6.png"),
		url("../../uploads/2025/11/about-ds3.png");
	background-size: cover, auto, auto, auto;
	background-position: center, right, bottom right, bottom -50px left;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	position: relative;
	z-index: 2;
	padding: 7.3rem 0;
	margin-top: -15rem;
}

.about-sec4 .inner {
	background-image:
		url("../../uploads/2025/11/about-ds5.png"),
		url("../../uploads/2025/11/about-ds6.png"),
		url("../../uploads/2025/11/about-ds3.png");
	background-position: top right, bottom right, bottom -50px left;
	background-repeat: no-repeat, no-repeat, no-repeat;
	padding: 14rem 16.67% 14rem 18.23%;
}

.about-sec4 .aboutcoimg-top {
	right: 18.23%;
	top: 50%;
	transform: translateY(-50%);
}

.about-sec5 {
	background: url(../../uploads/2025/11/about-bg2.png) no-repeat;
	background-size: 100% 100%;
	padding: 17.3rem 0 calc(30rem + 12rem);
	margin-top: -15rem;
	position: relative;
	z-index: 3;
}

body .about-sec5 .inner {
	background: url(../../uploads/2025/11/about-ds7.png) no-repeat;
	background-position: top right;
	padding: 0 16.67% 0 18.23%;
}

.about-sec5 .wrap {
	align-items: flex-end;
	gap: 4rem;
}

.about-sec5 table th,
.about-sec5 table td {
	font-size: 3.2rem;
	line-height: 2em;
	font-weight: 400;
	color: #fff;
	text-align: left;
}

.about-sec5 table {
	width: 100%;
}

.about-sec5 .wrap .about-desc {
	margin: 0 0 2rem 0;
}

/* menu */
.menu-sec2 {
	background-image:
		url("../../uploads/2025/11/menu-design1.png"),
		url("../../uploads/2025/11/menu-design2.png"),
		url("../../uploads/2025/11/manu-bg1.jpg");
	background-size: auto, auto, cover;
	background-position: top 12% left, bottom right, center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	padding: 8rem 0 15rem;
}


.sub-title {
	font-size: max(3.33vw, 3.2rem);
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 2rem;
}

.sub-title::before {
	content: "";
	display: block;
	background: #000;
	width: 29.84375vw;
	height: 3px;
}

.sub-title::after {
	content: "";
	display: block;
	background: #000;
	width: 29.84375vw;
	height: 3px;
}

.sub-title-desc {
	font-size: max(2.08333vw, 2rem);
	margin: 0 0 4rem;
	text-align: center;
}

.menu-sec2 .wrap {
	padding: 0 19.27%;
	gap: 6rem;
	align-items: flex-start;
}

.menu-sec3 .inner {
	background: url(../../uploads/2025/11/menu-bg2.png) no-repeat;
	margin-top: -16rem;
	padding: 16rem 0 32rem;
	position: relative;
	z-index: 3;
	background-size: 100% 100%;
}

.menu-sec3 h1 {
	font-size: max(3.3333vw, 3.2rem);
	text-align: center;
	line-height: 1.2em;
	font-weight: 400;
	color: #fff;
	position: relative;
	z-index: 3;
}

.menu-sec3 p {
	text-align: center;
	font-size: max(1.667vw, 2.2rem);
	line-height: 1.2em;
	font-weight: 400;
	color: #fff;
	position: relative;
	z-index: 3;
}

.menu-sec3 .morelink {
	max-width: 355px;
	margin: auto;
	position: relative;
	z-index: 3;
}

.menu-sec3 .morelink a {
	display: block;
}

.menu-sec3 .morelink a span {
	white-space: nowrap;
}

.menu-sec3 .bg {
	position: absolute;
	top: 8rem;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, 0%);
}

.menu-sec3 .bg img {
	width: auto;
}

.menu-sec4 {
	background: url(../../uploads/2025/11/menu-bg3.jpg) no-repeat;
	margin-top: -16rem;
	padding: 22rem 0;
	background-size: cover;
}

.titye.font-yuji {
	font-size: max(4.17vw, 3.2rem);
	color: #D6BB21;
	text-shadow:
		1px 1px 0 #963535,
		2px 2px 0 #963535,
		3px 3px 0 #963535,
		4px 4px 0 #963535,
		5px 5px 0 #963535,
		6px 6px 0 #963535;
	line-height: 1.2;
	transform: rotate(-3deg);
}

.tityeprice.font-yuji {
	font-size: max(6.25vw, 5.4rem);
	color: #D6BB21;
	text-shadow:
		1px 1px 0 #963535,
		2px 2px 0 #963535,
		3px 3px 0 #963535,
		4px 4px 0 #963535,
		5px 5px 0 #963535,
		6px 6px 0 #963535;
	line-height: 1.2;
}

.drink-sec2 .tityeprice.font-yuji {
	text-align: center;
	margin: 0;
}

.drink-sec2 .titwh.font-yuji {
	background-position: bottom;
	padding: 1em 3em 1em 4em;
}

.tityeprice.font-yuji .s-txt {
	font-size: 50%;
	text-align: center;
}

.drink-sec2 .tityeprice.font-yuji span:not(.s-txt) {
	text-align: center;
}

.tityeprice.font-yuji span:not(.s-txt) {
	font-weight: 600;
	text-align: end;
	font-size: max(1.67vw, 2rem);
	display: block;
	text-shadow: none;
	color: #000;
	font-family: "Noto Serif JP", serif;
}

.tityeprice.font-yuji span.space-txt {
	display: inline-block;
	margin-left: 2em;
}

.titwh.font-yuji {
	background: url(../../uploads/2025/11/menu-ds4.png) no-repeat;
	background-size: contain;
	padding: 1em 3em 2em 4em;
}

.titwh.font-yuji p {
	font-size: max(3.65vw, 3.2rem);
	line-height: 1.4;
	transform: rotate(-3deg);
	text-shadow: 6px 6px black;
	color: #fff;
}


.titwh.font-yuji span {
	font-size: 80%;
}

.wrap.menu-wrap {
	justify-content: left;
	gap: 8rem;
}

.wrap.menu-wrap .right {
	background: url(../../uploads/2025/11/menu-inbg.jpg) no-repeat;
	padding: 4rem 12.5rem;
	box-shadow: 1px 1px 10px #000;
}

.wrap.menu-wrap .right p {
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 2em;
	margin: 0;
}

.wrap.menu-wrap .right p span {
	font-weight: 400;
	font-size: 2.4rem;
}

.listwrap li {
	font-size: 2.4rem;
	line-height: 2em;
}

.menu-sec4 .listwrap {
	display: flex;
	justify-content: space-between;
}

.menu-sec5 .inner {
	background: url(../../uploads/2025/11//info_bg-scaled.jpg) no-repeat;
	background-size: cover;
	padding: 7rem 19.27% calc(30rem + 24rem);
}

.menu-sec5 .inner .wrap {
	justify-content: space-between;
	align-items: flex-start;
}

.menu-sec5 .inner img {
	margin: 6rem 0;
}

.menu-sec5 .inner .ma-under {
	margin: 0 0 6rem;
}

.menu-sec5 .inner .ma-top {
	margin: 6rem 0 0;
}

.menu-sec5 .inner .sub-title-desc {
	color: #fff;
	margin: 0 0 8rem;
}

.menu-sec5 .inner .menu-table {
	margin: 0 0 8rem;
}

.menu-sec5 .inner .no-ma.menu-table {
	margin: 0;
}

body .menu-sec5 .inner .menu-table.no-ma-un {
	margin: 8rem 0 0;
}

.menu-sec5 .inner .menu-table th,
.menu-sec5 .inner .menu-table td {
	color: #fff;
}

.menu-sec5 .inner .menu-table td {
	text-align: right;
}

.menu-sec5 .menu-table caption {
	border: 5px solid #fff;
	border-width: 5px 0 5px 0;
	color: #fff;
}

.menu-sec5 .menu-table tr {
	border-bottom: 2px solid #fff;
}

.drink-sec2 .inner img,
.drink-sec3 .inner img {
	width: auto;
}

.drink-sec2 .inner {
	background: url(../../uploads/2025/11//menu-bg3.jpg) no-repeat;
	background-size: cover;
	padding: 14.8rem 0 15.5rem;
}

.drink-sec2 .inner .wrap {
	justify-content: right;
}

.drink-sec3 .menu-table {
	margin: 6rem 0;
}

.drink-sec3 .inner {
	background: url(../../uploads/2025/11//info_bg-scaled.jpg) no-repeat;
	background-size: cover;
	padding: 5rem 0 calc(12rem + 30rem);
}

.drink-sec3 .inner .wrap {
	justify-content: space-between;
	align-items: flex-start;
}

.drink-sec3 .inner .menu-table th,
.drink-sec3 .inner .menu-table td {
	color: #fff;
}

.drink-sec3 .inner .menu-table td {
	text-align: right;
}

.drink-sec3 .menu-table caption {
	border: 5px solid #fff;
	border-width: 5px 0 5px 0;
	color: #fff;
}

.drink-sec3 .menu-table tr {
	border-bottom: 2px solid #fff;
}

.drink-sec3 .inner .sub-title-desc {
	color: #fff;
	margin: 0 0 5rem;
}

.drink-sec3 .img-wrap {
	padding: 0 10.42%;
}

.drink-sec3 .table-wrap {
	padding: 0 19.27%;
}

.drink-sec3 .table-wrap .left,
.drink-sec3 .table-wrap .right {
	width: 45%;
}

.co-imgwrap img {
	width: auto;
}

/*menu-table*/
.menu-table {
	width: 100%;
}

.menu-table caption {
	font-size: 3.2rem;
	line-height: 1.2em;
	border: 5px solid #000;
	border-width: 5px 0 5px 0;
	text-align: center;
	padding: 2rem 0;
	margin: 0 0 2rem;
}

.menu-table tr {
	border-bottom: 2px solid #000;
}

.menu-table th,
.menu-table td {
	padding: 2rem 0;
	line-height: 1.2em;
	text-align: left;
	font-weight: 400;
}

.sp-footer-icons-container {
	display: none;
	justify-content: space-around;
	align-items: stretch;
	position: fixed;
	z-index: 701;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: calc(env(safe-area-inset-bottom) / 2);
}

@media screen and (max-width: 680px) {
	.sp-footer-icons-container {
		display: flex;
	}

	.sp-footer-icons-container .telbtn {
		padding: 1.3rem 4rem;
		font-size: 20px;
	}

	.sp-footer-icons-container a {
		box-shadow: inset 0 0 0 3px #2B3668;
	}

	.sp-footer-icons-container .telbtn span::before {
		width: 19px;
		height: 25px;
	}

	.sp-footer-icons-container .telbtn span {
		font-weight: 500;
	}

	.sp-footer-icons-container .morebtn {
		padding: 1.25rem 2rem;
		font-size: 20px;
	}

	.sp-footer-icons-container .morebtn span {
		gap: 0;
	}

	.sp-footer-icons-container .morebtn span::after {
		content: none;
	}

	.sp-footer-icons-container .morebtn span::before {
		content: "";
		background: url(../..//uploads/2025/11/ft-ac.png) no-repeat;
		width: 28px;
		height: 25px;
		background-size: contain;
		background-position: center;
	}
}

.sub-site-logo img {
	width: auto;
}

.sub-site-logo {
	position: absolute;
	top: 20px;
	left: 120px;
	z-index: 99;
}

.sub-site-logo {
	display: none;
}

body:not(.home) .sub-site-logo {
	display: block;
}