@charset "utf-8";
/*****************************************************
	
	全ての要素をリセット
	各ブラウザの表示を統一するための設定です
	
*****************************************************/
html {overflow-y: scroll; scroll-behavior: smooth;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;outline:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {	border-collapse: collapse;border-spacing: 0;}
caption,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {font-size:1px;line-height:1px;}

/*--- default ---*/
body {
	color: #111;
	font-family:"Noto Sans JP","メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	 font-style: normal;
	line-height:1.5em;
	letter-spacing:0.05em;
	-webkit-text-size-adjust: 100%;
	padding: 0;
}

.min-r {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
	letter-spacing:0;
}

.min-m {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
	letter-spacing:0;
}


.clear{
	clear:both;}
.ggmap {
	position: relative;padding-bottom: 56.25%;
    padding-top: 30px;height: 0;
    overflow: hidden;
    background-color:#fff;
    border: 10px solid #fff;margin:0px auto;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.bt a{
	display:block;
	background:#111;
	text-align:center;
	color:#fff!important;
	padding:20px;
	box-sizing:border-box;
	border-radius:50px;
	font-size:110%;
	position:relative;
	z-index:2;
}
.bt a:hover{
	background:#004d41;
}
.fade-in-blur {
            opacity: 0;
            transform: translateY(20px);
            filter: blur(10px);
            transition: opacity 1s ease-out, transform 1s ease-out, filter 1s ease-out;
        }

        .fade-in-blur.visible {
            opacity: 1;
            transform: translateY(0);
            filter: blur(0);
        }

.fade-in {
            opacity: 0;
            filter: blur(10px);
            transition: opacity 1s ease-out, transform 1s ease-out, filter 1s ease-out;
        }

        .fade-in.visible {
            opacity: 1;
            filter: blur(0);
        }
/*****************************************************
	
	コンテンツ
	
*****************************************************/
#wrap{
	width: 100%;
	overflow:hidden;
	background-image: url('../image/common/left-kazari.png'), url('../image/common/right-kazari.png'), url('../image/common/asanoha.png'),url(../image/common/suisai1.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 155px auto, 255px auto, 200px auto,120px auto;
	background-position: -20px 550px, right -1700px, 70% -100px,-30px 400px;
}


#wrap.page{
	width: 100%;
	overflow:hidden;
	background-image:url(none);
	
}


@media screen and (max-width:1100px){
	#wrap{
		background-image: url('../image/common/left-kazari.png'), url('../image/common/right-kazari.png'), url('../image/common/asanoha.png'),url(../image/common/suisai1.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 120px auto, 160px auto, 130px auto,50px auto;
	background-position: -60px 30px, right -1000px, 10% -60px,97% 250px;
}
}
a:link {
	color:#333;
	text-decoration:none;
}
a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
 color:#ad0003;
