
body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.header{
    color: #fff;
    width: 100%;
    background-color: #000000;
    text-align: right;
}

.header-image{
    width: 100%;
    display: block;
    width: 100%;
    aspect-ratio: 2;
    -o-object-fit: cover;
    object-fit: cover;
}

.header-bottom{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-end;
}

.header-book-info{
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    padding: 5px 0;
}

.header-book-title{
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-size: 20px;
}

.header-book-time{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 4px;
}

.header-book-time img{
    margin-right: 8px;
    height: 15px;
}

.main{
    padding: 1% 7%;
}

.main-sub-title {
    background-color: #000000;
    padding: 8px 8px;
}

.main-sub-title-content {
    color: #fff;
    font-size: 12px;
    border-left: 3px solid #fff;
    padding: 0 0 0 10px;
}

.massage-area{
    font-size: 14px;
    color: black;
    padding: 20px 5px;
    line-height: 10px;
    line-height: 30px;
    white-space:pre-line;
}

.btn-area{
    width: 100%;
}

.nomal-btn{
    width: 100%;
    border: #000000 1px solid;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #000000;
    text-align: center;
    margin: 15px auto;
    font-weight: bold;
    box-shadow: 2px 2px 4px #ccc;
}

.nomal-btn a {
    outline: none;
    text-decoration: none;
}

.nomal-btn a:link,
.nomal-btn a:visited,
.nomal-btn a:hover,
.nomal-btn a:active {
    color: #000000;
}


.twitter {
    margin-top: 15%;
}

.price {
    margin-top: 15%;
}

.price-area {
    font-size: 14px;
    margin-top: 14px;
}

.price-data {
    margin-top: 20px;
    font-size: 14px;
}

.price-data-table {
    border: 1px solid #000000;
}

.price-data-table:not(:last-child) {
    margin-bottom: 16px;
}

.price-data-table--header {
    color: #fff;
    font-size: 14px;
    padding: 4px 15px;
    background-color: #000000;
}

.price-data-table--body {
    padding: 16px;  
}

.price-data-table--body table {
    width: 100%;
    border-collapse: collapse;
}

.price-data-table--body table td,
.price-data-table--body table th {
    font-size: 12px;
    border: 1px dashed #989898;
    padding: 6px 8px 4px;
}

.cource-label {
    text-align: right;
}

.price-unit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.price-tags {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
}

.price-tag {
    font-size: 10px;
    padding: 2px 8px;
    color: #fff;
    margin: 4px;
}

.purple {
    background-color: #7e59b1;
}

.garally {
    margin-top: 15%;
}

/* Carousel */
.css-carousel-slider6 {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.css-carousel-slider6 img {
    width: 90%;
    height: auto;
    vertical-align: top;
    margin-left: 5%;
}

.css-carousel-slider6 .slide-wrap {
    width: 600%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider6 10s infinite;
    animation-delay: 5s;
}
.css-carousel-slider6 .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main6 10s infinite;
    animation-delay: 5s;
}
.css-carousel-slider6 .slide {
    width: 100%;
}

@keyframes css-carousel-slider6 {
    0% { transform: translateX(0); }

    13.6% { transform: translateX(calc(1 / 6 * -100%)); }
    16.6% { transform: translateX(calc(1 / 6 * -100%)); }

    30.3% { transform: translateX(calc(2 / 6 * -100%)); }
    33.3% { transform: translateX(calc(2 / 6 * -100%)); }

    46.9% { transform: translateX(calc(3 / 6 * -100%)); }
    49.9% { transform: translateX(calc(3 / 6 * -100%)); }

    63.6% { transform: translateX(calc(4 / 6 * -100%)); }
    66.6% { transform: translateX(calc(4 / 6 * -100%)); }

    80.3% { transform: translateX(calc(5 / 6 * -100%)); }
    83.3% { transform: translateX(calc(5 / 6 * -100%)); }

    97% { transform: translateX(calc(6 / 6 * -100%)); }
    100% { transform: translateX(calc(6 / 6 * -100%)); }
}

