@charset "UTF-8";
body {
    position: relative;
    margin: 0;
    font-family: "游ゴシック体", YuGothic, "Arial", "メイリオ";
    line-height: 1.6em;
    color: #333;
    height: 100%;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "Arial", "メイリオ";
}

a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    color: #333;
}

html{
  scroll-behavior: smooth;
}

a:active,
a:hover img,
a:focus {
    outline: none;
    text-decoration: none;
    opacity: 0.6;
}

h1,
h2,
h3 {
    color: #000;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul li {
    list-style: none;
}

.flex_course ul li {
    list-style: square
}

.waku{
   position: relative;
    max-width: 1280px;
    margin: 20px auto 0;
}

/* ----------背景ずらし ----------*/
@media(min-width:768px) {
    .spa {
        padding-top: 100px;
    }
}

@media(max-width:768px) {
    .spa {
        padding-top: 25px;
    }
}

@media(min-width:768px) {

    /*flex二等分　グレーが左*/
    .flex_box2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
        position: relative;
    }

    .flex_box2 .par {
        flex: 0 0 39%;
    }

    .flex_box2 .par2 {
        flex: 0 0 59%;
        min-height: 1100px;
    }

    .flex_box2 .par::before {
        content: "";
        width: 50%;
        height: 100%;
        position: absolute;
        top: -4.25vw;
        right: 0;
        background: linear-gradient(-45deg, #fffcfa, #ebe8dd);
        z-index: -1;
    }

    .flex_box2 .par2::before {
        content: "";
        width:75%;
        height: 100%;
        position: absolute;
        top: -4.25vw;
        right: 0;
        background: linear-gradient(-45deg, #fffcfa, #ebe8dd);
        z-index: -1;
    }

    /*flexリバース*/
    .re {
        flex-direction: row-reverse;
    }

    /*中の文字*/
    .box_point {
        max-width: 95%;
        margin: 0 auto;
        padding: 10px;
        text-align: left;
    }

    .box_point h3 {
        margin-top: 0vw;
        letter-spacing: 0.1em;
        line-height: 1.7;
        font-size: 24px;
        font-family: kozuka-mincho-pr6n, serif;
        font-weight: 400;
        font-feature-settings: "palt";
    }

    .box_point .sub {
        margin-bottom: 10px;
        letter-spacing: 0.2em;
        font-size: 20px;
        font-family: kozuka-mincho-pr6n, serif;
        font-weight: 400;
        line-height: 1.2;
        font-feature-settings: "palt";
        color: #9d9046;
    }

    .box_point .p2 {
        margin-top: 14px;
        text-align: justify;
        letter-spacing: 0.1em;
        line-height: 2;
        font-size: 13px;
    }
}

@media(max-width:768px) {
    .box_point {
        width: 100%;
        padding: 0px;
    }

    .box_point h3 {
        font-size: 18px;
        font-family: serif;
        padding: 20px 0;
        color: #e35489;
    }

    .box_point .sub {
        font-size: 18px;
        padding-top: 10px;
    }
}

/* ----------------wrapper------------------ */
.wrapper {
    overflow: hidden;
}

/* ----------------space------------------ */
.inner_m{
    padding-top: 40px;
}

@media screen and (min-width:769px) {
    .inner_m{
        padding-top: 70px;
    }
}

/* ----------------inner------------------ */

.inner_800,
.inner_1024_none{
    margin-left: 15px;
    margin-right: 15px;
    }

.inner_800 h3{
    font-size: 120%;
    font-weight: 400;
    text-align: center;
    margin: 20px;
}   

.inner_top_gray {
    padding: 20px 0;
    margin: 0px;
    background: #f5f1f1;
}


/*---------------------wp新着情報---------------------*/
.inner_wp_800{
    max-width: 800px;
    margin:20px auto 20px;
    border-top: 1px solid #ee96b6;
    border-bottom: 1px solid #ee96b6;
    list-style: none;
    padding: 10px 0;
    font-size: 14px;
    }

.inner_wp_800 ul li{
border-bottom: 1px dashed #999;
padding: 10px;
}
.inner_wp_800 ul li:last-child{
    border-bottom: none;

    }
    

/*---------------------PC版背景---------------------*/
@media screen and (min-width:769px) {
.inner_800{
    max-width: 800px;
    margin:40px auto 80px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
    }
    
.inner_1024_none{
    max-width: 1024px;
    margin:0px auto;
    text-align: center;
    margin-bottom: 40px;
    }
}
    
/* ----------------メイン画像------------------ */
@media screen and (max-width:768px) {
.photo_sp_size {
    width: 100%;
    background-size: contain;
    height: 400px;
    background-position:right top;
    background: #CCC;
}

.photo_sp_size_2 {
    width: 80%;
}
}

/* ----------------ライン------------------ */
.width_line {
    margin: 20px 0;
    border-top: 1px solid #ccc;
}

.width_line_se {
    margin: 20px 0;
    border-top: 1px solid #bab399;
}

.width_line_none {
    padding: 10px 0;
}

@media(min-width:769px){
.width_line {
    margin: 50px 0;
    border-top: 1px solid #ccc;
}

.width_line_se {
    margin: 80px 0;
    border-top: 1px solid #bab399;
}

.width_line_none {
    padding: 30px 0;
} 
}
/* ----------------top スライダー------------------ */
.slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.slide .item {
  position: relative;
  height: 100%;
}
.slide .item::before {
  display: block;
  padding-top: 50%;
  content: "";
}
.slide .item .image {
  position: relative;
  overflow: hidden;
}
.slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.slide-animation{
    animation: fadezoom 8s 0s forwards;
}
@media(max-width:768px){
    .slide .item img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
      }
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
/* -----------------削除----------------- */

/*=====1023以下=====*/
@media screen and (max-width: 1279px) {
.pc {
    display: none;
    }
}
/*=====1024以下=====*/
@media screen and (min-width: 1280px) {
.sp {
    display: none;
    }
}
/* ----------lOGO位置--------- */
/*big*/
header {
    position: relative;
}
/* ----------画像の上タイトル帯---------- */
.title_mov {
    position: absolute;
    width: 78%;
    height: 89px;
    top: 30%;
    left: 50%;
    font-size: 130%;
    line-height: 1.5em;
    text-align: center;
    font-family: 'Cinzel', serif;
    transform: translateX(-50%);
    color: #FFF;
    padding: 10px;
    background-image: url(../img/obi.png);
    background-size: cover;
} 
.title_text {
    font-size: 50%!important;
    line-height: 1.5;
    border-top: 1px solid #c1b393;
    font-family: sans-serif;
    padding-top: 10px;
}

/*=====414以下=====*/
@media screen and (max-width:414px) {
.title_mov {
    width: 320px;
    height: auto;
    font-size: 150%;
    top: 40%;
    left: 50%;
    padding: 10px 20px;
    border-radius: 15px;
}
} 

/*=====768以下=====*/
@media screen and (max-width:768px) {
.title_mov {
    width: 295px;
    height: auto;
    font-size: 150%;
    top: 30%;
    left: 50%;
    padding: 10px 20px;
    border-radius: 15px;
}
}
 
/*=====769以上=====*/
@media screen and (min-width: 769px) {
.title_mov {
    width: 417px;
    height: auto;
    font-size: 150%;
    top: 40%;
    left: 50%;
    padding: 10px 20px;
    border-radius: 15px;
}
}
/* ----------タイトル帯---------- */
.main_spel {
    max-width: 600px;
    font-size: 140%;
    line-height: 1;
    font-family: 'Cinzel', serif;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0px auto 0px;
    text-align: center;
}

@media screen and (min-width: 769px){
.main_spel {
    font-size: 220%;
}
}

/* ----------トップタイトル---------- */

.main_title {
    font-size: 16px;
    line-height: 0.8;
    font-family:serif;
    margin: 20px auto 0px;
    padding: 5px 0px;
    text-align: center;
}

.text_top{
    font-size: 18px;
    font-weight: bold;
}
    
.under_line{
        margin-top :-10px;
    }

.sub_title {
    max-width: 250px;
    font-size: 14px;
    margin: 0px auto 0;
    line-height: 2;
    padding-top: 5px; 
    border-top:1px solid #DDD;
    text-align: center;
    }

.cha_moji_en {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #C53772;
    line-height: 1.2;
}

@media screen and (min-width: 769px){
.main_title {
    font-size: 18px;
    margin: 0px auto 0px;
    padding: 0px 0px;
    color: #9489e5;
    font-family: 'Cinzel', serif;
}
    
.text_top{
    font-size: 26px;
}
    
.under_line{
        margin-top :-2px;
        padding-bottom: 10px;
    }
.sub_title {
    max-width: 440px;
    margin: 5px auto 0;
    line-height: 2;
    padding-top: 5px; 
    text-align: center;
    font-size: 20px;
    }
}

/* ----------サブテキスト+コース--------- */
.sub_text{
    text-align: center;
    font-size: 110%;
    line-height: 2;
    padding: 0px 0 20px;
     }

.sub_text_s{
        line-height: 1.4em;
        font-size: 12px;
         }

.sub_text p{
    font-size: 12px;
    padding-bottom: 10px;
         }
         
.photo_frame_g{
    border: 1px solid #CCC;
    margin-bottom: 7px;
}

.photo_frame{
    min-height: 220px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:789px){
    .sub_text_s{
        line-height: 1.6em;
        font-size: 14px;
}
    .sub_text p{
    padding-bottom: 10px;
    font-size: 13px;
}
}

/* ----------マウスオーバー拡大 ----------*/
.moimg2 {
	overflow: hidden;
/*    border: 1px solid #9d8b4a;*/
    margin-bottom: 7px;
}
.moimg2 img {
        width: 350px;
	display: block;
	transition: 0.5s;
}
.moimg2 img:hover {
	transform: scale(1.2, 1.2);
}

/* ----------動くエントリーボタン---------- */
.con_more{
    max-width: 100%;
    position: relative;
    margin: 10px 0;
    padding: 0.1em 2em;
    font-size: 90%;
    background: #d7d2fc;
    color: #333;
    border-radius: 5px;
}

.con_more2{
    max-width: 100%;
    position: relative;
    margin: 10px 0;
    padding: .5em 2em;
    font-size: 90%;
    background: #d7d2fc;
    color: #333;
    border-radius: 5px;
}

/*
.con_more_su{
    max-width: 100%;
    position: relative;
    margin: 10px 0;
    padding: .5em 2em;
    font-size: 90%;
    background: #fde4e4;
    border: 1px solid #CCC;
    color: #333;
}
*/

/*サロン*/
.ent_view {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: .9em 0em;
    background: #d98295;
    color: #fff;
    text-align: center;
    transition: all .3s;
    margin: 15px auto 0;
    border-radius: 5px;
  }

/*お問合せボタン*/
.ent_view_contact {
    position: relative;
    display: inline-block;
    padding: .9em 4em;
    background: #9489e5;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    transition: all .3s;
    margin: 15px auto;
  }

/*お問合せボタン*/
.ent_view_wp {
    position: relative;
    display: inline-block;
    width: 240px;
    padding: .9em 0em;
    background: #d98295;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    transition: all .3s;
    margin: 15px auto;
}

.con_more2::after,
.ent_view::after,
.con_more_su::after,
.ent_view_contact::after,
.ent_view_wp::after{
    position: absolute;
    top: 50%;
    right: 1em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #FFF;
    transition: all .3s;
  }
.con_more2:hover,
.ent_view:hover,
.con_more_su:hover,
.ent_view_contact:hover,
.con_more:hover,
.ent_view_wp:hover{
    background-color: #9489e5;
    color: #ccc;
  }
.con_more2:hover::after, 
.ent_view:hover::after, 
.con_more_su:hover::after,
.ent_view_contact:hover::after,
.con_more:hover::after,
.ent_view_wp:hover::after{
    border-left-color: #ccc;
    right:3%;
  }

@media(min-width:769px){
.ent_view {
    width: 400px;
  }

.con_more{
    padding: .5em 2em;
}
}

@media(max-width:768px) {
.ent_view {
    width: 100%;
  }
.ent_view_contact {
width: 100%;
  }
    
}
/* ---バナー4こ--- */
.con_flex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 15px;
    overflow: hidden;
    margin: 0px; 
}

