@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;
	/* font-feature-settings:"palt"; */
}

.sans-serif {
	font-family: 'Oswald', sans-serif;
}
.serif {
	font-family: Times New Roman, Georgia, serif;
}
.mincho {
    font-family: 'Noto Serif JP', serif;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
figure {
    display: block;
    margin: 0;
    padding: 0;
}

.keycolor1 {
    color: #901d22;
}

.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: 60%;
    vertical-align: bottom;
    position: relative;
    top: 0.1em;
}

@media only screen and (max-width: 980px) {
    .is-pc {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
}



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

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

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

#tu__wrap .tu_footer {
	background:#fff;
    width: 100%;
}

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

#tu__wrap {
    background-color: #fff;
	width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

#tu__wrap > .tu__header {
    background: url(bg1.jpg) center top no-repeat;
    background-size: 1280px auto;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
}
#tu__wrap > .tu__header .ad {
    border: #f5ce13 solid 1px;
    padding: 2px 4px 4px 4px;
    font-size: 13px;
    line-height: 1;
    color: #f5ce13;
    position: absolute;
    right: 8%;
    top: 5px;
    z-index: 100;
}
#tu__wrap > .tu__header .tu__header__inner {
    max-width: 835px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#tu__wrap > .tu__header .tu__header__inner .__img {
    width: 34.5%;
}
#tu__wrap > .tu__header .tu__header__inner .__img figure {
    width: 100%;
}
#tu__wrap > .tu__header .tu__header__inner .__text {
    width: 62%;
}
#tu__wrap > .tu__header .tu__header__inner .__text .__htext1 {
    width: 80%;
    margin-bottom: 4.5%;
}
#tu__wrap > .tu__header .tu__header__inner .__text .__htext2 {
    width: 75%;
    margin-bottom: 6%;
}
#tu__wrap > .tu__header .tu__header__inner .__text h1 {
    width: 100%;
}


#tu__wrap > .tu__read {
    background-color: #f5ce13;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}
#tu__wrap > .tu__read .__readtext1 {
    margin-bottom: 1em;
    font-size: 17px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 2.1;
    text-align: center;
    position: relative;
    z-index: 10;
}
#tu__wrap > .tu__read .__readtext1 span {
    font-size: 24px;
}
#tu__wrap > .tu__read .__readtext2 {
    font-size: 11px;
    font-feature-settings: "palt";
    line-height: 1.5;
    text-align: center;
    position: relative;
    z-index: 10;
}

#tu__wrap > .tu__contents {
    width: 100%;
    margin: 0 auto 40px;
    padding-top: 20px;
}

#tu__wrap > .tu__contents .contents__title {
    background: url(bg2.jpg) center center repeat-x;
    background-size: 360px auto;
    width: 100%;
    margin: 0 auto 40px;
    padding: 40px 0;
    position: relative;
}
#tu__wrap > .tu__contents .contents__title::before,
#tu__wrap > .tu__contents .contents__title::after {
    content: "";
    display: block;
    background-color: #000;
    width: 60px;
    height: 4px;
    position: absolute;
    right: 50%;
    bottom: 0;
}
#tu__wrap > .tu__contents .contents__title::after {
    background-color: #f5ce13;
    position: absolute;
    left: 50%;
    bottom: 0;
}
#tu__wrap > .tu__contents .contents__title h2 {
    display: block;
    max-width: 550px;
    margin: 0 auto;
}

#tu__wrap > .tu__contents .contents__body {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}
#tu__wrap > .tu__contents .contents__body .__text1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
    text-indent: 1em;
}
#tu__wrap > .tu__contents .contents__body .__text2 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#tu__wrap > .tu__contents .contents__body .__notes {
    display: block;
    font-size: 11px;
    text-indent: 0;
}

#tu__wrap > .tu__contents .contents__body .__img1 {
    background-color: #f5ce13;
    max-width: 400px;
    margin: 0 auto 2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#tu__wrap > .tu__contents .contents__body .__img1 .__img1__text {
    width: 35%;
    padding-left: 1em;
}
#tu__wrap > .tu__contents .contents__body .__img1 .__img1__text .__proftext1 {
    margin-bottom: 1em;
    font-size: 12px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.35;
}
#tu__wrap > .tu__contents .contents__body .__img1 .__img1__text .__proftext2 {
    font-size: 18px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1;
}
#tu__wrap > .tu__contents .contents__body .__img1 .__img1__text .__proftext2 span {
    font-size: 60%;
}
#tu__wrap > .tu__contents .contents__body .__img1 figure {
    display: block;
    width: 65%;
}

