html {
    color: #181818;
    font-family: "Noto Sans JP", "メイリオ ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial, Verdana, sans-serif;
    font-size: 62.5%;
    font-weight: normal;
    line-height: 1.6;
}

body {
    font-size: 1.6rem;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.sp_only {
    display: none;
}

.tab_only {
    display: none;
}

.pc_only {
    display: block;
    border-radius: 5px;
}

@media (min-width: 600px) and (max-width: 1024px) {
    body {
        min-width: inherit;
    }

    .tab_only {
        display: block;
        border-radius: 5px;
        margin: 0 auto;
    }

    .pc_only {
        display: none;
    }
}

@media (max-width: 600px) {
    body {
        /* min-width: 32rem;  アクセシビリティツール文字拡大後　横スクロール防止 */  
        overflow-x: hidden;
    }

    body.is_show_spMenu {
        overflow: hidden;
    }

    .tab_only {
        display: none;
    }

    .sp_only {
        display: block;
        border-radius: 5px;
    }

    .pc_only {
        display: none;
    }
}

.container {
    margin: 0 auto;
    padding-left: 10rem;
    padding-right: 10rem;
    max-width: 128rem;
}

.mv_main__image {
    border-radius: .5rem;
    overflow: hidden;
}

@media (min-width: 600px) and (max-width: 1024px) {
    .container {
        padding: 0 5vw;
    }

    .mv_main.container {}
}

@media (max-width: 600px) {
    .container {
        padding: 0 1.8rem;
    }
}

header .head_wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 134rem;
    padding: 2rem 5rem 2rem 5rem;
    position: relative;
    background-color: #fff;
    z-index: 10;
}

header .head_wrap .logo img {
    max-height: 7rem;
}

header .head_wrap form.searchform {
    min-width: max-content;
}

header .head_wrap form input[type='text'] {
    border: .1rem solid #4b4b4b;
    border-radius: .3rem;
    color: #4b4b4b;
    font-size: 1.3rem;
    font-weight: normal;
    height: 2.9rem;
    margin-right: .5rem;
    padding: 0 .5rem;
    width: 17.8rem;
}

header .head_wrap form input[type='submit'] {
    border: .1rem solid #4b4b4b;
    border-radius: .3rem;
    color: #4b4b4b;
    font-size: 1.3rem;
    font-weight: normal;
    height: 2.9rem;
    line-height: normal;
    width: 5.1rem;
}

.form-head {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: flex-end;
}