text-decoration: none;
}
a:active{
text-decoration:none;
}
.clear:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clear  { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */
a,a img {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
a img:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
} 

/*****************************************************
	
	ヘッダー
	
*****************************************************/
header {
    width: 100%;
    margin: 50px auto;
	 
	
}

 .head-contetns{
	 display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	
 }
.head-contetns .head-title,.head-contetns .blank-box {
    width: 230px;
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}
.head-contetns .menu-box {
    width: 230px;
    display: flex; 
    flex-direction: column; 
    align-items: center; 
}
.head-contetns .mov-box {
    width: calc(100% - 460px);
	max-width:1200px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.head-contetns .mov-box .mov-area {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.25%; 
}

.head-contetns .mov-box .mov-area video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    will-change: filter, transform, top;
}
@media screen and (max-width:600px){
	.head-contetns .mov-box .mov-area {
       padding-bottom: 60vh; 
}
}
.head-contetns .head-title .logo img {
    width: 110px;
    margin: 0 auto 20px;
}

.head-contetns .head-title .copy {
    font-size: 130%;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    line-height: 1.5em;
}

header .guide-area .anc-menu{
    margin:0 auto 30px;
   
}
header .guide-area .sns{
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
header .guide-area .sns li a{
    margin:2px auto 0;
   width:22px;
	padding:2px 5px;
	display:block;
}
header .guide-area .sns li img{
   width:100%;
}

header .guide-area {
    width: 190px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-size:82%;
 }
header .guide-area .anc-menu a{
    color:#999;
	display:block;
	padding:5px 0 5px 20px;
	position:relative;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	margin:3px 0;
	}
header .guide-area .anc-menu a:before{
    content:'●';
	font-size:75%;
	margin-right:10px;
	}
header .guide-area .anc-menu .active a,
header .guide-area .anc-menu :hover{
    color:#fff;
	background:#004c41;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	}
@media screen and (max-width:1100px){
	header {
    margin: 30px auto;
	 
	
}
	header .guide-area{
		display:none;
	}
	 .head-contetns{
	 display: block;
	
 }
.head-contetns .head-title,.head-contetns .blank-box {
    display: block; 
	width:95%;
	margin:0 auto;

}
	.head-contetns .head-title .logo {
    text-align:center;
}

.head-contetns .head-title .copy {
    font-size: 120%;
  -ms-writing-mode: initial;
-webkit-writing-mode: initial;
writing-mode: initial;
text-align:center;
}
.head-contetns .menu-box {
    display: none; 
}
.head-contetns .mov-box {
    width: 95%;
   margin:30px auto 0;
}
}


.openbtn{
  position: fixed;
  cursor: pointer;
	top:5px;
	right:5px;
    width: 60px;
    height:60px;
  border-radius: 5px;
	z-index:100;
	background:rgba(255,255,255,0.7);
}

.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 2px;
    border-radius: 5px;
    background: #111;
    width: 60%;
  }


.openbtn span:nth-of-type(1) {
  top:13px; 
}

.openbtn span:nth-of-type(2) {
  top:19px;
}

.openbtn span:nth-of-type(3) {
  top:25px;
}

.openbtn span:nth-of-type(3)::after {
  content:"Menu";
  position: absolute;
  top:5px;
  left:0px;
  text-transform: uppercase;
	font-size:0.75rem;
}


.openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 20px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 26px;
    left: 20px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(3)::after {
  content:"Close";
    transform: translateY(0) rotate(-45deg);
  top:6px;
  left:8px;
}
.overlay {
   position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.0);
  z-index: -1;
  transition: background-color 1s ease, z-index 0s 1s; /* アニメーションの設定 */
}
.menu-content {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background-color: #fff;
    z-index: 10;
    overflow-y: auto;
    transition: right 0.8s ease-in-out;
}

.menu-content.show {
   right: 0px;
}


.overlay.show {background-color: rgba(0, 0, 0, 0.6);z-index: 10;transition: background-color 1s ease, z-index 0s; /* アニメーションの設定 */}

.menu-content .logo{
	width:120px;
	margin:80px auto 25px;
	
}

.anc-menu_showmenu{
	margin: 0px 20px 0;
}
.anc-menu_showmenu li{
	border-bottom:1px solid #ccc;
}
.anc-menu_showmenu li a{
	display:block;
	padding:8px 5px;
}

.menu-content .sns{
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin:30px 0;
}
.menu-content .sns li a{
    margin:2px auto 0;
   width:32px;
	padding:2px 10px;
	display:block;
}
.menu-content .sns li img{
   width:100%;
}


@media screen and (max-width:700px)	{
.openbtn span:nth-of-type(3)::after {
  position: absolute;
  top:9px;
  
}
.openbtn.active span:nth-of-type(3)::after {
  content:"Close";
    transform: translateY(0) rotate(-45deg);
  top:7px;
  left:7.5px;
}
}    

/*****************************************************
	
	フッター
	
*****************************************************/
footer{
 display: block;
 width: 100%;
 padding: 0;
 margin: 0 auto;
}

.foot-contents{
 display: block;
 max-width: 1200px;
width:95%;
 margin: 0 auto;
	position:relative;
	z-index:1;
}
.foot-inner{
 display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.foot-inner .info{
 width:400px;
}
.foot-inner .info .logo,.foot-inner .info p{
	text-align:center;
}
.foot-inner .info .name{
	font-size:125%;
	margin:35px 0 15px;
}
.foot-inner .info .logo img{
 width:130px;
}
.foot-inner .info .sns{
 display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin:15px 0;
}
.foot-inner .info .sns li a{
	display:block;
width:25px;
	margin:0px 2px;
	padding:8px;
}
.foot-inner .foot-map{
 width:calc(100% - 450px);
}
.foot-inner .foot-map p{
font-size:90%;
	text-align:right;
	margin:5px 0 0 0;
}

.copyright p{
	text-align:center;
	font-size:90%;
	margin:60px 0;
}

@media screen and (max-width:1100px){
footer{
  margin: -100px auto 0;
}
.foot-inner .info,.foot-inner .foot-map{
 width:95%;
	margin:0 auto 30px;
}
.foot-inner{
 display: block;
}	
}


/*****************************************************
	
	フロント　-　柳川
	
*****************************************************/

#yanagawaguide{
	position:relative;
	top:-100px;
	z-index: 1;
}
#yanagawaguide .inner{
	width: 95%;
	margin:0 auto;
	padding-top:150px;
 background-image: url('../image/common/asanoha.png'), url('../image/common/yanagawa-map.png');
            background-repeat: no-repeat, no-repeat;
            background-size: 150px auto, 300px auto; 
            background-position: calc(50% - 370px) 100px,calc(50% + 350px)  0;
}
#yanagawaguide .info-area{
width:400px;
	margin:0 auto;
}
#yanagawaguide h2{
text-align:center;
	font-size:150%;
	margin:0 auto 30px;
}

