﻿@charset "utf-8";

#header #gnav_fixed .box_head,
.wrp_plan .con_plan,
.wrp_notice .con_poi,
.con_intr .box_intr,
.wrp_app .con_poi,
.wrp_app .box_rooms,
.wrp_app .con_app .box_app .box_det,
.wrp_news {
    max-width: 1200px;
    margin: auto
}

@media only screen and (max-width: 1199px) {

    #header #gnav_fixed .box_head,
    .wrp_plan .con_plan,
    .con_intr .box_intr,
    .wrp_app .con_poi,
    .wrp_app .con_app .box_app .box_det,
    .wrp_news {
        width: 91.66667%
    }
}

@media only screen and (min-width: 768px) {

    .wrp_news {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .con_news,
    .con_instagram {
        width: 48%;
    }

}

@media only screen and (min-width: 768px) {

    .con_news,
    .con_instagram {
        width: 48%;
    }

}

.wrp_app .box_link {
    margin: auto;
    max-width: 1560px
}

@media only screen and (min-width: 1200px) and (max-width: 1580px) {
    .wrp_app .box_link {
        padding: 0 50px
    }
}

@media only screen and (max-width: 1199px) {
    .wrp_app .box_link {
        width: 91.66667%
    }
}

/* .wrp_plan .con_plan .box_plan:after, */
.con_intr .box_intr:after,
.wrp_app .box_link:after {
    content: "";
    display: table;
    clear: both
}

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background: #000 url(../images/home/img_loader.jpg) no-repeat center;
    background-size: cover
}

#loader .catch_main {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    color: #fff;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#loader .catch_main .catch_main_jp {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    color: #313131;
    letter-spacing: .88em;
    font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 174%;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    text-align: left;
    display: inline-block;
    -moz-animation: animation-in 2s ease 1s 1 forwards;
    -webkit-animation: animation-in 2s ease 1s 1 forwards;
    animation: animation-in 2s ease 1s 1 forwards
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
}

#fade {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000
}

@-moz-keyframes animation-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes animation-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes animation-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes animation-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes animation-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes animation-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

#header {
    position: relative;
    overflow: hidden
}

#header .logo {
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 12.23958%;
    z-index: 100;
    position: relative;
    float: left;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    #header .logo {
        /* position: static; */
        float: left;
        width: 13%
    }
}

#header .logo a {
    text-align: center;
    display: block;
    padding: 22% 0;
    /* background: url(../images/common/bg03.jpg) repeat top left */
}

@media only screen and (max-width: 767px) {
    #header .logo {
        width: 20%;
    }
    #header .logo a {
        padding: 30% 0;
    }
}

@media only screen and (min-width: 1400px) {
    #header .logo a {
        padding: 30px 0;
    }
}

.mouse #header .logo a {
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

.mouse #header .logo a:hover,
.touch #header .logo a.touchstart {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7
}

.touch #header .logo a {
    -webkit-tap-highlight-color: transparent
}

.touch #header .logo a.touchend {
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    #header .logo a {
        padding: 40px 0;
    }
}

#header .logo a img {
    max-width: 90%
}

@media only screen and (min-width: 1200px) {
    #header .con_head {
        width: 100%;
        padding: 20px 2.08333% 10px 14.32292%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%
    }
}

@media print {
    #header .con_head {
        width: 100%;
        padding: 20px 2.08333% 10px 14.32292%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1465px) {
    #header .con_head {
        padding: 20px 1% 0px 13%
    }
}

@media only screen and (max-width: 1199px) {
    #header .con_head {
    /*    overflow: hidden;*/
        padding: 1% 1% 0%;
        width: 87%
    }
}

@media only screen and (max-width: 767px) {
    #header .con_head {
        margin: 0;
        padding: 2% 1%;
        float: right;
        width: 77%
    }
}

@media only screen and (min-width: 1200px) {
    #header .con_head .box_head {
/*        overflow: hidden;*/
        width: 100%
    }
}

@media print {
    #header .con_head .box_head {
/*        overflow: hidden;*/
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    #header .con_head .box_head .box_con {
        width: 100%
    }
}

#header .con_head .box_head .logo_h {
    display: none
}

#header h2 {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    text-align: left;
    display: inline-block;
    font-size: 160%;
    font-weight: normal;
    letter-spacing: 1em;
    white-space: nowrap;
    float: left;
    margin: 7.8125% auto 0 1.71875%
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;

}

@media only screen and (max-width: 1770px) {
    #header h2 {
        font-size: 134%
    }
}

@media only screen and (max-width: 1560px) {
    #header h2 {
        font-size: 120%;
        letter-spacing: .8em
    }
}

@media only screen and (max-width: 1350px) {
    #header h2 {
        letter-spacing: .7em;
        font-size: 107%
    }
}

@media only screen and (max-width: 1199px) {
    #header h2 {
        clear: both;
        margin-top: 1em;
        margin-left: 1%
    }
}

@media only screen and (max-width: 767px) {
    #header h2 {
        font-size: 94%;
        letter-spacing: .5em;
        width: 6%;
        margin-left: 2%;
        margin-top: 9em
    }
}

@media only screen and (min-width: 680px) and (max-width: 767px) {
    #header h2 {
        margin-top: 12em
    }
}

@media only screen and (max-width: 450px) {
    #header h2 {
        margin-top: 4em
    }
}

@media only screen and (min-width: 1200px) {

    .ie #header h2,
    .edge #header h2 {
        line-height: 3
    }
}

@media print {

    .ie #header h2,
    .edge #header h2 {
        line-height: 3
    }
}

@media only screen and (min-width: 1200px) {

    .ie #header h2,
    .edge #header h2 {
        margin: 14.58333% auto 0 1.71875%
    }
}

#header #gnav_fixed {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 0;
    position: fixed;
    left: 0;
    top: -70px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99;
    max-width: 100% !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: top .4s, opacity .4s;
    -o-transition: top .4s, opacity .4s;
    -webkit-transition: top .4s, opacity .4s;
    transition: top .4s, opacity .4s
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    #header #gnav_fixed {
        width: 100% !important;
        padding: 10px 0 !important
    }
}

@media only screen and (max-width: 767px) {
    #header #gnav_fixed {
        display: none
    }
}

#header #gnav_fixed .box_head .logo_h {
    max-width: 109px;
    display: block !important
}

#header #gnav_fixed .box_head .logo_h a {
    display: block
}

#header #gnav_fixed .box_head .box_con {
    display: none
}

