/*
Theme Name: iwamiportal
Description: iwamiportal Template
Author: kashimura co.ltd..
*/



body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    position: relative;
}

.main_area {
    position: relative;
    background: #fff;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}

.in {
    width: 93%;
    margin: auto;
}

ul,
li {
    list-style: none;
}

a {
    display: inline-block;
    transition: 0.5s;
}

a:hover {
    opacity: 0.7;
}

img {
    display: inline-block;
    clear: both;
    max-width: 100%
}

.atag_wrap a {
    text-decoration: underline;
    color: -webkit-link;
    font-size: 1.5em;
}

/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
    font-size: 16px;
}

@media screen and (max-width: 640px) {
    html {
        font-size: 2.8571428571vw;
    }
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
    html {
        font-size: 2.1333333333vw;
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 1.1111111111vw;
    }
}

@media screen and (min-width: 1921px) {
    html {
        font-size: 21.3333333333px;
    }
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    margin: 1rem 0 2rem;
}

h3 {
    font-weight: 600;
    margin: 0.5rem 0;
}

.font_century {
    font-family: "century-gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.text_smaller {
    font-size: 11px;
}

._size26 {
    font-size: 1.04rem;
    line-height: 2;
}

._size34 {
    font-size: 1.36rem;
    text-align: center;
    font-weight: 600;
}

._size43 {
    font-size: 1.72rem;
    text-align: center;
    font-weight: 600;
}

._size65 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
    text-align: center;
}

.wpcf7-response-output,
._weight600 {
    font-weight: 600;
}

._weight800 {
    font-weight: 800;
}

/*----------------------------------------------------
	色
----------------------------------------------------*/
.bg_red {
    background: #ff0000;
}

.bg_green {
    background: #33cc33;
}

.bg_blue {
    background: #0066ff;
}

.bg_mapbtn {
    background: #036eb8;
}

.bg_light_blue {
    background: #33ccff;
}

.bg_purple {
    background: #cc00ff;
}

.bg_gray {
    background: #efefef;
}

.bg_light_gray {
    background: #f7f8f8;
}

.bg_gold {
    background: #dfc389;
}

.bg_blue_green {
    background: #e6ffff;
}

.bg_yellow {
    background: #fff100;
}

.bg_light_cyan {
    background: #c4ffff;
}

.bg_light_blue2 {
    background: #d7f1f2;
}

.bg_over_parent {
    position: relative;
}

.page_belugarosso .players_wrapper>li {
    background: -moz-linear-gradient(72.81% -32.97% -120deg, rgba(229, 0, 18, 1) 21.61%, rgba(48, 51, 105, 1) 79.78%);
    background: -webkit-linear-gradient(-120deg, rgba(229, 0, 18, 1) 21.61%, rgba(48, 51, 105, 1) 79.78%);
    background: -webkit-gradient(linear, 72.81% -32.97%, 27.19% 132.97%, color-stop(0.2161, rgba(229, 0, 18, 1)), color-stop(0.7978, rgba(48, 51, 105, 1)));
    background: -o-linear-gradient(-120deg, rgba(229, 0, 18, 1) 21.61%, rgba(48, 51, 105, 1) 79.78%);
    background: -ms-linear-gradient(-120deg, rgba(229, 0, 18, 1) 21.61%, rgba(48, 51, 105, 1) 79.78%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E50012', endColorstr='#303369' ,GradientType=0)";
    background: linear-gradient(210deg, rgba(229, 0, 18, 1) 21.61%, rgba(48, 51, 105, 1) 79.78%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E50012', endColorstr='#303369', GradientType=1);
}

.bg_over_parent::before {
    content: '';
    position: absolute;
    top: 0;
    left: -3.5%;
    width: 107%;
    height: 100%;
    background: #efefef;
}

.display_in_front_of_bg {
    position: relative;
    z-index: 1;
}

.text_color_white {
    color: #fff;
}

.text_color_red {
    color: #ff0000;
}

.text_color_blue {
    color: #35b9c0;
}

.text_color_green {
    color: #33cc99;
}

/*----------------------------------------------------
	onesignal
----------------------------------------------------*/
.onesignal-bell-launcher {
    bottom: 9rem !important;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
}

.header_area {
    /* max-width: 900px;
    margin: auto; */
    background: #fff;
}

.header_area.bg_none {
    background: transparent;
}

body:not(.home) .header_area {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 5px 0 0 5px;
}

.global_nav ul {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
    font-size: 0.8rem;
    color: #fff;
    font-weight: 600;
}

.global_nav ul li {
    border-radius: 0 0 10px 10px;
    height: 2.5rem;
}

.global_nav ul li a {
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.global_nav ul li.active-menu-item {
    height: 3.5rem;
}

.global_nav ul li.active-menu-item a {
    align-items: end;
    padding-bottom: 0.5em;
}

.site_logo_wrapper.-big {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding-left: 2.777777777777778%;
    padding-right: 2.777777777777778%;
    height: 28vw;
}

.site_logo_wrapper.-big .site_logo {
    width: 31%;
    margin: 0;
    margin-left: 2.5%;
}

/* アニメーション用 */
.site_logo_wrapper.-big.-firstview {
    justify-content: center;
}

.site_logo_wrapper.-big.-firstview .site_logo {
    width: 52%;
}

.site_logo_wrapper.-big.-firstview .img-frame {
    display: none;
}

@keyframes fadeCycle {
    0% {
        opacity: 1;
    }

    /* 表示 */
    25% {
        opacity: 0;
    }

    /* 2秒かけてフェードアウト */
    50% {
        opacity: 0;
    }

    /* 2秒間非表示 */
    100% {
        opacity: 1;
    }

    /* 3秒かけてフェードイン */
}

.fade-once {
    animation: fadeCycle 7s linear forwards;
    /* 1回だけ実行 */
    animation-delay: 3s;
    /* 2秒遅延して開始 */
}

/* end アニメーション用 */

.site_logo_wrapper.-big.hide {
    display: none;
}

.site_logo_wrapper.-medium {
    width: 45%;
}

.site_logo_wrapper.-medium h1.site_logo {
    margin: 0 0 3rem;
    margin-left: 3.5%;
}

.site_logo_wrapper.-small .site_logo {
    width: 5rem;
    margin: 5px;
}

.site_logo a {
    width: 100%;
}

/* パンくず */
.pankuzu {
    margin: 20px 0;
}

#breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#breadcrumb ul li {
    display: flex;
    align-items: center;
}

#breadcrumb ul li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}

.title_header {
    margin-top: 5.72rem;
    margin-bottom: 3.48rem;
    text-align: center;
}

.title_header img {
    width: 51%;
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
#base p {
    line-height: 2;
}

#base>p+p {
    margin-top: 2rem;
}

.wp-block-table.border_none td,
.wp-block-table.border_none th {
    border: none;
    padding: 0 0 0.5em;
}

.circle {
    width: 7.84rem;
    height: 7.84rem;
    background-color: #ffff00;
    border-radius: 50%;
    margin: 2rem auto;
    position: relative;
    text-align: center;
}

.circle-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.12rem;
    font-weight: 600;
    width: 100%;
}