#yanagawaguide .slide-area{position:relative;z-index:1;width: 90vw;margin: 100px 0 100px 10vw;}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 3.2);
}
.scroll-infinity__item>img {
  width: 100%;
}
@media screen and (max-width:1100px){
	#yanagawaguide .inner{
	 background-image: url('../image/common/asanoha.png'), url('../image/common/yanagawa-map.png');
            background-repeat: no-repeat, no-repeat;
            background-size: 20% auto, 300px auto; 
            background-position:  100% 100px,calc(50% - 0px)  bottom;position:relative;
		z-index:2;
}
	#yanagawaguide .info-area{
width:92%;
		max-width:600px;
	margin:0 auto;
		padding-bottom:350px;
		
}
	#yanagawaguide .slide-area{
	width:95vw;
	margin:50px 0 100px 5vw;
}
	.scroll-infinity__item {
  width: calc(100vw / 3.2);
}
}
@media screen and (max-width:600px){
	#yanagawaguide .slide-area{
	width:100vw;
	margin: 20px 0 100px 0vw;
}
	.scroll-infinity__item {
  width: calc(100vw / 1.7);
}
}
/*****************************************************
	
	フロント　-　歴史
	
*****************************************************/
#rekishi{
	position:relative;
	 background-image: url('../image/common/asanoha.png'), url('../image/common/suisai2.png');
            background-repeat: no-repeat, no-repeat;
            background-size: 135px auto, 255px auto; 
            background-position: 75% 0, 102% 50px;
	padding:120px 0 0 0;
	top:-150px;
}
#rekishi h2{
	font-size:110%;
	margin: 0px auto;
	width:800px;
	position: relative;
	top: 50px;
}
#rekishi h2 span{
	font-size:4rem;
	display:block;
	margin-bottom:25px;
	color:#eae5dd;
	
}

#rekishi .rekishi-box{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

#rekishi .rekishi-box .title-box{
	 -webkit-order: 2;
	order: 2;
}
#rekishi .rekishi-box .box1{
	 -webkit-order: 1;
	order: 1;
	background:url(../image/common/rekishi-line1.svg)no-repeat center;
	background-size:4000px;
}
#rekishi .rekishi-box .box2{
	 -webkit-order: 3;
	order:3;
	background:url(../image/common/rekishi-line2.svg)no-repeat center;
	background-size:4000px;
}
#rekishi .box .box-content{
	 width:950px;
	 margin:80px auto;
	 display: -webkit-flex;
	 display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	 -webkit-align-items: center;
	 align-items: center;
	 color:#fff;
}


#rekishi .box .inner .txt h3{
	text-align:center;
	font-size:120%;
	line-height:1.7em;
	margin:0 auto 30px;
}
#rekishi .box .inner .txt p{
	font-size:90%;
	
}
#rekishi .box .inner .txt{
	width:450px;
	height:450px;
	padding:80px;
	border-radius:50%;
	overflow:hidden;
	box-sizing:border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	
}
#rekishi .box1 .txt{
	background:#004d41;

}
#rekishi .box2 .txt{
	background:#203757;
}

#rekishi .box .photo{
	width:300px;
	overflow:hidden;
	border-radius:50%;
	
}
#rekishi .box .photo img{
	width:100%;
}

#rekishi .box1 .inner{
	 -webkit-order: 1;
	 order: 1;
	 position:relative;
	 top: 0px;
}
#rekishi .box1 .photo{
	 -webkit-order: 2;
	order: 2;
	position:relative;
	top:150px;
	left:-80px;
}
#rekishi .box2 .inner{
	 -webkit-order: 2;
	 order: 2;
	 position:relative;
	 top:-50px;
}
#rekishi .box2 .photo{
	 -webkit-order: 1;
	order: 1;
	position:relative;
	top:30px;
	left:20px;
	
}
@media screen and (max-width:1100px){
	#rekishi{
	 background-image: url('../image/common/asanoha.png'), url('../image/common/suisai2.png');
            background-size: 135px auto, 150px auto; 
            background-position: 10px 0, 92% 250px;
	padding:100px 0 0 0;
	top:-250px;
}
	#rekishi h2{
	width:95%;
	top: 50px auto;
}
	#rekishi .box .box-content{
	 width:850px;
	 
}
	#rekishi .rekishi-box .title-box {
	 -webkit-order: 1;
	order: 1;
		margin-bottom:100px;
}
	
		#rekishi .rekishi-box .title-box h2{text-align:center;}
