@charset "utf-8";
.drawer-hamburger {
	display:none;
}

.cont h3 p{
	line-height: 2;
	font-size: 1.1em;
}

.cont {
	padding:100px 0;
}

.main__visual {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    transition: .3s;
}

.main_text {
    position: absolute;
    left: 4%;
    margin: auto;
    bottom: 8%;
    text-align: center;
    display: inline-block;
    font-size: 4.5vw;
    color: hsl(0deg 0% 100%);
    font-weight: 700;
    /* font-family: 'Corinthia', cursive; */
    line-height: 1.3;
    /* transform: rotateZ(-17deg); */
    text-align: left;
}

.main__visual:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../images/japanese-essence/main-photo.jpg) no-repeat center;
    background-size: cover;
    transition: .3s;
    opacity: 1;
}


.main__visual.fixed {
    position: fixed;
}

.main__visual.fixed.none #message {
    position: absolute;
}

.main__visual.fixed section#message {
    position: fixed;
    opacity: 1;
}

.main {
    position: relative;
    /* padding: 100vh 0 0 0; */
}



.main__visual.none.fixed {
    position: relative;
}

.empty-box {
    width: 100%;
    height: 130vh;
    position: relative;
}

/*==========================================================
__PC非表示
==========================================================*/


.close{
    position: absolute;
    top: 0;
    right: 15px;
    /* width: 12px; */
    /* height: 12px; */
    z-index: 100;
}
.close a{
    /* display: inherit; */
    /* height: 12px; */
    cursor: pointer;
}
.close a:hover{}
.close a figure{}
.close a figure img{}

.hamburger__menu{
	display: none;
}
/*==========================================================
__PC非表示
==========================================================*/


header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 25;
}
nav {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 33px 0;
}

nav li a {
	color: #111;
}
nav  .logo{
    position: absolute;
    top: 15px;
    left: 2%;
}

nav  ul.menu__list{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: YuMincho,'Yu Mincho',serif;
}
nav  ul.menu__list li{
    padding: 0 15px;
}

header .lang.aw,header.other.is-animation .lang {
    display: block;
    padding: 25px 50px 25px 40px;
    margin: 0;
    background: url(../../images/airfrontier-wedding/lang.svg) no-repeat left center;
    background-size: 20px;
}

header .lang.aw a:hover:before {
    content: none;
}

header .lang.aw a:hover {
    border-color: #888;
    cursor: pointer;
}

.drwlist {
    right: 0;
    padding: 25px 190px 25px 50px;
}

header .lang.aw a {
    color: #888;
    cursor: pointer;
}

header .lang.aw a.active4,header .lang.aw a.active5{
    border-color: #888;
}

article{
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 85;
}
article a{
    display: block;
}

rticle#lineat .line_bnrbox {
	margin: 0;
}

article#lineat .line_bnrbox .line_bnr {
	display: block;
	/* padding: 30px; */
}

.collection article#lineat h5 {
	margin: 0 0 15px;
}

 article#lineat .line_bnrbox .line_bnr .line_title a {
	margin: 0 0 10px;
	 width: 100%;
 }

article#lineat .line_bnrbox .line_bnr .line_title em {
	font-size: 0.8em;
	letter-spacing: 0;
	color: #666;
}

/***-------
共通
-----------**/
h1 {
    font-size: 3em;
}

h3 {
    color: #CEBC89;
    font-family: 'Cinzel',sans-serif;
    font-weight: 500;
    line-height: inherit;
    position: relative;
/* font-size: inherit; */}
h3 b {
    font-family: 'Taviraj', serif;
    font-size: 2em;
    color: #111;
    font-weight: 500;	
}
h3 p{
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 2;
    color: #666;
font-family: 'Noto Serif JP', serif;}
/*-----
コンテンツ
-----------**/


.main  .main__inner{
    padding: 150px 0;
}



section#message .message-box .button {
    max-width: 400px;
    margin: auto;
}


section#message .inner h1{
	line-height: 1.1;
}

section#message .inner h1 small{
	font-size: 56%;
}

section#message .inner p.df__text{
    text-align: center;
    line-height: 2.5;
    
}

.main__visual.black:after {
    opacity: 1;
}

.first-wrap.fixed #message {
    opacity: 1;
    position: absolute;
    top: 0;
}

.main__visual:after {
    background: hsl(0deg 0% 0% / 68%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* content: ""; */
    opacity: 0;
    transition: .3s;
}

.caution {
    text-align: center;
    border: 1px solid #e62020;
    padding: 20px;
    margin: 60px auto 0;
    max-width:max-content;
    width: 100%;
}
.caution p {
    font-size: 18px;
    color: #e62020/*#f04624*/;
}


.first-wrap {
    position: relative;
}


section {
    background: #fff;
}


section#plan, section#schedule {
    background: #eff2f4;
}

ul.feature-list li {
    border-bottom: 1px solid hsl(217.78deg 11.3% 53.14% / 16%);
    padding: 60px 0;
    width: 100%;
    display: flex;
    align-items: center;
}

ul.feature-list li:last-child {
    border-bottom: none;
}

ul.feature-list span.num {
    font-size: 2em;
    line-height: 1;
    font-family: 'Cinzel',sans-serif;
    color: #618495;
    width: 10%;
    font-weight: 600;
}

ul.feature-list span {
    line-height: 2;
    font-size: 1.5em;
    letter-spacing: 0.05em;
    width: 90%;
    color: #111111;
}

figure.collection {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	max-width: 1400px;
	width: 90%;
}


#plan .button1,
#plan_delax .button1 {
    max-width: 550px;
    margin: auto;
}

.other-dress figure {
    width: 45%;
}

.other-dress {
    justify-content: space-between;
    margin: 150px auto 0;
    width: 90%;
}

.other-dress figure:last-child {
    margin-top: 0;
}

/**/

.plan__inner .plan__content02{
    width: 57%;
    margin: 0 0 0 4%;
    }
.plan__inner .plan__content02__inner{
    /* padding: 50px; */
    /* border-left: 1px solid #eee; */
    box-sizing: border-box;
    position: relative;
    /* background: #eff2f46e; */
    }
.plan__inner .plan__content02__inner h4,#schedule h4{
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 30px;
    font-size: 1.2em;
    color: #fff;
    background-color: #618495;
}


.plan__inner .plan__content02__inner .plan__sub__inner .place{
    display: flex;
    justify-content: center;
    align-items: baseline;
    display: none;
}

.plan__inner .button1 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.plan__inner .plan__content02__inner .plan__sub__inner .place p{
    font-size: 2em;
    padding: 0 3px 0 10px;
    line-height: 1;
    font-family: 'Cinzel',sans-serif;
    letter-spacing: 0;
    }

