@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    padding: 0;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border: 0;
    outline: 0;
}
body {
    line-height: 1;
    overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
a {
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    color: #000;
    text-decoration: none;
    background-color: #ff9;
}
/* change colours to suit your needs */
mark {
    color: #000;
    font-style: italic;
    font-weight: bold;
    background-color: #ff9;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    padding: 0;
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #ccc;
}
input, select {
    vertical-align: middle;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
svg, img {
    max-width: 100%;
    vertical-align: middle;
}
li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, th, dt {
    font-weight: normal;
}
article, main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
    display: block;
}
/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
.hide {
    display: none !important;
}
.pc {
    display: inline !important;
}
.pc.block {
    display: block !important;
}
.sp {
    display: none !important;
}
.sp.block {
    display: none !important;
}
@media (max-width: 750px) {
    .sp {
        display: inline !important;
    }
    .sp.block {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
    .pc.block {
        display: none !important;
    }
}
/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
    font-size: 62.5%;
}

body {
    color: #000;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    position: relative;
	letter-spacing: 0.1em;
	
}
.serif {
    font-family: "Gill Sans", sans-serif;
}
.tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
@media (min-width: 750px) {
	body {
	font-size: 1.6em;
}
}

/*----------------------------------------------------
	リンク
----------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, -webkit-box-shadow .3s ease-out;
    transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, -webkit-box-shadow .3s ease-out;
    transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out;
    transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out;
}

@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
    a:hover {
       
    }
}

@media screen and (max-width: 960px), only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
    a, button {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-touch-callout: none;
    }
}
a:hover img {
    opacity: 0.5;
}
a img {
    transition: opacity 0.3s ease-out;
}
@media (max-width: 750px) {
    img {
        width: 100%;
    }
}

/*----------------------------------------------------
	gheader
----------------------------------------------------*/
	.gheader {
		position: fixed;
		right: 0;
    top: 0;
    z-index: 1000;
		width: 100%;

}
.gheader .logo-gnav {
    padding: 5px;
}
.gheader .logo-gnav img {
    height: 35px;
    width: auto;
    vertical-align: top;
}
.gheader .gnav {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.gheader .gnav .btn-gnav {
    width: 60px;
    float: right;
}
.gheader .gnav .btn-gnav a {
    display: block;
    position: relative;
    height: 50px;
    text-align: center;
}
.gheader .gnav .btn-gnav a span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 13px;
  width: 30px;
  height: 2px;
  background-color: #000;
}
.gheader.gheader-2nd .gnav .btn-gnav a span{
	background-color: #000;
}
.gheader .gnav .btn-gnav a span:nth-of-type(1) {
  top: 12px;
}
.gheader .gnav .btn-gnav a span:nth-of-type(2) {
  top: 23px;
}
.gheader .gnav .btn-gnav a span:nth-of-type(3) {
  bottom: 11px;
}
.gheader .gnav .btn-gnav a.on span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
	background:  #AFACAC;
}
.gheader .gnav .btn-gnav a.on span:nth-of-type(2) {
    opacity: 0;
}
.gheader .gnav .btn-gnav a.on span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
	background:  #AFACAC;
}
.gheader .gnav div {
    background: #f6f5f2;
    width: 100vw;
		height: 100vh;
    display: none;
}
.gheader .logo-gnav{
	text-align: center;
	padding-top: 5vw;
}
.gheader .gnav ul li {
	text-align: center;
}
.gheader .gnav ul li a {
    display: block;
    padding-top: 3vw;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}
.gheader .gnav ul li a span {
    display: inline-block;
    margin-right: 10px;
}



/*----------------------------------------------------
	container
----------------------------------------------------*/
.container {
    margin: 0;
}
@media (min-width: 750px) {
    .container {
        margin: 0 auto;
				width: 90%;
    }
}
@media only screen and (min-width: 750px) and (max-width: 1200px) {
.container{
		padding: 0 15px;
}
}
@media (max-width: 749px) {
	.container {
    margin: 0 3vw;
}
}
/*----------------------------------------------------
	wrapper
----------------------------------------------------*/
.wrapper {
	flex: 1;
}
/*----------------------------------------------------
	fade-in
----------------------------------------------------*/
.fade-in-item {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}
.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

.fade-in-trigger.is-visible .fade-in {
  opacity: 1;
  transform: translateY(0);
}
.fade-in-trigger.is-visible .fade-in-item {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-item.delay-0 {
  transition-delay: 0s;
}
.fade-in-item.delay-1 {
  transition-delay: 0.3s;
}
.fade-in-item.delay-2 {
  transition-delay: 0.6s;
}
.fade-in-item.delay-3 {
  transition-delay: 0.9s;
}


/*----------------------------------------------------
main-2nd
----------------------------------------------------*/
.main-2nd{position: relative;
	margin-bottom: 12vw;
}
.main-2nd .main-2nd-logo{
	position: absolute;
	top: 0;
	left: 3rem;
	width: 25px;
}
.main-2nd .title{
	text-align: center;
	position: relative;
	font-size: 1.2rem;
	margin-top: 30px;
	padding-top: 50px;
}
.main-2nd .title span{
	font-size: 2.6rem;
	letter-spacing: 0.5rem;
	padding-top: 2rem;
}
.main-2nd .title::after{
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 40px;
	top: 0;
	left:50% ;
	background: #dedede;
}
@media (max-width: 749px) {
.main-2nd .title span{
	font-size: 1.8rem;
}
}

/*----------------------------------------------------
	breadcrumb
----------------------------------------------------*/
.breadcrumb {
    margin: 0 4vw;
    position: relative;
}
.breadcrumb ul{
	padding: 2vw 1vw;
}
.breadcrumb li {
    display: inline-block;
    margin-right: 2.0vw;
    font-size: 85%;
}
.breadcrumb li a::after {
    content: '　＞';
    color: #000;
}

@media (min-width: 750px) {

    .breadcrumb li {
        margin-right: 15px;
        font-size: 1.4rem;
    }
}
/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
    background: #fafafa;
		padding:  2vw ;
		margin-top: 10vw;
}
#footer .footer-info{
	font-size: 1.2rem;
}
#footer .footer-logo{
	margin-bottom: 2em;
}
#footer .footer-logo img{
	width: 110px;
}
#footer .footer-contact dt{
	font-size: 2rem;
	}
#footer .copyright{
	margin-top: 5rem;
	font-size: 1rem;
}
	#footer .footer-contact dl{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	}
