@charset "utf-8";

@import url('/https://fonts.googleapis.com/css?family=Noto+Sans+JP');
@import url("/asset/css/base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

.pc {
    display: block;
}

.sp {
    display: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

body {
    margin: 0;
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    color: #262626;
    font-family: 'Noto Sans JP', Kozuka Gothic Pr6N B;
    letter-spacing: 0;
    background-image: inherit;
}

body.lock {
        position: fixed !important;
        overflow: hidden !important;
        width: 100% !important;
        height: 100% !important;
    }
    

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

ul {
    list-style: none;
}
.logo.hideLogo{
    /*visibility: hidden;*/
}
.lang {
    display: block;
    margin-top: 20px;
}

.wraper {
    width: 1060px;
    margin: 0 auto;
}

.inner {
    width: 1100px;
    margin: 0 auto;
}

.fancybox-iframe {
    overflow: auto;
    -webkit-overflow-scrolling:touch;
}

#header:after {
    content: "";
    display: table;
    clear: both;
}

#header {
    padding-bottom: 12px;
}

.headContent {
    float: left;
    margin-top: 17px;
    max-width: 150px;
}

.mainMenu {
    margin-top: 15px;
    float: right;
}

.mainMenu:after {
    content: "";
    clear: both;
    display: table;
}

.mainMenu .menu {
    float: left;
    margin-right: 88px;
}

.mainMenu .contact {
    float: right;
    text-align: center;
    padding: 23px 0 0;
    margin-right: 6px;
}

.mainMenu .menu li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

/*
.mainMenu .menu .icon3{
    display:none;
}
*/
.mainMenu .menu li a {
    font-weight: bold;
    font-size: 18px;
    color: #262626;
    text-align: center;
    text-decoration: none;
    transition: all 0.25s;
    padding: 23px 0px;
    width: 154px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.mainMenu .menu li a span {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.mainMenu .menu li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #575757;
    transition: all 0.25s;
}

.mainMenu .menu li a:hover:after,
.mainMenu .menu li.active a:after {
    width: 100%;
}

.mainMenu .contact a {
    text-decoration: none;
    color: #262626;
    font-weight: bold;
    font-size: 18px;
    display: block;
    position: relative;
    transition: all 0.25s;
    border-bottom: 1px solid transparent;
    padding-bottom: 23px;
}

.mainMenu .contact a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #575757;
    transition: all 0.25s;
}

.mainMenu .contact a:hover:after,
.mainMenu .contact a.active:after {
    width: 100%;
}

.mainMenu .contact a:before {
    content: '';
    position: absolute;
    top: -16px;
    left: -53px;
    width: 50px;
    height: 50px;
    background: url(/asset/img/common/iconMenu.png) no-repeat center;
    background-size: 70%;
}


/*BANNER*/
.banner {
    /*background: url(/asset/img/index/banner-bg2.png) no-repeat center;*/
    text-align: center;
    padding-bottom: 13px;
    /*background-size: cover;*/
    position: relative;
    overflow: hidden;
}
.banner:before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url(/asset/img/index/banner-bg2.png) no-repeat center;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner .text {
    color: #fff;
    background: #575757;
    font-size: 14px;
    padding: 7px 0 9px;
    position: relative;
    z-index: 1;
}

.banner .text span {
    font-size: 14px;
}

.banner .img {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    letter-spacing: 0;
    margin-top: 8px;
    position: relative;
    z-index: 1;
}

.banner .list {
    margin: 10px 0;
}

.banner li {
    display: inline-block;
    vertical-align: top;
    margin: 0 16px;
}

.banner li a {
    background: #fff;
    text-align: center;
    height: 110px;
    width: 111px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    line-height: 1.4;
    color: #c89347;
    text-decoration: none;
    transition: all 0.25s;
}

.banner li a:hover,
.banner li.active a {
    color: #fff;
    background: #c89347;
}

.banner li span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

#footer .footTop {
    background: #f2f2f2;
    padding-top: 41px;
    /*padding-bottom: 142px;*/
    padding-bottom: 22px;
}

#footer .footTop:after {
    content: "";
    display: table;
    clear: both;
}

#footer .footTop .footLeft {
    float: left;
    width: 721px;
}

#footer .footTop .footLeft .menuFoot {
    padding-left: 10px;
}

#footer .footTop .footLeft .menuFoot li {
    display: inline-block;
    vertical-align: top;
    width: 174px;
    margin-bottom: 7px;
}

#footer .footTop .footLeft .menuFoot li.mrLeft {
    margin-left: 179px;
}

#footer .footTop .footLeft .menuFoot li:nth-child(3n) {
    width: 142px;
    margin-left: 20px;
}

#footer .footTop .footLeft .menuFoot li a {
    font-weight: bold;
    color: #262626;
    text-decoration: none;
    letter-spacing: 0;
    transition: all 0.25s;
}

#footer .footTop .footLeft .menuFoot li .boxMenu {
    position: absolute;
    margin-top: 5px;
}

#footer .footTop .footLeft .menuFoot li .boxMenu li {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    width: auto;
}

#footer .footTop .footLeft .menuFoot li .boxMenu li:nth-child(3n) {
    margin-left: 0;
}

#footer .footTop .footLeft .menuFoot li .boxMenu li a {
    font-weight: normal;
}

#footer .footTop .footRight {
    float: right;
    width: calc(100% - 721px);
    text-align: right;
    padding-right: 0px;
    /*margin-top: -12px;*/
    margin-top: 56px;
}

#footer .footTop .footRight .admin {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

#footer .footRight .sns {
    background: #fff;
    border: 1px solid #C9C9C9;
    padding: 13px 12px;
    text-align: center;
    display: inline-block;
}

#footer .footRight .sns li {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}

#footer .footRight .sns li:last-child {
    margin-right: 0;
}


.btn-owner {
    display: inline-block;
    padding: 16px 10px;
    margin-top: 20px;
    font-size: 18px;
    color: #fff !important;
    background-color: #5b5b5b;
    transition: all 0.25s;
}

.btn-owner:hover {
    text-decoration: none;
    opacity: .9;
}

.btn-owner .icon {
    width: 24px;
}

@media (min-width: 769px) {
    .btn-owner .icon {
        margin-right: 8px;

    }

    .visible-xs {
        display: none;
    }
}


.privacy {
    text-align: right;
    background: #f2f2f2;
    padding-top: 41px;
    padding-bottom: 10px;
}

.privacy .textfooter {
    text-align: left;
    float: left;
}

@media (max-width: 768px) {
    .btn-owner {
        padding: 12px 10px;
        font-size: 11px;
        text-align: center;
    }

    .btn-owner .icon {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5px;
    }

    .privacy .textfooter {
        float: none;
    }
}

.privacy .textfooter img {
    vertical-align: middle;

}

.copyright {
    text-align: center;
    background: #262626;
    color: #fff;
    padding: 10px 0;
}

#subPopup {
    display: none;
    background: transparent;
    width: 724px;
    margin: 0 auto;
    padding: 0;
}

#subPopup .title {
    color: #fff;
    font-weight: bold;
    font-size: 34px;
}

#subPopup .searchBox {
    margin-top: 30px;
}

#subPopup input[type="text"] {
    background: #fff;
    border-radius: 30px;
    border: none;
    padding: 5px 10px;
    height: 60px;
    width: 525px;
    font-size: 20px;
}

#subPopup .submit {
    display: inline-block;
    vertical-align: middle;
}

#subPopup .submit a {
    color: #fff;
    border-radius: 30px;
    padding: 5px 10px;
    border: none;
    height: 60px;
    width: 171px;
    display: block;
    font-weight: bold;
    font-size: 30px;
    background: #b38f11;
    margin-left: 15px;
    text-align: center;
    text-decoration: none;
}

#subPopup .submit a:hover {
    opacity: 0.8;
}

#subPopup .row {
    margin-top: 50px;
    padding-bottom: 10px;
}

#subPopup .row .title,
#subPopup .row2 .title {
    border-bottom: 4px solid #fff;
    padding-bottom: 5px;
    font-size: 26px;
}

#subPopup .row ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

#subPopup .row ul li {
    display: inline-block;
    vertical-align: top;
}

#subPopup .row ul li a {
    color: #262626;
    border-radius: 30px;
    padding: 8px 0px;
    border: none;
    width: 140px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 22px;
    background: #fff;
    text-decoration: none;
    transition: all 0.25s;
    text-align: center;
}

#subPopup .row ul li a:hover {
    background: #888888;
}
#subPopup .row ul li.active a {
    background: #b38f11;
    color: #fff;
}

#subPopup .row2 {
    margin-top: 40px;
}

#subPopup .row2 ul {
    margin-top: 20px;
    text-align: left;
}

#subPopup .row2 ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    text-align: center;
    margin-right: 9px;
}

#subPopup .row2 ul li:nth-child(4n) {
    margin-right: 0;
}

#subPopup .row2 ul li a {
    color: #b38f11;
    border-radius: 4px;
    padding: 10px 0px;
    border: none;
    width: 170px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
    background: #fff;
    text-decoration: none;
    transition: all 0.25s;
}

#subPopup .row2 ul li a:hover {
    background: #888888;
    color: #000000;
}
#subPopup .row2 ul li.active a {
    background: #b38f11;
    color: #fff;
}

#subPopup .botButton ul {
    justify-content: center;
}

#subPopup .botButton ul li a {
    width: 220px;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.92;
    background: #262626;
}

.sp {
    display: none;
}

.area-title {
    text-align: center;
    font-size: 25px;
    border-bottom: 1px solid #c8c8c8;
    padding: 17px;
    margin-bottom: 40px;
}

.text {
    font-size: 14px;
    line-height: 1.8;
    /*font-weight: bold;*/
}

.btn a {
    display: block;
    background: #262626;
    color: #fff;
    text-align: center;
    width: 330px;
    text-decoration: none;
    font-size: 20px;
    padding: 11px;
    border-radius: 30px;
    border: 2px solid #262626;
    /*font-weight: bold;*/
    transition: all 200ms linear;
}

.btn a:hover {
    border: 2px solid #262626;
    color: #262626;
    background: #fff;
}

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

.m15 {
    margin: 15px;
}

.banner-bottom {
    margin: 40px 0 30px;
}

.banner-bottom ul li {
    display: inline-block;
}

.banner-bottom ul li:not(:last-child) {
    margin-right: 15px;
}
.banner-bottom a{
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.banner-bottom a:last-child{
    margin-right: 0;
}
#boxer.mobile {
    z-index: 11000;
}

#page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: -60px;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.2s;
}

#page_top.bot {
    bottom: 0;
}

#page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
}

#page_top a .fa {
    color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    font: normal normal normal 30px/1 FontAwesome;
}

#page_top:hover {
    background: #08B9D4;
}

.boxBannerCommon {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.boxBannerCommon li {
    display: inline-block;
    vertical-align: top;
    /*width: 220px;*/
    margin: 0 14px;
}

.boxBannerCommon li:nth-child(2) {
    position: relative;
}

.boxBannerCommon .commonBanner {
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0 10px;
}

.boxBannerCommon .commonBanner input[type="text"] {
    width: calc(100% - 50px);
    border: none;
    background: #fff;
    padding-left: 5px;
    height: 27px;
    float: left;
}

.boxBannerCommon .commonBanner input[type="submit"] {
    color: #fff;
    font-size: 12px;
    text-align: center;
    height: 27px;
    border: none;
    background: #C89347;
    float: left;
    width: 50px;
    letter-spacing: 1px;
}

.boxBannerCommon .commonBanner input[type="text"]:placeholder {
    /* Chrome/Opera/Safari */
    color: #D3D3D3;
    font-size: 10px;
    vertical-align: middle;
    line-height: 22px;
}

.boxBannerCommon .commonBanner input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #D3D3D3;
    font-size: 10px;
    vertical-align: middle;
    line-height: 22px;
}

.boxBannerCommon .commonBanner input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #D3D3D3;
    font-size: 10px;
    vertical-align: middle;
    line-height: 22px;
}

.boxBannerCommon .commonBanner input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #D3D3D3;
    font-size: 10px;
    vertical-align: middle;
    line-height: 22px;
}

/*******END COMMOM**********/






/*********TOP PAGE*************/
.front-page .banner {
    display: block;
}

.front-page .banner {
    background: url(/asset/img/index/banner-bg.png) no-repeat top center;
    text-align: center;
    padding-bottom: 150px;
    background-size: cover;
}
.front-page .banner:before{
    background: transparent;
    content: none;
}

.front-page .banner .text {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    padding: 7px 0 9px;
}

.front-page .banner .text span {
    font-size: 15px;
}

.front-page .banner .img {
    margin-top: 74px;
    line-height: 2.2;
    font-size: 36px;
    letter-spacing: 0;
    text-shadow: 2px 1px 8px #737070;

}

.front-page .banner .text2 a {
    background: #fff;
    text-align: center;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 53px;
    font-weight: bold;
    font-size: 30px;
    position: relative;
    line-height: 1.2;
    color: #c89347;

}

.front-page .banner .text2 span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.front-page .area1 .row {
    overflow: hidden;
    margin: 0 auto;
}

.front-page .area1 .row .col {
    float: left;
    /*width: calc(100%/3);*/
    width: 33.3333%;
    text-align: center;
    padding-bottom: 36px;
    min-height: 436px;
}

.front-page .area1 .row .col.col1 {
    padding-bottom: 3px;
}

.front-page .area1 .row .col .title {
    font-size: 30px;
    margin-top: 71px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 27px;
}

.front-page .area1 .row .col .title span {
    color: #dba14d;
}

.front-page .area1 .row .col .title:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.front-page .area1 .row .col1 {
    background: url(/asset/img/index/photo1.png) no-repeat top center;
    background-size: cover;
}

.front-page .area1 .row .col2 {
    background: url(/asset/img/index/photo2.png) no-repeat top center;
    background-size: cover;
}

.front-page .area1 .row .col3 {
    background: url(/asset/img/index/photo3.png) no-repeat top center;
    background-size: cover;
}

.front-page .area1 .row .col .text {
    color: #fff;
    font-size: 18px;
    /*font-weight: bold;*/
    margin-top: 33px;
    line-height: 1.8;
}

.front-page .area1 .row .col .btn a {
    display: inline-block;
    width: 330px;
    background: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    color: #262626;
    border-radius: 30px;
    padding: 8px 0;
    font-size: 18px;
    /*font-weight: bold;*/
    margin-top: 20px;
    letter-spacing: 0.5px;
}

.front-page .area1 .row .col ul {
    margin-top: 30px;
}

.front-page .area1 .row .col ul li {
    color: #fff;
    font-size: 22px;
    border-top: 1px solid #fff;
}

.front-page .area1 ul a {
    display: block;
    padding: 9px 0;
    color: #fff;
    text-decoration: none;
    transition: all 0.25s;
}

.front-page .area1 ul a:hover {
    color: #262626;
    background-color: #fff;
}

.front-page .area1 .row .col ul li:last-child {
    border-bottom: none;
}

.front-page .area2 {
    margin-top: 39px;
}

.front-page .area2 .title {
    border-bottom: 2px solid #c9c9c9;
    font-size: 24px;
    padding-bottom: 10px;
    line-height: 1.4;
}

.front-page .area2 .title span {
    float: right;
    /*display: none;*/
}

.front-page .area2 .title span a {
    color: #fff;
    background: #262626;
    padding: 4px 33px 4px;
    font-size: 16px;
    font-weight: normal;
    margin-top: -3px;
    margin-right: -2px;
    letter-spacing: -1px;
    text-decoration: none;
    transition: all 0.25s;
    display: block;
    border: 1px solid #262626;
}

.front-page .area2 .title span a:hover {
    color: #262626;
    background: #fff;
}

.front-page .area2:after {
    content: "";
    display: table;
    clear: both;
}

.front-page .area2 .wraper {
    width: 1200px;
}

.front-page .area2 .col {
    width: 100%;
    float: left;
}

.front-page .area2 .col .listPost {
    margin-top: 20px;
    text-align: left;
}

.front-page .area2 .col .listPost:after {
    content: "";
    display: table;
    clear: both;
}

.front-page .area2 .col .listPost li {
    width: 49%;
    margin-right: 2%;
    float: left;
    overflow: hidden;
    margin-bottom: 25px;
}

.front-page .area2 .col .listPost li:nth-child(2n) {
    margin-right: 0;
}

.front-page .area2 .col .listPost li .img {
    width: 150px;
    float: left;
}

.front-page .area2 .col .listPost li .img a {
    display: block;
    position: relative;
}

.front-page .area2 .col .listPost li .col {
    float: left;
    width: calc(100% - 150px);
    padding-left: 15px;
}

.front-page .area2 .col.colLeft {
    padding-left: 10px;
    padding-right: 25px;
}

.front-page .area2 .col.colRight {
    padding-left: 25px;
}

.front-page .area2 .col .listPost {
    margin-top: 36px;
}

.front-page .area2 .col .listPost li {
    margin-bottom: 40px;
}

.front-page .area2 .col .listPost li .date {
    font-size: 16px;
    margin-bottom: 7px;
    color: #DAA054;
}

.front-page .area2 .col .listPost li .titlePost {
    margin-bottom: 7px;
    font-weight: bold;
}

.front-page .area2 .col .listPost li .titlePost a {
    text-decoration: none;
    color: #262626;
    font-size: 17px;
    border-bottom: 1px solid #fff;
    transition: all 0.25s;
}

.front-page .area2 .col .listPost li .titlePost a:hover {
    border-bottom: 1px solid #262626;
}

.front-page .area2 .col .listPost li .text {
    font-size: 14px;
    line-height: 1.8;
}

.front-page .area3 {
    margin-top: 59px;
    margin-bottom: 53px;
}

.front-page .area3 .img {
    text-align: center;
    margin-top: 20px;
}

/************END TOP PAGE ***********/




/***************COMPANY*****************/
.company .area1 {
    text-align: center;
}

.company .area1 .textFirst {
    margin-top: 35px;
    font-size: 17px;
    line-height: 2.1;
}

.company .area1 .info {
    text-align: left;
    margin-top: 90px;
    width: 100%;
}

.company .area1 .info table {
    width: 100%;
}

.company .area1 .info table tr:first-child {
    border-top: 1px solid #e2e2e2;
}

.company .area1 .info table tr {
    border-bottom: 1px solid #e2e2e2;
}

.company .area1 .info table tr td {
    padding: 30px 0px 30px 30px;
    letter-spacing: 1px;
    line-height: 2.2;
}

.company .area1 .info table tr td a {
    text-decoration: none;
    color: #000;
    transition: all 0.25s;
}

.company .area1 .info table tr td a.tel:hover {
    border-bottom: 1px solid #000;
}

.company .area1 .info table tr td a.mail,
.company .area1 .info table tr td a.link {
    color: #9a6e2f;
    border-bottom: 1px solid #9a6e2f;
}

.company .area1 .info table tr td a.mail:hover,
.company .area1 .info table tr td a.link:hover {
    border-bottom: 1px solid transparent;
}

.company .area1 .info table tr td:first-child {
    width: 260px;
    padding-right: 10px;
    font-size: 16px;
    padding-left: 40px;
    background-color: #F9F9F9;
    letter-spacing: 0;
    vertical-align: top;
}

.company .area1 .title {
    font-size: 25px;
    border-bottom: 1px solid #c9c9c9;
    line-height: 1.2;
    text-align: left;
    padding-left: 25px;
    padding-bottom: 12px;
    position: relative;
    margin-top: 40px;
}

.company .area1 .title:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 70%;
    top: 0;
    left: 5px;
    background: #9a6e2f;
}

.company .area2 {
    margin: 109px 0;
}

.company .area2 .title {
    font-size: 27px;
    border-bottom: 1px solid #c9c9c9;
    line-height: 1.2;
    padding-left: 25px;
    padding-bottom: 12px;
    position: relative;
}

.company .area2 .title:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 70%;
    top: 0;
    left: 5px;
    background: #9a6e2f;
}

.company .area2 .text {
    margin-top: 21px;
}

.company .area2 .maps {
    margin-top: 44px;
}

.company .area2 .maps iframe {
    width: 100%;
}

/***************END COMPANY*****************/





/*****************COUPON**********************/
.coupon .area1 {
    text-align: center;
    margin-bottom: -44px;
}

.coupon .area1 .row .title {
    font-size: 22px;
    font-weight: bold;
    color: #c89347;
}

.coupon .area1 .textTop {
    margin-top: 12px;
    font-size: 26px;
    line-height: 2.1;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 4px;
}

.coupon .area1 .row {
    margin-top: 0;
    text-align: left;
}

.coupon .area1 .row:after {
    content: "";
    display: table;
    clear: both;
}

.coupon .area1 .row .colLeft {
    float: left;
    padding: 22px 0 0 82px;
}

.coupon .area1 .row .colRight {
    float: right;
    width: 30%;
}

.coupon .area1 .text {
    line-height: 1.8;
    margin-top: 12px;
}

