@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: #b4a27b;
}

@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 {
    padding: 20px;
}
#__tu a {
    transition: all ease .3s;
}
#__tu .__container {
    background-color: #fff;
    border-radius: 5px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    position: relative;
}

#__tu .__mainvisual {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
#__tu .__mainvisual ._hlogo {
    width: 22%;
    margin: 0 auto;
    padding: 1%;
}
#__tu .__mainvisual ._h1sub {
    width: 64%;
    margin: 0 auto 45px;
}
#__tu .__mainvisual h1 {
    display: block;
    width: 80%;
    margin: 0 auto 30px;
}
#__tu .__mainvisual ._img {
    width: 100%;
}
#__tu .__mainvisual ._read {
    background-color: #222;
    padding: 20px 20px;
}
#__tu .__mainvisual ._read p {
    display: block;
    font-size: 16px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    text-align: center;
    line-height: 1.8;
    color: #fff;
}

#__tu .__contents {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0;
    position: relative;
}

#__tu .__contents .__contents_title {
    border-top: #b4a27b solid 6px;
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 50px;
}
#__tu .__contents .__contents_title .__contents_title_inner {
    border-bottom: #efefef solid 2px;
    padding: 20px 0;
}
#__tu .__contents .__contents_title .__contents_title_inner h2 {
    font-size: 32px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 1.3;
    text-align: center;
    color: #222;
}

#__tu .__contents .__contents_body {
    width: 100%;
    padding: 0 80px;
    margin: 0 auto;
}

#__tu .__contents .text_1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
    text-indent: 1em;
}
#__tu .__contents .text_1 .notes {
    display: block;
    font-size: 60%;
    text-indent: 0;
}
#__tu .__contents .text_1 a {
    font-weight: bold;
    color: #b4a27b;
    text-decoration: underline;
}

#__tu .__contents .img {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2em;
}
#__tu .__contents .img .img_body {
    width: 49%;
}
#__tu .__contents .img .img_text {
    width: 49%;
}

#__tu .__comingsoon {
    width: 100%;
    padding-bottom: 30px;
}
#__tu .__comingsoon .__comingsoon__body {
    background-color: #f5f2ec;
    width: 100%;
    padding: 20px 20px 50px;
    position: relative;
}
#__tu .__comingsoon .__comingsoon__body p {
    max-width: 480px;
    margin: 0 auto;
}
#__tu .__comingsoon .__comingsoon__body .__comingsoon__btn {
    width: 240px;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    z-index: 10;
}
#__tu .__comingsoon .__comingsoon__body .__comingsoon__btn a {
    display: block;
    background: #b4a27b;
    border-radius: 4px;
    box-shadow: 6px 6px 10px 0 #d5d5d5;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all ease .3s;
}
#__tu .__comingsoon .__comingsoon__body .__comingsoon__btn a:hover {
    filter: brightness(1.1);
}
#__tu .__comingsoon .__comingsoon__body .__comingsoon__btn a span {
    font-size: 18px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 1;
    text-align: center;
}