.circle-inner span.index {
    font-size: 2rem;
    line-height: 1;
}

.bg_block {
    padding: 2rem 3%;
}

.bg_block .text_wrapper {
    margin-top: 2rem;
}

.about_box {
    display: flex;
    justify-content: space-evenly;
    margin-top: 5rem;
}

.about_box>div {
    min-width: 13rem;
}

.topics_list {
    margin-bottom: 5rem;
}

.topics_list li {
    align-items: center;
    gap: 5%;
    display: grid;
    grid-template-columns: auto 1fr;
}

.topics_list p>span {
    font-size: 0.8rem;
}

.naming_list li {
    display: grid;
    grid-template-columns: auto 1fr;
    font-weight: 600;
}

.page_sitelogo {
    width: 50%;
    margin: 0 auto 5rem;
}

table.price_list,
.price_list td,
.price_list th {
    border: 1px solid #595959;
    border-collapse: collapse;
    text-align: center;
}

.price_list td,
.price_list th {
    padding: 0.5em 3px;
    font-size: 1rem;
    vertical-align: middle;
}

.price_list td._size30,
.price_list th._size30 {
    font-size: 1.2rem;
    padding: 0.5em 1em;
}

.price_list td.text_left,
.price_list th.text_left {
    text-align: left;
}

table.price_list {
    width: 100%;
    table-layout: fixed;
}

.price_list .hed_tate {
    vertical-align: middle;
    width: 3rem;
}

.price_list .hed_tate>span {
    white-space: pre;
    writing-mode: vertical-rl;
    display: inline-block;
}

.text_min {
    font-size: 0.8em;
}

.text_right {
    float: right;
}

.hed_circle_list {
    margin-bottom: 3rem;
}

.hed_kome_list li,
.hed_circle_list li {
    position: relative;
    padding-left: 1.3rem;
}

.hed_circle_list li:before {
    content: "";
    position: absolute;
    top: 0.4rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    border: 1px solid #000;
    border-radius: 50%;
}

.hed_kome_list li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

.hed_index_list li+li,
.hed_kome_list li+li,
.hed_circle_list li+li {
    margin-top: 1rem;
}

.hed_index_list>li {
    counter-increment: cnt;
    position: relative;
    padding-left: 2rem;
    font-weight: 600;
}

.hed_index_list>li::before {
    content: counter(cnt)"）";
    position: absolute;
    top: 0;
    left: 0;
}

.hed_index_list p {
    font-weight: 400;
    padding-left: 0.8rem;
}

.hed_index_list ol {
    padding-left: 0.8rem;
}

.hed_index_list ol>li {
    display: flex;
    gap: 1rem;
}

.text_wrapper {
    margin-top: 3rem;
}

.company_info_wrapper {
    margin-top: 12rem;
}

.company_info_wrapper table {
    margin: auto;
}

.kashimura_logo {
    width: 80%;
    margin: auto;
    text-align: center;
}

.kashimura_table {
    width: 100%;
    margin: auto;
}

.company_info_wrapper table td:nth-child(2),
.company_info_wrapper table td:nth-child(3) {
    padding-left: 0.5rem;
}

/*----------------------------------------------------
	広告掲載
----------------------------------------------------*/
.page_advertising_info {
    font-size: 1.12rem;
}

.page_advertising_info .img_wrap {
    margin-top: 1.5rem;
}

.kashimura_store_list {
    width: fit-content;
    margin: auto;
}

.kashimura_store_list li {
    display: grid;
    grid-template-columns: 6em auto auto;
}

.page_read {
    font-size: 1.24rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer {
    padding-top: 100px;
    padding-bottom: 12rem;
    background: #fff;
}

.footer_wrapper ul,
.footer_wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.5rem;
}

/*----------------------------------------------------
	sidebar
----------------------------------------------------*/
.sidebar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
}

