﻿@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
a {
    transition: 0.5s
}

a:link,
a:visited {
    color: #000;
    text-decoration: none
}

a:hover {
    color: rgba(0, 0, 0, 0.6)
}

.list_flex {
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto
}

.list_flex li {
    width: calc(20% - 8px);
    padding: 0 4px
}

.list_flex li img {
    width: 100%
}

@media (max-width: 767px) {
    .list_flex li {
        width: calc(33.33% - 8px);
        margin-bottom: 8px
    }
}

.news-bl dt {
    float: left;
    width: 7em;
    background: #e32920;
    padding: 5px 0px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: 2px 0 0
}

.news-bl dd {
    padding-left: 8em;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 1.6;
    border-bottom: dotted 1px #aaa;
    margin: 5px 0
}

.news-bl dd:last-child {
    border-bottom: 0px
}

@media screen and (max-width: 768px) {
    .news-bl dt {
        float: none;
        width: 100%;
        margin: 2px 0 0
    }
    .news-bl dd {
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 5px 0
    }
}

.bg_img1 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg_img1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "object-fit: cover;"
}

.bg_img2 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg_img2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "object-fit: cover;"
}

.bg_img3 {
    background-image: url(../img/bg_img3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "object-fit: cover;"
}

.bg_img4 {
    background-image: url(../img/bg_img4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "object-fit: cover;"
}

.bg_img5 {
    background-image: url(../img/bg_img5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "object-fit: cover;"
}

.text_S {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    color: #e32920
}

@media (max-width: 479px) {
    .text_S {
        font-size: 1.2rem
    }
}

.text_M {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    color: #e32920
}

@media (max-width: 767px) {
    .text_M {
        font-size: 1.8rem
    }
}

.text_L {
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    color: #e32920
}

@media (max-width: 767px) {
    .text_L {
        font-size: 2.2rem
    }
}

@media (max-width: 479px) {
    .text_L {
        font-size: 2.2rem
    }
}

.title_dot {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    color: #e32920;
    display: table;
    margin-bottom: 16px;
    padding: 4px 0;
    font-weight: bold;
    border-bottom: 3px dotted #e32920
}

@media (max-width: 767px) {
    .title_dot {
        font-size: 1.8rem
    }
}

.title_dot.tcenter {
    margin-right: auto;
    margin-left: auto
}

.title_bar {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    color: #e32920;
    margin-bottom: 16px;
    padding: 4px 0;
    font-weight: bold;
    border-bottom: 1px solid #e32920
}

@media (max-width: 767px) {
    .title_bar {
        font-size: 1.8rem
    }
}

.title_border {
    border-radius: 10px;
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    color: #e32920;
    margin-bottom: 16px;
    padding: 4px 0;
    font-weight: bold;
    border: 1px solid #e32920;
    text-align: center;
    font-weight: normal
}

@media (max-width: 767px) {
    .title_border {
        font-size: 1.8rem
    }
}

.title_base {
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    font-family: "Noto Serif JP";
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 32px;
    position: relative
}

@media (max-width: 767px) {
    .title_base {
        font-size: 2.2rem
    }
}

@media (max-width: 479px) {
    .title_base {
        font-size: 2.2rem
    }
}

.title_base span {
    font-size: 1.6rem;
    line-height: 2;
    display: block;
    font-weight: bold;
    font-family: "Noto Serif JP";
    color: #111
}

@media (max-width: 479px) {
    .title_base span {
        font-size: 1.4rem
    }
}

@media screen and (max-width: 768px) {
    .title_base {
        font-size: 8vw;
        margin-bottom: 24px;
        text-align: center
    }
}

.title_base_row {
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    font-family: "Noto Serif JP";
    color: #e32920;
    font-weight: normal;
    position: relative;
    line-height: 1.4;
    color: #fff
}

@media (max-width: 767px) {
    .title_base_row {
        font-size: 2.2rem
    }
}

@media (max-width: 479px) {
    .title_base_row {
        font-size: 2.2rem
    }
}

.title_base_row span {
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    line-height: 2;
    color: #555;
    padding-left: 8px
}

@media (max-width: 479px) {
    .title_base_row span {
        font-size: 1.4rem
    }
}

@media (max-width: 479px) {
    .title_base_row {
        text-align: center
    }
    .title_base_row span {
        display: block;
        padding-left: 0px
    }
}

.title_point {
    color: #e32920;
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    font-weight: normal;
    line-height: 20px;
    margin: 16px 0;
    padding: 3px 0
}

@media (max-width: 767px) {
    .title_point {
        font-size: 1.8rem
    }
}

.title_point span {
    background: #e32920;
    display: inline-block;
    padding: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    margin-right: 15px
}

.title_base_bg {
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    font-family: "Noto Serif JP";
    color: #e32920;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
    background: url("../img/title_base_bg.png") no-repeat left center;
    padding-bottom: 40px
}

@media (max-width: 767px) {
    .title_base_bg {
        font-size: 2.2rem
    }
}

@media (max-width: 479px) {
    .title_base_bg {
        font-size: 2.2rem
    }
}

@media (max-width: 479px) {
    .title_base_bg {
        text-align: center;
        background: url("../img/title_base_bg.png") no-repeat center center;
        padding: 20px 0
    }
}

.title_base_bg.center {
    text-align: center;
    background: url("../img/title_base_bg.png") no-repeat center center
}

.title_base_bg span {
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    line-height: 2;
    color: #555;
    padding-left: 8px
}

@media (max-width: 479px) {
    .title_base_bg span {
        font-size: 1.4rem
    }
}

@media (max-width: 479px) {
    .title_base_bg {
        text-align: center
    }
    .title_base_bg span {
        display: block;
        padding-left: 0px
    }
}

.title_bl {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    color: #e32920;
    text-indent: 0.8em;
    overflow: hidden;
    font-weight: normal;
    border-left: 3px solid #e32920;
    margin: 32px 0;
    padding: 4px 0
}

@media (max-width: 767px) {
    .title_bl {
        font-size: 1.8rem
    }
}

.title_bl span {
    font-size: 1.6rem;
    line-height: 2
}

@media (max-width: 479px) {
    .title_bl span {
        font-size: 1.4rem
    }
}

.ol-list {
    counter-reset: li;
    list-style: none;
    margin: 10px 0;
    display: block
}

.ol-list li {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0px;
    background: #fff
}

.ol-list li:last-child {
    margin-bottom: 0px
}

.ol-list span {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease-out
}

.ol-list span b {
    color: #a40000
}

.ol-list span:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 50%;
    margin-top: -1.6em;
    background-color: #ee807b;
    margin-left: -3.2em;
    color: #fff;
    height: 2.5em;
    width: 2.5em;
    line-height: 2.5em;
    border: 0.3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all 0.3s ease-out
}

table.tbl-2l {
    margin: 15px 0
}

table.tbl-2l th {
    padding: 15px 10px;
    font-weight: bold;
    line-height: 1.5;
    border: #ddd 0px solid;
    color: #555;
    background: none !important
}

table.tbl-2l tr:nth-child(odd) {
    background: #ddd !important
}

table.tbl-2l td {
    padding: 15px 10px;
    border: #eee 0px solid !important;
    background: none
}

.tbl_award td {
    width: calc(100% / 4) !important
}

.tbl_award td:nth-child(3) {
    text-align: center
}

.tbl_award td:nth-child(4) {
    color: #a40000 !important
}

.tbl_award2 td:nth-child(2) {
    text-align: center
}

.tbl_award2 td:nth-child(4) {
    text-align: center
}

.tbl_award2 td {
    width: calc(100% / 5) !important
}

.tbl_award2 td:nth-child(5) {
    color: #a40000 !important
}

.faq {
    margin-bottom: 32px
}

.faq dt {
    color: #e32920;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 18px
}

.faq dt:before {
    content: "Q";
    margin-right: 5px;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    background: #e32920;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center
}

.faq dd {
    margin-bottom: 20px;
    background: #f2f2f2;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 40px;
    text-indent: -40px
}

.faq dd:before {
    content: "A";
    text-indent: 0px;
    font-size: 20px;
    margin-right: 7px;
    line-height: 35px;
    color: #111;
    background: #f2ec3a;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center !important
}

.faq b {
    padding: 3px 5px;
    margin: 10px 0;
    line-height: 40px;
    background: #dad2b9;
    font-size: 11px
}

a {
    transition: 0.5s
}

a:link,
a:visited {
    color: #000;
    text-decoration: none
}

a:hover {
    color: rgba(0, 0, 0, 0.6)
}

.list_flex {
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto
}

.list_flex li {
    width: calc(20% - 8px);
    padding: 0 4px
}

.list_flex li img {
    width: 100%
}

@media (max-width: 767px) {
    .list_flex li {
        width: calc(33.33% - 8px);
        margin-bottom: 8px
    }
}

.news-bl dt {
    float: left;
    width: 7em;
    background: #e32920;
    padding: 5px 0px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: 2px 0 0
}

.news-bl dd {
    padding-left: 8em;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 1.6;
    border-bottom: dotted 1px #aaa;
    margin: 5px 0
}

.news-bl dd:last-child {
    border-bottom: 0px
}

@media screen and (max-width: 768px) {
    .news-bl dt {
        float: none;
        width: 100%;
        margin: 2px 0 0
    }
    .news-bl dd {
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 5px 0
    }
}

.bg_img1 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg_img1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "object-fit: cover;"
}

.bg_img2 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg_img2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "object-fit: cover;"
}

