@charset "utf-8";
.sub_mv {
    width: calc(100% - 100px);
    height: 400px;
}

.sub_mv_txt {
    position: absolute;
    bottom: 0;
    right: 55px;
    width: 45px;
    text-align: center;
    line-height: 1.2;
}

.breadcrumb a {
    color: #F39800;
}

@media screen and (max-width: 768px) {
    .sub_mv {
        height: 300px;
        width: calc(100% - 40px);
    }
    .sub_mv_txt {
        right: 0;
        width: 40px;
    }
}

@media screen and (max-width: 480px) {
    .sub_mv {
        height: 200px;
    }
}


/*********************************
************** About *************
*********************************/

.about_mv {
    background: url(../img/sub/about_mv.jpg) no-repeat center / cover;
}

.about_list li figure {
    width: 50%;
}

.about_list li:nth-child(2n+1) figure {
    margin-right: 30px;
    box-shadow: 15px 15px 0 #F7F8F8;
}

.about_list li:nth-child(2n) figure {
    margin-left: 30px;
    box-shadow: -15px 15px 0 #F7F8F8;
}

.about_list-cont {
    flex: 1;
    max-width: 435px;
    padding: 0 15px;
}

.about_txt {
    max-width: 630px;
    margin: 0 auto;
    padding: 30px 15px;
    border: 1px solid;
}

.group_info {
    width: 57%;
    padding-left: calc(50% - 450px);
}

.group_info dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.group_info dl dt {
    width: 150px;
}

.group_info dl dd {
    flex: 1;
}

.group_map {
    position: relative;
    width: 40%;
}

.group_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.colorBoxinner {
    padding: 20px;
}

.memberPhoto {
    width: 240px;
}

.memberCont {
    width: calc(100% - 270px);
}

@media screen and (max-width: 900px) {
    .group_info {
        padding-left: 15px;
    }
}

@media screen and (max-width: 768px) {
    .about_list li figure {
        width: 100%;
        margin: 20px 0 0 !important;
        box-shadow: none !important;
    }
    .about_list-cont {
        flex: none;
        width: 100%;
        max-width: none;
    }
    .group_info {
        width: 100%;
        padding: 0 15px 30px;
    }
    .group_map {
        width: 100%;
        height: 400px;
    }
}

@media screen and (max-width: 480px) {
    .group_info dl dt {
        width: 110px;
    }
    .memberPhoto {
        width: 100%;
        margin-bottom: 15px;
    }
    .memberCont {
        width: 100%;
    }
}


/*********************************
************** 今日のPhoto *************
*********************************/

.photo_mv {
    background: url(../img/sub/photo_mv.jpg) no-repeat center / cover;
}

.photo_cat {
    padding: 20px 5px;
    border: 1px solid #3F3B3A;
}

.photo_cat li {
    margin: 5px 15px;
}

.related_post h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #3F3B3A;
}


/*********************************
*************** ギャラリー *************
*********************************/

.gallery_mv {
    background: url(../img/sub/gallery_mv.jpg) no-repeat center / cover;
}

.gallery_time {
    width: 175px;
    text-align: center;
    line-height: 34px;
    border: 1px solid;
}


/*********************************
*************** ご協賛一覧 *************
*********************************/

.sponsor_mv {
    background: url(../img/sub/sponsor_mv.jpg) no-repeat center / cover;
}

.individual_mv {
    background: url(../img/sub/individual_mv.jpg) no-repeat center / cover;
}