.plan__inner .plan__content02__inner .plan__sub__inner ul.plan__list01{
    list-style: circle;
    background: #ffffff;
    padding: 20px 20px 20px 37px;
}

.plan__inner .plan__content02__inner .plan__sub__inner .place-box{
    background: #ffffff;
    padding: 20px;
}


.plan__inner .plan__content02__inner .plan__sub__inner ul.plan__list03{
	list-style: decimal;
	padding: 0 0 5px 17px;
	font-size: 0.9em;
}
.plan__inner .plan__content02__inner .plan__sub__inner ul.plan__list03 p{
	font-size:1em;
}
.plan__inner .plan__content02__inner .plan__sub__inner .place-box small {
    display: block;
    margin: 5px auto 0;
    line-height: 1.5;
    color: #666;
}

.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 10px;
    gap: 10px;
}
.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02 li{
    padding: 15px;
    height: auto;
    position: relative;
    /* border: 1px solid #ccc; */
    margin: 0 10px 0 0;
    background: #fff;
    margin: 0;
    display: flex;
    align-items: center;
}

.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02 li figure{
    /* height: 75px; */
}

.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02 li figure img{
	position: relative;
	width: 60px;
	margin: 0;
	display: block;
}
.icon03 {width: 45px !important;}
.icon04 {width: 75px !important;}
.icon06 {width: 95px !important;}
.icon08 {width: 36px !important;}

.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02 li figcaption{
    color: #111;
    font-size: 0.8em;
    text-align: left;
    align-items: flex-end;
    display: flex;
    justify-content: space-around;
    margin: 0 0 0 15px;
}

.option:last-child {
    display: none;
}

/*point*/

.point dl{
	width: 100%;
	margin: 0 0 20px;
	border-top: 1px solid #ccc;
	display: flex;
}

.point dt{font-size: 1em;margin: 0;letter-spacing: 1px;position: relative;padding: 15px 0 0 0;width: 19%;}

.point dt:after {
	content:"";
	background: #618495;
	position: absolute;
	width: 100px;
	top: -1px;
	left: 0;
	height: 1px;
}

.point dd {
    width: 81%;
    padding: 15px 0 0 0;
}

.point dd span {
    color: #618595;
}

/**/



.plan_img{
	width: 100%;
	position: sticky;
}


.youtube a {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.youtube a:before {
	content:"";
	background: url(../../images/common/play.png) no-repeat;
	position: absolute;
	width: 23px;
	height: 26px;
	left: 0;
	right: 0;
	margin: auto;
	top: 20px;
	bottom: 0;
	z-index: 1;
	background-size: cover;
}

.spinner {
	z-index: 1;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	}

.spinner.type1 {
    border-style: solid;
    border-color: #fff rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.3);	
}
.youtube figure {
	height: 730px;
	overflow: hidden;
	position: relative;
}

.youtube figure img {
	position: absolute;
	/* top: 0; */
	bottom: 0;
	/* margin: auto; */
	width: 100%;
	left: 0;
	right: 0;
}

.youtube__inner iframe{
    width: 100%;
    height: 600px;
    margin: 80px 0;
}

.plan__inner {
    box-sizing: border-box;
    display: flex;
    margin: 0 auto 0 0;
    /* background: #fff; */
    align-items: flex-start;
    position: relative;
    justify-content: space-between;
    width: 90%;
    top: 0;
}

.youtube-box {
    width: 90%;
    margin: 80px auto 0;
    max-width: 1200px;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.plan_img-box {
    width: 58%;
    position: sticky;
    top: 90px;
}

.youtube-box p {
    margin-right: auto;
    text-align: right;
}



/*scale*/
.v-hidden {
    overflow: hidden;
}

.view-scale {
	opacity: 0;
	scale:1.1;
	transition: scale 1s cubic-bezier(.215,.61,.355,1),opacity 1s cubic-bezier(.215,.61,.355,1);
	transition-delay: 0.5s;
}

.mv-scale {
	opacity: 1.0;
	scale:1;
}

/**/
section#gallery {
    padding: 150px 0;
}

.fig-wrap {
    margin: 0.3% auto;
    justify-content: space-between;
}

figure.g02 {
    width: 49.85%;
}

figure.g03 {
    width: 49.85%;
    margin: 0 0;
}

figure.g05 {
    width: 49.85%;
    padding: 0;
}

figure.g06 {
    width: 49.85%;
    margin-top: 0;
}

figure.g07 {
    width: 100%;
    margin: auto;
}

/**/

#plan .inner.schedule-inner,
#plan_delax .inner.schedule-inner {
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
}

.schedule-box .flow dl {
    display: flex;
    position: relative;
    padding: 30px 0 30px;
    box-sizing: border-box;
    border-top: 1px solid hsl(217.78deg 11.3% 53.14% / 16%);
    align-items: center;
}

.schedule-box .flow dl dt {
    width: 18%;
    text-align: center;
    margin: 0 30px 0 0;
    /* border: 1px solid rgb(92 92 92 / 70%); */
    padding: 16px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #618495;
    color: #fff;
    box-sizing: border-box;
    height: 100%;
}

.schedule-box .flow dl dd {
    width: 90%;
    margin: 0 0 0 auto;
}

.schedule-box .flow dl dd strong {
    font-weight: normal;
    font-size: 1.3em;
    margin: 0;
    display: block;
    color: #618495;
}

.schedule-box .flow dl dd p{
	margin:10px 0 0 0;
}

.schedule-box .flow dl:last-child {
    border-bottom: 1px solid hsl(217.78deg 11.3% 53.14% / 16%);
}

.flow.f02 {
    display: flex;
    justify-content: space-between;
}

.flow.f02 dl,.schedule-box .flow.f02 dl:last-child {
    padding: 55px 20px;
    width: 19%;
    border: none;
    display: block;
    background: #fff;
}

.schedule-box .flow.f02 dl dt {
    width: 100%;
    padding: 0;
    background: none;
    color: #000;
    display: block;
    height: auto;
    margin: 0 auto;
}

.schedule-box .flow.f02 dl dd {
    width: 100%;
    margin: 15px auto 0;
    text-align: center;
}

.schedule-box .flow.f02 dl dd strong {
    margin: 0;
}

/**/

.vinline {
	display:none;
}
.vbox-inline {
	max-width: 1000px;
	padding: 50px !important;
	box-sizing:border-box;
}
.vbox-inline figure {
	width: 60%;
}
.vbox-inline figure img {
	width: 100% !important;
	margin:0 !important;
}
.vbox-inline .slide {
	width: 100%;
	overflow: hidden;
}
.vbox-inline .slide li {
	width: 100%;
	display: flex;
}