.form-head .lang {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.form-head form input {
    background-color: #fff;
}

.form-head .lang a {
    border-radius: .5rem;
    height: 2.9rem;
    line-height: 2.5rem;
    min-width: 11rem;
    padding: 0 .5rem;
    text-align: center;
}

.form-head .lang .lang_en {
    background-color: #014578;
    color: #fff;
    font-size: 1.5rem;

    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    /* width: 80px; */
    box-sizing: border-box;
}

.form-head .lang .link {
    background: #fff;
    border: .2rem solid #014578;
    color: #014578;
    font-size: 1.5rem;
    font-weight: bold;
    height: auto;
}

header .links {
    align-items: center;
    border-bottom: .3rem solid #006dbf;
    border-top: .3rem solid #006dbf;
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

@media (min-width: 600px) and (max-width: 1024px) {
    header .head_wrap {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }

    header .head_wrap .logo {
        margin-right: 1.5rem;
    }

    header .head_wrap .logo img {
        max-height: 6.4rem;
    }

    .form-head {
        gap: 1.2rem;
        justify-content: flex-end;
    }

    .form-head .lang {
        gap: 1.2rem;
    }

    header .head_wrap form input[type='text'] {
        width: 17.2rem;
    }
}

@media (max-width: 600px) {
    .form-head {
        display: none;
    }

    header .head_wrap {
        padding: 0;
        padding-right: 5.8rem;
        justify-content: flex-start;
    }

    header .head_wrap .logo {
        height: 5.2rem;
        overflow: hidden;
    }

    header .head_wrap .logo img {
        max-height: 100%;
    }

    header .links {
        display: none;
    }

    header .head_wrap form input[type='text'] {
        width: 17.4rem;
    }
}

.post-type-archive-cs_room header .links,
.single-cs_room header .links {
    border-bottom: .3rem solid #b1d136;
    border-top: .3rem solid #b1d136;
}

.post-type-archive-ac_room header .links,
.single-ac_room header .links {
    border-bottom: .3rem solid #f1ae61;
    border-top: .3rem solid #f1ae61;
}

header .links a {
    color: #181818;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

header .links .line {
    background-color: #006dbf;
    border-radius: .3rem;
    height: 3.5rem;
    margin: 0 3rem;
    width: .3rem;
}

@media (min-width: 600px) and (max-width: 1024px) {}

.post-type-archive-cs_room header .links .line,
.single-cs_room header .links .line {
    background-color: #b1d136;
}

.post-type-archive-ac_room header .links .line,
.single-ac_room header .links .line {
    background-color: #f1ae61;
}

header .links a.link-other {
    background: #5e1a88;
    border-radius: .5rem;
    color: #fff;
    font-size: 1.8rem;
    padding: .8rem 2rem .9rem;
    min-width: 11.5rem;
    text-align: center;
}

.mv {
    background-color: #aedfff;
    padding: 5rem 0 1rem 0;
    overflow: hidden;
}

body .metaslider .flexslider .flex-direction-nav li a {
    height: 4rem;
    width: 4rem;
}

@media (min-width: 600px) and (max-width: 1024px) {
    body .metaslider .flexslider .flex-direction-nav li a {
        height: 3rem;
        width: 3rem;
    }

    .mv {
        padding-top: 4rem;
    }

    header .links {
        width: 100%;
    }

    header .links .line {
        margin: 0 1.8rem;
    }
}

@media (max-width: 600px) {
    body .metaslider .flexslider .flex-direction-nav li a {
        display: none;
    }

    .mv {
        padding: 2rem 0 .1rem 0;
    }
}

.metaslider .slides img {
    border-radius: 5px !important;
}

body .metaslider .flex-direction-nav .flex-next {
    background-image: url('../images/next.png') !important;
    background-size: 100% 100%;
    right: -8rem !important;
}

body .metaslider-flex.ms-theme-default .flex-next:focus {
    background: url('../images/next.png') !important;
    background-size: 100% 100% !important;
    height: 4rem !important;
}

body .metaslider .flex-direction-nav .flex-prev {
    background-image: url('../images/prev.png') !important;
    background-size: 100% 100%;
    left: -8rem !important;
}

body .metaslider-flex.ms-theme-default .flex-prev:focus {
    background: url('../images/prev.png') !important;
    background-size: 100% 100% !important;
    height: 4rem !important;
}

@media (min-width: 600px) and (max-width: 1024px) {
    body .metaslider .flex-direction-nav .flex-next {
        right: -5vw !important;
    }

    body .metaslider .flex-direction-nav .flex-prev {
        left: -5vw !important;
    }

    body .metaslider-flex.ms-theme-default .flex-next:focus {
        height: 3rem !important;
    }

    body .metaslider-flex.ms-theme-default .flex-prev:focus {
        height: 3rem !important;
    }
}

body .flex-control-paging li a {
    background: #fff;
    height: .8rem;
    width: .8rem;
}

body .metaslider .flex-control-nav {
    bottom: -3.1rem;
}

body .metaslider .flex-control-nav li a {
    margin: 0 .4rem;
}

body .flex-control-paging li a.flex-active {
    background: #858585;
}

body .flex-control-paging li a:hover {
    background: #858585;
}

.anchor_links .container {
    display: flex;
    justify-content: center;
    padding: 6rem 0 0 0;
}

.anchor_links a {
    background: #FFF;
    border: .2rem solid #006dbf;
    border-radius: 3rem;
    color: #181818;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 2rem;
    padding: .8rem 3.2rem .8rem 4.8rem;
    position: relative;
    text-align: center;
    transition: .2s linear;
}

.anchor_links a:hover {
    border: .2rem solid #006dbf;
    box-shadow: inset 0 0 0 .2rem #006dbf;
    transition: .2s linear;
}

.anchor_links a:before {
    background-image: url('../images/arrow_anchor.png');
    background-size: 100% 100%;
    content: '';
    height: 1.5rem;
    left: 1.8rem;
    position: absolute;
    top: calc(50% - .75rem);
    width: 1.765rem;
}

@media (min-width: 600px) and (max-width: 1024px) {
    .anchor_links a {
        margin: 0 1.5rem;
    }

    .anchor_links .container {
        flex-wrap: wrap;
        padding-top: 4rem;
        row-gap: 2rem;
    }

    .anchor_links a:before {
        height: 1.3rem;
        width: 1.6rem;
    }
}

@media (max-width: 600px) {
    .anchor_links a {
        width: 100%;
        padding: .5rem 3.2rem .5rem 4rem;
        font-size: 1.6rem;
    }

    .anchor_links .container {
        flex-wrap: wrap;
        padding-top: 4rem;
        row-gap: 1rem;
    }

    body .metaslider .flex-control-nav {
        bottom: -2.5rem;
    }

    .anchor_links a:before {
        height: 1.2rem;
        top: calc(55% - .75rem);
        width: 1.5rem;
    }
}

div.title {
    background: #f4f4f4;
    color: #181818;
    font-size: 2.8rem;
    padding: .8rem 2rem;
    position: relative;
    font-weight: bold;
}

div.title h1 {
    font-weight: bold;
}

.wrap_btnmore {
    display: flex;
    justify-content: flex-end;
    margin-top: 4rem;
}

.content_detail .wrap_btnmore {
    margin-top: 6rem;
}

.btn_more {
    background: #eaeaea;
    border-radius: 10rem;
    color: #005e95;
    display: inline-block;
    font-size: 1.6rem;
    padding: .67rem 3.5rem .67rem 4.6rem;
    position: relative;
}

.btn_more:before {
    background-image: url('../images/arrow_btn.png');
    background-size: 100% 100%;
    content: '';
    height: 1.2rem;
    left: 2rem;
    position: absolute;
    top: calc(50% - .6rem);
    width: 1rem;
}

.btn_more1 {
    background: #0067a4;
    color: #fff;
}

.btn_more1:before {
    background-image: url('../images/arrow_btn1.png');
}

@media (min-width: 600px) and (max-width: 1024px) {
    div.title {
        font-size: 2.4rem;
        padding: .90rem 1.5rem;
    }

    .wrap_btnmore {
        margin-top: 3rem;
    }
}

@media (max-width: 600px) {
    div.title {
        font-size: 2rem;
        padding: .76rem 1.2rem;
    }

    .wrap_btnmore {
        margin-top: 3rem;
    }

    .section1 .wrap_btnmore {
        justify-content: flex-end;
    }

    .content_detail h1{
        background: #f4f4f4;
        color: #181818;
        font-size: 2rem;
        font-weight: bold;
        margin: 10rem 0 3rem 0;
        padding: .96rem 1.5rem;
        position: relative;
    }
}

.section {
    background: #fff;
    padding: 6rem 0;
}

.section.section1,
.section.section3 {
    padding-bottom: 5rem;
}

.section_even {
    background: #f5fcff;
}

div.title:before {
    background-color: #006dbf;
    border-radius: .3rem;
    content: '';
    height: .3rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.note {
    color: #181818;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
    padding: 8rem 0 8rem 0;
}

.section2 p {
    color: #181818;
    font-size: 1.6rem;
    line-height: 1.5;
}

.section2 .detail {
    padding-top: 4rem;
}

.section2 .detail .wrap {
    display: flex;
    gap: 10.8rem;
    justify-content: space-between;
    margin: 3rem 0;
}

.section2 .detail .wrap .box {
    border-radius: 1rem;
    font-weight: bold;
    margin-bottom: 3rem;
    padding: 3.1rem 1rem 2.9rem 1rem;
    text-align: center;
}

.section2 .detail .wrap .col {
    width: calc(50% - 5.4rem);
}

.section2 .detail .wrap .box p {
    margin-bottom: 0;
}

.section2 .detail .wrap p {
    margin-bottom: 1rem;
}

.section2 .detail .wrap p:last-child {
    margin-bottom: 0;
}

.section2 .detail .wrap .col:nth-child(1) .box {
    background: #e2f0a0;
}

.section2 .detail .wrap .col:nth-child(2) .box {
    background: #ffd5a6;
}

.wrap_btn {
    text-align: center;
    margin-top: 1rem;
}

.wrap_btn .text_line {
    color: #5e1988;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 2rem;
    position: relative;
    padding: inherit;
}

.wrap_btn .text_line:after {
    background-image: url('../images/line_left.png');
    background-size: 100% 100%;
    content: "";
    height: 2.1rem;
    left: -1.8rem;
    position: absolute;
    top: calc(50% - 1.05rem);
    width: 1.4rem;
}

.wrap_btn .text_line:before {
    background-image: url('../images/line_right.png');
    background-size: 100% 100%;
    content: "";
    height: 2.1rem;
    position: absolute;
    right: -1.8rem;
    top: calc(50% - 1.05rem);
    width: 1.4rem;
}

.wrap_btn .button {
    background: #5e1988;
    border-radius: .5rem;
    box-shadow: .3rem .3rem .5rem 0 rgba(0, 0, 0, 0.35);
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    margin-top: .5rem;
    padding: 1.2rem 5.3rem 1.2rem 7.7rem;
    position: relative;
}

.wrap_btn .button:before {
    background-image: url('../images/icon_btn.png');
    background-size: 100% 100%;
    content: "";
    height: 2.5rem;
    left: 2.8rem;
    position: absolute;
    top: calc(50% - 1.25rem);
    width: 3.333rem;
}

.section3 ul {
    list-style: none;
}

.section3 .list {
    padding: 2rem 2rem 0 2rem;
}

.section3 .list li {
    border-bottom: .1rem dotted #ccc;
    padding: 2rem 0 1.2rem 0;
}

.section3 .list li ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
}

.section3 .list li ul li {
    align-items: center;
    border-bottom: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0;
}

.section3 .list li ul li:last-child {
    margin-bottom: 0;
    width: 100%;
}

.section3 .list li ul li .date {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 1.5rem;
}

.section3 .list li ul li .cate {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-right: 1.5rem;
    min-width: 5.8rem;
    padding: .5rem 1.4rem;
    text-align: center;
    border-radius: 3px;
}

.section3 .list li ul li .cate.cate-support {
    background: #ffe477;
}

.section3 .list li ul li .cate.cate-ac {
    background: #ffd5a6;
}

.section3 .list li ul li .cate.cate-cs {
    background: #e2f0a0;
}

.section3 .list li ul li .tag {
    background-image: url('../images/new_tag.png');
    background-size: 100% 100%;
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5;
    padding: .2rem .5rem .4rem 1rem;
}

.section3 .list li ul li a {
    color: #181818;
    line-height: 1.5;
    transition: .1s linear;
}

.section3 .list li ul li a:hover {
    opacity: .6;
    transition: .1s linear;
}

.section4_wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 4rem;
    margin-bottom: 30px;
}

.wrap_accesslink a {
    display: block;         /* 縦並びにする */
    margin-bottom: 2rem;    /* 各リンクの間にスペース */
    width: 22rem;
}



.accesslink {
    display: inline-block;            /* border-bottomを適用しやすくする */
    font-size: 1.6rem;
    color: #005e95;
    text-decoration: none;           /* デフォルトの下線を削除 */
    border-bottom: 1.5px solid #005e95;/* 下線を追加 */
    padding-bottom: 0.2rem;          /* テキストと線の距離 */
}

/* アクセシビリティツール横幅　見切れ防止 */
.ea11y-widget-container {
    width: auto !important; 
}


@media (min-width: 600px) and (max-width: 1024px) {
    .section {
        padding: 5rem 0;
    }

    .section4_wrap {
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: center;
        padding-top: 3rem;
    }

    .note {
        padding: 6rem 0 8rem 0;
    }

    .section2 .detail {
        padding-top: 3rem;
    }

    .section2 .detail .wrap {
        gap: 5.4rem;
        margin: 3rem 0;
    }

    .section2 .detail .wrap .col {
        width: calc(50% - 2.7rem);
    }

    .section2 .detail .wrap .box {
        margin-bottom: 2rem;
        padding: 2.4rem 1rem 2.4rem 1rem;
    }

    .section2 .wrap_btn .button {
        padding: 1.05rem 5.3rem 1.05rem 7.7rem;
    }

    .section2 .wrap_btn .text_line {
        margin-top: 3.5rem;
    }
}

@media (max-width: 600px) {

    .section.section1,
    .section.section3 {
        padding-bottom: 4rem;
    }

    .section {
        padding: 4rem 0;
    }

    .section2 .detail {
        padding-top: 2.5rem;
    }

    .section2 .detail .wrap {
        flex-wrap: wrap;
        gap: 3rem;
        margin: 2rem 0;
    }

    .section2 .detail .wrap .col {
        width: 100%;
    }

    .section2 .detail .wrap .box {
        margin-bottom: 2rem;
    }

    .section2 .wrap_btn .text_line {
        margin-top: 3rem;
    }

    .section3 .list {
        padding: 1rem 0 0 0;
    }

    .section3 .list li ul li .tag {
        font-size: 1.1rem;
    }

    .section3 .list li ul li .date {
        margin-right: 1rem;
    }

    .section3 .list li ul li .cate {
        margin-right: 1rem;
        padding: .3rem .6rem;
    }

    .section4_wrap {
        flex-wrap: wrap;
        gap: 2rem;
        justify-content: center;
        padding-top: 3rem;
    }

    .section4 .wrap_btnmore {
        justify-content: flex-end;
    }

    .note {
        padding: 4rem 0 5rem 0;
    }
}

footer {
    background: #eee;
    padding: 7rem 0 1.5rem 0;
}

.footer_wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 4rem;
    margin-bottom: 6rem;
    padding: 0 1.4rem;
    align-items: center;
}

.footer_wrap .col-line {
    width: .1rem;
    min-width: .1rem;
    align-self: stretch;
    background-color: #686868;
}

.copyright {
    color: #181818;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
}

footer .info_ttl {
    color: #181818;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: .3rem;
}

footer .info_ttl1 {
    margin-bottom: 1.1rem;
}

footer .info_detail {
    color: #181818;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 1.1rem;
}

footer .info_detail:last-child {
    margin-bottom: 0;
}

footer .info_detail1 {
    margin-bottom: 3rem;
}

footer .link {
    display: flex;
    gap: 7.5rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.2rem 0;
}

footer ul.footer_link {
    margin-top: 0;
    margin-bottom: 0;
    gap: 1.2rem;
}

footer ul.footer_link li {
    color: #181818;
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5;
    transition: .1s linear;
}

footer ul.footer_link a {
    color: inherit;
}

footer ul.footer_link a:hover {
    opacity: .6;
    transition: .1s linear;
}

footer .backtotop img {
    bottom: 6rem;
    cursor: pointer;
    height: 6rem;
    position: fixed;
    right: 5rem;
    width: 6rem;
    z-index: 9999;
}

@media (min-width: 600px) and (max-width: 1024px) {
    footer {
        padding: 6rem 0 1.5rem 0;
    }

    .footer_wrap {
        align-items: baseline;
        margin-bottom: 4rem;
        padding: 0;
        column-gap: 3rem;
    }

    footer .info {
        border-right: none;
        width: 45%;
    }

    footer .link {
        align-items: baseline;
        flex-wrap: wrap;
        gap: 1.2rem;
        width: 45%;
    }

    footer .link .col {
        width: 100%;
    }

    footer .backtotop img {
        bottom: 7rem;
        height: 5rem;
        right: 2rem;
        width: 5rem;
    }

    .copyright{
        font-size: 1.3rem;
    }
}

@media (max-width: 600px) {
    footer .backtotop img {
        bottom: 4rem;
        height: 5rem;
        right: 1rem;
        width: 5rem;
    }

    .footer_wrap {
        align-items: baseline;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        margin-bottom: 3rem;
        padding: 0;
        row-gap: 3rem
    }

    .footer_wrap .col-line {
        width: 100%;
        height: .1rem;
        align-self: auto;
        background-color: #686868;
    }

    footer .info {
        padding-right: 0;
        width: 100%;
    }

    footer .link {
        flex-wrap: wrap;
        width: 100%;
        gap: 1.2rem;
        padding: 0;
    }

    footer .link .col {
        width: 100%;
        margin: 0 2rem 0 4rem;
    }

    footer ul.footer_link li {
        font-size: 1.4rem;
    }

    footer {
        background: #eee;
        padding: 4rem 0 1.5rem 0;
    }

    footer .info_ttl1 {
        margin-bottom: .8rem;
        font-size: 1.5rem;
    }

    footer .info_ttl {
        font-size: 1.4rem;
    }

    footer .info_detail1 {
        margin-bottom: 1.5rem;
        font-size: 1.4rem;
    }

    .copyright {
        border-top: .1rem solid #bebebe;
        padding-top: 1rem;
        font-size: 1.2rem;
    }

    .copyright span {
        display: block;
    }
}

.mv_archive {
    padding: 4rem 0;
}

.post-type-archive-cs_room .mv_archive,
.single-cs_room .mv_archive {
    background: #daea8d;
}

.post-type-archive-ac_room .mv_archive,
.single-ac_room .mv_archive {
    background: #ffd5a6;
}

.breadcrumbs a {
    color: #181818;
}

.breadcrumbs span {
    margin: 0 .5rem;
}

.breadcrumbs span:first-child {
    margin-left: 0;
}

.breadcrumbs {
    color: #181818;
    font-size: 1.4rem;
    margin-top: 1.5rem;
}

.links_subpage {
    background-color: #fbf7ed;
    padding: 1.5rem 0;
}

.links_subpage ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

.links_subpage ul > li {
    color: #181818;
    width: 100%;
    position: relative;
    padding: 0 2.5rem;
    white-space: nowrap;
    min-height: 2.6em;
}

.links_subpage ul > li.act {
    color: #FF4800;
}

.links_subpage ul > li:before {
    background-color: #cbcbcb;
    border-radius: .2rem;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: .2rem;
}

.links_subpage ul > li:last-child:after {
    background-color: #cbcbcb;
    border-radius: .2rem;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: .2rem;
}

.links_subpage ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: inherit;
    line-height: 1.2;
}

