@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400;500;700&family=Lato:wght@400;700&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: 18.6567px;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
}
@media only screen and (max-width: 768px) {
	img {
		width: 100%;
	}
	html {
		font-size: 2.4876vw;
	}
	body.open {
		width: 100%;
		height: 100%;
		position: fixed;
		overflow-y: scroll;
	}
}

/* font
----------------------------------------*/
.en {
	font-family: "Reem Kufi", sans-serif;
}
.lato {
	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_logo {
	position: absolute;
	left: 0;
	right: 0;
	top: 3.5rem;
	width: 15.8rem;
	margin: 0 auto;
	z-index: 1100;
}
.header_logo img {
	width: 100%;
}
.header_img {
	overflow: hidden;
}
.header_img figure {
	float: left;
}
.header_circle {
	width: 11rem;
	position: absolute;
	right: 1.9rem;
	bottom: 9.6rem;
	display: flex;
	flex-direction: column;
	gap: .5rem;
	z-index: 1100;
}
.header_circle_item {
	width: 12rem;
	height: 12rem;
	border-radius: 50%;
	background: #AAC378;
	border: .2rem solid #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.25;
}
.header_circle_item h2 {
	font-size: 1.9rem;
	color: #273F0C;
	margin-bottom: .22rem;
}
.header_circle_item:last-child {
	font-size: 1.4rem;
	line-height: 1.1429;
}
.header_circle_item:last-child h2 {
	margin: -.4rem 0 .9rem;
}
.header_ttl {
	width: 38.2rem;
	background: #B2CE8E;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	position: absolute;
	bottom: -1.8rem;
	left: 0;
	border-radius: 0 4.3rem 4.3rem 0;
	padding: .5rem 1.6rem 1.4rem;
	z-index: 1100;
	line-height: 1.4;
	letter-spacing: .1em;
}
.header_ttl span {
	display: block;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: .08em;
}
@media only screen and (max-width: 768px) {
}

/*nav
----------------------------------------*/
.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: #A18B3C;
	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;
}


/*menu
----------------------------------------*/

.menu {
  position: fixed;
  top: 0;
  right: -100%; 
  width: 100%;
  height: 100%;
  background-color: rgba(153, 129, 68, .95);
  color: #ffffff;
  transition: right 0.3s ease; 
  padding: 20px;
  box-sizing: border-box;
  z-index: 2000;
  font-size: 1.5rem;
}
.menu.open {
  right: 0;
}
.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  cursor: pointer;
  z-index: 20;
  padding: 10px;
  background-color: #191919; 
  border-radius: 8px;
  transition: all 0.3s ease; 
  box-shadow: 0 .2rem .8rem rgba(0, 0, 0, 0.15); 
}

.hamburger span {
  display: block;
  height: 2px;
  width: 70%;
  background-color: #ffffff;
  margin: 5px 0;
  margin-left: 15%;
  transition: 0.4s;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.menu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 40px;
}

.menu li {
  padding: 8px 0;
  border-bottom: 1px solid #fff;
}

.menu li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  font-family: inherit;
  font-weight: 400;
  font-size: 15px; 
  line-height: 1.4; 
}

/*recommend
----------------------------------------*/
.recommend {
	padding: 3.2rem 0 3.5rem;
	text-align: center;
}
.recommend h2 {
	width: 27rem;
	margin: 0 auto .7rem;
	background: #B2CE8E;
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .05em;
	font-weight: 700;
	border-radius: 2.7rem;
	text-align: center;
	padding: .6rem 0 .5rem;
}
.recommend p {
	font-weight: 700;
	padding-left: 1rem;
	color: #998144;
}
.recommend .recommend_lead {
	font-size: 1.4rem;
	line-height: 1.72857;
	padding: 0 0 1rem;
}
.recommend_txt01 {
	font-size: 1.6rem;
	padding-right: .7rem;
}
.recommend_txt01 span {
	font-size: 2.8rem;
	color: #CB807D;
	margin-right: .3rem;
	vertical-align: -.1rem;
}
.recommend_txt02 {
	font-size: 1.4rem;
	padding-right: 1rem;
}
.recommend_txt02 span {
	font-size: 1.9rem;
	vertical-align: -.1rem;
	letter-spacing: .02em;
	line-height: 1.15;
	margin-right: .3rem;
}
.recommend_note {
	font-size: 1rem;
	margin-top: .8rem;
}

/* fair
----------------------------------------*/
.fair {
	padding: 0;
}
.fair h2 {
	text-align: center;
	color: #fff;
	font-size: 2rem;
	background-color: #EDB8B6;
	padding: 1.4rem 0 1.3rem;
}
.fair h2 .en {
	font-size: 1.6rem;
	font-weight: 500;
	display: block;
	letter-spacing: .1em;
}