.coupon .area2 {
    margin-top: 40px;
    margin-bottom: 30px;
}

.coupon .area2 .titleTop {
    font-size: 27px;
    border-bottom: 1px solid #c9c9c9;
    line-height: 1.2;
    padding-left: 25px;
    padding-bottom: 12px;
    position: relative;
    font-weight: bold;
}

.coupon .area2 .titleTop:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 70%;
    top: 0;
    left: 11px;
    background: #9a6e2f;
}

.coupon .area2 .text {
    font-size: 15px;
    margin-top: 20px;
}

.coupon .area2 .titleTbl {
    margin-top: 12px;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 0 11px 24px;
    background: #e2e2e2;
}

.coupon .area2 .row {
    margin-top: 40px;
}

.coupon .area2 .row+.row {
    margin-top: 0px;
}

.coupon .area2 .row .boxRow {
    margin-top: 24px;
    display: block;
    width: 100%;
    text-align: left;
}

.coupon .area2 .row .boxRow .listSeach {
    display: block;
}

.coupon .area2 .row .boxRow .listSeach li {
    width: 133px;
    padding: 0px 0px 10px 0px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.coupon .area2 .row.w170 .boxRow {
    margin-top: 0;
}

.coupon .area2 .row.w170:last-child .boxRow {
    margin-top: 24px;
}

.coupon .area2 .row.w170 .boxRow .listSeach li {
    width: 170px;
}

.coupon .area2 .row .boxRow .listSeach li a {
    color: #262626;
    text-decoration: none;
}

.coupon .area2 .row .boxRow .listSeach li a:hover {
    text-decoration: underline;
}

.coupon .area2 .row .titleFirst {
    font-weight: bold;
    font-size: 25px;
    color: #000;
}

.coupon .bannerBot {
    text-align: center;
    margin-top: 20px;
}
#popup{
    position: relative;
    transition: all 0.25s;
    background: transparent;
    width: 100%;
    height: 100%;
    display: none;
}
#popup.active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.611764705882353);
    height: 100%;
    display: block;
    opacity: 1;
}
#subPop {
    display: none;
    width: 800px;
    position: fixed;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.25s;
    opacity: 0;
}
/*#subPop:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
}*/
#subPop.active{
    display: block;
    z-index: 9999991;
    opacity: 1;
}

#subPop .innerPop {
    width: 100%;
    position: relative;
}

.wrapPop {
    width: 800px;
    margin: 0 auto;
}

#subPop .row {
    width: 100%;
    background: url(/asset/img/coupon/bg-pop.png) no-repeat top center;
    padding: 11px 20px;
    position: relative;
    background-size: cover;
    border-radius: 0;
}

#subPop .date {
    font-size: 19px;
    font-weight: bold;
    color: #9a6e2f;
    text-align: right;
    padding-top: 5px;
}

#subPop .title {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    color: #DA414E;
    line-height: 1.3;
    word-break: break-all;
}

#subPop .text {
    border-top: 2px dashed #9a6e2f;
    font-size: 14px;
    color: #000;
    margin-top: 25px;
    padding-top: 10px;
    line-height: 1.4;
}

#subPop .text2 {
    width: 100%;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 0px;
    position: relative;
}

#subPop .text2 a {
    color: #9a6e2f;
    text-decoration: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    border: 2px solid #9a6e2f;
    background: #fff;
    padding: 2px 30px;
    font-size: 20px;
    transition: all 0.25s;
}
#subPop .text2 a.print{
    position: absolute;
    right: 0;
}
#subPop .text2 a:hover {
    color: #fff;
    background: #9a6e2f;
}

#subPop .img {
    position: absolute;
    top: 0px;
    left: 20px;
}

.fancybox-close-small {
    display: none;
}

.fancybox-skin {
    background: transparent;
}

.fancybox-overlay-fixed {
    background: rgba(0, 0, 0, 0.8);
}

.fancybox-opened .fancybox-skin {
    box-shadow: none;
}
#subPop .close{
    display: inline-block;
    font-size: 20px;
    position: absolute;
    top: -7px;
    right: -8px;
    font-family: Arial;
}
#subPop .close a{
    color: #fff;
    text-decoration: none;
    background: #000;
    width: 30px;
    display: block;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
}

/*******************END COUPON*******************/





/***************HOTEL*****************/
.hotel .area2 .area-title,
.hotel .area3 .area-title {
    margin-top: 50px;
}

.hotel .area3 .area-title {
    padding-bottom: 20px;
}

.hotel .para {
    position: relative;
}

.hotel .para .btn,
.para .para-img {
    position: absolute;
    right: 0;
    top: 0;
}

.hotel .panel {
    background: #f8f1e8;
    padding: 40px 20px 30px 50px;
    border-radius: 5px;
}

.hotel .panel .panel-title,
.hotel .para .para-title {
    font-size: 18px;
    color: #9a6e2f;
    border-bottom: 1px dotted #9a6e2f;
    padding-bottom: 5px;
}

.hotel .para .para-title {
    border-bottom: none;
}

.hotel .hotelb {
    margin-top: 41px;
}

.hotel .c-list {
    margin-top: 10px;
}

.hotel .c-list li {
    line-height: 2;
    position: relative;
    padding: 0px 0px 10px 21px;
}

.hotel .c-list li:after {
    content: "■";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
}

.hotel .area3 .c-list li:last-child:after,
.hotel .c-list li span {
    color: #ff1d1d;
}

.hotel .c-list li .link {
    color: #9a6e2f;
    text-decoration: none;
    border-bottom: 1px solid #9a6e2f;
}

.hotel .c-list li .link:hover {
    border-bottom: none;
}
.detail .wrap,
.detail2 .wrap,
.detail3 .wrap{
    padding: 0.5em;
    border: dashed 1px gray;
}
ul.hotel_group_list {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
/*    padding: 0.5em;
    border: dashed 1px gray;*/
}

ul.hotel_group_list li {
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px;
}

ul.hotel_group_list li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*数字のデザイン変える*/
    display: inline-block;
    background: #e49e3a;
    color: white;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /*以下上下中央寄せのため*/
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/***************END HOTEL*****************/




/***************LINK*****************/
.link .para {
    position: relative;
}

.link .para .btn,
.link .para .para-img {
    position: absolute;
    right: 0;
    top: 0;
}

.link .panel {
    background: #f8f1e8;
    padding: 40px 20px 30px 50px;
    border-radius: 5px;
}

.link .panel-c {
    width: 795px;
    margin: 40px auto;
    padding: 33px 0;
}

.link .panel .text span {
    color: #9a6e2f;
}

.link .mb20 {
    margin-bottom: 20px;
}

.link .linkb {
    margin-top: 65px;
}

.link .list-grey {
    overflow: hidden;
}

.link .list-grey li {
    background: #f6f6f6;
    border-radius: 5px;
    width: calc(50% - 10px);
    padding: 16px 20px;
    margin-bottom: 20px;
    position: relative;
    min-height: 117px;
}

.link .list-grey li:nth-child(odd) {
    float: left;
}

.link .list-grey li:nth-child(even) {
    float: right;
}

.link .list-grey li .list-grey-title {
    font-size: 20px;
    color: #9a6e2f;
    margin-bottom: 10px;
}

.link .list-grey li .list-grey-text {
    letter-spacing: 1px;
}

.link .list-grey li.mh114 {
    min-height: 114px;
}

.link .list-grey li .list-grey-img {
    position: absolute;
    top: 16px;
    right: 20px;
}

.link .banner-bottom {
    margin-top: 20px;
}

.link .area3 {
    margin-bottom: 180px;
}

.link .area3 .textTop {
    text-align: center;
    font-size: 20px;
    color: #3f3f3f;
    margin-top: 65px;
    letter-spacing: 1px;
}

.link .area3 .textTop span {
    font-size: 32px;
    line-height: 0;
}

.link .area3 .title {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    color: #3f3f3f;
    letter-spacing: 1px;
    margin-top: 55px;
    position: relative;
}

.link .area3 .title:before,
.link .area3 .title:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 34%;
    border-top: 1px solid #3f3f3f;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.link .area3 .title:after {
    left: auto;
    right: 0;
}

.link .area3 .frmContact {
    margin-top: 69px;
}

.link .area3 .frmContact .row {
    border-bottom: 1px dotted #cfcfcf;
    overflow: hidden;
    padding-bottom: 34px;
}

.link .area3 .frmContact .row+.row {
    margin-top: 34px;
}

.link .area3 .frmContact .row .text {
    width: 254px;
    float: left;
    text-align: right;
    padding-right: 24px;
    margin-top: 10px;
}

.link .area3 .frmContact .row.last {
    border-bottom: none;
}

.link .area3 .frmContact .row.last .text {
    margin-top: 0;
}

.link .area3 .frmContact .row .text .req,
.link .area3 .frmContact .row .text .w10 {
    color: #fff;
    background: #ce0909;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px;
    font-size: 13px;
    line-height: 1;
    margin-left: 10px;
    width: 47px;

}

.link .area3 .frmContact .row .text .w10 {
    background: transparent;
}

.link .area3 .frmContact .row .data {
    float: left;
    width: calc(100% - 254px);
}

.link .area3 .frmContact .row .data input,
.link .area3 .frmContact .row .data textarea {
    width: 731px;
    border: 1px solid #cfcfcf;
    height: 45px;
    padding-left: 5px;
}

.link .area3 .frmContact .row .data textarea {
    height: 200px;
    resize: none;
}

.link .area3 .frmContact .row .data input[type="checkbox"] {
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.link .area3 .frmContact .row .data .check {
    display: inline-block;
    vertical-align: top;
}

.link .area3 .frmContact .row .data .textApp {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: 0;
}

.link .area3 .frmContact .btn {
    text-align: center;
    margin-top: 40px;
}

.link .area3 .frmContact .btn input[type="submit"] {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background: #3f3f3f url(/asset/img/contact/bg-button.png) no-repeat center right 50px;
    border: none;
    width: 295px;
    border-radius: 5px;
    padding: 22px 0;
    letter-spacing: 0.5px;
}
.link .flex{
    margin-top: 16px;
}
.link .flex span{
    display: inline-block;
    vertical-align: bottom;
}
.link .flex span + span{
    margin-left: 49px;
}
div#sougo a {
    color: #ad0300;
}
.error .frmContact {
    text-align: center;
    font-size: 16px;
    line-height: 1.65;
}

.error .frmContact input[type="button"] {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    /*    background: #3f3f3f url(/asset/img/contact/bg-button-prev.png) no-repeat center left 50px;*/
    background: #3f3f3f;
    border: none;
    width: 220px;
    border-radius: 5px;
    padding: 14px 0;
    letter-spacing: 0.5px;
    margin: 30px auto 0;
}

.error .frmContact input[type="button"]:hover {
    opacity: 0.8;
}

.thanks .rowTop {
    text-align: center;
    margin-bottom: 20px;
}

.thanks .rowTop .img {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.thanks .rowTop .text {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.thanks .rowTop .text span {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}

.thanks .frmContact input[type="button"] {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #3f3f3f;
    border: none;
    width: 220px;
    border-radius: 5px;
    padding: 14px 0;
    letter-spacing: 0.5px;
    margin: 30px auto 0;
}

/***************END LINK*****************/






/****************MAIL SYSTEM****************/
.mail-system .two-col {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px dashed #000;
}

.mail-system .two-col .col-l {
    width: 470px;
    float: left;
}

.mail-system .two-col .col-r {
    width: calc(100% - 470px);
    float: right;
}

.mail-system .two-col .col-r .col-r-head .col-r-logo {
    display: inline-block;
    vertical-align: middle;
}

.mail-system .two-col .col-r .col-r-head .col-r-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 27px;
    color: #9a6e2f;
    font-weight: bold;
    margin-left: 35px;
}

.mail-system .two-col .col-r .col-r-text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 30px;
}

/*AREA2*/

.mail-system .area2 {
    padding-top: 60px;
}

.mail-system .area2 ul {
    overflow: hidden;
}

.mail-system .area2 ul li:nth-child(odd) {
    width: calc(50% - 20px);
    float: left;
}

.mail-system .area2 ul li:nth-child(even) {
    width: calc(50% - 20px);
    float: right;
}

.mail-system .area2 ul li {
    overflow: hidden;
    margin-bottom: 50px;
}

.mail-system .area2 ul li .cirle {
    width: 134px;
    float: left;
}

.mail-system .area2 ul li .f-content {
    width: calc(100% - 154px);
    float: right;
}

.mail-system .area2 ul li .f-content .f-title {
    font-size: 23px;
    color: #9a6e2f;
    margin-bottom: 10px;
}

.mail-system .area2 ul li .f-content .f-text {
    line-height: 1.8;
}

.mail-system .btn-l a {
    text-align: center;
    display: block;
    font-size: 18px;
    color: #fff;
    width: 525px;
    background: #9a6e2f url('/asset/img/mail-system/triable.png') no-repeat right 30px center;
    text-decoration: none;
    margin: 0 auto;
    padding: 12px;
    border-radius: 30px;
    font-weight: bold;
    transition: all 200ms linear;
}

.mail-system .below-btn {
    width: 500px;
    margin: 25px auto 70px;
}

.mail-system .below-btn .text-t {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-right: 10px;
}

.mail-system .below-btn .text-t span {
    font-size: 14px;
}

.mail-system .below-btn .list-l {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #000;
    padding-left: 15px;
}

.mail-system .below-btn .list-l a {
    text-decoration: none;
    color: #000;
}

.mail-system .below-btn .list-l a:hover {
    text-decoration: underline;
}

/******************END MAIL SYSTEM**************/





/************************PARTNER*************************/
.partner .area1 .area-content {
    overflow: hidden;
}

.partner .area1 .area-content .area-para {
    width: calc(100% - 466px);
    float: left;
}

.partner .area1 .area-content.area-content-no-img .area-para {
    width: 100%;
}

.partner .area1 .area-content .area-img {
    width: 446px;
    float: right;
}

.partner .area1 .area-content .area-para .ac-title {
    font-size: 18px;
    color: #9a6e2f;
    margin-bottom: 10px;
}

.partner .area1 .area-content .area-para .ac-text {
    font-size: 16px;
    line-height: 1.6;
}

.partner .area1 .area-content .area-para .ac-text span {
    font-size: 14px;
    color: #ce0000;
}

.partner .area1 .area-content-no-img {
    margin-top: 50px;
    border-bottom: 1px dashed #000;
    padding-bottom: 60px;
}

.partner .area2 {
    padding-top: 40px;
}

.partner .area2 .title {
    padding-bottom: 30px;
    font-size: 18px;
    color: #9a6e2f;
    margin-bottom: 0px;
    font-weight: bold;
}

.partner .area2 ul li {
    margin-bottom: 30px;
}

.partner .area2 ul li:nth-child(odd) {
    width: calc(50% - 20px);
    float: left;
}

.partner .area2 ul li:nth-child(even) {
    width: calc(50% - 20px);
    float: right;
}

.partner .area2 ul {
    overflow: hidden;
}

.partner .area2 ul li .cirle {
    width: 134px;
    float: left;
}

.partner .area2 ul li .f-content {
    width: calc(100% - 154px);
    float: right;
}

.partner .area2 ul li .f-content .f-text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}