.bg_img3 {
    background-image: url(../img/bg_img3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "object-fit: cover;"
}

.bg_img4 {
    background-image: url(../img/bg_img4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "object-fit: cover;"
}

.bg_img5 {
    background-image: url(../img/bg_img5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "object-fit: cover;"
}

.text_S {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    color: #e32920
}

@media (max-width: 479px) {
    .text_S {
        font-size: 1.2rem
    }
}

.text_M {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    color: #e32920
}

@media (max-width: 767px) {
    .text_M {
        font-size: 1.8rem
    }
}

.text_L {
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    color: #e32920
}

@media (max-width: 767px) {
    .text_L {
        font-size: 2.2rem
    }
}

@media (max-width: 479px) {
    .text_L {
        font-size: 2.2rem
    }
}

.title_dot {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    color: #e32920;
    display: table;
    margin-bottom: 16px;
    padding: 4px 0;
    font-weight: bold;
    border-bottom: 3px dotted #e32920
}

@media (max-width: 767px) {
    .title_dot {
        font-size: 1.8rem
    }
}

.title_dot.tcenter {
    margin-right: auto;
    margin-left: auto
}

.title_bar {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    color: #e32920;
    margin-bottom: 16px;
    padding: 4px 0;
    font-weight: bold;
    border-bottom: 1px solid #e32920
}

@media (max-width: 767px) {
    .title_bar {
        font-size: 1.8rem
    }
}

.title_border {
    border-radius: 10px;
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    color: #e32920;
    margin-bottom: 16px;
    padding: 4px 0;
    font-weight: bold;
    border: 1px solid #e32920;
    text-align: center;
    font-weight: normal
}

@media (max-width: 767px) {
    .title_border {
        font-size: 1.8rem
    }
}

.title_base {
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    font-family: "Noto Serif JP";
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 32px;
    position: relative
}

@media (max-width: 767px) {
    .title_base {
        font-size: 2.2rem
    }
}

@media (max-width: 479px) {
    .title_base {
        font-size: 2.2rem
    }
}

.title_base span {
    font-size: 1.6rem;
    line-height: 2;
    display: block;
    font-weight: bold;
    font-family: "Noto Serif JP";
    color: #111
}

@media (max-width: 479px) {
    .title_base span {
        font-size: 1.4rem
    }
}

@media screen and (max-width: 768px) {
    .title_base {
        font-size: 8vw;
        margin-bottom: 24px;
        text-align: center
    }
}

.title_base_row {
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    font-family: "Noto Serif JP";
    color: #e32920;
    font-weight: normal;
    position: relative;
    line-height: 1.4;
    color: #fff
}

@media (max-width: 767px) {
    .title_base_row {
        font-size: 2.2rem
    }
}

@media (max-width: 479px) {
    .title_base_row {
        font-size: 2.2rem
    }
}

.title_base_row span {
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    line-height: 2;
    color: #555;
    padding-left: 8px
}

@media (max-width: 479px) {
    .title_base_row span {
        font-size: 1.4rem
    }
}

@media (max-width: 479px) {
    .title_base_row {
        text-align: center
    }
    .title_base_row span {
        display: block;
        padding-left: 0px
    }
}

.title_point {
    color: #e32920;
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    font-weight: normal;
    line-height: 20px;
    margin: 16px 0;
    padding: 3px 0
}

@media (max-width: 767px) {
    .title_point {
        font-size: 1.8rem
    }
}

.title_point span {
    background: #e32920;
    display: inline-block;
    padding: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    margin-right: 15px
}

.title_base_bg {
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    font-family: "Noto Serif JP";
    color: #e32920;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
    background: url("../img/title_base_bg.png") no-repeat left center;
    padding-bottom: 40px
}

@media (max-width: 767px) {
    .title_base_bg {
        font-size: 2.2rem
    }
}

@media (max-width: 479px) {
    .title_base_bg {
        font-size: 2.2rem
    }
}

@media (max-width: 479px) {
    .title_base_bg {
        text-align: center;
        background: url("../img/title_base_bg.png") no-repeat center center;
        padding: 20px 0
    }
}

.title_base_bg.center {
    text-align: center;
    background: url("../img/title_base_bg.png") no-repeat center center
}

.title_base_bg span {
    font-family: "Noto Serif JP";
    font-size: 1.6rem;
    line-height: 2;
    color: #555;
    padding-left: 8px
}

@media (max-width: 479px) {
    .title_base_bg span {
        font-size: 1.4rem
    }
}

@media (max-width: 479px) {
    .title_base_bg {
        text-align: center
    }
    .title_base_bg span {
        display: block;
        padding-left: 0px
    }
}

.title_bl {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    color: #e32920;
    text-indent: 0.8em;
    overflow: hidden;
    font-weight: normal;
    border-left: 3px solid #e32920;
    margin: 32px 0;
    padding: 4px 0
}

@media (max-width: 767px) {
    .title_bl {
        font-size: 1.8rem
    }
}

.title_bl span {
    font-size: 1.6rem;
    line-height: 2
}

@media (max-width: 479px) {
    .title_bl span {
        font-size: 1.4rem
    }
}

.ol-list {
    counter-reset: li;
    list-style: none;
    margin: 10px 0;
    display: block
}

.ol-list li {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0px;
    background: #fff
}

.ol-list li:last-child {
    margin-bottom: 0px
}

.ol-list span {
    display: table-cell;
    position: relative;
    padding-left: 10px;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease-out
}

.ol-list span b {
    color: #a40000
}

.ol-list span:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 50%;
    margin-top: -1.6em;
    background-color: #ee807b;
    margin-left: -3.2em;
    color: #fff;
    height: 2.5em;
    width: 2.5em;
    line-height: 2.5em;
    border: 0.3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all 0.3s ease-out
}

table.tbl-2l {
    margin: 15px 0
}

table.tbl-2l th {
    padding: 15px 10px;
    font-weight: bold;
    line-height: 1.5;
    border: #ddd 0px solid;
    color: #555;
    background: none !important
}

table.tbl-2l tr:nth-child(odd) {
    background: #ddd !important
}

table.tbl-2l td {
    padding: 15px 10px;
    border: #eee 0px solid !important;
    background: none
}

.tbl_award td {
    width: calc(100% / 4) !important
}

.tbl_award td:nth-child(3) {
    text-align: center
}

.tbl_award td:nth-child(4) {
    color: #a40000 !important
}

.tbl_award2 td:nth-child(2) {
    text-align: center
}

.tbl_award2 td:nth-child(4) {
    text-align: center
}

.tbl_award2 td {
    width: calc(100% / 5) !important
}

.tbl_award2 td:nth-child(5) {
    color: #a40000 !important
}

.faq {
    margin-bottom: 32px
}

.faq dt {
    color: #e32920;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 18px
}

.faq dt:before {
    content: "Q";
    margin-right: 5px;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    background: #e32920;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center
}

.faq dd {
    margin-bottom: 20px;
    background: #f2f2f2;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 40px;
    text-indent: -40px
}

.faq dd:before {
    content: "A";
    text-indent: 0px;
    font-size: 20px;
    margin-right: 7px;
    line-height: 35px;
    color: #111;
    background: #f2ec3a;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center !important
}

.faq b {
    padding: 3px 5px;
    margin: 10px 0;
    line-height: 40px;
    background: #dad2b9;
    font-size: 11px
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-text-size-adjust: 100%
}

html {
    height: 100%;
    font-size: 62.5%
}

body {
    font-size: 1.6em;
    *font-size: small;
    *font: x-small;
    width: 100%;
    height: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

iframe {
    line-height: 0
}

blockquote,
q {
    quotes: none
}

ul {
    list-style: none
}

address,
dl,
dt,
dd {
    font-style: normal
}

blockquote:before,
blockquote:after {
    content: "";
    content: none
}

q:before,
q:after {
    content: "";
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc
}

input,
select {
    vertical-align: middle
}

a img {
    border: none
}

img {
    vertical-align: bottom
}

ol {
    padding-left: 2em
}

iframe {
    line-height: 0
}

.none {
    display: none
}

.clear {
    clear: both
}

.clearfix {
    zoom: 1
}

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

.sp {
    display: none
}

.pc {
    display: block
}

.map {
    width: 100%;
    height: 450px;
    line-height: 0
}

.scr {
    width: 100%;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll
}

.scr::-webkit-scrollbar {
    width: 5px
}

.scr::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1)
}

.scr::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.5);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3)
}

