@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Montserrat:wght@500&display=swap');

/* リセット
---------------------------------------------------------- */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button, a, span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
ol ,
ul {
	list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
address {
	font-style: normal;
}

/* レイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
	height: 100%;
}
body {
	color: #2D2D2D;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	background: url(../img/main_bg.png);
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
img {
	image-rendering: -webkit-optimize-contrast;
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
	transition: opacity .3s;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
main {
	overflow: hidden;
}
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
.wrapper {
	max-width: 750px;
	margin: 0 auto;
	background: #fff;
}
@media only screen and (min-width: 769px) {
	html {
		font-size: 20px;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
	html {
		font-size: 2.6667vw;
	}
	body.open {
		width: 100%;
		height: 100%;
		position: fixed;
		overflow-y: scroll;
	}
}

/* font
----------------------------------------*/
.en {
	font-family: "Lato", sans-serif;
}
.mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}

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

/*表示
----------------------------------------*/
@media only screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header_logo {
	width: 12.2rem;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1.5rem;
	z-index: 10;
}
.header_video {
	width: 100%;
	height: 53.5rem;
	overflow: hidden;
}
.header video {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 768px) {
}

/*header
----------------------------------------*/
.nav {
	width: 37.5rem;
	margin: 0 auto;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.nav ul {
	display: flex;
	gap: .1rem;
	background: #D9BFAD;
}
.nav ul li {
	width: 100%;
	text-align: center;
}
.nav ul a {
	height: 5rem;
	padding: .1rem 0 0 2.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #C49270;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
}
.nav ul a::before {
	content: '';
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: .9rem;
	margin: auto 0;
}
.nav ul li:nth-child(1) a::before {
	background: url(../img/nav_access_icon.svg) no-repeat left top / 100% auto;
}
.nav ul li:nth-child(2) a::before {
	background: url(../img/nav_fair_icon.svg) no-repeat left top / 100% auto;
}
.nav ul li:nth-child(3) a::before {
	background: url(../img/nav_tel_icon.svg) no-repeat left top / 100% auto;
}

/* ranking
----------------------------------------*/
.ranking {
	background: #FDF7F4;
	padding: 2rem 1rem 2.1rem;
}
.ranking_logo {
	width: 12.2rem;
	margin: 0 auto 2rem;
}

/* fair
----------------------------------------*/
.fair {
	padding: 2.7rem 0 0;
}
.fair h2 {
	margin: 0 2rem 2.3rem;
	text-align: center;
	color: #C49270;
	font-size: 1.3rem;
}
.fair h2 .en {
	display: block;
	border-bottom: .1rem solid #C49270;
	font-size: 2rem;
	letter-spacing: .1em;
	padding-bottom: .6rem;
	margin-bottom: 1rem;
}
.fair h3 {
	text-align: center;
	font-size: 3rem;
	font-weight: 500;
	color: #C49270;
	letter-spacing: .05em;
	margin: 4.4rem 0 1.5rem;
}
.fair h3 span {
	display: block;
	width: 17.545rem;
	height: 3.12rem;
	background: url(../img/fair_bg_01.svg) no-repeat left top / 100% auto;
	margin: 0 auto .8rem;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: .05em;
	padding-top: .2rem;
}
.fair_txt {
	background: #FCF6F2;
	width: 33.5rem;
	margin: 0 auto;
	text-align: center;
	color: #C49270;
	font-weight: 700;
	font-size: 1.6rem;
	padding: .8rem .5rem .5rem;
}
.fair_bnr {
	width: 35.6rem;
	margin: 2.8rem auto 0;
	box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .16);
}
.fair_detail {
	padding: 4.3rem 0;
}
.fair_detail h2 {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6667;
	letter-spacing: .1em;
	color: #438129;
	margin-bottom: 1rem;
}
.fair_detail > p {
	width: 29.5rem;
	margin: 0 auto;
	font-size: 1.3rem;
	letter-spacing: .08em;
	font-weight: 500;
	line-height: 1.8462;
}
.fair_detail h3 {
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: .1em;
	margin: 3.1rem 0 1.7rem;
}
.fair_detail_slider {
	overflow: hidden;
	padding-bottom: 1.8rem;
}
.fair_detail .fair_detail_slider_inner {
	width: 31.5rem;
}
.fair_detail_item {
	width: 29.5rem;
	margin: 0 1rem;
	float: left;
}
.fair_detail .fair_detail_slider_inner .slick-prev,
.fair_detail .fair_detail_slider_inner .slick-next {
	top: 8.4rem;
	right: -2rem;
}
.fair_detail .fair_detail_slider_inner .slick-prev {
	right: auto;
	left: -2rem;
}
.fair_detail_item h4 {
	text-align: center;
	font-weight: 500;
	font-size: 1.6rem;
	margin: 1.4rem 0 .9rem;
}
.fair_detail_item p {
	font-size: 1.3rem;
	line-height: 1.7692;
}

