@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-pconly {
    display: block !important;
}
.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) {
}

/* ================================================= */
/* header */
/* ================================================= */

#tu_header {
}

/* ================================================= */
/* 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 {
}
#__tu a {
    transition: all ease .3s;
}
#__tu .__container {
    background-color: #6c442c;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0;
    overflow: hidden;
    position: relative;
}

#__tu .__mainvisual {
    background: #57280d url(bg1.jpg) center top no-repeat;
    background-size: 1200px auto;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
#__tu .__mainvisual h1 {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
#__tu .__mainvisual ._read {
    background: #57280d;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
}
#__tu .__mainvisual ._read::before {
    content: "";
    display: block;
    background: url(bg2.jpg) center top no-repeat;
    background-size: 100%;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
}
#__tu .__mainvisual ._read p._readtext {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 2.2;
    color: #fff;
    text-align: center;
}


#__tu .__contents {
    background: #57280d url(bg3.jpg) center top no-repeat;
    background-size: 1200px auto;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px 40px;
    position: relative;
}
#__tu .__contents::before {
    content: "";
    display: block;
    background: url(bg2.jpg) center top no-repeat;
    background-size: 100%;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
}

#__tu .__contents .__contents_title {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#__tu .__contents .__contents_title h2 {
    display: block;
    max-width: 500px;
}


#__tu .__contents .__contents_body {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    max-width: 940px;
    margin: 0 auto;
    padding: 45px 45px 20px 45px;
}

#__tu .__contents .text1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#__tu .__contents .text1.__indent1em {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#__tu .__contents .text1 .name1 {
    font-weight: bold;
}
#__tu .__contents .text1 .name2 {
    font-weight: bold;
    color: #cc3a00;
}
#__tu .__contents .text1 .notes {
    display: block;
    font-size: 60%;
    text-indent: 0;
}
#__tu .__contents .text1 a {
    font-weight: bold;
    color: #ff3c00;
    text-decoration: underline;
}

#__tu .__contents .text2 {
    margin-bottom: 2em;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    color: #57280d;
}

#__tu .__contents .__contents_body .img1 {
    max-width: 500px;
    margin: 0 auto 2em;
}

#__tu .__contents .__contents_body .img2 {
    max-width: 640px;
    margin: 0 auto 2em;
    position: relative;
}
#__tu .__contents .__contents_body .img2 .cap {
    padding-top: 6px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}


#__tu .__note {
    background-color: #ededed;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#__tu .__note .__note_body {
    max-width: 900px;
    margin: 0 auto;
    padding: 25px;
    font-feature-settings: "palt";
}
#__tu .__note .__note_body .__note_body_block1 {
    width: 100%;
    margin-bottom: 10px;
}
#__tu .__note .__note_body .__note_body_block2 {
    width: 100%;
    margin-bottom: 20px;
}
#__tu .__note .__note_body .__note_body_block3 {
    width: 100%;
    margin-bottom: 30px;
}
#__tu .__note .__note_body h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}
#__tu .__note .__note_body h5 {
    border: #000 solid 1px;
    display: table;
    margin-bottom: 3px;
    padding: 6px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}
#__tu .__note .__note_body .__note_text1 {
    font-size: 12px;
    line-height: 1.6;
}
#__tu .__note .__note_body .__note_text1 .__bold {
    font-weight: bold;
}
#__tu .__note .__note_body .__note_text1 .__bold_red1 {
    font-weight: bold;
    color: #dd0000;
}
#__tu .__note .__note_body .__note_text1 .__bold_red2 {
    font-weight: bold;
    color: #dd0000;
    text-decoration: underline;
}
#__tu .__note .__note_body .__note_text2 {
    font-size: 10px;
    line-height: 1.5;
}
#__tu .__note .__note_body .__note_text3 {
    display: table;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 auto;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    text-decoration: underline;
}
.dli-caret-circle-fill-right {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 0.8em;
    height: 0.8em;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    margin-left: 4px;
    top: -2px;
}

.dli-caret-circle-fill-right::before {
    content: '';
    color: #fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.18em 0.31177em;
    border-left-color: currentColor;
    border-right: 0;
    transform: translateX(15%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


#__tu .__cp {
    background-color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
}
#__tu .__cp .__cp_body {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
#__tu .__cp .__cp_body::before {
    content: "";
    display: block;
    background-color: #000;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
}
#__tu .__cp .__cp_body .__cp_body_text {
    width: 50%;
    padding: 0 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#__tu .__cp .__cp_body .__cp_body_text .__cp_body_text_inner {
}
#__tu .__cp .__cp_body .__cp_body_text .__cp_title {
    width: 100%;
    height: 50px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#__tu .__cp .__cp_body .__cp_body_text .__cp_title h4 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
#__tu .__cp .__cp_body .__cp_body_text .__cp_logo {
    max-width: 210px;
    margin: 0 auto 25px;
}
#__tu .__cp .__cp_body .__cp_body_text .__cp_text_a {
    font-size: 10px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
#__tu .__cp .__cp_body .__cp_body_text .__cp_text_a span.__text1 {
    width: 5em;
}
#__tu .__cp .__cp_body .__cp_body_text .__cp_text_a span.__text2 {
    width: calc(100% - 5em);
}
#__tu .__cp .__cp_body .__cp_body_text .__cp_text_b {
    font-size: 10px;
    line-height: 1.5;
    text-indent: 5em;
}

#__tu .__contact {
    width: 100%;
    padding: 50px 0;
    position: relative;
}
#__tu .__contact ._logo {
    width: 200px;
    margin: 0 auto 40px;
}
#__tu .__contact ._logo_text {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 1;
    text-align: center;
    color: #fff;
}
#__tu .__contact ._btn {
    display: table;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
}
#__tu .__contact ._btn a {
    display: block;
    background: #ffffff;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a5b00;
    transition: all ease .3s;
}
#__tu .__contact ._btn a:hover {
    opacity: .7;
}
#__tu .__contact ._btn a span {
    font-size: 18px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1;
    text-align: center;
}


@media screen and (max-width:1200px) {
    #__tu .__container {
        padding: 0;
    }
}
@media screen and (max-width:768px) {

    #__tu {
    }
    #__tu a {
        transition: all ease .3s;
    }
    #__tu .__container {
        background-color: #6c442c;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        position: relative;
    }
    
    #__tu .__mainvisual {
        background: #57280d;
        width: 100%;
    }
    #__tu .__mainvisual h1 {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
    }
    #__tu .__mainvisual ._read {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 4vw;
        position: relative;
    }
    #__tu .__mainvisual ._read::before {
        height: 1px;
    }
    #__tu .__mainvisual ._read p._readtext {
        display: block;
        margin-bottom: 10px;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 2;
        text-align: justify;
    }
    
    
    #__tu .__contents {
        background: #57280d url(bg3.jpg) center top no-repeat;
        background-size: 150% auto;
        width: 100%;
        padding: 0 0 40px;
    }
    
    #__tu .__contents .__contents_title {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }
    #__tu .__contents .__contents_title h2 {
        display: block;
        width: 88vw;
    }
    
    
    #__tu .__contents .__contents_body {
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden;
        width: 95vw;
        padding: 4vw 4vw 1px 4vw;
    }
    
    #__tu .__contents .text1 {
        font-size: 15px;
    }
    #__tu .__contents .text1.__indent1em {
        font-size: 15px;
    }
    
    #__tu .__contents .text2 {
        font-size: 15px;
    }
    #__tu .__contents .__contents_body .img2 .cap {
        font-size: 11px;
    }
    
    #__tu .__note .__note_body {
        width: 100%;
        margin: 0 auto;
        padding: 4vw;
        font-feature-settings: "palt";
    }
    #__tu .__note .__note_body h4 {
        font-size: 14px;
    }
    #__tu .__note .__note_body h5 {
        padding: 6px;
    }
    #__tu .__note .__note_body .__note_text1 {
        font-size: 10px;
        line-height: 1.6;
    }
    
    
    #__tu .__cp {
        padding: 4vw;
    }
    #__tu .__cp .__cp_body {
        border-top: #000 solid 1px;
        max-width: inherit;
        margin: 0 auto;
        display: block;
        position: relative;
    }
    #__tu .__cp .__cp_body::before {
        content: "";
        display: none;
    }
    #__tu .__cp .__cp_body .__cp_body_text {
        border-bottom: #000 solid 1px;
        width: 100%;
        padding: 0 0 20px 0;
    }
    #__tu .__cp .__cp_body .__cp_body_text .__cp_title {
        width: 100%;
        height: auto;
        padding-bottom: 10px;
        padding-top: 20px;
        display: block;
    }
    #__tu .__cp .__cp_body .__cp_body_text .__cp_title h4 {
        font-size: 15px;
    }
    #__tu .__cp .__cp_body .__cp_body_text .__cp_logo {
        margin: 0 auto 10px;
    }
    
    #__tu .__contact {
        width: 100%;
        padding: 40px 0;
        position: relative;
    }
    #__tu .__contact ._logo_text {
        font-size: 16px;
    }
    #__tu .__contact ._btn {
        max-width: 330px;
        margin: 0 auto;
    }
    #__tu .__contact ._btn a {
        width: 100%;
        height: 60px;
        border-radius: 30px;
    }
    #__tu .__contact ._btn a:hover {
        opacity: .7;
    }
    #__tu .__contact ._btn a span {
        font-size: 17px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1;
        text-align: center;
    }
}
