@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', serif;
	display: flex;
	flex-flow: column;
	min-height: 100%;
          -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; 
}
main {flex: 1}

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,.shw2 {display: none;}
.sp-lft {text-align: center}

#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:600px){
	.shw2 {display: block;}
}

@media screen and (max-width:487px){
	.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;}
.d-blue {color:#0d1723;}

/* 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 {
	border:1px solid #0d1723;
	color: #fff;
	background: #0d1723;
	transition: 0.3s all ease;		
	/*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: #fff; color: #0d1723;
}
@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:600px){
	.tit-2h {font-size: 6.4vw;}
}
@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;
	position: relative
}

.mv_mat {
	background-color: rgba(0,0,0,0.3)
}

.mv_wrap .inner {
	display: flex;
	justify-content: center;
	align-items:center;
	height: 786px;
	color:#fff;
}
.mv_wrap .inner h1 {}


@media screen and (min-width:1400px){
	.mv_wrap .inner {height: 800px;}
	.mv_wrap {
			background-position: center center; 
	}
	
}
@media screen and (min-width:1900px){
	.mv_wrap .inner {height: 1000px;}
	}
@media screen and (max-width:600px){
.mv_wrap {
	width:100%;
	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;}
	
}



/* -------------------------------- 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; line-height: 1.2; /*border:1px solid #f00;*/ text-align: center}
.pc-navi li a {color:#fff;}
.pc-navi li a small {
	font-size: 10px !important
}
#menu-button {display: none;}

#sec .head {position: relative; z-index: 1; border-bottom:1px solid #ccc;
	
}
#sec main {padding-top: 40px;}
#sec .pc-navi {/*border:1px solid #f00;*/}
#sec .pc-navi a{
	color:#4b4b4b;
}

/*@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;	
}
	#sec .head {
		height: 60px
	}
/* 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.95);
    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;
  }/*sumahonavinoback*/

  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:not(#sec .head h1){
		display: none;
	}/*topdakekesu*/
	.head {padding-bottom: 70px;}
}

/* -------------------------------- 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: 0;}

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

/* location slider */
.slider-loc .prev_icon {
position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(0,-50%);
  width: 20px;
  z-index: 1;}

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

@media screen and (max-width:600px){
	.slider-loc .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 2px;
    padding: 0;

    cursor: pointer;
}
}
/* -------------------------------- concept 
*/

.concept-wrap {
	padding: 60px 0;
	/*background-blend-mode: multiply;
	background-color: rgba(0,0,0,0.3);*/
	background-image: url("../img/concept_bg.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/vo.png") center no-repeat;
	height: 126px;
background-size: auto 100%;
}

.txt {line-height: 2;}

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

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

/* 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:600px){
.gallery-wrap {
	padding: 60px 0 0px;
}	
}

@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;
	background: #f1f1f1
}


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



.plan-box {
	width:48%;
/*	background: #f1f1f1;*/
	background: #fff;
/*	border:1px solid #c5c5c5;*/
	padding-bottom: 70px;
	position: relative;
	box-shadow: 0 0 5px rgba(200,200,200,0.8)
}
.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{
		transition: 0.3s all ease}

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

@media screen and (max-width:600px){
.plan-wrap {
	padding: 40px 0;
	overflow: hidden;
}	
	.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.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.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__info,.footer__navi {
	/*width:50%*/
}




@media screen and (max-width:480px){
	
	/*footer .inner > p {text-align: center;}*/
	.footer__info h1 {text-align: center}	


}

.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: 10px 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:48%; font-feature-settings: "palt"; line-height: 1.7}

.footer-btn .btn_whi {box-shadow: 0px 2px 0px rgba(0,0,0,0.2)}

@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:32%; font-feature-settings: "palt";}
}

.footer-wp-nav {display: flex; flex-flow: row; justify-content: center; /*border: 1px solid #f00;*/}
.footer-wp-nav > li {margin:0 20px;}

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

	/*.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%; }*/
	.footer-wp-nav li:first-child {width: 100%; text-align: center }
	
}


