/*=================================
Reset css
=================================*/

@import url(base.css);

/*=================================
COMMON SET-UP
=================================*/


/* Declare Breakpoint
---------------------------------*/


/* Declare font
---------------------------------*/

@font-face {
    font-family: Yumincho;
    src: url(../fonts/yumin.ttf);
}

@font-face {
    font-family: Demibold;
    src: url(../fonts/yumindb.ttf);
}


/* Declare main color
---------------------------------*/


/* Declare container width
---------------------------------*/


/* Set up common attr on body
---------------------------------*/

body {
    width: 100%;
    font-size: 1.6rem;
    background-color: #fff;
    font-family: sans-serif;
}

@media only screen and (max-width: 768px) {
    body {
        min-width: 320px;
        height: 100%;
        font-size: 1.3rem;
    }
}


/* PC & SP
---------------------------------*/

.only_sp {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .only_sp {
        display: block !important;
    }
}

.only_pc {
    display: block !important;
}

@media only screen and (max-width: 768px) {
    .only_pc {
        display: none !important;
    }
}


/*Common
---------------------------------*/

#wrap {
    max-width: 100%;
    overflow: hidden;
}

.crim_txt,
.title_02,
.title_03 h2,
.info .title_01 p,
.menu_title h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
}

.crimb_txt,
.title_01 span {
    font-family: 'Crimson Text', serif;
    font-weight: 700;
}

