﻿@charset "utf-8";

#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_app .box_rooms
.wrp_news {
    max-width: 1280px;
    width: 100%;
    margin: auto
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_app .con_poi {
        padding: 3% 2%;
    }
}


@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
}

.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;
}

#header .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 12.23958%;
    z-index: 100
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    #header .logo {
        /* position: static; */
        float: left;
        width: 14%
    }
}

@media only screen and (max-width: 767px) {
    #header .logo {
        width: 20%
    }
}

#header .logo a {
    text-align: center;
    display: block;
    padding: 36.17021% 0;
    background: url(../images/common/bg03.jpg) repeat top left
}

.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: 2.6em 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% 10px 13%
    }
}

@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 {
        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
}

@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: 0;
        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: 0;
    }
}

@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: 0;
    }
}

@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 .box_slider {
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 1200px) {
    #header .box_slider {
        height: 50vh !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    #header .box_slider {
        height: 86vh !important;
    }
}



@media only screen and (max-width: 767px) {
    #header .box_slider {
        height: 60vh !important;
    }
}

#header .box_slider .sliderMain .slide{float: left;height: 100%;min-height: 1px;}

#header .box_slider .sliderMain {
    width: 94.79167%;
    float: right;
    height: 100%;
    /* overflow:hidden; */
}

#header .box_slider .sliderMain .slick-dots {
    width: 100%;
    left: 0;
    bottom: -30px;
    text-align: center;
    line-height: 1
}

#header .box_slider .sliderMain .slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 .5em;
    vertical-align: middle;
    text-align: center;
    position: relative;
    -moz-transition: width .35s, height .35s;
    -o-transition: width .35s, height .35s;
    -webkit-transition: width .35s, height .35s;
    transition: width .35s, height .35s
}

#header .box_slider .sliderMain .slick-dots li button {
    cursor: pointer;
    padding: 0;
    height: 0
}

#header .box_slider .sliderMain .slick-dots li button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    border: 1px solid #adadad;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: background .35s, border-color .35s;
    -o-transition: background .35s, border-color .35s;
    -webkit-transition: background .35s, border-color .35s;
    transition: background .35s, border-color .35s
}

#header .box_slider .sliderMain .slick-dots li.slick-active button:before {
    background-color: #adadad
}

@media only screen and (max-width: 767px) {
    #header .box_slider .sliderMain .slick-dots {
        bottom: 4%
    }

    #header .box_slider .sliderMain .slick-dots li {
        width: 1.2em;
        height: 1.2em
    }
}

@media only screen and (max-width: 767px) {
    #header .box_slider .sliderMain {
        float: right;
        width: 100%
    }
}

#header .box_slider .sliderMain .slide {
    background-size: cover !important;
    background-position-x: center !important;
    height: 100%
}

@media only screen and (min-width: 768px) {
  #header .box_slider .sliderMain .slide.slide01 {background: url(../images/home/img_main01.jpg) no-repeat}
  #header .box_slider .sliderMain .slide.slide02 {background: url(../images/home/img_main02.jpg) no-repeat}
  #header .box_slider .sliderMain .slide.slide03 {background: url(../images/home/img_main03.jpg) no-repeat}
  #header .box_slider .sliderMain .slide.slide05 {background: url(../images/home/img_main04.jpg) no-repeat}
}
@media only screen and (max-width: 767px) {
  #header .box_slider .sliderMain .slide.slide01 {background: url(../images/home/img_main01-sp.jpg) no-repeat}
  #header .box_slider .sliderMain .slide.slide02 {background: url(../images/home/img_main02-sp.jpg) no-repeat}
  #header .box_slider .sliderMain .slide.slide03 {background: url(../images/home/img_main03-sp.jpg) no-repeat}
  #header .box_slider .sliderMain .slide.slide05 {background: url(../images/home/img_main04-sp.jpg) no-repeat}
}

/* #header .box_slider .sliderMain .slide.slide04 {
    background: url(../images/home/mov_main04.mp4) no-repeat
} */
@media only screen and (min-width: 768px) {
    #header .box_slider .sliderMain .slide.slide04 .video-pc {
        display: block;
    }
    #header .box_slider .sliderMain .slide.slide04 .video-sp {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    /* #header .box_slider .sliderMain .slide.slide04 {
        background: url(../images/home/img_main04-sp.jpg) no-repeat
    } */
    #header .box_slider .sliderMain .slide.slide04 .video-sp {
        display: block;
        position: absolute;
        left:0!important;
        width:auto!important;
        height:100%!important;
    }
    #header .box_slider .sliderMain .slide.slide04 .video-pc {
        display: none;
    }
}


#header .box_slider .sliderMain .slick-track,
#header .box_slider .sliderMain .slick-list {
    height: 100%
}

