@charset "UTF-8";
/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

html,
button,
input,
select,
textarea {
    font-family: "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
    color: #2C2C2C;
    font-size: 16px;
    line-height: 1.7;
    padding-top: 90px;
    overflow: hidden;
}

.en_bilo {
    font-family: "bilo", sans-serif;
    font-weight: 600;
    font-style: normal;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

a[href $='.pdf']:hover {
    text-decoration: none;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

/* PCトップページ 共通部分 */
.sec_title_area {
    text-align: center;
    align-items: flex-end;
    justify-content: center;
}

.sec_title_area .icon {
    margin-bottom: 7px;
}

.sec_title_area .title {
    color: #222;
    font-size: 30px;
    letter-spacing: .05em;
    font-weight: 600;
}

.site_btn a {
    display: block;
    width: 375px;
    margin: 0 auto;
    text-align: center;
    line-height: 75px;
    background: #fff;
    border: 2px solid #F8CF00;
    border-radius: 38px;
    position: relative;
    box-shadow: 5px 5px 0 #F8CF00;
    transition: all .3s;
}

.site_btn a .text {
    color: #2C2C2C;
    font-weight: 600;
    letter-spacing: .05em;
    pointer-events: none;
}

.site_btn a .arrow {
    width: 30px;
    height: 30px;
    background: #F8CF00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 45px;
    pointer-events: none;
}

.site_btn a .arrow img {
    width: 16px;
}

.site_btn a:hover {
    box-shadow: none;
    transform: translate(5px, 5px);
}

/* PCトップページ ヘッダー */
.site_hd {
    width: 100%;
    padding: 15px 50px 15px 65px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all .3s;
}

.site_hd.active {
    background: #fff;
}

.site_hd .inner {
    align-items: center;
}

.site_hd .hd_menu li+li {
    margin-left: 40px;
}

.site_hd .hd_menu li a {
    display: flex;
    align-items: center;
}

.site_hd .hd_menu li a .icon {
    width: 45px;
    height: 45px;
    background: #F8CF00;
    border: 2px solid #F8CF00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    position: relative;
    margin-right: 10px;
}

.site_hd .hd_menu li a .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.site_hd .hd_menu li a .icon .hover {
    opacity: 0;
}

.site_hd .hd_menu li a .text {
    color: #2C2C2C;
    font-weight: 600;
    letter-spacing: .05em;
    transition: all .3s;
    line-height: 1;
}

.site_hd .hd_menu li a:hover .icon {
    background: #fff;
}

.site_hd .hd_menu li a:hover .icon .defo {
    opacity: 0;
}

.site_hd .hd_menu li a:hover .icon .hover {
    opacity: 1;
}

.site_hd .hd_menu li a:hover .text {
    color: #F8CF00;
}

/* PCトップページ FV */
#top_fv {
    height: 630px;
    padding: 10px 0 20px;
}

#top_fv .wrap {
    width: 1340px;
}

#top_fv .inner {
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 50px;
}

#top_fv .fv_image {
    width: 670px;
    flex-shrink: 0;
    margin-left: 45px;
    position: relative;
}

#top_fv .fv_image img {
    border-radius: 30px;
}

#top_fv .fv_image::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #F8CF00;
    border-radius: 30px;
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
}

#top_fv .fv_left .text_image {
    margin-bottom: 30px;
}

#top_fv .fv_left .text {
    font-size: 15px;
    letter-spacing: .05em;
    font-weight: 600;
    line-height: 1.6;
}

#top_fv .next_scroll {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

#top_fv .next_scroll a {
    display: block;
    position: relative;
}

#top_fv .next_scroll a .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#top_fv .next_scroll a .round_text {
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

#top_fv .bg_img {
    position: absolute;
}

#top_fv .bg_img.img01 {
    transform: rotate(24deg);
    width: 362px;
    top: -110px;
    left: -70px;
    z-index: -1;
}

#top_fv .bg_img.img02 {
    width: 179px;
    left: 515px;
    bottom: 20px;
    z-index: -1;
}

#top_fv .bg_img.img03 {
    transform: rotate(-148deg);
    width: 391px;
    right: -50px;
    bottom: -110px;
}

/* PCトップページ コラムランキング */
#top_ranking {
    padding: 90px 0 0;
    position: relative;
}

#top_ranking::before {
    content: "";
    background: url(/wp-content/themes/child/image/ranking_bg_img1.png) no-repeat;
    background-size: cover;
    width: 417px;
    height: 408px;
    position: absolute;
    z-index: -1;
    top: 110px;
    left: -110px;
}

.common_ranking .sec_title_area {
    margin-bottom: 30px;
}

.common_ranking .tab_btn ul {
    display: flex;
    justify-content: center;
}

.common_ranking .tab_btn li+li {
    margin-left: 30px;
}

.common_ranking .tab_btn li {
    background: #F5F5F0;
    width: 250px;
    text-align: center;
    border-radius: 20px 20px 0 0;
    padding: 20px 0 13px;
    transition: all .3s;
    cursor: pointer;
}

.common_ranking .tab_btn li .jp {
    font-size: 20px;
    letter-spacing: .05em;
    font-weight: 600;
    line-height: 1.2;
}

.common_ranking .tab_btn li .en {
    color: #8D8D8D;
    letter-spacing: .05em;
    transition: all .3s;
}

.common_ranking .tab_btn li.active {
    background: #F8CF00;
}

.common_ranking .tab_btn li.active .en {
    color: #fff;
}

.common_ranking .tab_btn li:hover {
    background: #F8CF00;
}

.common_ranking .tab_btn li:hover .en {
    color: #fff;
}

.common_ranking .ranking_content {
    background: #FFFCED;
    padding: 50px 0 100px;
    background-image: url(/wp-content/themes/child/image/column_bg_img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.common_column_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}

.common_column_list .column_box:nth-child(2) {
    animation-delay: .2s;
}

.common_column_list .column_box:nth-child(3) {
    animation-delay: .4s;
}

.common_column_list .column_box a {
    display: block;
    position: relative;
}

.common_column_list .column_box a .rank_num {
    width: 56px;
    position: absolute;
    z-index: 1;
    right: -10px;
    top: -10px;
}

.common_column_list .column_box a .rank_num img {
    height: auto;
}

.common_column_list .column_box a .image {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 3/2;
    background: #F1F1F1;
}

.common_column_list .column_box a .image img {
    border-radius: 10px;
    transition: all .6s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.common_column_list .column_box a .image .en {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    letter-spacing: .05em;
    transition: all .3s;
    opacity: 0;
}

.common_column_list .column_box a .image .en::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #F8CF00;
    border-radius: 50%;
    opacity: 0.79;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.common_column_list .column_box a:hover .image .en {
    opacity: 1;
}

.common_column_list .column_box a:hover .image img {
    transform: scale(1.15);
}

.common_column_list .column_box a .content_box .info {
    margin-bottom: 8px;
}

.common_column_list .column_box a .content_box .date {
    margin-right: 45px;
}

.common_column_list .column_box a .content_box .date,
.common_column_list .column_box a .content_box .view {
    align-items: center;
}

.common_column_list .column_box a .content_box .info .icon {
    line-height: 1;
    margin-right: 8px;
}

.common_column_list .column_box a .content_box .info .text {
    color: #2C2C2C;
    font-size: 14px;
    letter-spacing: .05em;
}

.common_column_list .column_box a .content_box .title {
    color: #2C2C2C;
    font-weight: 600;
    letter-spacing: .05em;
    transition: all .3s;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.common_column_list .column_box a:hover .content_box .title {
    color: #F8CF00;
}

.common_column_list .column_box:nth-child(4) {
    grid-column: 1/4;
    grid-row: 2/3;
    margin: 70px 0 30px;
}

.common_column_list .column_box:nth-child(5) {
    grid-column: 1/4;
    grid-row: 3/4;
}

.common_column_list .column_box:nth-child(n + 4) a {
    display: flex;
}

.common_column_list .column_box:nth-child(n + 4) a .image {
    width: 200px;
    margin: 0 40px 0 0;
    flex-shrink: 0;
}

.common_column_list .column_box:nth-child(n + 4) a .image .en {
    transform: translate(-50%, -50%) scale(0.7);
}

.common_column_list .column_box:nth-child(n + 4) a .content_box {
    padding-top: 20px;
}

.common_column_list .column_box:nth-child(n + 4) a .rank_num {
    width: 44px;
    height: 44px;
    right: auto;
    left: 165px;
}

.ranking_content .site_btn a {
    margin: 55px auto 0;
}

/* PCトップページ 新着コラム */
#top_newarrival {
    padding: 70px 0 0;
}

#top_newarrival::before {
    content: "";
    background: url(/wp-content/themes/child/image/column_bg_img1.png) no-repeat;
    background-size: cover;
    width: 500px;
    height: 471px;
    position: absolute;
    z-index: -1;
    top: -235px;
    right: -120px;
}

.common_newarrival .sec_title_area {
    margin-bottom: 30px;
}

.common_newarrival .site_btn a {
    margin: 55px auto 0;
    width: 380px;
}

/* PCトップページ 施設を探す */
#top_search {
    padding: 125px 0 0;
    position: relative;
}

#top_search::before {
    content: "";
    background: url(/wp-content/themes/child/image/search_bg_img1.png) no-repeat;
    background-size: cover;
    width: 527px;
    height: 496px;
    position: absolute;
    z-index: -1;
    top: -135px;
    left: -180px;
}

#top_search::after {
    content: "";
    background: url(/wp-content/themes/child/image/search_bg_img2.png) no-repeat;
    background-size: cover;
    width: 447px;
    height: 405px;
    position: absolute;
    z-index: -1;
    bottom: 355px;
    right: 0;
}

#top_search .inner {
    background: linear-gradient(to bottom, #FFFFFA, #FFFFD6);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 75px 70px 115px;
    position: relative;
}

#top_search .inner::before {
    content: "";
    background: url(/wp-content/themes/child/image/search_bg_img3.png) no-repeat;
    background-size: cover;
    width: 430px;
    height: 238px;
    position: absolute;
    top: 237px;
    left: 75px;
}

#top_search .inner::after {
    content: "";
    background: url(/wp-content/themes/child/image/search_bg_img4.png) no-repeat;
    background-size: cover;
    width: 212px;
    height: 88px;
    position: absolute;
    bottom: 15px;
    right: 60px;
}

#top_search .sec_title_area {
    margin-bottom: 70px;
}

.feature_search {
    flex-wrap: nowrap;
    align-items: flex-end;
    margin-bottom: 120px;
}

.feature_search .left_area {
    flex-shrink: 0;
    width: 200px;
}

.feature_search .feature_list {
    display: flex;
}

.feature_search .feature_list ul+ul {
    margin-left: 60px;
}

.feature_search .feature_list li+li {
    margin-top: 15px;
}

.feature_search .left_area .title_area {
    align-items: center;
    margin-bottom: 45px;
}

.feature_search .left_area .title_area .icon {
    margin-right: 10px;
}

.feature_search .left_area .title_area .title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .05em;
}

.feature_search .left_area .site_btn .submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    border: 1px solid #F8CF00;
    border-radius: 25px;
    line-height: 50px;
    background: #fff;
    box-shadow: 3px 3px 0 #F8CF00;
    transition: all .3s;
}

.feature_search .left_area .site_btn .submit .text {
    font-weight: 600;
    letter-spacing: .05em;
    margin-right: 12px;
}

.feature_search .left_area .site_btn .submit .arrow {
    width: 22px;
    height: 22px;
    background: #F8CF00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature_search .left_area .site_btn .submit .arrow img {
    width: 14px;
}

.feature_search .left_area .site_btn .submit:hover {
    transform: translate(3px, 3px);
    box-shadow: none;
}

.feature_search .feature_list li .text {
    font-weight: 600;
    letter-spacing: .05em;
    position: relative;
    padding-left: 25px;
}

.feature_search .feature_list li input {
    display: none;
}

.feature_search .feature_list li label {
    cursor: pointer;
}

.feature_search .feature_list li .text::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #CECECE;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 1px;
}

.feature_search .feature_list li .text::after {
    content: "";
    width: 15px;
    height: 15px;
    background: #F8CF00;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 1px;
    transition: all .3s;
    z-index: 1;
    opacity: 0;
}

.feature_search .feature_list li input:checked+.text::after {
    opacity: 1;
}

.pref_search .japan_map {
    text-align: center;
    height: 100%;
}

.pref_search .pref_group ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
}

.pref_search .pref_group {
    position: absolute;
    padding-top: 10px;
}

.pref_search .pref_group li a {
    display: inline-block;
    color: #2C2C2C;
    font-size: 18px;
    letter-spacing: .05em;
    font-weight: 600;
    position: relative;
}

.pref_search .pref_group li a::after {
    content: "";
    background: url(/wp-content/themes/child/image/icon_arrow_black.svg) no-repeat;
    background-size: cover;
    width: 8px;
    height: 14px;
    display: inline-block;
    margin-left: 9px;
    transition: all .3s;
}

.pref_search .pref_group li a:hover::after {
    transform: translateX(5px);
}

/* .pref_search .pref_group li a.active::after {
    transform: translateX(5px);
} */

.pref_search .pref_group.hokkaido {
    top: 45px;
    right: 275px;
}

