/* 共通 */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 200px;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    scroll-padding-top: 140px;
}
img {
    width: 100%;
}

ul, ol {
    list-style: none!important;
}
.no_link {
    pointer-events: none
}
.no_link:hover {
    background-color: #FFF;
    color: #133453;
}
/* スタイルシートに追加するCSS */
.taxonomy-container {
    margin-top: 10px;
}

.taxonomy-container label {
    font-weight: bold;
    display: block;
}

.taxonomy-container ul {
    list-style-type: none;
    padding: 0;
}

.taxonomy-container li {
    margin-bottom: 5px;
}
.l-container {
	max-width: unset;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	padding-top: 0;
    background-color: #fff;
}
.p-breadcrumb__list {
    background-color: #F8F3EE;
}
.l-mainContent {
	max-width: unset;
}
.l-article {
	margin: 0;
	max-width: unset;
}
.post_article {
    max-width: 800px;
    width: 100%;
}
.c-pageTitle {
	display: none;
}
.l-mainContent__inner>.post_content {
	padding: 0;
	margin: 0;
}
.post_content>* {
	margin-bottom: 0;
}
.top #content {
    padding-top: 0;
}
.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
	border: none;
}
.display_none {
    display: none;
}
.vb_hidden {
    visibility: hidden;
}
.tx_center {
    text-align: center;
}
.c_red {
    color: #AF0505!important;
}
.pc {
    display: block;
}
.pc_tab {
    display: block;
}
.sp {
    display: none;
}
.sp_only {
    display: none!important;
}
.sp_br {
    display: none;
}
.sp_only_br {
    display: none;
}
.pc_tab_br {
    display: inline;
}
.pc_br {
    display: inline;
}
@media only screen and (max-width: 980px) {
    .pc {
        display:none!important;
    }

    .sp {
        display: block!important;
    }
    .pc_br {
        display: none!important;
    }
    .sp_br {
        display: inline!important;
    }
}
@media only screen and (max-width: 680px) {
    .pc_tab {
        display: none!important;
    }
    .pc_tab_br {
        display: none;
    }
    .sp_only {
        display: block!important;
    }
    .sp_only_br {
        display: inline!important;
    }
}
.section_inner {
    max-width: 1180px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width: 1250px) {
    .section_inner {
        padding: 0 20px;
    }
}
/* クリックしたら拡大 */
.lum-lightbox-inner img {
    width: auto;
}
/* パンくずここから */
.p-breadcrumb__list {
    flex-wrap: wrap;
}
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
    display: block!important;
    opacity: 1;
    white-space: pre-wrap;
}
.-body-solid .p-breadcrumb.-bg-on {
    box-shadow: none;
    background-color: #F8F3EE;
}
.p-breadcrumb__list {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
.p-breadcrumb {
    background-color: #F8F3EE;
    font-size: 16px;
    line-height: 1.4;
}
.single .p-breadcrumb__list {
    max-width: 770px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width: 1250px) {
    .p-breadcrumb__list {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px) {
    .single .p-breadcrumb__list {
        padding: 0 20px;
    }
}
/* パンくずここまで */
.more_btn {
    width: 100%;
}

.more_btn_link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 280px;
    width: 100%;
    display: block;
    margin: auto;
    padding: 12px 0;
    overflow: hidden;
    border: 3px solid #133453;
    border-radius: 30px;
    background-color: #fff;
    color: #133453;
    text-align: center;
}
.more_btn_link p {
    position: relative;
    color: #133453;
    z-index: 10;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
.more_btn_link:hover p {
    color: #FFF;
}

.more_btn_link::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #133453;
    content: '';
    transition: width .3s ease;
    z-index: 1;
}

.more_btn_link:hover::before {
    width: 100%;
}
.apply_more_brn_container .more_btn_link {
    border: 3px solid #133453;
    background-color: #133453;
    color: #fff;
    max-width: 450px;
    padding: 18px 0;
    border-radius: 60px;
}
.apply_more_brn_container .more_btn_link p {
    color: #FFF;
    font-size: 24px;
}
.apply_more_brn_container .more_btn_link:hover p {
    color: #133453;
}
.apply_more_brn_container .more_btn_link:hover {
    background-color: transparent;
    color: #133453;
}
.apply_more_brn_container .more_btn_link::before {
    background-color: #FFF;
}
@media only screen and (max-width: 980px) {
    .apply_more_brn_container .more_btn_link {
        padding: 16px 0;
    }
    .apply_more_brn_container .more_btn_link p,
    .more_btn_link p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 680px) {
    .apply_more_brn_container .more_btn_link {
        padding: 12px 0;
    }
    .apply_more_brn_container .more_btn_link p,
    .more_btn_link p {
        font-size: 16px;
    }
}
/* セクションタイトルここから */
.section_title_container {
    text-align: center;
    margin-bottom: 75px;
}
.section_title_box {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.55;
    padding-left: 138px;
    display: inline-block;
    position: relative;
    color: #133453;
}
/* .head_of_line {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.head_of_line p {
    font-size: 64px;
    line-height: 1.2;
    font-weight: 900;
    color: #133453;
    border: 5px solid #133453;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
} */
.head_of_line {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head_of_line p {
    font-size: 64px;
    line-height: 1.3;
    font-weight: 900;
    color: #133453;
    background-color: #fff;
    border: 5px solid #133453;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.section_sub_title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.4;
    text-align: center;
}
.section_main_title {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 0.2em;
    line-height: 1.45;
}
@media only screen and (max-width: 980px) {
    .section_title_box {
        padding-left: 100px;
    }
    .section_sub_title {
        font-size: 18px;
    }
    .section_main_title {
        font-size: 28px;
    }
    .head_of_line {
        width: 80px;
        height: 80px;
    }
    .head_of_line p {
        font-size: 40px;
        line-height: 1.6;
    }
}
@media only screen and (max-width: 680px) {
    .section_title_box {
        padding-left: 0;
        padding-right: 0;
        font-size: 24px;
    }
    .section_sub_title {
        font-size: 14px;
    }
    .section_main_title {
        font-size: 23px;
    }
    .head_of_line {
        position: static;
        width: 60px;
        height: 60px;
        margin: auto;
        margin-bottom: 20px;
    }
    .head_of_line p {
        font-size: 30px;
    }
}
/* セクションタイトルここまで */
/* 共通テキストここから */
.post_content .section_heading_h2,
.post_content .karuta_text_medium {
    max-width: 800px;
    width: 100%;
    padding: 0;
    margin: 0;
    position: static;
    margin: auto;
}
.post_content .section_heading_h2 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #133453;
    background-color: transparent;
}
.post_content .section_heading_h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    color: #133453;
    letter-spacing: 0.1em;
}
.post_content .section_heading_h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    color: #133453;
    letter-spacing: 0.1em;
}
.post_content .section_heading_h6 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}
.post_content .karuta_text_medium {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #000;
}
@media only screen and (max-width: 850px) {
    .post_content .section_heading_h2,
    .post_content .section_heading_h3 {
        padding: 0 20px;
    }
    .about_museum .section_heading_h2 {
        padding: 0;
    }
}
@media only screen and (max-width: 980px) {
    .post_content .section_heading_h2 {
        font-size: 28px;
    }
    .post_content .section_heading_h3 {
        font-size: 24px;
    }
    .post_content .section_heading_h4 {
        font-size: 20px;
    }
    .post_content .karuta_text_medium {
        font-size: 16px;
    }
}
@media only screen and (max-width: 680px) {
    .post_content .section_heading_h2 {
        font-size: 24px;
    }
    .post_content .section_heading_h3 {
        font-size: 20px;
    }
    .post_content .section_heading_h4 {
        font-size: 16px;
    }
    .post_content .karuta_text_medium {
        font-size: 14px;
    }
}
/* 共通テキストここまで */
/* 共通画像コンテナここから */
.img_container_4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
}
.img_container_4 {
    max-width: 1180px;
    gap: 30px 0;
}
.img_container_4_img  {
    width: calc(100% / 4 - 25px);
}
.img_container_4_img img {
    aspect-ratio: 4/3;
    border-radius: 30px;
}
@media only screen and (max-width: 1250px) {
    .img_container_4 {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 980px) {
    .img_container_4_img  {
        width: calc(100% / 2 - 10px);
    }
    .img_container_4 {
        gap: 30px 0;
        padding: 0;
    }
}
@media only screen and (max-width: 680px) {
    .img_container_4 {
        gap: 15px 0;
    }
}
/* 共通画像コンテナここまで */
/* 共通ここまで */
/* ヘッダーここから */
header {
    position: relative;
}
.header_top {
    background-color: #133453;
}
.header_top a:hover {
    opacity: 0.6;
}
.header_inner {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}
.header_top_container {
    display: flex;
    justify-content: right;
    gap: 23px;
}
.header_shop,
.header_contact,
.header_application,
.header_tel,
.header_sns {
    height: 100%;
}
.header_shop a,
.header_contact a,
.header_application a,
.header_tel a{
    display: block;
    position: relative;
    padding: 12px 0;
    padding-left: 30px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
}
.header_shop a::before,
.header_contact a:before,
.header_application a::before,
.header_tel a::before {
    content: "";
    width: 22px;
    height: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background-size: cover;
    position: absolute;
}

.header_shop a::before {
    background-image: url("/wp-content/uploads/2024/02/icon_shop.png");
}
.header_contact a:before {
    background-image: url("/wp-content/uploads/2024/01/contact_logo.png");
}
.header_application a::before {
    background-image: url("/wp-content/uploads/2024/01/application_logo.png");
}
.header_tel a::before {
    background-image: url("/wp-content/uploads/2024/01/tell_logo.png");
}
#g-nav-list .header_shop a::before {
    background-image: url("/wp-content/uploads/icon_sp_shop.png");
}
#g-nav-list .header_application a::before {
    background-image: url("/wp-content/uploads/application_sp_logo.png");
}
.header_sns a {
    display: block;
    width: 22px;
    padding: 5px 0 6px;
}
.header_container {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
}
.header_container::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 15px;
    width: 100vw;
    background-position: top center;
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-image: url("/wp-content/uploads/2024/01/header_bg.png");
}
.header_container_inner {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 25px
}
.header_logo {
    max-width: 350px;
    width: 26%;
}
.header_logo a {
    display: block;
}
.header_nav {
    width: 70%;
}
.header_nav_menu {
    display: flex;
    justify-content: space-between;
}
.header_nav_menu_item {
    
}
.header_nav_menu_item_link {
    font-size: 14px;
    font-weight: bold;
    padding: 15px 2px;
}
#g-nav-list .header_nav_menu_item_link {
    font-size: 18px;
}
#g-nav-list .header_shop a,
#g-nav-list .header_application a {
    font-size: 18px;
    width: 180px;
    margin: auto;
    padding-left: 40px;
}
#g-nav-list .header_shop a::before,
#g-nav-list .header_application a::before {
    left: 30px;
}
.header_sp_btn {
    margin: 40px 0 25px;
    display: flex;
    gap: 12px;
}
.header_sp_btn  .more_btn_link {
    width: 220px;
    padding: 7px 0;
    background-color: #133453;
}
.header_sp_btn  .more_btn_link p {
    display: inline;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
}
.header_sp_btn .header_contact a:before,
.header_sp_btn .header_tel a::before {
    display: none;
}
.header_sp_btn .header_contact p:before,
.header_sp_btn .header_tel p::before {
    content: "";
    width: 22px;
    height: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background-size: cover;
    position: absolute;
}
.header_contact p:before {
    background-image: url("/wp-content/uploads/2024/01/contact_logo.png");
}
.header_tel p::before {
    background-image: url("/wp-content/uploads/2024/01/tell_logo.png");
}
.header_sp_btn  .more_btn_link::before {
    background-color: transparent;
}
#g-nav-list .header_sns a {
    margin: auto;
    width: 33px;
}
@media only screen and (max-width: 680px) {
    #g-nav-list .header_nav_menu_item_link {
        font-size: 14px;
    }
    .header_sp_btn  .more_btn_link p {
        font-size: 14px;
    }
    .header_sp_btn  .more_btn_link {
        width: 160px;
    }
    #g-nav-list .header_shop a,
    #g-nav-list .header_application a {
        font-size: 14px;
        margin: auto;
        padding-left: 30px;
    }
    #g-nav-list .header_sns a {
        width: 22px;
    }
}
/*========= 上部固定させるためのCSS ===============*/
#header{
	height: 140px;
	width:100%;
}