.marker-c {
    background: linear-gradient(transparent 70%, #a8d8fa 0%);
    z-index: 0
}

.marker-m {
    background: linear-gradient(transparent 70%, #ff7c81 0%);
    z-index: 0
}

.marker-y {
    background: linear-gradient(transparent 70%, #fef36c 0%);
    z-index: 0
}

.marker-k {
    background: linear-gradient(transparent 70%, #ccc 0%);
    z-index: 0
}

.marker-p {
    background: linear-gradient(transparent 70%, #ffd0e1 0%);
    z-index: 0
}

.bg-base {
    background-color: #e32920 !important
}

.bg-orange {
    background-color: #f60 !important
}

.bg-old {
    background-color: #c69c6d !important
}

.bg-purple {
    background-color: #930063 !important
}

.bg-red {
    background-color: #a40000 !important
}

.bg-blue {
    background-color: #1e7abf !important
}

.bg-green {
    background-color: #009d1c !important
}

.bg-skyblue {
    background-color: #00b0f0 !important
}

.bg-yellow {
    background-color: #fff5a1 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-glass {
    background-color: rgba(255, 255, 255, 0.6) !important
}

.bg-pink {
    background-color: #ea68a1 !important
}

.bg-black {
    background-color: #000 !important
}

.bg-111 {
    background-color: #111 !important
}

.bg-222 {
    background-color: #222 !important
}

.bg-333 {
    background-color: #333 !important
}

.bg-aaa {
    background-color: #aaa !important
}

.bg-bbb {
    background-color: #bbb !important
}

.bg-ccc {
    background-color: #ccc !important
}

.bg-ddd {
    background-color: #ddd !important
}

.bg-eee {
    background-color: #eee !important
}

.bg-f2 {
    background-color: #f2f2f2 !important
}

.bg-stp {
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px)
}

.tcenter {
    text-align: center
}

.tcenter_sp {
    text-align: center
}

.tright {
    text-align: right
}

.tleft {
    text-align: left
}

.tinline {
    display: inline-block
}

.m0 {
    margin: 0px !important
}

.m5 {
    margin: 8px !important
}

.m10 {
    margin: 16px !important
}

.m15 {
    margin: 16px !important
}

.m20 {
    margin: 24px !important
}

.m30 {
    margin: 32px !important
}

.m40 {
    margin: 40px !important
}

.m50 {
    margin: 48px !important
}

.t-m0 {
    margin-top: 0px !important
}

.t-m5 {
    margin-top: 8px !important
}

.t-m10 {
    margin-top: 16px !important
}

.t-m15 {
    margin-top: 16px !important
}

.t-m20 {
    margin-top: 24px !important
}

.t-m30 {
    margin-top: 32px !important
}

.t-m40 {
    margin-top: 40px !important
}

.t-m50 {
    margin-top: 48px !important
}

.b-m0 {
    margin-bottom: 0px !important
}

.b-m5 {
    margin-bottom: 8px !important
}

.b-m10 {
    margin-bottom: 16px !important
}

.b-m15 {
    margin-bottom: 16px !important
}

.b-m20 {
    margin-bottom: 24px !important
}

.b-m30 {
    margin-bottom: 32px !important
}

.b-m40 {
    margin-bottom: 40px !important
}

.b-m50 {
    margin-bottom: 48px !important
}

.l-m0 {
    margin-left: 0px !important
}

.l-m5 {
    margin-left: 8px !important
}

.l-m10 {
    margin-left: 16px !important
}

.l-m15 {
    margin-left: 16px !important
}

.l-m20 {
    margin-left: 24px !important
}

.l-m30 {
    margin-left: 32px !important
}

.l-m40 {
    margin-left: 40px !important
}

.l-m50 {
    margin-left: 48px !important
}

.r-m0 {
    margin-right: 0px !important
}

.r-m5 {
    margin-right: 8px !important
}

.r-m10 {
    margin-right: 16px !important
}

.r-m15 {
    margin-right: 16px !important
}

.r-m20 {
    margin-right: 24px !important
}

.r-m30 {
    margin-right: 32px !important
}

.r-m40 {
    margin-right: 40px !important
}

.r-m50 {
    margin-right: 48px !important
}

.h-m0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important
}

.h-m5 {
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

.h-m10 {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.h-m15 {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.h-m20 {
    margin-top: 24px !important;
    margin-bottom: 24px !important
}

.h-m30 {
    margin-top: 32px !important;
    margin-bottom: 32px !important
}

.h-m40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.h-m50 {
    margin-top: 48px !important;
    margin-bottom: 48px !important
}

.w-m5 {
    margin-left: 8px !important;
    margin-right: 8px !important
}

.w-m10 {
    margin-left: 16px !important;
    margin-right: 16px !important
}

.w-m15 {
    margin-left: 16px !important;
    margin-right: 16px !important
}

.w-m20 {
    margin-left: 24px !important;
    margin-right: 24px !important
}

.w-m30 {
    margin-left: 32px !important;
    margin-right: 32px !important
}

.w-m40 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.w-m50 {
    margin-left: 48px !important;
    margin-right: 48px !important
}

.p0 {
    padding: 0px !important
}

.p5 {
    padding: 8px !important
}

.p10 {
    padding: 16px !important
}

.p15 {
    padding: 16px !important
}

.p20 {
    padding: 24px !important
}

.p30 {
    padding: 32px !important
}

.p40 {
    padding: 40px !important
}

.p50 {
    padding: 48px !important
}

.p75 {
    padding: 75px !important
}

.p100 {
    padding: 100px !important
}

.t-p0 {
    padding-top: 0px !important
}

.t-p5 {
    padding-top: 8px !important
}

.t-p10 {
    padding-top: 10px !important
}

.t-p15 {
    padding-top: 16px !important
}

.t-p20 {
    padding-top: 24px !important
}

.t-p30 {
    padding-top: 32px !important
}

.t-p40 {
    padding-top: 40px !important
}

.t-p50 {
    padding-top: 48px !important
}

.b-p0 {
    padding-bottom: 0px !important
}

.b-p5 {
    padding-bottom: 8px !important
}

.b-p10 {
    padding-bottom: 16px !important
}

.b-p15 {
    padding-bottom: 16px !important
}

.b-p20 {
    padding-bottom: 24px !important
}

.b-p30 {
    padding-bottom: 32px !important
}

.b-p40 {
    padding-bottom: 40px !important
}

.b-p50 {
    padding-bottom: 48px !important
}

.l-p0 {
    padding-left: 0px !important
}

.l-p5 {
    padding-left: 8px !important
}

.l-p10 {
    padding-left: 10px !important
}

.l-p15 {
    padding-left: 16px !important
}

.l-p20 {
    padding-left: 24px !important
}

.l-p30 {
    padding-left: 32px !important
}

.l-p40 {
    padding-left: 40px !important
}

.l-p50 {
    padding-left: 48px !important
}

.l-p60 {
    padding-left: 60px !important
}

.l-p65 {
    padding-left: 65px !important
}

.l-p70 {
    padding-left: 70px !important
}

.r-p0 {
    padding-right: 0px !important
}

.r-p5 {
    padding-right: 8px !important
}

.r-p10 {
    padding-right: 10px !important
}

.r-p15 {
    padding-right: 16px !important
}

.r-p20 {
    padding-right: 24px !important
}

.r-p30 {
    padding-right: 32px !important
}

.r-p40 {
    padding-right: 40px !important
}

.r-p50 {
    padding-right: 48px !important
}

.h-p0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

.h-p5 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.h-p10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.h-p15 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.h-p20 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.h-p30 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.h-p40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.h-p50 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.w-p0 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.w-p5 {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.w-p10 {
    padding-left: 16px !important;
    padding-right: 16px !important
}

.w-p15 {
    padding-left: 16px !important;
    padding-right: 16px !important
}

.w-p20 {
    padding-left: 24px !important;
    padding-right: 24px !important
}

.w-p30 {
    padding-left: 32px !important;
    padding-right: 32px !important
}

.w-p40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.w-p50 {
    padding-left: 48px !important;
    padding-right: 48px !important
}

.base_color {
    color: #e32920 !important
}

.orange {
    color: #f60 !important
}

.red {
    color: #a40000 !important
}

.blue {
    color: #1e7abf !important
}

.green {
    color: #009d1c !important
}

.skyblue {
    color: #00b0f0 !important
}

.white {
    color: #fff !important
}

.pink {
    color: #ea68a1 !important
}

.black {
    color: #000 !important
}

.yellow {
    color: #ffeb3b !important
}

.old {
    color: #c69c6d !important
}

.f-s10 {
    font-size: 1rem !important
}

.f-s11 {
    font-size: 1.1rem !important
}

.f-s12 {
    font-size: 1.2rem !important
}

.f-s13 {
    font-size: 1.3rem !important
}

.f-s14 {
    font-size: 1.4rem !important
}

.f-s15 {
    font-size: 1.5rem !important
}

.f-s16 {
    font-size: 1.6rem !important
}

.f-s18 {
    font-size: 1.8rem !important
}

.f-s20 {
    font-size: 2rem !important
}

.f-s22 {
    font-size: 2.2rem !important
}

.f-s24 {
    font-size: 2.4rem !important
}

hr {
    clear: both;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.hr-sl {
    margin: 2em 0;
    height: 12px;
    background: linear-gradient(-70deg, transparent 35%, #aaa 45%, #aaa 55%, transparent 65%);
    background-size: 8px 12px;
    border: none
}

.border_s {
    border: 1px solid #333
}

.radius {
    border-radius: 25px
}

@media (max-width: 767px) {
    .sp {
        display: block !important
    }
    .pc {
        display: none !important
    }
    .vd_frame {
        margin-top: 20%;
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
    .vd_frame iframe {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 100%;
        width: 100%;
        height: 100%;
        max-height: 100%;
        margin: 0 auto;
        display: block
    }
}

@media (max-width: 479px) {
    .tcenter_sp {
        text-align: left
    }
    img {
        max-width: 100%
    }
}

#sp_icon,
.humberger {
    display: none
}

#page {
    padding: 0;
    position: relative;
    z-index: 2;
    left: 0;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

#drawernav {
    background: #f2f2f2;
    color: #fff;
    overflow: auto;
    position: fixed;
    top: 0;
    left: -240px;
    width: 240px;
    height: 100%;
    color: #666;
    z-index: 9999899998;
    box-shadow: rgba(0, 0, 0, 0.2) -3px 0 2px 0;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

#drawernav .drawernav_ttl {
    text-align: center;
    font-size: 1.8rem;
    height: 50px;
    background: #e32920;
    color: #fff;
    line-height: 50px;
    letter-spacing: 0.2rem
}

#drawernav ul.phone_navi {
    list-style: none;
    padding: 0
}

#drawernav ul.phone_navi:first-child {
    margin-top: 60px
}

#drawernav ul.phone_navi li {
    position: relative;
    border-bottom: 1px solid #bfbfbf
}

#drawernav ul.phone_navi li a {
    background: #f2f2f2;
    color: #666;
    font-size: 1.3rem;
    display: block;
    padding: 10px 8px;
    text-decoration: none
}

#drawernav ul.phone_navi li a span {
    font-size: 1.1rem;
    margin-left: 5px
}

#drawernav ul.phone_navi li a:hover {
    color: #666
}

#drawernav ul.phone_navi li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 8px
}

#drawernav ul.phone_navi li ul {
    display: none
}

#drawernav ul.phone_navi li ul li:first-child {
    border-top: 1px solid #bfbfbf
}

#drawernav ul.phone_navi li ul li:last-child {
    border-bottom: 0px
}

#drawernav ul.phone_navi li ul li a {
    font-size: 1.1rem;
    color: #666;
    display: block;
    padding: 8px 20px;
    text-decoration: none;
    border-top: none;
    border-bottom: none;
    box-shadow: none;
    background: #e5e5e5
}

#drawernav ul.phone_navi li ul li a:before {
    content: "・";
    margin-right: 3px
}

