img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

#main {
	padding-top: 48px;
	color: #221815;
	background: #f2f2f2;
	font-family: YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", "ＭＳ Ｐ明朝", serif;
	overflow: hidden;
}

#main p{
	transform: rotate(0.03deg);
	font-feature-settings: "palt";
}

#fv {
	padding: 12px 0 14px;
	height: calc(100vh - 74px);
	background: #367f9a;
	position: relative;
}

#fv figure {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 8px #fff solid;
	box-sizing: border-box;
	display: block;
	position: relative;
}

#fv figure .imgM {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left bottom;
}

#fv figure .imgB {
	display: none;
}

#fv .title {
	padding-top: 25vw;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

#fv .title h1 {
	margin: 0 auto;
	width: 72%;
}

#fv .scroll {
	width: 8px;
	left: 20px;
	bottom: 32px;
	position: absolute;
}

#lead {
	background: #fbfbfb url("../img/resortwedding/bg_lead_sp.png") no-repeat center top / 100% auto;
	position: relative;
}

#lead .content {
	padding: 0 0 86px;
}

#lead #leadMsg {
	padding: 70px 24px 50px;
	position: relative;
	text-align: center;
}

#lead #leadMsg::before {
	content: " ";
	width: 79px;
	height: 75px;
	background: url("../img/resortwedding/lead_point.png") no-repeat center center / contain;
	display: block;
	right: 15px;
	top: 20px;
	position: absolute;
}

#lead #leadMsg h2 {
	margin: 0 auto 45px;
	width: 154px;
}

#lead #leadMsg p {
	color: #333;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 0.28em;
	display: inline-block;
	text-align: left;
}

#lead #leadNavi {
	padding: 0 1px;
	display: flex;
	flex-wrap: wrap;
}

#lead #leadNavi li {
	margin: 1px;
	width: calc(50% - 2px);
	overflow: hidden;
}

#lead #leadNavi li a {
	aspect-ratio: 37 / 20;
	display: block;
	position: relative;
}

#lead #leadNavi li:nth-of-type(1) a,
#lead #leadNavi li:nth-of-type(4) a {
	background: #00abcd;
}

#lead #leadNavi li:nth-of-type(2) a,
#lead #leadNavi li:nth-of-type(3) a {
	background: #367f9a;
}

#lead #leadNavi li a::before {
	content: " ";
	width: 100%;
	height: 22%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	left: 0;
	top: 0;
	z-index: 2;
	position: absolute;
}

#lead #leadNavi li:nth-of-type(1) a::before {
	background-image: url("../img/resortwedding/bg_gnavi01.jpg");
}

#lead #leadNavi li:nth-of-type(2) a::before {
	background-image: url("../img/resortwedding/bg_gnavi02.jpg");
}

#lead #leadNavi li:nth-of-type(3) a::before {
	background-image: url("../img/resortwedding/bg_gnavi03.jpg");
}

#lead #leadNavi li:nth-of-type(4) a::before {
	background-image: url("../img/resortwedding/bg_gnavi04.jpg");
}

#lead #leadNavi li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	z-index: 5;
	position: relative;
}

#rp01,
#rp02,
#rp03,
#rp04 {
	padding: 0 0 80px;
	background: #fff;
	position: relative;
}

#rp03 {
	padding: 0 0 40px;
}

#rp01 h2,
#rp02 h2,
#rp03 h2,
#rp04 h2 {
	width: 100%;
}

#rp02 .swiper .swiper-slide,
#rp03 .swiper .swiper-slide {
	width: auto !important;
}

#rp02 .swiper figure,
#rp03 .swiper figure {
	margin: 0;
	padding: 0;
}

#rp02 .swiper .slider01,
#rp02 .swiper .slider03,
#rp02 .swiper .slider05,
#rp03 .swiper .slider02,
#rp03 .swiper .slider04,
#rp03 .swiper .slider06 {
	padding-top: 34px;
	width: 287px;
}

#rp02 .swiper .slider02,
#rp02 .swiper .slider04,
#rp02 .swiper .slider06,
#rp03 .swiper .slider01,
#rp03 .swiper .slider03,
#rp03 .swiper .slider05 {
	padding-bottom: 34px;
	width: 127px;
}

#rp01 .info {
	padding: 79px 24px 62px;
}

#rp01 .info h3 {
	margin-bottom: 82px;
	width: 250px;
}

#rp01 .info h4 {
	margin-bottom: 40px;
	width: 100%;
	max-width: 325px;
}

#rp01 .info p {
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.1em;
}

#rp01 .info .price {
	padding: 75px 0 0;
}

#rp01 .info .price li {
	margin-bottom: 40px;
	width: 100%;
	max-width: 325px;
}

#rp01 .info .note li {
	padding-left: 2em;
	font-size: 12px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-indent: -2em;
}

#rp01 .check {
	padding: 70px 24px 60px;
	background: #f7f5ed;
	position: relative;
}

