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

#gHeader .btnMenu {
	top: 48%;
}

.btnMenu {
	margin-top: -10px;
}

.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;
}

.inst {
	margin-top: 6px;
}

.mainVisual {
	height: 100vh;
	height: -webkit-fill-available;
	position: relative;
  z-index: 1;
  margin-top: 48px;
  margin-bottom: 40px;
}

#bannerImg {
  height: 100%;
}

#bannerImg .picture {
	position: relative;
}

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



#bannerImg .picture.kv1 .kv_text2 {
	position: absolute;
	top: 0;
	left: 6px;
}
#bannerImg .picture.kv1 .kv_text2.kv_text_bottom {
	width: calc(100% - 12px);
	top: 0;
}
#bannerImg .picture.kv2 .kv_text2 {
	position: absolute;
	top: 0;
	right: 6px;
}
#bannerImg .picture.kv1 .kv_text2 img {
	width: 96%;
    margin: 0 auto;
    margin-top: 20px;
}
#bannerImg .picture.kv2 .kv_text2 img {
	height: calc(100% - 6px);
}



.mainVisual .anim_fvFrame {
	width: 100%;
	height: calc(100% + 6px);
	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: 20px;
  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: 6px;
	right: 16px;
}
.smbnr img {
	width: 210px;
}

.banner__word {
	width: 78%;
	max-width: 300px;
	position: absolute;
	top: 17.5%;
	left: 50%;
  transform: translateX(-50%);
}

.loaded .banner__word {
	opacity: 1;
}

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

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

.banner__word .banner__word__p1 {
	text-align: left;
	transition-delay: 0s;
	margin-bottom: 20px;
}

.banner__word .banner__word__p2 {
	text-align: right;
	transition-delay: .18s;
	margin-bottom: 28px;
}

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

.banner__word .banner__word__p1 img { width: 240px; }
.banner__word .banner__word__p2 img { width: 233px; }
.banner__word .banner__word__p3 img { width: 289px; }

@media all and (max-width: 374px){
.banner__word .banner__word__p1 img { width: 230px; }
.banner__word .banner__word__p2 img { width: 223px; }
.banner__word .banner__word__p3 img { width: 249px; }
}


.banner__page {
	position: absolute;
	bottom: 19px;
	left: 50%;
	font-size: 12px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.banner__page__item {
	padding: 0 4px;
	min-width: 8px;
	height: 15px;
	overflow: hidden;
	color: #fff;
	display: inline-block;
	font-size: 120%;
	position: relative;
}

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

.banner__page__num span {
	opacity: 0;
}

.banner__page__item span.on {
	opacity: 1;
}


.scroll {
	padding: 0 30px;
	position: absolute;
	bottom: 62px;
	right: 60px;
	font-size: 10px;;
	letter-spacing: 4.5px;
	display: block;
	writing-mode: tb-rl;
	z-index: 1;
}

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

.scroll__line {
	width: 100%;
	height: 61px;
	position: absolute;
	bottom: -56px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	overflow: hidden;
}

.scroll__line:before,
.scroll__line:after {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-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%);-webkit-transform:translate3d(0,-100%,0) translateX(-50%);}
	15%{transform:translate3d(0,-98%,0) translateX(-50%);-webkit-transform:translate3d(0,-98%,0) translateX(-50%);}
	85%{transform:translate3d(0,98%,0) translateX(-50%);-webkit-transform:translate3d(0,98%,0) translateX(-50%);}
	100%{transform:translate3d(0,100%,0) translateX(-50%);-webkit-transform:translate3d(0,100%,0) translateX(-50%);}
}

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

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

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

.specialmovie {
	padding-top: 70px;
	margin-top: -70px;
}

.specialmovie img {
	width: 94%;
	margin: 0 auto;
	margin-bottom: 40px;
}

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

.topBanner {
	width: 85%;
	margin: auto;
}


.fair {
	margin-top: 60px;
	margin-bottom: 60px;
}

.section__slick {
	margin-bottom: 21px;
	position: relative;
}

.prev,
.next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	z-index: 1;
	opacity: 0;
	transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
	border-radius: 100%;
	transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform .3s ease !important;
}

.inViewport .prev,
.inViewport .next {
	opacity: 1;
}

.prev {
	left: 17px;
}

.next {
	right: 17px;
}

.prev.hover.touch {
	transform: translate(-8px,-50%);
	-webkit-transform: translate(-8px,-50%);
}

.next.hover.touch {
	transform: translate(8px,-50%);
	-webkit-transform: translate(8px,-50%);
}

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