#drawernav ul.phone_navi li ul img {
    display: block;
    width: 90%;
    padding: 5px 0;
    margin: 0 auto
}

#drawernav .open_btn {
    position: absolute;
    font-weight: 900;
    font-size: 1.8rem;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

#drawernav img {
    display: block;
    width: 90%;
    padding: 5px 0;
    margin: 0 auto
}

.fixed-content {
    right: inherit;
    width: 100%;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

#overlay {
    z-index: -1;
    opacity: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

@media (max-width: 479px) {
    #sp_icon {
        background: #e32920;
        position: fixed;
        top: 2px;
        right: 62px;
        z-index: 999999;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start
    }
    #sp_icon li {
        font-size: 2.2rem;
        display: block;
        width: 30px;
        height: 30px;
        padding: 13px 15px 17px;
        cursor: pointer;
        color: #111;
        text-align: center;
        line-height: 1.2;
        margin-right: 2px;
        position: relative;
        border-radius: 100%
    }
    #sp_icon li span {
        font-size: 1.3rem;
        display: block
    }
    #sp_icon li a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-indent: -999px
    }
    .humberger {
        font-size: 2.2rem;
        cursor: pointer;
        color: #e32920;
        text-align: center;
        line-height: 1.3;
        position: absolute
    }
    .humberger span {
        font-size: 1.1rem;
        display: block
    }
    header .humberger {
        position: absolute;
        top: 0px;
        left: 0px;
        background: #e32920;
        color: #fff;
        width: 60px;
        height: 60px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    .drawer-opened .humberger {
        position: absolute;
        top: 0px;
        right: 0px;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    .drawer-opened .close {
        padding: 10px 16px !important
    }
    .drawer-opened #page {
        left: -240px;
        box-shadow: 1px 0 2px #000
    }
    .drawer-opened .fixed-content {
        left: -240px
    }
    .drawer-opened #drawernav {
        left: 0
    }
    .drawer-opened .humberger .icon-menu {
        opacity: 0
    }
    .drawer-opened .humberger .icon-menu {
        opacity: 0
    }
    .drawer-opened #overlay {
        opacity: 0.5;
        right: -240px;
        position: fixed;
        z-index: 9999999;
        width: 100%;
        height: 100%
    }
    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden
    }
}

#sp_navi {
    display: none
}

@media (max-width: 767px) {
    footer {
        padding-bottom: 48px !important
    }
    #page-top {
        bottom: 55px
    }
    #sp_navi {
        background: rgba(227, 41, 32, 0.9);
        box-shadow: rgba(227, 41, 32, 0.4) 2px 0 4px 0px;
        position: fixed;
        bottom: 0;
        z-index: 100;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center
    }
    #sp_navi li {
        font-size: 2.2rem;
        display: block;
        width: calc(20% - 1px);
        cursor: pointer;
        color: #fff;
        text-align: center;
        line-height: 1.2;
        position: relative;
        padding: 5px 0;
        border-right: 1px solid #e32920
    }
    #sp_navi li:last-child {
        border-right: 0px solid #e32920
    }
    #sp_navi li span {
        font-size: 1.0rem;
        display: block
    }
    #sp_navi li a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-indent: -999px
    }
}

body {
    font-family: "Noto Serif JP";
    color: #111;
    font-size: 1.6rem;
    line-height: 2
}

@media (max-width: 479px) {
    body {
        font-size: 1.4rem
    }
}

#title_bg1 {
    background-image: url(../img/title1.jpg)
}

#title_bg2 {
    background-image: url(../img/title2.jpg)
}

#title_bg3 {
    background-image: url(../img/title3.jpg)
}

#title_bg4 {
    background-image: url(../img/title4.jpg)
}

#title_bg5 {
    background-image: url(../img/title5.jpg)
}

#title_bg1,
#title_bg2,
#title_bg3,
#title_bg4,
#title_bg5 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: scroll
}

.bg_black {
    background-color: #000
}

#title {
    padding: 120px 0;
    margin: 0px auto 0;
    background: rgba(0, 0, 0, 0.8)
}

#title h2 {
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 4.5rem;
    line-height: 1.4;
    position: relative;
    letter-spacing: 4px
}

#title h2 span {
    font-family: "Noto Serif JP";
    font-size: 13px;
    display: block;
    color: #fff
}

@media screen and (max-width: 768px) {
    #title {
        padding: 60px 0
    }
    #title h2 {
        font-size: 2.5rem
    }
}

#breadcrumb_bg {
    width: 100%;
    border-bottom: 1px solid #aaa;
    padding: 5px 0
}

#breadcrumb {
    font-size: 1.1rem;
    margin: 0px auto 0px;
    max-width: 1200px
}

#breadcrumb li {
    display: inline
}

#breadcrumb li a {
    display: inline;
    padding: 0
}

#breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

@media screen and (max-width: 768px) {
    #breadcrumb_bg {
        display: none
    }
}

button {
    border: none;
    background: none;
    padding: 0;
    margin: 0
}

.wrap {
    position: relative;
    padding: 80px 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

@media (max-width: 479px) {
    .wrap {
        padding: 32px 0
    }
}

@media (max-width: 767px) {
    .wrap {
        width: calc(100% - 16px)
    }
}

.wrap_sub {
    max-width: 800px;
    margin: 0 auto;
    padding: 80px
}

@media (max-width: 767px) {
    .wrap_sub {
        padding: 16px
    }
}

.no_wrap {
    padding: 80px 0
}

@media (max-width: 479px) {
    .no_wrap {
        padding: 32px 0
    }
}

table {
    width: 100%
}

table th {
    vertical-align: middle;
    padding: 16px 8px;
    font-weight: normal;
    line-height: 1.5;
    border-top: #333 1px solid;
    border-bottom: #333 1px solid;
    border-left: #333 0px solid;
    border-right: #333 0px solid;
    text-align: left
}

table td {
    padding: 16px 8px;
    vertical-align: middle;
    border-top: #333 1px solid;
    border-bottom: #333 1px solid;
    border-left: #333 0px solid;
    border-right: #333 0px solid
}

table td b {
    color: #e32920;
    font-size: 12px
}

header {
    width: 100%;
    z-index: 100;
    padding: 8px 0;
    background-color: url("../img/bg.jpg")
}

header #head {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row
}

header #head .logo {
    width: 300px;
    margin-top: 2px;
    margin-left: 8px;
    margin-right: auto
}

header #head .logo img {
    height: auto
}

#navi {
    margin-left: auto;
    width: calc(100% - 290px)
}

#navi ul {
    display: flex;
    width: calc(100%);
    flex-wrap: nowrap;
    justify-content: flex-end;
    flex-direction: row;
    flex-basis: auto
}

#navi li {
    list-style: none;
    width: auto;
    height: 60px;
    overflow: hidden
}

#navi li span {
    display: block;
    font-size: 0.8rem
}

#navi li i {
    margin: 0 4px;
    display: inline;
    color: #e32920
}

#navi li.accent {
    background: #e32920
}

#navi li.accent a {
    color: #fff
}

#navi li.accent a:hover {
    opacity: 0.8
}

#navi li.accent a:link,
#navi li.accent a:visited {
    color: #fff !important;
    text-decoration: none
}

#navi li a {
    width: calc(100% - 32px);
    height: calc(100%);
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    position: relative;
    color: #333;
    transition: 0.3s
}

#navi li a:link,
#navi li a:visited {
    color: #333;
    text-decoration: none
}

#navi ul li:hover .dropdownmenu {
    top: 70px;
    opacity: 1;
    visibility: visible
}

#navi ul li .dropdownmenu {
    top: 72px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: block;
    z-index: 1;
    transition: 0.3s;
    width: 380px !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 2px
}

#navi ul li .dropdownmenu:before {
    top: -30px;
    left: 20%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    border-bottom-color: #e32920;
    border-width: 20px;
    margin-left: -20px
}

#navi ul li .dropdownmenu li {
    width: 100%;
    border-right: 0px;
    border-left: 0px
}

#navi ul li .dropdownmenu li a {
    padding: 0px 0 !important;
    margin: 0 !important;
    width: 100%;
    text-align: left;
    text-indent: 10px;
    border: none;
    background: #e32920
}

#navi ul li .dropdownmenu li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 5px
}

#navi ul li .dropdownmenu li a:link,
#navi ul li .dropdownmenu li a:visited {
    color: #fff
}

#navi ul li .dropdownmenu li a:hover {
    color: #fff;
    background: #8b1712
}

@media (max-width: 767px) {
    header #head .logo {
        text-align: center;
        margin: 0 auto
    }
    header #head .logo img {
        display: block;
        margin: 0 auto
    }
    #navi {
        display: none
    }
}

#footer_bg {
    background-color: #000
}

#footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin: 0 auto 0;
    padding: 56px 0;
    color: #fff
}

@media (max-width: 767px) {
    #footer {
        width: calc(100% - 16px)
    }
}

#footer .footer_logo {
    text-align: left;
    border-bottom: 1px solid #aaa;
    padding: 8px 0;
    margin-bottom: 16px
}

@media (max-width: 479px) {
    #footer {
        padding: 16px 0
    }
    #footer .footer_logo {
        text-align: center
    }
}

.copyright {
    text-align: center;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 8px 0;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    font-weight: 300
}

@media (max-width: 479px) {
    .copyright {
        font-size: 1.2rem
    }
}

.copyright div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin: 0 auto
}

@media (max-width: 767px) {
    .copyright div {
        width: calc(100% - 16px)
    }
}

.copyright div p {
    font-size: 1.1rem;
    line-height: 1.4;
    color: #aaa;
    width: calc(100% - 320px)
}

address {
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    font-weight: 300
}

@media (max-width: 479px) {
    address {
        font-size: 1.2rem
    }
}

.footer_nav_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row
}

.footer_nav_wrap .footer_nav_ul {
    width: calc((100% / 3) - 16px);
    margin-bottom: 16px
}

.footer_nav_wrap .footer_nav_ul .footer_nav_ttl {
    font-weight: bold;
    color: #e32920
}