.partner .area2 ul li .cirle {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.partner .area2 ul li .f-content {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.partner .area2 ul li .f-content .f-text {
    font-size: 15px;
}

.partner .area2 .text {
    font-size: 14px;
}

.partner .area2 .btn-l {
    margin-top: 60px;
}

.partner .area2 .btn-l a {
    text-align: center;
    display: block;
    font-size: 24px;
    color: #fff;
    width: 525px;
    background: #9a6e2f url(/asset/img/mail-system/triable.png) no-repeat right 30px center;
    text-decoration: none;
    margin: 0 auto;
    padding: 12px;
    border-radius: 30px;
    font-weight: bold;
    transition: all 200ms linear;
}

.partner .area2 .below-btn {
    width: 500px;
    margin: 25px auto 70px;
}

.partner .area2 .below-btn .text-t {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-right: 10px;
}

.partner .area2 .below-btn .text-t span {
    font-size: 14px;
}

.partner .area2 .below-btn .list-l {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #000;
    padding-left: 15px;
}

.partner .area2 .below-btn .list-l a {
    text-decoration: none;
    color: #000;
}

.partner .area2 .below-btn .list-l a:hover {
    text-decoration: underline;
}

/************************END PARTNER***********************/






/***********************PRIVACY POLICY************************/
.privacy-policy .text-20 {
    font-size: 16px;
    line-height: 1.8;
}

.privacy-policy .para {
    margin-top: 40px;
}

.privacy-policy .para .para-title {
    font-size: 16px;
    font-weight: bold;
}

.privacy-policy .para .para-title span {
    font-size: 18px;
    margin-right: 10px;
}

.privacy-policy .text-20 a {
    color: #000;
    text-decoration: none;
}

.privacy-policy .text-privacy-p {
    line-height: 1.8;
}

.privacy-policy .text-20 a:hover {
    text-decoration: underline;
}

.privacy-policy .contact-box {
    border: 1px solid #232323;
    width: 738px;
    margin: 0 auto;
    padding: 20px 0 20px 140px;
    margin-top: 40px;
    margin-bottom: 100px;
}

/************************END PRIVACY POLICY*********************/





/************************Q&A*********************/
.qa .para {
    position: relative;
}

.qa .para .btn,
.para .para-img {
    position: absolute;
    right: 0;
    top: 0;
}

.qa .text-bg-grey {
    background: #e2e2e2;
    font-size: 20px;
    font-weight: bold;
    margin-top: 60px;
    padding: 10px 20px;
}

.qa .qna-label {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin-right: 25px;
    vertical-align: top;
    line-height: 1;
    width: 23px;
}

.qa .quest {
    margin-top: 25px;
}

.qa .answer {
    margin-top: 20px;
}

.qa .quest .qna-label {
    color: #878787;
}

.qa .answer .qna-label {
    color: #9a6e2f;
}

.qa .quest .q-title {
    display: inline-block;
    color: #9a6e2f;
    font-weight: bold;
    font-size: 20px;
    width: calc(100% - 52px);
}

.qa .panel {
    padding: 20px 25px;
    display: inline-block;
    width: calc(100% - 52px);
    background: #f3ebe1;
    position: relative;
}

.qa .panel .text span {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    margin-right: 5px;
    line-height: 1;
    margin-top: -5px;
}

.qa .panel:after {
    content: "";
    position: absolute;
    top: 10px;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 15px solid #f3ebe1;
}

.qa .area2 {
    margin-bottom: 130px;
}

/************************END Q&A*********************/





/*************************SEARCH RESULTS********************/
.btnSearch {
    color: #fff;
    background: #000;
    border-radius: 20px;
    padding: 5px 20px;
    text-align: center;
    margin: 0;
    text-decoration: none;
    width: 110px;
    transition: all 0.25s;
    display: inline-block;
}

.btnSearch:hover {
    background: #fff;
    color: #000;
    box-shadow: inset 0 0 0 1px #000;
}

.search-results .item-grid ul.list-item li .list-barge li.no_coupon {
    display: none;
    width: 22px;
    height: auto;
}

.search-results .item-grid ul.list-item li .list-barge li.coupon {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    color: #fff;
    background: #000;
    border-radius: 3px;
    text-align: center;
    padding: 4px 0;
    height: 31px;
}

.search-results .btn-l option {
    /*display:flex;
    background-color: #f00;*/
    text-align: center;
    justify-content: center;
}

.search-results .btn-l {

    text-decoration: none;
    display: block;
    width: 386px;
    font-size: 20px;
    color: #9a6e2f;
    font-weight: bold;
    border: 1px solid #9a6e2f;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 0 auto 10px;
    /*transition: all 2s;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    display: none;
    text-align: center;
    text-align-last: center;
    color: rgba(0, 0, 0, 0);
    /*background: url('/asset/img/search-results/triangle.png') no-repeat right 20px center;*/

}
select::-ms-expand {
    display: none;
}
.search-results select.btn-l{
      background: url('/asset/img/search-results/triangle.png') no-repeat right 20px center;
      position: relative;
      z-index: 1;
}

.search-results .btn-l.areaActive,
.search-results .btn-l.titleArea,
.search-results .btn-l.titleArea2 {
    display: block;
    position: relative;
    z-index: 1;

}

.search-results .wrapSelect {
    position: relative;
    text-align: center;
}

.search-results .btn-l.titleArea,
.search-results .btn-l.titleArea2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
/*    background: url('/asset/img/search-results/triangle.png') no-repeat right 20px center;*/
    color: #9a6e2f;
    cursor: pointer;
    z-index: 0;
    border: 0;
}

.search-results .btn-l.titleArea2 {
    top: 0;
}



.search-results .btn-l option {
    text-align-last: center;
    color: #9a6e2f;
    font-weight: bold;
}

.search-results .btn-l a:hover {
    border: 2px solid #9a6e2f;
    padding: 9px 0;
}

.search-results .note {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.search-results .note span {
    font-size: 20px;
    color: #e968a1;
}

.search-results .item-grid {
    margin-top: 40px;
}

.search-results .item-grid ul.list-item {
    /* overflow: hidden;*/
}

.search-results .item-grid ul.list-item:after,
.search-results .item-grid ul.list-item:before {
    content: "";
    display: table;
    clear: both;
}

.search-results .item-grid ul.list-item li:nth-child(odd) {
    width: calc(50% - 10px);
    float: left;
}

.search-results .item-grid ul.list-item li:nth-child(even) {
    width: calc(50% - 10px);
    float: right;
}

.search-results .item-grid ul.list-item li {
    overflow: hidden;
}

.search-results .item-grid>ul.list-item>li {
    margin-bottom: 70px;
    min-height: 230px;
}

.search-results .item-grid ul.list-item li .item-img {
    width: 200px;
    float: left;
    /* min-height: 150px; */
    overflow: hidden;
}
.search-results .item-grid ul.list-item li .item-img img{
    width: 100%;
    max-height: 200px;
    /*object-fit: cover;*/
}
.search-results .item-grid ul.list-item li .item-content {
    width: calc(100% - 225px);
    float: right;
}
.search-results .item-grid ul.list-item li .item-content .date{
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 0 8px;
    margin-bottom: 5px;
}
.newlist.search-results .item-grid ul.list-item li .item-content .date{
    font-size: 16px;
    margin-bottom: 7px;
    color: #DAA054;
    background: transparent;
}
.search-results .item-grid ul.list-item li .item-content .item-title a {
    font-size: 18px;
    color: #9a6e2f;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 305px;
    display: inline-block;
}
.search-results .item-grid ul.list-item li .item-content .item-title a .icon{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.search-results .item-grid ul.list-item li .item-content .item-title a:hover {
    text-decoration: underline;
}

.search-results .item-grid ul.list-item li .item-content .item-title a:after {
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0;
    width: calc(100% + 15px);
    height: 1px;
    background: #c8c8c8;
}

.search-results .item-grid ul.list-item li .item-content .item-sub {
    font-size: 14px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 305px;
    display: inline-block;
}

.search-results .item-grid ul.list-item li .item-content .item-sub.pc {
    display: inline-block;
}

.search-results .item-grid ul.list-item li .item-content .item-number a {
    font-size: 20px;
    color: #9a6e2f;
    line-height: 1.3;
    text-decoration: none;
}

.search-results .item-grid ul.list-item li .item-content .item-number a:hover {
    text-decoration: underline;
}

.search-results .item-grid ul.list-item li .item-content .list-barge {
    margin-bottom: 10px;
    margin-top: 6px;
    /*height: 31px;*/
}

.search-results .item-grid ul.list-item li .item-content .list-barge img {
    width: 90%;
    max-width: 30px;
}

.search-results .item-grid ul.list-item li .item-content .list-barge li {
    display: inline-block;
    vertical-align: middle;
    float: none;
    /*width: auto;*/
}
.search-results .item-grid ul.list-item li .item-content .list-barge li.no_coupon {
    display: none;
    width: 22px;
    height: auto;
}
.page-coupon.search-results .item-grid ul.list-item li .item-content .list-barge li{
    width: 70px;
}
.search-results .item-grid ul.list-item li .item-content .list-barge li:not(:last-child) {
    margin-right: 5px;
}

.search-results .item-grid ul.list-item li .item-content .item-category {
    margin-bottom: 10px;
    font-size: 14px;
}

.search-results .item-grid ul.list-item li .item-content .item-categorym {
    margin-bottom: 2px;
}

.search-results .item-grid ul.list-item li .item-content .item-category span {
    color: #fff;
    font-size: 13px;
    background: #9a6e2f;
    padding: 3px 18px;
    border-radius: 20px;
}

.search-results .item-grid ul.list-item li .item-content .item-category .yen.active {
    display: none;
}

.search-results .item-grid ul.list-item li .item-content .item-border {
    text-align: center;
    border: 1px solid #9a6e2f;
    padding: 4px;
}

.search-results .item-grid ul.list-item li .item-content .item-border .text {
    font-size: 17px;
    color: #9a6e2f;
}

.search-results .item-grid ul.list-item li .item-content .item-border .text span {
    font-size: 22px;
    color: #25a862;
}

.search-results .item-grid ul.list-item li .item-content .item-border .ss {
    color: #9a6e2f;
}

.search-results .banner-bottom {
    margin-top: 0;
}

.search-results .item-grid ul.list-pager {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
    font-size: 18px;
}

.search-results .item-grid ul.list-pager li {
    display: inline-block;
}

.search-results .item-grid ul.list-pager li a {
    font-size: 15px;
    color: #9a6e2f;
    padding: 4px;
    text-decoration: none;
}

.search-results .item-grid ul.list-pager li a:hover {
    text-decoration: underline;
}






/*/SEARCH NEWLIST*/
.search-results .rowSearch .btn-l {
    display: inline-block !important;
}

.search-results .rowSearch {
    text-align: center;
    margin-top: 5px;
    position: absolute;
    z-index: 1;
}
.search-results .rowSearch.hide{
    margin-top: 0;
}
.search-results.newlist .rowSearch {
    position: static;
}

.search-results .rowSearch .textLeft {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.search-results .rowSearch .btn-l {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 170px;
    text-align-last: center;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    border: 1px solid #000000;
    padding: 13px 10px;
    border-radius: 6px;
    margin: 0 auto;
    background: url('/asset/img/search-results/triangle-newlist.png') no-repeat right 5px center;
    background-size: 7px;
    border-radius: 50px;
}

.search-results .rowSearch .btn-l option {
    color: #000000;
    font-weight: normal;
}

.search-results .pager {
    position: absolute;
    right: 0;
    top: 20px;
    transform: translateY(-50%);
    border: 1px solid #000;
    border-radius: 5px;
    padding: 2px 10px;
    z-index: 1;
    border-radius: 5px;
    -webkit-appearance: none;
   -moz-appearance:    none;
   -ms-appearance:    none;
   appearance:         none;
    background: url(/asset/img/search-results/sort.png) no-repeat center right 2px;
    background-size: 10px;
}
.search-results .pager.hide{
    top: 15px;
    margin-top: 0;
}
.search-results.newlist .pager {
    position: static;
    transform: none;
    margin: 0 auto;
    display: block;
    margin-top: 11px;
    transform: translateY(-39px);
    float: left;
}

.search-results .wrapArea {
    position: relative;
}

.search-results .wrapArea .titleArea2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*************************END SEARCH RESULTS********************/




/******************DETAIL*********************/
.detail .areaContent {
    width: 100%;
}

.detail .areaContent .rowTop {
    text-align: center;
    border-bottom: 1px solid #c8c8c8;
    position: relative;
}

.detail .areaContent .rowTop .lastDate,
.detail3 .areaContent .rowTop .lastDate {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #9a6e2f;
}

.areaContent .rowTop .textTop {
    font-weight: bold;
    font-size: 26px;
    color: #9a6e2f;
    padding: 11px 0;
    letter-spacing: 0.7px;
    width: 76%;
    margin: 0 auto;
}
.areaContent .rowTop .textTop:after{
    content: "";
    display: table;
    clear: both;
}
.areaContent .rowTop .textTop .button{
    float: right;
    padding-top: 8px;
}
.areaContent .rowTop .textTop .button li{
    display: inline-block;
    vertical-align: top;
}
.areaContent .rowTop .textTop .button li a{
    font-size: 14px;
    color: #fff;
    background: #000;
    border-radius: 3px;
    margin-left: 5px;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    transition: all 0.25s;
    border: 1px solid #000;
}
.areaContent .rowTop .textTop .button li a:hover{
    text-decoration: none;
    background: #fff;
    color: #000;
}

.areaContent .rowTop .btnRight {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.areaContent .rowTop .btnRight a {
    font-size: 16px;
    text-decoration: none;
    color: #9a6e2f;
    border-radius: 30px;
    border: 1px solid #9a6e2f;
    width: 132px;
    display: block;
    text-align: right;
    line-height: 1.3;
    padding: 5px 38px 5px 0;
    background: url(/asset/img/detail/backPage.png) no-repeat center left 15px;
    transition: all 0.25s;
    display: none;
}

.areaContent .rowTop .btnRight a:hover {
    background: #9a6e2f url(/asset/img/detail/backPage-hv.png) no-repeat center left 15px;
    color: #fff;
}

.detail .areaContent .rowBot {
    padding-top: 50px;
}

.detail .areaContent .rowBot:after {
    content: "";
    display: table;
    clear: both;
}

.detail .areaContent .rowBot .areaLeft {
    width: 760px;
    float: left;
}

.detail .areaContent .rowBot .areaLeft .area1:after {
    display: table;
    content: "";
    clear: both;
}

.detail .areaContent .rowBot .areaLeft .area1 .colLeft,
.detail3 .areaContent .rowBot .areaLeft .area1 .colLeft {
    float: left;
    width: 300px;
}

.detail .areaContent .area1 .colLeft .btn a,
.detail3 .areaContent .area1 .colLeft .btn a {
    display: block;
    border: none;
    background: #bb0000;
    color: #fff;
    width: 100%;
    padding: 3px 8px 0px;
    margin-top: 17px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1;
    text-align: left;

}

.detail .areaContent .area1 .colLeft .btn.coupon a,
.detail3 .areaContent .area1 .colLeft .btn.coupon a {
    background: #c8c8c8;
}

.detail .areaContent .area1 .colLeft .btn a:before,
.detail3 .areaContent .area1 .colLeft .btn a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 60px;
    margin-top: -4px;
    background: url(/asset/img/detail/bg-btn.png) no-repeat center left;
    margin-right: 32px;
    background-size: 75%;
}

.detail .areaContent .area1 .colLeft .text {
    font-weight: bold;
    font-size: 20px;
    color: #9a6e2f;
}

.detail .areaContent .area1 .colLeft .list {
    margin-top: 5px;
}

.detail .areaContent .area1 .colLeft .list li {
    margin-bottom: 5px;
    line-height: 1;
}

.detail .areaContent .area1 .colLeft .list li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    display: block;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0;
}

.detail .areaContent .area1 .colLeft .list li a:hover {
    opacity: 0.8;
}

.detail .areaContent .area1 .colLeft .list li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-top: -8px;
    line-height: 0;
}

.detail .areaContent .rowBot .areaLeft .area1 .colRight {
    float: right;
    width: calc(100% - 300px);
    padding-left: 20px;
}

.detail .areaContent .area1 .colRight .title {
    color: #e10000;
    font-weight: bold;
    font-size:18px;
    margin-top: -7px;
    line-height: 1.6;
    letter-spacing: 0px;
}

.detail .areaContent .area1 .colRight .text {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    margin-top: 14px;
    text-align: justify;
    letter-spacing: 0.5px;
}

.detail .areaContent .area1 .ranking {
    text-align: left;
    margin-top: 15px;
}

.detail .areaContent .area1 .ranking li {
    display: inline-block;
    vertical-align: top;
}

.detail .areaContent .area1 .ranking li:last-child {
    margin-right: 0;
}

.detail .areaContent .area2 {
    border-top: 1px solid #c8c8c8;
    margin-top: 33px;
}

.detail .areaContent .area2 .row {
    text-align: left;
    margin-top: 22px;
}

.detail .area2 .row .col {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    text-align: center;
    margin-right: 3.33333%;
    margin-bottom: 28px;
}

.detail .area2 .row .col:nth-child(3n) {
    margin-right: 0;
}

.detail .area2 .row .col .title {
    font-size: 12px;
    color: #9a6e2f;
/*    min-height: 36px;*/
}

.detail .area2 .row .col .img {
    margin-top: 6px;
    position: relative;
    height: 157px;
    overflow: hidden;
}

.detail .area2 .row .col .img img {
    height: 100%;
}

.detail .area2 .row .col .img .imgPop {
    display: none;
}

.detail .area2 .row .col .img .btnPop1 {
    position: absolute;
    bottom: 6px;
    right: 7px;
}

.detail .area2 .row .col .img .btnPop1 img {
    height: auto;
}

.detail .area2 .row .col .text {
    margin-top: 15px;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: justify;
    font-size: 13px;
    margin-right: 0;
}

.detail .bannerBot {
    text-align: center;
    margin-top: 26px;
}
.detail .bannerBot  a,
.detail2 .bannerBot  a,
.detail3 .bannerBot  a{
    width: 739px;
    display: inline-block;
    vertical-align: top;
}

.detail .areaRight {
    float: right;
    width: calc(100% - 760px);
    padding-left: 20px;
}

.detail .areaRight:after {
    content: "";
    display: table;
    clear: both;
}

.detail .areaRight .liTab {
    float: left;
    /* width: 20px; */
    margin-top: 36px;
}

.detail .areaRight .tblTab {
    float: left;
    width: calc(100% - 25px);
    text-align: left;
    display: none;
}

.detail .areaRight .tblTab.currentive {
    display: block;
}

.detail .areaRight .liTab li {
    margin-bottom: 15px;
    height: 124px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    overflow: hidden;
    width: 22px;
}

.detail .areaRight .liTab li a {
    writing-mode: vertical-rl;
    transform: rotate(0deg);
    text-decoration: none;
    color: #fff;
    padding: 10px 2px 0;
    position: relative;
    display: block;
    /*    letter-spacing: -0.5px;*/
    height: 100%;
    background: #b1b1b1;
    transition: all 0.25s;
    width: 60px;
}
.detail .areaRight .liTab li a .rotate{
    position: absolute;
    transform: rotate(0deg);
    top: 8px;
    left: -38px;
    width: 100%;
    height: 86px;
}
.detail .areaRight .liTab li.active a {
    background: #f8ecdc;
    color: #9a6d2f;
}

.detail .areaRight .liTab li.currentive a {
    color: #fff;
    background: #9a6e2f;
}

.detail .areaRight .liTab li a:after {
    content: ">";
    position: absolute;
    color: #fff;
    height: 20px;
    width: 38%;
    bottom: 3px;
    left: 0px;
    transform: rotate(90deg);
    writing-mode: vertical-rl;
    text-align: center;
    transition: all 0.25s;
}

.detail .areaRight .liTab li.active a:after {
    transform: rotate(-90deg);
    left: 2px;
    color: #9a6d2f;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    .detail .areaRight .liTab li{
        width: 25px;
    }
    .detail .areaRight .liTab li a{
        width: 90px;
        position: relative;
        writing-mode: vertical-rl;
    }
    .detail .areaRight .liTab li a .rotate{
        height: 27px;
        transform: rotate(90deg);
        top: 38px;
        left: -34px;
    }

    .detail .areaRight .liTab li a:after {
        content: ">";
        position: absolute;
        color: #fff;
        height: 20px;
        width: 38%;
        bottom: 3px;
        left: -4px;
        transform: rotate(-180deg);
        text-align: center;
        transition: all 0.25s;
    }

    .detail .areaRight .liTab li.active a:after {
        transform: rotate(0deg);
        color: #9a6d2f;
        left: -4px;
    }
}
.detail .areaRight .tblTab {
    background: #f8ecdc;
    border-radius: 5px;
    margin-top: -8px;
    padding: 8px 12px 18px;
}

.detail .areaRight .tblTab.active {
    display: block;
}

.detail .areaRight .tblTab .tblTitle {
    font-weight: bold;
    color: #9a6e2f;
    font-size: 20px;
    text-align: center;
}

.detail .areaRight .tblTab .info {
    margin-top: 10px;
    overflow: hidden;
}

.detail .areaRight .tblTab .info .listSp {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
    word-break: break-all;
    overflow: hidden;
}

.detail .areaRight .tblTab .info .listSp a {
    color: #000;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 213px;
}

.detail .areaRight .tblTab .info .listSp span {
    color: #fff;
    background: #9a6e2f;
    border-radius: 3px;
    padding: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 14px;
    float: left;
}

.detail .areaRight .tblTab .info .listSp.wset span {
    width: 72px;
    text-align: center;
}

.detail .areaRight .tblTab .info .listSp i,
.detail2 .areaRight .tblTab .info .listSp i {
    width: calc(100% - 90px);
    text-align: left;
    float: right;
    font-style: inherit;
}

/*.detail .areaRight .tblTab .info .listSp:last-child span{
    display: block;
    width: 54px;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 5px;
}*/
.detail .areaRight .tblTab .row {
    padding: 0 5px;
    margin-bottom: 10px;
}

.detail .areaRight .tblTab .row .rowTitle {
    color: #fff;
    width: 100%;
    padding: 2px 0;
    font-weight: bold;
    border-radius: 5px;
    background: #9a6e2f;
    text-align: center;
    font-size: 15px;
}

.detail .areaRight .tblTab .row .rowText {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0;
    margin-top: 10px;
}

.detail .areaRight .tblTab .row .rowText span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    font-size: 14px;
    letter-spacing: 0;
}

.detail .areaRight .tblTab .map {
    text-align: center;
}

.detail #map {
    margin-bottom: 10px;
}

.detail .n12to16 {
    margin-top: 10px;
}

.detail .areaRight .tblTab#tab3 .info .listSp span {
    float: none;
}

.detail #tab3 .n12to16 {
    display: block;
}

.detail .n12to16 tr td:first-child {
    width: 40%;
    color: #060606;
    text-align: left;
    vertical-align: top;
    padding: 5px 5px 5px 10px;
    padding-bottom: 0;
    background: #9a6e2f69;
    border-bottom: 1px solid #f8ecdc;

}

.detail .areaRight .tblTab .info .listSp span.n12to16 {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    background: transparent;
    margin-top: 10px;
}

.detail .areaRight .tblTab .info .listSp span.n12to16 span {
    background: transparent;
    color: #000;
    padding-left: 0;
    margin-right: 0;
}

.detail .areaRight .tblTab .info .listSp span.n12to16 span.spRow {
    width: 100%;
    padding: 0;
}

.detail .areaRight .tblTab .info .listSp span.n12to16 span.spRow .name {
    letter-spacing: -1px;
    width: 66px;
    padding: 0;
    margin-right: 5px;
}

.detail .areaRight .tblTab .info .listSp span.n12to16 span.spRow .price {
    padding: 0;
}

.detail .areaRight .tblTab .info .listSp span.spBlock {
    background: transparent;
    color: #000;
    letter-spacing: 0;
    margin-top: 10px;
}

.detail #tab3 .n12to16 tr td:first-child {
    width: 40px;
    background: transparent;
    padding: 3px 10px;
    text-align: center;
}

.detail #tab3 .listSpBot .n12to16 tr td:first-child {
    width: 60%;
    text-align: left;
}

.detail #tab3 .n12to16 tr td:last-child {
    width: calc(100% - 40px);
}

.detail #tab3 .listSpBot .n12to16 tr td:last-child {
    width: 40%;
    text-align: left;
}

.detail .listSpLast {
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: block;
}

.detail .ranking img {
    width: 80%;
}


.clickTab {
    display: none;
}

.iziModal .iziModal-button {
    opacity: 1;
}

/*******************END DETAIL*********************/





/***************CONTACT*****************/
.contact .wraper {
    width: 1140px;
}

.contact .area1 {
    margin-bottom: 180px;
}

.contact .area1 .textTop {
    text-align: center;
    font-size: 20px;
    color: #3f3f3f;
    margin-top: 65px;
    letter-spacing: 1px;
}

.contact .area1 .title {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    color: #3f3f3f;
    letter-spacing: 1px;
    margin-top: 55px;
    position: relative;
}

.contact .area1 .title:before,
.contact .area1 .title:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 34%;
    border-top: 1px solid #3f3f3f;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact .area1 .title:after {
    left: auto;
    right: 0;
}

.contact .area1 .frmContact {
    margin-top: 69px;
}

.contact .area1 .frmContact .row {
    border-bottom: 1px dotted #cfcfcf;
    overflow: hidden;
    padding-bottom: 34px;
}

.contact .area1 .frmContact .row+.row {
    margin-top: 34px;
}

.contact .area1 .frmContact .row .text {
    width: 254px;
    float: left;
    text-align: right;
    padding-right: 24px;
    margin-top: 10px;
}

.contact .area1 .frmContact .row.last {
    border-bottom: none;
}

.contact .area1 .frmContact .row.last .text {
    margin-top: 0;
}

.contact .area1 .frmContact .row .text .req,
.contact .area1 .frmContact .row .text .w10 {
    color: #fff;
    background: #ce0909;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 10px;
    font-size: 13px;
    line-height: 1;
    margin-left: 10px;
    width: 47px;

}

.contact .area1 .frmContact .row .text .w10 {
    background: transparent;
}

.contact .area1 .frmContact .row .data {
    float: left;
    width: calc(100% - 254px);
}

.contact .area1 .frmContact .row .data input,
.contact .area1 .frmContact .row .data textarea {
    width: 731px;
    border: 1px solid #cfcfcf;
    height: 45px;
    padding-left: 5px;
}

.contact .area1 .frmContact .row .data textarea {
    height: 200px;
    resize: none;
}