.category_page {
    padding: 0 0 10rem;
}

.category_page .anchor_links {
    display: flex;
    justify-content: center;
    margin: 2rem 0 6rem 0;
}

.wp-pagenavi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .3em;
    margin-top: 6rem;
}

.wp-pagenavi span,
.wp-pagenavi a {
    display: block;
    padding: .13em .3em .04em;
    border: .1rem solid #006dbf;
    border-radius: .5rem;
    color: #181818;
    min-width: 2.5rem;
    text-align: center;
}

.wp-pagenavi .current {
    border: .2rem solid #006dbf;
    font-weight: bold;
}

.wp-pagenavi a:hover {
    background-color: #ECF7FF;
}

.single-content div.title {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.single-content .detail {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-top: 3rem;
}

.single-content .detail p {
    font-size: 1.5rem;
}

.single-content .detail .cate {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-left: 1.5rem;
    min-width: 5.8rem;
    padding: .5rem .8rem;
    text-align: center;
}

.single-content .detail .cate.cate-support {
    background: #ffe477;
}

.single-content .detail .cate.cate-ac {
    background: #ffd5a6;
}

.single-content .detail .cate.cate-cs {
    background: #e2f0a0;
}

.single-content .content_detail {
    padding: 0 0 10rem 0;
}

/*20250501*/
.container p {
    padding: 0 2rem;
}

.content_detail::after {
    content: "";
    display: block;
    clear: both;
}  

.content_detail h1 {
    background: #f4f4f4;
    color: #181818;
    font-size: 2.6rem;
    font-weight: bold;
    margin: 10rem 0 3rem 0;
    padding: .96rem 1.5rem;
    position: relative;
}

.content_detail h1:before {
    background-color: #006dbf;
    border-radius: .3rem;
    content: '';
    height: .3rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.content_detail p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 1em 0;
}

.content_detail h2,
.site-map h2,
.taxonomy-sp h2 {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 8rem 0 3rem 0;
    padding: 1rem 2rem;
    position: relative;
}

.content_detail h2:before,
.site-map h2:before,
.taxonomy-sp h2:before {
    background-color: #006dbf;
    border-radius: .3rem;
    bottom: 0;
    content: '';
    height: .3rem;
    left: 0;
    position: absolute;
    width: 32rem;
    z-index: 5;
}

.content_detail h2:after,
.site-map h2:after,
.taxonomy-sp h2:after {
    background-color: #bebebe;
    border-radius: .3rem;
    bottom: 0;
    content: '';
    height: .3rem;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.content_detail h3 {
    background: #f4f4f4;
    font-size: 2rem;
    font-weight: bold;
    margin: 6rem 0 3rem 0;
    padding: .9rem 2rem 1rem 3.2rem;
    position: relative;
}

.content_detail h3:before {
    background-color: #006dbf;
    border-radius: .5rem;
    content: '';
    left: 1.6rem;
    position: absolute;
    top: 1.2rem;
    bottom: 1.2rem;
    width: .5rem;
}

.content_detail h4 {
    font-size: 2rem;
    font-weight: bold;
    margin: 4rem 0 2rem 0;
    padding: 1rem 2rem;
    position: relative;
}

.content_detail h4:before {
    background-color: #bebebe;
    border-radius: .3rem;
    bottom: 0;
    content: '';
    height: .3rem;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.content_detail h5 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 4rem 0 2rem 2rem;
    padding: 0 1.6rem;
    position: relative;
    top: .2rem;
    bottom: .2rem;
}

.content_detail h5:before {
    background-color: #006dbf;
    border-radius: .5rem;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: .5rem;
}

/*20250501*/
.content_detail h6 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 4rem 0 2rem 0;
    padding: 0 2rem;
    position: relative;
    top: .2rem;
    bottom: .2rem;
    padding-bottom: 1rem;
}

.content_detail h6:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px dotted #bebebe; /* 点線の下線 */
    height: 0; /* 高さは不要 */
    z-index: 3;
}


