@charset "UTF-8";

body {
    font-family: 'Hina Mincho', serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #5B5447;
    background: url(../images/back_body.jpg);
}

img {
    max-width: 100%;
}

a.link{
    color: rgb(204, 78, 78);
    border-bottom: 1px solid rgb(204, 78, 78);
    font-weight: 700;
}

header {
    background: url(../images/back_white.jpg);
}

.content {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 20px -6px #5B5447;
}

main {
    background: url(../images/back_white.jpg);
}

aside {
    background: url(../images/back_green.jpg);
    color: white;
    line-height: 1.5;
}

footer {
    text-align: center;
}

/* スクロールでふわっと表示 */
.fadeIn {
    opacity: 0;
    transition: 1s;
}
.fadeIn.is-show {
    opacity: 1;
}

/* 画像の影 */
.shadow {
    filter: drop-shadow(5px 5px 5px #5B5447);
}
.shadowGreen {
    filter: drop-shadow(5px 5px 5px #0b2830);
}

/* 画像にhoverしたときの変化 */
.image_link{
    display:block; 
    position:relative;
    text-decoration:none;
}
.image_link img{
    display:block;
    width:100%;
}
.image_link:before{
    content:"";
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    z-index:2;
    background:#000;
    opacity:0;
    transition:0.3s;
}
.image_link:after{
    content:"くわしくみる";
    display:block;
    color:#fff;
    line-height:48px;
    width:180px;
    border:solid 1px #fff;
    border-radius:5px;
    text-align:center;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-1em;
    margin-left:-90px;
    opacity:0;
    z-index:3;
    transition:0.3s;
    font-weight:bold;
    letter-spacing:0.2em;
}
.image_link:hover:before{
    opacity:0.5;
}
.image_link:hover:after{
    opacity:1;
    margin-top:-0.5em;
}

/* ページトップリンク */
.d-none {
    display:none;
}
#page-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #5B5447;
    padding: 0 0 0 35px;
    border-top: solid 2px;
    z-index: 1000;
} 
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 1px;
    width: 15px;
    border-top: solid 2px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
} 
#page-top a {
    font-size: 1em;
}
.section {
    padding: 20px 20px;
}

.section h2,
.section2 h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .17em;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: solid 2px #5B5447;   
}
.section2 h2 {
    font-size: 25px;
}
.section2 h2 span {
    display: block;
    font-size: 15px;
    margin-top: 0;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.2em;
}
.section h3,
.section2 h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .17em;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: solid 1px #5B5447;   
}
.section h3 span {
    display: block;
    font-size: 20px;
    margin-top: 0;
    color: #5B5447;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.twitter h3,.blog h3 {
    padding-bottom: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
    border: none;
}

.section p,.section2 p {
    margin-bottom: 20px;
    font-weight: 700;
}

.section article,.section2 article {
    padding-bottom: 15px;
}
.brown {
    background: url(../images/back_brown.jpg);}

aside {
    padding: 20px 20px;
    font-size: 16px;
}

.mail {
    margin: 1em auto;
    padding: 1em;
    border: 1px solid #ccc;
    max-width: 700px;
}

.mail h2 {
    font-size: 18px;
    text-align: center;
}


a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 300px;
    height: 70px;
    padding: 20px 20px 20px 75px;
    margin: 15px auto;
    background-color: #5B5447;
    box-sizing: border-box;
    position: relative;
    transition-duration: 0.3s;
  }
  a.btn::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -25px;
    background-image: url(../images/mail.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  a.btn span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
  }
  a.btn:hover {
    color: #5B5447;
    background-color: #A59F90;
  }
  .btn-copy {
    font-size: 0.9rem;
    font-weight: bold; 
    position: relative;
    margin-bottom: .2em;
    margin-top: 10px;
    text-align: center;
  }
  
  .btn-copy:before {
    margin-right: 1rem;
    content: '＼';
  }
  
  .btn-copy:after {
    margin-left: 1rem;
    content: '／';
  }


 .snsWrapper {
     width: 300px;
     padding: 20px 0;
     margin: 0 auto;
 }
.snsicons{
    width: 300px;
    height: 100px;
    padding-top: 10px;
    text-align: center;
    margin: 0 auto;
}
.snsicons li{
    display:inline-block;
    height:60px;
    padding-left: 10px;
}
.snsicons img{
    width: 60px;
    height: auto;
    transition: 0.3s;
}
.snsicons img:hover{
    opacity:0;
}
.fbicon {
    background-image: url("../images/fbColor.png");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 10px;
}
.twicon {
    background-image: url("../images/twitterColor.png");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 10px;
}
.instaicon {
    background-image: url("../images/instagramColor.png");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 10px;
}
.mailicon {
    background-image: url("../images/mailColor.png");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 10px;
}