#header .box_slider .sliderMain .slick-dots {
    bottom: 30px
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    #header .box_slider .sliderMain .slick-dots {
        bottom: 4%
    }
}

@media only screen and (max-width: 767px) {
    #header .box_slider .sliderMain .slick-dots {
        bottom: 4%
    }
}

@media only screen and (min-height: 720px) and (min-width: 1200px) {
    #header .box_slider .sliderMain .slick-dots {
        z-index: 5;
        width: 13px;
        left: -3%
    }

    #header .box_slider .sliderMain .slick-dots li {
        margin: 1em 0 0
    }
}

@media only screen and (max-height: 720px) {
    #header .box_slider .sliderMain .slick-dots {
        text-align: center
    }

    #header .box_slider .sliderMain .slick-dots li button:before {
        border: 1px solid #fff
    }

    #header .box_slider .sliderMain .slick-dots li.slick-active button:before {
        background-color: #fff
    }
}

@media only screen and (max-width: 1199px) {
    #header .box_slider .sliderMain .slick-dots {
        text-align: center
    }

    #header .box_slider .sliderMain .slick-dots li button:before {
        border: 1px solid #fff
    }

    #header .box_slider .sliderMain .slick-dots li.slick-active button:before {
        background-color: #fff
    }
}

#header #gnav_fixed {
    width: 100%;
    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
}



@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
}


.wrp_bnr {
    max-width: 1280px;
    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: 32px;
}

.wrp_bnr .inr_bnr li {
    width: 48%; margin: 0 auto;
}

.wrp_bnr .inr_bnr li a {
    display: block;
}

@media only screen and (min-width: 768px) {

    .wrp_bnr .inr_bnr li {
        width: 48%;
    }

    .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: 92%;
        margin: 0 auto;
    }

    .wrp_bnr .inr_bnr li:nth-child(n+2) {
        margin-top: 20px;
    }

    .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_plan {
    background: url(../images/common/bg01.jpg) repeat left top;
    position: relative;
    padding: 50px 0;
    margin-top: 50px
}

/* .bn_best {background: #682C36;} */
.bn_best .st_best {color: #ceb132; font-size: 120%;}
.bn_best .txt {font-size: 80%;}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .wrp_plan {
        margin-top: 0%
    }
}

@media only screen and (max-width: 767px) {
    .wrp_plan {
        margin-top: 0em
    }
}

@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: space-between;
    justify-content: space-between;
    -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: 31%;
    }
}

.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-bottom: 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;
    }
    .wrp_plan .con_plan .box_plan li a .photo p img {
        object-fit: cover;
    }
}

@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: 80px */
}

@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: 60px
}

@media only screen and (max-width: 767px) {
    .con_intr .box_intr {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .firefox .con_intr .box_intr .box_tit {
        width: 208px
    }
    .con_intr .box_intr .box_tit {
        float: right
    }
}

@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
    }
    .con_intr .box_intr .pho {
        display: none;
    }
}

@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 {
    color: #fff;
    font-family: 'Lusitana', "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 200%;
    text-align: left;
}


@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: 34px;
    height: 30px;
    margin-right: .4em;
    background: url(../images/common/ic_title.png) no-repeat;
    display: inline-block;
    background-size: contain;
}

@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) {
    .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) 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: 0;
        font-size: 94%
    }
}

.con_intr .box_intr .pho {
    padding-top: 50px
}

.welcome_img {width: auto;}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_intr .pho {
        width: 33%
    }
}

.wrp_app {
    position: relative;
    margin-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: 0.8em 0;
    line-height: 1.5;
    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: 1em;
    }
}

@media only screen and (max-width: 767px) {
    .wrp_app .con_poi .btn a {
        padding: 0.8em 2em 0.8em 1em;
    }

    .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%;
    }

}

@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
}

.access_map .con_poi .txt-c {font-size: 130%; text-align: center;}
.access_map .con_poi ul {margin-top: 30px;}

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

.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%
    }
    .access_map .con_poi ul li .pho {
        width: 100%;
        float: left;
        margin: 0 .8em 20px 0;
        overflow: hidden
    }
}

.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 {
    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)
}

.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: 1em 1.2em;
    white-space: nowrap;
}

@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: 1em 1.2em
    }
}

.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: 220%;
    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 .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: .2em;
    font-size: 140%;
    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
    }
}


.box_rooms {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
    padding-top: 50px;
    max-width: 1280px; width: 100%; margin: 0 auto;
}

.box_type {
    position: relative;
    background: url(../images/common/bg_sty.jpg) repeat;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 20px 40px;
    -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);
}

.box_type .type_ttl {
    position: absolute;
    top: -10px;
    left: -10px;
    padding: 8px 16px;
    background: #ceb132;
    color: #fff;
    /* text-align: center; */
    font-size: 130%;
    background: url(../images/home/tit_app.jpg);
}