.content_detail h2:first-child{
    margin-top: 2rem;
}

.content_detail h3:first-child{
    margin-top: 2rem;
}

.content_detail h1 + h2 {
    margin-top: 2rem;
}  

.content_detail h2 + h3 {
    margin-top: 4rem;
}  


@media (min-width: 600px) and (max-width: 1024px) {
    .links_subpage ul > li {
        white-space: normal;
        padding: 0 1rem;
    }
}

@media (max-width: 600px) {
    .single-content .content_detail {
        padding-bottom: 8rem;
    }

    .mv_archive {
        padding: 2rem 0;
    }

    .single-content div.title {
        margin-top: 3rem;
    }

    .single-content .detail {
        justify-content: flex-start;
        margin-top: 2rem;
    }

    .content_detail h1 {
        font-size: 2rem;
        margin: 5rem 0 3rem 0;
    }

    .content_detail h2,
    .site-map h2,
    .taxonomy-sp h2 {
        font-size: 1.8rem;
        margin: 5rem 0 2.5rem 0;
        padding: 1rem 1.2rem;
    }

    .content_detail h2:before,
    .site-map h2:before,
    .taxonomy-sp h2:before {
        width: 4.2rem;
    }

    .content_detail h3 {
        font-size: 1.6rem;
        margin: 5rem 0 2.5rem 0;
        padding: .85rem 2rem .85rem 2.4rem;
    }

    .content_detail h3:before {
        left: .8rem;
    }

    .content_detail h4 {
        font-size: 1.6rem;
        padding: .85rem 1.2rem;
    }

    .content_detail h5 {
        font-size: 1.6rem;
        padding: .4rem 1.2rem;
        margin: 4rem 0 2rem 0rem;
    }

    .content_detail h5:before {
        left: 0;
    }


    .content_detail h2 + h3{
        margin-top: 2rem;
    }

    .links_subpage ul {
        flex-wrap: wrap;
        text-align: center;
        font-weight: normal;
        line-height: 1.5;
    }

    .links_subpage ul > li {
        padding: 1rem;
    }

    .links_subpage ul > li:before {
        height: .1rem;
        width: 100%;
    }

    .links_subpage ul > li:first-child:before {
        display: none;
    }

    .links_subpage ul > li:last-child:after {
        display: none;
    }

    .links_subpage ul > li > a {
        display: block;
    }

    .links_subpage {
        padding: 0;
    }

    .breadcrumbs {
        margin-top: 2rem;
    }

    .archive .wrap_btnmore {
        justify-content: center;
    }

    .category_page .anchor_links {
        flex-wrap: wrap;
        gap: 1rem;
        margin: 0 0 4rem 0;
    }

    .category_page .anchor_links a {
        margin: 0;
    }
}

