@charset "UTF-8";

/* 共通部分
------------------------------- */
.bg {
    background-color: #F1F1F1;
    background-size: cover;
}

/* Trimmingメイン画像*/

.menu-top{
    position:relative;
    background-image: url(../images/shampoo_top.jpg);
    width: 90%;
    height: 370px;
    background-position: center right;
    background-size: cover;
    filter: opacity(80%);
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

#menu .page-title{
    font-size: 2rem;
    font-family: "Sorts Mill Goudy", serif;
    color:#d7d7d7;
    position:absolute;
    bottom: 90px;
    text-shadow: #555555 2px 2px 7px;
    margin: 0 auto;
}


/*--- メニューリンク ---*/
.menu-links {
    margin-top: 20px;
}
ol{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-end;
    position: relative;
}
.menu-links:not(:last-child) {
    margin-right: 20px;
}
.menu-links:not(:last-child):after{
    content: '';
    display: inline-block;
    margin-left: 20px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
}

.menu-links a{
    color: #888888;
    font-family: 'Sorts Mill Goudy', serif;
}

.menu-links a:hover{
    opacity:0.7;
}


/*--- メニュー説明 ---*/
.menu_about{
    position:relative;
    font-size:0.937rem;
    letter-spacing: 0.05em;
    margin-top: 90px;
    margin-bottom: 90px;
}
.first {
    margin-bottom: 20px;
}

/*--- トリミングをご利用いただくにあたって ---*/
.attention {
    background-color: #FDFDFD;
    border-radius: 20px;
    padding-top: 40px;
    padding-bottom: 45px;
    width:92%;
}

.attention-title {
    text-align: center;
    color:#937117;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 35px;
}
.caption {
    list-style: none;
    list-style-position: inside;
    font-size: 0.812rem;
    font-weight: 400;
    letter-spacing: .05rem;
    padding: 0 4px;
}
.caption .detail::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #888;
    display: inline-block;
    margin: 0 7px 1px 0;
}
.caption .detail-2::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #888;
    display: inline-block;
    margin: 0 7px 1px 0;
}

.detail {
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

/*----- メニュー説明 ------*/

.menu-title {
    font-size: 1.875rem;
    font-family: 'Sorts Mill Goudy', serif;
    color: #937117;
    text-align: center;
    padding: 1.2rem;
    margin-top: 5rem;
    margin-bottom: 1rem;
    letter-spacing: 0.3rem;
}
.course{
    background-color: #FDFDFD;
    border-radius: 20px;
    padding-top: 40px;
    padding-bottom: 55px;
    margin-bottom: 50px;
    width:92%;
}

.menu_label{
    font-size:1.15rem;
    letter-spacing: .1em;
    color:#937117;
    font-weight: 600;
}
.menu_text{
    font-size: 0.875rem;
    margin-bottom: 20px;
}

/*----- 料金表 ------*/
.tbsp{
    font-size: 0.812rem;
    margin-left: 20px;
}
.price{
    padding-top:45px;
    padding-bottom: 45px;
    background-color: #FDFDFD;
    border-radius: 20px;
    width:92%;
    overflow-x: scroll;
}
table.sp-price {
    width: 100%;
    min-width: 750px;
    margin: 5em auto 2em;
}
.course-price{
    font-weight: 600;
}
.price table{
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 50px;
}
table tr{
    padding: 1em;;
    border-bottom: 1px solid #D8D8D8;
}
table thead{
    border-bottom: 5px solid #D8D8D8;
}
.dog {
    width: 35%;
}
.weight{
    width: 15%;

}
table tr:last-child{
    border-bottom: none
}
table th,
table td {
padding: 1em 10px 1em 1em;
border-right: 1px solid #D8D8D8;
text-align: center;
}
table td {
    font-size: 0.875rem;
}
table th {
    font-size: 0.937rem;
    font-weight: 700;
}
table th:last-child,
table td:last-child{
    border: none;
}
tbody th {
    color: #937117;
    font-weight: bold;
}

/*----- オプションメニュー ------*/
.tab-sp-text {
    color: #9f9f9f;
    text-align: center;
    margin-bottom: 10px;
    font-size: 0.812rem;
}

#option h3 {
    font-size: 1.875rem;
    font-family: 'Sorts Mill Goudy', serif;
    color: #937117;
    text-align: center;
    letter-spacing: 0.3rem;
    margin-bottom: 2rem;
    margin-top: 100px;
    position: relative;
}
.sab-text {
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 70px;
}

