@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
	font-size:62.5%;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;	
}
body {
	font-size:15px;
	line-height:normal;
	color:#333;
	/*font-family:'Roboto',/*'Source Sans Pro',*//*'Noto Sans JP', sans-serif;*/
	font-family: 'Sawarabi Mincho', sans-serif;
}

h1,h2,h3,h4 {font-weight: normal;}
img {max-width: 100%; height: auto;}
div,ul,li{box-sizing: border-box;}

footer {
	background: #fff;
	background-size: cover;
	padding: 20px 0 10px;

}

p {line-height: 1.5;}

/* common */
.mat_wrap {padding: 80px 0;}

.bt2:hover {opacity: 0.6;}

.pc {display:block;}
.hyd {display: inline;}
.hyd2 {display: inline;}
.sp-hyd {display: block;}
.sp,.shw {display: none;}

#concept,#gallery,#plan,#dress,#contact {display: block;padding-top:70px; margin-top: -70px; }

@media screen and (max-width:999px){
	.hyd2 {display: none;}
}

@media screen and (max-width:480px){
	.sp-lft {text-align: left !important;}
	.sp-cnt {text-align: center !important;}
	.mb50 {margin-bottom: 25px;}
	#concept,#gallery,#plan,#dress,#contact {display: block;padding-top:0px; margin-top: 0px; }
}

@media screen and (max-width:480px){
body {font-size: 14px;}	
.pc,.hyd,.sp-hyd {display:none;}
	.shw {display: inline;}
.sp {display: block;}
	.t21{font-size: 6vw;}
	.t28 {font-size: 7vw;}
	.t32 {font-size:8vw;}
	.mb40 {margin-bottom: 20px !important;}
	/*.mb80 {margin-bottom: 40px !important;}*/
}