.box_type .box_inner {
    padding-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: stretch;
    align-content: stretch;
}

.box_type .btn_box {
    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;
    margin-top: 20px;
}

.box_type .btn_box .btn {
    width: 49%;
    text-align: center;
}

.box_type .btn_box .btn a {
    display: block;
    text-decoration: none;
    color: #000;
    background: #ceb132;
    font-size: 0.9em;
    padding: 1em 2em 1em 0em;
    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) {
    .box_type .btn_box .btn a {
        padding: 1.3em 0
    }

    .box_type {
        padding: 20px 28px;
    }

    .box_type .type_ttl {
        position: absolute;
        top: 0;
        left: 0;
        /* transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%); */
        padding: 8px 16px;
        background: #ceb132;
        color: #fff;
        /* text-align: center; */
        font-size: 120%;
        background: url(../images/home/tit_app.jpg);
    }
}

.box_type .btn_box .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) {
    .box_type .btn_box .btn a:after {
        width: 2em;
        line-height: 2
    }
}

@media only screen and (max-width: 767px) {
    .box_type .btn_box .btn a:after {
        font-size: 67%
    }
}

.box_type .btn_box .btn a:hover {
    color: #ceb132;
    background: none
}

.box_type .btn_box .btn a:hover:after {
    border-color: #ceb132;
    background: none;
    color: #ceb132
}

@media only screen and (max-width: 1199px) {
    .box_type .btn_box .btn {
        width: 100%;
        float: none
    }
}

.box_type .btn_box .btn:last-child {
    float: right
}

.box_type .btn_box .btn:last-child a {
    display: block;
    text-decoration: none;
    color: #ceb132;
    background: #000;
    font-size: 0.9em;
    padding: 1em 1em 1em 0em;
    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) {
    .box_type .btn_box .btn:last-child a {
        padding: 1.3em 0
    }
}

.box_type .btn_box .btn:last-child 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) {
    .box_type .btn_box .btn:last-child a:after {
        width: 2em;
        line-height: 2
    }
}

@media only screen and (max-width: 767px) {
    .box_type .btn_box .btn:last-child a:after {
        font-size: 67%
    }
}

.box_type .btn_box .btn:last-child a:hover {
    color: #000;
    background: #ceb132
}

.box_type .btn_box .btn:last-child a:hover:after {
    border-color: #000;
    background: #none;
    color: #000
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .box_type .btn_box .btn {
        width: 48%;
    }
}

@media only screen and (max-width: 767px) {
    .box_type .box_inner .txt {
        padding-top: 20px;
    }
    .box_type .box_inner {
        padding-top: 0;
    }
    .box_type .btn_box .btn {
        margin-top: 1em;
        width: 100%;
    }

}

@media only screen and (min-width: 1199px) {
    .box_type {
        width: 48%;
    }

    .con_news,
    .con_instagram {
    width: 48%;
    }
}


@media only screen and (min-width: 768px) {

    .box_type .box_inner {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        -webkit-align-content: stretch;
        align-content: stretch;
    }

    .box_type .txt {
        max-width: 48%;
    }

    .box_type img {
        max-width: 48%;
    }

    .box_type .type_ttl {
        position: absolute;
        top: -10px;
        left: -10px;
        padding: 8px 16px;
        /* background: #ceb132; */
        color: #000;
        /* text-align: center; */
        font-size: 130%;
        background: url(../images/home/tit_app_y.jpg);
    }
}

.wrp_notice .con_poi .box_notice {
    margin-top: 40px;
    text-align: center;
}

@media only screen and (min-width: 1000px) {
    .wrp_notice .con_poi .box_notice {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
.wrp_notice .con_poi .box_notice img {
    max-width: 600px;
    margin: 32px auto 0;
}
}

.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 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: 1em 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 (max-width: 767px) {
    .wrp_app .box_link li a .st span em {
        letter-spacing: .24em
    }
}


@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: 58.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
}


.g_review {max-width: 1280px; width: 100%; margin: 0 auto;}
.g_review .grw-slider-header {background: #fff !important;}

@media only screen and (max-width: 767px) {
.g_review .wp-gr .grw-slider .grw-row {display: flex; flex-wrap: wrap !important;}
.g_review .wp-gr .grw-row-x .grw-slider-header {width: 100% !important; margin: 0 auto !important;}
.g_review .wp-gr .grw-row-x .grw-slider-content {max-width: 100% !important; width: 100% !important; flex: 0 0 100% !important;}
.g_review .wp-gr .grw-slider .grw-slider-reviews {margin-top: 30px !important;}
/* .g_review .grw-slider-content .grw-slider-review {flex: 0 0 50% !important;} */
}



.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)
    }
}
