/* _setting CSS */
/* min-width:751px | 751px ~
------------------------------------------------------------------------- */
@media screen and (min-width: 751px) {
    /* @media screen
  ------------------------------------------------------------------------- */

    #sec1 {
        min-width: 1080px;
        margin: 0 0 0;
        overflow: hidden;
        background: #007fad;
    }

    #sec1 .title_wrap {
        padding: 30px 0;
        text-align: center;
    }

    #sec1 .title_wrap h1 {
        color: #fff;
        font-size: 1.6rem;
        text-align: center;
    }

    #sec1 .title_wrap span {
        color: #fff;
        font-size: 3.0rem;
        text-align: center;
    }

    #mv_wrap {
        width: 100vw;
        height: 270px;
        overflow: hidden;
    }

    #mv_wrap .mv {
        width: 100%;
        height: 100%;
        background-position: center center !important;
        background-size: cover !important;
    }

    #sec2 {
        width: 1080px;
        margin: 0 auto;
        padding: 44px 0;
    }

    #sec2 h2 {
        margin: 0 0 25px;
        padding: 0 0 5px;
        font-size: 3rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        text-align: center;
    }
    #sec2 h2.h2_t {
        margin: 10px 0 0;
        padding: 0 0 5px;
        font-size: 3rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        text-align: center;
    }

    #sec2 h2.h2_t span {
        margin: 10px 0 0;
        padding: 0 0 5px;
        font-size: 3rem;
        font-family: serif;
        /*font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
        font-weight: bold;
        text-align: center;
    }

    #sec2 h3 {
        margin: 0 0 25px;
        padding: 0 0 5px;
        font-size: 2.2rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        text-align: center;
    }
    #sec2 p {
        margin: 25px 0 25px;
        padding: 0 0 5px;
        font-size: 1.6rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        text-align: center;
    }

    #sec2 p span {
        margin: 0 0 25px;
        padding: 0 0 5px;
        font-size: 1.8rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: center;
    }

    #sec2 p.txt_access{
        font-size: 1.5rem;
    }

    #sec2 p.txt_access span{
        font-size: 1.8rem;
        font-weight: bold;
    }

    #sec3 {
        height: 50vh;
        width: 100%;
        background: url(../images/location/mv2.png) no-repeat top center;
        background-size: cover;
    }

    #sec4_wrap {
        background: #000;
        padding: 30px 0;
    }

    #sec4 {
        width: 1080px;
        margin: 0 auto;
        padding: 44px 0;
        color: #fff;
    }

    #sec4 h2 {
        margin: 0 0 25px;
        padding: 0 0 5px;
        font-size: 2.4rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        text-align: center;
    }

    #sec4 p {
        margin: 0 0 25px;
        padding: 0 0 5px;
        font-size: 1.6rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        text-align: center;
    }

    #sec4 p span {
        margin: 0 0 25px;
        padding: 0 0 5px;
        font-size: 1.2rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: center;
    }

    #sec5 {
        width: 900px;
        margin: 0 auto;
        padding: 44px 0;
    }

    #sec5 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #sec5 ul li {
        width: 300px;
        text-align: left;
        padding: 0 15px;
        margin: 0 0 30px;
    }

    #sec5 dl {

    }

    #sec5 dl dt {

    }

    #sec5 dl dt h3 {
        font-weight: bold;
        font-size: 1.8rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        margin-bottom: 30px;
        text-align: left;
    }

    #sec5 dl dd {
        width: 100%;
        background-size: cover;
        text-align: left;
    }

    #sec5 dl dd p {
        text-align: left;
    }

    #sec6 {
        width: 1080px;
        margin: 0 auto;
        padding: 44px 0;
    }

    #sec6 ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        /*justify-content: space-between;*/
    }

    #sec6 .list li {
        width: 33.333%;
        width : -webkit-calc(100% / 3) ;
        width : calc(100% / 3)
        background-size: cover;
        text-align: left;
        padding: 0 15px;
        margin: 0 0 30px;
    }

    #sec6 ul.center {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        /*justify-content: space-between;*/
    }

    #sec6 ul.center li {
        width: 33.333%;
        width : -webkit-calc(100% / 3) ;
        width : calc(100% / 3)
        background-size: cover;
        text-align: left;
        padding: 0 15px;
        margin: 0 0 30px;
    }

