@charset "UTF-8";


html{
    font-size: 625%;
}
body {
    position: relative;
    width: 100%;
    color: #111;
    text-align: left;
    font-size: .16em;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
    line-height: 1.5;
    overscroll-behavior: none;
}

.sans-serif {
    font-family: 'Oswald', sans-serif;
}
.serif {
    font-family: Times New Roman, Georgia, serif;
}
.mincho {
    font-family:"Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
}

figure {
    display: block;
    margin: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.is-pc {
    display: block !important;
}
.is-sp {
    display: none !important;
}

.is-hide {
    display: none;
}
sup {
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: 0;
}
sub {
    font-size: 80%;
    vertical-align: bottom;
    position: relative;
    bottom: -0.3em;
}

@media only screen and (max-width: 768px) {
    .is-pc {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
    sup {
        font-size: 60%;
        vertical-align: top;
        position: relative;
        top: 0;
    }
    sub {
        font-size: 60%;
        vertical-align: bottom;
        position: relative;
        bottom: 0;
    }
}



/* ===================== */
/* body
/* ===================== */
body {
    background-color: #efefef;
}

@media only screen and (max-width: 768px) {
}

/* ================================================= */
/* footer */
/* ================================================= */

#tu_footer {
    background-color: #fff;
    width: 100%;
}

.localFooter {
    background:#fff;
    padding-top:20px !important;
    line-height: 150%;
}

#bpGlobalFooter {
    background:#fff;
    padding-top:10px;
    padding-bottom: 30px !important;
}

/* ===================== */
/* wrapper
/* ===================== */

#tu_wrap {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}
#tu_wrap a {
    transition: all ease .3s;
}

#tu_wrap .tu_mainvisual {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

#tu_wrap .tu_mainvisual .h1_sub {
    display: block;
    width: 50%;
    position: absolute;
    left: 0;
    top: -6%;
    z-index: 2;
}

#tu_wrap .tu_mainvisual h1 {
    display: block;
    width: 100%;
    padding: 10px 0;
}

#tu_wrap .tu_mainvisual ._img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

#tu_wrap .tu_mainvisual ._name {
    background: url(kv_bg.png) center center no-repeat;
    background-size: 100% 100%;
    width: 160px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 2%;
    bottom: 8%;
}
#tu_wrap .tu_mainvisual ._name ._name_inner {
    display: table;
}

#tu_wrap .tu_mainvisual ._name ._name_text1 {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}
#tu_wrap .tu_mainvisual ._name ._name_text1 span {
    font-size: 60%;
}
#tu_wrap .tu_mainvisual ._name ._name_text2 {
    margin-bottom: .7em;
    font-size: 12px;
    font-feature-settings: "palt";
    line-height: 1.4;
    color: #ffffff;
}

#tu_wrap .tu_readtext {
    background-color: #f5efef;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
#tu_wrap .tu_readtext .tu_readtext_inner {
    background-image: linear-gradient(90deg, rgba(156, 101, 99, 1), rgba(117, 0, 0, 1));
    max-width: 860px;
    margin: 0 auto;
    padding: 35px 40px;
    position: relative;
}
#tu_wrap .tu_readtext .tu_readtext_inner::before {
    content: "";
    display: block;
    border: #ffffff solid 2px;
    border-right: none;
    width: 20px;
    height: calc(100% - 40px);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
#tu_wrap .tu_readtext .tu_readtext_inner::after {
    content: "";
    display: block;
    border: #ffffff solid 2px;
    border-left: none;
    width: 20px;
    height: calc(100% - 40px);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
#tu_wrap .tu_readtext p {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.9;
    text-align: center;
    color: #fff;
}

#tu_wrap .tu_contents {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}

#tu_wrap .tu_contents .contents_title {
    background-color: #f5efef;
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
}
#tu_wrap .tu_contents .contents_title .contents_title_inner {
    background-image: linear-gradient(90deg, rgba(156, 101, 99, 1), rgba(117, 0, 0, 1));
    max-width: 640px;
    margin: 0 auto;
    padding: 20px 40px;
    position: relative;
}
#tu_wrap .tu_contents .contents_title .contents_title_inner::before {
    content: "";
    display: block;
    border-left: #ffffff solid 2px;
    border-top: #ffffff solid 2px;
    width: 20px;
    height: calc(100% - 20px);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