h2.name {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ffffff;
}

.profile {
    margin-top: 50px;
}

.profile ul {
    margin: 20px 0;
}

.profile dt{
    float: left;
}

.profile dd {
    margin-left: 4rem;
}

.map {
    text-align: center;

    margin-bottom: 20px;
}

.map iframe {
    width: 100%;
    height: 450px;
}

.attention {
    margin: 30px auto;
    padding: 1em;
    border: 1px solid #ccc;
}

a.mailformLink {
    text-decoration: underline;   
}

a.mailformLink:hover {
    color: rgb(0, 139, 139);
}

address {
    margin-top: 30px;
}

address p {
    margin-bottom: 15px;
    font-size: 15px;
}

.logoWrapper {
    width: 300px;
    margin: 0 auto;
}
p.logoFooter {
    margin: 0 auto;
    padding: 30px 50px 0 0;
}

footer {
    background: url(../images/back_dark.jpg);
    color: #fff;
    padding: 5px 0;
    font-size: 23px;
}
.textBox {
    width: 100%;
    margin: 0 auto;
    text-indent: 1em;
}
.textCenter {
    text-align: center;
    text-align-last: left;
    padding: 0 20px;
    text-indent: 1em;

}
/*///// index.html///// */

header h1 {
    text-align: left;
    padding: 15px 0 15px 20px;
}

header h1 img {
    width: 200px;
}

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

.slider img {
    width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
    border-radius: 15px;
}

.slider .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5;/*透過50%*/
  padding-bottom: 20px;
}

.slider .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
  padding-bottom: 20px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

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

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

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 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:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.concept {
    padding-top: 30px;
    padding-bottom: 20px;
    color: #005E74;
    font-weight: 700;
    line-height: 1;
}

/* 一文字ずつ文字が出現 */
p.eachTextAnime{
    text-align: center;
    padding-bottom: 20px;
  }
  .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;}
  }


/*///// kimono.html///// */
.backgroundKimono {
    width: 100%;
    height: 250px;
    background: url(../images/bg05.jpg) no-repeat center top/cover;
}
.section2 {
    padding: 30px 0 0 0;
}
.nuri {
    background: url(../images/back_nuri.jpg);
    margin: 0 auto 30px auto;
    width: 100%;
    padding: 10px 0 10px 20px;
}
.nuri ul,
.nuriLesson ul {
    list-style: disc;
    padding: 20px 20px 10px 20px;
}
.nuri ul li,
.nuriLesson ul li {
    font-weight: bold;
    margin-bottom: 5px;
}
.nuri span {
 font-size: 13px;   
}
.nuri p {
    text-align: left;
}

/*///// kesaHoue.html///// */

.backgroundKesaHoue {
    width: 100%;
    height: 250px;
    background: url(../images/bg06.jpg) no-repeat center bottom/cover;
}
.kesaWrapper {
    margin-bottom: 50px;
}

/*///// lesson.html///// */

