@charset "utf-8";
/*---------------------------------------------------------
Theme Name: lp-resort-wedding
Description:
Author: JAMD STUDIO
License:
License URI:
Version: 1.0
---------------------------------------------------------*/

/*==========================================================================

   browser reset

==========================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
header, hgroup, footer, section, article, details, menu, nav, aside, figure, figcaption {
	display: block;
}
a, a:focus {
	outline: 0;
}
img, hr {
	border: none;
	max-width: 100%;
	height: auto;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
strong {
	font-weight: bold;
}


/*==========================================================================

   base set

==========================================================================*/
body {
	color: #000;
	font-family: "Yu Gothic", YuGothic, "Meiryo", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", sans-serif;
	-webkit-font-smoothing: antialiased; /* for webkit アンチエイリアス */
	-webkit-text-size-adjust: 100%;
	background: #fff;
	font-size: 12px;
}
a {
	color: #000;
	text-decoration: none;
	transition: color .3s ease, background-color .3s;
}
a:hover {
	color: #0465a8;
}
img {
	vertical-align: bottom;
}


/*==========================================================================

   base frame

==========================================================================*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	z-index: 1;
}
#wrapper {
	overflow: hidden;
}
#main {
	margin: 50px auto;
}
#footer {
    padding: 35px 0 100px;
    background: #f2f2f2;
}


/*==========================================================================

   utility style

==========================================================================*/
/* flexible image */
.flex-img {
	width: 100%;
	height: auto;
}
.color01 { color: #661810;}
.bg01 {background: #661810;}


/*==========================================================================

   header

==========================================================================*/
.gnav {
    position: fixed;
    top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
	text-align: center;
    background: rgba(255, 255, 255, .9);
    transition: .3s linear;
	/*transform: translateY(-100%);*/
    z-index: -1;
}
.gnav.active {
    display: block;
    opacity: 1;
    visibility: visible;
	z-index: 10001;
	/*transform: translateY(0);*/
}
.gnav-header {
    margin-bottom: 35px;
    padding-top: 35px;
    font-family: "Mahogany Script W01", sans-serif;
    font-size: 48px;
}
.gnav__list {

}
.gnav__item {
    display: block;
	font-size: 18px;
	font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;

}
.gnav__item + .gnav__item {
    margin-top: 20px;
}
.gnav__item a {
	transition: .3s;
}
.gnav__item a:hover {
    color: #661810;
}
.gnav-btn {
    position: fixed;
    top: 15px;
    right: 15px;
    text-align: center;
	z-index: 10002;
}
.gnav-close {
    position: relative;
    margin-top: 60px;
}
.gnav-close__btn:before {
    position: relative;
    top: -2px;
    display: inline;
    font: normal 15px/1 FontAwesome;
    content: "\f00d";
    margin-right: 10px;
    vertical-align: middle;
}
.gnav-close:hover {
    cursor: pointer;
}

.gnav-btn-trigger,
.gnav-btn-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.gnav-btn-trigger {
    position: relative;
    width: 22px;
    height: 19px;
}
.gnav-btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #661810;
	border-radius: 4px;
}
.gnav-btn-trigger span:nth-of-type(1) {
	top: 0;
}
.gnav-btn-trigger span:nth-of-type(2) {
	top: 8px;
}
.gnav-btn-trigger span:nth-of-type(3) {
	bottom: 0;
}
.gnav-btn-trigger.active span:nth-of-type(1) {
	transform: translateY(7px) rotate(-45deg);
}
.gnav-btn-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	animation: gnav-btn-active .8s forwards;
}
.gnav-btn-trigger.active span:nth-of-type(3) {
	transform: translateY(-9px) rotate(45deg);
}
@keyframes gnav-btn-active {
	100% {
		height: 0;
	}
}

.gnav-btn-trigger.hide {
	opacity: 0;
}