.footer_nav_wrap .footer_nav_ul li {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    font-weight: 300
}

@media (max-width: 479px) {
    .footer_nav_wrap .footer_nav_ul li {
        font-size: 1.2rem
    }
}

.footer_nav_wrap .footer_nav_ul li a:link,
.footer_nav_wrap .footer_nav_ul li a:visited {
    color: #fff;
    text-decoration: none
}

.footer_nav_wrap .footer_nav_ul li a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.6
}

@media (max-width: 479px) {
    .footer_nav_wrap {
        display: block;
        margin-bottom: 16px
    }
    .footer_nav_wrap .footer_nav_ul {
        width: calc(100% - 0px);
        margin-bottom: 8px
    }
    .footer_nav_wrap .footer_nav_ul .footer_nav_ttl {
        border-bottom: #333 1px solid;
        margin-bottom: 8px
    }
    .footer_nav_wrap .footer_nav_ul li {
        padding: 4px 0
    }
    .footer_nav_wrap .footer_nav_ul li a {
        background-color: #f2f2f2;
        display: block;
        padding: 3px
    }
}

.section_box_text_r {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: row-reverse
}

.section_box_text_r p {
    margin-bottom: 8px
}

@media (max-width: 767px) {
    .section_box_text_r {
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin: 0 auto
    }
}

.section_box_text_l {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.section_box_text_l p {
    margin-bottom: 8px
}

@media (max-width: 767px) {
    .section_box_text_l {
        display: -webkit-flex;
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin: 0 auto
    }
}

.section_box_text_box {
    width: 25%;
    vertical-align: middle;
    padding: 3% 5%
}

.section_box_img {
    flex: 1
}

.section_box_img img {
    width: 100%;
    height: 100%;
    object-position: 50% 50% !important;
    font-family: "object-fit: cover;"
}

@media (max-width: 767px) {
    .section_box_text_box {
        width: calc(100% - 4%);
        vertical-align: middle;
        padding: 2% 2%
    }
    .section_box_img {
        flex: 1
    }
    .section_box_img img {
        object-fit: cover;
        text-align: center;
        width: 100%;
        height: auto;
        object-position: 50% 50%
    }
}

.contact {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 10px;
    font-family: "Noto Serif JP";
    display: flex;
    justify-content: space-between
}

.contactbx {
    text-align: center;
    display: block;
    margin: 10px 0
}

.contactbx li {
    display: inline-block;
    margin: 0 5px 10px;
    border: 1px solid #fff
}

.contactbx a {
    width: 100%;
    display: block;
    font-size: 2rem
}

.contactbx li a:link,
.contactbx li a:visited,
.contactbx li a:hover {
    color: #111
}

.contactbx li:hover {
    opacity: 0.8
}

.contactbx .tl a {
    background: #fff;
    width: 300px;
    font-weight: normal;
    padding: 5px 0px;
    border-radius: 0px;
    letter-spacing: 2px
}

.contactbx .ml a {
    background: #fff;
    width: 300px;
    font-weight: normal;
    padding: 5px 0px;
    border-radius: 0px;
    background: #e32920;
    letter-spacing: 2px
}

.contactbx .tl a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    margin-right: 15px
}

.contactbx .ml a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 15px
}

.contactbx .ml a:link,
.contactbx .ml a:visited {
    color: #fff
}

.contactbx .ml a:hover {
    color: #333;
    color: #fff
}

.contactbx .tl a:link,
.contactbx .tl a:visited {
    color: #333
}

.contactbx .tl a:hover {
    color: #333
}

@media screen and (max-width: 768px) {
    .contact {
        width: 100%;
        display: block
    }
    .mttl_contact {
        float: none;
        text-align: center;
        font-size: 2.3rem;
        letter-spacing: 1px
    }
    .mttl_contact span {
        font-size: 1.1rem;
        letter-spacing: 1px
    }
    .contactbx li {
        display: block
    }
    .contactbx .tl a {
        display: block;
        width: 100%
    }
    .contactbx .ml a {
        display: block;
        width: 100%
    }
}

.col_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.col_2 .side {
    width: 400px
}

.col_2 .main {
    width: calc(100% - 430px)
}

@media (max-width: 767px) {
    .col_2 {
        display: block
    }
    .col_2 .side {
        width: 100%
    }
    .col_2 .main {
        width: calc(100% - 0px)
    }
}

.news-col {
    border-top: solid 1px #aaa
}

.news-col dt {
    float: left;
    width: 7em;
    padding: 24px 0px;
    line-height: 1.3;
    text-align: center;
    margin: 2px 0 0
}

.news-col dd {
    padding-left: 8em;
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 1.6;
    border-bottom: solid 1px #aaa
}

.news-col dd:first-child {
    border-top: solid 1px #aaa
}

@media screen and (max-width: 768px) {
    .news-col dt {
        float: none;
        width: 100%;
        margin: 2px 0;
        padding: 0;
        text-align: left
    }
    .news-col dd {
        padding-left: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        margin: 2px 0 16px
    }
}

.bnr_onepoint {
    display: flex;
    flex-wrap: wrap
}

.bnr_onepoint li {
    width: 48%;
    height: 750px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-right: 1px
}

.bnr_onepoint li * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.bnr_onepoint li *:before,
.bnr_onepoint li *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.bnr_onepoint li:hover p {
    transform: translateY(-30px)
}

.bnr_onepoint li img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.bnr_onepoint li figcaption {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 450px
}

.bnr_onepoint li div {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.bnr_onepoint li div p {
    text-shadow: rgba(0, 0, 0, 0.6) 0 0 10px;
    font-size: 3rem;
    color: #fff;
    line-height: 1.5;
    transform: translateY(0)
}

.bnr_onepoint li div p span {
    display: block !important;
    font-size: 1.5rem
}

.bnr_onepoint li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.bnr_onepoint li:hover img,
.bnr_onepoint li.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
    transform: scale(1.1)
}

.bnr_onepoint li:nth-child(2) {
    height: 249px;
    margin-bottom: 1px
}

.bnr_onepoint li:nth-child(2) img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.bnr_onepoint li:nth-child(3) {
    height: 250px
}

.bnr_onepoint li:nth-child(3) img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.bnr_onepoint li:nth-child(4) {
    height: 166px
}

.bnr_onepoint li:nth-child(4) img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media screen and (max-width: 768px) {
    .bnr_onepoint {
        height: auto
    }
    .bnr_onepoint li {
        width: calc(100%);
        height: auto;
        margin-right: 0px;
        margin-bottom: 0px;
        position: relative;
        overflow: hidden;
        text-align: center;
        height: 200px
    }
    .bnr_onepoint li figcaption {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto
    }
    .bnr_onepoint li img {
        width: 100%;
        height: 200px
    }
    .bnr_onepoint li div p {
        font-size: 1.8rem;
        color: #fff;
        line-height: 1.5
    }
    .bnr_onepoint li div p span {
        font-size: 1.2rem
    }
    .bnr_onepoint li:nth-child(1) {
        height: 250px;
        margin-bottom: 1px
    }
    .bnr_onepoint li:nth-child(1) img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        font-family: "object-fit: cover;"
    }
    .bnr_onepoint li:nth-child(2) {
        height: 250px;
        margin-bottom: 1px
    }
    .bnr_onepoint li:nth-child(2) img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        font-family: "object-fit: cover;"
    }
    .bnr_onepoint li:nth-child(3) {
        height: 250px
    }
    .bnr_onepoint li:nth-child(3) img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        font-family: "object-fit: cover;"
    }
    .bnr_onepoint li:nth-child(4) {
        height: 250px
    }
    .bnr_onepoint li:nth-child(4) img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        font-family: "object-fit: cover;"
    }
}

#wrap_2column {
    width: 1200px;
    padding: 30px 0px 30px;
    margin: 0 auto
}

#main {
    float: left;
    width: calc(100% - 330px)
}

#main section {
    margin-bottom: 35px
}

#sidewrap {
    width: 300px;
    margin-left: 30px;
    float: right
}

#side {
    width: 300px
}

@media screen and (max-width: 768px) {
    #wrap_2column {
        width: 100%;
        margin-bottom: 30px;
        overflow: hidden
    }
    #main {
        float: none;
        width: 95%;
        margin: 0 auto 20px
    }
    #sidewrap {
        display: none;
        float: none;
        width: 95%;
        margin: 0 auto;
        height: auto;
        padding: 0
    }
}

#flexwrap {
    display: -webkit-flex;
    display: flex;
    width: 1080px;
    margin: 0 auto
}

#main {
    flex: 1
}

#side {
    width: 300px;
    margin-left: 20px
}

@media screen and (max-width: 800px) {
    #flexwrap {
        display: -webkit-block;
        display: block;
        width: 100%;
        margin-bottom: 30px
    }
    #main {
        width: 100%;
        flex: 1;
        margin-bottom: 20px
    }
    #side {
        width: 100%;
        margin-left: 0px
    }
}

.smenu {
    padding-bottom: 10px
}

.smenu li {
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #888
}

.smenu a:hover {
    text-decoration: none;
    background: #fff
}

.smenu a {
    padding: 10px 0px;
    text-indent: 1em;
    display: block;
    zoom: 1;
    text-decoration: none;
    cursor: pointer
}

.smenu a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-right: 5px
}

.smenu a:link {
    color: #333
}

.smenu a:visited {
    color: #333
}

.sttl-1 {
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    padding: 15px 0;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-radius: 10px;
    background-color: #e32920;
    display: flex;
    align-items: center;
    padding-left: 1.5rem
}

@media (max-width: 767px) {
    .sttl-1 {
        font-size: 1.8rem
    }
}

.sttl-1:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 3rem;
    background-color: #000;
    margin-right: 10px
}

.sttl-2 {
    color: #e32920;
    text-indent: 5px;
    font-size: 1.7rem;
    padding: 15px 0;
    border-top: 1px solid #e32920;
    border-bottom: 1px solid #e32920;
    font-weight: bold;
    letter-spacing: 0.05em
}

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