.fcList {
}

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

.fcList .slick-slide .top__img {
  opacity: 0;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transition: transform .8s ease 0s, opacity .8s ease 0s;
}

.inViewport .fcList .slick-slide .top__img {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: transform .8s ease 0s, opacity .8s ease 0s;
}

.inViewport .fcList .slick-slide.slick-current .top__img {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: transform .8s ease .1s, opacity .8s ease .1s;
}

.inViewport .fcList .slick-slide.slick-current + .slick-slide .top__img {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: transform .8s ease .2s, opacity .8s ease .2s;
}

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

.fc__img {
	padding-bottom: 100%;
	position: relative;
}

.fc__img img {
	position: absolute;
	top: 0;
	left: 0;
}

.fcList__content {
	padding: 24px 0;
}

.fcList__title {
	margin-bottom: 12px;
}

.fcList__type {
	margin-right: 13px;
	font-size: 11px;
	color: #a38238;
	float: left;
	letter-spacing: .8px;
}

.fcList__time {
	font-size: 11px;
	opacity: .8;
	letter-spacing: .08em;
    line-height: 1.5;
}

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

.fc__conts {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.fc__conts__item {
	padding: 0 40px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: visibility .3s ease, opacity .3s ease;
	box-sizing: border-box;
}

.fc__conts__item.on {
	opacity: 1;
	visibility: visible;
}
.bnr_chapel {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
	z-index: 1000;
}
.bnr_chapel img {
	width: 90%;
	margin: auto;
}
.bnr_chapel .bnr_text {
	display: inline-block;
	margin-bottom: 24px;
}
.bnr_chapel .bnr_text p {
	border-bottom: 1px solid;
	padding-bottom: 4px;
}
.bnr_chapel .bnr_img {
	display: block;
}

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

.area {
	margin-bottom: 92px;
	margin-bottom: 80px;
	padding-top: 70px;
	margin-top: -70px;
  overflow: hidden;
}

.area__item {
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.area__item__word {
	position: absolute;
	top: 40%;
	top: calc(54% - 33px);
	left: 0px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: .32s;
	/*background: rgba(0,0,0,0.2);*/
    padding: 10px;
	width: 190px;
}

.area__item .slno1__box .slno1__banner {
	width: 46px;
    position: absolute;
    bottom: 7px;
    left: 10px;
    top: 0;
    margin: auto;
    z-index: 1;
}

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

.area__info {
	text-align: left;
	padding: 12px 0 20px 15px;
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: .1em;
	position: relative;
}

.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: 5px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -8px;
}

.area__item__word__diff__sp {
	right: 0px;
	left: auto;
}

.area__name {
	margin-bottom: 2px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	letter-spacing: -.05em;
	/*text-align: left;*/
	text-align: center;
}
.area__name2 {
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
	letter-spacing: -.05em;
	/*text-align: left;*/
	text-align: center;
}

.area__inir {
	font-size: 13px;
	color: #fff;
	line-height: 1.5;
	/*text-align: left;*/
	text-align: center;
	font-weight: bold;
}

.area__item.hover.touch a img.scale {
    transform: scale(1);
    -webkit-transform: scale(1);
}
@media all and (max-width: 374px){
	.area__name {
		margin-bottom: 8px;
		font-size: 40px;
	}
}

.link__insta {
	width: 95%;
	background: #f9f8f5;
	margin: 40px auto 0;
	text-align: center;
}
.link__insta a {
	display: block;
	padding: 34px 0 44px;
}
.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 {
	margin-bottom: 18px;
}
.link__instaLogo span {
	font-size: 28px;
	color: #48322a;
	letter-spacing: 0em;
	margin-left: 12px;
	vertical-align: middle;
	transition: .3s;
	-webkit-transition: .3s;
}
.link__instaLogo svg {
    width: 27px;
    height: 27px;
    fill: #48322a;
	transition: .2s;
	-webkit-transition: .2s;
}

.link__instaText {
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 16px;
	transition: .3s;
	-webkit-transition: .3s;
}

@media all and (max-width: 374px){
	.link__instaLogo svg {
		width: 25px;
		height: 25px;
	}
	.link__instaLogo span {
		font-size: 26px;
	}
	.link__instaText {
		font-size: 10px;
	}
}

.link__instaBtn span {
	width: 100%;
	display: block;
}


.chapel {
	margin-bottom: 96px;
}

.chapel .chapelList__item .chapel__img {
  opacity: 0;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transition: transform .8s ease 0s, opacity .8s ease 0s;
}

.chapel .inViewport .chapelList__item .chapel__img {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: transform .8s ease 0s, opacity .8s ease 0s;
}

.chapel__case {
	margin-bottom: 140px;
	position: relative;
}

.chapel__conts {
	width: 100%;
	min-height: 150px;
	position: absolute;
	left: 0;
	bottom: -158px;
	z-index: 3;
	transition: opacity .3s ease;
}

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

.chapel__conts__item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  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;
	position: absolute;
	right: 27px;
	bottom: 32px;
}

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

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

