@charset "utf-8";
/* @group reset */
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 {
	margin: 0;
	padding: 0;
	border:0;
	outline: 0;
}
html {
	overflow: inherit;
	height: 100%;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
a {
	display:inline;
}

body {
	letter-spacing:0;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6, p, td, th, address {
	font-size:100%;
	font-weight:normal;
}
ol,ul {
	list-style: none;
}

fieldset,img { 
	border: 0;
}
img {
	vertical-align:top;
}
table {
	width:100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align:left;
	vertical-align:top;
}
caption,th {
	text-align: left;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
sup {
	font-size:62.5%;
	vertical-align: text-top;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {
  font-size: 62.5%;
}

/* @end */




body {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size: 1.8em;
	line-height: 2;
    color: #000000;
    }    
    
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

#wrapper {
	width: auto;
	font-family: "ZenMaruGothic-Regular"; 

}
#conteiner {
	height: 100%;
	margin: 0 0 0 0;	/*上、右、下、左へのボックス外にとる余白。#subのwidthの値を変えた場合はここの27%を調整する。*/
	width:100%;
    margin: 0 auto;
        background: url("../img/bg.png") repeat top center;

}


.image-vw {
  width : 100vw ; 
}
strong {
  font-weight: bold;
}
p {
  margin-bottom: 5%;
}
#pageTop{
	position: fixed;
	bottom:5%;
	right: 5%;
	width:5%;
    z-index: 999;
	}
    
.center{
  display: block;
  text-align: center;
}
.sm { display: none; }  /* miniを非表示 */
.pc  { display: block; } /* bigを表示 */
.br_sp  { display: none; }


/*　スマホ　*/
@media screen and (max-width : 515px ){ 
 
 body {
	font-size: 1.5em;
    } 
 #wrapper {
	font-family: "ZenMaruGothic-Medium"; 

}

#pageTop{
	position: fixed;
	bottom:10%;
	right: 5%;
	width:20%;
	}
    
.sm { display: block; }  /* miniを表示 */
.pc  { display: none; } /* 非bigを表示 */
.br_sp  { display: block; }
}


/*　タブレット　*/
@media screen and (min-width:600px) and (max-width:1024px) {
body {
	font-size: 1.5em;
}
#pageTop{
	position: fixed;
	bottom:5%;
	right: 5%;
	width:12%;
	}

}

/*フォント*/

.font_big {
  font-size: 3.0rem;
}
.font_medium {
  font-size: 2.5rem;
}
.font_small{
  font-size: 2.0rem;
}
.font_16{
  font-size: 1.6rem;
}
.font_12{
  font-size: 1.2rem;
}
.font_w{
  color: #fff;
}



/*　タブレット　*/
@media screen and (min-width:600px) and (max-width:1024px) {

.font_big {
  font-size: 2.0rem;
}
.font_medium {
  font-size: 1.8rem;
}
.font_small{
  font-size: 1.6rem;
}
.font_16{
  font-size: 1.4rem;
}
.font_12{
  font-size: 1.0rem;
  
}

}

/*　スマホ　*/
@media screen and (max-width : 515px ){ 
 
.font_big {
  font-size: 1.7rem;
}
.font_medium {
  font-size: 1.6rem;
}
.font_small{
  font-size: 1.5rem;
}
.font_16{
  font-size: 1.2rem;
}
.font_12{
  font-size: 0.8rem;
}
 
}

/*フォントおわり*/


/*トップコンテンツ*/

.top_bg{
  background: url("../img/top_bg.png") no-repeat top center;
  background-size: contain;
}

.rogo_con{
  text-align: center;
  color: #eb6d45;
  padding: 2% 0 2%;
}

.contents{
  max-width: 1920px;
  margin: 0 auto;
}


/*　タブレット　*/
@media screen and (min-width:600px) and (max-width:1024px) {

.contents{
    width: 95%;
    margin: 0 auto;
}
.rogo_con img{
  width: 15%;
}

}


/*　スマホ　*/
@media screen and (max-width : 515px ){ 
 
.contents{
    width: 95%;
    margin: 0 auto;
}
.rogo_con{
  font-size: 1.2rem;
    font-weight: bold;

}
.rogo_con img{
  width: 30%;
}
 
}

/*トップコンテンツおわり*/


/*ナビゲーション*/

/*========= 上部固定させるためのCSS ===============*/

.sp_nav{
  display: none;
}