#rekishi .rekishi-box .box1{
	 -webkit-order: 2;
	order: 2;
	background:url(../image/common/rekishi-line1.svg)no-repeat center;
	background-size:4000px;
}
#rekishi .rekishi-box .box2{
	 -webkit-order: 3;
	order:3;
	background:url(../image/common/rekishi-line2.svg)no-repeat center;
	background-size:4000px;
}
}
@media screen and (max-width:900px){
	#rekishi{
	 background-image: url('../image/common/asanoha.png'), url('../image/common/suisai2.png');
            background-size: 135px auto, 0; 
            background-position: 10px 0, 0;

}
	#rekishi .box .box-content{
	 width:100%;
		 margin:0px auto;
	 display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

#rekishi .rekishi-box .box1{
	
	background:none;
	background-color:#004e41;
	padding:80px 0 0;
}
#rekishi .rekishi-box .box2{
	background:none;
	background-color:#1f3857;
	padding:80px 0 0;
}
	#rekishi .box .inner .txt{
	width:100%;
	height:auto;
	padding:40px 8% 80px;
	border-radius:0%;
}
	
	#rekishi .box1 .inner{
	 -webkit-order: 2;
	 order: 2;
	 position:relative;
	 top: 0px;
}
#rekishi .box1 .photo{
	 -webkit-order: 1;
	order: 1;
	position:relative;
	top:0px;
	left:0px;
}
#rekishi .box2 .inner{
	 -webkit-order: 2;
	 order: 2;
	 position:relative;
	 top:0px;
}
#rekishi .box2 .photo{
	 -webkit-order: 1;
	order: 1;
	position:relative;
	top:0px;
	left:0px;
	
}
	#rekishi .box .photo{
	width:260px;
		position:relative;
}
}
.hakushu-ku-box{
	position:relative;
	z-index:-1;
}
.hakushu-ku-box:before{
	position:absolute;
	content:'';
	top:-400px;
    background:url(../image/common/hakushu-ku-head.svg)no-repeat top center;
	background-size:4000px;
	width:100%;
	height:800px;
	z-index:2;
}
.hakushu-ku-box:after{
	position:absolute;
	content:'';
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	background:rgba(0,0,0,0.4);
}
.hakushu-ku-box .inner{
	min-height:1200px;
	position:relative;
}
.hakusyu-copy{
	z-index:3;
	position:absolute;
	top:450px;
	width:280px;
	left:50%;
	margin-left:-140px;
}


@media screen and (max-width:900px){
	.hakushu-ku-box:before{
    background:none;
}
	.hakushu-ku-box .inner{
	min-height:800px;
	position:relative;
}
	.hakusyu-copy{
	z-index:3;
	top:250px;
	width:260px;
	left:50%;
	margin-left:-130px;
}
}
/*****************************************************
	
	フロント　-　プラン
	
*****************************************************/
#plan{
	position:relative;
	background:#dfebed;
	margin: -120px auto 0;
	padding:50px 0 350px;
}
#plan:before{
	position:absolute;
	content:'';
	top:-175px;
    background:url(../image/common/bluehead.svg)no-repeat bottom center;
	background-size:4000px;
	width:100%;
	height:177px;
}
#plan .kazari{
	position:absolute;
	background: url(../image/common/plan-kazari.png)no-repeat center;
	background-size:100%;
	width:500px;
	height: 550px;
	top: -400px;
	right:50%;
	margin-right:-850px;
}
#plan .plan-box h2{
	font-size: 140%;
	margin:0px auto 20px;
	text-align:center;
}
#plan .plan-box p{
	text-align:center;
}