.contact .area1 .frmContact .row .data input[type="checkbox"] {
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.contact .area1 .frmContact .row .data .check {
    display: inline-block;
    vertical-align: top;
}

.contact .area1 .frmContact .row .data .textApp {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: 0;
}

.contact .area1 .frmContact .btn {
    text-align: center;
    margin-top: 40px;
}

.contact .area1 .frmContact .btn input[type="submit"] {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    background: #3f3f3f url(/asset/img/contact/bg-button.png) no-repeat center right 50px;
    border: none;
    width: 295px;
    border-radius: 5px;
    padding: 22px 0;
    letter-spacing: 0.5px;
}

.error .frmContact {
    text-align: center;
    font-size: 16px;
    line-height: 1.65;
}

.error .frmContact input[type="button"] {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #3f3f3f;
    border: none;
    width: 220px;
    border-radius: 5px;
    padding: 14px 0;
    letter-spacing: 0.5px;
    margin: 30px auto 0;
}

.error .frmContact input[type="button"]:hover {
    opacity: 0.8;
}

.thanks .rowTop {
    text-align: center;
    margin-bottom: 20px;
}

.thanks .rowTop .img {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.thanks .rowTop .text {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.thanks .rowTop .text span {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}

.thanks .frmContact input[type="button"] {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #3f3f3f;
    border: none;
    width: 220px;
    border-radius: 5px;
    padding: 14px 0;
    letter-spacing: 0.5px;
    margin: 30px auto 0;
}

/***************END CONTACT*****************/




/***************DETAIL2 PARTEN B*****************/
.detail2 .areaContent .rowList.row {
    text-align: left;
    margin-top: 22px;
}

.detail2 .rowList.row .col {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
    margin-right: 3.33333%;
    margin-bottom: 28px;
}

.detail2 .rowList.row .col:nth-child(3n) {
    /*margin-right: 0;*/
}

.detail2 .rowList.row .col .title {
    font-size: 12px;
    color: #9a6e2f;
}

.detail2 .rowList.row .col .img {
    margin-top: 6px;
    position: relative;
    height: 157px;
    overflow: hidden;
}

.detail2 .rowList.row .col .img img {
    height: 100%;
}

.detail2 .rowList.row .col .img .imgPop {
    display: none;
}

.detail2 .rowList.row .col .img .btnPop1 {
    position: absolute;
    bottom: 6px;
    right: 7px;
}

.detail2 .rowList.row .col .img .btnPop1 img {
    height: auto;
}

.detail2 .rowList.row .col .text {
    margin-top: 15px;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: justify;
    font-size: 13px;
    margin-right: 0;
}

.detail2 .listImg{
    margin-top: 40px;
}
.detail2 .areaTop {
    margin-bottom: 0px;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 45px;
}

.detail2 .areaBot {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 45px;
    margin-bottom: 50px;
}

.detail2 .areaContent {
    width: 100%;
}

.detail2 .areaContent .rowTop {
    text-align: center;
    position: relative;
}
.detail2 .areaContent .colLeft .textTop,
.detail2 .areaContent .colRight .textTop {
    font-weight: bold;
    font-size: 24px;
    color: #9a6e2f;
    padding: 0 0 11px;
    line-height: 1;
    border-bottom: 2px solid #c8c8c8;
    position: relative;
}

.detail2 .areaContent .colLeft .textTop .lastDate,
.detail2 .areaContent .colRight .textTop .lastDate {
    color: #9a6e2f;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.detail2 .areaContent .rowTop .btnRight {
    position: static;
    transform: none;
    margin: 20px 0 10px;
}

.detail2 .areaContent .rowBot {
    padding-top: 12px;
}

.detail2 .areaContent .rowBot .areaLeft {
    width: 100%;
}

.detail2 .areaContent .rowBot .areaLeft .area1:after {
    display: table;
    content: "";
    clear: both;
}

.detail2 .areaContent .rowBot .areaLeft .area1 .colLeft {
    float: left;
    width: 255px;
}

.detail2 .areaContent .rowBot .areaLeft .area1 .colLeft .slider .bxslider {
    margin-bottom: 5px;
}

.detail2 .areaContent .rowBot .areaLeft .area1 .colLeft .slider .bxslider li {
    width: 255px;
    height: auto;
    overflow: hidden;
}

.detail2 .areaContent .rowBot .areaLeft .area1 .colLeft .slider .bxslider img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

.detail2 .areaContent .area1 .colLeft .btn a {
    display: block;
    border: none;
    background: #e968a1;
    color: #fff;
    width: 100%;
    padding: 3px 8px 0px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1;
    text-align: left;
}

.detail2 .areaContent .area1 .colLeft .btn.coupon {
    background: #c8c8c8;
}

.detail2 .areaContent .area1 .colLeft .btn a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 60px;
    margin-top: -4px;
    background: url(/asset/img/detail/bg-btn.png) no-repeat center left;
    margin-right: 32px;
    background-size: 75%;
}

.detail2 .areaContent .area1 .colLeft .text {
    font-weight: bold;
    font-size: 20px;
    color: #9a6e2f;
}

.detail2 .areaContent .area1 .colLeft .list {
    margin-top: 5px;
}

.detail2 .areaContent .area1 .colLeft .list li {
    margin-bottom: 10px;
    line-height: 1;
}
.detail .areaContent .area1 .colLeft .list li:nth-child(n + 4),
.detail2 .areaContent .area1 .colLeft .list li:nth-child(n + 4),
.detail3 .areaContent .area1 .colLeft .list li:nth-child(n + 4){
    display: none;
}
.detail .areaContent .area1 .colLeft .more,
.detail2 .areaContent .area1 .colLeft .more,
.detail3 .areaContent .area1 .colLeft .more{
    text-align: center;
}
.detail .areaContent .area1 .colLeft .more a,
.detail2 .areaContent .area1 .colLeft .more a,
.detail3 .areaContent .area1 .colLeft .more a{
    color: #000;
}
.detail2 .areaContent .area1 .colLeft .list li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #000;
    line-height: 1.3;
}

.detail2 .areaContent .area1 .colLeft .list li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    margin-top: -8px;
    line-height: 0;
}

.detail2 .areaContent .rowBot .areaLeft .area1 .colRight {
    float: right;
    width: calc(100% - 300px);
    padding-left: 31px;
    position: relative;
}

.detail2 .listImg .col {
    display: inline-block;
    vertical-align: top;
    width: 23.5%;
    text-align: center ;
}

.detail2 .areaContent .rowBot .areaLeft .area1 .colRight .ranking {
    position: absolute;
    top: -53px;
    right: 0;
}

.detail2 .areaContent .area1 .colRight .title {
    color: #e10000;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    margin-top: 25px;
}

.detail2 .areaContent .area1 .colRight .text {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 11px;
    text-align: justify;
    letter-spacing: -0.5px;
}

.detail2 .areaContent .area1 .ranking {
    text-align: left;
    margin-top: 10px;
}

.detail2 .areaContent .area1 .ranking li {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
    width: 68px;
}

.detail2 .areaContent .area1 .ranking li:last-child {
    margin-right: 0;
}

.detail2 .areaContent .area2 {
    border-top: 2px solid #c8c8c8;
    margin-top: 33px;
}

.detail2 .areaContent .area2 .row {
    text-align: left;
    margin-top: 22px;
}

.detail2 .area2 .row .col {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    text-align: center;
    margin-right: 70px;
    margin-bottom: 28px;
}

.detail2 .area2 .row .col:nth-child(3n) {
    margin-right: 0;
}

.detail2 .area2 .row .col .title {
    font-weight: bold;
    font-size: 20px;
    color: #9a6e2f;
}

.detail2 .area2 .row .col .img {
    margin-top: 6px;
    position: relative;
}

.detail2 .area2 .row .col .img .btnPop {
    position: absolute;
    bottom: 6px;
    left: 7px;
}

.detail2 .area2 .row .col .text {
    margin-top: 15px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    text-align: justify;
    font-size: 15px;
    margin-right: -20px;
}

.detail2 .listSlider {
    margin-top: 8px;
    overflow: hidden;
}

.detail2 .listSlider a {
    float: left;
    margin-right: 7.5px;
    width: 97px;
    opacity: 0.6;
    transition: all 0.25s;
}

.detail2 .listSlider a.active {
    opacity: 1;
}

.detail2 .listSlider a:last-child {
    margin-right: 0;
}

.detail2 .bannerBot {
    text-align: center;
    margin-top: 26px;
}

.detail2 .areaRight {
    width: 100%;
    overflow: hidden;
}

.detail2 .areaRight:after {
    content: "";
    display: table;
    clear: both;
}

.detail2 .areaRight .tblTab {
    border-radius: 5px;
    margin-top: 0px;
    float: left;
}

.detail2 .areaRight .tblTitle {
    font-weight: bold;
    color: #9a6e2f;
    font-size: 25px;
    margin: 20px 0;
}

.detail2 .areaRight .tblTab .info {
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.detail2 .areaRight .tblTab .info .listSp {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.detail2 .areaRight .tblTab .info .listSp span {
    color: #fff;
    background: #9a6e2f;
    border-radius: 3px;
    padding: 3px ;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 14px;
    border-radius: 50px;
}

.detail2 .areaRight .listSp span {
    width: 72px;
    text-align: center;
}

.detail2 .areaRight .tblTab .info .listSp:last-child span {
    display: inline-block;
    vertical-align: top;
    width: 72px;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 5px;
}

.detail2 .areaRight .tblTab .row {
    padding: 0 10px;
    margin-bottom: 10px;
}
.detail2 .areaRight .tblTab#tab3 .row .tab3Left,
.detail2 .areaRight .tblTab#tab3 .row .tab3Right{
    width: 184px;
    display: inline-block;
    vertical-align: top;
}
.detail2 .areaRight .tblTab#tab3 .row .tab3Right{
    margin-top: 30px;
    margin-left: 15px;
}

.detail2 .areaRight .tblTab .row .rowTitle {
    color: #424242;
    width: 100%;
    padding: 2px 0;
    font-weight: bold;
    border-radius: 20px;
    background: #fdfdfd;
    text-align: center;
    font-size: 15px;
    border: 2px solid #424242;
    margin-bottom: 10px;
}

.detail2 .areaRight .tblTab .row .rowText {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px;
    letter-spacing: 0px;
}

.detail2 .areaRight .tblTab .row .rowText span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    font-size: 14px;
}
.detail2 .areaRight .tblTab .row .rowText.last .rowTab3 .name{
    display: block;
    width: 100%;
}
.detail2 .areaRight .tblTab .map {
    text-align: center;
}

.detail2 #tab1 {
    width: 615px;
}

.detail2 #tab2 {
    width: 300px;
}

.detail2 #tab3 {
    /*width: 184px;*/
    width: calc(100% - 919px);
    float: right;
}

.detail2 .tabRow {
    display: inline-block;
    width: 305px;
    vertical-align: top;
}

.detail2 .tabRow2 {
    margin-bottom: -196px;
}

.detail2 .bx-wrapper {
    padding: 0;
    margin-bottom: 0;
    background: transparent;
    border: none;
    box-shadow: 0 0 0 transparent;
}

.detail2 .boxSlider {
    position: relative;
}

.detail2 .qr {
    position: absolute;
    bottom: 7px;
    left: 7px;
    z-index: 1;
}

.detail2 .lineTitle {
    text-align: center;
    color: #9a6e2f;
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 10px;
    background: #585858;
    color: #fff;
    padding: 3px;
    border-radius: 50px;
}

.detail2 .areaRight .rowText {
    margin-bottom: 10px
}

.detail2 .areaRight .rowText .nmPrice {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    text-align: left;
    padding-left: 10px;
    border-right: 1px solid #c1c1c1;
}

.detail2 .areaRight .rowText .price {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
}

.detail2 #tab3 .rowTab3 {
    overflow: hidden;
    margin-top: 5px;
}

.detail2 #tab3 .rowTab3 .name {
    font-size: 14px;
    float: left;
    margin-top: 0;
}

.detail2 #tab3 .rowTab3 .nameKh {
    float: left;
    margin-top: 0;
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    padding-left: 0;
}

/*.detail2 #tab3 .rowTab3 .nameKh:before {
    content: "ー ";
}*/

.detail2 .btn {
    text-align: center;
    width: 100%;
}

.detail2 .btn a {
    display: inline-block;
    vertical-align: top;
    background: #c8c8c8;
    color: #000;
    text-align: center;
    width: 437px;
    text-decoration: none;
    font-size: 20px;
    padding: 11px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    transition: all 200ms linear;
    margin-top: 40px;
    display: none;
}

.detail2 .btn a:hover {
    border: none;
    opacity: 0.8;
    background: #c8c8c8;
}

.bannerBot {
    text-align: center;
}

i {
    font-style: inherit;
}

.detail2 #ancBtn .more{

}
/*.detail2 .hotel_group_list li:nth-child(n + 4){
    display: none;
}*/

/***************END DETAIL2 PARTEN B*****************/





/***************DETAIL3 PARTEN C*****************/
.detail3 .imgPop {
    display: none;
}

.detail3 .areaContent {
    width: 100%;
}

.detail3 .areaContent .rowTop {
    text-align: center;
    border-bottom: 2px solid #c8c8c8;
    position: relative;
}

.detail3 .areaContent .rowTop .textTop {
    font-weight: bold;
    font-size: 30px;
    color: #9a6e2f;
    padding: 11px 0;
}

.detail3 .areaContent .rowBot {
    padding-top: 62px;
}

.detail3 .areaContent .rowBot:after {
    content: "";
    display: table;
    clear: both;
}

.detail3 .areaContent .rowBot .areaLeft {
    width: 100%;
    float: left;
}

.detail3 .areaContent .rowBot .areaLeft .area1:after {
    display: table;
    content: "";
    clear: both;
}

.detail3 .areaContent .rowBot .areaLeft .area1 .colLeft {
    float: right;
    width: 300px;
}

.detail3 .areaContent .rowBot .areaLeft .area1 .colLeft .img img {
    width: 100%;
}

.detail3 .areaContent .area1 .colLeft .btn a {
    display: block;
    border: none;
    background: #bb0000;
    color: #fff;
    width: 100%;
    padding: 3px 8px 0px;
    margin-top: 17px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1;
    text-align: left;
}

.detail3 .areaContent .area1 .colLeft .btn.coupon {
    background: #c8c8c8;
}

.detail3 .areaContent .area1 .colLeft .btn a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 60px;
    margin-top: -4px;
    background: url(/asset/img/detail/bg-btn.png) no-repeat center left;
    margin-right: 32px;
    background-size: 75%;
}

.detail3 .areaContent .area1 .colLeft .text {
    font-weight: bold;
    font-size: 20px;
    color: #9a6e2f;
    margin-top: 13px;
}

.detail3 .areaContent .area1 .colLeft .list {
    margin-top: 9px;
}

.detail3 .areaContent .area1 .colLeft .list li {
    margin-bottom: 10px;
    line-height: 1;
}

.detail3 .areaContent .area1 .colLeft .list li a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    /* text-align-last: justify; */
    display: block;
    font-weight: bold;
    /* border-bottom: 1px solid #000; */
    line-height: 1;
}

.detail3 .areaContent .area1 .colLeft .list li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    margin-top: -8px;
    line-height: 0;
}

.detail3 .areaContent .rowBot .areaLeft .area1 .colRight {
    float: left;
    width: 686px;
    padding-left: 0;
    margin-top: 8px;
}

.detail3 .areaContent .area1 .colRight .title {
    color: #e10000;
    font-weight: bold;
    font-size: 21px;
    margin-top: 0;
    line-height: 1.55;
}

.detail3 .areaContent .area1 .colRight .text {
    font-size: 14px;
    font-weight: normal;
    margin-top: 22px;
    text-align: justify;
    color: #262626;
}

.areaContent .rowBot .areaLeft .area1 .colRight .qrDetail {
    width: 100%;
    margin-top: 20px;
}

.detail3 .areaContent .area1 .ranking {
    text-align: left;
    margin-top: 10px;
}

.detail3 .areaContent .area1 .ranking li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.detail3 .areaContent .area1 .ranking li img {
    width: 68px;
}

.detail3 .areaContent .area1 .ranking li:last-child {
    margin-right: 0;
}

.detail3 .areaContent .area2 {
    margin-top: 17px;
}

.detail3 .areaContent .area2 .row {
    text-align: left;
    margin-top: 22px;
}

.detail3 .area2 .row .col {
    display: inline-block;
    vertical-align: top;
    width: 315px;
    text-align: center;
    margin-right: 24px;
    margin-bottom: 40px;
    word-break: break-all;
}

.detail3 .area2 .row .col:nth-child(3n) {
    margin-right: 0;
}

.detail3 .area2 .row .col .title {
    font-size: 18px;
    color: #9a6e2f;
}
.detail3 .area2 .row .col .titleHide{
    min-height: 27px;
}
.detail3 .area2 .row .col .img {
    margin-top: 6px;
    position: relative;
    height: 236px;
    overflow: hidden;
}

.detail3 .area2 .row .col .img img {
/* 20191017 修正
    width: 100%;
*/
    height: 100%;
}

.detail3 .area2 .row .col .img .btnPop1 {
    position: absolute;
    bottom: 6px;
    right: 7px;
    width: 38px;
}

/* 20191017 追加 */
.detail3 .area2 .row .col .img .btnPop1 img{
    height: auto;
}

.iziModal .iziModal-button-close:hover{
    transform: none;
}
.detail3 .area2 .row .col .text {
    margin-top: 15px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    text-align: justify;
    font-size: 15px;
    font-weight: normal;
}

.detail3 .bannerBot {
    text-align: center;
    margin-top: 26px;
}

.detail3 .areaRight {
    float: right;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 50px;
}

.detail3 .areaRight:after {
    content: "";
    display: table;
    clear: both;
}

.detail3 .areaRight .liTab {
    float: left;
    /* width: 20px; */
    margin-top: 67px;
}

.detail3 .areaRight .tblTab {
    float: left;
    width: 100%;
    text-align: left;
    display: none;
}

.detail3 .areaRight .tblTab.active {
    display: block;
}

.detail3 .areaRight .liTab {
    display: flex;
    width: 100%;
    margin-bottom: 0;
}

.detail3 .areaRight .liTab li {
    width: 295px;
    justify-content: space-between;
    margin-right: 20px;
}

.detail3 .areaRight .liTab li:last-child {
    margin-right: 0;
}

.detail3 .areaRight .liTab li a {
    text-decoration: none;
    color: #9a6e2f;
    padding: 8px 2px;
    display: block;
    transition: all 0.25s;
    border: 1px solid #9a6e2f;
    text-align: center;
    font-size: 18px;
    border-bottom: none;
}

.detail3 .areaRight .liTab li.active a,
.detail3 .areaRight .liTab li:hover a {
    color: #fff;
    background: #9a6e2f;
}

.detail3 .areaRight .liTab li a .nameJa {
    display: block;
    width: 100%;
    font-size: 14px;
}

.detail3 .areaRight .wrapTab {}

.detail3 .areaRight .tblTab {
    padding: 40px 48px;
    border: 1px solid #9a6e2f;
    background: rgba(218, 160, 78, 0.1);
    /*  padding:8px 12px 18px;*/
}

.detail3 .areaRight .tblTab .tblTitle {
    font-weight: bold;
    color: #9a6e2f;
    font-size: 20px;
    border-bottom: 1px solid rgba(218, 160, 78, 0.37);
    padding-bottom: 12px;
}

.detail3 .areaRight .tblTab .info .listSp {
    display: block;
    width: 100%;
    font-size: 15px;
    margin-bottom: 14px;
}

.detail3 .areaRight .tblTab .info .listSp i {
    font-style: inherit;
}

.detail3 .areaRight .tblTab .info .listSp span,
.detail3 .areaRight .tblTab .info .listSp:last-child span {
    color: #fff;
    background: #9a6e2f;
    border-radius: 2px;
    padding: 6px 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 14px;
    width: 89px;
    text-align: center;
}

.detail3 .areaRight .tblTab .info .listSp span.spInline {
    background: transparent;
    padding: 0;
    width: calc(100% - 106px);
    color: #262626;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    font-weight: normal;
    font-size: 15px;
}

.detail3 .areaRight .tblTab .row {
    margin-bottom: 10px;
}

.detail3 .areaRight .tblTab .row.row2 {
    margin-top: 52px;
}

.detail3 .areaRight .tblTab .row .rowTitle {
    color: #fff;
    width: 100%;
    padding: 8px 0;
    font-weight: bold;
    background: #9a6e2f;
    text-align: center;
    font-size: 15px;
}

.detail3 .areaRight .tblTab .row .rowText {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 36px;
}

.detail3 .areaRight .tblTab .row .rowText span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    font-size: 14px;
}

.detail3 .areaRight .tblTab .map {
    text-align: center;
    margin-top: 20px;
}