/* present
----------------------------------------*/
.present {
	background: #E3E8E1;
	padding-bottom: 5.4rem;
	padding-top: 3rem;
}
.present h2 {
	border-top: .3rem solid #C49270;
	border-bottom: .3rem solid #C49270;
	text-align: center;
	font-size: 1.6rem;
	color: #C49270;
	padding: .1rem;
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
	padding: 1.4rem 0 1.5rem;
	margin-bottom: 3.7rem;
}
.present h2::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: .2rem;
	bottom: .2rem;
	border-top: .1rem solid #C49270;
	border-bottom: .1rem solid #C49270;
}
.present h2 span {
	display: block;
	font-size: 2.5rem;
	letter-spacing: .1em;
}
.present > h3 {
	text-align: center;
	font-weight: 500;
	font-size: 3rem;
	line-height: 1.3333;
	letter-spacing: .05em;
	color: #438129;
	margin-bottom: 2.2rem;
}
.present > h3 > span {
	display: block;
	width: 20.9rem;
	background: #C49270;
	color: #fff;
	font-size: 2.1rem;
	letter-spacing: .05em;
	padding-bottom: .3rem;
	margin: 0 auto 1.2rem;
}
.present h3 > span span {
	font-size: 3.3rem;
	line-height: .9;
	vertical-align: -.4rem;
	margin: 0 .5rem;
}
.present_txt {
	width: 33.5rem;
	background: #fff;
	color: #C49270;
	margin: 0 auto 1.3rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	padding: .7rem 0 .6rem;
}
.present_list {
	width: 33.5rem;
	margin: 0 auto 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1.3rem 0;
	text-align: center;
	font-size: 1.4rem;
	color: #C49270;
	font-weight: 700;
}
.present_list li {
	width: 15.9rem;
}
.present_list li figcaption {
	margin-top: 0.8rem;
	line-height: 1.3;
}
.present_list li figcaption span{
	font-size: 1.2rem;
}

.present_list + p {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #C49270;
}
.present_bestrate {
	margin-top: 2.7rem;
}
.present_bestrate h3 {
	text-align: center;
	font-size: 1.4rem;
	color: #C49270;
	margin-bottom: 1.2rem;
}
.present_bestrate h3::before {
	content: '';
	display: block;
	height: .1rem;
	background: #BB9C6C;
	position: absolute;
	top: 4.5rem;
	left: 0;
	right: 0;
}
.present_bestrate h3 span {
	background: #E3E8E1;
	width: 15rem;
	display: block;
	margin: 0 auto .9rem;
}
.present_bestrate h4 {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .05em;
	color: #438129;
	text-align: center;
	margin-bottom: 1.1rem;
}
.present_bestrate p {
	text-align: center;
	font-size: 1.3rem;
	color: #438129;
	font-weight: 700;
	line-height: 1.8462;
}
.present_bestrate_btn {
	margin: 1.5rem 1.5rem 0rem;
}

/* movie
----------------------------------------*/
.movie video {
	width: 100%;
}