.vbox-inline .slide li:last-child {
	display: flex;
	/* margin: 50px auto 0; */
	/* padding: 50px 0 0; */
	/* border-top: 1px solid #eee; */
}
.vbox-inline .slide li:last-child img {
	width: 49%;
	margin: 0 2% 0 0;
}
.vbox-inline .slide li:last-child img:last-child {
	margin:0;
}

section#contact {
	background: #eff2f4;
}
section#contact .inner {
	max-width: 1200px;
	/* background: #fff; */
	/* padding: 80px 80px 10px; */
	box-sizing: border-box;
}

section#contact .content09__sub .content09__list{
    position: relative;
    background-color: #fff;
	display: flex;
}

section#contact .content09__sub .content09__list li {
	margin:0 30px 0 0;
	width: 33%;
}
section#contact .content09__sub .content09__list li p b {
	color: #c12626;
}
section#contact .content09__sub .content09__list li:last-child {
	margin:0;
}
section#contact .content09__sub .content09__list li figure {
	height: 320px;
	overflow: hidden;
}
section#contact .content09__sub .content09__list li figure img {
	width:100%;
}

section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__left{
    width: 40%;
    margin-right: 2.5%;
}

section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right{
    width: 60%;
    margin-left: 2.5%;
}
section#contact .num{
    display: flex;
    align-items: center;
    
}
section#contact .num p{
    font-family: 'Cinzel',sans-serif;
	font-size: 2.3em;
	position: relative;
	padding: 0 30px 0 0;
}

section#contact .num p:before {
	content: "";
	position: absolute;
	right: 0;
	background: #ccc;
	width: 30px;
	height: 1px;
	transform: rotate(-55deg);
	top: 0;
	bottom: 0;
	margin: auto;
}
section#contact .num span {
	font-size: 1.3em;
	letter-spacing: 1px;
	padding: 0;
}

section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right p.content09__text02{
    padding-left: 26px;
    padding-bottom: 25px;
}
section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right a{
    padding: 10px 40px;
    border: 1px solid;
    margin-left: 25px;
}

.vbox-prev {
    background: url(../../images/common/prev_w.png) no-repeat center center;	
    position: absolute;
    width: 40px;
    height: 40px;
    left: 20%;
    background-size: 100%;
    transition:.3s;
}

.vbox-next {
    background: url(../../images/common/next_w.png) no-repeat center center;	
    position: absolute;
    width: 40px;
    height: 40px;
    right: 20%;
    background-size: 100%;
    transition:.3s; 
}

.vbox-close{
    position: absolute;
	top: 2%;
	font-size: 1.6em;
	padding: 60px 100px;
	font-family: 'Cinzel',sans-serif;
	color: #111 !important;
	background: url(../../images/common/close_w.png) no-repeat center center;
    text-indent: -1000px;
    width: 100px;
    height: 100px;
    right: 2%;
} 


/*+++++++++++
LINE
++++++++++++*/

.line_bnrbox {
	/* max-width: 600px; */
	margin: 0 auto 200px;
	position: relative;
	z-index: 1;
	background: #eff2f4;
	display: flex;
	justify-content: space-between;
	width: 48%;
}

 .line_bnrbox:after{
	content:"";
	background: #618495;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	margin: 6px 6px -10px 8px;
	z-index: -2;
	border-radius: 5px;
}

.line_bnrbox.mail_b:after{
	content:none;
}

.line_bnrbox .line_bnr{
	background: #ffffff;
	border: 1px solid #111;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	transition: .3s;
	cursor:pointer;
	width: 100%;
}
.line_bnrbox .line_bnr a {
	display:block;
padding: 35px 45px 30px;box-sizing: border-box;overflow: hidden;height: auto;}

.line_bnrbox:hover:after {
	background:transparent;
	transition: .3s;	
}
.line_bnrbox .line_bnr:hover {
	transition:.3s;
	transform: translate3d(8px,8px,8px);

}


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

.line_bnrbox.mail_b .line_bnr {
    border: none;
    background: none;
}

.line_bnrbox.mail_b .line_bnr a {
    padding: 0;
    text-align: center;
    font-size: 1.5em;
}

.line_bnrbox.mail_b .line_bnr a:hover .mail-button {
    color: #618495;
}

.line_bnrbox.mail_b .line_bnr a:hover .mail-button {
    border-bottom: 1px solid hsl(199.62deg 21.14% 48.24%);
}

.line_bnrbox .mail_b:after {
    content: none;
}
.line_bnrbox.mail_b .line_bnr:hover {
    transform: inherit;
}

.line_bnrbox.mail_b .mail-button {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 0 0 10px 0;
    display: inline-block;
    margin: auto;
    text-align: center;
    transition: .3s;
}


.line_bnrbox .line_bnr .line_title p{
	font-family: 'Noto Serif JP', serif;
	color: #333;
	margin: 0 auto 26px;
	border-bottom: 1px solid #111;
	display: block;
	padding: 0 0 10px;
	position: relative;
	text-align: center;
	max-width: 444px;
}
	
.line_bnrbox .line_bnr .line_title p:before {
	content:"";
	transform: rotate(-35deg);
	background:#111;
	width: 27px;
	height:1px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom: -8px;
	z-index: 10;
}
	
.line_bnrbox .line_bnr .line_title p:after {
	content:"";
	background: #eff2f4;
	width: 35px;
	height:10px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom: -5px;
}


.line_bnrbox .line_bnr .line_title{
	width: 66%;
}

.line_bnrbox .line_bnr .line_title em{
	font-size: 0.9em;
	letter-spacing: 1px;
	display: block;
	line-height: 2;
}

.line_bnrbox .line_bnr .line_title .line-button{
	display: block;
	background: #eee;
	padding: 18px;
	box-sizing: border-box;
	border-radius: 100px;
	text-align: center;
	letter-spacing: 2px;
	font-size: 1em;
	color: #333;
	margin: 0 0 20px;
	width: 95%;
	position: relative;
	transition: .3s;
}
.line_bnrbox .line_bnr a:hover .line-button {
	transition:.3s;
	background: #618495;
	color:#fff;
}
.line_bnrbox .line_bnr .line-button:after {
	content:"";
	background: url(../../images/common/arrow.svg) no-repeat center center;
	transform: rotate(-90deg);
	position: absolute;
	width: 30px;
	height: 23px;
	right: 4%;
	top: 1px;
	bottom: 0;
	margin: auto;
	transition:.3s;
}
.line_bnrbox .line_bnr .line_title a:hover:after {
	transition:.3s;
	background: url(../../images/common/arrow_w.svg) no-repeat center center;	
}

.line_bnrbox .line_bnr figure{
	position: absolute;
	top: 0;
	width: 170px;
	height: 105%;
	right: 5%;
	margin: -2% auto 0;
	overflow: hidden;
}

.line_bnrbox .line_bnr figure img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;top: 0;
}