/*==========================================================================

   section

==========================================================================*/
.section-header {
    margin-bottom: 38px;
    text-align: center;
}
.section-header__title-ja {
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 19px;
    line-height: 1.57;
    letter-spacing: .1em;
}
.section-header__title-en {
    margin-top: 10px;
	font-family: "CaflischScriptW01-Regul", sans-serif;
    font-size: 20px;
}
.section-body {
    margin: 0 20px;
}
.section-body-width.is--full {
    margin-right: -20px;
    margin-left: -20px;
}
.section-text01 {
    margin: 20px;
    line-height: 2.2;
}


/*==========================================================================

   footer

==========================================================================*/
.footer-logo {
    width: 121px;
    margin: 0 auto 10px;
    text-align: center;
}
.copyright {
	display: block;
	font-size: 11px;
	text-align: center;
	color: #000;
}


/*==========================================================================

   layout

==========================================================================*/

.gallery-comp{
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
  padding-left: 3px;
}
.gallery-comp a{

}
.gallery-comp a img{
	width: 32%;
	height: auto;
	margin-bottom: 3px;
	margin-right: 3px;
	float: left;
}
.gallery-comp a:hover img{
	opacity: 0.7;
}

.bnr-fair a img:hover{
	opacity: 0.7;
}

#youtube-movie {
  margin: 0 auto;
  width: 100%;
  max-width: 640px; /* 最大の横幅 */
}

#youtube-movie-content {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

#youtube-movie-content iframe {
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}

