.breadcrumb-wrap {
    margin-bottom: 15px;
}

/* 店舗ページトップのアラート文 */
.alert-message {
    width: 980px;
    margin: 0 auto 15px;
    padding: 20px 15px;
    font-size: 12px;
    color: #666;
    background: #FAF5F0;
    box-sizing: border-box;
    line-height: 16px;
}

.alert-message span {
    display: block;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
}

/*店舗詳細ページ*/
#std-page-wrap {
    display: block;
    position: relative;
    width: 100%;
}

#std-page-wrap h1 {
    font-size: 20px;
    margin: 10px 0;
}

#std-page-wrap h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    padding: 30px 0 16px;
    border: none;
}

/*店舗ヘッダー*/
#std-header-wrap {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.std-header-inner {
    width: 980px;
    margin: 0 auto 15px;
}

.header-info-wrap {
    position: relative;
    width: 660px;
    float: left;
    margin: 0 auto;
}

.header-infotop-wrap {
    /* border-bottom: 1px solid  #4493d0; */
    margin-bottom: 20px;
}

.std-furigana {
    font-size: 12px;
    color: #656565;
    margin-bottom: 10px;
}

.std-info-details {
    float: left;
}

.std-map-box {
    float: right;
}

a.std-map-link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
}

#std-main-station {
    display: none;
}

.std-station,
.std-genre,
.std-price-range {
    font-size: 12px;
    color: #333;
    margin: 7px 0;
}

.std-station i {
    padding: 0 9px 0 2px;
}

.std-genre i {
    padding: 0 7px 0 0;
}

.std-price-range i {
    padding: 0 10px 0 3px;
}

.std-map {
    background: #F4F6F8;
    border-radius: 3px;
    margin: 5px;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.header-action-wrap {
    width: 300px;
    float: right;
    margin-left: 20px;
}

.std-link-list {
    background: #F4F6F8;
    border-radius: 2px;
    padding: 20px 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    font-size: 15px;
}

.std-official-link {
    margin-top: 0px;
    text-align: center;
}

.std-official-link a {
    display: block;
    background: rgb(215, 108, 154);
    color: #FFF;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 20px 15px;
    box-shadow: 0px 3px 0px rgb(162 35 90);
    text-decoration: none;
}

.std-official-link a:hover {
    opacity: 0.9;
    box-shadow: none;
    transform: translateY(3px);
    transition: all 0.2s;
}

.std-counseling-official-link {
    margin-top: 15px;
    text-align: center;
}

.std-counseling-official-link a {
    display: block;
    /* background: #70d3bd; */
    background: #65d4bb;
    color: #FFF;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 20px 15px;
    /* box-shadow: 0px 3px 0px #26adb5; */
    box-shadow: 0px 3px 0px #21979e;
    text-decoration: none;
    font-weight: bold;
}

.std-counseling-official-link a:hover {
    opacity: 0.9;
    box-shadow: none;
    transform: translateY(3px);
    transition: all 0.2s;
}

.std-fix-form {
    text-align: center;
    padding: 5px 0 0 0;
}

.std-fix-form a {
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #666;
}

.std-fix-form a:hover {
    opacity: 0.9;
}

.std-review-button {
    float: left;
}

.std-review-button a {
    display: block;
    padding: 10px 15px;
    background: #FFF;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    font-size: 13px;
}

.std-like-button {
    float: right;
}

.std-like-button span {
    display: block;
    padding: 10px 15px;
    background: #FFF;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    font-size: 13px;
}

.std-review-button i,
.std-like-button i {
    margin-right: 5px;
}

.std-review-button,
.std-like-button {
    display: none;
}

/*店舗ナビバー*/
#std-navi-wrap {
    display: block;
    position: relative;
    background: white;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    margin-bottom: 10px;
    /* border-bottom: 1px solid #4493d0; */
    border-top: 1px solid #4493d0;
}

.std-navi-inner {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

.std-navi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.std-navi-item {
    width: 20%;
    margin: 15px 0;
    padding: 5px 0;
    text-align: center;
    font-size: 15px;
    border-right: 1px solid #4493d0;
}

.std-navi-item.non-active,
.std-sidebar-item.non-active {
    color: #A9A9A9;
}

.std-navi-item:last-child {
    border: none;
}

.std-navi-item a {
    display: block;
}

.std-navi-item span {
    color: #656565;
    font-size: 13px;
}

/*店舗コンテンツ*/
#std-contents-wrap {
    display: block;
    position: relative;
    width: 100%;
}