section#plan_delax {
    background: #d9e8ef;
}

section#qa {
    background: #d9e8ef;
}

section#qa dl.qa__list:last-child {
    border-bottom: 1px dashed #fff;
}

section#qa  dl.qa__list dt{
	padding: 20px 30px 20px 50px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	border-top: 1px dashed #ffffff;
}
section#qa  dl.qa__list dt.active {
	background:rgba(191, 201, 206,0.2);
    border: none;
}

section#qa dl.qa__list dt:after {
	content:"＋";
	position: absolute;
	right: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	color: #2487b7;
}

section#qa dl.qa__list dt.active:after {
	content:"―";
	position: absolute;
	right: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}

section#qa dl.qa__list dt:before {
	content: "Q.";
	font-family: 'Cinzel',sans-serif;
	position: absolute;
	left: 15px;
	top: 0;
	color: #0e739c;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 1.2em;
}
section#qa dl.qa__list dd:before {
	content: "A.";
	font-family: 'Cinzel',sans-serif;
	position: absolute;
	left: 15px;
	top: 0;
	color: #ab1111;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 1.7em;
}
section#qa dl.qa__list dt p {
	color: #0e739c;
}
section#qa  dl.qa__list .qt__sub{
    display: flex;
}
section#qa  dl.qa__list .qt__sub .qt__icon{
    font-size: 20px;
    padding-right: 15px;
    font-family: YuMincho,'Yu Mincho',serif;
}
section#qa  dl.qa__list .qt__sub .qt__content{
    font-family: YuMincho,'Yu Mincho',serif;
}
section#qa  dl.qa__list dd{
    padding: 20px 30px 20px 50px;
    position: relative;
}

#support {
    background: #e5e5e5;
    padding: 60px 0 80px;
}


.support_box {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    margin: auto;
    /* max-width: 400px; */
    text-align: center;
}

.support_wrap {
    max-width: 1045px;
    margin: auto;
    width: 90%;
}

.support_logo {
    width: 43%;
    display: flex;
    align-items: center;
    margin: 0 7% 0 0;
    justify-content: flex-end;
}


.support_logo:last-child {
    margin: 0;
    justify-content: start;
}


.support_logo:last-child a{
    display:flex;
	align-items: center;
}


.support_logo figure {
    width: 32%;
    margin: 0 4% 0 0;
}


.support h6 {
    padding: 0;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto 30px;
    display: block;
}

.support h6:before{
	content:none;
}

.support h6 span {
    display: inline-block;
    /* background: #eeeeee; */
    padding: 0 54px;
    position: relative;
    font-size: 1em;
    color: #111;
}

.support h6 span:before, .support h6 span:after {
	width: 38px;
	height: 1px;
	background: #6e6f6c;
	top: 3px;
	margin: auto;
	bottom: 0;
	z-index: -1;
	content:"";
	position: absolute;
	left: 0;
}

.support h6 span:after {
	left:inherit;
	right:0;
}



.support_logo figure img {

    margin: auto;
    text-align: center;
    display: block;
}

.support_logo p {
    /* width: 66%; */
}

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

/*==========================================================
__PC非表示
==========================================================*/


.close{
    position: absolute;
    top: 0;
    right: 15px;

    z-index: 100;
}
.close a{
    /* display: inherit; */
    /* height: 12px; */
    cursor: pointer;
}

.hamburger__menu{
	display: none;
}
/*==========================================================
__PC非表示
==========================================================*/



article{
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 85;
}
article a{
    display: block;
}

rticle#lineat .line_bnrbox {
	margin: 0;
}

article#lineat .line_bnrbox .line_bnr {
	display: block;
	/* padding: 30px; */
}

.collection article#lineat h5 {
	margin: 0 0 15px;
}

 article#lineat .line_bnrbox .line_bnr .line_title a {
	margin: 0 0 10px;
	 width: 100%;
 }

article#lineat .line_bnrbox .line_bnr .line_title em {
	font-size: 0.8em;
	letter-spacing: 0;
	color: #666;
}


/*-----
コンテンツ
-----------**/


.main  .main__inner{
    padding: 150px 0;
}

.plan__inner{
   padding: 50px 0 0;width: 95%;}




.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02{
	flex-wrap: wrap;
	justify-content: left;
	margin: 0 0 0px;
}


.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02 li:last-child::after{
  content: "";
  display: none;
}



.plan__inner .plan__sub02__inner{
 display: block;
}

.plan__inner .plan__sub02__inner h5{
	width: auto;
	text-align: left;
	display: inline-block;
	margin: 0 0 10px;
}

.btn__fot{
    max-width: 350px;
    margin: 45px auto 0;
}
.btn__fot a{
    background-color: #ac9f1c;
    color: #fff;
    padding: 15px;
    display: block;
    font-size: 20px;
    text-align: center;
}

.plan__inner .plan__sub02__inner ul.plan__list03{  
	width: 100%;
}

.plan__inner .plan__sub02__inner ul.plan__list03 li:last-child{
    margin-bottom: 0;
}
section#plan .df__slide,
section#plan_delax .df__slide{
    margin-bottom: 60px;
}

.vinline {
	display:none;
}


section#contact .inner {
	max-width: 90%;
}

section#contact .content09__sub .content09__list li:last-child {
	margin:0;
}


section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__left{
    width: 40%;
    margin-right: 2.5%;
}

section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right{
    width: 60%;
    margin-left: 2.5%;
}


section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right p.content09__text02{
    padding-left: 26px;
    padding-bottom: 25px;
}
section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right a{
    padding: 10px 40px;
    border: 1px solid;
    margin-left: 25px;
}


}

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

/*==========================================================
__PC非表示
==========================================================*/


.close{
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 100;
}
.close a{
    cursor: pointer;
}


.hamburger__menu{
	display: none;
}
/*==========================================================
__PC非表示
==========================================================*/


.collection article#lineat h5 {
	margin: 0 0 15px;
}

 article#lineat .line_bnrbox .line_bnr .line_title a {
	margin: 0 0 10px;
	 width: 100%;
 }

article#lineat .line_bnrbox .line_bnr .line_title em {
	font-size: 0.8em;
	letter-spacing: 0;
	color: #666;
}

/***-------
共通
-----------**/

h3 b {
    font-size: 1.6em; 	
}


#message .inner, #feature .inner, #schedule .inner, #qa .inner {
    width: 90%;
}

.cont {
    padding: 80px 0;
}

/*-----
コンテンツ
-----------**/


	
.main  .main__inner{
    padding: 150px 0;
}


section#message .inner h1 {
    font-size: 2.6em;
}
	
section#message .message-box p span {
    font-size: 1em;
}


.youtube figure {
	height: 550px;
}

ul.feature-list span {
    font-size: 1.3em;
}

