@charset "utf-8";

/* PC */
/* 表オンラインヨガ */
.yoga-catalog table{
    width: 100%;
    border: solid 1px #F5F5F5;
    text-align: center;
    margin-bottom: 15px;
 }
.yoga-catalog table th{
    background-color: #a6a6a6;
    color: #ffffff;
 }
.yoga-catalog table th,td{
    width: 25%;
    padding: 10px;
    border: solid 1px #bfbfbf;
 }
#main .single .content #special .img-center{
    text-align: center;
 }
#main .single .content #special .p-mb p{
     margin-bottom: 30px;
 }

/* 表1 */
.table-style1 table{
    width: 100%;
    border: solid 1px #F5F5F5;
    margin-bottom: 15px;
 }
.table-style1 table th{
    background-color: #a6a6a6;
    color: #ffffff;
    padding: 10px;
    border: solid 1px #bfbfbf;
    text-align: center;
 }
.table-style1 table td{
    background-color: #ffffff;
    padding: 10px;
    border: solid 1px #bfbfbf;
    text-align: left;
 } 
.table-style1 table th:nth-child(1),
.table-style1 table td:nth-child(1){
    width: 20%;
 }
.table-style1 table th:nth-child(2),
.table-style1 table td:nth-child(2){
    width: 20%;
 }
.table-style1 table td:nth-child(2) a{
    display: block;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF!important;
    padding: 8px 0;
    text-decoration: none!important;
    background: #FF8F8F;
    -webkit-border-radius: 5px;
    border-radius: 5px;
 }
.table-style1 table th:nth-child(3),
.table-style1 table td:nth-child(3){
    width: 60%;
 }

/* 商品の成分表 */
#special .p-mb .component{
    padding: 2em 2em;
    border: solid 1px #24b4c0;
 }
#special .p-mb .component h5,
#special .p-mb .component p{
    font-size: .9rem!important;
 }

/* 求人系アフィリエイト */
#special .p-mb .ad-style{
    padding: 1.5em;
    border: 1px solid #bfbfbf;
    margin-bottom: 20px;
    display: flex;
 }
#special .p-mb .ad-style .ad-style-img{
    width: 100%;
 }
#special .p-mb .ad-style .ad-style-txt{
    padding-left: 20px;
 }
#special .p-mb .ad-style .ad-style-txt .button{
    text-align: center;
    margin: 0px!important;
 }
#special .p-mb .ad-style .ad-style-txt .button a{
    width: 180px;
    display: block!important;
    color: #FFF !important;
    padding: 7px 0!important;
    text-decoration: none!important;
    background: #FF8F8F!important;
    -webkit-border-radius: 5px!important;
    border-radius: 5px!important;
    transition: all .35s;
 }
#special .p-mb .ad-style .ad-style-txt .button a:hover{
    background: #ffa3a3!important;
 }

#special .p-mb .haikei-haiiro{
	background-color: #efefef;
	padding: 2em;
 }

 /* top */


.topfv {
     background: #24B4C0; 
}
 .topfv_1 {
    padding: 60px 0 45px 60px;
    background: url(img/topfv.png) no-repeat center top/cover;
}
.topfv_read {
    font-size: 16px;
}
.topfv_searchbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.topfv_searchbox input {
    padding: 0 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
    border:none;
}
.topfv_searchbox .search-field {
    width: 500px;
    height: 50px;
}
.topfv_searchbox .search-submit {
    background: #24b4c0;
    color: #fff;
    padding: 0 25px;
    font-size: 16px;
    cursor: pointer;
}
.topfv_searchbox .search-submit:hover {
    background: #54b4c0;
}
.topfv_area {
    padding: 40px 60px;
    margin-bottom: 2em;
}
.topfv_areattl {
    display: flex;
    color: #fff;
    font-size: 16px;
    padding-bottom: 5px;
    align-items: center;
}
.topfv_areattl:before {
    content: "";
    background: url(img/searchicon.svg) no-repeat center center /contain;
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 10px;
}
.topfv_areabox {
    margin-top: 15px;
    display: flex;
    
}
.topfv_areasubttl {
    border-left: 1px solid #fff;
    font-size: 15px;
    padding-left: 15px;
    color:#fff;
    width: 140px;
}
.topfv_areaitem {
    display: flex;
    flex-wrap: wrap;
    column-gap:10px;
}
.topfv_areaitem li a{
    text-decoration: underline;
    color: #fff;
}
.topfv_areaitem li a:hover{
    text-decoration: none;
}

