@charset 'UTF-8';
/*
**********************************************************************

* contents.css

*********************************************************************
*/
@-webkit-keyframes galleryloop1
{
    0%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100%
    {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}
@keyframes galleryloop1
{
    0%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100%
    {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

@-webkit-keyframes galleryloop2
{
    0%
    {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    100%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes galleryloop2
{
    0%
    {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    100%
    {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

/* =========================================================
========================================================= */
.newsSect
{
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, sans-serif;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;

    border: solid #eb0000;
    background-color: #ffe4e4;
}
.newsSect .sectTit
{
    color: #eb0000;
}

@media only screen and (min-width: 769px)
{
    .newsSect
    {
        border-width: 2px;
    }
    .newsSect .sectInner
    {
        display: table;
    }
    .newsSect .sectInner > *
    {
        display: table-cell;

        height: 30px;
        padding: 8px 0;

        vertical-align: middle;
    }
    .newsSect .sectTit
    {
        font-size: 15px;
        font-size: 1.5rem; 

        width: 100px;
    }
    .newsSect .sectMain .itemList li
    {
        font-size: 15px;
        font-size: 1.5rem; 

        margin-top: 5px;
    }
    .newsSect .sectMain .itemList li:first-child
    {
        margin-top: 0;
    }
    .newsSect .sectMain .itemList .date
    {
        float: left;

        width: 100px;
    }
    .newsSect .sectMain .itemList .tit
    {
        margin-left: 100px;
    }
}

@media only screen and (max-width: 768px)
{
    .newsSect
    {
        line-height: 1.4;

        padding: 8px 0;

        border-width: 2px;
    }
    .newsSect .sectTit
    {
        font-size: 13px;
        font-size: 1.3rem; 

        text-align: center;
    }
    .newsSect .sectMain
    {
        margin-top: 3px;
    }
    .newsSect .sectMain .itemList li
    {
        font-size: 13px;
        font-size: 1.3rem;
    }
    .newsSect .sectMain .itemList .date
    {
        float: left;

        margin-right: 10px;
    }
}

/* =========================================================
========================================================= */
.kvSect
{
    position: relative;

    overflow: hidden;
}
.kvSect a
{
    color: inherit;
}
.kvSect .bgInner
{
    -webkit-transform: none;
            transform: none;
}
.kvSect .sectInner
{
    position: relative;
    z-index: 1;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.kvSect .sectTit
{
    position: relative;
    z-index: 1;
}
.kvSect .sectTit span
{
    display: block;

    margin: 0 auto;
}
.kvSect .photoBlock
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    width: 30000px;
    height: 100%;
}
.kvSect .photoBlock .itemList
{
    position: relative;
    top: 0;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-animation: 40s infinite linear both;
            animation: 40s infinite linear both;
}
.kvSect .photoBlock .itemList:after
{
    display: block;
    clear: both;

    content: '';
}
.kvSect .photoBlock .itemList.itemList01
{
    height: 49.05%;
}
.kvSect .photoBlock .itemList.itemList01.active
{
    -webkit-animation-name: galleryloop1;
            animation-name: galleryloop1;
}
.kvSect .photoBlock .itemList.itemList02
{
    height: 50.95%;
    padding-top: 5px;
}
.kvSect .photoBlock .itemList.itemList02.active
{
    -webkit-animation-name: galleryloop2;
            animation-name: galleryloop2;
}
.kvSect .photoBlock .itemList > li
{
    position: relative;

    float: left;

    height: 100%;
    margin-right: 5px;
}
.kvSect .photoBlock .itemList > li img
{
    position: relative;

    width: auto;
    height: 100%;
}

@media only screen and (min-width: 769px)
{
    .kvSect .sectInner
    {
        min-height: calc(100vh - 110px);
        padding: 150px 0 240px;
    }
    .kvSect .sectTit span
    {
        width: 574px;
    }
}

@media only screen and (max-width: 768px)
{
    .kvSect .sectInner
    {
        height: 0;
        padding-top: 125%;
    }
    .kvSect .sectTit
    {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;

        width: 84%;

        text-align: center;
    }
    .kvSect .sectTit span
    {
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
}

/* =========================================================
========================================================= */
.aboutSect .sectInner
{
    position: relative;
}

.aboutSect .photoBlock .photoList
{
    line-height: 1;

    display: -webkit-box;
    display: flex;

    flex-wrap: wrap;
}
.aboutSect .photoBlock .photoList > li
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
}
.aboutSect .photoBlock .photoList > li img
{
    vertical-align: top;
}

.aboutSect .sectMain .sectTit
{
    position: relative;

    letter-spacing: 1em;

    opacity: .7;
}
.aboutSect .sectMain .sectTit:after
{
    position: absolute;
    position: relative;

    display: block;
    display: inline-block;

    width: 0;
    height: 1px;
    margin-left: 1em;

    content: '';
    vertical-align: middle;

    background-color: #fff; 
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
}

.aboutSect .sectMain .lead
{
    line-height: 1.4;

    color: #bc9945;
}

.aboutSect .sectMain .txtBlock
{
    line-height: 2.2;
}

@media only screen and (min-width: 769px)
{
    .aboutSect .sectInner
    {
        display: -webkit-box;
        display: flex;

        padding: 140px 0 140px;

        -webkit-box-align: start;
        align-items: flex-start;
    }
    .aboutSect .photoBlock
    {
        margin-right: -70px;

        -webkit-box-flex: 1;
        flex: 1;
    }
    .aboutSect .photoBlock .photoList
    {
        margin: 0 -2px;
    }
    .aboutSect .photoBlock .photoList > li
    {
        padding: 0 2px;
    }
    .aboutSect .sectMain
    {
        width: 475px;
        padding-top: 60px;
        padding-right: 100px;
    }
    .aboutSect .sectMain .sectTit
    {
        font-size: 20px;
        font-size: 2rem;
    }
    .aboutSect .sectMain .sectTit:after
    {
        width: 160px;
    }
    .aboutSect .sectMain .lead
    {
        font-size: 45px;
        font-size: 4.5rem; 

        margin-top: 20px;
    }
    .aboutSect .sectMain .txtBlock
    {
        margin-top: 30px;
    }
    .aboutSect .sectMain .txtBlock .txt
    {
        font-size: 17px;
        font-size: 1.7rem;
    }
    .aboutSect .sectMain .txtBlock .txt + .txt
    {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px)
{
    .aboutSect .sectInner
    {
        padding: 50px 0 50px;
    }
    .aboutSect .photoBlock
    {
        margin-top: 30px;
    }
    .aboutSect .photoBlock .photoList
    {
        margin: -10px -2px 0;
    }
    .aboutSect .photoBlock .photoList > li
    {
        margin-top: 10px;
        padding: 0 2px;
    }
    .aboutSect .sectMain .sectTit
    {
        font-size: 13px;
        font-size: 1.3rem;
    }
    .aboutSect .sectMain .sectTit:after
    {
        width: 100px;
    }
    .aboutSect .sectMain .lead
    {
        font-size: 21px;
        font-size: 2.1rem; 

        margin-top: 15px;
    }
    .aboutSect .sectMain .txtBlock
    {
        margin-top: 15px;
    }
    .aboutSect .sectMain .txtBlock .txt
    {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .aboutSect .sectMain .txtBlock .txt + .txt
    {
        margin-top: 15px;
    }
    .aboutSect .sectMain .txtBlock .txt br
    {
        display: none;
    }
}

/* =========================================================
========================================================= */
.courseSect
{
    background: url(../images/course_bg01.jpg) no-repeat center top;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
}
.courseSect .sectMain .modelBlock
{
    background-color: #fff;
}
.courseSect .sectMain .modelBlock.modelBlockA .titBox
{
    background-color: #caab50;
}
.courseSect .sectMain .modelBlock.modelBlockA .titBox .time
{
    background-color: #b39739;
}
.courseSect .sectMain .modelBlock.modelBlockA .blockMain .linkTxt
{
    text-align: center;
}
.courseSect .sectMain .modelBlock.modelBlockA .blockMain .linkTxt a
{
    color: #bc9945;
}
.courseSect .sectMain .modelBlock .titBox
{
    line-height: 1.2;

    width: 100%;

    color: #fff;
    background-color: #000;
}
.courseSect .sectMain .modelBlock .titBox .nameBox
{
    text-align: center;
}
.courseSect .sectMain .modelBlock .titBox .nameBox .blockTit
{
    display: inline-block;
}
.courseSect .sectMain .modelBlock .titBox .time
{
    text-align: center;
}
.courseSect .sectMain .modelBlock .blockMain
{
    border: 1px solid #ebebeb;
}
.courseSect .sectMain .modelBlock .blockMain .modelImg
{
    text-align: center;
}
.courseSect .sectMain .mapBlock .mapImg
{
    border: 1px solid #ebebeb;
    background-color: #fff;
}
.courseSect .sectMain .mapBlock .dlBtn
{
    line-height: 1;

    text-align: center;
}
.courseSect .sectMain .mapBlock .dlBtn a
{
    display: inline-block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    text-decoration: none;

    color: #fff;
    background-color: #caab50;
}
.courseSect .sectMain .mapBlock .dlBtn a img
{
    width: 1em;
    margin-top: -.3em;
    margin-left: .8em;

    vertical-align: middle;
}

@media only screen and (min-width: 769px)
{
    .courseSect
    {
        padding: 100px 0 140px;

        -webkit-background-size: 100% auto;
                background-size: 100% auto;
    }
    .courseSect .sectMain
    {
        margin-top: 70px;
    }
    .courseSect .sectMain .modelBlock.modelBlockA .blockMain .modelImg img
    {
        width: 1064px;
    }
    .courseSect .sectMain .modelBlock .titBox
    {
        display: table;

        table-layout: fixed;
    }
    .courseSect .sectMain .modelBlock .titBox > *
    {
        display: table-cell;

        vertical-align: middle;
    }
    .courseSect .sectMain .modelBlock .titBox .nameBox
    {
        padding: 15px 40px 15px 240px;
    }
    .courseSect .sectMain .modelBlock .titBox .nameBox .blockTit
    {
        font-size: 28px;
        font-size: 2.8rem;
    }
    .courseSect .sectMain .modelBlock .titBox .time
    {
        width: 200px;
        padding: 10px 20px;
    }
    .courseSect .sectMain .modelBlock .blockMain
    {
        padding: 50px 50px 60px;
    }
    .courseSect .sectMain .modelBlock .blockMain .txt
    {
        margin-top: 60px;

        text-align: center;
    }
    .courseSect .sectMain .mapBlock
    {
        margin-top: 50px;
    }
    .courseSect .sectMain .mapBlock .mapImg
    {
        padding: 25px 145px;
    }
    .courseSect .sectMain .mapBlock .dlBtn
    {
        font-size: 21px;
        font-size: 2.1rem; 

        margin-top: 50px;
    }
    .courseSect .sectMain .mapBlock .dlBtn a
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        min-width: 420px;
        padding: 28px 50px;
    }
}

@media only screen and (max-width: 768px)
{
    .courseSect
    {
        padding: 50px 0;

        -webkit-background-size: 150% auto;
                background-size: 150% auto;
    }
    .courseSect .sectMain
    {
        margin-top: 20px;
    }
    .courseSect .sectMain .modelBlock.modelBlockA .blockMain .modelImg img
    {
        width: 650.4px;
    }
    .courseSect .sectMain .modelBlock.modelBlockA .blockMain .txt
    {
        line-height: 1.6;
    }
    .courseSect .sectMain .modelBlock .titBox .nameBox
    {
        padding: 10px 15px;
    }
    .courseSect .sectMain .modelBlock .titBox .nameBox .blockTit
    {
        font-size: 14px;
        font-size: 1.4rem; 

        display: block;

        text-align: center;
    }
    .courseSect .sectMain .modelBlock .titBox .nameBox .blockTit small
    {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .courseSect .sectMain .modelBlock .titBox .time
    {
        padding: 10px 20px;
    }
    .courseSect .sectMain .modelBlock .blockMain
    {
        padding: 25px 15px;
    }
    .courseSect .sectMain .modelBlock .blockMain:before
    {
        font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, sans-serif;
        font-size: 13px;
        font-size: 1.3rem; 

        display: block;

        padding-bottom: 8px;

        content: '←横にスライドできます→';
    }
    .courseSect .sectMain .modelBlock .blockMain .modelImg
    {
        overflow: scroll;

        padding-bottom: 15px;
    }
    .courseSect .sectMain .modelBlock .blockMain .modelImg:after
    {
        position: relative;

        display: block;

        width: 105%;
        height: 1px;

        content: '';
    }
    .courseSect .sectMain .modelBlock .blockMain .modelImg img
    {
        max-width: inherit;
    }
    .courseSect .sectMain .modelBlock .blockMain .txt
    {
        margin-top: 15px;
    }
    .courseSect .sectMain .mapBlock
    {
        margin-top: 30px;
    }
    .courseSect .sectMain .mapBlock .mapBox:before
    {
        font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, sans-serif;
        font-size: 13px;
        font-size: 1.3rem; 

        display: block;

        padding-bottom: 8px;

        content: '←横にスライドできます→';
    }
    .courseSect .sectMain .mapBlock .mapBox .mapImg
    {
        overflow: scroll;

        padding-bottom: 15px;
    }
    .courseSect .sectMain .mapBlock .mapBox .mapImg img
    {
        width: 960px;
        max-width: inherit;
    }
    .courseSect .sectMain .mapBlock .dlBtn
    {
        font-size: 14px;
        font-size: 1.4rem; 

        margin-top: 30px;
    }
    .courseSect .sectMain .mapBlock .dlBtn a
    {
        min-width: 200px;
        margin: 0 auto;
        padding: 15px 15px;
    }
}

/* =========================================================
========================================================= */
.pointSect
{
    position: relative;

    color: #fff;
    background: url(../images/sight_bg01.jpg) repeat center top #caab50;
    -webkit-background-size: 25px auto;
            background-size: 25px auto;
}
.pointSect .sectInner
{
    position: relative;
}
.pointSect .sectInner:before,
.pointSect .sectInner:after
{
    position: absolute;

    display: block;

    width: 0;
    height: 0;

    content: '';

    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
}
.pointSect .sectInner:before
{
    background-image: url(../images/point_img_yama01.png);
}
.pointSect .sectInner:after
{
    background-image: url(../images/point_img_yama02.png);
}
.pointSect .titBlock
{
    position: relative;
}
.pointSect .titBlock:before,
.pointSect .titBlock:after
{
    position: absolute;

    display: block;

    width: 0;
    height: 0;

    content: '';

    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
}
.pointSect .titBlock:before
{
    background-image: url(../images/point_img_yama01.png);
}
.pointSect .titBlock:after
{
    background-image: url(../images/point_img_yama02.png);
}
.pointSect .titBlock .leadTxt
{
    color: #fff;
}
.pointSect .sectMain .listBlock
{
    position: relative;
    z-index: 1;
}
.pointSect .sectMain .listBlock:after
{
    display: block;
    clear: both;

    content: '';
}
.pointSect .sectMain .listBlock li
{
    float: left;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
}
.pointSect .sectMain .listBlock li a
{
    display: block;

    text-decoration: none;

    color: inherit;
}
.pointSect .sectMain .listBlock li .liInner
{
    position: relative;
}
.pointSect .sectMain .listBlock li .thumb
{
    position: relative;

    overflow: hidden;

    padding-top: 58.407%;

    background: url(../images/loading.gif) no-repeat center center #000;
    -webkit-background-size: 18px auto;
            background-size: 18px auto;
}
.pointSect .sectMain .listBlock li .thumb img
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: ease transform .4s;
            transition: ease transform .4s;
}
.pointSect .sectMain .listBlock li .tit
{
    line-height: 1.2;
}
.pointSect .sectMain .listBlock li .tit small
{
    display: inline-block;
}
.pointSect .sectMain .listBlock li .popBox
{
    display: none;
}
.pointSect .illust
{
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
}
.pointSect .illust:before
{
    position: absolute;

    display: block;

    width: 0;
    height: 0;

    content: '';

    background-image: url(../images/point_img_yama03.png); 
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
}

@media only screen and (min-width: 769px)
{
    .pointSect .sectInner
    {
        padding: 100px 0 240px;
    }
    .pointSect .sectInner:before,
    .pointSect .sectInner:after
    {
        width: 365px;
        height: 125px;
    }
    .pointSect .sectInner:before
    {
        right: 228px;
        bottom: 350px;
    }
    .pointSect .sectInner:after
    {
        right: -150px;
        bottom: 465px;
    }
    .pointSect .titBlock:before,
    .pointSect .titBlock:after
    {
        width: 365px;
        height: 125px;
    }
    .pointSect .titBlock:before
    {
        top: 40px;
        left: -220px;
    }
    .pointSect .titBlock:after
    {
        top: -40px;
        right: -210px;
    }
    .pointSect .sectMain
    {
        margin-top: 70px;
    }
    .pointSect .sectMain .listBlock
    {
        margin: 0 -35px;
        margin-top: -50px;
    }
    .pointSect .sectMain .listBlock li
    {
        margin-top: 50px;
        padding: 0 35px;
    }
    .pointSect .sectMain .listBlock li:nth-child(2n+1)
    {
        clear: both;
    }
    .pointSect .sectMain .listBlock li a:hover .thumb img
    {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
    }
    .pointSect .sectMain .listBlock li .tit
    {
        font-size: 27px;
        font-size: 2.7rem; 

        margin-top: 15px;
    }
    .pointSect .sectMain .listBlock li .tit small
    {
        font-size: 15px;
        font-size: 1.5rem;
    }
    .pointSect .sectMain .listBlock li .txt
    {
        font-size: 15px;
        font-size: 1.5rem; 

        margin-top: 15px;
    }
    .pointSect .illust
    {
        right: 0;
        bottom: 0;

        width: 215px;
    }
    .pointSect .illust img
    {
        margin-left: -270px;
    }
    .pointSect .illust:before
    {
        right: -180px;
        bottom: 150px;

        width: 365px;
        height: 125px;
    }
}

@media only screen and (max-width: 768px)
{
    .pointSect .sectInner
    {
        padding: 50px 0 150px;
    }
    .pointSect .sectInner:before,
    .pointSect .sectInner:after
    {
        width: 182px;
        height: 62px;

        opacity: .6;
    }
    .pointSect .sectInner:before
    {
        right: 30px;
        bottom: 350px;
    }
    .pointSect .sectInner:after
    {
        right: -50px;
        bottom: 200px;
    }
    .pointSect .sectMain
    {
        margin-top: 30px;
    }
    .pointSect .sectMain .listBlock
    {
        margin: 0 -5px;
        margin-top: -30px;
    }
    .pointSect .sectMain .listBlock li
    {
        width: 50%;
        margin-top: 30px;
        padding: 0 5px;
    }
    .pointSect .sectMain .listBlock li:nth-child(2n+1)
    {
        clear: both;
    }
    .pointSect .sectMain .listBlock li .tit
    {
        font-size: 14px;
        font-size: 1.4rem; 

        margin-top: 5px;

        text-align: left;
    }
    .pointSect .sectMain .listBlock li .tit small
    {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .pointSect .sectMain .listBlock li .txt
    {
        font-size: 13px;
        font-size: 1.3rem; 
        line-height: 1.6;

        margin-top: 5px;
    }
    .pointSect .illust
    {
        right: 0;
        bottom: 0;

        width: 110px;
    }
    .pointSect .illust img
    {
        margin-left: -50px;
    }
    .pointSect .illust:before
    {
        bottom: 50px;
        left: -280px;

        width: 182px;
        height: 62px;

        opacity: .6;
    }
}

/* =========================================================
========================================================= */
.campaignSect
{
    color: #fff;
    background-color: #549f25;
}
.campaignSect .sectMain a
{
    color: inherit;
}
.campaignSect .sectMain .leadTxt
{
    line-height: 1.4;

    text-align: center;
}
.campaignSect .sectMain .mainBlock .txtBox
{
    line-height: 1;
}
.campaignSect .sectMain .mainBlock .txtBox .txt
{
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, sans-serif;
    line-height: 1.8;
}
.campaignSect .sectMain .mainBlock .txtBox .termBox
{
    border: 3px solid #fff;
}
.campaignSect .sectMain .mainBlock .txtBox .termBox .termTit
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    text-align: center;
    letter-spacing: .2em;

    color: #549f25;
    background-color: #fff;
}
.campaignSect .sectMain .mainBlock .txtBox .termBox .termTxt
{
    text-align: center;
}
.campaignSect .sectMain .mainBlock .txtBox .termBox .termTxt strong
{
    font-weight: normal;
}
.campaignSect .sectMain .presentBox
{
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, sans-serif;

    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    color: #333;
    background-color: #fff;
}
.campaignSect .sectMain .presentBox:after
{
    display: block;
    clear: both;

    content: '';
}
.campaignSect .sectMain .presentBox .boxTit
{
    font-weight: bold;
    line-height: 1;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
.campaignSect .sectMain .presentBox .boxTit span
{
    display: inline-block;

    background-color: #f0cb00;
}
.campaignSect .sectMain .presentBox .txtBox .txt
{
    line-height: 2.2;
}
.campaignSect .sectMain .dlBlock
{
    clear: both;

    text-align: center;
}
.campaignSect .sectMain .dlBlock .itemList li
{
    display: inline-block;

    vertical-align: middle;
}
.campaignSect .sectMain .dlBlock .itemList li img
{
    width: auto;
}

@media only screen and (min-width: 769px)
{
    .campaignSect
    {
        padding: 70px 0 100px;
    }
    .campaignSect .sectMain
    {
        margin-top: 40px;
    }
    .campaignSect .sectMain .leadTxt
    {
        font-size: 46px;
        font-size: 4.6rem;
    }
    .campaignSect .sectMain .mainBlock
    {
        display: -webkit-box;
        display: flex;

        max-width: 900px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .campaignSect .sectMain .mainBlock .thumb
    {
        width: 250px;
        padding-right: 40px;

        text-align: right;
    }
    .campaignSect .sectMain .mainBlock .txtBox
    {
        -webkit-box-flex: 1;
        flex: 1;
    }
    .campaignSect .sectMain .mainBlock .txtBox .txt
    {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .campaignSect .sectMain .mainBlock .txtBox .termBox
    {
        display: table;

        width: 100%;
        margin-top: 20px;

        table-layout: fixed;

        border: 3px solid #fff;
    }
    .campaignSect .sectMain .mainBlock .txtBox .termBox > *
    {
        display: table-cell;

        padding: 5px 10px 6px;

        vertical-align: middle;
    }
    .campaignSect .sectMain .mainBlock .txtBox .termBox .termTit
    {
        font-size: 21px;
        font-size: 2.1rem; 

        width: 200px;
    }
    .campaignSect .sectMain .mainBlock .txtBox .termBox .termTxt
    {
        font-size: 20px;
        font-size: 2rem;
    }
    .campaignSect .sectMain .mainBlock .txtBox .termBox .termTxt strong
    {
        font-size: 28px;
        font-size: 2.8rem;
    }
    .campaignSect .sectMain .mainBlock .txtBox .termBox .termTxt small
    {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .campaignSect .sectMain .presentBox
    {
        margin-top: 60px;
        padding: 50px 40px 20px;
    }
    .campaignSect .sectMain .presentBox .boxTit
    {
        font-size: 17px;
        font-size: 1.7rem;
    }
    .campaignSect .sectMain .presentBox .boxTit span
    {
        padding: 10px 50px;

        border-radius: 20px;
    }
    .campaignSect .sectMain .presentBox .thumb
    {
        float: left;

        width: 125px;
        margin-top: -10px;
    }
    .campaignSect .sectMain .presentBox .txtBox
    {
        margin-left: 150px;
    }
    .campaignSect .sectMain .presentBox .txtBox .txt
    {
        font-size: 13px;
        font-size: 1.3rem;
    }
    .campaignSect .sectMain .dlBlock
    {
        margin-top: 50px;
    }
    .campaignSect .sectMain .dlBlock .logo
    {
        display: inline-block;

        margin-right: 15px;

        vertical-align: middle;
    }
    .campaignSect .sectMain .dlBlock .logo img
    {
        width: 180px;
    }
    .campaignSect .sectMain .dlBlock .itemList
    {
        display: inline-block;

        margin-top: 10px;

        vertical-align: middle;
    }
    .campaignSect .sectMain .dlBlock .itemList li
    {
        margin: 0 2px;
    }
    .campaignSect .sectMain .dlBlock .itemList li img
    {
        height: 42px;
    }
}

@media only screen and (max-width: 768px)
{
    .campaignSect
    {
        padding: 50px 0;
    }
    .campaignSect .sectMain
    {
        margin-top: 30px;
    }
    .campaignSect .sectMain .leadTxt
    {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .campaignSect .sectMain .mainBlock
    {
        margin-top: 30px;
    }
    .campaignSect .sectMain .mainBlock .thumb
    {
        max-width: 50%;
        margin: 0 auto;
    }
    .campaignSect .sectMain .mainBlock .txtBox
    {
        padding-top: 20px;

        -webkit-box-flex: 1;
        flex: 1;
    }
    .campaignSect .sectMain .mainBlock .txtBox .txt
    {
        font-size: 14px;
        font-size: 1.4rem; 

        margin-top: 15px;
    }
    .campaignSect .sectMain .mainBlock .txtBox .txt br
    {
        display: none;
    }
    .campaignSect .sectMain .mainBlock .txtBox .termBox
    {
        margin-top: 15px;

        border-width: 0 2px 2px;
    }
    .campaignSect .sectMain .mainBlock .txtBox .termBox > *
    {
        padding: 8px 10px;
    }
    .campaignSect .sectMain .mainBlock .txtBox .termBox .termTit
    {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .campaignSect .sectMain .mainBlock .txtBox .termBox .termTxt
    {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .campaignSect .sectMain .mainBlock .txtBox .termBox .termTxt strong
    {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .campaignSect .sectMain .mainBlock .txtBox .termBox .termTxt small
    {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .campaignSect .sectMain .presentBox
    {
        margin-top: 40px;
        padding: 30px 15px 15px;
    }
    .campaignSect .sectMain .presentBox .boxTit
    {
        font-size: 15px;
        font-size: 1.5rem;
    }
    .campaignSect .sectMain .presentBox .boxTit span
    {
        padding: 10px 25px;

        border-radius: 20px;
    }
    .campaignSect .sectMain .presentBox .thumb
    {
        float: left;

        width: 85px;
        margin: 0 5px 5px 0;
    }
    .campaignSect .sectMain .presentBox .txtBox
    {
        padding-top: 0;
    }
    .campaignSect .sectMain .presentBox .txtBox .txt
    {
        font-size: 13px;
        font-size: 1.3rem; 

        margin-top: 0;
    }
    .campaignSect .sectMain .dlBlock
    {
        margin-top: 30px;
    }
    .campaignSect .sectMain .dlBlock .logo img
    {
        width: 180px;
    }
    .campaignSect .sectMain .dlBlock .itemList
    {
        margin-top: 15px;
    }
    .campaignSect .sectMain .dlBlock .itemList li
    {
        margin: 0 2px;
    }
    .campaignSect .sectMain .dlBlock .itemList li img
    {
        height: 42px;
    }
}

/* =========================================================
========================================================= */
.slideSect
{
    line-height: 1;
}
.slideSect .sectMain
{
    width: 50000px;
}
.slideSect .sectMain .itemList
{
    overflow: hidden; 

    -webkit-animation: 40s infinite linear both;
            animation: 40s infinite linear both;
}
.slideSect .sectMain .itemList:after
{
    display: block;
    clear: both;

    content: '';
}
.slideSect .sectMain .itemList.active
{
    -webkit-animation-name: galleryloop1;
            animation-name: galleryloop1;
}
.slideSect .sectMain .itemList.active:nth-child(2)
{
    -webkit-animation-name: galleryloop2;
            animation-name: galleryloop2;
}
.slideSect .sectMain .itemList li
{
    float: left;

    background: url(../images/loading.gif) no-repeat center center;
    -webkit-background-size: 18px auto;
            background-size: 18px auto;
}
.slideSect .sectMain .itemList li img
{
    vertical-align: top;
}
.slideSect .sectMain .itemList li .popBox
{
    display: none;
}

@media only screen and (min-width: 769px)
{
    .slideSect .sectMain .itemList li img
    {
        width: 565px;
        height: 385px;

        -webkit-transition: ease transform .4s;
                transition: ease transform .4s;
    }
    .slideSect .sectMain .itemList li a
    {
        display: block;
        overflow: hidden;
    }
    .slideSect .sectMain .itemList li a:hover img
    {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
}

@media only screen and (max-width: 768px)
{
    .slideSect .sectMain .itemList li img
    {
        width: 33vw;
    }
}

/* =========================================================
========================================================= */
.accessSect .titBlock .leadTxt
{
    color: #333;
}

.accessSect .sectMain .mainBlock:after
{
    display: block;
    clear: both;

    content: '';
}

.accessSect .sectMain .mainBlock .trainImg
{
    text-align: right;
}

@media only screen and (min-width: 769px)
{
    .accessSect
    {
        padding: 100px 0 100px;
    }
    .accessSect .sectMain
    {
        margin-top: 60px;
    }
    .accessSect .sectMain .mainBlock .mapImg
    {
        float: left;

        width: 560px;
    }
    .accessSect .sectMain .mainBlock .trainImg
    {
        font-size: 12px;
        font-size: 1.2rem; 

        float: right;

        width: 600px;
    }
}

@media only screen and (max-width: 768px)
{
    .accessSect
    {
        padding: 50px 0;
    }
    .accessSect .sectMain
    {
        margin-top: 30px;
    }
    .accessSect .sectMain .mainBlock
    {
        max-width: 480px;
        margin: 0 auto;
    }
    .accessSect .sectMain .mainBlock .mapImg
    {
        display: block;
    }
    .accessSect .sectMain .mainBlock .trainImg
    {
        font-size: 12px;
        font-size: 1.2rem; 

        margin-top: 30px;
    }
}

/* =========================================================
========================================================= */
.bannerSect
{
    text-align: center;

    background-color: #f3f3f3;
}
.bannerSect .sectMain .itemList:after
{
    display: block;
    clear: both;

    content: '';
}
.bannerSect .sectMain .itemList li
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.bannerSect .sectMain .itemList .full
{
    float: none;
    clear: both;

    width: 100%;
}

@media only screen and (min-width: 769px)
{
    .bannerSect
    {
        padding: 70px 0 70px;
    }
    .bannerSect .sectMain .itemList
    {
        margin-top: -30px;
        margin-left: -17px;
    }
    .bannerSect .sectMain .itemList li
    {
        float: left;

        width: 50%;
        margin-top: 30px;
        padding-left: 17px;
    }
}

@media only screen and (max-width: 768px)
{
    .bannerSect
    {
        padding: 30px 0 30px;
    }
    .bannerSect .sectMain .itemList
    {
        max-width: 480px;
        margin: 0 auto;
    }
    .bannerSect .sectMain .itemList li
    {
        margin-top: 15px;
    }
    .bannerSect .sectMain .itemList li:first-child
    {
        margin-top: 0;
    }
}

/* =========================================================
========================================================= */
.snsSect .sectMain .itemList
{
    text-align: center;
}
.snsSect .sectMain .itemList li
{
    display: inline-block;
}
.snsSect .sectMain .itemList li img
{
    opacity: .6;
}

@media only screen and (min-width: 769px)
{
    .snsSect
    {
        padding: 30px 0;
    }
    .snsSect .sectMain .itemList li
    {
        width: 49px;
        margin: 0 5px;
    }
}

@media only screen and (max-width: 768px)
{
    .snsSect
    {
        padding: 30px 0;
    }
    .snsSect .sectMain .itemList li
    {
        width: 40px;
        margin: 0 5px;
    }
}
