@charset "UTF-8";



/*----------------------------------------------------
	reset
----------------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	min-width: 1200px;
	color: #3B3B3B;
	font: 16px 'Noto Serif JP', YuGothic, sans-serif, 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic';
	line-height: 1.6;
	-webkit-text-size-adjust:100%;
	word-wrap:break-word;
	letter-spacing: 0.03em;
	background-color: #FEE1F2;
}

ul, ol {
	margin:0;
	padding:0;
	list-style-type:none;
}

h1, h2, h3, h4, h5 {
	font-size: 100%;
	font-weight: normal;
}
h2 {
	color:#D53B98;
	font-size: 1.5em;
}
h3 {
	margin-bottom: 5px;
	font-size: 1.3em;
	font-weight: 700;
}

table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

table, th, td {
	margin:0;
	padding: 5px;
	font-weight: normal;
	text-align: center;
}

a {
	text-decoration: none;
	color: initial;
}

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

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



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

.l-header {
	width: 100%;
	position: relative;
	height: 1260px;
	background: url(../../img2026/bg_top2.png) top center no-repeat;

	z-index: 5;
}
.l-header__logo {
	width: 195px;
	position: absolute;
	top: 30px;
	left: 50px;
}
.l-header__title {
	max-width: 370px;
	margin: 0 auto;
	padding-top: 190px;
	text-align: center;
}
.l-header__reservation {
	display: none;
}

.l-contents {
	width: 100%;
	padding-top: 70px;
	background: url(../../img2026/bg_main.png) top center no-repeat;

}

.l-footer {
	padding: 380px 0 30px 0;
	background: #fff url(../../img2026/bg_footer.png) top center no-repeat;
	background-size: cover;
	position: relative;
}
.l-footer__logo {
	width: 186px;
}
.l-footer__info {
	margin-top: 22px;
	padding-top: 12px;
	border-top: 1px rgba(213,59,152,0.55) solid;
	font-family: 'Noto Sans JP';
	font-weight: 700;
	color: #D53B98;
}
.l-footer__info ul {
	display: flex;
	justify-content: space-between;
}

.l-footer__info ul li:last-child {
	width: 30px;
	margin: 0 0 0 auto;
}



/*----------------------------------------------------
	utility
---------------------------------------------------*/

.u-clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.u-title {
	font-size: 2.5em;
}

.u-subtitle {
	font-size: 2.0em;
}

.u-subtitle2 {
	font-size: 1.5em;
}

.u-note {
	font-size: 0.75em;
	text-align: left;
	line-height: 1.2;
}

.u-hover:hover {
	opacity: 0.6;
	transition: all 0.5s 0s ease-in-out;
	cursor: pointer;
}


.u-center {
	text-align: center;
}

.u-right {
	text-align: right;
}

.u-imeOff {
	ime-mode: inactive !important;
}

.u-caution {
	color: #b50106;
}

.u-color1 {
	color: #13B3CC;
}

.u-indent {
	padding-left: 1em;
	text-indent: -1em;
}

.u-pc {
	display: block;
}
.u-sp {
	display: none;
}


/*----------------------------------------------------
	component
---------------------------------------------------*/

.c-inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.c-section {
}

.c-title {
	width: 850px;
	margin: 0 auto 80px auto;
}

.c-scrolltop {
	position: fixed;
	right: -40px;
	bottom: -120px;
	rotate: 90deg;
	z-index: 5;
}
.c-scrolltop a {
	width: fit-content;
	display:block;
	position: relative;
	margin: 20px 0 0 auto;
	padding-left: 45px;
	position: relative;
	border-bottom: 1px solid #D53B98;
	color: #D53B98;
	font-family: 'Noto Sans JP';
}
.c-scrolltop a::before {
	content: "";
	width: 30px;
	display: block;
	height: 1px;
	background: #D53B98;
	rotate: -40deg;
	position: absolute;
	left: -3px;
	bottom: 9px;
}



/*----------------------------------------------------
	project
---------------------------------------------------*/

.p-head {
	margin-bottom: 80px;
	padding: 0 120px;
}
.p-head dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 0 80px;
}
.p-head dl dt {
	width: 260px;
}
.p-head dl dd {
	width: calc(100% - 340px);
}
.p-head dl:last-child {
	margin-top: 50px;
}

.p-main {
	padding: 70px 50px;
	background-color: #fff;
	-webkit-mask:
		radial-gradient(circle 60px at left top, transparent 98%, black 100%),
		radial-gradient(circle 60px at right top, transparent 98%, black 100%),
		linear-gradient(black, black);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;

	display: flex;
	flex-direction:column;
	gap: 180px 0;
}


.p-section02 {
}
.p-section02__box {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 50px;
}
.p-section02__box > div:first-child {
	width: 620px;
}
.p-section02__box > div:last-child {
	width: calc(100% - 670px);
	color: #340012;
	display: flex;
	flex-direction: column;
}
.p-section02__box P {
	margin-bottom: 25px;
}
.p-section02__box P:last-child {
	width: 220px;
	margin: auto auto 0 auto;
}

