@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: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

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

.keycolor1 {
    color: #901d22;
}


.is-sp {
    display: none !important;
}

.is-tab {
    display: none !important;
}

.is-pc {
    display: block !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: none !important;
    }
    .is-tab {
        display: block !important;
    }
}
@media only screen and (max-width: 500px) {
    .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: url(bg.jpg) center top repeat-y;
    background-size: 1200px auto;
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

#tu__wrap > .tu__header {
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
}
#tu__wrap > .tu__header h1 {
    display: block;
    max-width: 800px;
    margin: 0 auto;
}


#tu__wrap > .tu__read {
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
    position: relative;
}
#tu__wrap > .tu__read .__readtext1 {
    margin-bottom: 1em;
    font-size: 17px;
    font-weight: bold;
    line-height: 2.1;
    text-align: center;
}
#tu__wrap > .tu__read .__prof {
    border-top: #000000 solid 1px;
    border-bottom: #000000 solid 1px;
    max-width: 520px;
    margin: 0 auto;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#tu__wrap > .tu__read .__prof .__profimg {
    width: calc(100% - 345px);
}
#tu__wrap > .tu__read .__prof .__profimg figure {
    width: 100%;
}
#tu__wrap > .tu__read .__prof .__profbody {
    width: 330px;
}
#tu__wrap > .tu__read .__prof .__profbody  .__proftext1 {
    margin-bottom: .6em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
}
#tu__wrap > .tu__read .__prof .__profbody  .__proftext1 span {
    display: block;
    font-size: 12px;
}
#tu__wrap > .tu__read .__prof .__profbody  .__proftext2 {
    font-size: 12px;
    font-feature-settings: "palt";
    line-height: 1.4;
}

#tu__wrap > .tu__contents {
    max-width: 800px;
    margin: 0 auto 40px;
}

#tu__wrap > .tu__contents .contents__title {
    border-bottom: #000000 solid 2px;
    width: 100%;
    margin: 0 auto 40px;
    padding: 20px 0;
    position: relative;
}
#tu__wrap > .tu__contents .contents__title h2 {
    font-size: 30px;
    font-feature-settings: "palt";
    font-variant-alternates: proportional-width;
    line-height: 1;
    letter-spacing: .05em;
    text-align: center;
}

#tu__wrap > .tu__contents .contents__body {
    max-width: 800px;
    margin: 0 auto 60px;
    padding: 0 20px;
    position: relative;
}
#tu__wrap > .tu__contents .contents__body .__text1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
}
#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 {
    max-width: 560px;
    margin: 0 auto 2em;
}
#tu__wrap > .tu__contents .contents__body .__img1 figure {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

#tu__wrap > .tu__contents .contents__body .__img2 {
    max-width: 400px;
    margin: 0 auto 2em;
}
#tu__wrap > .tu__contents .contents__body .__img2 figure {
    display: block;
    width: 100%;
}