/* background */
.bg-lg{background: #eceff0;}
.bg-white {background: #fff;}

/* color */
.lg {color:#ced2ca;}
.whi {color:#fff;}
.d-red {color: #6b2433;}
.o-red {color:#c30d23;}
.gld {color:#7c6c50;}

/* btn */
.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	background: #b0b8c1;
	color:#fff;	
}
@media screen and (max-width:1000px){
	.btn {font-size: 14px;}
}

.btn-waku {
	border: 1px solid #000; 
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	width: 180px; 
	padding:5px 10px; 
}
.btn-waku:hover {background: #343332; border: 1px solid #343332; color: #fff;}
.btn-mat {
	background: #343332; /*border: 1px solid #343332;*/ color: #fff; 
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	width: 180px; 
	padding:5px 10px; 
}
.btn-mat:hover {
	background: #9f8464; color: #fff;
}
@media screen and (max-width:480px){
	/*.btn-waku{width: 90%;}*/
}


.btn_whi {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	background: #fff;
	color:#333;
	border-radius: 4px
}
.btn_whi:hover {color:#c30d23;}



/* title */
.tit-2h {font-size: 3.5rem; font-weight: normal; font-family: 'EB Garamond', serif;}
.ft-gra {font-family: 'EB Garamond', serif;}

.inner,.fw__inner {width:1000px; margin-left: auto; margin-right: auto;}
@media screen and (max-width:1000px){
	.inner,.fw__inner {width:93.75%;}
}
@media screen and (max-width:480px){
	.inner {width:90%;}
}

/* ------------------------------------ mv 
*/
.mv_wrap {
	width:100%;
	/*background-image:url("../img/wedding_photo/mv_bg_wp.jpg");*/
	background-position: center bottom; 
	background-repeat: no-repeat;
	background-size: cover;
}

.mv_wrap .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 786px;
	color:#fff;
}
@media screen and (min-width:1400px){
	/*.mv_wrap .inner {height: 90vh;}*/
	.mv_wrap {
			background-position: center center; 
}
	
}
@media screen and (max-width:480px){
.mv_wrap {
	width:100%;
	/*background-image: url("../img/wedding_photo/mv_mask.png"),
		url("../img/wedding_photo/mv_bg_wp.jpg");
	background-position:center bottom,
		right 28% bottom 0%; 
	background-repeat: no-repeat,
		no-repeat;
	background-size: 100% auto, cover;*/
/*background-position:
		right 28% bottom 0%;	*/
	background-position: center bottom;
	background-size: cover;
	position: relative;
}	
	.mv_wrap .inner {height: 84vh; padding-left:10%; padding-right: 10%;}
	.mv_wrap .inner .t28 {font-size: 5vw !important;}
	.mv_wrap::after{
		position: absolute;
		content: "";
		width:100%;
		height: 84vh;
		background: url("../img/wedding_photo/mv_mask.png") center bottom no-repeat;
		background-size: 100% auto;
		top:1px;
		left:0;
		z-index: 3;
	}
	
}



/* -------------------------------- header 
*/
.head {
	position: absolute;
	z-index: 1000;
	width:100%;
	height: 70px;
	/*background: rgba(255,255,255,0.5);*/
	padding: 0px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	
}

/* navi */
navi {}
.pc-navi {
	display: flex;
	flex-flow: row nowrap;
	 /*border:1px solid #f00;*/
}
.pc-navi li {margin-right: 2em; font-size: 1.3rem; /*border:1px solid #f00;*/ text-align: center}
.pc-navi li a {color:#fff;}
#menu-button {display: none;}

/*@media screen and (max-width:999px){
	.pc-navi li {margin-right: 2em; font-size: 1.3rem; }
}*/

@media screen and (max-width:1180px){
.head {
	position:absolute/*fixed*/;
	z-index: 1000;
	width:100%;
	height: 60px;
	background: none;
	padding: 0px;
	display: block;
	box-sizing: border-box;	
}
/* sp navi */
#menu-button {
	display: block;
    /*position: absolute;*/
	position: fixed;
    top: 10px;
    right: 5px;
    width: 46px;
    height: 46px;
	border-radius: 4px;
	background: rgba(255,255,255,0.8);
  }
#menu-button > div {
    width: 20px;
    height: 1px;
    background: #2b2b2b;
    position: absolute;
    transition: all 0.3s ease;
  }
#menu-button > div:nth-child(1) {
    top: 35%;
    left: 13px;
    transform: translate(0%, 0%);
  }
#menu-button > div:nth-child(2) {
    top: 50%;
    left: 13px;
  }
#menu-button > div:nth-child(3) {
    top: 65%;
    left: 13px;
    transform: translate(0%, 0%);
  }
#menu-button.active > div {background: #333;}
#menu-button.active > div:nth-child(1) {
    top: 50%;
    transform: translate(0%, -50%) rotate(45deg);
  }
#menu-button.active > div:nth-child(2) {
    opacity: 0;
  }
#menu-button.active > div:nth-child(3) {
    top: 50%;
    transform: translate(0%, -50%) rotate(-45deg);
  }	
	
header nav {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    /*height: calc(100vh - 60px);*/
	height: 100vh;
    padding: 5px 0 50px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    opacity: 0;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  header nav.active {
    opacity: 1;
  }
  header nav.block {
    display: block;
  }			

.pc-navi {
	padding-top: 70px;
	display: flex;
	flex-flow: column;
}
.pc-navi li {margin-right: 0em; margin-bottom: 1.7em; font-size: 1.6rem; text-align: center;}
	.pc-navi li a {color:#333;}	
.head h1 { margin-left: 20px; margin-top: 12px}	
}
@media screen and (max-width:600px){
	.head h1 {display: none;}
}

/* -------------------------------- topics 
*/
.topics-wrap {padding: 60px 0;}
/*.topics-wrap .inner div {width:224px;}*/

.slider,.slider-plan {width:90%; margin-left: auto; margin-right: auto;}
.slider-plan img {padding: 2px;}
@media screen and (max-width:480px){
	.slider,.slider-plan {width:80%; margin-left: auto; margin-right: auto;}
}

.sider-box img {width: 100%; height: auto;}
.sider-box {padding: 10px;}

.prev_icon {
position: absolute;
  top: 25%;
  left: -30px;
  transform: translate(0,-25%);
  width: 30px;
  z-index: 1;}

.next_icon{
  position: absolute;
  top: 25%;
  right: -30px;
  transform: translate(0,-25%);
  width: 30px;
  z-index: 1;
}

.slider-plan .prev_icon {
position: absolute;
  top: 50%;
  left: -30px;
  transform: translate(0,-50%);
  width: 20px;
  z-index: 1;}

.slider-plan .next_icon{
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0,-50%);
  width: 20px;
  z-index: 1;
}

/* -------------------------------- concept 
*/

.concept-wrap {
	padding: 60px 0;
	/*background-blend-mode: multiply;
	background-color: rgba(0,0,0,0.3);*/
	background-image: url("../img/wedding_photo/concept_bg3.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width:100%;
	color: #fff;
	min-height: 750px;
}
.concept-wrap .inner {
	min-height: 750px;
	display: flex;
	justify-content: center;
	/*align-items: center;*/
}

.vk-bg {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto; margin-right: auto;
	background: url("../img/wedding_photo/vk.png") center no-repeat;
	height: 146px;
background-size: auto 100%;
}

.txt {line-height: 2;}

@media screen and (max-width:480px){
	.concept-wrap {padding: 30px 0;	background-image: url("../img/wedding_photo/concept_bg3.jpg"); background-position: left 35% center; min-height: 580px;}
	.concept-wrap .inner {
		min-height:580px; /*650px;*/}
	.vk-bg {height: 106px;}
	.vk-bg .t23 {font-size: 4vw;}
	.txt {font-size: 3vw;}
}

/* -------------------------------- tokuten 
*/
.tokuten-wrap {
	padding: 80px 0;
}
@media screen and (max-width:480px){
	.tokuten-wrap .inner {width:84%;}
}

/* info */
.info_ul {width:100%;}
.info_ul li:first-child{float: left; width: 50%;}
.info_ul li:last-child{float: right; width: 48%;}
.info_ul li:last-child .t21 {line-height: 1.6;}

@media screen and (max-width:480px){
.pd40 {padding: 20px !important;}
.info_ul {width:100%; }
.info_ul li:first-child{float: none; width: 100%; margin-bottom: 10px;}
.info_ul li:last-child{float: none; width: 100%; }	
.info_ul li:last-child .t21 {font-size: 5vw;}
}


/* ribon */
.ribon {position: relative;}
.cp_ribbon07 {
	position: absolute;
	top: -6px;
	left: 25px;
	width: 60px;
	padding: 10px 0;
	text-align: center;
	border-top-left-radius: 3px;
	color: #345488;
	background: #f2f2f2;
}
.cp_ribbon07:before {
	top: 0.1px;
	right: -5.5px;
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #a6a6a6;
}
.cp_ribbon07:before, .cp_ribbon07:after {
	position: absolute;
	content: '';
}
.cp_ribbon07:after {
	bottom: -12px;
	left: 0;
	width: 0;
	height: 0;
	border-right: 30px solid #f2f2f2;
	border-bottom: 12px solid transparent;
	border-left: 30px solid #f2f2f2;
}

/* -------------------------------- Gallery 
*/
.gallery-wrap {
	padding: 60px 0 30px;
	background: #f1f1f1;
}


.sns-ul {display: flex; flex-flow: row nowrap; justify-content: center;}
.sns-ul li {margin: 0 0.5em;}

.insta_list,.insta_list_loc{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    list-style: none;
	/*margin: 40px 0;*/
}
.insta_list li,.insta_list_loc li {margin-bottom: 0.1vw;} 

.insta_list img,.insta_list_loc img{
    width: 166px;/*198*/
	height: 166px;
	object-fit: cover;
}
@media screen and (max-width:999px){
	.gallery-wrap .inner {width: 100%;}
	.insta_list li,.insta_list_loc li {margin-bottom: 0.4vw;} 
	.insta_list img,.insta_list_loc img{
    width: 33vw;
	height: 33vw;
		object-fit: cover;}
}

@media screen and (max-width:480px){
	.gallery-wrap .inner p.aC.mb20 {width:90%; margin-left: auto; margin-right: auto;}
}

/* -------------------------------- Plan 
*/
.plan-wrap {
	padding: 60px 0;
	overflow: hidden;
}


.paln-inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}



.plan-box {
	width:30.4%;
	background: #f1f1f1;
	border:1px solid #c5c5c5;
	padding-bottom: 70px;
	position: relative;
}
.plan-btn {
	position: absolute;
	width: 100%;
	left:0;
	bottom:20px;
}
.plan-box_inner {
	width:71.3815%/*90%*/;
	margin: 20px auto 0;
}
.plan-btn .btn-mat {width: 71.3815%;}

.plan-box a:hover {opacity: 0.7;}
.plan-box a:hover > div {opacity: 0.6;}

@media screen and (max-width:480px){
	.plan-wrap .inner { width: 84%;}
	.paln-inner {
	display: block;

	}
	.plan-box {
	width:100%;
		margin-bottom: 20px;
	}
	.plan-box_inner {
		width:90%;
		margin: 5px auto 0;
	}
	.plan-btn .btn-mat {width: 88%;}
	hr.mb10 {margin-bottom: 0;}
	hr.mb20 {margin-bottom: 10px;}
}

.price {padding: 10px; background: #fff; display: inline-block;}

hr {
	height: 0;
	border: 0; border-bottom: 1px solid #c5c5c5;
}

/* kirinuki */
 svg {
    width: 100%;
    height: auto;
  }

/* -------------------------------- Dress
*/
.dress-wrap {
	/*padding: 100px 0 60px;*/
		padding: calc(100 / 1000 * 100vw) 0 60px;
	background-blend-mode: multiply;
	background-color: rgba(0,0,0,0.18);
	background-image: url("../img/wedding_photo/dress_bg_231215.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	width:100%;	
}

.dress-wrap .inner {
	/*min-height: 840px;*/
	min-height:740px;
	display: flex;
	justify-content: center;
}

.dress-inner {width:290px;}

@media screen and (max-width:999px){

}

@media screen and (max-width:768px){
.dress-wrap {
	padding: 40px 0 30px;
	background-image: url("../img/wedding_photo/dress_bg_sp_231215.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width:100%;	
	/*border: 1px solid #f00;*/
}	
	.dress-wrap .inner {min-height: 600px;}
	.dress-inner {width:240px;}
	.yk-logo {width: 140px;}
}
@media screen and (max-width:480px){
	.dress-wrap {padding: 0;}
	.dress-wrap .inner {min-height: 480px; /*border: 1px solid #f00;*/ /*align-items: center;*/ padding-top: 34px;}
	.dress-inner {width:180px;}
	.yk-logo {width: 110px; margin: 10px 0 0;}	
	.yk-txt {/*text-shadow: -1px -1px 3px #c0bcb3, 1px 1px 3px #c0bcb3 ;*/ padding: 20px; font-size: 3.0vw;}
}
/* -------------------------------- KPM 
*/

.kpm-wrap {
	padding: 60px 0;
}

.fe-L{
  z-index: 2;
  position:relative;
  margin-bottom:40px;
}
.inner-fe{
  display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
  max-width: 100%;
  margin:0 auto;
  padding:40px 0;
  min-height:280px;
  overflow: hidden;
	box-sizing: border-box;
	
}

.fe-L figure{
  width:50%;
}
.fe-L figcaption{
  width:40%;
	margin-right: 2%;
}
.fe-L .bg-fe{
  display: block;
  width: 60%;
  height:100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f1f1f1;
  z-index: -1;
}

@media screen and (max-width:480px){
	.kpm-wrap {
	padding: 30px 0;
}
	
.kpm-wrap .inner {width:100%; padding: 0;}
.inner-fe{
  display: flex;
	flex-flow: column;
	width:100%;}
.fe-L figure{
  width:100%;
}
.fe-L figcaption{
  width:90%;
	margin-right: 0%;
}
	.fe-L .bg-fe{
  display: none;
  width: 100%;
  height:80%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f1f1f1;
  z-index: -1;
}
}

/* -------------------------------- CONTACT 
*/

.contact-wrap {
	padding: 60px 0;
	background:url("../img/wedding_photo/contact_bg.jpg") center bottom no-repeat;
	background-size: cover;
	min-height: 400px;
}

.toi-ul {display: flex; justify-content: center;}
.toi-ul li:first-child {margin-right: 0.5em;}
@media screen and (max-width:480px){
.contact-wrap {
	background:url("../img/wedding_photo/contact_bg_sp.jpg") center bottom no-repeat;
	background-size: auto 100%;
	min-height: 300px;
	/*padding: calc(90 / 480 * 100vw) 0 0;*/
	padding: 40px 0 0;
}	
	.contact-wrap .t25 {font-size: 5.5vw; margin-bottom: 20px;}
	.contact-wrap .mb30 {margin-bottom: 15px !important;}
	.contact-wrap .mb20 {margin-bottom: 10px !important;}
	.toi-ul .btn-mat {width:140px;}
}

/* -------------------------------- Footer 
*/
.footer-inner {
	display: flex; 
	flex-flow: row wrap;
	justify-content: space-between;
}

.footer-top {
	display: flex; 
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width:480px){
	
	footer .inner > p {text-align: center;}
	
.footer-inner,.footer-top {
	display: flex; 
	flex-flow:column;
	justify-content: center;
	text-align: center;
}	
.f-item01 {order: 2;}
.f-item02 {order: 3; /*border:1px solid #f00;*/ margin-bottom: 20px;}
.f-item03 {order: 1; /*border:1px solid #f00;*/ margin-bottom: 20px;}
.f-item04 {order: 4; font-size: 10px;}

}

.wpf {padding-bottom: 80px;}

.footer-bar {position: fixed; bottom:0; left:0; z-index: 90; width: 100%; height: auto; background: rgba(176,184,193,0.9); padding: 15px 0;}
/*.footer-btn {margin: 0 auto; text-align: center;}
.footer-btn li:first-child{margin-right: 20px;}
.footer-btn li{ display: inline-block; width:40%; text-align: center;}*/

.footer-btn {display: flex; flex-flow: row; justify-content:space-between; }
.footer-btn li {width:100%; font-feature-settings: "palt";}

@media screen and (max-width:480px){
	/*.footer-bar {position: fixed; bottom:0; left:0; z-index: 90; width: 100%; height: auto; background: rgba(176,184,193,0.9); padding: 10px 0;}
	.footer-btn li:first-child{margin-right: 1%;}
	.footer-btn li{ display: inline-block; width:47%; text-align: center;}	*/
	.footer-bar .inner {width: 96%;}
	.footer-btn li {font-size: 3.4vw; }
	.footer-btn li {width:48%; font-feature-settings: "palt";}
}

.footer-wp-nav li {display: inline-block;}
@media screen and (max-width:480px){
	/*.footer-wp-nav li {display: inline-block; margin-bottom: 10px;}*//*221115*/
	.footer-wp-nav {display: flex; flex-flow: row wrap; justify-content: center}
	.footer-wp-nav li {margin-bottom: 10px; }
	.footer-wp-nav li:first-child,.footer-wp-nav li:nth-child(2),.footer-wp-nav li:nth-child(3) {width: 100%; }
	
}


/* anime */
.anime.delighter{
transition: all 1.0s ease-out;
transform: translateY(-20%);
opacity:0;
}
.anime.delighter.started{
transform: none;
opacity:1;
}

.anime-wp.delighter{
transition: all 1.0s ease-out;
transform: translateY(-3%);
opacity:0;
}
.anime-wp.delighter.started{
transform: none;
opacity:1;
}

.anime-p1.delighter{
transition: all 1.0s  ease-out .1s;
transform: translateY(-5%);
opacity:0;
}
.anime-p2.delighter{
transition: all 1.0s  ease-out .5s;
transform: translateY(-5%);
opacity:0;
}
.anime-p3.delighter{
transition: all 1.0s  ease-out .9s;
transform: translateY(-5%);
opacity:0;
}

@media screen and (max-width:480px){
.anime-p1.delighter{
transition: all 1.0s  ease-out;
transform: translateX(-20%);
opacity:0;
}
.anime-p2.delighter{
transition: all 1.0s  ease-out;
transform: translateX(20%);
opacity:0;
}
.anime-p3.delighter{
transition: all 1.0s  ease-out;
transform: translateX(-20%);
opacity:0;
}	
}
.anime-p1.delighter.started,.anime-p2.delighter.started,.anime-p3.delighter.started{
transform: none;
opacity:1;
}
	

.hero {
	opacity: 0;
    animation-name: fadeIn;
    animation-duration: 2s;
	animation-delay: .5s;
	animation-fill-mode: forwards;
}
.hero-2 {
	opacity: 0;
    animation-name: fadeIn2;
    animation-duration: 2s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
}
.hero-3 {
	opacity: 0;
    animation-name: fadeIn2;
    animation-duration: 1s;
	animation-delay: 4s;
	animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
	  transform: translateY(15px) ;
  }
  100% {
    opacity: 1;
	  transform: translateY(0px) ;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* --------------------------------- Campagin 
--*/
.camp-head {padding-top: 50px;}
.camp-head .inner {width:920px;}
.camp-mv_L h1 {border-bottom:1px solid #fff; margin-bottom: 2em;}
.camp-mv_L h1 img {margin-bottom: 20px;}

.camp-mv_L {
	height:680px;
	z-index: 2;
	position:relative;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.bg-camp_L {
	background: url("../img/campagin/camp_bg_1.jpg") right center no-repeat;
	background-size: cover;
  display: block;
  width: 56.5217%;
  height:100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;	
}

.camp-mv_mat {
	background: /*#314443*/#014d72;
	width:51.4%;
	height: 516px;
	padding: 40px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}

.camp-mv_R {
	height:450px;
	z-index: 3;
	position:relative;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
	margin-top: -50px;
	margin-bottom: 100px;
}
.bg-camp_R {
	background: url("../img/campagin/camp_bg_2.jpg") left center no-repeat;
	background-size: cover;
  display: block;
  width: 44.3478%;
  height:100%;
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: -1;	
}
.camp-mv_mat_2 {
	text-align: center;
	margin-right: 5%;
		width: 54%;
}

.lh-2 p {line-height: 2.0;}
.lh-17 p {line-height: 1.7;}

/* 211217*/
.inner.bg-mizu{position: relative;}
.bg-mizu::before{
	position: absolute;
	bottom:8%;
	right: 2%;
	content: "";
	width:72%;
	height: 40%;
	display: block;
	background: #d8ecf0;
	z-index: -2;
}

.campagin-wrap {width:100%; padding:3em 2em; background:/*#314443*/#014d72;}
.campagin-wrap .inner {background: #fff; padding: 4% 9%;}

.camp-plan_wrap {display: flex; flex-flow: row nowrap; justify-content: space-between; width: 100%;}
.camp-plan_txt {width:/*428px;*/52.1951%;}
.camp-plan_txt p {line-height: 2;}
.camp-plan_ph {width:/*360px;*/43.9024%;}
.camp-plan_wrap figure {padding: 0; margin: 0;}
.camp-plan_wrap figcaption{text-align: right; font-size: 1.2rem;}

.tit-cp_h3 {
	display: inline-block;
	border-bottom:1px solid #666;
	padding-left: 0.5em; 
	padding-right: 0.5em}

.camp-kei {border:1px solid #666; padding: 0.3em;}

.gen {font-family: 'Noto Serif JP', serif; font-weight: 400;}
.gen-b {font-family: 'Noto Serif JP', serif; font-weight: 700;}

.camp-tbl {width:100%;}
.camp-tbl th {vertical-align: top; text-align: left; white-space: nowrap;  padding: 0.3em 1.5em 0.3em 0;}
.camp-tbl td {vertical-align: top; padding: 0.3em 0;}

.camp-entry {display: flex; flex-flow: row nowrap; justify-content: space-between; }
.camp-entry dl {margin-right: 20px;}
.camp-entry dl dt {margin-bottom: 10px;}
.camp-entry dl dd {margin-left: 0.5em; text-indent: -1em; padding-left: 1.5em 1em;}
.line-cd img {border: 1px solid #ddd; width: 120px;}
.line-btn {width:120px; margin: 0 auto;}
.insta-btn {font-size: 1.4rem;}
@media screen and (max-width:480px){
	.line-qr {margin-bottom: 40px;}
	.line-cd img {border: 1px solid #ddd; width: 180px;}
.line-btn {width:180px; margin: 0 auto;}
}

/* 20210913 */
.opplan {
	display: inline-block;text-align: center; padding: 1em 2.5em; color: #314443;
border-top:3px double #314443;
border-bottom:3px double #314443;
position: relative;}
.opplan::before {
	position: absolute;
	content: "";
	background: url("../img/campagin/ic.png") center no-repeat;
	background-size: cover;
	width:24px;
	height: 24px;
	left:0.5em;
	top:50%;
	transform: translateY(-50%);
}
.opplan::after {
	position: absolute;
	content: "";
	background: url("../img/campagin/ic.png") center no-repeat;
	background-size: cover;
	width:24px;
	height: 24px;
	right:0.5em;
	top:50%;
	transform: translateY(-50%);
}

@media screen and (max-width:1024px){
	.campagin-wrap .inner {background: #fff; padding: 4% 5%; width: 100%;}
}
@media screen and (max-width:919px){
	.camp-head .inner {width:93.75%;}
}

@media screen and (max-width:480px){
	.campagin-wrap {width:100%; padding:1.5em 1em; }
	.campagin-wrap .inner {background: #fff; padding: 5%;}
	.camp-plan_wrap {display: flex; flex-flow: column;}
	.camp-plan_txt {width:/*428px;*/100%; margin-bottom: 10px;}
	.camp-plan_ph {width:/*360px;*/100%;}
	
	.camp-entry {flex-flow: column;}
	.camp-entry dl {margin-bottom: 20px;}
	.camp-entry > div {text-align: center;}
	
	.tit-cp_h3 {font-size: 4.5vw ;}
	
	.lh-2.mb60 {/*font-size: 3.26vw;*/}
	.lh-2.mb80 {margin-bottom: 40px;}
	
	.camp-tbl th {display: block; border-bottom: 1px dotted #ccc;}
	.camp-tbl td {display: block; margin-bottom: 10px;}
	
	.gen.t20.aC{font-size: 3.0vw;}
	.gen.t24.aC{font-size: 3.2vw;}
	.gen-b.t30.aC.mb60 {font-size: 6.4vw; margin-bottom: 30px !important;}
	.gen.t23{font-size: 3.0vw;}
	
	/* head */
	.camp-head {padding-top: 20px;}
	.camp-mv_L h1 {border-bottom:1px solid #fff; margin-bottom: 1em;}
	.camp-mv_L h1 img {margin-bottom: 20px; width: 100px;}
	.t25.lh-2 {font-size: 3.4vw;}
	.camp-head .mb2em {margin-bottom: 1em;}

.camp-mv_L {
	height:50vh;
	z-index: 2;
	position:relative;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.bg-camp_L {
	background: url("../img/campagin/camp_bg_1.jpg") right center no-repeat;
	background-size: cover;
  display: block;
  width: 56.5217%;
  height:100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;	
}

.camp-mv_mat {
	background: /*#314443*/#014d72;
	width:54%;
	height: 42vh;
	padding: 20px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}

.camp-mv_R {
	height:40vh;
	z-index: 3;
	position:relative;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	flex-flow: row-reverse;
	align-items: center;
	margin-top: -10px;
	margin-bottom: 50px;
}
.bg-camp_R {
	background: url("../img/campagin/camp_bg_2.jpg") left center no-repeat;
	background-size: cover;
  display: block;
  width: 45%;
  height:100%;
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: -1;	
}
.camp-mv_mat_2 {
	text-align: center;
	margin-right: 5%;
		width: 50%;
}
	
	.open-txt {font-size: 3.2vw;}
	
}

@media screen and (max-width:480px){
	.t18.lh-2 {
	font-size: 1.5rem;
}
}


/* --------------------------------- Privacy Policy 
--*/
header.sec {padding: 10px; border-bottom: 1px solid #ccc; margin-bottom: 60px;}
.pp-dl dt {margin-bottom: 0.5em;}
.pp-dl dd {margin-bottom: 1.5em; margin-left: 1em;}


/* ------------------------------------ PLAN page
*/

/* 20220627 */
.plan__read {
	display: flex;
	justify-content: space-between;
}
.plan__read__box {}
.plan__read__sub {font-size: 1.3rem;}
.plan__read__price { line-height: 1; }
.plan__read__price big {font-size: 5.0rem;}
.plan_caution {font-size: 1.3rem;}
.plan__price {display: inline-block;}

@media screen and (max-width:480px){
	.plan__read {
	display: block
}
	.plan__read__box {text-align: center; margin-bottom: 20px}
	.plan__read__sub {font-size: 3vw;}
	.plan__read__price big {font-size: 7vw;}
	.plan__read__box .aR {text-align: center;}
	.aR.mb2em{margin-bottom: 2px;}
}

.plan__info {
	background: #acb5b4;
	padding: 40px 0 50px;
	margin-bottom: 60px;
}
.plan__info__tit {
	color: #fff;
	background:#4d4d4d ;
	border-radius: 12px;
	padding: 0.2em;
}

.plan__info__sub {
	padding: 1.5em 2em;
	background:#fff;
}
.plan__info__sub p {line-height: 1.8;}

.plan__info_icon {
	display:flex;
	/*justify-content: space-between;*/
	flex-flow: row wrap;
	margin-bottom: 20px;
}

.plan__info_icon li {
		text-align: center;
	font-size: 1.0rem;
	padding: 0.1em 0.5em;
	letter-spacing: -0.1em;
}
.plan__info_icon.col__6 li {
	width:16.6%;
	border-right: 1px solid #4d4d4d;
}
.plan__info_icon.col__5 li {
	width:20%;
	border-right: 1px solid #4d4d4d;
}
.plan__info_icon.col__4 li {
	width:25%;
	border-right: 1px solid #4d4d4d;
}
.plan__info_icon.col__6 li:last-child,.plan__info_icon.col__5 li:last-child,.plan__info_icon.col__4 li:last-child {
	border:none;
}

.plan__icon {margin-bottom: 5px;}

.plan__caption {display: flex; flex-flow: row-reverse; margin-bottom: 10px;}
.ans {display: block;}

.setplan__tit {text-align: center; font-size: 3rem; display: inline-block; background: #fff; padding:0 0.5em;}
.set__plan__wrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	padding: 3em;
	border: 1px solid #333;
	margin-bottom: 80px;
	margin-top: -1.5em;
}
.set__plan2__wrap {
	display: flex;
	flex-flow: column;
	padding: 3em;
	border: 1px solid #333;
	margin-bottom: 80px;
	margin-top: -1.5em;
}
.set__plan__box {
	display: flex;
	flex-flow:  row;
}
.setplan__ph {
	margin-right: 20px;
}
.setplan__txt p {margin-left: 1em; font-size: 1.6rem; line-height: 1.7}
.set__plan__box .setplan__txt p {
	margin-left: 0em;
}

@media screen and (max-width:480px){
	.plan__caption {display: flex; flex-flow: row; justify-content: center;  margin-bottom: 10px;}
	.plan__caption ul li {text-align: center;}
	.plan__info__sub {text-align: center; font-size: 3vw;}
	
	.plan__info_icon.col__6 li,.plan__info_icon.col__5 li {
	width:33.3%;
	border: none;
	font-size: 2.6vw;
}
	.plan__info_icon.col__6 li:nth-child(1),.plan__info_icon.col__5 li:nth-child(1),.plan__info_icon.col__4 li:nth-child(1){margin-bottom: 20px}
	.plan__caption {font-size: 3vw;}

/*.ans {display: none;}*/
/*.plan__info__tit { position: relative; }
.plan__info__tit:hover {cursor: pointer;}
.plan__info__tit::after {
	content: '\f067';
	font-size: 1.6rem;
	color:#fff;
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -0.5em;
	transition: 0.3s;

}
.plan__info__tit.on::after {
  transform: rotate(45deg);
}	*/
	
	.plan__info_icon.col__4 {
	display:flex;
	justify-content: center;
	flex-flow: row wrap;
	margin-bottom: 20px;
		width: 60vw;
		margin-left: auto; margin-right: auto;
	}
	.plan__info_icon.col__4 li {
	width:50%;
	border: none;
	font-size: 2.6vw;	
}
	
.set__plan__wrap {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding:2em 1.0em;
	border: 1px solid #333;
	margin-bottom: 80px;
	margin-top: -1.5em;
}
	.set__plan2__wrap {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding:2em 2em;
	border: 1px solid #333;
	margin-bottom: 80px;
	margin-top: -1.5em;
}
	.setplan__ph {margin-bottom: 15px; width: 60vw}
.setplan__txt p {margin-left: 0em; font-size: 3vw; line-height: 1.8}	
	
.set__plan__box {
	display: flex;
	flex-flow: column;
}	
.set__plan__box	.setplan__ph{
		width:100%;
	margin-right: 0
	}
	
	.set__plan2__wrap small {
		 font-size: 3vw;
	}
	
}

/* 20220627 */

.plan-mv_wrap {
	width:100%;
	background-image:url("../img/plan/mv_bg_plan.jpg");
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height:37.58vw;
	min-height: 587px;
	margin-bottom: 140px;
}

.plan-mv_wrap .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}


.plan-info_box {
	display: flex;
	justify-content: space-between;
}

.plan-title {width: 48%;}

.plan-ph {width:50%; margin-bottom: -40px;}
.plan-title_txt {line-height: 2.8;}

.plan-tit_2 {display: inline-block; text-align: center; position: relative;}

.plan-tit {display: inline-block; text-align: center; position: relative;}
/*.plan-tit::after,.plan-tit_2::after {content: ""; width:255px; height: 80px; background: url("../img/plan/tit_mat.png") center no-repeat; position: absolute;
left:0;
top:0;
z-index: -1;}*/

@media screen and (max-width:999px){
		.plan-title_txt {line-height: 2.4;}
}
@media screen and (max-width:480px){
	.plan-tit {/*display: inline-block;*/ text-align: center; position: relative; display: block;}
	.plan-title_txt{text-align: center; font-size: 3vw; line-height: 1.7;}/**/
}

.plan-info2 {
	background: linear-gradient(90deg, #efefef 0%, #efefef 50%, #fff 50%, #fff 100%);
	margin-bottom: 100px;
}
.plan-detail {width:80%; height:100%; background: #efefef; padding: 80px 0;}

.plan-tbl {
width:94%;
}
.plan-tbl th {text-align: left; vertical-align: top; padding: 20px 2em 0 0; border-bottom: 1px solid #333; font-size: 1.3rem; font-weight: normal; white-space: nowrap;}
.plan-tbl tr:first-child th {vertical-align: middle;}
.plan-tbl td {padding: 20px 0; border-bottom: 1px solid #333; }
.plan-tbl tr:last-of-type th {border: none; padding: 20px 2em 0 0;}
.plan-tbl tr:last-of-type td {border: none; padding: 20px 0 0;}

.plan-tbl li {line-height: 2;}

.plan-price {display: flex; align-items: center;}
.plan-price li:nth-child(1){margin-right: 30px; font-size: 2.0rem;}
.plan-price li:nth-child(2){margin-right: 5px;}
.plan-price li:nth-child(3){margin-right: 10px;}
.plan-price li:nth-child(4){text-align: right; line-height: 1.1;}
.plan-price li big {font-size: 3rem;}
.op-ani {border: 1px solid #333; padding: 0.1em 0.3em; font-size: 1.3rem}

.dan-1 {text-indent: -1em; padding-left: 1em;}

/* 2022-04-27 */
.plan-price__wp {display: flex; align-items: center; justify-content: center;}
.plan-price__wp li:nth-child(1){margin-right: 5px; font-size: 1.4rem;}
.plan-price__wp li:nth-child(2){margin-right: 5px;}
/*.plan-price__wp li:nth-child(3){margin-right: 0px;}*/
.plan-price__wp li:nth-child(3){text-align: center; line-height: 1.1; background: #fff; padding: 10px;}
.plan-price__wp li big {font-size: 2rem;}
.plan-price__wp li .op-ani {border: 0px solid #333; padding: 0em 0em; font-size: 1.0rem; margin-bottom: 2px;}

@media screen and (max-width:999px){
	.plan-title .mb50 {margin-bottom: 25px;}
	.plan-title .mb30 {margin-bottom: 15px;}
	.plan-detail {width:90%; height:100%; background: #efefef; padding: 40px 0;}
}

@media screen and (min-width:481px) and  (max-width:999px){
	.plan-box_inner {width: 90%;}
	.plan-price__wp li:nth-child(1){margin-right: 5px; font-size: 1.4vw;}
	.plan-price__wp li:nth-child(3){font-size: 1vw;}
	.plan-price__wp li .op-ani {font-size: 1vw;}
	.plan-price__wp li big {font-size: 2vw;}
}

@media screen and (max-width:480px){
	.plan-mv_wrap .t60 {font-size: 10vw;}
	.plan-mv_wrap .t30 {font-size: 6vw;}
.plan-mv_wrap {
	width:100%;
	background-image:url("../img/plan/mv_bg_plan.jpg");
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height:60vh;
	min-height: auto;
	margin-bottom: 35px;
}	
	
.plan-info_box {display: block;}
.plan-title {width: 100%; margin-bottom: 40px;}
.plan-ph {width:100%; margin-bottom: -40px;}
	
.plan-info2 {background: #efefef; margin-bottom: 40px;}/*20220427*/
.plan-detail {width:100%; height:100%; background: #efefef; padding: 20px 0;}	
.plan-tbl {width:100%;}	
	.plan-tbl th{display: block; padding: 0;}
	.plan-tbl tr:last-of-type th { border-bottom: 1px solid #333;}
	.plan-tbl td{display: block; border: none;}

.plan-price {display: flex; align-items: center;}
.plan-price li:nth-child(1){margin-right: 5px; font-size: 1.6rem;}
.plan-price li:nth-child(2){margin-right: 5px;}
.plan-price li:nth-child(3){margin-right: 10px;}
.plan-price li:nth-child(4){text-align: right; line-height: 1.1;}
.plan-price li big {font-size: 2.8rem;}
	.op-ani { font-size: 1.2rem}

	
}



.mb80 {margin-bottom: 80px !important;}
.mb60 {margin-bottom: 60px !important;}
@media screen and (max-width:480px){
	.mb80 {margin-bottom: 40px;}
	.mb60 {margin-bottom: 30px;}
}

/* access */
.ac-box {display: flex; flex-flow: row wrap; justify-content: space-between; align-items: flex-end;}
.ac-map {width: 67%; height: 400px;}
.ac-txt {width:30%;}

.ac__list {margin-bottom: 0.5em;}
.ac__list dt { border-bottom:1px dotted #ccc; margin-bottom: 0.2em}

.w-kei {border-bottom:1px solid #333; height: 23px;}
.w-kei span {
background: #fff;
padding:0 40px;}

@media screen and (max-width:600px){
.ac-map {width: 100%; height: 50vh; margin-bottom: 2em;}
.ac-txt {width:100%;}
	.w-kei {border-bottom:1px solid #333; height: 14px;}
	.t14 {font-size: 1.2rem;}
	
	.ac__list {display: flex; flex-flow: row nowrap;}
	.ac__list dt { border-bottom:1px dotted #ccc; margin-bottom: 0.2em; width: 20%;}
	.ac__list dd { border-bottom:1px dotted #ccc; margin-bottom: 0.2em; width: 80%; padding-bottom: 0.8em;}
}

/* 2022-02-23 */
.vk__lp--L:hover,.vk__lp--R:hover{opacity: 0.7; transition: 0.3s }
.vk__lp {display: flex; justify-content: space-between;}
/*.vk__lp li {width:49%; height: 306px; background: #003;}*/
.vk__lp li {width:49%; height: 400px; background: #003;}
.vk__lp--L {
	width: 100%;
	display: flex; 
	flex-flow: row wrap; 
	align-items: flex-end; 
	height: 100%;
	background: url("../img/wedding_photo/vk_lp_1_r.jpg") no-repeat center;
	background-size: cover;
	padding: 0 1em;
}
.vk__lp--btn {margin-top:auto; width: 100%; margin-bottom: 2em }
.vk__lp--btn span {background:#333; color:#fff; width: 120px; display: block; text-align: center; margin: 0 auto;}
.vk__lp--small {font-size: 1.3rem; color: #fff; text-shadow: 0px 0px 4px rgba(0,0,0,0.9);}
.vk__lp h3 {font-size: 2rem; font-weight: bold; color: #fff; text-shadow: 0px 0px 4px rgba(0,0,0,0.8);}

.vk__lp--R {
	width: 100%;	
	display: flex; 
	flex-flow: row wrap; 
	align-items: flex-end; 
	height: 100%;
	background: url("../img/wedding_photo/vk_lp_2rrrr.jpg") no-repeat center;
	background-size: cover;
	padding: 0 1em;
}

.vk__lp--inr {width:100%; padding-top: 6em;}
@media screen and (max-width:999px){
	/*.vk__lp li {width:49%; height: calc(49vw * 0.59); margin-bottom: 1em;}*/
	.vk__lp li {width:49%; height: calc(49vw * 0.8); margin-bottom: 1em;}
}
@media screen and (max-width:600px){
	.vk__lp {display: block;}
		/*.vk__lp li {width:100%; height: calc(100vw * 0.59); margin-bottom: 1em;}*/
	.vk__lp li {width:100%; height: calc(100vw * 0.8); margin-bottom: 1em;}
	.vk__lp h3 {font-size: 4vw;}
	.vk__lp--small {font-size: 3vw;}
	.vk__lp--btn {margin-top:auto; width: 100%; margin-bottom: 1em }
}
@media screen and (max-width:480px){
	/*.vk__lp li {width:100%; height: calc(100vw * 0.52); margin-bottom: 1em;}*/
	.vk__lp li {width:100%; height: calc(100vw * 0.7); margin-bottom: 1em;}
	.vk__lp--inr {width:100%; padding-top: 6em;}
}
@media screen and (max-width:320px){
		.vk__lp--inr {width:100%; padding-top: 3em;}
}

.wp__vk dl {display: flex; justify-content: space-between; flex-direction: row-reverse;}
.wp__vk dl dt {width: 50%;}
.wp__vk dl dd {width: 50%; box-sizing: border-box; padding: 1em; display: flex; align-items: center;}

/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#fff;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* --------------------------------- FAQ 
--*/

.faq-tit {font-size: 5rem; position: relative; margin-bottom: 2em}
.faq-tit small {font-size: 3rem;}
.faq-tit::after {
	position: absolute;
	content: "";
	display: block;
	width: 1.5em;
	border-bottom:5px solid #4d4d4d;
	bottom:-0.3em;
	left: 0;
}

.faq-dl dt {border-bottom:1px solid #4d4d4d; margin-bottom: 0.7em; font-size: 1.8rem;}
.faq-dl dt span {font-size: 4rem; margin-right: 0.5em;}
.faq-dl dd {margin-bottom: 3em; line-height: 1.8;}

.faq-flow {display: flex; flex-flow: row nowrap;}
.faq-flow li {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width:10em; 
	height: 10em; 
	border:1px solid #4d4d4d; 
	border-radius: 50%; 
text-align: center;
margin-right: 1.5em;}
.faq-flow li::after {
	content: '\f061';
	font-size: 1.6rem;
	color:#4d4d4d;
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	position: absolute;
	right: -18px;
	top: 50%;
	transform: translateY(-50%);
}
.faq-flow li:last-child{
	margin-right: 0;
}
.faq-flow li:last-child::after{
	content:"";
}

@media screen and (max-width:600px){
	.faq-tit {font-size: 9vw; position: relative; margin-bottom: 2em}
	.faq-tit small {font-size: 6vw;}
	.faq-dl dt {border-bottom:1px solid #4d4d4d; margin-bottom: 0.7em; font-size: 1.6rem; text-indent: -2.5em; padding-left: 2.5em;}
	.faq-dl dt span {font-size: 2.4rem; margin-right: 0.5em;}
	.faq-dl dd {font-size: 1.3rem;}
	
	.faq-flow {display: flex; flex-flow: row wrap; justify-content:center; }
	.faq-flow li {margin-bottom: 1em; width:35vw; height: 35vw;}
	.faq-flow li:first-child {margin-left: 1.6rem;}
	.faq-flow li:nth-child(3)::before{
	content: '\f061';
	font-size: 1.6rem;
	color:#4d4d4d;
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-50%);
}
}


/* dress 2022-07-19 */
.dress-mv_wrap {
	width:100%;
	background-image:url("../img/dress/mv.jpg");
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height:37.58vw;
	min-height: 587px;
	margin-bottom: 70px;
}

.dress-mv_wrap .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.dress-mv_wrap .inner .ft-gra {
	line-height: 1.2;
}

.dress__copy-1 {font-size: 2.1rem;}
.dress__copy-2,.dress__copy-4 {line-height: 2;}

.dress__1__wrap {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}
.dress__1__txt {margin-right: 2em;}
.dress__1__txt p { line-height: 1.7;}

.dress__2__wrap {
	background:linear-gradient(0deg,#cbd2d5 0%,#cbd2d5 50%,#fff 50%,#fff 100%);
}

.dress_2-1 {
	display: flex;
}

.dress_2-1-txt {
	padding-top: 5em;
	margin-left: 4%;
}

.dress_2-2 {
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
	margin-top: -100px;
	padding-bottom: 100px;
}
.dress_2-2-ph  {
margin-top: -40px;
}
.dress_2-2-txt {
padding-top: 200px;
	width: 50%;
}

.dress__2_tit {
	font-size: 8rem;
	color:#cbd2d5;
	line-height: 1;
}

.dress__2_list {
	display: flex;
	align-items: center;
	margin-bottom: 0.5em;


}
.dress__2_list dt {
	color:#7898b2;
	font-size: 3rem;
			flex: 0 0 1.3em;

}
.dress__2_list dd {
	color:#1a1a1a;
	font-size: 1.3rem;
}

.dress__3_wrap {
	background: #3d474a;
	color:#fff;
	padding: 40px 0 0;
}

.dress__copy-3 {
	font-size: 8rem;
	color:#cbd2d5;
}

.dress__3_wrap .inner {
	display: flex;
	flex-flow: row;
	justify-content: space-between;	
}
.dress__3_ph img {border-radius: 42% 42% 0 0;}

.tim {font-family:"Times New Roman", Times, "serif" ; font-weight: normal !important;}

.dress__4__wrap {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	border:1px solid #000;
	padding: 40px 0;
}

.dress__4__ph {width:46.6%;}
.dress__4__txt {width:46%; margin-right: 2%; display: flex; flex-flow: column; justify-content: center;}
.dress__4__txt p {font-size: 1.4rem;}


/* 20220820 */
.top__camp-mv_mat { margin-bottom: 40px;}
.top__camp-mv_mat {
	background: /*#314443#014d72*/#5a6d7b;
	padding: 40px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.top__camp__tit {
	font-size: 4.0rem; line-height: 1.1; margin-bottom: 0.2em; 
	font-family: "Times New Roman", Times, "serif"; 
}
.btn-toi {
	color: #fff;
	padding: 0.2em 3em 0.2em 2em;
	border:1px solid #fff;
	position: relative;
	transition: 0.3s all ease-out;

}
.btn-toi::after{
	position: absolute;
	content: "";
	right: 7px;
	top:50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background: url("../img/arrow_whi.svg") no-repeat center;
	background-size: cover;
			
}
.btn-toi:hover {
	background: #fff;
}
.btn-toi:hover::after{
	position: absolute;
	content: "";
	right: 7px;
	top:50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;	
	background: url("../img/arrow.svg") no-repeat  center ;
	background-size: cover;
}

/* 20220905 2000yen */
.sen2__wrap {
	/*border:1px solid #000;*/
	padding: 30px 20px 20px;
	background: #b0b8c1;
	display: inline-block;
	width:580px
}
.sen2__wrap p {line-height: 1.2; color: #0d1723; font-size: 1.8rem}
.s1 {font-size: 3rem;}
.s2 {font-size: 2rem;}
.s3 {font-size: 6rem;}
.sen2_wg {background: #fff; padding: 0.4em 3em 0.1em;}
.s1s {font-size: 2rem;}
.s2s {font-size: 1.6rem;}
.s3s {font-size: 3rem;}
.sen2_wgs {background: #fff;padding: 2px 1em }

@media screen and (max-width:600px){
	.sen2__wrap {display: block;padding: 15px 10px 10px; width:100%}
	.sen2_wg {background: #fff; padding: 0.4em 1em 0.1em;}
}


/* 2023-01-10 spring fair */

:root {
	--mizuiro: /*#5ac6c2*/#cd9f69/*#43B4D6 /*#7fabc0#d69090*/;
	--fair-color: /*#5ac6c2*/#cd9f69 /*#7fabc0#d69090*/;
}/*7FCCE3*/

.fair__winter {
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(204,204,204,0.5);
	padding: 2em;
	width: 100%;
	height: 500px;
}


.fw__bg__1 {
	background: url("../img/fw_pc_atoa.jpg") bottom 40% center no-repeat;
	background-size: cover;
}
.fw__bg__2 {
	background: url("../img/fw_pc_klp.jpg") bottom right no-repeat;
	background-size: cover;
}
.fw__bg__0 {
	background: url("../img/fw_pc.jpg") bottom 10% center no-repeat;
	background-size: cover;
}
.fair__winter.fw__bg__1{
	display: flex;
/*	align-items: center;*/
	align-items:flex-start
}
.fair__winter.fw__bg__2{
	/*display: flex;
	justify-content: flex-end;
	align-items: center*/
	display: flex;
	align-items: center	
}
.fair__winter.fw__bg__0{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 280px
}


.fw_tit_sp,.fw_tit_sp_wp {display: none}
.fw_tit {
	/*background-color:  rgba(237,147,173,0.8);*/
	/*background-image: url("../img/fw_summer.jpg");*/
	/*background-position: 0 0 ;*/
	background: rgba(255,255,255,0.94);
	background-size: cover;
	background-repeat:no-repeat;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 2.0em 2.8em;
	font-family: 'Noto Serif JP';	
	/*animation: scroll-anims 13s linear infinite;*/
	outline: solid 1px var(--fair-color);	
}
.fw_tit_wp {
	/*background-color:  rgba(237,147,173,0.8);*/
	/*background-image: url("../img/fw_summer.jpg");*/
	/*background-position: 0 0 ;*/
	background: rgba(255,255,255,0.94);
	background-size: cover;
	background-repeat:no-repeat;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 2.4em 4em;
	font-family: 'Noto Serif JP';	
	/*animation: scroll-anim3 15s linear infinite;*/
	outline: solid 1px var(--fair-color);
}
.fw_tit p,
.fw_tit_wp p,
.fw_tit_sp p,
.fw_tit_sp_wp p{
	text-shadow: 0px 0px 0px rgba(255,255,255,1);
	 border-bottom: 1px solid var(--fair-color); color:var(--fair-color)
}
.fw_tit h1,
.fw_tit_wp h1 {
	color:var(--fair-color); 
	font-size: 3rem; 
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 0px 0px 0px rgba(255,255,255,0.9);
	margin-bottom: 0.5em;

}

.fw_tit h1,
.fw_tit_wp h1 {
		font-family: 'Noto Serif JP';
	font-weight: 400;
		font-style: italic;
} /* 230714 */


.fw_sub {border-bottom:none !important;
font-style:italic}

.fw__tokuten {
	position: absolute;
	bottom:-1em;
	right:-1em;	
	background: /*rgba(255,255,255,0.92)*/var(--fair-color);
	color:var(--fair-color);
	text-align: center;
	border-radius: 50%;
	width:10em;
	height: 10em;
	display: flex;
	flex-flow: column;
	justify-content: center;
	border:1px solid var(--fair-color);
}

.fw__tokuten.fwloc {
	position: absolute;
	/*top:-1em;
	left:-1em;	*/
	background: /*rgba(255,255,255,0.92)*/var(--fair-color);
	color:#150019;
	text-align: center;
	border-radius: 50%;
	width:10em;
	height: 10em;
	display: flex;
	flex-flow: column;
	justify-content: center;
	border:1px solid var(--fair-color);
}



.fw__tokuten p {line-height: 1.2; font-size: 1.4rem}
p.fw__price {font-size: 3rem; color:/*#150019*/#fff}
p.fw__price small {font-size: 1.4rem;}
.fw__pre {color:/*#150019*/#fff}

.fair__winter__tokuten h2 {
	font-size: 1.5rem; 
	display: flex; 
	justify-content: space-between; 
	align-items: center;
	font-family: 'Noto Serif JP';
	/*color:#3366b3*/
	margin-bottom: 30px
}
.fair__winter__tokuten h2 span {margin: 0 1em}
.fair__winter__tokuten h2::before{
	content: "";
	border-bottom:1px dotted var(--fair-color);
	flex: 1
}


.fair__winter__tokuten h2::after{
	content: "";
	border-bottom:1px dotted var(--fair-color);
	flex: 1
}
.fw__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.fw__list li {
	width:30%; 
	border: 1px solid var(--fair-color); 
	padding:0.5em 1em; 
	color: #150019; 
	text-align: center;
position: relative;
margin-bottom: 30px;
display: flex;
	flex-flow: column;
align-items: center;
justify-content: center}

.fw__list li{
	margin-right: 10px;
	margin-left: 10px;
}

/*
.fw__list li:nth-child(1),
.fw__list li:nth-child(2)
{width:46%}
*/
/*３つの場合はコメントオフ 2024-05-07*/

.fw__list li span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:-1em;
	left:-1em;
	border-radius: 50%;
	background: var(--fair-color);
	width: 2em;
	height: 2em;
	color: #fff;
}



.fw__maker {
	background:linear-gradient(transparent 70%, #fae5eb 70%);
}

.fw_sogaku {
/*	border:1px solid var(--fair-color); padding: 0.1em 0.4em; color: #ff0; background: var(--fair-color);*/
border:1px solid #fff; padding: 0.1em 0.4em; color: #fff; background: var(--fair-color);	
}

/* fair mizuiro */
.fw_tit.fair h1
{color:var(--mizuiro);
}
.fw_tit.fair p{
	color:var(--mizuiro);
 border-bottom: 1px solid var(--mizuiro);
}	

.fw__tokuten.fair {
	background: var(--mizuiro);
	border:1px solid var(--mizuiro);
}
.fair .fw_sogaku {
/*	border:1px solid var(--mizuiro);*/
	border:1px solid #fff;
	background: var(--mizuiro);
}

.fair__winter__tokuten.fair h2::before{
	border-bottom:1px dotted var(--mizuiro);
}
.fair__winter__tokuten.fair h2::after{
	border-bottom:1px dotted var(--mizuiro);
}
.fw__list.fair li {
	border: 1px solid  var(--mizuiro); 
}

.fw__list.fair li span {
	background: var(--mizuiro);
}
.fw_tit_sp.fair p{
	border-bottom: 1px solid var(--mizuiro); color:var(--mizuiro)}

@media screen and (max-width:600px){
	

	
.fair__winter {
	position: relative;
	background: #fff;
	padding: 0em;
	width: 100%;
	height: 200px;
}	
	
	
	.fw__bg__1 {
	background: url("../img/fw_sp_atoa.jpg") center center no-repeat;
	background-size: cover;
}
	.fw__bg__2 {
	background: url("../img/fw_sp_klp.jpg") center right no-repeat;
	background-size: cover;
}
	
.fw__bg__0 {
	background: url("../img/fw_sp.jpg") bottom 10% center no-repeat;
	background-size: cover;
}


	
.fw_tit,.fw_tit_wp {display: none;}	
.fw_tit_sp {
	height: 33.6vw;
	width: 93.75%;
	/*background-color:  rgba(237,147,173,0.8);*/
	/*background-image: url("../img/fw_summer.jpg");*/
	background: rgba(255,255,255,0.9);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 0.5em;
	font-family: 'Noto Serif JP';
	margin-bottom: -3em;
	position: relative;
	z-index: 2;
	left:50%;
	transform: translateX(-50%);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	/*animation: scroll-anim12 3s linear infinite;*/
}	
.fw_tit_sp_wp {
	height: 33.6vw;
	width: 93.75%;
	/*background-color:  rgba(237,147,173,0.8);*/
	/*background-image: url("../img/fw_summer.jpg");*/
	background: rgba(255,255,255,0.97);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 0.5em;
	font-family: 'Noto Serif JP';
	margin-bottom: -3em;
	position: relative;
	z-index: 2;
	left:50%;
	transform: translateX(-50%);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	/*animation: scroll-anim12 3s linear infinite;*/
}	
	

	.fw_tit_sp h1,.fw_tit_sp_wp h1 { 
		font-size: 2.4rem; 
		font-weight: bold;  
		line-height: 1.2; 
		color:var(--fair-color);
		text-shadow: 0px 0px 0px rgba(255,255,255,0.9); 
		margin-bottom: 20px;
		font-style: italic;
	}
	
.fw_tit_sp.fair h1{ 
		color:var(--mizuiro);
}	

	.fw__tokuten {
	width:8em;
	height: 8em;
	}

	.fw__tokuten.fwloc {
	width:8em;
	height: 8em;
	position: absolute;
	/*top:50%;
	left: 70%;*/
	/*top:50%;*/
	left: -10px;		
	}/* spの配置 */

.fw__tokuten.f__wp {
	position: absolute;
	bootom:-1em;
	left:50%;	
	transform: translateX(-50%);
		background: /*rgba(255,255,255,0.92)*/var(--fair-color);
	color:#150019;
	text-align: center;
	border-radius: 50%;
	width:8.5em;
	height: 8.5em;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
	

.fw__tokuten p {line-height: 1.2; font-size: 1.2rem;}
p.fw__price {font-size: 2.4rem;}
p.fw__price small {font-size: 1.1rem; }	
p.fw__pre {font-size: 1rem; margin-bottom: 1.2em}
	
.fw__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}	
	
	
	.fw__list li span {
		left:50%;
		transform:translateX(-50%)
	}
	.fw__list li {
		width:32%;
		padding: 2em 0.7em 0.7em;
		font-size: 3.0vw;
		margin-left: 0.5%;
		margin-right: 0.5%;
		margin-bottom: 20px
	}

/*
	.fw__list li:nth-child(1),.fw__list li:nth-child(2){
		width: 48.5%;
	}
*/
    /*３つの場合はコメントオフ 2023-07-14*/
	
}

@keyframes scroll-anim {
	100% {
		background-position: 0 520%;
	}
}
@keyframes scroll-anim2 {
	100% {
		background-position: 0 420%;
	}
}
	
@keyframes scroll-anim3 {
	100% {
		background-position: 0 520%;
	}
}


/* flow 221115 */
.flow__tab {width: 100%;
	border-collapse:separate;
    border-spacing:0 20px ;}
.flow__tab th {font-size: 5rem; color: #fff; background: #2b2b2b; border:1px solid #2b2b2b; padding: 10px}
.flow__tab td { font-size:1.7rem; border:1px solid #2b2b2b; padding: 10px 0}
.flow__tab td ul {display: flex; flex-flow: row; align-items: center;}
.flow__tab td ul li:first-child {width:180px; text-align: center; border-right: 1px solid #2b2b2b}
.flow__tab td ul li:last-child {padding-left: 48px; padding-right: 10px; flex:1}

@media screen and (max-width:600px){
	.flow__tab th {font-size: 2.4rem;}
	.flow__tab td { font-size:1.4rem}
	.flow__tab td ul li:first-child {width:80px;}
	.flow__tab td ul li:first-child img {width: 50%;}
	.flow__tab td ul li:last-child {padding-left: 1em; flex:1}
}
@media screen and (max-width:375px){
	.flow__tab td ul li:first-child {width:65px;}
}

/* btn */
.resreve__btn {
	display: inline-block;
	border:1px solid #0d1723;
	color: #0d1723;
	font-size: 2.4rem;
	width: 290px;
	padding: 0.2em 0;
}

.resreve__btn:hover {
	color: #fff;
	background: #0d1723;
	transition: 0.3s all ease;
}
.resreve__btn.hanten {color: #fff;
	background: #0d1723;}
.resreve__btn.hanten:hover {
	border:1px solid #0d1723;
	color: #0d1723;
	background: #fff;
	transition: 0.3s all ease;	
}

.normal__btn {
	display: inline-block;
	border:1px solid #0d1723;
	color: #0d1723;
	font-size: 2.4rem;
	width: 290px;
	padding: 0.2em 0;
}

.normal__btn:hover {
	color: #fff;
	background: #0d1723;
	transition: 0.3s all ease;
}

.btn__s {
	display: inline-block;
	border:1px solid #fff;
	color: #0d1723;
	font-size: 1.4rem;
	background: #fff;
	padding: 0.2em 1em;
}
.btn__s:hover {
	background: none;
	color: #fff;transition: 0.3s all ease;
}


@media screen and (max-width:600px){
.resreve__btn,.normal__btn {
	font-size: 1.8rem;
		padding: 0.4em 0;
	width: 100%;}
}

.sodan__txt {
	font-size: 15px !important
}
@media screen and (max-width:600px){
.sodan__txt {
	font-size: 14px !important
}
}

/* 2023-02-13 */
h1.sec {padding: 10px; font-size: 10px}
@media screen and (max-width:600px){
	h1.sec {padding: 10px 10px 0px 10px; /*border:1px solid #f00;*/}
h1.sec img{
	width: 110px;
}
}

/* ------------ 2023510 faq */
.faq__dl dt {border-bottom:1px solid #4d4d4d; margin-bottom: 1.5em; font-size: 1.8rem; position: relative; padding-right: 25px}
.faq__dl dt{display: flex; flex-flow: row nowrap; align-items: center}
.faq__dl dt span {font-size: 3rem; margin-right: 0.5em;}
.faq__dl dd {margin-bottom: 3em; line-height: 1.8;}
.ans {display:none;}

.faq__dl dt:hover {cursor: pointer}
.faq__dl dt::after {
  content: '\f0d7';
	font-size: 1.8rem;
	color:#0d1723;
  display: block;
  font-family: "Font Awesome 5 Free";
	font-weight: 700;
  position: absolute;
  right: 5px;
  top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;

}
.faq__dl dt.on::after {
  transform: rotate(180deg);
	transform-origin: 50% 30%;
	
}

@media screen and (max-width:600px){
	.faq__dl dt {font-size: 1.4rem; }
	.faq__dl dt span {font-size: 2.0rem; margin-right: 0.5em;}
	.faq__dl dd {font-size: 1.3rem;}

	
}

/* movie */
/*
.movie__wrap {
  position: relative;
    max-width: 840px;
  width: 90%;
  padding-top: 56.25%;
    margin-left: auto;
    margin-right: auto;
}
.movie__wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}*/
.movie__wrap {
    max-width: 840px;
  width: 100%;
  aspect-ratio: 16 / 9;
    margin-left: auto;
    margin-right: auto;    
}
.movie__wrap iframe {
  width: 100%;
  height: 100%;
}

/* 2025-07-22 */
.fair_plus {
	font-size: 40px;
}
.fair_9 {
	background: var(--fair-color);
	text-align: center;
	color:#fff;
	width: 94%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.1em;
	font-style: italic
}
.fair_9 big {
	font-size: 150%
}
@media (max-width:600px){
.fair_9 {
	width: 98%
}	
}
