@charset "UTF-8";
body {
    font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Meiryo, "メイリオ", sans-serif;
    color: #333;
    background: #fff;
}

img {
    max-width: 100%;
}

a {
    color: #9d133a;
    text-decoration: underline;
}

a:hover {
    color: #9d133a;
    text-decoration: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul {
    list-style: none;
}

.entry .shisetsu_image {
    margin: 30px 0;
}

.arealist2 {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.arealist5 {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.arealist2 li {
    text-align: center;
}

.arealist2 li p {
    margin: 0;
}

.logowrap {
    display: flex;
    width: 50%;
    margin: 30px auto;
    justify-content: flex-start;
}

.logowrapnew {
    align-items: center;
}
.logowrapnew02 {
    align-items: center;
    justify-content: center;
}

.logowrap h4 {
    font-size: 16px;
    margin: 0 0 20px;
    font-weight: bolder;
}
.logowrapnew h4 {
    font-size: 16px;
    margin: 30px 0 20px;
    font-weight: bolder;
}
.logowrapnew02 h4 {
    font-size: 16px;
    margin: 30px 0 20px;
    font-weight: bolder;
}
.jafsa {
    margin: 0 0 0 100px;
}

.jafsa p {
    margin: 40px 0 0;
    font-size: 14px;
}

.jafsa img {
    margin: 30px 0 0 0;
}
.jafsanew {
    margin: 0 0 0 50px;
}

.jafsanew p {
    margin: 20px 0 0;
    font-size: 14px;
}

.jafsanew img {
    margin: 10px 0 0 0;
}
.jafsanew02 {
    margin: 0px;
}

.jafsanew02 p {
    margin: 20px 0 0;
    font-size: 14px;
}

.jafsanew02 img {
    margin: 10px 0 0 0;
}


.interviewstrongtxt {
    color: #BD5153;
    font-weight: bold;
}

.headwrap {
    width: 920px;
    margin: 20px auto;
    overflow: hidden;
}

.box {
    overflow: hidden;
}

.logo {
    width: 297px;
    float: left;
    margin: 20px 0 0;
}

.credit {
    margin: 15px 0 0;
}

.gmenuwrap {
    width: 550px;
    float: right;
    margin: 0 0 0 50px;
}

.gmenuinner {
    width: 100%;
    margin: 0 0 5px;
    overflow: hidden;
}

.gmenuhead_left {
    width: 340px;
    float: left;
    margin: 5px 0 0;
}

.flaglist {
    width: 30px;
    text-align: center;
}

.flaglist a {
    text-decoration: none;
}



.gmenuhead_left p {
    text-align: left;
    margin: 0 10px 5px 0;
    font-size: 11px;
}

.gmenuhead_right {
    margin: 5px 0 0 0;
    width: 200px;
    float: left;
}
.gmenuhead_right_kai{
    margin: 23px 0 0 0;
}

.gmenuhead_left ul li {
    float: left;
    margin: 0 10px 0 0;
}



.gmenu {
    width: 600px;
    clear: both;
    overflow: hidden;
    margin: 0;
}


.gmenu li {
    margin-right: 6px;
    float: left;
}

.support {
    margin: 5px 0 0;
    clear: both;
}

.content {
    width: 960px;
    margin: 0 auto;
}


/***** トップフォトスライド *****/

.topphoto {
    width: 900px;
    display: flex;
    margin: 20px auto;
}

#photo {
    width: 300px;
    height: 200px;
}

#photo2 {
    width: 300px;
    height: 200px;
}

#photo3 {
    width: 300px;
    height: 200px;
}

#title {
    position: absolute;
    bottom: 2rem;
    right: 1rem;
    font-size: 2rem;
    letter-spacing: -5px;
    margin-bottom: -5px;
    color: #fff;
    text-align: right;
}



.jaos {
    width: 98%;
    margin: 50px 0 0;
    text-align: center;
}

.jaos h3 {
    font-weight: bold;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    color: #333;
    border-bottom: 2px solid #27B0CC;
}