.backgroundLesson {
    width: 100%;
    height: 250px;
    background: url(../images/bg07.jpg) no-repeat center center/cover;
}
.nuriLesson {
    width: 100%;
    background: url(../images/back_nuri.jpg);
    margin: 0 auto 30px auto;
    padding: 10px;    
}
.nuriLesson li {
    padding-bottom: 10px;
}
.lesson h5 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 17px;
    position: relative;
    padding: 1rem 1rem;
}
.lesson h5::after {
    position: absolute;
    bottom:  0;
    left: 0;
    width: 100%;
    height: 10px;
    content:  '';
    background-image: -webkit-repeating-linear-gradient(135deg, #5B5447, #5B5447 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #5B5447, #5B5447 1px, transparent 2px, transparent 5px);
     background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
}
.lesson dl {
    display: flex;
    flex-wrap:  wrap;
    width: 100%;
    margin-bottom: 20px;
}
.lesson dt {
    width: 30%;
    text-align: right;
    padding-right: 1em;
    font-size: 14px;
}
.lesson dd {
    width: 70%;
    margin-bottom: 10px;
    font-weight: 700;
}
.caption {
    font-size: 13px;
}


/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .accordion-area li {
    margin: 10px 0;
  }
  
  .accordion-area section {
    border: 1px solid #ccc;
    border-radius: 5px;
    background-image:url("../images/back_nuri.jpg");
/*     background-color:rgba(255,255,255,0.8);
 */    background-blend-mode:lighten;
}
  
  /*アコーディオンタイトル*/
  .title {
    position: relative; /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    padding: 3% 3% 3% 50px;
    transition: all 0.5s ease;
  }
  
  /*アイコンの＋と×*/
  .title::before,
  .title::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #333;
  }
  .title::before {
    top: 50%;
    left: 30px;
    transform: rotate(0deg);
  }
  .title::after {
    top: 50%;
    left: 30px;
    transform: rotate(90deg);
  }
  /*　closeというクラスがついたら形状変化　*/
  .title.close::before {
    transform: rotate(45deg);
  }
  
  .title.close::after {
    transform: rotate(-45deg);
  }
  
  /*アコーディオンで現れるエリア*/
  .box {
    display: none; /*はじめは非表示*/
    margin: 0 3% 3% 3%;
    padding: 3%;
    border-radius: 5px;
    background-image:url("../images/back_white.jpg");
/*     background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten; */
  }

  .section h4 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .17em;
 }
 .section h4 span {
    display: block;
    font-size: 15px;
    margin-top: 0;
    color: #5B5447;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.section h5 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .17em;
/*     padding-bottom: 15px;
 *//*     margin-bottom: 20px;
 */}


/*//// staff.html ////*/
.backgroundStaff {
    width: 100%;
    height: 600px;
    background: url(../images/bg08.jpg) no-repeat center center/cover;
}

.staffWrapper{
    width: 80%;
    margin: 0 auto;
}

.layer{
    margin:0 auto;
    width:500px;
    position: relative;
    padding: 0 20px 0 20px;
  }
  
.layer1,.layer2{
    width:300px;
    height:335px;
    border-radius:49% 49% 67% 59% / 61% 46% 54% 59%;
  }

.layer1{
    position: relative;
    z-index: 100;
    margin-top: 30px;
 }

.layer2{
    position: absolute;
    top:0;
    z-index: 1;   
    background: #D1BABB;
    transform: rotate(10deg) translateX(15px);
    margin-top: 30px;
  }  

hr.staff_hr{
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    height: 8px;
    background-image: repeating-linear-gradient(-45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
    background-size: 8px 8px;
}

.staffBox{
    position: relative;
    margin: 1em 0;
    padding: 1.5em 1.5em;/*文字まわりの余白*/
    border: solid 1px #5B5447;/*線の種類、太さ、色*/
    border-radius: 50px;/*ボックスの角のまるみ*/
}
.staffBox:before, .staffBox:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 100%;
    height: 100%;
    border-radius: 50px;/*ボックスの角のまるみ*/
}
.staffBox:before{
    left:0;
    border: solid 1px #5B5447;/*線の種類、太さ、色*/
    transform: rotate(-0.7deg);/*ボックスの角度*/
}
.staffBox:after{
    left:0;
    border: solid 1px #5B5447;/*線の種類、太さ、色*/
    transform: rotate(0.7deg);/*ボックスの角度*/
}
.staffBox p {
    margin: 0; 
    padding: 10px 0 0 0;
}
.heading-005 {
    padding:0 .4em .2em;
    border-bottom: 3px double #5B5447;
    color: #a09f9a;
}
h4.heading-005 {
    font-family: 'Kalam', cursive;
    font-size: 40px !important;
    padding: 0;
}
/*///// OnlineShop.html///// */
/* .backgroundOnlineShop {
    width: 100%;
    height: 250px;
    background: url(../images/bg08.jpg) no-repeat center center/cover;
} 
 .QandA dt::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../images/Q&A.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.QandA dd {
    border-bottom: solid 1px #5B5447;
    margin-bottom: 20px;
    margin-left: 0.1em;
    text-indent: -0.1em;
}
 */