.section-bg01 { background: #fff;}
.section-bg02 { background: #d7edf0;}
.section-bg03 { background: #f2f2f2;}

.l-skew01 {
    padding: 12% 0 19%;
    transform: skewY(6.1deg);
}
.l-skew01-inner {
	transform: skewY(-6.1deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.l-skew02 {
    margin: -7% 0;
    padding: 19% 0 10%;
}
.l-artice01-item {
    position: relative;
}
.l-artice01-item + .l-artice01-item {
    margin-top: 50px;
}
.l-artice01-item + .l-artice01-item:before {
    position: relative;
    top: -25px;
    left: 50%;
    content: "";
    display: block;
    width: 70%;
    height: 1px;
    margin-left: -35%;
    background: #4b85ae;
}
.l-artice01-item-header {
    margin-bottom: 17px;
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
}
.l-artice01-item-body {
    font-size: 13px;
    line-height: 2.2;
}
.l-artice01-item__img {
    margin-bottom: 25px;
}
.l-artice01-item-footer {
    margin-top: 20px;
}

/*---------------------------------------------------------
event carousel
---------------------------------------------------------*/
.event-carousel {
  width: 1040px;
  margin: 15px auto 30px;
}

.event-carousel .item a {
  width: 250px;
  padding: 5px;
  min-height: 0;
}

.event-carousel .content {
  padding: 5px;
  height: auto;
}

.event-carousel .item .cat {
  margin: 0 0 10px;
}

.event-carousel .item .fair-lists {
  width: 100%;
  display: inline-block;
}

.event-carousel .date-circle {
  background: #fff;
  display: inline-block;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  top: 10px;
  left: 10px;
  font-size: 17px;
  text-align: center;
  line-height: 1em;
  font-style: italic;
  padding-right: 5px;
  position: absolute;
}

.event-carousel .date-circle span {
  display: block;
  padding-top: 18px;
}

.event-carousel .date-circle .week {
  font-size: 12px;
  padding-top: 0px !important;
}

.event-carousel .topic-title {
  line-height: 1.2em;
}

.topics-carousel {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.topics-carousel .item {
  text-align: center;
  position: relative;
}

.topics-carousel .item a {
  display: inline-block;
  width: 160px;
  min-height: 300px;
  padding-bottom: 10px;
  background: #fff;
  border: 1px solid #efefef;
  position: relative;
}

.topics-carousel img {
  display: block;
  position: relative;
}

.topics-label {
  color: #fff;
  display: inline-block;
  width: 134px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 133px;
  left: 50%;
  margin-left: -67px;
  font-size: 14px;
}

.topics-carousel .content {
  padding: 20px 10px;
  text-align: left;
  /*height: 150px;*/
  height: 100px;
  overflow: hidden;
}

.topic-title {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}

.topics-carousel .topic-title {
  line-height: 1.4em;
}

.topics-carousel p {
  font-size: 11px;
  line-height: 1.4em;
  letter-spacing: 0;
  padding-top: 5px;
}

.topics-carousel .slick-prev {
  background: url("./assets/img/arrow_left.png");
  width: 26px;
  height: 26px;
  -webkit-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
}

.topics-carousel .slick-next {
  background: url("./assets/img/arrow_right.png");
  width: 26px;
  height: 26px;
  -webkit-background-size: cover;
  background-size: cover;
  text-indent: -9999px;
}

.topics-carousel .slick-prev:hover, .topics-carousel .slick-next:hover {
  opacity: 0.7;
}

.fair-lists .day {
  font-size: 34px;
  font-weight: bold;
  padding: 10px 0;
}

.fair-lists .cat {
  margin: 10px;
}

.fair-lists .cat li {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 1em;
  padding: 4px 10px;
  letter-spacing: 0;;
  margin-bottom: 2px;
}

.special-label {
  background: #d1462b;
}

.cat-label {
  background: #718845;
}

.fair-lists .lead {
  padding-top: 0;
}

.fair-lists .btn-hover {
  margin-top: 0;
}

.fair-lists .btn-alert {
  text-align: center;

  background: red;
  display: inline-block;
  width: 297px;
  height: 37px;
  line-height: 37px;
  color: #fff;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.wine-red, .wine-red:hover, .wine-red:active, .wine-red:link, .wine-red:visited {
    color: #720c00;
}

/*==========================================================================

   modules

==========================================================================*/
.m-btn01 {
    position: relative;
    display: block;
    padding: 15px;
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 12px;
    text-align: center;
    border: 1px solid #ccc;
}
.m-btn01:after {
    position: relative;
    top: -2px;
    display: inline;
    font: normal 21px/1 FontAwesome;
    content: "\f107";
    margin-left: 10px;
    vertical-align: middle;
}
.m-btn01.is--blank:after {
    position: relative;
    top: -1px;
    display: inline;
    font: normal 15px/1 FontAwesome;
    content: "\f08e";
    margin-left: 10px;
    vertical-align: middle;
}
.m-btn02 {
	position: relative;
    display: block;
    padding: 20px 5px;
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border: 1px solid #661810;
    background: #661810;
    transition: .3s;
}
.m-btn02::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline;
    font: normal 24px/1 FontAwesome;
    content: "\f105";
    margin-top: -13px;
    vertical-align: middle;
}
.m-btn02:hover {
    color: #661810;
    background: #fff;
}

.m-slide01 {
    padding: 10px 8px 0;
    border: 1px solid #bdbdbd;
}
.m-slide01-header {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
}
.m-slide01-header:hover {
    cursor: pointer;
}
.m-slide01-header:after {
    position: relative;
    display: block;
    font: normal 35px/1 FontAwesome;
    content: "\f107";
    margin: 0;
    vertical-align: middle;
    color: #4b85ae;
}
.m-slide01-header.active:after {
    content: "\f106";
}
.m-slide01-body {
    display: none;
    padding: 20px 0;
}
.m-slide02-header {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}
.m-slide02-header:hover {
    cursor: pointer;
}
.m-slide02-header:after {
    position: relative;
    display: block;
    font: normal 35px/1 FontAwesome;
    content: "\f107";
    margin: 0;
    vertical-align: middle;
    color: #4b85ae;
}
.m-slide02-header.active:after {
    content: "\f106";
}
.m-slide02-body {
    display: none;
    padding: 20px 0;
}
.m-icon01 {
    display: inline-block;
    margin: 0 auto;
    padding: 6px 14px;
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 12px;
    color: #4b85ae;
    border: 1px solid #4b85ae;
    border-radius: 1px;
}
.m-iframe01 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.m-iframe01 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.text-center{
	text-align: center;
}

/*==========================================================================

   effect

==========================================================================*/
.ef-fadein {
	opacity: 0;
	transition: .8s;
}
.ef-fadein.on {
	opacity: 1.0;
}
.ef-fadein-rise {
	opacity: 0;
	transition: .8s;
	transform: translate(0,60px);
}
.ef-fadein-rise.on {
	opacity: 1.0;
	transform: translate(0,0);
}
.ef-fadein-right {
	opacity: 0;
	transition: .8s;
	transform: translate(60px,0);
}
.ef-fadein-right.on {
	opacity: 1.0;
	transform: translate(0,0);
}
.ef-fadein-left {
	opacity: 0;
	transition: .8s;
	transform: translate(-60px,0);
}
.ef-fadein-left.on {
	opacity: 1.0;
	transform: translate(0,0);
}
.ef-spin3d {
	transition: .8s;
	transform:rotateY(0deg);
}
.ef-spin3d.on {
	transform:rotateY(360deg);
}
.ef-zoomup {
	transform: scale(0, 0);
}
.ef-zoomup.on {
	transform: scale(1, 1);
}

.ef--01 { transition: .1s;}
.ef--02 { transition: .2s;}
.ef--03 { transition: .3s;}
.ef--04 { transition: .4s;}
.ef--05 { transition: .5s;}
.ef--06 { transition: .6s;}
.ef--07 { transition: .7s;}
.ef--08 { transition: .8s;}
.ef--09 { transition: .9s;}
.ef--10 { transition: 1s;}
.ef--11 { transition: 1.1s;}
.ef--12 { transition: 1.2s;}
.ef--13 { transition: 1.3s;}
.ef--14 { transition: 1.4s;}
.ef--15 { transition: 1.5s;}
.ef--16 { transition: 1.6s;}
.ef--17 { transition: 1.7s;}
.ef--18 { transition: 1.8s;}
.ef--19 { transition: 1.9s;}


/*==========================================================================

   style

==========================================================================*/
.kv-pc {
	display: none;
}
.main-kv {
	position: relative;
}
.main-kv-inner {
    position: relative;
}
/*
.main-kv:before {
    content: "";
    position: absolute;
    display: block;
    top: 1px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 103vw 11.2vw 0;
    border-color: transparent #fff transparent transparent;
    z-index: 2;
}
.main-kv:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 1px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.2vw 0 0 103vw;
    border-color: transparent transparent transparent #fff;
    z-index: 2;
}


.kv-frame-header,
.kv-frame-footer {
	display: none;
}
*/
.kv-frame-header {
	position: absolute;
	top: 0;
	right: 0;
	width: 105%;
	z-index: 2;
}
.kv-frame-header svg {
	width: 100%;
	height: 11.2vw;
	fill: #fff;
}
.kv-frame-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 105%;
    z-index: 2;
}
.kv-frame-footer svg {
	width: 100%;
	height: 11.2vw;
	fill: #fff;
}



/* promotion */
.promotion-logo {
    margin-bottom: 30px;
    text-align: center;
}
.promotion-name {
    margin-bottom: 30px;
}
.promotion-name__title-en {
    font-family: "Mahogany Script W01", sans-serif;
    font-size: 35px;
}
.promotion-name__title-ja {
    margin-top: 15px;
    font-size: 14px;
}
.promotion-copy {
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 16px;
    line-height: 2;
}
.promotion-text {
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    margin: 25px auto 35px;
    font-size: 14px;
    text-align: center;
    line-height: 2.4;
}

/* about02 */
.about02-point__list {
    padding: 0 0px;
}
.about02-point__item + .about02-point__item {
    margin-top: 30px;
}
.about02-point__item-header {
	display: -webkit-flex;
	display: flex;
}
.about02-point__item:nth-child(odd) .about02-point__item-header { flex-direction: row;}
.about02-point__item:nth-child(even) .about02-point__item-header { flex-direction: row-reverse;}

.about02-point__item-header__label {
    width: 66px;
    text-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.about02-point__item-header__label__icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    font-family: "Cochin LT W01 Italic", sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    background: #4b85ae;
}
.about02-point__item-header__title {
	width: 100%;
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 16px;
    line-height: 1.625;
	-webkit-align-items: center;
	align-items: center;
}
.about02-point__item:nth-child(odd) .about02-point__item-header__title { padding-left: 15px;}
.about02-point__item:nth-child(even) .about02-point__item-header__title { padding-right: 15px;}

.about02-point__item-body {
    margin-top: 13px;
    line-height: 2.27;
}
.about02-point__item__img {
	width: 297px;
    margin: 20px auto;
    text-align: center;
}

/* facilities */
.facilities-content__title-en {
    margin-bottom: 18px;
    font-family: "Mahogany Script W01", sans-serif;
    font-size: 30px;
    text-align: center;
}
.facilities-content__title-ja {
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 16px;
    text-align: center;
}
.facilities-content__text {
    margin: 25px 10px 40px;
    font-size: 13px;
    line-height: 2.2;
}

/* dress */
.dress-img {
    padding: 0 20px;
}
.dress-img__list {
    font-size: 0;
    text-align: center;
}
.dress-img__item {
    box-sizing: border-box;
    display: inline-block;
	width: 50%;
    padding: 2px;
    font-size: 14px;
}
.dress-brands {
    margin: 20px;
    padding: 20px;
    background: #ebf6f8;
}
.dress-brands-header {
    font-size: 14px;
    text-align: center;
}
.dress-brands__list {
    font-size: 0;
    text-align: center;
}
.dress-brands__item {
    display: inline-block;
    box-sizing: border-box;
    width: 33.333333%;
    padding: 15px 10px;
    vertical-align: middle;
}

/* plan */
.plan__list {
}
.plan__item {
    position: relative;
    padding: 20px;
    background: #fff;
}
.plan__item + .plan__item {
	margin-top: 50px;
}
.plan__item__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 89px;
    height: 86px;
    overflow: hidden;
}
.plan__item__label__text {
    display: inline-block;
    position: absolute;
    padding: 7px 0;
    right: -10px;
    top: 18px;
    width: 137px;
    font-family: "CaflischScriptW01-Regul", sans-serif;
    font-size: 16px;
    text-align: center;
    letter-spacing: .05em;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background: #4b85ae;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}
.plan__item__icon {
	margin-bottom: 7px;
	text-align: center;
}
.plan__item__title {
	margin-bottom: 5px;
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 19px;
    line-height: 1.57;
    text-align: center;
	letter-spacing: .02em;
    color: #4b85ae;
}
.plan__item__price {
    margin-bottom: 20px;
    text-align: center;
    color: #4b85ae;
}
.plan__item__price-value {
    margin-right: 3px;
    font-family: "Cochin LT W01 Italic", sans-serif;
    font-size: 27px;
    letter-spacing: .02em;
}

.plan__item__price-value_min {
    margin-right: 3px;
    font-family: "Cochin LT W01 Italic", sans-serif;
    font-size: 18px;
    letter-spacing: .02em;
}

.plan__item__price-unit {
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 12px;
}
.plan__item__img {
    text-align: center;
}
.plan__item__img img {
    width: 100%;
}
.plan__item__text {
    margin: 25px auto;
    line-height: 1.6;
}
.plan-note-row + .plan-note-row {
    margin-top: 25px;
}
.plan-note-header {
    margin-bottom: 18px;
    padding-bottom: 12px;
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 1.7;
    border-bottom: 2px solid #dbe7ef;
}
.plan-note-header__price {
	font-family: "Yu Gothic", YuGothic, "Meiryo", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", sans-serif;
    font-family: "Cochin LT W01 Italic", sans-serif;
	font-size: 24px;
}

.plan-note-header__tax-price {
	font-size: 15px;
}
.plan-note__list {
    font-size: 0;
    text-align: left;
}
.plan-note__item {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 25%;
    padding: 10px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 1.35;
    color: #4b85ae;
    letter-spacing: .04em;
}
.plan-note__item__title {
    margin-top: 7px;
	font-family: "Yu Gothic", YuGothic, "Meiryo", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", sans-serif;
}
.plan-note__text {
    margin: 20px 0;
	font-family: "Yu Gothic", YuGothic, "Meiryo", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", sans-serif;
}
.plan-note__text__option {
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    color: #4b85ae;
}
.plan-note__text__desc {
    font-size: 12px;
    line-height: 1.8;
}
.plan-option__text {
	font-family: "Yu Gothic", YuGothic, "Meiryo", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
    color: #4b85ae;
}
.plan-option__expiration-date-text {
    font-size: 12px;
    text-align: center;
    line-height: 1.5;
}
.plan-link__item + .plan-link__item {
    margin-top: 12px;
}

/* stay */
.stay-slider figcaption {
    margin: 15px 0 10px;
	font-size: 13px;
    text-align: center;
}
.stay-privilege {
    border: 1px solid #bdbdbd;
}
.stay-privilege-body {
    padding: 20px;
}
.stay-privilege__title {
    margin-bottom: 15px;
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 17px;
    text-align: center;
}
.stay-privilege__value {
	margin-bottom: 22px;
    text-align: center;
    color: #4b85ae;
}
.stay-privilege__value-ja {
    margin-right: 2px;
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 17px;
}
.stay-privilege__value-en {
    font-family: "Cochin LT W01 Roman", sans-serif;
    font-size: 21px;
}
.stay-privilege__text {
    font-size: 12px;
    line-height: 2.27;
}
.stay-privilege__btn {
    margin-top: 25px;
}

/* access */
.access-img {
	width: 277px;
    margin: 39px auto;
    text-align: center;
}
.access-card {
    margin-top: 35px;
    text-align: center;
}
.access-card__title-main {
    margin-bottom: 12px;
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 17px;
}
.access-card__title-sub {
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 12px;
}
.access-card__tel {
    margin: 15px auto;
    font-family: "Cochin LT W01 Italic", sans-serif;
    font-size: 24px;
    color: #661810;
}
.access-card__tel a {
    color: #661810;
}
.access-card__text {
    font-size: 12px;
    line-height: 2.27;
}
#js-access-canvas {
	position: relative;
	height: 426px;
}
#js-access-canvas iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contact01 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #661810;
	z-index: 10;
}
.contact01-header {
    position: absolute;
    top: -14px;
    left: 50%;
    width: 50%;
    height: 28px;
    margin-left: -25%;
	font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
	font-size: 12px;
    color: #661810;
    text-align: center;
    line-height: 28px;
    border-radius: 20px;
    box-shadow: -1px -1px 3px rgba(102, 24, 16, .35);
    background: #fff;
	z-index: 2;
}
.contact01-body {
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 14px;
}
.modal01-trigger {
    display: block;
	position: relative;
    padding: 32px 0 18px;
    text-align: center;
    color: #fff;
	border: 1px solid #661810;
	transition: .3s;
}
.modal01-trigger:hover {
	color: #661810;
	background: #fff;
	cursor: pointer;
}
.modal01-trigger:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline;
    font: normal 24px/1 FontAwesome;
    content: "\f105";
    margin-top: -5px;
    vertical-align: middle;
}

.modal01 {
    position: fixed;
    top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
	text-align: center;
    background: rgba(255, 255, 255, .9);
    transition: .3s linear;
    z-index: -1;
}
.modal01.active {
    display: block;
    padding-bottom: 50px;
    opacity: 1;
    visibility: visible;
    z-index: 10003;
    overflow: scroll;
}
.modal01-header {
    margin-bottom: 35px;
    padding-top: 35px;
    font-family: "Mahogany Script W01", sans-serif;
    font-size: 48px;
}
.modal01-content {
    position: relative;
    width: 300px;
    margin: 0 auto;
}
.modal01-content + .modal01-content {
    margin-top: 60px;
}
.modal01-content + .modal01-content:before {
    position: absolute;
    top: -30px;
    left: 20%;
    content: "";
    display: block;
    width: 60%;
    height: 1px;
    background: #661810;
}
.modal01-content-header {
    margin-bottom: 26px;
}
.modal01-content__title {
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 16px;
	line-height: 1.5;
}
.modal01-content__title.is--sub-title {
    font-size: 14px;
}
.modal01-content__tel {
    margin: 15px auto;
    font-family: "Cochin LT W01 Italic", sans-serif;
    font-size: 24px;
    color: #661810;
}
.modal01-content__tel a {
    color: #661810;
}
.modal01-content__text {
    font-size: 11px;
    line-height: 2.3;
}
.modal01-content-btn {
    width: 300px;
    margin: 20px auto;
}
.modal01-close {
    position: relative;
    margin-top: 60px;
}
.modal01-close__btn:before {
    position: relative;
    top: -2px;
    display: inline;
    font: normal 15px/1 FontAwesome;
    content: "\f00d";
    margin-right: 10px;
    vertical-align: middle;
}
.modal01-close:hover {
    cursor: pointer;
}
.modal01-btn {
    position: fixed;
    top: 15px;
    right: 15px;
    text-align: center;
	z-index: 10003;
}

.modal01-btn-trigger,
.modal01-btn-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.modal01-btn-trigger {
    position: relative;
    width: 22px;
    height: 19px;
}
.modal01-btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #661810;
	border-radius: 4px;
}
.modal01-btn-trigger span:nth-of-type(1) {
	top: 0;
}
.modal01-btn-trigger span:nth-of-type(2) {
	top: 8px;
}
.modal01-btn-trigger span:nth-of-type(3) {
	bottom: 0;
}
.modal01-btn-trigger.active span:nth-of-type(1) {
	transform: translateY(7px) rotate(-45deg);
}
.modal01-btn-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	animation: gnav-btn-active .8s forwards;
}
.modal01-btn-trigger.active span:nth-of-type(3) {
	transform: translateY(-9px) rotate(45deg);
}