.flexbox_2:after {
    content: "";
    display: block;
    width: calc((100% / 2) - 16px)
}

.flexbox_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.flexbox_3:after {
    content: "";
    display: block;
    width: calc((100% / 3) - 16px)
}

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

.flexbox_4:after {
    content: "";
    display: block;
    width: calc((100% / 4) - 16px)
}

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

.flexbox_5:after {
    content: "";
    display: block;
    width: calc((100% / 5) - 16px)
}

.flexbox_2 .bx {
    position: relative;
    margin-bottom: 32px;
    width: calc(50% - 16px)
}

.flexbox_2 .bx img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.flexbox_2 .bx .bx_in {
    padding: 16px
}

@media (max-width: 479px) {
    .flexbox_2 .bx {
        margin-bottom: 24px
    }
}

.flexbox_3 .bx {
    position: relative;
    margin-bottom: 32px;
    width: calc((100% / 3) - 16px)
}

.flexbox_3 .bx img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.flexbox_3 .bx .bx_in {
    padding: 16px
}

@media (max-width: 479px) {
    .flexbox_3 .bx {
        margin-bottom: 24px
    }
}

.flexbox_4 .bx {
    position: relative;
    margin-bottom: 32px;
    width: calc(25% - 16px)
}

.flexbox_4 .bx img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.flexbox_4 .bx .bx_in {
    padding: 16px
}

@media (max-width: 479px) {
    .flexbox_4 .bx {
        margin-bottom: 24px
    }
}

.flexbox_5 .bx {
    position: relative;
    margin-bottom: 32px;
    width: calc(20% - 16px)
}

.flexbox_5 .bx img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.flexbox_5 .bx .bx_in {
    padding: 16px
}

@media (max-width: 479px) {
    .flexbox_5 .bx {
        margin-bottom: 24px
    }
}

@media (max-width: 479px) {
    .flexbox_2,
    .flexbox_3 {
        display: block;
        flex-wrap: nowrap
    }
    .flexbox_2 .bx,
    .flexbox_3 .bx {
        width: calc(100% - 0px)
    }
    .flexbox_4 .bx {
        width: calc(50% - 8px)
    }
    .flexbox_5 .bx {
        width: calc(50% - 16px)
    }
}

.btn_inline .btn_s {
    display: inline-block;
    margin: 0 4px
}

.btn_s a {
    transition: 0.3s;
    border-radius: 8px;
    background: #e32920;
    padding: 8px 0px;
    font-size: 1.3rem;
    border: 1px solid #e32920;
    display: block;
    width: 160px;
    text-align: center
}

.btn_s a:link,
.btn_s a:visited {
    color: #fff
}

.btn_s a:hover {
    color: #fff;
    background: #fff;
    color: #e32920;
    border: 1px solid #e32920
}

@media (max-width: 767px) {
    .btn_s a {
        margin: 0 auto !important
    }
}

.btn_s.center a {
    margin-right: auto !important;
    margin-left: auto !important
}

.btn_s.right a {
    margin-left: auto !important
}

@media (max-width: 767px) {
    .btn_s.right a {
        margin: 0 auto !important
    }
}

.btn_s2 a {
    transition: 0.3s;
    border-radius: 8px;
    background: #009d1c;
    padding: 8px 0px;
    font-size: 1.3rem;
    border: 1px solid #009d1c;
    display: block;
    width: 140px;
    text-align: center
}

.btn_s2 a:link,
.btn_s2 a:visited {
    color: #fff
}

.btn_s2 a:hover {
    color: #fff;
    background: #fff;
    color: #009d1c;
    border: 1px solid #009d1c
}

@media (max-width: 767px) {
    .btn_s2 a {
        margin: 0 auto !important
    }
}

.btn_s2.center a {
    margin-right: auto !important;
    margin-left: auto !important
}

.btn_s2.right a {
    margin-left: auto !important
}

@media (max-width: 767px) {
    .btn_s2.right a {
        margin: 0 auto !important
    }
}

.bgcl_base {
    background-color: #e32920 !important
}

.bgcl_line {
    background-color: #2bac38 !important
}

.bgcl_facebook {
    background-color: #365491 !important
}

.bgcl_twitter {
    background-color: #3596d4 !important
}

.bgcl_insta {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat !important
}

.btn_inline {
    margin: 16px 0;
    text-align: center
}

.btn_inline .btn_main {
    display: inline-block;
    margin: 0 0 8px;
    width: 310px
}

@media (max-width: 479px) {
    .btn_inline .btn_main {
        width: 100%
    }
}

.bg-bngata {
    background: url(../img/bingata.jpg)
}

.btn_main a {
    display: block;
    width: 100%;
    max-width: 320px;
    font-weight: bold;
    padding: 8px 0px;
    border-radius: 25px;
    font-size: 1.8rem;
    transition: 0.3s;
    text-align: center;
    background: #fff;
    color: #e32920
}

.btn_main a:hover {
    opacity: 0.6
}

@media (max-width: 767px) {
    .btn_main a {
        margin: 0 auto !important
    }
}

.btn_main a:link,
.btn_main a:visited,
.btn_main a:hover {
    color: #e32920
}

.btn_main a.white:link,
.btn_main a.white:visited,
.btn_main a.white:hover {
    color: #fff
}

.btn_main.center a {
    margin-right: auto !important;
    margin-left: auto !important
}

.btn_main.right a {
    margin-left: auto !important
}

@media (max-width: 767px) {
    .btn_main.right a {
        margin: 0 auto !important
    }
}

.slider1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: repeat;
    margin-bottom: 20px
}

.slider1 .viewport {
    width: 100%;
    margin: 0 auto;
    height: 260px;
    position: relative
}

.slider1 .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 100%;
    color: #111;
    text-decoration: none;
    margin: auto;
    z-index: 5;
    cursor: pointer;
    font-size: 50px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    vertical-align: bottom
}

.slider1 .next {
    right: 0;
    left: auto
}

.slider1 .buttons:hover {
    opacity: 0.6
}

.slider1 .disable {
    visibility: hidden
}

.slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: -1px
}

.slider1 .overview li {
    width: 350px;
    height: 300px;
    float: left;
    text-align: center;
    vertical-align: middle;
    display: table;
    z-index: 99999;
    overflow: hidden;
    font-weight: bold;
    padding: 0px;
    margin: 0px 1px
}

.slider1 .overview li p {
    text-align: center;
    color: #555 !important;
    font-weight: normal;
    font-size: 13px !important;
    background: #f2f2f2
}

.slider1 img {
    background: #fff;
    width: 100%;
    height: 230px;
    vertical-align: middle;
    text-align: center;
    object-fit: cover
}

.file-btn {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 3px;
    color: #fff;
    background: #aaa;
    cursor: pointer;
    font-size: 1.3rem
}

.file-btn:hover {
    background: #ccc
}

.file-btn input {
    display: none
}

.form {
    margin: 10px 0 10px
}

.form dt span {
    color: #fff;
    background: #ff4f4f;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 1.1rem;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl {
    margin: 10px 0;
    font-size: 1.6rem
}

.form dd {
    line-height: 1.5;
    margin-bottom: 16px
}

.form dd p {
    padding-top: 5px;
    color: #888
}

.form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px
}

.textarea,
textarea,
.dropdown {
    border-radius: 2px;
    border: 1px solid #bbb;
    width: calc(100% - 10px) !important;
    padding: 0 5px;
    border-radius: 2px
}

.textarea {
    height: 30px
}

textarea {
    height: 350px !important
}

.form-button {
    margin: 32px 0
}

#mailform button {
    cursor: pointer;
    font-size: 1.5rem;
    display: block;
    margin: 0 0;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    width: 250px;
    border-radius: 30px;
    background: #e32920;
    font-weight: normal;
    letter-spacing: 0.1rem;
    border: 2px solid #e32920
}

@media (max-width: 479px) {
    #mailform button {
        margin: 0 auto
    }
}

#mailform button:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 6px
}

#mailform button:hover {
    background: #fff;
    color: #e32920
}

#mailform button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.form-button * {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: "";
    z-index: 3
}

label.radio_text:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #64bcff;
    z-index: 1
}

label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #fff
}

label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #fff
}

label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    margin-bottom: 8px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

label.checkbox_text:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

label.checkbox_text:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #e32920;
    border-bottom: 3px solid #e32920;
    transform: rotate(45deg);
    z-index: 1
}

label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #fff;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #eee
}

.fm-text {
    padding: 8px;
    margin: 16px 0;
    text-align: center;
    background: #fff
}

@media (max-width: 479px) {
    .form dl {
        margin: 10px 0
    }
    .form dt {
        float: none;
        width: 100%;
        height: 20px;
        line-height: 20px;
        padding-top: 10px
    }
    .form dd {
        width: 100%;
        padding-left: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 0px solid #eee
    }
    .form dd:last-child {
        border-bottom: 0px;
        margin-bottom: 0px
    }
    .textarea,
    textarea {
        font-size: 16px
    }
    .dropdown {
        font-size: 16px
    }
    .fm-text {
        text-align: left
    }
    label.radio_text {
        margin-right: 0;
        padding-left: 20px;
        width: calc(100% - 20px);
        display: block
    }
    label.checkbox_text {
        margin-right: 0px
    }
}

.col_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.col_2 .side {
    width: 400px
}

.col_2 .main {
    width: calc(100% - 430px)
}

@media (max-width: 767px) {
    .col_2 {
        display: block
    }
    .col_2 .side {
        width: 100%
    }
    .col_2 .main {
        width: calc(100% - 0px)
    }
}

.news-col {
    border-top: solid 1px #aaa
}

.news-col dt {
    float: left;
    width: 7em;
    padding: 24px 0px;
    line-height: 1.3;
    text-align: center;
    margin: 2px 0 0
}

.news-col dd {
    padding-left: 8em;
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 1.6;
    border-bottom: solid 1px #aaa
}

.news-col dd:first-child {
    border-top: solid 1px #aaa
}