.pref_search .pref_group.tohoku {
    right: 6px;
    top: 150px;
}

.pref_search .pref_group.hokuriku {
    top: 155px;
    left: 485px;
}

.pref_search .pref_group.kanto {
    right: -13px;
    bottom: 150px;
}

.pref_search .pref_group.kansai {
    bottom: -14px;
    left: 485px;
}

.pref_search .pref_group.chugoku {
    left: 290px;
    top: 240px;
}

.pref_search .pref_group.shikoku {
    left: 300px;
    bottom: 2px;
}

.pref_search .pref_group.kyushu {
    left: 60px;
    top: 265px;
}

.pref_search .pref_group.okinawa {
    left: 0px;
    bottom: -5px;
}

.pref_search .pref_group.tokai {
    right: 175px;
    bottom: 35px;
}

.pref_search .pref_group.kansai ul,
.pref_search .pref_group.kyushu ul,
.pref_search .pref_group.kanto ul {
    gap: 0 12px;
}

.pref_search .pref_group::before {
    content: "";
    width: 140px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
}

.pref_search .pref_group.hokkaido::before {
    background: #8096E0;
}


.pref_search .pref_group.tohoku::before {
    background: #80ACE0;
}

.pref_search .pref_group.hokuriku::before {
    background: #80D1E0;
}

.pref_search .pref_group.kanto::before {
    background: #80E0C6;
}

.pref_search .pref_group.tokai::before {
    background: #80E08B;
}

.pref_search .pref_group.kansai::before {
    background: #C6E080;
}

.pref_search .pref_group.chugoku::before {
    background: #E0D980;
}

.pref_search .pref_group.shikoku::before {
    background: #E0AC80;
}

.pref_search .pref_group.kyushu::before {
    background: #E08080;
}

.pref_search .pref_group.okinawa::before {
    background: #E080E0;
}

/* PCトップページ ピックアップ施設 */
#top_pickup {
    padding: 95px 0 150px;
    position: relative;
}

#top_pickup::before {
    content: "";
    background: url(/wp-content/themes/child/image/pickup_bg_img1.png) no-repeat;
    background-size: cover;
    width: 282px;
    height: 266px;
    position: absolute;
    z-index: -1;
    top: -75px;
    left: 0;
}

#top_pickup::after {
    content: "";
    background: url(/wp-content/themes/child/image/pickup_bg_img2.png) no-repeat;
    background-size: cover;
    width: 401px;
    height: 392px;
    position: absolute;
    z-index: -1;
    bottom: -245px;
    right: 0;
}

#top_pickup .sec_title_area {
    margin-bottom: 40px;
}

#top_pickup .sec_title_area .icon {
    margin: 0 15px 0 0;
}

.pick_up_slider {
    padding: 0 97px;
}

.pick_up_slider .slide {
    margin: 0 17.5px;
}

.pick_up_slider .slide a {
    display: block;
}

.pick_up_slider .slide a .image {
    overflow: hidden;
    margin-bottom: 12px;
    background: #F1F1F1;
    border-radius: 10px;
    width: 100%;
    height: 180px;
}

.pick_up_slider .slide a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all .6s;
}

.pick_up_slider .slide a:hover .image img {
    transform: scale(1.15);
}

.pick_up_slider .slide a .info .addr {
    color: #6E6E6E;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 600;
    margin-bottom: 2px;
}

.pick_up_slider .slide a .info .name {
    color: #2C2C2C;
    font-weight: 600;
    letter-spacing: .05em;
    transition: all .3s;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pick_up_slider .slide a .info .comment {
    color: #666;
}

.pick_up_slider .slide a:hover .info .name {
    color: #F8CF00;
}

.pick_up_slider .slick-arrow {
    width: 80px;
    height: 80px;
    border: 2px solid #F8CF00;
    border-radius: 50%;
    background: #F8CF00;
    transition: all .3s;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.pick_up_slider .slick-arrow img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.pick_up_slider .slick-arrow .hover {
    opacity: 0;
}

.pick_up_slider .slick-arrow.slick_next img {
    transform: translate(-50%, -50%) rotateY(180deg);
}

.pick_up_slider .slick-arrow.slick_prev {
    left: -97px;
}

.pick_up_slider .slick-arrow.slick_next {
    right: 0;
}

.pick_up_slider .slick-arrow.slick_next {
    right: -97px;
}

.pick_up_slider .slick-arrow:hover .defo {
    opacity: 0;
}

.pick_up_slider .slick-arrow:hover .hover {
    opacity: 1;
}

.pick_up_slider .slick-arrow:hover {
    background: #fff;
}

.pick_up_slider .slick-dots {
    bottom: -60px;
}

.pick_up_slider .slick-dots li {
    width: 100px;
    height: 5px;
    border-radius: 7px;
    background: #D9D9D9;
    margin: 0 10px;
}

.pick_up_slider .slick-dots li button {
    width: 100%;
    height: 100%;
}

.pick_up_slider .slick-dots li button::before {
    display: none;
}

.pick_up_slider .slick-dots li.slick-active {
    background: #F8CF00;
}

/* PCトップページ フッター */
.site_ft {
    background: #FFFBE6;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.site_ft::before {
    content: "";
    background: url(/wp-content/themes/child/image/footer_bg_img1.png) no-repeat;
    background-size: cover;
    width: 543px;
    height: 512px;
    transform: translateX(-52%) rotate(-36deg);
    position: absolute;
    bottom: -280px;
    left: 50%;
    z-index: -1;
}

.site_ft::after {
    content: "";
    background: url(/wp-content/themes/child/image/footer_bg_img2.png) no-repeat;
    background-size: cover;
    width: 131px;
    height: 66px;
    position: absolute;
    bottom: 120px;
    right: 220px;
}

.ft_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.ft_top .ft_logo {
    flex-shrink: 0;
    width: 278px;
    margin-right: 115px;
}

.ft_top .text {
    line-height: 1.5;
    font-weight: 500;
}

.ft_menu {
    margin-bottom: 95px;
}

.ft_menu .ft_menu_block ul+ul {
    margin-top: 20px;
}

.ft_menu .ft_menu_block .main_item {
    font-weight: 600;
    border-top: 2px solid #F4ECC5;
    padding-top: 5px;
    margin-bottom: 7px;
}

.ft_menu .ft_menu_block li:nth-child(n + 3) {
    margin-top: 5px;
}

.ft_menu .ft_menu_block li a {
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s;
    display: inline-block;
}

.ft_menu .ft_menu_block .main_item a {
    font-size: 16px;
    font-weight: 600;
}

.ft_menu .ft_menu_block li a::before {
    content: "";
    background: url(/wp-content/themes/child/image/icon_arrow_yellow.svg) no-repeat;
    background-size: cover;
    width: 5.7px;
    height: 10px;
    display: inline-block;
    margin-right: 12px;
}

.ft_menu .ft_menu_block .main_item a::before {
    display: none;
}

.ft_menu .ft_menu_block li a:hover {
    color: #F8CF00;
}

.ft_menu_block {
    width: 28%;
}

.copyright {
    text-align: center;
    position: relative;
}

.copyright small {
    font-size: 12px;
    font-weight: 500;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    padding: 10px 0 0;
}

.common_page_main .wrap {
    width: 1340px;
}

.common_page_main .inner {
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
    align-items: center;
    position: relative;
}

.common_page_main .inner .img {
    flex-shrink: 0;
    width: 670px;
    position: relative;
    margin-left: 50px;
}

.common_page_main .inner .img img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_page_main .inner .img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #F8CF00;
    border-radius: 30px;
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
}

.common_page_main .inner .title_box .title {
    font-size: 35px;
    letter-spacing: .05em;
    font-weight: 600;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 5px;
}

.common_page_main .inner .title_box .title span {
    display: inline-block;
    transform: translateY(105%);
    animation: text_anime 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.common_page_main .inner .title_box .title.string_long span {
    transform: translateY(185%);
}

@keyframes text_anime {
    0% {
        transform: translateY(105%);
    }

    100% {
        transform: translateY(0);
    }
}

.common_page_main .inner .title_box .sub_title {
    color: #F8CF00;
    font-weight: 600;
    letter-spacing: .05em;
    font-size: 24px;
    text-transform: capitalize;
}

.common_page_main .inner::before {
    content: "";
    background: url(/wp-content/themes/child/image/fv_bg_img1.png) no-repeat;
    background-size: cover;
    width: 343px;
    height: 322px;
    transform: rotate(24deg);
    position: absolute;
    top: -125px;
    left: -95px;
    z-index: -1;
}

.common_page_main .inner::after {
    content: "";
    background: url(/wp-content/themes/child/image/fv_bg_img2.png) no-repeat;
    background-size: cover;
    width: 179px;
    height: 162px;
    position: absolute;
    left: 515px;
    bottom: 30px;
    z-index: -1;
}

.common_page_wrap {
    padding: 100px 0;
}

.common_page_title {
    text-align: center;
    margin-bottom: 2em;
}

.common_page_title h2 {
    font-size: 30px;
}

.common_page_title .sub_title {
    font-size: 14px;
    letter-spacing: .1em;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

.common-btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff;
    margin: 0 auto;
    transition: .3s;
}

.common-btn:hover {
    opacity: .7;
}

.common_sec_title {
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.common_sec_title .title {
    font-size: 24px;
    letter-spacing: .05em;
    font-weight: 600;
    padding-left: 15px;
    position: relative;
}

.common_sec_title .title::before {
    content: "";
    width: 35px;
    height: 35px;
    background: #F8CF00;
    border-radius: 50%;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 2px;
    z-index: -1;
}

.common_paragraph {
    margin-bottom: 15px;
}

.common_paragraph .title {
    font-size: 22px;
    letter-spacing: .05em;
    padding-left: 10px;
    border-left: 5px solid #F8CF00;
    line-height: 1.5;
    font-weight: 600;
}

.page_ranking_sec {
    padding: 130px 0 0;
}

.page_column_sec {
    padding: 70px 0 0;
}

.page_ranking_sec .site_btn,
.page_column_sec .site_btn {
    display: none;
}

.page_pickup_sec .sec_title_area {
    margin-bottom: 40px;
}

.page_pickup_sec {
    padding: 130px 0 0;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    background: #F5F5F0;
    padding: 15px 0;
    letter-spacing: .05em;
    margin-top: 2em;
}

.breadcrumb a {
    text-decoration: none;
    color: initial;
}

.breadcrumb .home span::before {
    content: "\f015";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding-right: 5px;
}

/* PC固定ページ 会社概要 */
.company_profile {
    margin-bottom: 100px;
}

.company_profile table {
    width: 100%;
    border-collapse: collapse;
}

.company_profile table th,
.company_profile table td {
    padding: 1em;
    border-bottom: 1px solid;
    font-size: 14px;
}

.company_profile table th {
    width: 20%;
}

.company_profile table td {
    width: 80%;
}

.company_access .map {
    height: 350px;
}

.company_access .map iframe {
    width: 100%;
    height: 100%;
}

/* PC固定ページ お問い合わせ */
#page_contact table {
    width: 750px;
    border-collapse: collapse;
    margin: 0 auto 50px;
}

#page_contact table th,
#page_contact table td {
    padding: 1em;
    font-size: 14px;
}

#page_contact table th {
    width: 25%;
}

#page_contact table th .hissu {
    color: #c70000;
    margin-right: .3em;
}

#page_contact table td {
    width: 75%;
}

#page_contact input[type="text"],
#page_contact input[type="email"],
#page_contact #zip {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 1em;
}

#page_contact input.tel {
    border: 1px solid #ccc;
    padding: 1em;
    width: 18.8%;
}

#page_contact span.mwform-zip-field input {
    width: 25%;
}

#page_contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1px solid #ccc;
}

#page_contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 1em;
    height: 200px;
}

#page_contact .attention {
    font-size: 12px;
    text-align: center;
}

#page_contact #btn_wrap {
    justify-content: center;
}

#page_contact #btn_wrap button {
    background-color: #d10606;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: .3s;
    text-align: center;
}

#page_contact #btn_wrap button[name="submitBack"] {
    background-color: #333;
    margin-left: 20px;
}

#page_contact #btn_wrap button:hover {
    background-color: #bf0000;
}

/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::after,
.radio_btns .radio_btns__item+span::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
    border: none;
    background: #F8CF00;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span {
    color: #F8CF00;
}

.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
#page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #F8CF00 #F8CF00;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

/* サンクスページ */
#page_contact .thanks_textArea {
    text-align: center;
}

#page_contact .thanks_textArea p {
    font-size: 16px;
    line-height: 2;
}

#page_contact .thanks_textArea .contact_text {
    margin-bottom: 20px;
}

#page_contact .thanks_textArea .ichiran_link {
    background-color: #d10606;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
}

#page_contact .thanks_textArea .ichiran_link:hover {
    background-color: #bf0000;
}

/* ステップバー デザイン */
#page_contact .progressbar {
    margin-bottom: 30px;
}

#page_contact .progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}

#page_contact .progressbar .item:not(:last-child)::before,
#page_contact .progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}

#page_contact .progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

/* active */
#page_contact .progressbar .item.active {
    z-index: 1;
    background: #F8CF00;
    color: #FFF;
}

#page_contact .progressbar .item.active:not(:last-child)::after {
    border-left-color: #F8CF00;
}