#header{
	height: 70px;/*高さ指定*/
    width:100%;
    margin: 0 auto;
    text-align: center;

}

/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed{
	position: fixed;/*fixedを設定して固定*/
  z-index: 999;/*最前面へ*/
  top:0;/*位置指定*/
  left:0;/*位置指定*/
}
nav ul{
list-style: none;
display: flex;
justify-content: center;
}

nav ul li a{
text-decoration: none;
padding:30px;
}


/*　スマホ　*/
@media screen and (max-width : 515px ){ 
 
.pc_nav{
  display: none;
}
.sp_nav{
  display: block;
}
/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    left: -120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background-color: rgba(0,0,0,0.85);
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    left: 0;
}


/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width:100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    flex-direction: column;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:15px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	left: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

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

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

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

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

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

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

/*　タブレット　*/
@media screen and (min-width:600px) and (max-width:1024px) {

.sp_nav{
  display: none;
}


#header{
	height: 70px;/*高さ指定*/
    width:100%;
    margin: 0 auto;
    text-align: center;

}
}

/*ナビゲーションおわり*/


/*スライダー*/

.top_img{
  margin: 2% auto;
  width: 78%;
  position:relative;
  
}

.hana {
    position:absolute;
    z-index: 4;
}

.top_slider {
  position:absolute;
	z-index: 1;
}


/*矢印の設定（jsでfalseにしてる部分）*/

.top_slick-prev, 
.top_slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.top_slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.top_slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}



/*　タブレット　*/
@media screen and (min-width:600px) and (max-width:1024px) {

.top_img{
  margin: 0 auto;
  width: 100%;
  
}

}

/*　スマホ　*/
@media screen and (max-width : 515px ){ 
 
.top_img{
  margin: 0 auto;
  width: 100%;
  
}
 
}

/*スライダーおわり*/


/*メイン*/

section{
  margin: 0 auto;
  width: 67.7%;
  padding-bottom: 5%;
  
}
.con_1000{
  margin: 0 auto;
  width: 76.9%;
  
}
.sub_tit{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10% 0;
  margin: 10% 0 5%;
  
}

.sub_tit_text{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 30% 0 30% 30%;
}

.raga_bg{
  background-color:rgba(227,181,106,0.1);
  padding-bottom: 5%;
}

/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.9s;
animation-fill-mode:forwards;
opacity:0;
}

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

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


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

/*========= 一文字づつ流れるテキスト ===============*/

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}


/*　タブレット　*/
@media screen and (min-width:600px) and (max-width:1024px) {
 
section{
  margin: 0 auto 3%;
  width: 100%;
  
}
.con_1000{
  margin: 0 auto 3%;
  width: 95%;
  
}
}

/*　スマホ　*/
@media screen and (max-width : 515px ){ 
 
section{
  margin: 0 auto 3%;
  width: 100%;
  
}
.con_1000{
  margin: 0 auto 3%;
  width: 95%;
  
}   
}

/*メインおわり*/

/*冒頭文*/

.main_top_text{
  text-align: center;
  margin: 2% 0;
  
}

/*冒頭文おわり*/


/*文化*/

.bunka_pc{
  display: block;
}
.bunka_sp{
  display: none;
}


.bunka_bg{
  background: url("../img/culture_bg.png") no-repeat top center;
  width: 100%;
  background-size: contain;
  
}
.bunka_text{
  width: 41.5%;
  margin-right: 1%;
 margin-left: auto;
 padding: 8% 0 50%;
 text-shadow: 2px 2px 10px #fff ,
-2px 2px 10px #fff ,
2px -2px 10px #fff ,
-2px -2px 10px #fff;
  
}

/*　タブレット　*/
@media screen and (min-width:600px) and (max-width:1024px) {

.bunka_pc{
  display: none;
}
.bunka_sp{
  display: block;
}
.sp_bunka_con{
  width: 100%;
}
.sp_bunka_con_text{
  background-color: #fff;
  padding: 3% 2%;
}

.sp_bunka_img{
  width: 100%;
  margin-top: -5%;
  
}

}

/*　スマホ　*/
@media screen and (max-width : 515px ){ 
 
.bunka_pc{
  display: none;
}
.bunka_sp{
  display: block;
}
.sp_bunka_con{
  width: 100%;
}
.sp_bunka_con_text{
  background-color: #fff;
  padding: 3%;
}

.sp_bunka_img{
  width: 100%;
  margin-top: -5%;
  
} 
}