.sidebar_area {
    /* max-width: 900px;
    margin: auto; */
    background: #fff;
}

.sidebar_area ul.menu {
    display: grid;
    width: 100%;
    height: calc(20vw + 10px);
    padding-bottom: 10px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 7.3fr 2.7fr;
}

.sidebar_area ul.menu>li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
}

.sidebar_area ul.menu>li>a {
    display: inherit;
    grid-template-rows: inherit;
    grid-row: inherit;
    text-align: center;
}

/* .sidebar_area ul.menu>li>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    height: 100%;
    font-size: 0.8rem;
} */

.sidebar_area ul.menu>li>a::before {
    margin: auto;
    padding-top: 10%;
}

.icon_shimapura>a::before {
    content: url(images/icon_shimapura.svg);
    width: 5.48rem;
}

.icon_shimapurasaito>a::before {
    content: url(images/icon_shimapurasaito.svg);
    width: 65%;
    height: auto;
}

.icon_category>a::before {
    content: url(images/icon_category.svg);
    width: 40%;
}

.icon_event>a::before {
    content: url(images/icon_event.svg);
    width: 44%;
}

.icon_question>a::before {
    content: url(images/icon_question.svg);
    width: 26%;
}

.icon_invitation>a::before {
    content: url(images/icon_invitation.svg);
    width: 47%;
}

/*----------------------------------------------------
	TOP
----------------------------------------------------*/
/* スライドショー */
.img-frame {
    position: relative;
    width: 60%;
    height: 100%;
    overflow: hidden;
}

.fade-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 3s ease-in-out;
}

.fade-image:first-child {
    opacity: 1;
}

.img-01 {
    background-image: url('images/top_spring.jpg');
    /* animation: slide-animation-01 32s infinite; */
}

.img-02 {
    background-image: url('images/top_summer.jpg');
    /* animation: slide-animation-02 32s infinite; */
}

.img-03 {
    background-image: url('images/top_autumn.jpg');
    /* animation: slide-animation-03 32s infinite; */
}

.img-04 {
    background-image: url('images/top_winter.jpg');
    /* animation: slide-animation-04 32s infinite; */
}

@keyframes slide-animation-01 {
    0% {
        opacity: 1;
        transform: scale(1.0);
    }

    20% {
        opacity: 1;
    }

    25% {
        opacity: 0;
        transform: scale(1.15);
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}

@keyframes slide-animation-02 {
    0% {
        opacity: 0;
        transform: scale(1.0);
    }

    20% {
        opacity: 0;
    }

    25% {
        opacity: 1;
        transform: scale(1.15);
    }

    45% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale(1.0);
    }

    100% {
        opacity: 0;
    }
}

@keyframes slide-animation-03 {
    0% {
        opacity: 0;
        transform: scale(1.0);
    }

    45% {
        opacity: 0;
    }

    50% {
        opacity: 1;
        transform: scale(1.0);
    }

    70% {
        opacity: 1;
    }

    75% {
        opacity: 0;
        transform: scale(1.15);
    }

    100% {
        opacity: 0;
    }
}

@keyframes slide-animation-04 {
    0% {
        opacity: 0;
        transform: scale(1.15);
    }

    70% {
        opacity: 0;
    }

    75% {
        opacity: 1;
        transform: scale(1.15);
    }


    95% {
        opacity: 1;
        transform: scale(1.0);
    }

    100% {
        opacity: 0;
        transform: scale(1.0);
    }
}

/* スライダー */
.card03 {
    overflow: hidden;
    margin-bottom: 8vw;
}

.l-inner {
    position: relative;
    box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
}

.card03 .splide__track {
    overflow: visible;
}

.splide {
    padding-left: 2.777777777777778%;
    padding-right: 2.777777777777778%;
}

.splide__slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 419/583;
    object-fit: cover;
}

.campaign02 {
    padding-top: 2rem;
}

/* onsenui関連 */
.top_wrapper {
    position: relative;
    height: calc(100vh - 20vw);
    height: calc(100dvh - 20vw);
    /* max-width: 900px;
    margin: auto; */
    -webkit-box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.1);
}

.tabbar__content {
    bottom: 0;
    top: 0;
}

.page__background {
    background-color: #fff;
}

.onspage_in_wrapper {
    margin-top: 7.33vw;
}

#Tab1 .onspage_in_wrapper {
    margin-top: calc(35.33vw + 20px);
}

.tabbar {
    background-color: transparent;
}

.tabbar:has(.onstab_top.active) {
    background-color: #fff;
}

.tabbar--top {
    border-bottom: none;
    background-image: none;
    padding-left: 2.777777777777778%;
    padding-right: 2.777777777777778%;
    height: 7.33vw;
}


.tabbar__item {
    border-left: 2px solid #e60012;
}

.tabbar .tabbar__item:last-of-type {
    border-right: 2px solid #e60012;
}

.tabbar__item.active {
    border-right: 2px solid #e60012;
}

.tabbar__item.active+.tabbar__item {
    border-left: 2px solid transparent;
}

/* .onstab_site_logo.active~.onstab_top, */
.tabbar__item:not(.onstab_site_logo):has(:checked+.tabbar__button) {
    height: 147%;
    display: flex;
    align-items: end;
}

/* .onstab_site_logo {
    height: 6rem;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    flex-grow: initial;
    margin: 5px;
} */

.onstab_site_logo button>img,
.onstab_site_logo button {
    height: 100%;
}