#header #gnav_fixed .box_head nav {
    clear: none
}

#header #gnav_fixed .box_head nav #gnav .eng {
    display: none
}

.fix #header #gnav_fixed {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    top: 0
}

.slick-dotted,
.slick-slider {
    margin-bottom: 0 !important
}

.header_bn {
    width: 350px;
    position: absolute;
    bottom: 1em;
    right: 1em
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .header_bn {
        bottom: 2em;
        max-width: 300px
    }
}

@media only screen and (max-width: 767px) {
    .header_bn {
        overflow: hidden;
        position: static;
        width: 95%;
        padding-top: 2em;
        margin: auto
    }

    .header_bn img {
        width: 100%;
        -webkit-backface-visibility: hidden
    }
}

.header_bn a {
    display: block
}

.wrp_serch .catch span:before {
    content: '※';
    color: #e82626
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_serch .con_search .box_search {
        padding: 2% 1.5%
    }
}

@media only screen and (min-width: 999px) and (max-width: 1200px) {
    .wrp_serch .con_search .box_search .box_links ul {
        padding-top: 1em
    }
}

.fix .wrp_serch .con_search .box_search .box_links ul {
    padding-top: .3em
}


#contents .wrp_bnr {
    max-width: 1200px;
    width: 100%;
    margin: 48px auto 0;
}