.crimsb_txt {
    font-family: 'Crimson Text', serif;
    font-weight: 600;
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.center {
    text-align: center !important;
}

.ttl_only {
    display: none;
}


/*=================================
LAYOUT
=================================*/

.container {
    /* width: 100%; */
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .container {
        width: 100%;
        min-width: 100%;
    }
}

.container .container_inner {
    width: 102%;
    max-width: 1225px;
    /* margin-left: -2%; */
}

@media only screen and (max-width: 768px) {
    .container .container_inner {
        width: 100%;
        margin: 0;
    }
}

.container_sub {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .container_sub {
        width: 100%;
        min-width: 100%;
    }
}


/*=======================================================
COMMON AREA
=======================================================*/

.child-page .banner_inner {
    height: 230px;
    padding: 10px 0;
}

@media only screen and (max-width: 768px) {
    .child-page .banner_inner {
        height: 170px;
        padding: 0;
        display: table;
    }
}

@media only screen and (max-width: 768px) {
    .child-page .container_sub {
        display: table-cell;
        vertical-align: middle;
    }
}

.child-page .banner_txt {
    height: 20vw;
    width: 23%;
    display: table;
    background: url('../images/white_bg-new.png');
    background-size: cover;
    padding: 0 1.5%;
    float: right;
    /*  */
    position: absolute;
    right:  0;
    top:  50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) {
    .child-page .banner_txt {
        height: 230px;
        width: 230px;
        position: relative;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    .child-page .banner_txt {
        height: 115px;
        width: 110px;
        margin-top: 0;
        padding: 0 1%;
    }
    .plan-page .banner_txt {
        width: auto;
    }
}

.child-page .banner_txt p {
    color: #171352;
    font-family: "Demibold", serif;
    font-size: 2.6vw;
    margin-top: 0;
    margin-bottom: 7px;
    line-height: 34px;
}

@media only screen and (min-width: 1200px) {
    .child-page .banner_txt p {
        font-size: 3.2rem;
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .child-page .banner_txt p {
        font-size: 2rem;
        margin-bottom: 0;
        line-height: 26px;
    }
}

.child-page .banner_txt span {
    font-size: 1.65vw;
    letter-spacing: 0.5px;
}

@media only screen and (min-width: 1200px) {
    .child-page .banner_txt span {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .child-page .banner_txt span {
        font-size: 1rem;
    }
}

.child-page .banner_txt_inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.child-page .banner_txt_inner .ttl_only {
    display: inline;
}


/* breadcrumb
---------------------------------*/

.breadcrumb {
    height: auto;
    background-color: #f3f3f6;
}

@media only screen and (max-width: 768px) {
    .breadcrumb {
        display: none !important;
    }
}

.breadcrumb_inner {
    text-align: left;
}

.breadcrumb_inner li {
    line-height: 37px;
    min-height: 37px;
    font-size: 1.4rem;
    color: #171352;
    padding-left: 37px;
    display: inline-block;
    position: relative;
}

@media only screen and (max-width: 1200px) {
    .breadcrumb_inner li {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 1000px) {
    .breadcrumb_inner li {
        font-size: 1.2rem;
    }
}

.breadcrumb_inner li:first-child {
    padding-left: 0;
}

.breadcrumb_inner li:first-child::after {
    content: '';
}

.breadcrumb_inner li::after {
    content: '>';
    position: absolute;
    left: 10px;
    top: 45%;
    font-size: 2.2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.breadcrumb_inner a {
    display: block;
}


/* title
---------------------------------*/

.title_01 {
    color: #171352;
    font-family: "Demibold", serif;
    width: calc(100% - 5px);
    padding-right: 5px;
}

@media only screen and (max-width: 768px) {
    .title_01 {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 5px;
    }
}

.title_01 p {
    font-size: 2.55vw;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
    .title_01 p {
        font-size: 3rem;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .title_01 p {
        font-size: 2rem;
        margin-bottom: 0;
        line-height: 20px;
    }
}

.title_01 span {
    font-size: 1.7vw;
    text-transform: uppercase;
    color: #a7a6b5;
}

@media only screen and (min-width: 1200px) {
    .title_01 span {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .title_01 span {
        font-size: 1.2rem;
    }
}

.title_02 {
    font-size: 3.2rem;
    color: #171352;
    padding-bottom: 20px;
    border-bottom: 1px solid #114e78;
}

@media only screen and (max-width: 1000px) {
    .title_02 {
        font-size: 2.8rem;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .title_02 {
        font-size: 2.2rem;
        padding-bottom: 9px;
        line-height: 30px;
    }
}

.title_03 {
    width: 470px;
    border-bottom: 1px solid #114e78;
    padding-bottom: 30px;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
    .title_03 {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .title_03 {
        width: 96%;
        margin: 0 auto;
        padding-bottom: 10px;
    }
}

.title_03 h2 {
    font-size: 3.2rem;
    color: #171352;
    display: inline-block;
}

@media only screen and (max-width: 1000px) {
    .title_03 h2 {
        font-size: 2.8rem;
        line-height: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .title_03 h2 {
        font-size: 2.4rem;
        line-height: 26px;
    }
}


/* .title_03 span { font-size: 2rem; padding-left: 15px; font-family: "Demibold", serif; } */

.title_03 span {
    font-size: 2rem;
    padding-left: 15px;
    font-family: sans-serif;
}

@media only screen and (max-width: 768px) {
    .title_03 span {
        font-size: 1.4rem;
        padding-left: 7px;
    }
}


/* Button
---------------------------------*/

.btn-notice {
    background-color: #29527c;
}

.btn-info {
    background-color: #4f8a3a;
}

.btn-event {
    background-color: #9c7820;
}

.btn_01 {
    width: 19vw;
    height: 3.5vw;
    line-height: 3.5vw;
    padding: 0 5px;
    background-color: #171352;
    color: #fff;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_01 p {
    font-size: 1.3vw;
}

@media only screen and (min-width: 1200px) {
    .btn_01 {
        width: 228px;
        height: 40px;
        line-height: 40px; 
    }
    .btn_01 p{
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 768px) {
    .btn_01 {
        width: 170px;
        height: 35px;
        line-height: 35px;
        display: block;
        margin: 0 auto;
    }
    .btn_01 p{
        font-size: 1.3rem;
    }
}


/* Text
---------------------------------*/

.txt_01 {
    font-size: 1.3vw;
    color: #121216;
    line-height: 2vw;
}

@media only screen and (min-width: 1200px) {
    .txt_01 {
        font-size: 1.6rem;
        line-height: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .txt_01 {
        font-size: 1.3rem;
        line-height: 22px;
    }
}


/* Header
---------------------------------*/

.header_nav {
    height: auto;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    background-color: #fff;
}

@media only screen and (max-width: 768px) {
    .header_nav {
        background-color: #f5f4f7;
        height: 50px;
        overflow: hidden;
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
}

.header_nav .container {
    width: 100%;
    max-width: 1315px;
}

@media only screen and (max-width: 768px) {
    .header_nav .container {
        width: 96%;
        max-width: 96%;
    }
}

.header_nav .container_inner {
    width: 99%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .header_nav .container_inner {
        width: 100%;
    }
}

.header_logo {
    padding: 20px 0;
    width: 100%;
    height: auto;
    /* overflow: hidden; */
}

@media only screen and (max-width: 768px) {
    .header_logo {
        height: 52px;
    }
}

@media only screen and (max-width: 768px) {
    .header_logo {
        height: auto;
        line-height: 50px;
        width: 96%;
        padding: 0;
        margin: 0 auto;
        display: block;
        overflow: visible;
    }
}

.logo {
    width: 25vw;
    display: inline-block;
}

@media only screen and (min-width: 1200px) {
    .logo {
        width: 310px;
    }
}

@media only screen and (max-width: 768px) {
    .logo {
        width: 151px;
        height: 100%;
        display: table;
        height: 50px;
    }
}

.logo a {
    display: block;
}

@media only screen and (max-width: 768px) {
    .logo a {
        display: table-cell;
        vertical-align: middle;
    }
}

.logo img {
    width: 100%;
    display: block;
}

.option {
    display: inline-block;
    float: right;
}

@media only screen and (max-width: 768px) {
    .option {
        float: none;
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .option ul {
        width: 70%;
        height: 100%;
        margin: 0 auto;
    }
}

.option li {
    display: inline-block;
    float: left;
    margin: 0 0 0 3vw;
    height: 5vw;
    line-height: 5vw;
    padding: 0 5px;
    color: #171352;
    font-size: 1.4rem;
}
@media only screen and (min-width: 1200px) {
    .option li {
        height:  60px;
        line-height:  60px;
        margin: -20px 0 0 30px;
    }
}

@media only screen and (max-width: 768px) {
    .option li {
        width: 49.5%;
        margin: 0;
        padding: 0;
        line-height: 40px;
        height: 40px;
        text-align: center;
    }
}

.option li:first-child {
    color: #262626;
}


/* .option li.box { background-color: #bd994a; color: #fff; font-size: 1.6rem; font-family: "Demibold", serif; padding: 0 30px; } */

.option li.box {
    background-color: #bd994a;
    color: #fff;
    font-size: 1.6rem;
    font-family: sans-serif;
    position: relative;
    padding: 0;
}

.option li.box a {
    display: block;
    padding: 0 30px;
}

@media only screen and (max-width: 768px) {
    .header_brand {
        height: 50px;
        width: 50px;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .header_brand img {
        position: absolute;
        top: 0;
        opacity: 0;
    }
    .header_brand img.show {
        opacity: 1;
    }
}

.nav {
    width: 100%;
    padding: 20px 0;
    line-height: 32px;
    height: 73px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .nav {
        clear: both;
        height: auto !important;
        padding: 0;
    }
}

.nav ul {
    width: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
}

@media only screen and (max-width: 768px) {
    .nav ul {
        display: block;
        padding-bottom: 27px;
    }
}

.nav li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    border-right: 1px solid #d1d0d9;
    position: relative;
    height: 3vw;
    line-height: 3vw;
}

.nav li a{
    font-size: 1.3vw;
}

@media only screen and (min-width: 1200px) {
    .nav li {
        height: 32px;
        line-height: 32px;
    }
    .nav li a{
        font-size: 1.6rem;
    }
}


@media only screen and (max-width: 1000px) {
    .nav li a{
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 768px) {
    .nav li {
        display: block;
        line-height: 40px;
        width: 100%;
        height:  auto;
        min-height: 40px;
    }
    .nav li a{
        font-size: 1.3rem;
    }
}

.nav li:last-child {
    border: 0;
}

.nav li:last-child img.only_pc {
    display: inline-block !important;
}

@media only screen and (max-width: 768px) {
    .nav li:last-child img.only_pc {
        display: none !important;
    }
}

.nav li:hover::after {
    content: '';
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: -18px;
    left: 0;
    background-color: #004ea2;
}

@media only screen and (max-width: 768px) {
    .nav li:hover::after {
        height: 0;
        width: 0;
    }
}

.nav a {
    display: block;
}

.header_banner {
    padding-top: 170px;
    clear: both;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .header_banner {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .header_banner .container {
        height: 100%;
        display: table;
    }
}

.banner_inner {
    height: 530px;
    background: url(../images/banner_bg_pc_01.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}

@media only screen and (max-width: 768px) {
    .banner_inner {
        height: 450px;
        width: 100%;
        background: url(../images/banner_top_sp.jpg) no-repeat;
        background-size: cover;
        background-position: top center;
    }
}

.banner_txt {
    width: 520px;
    padding: 160px 25px 0;
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .banner_txt {
        width: 100%;
        padding: 0;
        display: table-cell;
        vertical-align: bottom;
    }
}

.banner_txt span {
    font-size: 3rem;
    letter-spacing: 4.5px;
    font-family: "Yumincho", serif;
}

@media only screen and (max-width: 768px) {
    .banner_txt span {
        font-size: 1.9rem;
        letter-spacing: 1px;
    }
}

.banner_txt p {
    margin-top: 30px;
    line-height: 28px;
}

@media only screen and (max-width: 768px) {
    .banner_txt p {
        font-size: 1.3rem;
        line-height: 22px;
    }
}

.header_nav.menu_scroll {
    height: auto;
    min-height: 66px;
    line-height: 66px;
    background: url(../images/white_bg.png);
    background-size: cover;
    width: 100%;
}

.header_nav.menu_scroll .container {
    height: 100%;
    min-height: 66px;
}

.header_nav.menu_scroll .container_inner {
    position: relative;
    height: 100%;
    display: table;
    min-height: 66px;
}

.header_nav.menu_scroll .header_logo {
    width: 100%;
    margin-left: 0;
    padding: 0;
    height: 0;
}
.header_nav.menu_scroll .logo {
    width: 15.8vw;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) {
    .header_nav.menu_scroll .logo {
        width: 190px;
    }
}

@media only screen and (max-width: 1000px) {
    .header_nav.menu_scroll .logo {
        width: 158px;
    }
}

.header_nav.menu_scroll .option {
    position: absolute;
    right: 0;
    top:  48%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) {
    .header_nav.menu_scroll .option {
        top:  0;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
}

.header_nav.menu_scroll .option li {
    margin: 0;
    display: none;
}

.header_nav.menu_scroll .option li.box {
    display: block;
    margin-top: 4px;
    margin-left: 0;
    height: 5vw;
    line-height: 5vw;
    padding:  0;
    width: 14vw;
    text-align: center;
    font-size: 1.3vw;
}

.header_nav.menu_scroll .option li.box a {
    padding:  0;
}

@media only screen and (min-width: 1200px) {
    .header_nav.menu_scroll .option li.box {
        height: 57px;
        line-height: 57px;
        padding:  0;
        font-size: 1.6rem;
        width: 170px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
}
.header_nav.menu_scroll .nav {
    width: 100%;
    padding-left: 16vw !important;
    padding-right: 14vw !important;
    line-height: 24px;
    min-height: 24px;
    margin-left: 0;
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
    .header_nav.menu_scroll .nav {
        padding: 22px 185px 0 230px;
        padding-right: 170px !important;
        padding-left: 220px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .header_nav.menu_scroll .nav {
        padding-left: 164px !important;
    }
}

.header_nav.menu_scroll .nav img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.header_nav.menu_scroll .nav li {
    padding: 0 2px;
    display: table;
}

.header_nav.menu_scroll .nav li a {
    font-size: 1.3vw;
    display: table-cell;
    vertical-align: middle;
    line-height: 14px;
}

@media only screen and (min-width: 1200px) {
    .header_nav.menu_scroll .nav li a {
        font-size: 1.6rem;
    }
}

.header_nav.menu_scroll .nav li:last-child {
    width: 30px;
}


/* footer
---------------------------------*/

.footer * {
    color: #fff;
}

.footer .container {
    position: relative;
}

.footer_inner {
    background-color: #121216;
    padding: 43px 0 34px;
}

@media only screen and (max-width: 768px) {
    .footer_inner {
        padding: 21px 0 20px;
    }
}

@media only screen and (max-width: 768px) {
    .footer_inner .container {
        min-width: 96%;
        width: 96%;
        margin: 0 auto;
    }
    .footer_inner .container_sub {
        display: block;
    }
}

.lfooter {
    width: 70%;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .lfooter {
        width: 100%;
    }
}

.rfooter {
    float: right;
    display: inline-block;
    width: 29%;
    height: 340px;
}

@media only screen and (max-width: 768px) {
    .rfooter {
        width: 100%;
        float: none;
        display: block;
        margin-top: 16px;
        text-align: center;
        height: 200px;
    }
}

.rfooter iframe {
    width: 100%;
    height: 325px;
    margin-top: 5px;
}

@media only screen and (max-width: 768px) {
    .rfooter iframe {
        width: 90%;
        max-width: 490px;
        height: 200px;
        margin: 0 auto;
    }
}

.footer_logo {
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 1000px) {
    .footer_logo {
        position: relative;
    }
}

.footer_info {
    padding-left: 217px;
    width: calc(100% - 220px);
    padding-top: 2px;
}

@media only screen and (max-width: 1000px) {
    .footer_info {
        padding: 0;
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .footer_info {
        padding: 0;
        width: 100%;
    }
}

.footer_info p {
    line-height: 24px;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .footer_info p {
        line-height: 20px;
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 768px) {
    .footer_info .ftel {
        display: block;
        font-size: 2rem;
        height: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .footer_info .ftel img {
        display: inline-block !important;
        height: 40px;
        margin-bottom: 10px;
    }
}

.footer_info .ftel a {
    display: block;
}

.footer_menu {
    clear: both;
    width: calc(100% - 12px);
    border-top: 1px solid #313137;
    border-bottom: 1px solid #313137;
    margin-top: 20px;
    padding: 27px 30px !important;
    height: auto !important;
    line-height: 28px;
}

@media only screen and (max-width: 1000px) {
    .footer_menu {
        display: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .footer_menu {
        width: 100%;
        padding: 10px 5px !important;
    }
}

.footer_menu ul {
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .footer_menu ul {
        padding-bottom: 0;
    }
}

.footer_menu li {
    border: 0;
    display: inline-block;
    width: 30%;
    text-align: left;
    flex-grow: 0;
    font-size: 1.2rem;
    white-space: nowrap;
}

.footer_menu li a{
    font-size: 1.2rem;
}

@media only screen and (max-width: 1200px) {
    .footer_menu li {
        width: 32%;
    }
}

@media only screen and (max-width: 768px) {
    .footer_menu li {
        font-size: 1rem;
        line-height: 25px;
        width: 32%;
    }
}

.footer_menu li:hover::after {
    height: 0;
    width: 0;
}

.footer_adv {
    margin-top: 25px;
}

@media only screen and (max-width: 768px) {
    .footer_adv {
        width: 90%;
        margin: 0 auto;
        margin-top: 15px;
    }
}

.footer_adv img {
    width: 100%;
    max-width: 490px;
    display: block;
    margin: 0 auto;
}

.footer_cright {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .footer_cright {
        padding-bottom: 40px;
        font-size: 0.9rem;
        height: 40px;
        line-height: 40px;
    }
}

.footer_cright p {
    color: #121216 !important;
}

.scroll_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 99999;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media only screen and (max-width: 768px) {
    .scroll_top {
        height: 35px;
        width: 35px;
        right: 5px;
        z-index: 99;
        bottom: 45px;
    }
}

@media only screen and (max-width: 768px) {
    .scroll_top img {
        width: 100%;
        height: auto;
    }
}

.scroll_top:hover {
    opacity: 0.9;
}

.fixed_footer {
    display: none;
}

@media only screen and (max-width: 768px) {
    .fixed_footer {
        display: block;
        width: 100%;
        position: fixed;
        bottom: 0;
        min-height: 40px;
        height: auto;
        background-color: #6e6b9e;
        z-index: 999999;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .fixed_footer .container {
        display: table;
        width: 96%;
        min-width: 96%;
        margin: 0 auto;
        height: auto;
        min-height: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .fixed_footer .lfixed {
        display: table-cell;
        vertical-align: middle;
        line-height: 20px;
        font-size: 1.4rem;
        width: 42%;
    }
}

@media only screen and (max-width: 768px) {
    .fixed_footer .lfixed .lfixed_inner {
        line-height: 22px;
        border-right: 1px solid #ccc;
    }
}

@media only screen and (max-width: 768px) {
    .fixed_footer .lfixed img {
        width: 16px;
        height: auto;
        margin-bottom: 3px;
    }
}

@media only screen and (max-width: 768px) {
    .fixed_footer .rfixed {
        display: table-cell;
        vertical-align: middle;
        width: 57%;
    }
}

@media only screen and (max-width: 768px) {
    .fixed_footer .rfixed span {
        display: block;
        font-size: 0.9rem;
        line-height: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .fixed_footer .rfixed span.tel {
        font-size: 1.8rem;
        height: 22px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .fixed_footer .rfixed img {
        height: 20px;
        margin-bottom: 9px;
        margin-right: 2px;
    }
}

@media only screen and (max-width: 768px) {
    .fixed_footer a {
        display: block;
    }
}


/*=======================================================
TOP PAGE
=======================================================*/

@media only screen and (max-width: 768px) {
    .top-page .main {
        padding-bottom: 85px;
    }
}

@media only screen and (max-width: 768px) {
    .top-page .banner_txt_inner {
        width: calc(100% + 60px);
        padding: 5px 2% 50px;
        padding-right: calc(2% + 60px);
        background-color: rgba(23, 19, 82, 0.5019607843);
        -webkit-box-shadow: -30px -21px 95px 33px rgba(23, 19, 82, 0.51);
        -moz-box-shadow: -30px -21px 95px 33px rgba(23, 19, 82, 0.51);
        box-shadow: -30px -21px 95px 33px rgba(23, 19, 82, 0.51);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}


/* INFORMATION */

.info .container_sub {
    margin-top: -63px;
    background: url(../images/white_bg.png);
    position: relative;
    padding: 45px 24px 66px 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .info .container_sub {
        margin-top: 30px;
        padding: 0;
        width: 100%;
    }
}

.info .container_sub>a {
    position: absolute;
    top: 45px;
    left: 38px;
}

@media only screen and (max-width: 768px) {
    .info .container_sub>a {
        position: relative;
        top: 0;
        left: 0;
    }
}

.info .title_01 {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .info .title_01 {
        width: 100%;
        text-align: center;
        padding-bottom: 13px;
    }
}

.info .title_01 p {
    line-height: 26px;
    font-size: 2.7vw;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .info .title_01 p {
        font-size: 2rem;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1120px) {
    .info .title_01 p {
        font-size: 3rem;
        margin-bottom: 10px;
    }
}

.info .title_01 span {
    font-size: 1.2vw;
}

@media only screen and (max-width: 768px) {
    .info .title_01 span {
        font-size: 1.2rem;
        color: #171352;
        font-family: "Yumincho", serif;
    }
}

@media only screen and (min-width: 1120px) {
    .info .title_01 span {
        font-size: 1.4rem;
    }
}

.info_lst {
    padding-left: 23.5%;
    width: 100%;
    height: 172px;
    overflow-y: scroll;
    padding-top: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .info_lst {
        padding: 0;
        width: 96%;
        height: 243px;
        padding-top: 0;
        margin: 0 auto;
    }
}

.info_lst .item {
    height: auto;
    min-height: 22px;
    line-height: 22px;
    font-size: 1.6rem;
    color: #171352;
    margin-bottom: 13px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .info_lst .item {
        margin-bottom: 10px;
        font-size: 1.3rem;
        line-height: 20px;
    }
}

.info_lst .item p {
    display: inline-block;
    font-size: 1.4vw;
}

@media only screen and (min-width: 1120px) {
    .info_lst .item p {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 768px) {
    .info_lst .item p {
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 768px) {
    .info_lst .item a {
        display: block;
    }
}

.info_lst .item_txt {
    width: 66%;
    margin-left: 32%;
}

@media only screen and (max-width: 768px) {
    .info_lst .item_txt {
        width: 100%;
        margin: 0;
    }
}

.info_lst::-webkit-scrollbar {
    width: 8px;
    background-color: #e4e4e4;
}

.info_lst::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
}

.info_lst::-webkit-scrollbar-track {
    background-color: #e4e4e4;
}

.item_date {
    width: 13%;
    color: #121216;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 768px) {
    .item_date {
        position: relative;
        width: 70px;
        padding-left: 5px;
    }
}

.item_option {
    width: 14.5%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 14.5%;
}

@media only screen and (max-width: 768px) {
    .item_option {
        width: 75px;
        position: relative;
        left: 0;
    }
}


/* PLAN BOX */

.intro_box {
    height: auto;
    /* min-height: 500px; */
    margin-bottom: 77px;
}

@media only screen and (max-width: 768px) {
    .intro_box {
        margin-top: 30px;
        min-height: 100px;
        margin-bottom: 0;
    }
}

.box_info {
    width: 44.5%;
    height: auto;
    /* min-height: 500px; */
    position: relative;
    z-index: 2;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .box_info {
        width: 100%;
        min-height: 100px;
    }
}

.box_info .box_info_inner {
    width: 100%;
    display: table;
    height: auto;
    /* min-height: 500px; */
}

@media only screen and (min-width: 1800px) {
    .box_info .box_info_inner {
        min-height: 500px;
    }
}

@media only screen and (max-width: 768px) {
    .box_info .box_info_inner {
        display: block;
        min-height: 100px;
        width: 96%;
        margin: 0 auto;
    }
}

.box_info .box_info_cover {
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .box_info .box_info_cover {
        display: block;
    }
}

.box_info .box_info_cover_inner {
    padding: 3vw 0;
    background: url('../images/white_bg.png');
    background-size: cover;
}

@media only screen and (min-width: 1200px) {
    .box_info .box_info_cover_inner {
        padding: 30px 0;
    }
}

@media only screen and (min-width: 1400px) {
    .box_info .box_info_cover_inner {
        padding: 45px 0 45px 0;
    }
}

@media only screen and (max-width: 768px) {
    .box_info .box_info_cover_inner {
        padding: 0;
    }
}

.box_info h3 {
    padding-top: 1.2vw;
    font-size: 1.7vw;
    color: #121216;
    line-height: 26px;
    font-family: "Demibold", sans-serif;
}

@media only screen and (min-width: 1200px) {
    .box_info h3 {
        padding-top: 22px;
        font-size: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .box_info h3 {
        padding-top: 10px;
        font-size: 1.5rem;
        line-height: 22px;
        text-align: center;
    }
}

.box_info a {
    display: inline-block;
    margin-top: 2.3vw;
}

@media only screen and (min-width: 1200px) {
    .box_info a {
        margin-top: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .box_info a {
        margin-top: 10px;
        display: block;
        text-align: center;
    }
}

.box_info .txt_01 {
    margin-top: 1.8vw;
}

@media only screen and (min-width: 1200px) {
    .box_info .txt_01 {
        margin-top: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .box_info .txt_01 {
        margin-top: 10px;
    }
}

.box_img {
    position: relative;
    z-index: 1;
    width: 55%;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .box_img {
        width: 100%;
    }
}

.box_img img {
    position: relative;
    width: 68vw;
    max-width:  1284px;
}

@media only screen and (max-width: 1200px) {
    .box_img img {
        width: 137%;
    }
}

@media only screen and (max-width: 768px) {
    .box_img img {
        width: 100%;
        max-width: 640px;
        height: auto;
        display: block;
        margin: 0 auto !important;
    }
}

.box_odd .box_info_cover_inner {
    padding-right: 4.5vw;
}

@media only screen and (min-width: 1200px) {
    .box_odd .box_info_cover_inner {
        padding-right: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .box_odd .box_info_cover_inner {
        padding: 0;
    }
}

.box_odd .box_img {
    float: right;
}

@media only screen and (max-width: 768px) {
    .box_odd .box_img {
        float: none;
    }
}

.box_odd .box_img img {
    margin-left: -37%;
}

@media only screen and (max-width: 768px) {
    .box_odd .box_img img {
        margin: 0;
    }
}

.box_even .box_info_cover_inner {
    padding-left: 4.5vw;
}

@media only screen and (min-width: 1200px) {
    .box_odd .box_info_cover_inner {
        padding-left: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .box_even .box_info_cover_inner {
        padding: 0;
    }
}

.box_even .box_img {
    float: left;
}

@media only screen and (max-width: 768px) {
    .box_even .box_img {
        float: none;
    }
}

.box_even .box_img img {
    float: right;
    margin-right: -33%;
}

@media only screen and (max-width: 768px) {
    .box_even .box_img img {
        float: none;
        margin: 0;
    }
}


/*=======================================================
PLAN PAGE
=======================================================*/

.plan-page .banner_inner {
    background: url('../images/banner_plan_01.jpg') no-repeat;
    background-size: cover;
    background-position: top center;
}
.banner_inner .container_sub{
    position: relative;
    height:  230px;
}

.intro-page {
    margin-top: 45px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .intro-page {
        margin-top: 10px;
        text-align: left;
    }
}


/* .intro-page .intro_title { font-size: 2rem; font-family: "Demibold", serif; color: #121216; padding: 0 5px; line-height: 26px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } */

.intro-page .intro_title {
    font-size: 2rem;
    font-family: sans-serif;
    color: #121216;
    padding: 0 5px;
    line-height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1100px) {
    .intro-page .intro_title {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 900px) {
    .intro-page .intro_title {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 768px) {
    .intro-page .intro_title {
        font-size: 1.6rem;
        line-height: 22px;
    }
}

.intro-page .intro_txt {
    margin-top: 30px;
}

@media only screen and (max-width: 1200px) {
    .intro-page .intro_txt {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 1000px) {
    .intro-page .intro_txt {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 768px) {
    .intro-page .intro_txt {
        width: 96%;
        margin: 0 auto;
        margin-top: 15px;
    }
}

.list_room {
    margin-top: 5px;
    width: 100%;
    position: relative;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .list_room {
        width: 96%;
        margin: 0 auto;
    }
}

.item_room {
    height: auto;
    text-align: left;
    margin-top: 86px;
}

@media only screen and (max-width: 1000px) {
    .item_room {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .item_room {
        margin-top: 40px;
    }
}

.item_room .btn_01 {
    display: none;
}

@media only screen and (max-width: 768px) {
    .item_room .btn_01 {
        display: block;
        margin-top: 17px;
    }
}

.item_intro {
    margin-top: 35px;
}

@media only screen and (max-width: 1000px) {
    .item_intro {
        margin-top: 20px;
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 768px) {
    .item_intro {
        margin-top: 12px;
        font-size: 1.3rem;
    }
}

.cover_rimg {
    width: 49%;
    float: right;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .cover_rimg {
        display: none;
        width: 100%;
        float: none;
    }
}

.item_img {
    height: 310px;
    margin-top: 40px;
}

@media only screen and (max-width: 1000px) {
    .item_img {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .item_img {
        width: 100%;
        max-width: 500px;
        height: auto;
        margin: 0 auto;
        margin-top: 17px;
    }
}

.item_img .img {
    width: 49.8%;
    position: relative;
    float: left;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .item_img .img {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width: 768px) {
    .item_img .limg {
        width: 100%;
    }
}

.item_img .limg img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1200px) {
    .item_img .limg img {
        height:  auto;
        position: absolute;
        top:  50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}

@media only screen and (max-width: 768px) {
    .item_img .limg img {
        height:  100%;
        position: relative;
        top:  0;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
}

.item_img .rimg_inner {
    display: table-cell;
    vertical-align: middle;
}

.item_img .rimg {
    width: 100%;
    float: right;
    text-align: center;
    position: relative;
    background-color: #f5f4f7;
}

@media only screen and (max-width: 768px) {
    .item_img .rimg {
        float: none;
        margin-top: 18px;
        height: auto;
        min-height: 160px;
        display: table;
        padding: 8px 0;
    }
}

.item_img .rimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 768px) {
    .item_img .rimg img {
        width: 210px;
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        -webkit-transform: translateY(0%) translateX(0%);
        -moz-transform: translateY(0%) translateX(0%);
        -ms-transform: translateY(0%) translateX(0%);
        -o-transform: translateY(0%) translateX(0%);
        transform: translateY(0%) translateX(0%);
    }
}

.item_img img {
    max-width: 100%;
}

.item_detail {
    margin-top: 24px;
    width: 100%;
    position: relative;
}

.item_detail_new {
    display: none;
}

@media only screen and (max-width: 768px) {
    .item_detail_new {
        margin-top: 10px;
        width: 100%;
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .item_detail_new .col_fee {
        width: 78%;
        display: inline-block;
    }
}

@media only screen and (max-width: 768px) {
    .item_detail_new .col_fee .full_col {
        background-color: #d6d6df;
        color: #333061;
        font-family: "Demibold", serif;
        border-bottom: 1px solid #fff;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 768px) {
    .item_detail_new .col_capacity {
        width: calc(22% - 2px);
        display: inline-block;
        float: right;
    }
}

@media only screen and (max-width: 768px) {
    .item_detail_new .col_nums {
        text-align: center;
        margin-top: 9px;
        clear: both;
    }
}

@media only screen and (max-width: 768px) {
    .item_detail_new .col_nums .title_col {
        width: 32%;
        display: inline-block;
    }
}

@media only screen and (max-width: 768px) {
    .item_detail_new .col_nums .cnt_col {
        width: calc(100% - 32%);
        float: right;
        display: inline-block;
    }
}

.item_detail_new .title_col {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #333061;
    text-align: center;
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    .item_detail_new .title_col {
        height: 50px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .item_detail_new .cnt_col {
        margin-top: 1px;
        background-color: #f5f4f7;
        height: auto;
        line-height: 25px;
        min-height: 25px;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 768px) {
    .item_detail_new .cnt_col.bcap {
        display: table;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .item_detail_new .cnt_col.bcap .fee {
        display: table-cell;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 768px) {
    .collapse {
        position: relative;
    }
}

@media only screen and (max-width: 768px) {
    .collapse.up::after {
        content: '';
        height: 12px;
        width: 12px;
        background: url("../images/icon_down.png");
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 768px) {
    .collapse.down::after {
        content: '';
        height: 12px;
        width: 12px;
        background: url("../images/icon_up.png");
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.table_01 {
    width: 100%;
    display: block;
    border-collapse: collapse;
}

.table_01 thead {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #333061;
    text-align: center;
    font-weight: normal;
}
@media only screen and (max-width: 1000px) {
    .table_01 thead {
        height:  40px;
        line-height: 40px;
    }
}

.table_01 th {
    width: 110px;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 1000px) {
    .table_01 th{
        height:  40px;
        line-height: 40px;
        font-size: 1.4rem;
    }
    .table_01 td {
        font-size: 1.4rem;
    }
}

.table_01 .c1 {
    width: 766px;
    border-right: 6px solid #fff;
}

.table_01 .capacity {
    border-right: 2px solid #fff;
}

.table_01 .bd-b {
    border-bottom: 2px solid #fff;
}

.table_01 td {
    width: 92px;
    min-height: 35px;
    text-align: center;
    padding: 9px;
    border-right: 2px solid #fff;
    background-color: #f5f4f7;
    color: #121216;
}

.table_01 .col_01 {
    width: 301px;
    background-color: #d6d6df;
    color: #333061;
    font-family: "Demibold", serif;
    border-bottom: 2px solid #fff;
}

.table_01 .col_02 {
    width: 428px;
    border-right: 6px solid #fff;
}

.notice {
    margin-top: 15px;
}

@media only screen and (max-width: 768px) {
    .notice {
        margin-top: 9px;
        clear: both;
    }
}

.notice p {
    font-size: 1.4rem;
    line-height: 24px;
}

@media only screen and (max-width: 1000px) {
    .notice p {
        font-size: 1.2rem;
        line-height: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .notice p {
        font-size: 1rem;
        line-height: 16px;
        text-align: left;
    }
}

.menu_box {
    padding-top: 108px;
    height: auto;
    min-height: 356px;
    padding-bottom: 115px;
}

@media only screen and (max-width: 1000px) {
    .menu_box {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .menu_box {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

.menu_img {
    width: 49.5%;
    display: inline-block;
    float: left;
}

@media only screen and (max-width: 768px) {
    .menu_img {
        width: 100%;
    }
}

.menu_img img {
    width: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .menu_img img {
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }
}

.menu_detail {
    width: 49.5%;
    display: inline-block;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .menu_detail {
        width: 96%;
        margin: 0 auto;
        display: block;
        padding-left: 0;
    }
}

.menu_title {
    border-bottom: 1px solid #114e78;
    padding-bottom: 12px;
}

@media only screen and (max-width: 768px) {
    .menu_title {
        border: 0;
    }
}

.menu_title h3 {
    color: #171352;
    font-size: 3.2rem;
    line-height: 30px;
}

@media only screen and (max-width: 1000px) {
    .menu_title h3 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 768px) {
    .menu_title h3 {
        border-bottom: 1px solid #114e78;
        font-size: 2.6rem;
        line-height: 26px;
        padding-bottom: 10px;
    }
}


/* .menu_title p { font-family: "Demibold", serif; font-size: 2rem; line-height: 28px; margin-top: 10px; } */

.menu_title p {
    font-family: sans-serif;
    font-size: 2rem;
    line-height: 28px;
    margin-top: 10px;
}

@media only screen and (max-width: 1000px) {
    .menu_title p {
        font-size: 1.7rem;
        line-height: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .menu_title p {
        font-size: 1.5rem;
        line-height: 22px;
    }
}

.menu_title p .only_sp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .menu_title p .only_sp {
        height: 6px;
    }
}

.menu_title p .only_pc {
    height: 6px;
}

@media only screen and (max-width: 768px) {
    .menu_title p .only_pc {
        display: none;
    }
}

.menu_info {
    margin-top: 20px;
    line-height: 28px;
}

@media only screen and (max-width: 1000px) {
    .menu_info {
        margin-top: 10px;
        font-size: 1.4rem;
        line-height: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .menu_info {
        clear: both;
        margin-top: 0;
        padding-top: 20px;
        line-height: 22px;
        font-size: 1.3rem;
    }
}

.menu_info .notice {
    margin-top: 35px;
}

@media only screen and (max-width: 1000px) {
    .menu_info .notice {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .menu_info .notice {
        margin-top: 20px;
    }
}


/*=======================================================
SERVICE PAGE
=======================================================*/

.service-page .banner_inner {
    background: url('../images/banner_service_pc.jpg') no-repeat;
    background-size: cover;
    background-position: top center;
}

.service-page .banner_txt {
    float: none;
}

@media only screen and (max-width: 1200px) {
    .service-page .banner_txt {
        left: 0;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    .service-page .banner_txt {
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .service-page .banner_txt p .only_sp {
        height: 0;
    }
}

.list_adv {
    margin-top: 12px;
    width: 100%;
}

.adv_item {
    height: auto;
    min-height: 310px;
    margin-top: 44px;
    display: table;
}

@media only screen and (max-width: 1000px) {
    .adv_item {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .adv_item {
        width: 96%;
        min-height: 100px;
        margin: 0 auto;
        margin-top: 30px;
        display: block;
    }
}

.adv_item.even .adv_detail_inner {
    padding-right: 20px;
    padding-left: 0;
}

@media only screen and (max-width: 768px) {
    .adv_item.even .adv_detail_inner {
        padding: 0;
    }
}

.adv_img {
    width: 49.5%;
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .adv_img {
        width: 100%;
        display: block;
    }
}

.adv_img img {
    width: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .adv_img img {
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }
}

.adv_img.only_pc {
    display: table-cell !important;
}

@media only screen and (max-width: 768px) {
    .adv_img.only_pc {
        display: none !important;
    }
}

.adv_detail {
    width: 49.5%;
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .adv_detail {
        display: block;
        width: 100%;
        clear: both;
        margin-top: 10px;
    }
}

.adv_detail_inner {
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    .adv_detail_inner {
        padding: 0;
    }
}

.adv_title {
    border-bottom: 1px solid #114e78;
    padding-bottom: 16px;
}

@media only screen and (max-width: 768px) {
    .adv_title {
        padding-bottom: 5px;
    }
}


/* .adv_title h2 { font-size: 2rem; color: #171352; line-height: 30px; font-family: "Demibold", serif; }
@media only screen and (max-width: 768px) { .adv_title h2 { font-size: 1.38rem; line-height: 22px; } } */

.adv_title h2 {
    font-size: 2rem;
    color: #171352;
    line-height: 30px;
    font-family: sans-serif;
}

@media only screen and (max-width: 1100px) {
    .adv_title h2 {
        font-size: 1.8rem;
        line-height: 26px;
    }
}

@media only screen and (max-width: 900px) {
    .adv_title h2 {
        font-size: 1.6rem;
        line-height: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .adv_title h2 {
        font-size: 1.38rem;
        line-height: 22px;
    }
}

.adv_info {
    margin-top: 25px;
    line-height: 28px;
}

@media only screen and (max-width: 1100px) {
    .adv_info {
        margin-top: 15px;
        line-height: 24px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 900px) {
    .adv_info {
        line-height: 22px;
        font-size: 1.4rem;
        font-size: 1.3rem;
    }
}

@media only screen and (max-width: 768px) {
    .adv_info {
        line-height: 20px;
        margin-top: 15px;
        font-size: 1.2rem;
    }
}

.service_box {
    margin-top: 90px;
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    .service_box {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .service_box {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .service_box .container_sub {
        display: table;
    }
}

.list_service {
    margin-top: 21px;
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1000px) {
    .list_service {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 768px) {
    .list_service {
        width: 96%;
        margin: 0 auto;
        margin-top: 15px;
        display: inherit;
    }
}

.item_ser {
    margin-top: 30px;
    width: 230px;
    display: inline-block;
    margin-right: 21px;
    float: left;
}

@media only screen and (max-width: 1200px) {
    .item_ser {
        width: 23%;
        margin-right: 2%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .item_ser {
        margin-top: 15px;
        width: 47%;
        margin-top: 20px;
        margin-right: 2%;
        display: block;
    }
}

.item_ser:nth-child(4n) {
    margin-right: 0;
}

@media only screen and (max-width: 768px) {
    .item_ser:nth-child(4n) {
        margin-right: 2%;
    }
}

@media only screen and (max-width: 768px) {
    .item_ser:nth-child(2n) {
        float: right;
    }
}

@media only screen and (max-width: 768px) {
    .item_ser:nth-child(2n - 1) {
        clear: both;
        float: left;
        margin-left: 2%;
    }
}

.img_ser {
    width: 100%;
}

.img_ser img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .img_ser img {
        max-width: 230px;
        display: block;
        margin: 0 auto;
    }
}

.name_ser {
    width: 100%;
    text-align: left;
    padding-top: 14px;
    line-height: 24px;
}

@media only screen and (max-width: 1200px) {
    .name_ser {
        font-size: 1.4rem;
    }
}


@media only screen and (max-width: 768px) {
    .name_ser {
        text-align: center;
        padding-top: 8px;
        line-height: 18px;
        font-size: 1.3rem;
    }
}

.amenity {
    padding-bottom: 104px;
}


/*=======================================================
ACCESS PAGE
=======================================================*/

.access-page .banner_inner {
    background: url(../images/banner_access_01.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}

.access-page .access_box {
    width: 96%;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .access-page .main .container_sub {
        display: block;
    }
}

.addr_box {
    width: 100%;
    margin-top: 72px;
    display: table;
}

@media only screen and (max-width: 768px) {
    .addr_box {
        margin-top: 30px;
        display: block;
    }
}

.addr_box h2 {
    width: 190px;
    text-align: left;
    display: table-cell;
    vertical-align: top;
    font-family: "Demibold", serif;
    font-size: 2.6rem;
    color: #171352;
}

@media only screen and (max-width: 1000px) {
    .addr_box h2 {
        width: 19%;
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 768px) {
    .addr_box h2 {
        width: 100%;
        display: block;
        font-size: 1.6rem;
        border-bottom: 1px solid #114e78;
        padding-bottom: 3px;
    }
}

.addr_box .address {
    width: calc(100% - 190px);
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #114e78;
    padding: 5px 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .addr_box .address {
        width: 100%;
        display: block;
        border: 0;
        padding: 5px 0;
        margin-top: 5px;
    }
}

.addr_box p {
    line-height: 30px;
}

@media only screen and (max-width: 1000px) {
    .addr_box p {
        line-height: 24px;
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 768px) {
    .addr_box p {
        line-height: 22px;
        font-size: 1.3rem;
    }
}

.map_box {
    margin-top: 32px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .map_box {
        margin-top: 20px;
    }
}

.map_box iframe {
    width: 100%;
    height: 400px;
}

@media only screen and (max-width: 768px) {
    .map_box iframe {
        height: 200px;
    }
}

.info_traffic {
    margin-top: 60px;
    width: 100%;
    display: table;
    padding-bottom: 92px;
}

@media only screen and (max-width: 768px) {
    .info_traffic {
        margin-top: 40px;
        padding-bottom: 50px;
        display: block;
    }
}

.info_traffic h2 {
    width: 190px;
    text-align: left;
    display: table-cell;
    vertical-align: top;
    font-family: "Demibold", serif;
    font-size: 2.6rem;
    color: #171352;
}

@media only screen and (max-width: 1000px) {
    .info_traffic h2 {
        width: 22%;
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 768px) {
    .info_traffic h2 {
        width: 100%;
        display: block;
        font-size: 1.6rem;
        border-bottom: 1px solid #114e78;
        padding-bottom: 3px;
    }
}

.info_traffic .info {
    width: calc(100% - 190px);
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #114e78;
    padding: 16px 28px;
    padding-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .info_traffic .info {
        width: 100%;
        border: 0;
        display: block;
        padding: 16px 0;
    }
}

.info_traffic p {
    line-height: 30px;
}

@media only screen and (max-width: 1000px) {
    .info_traffic p {
        line-height: 24px;
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 768px) {
    .info_traffic p {
        line-height: 22px;
        font-size: 1.3rem;
    }
}

.info_traffic .item_txt {
    margin-top: 36px;
}

@media only screen and (max-width: 768px) {
    .info_traffic .item_txt {
        margin-top: 15px;
    }
}

.info_traffic .item_txt:first-child {
    margin-top: 0;
}


/*=======================================================
CONTACT PAGE
=======================================================*/

.contact-page .banner_inner {
    background: url(../images/banner_contact_01.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}

.contact_box {
    width: 100%;
    padding-bottom: 190px;
}

@media only screen and (max-width: 768px) {
    .contact_box {
        padding-bottom: 60px;
    }
}

.info_contact {
    margin-top: 36px;
    text-align: center;
    background-color: #fafafc;
    padding: 55px;
    padding-top: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .info_contact {
        margin-top: 20px;
        padding: 10px;
        padding-bottom: 30px;
    }
}


/* .info_contact p { font-family: "Demibold", serif; margin-top: 35px; } */

.info_contact p {
    font-family: sans-serif;
    margin-top: 35px;
}

@media only screen and (max-width: 768px) {
    .info_contact p {
        margin-top: 25px;
    }
}


/* .info_contact span { font-size: 4rem; color: #bd994a; font-family: "Yumincho", serif; padding: 0 5px; position: relative; display: inline-block; } */

.info_contact span {
    font-size: 4rem;
    color: #bd994a;
    font-family: sans-serif;
    padding: 0 5px;
    position: relative;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .info_contact span {
        font-size: 3.6rem;
        display: block;
        line-height: 46px;
    }
}

.info_contact span img {
    margin-bottom: 10px;
}


/*=======================================================
TOURISM PAGE
=======================================================*/

.tourism-page .banner_inner {
    background: url(../images/banner_tourism_01.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}

.tourism-page .banner_txt {
    float: none;
}

@media only screen and (max-width: 1200px) {
    .tourism-page .banner_txt {
        left: 0;
    }
}

.list_tour {
    margin-top: 8px;
    width: 100%;
    padding-bottom: 27px;
}

@media only screen and (max-width: 768px) {
    .list_tour {
        margin-top: 5px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .list_tour .container_sub {
        display: block;
        min-width: 96%;
        width: 96%;
        margin: 0 auto;
    }
}

.item_tour {
    margin-top: 50px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 53px;
    height: auto;
    display: table;
}

@media only screen and (max-width: 1100px) {
    .item_tour {
        margin-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .item_tour {
        margin-top: 30px;
        padding-bottom: 30px;
        display: block;
    }
}

.item_tour .btn_link {
    left: 20px;
}

@media only screen and (max-width: 768px) {
    .item_tour .btn_link {
        left: 0;
        width: 100%;
        max-width: 500px;
        padding: 0;
        line-height: 35px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.img_tour {
    height: auto;
    width: 49.5%;
    display: table-cell;
    vertical-align: top;
}

@media only screen and (max-width: 768px) {
    .img_tour {
        width: 100%;
        display: block;
    }
}

.img_tour img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .img_tour img {
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }
}

.info_tour {
    height: auto;
    min-height: 200px;
    width: 49.5%;
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-bottom: 60px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .info_tour {
        width: 100%;
        display: block;
        padding: 0;
        margin-top: 10px;
        min-height: 100px;
    }
}

.title_tour {
    padding-bottom: 15px;
    line-height: 35px;
    text-align: left;
    color: #29527c;
    font-family: "Demibold", serif;
    font-size: 2.4rem;
    border-bottom: 1px dashed #29527c;
}

@media only screen and (max-width: 1100px) {
    .title_tour {
        padding-bottom: 8px;
        line-height: 26px;
        font-size: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    .title_tour {
        padding-bottom: 5px;
        line-height: 22px;
        font-size: 1.8rem;
    }
}

.txt_tour {
    margin-top: 15px;
    line-height: 28px;
}

@media only screen and (max-width: 1100px) {
    .txt_tour {
        margin-top: 10px;
        font-size: 1.4rem;
        line-height: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .txt_tour {
        margin-top: 8px;
        line-height: 22px;
    }
}

.txt_tour span {
    display: block;
    height: 25px;
}

@media only screen and (max-width: 1100px) {
    .txt_tour span {
        height: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .txt_tour span {
        height: 10px;
    }
}

.btn_link {
    min-height: 60px;
    text-align: center;
    display: table;
    width: calc(100% - 20px);
    background-color: #171352;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media only screen and (max-width: 1100px) {
    .btn_link {
        min-height: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .btn_link {
        min-height: 35px;
        width: 170px;
        position: relative;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        padding: 3px 7px;
    }
}

.btn_link a {
    display: table-cell;
    vertical-align: middle;
    font-size: 2rem;
}

@media only screen and (max-width: 1100px) {
    .btn_link a {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 768px) {
    .btn_link a {
        font-size: 1.3rem;
        display: inline-block;
    }
}


/*=======================================================
NEWS PAGE
=======================================================*/

.news-page .banner_inner {
    background: url('../images/banner_news_01.jpg') no-repeat;
    background-size: cover;
    background-position: top center;
}

.news-page .banner_txt {
    float: none;
}

@media only screen and (max-width: 1200px) {
    .news-page .banner_txt {
        left: 0;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    .news-page .banner_txt {
        padding: 0 1%;
    }
}

.news-page .info .container_sub {
    margin-top: 0;
    background: #fff;
    padding: 0 100px;
    margin-top: 25px;
}

@media only screen and (max-width: 768px) {
    .news-page .info .container_sub {
        width: 96%;
        min-width: 96%;
        margin: 0 auto;
        margin-top: 15px;
        padding: 0;
        display: block;
    }
}

.news-page .info_lst {
    padding: 0;
    width: 100%;
    height: auto;
    overflow-y: visible;
    margin-top: 40px;
}

.news-page .info_lst .item {
    padding: 12px 0;
    border-bottom: 1px dashed #94a8bd;
    margin: 0;
}

.news-page .info_lst .item_date {
    top: 10px;
}

@media only screen and (max-width: 768px) {
    .news-page .info_lst .item_date {
        top: 0;
        padding-left: 0;
    }
}

.news-page .info_lst .item_option {
    top: 10px;
}

@media only screen and (max-width: 768px) {
    .news-page .info_lst .item_option {
        top: 0;
    }
}

@media only screen and (max-width: 768px) and (max-width: 768px) {
    .news-page .item_txt {
        margin-top: 10px;
        line-height: 16px;
    }
}

.pagination {
    width: 100%;
    margin-top: 26px;
    padding-bottom: 80px;
    height: auto;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .pagination {
        margin-top: 20px;
        padding-bottom: 60px;
    }
}

.pagination ul {
    width: 100%;
}

.pagination li {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #171352;
    color: #171352;
    font-weight: 700;
    font-family: "Yu Gothic", sans-serif;
    margin-right: 14px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .pagination li {
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin-right: 10px;
        padding-bottom: 0;
    }
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination li:hover {
    color: #fff;
    background-color: #171352;
}

.pagination li.active {
    color: #fff;
    background-color: #171352;
}

.pagination a {
    display: block;
    opacity: 1;
}


/*=======================================================
DETAIL PAGE
=======================================================*/

.detail-page .banner_txt {
    float: none;
}

@media only screen and (max-width: 1200px) {
    .detail-page .banner_txt {
        left: 0;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 768px) {
    .detail-page .banner_txt {
        padding: 0 1%;
    }
}

.detail-page .pagination li {
    min-height: 40px;
    height: auto;
    width: auto;
    padding: 0 10px;
}

@media only screen and (max-width: 768px) {
    .detail-page .pagination li {
        font-size: 1.2rem;
        min-height: 30px;
        padding: 0 5px;
    }
}

@media only screen and (max-width: 768px) {
    .detail-page .main .container_sub {
        width: 96%;
        min-width: 96%;
        display: block;
        margin: 0 auto;
    }
}

.news_detail {
    margin-top: 40px;
    width: 100%;
    padding: 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
    .news_detail {
        margin-top: 30px;
        padding: 0;
    }
}

.news_title {
    padding-bottom: 14px;
    line-height: 30px;
    height: auto;
    min-height: 30px;
    width: 100%;
    padding-left: 17px;
    border-bottom: 1px dashed #94a8bd;
}

@media only screen and (max-width: 768px) {
    .news_title {
        padding: 0;
        min-height: 20px;
        line-height: 20px;
        padding-bottom: 7px;
    }
}

.news_title h2 {
    font-size: 1.8rem;
    color: #171352;
}

@media only screen and (max-width: 768px) {
    .news_title h2 {
        font-size: 1.6rem;
        line-height: 20px;
    }
}

.news_info {
    margin-top: 20px;
    position: relative;
    height: 26px;
    margin-left: 17px;
    width: calc(100% - 17px);
}

@media only screen and (max-width: 768px) {
    .news_info {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .news_info .item_date {
        top: 0;
        display: inline-block;
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .news_info .item_option {
        top: 0;
        display: inline-block;
    }
}

.news_img {
    margin-top: 28px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .news_img {
        margin-top: 20px;
    }
}

.news_img img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}

.news_txt {
    margin-top: 42px;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .news_txt {
        margin-top: 25px;
    }
}

.news_txt p {
    line-height: 28px;
}

@media only screen and (max-width: 768px) {
    .news_txt p {
        line-height: 22px;
    }
}
.mdrop{
    cursor: pointer;
}
.mdrop_content{
    position: absolute;
    display: block;
    left: 0;
    z-index: 999999999;
    background-color: #6e6b9e;
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mdrop_content.show{
    width: 300px;
    margin-left: -125px;
    height:  121px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.mdrop_content li{
    width: 100%;
    margin: 0;
    text-align: center;
    height:  40px;
    line-height: 40px;
    color: #fff !important;
    font-size: 1.3vw;
    font-family: sans-serif;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.mdrop_content li:first-child{
    border-top: 1px solid #ffffff;
}
@media only screen and (min-width: 1200px){
    .mdrop_content li{
        font-size: 1.4rem;
    }
}
.header_nav.menu_scroll .mdrop_content li{
    display: block;
}
.footer_menu li.spec{
    width: 100%;
    display: inline-block;
    background: #6e6b9e;
}
.footer_menu li.spec a{
    display: inline-block;
    width: 32%;
    text-align: center;
}
@media only screen and (max-width: 1000px){
    .footer_menu li.spec a{
        width: auto;
        margin-right: 2%;
    }
}
@media only screen and (max-width: 900px){
    .footer_menu li {
        float: left;
        height:  24px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 900px){
    .footer_menu li a{
        font-size: 1rem;
    }
}
@media only screen and (max-width: 768px){
    .footer_menu li{
        min-height: 22px;
        line-height: 22px;
        height:  22px;
    }
    .footer_menu li a{
        font-size: 1rem;
    }
    .footer_menu li.spec{
        height:  auto;
    }
    .footer_menu li.spec a{
        width: 32%;
        margin-right: 0;
    }
}
@media only screen and (max-width: 400px){
    .footer_menu li.spec a{
        width: auto;
        margin-right: 2%;
    }
}
.nav li hr{
    width: 90%;
    border: 0;
    height: 1px;
    background-color: #6e6b9e;
}