.tabbar__button {
    color: #e60012;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    width: 100%;
    height: 100%;
    text-shadow:
        #fff 1px 1px 10px, #fff -1px 1px 10px,
        #fff 1px -1px 10px, #fff -1px -1px 10px;
}

:checked+.tabbar__button {
    color: #e60012;
    height: fit-content;
    padding-bottom: 5%;
}

.onspage_footer_wrapper {
    margin-top: 7rem;
    margin-bottom: 2rem;
}

/* .onspage_postlist_wrapper {
    margin-top: 10rem;
} */
.tabbar--material__border {
    display: none !important;
}

.tabbar--material {
    box-shadow: none !important;
}

/* 上部固定表示 */
.topfixed_container {
    position: fixed;
    top: 7.33vw;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
}

.top_banner {
    position: fixed;
    top: 28vw;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    margin-bottom: 8vw;
    transition: all 0.3s ease;
}

.top_banner.static {
    position: static;
    top: auto;
}

.top_banner a:hover {
    opacity: 1;
}

.top_banner a,
.top_banner img {
    width: 100%;
    height: auto;
}

/*----------------------------------------------------
	投稿一覧
----------------------------------------------------*/

.post_list:not(:last-child) {
    margin-bottom: 2rem;
}

.post_list_content:not(:first-child) {
    margin-top: 2rem;
}

.post_list_content>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.post_list_thumb {
    width: 25%;
    height: auto;
    aspect-ratio: 198/142;
    position: relative;
}

.post_list_thumb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .post_list_thumb .new {
    position: absolute;
    top: -10px;
    right: 0;
} */

.tax_post_list {
    margin-top: 2rem;
}

.speechBubble {
    position: relative;
    margin-bottom: 0.8rem;
    padding: 0 0.8rem;
    border-radius: 8px;
    background-color: #ff0000;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
}

.speechBubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 45%;
    border-style: solid;
    border-width: 0.8rem 1rem 0 0;
    border-color: #ff0000 transparent transparent;
    translate: calc(-50% - 0.4px) 100%;
}

.hed_speechBubble {
    position: relative;
    color: #ff0000;
    border: 1px solid currentColor;
    border-radius: 0.45em;
    font-size: 1.32rem;
    font-weight: 600;
    width: fit-content;
    padding: 0.12em 1.54em;
    margin: auto;
    margin-bottom: 20px;
}

.hed_speechBubble::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 45%;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #ff0000 transparent transparent;
    translate: -50% 100%;
}

.hed_speechBubble::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 45%;
    border-style: solid;
    border-width: 17.6px 17.6px 0 0;
    border-color: #ffffff transparent transparent;
    translate: calc(-50% - 0.2px) 100%;
}

.hed_img_bubble {
    width: 48%;
    margin: auto;
}

.hed_img_bubble._width500 {
    width: 60%;
}

.hed_img_bubble._width600 {
    width: 71%;
}

.onspage_header_wrapper {
    text-align: center;
    margin-bottom: 1.7rem;
    padding-top: 5rem;
    padding-bottom: 0.5rem;
}

#Tab4 .onspage_header_wrapper {
    margin-bottom: 4rem;
}

.onspage_header_wrapper._sticky {
    position: sticky;
    top: 0px;
    left: 0;
    z-index: 99;
    width: 100%;
    transition: bottom 0.5s ease;
    background: #fff;
}

.site_logo_wrapper.-medium {
    padding-top: 4.2rem;
}

.onspage_hed_title {
    font-size: 1.72rem;
    font-weight: 700;
    margin: 1rem 0;
}

.onspage_hed_lead {
    font-weight: 600;
}

.text_content_wrapper {
    width: 70%;
    display: flex;
    flex-flow: column;
}

h3.post_list_title {
    font-size: 1.3rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    margin: 0 0 5px;
}

.post_list_excerpt {
    margin-bottom: 15px;
}

.readmore_btn {
    font-size: 1.4rem;
    font-weight: 700;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    margin-top: 3px;
}

.readmore_btn span {
    width: 100%;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.readmore_btn span::after {
    content: '';
    width: 1.32rem;
    height: 0.35rem;
    border-bottom: solid 1.473px;
    border-right: solid 1.473px;
    transform: skew(45deg);
    position: absolute;
    right: 1rem;
}

.text_content_bottom {
    margin-top: auto;
}

.post_list_others {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.post_list_others .new {
    color: #fff;
    background-color: #ff0000;
    font-weight: 600;
    padding: 0 5px;
}

.kagura_schedule_wrapper {
    margin-bottom: 3.6rem;
}

/* キャンペーン */
.section_title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
}

/* ボタン一覧 */
.btn_list_wrapper {
    margin: 3.4rem 0;
}

.zdo_drawer_button .sub-menu,
.btn_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* place-content: center; */
    align-items: center;
    gap: 1.4rem;
    font-size: clamp(0.813rem, 0.226rem + 2.93vw, 1.875rem);
}

.zdo_drawer_button .sub-menu>li,
.btn_list .box_card {
    height: 0;
    padding-bottom: 101.5%;
    position: relative;
    border-radius: 10px;
}

.zdo_drawer_button .sub-menu>li>a,
.btn_list .card_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.zdo_drawer_button .sub-menu>li>a,
.btn_list .card_content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.btn_list.kagura_city_link .box_card {
    background: #cc00ff;
}

.btn_list.kagura_city_link .box_card:nth-child(2n) {
    background: #f0b2ff;
}

