@charset "utf-8";

body {
    color: #222;
}
header {
    height: 70px;
}
.tx-left{
    text-align: left !important;
}
#wrap{
    background:#fff8e9;
}
.main-visual {
    background:#fbb03b url(../img/bg_head.png) repeat-x center bottom;
    width: 100%;
    height: 360px;
    text-align: center;
}

.main-visual h1 img {
    margin-top:30px;
}

.text-bold {
    font-weight: bold;
}

.section-inner {
    max-width: 900px;
    margin: 0px auto;
    padding: 0;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.section-inner .section-title {
    font-size: 28px;
    color: #1a1a1a;
    font-weight: normal;
    margin-bottom: 50px;
}
.section-inner p {
    font-size: 1.6rem;
    line-height: 1.8;
}

/*＝＝＝＝＝＝＝*/

.sec1_book{
    position:relative;
    top:-120px;
}
.sec1_book .left,.sec1_book .right{
    width: 300px;
    text-align:center;
}
.sec1_book h2{
    font-size: 3rem;
    margin:1em 0;
}
.sec1_book dl{
    font-size: 1.6rem;
    margin:2em auto;
    min-width: 300px;
    color:#444;
}
.sec1_book dl dt{
    float: left;
    clear: left;
    width:6em;
    text-align: right;
    margin-bottom:.5em;
    margin-right: .5em;
    font-weight: bold;
}
.sec1_book dl dd{
    float: left;
    text-align: left;
    margin-bottom:.5em;
}
.sec1_book dl:after{
    display: block;
    clear: both;
    content:'';
}
/*＝＝＝＝＝＝＝*/
.sec2_mv{
    position: relative;
    top:-70px;
    background-color: #FFE8B6;
    padding:30px 0;
}
.sec2_mv .section-title {
    font-size: 2.8rem;
    line-height: 1.5;
    color:#42210b;
    margin:0 0 1em;
    letter-spacing: 0;
    background:url(../img/bg_sec2_h.png) no-repeat center center;
}
.sec2_mv .left,.sec2_mv .right{
    width: 300px;
    text-align:center;
    font-size: 1.4rem;
    line-height: 1.3;
}
/*＝＝＝＝＝＝＝*/

.sec3_profile {
    position: relative;
    top:-50px;
}
.sec3_profile .section-title {
    font-size: 2.4rem;
    line-height: 1.5;
    color:#42210b;
    margin:1em 0;
    background:url(../img/bg_sec3_h.png) no-repeat center center;
}
.sec3_profile p{
    font-size: 1.4rem;
}
.sec3_profile b{
    font-size: 2.2rem;
    letter-spacing: .1em;
    color:#42210b;
}
.sec3_profile img.face{
    width: 167px;
    height: auto;
    float: left;
    margin-right: 3em;
}
.sec3_profile .section-inner:after{
    display: block;
    clear: both;
    content: '';
}
/*＝＝＝＝＝＝＝*/
.sec4_feedback .section-inner{
    display: flex;
    justify-content: space-around;
}
.sec4_feedback .section-title {
    font-size: 2.4rem;
    line-height: 1.5;
    color:#42210b;
    margin:0 0 1em;
    padding:0;
}
.sec4_feedback .left,.sec4_feedback .right{
    font-size: 1.6rem;
    padding:0 0 0 60px;
}
.sec4_feedback .left{
    background:url(../img/logo_insta.jpg) no-repeat left center;
}
.sec4_feedback .right{
    background:url(../img/logo_fb.png) no-repeat left center;
}
.sec4_feedback a{
    text-decoration: none;
    line-height: 1.3;
    color:#666;
}
.sec4_feedback b{
    display: block;
    font-size: 2rem;
    color:#222;
}

/*＝＝＝＝＝＝＝*/

aside.seven{
    position: relative;
    display: flex;
    justify-content: space-around;
    max-width: 600px;
    margin:60px auto;
    background: transparent url(../img/bg_asidetop.png) repeat-x center top;
    padding-top: 100px;
}
aside.seven h5{
    font-size: 2.4rem;
    text-align: left;
    margin-bottom:2em;
    padding:0;
    line-height: 1.3;
    color:#42210b;
}
aside.seven a{
    display: block;
    padding:1em;
    text-decoration: none;
    border:2px solid #222;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    transition: 0.3s;
    line-height: 1;
}
aside.seven a:hover{
    background-color: #222;
    color:#fff;
}



/*--------------------------------------------------------
解像度720px以下
--------------------------------------------------------*/
@media only screen and (max-width : 720px) {

    header {
        height: auto;
        background-size: cover;
        overflow: hidden;
    }
    header #logo {
        height: 22px;
        padding: 0;
        overflow: hidden;
        padding: 18px 0;
    }
    header #logo img {
        width: 180px;
        height: auto;
        margin: 0px auto;
        display: block;
    }
    header #logo p {
        width: 100%;
    }
    .main-visual {
        padding: 10px 0;
        height: 180px;
    }
    .main-visual h1 {
        width: 100%;
    }
    .main-visual h1 img{
        width: 90%;
    }
    .sp-none {
        display: none;
    }
    .section-inner {
        width: 90%;
        padding: 0;
    }
    .section-inner img{
        width:90%;
        height: auto;
    }
    #content{
        padding-bottom: 30px;
    }
    footer{
        position: relative;
        padding-bottom: 230px;
    } 
    footer div {
        width: 100%;
    }

    .sec1_book{
        top:0;
    }
    .sec1_book .left,.sec1_book .right{
        width: 100%;
        margin-top:60px;
    }
    .sec1_book h2{
        margin:1em 0;
    }
    .sec1_book dl{
        margin:2em auto;
        width:90%;
    }
    .sec1_book dl dt,.sec1_book dl dd{
        margin-bottom:.2em;
    }

    /*＝＝＝＝＝＝＝*/
    .sec2_mv{
        top:0;
        padding:30px 0 0;
    }
    .sec2_mv .section-title {
        font-size: 2rem;
        margin:0;
        background:none;
    }
    .sec2_mv .left,.sec2_mv .right{
        width: 100%;
        line-height: 1.5;
        margin-bottom:3em;
    }
    /*＝＝＝＝＝＝＝*/

    .sec3_profile {
        top:0;
    }
    .sec3_profile .section-title {
        line-height: 1;
        margin:2em 0 1em 0;
        background:none;
    }
    .sec3_profile img.face{
        display: none;
        float: none;
    }
    .sec3_profile p{
        line-height: 1.5;
    }
    /*＝＝＝＝＝＝＝*/
    .sec4_feedback .section-title {
        font-size: 2rem;
        margin:2em 0;
    }
    .sec4_feedback .left,.sec4_feedback .right{
        font-size: 1.6rem;        
        margin-bottom:2em;
    }
    .sec4_feedback b{
        font-size: 2rem;
    }

    /*＝＝＝＝＝＝＝*/

    aside.seven{
        flex-wrap: wrap;
        max-width: 300px;
        margin:30px auto;
        padding-top: 90px;
    }
    aside.seven h5{
        font-size: 2rem;
        margin-bottom:1em;
    }

}