#page_contact .progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

/* PC固定ページ 個人情報保護方針 */
.common_sub_page .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

.common_sub_page dl {
    margin-bottom: 30px;
}

.common_sub_page dl:last-child {
    margin-bottom: 0;
}

.common_sub_page dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 5px solid #F8CF00;
    padding-left: 1em;
}

.common_sub_page dl dd {
    font-size: 14px;
    line-height: 2;
}

/* PC固定ページ 404ページ */
#page-404 {
    text-align: center;
}

#page-404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page-404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.common_news_list li dl dt {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px;
    border-top: 1px dashed #ccc;
}

.common_news_list li:last-of-type {
    border-bottom: 1px dashed #ccc;
}

.common_news_list li dl dt .date {
    flex-shrink: 0;
    margin-right: 15px;
    letter-spacing: .05em;
}

.common_news_list li dl dt .title {
    letter-spacing: .05em;
    font-weight: 600;
    width: 87%;
}

.common_news_list li dl dt .plus {
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .6s;
}

.common_news_list li dl dt.nowOpen .plus {
    transform: translateY(-50%) rotate(45deg);
}

.common_news_list li dl dd a {
    display: block;
    padding: 0 15px 15px;
}

.common_news_list li dl dd .closeBtnHat {
    display: none;
}

.common_news_list li dl dd a .text {
    color: #2C2C2C;
    letter-spacing: .05em;
    font-size: 14px;
    transition: all .3s;
}

.common_news_list li dl dd a:hover .text {
    color: #F8CF00;
}

/* アーカイブページ コラム */
.common_page_column .common_column_list {
    gap: 40px 30px;
}

.common_page_column .common_column_list .column_box:nth-child(4) {
    margin: 0;
    grid-column: auto;
    grid-row: auto;
}

.common_page_column .common_column_list .column_box:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
}

.common_page_column .common_column_list .column_box:nth-child(n + 4) a {
    display: block;
}

.common_page_column .common_column_list .column_box:nth-child(n + 4) a .image {
    width: 100%;
    margin: 0 0 10px;
}

.common_page_column .common_column_list .column_box:nth-child(n + 4) a .image .en {
    transform: translate(-50%, -50%);
}

.common_page_column .common_column_list .column_box:nth-child(n + 4) a .content_box {
    padding-top: 0;
}

/* wp-pagenavi base */
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #F8CF00;
    border-color: #F8CF00;
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: #F8CF00;
    border-color: #F8CF00;
    font-weight: bold;
}

/* 人気コラムランキング 総合・月間・本日 */
.common_page_column .common_column_list .column_box:nth-child(n + 4) a .rank_num {
    left: auto;
    right: -10px;
    width: 56px;
    height: 56px;
}

/* PC投稿ページ シングルページ */
/* #single_page .fl_wrap {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-end;
} */

.single_main_img {
    width: 300px;
    height: 300px;
    position: relative;
    margin: auto;
}

.singleContent .single_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #333;
}

.singleContent .single_title {
    font-size: 30px;
    line-height: 1.4;
    border-bottom: solid 1px #ccc;
    padding: 79px 0 30px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 600;
}

.single_main_img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list ul li {
    background-color: #F8CF00;
    color: #fff;
    font-size: 12px;
    padding: 2px 20px;
    margin: 5px;
    letter-spacing: .08em;
}

.singleContent h2 {
    font-size: 20px;
    border: solid 1px #333;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
}

.site_single_latest {
    border-left: solid 1px #333;
    border-bottom: solid 3px #333;
    padding: 0 0 35px 0;
    margin-bottom: 80px;
}

.site_single_latest .en {
    font-size: 13px;
    letter-spacing: .08em;
    text-align: center;
}

.singleContent h2::before {
    top: 0px;
}

.singleContent h2::after {
    bottom: 0;
}

.singleContent h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em;
    background-color: #ccc;
}

.singleContent h4 {
    padding: 2px 10px;
    margin: 1.5em 0 1em;
    color: #333;
    border-left: 5px solid #5b5959;
    font-size: 17px;
    position: relative;
}

.singleContent h5:before {
    content: '■';
    padding-right: 10px;
}

.singleContent h5 {
    font-size: 18px;
    /* padding-left: 1em; */
    margin: 1.5em 0;
}

.singleContent h6 {
    font-size: 17px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    margin: 1.5em 0 1em;
}

.singleContent p {
    font-size: 16px;
    line-height: 2;
}

#single_page .singleContent {
    width: 100%;
    margin-right: 50px;
}

#single_page .singleContent .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #333;
    border: solid 1px #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
    border-bottom: solid 3px #333;
    border-right: solid 3px #333;
}

#single_page .singleContent .ichiran_link:hover {
    opacity: .7;
}

#single_page .singleSidebar {
    width: 27%;
}

#single_page aside#info_side {
    background-color: #fff;
    padding: 20px;
}

#single_page aside#info_side p#news_not_found {
    text-align: center;
}

#single_page aside#info_side ul li a {
    color: initial;
    flex-wrap: nowrap;
    padding: 0 0 12px;
    align-items: center;
    font-size: 14px;
    transition: .3s;
}

#single_page aside#info_side ul li a:hover {
    opacity: .7;
}

#single_page aside#info_side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

#single_page aside#info_side ul li a time i {
    margin-right: .5em;
}

#single_page aside#info_side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.singleContent .single_title::after {
    content: "TOPIC";
    font-size: 12px;
    top: -28px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: .08em;
}

.singleContent .day_cat {
    margin: 40px 0;
    align-items: center;
}

#toc_container a {
    color: #333;
}

.singleContent .day_cat .day {
    color: #6c6c6c;
    font-size: 13px;
    padding-right: 20px;
    border-right: solid 1px #ccc;
    margin-right: 20px;
}

.site_single_latest .topic {
    text-align: center;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 600;
}

.site_single_latest .img {
    width: 70%;
    margin: 20px auto;
}

.site_single_latest .disc {
    text-align: center;
    font-size: 14px;
}

.singleContent_links {
    margin-top: 150px;
    align-items: center;
    position: relative;
}

.singleContent_links ul {
    width: 34%;
}

.singleContent_links .btn {
    margin-bottom: 23px;
    border-bottom: solid 1px #ccc;
    font-size: 15px;
}

.singleContent_links::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1px;
    background: #ccc;
    height: 100%;
    margin: auto;
}

.singleContent_links a {
    color: #333;
    font-size: 14px;
}

.singleContent_links a .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.singleContent_links .img {
    width: 140px;
    margin-bottom: 15px;
    position: relative;
}

.singleContent_links ul.next .btn {
    text-align: right;
}

.singleContent_links ul.next .img {
    margin-left: auto;
}

.aside_article_type .text_box {
    width: 100%;
}

#toc_container li {
    position: relative;
    padding-left: 20px;
}

#toc_container li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url(/wp-content/themes/child/image/article_arrow.png) center no-repeat;
    background-size: contain;
    width: 13px;
    height: 14px;
    bottom: auto;
}

.singleContent h2::before,
.singleContent h3::before {
    content: "";
    position: absolute;
    right: -35px;
    top: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background: rgb(0, 0, 0);
    margin: auto;
}

.singleContent ol {
    border: solid 1px #333;
    padding: 20px 10px;
    counter-reset: count 0;
    position: relative;
    background-image: url(/wp-content/themes/child/image/grid.gif);
}

.singleContent ol li {
    position: relative;
}

.singleContent ol li::before {
    content: "";
    content: counter(count) ". ";
    counter-increment: count 1;
}

.singleContent ol li+li {
    margin-top: 7px;
}

.singleContent ol::before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #333 #fff #333;
}

.singleContent ol::after {
    content: "";
}

.singleContent #toc_container {
    margin-bottom: 50px;
}

.singleContent article ul {
    border: solid 1px #ccc;
    padding: 20px 10px 20px 0;
}

.singleContent ul li+li {
    margin-top: 10px;
}

.singleContent ul li {
    position: relative;
    padding-left: 30px;
}

.singleContent ul li::before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/child/image/aticle_list_arrow.png) center no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    border: none;
}

.singleContent .category_list ul li::before {
    display: none;
}

.singleContent .category_list ul {
    border: none;
}

.singleContent_links ul li::before {
    display: none;
}

/* PC固定ページ サイトマップ */
#sitemap_list a {
    color: #2C2C2C;
    font-weight: 600;
    letter-spacing: .05em;
    transition: all .3s;
    display: block;
}

#sitemap_list a:hover {
    color: #F8CF00;
}

/* PC固定ページ 初めての方に */
#page_guide .top_box {
    text-align: center;
    margin-bottom: 100px;
}

#page_guide .top_box .text {
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 2;
}

#page_guide .list .item+.item {
    padding-top: 80px;
}

#page_guide .list .item .inner {
    display: flex;
    align-items: center;
}

#page_guide .list .item .inner .img {
    flex-shrink: 0;
    width: 450px;
    margin-right: 50px;
}

#page_guide .list .item .inner .text_box .text {
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 2;
}

/* PC固定ページ よくある質問 */
#page_faq .list dl dt {
    display: flex;
    align-items: center;
    border: 1px solid #D1D1D1;
    background: #F5F5F0;
    padding: 1em;
    position: relative;
}

#page_faq .list dl dd {
    display: flex;
    border: 1px solid #D1D1D1;
    border-top: none;
    padding: 1em;
}

#page_faq .list dl+dl {
    margin-top: 30px;
}

#page_faq .list dl .en {
    font-size: 26px;
    line-height: 1;
    margin-right: 15px;
}

#page_faq .list dl .en.question {
    color: #F8CF00;
}

#page_faq .list dl .en.answer {
    color: #D54000;
}

#page_faq .list dl dt .text {
    letter-spacing: .05em;
    font-weight: 600;
    width: 93%;
}

#page_faq .list dl dt .plus {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    transition: all .6s;
}

#page_faq .list dl dt.nowOpen .plus {
    transform: translateY(-50%) rotate(45deg);
}

#page_faq .list dl dd .text {
    letter-spacing: .05em;
}

#page_faq .list dl dd .closeBtnHat {
    display: none;
}

/* PC固定ページ 利用者様へのお願い */
#page_favor .item+.item {
    margin-top: 50px;
}

#page_favor .item .list li+li {
    margin-top: 10px;
}

#page_favor .item .list li {
    letter-spacing: .05em;
}

#page_favor .item .list li::before {
    content: "\f14a";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #F8CF00;
    margin-right: 7px;
}

#page_favor .item {
    background: #FAFAFA;
    padding: 30px 30px 25px;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

/* PC固定ページ リンク・引用について */
#page_link .top_box {
    margin-bottom: 35px;
}

#page_link .top_box .text {
    letter-spacing: .05em;
}

#page_link .content .item+.item {
    margin-top: 50px;
}

#page_link .content .item .textarea .text {
    letter-spacing: .05em;
}

#page_link .content .item .textarea .text+.text {
    margin-top: 10px;
}

/* PC固定ページ ベストスマイルとは */
#page_about .top_box {
    margin-bottom: 80px;
}

#page_about .top_box .textarea {
    margin-bottom: 35px;
    text-align: center;
}

#page_about .top_box .textarea .text {
    letter-spacing: .05em;
    font-weight: 500;
    line-height: 2;
}

#page_about .top_box .img_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

#page_about .top_box .img_box .img.big {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}

#page_about .top_box .img_box .img img {
    border-radius: 10px;
}

#page_about .greeting_sec {
    margin-bottom: 80px;
}

#page_about .greeting_sec .inner {
    display: flex;
}

#page_about .greeting_sec .img {
    flex-shrink: 0;
    width: 400px;
    margin-right: 50px;
}

#page_about .greeting_sec .text_box .text {
    letter-spacing: .05em;
    line-height: 1.8;
}

#page_about .greeting_sec .text_box .text+.text {
    margin-top: 10px;
}

#page_about .company_sec table {
    width: 100%;
}

#page_about .company_sec table th,
#page_about .company_sec table td {
    border: 1px solid #E0E0E0;
    padding: 1em;
    letter-spacing: .05em;
}

#page_about .company_sec table th {
    background: #FAFAFA;
    white-space: nowrap;
}

/* PC固定ページ ベストスマイル提携施設 */
#page_alliance .pref_tab_btn {
    margin-bottom: 70px;
}

#page_alliance .pref_tab_btn ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

#page_alliance .pref_tab_btn li a {
    display: block;
    text-align: center;
    background: #F8CF00;
    border: 2px solid #F8CF00;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: .05em;
    font-size: 18px;
    padding: 5px 0;
    transition: all .3s;
}

#page_alliance .pref_tab_btn li a:hover {
    background: #fff;
    color: #F8CF00;
}

#page_alliance .content .item+.item {
    padding-top: 70px;
}

#page_alliance .content .inner dl+dl {
    margin-top: 20px;
}

#page_alliance .content .inner dl dt {
    position: relative;
    border: 1px solid #D1D1D1;
    display: flex;
    align-items: center;
    padding: 1em;
    background: #F5F5F0;
}

#page_alliance .content .inner dl dt .text {
    letter-spacing: .05em;
}

#page_alliance .content .inner dl dt .plus {
    position: absolute;
    line-height: 1;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .6s;
}

#page_alliance .content .inner dl dt.nowOpen .plus {
    transform: translateY(-50%) rotate(45deg);
}