/* 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 
--*/
.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: center;
}
.plan__read__box {width:40%; /*border: 1px solid #f00*/}
.plan__info__box {
	flex: 1; 
/*	background: #f1f1f1; */
	background: #f2f2f2;
	padding: 15px; 
	border-radius: 16px
}
.plan__read__sub {font-size: 1.3rem;}
.plan__read__price { line-height: 1; }
.plan__read__price big {font-size: 2.0rem;}
.plan_caution {font-size: 1.3rem;}
.plan__price {display: inline-block;}

.plan__price.retu {
	display: flex;
	flex-flow: row;
	justify-content: center
}
.plan__price.retu li {
	margin: 0 40px;
flex-shrink: 0;
}
@media screen and (max-width:600px){
	.plan__price.retu {
		display: inline-block;
	}
	.plan__price.retu li {
		margin: 0 0px 20px 0;
/*		border:1px solid #f00*/
	}
}



@media screen and (max-width:480px){
	.plan__read {
	display: block
}
	.plan__read__box {text-align: center; margin-bottom: 20px; width: 100%}
	.plan__read__sub {font-size: 3vw;}
	.plan__read__price big {font-size: 5vw;}
	.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: #333;
/*	background:#4d4d4d;*/
/*	background: #fff;*/
/*	border-radius: 6px;*/
	font-weight: 700;
	padding: 0.2em;border-bottom:1px solid #ccc;
}

.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__3 li {
	width:33.3333%;
	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,
.plan__info_icon.col__3 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;
}
.setplan__txt p {margin-left: 1em; font-size: 1.6rem; line-height: 1.7}

@media screen and (max-width:600px){
	.plan__caption {display: flex; flex-flow: row; justify-content: center;  margin-bottom: 10px;}
	.plan__caption ul li {text-align: left; text-indent: -1em; padding-left: 1em}
	.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;}


	
	.plan__info_icon.col__4 {
	display:flex;
	justify-content: center;
	flex-flow: row wrap;
	margin-bottom: 20px;
		width: 70vw;
		margin-left: auto; margin-right: auto;
	}
	.plan__info_icon.col__4 li {
	width:50%;
	border: none;
	font-size: 2.6vw;	
}
	.plan__info_icon.col__3 li {
	border: none;
	font-size: 2.53vw;	
}	
	.plan__info_icon.col__4 li img,.plan__info_icon.col__3 li img {
		width:24vw
	}
	
.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;
}	
	.setplan__ph {margin-bottom: 15px; width: 60vw}
.setplan__txt p {margin-left: 0em; font-size: 3vw; line-height: 1.8}	
	
}

/* 20220627 */

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

.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:600px){

	.plan-tit {/*display: inline-block;*/ text-align: center; position: relative; display: block;}
	.plan-title_txt{text-align: left; font-size: 3.2vw; 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;}
}

	.plan-mv_wrap .t60 {font-size: 4rem;}

@media screen and (max-width:480px){
	.plan-mv_wrap .t60 {font-size: 8vw;}
	.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}
	
}

h2.t30 {
	font-size: 2.4rem;
}
@media screen and (max-width:600px){
h2.t30 {
	font-size: 5.2vw;
}	
}

.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_2rr.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 dotted #4d4d4d; margin-bottom: 0.7em; font-size: 1.8rem;}
.faq-dl dt span {
	font-size: 1.8rem; 
	margin-right: 0.5em;
	color:#7c6c50;
}
.faq-dl dd {
	position: relative;
	margin-bottom: 3em; 
	line-height: 1.8;
	padding: 20px 24px 20px 3em;
	background: #f2f2f2
}
.faq-dl dd:before {
	position: absolute;
	top:15px;
	left:15px;
	content: "A";
	font-size: 2rem;
	color:#0d1723;
}

.faq-flow {display: flex; flex-flow: row nowrap; justify-content: center;}
.faq-flow li {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width:11em; 
	height: 11em; 
	border:1px solid #4d4d4d; 
	border-radius: 50%; 
text-align: center;
margin-right: 1.5em;
line-height: 1.5;}
.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 dotted #4d4d4d; margin-bottom: 0.7em; font-size: 1.6rem; text-indent: -2.5em; padding-left: 2.5em;}
	.faq-dl dt span {font-size: 1.6rem; margin-right: 0.5em;}
	.faq-dl dd {font-size: 1.2rem;}
	.faq-dl dd::before {
		font-size: 1.6rem
	}
	
	.faq-flow {display: flex; flex-flow: row wrap; justify-content:center; }
	.faq-flow li {margin-bottom: 1em; width:30vw; height: 30vw; font-size: 3vw}
	.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%);
}
}
@media screen and (max-width:320px){
	.faq-flow li {font-size: 2.5vw}
	.faq-flow li:first-child {margin-left: 1.2rem;}
	.faq-flow li::after {font-size: 1.2rem;right: -10px;}
	.faq-flow li:nth-child(3)::before{font-size: 1.3rem;left: -10px;}
}


