@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%; /*16px*62.5%=10px8*/
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
    margin: 0;
  padding: 0; 
font-family: "maru-maru-gothic-clr-stdn", sans-serif;
font-weight: 500;
font-style: normal; 
font-size: 1.6rem;
  color: #1D1A17;
  background-color: #fff;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
}

h1 h2 h3 h4  {
  margin: 0;
  padding: 0;
}
a{
	color:#1D1A17;
	text-decoration: none;
}

li {
  list-style: none;
}
img{
	width: 100%;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

.header_inner{
    margin: 20px 100px 60px;
}
.logo {
    width: 200px;
    text-align: center;
    margin-bottom: 20px;
}
.logo img{
    width: 35%;
}

#g-nav{
    margin: 40px 50px;
    font-family: "maru-maru-gothic-clr-stdn", sans-serif;
    z-index: 100;
}
#g-navi ul{
    padding-top: 30px;
}
#g-navi li{
    padding: 18px 0;
    color: #1D1A17;
    font-size: 1.8rem;
    text-align: center;
    width: 200px;
    z-index: 100;
}

nav ul li a:hover{
	color:#F9A288;	
}
@media screen and (max-width:1200px) {
nav ul li a{
	padding:10px 20px;
}

}

nav ul li a:hover{
	color:#F9A288;	
}

#g-nav-list{
    margin-top: 60px;
   
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position:relative;
	z-index: -10;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
}
/*　背景画像設定　*/

.slider-item01{
    background:url("../img/MV.jpg");
}

.slider-item02{
   background:url("../img/MV2.jpg");
}

.slider-item03{
    background:url("../img/MV3.jpg");
}




.slider-item {
    width: 90%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:90vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    
    background-size: contain;/*背景画像が.slider-item全体を覆い表示*/
}



/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.main{
    position: relative;
    width: 88%;
    z-index: -10;

}
.mainv{
   margin-top: -550px;
    margin-left: 22%;
    z-index: -100;

}
.mv_sns {
    position: absolute;
    top:25%;
    left: 90%;
    z-index: 200;
}

.mv_sns2{
    top:10%;
}

.mv_sns li :hover{
    color:#F9A288;	
}
.mv_sns li{
    padding: 24px 0;
    font-size: 2.4rem;
     z-index: 200;
}
.news{
    width: 80%;
    margin: 100px auto 0;
}

.news h2{
    font-size: 2.4rem;
    font-family: "maru-maru-gothic-clr-stdn", sans-serif;
    margin: -40px 0 20px 100px;
}

.news p{
    margin: 10px 0  0 100px;
}
.box1{
    width: 88%;
    background-image: url("../img/TOP_bg1.png");
    background-repeat: no-repeat;
    background-position-x:65%;
    background-position-y:80%;
    background-size: 77%;
    position: relative;
}
.box1 img{
    width: 30%;
    display: block;
    margin: 100px 0 30px 20%;
}
.box1 h2{
    text-align: center;
    font-size: 1.8rem;
    line-height: 60px;
    padding-bottom: 150px;
}
.box1::before{
	position: absolute;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 40%;/*画像の幅*/
  height: 40%;/*画像の高さ*/
    background-image: url("../img/illust1.png");
    background-repeat: no-repeat;
    background-size: 42%;
	top:62%;
	left:65%;
}
.ttl{
    display: block;
    width: 30%;
    margin: auto;
}

.box2{
    background-image: url("../img/top_bg2.png");
    background-repeat: no-repeat;
    background-size: 85%;
    background-position-x:-20%;
    background-position-y:98%;
}

.box2cont{
 
    width: 75%;
    margin: 80px auto;
    text-align: -webkit-center;
}
.menulist{
    display: flex;
    margin: auto;
    justify-content: space-around;
    
}

.menu{
    width: 40%;
    background-color: #F7F5EA;
    box-shadow: 1px 1px 1px #ccc;
    border-radius: 50px 50px 0 0;
    margin-bottom: 60px;
    position: relative;
   
}
.menu dl{
    width: 100%;
}

.menu dt{
    top:10%;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 500;
    padding: 20px 0 0;
    
}
.menu dt img {
    padding-top: 20px;
}
.menu dd{
    text-align: center;
    padding: 20px 0;
    height: 85px;
}