/* reason
----------------------------------------*/
.reason {
	padding: 0 0 3rem;
}
.reason h2 {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 2.3rem;
}
.reason h2 .en {
	font-size: 1.5rem;
	letter-spacing: .1em;
	color: #C49270;
	display: block;
	margin-bottom: 1rem;
}
.reason h2 span:not(.en) {
	color: #C49270;
	margin: 0 .5rem;
}
.reason_item {
	width: 33.5rem;
	margin: 0 auto;
}
.reason_item + .reason_item {
	margin-top: 2.7rem;
}
.reason_item h3 {
	text-align: center;
	margin-bottom: 2rem;
}
.reason_item h3::before {
	content: '';
	display: block;
	height: .1rem;
	background: #E8D6CA;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2.3rem;
}
.reason_item h3 span:nth-child(1) {
	font-size: 1.1rem;
	letter-spacing: .1em;
	color: #C49270;
	display: block;
	margin-bottom: .3rem;
}
.reason_item h3 span:nth-child(2) {
	display: block;
	width: 4.6rem;
	height: 4.6rem;
	border-radius: 50%;
	background: #C49270;
	color: #fff;
	font-size: 2rem;
	letter-spacing: .1em;
	padding-left: .1em;
	margin: 0 auto;
	line-height: 4.5rem;
}
.reason_item h4 {
	font-size: 1.5rem;
	line-height: 1.8;
	color: #C49270;
	text-align: center;
	margin-bottom: 1.5rem;
}
.reason_item:nth-of-type(1) h4 {
	font-size: 1.6rem;
	line-height: 1.5;
}
.reason_col2 {
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
}
.reason_col2_box {
	width: 16.1rem;
}
.reason_col2_box figcaption {
	text-align: center;
	font-size: 1.0rem;
	font-weight: 700;
	color: #C49270;
	line-height: 1.5385;
	margin-top: .7rem;
}
.reason_txt {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.8462;
	margin-top: 1.0rem;
}
.reason_txt + figure {
	margin-top: 1.9rem;
}
.reason_item figure:last-child {
	padding-bottom: 1rem;
}
.reason_photo {
	margin: -.6rem -1rem;
}

/* ceremony banquet
----------------------------------------*/
.ceremony {
	/*margin-bottom: 6.3rem;*/
	background-color: rgba(232,219,210,0.37);
    padding: 3rem 0;
}
.banquet {
	background-color: rgba(232,219,210,0.65);
    padding: 3rem 0;
}

.ceremony h2,
.banquet h2 {
	width: 33.5rem;
	margin: 0 auto 2.5rem;
	text-align: center;
	font-size: 1.3rem;
	color: #C49270;
}
.ceremony h2 .en,
.banquet h2 .en {
	border-bottom: .1rem solid #C49270;
	font-size: 2rem;
	letter-spacing: .1em;
	display: block;
	color: #C49270;
	padding-bottom: .6rem;
	margin-bottom: 1rem;
}
.ceremony h3,
.banquet h3 {
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: .1em;
	margin-bottom: 2rem;
}
.ceremony p,
.banquet p {
	width: 33.5rem;
	margin: 0 auto;
	font-size: 1.3rem;
	line-height: 1.8462;
	font-weight: 500;
}
.ceremony_slider,
.banquet_slider {
	margin-top: 3.5rem;
	overflow: hidden;
}
.js_slider {
	width: 29.7rem;
	margin: 0 auto;
}
.slick-track::after {
	content: '';
	display: block;
	clear: both;
	width: 0;
	height: 0;
}
.js_slider .slider_img {
	float: left;
	margin: 0 .1rem;
}
.js_slider .slick-prev,
.js_slider .slick-next {
	appearance: none;
	position: absolute;
	top: calc(50% - 1rem);
	width: 2rem;
	height: 2rem;
	background: #C49270;
	border: 0;
	border-radius: 50%;
	right: -1rem;
	z-index: 10;
	overflow: hidden;
	text-indent: -99rem;
}
.js_slider .slick-prev {
	left: -1rem;
	right: auto;
	transform: scale(-1, 1);
}
.js_slider .slick-prev::before,
.js_slider .slick-next::before {
	content: '';
	display: block;
	width: .5rem;
	height: .5rem;
	border-top: .2rem solid #fff;
	border-right: .2rem solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -.2rem;
	right: 0;
	margin: auto;
}