.wrp_bnr .inr_bnr  {
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.wrp_bnr .inr_bnr:nth-child(n+2) {
    margin-top: 24px;
}
.wrp_bnr .inr_bnr li a {
    display: block;
}
.wrp_bnr .inr_bnr li a img {
    width: 100%;
}

@media only screen and (min-width: 768px) {

    .wrp_bnr .inr_bnr.col-2 li {
        width: 49%;
        max-width: 580px;
    }

    .wrp_bnr .inr_bnr.col-3 li {
        width: 32%;
    }

    .wrp_bnr .inr_bnr.col-4 li {
        width: 24%;
    }

    .wrp_bnr .inr_bnr li a + a {
        margin-top: 5%;
    }

    .wrp_bnr .inr_bnr .bn_pc {
        display: block;
    }

    .wrp_bnr .inr_bnr .bn_sp {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    .wrp_bnr .inr_bnr li {
        width: 96%;
        margin: 0 auto;
    }

    .wrp_bnr .inr_bnr.col-4 li {
        width: 46%;
    }

    .wrp_bnr .inr_bnr.col-2 li:nth-child(n+2) {
        margin-top: 16px;
    }

    .wrp_bnr .inr_bnr.col-4 li {
        margin-bottom: 16px;
    }

    .wrp_bnr .inr_bnr li a + a {
        margin-top: 20px;
    }

    .wrp_bnr .inr_bnr .bn_pc {
        display: none;
    }

    .wrp_bnr .inr_bnr .bn_sp {
        display: block;
    }

    .wrp_bnr .inr_bnr:nth-child(n+2)  {
        margin-top: 20px;
    }
}




.wrp_notice .btn {
    width: 300px;
    clear: left;
    margin: 32px auto 0;
}

.wrp_notice .btn a {
    display: block;
    text-decoration: none;
    color: #000;
    background: #ceb132;
    padding: 1em 0;
    line-height: 1;
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ceb132;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

@media only screen and (max-width: 767px) {
    .wrp_notice .btn a {
        padding: 1.3em 0
    }
}

.wrp_notice .btn a:after {
    content: '→';
    text-align: center;
    color: #000;
    width: 1.8em;
    line-height: 1.8;
    border: 1px solid #000;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    border-radius: 1.8em;
    font-size: 80%;
    position: absolute;
    top: 50%;
    right: 4%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: background .3s, border-color .3s, color .3s;
    -o-transition: background .3s, border-color .3s, color .3s;
    -webkit-transition: background .3s, border-color .3s, color .3s;
    transition: background .3s, border-color .3s, color .3s
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_notice .btn a:after {
        width: 2em;
        line-height: 2
    }
}

@media only screen and (max-width: 767px) {
    .wrp_notice .btn a:after {
        font-size: 67%
    }
}

.wrp_notice .btn a:hover {
    color: #ceb132;
    background: none
}

.wrp_notice .btn a:hover:after {
    border-color: #ceb132;
    background: none;
    color: #ceb132
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_notice .btn {
        width: 300px
    }
}

@media only screen and (max-width: 767px) {
    .wrp_notice .btn {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_notice .btn {
        margin-top: 1.5em
    }
}




.wrp_plan {
    background: url(../images/common/bg01.jpg) repeat left top;
    position: relative;
    padding: 50px 0;
    margin-top: 50px
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_plan {
        margin-top: 6%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_plan {
        margin-top: 3em
    }
}

@media only screen and (max-width: 767px) {
    .wrp_plan {
        padding: 0;
        background: none
    }
}

.wrp_plan:before {
    content: '';
    width: 507px;
    height: 578px;
    background: url(../images/home/bg_plan01.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 130px;
    margin-left: -970px
}

@media only screen and (max-width: 767px) {
    .wrp_plan:before {
        width: 50%;
        margin-left: 0;
        background-size: contain;
        top: -2%;
        left: 0
    }
}

/* .wrp_plan:after {
    content: '';
    width: 592px;
    height: 583px;
    background: url(../images/home/bg_plan02.png) no-repeat;
    position: absolute;
    right: 3%;
    top: 130px;
    margin-left: -970px
} */

.wrp_plan .con_plan {
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 1200px) {
    .wrp_plan .con_plan .tmp_st1 {
        margin-bottom: 15px !important
    }
}

@media print {
    .wrp_plan .con_plan .tmp_st1 {
        margin-bottom: 15px !important
    }
}

.wrp_plan .con_plan .box_plan {
    margin-top: 35px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

@media only screen and (max-width: 767px) {
    .wrp_plan .con_plan .box_plan {
        margin-top: 5%
    }
}

/* .wrp_plan .con_plan .box_plan li {
    width: 30.75%;
    background: #000
} */

.wrp_plan .con_plan .box_plan li {
    background: #000;
    margin-bottom: 32px;
}


@media only screen and (min-width: 768px) {
    .wrp_plan .con_plan .box_plan li {
        width: 32%;
    }
}

.wrp_plan .con_plan .box_plan li:nth-child(n+2) {margin-left: 3%;}

/* .wrp_plan .con_plan .box_plan li:last-child {
    margin-right: 0;
    margin-bottom: 0;
} */

@media only screen and (max-width: 767px) {
    .wrp_plan .con_plan .box_plan li {
        width: 100%;
        float: none;
        padding: 4%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 4%;
    }
}

.wrp_plan .con_plan .box_plan li a {
    text-decoration: none;
    display: block;
    position: relative
}

.wrp_plan .con_plan .box_plan li a .photo {
    position: relative
}

@media only screen and (min-width: 768px) {
    .wrp_plan .con_plan .box_plan li a .photo:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transition: opacity .3s;
        -o-transition: opacity .3s;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        z-index: 1
    }

    .wrp_plan .con_plan .box_plan li a .photo:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 5px solid rgba(255, 255, 255, 0.4);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transition: opacity .3s;
        -o-transition: opacity .3s;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 1
    }
    .wrp_plan .con_plan .box_plan li a .photo p {
        height: 210px;
    }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    .wrp_plan .con_plan .box_plan li a .photo p:after {
        font-size: 87%
    }
}

.wrp_plan .con_plan .box_plan li a .box_txt {
    padding: 18px 18px 30px
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_plan .con_plan .box_plan li a .box_txt {
        padding: 10px 10px 20px
    }
}

@media only screen and (max-width: 767px) {
    .wrp_plan .con_plan .box_plan li a .box_txt {
        padding: 0;
        width: 100%
    }
}

.wrp_plan .con_plan .box_plan li a .box_txt h4 {
    font-size: 120%;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.6;
    margin-bottom: .4em
}

.wrp_plan .con_plan .box_plan li a .box_txt .txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.6
}

.firefox .wrp_plan .con_plan .box_plan li a .box_txt .txt,
.ie .wrp_plan .con_plan .box_plan li a .box_txt .txt {
    max-height: 3.2em
}

.wrp_plan .con_plan .box_plan li a .box_txt .pri {
    text-align: center;
    border-top: 3px double #ceb132;
    margin-top: .8em;
    padding-top: .8em
}

@media only screen and (max-width: 767px) {
    .wrp_plan .con_plan .box_plan li a .box_txt .pri {
        margin-top: 2.5em
    }
}

.wrp_plan .con_plan .box_plan li a .box_txt .pri span {
    color: #ceb132;
    font-size: 160%;
    display: inline-block;
    margin: 0 .2em 0 .5em;
    line-height: 1
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_plan .con_plan .box_plan li a .box_txt .pri span {
        font-size: 134%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_plan .con_plan .box_plan li a .box_txt .pri span {
        font-size: 120%
    }
}

.wrp_plan .con_plan .box_plan li a:hover .photo:before,
.wrp_plan .con_plan .box_plan li a:hover .photo:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.wrp_plan .con_plan .box_plan li a:hover .photo p:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.wrp_plan .con_plan .box_plan li:hover {
    -moz-box-shadow: 0px 0px 15px 3px rgba(40, 40, 40, 0.15);
    -webkit-box-shadow: 0px 0px 15px 3px rgba(40, 40, 40, 0.15);
    box-shadow: 0px 0px 15px 3px rgba(40, 40, 40, 0.15)
}

.wrp_plan .con_plan .box_type {
    margin-top: 40px
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_plan .con_plan .box_type {
        margin-top: 4%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_plan .con_plan .box_type {
        margin-top: 5%
    }
}

@media only screen and (max-width: 767px) {

    #contents .wrp_plan .con_plan .box_type .tmp_st2:before,
    #contents .wrp_plan .con_plan .box_type .tmp_st2:after {
        content: none
    }
}

.wrp_plan .con_plan .box_type ul {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.wrp_plan .con_plan .box_type ul li {
    border-top: 2px solid #946565;
    background: url(../images/common/bg_sty.jpg) repeat;
    margin-right: 1.66667%;
    width: 18.66667%
}

.wrp_plan .con_plan .box_type ul li:last-child {
    margin-right: 0
}

@media only screen and (max-width: 767px) {
    .wrp_plan .con_plan .box_type ul li {
        width: 47%;
        margin: 0 6% 5% 0
    }

    .wrp_plan .con_plan .box_type ul li:nth-child(2n) {
        margin-right: 0
    }
}

.wrp_plan .con_plan .box_type ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 15px 0;
    position: relative
}

@media only screen and (max-width: 1199px) {
    .wrp_plan .con_plan .box_type ul li a .pho {
        width: 80%;
        margin: 0 auto
    }
}

@media only screen and (max-width: 767px) {
    .wrp_plan .con_plan .box_type ul li a .pho {
        width: 52%
    }
}

.wrp_plan .con_plan .box_type ul li a .st {
    font-size: 120%;
    padding: 20px 0
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_plan .con_plan .box_type ul li a .st {
        font-size: 100%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_plan .con_plan .box_type ul li a .st {
        font-size: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_plan .con_plan .box_type ul li a .st {
        padding: 23.5px 0
    }
}

@media only screen and (max-width: 767px) {
    .wrp_plan .con_plan .box_type ul li a .st {
        padding: 0.8em 0
    }
}

.wrp_plan .con_plan .box_type ul li a:after {
    content: '→';
    color: #fff;
    background: #ceb132;
    position: absolute;
    right: 0;
    bottom: -2px;
    font-size: 94%;
    padding: 0 .3em
}

.wrp_plan .con_plan .box_type ul li:last-child .st,
.wrp_plan .con_plan .box_type ul li:first-child .st {
    font-size: 107%;
    padding: 10px 0 3px
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .wrp_plan .con_plan .box_type ul li:last-child .st,
    .wrp_plan .con_plan .box_type ul li:first-child .st {
        font-size: 87%
    }
}

@media only screen and (max-width: 767px) {

    .wrp_plan .con_plan .box_type ul li:last-child .st,
    .wrp_plan .con_plan .box_type ul li:first-child .st {
        font-size: 94%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .wrp_plan .con_plan .box_type ul li:last-child .st,
    .wrp_plan .con_plan .box_type ul li:first-child .st {
        padding: 8px 0 0
    }
}

@media only screen and (max-width: 767px) {

    .wrp_plan .con_plan .box_type ul li:last-child .st,
    .wrp_plan .con_plan .box_type ul li:first-child .st {
        padding: 0.4em 0 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .wrp_plan .con_plan .box_type ul li:last-child .st,
    .wrp_plan .con_plan .box_type ul li:first-child .st {
        letter-spacing: 0
    }
}

@media only screen and (min-width: 1200px) {
    .wrp_plan .con_plan .box_type ul li:nth-child(2) .st {
        padding: 7px 0
    }
}

@media print {
    .wrp_plan .con_plan .box_type ul li:nth-child(2) .st {
        padding: 7px 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_plan .con_plan .box_type ul li:nth-child(2) .st {
        padding: 12px 0
    }
}

@media only screen and (max-width: 767px) {
    .wrp_plan .con_plan .box_type ul li:nth-child(2) .st {
        padding: .7em 0
    }
}

@media only screen and (max-width: 767px) {
    .wrp_plan .con_plan .box_type ul li:first-child .st {
        padding: .35em 0 0
    }
}

.wrp_plan .con_plan .btn {
    width: 350px;
    margin: 50px auto 0
}

.wrp_plan .con_plan .btn a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #ceb132;
    padding: 1em 0;
    line-height: 1;
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ceb132;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

@media only screen and (max-width: 767px) {
    .wrp_plan .con_plan .btn a {
        padding: 1.3em 0
    }
}

.wrp_plan .con_plan .btn a:after {
    content: '→';
    text-align: center;
    color: #ceb132;
    width: 1.8em;
    line-height: 1.8;
    border: 1px solid #ceb132;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    border-radius: 1.8em;
    font-size: 80%;
    position: absolute;
    top: 50%;
    right: 4%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: background .3s, border-color .3s, color .3s;
    -o-transition: background .3s, border-color .3s, color .3s;
    -webkit-transition: background .3s, border-color .3s, color .3s;
    transition: background .3s, border-color .3s, color .3s
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_plan .con_plan .btn a:after {
        width: 2em;
        line-height: 2
    }
}

@media only screen and (max-width: 767px) {
    .wrp_plan .con_plan .btn a:after {
        font-size: 67%
    }
}

.wrp_plan .con_plan .btn a:hover {
    color: #ceb132;
    background: none
}

.wrp_plan .con_plan .btn a:hover:after {
    border-color: #ceb132;
    background: none;
    color: #ceb132
}

@media only screen and (max-width: 767px) {
    .wrp_plan .con_plan .btn {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_plan .con_plan .btn {
        margin-top: 1.5em
    }
}

.wrp_plan .con_plan .btn a {
    padding: 1.3em 0
}

.wrp_plan .con_plan .btn a:after {
    font-size: 107%
}

.con_intr {
    background: url(../images/home/bg_int.jpg) no-repeat left top;
    padding-bottom: 130px
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr {
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 767px) {
    .con_intr {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 767px) {
    .con_intr {
        background-size: 160%
    }
}

.con_intr .box_intr {
    padding-top: 40px
}

@media only screen and (max-width: 767px) {
    .con_intr .box_intr {
        padding-top: 15%
    }
}

/* .con_intr .box_intr .box_tit {
    text-align: right;
    float: right
} */

@media only screen and (min-width: 1200px) {
    .firefox .con_intr .box_intr .box_tit {
        width: 208px
    }
}

@media print {
    .firefox .con_intr .box_intr .box_tit {
        width: 208px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .firefox .con_intr .box_intr .box_tit {
        width: 160px
    }
}

@media only screen and (max-width: 767px) {
    .con_intr .box_intr .box_tit {
        float: none;
        text-align: left
    }
}

.con_intr .box_intr .box_tit .en {
    display: flex; align-items: center;
    color: #9a98a2;
    font-family: 'Lusitana', "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 94%
}

/* @media only screen and (min-width: 768px) {
    .con_intr .box_intr .box_tit .en {
        writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        float: right;
        margin-left: 25px;
        -webkit-font-feature-settings: normal;
        font-feature-settings: normal;
    }
} */

@media only screen and (min-width: 768px) {
    .firefox .con_intr .box_intr .box_tit .en {
        margin-left: 15px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_intr .box_tit .en {
        margin-left: 10px
    }
}

.con_intr .box_intr .box_tit .en:before {
    content: '';
    width: 22px;
    height: 21px;
    background: url(../images/common/ic_title.png) no-repeat;
    display: inline-block;
    background-size: contain;
    margin-right: .5em
}

@media only screen and (max-width: 767px) {
    .con_intr .box_intr .box_tit .en:before {
        margin: 0 .5em 0 0;
        width: 1.3em;
        height: 1.3em;
        vertical-align: top
    }
}

.con_intr .box_intr .box_tit h4 {
    font-weight: normal;
    font-size: 134%;
    line-height: 2.3
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_intr .box_tit h4 {
        font-size: 107%
    }
}

@media only screen and (max-width: 767px) {
    .con_intr .box_intr .box_tit h4 {
        font-size: 100%
    }
}

/* @media only screen and (min-width: 768px) {
    .con_intr .box_intr .box_tit h4 {
        writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -webkit-text-orientation: upright;
        -moz-text-orientation: upright;
        -ms-text-orientation: upright;
        text-orientation: upright;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
        display: inline-block;
        text-align: center;
        margin-left: 65px;
        -webkit-font-feature-settings: normal;
        font-feature-settings: normal;
    }
} */

@media only screen and (min-width: 768px) {
    .firefox .con_intr .box_intr .box_tit h4 {
        margin-left: 40px !important
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_intr .box_tit h4 {
        line-height: 1.8;
        margin-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .con_intr .box_intr .box_tit h4 {
        line-height: 1.8
    }
}

.con_intr .box_intr .box_tit h4 span {
    font-size: 180%;
    letter-spacing: .24em
}

.con_intr .box_intr .box_tit h4 span em {
    color: #ceb132;
    display: inline-block;
    margin: .2em 0
}

@media only screen and (max-width: 767px) {
    .con_intr .box_intr .box_tit h4 span em {
        margin: 0
    }
}

.firefox .con_intr .box_intr .box_tit h4 span em.ka {
    display: none
}

.con_intr .box_intr .txt {
    font-size: 107%;
    line-height: 2.6
}

/* @media only screen and (min-width: 768px) {
    .con_intr .box_intr .txt {
        writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -webkit-text-orientation: upright;
        -moz-text-orientation: upright;
        -ms-text-orientation: upright;
        text-orientation: upright;
        text-align: left;
        display: inline-block;
        float: right;
        padding-top: 50px;
        -webkit-font-feature-settings: normal;
        font-feature-settings: normal;
    }
} */

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_intr .txt {
        line-height: 2.3
    }
}

@media only screen and (max-width: 767px) {
    .con_intr .box_intr .txt {
        line-height: 2;
        margin-top: 1em;
        font-size: 94%
    }
}

.con_intr .box_intr .pho {
    padding-top: 50px
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_intr .pho {
        width: 33%
    }
}

.wrp_app {
    position: relative;
    top: -80px
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app {
        top: -50px
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app {
        top: 0
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app {
        margin-top: 3em
    }
}

.wrp_app .con_poi {
    background: url(../images/common/bg_sty.jpg) repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
    -moz-box-shadow: 0 0 15px rgba(170, 170, 170, 0.4);
    -webkit-box-shadow: 0 0 15px rgba(170, 170, 170, 0.4);
    box-shadow: 0 0 15px rgba(170, 170, 170, 0.4)
}


.wrp_app .con_poi .btn {
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
    margin: 40px auto 0;
}

.wrp_app .con_poi .btn a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #000;
    background: #ceb132;
    padding: 1em 0;
    line-height: 1;
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ceb132;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

@media only screen and (min-width: 768px) {

    .wrp_app .con_poi .btn a {
        max-width: 32%;
    }

    .wrp_app .con_poi .btn a:nth-of-type(n+2) {
        margin-left: 2%;
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_poi .btn a {
        padding: 1em 0
    }

    .wrp_app .con_poi .btn a:nth-of-type(n+2) {
        margin-top: 1em;
    }

}

.wrp_app .con_poi .btn a:after {
    content: '→';
    text-align: center;
    color: #000;
    width: 1.8em;
    line-height: 1.8;
    border: 1px solid #000;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    border-radius: 1.8em;
    font-size: 80%;
    position: absolute;
    top: 50%;
    right: 4%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: background .3s, border-color .3s, color .3s;
    -o-transition: background .3s, border-color .3s, color .3s;
    -webkit-transition: background .3s, border-color .3s, color .3s;
    transition: background .3s, border-color .3s, color .3s
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .con_poi .btn a:after {
        width: 2em;
        line-height: 2
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_poi .btn a:after {
        font-size: 67%
    }
}

.wrp_app .con_poi .btn a:hover {
    color: #ceb132;
    background: none
}

.wrp_app .con_poi .btn a:hover:after {
    border-color: #ceb132;
    background: none;
    color: #ceb132
}

/* @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .con_poi .btn {
        width: 215px
    }
} */

@media only screen and (max-width: 767px) {
    .wrp_app .con_poi .btn {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_poi .btn {
        margin-top: 1.5em
    }
}



.wrp_notice {
    margin: 50px auto 80px;
}

.wrp_notice .con_poi {
    background:
    url(../images/common/bg_lead.png) no-repeat,
    url(../images/common/bg_sty.jpg) repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 50px;
    background-position: bottom right,
    left,
    right;
    -moz-box-shadow: 0 0 15px rgba(170, 170, 170, 0.4);
    -webkit-box-shadow: 0 0 15px rgba(170, 170, 170, 0.4);
    box-shadow: 0 0 15px rgba(170, 170, 170, 0.4);
}

.wrp_notice .con_poi .lead {
    display: inline-block;
    text-align: center;
    font-weight: normal;
    letter-spacing: .24em;
    font-size: 130%;
    color: #fff;
    margin: 0 auto 25px;
    line-height: 1;
    background: #ceb132;
    padding: 0.6em 1em;
    box-shadow:4px 4px 0px 0px #e6e6e6;
}

.wrp_notice .con_poi .tmp_st2 {
    font-weight: normal;
    text-align: center;
    letter-spacing: .24em;
    font-size: 230%;
    margin-bottom: 20px;
    line-height: 1;
}

.wrp_notice .con_poi .sub_title {
    font-size: 120%;
}

.wrp_notice .con_poi .h3_notice {
  font-size: 110%;
	color: #ceb132;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ceb132;
}

.wrp_notice .con_poi .box_notice {
    margin-top: 40px;
    text-align: center;
}

.wrp_notice .con_poi .box_notice .txt {
    text-align: left;
    line-height: 2.6;
    font-size: 104%;
    margin: 0 32px 0 1em;
}

.wrp_notice .con_poi .box_notice img {
    max-width: 500px;
}

@media only screen and (max-width: 767px) {

    .wrp_notice {
        margin: 50px auto 20px;
    }

    .wrp_notice .con_poi {
        background:
            url(../images/common/bg_lead.png) no-repeat,
            url(../images/common/bg_sty.jpg) repeat;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        padding: 8%;
        background-position: bottom right,
            left,
            right;
        -moz-box-shadow: 0 0 15px rgba(170, 170, 170, 0.4);
        -webkit-box-shadow: 0 0 15px rgba(170, 170, 170, 0.4);
        box-shadow: 0 0 15px rgba(170, 170, 170, 0.4);
    }

    .wrp_notice .con_poi .lead {
        display: inline-block;
        text-align: center;
        font-weight: normal;
        letter-spacing: .24em;
        font-size: 100%;
        color: #fff;
        margin: 0 auto 10px;
        line-height: 1.4;
        background: #ceb132;
        padding: 0.6em 1em;
        box-shadow: 4px 4px 0px 0px #e6e6e6;
    }

    .wrp_notice .con_poi .tmp_st2 {
        font-weight: normal;
        text-align: center;
        letter-spacing: .24em;
        font-size: 230%;
        margin: 20px auto 20px;
        max-width: 80%;
        line-height: 1;
    }

    .wrp_notice .con_poi .sub_title {
        font-size: 110%;
    }

    .wrp_notice .con_poi .box_notice .txt {
        margin: 0;
        line-height: 2;
        font-size: 90%;
    }

    .wrp_notice .con_poi .box_notice img {
        margin-top: 32px;
        width: 100%;
    }

    .wrp_notice .con_poi p {
        font-size: 94%;
        text-align: left;
      }

}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .con_poi {
        padding: 3% 2%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_poi {
        padding: 7% 5%
    }
}

.wrp_app .con_poi h3 em {
    font-size: 139%;
    line-height: 1
}

.wrp_app .con_poi ul {
    overflow: hidden
}

.wrp_app .con_poi ul li {
    float: left;
    width: 30.90909%;
    margin-right: 3.63636%
}

.wrp_app .con_poi ul li:last-child {
    margin-right: 0
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .con_poi ul li {
        width: 32%;
        margin-right: 2%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_poi ul li {
        width: 100%;
        float: none;
        margin: 0 0 7%;
        overflow: hidden
    }

    .wrp_app .con_poi ul li:last-child {
        margin-bottom: 0
    }
}

.wrp_app .con_poi ul li .pho {
    margin-bottom: 1em
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_poi ul li .pho {
        width: 40%;
        float: left;
        margin: 0 .8em 0 0;
        overflow: hidden
    }

    .wrp_app .con_poi ul li .pho img {
        position: relative;
        width: 110%;
        max-width: none;
        margin-left: -5%
    }
}

.wrp_app .con_poi ul li .st {
    color: #000;
    display: inline-block;
    background: #ceb132;
    padding: .2em .6em;
    margin-right: .5em;
    vertical-align: middle;
    font-size: 100%
}

@media only screen and (min-width: 768px) {
    .wrp_app .con_poi ul li .st {
        margin: 1em 0.5em 1em 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .con_poi ul li .st {
        font-size: 87%;
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_poi ul li .st {
        font-size: 74%
    }
}

.wrp_app .con_poi ul li .st span {
    font-style: italic
}

.wrp_app .con_poi ul li h4 {
    font-weight: normal;
    font-size: 134%;
    vertical-align: middle
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .con_poi ul li h4 {
        font-size: 114%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_poi ul li h4 {
        font-size: 106%;
        margin-top: 0.4em;
    }
}

@media only screen and (min-width: 768px) {
    .wrp_app .con_poi ul li h4 {
        display: inline-block;
        width: 76%;
    }
}

.wrp_app .con_poi ul li h4 span {
    color: #ceb132
}

/* @media only screen and (max-width: 767px) {
    .wrp_app .con_poi ul li h4 span {
        display: block
    }
} */

.wrp_app .con_poi ul li .txt {
    margin-top: 15px;
    clear: both
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_poi ul li .txt {
        padding-top: .5em;
        margin-top: 0
    }
}

.wrp_app .con_app {
    margin-top: 80px
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app {
        margin-top: 4em
    }
}

.wrp_app .con_app .box_app {
    position: relative;
    padding-bottom: 85px
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app {
        padding-bottom: 15%
    }
}

.wrp_app .con_app .box_app .tit {
    width: 140px;
    height: 200px;
    text-align: center;
    position: absolute;
    overflow: hidden;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/home/tit_app.jpg) no-repeat;
    z-index: 2;
    background-size: cover;
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15)
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .con_app .box_app .tit {
        width: 95px;
        height: 140px
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .tit {
        width: 4em;
        height: 6.8em
    }
}

.wrp_app .con_app .box_app .tit:before,
.wrp_app .con_app .box_app .tit:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background: #afafaf
}

.wrp_app .con_app .box_app .tit:before {
    top: 10px
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .tit:before {
        top: 5px
    }
}

.wrp_app .con_app .box_app .tit:after {
    bottom: 10px
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .tit:after {
        bottom: 5px
    }
}

.wrp_app .con_app .box_app .tit p {
    color: #fff;
    padding: 3.2em 2.4em;
    white-space: nowrap;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    text-align: left;
    display: inline-block;
    display: block;
    position: relative;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;

}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .con_app .box_app .tit p {
        padding: 2em 1.5em
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .tit p {
        padding: 1.2em .6em
    }
}

.wrp_app .con_app .box_app .tit p:before,
.wrp_app .con_app .box_app .tit p:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #afafaf
}

.wrp_app .con_app .box_app .tit p:before {
    left: 10px
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .tit p:before {
        left: 5px
    }
}

.wrp_app .con_app .box_app .tit p:after {
    right: 10px
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .tit p:after {
        right: 5px
    }
}

.wrp_app .con_app .box_app .tit p span {
    font-size: 280%;
    display: inline-block
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .con_app .box_app .tit p span {
        font-size: 214%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .tit p span {
        font-size: 174%
    }
}

.wrp_app .con_app .box_app .tit p span:first-child {
    margin-bottom: .4em
}

.wrp_app .con_app .box_app .box_pho {
    overflow: hidden;
    padding-top: 50px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .box_pho {
        padding-top: 8%
    }
}

.wrp_app .con_app .box_app .box_pho li {
    width: 33.33333%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .con_app .box_app .box_pho li {
        overflow: hidden
    }

    .wrp_app .con_app .box_app .box_pho li img {
        position: relative;
        width: 130%;
        max-width: none;
        margin-left: -15%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .box_pho li {
        width: 50%;
        overflow: hidden;
        height: 0;
        position: relative;
        padding-top: 30%
    }

    .wrp_app .con_app .box_app .box_pho li.center {
        width: 100%;
        order: 1
    }

    .wrp_app .con_app .box_app .box_pho li.center img {
        width: 100%
    }

    .wrp_app .con_app .box_app .box_pho li.left {
        order: 2
    }

    .wrp_app .con_app .box_app .box_pho li.right {
        order: 3
    }

    .wrp_app .con_app .box_app .box_pho li img {
        position: absolute;
        left: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.wrp_app .con_app .box_app .box_det {
    overflow: hidden;
    margin-top: 45px
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .box_det {
        margin-top: 1.5em
    }
}

.wrp_app .con_app .box_app .box_det h4 {
    font-weight: normal;
    letter-spacing: .4em;
    font-size: 174%;
    float: left;
    margin-bottom: 25px
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .con_app .box_app .box_det h4 {
        font-size: 154%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .box_det h4 {
        font-size: 134%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .box_det h4 {
        margin-bottom: 4%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .box_det h4 {
        float: none
    }
}

.wrp_app .con_app .box_app .box_det .txt {
    float: right;
    max-width: 790px;
    line-height: 2.8;
    letter-spacing: .08em
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .con_app .box_app .box_det .txt {
        max-width: 66%;
        line-height: 1.8
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .box_det .txt {
        float: none;
        max-width: none;
        line-height: 1.8
    }
}

.wrp_app .con_app .box_app .box_det .btn {
    width: 300px;
    clear: left
}

.wrp_app .con_app .box_app .box_det .btn a {
    display: block;
    text-decoration: none;
    color: #000;
    background: #ceb132;
    padding: 1em 0;
    line-height: 1;
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ceb132;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .box_det .btn a {
        padding: 1.3em 0
    }
}

.wrp_app .con_app .box_app .box_det .btn a:after {
    content: '→';
    text-align: center;
    color: #000;
    width: 1.8em;
    line-height: 1.8;
    border: 1px solid #000;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    border-radius: 1.8em;
    font-size: 80%;
    position: absolute;
    top: 50%;
    right: 4%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: background .3s, border-color .3s, color .3s;
    -o-transition: background .3s, border-color .3s, color .3s;
    -webkit-transition: background .3s, border-color .3s, color .3s;
    transition: background .3s, border-color .3s, color .3s
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .con_app .box_app .box_det .btn a:after {
        width: 2em;
        line-height: 2
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .box_det .btn a:after {
        font-size: 67%
    }
}

.wrp_app .con_app .box_app .box_det .btn a:hover {
    color: #ceb132;
    background: none
}

.wrp_app .con_app .box_app .box_det .btn a:hover:after {
    border-color: #ceb132;
    background: none;
    color: #ceb132
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .con_app .box_app .box_det .btn {
        width: 215px
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .box_det .btn {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app .box_det .btn {
        margin-top: 1.5em
    }
}

.wrp_app .con_app .box_app.rooms:before,
.wrp_app .con_app .box_app.cui:before {
    content: '';
    width: 327px;
    height: 369px;
    background: url(../images/home/bg_app.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: -1
}

@media only screen and (max-width: 767px) {

    .wrp_app .con_app .box_app.rooms:before,
    .wrp_app .con_app .box_app.cui:before {
        width: 12em;
        height: 13em;
        bottom: 23em;
        background-size: contain
    }
}

.wrp_app .con_app .box_app.hot:before {
    content: '';
    width: 327px;
    height: 369px;
    background: url(../images/home/bg_app.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: -1;
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_app .box_app.hot:before {
        width: 12em;
        height: 13em;
        bottom: 23em;
        background-size: contain
    }
}

.wrp_app .box_link li {
    width: 31.60256%;
    float: left;
    margin-left: 2.5641%;
    position: relative
}

.wrp_app .box_link li:first-child {
    margin-left: 0
}

@media only screen and (max-width: 767px) {
    .wrp_app .box_link li {
        width: 100%;
        float: none;
        margin: 0 0 9%
    }
}

.wrp_app .box_link li a {
    display: block;
    text-decoration: none
}

.wrp_app .box_link li a:after {
    z-index: 9;
    content: '→';
    color: #ceb132;
    width: 2.4em;
    line-height: 2.4;
    border: 2px solid #ceb132;
    background: #1D1D1D;
    -moz-border-radius: 2.4em;
    -webkit-border-radius: 2.4em;
    border-radius: 2.4em;
    font-size: 147%;
    position: absolute;
    bottom: -1.2em;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .box_link li a:after {
        width: 2em;
        line-height: 2
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .box_link li a:after {
        font-size: 100%
    }
}

.wrp_app .box_link li a .pho {
    overflow: hidden
}

.wrp_app .box_link li a .pho img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s
}

@media only screen and (max-width: 767px) {
    .wrp_app .box_link li a .pho {
        height: 0;
        position: relative;
        padding-top: 35%
    }

    .wrp_app .box_link li a .pho img {
        position: absolute;
        left: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.wrp_app .box_link li a .st {
    text-align: center;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    white-space: nowrap;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    background: url(../images/common/bg_base.jpg) repeat;
    font-size: 174%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .box_link li a .st {
        font-size: 100%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .box_link li a .st {
        font-size: 134%
    }
}

@media only screen and (min-width: 1200px) {
    .wrp_app .box_link li a .st {
        width: 103px;
        height: 213px
    }

    .ie .wrp_app .box_link li a .st,
    .edge .wrp_app .box_link li a .st {
        height: 198px
    }
}

@media print {
    .wrp_app .box_link li a .st {
        width: 103px;
        height: 213px
    }

    .ie .wrp_app .box_link li a .st,
    .edge .wrp_app .box_link li a .st {
        height: 198px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .box_link li a .st {
        width: 54px;
        height: 90px
    }

    .ie .wrp_app .box_link li a .st,
    .edge .wrp_app .box_link li a .st {
        height: 95px
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .box_link li a .st {
        width: 60%
    }
}

.wrp_app .box_link li a .st:before,
.wrp_app .box_link li a .st:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background: #a0a0a0
}

.wrp_app .box_link li a .st:before {
    top: 10px
}

@media only screen and (max-width: 767px) {
    .wrp_app .box_link li a .st:before {
        top: 5px
    }
}

.wrp_app .box_link li a .st:after {
    bottom: 10px
}

@media only screen and (max-width: 767px) {
    .wrp_app .box_link li a .st:after {
        bottom: 5px
    }
}

.wrp_app .box_link li a .st span {
    padding: 1.8em 1.2em;
    display: block;
    position: relative
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .box_link li a .st span {
        padding: 1em
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .box_link li a .st span {
        padding: .6em .5em
    }
}

.wrp_app .box_link li a .st span:before,
.wrp_app .box_link li a .st span:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #9b9b9b
}

.wrp_app .box_link li a .st span:before {
    left: 10px
}

@media only screen and (max-width: 767px) {
    .wrp_app .box_link li a .st span:before {
        left: 5px
    }
}

.wrp_app .box_link li a .st span:after {
    right: 10px
}

@media only screen and (max-width: 767px) {
    .wrp_app .box_link li a .st span:after {
        right: 5px
    }
}

@media only screen and (min-width: 768px) {
    .wrp_app .box_link li a .st span em {
        writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -moz-writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -webkit-text-orientation: upright;
        -moz-text-orientation: upright;
        -ms-text-orientation: upright;
        text-orientation: upright;
        text-align: left;
        display: inline-block;
        -webkit-font-feature-settings: normal;
        font-feature-settings: normal;

    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .box_link li a .st span em {
        letter-spacing: .24em
    }
}

.wrp_app .box_link li a .st.faq {
    font-size: 160%
}

@media only screen and (min-width: 1200px) {
    .wrp_app .box_link li a .st.faq {
        width: 95px;
        height: 271px
    }

    .ie .wrp_app .box_link li a .st.faq,
    .edge .wrp_app .box_link li a .st.faq {
        height: 250px
    }
}

@media print {
    .wrp_app .box_link li a .st.faq {
        width: 95px;
        height: 271px
    }

    .ie .wrp_app .box_link li a .st.faq,
    .edge .wrp_app .box_link li a .st.faq {
        height: 250px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .box_link li a .st.faq {
        width: 50px;
        height: 129px
    }

    .ie .wrp_app .box_link li a .st.faq {
        height: 135px
    }

    .edge .wrp_app .box_link li a .st.faq {
        height: 120px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .box_link li a .st.faq {
        font-size: 94%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .box_link li a .st.faq {
        font-size: 120%
    }
}

@media only screen and (min-width: 768px) {
    .wrp_app .box_link li a:hover .pho img {
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@media only screen and (max-width: 767px) {
    .con_news,
    .con_instagram {
        margin-top: 3em
    }
}

.con_news .box_news {
    clear: both;
    width: 100%;
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_news .box_news {
        margin-bottom: 2%
    }
}

@media only screen and (max-width: 767px) {
    .con_news .box_news {
        margin-bottom: 3%
    }
}

.con_news .box_news li {
    border-top: 1px solid #9a98a2
}

.con_news .box_news li:last-child {
    border-bottom: 1px solid #9a98a2
}

.con_news .box_news li.new {
    position: relative
}

.con_news .box_news li.new:before {
    content: '';
    width: 60px;
    height: 60px;
    background: url(../images/common/ic_new.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

@media only screen and (max-width: 767px) {
    .con_news .box_news li.new:before {
        max-width: 40px
    }
}

.con_news .box_news li a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    padding: 15px;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -webkit-transition: background .3s;
    transition: background .3s
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_news .box_news li a {
        padding: 2% 1%
    }
}

@media only screen and (max-width: 767px) {
    .con_news .box_news li a {
        padding: 0.8em 0
    }
}

.con_news .box_news li a:after {
    content: '→';
    text-align: center;
    color: #ceb132;
    line-height: 1.8;
    font-size: 120%;
    position: absolute;
    top: 50%;
    right: 2%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: -moz-transform .3s;
    -o-transition: -o-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_news .box_news li a:after {
        width: 2em;
        line-height: 2
    }
}

@media only screen and (max-width: 767px) {
    .con_news .box_news li a:after {
        font-size: 100%
    }
}

.con_news .box_news li a:hover {
    background: rgba(255, 255, 255, 0.1)
}

.con_news .box_news li a:hover:after {
    -moz-transform: translate(40%, -50%);
    -ms-transform: translate(40%, -50%);
    -webkit-transform: translate(40%, -50%);
    transform: translate(40%, -50%)
}

.con_news .box_news li a .photo {
    float: left;
    width: 10%;
    margin-right: 1.66667%;
    text-align: center;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width: 767px) {
    .con_news .box_news li a .photo {
        width: 20%;
        margin-right: 4%
    }
}

.con_news .box_news li a .box_txt {
    float: left;
    width: 78.33333%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_news .box_news li a .box_txt {
        width: 80%
    }
}

@media only screen and (max-width: 767px) {
    .con_news .box_news li a .box_txt {
        width: 69%
    }
}

.con_news .box_news li a .box_txt>p {
    display: block
}

.con_news .box_news li a .box_txt .txt_inf {
    letter-spacing: -.4em;
    font-size: 93%
}

.con_news .box_news li a .box_txt .txt_inf span {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle
}

.con_news .box_news li a .box_txt .txt_inf span.date {
    letter-spacing: .08em
}

@media only screen and (max-width: 767px) {
    .con_news .box_news li a .box_txt .txt_inf span.date {
        display: block
    }
}

.con_news .box_news li a .box_txt .txt_inf span.cate {
    color: #ceb132;
    margin-left: .5em;
    padding: .2em .8em;
    border: 1px solid #ceb132;
    background: none;
    font-size: 87%
}

@media only screen and (max-width: 767px) {
    .con_news .box_news li a .box_txt .txt_inf span.cate {
        padding: .2em .5em;
        margin: 0 .5em 0 0
    }
}

.con_news .box_news li a .box_txt .st {
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 1.5;
    margin-top: 12px
}

.firefox .con_news .box_news li a .box_txt .st,
.ie .con_news .box_news li a .box_txt .st {
    max-height: 1.5em
}

@media only screen and (max-width: 767px) {
    .con_news .box_news li a .box_txt .st {
        margin-top: 2%
    }
}

.con_news .btn {
    text-align: right
}

.con_news .btn a {
    text-decoration: none
}

.con_news .btn a:after {
    content: '→';
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 1.4em;
    line-height: 1.4;
    background: #ceb132;
    border: 2px solid #ceb132;
    -moz-border-radius: 1.4em;
    -webkit-border-radius: 1.4em;
    border-radius: 1.4em;
    margin-left: .8em;
    font-size: 80%;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_news .btn a:after {
        width: 2em;
        line-height: 2
    }
}

@media only screen and (max-width: 767px) {
    .con_news .btn a:after {
        font-size: 67%
    }
}

.con_news .btn a:hover {
    color: #ceb132;
    background: none
}

.con_news .btn a:hover:after {
    background: none;
    color: #ceb132
}

.bn_cake {
    max-width: 350px;
    margin: 50px auto 0
}

@media only screen and (max-width: 767px) {
    .bn_cake {
        width: 92%;
        margin-top: 2em
    }
}

.bn_cake a {
    display: block
}

.mouse .bn_cake a {
    -moz-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in
}

.mouse .bn_cake a:hover,
.touch .bn_cake a.touchstart {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7
}

.touch .bn_cake a {
    -webkit-tap-highlight-color: transparent
}

.touch .bn_cake a.touchend {
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms
}

@media only screen and (min-width: 1200px) {
    .scrollActive {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
        -moz-transition: opacity 3500ms;
        -o-transition: opacity 3500ms;
        -webkit-transition: opacity 3500ms;
        transition: opacity 3500ms
    }
}

@media print {
    .scrollActive {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -webkit-transform: translateY(20%);
        transform: translateY(20%);
        -moz-transition: opacity 3500ms;
        -o-transition: opacity 3500ms;
        -webkit-transition: opacity 3500ms;
        transition: opacity 3500ms
    }
}

@media only screen and (min-width: 1200px) {
    .scrollActive.sc_active {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-animation: Active-list 2000ms ease 0s 1 forwards;
        -webkit-animation: Active-list 2000ms ease 0s 1 forwards;
        animation: Active-list 2000ms ease 0s 1 forwards
    }
}

@media print {
    .scrollActive.sc_active {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-animation: Active-list 2000ms ease 0s 1 forwards;
        -webkit-animation: Active-list 2000ms ease 0s 1 forwards;
        animation: Active-list 2000ms ease 0s 1 forwards
    }
}

@-moz-keyframes Active-list {
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes Active-list {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes Active-list {
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