.originallogo::before{
	position: absolute;
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 40%;/*画像の幅*/
  height: 40%;/*画像の高さ*/
    background-image: url("../img/top_originalrogo.png");
    background-repeat: no-repeat;
    background-size: 85%;
	top:80%;
	left:32%;
}
.box3{
    background-image: url("../img/top_bg3.png");
    background-repeat: no-repeat;
    background-size: 95%;
    background-position-x:260%;
    background-position-y:-22%;
}
.box3 h2{
   font-size: 3.8rem;
    margin: 0px 0 20px 100px;
}
.box3 h3{
    font-size: 1.6rem;
     margin: 0px 0 0px 100px;
}
.box3{
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 80px;
}


.slier2area{
    width: 70%;
    margin: 80px auto 0;
}

.slider2 .slick-track{
    padding-bottom: 40px;
}
.slider2 {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider2 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider2 .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/

.slider2 .slick-prev {/*戻る矢印の位置と形状*/
    position: absolute;/*絶対配置にする*/
    top: 30%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: none;/*矢印の色*/
    border-left: 1px solid #1D1A17;/*矢印の色*/
    border-bottom: 1px solid #1D1A17;
    border-right: none;
    height: 5px;
    width: 45px;
    transform: skew(-60deg);
    left: -5%;

}


.slider2 .slick-next {/*次へ矢印の位置と形状*/
     position: absolute;/*絶対配置にする*/
    top: 30%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: none;/*矢印の色*/
    border-right: 1px solid #1D1A17;/*矢印の色*/
    border-bottom: 1px solid #1D1A17;
    height: 5px;
    width: 45px;
    right: -8%;
     transform: skew(60deg);
}


.slider3 .slick-track{
    padding-bottom: 40px;
}
.slider3 {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:85%;
    margin:0 auto;
}

.slider3 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider3 .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/

.slider3 .slick-prev {/*戻る矢印の位置と形状*/
    position: absolute;/*絶対配置にする*/
    top: 30%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: none;/*矢印の色*/
    border-left: 1px solid #1D1A17;/*矢印の色*/
    border-bottom: 1px solid #1D1A17;
    border-right: none;
    height: 5px;
    width: 45px;
    transform: skew(-60deg);
    left: -5%;

}


.slider3 .slick-next {/*次へ矢印の位置と形状*/
     position: absolute;/*絶対配置にする*/
    top: 30%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: none;/*矢印の色*/
    border-right: 1px solid #1D1A17;/*矢印の色*/
    border-bottom: 1px solid #1D1A17;
    height: 5px;
    width: 45px;
    right: -8%;
     transform: skew(60deg);
}
/* 背景が左から出現＋テキスト */
.bgLR{
	position:relative;/*テキストの基点となる位置を定義*/
   width: 170px;
}

.bgLR img{
     width: 100%;
}


.bgLR span.mask{
	position:relative;/*背景色の基点となる位置を定義*/
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}

.bgLR span.mask::before{
	content:"";
	position: absolute;
	z-index: 2;
	left:0;
	top:0;
	opacity:0;
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
    transform: translateX(-100%);
	background:rgb(247,245,235,0.9);/*背景色*/
	width:100%;
	height: 100%;	
}

.bgLR:hover span.mask::before{/*hoverした時の変化*/
	opacity:1;
	transform: translateX(0);
}

.bgLR span.cap{
	position: absolute;
	opacity:0;
	transition: .5s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
	z-index:3;/*テキストを前面に出す*/
	top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	color: #1D1A17;/*テキストの色を変えたい場合はここを修正*/
    line-height: 1.5;/*行の高さを1.5にする*/
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
}

.bgLR:hover span.cap{/*hoverした時の変化*/
	opacity:1;
}

button span{
    margin-left: 30px;
}
.dli-arrow-right {
   display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
}


button {
    background-color: #FFE1B4;
    padding: 15px 0px;
    width: 24%;
    border-radius: 20px;
    display: block;
    margin: 80px auto 40px;
    font-family: "maru-maru-gothic-clr-stdn", sans-serif;
    font-size: 1.8rem;
    color:#1D1A17;
    box-shadow: 1px 1px 2px #ccc;
}
.btn :hover{
     background-color: #E3C89F;
}

.box4{
    width: 80%;
    margin: 0 auto 80px;
    text-align: center;
    background-image: url("../img/top_bg2.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position-x: 85%;
    background-position-y: 77%;
    padding: 80px 0 80px;
    
}
.box4 img{
    width: 30%;
    text-align: center;
}
.pro_box{
    display: flex;
}
.pro_box img{
    margin-left: 18%;
}
.box4 h2{
    width: 60%;
    font-size: 1.8rem;
    display: inline-block;
    text-align: left;
}

.box4 h3{
    width: 62%;
    margin-left: 10%;
    margin-top:20px;
    text-align: left;
}
.box4 ul{
    padding-top: 20px;
    margin-left: 10%;
    text-align: left;
    
}
.insta{
    width: 70%;
    margin: 100px auto 0;
    text-align: center;
}
.box5{
    text-align: center;
    margin-bottom: 60px;
}
.linebtn{
    display: block;
    text-align: center;
}
.linebtn i{
    margin: auto;
    width: 100%;
    text-align: center;
}


.contactbtn{
    display: block;
    margin: 0 auto 80px;
    width: 30%;
}
.newstxt span{
    border-bottom: 1px solid ;
}
footer ul{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
   
}

footer  li{
     width: 80px;
    padding: 10px 20px;
    margin:  0 20px;
}
footer li a:hover{
    color:#F9A288;	
}
.footer_inner{
    margin: auto;
    text-align: center;
    position: relative;
}

#page-top{
    position: fixed;
    bottom: 0;
    right: 100px;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
   
}
#page-top a{
    border-radius: 50px;
    background: #F9A288;
    color: #fff;
    line-height: 0px;
    width: 50px;
    text-decoration: none;
     padding: 10px;
}

