@charset "utf-8";
.pic {
width: 80%;
    margin-top: 20px;}
.number{
    font-size: 6.8rem;
    color: #dcb596;
    text-align: center;
    position: relative;
    top: -40px;
}
.contetn-title{
    font-size: 1.65rem;
    color: #fff;
    letter-spacing: 0.4rem;
    text-align: center;
    margin-top: -38px;
}

/* 共通--------------------------------- */
html{
    font-size: 12px;
overfolow: hidden!important;
}
body{
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
overfolow: hidden!important;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
/* 背景色ーーーーーーーーーーーーーーーーーーーー */
.background{
    background-color: #fffcf3;
}
/* ハンバーガーメニューーーーーーーーーーーーー */
.toggle-btn{
    display: block;
    position: absolute;
    top: 15px;
    left: 46%;
    width: 30px;
    height: 30px;
    z-index: 4;
    cursor: pointer;
}
.toggle-btn span{
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 0px;
    transition: all 0.5s;
    border-radius: 4px;
}
.toggle-btn span:nth-child(1){
    top: 3px;
}
.toggle-btn span:nth-child(2){
    top: 14px;
}
.toggle-btn span:nth-child(3){
    bottom: 3px;
}

.close-btn{
    display: block;
    position: fixed;
    top: 15px;
    left: 46%;
    width: 30px;
    height: 30px;
    z-index: 4;
    cursor: pointer;
    display: none;
}
.close-btn span{
    display: block;
    width: 30px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    left: 0px;
    transition: all 0.5s;
    border-radius: 4px;
    z-index: 4;
}
.close-btn span:nth-child(1){
    top: 14px;
    transform: rotate(45deg);
}
.close-btn span:nth-child(2){
    bottom: 14px;
    transform: rotate(-45deg);
}

#menu{
width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

/* jquery--------- */
.burger-btn.is-active .toggle-btn{
    display: none;
}
.burger-btn.is-active .close-btn{
    display: flex;
}
#menu.is-active{
    display: flex;
}


#menu.menu-close {
    display: none;
    transition: 0.5s;
}




/* ヘッダー ーーーーーー */
header{
    width: 100%;
    padding: 0 10px;
    height: 60px;
    background-color: #c2927e;
}
/* header ul{
    display: flex;
    justify-content: space-between;
} */
header ul li{
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
    color: #B27734;
    text-align: center;
    padding-top: 30px;
}
header ul li:nth-child(1){
    padding-top: 0px;
}

/* メイン画像ーーーーーーーーーーーーーーーーーーー */
.main-img{
    position: relative;
    width: 100%;
    height: 90vw;
}
.main-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.catch{
    width: 38%;
    height: 68vw;
    background-color: #fff;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 11%;
    padding-top: 23px;
    border-radius: 15px 0 0 15px;
}
.catch p{
    font-size: 4vw;
    color: #333;
    letter-spacing: 0.3rem;
    line-height: 2.8rem;
    writing-mode: vertical-rl;
    white-space: pre-line;
    margin-left: 18%;
width: 100%;
}
.catch span{
    color: #b27734;
}




.adress p:nth-child(1), .adress p:nth-child(2){
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    color: #333;
    display: inline-block;
}
.adress p:nth-child(2){
margin-top: 6px;
margin-bottom:7px;
}

.en{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    margin-top: 35px;
}
.en h1{
    width: 34%;
}
.en h1 img{
    width: 100%;
}
.adress{
    width: 58%;
}
.btn{
    display: block;
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    color: #fff;
    width: 100%;
    height: 32px;
    background-color: #c2927e;
    border-radius: 8px;
    text-align: center;
    padding-top: 7px;
    margin: 0 auto;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
}
.btn:hover{
    color: #c2927e;
    background-color: #fff;
    cursor: pointer;
}
.btn i{
    padding-left: 5%;
}

/* work---------------------------------------------------------- */
.work{
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}
.work ul li{
    width: 85%;
    height: auto;
    background-color: #c2927e;
    border-radius: 8px;
    margin: 0 auto;
    padding-bottom: 32px;
    margin-bottom: 62px;
}
.work ul li:last-child{
    margin-bottom: 25px;
}
.font-h2{
    display: inline-block;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #b27734;
    letter-spacing: 0.3rem;
    border-bottom: 1px dotted #b27734;
    padding: 0px 3px 8px 3px;
    text-align: center;
    margin-bottom: 48px;
}

.numbe
    font-size: 6.8rem;
    color: #dcb596;
    text-align: center;
    position: relative;
    top: -40px;
}
.contetn-title{
    font-size: 1.65rem;
    color: #fff;
    letter-spacing: 0.4rem;
    text-align: center;
    margin-top: -38px;
}
.little-size{
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
}
.content-text{
    font-size: 1.4rem;
    color: #fff;
    line-height: 2.6rem;
    letter-spacing: 0.24rem;
    width: 85%;
    margin: 0 auto;
    margin-top: 13px;
    text-align: start;
}
.notes{
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: first baseline;
}
.notes p{
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
    line-height: 2.6rem;
    color: #333;
    text-align: start;
}
.notes p:nth-child(1){
    width: 3%;
}
.notes p:nth-child(2){
    width: 96%;
}

