@charset "utf-8";

body {
    font-family: "Kaisei Tokumin", "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    background-color: #111;
    color: #fff;
}

.content {
    margin: 0;
    z-index: 2;
    position: relative;
}


p {
    font-family: "Kaisei Tokumin", "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(0.938rem, 0.877rem + 0.3vw, 1.25rem)
        /*16-20*/
    ;
    padding: 0.3em 0;
}

img {
    vertical-align: top;
    display: inline;
}

@font-face {
    font-family: "FAsolid";
    src: url("./fa-solid-900.woff") format("woff");
}

@font-face {
    font-family: "FAregular";
    src: url("./fa-regular-400.woff") format("woff");
}

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

.dbl {
    display: block;
}

.dib {
    display: inline-block;
}

.din {
    display: inline;
}

.dtb {
    display: table;
}

.right,
.right p {
    text-align: right;
}

.center,
.center p {
    text-align: center;
}

.under {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.small {
    font-size: 90%;
}

.small2 {
    font-size: 80%;
}

a[target="_blank"]::after {
    /*font-family: "FAsolid";
    font-weight: 900;
    content: "\f35d";
    display: inline-block;
    margin: 0 0 0 3px;
    color: #5b75b4;
    font-size: 11px;*/
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.img_left {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
}

.img_right {
    display: inline-block;
    float: right;
    margin: 0 0 30px 30px;
}

.img_top {
    margin-bottom: 30px;
}

.clear {
    clear: both;
}

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

.flex {
    display: flex;
    flex-flow: row wrap;
}

.flex_between {
    justify-content: space-between;
}

.flex_center {
    justify-content: center;
}

.flex_around {
    justify-content: space-around;
}

.flex_a_center {
    align-items: center;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.lineclamp2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lineclamp3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*基本スタイル
==================================================================================================================*/
/*基本文字サイズ&文字色*/
html {
    font-size: 16px;
}


/*下部に余白*/
.cap01 {
    font-size: 85%;
    display: block;
    line-height: 1.2;
}

/*リンク文字色*/
a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    opacity: 0.8;
}



/*off*/

/*テーブル*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

caption {
    text-align: left;
    font-weight: bold;
    color: #993300;
}

th,
td {
    border: #ccc 1px solid;
    padding: 10px 20px;
    font-size: 1rem;
    vertical-align: top;
}

thead th,
tfoot th {
    background-color: #fff;
    color: #333;
}

thead td,
tfoot td {
    background-color: #fff;
    color: #333;
}

tbody th {
    background-color: #e2f7f0;
    color: #333;
}

tbody td {
    background-color: #fff;
}



/*レイアウト共通*/
#container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inner {
    width: 94%;
    margin: 0 auto;
    max-width: 1300px;
}

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

.inner-section {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0;
}

.contents_btm01 {
    margin-bottom: 100px;
}

.contents_btm02 {
    margin-bottom: 80px;
}

.contents_btm03 {
    margin-bottom: 60px;
}

.contents_btm04 {
    margin-bottom: 40px;
}

.contents_btm05 {
    margin-bottom: 20px;
}

.contents_btm0 {
    margin-bottom: 0;
}

.p0 {
    padding: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.content section {
    padding: 3rem 0 0;
    width: 100%;
}

.sub_page .content section {
    width: 100%;
    padding: 1rem 0;
}

/*600px以上*/
@media (min-width: 600px) {
    .content section {
        padding: 5rem 0 0;
    }

    .sub_page .content section {
        padding: 4rem 0;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .content section {
        padding: 7rem 0 0;
    }

    .sub_page section {
        padding: 4rem 0 4rem;
        width: 100%;
    }
}




/*グローバルナビゲーション
==================================================================================================================*/
/*ヘッダー*/
.header {
    position: relative;
    z-index: 9999;
}

.header_logo {
    height: 80px;
    padding: 4px 0;
}

.header_logo h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header_logo h1 a {
    display: inline-block;
}

.header_logo h1 img {
    object-fit: contain;
    height: 60px;
    width: 100%;
}






.copy {
    font-size: 11px;
    color: #ffffff;
    text-align: center;
    padding: 1em 0;
    background-color: #C9161D;
}

/*グローバルメニュー*/
#gnav_wrap {
    display: block;
    transition: .5s ease-in-out;
    position: absolute;
    right: -100vw;
    z-index: 1000;
    overflow: auto;
}

.menu-is-open #gnav_wrap {
    position: fixed;
    z-index: 8888;
    right: 0;
    display: block;
    transition: .5s ease-in-out;
    float: none;
    width: 100%;
}

.nav_box {
    display: flex;
    justify-content: end;
    width: 100vw;
    flex-direction: column;
    align-items: end;
}

.header_nav_lang {
    width: fit-content;
    display: flex;
    gap: 1rem;
    justify-content: center;

}

.header_nav_lang .icon {
    width: 40px;
}

.hamMenu {
    display: block;
    width: 47px;
    height: 47px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2000;
    text-indent: -9999px;
    margin: 0;
    background: transparent linear-gradient(180deg, #C9161D 0%, #650B0F 100%) 0% 0% no-repeat padding-box;
}


.hamMenu span {
    display: block;
    position: absolute;
    width: 30px;
    height: 20px;
    background: #fff;
    border-top: 9px solid #a01217;
    border-bottom: 9px solid #870f14;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hamMenu span:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    top: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hamMenu span:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    background: #fff;
    bottom: -9px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.menu-is-open .hamMenu span {
    background: #1110;
}

.menu-is-open .hamMenu span:before {
    transform: rotate(-135deg);
    top: 0;
    right: 0;
}

.menu-is-open .hamMenu span {
    background: none;
    border-top: 9px solid #1110;
    border-bottom: 9px solid #1110;
}

.menu-is-open .hamMenu span:after {
    transform: rotate(135deg);
    bottom: 0;
    right: 0;
    width: 30px;
}

#gnav li {
    position: relative;
}

#gnav li a {
    transition-duration: .3s;

}


.nav_menu {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 3vh 0;
    align-items: first baseline;
    width: fit-content;
    padding: 1em 2em;
    border-radius: 3px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    margin: 0.3rem 7px 0 0;
    background: transparent linear-gradient(180deg, #C9161D 0%, #650B0F 100%) 0% 0% no-repeat padding-box;
}

#gnav li a {
    display: block;
    overflow: hidden;
    margin: 6px;
    color: #fff;
    width: 100%;
    text-align: left;
}

#gnav li a::before {
    content: "";
}