.con_flex ul img{
    max-height: 220px;
    width: auto;
}

.con_flex ul li {
   width: 49%;
   margin: 0.5% 0.5% 10px;
}

.con_flex ul li:nth-child(even){
   width: 46%;
   margin-right: 2%;
}

.con_flex ul li:nth-child(odd){
   width: 46%;
   margin-left: 2%;
}

.con_frame{
    text-align: left;
}

.con_text{
    font-weight: bold;
    line-height: 1.6;
    
}

@media(min-width:769px){
 .con_flex ul {
    margin-bottom: 15px;
}

.con_flex ul li {
    width: 23%;
    margin: 0% 1%;
}
 .con_flex ul li:nth-child(even){
    width: 23%;
    margin: 0% 1%;
}

.con_flex ul li:nth-child(odd){
    width: 23%;
    margin: 0% 1%;
}   
}

/* ---WP_4個--- */
.wp_flex  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 15px;
    overflow: hidden;
    margin: 0px; 
}

.con_flex_a {
    width: auto;
    flex: 48%;
    padding: 1%;
    font-size: 13px;
}

@media(min-width:769px){
    .con_flex_a {
        width: auto;
        flex: 24%;
        padding: 0.5%;
    }
}

/* -----------------動画再生youtube----------------- */
@media(max-width:768px) {
.wrap_you {
  width: 100%;
  height: 0%;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.wrap_you iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
}

/* -----------------スクロールエフェクト----------------- */
.effect,
.effect>li,
.effect>div {
    opacity: 0;
    transition: all 2s cubic-bezier(.4, 0, .2, 1);
	transform: translate(0,40px); 
	-webkit-transform: translate(0,40px); 
}
.effect.pActive,
.effect .pActive {
    opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}


/* -----------------写真の上に文字のせ----------------- */

.put_on_image {
    overflow: hidden;
    margin: 0px;
}

.put_on_image .caption {
    font-size: 160%;
    text-align: center;
    padding: 40px 10px 0;
    color: #fff;
}

.put_on_image .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.put_on_image:hover .mask {
    opacity: 1;
    padding-top: 20px;
}

@media(min-width:769px) {

.belong{
    width: 100%;
    padding: 50px 0 50px;
}

    .put_on_image .caption {
        padding: 140px 10px 0;
        line-height: 1.4;
    }
.belong .frame_p {
    width:80%;
    padding: 20px;
}
}

/* -----------------新着情報----------------- */
.wwpp ul {
    max-width: 900px;
    margin: 0 auto;
}

@charset "UTF-8";
.inner_top_pro {
    max-width: 100%;
    padding: 15px;
    margin: 0px;
    font-size: 14px;
    line-height: 2;
}

.inner_top_pro h4{    
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 0;
}

.inner_1280 {
    margin: 20px auto;
    padding: 15px;
    background: #FFF;
    text-align: left;
    border-top: 3px solid #9489e5;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.inner_1280_se {
    margin: 0px auto;
    padding: 0 0px;
    background: #FFF;
    text-align: left;
}

.inner_1280_2 {
    margin: 0px auto;
    padding: 20px;
    background: #FFF;
    text-align: left;
    border-radius: 10px;
        text-align: center;
}
}
/* ----------------スペース------------------ */
.spa_line{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px; 
}