#rp01 .check h5 {
	margin-bottom: 30px;
	color: #1a4657;
	font-size: 21px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.24em;
	text-align: center;
	position: relative;
}

#rp01 .check h5 img {
	margin-left: -30px;
	width: 60px;
	left: 50%;
	top: -84px;
	position: absolute;
}

#rp01 .check h5 span {
	display: block;
}

#rp01 .check p {
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.1em;
}

#rp01 .check figure {
	margin: 30px 0 0;
	width: 100%;
}

#rp02 .content {
	padding-bottom: 40px;
}

#rp02 .info {
	padding: 80px 24px 35px;
}

#rp02 .info h3 {
	margin-bottom: 80px;
	width: 201px;
}

#rp02 .info h4 {
	margin-bottom: 40px;
	width: 100%;
	max-width: 325px;
}

#rp02 .info p {
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.1em;
}

#rp03 .info {
	padding: 80px 24px 40px;
}

#rp03 .info h3 {
	margin-bottom: 80px;
	width: 179px;
}

#rp03 .info h4 {
	margin-bottom: 40px;
	width: 100%;
	max-width: 325px;
}

#rp03 .info p {
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.1em;
}

#rp03 .check {
	margin-top: 74px;
	padding: 70px 24px 60px;
	background: #f7f5ed;
	position: relative;
}

#rp03 .check h5 {
	margin-bottom: 20px;
	color: #1a4657;
	font-size: 21px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.24em;
	text-align: left;
	position: relative;
}

#rp03 .check h5 img {
	margin-left: -30px;
	width: 60px;
	left: 50%;
	top: -84px;
	position: absolute;
}

#rp03 .check h5 span {
	display: block;
}

#rp03 .check p {
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.1em;
}

#rp03 .check figure {
	margin: 20px auto 30px;
	width: 200px;
}

#rp03 .check .note {
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0.075em;
}

#rp04 .info {
	padding: 79px 24px 20px;
}

#rp04 .info h3 {
	margin-bottom: 80px;
	width: 204px;
}

#rp04 .info h4 {
	margin-bottom: 40px;
	width: 100%;
	max-width: 325px;
}

#rp04 .info p {
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	letter-spacing: 0.1em;
}

#rp04 .easyBox {
	position: relative;
}

#rp04 .easyBox::before {
	content: " ";
	width: 100%;
	height: calc(100% - 4rem);
	background: #f7f5ed;
	display: block;
	left: 0;
	bottom: 0;
	z-index: 1;
	position: absolute;
}

#rp04 .easyBox .easyBoxIn {
	padding: 0 0 5.6rem;
	z-index: 2;
	position: relative;
}

#rp04 .easyBox h4 {
	margin: 0 auto 2.8rem;
	width: 25.3rem;
	transform: translateX(2.8rem);
}

#rp04 .easyBox ul {
	padding: 0 2.4rem;
}

#rp04 .easyBox ul li {
	margin: 0 auto 0.4rem;
	width: 100%;
	max-width: 32.6rem;
}

#rp04 .easyBox ul li:nth-child(1) a {
	width: 10.72%;
	display: block;
	right: 32.5%;
	bottom: 17%;
	position: absolute;
}

#rp04 .easyBox ul li:nth-child(2) {
	transition-delay: 0.1s;
}

#rp04 .easyBox ul li:nth-child(3) {
	transition-delay: 0.2s;
}

#rp04 .easyBox ul li:nth-child(4) {
	transition-delay: 0.3s;
}

#rp04 .easyBox ul li:nth-child(5) {
	transition-delay: 0.4s;
}

#rp04 .easyBox ul li:nth-child(6) {
	transition-delay: 0.5s;
}

#about {
	background: #fff;
	border-top: 6px #b2a029 solid;
}

#about .content {
	padding: 0 24px;
}

#about .info {
	padding: 69px 0 62px;
}

#about .info h2 {
	margin: 0 auto 45px;
	width: 276px;
}

#about .info p {
	margin: 0;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.28em;
}

#aboutSld {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

#aboutSld .swiper {
	z-index: 0;
	position: relative;
}

#aboutSld .aboutSldBox {
	background: #fff;
}

#aboutSld .aboutSldBox figure {
	margin: 0 0 35px;
	width: 100%;
}

#aboutSld .aboutSldBox .text {
	padding: 0 24px 45px;
}

#aboutSld .aboutSldBox .text h3 {
	margin: 0 0 6px;
	padding-top: 10px;
	width: 30px;
	border-top: 2px #1a4657 solid;
	color: #1a4657;
	font-size: 28px;
	font-weight: normal;
	line-height: 39px;
	letter-spacing: 0;
	text-align: center;
}

#aboutSld .aboutSldBox .text h4 {
	margin: 0 0 15px;
	color: #1a4657;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	letter-spacing: 0.075em;
}

#aboutSld .aboutSldBox .text h4 sup {
	font-size: 60%;
	line-height: 0;
	top: -0.5em;
	position: relative;
	vertical-align: baseline;
}