.zdo_drawer_button .sub-menu>li {
    background: #ff8080;
    color: #fff;
}

.zdo_drawer_button .sub-menu>li:nth-child(2n) {
    background: #ffb2b2;
    color: #000;
}

/* カテゴリメニュー下から表示 */
.zdo_drawer_button .sub-menu-wrapper {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 20vw);
    background-color: #fff;
    transition: 0.4s;
    z-index: 1;
    overflow-y: auto;
}

.zdo_drawer_button .sub-menu-wrapper.active {
    bottom: 20vw;
    padding: 5%;
}

.zdo_drawer_button .sub-menu::before {
    content: url(images/text_iwami-no-iroiro.svg);
    width: 52%;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: inline-block;
    grid-column: 1 / 4;
}

/*----------------------------------------------------
	投稿
----------------------------------------------------*/
.ad_btn_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.ad_btn_content:has(>.ad_btn_wrapper) {
    margin-bottom: 5rem;
}

.article_thumb img,
.ad_img_wrapper img {
    width: 100%;
}

.ad_external_links {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.ad_external_links>div {
    width: 47%;
    border-radius: 1rem;
}

.ad_external_links .google_map_content {
    margin-right: auto;
}

.ad_external_links .related_info {
    margin-left: auto;
}

.ad_external_links a {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    padding: 0.7em 0;
    width: 100%;
    height: 100%;
}

.icon_pin {
    width: 3rem;
}

.icon_dore {
    width: 3rem;
}

/* くの字の矢印 */
.arrow::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

/* 黒くする */
.arrow.-black::before {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

/* 右向き */
.arrow.-right::before {
    transform: rotate(45deg);
}

.ad_images_content_ura h3 {
    text-align: center;
    font-size: 1.5rem;
    margin: 1rem 0 1.4rem;
}

/* -----投稿（県大）----- */
.article_images_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
    margin-top: 1.4rem;
}

.article_img {
    height: 0;
    padding-bottom: 92%;
    position: relative;
}

.article_img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article_img>img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.article_title {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin: 1rem;
}

.article_day,
.article_place {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 0.5rem;
}

.article_text_content {
    text-align: justify;
    margin-top: 2rem;
}

/*----------------------------------------------------
	しまぷらとは
----------------------------------------------------*/
.page_invitation p,
.page_about-shimapura p {
    font-size: 1.12rem;
    font-weight: 600;
    margin: 1.2rem 0;
    text-align: justify;
}

.page_about-shimapura .hed_img_bubble {
    width: 30rem;
}

.page_about-shimapura .onspage_hed_title {
    font-size: 2.1rem;
    font-weight: 800;
}

.page_about-shimapura p a {
    color: #00a6cb;
}

.page_about-shimapura .text_iwamino {
    width: 43%;
    margin: auto;
}

.page_about-shimapura .icon_sitelogo {
    width: 44%;
    margin: auto;
    margin-top: 4rem;
}

.page_about-shimapura table {
    table-layout: fixed;
    width: 100%;
}

.page_about-shimapura th,
.page_about-shimapura td {
    vertical-align: middle;
}

.page_about-shimapura .price_list th {
    font-size: 1.1rem;
}

.page_about-shimapura .price_list th.th_shimapura {
    font-size: 1.24rem;
}

.page_about-shimapura td {
    padding: 1rem;
}

.width23 {
    width: 23%;
}

.width25 {
    width: 25%;
}

.width35 {
    width: 35%;
}

.width42 {
    width: 42%;
}

.width52 {
    width: 52%;
}

.width55 {
    width: 55%;
}

.width65 {
    width: 65%;
}

.page_as_section {
    margin-top: 4.8rem;
}

.page_inv_section .img_wrap,
.page_as_section .img_wrap {
    text-align: center;
}

.page_as_section .img_wrap {
    width: 107%;
    margin-left: -3.5%;
}

.page_philtilys h3,
.page_inv_section h3,
.page_as_section h3 {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}

.page_as_section.section01 {
    margin-top: 6.08rem;
}

.page_as_section.section01 h3 {
    font-size: 1.7rem;
    font-weight: 800;
}

.page_as_flex {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1.72rem;
}

.page_as_circle {
    font-size: 2.32rem;
    width: 4.12rem;
    height: 4.12rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffff00;
    font-weight: 700;
}

.page_as_circle._san {
    background: #ffab00;
}

.page_as_circle._kan {
    background: #ff3333;
}

.page_as_circle._gaku {
    background: #33cccc;
}


.page_as_section.section02 .page_as_flex {
    margin-left: 1rem;
}

.page_as_section.section02 .page_as_flex:not(:first-of-type) {
    margin-top: 5rem;
}

.page_as_section.section02 .page_as_flex p {
    font-weight: 700;
}

.page_as_section.section03 .bg_over_parent {
    margin-top: 3.12rem;
    padding: 2.6rem 0 2.92rem;
}

.page_as_section.section03 .bg_over_parent p {
    margin: 0 0 1.2rem;
}

.page_as_section.section03 p {
    font-size: 1.4rem;
}

.page_as_section.section04 {
    margin-top: 3.84rem;
    padding: 2.4rem 0 3.08rem;
}

.page_as_section.section04 h3 {
    margin-bottom: 2.6rem;
}

.page_as_section.section04 .page_as_flex {
    align-items: flex-start;
    grid-template-columns: 0.48fr 0.52fr;
    gap: 1.2rem;
}

.page_as_section.section04 .page_as_flex+.page_as_flex {
    margin-top: 2.2rem;
}

.page_as_section.section04 .page_as_flex img {
    /* width: 48%; */
}

.img_about11 {
    margin: 1.36rem 0 3.04rem;
}

.shimapura_future {
    position: relative;
    width: fit-content;
    margin: auto;
    margin-top: 3.8rem;
}

.shimapura_future::after {
    content: '';
    position: absolute;
    top: 2rem;
    left: 1.96rem;
    width: 2px;
    height: calc(100% - 4rem);
    background: #000;
    z-index: 1;
}

.shimapura_future .page_as_flex {
    position: relative;
    z-index: 2;
}

.shimapura_future .page_as_circle {
    font-size: 1.16rem;
    font-weight: 800;
    width: 3.92rem;
    height: 3.92rem;
}

.shimapura_future p {
    font-size: 1.76rem;
    font-weight: 800;
}

#base .shimapura_future p {
    line-height: 1.2;
}