#tu_wrap .tu_contents .contents_title .contents_title_inner::after {
    content: "";
    display: block;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    width: 20px;
    height: calc(100% - 20px);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
#tu_wrap .tu_contents .contents_title h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

#tu_wrap .tu_contents .contents_body {
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}

#tu_wrap .tu_contents .text_1 {
    margin-bottom: 2em;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    text-indent: 1em;
    color: #750000;
}
#tu_wrap .tu_contents .text_1 .notes {
    display: block;
    font-size: 60%;
}
#tu_wrap .tu_contents .text_2 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
    text-indent: 1em;
}
#tu_wrap .tu_contents .text_2 .name {
    font-weight: bold;
}
#tu_wrap .tu_contents .text_2 .notes {
    display: block;
    font-size: 60%;
}
#tu_wrap .tu_contents .text_3 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
    text-indent: 1em;
}

#tu_wrap .tu_contents .__ph {
    width: 100%;
    margin: 0 auto 2em;
}
#tu_wrap .tu_contents .__ph figure {
    max-width: 600px;
    margin: 0 auto;
}

#tu_wrap .tu_contact {
    width: 100%;
    margin: 0 auto;
    padding: 30px 70px;
    position: relative;
}
#tu_wrap .tu_contact .contact_body {
    max-width: 100%;
    margin: 0 auto;
}
#tu_wrap .tu_contact .contact_body ._logo {
    width: 320px;
    margin: 0 auto 24px;
    padding-bottom: 16px;
    position: relative;
}
#tu_wrap .tu_contact .contact_body ._logo::before {
    content: "";
    display: block;
    border-bottom: #750000 solid 2px;
    width: 120px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
#tu_wrap .tu_contact .contact_body ._text1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0 auto .8em;
    color: #750000;
}
#tu_wrap .tu_contact .contact_body ._text2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0 auto 40px;
    color: #750000;
}
#tu_wrap .tu_contact .contact_body ._btn {
    display: block;
    max-width: 300px;
    margin: 0 auto 40px;
}
#tu_wrap .tu_contact .contact_body ._btn a {
    position: relative;
    display: block;
    background-image: linear-gradient(90deg, rgba(156, 101, 99, 1), rgba(117, 0, 0, 1));
    box-shadow: 0px 0px 10px 0px rgba(117, 0, 0, 0.5);
    border-radius: 25px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tu_wrap .tu_contact .contact_body ._btn a span {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
}
#tu_wrap .tu_contact .contact_body ._btn a:hover {
    opacity: .8;
}