.detail3 .areaRight .tblTab .wrpRow {
    width: 479px;
    display: inline-block;
    vertical-align: top;
    margin-top: 24px;
    margin-right: 40px;
}

.detail3 .areaRight .tblTab .wrpRow:last-child {
    margin-right: 0;
}

.detail3 .areaRight .tblTab#tab3 .info,
.detail3 .areaRight .tblTab#tab4 .info {
    margin-top: 0px;
}

.detail3 .areaRight .tblTab#tab3 .info .listSp,
.detail3 .areaRight .tblTab#tab4 .info .listSp {
    display: inline-block;
    vertical-align: top;
    width: 30.5%;
    margin-right: 1%;
}

.detail3 table.tablelist {
    width: 100%;
}

.detail3 table.tablelist td {
    width: 50%;
}

.detail3 .areaRight .tblTab#tab3 .info .listSp span,
.detail3 .areaRight .tblTab#tab4 .info .listSp span {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.detail3 .areaRight .tblTab#tab4 .info .listSpLast {
    display: block;
    width: 100%;

}

.detail3 .areaRight .tblTab#tab3 .info .listSp .n12to16 {
    background: transparent;
    padding: 0;
}

.detail3 .areaRight .tblTab#tab3 .info .listSp .n12to16 span {
    background: transparent;
    color: #000;
    text-align: left;
    padding: 0;
}

.detail3 .areaRight .tblTab#tab3 .info .listSp .spBlock {
    background: transparent;
    color: #000;
    text-align: left;
}

.detail3 .areaRight .tblTab#tab3 .info .listSp .n12to16 .spRow {
    margin-bottom: 0;
}

.detail3 .areaRight .tblTab#tab3 .info .listSp .n12to16 .name {
    letter-spacing: -1px;
    width: 80px;
    padding: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}

.detail3 .areaRight .tblTab#tab3 .info .listSp .n12to16 .price {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    margin-right: 0;
}



.qrDetail{
    margin: 40px auto 0;
    width: 739px;
    display: block;
    position: relative;
}
.qrDetail .qrImg{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 66px;
}
.qrDetail .qrLink{
    position: absolute;
    bottom: 10px;
    right: 10px;
font-weight: bold;
    /* box-shadow: 0 0 10px #FFF; */
    text-shadow: 0 0px 21px #ffffff,
    0 0px 24px #ffffff,
    0 0px 26px #ffffff,
    0 0px 36px #ffffff,
    0 0px 34px #ffffff,
    0 0px 20px #ffffff,
    0 0px 10px #ffffff,
    0 0px 10px #ffffff,
    0 0px 10px #ffffff;
}

/***************END DETAIL3 PARTEN C*****************/





/***************GENRE*****************/
.genre .areaGenre {
    width: 100%;
    margin: 80px 0;
}

.genre .areaGenre .tblGenre {
    padding-left: 1px;
}

.genre .areaGenre .tblGenre:after {
    content: "";
    display: table;
    clear: both;
}

.genre .areaGenre .tblGenre li {
    float: left;
    width: calc(100% / 4);
    text-align: center;
    border: 1px solid #c8c8c8;
    margin-bottom: -1px;
    margin-left: -1px;
}

.genre .areaGenre .tblGenre li a {
    text-decoration: none;
    padding: 30px 22px;
    display: block;
    background: #fff;
    transition: all 0.25s;
}

.genre .areaGenre .tblGenre li a:hover {
    background: #fff8ed;
}

.genre .areaGenre .tblGenre li a .title {
    font-size: 24px;
    color: #dba14d;
    font-weight: bold;
}

.genre .areaGenre .tblGenre li a .img {
    margin-top: 20px;
}

.genre .areaGenre .tblGenre li a .text {
    font-size: 14px;
    color: #000;
    text-align: left;
    margin-top: 20px;
    line-height: 2;
}

.genre .areaGenre .tblGenre li a .play {
    border-top: 1px dotted #c8c8c8;
    margin-top: 20px;
    padding-top: 30px;
}

/***************END GENRE*****************/







/***************SPECIAL*****************/
.special .area1 {
    text-align: center;
    margin-top: 30px;
}

.special .row {
    text-align: center;
    margin-top: 15px;
}

.special .row .col {
    display: inline-block;
    vertical-align: top;
    margin: 0 14px;
    width: 220px;
}

.special .row .col .img {
    height: 145px;
    overflow: hidden;
}

.special .row .col .title {
    font-size: 16px;
    text-align: left;
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #E3E3E3;
}

.special .row .col .title a {
    color: #D89F55;
}

.special .row .col .text {
    font-size: 14px;
    text-align: left;
}

/***************END SPECIAL*****************/

.tableBot {
    margin-top: 40px;
}

.tableBot tr td:first-child {
    width: 130px;
}


.entrycheck {
    text-align: center;
    margin: 30px 0;
}

.entrycheck input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
}

.entrycheck .textcheck {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}






/*******************EASY*********************/
.easy.table-checkbox {
    width: 100%;
}

.easy.table-checkbox li {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    padding: 4px 2px;
}

/*********************END EASY*******************/




.detail .titleHide {
    visibility: hidden;
    min-height: 19px;
}







/*************************SPECIAL DETAIL*****************************8*/
.special-detail .area1 .area-title {
    color: #9a6e2f;
}

.special-detail .area1 .img {
    width: 100%;
    text-align: center;
}

.special-detail .area1 .text {
    margin-top: 30px;
}

.special-detail .area2 .wraTab {
    overflow: hidden;
    margin-top: 65px;
}

.special-detail .area2 .wraTab .btn {
    width: 300px;
}

.special-detail .area2 .wraTab .btn a {
    display: block;
    border: none;
    background: #ce0000;
    color: #fff;
    width: 100%;
    padding: 3px 8px 0px;
    margin-bottom: 17px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1;
    text-align: left;
}

.special-detail .area2 .wraTab .btn.coupon a {
    background: #c8c8c8;
}

.special-detail .area2 .wraTab .btn a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 60px;
    margin-top: -4px;
    background: url(/asset/img/detail/bg-btn.png) no-repeat center left;
    margin-right: 32px;
    background-size: 75%;
}



.special-detail .tblTab {
    border-radius: 0px;
    margin-top: 0px;
    float: left;
}

.special-detail .tblTab .img {
    width: 300px;
}

.special-detail .tblTitle {
    font-weight: bold;
    color: #9a6e2f;
    font-size: 25px;
    margin: 20px 0;
}

.special-detail .tblTab .info {
    /*margin-top: 10px;*/
}

.special-detail .tblTab .info .listSp {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.special-detail .tblTab .info .listSp span {
    color: #fff;
    background: #9a6e2f;
    border-radius: 3px;
    padding: 3px 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 14px;
    width: 65px;
    text-align: center;
}

.special-detail .tblTab .row {
    padding: 0 5px;
    margin-bottom: 20px;
}

.special-detail .tblTab .row.rowFirst .rowTitle {
    background: transparent;
    color: #9a6e2f;
    padding: 0;
    font-size: 21px;
}

.special-detail .tblTab .row .rowTitle {
    color: #fff;
    padding: 2px 10px;
    font-weight: bold;
    border-radius: 5px;
    background: #9a6e2f;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
}

.special-detail .tblTab .row .rowText {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 10px;

}

.special-detail .tblTab .row .rowText span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    font-size: 14px;
}

.special-detail .tblTab .map {
    text-align: center;
}

/*.special-detail #tab1 {
    width: 430px;
    float: left;
    padding-right: 10px;
}

.special-detail #tab2 {
    width: calc(100% - 430px);
    padding-left: 20px;
    float: left;
}*/

.special-detail .bannerBot {
    width: 722px;
    margin: 80px auto;
}
.special .bannerList{
    margin-top: 30px;
}
.bannerList{
    text-align: center;
    width: 739px;
    overflow: hidden;
    margin: 0 auto;
}
.bannerList a{
    margin-right: 25px;
    margin-bottom: 5px;
}
.bannerList a:nth-child(4n){
    margin-right: 0;
}


.special-detail .area1{
    margin-top: 40px;
}
.special-detail .area1 .area-title{
    color: #000;
    border-bottom: none;
    margin-bottom: 0;
}
.special-detail .area2 .wraTab{
    margin-top: 20px;
}
.special-detail .area2 .wraTab:after{
    content: "";
    display: table;
    clear: both;
}
.special-detail .area2 .colLeft{
    float: left;
    width: 381px;
    padding-right: 30px;
}
.special-detail .area2 .colLeft .img{
    text-align: center;
}
.special-detail .area2 .colLeft .img img{
    width: 100%;
}
.special-detail .area2 .colLeft .row{
    text-align: center;
}
.special-detail .area2 .colLeft .row .rowTitle{
    font-weight: bold;
    font-size: 25px;
    color: #9a6e2f;
    margin-top: 20px;
}
.special-detail .area2 .colLeft .row .rowText{
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
}


.special-detail .area2 .areaRight .wrapTab{
    width: 100%;
    overflow: hidden;
}
.special-detail .area2 .areaRight {
    float: right;
    width: calc(100% - 381px);
    padding-left: 0px;
    margin-bottom: 50px;
}

.special-detail .area2 .areaRight:after {
    content: "";
    display: table;
    clear: both;
}

.special-detail .area2 .areaRight .liTab {
    float: left;
    /* width: 20px; */
    margin-top: 67px;
}

.special-detail .area2 .areaRight .tblTab {
    float: left;
    width: 100%;
    text-align: left;
    display: none;
}

/*.special-detail .area2 .areaRight .tblTab.active {
    display: block;
}*/

.special-detail .area2 .areaRight .liTab {
    display: flex;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

.special-detail .area2 .areaRight .liTab li {
    width: 295px;
    justify-content: space-between;
    margin-right: 20px;
}

.special-detail .area2 .areaRight .liTab li:last-child {
    margin-right: 0;
}

.special-detail .area2 .areaRight .liTab li a {
    text-decoration: none;
    color: #9a6e2f;
    padding: 8px 2px;
    display: block;
    transition: all 0.25s;
    border: 1px solid #9a6e2f;
    text-align: center;
    font-size: 18px;
    border-bottom: none;
}

.special-detail .area2 .areaRight .liTab li.active a,
.special-detail .area2 .areaRight .liTab li:hover a {
    color: #fff;
    background: #9a6e2f;
}

.special-detail .area2 .areaRight .liTab li a .nameJa {
    display: block;
    width: 100%;
    font-size: 14px;
}

.special-detail .area2 .areaRight .tblTab {
    padding:17px 40px;
    border: 1px solid #9a6e2f;
    background: rgba(218, 160, 78, 0.1);
    /*  padding:8px 12px 18px;*/
}
.special-detail .area2 .areaRight .tblTab.active{
    display: block;
}

.special-detail .area2 .areaRight .tblTab .boxInn:after{
    content: "";
    clear: both;
    display: table;
}
.special-detail .area2 .areaRight .tblTab .boxInn .info{
    width: 300px;
    float: left;

}
.special-detail .area2 .areaRight .tblTab .boxInn .maps{
    width: 308px;
    float: right;
}
.special-detail .area2 .areaRight .tblTab .tblTitle {
    font-weight: bold;
    color: #9a6e2f;
    font-size: 20px;
    border-bottom: 1px solid rgba(218, 160, 78, 0.37);
    padding-bottom: 12px;
}

.special-detail .area2 .areaRight .tblTab .info .listSp {
    display: block;
    width: 100%;
    font-size: 15px;
    margin-bottom: 14px;
}

.special-detail .area2 .areaRight .tblTab .info .listSp i {
    font-style: inherit;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 110px);
}

.special-detail .area2 .areaRight .tblTab .info .listSp span,
.special-detail .area2 .areaRight .tblTab .info .listSp:last-child span {
    color: #fff;
    background: #9a6e2f;
    border-radius: 2px;
    padding: 6px 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 14px;
    width: 89px;
    text-align: center;
}

.special-detail .area2 .areaRight .tblTab .info .listSp span.spInline {
    background: transparent;
    padding: 0;
    width: calc(100% - 106px);
    color: #262626;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    font-weight: normal;
    font-size: 15px;
}

.special-detail .area2 .areaRight .tblTab .row {
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 0;
}
.special-detail .area2 .areaRight .tblTab .maps .row{
    margin-top: 0;
}
.special-detail .area2 .areaRight .tblTab .row.row2 {
    margin-top: 52px;
}

.special-detail .area2 .areaRight .tblTab .row .rowTitle {
    color: #fff;
    width: 100%;
    padding: 8px 0;
    font-weight: bold;
    background: #9a6e2f;
    text-align: center;
    font-size: 15px;
    border-radius: 0;
}

.special-detail .area2 .areaRight .tblTab .row .rowText {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 36px;
}

.special-detail .area2 .areaRight .tblTab .row .rowText span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    font-size: 14px;
}

.special-detail .area2 .areaRight .tblTab .map {
    text-align: center;
    margin-top: 20px;
}

.special-detail .area2 .areaRight .tblTab .wrpRow {
    width: 479px;
    display: inline-block;
    vertical-align: top;
    margin-top: 24px;
    margin-right: 40px;
}
.special-detail .area2 .areaRight .tblTab .tabRow{
    width: 452px;
}
.special-detail .area2 .areaRight .tblTab .wrpRow:last-child {
    margin-right: 0;
}

.special-detail .area2 .areaRight .tblTab#tab3 .info,
.special-detail .area2 .areaRight .tblTab#tab4 .info {
    margin-top: 0px;
}

.special-detail .area2 .areaRight .tblTab#tab3 .info .listSp,
.special-detail .area2 .areaRight .tblTab#tab4 .info .listSp {
    display: inline-block;
    vertical-align: top;
    width: 30.5%;
    margin-right: 1%;
}

.special-detail .area2 table.tablelist {
    width: 100%;
}

.special-detail .area2 table.tablelist td {
    width: 50%;
}

.special-detail .area2 .areaRight .tblTab#tab3 .info .listSp span,
.special-detail .area2 .areaRight .tblTab#tab4 .info .listSp span {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.special-detail .area2 .areaRight .tblTab#tab4 .info .listSpLast {
    display: block;
    width: 100%;

}

.special-detail .area2 .areaRight .tblTab#tab3 .info .listSp .n12to16 {
    background: transparent;
    padding: 0;
}

.special-detail .area2 .areaRight .tblTab#tab3 .info .listSp .n12to16 span {
    background: transparent;
    color: #000;
    text-align: left;
    padding: 0;
}

.special-detail .area2 .areaRight .tblTab#tab3 .info .listSp .spBlock {
    background: transparent;
    color: #000;
    text-align: left;
}

.special-detail .area2 .areaRight .tblTab#tab3 .info .listSp .n12to16 .spRow {
    margin-bottom: 0;
}

.special-detail .area2 .areaRight .tblTab#tab3 .info .listSp .n12to16 .name {
    letter-spacing: -1px;
    width: 80px;
    padding: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}

.special-detail .area2 .areaRight .tblTab#tab3 .info .listSp .n12to16 .price {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    margin-right: 0;
}

.special-detail-a .area1 .innTop{
    overflow: hidden;
}
.special-detail-a .area1 .innTop .col{
    float: left;
    width: 340px;
    text-align: center;
    margin-right: 40px;
}
.special-detail-a .area1 .innTop .col:nth-child(3n){
    margin-right: 0;
}
.special-detail-a .area1 .innTop .col img{
    width: 100%;
}
.special-detail-a .area1 .innTop .col .rowTitle{
    font-weight: bold;
    font-size: 25px;
    color: #9a6e2f;
    margin-top: 20px;
}
.special-detail-a .area1 .innTop .col .rowText{
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
}
.special-detail-a .area2{
    margin-top: 80px;
}


.special-detail-b .area1 .innTop{
    overflow: hidden;
}
.special-detail-b .area2 .areaRight{
    width: 100%;
}

.special-detail-b .area1 .innTop .col{
    float: left;
    width: 48%;
    text-align: center;
    margin-right: 4%;
    margin-bottom: 4%;
}
.special-detail-b .area1 .innTop .col:nth-child(2n){
    margin-right: 0;
}
.special-detail-b .area1 .innTop .col img{
    width: 100%;
}
.special-detail-b .area1 .innTop .col .rowTitle{
    font-weight: bold;
    font-size: 25px;
    color: #9a6e2f;
    margin-top: 20px;
}
.special-detail-b .area1 .innTop .col .rowText{
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
}
.special-detail-b .area2{
    margin-top: 80px;
}
.special-detail-b .area2 .areaRight .tblTab .boxInn .info{
    width: 48%;
}
.special-detail-b .area2 .areaRight .tblTab .boxInn .tabRow .info{
    width: 100%;
}
.special-detail-b .area2 .areaRight .tblTab .boxInn .maps{
    width: 44%;
}





.special-detail-c .area1 .innTop{
    overflow: hidden;
}
.special-detail-c .area2 .areaRight{
    width: 100%;
}

.special-detail-c .area1 .innTop .col{
    float: left;
    width: 31.33%;
    text-align: center;
    margin-right: 3%;
    margin-bottom: 3%;
}
.special-detail-c .area1 .innTop .col:nth-child(3n){
    margin-right: 0;
}
.special-detail-c .area1 .innTop .col img{
    width: 100%;
}
.special-detail-c .area1 .innTop .col .rowTitle{
    font-weight: bold;
    font-size: 25px;
    color: #9a6e2f;
    margin-top: 20px;
}
.special-detail-c .area1 .innTop .col .rowText{
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
}
.special-detail-c .area2{
    margin-top: 40px;
}
.special-detail-c .area2 .areaRight .tblTab .boxInn .info{
    width: 48%;
}
.special-detail-c .area2 .areaRight .tblTab .boxInn .tabRow .info{
    width: 100%;
}
.special-detail-c .area2 .areaRight .tblTab .boxInn .maps{
    width: 44%;
}





.special-detail-d .area1 .innTop1 .col{
    float: left;
    width: 48%;
    text-align: center;
    margin-right: 4%;
    margin-bottom: 4%;
}
.special-detail-d .area1 .innTop .col:last-child{
    margin-right: 0;
}
.special-detail-d .area1 .innTop .col:nth-child(3n){
    margin-right: 3%;
}
.special-detail-d .area1 .innTop .col:last-child{
    margin-right: 0;
}
.special-detail-d .area1 .innTop1 .col .img{
    height: 350px;
    overflow: hidden;
}
.special-detail-d .area1 .innTop2 .col .img{
    height: 228px;
    overflow: hidden;
}

.special-detail .area2 .row .col {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    text-align: center;
    margin-right: 3%;
    margin-bottom: 3%;
    word-break: break-all;
}

.special-detail .area2 .row .col:nth-child(3n) {
    margin-right: 0;
}

.special-detail .area2 .row .col .title {
    font-size: 16px;
    color: #9a6e2f;
}

.special-detail .area2 .row .col .img {
    margin-top: 6px;
    position: relative;
}
.special-detail .area2 .row .col .img{
    width: 100%;
    height: 206px;
    overflow: hidden;
}
.special-detail .area2 .row .col .img img {
    width: 100%;
}

.special-detail .area2 .row .col .img .btnPop1 {
    position: absolute;
    bottom: 6px;
    right: 7px;
    width: 38px;
}

.special-detail .area2 .row .col .text {
    margin-top: 15px;
    line-height: 1.4;
    letter-spacing: -0.5px;
    text-align: justify;
    font-size: 14px;
    font-weight: normal;
}

/****************************END SPECIAL DETAIL****************************/



/*DEMAN*/
body.demand{
    background: #fff;
}

.demand .hotel_name{
    font-weight: 900;
    font-size: 30px;
    color: #daa04e; 
}

.demand .textFirst{
    font-weight: bold;
    font-size: 20px;
    color: #000;
    margin-top: 10px;
}
.demand .center{
    margin: 0 auto;
}

.demand .center table{
    margin-top: 20px;
}
.demand .frm{
    margin-top: 20px;
}
.demand .frm .row{
    margin-bottom: 15px;
}
.demand .frm .row:after{
    content: "";
    display: table;
    clear: both;
}
.demand .frm .row .frmTtl{
    font-weight: bold;
    color: #000;
    font-size: 20px;
    text-align: left;
    width: 80px;
    float: left;
}
.demand.introduction .frm .row .frmTtl{
    width: 225px;
}
.demand .frm .row .frmLast{
    width: calc(100% - 80px);
    padding-left: 20px;
    float: left;
}
.introduction .frm .row .frmLast{
    width: calc(100% - 225px);
}
.demand .frm .row .frmLast input{
    width: 100%;
    height: 40px;
    border: 1px solid #cccccc;
    padding-left: 10px;
}
.demand .frm .row .frmLast textarea{
    width: 100%;
    resize: none;
    height: 250px;
    border: 1px solid #cccccc;
    padding-left: 10px;
}
.demand .frm .row.last{
    display: block;
    width: 100%;
}
.demand .frm .row.last .frmTtl{
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 10px;
}
.demand .frm .row.last .frmLast{
    display: block;
    width: 100%;
    float: none;
    padding-left: 0;
}