#plan .plan-menu{
	width:95%;
	max-width:1200px;
	margin:50px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#plan .plan-menu li{
	width:29.3%;
	margin:0 2% 30px;
	
}
#plan .plan-menu li a{
	color:#111;
	
}
#plan .plan-menu li img{
	width:100%;
	
}
#plan .plan-menu li .photo{
	overflow:hidden;
	border-radius:10px;
	margin:0 auto 15px;
	
}
#plan .plan-menu li .txt h3{
	font-size:120%;
}
#plan .plan-menu li .txt h3 span{
	font-size:73%;
	margin:0 8px 0 0;
	padding:2px 10px ;
	border-radius:5px;
	background:#df4249;
	color:#fff;
}
#plan .plan-menu li .txt dl{
	font-size:90%;
	margin:15px 0;
	line-height:1.5em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#plan .plan-menu li .txt dl dt{
	width:85px;
	background:#fff;
	text-align:center;
	margin-bottom:8px;
	border-radius:20px;
	font-size:88%;
}
#plan .plan-menu li .txt dl dd{
	width:calc(100% - 85px);
	margin-bottom:8px;
	padding-left:10px;
	box-sizing:border-box;
}

#plan .bt a{
	width:250px;
	margin:0 auto;
	
}

@media screen and (max-width:1300px){
	#plan{margin:-200px auto 0;}
	#plan .kazari{
	width:400px;
	height: 450px;
	top: -350px;
	right: -5%;
	margin-right:auto;
}
}
	@media screen and (max-width:900px){
#plan{

	margin:-150px auto 0;
}
		#plan .kazari{
	width: 320px;
	height:400px;
	top: -350px;
	right:50%;
	margin-right: -160px;
}	
	#plan .plan-menu li{
	width:46%;
	margin:0 2% 10px;
	
}

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

	#plan .plan-menu li,#plan .plan-menu li a{
	width:100%;
	margin:10px 0% 5px;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	
}
		#plan .plan-menu li{
	width:100%;
	margin:10px 0% 5px;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: flex-start;
	align-items: flex-start;
		border-bottom:1px solid #aaa;
	
}
#plan .plan-menu li .photo{
	width:35%;
	
}
		#plan .plan-menu li .txt{
	width:60%;
	
}
		#plan .plan-menu li .txt h3{
	font-size:100%;
}
		#plan .plan-menu li .txt dl{
	font-size:80%;
	margin:10px 0;
	
}
#plan .plan-menu li .txt dl dt{
	width:70px;
	border-radius:20px;
	font-size:85%;
}
#plan .plan-menu li .txt dl dd{
	width:calc(100% - 75px);
	padding-left:10px;
}
}
/*****************************************************
	
	フロント　-　プラン
	
*****************************************************/
#bridal{
	position:relative;
	background:#f3e3e4;
	margin:270px auto 0;
   padding:50px 0 150px;
	top:-250px;
	z-index:1;
}
#bridal:before{
	position:absolute;
	content:'';
	top:-175px;
    background:url(../image/common/pinkhead.svg)no-repeat bottom center;
	background-size:4000px;
	width:100%;
	height:177px;
}
#bridal:after{
	position:absolute;
	content:'';
bottom:-172px;
    background:url(../image/common/pinkbottom.svg)no-repeat bottom center;
	background-size:4000px;
	width:100%;
	height:177px;
}
#bridal .kazari{
	position:absolute;
	background:url(../image/common/bridal-kazari.png)no-repeat bottom center;
	background-size:100%;
	width:500px;
	height:500px;
	top:-250px;
	left:50%;
	margin-left:-850px;
	z-index: 2;
}
#bridal .plan-box h2{
	font-size: 140%;
	margin:0px auto 20px;
	text-align:center;
}
#bridal .plan-box p{
	text-align:center;
}

#bridal .bridalmov{
	width:95%;
	max-width:1000px;
	margin:50px auto;
	border-radius:15px;
	overflow:hidden;
}
#bridal .bridalmov .mov-area {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; 
}

#bridal .bridalmov .mov-area video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    will-change: filter, transform, top;
}
@media screen and (max-width:600px){
	#bridal .bridalmov .mov-area {
       padding-bottom: 40vh; 
}
}
#bridal .plan-menu{
	width:95%;
	max-width:1000px;
	margin:50px auto;
	
}
#bridal .plan-menu li,#bridal .plan-menu li a{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#bridal .plan-menu li a{
	color:#111;
}
#bridal .plan-menu li img{
	width:100%;overflow:hidden;
	border-radius:10px;
	
}
#bridal .plan-menu li .photo{
	overflow:hidden;
	border-radius:10px;
	margin:0 auto 15px;
	width:40%;
	
}
#bridal .plan-menu li .txt{
		width:60%;
	box-sizing:border-box;
	padding:3%;
	
}
#bridal .plan-menu li .txt h3{
	font-size:120%;
}
#bridal .plan-menu li .txt h3 span{
	font-size:73%;
	margin:0 8px 0 0;
	padding:2px 10px ;
	border-radius:5px;
	background:#df4249;
	color:#fff;
}
#bridal .plan-menu li .txt dl{
	font-size:90%;
	margin:15px 0;
	line-height:1.5em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