/*
    #sec6 .list li:nth-child(2) {
        margin: 0 30px;
    }
*/
    #sec6 .list li dd h3 {
        font-size: 1.7rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: center;
    }
    #sec6 .list li dd p span {
        font-size: 1.2rem;
    }
    #sec6 h4 {
        font-size: 2.2rem;
        padding: 0 0;
        margin: 10px 0 30px;
        border-bottom: 1px solid #ccc;
    }

   #sec7 {
        width: 1080px;
        margin: 0 auto;
        padding: 0 0 44px;
    }

    #sec7 .sec7_box {
        /*display: flex;*/
    }

    #sec7 .sec7_box .text_box_wrap {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 15px 0;
    }

    #sec7 .sec7_box .text_box_wrap .text_box {
        width: calc(100% / 2);
    }

    #sec7 .sec7_box h3 {
        margin-bottom: 30px;
        font-size: 1.8rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    #sec7 .sec7_box .text_box dl {
        width: 100%;
        margin-bottom: 15px;
        display: block;
        float: left;
    }


    #sec7 .sec7_box .text_box dd span {
        font-size: 1.5rem;
    }

    #sec7 .sec7_box .text_box dd span.time {
        font-size: 1.2rem;
    }

    #sec7 .sec7_box .img_box {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 70px;
    }

    #sec7 .sec7_box .img_box p {
        text-align: center;
    }

    #sec7 .sec7_box .img_box img {
        width: 100%;
    }

    #sec8 {
        width: 1080px;
        margin: 0 auto;
        padding: 44px 0;
    }

    #sec8 ul {
        width: 100%;
        display: flex;
        /*align-items: flex-end;*/
        justify-content: center;
    }

    #sec8 ul li {
        width: 25%;
        background-size: cover;
        text-align: left;
    }

    #sec8 ul li dd {
        text-align: center;
    }

    #sec9 {
        width: 1080px;
        margin: 0 auto;
        padding: 44px 0;
    }

    #sec9 ul {
        width: 100%;
        display: flex;
        /*align-items: flex-end;*/
        justify-content: center;
    }

    #sec9 ul li {
        width: 25%;
        margin: 0 10px;
        background-size: cover;
        text-align: left;
    }

    #sec9 ul li dd {
        text-align: center;
    }


    #sec9 dl {

    }

    #sec9 dl dt {

    }

    #sec9 dl dt h3 {
        font-weight: bold;
        font-size: 1.8rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        margin-bottom: 30px;
        text-align: left;
    }

    #sec9 dl dd {
        width: 80%;
        background-size: cover;
        text-align: left;
    }

    #sec9 dl dd p {
        text-align: left;
    }
    #sec9 dl dd p span {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  
    }


    /* @media screen
  ------------------------------------------------------------------------- */
}