.jaoslogo {
    width: 200px;
    margin: 30px auto;
}




/*****　トピックス　****/

.topics_fb {
    width: 920px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.topicswrap,
.fbwrap {
    flex-basis: 48%;
}

.topics_title {
    padding: 10px;
    border-bottom: 1px solid #CCC;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 700;
    background: #EBB519;
    color: #FFF;
}

.topicswrap ul {
    overflow: scroll;
    overflow-x: hidden;
    height: 400px;
}

.topicswrap ul li a {
    display: block;
    padding: 10px 10px;
    border-top: 1px solid #CCC;
    line-height: 1.5;
    text-decoration: none;
    color: #333;
}

.topicswrap ul li.normal_article {
    padding: 10px 10px;
    border-top: 1px solid #CCC;
    line-height: 1.5;
    text-decoration: none;
    color: #333;
}


.topicswrap ul li a:hover {
    background: #ECECEC !important;
}

.topicswrap dl {
    overflow: hidden;
}

.topicswrap dt {
    font-weight: 700;
}

.topicswrap dd {
    margin-left: 0;
}

.focus {
    color: #F00;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 5px;
}

.fintitle {
    background: #41A5D5;
    padding: 10px;
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}

.maintitle {
    width: 900px;
    margin: 30px auto;
}

.arealist {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.arealist li {
    text-align: center;
}

.arealist li p {
    margin: 5px 0;
}


.topcp1 {
    width: 900px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.topcp2 {
    width: 900px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}
.topcp3 {
    width: 900px;
    margin: 30px auto 0;
    display: flex;
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}

.special {
    width: 430px;
}

.special2 {
    width: 634px;
    margin: 30px auto;
}

.special3 {
    width: 430px;
    margin: 0 auto;
}







.pointtitle {
    width: 634px;
    margin: 50px auto;
}


.newpoint {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.newpoint li {
    float: left;
    margin: 0 0 40px 0;
    border: 1px solid #CCC;
    padding: 20px;
    width: 191px;
    height: 250px;
}

.newpoint li h3 {
    font-size: 15px;
    margin: 5px 0;
}

.newpoint li p {
    font-size: 12px;
    line-height: 1.5;
    margin: 10px 0 0;
}



.newpoint li:nth-child(3),
.newpoint li:nth-child(6),
.newpoint li:nth-child(9) {
    margin: 0 40px;
}

.newpoint li:nth-child(6) {
    border: none;
}



.sub_detailwrap {
    width: 775px;
    margin: 0 auto;
}

.sub_detailtitle {
    margin: 30px auto;
}

.sub_detailwrap p {
    text-align: center;
    line-height: 1.5;
}

.bnrwrap {
    width: 960px;
    margin: 50px auto 30px;
}

.bnrleft {
    float: left;
    width: 470px;
}

.bnrright {
    float: right;
    width: 470px;
}

.sptop_8 {
    display: none;
}

.spnav {
    display: none !important;
}


/***** キャンペーン *************/

.cpwrap {
    width: 650px;
    margin: 30px auto;
    padding: 10px;
    border: 1px solid #D4781C;
    border-radius: 4px;
}

.cpall {
    width: 634px;
    margin: 20px auto;
}

.cpbnrbox {
    text-align: center;
    margin: 20px 0 0 10px;
}


.cptitle {
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0;
    padding: 10px 20px 10px 10px;
    color: #FFF;
    background: #230D00;

}

.cp_detail h3 {
    background: #ECECEC;
    padding: 10px;
    color: #333 !important;
    margin: 30px 0 0;
}

.cp_detail {
    padding: 0 10px;
}

.cp_detail p {
    padding: 5px 0 10px;
}


.cpwrap p {
    line-height: 2;
    margin: 10px 0;
}

.cppagebutton {
    display: block;
    padding: 10px;
    width: 200px;
    text-align: center;
    background: #ECECEC;
    border: 1px solid #BCBCBC;
    text-decoration: none;
}

.cppagebutton:hover {
    background: #454545;
    color: #FFF;
}


.picup {
    color: #D70D11;
    font-weight: 700;
}

.cpattention {
    color: #0F1CAB;
}


.campaign {
    background-image: url(../img_new/2016/top/gakuwari.jpg);
    background-repeat: no-repeat;
    width: 634px;
    height: 282px;
    margin: 30px auto;
    position: relative;
}

.campain_button_english {
    width: 374px;
    position: absolute;
    left: 250px;
    top: 130px;
}

.campain_button_japanese {
    width: 374px;
    position: absolute;
    left: 250px;
    top: 185px;
}

.summercampaign {
    width: 634px;
    margin: 30px auto;
    clear: both;
    overflow: hidden;
    position: relative;
}

.shikiwarabi_cp {
    background-image: url(../img_new/2016/top/topshikiwarabi.jpg);
    background-repeat: no-repeat;
    width: 634px;
    height: 282px;
    margin: 30px auto;
    clear: both;
    overflow: hidden;
    position: relative;
}

.shiki_button,
.warabi_button {
    width: 194px;
    height: 30px;
    position: absolute;
}

.shiki_button {
    left: 205px;
    top: 240px;
}

.warabi_button {
    right: 15px;
    top: 240px;
}


.inq_eng {
    width: 300px;
    float: left;
    margin: 10px 0 0;
}

.inq_ja {
    width: 300px;
    float: right;
    margin: 10px 0 0;
}

.holiday {
    background: #f7edb2;
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #E3C069;
}

.holiday span {
    color: #8B501C;
    font-size: 14px;
    font-weight: bold;
}




.keysmp {
    display: none;
}


.spsupport {
    display: none;
}


.footercall {
    width: 100%;
}

.callcontact {
    width: 920px;
    margin: 0 auto;
}

.callcontact ul {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 40px;
}

.footercontainercontact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-height: 100px;
}

.imgrespontive {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.footercontainercontact-box {
    width: 30%;
    max-height: 100px;
    text-align: center;
}

/*******************************************/

@media only screen and (max-width:768px) {

    .menutoppad {
        margin-top: 50px;
    }
    img {
        width: 100%;
        height: auto;
    }



    .topcp1 {
        width: 98%;
        margin: 1% auto 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap-reverse;
    }

    .topcp2 {
        width: 98%;
        margin: 1% auto 0;
        display: block;
        justify-content: space-between;
    }
    
    .topcp3 {
        width: 98%;
        margin: 1% auto 0;
        display: block;
        justify-content: space-between;
    }




    .special {
        width: 98%;
        margin: 6% auto 0;
    }

    .special2 {
        width: 95%;
        margin: 2% auto;
    }

    .autumcp {
        width: 95%;
        margin: 2% auto;
    }


    .logowrap {
        display: block;
        width: 50%;
        margin: 30px auto;
    }

    .logowrap h4 {
        margin: 25px 0 10px;
        font-size: 14px;
    }

    .jafsa {
        margin: 0;
    }

    .jafsa img {
        margin: 10px 0 0 0;
    }

    .spsupport {
        width: 90%;
        display: block !important;
        margin: 5px auto 20px auto;
        clear: both;
    }

    .summercampaign {
        width: 100%;
        height: auto;
        margin: 5% auto 0;
        clear: both;
    }



    .inq_eng {
        width: 45%;
        float: left;
        margin: 10px 0 0;
    }

    .inq_ja {
        width: 45%;
        float: right;
        margin: 10px 0 0;
    }


    .campaign {
        background-image: url(../img_new/2016/top/gakuwari.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        padding-top: 50%;
        margin: 5% auto 0;
        position: relative;
    }

    .campain_button_english {
        width: 50%;
        position: absolute;
        left: 45%;
        top: 45%;
    }

    .campain_button_japanese {
        width: 50%;
        position: absolute;
        left: 45%;
        top: 60%;
    }


    .shikiwarabi_cp {
        background-image: url(../img_new/2016/top/topshikiwarabi.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 0;
        padding-top: 50%;
        margin: 5% auto 0;
        position: relative;
    }

    .shiki_button,
    .warabi_button {
        width: 33%;
        height: 50%;
        position: absolute;
    }

    .shiki_button {
        left: 30%;
        top: 75%;
    }

    .warabi_button {
        right: 1%;
        top: 75%;
    }





    .headwrap {
        width: 100%;
        margin: 0;
        overflow: hidden;
    }

    .logo {
        width: 297px;
        float: none;
        margin: 5% 0 3% 2%;
    }

    .gmenuwrap {
        display: none;
    }


    .content {
        width: 98%;
        margin: 0 auto;
    }

    .maintitle {
        width: 100%;
        margin: 0 auto 3%;
    }

    .arealist {
        width: 96%;
        margin: 0 auto;
        overflow: hidden;
    }

    .arealist li {
        width: 100px;
        float: left;
        text-align: center;
        margin: 0 0 0 10px;
    }

    .arealist li p {
        margin: 5px 0;
    }

    .arealist li:last-child {
        margin: 0 0 0 10px;
    }




    .arealist2 {
        width: 96%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .arealist2 li {
        width: 50%;
        text-align: center;
    }

    .arealist2 li p {
        margin: 0;
    }








    .bnrwrap {
        width: 100%;
        margin: 0;
    }

    .bnrleft {
        float: none;
        width: 100%;
        height: auto;
        margin: 2% 0;
    }

    .bnrright {
        float: none;
        width: 100%;
    }


    .pointtitle {
        width: 98%;
        margin: 10% auto 0;
    }


    .newpoint {
        width: 233px;
        margin: 30px auto;
        overflow: hidden;
    }

    .newpoint li {
        float: none;
        margin: 0 0 10px 0;
    }

    .newpoint li:last-child {
        margin: 0;
    }

    .newpoint li p {
        font-size: 12px;
        line-height: 1.5;
        margin: 10px 0 0;
    }

    .newpoint li:nth-child(3),
    .newpoint li:nth-child(6),
    .newpoint li:nth-child(9) {
        margin: 0 0 10px;
    }








    .sp_8 {
        display: none;

    }

    .sptop_8 {
        display: block;
    }

    .sub_detailwrap {
        width: 100%;
        margin: 0;
    }

    .sub_detailtitle {
        width: 100%;
        margin: 5% auto;
    }


    .sub_detailwrap p {
        width: 95%;
        margin: 0 auto;
        text-align: left;
        line-height: 1.5;
    }

    .dkhouse {
        display: block;
        width: 85%;
        padding: 4% 10% 4% 5%;
        border-top: 1px solid #FFF;
        border-collapse: collapse;
        font-weight: 700;
        color: #FFF;
        font-size: 16px;

    }




    /*****　トピックス　****/
    .topics_fb {
        width: 100%;
        margin: 30px auto;
        flex-direction: column;
    }

    .topicswrap,
    .fbwrap {
        width: 98%;
        margin: 30px auto;
        padding: 5% 0;
    }

    .fbwrap {
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
    }

    .fbpage {
        width: 200px;
        margin: 0 auto;
    }

    .fb_iframe_widget,
    .fb_iframe_widget span,
    .fb_iframe_widget iframe[style] {
        width: 100% !important;
    }

    .newgif {
        width: 32px !important;
        height: 24px !important;
    }

    /***** キャンペーン *************/
    .cpwrap {
        width: 92%;
        margin: 30px auto;
        padding: 10px;
        border: 1px solid #D4781C;
        border-radius: 4px;
    }

    .cpall {
        width: 98%;
        margin: 20px auto;
    }

    /***** 各館共通イントロ部分 *************/
    .keypc {
        display: none;
    }

    .keysmp {
        display: block;
    }



    .callcontact {
        width: 96%;
        margin: 2% auto;
    }


    .callcontact ul {
        display: block;
        justify-content: space-between;
        margin: 20px 0 40px;
    }

    .callcontact ul li {
        margin: 2% auto;

    }




}