@media screen and (min-width:769px) {
.spa_line{
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom:30px; 
}

.inner_top_pro {
    padding: 0px;
    background-size: cover;
    background-position: top left;
}

.inner_1280{
    max-width: 1280px;
    padding: 40px 20px;
    margin-top:40px;
}

.inner_1280_pro{
    max-width: 1280px;
    padding: 40px 80px;
    margin:40px auto;
}

.inner_1280_se2{
    max-width: 1280px;
    padding: 0px;
    margin: 10px auto;
}

.inner_1280_se{
    max-width: 1280px;
    padding: 0px 20px;
    margin-top:40px;
    text-align: center;
}

.inner_1280_2 {
    max-width: 1280px;
    padding: 40px 80px;
    background: #EEE;
}
}

/* ----------横線---------- */
.title-border {
    display: flex;
    align-items: center;
}

.title-border:before,
.title-border:after {
    border-top: 1px solid #CCC;
    content: "";
    flex-grow: 1;
}

.title-border:before {
    margin-right: 1rem;
}

.title-border:after {
    margin-left: 1rem;
}

/* ----------flex---------- */
.flex_pro p{    
    text-align: left;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 2;
}

/*flexリバース*/
.re {
flex-direction: row-reverse;
}

@media(min-width:769px){
.flex_pro ul{    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex_pro ul li{    
    width: 50%;
    margin: 0%;
    border-left: 1px solid #CCC;
    padding: 0 30px;
}

    
    .flex_pro ul li:first-child{    
    border-left: none;
}
}

/* ----------flex---------- */

.flex_course ul{    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 5px;
}

.flex_course ul li{    
    width: 100%;
}

@media(min-width:769px) {
    .flex_course{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
        position: relative;
        text-align: left;
    }

    .flex_course .par {
        flex: 0 0 39%;
    }

    .par img{
        
    }

    .flex_course .par2 {
        flex: 0 0 57%;
/*        border-left: 1px solid #999;*/
        margin-left: 1%;
        padding-left: 1%;
    }
}

/* ----------業種実績---------- */

dl.industry dt {
padding: 10px 0;
    font-weight: bold;
    vertical-align: top;
    position: relative;
}
dl.industry dd {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #d98295;
    text-align: left;
}


@media screen and (min-width: 769px){
dl.industry {
    display: flex;
    flex-wrap: wrap;
}
dl.industry dt {
    flex-basis: 25%;
    padding: 25px 0;
    font-weight: bold;
    position: relative;
/*    line-height: 3rem;*/
}
dl.industry dd {
   padding: 25px 0;
    border-bottom: 1px solid #9489e5;
    flex-basis: 69%;
    margin-left: 50px;
    text-align: left;
}

dl.industry dt:after {
    width: 100%;
    height: 1px;
    content: "";
    display: block;
    background-color: #9489e5;
    position: absolute;
    left: 0px;
    bottom: 0px;
} 
}

/* ----------プロフィールtext ----------*/
.text_b{
    font-weight: bold; 
    font-size: 110%;
}

.t_b_red{
    font-weight: bold;
    font-size: 110%;
    color: #d98295;
}

/*
スライダー
----------------------------*/

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-150%);
  }
}
.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(100vw / 2);
}
.d-demo__item > img{
   width: 100%;
}

@media screen and (min-width: 769px){
 .d-demo__item {
  width: calc(100vw / 6);
}   
}