/* small
----------------------------------------*/
.small {
	background: #E3E8E1;
	padding: 5.7rem 2rem 6rem;
}
.small h2 {
	text-align: center;
	font-size: 2rem;
	color: #C49270;
	width: 33.5rem;
	margin: 0 auto 3rem;
}
.small h2 span {
	display: block;
	font-size: 1.5rem;
	border-bottom: .1rem solid #C49270;
	padding-bottom: .7rem;
	margin-bottom: .8rem;
}
.small h3 {
	font-size: 1.5rem;
	line-height: 1.7333;
	color: #C49270;
	margin: 1.7rem 0 1.3rem;
}
.small p {
	font-size: 1.3rem;
	line-height: 1.8462;
	font-weight: 500;
}
.small_btn {
	margin: 2.6rem 0 0;
}
.small_btn a {
	display: block;
	background: #C49270;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	padding: 2.5rem 2.5rem 2.4rem;
	box-shadow: 0 .3rem .6rem rgba(0, 0, 0, .16);
}
.small_btn a::before {
	content: '';
	display: block;
	width: 2rem;
	height: 2rem;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	margin: auto 0;
}
.small_btn a::after {
	content: '';
	display: block;
	width: .4rem;
	height: .4rem;
	border-top: .2rem solid #C49270;
	border-right: .2rem solid #C49270;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.8rem;
	margin: auto 0;
}

/* voice
----------------------------------------*/
.voice {
	padding: .9rem 0 7.9rem;
}
.voice h2 {
	text-align: center;
	font-size: 2rem;
	color: #C49270;
	letter-spacing: .1em;
	margin-bottom: 4rem;
}
.voice h2 .en {
	display: block;
	font-size: 1.5rem;
	letter-spacing: .1em;
	margin-bottom: .4rem;
}
.voice h2 span:not(.en) {
	font-size: 1.3rem;
	display: block;
	letter-spacing: 0;
	margin-bottom: .5rem;
}
.voice h3 {
	font-size: 1.5rem;
	letter-spacing: .05em;
	color: #438129;
	line-height: 1.6;
	margin: 2.2rem 0 .8rem;
}
.voice_item {
	margin: 0 2rem;
}
.voice_item + .voice_item {
	margin-top: 4.2rem;
}
.voice_item p {
	font-size: 1.3rem;
	line-height: 1.8462;
	letter-spacing: .05em;
}
.voice_item + .fair_bnr {
	margin-top: 3.3rem;
}

/* faq
----------------------------------------*/
.faq {
	padding: 4rem 2rem 8.9rem;
}
.faq h2 {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.7776;
	margin-bottom: 4rem;
}
.faq h2 .en {
	display: block;
	font-size: 1.5rem;
	letter-spacing: .1em;
	color: #C49270;
	margin-bottom: .8rem;
}
.faq_list {
	border-bottom: 1px solid rgba(26, 26, 26, .66);
}
.faq_list dt,
.faq_list dd {
	font-weight: 500;
	letter-spacing: .1em;
	padding: 0 4rem 1.7rem 2.7rem;
	line-height: 1.7143;
}
.faq_list dt {
	border-top: 1px solid rgba(26, 26, 26, .66);
	padding-bottom: 1.4rem;
	padding-top: 2.6rem;
	cursor: pointer;
}
.faq_list dt:nth-child(1) {
	border-top: 0;
	padding-top: 0;
}
.faq_list dt::before,
.faq_list dt::after {
	content: '';
	display: block;
	width: 1.4rem;
	height: .2rem;
	background: #718E5E;
	position: absolute;
	right: .2rem;
	top: 4.8rem;
}
.faq_list dt::after {
	transform: rotate(90deg);
}
.faq_list dt.open::after {
	display: none;
}
.faq_list dt:nth-child(1):before,
.faq_list dt:nth-child(1):after {
	top: 2.2rem;
}
.faq_list dt .en,
.faq_list dd .en {
	position: absolute;
	left: 0;
	top: -.7rem;
	font-size: 1.8rem;
	font-weight: 700;
	color: #C49270;
}
.faq_list dt .en {
	top: 2rem;
}
.faq_list dt:nth-child(1) .en {
	top: -.7rem;
}
.faq_list dd {
	display: none;
}