ul.feature-list span.num {
    font-size: 1.8em;
}

ul.feature-list li {
    padding: 30px 0;
}

section#gallery {
    padding: 100px 0;
}




.plan__inner .plan__content02__inner .plan__sub01__inner{
    padding: 30px 0;
}

.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02 li{
    /* width: 28%; */
}

.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02 li figure img{
	position: relative;
	width: 60px;
	margin: 0;
	display: block;
}



.icon06 {
    width: 120px !important;
}

.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02 li figcaption{
	/* color: #111; */
	/* font-size: 0.8em; */
	/* text-align: center; */
}

.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02 li:last-child::after{
  content: "";
  display: none;
}


.plan__inner .plan__sub02__inner h5:before {
	bottom: 0;
}
	
.btn__fot{
    max-width: 350px;
    margin: 45px auto 0;
}

section#plan .plan__inner .plan__sub02__inner ul.plan__list03 li:last-child{
    margin-bottom: 0;
}

section#plan .df__slide,section#plan_delax .df__slide{
    margin-bottom: 60px;
}


.vinline {
	display:none;
}

/**/

#schedule .inner.schedule-inner {
    padding: 50px;
}

.schedule-box .flow dl dd strong {
    font-size: 1.1em;
}

.flow.f02 dl, .schedule-box .flow.f02 dl:last-child {
    padding: 40px 10px;
}

section#contact .content09__sub .content09__list li:last-child {
	margin:0;
}
section#contact .content09__sub .content09__list li figure {	
	height: auto;
}

section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__left{
    width: 40%;
    margin-right: 2.5%;
}

section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right{
    width: 60%;
    margin-left: 2.5%;
}

section#contact .num p{
    font-size: 2em;
}

section#contact .num span {
	font-size: 1.2em;
}

section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right p.content09__text02{
    padding-left: 26px;
    padding-bottom: 25px;
}
section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right a{
    padding: 10px 40px;
    border: 1px solid;
    margin-left: 25px;
}

.vbox-prev {
    left: 3%;
   
}

.vbox-next {
    right: 3%;     
}

.support_logo {
    width: 46%;
    margin: 0 4% 0 0;
}


}

@media screen and (max-width: 1023px) {
.content09__flex__right {
	width: 85%;
}
.cont h3 p{
	line-height: 2;
	font-size: 0.8em;
}

/*大*/
.mb3 {
	margin: 0 0 60px;
}

/*==========================================================
__PC非表示
==========================================================*/


.close{
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 100;
}
.close a{
    cursor: pointer;
}


.hamburger__menu{
	display: none;
}



/*==========================================================
__PC非表示
==========================================================*/

/***-------
共通
-----------**/

h3 p{
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 2;
    color: #666;
	font-family: 'Noto Serif JP', serif;
}

h6{
	font-size:1.1em;
}	

header .lang.aw a {
    font-size: 0.9em;
    margin: 0 7px 0 0;
}

header .lang.aw,header .lang.aw, header.other.is-animation .lang {
    padding: 25px 20px 25px 30px;
    background-size: 18px;
}

.drwlist {
    padding: 25px 118px 25px 50px;
}

.drwlist a {
    margin: 3px 20px 0 0;
}

.drwlist a span {
    font-size: 0.85em;
}
	
/*-----
コンテンツ
-----------**/


.main  .main__inner{
    padding: 150px 0;
}
.cont {
    padding: 60px 0;
}

.main__visual:before {
    background: url(../../images/japanese-essence/main-photo-sp.jpg) no-repeat center;
    background-size: cover;
    background-position: 92%;
}

.main_text {
    font-size: 6vw;
    bottom: inherit;
    top: 20%;
    left: 0;
    right: 0;
    color: hsl(0deg 0% 100%);
    text-shadow: 0 0px 11px #454444;
    text-align: center;
}

.youtube figure {
	height: 450px;
}
	

ul.feature-list span {
    font-size: 1.2em;
}

ul.feature-list span.num {
    font-size: 1.5em;
}

.point dl {
    flex-wrap: wrap;
}

.point dt {
    width: 100%;
    font-size: 0.9em;
}

.point dd {
    width: 100%;
    padding: 5px 0 0 0;
}

.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02 li:nth-child(2n) {
    margin: 0;
}

.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02 li figure {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.other-dress {
    margin: 80px auto 0;
}

.fig-wrap {
    /* margin: 60px auto; */
    width: 100%;
}

.plann {	
	max-width: 100%;
}

.plan__inner{
	width: 100%;
	padding: 0;
}
.plan__inner .plan__content01{
	width: 50%;
}

.plan__inner .plan__content01 em {
	font-size: 0.9em;
}

.plan__inner .plan__content02__inner, .plan__inner .schedule{
    padding: 0 20px 0 20px;
}

.plan__inner .plan__content02__inner h4{
	font-size: 1em;
}

.plan__inner .plan__content02__inner .plan__sub__inner .place p{
    font-size: 2em;
    padding: 0 10px;
    line-height: 1;
	font-family: 'Cinzel',sans-serif;
	letter-spacing: 0;
}

.plan__inner .plan__content02__inner .plan__sub01__inner{
    padding: 10px 0;
}

.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02 li{
	/* width: 47%; */
	flex-wrap: wrap;
	align-items: self-start;
}

.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02 li figure img{
	position: relative;
	width: 60px;
	margin: 0 auto 10px;
	display: block;
}

.icon06{
	width: 90px !important;
}

.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02 li figcaption{
	color: #111;
	font-size: 0.8em;
	text-align: center;
	margin: 0;
	width: 100%;
}

.plan__inner .plan__sub02__inner ul.plan__list03 li:last-child{
    margin-bottom: 0;
}
section#plan .df__slide,
section#plan_delax .df__slide{
    margin-bottom: 60px;
}


#plan .inner.schedule-inner, #plan_delax .inner.schedule-inner {
    max-width: 100%;
    padding: 15px;
}

.plan__inner .schedule {
    padding: 0 20px 0;
}


section#gallery{
    padding: 60px 0 80px;
}

section#gallery .inner {
    max-width: 100%;
}

figure.g01 {
    width: 100%;
    margin: auto;
}

#schedule .inner.schedule-inner {
    padding: 30px;
}

.schedule-box .flow dl {
    padding: 20px 0;
    flex-wrap: wrap;
}

.schedule-box .flow dl dd strong {
    font-size: 1em;
}

.schedule-box .flow dl dt {
    padding: 6px;
    height: auto;
    width: 100%;
    margin: 0;
    text-align: left;
    justify-content: flex-start;
}

.schedule-box .flow dl dd{
	margin: 0;
	margin: 10px auto 0;
	width: 100%;
}

.schedule-box .flow.f02 dl, .schedule-box .flow.f02 dl:last-child {
    padding: 10px 10px;
}