#option h3::after{
    content:"";
    position:absolute;
    display:block;
    bottom: -10px;
    width:18px;
    height:1px;
    background-color:#937117;
    left:50%;
    transform: translateX(-50%)
}
#option {
    margin-bottom: 100px;
}

/* コース
------------------------------- */
#course h3 {
    font-size: 1.875rem;
    font-family: 'Sorts Mill Goudy', serif;
    color: #937117;
    text-align: center;
    letter-spacing: 0.3rem;
    margin-bottom: 2rem;
    margin-top: 100px;
    position: relative;
}

#course h3::after{
    content:"";
    position:absolute;
    display:block;
    bottom: -10px;
    width:18px;
    height:1px;
    background-color:#937117;
    left:50%;
    transform: translateX(-50%)
}
#course {
    margin-bottom: 100px;
    padding-bottom: 90px;
}
.course-title {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 5px;
}
.course-info{
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.course-box {
    background-color: #FDFDFD;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 50px;
}
.course-menu {
    color: #937117;
    letter-spacing: 0.05em;
    font-size: 0.937rem;
    font-weight: 600;
    margin-bottom: 23px;
    text-align: center;
}
.course-price2 {
    font-size: 1.0625rem;
    text-align: center;
}
.small {
    font-size: 0.75rem;
    text-align: center;
}
.recommend {
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: 50px;
    position: relative;
    margin-bottom: 10px;
}
.recommend::before{
    content:"";
    position:absolute;
    display:block;
    top: -25px;
    width: 100%;
    height:1px;
    background-color:#D8D8D8;
}

/* オプション紹介
------------------------------- */
#option-info {
    padding-bottom: 90px;
}
.tansan-pic{
    background-image: url(../images/tansansenyoku.jpeg);
    height: 300px;
    width: 300px;
    background-position: 80% 50%;
    background-size: cover;
    filter: opacity(80%);
    position: relative;
    border-radius: 1rem;
}
.tansan-pic::before {
    content: '';
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 300px;
    height: 300px;
    background-color: rgba(0 0 0 / 0);
    border: 1px solid #888;
    border-radius: 1rem;
    }    
.op-intro {
    display: flex;
    align-content: space-between;
    column-gap: 30px;
    align-items: center;
    margin-bottom: 50px;
}
.op-title {
    color: #937117;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.op-text{
    font-size: 0.875rem;
    letter-spacing: 0.05em;
}
.herbpack-pic{
    background-image: url(../images/herbpack.JPG);
    height: 300px;
    width: 300px;
    background-position: 50% 50%;
    background-size: cover;
    filter: opacity(80%);
    position: relative;
    border-radius: 1rem;
}
.herbpack-pic::before {
    content: '';
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 300px;
    height: 300px;
    background-color: rgba(0 0 0 / 0);
    border: 1px solid #888;
    border-radius: 1rem;
}    
.awa-pic{
    background-image: url(../images/awapack.jpeg);
    height: 300px;
    width: 300px;
    background-position: 50% 50%;
    background-size: cover;
    filter: opacity(80%);
    position: relative;
    border-radius: 1rem;
}
.awa-pic::before {
    content: '';
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 300px;
    height: 300px;
    background-color: rgba(0 0 0 / 0);
    border: 1px solid #888;
    border-radius: 1rem;
}    


/* モバイル版
------------------------------- */
@media (max-width: 600px) {
    .menu-top{
        background-position: 80% center;
    }
}

@media (max-width: 1270px) {
    .menu-links {
        margin-right: 90px;
    }
}
@media (max-width: 700px) {
    .menu-links {
        margin-right: 0;
    }

@media (max-width: 700px) {
    #menu .page-title{
    margin-left: 0px;
    bottom: 50px;
    }
}
@media screen and (min-width: 750px){
    .price {overflow-x: auto;}
    table.price {width: 60%;}
}
}
@media screen and (max-width: 800px){
.course-info{
    flex-direction: column;
    }
    .op-intro {
        flex-direction: column;
    }
    .op-title {
        margin-top: 30px;
    }
    .ophb-info-text{
        order: 2;
    }
    .ophb-pic {
        order: 1;
    }
    .op-text {
        margin-bottom: 50px;
    }
}