.copyright{
    padding: 100px 0 0;
    font-size: 1.1rem;
}
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* フェードインその場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/*==================================================
消していい
===================================*/

.top_event{
    font-size: 2.4rem;
    text-align: center;
    margin: 0 auto;
    widows: 90%

}
.xmasttl {
    width: 20%;
    margin: 20px auto 40px;
}
.top_event span{
    font-size: 1.8rem;
}
.top_event h2{
    padding-bottom: 30px;
}
iframe{
    margin: auto;
}
/*==================================================
消していい
===================================*/


/*---------------works PC-----------------------*/


.read{
    font-size: 1.8rem;
    margin: 100px 0 120px;
    text-align: center;
    line-height: 40px;  
    letter-spacing: 0.2em;
}
.read ul{
    display: flex;
    text-align: center;
    margin: auto;
    justify-content: center;
}
.read li{
    padding: 80px 80px 0;
}
.dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #CCC5A6;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
}



.work_box img{
    width: 18%;
    margin: 60px auto 60px;
    display: block;
}
.work_box h3{
    font-size: 3.6rem;
    padding: 20px 10% 20px;
}



.work_box ul{
    width: 80%;
    display: flex;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
}


.work_box span{
    display: block;
    margin: auto;
}

.work_box li{
    width: 18%;
    text-align: center;
    font-size: 1.4rem;
    padding-bottom: 60px;
        
}
.work_box li img{
    width: 80%;
    margin-bottom: 20px;   
}
.btob h2{
    text-align: center;
    font-size: 3.6rem;
    margin: 80px 0 80px;
}
.btob ul{
    width: 60%;
    margin: 0 auto 100px;
    letter-spacing: 0.2ex;
    font-size: 1.6rem;
    text-align: center;
}
.btob li{
    display: block;
    line-height: 50px;
}
.work_box h2{
    font-size: 2.4rem;
    letter-spacing: 0.2ex;
    padding: 80px 0 20px;
    text-align: center;
}

.work_ttl{
     padding: 20px 10% 40px;
    font-size: 2.4rem;
}
.work_box2{
    width: 80%;
    margin: 0 auto 100px;
    text-align: center;
    position: relative;
}
.work_box2 img{
    width: 18%;
    margin:80px auto 60px;
    
}
.work_box2 ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    
}

.work_box2 li{
    font-size: 1.4rem;
    width: 20%;
    padding: 50px 40px;
    margin: 20px 20px;
    border: 1px solid #CCC5A6;
    border-radius: 30px;
    
}


.icon1{
    background-image: url("../img/tabecyoku.png");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y:60px;
    
}
.icon2{
    background-image: url("../img/noum_logo-300x300.png");
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y:88px;
    
}
.view{
    margin-top: 10px;
    padding: 5px 5px 0;
    display: inline-block;
    font-size: 1.2rem;
    color: #F9A288;
}
.view:hover{
   border: 1px dotted #F9A288; 
}