.chapel__box__word {
	padding: 0 40px;
	text-align: center;
}

.chapel__area {
	margin-bottom: 14px;
	font-size: 10px;
	letter-spacing: 1.5px;
}

.chapel__mh {
	margin-bottom: 12px;
}

.chapel__lab {
	margin-bottom: 8px;
	font-size: 10px;
}

.chapel__name {
	font-size: 24px;
	letter-spacing: .01em;
	margin-bottom: 12px;
}

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

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

.chap__slide.hover svg.sp {
	transition: transform .3s ease;
}

.chap__slide.hover.touch svg.sp {
	transform: translateX(-18px);
	-webkit-transform: translateX(-18px);
}

.chapel__switch {
	margin-top: 10px;
	text-align: center;
}

.chapel__switchList {
	line-height: 30px;
	font-size: 0;
	display: inline-block;
}

.chapel__switchList__item:hover {
	opacity: .5;
}

.chapel__switchList__item {
	margin-top: 5px;
	padding: 7px;
	width: 7px;
	height: 7px;
	font-size: 15px;
	position: relative;
	display: inline-block !important;
	border-radius: 100%;
}

.chapel__switchList__item:after {
	width: 7px;
	height: 7px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-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;
	border-radius: 100%;
	z-index: 4;
	float: left;
	transition: transform .3s ease !important;
	position: relative;
}

.chapel__switch__prev {
	float: left;
	margin-left: 5px;
}
.chapel__switch__next {
	float: right;
	margin-right: 5px;
}

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

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

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

.library {
	margin-bottom: 0px;
}

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

.dt__top {
	margin-bottom: 16px;
	position: relative;
	top: -20px;
}

.dress__conts {
}

.dress .section__headline img,
.library .section__headline img {
	width: 140px;
}

.dt__banner {
	margin-bottom: 30px;
	overflow: inherit;
	position: relative;
	background: #fff;
}

.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%);
	-webkit-transform: translateY(-50%);
}

.salon {
	margin-bottom: 185px;
	margin-bottom: 141px;
}

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

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

.howto {
	margin-bottom: 177px;
}
.wedding__box {
	margin-top: 8px;
	padding: 0 40px;
	position: relative;
}

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

.salon .dt__banner {
	padding-bottom: 36px;
}

.wedding__btn__box {
	width: 100%;
	position: absolute;
	bottom: -44px;
	left: 0;
}
.howto .wedding__btn__box {
	bottom: -80px;
}

.wedding__btn {
	transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1), visibility 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.wedding__btn.fadeOutUp {
	opacity: 0;
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	visibility: hidden;
}

.weddingList__item {
	margin-bottom: 20px;
	box-sizing: border-box;
}


@media all and (max-width: 374px){
	.wedding__box {
		padding: 0 30px;
	}
	.weddingList__item {
		margin-bottom: 20px;
	}
}


.weddingList__item a:hover img {
	opacity: .7 !important;
}

.wedding__img {
	margin-top: 2px;
	width: 90px;
	float: left;
	background: #48322a;
}
.wedding__img img {
	-webkit-transition: .5s;
	transition: .5s;
}

.wedding__word {
	margin-left: 112px;
	transition: .2s;
}

.wedding__name {
	margin-bottom: 12px;
	font-size: 17px;
	letter-spacing: 1.5px;
	line-height: 1.5;
}

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

.wedding__addr {
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 1.55;
	letter-spacing: .3px;
}

.wedding__activity {
	font-size: 11px;
	color: #a38238;
}

.topics {
	padding-bottom: 100px;
}

.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;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
  -webkit-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);
  -webkit-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: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	box-sizing: border-box;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.popup__img img {
	width: 100%;
}

.popup__close {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -40px;
	right: -5px;
	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 {
	-webkit-transform: translate(-50%,-50%) rotateZ(-45deg);
  transform: translate(-50%,-50%) rotateZ(-45deg);
}

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

/*--------about----------*/
.about {
	padding-bottom: 102%;
	margin: 0 5px 270px;
	position: relative;
	text-align: center;
}

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

.about .textBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 14%;
	z-index: 2;
}