/*文化おわり*/


/*着付けメニュー*/

 
.con_tit{
  width: 100%;
  margin-bottom: 5%;
}
.con_tit ul{
  display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.mark{
    flex-basis: 5%;
}
.mark img{
    width: 80%;
}
.con_tit_text{
    flex:1;
    border-bottom: #000 solid 1px;
    padding: 0 1%;
    margin-top: -1%;
}
ul.kitsuke_item{
  display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.kitsuke_img{
    flex-basis: 55%;
}
.kitsuke_text{
    flex:1;
    padding-left: 2%;
}



/*　スマホ　*/
@media screen and (max-width : 515px ){ 
 
ul.kitsuke_item{
    flex-direction: column;
}
.kitsuke_img{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2%;
}
.kitsuke_text{
    width: 100%;

}
.gayku_kitsuke_img{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2%;

}
.gayku_kitsuke_text{
    width: 100%;
    order: 2;

}
}

/*着付けメニューおわり*/

/*ネイル*/

/*==================================================
画像プレビュースライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
    
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}



/*ネイルおわり*/


/*きものリメイク*/

.remake{
    position: relative;
}
.re_01{
    position: absolute;
    z-index: 999;
}
.re_02{
    position: absolute;
    z-index: 998;
    margin-top: 20%;
    right: 0;
}

/*きものリメイクおわり*/


/*お問合せ*/

.contact_bottan{
    width: 30%;
    margin: 0 auto;
    background-color: #231815;
    padding: 1%;
    margin-bottom: 1%;
    color: #fff;
}
.contact_bottan a:hover{
    color: #827470;
    
}
.sns{
    width: 100%;
}
.sns ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.sns_rogo{
    flex-basis: 25%;
}
.sns_rogo img{
    width: 60%;
}
.sns_text{
    flex: 1;
}

/*アコーディオン全体*/


.accordion-area{
    list-style: none;
    width: 100%;
    margin: 5% 0;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area .aco_con {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    padding: 4% 3% 4% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #fff;
	margin:0 3% 3% 3%;
    padding: 3%;
    text-align: left;
}

/*　スマホ　*/
@media screen and (max-width : 515px ){ 
 
.contact_bottan{
    width: 70%;
} 
.contact_rogo img{
    width: 30%;
} 
.sns_text img{
    width: 35%;
}
}

/*　タブレット　*/
@media screen and (min-width:600px) and (max-width:1024px) {

.contact_bottan{
    width: 50%;
}
.contact_rogo img{
    width: 15%;
} 

.sns_rogo img{
    width: 35%;
}
.sns_text img{
    width: 35%;
}
}

/*お問合せおわり*/


/*フッター*/

.fixed-bg {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}
 
.bg01 {
  background-image: url("../img/footer_img.png") ;
}


.bg-color01{
  text-align: center;
  height: 100vh;
    background-size: cover;

}
.scroll-bg{
  background-image: url("../img/footer_cover.png") ;
}
.footer_flex{
  height: 100vh;
    /* 真ん中寄せ */
    display: flex;
    justify-content: center;
    align-items: center;
}

 

/*　スマホ　*/
@media screen and (max-width : 515px ){ 
 
.bg01 {
  display: none;
}
.scroll-bg{
  background-image: url("../img/sp_footer_cover.png") ;
}
}

/*　タブレット　*/
@media screen and (min-width:600px) and (max-width:1024px) {

.bg01 {
  display: none;
}
.scroll-bg{
  background-image: url("../img/sp_footer_cover.png") ;
  background-size: cover;
}

}

/*フッターおわり*/


/*ボトムスメニュー*/

.menu_sp {
      display: none;
       } 
       
.menu {
      width: 100%;
      background: #eb6d45;
      position: fixed;
      bottom: 0;
      z-index:999;
      border-top: #fcf6eb solid 1px;
       } 
 .menu ul {
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
       } 
       
 .menu ul li {
    width: 50%;
    text-align: center;
    line-height: 1.5;
    padding: 3% 0;
       } 
       
.menu ul li.bottoms_menu_left {
    border-right: #fcf6eb solid 1px;
       }


/*　タブレット　*/
@media screen and (min-width:600px) and (max-width:1024px) {



.menu_sp {
      display: none;
} 
}


/*　スマホ　*/
@media screen and (max-width : 515px ){ 


.menu_pc {
      display: block;
       } 
}


/*ボトムスメニューおわり*/