.eventbox{
	width: 65%;
	margin: auto;
	text-align: center;
	display: flex;
	align-items: center;
	background-color: beige;
	border-radius: 20px;
}

.eventbox p{
	padding: 0 10px;
}

.eventbox img{
	width: 20%;
	margin: 20px 10px;
	padding: 0 20px;
}

/*---------------planning PC-----------------------*/

.read h2{
    font-size: 2.0rem;
}

.readtxt{
    width: 300px;
    text-align: center;
    margin:100px auto 40px;    
}

.readtxt h3{
   font-size: 1.8rem;
    letter-spacing: 0.2ex;
    background-image: url("../img/plan_bg1.png");
    background-size: 100%;
    background-repeat: no-repeat; 
    padding: 80px 30px;
}

.readtxt2{
    width: 85%;
    display: flex;
    margin: auto;
     background-image: url("../img/plan_bg2.png"),url("../img/plan_bg3.png"),url("../img/plan_bg4.png");
    background-size: 40%,35%,35%;
    background-repeat: no-repeat;    
    background-position-y:-5%,0,0; 
    background-position-x:-6%,50%,100%; 
    padding: 20px 0;
}

.readtxt2 dl{
    padding: 50px 20px;
    width: 30%;
    height: 300px;
   
}

.readtxt2 dt{
    letter-spacing: 0.2em;
    padding: 30px 0;
    font-size: 1.8rem;
  
}
.readtxt2 dd{
    padding: 0 25px 20px;
    font-size: 1.4rem;
      width: 270px;
    margin: auto;
    line-height: 26px;
}
.plan_box1{
    width: 80%;
    margin: auto;
}
.plan_ttl{
    font-size: 3.0rem;
    padding-bottom: 60px;
    text-align: center;
    letter-spacing: 0.2em;
    padding-top: 20px;
    
}
.plan_box1_flow{
    display: flex;
    align-items: flex-start;
    
}

.plan_box1_flow dl{
    width: 20%;
    justify-content: space-around;
    text-align: center;
    margin: auto;
 
}
.plan_box1_flow dt{
padding: 10px 0;  
    font-size: 1.8rem;
    font-weight: 500;
}
.plan_box1_flow span{
    display: inline-block;
    padding: 10px 0;
}
.plan_box1_flow dd{
    height: 160px;
}

.plan_box1 p{
    padding: 40px 0 20px;
    text-align: center;
    margin-bottom: 100px;
    font-size: 1.8rem;
    
}
.marker {
    background-color: rgba(244.207, 210, 0, 0.5);
}
.plan_box2{
    background-color: #FFEFE3;
}
.plan_box2_case{
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: auto;
    justify-content: space-around;
}

.plan_box2 dl{
    width: 40%;
    background-image: url("../img/arrowicon.png");
    background-repeat: no-repeat;
    background-size: 15%;
    background-position-y:0%; 
    padding-bottom: 80px;
    
}
.plan_box2 dt{
    padding: 20px 0 30px 20px;
    font-size: 1.7rem;
}
.plan_box2 dd{
    padding: 10px 0;
}

.plan_box2 img{
    width: 80%;
    margin: auto;
    display: block;
}

.plan_box2 span{
  display: flex;
    align-items: center;
    justify-content: center;
    line-height: 80px;
} 
.plan_box2 span::after {
  content: '';
  width: 35px;
  height: 5px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(60deg);
    margin-left: 20px;

}
.plan_box2 span:hover{
    color:#F9A288;	
}

.plan_box3{
    width: 80%;
    margin: auto;
}
.plan_box3 h3{
    padding: 0px 0 100px;
    text-align: center;
}
.plan_box3_gallary{
    width: 50%;
    margin: auto;
}
/*==================================================
スライダーのためのcss
===================================*/

/*画像の横幅を100%にしてレスポンシブ化*/
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/
.gallery{
	margin:0 0 5px 0;
}

.gallery li{
list-style:none;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
list-style:none;
}

.choice-btn li img{
	opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}
.plan_box3 p{
    margin: 80px 0 ;
    text-align: center;
    font-weight: 500;
    font-size: 2.4rem;
}
.plan_box3_stylist{
    display: flex;
    width: 80%;
    justify-content: space-around;
}
.plan_box3_stylist span{
    display: block;
    padding: 10px 0;
    font-size: 1.4rem;
    border-top: solid 1px #ccc;
}
.plan_box3_stylist{
    width: 80%;
    justify-content: space-around;
    margin: 60px auto 100px;
}
.plan_box3_stylist li{
    width: 80%;
    text-align: center;
    
}