.sponsor_tab {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.sponsor_tab a {
    display: block;
    width: 49%;
    max-width: 335px;
    margin: 5px 0;
    line-height: 3.5;
    color: #8EC21F;
    background: #fff;
    border: 2px solid #8EC21F;
}

.sponsor_tab a.current {
    color: #fff;
    background: #8EC21F;
}

.sponsor_year select {
    width: 200px;
    height: 35px;
    padding: 0 10px;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    border: 1px solid #bbb;
    border-radius: 0;
}

.com_list li {
    padding: 10px 10px 15px;
    border: 1px solid #bbb;
}

.individual_list li {
    border-bottom: 1px solid #bbb;
}

.individual_list li figure {
    width: 200px;
}

.individual_list li .sponsor_cont {
    width: calc(100% - 240px);
}

@media screen and (max-width: 480px) {
    .individual_list li figure {
        width: 100%;
        margin-bottom: 20px;
    }
    .com_list li,
    .individual_list li .sponsor_cont {
        width: 100%;
    }
}


/*********************************
*************** ご協賛について *************
*********************************/

.sponsorship_mv {
    background: url(../img/sub/sponsorship_mv.jpg) no-repeat center / cover;
}

.sponsorship_txt {
    position: relative;
    margin-top: -80px;
}

.sponsorship_box {
    padding: 40px 15px;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
}

.sponsorship_price {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.sponsorship_price p {
    width: 49%;
    max-width: 335px;
    padding: 20px 5px;
    line-height: 1.3;
    border: 2px solid #E995AD;
}

.sponsorship_way .about_list figure {
    box-shadow: none !important;
}

.subscription_contact dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
    padding: 30px 4%;
    border: 2px solid #3F3B3A;
}

.subscription_contact dl dt {
    width: 180px;
    padding-right: 15px;
}

.subscription_contact dl dd {
    flex: 1;
    padding-left: 6%;
    border-left: 1px solid #3F3B3A;
}

.subscription_contact dl dd p {
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .sponsorship_way .about_list h3 {
        text-align: center;
    }
    .subscription_contact dl dt {
        width: 160px;
    }
}

@media screen and (max-width: 480px) {
    .sponsorship_txt {
        margin-top: 0;
    }
    .sponsorship_price p {
        width: 100%;
        margin: 0 auto;
    }
    .subscription_contact dl {
        text-align: center;
    }
    .subscription_contact dl dt {
        width: 100%;
        padding-right: 0;
    }
    .subscription_contact dl dd {
        flex: none;
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
        border-left: none;
    }
}


/*********************************
*********** お知らせ **********
*********************************/

.news_mv {
    background: url(../img/sub/news_mv.jpg) no-repeat center / cover;
}

.news_list li {
    padding: 20px 15px;
    border-bottom: 1px solid #3F3B3A;
}

.news_date {
    width: 130px;
}

@media screen and (max-width: 480px) {
    .news_list li {
        padding: 15px 0;
    }
    .news_date {
        width: 100%;
        margin-bottom: 5px;
    }
    .news_list li .flex-1 {
        flex: none;
        width: 100%;
    }
}

.single_meta {
    padding-bottom: 20px;
    border-bottom: 1px solid #3F3B3A;
}

.single_post_date {
    margin-right: 20px;
}

.article_content h1 {
    position: relative;
    margin: 50px 0 30px;
    padding: 10px 20px;
    font-size: 2.4rem;
    font-weight: bold;
    background: #F4F4F4;
    border-left: 5px solid #E15380;
    letter-spacing: .2em;
}

.article_content h2 {
    position: relative;
    margin: 40px 0 30px;
    padding: 5px 0 5px 25px;
    font-weight: bold;
    font-size: 2.2rem;
    color: #E15380;
    border-bottom: 2px solid #E15380;
    letter-spacing: .2em;
}

.article_content h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background: url(../img/common/favicon.png) no-repeat center / 100% 100%;
}

.article_content h3 {
    display: inline-block;
    margin: 30px 0 15px;
    padding: 5px 20px;
    font-weight: bold;
    font-size: 2.2rem;
    color: #8EC21F;
    background: url(../img/common/border_left.png) no-repeat top left / auto, url(../img/common/border_right.png) no-repeat bottom right / auto;
    letter-spacing: .2em;
}

.article_content h4 {
    position: relative;
    margin: 30px 0 15px;
    padding: 5px 0 5px 25px;
    font-weight: bold;
    font-size: 2.2rem;
    color: #036EB7;
    letter-spacing: .2em;
}