#tu__wrap > .tu__contents .contents__body .__img2 {
    max-width: 450px;
    margin: 0 auto 2em;
}
#tu__wrap > .tu__contents .contents__body .__img2.__w580 {
    max-width: 580px;
}
#tu__wrap > .tu__contents .contents__body .__img2 h3 {
    border-bottom: #f5ce13 solid 4px;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
}
#tu__wrap > .tu__contents .contents__body .__img2 h3::before {
    content: "";
    display: block;
    background-color: #000;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -4px;
}
#tu__wrap > .tu__contents .contents__body .__img2 p {
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.6;
}
#tu__wrap > .tu__contents .contents__body .__img2 figure {
    border: #000 solid 1px;
    width: 100%;
    margin-bottom: 5px;
}
#tu__wrap > .tu__contents .contents__body .__img2 .__notes {
    margin-bottom: 0;
    font-size: 10px;
    font-feature-settings: "palt";
    line-height: 1;
    text-align: right;
}

#tu__wrap > .tu__contents .contents__body .__img3 {
    max-width: 500px;
    margin: 0 auto 2em;
}
#tu__wrap > .tu__contents .contents__body .__img3 figure {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

#tu__wrap > .tu__contents .contents__point {
    background-color: #fbfbf7;
    border-top: #f5ce13 solid 10px;
    border-bottom: #f5ce13 solid 10px;
    width: 100%;
    margin-bottom: 2em;
    padding: 30px 0;
}
#tu__wrap > .tu__contents .contents__point h2 {
    display: block;
    max-width: 510px;
    margin: 0 auto 30px;
}
#tu__wrap > .tu__contents .contents__point .__point__body {
    max-width: 840px;
    margin: 0 auto 30px;
}
#tu__wrap > .tu__contents .contents__point .__point__body p {
    font-size: 16px;
    line-height: 2;
}
#tu__wrap > .tu__contents .contents__point .__point__body p span {
    display: block;
    font-size: 60%;
}

#tu__wrap > .tu__contents .contents__point .__fig {
    max-width: 640px;
    margin: 0 auto;
}
#tu__wrap > .tu__contents .contents__point .__fig figure {
    border: #000 solid 1px;
    width: 100%;
}


#tu__wrap > .tu__contents .__matome {
    background-color: #f5ce13;
    width: 100%;
    margin: 0 auto 50px;
    padding: 20px;
}
#tu__wrap > .tu__contents .__matome .__matome__body {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#tu__wrap > .tu__contents .__matome .__matome__body .__matome__body__img {
    width: 270px;
}
#tu__wrap > .tu__contents .__matome .__matome__body .__matome__body__text {
    width: calc(100% - 290px);
}
#tu__wrap > .tu__contents .__matome .__matome__body .__matome__body__text h3 {
    margin-bottom: 15px;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.3;
}
#tu__wrap > .tu__contents .__matome .__matome__body .__matome__body__text p {
    font-size: 16px;
    line-height: 2;
}


#tu__wrap > .tu__contact {
    width: 100%;
}
#tu__wrap > .tu__contact .__linkbnr {
    max-width: 600px;
    margin: 0 auto 40px;
}
#tu__wrap > .tu__contact .__linkbnr a {
    display: block;
    transition: all ease .3s;
}
#tu__wrap > .tu__contact .__linkbnr a:hover {
    filter: brightness(1.1);
}
#tu__wrap > .tu__contact .__linkbnr a .__linkbnr__img {
    width: 100%;
}
#tu__wrap > .tu__contact .__linkbnr a .__linkbnr__text {
    background-color: #f5ce13;
    border-radius: 0 0 8px 8px;
    width: 100%;
    padding: 15px;
    font-size: 13px;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 1;
    text-align: center;
}
#tu__wrap > .tu__contact .__linkbnr a .__linkbnr__text span {
    display: block;
    margin: 0 auto;
    padding-top: 8px;
    font-size: 18px;
    font-weight: bold;
}

#tu__wrap > .tu__contact .__linkbtn {
    max-width: 360px;
    margin: 0 auto 40px;
}
#tu__wrap > .tu__contact .__linkbtn a {
    display: block;
    background-color: #000000;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    transition: all ease .3s;
}
#tu__wrap > .tu__contact .__linkbtn a:hover {
    display: block;
    background-color: #444444;
}
#tu__wrap > .tu__contact .__linkbtn a span {
    display: block;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    line-height: 1;
    color: #fff;
    text-align: center;
}