/* access
----------------------------------------*/
.access {
	background: #F4F4F4;
	padding: 5.5rem 0 5.7rem;
}
.access h2 {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center;
	margin-bottom: 4rem;
}
.access h2 .en {
	display: block;
	font-size: 1.5rem;
	letter-spacing: .1em;
	color: #C49270;
	margin-bottom: 1.1rem;
}
.access_map iframe {
	border: 0;
	width: 100%;
	height: 24.8rem;
}
.access_address {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.7143;
	letter-spacing: .1em;
	margin: 2.6rem 0 1.7rem;
}
.access_link {
	text-align: center;
	font-family: "Montserrat", serif;
	font-weight: 500;
	letter-spacing: .035em;
	text-decoration: underline;
	text-underline-offset: .6rem;
	padding-right: 1rem;
}
.access_link a::before {
	content: '';
	display: inline-block;
	width: 1.1711rem;
	height: 1.6916rem;
	background: url(../img/access_icon_01.svg) no-repeat left top / 100% auto;
	margin-right: .7rem;
	vertical-align: -.6rem;
}

/* instagram
----------------------------------------*/
.instagram {
	background: url(../img/instagram_bg_01.jpg) no-repeat center center / cover;
	color: #fff;
	text-align: center;
	padding: 8.2rem 0 8.3rem;
}
.instagram h2 {
	letter-spacing: .1em;
	font-size: 1.5rem;
}
.instagram h2::after {
	content: '';
	display: block;
	width: 1.554rem;
	height: 1.5537rem;
	background: url(../img/instagram_icon_01.svg) no-repeat left top / 100% auto;
	margin: 1.2rem auto .5rem;
}
.instagram_link {
	font-size: 1.5rem;
	letter-spacing: .1em;
}
.instagram_link a {
	text-decoration: underline;
	text-underline-offset: .6rem;
}

/* footer
----------------------------------------*/
.footer {
	text-align: center;
	padding: 3rem 0;
}
.footer .copyright {
	display: block;
	font-size: 1.4rem;
	letter-spacing: .1em;
}



/* 2025/03/19 追加
----------------------------------------*/
/*豪華20大特典の大画像*/
.present_large{
width: 33.5rem;
margin: 0 auto 1.5rem;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 1.3rem 0;
text-align: center;
font-size: 1.4rem;
color: #C49270;
font-weight: 700;
}
.present_large figcaption {
margin-top: 0.8rem;
}
.present_large figcaption span{
	font-size: 1.2rem;
	}
.present_large + p {
text-align: center;
font-size: 1.4rem;
font-weight: 700;
color: #C49270;
}

.movie {
	padding: 0;
}

iframe.youtube-16-9 {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	margin-bottom: -10px;
  }

.reason-title {
	width: 100%;
}

.reason-title-s {
	width: 100%;
	margin: 1.5rem 0rem;
}

.ceremony-title,.banquet-title {
	width: 100%;
	margin: 1.5rem 0rem;
}

.present_annotation {
	width: 33.5rem;
	color: #C49270;
	margin: 0 auto 0;
	text-align: center;
	font-size: 0.95rem;
	/*font-weight: 700;*/
	padding: 1.2rem 0 0;
}

  /* margin-top */
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}

/* padding-top */
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}

  /* margin-bottom */
  .mb10 {margin-bottom: 10px;}
  .mb15 {margin-bottom: 15px;}
  .mb20 {margin-bottom: 20px;}
  
  /* padding-bottom */
  .pb10 {padding-bottom: 10px;}
  .pb15 {padding-bottom: 15px;}
  .pb20 {padding-bottom: 20px;}