/*----------------------------------------------------
	招待
----------------------------------------------------*/
.page_invitation {
    padding-top: 4.2rem;
}

.page_invitation .icon_sitelogo {
    width: 15%;
    margin: auto;
}

.page_invitation .icon_shimapurasaito {
    width: 26%;
    margin: auto;
    margin-top: 1.48rem;
    margin-bottom: 4rem;
}

.page_invitation .qr_shimapura {
    width: 28%;
    margin: auto;
    margin-bottom: 5.68rem;
}

.page_inv_section .page_inv_step:first-of-type {
    margin-top: 3.12rem;
}

.page_inv_section .page_inv_step+.page_inv_step {
    margin-top: 5rem;
}

.page_inv_section .page_as_flex {
    grid-template-columns: 0.24fr 0.76fr;
    margin-left: 1.8rem;
    gap: 2.12rem;
    align-items: flex-start;
}

.page_inv_section .page_as_flex p {
    text-align: justify;
}

.page_inv_section .page_as_circle {
    font-size: unset;
    font-weight: 600;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    margin-top: 0.5rem;
}

.page_inv_section .page_as_circle span {
    font-size: 1.12rem;
}

.page_inv_section .page_as_circle span.num {
    font-size: 2rem;
    line-height: 1;
}

.triangle._down {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 1rem solid transparent;
    border-left: 1rem solid transparent;
    border-top: 1.35rem solid #ff0000;
    border-bottom: 0;
    margin: 1rem auto;
}

.page_invitation p.text_done {
    text-align: center;
    margin-top: 3.2rem;
}

.text_next {
    font-size: 1.16rem;
    font-weight: 600;
    padding-left: 0.9rem;
}

.icon_share {
    width: 1.52rem;
}

.icon_3dots {
    width: 0.28rem;
    position: relative;
    top: -5px;
}

.icon_bell {
    width: 2.12rem;
}

.surround_border {
    border: 1px solid #000;
    padding: 0 0.5rem;
    display: inline-block;
}

.surround_border._plus {
    border-radius: 2px;
    line-height: 1;
    padding: 0 0.3rem;
}

.page_inv_section.section02 {
    margin-top: 2.8rem;
}

/*----------------------------------------------------
	philtilys
----------------------------------------------------*/
.philtilys_logo {
    width: 64%;
    margin: auto;
}

.phil_lead {
    text-align: center;
    font-size: 1.3rem;
}

.coach_wrapper,
.members_wrapper {
    display: grid;
    gap: 1rem 1.375rem;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    margin-top: 3rem;
}

.coach_wrapper li,
.members_wrapper li {
    width: 100%;
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
    row-gap: 5px;
    grid-template-columns: 1fr 1.4fr;
}

.phil_img {
    display: grid;
}

.phil_img img {
    margin-top: auto;
    width: 97%;
}

.members_wrapper .phil_img img {
    max-width: 177px;
    margin-left: auto;
    margin-right: auto;
}

.phil_text_wrap {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}

.phil_num {
    font-size: 70px;
    /* font-size: calc((79/16)*1rem); */
    line-height: 1;
}

.phil_eng_name {
    font-size: 20px;
    /* font-size: calc((20/16)*1rem); */
    line-height: 1.15;
}

.phil_name {
    font-size: 28px;
    /* font-size: calc((28/16)*1rem); */
    font-weight: 600;
    border-bottom: 2px solid #a38b21;
    padding-left: 6px;
}

.phil_position {
    font-size: 17px;
    /* font-size: calc((20/16)*1rem); */
    font-weight: 600;
    line-height: 1.25;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    padding-left: 6px;
}

.coach_teach_his,
.coach_player_his,
.phil_message_wrap,
.phil_biography,
.phil_from {
    font-size: 16px;
    /* font-size: 1rem; */
    line-height: 1.3125;
}

.phil_num_wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0px 8px;
    margin-top: 1rem;
}

.phil_message_wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.5em;
    margin-left: 2px;
    line-height: 1.3125;
    grid-column: 1 / 3;
}

#base p.phil_message {
    line-height: 1.3125;
}

.phil_text_wrap_in {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.coach_wrapper {
    margin-top: 1.5rem;
}

.coach_wrapper .phil_num_wrap {
    border-bottom: 2px solid #a38b21;
    padding-bottom: 0.5rem;
    margin-bottom: 0.8rem;
}

.coach_wrapper .phil_num {
    grid-row: 1 / 3;
    grid-column: 1;
}

.coach_wrapper .phil_eng_name {
    grid-row: 1;
    grid-column: 2 / 3;
}

.coach_wrapper .phil_name {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    padding-left: 0;
    border-bottom: none;
}

.coach_teach_his {
    margin-bottom: 1.5rem;
}

.coach_wrapper .phil_img {
    position: relative;
}

.coach_wrapper .phil_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    padding-top: 10px;
}