.plan_box3_stylist img{
    width: 50%;
    display: block;
    margin: auto;
}
.plan_box4{
    width: 60%;
    font-size: 1.6rem;
    margin: 0 auto 100px;
}
.plan_box4 dl{
    margin-bottom: 20px;
}
.plan_box4 dt{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.plan_box4 dd{
    padding-bottom: 40px;
    
}

/*---------------order PC-----------------------*/
.order_box{
    width: 80%;
    margin: 0 auto 60px;
}
.order_box h2{
    font-size: 1.8rem;
    margin: 20px 0px;
}
.order_boxttl{
    display: block;
    width: 40%;
    padding: 0px 100px 0px 20px;
    
}
.order_cont{
    display: flex;
    margin: 0 auto 80px;
    justify-content: center;
    
}

.order_cont:nth-child(odd){
    flex-direction: row-reverse;
}

.order_boxa{
    width: 50%;
    margin: 80px 80px;
}

.order_boxb{
    width: 50%;
    display: contents;

}

.order_boxb img{
    width: 40%;
    margin: auto;
    display: block;

}
.order_slider{
    padding: 80px 0;
}

.order_slider p{
    font-size: 1.8rem;
    text-align: center;
   width: 30%;
    margin: auto;

}

.stripe_style03 {
    padding: 0.7em 0.5em 0.7em 0.7em;
    position: relative;
}

.stripe_style03::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(120deg, #ffffff 33.33%,  #CCC5A6 33.33%, #CCC5A6 50%, #ffffff 50%, #ffffff 83.33%, #CCC5A6 83.33%,  #CCC5A6 100%);
    background-size: 6.93px 12.00px;
}



/*---------------original PC-----------------------*/


.origial_box{
    text-align: center;
    margin: 60px 0;
}
.origial_box img{
    width: 7%;
    margin: auto;
    padding-bottom: 30px;
}

.original_boxtxt{
    width: 40%;
    margin: 0 auto 80px;
    padding: 30px 0;
}
.sns{
    text-align: center;
    width: 100%;
    display: ruby-text;
    margin: auto;
    
}
.sns ul{
    font-size: 32px;
    text-align: center;
    margin-bottom: 80px;
    display: flex;
    margin: auto;
   
}
.sns li{
    padding: 0 30px;
}
/*---------------lesson PC-----------------------*/
.lesson_box1{
    width: 75%;
    margin: auto;
    text-align: center;
    padding: 200px 0 200px;
    background-image: url("../img/lessonbg.png");
    background-size: 75%;
    background-repeat: no-repeat;
    background-position-x:50%;
    background-position-y:55%; 
    margin-bottom: 60px;
}

.lesson_box1 h2{
    font-size: 1.8rem;
    line-height: 42px;
}

.lesson_box2{
    width: 45%;
    margin: 0 auto 100px;
}
.line i{
    font-size: 2.4rem;
}

/*==================================================
クリスマス告知
===================================*/

.news_new{
	color: firebrick;
	font-weight: 500;
	display: table-row-group;
}

.xmas{
	width: 70%;
	margin:30px  auto;
	text-align: center;
}

.xmas img{
	width: 80%;
	margin: auto;
}

.xmas p{
	font-size: 2.0rem;
	display: inline-block;
	text-align: center;
	background-color: bisque;
	padding: 10px 10px;
	margin: 20px;
}

/*==================================================
機能編 　5-1-11 クリックしたらナビが上から下に出現
===================================*/

@media screen and (max-width:960px) {
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#ffffff;
    /*動き*/
	transition: all 0.6s;
     margin: 0;  
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 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 {
    /*ナビゲーション天地中央揃え*/
    width: 70%;
    margin:0 auto 0 ;
}
    
#g-nav ul ul{
    width: 100%;
    margin: 0;
}
 
/*プルダウンナビのCSS*/
#g-nav ul li.has-child ul{
  	position: relative;
	left:0;
	top:0;
	width:100%;
	visibility:visible;/*JSで制御するため一旦表示*/
	opacity:1;/*JSで制御するため一旦表示*/
	display: none;/*JSのslidetoggleで表示させるため非表示に*/
	transition:none;/*JSで制御するためCSSのアニメーションを切る*/
    transform: none;
}

	
/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
    width: 100%;
}