.std-contents-inner {
    width: 980px;
    margin: 0 auto;
}

/* メインコンテンツ */
.std-main-wrap {
    width: 660px;
    float: left;
}

.std-thumbnail-wrap,
.std-campaign-wrap,
.std-point-wrap,
.std-image-wrap,
.std-course-wrap,
.std-particular-wrap,
.std-facility-wrap,
.std-details-wrap,
.std-faq-wrap,
.std-nearby-wrap {
    width: 100%;
    margin-bottom: 20px;
}

.std-thumbnail-wrap {
    text-align: center;
    height: 300px;
}

#course-head .std-course-header h2{
    padding-top: 12px;
}

.std-thumbnail-img {
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.std-point-box {
    padding: 5px 0;
    border-radius: 10px;
    border: 1px dashed #4493d0;
}

.std-point-header {
    overflow: hidden;
    text-align: center;
}

#std-page-wrap .std-point-header h2 {
    font-size: 18px;
    margin: 10px 0 10px;
    padding: 0;
    border: none;
}

.std-point-header h2 span {
    padding-bottom: 5px;
    border-bottom: 1px dashed #4493d0;
}

.std-point-contents {
    font-size: 17px;
    padding: 10px 60px;
}

.std-point-item {
    margin: 10px 0;
}

.std-point-item:first-child {
    margin: 10px 0;
}

.std-image-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-bottom: 20px;
}

.std-image-item {
    width: 30%;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.std-image-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04)
}

.std-image-more {
    display: block;
    text-align: center;
}

.std-image-more-button {
    display: block;
    width: 35%;
    background: #F2F2F2;
    color: #333333;
    font-size: 14px;
    border-radius: 50px;
    margin: 0 auto;
    padding: 20px 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.std-image-more-button i {
    margin-left: 10px;
}

.std-course-list-header {
    width: 100%;
    padding: 0px 3px 12px 3px;
    box-sizing: border-box;
    font-size: 15px;
    border-bottom: 1px solid #4493d0;
}

.std-course-list {
    /* margin-bottom: 3px; */
}

.std-course-item {
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid #4493d0;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    margin-bottom: 7px;
}

.std-course-info {
    width: 100%;
    padding: 3px 7px 5px 5px;
    box-sizing: border-box;
    border-bottom: 1px dashed #4493d0;
}

.std-course-info-detail {
    width: 100%;
    box-sizing: border-box;
    padding: 7px 7px 5px 5px;
}

.std-course-name {
    /* float: left; */
    width: 72%;
    display: inline-block;
}

.std-course-type-name {
    /* float: left; */
    width: 62%;
    display: inline-block;
    font-weight: bold;
}

.std-course-plan {
    float: right;
    text-align: right;
}

.std-course-price {
    float: right;
    text-align: right;
}

.course-discount {
    border: 2px solid #CBAB6D;
    border-radius: 3px;
    background-color: #CBAB6D;
    color: white;
    font-size: 11px;
    font-weight: bold;
}

.course-discount-hide {
    display: none;
}

.course-list-more-wrap {
    text-align: center;
    /* border: 1px solid #4493d0; */
    margin-top: 10px;
}

.course-list-more-btn {
    display: inline-block;
    cursor: pointer;
    width: 30%;
    border: 1px solid #4493d0;
    border-radius: 12px;
    color: #333;
    font-size: 12px;
    padding: 5px 0;
    border-bottom: 3px solid #4493d0;
}

.course-list-more-btn::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f067";
    margin-right: 5px;
    font-weight: 900;
    color: #666;
    font-size: 11px;
}

.course-list-more-btn.close::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    margin-right: 5px;
    font-weight: 900;
    color: #666;
    font-size: 11px;
}

.std-course-more {
    display: block;
    text-align: center;
}