.article_content h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 20px;
    height: 2px;
    background: #036EB7;
}

.article_content h5 {
    margin: 30px 0 15px;
    padding: 5px 0;
    font-weight: bold;
    font-size: 2.2rem;
    color: #A38A77;
    letter-spacing: .2em;
}

.article_content a {
    color: #F39800;
}

.m-pagenation ul {
    display: flex;
    justify-content: center;
}

.m-pagenation ul li span,
.m-pagenation ul li a {
    display: block;
    width: 35px;
    margin: 5px 10px;
    line-height: 35px;
    text-align: center;
    background: #EFEFEF;
}

.m-pagenation ul li span.current {
    background: #6E8E89;
    color: #fff;
}

.m-pagenation ul li a.next,
.m-pagenation ul li a.prev {
    width: auto;
    border: none;
    background: none;
}

.page_nav_link div {
    margin: 5px 15px;
}

@media screen and (max-width: 480px) {
    .article_content h1 {
        font-size: 2rem;
    }
    .article_content h2,
    .article_content h3 {
        font-size: 1.8rem;
    }
    .article_content h4,
    .article_content h5 {
        font-size: 1.6rem;
    }
}


/*********************************
*********** contact **********
*********************************/

.subscription_mv {
    background: url(../img/sub/subscription_mv.jpg) no-repeat center / cover;
}

.contact_mv {
    background: url(../img/sub/contact_mv.jpg) no-repeat center / cover;
}

.privacy_mv {
    background: url(../img/sub/privacy_mv.jpg) no-repeat center / cover;
}

.contact-cont {
    max-width: 700px;
    margin: 0 auto;
}

.contact-cont dl {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.contact-cont dl dt {
    position: relative;
    width: 210px;
    margin-right: 10px;
    padding-top: 8px;
    font-weight: bold;
}

.contact-cont dl dd {
    flex: 1;
}

.required {
    position: absolute;
    right: 0;
    top: 13px;
    width: 68px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    background: #E15380;
    border-radius: 50px;
    line-height: 24px;
}

.contact-cont input[type="text"],
.contact-cont input[type="tel"],
.contact-cont input[type="number"],
.contact-cont input[type="email"],
.contact-cont select {
    width: 100%;
    height: 55px;
    padding: 0 10px;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
    background: #EEEFEF;
    border: none;
}

.contact-cont select {
    width: 100%;
    height: 53px;
    padding: 0 10px;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    border: 1px solid #bbb;
    border-radius: 0;
    box-sizing: border-box;
}

.contact-cont textarea {
    width: 100%;
    padding: 10px;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    background: #EEEFEF;
    border: none;
    box-sizing: border-box;
}

.contact-cont input[type="submit"],
.contact-cont .btnConfirm,
.contact-cont .btnSubmit {
    display: block;
    width: 100%;
    height: 73px;
    max-width: 300px;
    margin: 0 auto;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #fff;
    background: #EA8F00;
    border: 1px solid #EA8F00;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 75px;
}

.contact-cont input[type="submit"]:hover,
.contact-cont .btnConfirm:hover,
.contact-cont .btnSubmit:hover {
    background: #fff;
    color: #EA8F00;
}

.contact-cont input[type="button"],
.contact-cont button.btnBack {
    display: block;
    width: 100%;
    height: 48px;
    max-width: 160px;
    margin: 0 auto;
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #fff;
    background: #808080;
    border: 1px solid #808080;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 50px;
}

.contact-cont input[type="button"]:hover {
    background: #808080;
    color: #fff;
}

.contact-cont input[type="text"].input_age {
    display: inline-block;
    width: 120px;
    margin-right: 15px;
}

.radio-999,
.your-gender {
    display: block;
    padding: 10px 0;
}

.privacy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 15vh 15px;
    display: none;
    overflow-y: scroll;
    z-index: 999;
    background: rgba(255, 255, 255, .8);
}