#gnav li {
    width: 100%;

}

#gnav li:not(:last-child) {
    border-bottom: dotted 1px;
}

#gnav li a {
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}



.menu-is-open .header .overlay {
    display: block;
}

/*600px以上*/
@media (min-width: 600px) {
    .header {}

    .hamMenu {
        background-color: #fff;
        top: 0.5rem;
        right: 1vw;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .content {
        margin: 0 0 0;
    }

    #gnav li:not(:last-child) {
        border-bottom: none;
    }

    .header_nav_lang {
        display: none;
    }



    .header {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: auto;
        padding: 1em 0;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .header_logo {
        height: unset;
        padding: unset;
        position: unset;
        width: 20%;
        text-align: center;
    }

    .header_logo h1 {
        position: unset;
        transform: unset;
    }

    .header_logo h1 img {
        object-fit: contain;
        height: 100%;
        width: 100%;
        max-height: 138px
    }

    .hamMenu {
        display: none;
    }

    #gnav_wrap {
        position: unset;
        margin: 0;
        width: 60%;
        display: flex;
        justify-content: flex-start;
        background: #00000000 linear-gradient(180deg, #c9161dc2 0%, #650b0fad 100%) 0% 0% no-repeat padding-box;
        border-radius: 5px;
        padding: 0 0.7em;
    }

    .nav_box {
        width: unset;
        display: unset;
    }

    .nav_menu {
        position: unset;
        display: flex;
        flex-direction: unset;
        gap: 0 0.6em;
        align-items: center;
        box-shadow: unset;
        padding: 0;
        justify-content: flex-end;
        width: auto;
        margin: 0;
        background: unset;
    }


    #gnav li {
        width: fit-content;
        border-bottom: unset;
    }

    #gnav li a {
        margin: 0.4em 0.4em;
        color: #fff;
        width: 100%;
        text-align: left;
    }

    .overlay {
        display: none;
    }

}

/*1100px以上*/
@media (min-width: 1100px) {
    #gnav_wrap {
        padding: 0 4%;
    }
}

/*1200px以上*/
@media (min-width: 1200px) {
    #gnav_wrap {
        width: fit-content;
        padding: 0 0.9em;
    }

    .header {
        justify-content: center;
        padding: 0 60px 0 0;
    }

    .nav_menu {
        justify-content: space-around;
    }
}

/*フッター*/

footer {
    background-color: #111;
    z-index: 2;
    position: relative;
}

.footer {
    width: 100%;
    color: #fff;
    padding: 3rem 0 0;
}

#page_top {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    display: none;
    right: 2%;
    bottom: 3em;
    background-color: #ffffffcf;
    border-radius: 50%;
}

#page_top.on {
    display: block;
}

#page_top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
}