.std-course-more-button {
    display: block;
    width: 35%;
    background: #F2F2F2;
    color: #333;
    font-size: 14px;
    border-radius: 50px;
    margin: 0 auto;
    padding: 20px 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

/*================コースのタブ選択まわり================*/
/*タブ切り替え全体のスタイル*/
.course-tabs {
    padding-bottom: 5px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/*タブのスタイル*/
.course-tab-item {
    width: calc(100% / 4);
    height: 50px;
    border-bottom: 3px solid #4493d0;
    background-color: #e6f3fb;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    color: #4493d0;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.course-tab-item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="course-tab-item"] {
    display: none;
}

/*選択不可能タブのスタイル*/
.impossible-course-tab {
    background-color: #c9c9c9;
    color: #666;
}

.impossible-course-tab:hover {
    opacity: 1;
}


/*タブ切り替えの中身のスタイル*/
.course-tab-content {
    display: none;
    padding: 5px 5px;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#all_body:checked ~ #all_body_content,
#face_vio:checked ~ #face_vio_content,
#part_only:checked ~ #part_only_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.course-tabs input:checked + .course-tab-item {
    background-color: #4493d0;
    color: #fff;
}

/*===========================================*/

#std-introduction {
    margin-top: 30px;
    margin-bottom: 20px;
}

#std-introduction .std-introduction-copy h2 {
    /* color: #707070; */
    margin-bottom: 10px;
    padding: 5px 5px 10px 5px;
    font-size: 18px;
    border-bottom: 1px dashed #666;
    color: #4493d0;
}

/* .std-pickup-h3 h3::before {
    content: 'Point.';
    margin-right: 10px;
    font-size: 22px;
    color: #4493d0;

} */

.std-introduction-content {
    display: flex;
    padding: 0 5px;
}

.std-introduction-text {
    width: 100%;
    color: #333;
    font-size: 15px;
    line-height: 1.8em;
}

.std-introduction-text p {
    white-space: pre-wrap;
}

#std-campaign-info {
    margin-top: 50px;
    margin-bottom: 30px;
}

#std-campaign-info .std-campaign-copy h2 {
    padding: 5px 5px 10px 5px;
    font-size: 18px;
    border-bottom: 2px solid #4493d0;
    color: #000;
}

.std-campaign-list {
    margin-top: 12px;
}

.std-campaign-item {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.pickup-line {
    background: linear-gradient(transparent 70%, #ff9ece 60%);
}

/*ピックアップコース*/
#pickup-course-box {
    margin-top: 40px;
    margin-bottom: 0px;
}

#pickup-course-box .pickup-course-box-title h2 {
    padding: 5px 5px 10px 5px;
    font-size: 18px;
    border-bottom: 2px solid #4493d0;
    color: #000;
    margin-bottom: 12px;
}

#pickup-course-slider-wrap{
    height: 100%;
}

.pickup-course-slider-lists {
    text-align: center;
    margin-bottom: 20px;
}

.pickup-course-slider-item{
}

.pickup-course-img-box {
    height: 300px;
    min-width: 270px;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 8px rgb(0 0 0 / 10%);
}

.pickup-course-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.pickup-course-details {
    position: relative;
    margin-top: 1.2em;
    min-width: 120px;
    max-width: 100%;
    color: #666;
    border-top: solid 1px #666;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.5;
    padding: 0px 5px;
}

.pickup-course-details:before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -9px;
    border: 9px solid transparent;
    border-bottom: 9px solid #FFF;
    z-index: 2;
}

.pickup-course-details:after {
    content: "";
    position: absolute;
    top: -19px;
    left: 50%;
    margin-left: -9px;
    border: 9px solid transparent;
    border-bottom: 9px solid #666;
    z-index: 1;
}

.pickup-course-name {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.pickup-course-detail {
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #4694d2;
}

.pickup-course-description {
    margin-top: 10px;
    font-size: 12px;
    color: #333;
}

.pickup-course-btn{
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    color: #fff;
    background-color: #4493d0;
    padding: 10px 0px;
    display: block;
    margin: 15px 5px 5px 5px;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 40%)
}
.pickup-course-btn:hover {
  color: #fff;
}


.pickup-course-pagination{
    bottom: 1px;
}

.std-facility-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    width: 100%;
}

.std-facility-item--active,
.std-facility-item {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px;
    width: 20%;
    font-size: 12px;
}

.std-facility-item--active span {
    padding: 10px 0;
    display: block;
    border: 1px solid rgb(215, 108, 154);;
    border-radius: 15px;
    border-bottom: 3px solid rgb(215, 108, 154);
}

.std-facility-item span {
    padding: 10px 0;
    display: block;
    border: 1px dashed rgb(215, 108, 154);;;
    border-radius: 15px;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.04); */
    color: darkgray;
}

