@media only screen and (min-width: 768px) {
    .img-squ > .squ-txt {
        left: 2px;
    }
}
@media only screen and (max-width: 767px) {
    .answer-box .ans-name {
        font-size: 0.7em;
    }
    .answer-box .ans-name li:last-child {
        max-width: 40px;
        text-align: right;
    }
    .answer-box .ans-comment {
        font-size: 0.9em;
        padding: 16px;
    }
    .answer-box .ans-comment .comment-like {
        width: 50px;
        font-size: 0.7em;
    }
}
@media only screen and (min-width: 768px) {
    .answer-box .ans-name {
        font-size: 0.9em;
    }
    .answer-box .ans-name i.fa {
        margin-right: 8px;
    }
    .answer-box .ans-comment {
        font-size: 1em;
        padding: 20px;
    }
    .answer-box .ans-comment .comment-like {
        width: 120px;
    }
    .answer-box .ans-comment .comment-like a {
        padding-left: 4px;
    }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0);
}
html {
    overflow-x: hidden;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
img {
    vertical-align: bottom;
}
ul {
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    color: #fff;
    vertical-align: baseline;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    outline: none;
}
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
input,
select,
textarea {
    vertical-align: middle;
}
input,
textarea::-webkit-input-placeholder {
    color: #666;
}
input,
textarea:-moz-placeholder {
    color: #666;
}
input,
textarea::-moz-placeholder {
    color: #666;
}
input,
textarea:-ms-input-placeholder {
    color: #666;
}
.mt0 {
    margin-top: 0 !important;
}
.mt8 {
    margin-top: 8px !important;
}
.mt16 {
    margin-top: 16px !important;
}
.mt24 {
    margin-top: 24px !important;
}
.mt32 {
    margin-top: 32px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt48 {
    margin-top: 48px !important;
}
.mt56 {
    margin-top: 56px !important;
}
.mt64 {
    margin-top: 64px !important;
}
.ml8 {
    margin-left: 8px !important;
}
.ml16 {
    margin-left: 16px !important;
}
.ml24 {
    margin-left: 24px !important;
}
.mr8 {
    margin-right: 8px !important;
}
.mr16 {
    margin-right: 16px !important;
}
.mr24 {
    margin-right: 24px !important;
}
.mlr-at {
    margin-right: auto !important;
    margin-left: auto !important;
}
.mlr8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
}
.mlr16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
}
.mlr24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
}
.mb8 {
    padding-bottom: 8px !important;
}
.mb16 {
    padding-bottom: 16px !important;
}
.mb24 {
    padding-bottom: 24px !important;
}
.mb32 {
    padding-bottom: 32px !important;
}
.mb48 {
    padding-bottom: 48px !important;
}
.mtb8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.mtb16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.mtb24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
@media only screen and (max-width: 768px) {
    .sp-header {
        background: #fff;
        border-bottom: 2px solid #333;
    }
    .sp-header .sp-header-btn {
        margin: 4px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 38px;
    }
    .sp-header .sp-header-btn li {
        text-align: center;
    }
    .sp-header .sp-header-btn li span {
        display: block;
        line-height: 1.2;
    }
    .sp-header .sp-header-btn .sp-header-logo {
        margin-right: auto;
        margin-left: 10px;
        width: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sp-header .sp-header-btn .sp-header-logo img {
        height: auto;
        max-width: 100%;
    }
    .sp-header .sp-header-btn .sp-header-search {
        border-radius: 4px;
        border: 1px solid #333;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #333;
        font-size: 60%;
        width: 50px;
        margin-right: 8px;
        padding: 3px 0;
    }
    .sp-header .sp-header-btn .sp-header-menu {
        border-radius: 4px;
        background-color: #333;
        color: #fff;
        font-size: 60%;
        width: 50px;
        margin-right: 8px;
        padding: 3px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 767px) {
    footer {
        margin-top: 16px;
    }
    footer .panlist {
        padding: 16px 8px 0;
    }
    footer .post-entry-box {
        background: #f7f3e8;
        font-size: 0.8em;
        text-align: left;
        margin: 24px 16px;
        padding: 16px;
    }
    footer .post-entry-box .ttl {
        font-size: 1.2em;
        font-weight: bold;
        text-align: center;
        padding-bottom: 8px;
    }
    footer .post-entry-box .btn-post-entry {
        border: none;
        text-align: center;
        background: #f7931e;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
        box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
        margin-top: 8px;
    }
    footer .post-entry-box .btn-post-entry a {
        display: block;
        text-decoration: none;
        padding: 8px 0;
    }
    footer .post-entry-box .btn-post-entry i {
        margin-left: 10px;
    }
    footer .post-entry-box .btn-post-entry .fa-heart-bkm-on {
        margin-right: 3px;
        color: #333;
    }
    footer .post-entry-box .btn-post-entry .fa-heart-bkm-off {
        margin-right: 3px;
        color: #dd3838;
    }
    footer .post-entry-box .btn-post-entry a {
        font-size: 1.1em;
        font-weight: normal;
        color: #fff;
        position: relative;
    }
    footer .post-entry-box .btn-post-entry a:before {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-top: solid 1px #ccc;
        border-right: solid 1px #ccc;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 16px;
        margin-top: -4px;
    }
    footer .post-entry-box .btn-post-entry a:before {
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }
    footer .ft-area-bg {
        margin-top: 16px;
    }
    footer .ft-area-bg .ft-area-top {
        font-size: 90%;
        font-weight: bold;
        margin-top: 16px;
        padding: 8px;
    }
    footer .ft-area-bg .ft-area-link {
        width: 100%;
        overflow: hidden;
        border-top: solid 1px #ededed;
    }
    footer .ft-area-bg .ft-area-link .ft-area-list {
        background: #f6f3eb;
        padding: 0.2em 0 0.2em 0.5em;
        font-size: 90%;
        font-weight: bold;
    }
    footer .ft-area-bg .ft-area-link li {
        float: left;
        position: relative;
        width: 33.33%;
        border: solid 1px #ededed;
        border-width: 0 1px 1px 0;
        font-size: 80%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer .ft-area-bg .ft-area-link li a {
        display: block;
        color: #999;
        text-decoration: none;
        padding: 8px;
    }
    footer .ft-area-bg .ft-area-link li a:after {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        width: 5px;
        height: 5px;
        margin-top: -2px;
        border-top: 1px solid #bbb;
        border-right: 1px solid #bbb;
        transform: rotate(45deg);
        content: '';
        -webkit-transform: rotate(45deg);
    }
    footer .ft-area-bg .ft-area-link li:nth-child(3n) {
        border-right: none;
    }
    footer .ft-area-bg .ft-txt-link {
        overflow: hidden;
        background: #f5f5f5;
        text-align: center;
        padding: 8px;
    }
    footer .ft-area-bg .ft-txt-link li {
        display: inline-block;
        border-right: solid 1px #ddd;
        font-size: 70%;
        margin: 4px 8px 0 0;
        padding: 0 8px 0 0;
    }
    footer .ft-area-bg .ft-txt-link li a {
        color: #999;
    }
    footer .ft-area-bg .ft-txt-link li:nth-child(7) {
        border-right: none;
    }
    footer .ft-area-bg .ft-copy {
        background: #cfc6b0;
        font-size: 0.7em;
        color: #fff;
        text-align: center;
        padding: 8px 0;
    }
    footer .ft-area-bg .footerlogo {
        max-width: 100%;
        margin: 0px auto;
    }
    footer .ft-area-bg .footerlogo ul {
        width: 100%;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        padding: 8px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 10px;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg .biglobe-logo {
        width: 68px;
        height: 24px;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg .ft-x-logo {
        margin-top: 5px;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg img {
        margin: 0 4px;
        height: 16px;
        display: block;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-img-s {
        max-width: 100%;
        max-height: 40px;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 768px) {
    body {
        color: #333;
    }
    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0;
    }
    .sp-header {
        background-color: #fff;
        -webkit-box-shadow: 0 0 4px 0 #9d7333;
        box-shadow: 0 0 4px 0 #9d7333;
        border-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 16px;
        z-index: 101;
        height: 60px;
        position: relative;
    }
    .sp-header .logo {
        font-size: 1.5rem;
        font-weight: bold;
        z-index: 102;
    }
    .sp-header .logo img {
        width: 160px;
    }
    .sp-header .nav-toggle {
        display: none;
    }
    .sp-header .nav-toggle:checked ~ .nav-menu {
        right: 0;
    }
    .sp-header .nav-toggle:checked ~ .hamburger-container .hamburger-label {
        padding: 9px;
        margin-right: 11px;
        margin-top: 7px;
    }
    .sp-header .nav-toggle:checked ~ .hamburger-container .hamburger-label .line-top {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        width: 80%;
    }
    .sp-header .nav-toggle:checked ~ .hamburger-container .hamburger-label .line-mid {
        opacity: 0;
    }
    .sp-header .nav-toggle:checked ~ .hamburger-container .hamburger-label .line-bottom {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 50%;
        width: 80%;
    }
    .sp-header .nav-toggle:checked ~ .hamburger-container .hamburger-text {
        opacity: 1;
        margin-top: 5px;
    }
    .sp-header .nav-toggle:checked ~ .hamburger-container .hamburger-text::after {
        content: '閉じる';
    }
    .sp-header .nav-toggle:checked ~ .overlay {
        opacity: 1;
        visibility: visible;
    }
    .sp-header .nav-toggle:checked ~ .nav-menu .close-menu-button {
        display: block;
    }
    .sp-header .nav-toggle:not(:checked) ~ .hamburger-container .hamburger-text::after {
        content: 'メニュー';
    }
    .sp-header .nav-toggle:not(:checked) ~ .hamburger-container .hamburger-label {
        margin-right: 8px;
        margin-top: 12px;
    }
    .sp-header .hamburger-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 100;
        background: url(/images/icon-header-btn.svg) center -4px/120% no-repeat;
    }
    .sp-header .hamburger-container .hamburger-label {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 9px;
        height: 7px;
        padding: 5px;
        position: relative;
    }
    .sp-header .hamburger-container .hamburger-label span {
        display: block;
        height: 2px;
        background-color: #6f4d3e;
        border-radius: 2px;
        -webkit-transition: opacity 0.4s ease, top 0.4s ease, -webkit-transform 0.4s ease;
        transition: opacity 0.4s ease, top 0.4s ease, -webkit-transform 0.4s ease;
        transition: transform 0.4s ease, opacity 0.4s ease, top 0.4s ease;
        transition: transform 0.4s ease, opacity 0.4s ease, top 0.4s ease,
            -webkit-transform 0.4s ease;
    }
    .sp-header .hamburger-container .hamburger-label .line-top {
        position: absolute;
        width: 100%;
        top: 0;
    }
    .sp-header .hamburger-container .hamburger-label .line-mid {
        position: absolute;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .sp-header .hamburger-container .hamburger-label .line-bottom {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    .sp-header .hamburger-container .hamburger-text {
        font-size: 0.6rem;
        margin-top: 10px;
        color: #6f4d3e;
        -webkit-transition: opacity 0.4s ease;
        transition: opacity 0.4s ease;
    }
    .sp-header .nav-menu {
        position: absolute;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: none;
        background-color: #fff;
        -webkit-transition: right 0.4s ease;
        transition: right 0.4s ease;
        z-index: 99;
        padding-top: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .sp-header .nav-menu .nav-menu-container {
        background: #f6f3eb;
        height: 100%;
    }
    .sp-header .nav-menu .nav-menu-container ul {
        list-style: none;
        padding: 20px;
        margin: 0;
        overflow-y: auto;
    }
    .sp-header .nav-menu .nav-menu-container ul li {
        background: #fff;
        border-bottom: 1px solid #f6f3eb;
    }
    .sp-header .nav-menu .nav-menu-container ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1rem 1.5rem;
        text-decoration: none;
        color: #333;
        font-weight: bold;
    }
    .sp-header .nav-menu .nav-menu-container ul li a:hover,
    .sp-header .nav-menu .nav-menu-container ul li a:focus {
        opacity: 0.8;
    }
    .sp-header .nav-menu .nav-menu-container ul li a span.sp-menu-ico::before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: contain;
        margin-right: 10px;
        background-position: center;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
    .sp-header .nav-menu .nav-menu-container ul li a span.sp-menu-ico.is-pin::before {
        background-image: url(/images/icon_pin.svg);
    }
    .sp-header .nav-menu .nav-menu-container ul li a span.sp-menu-ico.is-gohan::before {
        background-image: url(/images/icon_gohan.svg);
    }
    .sp-header .nav-menu .nav-menu-container ul li a span.sp-menu-ico.is-huji::before {
        background-image: url(/images/icon_huji.svg);
    }
    .sp-header .nav-menu .nav-menu-container ul li a span.sp-menu-ico.is-human::before {
        background-image: url(/images/icon_human.svg);
    }
    .sp-header .nav-menu .nav-menu-container ul li a::after {
        content: '';
        display: inline-block;
        width: 24px;
        height: 9px;
        background: url(/images/ico_arrow-right.svg) center/contain no-repeat;
        vertical-align: middle;
    }
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 1rem;
    }
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons a {
        padding: 0.75rem 1.5rem;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
        color: #333;
        border-radius: 10px;
        font-weight: bold;
        text-decoration: none;
        -webkit-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        margin: 0 0.5rem;
        display: block;
    }
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons a::after {
        display: none;
    }
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons a.answer {
        background: #6f4d3e;
        color: #fff;
    }
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons a.answer:hover,
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons a.answer:focus {
        opacity: 0.8;
    }
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons a.question {
        background: #fff;
        color: #6f4d3e;
        border: 1px solid #6f4d3e;
    }
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons a.question:hover,
    .sp-header .nav-menu .nav-menu-container ul li .home-buttons a.question:focus {
        background: #e9d5a5;
        opacity: 1;
    }
    .sp-header .close-menu-button {
        text-align: center;
        margin-top: 0;
        display: none;
        padding-bottom: 20px;
    }
    .sp-header .close-menu-button label {
        display: inline-block;
        padding: 0.75rem 1.5rem;
        color: #6f4d3e;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
        background-color: #fff;
        font-weight: bold;
        border-radius: 10px;
        cursor: pointer;
        text-decoration: none;
        -webkit-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease;
    }
    .sp-header .close-menu-button label:hover,
    .sp-header .close-menu-button label:focus {
        background-color: #e9d5a5;
    }
    .overlay {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        -webkit-transition: opacity var(--transition-speed) ease,
            visibility var(--transition-speed) ease;
        transition: opacity var(--transition-speed) ease, visibility var(--transition-speed) ease;
        z-index: 98;
    }
}
main .tag-content-area {
    margin-bottom: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
    header .pc-header {
        background-color: #fff;
    }
    header .header-top-area {
        margin: 0 auto;
    }
    header .header-top-area .header-top {
        color: #333;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px;
    }
    header .header-top-area .header-top .leadtext {
        display: block;
        float: left;
        font-size: 14px;
        line-height: 2.2;
    }
    header .header-top-area .header-top .leadtext span.leadtext-color {
        margin: 0 4px;
        font-size: 120%;
    }
    header .header-top-area .header-top .header-top-btn {
        float: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header .header-top-area .header-top .header-top-btn li:hover {
        background-color: #f6f3eb;
    }
    header .header-top-area .header-top .btn-header-a,
    header .header-top-area .header-top .btn-header-q,
    header .header-top-area .header-top .btn-header-other {
        border-radius: 4px;
        border: none;
        text-align: center;
        border: 1px solid #e9d5a5;
        font-size: 13px;
        margin: 5px 3px;
        width: 100px;
        position: relative;
    }
    header .header-top-area .header-top .btn-header-a a,
    header .header-top-area .header-top .btn-header-q a,
    header .header-top-area .header-top .btn-header-other a {
        display: block;
        text-decoration: none;
        padding: 8px 0;
    }
    header .header-top-area .header-top .btn-header-a i,
    header .header-top-area .header-top .btn-header-q i,
    header .header-top-area .header-top .btn-header-other i {
        margin-left: 10px;
    }
    header .header-top-area .header-top .btn-header-a .fa-heart-bkm-on,
    header .header-top-area .header-top .btn-header-q .fa-heart-bkm-on,
    header .header-top-area .header-top .btn-header-other .fa-heart-bkm-on {
        margin-right: 3px;
        color: #333;
    }
    header .header-top-area .header-top .btn-header-a .fa-heart-bkm-off,
    header .header-top-area .header-top .btn-header-q .fa-heart-bkm-off,
    header .header-top-area .header-top .btn-header-other .fa-heart-bkm-off {
        margin-right: 3px;
        color: #dd3838;
    }
    header .header-top-area .header-top .btn-header-a a,
    header .header-top-area .header-top .btn-header-q a,
    header .header-top-area .header-top .btn-header-other a {
        color: #333;
        padding: 0 14px;
        line-height: 2.1;
    }
    header .header-top-area .header-top .btn-header-a::after {
        content: '';
        position: absolute;
        left: -2px;
        top: 1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: rgba(0, 0, 0, 0) #f7931e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        -webkit-transform: translateY(-40%) rotate(45deg);
        transform: translateY(-40%) rotate(45deg);
    }
    header .header-top-area .header-top .btn-header-q::after {
        content: '';
        position: absolute;
        left: -2px;
        top: 1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: rgba(0, 0, 0, 0) #90d9de rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        -webkit-transform: translateY(-40%) rotate(45deg);
        transform: translateY(-40%) rotate(45deg);
    }
    header .header-top-area .fa-unlock-alt {
        margin-right: 3px;
        color: #333;
    }
    header .header-top-area .fa-heart {
        margin-right: 3px;
        color: #333;
    }
    header .header-bottom-area {
        position: relative;
        width: 100%;
        border-bottom: solid 1px #e9d5a5;
        z-index: 0;
    }
    header .header-bottom-area .header-bottom {
        width: 1200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 2px auto 0 auto;
        position: relative;
    }
    header .header-bottom-area .header-bottom a {
        position: relative;
    }
    header .header-bottom-area .header-bottom a img {
        position: absolute;
        top: -35px;
    }
    header .header-bottom-area .header-bottom .tabiyukashi-logo {
        max-width: 200px;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn {
        margin-bottom: -1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li {
        text-align: center;
        background-color: #f6f3eb;
        border-bottom: solid 1px #e9d5a5;
        margin: 0 8px;
        border-radius: 10px 10px 0 0;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li:hover {
        background-color: #f2e6cb;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li a {
        color: #333;
        display: inline-block;
        width: 154px;
        height: 58px;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li span {
        display: block;
        font-size: 13px;
        margin-bottom: 10px;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li:last-child {
        border-right: 1px solid #e5e5e5;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn .btn-on {
        border: 1px solid #e9d5a5;
        border-bottom: 1px solid #fff;
        background-color: #fff;
        z-index: 1;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn .btn-on:hover {
        background-color: #fff;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-area
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_pin.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-purpose
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_gohan.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-touristspot
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_huji.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-partner
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_human.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-guide
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_tsuru_mono.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header #header-search {
        margin-left: auto;
        background-color: #fff;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        border: 1px #333 solid;
    }
    header #header-search input {
        margin: 0px;
    }
    header #header-search input:focus {
        outline: none;
    }
    header #header-search-text {
        width: 207px;
        border: none;
        height: 34px;
        font-size: 16px;
        padding: 2px 8px;
        color: #666;
    }
    header #header-search-text::-webkit-input-placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text::-moz-placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text:-ms-input-placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text::-ms-input-placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text::placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text::-webkit-input-placeholder {
        font-size: 16px;
    }
    header #header-search-text::-moz-placeholder {
        font-size: 16px;
    }
    header #header-search-text::-moz-placeholder {
        font-size: 16px;
    }
    header #header-search-text::-ms-input-placeholder {
        font-size: 16px;
    }
    header #header-search-img {
        padding: 8px;
        border: none;
        background-color: #333;
        width: 22px;
        height: 22px;
    }
    header .logo-area {
        padding: 16px;
    }
    header .logo-area li.logo > .count {
        display: none;
    }
    header .pc-header-notext {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) and (min-width: 861px) and (max-width: 1119px) {
    header .header-bottom {
        width: 94% !important;
        max-width: 1120px !important;
        padding: 0 3% !important;
    }
    header .header-bottom .header-bottom-btn {
        margin-left: 20px !important;
    }
    header .header-bottom .header-bottom-btn li a {
        width: 110px !important;
    }
    header .header-bottom .header-bottom-btn li span {
        font-size: 11px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) and (min-width: 768px) and (max-width: 860px) {
    header .header-bottom {
        width: 96% !important;
        padding: 0 2% !important;
    }
    header .header-bottom .header-bottom-btn {
        margin-left: 10px !important;
    }
    header .header-bottom .header-bottom-btn li a {
        width: 90px !important;
    }
    header .header-bottom .header-bottom-btn li span {
        font-size: 11px !important;
    }
    header #header-search-text {
        width: 150px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
    main {
        display: block;
        max-width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        padding-top: 16px;
        padding-bottom: 32px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 16px 24px;
    }
    main .left-menu {
        float: left;
        width: 184px;
    }
    main .main-content {
        width: 100%;
        margin-right: -208px;
        padding-left: 208px;
        padding-bottom: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    main article {
        float: left;
        width: 100%;
        margin-right: -328px;
        padding-right: 328px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    main aside {
        float: right;
        width: 304px;
        margin-top: 20px;
    }
    main .tag-content-area {
        margin-bottom: 50px;
    }
    main article {
        margin-right: 0;
        padding-right: 0;
    }
    main aside {
        float: none;
        width: 100%;
        padding: 0 0 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    main aside .bnr-side {
        text-align: center;
    }
    main aside .bnr-side img {
        margin: 32px 0 0;
    }
    footer {
        border-top: 1px solid #f2e6cb;
        color: #454545;
    }
    footer .post-entry-box {
        max-width: 1200px;
        background: #f7f3e8;
        font-size: 1em;
        text-align: center;
        margin: 0 auto;
        padding: 32px 104px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer .post-entry-box a {
        display: block;
        color: #666;
    }
    footer .post-entry-box a:hover {
        text-decoration: underline;
    }
    footer .post-entry-box .ttl {
        font-size: 1.4em;
        font-weight: bold;
        text-align: center;
        padding-bottom: 8px;
    }
    footer .post-entry-box .btn-post-entry {
        border: none;
        text-align: center;
        background: #f7931e;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
        box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
        border: none;
        max-width: 500px;
        margin: 16px auto;
    }
    footer .post-entry-box .btn-post-entry a {
        display: block;
        text-decoration: none;
        padding: 8px 0;
    }
    footer .post-entry-box .btn-post-entry i {
        margin-left: 10px;
    }
    footer .post-entry-box .btn-post-entry .fa-heart-bkm-on {
        margin-right: 3px;
        color: #333;
    }
    footer .post-entry-box .btn-post-entry .fa-heart-bkm-off {
        margin-right: 3px;
        color: #dd3838;
    }
    footer .post-entry-box .btn-post-entry a {
        font-size: 1.2em;
        font-weight: bold;
        color: #fff;
        padding: 16px 0;
        position: relative;
    }
    footer .post-entry-box .btn-post-entry a:before {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-top: solid 1px #ccc;
        border-right: solid 1px #ccc;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 16px;
        margin-top: -4px;
    }
    footer .post-entry-box .btn-post-entry a:before {
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }
    footer .ft-area-bg {
        border-top: 1px solid #e9d5a5;
        margin-top: 50px;
    }
    footer .ft-area-bg a {
        display: block;
        color: #666;
        text-decoration: underline;
    }
    footer .ft-area-bg a:hover {
        opacity: 0.8;
    }
    footer .ft-area-bg .ft-txt-link-right a {
        text-decoration: none !important;
    }
    footer .ft-area-bg .ft-area-box {
        overflow: hidden;
        max-width: 1200px;
        font-size: 0.8em;
        margin: 0 auto;
        padding-bottom: 16px;
    }
    footer .ft-area-bg .ft-area-box .box-area {
        float: left;
        width: 100%;
        margin-right: -246px;
        padding-right: 246px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer .ft-area-bg .ft-area-box .box-area .ft-area-top {
        font-weight: bold;
        padding: 24px 0 4px 0;
    }
    footer .ft-area-bg .ft-area-box .box-area .ft-vision {
        padding-left: 8px;
    }
    footer .ft-area-bg .ft-area-box .box-area ul.ft-area-link {
        overflow: hidden;
    }
    footer .ft-area-bg .ft-area-box .box-area ul.ft-area-link li {
        float: left;
        border-right: solid 1px #ddd;
        margin-bottom: 4px;
        padding: 0 8px;
    }
    footer .ft-area-bg .ft-area-box .box-area ul.ft-area-link li:last-child {
        border-right: none;
    }
    footer .ft-area-bg .ft-area-box .box-link {
        float: right;
        width: 220px;
        margin-top: 40px;
        margin-left: 24px;
        border: solid 1px #ccc;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px 16px;
    }
    footer .ft-area-bg .ft-area-box .box-link p {
        font-weight: bold;
        padding: 8px 0 4px;
    }
    footer .ft-area-bg .ft-area-box .box-link li {
        padding-left: 8px;
        padding-bottom: 4px;
    }
    footer .ft-area-bg .ft-area-list-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
    }
    footer .ft-area-bg .ft-area-list-box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    footer .ft-area-bg .ft-area-list-box ul li {
        border-right: solid 1px #ddd;
    }
    footer .ft-area-bg .ft-area-list-box ul li:last-child {
        border-right: none;
    }
    footer .ft-area-bg .ft-area-list-box a {
        padding: 6px 8px !important;
        border-right: solid 1px #ddd;
    }
    footer .ft-area-bg .ft-area-list-box a:last-child {
        border-right: none;
    }
    footer .ft-area-bg .ft-area-list-box .ft-area-list {
        background-color: #f6f3eb;
        border-right: none !important;
        margin-right: 10px !important;
        width: 96px;
        text-align: left;
        height: 20px;
    }
    footer .ft-area-bg .ft-copy {
        background: #cfc6b0;
        font-size: 0.7em;
        color: #fff;
        text-align: center;
        padding: 8px 0;
    }
    footer .ft-area-bg .footerlogo {
        max-width: 1120px;
        margin: 20px auto;
    }
    footer .ft-area-bg .footerlogo ul {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 60%;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        padding: 8px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 20px;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg img {
        margin: 0 8px;
        height: 20px;
        display: block;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg img .biglobe-logo {
        width: 85px;
        height: 30px;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg img .ft-x-logo {
        margin-top: 7px;
    }
    footer .ft-area-bg {
        margin-top: 16px;
        margin-top: 0;
    }
    footer .ft-area-bg .ft-area-box {
        padding: 0 16px 16px;
    }
}
@media only screen and (min-width: 1120px) {
    header .pc-header {
        background-color: #fff;
    }
    header .header-top-area {
        margin: 0 auto;
    }
    header .header-top-area .header-top {
        color: #333;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 24px;
    }
    header .header-top-area .header-top .leadtext {
        display: block;
        float: left;
        font-size: 14px;
        line-height: 2.2;
    }
    header .header-top-area .header-top .leadtext span.leadtext-color {
        margin: 0 4px;
        font-size: 120%;
    }
    header .header-top-area .header-top .header-top-btn {
        float: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header .header-top-area .header-top .header-top-btn li:hover {
        background-color: #f6f3eb;
    }
    header .header-top-area .header-top .btn-header-a,
    header .header-top-area .header-top .btn-header-q,
    header .header-top-area .header-top .btn-header-other {
        border-radius: 4px;
        border: none;
        text-align: center;
        border: 1px solid #e9d5a5;
        font-size: 13px;
        margin: 5px 3px;
        width: 100px;
        position: relative;
    }
    header .header-top-area .header-top .btn-header-a a,
    header .header-top-area .header-top .btn-header-q a,
    header .header-top-area .header-top .btn-header-other a {
        display: block;
        text-decoration: none;
        padding: 8px 0;
    }
    header .header-top-area .header-top .btn-header-a i,
    header .header-top-area .header-top .btn-header-q i,
    header .header-top-area .header-top .btn-header-other i {
        margin-left: 10px;
    }
    header .header-top-area .header-top .btn-header-a .fa-heart-bkm-on,
    header .header-top-area .header-top .btn-header-q .fa-heart-bkm-on,
    header .header-top-area .header-top .btn-header-other .fa-heart-bkm-on {
        margin-right: 3px;
        color: #333;
    }
    header .header-top-area .header-top .btn-header-a .fa-heart-bkm-off,
    header .header-top-area .header-top .btn-header-q .fa-heart-bkm-off,
    header .header-top-area .header-top .btn-header-other .fa-heart-bkm-off {
        margin-right: 3px;
        color: #dd3838;
    }
    header .header-top-area .header-top .btn-header-a a,
    header .header-top-area .header-top .btn-header-q a,
    header .header-top-area .header-top .btn-header-other a {
        color: #333;
        padding: 0 14px;
        line-height: 2.1;
    }
    header .header-top-area .header-top .btn-header-a::after {
        content: '';
        position: absolute;
        left: -2px;
        top: 1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: rgba(0, 0, 0, 0) #f7931e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        -webkit-transform: translateY(-40%) rotate(45deg);
        transform: translateY(-40%) rotate(45deg);
    }
    header .header-top-area .header-top .btn-header-q::after {
        content: '';
        position: absolute;
        left: -2px;
        top: 1px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: rgba(0, 0, 0, 0) #90d9de rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        -webkit-transform: translateY(-40%) rotate(45deg);
        transform: translateY(-40%) rotate(45deg);
    }
    header .header-top-area .fa-unlock-alt {
        margin-right: 3px;
        color: #333;
    }
    header .header-top-area .fa-heart {
        margin-right: 3px;
        color: #333;
    }
    header .header-bottom-area {
        position: relative;
        width: 100%;
        border-bottom: solid 1px #e9d5a5;
        z-index: 0;
    }
    header .header-bottom-area .header-bottom {
        width: 1200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 2px auto 0 auto;
        position: relative;
    }
    header .header-bottom-area .header-bottom a {
        position: relative;
    }
    header .header-bottom-area .header-bottom a img {
        position: absolute;
        top: -35px;
    }
    header .header-bottom-area .header-bottom .tabiyukashi-logo {
        max-width: 200px;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn {
        margin-bottom: -1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li {
        text-align: center;
        background-color: #f6f3eb;
        border-bottom: solid 1px #e9d5a5;
        margin: 0 8px;
        border-radius: 10px 10px 0 0;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li:hover {
        background-color: #f2e6cb;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li a {
        color: #333;
        display: inline-block;
        width: 154px;
        height: 58px;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li span {
        display: block;
        font-size: 13px;
        margin-bottom: 10px;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn li:last-child {
        border-right: 1px solid #e5e5e5;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn .btn-on {
        border: 1px solid #e9d5a5;
        border-bottom: 1px solid #fff;
        background-color: #fff;
        z-index: 1;
    }
    header .header-bottom-area .header-bottom .header-bottom-btn .btn-on:hover {
        background-color: #fff;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-area
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_pin.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-purpose
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_gohan.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-touristspot
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_huji.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-partner
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_human.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header
        .header-bottom-area
        .header-bottom
        .header-bottom-btn
        .header-bottom-btn-guide
        > a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_tsuru_mono.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    header #header-search {
        margin-left: auto;
        background-color: #fff;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        border: 1px #333 solid;
    }
    header #header-search input {
        margin: 0px;
    }
    header #header-search input:focus {
        outline: none;
    }
    header #header-search-text {
        width: 207px;
        border: none;
        height: 34px;
        font-size: 16px;
        padding: 2px 8px;
        color: #666;
    }
    header #header-search-text::-webkit-input-placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text::-moz-placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text:-ms-input-placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text::-ms-input-placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text::placeholder {
        font-size: 16px !important;
        color: #ccc !important;
    }
    header #header-search-text::-webkit-input-placeholder {
        font-size: 16px;
    }
    header #header-search-text::-moz-placeholder {
        font-size: 16px;
    }
    header #header-search-text::-moz-placeholder {
        font-size: 16px;
    }
    header #header-search-text::-ms-input-placeholder {
        font-size: 16px;
    }
    header #header-search-img {
        padding: 8px;
        border: none;
        background-color: #333;
        width: 22px;
        height: 22px;
    }
    main {
        display: block;
        max-width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        padding-top: 16px;
        padding-bottom: 32px;
    }
    main .left-menu {
        float: left;
        width: 184px;
    }
    main .main-content {
        width: 100%;
        margin-right: -208px;
        padding-left: 208px;
        padding-bottom: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    main article {
        float: left;
        width: 100%;
        margin-right: -328px;
        padding-right: 328px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    main aside {
        float: right;
        width: 304px;
        margin-top: 20px;
    }
    footer {
        color: #454545;
    }
    footer .post-entry-box {
        max-width: 1200px;
        background: #f7f3e8;
        font-size: 1em;
        text-align: center;
        margin: 0 auto;
        padding: 32px 104px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer .post-entry-box a {
        display: block;
        color: #666;
    }
    footer .post-entry-box a:hover {
        text-decoration: underline;
    }
    footer .post-entry-box .ttl {
        font-size: 1.4em;
        font-weight: bold;
        text-align: center;
        padding-bottom: 8px;
    }
    footer .post-entry-box .btn-post-entry {
        border: none;
        text-align: center;
        background: #f7931e;
        border-radius: 10px;
        -webkit-box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
        box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
        border: none;
        max-width: 500px;
        margin: 16px auto;
    }
    footer .post-entry-box .btn-post-entry a {
        display: block;
        text-decoration: none;
        padding: 8px 0;
    }
    footer .post-entry-box .btn-post-entry i {
        margin-left: 10px;
    }
    footer .post-entry-box .btn-post-entry .fa-heart-bkm-on {
        margin-right: 3px;
        color: #333;
    }
    footer .post-entry-box .btn-post-entry .fa-heart-bkm-off {
        margin-right: 3px;
        color: #dd3838;
    }
    footer .post-entry-box .btn-post-entry a {
        font-size: 1.2em;
        font-weight: bold;
        color: #fff;
        padding: 16px 0;
        position: relative;
    }
    footer .post-entry-box .btn-post-entry a:before {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-top: solid 1px #ccc;
        border-right: solid 1px #ccc;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 16px;
        margin-top: -4px;
    }
    footer .post-entry-box .btn-post-entry a:before {
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
    }
    footer .ft-area-bg {
        border-top: 1px solid #e9d5a5;
        margin-top: 50px;
    }
    footer .ft-area-bg a {
        display: block;
        color: #666;
        text-decoration: underline;
    }
    footer .ft-area-bg a:hover {
        opacity: 0.8;
    }
    footer .ft-area-bg .ft-txt-link-right a {
        text-decoration: none !important;
    }
    footer .ft-area-bg .ft-area-box {
        overflow: hidden;
        max-width: 1200px;
        font-size: 0.8em;
        margin: 0 auto;
        padding-bottom: 16px;
    }
    footer .ft-area-bg .ft-area-box .box-area {
        float: left;
        width: 100%;
        margin-right: -246px;
        padding-right: 246px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer .ft-area-bg .ft-area-box .box-area .ft-area-top {
        font-weight: bold;
        padding: 24px 0 4px 0;
    }
    footer .ft-area-bg .ft-area-box .box-area .ft-vision {
        padding-left: 8px;
    }
    footer .ft-area-bg .ft-area-box .box-area ul.ft-area-link {
        overflow: hidden;
    }
    footer .ft-area-bg .ft-area-box .box-area ul.ft-area-link li {
        float: left;
        border-right: solid 1px #ddd;
        margin-bottom: 4px;
        padding: 0 8px;
    }
    footer .ft-area-bg .ft-area-box .box-area ul.ft-area-link li:last-child {
        border-right: none;
    }
    footer .ft-area-bg .ft-area-box .box-link {
        float: right;
        width: 220px;
        margin-top: 40px;
        margin-left: 24px;
        border: solid 1px #ccc;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 8px 16px;
    }
    footer .ft-area-bg .ft-area-box .box-link p {
        font-weight: bold;
        padding: 8px 0 4px;
    }
    footer .ft-area-bg .ft-area-box .box-link li {
        padding-left: 8px;
        padding-bottom: 4px;
    }
    footer .ft-area-bg .ft-area-list-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
    }
    footer .ft-area-bg .ft-area-list-box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    footer .ft-area-bg .ft-area-list-box ul li {
        border-right: solid 1px #ddd;
    }
    footer .ft-area-bg .ft-area-list-box ul li:last-child {
        border-right: none;
    }
    footer .ft-area-bg .ft-area-list-box a {
        padding: 6px 8px !important;
        border-right: solid 1px #ddd;
    }
    footer .ft-area-bg .ft-area-list-box a:last-child {
        border-right: none;
    }
    footer .ft-area-bg .ft-area-list-box .ft-area-list {
        background-color: #f6f3eb;
        border-right: none !important;
        margin-right: 10px !important;
        width: 96px;
        text-align: left;
        height: 20px;
    }
    footer .ft-area-bg .ft-copy {
        background: #cfc6b0;
        font-size: 0.7em;
        color: #fff;
        text-align: center;
        padding: 8px 0;
    }
    footer .ft-area-bg .footerlogo {
        max-width: 1120px;
        margin: 20px auto;
    }
    footer .ft-area-bg .footerlogo ul {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 60%;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
        padding: 8px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 20px;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg img {
        margin: 0 8px;
        height: 20px;
        display: block;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg img .biglobe-logo {
        width: 85px;
        height: 30px;
    }
    footer .ft-area-bg .footerlogo ul .footerlogo-bxg img .ft-x-logo {
        margin-top: 7px;
    }
}
.bgcolor_logored {
    background-color: #ae4848;
}
.bgcolor_logobk {
    background-color: #333;
}
.bgcolor_gray {
    background-color: #f5f5f5;
}
.textcolor_logored {
    color: #ae4848;
}
.textcolor_logobk {
    color: #333;
}
.textcolor_gray {
    color: #666;
}
.textcolor_white {
    color: #fff;
}
.fa-search {
    font-size: 18px;
}
.fa-bars {
    font-size: 18px;
    margin-top: 1px;
}
.fa-angle-right {
    font-size: 24px;
}
.fa-unlock-alt {
    margin-right: 3px;
}
.fa-heart {
    margin-right: 3px;
}
.fa-map-marker {
    margin-right: 3px;
}
.fa-facebook {
    margin-top: 4px;
}
.fa-twitter {
    margin-top: 4px;
}
.fa-google-plus {
    margin-top: 4px;
}
.fa-get-pocket {
    margin-top: 4px;
}
.fa-hatena:before {
    content: 'B!';
    font-family: Verdana;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .fa-angle-right {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .nosp {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) {
    .nopc {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .notb {
        display: none !important;
    }
}
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.panlist {
    overflow: hidden;
    font-size: 0.8em;
    color: #ccc;
    margin: 0;
}
.panlist a {
    color: #a2a2a2;
}
.panlist li {
    float: left;
}
.panlist li i.fa {
    margin-right: 4px;
}
.panlist li span {
    margin: 0 3px;
}
.panlist li:last-child {
    color: #999;
}
.panlist li:last-child i.fa {
    color: #ccc;
}
.panlist li + li:before {
    margin: 0 3px 0 3px;
    content: '>';
}
.panlist .qa-ttl {
    width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.plist-tag {
    margin: 0;
    padding: 0 0 24px 0 !important;
}
@media only screen and (max-width: 767px) {
    .panlist > li {
        padding-bottom: 6px;
    }
}
.img-squ {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    z-index: 1;
    position: absolute;
    top: -5px;
    left: -5px;
    color: #fff;
    text-align: center;
    padding: 1px 0;
}
.img-squ .squ-txt {
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 1px;
}
.img-squ .squ-txt span {
    font-size: 130%;
}
.squ-rank1 {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    z-index: 1;
    position: absolute;
    top: -5px;
    left: -5px;
    color: #fff;
    text-align: center;
    padding: 1px 0;
    border-top: 24px solid #fbb03b;
}
.squ-rank1 .squ-txt {
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 1px;
}
.squ-rank1 .squ-txt span {
    font-size: 130%;
}
.squ-rank1 .squ-txt {
    top: -48px;
    left: -5px;
    font-size: 0.75em;
    color: #fff;
}
.squ-rank1 .squ-txt span {
    margin-right: 1px;
}
.squ-rank2 {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    z-index: 1;
    position: absolute;
    top: -5px;
    left: -5px;
    color: #fff;
    text-align: center;
    padding: 1px 0;
    border-top: 24px solid #66c9d0;
}
.squ-rank2 .squ-txt {
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 1px;
}
.squ-rank2 .squ-txt span {
    font-size: 130%;
}
.squ-rank2 .squ-txt {
    top: -48px;
    left: -5px;
    font-size: 0.75em;
    color: #fff;
}
.squ-rank2 .squ-txt span {
    margin-right: 1px;
}
.squ-rank3 {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    z-index: 1;
    position: absolute;
    top: -5px;
    left: -5px;
    color: #fff;
    text-align: center;
    padding: 1px 0;
    border-top: 24px solid #e6a3ac;
}
.squ-rank3 .squ-txt {
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 1px;
}
.squ-rank3 .squ-txt span {
    font-size: 130%;
}
.squ-rank3 .squ-txt {
    top: -48px;
    left: -5px;
    font-size: 0.75em;
    color: #fff;
}
.squ-rank3 .squ-txt span {
    margin-right: 1px;
}
.squ-rank {
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    z-index: 1;
    position: absolute;
    top: -5px;
    left: -5px;
    color: #fff;
    text-align: center;
    padding: 1px 0;
}
.squ-rank .squ-txt {
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 1px;
}
.squ-rank .squ-txt span {
    font-size: 130%;
}
.squ-rank .squ-txt {
    top: -48px;
    left: -5px;
    font-size: 0.75em;
    color: #fff;
}
.squ-rank .squ-txt span {
    margin-right: 1px;
}
.squ-current {
    background-color: #66c9d0;
}
.squ-decision {
    background-color: #f7931e;
}
.ans-check {
    background-color: #6f4d3e;
}
.ans-open {
    background-color: #66c9d0;
}
.img-squ-column-rank1 {
    width: 24px;
    height: 24px;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: block;
    font-weight: bold;
    font-family: Arial, Helvetica, 'sans-serif';
    background-color: #ffbf00;
}
.img-squ-column-rank2 {
    width: 24px;
    height: 24px;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: block;
    font-weight: bold;
    font-family: Arial, Helvetica, 'sans-serif';
    background-color: #b6b6b6;
}
.img-squ-column-rank3 {
    width: 24px;
    height: 24px;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: block;
    font-weight: bold;
    font-family: Arial, Helvetica, 'sans-serif';
    background-color: #be9263;
}
.img-squ-column-rank4 {
    width: 24px;
    height: 24px;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: block;
    font-weight: bold;
    font-family: Arial, Helvetica, 'sans-serif';
    background-color: #333;
}
.sns-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0;
    width: 40%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
}
.sns-area li {
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.sns-area li a {
    display: block;
    color: #fff;
}
.sns-area li img {
    width: 20px;
}
.sns-area li:first-child {
    margin-left: 0;
}
.sns-area li:last-child {
    margin-right: 0;
}
.sns-area .tw {
    background: #55acee;
}
.sns-area .fb {
    background: #3b5998;
}
.sns-area .li {
    background: #00c300;
}
.sns-area .go {
    background: #db4437;
}
.sns-area .ha {
    background: #008fde;
}
.sns-area .po {
    background: #ed4055;
}
@media only screen and (max-width: 767px) {
    .sns-area {
        padding: 0 16px;
    }
    .sns-area li {
        width: 33.33%;
        font-size: 0.75em;
        margin: 0 4px;
    }
    .sns-area li a {
        display: block;
        padding: 2px 0;
    }
}
@media only screen and (min-width: 768px) {
    .sns-area {
        margin-top: 10px;
    }
    .sns-area li {
        width: 20%;
        margin: 0 4px;
    }
    .sns-area li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        padding: 4px 0;
    }
    .sns-area li span.icon {
        font-size: 1.3em;
        margin-right: 8px;
    }
}
.btn-lowest {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
    box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px 0 0;
    background: #fbb03b;
    position: relative;
}
.btn-lowest::after {
    content: '';
    display: inline-block;
    width: 33px;
    height: 8px;
    background: url(/images/icon_arrow_main.svg) center/contain no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 40%;
}
@media only screen and (max-width: 767px) {
    .btn-lowest::after {
        width: 30px;
        height: 10px;
        right: 20px;
        top: 40%;
    }
}
.btn-lowest span.icon {
    font-size: 90%;
    margin-left: 8px;
}
.btn-lowest a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    text-decoration: none;
    padding: 13px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -20%;
}
@media only screen and (min-width: 500px) {
    .btn-lowest a {
        margin-left: -10%;
    }
}
.btn-lowest a span {
    margin-right: 8px;
}
.btn-lowest:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.btn-lowest i {
    margin-left: 10px;
}
.btn-coupon {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
    box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
    border: 1px solid #ddd;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px 0 0;
    background: #fff;
    position: relative;
}
.btn-coupon::after {
    content: '';
    display: inline-block;
    width: 33px;
    height: 8px;
    background: url(/images/icon_arrow_main.svg) center/contain no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 40%;
}
@media only screen and (max-width: 767px) {
    .btn-coupon::after {
        width: 30px;
        height: 10px;
        right: 20px;
        top: 40%;
    }
}
.btn-coupon span.icon {
    font-size: 90%;
    margin-left: 8px;
}
.btn-coupon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    text-decoration: none;
    padding: 13px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn-coupon a span {
    margin-right: 8px;
}
.btn-coupon:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.btn-coupon .ribbon {
    display: inline-block;
    position: absolute;
    top: -3px;
    left: 20px;
    margin: 0;
    padding: 10px 0;
    z-index: 2;
    width: 24px;
    text-align: center;
    font-size: 17px;
    background: #66c9d0;
}
@media only screen and (min-width: 768px) {
    .btn-coupon .ribbon {
        width: 32px;
        left: 15%;
    }
}
.btn-coupon .ribbon::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 12px solid #66c9d0;
    border-right: 12px solid #66c9d0;
    border-bottom: 10px solid rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 768px) {
    .btn-coupon .ribbon::after {
        border-left: 16px solid #66c9d0;
        border-right: 16px solid #66c9d0;
        border-bottom: 15px solid rgba(0, 0, 0, 0);
    }
}
.btn-more {
    border: none;
    text-align: center;
    background: #fff;
    border: solid 1px #ddd;
    color: #fff;
}
.btn-more a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
}
.btn-more i {
    margin-left: 10px;
}
.btn-more .fa-heart-bkm-on {
    margin-right: 3px;
    color: #333;
}
.btn-more .fa-heart-bkm-off {
    margin-right: 3px;
    color: #dd3838;
}
.btn-more:hover {
    background-color: #f5f5f5;
}
.btn-more a {
    color: #666;
}
.btn-more a span.icon {
    font-size: 0.9em;
    color: #ddd;
    margin-left: 8px;
}
.bkm-sns .btn-bkm-on {
    border: none;
    text-align: center;
    background: #fff;
    border: solid 1px #ddd;
    color: #333;
    font-size: 13px;
    padding: 5px 10px 5px 2px;
    letter-spacing: -1px;
}
.bkm-sns .btn-bkm-on a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
}
.bkm-sns .btn-bkm-on i {
    margin-left: 10px;
}
.bkm-sns .btn-bkm-on .fa-heart-bkm-on {
    margin-right: 3px;
    color: #333;
}
.bkm-sns .btn-bkm-on .fa-heart-bkm-off {
    margin-right: 3px;
    color: #dd3838;
}
.bkm-sns .btn-bkm-off {
    border: none;
    text-align: center;
    background: #f6f6f6;
    border: solid 1px #ddd;
    color: #333;
    font-size: 13px;
    padding: 5px 10px 5px 2px;
    letter-spacing: -1px;
}
.bkm-sns .btn-bkm-off a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
}
.bkm-sns .btn-bkm-off i {
    margin-left: 10px;
}
.bkm-sns .btn-bkm-off .fa-heart-bkm-on {
    margin-right: 3px;
    color: #333;
}
.bkm-sns .btn-bkm-off .fa-heart-bkm-off {
    margin-right: 3px;
    color: #dd3838;
}
@media only screen and (max-width: 767px) {
    .btn-more {
        border-color: #eee;
        font-size: 0.75em;
        font-weight: normal;
    }
    .btn-more a {
        padding: 0;
        line-height: 2.8;
    }
    .bkm-sns .btn-bkm-on {
        font-size: 11px;
    }
    .bkm-sns .btn-bkm-off {
        font-size: 11px;
    }
}
@media only screen and (min-width: 768px) {
    .btn-more {
        font-size: 0.8em;
    }
}
.btn-more-txt a {
    display: block;
    font-size: 0.9em;
    color: #666;
    text-align: right;
    margin-top: 8px;
}
.btn-more-txt a .fa-angle-right {
    font-size: 16px;
    color: #666;
    margin-left: 5px;
}
.btn-rank-next {
    border: none;
    text-align: center;
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
    box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
    background: #6f4d3e;
    font-size: 1em;
    margin: 16px 8px 0;
    width: 50%;
}
.btn-rank-next a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
}
.btn-rank-next i {
    margin-left: 10px;
}
.btn-rank-next .fa-heart-bkm-on {
    margin-right: 3px;
    color: #333;
}
.btn-rank-next .fa-heart-bkm-off {
    margin-right: 3px;
    color: #dd3838;
}
.btn-rank-next:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -4px;
}
.btn-rank-next::before {
    border-color: #fff;
}
.btn-rank-next:hover {
    opacity: 0.8;
}
.sub-title {
    font-weight: bold;
    color: #333;
    width: 100%;
}
.sub-title h3 {
    padding-left: 20px;
}
aside .sub-title {
    margin: 0;
}
@media only screen and (max-width: 767px) {
    aside .sub-title {
        margin: 24px 16px 0;
        width: calc(100% - 32px);
    }
}
.sub-title-h3 {
    font-weight: bold;
    color: #333;
    position: relative;
    padding-bottom: 1px;
    display: inline-block;
    width: 100%;
}
.sub-title-l {
    font-weight: bold;
    color: #333;
    position: relative;
    padding-bottom: 1px;
    display: inline-block;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .rank-title {
        background: #fff;
        font-size: 100%;
        font-weight: bold;
        color: #333;
        text-align: center;
        padding: 8px;
        border-bottom: 1px solid #333;
        border-top: 1px solid #333;
        margin-top: 10px;
    }
    .rank-title strong {
        font-size: 1.2em;
    }
    .sub-title-h3 {
        width: 94%;
        margin: 3%;
    }
    .sub-title-l {
        width: 94%;
        margin: 3%;
    }
    .rank-title-l {
        background: #fff;
        font-size: 100%;
        font-weight: bold;
        color: #333;
        text-align: center;
        padding: 8px;
        border-bottom: 1px solid #333;
        border-top: 1px solid #333;
        margin-top: 10px;
    }
    .rank-title-l strong {
        font-size: 1.2em;
    }
}
.tag-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 8px;
    background-color: #f6f3eb;
    margin: 10px 0 40px;
}
.tag-box li {
    border-radius: 5px;
    background: #fff;
    margin: 4px;
}
.tag-box li a {
    display: block;
    font-size: 0.9em;
    color: #666;
    line-height: 1;
    text-decoration: none;
    padding: 8px;
}
.tag-box li a:hover {
    opacity: 0.8;
}
.tag-box li i.fa {
    margin-right: 5px;
    color: #ccc;
}
@media only screen and (max-width: 767px) {
    .sub-title {
        margin: 24px 16px 0;
        width: calc(100% - 32px);
    }
    .tag-box {
        padding: 8px 0;
        margin: 0 8px 20px 8px !important;
    }
}
.list-hotel-box {
    position: relative;
    border-bottom: solid 1px #e6ddc5;
}
.list-hotel-box a {
    display: block;
    color: #333;
    padding: 0 0 16px;
    height: 88px;
}
.list-hotel-box .hotel-img {
    position: absolute;
    top: 16px;
    left: 0;
    width: 88px;
    text-align: center;
}
.list-hotel-box .hotel-img img {
    width: 88px;
    height: 72px;
}
.list-hotel-box .hotel-img .noimages {
    min-height: 72px;
    padding: 8px;
}
.list-hotel-box .hotel-img .noimages img {
    width: 100%;
    height: 100%;
}
.list-hotel-box .hotel-img .img-circle {
    text-align: center;
    z-index: 1;
    line-height: 35px;
    position: absolute;
    width: 35px;
    height: 35px;
    right: -5px;
    top: -5px;
    border-radius: 100px;
    background-color: #efb713;
    color: #fff;
    font-size: 0.8em;
}
.list-hotel-box .hotel-qa {
    position: absolute;
    top: 16px;
    left: 98px;
}
.list-hotel-box .view {
    position: absolute;
    bottom: 16px;
    right: 0;
    font-size: 0.7em;
    color: #ccc;
    border-radius: 100px;
    padding: 2px 6px;
}
.list-hotel-box .comment {
    position: absolute;
    bottom: 18px;
    right: 0;
    font-size: 0.7em;
    color: #333;
}
.list-hotel-box .comment i.fa {
    margin-right: 3px;
}
.list-hotel-box .comment span {
    font-size: 1em;
    font-weight: bold;
    margin-left: 4px;
}
@media only screen and (max-width: 767px) {
    .list-lr8 {
        padding: 0 8px;
    }
    .list-lr16 {
        padding: 0 16px;
    }
    .hotel-qa .ttl {
        overflow: hidden;
        max-width: 100%;
    }
    .hotel-qa .ttl p {
        font-size: 0.9em;
        height: 45px;
        overflow: hidden;
    }
}
@media only screen and (min-width: 768px) {
    article .list-hotel-box {
        height: 136px;
    }
    article .list-hotel-box .hotel-img {
        left: 0;
        width: 170px;
    }
    article .list-hotel-box .hotel-img img {
        width: 170px;
        height: 120px;
    }
    article .list-hotel-box .hotel-img .img-circle {
        text-align: center;
        z-index: 1;
        line-height: 45px;
        position: absolute;
        width: 45px;
        height: 45px;
        right: -5px;
        top: -5px;
        border-radius: 100px;
        background-color: #efb713;
        font-size: 1.3em;
        color: #fff;
        font-size: 1em;
    }
    article .list-hotel-box .hotel-qa {
        left: 186px;
        font-size: 1.1em;
    }
    article .list-hotel-box .hotel-qa .ttl {
        overflow: hidden;
        width: 100%;
    }
    article .list-hotel-box .hotel-qa .ttl p {
        font-size: 1.2em;
        font-weight: bold;
        overflow: hidden;
        padding-bottom: 5px;
    }
    article .list-hotel-box .hotel-qa .sub {
        overflow: hidden;
        max-width: 600px;
    }
    article .list-hotel-box .hotel-qa .sub p {
        font-size: 0.8em;
        color: #aaa;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    article .list-hotel-box .view {
        bottom: 16px;
        left: 186px;
    }
    article .list-hotel-box .comment {
        bottom: 18px;
        right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
    aside .hotel-qa .ttl {
        overflow: hidden;
        width: 100%;
    }
    aside .hotel-qa .ttl p {
        font-size: 1em;
        overflow: hidden;
        padding-bottom: 5px;
    }
}
@media only screen and (min-width: 1120px) {
    aside .hotel-qa .ttl {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        max-height: 3em;
        width: 206px;
    }
}
.list-hotel-txt > li {
    border-bottom: solid 1px #ddd;
    font-size: 0.9em;
}
.list-hotel-txt > li a {
    display: block;
    position: relative;
    color: #454545;
    padding: 8px 24px 8px 8px;
}
.list-hotel-txt > li a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -4px;
}
.list-hotel-txt > li a:hover {
    text-decoration: underline;
}
.list-hotel-txt > li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-hotel-txt > li i.fa {
    margin-right: 6px;
}
.hotel-info {
    margin-top: 8px;
}
.hotel-info .name {
    font-size: 1.3em;
    font-weight: bold;
}
.hotel-info .hotel-info-area {
    font-weight: bold;
    background-color: #f6f6f6;
    padding: 4px 8px;
    margin: 0 0 10px 0;
    font-size: 0.9em;
}
.hotel-info .point {
    overflow: hidden;
    margin: 0;
    padding-bottom: 4px;
}
.hotel-info .point li {
    float: left;
}
.hotel-info .point li img {
    vertical-align: inherit !important;
}
.hotel-info .point li span.points-txt {
    font-size: 25px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    margin-left: 8px;
}
.hotel-info .point .points-comment {
    color: #333;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hotel-info .point .points-comment::before {
    content: '';
    display: block;
    width: 22px;
    height: 20px;
    background-image: url(/images/icon_comment_detail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px auto 6px;
    background-position: center;
    height: 16px;
    margin: 2px auto 2px;
}
.hotel-info .point .points-comment a {
    font-size: 1.1em;
    color: #333;
    text-decoration: underline;
    font-weight: bold;
}
.hotel-info .hotel-info-pointtag {
    margin-top: 8px;
}
.hotel-info .hotel-info-pointtag span {
    color: #dd3838;
    font-size: 0.8em;
    border: 1px solid #dd3838;
    padding: 3px 8px;
    margin-right: 4px;
}
.hotel-info .hotel-info-onsen {
    margin-top: 16px;
    border: 1px solid #cfc6b0;
    padding: 13px;
    font-size: 0.9em;
}
.hotel-info .area-rank {
    font-size: 0.8em;
    color: #d2996e;
    padding-bottom: 4px;
}
.hotel-info .add {
    color: #666;
    margin: 4px 0 0;
    padding: 0;
}
.hotel-info .add::before {
    content: '';
    display: block;
    width: 22px;
    height: 20px;
    background-image: url(/images/icon_pin_detail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 10px auto 6px;
    background-position: center;
    display: inline-block;
    margin: 0 0 -4px;
    height: 16px;
}
.hotel-info .add a {
    color: #333;
}
.hotel-info .add a img {
    margin-left: 4px;
}
@media only screen and (max-width: 767px) {
    .hotel-info .hotel-info-area {
        font-size: 0.8em;
    }
    .hotel-info .point {
        overflow: hidden;
        margin: 0;
        padding-bottom: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
    .hotel-info .point {
        display: block;
    }
    .hotel-info .point li {
        float: none;
    }
}
@media only screen and (max-width: 767px) {
    .hotel-info .point li {
        float: left;
    }
    .hotel-info .point li img {
        vertical-align: inherit !important;
        width: 80px;
    }
    .hotel-info .point li span.points-txt {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        line-height: 1;
        margin-left: 8px;
    }
    .hotel-info .point .points-comment {
        margin-left: 16px;
        padding-left: 16px;
        margin-left: auto;
    }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
    .hotel-info .point .points-comment {
        padding-left: 10px;
        font-size: 0.8em;
    }
    .hotel-info .point .points-comment a {
        font-size: inherit;
    }
}
@media only screen and (max-width: 767px) {
    .hotel-info .point .points-comment a {
        font-size: 16px;
    }
    .hotel-info .area-rank {
        padding-top: 4px;
    }
    .hotel-info .add {
        font-size: 0.7em;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .hotel-info-onsen {
        font-size: 0.7em !important;
        padding: 6px;
    }
    .hotel-info-pointtag span {
        font-size: 0.7em !important;
    }
}
@media only screen and (min-width: 768px) {
    .hotel-info {
        display: table-cell;
        vertical-align: top;
    }
    .hotel-info .point {
        margin-top: 8px;
        padding-bottom: 8px;
    }
    .hotel-info .point span.points-txt {
        font-size: 1.4em;
    }
    .hotel-info .point .points-comment {
        font-size: 16px;
        margin-left: 16px;
        padding-left: 16px;
    }
    .hotel-info .add {
        font-size: 0.9em;
    }
    .hotel-info .add span.map a {
        border: solid 1px #ccc;
        border-radius: 5px;
        font-size: 1em;
        color: #aaa;
        margin-left: 8px;
        padding: 1px 8px;
    }
    .hotel-info .add span.map a:hover {
        background: #f5f5f5;
    }
    .hotel-info .add span.map a .fa-map-marker {
        color: #ddd;
    }
    .hotel-info .btn-lowest {
        font-size: 1.4em;
        margin-top: 16px;
    }
}
section.more-hotel {
    padding-bottom: 16px;
}
.panel-hotel-large {
    overflow: hidden;
    margin-top: 16px;
}
.panel-hotel-large li {
    float: left;
    padding: 0 8px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.panel-hotel-large li a {
    display: block;
    color: #454545;
}
.panel-hotel-large li .hotel-img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 90px;
    text-align: center;
}
.panel-hotel-large li .hotel-img img {
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.panel-hotel-large li p {
    font-size: 0.9em;
    line-height: 1.3;
    text-align: center;
    padding: 5px 0;
}
.panel-hotel-large li p span {
    font-size: 1.2em;
    color: #dd3838;
}
@media only screen and (max-width: 767px) {
    .panel-hotel-large {
        margin-top: 0 !important;
        padding: 0 8px 8px;
    }
    .panel-hotel-large li {
        width: 50%;
        padding-bottom: 8px;
    }
    .panel-hotel-large li p {
        font-size: 0.8em;
        line-height: 1.3;
    }
    .panel-hotel-large li p span {
        font-size: 1.2em;
    }
    .panel-hotel-large .hotel-img {
        max-height: 100%;
    }
    .panel-hotel-large .more-rank {
        margin: 0 16px;
    }
}
@media only screen and (min-width: 768px) {
    .panel-hotel-large {
        padding-bottom: 8px;
    }
    .panel-hotel-large li {
        width: calc(33.33% - 2px);
    }
    .panel-hotel-large li .hotel-img {
        text-align: center;
        max-height: 168px;
    }
    .panel-hotel-large li p {
        font-size: 0.9em;
        line-height: 1.3;
    }
    .panel-hotel-large li p span {
        font-size: 1.2em;
    }
    .panel-hotel-large .more-rank a {
        font-size: 1.2em;
        padding: 13px 0;
    }
}
.more-rank {
    border-radius: 100px;
    border: solid 1px #ccc;
}
@media only screen and (max-width: 767px) {
    .panel-hotel-large {
        padding: 0 8px;
    }
    .panel-hotel-large li {
        width: 50%;
    }
    .panel-hotel-large li p {
        font-size: 0.8em;
        line-height: 1.3;
    }
    .panel-hotel-large li p span {
        font-size: 1.2em;
    }
    .panel-hotel-large li .hotel-img {
        text-align: center;
    }
    .panel-hotel-large li .hotel-img .noimages {
        min-height: 90px;
    }
    .more-rank {
        margin: 0 16px;
    }
}
@media only screen and (min-width: 768px) {
    .panel-hotel-large li {
        width: calc(33.33% - 2px);
    }
    .panel-hotel-large li .hotel-img {
        text-align: center;
        max-height: 168px;
    }
    .panel-hotel-large li .hotel-img .noimages {
        min-height: 168px;
    }
    .panel-hotel-large li p {
        font-size: 0.9em;
        line-height: 1.3;
    }
    .panel-hotel-large li p span {
        font-size: 1.2em;
    }
    .more-rank a {
        font-size: 1.2em;
        padding: 8px 0;
    }
}
.panel-hotel-main-content {
    overflow: hidden;
    margin-top: 16px;
}
.panel-hotel-main-content li {
    float: left;
    padding: 0 8px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.panel-hotel-main-content li a {
    display: block;
    color: #454545;
}
.panel-hotel-main-content li .hotel-img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 90px;
    text-align: center;
}
.panel-hotel-main-content li .hotel-img img {
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.panel-hotel-main-content li p {
    font-size: 0.9em;
    line-height: 1.3;
    text-align: center;
    padding: 5px 0;
}
.panel-hotel-main-content li p span {
    font-size: 1.2em;
    color: #dd3838;
}
@media only screen and (max-width: 767px) {
    .panel-hotel-main-content {
        margin-top: 0 !important;
        padding: 0 8px 8px;
    }
    .panel-hotel-main-content li {
        width: 50%;
        padding-bottom: 8px;
    }
    .panel-hotel-main-content li p {
        font-size: 0.8em;
        line-height: 1.3;
    }
    .panel-hotel-main-content li p span {
        font-size: 1.2em;
    }
    .panel-hotel-main-content .hotel-img {
        max-height: 100%;
    }
    .panel-hotel-main-content .more-rank {
        margin: 0 16px;
    }
}
@media only screen and (min-width: 768px) {
    .panel-hotel-main-content {
        padding-bottom: 8px;
    }
    .panel-hotel-main-content li {
        width: calc(33.33% - 2px);
    }
    .panel-hotel-main-content li .hotel-img {
        text-align: center;
        max-height: 168px;
    }
    .panel-hotel-main-content li p {
        font-size: 0.9em;
        line-height: 1.3;
    }
    .panel-hotel-main-content li p span {
        font-size: 1.2em;
    }
    .panel-hotel-main-content .more-rank a {
        font-size: 1.2em;
        padding: 13px 0;
    }
}
@media only screen and (max-width: 767px) {
    .panel-hotel-main-content {
        padding: 0 8px;
    }
    .panel-hotel-main-content li {
        width: 50%;
    }
    .panel-hotel-main-content li p {
        font-size: 0.8em;
        line-height: 1.3;
    }
    .panel-hotel-main-content li p span {
        font-size: 1.2em;
    }
    .more-rank {
        margin: 0 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
    .panel-hotel-main-content li {
        width: 33.33%;
    }
    .panel-hotel-main-content li .hotel-img {
        max-height: 100px;
    }
    .panel-hotel-main-content li p {
        font-size: 0.9em;
        line-height: 1.3;
    }
    .panel-hotel-main-content li p span {
        font-size: 1.2em;
    }
}
@media only screen and (min-width: 1120px) {
    .panel-hotel-main-content li {
        width: 33.33%;
    }
    .panel-hotel-main-content li .hotel-img {
        max-height: 130px;
    }
    .panel-hotel-main-content li p {
        font-size: 0.9em;
        line-height: 1.3;
    }
    .panel-hotel-main-content li p span {
        font-size: 1.2em;
    }
}
.panel-hotel-small {
    overflow: hidden;
    margin-top: 16px;
}
.panel-hotel-small li {
    float: left;
    padding: 0 8px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.panel-hotel-small li a {
    display: block;
    color: #454545;
}
.panel-hotel-small li .hotel-img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 90px;
    text-align: center;
}
.panel-hotel-small li .hotel-img img {
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}
.panel-hotel-small li p {
    font-size: 0.9em;
    line-height: 1.3;
    text-align: center;
    padding: 5px 0;
}
.panel-hotel-small li p span {
    font-size: 1.2em;
    color: #dd3838;
}
@media only screen and (max-width: 767px) {
    .panel-hotel-small {
        margin-top: 0 !important;
        padding: 0 8px 8px;
    }
    .panel-hotel-small li {
        width: 50%;
        padding-bottom: 8px;
    }
    .panel-hotel-small li p {
        font-size: 0.8em;
        line-height: 1.3;
    }
    .panel-hotel-small li p span {
        font-size: 1.2em;
    }
    .panel-hotel-small .hotel-img {
        max-height: 100%;
    }
    .panel-hotel-small .more-rank {
        margin: 0 16px;
    }
}
@media only screen and (min-width: 768px) {
    .panel-hotel-small {
        padding-bottom: 8px;
    }
    .panel-hotel-small li {
        width: calc(33.33% - 2px);
    }
    .panel-hotel-small li .hotel-img {
        text-align: center;
        max-height: 168px;
    }
    .panel-hotel-small li p {
        font-size: 0.9em;
        line-height: 1.3;
    }
    .panel-hotel-small li p span {
        font-size: 1.2em;
    }
    .panel-hotel-small .more-rank a {
        font-size: 1.2em;
        padding: 13px 0;
    }
}
@media only screen and (max-width: 767px) {
    .panel-hotel-small {
        padding: 0 8px;
    }
    .panel-hotel-small li {
        width: 25%;
    }
    .panel-hotel-small li p {
        font-size: 0.8em;
        line-height: 1.3;
    }
}
@media only screen and (max-width: 767px) {
    .panel-hotel-small {
        margin-top: 0px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .panel-hotel-small li {
        padding-bottom: 8px;
    }
    .panel-hotel-small li .hotel-img {
        max-height: 100% !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
    .panel-hotel-small li {
        width: 20%;
        padding-bottom: 0;
    }
    .panel-hotel-small li .hotel-img {
        height: 88px !important;
        width: 88px !important;
        margin: 0 auto;
    }
    .panel-hotel-small li p {
        font-size: 0.9em;
        line-height: 1.3;
    }
}
@media only screen and (min-width: 1120px) {
    .panel-hotel-small li {
        width: 16.6%;
        padding-bottom: 0;
    }
    .panel-hotel-small li .hotel-img {
        height: 88px;
        width: 88px;
        margin: 0 auto;
    }
    .panel-hotel-small li p {
        font-size: 0.9em;
        line-height: 1.3;
    }
}
.menu-search-ttl-b {
    border-bottom: 2px solid #cfc6b0 !important;
    font-weight: bold;
}
.menu-search-ttl {
    border-bottom: 1px solid #cfc6b0;
}
@media only screen and (max-width: 767px) {
    .menu-search-ttl-b {
        border-bottom: 2px solid #cfc6b0 !important;
        font-weight: bold;
        background-color: #fff !important;
    }
    .menu-search-ttl {
        font-size: 0.9em;
        padding: 8px;
        background-color: #dcdcdc;
        color: #333;
        border: none;
    }
    .panel-search-txt {
        display: table;
        width: 100%;
    }
    .panel-search-txt li {
        width: 33.3%;
        display: table-cell;
        vertical-align: middle;
        border: solid 1px #ddd;
        border-width: 0 1px 1px 0;
    }
    .panel-search-txt li:nth-child(3n) {
        border-right: none;
    }
    .panel-search-txt li a {
        display: block;
        position: relative;
        font-size: 0.8em;
        color: #454545;
        padding: 10px 10px 10px 4px;
    }
    .panel-search-txt li a:after {
        display: block;
        position: absolute;
        top: 50%;
        right: 5px;
        width: 5px;
        height: 5px;
        margin-top: -2px;
        border-top: 1px solid #bbb;
        border-right: 1px solid #bbb;
        transform: rotate(45deg);
        content: '';
        -webkit-transform: rotate(45deg);
    }
}
@media only screen and (min-width: 768px) {
    .menu-search-ttl {
        margin-top: 42px;
        margin-bottom: 4px;
        padding: 2px 0px;
    }
    .panel-search-txt {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .panel-search-txt li {
        width: calc(33.3333333333% - 8px);
        background-color: #f6f6f6;
        text-align: center;
        margin-top: 8px;
        margin-right: 8px;
    }
    .panel-search-txt li:nth-child(3n) {
        margin-right: 0;
    }
    .panel-search-txt li:hover {
        background-color: #eaeaea;
    }
    .panel-search-txt li a {
        display: block;
        color: #333;
        padding: 8px;
    }
    .panel-search-txt li a p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.theme-tag-area {
    display: block;
}
.theme-tag-area p {
    font-weight: bold;
    font-size: 16px;
    width: 120px;
}
.theme-tag-area ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .theme-tag-area {
        border-bottom: none;
        border-top: none;
        text-align: left;
        display: block;
        margin-top: 10px;
    }
    .theme-tag-area p {
        font-weight: bold;
        font-size: 14px;
        padding: 3px 0;
        margin: 0 10px;
        width: 100%;
    }
    .theme-tag-area ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.ico-rank1 {
    background: url(/images/icon_rank1.png) no-repeat;
    background-size: 36px auto;
    height: 56px;
    width: 44px;
    background-position: center center;
    display: block;
    background-color: #fbb03b;
}
.ico-rank2 {
    background: url(/images/icon_rank2.png) no-repeat;
    background-size: 36px auto;
    height: 56px;
    width: 44px;
    background-position: center center;
    display: block;
    background-color: #66c9d0;
}
.ico-rank3 {
    background: url(/images/icon_rank3.png) no-repeat;
    background-size: 36px auto;
    height: 56px;
    width: 44px;
    background-position: center center;
    display: block;
    background-color: #e6a3ac;
}
.ico-rank-other {
    background: url(/images/icon_crown.svg) no-repeat;
    background-size: 36px auto;
    height: 56px;
    width: 44px;
    background-position: center center;
    display: block;
    background-size: 26px auto;
    background-position: center 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    background-color: #6f4d3e;
    color: #fff;
}
.ico-rank-other span {
    margin-bottom: 6px;
    font-size: 1.1em;
    font-weight: 500;
}
.pagelink-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0 36px 0;
    border-top: 1px solid #e6ddc5;
    margin-top: 40px;
}
.pagelink-box li {
    display: block;
    color: #333;
    margin: 0 8px;
}
.pagelink-box li a {
    background: #e9d5a5;
    color: #6f4d3e;
    padding: 12px 24px;
    font-weight: bold;
}
.pagelink-box li a:hover {
    background: #f2e6cb;
}
.pagelink-box li:first-child > i.fa {
    margin-right: 8px;
}
.pagelink-box li:last-child > i.fa {
    margin-left: 8px;
}
.pagelink-box li:first-child a > i.fa {
    margin-right: 8px;
}
.pagelink-box li:last-child a > i.fa {
    margin-left: 8px;
}
.pagelink-box li.on {
    font-weight: bold;
    color: #333;
    padding: 12px 24px;
    background-color: #f6f3eb;
}
.pagelink-box li.no-pagelink {
    background: #f6f3eb;
    padding: 12px 24px;
    color: #cfc6b0;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .pagelink-box li {
        font-size: 0.9em;
    }
    .pagelink-box li a {
        padding: 12px;
    }
    .pagelink-box li.on {
        padding: 12px;
    }
    .pagelink-box li.no-pagelink {
        padding: 12px;
    }
}
@media only screen and (max-width: 767px) {
    aside .bnr-side {
        text-align: center;
        padding: 24px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
    aside .bnr-side {
        padding: 0 0 24px;
    }
}
@media only screen and (min-width: 1120px) {
    aside .bnr-side {
        padding: 0 0 32px;
    }
}
aside .bnr-shop {
    width: 100%;
    display: table;
    border-bottom: solid 1px #ddd;
}
aside .bnr-shop a {
    display: block;
    color: #666;
    padding: 16px 0;
}
aside .bnr-shop a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
aside .bnr-shop li {
    display: table-cell;
    vertical-align: top;
}
aside .bnr-shop li .txt-point {
    font-size: 0.9em;
    color: #dd3838;
}
aside .bnr-shop li .txt-point a:hover {
    text-decoration: none;
}
aside .bnr-shop li:first-child {
    width: 120px;
    padding-right: 16px;
}
.noimages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.noimages img {
    max-width: 100%;
    max-height: 100%;
}
@media only screen and (max-width: 767px) {
    .noimages {
        padding: 8px;
    }
}
@media only screen and (min-width: 1120px) {
    .noimages {
        padding: 16px;
    }
}
.box-message {
    font-size: 1.1em;
    line-height: 1.8;
    text-align: center;
    padding: 80px 0;
}
.box-message .txt-top {
    font-size: 1.4em;
    font-weight: bold;
    padding-bottom: 32px;
}
@media only screen and (max-width: 767px) {
    .box-message {
        font-size: 1em;
        text-align: center;
        padding: 64px 16px;
    }
    .box-message .txt-top {
        font-size: 1.3em;
        font-weight: bold;
        padding-bottom: 32px;
    }
}
#page-top {
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
}
#page-top p a {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #3b3b3b;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#page-top p a:hover {
    background: #8b8b8b;
}
#move-page-top {
    color: #fff;
    line-height: 50px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.hover-under {
    text-decoration: underline;
}
.font-s {
    font-size: 0.8em;
}
.pr-text {
    border: 1px solid #cfc6b0;
    color: #777;
    font-size: 0.7em;
    width: auto;
    display: inline-block;
    padding: 2px 4px;
    margin: 10px 10px 0;
}
@media only screen and (min-width: 768px) {
    .pr-text {
        margin: 20px 0 0;
    }
}
.sp_br {
    display: block;
}
@media only screen and (min-width: 768px) {
    .sp_br {
        display: inline-block;
    }
}
.pc_br {
    display: inline-block;
}
@media only screen and (min-width: 768px) {
    .pc_br {
        display: block;
    }
}
.bg_color {
    background-color: #f6f3eb !important;
}
@media only screen and (max-width: 767px) {
    .bg_color {
        background-color: #fff !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
    .top-area {
        background: #fff;
        padding: 0;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 24px 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top-area .top-content {
        overflow: hidden;
        max-width: 1200px;
        margin: 0 auto;
    }
    .top-area .top-content .box-pickup {
        float: left;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 24px;
        margin-right: -584px;
        padding-right: 584px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top-area .top-content .box-pickup .img-squ {
        width: 60px;
        height: 30px;
    }
    .top-area .top-content .box-pickup .qa-pickup {
        position: relative;
        width: 50%;
        height: 320px;
        background: #fff;
        border: 1px solid #ccc;
        margin-right: 8px;
        margin-left: 8px;
    }
    .top-area .top-content .box-pickup .qa-pickup .img-circle {
        text-align: center;
        z-index: 1;
        line-height: 45px;
        position: absolute;
        width: 45px;
        height: 45px;
        right: -5px;
        top: -5px;
        border-radius: 100px;
        background-color: #efb713;
        font-size: 1.3em;
        color: #fff;
        font-size: 1em;
        line-height: 50px;
        width: 50px;
        height: 50px;
        top: -8px;
        right: -8px;
    }
    .top-area .top-content .box-pickup .qa-pickup .hotel-img {
        display: block;
        overflow: hidden;
        width: 100%;
        max-height: 176px;
    }
    .top-area .top-content .box-pickup .qa-pickup .hotel-img img {
        max-width: 100%;
        max-height: 100%;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox {
        padding: 8px 16px 0;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox .tag-area {
        width: 100%;
        background-color: #f6f3eb;
        text-align: left;
        color: #333;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox .tag-area span {
        font-size: 0.9em !important;
        padding: 2px 8px;
        color: #333;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox .tag-area span a {
        color: #000 !important;
        font-weight: bold;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox .tag-area span a:hover {
        text-decoration: underline;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox span {
        font-size: 0.75em;
        padding: 0;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox span a {
        color: #fff;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox span a:hover {
        text-decoration: underline;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox .qa-title {
        font-size: 1.1em;
        padding: 8px 0;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox .qa-title a {
        color: #333;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox .push {
        font-size: 0.8em;
        color: #666;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox .push span {
        font-size: 1.1em;
        color: #f7931e;
        margin-right: 4px;
    }
    .top-area .top-content .box-map {
        float: right;
        width: 584px;
        height: 320px;
        background: #fff;
        margin-top: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top-area .top-content .box-map .map-area {
        position: relative;
        height: 320px;
    }
    .top-area .top-content .box-map .map-area #tab-menu {
        position: absolute;
        top: 0 !important;
        border: 1px solid #ccc;
        padding: 4px 30px;
    }
    .top-area .top-content .box-map .map-area #tab-menu li {
        display: inline-block;
        background: #fff;
        border: solid 3px #cdcdcd;
        letter-spacing: normal;
        margin: 0;
        padding: 5px 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }
    .top-area .top-content .box-map .map-area #tab-menu li:first-child {
        border-width: 3px;
    }
    .top-area .top-content .box-map .map-area #tab-menu li:last-child {
        border-width: 3px 3px 3px 0;
    }
    .top-area .top-content .box-map .map-area #tab-menu li.active {
        position: relative;
        background: #fff;
    }
    .top-area .top-content .box-map .map-area #tab-menu li.active:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 38%;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #fbb03b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        z-index: 2;
    }
    .top-area .top-content .box-map .map-area #tab-menu li.active:first-child {
        border-top: solid 3px #cdcdcd;
        border-right: solid 3px #cdcdcd;
        border-bottom: solid 3px #fbb03b;
        border-left: solid 3px #cdcdcd;
    }
    .top-area .top-content .box-map .map-area #tab-menu li.active:last-child {
        border-top: solid 3px #cdcdcd;
        border-right: solid 3px #cdcdcd;
        border-bottom: solid 3px #fbb03b;
        border-left: none;
    }
    .top-area .top-content .box-map .map-area #tab-box {
        height: 320px;
    }
    .top-area .top-content .box-map .map-area #tab-box div {
        display: none;
    }
    .top-area .top-content .box-map .map-area #tab-box div.active {
        display: block;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area {
        background: url(https://img.gpoint.co.jp/daredoko/images/top_map_area.png) no-repeat 110px
            8px;
        width: 584px;
        height: 320px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area ul {
        border: 1px solid #ddd;
        background-color: hsla(0, 0%, 100%, 0.5);
        border-radius: 5px;
        padding: 8px;
        position: absolute;
        font-size: 0.9em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area ul li a {
        color: #333;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area ul li a:hover {
        color: #1fa6d3;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .fleft3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .fleft3 li {
        margin-right: 8px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .fleft3 li:nth-child(3n) {
        margin-right: 0;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .fleft3 li:last-child {
        margin-right: 0;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .fleft2 {
        text-align: center;
        width: 85px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .fleft2 li:nth-child(odd) {
        margin-right: 8px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .fleft2 li:last-child {
        margin-right: 0;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-hokkaido {
        left: 490px;
        top: 15px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-tohoku {
        left: 420px;
        top: 88px;
        width: 124px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-kitakanto {
        left: 420px;
        top: 167px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-metropolitan {
        left: 390px;
        top: 225px;
        width: 168px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-koshinetsu {
        left: 325px;
        top: 65px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-hokuriku {
        left: 260px;
        top: 80px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-tokai {
        left: 275px;
        bottom: 20px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-shikoku {
        left: 150px;
        bottom: 20px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-kinki {
        left: 155px;
        top: 85px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-chugoku {
        left: 50px;
        top: 85px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-kyushu {
        left: 20px;
        bottom: 35px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-okinawa {
        left: 260px;
        top: 15px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen {
        background: url(/images/map.png) no-repeat 74px 8px;
        width: 584px;
        height: 320px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl {
        display: block;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl dt {
        position: absolute;
        border-radius: 5px;
        font-size: 0.9em;
        background-color: #f7931e;
        color: #fff;
        display: inline-block;
        padding: 2px 9px;
        line-height: 1;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl dt a {
        color: #fff;
        font-size: 0.85em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl dt:hover {
        opacity: 0.8;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl dd {
        font-size: 0.85em;
        position: absolute;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl dd a {
        color: #333;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl dd a:hover {
        color: #f7931e;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl .fleft2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 65px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl .fleft2 ul li {
        margin-right: 8px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_hokkaido dt {
        top: 26px;
        left: 430px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_hokkaido_area01 {
        top: 10px;
        left: 288px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_hokkaido_area02 {
        top: 77px;
        left: 279px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_tohoku dt {
        top: 102px;
        left: 330px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_tohoku_area01 {
        top: 100px;
        left: 450px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_tohoku_area02 {
        top: 118px;
        left: 273px;
        width: 80px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_kitakanto dt {
        top: 159px;
        left: 370px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_kitakanto dd {
        top: 153px;
        left: 455px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_metropolitan dt {
        top: 198px;
        left: 350px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_metropolitan dd {
        top: 245px;
        left: 418px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_hokuriku dt {
        top: 162px;
        left: 312px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_hokuriku dd {
        top: 130px;
        left: 197px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_tokai dt {
        top: 241px;
        left: 293px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_tokai dd {
        top: 240px;
        left: 364px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_koshinetsu dt {
        top: 197px;
        left: 286px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_koshinetsu dd {
        top: 124px;
        left: 224px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_kinki dt {
        top: 224px;
        left: 232px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_kinki_area01 {
        top: 265px;
        left: 286px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_kinki_area02 {
        top: 168px;
        left: 163px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_shikoku dt {
        top: 253px;
        left: 210px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_shikoku dd {
        top: 298px;
        left: 165px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_chugoku dt {
        top: 191px;
        left: 144px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_chugoku dd {
        top: 165px;
        left: 90px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_kyushu dt {
        top: 264px;
        left: 114px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_kyushu_area01 {
        top: 240px;
        left: 71px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_kyushu_area02 {
        top: 275px;
        left: 92px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_okinawa dt {
        bottom: 30px;
        right: 10px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_okinawa dd {
        bottom: 5px;
        right: 20px;
    }
    .top-area .top-content > .box-pickup {
        margin-top: 24px;
    }
    .top-area .top-content > .box-pickup .qa-pickup {
        width: 45%;
    }
    .top-area .top-content > .box-map {
        margin-top: 24px;
    }
    .top-area .qa-txtbox {
        margin: 8px !important;
        padding: 0 !important;
    }
    .top-area .qa-txtbox .qa-title a {
        font-size: 0.85em;
    }
    .top-area .qa-txtbox .tag-area span a {
        font-size: 0.9em !important;
    }
}
@media only screen and (min-width: 500px) and (max-width: 900px) {
    .notb-top {
        display: none;
    }
    .top-content > .box-map {
        float: none !important;
        margin: 24px auto 0 !important;
    }
}
@media only screen and (min-width: 1120px) {
    .top-area {
        background: #fff;
        padding: 0;
    }
    .top-area .top-content {
        overflow: hidden;
        max-width: 1200px;
        margin: 0 auto;
    }
    .top-area .top-content .box-pickup {
        float: left;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 24px;
        margin-right: -584px;
        padding-right: 584px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top-area .top-content .box-pickup .img-squ {
        width: 60px;
        height: 30px;
    }
    .top-area .top-content .box-pickup .qa-pickup {
        position: relative;
        width: 50%;
        height: 320px;
        background: #fff;
        border: 1px solid #ccc;
        margin-right: 8px;
        margin-left: 8px;
    }
    .top-area .top-content .box-pickup .qa-pickup .img-circle {
        text-align: center;
        z-index: 1;
        line-height: 45px;
        position: absolute;
        width: 45px;
        height: 45px;
        right: -5px;
        top: -5px;
        border-radius: 100px;
        background-color: #efb713;
        font-size: 1.3em;
        color: #fff;
        font-size: 1em;
        line-height: 50px;
        width: 50px;
        height: 50px;
        top: -8px;
        right: -8px;
    }
    .top-area .top-content .box-pickup .qa-pickup .hotel-img {
        display: block;
        overflow: hidden;
        width: 100%;
        max-height: 176px;
    }
    .top-area .top-content .box-pickup .qa-pickup .hotel-img img {
        max-width: 100%;
        max-height: 100%;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox {
        padding: 8px 16px 0;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox .tag-area {
        width: 100%;
        background-color: #f6f3eb;
        text-align: left;
        color: #333;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox .tag-area span {
        font-size: 0.9em !important;
        padding: 2px 8px;
        color: #333;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox .tag-area span a {
        color: #000 !important;
        font-weight: bold;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox .tag-area span a:hover {
        text-decoration: underline;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox span {
        font-size: 0.75em;
        padding: 0;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox span a {
        color: #fff;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox span a:hover {
        text-decoration: underline;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox .qa-title {
        font-size: 1.1em;
        padding: 8px 0;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox .qa-title a {
        color: #333;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox .push {
        font-size: 0.8em;
        color: #666;
    }
    .top-area .top-content .box-pickup .qa-pickup .qa-txtbox .push span {
        font-size: 1.1em;
        color: #f7931e;
        margin-right: 4px;
    }
    .top-area .top-content .box-map {
        float: right;
        width: 584px;
        height: 320px;
        background: #fff;
        margin-top: 24px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top-area .top-content .box-map .map-area {
        position: relative;
        height: 320px;
    }
    .top-area .top-content .box-map .map-area #tab-menu {
        position: absolute;
        top: 0 !important;
        border: 1px solid #ccc;
        padding: 4px 30px;
    }
    .top-area .top-content .box-map .map-area #tab-menu li {
        display: inline-block;
        background: #fff;
        border: solid 3px #cdcdcd;
        letter-spacing: normal;
        margin: 0;
        padding: 5px 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }
    .top-area .top-content .box-map .map-area #tab-menu li:first-child {
        border-width: 3px;
    }
    .top-area .top-content .box-map .map-area #tab-menu li:last-child {
        border-width: 3px 3px 3px 0;
    }
    .top-area .top-content .box-map .map-area #tab-menu li.active {
        position: relative;
        background: #fff;
    }
    .top-area .top-content .box-map .map-area #tab-menu li.active:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 38%;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #fbb03b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        z-index: 2;
    }
    .top-area .top-content .box-map .map-area #tab-menu li.active:first-child {
        border-top: solid 3px #cdcdcd;
        border-right: solid 3px #cdcdcd;
        border-bottom: solid 3px #fbb03b;
        border-left: solid 3px #cdcdcd;
    }
    .top-area .top-content .box-map .map-area #tab-menu li.active:last-child {
        border-top: solid 3px #cdcdcd;
        border-right: solid 3px #cdcdcd;
        border-bottom: solid 3px #fbb03b;
        border-left: none;
    }
    .top-area .top-content .box-map .map-area #tab-box {
        height: 320px;
    }
    .top-area .top-content .box-map .map-area #tab-box div {
        display: none;
    }
    .top-area .top-content .box-map .map-area #tab-box div.active {
        display: block;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area {
        background: url(https://img.gpoint.co.jp/daredoko/images/top_map_area.png) no-repeat 110px
            8px;
        width: 584px;
        height: 320px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area ul {
        border: 1px solid #ddd;
        background-color: hsla(0, 0%, 100%, 0.5);
        border-radius: 5px;
        padding: 8px;
        position: absolute;
        font-size: 0.9em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area ul li a {
        color: #333;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area ul li a:hover {
        color: #1fa6d3;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .fleft3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .fleft3 li {
        margin-right: 8px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .fleft3 li:nth-child(3n) {
        margin-right: 0;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .fleft3 li:last-child {
        margin-right: 0;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .fleft2 {
        text-align: center;
        width: 85px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .fleft2 li:nth-child(odd) {
        margin-right: 8px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .fleft2 li:last-child {
        margin-right: 0;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-hokkaido {
        left: 490px;
        top: 15px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-tohoku {
        left: 420px;
        top: 88px;
        width: 124px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-kitakanto {
        left: 420px;
        top: 167px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-metropolitan {
        left: 390px;
        top: 225px;
        width: 168px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-koshinetsu {
        left: 325px;
        top: 65px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-hokuriku {
        left: 260px;
        top: 80px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-tokai {
        left: 275px;
        bottom: 20px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-shikoku {
        left: 150px;
        bottom: 20px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-kinki {
        left: 155px;
        top: 85px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-chugoku {
        left: 50px;
        top: 85px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-kyushu {
        left: 20px;
        bottom: 35px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-area .map-okinawa {
        left: 260px;
        top: 15px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen {
        background: url(/images/map.png) no-repeat 74px 8px;
        width: 584px;
        height: 320px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl {
        display: block;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl dt {
        position: absolute;
        border-radius: 5px;
        font-size: 0.9em;
        background-color: #f7931e;
        color: #fff;
        display: inline-block;
        padding: 2px 9px;
        line-height: 1;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl dt a {
        color: #fff;
        font-size: 0.85em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl dt:hover {
        opacity: 0.8;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl dd {
        font-size: 0.85em;
        position: absolute;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl dd a {
        color: #333;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl dd a:hover {
        color: #f7931e;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl .fleft2 ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 65px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen dl .fleft2 ul li {
        margin-right: 8px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_hokkaido dt {
        top: 26px;
        left: 430px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_hokkaido_area01 {
        top: 10px;
        left: 288px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_hokkaido_area02 {
        top: 77px;
        left: 279px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_tohoku dt {
        top: 102px;
        left: 330px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_tohoku_area01 {
        top: 100px;
        left: 450px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_tohoku_area02 {
        top: 118px;
        left: 273px;
        width: 80px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_kitakanto dt {
        top: 159px;
        left: 370px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_kitakanto dd {
        top: 153px;
        left: 455px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_metropolitan dt {
        top: 198px;
        left: 350px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_metropolitan dd {
        top: 245px;
        left: 418px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_hokuriku dt {
        top: 162px;
        left: 312px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_hokuriku dd {
        top: 130px;
        left: 197px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_tokai dt {
        top: 241px;
        left: 293px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_tokai dd {
        top: 240px;
        left: 364px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_koshinetsu dt {
        top: 197px;
        left: 286px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_koshinetsu dd {
        top: 124px;
        left: 224px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_kinki dt {
        top: 224px;
        left: 232px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_kinki_area01 {
        top: 265px;
        left: 286px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_kinki_area02 {
        top: 168px;
        left: 163px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_shikoku dt {
        top: 253px;
        left: 210px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_shikoku dd {
        top: 298px;
        left: 165px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_chugoku dt {
        top: 191px;
        left: 144px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_chugoku dd {
        top: 165px;
        left: 90px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_kyushu dt {
        top: 264px;
        left: 114px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_kyushu_area01 {
        top: 240px;
        left: 71px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_kyushu_area02 {
        top: 275px;
        left: 92px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_okinawa dt {
        bottom: 30px;
        right: 10px;
    }
    .top-area .top-content .box-map .map-area #tab-box #map-onsen .map-onsen_okinawa dd {
        bottom: 5px;
        right: 20px;
    }
    .top-area .hotel-img img {
        width: 100%;
        height: 176px;
    }
}
@media only screen and (max-width: 767px) {
    .top-content-sp {
        width: 100%;
        margin: 0;
    }
    .top-content-sp .hotel-img {
        display: block;
        position: relative;
        overflow: hidden;
        max-width: 500px;
        max-height: 168px;
        text-align: center;
        margin: 0 auto;
    }
    .top-content-sp .hotel-img img {
        position: relative;
        overflow: hidden;
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
    }
    .top-content-sp .hotel-img span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        font-size: 0.8em;
        color: #fff;
        padding: 4px 8px;
    }
    .top-content-sp .hotel-img .lavel-area {
        background: #fbb03b;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }
    .top-content-sp .hotel-img .qa-ttl {
        position: absolute;
        bottom: 8px;
        left: 16px;
        font-size: 1em;
        font-weight: bold;
        color: #fff;
        text-align: left;
        text-shadow: 0px 0px 3px #333;
        padding-top: 12px;
        padding-right: 8px;
    }
    .top-view-sp {
        width: 100%;
        height: 76px;
        color: #fff;
        padding: 30px 0;
        background-image: url(/images/view/03.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        position: relative;
    }
    .top-view-sp::before {
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
    }
    .top-view-sp .top-view-sp-box {
        position: absolute;
        width: 100%;
        text-align: center;
    }
    .top-view-sp .top-view-sp-box .txt-catch {
        font-size: 1.2em;
        font-weight: 900;
        text-align: center;
        text-shadow: 0px 0px 8px #333;
        padding-bottom: 8px;
        color: #fff;
        z-index: 10;
    }
    .top-view-sp .top-view-sp-box .txt-about {
        text-align: center;
        font-size: 0.8em;
        font-weight: bold;
        text-shadow: 0px 0px 3px #333;
        color: #fff;
        z-index: 10;
    }
}
@media only screen and (max-width: 767px) {
    .top-menu-sp {
        margin: 8px 0;
    }
    .top-menu-sp .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        border-bottom: 1px solid #e9d5a5;
    }
    .top-menu-sp .menu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: relative;
        border-radius: 6px 6px 0 0;
        font-size: 0.75em;
        font-weight: 500;
        text-align: center;
        vertical-align: middle;
        background-color: #f6f3eb;
        width: calc(25% - 8px);
        margin: 4px 4px 0 4px;
    }
    .top-menu-sp .menu li a {
        display: block;
        color: #333;
        padding: 4px;
        font-weight: 500;
    }
    .top-menu-sp .menu li a:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e9d5a5;
        position: absolute;
        margin: auto;
        bottom: 8px;
        right: 6px;
    }
    .top-menu-sp .menu li:first-child {
        margin-left: 8px;
    }
    .top-menu-sp .menu li:last-child {
        margin-right: 8px;
    }
    .top-menu-sp .menu li:first-child a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_pin.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    .top-menu-sp .menu li:nth-child(2) a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_gohan.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    .top-menu-sp .menu li:nth-child(3) a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_huji.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    .top-menu-sp .menu li:last-child {
        border-right: none;
    }
    .top-menu-sp .menu li:last-child a::before {
        content: '';
        display: block;
        width: 22px;
        height: 20px;
        background-image: url(/images/icon_human.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin: 10px auto 6px;
        background-position: center;
    }
    .main-content > .menu-down-h {
        margin-top: 16px;
    }
    .btn-more .fa-angle-right {
        font-size: 14px;
    }
}
.top-postarea-m {
    margin: 40px 16px 20px 16px;
}
.top-postarea-m img {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
.top-postarea {
    max-width: 1200px;
    margin: 24px auto 10px auto;
    text-align: center;
    padding: 0 0 8px;
}
.top-postarea .catch-bar {
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1.2em;
    text-align: center;
    padding: 10px 0 0 0;
    letter-spacing: 1px;
    color: #827149;
    font-weight: 500;
}
@media only screen and (max-width: 960px) {
    .top-postarea .catch-bar {
        height: auto;
    }
}
@media only screen and (max-width: 1000px) {
    .top-postarea .catch-bar {
        font-size: 0.9em;
    }
}
.top-postarea .catch-bar .catch-point {
    color: #f7931e;
}
.top-postarea .top-postarea-main {
    background-color: #f6f3eb;
    padding: 20px;
    margin-top: 10px;
    border-top: 3px solid #e9d5a5;
}
.top-postarea .txt-sub {
    color: #333;
    padding: 0 0 16px;
}
@media only screen and (max-width: 1100px) {
    .top-postarea .txt-sub {
        padding-top: 8px;
    }
}
.top-postarea .txt-sub a {
    color: #333;
    text-decoration: underline;
}
.top-postarea .txt-sub strong {
    color: #f7931e;
    font-size: 1.3em;
}
.top-postarea .btn-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.top-postarea .btn-post li {
    width: 40%;
    margin: 0 2%;
}
.top-postarea .btn-post li a {
    display: block;
    color: #fff;
    margin: 0 16px;
}
.top-postarea .btn-post li a .btn-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-postarea .btn-post li a .btn-txt .point {
    background: #fff;
    border-radius: 50%;
    color: #dd3838;
    text-align: center;
}
.top-postarea .btn-post li a .btn-txt i.fa {
    margin-left: 8px;
}
.top-postarea .btn-post .btn-qa {
    display: block;
    position: relative;
    border: none;
    text-align: center;
    -webkit-box-shadow: 0 0 4px rgba(51, 51, 51, 0.8);
    box-shadow: 0 0 4px rgba(51, 51, 51, 0.8);
    border: 1px solid #6f4d3e;
    border-width: 24px 40px;
    font-size: 1.4em;
    color: #fff;
    margin: 0 auto;
    padding: 12px 0;
    border-radius: 8px;
    width: 100%;
}
.top-postarea .btn-post .btn-qa a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
}
.top-postarea .btn-post .btn-qa i {
    margin-left: 10px;
}
.top-postarea .btn-post .btn-qa .fa-heart-bkm-on {
    margin-right: 3px;
    color: #333;
}
.top-postarea .btn-post .btn-qa .fa-heart-bkm-off {
    margin-right: 3px;
    color: #dd3838;
}
.top-postarea .btn-post .btn-qa a {
    border: 1px solid #6f4d3e;
}
.top-postarea .btn-post .btn-qa a:hover {
    background: #79cae5;
}
.top-postarea .btn-post .btn-qa .btn-ans a {
    background: #6f4d3e;
}
.top-postarea .btn-post .btn-qa .btn-ans a:hover {
    opacity: 0.8;
}
.top-postarea .btn-post-area .btn-post-ans {
    display: block;
    position: relative;
    border: none;
    text-align: center;
    -webkit-box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
    box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
    background: #6f4d3e;
    border-width: 24px 40px;
    font-size: 1.4em;
    color: #fff;
    margin: 0 auto;
    padding: 12px 0;
    border-radius: 8px;
    width: 100%;
}
.top-postarea .btn-post-area .btn-post-ans a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
}
.top-postarea .btn-post-area .btn-post-ans i {
    margin-left: 10px;
}
.top-postarea .btn-post-area .btn-post-ans .fa-heart-bkm-on {
    margin-right: 3px;
    color: #333;
}
.top-postarea .btn-post-area .btn-post-ans .fa-heart-bkm-off {
    margin-right: 3px;
    color: #dd3838;
}
.top-postarea .btn-post-area .btn-post-ans .icon-arrow-main::after {
    content: '';
    display: inline-block;
    width: 33px;
    height: 8px;
    background: url(/images/icon_arrow_main_w.svg) center/contain no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 40%;
}
@media only screen and (max-width: 767px) {
    .top-postarea .btn-post-area .btn-post-ans .icon-arrow-main::after {
        width: 30px;
        height: 10px;
        right: 20px;
        top: 40%;
    }
}
@media only screen and (max-width: 1000px) {
    .top-postarea .btn-post-area .btn-post-ans {
        font-size: 1.2em;
    }
}
.top-postarea .btn-post-area .btn-post-ans:hover {
    opacity: 0.8;
}
.top-postarea .btn-post-area .btn-post-ans .btn-post-point-yellow {
    position: absolute;
    left: 10px;
    top: -30px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    color: #6f4d3e;
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(/images/icon_point_orange.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
    .top-postarea .btn-post-area .btn-post-ans .btn-post-point-yellow {
        width: 62px;
        height: 62px;
        left: -5%;
        font-size: 1.2em;
        letter-spacing: 0;
    }
}
.top-postarea .btn-post-area .btn-post-que {
    display: block;
    position: relative;
    border: none;
    text-align: center;
    -webkit-box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
    box-shadow: 0 0 4px rgba(207, 198, 176, 0.8);
    background: #fff;
    border: 1px solid #6f4d3e;
    font-size: 1.4em;
    color: #6f4d3e;
    margin: 0 auto;
    padding: 12px 0;
    border-radius: 8px;
    width: 100%;
}
.top-postarea .btn-post-area .btn-post-que a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
}
.top-postarea .btn-post-area .btn-post-que i {
    margin-left: 10px;
}
.top-postarea .btn-post-area .btn-post-que .fa-heart-bkm-on {
    margin-right: 3px;
    color: #333;
}
.top-postarea .btn-post-area .btn-post-que .fa-heart-bkm-off {
    margin-right: 3px;
    color: #dd3838;
}
@media only screen and (max-width: 1000px) {
    .top-postarea .btn-post-area .btn-post-que {
        font-size: 1.2em;
    }
}
.top-postarea .btn-post-area .btn-post-que .icon-arrow-main::after {
    content: '';
    display: inline-block;
    width: 33px;
    height: 8px;
    background: url(/images/icon_arrow_main.svg) center/contain no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 40%;
}
@media only screen and (max-width: 767px) {
    .top-postarea .btn-post-area .btn-post-que .icon-arrow-main::after {
        width: 30px;
        height: 10px;
        right: 20px;
        top: 40%;
    }
}
.top-postarea .btn-post-area .btn-post-que:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.top-postarea .btn-post-area .btn-post-que .btn-post-point-blue {
    position: absolute;
    left: 10px;
    top: -30px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(/images/icon_point_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
    .top-postarea .btn-post-area .btn-post-que .btn-post-point-blue {
        width: 62px;
        height: 62px;
        left: -5%;
        font-size: 1.2em;
        letter-spacing: 0;
    }
}
@media only screen and (max-width: 767px) {
    .top-postarea-m {
        margin: 16px 0;
    }
    .top-postarea {
        background-image: none;
        margin: 0;
        padding: 0;
    }
    .top-postarea .catch-bar {
        font-size: 0.9em;
        padding: 8px 0;
    }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
    .top-postarea .catch-bar {
        font-size: 1em;
    }
}
@media only screen and (max-width: 767px) {
    .top-postarea .catch-bar .top-postarea-main {
        padding: 10px 8px 8px;
    }
    .top-postarea .catch-bar .catch-bar-ttl {
        padding: 8px 0;
        display: block;
    }
    .top-postarea .txt-sub {
        font-size: 0.9em;
        padding: 8px 16px 0;
        text-align: center !important;
        line-height: 1.7;
    }
    .top-postarea .txt-sub strong {
        font-size: 1em;
    }
    .top-postarea .btn-post {
        padding: 8px 0 16px;
        font-size: 1em !important;
        width: 100%;
        margin-top: 20px;
    }
    .top-postarea .btn-post .btn-post-point-blue {
        content: '';
        display: block;
        width: 80px;
        height: 80px;
        background-image: url(/images/icon_point_blue.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
    .top-postarea .btn-post .btn-post-point-blue {
        width: 62px;
        height: 62px;
        left: -5%;
        font-size: 1.2em;
        letter-spacing: 0;
    }
}
@media only screen and (max-width: 767px) {
    .top-postarea .btn-post .btn-post-point-blue .font-s {
        padding-top: 2px;
    }
    .top-postarea .btn-post .btn-post-point-yellow {
        content: '';
        display: block;
        width: 80px;
        height: 80px;
        background-image: url(/images/icon_point_orange.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
    .top-postarea .btn-post .btn-post-point-yellow {
        width: 62px;
        height: 62px;
        left: -5%;
        font-size: 1.2em;
        letter-spacing: 0;
    }
}
@media only screen and (max-width: 767px) {
    .top-postarea .btn-post .btn-post-point-yellow .font-s {
        padding-top: 2px;
    }
    .top-postarea .btn-post .btn-post-point-blue,
    .top-postarea .btn-post .btn-post-point-yellow {
        position: absolute;
        left: 10px;
        top: -30px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        color: #fff;
        font-size: 1em;
    }
    .top-postarea .btn-post li {
        width: 100%;
    }
    .top-postarea .btn-post li a {
        font-size: 0.9em;
        margin: 0 8px;
        padding: 4px 16px;
    }
    .top-postarea .btn-post li a .btn-txt > .point {
        width: 28px;
        height: 28px;
        font-size: 0.9em !important;
        line-height: 1.1;
        margin-right: 4px;
        padding: 8px 5px 2px;
    }
    .top-postarea .btn-post li a i.fa {
        font-size: 1em;
        margin-left: 2px !important;
    }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
    .top-postarea .btn-post-ans {
        font-size: 1em !important;
    }
    .top-postarea .btn-post-ans .btn-post-point {
        font-size: 0.8em !important;
        width: 34px !important;
        height: 34px !important;
        line-height: 34px !important;
    }
    .top-postarea .btn-post-ans .icon-arrow-main::after {
        content: '';
        display: inline-block;
        width: 33px;
        height: 8px;
        background: url(/images/icon_arrow_main_w.svg) center/contain no-repeat;
        vertical-align: middle;
        position: absolute;
        right: 20px;
        top: 40%;
    }
}
@media only screen and (max-width: 767px) and (max-width: 400px) and (max-width: 767px) {
    .top-postarea .btn-post-ans .icon-arrow-main::after {
        width: 30px;
        height: 10px;
        right: 20px;
        top: 40%;
    }
}
@media only screen and (max-width: 767px) and (max-width: 400px) {
    .top-postarea .btn-post-que {
        font-size: 1em !important;
    }
    .top-postarea .btn-post-que .btn-post-point {
        font-size: 0.8em !important;
        width: 34px !important;
        height: 34px !important;
        line-height: 34px !important;
    }
    .top-postarea .btn-post-que .icon-arrow-main::after {
        content: '';
        display: inline-block;
        width: 33px;
        height: 8px;
        background: url(/images/icon_arrow_main.svg) center/contain no-repeat;
        vertical-align: middle;
        position: absolute;
        right: 20px;
        top: 40%;
    }
}
@media only screen and (max-width: 767px) and (max-width: 400px) and (max-width: 767px) {
    .top-postarea .btn-post-que .icon-arrow-main::after {
        width: 30px;
        height: 10px;
        right: 20px;
        top: 40%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
    .top-postarea .txt-top {
        font-size: 1.2em;
    }
    .top-postarea .txt-sub {
        font-size: 0.9em;
    }
    .top-postarea .btn-post {
        margin: 8px 0;
    }
    .top-postarea .btn-post li a {
        font-size: 1.1em;
        padding: 8px 70px;
    }
    .top-postarea .btn-post li a .btn-txt > .point {
        width: 36px;
        height: 36px;
        font-size: 0.7em !important;
        line-height: 1.2;
        margin-right: 10px;
        padding: 8px 5px 2px;
    }
}
@media only screen and (min-width: 1120px) {
    .top-postarea .txt-top {
        font-size: 1.4em;
    }
    .top-postarea .txt-sub {
        font-size: 1.2em;
        font-weight: 500;
        line-height: 1.6;
    }
    .top-postarea .btn-post {
        max-width: 1200px;
        margin: 8px auto;
    }
    .top-postarea .btn-post li a {
        font-size: 1.4em;
        padding: 8px 120px;
    }
    .top-postarea .btn-post li a .btn-txt > .point {
        width: 45px;
        height: 45px;
        font-size: 0.7em !important;
        line-height: 1.2;
        margin-right: 10px;
        padding: 8px 5px 2px;
    }
}
@media only screen and (min-width: 768px) {
    main.top {
        padding-top: 32px;
    }
    .panel-hotel-small .hotel-img,
    .panel-hotel-small .hotel-img-circle {
        border-radius: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .panel-hotel-small .hotel-img,
    .panel-hotel-small .hotel-img-circle {
        border-radius: 10px;
    }
}
.menu-top h1 {
    font-weight: normal;
}
.menu-top h1 i.fa {
    color: #ccc;
    margin-right: 8px;
}
@media only screen and (max-width: 767px) {
    .menu-top {
        padding: 16px 16px 0;
    }
    .menu-top h1 {
        font-size: 1em;
    }
}
@media only screen and (min-width: 768px) {
    .menu-top > h1 {
        font-size: 1.6em;
        color: #333;
    }
}
.sortarea {
    padding: 0 16px;
}
.sortarea .select {
    width: 100%;
    border-color: #ccc;
    border-radius: 5px;
    margin-top: 16px;
    padding: 8px;
}
.panel-h-l-menu {
    margin-top: 0;
    padding-bottom: 0;
}
.panel-h-l-menu li {
    margin-top: 16px;
    padding-bottom: 0;
}
.panel-h-l-menu li .hotel-img {
    position: relative;
}
.panel-h-l-menu li .hotel-img img {
    width: 100% !important;
}
.panel-h-l-menu li p {
    font-size: 0.85em;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: bold;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
    .panel-h-l-menu {
        padding-bottom: 16px;
    }
    .panel-h-l-menu li p {
        font-size: 0.9em;
        padding: 4px;
    }
}
@media only screen and (min-width: 768px) {
    .panel-h-l-menu li p {
        font-size: 0.85em;
        padding: 8px;
    }
}
.tag-menu-area {
    margin-top: 40px;
    overflow: hidden;
}
.tag-menu-area .tag-menu-box {
    float: left;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px 24px;
}
.tag-menu-area .tag-menu-box .spot-list-txt {
    margin-top: 0;
    padding-bottom: 0;
}
.tag-menu-area .tag-menu-box .spot-list-txt li {
    float: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-right: 0;
    background: #fff;
    border: solid 1px #e7e7e7;
}
.tag-menu-area .tag-menu-box .spot-list-txt li a:hover {
    border-color: #e7e7e7;
    background: #f6f6f6;
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .tag-menu-area {
        margin-top: 30px;
        overflow: hidden;
    }
    .tag-menu-area .tag-menu-box {
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 16px;
    }
    .tag-menu-area .tag-menu-box .spot-list-txt {
        margin-top: 0;
        padding-bottom: 0;
    }
    .tag-menu-area .tag-menu-box .spot-list-txt li {
        width: 100%;
        float: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-color: #e7e7e7;
        background: #f6f6f6;
        color: #333;
    }
    .tag-menu-area .tag-menu-box .spot-list-txt li a:hover {
        border-color: #e7e7e7;
        background: #fff;
        text-decoration: none;
    }
}
@media only screen and (min-width: 768px) {
    article .bnr-top {
        padding: 0 0 32px;
    }
}
@media only screen and (max-width: 767px) {
    article .bnr-top {
        text-align: center;
        padding: 16px 0 0;
    }
    article .bnr-top img {
        max-width: 100%;
        max-height: 100%;
    }
}
.map-searcharealist {
    position: relative;
}
.map-searcharealist .fleft {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.map-searcharealist .fleft li {
    margin-right: 8px;
}
.map-searcharealist .fleft li:last-child {
    margin-right: 0;
}
.map-searcharealist .fleft3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 112px;
}
.map-searcharealist .fleft3 li {
    margin-right: 8px;
}
.map-searcharealist .fleft3 li:nth-child(3n) {
    margin-right: 0;
}
.map-searcharealist .fleft3 li:last-child {
    margin-right: 0;
}
.map-searcharealist .fleft2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.map-searcharealist .fleft2 li:nth-child(odd) {
    margin-right: 8px;
}
.map-searcharealist .fleft2 li:last-child {
    margin-right: 0;
}
.map-searcharealist .arrow-top::before {
    content: '';
    position: absolute;
    top: -11px;
    margin-left: 1px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 8px 11px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    z-index: 1;
}
.map-searcharealist .arrow-top::after {
    content: '';
    position: absolute;
    top: -13px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 9px 13px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cabbae rgba(0, 0, 0, 0);
    z-index: 0;
}
.map-searcharealist .arrow-top-center::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 40%;
    margin-left: 1px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 9px 12px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    z-index: 1;
}
.map-searcharealist .arrow-top-center::after {
    content: '';
    position: absolute;
    top: -13px;
    left: 40%;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 13px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cabbae rgba(0, 0, 0, 0);
    z-index: 0;
}
.map-searcharealist .arrow-btm::before {
    content: '';
    position: absolute;
    bottom: -10px;
    margin-left: 1px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 8px 0;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    z-index: 1;
}
.map-searcharealist .arrow-btm::after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 8;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 11px 9px 0;
    border-color: #cabbae rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    z-index: 0;
}
.map-searcharealist .arrow-btm-right::before {
    content: '';
    position: absolute;
    bottom: -11px;
    right: 6px;
    margin-left: 1px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 11px 9px 0;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    z-index: 1;
}
.map-searcharealist .arrow-btm-right::after {
    content: '';
    position: absolute;
    bottom: -12px;
    right: 5px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 10px 0;
    border-color: #cabbae rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    z-index: 0;
}
.map-searcharealist .arrow-left::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 6px;
    margin-left: 2px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 11px 8px 0;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    z-index: 1;
}
.map-searcharealist .arrow-left::after {
    content: '';
    position: absolute;
    left: -12px;
    top: 6px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: rgba(0, 0, 0, 0) #cabbae rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    z-index: 0;
}
.map-searcharealist .arrow-right::before {
    content: '';
    position: absolute;
    right: -10px;
    top: 7px;
    margin-left: 2px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
    z-index: 1;
}
.map-searcharealist .arrow-right::after {
    content: '';
    position: absolute;
    right: -11px;
    top: 5px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 11px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cabbae;
    z-index: 0;
}
@media only screen and (min-width: 768px) {
    .map-searcharea {
        background: #f9f8f3;
        width: 790px;
        height: 430px;
        position: relative;
        margin-top: 16px;
    }
    .map-searcharea .img-honshu {
        position: absolute;
        top: 27px;
        left: 170px;
    }
    .map-searcharea .img-okinawa {
        position: absolute;
        top: 30px;
        left: 30px;
    }
    .map-searcharea .map-searcharealist {
        width: 790px;
        height: 430px;
    }
    .map-searcharea .map-searcharealist li[class^='map-searcharealist-'] {
        border: solid 1px #cabbae;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 8px;
        display: inline-block;
        position: absolute;
        padding: 6px 12px;
    }
    .map-searcharea .map-searcharealist li[class^='map-searcharealist-'] a {
        color: #333;
        font-size: 0.9em;
    }
    .map-searcharea .map-searcharealist li[class^='map-searcharealist-'] a:hover {
        color: #dd3838;
    }
    .map-searcharea .map-searcharealist li[class^='map-searcharealist-'] > a {
        text-decoration: underline;
        font-weight: bold;
    }
    .map-searcharea .map-searcharealist-hokkaido {
        right: 80px;
        top: 50px;
    }
    .map-searcharea .map-searcharealist-tohoku {
        left: 570px;
        top: 140px;
    }
    .map-searcharea .map-searcharealist-kitakanto {
        left: 540px;
        top: 240px;
    }
    .map-searcharea .map-searcharealist-hokuriku {
        left: 350px;
        top: 96px;
    }
    .map-searcharea .map-searcharealist-metropolitan {
        left: 450px;
        top: 320px;
    }
    .map-searcharea .map-searcharealist-koshinetsu {
        left: 420px;
        top: 70px;
    }
    .map-searcharea .map-searcharealist-tokai {
        left: 340px;
        top: 325px;
    }
    .map-searcharea .map-searcharealist-kinki {
        left: 270px;
        top: 50px;
    }
    .map-searcharea .map-searcharealist-chugoku {
        left: 200px;
        top: 90px;
    }
    .map-searcharea .map-searcharealist-shikoku {
        left: 220px;
        top: 330px;
    }
    .map-searcharea .map-searcharealist-kyushu {
        left: 50px;
        top: 180px;
    }
    .map-searcharea .map-searcharealist-okinawa {
        top: 70px;
        left: 120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
    .map-search-m {
        background: #f9f8f3;
        width: 100%;
    }
    .map-searcharea {
        margin: 0 auto;
        width: 790px;
        height: 430px;
    }
}
@media only screen and (max-width: 767px) {
    .map-searcharea {
        background: #f9f8f3;
        width: 300px;
        position: relative;
        margin: 16px auto 0;
        padding: 10px calc(50% - 150px);
        overflow: hidden;
    }
    .map-searcharea .img-honshu {
        position: absolute;
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg);
        left: calc(50% - 150px);
        top: 60px;
    }
    .map-searcharea .img-honshu img {
        width: 300px;
    }
    .map-searcharea .img-okinawa {
        position: absolute;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
        left: calc(50% - 150px);
        top: 30px;
    }
    .map-searcharea .map-searcharealist {
        height: 320px;
        width: 300px;
    }
    .map-searcharea .map-searcharealist li[class^='map-searcharealist-'] {
        border: solid 1px #cabbae;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 8px;
        display: inline-block;
        position: absolute;
        padding: 12px;
        font-size: 0.8rem;
        line-height: 1;
    }
    .map-searcharea .map-searcharealist li[class^='map-searcharealist-'] a {
        color: #333;
    }
    .map-searcharea .map-searcharealist li[class^='map-searcharealist-'] a:hover {
        color: #1fa6d3;
    }
    .map-searcharea .map-searcharealist li[class^='map-searcharealist-'] > a {
        text-decoration: underline;
        font-weight: bold;
    }
    .map-searcharea .map-searcharealist-hokkaido {
        right: 0px;
        top: 35px;
    }
    .map-searcharea .map-searcharealist-tohoku {
        left: 230px;
        top: 100px;
    }
    .map-searcharea .map-searcharealist-kitakanto {
        right: 0;
        top: 160px;
    }
    .map-searcharea .map-searcharealist-hokuriku {
        left: 110px;
        top: 100px;
    }
    .map-searcharea .map-searcharealist-metropolitan {
        left: 175px;
        top: 220px;
    }
    .map-searcharea .map-searcharealist-koshinetsu {
        left: 160px;
        top: 130px;
    }
    .map-searcharea .map-searcharealist-tokai {
        left: 120px;
        top: 250px;
    }
    .map-searcharea .map-searcharealist-kinki {
        left: 90px;
        top: 150px;
    }
    .map-searcharea .map-searcharealist-chugoku {
        left: 30px;
        top: 150px;
    }
    .map-searcharea .map-searcharealist-shikoku {
        left: 65px;
        top: 275px;
    }
    .map-searcharea .map-searcharealist-kyushu {
        left: 0px;
        top: 200px;
    }
    .map-searcharea .map-searcharealist-okinawa {
        left: 90px;
        top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .area-drawer-menu > li {
        border-bottom: solid 1px #ddd;
        font-size: 0.9em;
    }
    .area-drawer-menu > li .drawer-caret {
        position: absolute;
        top: 50%;
        right: 16px;
        margin-top: -2px;
    }
    .area-drawer-menu > li a {
        font-size: 100%;
        display: block;
        position: relative;
        color: #454545;
        padding: 8px 24px 8px 24px;
    }
    .area-drawer-menu > li a:hover {
        text-decoration: none;
    }
    .area-drawer-menu > li .drawer-dropdown-menu li {
        background: #f9f9f9;
    }
    .area-drawer-menu > li .drawer-dropdown-menu li .drawer-dropdown-menu-item {
        line-height: 1.5;
        border-top: dotted 1px #ddd;
        color: #666;
        padding: 8px 24px 8px 32px;
    }
    .area-drawer-menu .arrow::before {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-top: solid 2px #ccc;
        border-right: solid 2px #ccc;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 16px;
        margin-top: -4px;
    }
}
.panel-who {
    overflow: hidden;
    margin: 0;
}
.panel-who li {
    float: left;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.panel-who li img {
    max-width: 100%;
    max-height: 100%;
    padding-bottom: 8px;
}
.panel-who li a {
    color: #333;
}
@media only screen and (max-width: 767px) {
    .panel-who {
        padding: 16px 8px 0;
    }
    .panel-who li {
        width: 25%;
        padding: 0 5px 16px;
    }
    .panel-who li p {
        font-size: 0.8em;
        line-height: 1.3;
    }
    .panel-who {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1119px) {
    .panel-who {
        padding: 16px 0 0;
    }
    .panel-who li {
        width: 20%;
        padding: 0 5px 16px;
    }
    .panel-who li .hotel-img {
        margin: 0 auto;
    }
    .panel-who li p {
        font-size: 0.9em;
        line-height: 1.3;
    }
}
@media only screen and (min-width: 1120px) {
    .panel-who {
        padding: 16px 0 0;
    }
    .panel-who li {
        width: 20%;
        padding: 0 5px 16px;
    }
    .panel-who li .hotel-img {
        margin: 0 auto;
    }
    .panel-who li p {
        font-size: 1em;
        line-height: 1.3;
    }
}
.sns-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
}
.sns-top li {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.sns-top li a {
    color: #fff;
}
.sns-top .tw {
    background: #55acee;
}
.sns-top .fb {
    background: #3b5998;
}
@media only screen and (max-width: 767px) {
    .sns-top {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media only screen and (min-width: 768px) {
    .sns-top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .sns-top li {
        margin-right: 24px;
    }
}
.banner-top {
    text-align: center;
    margin-top: 20px;
}
.banner-top img {
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .banner-top {
        text-align: center;
        padding: 0 16px;
        height: auto;
    }
    .banner-top img {
        margin: 0 auto;
        max-width: 300px;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .banner-top {
        text-align: center;
        margin: 0 auto;
        max-width: 300px;
        height: auto;
    }
}
.mv-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.mv-box picture img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .mv-box {
        bottom: 10px !important;
    }
}
.slick-slider {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.slick-main-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px;
    overflow: hidden;
}
.slick-main-box picture img {
    width: 100%;
}
.slick-dots {
    bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
    .slick-dots {
        bottom: 10px !important;
    }
}
.slick-next {
    right: 50px !important;
}
.slick-prev {
    left: 20px !important;
    z-index: 2;
}
.slick-prev:before,
.slick-next:before {
    font-size: 50px !important;
    font-weight: normal !important;
}
@media only screen and (max-width: 767px) {
    .slick-next {
        right: 20px !important;
    }
    .slick-prev {
        left: 20px !important;
        z-index: 2;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 20px !important;
        font-weight: normal !important;
    }
}
.caution-wrap {
    max-width: 1200px;
    margin: auto;
}
.caution-area {
    max-width: 1200px;
    border: 1px solid #dd3838;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 0 10px 0;
    color: #dd3838;
}
.caution-area a {
    color: #dd3838;
    text-decoration: underline;
    cursor: pointer;
}
.caution-area .caution-ttl {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
}
.caution-area .caution-text {
    font-size: 0.9em;
}
@media only screen and (max-width: 1200px) {
    .caution-area {
        margin: 30px 20px 10px 20px;
        padding: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .caution-area {
        margin: 16px 8px;
    }
    .caution-ttl {
        margin-bottom: 4px !important;
        font-size: 0.9em !important;
    }
    .caution-text {
        font-size: 1em !important;
    }
}
@media only screen and (max-width: 767px) {
    .tag-menu-box .sub-title {
        margin: 24px 3% 0;
        width: 94%;
    }
}