/*----------------------------------------------------
	ベルガロッソ
----------------------------------------------------*/
.players_wrapper>li {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

@media screen and (min-width: 641px) {
    .players_wrapper>li {
        font-size: 1.263157894736842rem;
    }
}

.players_wrapper>li+li {
    margin-top: 1.25em;
}

.players_wrapper .player_img {
    width: 45%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.players_wrapper .player_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.players_wrapper>li:last-of-type .player_img img {
    height: 95%;
}

.players_wrapper .player_info {
    width: 53%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 0.8rem;
    position: relative;
}

.players_wrapper .player_info::before {
    content: url(images/logo_belugarosso.svg);
    position: absolute;
    width: 35%;
    top: 2%;
    right: 5%;
}

.player_info .number_wrap {
    font-size: 5.291666666666667em;
    line-height: 1;
    margin-bottom: auto;
}

.player_info .number {
    width: 0.7em;
    display: inline-block;
}

.player_info .position {
    font-size: 0.4566929133858268em;
}

.player_name {
    font-size: 1.75em;
}

.player_name_eng {
    font-size: 1.291666666666667em;
    line-height: 1.657096774193548;
}

.player_info p {
    font-size: 1em;
    line-height: 1.47625 !important;
    border-top: 2px solid #fff;
    padding: 0.3em 0;
    margin-top: 0.2em;
}

.player_name_eng,
.player_info .number_wrap {
    font-family: "bourbon", serif;
    font-weight: 400;
    font-style: normal;
}

.belugarosso_header {
    width: 37%;
    margin: 20px auto;
}

.page_belugarosso .message {
    font-size: 1.842105263157895rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    color: #c02a2a;
    margin-bottom: 1.25em;
}

.page_belugarosso h3 {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
}

/*----------------------------------------------------
	アンケート
----------------------------------------------------*/
/* アンケート */
#popmake-1041 {
    padding: 1.822916666666667rem 0;
}

#popmake-1041 .pum-close {
    display: none;
}

/* インストール手順 */
#popmake-1035 {
    padding: 18px 18px 10rem;
}

#popmake-1035 .pum-close {
    font-size: 1.5rem;
    padding: 0.5em 0.5em 0.5em 1em;
    bottom: 3em;
    line-height: 1.5;
}

.questionnaire_contaienr {
    width: 93.5672514619883%;
    margin: auto;
    background: #fff;
    border-radius: 2rem;
    padding: 2rem 0;
}

.questionnaire_inner {
    width: 91.25%;
    margin: auto;

}

.qform_lead {
    width: 100%;
    background: #33cc99;
    border-radius: 1.714285714285714em;
    color: #fff;
    font-size: clamp(1rem, 0.152rem + 3.62vw, 2.188rem);
    font-weight: bold;
    text-align: center;
    padding: 0.6em 0;
    margin-bottom: 1.714285714285714em;
}

fieldset+fieldset {
    margin-top: 5.5rem;
}

fieldset:last-of-type {
    margin-bottom: 4rem;
}