.onlineImage {
    text-align: center;
    padding: 40px 0;
}
/*///// mailform.html///// */
.backgroundInformation {
    width: 100%;
    height: 250px;
    background: url(../images/bg09.jpg) no-repeat center center/cover;
}
.mailWrapper {
    width: 100%;
    max-width: 100%;
}
 form {
     width: 90%;
     margin: 0 auto;
 }
 input[type="text"],
 input[type="email"],
 textarea {
     border: 1px solid #ccc;
     background-color: #fff;
     margin-top:  5px;
     padding:  4px 8px;
 }
 input[type="text"]:focus,
 input[type="email"]:focus,
 textarea:focus {
    background-color: #dbd7cdfd;
}
 input[type="radio"] {
     width: 16px;
     height: 16px;
     vertical-align:  baseline;
     margin-right: 4px;
 }
 input[type="tel"] {
    border: 1px solid #ccc;
    background-color: #fff;
    margin-top:  5px;
    padding:  4px 8px;
}
input[type="tel"]:focus {
    background-color: #dbd7cdfd;
}
 label {
     font-weight: 500;
 }
 textarea {
     width: 100%;
     height:  200px;
     margin-bottom:  30px;
 }
 form > p {
     line-height:  1.4;
     margin-bottom: 50px;
 }
 input[type="submit"] {
     background-color: #5B5447;
     color: #fff;
     border: 1px solid #5B5447;
     padding:  13px 70px;
     margin-top: 20px;
     font-weight: 500;
 }
 input[type="submit"]:hover {
    color: #005E74;
    background-color: #ffffff;
    border: 1px solid #005E74;
    cursor: pointer;
    transition: background-color 0.5s;
    font-weight: 700;
}
::placeholder {
    color: #A59F90;
    font-weight: 500;
  }
.required {
    color: rgb(204, 78, 78);
    padding-left: 3px;
}

/* recaptcha ロボットによる投稿防止*/
.grecaptcha-badge{
    visibility: hidden;
 }

.recaptchaArea {
    width:  80%;
    margin: 0 auto 30px auto;
}

p.recaptcha {
    font-size: 0.7em;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

a.textLink {
    color: #005E74;
    text-decoration: underline;
}

a.textLink:hover {
    color: rgb(4, 181, 181);
}
 /*///// ハンバーガーメニュー///// */

/* メニューを画面上部に固定表示 */
.gMenu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  /* メニューアイコンを画面右上に固定 */
  .gMenu .menu-icon {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 40px;
    padding-top: 5px;
    height: 12px;
  }
  /* メニューアイコン（三本線）の真ん中の線 */
  .gMenu .menu-icon .navicon {
    background: #5B5447;
    display: block;
    height: 2px; /* 太さ */
    width: 40px; /* 長さ */
    position: relative;
    transition: background .4s ease-out; /* 形が変わる時のアニメーション */
  }
  /* メニューアイコン（三本線）の上と下の線を疑似要素で追加 */
  .gMenu .menu-icon .navicon::before,
  .gMenu .menu-icon .navicon::after {
    background: #5B5447;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .4s ease-out; /* 形が変わる時のアニメーション */
    width: 100%;
  }
  .gMenu .menu-icon .navicon::before {top: 12px;} /* 位置を上にずらす */
  .gMenu .menu-icon .navicon::after {top: -12px;} /* 位置を下にずらす */
  /* 表示されるメニュー */
  .gMenu .menu {
    background-color: rgba(193, 226, 226, 0.9);
    overflow: hidden;
    max-height: 0; /* ★最初は高さを0にして非表示状態に */
    transition: max-height .6s; /* 表示されるときのアニメーション */
    text-align: center;
    font-weight: 700;
    }
  /* メニュー部分のデザイン */
  .gMenu .menu li:first-of-type {
    padding-top: 25px;
    padding-top: 50px;
  }
  .gMenu .menu li a {
    display: block;
    padding: 24px 50px;
    text-decoration: none;
  }
  .gMenu .menu li a:hover {
    background-color: rgb(217, 240, 243);
  }
  /* チェックボックスは常に非表示 */
  .gMenu .menu-btn {
    display: none;
  }
  /* ▼▼▼以下はチェックボックスがONの時の状態▼▼▼ */
  .gMenu .menu-btn:checked ~ .menu {
    max-height: 550px; /* ★チェックボックスがオンの時、設定した高さにして表示 */
    transition: max-height .6s;
  }
  /* メニューボタンの中央の線を非表示に */
  .gMenu .menu-btn:checked ~ .menu-icon .navicon {background: transparent;}
  
  /* メニューボタンの上下の線を45度傾けて✕印を作成 */
  .gMenu .menu-btn:checked ~ .menu-icon .navicon::before {transform: rotate(-45deg);top: 0;}
  .gMenu .menu-btn:checked ~ .menu-icon .navicon::after {transform: rotate(45deg);top: 0;}