#footer .btn-reserve{
	text-align: center;
}
#footer .btn-reserve a{
	margin-bottom: 10px;
}
@media (min-width: 750px) {
	#footer .footer-inner{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

	#footer .footer-info{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap:wrap;
}
	#footer .footer-info .footer-logo{
		width: 100%;
	}
	#footer .footer-info dd:last-child{
		padding-left: 5rem;
		margin-left: 5em;
		border-left: 1px solid #ccc;
	}
	#footer .footer-contact dl{
	justify-content: flex-end;
	}
	#footer .footer-contact dd{
		margin-left: 2rem;
	}
	#footer .footer-contact .copyright{
		text-align: right;
	}
}
@media (max-width: 749px) {
	#footer .footer-inner{
	text-align: center;
	}
#footer .footer-logo{
	margin: 0 auto 1rem;
}
#footer .footer-info dd{
	display: inline-block;
	margin: 1rem ;
	width: 100%;
}
	#footer .footer-contact dt{
		width: 100%;
	}
	#footer .footer-contact dl{
	flex-wrap:wrap;
	justify-content: center;
	}
	#footer .footer-contact dd{
		margin:0 1rem;
	}
}

/*----------------------------------------------------
	keyvisual
----------------------------------------------------*/
/* ローディング画面 */
#loading {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease;
}

.loading-logo {
  opacity: 0;
  transform: scale(0.9);
  animation: fadeInLogo 2s ease forwards;
  animation-delay: 0.5s;
}
.loading-logo img{
	width:80%;
}
@keyframes fadeInLogo {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

#loading.fadeout {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
}