@keyframes css-carousel-slider-main6 {
    0% { transform: translateX(100%); }
    83.3% { transform: translateX(100%); }
    97% { transform: translateX(0%);}
}

h2{
    background-color: #000000;
    color: #fff;
    height: 30px;
    font-size: 18px;
    padding: 1rem 2rem;
    border-left: 4px solid #fff;
    font-weight: bold;
    margin: 30px auto;
    line-height: 30px;
}

h3{
    color: rgb(29, 155, 240);
    margin: 10px auto;
    font-size: 18px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    display: flex;
}

.button-list {
    margin-top: 15%;
}

.reserve-button:not(:last-of-type) {
    margin-bottom: 18px;
}

.reserve-button{
    font-size: 16px;
    padding: 10px 16px;
    color: #4a4a4a;
    background-color: #fff;
    border: 1px solid #4a4a4a;
    border-radius: 2px;
    cursor: pointer;
    transition-duration: .1s;
    padding: 4px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reserve-button--icon{
    vertical-align: middle;
    margin-right: 10px;
    height: 16px;
    color: #4a4a4a;
}

.access{
    margin-top: 15%;
}

.shops{
    margin-top: 20px;
    padding: 0 2.5%;
}

.shop-address {
    padding: 0 2.5%;
    margin: 10% 0;
}

.shop-address-title {
    font-size: 20px;
    margin-bottom: 14px;
}

.shop-address-list {

}

.shop-address-item {
    display: flex;
    align-items: center;
}

.shop-address-item--icon {
    margin-right: 6px;
}

.shop-address-item--icon img {
    display: block;
    margin-bottom: 2px;
}

.shop-address-item--content {

}

.shop-address-map {
    margin-top: 30px;
    position: relative;
    height: 90vw;
}

.shop-address-room-list {

}

.shop-address-room {
    position: relative;
}

.shop-address-room--title {
    font-size: 14px;
    margin-bottom: 10px;
}

.shop-address-room--desc{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.shop-address-room--link{
    position: absolute;
    right: 16px;
    bottom: 5px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #c2587a;
    border-radius: 9px;
    cursor: pointer;
}

.shop-address-room--link img{
    color: #c2587a;
}

.therapist-list {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0px;
}
  
.therapist-list .top-therapist-item {
    width: 46%;
    padding: 2%;
    margin-bottom: 10px;
}

.therapist-list .top-therapist-item a {
    text-decoration: none;
    color: #000;
}

.therapist-list .top-therapist-item .top-therapist-image {
    position: relative;
}

.therapist-list .top-therapist-item .top-therapist-image img {
    width: 100%;
    display: block;
    aspect-ratio: 0.745;
}

.therapist-list .top-therapist-item .top-therapist-image .top-therapist-status {
    position: absolute;
    text-align: center;
    font-size: 12px;
    color: white;
    background-color: #E20764;
    border-radius: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    padding: 4px;
}

.therapist-list .top-therapist-item .top-therapist-image .finished {
    background-color: #fff;
    color: #AAAAAA;
    border-color: #AAAAAA;
}

.therapist-list .top-therapist-item .top-therapist-info {
    margin-top: 4px;
}

.therapist-list .top-therapist-item .top-therapist-info .top-therapist-name-type {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.therapist-list .top-therapist-item .top-therapist-info .top-therapist-name-type .top-therapist-name {
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 16px;
    white-space: nowrap;
}

.therapist-list .top-therapist-item .top-therapist-info .top-therapist-type {
    margin: 0 2%;
    margin-bottom: 2%;
    display: flex;
}

.therapist-list .top-therapist-item .top-therapist-info .top-therapist-type .therapist-type {
    font-size: 8px;
    padding: 2px;
}

.therapist-list .top-therapist-item .top-therapist-info .top-therapist-tags {
    margin: 0 2%;
    margin-bottom: 2%;
    display: flex;
}

.therapist-list .top-therapist-item .top-therapist-info .top-therapist-detail {
    font-size: 8px;
    letter-spacing: -0.2px;
    white-space: nowrap;
    margin: 2px 0;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    display: flex;
}