.privacy.active {
    display: block;
}

.privacy .container {
    background: #fff;
    border: 1px solid #3F3B3A;
}

.privacy .privacy_cont {
    max-width: 800px;
    margin: 0 auto;
}

.privacy_cont h3 {
    position: relative;
    padding-left: 40px;
}

.privacy_cont h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 3px;
    background: #B3B3B3;
    transform: translateY(-50%);
}

.privacy_close {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .required {
        top: 0;
    }
    .contact-cont dl dt {
        width: 100%;
        margin: 0 0 10px;
    }
    .contact-cont dl dd {
        flex: none;
        width: 100%;
    }
    .contact_box .item {
        width: 92%;
    }
    .privacy {
        padding: 10vh 15px;
    }
    .privacy_cont h3 {
        padding-left: 30px;
    }
    .privacy_cont h3::before {
        width: 22px;
        height: 2px;
    }
    .privacy_close {
        width: 30px;
    }
}


/*********************************
************* sitemap ************
*********************************/

.sitemap_mv {
    background: url(../img/sub/sitemap_mv.jpg) no-repeat center / cover;
}

.sitemap_list {
    max-width: 760px;
    margin: 0 auto;
}

.sitemap_list>li {
    position: relative;
    margin: 0 0 40px 80px;
    padding-left: 25px;
}

.sitemap_list>li::before {
    content: '\f054';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #C8C9CA;
}

.sitemap_list>li:first-child {
    margin-left: 0;
    padding-left: 40px;
}

.sitemap_list>li:first-child::before {
    content: '';
    top: calc(50% - 1.5px);
    width: 30px;
    height: 3px;
    background: #C8C9CA;
    border-radius: 1.5px;
    border: none;
}

.sitemap_list>li ul {
    margin-left: 35px;
    border-left: 1px solid #3F3B3A;
}

.sitemap_list>li ul li {
    position: relative;
    padding: 20px 0 0 35px;
}

.sitemap_list>li ul li:before {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 25px;
    height: 1px;
    background: #3F3B3A;
}

.sitemap_list>li ul li:last-child::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 1px;
    height: 15px;
    background: #fff;
}

@media screen and (max-width: 480px) {
    .sitemap_list>li {
        margin: 0 0 20px 40px;
        padding-left: 18px;
    }
    .sitemap_list>li ul {
        margin-left: 20px;
    }
}


/*********************************
************** 式典・イベント *************
*********************************/

.event_mv {
    background: url(../img/sub/event_mv.jpg) no-repeat center / cover;
}

.event_list li {
    border-bottom: 1px solid #3E3A39;
}

.event_list li figure {
    width: 50%;
}

.event_list li .event_cont {
    width: 45%;
}

.event_info dl {
    display: flex;
}

.event_info dl dt {
    width: 95px;
}

.event_info dl dd {
    flex: 1;
}

@media screen and (max-width: 480px) {
    .event_list li figure {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .event_list li .event_cont {
        width: 100%;
    }
    .event_info dl dt {
        width: 80px;
    }
}


/*********************************
************ Buy Goods ***********
*********************************/

.goods_mv {
    background: url(../img/sub/goods_mv.jpg) no-repeat center / cover;
}

.goods_sample {
    padding: 40px 4%;
}

.goods_sample figure {
    width: 40%;
    margin-right: 4%;
}

.goods_list li dl {
    display: flex;
}

.goods_list li dl dt {
    width: 60px;
    margin-right: 20px;
}

.goods_list li dl dd {
    flex: 1;
}

.goods_list li .goods_detail {
    display: block;
    padding: 1.5rem;
    text-align: center;
    font-weight: bold;
    border: 1px solid;
}

@media screen and (max-width: 480px) {
    .goods_list li dl dt {
        width: 45px;
        margin-right: 10px;
    }
    .goods_sample figure {
        width: 100%;
        margin: 0 0 20px;
    }
    .goods_sample .flex-1 {
        flex: none;
        width: 100%;
    }
}