#page_alliance .content .inner dl dd {
    padding-top: 0.5em;
}

#page_alliance .content .inner dl dd .closeBtnHat {
    display: none;
}

#page_alliance .content .inner dl dd table {
    width: 100%;
}

#page_alliance .content .inner dl dd table th,
#page_alliance .content .inner dl dd table td {
    padding: 1em;
    border: 1px solid #E0E0E0;
    letter-spacing: .05em;
}

#page_alliance .content .inner dl dd table th {
    background: #FAFAFA;
    white-space: nowrap;
}

/* 施設情報 アーカイブ */
.common_facility_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 35px;
}

.common_facility_list li:nth-child(3n - 1) {
    animation-delay: .2s;
}

.common_facility_list li:nth-child(3n) {
    animation-delay: .4s;
}

.common_facility_list li a {
    display: block;
}

.common_facility_list li a .image {
    overflow: hidden;
    margin-bottom: 12px;
    background: #F1F1F1;
    border-radius: 10px;
    aspect-ratio: 3/2;
}

.common_facility_list li a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all .6s;
}

.common_facility_list li a .info .addr {
    color: #6E6E6E;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 600;
    margin-bottom: 2px;
}

.common_facility_list li a .info .name {
    color: #2C2C2C;
    font-weight: 600;
    letter-spacing: .05em;
    transition: all .3s;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.common_facility_list li a:hover .image img {
    transform: scale(1.15);
}

.common_facility_list li a:hover .info .name {
    color: #F8CF00;
}

/* 施設情報 シングル */
#single_facility .top_title {
    margin-bottom: 30px;
    background: #FFFCED;
    border-left: 5px solid #F8CF00;
    padding: 10px 20px;
}

#single_facility .top_title .title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .05em;
}

.facility_table table {
    width: 100%;
}

.facility_table table th,
.facility_table table td {
    border: 1px solid #E0E0E0;
    padding: 1em;
    letter-spacing: .05em;
}

.facility_table table th {
    background: #FAFAFA;
    white-space: nowrap;
}

#single_facility .content .map {
    width: 100%;
    height: 400px;
}

#single_facility .content .map iframe {
    width: 100%;
    height: 100%;
}

#single_facility .content.free .facility_table {
    margin-bottom: 70px;
}

#single_facility .info_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

#single_facility .info_box .img_box {
    width: 48%;
    flex-shrink: 0;
    /* margin-right: 50px; */
}

#single_facility .info_box .img_box .main_img {
    width: 100%;
    height: 400px;
    background: #F1F1F1;
    margin-bottom: 15px;
}

#single_facility .info_box .img_box .main_img ul {
    height: 100%;
}

#single_facility .info_box .img_box .main_img .slick-list {
    height: 100%;
}

#single_facility .info_box .img_box .main_img .slick-track {
    height: 100%;
}

#single_facility .info_box .img_box .main_img .slide {
    height: 100%;
}

#single_facility .info_box .img_box .main_img .slide .img {
    width: 100%;
    height: 100%;
}

#single_facility .info_box .img_box .main_img .slide .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#single_facility .info_box .img_box .pager_area .slick-track {
    transform: unset !important;
    width: 100% !important;
}

#single_facility .info_box .img_box .pager_area .pager {
    margin: 0 5px 5px;
    width: calc((100% - 30px) / 3) !important;
    cursor: pointer;
}

#single_facility .info_box .img_box .pager_area .pager .img {
    background: #F1F1F1;
    width: 100%;
    height: 110px;
}

#single_facility .info_box .img_box .pager_area .pager .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#single_facility .info_box .img_box .main_img .slick-arrow {
    width: 50px;
    height: 50px;
    border: 2px solid #F8CF00;
    border-radius: 50%;
    background: #F8CF00;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .3s;
}

#single_facility .info_box .img_box .main_img .slick-arrow img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

#single_facility .info_box .img_box .main_img .slick-arrow img.hover {
    opacity: 0;
}

#single_facility .info_box .img_box .main_img .slick-arrow.slick_prev {
    left: -20px;
}

#single_facility .info_box .img_box .main_img .slick-arrow.slick_next {
    right: -20px;
}

#single_facility .info_box .img_box .main_img .slick-arrow.slick_next img {
    transform: translate(-50%, -50%) rotateY(180deg);
}

#single_facility .info_box .img_box .main_img .slick-arrow:hover {
    background: #fff;
}

#single_facility .info_box .img_box .main_img .slick-arrow:hover img.defo {
    opacity: 0;
}

#single_facility .info_box .img_box .main_img .slick-arrow:hover img.hover {
    opacity: 1;
}

#single_facility .info_box .sns_cont {
    margin-top: 23px;
}

#single_facility .info_box .sns_cont .line_btn {
    width: 350px;
    margin: 0 auto 9px;
}

#single_facility .info_box .sns_cont .line_btn a {
    width: 100%;
    height: 60px;
    align-items: center;
    justify-content: center;
    background-color: #00B900;
    color: #fff;
    border-radius: 100vmax;
}

#single_facility .info_box .sns_cont .line_btn a .icon {
    width: 25px;
    line-height: 1;
    flex-shrink: 0;
    margin-right: 15px;
}

#single_facility .info_box .sns_cont .line_btn a .icon img {
    width: 100%;
}

#single_facility .info_box .sns_cont .line_btn a .text {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#single_facility .info_box .sns_cont .lead_text {
    font-size: 13px;
    letter-spacing: 0.04em;
    text-align: center;
}

#single_facility .info_box .sns_cont .sns_list {
    margin-top: 15px;
}

#single_facility .info_box .sns_cont .sns_list ul {
    justify-content: center;
    gap: 12px;
}

#single_facility .info_box .sns_cont .sns_list ul li {
    width: 220px;
}

#single_facility .info_box .sns_cont .sns_list ul li a {
    width: 100%;
    height: 50px;
    border: 2px solid #F8CF00;
    align-items: center;
    justify-content: center;
}

#single_facility .info_box .sns_cont .sns_list ul li a .icon {
    width: 27px;
    line-height: 1;
    margin-right: 9px;
}

#single_facility .info_box .sns_cont .sns_list ul li a .icon img {
    width: 100%;
}

#single_facility .info_box .sns_cont .sns_list ul li a .text {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #2C2C2C;
}

#single_facility .info_box .text_box {
    width: 48%;
}

#single_facility .info_box .text_box .introduction {
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    padding: 1.5em;
}

#single_facility .info_box .text_box .introduction .text {
    letter-spacing: .05em;
    font-size: 14px;
}

#single_facility .info_box .text_box .list table {
    width: 100%;
}

#single_facility .info_box .text_box .list table th,
#single_facility .info_box .text_box .list table td {
    border: 1px solid #E0E0E0;
    padding: 1em;
    letter-spacing: .05em;
    font-size: 14px;
}

#single_facility .info_box .text_box .list table th {
    background: #FAFAFA;
    white-space: nowrap;
}

#single_facility .info_box .text_box .list table td a {
    color: #004CCA;
}

#single_facility .content.paid .map {
    margin-bottom: 70px;
}

/* 人気コラムランキング 総合・月間・本日 */
.common_page_column .site_btn a {
    margin: 70px auto 0;
}

.common_page_column .common_column_list .column_box:nth-child(4) {
    margin: 0;
    grid-column: auto;
    grid-row: auto;
}

.common_page_column .common_column_list .column_box:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
}

.common_page_column .common_column_list .column_box:nth-child(n + 4) a {
    display: block;
}

/* 施設情報 */
#page_search .area_box {
    background: linear-gradient(to bottom, #FFFFFA, #FFFFD6);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 75px 70px 115px;
    position: relative;
}

table.achievement {
    font-size: 80%;
}

section#search_now {
    margin-bottom: 100px;
}

section#search_now ul {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 20px;
}

section#search_now ul li {
    width: 33.33%;
    padding: 0 20px;
}

section#search_now .site_btn a {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    box-shadow: 1px 3px 0 #F8CF00;
}

section#search_now .site_btn a:hover {
    transform: translate(1px, 3px);
    box-shadow: 0px 0px 0 #F8CF00;
}

section#search_now .site_btn a .arrow {
    width: 20px;
    height: 20px;
}

section#search_now .site_btn a .arrow img {
    width: 10px;
}

section#search_now ul li .now_box {
    margin-bottom: 10px;
}

section#search_now ul li+li {
    border-left: 1px dashed #ccc;
}

section#search_now ul li .now_box .icon {
    width: 24px;
}

section#search_now ul li .now_box .now_text {
    width: calc(100% - 24px);
    padding-left: 7px;
    font-size: 14px;
    font-weight: bold;
    padding-top: 3px;
}

section#search_result {
    padding: 100px 0;
    background: #f2f2f2;
}

section#search_result .result_total {
    font-weight: bold;
    margin-bottom: 50px;
}

li.search_result_list a {
    display: block;
    background: #fff;
    border-radius: 20px;
    padding: 30px 40px;
}

li.search_result_list.paid a {
    border: 4px solid #F8CF00;
}

li.search_result_list+li.search_result_list {
    margin-top: 50px;
}

li.search_result_list .type {
    background: #F8CF00;
    position: absolute;
    font-weight: bold;
    padding: 0 30px;
    line-height: 40px;
    top: -20px;
}

li.search_result_list .facility_info .facility_name {
    width: 500px;
}

li.search_result_list .facility_info .facility_name .name {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

li.search_result_list .facility_info .facility_name .tags ul li {
    background: #f2f2f2;
    padding: 0 5px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    color: initial;
}

li.search_result_list .facility_info .facility_data .head {
    font-weight: bold;
    width: 100px;
    color: initial;
}

li.search_result_list .facility_info .facility_data {
    width: calc(100% - 500px);
    padding-left: 30px;
    font-size: 14px;
    padding-top: 10px;
}

li.search_result_list .facility_info .facility_data .data {
    width: calc(100% - 100px);
    color: initial;
}

li.search_result_list .facility_images {
    margin-top: 20px;
}

li.search_result_list .facility_images .image {
    width: 30%;
}

li.search_result_list .facility_images .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

li.search_result_list .facility_images .introduction {
    width: 70%;
    padding-left: 30px;
    color: initial;
}

li.search_result_list .facility_images .introduction .title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #eee;
    margin-bottom: 10px;
}

.list_paging {
    padding: 50px 0 0;
}

.list_paging ul {
    justify-content: center;
    align-items: center;
}

.list_paging ul li {
    width: 40px;
    margin: 0 5px;
}

.list_paging ul li a {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #F8CF00;
    color: #333;
    transition: .2s;
}

.list_paging ul li a:hover {
    background: #F8CF00;
}

.list_paging ul li.now {
    background: #F8CF00;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.list_paging ul li.bt {
    text-align: center;
}

li.search_result_list .favorite_btn {
    position: absolute;
    width: 50px;
    text-align: center;
    right: 40px;
    top: -20px;
    cursor: pointer;
    border: 1px solid;
    background: #fff;
    transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 5px;
    font-size: 20px;
}

li.search_result_list .favorite_btn.checked {
    background: #F8CF00;
    border-color: #F8CF00;
}

li.search_result_list .facility_info {
    padding-right: 60px;
}

ul.select_city_tab_btn li {
    width: 50%;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    line-height: 2;
}

ul.select_city_tab_btn {
    border: 2px solid #F8CF00;
}

ul.select_city_tab_btn li.active {
    background: #F8CF00;
}

.select_city_list .check label {
    width: 48px;
    height: 48px;
    background: #ddd;
    position: relative;
    cursor: pointer;
    display: block;
}

.select_city_list .check input {
    display: none;
}

.select_city_list .check .box_design {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #ccc;
}

.select_city_list .check .box_design:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    border: solid #333;
    border-width: 0 0 4px 4px;
    transform: rotate(-45deg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 4px;
    margin: auto;
    opacity: 0;
}

.select_city_list .check input:checked+.box_design {
    background: #F8CF00;
    border-color: #F8CF00;
}

.select_city_list .check input:checked+.box_design:before {
    opacity: 1;
}

.select_city_list .text {
    width: calc(100% - 48px);
    background: #fff;
}

.select_city_list .text a {
    display: flex;
    height: 48px;
    align-items: center;
    padding: 0 10px;
    font-size: 18px;
    color: #333;
    position: relative;
    transition: .2s;
}

.select_city_list .text a:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

ul.select_city_content li {
    background: #f2f2f2;
    padding: 20px 20px;
    display: none;
}

ul.select_city_content .flex .select_city_list {
    width: 50%;
    margin-bottom: 3px;
}

.action_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 60%);
    padding: 10px;
    z-index: 1000;
    display: none;
}

.action_btn button {
    display: block;
    text-align: center;
    background: #F8CF00;
    width: 100%;
    border-radius: 10px;
    font-weight: bold;
    line-height: 50px;
}

ul.select_city_content .flex .railway_name {
    width: 100%;
    font-weight: bold;
    margin: 30px 0 10px;
    border-left: 5px solid #F8CF00;
    padding-left: 10px;
}

ul.select_city_content .flex .railway_name:first-child {
    margin-top: 0;
}

div#page_contact .select_facility {
    width: 750px;
    margin: 20px auto 20px;
}

div#page_contact .select_facility .title {
    text-align: center;
    font-weight: bold;
    background: #f2f2f2;
    padding: 10px;
}