@media screen and (max-width:768px) {

    #tu_wrap {
        background-color: #fff;
        padding-bottom: 5vw;
        padding-top: 0;
    }

    #tu_wrap .tu_mainvisual {
        max-width: inherit;
    }
    #tu_wrap .tu_mainvisual h1 {
        display: block;
        width: 92%;
        margin: 0 auto;
        padding: 3vw 0;
    }

    #tu_wrap .tu_mainvisual ._img {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    #tu_wrap .tu_mainvisual ._name {
        width: 32vw;
        height: 20vw;
        position: absolute;
        right: 2%;
        bottom: 2%;
    }
    #tu_wrap .tu_mainvisual ._name ._name_inner {
        display: table;
    }
    #tu_wrap .tu_mainvisual ._name ._name_text1 {
        font-size: 5.5vw;
        font-weight: bold;
        line-height: 1;
        color: #ffffff;
    }
    #tu_wrap .tu_mainvisual ._name ._name_text1 span {
        font-size: 60%;
    }
    #tu_wrap .tu_mainvisual ._name ._name_text2 {
        margin-bottom: .7em;
        font-size: 2.8vw;
        font-feature-settings: "palt";
        line-height: 1.4;
        color: #ffffff;
    }

    #tu_wrap .tu_readtext {
        margin-bottom: 1.5em;
    }
    #tu_wrap .tu_readtext .tu_readtext_inner {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        padding: 6vw;
        position: relative;
    }
    #tu_wrap .tu_readtext .tu_readtext_inner::before {
        content: "";
        display: block;
        border: #ffffff solid 2px;
        border-right: none;
        width: 6vw;
        height: calc(100% - 6vw);
        position: absolute;
        left: 2vw;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }
    #tu_wrap .tu_readtext .tu_readtext_inner::after {
        content: "";
        display: block;
        border: #ffffff solid 2px;
        border-left: none;
        width: 6vw;
        height: calc(100% - 6vw);
        position: absolute;
        right: 2vw;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }
    #tu_wrap .tu_readtext p {
        font-size: 15px;
        text-align: left;
    }

    #tu_wrap .tu_contents {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        padding: 2vw 0 4vw;
        position: relative;
    }

    
    #tu_wrap .tu_contents .contents_title {
        background-color: #f5efef;
        position: relative;
        width: 100%;
        margin: 0 auto 30px;
    }
    #tu_wrap .tu_contents .contents_title .contents_title_inner {
        background-image: linear-gradient(90deg, rgba(156, 101, 99, 1), rgba(117, 0, 0, 1));
        max-width: 90%;
        margin: 0 auto;
        padding: 4vw 4vw;
        position: relative;
    }
    #tu_wrap .tu_contents .contents_title .contents_title_inner::before {
        content: "";
        display: block;
        border-left: #ffffff solid 2px;
        border-top: #ffffff solid 2px;
        width: 4vw;
        height: calc(100% - 4vw);
        position: absolute;
        left: 2vw;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }
    #tu_wrap .tu_contents .contents_title .contents_title_inner::after {
        content: "";
        display: block;
        border-right: #ffffff solid 2px;
        border-bottom: #ffffff solid 2px;
        width: 4vw;
        height: calc(100% - 4vw);
        position: absolute;
        right: 2vw;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }
    #tu_wrap .tu_contents .contents_title h2 {
        padding: 0;
        font-size: 6vw;
        font-feature-settings: "palt";
    }

    #tu_wrap .tu_contents .contents_body {
        width: 100%;
        margin: 0 auto;
        padding: 0 4vw;
    }


    #tu_wrap .tu_contents .text_1 {
        font-size: 15px;
    }
    #tu_wrap .tu_contents .text_2 {
        font-size: 15px;
    }
    #tu_wrap .tu_contents .text_3 {
        font-size: 15px;
    }

    #tu_wrap .tu_contents .__ph {
        width: 100%;
        margin: 0 auto 2em;
    }
    #tu_wrap .tu_contents .__ph figure {
        width: 100%;
        margin: 0 auto;
    }

    #tu_wrap .tu_contact {
        width: 100%;
        margin: 0 auto;
        padding: 4vw;
        position: relative;
    }
    #tu_wrap .tu_contact .contact_body {
        max-width: 100%;
        margin: 0 auto;
    }
    #tu_wrap .tu_contact .contact_body ._logo {
        width: 240px;
        margin: 0 auto 24px;
        padding-bottom: 16px;
        position: relative;
    }
    #tu_wrap .tu_contact .contact_body ._logo::before {
        width: 90px;
    }
    #tu_wrap .tu_contact .contact_body ._text1 {
        font-size: 15px;
    }
    #tu_wrap .tu_contact .contact_body ._text2 {
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        margin: 0 auto 30px;
    }
    #tu_wrap .tu_contact .contact_body ._btn {
        display: block;
        max-width: 240px;
        margin: 0 auto 30px;
    }
    #tu_wrap .tu_contact .contact_body ._btn a {
        position: relative;
        display: block;
        border-radius: 25px;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #tu_wrap .tu_contact .contact_body ._btn a span {
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
    }
    #tu_wrap .tu_contact .contact_body ._btn a:hover {
        opacity: .8;
    }
}