.demand .check{
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 13px 0;
    background: #f6f6f6;
    font-weight: bold;
    font-size: 18px;
}
.demand .check a{
    color: #000;
}
.demand .check input{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.demand .button{
    background: transparent;
}
.demand .button .btn{
    padding: 10px 22px;
    display: flex;
    justify-content: space-between;
}
.demand .button input{
    background: #000;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    border: 1px solid #000;
    width: 48%;
    transition: all 0.25s;
}
.demand .button input:hover{
    background: #fff;
    color: #000;
}
.demand .w550{
    width: 480px;
}
.demand.introduction .w550{
    width: 650px;
}
#popID{
    display: none;
}
/*END DEMAN*/

.specialBanner{
    text-align: center;
    margin-bottom: 40px;
}


/* HOTEL MAIL BANNER STYLE */
.mailBanner {
    width: 100%;
    overflow-y: hidden;
    position: relative;
    background: url(/asset/img/hotel/hotel_mail_banner_bg.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 25px;
}
.mailBanner .mailBanInfo {
    width: calc(100% - 100px);
    float: left;
    padding: 6px 13px 10px;
}
.mailBanner .mailBanInfo .mailBanText {
    color: #c89f66;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 0px 21px #ffffff, 0 0px 24px #ffffff, 0 0px 26px #ffffff, 0 0px 36px #ffffff, 0 0px 34px #ffffff, 0 0px 20px #ffffff, 0 0px 10px #ffffff, 0 0px 10px #ffffff, 0 0px 10px #ffffff;
    margin-top: 1px;
}
.mailBanner .mailBanInfo .mailBanForm {
    width: 333px;
    overflow: hidden;
    margin-top: 2px;
}
.mailBanner .mailBanInfo .mailBanForm .mailInput {
    width: calc(100% - 45px);
    border: 1px solid #f3edd2;
    padding: 2px 5px;
}
.mailBanner .mailBanInfo .mailBanForm .mailBtn {
    width: 45px;
    float: right;
    background: url(/asset/img/hotel/hotel_mail_btn_bg.png) no-repeat center center;
    background-size: 100% 100%;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    padding: 3px 0;
    border: none;
}
.mailBanner .qrImg {
    width: 79px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}



/*********************************************************************************************************/
/*****************************************************MOBILE****************************************************/

@media(max-width: 1250px) {

    body,
    html {
        width: 1349px;
    }

    /*************TOP PAGE ************/
    .front-page .area2 .wraper {
        width: 100%;
    }

    /*************END TOP PAGE*************/

    /***********DETAIL************/
    body,
    html {
        width: 100%;
    }

    .inner {
        width: 100%;
        padding: 0 2%;
    }

    .detail .areaContent .rowBot .areaLeft,
    .detail .areaRight {
        width: 760px;
        float: none;
        margin: 0 auto;
    }

    /*************END DETAIL*************/



}

@media(max-width: 1165px) {

    /**************DETAIL2****************/
    .detail2 #tab1 {
        width: 50%;
    }

    .detail2 #tab2 {
        width: 28%;
    }

    .detail2 #tab3 {
        width: 20%;
    }

    .detail2 .tabRow {
        width: 49%;
    }

    /*****************END DETAIL2***************/


}

@media(max-width: 1100px) {

    /****************COMMON****************/
    #footer .footTop .footRight {
        width: auto;
    }

    #footer .footTop .footRight .admin {
        width: 150px;
    }

    /******************END COMMON*************/



    /*************TOP PAGE ***********/
    .front-page .banner .text {
        padding: 0 3%;
    }

    .front-page .area1 .row .col .btn a {
        width: 100%;
    }

    .front-page .area1 .row .col2,
    .front-page .area1 .row .col3 {
        padding: 0 2% 36px;
    }

    .front-page .area1 .row .col .text {
        font-size: 1.45vw;
    }

    .front-page .area1 ul a {
        font-size: 1.45vw;
    }

    /***************END TOP PAGE ************/




    /***********DETAIL************/
    .inner {
        width: 100%;
        padding: 0 3%;
    }

    .detail .areaContent .rowBot .areaLeft,
    .detail .areaRight {
        width: 700px;
        float: none;
        margin: 0 auto;
    }

    .detail .areaRight {
        padding-left: 0;
    }

    .wraper {
        width: 100%;
        padding: 0 3%;
    }

    /*************END DETAIL*************/



    /***************SEARCH*******************/
    .search-results .rowSearch .btn-l {
        width: 115px;
    }
    .search-results .btn-l {
        width: 320px;
    }

    .search-results .item-grid ul.list-item li .item-content .item-title a {
        width: 100%;
    }

    .search-results .item-grid ul.list-item li .item-content .item-sub {
        width: 100%;
    }



    /*****************END SEARCH****************/
}

@media(max-width: 1050px) {

    /**************DETAIL2****************/
    .detail2 #tab1 {
        width: 100%;
    }

    .detail2 #tab2 {
        width: 48%;
    }

    .detail2 #tab3 {
        width: 48%;
    }

    .detail2 .tabRow {
        width: 49%;
    }

    .detail2 .areaRight .tblTab .row .rowTitle {
        margin-top: 20px;
    }

    /*****************END DETAIL2***************/
}

@media(max-width: 960px) {


    /*****************SEARCH ************************/
    .search-results .item-grid ul.list-item li .item-img {
        width: 150px;
    }

    .search-results .item-grid ul.list-item li .item-content {
        width: calc(100% - 159px);
    }

    /*******************END SEARCH *********************/


}