.content_detail ul {
    margin: 3rem 0;
    padding: 0 2rem;
}

.content_detail ol {
    margin: 3rem 0;
    padding-left: 2rem;
}

.content_detail ol li {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0.6rem;
    position: relative;
}

.content_detail ul li {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
    list-style: none;
    margin-bottom: 0.6rem;
    padding-left: 2.5rem;
    position: relative;
}

.content_detail ul li:before {
    content: '●';
    font-size: 1.2rem;
    font-weight: normal;
    left: 0;
    line-height: 1.5;
    position: absolute;
    top: .3rem;
}

.content_detail a {
    color: #00619a;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
    word-break: break-word;
    white-space: normal;
}

.content_detail span {
    text-decoration: none !important;
}

@media (max-width: 600px) {
    .content_detail ul {
        margin: 2.5rem 0;
    }
}

.content_detail .wp-block-table {
    margin: 3rem 0;
}

.content_detail .wp-block-table thead {
    background-color: #faf5e8;
    border-bottom: none;
}

.content_detail .wp-block-table tfoot {
    background-color: #faf5e8;
    border-top: none;
    text-align: center;
}

.content_detail .wp-block-table tbody td {
    padding: 4rem 1rem;
}

.content_detail .wp-block-table tbody tr:nth-child(2n) {
    background-color: #f9f9f9;
}

.content_detail .wp-block-table tbody tr:nth-child(2n+1) {
    background-color: #fff;
}

.content_detail .wp-block-table thead th,
.content_detail .wp-block-table tfoot td {
    padding: 2.74rem 1rem;
}

.wp-block-table td,
.wp-block-table th {
    border: .2rem solid #bbb;
}

.content_detail table {
    border: .3rem solid #c9c9c9;
    border-radius: 1rem;
    overflow: hidden;
}

.table_auto_wrap {
    border-radius: 1rem;
    box-shadow: inset 0 0 2rem #c9c9c9, inset 0 0 2rem #c9c9c9, inset 0 0 2rem #c9c9c9;
}

.content_detail .wp-block-gallery {
    gap: 0 8rem !important;
    margin: 1.4em 0;
}

.content_detail .wp-block-gallery .wp-block-image {
    width: calc(50% - 4rem) !important;
}

.content_detail .wp-block-group {
    gap: 8rem;
    margin: 1.4em 0;
}

.content_detail .wp-block-group p {
    margin-bottom: 0;
}

.content_detail .wp-block-group .waku01 {
    border: .5rem solid #f8e5b7;
    border-radius: .5rem;
    height: 25rem;
    width: calc(50% - 4rem);
}

.content_detail .wp-block-group .waku02 {
    background-color: #fbf4e3;
    border-radius: .5rem;
    height: 25rem;
    width: calc(50% - 4rem);
}

.table_auto_wrap {
    border-radius: 1rem;
    box-shadow: inset 0 0 2rem #c9c9c9, inset 0 0 2rem #c9c9c9, inset 0 0 2rem #c9c9c9;
}

@media (max-width: 600px) {
    .content_detail .wp-block-gallery .wp-block-image {
        width: 100% !important;
    }

    .content_detail .wp-block-gallery {
        gap: 2rem !important;
    }

    .content_detail .wp-block-group {
        flex-wrap: wrap;
        gap: 3rem;
    }

    .content_detail .wp-block-group .waku01 {
        width: 100%;
    }

    .content_detail .wp-block-group .waku02 {
        width: 100%;
    }

    .content_detail .wp-block-gallery .wp-block-image {
        width: 100% !important;
    }

    .content_detail .wp-block-gallery {
        gap: 2.5rem !important;
    }

    .content_detail p {
        line-height: 2.4rem;
        overflow-wrap: anywhere;
    }

    .content_detail .wp-block-table thead th,
    .content_detail .wp-block-table tfoot td {
        padding: 2.2rem 1rem;
    }

    .content_detail .wp-block-table tbody td {
        padding: 3rem 1rem;
    }
}