.std-details-table {
    width: 100%;
    font-size: 13px;
    color: #333;
}

.std-details-table table {
    width: 100%;
    border-radius: 3px;
    line-height: 1.5em;
}

.std-details-table table tr {
    border-bottom: 1px dashed #B9B9B9;
}

.std-details-table table tr:first-child {
    border-top: 1px dashed #B9B9B9;
}

.std-details-table table th {
    width: 20%;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
    background: #F4F6F8;
}

.std-details-table table td {
    width: 80%;
    padding: 15px 10px;
}

.std-details-googlemap-pc {
    display: block;
}

.std-details-googlemap-sp {
    display: none;
}

.std-details-fix-form {
    padding-top: 10px;
    text-align: right;
}

.std-details-fix-form a {
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #666;
}

.std-faq-content {
    width: 100%;
}

.std-faq-qa {
    padding: 15px 10px;
    border-top: 1px dashed;
}

.std-faq-qa:last-child {
    border-bottom: 1px dashed;
}

.question,
.answer {
    padding: 5px 0;
    font-size: 13px;
}

.question {
    font-weight: 700;
}

.question i {
    float: right;
}

.answer {
    padding: 15px 0 5px 0;
    display: none;
}

.area-ranking-wrap,
.nearby-studio-wrap,
.nearby-station-wrap {
    margin-bottom: 20px;
}

.area-ranking-list,
.nearby-studio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.area-ranking-studio {
    text-align: center;

}

.area-ranking-studio-img,
.nearby-studio-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    height: 100px;
}

.area-ranking-studio-img img,
.nearby-studio-img img {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 2px;
}

.area-ranking-studio span {
    display: block;
    padding: 5px 0;
    font-size: 11px;
    line-height: 1.3em;
    font-weight: bold;
}

.nearby-studio .near-store-name {
    display: block;
    padding: 3px 0;
    font-size: 11px;
    font-weight: bold;
}

.nearby-studio .near-store-access {
    display: block;
    padding: 3px 0 10px 0;
    font-size: 11px;
    color: #666;
}

.nearby-station-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.nearby-studio {
    width: 18%;
    margin-right: 5px;
}

.nearby-station-area {
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    border-right: 1px solid #B9B9B9;
}

.nearby-station-area span {
    display: block;
    padding-bottom: 2px;
    border-bottom: 1px dashed;
}

/* サイドバーコンテンツ */
.std-sidebar-wrap {
    width: 300px;
    float: right;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 30px;
}

.std-sidebar-box {
    background: #F4F6F8;
    border-radius: 3px;
    padding: 30px;
}

.std-sidebar-top {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #B9B9B9;
}

.std-sidebar-title {
    margin-bottom: 15px;
}

.std-sidebar-links {
}

.std-sidebar-site {
    text-align: center;
    float: left;
    width: 80%;
}

.std-sidebar-site a {
    display: block;
    font-size: 13px;
    padding: 12px 0;
    background: rgb(215, 108, 154);
    border-radius: 10px;
    color: #FFF;
    text-decoration: none;
    box-shadow: 0px 3px 0px rgb(162 35 90);
}

.std-sidebar-site a:hover {
    opacity: 0.9;
    box-shadow: none;
    transform: translateY(3px);
    transition: all 0.2s;
}

.std-sidebar-like {
    float: right;
}

.std-sidebar-like i {
    padding: 10px;
    background: #FFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}

.std-sidebar-item {
    padding: 12px 10px;
    font-size: 13px;
}

.std-sidebar-item a {
    display: block;
}

/* クチコミ */
#std-reviews-wrap{
    margin-bottom: 20px;
}
.std-review-header{
    margin-bottom: -10px;
}
.std-reviews-contents-wrap{

}
.std-reviews-contents-rating-block{
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    width: 100%;
}
.std-reviews-contents-rating{
    padding: 0px 15px 0 15px;
}
.std-reviews-contents-rating-value{
    font-weight: bold;
    font-size: 30px;
    color: #666;
}
.std-reviews-contents-rating-star{
    margin-left: 7px;
    font-size: 22px;
}
.std-reviews-contents{
    margin-top: 15px;
}
.std-reviews-contents-list{
    padding: 0px 15px 0 15px;
}
.std-reviews-content{
    margin-bottom: 20px;
}
.review-author_name{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 15px;
    color: #333;
}
.review-rating{
    font-size: 14px;
}
.review-rating-timedata-text{
    margin-left: 7px;
    font-size: 12px;
    color: #666;
}
.review-text{
    margin-top: 7px;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}