.footer_info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer_info_list {
    border: solid 1px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.footer_info_list li {
    padding: 0.4em 0
}

.footer_info_list dl {}

.footer_info_list dt {}

.footer_info_list dd {
    margin: 0;
}

.map {}

.map iframe {
    height: 300px;
}

.lang_list {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin: 3rem 0;
}

.lang_list li {
    width: 30px;
}

.lang_list li a {}

.map iframe {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/*400px以上*/
@media (min-width: 400px) {
    .footer_info_list dl {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .footer_info_list dt {
        width: 4em;
    }

    .footer_info_list dd {
        width: calc(100% - 5rem);
    }

}

/*600px以上*/
@media (min-width: 600px) {
    .footer_info {
        flex-direction: unset;
        align-items: stretch;
        width: fit-content;
        margin: 0 auto;
    }

    .map iframe {
        height: 100%;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .footer_info {
        width: 100%;
        justify-content: center;
    }

    .footer_info_list {
        width: 50%;
        max-width: 400px;
    }

    .map {
        width: 50%;
    }


}

/***動き**********************************/

/*フェード*/
.fadein {
    display: block;
    transition: 2s;
    /*効果時間*/
    transition-timing-function: ease;
    /*開始と完了を滑らかにする*/
    transform: translateY(50px);
    /*下から表示させる*/
    opacity: 0;
    /*不透明度*/
}

.fadein.on {
    transform: none;
    /*active時に拡大解除*/
    opacity: 1;
    /*不透明度を元に戻す*/
}

/********サイト用追加****************************************************************************/
h2 {
    font-size: clamp(1.25rem, 0.889rem + 1.81vw, 3.125rem)
        /*20-50*/
    ;
    margin: 0 0 1em;
}

.bg_gray,
.bg_02 {
    background-color: #353432;
}

.bg_03 {
    background-color: #5c0303;
}

/***********/
.more_btn {

    margin: 3rem auto;
    width: fit-content;
}




.more_btn a {
    position: relative;
    border: solid 1px;
    padding: 0.6em 3em;
    border-radius: 2em;
    display: inline-block;
    background-color: #111;
}

.more_btn a:after {
    position: absolute;
    content: '';
    top: -23px;
    right: -12%;
    display: block;
    width: 31%;
    height: 4rem;
    background-image: url(../images/common/icon_tong.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.more_btn a:hover:after {
    transform: translateX(-10px);
    opacity: 1;
}

.btn_02 {}

.btn_02 a {}

.red a {
    background-color: #C9161D;
}

.green a {
    background-color: #117b19;
}

.red_mark {
    background: linear-gradient(transparent 63% 50%, #c9161db0 50%);
    display: inline-block;
    margin: 0 0.3em
}

/***********/
.icon_flame {
    position: relative;
    padding: 3.5rem 0 0;
}

.icon_flame:after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 2rem;
    height: 2.8rem;
    background-image: url(../images/common/flame.svg);
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
}

/****************/

.flex_area {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/*600px以上*/
@media (min-width: 600px) {
    .flex_area {
        flex-direction: unset;
        gap: 2rem;
    }

    .text_area {
        width: 50%;
    }

    .reverse {
        flex-direction: row-reverse;
    }

    .img_area {
        width: 45%;
    }

    .img_area img {
        aspect-ratio: 3 / 4;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .flex_area {
        align-items: center;
    }

    .img_area {
        width: 35%;
    }

    .text_area {
        width: 60%;
        max-width: 640px;
    }
}


/****sub*******************************/
.sub_page h1 {
    margin: 1.3em 0;
    font-size: clamp(1.25rem, 0.889rem + 1.81vw, 3.125rem);
    margin: 0px 0px 1em;
    text-align: center;
}

.sub_page .sub_main {}

.sub_page .sub_main img {
    object-fit: cover;
    height: 7rem;
    width: 100%;
}

.sub_page .main_title {
    text-align: center;
    margin: 0 0 2rem;
}

.sub_page .main_title .num {
    font-size: clamp(2.5rem, 1.175rem + 6.63vw, 9.375rem)
        /*40-150px*/
    ;
    color: #b29d5a;
    padding: 0 0.2em 0 0;

}

.sub_page .main_title h2 {
    font-size: clamp(1.25rem, 1.009rem + 1.2vw, 2.5rem)
        /*20-40*/
    ;
    margin: 0;
}

.sub_page .sub_title {
    font-size: clamp(1.125rem, 0.86rem + 1.33vw, 2.5rem)
        /*18-40*/
    ;
    padding: 0 0 0 3em;
    position: relative;
    margin: 0 0 1em;
    color: #b29d5a;
}

.sub_page .sub_title:before {
    content: "──";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}



/*600px以上*/
@media (min-width: 600px) {
    .sub_page .sub_main img {
        height: 9rem;
    }

    .sub_page .main_title {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/*900px以上*/
@media (min-width: 900px) {
    .sub_page .header {
        position: unset;
    }

    .sub_page .sub_main img {
        height: 12rem;
    }
}

/****投稿***************/
.type_list {}

.type_list .post_list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1rem;
}

.type_list .date {
    background-color: #c9161d;
    display: inline-block;
    padding: 0 0.6em;
    border-radius: 1em;
    line-height: 1.4;
}

.type_list .title {
    display: block;
    font-weight: 900;
}

.type_list .comment {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.6;
}

.kanren_area .thumb {
    display: none;
}

h3.kanren_tit {
    text-align: center;
}

.kanren_area ul.post_list {
    width: 90%;
    margin: 0 auto;
}

.kanren_area .comment .text {
    display: none;
}

.kanren_area li {
    border-bottom: dotted 1px;
    padding: 1rem 0;
}

.kanren_area .date {
    font-size: 90%;
}

/*600px以上*/
@media (min-width: 600px) {
    .type_list .post_list li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .type_list .post_list .thumb {
        width: 30%;
        max-width: 250px;
    }

    .type_list .post_list .text_box {
        width: 70%;
        padding: 0 0 0 1em;
        display: flex;
        flex-wrap: wrap;
        gap: 6px 0;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

/*900px以上*/
@media (min-width: 900px) {}