.flow.f02 {
    flex-wrap: wrap;
}

.schedule-box .flow.f02 dl, .schedule-box .flow.f02 dl:last-child {
    width: 100%;
    margin: 0 0 10px 0;
}

/**/

.vinline {
	display:none;
}
.vbox-inline {
	max-width: 100%;
	padding: 30px !important;
	width: 100%;
}
.vbox-inline p {
	font-size: 0.8em;
}

.vbox-inline .slide li:last-child {
	display: flex;
	margin: 50px auto 0;
	align-items: baseline;
	padding: 50px 0 0;
	border-top: 1px solid #eee;
}
.vbox-inline .slide li:last-child img {
	width: 50%;
	margin: 0 50px 0 0;
}
.vbox-inline .slide li:last-child img:last-child {
	margin:0;
}
.profile{
	margin: 20px 0 0 30px;
}

.vbox-inline .profile a.instagram img {
	width:100%;
}

.profile dt {
	font-size: 1em;
}
.profile dd {
	font-size: 1.5em;
}


section#contact .content09__sub .content09__list{

	display: block;
}

section#contact .content09__sub .content09__list li {
	width: auto;
	margin: 0 0 50px;
	display: flex;
}

section#contact .content09__sub .content09__list li:last-child {
	margin:0;
}
section#contact .content09__sub .content09__list li figure {
	width: 50%;
	margin: 0 30px 0 0;
}

section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__left{
    width: 40%;
    margin-right: 2.5%;
}

section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right{
    width: 60%;
    margin-left: 2.5%;
}

section#contact .num p{  
	font-size: 1.6em;
}


section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right p.content09__text02{
    padding-left: 26px;
    padding-bottom: 25px;
}
section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right a{
    padding: 10px 40px;
    border: 1px solid;
    margin-left: 25px;
}



/*+++++++++++
LINE
++++++++++++*/

.line_bnrbox {
	width: 100%;
}


.line_bnrbox .line_bnr .line_title p{
	margin: 0 auto 22px;
	padding: 0 0 7px;
	max-width: 438px;
}
	
.line_bnrbox .line_bnr .line_title p:before {
	content:"";
	transform: rotate(-35deg);
	background:#111;
	width: 22px;
	height:1px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom: -8px;
	z-index: 10;
}
	
.line_bnrbox .line_bnr .line_title p:after {
	content:"";
	width: 22px;
	height:10px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom: -6px;
}

.line_bnrbox .line_bnr .line_title{
	width: 66%;
}

.line_bnrbox .line_bnr .line_title em{
	font-size: 0.9em;
	letter-spacing: 1px;
	display: block;
	line-height: 2;
}

.content09__sub {
    flex-wrap: wrap;
}

.line_bnrbox.mail_b .line_bnr {
    margin: 0 auto 40px;
}
	
.line_bnrbox .line_bnr .line_title .line-button{

font-size: 0.9em;}

.line_bnrbox .line_bnr figure{
	position: absolute;
	top: 0;
	width: 170px;
	height: 105%;
	right: 5%;
	margin: -2% auto 0;
	overflow: hidden;
}

.line_bnrbox .line_bnr figure img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}

section#support {
    padding: 30px 0 40px;
}

.support_logo {
    flex-wrap: wrap;
    width: 50%;
}

.support_logo:last-child a{
	flex-wrap: wrap;
}

.support_logo figure {
    width: 100%;
    margin: 0 auto 10px;
}

.support_logo p {
    width: 100%;
    text-align: center;
}

.support_box {
    /* max-width: 495px; */
    /* align-items: baseline; */
}
	
}
@media screen and (max-width: 767px) {

header nav > .lang,header.other.is-animation > .lang {
    display: none !important;
}
	
.drawer-open header.is-animation .drawer-hamburger-icon:before, .drawer-open header.is-animation .drawer-hamburger-icon:after {
	background-color: #000;
}
.drawer-open header.is-animation .drawer-hamburger-icon {
	background:transparent;
}	
.drawer-hamburger {
	display:block;
	height: 7px;
	margin: 18px 10px 30px;
	z-index: 999;
}	
	
.drawer-open .drawer-hamburger-icon:before, 
.drawer-open .drawer-hamburger-icon:after,
.drawer-hamburger-icon,	
.drawer-hamburger-icon:before, 
.drawer-hamburger-icon:after	{
	background-color: #666;
}

	
.drawer--right .drawer-nav {
	z-index: 99;
	background: #fff;
	width: 60%;
	height: 100%;
	padding:80px 30px 0;
	}
.drawer--right .drawer-nav .drwlist{
	position:relative;
	width: 100%;
	background: #fff;
	opacity: 0;
	padding: 0;
	padding: 0;
	height: 100%;
	opacity: 0;display: block;
}

.drawer--right.drawer-open .drwlist {
	opacity:1;
}

.drawer--right .drawer-nav .drwlist a {
	color: #111;
display: block;margin: 0;}
.drawer--right .drawer-nav .drwlist a span {
	line-height: 2.2;
}

header .lang.aw,header.other.is-animation .lang.aw {
    position: fixed;
    right: 7%;
    padding: 0 0 0 30px;
    margin: 27px 40px;
    display: flex;
}

.drawer--right .drawer-nav .drwlist .lang.aw a {
    margin: 0 15px 0 0;
    color: #888;
}

.cont h3 p{
	
line-height: 2;font-size: 0.8em;}

.cont {
	padding: 60px 0 60px;
}


/*==========================================================
__PC非表示
==========================================================*/


.close{
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 100;
}
.close a{
    cursor: pointer;
}


.hamburger__menu{
	display: none;
}
/*==========================================================
__PC非表示
==========================================================*/


header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #bfc9ce;
    z-index: 25;
}
nav {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 33px 0;
}

nav li a {
	color: #111;
}
nav  .logo{
    position: absolute;
    top: 15px;
    left: 2%;
}
nav  .logo figure{}
nav  .logo figure img{}
nav  ul.menu__list{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: YuMincho,'Yu Mincho',serif;
}
nav  ul.menu__list li{
    padding: 0 15px;
}


article{
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 85;
}
article a{
    display: block;
}


/***-------
共通
-----------**/

h3 b {
   font-size: 1.3em;
}
h3 p{
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 2;
    color: #666;
	font-family: 'Noto Serif JP', serif;
}


.mb3 {
    margin: 0 0 40px;
}

.mb1 {
    margin: 0 0 25px;
}

	
/*-----
コンテンツ
-----------**/


.main  .main__inner{
    padding: 150px 0;
}

.main_text {
    font-size: 8vw;
}

.caution {
    padding: 10px;
    width: 90%;
}
.caution p {
    font-size: 14px;
}