/* レビュー星 */
.contents-rating-star{
    bottom: 1px;
}
.star5_rating {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC;
}

.star5_rating:before,
.star5_rating:after {
    content: '★★★★★';
}

.star5_rating:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffae00;
}

.number_rating {
    font-weight: bold;
    margin-left: 5px;
}

.star5_rating[data-rate="5.0"]:after {
    width: 100%;
	color: rgb(230, 76, 48);
}

.star5_rating[data-rate="4.9"]:after {
    width: 98%;
	color: rgb(230, 76, 48);
}

.star5_rating[data-rate="4.8"]:after {
    width: 96%;
	color: rgb(230, 76, 48);
}

.star5_rating[data-rate="4.7"]:after {
    width: 94%;
	color: rgb(230, 76, 48);
}

.star5_rating[data-rate="4.6"]:after {
    width: 92%;
	color: rgb(230, 76, 48);
}

.star5_rating[data-rate="4.5"]:after {
    width: 90%;
	color: rgb(230, 76, 48);
}

.star5_rating[data-rate="4.4"]:after {
    width: 88%;
	color: rgb(255, 106, 0);
}

.star5_rating[data-rate="4.3"]:after {
    width: 86%;
	color: rgb(255, 106, 0);
}

.star5_rating[data-rate="4.2"]:after {
    width: 84%;
	color: rgb(255, 106, 0);
}

.star5_rating[data-rate="4.1"]:after {
    width: 82%;
	color: rgb(255, 106, 0);
}

.star5_rating[data-rate="4.0"]:after {
    width: 80%;
	color: rgb(255, 106, 0);
}

.star5_rating[data-rate="3.9"]:after {
    width: 78%;
}

.star5_rating[data-rate="3.8"]:after {
    width: 76%;
}

.star5_rating[data-rate="3.7"]:after {
    width: 74%;
}

.star5_rating[data-rate="3.6"]:after {
    width: 72%;
}

.star5_rating[data-rate="3.5"]:after {
    width: 70%;
}

.star5_rating[data-rate="3.4"]:after {
    width: 68%;
}

.star5_rating[data-rate="3.3"]:after {
    width: 66%;
}

.star5_rating[data-rate="3.2"]:after {
    width: 64%;
}

.star5_rating[data-rate="3.1"]:after {
    width: 62%;
}

.star5_rating[data-rate="3.0"]:after {
    width: 60%;
}

.star5_rating[data-rate="2.9"]:after {
    width: 58%;
}

.star5_rating[data-rate="2.8"]:after {
    width: 56%;
}

.star5_rating[data-rate="2.7"]:after {
    width: 54%;
}

.star5_rating[data-rate="2.6"]:after {
    width: 52%;
}

.star5_rating[data-rate="2.5"]:after {
    width: 50%;
}

.star5_rating[data-rate="2.4"]:after {
    width: 48%;
}

.star5_rating[data-rate="2.3"]:after {
    width: 46%;
}

.star5_rating[data-rate="2.2"]:after {
    width: 44%;
}

.star5_rating[data-rate="2.1"]:after {
    width: 42%;
}

.star5_rating[data-rate="2.0"]:after {
    width: 40%;
}

.star5_rating[data-rate="1.9"]:after {
    width: 38%;
}

.star5_rating[data-rate="1.8"]:after {
    width: 36%;
}

.star5_rating[data-rate="1.7"]:after {
    width: 34%;
}

.star5_rating[data-rate="1.6"]:after {
    width: 32%;
}

.star5_rating[data-rate="1.5"]:after {
    width: 30%;
}

.star5_rating[data-rate="1.4"]:after {
    width: 28%;
}

.star5_rating[data-rate="1.3"]:after {
    width: 26%;
}

.star5_rating[data-rate="1.2"]:after {
    width: 24%;
}

.star5_rating[data-rate="1.1"]:after {
    width: 22%;
}

.star5_rating[data-rate="1.0"]:after {
    width: 20%;
}

.star5_rating[data-rate="0.9"]:after {
    width: 18%;
}