/* ranking
----------------------------------------*/
.ranking {
	/* padding: 3.7rem 0 0; */
}
.ranking h2 {
	text-align: center;
	color: #998144;
	font-size: 1.4rem;
	line-height: 1.4286;
	letter-spacing: .1em;
	margin-bottom: 1.7rem;
}
.ranking h2 span {
	display: block;
	font-size: 2.4rem;
	letter-spacing: 0;
	margin-top: .4rem;
	letter-spacing: .03em;
}
.ranking figcaption {
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .1em;
	color: #998144;
	margin-top: 1.8rem;
}
.ranking figure + figure {
	margin-top: 5.3rem;
}
.ranking figure video {
	width: 100%;
	display: block;
}

/* present
----------------------------------------*/
.present h2 {
	background: #EDB8B6;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .3em;
	text-align: center;
	padding: 1.5rem 0 1.2rem;
	margin-bottom: 3.2rem;
}
.present h2 .en {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .1em;
}
.present > h3 {
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.25;
	color: #998144;
	margin-bottom: 1.3rem;
}
.present > h3 > span {
	display: block;
	width: 22rem;
	background: #998144;
	color: #fff;
	font-size: 2.2rem;
	letter-spacing: .1em;
	padding: .4rem 0 .3rem;
	margin: 0 auto 2.5rem;
}
.present_txt {
	color: #998144;
	margin: 0 auto 1.8rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
}
.present_list {
	width: 35.7rem;
	margin: 0 auto 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2.2rem 0;
	text-align: center;
	color: #998144;
	font-size: 1.4rem;
	letter-spacing: .1em;
	line-height: 1.4286;
	font-weight: 700;
}
.present_list li {
	width: 17rem;
}
.present_list li figcaption {
	margin-top: 1rem;
}
.present_list + p {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	color: #A18B3C;
}
.present_bestrate {
	margin-top: 4.9rem;
	padding: 5.3rem 2rem 4.8rem;
	display: flex;
	flex-wrap: wrap;
	background: #F9EEEE;
}
.present_bestrate figure {
	width: 10.1rem;
}
.present_bestrate_txt {
	flex: 1;
	padding-left: 1.3rem;
}
.present_bestrate h3 {
	font-size: 2.4rem;
	color: #998144;
}
.present_bestrate h4 {
	font-size: 1.6rem;
	font-weight: 700;
	color: #0D1B0B;
	margin-bottom: 1.2rem;
}
.present_bestrate p {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3333;
}
.present_bestrate_btn {
	width: 100%;
	margin-top: 2.5rem;
}
.present_bestrate_btn a {
	display: block;
	width: 32.2rem;
	margin: 0 auto;
}

/* photo
----------------------------------------*/
.photo {
	width: 100%;
	margin-top: 1rem;
}

/* reason
----------------------------------------*/
.reason {
	padding: 0 0 7rem;
}
.reason h2 {
	background: #EDB8B6;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .3em;
	text-align: center;
	padding: 1.5rem 0 1.2rem;
	margin-bottom: 5rem;
}
.reason h2 .en {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .1em;
}
.reason_lead {
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	color: #998144;
	line-height: 1.25;
	margin-bottom: 3.5rem;
}
.reason_item {
	width: 36.2rem;
	margin: 0 auto;
}
.reason_item + .reason_item {
	margin-top: 4rem;
}
.reason_item h3 {
	text-align: center;
	margin-bottom: 1.7rem;
}
.reason_item h3::before {
	content: '';
	display: block;
	height: .1rem;
	background: #998144;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3rem;
}
.reason_item h3 span:nth-child(1) {
	font-size: 1.1rem;
	letter-spacing: .1em;
	font-weight: 700;
	color: #998144;
	display: block;
	margin-bottom: .6rem;
}
.reason_item h3 span:nth-child(2) {
	display: block;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: #998144;
	color: #fff;
	font-size: 2.2rem;
	letter-spacing: .1em;
	padding-left: .1em;
	margin: 0 auto;
	line-height: 6rem;
}
.reason_item h4 {
	font-size: 1.7rem;
	line-height: 1.7647;
	color: #998144;
	text-align: center;
	margin-bottom: 2rem;
}
.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.3rem;
	font-weight: 700;
	color: #A18B3C;
	line-height: 1.5385;
	margin-top: .7rem;
}
.reason_txt {
	font-size: 1.5rem;
	line-height: 1.6;
	margin-top: 2.5rem;
}
.reason_txt + figure {
	margin-top: 1.9rem;
}
.reason_item figure:last-child {
	padding-bottom: 1rem;
}
.reason_photo {
	margin: -.6rem -1rem;
}
.reason_btn {
	display: block;
	width: 36.2rem;
	background: #F9A29E;
	color: #fff;
	border-radius: 1.6rem;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	margin: 4rem auto 0;
	padding: 1.4rem 1rem 1rem;
}
.reason_btn::after {
	content: '';
	display: block;
	width: .6rem;
	height: .6rem;
	border-top: .3rem solid #fff;
	border-right: .3rem solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2.3rem;
	margin: auto 0;
}

/* real wedding
----------------------------------------*/
.wedding {
	padding-bottom: .2rem;
}
.wedding h2 {
	background: #EDB8B6;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .3em;
	text-align: center;
	padding: 1.5rem 0 1.6rem;
	margin-bottom: .2rem;
}
.wedding h2 .en {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .1em;
}
.wedding h2 .small {
	display: block;
	font-size: 1.2rem;
	letter-spacing: .3em;
}
.wedding_img {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .3rem;
}