section#message .inner h1 {
    font-size: 1.6em;
}


ul.feature-list li {
    padding: 20px 0;
    flex-wrap: wrap;
}

ul.feature-list span.num {
    font-size: 1.2em;
    width: 100%;
    text-align: center;
    margin: 0;
}

ul.feature-list span {
    font-size: 1em;
    line-height: 1.7;
    width: 100%;
    margin: 15px auto 0;
    text-align: center;
}

.other-dress {
    margin: 40px auto 0;
}

.other-dress figure:last-child {
    /* margin-top: 50px; */
}

.plan__inner .plan__content02 {
    margin: 0;
    width: 100%;
}

.plan__inner {
    width: 100%;
    display: block;
}

section#plan .inner p,
section#plan_delax .inner p {
    text-align: left;
}

.youtube-box {
    width: 100%;
    margin:30px auto 0;
}

.youtube figure {
	height:100%;
}


.youtube figure img {
    position: relative;
}



.youtube-box p {
    text-align: center;
    margin: 0 0 20px 0;
}

.plan_img-box {
    width: 100%;
    position: relative;
    top: inherit;
    margin: 0 auto 20px;
}
	
.plan__inner .plan__content02__inner .plan__sub__inner ul.plan__list01 {
    padding: 15px 15px 15px 32px;
}

.plan__inner .plan__content02__inner .plan__sub__inner .place-box{
	padding: 15px;
}



section#gallery {
    padding: 30px 0 60px;
}

#schedule .inner.schedule-inner {
    padding: 20px;
    margin-bottom: 30px;
}

.schedule-box .flow dl {
    padding: 15px 0;
    flex-wrap: wrap;
}

.schedule-box .flow dl dt {
    width: 100%;
    margin: 0;
    font-size: 0.9em;
    padding: 5px;
    text-align: left;
    justify-content: flex-start;
}

.schedule-box .flow dl dd {
    width: 100%;
    margin: 15px auto 0;
    font-size: 0.9em;
}

.plan__inner .plan__content02__inner h4, #schedule h4 {
    font-size: 0.9em;
    padding: 5px;
    margin: 0 0 15px;
}

.schedule-box .flow.f02 dl dt {
    text-align: center;
}

.schedule-box .flow.f02 dl dd {
    margin: 5px auto 0;
}



.plan__inner .plan__content02__inner .plan__sub01__inner{
    padding: 0;
}

.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02 li{
    /* width: 49%; */
    /* margin: 0 1.5% 1.5% 0; */
}

.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02 li:nth-child(2n){
	margin-bottom:1.5%;
}


.plan__inner .plan__content02__inner .plan__sub01__inner ul.plan__list02 li figure {
    height: 67px;
}

.vinline {
	display:none;
}

.vbox-inline figure {
	width: 60%;
}
.vbox-inline figure img {
	width: 100% !important;
	margin:0 !important;
}


.vbox-inline .slide li:last-child {
	display: flex;
	margin: 50px auto 0;
	align-items: baseline;
	padding: 50px 0 0;
	border-top: 1px solid #eee;
}
.vbox-inline .slide li:last-child img {
	width: 50%;
	margin: 0 50px 0 0;
}
.vbox-inline .slide li:last-child img:last-child {
	margin:0;
}


.vbox-inline .profile a.instagram img {
	width:100%;
}

section#contact .content09__sub .content09__list li {
	margin: 0 0 30px;
}
section#contact .content09__sub .content09__list li p b {
	color: #c12626;
}
section#contact .content09__sub .content09__list li:last-child {
	margin:0;
}
section#contact .content09__sub .content09__list li figure {
	margin: 0 20px 0 0;
}

section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__left{
    width: 40%;
    margin-right: 2.5%;
}

section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right{
    width: 60%;
    margin-left: 2.5%;
}

section#contact .num p{    
	line-height: 1.5;
}

section#contact .num p:before {
	content: "";
	position: absolute;
	right: 0;
	background: #ccc;
	width: 30px;
	height: 1px;
	transform: rotate(-55deg);
	top: 0;
	bottom: 0;
	margin: auto;
}

section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right p.content09__text02{
    padding-left: 26px;
    padding-bottom: 25px;
}
section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right a{
    padding: 10px 40px;
    border: 1px solid;
    margin-left: 25px;
}

.vbox-close{
	height: 50px;
	padding: 20px 100px;
	background-size: 100%;
	width: auto;
} 


/* voice */
#voice .inner .voice-inner {
    padding: 0;
    margin: 0 40px 0 0;
}

.voice-box {
    display: block;
}

.voice-box .voice-imgs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.voice-box .voice-imgs img {
    width: 50%;
}

.voice-box .voice-msg {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
}

.voice-box .voice-msg .voice-msg_line {
    margin: .5rem 0;
    border-bottom: 2px dotted hsl(217.78deg 11.3% 53.14% / 16%);
}

#voice .swiper-container  [class^="swiper-button-"] {
    top: 60%;
    transform: translateY(-50%);
}

#voice .inner {
    position: relative;
}

.swiper-button-prev {
    left: -1rem;
}
.swiper-button-next {
    right: -1rem;
}


/*+++++++++++
LINE
++++++++++++*/


.line_bnrbox .line_bnr .line_title p{
	font-size: 0.9em;
	padding: 0 0 5px;
	max-width: 240px;
}
	
.line_bnrbox .line_bnr .line_title p:before {
	content:"";
	transform: rotate(-35deg);
	background:#111;
	width: 17px;
	height:1px;
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	bottom: -6px;
	z-index: 10;
}
	


.line_bnrbox .line_bnr a {	
	padding: 30px 40px 20px;
}
.line_bnrbox:hover:after {
	background:transparent;
	transition: .3s;	
}
.line_bnrbox .line_bnr:hover {
	transition:.3s;
	transform: translate3d(8px,8px,8px);

}
.line_bnrbox .line_bnr .line_title h5{
	font-size: 1.5em;
}

.line_bnrbox .line_bnr .line_title em{
	font-size: 0.9em;
	letter-spacing: 1px;
	display: block;
	line-height: 2;
}

.line_bnrbox .line_bnr .line_title .line-button{
	

width: auto;}


.line_bnrbox .line_bnr .line_title a:hover:after {
	transition:.3s;
	background: url(../../images/common/arrow_w.svg) no-repeat center center;	
}

.line_bnrbox .line_bnr figure{
	position: absolute;
	top: 0;
	width: 170px;
	height: 105%;
	right: 5%;
	margin: -2% auto 0;
	overflow: hidden;
}