/* ////.min-width:751px | 751px ~
---------------------------------------------------------------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
------------
max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
    /* @media screen
  ------------------------------------------------------------------------- */


    #sec1 {
        margin: 47px 0 0;
        overflow: hidden;
        background: #007fad;
    }

    #sec1 .title_wrap {
        padding: 30px 0;
        text-align: center;
    }

    #sec1 .title_wrap h1 {
        color: #fff;
        font-size: 1.6rem;
        text-align: center;
    }

    #sec1 .title_wrap span {
        color: #fff;
        font-size: 1.8rem;
        text-align: center;
    }

    #sec1 h2 {
        width: 30px;
        padding: 0 0 0;
        display: block;
        height: 0;
        overflow: hidden;
        background-repeat: no-repeat;
    }

    #mv_wrap {
        width: 100vw;
        height: 70px;
        overflow: hidden;
    }

    #mv_wrap .mv {
        width: 100%;
        height: 100%;
        background-position: center center !important;
        background-size: cover !important;
    }

    #sec2 {
        margin: 0 auto;
        padding: 20px 4.66667%;
    }

    #sec2 h2 {
        margin: 0 0 25px;
        padding: 0 0 5px;
        font-size: 1.6rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
    }
    #sec2 h2.h2_t {
        margin: 10px 0 0;
        padding: 0 0 5px;
        font-size: 1.6rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
        text-align: center;
    }
    #sec2 h2.h2_t span {
        margin: 10px 0 0;
        padding: 0 0 5px;
        font-size: 1.6rem;
        font-family: serif;
        /*font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
        font-weight: bold;
        text-align: center;
    }
    #sec2 p {
        margin: 0 0 0px;
        padding: 0 0 0px;
        font-size: 1.2rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
    }

    #sec2 p span {
        margin: 0 0 25px;
        padding: 0 0 5px;
        font-size: 1.0rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    #sec3 {
        height: 30vh;
        width: 100%;
        background: url(../images/location/mv2.png) no-repeat top center;
        background-size: cover;
    }

    #sec4_wrap {
        background: #000;
        padding: 30px 0;
    }

    #sec4 {
        margin: 0 auto;
        padding: 20px 4.66667%;
        color: #fff;
    }

    #sec4 h2 {
        margin: 0 0 25px;
        padding: 0 0 5px;
        font-size: 1.6rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
    }

    #sec4 p {
        margin: 0 0 25px;
        padding: 0 0 5px;
        font-size: 1.2rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
    }

    #sec4 p span {
        margin: 0 0 25px;
        padding: 0 0 5px;
        font-size: 1.0rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    #sec5 {
        margin: 0 auto;
        padding: 20px 4.66667%;
    }

    #sec5 dl {
        width: 100%;
        margin-bottom: 10px;
    }

    #sec5 dl dt {
        background-size: cover;
        text-align: left;
        margin-bottom: 10px;
    }

    #sec5 dl dt h3 {
        font-weight: bold;
        font-size: 1.8rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        margin-bottom: 10px;
        text-align: center;
    }

    #sec5 dl dd {
        background-size: cover;
        text-align: left;
    }

    #sec5 dl dd p {
        text-align: left;
    }

    #sec6 {
        margin: 0 auto;
        padding: 20px 4.66667%;
    }

    #sec6 .list li {
        background-size: cover;
        text-align: left;
        margin-bottom: 15px;
    }

    #sec6 .list li dd h3 {
        font-size: 1.4rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: center;
    }
    #sec6 h4 {
        font-size: 1.6rem;
        padding: 0 0;
        margin: 10px 0 15px;
        border-bottom: 1px solid #ccc;
    }
    #sec7 {
        padding: 20px 4.66667%;
    }

    #sec7 h3 {
        margin: 0 0 25px;
        padding: 0 0 5px;
        font-size: 1.6rem;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-weight: bold;
    }

    #sec7 .sec7_box .text_box dl {
        width: 100%;
        margin-bottom: 15px;
    }

    .last_text dd {
        margin-top: -14px;
    }

    #sec8 {
        display: none;
        margin: 0 auto;
        padding: 20px 4.66667%;
    }

    #sec8 ul {

        width: 100%;
        display: flex;
        /*align-items: flex-end;*/
        justify-content: center;
    }

    #sec8 ul li {
        width: 50%;
        background-size: cover;
        text-align: left;
    }

    #sec8 ul li dd {
        text-align: center;
    }

    #sec9 {
        margin: 0 auto;
        padding: 20px 4.66667%;
    }

    #sec9 ul {

        width: 100%;
        display: flex;
        /*align-items: flex-end;*/
        justify-content: space-between;
    }

    #sec9 ul li {
        width: 48%;
        background-size: cover;
        text-align: left;
    }

    #sec9 ul li dd {
        text-align: center;
    }

    /* @media screen
  ------------------------------------------------------------------------- */
}