#__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: 20px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 1;
    text-align: center;
    color: #222;
}
#__tu .__contact ._btn {
    width: 500px;
    margin: 0 auto 30px;
}
#__tu .__contact ._btn a {
    display: block;
    background: #b4a27b;
    border-radius: 4px;
    box-shadow: 6px 6px 10px 0 #d5d5d5;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all ease .3s;
}
#__tu .__contact ._btn a:hover {
    filter: brightness(1.1);
}
#__tu .__contact ._btn a span {
    font-size: 22px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 1.4;
    text-align: center;
}
#__tu .__contact ._notes {
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
}


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

    #__tu {
        padding: 2vw;
    }
    #__tu a {
        transition: all ease .3s;
    }
    #__tu .__container {
        background-color: #fff;
        border-radius: 5px;
        max-width: inherit;
    }
    
    #__tu .__mainvisual {
        max-width: inherit;
    }
    #__tu .__mainvisual ._hlogo {
        width: 40vw;
        margin: 0 auto;
        padding: 1%;
    }
    #__tu .__mainvisual ._h1sub {
        width: 80vw;
        margin: 0 auto 5vw;
        line-height: 1;
    }
    #__tu .__mainvisual h1 {
        display: block;
        width: 90vw;
        margin: 0 auto 3vw;
    }
    #__tu .__mainvisual ._img {
        width: 100%;
    }
    #__tu .__mainvisual ._read {
        background-color: #222;
        width: 100%;
        padding: 5vw;
        position: relative;
        right: a;
        bottom: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #__tu .__mainvisual ._read p {
        display: block;
        width: 100%;
        font-size: 15px;
        text-align: justify;
    }
    
    #__tu .__contents {
        width: 100%;
        margin: 0 auto;
        padding: 5vw 0 0;
        position: relative;
    }
    
    #__tu .__contents .__contents_title {
        border-top: #b4a27b solid 1.5vw;
        position: relative;
        width: 100%;
        margin: 0 auto 6vw;
        padding: 0 5vw;
    }
    #__tu .__contents .__contents_title .__contents_title_inner {
        border-bottom: #efefef solid 2px;
        padding: 5vw 0;
    }
    #__tu .__contents .__contents_title .__contents_title_inner h2 {
        font-size: 6vw;
        letter-spacing: 0;
    }
    
    #__tu .__contents .__contents_body {
        width: 100%;
        padding: 0 5vw;
    }

    #__tu .__contents .img {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        margin-bottom: 2em;
    }
    #__tu .__contents .img .img_body {
        width: 100%;
        order: 1;
    }
    #__tu .__contents .img .img_text {
        width: 100%;
        padding-top: 15px;
        order: 2;
    }

    
    #__tu .__comingsoon {
        width: 100%;
        padding-bottom: 30px;
    }
    #__tu .__comingsoon .__comingsoon__body {
        background-color: #f5f2ec;
        width: 100%;
        padding: 15px 15px 38px;
        position: relative;
    }
    #__tu .__comingsoon .__comingsoon__body p {
        max-width: inherit;
        margin: 0 auto;
    }
    #__tu .__comingsoon .__comingsoon__body .__comingsoon__btn {
        width: 180px;
        position: absolute;
        left: 50%;
        bottom: -23px;
        transform: translateX(-50%);
        z-index: 10;
    }
    #__tu .__comingsoon .__comingsoon__body .__comingsoon__btn a {
        display: block;
        background: #b4a27b;
        background: linear-gradient(300deg, rgba(188,164,116,1) 0%, rgba(175,145,88,1) 100%);
        border-radius: 4px;
        box-shadow: 6px 6px 10px 0 #d5d5d5;
        width: 100%;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        transition: all ease .3s;
    }
    #__tu .__comingsoon .__comingsoon__body .__comingsoon__btn a:hover {
        filter: brightness(1.1);
    }
    #__tu .__comingsoon .__comingsoon__body .__comingsoon__btn a span {
        font-size: 17px;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 1;
        text-align: center;
    }
    
    #__tu .__contact {
        width: 100%;
        padding: 10vw 0 5vw;
        position: relative;
    }
    #__tu .__contact ._logo {
        width: 150px;
        margin: 0 auto 30px;
    }
    #__tu .__contact ._logo_text {
        margin-bottom: 15px;
        font-size: 16px;
    }
    #__tu .__contact ._btn {
        width: 95%;
        margin: 0 auto 40px;
    }
    #__tu .__contact ._btn a {
        display: block;
        background: #b4a27b;
        background: linear-gradient(300deg, rgba(188,164,116,1) 0%, rgba(175,145,88,1) 100%);
        border-radius: 4px;
        box-shadow: 6px 6px 10px 0 #d5d5d5;
        width: 100%;
        height: 20vw;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        transition: all ease .3s;
    }
    #__tu .__contact ._btn a:hover {
        filter: brightness(1.1);
    }
    #__tu .__contact ._btn a span {
        font-size: 5vw;
        letter-spacing: 0;
    }
    #__tu .__contact ._notes {
        display: block;
        width: 90vw;
        margin: 0 auto;
        font-size: 10px;
        line-height: 1.4;
        text-align: left;
    }
}