#g-nav li a{
	color: #031520;
	text-decoration: none;
	padding:10px 0;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 400;
    border-right: none;
    font-size: 1.4rem;
     font-family: "maru-maru-gothic-clr-stdn", sans-serif;

}
	#g-navi li a::after {
		background: none;
}
    #g-nav-list{
        margin-top: 20px;
    }
    .logo{
        margin: 0 auto;
        width: 40%;
        padding: 30px 0 20px;
    }
}

/*==================================================
　機能編 5-2-7 3本線が奥行きを持って回転して×に
===================================*/

.g-nav-openbtn{
    display: none;
}
 
@media screen and (max-width:960px) {
.g-nav-openbtn{
    display: block;
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:20px;
	right: 22px;
	cursor: pointer;
    width: 30px;
    height:30px;
}

/*ボタン内側*/

.g-nav-openbtn .openbtn-area{
    transition: all .4s;
}

.g-nav-openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 1px;
    border-radius: 0px;
	background: #031520;
  	width: 45%;
  }


.g-nav-openbtn span:nth-of-type(1) {
	top:15px;	
}

.g-nav-openbtn span:nth-of-type(2) {
	top:23px;
}

.g-nav-openbtn span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与されると
線と周りのエリアが回転して×になる*/

.g-nav-openbtn.active .openbtn-area{
	transform: rotateY(-360deg);
}

.g-nav-openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
}

.g-nav-openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.g-nav-openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
}
	nav ul{
		display: block;
	}
}

	.sp_only{
		display: none;
	}
	.pc_only{
		display: block;
	}

/*===========================SP=======================================*/
/*SP版*/
@media screen and (max-width:768px){

	.pc_only{
		display: none;
	}

	.sp_only{
		display: block;
	}
nav ul li.has-child::before {
    left: 100px;
    top: 43%;
}

	/*===========================================================*/
	/* 機能編 5-2-1	3本線が×に*/
	/*===========================================================*/
	.navtoggle{
		position:fixed;
		z-index: 9999;/*ボタンを最前面に*/
		top:15px;
		right: 10px;
		cursor: pointer;
		width: 50px;
		height:50px;
	}

	/*×に変化*/	
	.navtoggle span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 2px;
		border-radius: 2px;
		background-color: #266175;
		width: 45%;
	  }

	.navtoggle span:nth-of-type(1) {
		top:15px;	
	}

	.navtoggle span:nth-of-type(2) {
		top:23px;
	}

	.navtoggle span:nth-of-type(3) {
		top:31px;
	}

	.navtoggle.active span:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}

	.navtoggle.active span:nth-of-type(2) {
		opacity: 0;
	}

	.navtoggle.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
	}

.nav-list{
		display: block;
		font-size: 1.6rem;
		padding-left: 0;
		margin: 60px auto;
		
	}	
	.nav-list li{
		  padding: 40px 10px;
	}
	.nav-list li a{
		font-size: 1.8rem;
	}
    .g-nav-listtop{
        top:0;
        left: 0;
    }
    
    .mainv{
        margin: 0 0 0 -15%;
        width: 100%;
        height: 48vh;
    }
    .top_main{
        margin-left: 0%;
    }
    .slider{
    width: 100%;

}
.slider-item01{
    background:url("../img/mvtop_sp1.jpg");
    background-repeat: no-repeat;

}

.slider-item02{
    background:url("../img/mvtop_sp2.jpg");
    background-repeat: no-repeat;
}