/*==========================================================================

   media screen 768~

==========================================================================*/
@media screen and (min-width : 768px){
body {
	font-size: 14px;
}
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
.gnav-header {
    margin-bottom: 35px;
    padding-top: 85px;
    font-family: "Mahogany Script W01", sans-serif;
    font-size: 48px;
}
.gnav__item {
    display: block;
	font-size: 20px;
}
.gnav-btn-trigger {
    width: 44px;
    height: 37px;
}
.gnav-btn-trigger span {
    height: 6px;
    border-radius: 3px;
}
.gnav-btn-trigger span:nth-of-type(2) {
    top: 16px;
}
.gnav-btn-trigger.active span:nth-of-type(1) {
    transform: translateY(21px) rotate(-45deg);
}
.m-btn01 {
    font-size: 16px;
}
.m-slide01 {
    padding: 20px 25px;
}
.m-slide01-header {
    font-size: 18px;
    line-height: 1.7;
}
.m-icon01 {
    padding: 7px 14px 10px;
    font-size: 18px;
}
.l-skew01 {
    padding: 100px 0 !important;
}
.l-artice01-item + .l-artice01-item {
    margin-top: 100px;
}
.l-artice01-item + .l-artice01-item:before {
    top: -50px;
}
.l-artice01-item-header {
    font-size: 18px;
    line-height: 1.7;
}
.l-artice01-item-body {
    margin: 39px 30px;
    font-size: 14px;
}
.section-header__title-ja {
    font-family: "FOT-筑紫明朝 Pr6 RB", "TsukuMinPr6-RB", sans-serif;
    font-size: 28px;
}
.section-header__title-en {
    margin-top: 30px;
    font-size: 28px;
}
.section-body {
    width: 700px;
    margin: 0 auto;
}
.section-body-width.is--full {
    margin-right: 0;
    margin-left: 0;
}
.section-text01 {
    margin: 75px 0;
    font-size: 14px;
    line-height: 2.7;
}

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

.kv-frame-footer svg {
    height: 8.2vw;
}
.kv-frame-header svg {
    height: 8.2vw;
}
.promotion-name {
    margin-bottom: 50px;
}
.promotion-name__title-en {
    font-size: 48px;
}
.promotion-name__title-ja {
    font-size: 18px;
}
.promotion-copy {
    margin-bottom: 57px;
    font-size: 24px;
}
.promotion-text {
    margin: 56px auto;
    font-size: 18px;
    line-height: 3.3;
}

/* about02 */

.about02-point__item + .about02-point__item {
    margin-top: 60px;
}
.about02-point__item-header__label__icon {
    width: 104px;
    height: 104px;
    font-size: 24px;
    line-height: 104px;
}
.about02-point__item-header__label {
    width: 104px;
}
.about02-point__item-header__title {
    font-size: 24px;
}
.about02-point__item:nth-child(odd) .about02-point__item-header__title { padding-left: 30px;}
.about02-point__item:nth-child(even) .about02-point__item-header__title { padding-right: 30px;}

.about02-point__item-body {
    margin-top: 30px;
}
.about02-point__item__img {
	width: 458px;
    margin: 39px auto;
}
.about02-point__list {
    padding: 0 20px;
}
/* facilities */
.facilities-content + .facilities-content {
    margin-top: 120px;
}
.facilities-content__title-en {
	margin-top: -15px;
    margin-bottom: 27px;
    font-size: 48px;
}
.facilities-content__title-ja {
    font-size: 24px;
}
.facilities-content__text {
    margin: 35px 30px;
    font-size: 14px;
    line-height: 2.7;
}

/* dress */
.dress-img {
    padding: 0;
}
.dress-img__item {
    width: 25%;
}
.dress-brands {
    padding: 35px;
}
.dress-brands-header {
    font-size: 22px;
}
.dress-brands__item {
    width: 25%;
}

/* plan */
.plan__item {
    position: relative;
    padding: 40px;
    background: #fff;
}
.plan__item__label {
    width: 120px;
    height: 120px;
}
.plan__item__label__text {
    width: 184px;
    padding: 10px 0 4px;
    font-size: 24px;
}
.plan__item__icon {
    margin-bottom: 15px;
}
.plan__item__title {
    font-size: 28px;
}
.plan__item__price-value {
    margin-right: 5px;
    font-size: 40px;
}
.plan__item__price-value_min {
		font-size: 22px;
}
.plan__item__price-unit {
    font-size: 20px;
}
.plan__item__text {
    font-size: 16px;
}
.plan__item__detail {
    margin-top: 70px;
}
.plan__item__detail-header {
    font-size: 18px;
}
.plan-note__item {
    font-size: 12px;
}
.plan-note__text__option {
    font-size: 14px;
}
.plan-note__text__desc {
    font-size: 14px;
}
.plan-option__text {
    font-size: 14px;
}
.plan-option__expiration-date-text {
    font-size: 14px;
}

/* stay */
.stay-slider figcaption {
    margin-bottom: 15px;
    font-size: 18px;
}
.stay-privilege__title {
    font-size: 26px;
}
.stay-privilege__value-ja {
    font-size: 24px;
}
.stay-privilege__value-en {
    font-size: 32px;
}
.stay-privilege__text {
    font-size: 14px;
}

/* access */
.access-img {
	width: 404px;
    margin: 70px auto 90px;
}
.access-card {
    margin-top: 75px;
}
.access-card__title-main {
    font-size: 26px;
}
.access-card__title-sub {
    font-size: 16px;
}
.access-card__tel {
    margin: 20px auto 38px;
    font-size: 32px;
}
.access-card__text {
    font-size: 16px;
}
.footer-logo {
    width: 242px;
    height: 153px;
    margin-bottom: 30px;
}
.contact01 {
    width: 400px;
    right: 0;
    left: auto;
}
.modal01-header {
    margin-bottom: 35px;
    padding-top: 85px;
    font-family: "Mahogany Script W01", sans-serif;
    font-size: 48px;
}
.modal01-btn-trigger {
    width: 44px;
    height: 37px;
}
.modal01-btn-trigger span {
    height: 6px;
    border-radius: 3px;
}
.modal01-btn-trigger span:nth-of-type(2) {
    top: 16px;
}
.modal01-btn-trigger.active span:nth-of-type(1) {
	transform: translateY(21px) rotate(-45deg);
}

.topics-carousel{
	width: 750px;
}

.topics-carousel .item a {
  display: inline-block;
  width: 215px;
  min-height: 300px;
  padding-bottom: 10px;
  background: #fff;
  border: 1px solid #efefef;
  position: relative;
}

.gallery-comp a img{
	width: 24%;
	height: auto;
	margin-bottom: 3px;
}


}