/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed{
	position: fixed;
    z-index: 999;
    top:0;
    left:0;
}


.header_nav_menu_item a{
    /*線の基点とするためrelativeを指定*/
	position: relative;
    display: block;
}

.header_nav_menu_item.current a,
.header_nav_menu_item a:hover{
	color:#000;
}

.header_nav_menu_item a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 15%;
    left: 0%;
    right: 0;
    margin: auto;
    /*線の形状*/
    width: 65%;
    height: 2px;
    background:#133453;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: center top;/*上部中央基点*/
}

/*現在地とhoverの設定*/
.header_nav_menu_item.current a::after,
.header_nav_menu_item a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}





@media only screen and (max-width: 1450px) {
    .header_inner,
    .header_container_inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .header_top,
    .header_nav {
        display: none;
    }
    #header {
        height: unset;
    }
    .header_logo {
        width: 30%;
        position: relative;
        z-index: 1000;
    }
}
@media only screen and (max-width: 980px) {
    .header_logo {
        width: 55%;
    }
}
/* ヘッダーここまで */
/* フッターここから */
footer {
    background-color: #133453;
    color: #fff;
}
footer a:hover {
    opacity: 0.6;
}
.footer_inner {
    max-width: 915px;
    width: 100%;
    margin: auto;
}
.footer_container {
    display: flex;
    justify-content: space-between;
    padding: 70px 0 120px;
    gap: 30px;
}
.footer_navi {
    max-width: 360px;
    width: 45%;
}
.footer_navi_menu {
    column-count: 2;
    column-gap: 50px;
}
.footer_navi_menu_item {
    margin-bottom: 20px;
}
.footer_navi_menu_item_link {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.footer_info {
    max-width: 360px;
    width: 40%;
}
.footer_logo {
    width: 100%;
    margin-bottom: 25px;
}
.footer_adress,
.footer_tel {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    line-height: 1.4;
}
.footer_adress p {
    margin-bottom: 10px;
}
.footer_copyright {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    padding-bottom: 30px;
    font-family: Termina;
}
.footer_sns {
    width: 40px;
}
.footer_sns a {
    display: block;
}
@media only screen and (max-width: 1100px) {
    .footer_inner {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 980px) {
    .footer_container {
        padding-bottom: 80px;
    }
    .footer_navi_menu {
        column-gap: unset;
        margin: auto;
    }
    .footer_navi {
        padding-top: 0;
        max-width: 400px;
        width: 55%;
    }
    .footer_navi_menu_item_link {
        font-size: 12px;
    }
    .footer_adress,
    .footer_tel {
        font-size: 14px;
    }

}
@media only screen and (max-width: 680px) {
    .footer_container {
        flex-direction: column;
        padding-top: 35px;
        padding-bottom: 50px;
    }
    .footer_navi,
    .footer_info {
        width: 100%;
        max-width: unset;
    }
    .footer_navi {
        min-width: unset;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .footer_navi_menu_item_link {
        font-size: 12px;
    }
    .footer_logo {
        width: 90%;
        margin: auto;
        margin-bottom: 30px;
    }
    .footer_adress,
    .footer_tel {
        font-size: 16px;
    }
    .footer_copyright {
        font-size: 9px;
        padding-bottom: 12px;
    }
}
/* フッターここまで */
/* fixサイドここから */
.fix_side {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 9990;
    pointer-events: none;
    transition: all 0.4s ease-out;
}
.fix_side li {
    position: relative;
    overflow: hidden;
    display: flex;
    min-height: 180px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    border-width: 3px;
    border-style: solid;
    border-radius: 0.5rem 0 0 0.5rem;
    transform: translateX(calc(100% - 51px));
    transition: all 0.4s ease-out;
    pointer-events: auto;
    z-index: 1000;
}
.fix_side li:hover {
    transform: translateX(0);
}
.fix_side--schedule {
    background-color: #133453;
    border: 3px solid #fff;
    color: #FFF;
    border-radius: 20px 0px 0px 20px;
    filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.4));
    margin-bottom: 20px;
}
.fix_side  .fix_side--ttl {
    display: grid;
    align-content: center;
    justify-content: center;
    place-content: center;
    flex-shrink: 0;
    width: 51px;
    padding: 1em;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.24em;
    writing-mode: vertical-rl;
    font-weight: 600;
	margin: 0;
    cursor: pointer;
}
.schedule_box .schedule_box--ttl {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.schedule_box .schedule_box--ttl::before {
    display: none;
}
.schedule_box--ttl span {
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    background-color: #133453;
    color: #fff;
    border-radius: 100px;
}
.schedule_box:first-child {
    margin-bottom: 20px;
}
.fix_side--schedule .fix_side--cont {
    width: 315px;
}
.fix_side--txtarea {
    height: 100%;
    padding: 1rem 1.25rem;
    line-height: 1.5;
    position: relative;
    background-color: #FFF;
    color: #000;
}
.fix_side--exhibition {
    grid-template-columns: 51px 350px;
    border-color: #000;
    background-color: #E9DEB3;
    font-size: 20px;
    filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.4));
}
.flex {
    display: flex;
}
.fix_side--exhibition .fix_side--ttl{
    color: #000;
    background-color: #E9DEB3;
}
.fix_side--exhibition .post--img {
    width: 150px;
    flex-shrink: 0;
    aspect-ratio: 1/1.41421356;
}
.fix_side--exhibition .fix_side--txtarea {
    display: flex;
    width: 240px;
    height: auto;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}
.fix_side--date {
    font-size: 16px;
    font-weight: bold;
}
.fix_side--text {
    font-size: 20px;

}
@media only screen and (max-width: 680px) {
    .fix_side {
        display: none;
    }
}
/* メインビジュアルは別ｃｓｓに記載 */
.mv {
    padding: 60px 0;
    background-color: #F8F3EE;
}
@media only screen and (max-width: 680px) {
    .mv {
        padding: 30px 0;
    }
}
.top_guide {
    padding: 20px 0!important;
    background-color: #fff!important;
}
/* TOPABOUTここから */
.top_about {
    background-color: #F8F3EE;
}
.top_about_border {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    border-radius: 20px;
    border: 16px solid #133453;
    background-color: #E9DEB3;
    background-image: url("/wp-content/uploads/2024/01/top_about_bg_img.png");
    background-repeat:no-repeat;
    background-size: cover;
    position: relative;
    padding: 75px 0 85px;
}
.top_about_inner {
    max-width: 1180px;
    width: 100%;
    margin: auto;
}
.top_about_container {
    display: flex;
    justify-content: space-between;
}
.top_about_title_container {
    max-width: 485px;
    width: 45%;
}
.top_about_title_box {
    margin-bottom: 45px;
    position: relative;
}
.top_about_title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.55;
    text-align: left;
    padding-left: 132px;
}

