.fadeIn article,
.fadeIn footer {
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
}

#gHeader {
	z-index: 4;
	opacity: 0;
  background: none;
	transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 60s,background .3s ease;
}

.scrolled #gHeader {
  background: rgba(255,255,255, .87);
}

.fadeIn #gHeader {
	opacity: 1;
	transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1),background .3s ease;
}

.mainVisual {
	margin-top: 79px;
	height: 100vh;
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}

#bannerImg {
  height: 100%;
}

#bannerImg .picture {
	position: relative;
}

#bannerImg .pic {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


#bannerImg .picture .kv_text1 {
	position: absolute;
	bottom: 4px;
	left: 6px;
}
#bannerImg .picture .kv_text2 {
	position: absolute;
	top: 24px;
	left: 18px;
}
#bannerImg .picture .kv_text1 img {
	width: calc(100% - 6px);
}

@media screen and (max-height: 810px) {
	#bannerImg .picture.kv2 .kv_text2 img {
		width: 40px;
	}
	#bannerImg .picture.kv2 .pic {
	  background-position: top center;
	}
}
@media screen and (max-height: 700px) {
	#bannerImg .picture.kv2 .kv_text2 img {
		width: 34px;
	}
}

.mainVisual .anim_fvFrame {
	width: 100%;
	height: 100%;
	position: absolute;
	top: -0;
	left: -0;
 	box-sizing: border-box;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	border-bottom: 6px solid #fff;
}

/* スクロールバー */
.scroll_bar {
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  color: #48322a;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .05rem;
  writing-mode: vertical-rl;
  height: 100px;
  padding-left: 5px;
  font-family: "futura-pt", 'Avenir', sans-serif;
}
.scroll_bar::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 100px;
  background: #48322a;
}
.scroll_bar::after {
  animation: sdl 2.4s ease infinite;
}
@keyframes sdl {
	0%{
        transform-origin: top;
        transform: scaleY(0);
    }
    45%{
        transform-origin: top;
        transform: scaleY(1);
    }
    55%{
        transform-origin: bottom;
        transform: scaleY(1);
    }
    100%{
        transform-origin: bottom;
        transform: scaleY(0);
    }
}

.smbnr {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.smbnr img {
	width: 460px;
}

.banner__word {
	width: 426px;
	position: absolute;
	top: 38.5%;
	right: 13.5%;
}

.ipad .banner__word {
  top: 17.5%;
  right: 50%;
  transform: translateX(50%);
}

.banner__word p {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 2s, transform 2s;
}

.loaded .banner__word p {
  opacity: 1;
  transform: translateX(0px);
}

.banner__word .banner__word__p1 {
	width: 326px;
  transition-delay: 0s;
	margin-bottom: 37px;
}

.banner__word .banner__word__p2 {
  transition-delay: .18s;
	margin-bottom: 50px;
	margin-left: 152px;
}

.banner__word .banner__word__p3 {
  transition-delay: .36s;
  text-align: center;
}

.banner__word .banner__word__p1 img { width: 302px; }
.banner__word .banner__word__p2 img { width: 271px; }
.banner__word .banner__word__p3 img { width: 330px; }

.banner__page {
	font-size: 15px;
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	cursor: default;
}

.banner__page__item {
	padding: 0 10px;
	display: inline-block;
	position: relative;
}

.banner__page__item span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: opacity 1s ease;
}

.banner__page__num span {
	opacity: 0;
}

.banner__page__item span.on {
	opacity: 1;
}

.scroll {
	position: absolute;
	bottom: 65px;
	right: 25px;
	font-size: 10px;
	writing-mode: tb-rl;
	letter-spacing: 4.5px;
	z-index: 1;
}

.scroll__word {
	padding: 0 15px 15px;
	color: #fff;
	font-size: 120%;
	display: block;
}

.scroll__line {
	padding: 0 15px;
	width: 11px;
	height: 64px;
	position: absolute;
	bottom: -59px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}

.scroll__line:before,
.scroll__line:after {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	background: #fff;
}