.p-section03 {
	padding: 0 100px;
}
.p-section03 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2px;
}
.p-section03 ul li {
	width: calc((100% - 4px) / 3);
	text-align: center;
	color: #340012;
	font-size: 1.5em;
	display: flex;
	flex-direction: column;
	gap: 12px 2px;
}
.p-section03 > p {
	margin-top: 15px;
	font-size: 0.85em;
	text-align: right;
}

.p-section04 {
}
.p-section04 > div:last-child {
	padding: 0 200px;
}

.p-section05 {
}
.p-section05 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.p-section05 ul li {
	width: calc((100% - 40px) / 3);
}
.p-section05__movie {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 56.25%;
	position: relative;
}
.p-section05__movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.p-section06 {
	font-family: 'Noto Sans JP';
	font-size: 1.15em;
	font-weight: 700;
	color: #1A1311;
}

.p-section06 dl {
	margin-bottom: 40px;
	padding: 0 200px;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.p-section06 dl dt {
	width: 40%;
	padding: 10px 5px;
	background-color: #F6F6F6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-section06 dl dd {
	width: calc(60% / 2 - 12px);
	padding: 30px 5px;
	background-color: #F6F6F6;
}

.p-section06 dl .dl_head {
	padding: 6px 5px;
	background-color: #FEE1F2;
}
.p-section06 dl .dl_head {
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
}

.p-section06 dl dt.dl_head span:last-child,
.p-section06 dl dd.dl_head span:last-child {
	margin: 0 10px;
	font-family: 'Noto Serif JP';
	color: #4C323B;
	font-size: 0.75em;
	font-weight: 400;
}

.p-section06 dl dd:not(.dl_head) {
	font-size: 1.45em;
}
.p-section06 dl dd:not(.dl_head) span {
	font-size: 0.6em;
}

.p-section06 > p {
	color: #D53B98;
	text-align: center;
	font-weight: 400;
	font-size: 1.0em;
}

.p-section06 > p.u-note {
	margin: -20px 0 40px 0;
	color: initial;
}

.p-section06__memo {
	margin-bottom: 10px;
	padding: 0 200px;
	text-align: right;
	color: #D53B98;
}

.p-reservation {
	margin: 170px 0;
	text-align: center;
}



/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media screen and (max-width: 950px) {

body {
	min-width: auto;
}

.l-header {
	background-image: url(../../img2026/bg_top02r_sp.png), url(../../img2026/bg_top03r_sp.png), url(../../img2026/bg_top04_sp.png), url(../../img2026/bg_top_sp.png);
	background-size: 45% auto, 45% auto ,contain, cover;
	background-position: left top, right top, bottom center, top center;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	height: auto;
}
.l-header__logo {
	width: 120px;
	margin: 0 auto;
	padding: 20px 0 50px 0;
	position: relative;
	top: 0;
	left: 0;
}
.l-header__title {
	max-width: 250px;
	padding: 0 0 80px 0;
}
.l-header__reservation {
	display: block;
	width: 220px;
	position: absolute;
	bottom: -20px;
	right: 0;
}

.l-contents {
	padding-left: 10px;
	padding-right: 10px;
	background-size: contain;
}

.l-footer {
	padding: 200px 20px 20px 20px;
}
.l-footer ul {
	flex-flow: column;
	text-align: center;
}
.l-footer ul li:last-child {
	font-size: 0.8em;
}
.l-footer__logo {
	width: 175px;
	margin: 0 auto 50px auto;
}

.c-inner {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.c-section {
}
.c-title {
	width: 100%;
	margin: 0 auto 50px auto;
}

.c-scrolltop {
	display: none;
}

.p-head dl {
	width: 85%;
	margin: 0 auto;
}
.p-head dl dt {
	width: 60%;
}
.p-head dl dd {
	width: 100%;
}
.p-head dl:last-child {
	margin-top: 20px;
}

.p-main {
	padding: 40px 22px 22px 22px;
	gap: 100px 0;
	-webkit-mask: radial-gradient(circle 30px at left top, transparent 98%, black 100%), radial-gradient(circle 30px at right top, transparent 98%, black 100%), linear-gradient(black, black);
	mask-composite: exclude;
}

.p-section02__box > div:first-child,
.p-section02__box > div:last-child {
	width: 100%;
}

.p-section03 {
	padding: 0;
}
.p-section03 ul li {
	width: 80%;
	margin: 0 auto;
	font-size: 1.0em;
}

.p-section04 > div:last-child {
	padding: 0 20px;
}

.p-section05 ul {
	gap: 10px;
}
.p-section05 ul li {
	width: calc((100% - 10px) / 2);
}
.p-section05__movie {
	margin-bottom: 10px;
}

.p-section06 {
	font-size: 1.0em;
}
.p-section06 dl {
	padding: 0;
	gap: 5px 5px;
}
.p-section06 dl dt {
	width: 100%;
}
.p-section06 dl dd {
	width: calc(50% - 2.5px);
	padding: 10px 5px;
}
.p-section06 > p {
	text-align: left;
}
.p-section06__memo {
	padding: 0;
}

.p-reservation {
	width: 100%;
	margin: 70px auto;
}


}