@media screen and (max-width: 768px) {
    .news-col dt {
        float: none;
        width: 100%;
        margin: 2px 0;
        padding: 0;
        text-align: left
    }
    .news-col dd {
        padding-left: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        margin: 2px 0 16px
    }
}

.defaultlist,
.defaultlist li {
    padding: 0px;
    margin: 0px
}

.defaultlist li {
    list-style-type: none !important;
    list-style-image: none !important;
    margin: 5px 0px 5px 0px !important
}

.list9 {
    counter-reset: li
}

.list9 li {
    position: relative;
    display: block;
    padding: 5px 0px 5px 50px;
    border: 1px solid #aaa;
    margin-left: -15px !important
}

@media (max-width: 479px) {
    .list9 li {
        border: 0px
    }
}

li.list9-count:after {
    counter-increment: li;
    content: "-";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #aaa;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 2px solid #aaa;
    text-align: center;
    font-weight: bold;
    border-radius: 2px
}

#blog_flexwrap {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin: 40px auto
}

@media (max-width: 767px) {
    #blog_flexwrap {
        width: calc(100% - 16px)
    }
}

#blog_flexwrap #blog_side {
    width: 300px;
    margin-left: 40px
}

#blog_flexwrap #blog_side section {
    margin-bottom: 25px
}

#blog_flexwrap #blog_main {
    flex: 1
}

#blog_flexwrap #blog_main section {
    background: url("../img/bg.jpg");
    padding: 24px;
    margin-bottom: 25px
}

.blog_sttl01 {
    text-indent: 5px;
    border-top: 2px solid #111;
    background: url("../img/bg.jpg");
    padding: 16px 0;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center
}

.blog_mttl {
    width: calc(100% - 20px);
    color: #e32920;
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    overflow: hidden;
    font-weight: bold;
    margin: 0px 0 16px;
    line-height: 1.8
}

@media (max-width: 767px) {
    .blog_mttl {
        font-size: 1.8rem
    }
}

.blog_time {
    padding-top: 0px;
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    font-weight: 300
}

@media (max-width: 479px) {
    .blog_time {
        font-size: 1.2rem
    }
}

.blog_time:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_box {
    min-height: 500px;
    position: relative
}

.blog_box img {
    max-width: 100%;
    padding: 16px 0
}

.pages {
    width: calc(100% - 20px);
    margin-top: 40px;
    font-size: 1.2rem
}

.pages a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #e32920;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pages a:link,
.pages a:visited {
    color: #e32920
}

.pages a:hover {
    opacity: 0.6
}

.pages .page_next {
    float: left;
    width: calc(45% - 20px)
}

.pages .page_prev {
    float: right;
    text-align: right;
    width: calc(45% - 20px)
}

.archive * {
    transition: 0.3s
}

.archive ul {
    margin: 8px 0 0
}

.archive li {
    background: url("../img/bg.jpg");
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px
}

.archive li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px
}

.archive li a:link,
.archive li a:visited {
    color: #333
}

.archive li a:hover {
    color: #e32920
}

.blog_side_list {
    position: relative;
    margin: 0 0 16px !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background: url("../img/bg.jpg")
}

.blog_side_list .blog_bx {
    transition: 0.3s ease-in-out;
    width: calc(100% - 16px) !important;
    font-size: 1.2rem;
    border: 0px solid #ccc;
    position: relative;
    padding: 8px
}

.blog_side_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.blog_side_list .blog_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_side_list .blog_bx .blog_bx_flex div {
    width: calc(100% - 120px);
    padding: 0
}

.blog_side_list .blog_bx:hover {
    transform: translateY(0px);
    box-shadow: rgba(0, 0, 0, 0) 0px 16px 20px 10px
}

.blog_side_list .blog_bx figcaption {
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px
}

.blog_side_list .blog_bx * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog_side_list .blog_bx p {
    line-height: 1.6em;
    font-size: 13px
}

.blog_side_list .blog_bx img {
    vertical-align: middle;
    height: 100px;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.blog_side_list .blog_bx:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.blog_side_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 1.2rem;
    color: #e32920;
    float: none;
    background: #fff;
    padding: 0 0px
}

.blog_side_list .blog_bx .ttm {
    float: none;
    padding-top: 0px;
    font-size: 1.2rem;
    color: #888;
    font-weight: normal
}

.blog_side_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_side_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: bold
}

.blog_top_list {
    position: relative;
    margin: 0 0px 16px 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_top_list:after {
    content: "";
    display: block;
    width: 31%
}

.blog_top_list .blog_bx {
    transition: 0.3s ease-in-out;
    width: calc(33.33% - 16px) !important;
    font-size: 12px;
    margin-bottom: 24px;
    position: relative;
    background: #fff !important;
    transform: translateY(0px)
}

.blog_top_list .blog_bx:nth-child(3) {
    margin-right: 0px
}

.blog_top_list .blog_bx a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.blog_top_list .blog_bx .blog_bx_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_top_list .blog_bx .blog_bx_flex div {
    width: 100%;
    padding: 16px
}

.blog_top_list .blog_bx:hover {
    transform: translateY(-16px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 16px 20px 10px
}

.blog_top_list .blog_bx figcaption {
    display: block;
    text-align: center;
    width: 100%;
    height: 230px;
    overflow: hidden;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    float: none
}

.blog_top_list .blog_bx * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blog_top_list .blog_bx p {
    line-height: 1.6em;
    font-size: 13px
}

.blog_top_list .blog_bx img {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.blog_top_list .blog_bx .ttl {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    float: left;
    background: #e32920;
    padding: 0 15px;
    margin-bottom: 5px
}

.blog_top_list .blog_bx .ttm {
    padding-top: 0px;
    font-size: 12px;
    font-weight: normal;
    color: #aaa
}

.blog_top_list .blog_bx .ttm:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_top_list .blog_bx .blog_ttl {
    clear: both;
    font-weight: bold
}

.blog_top_list .blog_bx .blog_text {
    margin-top: 5px
}

@media (max-width: 767px) {
    .blog_top_list {
        position: relative;
        margin: 0 0 16px !important;
        padding: 0 !important;
        width: 100% !important;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start
    }
    .blog_top_list .blog_bx {
        transition: 0.3s ease-in-out;
        width: calc(100% - 16px) !important;
        font-size: 1.2rem;
        border: 0px solid #ccc;
        position: relative;
        padding: 8px
    }
    .blog_top_list .blog_bx a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1
    }
    .blog_top_list .blog_bx .blog_bx_flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .blog_top_list .blog_bx .blog_bx_flex div {
        width: calc(100% - 120px);
        padding: 0
    }
    .blog_top_list .blog_bx:hover {
        transform: translateY(0px);
        box-shadow: rgba(0, 0, 0, 0) 0px 16px 20px 10px
    }
    .blog_top_list .blog_bx figcaption {
        width: 100px;
        height: 100px;
        display: block;
        text-align: center;
        background-position: center center;
        background-repeat: no-repeat;
        float: left;
        margin-bottom: 0px;
        box-shadow: rgba(0, 0, 0, 0.1) 0 0 1px 1px
    }
    .blog_top_list .blog_bx * {
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s
    }
    .blog_top_list .blog_bx p {
        line-height: 1.6em;
        font-size: 13px
    }
    .blog_top_list .blog_bx img {
        vertical-align: middle;
        height: 100px;
        width: 100%;
        object-fit: cover;
        font-family: "object-fit: cover;"
    }
    .blog_top_list .blog_bx:hover img {
        opacity: 1 !important;
        transform: scale(1.1)
    }
    .blog_top_list .blog_bx .ttl {
        font-weight: bold;
        font-size: 1.2rem;
        color: #e32920;
        float: none;
        background: #fff;
        padding: 0 0px
    }
    .blog_top_list .blog_bx .ttm {
        float: none;
        padding-top: 0px;
        font-size: 1.2rem;
        color: #888;
        font-weight: normal
    }
    .blog_top_list .blog_bx .ttm:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f017";
        margin-right: 5px;
        font-weight: normal
    }
    .blog_top_list .blog_bx .blog_ttl {
        clear: both;
        font-weight: bold
    }
    .blog_top_list .blog_bx {
        width: calc(50% - 16px)
    }
    #blog_flexwrap {
        display: -webkit-block;
        display: block;
        width: 95%;
        margin: 20px auto 30px
    }
    #blog_flexwrap #blog_main {
        width: 100%;
        flex: 1;
        margin-bottom: 32px
    }
    #blog_flexwrap #blog_side {
        width: 100%;
        margin-left: 0px
    }
    .pages {
        width: 100%
    }
    .pages .page_next {
        float: none;
        width: calc(100% - 20px);
        margin-bottom: 8px
    }
    .pages .page_prev {
        float: none;
        text-align: left;
        width: calc(100% - 20px)
    }
}

.colum_item .item {
    margin-right: 32px
}

.colum_item .item.serv {
    width: 40%
}

@media (max-width: 767px) {
    .colum_item .item.serv {
        width: 100%
    }
}

.colum_item .item.serv img {
    width: 100%
}

.colum_item_r {
    flex-direction: row-reverse
}

.colum_item_r .item {
    margin-left: 32px
}

.colum_item,
.colum_item_r {
    background: #fff;
    display: flex;
    padding: 16px;
    margin-bottom: 16px
}

.colum_item .item img,
.colum_item_r .item img {
    width: 120px
}

.colum_item .info,
.colum_item_r .info {
    flex-grow: 2
}

@media (max-width: 479px) {
    .colum_item,
    .colum_item_r {
        display: block
    }
    .colum_item .item,
    .colum_item_r .item {
        margin: 0 auto;
        text-align: center
    }
    .colum_item .item img,
    .colum_item_r .item img {
        width: 120px
    }
    .colum_item .btn_s,
    .colum_item_r .btn_s {
        margin: 16px auto
    }
}

.kounyu {
    color: #fff;
    background-color: #a40000;
    padding: 2px 10px
}