.line_bnrbox .line_bnr figure img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;top: 0;
}
}
@media screen and (max-width: 480px) {

.cont h3 p{
	line-height: 2;
	font-size: 0.8em;
}


/*==========================================================
__PC非表示
==========================================================*/


.close{
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 100;
}
.close a{
    cursor: pointer;
}

.hamburger__menu{
	display: none;
}
/*==========================================================
__PC非表示
==========================================================*/


header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #bfc9ce;
    z-index: 25;
}
nav {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 33px 0;
}

nav li a {
	color: #111;
}
nav  .logo{
    position: absolute;
    top: 15px;
    left: 2%;
}

nav  ul.menu__list{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: YuMincho,'Yu Mincho',serif;
}
nav  ul.menu__list li{
    padding: 0 15px;
}


article{
    position: fixed;
    left: 25px;
    bottom: 25px;
    z-index: 85;
}
article a{
    display: block;
}

rticle#lineat .line_bnrbox {
	margin: 0;
}

article#lineat .line_bnrbox .line_bnr {
	display: block;
}

.collection article#lineat h5 {
	margin: 0 0 15px;
}

 article#lineat .line_bnrbox .line_bnr .line_title a {
	margin: 0 0 10px;
	 width: 100%;
 }

article#lineat .line_bnrbox .line_bnr .line_title em {
	font-size: 0.8em;
	letter-spacing: 0;
	color: #666;
}

header.other .drawer-hamburger, header.other.is-animation .drawer-hamburger{
	margin:28px 0;
}

/***-------
共通
-----------**/

h3 p{
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 2;
    color: #666;
	font-family: 'Noto Serif JP', serif;
}
/*-----
コンテンツ
-----------**/


.main  .main__inner{
    padding: 150px 0;
}

.empty-box {
    height: 130vh;
}

section#message .inner p.df__text {
    text-align: left;
}


	
.fig-wrap {
    /* flex-wrap: wrap; */
    /* margin: 30px auto; */
    /* margin: 0.5px auto 0; */
}

figure.g02 {
    /* width: 73%; */
}

figure.g03 {
    /* width: 60%; */
    /* margin: 30px 0 0 auto; */
}

figure.g05 {
    /* width: 60%; */
    /* margin: 0; */
    /* padding: 0; */
}

figure.g06 {
    /* width: 67%; */
    /* margin: 30px 0 0 auto; */
}

figure.g07 {
    /* width: 90%; */
}


.vinline {
	display:none;
}
.vbox-content {
	padding: 0;
	margin: 0 !important;
}	
.vbox-inline {
	height: 90vh;
	padding: 20px 20px 100px !important;
	height: 100vh;
	}
.vbox-inline figure {
	width: 80%;
	margin: auto;
}
.vbox-inline figure img {
	width: 100% !important;
	margin:0 !important;
}

.vbox-inline .slide li {
	display: block;
}

.vbox-inline .slide li:last-child {
	margin: 20px auto 0;
	padding: 20px 0 0;
	display: block;
	border: none;
}
.vbox-inline .slide li:last-child img {
	width: 100%;
	margin: 0 0 20px;
}
.vbox-inline .slide li:last-child img:last-child {
	margin:0;
}


section#plan .plan__inner .plan__content02__inner .plan__sub__inner ul.plan__list03,section#plan .plan__inner .plan__content02__inner .plan__sub__inner .place-box small{
	font-size: 0.8em;
}

	
section#contact .inner {
	padding: 0;
}


section#contact .content09__sub .content09__list li {
	display: block;
}
section#contact .content09__sub .content09__list li p b {
	color: #c12626;
}
section#contact .content09__sub .content09__list li:last-child {
	margin:0;
}
section#contact .content09__sub .content09__list li figure {
	width: 100%;
}
.content09__flex__right {
	width: auto;
	margin: 10px 0 0;
}
section#contact .content09__sub .content09__list li figure img {
	width:100%;
}

section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__left{
    width: 40%;
    margin-right: 2.5%;
}

section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right{
    width: 60%;
    margin-left: 2.5%;
}

section#contact .num p:before {
	content: "";
	position: absolute;
	right: 0;
	background: #ccc;
	width: 30px;
	height: 1px;
	transform: rotate(-55deg);
	top: 0;
	bottom: 0;
	margin: auto;
}

section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right p.content09__text02{
    padding-left: 26px;
    padding-bottom: 25px;
}
section#contact  .content09__sub .content09__list li .content09__flex .content09__flex__right a{
    padding: 10px 40px;
    border: 1px solid;
    margin-left: 25px;
}

.vbox-prev {
	background: url(../../images/common/prev.png) no-repeat center center;
	left: 2%;
}

.vbox-next {
    background: url(../../images/common/next.png) no-repeat center center;
	right: 2%;
}

.vbox-close{
    top: 0;
    background-size: 130px;
    right: 0;
    padding: 20px 70px;
    background: url(../../images/common/close.png) no-repeat center center;
    background-size: 120px;
} 



/*+++++++++++
LINE
++++++++++++*/

.line_bnrbox {
	max-width: 100%;
}


.line_bnrbox .line_bnr a {
	padding: 20px;
}
	
.line_bnrbox:hover:after {
	background:transparent;
	transition: .3s;	
}
	
.line_bnrbox .line_bnr:hover {
	transition:.3s;
	transform: translate3d(8px,8px,8px);

}
.line_bnrbox .line_bnr .line_title h5{
	font-size: 1.2em;
}

.line_bnrbox .line_bnr .line_title p{
	font-size: 0.8em;
	max-width: 208px;
}

.line_bnrbox.mail_b .line_bnr a {
    font-size: 1em;
}
	
.line_bnrbox .line_bnr .line_title em{
	font-size: 0.9em;
	letter-spacing: 1px;
	display: block;
	line-height: 2;
}

.line_bnrbox .line_bnr .line_title .line-button{
	padding: 15px;
	font-size: 0.8em;
	letter-spacing: 0;
}

.line_bnrbox .line_bnr .line-button:after {
	content:"";
	background: url(../../images/common/arrow.svg) no-repeat center center;
	transform: rotate(-90deg);
	position: absolute;
	width: 30px;
	height: 23px;
	right: 4%;
	top: 1px;
	bottom: 0;
	margin: auto;
	transition:.3s;
}
	
.line_bnrbox .line_bnr .line_title a:hover:after {
	transition:.3s;
	background: url(../../images/common/arrow_w.svg) no-repeat center center;	
}

.line_bnrbox .line_bnr figure{
	position: absolute;
	top: 0;
	width: 170px;
	height: 105%;
	right: 5%;
	margin: -2% auto 0;
	overflow: hidden;
}

.line_bnrbox .line_bnr figure img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;top: 0;
}
	
}



@media screen and (max-width: 400px) {
.empty-box {
    height: 145vh;
}
.plan__inner .plan__content02__inner .plan__sub__inner .place.chi p {
    
    font-size: 1.6em;
}
	
}