.keyvisual{
	  position: relative;
		width: 100%;
		padding: 0;
}
.keyvisual .kv{
		background-image: url(../images/topimg.jpg);
	  background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
		background-attachment: fixed;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
}
.keyvisual .kv .kv-logo{
	position: absolute;
	top: 8vw;
	left: 20vw;
}
@media (max-width: 749px) {
.loading-logo img{
	width:60%;
}
	.keyvisual .kv{
    width: 100%;
    height: 100vw;
    margin: 0 auto;
		background-attachment: inherit;
}
.keyvisual .kv .kv-logo{
	position: absolute;
	top: 8vw;
	left: 20vw;
}
	.keyvisual .kv .kv-logo img{
		width: 10vw;
	}
}
.main-about {
  background-color: #fff;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

.main-about.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/*----------------------------------------------------
	main-about
----------------------------------------------------*/
.main-about{
	position: relative;
}
.main-about .copy{
	position: absolute;
	top: -18vw;
	left: 5vw;
	font-size: 2.6rem;
	letter-spacing: 0.2em;
	line-height: 2em;
}
.main-about .copy span{
	padding-top: 5em;
}
.main-about-inner{
	margin-top: 20vw;
}

.main-about-inner p{
	position: absolute;
	left: 5vw;
}
@media (min-width: 750px) {
	.main-about-inner{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
	.main-about-inner div{
		width: 80%;
}
}
@media (max-width: 749px) {
	.main-about .copy{
		font-size: 1.2rem;
		height: 17em;
	}
	.main-about-inner p{
		position: relative;
		margin-top: 5vw;
		text-align: center;
	}
}
/*----------------------------------------------------
	main-gallery
----------------------------------------------------*/

.main-gallery-text{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
	margin-top: 20vw;
}
.main-gallery-text p{
	padding: 0 2em 0;
	font-size: 1.8rem;
	letter-spacing: 0.3em;
	line-height: 2.6em;
}
.main-gallery .btn{
	text-align: center;
	margin: 5vh 0 0;
}
@media (max-width: 749px) {


	.main-gallery-text p{
		font-size: 1rem;
		padding: 0 0.2em 0;
	}
}
/*----------------------------------------------------
	main-plan
----------------------------------------------------*/
.main-plan{
	background: #fafafa;
	margin: 20vw 0 0;
}
.main-plan-inner{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.main-plan-img{
	width: 40vw;
}
.main-plan-img{
	margin: -6% 5vw 0 0;
	padding-bottom: 10vw;
}
.main-plan-text{
	padding: 10vw 0 5% 2vw;
}
.main-plan-text .txt{
	 font-size: 1.6rem;
   letter-spacing: 0.3em;
   line-height: 2.6em;
	padding-bottom: 3rem;
}
@media (max-width: 749px) {
	.main-plan-img{
	margin: -6% auto 0;
		width: 70%;
}
	.main-plan-text{
	padding: 0 0 10% 0;
		width: 80%;
		text-align: center;
}
	.main-plan-text .txt{
		font-size: 1.2rem;
	}
}
/*----------------------------------------------------
 main-news
----------------------------------------------------*/
.main-news{
	margin: 12vw 0;
}
.main-news-inner{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.main-news-ttl{
	width: 20%;
	padding-left: 10%;
}
.main-news-ttl h2{
	margin-top: -16vw;
	font-size: 2.4rem;
   letter-spacing: 0.5em;
	position: relative;
}
.main-news-ttl h2::after{
	content: " ";
	position: absolute;
   display: block;
   width: 1px;
    background: #000;
    left: 50%;
    height: 60px;
    bottom: -50%;
}
.main-news ul{
	width: 80%;
}
.main-news li{
	border-bottom: #b8b8b8 1px solid;
	padding: 2em 0;
	font-size: 1.8rem;
}
.main-news li:last-child{
	border-bottom: none;
}
.main-news li span{
	font-size: 1.4rem;
	color: #828282;
	padding-left: 2rem;
}
.main-news .btn{
	margin: 0 0 0 10%;
}

@media (max-width: 749px) {
	.main-news-ttl h2{
	font-size: 1.4rem;
   letter-spacing: 0.3em;
}
	.main-news-ttl h2::after{
    height: 30px;
}
	.main-news li{
	font-size: 1.2rem;
}
	.main-news li span{
	font-size: 1rem;
}
.main-news .btn{
	width: 100%;
	text-align: center;
	margin: 0 0 0 10%;
	font-size: 1rem;
}
}
/*----------------------------------------------------
 main-contact
----------------------------------------------------*/

.main-contact-inner{
	border-top: #dedede 2px solid;
	margin: 0 10% 0;
	text-align: center;
	display: flex;
}
.main-contact-inner div{
	width: 50%;
	margin-top: 2vw;
	padding: 2vw 0;
}
.main-contact-inner div:first-child{
	border-right: #dedede 2px solid;
}

.main-contact .btn-01{
	font-size: 1.8rem;
}

@media (max-width: 749px) {
	.main-contact-inner{
	margin: 0 0 0;
}
.main-contact-text{
	font-size: 1.2rem;
	letter-spacing: 0.2em;
}
.main-contact .btn-01{
	font-size: 1.4rem;
}
.main-contact .btn-01::before{
    content: '';
  	position: absolute;
		top: auto;	
    bottom:-1rem;
   	right: 50%;
    width: 4rem;
    height: 1px;
		background:#333;
    transition: all .3s;
}

.main-contact .btn-01::after{
    content: '';
		position: absolute;
    bottom:-0.5rem;
		top: auto;	
    right:50%;
    width: 15px;
    height:1px;
  background:#333;
    transform: rotate(35deg);
    transition: all .3s;
}
}
/*----------------------------------------------------
 about
----------------------------------------------------*/
.about .read{
	text-align: center;
	line-height: 2.6;
}
.about .read p{
	padding-bottom: 4vw;
}

.about-txt h3{
	font-size: 1.6rem;
	position: relative;
	text-align: center;
	margin: 5vw 0;
}
.about-txt h3::before{
	content: '';
	position: absolute;
	width: 5rem;
	height: 1px;
	background: #000;
	top:50%;
	left:  calc(50% - 17rem) ;
}
.about-txt h3::after{
	content: '';
	position: absolute;
	width: 5rem;
	height: 1px;
	background: #000;
	top:50%;
	right:  calc(50% - 17rem) ;
}
.about-txt li{
	padding: 0 0 3rem 2rem;
	position: relative;
}

.about-txt li::before{
	position: absolute;
	top: 0.5rem;
	left: 0;
	display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-size: 1rem;
}
.about-txt p{
	padding: 5vw 0;
	text-align: center;
}

.profile-inner{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
flex-wrap: wrap;
	margin: 15vw 0 10vw;
}
.profile01{
	flex-direction: row-reverse;
	padding-bottom: 5vw;
}
.profile-inner figure{
	width: 45%;
}
.profile-inner .profile-txt{
	width: 55%;
	padding: 0 7vw;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.profile-inner .profile-name{
	position: relative;
	font-size: 2rem;
	letter-spacing: 0.5rem;
}
.profile-inner .profile-name::before{
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 50px;
	top: -6rem;
	left:33% ;
	background: #000;
}
.profile-inner .profile-name span{
	display: block;
	font-size: 0.1rem;
	padding-top: 5rem;
	letter-spacing: 0.2rem;
}
.profile-inner .profile-txt div{
	padding: 6vw 0 0 3vw;
}
.profile-inner .profile-txt p{
	font-size: 1.4rem;
	padding-top: 3rem;
}
@media (max-width: 749px) {
	.profile-inner figure{
	width: 100%;
		margin: 0 5vw;
}
	.profile-inner .profile-txt{
	width: 100%;
}
	.profile-inner .profile-name{
	font-size: 1.6rem;
}
	.profile-inner .profile-txt p{
	font-size: 1.2rem;
}
}

/*----------------------------------------------------
 plan
----------------------------------------------------*/
.new-plan-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 9vw;
}
.new-plan-wrap h3{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2vw;
}
.new-plan-wrap h3 span{
	font-size: 1.4rem;
}
.new-plan-wrap .decs{
	width: 45%;
	border: 1px solid #707070;
	padding: 2em;
}
.new-plan-wrap .decs div:first-child{
	border-bottom: 1px solid #707070;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.new-plan-wrap .decs h4{
	font-size: 1.8rem;
}
.new-plan-wrap .decs .price{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.new-plan-wrap .decs .price dt{
	font-size: 2.4rem;
}
.new-plan-wrap .decs .price dt span{
	font-size: 0.8rem;
}
.new-plan-wrap .decs .price dd{
	font-size: 1.2rem;
}
.new-plan-wrap .decs p{
	font-size: 1.2rem;
}
.new-plan-wrap ul{
	width: 50%;
	display: flex;
	justify-content: space-between;
	gap: 1em;
	order: 3;
}
.new-plan .btn-flow{
	text-align: right;
}
.new-plan .btn-flow .btn-01{
	font-size: 1.4rem;
}
@media (max-width: 749px) {

.new-plan-wrap h3 span{
	width: 100%;
}
.new-plan-wrap .decs{
	width: 100%;
	order: 3;
	margin-top: 4vw;
}
.new-plan-wrap .decs div:first-child{
	border-bottom: 1px solid #707070;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.new-plan-wrap ul{
	width: 100%;
}
}
.plan-ttl{
	position: relative;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 1.1rem;
	padding-bottom: 2rem;
	margin-bottom: 7vw;
}
.plan-ttl::after {
    content: '';
    position: absolute;
    display: block;
    width: 90px;
    height: 1px;
    bottom: 0;
		left: 50%;
    transform: translateX(-50%);
    background: #000;
}
.plan-img{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.plan-img li{
	width: 32%;
}
.plan-read p{
	text-align: center;
	line-height:3;
	margin: 7vw 0;
}
.plan-inner{
	background-color: #F7F7F7;
	padding: 5vw 0;
	margin: 5vw 0;
}
.plan-detail.studio{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	margin-bottom: 5vw;
}
.plan-detail.studio .decs{
	background-color: #fff;
	padding: 3vw;
	width: 49.5%;
}
.plan-detail.loca{
	background-color: #fff;
	padding: 3vw;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.plan-detail.loca .decs{
	width: 49%;
}
.plan-detail h3{
	border-left: #000 solid 1px;
	font-size: 1.8rem;
	padding-left: 1rem;
	margin-bottom: 1.2rem;
}
.plan-detail .price{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.plan-detail .price dt{
	font-size: 2.4rem;
}
.plan-detail .price dt span{
	font-size: 0.8rem;
}
.plan-detail .price dd{
	font-size: 1.2rem;
}
.plan-detail p{
	margin-top: 2em;
	font-size: 1.2rem;
}
.plan-detail .recommend dt{
	font-size: 1.2rem;
	position: relative;
	margin-top: 2rem;
}
.plan-detail .recommend dt span{
	position: relative;
	display: inline-block;
	background-color: #fff;
	z-index: 10;
	padding: 1rem 2rem;
	margin-left: 3rem;	
}
.plan-detail .recommend dt::after{
	content: "";
	position: absolute;
	display: block;
	background-color: #333;
	width: 100%;
	height: 1px;
	top: 50%;
}
.plan-detail .recommend dd{
	font-size: 1.2rem;
}
.plan-detail .btn{
	text-align: right;
}
.plan-detail .btn a{
	font-size: 1.2rem;
}
.plan-studio .plan-summary dl{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.4rem;
	margin-bottom: 1rem;
}
.plan-studio .plan-summary dt{
	width: 15%;
	text-align: center;
	border-right: #666 1px solid;
	margin-right: 2rem;
}
.plan-summary dd span{
	font-size: 0.8rem;
	padding-left: 2rem;
}
.plan-studio .plan-summary ul{
	margin:2vw 0 0 15%;
}
.plan-summary li{
	display: inline-block;
	background: #535353;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	padding: 0.4rem 1rem;
	margin-top: 1rem;
}
.plan-summary li span{
	display: inline-block;
	padding-left: 5rem;
}
.plan-detail.loca .plan-summary{
	width: 46%;
}
.plan-detail.loca .plan-summary dl{
	margin-bottom: 2rem;
}
.plan-detail.loca .plan-summary dt{
	position: relative;
	padding-bottom: 1rem;
}
.plan-detail.loca .plan-summary dt::after{
	content: "";
	position: absolute;
	width: 8rem;
	height: 1px;
	background-color: #333;
	top: 50%;
	margin-left: 2rem;
}
.plan-detail.loca .plan-summary li{
	display: inline-block;
	margin-top: 1.4rem;
}
.plan-detail.loca .btn{
	width: 100%;
}
.plan-inner .btn-wrap{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
justify-content: center;
	flex-wrap: wrap;
}
.plan-inner .btn-wrap .btn{
	margin: 6vw 5vw 0;
}
.plan-inner .btn-wrap .btn a{
	font-size: 1.4rem;
}
@media (max-width: 749px) {
	.plan-ttl{
	letter-spacing: 0.7rem;
}
.plan-detail.studio{
	flex-wrap: wrap;
}
.plan-detail.studio .decs{
	width: 100%;
	margin-bottom: 4vw;
}
.plan-detail.loca{
	flex-wrap: wrap;
}
.plan-detail.loca .decs{
	width: 100%;
}
.plan-detail .price{
	flex-wrap: wrap;
}
.plan-detail .btn{
	margin-right: 2rem;
}
.plan-studio .plan-summary dt{
	width: 100%;
	text-align: left;
	border-right: none;
	position: relative;
	padding-bottom: 1rem;
}
.plan-studio .plan-summary dt::after{
	content: "";
	position: absolute;
	width: 8rem;
	height: 1px;
	background-color: #333;
	top: 50%;
	margin-left: 2rem;
}
.plan-studio .plan-summary ul{
	margin:2vw 0 0 0;
}
.plan-detail.loca .plan-summary{
	width: 100%;
	margin-top: 2rem;
}
.plan-detail.loca .plan-summary dl{
	font-size: 1.4rem;
}
}
.plan .about-txt{
	text-align: center;
	margin-bottom: 6vw;
}
.plan .about-txt h3{
	margin: 5vw 0 2vw;
}
/*----------------------------------------------------*/

.plan-flow-inner{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}
.plan-flow-ttl{
	width: 20%;
	padding-left: 10%;
	position: relative;
}
.plan-flow-ttl h2{
	margin-top: -2vw;
	font-size: 1.6rem;
   letter-spacing: 0.5em;
	position: relative;
}
.plan-flow-ttl h2::after{
	content: " ";
	position: absolute;
   display: block;
   width: 1px;
    background: #000;
    left: 50%;
    height: 60px;
    top: -60%;
}
.plan-flow-ttl span{
	position: absolute;
	display: block;
	top: 5rem;
	right: calc(50% - 5rem);
	font-size: 1.2rem;
}
.flow-detail{
	width: 80%;
}
.flow-detail .decs{
	display: -webkit-box;
	display: flex;
	position: relative;
	margin-bottom: 10vw;
}
.flow-detail .decs::before{
    content: '';
  	position: absolute;
    bottom:-5vw;
		left: 10%;
    width: 1px;
    height: 5rem;
		background:#333;
}
.flow-detail .decs::after{
    content: '';
		position: absolute;
    bottom:calc(-5vw + 5px);
		left: calc(10% - 2px);
    width: 15px;
    height:1px;
		background:#333;
    transform: rotate(125deg);
    transition: all .3s;
}
.flow-detail .decs:last-child::before,.flow-detail .decs:last-child::after{
	display: none;
}
.flow-detail .decs dt{
	width: 20%;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	text-align: center;
	-webkit-box-align: center;
	align-items: center;
}
.flow-detail .decs dt .flow-no{
	font-size: 1.8rem;
	color: #fff;
	background: #D6D6D6;
	border-radius: 100%;
	width: 6rem;
	padding: 1.4rem 0;
	margin-bottom: 2rem;
}
.flow-detail .decs dt img{
	width: 50%;
}
.flow-detail .decs dt p{
	font-size: 1.4rem;
	margin-top: 1.4rem;
}
.flow-detail .decs dt p span{
	display: block;
}
.flow-detail .decs dd{
	width: 80%;
	padding: 2vw 0 0 3vw;
	font-size: 1.4rem;
}
@media (max-width: 749px) {
.plan-flow-ttl{
	width: 10%;
	padding-left: 5%;
}
.plan-flow-ttl span{
	right: calc(50% - 4.3rem);
}
.flow-detail{
	width: 90%;
}
.flow-detail .decs{
	flex-wrap: wrap;
	margin-bottom:25vw;
}
.flow-detail .decs::before{
		bottom: -15vw;
		left: 50%;
    width: 1px;
    height: 5rem;
}
.flow-detail .decs::after{
    content: '';
		position: absolute;
    bottom:calc(-15vw + 5px);
		left: calc(50% - 2px);
    width: 15px;
    height:1px;
		background:#333;
    transform: rotate(125deg);
    transition: all .3s;
}

.flow-detail .decs dt{
	width: 100%;
}
.flow-detail .decs dt img{
	width: 12vw;
}
.flow-detail .decs dd{
	width: 100%;

}
}
/*----------------------------------------------------
	gallery
----------------------------------------------------*/
.gallery-nav{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.gallery-nav li{
	margin: 0 3rem;
	font-size: 1.4rem;
	margin-bottom: 6vw;
}
.gallery-nav li a{
		position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: 0.3s ease-in-out;
    z-index: 1;
}
.gallery-nav li a::after{
		background:#545454;
    width: 0px;
    height: 1px;
    position: absolute;
    content: "";
    display: block;
    transition: all 200ms ease-in-out;
    z-index: -1;
}
.gallery-nav li a:hover:after {
    width: 100%;
}
.area {
	display: none;
	opacity: 0;
}
.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.gallery-item .list {
  flex-wrap: wrap;
  margin: 0 -20px 0;
  display: flex;
}
.gallery-item .list li {
  box-sizing: border-box;
  margin: 0 10px 20px;
  text-align:center;
  opacity: 1;
  height: 20vw;
  flex-basis: calc(20% - 20px);
  max-width: calc(20% - 20px);
  transition: all .4s ease 0s;
  overfllow:hidden;
}
.gallery-item .list li img{
	object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
	.gallery-item .list li {
  flex-basis: calc(33.33333% - 20px);
  max-width: calc(33.33333% - 20px);
	height: 28vw;
}
}
@media (max-width: 749px) {
	.gallery-item .list li {
  flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
	height: 40vw;
}
}
.gallery-item .list li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding:0;
}
.gallery-item .gallery-more {
  text-align: center;
  margin-top: 20px;
}
.gallery-item button {
	font-family: "Gill Sans", sans-serif;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  line-height: 40px;
  width: 160px;
	background-color: transparent;
	letter-spacing: 0.3em;
	color: #333;
}
.gallery-detail{
	text-align: center;
	margin: 4vw 0 7vw;
}
.gallery-detail h3{
	font-size: 2.8rem;
	margin-bottom: 4vw;
}
.gallery .btn{
	text-align: center;
	margin-bottom: 5vw;
}

@media (max-width: 749px) {
	.gallery-detail h3{
	font-size: 1.6rem;
}
}
/*----------------------------------------------------
	contact
----------------------------------------------------*/
.contact-item{
	margin-bottom: 5vw;
}
.contact-item dt{
	position: relative;
	font-weight: bold;
	margin-bottom: 7rem;
}
.contact-item dt::after{
	content: '';
	position: absolute;
	display: block;
	width: 5rem;
	height: 1px;
	top: 5rem;
	left: 0;
	background: #000;
}
.contact-item dd{
	margin: 0 0 3rem 5rem;
	font-size: 1.4rem;
	position: relative;
	padding-left: 2rem;
}
.contact-item dd::before{
	content: '・';
	position: absolute;
	left: 0;
}
.contact-item dd .trip{
	padding-top: 1rem;
}
.contact-item dd .trip li{
	display: inline-block;
	padding-left: 2rem;
}
.contact-item .reserve{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
flex-wrap: wrap;
	margin: 2rem 0 2rem 3rem;
}
.contact-item .reserve li{
	width: 24%;
	text-align: center;
}
.contact-entry{
	   border-top: #dedede 2px solid;
    margin: 10vw 10% 0;
    text-align: center;
	padding-top: 6vw;
}
.contact-entry .entry{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.contact-entry .entry a{
	width: 40%;
	padding: 4rem 0;
	font-size: 2rem;
}
.contact-entry .entry a:hover{
	background: #fafafa;
}
.contact-entry .entry a i{
	font-size: 4rem;
}
.contact-entry .entry a:first-child{
	border-right: #000 1px solid;
}
.contact-entry .entry a:first-child i{
	font-size: 3rem;
}
.contact-entry .entry a span{
	display:block;
	font-size: 1.6rem;
}
.contact-entry  p{
	margin-top: 6rem;
}
@media (max-width: 749px) {
	.contact-item{
	margin:0 3vw 5vw;
}
.contact-item dt{
	font-size: 1.6rem;
}
	.contact-item dd{
	margin: 0 0 3rem 0;
		font-size: 1.2rem;
}
	.contact-entry{
    margin: 10vw 3vw 0;
}
	.contact-entry .entry a{
	width: 50%;
	padding: 4rem 0;
	font-size: 2rem;
}
.contact-entry .entry a span{
	font-size: 1.2rem;
}
	.contact-item .reserve{
	margin: 2rem 0 2rem 1rem;
}
.contact-item .reserve li{
	width: 50%;
}
}
/*----------------------------------------------------
	news
----------------------------------------------------*/
.news-list ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 5vw;
}
.news-list ul li{
	width: 20%;
	margin: 0 2rem 5vw;
	font-size: 1.4rem;
}
/*.news-list ul::before,
.news-list ul::after {
	content: "";
	display: block;
	width: 20%;
	margin: 0 2rem 5vw;
}*/
.news-list ul::before {
	order: 1;
}
.news-list ul li figure{
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}
.news-list ul li figure img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
	 object-fit: cover;
}
.news-list ul li span{
	display: block;
	font-size: 1rem;
	color: #8a8a8a;
	margin-top: 1.6rem;
}
.news-detail dl{
	margin-bottom: 10vw;
}
.news-detail dt{
	position: relative;
	font-size: 2.4rem	;
	padding-top: 3rem;
	margin-bottom: 5vw;
}
.news-detail dt span{
	display: block;
	font-size: 1.4rem;
	color: #8a8a8a;
	padding-bottom: 1.4rem;
}
.news-detail dt::before{
	content: '';
	display: block;
	position: absolute;
	width: 10rem;
	height: 1px;
	background: #000;
	top: 0;
	left: 0;
}
.news-detail figure{
	width: 80%;
	height: auto;
	margin-bottom: 5vw;
}
.news-detail .btn{
	margin-bottom: 10vw;
	text-align: center;
}

.news-list ul{
	flex-wrap: wrap;
}

@media (max-width: 1281px) {
	.news-list ul{
	flex-wrap: wrap;
}
}
@media (max-width: 749px) {
	.news-list ul li{
	width: 40%;
		margin: 0 1rem 5vw;
}
	.news-list ul::before,
	.news-list ul::after {
	display: none;
}
	.news-detail dl{
	margin: 0 3vw 10vw;
}
	.news-detail figure{
	width: 100%;
}
	.news-detail dt{
	font-size: 1.8rem	;
}
}
/*----------------------------------------------------
	faq
----------------------------------------------------*/
.faq-item{
	margin: 0 10vw;
	padding:  2vw 0;
	border-bottom: #333 1px solid;
}
.faq .container .faq-item:last-child{
	border-bottom: none;
	margin-bottom: 6vw;
}
.faq-ttl{
  color: #333;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 1vw 5vw 1vw 3rem;
	position: relative;
}
.faq-ttl span{
	position: absolute;
	top: 0.5vw;
	left: 0;
	font-size: 2rem;
	font-weight: 500;
	padding-right: 1rem;
}
.faq-content {
  display: none;
  padding: 1vw 25px 1vw 5vw;
}
.faq-content p {
  font-size: 1.5rem;
  line-height: 1.8;
	position: relative;
	padding: 0.6rem 0 0 3rem;
}
.faq-content p::before{
	content: "A.";
	display: inline-block;
	font-family: "Gill Sans", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	position: absolute;
	top: 0;
	left: 0;
}
.faq-ttl::before {
  background: #333; 
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%; 
  transform: rotate(90deg); 
  transition: transform .3s ease-in-out;
  width: 15px; 
}
.faq-ttl::after {
  background: #333;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: opacity .3s ease-in-out;
  width: 15px;
}
.faq-ttl.open::before {
  transform: rotate(180deg);
}
.faq-ttl.open::after {
  opacity: 0;
}
@media (max-width: 749px) {
	.faq-item{
		margin: 0 5vw;
	}
	.faq-ttl{
  font-size: 1.4rem;
}
.faq-ttl span{
	font-size: 1.8rem;
	top: 0;
}
.faq-content p {
  font-size: 1.2rem;
}
.faq-content p::before{
	font-size: 1.4rem;
}
}
/*----------------------------------------------------
 access
----------------------------------------------------*/
.access{
	margin-bottom: 8vw;
}
.access-kv{
	margin-left: 40vw;
}
.access-article{
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex-wrap: wrap;
	margin-bottom: 5vw;
}
.access-article .pic{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 45vw;
	margin: 8vw 0;
}
.access-article .pic li{
	width: 48%;
}
.access-article .map{
	margin: -24vw 0 0 50vw;
}
.access-article .detail{
	margin: -14vw 0 0 0;
	line-height: 2.4;
	font-size: 1.4rem;
}
.access-article .desc{
	width: 100%;
	margin-top: 2vw;
	font-size: 1.3rem;
}
.access-article .desc li{
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1.1rem;
}
.access-article .desc li::before{
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}
.access-article .btn{
	text-align: right;
	margin-right: 4rem;
	margin-top: 5vw;
}
.access-article .btn a{
	font-size: 1.4rem;
}
.googlemap{
	height: 35vw;
}
@media (max-width: 749px) {

.access-kv{
	margin-left: 20vw;
}
.access-article .pic{
	width: 100%;
	padding: 0 6vw;
}
.access-article .map{
	width: 100%;
	margin:8vw 0 4vw;
	padding: 0 3vw;
}
.access-article .detail{
	width: 100%;
	margin: 0;
}
.access-article .btn{
	text-align: right;
	margin-right: 4rem;
}
.access-article .btn a{
	font-size: 1.4rem;
}
.googlemap{
	height: 35vw;
}
}
/*----------------------------------------------------
	option
----------------------------------------------------*/
.new-option .article{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	margin: 5vw 0;
}
.new-option figure{
	width: 50%;
}
.new-option .decs{
	width: 45%;
}
.new-option .decs .read{
	margin: 0 0 0 -10vw;
	font-size: 1.7rem;
}
.new-option .decs .read span{
		display: inline-block;
		width: 4rem;
}
.new-option .decs .detail{
	background: #F7F7F7;
	padding: 3em;
	margin-top: 2vw;
	font-size: 1.4rem;
}
.new-option .decs li{
	position: relative;
	padding: 0 0 0.8rem 1.4rem;
}
.new-option .decs li::before{
	content: "・";
	position: absolute;
	left: 0;
}
.new-option .decs .cap{
	font-size: 1.2rem;
	padding-top: 2rem;
}
.new-option .decs dl{
	margin-top: 1vw;
}
.new-option .decs dt{
	background: #535353;
	color: #fff;
	display: inline-block;
	padding: 3px 6px;
	margin: 1vw 0 0.2vw; 
}
.new-option .decs dd{
	font-size: 1.4rem;
}
.new-option-note dl{
	margin: 8vw 0;
	font-size: 1.4rem;
}
.new-option-note dd{
	position: relative;
	padding: 1rem 0 0 1.4rem;
}
.new-option-note dd::before{
	content: "・";
	position: absolute;
	left: 0;
}

@media (max-width: 749px) {

.new-option figure{
	width: 100%;
}
.new-option .decs{
	width: 100%;
}
.new-option .decs .read{
	margin: 0 0 4vw 1vw;
}

}







.option-article .ttl{
	position: relative;
}
.option-article .ttl span{
	background: #fff;
	position: relative;
	display: inline-block;
	z-index: 5;
	padding: 0 2rem 0 0;
	font-size: 2rem;
}
.option-article .ttl::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333;
}
.option-article.kimono .ttl,.option-article.hairmake .ttl{
	text-align: center;
}
.option-article.kimono .ttl span,.option-article.hairmake .ttl span{
	background: transparent;
	position: relative;
	display: block;
	z-index: 5;
	padding: 0 0 1rem 0;
	font-size: 1.6rem;
}
.option-article.kimono .ttl::after,.option-article.hairmake .ttl::after{
	content: '';
	position: absolute;
	top: -2rem;
	left: calc(50% - 5rem);
	width: 10rem;
	height: 1px;
	background: #333;
}
.option-top{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 5vw 0 8vw;
}
.option-top .txt{
	width: 55%;
	font-size: 1.4rem;
	line-height: 2.2;
}
.option-top figure{
	width: 40%;
}
.item-detail{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 8vw;
}
.item-detail h4{
	position: relative;
	font-size: 1.8rem;
	padding-left: 1rem;
	width: 35%;
}
.item-detail.mount h4{
	width: 100%;
}
.item-detail h4::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 2.6rem;
	background: #333;
}
.item-detail .decs{
	width: 55%;
}
.item-detail .txt{
	font-size: 1.4rem;
	line-height: 2.2;
	margin: 2vw 0;
}
.item-detail .price li{
	display: inline-flex;
  padding-bottom: 8px;
  border-bottom: #8F8F8F 1px solid;
  margin-bottom: 8px;
  width: 100%;
	font-size: 1.4rem;
}
.item-detail .price li:last-child{
	border-bottom: none;
}
.item-detail .price span{
	font-weight:normal;
  margin-left:auto;
}
.item-detail .note ,.hairmake-detail .note{
	text-align: right;
	font-size: 1rem;
	margin-top: 2vw;
	width: 100%;
}
.item-detail .pic{
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-top: -13vw;
}
.item-detail.mount .pic{
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
	margin-top: -13vw;
}
.item-detail .pic .big{
	width: 35%;
}
.item-detail .pic ul{
	width: 55%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	align-items: flex-end;
}
.item-detail .pic ul li{
	width: 30%;
}
.photoitem-flow{
	background: #e0e0e0;
	margin: 13vw 0;
}
.photoitem-flow .desc{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 4rem 2vw 3rem;
}
.photoitem-flow .desc h4{
	width: 20%;
	position: relative;
	margin-right: 5rem;
	font-size: 1.6rem;
	text-align: center;
}
.photoitem-flow .desc h4::after{
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 6rem;
	top: 3rem;
	left: 50%;
	background: #000;
}
.photoitem-flow .desc .txt{
	width: 70%;
	font-size: 1.2rem;
	line-height: 2.2;
}
.kimono-top ,.hairmake-top{
	position: relative;
	padding: 4vw 5% 13vw;
	background: linear-gradient(90deg, #fafafa 0% 85%, transparent 85% 100%);
	margin: 8vw auto 0;
}
.kimono-top figure{
	position: absolute;
	top: -4vw;
	right: 5%;
	width: 35vw;
}
.kimono-top .txt{
	padding: 0 38vw 4rem 0;
	font-size: 1.4rem;
  line-height: 2.2;
}
.kimono-top .txt span{
	font-size: 1.2rem;
}
.kimono-top .btn-wrap{
	background: #fff;
	margin: 0 43vw 0 0;
	padding: 1.5rem;
	font-size: 1.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.kimono-top .btn .btn-01{
	font-size: 1.4rem;
}
.kimono-top .btn .btn-01:hover::before{
    width:16%;
}
.option-note{
	position: relative;
	margin: -4vw 6% 0;
	font-size: 1.2rem;
	z-index: 5;
}
.option-note li{
	padding: 0 0 0.8rem 1rem;
}
.option-note li::before{
	content: "・";
	position: absolute;
	left: 0;
}
.kimono-flow{
	display: flex;
	justify-content: space-between;
	padding: 13vw 0 7vw;
}
.kflow-ttl{
	position: relative;
	margin-right: 2rem;
}
.kflow-ttl::after{
	content: " ";
	position: absolute;
	top: -8rem;
	left: 50%;
	width: 1px;
	height: 6rem;
	background: #333;
}
.kimono-flow-items{
	display: flex;
	justify-content: space-between;
}
.kimono-flow-items li{
	width: 23%;
	position: relative;
}
.kimono-flow-items li::after{
	content: "";
	position: absolute;
	top: 20%;
	right: -38px;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	background: #fff;
	z-index: 8;
}
.kimono-flow-items li::before{
	content: "\f0da";
	position: absolute;
	font-family: FontAwesome;
	color: #8F8F8F;
	font-size: 3.4rem;
	top: 19.5%;
	right: -22px;
	z-index: 10;
}
.kimono-flow-items li:last-child::after,.kimono-flow-items li:last-child::before{
	display: none;
}
.kimono-flow-items li p{
	font-size: 1.4rem;
	line-height: 1.8;
	padding-top: 1.8rem;
}
.kimono-flow-note{
	position: relative;
	padding-bottom: 10vw;
	border-top: #8F8F8F 1px solid;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.kimono-flow-note::before {
	content: "";
  display: inline-block;
  position: absolute;
	top: -25px;
	right: 10%;
  width: 30px;
  height: 26px;
  background: #fff;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
	z-index: 10;
}
.kimono-flow-note::after {
 content: "";
  display: inline-block;
  position: absolute;
	top: -27px;
	right: calc(10% - 1px);
  width: 32px;
  height: 27px;
  background: #8F8F8F;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
	z-index: 5;
}
.kimono-flow-note p{
	font-size: 1.2rem;
	padding: 4vw 0;
}
.hairmake-top{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hairmake-top figure{
	width: 30%;
	margin-right: 15%;
}
.hairmake-top .txt{
	width: 55%;
	padding: 0 0 4rem 0;
	font-size: 1.4rem;
  line-height: 2.2;
}
.hairmake-top .txt span{
	font-size: 1.2rem;
}
.hairmake-top .btn-wrap{
	margin: -4vw 45vw 0 0;
	font-size: 1.4rem;
	width: 100%;
	text-align: right;
}
.hairmake-top .btn .btn-01{
	font-size: 1.4rem;
	background: #fff;
	padding: 1.5rem;
}
.hairmake-top .btn .btn-01:hover::before{
    width:16%;
}
.hairmake-top .btn .btn-01::after{
   top:calc(0.6em + 1.5rem);
}
.hairmake-img{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: -5vw 4% 0 0;
	z-index: 10;
}
.hairmake-img li{
	width: 25vw;
	margin-left: 2vw;
}
.hairmake-lineup{
	padding: 5vw 15px 7%;
	font-size: 1.4rem;
}
.hairmake-lineup dd{
	display: inline-block;
	background: #e0e0e0;
	padding: 0.4rem 1rem;
	margin: 1rem 1rem 0 0;
}
.hairmake-detail .price{
	margin-top: 5vw;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	font-size: 1.4rem;
}
.hairmake-detail .price dt{
	background: #F2F2F2;
	padding: 2rem;
}
.hairmake-detail .price01 dt{
	width: 100%;
}
.hairmake-detail .price02 dt{
	width: 20%;
	text-align: center;
}
.hairmake-detail .price02 dt span{
	display: block;
	font-size: 1.2rem;
}
.hairmake-detail .price dd{
	margin-top: 2vw;
}
.hairmake-detail .price01 dd{
	width: 48%;
}
.hairmake-detail .price02 dd{
	width: 35%;
}
.hairmake-detail .price li{
	display: inline-flex;
  padding-bottom: 8px;
  border-bottom: #8F8F8F 1px solid;
  margin-bottom: 8px;
  width: 100%;
}
.hairmake-detail .price li:last-child{
	border-bottom: none;
}
.hairmake-detail .price li span{
	font-weight:normal;
  margin-left:auto;
}
.option-cp{
	margin: 5vw 15vw;
	border: #333 1px solid;
	padding: 4vw;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
}
.option-cp p{
	margin: 0 0 2rem 5rem;
	line-height: 2;
}
.hairmake-form ,.insta-section {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #aaa;
  margin: 5vw auto;
  padding: 2vw;
	max-width: 1000px;
}

.hairmake-form .left, .hairmake-form .right ,.insta-section .left, .insta-section .right {
  flex: 1;
  padding: 2vw;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.hairmake-form .divider ,.insta-section .divider  {
  width: 1px;
  background-color: #aaa;
  height: 100px;
}

.option .read p{
	text-align: center;
	margin: 6vw 0;
}



.insta-section .handle {
  margin-bottom: 15px;
}
@media (max-width: 749px) {
.option-top{
	flex-wrap: wrap;
	margin: 5vw 0 8vw;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}
.option-top .txt{
	width: 100%;
	margin: 5vw 0;
}
.option-top figure{
	width: 100%;
}
.item-detail{
	margin-bottom: 8vw;
}
.item-detail h4{
	width: 100%;
}
.item-detail.mount h4{
	width: 100%;
}
.item-detail .decs{
	width: 100%;
}
.item-detail .pic{
	flex-wrap: wrap;
	margin-top: 5vw;
}
.item-detail.mount .pic{
	margin-top: 5vw;
}
.item-detail .pic .big{
	width: 100%;
	margin: 0 5vw;
}
.item-detail .pic ul{
	width: 100%;
	margin: 0 5vw;
	flex-wrap: wrap;
	-webkit-box-align: start;
	align-items: flex-start;
}
.item-detail .pic ul li:first-child{
	margin-top: 5vw;
}
.item-detail .pic ul li:nth-child(2){
	margin-top: 10vw;
}
.item-detail .pic ul li:nth-child(3){
	margin-top: 15vw;
}
.photoitem-flow .desc{
	flex-wrap: wrap;
}
.photoitem-flow .desc h4{
	width: 100%;
	text-align: left;
	padding-bottom: 5rem;
}
.photoitem-flow .desc h4::after{
	height: 3rem;
	top: 3rem;
	left: 5%;
}
.photoitem-flow .desc .txt{
	width: 100%;
}
.kimono-top ,.hairmake-top{
	padding: 4vw 5% 13vw;
	margin: 8vw auto 0;
}
.kimono-top figure{
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
}
.kimono-top .txt{
	padding: 0 0 4rem 0;
}
.kimono-top .btn-wrap{
	width: 100%;
	margin: 5vw 0 0 0;
	padding: 1.5rem 0.8rem;
	font-size: 1.2rem;
	flex-wrap: wrap;
}
.kimono-top .btn .btn-01{
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
}
.kimono-flow{
	padding: 13vw 0 7vw;
}
.kflow-ttl::after{
	top: 20rem;
}
.kimono-flow-items{
	flex-wrap: wrap;
}
.kimono-flow-items li{
	width: 100%;
	margin-top: 8vw;
}
.kimono-flow-items li::after{
	display: none;
}
.kimono-flow-items li::before{
	display: none;
}
.hairmake-top figure{
	width: 100%;
	margin-right: 0;
}
.hairmake-top .txt:first-child{
	width: 100%;
}
.hairmake-top .btn-wrap{
	margin: 4vw 5vw 0 0;
	width: 100%;
}
.hairmake-img{
	margin: -5vw 0 0;
	z-index: 10;
}
.hairmake-img li{
	width: 100%;
	margin-left: 0;
	padding: 0 15vw 5vw;
}
.hairmake-detail .price02 dt{
	width: 100%;
	text-align: left;
}
.hairmake-detail .price02 dt span{
	display: inline-block;
	padding-left: 2rem;
}
.hairmake-detail .price dd{
	margin-top: 2vw;
}
.hairmake-detail .price01 dd,.hairmake-detail .price02 dd{
	width: 100%;
}
.hairmake-detail .price li{
	display: inline-flex;
  padding-bottom: 8px;
  border-bottom: #8F8F8F 1px solid;
  margin-bottom: 8px;
  width: 100%;
}
.hairmake-detail .price ul li:last-child{
	 border-bottom: #8F8F8F 1px solid;
}
.hairmake-detail .price dd:last-child ul li:last-child{
	 border-bottom:none;
}
.option-cp{
	margin: 5vw 7vw;
	padding: 4vw;
}
.option-cp p{
	margin: 2rem 0 2rem 0;
}
.hairmake-form ,.insta-section {
		-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	}

.hairmake-form .divider {
  width: 50%;
	margin: 2vw 0;
	height: 1px;
}
.insta-section .divider  {
  display: none;
}
}
/*----------------------------------------------------
	btn
----------------------------------------------------*/

.btn-01{
  position: relative;
    display: inline-block;
		padding: 0 20px 0 0;
    color: #333;
    text-decoration: none;
    outline: none;
		letter-spacing: 0.3em;
		font-size: 2rem;
}

.btn-01::before{
    content: '';
  	position: absolute;
    top:52%;
    right: -2rem;
    width: 2.5rem;
    height: 1px;
  background:#333;
    transition: all .3s;
}

.btn-01::after{
    content: '';
		position: absolute;
    top:0.6em;
    right: -2.2rem;
    width: 15px;
    height:1px;
  background:#333;
    transform: rotate(35deg);
    transition: all .3s;
}

.btn-01:hover::before{
	right: -3rem;
    width:36%;
}

.btn-01:hover::after{
    right:-3.2rem;
}
.btn-02{
		position: relative;
    display: inline-block;
		padding: 0 20px 0 0;
    color: #333;
    text-decoration: none;
    outline: none;
		letter-spacing: 0.3em;
}

.btn-02::before{
    content: '';
  	position: absolute;
    bottom:-1rem;
   left: 0;
    width: 4rem;
    height: 1px;
		background:#333;
    transition: all .3s;
}

.btn-02::after{
    content: '';
		position: absolute;
    bottom:-0.5rem;
    left:2.7rem;
    width: 15px;
    height:1px;
  background:#333;
    transform: rotate(35deg);
    transition: all .3s;
}

.btn-02:hover::before{
    width:5rem;
}

.btn-02:hover::after{
    left:3.7rem;
}
.btn-reserve a{
	display: block;
	background: #ccc;
	color: #fff;
	text-align: center;
	padding: 8px 0;
}
.btn-reserve a:hover{
	background: #000;
}
@media (max-width: 749px) {
	.btn-01{
		font-size: 1.2rem;
	}
}
/*----------------------------------------------------
	main-2nd-title
----------------------------------------------------*/
.main-2nd-title{
	text-align: center;
}
.main-2nd-title p{
	position: relative;
	font-size: 130%;
	color: #0f653a;
}
.main-2nd-title p::after{
	
}
@media (min-width: 961px) {
	.main-2nd-title p{
	font-size: 2.8rem;
}
	.main-2nd-title p::after{
		content: '';
	position: absolute;
	display: block;
	width: 2px;
	background: #0f653a;
	left: 50%;
		height: 60px;
		top: -5vw;
}
}

/*----------------------------------------------------
	btn-top
----------------------------------------------------*/
#btn-top {
    width: 10vw;
    height: 10vw;
    right: 3vw;
    bottom: 3vw;
    position: fixed;
    z-index: 9000;
}
#btn-top a {
    width: 10vw;
    height: 10vw;
    position: relative;
    display: block;
}
#btn-top a::after {
    content: '';
    position: absolute;
    top: 4vw;
    left: 3vw;
    width: 3.5vw;
    height: 3.5vw;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(45deg);
}
@media (min-width: 750px) {
    #btn-top {
        width: 48px;
        height: 48px;
        right: 30px;
        bottom: 30px;
    }
    #btn-top a {
        width: 48px;
        height: 48px;
    }
    #btn-top a:hover {
        background: #fafafa;
    }
    #btn-top a::after {
        top: 20px;
        left: 15px;
        width: 15px;
        height: 15px;
    }
	#btn-top a:hover::after {
    transform: rotate(45deg);
}
}

/*----------------------------------------------------
	XXX
----------------------------------------------------*/
@media (min-width: 961px) {
}
/*----------------------------------------------------
	XXX
----------------------------------------------------*/

/*---- ☆Font Family ----*/
h1, h2, h3, h4, h5, h6 
.mini_cart_item .product-name {
		font-family: 'Zen Old Mincho', serif;
	font-size: 20px;
}

.comingsoon{
	text-align: center;
	height: 30vh;
}
.comingsoon h3{
	  font-size: 4rem;
    letter-spacing: 0.5rem;
		padding-bottom: 2rem;
}
@media (max-width: 749px) {
	.comingsoon{
	height: auto;
	padding: 20vw 0;
}

}