#tu__wrap > .tu__contact {
    background: #ffffff;
    width: 100%;
    padding: 40px;
}
#tu__wrap > .tu__contact .__linkbnr {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 10px;
    max-width: 400px;
    margin: 0 auto;
}
#tu__wrap > .tu__contact .__linkbnr a {
    display: block;
    transition: all ease .3s;
}
#tu__wrap > .tu__contact .__linkbnr a:hover {
    filter: brightness(1.05);
}
#tu__wrap > .tu__contact .__linkbnr a .__linkbnr__img {
    width: 100%;
}


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

    #tu__wrap {
        background: url(bg.jpg) center top repeat-y;
        background-size: 140% auto;
        max-width: inherit;
    }

    #tu__wrap > .tu__header {
        width: 100%;
        margin: 0 auto;
        padding-top: 6vw;
        position: relative;
    }
    #tu__wrap > .tu__header h1 {
        display: block;
        max-width: inherit;
        width: 82%;
        margin: 0 auto;
    }


    #tu__wrap > .tu__read {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
        position: relative;
    }
    #tu__wrap > .tu__read .__readtext1 {
        margin-bottom: 1em;
        font-size: 16px;
        font-feature-settings: "palt";
    }

    #tu__wrap > .tu__read .__prof {
        width: 82%;
        max-width: 420px;
        margin: 0 auto;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #tu__wrap > .tu__read .__prof .__profimg {
        width: calc(100% - 280px);
    }
    #tu__wrap > .tu__read .__prof .__profimg figure {
        width: 100%;
    }
    #tu__wrap > .tu__read .__prof .__profbody {
        width: 270px;
    }
    #tu__wrap > .tu__read .__prof .__profbody  .__proftext1 {
        font-size: 15px;
    }
    #tu__wrap > .tu__read .__prof .__profbody  .__proftext1 span {
        font-size: 11px;
    }
    #tu__wrap > .tu__read .__prof .__profbody  .__proftext2 {
        font-size: 10px;
    }

    #tu__wrap > .tu__contents {
        width: 86%;
        margin: 0 auto 40px;
    }

    #tu__wrap > .tu__contents .contents__title {
        border-bottom: #000000 solid 2px;
        width: 100%;
        margin: 0 auto 30px;
        padding: 15px 0;
        position: relative;
    }
    #tu__wrap > .tu__contents .contents__title h2 {
        font-size: 33px;
        line-height: 1.3;
    }

    #tu__wrap > .tu__contents .contents__body {
        max-width: inherit;
        width: 100%;
        margin: 0 auto 50px;
        padding: 0 10px;
        position: relative;
    }
    #tu__wrap > .tu__contents .contents__body .__text1 {
        margin-bottom: 2em;
        font-size: 16px;
        line-height: 2;
    }
    #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 {
        width: 80%;
        margin: 0 auto 2em;
    }
    #tu__wrap > .tu__contents .contents__body .__img1 figure {
        margin-bottom: 20px;
    }

    #tu__wrap > .tu__contents .contents__body .__img2 {
        width: 62%;
        margin: 0 auto 2em;
    }
    #tu__wrap > .tu__contents .contents__body .__img2 figure {
        display: block;
        width: 100%;
    }


    #tu__wrap > .tu__contact {
        background: #ffffff;
        width: 100%;
        padding: 40px;
    }
    #tu__wrap > .tu__contact .__linkbnr {
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        border-radius: 10px;
        max-width: 400px;
        margin: 0 auto;
    }
    #tu__wrap > .tu__contact .__linkbnr a {
        display: block;
        transition: all ease .3s;
    }
    #tu__wrap > .tu__contact .__linkbnr a:hover {
        filter: brightness(1.05);
    }
    #tu__wrap > .tu__contact .__linkbnr a .__linkbnr__img {
        width: 100%;
    }
}



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

    #tu__wrap {
        background: url(bg.jpg) center top repeat-y;
        background-size: 150% auto;
        max-width: inherit;
    }

    #tu__wrap > .tu__header {
        padding-top: 10vw;
    }
    #tu__wrap > .tu__header h1 {
        display: block;
        max-width: inherit;
        width: 90%;
        margin: 0 auto;
    }


    #tu__wrap > .tu__read {
        width: 100%;
        margin: 0 auto;
        padding: 5vw;
        position: relative;
    }
    #tu__wrap > .tu__read .__readtext1 {
        margin-bottom: 1em;
        font-size: 4vw;
    }

    #tu__wrap > .tu__read .__prof {
        background-color: #ffffff;
        border-radius: 10px;
        border: none;
        width: 96%;
        max-width: inherit;
        margin: 0 auto;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #tu__wrap > .tu__read .__prof .__profimg {
        width: 32%;
    }
    #tu__wrap > .tu__read .__prof .__profimg figure {
        width: 100%;
    }
    #tu__wrap > .tu__read .__prof .__profbody {
        width: 66%;
    }
    #tu__wrap > .tu__read .__prof .__profbody  .__proftext1 {
        margin-bottom: .4em;
        font-size: 14px;
    }
    #tu__wrap > .tu__read .__prof .__profbody  .__proftext1 span {
        font-size: 10px;
    }
    #tu__wrap > .tu__read .__prof .__profbody  .__proftext2 {
        font-size: 10px;
        line-height: 1.3;
    }
    #tu__wrap > .tu__read .__prof .__profbody  .__proftext2 br {
        display: none;
    }

    #tu__wrap > .tu__contents {
        width: 90%;
        margin: 0 auto 8vw;
    }

    #tu__wrap > .tu__contents .contents__title {
        border-bottom: #000000 solid 2px;
        width: 100%;
        margin: 0 auto 6vw;
        padding: 3vw 0;
        position: relative;
    }
    #tu__wrap > .tu__contents .contents__title h2 {
        font-size: 6vw;
        line-height: 1.3;
    }

    #tu__wrap > .tu__contents .contents__body {
        max-width: inherit;
        width: 100%;
        margin: 0 auto 10vw;
        padding: 0 10px;
        position: relative;
    }
    #tu__wrap > .tu__contents .contents__body .__text1 {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
    }
    #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 {
        width: 100%;
        margin: 0 auto 2em;
    }
    #tu__wrap > .tu__contents .contents__body .__img1 figure {
        margin-bottom: 10px;
    }

    #tu__wrap > .tu__contents .contents__body .__img2 {
        width: 86%;
        margin: 0 auto 2em;
    }
    #tu__wrap > .tu__contents .contents__body .__img2 figure {
        display: block;
        width: 100%;
    }


    #tu__wrap > .tu__contact {
        background: #ffffff;
        width: 100%;
        padding: 8vw;
    }
    #tu__wrap > .tu__contact .__linkbnr {
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        border-radius: 2vw;
        max-width: inherit;
        margin: 0 auto;
    }
    #tu__wrap > .tu__contact .__linkbnr a {
        display: block;
        transition: all ease .3s;
    }
    #tu__wrap > .tu__contact .__linkbnr a:hover {
        filter: brightness(1.05);
    }
    #tu__wrap > .tu__contact .__linkbnr a .__linkbnr__img {
        width: 100%;
    }
}