#bridal .plan-menu li .txt dl dt{
	width:85px;
	background:#fff;
	text-align:center;
	margin-bottom:8px;
	border-radius:20px;
	font-size:88%;
}
#bridal .plan-menu li .txt dl dd{
	width:calc(100% - 85px);
	margin-bottom:8px;
	padding-left:10px;
	box-sizing:border-box;
}
#bridal .plan-menu li .txt .point{
	text-align:center;
	background:#e95162;
	padding:10px 1em;
	color:#fff;
	margin:15px 0;
}
#bridal .bt a{
	width:250px;
	margin:0 auto;
	
}
@media screen and (max-width:1300px){
	#bridal .kazari{
	width:450px;
	height:450px;
	top:-450px;
	left:-30px;
	margin-left:auto;
}
}

@media screen and (max-width:800px){
	#bridal{
   padding:50px 0 50px;

}
	#bridal .kazari{
	width:300px;
	height:450px;
	top:-450px;
	left:50%;
	margin-left:-150px;
}
}
	@media screen and (max-width:600px){

#bridal .plan-menu li,#bridal .plan-menu li a{
	display: block;
}
		
		#bridal .plan-menu li .photo{
	width:100%;
	margin:0 auto 10px;
	
}
		#bridal  .plan-menu li .txt{
	width:100%;
	padding: 0;
}
		#bridal  .plan-menu li .txt h3{
	font-size:100%;
}
		#bridal  .plan-menu li .txt dl{
	font-size:80%;
	margin:10px 0;
	
}
#bridal  .plan-menu li .txt dl dt{
	width:70px;
	border-radius:20px;
	font-size:85%;
}
#bridal  .plan-menu li .txt dl dd{
	width:calc(100% - 75px);
	padding-left:10px;
}
#bridal .plan-menu li .txt .point{
	font-size:85%;
	padding: 5px 0px;
}
		#bridal .plan-menu li .txt .sub{
	font-size:85%;
			line-height:1.5em;
}
}
/*****************************************************
	
	フロント　-　コンタクト
	
*****************************************************/
#contact{
	position:relative;
	background-image: url('../image/common/asanoha-bg.png'), url('../image/common/asanoha-bg.png');
	background-repeat: no-repeat, no-repeat;
	background-size: 1000px auto, 1000px auto;
	background-position: left -200px,right  calc(100% + 220px);
	background-color:#f1f1f1;
	margin:-200px auto 100px;
	padding:350px 0 350px;
}
#contact:after{
	position:absolute;
	content:'';
bottom:0px;
background: url(../image/common/whitebottom.svg) no-repeat center calc(100% - -10px);
	background-size:4000px;
	width:100%;
	height:177px;
}
#contact .contact-box{
	margin:0px auto 20px;
	width: 90%;
	max-width: 950px;
}

#contact .title-area h2{
	font-size: 140%;
	margin:0px auto 20px;
	text-align:center;
}
#contact .form-area{
	margin:50px auto 20px;
}
#contact .form-area dl{
	
	
}
#contact .form-area dl dt{
	color:#004d41;
	font-size: 110%;
	margin: 25px auto 15px;
	position:relative;
}
#contact .form-area dl dt:before{
	content:'■';
	margin-right:0.2em;
	font-size:90%;
	
}
#contact .form-area dl dt .must{
	font-size:70%;
	color:#e95162;
	margin-left:0.5em;
	
}
#contact .form-area input,#contact .form-area textarea{
	width:100%!important;
	font-size:16px;
	padding:15px;
	box-sizing:border-box;
	border:0;
	border-radius:5px;

}

.wh input,.wh textarea{
      background-color:#fff!important;
}
.bl-t select{
	color:#111!important;
}


.radio-area .mfp_rows{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}

.radio-area .mfp_rows .mfp_col5{
	margin:0 20px 0 0;
}
.radio-area .mfp_rows .mfp_col5 label{
	cursor: pointer; 
}

.planselect {
    margin: 20px auto; 
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}

.planselect select {
    width: 100%; 
    padding: 10px ;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff; 
    font-size: 102%; 
    cursor: pointer; 
	box-sizing:border-box;
}


.planselect select:focus {
    border-color: #66afe9; 
    outline: none; 
    box-shadow: 0 0 5px rgba(102, 175, 233, 0.5);
}