.top_about_text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 65px;
}
.top_about .more_btn_link {
    max-width: 420px;
}
.top_about_img_container  {
    width: 55%;
    position: relative;
}
.top_about_img_position {
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.top_about_karuta_img {
    position: absolute;
}
.top_about_karuta_img:first-child {
    max-width: 264px;
    width: 18.5vw;
    left: 0;
    top: 1vw;
}
.top_about_karuta_img:nth-child(2) {
    max-width: 395px;
    width: 27.5vw;
    left: 21vw;
    top: 0;
}
.top_about_karuta_img:nth-child(3) {
    max-width: 324px;
    width: 22.5vw;
    left: 12px;
    bottom: -0.5vw;
}
.top_about_karuta_img:last-child {
    max-width: 305px;
    width: 22vw;
    left: 28vw;
    bottom: -3vw;
}
@media only screen and (min-width: 1440px) {
    .top_about_karuta_img:first-child {
        max-width: 264px;
        width: 18.5vw;
        left: 0;
        top: 0;
    }
    .top_about_karuta_img:nth-child(2) {
        max-width: 395px;
        left: 370px;
        top: -50px;
    }
    .top_about_karuta_img:nth-child(3) {
        max-width: 324px;
        width: 22.5vw;
        left: 12px;
        bottom: -0.5vw;
    }
    .top_about_karuta_img:last-child {
        max-width: 305px;
        width: 22vw;
        left: 400px;
        bottom: -50px;
    }
}
@media only screen and (max-width: 1250px) {
    .top_about_inner {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 980px) {
    .top_about_border {
        padding: 80px 0;
        border: 10px solid #133453;
    }
    .top_about_container {
        flex-direction: column;
    }
    .top_about_title_container {
        width: 100%;
        max-width: unset;
    }
    .top_about_title_box {
        margin-bottom: 50px;
    }
    .top_about_title {
        font-size: 28px;
    }
    .top_about_text {
        margin-bottom: 40px;
    }
    .top_about_img_container {
        width: 100%;
        position: static;
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .top_about_img_position {
        position: static;
        display: flex;
    }
    .top_about_karuta_img {
        position: static;
        display: flex;
        align-items: center;
        width: 25%;
    }
}
@media only screen and (max-width: 680px) {
    .top_about_border {
        padding: 50px 0;
        background-image: url("/wp-content/uploads/top_about_bg_sp_img.png");
        background-size: contain;
    }
    .top_about .head_of_line {
        position: absolute;
        top: 0;
    }
    .top_about_title {
        padding-left: 100px;
        font-size: 24px;
    }
    .top_about_text {
        margin-bottom: 40px;
    }
    .top_about_title_box {
        margin-bottom: 40px;
    }
    .top_about_img_position {
        flex-wrap: wrap;
    }
    .top_about_karuta_img:first-child,
    .top_about_karuta_img:nth-child(2),
    .top_about_karuta_img:nth-child(3),
    .top_about_karuta_img:last-child {
        width: 40%;
        margin: auto;
    }
}
/* TOPABOUTここまで */
/* TOP展示案内ここから */
.top_exhibition {
    padding: 90px 0;
    background-color: #F8F3EE;
}



/* タブメニューここから */
/*tabの形状*/
.blog-tab-list{
	display: flex;
    margin-bottom: 80px;
    position: relative;
    z-index: 10;
}
.blog_list_area .blog-tab-list {
    padding-left: 0;
}
.blog-tab-list_item {
    position: relative;
    width: 50%;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5em;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-tab-list_item:first-child a {
    border-radius: 40px 0px 0px 40px;
}
.blog-tab-list_item:last-child a {
    border-radius: 0px 40px 40px 0px;
}
.blog-tab-list_item a{
	display: block;
	padding:20px 0;
    background: #fff;
    color: #000;
}
/*liにactiveクラスがついた時の形状*/
.blog-tab-list_item.active a{
	background:#133453;
    color: #FFF;
}
.top_exhibition .blog-list {
    margin-bottom: 80px;
}
.blog-list_container .blog-list {
    padding-left: 0;
}
/*エリアの表示非表示と形状*/
.blog-list_container {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
}

/*areaにis-activeというクラスがついた時の形状*/
.blog-list_container.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
    padding-top: 200px;
    margin-top: -200px;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


.blog-tab-list_item::before {
}
.blog-tab-list_item.active::before {
    position: absolute;
    content: '';
    background-image: url("/wp-content/uploads/2024/01/tab_triangle.png");
    background-size: cover;
    width: 50px;
    height: 50px;
    bottom: -37px;
    left: 50%;
    border-color: transparent transparent transparent transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.blog-list_container {
    max-width: 1185px;
}
.blog-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
	position:relative;
}
.blog-list::before {
    content: "";
    width: calc(100% / 2 - 20px);
    order: 1;
}
.blog-list::after {
    content: "";
    width: calc(100% / 2 - 20px);
}
.blog_item {
    width: calc(100% / 2 - 20px);
}
.blog_item_link {
    display: flex;
    border: 5px solid #133453;
    background-color: #FFF;
    height: 100%;
    border-radius: 20px;
}
.blog_item_img {
    max-width: 210px;
    width: 37%;
    order: 1;
}
.mask {
    display: block;
    line-height: 0;
    overflow: hidden;
    border-radius: 15px 0 0 15px;
    height: 100%;
}
.zoom_in img {
    transform: scale(1);
    transition: .3s ease-in-out;
    object-fit: cover;
    overflow: hidden;
    height: 100%;
}
.zoom_in .mask:hover img {
    transform: scale(1.1);
}
.blog_item_info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    width: 63%;
    height: 100%;
    order: 2;
}
.blog_item_title {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 25px;
    flex: 1;
}

.blog_item_title {
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 2; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}
.blog_item_title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blog_item_text_container {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.blog_item_text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 23px;
    flex: 1;
}
.blog_item_text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* 行数を指定 */
}
.blog_item_day {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #133453;
}
.blog_item_tag_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.blog_item_info .blog_item_tag_list {
    margin-bottom: 15px;
}
.blog_item_tag {
}
.blog_item_tag a {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #133453;
    padding: 3px 25px;
    border: 2px solid #133453;
    border-radius: 30px;
    background-color: #FFF;
    display: block;
}
.blog_item_tag a:hover {
    background-color: #133453;
    color: #FFF;
}
@media only screen and (max-width: 980px) {
    .top_exhibition {
        padding: 70px 0;
    }
    .section_title_container {
        margin-bottom: 50px;
    }
    .blog-tab-list_item {
        font-size: 24px;
    }
    .blog-tab-list {
        margin-bottom: 50px;
    }
    .blog-tab-list_item.active::before {
        width: 45px;
        height: 40px;
        bottom: -25px;
    }
    .top_exhibition .blog-list {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 680px) {
    .top_exhibition {
        padding: 50px 0;
    }
    .section_title_container {
        margin-bottom: 30px;
    }
    .blog-list {
        flex-direction: column;
        gap: 30px 0;
    }
    .blog_item_link {
        flex-direction: column;
    }
    .blog_item {
        width: 100%;
    }
    .mask {
        border-radius: 15px 15px 0 0;
    }
    .blog_item_img {
        width: 100%;
        max-width: unset;
    }
    .blog_item_info {
        width: 100%;
    }
    .blog-tab-list_item {
        font-size: 14px;
    }
    .blog-tab-list_item.active::before {
        width: 45px;
        height: 40px;
        bottom: -25px;
    }
    .top_exhibition .blog-list {
        margin-bottom: 30px;
    }
}
/* TOP展示案内ここまで */
/* TOPスケジュール＆お知らせここから */
/* googleカレンダーここから */
.fc .fc-daygrid-day.fc-day-today {
    background-color: #ecc80d4a;
}
/* 祝日カレンダー */
.holiday-calendar-class {
    background-color: #ff6347;
}
/* 休館日カレンダー */
.closing-calendar-class {
    background-color: #f29c9f;
}
/* 源氏物語カレンダー */
.genji-calendar-class {
    background-color: #ffa07a;
}
/* 古文書カレンダー */
.kobunsho-calendar-class {
    background-color: #9370db;
}

.fc-prev-button::after, .fc-next-button::before{
	content: attr(title);
}
.fc .fc-button .fc-icon {
    display: inline-flex;
}
.fc .fc-button-primary:focus {
    box-shadow: none;
}
.fc .fc-button-primary:hover {
    background-color: #fff;
    color: #133453;
}
.fc .fc-button-primary:hover .fc-prev-button::after,
.fc .fc-button-primary:hover .fc-icon-chevron-left:before,
.fc .fc-button-primary:hover .fc-next-button::before,
.fc .fc-button-primary:hover .fc-icon-chevron-right:before {
    color: #133453;
}
/* カレンダー背景色 */
.fc-direction-ltr {
}
/* テーブル背景色 */
.fc-theme-standard td, .fc-theme-standard th {
    background-color: #FFF;
}

/* googleカレンダーここまで */
.top_schedule_news {
    padding: 90px 0;
    background-color: #FFF;
}
.schedule_news_container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.top_schedule {
    width: 50%;
    max-width: 575px;
}
.top_schedule_news_title {
    margin-bottom: 15px;
}
.top_schedule_news_title p {
    padding-left: 30px;
    border-left: 10px solid #133453;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
}

.top_schedule_container {
    width: 100%;
}

.top_schedule_container iframe {
    width: 100%;
}
.top_news {
    width: 45%;
    max-width: 530px;
}
.news_list {
    display: flex;
    flex-direction: column;
    padding-bottom: 190px;
    position: relative;
}
.top_news .news_list {
    padding-bottom: 55px;
}
.news_item:last-child {
    border-bottom: 1px solid #dad5d0;
}
.news_item {
    border-top: 1px solid #dad5d0;
}
.news_item_link {
    display: block;
    padding: 25px 0;
}
.news_item_meta {
    display: flex;
    gap: 25px;
    margin-bottom: 10px;
    align-items: center;
}
.news_item_day {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    width: 105px;
    color: #133453;
}
.news_item_tag_list {
    display: flex;
    gap: 10px;
}
.news_item_tag {

}
.news_item_tag {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #133453;
    padding: 5px 25px;
    border: 2px solid #133453;
    border-radius: 30px;
    background-color: #FFF;
    display: block;
}
.news_item_tag p {
    white-space: nowrap;
}
.news_item_tag:hover {
    background-color: #133453;
    color: #FFF;
}
.news_item_text {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
    display: flex;
    align-items: center;
}
.top_schedule_news .more_btn_link {
    margin-left: 0;
}
.view-cap, .view-container-border {
    background-color: #133453;
}
@media screen and (max-width: 980px){
    .top_schedule_news {
        padding: 70px 0;
    }
    .schedule_news_container {
        flex-direction: column;
        gap: 60px;
    }
    .top_schedule,
    .top_news {
        width: 100%;
        max-width: unset;
    }
    .top_schedule_news_title p {
        font-size: 28px;
        padding-left: 30px;
    }
    .news_item_link {
        padding: 20px 0;
    }
    .news_item_tag {
        padding: 5px 15px;
    }
    .top_schedule_news .more_btn_link {
        margin: auto;
    }

}
@media screen and (max-width: 680px){
    .top_schedule_news {
        padding: 50px 0;
    }
    .top_schedule_news_title p {
        font-size: 24px;
        padding-left: 28px;
    }
    .news_item_link {
        padding: 15px 0;
    }
    .news_item_day {
        font-size: 14px;
    }
    .news_item_tag {
        font-size: 10px;
        padding: 2px 10px;
    }
}
/* TOPスケジュール＆お知らせここまで */
/* TOP普及活動ここから */
.top_promotion {
    padding: 90px 0 65px;
    background-color: #E9DEB3;
    border-radius: 50px;
}
.top_promotion .section_title_container {
    margin-bottom: 25px;
}
.top_promotion_container {
    width: 100%;
    margin: auto;
    display: flex;
    gap: 100px;
}
.top_promotion_text_container {
    width: 51%;
    max-width: 520px;
    padding-top: 90px;
    padding-bottom: 125px;
}
.top_promotion_text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
}
.top_promotion_pc_img {
    max-width: 500px;
    width: 34vw;
}
.top_promotion_sp_img {
    display: none;
}
@media screen and (max-width: 980px){
    .top_promotion {
        padding: 70px 0;
    }
    .top_promotion_container {
        padding: 0 20px;
        gap: 50px;
    }
    .top_promotion_text_container {
        padding-top: 30px;
        padding-bottom: 0;
        width: 60%;
        max-width: unset;
    }
    .top_promotion_img_container {
        width: 35%;
    }
    .top_promotion_pc_img {
        left: 0;
        width: 28vw;
    }
}
@media screen and (max-width: 680px){
    .top_promotion {
        padding: 50px 0;
    }
    .top_promotion_container {
        flex-direction: column;
        gap: 0;
    }
    .top_promotion_text_container,
    .top_promotion_img_container {
        width: 100%;
        max-width: unset;
    }
    .top_promotion_text_container {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .top_promotion_text {
        margin-bottom: 30px;
    }
    .top_promotion_img_container {
        display: flex;
        justify-content: space-between;
    }
    .top_promotion_img_position {
        position: static;
        display: none;
    }
    .top_promotion_pc_img {
        display: none;
    }
    .top_promotion_sp_img {
        display: block;
        width: 90%;
        margin: auto;
        margin-bottom: 50px;
    }
    .top_promotion_sp_img img {
    }

}
/* TOP普及活動ここまで */
/* TOPブログ・ブログ一覧ここから */
.top_blog {
    padding: 100px 0;
    background-color: #fff;
}
.blog_page {
    padding-top: 80px;
}
.top_blog .section_title_container {
    margin-bottom: 100px;
}
.blog_page .blog-list,
.top_blog .blog-list {
    padding-bottom: 100px;
}
.top_blog .blog-list {
    gap: 0;
}
.blog_page .blog-list::before,
.blog_page .blog-list::after,
.top_blog .blog-list::before,
.top_blog .blog-list::after {
    width: calc(100% / 3 - 20px);
}
.blog_page .blog_item,
.top_blog .blog_item {
    width: calc(100% / 3 - 20px);
}
.blog_page .blog_item_link,
.top_blog .blog_item_link {
    flex-direction: column;
}
.blog_page .blog_item_img,
.top_blog .blog_item_img {
    max-width: unset;
    width: 100%;
    max-height: 210px;
}
.blog_page .mask,
.top_blog .mask {
    border-radius: 15px;
}
.blog_page .blog_item_info,
.top_blog .blog_item_info {
    max-width: unset;
    width: 100%;
    padding: 20px 30px;
}

.blog_page .blog_item_title,
.top_blog .blog_item_title {
    font-size: 16px;
}
.blog_page .blog_item_day,
.top_blog .blog_item_day {
    margin-bottom: 15px;
}
@media screen and (max-width: 980px){
    .top_blog {
        padding: 80px 0;
    }
    .blog_page {
        padding-top: 80px;
    }
    .top_blog .section_title_container {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 680px){
    .top_blog {
        padding: 50px 0;
    }
    .blog_page {
        padding-top: 50px;
    }
    .top_blog .section_title_container {
        margin-bottom: 30px;
    }
    .blog_page .blog-list,
    .top_blog .blog-list {
        gap: 0;
        margin-bottom: 50px;
    }
    .blog_page .blog_item,
    .top_blog .blog_item {
        width: 100%;
        margin-bottom: 30px;
    }
    .blog_page .blog_item:last-child,
    .top_blog .blog_item:last-child {
        margin-bottom: 0;
    }
    .blog_page .blog_item_img,
    .top_blog .blog_item_img {
        margin: auto;
        max-height: unset;
    }
}
/* TOPブログここまで */
/* TOPバナーここから */
.top_banner {
    padding: 90px 0 130px;
    background-color: #F8F3EE;
}
.top_banner_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px 0;
    position: relative;
}
.top_banner_container::before {
    content: "";
    width: calc(100% / 3 - 25px);
    order: 1;
}
.top_banner_container::after {
    content: "";
    width: calc(100% / 3 - 25px);
}
.top_banner_item {
    width: calc(100% / 3 - 25px);
}
.top_banner_link_item {
    display: block;
}
.top_banner_link_item:hover {
    opacity: 0.6;
}
@media screen and (max-width: 980px){
    .top_banner {
        padding: 70px 0;
    }
    .top_banner_item {
        width: calc(100% / 2 - 25px);
    }
    .top_banner_container::before {
        content: "";
        width: calc(100% / 2 - 25px);
        order: 1;
    }
    .top_banner_container::after {
        content: "";
        width: calc(100% / 2 - 25px);
    }
}
@media screen and (max-width: 680px){
    .top_banner {
        padding: 50px 0;
    }
    .top_banner_item {
        width: 80%;
        margin: auto;
    }
}
/* TOPバナーここまで */
/* TOPアクセスここから */
.top_access_border {
    border-radius: 20px 20px 0 0;
    border: 16px solid #133453;
    background-color: #E9DEB3;
    background-image: url("/wp-content/uploads/2024/01/top_access_bg_img.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    padding: 90px 0 100px;
}
.top_access_container {
    width: 100%;
    background-color: #fff;
    border: 5px solid #133453;
    border-radius: 50px;
    padding: 85px 0 75px;
}
.top_access .section_title_container {
    margin-bottom: 75px;
}
.top_access_box {
    max-width: 1040px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
}
.top_access_adress_container {
    width: 45%;
}
.top_access_adress_list {
    margin-bottom: 25px;
}
.top_access_adress_item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.top_access_adress_item_title {
    padding: 8px 28px;
    border-left: 5px solid #133453;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.top_access_adress_item_text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    padding-left: 1em;
}
.top_access .karuta_text_medium {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    padding-left: 1em;
}
.top_access .more_btn_link {
    margin-left: 0;
}
.top_access_map_container {
    width: 56%;
}
.top_access_map {
    margin-bottom: 17px;
}
.top_access_map iframe {
    width: 100%;
    border-radius: 30px;
}
.top_access_map_text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 15px;
}
@media screen and (max-width: 1200px){
    .top_access_box {
        padding: 0 20px;
    }
}
@media screen and (max-width: 980px){
    .top_access_border {
        border: 10px solid #133453;
    }
    .top_access_adress_item_text,
    .top_access .karuta_text_medium {
        padding-left: 0;
    }
}
@media screen and (max-width: 680px){
    .top_access_border {
        border: unset;
        border-radius: unset;
        background-image: url("/wp-content/uploads/2024/03/top_access_bg_sp_img-e1711417783646.png");
        padding: 50px 0 65px;
        background-size: contain;
    }
    .top_access .section_title_container {
        margin-bottom: 55px;
    }
    .top_access_container {
        padding: 40px 0 40px;
    }
    .top_access_box {
        flex-direction: column;
        padding: 0 20px;
    }
    .top_access_adress_container,
    .top_access_map_container {
        width: 100%;
    }
    .top_access_adress_list {
        margin-bottom: 40px;
    }
    .top_access_adress_item {
        margin-bottom: 20px;
    }
    .top_access_adress_item_title {
        padding: 3px 0 3px 15px;
    }
    .top_access_map {
        position: relative;
        padding-bottom: 75%;
        height: 0;
        overflow: hidden;
    }
    .top_access_map_container {
        margin-bottom: 30px;
    }
    .top_access_map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .top_access_map_text {
        padding-left: 0;
    }
    .top_access .karuta_text_medium {
        padding: 0;
    }
    .top_access .more_btn_link {
        margin-left: auto;
    }
}
/* TOPアクセスここまで*/
/* 投稿一覧ページここから */
.custom_post_list_page {
    padding-top: 80px;
    padding-bottom: 130px;
}
.post_list_page {
    padding-top: 80px;
    background-color: #F8F3EE;
}
.post_list_inner {
    max-width: 980px;
    width: 100%;
    margin: auto;
}
.post-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 190px;
    gap: 40px 0;
    position: relative;
}
ul.page-numbers {
    position: absolute;
    background-color: #FFF;
    right: 0;
    left: 0;
    bottom: 50px;
    margin: auto;
    display: flex;
    justify-content: center;
    box-shadow: none;
}
ul.page-numbers:hover {
    background-color: transparent;
}
.page-numbers {
    width: 40px;
    background-color: #F8F3EE;
    border-bottom: 2px solid #F8F3EE;
    color: #9F9F9F;
    margin: 0;
    box-shadow: none;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.page-numbers a:hover {
    background-color: #F8F3EE;
    color: #9F9F9F;
    opacity: 0.6;
}
.current.page-numbers {
    border-bottom: 2px solid #133453;
    background-color: #F8F3EE;
    color: #000;
}
.page-numbers.next,
.page-numbers.prev {
    border-bottom: 2px solid #F8F3EE;
}
.post_list_page .news_item_link {
    display: flex;
    justify-content: left;
    gap: 10px 30px;
    width: 90%;
    margin: auto;
}
.post_list_page .news_item_meta {
    margin-bottom: 0;
}
.archive-dropdown_container {
    background-color: #F8F3EE;
    padding: 85px 0 130px;
    text-align: center;
    color: #000;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.archive-dropdown_title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
}
.archive-dropdown_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
}
.archive-dropdown select {
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #FFF;
    padding: 5px 10px;
    width: 300px;
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin: auto;
}
.archive-dropdown option {
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width: 1100px){
    .post_list_inner {
        padding: 0 20px;
    }
}
@media screen and (max-width: 980px){
    .post_list_page {
        padding-top: 50px;
    }
    .post-list {
        padding-bottom: 150px;
    }
    .post_list_page .news_item_link {
        flex-direction: column;
    }
}
@media screen and (max-width: 680px){
    .post_list_page {
    }
    .post-list {
        padding-bottom: 120px;
    }
}
/* 投稿一覧ページここまで */
/* 投稿詳細ここから */
.p-toc {
    display: none;
}
.single .l-container {
    background-color: #F8F3EE;
}
.post_content {
    background-color: #F8F3EE;
}
.post_detiel_inner {
    max-width: 770px;
    width: 100%;
    margin: auto;
    padding: 25px;
    background-color: #FFF;
    border-radius: 30px;
}
.c-postTitle,
.p-articleMetas {
    display: none;
}
.single_post {
    display: block;
    padding-top: 45px;
}
.single_post .c-postTitle__date {
    display: none;
}
.single_post .c-postTitle__ttl {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    padding: 30px 30px 70px;
    background-color: #fff;
    border-radius: 30px 30px 0 0;
}
.post_section {
    background-color: #fff;
    padding: 0 30px 30px;
    border-radius: 0 0 30px 30px;
}
.p-articleFoot {
    margin: 0;
    padding: 0;
}
.navigation {
    max-width: 800px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 30px;
}
.nav-previous a,
.nav-next a {
    display: none;
}
.nav-thumbnail a {
    display: block;
}
.nav-thumbnail a:hover {
    opacity: 0.6;
}
.nav-previous,
.nav-next {
    width: calc(100% / 2 - 40px);
    text-align: left;
    position: relative;
}

.nav-thumbnail img {
    width: 100%;
    height: auto;
}

.nav-thumbnail {
}
.thumbnail-overlay {
    position: relative;
}
.thumbnail-overlay img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 100%;
    width: 100%;
    background: rgba(17, 17, 17, 0.40);
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay-text p {
    display: block;
    width: 80%;
}
.post_list_btn {
    padding-bottom: 100px;
}
@media screen and (max-width: 980px){
    .single_post .c-postTitle__ttl {
        font-size: 28px;
        padding: 30px 30px 50px;
    }
}
@media screen and (max-width: 850px){
    .post_article {
        padding: 0 20px;
    }
}
@media screen and (max-width: 680px){
    .single_post .c-postTitle__ttl {
        font-size: 24px;
        padding: 30px 30px 30px;
    }
    .navigation {
        margin-bottom: 30px;
    }
    .nav-previous,
    .nav-next {
        width: 100%;
    }
    .post_list_btn {
        padding-bottom: 50px;
    }
}
/* 投稿詳細ここまで */
/* 当館についてページここから */
.page_mv {
    padding: 65px 0 40px;
}
.page_mv_inner {
    max-width: 1180px;
    width: 100%;
    margin: auto;
    border: 5px solid #133453;
    position: relative;
    background-color: #133453;
    border-radius: 30px;
}
.page_mv_text_container {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
}
.page_mv_inner img {
    border-radius: 25px;
    height: 250px;
    object-fit: cover;
}
.page_mv_sub_title,
.page_mv_main_title {
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}
.page_mv_sub_title {
    font-size: 24px;
    margin-bottom: 5px;
}
.page_mv_main_title {
    font-size: 64px;
}
@media screen and (max-width: 1250px){
    .page_mv {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 980px){
    .page_mv {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .page_mv_inner img {
        height: 200px;
    }
    .page_mv_sub_title {
        font-size: 20px;
    }
    .page_mv_main_title {
        font-size: 50px;
    }
}
@media screen and (max-width: 680px){
    .page_mv {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .page_mv_inner img {
        height: 150px;
    }
    .page_mv_sub_title {
        font-size: 18px;
    }
    .page_mv_main_title {
        font-size: 25px;
    }
}
/* 当館についてセクションここから */
.about_museum {
    padding: 65px 0 170px;
    background-color: #F8F3EE;
}
.about_museum .section_heading_h2 {
    max-width: 835px;
    margin-bottom: 45px;
}
.about_museum .karuta_text_medium {
    margin-bottom: 90px;
}
.about_museum_img_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 48px 0;
    max-width: 1180px;
    width: 100%;
    margin: auto;
    margin-bottom: 135px;
}
.about_museum_img {
    max-width: 275px;
    width: calc(100% / 4 - 30px);
}
.about_museum_img:nth-child(1),
.about_museum_img:nth-child(2),
.about_museum_img:nth-child(3) {
    max-width: 370px;
    width: calc(100% / 3 - 20px);
}
.about_museum_img:nth-child(4),
.about_museum_img:nth-child(5),
.about_museum_img:nth-child(6),
.about_museum_img:nth-child(7) {
    max-width: 275px;
    width: calc(100% / 4 - 25px);
}
.about_museum_img img {
    aspect-ratio: 4/3;
    border-radius: 30px;
}
@media screen and (max-width: 980px){
    .about_museum {
        padding: 60px 0 120px;
    }
    .about_museum .section_heading_h2 {
        margin-bottom: 30px;
        font-size: 22px;
    }
    .about_museum .karuta_text_medium {
        margin-bottom: 50px;
    }
    .about_museum_img_container {
        gap: 30px 0;
    }
    .about_museum_img:nth-child(1),
    .about_museum_img:nth-child(2),
    .about_museum_img:nth-child(3),
    .about_museum_img:nth-child(4),
    .about_museum_img:nth-child(5),
    .about_museum_img:nth-child(6),
    .about_museum_img:nth-child(7) {
        max-width: unset;
        width: calc(100% / 2 - 10px);
    }
}
@media screen and (max-width: 680px){
    .about_museum {
        padding: 50px 0 70px;
    }
    .about_museum .section_heading_h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .about_museum .karuta_text_medium {
        margin-bottom: 30px;
        line-height: 26px;
    }
    .about_museum_img_container {
        gap: 15px 0;
    }
}
/* 当館についてセクションここまで */
/* 常設展示セクションここから */
.permanent_exhibition {
    padding: 65px 0 125px;
    background-color: #FFF;
    border-radius: 50px;
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
.permanent_exhibition .section_title_container {
    margin-bottom: 75px;
}
.permanent_exhibition .karuta_text_medium {
    margin-bottom: 80px;
}
@media screen and (max-width: 980px){
    .permanent_exhibition {
        padding: 50px 0 65px;
    }
    .permanent_exhibition .section_title_container {
        margin-bottom: 45px;
    }
    .permanent_exhibition .karuta_text_medium {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 680px){
    .permanent_exhibition {
        padding: 50px 0;
    }
    .permanent_exhibition .section_title_container {
        margin-bottom: 20px;
    }
    .permanent_exhibition .karuta_text_medium {
        margin-bottom: 30px;
    }
}
/* 常設展示セクションここまで */
/* カルタックスおおむたについてここから */
.about_karutax_omuta {
    padding: 70px 0 100px;
    background-color: #F8F3EE;
}
.about_karutax_omuta .section_title_container {
    margin-bottom: 80px;
}

.about_karutax_omuta .karuta_text_medium p {
    margin-bottom: 90px
}
.about_karutax_omuta .karuta_text_medium_img {
    width: 100%;
}
.about_karutax_omuta .karuta_text_medium_img img {
    border-radius: 30px;
}
@media screen and (max-width: 980px){
    .about_karutax_omuta {
        padding: 60px 0 80px;
    }
    .about_karutax_omuta .section_title_container {
        margin-bottom: 60px;
    }
    .about_karutax_omuta .karuta_text_medium p {
        margin-bottom: 60px
    }
}
@media screen and (max-width: 680px){
    .about_karutax_omuta {
        padding: 50px 0;
    }
    .about_karutax_omuta .section_title_container {
        margin-bottom: 30px;
    }
    .about_karutax_omuta .karuta_text_medium p {
        margin-bottom: 30px
    }
}
/* カルタックスおおむたについてここまで */
/* その他の関連施設ここから */
.related_facilities {
    padding: 60px 0 160px;
    background-color: #FFF;
    width: 100%;
}
.related_facilities .section_inner {
    max-width: 1100px;
}
.related_facilities .section_title_container {
    margin-bottom: 60px;
}
.related_facilities_container {
    display: flex;
    justify-content: space-between;
}
.related_facilities_item {
    display: block;
    max-width: 496px;
    width: 45%;
    position: relative;
    border-radius: 15px;
    border: 5px solid #133453;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.related_facilities_item img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.related_facilities_item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .related_facilities_item:hover {
    opacity: 0.6;
  }
.facilities_item_text {
    position: absolute;
    top:50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  -webkit-transform: translate(-50%,-50%);/*ベンダープレフィックス*/
  transform: translate(-50%,-50%);/*センター寄せの修正*/
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 1150px){
    .related_facilities .section_inner {
        padding: 0 20px;
    }
}
@media screen and (max-width: 980px){
    .related_facilities {
        padding: 50px 0 100px;
    }
    .facilities_item_text {
        font-size: 24px;
    }
}
@media screen and (max-width: 680px){
    .related_facilities {
        padding: 50px 0;
    }
    .related_facilities .section_title_container {
        margin-bottom: 30px;
    }
    .related_facilities_container {
        flex-direction: column;
        gap: 30px;
    }
    .related_facilities_item {
        max-width: unset;
        width: 80%;
        margin: auto;
    }
    .facilities_item_text {
        font-size: 24px;
    }
    .about_museum_option {
        font-size: 14px;
    }
}
/* その他の関連施設ここまで */
/* 当館についてページここまで */
/* ご利用案内ページここから */
/* ご利用案内セクションここから */
.user_guide {
    padding: 110px 0 90px;
    background-color: #F8F3EE;
}
.user_guide .section_title_container {
    margin-bottom: 90px;
}
.user_guide .user_guide_container {
    max-width: 800px;
    width: 100%;
    margin: auto;
    border-radius: 30px;
    border: 3px solid #133453;
    border-collapse: separate;
    overflow: hidden;
}
.user_guide_container tr {
}
.user_guide_container tr:last-child th,
.user_guide_container tr:last-child td {
    border-bottom: none;
}
.user_guide_container th,
.user_guide_container td {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    padding: 25px 0 25px 43px ;
    border-bottom: 3px solid #133453;
}
.user_guide_container th {
    width: 205px;
    background-color: #E9DEB3;
    letter-spacing: 0.5em;
    vertical-align:middle
}
.user_guide .user_guide_container th {
    font-weight: bold;
}
.user_guide_container .user_guide_container_heading {
    display: flex;
    align-items: center;
}
.user_guide_container td {
    background-color: #FFF;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
@media screen and (max-width: 980px){
    .user_guide {
        padding: 80px 0 70px;
    }
    .user_guide .section_title_container {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 680px){
    .user_guide {
        padding: 50px 0;
    }
    .user_guide .section_title_container {
        margin-bottom: 30px;
    }
    .user_guide .user_guide_container {
        max-width: 450px;
    }
    .user_guide_container th,
    .user_guide_container td {
    }
    .user_guide_container th {
        width: 115px;
        letter-spacing: 0.1em;
        padding: 20px 25px;
        font-size: 14px;
    }
    .user_guide_container td {
        display: flex;
        align-items: center;
        padding-left: 20px;
        font-size: 12px;
    }
}
/* ご利用案内セクションここまで */
/* 館内のご利用にあたってここから */
.information {
    padding: 115px 0 105px;
    background-color: #fff;
    border-radius: 50px;
    width: 100%;
}
@media screen and (min-width: 1440px){
    .information {
        max-width: 1440px;
        width: 100%;
        margin: auto;
    }
}
.information .section_title_container {
    margin-bottom: 70px;
}
.information .karuta_text_medium {
    margin-bottom: 40px;
}
.information_2_floor_img {
    max-width: 575px;
    width: 100%;
    margin: auto;
    margin-bottom: 87px;
}
.information_2_floor_img a:hover {
    opacity: 0.6;
}
.information_2_floor_img img {
    border-radius: 20px;
}
.information_container {
    display: flex;
    justify-content: space-between;
    max-width: 840px;
    width: 100%;
    margin: auto;
    margin-bottom: 145px;
}
.information_text_container {
    width: 100%;
}
.information .section_heading_h3 {
    text-align: center;
    margin-bottom: 30px;
}
.information_img_container {
    max-width: 245px;
    width: 30%;
}
.information_img_elevator_container {
    max-width: 840px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.information_elevator_img_container {
    max-width: 245px;
    width: 30%;
}
.information_elevator_img {
    position: relative;
}
.information_elevator_img_container img {
    border-radius: 30px;
}
.information_1f_img {
    max-width: 505px;
    width: 70%;
}
.information_img_option {
    position: absolute;
    left: 11px;
    bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
}
@media screen and (max-width: 980px){
    .information {
        padding: 85px 0 80px;
    }
    .information .section_title_container {
        margin-bottom: 50px;
    }
    .information .karuta_text_medium {
        margin-bottom: 30px;
    }
    .information_2_floor_img {
        margin-bottom: 60px;
    }
    .information_container {
        margin-bottom: 100px;
    }
}
@media screen and (max-width: 680px){
    .information {
        padding: 50px 0;
    }
    .information .section_title_container {
        margin-bottom: 30px;
    }
    .information .karuta_text_medium {
        margin-bottom: 20px;
    }
    .information_2_floor_img {
        margin-bottom: 30px;
    }
    .information_container {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }
    .information_text_container,
    .information_img_container {
        max-width: unset;
        width: 100%;
    }
    .information_img {
        max-width: 245px;
        width: 80%;
        margin: auto;
    }
    .information_img_elevator_container {
        flex-direction: column;
    }
    .information_elevator_img_container {
        max-width: unset;
        width: 50%;
        margin: auto;
    }
    .information_1f_img {
        max-width: unset;
        width: 100%;
        margin: auto;
    }
}
/* 館内のご利用にあたってここまで */
/* その他注意事項ここから */
.other_notes {
    padding: 125px 0 140px;
}
.other_notes .section_title_container {
    margin-bottom: 115px;
}
.other_notes_container {
    background-color: #FFF;
    padding: 48px 55px;
    border-radius: 30px;
    max-width: 800px;
    width: 100%;
    margin: auto;
}
.other_notes .other_notes_list {
    padding: 0;
}
.other_notes_list .other_notes_item {
    position: relative;
    padding-left: 45px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
    margin: 0;
    margin-bottom: 40px;
}
.other_notes_list .other_notes_item:last-child {
    margin-bottom: 0;
}
.other_notes_list .other_notes_item a {
    text-decoration: underline;
}
.other_notes_list .other_notes_item::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #133453;
    border-radius: 50%;
}
@media screen and (max-width: 980px){
    .other_notes {
        padding: 80px 0 70px;
    }
    .other_notes .section_title_container {
        margin-bottom: 80px;
    }
    .other_notes_container {
        padding: 30px;
    }
}
@media screen and (max-width: 680px){
    .other_notes {
        padding: 50px 0 70px;
    }
    .other_notes .section_title_container {
        margin-bottom: 50px;
    }
    .other_notes_container {
        padding: 25px;
    }
    .other_notes_list .other_notes_item {
        font-size: 16px;
        padding-left: 30px;
        margin-bottom: 20px;
    }
    .other_notes_list .other_notes_item::before {
        width: 15px;
        height: 15px;
    }
}
/* その他注意事項ここまで */
/* ご利用案内ページここまで */
/* カルタと大牟田の歴史ページここから */
.karuta_history_intro {
    padding: 40px 0 80px;
    background-color: #F8F3EE;
}
@media screen and (max-width: 980px){
    .karuta_history_intro {
        padding: 50px 0;
    }
}
@media screen and (max-width: 680px){
    .karuta_history_intro {
        padding: 30px 0;
    }
}
/* カルタの歴史セクションここから */
.history_of_karuta {
    padding: 90px 0 135px;
    background-color: #FFF;
    border-radius: 30px;
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
.history_of_karuta .section_inner {
    max-width: 800px;
}
.history_of_karuta .section_title_container {
    margin-bottom: 95px;
}
.history_of_karuta .section_heading_h3 {
    margin-bottom: 18px;
}
.history_of_karuta .karuta_text_medium {
    margin-bottom: 50px;
}
.history_of_karuta_img_container {
    max-width: 800px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.history_of_karuta .single {
    justify-content: center;
}
.history_of_karuta .single .history_of_karuta_img {
    max-width: 420px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.history_of_karuta .single .history_of_karuta_img img {
    max-width: 370px;

}
.history_of_karuta_img {
    max-width: 370px;
    width: calc(100% / 2 - 30px);
}
.history_of_karuta_img img {
    border-radius: 30px;
    margin-bottom: 10px;
}
.history_of_karuta_img .karuta_text_medium {
    text-align: center;
}
@media screen and (max-width: 980px){
    .history_of_karuta {
        padding: 70px 0 95px;
    }
    .history_of_karuta .section_title_container {
        margin-bottom: 80px;
    }
    .history_of_karuta .section_heading_h3 {
        margin-bottom: 18px;
        padding: 0;
    }
    .history_of_karuta .karuta_text_medium {
        margin-bottom: 30px;
        padding: 0;
    }
    .history_of_karuta_img_container {
        margin-bottom: 50px;
    }
    .history_of_karuta_img {
        width: calc(100% / 2 - 10px);
    }
}
@media screen and (max-width: 850px){
    .history_of_karuta .section_inner {
        padding: 0 20px;
    }
}
@media screen and (max-width: 680px){
    .history_of_karuta {
        padding: 50px 0 70px;
    }
    .history_of_karuta .section_title_container {
        margin-bottom: 50px;
    }
    .history_of_karuta .section_heading_h3 {
        margin-bottom: 10px;
    }
    .history_of_karuta .karuta_text_medium {
        margin-bottom: 20px;
    }
    .history_of_karuta_img_container {
        margin-bottom: 30px;
        flex-wrap: wrap;
        gap: 15px;
    }
    .history_of_karuta_img {
        max-width: unset;
        width: 80%;
        margin: auto;
    }
}
/* カルタの歴史セクションここまで */
.history_of_omuta {
    background-color: #F8F3EE;
}
/* カルタと大牟田の歴史ページここまで */
/* 普及活動ここから */
.promotion_activities {
    padding: 80px 0 210px;
}
.promotion_activities_area {
    margin-top: 90px;
}
.promotion_activities_container {
    border: 15px solid;
    border-radius: 20px;
    background-color: #fff;
    max-width: 900px;
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
}
.lending {
    border-color: #133453!important;
}
.lecture {
    border-color: #B18B30!important;
}
.room {
    border-color: #133453!important;
}
.fair {
    border-color: #974B62!important;
}
.tournament {
    border-color: #426D69!important;
}
.promotion_activities_box {
    max-width: 745px;
    width: 100%;
    margin: auto;
    padding: 80px 0 70px;
}
.promotion_activities_title_container {
    line-height: 1.4;
    padding-left: 110px;
    position: relative;
    color: #000;
    margin-bottom: 20px;
}
.lending .promotion_activities_title_container {
    margin-bottom: 50px;
}
.promotion_head {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.promotion_head p {
    font-size: 64px;
    font-weight: 900;
    line-height: 1.3;
    color: #000;
    border: 5px solid #000;
    border-radius: 50%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.promotion_activities_title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.7em;
    color: #000;
}
.promotion_activities_text_container {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 980px){
    .promotion_activities {
        padding: 70px 0 150px;
    }
    .promotion_activities_area {
        margin-top: 70px;
    }
    .promotion_activities_container {
        border: solid 12px;
    }
    .promotion_activities_box {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .promotion_activities_title_container {
        padding-left: 100px;
    }
    .promotion_head {
        width: 80px;
        height: 80px;
    }
    .promotion_head p {
        font-size: 40px;
        line-height: 1.6;
    }
    .promotion_activities_title {
        font-size: 30px;
        letter-spacing: 0.2em;
    }
    .promotion_activities_box {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 680px){
    .promotion_activities {
        padding: 50px 0 100px;
    }
    .promotion_activities_area {
        margin-top: 50px;
    }
    .promotion_activities_container {
        border: solid 8px;
    }
    .promotion_activities_box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .promotion_activities_title_container {
        padding-left: 65px;
    }
    .promotion_head {
        width: 60px;
        height: 60px;
    }
    .promotion_head p {
        font-size: 30px;
    }
    .promotion_activities_title {
        font-size: 25px;
    }
}
/* カルタの貸出ここから */
.lending .promotion_activities_box {
    padding-top: 40px;
}
.lending .promotion_activities_title {
    letter-spacing: 0.2em;
    padding-top: 20px;
}
.lending .karuta_text_medium {
    max-width: 450px;
    width: 60%;
    margin: 0;
}
.lending .promotion_activities_text_img {
    max-width: 337px;
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.lending .promotion_activities_text_img img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto!important;
}
@media screen and (max-width: 980px){
    .lending .promotion_activities_title {
        padding-top: 20px;
    }
    .lending .karuta_text_medium {
        padding: 0;
    }
}
@media screen and (max-width: 680px){
    .lending .promotion_activities_box {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .lending .promotion_activities_text_container {
        flex-direction: column;
    }
    .lending .promotion_activities_title_container {
        margin-bottom: 30px;
    }
    .lending .promotion_activities_title {
        padding-top: 13px;
    }
    .lending .karuta_text_medium {
        max-width: unset;
        width: 100%;
        margin-bottom: 20px;
    }
    .lending .promotion_activities_text_img {
        max-width: unset;
        width: 80%;
        margin: auto;
        position: static;
    }
    .lending .promotion_activities_text_img img {
        position: static;
    }
}
/* カルタの貸出ここまで */
/* 出張カルタここから */
.lecture .promotion_activities_box {
    display: flex;
    justify-content: space-between;
}
.lecture .promotion_activities_title_container {
    padding-left: 0;
    padding-top: 120px;
    margin-bottom: 0;
}
.lecture .promotion_activities_title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.4em;
    width: 100px;
    display: flex;
    align-items: center;
}
.lecture .promotion_activities_text_container {
    flex-direction: column;
    justify-content: space-between;
    max-width: 590px;
    width: 80%;
    gap: 80px;
}
.promotion_activities_text_img_container {
    display: flex;
    justify-content: space-between;
    gap: 0 18px;
}
@media screen and (max-width: 980px){
    .lecture .promotion_activities_box {
        gap: 20px;
    }
    .lecture .promotion_activities_title_container {
        padding-top: 100px;
    }
    .lecture .promotion_activities_title {
        width: 80px;
    }
    .lecture .promotion_activities_text_container {
        gap: 50px;
    }
    .lecture .karuta_text_medium {
        padding: 0;
    }
}
@media screen and (max-width: 680px){
    .lecture .promotion_activities_title_container {
        padding-top: 80px;
    }
    .lecture .promotion_activities_title {
        width: 60px;
    }
    .lecture .promotion_activities_text_container {
        gap: 30px;
    }
}
/* 出張カルタここまで */
/* プレイングルームここから */
.room .promotion_activities_box {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}
.room .promotion_activities_title {
    padding-top: 20px;
    letter-spacing: 0.05em;
}
.room .promotion_activities_text_container {
    flex-direction: column;
    margin-bottom: 30px;
}
.room .karuta_text_medium {
    margin-bottom: 20px;
}
.room .promotion_activities_text_img_container {
    max-width: 570px;
    width: 90%;
    margin: auto;
}
@media screen and (max-width: 980px){
    .room .karuta_text_medium {
        padding: 0;
    }
}
@media screen and (max-width: 680px){
    .room .promotion_activities_title {
        padding-top: 13px;
    }
}
/* プレイングルームここまで */
/* 市民カルタフェアここから */
.fair .promotion_activities_box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.fair .promotion_activities_title_container {
    padding-left: 0;
    padding-top: 120px;
    margin-bottom: 0;
}
.fair .promotion_activities_title {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.4em;
}
.fair .promotion_activities_text_container {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 590px;
    width: 80%;
}
.fair .karuta_text_medium {
    margin-bottom: 20px;
}
.fair_text_red {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #AF0505;
    margin-bottom: 5px;
}
.fair .promotion_activities_text_img {
    max-width: 305px;
    width: 100%;
}
@media screen and (max-width: 980px){
    .fair .promotion_activities_box {
        gap: 20px;
    }
    .fair .promotion_activities_title_container {
        padding-top: 100px;
    }
    .fair .promotion_activities_title {
        width: 80px;
    }
    .fair .karuta_text_medium {
        padding: 0;
    }
    .fair_text_red {
        font-size: 20px;
    }
}
@media screen and (max-width: 680px){
    .fair .promotion_activities_title_container {
        padding-top: 75px;
    }
    .fair .promotion_activities_title {
        width: 60px;
    }
}
/* 市民カルタフェアここまで */
/* 三池カルタ杯ここから */
.tournament .promotion_activities_title_container {
    margin-bottom: 50px;
}
.tournament .promotion_activities_box {
    padding-top: 55px;
}
.tournament .promotion_activities_title {
    letter-spacing: 0.2em;
    padding-top: 20px;
}
.tournament_sub_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.tournament .promotion_activities_text_container {
    margin-bottom: 30px;
}
.tournament_text_red {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: #AF0505;
    margin-bottom: 5px;
}
@media screen and (max-width: 980px){
    .tournament .promotion_activities_box {
        padding-top: 40px;
    }
    .tournament .karuta_text_medium {
        padding: 0;
    }
    .tournament .promotion_activities_title_container {
        margin-bottom: 30px;
    }
    .tournament_text_red {
        font-size: 20px;
    }

}
@media screen and (max-width: 680px){
    .tournament .promotion_activities_box {
        padding-top: 30px;
    }
    .tournament .promotion_activities_title {
        padding-top: 13px;
    }
    .tournament .promotion_activities_title_container {
        margin-bottom: 20px;
    }
    .tournament_sub_title {
        margin-bottom: 20px;
    }
}
/* 三池カルタ杯ここまで */
/* 普及活動ここまで */
/* ショップページここから */
/* 注文方法ここから */
.how_to_apply {
    padding: 80px 0 70px;
}
.how_to_apply .section_inner {
    max-width: 800px;
}
.how_to_apply .intro {
    margin-bottom: 55px;
}
.how_to_apply_container {
    background-color: #FFF;
    border-radius: 30px;
    padding: 40px 0 70px;
}
.how_to_apply .section_heading_h3 {
    text-align: center;
    margin-bottom: 35px;
    color: #133453;
}

.how_to_apply_text_container {
    max-width: 705px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 45px;
}
.how_to_apply_text_container:last-child {
    margin-bottom: 0;
}
.how_to_apply_text_head {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #133453;
    display: flex;
    justify-content: center;
    align-items: center;
}
.how_to_apply_text_head p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFF;
}
.how_to_apply_text_container .karuta_text_medium {
    max-width: 615px;
    width: 90%;
}
@media screen and (max-width: 720px){
    .how_to_apply_text_container .karuta_text_medium {
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 680px){
    .how_to_apply_container {
        padding: 30px 0 40px;
    }
    .how_to_apply_text_head {
        width: 40px;
        height: 40px;
        padding-bottom: 2px;
    }
    .how_to_apply_text_head p {
        font-size: 16px;
    }
}
/* 注文方法ここまで */
/* 商品ここから */
.products {
    padding: 95px 0 175px;
    background-color: #FFF;
    border-radius: 30px;
}
.products .section_inner {
    max-width: 980px;
}
.products .section_title_container {
    margin-bottom: 100px;
}
.products .swell-block-accordion {
    margin-bottom: 30px;
}
.products .swell-block-accordion__title .swell-block-accordion__label {
    padding: 0;
}
.products .swell-block-accordion__title .swell-block-accordion__label span {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    color: #FFF;
}
.products .swell-block-accordion__title .swell-block-accordion__label .swell-block-accordion__label_sub_text {
    font-size: 20px;
}
.product_item_inner {
    max-width: 830px;
    width: 100%;
    margin: auto;
}
.products .swell-block-accordion__body {
    background-color: #F8F3EE;
}
.swell-block-accordion__body .product_item_inner {
    padding: 70px 0;
}
.product_item_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
.products .wp-block-columns .product_item_img_bg,
.products .wp-block-columns .product_item_text_container {
    flex-basis: unset;
    flex-grow: unset;
}
.product_item_img_bg {
    width: 380px;
    height: 250px;
    border-radius: 20px;
    aspect-ratio: 38/25;
}
.product_item_text_container {
    max-width: 407px;
    width: 50%;
}
.products .section_heading_h4 {
    margin-bottom: 15px;
}
.products .karuta_text_medium {
    margin-bottom: 35px;
    padding: 0;
}
.products .karuta_text_medium span {
    color: #DC4646;
}
.product_item_price_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    margin-bottom: 10px;
}
.product_item_price {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
}
.product_item_price span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    padding-left: 5px;
}
.product_item_price .goods_status {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #AF0505;
    letter-spacing: 0.1em;
}
.product_item_none .product_item_inner {
    padding: 30px 0;
}
.product_item_none {
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 980px){
    .products {
        padding: 60px 0 120px;
    }
    .products .section_title_container {
        margin-bottom: 80px;
    }
    .products .swell-block-accordion__title .swell-block-accordion__label span {
        font-size: 28px;
    }
    .product_item_inner {
        padding-left: 20px;
    }
    .swell-block-accordion__body .product_item_inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .product_item_container {
        gap: 30px;
    }
    .products .karuta_text_medium {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 680px){
    .products {
        padding: 50px 0 80px;
    }
    .products .section_title_container {
        margin-bottom: 50px;
    }
    .products .swell-block-accordion__title .swell-block-accordion__label span {
        font-size: 24px;
    }
    .swell-block-accordion__body .product_item_inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .product_item_container {
        flex-direction: column;
        gap: 20px;
    }
    .product_item_img_bg {
        width: 80%;
        height: auto;
        margin: auto;
    }
    .product_item_text_container {
        max-width: unset;
        width: 100%;
    }
    .products .karuta_text_medium {
        margin-bottom: 15px;
    }
    .product_item_price {
        font-size: 28px;
    }
    .product_item_price_text {
        margin-bottom: 5px;
    }
}
/* 商品ここまで */
/* ショップページここまで */
/* よくあるご質問ここから */
.faq_page_title {
    padding-top: 60px;
}
.faq_container {
    max-width: 980px;
    width: 100%;
    margin: auto;
    padding-bottom: 230px;
}
.faq_item_inner {
    max-width: 840px;
    width: 100%;
    margin: auto;
}
.swell-block-accordion__item {
    margin-bottom: 50px;
}
.swell-block-accordion__item:last-child {
    margin-bottom: 0;
}
.swell-block-accordion__item .swell-block-accordion__title {
    background-color: #133453;
    border-radius: 20px;
    position: relative;
}
.faq_container .swell-block-accordion__body {
    background-color: #FFF;
    padding: 30px 0;
}
.is-opened .swell-block-accordion__title {
    border-radius: 20px 20px 0px 0px;
}
.swell-block-accordion__title {
    padding: 25px 0;

}
.swell-block-accordion__title .swell-block-accordion__label {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #FFF;
}
.faq_container .swell-block-accordion__title .swell-block-accordion__label {
    position: relative;
    padding-left: 40px;
    padding-right: 5px;
    font-size: 20px;
}
.faq_container .swell-block-accordion__title .swell-block-accordion__label::before {
    position: absolute;
    left: 0;
    top: -5px;
    bottom: 0;
    margin: auto;
    height: 30px;
    content: " Q";
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}
.swell-block-accordion__icon {
    right: 1em;
    top: 0;
    bottom: 0;
    width: 40px;
}
.icon-plus:before,
.icon-minus:before {
    color: #FFF;
    font-size: 40px;
}
.swell-block-accordion__body {
    border-radius: 0 0 20px 20px;
    border: 2px solid #133453;
    padding: 10px 0 15px;
}
.karuta_text_medium a {
    color: #133453;
    text-decoration: underline;
}
.faq_container .faq_text_list {
    padding-left: 0;
}
.faq_text_list  li{
    font-size: 16px;
    font-weight: 400;
    text-indent: -1.5em;
    padding-left: 2em;
}
@media screen and (max-width: 1100px){
    .faq_item_inner {
        padding: 0 20px;
    }
}
@media screen and (max-width: 680px){
    .faq_container .swell-block-accordion__title .swell-block-accordion__label {
        font-size: 18px;
    }
    .swell-block-accordion__icon {
        width: 30px;
    }
    .icon-plus:before, .icon-minus:before {
        font-size: 30px;
    }
}
/* よくあるご質問ここまで */
/* 各種申し込みについてここから */
.various_applications {
    padding: 80px 0 120px;
}
.various_applications .section_inner {
    max-width: 800px;
}
.various_applications .section_title_container {
    margin-bottom: 85px;
}
.various_applications .section_heading_h3 {
    text-align: center;
    margin-bottom: 50px;
}
.various_applications .section_heading_h4 {
    margin-bottom: 70px;
    color: #000;
}
.various_applications .section_heading_h4 span {
    color: #AF0505;
}
.various_applications_text_container .section_heading_h4 {
    margin-bottom: 0;
    color: #133453;
}
.various_applications .how_to_apply_text_container {
    margin-bottom: 80px;
}
.required_information_num .how_to_apply_text_container {
    margin-bottom: 36px;
}
.required_information_num .how_to_apply_text_container:last-child {
    margin-bottom: 0;
}
.various_applications .how_to_apply_container_title {
    margin-bottom: 80px;
    text-align: center;
}
.how_to_apply_text_box {
    margin-bottom: 90px;
}
.various_applications_text_container {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 90%;
    max-width: 620px;
    padding-top: 10px;
}
.various_applications_text_container .karuta_text_medium {
    max-width: unset;
    width: 100%;
}
.various_applications_text_container .karuta_text_medium a {
    color: #AF0505;
    font-weight: bold;
    text-decoration: underline;
}
.various_applications_sp_container {
    display: none;
}
@media screen and (max-width: 980px){
    .various_applications {
        padding: 60px 0 80px;
    }
    .various_applications .section_heading_h4,
    .various_applications .section_title_container {
        margin-bottom: 50px;
    }
    .various_applications .section_heading_h3 {
        padding: 0;
    }
    .various_applications .how_to_apply_container_title {
        margin-bottom: 50px;
    }
    .various_applications .how_to_apply_text_container {
        padding: 0;
    }
    .how_to_apply_text_box {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 680px){
    .various_applications .section_heading_h4,
    .various_applications .section_title_container {
        margin-bottom: 30px;
    }
    .various_applications_sp_container {
        width: 100%;
        margin-bottom: 40px;
        display: block;
    }
    .various_applications_sp_container .required_information_container {
        padding: 30px 0;
    }
    .various_applications_title_sp_container {
        display: flex;
        gap: 20px;
        align-items: center;
        margin-bottom: 20px;
    }
    .various_applications_sp_title {
        max-width: 620px;
        color: #133453;
    }
    .various_applications_sp_text {
        width: 100%;
    }
    .various_applications_sp_container .various_applications_sp_title {
        margin-bottom: 30px;
        color: #133453;
    }
    .various_applications_sp_container .more_btn {
        width: 90%;
    }
    .various_applications_sp_container .more_btn_link {
        padding: 12px 0;
    }
    .various_applications_sp_container .more_btn_link p {
        font-size: 16px;
        color: #fff;
    }
    .various_applications_sp_text .karuta_text_medium a {
        color: #AF0505;
        font-weight: bold;
        text-decoration: underline;
    }
    .various_applications {
        padding: 50px 0;
    }
    .various_applications .how_to_apply_container_title {
        margin-bottom: 30px;
    }
    .how_to_apply_text_box {
        margin-bottom: 50px;
    }
}
/* 必要事項ここから */
.required_information_container {
    background-color: #EEE5C1;
    max-width: 705px;
    width: 100%;
    margin: auto;
    padding: 60px 0 65px;
    border-radius: 10px;
    margin-top: 20px;
}
.required_information_inner {
    max-width: 555px;
    width: 100%;
    margin: auto;
}
.required_information_container .required_information_title {
    color: #AF0505;
    text-align: center;
    margin-bottom: 60px;
}
.required_information_num {
    margin-bottom: 95px;
}
.various_applications_text_container .karuta_text_medium {
    max-width: unset;
    width: 100%;
}
.required_information_container .section_heading_h4 {
    margin-bottom: 40px;
}
.required_information_num .section_heading_h4 {
    width: 90%;
    max-width: 490px;
    padding-top: 5px;
}
.required_information_num .section_heading_h4 span {
    font-size: 20px;
}
.apply_more_brn_container {
    display: flex;
    justify-content: space-between;
    margin-top: 43px;
}
.apply_more_brn_container .more_btn {
    width: 50%;
    max-width: 300px;
    margin: auto;
    gap: 20px;
}
.apply_more_brn_container.paper .more_btn {
    max-width: 450px;
    width: 100%;
}
.apply_more_brn_container.single {
    justify-content: center;
}
.required_information_text_inner {
    max-width: 705px;
    width: 100%;
    margin: auto;
}
.required_information_text_inner .section_heading_h4 {
    margin-bottom: 90px;
}
#hituyou_jikou .required_information_num .section_heading_h4 {
    color: #133453;
}
.required_information_text_inner .section_heading_h4 span {
    color: #AF0505;
}
.tel_number {
    font-weight: bold;
    text-decoration: underline;
}
@media screen and (max-width: 980px){
    #hituyou_jikou .required_information_num .section_heading_h4 {
        padding-top: 15px;
    }
    .required_information_num .section_heading_h4 span {
        font-size: 16px;
    }
    .required_information_num {
        margin-bottom: 50px;
    }
    .required_information_num .how_to_apply_text_container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .apply_more_brn_container {
        margin-top: 30px;
    }
    .apply_more_brn_container .more_btn {
        width: 100%;
    }
}
@media screen and (max-width: 850px){
    .how_to_apply_container,
    .required_information_container .section_heading_h4,
    .apply_more_brn_container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .various_applications_text_container .karuta_text_medium {
        padding-left: 0;
    }
    .required_information_text_inner .section_heading_h4 {
        margin-bottom: 60px;
    }
    .required_information_num .section_heading_h4 {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 680px){
    .required_information_container {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .required_information_container .required_information_title {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .various_applications .how_to_apply_text_container {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }
    #hituyou_jikou .required_information_num .how_to_apply_text_container {
        flex-direction: unset;
        gap: 15px;
    }
    #hituyou_jikou .required_information_num .section_heading_h4 {
        width: calc(100% - 55px);
        padding-top: 7px;
        font-size: 14px;
    }
    #hituyou_jikou .required_information_num .how_to_apply_text_head {
        width: 35px;
        height: 35px;
    }
    .various_applications_text_container {
        width: 100%;
    }
    .required_information_num {
        margin-bottom: 30px;
    }
    .required_information_num .section_heading_h4 span {
        font-size: 14px;
    }
    .required_information_text_inner .section_heading_h4 {
        margin-bottom: 30px;
    }
    .apply_more_brn_container {
        margin-top: 20px;
    }
    .apply_more_brn_container.link {
        flex-direction: column;
        gap: 10px;
    }
    .apply_more_brn_container.link .more_btn {
        width: 100%;
        max-width: unset;
    }

}
/* 必要事項ここまで */
/* 各種申し込みについてここまで */
/* 定期講座ここから */
.regular_course {
    padding: 60px 0 70px;
    background-color: #FFF;
    border-radius: 30px;
    max-width: 1440px;
    width: 100%;
    margin: auto;
}
.regular_course .section_inner,
.regular_course_inner {
    max-width: 850px;
    width: 100%;
    margin: auto;
}
.regular_course_container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 45px;
    margin-top: 50px;
}
.regular_course_item {
    max-width: 410px;
    width: 50%;
}
.course_genji {
    background-image: url("/wp-content/uploads/2024/02/course_bg_genji.png");
}
.course_kobun {
    background-image: url("/wp-content/uploads/2024/02/course_bg_kobun.png");
}
.regular_course_item_container {
    height: 310px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.regular_course_item_container_inner {
    max-width: 315px;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 30px 0 20px;
}
.regular_course_item .section_heading_h6 {
    text-align: center;
    margin-bottom: 20px;
}
.regular_course_item .section_heading_h3 {
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}
.regular_course .karuta_text_medium {
    max-width: unset;
}
.regular_course_table {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
    width: auto;
    margin-bottom: 16px;
}
.course_kobun .regular_course_table {
    margin-bottom: 36px;
}

.course_kobun_table {
    height: 210px;
    display: flex;
    align-items: center;
}
.regular_course_table th {
    width: 65px;
}
.regular_course_table th,
.regular_course_table td {
    border: none;
    background-color: transparent;
    padding: 0;
    margin-bottom: 10px;
}
.regular_course_table td {
    
}
.regular_course_item_text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #AF0505;
    text-align: center;
}
.regular_course_text_table {
    margin-top: 30px;
    margin-bottom: 50px;
}
.regular_course_text_table th,
.regular_course_text_table td {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.1em;
    padding: 0;
    background-color: transparent;
    border: none;
}
.regular_course_text_table th {
    width: 240px;
}
.regular_course_text_table td a {
    text-decoration: underline;
}
.regular_course .apply_more_brn_container {
    display: block;
}
@media screen and (max-width: 1250px){
    .regular_course .section_inner {
        padding: 0;
    }
}
@media screen and (max-width: 980px){
    .regular_course .section_inner,
    .regular_course_inner {
        padding: 0 20px;
    }
}
@media screen and (max-width: 850px){
    .regular_course_container {
        flex-direction: column;
        height: unset;
    }
    .regular_course_item {
        width: 100%;
        margin: auto;
    }
    .regular_course .karuta_text_medium {
        padding: 0;
    }
}
@media screen and (max-width: 680px){
    .regular_course {
        padding: 50px 0 ;
    }
    .regular_course_container {
        margin-top: 30px;
        margin-bottom: 30px;
        gap: 30px;
    }
    .regular_course_item_container_inner {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 350px;
        justify-content: space-between;
    }
    .regular_course_text_table th,
    .regular_course_text_table td {
        display: block;
        width: 100%;
    }
}
/* 定期講座ここまで */
/* 団体観覧ここから */
.group_viewing {
    padding: 130px 0 135px;
    background-color: #fff;
    max-width: 1440px;
    width: 100%;
    margin: auto;
    border-radius: 30px;
}
.group_viewing .section_inner {
    max-width: 1050px;
}
.group_viewing .section_title_container {
    margin-bottom: 80px;
}
.group_viewing .required_information_num {
    margin-top: 50px;
    margin-bottom: 50px;
}
.group_viewing .required_information_num .section_heading_h4 {
    max-width: unset;
}
.group_viewing .how_to_apply_text_container {
    justify-content: left;
    gap: 15px;
    max-width: 950px;
    margin-bottom: 55px;
    padding-left: 35px;
}
.group_viewing_text_container {
    width: 90%;
}
.group_viewing .apply_more_brn_container {
    margin-bottom: 60px;
}
.group_viewing .c_red {
    margin-bottom: 20px;
}
.group_viewing .tx_center {
    margin-bottom: 20px;
}
.group_viewing .karuta_text_medium {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
}
.group_viewing .karuta_text_medium.tx_center {
    font-weight: bold;
}
.group_viewing_img {
    max-width: 685px;
    width: 90%;
    margin-bottom: 60px;
}
.group_viewing .apply_more_brn_container {
    gap: 15px;
}
.group_viewing .more_btn_link {
    max-width: 300px;
}
@media screen and (max-width: 980px){
    .group_viewing {
        padding: 80px 0 100px;
    }
    .group_viewing .section_title_container {
        margin-bottom: 50px;
    }
    .group_viewing .how_to_apply_text_container,
    .group_viewing .apply_more_brn_container {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 680px){
    .group_viewing {
        padding: 50px 0 80px;
    }
    .group_viewing .section_title_container {
        margin-bottom: 30px;
    }
    .group_viewing .required_information_num {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .group_viewing .required_information_num .how_to_apply_text_container:last-child {
        flex-direction: column;
    }
    .group_viewing_text_container {
        width: 100%;
    }
    .group_viewing .group_viewing_text_container .section_heading_h4,
    .group_viewing .karuta_text_medium,
    .group_viewing_img {
        width: 100%;
    }

    .group_viewing .how_to_apply_text_container {
        margin-bottom: 20px;
        padding: 0;
    }
    .group_viewing .apply_more_brn_container {
        flex-direction: column;
        margin-bottom: 20px;
    }

}
/* 団体観覧ここまで */
/* 各種申込書類ダウンロードここから */
.download {
    padding: 100px 0 150px;
}
.download .section_inner {
    max-width: 800px;
}
.download .section_title_container {
    margin-bottom: 75px;
}
.download .tx_center {
    margin-bottom: 70px;
}
.download_container {

}
.download_box {
    background-color: #EEE5C1;
    border: 3px solid #133453;
    border-radius: 15px;
    padding: 35px 40px;
    margin-bottom: 20px;
}
.download_box .karuta_text_medium {
    margin-bottom: 30px;
}
.download_box .karuta_text_medium span {
    font-weight: bold;
    font-size: 18px;
}
.download_box_btn_container {
    display: flex;
    gap: 35px;
}
.download_box_btn {
    width: 100%;
    max-width: 128px;
}
.download_box_btn_link {
    background-color: #FFF;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 5px 10px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.download_box_btn_link p {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    z-index: 1;
}
.download_box_btn_link:hover p {
    color: #FFF;
}
.download_box_btn_link::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #133453;
    content: '';
    transition: width .3s ease;
    z-index: 1;
}

.download_box_btn_link:hover::before {
    width: 100%;
}
@media screen and (max-width: 980px){
    .download {
        padding: 80px 0 70px;
    }
    .download .section_title_container {
        margin-bottom: 45px;
    }
    .download .tx_center {
        margin-bottom: 35px;
    }
    .download_box {
        padding: 25px 30px;
    }
    .download_box .karuta_text_medium {
        padding: 0;
    }
}
@media screen and (max-width: 680px){
    .download {
        padding: 50px 0;
    }
    .download .section_title_container {
        margin-bottom: 30px;
    }
    .download .tx_center {
        margin-bottom: 20px;
    }
    .download_box {
        padding: 20px;
    }
    .download_box_btn_container {
        gap: 20px;
    }
    .download_box .karuta_text_medium {
        margin-bottom: 22px;
    }
}
/* 各種申込書類ダウンロードここまで */
/* その他お問い合わせここから */
.others_contact {
    padding: 95px 0 45px;
}
.others_contact .section_inner {
    max-width: 800px;
}
.others_contact .user_guide_container {
    max-width: 800px;
    width: 100%;
    margin: auto;
    border-radius: 30px;
    border: 3px solid #133453;
    border-collapse: separate;
    overflow: hidden;
    margin-bottom: 65px;
}
.others_contact .user_guide_container a {
    color: #133453;
}
.others_contact .user_guide_container th {
    width: 215px;
}
.others_contact .user_guide_container tr:last-child th {
    letter-spacing: 0.2em;
}
.others_contact_btn {
    text-align: center;
    max-width: 300px;
    margin: auto;
}
.others_contact_btn_link {
    background-color: #133453;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 25px 0;
    width: 100%;
    display: block;
}
.others_contact_btn_link:hover {
    background-color: #FFF;
}
.others_contact_btn_link p {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.1em;
    text-align: center;
}
.others_contact_btn_link:hover p {
    color: #133453;
}
.others_contact_btn_link::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #FFF;
    content: '';
    transition: width .3s ease;
    z-index: 1;
}
@media screen and (max-width: 980px){
    .others_contact {
        padding: 75px 0 45px;
    }
    .others_contact .user_guide_container {
        margin-bottom: 50px;
    }
    .others_contact_btn_link {
        padding: 18px 0;
    }
    .others_contact_btn_link p {
        font-size: 16px;
    }
}
@media screen and (max-width: 680px){
    .others_contact {
        padding: 50px 0;
    }
    .others_contact .user_guide_container {
        margin-bottom: 30px;
    }
    .others_contact .user_guide_container th {
        width: 150px;
        padding-right: 0;
    }
    .others_contact .user_guide_container td {
        padding-right: 20px;
        display: block;
    }
    .others_contact_btn_link {
        padding: 12px 0;
    }
}
/* その他お問い合わせここまで */
/* 指定管理者制度についてここから */
.manager_system {
    padding-top: 80px;
    padding-bottom: 150px;
}
.manager_system_container {
    max-width: 980px;
    width: 100%;
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}
.manager_system_title  {
    width: 100%;
    margin: auto;
    margin-bottom: 55px;
    font-weight: bold;
}
.manager_system_text_container {
    margin-bottom: 35px;
}
.manager_system_text {
    margin-bottom: 30px;
}
.manager_system_text p:first-child {
    font-weight: bold;
}
.manager_system_text p {
    margin-bottom: 15px;
}
.manager_system_text p:last-child {
    margin-bottom: 0;
}
.manager_system_text .manager_actio_link {
    padding-left: 0;
}
.manager_actio_link li {
    text-indent: -1em;
    padding-left: 1em;
}
.manager_actio_link li a {
    text-decoration: underline;
    color: #133453;
}
.manager_system_logo {
    max-width: 175px;
    width: 100%;
    margin: auto;
}
/* 指定管理者制度についてここまで */
/* お問い合わせ */
.contact_section {
    padding: 90px 0 180px;
}
.contact_section .section_inner {
    max-width: 800px;
}
.contact_text {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 75px;
}
.contact_tel_btn {
    text-align: center;
    margin-bottom: 120px;
}
.contact_tel_btn_link {
    max-width: 330px;
    width: 100%;
    position: relative;
    max-width: 330px;
    width: 100%;
    display: block;
    margin: auto;
    padding: 20px 0;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #133453;
    background-color: #133453;
}
.contact_tel_btn_link::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #fff;
    content: '';
    transition: width .3s ease;
    z-index: 1;
}
.contact_tel_btn_link:hover:before {
    width: 100%;
}
.contact_tel_btn_link p {
    position: relative;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    z-index: 1;
}
.contact_tel_btn_link:hover p {
    color: #133453;
}
.contact_tel_btn_link span {
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width: 980px){
    .contact_section {
        padding: 50px 0 120px;
    }
}
@media screen and (max-width: 850px){
    .contact_section .section_inner {
        padding: 0 20px;
    }
}
@media screen and (max-width: 680px){
    .contact_section {
        padding: 50px 0 80px;
    }
}
/* お問い合わせフォームここから */
.mb10 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.CF7_unreq {
    font-size: 14px;
    padding: 1px 5px;
    background: #bdbdbd;
    color: #fff;
    border-radius: 3px;
    margin-left: 1em;
}

.CF7_req {
    font-size: 12px;
    padding: 1px 5px;
    background: #cc0000;
    color: #fff;
    border-radius: 3px;
    margin-left: 1em;
}

.form_flex_box {
    display: flex;
    justify-content: space-between;
}
.form_text {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.1em;
}
.form_text span {
    display: inline-block;
}
.form_text a {
    text-decoration: underline;
}
.your-message textarea {
    width: 100%;
}

.form_title {
    font-size: 24px;
    color: #2752a2;
}

.form_sub_title {
    font-size: 16px;
    color: #e81818;
}

.form_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.form_flex_customer {
}

.form_flex_customer .form_flex_box {
    justify-content: unset;
}
.order_shop {
    justify-content: left;
    gap: 20px;
}

.form_flex_customer .form_inquiry .wpcf7-text,
.wpcf7-form-control-wrap textarea {
	background-color: #fff;
	width: 100%;
    padding-left: 10px;
}

.shop_form .wpcf7-form-control {
    border: 1px solid;
}
.koumoku_title,
.message_title {
    margin-bottom: 25px;
}
.your-koumoku .wpcf7-list-item {
    display: block;
    margin-bottom: 25px;
}
.acceptance {
    text-align: center;
    margin-bottom: 55px;
}
.your-koumoku input,
.acceptance input {
    appearance: auto;
}
input[type="checkbox"] {
    border: 2px solid red;
}

/* .your-koumoku input + span,
.acceptanc input + span {
    padding-left: 28px;
    display: inline-block;
    position: relative;
  } */
  /* チェックボックスの枠とチェックマークの共通書式 */
  /* .your-koumoku input + span::after,
  .your-koumoku input + span::before,
  .acceptanc input + span::after,
  .acceptanc input + span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
  } */
  /* チェックボックスの枠 */
  /* .your-koumoku input + span::before,
  .acceptanc input + span::before {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    height: 25px;
    width: 25px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  } */
  /* チェックマークにチェックが付いていない時 */
  /* .your-koumoku input + span::after,
  .acceptanc input + span::after {
    border: none;
    background-color: #005CC8;
    height: 12px;
    width: 12px;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  } */
  /* チェックマークにチェックが付いた時 */
  /* .your-koumoku input:checked + span::after,
  .acceptanc input:checked + span::after {
    display: block;
  } */
.wpcf7-submit:disabled {
    background-color: #999;
}
.form_btn_flex {
    width: 90%;
    display: flex;
    justify-content: space-around;
}
.wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.form_btn {
    text-align: center;
}

.form_btn input {
    max-width: 250px;
    width: 100%;
    display: inline-block;
    border: 1px solid #FF5555;
    background-color: #FF5555;
	padding: 10px;
    color: #fff;
    border-radius: 30px;
}
.form_flex_customer .form_inquiry .wpcf7-text {
    height: 38px;
}
.form_btn input:hover {
    background-color: #fff;
    color: #FF5555;
}
@media screen and (max-width: 980px) {
    .form_title {
        font-size: 20px;
    }

    .form_flex,
    .form_flex_customer {
        display: block;
    }

    .form_flex_box {
        justify-content: left;
    }
}


@media screen and (max-width: 680px) {
    .form_book_flex {
        display: block;
    }

    .form_flex_box {
        display: block;
        margin-bottom: 10px;
    }
}