.content_detail img {
    margin-bottom: 1.5rem;
}

.content_detail p span {}

.content_detail p span img {
    margin-bottom: 0;
    margin-right: 1rem !important;
}

.postid-981 .content_detail p span {
    display: inline;
}

.postid-981 .box {
    background-color: #ecf7ff;
    border: .1rem solid #006dbf;
}

.postid-981 .title {
    /* font-size: 1.8rem; */
    margin: 1.5rem 0 1.5rem 0;
}

.postid-981 .form_button a {
    background: #0067a4;
}

.postid-981 .box01 {
    padding-bottom: 2rem;
}

.box03,
.box04,
.box05 {
    padding: 1.5rem !important;
}

@media screen and (max-width: 400px) {
    .box03,
    .box04,
    .box05 {
    padding: 1rem !important;
    }
}

.cs_chart {
    margin-bottom: 8px;
    }

.ac_chart {
margin-bottom: 8px;
}

.other_chart {
margin-bottom: 8px;
}


@media (max-width: 600px)  {
    .cs_chart {
    margin-bottom: 8px;
    }

    .ac_chart {
    margin-bottom: 8px;
    }

    .other_chart {
    margin-bottom: 8px;
    }

}

.archive_cs {
    padding: 4.5rem 0 10rem 0;
}

.archive_cs .anchor_links {
    display: flex;
    justify-content: center;
    margin: 6rem 0 6rem 0;
}

.archive_cs .anchor_links a {
    border: .2rem solid #b1d136;
}

.archive_cs .anchor_links a:hover {
    border: .2rem solid #b1d136;
    box-shadow: inset 0 0 0 .2rem #b1d136;
}

.archive_cs .anchor_links a:before {
    background-image: url('../images/arrow_anchor-cs.png');
}

@media (min-width: 600px) and (max-width: 1024px) {
    .archive_cs .anchor_links {
        margin: 4rem 0 5rem 0;
    }
}

@media (max-width: 600px) {
    .archive_cs .anchor_links {
        margin: 3rem 0 5rem 0;
    }
}

.archive_ac {
    padding: 4.5rem 0 10rem 0;
}

.archive_ac .anchor_links {
    display: flex;
    justify-content: center;
    margin: 6rem 0 6rem 0;
}

@media (min-width: 600px) and (max-width: 1024px) {
    .archive_ac .anchor_links {
        margin: 4rem 0 5rem 0;
    }
}

.archive_ac .anchor_links a {
    border: .2rem solid #f1ae61;
}

.archive_ac .anchor_links a:hover {
    border: .2rem solid #f1ae61;
    box-shadow: inset 0 0 0 .2rem #f1ae61;
}

.archive_ac .anchor_links a:before {
    background-image: url('../images/arrow_anchor-ac.png');
}

.page-template-tmp_en .wrap_btnmore {
    justify-content: center;
}

.page-template-tmp_en .wrap_btnmore .btn_more {
    padding: 1.17rem 3.5rem 1.17rem 4.7rem;
}

.page-template-tmp_en .section_apply .detail {
    padding: 4rem 0 5.5rem 0;
}

.page-template-tmp_en .section_apply .detail p {
    font-size: 1.6rem;
    line-height: 1.5;
}

.page-template-tmp_en .section_apply .wrap_btnmore .btn_more {
    background: #5e1988;
}

.page-template-tmp_en .footer_wrap .col:first-child {
    
}

.page-template-tmp_en .footer_wrap .col .ttl {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 133%;
    margin-bottom: 1rem;
}

.page-template-tmp_en .footer_wrap .col:first-child p {
    line-height: 1.375;
    line-height: 133%;
    margin-bottom: 0;
}

.page-template-tmp_en .footer_wrap .col p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.page-template-tmp_en .footer_wrap .col p span {
    font-weight: bold;
}

.page-template-tmp_en .mv {
    padding-bottom: 5rem;
}

.page-template-tmp_en .section_even {
    background-color: #fff;
}

.page-template-tmp_en .section_apply {
    background-color: #f5fcff;
    padding-top: 6rem;
}

.page-template-tmp_en .section2 .detail .wrap {
    margin-bottom: 0;
}

.page-template-tmp_en .note {
    padding-top: 2rem;
}

.page-template-tmp_en .form-head .lang .link {
    white-space: inherit;
    line-height: 1.5rem;
    margin: auto;
    padding: 0.5rem;
}

@media (max-width: 600px) {
    .page-template-tmp_en .section_apply {
        padding-top: 4rem;
    }

    .page-template-tmp_en .section_apply .detail {
        padding-bottom: 4rem;
    }

    .page-template-tmp_en .mv {
        padding-bottom: 2rem;
    }

    .page-template-tmp_en .footer_wrap .col:first-child {
        border-right: none;
        margin-bottom: 1rem;
        padding-right: 0;
    }
}

.postid-961 .mail_form {
    border: .1rem solid #181818;
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.postid-961 .mail_form .question {
    padding: 2rem 1.5rem;
}

.postid-961 .mail_form .question:nth-child(even) {
    background-color: #ecf6ff;
}

.postid-961 .content_detail p {
    margin-bottom: 1.5rem;
    margin-top: 0;
}

.postid-961 .content_detail p:last-child {
    margin: 0;
}

.postid-961 .mail_form .question input[type=text],
.postid-961 .mail_form .question input[type=email],
.postid-961 .mail_form .question textarea {
    background-color: #fff;
    border: .1rem solid #181818;
    border-radius: .5rem;
    padding: .8rem 1.5rem;
    width: 60%;
}

@media (min-width: 600px) and (max-width: 1024px) {

    .postid-961 .mail_form .question input[type=text],
    .postid-961 .mail_form .question input[type=email],
    .postid-961 .mail_form .question textarea {
        min-width: 40rem;
    }

    .postid-961 .mail_form .mwform-tel-field input[type=text] {
        min-width: inherit;
    }
}

.postid-961 .mail_form .question .mwform-tel-field input {
    margin: 0 .5rem;
    width: inherit;
}

.postid-961 .mail_form .question .mwform-tel-field input:first-child {
    margin-left: 0;
}

.postid-961 .mwform-checkbox-field label,
.postid-961 .mwform-radio-field label {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
}

.postid-961 .mail_form .submit {
    display: flex;
    justify-content: center;

    margin: 2rem 0;
}

.postid-961 .mail_form .submit input {
    background-color: #ecf6ff;
    border: .1rem solid #181818;
    border-radius: .5rem;
    padding: .8rem 6rem;
    text-align: center;
    color: #181818;
}

.hamburger {
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    background-color: #aedfff;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    font: inherit;
    height: 5.2rem;
    justify-content: center;
    margin: 0;
    overflow: visible;
    text-transform: none;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
    width: 5.8rem;
}

.post-type-archive-cs_room .hamburger,
.single-cs_room .hamburger {
    background-color: #daea8d;
}

.post-type-archive-ac_room .hamburger,
.single-ac_room .hamburger {
    background-color: #ffd5a6;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #4a4a4a;
}

.hamburger-box {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
}

.hamburger-inner {
    display: block;
    margin-top: -1px;
    top: 50%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #4a4a4a;
    border-radius: .2rem;
    height: .2rem;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 2rem;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -4px;
}

.hamburger-inner::after {
    bottom: -8px;
}

.hamburger--slider .hamburger-inner {
    top: 1.65rem;
}

.hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-duration: 0.15s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
}