#contact .form-area .radio-area input[type="radio"] {
   width:20px!important;
	height:20px;
    position: relative;
    top: 0px;
    appearance: none; 
    -webkit-appearance: none; 
    border: 5px #fff solid;
    border-radius: 50%; 
    outline: none; 
    cursor: pointer; 
	background-color: #fff; 
	margin:0 5px 0 0;
	 -webkit-transition: 0.1s ease-in-out;
       -moz-transition: 0.1s ease-in-out;
         -o-transition: 0.1s ease-in-out;
            transition: 0.1s ease-in-out;
}
#contact .form-area .radio-area input[type="text"]{
	width:100px!important;
	height:20px;
    position: relative;
    top: 0px;
    appearance: none; 
    -webkit-appearance: none; 
    border: 5px #fff solid; 
    outline: none; 
    cursor: pointer; 
	background-color: #fff; 
	margin:0 5px 0 0;
	 -webkit-transition: 0.1s ease-in-out;
       -moz-transition: 0.1s ease-in-out;
         -o-transition: 0.1s ease-in-out;
            transition: 0.1s ease-in-out;
	}
#contact .form-area .radio-area input[type="radio"]:checked {
    background-color: #06c;
}

.submit-bt ,.bl-t button {
     cursor: pointer; 
	display: block;
    background: #111;
    text-align: center;
    color: #fff !important;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 110%;
	border:0!important;
	 -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;width:250px;
	margin:20px auto;
}

.submit-bt:hover {
    background:#004d41;
}

.sendcheck-area {
	 background: #fff;
	 border-radius:5px;
	 display:block;
	 padding:15px;
}
#mfp_button_send,#mfp_button_cancel{
	border:0!important;
	background:#111;
	color:#fff;
	cursor:pointer;
	padding:15px 2em;
	border-radius:5px;
	 -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
#mfp_button_send:hover,#mfp_button_cancel:hover{
	background:#004d41;
}
@media screen and (max-width:800px){
	#contact{
   padding:280px 0 350px;
}
	#contact .form-area dl dt{
	margin: 15px auto 0px;
}
	.radio-area .mfp_rows{
	display: block;
}
	.radio-area .mfp_rows .mfp_col5{
	margin:0 0 10px 0;
	width: 100%;
}
}
/*****************************************************
	
	ページ
	
*****************************************************/

.page-head-contetns {
	margin-top: -400px;
}
.page-head-bg {
	position:relative;
	z-index:-1;
}
.page-head-bg .inner{
	min-height:1000px;
	position:relative;
}
.page-head-bg:before{
	position:absolute;
	content:'';
	bottom:-350px;
    background:url(../image/common/page-head-bottom.svg)no-repeat top center;
	background-size:4000px;
	width:100%;
	height:800px;
	z-index:2;
}
.page-head-bg:after{
	position:absolute;
	content:'';
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	background:rgba(0,0,0,0.4);
}
.page-head-logo{
	z-index:3;
	position:absolute;
	top:470px;
	width:160px;
	left:50%;
	margin-left:-80px;
}
.page-content {
	margin-top: -100px;
}
@media screen and (max-width:800px){
.page-head-logo{
	top:480px;
	width:100px;
	margin-left:-50px;
}
	.page-head-bg .inner{
	min-height:900px;
}
}

.page-inner{
	position:relative;
}

.page-inner:after{
	position:absolute;
	content:'';
	bottom:-200px;
    background:url(../image/common/page-contents-bottom.svg)no-repeat bottom center;
	background-size:4000px;
	width:100%;
	height:800px;
	z-index:1;
}
.page-inner .inner-box{
	position:relative;
	z-index:2;
	padding-bottom: 200px;
}

.page-content h1{
	text-align:center;
	font-size:2.2rem;
}

.page-content h2{
	font-size:1.7rem;
	line-height: 1.2em;
}

.page-content .page-plan,.page-content .page-bridalplan{
	width:95%;
	margin:100px auto 0;
	max-width: 1200px;
	padding:50px 0 ;
}

.splide__pagination {
    bottom:-30px!important;
    left: -10px!important;
    right:auto!important;
}


.splide__pagination__page.is-active {
    background: #004c41!important;
}

.splide__pagination__page:hover {
     background: #004c41!important;
}