/* flow
----------------------------------------*/
.flow {
	margin-bottom: -2rem;
}
.flow h2 {
	background: #EDB8B6;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-align: center;
	padding: 1.5rem 0 1.2rem;
	margin-bottom: 3rem;
}
.flow h2 .en {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .1em;
}
.flow_lead {
	text-align: center;
	font-size: 1.9rem;
	font-weight: 700;
	color: #74895C;
	line-height: 1.5789;
	margin-bottom: 1.9rem;
}
.flow_txt {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 4rem;
}
.flow h3 {
	text-align: center;
	font-size: 2.2rem;
	color: #998144;
	font-weight: 700;
	margin-bottom: 5.4rem;
}
.flow_item {
	width: 36.2rem;
	margin: 0 0 0 auto;
}
.flow_item + .flow_item {
	margin-top: 6.5rem;
}
.flow_num {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background: #998144;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -2.8rem;
	left: -2.2rem;
	z-index: 2;
}
.flow_item h4 {
	font-weight: 700;
	line-height: 1.875;
	font-size: 1.6rem;
	color: #998144;
	margin: 1.1rem 0 .8rem;
}
.flow_item h4 ~ p {
	padding-right: 4rem;
	font-size: 1.5rem;
	line-height: 1.6;
}

/* js_slider
----------------------------------------*/
.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: #74895C;
	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;
}

/* faq
----------------------------------------*/
.faq {
	margin-top: 1rem;
	border-top: .1rem solid #E2E2E2;
	padding: 6rem 2rem 6.5rem;
}
.faq h2 {
	text-align: center;
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: 3.5rem;
}
.faq h2 .en {
	display: block;
	font-size: 1.6rem;
	letter-spacing: .1em;
	color: #74895C;
	font-weight: 500;
	margin-bottom: .1rem;
}
.faq_list {
	border-bottom: 1px solid #E2E2E2;
}
.faq_list dt,
.faq_list dd {
	font-weight: 500;
	font-size: 1.5rem;
	padding: 0 0 1.7rem 3rem;
	line-height: 1.7143;
}
.faq_list dt {
	border-top: 1px solid #E2E2E2;
	padding-bottom: 1.7rem;
	padding-top: 2rem;
	cursor: pointer;
}
.faq_list dt:nth-child(1) {
	border-top: 0;
	padding-top: 0;
}
.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: -.1rem;
	font-size: 1.6rem;
	font-weight: 500;
	color: #74895C;
}
.faq_list dt .en {
	top: 2rem;
}
.faq_list dt:nth-child(1) .en {
	top: -.1rem;
}
.faq_list dd {
	display: none;
}

/* access
----------------------------------------*/
.access {
	background: #F4F4F4;
	padding: 5.5rem 0 6.1rem;
}
.access h2 {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center;
	color: #74895C;
	margin-bottom: 2.5rem;
}
.access h2 .en {
	display: block;
	font-size: 1.6rem;
	letter-spacing: .1em;
	margin-bottom: .2rem;
}
.access_map iframe {
	border: 0;
	width: 100%;
	height: 30.2rem;
}
.access_address {
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.6;
	margin: 1.7rem 0 1.7rem;
}
.access_link {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: .4rem;
	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: -.5rem;
}

/* instagram
----------------------------------------*/
.instagram {
	background: url(../img/instagram_bg_01.jpg) no-repeat center center / cover;
	color: #fff;
	text-align: center;
	height: 30rem;
}
.instagram .box{
	background-color: rgba(0, 0, 0, 0.3);
	height: 30rem;
	padding: 7rem 0 8.3rem;
	width: 100%;
}
.instagram h2 {
	letter-spacing: .06em;
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 1.5rem;
}
.instagram_link {
	font-size: 1.4rem;
	letter-spacing: .02em;
}
.instagram_link a::before {
	content: '';
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: url(../img/instagram_icon_01.svg) no-repeat left top / 100% auto;
	vertical-align: -.7rem;
	margin-right: 1.2rem;
}

/* footer
----------------------------------------*/
.floatFooter {
  background: #fff;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 2000;
}
.floatFooter ul li a {
  background: #489872;
  display: block;
  padding: 12px 0;
  color: #fff;
  text-align: center;
}
.floatFooter .col1 li {
  width: 100%;
}
.floatFooter .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.floatFooter .col2 li {
  width: 49.8%;
}
.floatFooter .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.floatFooter .col3 li {
  width: 33.1%;
}

.weddingTemplate .floatFooter ul li a {
  background: #489872;
}

@media screen and (min-width: 1001px) {
  .floatFooter {
    display: none !important;
  }
}

/* footer
----------------------------------------*/
.footer {
	text-align: center;
	padding: 2.2rem 0;
}
.footer .copyright {
	display: block;
	font-weight: 500;
	color: #000;
	font-size: 1.2rem;
}