/* PC レイアウト - 1050px以上 */
@media screen and (min-width: 1050px) {
    body {
        min-width: 1050px;
    }
    
    .topfv_1 {
        padding: 60px 0 45px 60px;
    }
    
    .topfv_searchbox .search-field {
        width: 500px;
        height: 50px;
    }
    
    .topfv_searchbox .search-submit {
        height: 50px;
        padding: 0 25px;
        font-size: 16px;
    }
    
    .topfv_area {
        padding: 40px 60px;
    }
    
    .topfv_areasubttl {
        width: 140px;
    }
}

/* タブレット・スマートフォンレイアウト - 1050px未満 */
@media screen and (max-width: 1049px) {
    body {
        min-width: auto;
    }
    
    .topfv_1 {
        padding: 40px 20px 30px;
    }
    
    .topfv_searchbox .search-field {
        width: 100%;
        max-width: 500px;
        height: 40px;
    }
    
    .topfv_searchbox .search-submit {
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }
    
    .topfv_area {
        padding: 30px 20px;
    }
    
    .topfv_areabox {
        flex-direction: column;
        margin-top: 10px;
    }
    
    .topfv_areasubttl {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 10px;
        font-size: 14px;
    }
    
    .topfv_areaitem {
        width: 100%;
        row-gap: 5px;
    }
    
    .topfv_areaitem li {
        margin-right: 10px;
    }
    
    .topfv_areaitem li a {
        font-size: 13px;
    }
}

#breadcrumb ul>span {
    margin-right: 1em;
    position: relative;
}
#breadcrumb ul>span:before {
    content: ">";
    font-size: 10px;
    padding: 0 4px;
    position: absolute;
    right: -13px;
    top: 0px;
    color: #aaa;
}
#breadcrumb ul>span:last-child:before {
    content: none;
}



#breadcrumb ul>span >a span {
    font-size: 11px;
    color: #aaa;
}

#breadcrumb ul>span>span {
    font-size: 11px;
    /* color: #aaa; */
}

.sindan {
    background: #24B4C0;
    padding: 20px;
}

.sindan_ttl {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.sindan_ttl:after {
    content: "";
    width: 50px;
    height: 2px;
    display: block;
    background: #fff;
    margin: 10px auto;
}

.sindan_desc {
    color: #fff;
}

.sindan textarea {
    width: 100%;
    margin-top: 10px;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    /* border-radius: 5px; */
    font-size: 14px;
    line-height: 1.5;
}

.sindan button {
    width: 200px;
    height: 45px;
    margin: 20px auto;
    display: block;
    border: none;
    /* border-radius: 10px; */
}

#result {background: #fff;border-radius: 10px;padding: 3em 10px 1em;position: relative;}

#result:before {
    content: "診断結果";
    font-weight: bold;
    position: absolute;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 0 0 5px #fff;
}

.rankinglist >a {
    width: 25%;
}

.rankinglist >p {
    width: 70%;
    padding-left: 1em;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
}

/* SP・タブレット用の開閉式スタイル */
@media screen and (max-width: 1049px) {
  .cat_area {
    position: relative;
    margin: 0 0 2em;
  }

  .cat_area .tit01 {
    position: relative;
    cursor: pointer;
    border-radius: 4px;
  }

  .cat_area .tit01:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(135deg);
    transition: transform 0.3s;
  }

  .cat_area.active .tit01:after {
    transform: translateY(-50%) rotate(-45deg);
  }

  .cat_area .list {
    display: none;
    padding: 15px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 4px 4px;
    margin-top: -1px;
  }

  .cat_area.active .list {
   /* display: block; */
  }

  .cat_area .list .item {
    margin: 0 0 10px;
  }

  .cat_area .list .item:last-child {
    margin: 0;
  }

  .cat_area .list .link {
    display: block;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    transition: background 0.3s;
  }

  .cat_area .list .link:hover {
    background: #f0f0f0;
  }
}


.post_kv {
    margin: 1em 0 2em;
}
.slim_affibnr {
    width: 400px;
    margin: 3em auto;
    max-width: 90%;
}