/* 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
}
.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;}
	.sen2_wg {background: #fff; padding: 0.4em 1em 0.1em;}
}


/* 2023-01-10 spring fair */

:root {
	--mizuiro: /*#43B4D6;#cd9f69 #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;
	overflow: hidden;
}




.fair__winter.fw__bg__0{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
/*	background-blend-mode:multiply;*/
	background-image: url("../img/camp_img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: /*cover*/ 120%;
	background-color: rgba(229,222,204.1);	
}


.fw_tit_wp {
	/*background-color:  rgba(237,147,173,0.8);*/
	/*background-image: url("../img/fw_flower.jpg");*/
	/*background-position: 0 0 ;*/
	background-size: cover;
	background-repeat:no-repeat;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 0 10%;
	font-family: 'Noto Serif JP';	
	/*animation: scroll-anim3 15s linear infinite;*/
}
.fw_tit_wp p{
	text-shadow: 0px 0px 3px rgba(0,0,0,0.8);
/*	border-bottom: 1px solid #a38f65; */
	color:/*#c27c83*/#fff;
	font-size: 2rem;
	font-weight: 700
}

.fw_tit_wp h1 {
	/*color:#d69090; */
	color:#fff;
	font-size: 3rem; 
	font-weight: bold;  
	line-height: 1.2; 
	text-shadow: 0px 0px 3px rgba(0,0,0,0.8);
	margin-bottom: 0.5em
}

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

.fw__tokuten {
	position: absolute;
	top:20%;
	right:40px;
/*	transform: translateY(-50%);    */
	transform: translateY(-20%);
/*	background: rgba(255,255,255,0.92);*/
	background: var(--fair-color);
/*	color:#434343;*/
	color: #fff;
	text-align: center;
	border-radius: 50%;
	width:10em;
	height: 10em;
	display: flex;
	flex-flow: column;
	justify-content: center;
	border:0px solid #434343;
}
.fair__img-3 .fw__tokuten {
	background: var(--mizuiro);
}


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

.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: 20px
}
.fair__winter__tokuten h2 span {margin: 0 1em}
.fair__winter__tokuten h2::before{
	content: "";
	border-bottom:1px dotted #434343;
	flex: 1
}

.fair__winter__tokuten h2::after{
	content: "";
	border-bottom:1px dotted #434343;
	flex: 1
}
.fw__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.fw__list li {
	background: #fff;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	width:30%; 
	/*border: 1px solid #d69090; */
	padding:0.5em 1em; 
	color: #150019; 
	text-align: center;
	position: relative;
	margin-bottom: 30px
}
.fw__list.jan li {
	background: #fff;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	width:100%; 
	/*border: 1px solid #d69090; */
	padding:0.5em 1em; 
	color: #150019; 
	text-align: center;
	position: relative;
	margin-bottom: 30px
}

.fw__list li{
	margin-right: 10px;
	margin-left: 10px;
}
.fw__list li p {
    line-height: 1.2
}

.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 #a38f65; padding: 0.1em 0.4em; color: #fff; background: #a38f65;*/
	color:#a38f65
}

.pr__mat {
	background: #e5decc;
	border-radius: 16px;
	padding: 3px 0 3px 6px
}