@media(max-width: 768px) {
    body,
    html {
        width: 100%;
    }

    body {
        letter-spacing: 0px;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    #header .search {
        display: none;
    }

    .wraper{
        width: 100%;
        padding: 0 3%;
    }
    .inner {
        width: 100%;
        padding: 0 5%;
    }

    .banner .text {
        display: none;
    }

    .banner .list {
        max-width: 360px;
        margin-top: 30px;
        margin-right: auto;
        margin-left: auto;
    }

    .banner .list li {
        width: 40%;
        margin-right: 0;
        margin-left: 0;
    }

    #header {
        padding: 10px 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 99991;
        height: 60px;
    }

    #header .headContent {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
    }

    #content {
        margin-top: 65px;
    }

    #footer .footTop .footLeft {
        width: 50%;
    }

    .banner .text {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }

    .headContent {
        width: 100px;
        margin-top: 0;
    }


    #nav-icon1 {
        width: 32px;
        height: 24px;
        position: relative;
        margin: 0 auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        float: right;
        margin-top: 10px;
    }

    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #262626;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 10px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 20px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: 0px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    body.lock {
        position: fixed;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .mainMenu,
    .listPage {
        position: absolute;
        left: 0;
        width: 100%;
        background: #eee;
        height: auto;
        padding-bottom: 0px;
        margin-top: 0;
        border-top: 1px solid #333;
        display: none;
        z-index: 99991;
    }

    .mainMenu .menu,
    .listPage .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0px;
    }

    .mainMenu .menu li,
    .listPage .list li {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-left: 0;
        border-bottom: 1px solid #333;
    }

    .mainMenu .menu .icon3{
        display:block;
    }

    .listPage .list li:last-child {
        border-bottom: none;
    }

    .mainMenu .menu li a,
    .listPage .list li a {
        font-size: 16px;
        width: 100%;
        padding: 0;
        min-height: auto;
        color: #262626;
        text-decoration: none;
        display: block;
        padding: 15px 0;
    }

    .listPage .list li a:hover {
        text-decoration: none;
    }

    .mainMenu .menu li a:after {
        height: 0;
        display: none;
    }


    .mainMenu .contact {
        width: 100%;
        text-align: center;
        margin-top: 0;
        margin-right: 0;
        padding: 0;
    }

    .mainMenu .contact a {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        padding: 15px 0;
    }

    .mainMenu .contact a:before {
        width: 30px;
        height: 30px;
        background-size: 100%;
        left: -36px;
        top: -2px;
        display: none;
    }

    .mainMenu .contact a:after {
        display: none;
    }

    #footer .footTop .footLeft .menuFoot li .boxMenu {
        position: static;
    }

    #footer .footTop .footLeft .menuFoot li {
        width: 100%;
        text-align: left;
    }

    #footer .footTop .footLeft .menuFoot li:nth-child(3n) {
        width: 100%;
        margin-left: 0;
    }

    #footer .footTop .footLeft .menuFoot li.mrLeft {
        margin-left: 0;
    }

    #footer .footTop .footRight {
        width: 50%;
        padding: 0;
        margin-top: 0;
    }

    #footer .footTop .footRight .admin {
        width: 150px;
    }

    #footer .footRight .sns li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    #footer .footTop {
        padding-bottom: 20px;
    }

    #subPopup {
        padding: 0;
        width: 100%;
        /*z-index: 99993;*/
    }

    .fancybox-inner {
        width: 100%;
    }

    #subPopup input[type="text"] {
        height: 34px;
        width: 65%;
    }

    #subPopup input[type="submit"] {
        height: 34px;
        width: 29%;
        font-size: 18px;
        vertical-align: top;
    }

    #subPopup .title {
        font-size: 18px;
        text-align: center;
    }

    #subPopup .row {
        margin-top: 34px;
        padding-bottom: 50px;
    }

    #subPopup .row .title,
    #subPopup .row2 .title {
        font-size: 18px;
        border-bottom: 2px solid #fff;
    }

    #subPopup .submit {
        display: inline-block;
        vertical-align: top;
    }

    #subPopup .submit a {
        width: 112px;
        margin-left: 0;
        font-size: 16px;
        height: auto;
    }

    #subPopup .row ul {
        margin-top: 20px;
        text-align: center;
    }

    #subPopup .row ul li {
        width: 24%;
        display: inline-block;
        vertical-align: top;
    }

    #subPopup .row ul li a {
        padding: 2px 0;
        width: 100%;
        font-size: 18px;
    }

    #subPopup .row1 ul{
        display: block;
    }

    #subPopup .row1 ul li{
        /* width: 32%; */
        width: auto;
        margin-bottom: 10px;
    }
    #subPopup .row1 ul li a{
        font-size: 14px;
        padding: 5px 15px;
    }

    #subPopup .row2 ul {
        text-align: center;
    }

    #subPopup .row2 ul li {
        width: 48%;
    }

    #subPopup .row2 ul li a {
        padding: 7px 0;
        width: 100%;
        font-size: 16px;
    }

    #subPopup .row2 ul li:nth-child(2n) {
        margin-right: 0;
    }

    #subPopup .row2 {
        margin-top: 20px;
    }

    #subPopup .botButton ul li {
        width: 40%;
    }

    .banner li {
        margin: 0 5px 10px;
    }

    .area-title {
        font-size: 18px;
    }

    .banner-bottom ul li {
        display: block;
    }

    .banner-bottom ul li:not(:last-child) {
        margin-bottom: 4%;
        margin-right: 0;
    }

    .footRight {
        position: relative;
    }

    .footRight .lang {
        position: absolute;
        right: 10px;
    }

    #page_top {
        width: 40px;
        height: 40px;
    }

    #page_top a {
        width: 40px;
        height: 40px;
    }

    #page_top a .fa {
        font: normal normal normal 20px/1 FontAwesome;
    }

    .fancybox-overlay {
        z-index: 999999992;
        /*overflow-y: auto !important;*/
    }

    .fancybox-opened {
        z-index: 999999993;
    }

    .btn a {
        width: 280px;
        margin: 0 auto;
        float: none;
        font-size: 16px;
    }
    .search-results .rowSearch .btn-l {
        width: 115px;
        padding: 3px 10px;
    }
	.search-results .pager {
	    padding: 3px 10px;
	}
    /*****************END COMMON******************/




    /*****************TOP PAGE******************/
    .front-page .area1 ul a {
        font-size: 18px;
    }

    .front-page .area2 .wraper {
        width: 100%;
        padding: 0 3%;
    }

    .front-page .area2 .col {
        width: 100%;
    }

    .front-page .banner {
        padding-bottom: 100px;
    }

    .front-page .banner .text {
        padding: 5px 3%;
        font-size: 12px;
    }

    .front-page .banner .img {
        margin-top: 65px;
        padding: 0 3%;
        font-size: 25px;
        padding-top: 35px;
    }

    .front-page .banner .text2 a {
        margin-top: 20px;
        width: 150px;
        height: 150px;
        font-size: 20px;
    }

    .front-page .area1 .row .col {
        width: 100%;
        background-size: cover;
        min-height: auto;
    }

    .front-page .area1 .row .col .title {
        font-size: 25px;
        margin-top: 30px;
    }

    .front-page .area1 .row .col ul li {
        font-size: 18px;
    }

    .front-page .area1 .row .col .text {
        font-size: 18px;
    }

    .front-page .area1 .row .col .btn a {
        width: 60%;
        font-size: 16px;
        padding: 8px 0
    }

    .front-page .area2 .title {
        font-size: 18px;
    }

    .front-page .area2 .col.colLeft {
        padding: 0;
    }

    .front-page .area2 .title span {
        margin: 0;
        letter-spacing: 0;
        margin-top: -2px;
        font-size: 14px;
        padding: 3px 10px;
    }

    .front-page .area2 .col.colRight {
        padding-left: 0;
        margin-top: 20px;
    }

    .front-page .area2 .col .listPost li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .front-page .area2 .col .listPost li .date {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .front-page .area2 .col.colRight .listPost li .date {
        width: 120px;
        display: inline-block;
    }

    .front-page .area2 .col .listPost li .titlePost a {
        font-size: 14px;
    }

    .front-page .area2 .col .listPost li .img {
        width: 100px;
    }

    .front-page .area2 .col .listPost li .text {
        display: none;
    }

    .front-page .area3 {
        margin: 30px 0;
    }

    /*****************END TOP PAGE******************/






    /*****************COMPANY******************/
    .company .area1 .textFirst {
        font-size: 12px;
        margin-top: 30px;
    }

    .company .area1 .info {
        margin-top: 40px;
    }

    .company .area1 .info table {
        font-size: 12px;
    }

    .company .area1 .info table tr td:first-child {
        padding: 10px;
        width: 100px;
        font-size: 12px;
    }

    .company .area1 .info table tr td {
        padding: 10px;
    }

    .company .area2 {
        margin: 50px 0;
    }

    .company .area2 .title {
        font-size: 18px;
    }

    .company .area2 .maps {
        margin-top: 20px;
    }

    /*****************END COMPANY******************/




    /*******************COUPON********************/
    .coupon .area1 .textTop {
        font-size: 14px;
    }

    .coupon .area1 .row .colLeft {
        padding: 20px 0 0;
    }

    .coupon .area1 .row .title {
        font-size: 16px;
    }

    .coupon .area1 .text {
        font-size: 14px;
    }

    .coupon .area2 {
        margin-top: 20px;
    }

    .coupon .area2 .row {
        margin-top: 30px;
    }

    .coupon .area2 .row .boxRow {
        width: 100%;
        display: block;
    }

    .coupon .area2 .row .boxRow .listSeach {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }

    .coupon .area2 .row .boxRow .listSeach li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        width: 49%;
        font-size: 14px;
    }

    #subPop {
        width: 95%;
        top: 50%;
    }

    #subPop .close{
        top: -10px;
        right: -7px;
    }

    #subPop .row {
        background-size: cover;
        padding: 30px 20px;
        height: 410px;
        overflow-y: auto;
    }

    #subPop .text {
        font-size: 14px;
    }

    #subPop .text2 a {
        width: 100%;
    }
    #subPop .text2 a.print{
        position: static;
        margin-top: 10px;
    }

    #subPop .img {
        position: static;
        text-align: center;
    }

    #subPop .date {
        margin-top: 20px;
    }

    #subPop .title {
        margin-top: 20px;
    }

    /*********************END COUPON*****************/




    /*********************HOTEL*****************/
    .hotel .para .btn,
    .hotel .para .para-img {
        position: static;
        text-align: center;
        width: 100%;
        margin: 20px auto 0;
    }

    .hotel .para .btn a {
        width: 100%;
    }

    .hotel .panel {
        padding: 4%;
    }

    .hotel .panel .panel-title {
        font-size: 20px;
    }

    /*********************END HOTEL*****************/





    /*************************LINK**********************/
    .link .flex span{
        width: 49%;
    }
    .link .flex span + span{
        margin-left: 31px;
        width: 36%;
    }
    .link .panel-c {
        width: 100%;
        padding: 4%;
    }

    .link .list-grey li:nth-child(odd),
    .list-grey li:nth-child(even) {
        width: 100%;
        float: none;
    }

    .link .list-grey li .list-grey-img {
        position: static;
        text-align: center;
        margin-top: 4%;
    }

    .link .para .btn,
    .link .para .para-img {
        position: static;
        text-align: center;
        width: 100%;
        margin: 20px auto 0;
    }

    .link .list-grey li:nth-child(odd),
    .link .list-grey li:nth-child(even) {
        width: 100%;
        float: none;
    }

    .link .wraper {
        width: 100%;
    }

    .link .area3 {
        margin-bottom: 60px;
    }

    .link .area3 .textTop {
        font-size: 16px;
        margin-top: 30px;
    }

    .link .area3 .textTop span {
        font-size: 25px;
    }

    .link .area3 .title {
        font-size: 20px;
        margin-top: 30px;
    }

    .link .area3 .title:before,
    .link .area3 .title:after {
        width: 6%;
    }

    .link .area3 .frmContact {
        margin-top: 30px;
    }

    .link .area3 .frmContact .row .text {
        width: 100%;
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }

    .link .area3 .frmContact .row .data {
        width: 100%;
        display: block;
        padding-left: 0;
    }

    .link .area3 .frmContact .row .data input,
    .link .area3 .frmContact .row .data textarea {
        width: 100%;
    }

    .link .area3 .frmContact .row {
        padding-bottom: 20px;
    }

    .link .area3 .frmContact .row+.row {
        margin-top: 0;
    }

    .link .area3 .frmContact .row .data .check {
        width: 30px;
    }

    .link .area3 .frmContact .row .data .textApp {
        width: calc(100% - 37px);
    }

    .link .area3 .frmContact .btn input[type="submit"] {
        padding: 15px 0;
    }

    .thanks .rowTop .text {
        margin-top: 30px;
    }

    /**************************END LINK********************/





    /**************************MAIL SYSTEM********************/
    .mail-system .two-col .col-l,
    .mail-system .two-col .col-r,
    .mail-system .area2 ul li:nth-child(odd),
    .mail-system .area2 ul li:nth-child(even),
    .mail-system .area2 ul li .cirle,
    .mail-system .area2 ul li .f-content {
        width: 100%;
        float: none;
    }

    .mail-system .btn-l a,
    .mail-system .below-btn {
        width: 100%;
    }

    .mail-system .below-btn .text-t {
        margin-bottom: 20px;
    }

    .mail-system .btn-l a {
        font-size: 16px;
    }

    .mail-system .area2 ul li .cirle {
        text-align: center;
        margin-bottom: 4%;
    }

    .mail-system .area2 ul li .f-content .f-title {
        font-size: 18px;
        text-align: center;
    }

    /**************************END MAIL SYSTEM********************/





    /************************PARTNER*************************/
    .partner .area1 .area-content .area-img,
    .partner .area1 .area-content .area-para {
        width: 100%;
        float: none;
    }

    .partner .area1 .area-content .area-img {
        margin-bottom: 4%;
    }
    .partner .area2 .below-btn .list-l{
        padding-left: 0;
        border-left: none;
    }
    .partner .area2 ul li:nth-child(odd),
    .partner .area2 ul li:nth-child(even) {
        width: 100%;
        float: none;
    }

    .partner .area2 ul li .f-content {
        width: 100%;
        display: inline-block;
    }

    .partner .area2 ul li .cirle {
        width: 100%;
        text-align: center;
        margin-bottom: 4%;
    }

    .partner .area2 .btn-l a {
        width: 100%;
        font-size: 16px;
    }

    .partner .area2 .below-btn {
        width: 100%;
    }

    /************************END PARTNER***********************/





    /***********************PRIVACY POLICY************************/
    .privacy-policy .contact-box {
        width: 100%;
        margin: 50px auto;
        padding: 4%;
    }

    .privacy-policy .para {
        margin-top: 30px;
    }

    .privacy-policy .text-20,
    .para .para-title {
        font-size: 16px;
    }

    /************************END PRIVACY POLICY*********************/






    /*************************Q&A************************************/
    .qa .area2 {
        margin-bottom: 50px;
    }

    .qa .quest .q-title {
        font-size: 16px;
    }

    .qa .text-bg-grey {
        text-align: center;
    }

    .qa .para .btn,
    .qa .para .para-img {
        position: static;
        text-align: center;
        width: 100%;
        margin: 20px auto 0;
    }

    .qa .qna-label {
        width: 22px;
    }

    /****************************END Q&A******************************/





    /*************************SEARCH RESULTS********************/
    .search-results .item-grid ul.list-item li .item-content .item-title a .icon{
        width: 15px;
        margin-bottom: 4px;
    }
    .search-results .rowSearch {
        position: static;
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

    .search-results .btn-l {
        width: 100%;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 17px;
        text-align: -webkit-center;
    }

    .search-results .btn-l a {
        width: auto;
    }

    .search-results .item-grid ul.list-item li:nth-child(odd),
    .search-results .item-grid ul.list-item li:nth-child(even) {
        width: 100%;
        float: none;
    }

    .search-results .item-grid ul.list-item li .item-img,
    .search-results .item-grid ul.list-item li .item-content {
        width: 100%;
        float: none;
    }

    .search-results .item-grid ul.list-item li .item-img {
        margin-bottom: 4%;
        text-align: center;
        height: auto;
    }

    .search-results .item-grid ul.list-item li .item-content .item-title {
        font-size: 18px;
    }

    .search-results .item-grid>ul.list-item>li {
        margin-bottom: 8%;
    }


    .search-results .item-grid ul.list-item li .item-img {
        width: 30%;
        float: left;
        margin-bottom: 5px;
    }
    .search-results .item-grid ul.list-item li .item-img img{
        width: auto;
        height: auto;
    }

    .search-results .item-grid ul.list-item li .item-content {
        width: calc(100% - 30%);
        padding: 0 2%;
        float: left;
    }

    .search-results .item-grid>ul.list-item>li {
        position: relative;
        /*padding-bottom: 8%;*/
        margin-bottom: 8%;
        overflow: initial;
        min-height: auto;
    }

    .search-results .item-grid>ul.list-item>li:before {
        content: "";
        position: absolute;
        width: 106%;
        margin: 0 -3%;
        height: 1px;
        bottom: -14px;
        left: 0;
        background: #c8c8c8;
    }

    .search-results .item-grid>ul.list-item>li:after {
        content: "";
        display: table;
        clear: both;
    }

    .search-results .item-grid ul.list-item li .wrap:after {
        display: table;
        content: "";
        clear: both;
    }

    .search-results .item-grid ul.list-item li .item-content .item-title a {
        font-size: 14px;
        width: 100%;
        line-height: 1.5;
        margin-top: 0;
        padding-bottom: 0px !important;
        margin-bottom: 7px;

    }

    .area-title {
        text-align: center;
        font-size: 25px;
        border-bottom: 1px solid #c8c8c8;
        padding: 10px;
        margin-bottom: 10px;
    }

    .search-results .item-grid ul.list-item li .item-content .list-barge li {
        width: 19px;
    }

    .search-results .item-grid ul.list-item li .list-barge li.no_coupon {
        width: 45px;
    }
    .search-results .item-grid ul.list-item li .list-barge li.coupon {
        height: auto;
    }
    
    .search-results .item-grid ul.list-item li .infoTel{
        overflow: hidden;
        width: calc(100% - 70px);
        padding-right: 10px;
        float: left;
    }

    .search-results .item-grid ul.list-item li .list-barge{
        float: right;
        width: 70px;
        line-height: 1;
        margin-top: 20px;
    }

    .search-results .item-grid ul.list-item li .item-content .item-category {
        margin-bottom: 5px;
        font-size: 12px;
    }

    .search-results .item-grid ul.list-item li .item-content .item-category span {
        padding: 1px 13px;
    }

    .search-results .item-grid ul.list-item li .item-content .item-title a:after {
        background: #9a6e2f;
    }

    .search-results .item-grid ul.list-item li .item-content .item-category span {
        font-size: 12px;
    }

    .search-results .item-grid ul.list-item li .item-sub {
        font-size: 12px;
        /*position: absolute;*/
        /*left: 0;
        bottom: 17px;*/
        float: left;
    }

    .search-results .item-grid ul.list-item li .item-content .item-sub.pc {
        display: none;
    }

    .search-results .item-grid ul.list-item li .item-number {
        /*position: absolute;*/
        /*left: 0;
        bottom: 0;*/
        float: left;
        width: 76%;
        margin-top: 5px;
    }

    .search-results .item-grid ul.list-item li .item-number a {
        font-size: 12px;
        color: #9a6e2f;
        line-height: 1.1;
        text-decoration: none;
    }

    .search-results .item-grid ul.list-item li .item-content .list-barge {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
        height: auto;
        line-height: 1;
    }
    .page-coupon.search-results .item-grid ul.list-item li .item-content .list-barge.sp{
        position: static;
    }

    /*
    .search-results .item-grid ul.list-item li .item-content .list-barge li.coupon{
        width: 27px;
    }
    */
    .search-results .item-grid ul.list-item li .list-barge li.coupon {
	    width: 65px;
	    font-size: 12px;
	}
    .search-results .pager {
        position: static;
        transform: none;
        position: static;
        top: 0;
        display: inline-block;
        margin-bottom: 10px;
        vertical-align: top;
        margin-top: 5px;
        margin-left: 5px;
        /*background: url(/asset/img/search-results/triangle-newlist.png) no-repeat right 5px center;*/
        /*background-size: 7px;*/
        color: #000;
        border: 1px solid #000;
        border-radius: 50px;
    }

    .search-results.newlist .pager {
        float: none;
        transform: none;
    }

    /*************************END SEARCH RESULTS********************/





    /***********DETAIL************/
    #header .search {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 34px;
    }

    #header .search img {
        display: none;
    }

    #header .search img.active {
        display: block;
    }

    #content.detail {
        margin-top: 145px;
    }

    .detail .areaContent .area1 .colRight .text {
        letter-spacing: 0px;
    }

    .detail .areaRight .tblTab {
        float: left;
        width: calc(100% - 0px);
        text-align: left;
        display: block;
        margin-bottom: 20px;
    }

    .detail .areaRight .liTab li a {
        display: none;
    }

    .detail .areaRight .liTab li.currentive a {
        display: none;
    }

    .areaContent .rowTop .btnRight {
        display: none;
    }

    .detail .areaContent .rowBot {
        padding-top: 10px;
    }

    .detail .areaContent .area1 .colLeft .text {
        margin-top: 10px;
    }

    .detail .areaContent .rowTop .lastDate,
    .detail3 .areaContent .rowTop .lastDate {
        position: static;
        transform: none;
        padding-top: 10px;
    }

    .detail .areaContent .rowTop .textTop {
        font-size: 24px;
        padding-top: 5px;
    }

    .detail .areaContent .rowTop .textTop .button{
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .detail .areaContent .rowTop .btnRight a {
        width: 80px;
        font-size: 12px;
        background-size: 7px;
    }

    .detail .areaContent .rowBot .areaLeft {
        width: 100%;
    }

    .detail .areaContent .area1 .ranking {
        text-align: center;
    }

    .detail .areaRight {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .detail .areaContent .rowBot .areaLeft .area1 .colLeft {
        width: 100%;
        text-align: center;
    }

    .detail .areaContent .rowBot .areaLeft .area1 .colLeft .img {
        max-width: 200px;
        margin: 0 auto;
    }

    .detail .areaContent .rowBot .areaLeft .area1 .colRight {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }

    .detail .areaContent .area1 .colRight .title {
        font-size: 16px;
    }

    .detail .areaContent .area1 .colRight .text {
        font-size: 14px;
    }

    .detail .areaContent .area2 .row {
        text-align: center;
        text-align: left;
    }

    .detail .area2 .row .col {
        width: 48.3%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .detail .area2 .row .col:nth-child(3n) {
        margin-right: 2%;
    }

    .detail .area2 .row .col:nth-child(2n) {
        margin-right: 0;
    }

    .detail .area2 .row .col .text {
        margin-right: 0;
        font-size: 12px;
    }

    .detail .areaRight .tblTab .info .listSp {
        font-size: 14px;
    }

    .detail .areaRight .tblTab .row .rowText {
        line-height: 1.8;
    }

    .detail .areaContent .area1 .colLeft .list li a {
        line-height: 1.5;
    }

    .detail .areaContent .area1 .colLeft .list li span {
        font-size: 18px;
        margin-top: 0;
    }

    .detail .areaRight .tblTab .row .rowText span {
        font-size: 14px;
        margin-top: -2px;
    }

    .detail .areaRight .tblTab .info .listSp a {
        width: auto;
    }

    .detail .areaContent .area1 .colLeft .btn a:before {
        margin-right: 0;
    }

    .detail .areaRight .tblTab#tab3 .info .listSp span {
        float: none;
    }

    .detail2 .areaContent .rowBot {
        padding-top: 62px;
    }
    .detail3 .area2 .row .col .img{
        position: relative;
        width: 100%;
        height: auto;
    }
    .detail3 .area2 .row .col .img:before{
        content:"";
        display: block;
        padding-top: 75%; /* 高さを幅の75%に固定 (アスペクト比を4:3にする)*/
    }
    .detail3 .area2 .row .col .img .img_box{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .clickTab {
        width: 100%;
        display: block;
        position: fixed;
        top: 60px;
        left: 0;
        background: #fff;
        z-index: 9999;
    }

    .clickTab:after {
        content: "";
        display: table;
        clear: both;
    }

    .clickTab li {
        border: 1px solid #c1c2c4;
        float: left;
        width: 20%;
        height: 50px;
        border-right: none;
    }

    .clickTab li.home {
        border-left: none;
    }

    .clickTab li.button {
        border-right: none;
        float: right;
        /*position: absolute;
        top: 0;
        right: 20%;*/
        margin-right: 20%;

    }
    .clickTab li.moutan{
        float: right;
        margin-right: -40%;
    }

    .clickTab li a .img {
        display: inline-block;
        vertical-align: top;
    }

    .clickTab li.home a .img {
        width: 21px;
    }

    .clickTab li.price a .img {
        width: 16px;
    }

    .clickTab li.tivi a .img {
        width: 23px;
    }

    .clickTab li.button a .img {
        width: 29px;
    }

    .clickTab li.moutan a .img {
        width: 20px;
    }

    .clickTab li a {
        display: block;
        text-align: center;
        width: 100%;
        height: 100%;
        padding-top: 6px;
        color: #000;
    }

    .clickTab li a:hover {
        text-decoration: none;
    }

    .clickTab li a:focus {
        color: #fff;
    }

    .clickTab li a .yes {
        display: block;
    }

    .clickTab li a .no {
        display: none;
    }

    .clickTab li a .text {
        margin-top: 0;
        font-size: 12px;
    }

    .clickTab li.current {
        border-bottom: none;
    }

    .clickTab li.current a {
        color: #fff;
    }

    .clickTab li.current a .no {
        display: block;
    }

    .clickTab li.current a .yes {
        display: none;
    }

    /* focus */
    .clickTab li a:focus .no {
        display: block;
    }

    /* focus */
    .clickTab li a:focus .yes {
        display: none;
    }

    .clickTab li.current:after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 5px;
        background: #000;
    }

    .clickTab li.home.current,
    .clickTab li.home a:focus {
        background: #d95f46;
    }

    .clickTab li.price.current,
    .clickTab li.price a:focus {
        background: #d0975b;
    }

    .clickTab li.tivi.current,
    .clickTab li.tivi a:focus {
        background: #20419a;
    }

    .clickTab li.button.current,
    .clickTab li.button a:focus {
        background: #da699b;
    }

    .clickTab li.moutan.current,
    .clickTab li.moutan a:focus {
        background: #468846;
    }

    .clickTab li.home.current:after {
        background: #d95f46;
    }

    .clickTab li.price.current:after {
        background: #d0975b;
    }

    .clickTab li.tivi.current:after {
        background: #20419a;
    }

    .clickTab li.button.current:after {
        background: #da699b;
    }

    .clickTab li.moutan.current:after {
        background: #468846;
    }

    /*************END DETAIL*******************/





    /****************CONTACT************************/
    .contact .wraper {
        width: 100%;
    }

    .contact .area1 {
        margin-bottom: 60px;
    }

    .contact .area1 .textTop {
        font-size: 16px;
        margin-top: 30px;
    }

    .contact .area1 .title {
        font-size: 20px;
        margin-top: 30px;
    }

    .contact .area1 .title:before,
    .contact .area1 .title:after {
        width: 15%;
    }

    .contact .area1 .frmContact {
        margin-top: 30px;
    }

    .contact .area1 .frmContact .row .text {
        width: 100%;
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }

    .contact .area1 .frmContact .row .data {
        width: 100%;
        display: block;
        padding-left: 0;
    }

    .contact .area1 .frmContact .row .data input,
    .contact .area1 .frmContact .row .data textarea {
        width: 100%;
    }

    .contact .area1 .frmContact .row {
        padding-bottom: 20px;
    }

    .contact .area1 .frmContact .row+.row {
        margin-top: 0;
    }

    .contact .area1 .frmContact .row .data .check {
        width: 30px;
    }

    .contact .area1 .frmContact .row .data .textApp {
        width: calc(100% - 37px);
    }

    .contact .area1 .frmContact .btn input[type="submit"] {
        padding: 15px 0;
    }

    .thanks .rowTop .text {
        margin-top: 30px;
    }

    /*****************END CONTACT**********************/




    /***************DETAIL2 PARTEN B*****************/
    #content.detail2 {
        margin-top: 85px;
    }
    .detail2 .rowList.row .col{
            width: 48.3%;
    margin-right: 2%;
    margin-bottom: 2%;
    }
    .detail2 .rowList.row .col:nth-child(2n){
        margin-right: 0;
    }
    .detail2 .rowList.row .col .img{
        height: 119px;
    }

    .detail2 .btn a {
        width: 100%;
    }

    .detail2 .areaContent .area1 .colLeft .text {
        margin-top: 10px;
    }

    .detail2 .areaContent .rowTop .textTop {
        font-size: 20px;
    }

    .detail2 .areaContent .rowBot .areaLeft {
        width: 100%;
    }

    .detail2 .areaContent .area1 .ranking {
        text-align: center;
    }

    .detail2 .areaRight {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .detail2 .areaContent .rowBot .areaLeft .area1 .colLeft {
        width: 100%;
        text-align: center;
    }

    .detail2 .areaContent .rowBot .areaLeft .area1 .colRight {
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }

    .detail2 .areaContent .area1 .colRight .title {
        font-size: 18px;
    }

    .detail2 .areaContent .area1 .colRight .text {
        font-size: 14px;
    }

    .detail2 .areaContent .area2 .row {
        text-align: center;
        text-align: left;
    }

    .detail2 .area2 .row .col {
        width: 48.3%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .detail2 .area2 .row .col:nth-child(3n) {
        margin-right: 2%;
    }

    .detail2 .area2 .row .col:nth-child(2n) {
        margin-right: 0;
    }

    .detail2 .area2 .row .col .text {
        margin-right: 0;
        font-size: 12px;
    }

    .detail2 .areaRight .tblTab .info .listSp {
        font-size: 14px;
    }

    .detail2 .listSlider a {
        width: 61.5px;
    }

    .detail2 .areaContent .rowBot .areaLeft .area1 .colRight .ranking {
        position: static;
        margin-top: 10px;
    }

    .detail2 .detail2 .areaRight .tblTab {
        margin-bottom: 40px;

    }

    .detail2 #tab1 {
        width: 100%;
    }

    .detail2 #tab2 {
        width: 100%;
    }

    .detail2 #tab3 {
        width: 100%;
    }
    .detail2 .areaRight .tblTab#tab3 .row .tab3Right{
        margin-left: 0;
        margin-top: 0;
    }
    .detail2 .areaRight .tblTab#tab3 .row .tab3Left,
    .detail2 .areaRight .tblTab#tab3 .row .tab3Right{
        width: 100%;
    }

    .detail2 .tabRow {
        width: 100%;
    }

    .detail2 .tabRow2 {
        margin-bottom: 0;
        width: 100%;
    }

    .detail2 .areaRight .tblTab .row {
        padding: 0;
    }

    .detail2 .areaRight .tblTab {
        margin-bottom: 40px;
    }

    .detail2 .areaContent .rowBot .areaLeft .area1 .colLeft .slider .bxslider li {
        width: 100%;
        text-align: center;
    }

    .detail2 .areaContent .colLeft .textTop .lastDate,
    .detail2 .areaContent .colRight .textTop .lastDate {
        position: static;
        transform: none;
        display: block;
        margin-bottom: 10px;
    }

    .detail2 .areaRight .tblTab .row .rowTitle {
        margin-top: 10px;
    }
    .detail2 .listImg .col{
        width: 48.5%;
        margin-right: 2%;
    }
    .detail2 .listImg{
        margin-top: 25px;
    }
    .detail2 .listImg .col:nth-child(2n){
        margin-right: 0;
        margin-bottom: 2%;
    }
    .detail2 .areaContent .rowBot .areaLeft .area1 .colLeft .slider .bxslider img{
        height: auto;
    }
    /***************END DETAIL2 PARTEN B*****************/





    /***************DETAIL3 PARTEN C*****************/
    .detail3 .areaContent .area1 .ranking li img {
        width: auto;
    }

    #content.detail3 {
        margin-top: 145px;
    }

    .detail3 .areaContent .area1 .colLeft .text {
        margin-top: 10px;
        font-size: 20px;
    }

    .detail3 .areaContent .rowTop .textTop {
        font-size: 20px;
    }

    .detail3 .areaContent .rowBot .areaLeft {
        width: 100%;
    }

    .detail3 .areaContent .area1 .ranking {
        text-align: center;
        margin-top: 20px;
    }

    .detail3 .areaRight {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .detail3 .areaContent .rowBot .areaLeft .area1 .colLeft {
        width: 100%;
        text-align: center;
    }

    .detail3 .areaContent .rowBot .areaLeft .area1 .colRight {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .detail3 .areaContent .area1 .colRight .title {
        font-size: 18px;
    }

    .detail3 .areaContent .area1 .colRight .text {
        font-size: 14px;
    }

    .detail3 .areaContent .area2 .row {
        text-align: center;
        text-align: left;
    }

    .detail3 .area2 .row .col {
        width: 48.3%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .detail3 .area2 .row .col:nth-child(3n) {
        margin-right: 2%;
    }

    .detail3 .area2 .row .col:nth-child(2n) {
        margin-right: 0;
    }

    .detail3 .area2 .row .col .text {
        margin-right: 0;
        font-size: 12px;
    }

    .detail3 .areaRight .tblTab .info .listSp {
        font-size: 14px;
    }

    .detail3 .areaRight .tblTab .row .rowText {
        line-height: 2;
    }

    .detail3 .areaRight .liTab {
        display: none;
    }

    .detail3 .areaRight .tblTab {
        display: block;
        margin-bottom: 40px;
        padding: 10px;
    }

    .detail3 .areaRight .wrapTab {
        padding: 10px 5px;
        overflow: hidden;
    }

    .detail3 .areaRight .tblTab .wrpRow {
        width: 100%;
        margin-right: 0;
    }

    .detail3 .area2 .row .col .title {
        font-size: 16px;
    }

    .detail3 .area2 .row .col .img .btnPop {
        width: 30px;
    }

    .detail3 .areaContent .area1 .colLeft .list li a {
        font-size: 14px;
        text-align-last: unset;
    }

    .detail3 .areaContent .area1 .ranking li {
        width: 68px;
        margin-right: 16px;
    }

    .detail3 .areaContent .rowBot {
        padding-top: 20px;
    }

    .detail3 .areaContent .area1 .colLeft .btn {
        font-size: 18px;
        padding: 7px 8px 2px;
    }

    .detail3 .areaContent .area1 .colLeft .btn:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 47px;
        width: 45px;
        margin-top: -5px;
        background: url(/asset/img/detail3/asset6.png) no-repeat center left;
        margin-right: 15px;
        background-size: 100%;
        z-index: 1;
        margin-left: 6px;
        display: none;
    }

    .detail3 .areaRight .tblTab .info .listSp span.spInline {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .detail3 .areaContent .area1 .colLeft .list li span {
        font-size: 14px;
    }

    .detail3 .areaRight .tblTab .row.row2 {
        margin-top: 30px;
    }

    .detail3 .areaRight .tblTab#tab3 .info .listSp,
    .detail3 .areaRight .tblTab#tab4 .info .listSp {
        display: block;
        width: 100%;
    }
    .banner-bottom{
        text-align: center;
    }
    .banner-bottom a{
        margin-bottom: 10px;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }
    .banner-bottom a:nth-child(2n){
        margin-right: 0;
    }

    .detail .bannerBot{
        padding: 0 5%;
    }
    .detail .bannerBot  a,
    .detail2 .bannerBot  a,
    .detail3 .bannerBot  a{
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    /***************END DETAIL3 PARTEN C*****************/





    /***************END GENRE*****************/
    .genre .areaGenre {
        margin: 40px 0;
    }

    .genre .areaGenre .tblGenre li {
        float: left;
        width: calc(100% / 3);
    }

    .genre .areaGenre .tblGenre li a .title {
        font-size: 16px;

    }

    .genre .areaGenre .tblGenre li a .img {
        margin-top: 20px;
    }

    .genre .areaGenre .tblGenre li a .text {
        font-size: 12px;

        line-height: 1.6;
    }

    /***************END GENRE*****************/





    /***************SPECIAL*****************/
    .special .row .col .img img {
        margin: 0;
    }

    .special .row .col {
        margin-bottom: 30px;
    }

    .boxBannerCommon li {
        margin-bottom: 10px;
    }

    /***************END SPECIAL*****************/




    .easy.table-checkbox {
        width: 100%;
    }

    .easy.table-checkbox li {
        display: inline-block;
        vertical-align: top;
        width: 49%;
    }




    /****************************SPECIAL DETAIL****************************/

    .special-detail #tab1 {
        width: 100%;
    }

    .special-detail .tblTab .img {
        width: 100%;
        text-align: center;
    }
    .special-detail .area2 .row .col .img{
        height: 180px;
    }

    .special-detail .area2 .wraTab .btn {
        width: 100%;
    }
    .special-detail .area2 .areaRight .tblTab{
        display: block;
    }
    .special-detail #tab2 {
        width: 100%;
        /*padding-left: 0;*/
    }

    .special-detail .bannerBot {
        margin: 0px;
        width: 100%;
    }


    .special-detail .area2 .areaRight{
        width: 100%;
    }


    .special-detail .areaRight .tblTab .info .listSp {
        font-size: 14px;
    }

    .special-detail .areaRight .tblTab .row .rowText {
        line-height: 2;
    }

    .special-detail .areaRight .liTab {
        display: none;
    }

    .special-detail .areaRight .tblTab {
        display: block;
        margin-bottom: 40px;
        padding: 10px;
    }

    .special-detail .areaRight .wrapTab {
        /*padding: 10px 5px;*/
        overflow: hidden;
    }
    .special-detail-b .area2{
        margin-top: 30px;
    }
    .special-detail-b .area2 .areaRight .tblTab .boxInn .info{
        width: 100%;
    }

    .special-detail-b .area2 .areaRight .wrapTab{
        padding: 0;
    }

    .special-detail .areaRight .tblTab .wrpRow {
        width: 100%;
        margin-right: 0;
    }

    .special-detail .area2 .row .col .title {
        font-size: 16px;
    }

    .special-detail .area2 .row .col .img .btnPop {
        width: 30px;
    }

    .special-detail .areaContent .area1 .colLeft .list li a {
        font-size: 14px;
        text-align-last: unset;
    }

    .special-detail .areaContent .area1 .ranking li {
        width: 68px;
        margin-right: 16px;
    }

    .special-detail .areaContent .rowBot {
        padding-top: 20px;
    }

    .special-detail .areaContent .area1 .colLeft .btn {
        font-size: 18px;
        padding: 7px 8px 2px;
    }

    .special-detail .areaContent .area1 .colLeft .btn:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        height: 47px;
        width: 45px;
        margin-top: -5px;
        background: url(/asset/img/detail3/asset6.png) no-repeat center left;
        margin-right: 15px;
        background-size: 100%;
        z-index: 1;
        margin-left: 6px;
        display: none;
    }

    .special-detail .areaRight .tblTab .info .listSp span.spInline {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .special-detail .areaContent .area1 .colLeft .list li span {
        font-size: 14px;
    }

    .special-detail .areaRight .tblTab .row.row2 {
        margin-top: 30px;
    }

    .special-detail .areaRight .tblTab#tab3 .info .listSp,
    .special-detail .areaRight .tblTab#tab4 .info .listSp {
        display: block;
        width: 100%;
    }
    .special-detail .area2 .areaRight .liTab{
        display: none;
    }
    .special-detail .area2 .areaRight .tblTab{
        width: 100%;
        padding: 10px;
    }
    .special-detail .tblTitle{
        margin-top: 0;
    }
    .special-detail .area2 .areaRight .tblTab .tabRow{
        width: 100%;
    }
    .special-detail .area2 .areaRight .tblTab#tab3 .info .listSp,
    .special-detail .area2 .areaRight .tblTab#tab4 .info .listSp{
        width: 100%;
    }


    .special-detail-a .area1 .innTop .col{
        margin-bottom: 30px;
    }
    .special-detail-a .area2{
        margin-top: 0;
    }

    .special-detail-b .area1 .innTop .col .rowTitle{
        font-size: 16px;
    }


    .special-detail-c .area1 .innTop .col{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .special-detail-c .area1 .innTop .col:nth-child(3n){
        margin-right: 4%;
    }
    .special-detail-c .area1 .innTop .col:nth-child(2n){
        margin-right: 0;
    }
    .special-detail-c .area1 .innTop .col .rowTitle{
        font-size: 16px;
    }

    .special-detail-c .area2 .areaRight .tblTab .boxInn .info{
        width: 100%;
    }

    .special-detail-c .area2 .areaRight .tblTab .boxInn .maps{
        width: 100%;
    }

    .special-detail-d .area1 .innTop1 .col .img,
    .special-detail-d .area1 .innTop2 .col .img{
        height: 107px;
    }

    .special-detail .area2 .row .col{
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .special-detail .area2 .row .col:nth-child(3n){
        margin-right: 2%;
    }
    .special-detail .area2 .row .col:nth-child(2n){
        margin-right: 0;
    }
    /****************************END SPECIAL DETAIL****************************/

    .special-detail .bannerList{
        padding: 0;
        margin-top: 20px;
    }
    .special-detail .bannerList a{
        margin-bottom: 0;
    }
    .bannerList
    {
        width: 100%;
        padding: 0 3%;
    }
    .bannerList a{
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin-right: 2%;
    }
    .bannerList a:nth-child(2n){
        margin-right: 0;
    }

    /* HOTEL MAIL BANNER */
    .areaContent .rowBot .areaLeft .area1 .colRight .qrDetail {
        padding: 0;
    }


}


@media(max-width: 570px) {
    /* HOTEL MAIL BANNER */
    .mailBanner .mailBanInfo {
        width: calc(100% - 50px);
        padding: 1.5% 2% 2%;
    }
    .mailBanner .mailBanInfo .mailBanTitle {
        width: 70%;
    }
    .mailBanner .mailBanInfo .mailBanText {
        font-size: 2.7vw;
    }
    .mailBanner .mailBanInfo .mailBanForm {
        width: 85%;
    }
    .mailBanner .mailBanInfo .mailBanForm .mailInput {
        padding: 0 5px;
    }
    .mailBanner .mailBanInfo .mailBanForm .mailBtn {
        padding: 1.6px 0;
    }
    .mailBanner .qrImg {
        width: 40px;
    }
}


@media(max-width: 414px) {
    /*******DEMAN***********/
    .demand .w550{
        width: 100%;
    }
    .demand iframe{
        width: 100%;
    }
    .demand .hotel_name{
        font-size: 24px;
    }
    .demand .textFirst{
        font-size: 16px;
    }
    .demand .frm .row .frmTtl{
        font-size: 16px;
    }
    .demand .frm .row .frmLast input{
        height: 25px;
    }
    .demand .check{
        font-size: 16px;
    }
    .demand .button input{
        font-size: 16px;
    }
    .demand.introduction .w550{
        width: 100%;
    }
    .introduction .frm .row .frmTtl{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .introduction .frm .row .frmLast{
        display: block;
        width: 100%;
        padding-left: 0;
    }
    /********END DEMAN**********/



    /*****************TOP PAGE******************/
    .front-page .area1 .row .col {
        width: 100%;
    }

    /*****************END TOP PAGE******************/





    /***************GENRE*****************/
    .genre .areaGenre .tblGenre li {
        float: left;
        width: calc(100% / 2);
    }

    .genre .areaGenre .tblGenre li a {
        padding: 20px 10px;
    }

    .genre .areaGenre .tblGenre li a .text {
        font-size: 2.5vw;
    }

    .genre .areaGenre .tblGenre li a .img {
        width: 60px;
        display: inline-block;
    }

    /***************END GENRE*****************/

    .table-checkbox {
        display: block !important;
    }

    .table-checkbox tbody {
        display: block !important;
    }

    .table-checkbox tbody tr {
        display: block !important;
        width: 100%;
    }

    .table-checkbox tbody tr td {
        display: inline-block !important;
        vertical-align: top;
        width: 49%;
    }

    .special-detail .area2 .row .col .img{
        height: 97px;
    }
}



@media(max-width: 320px) {
    #subPopup .title {
        font-size: 16px;
    }

    #subPopup input[type="text"] {
        width: 64%;
    }

    #subPopup .row2 ul li {
        width: 47%;
    }

    /*****************END COMMON******************/





}



