@charset 'UTF-8';
/*親16px px→em*/
*
{
        box-sizing: border-box;

     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

html
{
    font-size: 62.5% !important;

    overflow: visible !important;
}

body
{
    font-family: 'Noto Serif JP', serif, '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Sans JP', sans-serif;
    font-size: 1.4rem !important;
    font-weight: 400;
    line-height: 2.6 !important;

    overflow-x: hidden;

    counter-reset: number 0;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
            animation: fadeIn 3s ease 0s 1 normal;
    letter-spacing: .15em;
    word-wrap: break-word;

    color: #fff;
    background: #000 !important;
}

@media only screen and (max-width: 640px)
{
    body
    {
        font-size: 1.6rem !important;
    }
}

@-webkit-keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}

@keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}

::-moz-selection
{
    color: #fff;
    background-color: #6f0d0d;
}

::selection
{
    color: #fff;
    background-color: #6f0d0d;
}

.inner
{
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}

.inner2
{
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

.bg100,
.inner_out
{
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    padding: 0 40px;
}

@media only screen and (max-width: 1024px)
{
    .bg100,
    .inner_out
    {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 640px)
{
    .bg100,
    .inner_out
    {
        padding: 0 20px;
    }
}

.bg100_2,
.inner_out2
{
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    margin-left: calc(((1200px - 100%) / 2) * -1) !important;
    padding: 0 40px;
}

@media screen and (max-width: 1400px)
{
    .bg100_2,
    .inner_out2
    {
        margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    }
}

@media only screen and (max-width: 1024px)
{
    .bg100_2,
    .inner_out2
    {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 640px)
{
    .bg100_2,
    .inner_out2
    {
        padding: 0 20px;
    }
}

.bg100_3,
.inner_out3
{
    margin-right: calc(((1200px - 100%) / 2) * -1) !important;
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    padding: 0 40px;
}

@media screen and (max-width: 1400px)
{
    .bg100_3,
    .inner_out3
    {
        margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    }
}

@media only screen and (max-width: 1024px)
{
    .bg100_3,
    .inner_out3
    {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 640px)
{
    .bg100_3,
    .inner_out3
    {
        padding: 0 20px;
    }
}

h2,
h3
{
    line-height: 1.6;
}

a
{
    text-decoration: none;
}

.pd0
{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#contents_wrap,
#global_header,
#global_footer
{
    position: relative;
}

#contents_wrap
{
    min-width: 100% !important;
    padding: 0 40px;
}

@media screen and (max-width: 1400px)
{
    #contents_wrap
    {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1024px)
{
    #contents_wrap
    {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 640px)
{
    #contents_wrap
    {
        padding: 0 20px;
    }
}

#contents
{
    width: 100%;
    padding: 0;

    background: none !important;
}

#main
{
    float: none !important;

    max-width: 100% !important;
    margin: 0 auto;
}

@media screen and (max-width: 1400px)
{
    #main
    {
        width: 100%;
    }
}

#col_main
{
    float: none !important;

    width: 100% !important;
}

.map
{
    margin: 56px auto 120px;
    padding: 60px 0;
}

@media only screen and (max-width: 1024px)
{
    .map
    {
        width: 90%;
    }
}

.map li
{
    margin: 0 0 15px;
    padding: 0 0 0 10px;

    list-style: none;

    text-align: left;

    border-left: 5px solid #ccc;
}

@media only screen and (max-width: 1024px)
{
    .map li
    {
        text-align: center;
    }
}

.map li:last-child
{
    display: none;
}

.map li a
{
    color: #333 !important;
}

table
{
    table-layout: fixed;
}

.tlauto table
{
    table-layout: auto;
}

table td img
{
    height: auto !important;
}

.tdpd10 td
{
    padding: 10px !important;
}

pre
{
    margin: 0;
    padding: 0;

    white-space: pre-line;
}

b,
strong
{
    font-weight: bold;
}

u
{
    text-decoration: line-through;
}

img
{
    max-width: 100%;
    height: auto !important;
}

small
{
    font-size: 80%;
}

hr
{
    height: 0;

    border: none;
    border-bottom: 1px dashed #b3b3b3;
}

span
{
    font-weight: inherit;
}

@media screen and (max-width: 1024px)
{
    .youtube
    {
        position: relative;

        width: 100%;
        padding-top: 56.25%;
    }
    .youtube iframe
    {
        position: absolute;
        top: 0;
        right: 0;

        width: 100% !important;
        height: 100% !important;
    }
}

.tubebox_1 .box
{
    width: 49%;
    margin-bottom: 2%;
}

@media only screen and (max-width: 640px)
{
    .tubebox_1 .box
    {
        width: 100%;
        margin-bottom: 20px;
    }
}

.tubebox_1 .box:not(:nth-child(2n))
{
    margin-right: 2%;
}

@media only screen and (max-width: 640px)
{
    .tubebox_1 .box:not(:nth-child(2n))
    {
        margin-right: 0;
    }
}

.tubebox_1 .box
{
    position: relative;

    padding-top: 27.55%;
}

@media only screen and (max-width: 640px)
{
    .tubebox_1 .box
    {
        padding-top: 56.25%;
    }
}

.tubebox_1 .box iframe
{
    position: absolute;
    top: 0;
    right: 0;

    width: 100% !important;
    height: 100% !important;
}

u
{
    text-decoration: underline;
}

.borB
{
    border-bottom: 1px dashed #333;
}

.b
{
    font-weight: bold;
}

b
{
    font-weight: bold;
}

input[type='button']
{
    padding: 5px 10px;

    cursor: pointer;
}

input[type='submit']
{
    border-radius: 0;

    -webkit-appearance: none;
}

.box
{
    overflow: inherit !important;
}

.pcnone
{
    display: none;
}

@media only screen and (max-width: 640px)
{
    .pcnone
    {
        display: block;
    }
}

@media only screen and (max-width: 640px)
{
    .spnone
    {
        display: none;
    }
}

.none
{
    display: none;
}

.block
{
    display: block !important;
}

@media only screen and (max-width: 640px)
{
    .spblk
    {
        display: block;
    }
}

@media only screen and (max-width: 834px)
{
    .tabblk
    {
        display: block;
    }
}

@media screen and (min-width: 641px)
{
    .pcblk
    {
        display: block;
    }
}

a.itext
{
    width: auto !important;
    height: auto !important;
}

.annot
{
    display: none !important;
}

.flex
{
    flex-wrap: wrap;
}

@media only screen and (max-width: 640px)
{
    .imgR,
    .imgL
    {
        display: block;
        float: none;

        max-width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto 20px;

        text-align: center;
    }
}

.nolink
{
    pointer-events: none;
}

.link_1 a
{
    text-decoration: underline !important;

    color: #fff !important;
}

@media only screen and (max-width: 640px)
{
    .sptxt
    {
        text-align: left !important;
    }
}

@media only screen and (max-width: 640px)
{
    .sptxt div
    {
        text-align: left !important;
    }
}

@media only screen and (max-width: 640px)
{
    .tbl_scroll table
    {
        table-layout: auto;
    }
}

.fa,
.fas
{
    font-family: 'Font Awesome 5 Pro';
}

.mincho
{
    font-family: 'Times New Roman', '游明朝体', 'Yu Mincho', YuMincho, 'Noto Serif JP', serif, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Sans JP', sans-serif;
}

.gothic
{
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media only screen and (max-width: 640px)
{
    .fltL
    {
        float: none;

        width: 100% !important;
    }
    .fltR
    {
        float: none;

        width: 100% !important;
    }
    .sptal
    {
        text-align: left !important;
    }
    .sptar
    {
        text-align: right !important;
    }
    .sptac
    {
        text-align: center !important;
    }
    .spcenter
    {
        display: block;

        margin-top: 10px;

        text-align: center;
    }
}

.clearfix:after
{
    visibility: inherit !important;
}

#global_header
{
    min-width: 100% !important;
}

#global_footer
{
    min-width: 100% !important;
}

copy
{
    display: inline !important;

    padding: 0 !important;
}

.submit
{
    max-width: 100%;
}

.form_wrap #text
{
    position: relative;
}

.form_wrap #text:after
{
    font-size: .9em;

    position: absolute;
    top: 0;
    right: -30px;

    content: '必須';
}

.form_wrap .name,
.form_wrap .kana,
.form_wrap .text,
.form_wrap .tel,
.form_wrap .radio
{
    text-align: left !important;
}

.c_contactArea
{
    margin-top: 60px;
}

@media screen and (max-width: 640px)
{
    .c_contactArea .contact_form .date
    {
        display: flex;
    }
}

@media screen and (max-width: 640px)
{
    .c_contactArea .contact_form .number
    {
        text-align: left !important;
    }
}

@media screen and (max-width: 640px)
{
    .c_contactArea .contact_form div
    {
        float: none !important;
    }
}

.c_contactArea .contact_form dl
{
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.c_contactArea .contact_form dl:not(:last-child)
{
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.c_contactArea .contact_form dt
{
    position: relative;

    border: none !important;
    background: none !important;
}

.c_contactArea .contact_form dd
{
    text-align: left !important;

    border: none !important;
    background: none !important;
}

.c_contactArea .submit
{
    width: 100%;
}

.c_contactArea .submit_c,
.c_contactArea .submit_l,
.c_contactArea .submit_r
{
    font-family: 'Noto Sans JP', sans-serif, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 16px;
    font-weight: 500;

    width: 300px;
    max-width: 100%;
    height: 60px;

    transition: .5s;
    text-indent: 0;

    color: #fff !important;
    border: none;
    border-radius: 0;
    background: none;
    background: #9e1616;
}

.c_contactArea .submit_c:hover,
.c_contactArea .submit_l:hover,
.c_contactArea .submit_r:hover
{
    opacity: 1 !important;
    background: #6f0d0d;
}

.c_contactArea .submit_l,
.c_contactArea .submit_r
{
    width: 250px;
    height: 60px;
    margin: 0 10px;
    margin-top: 80px;
}

.submit_l,
.submit_r
{
    float: none !important;
}

.mail.title
{
    display: none;
}

#entry .back,
.shipment .back
{
    line-height: 37px;

    width: 180px !important;
    max-width: 100% !important;
    height: 42px !important;
    margin: 20px 0 -30px 0 !important;

    text-align: center;
    text-indent: 0 !important;

    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    background: none !important;
    background-color: #f5f5f5 !important;
}

.pan1
{
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
    padding-top: 20px;
}

@media only screen and (max-width: 640px)
{
    .pan1
    {
        font-size: 14px;

        margin-bottom: 60px;
    }
}

.pan1 i
{
    margin-right: 10px;
}

.pankuzu
{
    text-align: right;
}

.pankuzu ul
{
    margin-top: 15px;
}

.pankuzu a
{
    color: #8a8a8a !important;
}

.pankuzu li
{
    position: relative;

    display: inline-block;

    color: #999 !important;
}

@media only screen and (max-width: 640px)
{
    .pankuzu li
    {
        font-size: 14px;
    }
}

@media only screen and (max-width: 640px)
{
    .pankuzu li:last-child
    {
        margin-right: 10px;
    }
}

.pankuzu li:last-child:after
{
    display: none;
}

#form_c2
{
    width: 960px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    margin-top: 60px !important;

    text-align: center !important;
}

.style_form
{
    text-align: left;
}

@media only screen and (max-width: 640px)
{
    .style_form
    {
        text-align: center;
    }
}

.style_form input
{
    width: 100% !important;
}

.nf_txt
{
    margin-top: 40px;
}

@media screen and (max-width: 640px)
{
    .nf_txt
    {
        margin-top: 0;
    }
}

.nf_txt h2
{
    font-size: 20px;
    font-weight: bold;

    border-bottom: none;
}

@media screen and (max-width: 640px)
{
    .nf_txt h2
    {
        font-size: 18px;
    }
}

.nf_txt p
{
    margin-bottom: 30px;
}

@media screen and (max-width: 640px)
{
    .nf_txt p
    {
        font-size: 13px;
    }
}

.nf_btn a
{
    font-family: 'Lora', serif, 'Noto Serif JP', serif, '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Sans JP', sans-serif;

    display: block;

    width: 400px;
    margin: 0 auto;
    padding: .8em 5em;

    text-align: center !important;

    color: #fff !important;
    border: 1px solid;
}

.nf_btn a::before
{
    z-index: -1;
}

.nf_btn a:after
{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;

    position: absolute;
    top: 50%;
    right: 15px;

    content: '\f105';
    transform: translateY(-50%);
}

.nf_btn a:hover
{
    color: #fff !important;
    background: #9e1616;
}

.policy_h2 h2
{
    font-size: 1.4em;

    margin-bottom: 20px;
    padding-bottom: 10px;

    border-bottom: 1px solid;
}

@media screen and (max-width: 640px)
{
    .policy_h2 h2
    {
        font-size: 1.2em;
    }
}

.policy_txt
{
    margin-bottom: 60px;
}

.mb10
{
    margin-bottom: 10px !important;
}

.mb20
{
    margin-bottom: 20px !important;
}

.mb30
{
    margin-bottom: 30px !important;
}

.mb40
{
    margin-bottom: 40px !important;
}

.mb50
{
    margin-bottom: 50px !important;
}

.mb60
{
    margin-bottom: 60px !important;
}

.mb70
{
    margin-bottom: 70px !important;
}

.mb80
{
    margin-bottom: 80px !important;
}

.mb90
{
    margin-bottom: 90px !important;
}

.mb100
{
    margin-bottom: 100px !important;
}

.mb110
{
    margin-bottom: 110px !important;
}

.mb120
{
    margin-bottom: 120px !important;
}

a:hover
{
    opacity: .9 !important;
}

a
{
    transition: .5s;
}

a:hover
{
    transition: .5s;
}

img
{
    transition: .5s;
}

img:hover
{
    transition: .5s;
}

.fadeInDown
{
    visibility: visible !important;

    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown
{
    0%
    {
        transform: translateY(-40px);

        opacity: 0;
    }
    100%
    {
        transform: translateY(0);

        opacity: 1;
    }
}

@keyframes fadeInDown
{
    0%
    {
        transform: translateY(-40px);

        opacity: 0;
    }
    100%
    {
        transform: translateY(0);

        opacity: 1;
    }
}

/**/
.fadeInLeft
{
    visibility: visible !important;

    -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft
{
    0%
    {
        transform: translateX(-40px);

        opacity: 0;
    }
    100%
    {
        transform: translateX(0);

        opacity: 1;
    }
}

@keyframes fadeInLeft
{
    0%
    {
        transform: translateX(-40px);

        opacity: 0;
    }
    100%
    {
        transform: translateX(0);

        opacity: 1;
    }
}

/**/
.fadeInRight
{
    visibility: visible !important;

    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight
{
    0%
    {
        transform: translateX(40px);

        opacity: 0;
    }
    100%
    {
        transform: translateX(0);

        opacity: 1;
    }
}

@keyframes fadeInRight
{
    0%
    {
        transform: translateX(40px);

        opacity: 0;
    }
    100%
    {
        transform: translateX(0);

        opacity: 1;
    }
}

/**/
.fadeInUp
{
    visibility: visible !important;

    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp
{
    0%
    {
        transform: translateY(40px);

        opacity: 0;
    }
    100%
    {
        transform: translateY(0);

        opacity: 1;
    }
}

@keyframes fadeInUp
{
    0%
    {
        transform: translateY(40px);

        opacity: 0;
    }
    100%
    {
        transform: translateY(0);

        opacity: 1;
    }
}

.animation01,
.animation02,
.animation03,
.animation04
{
    opacity: 0;
}

/*フェードで出現*/
.fadein
{
    display: block !important;

    transition: all .5s !important;
    transform: translate(0) !important;

    opacity: 0;
}

.scrollin
{
    transform: translate(0, 0) !important;

    opacity: 1 !important;
}

/*画像アニメーション*/
.sample
{
    position: relative;

    overflow: hidden;
}

.sample img
{
    display: block;

    height: auto;
    margin: 0 auto;
}

.left_img img
{
    margin: inherit !important;
}

.sample02
{
    overflow: hidden;
}

.sample02 img
{
    display: block;

    height: auto;
}

/* 1 つ目のサンプル */
@media screen and (min-width: 1024px)
{
    .sample-one.sample-animation img
    {
        -webkit-animation: sample-one 1.2s cubic-bezier(.4, 0, .2, 1);
                animation: sample-one 1.2s cubic-bezier(.4, 0, .2, 1);
    }
}

.sample-one img
{
    opacity: 0;
}

.sample-one.sample-animation
{
    -webkit-animation: sample-one-img 2s cubic-bezier(.4, 0, .2, 1);
            animation: sample-one-img 2s cubic-bezier(.4, 0, .2, 1);
}

.sample-one.sample-animation:before
{
    -webkit-animation: sample-one-before 2s cubic-bezier(.4, 0, .2, 1) forwards;
            animation: sample-one-before 2s cubic-bezier(.4, 0, .2, 1) forwards;
}

.sample-one:before
{
    width: 100%;
}

@-webkit-keyframes sample-one
{
    0%
    {
        transform: scale(1.2) translateY(24px);

        opacity: 0;
    }
    32%
    {
        transform: scale(1.2) translateY(24px);

        opacity: 0;
    }
}

@keyframes sample-one
{
    0%
    {
        transform: scale(1.2) translateY(24px);

        opacity: 0;
    }
    32%
    {
        transform: scale(1.2) translateY(24px);

        opacity: 0;
    }
}

/* 2 つ目のサンプル */
.sample-second.sample-animation
{
    -webkit-animation: sample-second-img 2s cubic-bezier(.4, 0, .2, 1);
            animation: sample-second-img 2s cubic-bezier(.4, 0, .2, 1);
}

.sample-second.sample-animation:before
{
    -webkit-animation: sample-second-before 2s cubic-bezier(.4, 0, .2, 1) forwards;
            animation: sample-second-before 2s cubic-bezier(.4, 0, .2, 1) forwards;
}

.sample-second:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;

    content: '';
    pointer-events: none;

    background: #000;
}

@-webkit-keyframes sample-second-img
{
    0%
    {
        opacity: 0;
    }
}

@keyframes sample-second-img
{
    0%
    {
        opacity: 0;
    }
}

@-webkit-keyframes sample-second-before
{
    100%
    {
        transform: translateX(100%);
    }
}

@keyframes sample-second-before
{
    100%
    {
        transform: translateX(100%);
    }
}

/* 3 つ目のサンプル */
.sample-third.sample-animation:before,
.sample-third.sample-animation:after
{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;

    content: '';
    -webkit-animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
            animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
    pointer-events: none;

    background: #fafafa;
}

.sample-third.sample-animation:before
{
    right: 50%;
    left: 0;

    -webkit-animation-name: sample-third-before;
            animation-name: sample-third-before;
}

.sample-third.sample-animation:after
{
    right: 0;
    left: 50%;

    -webkit-animation-name: sample-third-after;
            animation-name: sample-third-after;
}

.sample-third img
{
    opacity: 0;
}

@-webkit-keyframes sample-third-before
{
    100%
    {
        transform: translateY(100%);
    }
}

@keyframes sample-third-before
{
    100%
    {
        transform: translateY(100%);
    }
}

@-webkit-keyframes sample-third-after
{
    100%
    {
        transform: translateY(-100%);
    }
}

@keyframes sample-third-after
{
    100%
    {
        transform: translateY(-100%);
    }
}

.sample-animation.sample-one
{
    opacity: 1 !important;
}

.sample-animation img
{
    opacity: 1 !important;
}

@-webkit-keyframes fwfw
{
    0%
    {
        transform: translateY(0);
    }
    50%
    {
        transform: translateY(-10px);
    }
    100%
    {
        transform: translateY(0);
    }
}

@keyframes fwfw
{
    0%
    {
        transform: translateY(0);
    }
    50%
    {
        transform: translateY(-10px);
    }
    100%
    {
        transform: translateY(0);
    }
}

.fwfw
{
    -webkit-animation: fwfw 1s infinite;
            animation: fwfw 1s infinite;
}

.inview01
{
    position: relative;

    overflow: hidden;
}

.inview01::after
{
    position: absolute;
    top: 0;
    left: -100%;

    display: block;
    display: inline-block;

    width: 100%;
    height: 100%;

    content: '';
    transition: .8s;

    background: #6f0d0d;
}

.inview01 img
{
    transition: .2s .2s;

    opacity: 0;
}

/* 可視範囲に入ったとき */
.inview01.show::after
{
    left: 100%;
}

.inview01.show img
{
    opacity: 1;
}

/*画像のぼかしからくっきり*/
.blur_1 img
{
    transition: transform .5s linear;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;

    opacity: 0;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.img-blur
{
    transition: .8s;
    -webkit-animation-name: imageBlur;
            animation-name: imageBlur;

    opacity: 1;
}

@-webkit-keyframes imageBlur
{
    from
    {
        opacity: 0;

        -moz-filter: blur(15px);
         -ms-filter: blur(15px);
          -o-filter: blur(15px);
             filter: blur(15px);
    }
    to
    {
        opacity: 1;

        -moz-filter: blur(0px);
         -ms-filter: blur(0px);
          -o-filter: blur(0px);
             filter: blur(0px);
    }
}

@keyframes imageBlur
{
    from
    {
        opacity: 0;

        -moz-filter: blur(15px);
         -ms-filter: blur(15px);
          -o-filter: blur(15px);
             filter: blur(15px);
    }
    to
    {
        opacity: 1;

        -moz-filter: blur(0px);
         -ms-filter: blur(0px);
          -o-filter: blur(0px);
             filter: blur(0px);
    }
}

/*スクロールダウン*/
.scroll a
{
    font-family: 'Lora', serif, 'Noto Serif JP', serif, '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;

    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 50%;

    overflow: hidden;

    padding: 10px 10px 120px;

    transform: translate(-50%, 0);
    text-decoration: none;
    letter-spacing: .2em;
    letter-spacing: 0;
    text-transform: uppercase;

    color: #fff;
    color: #fff !important;
}

@media only screen and (max-width: 640px)
{
    .scroll a
    {
        font-size: 16px;
    }
}

.scroll a::after
{
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 1px;
    height: 100px;

    content: '';
    -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
            animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;

    background: #fff;
}

@-webkit-keyframes sdl
{
    0%
    {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50%
    {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    50.1%
    {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100%
    {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

@keyframes sdl
{
    0%
    {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50%
    {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    50.1%
    {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100%
    {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

/*スクロールバー全体*/
::-webkit-scrollbar
{
    width: 4px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb
{
    background-color: #6f0d0d;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}

.sub_menu
{
    position: absolute;
    z-index: 999999;
    top: 50px;
    left: 50%;

    width: 400px !important;
    max-width: inherit !important;
    margin: auto !important;

    transform: translateX(-50%);

    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px)
{
    .sub_menu
    {
        position: static;
        left: 0;

        width: auto !important;

        transform: inherit;

        background: no-repeat;
    }
}

.sub_menu li
{
    line-height: 1.8;

    position: relative;
    z-index: 99;

    display: inline-block;

    width: 100% !important;
}

.sub_menu li:not(:last-child)
{
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.sub_menu a
{
    font-size: .9em !important;

    display: block;

    padding: 10px 0;

    color: #fff !important;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (max-width: 1024px)
{
    .sub_menu a
    {
        padding: 0;
    }
}

.sub_menu a:hover
{
    color: #000 !important;
    background: rgba(255, 255, 255, .8);
}

.sub_menu a::before
{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;

    position: absolute;
    top: 50%;
    right: 15px;

    content: '\f105';
    transform: translateY(-50%);
}

.sub_menu a::after
{
    display: none;
}

.googlemaps iframe
{
    vertical-align: bottom;
}

@media screen and (max-width: 640px)
{
    .googlemaps iframe
    {
        height: 300px;
    }
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed
{
    transition: all .7s ease;

    -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
         filter: grayscale(100%);
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover
{
    -moz-filter: grayscale(0%);
     -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
         filter: grayscale(0%);
}

#fancybox-title-float-main
{
    line-height: 9px !important;
}

.fancybox-image
{
    padding: 0 20px;
}

.sp_pop a
{
    pointer-events: none;
}

@media only screen and (max-width: 640px)
{
    .sp_pop a
    {
        pointer-events: inherit;
    }
}

.insta div.sns_list
{
    display: flex;
    flex-direction: row !important;

    box-sizing: border-box;

    border: none !important;

    flex-wrap: nowrap !important;
    align-content: space-between;
}

@media screen and (max-width: 1024px)
{
    .insta div.sns_list
    {
        flex-wrap: wrap !important;
    }
}

.insta div.sns_list > div
{
    flex-direction: row !important;

    width: 24% !important;

    border-bottom: none !important;

    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px)
{
    .insta div.sns_list > div
    {
        width: 32% !important;
        margin-bottom: 2%;
    }
}

@media only screen and (max-width: 640px)
{
    .insta div.sns_list > div
    {
        width: 49% !important;
    }
}

.insta div.sns_list > div:not(:last-child)
{
    margin-right: 2%;
}

@media screen and (max-width: 1024px)
{
    .insta div.sns_list > div:not(:last-child)
    {
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px)
{
    .insta div.sns_list > div:not(:nth-child(3n))
    {
        margin-right: 2%;
    }
}

@media only screen and (max-width: 640px)
{
    .insta div.sns_list > div:not(:nth-child(3n))
    {
        margin-right: 0;
    }
}

@media only screen and (max-width: 640px)
{
    .insta div.sns_list > div:not(:nth-child(2n))
    {
        margin-right: 2%;
    }
}

.insta div.sns_list div.sns_photo
{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
}

.insta div.sns_list div.sns_photo img
{
    font-family: 'object-fit: cover!important;' !important;
    font-family: 'object-position: center!important;' !important;

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center !important;
       object-position: center !important;
}

.insta .sns_text
{
    display: none;

    width: 100% !important;
    padding: 0 !important;
}

.insta .sns_date
{
    font-size: 16px !important;

    display: none;

    margin: 10px 0;

    letter-spacing: 0;
}

.insta img
{
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .1) !important;
}

/*下層インスタ*/
.c_insta > div
{
    padding: 20px 0;

    border-top: 2px solid #bab2ab !important;
    border-bottom: 2px solid #bab2ab !important;
}

.c_insta .sns_list
{
    flex-direction: row !important;

    border: none !important;

    flex-wrap: wrap;
}

.c_insta .sns_list > div
{
    flex-direction: row !important;

    margin-bottom: 20px;
    padding-bottom: 20px;

    border-bottom: 1px solid #bab2ab !important;
}

@media only screen and (max-width: 640px)
{
    .c_insta .sns_list > div
    {
        flex-wrap: wrap;
    }
}

.c_insta .sns_date
{
    font-family: 'Lora', serif, 'Noto Serif JP', serif, '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Sans JP', sans-serif;
    font-size: 1em !important;

    display: inline-flex;

    height: 34px;
    margin-bottom: 15px !important;
    padding: 0 15px 0;

    letter-spacing: .05em;

    color: #fff !important;
    background: #9e1616;

    align-items: center;
}

@media only screen and (max-width: 1024px)
{
    .c_insta .sns_photo
    {
        width: 30% !important;
    }
}

@media only screen and (max-width: 640px)
{
    .c_insta .sns_photo
    {
        width: 100% !important;
    }
}

.c_insta .sns_text
{
    font-size: 1em !important;
}

@media only screen and (max-width: 1024px)
{
    .c_insta .sns_text
    {
        width: 70% !important;
    }
}

@media only screen and (max-width: 640px)
{
    .c_insta .sns_text
    {
        width: 100% !important;
    }
}

/*insta横流しスライダー*/
.insta_slider .sns_list
{
    display: flex;
    flex-direction: row !important;

    border: none !important;
}

@media only screen and (max-width: 1024px)
{
    .insta_slider .sns_list > div
    {
        flex-direction: row;
    }
}

.insta_slider .sns_list > div
{
    display: block;

    border-bottom: none;
}

.insta_slider .sns_list > div .slick-slide
{
    padding: 0 10px;
}

@media only screen and (max-width: 640px)
{
    .insta_slider .sns_list > div .slick-slide
    {
        padding: 0 5px;
    }
}

.insta_slider .sns_list > div .sns_photo
{
    position: relative;

    width: 100%;
    margin-bottom: 10px;
    padding: 0;
}

.insta_slider .sns_list > div .sns_photo::after
{
    display: block;

    width: 100%;
    padding-top: 100%;

    content: '';
}

.insta_slider .sns_list > div .sns_photo img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;
}

.insta_slider .sns_list > div .sns_photo a
{
    pointer-events: none;
}

.insta_slider .sns_list > div .sns_text
{
    display: none;
}

.insta_slider .sns_list > div .sns_text ul
{
    display: none;
}

.weight100
{
    font-weight: 100;
}

.weight300
{
    font-weight: 300;
}

.weight400
{
    font-weight: 400;
}

.weight500
{
    font-weight: 500;
}

.weight600
{
    font-weight: 600;
}

.weight700
{
    font-weight: 700;
}

.weight900
{
    font-weight: 900;
}

.small
{
    font-size: .8em;
}

.middle
{
    font-size: 1em;
}

.large
{
    font-size: 1.4em;
}

.bold
{
    font-weight: bold;
}

.center
{
    display: block;

    text-align: center !important;
}

.left
{
    display: block;

    text-align: left !important;
}

.right
{
    display: block;

    text-align: right !important;
}

.acc-color
{
    color: #6f0d0d !important;
}

.acc-color a
{
    color: #6f0d0d !important;
}

.main-color
{
    color: #9e1616 !important;
}

.main-color a
{
    color: #9e1616 !important;
}

.base-color
{
    color: #000 !important;
}

.base-color a
{
    color: #000 !important;
}

/* ***********************************************************
* #global-nav
* *********************************************************** */
.open #global-nav
{
    z-index: 1000;

    visibility: visible;
}

#global-nav
{
    position: fixed;
    top: 0;

    display: flex;
    visibility: hidden;
    flex-direction: column;

    width: 100%;
    height: 100%;

    text-align: center;
    vertical-align: middle;

    color: #fff;

    align-items: center;
    justify-content: center;
}

#global-nav .sub_menu
{
    position: static;
    left: 0;

    width: auto !important;

    transform: inherit;

    background: no-repeat;
}

#global-nav .sub_menu li
{
    border: none !important;
}

#global-nav .sub_menu li a:after
{
    display: none;
}

#global-nav .sub_menu li a:hover
{
    color: #fff !important;
    background: none;
}

#global-nav .col1-logo
{
    margin-bottom: 60px;
}

#global-nav .col1-logo a
{
    padding: 0 !important;
}

#global-nav .col2
{
    margin-top: 60px;
    margin-bottom: 20px;

    justify-content: center;
}

@media only screen and (max-width: 834px)
{
    #global-nav .col2
    {
        margin-top: 50px;
    }
}

#global-nav .col2-2
{
    display: flex;

    justify-content: center;
}

@media only screen and (max-width: 834px)
{
    #global-nav .col2-2
    {
        flex-direction: column;
    }
}

#global-nav .col2-2-tel
{
    font-size: 16px;

    margin-right: 30px;
}

@media only screen and (max-width: 834px)
{
    #global-nav .col2-2-tel
    {
        margin-right: 0;
        margin-bottom: 30px !important;
    }
}

#global-nav .col2-2-tel p
{
    line-height: 1.8;

    padding-top: 5px;
}

#global-nav .col2-2-contact .btn_1
{
    margin: 0 auto !important;
}

@media only screen and (max-width: 834px)
{
    #global-nav .col2
    {
        flex-direction: column;

        align-items: center;
        justify-content: center;
    }
    #global-nav .col2-1
    {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

#global-nav .col2 a
{
    padding: 0 !important;
}

#global-nav > ul
{
    display: flex;
    overflow-y: auto;

    width: 100%;
    padding: 40px 80px;

    list-style: none;

    vertical-align: middle;

    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px)
{
    #global-nav > ul
    {
        padding: 40px 60px;
    }
}

@media only screen and (max-width: 640px)
{
    #global-nav > ul
    {
        padding: 30px;
    }
}

#global-nav > ul .nav-item
{
    width: 49%;
    margin-bottom: 2%;
}

#global-nav > ul .nav-item a
{
    font-size: 14px;
    line-height: 2;

    position: relative;

    display: flex;

    height: 100%;

    background: url(../images/home/btn_bg.jpg);

    align-items: center;
    justify-content: center;
}

#global-nav > ul .nav-item a:after
{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;

    position: absolute;
    top: 50%;
    right: 20px;

    content: '\f105';
    transform: translateY(-50%);
}

#global-nav > ul .nav-item .sub_menu li:not(:last-child)
{
    border-bottom: 1px solid rgba(255, 255, 255, .3) !important;
}

#global-nav > ul .nav-item .sub_menu a
{
    background: none;
}

#global-nav > ul .nav-max
{
    width: 100%;
}

#global-nav > ul .order_3
{
    order: 3;
}

#global-nav a
{
    font-size: 16px;

    display: block;

    padding: 8px 0;

    text-decoration: none;

    color: #fff;
}

/* ***********************************************************
* nav-list
* *********************************************************** */
#global-nav > ul li
{
    position: relative;

    transition: none;

    opacity: 0;
}

.open #global-nav > ul li
{
    transition: all .5s ease-out;
    transition-delay: .1s;

    opacity: 1;
}

/* ***********************************************************
* #nav-bg
* *********************************************************** */
#nav-bg
{
    position: fixed;
    z-index: 10;
    top: 45px;
    right: 50px;

    display: block;

    width: 5000px;
    height: 5000px;
    margin-top: -2500px;
    margin-right: -2500px;

    content: '';
    transition: all .4s ease-out;

    opacity: 0;
    border-radius: 50%;
    background: #000;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

@media only screen and (max-width: 640px)
{
    #nav-bg
    {
        right: 45px;
    }
}

@media screen and (min-width: 1201px)
{
    #nav-bg
    {
        display: none;
    }
}

.open #nav-bg
{
    transition: all .6s ease-out;

    opacity: 1;
}

/* ***********************************************************
* #nav-toggle
* *********************************************************** */
#nav-toggle
{
    position: fixed;
    z-index: 1001;
    top: 30px;
    right: 20px;

    display: block;

    width: 60px;
    height: 30px;
    padding: 7px 11px;

    cursor: pointer;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1200px)
{
    #nav-toggle
    {
        height: auto;
        padding: 19px 11px;

        background: #000;
    }
}

@media only screen and (max-width: 640px)
{
    #nav-toggle
    {
        right: 15px;
    }
}

@media screen and (min-width: 1201px)
{
    #nav-toggle
    {
        display: none;
    }
}

#nav-toggle p
{
    font-family: 'Lora', serif, 'Noto Serif JP', serif, '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Sans JP', sans-serif;

    padding-top: 55px;

    -ms-writing-mode: tb-rl;

    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, .8);

        writing-mode: vertical-rl;
}

#nav-toggle div
{
    position: relative;

    height: 18px;
}

#nav-toggle span
{
    position: absolute;
    left: 0;

    display: block;
    zoom: 1;

    width: 100%;
    height: 2px;

    transition: .35s ease-in-out;

    background: #fff;
}

#nav-toggle span:nth-child(1)
{
    top: 0;
}

#nav-toggle span:nth-child(2)
{
    top: 8px;
}

#nav-toggle span:nth-child(3)
{
    top: 16px;
}

.open #nav-toggle
{
    background: transparent;
}

.open #nav-toggle span:nth-child(1)
{
    top: 9px;

    zoom: 1;

    transform: rotate(-135deg);
}

.open #nav-toggle span:nth-child(2)
{
    left: 50%;

    width: 0;
}

.open #nav-toggle span:nth-child(3)
{
    top: 9px;

    zoom: 1;

    transform: rotate(135deg);
}

#mainArea2
{
    position: relative;
}

#local-keyvisual
{
    position: relative;

    padding: 300px 20px 240px;

    background: url(../images/contents/cont_main.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
}

@media screen and (max-width: 1200px)
{
    #local-keyvisual
    {
        padding: 220px 20px 200px;
    }
}

@media screen and (max-width: 640px)
{
    #local-keyvisual
    {
        background: url(../images/contents/cont_main_sp.jpg);
    }
}

#local-keyvisual-title
{
    position: relative;

    width: 1400px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}

#local-keyvisual h1,
.blog_ttl
{
    font-size: 3em;
    line-height: 1.2;

    position: relative;
    z-index: 1;

    text-align: center;
    text-align: center;

    color: #fff;
}

@media screen and (max-width: 1024px)
{
    #local-keyvisual h1,
    .blog_ttl
    {
        font-size: 2.4em;
    }
}

@media screen and (max-width: 640px)
{
    #local-keyvisual h1,
    .blog_ttl
    {
        font-size: 1.8em;
    }
}

#local-keyvisual h1 span,
.blog_ttl span
{
    font-size: .4em;

    display: block;

    margin-top: 10px;

    color: #fff;
}

#local-keyvisual h1 span:empty
{
    display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.newswrap
{
    font-size: 14px;
}

@media only screen and (max-width: 640px)
{
    .newswrap
    {
        font-size: 16px;
    }
}

.newswrap > div
{
    overflow-y: auto;

    height: 200px;
}

@media only screen and (max-width: 834px)
{
    .newswrap > div
    {
        height: 340px;
    }
}

.newswrap dl
{
    margin: auto;
    margin-bottom: 10px;
    padding: 0 20px 10px;

    border-bottom: 1px solid #eee !important;

    align-items: center !important;
    justify-content: space-between !important;
}

@media screen and (max-width: 1024px)
{
    .newswrap dl
    {
        display: block !important;

        padding: 0 0 10px;
    }
}

.newswrap dl:last-child
{
    border-bottom: none !important;
}

.newswrap dd
{
    width: 84% !important;
    padding: 0 !important;

    text-align: left !important;

    border: none !important;
    background: none !important;
}

@media screen and (max-width: 1024px)
{
    .newswrap dd
    {
        width: 100% !important;
    }
}

@media screen and (max-width: 640px)
{
    .newswrap dd
    {
        font-size: inherit !important;
    }
}

.newswrap dt
{
    width: 14% !important;
    padding: 0 !important;

    letter-spacing: 0;

    color: #9e1616 !important;
    border: none !important;
    border-right: none !important;
    background: none !important;
}

@media screen and (max-width: 1024px)
{
    .newswrap dt
    {
        display: inline-block !important;

        width: auto !important;

        text-align: center !important;
    }
}

@media screen and (max-width: 640px)
{
    .newswrap dt
    {
        font-size: inherit !important;
    }
}

/*会社概要等*/
.info_1 label
{
    position: static;
}

.info_1 dl:last-child
{
    border-bottom: 1px solid #ccc !important;
}

@media only screen and (max-width: 640px)
{
    .info_1 dl
    {
        display: block !important;
    }
}

.info_1 dt,
.info_1 dd
{
    padding: 10px !important;

    background: none !important;
}

@media only screen and (max-width: 640px)
{
    .info_1 dt,
    .info_1 dd
    {
        width: 100% !important;
    }
}

.info_1 dt
{
    text-align: center !important;

    color: #fff !important;
    border: 1px solid #ccc !important;
    border-right: none !important;
    border-bottom: none !important;
    background-color: none !important;

    align-items: center !important;
}

@media screen and (max-width: 640px)
{
    .info_1 dt
    {
        border-right: 1px solid #ccc !important;

        align-items: flex-start !important;
    }
}

.info_1 dd
{
    border: 1px solid #ccc !important;
    border-bottom: none !important;
}

@media screen and (max-width: 640px)
{
    .info_1 dd
    {
        text-align: left;
    }
}

.info_1 a
{
    text-decoration: underline;

    color: #fff !important;
}

/*メニュー表等*/
.info_2
{
    padding: 40px;

    border: 1px solid #9e1616;
}

@media screen and (max-width: 1024px)
{
    .info_2
    {
        padding: 30px;
    }
}

@media screen and (max-width: 640px)
{
    .info_2
    {
        padding: 20px;
    }
}

.info_2 label
{
    position: static;
}

.info_2 dl
{
    font-size: 16px;

    padding-bottom: 10px;

    border-bottom: 1px solid #9e1616 !important;
}

.info_2 dl:not(:last-child)
{
    margin-bottom: 10px;
}

@media only screen and (max-width: 640px)
{
    .info_2 dl
    {
        flex-wrap: wrap;
    }
}

.info_2 dt,
.info_2 dd
{
    padding: 10px !important;
}

.info_2 dt
{
    position: relative;
    position: relative;

    flex-direction: row !important;

    padding-left: 2.4em !important;

    text-align: left !important;

    border: none !important;
    border-right: none !important;
    background: none !important;
    background-color: none !important;

    align-items: center !important;
    justify-content: flex-start !important;
}

.info_2 dt::before
{
    position: absolute;
    top: 12px;
    left: 0;

    width: 30px;
    height: 30px;

    content: '';

    background: url(../images/home/ico.png) no-repeat;
    background-size: contain;
}

@media screen and (max-width: 640px)
{
    .info_2 dt
    {
        width: 100% !important;

        text-align: left !important;

        align-items: flex-start !important;
    }
}

.info_2 dd
{
    padding-left: 40px !important;

    text-align: right;

    border: none !important;
    background: none !important;
}

@media screen and (max-width: 640px)
{
    .info_2 dd
    {
        width: 100% !important;
        padding-top: 0 !important;
        padding-left: 10px !important;

        text-align: right;

        border-bottom: none !important;
    }
}

.info_2 a
{
    text-decoration: underline;

    color: #6f0d0d !important;
}

.info_2 a:hover
{
    color: #9e1616 !important;
}

.info_3
{
    width: 1400px;
    max-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin: 0 auto;
    padding: 60px 80px;

    border: 1px solid #9e1616;
    background: #fff;
}

@media screen and (max-width: 1024px)
{
    .info_3
    {
        padding: 30px;
    }
}

@media screen and (max-width: 640px)
{
    .info_3
    {
        padding: 20px;
    }
}

.info_3 label
{
    position: static;
}

.info_3 dl:not(:last-child)
{
    margin-bottom: 20px;
    padding-bottom: 20px;

    border-bottom: 1px solid #eee !important;
}

@media only screen and (max-width: 640px)
{
    .info_3 dl
    {
        flex-wrap: wrap;
    }
}

.info_3 dt,
.info_3 dd
{
    line-height: 2;

    padding: 0 !important;
}

.info_3 dt
{
    position: relative;

    flex-direction: row !important;

    text-align: center !important;

    color: #9e1616;
    border: none !important;
    border-right: none !important;
    background: none !important;
    background-color: none !important;

    align-items: center !important;
    justify-content: flex-start !important;
}

@media screen and (max-width: 640px)
{
    .info_3 dt
    {
        width: 100% !important;
        margin-bottom: 10px !important;

        text-align: left !important;

        align-items: flex-start !important;
    }
}

.info_3 dt span
{
    padding-bottom: 5px;

    text-align: left;

    border-bottom: 1px solid #9e1616;
}

@media only screen and (max-width: 640px)
{
    .info_3 dt span
    {
        margin-bottom: 10px;
    }
}

.info_3 dd
{
    padding-left: 40px !important;

    border: none !important;
    background: none !important;
}

@media screen and (max-width: 640px)
{
    .info_3 dd
    {
        width: 100% !important;
        padding-top: 0 !important;
        padding-left: 0 !important;

        text-align: left;

        border-bottom: none !important;
    }
}

.info_3 a
{
    text-decoration: underline;

    color: #6f0d0d !important;
}

.info_3 a:hover
{
    color: #9e1616 !important;
}

.info_3 img
{
    margin-bottom: 10px;
}

.info_4 label
{
    position: static;
}

.info_4 dl:nth-child(odd)
{
    background: #333;
}

.info_4 dl:nth-child(even)
{
    background: #fff;
}

@media only screen and (max-width: 640px)
{
    .info_4 dl
    {
        display: block !important;

        background: none !important;
    }
}

.info_4 dt,
.info_4 dd
{
    padding: 10px !important;

    border: none !important;
    background: none !important;
}

@media only screen and (max-width: 640px)
{
    .info_4 dt,
    .info_4 dd
    {
        width: 100% !important;
    }
}

.info_4 dt
{
    font-weight: bold;

    text-align: center !important;

    color: #fff !important;
    color: #9e1616 !important;
    border-right: none !important;
    border-bottom: none !important;
    background-color: none !important;

    align-items: center !important;
}

@media screen and (max-width: 640px)
{
    .info_4 dt
    {
        background: #333 !important;

        align-items: flex-start !important;
    }
}

.info_4 dd
{
    border-bottom: none !important;
}

@media screen and (max-width: 640px)
{
    .info_4 dd
    {
        text-align: left;

        background: #fff !important;
    }
}

.info_4 a
{
    text-decoration: underline;

    color: #fff !important;
}

.info_4 a:hover
{
    color: #6f0d0d !important;
}

.c_tbl_1 td
{
    padding: 20px !important;

    border: 1px solid #ccc !important;
}

.c_tbl_1 td:nth-child(odd)
{
    width: 20%;

    text-align: center !important;

    color: #fff;
    background: #9e1616;
}

@media screen and (max-width: 640px)
{
    .c_tbl_1 td:nth-child(odd)
    {
        text-align: left !important;
    }
}

.c_tbl_1 td:nth-child(even)
{
    width: 80%;
}

.c_tbl_1 a
{
    text-decoration: underline;

    color: #6f0d0d !important;
}

.c_tbl_2
{
    padding: 30px;

    background: rgba(255, 255, 255, .75);
}

.c_tbl_2 tr
{
    display: flex;
}

@media only screen and (max-width: 834px)
{
    .c_tbl_2 tr
    {
        flex-wrap: wrap;
    }
}

.c_tbl_2 tr:not(:last-child)
{
    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 1px solid rgba(111, 13, 13, .1);
}

.c_tbl_2 td
{
    padding: 0 !important;

    border: none !important;
}

.c_tbl_2 td:nth-child(odd)
{
    width: 70%;

    background: none !important;
}

@media only screen and (max-width: 834px)
{
    .c_tbl_2 td:nth-child(odd)
    {
        width: 100%;
    }
}

.c_tbl_2 td:nth-child(even)
{
    width: 30%;

    text-align: right !important;
}

@media only screen and (max-width: 834px)
{
    .c_tbl_2 td:nth-child(even)
    {
        width: 100%;
    }
}

.c_tbl_2 a
{
    text-decoration: underline;

    color: #6f0d0d !important;
}

.imgtxt article,
.imgtxt02 article
{
    display: flex;
    flex-direction: row-reverse;

    align-items: flex-start;
}

@media screen and (max-width: 834px)
{
    .imgtxt article,
    .imgtxt02 article
    {
        flex-wrap: wrap;
    }
}

.imgtxt .scl_img_1,
.imgtxt .img100,
.imgtxt02 .scl_img_1,
.imgtxt02 .img100
{
    position: relative;

    width: 48% !important;
}

@media screen and (max-width: 834px)
{
    .imgtxt .scl_img_1,
    .imgtxt .img100,
    .imgtxt02 .scl_img_1,
    .imgtxt02 .img100
    {
        width: 80% !important;
        margin: 0 auto 4% !important;
    }
}

@media screen and (max-width: 640px)
{
    .imgtxt .scl_img_1,
    .imgtxt .img100,
    .imgtxt02 .scl_img_1,
    .imgtxt02 .img100
    {
        width: 100% !important;
    }
}

.imgtxt .scl_img_1::after,
.imgtxt .img100::after,
.imgtxt02 .scl_img_1::after,
.imgtxt02 .img100::after
{
    display: block;

    width: 100%;
    padding-top: 75%;

    content: '';
}

.imgtxt .scl_img_1 img,
.imgtxt .img100 img,
.imgtxt02 .scl_img_1 img,
.imgtxt02 .img100 img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

.imgtxt .inbox,
.imgtxt02 .inbox
{
    width: 58%;
    margin-right: 4%;
}

@media screen and (max-width: 834px)
{
    .imgtxt .inbox,
    .imgtxt02 .inbox
    {
        width: 100%;
        margin-right: 0;
    }
}

.imgtxt .ttl_1,
.imgtxt02 .ttl_1
{
    font-size: 16px;

    display: block;
    display: inline-block;

    margin-bottom: 5px;
    padding: 0 .8em;

    color: #fff;
    background: #9e1616;
}

.imgtxt h3,
.imgtxt02 h3
{
    font-size: 1.4em;
    line-height: 1.8;

    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 1px solid;
}

@media only screen and (max-width: 640px)
{
    .imgtxt h3,
    .imgtxt02 h3
    {
        font-size: 1.2em;
    }
}

.imgtxt02 article
{
    flex-direction: row;
}

.imgtxt02 .inbox
{
    margin-right: 0;
    margin-left: 4%;
}

@media screen and (max-width: 834px)
{
    .imgtxt02 .inbox
    {
        margin-left: 0;
    }
}

.imgtxt03,
.imgtxt04
{
    display: flex;
    flex-direction: row-reverse;

    align-items: flex-start;
}

@media screen and (max-width: 834px)
{
    .imgtxt03,
    .imgtxt04
    {
        flex-wrap: wrap;
    }
}

.imgtxt03 > div,
.imgtxt04 > div
{
    width: 59%;
}

@media screen and (max-width: 834px)
{
    .imgtxt03 > div,
    .imgtxt04 > div
    {
        width: 100%;
    }
}

.imgtxt03 .img_1,
.imgtxt04 .img_1,
.imgtxt03 .scl_img_1,
.imgtxt04 .scl_img_1
{
    font-family: 'object-fit: contain;';

    position: relative;

    float: none !important;

    width: 38% !important;
    margin-right: 0 !important;
    margin-left: 3% !important;

    -o-object-fit: contain;
       object-fit: contain;
}

@media screen and (max-width: 834px)
{
    .imgtxt03 .img_1,
    .imgtxt04 .img_1,
    .imgtxt03 .scl_img_1,
    .imgtxt04 .scl_img_1
    {
        width: 80% !important;
        margin: 0 auto 4% !important;
    }
}

@media screen and (max-width: 640px)
{
    .imgtxt03 .img_1,
    .imgtxt04 .img_1,
    .imgtxt03 .scl_img_1,
    .imgtxt04 .scl_img_1
    {
        width: 100% !important;
    }
}

.imgtxt03 .img_1::after,
.imgtxt04 .img_1::after,
.imgtxt03 .scl_img_1::after,
.imgtxt04 .scl_img_1::after
{
    display: block;

    width: 100%;
    padding-top: 70%;

    content: '';
}

.imgtxt03 .img_1 img,
.imgtxt04 .img_1 img,
.imgtxt03 .scl_img_1 img,
.imgtxt04 .scl_img_1 img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

.imgtxt03 .ttl,
.imgtxt04 .ttl
{
    font-family: 'Noto Serif JP', serif, '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Sans JP', sans-serif;

    display: inline-block;

    margin-bottom: 10px;
    padding: 0 40px 2px;

    color: #fff;
    background: #6f0d0d;
}

.imgtxt04
{
    flex-direction: row;
}

.imgtxt04 .img_1,
.imgtxt04 .scl_img_1
{
    margin-right: 3% !important;
    margin-left: 0 !important;
}

@media screen and (max-width: 834px)
{
    .imgtxt04 .img_1,
    .imgtxt04 .scl_img_1
    {
        margin: 0 auto 4% !important;
    }
}

.imgtxt05 article,
.imgtxt06 article,
.imgtxt07 article,
.imgtxt08 article,
.imgtxt09 article
{
    display: flex;
    flex-direction: row-reverse;

    align-items: flex-start;
}

@media only screen and (max-width: 834px)
{
    .imgtxt05 article,
    .imgtxt06 article,
    .imgtxt07 article,
    .imgtxt08 article,
    .imgtxt09 article
    {
        flex-wrap: wrap;
    }
}

.imgtxt05 article > a,
.imgtxt06 article > a,
.imgtxt07 article > a,
.imgtxt08 article > a,
.imgtxt09 article > a,
.imgtxt05 article > .img100,
.imgtxt06 article > .img100,
.imgtxt07 article > .img100,
.imgtxt08 article > .img100,
.imgtxt09 article > .img100,
.imgtxt05 > article > img,
.imgtxt06 > article > img,
.imgtxt07 > article > img,
.imgtxt08 > article > img,
.imgtxt09 > article > img
{
    position: relative;

    width: 20% !important;
}

@media only screen and (max-width: 834px)
{
    .imgtxt05 article > a,
    .imgtxt06 article > a,
    .imgtxt07 article > a,
    .imgtxt08 article > a,
    .imgtxt09 article > a,
    .imgtxt05 article > .img100,
    .imgtxt06 article > .img100,
    .imgtxt07 article > .img100,
    .imgtxt08 article > .img100,
    .imgtxt09 article > .img100,
    .imgtxt05 > article > img,
    .imgtxt06 > article > img,
    .imgtxt07 > article > img,
    .imgtxt08 > article > img,
    .imgtxt09 > article > img
    {
        width: 80% !important;
        margin: 0 auto 4% !important;
    }
}

@media only screen and (max-width: 640px)
{
    .imgtxt05 article > a,
    .imgtxt06 article > a,
    .imgtxt07 article > a,
    .imgtxt08 article > a,
    .imgtxt09 article > a,
    .imgtxt05 article > .img100,
    .imgtxt06 article > .img100,
    .imgtxt07 article > .img100,
    .imgtxt08 article > .img100,
    .imgtxt09 article > .img100,
    .imgtxt05 > article > img,
    .imgtxt06 > article > img,
    .imgtxt07 > article > img,
    .imgtxt08 > article > img,
    .imgtxt09 > article > img
    {
        width: 100% !important;
    }
}

.imgtxt05 article > a::after,
.imgtxt06 article > a::after,
.imgtxt07 article > a::after,
.imgtxt08 article > a::after,
.imgtxt09 article > a::after,
.imgtxt05 article > .img100::after,
.imgtxt06 article > .img100::after,
.imgtxt07 article > .img100::after,
.imgtxt08 article > .img100::after,
.imgtxt09 article > .img100::after,
.imgtxt05 > article > img::after,
.imgtxt06 > article > img::after,
.imgtxt07 > article > img::after,
.imgtxt08 > article > img::after,
.imgtxt09 > article > img::after
{
    display: block;

    width: 100%;
    padding-top: 100%;

    content: '';
}

.imgtxt05 article > a img,
.imgtxt06 article > a img,
.imgtxt07 article > a img,
.imgtxt08 article > a img,
.imgtxt09 article > a img,
.imgtxt05 article > .img100 img,
.imgtxt06 article > .img100 img,
.imgtxt07 article > .img100 img,
.imgtxt08 article > .img100 img,
.imgtxt09 article > .img100 img,
.imgtxt05 > article > img img,
.imgtxt06 > article > img img,
.imgtxt07 > article > img img,
.imgtxt08 > article > img img,
.imgtxt09 > article > img img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

.imgtxt05 .imgL,
.imgtxt06 .imgL,
.imgtxt07 .imgL,
.imgtxt08 .imgL,
.imgtxt09 .imgL,
.imgtxt05 .imgR,
.imgtxt06 .imgR,
.imgtxt07 .imgR,
.imgtxt08 .imgR,
.imgtxt09 .imgR,
.imgtxt05 .imgL,
.imgtxt06 .imgL,
.imgtxt07 .imgL,
.imgtxt08 .imgL,
.imgtxt09 .imgL
{
    margin: 0 auto !important;
}

@media only screen and (max-width: 834px)
{
    .imgtxt05 .imgL,
    .imgtxt06 .imgL,
    .imgtxt07 .imgL,
    .imgtxt08 .imgL,
    .imgtxt09 .imgL,
    .imgtxt05 .imgR,
    .imgtxt06 .imgR,
    .imgtxt07 .imgR,
    .imgtxt08 .imgR,
    .imgtxt09 .imgR,
    .imgtxt05 .imgL,
    .imgtxt06 .imgL,
    .imgtxt07 .imgL,
    .imgtxt08 .imgL,
    .imgtxt09 .imgL
    {
        margin-bottom: 20px !important;
    }
}

.imgtxt05 .inbox,
.imgtxt06 .inbox,
.imgtxt07 .inbox,
.imgtxt08 .inbox,
.imgtxt09 .inbox
{
    width: 78%;
    margin-right: 2%;
}

@media only screen and (max-width: 834px)
{
    .imgtxt05 .inbox,
    .imgtxt06 .inbox,
    .imgtxt07 .inbox,
    .imgtxt08 .inbox,
    .imgtxt09 .inbox
    {
        width: 100%;
        margin-right: 0;
    }
}

.imgtxt05 .txt_1,
.imgtxt06 .txt_1,
.imgtxt07 .txt_1,
.imgtxt08 .txt_1,
.imgtxt09 .txt_1
{
    font-size: 16px;

    display: block;
    display: inline-block;

    margin-bottom: 5px;
    padding: 0 .8em;

    color: #fff;
    background: #9e1616;
}

.imgtxt05 h3,
.imgtxt06 h3,
.imgtxt07 h3,
.imgtxt08 h3,
.imgtxt09 h3
{
    font-size: 1.4em;
    line-height: 1.8;

    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

@media only screen and (max-width: 640px)
{
    .imgtxt05 h3,
    .imgtxt06 h3,
    .imgtxt07 h3,
    .imgtxt08 h3,
    .imgtxt09 h3
    {
        font-size: 1.2em;
    }
}

.imgtxt05 a,
.imgtxt06 a,
.imgtxt07 a,
.imgtxt08 a,
.imgtxt09 a
{
    text-decoration: underline !important;

    color: #fff !important;
}

.imgtxt06 article,
.imgtxt07 article,
.imgtxt08 article,
.imgtxt09 article
{
    flex-direction: row;
}

.imgtxt06 .inbox,
.imgtxt07 .inbox,
.imgtxt08 .inbox,
.imgtxt09 .inbox
{
    margin-right: 0;
    margin-left: 2%;
}

@media only screen and (max-width: 834px)
{
    .imgtxt06 .inbox,
    .imgtxt07 .inbox,
    .imgtxt08 .inbox,
    .imgtxt09 .inbox
    {
        margin-left: 0;
    }
}

.imgtxt07,
.imgtxt08,
.imgtxt09
{
    padding: 20px;

    background: url(../images/contents/btn_bg2.jpg) repeat;
}

.imgtxt08 article > a,
.imgtxt08 article > .img100,
.imgtxt08 > article > img
{
    position: relative;

    width: 20% !important;
}

@media only screen and (max-width: 834px)
{
    .imgtxt08 article > a,
    .imgtxt08 article > .img100,
    .imgtxt08 > article > img
    {
        width: 80% !important;
        margin: 0 auto 4% !important;
    }
}

@media only screen and (max-width: 640px)
{
    .imgtxt08 article > a,
    .imgtxt08 article > .img100,
    .imgtxt08 > article > img
    {
        width: 100% !important;
    }
}

.imgtxt08 .inbox
{
    width: 78%;
    margin-left: 2%;
}

@media only screen and (max-width: 834px)
{
    .imgtxt08 .inbox
    {
        width: 100%;
        margin-left: 0;
    }
}

.imgtxt09 article > a,
.imgtxt09 article > .img100,
.imgtxt09 > article > img
{
    position: relative;

    width: 10% !important;
}

@media only screen and (max-width: 834px)
{
    .imgtxt09 article > a,
    .imgtxt09 article > .img100,
    .imgtxt09 > article > img
    {
        width: 20% !important;
    }
}

@media only screen and (max-width: 640px)
{
    .imgtxt09 article > a,
    .imgtxt09 article > .img100,
    .imgtxt09 > article > img
    {
        width: auto !important;
    }
}

.imgtxt09 .inbox
{
    width: 88%;
    margin-left: 2%;
}

@media only screen and (max-width: 834px)
{
    .imgtxt09 .inbox
    {
        width: 76%;
        margin-left: 4%;
    }
}

@media only screen and (max-width: 640px)
{
    .imgtxt09 .inbox
    {
        width: 100% !important;
        margin-left: 0;
    }
}

.slick-slide
{
    outline: none;
}

.slider
{
    transition: opacity .3s linear;

    opacity: 0;
}

.slider.slick-initialized
{
    opacity: 1;
}

.slick-prev
{
    left: 0 !important;
}

.slick-next
{
    right: 20px !important;
}

.slick-arrow
{
    z-index: 9999;
}

.grid_container
{
    flex-wrap: nowrap !important;
}

.grid_container .box
{
    width: 33.3%;
    padding: 10px;
}

@media only screen and (max-width: 640px)
{
    .grid_container .box
    {
        width: 50%;
    }
}

.grid_container .box img
{
    vertical-align: bottom;
}

.grid_container article > div
{
    padding: 10px;
}

/*サムネ付きスライダー*/
.slidebox .slick-dotted.slick-slider
{
    margin-bottom: 0 !important;
}

.slidebox li
{
    position: relative;

    width: 100%;
}

.slidebox li::after
{
    display: block;

    width: 100%;
    padding-top: 70%;

    content: '';
}

.slidebox li img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

.slidebox li article > div
{
    font-size: 1.2em;
    font-weight: bold;

    position: absolute;
    top: calc(100% + 10px);
    left: 0;

    width: 100%;

    text-align: center;
}

.slidebox .slick-dots
{
    position: static !important;

    display: flex !important;

    width: 100%;
    margin: 0 auto;
    margin-top: 1%;
    margin-bottom: 0 !important;

    flex-wrap: wrap;
}

.slidebox .slick-dots li
{
    width: 24.25% !important;
    height: auto;
    margin: 0 !important;
    margin-bottom: 1% !important;
}

.slidebox .slick-dots li:not(:nth-child(4n))
{
    margin-right: 1% !important;
}

.slidebox .slick-dots li img
{
    width: 100% !important;
}

/**/
.slider02 li
{
    display: flex;
    float: left !important;

    align-items: center;
    justify-content: center;
}

.slider02 .slick-dots
{
    bottom: -50px !important;

    display: flex !important;

    justify-content: center;
}

.slider02 .slick-track
{
    display: flex;

    align-items: center;
}

.c_list li
{
    position: relative;

    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 30px;

    border-bottom: 1px solid #eee;
}

.c_list li:before
{
    position: absolute;
    top: 50%;
    left: 0;

    content: '・';
    transform: translateY(-50%);
}

.list_1
{
    padding: 30px 40px;

    border: 1px solid #fff;
}

@media only screen and (max-width: 640px)
{
    .list_1
    {
        padding: 25px;
    }
}

.list_1 li
{
    position: relative;

    display: block;
    float: none !important;

    margin-bottom: 7px;
    padding-bottom: 7px;
    padding-left: 10px;

    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

@media only screen and (max-width: 640px)
{
    .list_1 li:last-child
    {
        margin-bottom: 0 !important;
        padding-bottom: 0;

        border-bottom: none;
    }
}

.list_1 li::before
{
    position: absolute;
    top: 5px;
    left: 0;

    content: '・';
}

.list_2
{
    padding: 30px 40px;

    background: #fff;
    box-shadow: 0 0 30px rgba(204, 204, 204, .25);
}

@media only screen and (max-width: 640px)
{
    .list_2
    {
        padding: 25px;
    }
}

.list_2 li
{
    font-family: 'Noto Serif JP', serif, '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Sans JP', sans-serif;
    font-size: 18px;

    position: relative;

    display: block;
    float: none !important;

    padding-left: 4em;
}

.list_2 li:not(:last-child)
{
    margin-bottom: 15px;
    padding-bottom: 15px;

    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.list_2 li .num_1
{
    font-family: 'Lora', serif, 'Noto Serif JP', serif, '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Sans JP', sans-serif;
    font-size: 2em;
    font-style: italic;
    line-height: 1em;

    position: absolute;
    top: 3px;
    left: 0;

    color: #9e1616;
}

.bb_1
{
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.bb02
{
    display: inline-block;

    margin-bottom: 15px;

    border-bottom: 2px solid #6f0d0d;
}

.objc_01 .box
{
    position: relative;

    display: block;
}

.objc_01 .box:before
{
    position: relative;
    z-index: 1;

    display: block;

    width: 100% !important;
    padding-top: 75%;

    content: '';
}

@media only screen and (max-width: 1024px)
{
    .objc_01 .box:before
    {
        display: none;
    }
}

.objc_01 .box img
{
    font-family: 'object-fit:cover;';

    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

@media only screen and (max-width: 1024px)
{
    .objc_01 .box img
    {
        position: static;

        margin-bottom: 10px;
    }
}

.objc_01 div
{
    text-align: center;
}

.objc_02 .box > a
{
    position: relative;

    display: block;
}

.objc_02 .box > a:before
{
    position: relative;
    z-index: 1;

    display: block;

    width: 100% !important;
    padding-top: 100%;

    content: '';
}

@media only screen and (max-width: 1024px)
{
    .objc_02 .box > a:before
    {
        display: none;
    }
}

.objc_02 .box > a img
{
    font-family: 'object-fit:cover;';

    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

@media only screen and (max-width: 1024px)
{
    .objc_02 .box > a img
    {
        position: static;

        margin-bottom: 10px;
    }
}

.objc_02 div
{
    text-align: center;
}

.img100
{
    position: relative;
}

.img100::after
{
    display: block;

    width: 100%;
    padding-top: 60%;

    content: '';
}

.img100 img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    top: 0;
    left: 0;

    float: none !important;

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

.gallery_1 .box
{
    position: relative;

    overflow: inherit !important;

    width: 23.5%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 834px)
{
    .gallery_1 .box
    {
        width: 49%;
    }
}

.gallery_1 .box:not(:nth-child(4n))
{
    margin-right: 2%;
}

@media only screen and (max-width: 834px)
{
    .gallery_1 .box:not(:nth-child(4n))
    {
        margin-right: 0;
    }
}

@media only screen and (max-width: 834px)
{
    .gallery_1 .box:not(:nth-child(2n))
    {
        margin-right: 2%;
    }
}

.gallery_1 .box .imgwrap
{
    position: relative;
}

.gallery_1 .box .imgwrap::after
{
    display: block;

    width: 100%;
    padding-top: 70%;

    content: '';
}

.gallery_1 .box .imgwrap img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

.gallery_1 .box article > div
{
    font-size: 13px;

    margin-top: 10px;
}

.gallery_1 .box .price_1
{
    display: block;
}

.gallery_2
{
    padding-bottom: 120px !important;
}

@media only screen and (max-width: 640px)
{
    .gallery_2
    {
        padding-bottom: 100px !important;
    }
}

.gallery_2 .box
{
    position: relative;

    width: 15%;
}

@media only screen and (max-width: 1024px)
{
    .gallery_2 .box
    {
        width: 32%;
        margin-bottom: 2%;
    }
}

@media only screen and (max-width: 640px)
{
    .gallery_2 .box
    {
        width: 49%;
        margin-bottom: 2%;
    }
}

.gallery_2 .box:not(:nth-child(6n))
{
    margin-right: 2%;
}

@media only screen and (max-width: 1024px)
{
    .gallery_2 .box:not(:nth-child(6n))
    {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px)
{
    .gallery_2 .box:not(:nth-child(3n))
    {
        margin-right: 2%;
    }
}

@media only screen and (max-width: 640px)
{
    .gallery_2 .box:not(:nth-child(3n))
    {
        margin-right: 0;
    }
}

@media only screen and (max-width: 640px)
{
    .gallery_2 .box:not(:nth-child(2n))
    {
        margin-right: 2%;
    }
}

.gallery_2 .box::after
{
    display: block;

    width: 100%;
    padding-top: 100%;

    content: '';
}

.gallery_2 .box img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

.gallery_3
{
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;

    flex-wrap: wrap;
    justify-content: center;
}

.gallery_3 .box
{
    position: relative;

    display: flex;

    width: 15%;
    margin-bottom: 30px;

    background: #fff;

    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 1024px)
{
    .gallery_3 .box
    {
        width: 32%;
        margin-bottom: 2%;
    }
}

@media only screen and (max-width: 640px)
{
    .gallery_3 .box
    {
        width: 49%;
    }
}

.gallery_3 .box:not(:nth-child(6n))
{
    margin-right: 2%;
}

@media only screen and (max-width: 1024px)
{
    .gallery_3 .box:not(:nth-child(6n))
    {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px)
{
    .gallery_3 .box:not(:nth-child(3n))
    {
        margin-right: 2%;
    }
}

@media only screen and (max-width: 640px)
{
    .gallery_3 .box:not(:nth-child(3n))
    {
        margin-right: 0;
    }
}

@media only screen and (max-width: 640px)
{
    .gallery_3 .box:not(:nth-child(2n))
    {
        margin-right: 2%;
    }
}

.gallery_3 .box a
{
    display: flex;

    padding: 10px;

    background: #fff;

    align-items: center;
    justify-content: center;
}

.gallery_4 .num_1
{
    font-family: 'Lora', serif, 'Noto Serif JP', serif, '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Sans JP', sans-serif;
    font-size: 24px;
    line-height: 1em;

    position: absolute;
    top: 10px;
    left: 10px;

    display: flex;

    width: 35px;
    height: 35px;
    padding-left: 2px;

    border-radius: 50%;
    background: #9e1616;

    align-items: center;
    justify-content: center;
}

.gallery_4 .box
{
    position: relative;

    width: 23.5%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px)
{
    .gallery_4 .box
    {
        width: 32%;
    }
}

@media only screen and (max-width: 640px)
{
    .gallery_4 .box
    {
        width: 49%;
    }
}

.gallery_4 .box:not(:nth-child(4n))
{
    margin-right: 2%;
}

@media only screen and (max-width: 1024px)
{
    .gallery_4 .box:not(:nth-child(4n))
    {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1024px)
{
    .gallery_4 .box:not(:nth-child(3n))
    {
        margin-right: 2%;
    }
}

@media only screen and (max-width: 640px)
{
    .gallery_4 .box:not(:nth-child(3n))
    {
        margin-right: 0;
    }
}

@media only screen and (max-width: 640px)
{
    .gallery_4 .box:not(:nth-child(2n))
    {
        margin-right: 2%;
    }
}

.gallery_4 .box article > div
{
    font-size: 12px;

    margin-top: 5px;
}

.gallery_4 .box .imgwrap
{
    position: relative;
}

.gallery_4 .box .imgwrap::after
{
    display: block;

    width: 100%;
    padding-top: 100%;

    content: '';
}

.gallery_4 .box .imgwrap img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

.gallery_5 .box
{
    position: relative;

    overflow: inherit !important;

    width: 49%;
    margin-bottom: 20px;
    padding: 20px;

    background: #111;
}

@media only screen and (max-width: 640px)
{
    .gallery_5 .box
    {
        width: 100%;
    }
    .gallery_5 .box:not(:last-child)
    {
        margin-bottom: 20px;
    }
}

.gallery_5 .box:not(:nth-child(2n))
{
    margin-right: 2%;
}

@media only screen and (max-width: 640px)
{
    .gallery_5 .box:not(:nth-child(2n))
    {
        margin-right: 0;
    }
}

.gallery_5 .box article
{
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery_5 .box article > a,
.gallery_5 .box article > div
{
    width: 48%;
}

@media only screen and (max-width: 834px)
{
    .gallery_5 .box article > a,
    .gallery_5 .box article > div
    {
        width: 100%;
    }
}

.gallery_5 .box article > div
{
    font-size: 14px;
}

.gallery_5 .box .imgwrap
{
    position: relative;
}

@media only screen and (max-width: 834px)
{
    .gallery_5 .box .imgwrap
    {
        margin-bottom: 20px;
    }
}

.gallery_5 .box .imgwrap::after
{
    display: block;

    width: 100%;
    padding-top: 90%;

    content: '';
}

.gallery_5 .box .imgwrap img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

.gallery_6 .box
{
    position: relative;

    overflow: inherit !important;

    width: 32%;
    margin-bottom: 2%;
    padding: 20px;

    background: #111;
}

@media only screen and (max-width: 834px)
{
    .gallery_6 .box
    {
        width: 48%;
    }
}

@media only screen and (max-width: 640px)
{
    .gallery_6 .box
    {
        width: 100%;
        margin-bottom: 20px;
    }
}

.gallery_6 .box:not(:nth-child(3n))
{
    margin-right: 2%;
}

@media only screen and (max-width: 834px)
{
    .gallery_6 .box:not(:nth-child(3n))
    {
        margin-right: 0;
    }
}

@media only screen and (max-width: 834px)
{
    .gallery_6 .box:not(:nth-child(2n))
    {
        margin-right: 4%;
    }
}

@media only screen and (max-width: 640px)
{
    .gallery_6 .box:not(:nth-child(2n))
    {
        margin-right: 0;
    }
}

.gallery_6 .box .imgwrap
{
    position: relative;
}

.gallery_6 .box .imgwrap::after
{
    display: block;

    width: 100%;
    padding-top: 70%;

    content: '';
}

.gallery_6 .box .imgwrap img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

.gallery_6 .box article > div
{
    font-size: 13px;

    margin-top: 10px;
}

.gallery_6 .box .price_1
{
    display: block;
}

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

.sekoubox .box:nth-child(1),
.sekoubox .box:nth-child(3)
{
    width: 45%;
}

.sekoubox .box:nth-child(2)
{
    font-size: 48px;

    display: flex;

    width: 8%;

    color: #9e1616;

    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 640px)
{
    .sekoubox .box:nth-child(2) i:before
    {
        content: '\f322';
    }
}

@media only screen and (max-width: 640px)
{
    .sekoubox .box
    {
        width: 100% !important;
    }
}

.sekoubox .box p
{
    font-family: 'Lora', serif, 'Noto Serif JP', serif, '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Sans JP', sans-serif;
    font-size: 24px;

    text-align: center;

    color: #9e1616;
}

.sekoubox .box .imgwrap
{
    position: relative;

    overflow: hidden;
}

.sekoubox .box .imgwrap::before
{
    display: block;

    width: 100%;
    padding-top: 65%;

    content: '';
}

.sekoubox .box .imgwrap img
{
    font-family: 'object-fit: cover;';

    position: absolute;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

.scl_img_1
{
    overflow: hidden;
}

.scl_img_1,
.zoom01 img,
.zoom02 img
{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100% !important;

    transform: scale(var(--scale));

    will-change: transform;
}

header#global_header
{
    max-width: 100%;

    color: #fff;
}

header#global_header a
{
    color: #fff;
}

header#global_header .col1-logo p
{
    font-size: 14px;

    margin-bottom: 20px;
}

@media only screen and (max-width: 640px)
{
    header#global_header .col1-logo p
    {
        font-size: 13px;
    }
}

header#global_header .col2
{
    display: flex;
}

@media screen and (max-width: 1200px)
{
    header#global_header .col2
    {
        font-size: 13px;
    }
}

header#global_header .col2-1
{
    line-height: 2;

    margin-right: 20px;

    text-align: center;
}

header#global_header .col2-1-inner
{
    display: inline-block;

    padding: 0 5px;

    text-align: left;
}

header#global_header .col2-1-txt1
{
    line-height: 28px;

    height: 28px;

    background: url(../images/home/btn_bg.jpg);
}

header#global_header .col2-1-txt2
{
    font-size: 12px;
}

header#global_header .col2-1-time
{
    font-size: 1.57em;
}

header#global_header .col2-1-time span
{
    font-size: .72em;
}

header#global_header .col2-2
{
    line-height: 1;
}

header#global_header .col2-2-tel
{
    margin-bottom: 15px;
}

header#global_header .col2-2-tel a
{
    font-size: 1.85em;
}

header#global_header .col2-2-tel-txt1
{
    font-size: .53em;

    display: block;

    margin-bottom: 10px;
}

header#global_header .col2-2-tel-txt2
{
    font-size: .61em;
}

.header
{
    position: absolute;
    z-index: 2;
    top: 0;

    width: 100%;
    padding: 30px 40px 0;

    background: none !important;
}

@media screen and (max-width: 1200px)
{
    .header
    {
        padding: 30px 30px 0;
    }
}

@media only screen and (max-width: 640px)
{
    .header
    {
        padding: 20px 20px 0;
    }
}

.header-container
{
    display: flex;

    justify-content: space-between;
}

.header-container .col1-logo
{
    text-align: left;
}

@media screen and (max-width: 1200px)
{
    .header-container .col2
    {
        display: none !important;
    }
}

header .nav .nav-list
{
    display: flex;

    width: 1080px;
    max-width: 100%;
    margin: 0 0 0 auto;

    justify-content: space-between;
}

header .nav .nav-list .nav-item
{
    position: relative;

    flex-grow: 1;
}

header .nav .nav-list .nav-item:not(:last-child)::before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 1px;
    height: 30px;
    margin: auto;

    content: '';
    transform: rotateZ(30deg);

    opacity: .5;
    background: #fff;
}

header .nav .nav-list .nav-item > a
{
    display: block;

    padding: 10px 0;

    color: #fff;
}

header .nav .nav-list .nav-item > a::after
{
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;

    width: 0;
    height: 1px;
    margin: auto;

    content: '';
    transition: all .3s ease 0s;

    background: #fff;
}

header .nav .nav-list .nav-item > a:hover
{
    cursor: pointer;

    color: #6f0d0d;
}

header .nav .nav-list .nav-item > a:hover::after
{
    width: 50px;
}

.main
{
    position: relative;
}

.main .slider img
{
    font-family: 'object-fit: cover;';

    width: 100%;
    height: calc(100vh - 46px) !important;
    min-height: 768px;

    -o-object-fit: cover;
       object-fit: cover;
}

@media only screen and (max-width: 1024px)
{
    .main .slider img
    {
        height: 85vh !important;
        min-height: auto;
    }
}

@media only screen and (max-width: 640px)
{
    .main .slider img
    {
        min-height: 640px;
    }
}

.bilingual-menu
{
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 40px;
}

@media only screen and (max-width: 640px)
{
    .bilingual-menu
    {
        left: 50%;

        transform: translateX(-50%);
    }
}

.bilingual-menu ul
{
    display: flex;
}

.bilingual-menu ul li a
{
    line-height: 43px;

    display: block;

    width: 140px;
    min-width: 100px;
    height: 45px;

    border: 1px solid #fff;
}

@media only screen and (max-width: 1024px)
{
    .bilingual-menu ul li a
    {
        width: 14vw;
    }
}

@media only screen and (max-width: 640px)
{
    .bilingual-menu ul li a
    {
        font-size: 13px;

        min-width: 110px;
    }
}

.bilingual-menu ul li a:hover
{
    background: #6f0d0d;
}

.bilingual-menu ul li:not(:last-child) a
{
    border-right: none;
}

/**/
@media screen and (max-width: 1200px)
{
    .nav
    {
        display: none;
    }
}

#global_footer
{
    border-top: 1px solid rgba(255, 255, 255, .3);
    background: none !important;
}

#global_footer a
{
    text-decoration: none !important;

    color: #fff;
}

#global_footer .move_box
{
    display: flex !important;

    margin-bottom: 100px;
}

@media only screen and (max-width: 1024px)
{
    #global_footer .move_box
    {
        margin-bottom: 60px;
    }
}

.footer
{
    padding: 120px 40px 100px;

    background: #000;
}

@media only screen and (max-width: 1024px)
{
    .footer
    {
        padding: 120px 30px 100px;
    }
}

@media only screen and (max-width: 640px)
{
    .footer
    {
        padding: 100px 20px 80px;
    }
}

.footer-inner
{
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}

.footer .googlemaps
{
    margin-bottom: 30px;
}

.footer-txt
{
    display: flex;

    align-items: flex-end;
    justify-content: space-between;
}

@media only screen and (max-width: 834px)
{
    .footer-txt
    {
        flex-wrap: wrap;
    }
    .footer-txt > div
    {
        width: 100%;
    }
}

.footer-txt-1
{
    font-size: 13px;

    text-align: left;
}

@media only screen and (max-width: 640px)
{
    .footer-txt-1
    {
        font-size: 14px;
    }
}

.footer-txt-1 .btn_2
{
    margin-top: 30px;
}

@media only screen and (max-width: 834px)
{
    .footer-txt-1 .btn_2
    {
        margin: 30px auto 0;
    }
}

.footer-container
{
    display: flex;

    margin-bottom: 60px;

    justify-content: space-between;
    align-items: flex-end;
}

@media only screen and (max-width: 1024px)
{
    .footer-container
    {
        flex-wrap: wrap;
    }
    .footer-container > div
    {
        width: 100%;
    }
}

.footer-container .col3
{
    text-align: left;
}

@media only screen and (max-width: 1024px)
{
    .footer-container .col3
    {
        text-align: center;
    }
}

.footer-container .col3-logo
{
    margin-bottom: 30px;
}

.footer-container .col3-info
{
    font-size: 13px;
}

@media only screen and (max-width: 640px)
{
    .footer-container .col3-info
    {
        font-size: 14px;
    }
}

.footer-container .col4 .btn_1
{
    margin-bottom: 80px;
}

@media only screen and (max-width: 1024px)
{
    .footer-container .col4 .btn_1
    {
        margin: 50px auto;
    }
}

footer .nav
{
    display: flex;
}

@media only screen and (max-width: 1024px)
{
    footer .nav
    {
        justify-content: center;
    }
}

footer .nav .nav-list:not(:first-child)
{
    margin-left: 40px;
}

@media only screen and (max-width: 640px)
{
    footer .nav .nav-list:not(:first-child)
    {
        margin-left: 30px;
    }
}

footer .nav .nav-item
{
    position: relative;

    margin-top: 5px;
    padding-left: 15px;

    text-align: left;

    flex-grow: 1;
}

footer .nav .nav-item:before
{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;

    position: absolute;
    top: 50%;
    left: 0;

    content: '\f105';
    transform: translateY(-50%);
}

footer .nav a
{
    font-size: 13px;

    position: relative;

    display: block;

    color: #fff;
}

@media only screen and (max-width: 640px)
{
    footer .nav a
    {
        font-size: 14px;
    }
}

footer .nav a:hover
{
    color: #6f0d0d;
}

.copyright
{
    font-size: 13px;

    text-align: right;

    opacity: .35;
}

@media only screen and (max-width: 834px)
{
    .copyright
    {
        margin-top: 40px;

        text-align: center;
    }
}

@media only screen and (max-width: 640px)
{
    .copyright
    {
        font-size: 14px;
    }
}

.pagetop
{
    position: fixed;
    z-index: 99;
    right: 15px;
    bottom: 15px;

    display: none;
}

.pagetop a
{
    font-size: 0;
    line-height: 50px;

    display: block;

    width: 50px;
    height: 50px;

    text-align: center;

    background: url(../images/home/btn_bg.jpg);
}

.pagetop a i
{
    font-size: 20px;
    font-weight: inherit;
    line-height: 50px;

    color: #fff;
}

.cont_1
{
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

@media only screen and (max-width: 1024px)
{
    .cont_1
    {
        position: relative;
        z-index: 1;

        background-size: cover;
    }
    .cont_1::before
    {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;

        content: '';

        background: rgba(0, 0, 0, .3);
    }
}

@media only screen and (max-width: 834px)
{
    .cont_1
    {
        background-position: right bottom;
        background-size: contain;
    }
}

.flex_1
{
    display: flex;

    width: 85%;
    margin: 0 auto;

    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 1200px)
{
    .flex_1
    {
        width: 100%;
    }
}

.flex_1 > div
{
    width: 49%;
    margin-bottom: 2%;
}

@media only screen and (max-width: 834px)
{
    .flex_1 > div
    {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 640px)
{
    .flex_1 > div
    {
        margin-bottom: 20px;
    }
}

.flex_1 > div:not(:nth-child(2n))
{
    margin-right: 2%;
}

@media only screen and (max-width: 834px)
{
    .flex_1 > div:not(:nth-child(2n))
    {
        margin-right: 0;
    }
}

.cont_2
{
    background-repeat: no-repeat;
    background-size: cover;
}

.cont_2 .inner
{
    display: flex;

    justify-content: space-between;
}

@media screen and (max-width: 1200px)
{
    .cont_2 .inner
    {
        flex-direction: column;
    }
}

.box_1
{
    padding: 30px 20px;

    border: 1px solid #fff;

    align-content: flex-start;
}

@media only screen and (max-width: 640px)
{
    .box_1
    {
        font-size: 16px;
    }
}

.box_1 .box
{
    width: 100%;
    margin-bottom: 10px;
}

.box_1 .btn_2
{
    margin-top: 10px;
}

.cont_3 .btn_2
{
    margin: 0 auto;
}

.box_2 .box
{
    width: 23.5%;

    text-align: center;
}

@media only screen and (max-width: 1024px)
{
    .box_2 .box
    {
        width: 49%;
    }
}

.box_2 .box:not(:nth-child(4n))
{
    margin-right: 2%;
}

@media only screen and (max-width: 1024px)
{
    .box_2 .box:not(:nth-child(4n))
    {
        margin-right: 0;
        margin-bottom: 2%;
    }
}

@media only screen and (max-width: 640px)
{
    .box_2 .box:not(:nth-child(4n))
    {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px)
{
    .box_2 .box:not(:nth-child(2n))
    {
        margin-right: 2%;
    }
}

.box_2 .box img
{
    width: 100% !important;
}

.box_2 .box article > div
{
    font-size: 14px;

    margin-top: 5px;
}

@media only screen and (max-width: 640px)
{
    .box_2 .box article > div
    {
        font-size: 13px;
    }
}

.btn a
{
    display: block;

    width: 100%;
    max-width: 300px;
    margin-top: 20px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;

    color: #fff;
    background: #9e1616;
}

@media only screen and (max-width: 640px)
{
    .btn a
    {
        margin-right: auto;
        margin-left: auto;
    }
}

.flex1
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}

.flex1._top
{
    align-items: flex-start;
}

.flex1._center
{
    align-items: center;
}

.flex1:before
{
    width: calc(100% / 1 - 1%);

    content: '';

    order: 1;
}

.flex1:before
{
    width: calc(100% / 1 - 1%);

    content: '';

    order: 1;
}

.flex1:after
{
    width: calc(100% / 1 - 1%);

    content: '';

    order: 2;
}

.flex1 .box
{
    width: calc(100% / 1 - 1%);
    margin-bottom: 2%;
}

@media only screen and (max-width: 834px)
{
    ._tabwidth1 .box
    {
        width: 100%;
    }
    ._tabwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._tabwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
}

@media only screen and (max-width: 640px)
{
    ._spwidth1 .box
    {
        width: 100%;
    }
    ._spwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._spwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
}

.flex1 .box img
{
    width: 100% !important;
}

.flex2
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}

.flex2._top
{
    align-items: flex-start;
}

.flex2._center
{
    align-items: center;
}

.flex2:before
{
    width: calc(100% / 2 - 1%);

    content: '';

    order: 1;
}

.flex2:before
{
    width: calc(100% / 2 - 1%);

    content: '';

    order: 1;
}

.flex2:after
{
    width: calc(100% / 2 - 1%);

    content: '';

    order: 2;
}

.flex2 .box
{
    width: calc(100% / 2 - 1%);
    margin-bottom: 2%;
}

@media only screen and (max-width: 834px)
{
    ._tabwidth1 .box
    {
        width: 100%;
    }
    ._tabwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._tabwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
}

@media only screen and (max-width: 640px)
{
    ._spwidth1 .box
    {
        width: 100%;
    }
    ._spwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._spwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
}

.flex2 .box img
{
    width: 100% !important;
}

.flex3
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}

.flex3._top
{
    align-items: flex-start;
}

.flex3._center
{
    align-items: center;
}

.flex3:before
{
    width: calc(100% / 3 - 1%);

    content: '';

    order: 1;
}

.flex3:before
{
    width: calc(100% / 3 - 1%);

    content: '';

    order: 1;
}

.flex3:after
{
    width: calc(100% / 3 - 1%);

    content: '';

    order: 2;
}

.flex3 .box
{
    width: calc(100% / 3 - 1%);
    margin-bottom: 2%;
}

@media only screen and (max-width: 834px)
{
    ._tabwidth1 .box
    {
        width: 100%;
    }
    ._tabwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._tabwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
}

@media only screen and (max-width: 640px)
{
    ._spwidth1 .box
    {
        width: 100%;
    }
    ._spwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._spwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
}

.flex3 .box img
{
    width: 100% !important;
}

.flex4
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}

.flex4._top
{
    align-items: flex-start;
}

.flex4._center
{
    align-items: center;
}

.flex4:before
{
    width: calc(100% / 4 - 1%);

    content: '';

    order: 1;
}

.flex4:before
{
    width: calc(100% / 4 - 1%);

    content: '';

    order: 1;
}

.flex4:after
{
    width: calc(100% / 4 - 1%);

    content: '';

    order: 2;
}

.flex4 .box
{
    width: calc(100% / 4 - 1%);
    margin-bottom: 2%;
}

@media only screen and (max-width: 834px)
{
    ._tabwidth1 .box
    {
        width: 100%;
    }
    ._tabwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._tabwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
}

@media only screen and (max-width: 640px)
{
    ._spwidth1 .box
    {
        width: 100%;
    }
    ._spwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
    ._spwidth3 .box
    {
        width: calc(100% / 3 - 1%);
    }
}

.flex4 .box img
{
    width: 100% !important;
}

.square._100 .square-inner:before
{
    padding-top: 100%;
}

.square._75 .square-inner:before
{
    padding-top: 75%;
}

.square._66 .square-inner:before
{
    padding-top: 66%;
}

.square td .square-inner
{
    position: relative;

    display: block;
}

.square td .square-inner:before
{
    position: relative;
    z-index: 1;

    display: block;

    width: 100% !important;

    content: '';
}

.square td .square-inner img
{
    font-family: 'object-fit:cover;';

    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

.square > .square-inner
{
    position: relative;

    display: block;
}

.square > .square-inner .itext
{
    float: none !important;

    margin-right: 0 !important;
}

.square > .square-inner .itext img
{
    float: none !important;

    margin-right: 0 !important;
}

.square > .square-inner:before
{
    position: relative;
    z-index: 1;

    display: block;

    width: 100% !important;

    content: '';
}

.square > .square-inner img
{
    font-family: 'object-fit:cover;';

    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

.square > .box .itext
{
    float: none !important;

    margin-right: 0 !important;
}

.square > .box .itext img
{
    float: none !important;

    margin-right: 0 !important;
}

.square > .box .square-inner
{
    position: relative;

    display: block;
}

.square > .box .square-inner:before
{
    position: relative;
    z-index: 1;

    display: block;

    width: 100% !important;

    content: '';
}

.square > .box .square-inner img
{
    font-family: 'object-fit:cover;';

    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    -o-object-fit: cover;
       object-fit: cover;
}

.bg100
{
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    padding: 0 40px;
}

@media only screen and (max-width: 1024px)
{
    .bg100
    {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 640px)
{
    .bg100
    {
        padding: 0 20px;
    }
}

.flex2cl_01
{
    position: relative;

    display: flex;

    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 834px)
{
    .flex2cl_01
    {
        flex-direction: column-reverse;
    }
}

.flex2cl_01 .flxL
{
    width: 57%;
}

@media only screen and (max-width: 834px)
{
    .flex2cl_01 .flxL
    {
        width: 100%;
    }
}

.flex2cl_01 .flxR
{
    width: 40%;
}

@media only screen and (max-width: 834px)
{
    .flex2cl_01 .flxR
    {
        width: 100%;
        margin-bottom: 20px;
    }
}

.flex2cl_01 .flxR .img
{
    width: 100%;
}

.flex2cl_01 .flxR .img img
{
    width: 100% !important;
}

.flex2cl_02
{
    display: flex;
    flex-direction: row;

    margin-bottom: 50px;
    margin-left: -4%;

    border: 0;

    flex-wrap: wrap;
}

@media screen and (max-width: 1400px)
{
    .flex2cl_02
    {
        margin-left: -2.4390%;
    }
}

@media only screen and (max-width: 834px)
{
    .flex2cl_02
    {
        margin-left: 0;

        justify-content: space-between;
    }
}

.flex2cl_02 .box
{
    position: relative;

    width: 46%;
    margin-bottom: 20px;
    margin-left: 4%;
}

@media screen and (max-width: 1400px)
{
    .flex2cl_02 .box
    {
        display: block;

        width: 47.5609%;
        margin-left: 2.4390%;
    }
}

@media only screen and (max-width: 834px)
{
    .flex2cl_02 .box
    {
        width: 100%;
        margin-left: 0;
    }
}

.flex2cl_02 .box img
{
    width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2)
{
    font-size: 18px;
    font-weight: 700;
}

.flex2cl_02 .box tr td
{
    padding: 0 !important;

    border: 0 !important;
}

.flex3cl
{
    display: flex;
    flex-direction: row;

    margin-left: -2.43902%;

    border: 0;

    align-items: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 1400px)
{
    .flex3cl
    {
        margin-left: -2.4390%;
    }
}

@media only screen and (max-width: 640px)
{
    .flex3cl
    {
        margin-left: 0;

        justify-content: space-between;
    }
}

.flex3cl .box
{
    position: relative;

    width: 30.89431%;
    margin-bottom: 30px;
    margin-left: 2.43902%;
}

@media screen and (max-width: 1400px)
{
    .flex3cl .box
    {
        display: block;

        width: 47.5609%;
        margin-bottom: 15px;
        margin-left: 2.4390%;
    }
}

@media only screen and (max-width: 640px)
{
    .flex3cl .box
    {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }
}

.flex3cl .box img
{
    width: 100% !important;
}

.flex3cl .box tr:nth-child(2)
{
    font-size: 18px;
    font-weight: 700;
}

.flex3cl .box tr td
{
    padding: 0 !important;

    border: 0 !important;
}

.flex4cl
{
    display: flex;
    flex-direction: row;

    margin-left: -3.22581%;

    border: 0;

    align-items: flex-start;
    flex-wrap: wrap;
}

@media screen and (max-width: 1400px)
{
    .flex4cl
    {
        margin-left: -2.4390%;
    }
}

@media only screen and (max-width: 640px)
{
    .flex4cl
    {
        margin-left: 0;

        justify-content: space-between;
    }
}

.flex4cl .box
{
    position: relative;

    width: 21.77419%;
    margin-bottom: 30px;
    margin-left: 3.22581%;
}

@media screen and (max-width: 1400px)
{
    .flex4cl .box
    {
        display: block;

        width: 47.5609%;
        margin-bottom: 15px;
        margin-left: 2.4390%;
    }
}

@media only screen and (max-width: 640px)
{
    .flex4cl .box
    {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }
}

.flex4cl .box img
{
    width: 100% !important;
}

.flex4cl .box tr:nth-child(2)
{
    font-size: 18px;
    font-weight: 700;
}

.flex4cl .box tr td
{
    padding: 0 !important;

    border: 0 !important;
}

.title_1._index h1
{
    font-size: 36px;

    margin-bottom: 30px;
}

@media only screen and (max-width: 834px)
{
    .title_1._index h1
    {
        font-size: 32px;
    }
}

@media only screen and (max-width: 640px)
{
    .title_1._index h1
    {
        font-size: 5vw;
    }
}

.title_1._index h1 .large
{
    font-size: 1.27em;
}

.title_1._index h2
{
    font-size: 32px;

    display: flex;
    flex-direction: column-reverse;

    margin-right: 80px;

    -ms-writing-mode: tb-rl;

        writing-mode: vertical-rl;
}

@media screen and (max-width: 1200px)
{
    .title_1._index h2
    {
        flex-direction: column;

        margin-right: 0;
        margin-bottom: 80px;

        text-align: center !important;
        -ms-writing-mode: inherit;

            writing-mode: inherit;
    }
}

@media only screen and (max-width: 640px)
{
    .title_1._index h2
    {
        margin-bottom: 60px;
    }
}

.title_1._index h2 .en_1
{
    font-size: 14px;
    font-weight: 500;

    display: block;

    color: #9e1616;
}

.title_1._index h3
{
    font-size: 24px;

    margin-bottom: 20px;

    text-align: center;

    background: url(../images/home/ttl_bg.png) no-repeat;
    background-position: center top;
}

.title_1._common h2
{
    font-size: 1.8em;

    margin-bottom: 30px;

    border-bottom: 1px solid;
}

@media only screen and (max-width: 1024px)
{
    .title_1._common h2
    {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 640px)
{
    .title_1._common h2
    {
        font-size: 1.4em;
    }
}

.title_1._common h3
{
    font-size: 1.4em;
    line-height: 1.8;

    margin-bottom: 20px;
    padding-bottom: 10px;

    border-bottom: 1px solid;
}

@media only screen and (max-width: 640px)
{
    .title_1._common h3
    {
        font-size: 1.2em;
    }
}

.title_2._index h2
{
    font-size: 32px;

    margin-bottom: 80px;
}

@media only screen and (max-width: 640px)
{
    .title_2._index h2
    {
        margin-bottom: 60px;
    }
}

.title_2._index h2 .en_1
{
    font-size: 14px;
    font-weight: 500;

    display: block;

    color: #9e1616;
}

.title_2._common h2
{
    font-family: 'Noto Sans JP', sans-serif, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.6em;
    font-weight: 500;

    position: relative;

    margin-bottom: 40px;
    padding: .6em 1em .6em 1.8em;

    background: #eee;
}

@media only screen and (max-width: 834px)
{
    .title_2._common h2
    {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 640px)
{
    .title_2._common h2
    {
        font-size: 1.2em;
    }
}

.title_2._common h2:before
{
    position: absolute;
    top: 50%;
    left: 20px;

    width: 4px;
    height: 25px;

    content: '';
    transform: translate(0, -50%);

    border-radius: 5px;
    background: #9e1616;
}

.title_2._common h2:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: calc(100% - 10px);
    height: calc(100% - 10px);

    content: '';
    transform: translate(-50%, -50%);

    border: 1px solid #fff;
}

.title_3._common h2
{
    font-size: 1.8em;

    position: relative;

    margin-bottom: 60px;
}

.title_3._common h2::first-letter
{
    color: #9e1616;
}

@media only screen and (max-width: 834px)
{
    .title_3._common h2
    {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 640px)
{
    .title_3._common h2
    {
        font-size: 1.4em;
    }
}

.title_3._common h2:before
{
    position: absolute;
    bottom: -30px;
    left: 0;

    width: 70px;
    height: 2px;

    content: '';

    background: #9e1616;
}

.title_4._common h2
{
    font-size: 1.8em;

    position: relative;

    margin-bottom: 60px;
    padding-bottom: 20px;

    border-bottom: 2px solid #eee;
}

.title_4._common h2:before
{
    position: absolute;
    bottom: -3px;
    left: 0;

    width: 20%;
    height: 4px;

    content: '';

    background: url(../images/home/btn_bg.jpg);
}

@media only screen and (max-width: 1024px)
{
    .title_4._common h2
    {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 640px)
{
    .title_4._common h2
    {
        font-size: 1.4em;
    }
}

.title_5._common h2
{
    font-size: 26px;

    position: relative;

    margin-bottom: 60px;
}

@media only screen and (max-width: 640px)
{
    .title_5._common h2
    {
        font-size: 20px;
    }
}

.title_5._common h2::before,
.title_5._common h2::after
{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;

    width: 50%;
    height: .5px;

    content: '';
    transform: translateY(-50%);

    background: #fff;
}

.title_5._common h2:after
{
    right: 0;
    left: inherit;
}

.title_5._common h2 .h2-inner
{
    position: relative;

    display: inline-flex;
    flex-direction: column;

    padding: 0 20px;

    background: #000;
}

.title_5._common h2 .num_1
{
    font-family: 'Lora', serif, 'Noto Serif JP', serif, '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Sans JP', sans-serif;
    font-size: 3em;

    display: block;

    margin-top: -20px;
}

.en_1
{
    font-family: 'Lora', serif, 'Noto Serif JP', serif, '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.red
{
    color: #9e1616;
}

a.btn_1
{
    font-size: 16px;
    line-height: 50px;

    position: relative;

    display: block;

    width: 300px;
    max-width: 100%;
    height: 52px;
    margin: 0 0 0 auto;
    padding: 0 !important;

    text-align: center;

    color: #fff !important;
    border: 1px solid #fff;
}

a.btn_1:hover
{
    color: #000 !important;
    background: #fff;
}

a.btn_1:after
{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;

    position: absolute;
    top: 50%;
    right: 20px;

    content: '\f105';
    transform: translateY(-50%);
}

a.btn_2
{
    font-size: 13px;
    line-height: 45px;

    position: relative;

    display: block;

    width: 360px;
    max-width: 100%;
    height: 45px;

    text-align: center;

    color: #fff !important;
    background: url(../images/home/btn_bg.jpg);
}

@media only screen and (max-width: 640px)
{
    a.btn_2
    {
        font-size: 14px;
    }
}

a.btn_2:after
{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;

    position: absolute;
    top: 50%;
    right: 20px;

    content: '\f105';
    transform: translateY(-50%);
}

.c_flex_1
{
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}

.c_flex_1 > div
{
    width: 49%;
}

@media only screen and (max-width: 640px)
{
    .c_flex_1 > div
    {
        width: 100%;
    }
}

.c_flex_1 .txt_2
{
    margin-bottom: 20px;
}

@media only screen and (max-width: 640px)
{
    .c_flex_1 .txt_2
    {
        margin-bottom: 20px !important;
    }
}

.menu_1
{
    justify-content: space-between;
    align-items: flex-start;
}

.menu_1 .box
{
    width: 49%;
    padding: 20px;

    background: #fff;
}

@media only screen and (max-width: 640px)
{
    .menu_1 .box
    {
        width: 100%;
    }
}

.flex_2
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}

.flex_2 .slidebox
{
    width: 39%;
}

@media only screen and (max-width: 834px)
{
    .flex_2 .slidebox
    {
        width: 100%;
        margin-bottom: 40px;
    }
}

.flex_2 .txtbox_1
{
    width: 59%;
}

@media only screen and (max-width: 834px)
{
    .flex_2 .txtbox_1
    {
        width: 100%;
    }
}

.txtbox_1
{
    align-content: flex-start;
}

.txtbox_1 .box
{
    width: 100%;
}

.txtbox_1 .box:nth-child(4)
{
    margin-top: 30px;
    padding: 20px;

    background: url(../images/contents/btn_bg2.jpg) repeat;
}

.txtbox_1 h3
{
    font-size: 1.4em;
    line-height: 1.8;

    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

@media only screen and (max-width: 640px)
{
    .txtbox_1 h3
    {
        font-size: 1.2em;
    }
}

.txtbox_1 .price_1
{
    margin-bottom: 10px;
}

.price_1
{
    font-family: 'Lora', serif, 'Noto Serif JP', serif, '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Sans JP', sans-serif;

    display: block;

    text-align: right;
}

.txt_1
{
    padding: 20px;

    border: 1px solid;
}

.txt_1 b
{
    display: block;

    margin-bottom: -20px;
    padding-bottom: 5px;

    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.txt_1 a
{
    text-decoration: underline !important;

    color: #fff !important;
}

.txt_2
{
    padding: 20px;

    background: url(../images/contents/btn_bg2.jpg) repeat;
}

.txt_2 h3
{
    font-size: 1.4em;
    line-height: 1.8;

    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

@media only screen and (max-width: 640px)
{
    .txt_2 h3
    {
        font-size: 1.2em;
    }
}

.txt_2 b
{
    display: block;

    margin-bottom: -20px;
    padding-bottom: 5px;

    border-bottom: 1px solid;
}

.txt_2 a
{
    text-decoration: underline !important;

    color: #fff !important;
}

.flex_3
{
    display: flex;

    justify-content: space-between;
}

.flex_3 > div
{
    width: 49%;
}

.p_txt_1 p
{
    font-size: 1.8em;
    line-height: 1.6;

    padding: .3em 1em .5em;

    background: url(../images/home/btn_bg.jpg) repeat;
}

@media only screen and (max-width: 834px)
{
    .p_txt_1 p
    {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 640px)
{
    .p_txt_1 p
    {
        font-size: 1.4em;
    }
}

.center .btn_2
{
    margin: 0 auto;
}