#tu__wrap > .tu__contact .__stoptext {
    width: 500px;
    margin: 0 auto 50px;
}


@media only screen and (max-width: 980px) {
    
    #tu__wrap > .tu__header {
        background: url(bg1_sp.jpg) center top no-repeat;
        background-size: 100% auto;
        width: 100%;
        height: 98vw;
        margin: 0 auto;
        padding-top: 8vw;
        position: relative;
    }
    #tu__wrap > .tu__header .ad {
        background-color: #f5ce13;
        border: none;
        padding: 2px 4px 4px 4px;
        font-size: 10px;
        line-height: 1;
        color: #000;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }
    #tu__wrap > .tu__header .tu__header__inner {
        max-width: inherit;
        width: 90vw;
        margin: 0 auto;
        display: block;
    }
    #tu__wrap > .tu__header .tu__header__inner .__img {
        width: 32vw;
        position: absolute;
        left: 4vw;
        bottom: 0;
    }
    #tu__wrap > .tu__header .tu__header__inner .__img figure {
        width: 100%;
    }
    #tu__wrap > .tu__header .tu__header__inner .__text {
        width: 100%;
    }
    #tu__wrap > .tu__header .tu__header__inner .__text .__htext1 {
        width: 85%;
        margin: 0 auto 4vw;
    }
    #tu__wrap > .tu__header .tu__header__inner .__text .__htext2 {
        width: 80%;
        margin: 0 auto 12vw;
    }
    #tu__wrap > .tu__header .tu__header__inner .__text h1 {
        width: 100%;
        padding-left: 33vw;
    }
    
    
    #tu__wrap > .tu__read {
    }
    #tu__wrap > .tu__read .__readtext1 {
        font-size: 16px;
    }
    #tu__wrap > .tu__read .__readtext1 span {
        font-size: 24px;
    }
    #tu__wrap > .tu__read .__readtext2 {
        font-size: 11px;
    }
    
    #tu__wrap > .tu__contents {
        width: 100%;
        margin: 0 auto 20px;
        padding-top: 0;
    }
    
    #tu__wrap > .tu__contents .contents__title {
        background: url(bg2.jpg) center center repeat-x;
        background-size: 300px auto;
        width: 100%;
        margin: 0 auto 30px;
        padding: 30px 0;
        position: relative;
    }
    #tu__wrap > .tu__contents .contents__title::before,
    #tu__wrap > .tu__contents .contents__title::after {
        content: "";
        display: block;
        background-color: #000;
        width: 40px;
        height: 4px;
        position: absolute;
        right: 50%;
        bottom: 0;
    }
    #tu__wrap > .tu__contents .contents__title::after {
        background-color: #f5ce13;
        position: absolute;
        left: 50%;
        bottom: 0;
    }
    #tu__wrap > .tu__contents .contents__title h2 {
        display: block;
        max-width: 550px;
        width: 90vw;
        margin: 0 auto;
    }
    
    #tu__wrap > .tu__contents .contents__body {
        max-width: inherit;
        margin: 0 auto;
        padding: 0 4vw;
        position: relative;
    }
    #tu__wrap > .tu__contents .contents__body .__text1 {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
        text-indent: 1em;
    }
    #tu__wrap > .tu__contents .contents__body .__text2 {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
    }
    #tu__wrap > .tu__contents .contents__body .__notes {
        display: block;
        font-size: 10px;
        text-indent: 0;
    }
    
    #tu__wrap > .tu__contents .contents__body .__img1 {
    }
    #tu__wrap > .tu__contents .contents__body .__img1 .__img1__text {
        width: 35%;
        padding-left: .8em;
    }
    #tu__wrap > .tu__contents .contents__body .__img1 .__img1__text .__proftext1 {
        margin-bottom: 1em;
        font-size: 10px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.35;
    }
    #tu__wrap > .tu__contents .contents__body .__img1 .__img1__text .__proftext2 {
        font-size: 16px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1;
    }
    
    #tu__wrap > .tu__contents .contents__body .__img2 {
        max-width: 450px;
        margin: 0 auto 2em;
    }
    #tu__wrap > .tu__contents .contents__body .__img2.__w580 {
        max-width: 580px;
    }
    #tu__wrap > .tu__contents .contents__body .__img2 h3 {
        border-bottom: #f5ce13 solid 4px;
        display: block;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 12px;
        font-size: 18px;
        font-weight: bold;
        font-feature-settings: "palt";
    }
    #tu__wrap > .tu__contents .contents__body .__img2 p {
        margin-bottom: 1em;
        font-size: 14px;
        line-height: 1.6;
    }
    #tu__wrap > .tu__contents .contents__body .__img2 figure {
        border: #000 solid 1px;
        width: 100%;
        margin-bottom: 5px;
    }
    #tu__wrap > .tu__contents .contents__body .__img2 .__notes {
        margin-bottom: 0;
        font-size: 10px;
        font-feature-settings: "palt";
        line-height: 1;
        text-align: right;
    }
    
    #tu__wrap > .tu__contents .contents__point {
        background-color: #fbfbf7;
        border-top: #f5ce13 solid 6px;
        border-bottom: #f5ce13 solid 6px;
        width: 100%;
        margin-bottom: 2em;
        padding: 30px 4vw;
    }
    #tu__wrap > .tu__contents .contents__point h2 {
        display: block;
        max-width: 510px;
        margin: 0 auto 20px;
    }
    #tu__wrap > .tu__contents .contents__point .__point__body {
        max-width: 840px;
        margin: 0 auto 30px;
        display: block;
    }
    #tu__wrap > .tu__contents .contents__point .__point__body p {
        font-size: 15px;
        line-height: 2;
    }
    #tu__wrap > .tu__contents .contents__point .__point__body p span {
        display: block;
        font-size: 60%;
    }
    
    #tu__wrap > .tu__contents .contents__point .__fig {
        max-width: 640px;
        margin: 0 auto;
    }
    #tu__wrap > .tu__contents .contents__point .__fig h3 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    
    
    #tu__wrap > .tu__contents .__matome {
        background-color: #f5ce13;
        width: 100%;
        margin: 0 auto 30px;
        padding: 20px 4vw;
    }
    #tu__wrap > .tu__contents .__matome .__matome__body {
        max-width: 900px;
        margin: 0 auto;
        display: block;
    }
    #tu__wrap > .tu__contents .__matome .__matome__body .__matome__body__img {
        width: 50vw;
        max-width: 270px;
        margin: 0 auto 10px;
    }
    #tu__wrap > .tu__contents .__matome .__matome__body .__matome__body__text {
        width: 100%;
    }
    #tu__wrap > .tu__contents .__matome .__matome__body .__matome__body__text h3 {
        margin-bottom: 15px;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
    }
    #tu__wrap > .tu__contents .__matome .__matome__body .__matome__body__text p {
        font-size: 15px;
        line-height: 2;
        text-align: justify;
    }
    
    
    #tu__wrap > .tu__contact {
        width: 100%;
    }
    #tu__wrap > .tu__contact .__linkbnr {
        max-width: 600px;
        width: 90vw;
        margin: 0 auto 30px;
    }
    #tu__wrap > .tu__contact .__linkbnr a {
        display: block;
        transition: all ease .3s;
    }
    #tu__wrap > .tu__contact .__linkbnr a:hover {
        filter: brightness(1.1);
    }
    #tu__wrap > .tu__contact .__linkbnr a .__linkbnr__img {
        width: 100%;
    }
    #tu__wrap > .tu__contact .__linkbnr a .__linkbnr__text {
        background-color: #f5ce13;
        border-radius: 0 0 8px 8px;
        width: 100%;
        padding: 10px;
        font-size: 12px;
        font-feature-settings: "palt";
        letter-spacing: .05em;
        line-height: 1.4;
        text-align: center;
    }
    #tu__wrap > .tu__contact .__linkbnr a .__linkbnr__text span {
        display: block;
        margin: 0 auto;
        padding-top: 8px;
        font-size: 16px;
        font-weight: bold;
    }

    #tu__wrap > .tu__contact .__linkbtn {
        max-width: 240px;
        margin: 0 auto 30px;
    }
    #tu__wrap > .tu__contact .__linkbtn a span {
        display: block;
        padding: 14px;
        font-size: 14px;
    }
    
    #tu__wrap > .tu__contact .__stoptext {
        width: 90vw;
        max-width: 500px;
        margin: 0 auto 50px;
    }
}



@media only screen and (max-width: 500px) {
    #tu__wrap > .tu__read {
        width: 100%;
        margin: 0 auto;
        padding: 4vw 0;
        position: relative;
    }
    #tu__wrap > .tu__read .__readtext1 {
        margin-bottom: 1em;
        font-size: 14px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 2.1;
        text-align: center;
        position: relative;
        z-index: 10;
    }
    #tu__wrap > .tu__read .__readtext1 span {
        font-size: 19px;
    }
    #tu__wrap > .tu__read .__readtext2 {
        font-size: 10px;
    }
}