/*.detail .areaRight .tblTab .info .listSp span {
    color: #fff;
    background: #9a6e2f;
    border-radius: 3px;
    padding: 1px 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 13px;
    float: left;
}
.detail .areaRight .tblTab .info .listSp {
    font-size: 12px;
}
.detail .areaRight .tblTab .info .listSp {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.5;
    word-break: break-all;
    overflow: hidden;
     border-bottom: 1px solid #dcdcdc;
}
.detail .areaRight .tblTab .row .rowTitle {
    color: #fff;
    width: 100%;
    padding: 2px 0 3px;
    font-weight: bold;
    border-radius: 5px;
    background: #9a6e2f;
    text-align: center;
    font-size: 14px;
}
.detail .areaRight .tblTab .row .rowText {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0;
    margin-top: 10px;
}
.detail .areaRight .tblTab .row .rowText {
    line-height: 1.5;
}
.detail .n12to16 {
    margin-top: 0;
}
.detail #tab3 .n12to16 tr td:first-child {
    width: 40px;
    background: transparent;
    padding: 0px 10px;
    text-align: center;
}
.detail .areaContent .area1 .colLeft .text {
    font-weight: bold;
    font-size: 18px;
    color: #9a6e2f;
    margin: 10px 0;
}
.detail .areaContent .area1 .colLeft .list li {
    margin-bottom: 5px;
    line-height: 1;
}
.detail .areaContent .area2 {
    border-top: 1px solid #c8c8c8;
    margin-top: 15px;
}
.detail .areaContent .area1 .colRight .text {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    margin-top: 8px;
    text-align: justify;
    letter-spacing: 0.5px;
}
.detail .area2 .row .col .title {
    font-size: 14px;
    color: #9a6e2f;
}
.detail .areaRight .tblTab .tblTitle {
    font-weight: bold;
    color: #9a6e2f;
    font-size: 18px;
    text-align: center;
}
*/

.iziModal {
    background-color: transparent;
    box-shadow: none;
}

.iziModal .iziModal-content {
    text-align: center;
}

.iziModal .iziModal-inner {
    position: relative;
    display: inline-block;
    width: 44%;
}

.iziModal .iziModal-inner img {
    width: 100%;
}

.iziModal-button {
    position: absolute;
    top: -35px;
    right: -10px;
    z-index: 1;
}

.iziModal-button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC') no-repeat 50% 50%;
    ;
    z-index: -1;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .goog-te-banner-frame{
        display: block;
        top: auto !important;
        bottom: 0;
    }
    .goog-te-banner{
        overflow: initial !important;
    }
    .iziModal .iziModal-inner{
        width: 90%;
    }
    .detail #tab3 .n12to16 tr td:last-child {
        width: calc(100% - 40px);
        font-size: 13px;
    }

    .detail #tab3 .n12to16 tr td:first-child {
        width: 40px;
        background: transparent;
        padding: 1px 6px;
        text-align: center;
    }

    .detail .areaContent .rowTop .textTop {
        font-size: 16px;
        padding-top: 5px;
    }

    .detail .areaRight .tblTab .tblTitle {
        font-size: 16px;
    }

    .detail .areaRight .tblTab .info .listSp span {
        font-size: 13px;
    }

    .detail .areaRight .tblTab .info .listSp {
        margin-bottom: 10px;
    }

    .detail .areaRight .tblTab .row .rowText {
        line-height: 1.6;
        font-size: 13px;
    }

    .detail .areaRight .tblTab .info .listSp span.spBlock {
        margin-top: 0;
    }

    .detail .areaContent .area1 .colLeft .btn a,
    .detail3 .areaContent .area1 .colLeft .btn a {
        margin-top: 20px;
        font-size: 18px;
        max-width: 260px;
        text-align: center;
    }
    .detail3 .areaContent .area1 .colLeft .btn a{
        margin-top: 0;
    }

    .detail .areaContent .area1 .colLeft .list li a {
        text-decoration: none;
        color: #000;
        font-size: 14px;
        text-align-last: unset;
        display: block;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0;
        text-align: left;
        line-height: 1.4 !important;
    }

    .detail .areaContent .rowBot .areaLeft .area1 .colRight {
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
        overflow: hidden;
    }

    .detail .areaContent .area1 .colRight .text {
        font-size: 12px;
        line-height: 20px;
    }

    .detail .areaRight .tblTab .info .listSp span {
        width: 100%;
    }

    .detail .areaRight .tblTab .info .listSp i,
    .detail2 .areaRight .tblTab .info .listSp i {
        width: 74%;
        padding-top: 0px;
    }

    .detail .areaRight .tblTab .info .listSp i {
        width: calc(100% - 90px);
        padding-top: 5px;
    }

    .detail .areaContent .rowTop .lastDate,
    .detail3 .areaContent .rowTop .lastDate {
        position: static;
        transform: none;
        padding-top: 0;
        font-size: 11px;
    }

    .detail .areaRight .tblTab .row {
        padding: 0;
    }

    .detail .areaContent .area1 .colLeft .list li span {
        font-size: 18px;
        margin-top: 0;
        line-height: 1;
    }

    .coupon .area2 .text {
        font-size: 14px;
        margin-top: 10px;
    }

    .coupon .area2 .row {
        margin-top: 15px;
    }

    .detail .areaContent .area1 .colRight .title {
        color: #e10000;
        font-weight: bold;
        margin-top: 0;
        line-height: 1.5;
        letter-spacing: 0;
        font-size: 16px;
    }

    .coupon .area2 .titleTop {
        font-size: 20px;
    }

    .coupon .area2 .row .boxRow .listSeach li {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        width: 31.5%;
        font-size: 14px;
        text-align: left;
    }

    .coupon .area2 .row .boxRow .listSeach {
        padding: 0 0 0 2%;
    }

    .area-title {
        font-size: 18px;
    }

    .genre .areaGenre {
        margin: 20px 0;
    }

    .genre .areaGenre .tblGenre li a .play {
        border-top: 1px dotted #c8c8c8;
        margin-top: 10px;
        padding-top: 10px;
    }

    .genre .areaGenre .tblGenre li {
        min-height: 270px;
    }

    .detail .n12to16 tr td:first-child {
        font-size: 13px;
    }

    .detail2 .areaContent .area1 .colRight .title {
        font-size: 16px;
        line-height: 1.5;
    }

    .detail2 .areaContent .area1 .colRight .text {
        font-size: 12px;
        line-height: 19px;
    }

    .detail2 .areaRight {
        margin-top: 0;
    }

    .detail2 .areaRight .tblTab .info .listSp {
        display: block;
        width: 100%;
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .detail2 .areaRight .tblTitle {
        font-weight: bold;
        color: #9a6e2f;
        font-size: 20px;
        margin: 6px 0;
    }

    .detail2 .areaRight .tblTab .info .listSp {
        font-size: 13px;
    }

    .detail2 .areaRight .tblTab .info .listSp span {
        font-size: 13px;
    }

    .detail2 .areaRight .tblTab .row .rowText {
        font-size: 13px;
    }

    .detail2 .areaRight .tblTab .row .rowText span {
        font-size: 13px;
    }

    .detail2 .areaContent .colRight .textTop {
        font-size: 20px;
    }

    .detail2 .areaTop {
        padding-bottom: 25px;
    }

    .detail2 .areaRight .tblTab .info .listSp {
        margin-bottom: 7px;
    }

    .detail2 #tab3 .rowTab3 {
        overflow: hidden;
        margin-top: 0px;
    }

    .detail2 #tab3 .rowTab3 .name {
        font-size: 13px;
    }

    .search-results .item-grid ul.list-item li .item-number {
        float: left;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .search-results .item-grid ul.list-item li .item-content .item-number a {
        font-size: 18px;
        color: #9a6e2f;
        line-height: 1.1;
        text-decoration: none;
    }

    .search-results .item-grid ul.list-item li .item-content .item-sub {
        font-size: 14px;
        width: 100%;
    }

    .search-results .item-grid ul.list-item li .item-content .item-number a {
        font-size: 18px;
    }

    .link .list-grey li .list-grey-title {
        font-size: 16px;
        color: #9a6e2f;
        margin-bottom: 10px;
    }

    .coupon .area1 .row .colRight {
        margin-top: -35px;
    }

    .detail3 .areaContent .rowBot .areaLeft .area1 .colLeft .img img {
        width: 100%;
        /* max-width: 200px; */
    }

    .detail .areaRight .tblTab .info .listSp span.n12to16 span.spRow .name {
        letter-spacing: 0;
        width: 100%;
    }
    .detail .area2 .row .col .img{
        height: 119px;
    }

    .qrDetail{
        width: 100%;
        padding: 0 5%;
    }
    .qrDetail .qrImg{
        width: 38px;
        left: 6%;
    }
    .qrDetail .qrLink{
        font-size: 6px;
        right: 8%;
    }

    /* モバイルページにアクセスを表示させない */
    .qrMobileLink {
        display: none;
    }

    .btn-map-search {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        max-width: 260px;
    }
    .btn-map-search:before {
        margin-left: 16px !important;
    }
}

div#sitemap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
}
ul.sitemap li {
    border-bottom: 1px dotted #a9a9a9;
    padding: 10px 0;
    list-style: disc;
}
h3.sitemap_h3 {
    background: #424242;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 15px;
}
ul.sitemap {
    margin-left: 25px;
}
h2.sitemap_h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
div#sitemap {
    padding: 5%;
}
}
/* PRINT STYLE */
#content{
    background: #fff;
}

.img_pos{
    display: none;
}
@media print  {

    #header,
    #footer,
    #content,
    #page_top,
    .boxBannerCommon
    {
        display: none !important;
    }
    html{
        height: auto !important;
    }
    body{
        width: 100%
        margin: 0 auto;
        overflow: visible;
        position: static;
        display: block;
        opacity: 1;
        /*height: 900px !important;*/
    }
    #popup{
        overflow: visible;
        display: block;
        width: 100%;
        opacity: 1;
        /*height: 900px !important;*/
    }
    #popup.active{
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        background: #fff;
        opacity: 1;
        /*height: 900px !important;*/
    }
    .wrapPop{
        width: 100%;
    }
    #subPop{
        top: 0;
        left: 0%;
        transform: none;
        display: block;
        margin: 0 auto;
        z-index: 999999;
        /*height: 900px !important;*/
        position: static;
        width: 100%;
        -webkit-print-color-adjust: exact;
        -ms-print-color-adjust: exact;
        print-color-adjust: exact;
        background: #fff url(/asset/img/coupon/bg-pop.png) no-repeat top 8px center;
        background-image: url(/asset/img/coupon/bg-pop.png);
        background-size: cover;
        opacity: 1;
    }
    #subPop .innerPop {
        /*height: 900px !important;*/
    }
    #subPop .close{
        display: none !important;
    }

    .print{
        display: none !important;
    }
    #subPop .row{
        height: auto;
        overflow: visible;
        position: relative;
    }
    .img_pos{
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        z-index: -1;
        display: block;
    }
    .img_pos img{
        width: 100% !important;
        height: 100% !important;
    }
    #subPop .text2 a{
        position: relative !important;
        z-index: 2 !important;
        background: #fff !important;
    }

}
@media (max-width: 320px){
    #subPopup .row{
        margin-top: 0;
    }
    #subPopup .row ul{
        display: block;
    }
    #subPopup .row ul li{
        /* width: 32%; */
        width: auto;
        margin-bottom: 10px;
    }
    #subPopup .row ul li a{
        font-size: 14px;
        padding: 5px 15px;
    }
    #subPopup .submit{
        width: 34%;
    }
    #subPopup .submit a{
        width: 100%;
        font-size: 14px;
    }
    #subPopup .row2 ul li a{
        font-size: 14px;
    }
    #subPop .row{
        height: 290px;
    }
    .detail3 .area2 .row .col .img{
        height: 89px;
    }

}


button.btn-map-search {
    display: block;
    border: none;
    background: black;
    color: white;
    width: 100%;
    padding: 3px 8px 0px;
    margin-top: 17px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1;
    text-align: left;
}



button.btn-map-search:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 60px;
    background: url("/asset/img/map/mapmarker_white.png") no-repeat center left;

    margin-top: -4px;
    margin-right: 26px;
    margin-left: 6px;
    background-size: 45%;
}


/*
     FILE ARCHIVED ON 00:21:50 Jul 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:19:08 Feb 15, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.532
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.009
  esindex: 0.011
  cdx.remote: 42.203
  LoadShardBlock: 146.491 (3)
  PetaboxLoader3.datanode: 121.321 (4)
  PetaboxLoader3.resolve: 556.541 (2)
  load_resource: 561.524
*/