/* Slick Slider for Top Page */
.topSlider {
    width: 100%;
    margin: 0 0 40px;
    background: #f9f9f9;
}

.top-slider {
    width: 100%;
}

.top-slider .slide-item {
    padding: 0 ;
    outline: none;
    width: 400px;
}
.custom-slider-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 0;
    margin: 8px;
    text-align: left;
}
.slider-thumb-wrap {
    position: relative;
    aspect-ratio: 400/230;
    overflow: hidden;
}
.slider-thumb-wrap img {
    width: 100%;
    display: block;
}
.slider-label {
    background: #24B4C0;
    color: #fff;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 13px;
    font-weight: bold;
    z-index: 2;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.slider-title {
    padding: 12px 12px 16px 12px;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    line-height: 1.4;
}
.slider-desc {
    margin-top: 0.5em;
}
.top-slider .slide-item a {
    display: block;
    overflow: hidden;
}

.top-slider .slide-item img {
    width: 100%;
    height: auto;
 
    display: block;
}

/* Slick Arrow Customization */
.top-slider .slick-prev,
.top-slider .slick-next {
    /* width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.7);
    border-radius: 50%; */
    z-index: 1;
}

.top-slider .slick-prev:hover,
.top-slider .slick-next:hover {
    /* background: rgba(0,0,0,0.9); */
}

.top-slider .slick-prev:before,
.top-slider .slick-next:before {
    font-size: 20px;
}

.top-slider .slick-prev {
    left: 10px;
}

.top-slider .slick-next {
    right: 10px;
}

/* Slick Dots Customization */
.top-slider .slick-dots {
    bottom: -35px;
}

.top-slider .slick-dots li {
    margin: 0 3px;
}

.top-slider .slick-dots li button:before {
    font-size: 10px;
    color: #ccc;
}

.top-slider .slick-dots li.slick-active button:before {
    color: #333;
}

/* SP (Mobile) Styles */
@media (max-width: 767px) {
    .topSlider {
        margin: 0 0 20px;
    }
    
    .top-slider .slide-item {
        padding: 0 5px;
        width: 100%;
    }
    
    .top-slider .slide-item img {
        /* height: 200px; */
    }
    
    /* SP用の見切れ設定 */
    .top-slider .slick-list {
        overflow: visible;
    }
    
    .top-slider .slick-track {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    /* SP用の矢印調整 */
    .top-slider .slick-prev,
    .top-slider .slick-next {
        width: 35px;
        height: 35px;
    }
    
    .top-slider .slick-prev {
        left: 5px;
    }
    
    .top-slider .slick-next {
        right: 5px;
    }
    
    .top-slider .slick-prev:before,
    .top-slider .slick-next:before {
        font-size: 18px;
    }
}
.slick-slide img {
    width: 100%;
}

/* クリニック情報のレイアウト */
.clinic-info-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.clinic-thumbnail {
    flex-shrink: 0;
    width: 250px;
}

.clinic-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.clinic-info-container .listitems {
    flex: 1;
    margin: 0;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
    .clinic-info-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .clinic-thumbnail {
        width: 100%;
        margin: 0;
    }
    
    .clinic-info-container .listitems {
        width: 100%;
    }
}

.c_btn_3 {
    border:1px solid #24B4C0;
    width: 300px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-decoration: none;
    margin: 1em auto 0;
}
.c_btn_3:hover {
    color: #fff;
    background: #24B4C0;  
} 

.datsumou_sg a[target="_blank"] {
    text-decoration: underline;
    color: #24B4C0;
}
.datsumou_sg a[target="_blank"]:after {
    content: "";
    display: inline-block;
    background: url(img/outlink.svg) no-repeat center center / cover;
    width:  .7em;
    height: .7em;
    margin-left: 0.2em;

}

.pr_announce {
    background: #bba57636;
    padding: 10px;
    border-radius: 5px;
    margin: 2em 0 1em;
}

.pr_announce_desc {
    margin-top: 0;
}
.pr_announce-bnr {
    margin-bottom: 2em;
    display: flex;
    justify-content: center;
}
.pr_announce-bnr._mt {
    margin-top: 2em;
}
.datsumou_sg .pr_announce-bnr a[target="_blank"]:after {
    content: none;
}