.star5_rating[data-rate="0.8"]:after {
    width: 16%;
}

.star5_rating[data-rate="0.7"]:after {
    width: 14%;
}

.star5_rating[data-rate="0.6"]:after {
    width: 12%;
}

.star5_rating[data-rate="0.5"]:after {
    width: 10%;
}

.star5_rating[data-rate="0.4"]:after {
    width: 8%;
}

.star5_rating[data-rate="0.3"]:after {
    width: 6%;
}

.star5_rating[data-rate="0.2"]:after {
    width: 4%;
}

.star5_rating[data-rate="0.1"]:after {
    width: 2%;
}

.star5_rating[data-rate="0.0"]:after {
    width: 0%;
}

.star5_rating[data-rate="-1"]:after {
    width: 0%;
}

/*================swiper================*/
.swiper-pagination {
    /*position:unset;*/
    margin-bottom: -3px;
}

.swiper-pagination-bullet {
    opacity: .3;
    width: 6px;
    height: 6px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 8px;
    height: 8px;
}

:root {
    --swiper-theme-color: #4493d0;
}

@media (max-width: 959px) {
}

@media (max-width: 559px) {

    .std-header-inner,
    .std-contents-inner {
        width: 97%;
    }

    .header-info-wrap {
        width: 100%;
    }

    .header-action-wrap {
        width: 100%;
    }

    .std-link-list {
        background: #FFF;
        box-shadow: none;
        padding: 20px 10px 5px 10px;
    }

    .std-review-button,
    .std-like-button {
        display: none;
    }

    .std-sidebar-wrap {
        display: none;
    }

    #std-navi-wrap {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 99;
        box-shadow: 1px 1px 3px rgb(194, 194, 194);
    }

    .std-navi-inner {
        width: 100%;
    }

    .std-navi-item {
        font-size: 10px;
    }

    .std-navi-item span {
        display: none;
    }

    .std-main-wrap {
        width: 100%;
    }

    .std-thumbnail-wrap {
        text-align: center;
        margin-bottom: 20px;
        height: 200px;

    }

    .std-thumbnail-img {
        height: 100%;
        object-fit: contain;
    }

    .std-point-contents {
        padding: 0px 15px 0;
        font-size: 15px;
        line-height: 1.5;
    }

    .std-point-item:last-child {
        margin: 10px 0 5px;
    }

    .std-image-more-button {
        width: 60%;
        font-size: 13px;
    }

    .std-course-more-button {
        width: 60%;
        font-size: 13px;
    }

    .std-campaign-item {
        font-size: 14px;
    }

    .std-particular {
        margin-bottom: 30px;
    }

    .std-particular-h3,
    .std-particular-image,
    .std-particular-content {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .std-facility-item--active,
    .std-facility-item {
        text-align: center;
        margin-bottom: 5px;
        margin-right: 5px;
        padding: 0;
        width: 23%;
        font-size: 8px;
    }

    .std-details-table table {
        font-size: 12px;
        line-height: 1.5em;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    .std-details-table table th {
        width: 30%;
    }

    .std-details-googlemap-pc {
        display: none;
    }

    .std-details-googlemap-sp {
        display: block;
    }

    .area-ranking-list,
    .nearby-studio-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .nearby-studio {
        width: 160px;
        margin-right: 15px;
        margin: 5px;
        box-shadow: 1px 1px 10px rgb(194, 194, 194);
        border-radius: 10px;
    }

    .area-ranking-studio-img,
    .nearby-studio-img {
        width: 160px;
        height: 120px;
        position: relative;
        overflow: hidden;
        /* background: #F4F6F8; */
        border-radius: 10px 10px 0 0;
    }

    .area-ranking-studio-img img,
    .nearby-studio-img img {
        box-shadow: none;
        max-width: 100%;
        max-height: 100%;
        border-radius: 2px;
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #FFF;
    }

    .area-ranking-studio span,
    .nearby-studio span {
        display: block;
        padding: 15px 10px;
        font-size: 13px;
        line-height: 1.3em;
        /* font-weight: bold; */
        /* color: #333; */
    }

    .breadcrumb-wrap {
        margin-bottom: 0;
    }

    .alert-message {
        width: 100%;
        margin: 0;
    }

    .pickup-course-img-box {
        height: 270px;
        min-width: 250px;
    }
}