@media screen and (max-width:834px){
	
.fair__winter {
	position: relative;
	background: #fff;
	padding: 0em;
	width: 100%;
	height: 140px;
	/*border:1px solid #f00;*/
}	
	
	.fair__winter.fw__bg__0{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 140px;
		background-size: 180%
	}
	.fw_tit_wp h1{
		font-size: 6vw
	}	

/*
	.fw__tokuten {
		width:7em;
		height: 7em;
        top:70%;
		right: 10px
	}
*/
	.fw__tokuten {
		width:7em;
		height: 7em;
        top:10%;
		right: 10px
	}	
	.fair__img-3 .fw__tokuten {
		width:7em;
		height: 7em;
        top:10%;
		left: 10px
	}		
@media screen and (max-width:320px){
/*
	.fw__tokuten {
		width:7em;
		height: 7em;
        top:80%;
		right: 5px
	}    
*/
    }


.fw__tokuten p {line-height: 1.2; font-size: 1.2rem;}
p.fw__price {font-size: 2.0rem; }
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:48%;
		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(4),.fw__list li:nth-child(5){
		width: 48.5%;
	}
	
	.fw__list li big {
		font-size: 5vw
	}
}

@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}
}

/* btn */
.resreve__btn {
	display: inline-block;
	border:1px solid #0d1723;
	color: #0d1723;
	font-size: 2.4rem;
	width: 320px;
	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;
}
}

/* 2023-02-23 */

.mv__txt {
	position: relative;
	z-index: 1;
	background: #fff;
	color: #000;
	width:1200px;
	/*height: 320px;*/
	padding-bottom: 40px;
	margin-left: auto; 
	margin-right: auto;
  text-align:center;
	/*border:1px solid #f00*/
}

.mv__txt-inr {
	text-align: center; /*margin-right: 10%;*/ 
	background:#fff; 
	box-shadow:0px 1px 5px rgba(0,0,0,0.2); 
	display:inline-block; 
	margin-top:-3em; 
	padding:3em 6em;}
.mv__txt-inr p {line-height: 1.8;}
@media screen and (max-width:1119px){
	.mv__txt {width:100%; }
}