.scroll__line:after {
	z-index: 10;
    -webkit-animation: scroll 2.4s infinite normal;
    animation: scroll 2.4s infinite normal;
	background: rgba(0,0,0,.3);
}

@keyframes scroll {
	0%{transform:translate3d(0,-100%,0) translateX(-50%);}
	15%{transform:translate3d(0,-98%,0) translateX(-50%);}
	85%{transform:translate3d(0,98%,0) translateX(-50%);}
	100%{transform:translate3d(0,100%,0) translateX(-50%);}
}

#videoScroll {
	margin-top: -1px;
}

.video {
	margin-bottom: 120px;
	position: relative;
	overflow: hidden;
}

#video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.video:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.specialmovie {
	width: 864px;
	margin: 0 auto;
	padding-top: 100px;
	margin-top: -100px;
	margin-bottom: 160px;
}

.specialmovie img {
	width: 100%;
}

.topBanner {
	width: 862px;
	margin: auto;
}


.fair {
	margin: 90px auto 96px;
	margin: 90px auto 180px;
	max-width: 1058px;
}

.section__slick {
	padding-bottom: 32px;
	position: relative;
}

.prev,
.next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 115px;
	border-radius: 100%;
	z-index: 1;
	transition: opacity .3s ease, transform .3s ease !important;
}

.prev {
	left: -13px;
}

.next {
	right: -13px;
}

.prev:hover {
	transform: translateX(-8px);
}

.next:hover {
	transform: translateX(8px);
}