/* 文字の左右にドットライン------------------------------------------ */
.contetn-title{
    display:flex;
    align-items: center;
    justify-content: center;
  }
  
  /* ↓② */
  .contetn-title::before,
  .contetn-title::after{
    content: "";
    width: 25px;
    border-top: 1px dotted #fff;
  }
  
  /* ↓③ */
  .contetn-title:before {
    margin-right: 2%; 
  }
  .contetn-title:after {
    margin-left: 2%; 
  }
/* 聞くーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.leason{
    width: 85%;
    margin: 0 auto;
    text-align: center;
    margin-top: 52px;
}
.leason .font-h2{
    margin-top: -43px;/* 要素エリアを相殺 */
}
.leason .font-h2 a{
    white-space: pre-line;
    line-height: 3rem;
}
.leason .font-h2{
    margin-bottom: 15px;/* マージンの上書き */
}
.leason p{
    font-size: 1.4rem;
    letter-spacing: 0.26rem;
    line-height: 2.6rem;
    color: #333;
    text-align: start;
}
/* スケジュールーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.schedule{
    width: 85%;
    margin: 0 auto;
    text-align: center;
    margin-top: 45px;
}
.schedule .font-h2{
    margin-bottom: 22px;
}
.chart{
    background-color: #b7a27d;
    padding-bottom: 20px;
    border-radius: 18px;
}
.chart dl{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 25px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #fff;
}
.chart dt{
    width: 60%;
    padding-left: 20px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.35rem;
    text-align: start;
}
.chart dd{
    width: 40%;
    padding-right: 20px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.3rem;
    text-align: start;
    
}
.schedule .notes{
    margin-top: 7px;
}
/* 利用の流れ-------------------------------------- */
.fllow{
    text-align: center;
    margin-top: 50px;
}
.fllow .font-h2{
    margin-bottom: 22px;
}
.fllow-inner p{
    display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0.26rem;
    line-height: 2.6rem;
    color: #fff;
    text-align: start;
    width: 65%;
    height: 42px;
    border-radius: 11px;
    background-color: #c2927e;
    text-align: center;
    padding-top: 5px;
}
.fllow-inner img{
    display: block;
    margin: 0 auto;
    margin-top: 11px;
    margin-bottom: 11px;
}
.fllow .notes{
    margin-top: 21px;
}
/* 魅力ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.charm{
    width: 85%;
    margin: 0 auto;
    text-align: center;
    margin-top: 55px;
}
.charm .font-h2{
    margin-bottom: 20px;
}
.charm img{
    width: 100%;
    margin-bottom: 28px;
    border-radius: 22px;
}
.charm p{
    font-size: 1.4rem;
    letter-spacing: 0.175rem;
    line-height: 2.6rem;
    color: #333;
    text-align: start;
    margin-bottom: 18px;
}
.charm span{
    color: #B27734;
}

.charm-btn-size{
    width: 50%;
    margin-top: 20px;
}
/* えんのサポートーーーーーーーーーーーーーーーーーー */
.work .oudo01 li{
    background-color: #B7A27D;
}
.oudo02{
    color: #DBC997;
}

/* アクセスーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.access{
    width: 85%;
    margin: 0 auto;
    text-align: center;
    margin-top: 68px;
}
.access .font-h2{
    margin-bottom: 20px;
}
.access iframe{
    margin-bottom: 22px;
    border-radius: 22px;
}
.access p{
    font-size: 0.9rem;
    letter-spacing: 0.26rem;
    color: #333;
    text-align: start;
    margin-bottom: 19px;
    line-height: 1.2em;
}
.access p:last-child{
    margin-bottom: 0px;
}
/* フッターーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
footer{
    width: 100%;
    background-color: #c2927e;
    padding: 11px 0;
    margin: 0 auto;
    margin-top: 55px;
}

.footer-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 78%;
    margin: 0 auto;
}
.footer-inner h1{
    width: 28%;
}
.footer-inner h1 img{
    width: 100%;
    height: auto;
}
.footer-inner p{
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    color: #fff;
}
.sp_none {display: none;}

 @media(min-width: 640px){
   .toggle-btn {display: none;}
   header {height: 80px; width: 100%;}
   #menu{display: block; background-color: #c2927e; height: auto; position: initial;}
   #menu ul {display: flex; width: 50%; justify-content: space-between; margin-left: 30px;}
   header ul li { color: #fff; padding-top: 30px;}
    header ul li:nth-child(1) { padding-top: 30px; }
    .sp_none {display: block;}
    .sp_block {display: none;}
    .main-img{
        height: 670px;
        overflow: hidden;
    }
    .catch {width: 20%; height: 480px;}
    .catch p { font-size:29px; line-height: 1.6; padding-top: 30px;}

    .en{ width: 50%;}
    .adress p:nth-child(1),.adress p:nth-child(2){
        font-size: 14px;
    }
    .work ul li {
        width: 60%;
    }
    .notes {
        width: 60%;
    }
    .leason {width: 60%;}
    .schedule { width: 60%;}
    .schedule .notes{
        width: 100%;
    }
    .charm { width: 60%;}
    .charm img {    border-radius: 60px;}
    .access {width: 60%;}
    .access iframe {
        height: 400px;
    }
    .footer-inner { width: 30%;}
    .footer-inner h1 {width: 20%;}
    .chart dt{

        padding-left: 80px;
    }
}