.plangude{
	margin:0px auto 0px;
	border-bottom:1px solid #111;
	padding:80px 0 ;
}
.plangude .guide-inner{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.plangude .guide-inner .photo{
	width:600px;
	
}
.plangude .guide-inner .info{
	width:calc(100% - 600px);
	padding:0 0 0 30px;
}


.plangude:nth-child(even) .guide-inner .photo {
    -webkit-order: 2;
    order: 2;
}

.plangude:nth-child(even) .guide-inner .info {
    -webkit-order: 1;
    order: 1;
	padding:0 30px 0 0px;
}


.plangude .guide-inner .info h3{
	font-size:1.3rem;
	background: #dfebed;
	padding:10px;
}
.page-bridalplan .plangude .guide-inner .info h3{
	background: #e95162;
	color:#fff;
}
.plangude .guide-inner .info h3 span{
	color:#df4249;
	font-size:85%;
	margin-right:0.2em;
}
.plangude .guide-inner .info .copy{
	font-size:1.0rem;
	padding:20px 0 10px;
}

.plangude .guide-inner .info dl{
	font-size:95%;
	margin:10px 0;
	line-height:1.5em;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.plangude .guide-inner .info dl dt{
	width:95px;
	background:#eee;
	text-align:center;
	margin-bottom:8px;
	border-radius:20px;
	font-size:88%;
}
.plangude .guide-inner .info dl dd{
	width:calc(100% - 95px);
	margin-bottom:8px;
	padding-left:10px;
	box-sizing:border-box;
}
.plangude .guide-inner .info .naiyo{
	font-size:90%;
}

@media screen and (max-width:1000px){
.plangude .guide-inner .photo{
	width:55%;
	
}
.plangude .guide-inner .info{
	width:65%;
	padding:0 0 0 30px;
}
}

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

.page-content h2{
	text-align:center;
}
	.page-content h2 span{
	display:block;
	line-height:1.5em;
}
	.plangude{
	padding:50px 0 ;
}
	.plangude .guide-inner{
	display: block;
}
	.plangude .guide-inner .photo{
	width:100%;
	
}
.plangude .guide-inner .info{
	width:100%;
	padding:0 0 0 0px;
	margin-top:60px;
}
}

.page-bridalplan .plangude .guide-inner .info .point{
	text-align:center;
	background:#f3e3e4;
	padding:10px 1em;
	margin:15px 0;
}

.bt-plan a {
	display:block;
	background:#111;
	text-align:center;
	color:#fff!important;
	padding:20px;
	box-sizing:border-box;
	border-radius:50px;
	font-size:90%;
	margin:60px auto 0;
	width:95%;
	max-width:500px;
}
.bt-plan a:hover{
	background:#004d41;
}
.thanks-inner{
	border-bottom:1px solid #ccc;
	margin:0px auto 120px;
}
@media screen and (max-width:1100px){
	.thanks-inner{
	border-bottom:1px solid #ccc;
	margin:0px auto 220px;
}
}
.thanks-box{
	width:95%;
	max-width:850px;
	margin:50px auto ;
}
.thanks-box .bt{
	width:95%;
	max-width:350px;
	margin:50px auto;
}


#insta {
  width: 100%;
  max-width:1200px;
  margin:150px auto 0px;
  padding:0 0 40px;
}

#insta h2 {
  font-size: 180%;
  text-align: center;
	margin:0 auto 40px;
}
#insta .read {
  text-align: center;
	margin:0 auto 50px;
}
.insta_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px auto;
     width:95%;
    max-width:1200px;
}

.insta_list li{
    position: relative;
    width: calc((100% - 60px)/4);
}

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

    .insta_list li{
        width: calc((100% - 20px)/2);
    }
	 .insta_list li:nth-child(n+5){
        display:none;
    }
}

.insta_list li::before{
	content: "";
	display: block;
	padding-top: 100%;
}

.insta_list a{
	position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.insta_list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.insta_btn a{
	display:block;
	background:#111;
	text-align:center;
	color:#fff!important;
	padding:20px;
	box-sizing:border-box;
	border-radius:50px;
	font-size:110%;
	width:250px;
	margin:50px auto;
}
.insta_btn a:hover{
	background:#004d41;
}


@media screen and (max-width:1100px){
#insta {
  width: 95%;
	margin:70px auto 50px;
}
}
	
#map{
	margin:-150px auto 150px;
	position:relative;
			border-bottom:1px solid #ccc;
	padding:50px 0 100px;

}
#map h2{
	font-size: 140%;
	margin:0px auto 20px;
	text-align:center;
}
	#map p{
	text-align:center;
}

	#map .map-p{
	margin:30px auto;
		width:85%;
		max-width:800px;
}
#map img{
	width:100%;
		border:1px solid #111;
	box-shadow: 2px 2px 0px 0px #111;
	opacity:1;

}

#map img:hover{
	box-shadow: 8px 8px 0px 0px #111;
}
#map .bt{
	width:250px;
	margin:50px auto 0;
}
#map .bt span{
	font-size:80%;
}
@media screen and (max-width: 750px){
	#map{
	margin:-150px auto 180px;
}
}