.hamburger--slider .hamburger-inner::after {
    top: 1.6rem;
}

.hamburger--slider.is-active .hamburger-inner {
    background-color: #4a4a4a;
    transform: translate3d(0, .8rem, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -.4rem, 0);
}

.hamburger--slider.is-active .hamburger-inner::after {
    background-color: #4a4a4a;
    transform: translate3d(0, -1.6rem, 0) rotate(-90deg);
}

body.is_show_spMenu::before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .25);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.sideBar {
    align-content: flex-start;
    background-color: #aedfff;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 3rem 0 3.5rem 0;
    position: absolute;
    top: 5.2rem;
    right: 0;
    transition: width 300ms ease-out;
    width: 0;
    z-index: 9999;

    .container {
        min-width: calc(100vw - 2rem);
    }
}

.post-type-archive-cs_room .sideBar,
.single-cs_room .sideBar {
    background-color: #daea8d;
}

.post-type-archive-ac_room .sideBar,
.single-ac_room .sideBar {
    background-color: #ffd5a6;
}

.sideBar.is-show {
    width: calc(100% - 2rem);
}

.sideBar .menu {
    gap: .8rem;
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: bold;
    color: #181818;
}

.sideBar .menu a {
    color: inherit
}

.sideBar .menu a:last-child {
    margin-bottom: 0;
}

.sideBar .wrap_btn .button {
    padding: 1.05rem 5.3rem 1.05rem 7.7rem;
}

.sideBar .form-head {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3rem;
}

.sideBar .form-head .lang {
    gap: 1.4rem;
    justify-content: center;
    /* width: 100%; */
}

.box-wrapper {
    margin-top: 4rem !important;
}

.box-wrapper .form_button a {
    max-width: 28rem !important;
}

@media (max-width: 600px) {
    .box-wrapper .form_button a {
        max-width: 100% !important;
        width: 100% !important;
    }

    .box-wrapper {
        gap: 4rem !important;
    }

    .postid-961 .mail_form .question input[type=text],
    .postid-961 .mail_form .question input[type=email],
    .postid-961 .mail_form .question textarea {
        width: 100%;
    }

    .postid-961 .mail_form .question .mwform-tel-field input {
        width: 25%;
    }
}

input#pwbox-1056 {
    border: 1px solid #333;
    padding: 8px;
    width: 250px;
    border-radius: 0;
    box-sizing: border-box;
    height: 40px;
}

input[type="submit"][name="Submit"] {
    border: 1px solid #333;
    padding: 7px 12px;
    background-color: #ffffff;
    cursor: pointer;
}

@media (max-width: 390px) {
    input#pwbox-1056 {
        width: 160px;
        height: 35px;
    }

    input[type="submit"][name="Submit"] {
        padding: 5px 10px;
    }
}


.box01:after,
.box02:after,
.box.box03:before,
.box.box05:before {
    width: .2rem !important;
}

.mw_wp_form.mw_wp_form_send_error {
    padding: 2rem 1rem 1rem 1rem;
}

.site-map {
    padding: 4.5rem 0 7rem 0;
}

.site-map a {
    color: #181818;
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    transition: .1s linear;
    width: fit-content;
}

.site-map a:hover {
    opacity: .6;
    transition: .1s linear;
}

.site-map h2 {
    margin-top: 4rem;
}

.site-map h2 a {
    display: contents;
    font-size: 2.6rem;
    font-weight: bold;
    margin: 6rem 0 3rem 0;
    padding: 1rem 1.5rem;
    position: relative;
    width: auto;
}

.site-map h2 a:hover {
    opacity: 1;
}

.site-map .title {
    margin-bottom: 3rem;
}

@media (max-width: 600px) {
    .site-map h2 a {
        font-size: 2.1rem;
        margin: 5rem 0 2.5rem 0;
        padding: 1rem 1.2rem;
    }

    .site-map {
        padding: 3rem 0 5rem 0;
    }

    .site-map .title {
        margin-bottom: 2rem;
    }
}

.search-result {
    padding: 4.5rem 0 10rem 0;
}

.search-result ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.search-result ul li {
    list-style: none;
    padding: 2.5rem 0 1rem 0;
    position: relative;
    width: 100%;
}

.search-result ul li:after {
    background-color: #bebebe;
    border-radius: .3rem;
    bottom: 0;
    content: '';
    height: .1rem;
    left: 0;
    position: absolute;
    width: 100%;
}

.search-result ul li .cate {
    background: #fff;
    border: .2rem solid #006dbf;
    display: block;
    margin-bottom: 1rem;
    width: fit-content;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: .25rem 1.2rem;
    font-weight: bold;
}

.search-result ul li .cate a {
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
}

.search-result ul li a {
    color: #181818;
}

.page .mv .metaslider .flexslider {
    margin: 0 0 40px !important;
    max-width: none !important;
}

.page .mv ol.flex-control-nav.flex-control-paging {
    transform: none !important;
}

.archive-sp {
    padding: 4.5rem 0 10rem 0;
}

.archive-sp ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 3.5rem;
    justify-content: space-between;
    margin-top: 4rem;
}

.archive-sp ul li {
    background-color: #ebf6fe;
    list-style: none;
    width: calc(50% - 1.75rem);
}

.archive-sp ul li a {
    box-shadow: .2rem .2rem .3rem 0 rgba(0, 0, 0, .25);
    color: #181818;
    display: block;
    padding: 2rem 3rem 2rem 7rem;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
}