.slider-item03 {
    background:url("../img/mvtop_sp3.jpg");
    background-repeat: no-repeat;
}
    .main{
        width: 100%;
        margin-top: -60px;
    }
    .main h1{
        font-size: 2.2rem;
        text-align: center;
        letter-spacing: 0.2em;
        margin:60px auto 18%;
        width: 80%;
        font-weight: bold;
    }

    .mv_sns{
        top:10%;
    }
    .mv_sns li{
        font-size: 1.7rem;
        padding: 15px 0;
    }
    
    
    .news{
        margin: 10% auto 0;
        width: 80%;
    }
    
    .news h2{
        margin: 0;
        margin-left: 0px;
   
    }
    
    .newstxt p{
        margin: 5px 0 0 0px;
        font-size: 1.3rem;
    }
    
    .box1 img {
    margin: 100px 0 21px 10%;
        width: 55%;
}
    .box1 h2{
        font-size: 1.6rem;
        line-height: 40px;
        padding-bottom: 120px;
    }
    
    .box1 {
    background-position-x: 65%;
    background-position-y: 100%;
    background-size: 180%;
        width: 100%;
        margin-top: -40px;
        margin-bottom: 40px;
    }
    .box1::before {
    width: 33%;
    background-size: 100%;
    top: 79%;
    left: 56%;
}
    .box2{
        padding-top: 40px;
    }
    .ttl{
        width: 55%;
    }
    
    .menu{
        display: block;
        width: 100%;
    }
    
    .box2cont{
        flex-wrap: wrap;
        width: 90%;
        margin-bottom: 20px;
    }
    
    .menulist{
        flex-wrap: wrap;
    }
    .menu dt{
        font-size: 2.0rem;
    }
    
    .box2{
        background-size: 447%;
    background-position-x: 27%;
    background-position-y: 37%;
    }
    
    .box3{
        margin-top: 60px;
        background-size: 269%;
    background-position-x: 76%;
    background-position-y: -28%;
    }
    .box3 h2{
        font-size: 2.4rem;
        margin: 0;
        text-align: center;
    }
    .box3 h3{
        margin: 0;
        text-align: center;
    }
    
    
    .slier2area{
        width: 78%;
        margin-top: 40px;
    }
    .slider2 .slick-prev{
        top:40%;
        width: 25px;
         left: -12%;
    }
    
    
    .slider2 .slick-next{
        top:40%;
        width: 25px;
        right: -12%;
       
    }
     .slider3 .slick-prev{
        top:40%;
        width: 25px;
         left: -12%;
    }
    
    
    .slider3 .slick-next{
        top:40%;
        width: 25px;
        right: -12%;
       
    }
    .box4{
        padding: 0 0 60px 0;
            background-size: 235%;
    background-position-x: 63%;
    background-position-y: 100%;
        width: 100%;
    }
    .box4 img{
        width: 55%;
    }
    .box4 h2{
        width: 80%;
        text-align: center;
        padding: 20px 0;
        
    }
    .box4 h3{
        width: 80%;
        margin: 0 auto　80px;
    }
    
    .box4 ul{
        margin-left: 0;
    }
    .box4 li{
        font-size: 1.2rem;
        width: 80%;
        margin: auto;
    }
    .insta{
        width: 90%;
        margin: auto;
    }
    .pro_box{
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .pro_box img{
        margin: 0 auto;
    }    
    button{
        padding: 20px 40px;
        font-family: "maru-maru-gothic-clr-stdn", sans-serif;
        font-size: 1.6rem;
        color:#1D1A17;
        width: 80%;
    }
    
    .linebtn {
    width: 100%;
    }
    
    #page-top{
        right: 60px;
    }    
    footer ul{
        flex-wrap: wrap;
    }
    
/*---------------works sp-----------------------*/
    
    .work_box{
        margin-top: -80px;
    }
    .read {
        margin-top: 40px;
    }
    
    .read h2{
        font-size: 1.6rem;
        width: 80%;
        margin: auto;
        line-height: 28px;
    }
    .read ul{
        flex-wrap: wrap;
        
    }
    .read li{
        padding: 20px 12px;
        font-size: 1.4rem;
        letter-spacing: 0.15ex;
    }
    
    .work_box img{
        width: 35%;
        margin: 40px auto;
        text-align: center;
    }
    
    .work_box ul{
        flex-wrap: wrap;
        width: 90%;
        justify-content: space-around;
    }
    
    .work_box li{
        width: 30%;
        padding-bottom: 0px;
        font-size: 1.2rem;
    }
  
    .work_box li img{
        width: 90%;
        margin-top: 20px;
    }
    .work_box h2 {

    margin-top: 80px;
        padding-bottom: 0;
}
    .work_box h3{
        font-size: 2.8rem;
    }
    
    
    
    
    .work_box2 img{
        width: 55%;
    }
    
    
    .work_box2 ul{
        flex-wrap: wrap;
        width: 100%;
    }
    .work_box2 li{
        width: 100%;
        padding: 40px 0px;
        margin: 10px 10px;
    }
    .work_box h4{
        font-size: 1.6rem;
    }
    .icon1 {
    background-size: 40%;
    background-position-y: 45px;
}
    
    .work_box2::after {
    top: 22%;
    left: 85px;
    width: 24%;
}
    .work_brank{
        margin-top: 60px;
    }
    .btob h2{
        font-size: 2.8rem;
        margin-bottom: 40px;
    }
    
    .btob ul{
        font-size: 1.4rem;
    }
    .btob li{
        line-height: 42px;
    }