.q_circle {
    background: #33cc99;
    border-radius: 50%;
    color: #fff;
    line-height: 1;
    font-size: clamp(0.813rem, 0.143rem + 2.86vw, 1.75rem);
    font-weight: bold;
    width: 2.1em;
    height: 2.1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

legend {
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.qform_submit,
.questionnaire_contaienr .thanks,
.qform,
legend {
    font-size: clamp(0.875rem, 0.161rem + 3.05vw, 1.875rem);
}

.qform {
    margin-left: 2em;
}

.qform [type="radio"] {
    width: 1em;
    height: 1em;
}

.qform label {
    display: flex;
    align-items: center;
    line-height: 2.6;
}

.qform_submit,
.questionnaire_contaienr .thanks {
    text-align: center;
}

.qform_submit>p {
    display: grid;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.qform_submit>p>.wpcf7-spinner {
    order: -1;
}

.qform_submit input {
    background: #ff0000;
    color: #fff;
    font-weight: 600;
    padding: 0.3em 0.5em 0.3em 1em;
}

.qform._area {
    width: 80%;
}

.qform._age .wpcf7-list-item.last {
    display: block;
}

.wpcf7-form.sent .wpcf7-response-output {
    display: none;
}

/*----------------------------------------------------
	番組表
----------------------------------------------------*/
/* 番組一覧ボタン */
.program-list_hed {
    color: #fff;
    background: #00CC66;
    font-size: 1.43rem;
    border-radius: 0.58em;
    width: fit-content;
    padding: 5px 1em;
    margin: 3rem auto;
}

.catv_timetable_link {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 1.5625rem;
}

.catv_timetable_link a {
    width: 100%;
    height: auto;
    aspect-ratio: 260 / 255;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 1.041666666666667rem;
    /* gradation */
    background: -moz-linear-gradient(16.23% 109.54% 60deg, rgba(249, 247, 202, 1) 11.45%, rgba(156, 242, 203, 1) 98.74%);
    background: -webkit-linear-gradient(60deg, rgba(249, 247, 202, 1) 11.45%, rgba(156, 242, 203, 1) 98.74%);
    background: -webkit-gradient(linear, 16.23% 109.54%, 83.77% -9.54%, color-stop(0.1145, rgba(249, 247, 202, 1)), color-stop(0.9874, rgba(156, 242, 203, 1)));
    background: -o-linear-gradient(60deg, rgba(249, 247, 202, 1) 11.45%, rgba(156, 242, 203, 1) 98.74%);
    background: -ms-linear-gradient(60deg, rgba(249, 247, 202, 1) 11.45%, rgba(156, 242, 203, 1) 98.74%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F7CA', endColorstr='#9CF2CB' ,GradientType=0)";
    background: linear-gradient(30deg, rgba(249, 247, 202, 1) 11.45%, rgba(156, 242, 203, 1) 98.74%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F7CA', endColorstr='#9CF2CB', GradientType=1);
}

/* 番組表 */
.time_table_container {
    width: 100%;
    overflow-x: scroll;
    height: 75vh;
    overflow-y: auto;
    position: relative;
}

.time_table_container>table {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    min-width: 1100px;
    table-layout: fixed;
}

.time_table_container table th,
.time_table_container table td {
    border: 1px solid #777;
    vertical-align: middle;

    /* 三点リーダー */
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.time_table_container table tr.row-2 td,
.time_table_container table td.column-1,
.time_table_container table tr.row-1 td {
    text-align: center;
}

/* 日付セル */
.time_table_container table tr.row-1 td {
    background: #D4ECF3;
    /* width: calc((93vw - 2.6rem) / 2); */
    /* width: calc((100vw - 2.6rem) / 2); */
    height: 2.6rem;
    position: sticky;
    top: -2px;
}

/* 曜日セル */
.time_table_container table tr.row-2 td {
    background: #74B4E3;
    position: sticky;
    top: calc(2.6rem - 2px);
}

.time_table_container table tr.row-2 .column-2 {
    background: #33CCFF;
}

.time_table_container table tr.row-2 .column-4 {
    background: #FF9999;
}

/* 時間帯セル */
.time_table_container table td.column-1 {
    color: #fff;
    /* width: 2.5rem !important; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: sticky;
    left: -2px;
    z-index: 2;
}

.time_table_container .row-11 .column-1,
.time_table_container .row-7 .column-1,
.time_table_container .row-3 .column-1 {
    background: #00CC99;
}

.time_table_container .row-23 .column-1,
.time_table_container .row-19 .column-1,
.time_table_container .row-15 .column-1 {
    background: #0099FF;
}

.time_table_container .row-35 .column-1,
.time_table_container .row-31 .column-1,
.time_table_container .row-27 .column-1 {
    background: #6633FF;
}

.time_table_container .row-47 .column-1,
.time_table_container .row-43 .column-1,
.time_table_container .row-39 .column-1 {
    background: #FF9966;
}

.time_table_container .row-59 .column-1,
.time_table_container .row-55 .column-1,
.time_table_container .row-51 .column-1 {
    background: #CC00FF;
}

.time_table_container .row-71 .column-1,
.time_table_container .row-67 .column-1,
.time_table_container .row-63 .column-1 {
    background: #006699;
}

/* 分セル */
.time_table_container table td.minutes {
    background: #DEE6F5;
}

/* 番組情報セル */
.time_table_container table td.program_info {
    /* background: #00CC66; */
}

.time_table_container table td.grayed-out:not(.column-1) {
    background: #DCDDDD !important;
    color: #9FA0A0 !important;
    /* pointer-events: none; */
}

/* 番組表 ここまで */

/*----------------------------------------------------
	アクセス
----------------------------------------------------*/
.access_link_wrapper {
    font-size: 1.3rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    gap: 1.4em;
}

.access_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
    padding: 1.25em 1em;
    text-decoration: none;
    border-radius: 0.625em;
    transition: transform .2s;
}

.access_link:active {
    transform: scale(.95);
}

.access_link .icon_wrap {
    width: 17%;
}

.icon_taxi img {
    width: 87%;
}

.access_ImageMap_container {
    margin-top: 50px;
}

@media screen and (min-width: 1024px) {
    .sidebar_area ul.menu {
        height: 7.5vw;
    }

    .top_wrapper {
        height: calc(100vh - 7.5vw);
        height: calc(100dvh - 7.5vw);
    }

    .onspage_in_wrapper {
        margin-top: 3vw;
    }

    #Tab1 .onspage_in_wrapper {
        margin-top: calc(13vw + 20px);
    }

    .tabbar--top {
        height: 3vw;
    }

    .topfixed_container {
        top: 3vw;
    }

    .site_logo_wrapper.-big {
        height: 10vw;
    }

    .top_banner {
        top: 10vw;
        margin-bottom: 3.2vw;
    }

    .card03 {
        margin-bottom: 3.2vw;
    }

    /* カテゴリメニュー下から表示 */
    .zdo_drawer_button .sub-menu-wrapper {
        height: calc(100% - 7.5vw);
    }

    .zdo_drawer_button .sub-menu-wrapper.active {
        bottom: 7.5vw;
    }

    .zdo_drawer_button .sub-menu,
    .btn_list {
        font-size: 0.8rem;
    }

    /* philtilys */
    /* .coach_wrapper .phil_img img {
        margin-top: 1.5rem;
    } */

}

@media (max-width: 1023px) and (min-width: 793px) {
    .coach_wrapper li {
        grid-template-columns: 1fr 3fr;
    }
}

@media (max-width: 767px) {
    /* .coach_wrapper .phil_img img {
        margin-top: 1.5rem;
    } */
}