#toplink01 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none
}

#toplink01 li {
    text-align: center;
    margin: 10px
}

#toplink01 li a {
    text-decoration: none
}

.bg-w {
    margin-bottom: 80px
}

@media (max-width: 479px) {
    .bg-w {
        margin-bottom: 30px
    }
}

.bg-b {
    margin-bottom: 80px;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (max-width: 479px) {
    .bg-b {
        margin-bottom: 30px;
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.btn1 a {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    background-color: #831A1F;
    border: 2px solid #831A1F;
    font-size: 20px;
    display: block;
    width: 280px;
    margin: 10px auto 46px 83px;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    color: #fff
}

.btn1 a:hover {
    color: #831A1F;
    background-color: #fff;
    border-color: #831A1F
}

.btn1 a::before,
.btn1 a::after {
    top: 0;
    height: 100%;
    background-color: #831A1F
}

.btn1 a::before {
    right: 0
}

.btn1 a::after {
    left: 0
}

.btn1 a:hover::before,
.btn1 a:hover::after {
    width: 0;
    background-color: #831A1F
}

.btn1 a::before,
.btn1 a::after {
    border-radius: 50px;
    position: absolute;
    z-index: -1;
    display: block;
    content: ''
}

.btn1 a,
.btn1 a::before,
.btn1 a::after {
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.btn2 a {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    background-color: #831A1F;
    border: 2px solid #831A1F;
    font-size: 20px;
    display: block;
    width: 480px;
    max-width: 90%;
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    color: #fff
}

.btn2 a:hover {
    color: #831A1F;
    background-color: #fff;
    border-color: #831A1F
}

.btn2 a::before,
.btn2 a::after {
    top: 0;
    height: 100%;
    background-color: #831A1F
}

.btn2 a::before {
    right: 0
}

.btn2 a::after {
    left: 0
}

.btn2 a:hover::before,
.btn2 a:hover::after {
    width: 0;
    background-color: #831A1F
}

.btn2 a::before,
.btn2 a::after {
    border-radius: 50px;
    position: absolute;
    z-index: -1;
    display: block;
    content: ''
}

.btn2 a,
.btn2 a::before,
.btn2 a::after {
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.btn3 a {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    background-color: #831A1F;
    border: 2px solid #831A1F;
    font-size: 20px;
    display: block;
    width: 220px;
    margin: 15px 74px 0;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    color: #fff
}

.btn3 a:hover {
    color: #831A1F;
    background-color: #fff;
    border-color: #831A1F
}

.btn3 a::before,
.btn3 a::after {
    top: 0;
    height: 100%;
    background-color: #831A1F
}

.btn3 a::before {
    right: 0
}

.btn3 a::after {
    left: 0
}

.btn3 a:hover::before,
.btn3 a:hover::after {
    width: 0;
    background-color: #831A1F
}

.btn3 a::before,
.btn3 a::after {
    border-radius: 50px;
    position: absolute;
    z-index: -1;
    display: block;
    content: ''
}

.btn3 a,
.btn3 a::before,
.btn3 a::after {
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.btn4 a {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    background-color: #831A1F;
    border: 2px solid #831A1F;
    font-size: 20px;
    display: block;
    width: 249px;
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    color: #fff
}

.btn4 a:hover {
    color: #831A1F;
    background-color: #fff;
    border-color: #831A1F
}

.btn4 a::before,
.btn4 a::after {
    top: 0;
    height: 100%;
    background-color: #831A1F
}

.btn4 a::before {
    right: 0
}

.btn4 a::after {
    left: 0
}

.btn4 a:hover::before,
.btn4 a:hover::after {
    width: 0;
    background-color: #831A1F
}

.btn4 a::before,
.btn4 a::after {
    border-radius: 50px;
    position: absolute;
    z-index: -1;
    display: block;
    content: ''
}

.btn4 a,
.btn4 a::before,
.btn4 a::after {
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.recipe {
    border: 4px solid #831A1F;
    border-radius: 40px
}

.recipe_header {
    margin-left: 35px;
    background: #831A1F;
    color: #FFF;
    font-size: 1.5em;
    padding: 0 30px;
    display: inline-block;
    padding: 0.1em 2.5em;
    border-radius: 10px 10px 0 0
}

.recipe .inner {
    padding: .5em;
    padding: 2em 3em;
    text-align: center
}

.recipe .inner .left {
    float: left;
    width: 20%
}

.recipe .inner .right {
    float: right;
    width: 66%
}

.recipe .inner .right img {
    width: 100%
}

.fleft0 {
    float: left
}

.fright0 {
    float: left
}

.clear {
    clear: both
}

#topSlider {
    position: relative
}

#topSlider .swiper-wrapper .slide-img {
    width: 100%;
    height: 70vh;
    position: relative
}

@media (max-width: 767px) {
    #topSlider .swiper-wrapper .slide-img {
        height: 35vh
    }
}

#topSlider .swiper-wrapper .slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#topSlider .slide_catch {
    width: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    filter: drop-shadow(3px 4px 4px #000)
}

@media (max-width: 767px) {
    #topSlider .slide_catch {
        width: 50%
    }
}

.h_contact {
    width: 200px;
    padding: 1rem;
    margin: auto;
    text-align: center
}

@media (max-width: 767px) {
    .h_contact {
        display: none
    }
}

.h_contact p {
    font-size: 12px
}

.h_contact .top_btn {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.25rem;
    padding: 0.5rem 1rem;
    background-color: #ffeb3b
}

.h_contact .top_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f87b";
    font-weight: 900;
    margin-right: 5px
}

.item_wrap {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media (max-width: 767px) {
    .item_wrap {
        justify-content: space-between
    }
}

.item_wrap .item {
    width: 30%;
    margin-right: 3.333%;
    margin-bottom: 8rem;
    position: relative
}

@media (max-width: 767px) {
    .item_wrap .item {
        width: 100%
    }
}

.item_wrap .item:nth-of-type(3n) {
    margin-right: 0
}

@media (max-width: 767px) {
    .item_wrap .item {
        margin-right: 0
    }
}

.item_wrap .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.item-text {
    width: 80%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 1em;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box
}

.item-text p+p {
    margin-top: 1em
}

.mttl-bg {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 5px
}

.flow-list {
    margin-top: 4rem;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.flow-list.type1 {
    display: block
}

.flow-list.type1 li {
    width: 100%
}

.flow-list.type1 li .flow-title {
    margin-bottom: 10px
}

.flow-list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 35px;
    align-items: center;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    background: #fefefe;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-sizing: border-box
}

.flow-list li.type100 {
    flex-basis: 100%;
    margin-right: 0
}

.flow-list li:nth-child(2n) {
    margin-right: 0
}

@media (max-width: 767px) {
    .flow-list li {
        width: 90%;
        margin: 0 auto 30px
    }
    .flow-list li:nth-child(2n) {
        margin-right: auto
    }
}

.flow-list li .flow-num {
    color: #000;
    font-size: 3.5rem;
    border-right: 1px solid #000;
    padding-right: 15px;
    align-self: center;
    line-height: 1.2
}

.flow-list li .flow-num span {
    font-size: 1.3rem;
    display: block;
    text-align: center
}

.flow-list li .txt {
    flex: 1;
    margin-left: 35px
}

.flow-list li .flow-title {
    color: #e32920;
    border-bottom: 1px solid #e32920;
    padding-bottom: 4px;
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0.2rem
}

@media (max-width: 767px) {
    .flow-list li {
        flex-direction: column
    }
    .flow-list li .flow-num {
        font-size: 2.2rem;
        text-align: center;
        border-right: 0;
        padding: 0 0 4px;
        border-bottom: 1px solid #000
    }
    .flow-list li .flow-title {
        font-size: 1.3rem
    }
    .flow-list li .txt {
        margin: 20px auto 0
    }
}

.rec_wrap {
    /* text-align: center; */
    /* font-size: 2rem */
    max-width:900px ;
    margin: 0 auto;
}

.rec_wrap .contact_btn a {
    display: block;
    width: 300px;
    margin: auto;
    text-align: center;
    margin-top: 4rem;
    font-weight: normal;
    padding: 5px 0px;
    border-radius: 0px;
    background: #e42921;
    letter-spacing: 2px;
    font-size: 2rem;
    color: #fff
}

.contact_page {
    width: 980px;
    max-width: 100%;
    text-align: center;
    padding: 4rem 0;
    margin: auto;
    background-color: #fafafa
}

.contact_page .contact_page_btn a {
    font-size: 4rem;
    color: #e32920;
    letter-spacing: 0.25rem
}

.contact_page .contact_page_btn a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f87b";
    font-weight: 900;
    margin-right: 5px
}

.top_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
    padding: 0 1rem
}

.top_contents li {
    width: 23%
}

@media (max-width: 767px) {
    .top_contents li {
        width: 100%;
        margin-bottom: 100px
    }
}

.top_contents li a {
    display: block;
    color: #fff
}

.top_contents li a figure {
    width: 100%;
    height: 100%;
    position: relative
}

.top_contents li a figure .fig_img {
    width: 100%;
    overflow: hidden
}

.top_contents li a figure .fig_img img {
    width: 100%;
    transition: 0.3s ease
}

.top_contents li a figure .fig_txt {
    width: 80%;
    padding: 1rem;
    position: absolute;
    bottom: -32px;
    left: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e32920;
    line-height: 1.4
}

.top_contents li a figure .fig_txt .num {
    font-size: 4rem;
    padding: 2rem;
    border-right: 1px solid #fff
}

.top_contents li a figure .fig_txt .fig_txt_inn {
    padding: 2rem
}

.top_contents li a figure .fig_txt .fig_txt_inn span {
    display: block
}

.top_contents li a:hover img {
    transform: scale(1.2)
}

.top_contents li:nth-of-type(2n) {
    transform: translateY(60px)
}

@media (max-width: 767px) {
    .top_contents li:nth-of-type(2n) {
        transform: none
    }
}


/*# sourceMappingURL=style.css.map */