.prev svg,
.next svg {
	width: 12px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.fcList {
	overflow: hidden;
}

.fcList .slick-slide {
	margin: 0 39px;
}

.fcList__item {
	width: 275px;
	float: left;
}

.fc__img {
	padding-bottom: 100%;
	position: relative;
}
.fc__img img {
	position: absolute;
	top: 0;
	left: 0;
}

.fcList__content {
	padding: 22px 0;
}

.fcList__title {
	margin-bottom: 12px;
}

.fcList__type {
	margin-right: 19px;
	font-size: 11px;
	color: #a38238;
	float: left;
}

.fcList__time {
	font-size: 11px;
	opacity: .6;
	letter-spacing: .5px;
}

.fcList__word {
	margin-bottom: 14px;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: .04em;
	text-align: justify;
	word-break: break-all;
}

.bnr_chapel {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 80px;
}
.bnr_chapel img {
	width: 600px;
}
.bnr_chapel .bnr_text {
	display: inline-block;
	margin-bottom: 40px;
}
.bnr_chapel .bnr_text p {
	border-bottom: 1px solid;
	padding-bottom: 6px;
}
.bnr_chapel .bnr_img {
	display: block;
}

.bnr_chapel:nth-child(2) a.bnr_img {
	margin-right: 20px;
}

.bnr_chapel ul {
	display: flex;
	justify-content: center;
}

.area {
	/*margin-bottom: 170px;*/
	margin-bottom: 96px;
	margin-bottom: 130px;
	padding-top: 100px;
	margin-top: -100px;
	overflow: hidden;
}

.area__item {
	padding: 0 1px 0 0;
	/*width: 50%;*/
	width: 33.33%;
	float: left;
	position: relative;
	box-sizing: border-box;
}

.area__item__diff {
	/*padding-right: 0;*/
	/*padding-left: 1px;*/
}

.area__item__word {
	/*min-width: 180px;
	max-width: 50%;*/
	position: absolute;
	top: 43%;
	top: 100px;
	/*left: 58px;*/
	/*left: 20px;*/
	left: 0;
	right: 0;
	margin: auto;
	width: 270px;
	transform: translateY(-50%);
	transition: .32s;
	/*background: rgba(0,0,0,0.2);*/
    padding: 10px;
}

.area__item:nth-child(1) a:hover .area__item__word,
.area__item:nth-child(3) a:hover .area__item__word {
	/*left: 68px;*/
}
.area__item:nth-child(2) a:hover .area__item__word,
.area__item:nth-child(4) a:hover .area__item__word {
	/*right: 73px;*/
}

.area__item .slno1__box .slno1__banner {
	width: 6em;
    position: absolute;
    top: 85px;
    left: 35px;
    margin: auto;
    z-index: 1;
}

.area__item .slno1__box .slno1__text {
	width: 11em;
    position: absolute;
    bottom: 64px;
    left: 18px;
    margin: auto;
    z-index: 1;
}

.area__info {
	/*text-align: left;*/
	text-align: right;
	/*padding: 14px 0 22px 25px;*/
	padding: 14px 25px 22px 25px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .1em;
}

.area__info.-hawaii  { color: #289ca0; }
.area__info.-guam    { color: #3f88c3; }
.area__info.-okinawa { color: #6772ac; }
.area__info.-bali    { color: #866c53; }

.area__info.-hawaii svg  { fill: #289ca0; }
.area__info.-guam svg    { fill: #3f88c3; }
.area__info.-okinawa svg { fill: #6772ac; }
.area__info.-bali svg    { fill: #866c53; }

.area__info svg {
	width: 18px;
    height: 4.5px;
    margin-left: 12px;
}



.area__item__word__diff {
	/*left: auto;*/
	/*right: 83px;*/
	/*right: 30px;*/
}

.area__name {
	/*margin-bottom: 0;*/
	margin-bottom: 2px;
	/*font-size: 62px;*/
	font-size: 46px;
	font-weight: normal;
	color: #fff;
	letter-spacing: -.06em;
	/*text-align: left;*/
	text-align: center;
}

.area__name2 {
	/*margin-bottom: 0;*/
	margin-bottom: 10px;
	/*font-size: 62px;*/
	font-size: 46px;
	font-weight: normal;
	color: #fff;
	letter-spacing: -.06em;
	/*text-align: left;*/
	text-align: center;
}
.area__inir {
	font-size: 16px;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1.5;
	/*text-align: left;*/
	text-align: center;
	font-weight: bold;
}



.link__insta {
	width: 765px;
	background: #f9f8f5;
	margin: 48px auto 0;
	text-align: center;
}
.link__insta a {
	display: block;
	padding: 28px 0;
	overflow: hidden;
}
.link__insta a:hover .link__instaLogo svg {
	fill: #a38238;
}
.link__insta a:hover .link__instaLogo span {
	color: #a38238;
}
.link__insta a:hover .link__instaText {
	opacity: .8;
}

.link__instaLogo {
	width: 40%;
	margin-left: 10%;
	margin-top: 7px;
	float: left;
	text-align: left;
	box-sizing: border-box;
	border-right: 1px solid rgba(0,0,0, .1);
}
.link__instaLogo span {
	font-size: 28px;
	color: #48322a;
	letter-spacing: 0em;
	margin-left: 14px;
	vertical-align: middle;
	transition: .3s;
	-webkit-transition: .3s;
}
.link__instaLogo svg {
    width: 27px;
    height: 27px;
    fill: #48322a;
	transition: .2s;
	-webkit-transition: .2s;
}

.link__instaText {
	width: 45%;
	float: right;
	text-align: left;
	font-size: 12px;
	line-height: 1.8;
	transition: .3s;
	-webkit-transition: .3s;
}


.chapel {
	margin-bottom: 160px;
}

.chapel__case {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.chap__slide {
	width: calc(50% - 5px);
	float: left;
	position: relative;
}

.chap__slide.pc {
	float: right;
}

.chapelList  {
	margin-bottom: 178px;
}

.chapelList__item {
	box-sizing: border-box;
}

.chapel__conts {
	width: 100%;
	height: 178px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	transition: opacity .3s ease;
}

.chap__slide.hover:hover .chapel__conts {
	opacity: .5;
}

.chapel__conts__item {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 3;
	visibility: hidden;
  	transition: opacity .5s ease,visibility .5s ease;
}

.chapel__conts__item.on {
  opacity: 1;
  visibility: visible;
}

.chapel__box__word svg {
	width: 18px;
	height: 5px;
	fill: #a38238;
}

.chapel__box__word {
	padding: 30px 48px;
}
.chapel__conts__item a {
	display: block;
}


.chapelList__item.hover img.scale {
	transition: transform 2s cubic-bezier(0.12, 0.68, 0.44, 1);
}

.chapelList__item.hover:hover img.scale {
	transform: scale(1.08);
}

.chapel__area {
	margin-bottom: 16px;
	font-size: 11px;
	letter-spacing: 1.5px;
}

.chapel__mh {
	margin-bottom: 24px;
}

.chapel__lab {
	margin-bottom: 8px;
	font-size: 12px;
	letter-spacing: 0;
}

.chapel__name {
	margin-left: -4px;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: .0em;
	margin-bottom: 12px;
}

.chapel__name.font__mincho {
	font-size: 25px;
	line-height: 1.35;
	letter-spacing: .1em;
	margin-bottom: 18px;
}

.chapel__time {
	margin-left: -2px;
	font-size: 22px;
	font-weight: normal;
	color: #a38238;
	letter-spacing: 0em;
}

.chapel__time svg {
	fill: #a38238;
}

.chapel__switch {
	text-align: center;
}

.chapel__switchList {
	position: absolute;
	bottom: 140px;
	left: 50%;
	transform: translateX(-50%);
	cursor: default;
	z-index: 4;
	font-size: 0;
}

.chapel__switchList__item {
	padding: 10px;
	width: 7px;
	height: 7px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.chapel__switchList__item:hover {
	opacity: .5;
}

.chapel__switchList__item:after {
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 100%;
	content: "";
	background: #eeeeee;
}

.chapel__switchList__item.on:after {
	background: #999999;
}

.chapel__switch__prev,
.chapel__switch__next {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 75px;
	z-index: 4;
	transition: transform .3s ease !important;
	border-radius: 100%;
}

.chapel__switch__prev:hover {
	transform: translateX(-8px);
}

.chapel__switch__next:hover {
	transform: translateX(8px);
}

.chapel__switch__prev svg,
.chapel__switch__next svg {
	width: 9px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.chapel__switch__prev {
	left: 20px;
}

.chapel__switch__next {
	right: 20px;
}

.library {
	margin-bottom: 160px;
}

.dress {
	margin-bottom: 80px;
}
.dress .gray {
	padding-bottom: 80px;
}

.dress__conts {
}

.dress .section__headline img {
	width: 200px;
    display: block;
    margin: 10px auto 0 auto;
}

.library .section__headline img {
	width: 200px;
    display: block;
    margin: 20px auto 0 auto;
}

.dt__banner {
	margin-bottom: 40px;
	padding-bottom: 40px;
	background: #fff;
}
.dress .dt__banner {
	padding-bottom: 0;
}
.wedding__btn__box {
	margin-top: 40px;
}

.dt__btn {
}

.dt__btn a {
	position: relative;
	background-color: #0b1d43;
}

.dt__btn svg {
	width: 13px;
	height: 10px;
	fill: #d2d2d2;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}

.salon,
.howto {
	margin-bottom: 150px;
	margin-bottom: 100px;
}

.salon .wedding__btn__box a {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    margin: 0 auto;
}

.salon .wedding__btn__box a:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 23px;
    background-image: url(/img/index/free_point.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
}

.wedding__box {
	margin: -8px auto 0;
	width: 840px;
}

.wedding__box h3 {
	width: 100%;
	text-align: center;
	margin: 84px auto 36px;
	font-size: 33px;
}

.weddingList__item {
	padding-left: 41px;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.weddingList__item a {
	padding: 20px 0;
	display: block;
}

.wedding__img {
	width: 100px;
	float: left;
}

.wedding__word {
	margin-left: 128px;
	transition: opacity .2s ease;
}

.wedding__name {
	margin-bottom: 12px;
	font-size: 18px;
	letter-spacing: .1em;
}

.wedding__comment {
	color: #a38238;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
	letter-spacing: .05em;
}

.wedding__addr {
	margin-bottom: 8px;
	font-size: 11px;
	line-height: 1.7;
	letter-spacing: .03em;
}

.wedding__activity {
	margin-left: -2px;
	font-size: 12px;
	color: #a38238;
}

.topics {
	padding-bottom: 118px;
}

.topics__box {
	margin: 0 auto;
	width: 980px;
}

.topics__overall {
	margin-bottom: 12px;
}

.topics__left {
	width: 450px;
	float: left;
}

.topics__left .topicsList__box {
	border-bottom: 0;
}

.topics__left .topics__right__img {
	width: 100%;
	float: none;
	margin-bottom: 28px;
}

.topics__left .topics__right__info {
	margin-left: 0;
}

.topics__left .topics__right__mess {
	margin-bottom: 14px;
}

.topics__left .topics__right__name {
	margin-top: 1px;
	margin-right: 18px;
	font-size: 12px;
	letter-spacing: .9px;
}

.topics__left .topics__right__inir {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.75;
}

.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .8s cubic-bezier(0.23, 1, 0.32, 1), visibility .8s cubic-bezier(0.23, 1, 0.32, 1);
	z-index: 9999999;
}

.showPop .popup {
	opacity: 1;
	visibility: visible;
	transition: opacity .5s cubic-bezier(0.23, 1, 0.32, 1),visibility .5s cubic-bezier(0.23, 1, 0.32, 1);
}

.popup__bg {
	width: 100%;
	height: 100%;
	opacity: .5;
	background: #000;
}

.popup__box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: opacity .8s cubic-bezier(0.23, 1, 0.32, 1), visibility .8s cubic-bezier(0.23, 1, 0.32, 1),transform .8s cubic-bezier(0.23, 1, 0.32, 1) .8s;
}

.showPop .popup__box {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition: opacity .8s cubic-bezier(0.23, 1, 0.32, 1),visibility .8s cubic-bezier(0.23, 1, 0.32, 1),transform .8s cubic-bezier(0.23, 1, 0.32, 1);
}

.popup__img {
	padding: 50px;
	width: 45.86%;
	max-width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.popup__img a {
	display: block;
	position: relative;
}

.popup__img img {
	width: 100%;
}

.popup__close {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 35px;
	right: 0;
	cursor: pointer;
}

.popup__close:before,
.popup__close:after {
	width: 1px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: center;
	content: "";
	background: #fff;
}

.popup__close:before {
	transform: translate(-50%,-50%) rotateZ(-45deg);
}

.popup__close:after {
	transform: translate(-50%,-50%) rotateZ(45deg);
}

/*-------about------------*/
.about {
	padding-bottom: 36.2%;
	margin-bottom: 340px;
	position: relative;
	text-align: center;
    margin: 0px 10px 340px 10px;
}

.about .firstview {
	margin: 0;
}

.about .firstview img {
	width: 100%;
}

.about .textBox {
	width: 60%;
	position: absolute;
	right: 0;
	top: 41%;
	z-index: 2;
}

.about .textBox .title {
	margin-bottom: 0;
}

.about .textBox .title img {
	width: 380px;
}

.about .textBox .title p {
	margin: 80px 0 0;
	font-size: 24px;
	color: #311717;
	letter-spacing: 2.3px;
	position: relative;
	text-transform: uppercase;
}

.about .textBox .title p:nth-of-type(1) {
	margin: 0;
	font-size: 15px;
}

.about .textBox .title p:nth-of-type(2):before {
	margin-left: -40px;
	width: 80px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: -38px;
	background-color: #333333;
	content: '';
}

.about .firstview {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.about .btn {
	position: absolute;
    left: 0;
    right: 0;
    bottom: -25%;
}

/*add*/
.tvcmBox  a {
	display: block;
	width: 280px;
	margin: 0 auto;
	border: 1px solid #969696;
}

.tvcmBox {
	margin-bottom: 88px;
}

.cm_txt {
	text-align:center;
	margin:-70px auto 3%!important;
	padding-bottom:14px;
	font-size:18px;
	width:250px;
	letter-spacing:0.1em;
	line-height: 1.5;
}

@media all and (min-width: 2000px){
    .about .textBox{
        top: 47%
    }
}

@media (min-width: 768px) and (max-width: 1100px){
    .about .textBox{
        top: 37%
    }
}

/*-------travel------------*/
.travel {
	padding-bottom: 42.3%;
	margin: 0 50px 260px;
	margin: 0 50px 245px;
	position: relative;
	text-align: center;
}

.travel .firstview {
	margin: 0;
}

.travel .firstview img {
	width: 100%;
}

.travel .textBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.travel .textBox .title {
	margin-bottom: 0;
}

.travel .textBox .title img {
	width: 380px;
}

.travel .textBox .title p {
	margin: 54px 0 0;
	font-size: 21px;
	color: rgb(51, 51, 51);
	letter-spacing: 5px;
	position: relative;
	text-transform: uppercase;
	line-height: 2;
}

.travel .textBox .title p:before {
	margin-left: -40px;
	width: 80px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: -26px;
	background-color: #333333;
	content: '';
}

.travel .firstview {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.travel .btn {
	position: absolute;
    left: 0;
    right: 0;
    bottom: -15%;
}

/*add*/
.tvcmBox  a {
	display: block;
	width: 280px;
	margin: 0 auto;
	border: 1px solid #969696;
}

.tvcmBox {
	margin-bottom: 88px;
}

.cm_txt {
	text-align:center;
	margin:-70px auto 3%!important;
	padding-bottom:14px;
	font-size:18px;
	width:250px;
	letter-spacing:0.1em;
}

/*------------------------------------------------------------
	weddingFix
------------------------------------------------------------*/
.weddingFix {
	position: fixed;
	width: 190px;
	height: 190px;
	bottom: 23px;
	right: 24px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #41291f;
	text-align: center;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease,visibility .5s ease;
}

.weddingFix img {
	width: 100%;
	display: block;
}

.weddingFix .wedFixTit {
	width: 126px;
	margin: 0 auto 5px;
}

.weddingFix a {
	display: block;
	box-sizing: border-box;
	padding: 27px 10px 0;
	height: 100%;
}

.weddingFix .wedFixTit {
	width: 126px;
	margin: 0 auto 9px;
}

.weddingFix .wedFixTit2 {
	font-size: 14px;
	letter-spacing: 3px;
	margin-bottom: 7px;
	color: #462d29;
	font-weight: 500;
}

.weddingFix .wedFixIne {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	position: relative;
	right: 0;
}

.weddingFix .wedIneLeft {
	border-bottom: 1px solid #462d29;
	border-top: 1px solid #462d29;
	box-sizing: border-box;
	padding: 4px 0 0px 0;
	margin-right: 5px;
	flex: 0 0 70px;
}

.weddingFix .wedIneLeft span {
	font-size: 10.5px;
	font-weight: 700;
	transform: scale(.8);
	display: block;
	letter-spacing: 2px;
	margin-bottom: 1px;
}

.weddingFix .wedIneLeft p {
	font-size: 12px;
	transform: scale(.8);
	line-height: 1.3;
	font-weight: 400;
	margin: 0 -10px;
}

.weddingFix .wedIneRight {
	flex: 0 0 46px;
	position: relative;
	right: -10px;
	top: 0;
}

.weddingFix .wedFixBook {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
    font-weight: bold;
}

.weddingFix .wedFixBook img {
	width: 6px;
	margin-right: 4px;
}

.openWeddFix .weddingFix {
	opacity: 1;
	visibility: visible;
}


.fair .inViewport .fcList .top__img {
    border: 1px solid #B5A281;
}



@media all and (min-width: 768px){
    .fair .fc__img {
        padding-bottom: 0;
    }
    .fair .fc__img img {
        position: static;
        top: auto;
        left: auto;
    }
    .fair .more.font__futura {
        line-height: 1.5;
    }
    .fair .more svg {
        margin-top: -5px;
    }
    .fair .fcList__type {
        font-weight: 600;
        font-family:"游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    }
}

/*------------------------------------------------------------
	honeymoon
------------------------------------------------------------*/
.__mag.__honeymoon .__para {
	background-image: url(../images/index/honeymoon_sp.jpg);
                }
@media screen and (min-width: 768px) {
.__mag.__honeymoon .__para {
	background-image: url(../images/index/honeymoon_pc.jpg);
                }
	}

 .__mag .__para a h4{
                margin-top: 1em;
                font-size: 1.2em;
                line-height: 1.4em;
                letter-spacing: -.05em;
                color: #fff;
                }

/*store*/
.store-top {
	display: block;
	font-size: 24px;
	margin: 40px;
}
.store-list {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store-list {
    width: 800px;
    margin-bottom: 14.08px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 999px) {
  .store-list {
    width: 89.3333333333vw;
    margin-bottom: 3.2vw;
  }
}

.store-list-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #48322a;
  position: relative;
  line-height: 1.5em;
}

@media screen and (min-width: 768px) {
  .store-list-q {
    padding: 14.08px 0;
    padding-left: 9.3866666667px;
    height: 44.5866666667px;
  }
}
@media screen and (max-width: 767px) {
  .store-list-q {
    padding: 3.2vw 0;
    padding-left: 2.1333333333vw;
    height: 10.1333333333vw;
  }
}
@media screen and (max-width: 999px) {
  .store-list-q.is-open {
    border-bottom: solid 0.1333333333vw #48322a;
  }
}

.store-list-q .fa-plus {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  text-indent: 0;
  top: 50%;
}

@media screen and (min-width: 768px) {
  .store-list-q .fa-plus {
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .store-list-q .fa-plus {
    right: 3.2vw;
  }
}
.store-list-q:hover {
  cursor: pointer;
}

@media screen and (min-width: 1000px) {
  .store-list-item {
    border-top: solid 0.5866666667px #48322a;
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  .store-list-item {
    border-top: solid 0.1333333333vw #48322a;
  }
}

@media screen and (min-width: 1000px) {
  .store-list-item:last-child {
    border-bottom: solid 0.5866666667px #48322a;
  }
}
@media screen and (max-width: 999px) {
  .store-list-item:last-child {
    border-bottom: solid 0.1333333333vw #48322a;
  }
}

.is-open .fa-plus {
  -webkit-transform: rotate(180deg) translate(0%, 50%);
  transform: rotate(180deg) translate(0%, 50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.store-list-a {
  display: none;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store-list-a {
    padding: 0 9.9733333333px;
    width: 393.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-list-a {
    padding: 0 2.2666666667vw;
    width: 89.3333333333vw;
    box-sizing: border-box;
  }
}

.store-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: dotted 3px #d7d7d7;
}
@media screen and (min-width: 1000px) {
  .store-detail-list {
    padding-top: 14.08px;
    padding-bottom: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
  }
}

.store-detail-list:last-child {
  border-bottom: inherit;
}

.store-detail-list-area {
  text-align: left;
}
.store-detail-list-area {
  width: calc(100% - 150px);
}
@media screen and (max-width: 999px) {
.store-detail-list-area {
  width: 62%;
}
}
.store-detail-list-area-ttl {
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .store-detail-list-area-ttl {
    margin-bottom: 9.3866666667px;
    border-bottom: solid 0.5866666667px;
    font-size: 14.08px;
    padding-bottom: 5.8666666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-area-ttl {
    margin-bottom: 2.1333333333vw;
    border-bottom: solid 0.1333333333vw;
    font-size: 3.2vw;
    padding-bottom: 1.3333333333vw;
  }
}

.store-detail-list-area-shop-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .store-detail-list-area-shop-txt {
    font-size: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-area-shop-txt {
    font-size: 3.2vw;
  }
}

.store-detail-list-btn,
.store-web-list-btn {
  color: #fff;
  background-color: #DEAC4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
 .store-detail-list-btn {
    bottom: 45px;
  }
  .store-web-list-btn {
	top: 45px;
  }
@media screen and (min-width: 1000px) {
  .store-detail-list-btn,
  .store-web-list-btn {
    height: 37.5466666667px;
    font-size: 14.08px;
    width: 137.8666666667px;
  }
}
@media screen and (max-width: 999px) {
  .store-detail-list-btn,
  .store-web-list-btn {
    height: 8.5333333333vw;
    font-size: 3.2vw;
    width: 31.3333333333vw;
    right: 0;
  }
}

.store-list-q:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9.3866666667px;
  height: 1.76px;
  border-radius: 5.8666666667px;
  background: #000;
  display: block;
}
@media screen and (max-width: 999px) {
  .store-list-q:before {
    width: 2.1333333333vw;
    height: 0.4vw;
    border-radius: 1.3333333333vw;
  }
}

.store-list-q:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 9.3866666667px;
  height: 1.76px;
  border-radius: 5.8666666667px;
  background: #000;
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
@media screen and (max-width: 999px) {
  .store-list-q:after {
    width: 2.1333333333vw;
    height: 0.4vw;
    border-radius: 1.3333333333vw;
  }
}

.store-list-q.is-open:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.online-btn {
  position: relative;
  display: block;
  background-color: #DEAC4E;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.04em;
  background-position: right 5% center;
  background-repeat: no-repeat;
  background-image: url(/img/index/renewal/arrow-white.svg);
  background-size: 25px;
}
.online-btn.box-brown {
  background-color: #48322a;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .online-btn {
   	margin-top: 40px;
    font-size: 16.4266666667px;
    padding: 22px 0;
    width: 393.0666666667px;
  }
}
@media screen and (max-width: 999px) {
  .online-btn {
    font-size: 3.7333333333vw;
    padding: 3.2vw 0;
    width: 89.3333333333vw;
  }
}
.online-btn .cv-btn-img {
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 1000px) {
  .online-btn .cv-btn-img {
    right: 22.2933333333px;
/*     width: 8.8px; */
  }
}
@media screen and (max-width: 999px) {
  .online-btn .cv-btn-img {
    right: 5.0666666667vw;
/*     width: 2vw; */
  }
}

@media screen and (min-width: 1000px) {
  .store .store-ttl {
    font-size: 28.16px;
    margin-bottom: 14.08px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-ttl {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
  }
}
.store .store-img {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .store .store-img {
    width: 440px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-img {
    width: 100vw;
  }
}
.store .store-txt {
  line-height: 2em;
}
@media screen and (min-width: 1000px) {
  .store .store-txt {
    margin-top: 28.16px;
    margin-bottom: 28.16px;
    font-size: 15.2533333333px;
  }
}
@media screen and (max-width: 999px) {
  .store .store-txt {
    margin-top: 6.4vw;
    margin-bottom: 6.4vw;
    font-size: 3.4666666667vw;
  }
}

ul.store-list-time{
  width: 100%;
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
ul.store-list-time{
  font-size: 10px;
}
}
ul.store-list-time ul{
  display: flex;
}
ul.store-list-time ul li{
  box-sizing: border-box;
  text-align: left;
  padding: 4px 0;
}
ul.store-list-time ul li.li01 {
  width: 71px;
}
ul.store-list-time ul li.li02 {
  width: 10px;
  margin-right: 4px;
}
ul.store-list-time ul li.li03 {
  width: 180px;
}

@media screen and (max-width: 640px) {
ul.store-list-time ul li.li01 {
  width: 28%;
}
ul.store-list-time ul li.li02 {
  width: 5%;
}
ul.store-list-time ul li.li03 {
  width: 60%;
}
}

.contents_link {
	display: flex;
    justify-content: center;
    width: 70%;
    margin: 60px auto 0 auto;
    gap: 40px;
}
.contents_link a p:before {
  vertical-align: bottom;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/index/renewal/arrow-brown.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-right: .5em;
}

.__report {
	.__banner {
		img {
			aspect-ratio: 1 / 1;  /* 正方形を強制 */
			object-fit: cover;    /* トリミング */
			width: 100%;          /* 親に合わせる */
			height: auto;
		}
	}
}
.__news {
  .__box {
		img {
			aspect-ratio: 1 / 1;  /* 正方形を強制 */
			object-fit: cover;    /* トリミング */
			width: 100%;          /* 親に合わせる */
			height: auto;
		}
	}
}