div#page_contact .select_facility textarea {
    pointer-events: none;
    appearance: none;
    border: none;
    height: auto;
}

li.search_result_list .contact_check {
    position: absolute;
    top: 10px;
    left: 10px;
}

li.search_result_list .contact_check input {
    display: none;
}

li.search_result_list .contact_check .checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    transition: .2s;
}

li.search_result_list .contact_check .checkbox:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 7px;
    border: solid #333;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    top: 2px;
    left: 1px;
    transition: .2s;
    opacity: 0;
}

li.search_result_list .contact_check input:checked+.checkbox:after {
    opacity: 1;
}

li.search_result_list .contact_check input:checked+.checkbox {
    background: #F8CF00;
    border-color: #F8CF00;
}

.transition_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 60%);
    padding: 10px;
    z-index: 1000;
    display: none;
}

.transition_btn a {
    display: block;
    text-align: center;
    background: #F8CF00;
    width: 100%;
    border-radius: 10px;
    font-weight: bold;
    line-height: 50px;
    color: #333;
}

.recruitment_content {
    padding: 100px 0 0;
}

#single_facility .content.paid .title {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
}

.common_keyword_form {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 20px;
}

.common_keyword_form .input input {
    background: #fff;
    width: 760px;
    height: 50px;
    padding: 0 1.5em;
    border-radius: 10px;
}

.common_keyword_form .flex {
    align-items: center;
    justify-content: space-around;
    gap: 5vw 0;
}

.common_keyword_form .submit button {
    display: block;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border: 2px solid #F8CF00;
    border-radius: 38px;
    position: relative;
    box-shadow: 3px 3px 0 #F8CF00;
    transition: all .3s;
    font-weight: 700;
}

.common_keyword_form .submit button:hover {
    transform: translate(3px, 3px);
    box-shadow: 0px 0px 0 #F8CF00;
}

#search_keyword {
    padding: 100px 0 0;
}

.common_keyword_form .title {
    text-align: center;
    color: #222;
    font-size: 30px;
    letter-spacing: .05em;
    font-weight: 600;
    margin-bottom: 20px;
}

#top_news {
    padding-top: 100px;
}

#top_news .sec_title_area {
    margin-bottom: 30px;
}

#top_news .site_btn {
    margin-top: 55px;
}






#top_search.top_search_sec .inner {
    background: unset;
    box-shadow: unset;
    width: 890px;
    margin-left: auto;
    padding: 0;
}

.top_search_sec .pref_search .pref_group li a {
    font-size: 15px;
    letter-spacing: 0.2em;
}

.top_search_sec .pref_search .pref_group.kansai ul,
.pref_search .pref_group.kyushu ul,
.pref_search .pref_group.kanto ul {
    gap: 0 10px;
}

.top_search_sec .pref_search .pref_group.kyushu {
    left: 70px;
    top: 231px;
}

.top_search_sec .pref_search .pref_group.okinawa {
    left: 3px;
    bottom: -1px;
}

.top_search_sec .pref_search .pref_group::before {
    width: 133px;
}

.top_search_sec .pref_search .japan_map svg {
    width: 700px;
    height: 530px;
}

.top_search_sec .pref_search .pref_group.chugoku {
    left: 250px;
    top: 200px;
}

.top_search_sec .pref_search .pref_group.shikoku {
    bottom: 0px;
    left: 271px;
}

.top_search_sec .pref_search .pref_group.kansai {
    bottom: -18px;
    left: 425px;
}

.top_search_sec .pref_search .pref_group.tokai {
    right: 170px;
    bottom: 30px;
}

.top_search_sec .pref_search .pref_group.kanto {
    right: 19px;
    bottom: 140px;
}

.top_search_sec .pref_search .pref_group.tohoku {
    right: 35px;
    top: 150px;
}

.top_search_sec .pref_search .pref_group.hokkaido {
    top: 49px;
    right: 264px;
}

.top_search_sec .pref_search .pref_group.hokuriku {
    top: 126px;
    left: 415px;
}

.top_search_sec .sec_title_area .title {
    text-align: center;
}

.top_search_sec #top_search .inner::before {
    top: 90px;
    left: -20px;
}

#top_search.top_search_sec {
    margin-left: 70px;
    padding-top: 0;
}

.top_search_sec .cont {
    display: flex;
    gap: 0 50px;
}

.top_search_sec .cont .text_box #search_keyword .common_keyword_form {
    width: 400px;
}

.top_search_sec .cont .text_box #search_keyword input {
    width: 360px;
}

.top_search_sec .cont .text_box .fv_left {
    width: 400px;
}

.top_search_sec .cont .text_box .fv_left .text_image {
    width: 100%;
}

.top_search_sec .cont .text_box .fv_left .text_image img {
    width: 100%;
    margin-bottom: 20px;
}

.top_search_sec .cont .text_box #search_keyword .wrap {
    width: unset;
}

#top_search.top_search_sec .wrap {
    width: 1340px;
}

.top_search_sec #search_keyword {
    padding: 60px 0 0;
}

.top_search_sec .cont .text_box #search_keyword .common_keyword_form form .flex {
    gap: 20px 0;
}

.top_search_sec .cont .text_box #search_keyword .common_keyword_form .title {
    font-size: 24px;
}

.top_search_sec .cont .text_box .fv_left .text {
    font-size: 14px;
    font-weight: 700;
}

#top_search.top_search_sec .inner::before {
    top: -15px;
    left: 45px;
}

#top_search.top_search_sec .next_scroll {
    position: absolute;
    bottom: -110px;
    right: -3%;
    transform: translateX(-50%);
}

#top_search.top_search_sec .next_scroll a {
    display: block;
    position: relative;
}

#top_search.top_search_sec .next_scroll a .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#top_search.top_search_sec .next_scroll a .round_text {
    animation: rotate 20s linear infinite;
}

#page_pref #search_keyword {
    padding: unset;
}

#page_pref #search_keyword .common_keyword_form {
    width: 900px;
    margin: 0 auto 100px;
}

.common_ranking .sec_title_area .text_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}


@media (hover: hover) {
    .select_city_list .text a:hover {
        opacity: 0.6;
    }

}

li.search_result_list .facility_images .introduction ul.labels li {
    font-size: 80%;
    font-weight: bold;
    background: #F8CF00;
    padding: 0 10px;
    margin-right: 5px;
    margin-bottom: 5px;
}

/* 特別掲載のご案内 */
.publication_intro_sec .top_text {
    text-align: center;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 600;
    margin: 0 0 20px;
}

.publication_intro_sec .list {
    margin: 0 0 30px;
}

.publication_intro_sec .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7em;
}

.publication_intro_sec .list li {
    background: #FFFCED;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    padding: 1em 1.5em;
    display: flex;
    align-items: center;
    gap: 0 1em;
    border-radius: 6px;
}

.publication_intro_sec .list li .text {
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.4;
}

.publication_intro_sec .list li .text .color {
    color: #F8CF00;
    font-size: 1.2em;
}

.publication_intro_sec .list li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #F8CF00;
    flex-shrink: 0;
    font-size: 1.5em;
}

.publication_intro_sec .catch {
    text-align: center;
    font-size: 18px;
    letter-spacing: .05em;
    font-weight: 600;
}

.publication_intro_sec .catch .color {
    color: #F8CF00;
    font-size: 1.2em;
}

.publication_data_sec {
    padding: 100px 0 0;
}

.publication_data_sec .cont .item+.item {
    margin-top: 70px;
}

.publication_data_sec .cont .item .table_box table {
    width: 100%;
}

.publication_data_sec .cont .item .table_box table th,
.publication_data_sec .cont .item .table_box table td {
    border: 1px solid #E0E0E0;
    padding: 1em;
    letter-spacing: .05em;
    font-size: 15px;
}

.publication_data_sec .cont .item .table_box table th {
    background: #FAFAFA;
}

.publication_data_sec .cont .item .table_box table thead th {
    text-align: center;
    width: calc(100% / 3);
}

.publication_about_sec {
    padding: 100px 0 0;
}

.publication_about_sec .cont {
    margin: 0 0 50px;
}

.publication_about_sec .cont ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
}

.publication_about_sec .cont li {
    background: #FFFCED;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    padding: 1em;
    display: flex;
    flex-direction: column;
}

.publication_about_sec .cont li .inbox {
    display: flex;
    align-items: center;
    gap: 0 1em;
    margin: 0 0 1em;
}

.publication_about_sec .cont li .inbox .img {
    flex-shrink: 0;
    width: 100px;
}

.publication_about_sec .cont li .inbox .img img {
    border-radius: 50%;
}

.publication_about_sec .cont li .inbox .title_box {
    width: 100%;
}

.publication_about_sec .cont li .inbox .title_box .title {
    font-size: 18px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.5;
}

.publication_about_sec .cont li .text_box {
    background: #fff;
    border-radius: 4px;
    padding: 0.7em;
    flex-grow: 1;
}

.publication_about_sec .cont li .text_box .text {
    font-size: 14px;
    letter-spacing: .05em;
}

.publication_about_sec .campaign .head {
    text-align: center;
    font-size: 18px;
    letter-spacing: .05em;
    font-weight: 700;
    margin: 0 0 10px;
}

.publication_about_sec .campaign .price_box {
    margin: 0 0 30px;
}

.publication_about_sec .campaign .price_box .inbox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1em;
}

.publication_about_sec .campaign .price_box .inbox .arrow {
    flex-shrink: 0;
    width: 50px;
}

.publication_about_sec .campaign .price_box .inbox .arrow path {
    fill: #F8CF00;
}

.publication_about_sec .campaign .price_box .inbox .normal_price {
    font-size: 20px;
    letter-spacing: .05em;
    font-weight: 600;
}

.publication_about_sec .campaign .price_box .inbox .normal_price .num {
    text-decoration: line-through;
}

.publication_about_sec .campaign .price_box .inbox .special_price {
    font-size: 36px;
    font-weight: 700;
}

.publication_about_sec .campaign .price_box .inbox .special_price .num {
    color: #CF0000;
    margin: 0 0.3em;
}

.publication_about_sec .campaign .price_box .note {
    text-align: center;
    letter-spacing: .05em;
    font-size: 15px;
}

.publication_about_sec .campaign .btn_box .desc {
    text-align: center;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 600;
    margin: 0 0 0.5em;
}

.publication_about_sec .campaign .btn_box .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    margin: 0 auto;
    background: #F8CF00;
    border: 2px solid #F8CF00;
    min-block-size: 55px;
    border-radius: 100vmax;
    padding: 0.2em;
    color: #2C2C2C;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 700;
    position: relative;
    transition: .3s;
}

.publication_about_sec .campaign .btn_box .btn a::after {
    content: "";
    width: 10px;
    aspect-ratio: 1/1;
    min-width: 0;
    border: solid #2C2C2C;
    border-width: 2px 2px 0 0;
    rotate: 45deg;
    position: absolute;
    top: 50%;
    right: 25px;
    translate: 0 -50%;
}

.publication_about_sec .campaign .btn_box .btn a:hover {
    background: #fff;
}

.common_newarrival .link_btn {
    margin-block: 0 3em;
}

.common_newarrival .link_btn ul {
    display: grid;
    grid-template-columns: repeat(2, 300px);
    gap: 1em;
    justify-content: center;
}

.common_newarrival .link_btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F8CF00;
    border: 2px solid #F8CF00;
    min-block-size: 55px;
    border-radius: 100vmax;
    text-align: center;
    padding: 0.5em;
    color: #fff;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 700;
    transition: .3s;
}

.common_newarrival .link_btn li a:hover {
    background: #fff;
    color: #2C2C2C;
}

.fac_contact_form .privacy_check .text {
    font-size: 16px;
    margin: 2em 0 1em;
}

.fac_contact_form .privacy_check .text a {
    color: #038ef8;
    text-decoration: underline;
}

.fac_contact_form .privacy_check input[type="checkbox"] {
    display: none;
}

.fac_contact_form .privacy_check .wpcf7-list-item-label {
    display: inline-block;
    position: relative;
    padding: 0 36px 0 36px;
    cursor: pointer;
}

.fac_contact_form .privacy_check .wpcf7-list-item-label::before,
.fac_contact_form .privacy_check .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    display: block;
}

.fac_contact_form .privacy_check .wpcf7-list-item-label::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.fac_contact_form .privacy_check .wpcf7-list-item-label::after {
    border-width: 3px;
    border-color: transparent transparent #F8CF00 #F8CF00;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

.fac_contact_form input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
    opacity: 1;
}

.fac_contact_area {
    margin-top: 100px;
    padding: 100px 0;
    background-color: #FFFCED;
}

.fac_contact_area .area_ttl {
    color: #222;
    font-size: 30px;
    letter-spacing: .05em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5em;
}

.fac_contact_area .fac_contact_form dl {
    display: grid;
    grid-template-columns: 30% 1fr;
    align-items: flex-start;
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 1.5;
}

.fac_contact_area .fac_contact_form dl+dl {
    margin-top: 1.5em;
}

.fac_contact_area .fac_contact_form dl dt {
    display: flex;
    align-items: center;
    font-weight: 700;
    gap: 1em;
    padding-top: 1em;
}