/*---------------planning sp-----------------------*/
    .readtxt{
        margin-top: 60px;
    }
    .readtxt2{
        display: block;
        width: 100%;
         background-size: 105%, 97%, 95%;
    background-repeat: no-repeat;
    background-position-y: -5%, 49%, 102%;
    background-position-x: 0%, 0%, 0%;
    }
    
    .readtxt2 dl{
        width: 100%;
        padding: 20px 0;
        margin: auto;
    }
    
    .readtxt2 dd {
    padding: 0 25px 20px;
    font-size: 1.4rem;
    width: 250px;
    margin: auto;
    line-height: 26px;
}
    .plan_ttl{
        padding-top: 20px;
        font-size: 1.8rem;
        padding-bottom: 40px;
    }
    
    .plan_box1_flow{
        display: block;
    }
    .plan_box1_flow dl{
        width: 100%;
        margin-bottom: 50px;
    }
    .plan_box1_flow dt{
        padding: 0;
    }
    .plan_box1_flow dd{
        height: 100px;
    }
    .plan_box1 p{
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 1.6rem;
    }
    
    .plan_box2_case{
        width: 80%;
    }
    
    .plan_box2_case dl{
        width: 100%;
        background-position-y: 2%;
    }
    
    .plan_box2_case{
        display: block;
    }
    .plan_box2 span{
        line-height: 50px;
    }
    
    .plan_box3_stylist span{
        text-align: left;
    }
    
    .plan_box3 h3{
        font-size: 1.4rem;
        padding-bottom: 40px;
         text-align: left;
    }
    .plan_box3 p{
        font-size: 1.8rem;
       
    }
    .plan_box3_gallary{
        width: 100%;
    }
    
    .plan_box3_stylist{
        display: block;
        width: 100%;
    }
    
    .plan_box3_stylist li{
        width: 100%;
        margin: 40px 0;
    }
    
    
    .plan_box4{
        width: 80%;
    }
    
/*---------------original sp-----------------------*/
    .origial_box img {
    width: 30%;
 
}
    .original_boxtxt {
    width: 80%;
        margin-bottom: 0px;

}
    .origial_box{
        margin-top: -60px;
    }
    .origial_box h2{
        width: 80%;
        margin: auto;
    }
    .sns{
        margin: auto;
        text-align: center;
        justify-content: center;
    }
    
    .sns li{
        padding-bottom: 100px;
    }
/*---------------order sp-----------------------*/  
    .order_cont{
        display: block;
    }
    .order_box{
        margin-top: -80px;
    }
    .order_boxa{
        width: 100%;
        margin: auto;
    }
    
    .order_boxa h2{
        background-color: #EBEBEB;
        text-align: center;
    }
    .order_boxa ul{
        padding: 10px 0;
    }
    .order_boxa h3{
        padding-bottom: 10px;
    }
    .order_boxa p{
        padding-bottom: 10px;
    }
    
    .order_boxttl {
    width: 90%;
    padding: 0px;
}
    
    .order_boxb img {
    width: 100%;
}

    .order_cont2{
        margin-top: 80px;
    }
 
    .order_slider p{
        text-align: center;
        font-size: 1.8rem;
        width: 70%;
    }
    
    .order_slider{
        padding-bottom: 0;
    }

/*---------------lesson sp-----------------------*/      
    .lesson_box1{
        width: 100%;
        padding: 70px 0;
        margin-top: -80px;
        background-size: 100%;
        background-position-y:-35px;
    }
    
    .linebtn{
        margin-top: -60px;
    }

    .linebtn h2{
        width: 55%;
        text-align: center;
        margin: auto;
    }
    .lesson_btn{
        margin-top: 40px;
    }
    
    .lesson_box2{
        width: 90%;
    }
  
	.xmas{
		width: 100%;
	}
    
	.xmas p{
		font-size: 1.6rem;
	}
    
	.eventbox{
		flex-wrap: wrap;
		width: 100%;
		border-radius: 0px;
		padding: 20px 0;
	}
    
	.eventbox p{
		text-align: center;
		margin: auto;
	}s
	.work_box img{
		margin:10px 5px;
	}
	
}


