#aboutSld .aboutSldBox .text p {
	color: #1a4657;
	font-size: 13px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0.075em;
}

#aboutSld .aboutSldBox .text .note {
	margin-top: 18px;
	color: #1a4657;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0.075em;
}

#aboutSld .swiper-button-prev,
#aboutSld .swiper-button-next {
	margin: 0;
	padding: 0;
	width: 9px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	border: none;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	left: auto;
	right: auto;
	top: auto;
	bottom: 5px;
	position: absolute;
}

#aboutSld .swiper-button-prev {
	background-image: url('../img/resortwedding/arr_l.svg');
	right: 85px;
}

#aboutSld .swiper-button-next {
	background-image: url('../img/resortwedding/arr_r.svg');
	right: 24px;
}

#aboutSld .swiper-button-prev::after,
#aboutSld .swiper-button-next::after {
	display: none;
}

#aboutSld .swiper-pagination {
	font-family: "BauerBodoniRoman", 'YuMincho', "Hiragino Mincho ProN", 'Noto Serif JP', 'ＭＳ Ｐ明朝', serif;
	font-size: 0;
	line-height: 0;
}

#aboutSld .swiper-pagination,
#aboutSld .swiper-pagination-fraction {
	width: auto;
	height: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	position: static;
}

#aboutSld .swiper-pagination::after {
	content: " ";
	width: 25px;
	height: 25px;
	background: url('../img/resortwedding/per.svg') no-repeat center center / contain;
	display: block;
	right: 43px;
	bottom: 0;
	position: absolute;
}

#aboutSld .swiper-pagination .swiper-pagination-current {
	color: #1a4657;
	font-size: 21px;
	font-weight: normal;
	line-height: 31px;
	text-align: center;
	right: 60px;
	bottom: 10px;
	position: absolute;
}

#aboutSld .swiper-pagination .swiper-pagination-total {
	color: #a6a6a6;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	right: 43px;
	bottom: 0;
	position: absolute;
}

#btmNavi {
	width: 100%;
	background: rgba(26,70,87,0.9);
	left: 0;
	bottom: 0;
	z-index: 100;
	position: fixed;
	display: flex;
}

#btmNavi {
	transform: translateX(9999px);
	opacity: 0;
	transition: transform 0s 0.2s, opacity 0.1s 0s;
}

#btmNavi.open {
	transform: translateX(0);
	opacity: 1;
	transition: transform 0s, opacity 0.3s;
}

#btmNavi .bn02::before {
	content: " ";
	width: 0;
	height: 32px;
	display: block;
	border-right: 1px #fff solid;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
}

ul#btmNavi {
	display: flex;
	color: #fff;
}
#btmNavi li {
	text-align: center;
	line-height: 56px;
	font-size: 14px;
}
#btmNavi li:nth-of-type(1) {
	flex: 6;
}
#btmNavi li:nth-of-type(2) {
	flex: 4;
}

#btmNavi li a {
	width: 100%;
	height: 56px;
	display: block;
	color: #fff;
}

/* ------------------------------
 BANNER
-------------------------------*/

.lpBan__btnArea {
	margin: auto;
	padding: 18.6vw 0 5vw;
	max-width: 77.067vw;
}

.lpBan__btn {
	width: 100%;
	height: 14.667vw;
	position: relative;
	font-size: 4vw;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: #fff !important;
	font-weight: 600;
	background-color: #1a4657;
	margin-bottom: 5.6vw;
	border-radius: 1vw;
	letter-spacing: 0.03em;
	transition: opacity 0.3s ease-out;
}

.lpBan__btn:after {
	content: ' ';
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../img/resortwedding/00_arrowR.png');
	right: 4.533vw;
	width: 2vw;
	height: 1.6vw;
}

.webIcon,
.footer__bnr.sp {
	display: none !important;
}

.flgP {
	display: none;
}

.flgS {
	display: block;
}

.drawermenu.open ._footer {
	display: none;
}

.drawermenuinner ._block._etc {
	margin-bottom: 100px;
}

.footGood {
	padding-bottom: 80px;
}

.bnrLink {
	display: block;
    text-align: center;
    margin-top: 40px;
}
#about .bnrLink {
	margin-top: 0;
	margin-bottom: 40px;
}
.bnrLink img {
	width: 350px;
}

#fv #pagePath {
	position: relative;
	z-index: 1;
	padding: 0 10px 10px !important;
}

/* ------------------------------
 CONTENTS
-------------------------------*/
#contents {
	padding-bottom: 60px;
	padding-top: 40px;
	background: #fff;
}
.contentsList__word {
    margin: 22px 0;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .04em;
    text-align: justify;
    word-break: break-all;
}

#contents .swiper-button-prev:after,
#contents  .swiper-button-next:after {
	margin-bottom: 110px;
}

.btn {
	margin-top: 20px;
}