.archive-sp ul li a:before {
    background-image: url('../images/arrow_btn.png');
    background-size: 100% 100%;
    content: '';
    height: 1.5rem;
    left: 3rem;
    position: absolute;
    top: calc(55% - 1rem);
    width: 1.2rem;
}

@media (max-width: 600px) {
    .archive-sp ul li {
        width: 100%;
    }

    .archive-sp ul li a {
        padding: 1.22rem 2rem 1.22rem 4rem;
        font-size: 1.6rem;
        
    }

    .archive-sp ul li a:before {
        height: 1.2rem;
        left: 1.6rem;
        top: calc(50% - .6rem);
        width: .9rem;
    }

    .archive-sp ul {
        gap: 1.4rem;
        margin-top: 3rem;
    }

    .archive-sp {
        padding: 3rem 0 8rem 0;
    }
}

.taxonomy-sp {
    padding: 4.5rem 0 10rem 0;
}

.taxonomy-sp h2 {
    margin-top: 4rem;
    padding: 0;
}

.taxonomy-sp a {
    color: #181818;
}

.taxonomy-sp h2 a {
    display: block;
    padding: 1rem 1.5rem;
}

.taxonomy-sp ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: flex-start;
}

.taxonomy-sp ul li {
    line-height: 1.5;
    list-style: none;
}

.taxonomy-sp ul li:first-child {
    width: 15rem;
}

.taxonomy-sp ul li:last-child {
    width: calc(100% - 18rem);
}

.taxonomy-sp ul li img {
    max-width: 100%;
}

.taxonomy-sp ul li p:last-child {
    margin-top: 1.2rem;
}

@media (max-width: 600px) {
    .taxonomy-sp h2 a {
        padding: 1rem 1.2rem;
    }

    .taxonomy-sp ul li:last-child {
        width: 100%;
    }

    .taxonomy-sp ul {
        gap: 2rem;
        justify-content: center;
        padding-bottom: 1rem;
    }

    .taxonomy-sp {
        padding: 3rem 0 8rem 0;
    }

    .taxonomy-sp h2 {
        margin-top: 3rem;
    }

    .taxonomy-sp ul li p:last-child {
        margin-top: 1.5rem;
    }
}

.taxonomy-sp .btn_more {
    color: #005e95;
}

.taxonomy-sp .image {
    margin: 3rem 0 4rem 0;
    text-align: center;
}

.taxonomy-sp_content {
    padding-top: 3rem;
}

@media (max-width: 600px) {
    .taxonomy-sp .image {
        margin: 2rem 0;
    }

    .taxonomy-sp_content {
        padding-top: 2rem;
    }

    .btn_more {
        padding: .5rem 3.5rem .5rem 4.6rem;
    }
}

/**/

@media (max-width: 600px) {
    .header {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
    }
}

.header_navs {
    display: flex;
    width: max-content;
}

.header_navs .skip {
    min-width: max-content;
}

@media (min-width: 600px) and (max-width: 960px) {
    .header_navs {
        width: min-content;
    }
}

.skip-to-menu, .skip-to-content {
    display: inline-block;
}

/**/

.anchor_links2_wrap {
    display: flex;
    justify-content: center;
    margin: 5rem 0;
    column-gap: 4rem;
    row-gap: 1rem;
    flex-wrap: wrap;
}

@media (min-width: 600px) and (max-width: 1024px) {
    .anchor_links2_wrap {
        margin: 4rem 0 5rem;
    }

    .archive-sp ul {
    gap: 1.5rem 3.5rem;
    margin-top: 4rem;
    }

    .archive-sp ul li a {
    padding: 1.5rem 3rem 1.5rem 7rem;
    font-size: 1.6rem;
    }

    .mv_archive {
    padding: 3rem 0;
    }
}

@media (max-width: 600px) {
    .anchor_links2_wrap {
        margin: 2rem 0 4rem;
    }
}

a.anchor_links2 {
    display: inline-block;
    background: #FFF;
    border: .2rem solid #006dbf;
    border-radius: 3rem;
    color: #181818;
    font-size: 1.8rem;
    font-weight: bold;
    padding: .8rem 3.2rem .8rem 4.8rem;
    position: relative;
    text-align: center;
    transition: .2s linear;
}

a.anchor_links2:hover {
    border: .2rem solid #006dbf;
    box-shadow: inset 0 0 0 .2rem #006dbf;
    transition: .2s linear;
}

a.anchor_links2:before {
    background-image: url('../images/arrow_anchor.png');
    background-size: 100% 100%;
    content: '';
    height: 1.4rem;
    left: 1.8rem;
    position: absolute;
    top: calc(50% - .75rem);
    width: 1.6rem;
}

@media (max-width: 600px) {
    a.anchor_links2 {
        width: 100%;
        padding: .5rem 3.2rem .6rem 4.8rem;
    }
}

:is(.single-cs_room, .post-type-archive-cs_room) a.anchor_links2 {
    border: .2rem solid #b1d136;
}

:is(.single-cs_room, .post-type-archive-cs_room) a.anchor_links2:hover {
    border: .2rem solid #b1d136;
    box-shadow: inset 0 0 0 .2rem #b1d136;
}

:is(.single-cs_room, .post-type-archive-cs_room) a.anchor_links2:before {
    background-image: url('../images/arrow_anchor-cs.png');
}

:is(.single-ac_room, .post-type-archive-ac_room) a.anchor_links2 {
    border: .2rem solid #f1ae61;
}

:is(.single-ac_room, .post-type-archive-ac_room) a.anchor_links2:hover {
    border: .2rem solid #f1ae61;
    box-shadow: inset 0 0 0 .2rem #f1ae61;
}

:is(.single-ac_room, .post-type-archive-ac_room) a.anchor_links2:before {
    background-image: url('../images/arrow_anchor-ac.png');
}


.menu.list02 li {
    border-bottom: 1px solid #181818; /* 下線の色や太さはお好みで */
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}



/**/

ul.list01 {
    list-style: none;
    margin-left: 1em;
}

ul.list01 > li::before {
    content: "・";
    display: inline-block;
    margin-left: -1em;
}

ul.list01 > li {
    margin: 1em 0;
}

/**/

ul.list02 {
    list-style: none;
    /* margin-left: 1.5em; */
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
}

/* スマホ版メニュー　各項目の先頭の「－」 */
/* ul.list02 > li::before {
    content: "－";
    display: inline-block;
    margin-left: -1.5em;
    margin-right: .5em;
} */

ul.list02 > li {}

/**/

.invisible-image {
    width: .5rem;
    height: .5rem;
}

/**/

iframe[src*="youtube.com/embed/"] {
    height: auto;
    max-width: 100%;
    aspect-ratio: 16 / 9;
}

/**/