.fac_contact_area .fac_contact_form dl dt .ninni,
.fac_contact_area .fac_contact_form dl dt .hissu {
    color: #fff;
    display: block;
    border-radius: 4px;
    flex-shrink: 0;
    font-size: .8em;
    line-height: 1;
    padding: .45em .4em .3em;
}

.fac_contact_area .fac_contact_form dl dt .ninni {
    background-color: #5b5959;
}

.fac_contact_area .fac_contact_form dl dt .hissu {
    background-color: #CF0000;
}

.fac_contact_area .fac_contact_form dl dd input,
.fac_contact_area .fac_contact_form dl dd textarea {
    border: 1px solid #ccc;
    width: 100%;
    padding: .8em 1em;
    background-color: #fff;
    border-radius: 4px;
}

.fac_contact_area .fac_contact_form dl dd textarea {
    height: 10em;
}

.fac_contact_area .fac_contact_form .privacy_check {
    text-align: center;
}

.fac_contact_area #btn_wrap div.wpcf7 .ajax-loader {
    display: none;
}

.fac_contact_area #btn_wrap {
    justify-content: center;
}

.fac_contact_area #btn_wrap input {
    display: block;
    font-size: 16px;
    background-color: #d10606;
    text-align: center;
    width: 360px;
    padding: 1em;
    color: #fff;
    font-weight: 700;
    letter-spacing: .04em;
    border-radius: 100vmax;
    transition: .3s;
}

.fac_contact_area #btn_wrap input:hover {
    opacity: .8;
}