.about .textBox .title {
	margin-bottom: 14px;
}

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

.about .textBox .title p {
	margin: 52px 0 0;
	font-size: 18px;
	color: #311717;
	position: relative;
	text-transform: uppercase;
}

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

.about .textBox .title p:nth-of-type(2) {
	font-weight: 600;
    line-height: 1.8;
    letter-spacing: 2px;
}

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

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

.about .btn {
	margin-left: -102px;
	position: absolute;
	bottom: -44%;
	left: 50%;
}

/*--------travel----------*/
.travel {
	padding-bottom: 123%;
	margin: 0 5px 160px;
	position: relative;
	text-align: center;
}

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

.travel .textBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 12%;
	z-index: 2;
}

.travel .textBox .title {
	margin-bottom: 14px;
}

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

.travel .textBox .title p {
	margin: 35px 0 22px;
	font-size: 17.5px;
	color: rgb(51, 51, 51);
	letter-spacing: 3.3px;
	position: relative;
	text-transform: uppercase;
 	line-height: 1.829;
}

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

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

.travel .btn {
	margin-left: -102px;
	position: absolute;
	bottom: -23%;
	left: 50%;
}

@media all and (min-width: 767px) and (max-width: 768px){
	.travel {
		padding-bottom: 45.2%;
	}
}

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

.tvcmBox {
	margin-bottom: 68px;
}

.cm_txt {
	text-align:center;
	margin:-50px auto 3%!important;
	padding-bottom:2%;
	font-size:15px;
	width:210px;
	letter-spacing:0.1em;
	line-height: 1.5;
}

/*------------------------------------------------------------
	weddingFix
------------------------------------------------------------*/
.weddingFix {
	display: none;
}

.openWeddFix .weddingFix {
	opacity: 1;
	display: none;
}

/*------------------------------------------------------------
	addSlideChapelChange
------------------------------------------------------------*/
.chapelListChange {
	padding: 0 22px;
}

.chapelListChange .swiper-slide {
	padding: 0 10px;
	box-sizing: border-box;
}

.slideChapelChange .chapel__switch__prev,
.slideChapelChange .chapel__switch__next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.slideChapelChange .chapel__switch__prev svg,
.slideChapelChange .chapel__switch__next svg {
	width: 16px;
	height: 32px;
}

.slideChapelChange .chapel__switch__prev {
	margin-left: 0;
	left: 10px;
}

.slideChapelChange .chapel__switch__next {
	margin-right: 0;
	right: 10px;
}

.slideChapelChange .chapel__switch__prev.hover.touch {
	transform: translate(-8px, -50%);
	-webkit-transform: translate(-8px, -50%);
	opacity: 1;
}

.slideChapelChange .chapel__switch__next.hover.touch {
	transform: translate(8px, -50%);
	-webkit-transform: translate(8px, -50%);
	opacity: 1;
}






#slideFair .prev,
#slideFair .next {
    display: none;
}
.fair .fcList {
    margin: 0 20px;
}
.fair .fcList__item {
    margin-bottom: 35px;
    width: auto;
    float: none;
    display: none;
    justify-content: space-between;
    align-items: center;
}
.fair .fcList__item:nth-child(-n+3) {
    display: flex;
}
.fair .fcList__item:last-child {
    margin-bottom: 0;
}
.fair .fcList__item a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fair .inViewport .fcList .top__img {
    padding-bottom: 0;
    width: 50.15%;
    height: auto;
    border: 1px solid #B5A281;
    box-sizing: border-box;
}
.fair .inViewport .fcList .top__img img {
    position: static;
    top: auto;
    left: auto;
}
.fair .fcList__content {
    padding: 0;
    width: 46%;
}
.fair .fcList__title {
    margin-bottom: 8px;
    padding-bottom: 7px;
    border-bottom: 1px solid #B5A281;
}
.fair .fcList__word {
    font-size: 13px;
}
.fair .more.font__futura {
    line-height: 1.4;
}
.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: 20px;
	margin: 30px;
}
.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: 65%;
}
@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;
  width: 70%;
  padding: 16px 0;
}
@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 {
  	margin-top: 30px;
    font-size: 3.7333333333vw;
    padding: 22px 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 {
	margin-top: 30px;
	display: inline-block;
}
.contents_link li {
    background: #483222;
	margin: 10px 0;
	padding: 20px;
}
.contents_link li a {
    color: #fff;
}

.__news {
  .__box {
		img {
			aspect-ratio: 1 / 1;
		}
	}
}