@media screen and (max-width:600px){
	.mv__txt {height: auto; /*padding-top: 0.5em;*/ padding-bottom: 0px !important;}
	.mv__txt{background:#fff;}
	.mv__txt-inr {
	text-align: center; /*margin-right: 10%;*/ 
	background:#fff; 
	box-shadow:0px 1px 5px rgba(0,0,0,0.2); 
	display:inline-block; 
	margin-top:-2em; 
	padding:2em;
	width:93.75%;
	font-size: 4vw}
	.mv__txt-inr p { font-size: 3.0vw; text-align: left; line-height: 1.5;}
	.mv__txt-inr span,.mv__txt-inr small {font-size: 3vw;}
}

.reason-wrap {
	padding: 80px 0 40px;
}

.reason-inner {
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
	position: relative;
	overflow: hidden
}
.reason-inner.migi {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
	position: relative;
}
.reason-inner::after {
	position: absolute;
	content: "";
	bottom:-30px;
	height: 100%;
	width: 70%;
	background: #f2f1f1;
	z-index: -1
}

.reason-inner:nth-of-type(1)::before {
	position: absolute;
	content: "";
	top:10%;
	right:-30%;
	height: 100%;
	width: 70%;
	background: url("../img/rs_1.png") no-repeat;
	background-size: 25%;
	z-index: 0
}
.reason-inner:nth-of-type(2)::before {
	position: absolute;
	content: "";
	top:10%;
	right:28%;
	height: 100%;
	width: 70%;
	background: url("../img/rs_2w.png") no-repeat;
	background-size: 35%;
	z-index: 0	
}
.reason-inner:nth-of-type(3)::before {
	position: absolute;
	content: "";
	top:10%;
	right:-30%;
	height: 100%;
	width: 70%;
	background: url("../img/rs_3.png") no-repeat;
	background-size: 30%;
	z-index: 0
}
@media screen and (max-width:600px){
	.reason-inner {
			overflow:visible
	}
.reason-inner:nth-of-type(1)::before {
	position: absolute;
	content: "";
	top:60%;
	left:0;
	height: 100%;
	width: 70%;
	background: url("../img/rs_1.png") no-repeat;
	background-size: 50%;
}
.reason-inner:nth-of-type(2)::before {
	position: absolute;
	content: "";
	top:60%;
	left:0;
	height: 100%;
	width: 70%;
	background: url("../img/rs_2.png") no-repeat;
	background-size: 60%;
}
.reason-inner:nth-of-type(3)::before {
	position: absolute;
	content: "";
	top:60%;
	left:0;
	height: 100%;
	width: 70%;
	background: url("../img/rs_3.png") no-repeat;
	background-size: 50%;
}
}



.reason__ph {
	width: 60%;
	margin-right: 40px;
}
.reason-inner.migi .reason__ph {
	margin-right: 0px;
	
}
.reason__txt {
	width:calc(100% - 60%);
	padding: 40px 40px 10px 20px;
	position: relative;
	z-index: 1;
/*	border:1px solid #f00*/
}
.reason__txt p {
	line-height: 1.8;
	font-size: 1.3rem
}

@media screen and (max-width:600px){
	.reason-wrap {
	padding: 60px 0 20px;
		overflow: hidden
}
	.reason-inner,.reason-inner.migi {	
		display: flex;
		flex-flow: column-reverse;
		justify-content: center;
	}
    .reason-inner::after {
        position: absolute;
        content: "";
        bottom:-30px;
		left: -20px;
        height: 100%;
        width: 70%;
        background: #f2f1f1;
        z-index: -1
    }	
    .reason-inner.migi::after {
        position: absolute;
        content: "";
        bottom:-30px;
		left: 40% !important;
        height: 100%;
        width: 100% !important;
        background: #f2f1f1;
        z-index: -1
    }	
	.reason__ph,.reason__txt {
		width: 100%; margin-right:0;
	}
	.reason__txt {padding: 0;}
	.reason__ph {margin-bottom: 40px}
	
.reason__txt p {
	font-size: 3.2vw
}	
}

.location-wrap {
	padding: 80px 0;
}
.loc__t__wrap {
	width:46%; margin:10px auto
}
.loc__t {
	font-family: 'EB Garamond', serif;
	font-size: 6rem;
	display: flex;
    align-items: center;
	font-weight: 400;
}
.loc__t::before,.loc__t::after {
content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
.loc__t::before {
	margin-right: 15px;
}
.loc__t::after {
margin-left: 10px
}
@media screen and (max-width:600px){
	.location-wrap {
	padding: 60px 0;
}
	.loc__t__wrap {
	width:100%;
	}
	.loc__t {
		font-size: 12vw
	}
}

/* 2023-02-27 */
/* location */
.slider02 {width:100%; margin:0px auto; /*margin-top: -2em;*/ }	
.slider02 li {margin: 0; padding: 10px;}
.pic .lc__wrap,.pic_right .lc__wrap {

	padding: 10px
}

.lc__box {display: flex; flex-flow: row;  align-items: center; }
.lc__box dt {margin-right: 100px; width:30%}
.lc__box dd::after {content:"";
display:inline-block;
   width:1px;
   height:100%;
   background-color:#ccc;
   position:absolute;
   top:0;
   left:-60px;
   transform: rotate(40deg);
}
.lc__box dd { position: relative; width: calc(100% - 20%)}
.mb3em {margin-bottom: 3em;}
.mb4em {margin-bottom: 4em;}

@media screen and (max-width:600px){
.lc__box {display: flex; flex-flow: row; justify-content: space-between; align-items:flex-start;}
.lc__box dt { text-align:left; font-size: 2.6vw; margin-right: 30px; width: 40%}
.lc__box dd::after {content:"";
display:inline-block;
   width:1px;
   height:50px;
   background-color:#ccc;
   position:absolute;
   top:-15px;
   left:-15px;
   transform: rotate(35deg);
}
.lc__box dd { position: relative; font-size: 3vw; width: 60%}		
}

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

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

/* 230426 */
.loc__option__wrap {
	display: flex;
	justify-content: space-between;
	flex-flow: row;
	align-items: center
}
.loc__option__ph {
	width:45%;
}
.loc__option__txt {
	width: calc(100% - 48%)
}
@media screen and (max-width:600px){
	.loc__option__wrap {
		display: block;}
.loc__option__ph {
	width:100%;
	margin-bottom: 10px
}
.loc__option__txt {
	 font-size: 3.2vw;
	width: 100%;
	margin-bottom: 40px
}	
	
}

.pic,.pic_right {position: relative; margin-bottom: 60px}
.pic::after {
	position: absolute;
	content: "";
	bottom:0px;
	height: 100%;
	width: 70%;
	background: #f2f1f1;
	z-index: -1
}
.pic_right::after {
	position: absolute;
	content: "";
	bottom:0px;
	right: 0;
	height: 100%;
	width: 70%;
	background: #f2f1f1;
	z-index: -1
}

/* 20230501 */
.pic_up {
	display:flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center
}
.pic_up_right {
	display:flex;
	flex-flow:row-reverse;
	justify-content: space-between;
	align-items: center	
}
.pic_ph {
	width:60%;
}
.pic_txt {
	width:35%;
}
.thumbnail .slick-track,.thumbnail2 .slick-track,.thumbnail3 .slick-track {
  transform: unset !important;
}
.thumbnail li,.thumbnail2 li,.thumbnail3 li {
  width: calc(100% / 5) !important;
	padding: 5px;
}
.thumbnail li,.thumbnail2 li,.thumbnail3 li {
  opacity: .3;
  transition: opacity .3s linear;
}
.thumbnail .slick-track,.thumbnail2 .slick-track,.thumbnail3 .slick-track  {
  opacity: 1;
}
@media screen and (max-width:600px){
	.pic__wrap {
		background: #f2f1f1;
			padding: 20px 0 
	}
.pic_up,.pic_up_right {
	display:block;
	padding:5px 15px;
	background: #fff;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.3)
}
.pic_ph {
	width:100%;
}
.pic_txt {
	width:100%;
}
	.pic_txt h3{ text-align: center}
	
	.pic_txt p {
		 font-size: 3.2vw;
	}
	.pic_up.mb60,.pic_up_right.mb60{
		margin-bottom: 20px !important
	}
	
	.pic_up.mb100 {
		margin-bottom: 0;
	}
	.picpic {
		padding-top: 40px
	}
}

/* top plan tuika */
@media screen and (max-width:600px){
	.s4vw {font-size: 4vw;}
	.s3vw {font-size: 3.2vw; line-height: 1.8}
}

/* top logo */
.top-logo {
	margin-top: 180px
}
@media screen and (max-width:600px){
.top-logo {
	margin-top: 150px
}
}

/* top vk */
.footer__info > p {
	line-height: 1.7
}

.vk__wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.vk__wrap dt {
	width:200px;
	margin-right: 30px;
}.vk__wrap dd {
	width: calc(100% - 200px);
	line-height: 1.7
}
@media screen and (max-width:800px){
	.vk__wrap {width: 100%}
}

@media screen and (max-width:600px){
	.vk__wrap {
	display: block;
	}
.vk__wrap dt {
	/*width:160px;
	margin-right: 15px;*/
	width:100%;
	text-align: center;
	margin-bottom: 20px
}
	.vk__wrap dt img {
		width:100%
	}
.vk__wrap dd {
	/*width: calc(100% - 160px);*/
	width:100%;
	font-size: 3.4vw
}
}

.kei__ccc {
	width: 100%;
	border:none;
	border-top: 1px solid #ccc;
}

/* 2023 11 07 */
.side-kei {
	display: flex;
	justify-content: center;
	align-items: center;
}
.side-kei::before {
	content: "";
	width:100%;
	height: 1px;
	background: #ccc;
	flex: 1;
	margin-right: 1em
}
.side-kei::after {
	content: "";
	width:100%;
	height: 1px;
	background: #ccc;
	flex: 1;
	margin-left: 1em
}

.tit__h3 {
	font-size: 2rem
}
@media screen and (max-width:600px){
	.tit__h3 {
	font-size: 5vw
}
}

.map__wrap {
position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.map__wrap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; 
  right: 0;
  width: 100%;
  height: 100%;	
}
@media screen and (max-width:600px){
.map__wrap {
position: relative;
  width: 100%;
  padding-top: 75%;	
}
}

/* campaign 2023-12-22 */
.fair__img {
	background-image: url("../img/fair_img_8.jpg");
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	min-height: 340px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
/*	align-items: flex-end;*/
	padding:1% 7%;
	border-radius: 16px;
    position: relative;
}
/*
.fair__img-2 {
	background: url("../img/img-108.jpg") no-repeat center;
	background-size: cover;
	min-height: 340px;
	display: flex;
	align-items: center;
	padding:1% 7%;
	border-radius: 16px;
}
*/
.fair__img-2 {
	background: url("../img/fair_img_7.jpg") no-repeat center;
	background-size: cover;
	min-height: 340px;
	display: flex;
/*    flex-flow: row-reverse;*/
	align-items: center;
	padding:1% 9%;
	border-radius: 16px;
}
.fair__img-3 {
	background: url("../img/fair_img_9.jpg") no-repeat center;
	background-size: cover;
	min-height: 340px;
	display: flex;
/*    flex-flow: row-reverse;*/
	align-items: center;
	padding:1% 9%;
	border-radius: 16px;
	    position: relative;
}

@media screen and (max-width:600px){
	.fair__img {
		background: url("../img/fair_img_sp.jpg") no-repeat center;
		background-size: cover;
		border-radius: 8px;
	}
}

.fair__title {
/*	border:1px solid #f00*/
}

.fair__title p {color: #fff;
/*    text-shadow: 0px 0px 3px rgba(0,0,0,0.9); */
    margin-bottom: -0.8rem}
.fair__title h1{
	color:#fff;
	font-size: 3.8rem; 
	font-weight: bold;  
	line-height: 1.2; 
/*	text-shadow: 0px 0px 3px rgba(0,0,0,0.3);*/
	margin-bottom: 0.5em
}
.fair__title big {
	font-family: Geneva, "sans-serif";
	font-size: 160%
}
.fair__title big.min {
    font-family: 'Sawarabi Mincho', serif;
}/*20240318-tuika*/
.pink {
    color: hotpink !important;
}
.fair__txt {margin-bottom: 40px;}
.fair__txt p{
	line-height: 1.9
}
.fair__txt p span {
	color: #0d1723;
	padding: 0 2em
}
.wkei {
	display: flex;
	flex-flow: row;
	justify-content: space-between;;
	align-items: center
}
.wkei::before {
	content: "";
	width:100%;
	height: 1px;
	background: #ccc;
	flex: 1
}
.wkei::after {
	content: "";
	width:100%;
	height: 1px;
	background: #ccc;
	flex: 1
}
@media screen and (max-width:800px){
    .fair__img-2 {
	padding:1% 5%;
}
        .fair__img-2 .fair__title h1
    {font-size: 4vw;}
        .fair__img-3 .fair__title h1
    {font-size: 4vw;}	
}
@media screen and (max-width:600px){
	.fair__img {
		background: url("../img/fair_img_8_sp.jpg") no-repeat center;
		background-size: cover;
/*		justify-content: center;*/
		align-items: flex-end;
		min-height: 320px;
	}
	.fair__img-2 {
		background: url("../img/fair_img_7_sp.jpg") no-repeat center;
		background-size: cover;
        flex-flow: row;
/*		justify-content: center;*/
		align-items: flex-end;
		min-height: 320px;
        padding:1% 7%;
	}    
	.fair__img-3 {
		background: url("../img/fair_img_9_sp.jpg") no-repeat center;
		background-size: cover;
        flex-flow: row;
/*		justify-content: center;*/
		align-items: flex-end;
		min-height: 320px;
        padding:1% 7%;
	}   	
	.fair__title h1{
		font-size: 7vw;
	}
    .fair__img-2 .fair__title h1
    {font-size: 6.6vw;}
	    .fair__img-3 .fair__title h1
    {font-size: 5.4vw; margin-bottom: 20px}

}

.fair-color {
	color: var(--fair-color) !important
}

/* 2024-09-30 */
.fair-wrap {
    display: flex;
    flex-flow: row;
    justify-content: center
}
.fair-list {
    margin-left: 20px;
     margin-right: 20px;
}
.fair-list dt {
    font-size: 1.8rem;
    margin-bottom: 5px
}
.fair-list dd:nth-child(2){
    position: relative;
    margin-bottom: 1.2em;
}
.fair-list dd:nth-child(2)::after{
    position: absolute;
    top:1.2em;
    left:50%;
    transform: translateX(-50%);
    content: "↓"
}
@media (max-width:600px){
    .fair-wrap {
        display: block
    }
    .fair-list:first-child{
        margin-bottom: 20px;
    }
    .fair-list {
    margin-left: 0px;
     margin-right: 0px;
}
}