@media (max-width: 750px) {

    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 13px;
        line-height: 1.5;
        padding-top: 115px;
    }

    /* SPトップページ 共通部分 */
    .sec_title_area .icon {
        margin-bottom: 1.5vw;
    }

    .sec_title_area .icon img {
        width: 12%;
    }

    .sec_title_area .title {
        font-size: 5.1vw;
    }

    .common_ranking .sec_title_area {
        margin-bottom: 5vw;
    }

    .site_btn a {
        width: 90%;
        line-height: 1.5;
        padding: 4vw 0;
        box-shadow: 3px 3px 0 #f8cf00;
    }

    .site_btn a .text {
        font-size: 4vw;
    }

    .site_btn a .arrow {
        width: 8vw;
        height: 8vw;
        right: 5vw;
    }

    .site_btn a .arrow img {
        width: 60%;
    }

    .site_btn a:hover {
        box-shadow: 3px 3px 0 #f8cf00;
        transform: none;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        height: 115px;
        transition: all .3s;
    }

    #sp_header.active {
        background: #fff;
    }

    #sp_header .logo {
        position: absolute;
        left: 20px;
        top: 21px;
        line-height: 0;
    }

    #sp_header .logo img {
        height: 69px;
    }

    #sp_header .link {
        position: absolute;
        right: 80px;
        top: 19px;
    }

    #sp_header .link a {
        display: block;
    }

    #sp_header .link a .icon {
        width: 60px;
        height: 60px;
        background: #F8CF00;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2px;
    }

    #sp_header .link a .text {
        color: #2C2C2C;
        text-align: center;
        font-size: 12px;
        letter-spacing: .03em;
        font-weight: 600;
    }

    /* SPトップページ FV */
    #top_fv {
        height: auto;
        padding: 6.4vw 0 0;
    }

    #top_fv .wrap {
        width: 100%;
    }

    #top_fv .inner {
        flex-wrap: wrap;
        padding: 0;
    }

    #top_fv .fv_image {
        width: 100%;
        order: -1;
        margin: 0 0 2.5vw;
        animation-delay: 0s !important;
    }

    #top_fv .fv_left .text_image {
        margin-bottom: 6vw;
        text-align: right;
    }

    #top_fv .fv_left {
        display: block;
        width: 100%;
    }

    #top_fv .fv_left .text_image img {
        width: 90%;
    }

    #top_fv .next_scroll {
        display: none;
    }

    #top_fv .fv_left .text {
        text-align: center;
        font-size: 3.5vw;
        line-height: 1.5;
        animation-delay: 0s !important;
    }

    #top_fv .bg_img.img01 {
        width: 37.7vw;
        left: -6vw;
        top: -36vw;
    }

    #top_fv .bg_img.img02 {
        width: 34.5vw;
        left: -5vw;
        bottom: 66vw;
        z-index: 1;
    }

    #top_fv .bg_img.img03 {
        width: 51.2vw;
        right: -20vw;
        bottom: -35vw;
        z-index: -1;
    }

    /* SPトップページ ランキング */
    #top_ranking {
        padding: 15vw 0 0;
    }

    #top_ranking::before {
        display: none;
    }

    .common_ranking .tab_btn li+li {
        margin-left: 0;
    }

    .common_ranking .tab_btn {
        padding: 0 5vw;
    }

    .common_ranking .tab_btn ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0 3vw;
    }

    .common_ranking .tab_btn li {
        width: auto;
        border-radius: 3vw 3vw 0 0;
        padding: 3vw 0 1vw;
    }

    .common_ranking .tab_btn li .jp {
        font-size: 4.3vw;
    }

    .common_ranking .tab_btn li .en {
        font-size: 3.7vw;
    }

    .common_ranking .ranking_content {
        padding: 12vw 0 15vw;
    }

    .common_column_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 8vw 0;
    }

    .common_column_list .column_box {
        animation-delay: 0s !important;
    }

    .common_column_list .column_box:nth-child(n + 4) {
        display: none;
    }

    .common_column_list .column_box a .rank_num {
        width: 13vw;
        height: 13vw;
        right: -2vw;
        top: -3vw;
    }

    .common_column_list .column_box a .image {
        margin-bottom: 3vw;
        border-radius: 2vw;
    }

    .common_column_list .column_box a .image img {
        border-radius: 2vw;
    }

    .common_column_list .column_box a .image .en {
        display: none;
    }

    .common_column_list .column_box a .content_box .info {
        margin-bottom: 2vw;
    }

    .common_column_list .column_box a .content_box .date {
        margin-right: 5vw;
    }

    .common_column_list .column_box a .content_box .info .icon {
        margin-right: 2vw;
        width: 4.7vw;
    }

    .common_column_list .column_box a .content_box .info .text {
        font-size: 3.8vw;
    }

    .common_column_list .column_box a .content_box .info .icon img {
        width: 100%;
    }

    .common_column_list .column_box a .content_box .title {
        font-size: 3.8vw;
        -webkit-line-clamp: 2;
    }

    .common_column_list .column_box a:hover .image img {
        transform: scale(1);
    }

    .common_column_list .column_box a:hover .content_box .title {
        color: #2C2C2C;
    }

    .ranking_content .site_btn a {
        margin: 10vw auto 0;
    }

    /* SPトップページ 新着コラム */
    #top_newarrival {
        padding: 15vw 0 0;
    }

    #top_newarrival::before {
        width: 55.2vw;
        height: 52.1vw;
        right: -20vw;
        top: -20vw;
    }

    .common_newarrival .sec_title_area {
        margin-bottom: 5vw;
    }

    .common_newarrival .site_btn a {
        margin: 10vw auto 0;
        width: 90%;
    }

    /* SPトップページ 施設を探す */
    #top_search {
        padding: 18vw 0 0;
    }

    #top_search::before {
        display: none;
    }

    #top_search::after {
        display: none;
    }

    #top_search .inner {
        padding: 15vw 8vw 17vw;
    }

    #top_search .sec_title_area {
        margin-bottom: 4vw;
    }

    .pref_search .japan_map {
        display: none;
    }

    .feature_search {
        display: none;
    }

    .pref_search .pref_group {
        position: static;
        padding: 0;
    }

    .pref_search .pref_group::before {
        display: none;
    }

    .pref_search .pref_group+.pref_group dt {
        border-top: 2px solid #F2EDD6;
    }

    .pref_search .pref_group dt {
        padding: 5vw 3.8vw;
        position: relative;
    }

    .pref_search .pref_group dt .text {
        font-size: 4.6vw;
        font-weight: 600;
        letter-spacing: .05em;
        width: 88%;
    }

    .pref_search .pref_group dt .plus {
        width: 8%;
        position: absolute;
        right: 3.8vw;
        top: 50%;
        transform: translateY(-50%);
        transition: all .6s;
    }

    .pref_search .pref_group dt .plus img {
        width: 100%;
    }

    .pref_search .pref_group dt.nowOpen .plus {
        transform: translateY(-50%) rotate(45deg);
    }

    .pref_search .pref_group dd .closeBtnHat {
        display: none;
    }

    .pref_search .pref_group dd {
        padding: 0 3.8vw 5vw;
    }

    .pref_search .pref_group ul {
        gap: 1.5vw 0;
        grid-template-columns: repeat(3, 1fr);
    }

    .pref_search .pref_group li a {
        font-size: 4vw;
    }

    .pref_search .pref_group li a::after {
        width: 2.1vw;
        height: 3.8vw;
        margin-left: 2vw;
        vertical-align: text-top;
    }

    .pref_search .pref_group li a:hover::after {
        transform: none;
    }

    #top_search .inner::before {
        display: none;
    }

    #top_search .inner::after {
        width: 28.4vw;
        height: 11.8vw;
        bottom: 2.3vw;
        right: 8.9vw;
    }

    /* SPトップページ ピックアップ施設 */
    #top_pickup {
        padding: 15vw 0 20vw;
    }

    #top_pickup::before {
        width: 30.3vw;
        height: 28.7vw;
        top: -9vw;
        left: -5vw;
    }

    #top_pickup::after {
        width: 40.8vw;
        height: 39.9vw;
        bottom: -26vw;
    }

    #top_pickup .sec_title_area {
        margin-bottom: 5vw;
    }

    #top_pickup .sec_title_area .icon {
        margin: 0 2vw 0 0;
        width: 12%;
    }

    #top_pickup .sec_title_area .icon img {
        width: 100%;
    }

    .pick_up_slider {
        padding: 0;
    }

    .pick_up_slider .slide {
        margin: 0;
    }

    .pick_up_slider .slide a .image {
        margin-bottom: 3vw;
        border-radius: 2vw;
        height: 55vw;
    }

    .pick_up_slider .slide a .image img {
        border-radius: 2vw;
    }

    .pick_up_slider .slide a .info .addr {
        font-size: 3.8vw;
        margin-bottom: 1vw;
    }

    .pick_up_slider .slide a .info .name {
        font-size: 4vw;
    }

    .pick_up_slider .slide a:hover .image img {
        transform: scale(1);
    }

    .pick_up_slider .slide a:hover .info .name {
        color: #2C2C2C;
    }

    .pick_up_slider .slick-arrow {
        width: 12vw;
        height: 12vw;
        transform: none;
        top: 22vw;
    }

    .pick_up_slider .slick-arrow.slick_prev {
        left: -4vw;
    }

    .pick_up_slider .slick-arrow.slick_next {
        right: -4vw;
    }

    .pick_up_slider .slick-arrow img {
        width: 65%;
    }

    .pick_up_slider .slick-arrow:hover {
        background: #F8CF00;
    }

    .pick_up_slider .slick-arrow:hover .defo {
        opacity: 1;
    }

    .pick_up_slider .slick-arrow:hover .hover {
        opacity: 0;
    }

    .pick_up_slider .slick-dots li {
        width: 13vw;
        border-radius: 1vw;
        margin: 0 2vw;
    }

    .pick_up_slider .slick-dots {
        bottom: -10vw;
    }

    /* SPトップページ フッター */
    .site_ft {
        padding: 8vw 0 7vw;
    }

    .ft_top {
        display: block;
        margin-bottom: 10vw;
    }

    .ft_top .ft_logo {
        width: 70%;
        margin: 0 0 4vw;
    }

    .ft_top .text {
        font-size: 3.5vw;
    }

    .site_ft::before {
        width: 67.4vw;
        height: 63.5vw;
        bottom: -28vw;
        transform: translateX(-50%) rotate(-36deg);
    }

    .copyright small {
        font-size: 3.5vw;
    }

    .site_ft::after {
        display: none;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding: 6vw 0 0;
    }

    .common_page_main .inner {
        display: block;
        padding: 0;
    }

    .common_page_main .inner .title_box {
        text-align: center;
        margin-bottom: 4vw;
    }

    .common_page_main .inner .title_box .title {
        font-size: 5.1vw;
        margin: 0;
    }

    .common_page_main .inner .title_box .title.string_long {
        font-size: 4.6vw;
    }

    .common_page_main .inner .title_box .sub_title {
        font-size: 4.5vw;
    }

    .common_page_main .inner .img {
        width: 100%;
        margin: 0;
    }

    .common_page_main .inner .img img {
        border-radius: 4vw;
    }

    .common_page_main .inner .img::before {
        border-radius: 4vw;
    }

    .common_page_main .inner::before {
        width: 45vw;
        height: 42vw;
        top: -39vw;
        left: -10vw;
    }

    .common_page_main .inner::after {
        width: 30vw;
        height: 27vw;
        left: auto;
        right: -5vw;
        bottom: -9vw;
        z-index: 1;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .common_page_title h2 {
        font-size: 5vw;
    }

    .common_page_title .sub_title {
        font-size: 3vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    .common-btn {
        width: 80%;
        line-height: 12vw;
    }

    .common-btn:hover {
        opacity: 1;
    }

    .common_sec_title {
        margin-bottom: 4vw;
        padding-bottom: 2vw;
    }

    .common_sec_title .title {
        font-size: 4.5vw;
        padding-left: 3.5vw;
    }

    .common_sec_title .title::before {
        width: 8vw;
        height: 8vw;
        top: -0.7vw;
    }

    .common_paragraph {
        margin-bottom: 3.5vw;
    }

    .common_paragraph .title {
        font-size: 4.2vw;
        padding-left: 2vw;
    }

    .page_ranking_sec {
        padding: 15vw 0 0;
    }

    .page_column_sec {
        padding: 15vw 0 0;
    }

    .page_pickup_sec {
        padding: 15vw 0 0;
    }

    .page_pickup_sec .sec_title_area {
        margin-bottom: 5vw;
    }

    .page_pickup_sec .sec_title_area .icon {
        margin: 0 2vw 0 0;
        width: 12%;
    }

    .page_pickup_sec .sec_title_area .icon img {
        width: 100%;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
        padding: 4.5vw 0;
    }

    .breadcrumb .home span::before {
        padding-right: 1vw;
    }

    /* SP固定ページ 会社概要 */
    .company_profile {
        margin-bottom: 20vw;
    }

    .company_profile table th,
    .company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    .company_profile table {
        border-top: 1px solid;
    }

    .company_profile table th {
        width: 100%;
        background-color: #f2f2f2;
    }

    .company_profile table td {
        width: 100%;
    }

    .company_access .map {
        height: 50vw;
    }

    /* SP固定ページ お問い合わせ */
    #page_contact table {
        margin-bottom: 10vw;
        width: 100%;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
        padding: 1em 0 0;
    }

    #page_contact table td {
        width: 100%;
        padding: 0.5em 0 0.3em;
    }

    #page_contact input[type="text"],
    #page_contact input[type="email"],
    #page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    #page_contact input.tel {
        width: 30%;
    }

    #page_contact select {
        width: 100%;
    }

    #page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    #page_contact #btn_wrap button[name="submitBack"] {
        margin: 4vw 0 0;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    #page_contact .attention {
        font-size: 3vw;
        text-align: left;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
    }

    #page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }

    #page_contact .progressbar .item:not(:last-child)::before,
    #page_contact .progressbar .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }

    /* SP固定ページ 個人情報保護方針 */
    .common_sub_page .main_text {
        font-size: 3.5vw;
    }

    .common_sub_page dl {
        margin-bottom: 10vw;
    }

    .common_sub_page dl dt {
        font-size: 4vw;
    }

    .common_sub_page dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /* SP固定ページ 404ページ */
    #page-404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page-404 .text {
        font-size: 3.5vw;
    }

    /* SP投稿ページ アーカイブページ */
    .common_news_list li dl dt {
        padding: 3vw;
        display: block;
    }

    .common_news_list li dl dt .date {
        font-size: 3.7vw;
        margin: 0 0 0.5vw;
    }

    .common_news_list li dl dt .title {
        width: 91%;
        font-size: 3.8vw;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .common_news_list li dl dt .plus {
        width: 5vw;
        height: 5vw;
        right: 3vw;
    }

    .common_news_list li dl dd a {
        padding: 0 3vw 3vw;
    }

    .common_news_list li dl dd a .text {
        font-size: 3.7vw;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.7;
    }

    .common_news_list li dl dd a:hover .text {
        color: #2C2C2C;
    }

    /* アーカイブページ コラム */
    .common_page_column .common_column_list .column_box:nth-child(n + 4) {
        display: block;
    }

    .common_page_column .common_column_list {
        gap: 8vw 0;
    }

    .common_page_column .common_column_list .column_box:nth-child(n + 4) a .image {
        margin: 0 0 2vw;
    }

    /* 人気コラムランキング 総合・月間・本日 */
    .common_page_column .common_column_list .column_box:nth-child(n + 4) a .rank_num {
        width: 13vw;
        height: 13vw;
        right: -2vw;
    }

    .common_page_column .site_btn a {
        margin: 12vw auto 0;
    }

    /* SP投稿ページ シングルページ */
    .singleContent .single_title::before {
        width: 3vw;
        height: 3vw;
    }

    .singleContent .single_title::after {
        font-size: 3vw;
        top: -6vw;
    }

    .single_main_img {
        width: 47vw;
        height: 47vw;
    }

    .singleContent .day_cat {
        flex-wrap: nowrap;
        margin: 12vw 0;
    }

    .singleContent .day_cat .day {
        font-size: 3.2vw;
        margin-right: 3vw;
        padding-right: 3vw;
        flex-shrink: 0;
    }

    .singleContent .day_cat ul {
        display: grid;
        grid-template-columns: repeat(2, 40%);
        column-gap: 2vw;
        row-gap: 2vw;
    }

    .singleContent .day_cat .category_list {
        width: 100%;
    }

    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .single_title {
        margin-bottom: 10vw;
        font-size: 4.5vw;
        letter-spacing: .05em;
        padding: 10vw 0 5vw;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
        padding: 1vw 3vw;
        text-align: center;
        margin: 0;
    }

    .singleContent h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    #single_page .singleContent {
        width: 100%;
        margin: 0;
    }

    #single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    #single_page .singleContent .ichiran_link:hover {
        opacity: 1;
    }

    #single_page .singleSidebar {
        display: none;
    }

    .singleContent_links {
        margin-top: 25vw;
    }

    .singleContent_links .btn {
        margin-bottom: 4vw;
        font-size: 3.4vw;
    }

    .singleContent_links a .ttl {
        font-size: 3.2vw;
    }

    .singleContent_links ul {
        width: 40%;
    }

    .singleContent_links .img {
        width: 100%;
        margin-bottom: 3vw;
    }

    .singleContent_links .img img {
        height: 20vw !important;
        object-fit: contain;
    }

    #toc_container li::before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }

    #toc_container li {
        padding-left: 4vw;
    }

    .singleContent .singleContent_links ul li {
        padding: 0;
    }

    .singleContent ul li+li {
        margin-top: 3vw;
    }

    .singleContent ul li {
        padding-left: 6vw;
    }

    .singleContent article ul {
        padding: 4vw 3vw;
    }

    .singleContent ul li::before {
        width: 4vw;
        height: 4vw;
    }

    .singleContent ol::before {
        border-width: 0 18px 18px 0;
    }

    .singleContent ol {
        padding: 6vw 3vw;
    }

    .singleContent #toc_container {
        margin-bottom: 8vw;
    }

    /* SP固定ページ サイトマップ */
    #sitemap_list a {
        font-size: 4vw;
    }

    #sitemap_list a:hover {
        color: #2C2C2C;
    }

    /* SP固定ページ 初めての方へ */
    #page_guide .top_box {
        margin-bottom: 15vw;
    }

    #page_guide .top_box .text {
        font-size: 3.7vw;
        line-height: 1.7;
    }

    #page_guide .list .item+.item {
        padding-top: 12vw;
    }

    #page_guide .list .item .inner {
        display: block;
    }

    #page_guide .list .item .inner .img {
        width: 100%;
        margin: 0 0 3vw;
    }

    #page_guide .list .item .inner .text_box .text {
        font-size: 3.7vw;
        line-height: 1.7;
    }

    /* SP固定ページ よくある質問 */
    #page_faq .list dl+dl {
        margin-top: 5vw;
    }

    #page_faq .list dl .en {
        font-size: 5.5vw;
        margin-right: 3vw;
    }

    #page_faq .list dl dt .text {
        font-size: 4vw;
        width: 82%;
    }

    #page_faq .list dl dt .plus {
        width: 5vw;
        height: 5vw;
        right: 4vw;
    }

    #page_faq .list dl dt .plus img {
        width: 100%;
    }

    #page_faq .list dl dd .text {
        font-size: 3.7vw;
    }

    /* SP固定ページ 利用者様へのお願い */
    #page_favor .item {
        padding: 7vw 5vw 5vw;
        border-radius: 2vw;
    }

    #page_favor .item+.item {
        margin-top: 9vw;
    }

    #page_favor .item .list li+li {
        margin-top: 3vw;
    }

    #page_favor .item .list li {
        font-size: 3.7vw;
    }

    #page_favor .item .list li::before {
        margin-right: 2vw;
    }

    /* SP固定ページ リンク・引用について */
    #page_link .top_box {
        margin-bottom: 8vw;
    }

    #page_link .top_box .text {
        font-size: 3.8vw;
        line-height: 1.7;
    }

    #page_link .content .item+.item {
        margin-top: 8vw;
    }

    #page_link .content .item .textarea .text {
        font-size: 3.7vw;
        line-height: 1.7;
    }

    #page_link .content .item .textarea .text+.text {
        margin-top: 3vw;
    }

    /* SP固定ページ ベストスマイルとは */
    #page_about .top_box {
        margin-bottom: 12vw;
    }

    #page_about .top_box .textarea {
        margin-bottom: 6vw;
    }

    #page_about .top_box .textarea .text {
        font-size: 3.8vw;
        line-height: 1.7;
    }

    #page_about .greeting_sec .inner {
        display: block;
    }

    #page_about .greeting_sec .img {
        width: 70%;
        margin: 0 auto 3vw;
    }

    #page_about .greeting_sec .text_box .text {
        font-size: 3.7vw;
        line-height: 1.7;
    }

    #page_about .greeting_sec .text_box .text+.text {
        margin-top: 3vw;
    }

    #page_about .greeting_sec {
        margin-bottom: 10vw;
    }

    #page_about .company_sec table th,
    #page_about .company_sec table td {
        display: block;
        width: 100%;
        font-size: 3.8vw;
        border-bottom: none;
    }

    #page_about .company_sec table {
        border-bottom: 1px solid #E0E0E0;
    }

    /* SP固定ページ ベストスマイル提携施設 */
    #page_alliance .pref_tab_btn {
        margin-bottom: 12vw;
    }

    #page_alliance .pref_tab_btn ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 2vw;
    }

    #page_alliance .pref_tab_btn li a {
        border-radius: 1.5vw;
        font-size: 4vw;
        padding: 1.5vw 0;
    }

    #page_alliance .pref_tab_btn li a:hover {
        color: #fff;
        background: #F8CF00;
    }

    #page_alliance .content .item+.item {
        padding-top: 12vw;
    }

    #page_alliance .content .inner dl+dl {
        margin-top: 4vw;
    }

    #page_alliance .content .inner dl dt .text {
        font-size: 4vw;
    }

    #page_alliance .content .inner dl dt .plus {
        width: 5vw;
        height: 5vw;
        right: 4vw;
    }

    #page_alliance .content .inner dl dt .plus img {
        width: 100%;
    }

    #page_alliance .content .inner dl dd table th,
    #page_alliance .content .inner dl dd table td {
        font-size: 3.7vw;
        min-width: 50vw;
        width: 50vw;
    }

    #page_alliance .content .inner dl dd {
        overflow: scroll;
        min-width: 50vw;
        padding: 0.5em 0 1.2em;
    }

    #page_alliance .content .inner dl dd table {
        min-width: 100%;
        table-layout: fixed;
    }

    /* 施設情報 アーカイブ */
    .common_facility_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 8vw 0;
    }

    .common_facility_list li {
        animation-delay: 0s !important;
    }

    .common_facility_list li a .image {
        margin-bottom: 3vw;
        border-radius: 2vw;
    }

    .common_facility_list li a .image img {
        border-radius: 2vw;
    }

    .common_facility_list li a:hover .image img {
        transform: scale(1);
    }

    .common_facility_list li a .info .addr {
        font-size: 3.8vw;
        margin-bottom: 1vw;
    }

    .common_facility_list li a .info .name {
        font-size: 4vw;
    }

    .common_facility_list li a:hover .info .name {
        color: #2C2C2C;
    }

    /* 施設情報 シングル */
    #single_facility .top_title {
        margin-bottom: 6vw;
        padding: 2vw 3vw;
    }

    #single_facility .top_title .title {
        font-size: 5vw;
    }

    .facility_table table {
        border-bottom: 1px solid #E0E0E0;
    }

    .facility_table table th,
    .facility_table table td {
        border-bottom: none;
        display: block;
        width: 100%;
        font-size: 3.8vw;
        white-space: normal;
    }

    #single_facility .content .map {
        height: 60vw;
    }

    #single_facility .content.free .facility_table {
        margin-bottom: 10vw;
    }

    #single_facility .info_box {
        display: block;
        margin-bottom: 13vw;
    }

    #single_facility .info_box .img_box {
        width: 100%;
        margin: 0 0 5vw;
    }

    #single_facility .info_box .img_box .main_img {
        height: 70vw;
        margin-bottom: 3vw;
    }

    #single_facility .info_box .img_box .pager_area .pager {
        margin: 0 0.5vw 1vw;
        width: calc((100% - 3vw) / 3) !important;
    }

    #single_facility .info_box .img_box .pager_area .pager .img {
        height: 20vw;
    }

    #single_facility .info_box .img_box .main_img .slick-arrow {
        width: 10vw;
        height: 10vw;
    }

    #single_facility .info_box .img_box .main_img .slick-arrow.slick_prev {
        left: -4vw;
    }

    #single_facility .info_box .img_box .main_img .slick-arrow.slick_next {
        right: -4vw;
    }

    #single_facility .info_box .img_box .main_img .slick-arrow img {
        width: 70%;
    }

    #single_facility .info_box .img_box .main_img .slick-arrow:hover img.defo {
        opacity: 1;
    }

    #single_facility .info_box .img_box .main_img .slick-arrow:hover img.hover {
        opacity: 0;
    }

    #single_facility .info_box .img_box .main_img .slick-arrow:hover {
        background: #F8CF00;
    }

    #single_facility .info_box .text_box .introduction {
        border-radius: 2vw;
        padding: 1em;
        margin-bottom: 8vw;
    }

    #single_facility .info_box .text_box .introduction .text {
        font-size: 3.7vw;
        line-height: 1.7;
    }

    #single_facility .info_box .text_box .list table {
        border-bottom: 1px solid #E0E0E0;
    }

    #single_facility .info_box .text_box .list table th,
    #single_facility .info_box .text_box .list table td {
        display: block;
        width: 100%;
        border-bottom: none;
        font-size: 3.8vw;
    }

    #single_facility .info_box .text_box .list table td a {
        word-break: break-all;
    }

    #single_facility .content.paid .map {
        margin-bottom: 10vw;
    }

    /* 施設情報 */
    #page_search .area_box {
        padding: 7vw 8vw;
    }

    #single_facility .info_box .sns_cont {
        margin-top: 10vw;
    }

    #single_facility .info_box .sns_cont .line_btn {
        width: 100%;
        margin: 0 auto 3vw;
    }

    #single_facility .info_box .sns_cont .line_btn a {
        height: 15vw;
    }

    #single_facility .info_box .sns_cont .line_btn a .icon {
        width: 7vw;
        margin-right: 2.5vw;
    }

    #single_facility .info_box .sns_cont .line_btn a .text {
        font-size: 4.2vw;
    }

    #single_facility .info_box .sns_cont .lead_text {
        font-size: 3.5vw;
    }

    #single_facility .info_box .sns_cont .sns_list {
        margin-top: 3.5vw;
    }

    #single_facility .info_box .sns_cont .sns_list ul {
        display: block;
    }

    #single_facility .info_box .sns_cont .sns_list ul li {
        width: 100%;
    }

    #single_facility .info_box .sns_cont .sns_list ul li+li {
        margin-top: 3vw;
    }

    #single_facility .info_box .sns_cont .sns_list ul li a {
        width: 100%;
        height: 13vw;
    }

    #single_facility .info_box .sns_cont .sns_list ul li a .icon {
        width: 7vw;
        margin-right: 4vw;
    }

    #single_facility .info_box .sns_cont .sns_list ul li a .text {
        font-size: 3.8vw;
    }

    #single_facility .info_box .text_box {
        width: 100%;
    }

    section#search_now ul li {
        width: 100%;
        padding: 10px 0;
    }

    section#search_now ul li+li {
        border-left: none;
    }

    section#search_now .site_btn a {
        padding: 0;
    }

    section#search_now {
        margin-bottom: 50px;
    }

    section#search_result {
        padding: 50px 0;
    }

    li.search_result_list a {
        border-radius: 10px;
        padding: 30px 20px 20px;
    }

    li.search_result_list .facility_info {
        padding: 0;
    }

    li.search_result_list .facility_info .facility_name {
        width: 100%;
    }

    li.search_result_list .facility_info .facility_data {
        width: 100%;
        padding: 10px 0 0;
        font-size: 12px;
    }

    li.search_result_list .facility_info .facility_data .head {
        width: 70px;
    }

    li.search_result_list .facility_info .facility_data .data {
        width: calc(100% - 70px);
    }

    .list_paging ul li {
        width: 36px;
        margin: 0 2px;
    }

    ul.select_city_content .flex .select_city_list {
        width: 100%;
    }

    ul.select_city_content li {
        padding: 5px;
    }

    .select_city_list .text a {
        font-size: 14px;
        height: 34px;
    }

    .select_city_list .check label {
        width: 34px;
        height: 34px;
    }

    .select_city_list .text {
        width: calc(100% - 34px);
    }

    li.search_result_list .facility_images .image {
        width: 100%;
    }

    li.search_result_list .facility_images .introduction {
        width: 100%;
        padding: 20px 0 0;
    }

    li.search_result_list .facility_images .introduction .title {
        font-size: 14px;
    }

    .common_keyword_form {
        padding: 5vw;
        border-radius: 10px;
    }

    .common_keyword_form .input input {
        width: 100%;
        height: 40px;
    }

    .common_keyword_form .input {
        width: 100%;
        margin-bottom: 10px;
    }

    .common_keyword_form .submit button {
        line-height: 40px;
        width: 100%;
    }

    .common_keyword_form .submit {
        width: 100%;
    }

    .common_keyword_form .title {
        font-size: 5.1vw;
        margin-bottom: 3vw;
    }

    #search_keyword {
        padding-top: 15vw;
    }

    #top_news {
        padding-top: 15vw;
    }

    #top_news .sec_title_area {
        margin-bottom: 5vw;
    }

    #top_news .site_btn {
        margin-top: 10vw;
    }

    /* 特別掲載のご案内 */
    .publication_intro_sec .top_text {
        font-size: 3.7vw;
        margin: 0 0 4vw;
    }

    .publication_intro_sec .list {
        margin: 0 0 6vw;
    }

    .publication_intro_sec .list ul {
        grid-template-columns: 1fr;
    }

    .publication_intro_sec .list li .text {
        font-size: 3.6vw;
    }

    .publication_intro_sec .catch {
        font-size: 4vw;
    }

    .publication_data_sec {
        padding: 15vw 0 0;
    }

    .publication_data_sec .cont .item+.item {
        margin-top: 10vw;
    }

    .publication_data_sec .cont .item .table_box {
        overflow: scroll;
    }

    .publication_data_sec .cont .item .table_box table {
        width: 150vw;
    }

    .publication_data_sec .cont .item .table_box table th,
    .publication_data_sec .cont .item .table_box table td {
        font-size: 3.2vw;
    }

    .publication_about_sec {
        padding: 15vw 0 0;
    }

    .publication_about_sec .cont {
        margin: 0 0 8vw;
    }

    .publication_about_sec .cont ul {
        grid-template-columns: 1fr;
    }

    .publication_about_sec .cont li .inbox .img {
        width: 20vw;
    }

    .publication_about_sec .cont li .inbox .title_box .title {
        font-size: 4vw;
    }

    .publication_about_sec .cont li .text_box .text {
        font-size: 3.5vw;
    }

    .publication_about_sec .campaign .head {
        font-size: 4vw;
        margin: 0 0 3vw;
    }

    .publication_about_sec .campaign .price_box {
        margin: 0 0 5vw;
    }

    .publication_about_sec .campaign .price_box .inbox {
        gap: 0 0.7em;
    }

    .publication_about_sec .campaign .price_box .inbox .normal_price {
        font-size: 3.6vw;
    }

    .publication_about_sec .campaign .price_box .inbox .arrow {
        width: 9vw;
    }

    .publication_about_sec .campaign .price_box .inbox .special_price {
        font-size: 5.8vw;
    }

    .publication_about_sec .campaign .price_box .inbox .special_price .num {
        margin: 0 0.2em;
    }

    .publication_about_sec .campaign .price_box .note {
        font-size: 3.3vw;
    }

    .publication_about_sec .campaign .btn_box .desc {
        font-size: 3.5vw;
    }

    .publication_about_sec .campaign .btn_box .btn a {
        width: 80%;
        border: none;
        min-block-size: 12.5vw;
        font-size: 3.7vw;
    }

    .publication_about_sec .campaign .btn_box .btn a::after {
        width: 2vw;
        right: 5vw;
    }

    .publication_about_sec .campaign .btn_box .btn a:hover {
        background: #F8CF00;
    }

    .common_newarrival .link_btn {
        margin-block: 0 2em;
    }

    .common_newarrival .link_btn ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5em;
    }

    .common_newarrival .link_btn li a {
        border: none;
        min-block-size: 13vw;
        font-size: 3.5vw;
    }

    .common_newarrival .link_btn li a:hover {
        background: #F8CF00;
        color: #fff;
    }

    #top_search.top_search_sec {
        margin-left: unset;
        padding-top: 5vw;
    }

    .top_search_sec .cont {
        flex-direction: column;
        gap: 10vw 0;
    }

    .top_search_sec .cont .text_box .fv_left {
        width: 100%;
    }

    .top_search_sec .cont .text_box .fv_left .text {
        font-size: 3.8vw;
        letter-spacing: .03em;
        text-align: center;
    }

    .top_search_sec #search_keyword {
        padding-top: 15vw;
    }

    .top_search_sec .cont .text_box #search_keyword .common_keyword_form {
        width: 100%;
    }

    .top_search_sec .cont .text_box #search_keyword .common_keyword_form .title {
        font-size: 5vw;
    }

    .top_search_sec .cont .text_box #search_keyword .common_keyword_form form .flex {
        gap: 5vw 0;
    }

    .common_keyword_form .input {
        margin-bottom: unset;
    }

    .top_search_sec .cont .text_box #search_keyword input {
        width: 100%;
        height: 13vw;
    }

    #top_search.top_search_sec .next_scroll {
        display: none;
    }

    #top_search.top_search_sec .inner {
        background: linear-gradient(to bottom, #FFFFFA, #FFFFD6);
        width: 100%;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 15vw 8vw 17vw;
    }

    .top_search_sec .cont .text_box .fv_left .text_image img {
        margin-bottom: 5vw;
    }

    /* top fv */

    #top_search.top_search_sec {
        margin-left: unset;
        padding-top: 5vw;
    }

    .top_search_sec .cont {
        flex-direction: column;
        gap: 10vw 0;
    }

    .top_search_sec .cont .text_box .fv_left {
        width: 100%;
    }

    .top_search_sec .cont .text_box .fv_left .text {
        font-size: 3.8vw;
        letter-spacing: .03em;
        text-align: center;
    }

    .top_search_sec #search_keyword {
        padding-top: 10vw;
    }

    .top_search_sec .cont .text_box #search_keyword .common_keyword_form {
        width: 100%;
    }

    .top_search_sec .cont .text_box #search_keyword .common_keyword_form .title {
        font-size: 5vw;
    }

    .top_search_sec .cont .text_box #search_keyword .common_keyword_form form .flex {
        gap: 5vw 0;
    }

    .common_keyword_form .input {
        margin-bottom: unset;
    }

    .top_search_sec .cont .text_box #search_keyword input {
        width: 100%;
        height: 13vw;
    }

    #top_search.top_search_sec .next_scroll {
        display: none;
    }

    #top_search.top_search_sec .inner {
        background: linear-gradient(to bottom, #FFFFFA, #FFFFD6);
        width: 100%;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 15vw 8vw 17vw;
    }

    .top_search_sec .cont .text_box .fv_left .text_image img {
        margin-bottom: 5vw;
    }

    #page_pref #search_keyword .common_keyword_form {
        width: 100%;
        margin: 0 auto 15vw;
    }

    .common_ranking .sec_title_area .text_box .icon {
        width: 10vw;
        flex-shrink: 0;
    }

    .common_ranking .sec_title_area .text_box .icon img {
        width: 100%;
    }

    .common_ranking .sec_title_area .text_box {
        gap: 0 2vw;
    }

    .fac_contact_form .privacy_check .text {
        font-size: 16px;
        margin: 2em 0 1em;
    }

    .fac_contact_form .privacy_check .text a {
        color: blue;
        text-decoration: underline;
    }

    .fac_contact_form .privacy_check input[type="checkbox"] {
        display: none;
    }

    .fac_contact_form .privacy_check .wpcf7-list-item-label {
        display: inline-block;
        position: relative;
        padding: 0 36px 0 36px;
        cursor: pointer;
    }

    .fac_contact_form .privacy_check .wpcf7-list-item-label::before,
    .fac_contact_form .privacy_check .wpcf7-list-item-label::after {
        content: "";
        position: absolute;
        display: block;
    }

    .fac_contact_form .privacy_check .wpcf7-list-item-label::before {
        background: #fff;
        border: 2px solid #ccc;
        border-radius: 2px;
        width: 20px;
        height: 20px;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .fac_contact_form .privacy_check .wpcf7-list-item-label::after {
        border-width: 3px;
        border-color: transparent transparent #F8CF00 #F8CF00;
        border-style: solid;
        width: 20px;
        height: 10px;
        margin-top: -0.2em;
        top: 50%;
        left: 0;
        transform: translateY(-50%) rotate(-45deg);
        opacity: 0;
    }

    .fac_contact_form input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
        opacity: 1;
    }

    .fac_contact_area {
        margin-top: 15vw;
        padding: 15vw 0;
    }

    .fac_contact_area .area_ttl {
        font-size: 5vw;
        margin-bottom: 1.5em;
    }

    .fac_contact_area .fac_contact_form dl {
        grid-template-columns: 1fr;
        font-size: 3.6vw;
        letter-spacing: .02em;
        line-height: 1.5;
        gap: .7em;
    }

    .fac_contact_area .fac_contact_form dl+dl {
        margin-top: 4vw;
    }

    .fac_contact_area .fac_contact_form dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-top: 0;
    }

    .fac_contact_area #btn_wrap input {
        font-size: 3.6vw;
        width: 100%;
    }

    .fac_contact_area #btn_wrap input:hover {
        opacity: 1;
    }

}