@charset "UTF-8";
/*-----------------------------------------------------
reset
-----------------------------------------------------*/
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: transparent;
  font-feature-settings: "palt";
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

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: transparent;
  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;
}

/*----ml----*/
.ml8 {
  margin-left: 8px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.ml24 {
  margin-left: 24px !important;
}

/*----mr----*/
.mr8 {
  margin-right: 8px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mr24 {
  margin-right: 24px !important;
}

/*----mlr----*/
.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;
}

/*----mb----*/
.mb8 {
  padding-bottom: 8px !important;
}

.mb16 {
  padding-bottom: 16px !important;
}

.mb24 {
  padding-bottom: 24px !important;
}

.mb32 {
  padding-bottom: 32px !important;
}

/*----mtb----*/
.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;
}

/*-----------------------------------------------------
CSS省略（複数行）
-----------------------------------------------------*/
/*-----------------------------------------------------
計算用
-----------------------------------------------------*/
/*-----------------------------------------------------
ボタン
-----------------------------------------------------*/
/*-----------------------------------------------------
ボタン-矢印
-----------------------------------------------------*/
/*----pc----*/
/*-----------------------------------------------------
画像ラベル
-----------------------------------------------------*/
/*----丸----*/
/*----上部四角----*/
/* 右カラム画像ラベル */
/*----pc----*/
@media only screen and (min-width: 768px) {
  .img-squ > .squ-txt {
    left: 2px;
  }
}
/*----吹き出し-質問----*/
/*----四角-ランキング----*/
/*-----------------------------------------------------
フキダシ（クチコミ）
-----------------------------------------------------*/
/*----sp----*/
@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;
  }
}
/*----pc----*/
@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: 21px;
  }
  .answer-box .ans-comment .comment-like {
    width: 120px;
  }
  .answer-box .ans-comment .comment-like a {
    padding-left: 4px;
  }
}
/*-----------------------------------------------------
panel-hotel
-----------------------------------------------------*/
/*----sp----*/
@media only screen and (max-width: 767px) {
  .more-rank {
    margin: 0 16px;
  }
}
/*----pc----*/
@media only screen and (min-width: 768px) {
  .more-rank a {
    font-size: 1.2em;
    padding: 13px 0;
  }
}
/*-----------------------------------------------------
placeholder
-----------------------------------------------------*/
/*-----------------------------------------------------
CSS省略（複数行）
-----------------------------------------------------*/
/*-----------------------------------------------------
計算用
-----------------------------------------------------*/
/*-----------------------------------------------------
ボタン
-----------------------------------------------------*/
/*-----------------------------------------------------
ボタン-矢印
-----------------------------------------------------*/
/*----pc----*/
/*-----------------------------------------------------
画像ラベル
-----------------------------------------------------*/
/*----丸----*/
/*----上部四角----*/
/* 右カラム画像ラベル */
/*----pc----*/
@media only screen and (min-width: 768px) {
  .img-squ > .squ-txt {
    left: 2px;
  }
}
/*----吹き出し-質問----*/
/*----四角-ランキング----*/
/*-----------------------------------------------------
フキダシ（クチコミ）
-----------------------------------------------------*/
/*----sp----*/
@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;
  }
}
/*----pc----*/
@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: 21px;
  }
  .answer-box .ans-comment .comment-like {
    width: 120px;
  }
  .answer-box .ans-comment .comment-like a {
    padding-left: 4px;
  }
}
/*-----------------------------------------------------
panel-hotel
-----------------------------------------------------*/
/*----sp----*/
@media only screen and (max-width: 767px) {
  .more-rank {
    margin: 0 16px;
  }
}
/*----pc----*/
@media only screen and (min-width: 768px) {
  .more-rank a {
    font-size: 1.2em;
    padding: 13px 0;
  }
}
/*-----------------------------------------------------
placeholder
-----------------------------------------------------*/
/*-----------------------------------------------------
レイアウト&header&footer／SP
-----------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .sp-header {
    background: #ffffff;
    border-bottom: 2px solid #333333;
  }
  .sp-header .sp-header-btn {
    margin: 4px 0;
    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: 100px;
  }
  .sp-header .sp-header-btn .sp-header-logo img {
    height: initial;
    max-width: 100%;
  }
  .sp-header .sp-header-btn .sp-header-search {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #333333;
    box-sizing: border-box;
    color: #333333;
    font-size: 60%;
    width: 50px;
    margin-right: 8px;
    padding: 3px 0;
    text-align: center;
  }
  .sp-header .sp-header-btn .sp-header-search span {
    display: block;
    line-height: 1.2;
  }
  .sp-header .sp-header-btn .sp-header-menu {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #333333;
    color: #ffffff;
    font-size: 60%;
    width: 50px;
    margin-right: 8px;
    padding: 3px 0;
    box-sizing: border-box;
    text-align: center;
  }
  .sp-header .sp-header-btn .sp-header-menu span {
    display: block;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  footer .panlist {
    padding: 16px 8px 0;
  }
  footer .post-entry-box {
    background: #f5f5f5;
    font-size: 0.8em;
    text-align: left;
    margin: 24px 16px 0;
    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 {
    display: block;
    position: relative;
    border: none;
    text-align: center;
    text-shadow: none;
    background: #ae4848;
    border-width: 24px 40px;
    font-size: 1em;
    color: #fff;
    margin: 0 auto;
    color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    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: #333333;
  }
  footer .post-entry-box .btn-post-entry .fa-heart-bkm-off {
    margin-right: 3px;
    color: #ae4848;
  }
  footer .post-entry-box .btn-post-entry a .fa-angle-right {
    font-size: 16px;
  }
  footer .post-entry-box .btn-post-entry:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  footer .ft-area-bg .ft-area-top {
    background: #f5f5f5;
    font-size: 90%;
    font-weight: bold;
    color: #888;
    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 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;
    -moz-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-area-link li:last-child {
    width: 33.33%;
    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: #555;
    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: #ffffff;
    display: flex;
    margin: 0 auto;
    padding: 8px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  footer .ft-area-bg .footerlogo ul .footerlogo-bxg {
    display: flex;
    margin-right: 10px;
  }
  footer .ft-area-bg .footerlogo ul .footerlogo-bxg img {
    margin: 0 4px;
    height: 16px;
    display: block;
  }
  footer .ft-area-bg .footerlogo ul .footerlogo-bxg .biglobe-logo {
    max-width: 68px;
    width: 68px;
    max-height: 24px;
    height: 24px;
  }
  footer .ft-area-bg .footerlogo ul .footerlogo-bxg .ft-x-logo {
    margin-top: 5px;
  }
  footer .ft-area-bg .footerlogo ul .footerlogo-bxg .gpoint-logo {
    margin-top: 5px;
  }
  footer .ft-area-bg .footerlogo ul .footerlogo-img-s {
    max-width: 100%;
    max-height: 40px;
    margin-right: 10px;
  }

  /* 横スライドメニュー */
  .drawer-overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .drawer-hamburger {
    position: absolute;
  }

  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-open .drawer-hamburger-icon:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0 !important;
  }
  .drawer-open .drawer-hamburger-icon:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0 !important;
  }
}
/*-----------------------------------------------------
レイアウト&header&footer／PC
-----------------------------------------------------*/
main .tag-content-area {
  margin-bottom: 32px;
}

/*----tablet---*/
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  header {
    /* header検索窓 */
    /* header検索窓 */
  }
  header .pc-header {
    background-color: #ffffff;
  }
  header .header-top-area {
    background-color: #333333;
    margin: 0 auto;
  }
  header .header-top-area .header-top {
    background-color: #333333;
    color: #ffffff;
    max-width: 1120px;
    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 {
    color: #ffac93;
    font-weight: bold;
    margin: 0 4px;
    font-size: 120%;
  }
  header .header-top-area .header-top .header-top-btn {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header-top-area .header-top .btn-header-a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    text-align: center;
    text-shadow: none;
    background-color: #ae4848;
    font-size: 13px;
    margin: 5px 3px;
    width: 80px;
  }
  header .header-top-area .header-top .btn-header-a a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
  }
  header .header-top-area .header-top .btn-header-a i {
    margin-left: 10px;
  }
  header .header-top-area .header-top .btn-header-a .fa-heart-bkm-on {
    margin-right: 3px;
    color: #333333;
  }
  header .header-top-area .header-top .btn-header-a .fa-heart-bkm-off {
    margin-right: 3px;
    color: #ae4848;
  }
  header .header-top-area .header-top .btn-header-a a {
    color: #fff;
    padding: 0 14px;
    line-height: 2.1;
  }
  header .header-top-area .header-top .btn-header-q {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    text-align: center;
    text-shadow: none;
    font-size: 13px;
    margin: 5px 3px;
    width: 80px;
    background-color: #878787;
  }
  header .header-top-area .header-top .btn-header-q a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
  }
  header .header-top-area .header-top .btn-header-q i {
    margin-left: 10px;
  }
  header .header-top-area .header-top .btn-header-q .fa-heart-bkm-on {
    margin-right: 3px;
    color: #333333;
  }
  header .header-top-area .header-top .btn-header-q .fa-heart-bkm-off {
    margin-right: 3px;
    color: #ae4848;
  }
  header .header-top-area .header-top .btn-header-q a {
    color: #fff;
    padding: 0 14px;
    line-height: 2.1;
  }
  header .header-top-area .header-top .btn-header-text {
    color: #f5f5f5;
    font-size: 13px;
    margin: 0 0 0 16px;
  }
  header .header-top-area .header-top .btn-header-text a {
    color: #f5f5f5;
  }
  header .header-top-area .fa-unlock-alt {
    margin-right: 3px;
    color: #f5f5f5;
  }
  header .header-top-area .fa-heart {
    margin-right: 3px;
    color: #f5f5f5;
  }
  header .header-bottom-area {
    position: relative;
    width: 100%;
    border-bottom: dotted 1px #333333;
  }
  header .header-bottom-area .header-bottom {
    width: 1120px;
    display: flex;
    align-items: center;
    margin: 10px auto;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn {
    margin-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn li {
    text-align: center;
    border-left: 1px solid #e5e5e5;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn li a {
    color: #333333;
    display: inline-block;
    width: 154px;
    height: 58px;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn li a:hover {
    opacity: 0.5;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn li span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 38px;
  }
  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 .header-bottom-btn-area {
    background-image: url(/img/header_menuicon_area.png);
    background-position: top center;
    background-repeat: no-repeat;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn .header-bottom-btn-onsen {
    background-image: url(/img/header_menuicon_onsen.png);
    background-position: 50% 15%;
    background-repeat: no-repeat;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn .header-bottom-btn-purpose {
    background-image: url(/img/header_menuicon_purpose.png);
    background-position: 50% 10%;
    background-repeat: no-repeat;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn .header-bottom-btn-partner {
    background-image: url(/img/header_menuicon_partner.png);
    background-position: 50% 14%;
    background-repeat: no-repeat;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn .header-bottom-btn-feature {
    background-image: url(/img/header_menuicon_special.png);
    background-position: 50% 14%;
    background-repeat: no-repeat;
  }
  header .header-bottom-area::before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    box-sizing: border-box;
    bottom: 0;
    border-top: dotted 1px #333333;
  }
  header #header-search {
    margin-left: auto;
    background-color: white;
    box-sizing: content-box;
    border: 1px #333333 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::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: #333333;
    width: 22px;
    height: 22px;
  }
  header .logo-area {
    padding: 16px;
  }
  header .logo-area li.logo > .count {
    display: none;
  }
  header .pc-header-notext {
    display: none !important;
  }
  header .oyutabi-logo {
    width: 100px;
  }
}
@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検索窓 */
  }
  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) {
  header #header-search-text {
    width: 160px !important;
  }
  header #header-search-text::-webkit-input-placeholder {
    font-size: 13px !important;
  }
  header #header-search-text::-moz-placeholder {
    font-size: 13px !important;
  }
  header #header-search-text::-moz-placeholder {
    font-size: 13px !important;
  }
  header #header-search-text::-ms-input-placeholder {
    font-size: 13px !important;
  }

  main {
    display: block;
    max-width: 1120px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 32px;
    -webkit-box-sizing: border-box;
    -moz-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;
    -moz-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;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  main aside {
    float: right;
    width: 304px;
  }
  main .tag-content-area {
    margin-bottom: 50px;
  }
  main article {
    float: none;
    margin-right: 0;
    padding-right: 0;
  }
  main aside {
    float: none;
    width: 100%;
    padding: 0 0 16px;
    -webkit-box-sizing: border-box;
    -moz-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 {
    color: #454545;
  }
  footer .post-entry-box {
    max-width: 1120px;
    background: #f5f5f5;
    font-size: 1em;
    text-align: center;
    margin: 0 auto;
    padding: 32px 104px;
    -webkit-box-sizing: border-box;
    -moz-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 {
    display: block;
    position: relative;
    border: none;
    text-align: center;
    text-shadow: none;
    background: #ae4848;
    border-width: 24px 40px;
    font-size: 1em;
    color: #fff;
    margin: 0 auto;
    color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 70%;
    margin-top: 16px;
  }
  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: #333333;
  }
  footer .post-entry-box .btn-post-entry .fa-heart-bkm-off {
    margin-right: 3px;
    color: #ae4848;
  }
  footer .post-entry-box .btn-post-entry a {
    padding: 10px 0;
    color: #ffffff;
  }
  footer .post-entry-box .btn-post-entry a .fa-angle-right {
    font-size: 18px;
  }
  footer .post-entry-box .btn-post-entry:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  footer .ft-area-bg {
    background: #f5f5f5;
    margin-top: 16px;
  }
  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: 1120px;
    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;
    -moz-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;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-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: flex;
    margin-bottom: 10px;
  }
  footer .ft-area-bg .ft-area-list-box ul {
    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: #ffffff;
    padding: 6px 8px !important;
    border-right: none !important;
    margin-right: 10px !important;
    width: 96px;
    text-align: left;
    height: 20px;
  }
  footer .ft-area-bg .ft-copy {
    background: #333333;
    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 {
    box-sizing: border-box;
    width: 60%;
    background-color: #ffffff;
    display: flex;
    margin: 0 auto;
    padding: 8px;
    justify-content: center;
    align-items: center;
  }
  footer .ft-area-bg .footerlogo ul .footerlogo-bxg {
    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 .biglobe-logo {
    max-width: 85px;
    width: 85px;
    max-height: 30px;
    height: 30px;
  }
  footer .ft-area-bg .footerlogo ul .footerlogo-bxg .ft-x-logo {
    margin-top: 7px;
  }
  footer .ft-area-bg .footerlogo ul .footerlogo-bxg .gpoint-logo {
    margin-top: 7px;
  }
  footer .ft-area-bg .footerlogo ul .footerlogo-img-s {
    max-width: 100%;
    max-height: 40px;
    margin-right: 20px;
  }
  footer .ft-area-bg {
    margin-top: 0;
  }
  footer .ft-area-bg .ft-area-box {
    padding: 0 16px 16px;
  }
}
/*----pc----*/
@media only screen and (min-width: 1120px) {
  header {
    /* header検索窓 */
  }
  header .pc-header {
    background-color: #ffffff;
  }
  header .header-top-area {
    background-color: #333333;
    margin: 0 auto;
  }
  header .header-top-area .header-top {
    background-color: #333333;
    color: #ffffff;
    max-width: 1120px;
    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 {
    color: #ffac93;
    font-weight: bold;
    margin: 0 4px;
    font-size: 120%;
  }
  header .header-top-area .header-top .header-top-btn {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header-top-area .header-top .btn-header-a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    text-align: center;
    text-shadow: none;
    background-color: #ae4848;
    font-size: 13px;
    margin: 5px 3px;
    width: 80px;
  }
  header .header-top-area .header-top .btn-header-a a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
  }
  header .header-top-area .header-top .btn-header-a i {
    margin-left: 10px;
  }
  header .header-top-area .header-top .btn-header-a .fa-heart-bkm-on {
    margin-right: 3px;
    color: #333333;
  }
  header .header-top-area .header-top .btn-header-a .fa-heart-bkm-off {
    margin-right: 3px;
    color: #ae4848;
  }
  header .header-top-area .header-top .btn-header-a a {
    color: #fff;
    padding: 0 14px;
    line-height: 2.1;
  }
  header .header-top-area .header-top .btn-header-q {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    text-align: center;
    text-shadow: none;
    font-size: 13px;
    margin: 5px 3px;
    width: 80px;
    background-color: #878787;
  }
  header .header-top-area .header-top .btn-header-q a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
  }
  header .header-top-area .header-top .btn-header-q i {
    margin-left: 10px;
  }
  header .header-top-area .header-top .btn-header-q .fa-heart-bkm-on {
    margin-right: 3px;
    color: #333333;
  }
  header .header-top-area .header-top .btn-header-q .fa-heart-bkm-off {
    margin-right: 3px;
    color: #ae4848;
  }
  header .header-top-area .header-top .btn-header-q a {
    color: #fff;
    padding: 0 14px;
    line-height: 2.1;
  }
  header .header-top-area .header-top .btn-header-text {
    color: #f5f5f5;
    font-size: 13px;
    margin: 0 0 0 16px;
  }
  header .header-top-area .header-top .btn-header-text a {
    color: #f5f5f5;
  }
  header .header-top-area .fa-unlock-alt {
    margin-right: 3px;
    color: #f5f5f5;
  }
  header .header-top-area .fa-heart {
    margin-right: 3px;
    color: #f5f5f5;
  }
  header .header-bottom-area {
    position: relative;
    width: 100%;
    border-bottom: dotted 1px #333333;
  }
  header .header-bottom-area .header-bottom {
    width: 1120px;
    display: flex;
    align-items: center;
    margin: 10px auto;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn {
    margin-left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn li {
    text-align: center;
    border-left: 1px solid #e5e5e5;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn li a {
    color: #333333;
    display: inline-block;
    width: 154px;
    height: 58px;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn li a:hover {
    opacity: 0.5;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn li span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 38px;
  }
  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 .header-bottom-btn-area {
    background-image: url(/img/header_menuicon_area.png);
    background-position: top center;
    background-repeat: no-repeat;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn .header-bottom-btn-onsen {
    background-image: url(/img/header_menuicon_onsen.png);
    background-position: 50% 15%;
    background-repeat: no-repeat;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn .header-bottom-btn-purpose {
    background-image: url(/img/header_menuicon_purpose.png);
    background-position: 50% 10%;
    background-repeat: no-repeat;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn .header-bottom-btn-partner {
    background-image: url(/img/header_menuicon_partner.png);
    background-position: 50% 14%;
    background-repeat: no-repeat;
  }
  header .header-bottom-area .header-bottom .header-bottom-btn .header-bottom-btn-feature {
    background-image: url(/img/header_menuicon_special.png);
    background-position: 50% 14%;
    background-repeat: no-repeat;
  }
  header .header-bottom-area::before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    box-sizing: border-box;
    bottom: 0;
    border-top: dotted 1px #333333;
  }
  header #header-search {
    margin-left: auto;
    background-color: white;
    box-sizing: content-box;
    border: 1px #333333 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::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: #333333;
    width: 22px;
    height: 22px;
  }

  main {
    display: block;
    max-width: 1120px;
    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;
    -moz-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;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  main aside {
    float: right;
    width: 304px;
  }

  footer {
    color: #454545;
  }
  footer .post-entry-box {
    max-width: 1120px;
    background: #f5f5f5;
    font-size: 1em;
    text-align: center;
    margin: 0 auto;
    padding: 32px 104px;
    -webkit-box-sizing: border-box;
    -moz-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 {
    display: block;
    position: relative;
    border: none;
    text-align: center;
    text-shadow: none;
    background: #ae4848;
    border-width: 24px 40px;
    font-size: 1em;
    color: #fff;
    margin: 0 auto;
    color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 70%;
    margin-top: 16px;
  }
  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: #333333;
  }
  footer .post-entry-box .btn-post-entry .fa-heart-bkm-off {
    margin-right: 3px;
    color: #ae4848;
  }
  footer .post-entry-box .btn-post-entry a {
    padding: 10px 0;
    color: #ffffff;
  }
  footer .post-entry-box .btn-post-entry a .fa-angle-right {
    font-size: 18px;
  }
  footer .post-entry-box .btn-post-entry:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  footer .ft-area-bg {
    background: #f5f5f5;
    margin-top: 16px;
  }
  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: 1120px;
    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;
    -moz-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;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-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: flex;
    margin-bottom: 10px;
  }
  footer .ft-area-bg .ft-area-list-box ul {
    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: #ffffff;
    padding: 6px 8px !important;
    border-right: none !important;
    margin-right: 10px !important;
    width: 96px;
    text-align: left;
    height: 20px;
  }
  footer .ft-area-bg .ft-copy {
    background: #333333;
    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 {
    box-sizing: border-box;
    width: 60%;
    background-color: #ffffff;
    display: flex;
    margin: 0 auto;
    padding: 8px;
    justify-content: center;
    align-items: center;
  }
  footer .ft-area-bg .footerlogo ul .footerlogo-bxg {
    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 .biglobe-logo {
    max-width: 85px;
    width: 85px;
    max-height: 30px;
    height: 30px;
  }
  footer .ft-area-bg .footerlogo ul .footerlogo-bxg .ft-x-logo {
    margin-top: 7px;
  }
  footer .ft-area-bg .footerlogo ul .footerlogo-bxg .gpoint-logo {
    margin-top: 7px;
  }
  footer .ft-area-bg .footerlogo ul .footerlogo-img-s {
    max-width: 100%;
    max-height: 40px;
    margin-right: 20px;
  }
}
/*-----------------------------------------------------
各配色(背景・テキスト)
-----------------------------------------------------*/
.bgcolor_logored {
  background-color: #ae4848;
}

.bgcolor_logobk {
  background-color: #000000;
}

.bgcolor_gray {
  background-color: #f5f5f5;
}

.textcolor_logored {
  color: #ae4848;
}

.textcolor_logobk {
  color: #000000;
}

.textcolor_gray {
  color: #666666;
}

.textcolor_white {
  color: #ffffff;
}

/*-----------------------------------------------------
webアイコン
-----------------------------------------------------*/
.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-facebook:before {
  content: "";
  display: inline-block;
  background: url(../img/facebook-f.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  .fa-facebook:before {
    width: 7px;
    height: 11px;
  }
}

.fa-twitter {
  margin-top: 4px;
}
.fa-twitter:before {
  content: "";
  display: inline-block;
  background: url(../img/x-twitter.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  .fa-twitter:before {
    width: 11px;
    height: 11px;
  }
}

.fa-google-plus {
  margin-top: 4px;
}

.fa-get-pocket {
  margin-top: 4px;
}
.fa-get-pocket:before {
  content: "";
  display: inline-block;
  background: url(../img/get-pocket.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 16px;
}
@media only screen and (max-width: 767px) {
  .fa-get-pocket:before {
    width: 10px;
    height: 11px;
  }
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
  color: #FFF;
}

/*----sp----*/
@media only screen and (max-width: 767px) {
  .fa-angle-right {
    font-size: 18px;
  }
}
/*-----------------------------------------------------
レスポンシブ表示
-----------------------------------------------------*/
/*----sp----*/
@media only screen and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}
/*----pc----*/
@media only screen and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}
/*----tablet---*/
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  .notb {
    display: none !important;
  }
}
/*-----------------------------------------------------
float時の対応
-----------------------------------------------------*/
.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: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  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: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 1px 0;
  border-top: 24px solid #ffbf00;
}
.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: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 1px 0;
  border-top: 24px solid #b6b6b6;
}
.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: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 1px 0;
  border-top: 24px solid #be9263;
}
.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: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  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: rgba(174, 72, 72, 0.85);
}

.squ-decision {
  background-color: rgba(228, 179, 10, 0.85);
}

.ans-check {
  background-color: rgba(73, 69, 140, 0.85);
}

.ans-open {
  background-color: rgba(90, 125, 81, 0.85);
}

.squ-answered {
  background-color: rgba(218, 80, 25, 0.85);
}

/* 右カラムランキング画像ラベル */
.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: #333333;
}

/*-----------------------------------------------------
SNS
-----------------------------------------------------*/
.sns-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 16px 0;
  width: 40%;
  justify-content: flex-end;
  margin-left: auto;
}
.sns-area li {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-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: #000000;
}
.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;
}

/*----sp----*/
@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;
  }
}
/*----pc----*/
@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: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    padding: 4px 0;
  }
  .sns-area li span.icon {
    font-size: 1.3em;
    margin-right: 8px;
  }
}
/*-----------------------------------------------------
btn
-----------------------------------------------------*/
.btn-lowest {
  background: #a43030;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  text-shadow: none;
  font-size: 1.2em;
  font-weight: bold;
  margin: 8px 4px 0;
}
.btn-lowest span.icon {
  font-size: 90%;
  margin-left: 8px;
}
.btn-lowest a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 8px 0;
}
.btn-lowest:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn-lowest i {
  margin-left: 10px;
}

.btn-more {
  border: none;
  text-align: center;
  text-shadow: none;
  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: #333333;
}
.btn-more .fa-heart-bkm-off {
  margin-right: 3px;
  color: #ae4848;
}
.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;
  text-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  border: solid 1px #d5d5d5;
  color: #333333;
  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: #333333;
}
.bkm-sns .btn-bkm-on .fa-heart-bkm-off {
  margin-right: 3px;
  color: #ae4848;
}
.bkm-sns .btn-bkm-off {
  border: none;
  text-align: center;
  text-shadow: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f5f5f5;
  border: solid 1px #d5d5d5;
  color: #333333;
  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: #333333;
}
.bkm-sns .btn-bkm-off .fa-heart-bkm-off {
  margin-right: 3px;
  color: #ae4848;
}

/*----sp----*/
@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;
  }
}
/*----pc----*/
@media only screen and (min-width: 768px) {
  .btn-more {
    font-size: 0.8em;
  }
}
.btn-more-txt a {
  display: block;
  font-size: 0.9em;
  color: #666666;
  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;
  text-shadow: none;
  background: #333333;
  font-size: 1em;
  margin: 16px 8px 0;
}
.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: #333333;
}
.btn-rank-next .fa-heart-bkm-off {
  margin-right: 3px;
  color: #ae4848;
}
.btn-rank-next i.fa {
  margin-left: 8px;
}
.btn-rank-next a {
  color: #ffffff;
}

.btn-rank-next:hover {
  opacity: 0.8;
}

/*-----------------------------------------------------
サブタイトル
-----------------------------------------------------*/
.sub-title {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #f5f5f5 50%);
  font-weight: bold;
  color: #000000;
  position: relative;
  padding-bottom: 1px;
  display: inline-block;
  width: 100%;
}
.sub-title h3 {
  padding-left: 20px;
}
.sub-title span.sub-ttl-m {
  padding-left: 20px;
}

.sub-title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 13px;
  left: 8px;
  bottom: 7px;
  background-color: #333333;
}

aside .sub-title {
  margin: 0;
}

/* サブタイトルH3用 */
.sub-title-h3 {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  color: #000000;
  position: relative;
  padding-bottom: 1px;
  display: inline-block;
  width: 100%;
}

/* サブタイトルLサイズ */
.sub-title-l {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  color: #000000;
  position: relative;
  padding-bottom: 1px;
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .rank-title {
    background: #ffffff;
    font-size: 100%;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding: 8px;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    margin-top: 10px;
  }
  .rank-title strong {
    font-size: 1.2em;
  }

  /* サブタイトルH3用 */
  .sub-title-h3 {
    width: 94%;
    margin: 3%;
  }

  /* サブタイトルLサイズ */
  .sub-title-l {
    width: 94%;
    margin: 3%;
  }

  .rank-title-l {
    background: #ffffff;
    font-size: 100%;
    font-weight: bold;
    color: #333333;
    text-align: center;
    padding: 8px;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    margin-top: 10px;
  }
  .rank-title-l strong {
    font-size: 1.2em;
  }
}
/*-----------------------------------------------------
タグ
-----------------------------------------------------*/
.tag-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 8px 0;
}
.tag-box li {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #f9f9f9;
  border: solid 1px #e7e7e7;
  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 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-color: #e7e7e7;
  background: #fff;
}
.tag-box li i.fa {
  margin-right: 5px;
  color: #ccc;
}

/*----sp----*/
@media only screen and (max-width: 767px) {
  .sub-title {
    margin: 24px 16px 0;
  }

  .tag-box {
    padding: 8px 0;
    margin: 0 8px 20px 8px !important;
  }
}
/*-----------------------------------------------------
list-hotel
-----------------------------------------------------*/
.list-hotel-box {
  position: relative;
  border-bottom: dotted 1px #ddd;
  padding: 0 0 16px;
  height: 88px;
}
.list-hotel-box a {
  display: block;
  color: #000000;
}
.list-hotel-box .hotel-img {
  position: absolute;
  top: 16px;
  left: 0;
  border: solid 1px #eee;
  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;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  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: #cccccc;
  border-radius: 100px;
  padding: 2px 6px;
}
.list-hotel-box .comment {
  position: absolute;
  bottom: 18px;
  right: 0;
  font-size: 0.7em;
  color: #ccc;
}
.list-hotel-box .comment i.fa {
  margin-right: 3px;
}
.list-hotel-box .comment span {
  font-size: 1em;
  color: #ae4848;
  margin-left: 4px;
}

/*----sp----*/
@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;
  }
}
/*----pc----*/
@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;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    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;
  }
}
/*----tablet---*/
@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;
  }
}
/*----pc 1120px----*/
@media only screen and (min-width: 1120px) {
  aside .hotel-qa .ttl {
    background: #fff;
    overflow: hidden;
    width: 100%;
    width: 206px;
  }
  aside .hotel-qa .ttl p {
    font-size: 1em;
    height: 3em;
    line-height: 1.5;
    position: relative;
  }
  aside .hotel-qa .ttl p:before, aside .hotel-qa .ttl p:after {
    background: #fff;
    position: absolute;
  }
  aside .hotel-qa .ttl p:before {
    content: "....";
    top: 1.5em;
    right: 0;
  }
  aside .hotel-qa .ttl p:after {
    content: "";
    height: 100%;
    width: 100%;
  }
  aside .hotel-qa .ttl p:hover {
    text-decoration: underline;
  }
}
/*-----------------------------------------------------
list-hotel-txt
-----------------------------------------------------*/
.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;
  -ms-transform: rotate(45deg);
  -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
-----------------------------------------------------*/
.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: #f5f5f5;
  padding: 4px 8px;
  margin: 0 0 10px 0;
  font-size: 0.9em;
}
.hotel-info .point {
  overflow: hidden;
  margin: 0;
  padding-bottom: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.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: #000000;
  line-height: 1;
  margin-left: 8px;
}
.hotel-info .point .points-comment {
  color: #000000;
  font-size: 13px;
  margin-left: 0;
}
.hotel-info .point .points-comment a {
  font-size: 1.1em;
  color: #333333;
  text-decoration: underline;
  font-weight: bold;
}
.hotel-info .hotel-info-pointtag {
  margin-top: 8px;
}
.hotel-info .hotel-info-pointtag span {
  color: #ae4848;
  font-size: 0.8em;
  border: 1px solid #ae4848;
  padding: 3px 8px;
  margin-right: 4px;
}
.hotel-info .hotel-info-onsen {
  margin-top: 16px;
  border: 1px solid #ccc;
  padding: 13px;
  font-size: 0.9em;
}
.hotel-info .area-rank {
  font-size: 0.8em;
  color: #D2996E;
  padding-bottom: 4px;
}
.hotel-info .add {
  color: #666;
  padding: 0;
}

/*----sp----*/
@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: 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: #000000;
    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;
  }
  .hotel-info .add i.fa {
    margin-left: 4px;
    margin-right: 4px;
  }

  .hotel-info-onsen {
    font-size: 0.7em !important;
    padding: 6px;
  }

  .hotel-info-pointtag span {
    font-size: 0.7em !important;
  }
}
/*----pc----*/
@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: 13px;
    margin-left: 0;
    padding-left: 16px;
  }
  .hotel-info .add {
    font-size: 0.9em;
  }
  .hotel-info .add span.map {
    display: block;
    margin-top: 4px;
  }
  .hotel-info .add span.map a {
    border: solid 1px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    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: #ccc;
  }
  .hotel-info .btn-lowest {
    font-size: 1.4em;
    margin-top: 16px;
  }
}
/*-----------------------------------------------------
panel-hotel-large
-----------------------------------------------------*/
section.more-hotel {
  padding-bottom: 16px;
  margin-top: 20px;
}
section.more-hotel .sub-title {
  margin: 0;
}

.panel-hotel-large {
  overflow: hidden;
  margin-top: 16px;
}
.panel-hotel-large li {
  float: left;
  padding: 0 8px 16px;
  -webkit-box-sizing: border-box;
  -moz-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: #ef0000;
}

.more-rank {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: solid 1px #ccc;
}

/*----sp----*/
@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 {
    border: solid 1px #eee;
    text-align: center;
  }
  .panel-hotel-large li .hotel-img img {
    max-height: 80px;
  }
  .panel-hotel-large li .hotel-img .noimages {
    min-height: 90px;
  }

  .more-rank {
    margin: 0 16px;
  }
}
/*----pc----*/
@media only screen and (min-width: 768px) {
  .panel-hotel-large li {
    width: calc(33.33% - 2px);
  }
  .panel-hotel-large li .hotel-img {
    border: solid 1px #eee;
    text-align: center;
    max-height: 130px;
  }
  .panel-hotel-large li .hotel-img .noimages {
    min-height: 130px;
  }
  .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
-----------------------------------------------------*/
.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;
  -moz-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: #ef0000;
}

/*----sp----*/
@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;
  }
}
/*----tablet---*/
@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;
  }
}
/*----pc----*/
@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
-----------------------------------------------------*/
.panel-hotel-small {
  overflow: hidden;
  margin-top: 16px;
}
.panel-hotel-small li {
  float: left;
  padding: 0 8px 16px;
  -webkit-box-sizing: border-box;
  -moz-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: #ef0000;
}

/*----sp----*/
@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;
  }
}
/*----sp----*/
@media only screen and (max-width: 767px) {
  .panel-hotel-small {
    margin-top: 0px !important;
    display: flex;
    justify-content: center;
    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;
  }
}
/*----tablet---*/
@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;
  }
}
/*----pc----*/
@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;
  }
}
/*-----------------------------------------------------
panel-search-txt
-----------------------------------------------------*/
.menu-search-ttl-b {
  border-bottom: 2px solid #333333 !important;
  font-weight: bold;
}

.menu-search-ttl {
  border-bottom: 1px solid #333333;
}

/*----sp----*/
@media only screen and (max-width: 767px) {
  .menu-search-ttl-b {
    border-bottom: 2px solid #333333 !important;
    font-weight: bold;
    background-color: #ffffff !important;
  }

  .menu-search-ttl {
    font-size: 0.9em;
    padding: 8px;
    background-color: #dcdcdc;
    color: #000000;
    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);
  }
}
/*----pc----*/
@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: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .panel-search-txt li {
    width: calc( calc(100% / 3) - 8px );
    background-color: #f5f5f5;
    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: #000000;
    padding: 8px;
  }
  .panel-search-txt li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/*-----------------------------------------------------
theme-tag-area
-----------------------------------------------------*/
/*----pc----*/
.theme-tag-area {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
}
.theme-tag-area p {
  font-weight: bold;
  font-size: 16px;
  width: 130px;
}
.theme-tag-area ul {
  margin-left: 10px;
  align-items: center;
}

/*----sp----*/
@media only screen and (max-width: 767px) {
  .theme-tag-area {
    border-bottom: none;
    border-top: none;
    text-align: center;
    display: block;
    margin-top: 10px;
  }
  .theme-tag-area p {
    font-weight: bold;
    font-size: 14px;
    padding: 3px 0;
    background-color: #f5f5f5;
    width: 100%;
  }
  .theme-tag-area ul {
    margin-left: 10px;
    align-items: center;
  }
}
/*-----------------------------------------------------
rank
-----------------------------------------------------*/
.ico-rank1 {
  background: url(/img/icon_rank1.png) no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 57px;
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.ico-rank2 {
  background: url(/img/icon_rank2.png) no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 57px;
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.ico-rank3 {
  background: url(/img/icon_rank3.png) no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 57px;
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
}

/*----sp----*/
@media only screen and (max-width: 767px) {
  .ico-rank1, .ico-rank2, .ico-rank3 {
    background-size: 29px auto;
    padding-left: 0px;
    margin-bottom: 0;
    height: 50px;
    width: 40px;
    margin-right: 0px;
  }
}
/*-----------------------------------------------------
pagelink
-----------------------------------------------------*/
.pagelink-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 36px 0;
  border-top: 1px solid #ccc;
  margin-top: 40px;
}
.pagelink-box li {
  display: block;
  color: #000000;
  margin: 0 8px;
}
.pagelink-box li a {
  background: #333333;
  color: #ffffff;
  padding: 12px 24px;
}
.pagelink-box li a:hover {
  opacity: 0.8;
}
.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 {
  border: solid 1px #fff;
  font-weight: bold;
  color: #000;
  padding: 12px 24px;
  background-color: #f5f5f5;
}
.pagelink-box li.no-pagelink {
  background: #f5f5f5;
  border: solid 1px #f5f5f5;
  padding: 12px 24px;
}

/*----sp----*/
@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;
  }
}
/*-----------------------------------------------------
bnr-side
-----------------------------------------------------*/
/*----sp----*/
@media only screen and (max-width: 767px) {
  aside .bnr-side {
    text-align: center;
    padding: 24px 0;
  }
}
/*----tablet---*/
@media only screen and (min-width: 768px) and (max-width: 1119px) {
  aside .bnr-side {
    padding: 0 0 24px;
  }
}
/*----pc----*/
@media only screen and (min-width: 1120px) {
  aside .bnr-side {
    padding: 0 0 32px;
  }
}
/*-----------------------------------------------------
bnr-shop
-----------------------------------------------------*/
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: #ae4848;
}
aside .bnr-shop li .txt-point a:hover {
  text-decoration: none;
}
aside .bnr-shop li:first-child {
  width: 120px;
  padding-right: 16px;
}

/*-----------------------------------------------------
no images
-----------------------------------------------------*/
.noimages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noimages img {
  max-width: 100%;
  max-height: 100%;
}

/*----sp----*/
@media only screen and (max-width: 767px) {
  .noimages {
    padding: 8px;
  }
}
/*----pc----*/
@media only screen and (min-width: 1120px) {
  .noimages {
    padding: 16px;
  }
}
/*-----------------------------------------------------
notfound
-----------------------------------------------------*/
.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;
}
.box-message a {
  color: #333333 !important;
  text-decoration: underline !important;
}

/*----sp----*/
@media only screen and (max-width: 767px) {
  .box-message {
    font-size: 0.8em;
    text-align: center;
    padding: 64px 16px;
  }
  .box-message p {
    text-align: left;
  }
  .box-message .txt-top {
    font-size: 1.3em;
    font-weight: bold;
    padding-bottom: 32px;
  }
  .box-message a {
    color: #333333 !important;
    text-decoration: underline !important;
  }
}
/*-----------------------------------------------------
page-top
-----------------------------------------------------*/
#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;
  -moz-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;
}

/*-----------------------------------------------------
other
-----------------------------------------------------*/
.hover-under {
  text-decoration: underline;
}

/*-----------------------------------------------------
sp-mordalmenu
-----------------------------------------------------*/
/*----sp----*/
@media only screen and (max-width: 767px) {
  .modal_wrap input {
    display: none;
  }

  .modal_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
  }

  .modal_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .modal_content {
    position: relative;
    align-self: baseline;
    width: 90%;
    max-width: 800px;
    margin-top: 20px;
    padding: 30px 0;
    box-sizing: border-box;
    background: #333333;
    line-height: 1.4em;
    transition: 0.5s;
  }
  .modal_content .top-botton {
    padding: 3% 5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal_content ul li {
    border-bottom: #000000 1px solid !important;
  }
  .modal_content ul li a {
    font-size: 95%;
    display: block;
    position: relative;
    color: #ffffff !important;
    padding: 14px 24px 14px 14px;
    text-align: left;
  }
  .modal_content ul li:first-child {
    border-top: #000000 1px solid !important;
  }
  .modal_content ul li:hover {
    text-decoration: none;
  }
  .modal_content .btn-header-a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    text-align: center;
    text-shadow: none;
    background-color: #ae4848;
    font-size: 100%;
    margin: 8px 3px;
    width: 50%;
  }
  .modal_content .btn-header-a a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
    color: #fff;
    padding: 0 14px;
    line-height: 2.1;
  }
  .modal_content .btn-header-a i {
    margin-left: 10px;
  }
  .modal_content .btn-header-q {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    text-align: center;
    text-shadow: none;
    font-size: 100%;
    margin: 8px 3px;
    width: 50%;
    background-color: #878787;
  }
  .modal_content .btn-header-q a {
    display: block;
    text-decoration: none;
    padding: 8px 0;
    color: #fff;
    padding: 0 14px;
    line-height: 2.1;
  }
  .modal_content .btn-header-q i {
    margin-left: 10px;
  }
  .modal_content .btn-header-text {
    color: #f5f5f5;
    font-size: 13px;
    margin: 0 0 0 16px;
  }
  .modal_content .btn-header-text a {
    color: #f5f5f5;
  }
  .modal_content .arrow::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #6C6C6C;
    border-right: solid 2px #6C6C6C;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -4px;
  }

  .close_button {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
  }

  .modal_wrap input:checked ~ .modal_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
  }
}
/*-----------------------------------------------------
nodata/データ集計中
-----------------------------------------------------*/
.nodata {
  padding: 8px 16px 20px 16px;
  font-size: 80%;
  line-height: 2;
}

/* 202009追加#28149 naito */
.swiper-slide a {
  display: flex;
  height: 220px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .swiper-slide a {
    height: 280px;
  }
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("../img/btn_carouselControl-l.png");
  width: 32px;
  height: 56px;
  background-size: 32px 56px;
  left: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/btn_carouselControl-r.png");
  width: 32px;
  height: 56px;
  background-size: 32px 56px;
  right: 0;
}

.input__btn__area, .input__btn__area2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.input__btn__area .btn-lowest, .input__btn__area2 .btn-lowest {
  font-size: 1.4em;
  text-align: left;
}
.input__btn__area .btn-lowest .flex-column, .input__btn__area2 .btn-lowest .flex-column {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
}
.input__btn__area .btn-lowest .flex-column img, .input__btn__area2 .btn-lowest .flex-column img {
  margin-right: 2px;
}
.input__btn__area .btn-lowest .flex-column .txt-column, .input__btn__area2 .btn-lowest .flex-column .txt-column {
  margin-left: 10px;
}
.input__btn__area .btn-lowest i, .input__btn__area2 .btn-lowest i {
  font-size: 0.9em;
  line-height: 2;
}

.input__btn__area .btn-lowest {
  width: 100%;
}

.input__btn__area2 .btn-lowest {
  width: calc(100% / 2 - 8px);
}

.swiper-lazy-preloader::after {
  display: none;
}

/*-----------------------------------------------------
コロナ・クーポン枠
-----------------------------------------------------*/
.covid-box {
  display: flex;
  flex-wrap: wrap;
  background: #e8e8e8;
  overflow: hidden;
  text-decoration: none;
  margin-top: 8px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*----sp----*/
}
.covid-box li a {
  font-size: 0.8em;
  color: #fff;
  margin-right: 8px;
  padding: 6px;
  border-radius: 6px;
  line-height: 1.2;
  max-width: 160px;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.covid-box li a i {
  margin: 6px 2px 6px 6px;
  font-size: 10px;
}
.covid-box li a:hover {
  opacity: 0.8;
}
.covid-box li:first-child a {
  background: #66a663;
  margin-bottom: 8px;
}
.covid-box li:last-child a {
  background: #6378a7;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .covid-box {
    justify-content: space-between;
  }
  .covid-box li {
    width: 49%;
  }
  .covid-box li a {
    margin-right: 0;
    max-width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }
  .covid-box li a span {
    font-size: 1em;
  }
  .covid-box li:first-child a {
    margin-bottom: 0;
  }
}

/*-----------------------------------------------------
キャンペーン
-----------------------------------------------------*/
.cp-area {
  margin: 5px 0 10px;
}
@media only screen and (min-width: 768px) {
  .cp-area {
    width: 1120px;
    margin: 5px auto 40px;
  }
}
.cp-area img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cp-area img {
    width: inherit;
  }
}
.cp-area p {
  line-height: 1.6em;
}
.cp-area .main .date {
  text-align: center;
  background: #2B5E73;
  color: #fff;
  padding: 8px 12px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .cp-area .main .date {
    font-size: 1.125rem;
  }
}
.cp-area .cp-lead {
  text-align: center;
  padding: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-lead {
    padding: 26px;
    font-size: 1.25rem;
  }
}
.cp-area .cp-con_box .head {
  padding: 8px 34px;
  background: #D7E2EF;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-con_box .head {
    padding: 10px;
  }
}
.cp-area .cp-con_box .head img {
  max-width: 625px;
}
.cp-area .cp-con_box .inner {
  padding: 15px 12px;
  border-bottom: solid 1px #B5B5B5;
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-con_box .inner {
    padding: 15px 20px;
    border-right: solid 1px #B5B5B5;
    border-left: solid 1px #B5B5B5;
  }
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-con_box .inner .cp-cont {
    display: flex;
    justify-content: space-around;
  }
}
.cp-area .cp-con_box .inner .cp-cont .conL {
  padding: 0 0 10px;
  border-bottom: dotted #A5A5A5 1px;
  margin: 0 0 18px;
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-con_box .inner .cp-cont .conL {
    padding: 0 20px 0 0;
    border-bottom: none;
    border-right: dotted #A5A5A5 1px;
    margin: 0;
    width: 50%;
  }
  .cp-area .cp-con_box .inner .cp-cont .conL img {
    width: 100%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-con_box .inner .cp-cont .conR {
    width: 50%;
  }
  .cp-area .cp-con_box .inner .cp-cont .conR img {
    width: 100%;
    padding: 0 10px;
  }
}
.cp-area .cp-tag h2 {
  font-size: 1.25rem;
  text-align: center;
  padding: 30px 16px 14px;
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-tag h2 {
    font-size: 1.75rem;
  }
}
.cp-area .cp-tag .inner {
  background-color: #F2EFE3;
  padding: 12px 20px;
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-tag .inner ul {
    display: flex;
    justify-content: space-around;
  }
}
.cp-area .cp-tag .inner ul li {
  text-align: center;
  margin: 16px 0;
  font-size: 1.375rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-tag .inner ul li {
    width: calc(100% / 3 - 28px);
  }
}
.cp-area .cp-tag .inner ul li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.4em;
  /* arrow size */
  height: 0.4em;
  /* arrow size */
  border-top: 1px solid #fff;
  /* thickness, color */
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cp-area .cp-tag .inner ul li a {
  padding: 16px;
  display: block;
  background: #AE4848;
  color: #fff;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-tag .inner ul li a {
    padding: 20px;
  }
}
.cp-area .cp-detail-area {
  margin-top: 30px;
}
.cp-area .cp-detail-area .cp-detail-ttl {
  font-weight: 800;
  text-align: center;
  display: block;
  padding: 0 0 14px;
  border-bottom: solid 1px #ccc;
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-detail-area .cp-detail-ttl {
    font-size: 1.25rem;
  }
}
.cp-area .cp-detail-area .cp-detail-box .inner {
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-detail-area .cp-detail-box .inner {
    font-size: 1rem;
  }
}
.cp-area .cp-detail-area .cp-detail-box .inner > div {
  padding: 12px 14px;
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-detail-area .cp-detail-box .inner > div {
    padding: 20px;
  }
}
.cp-area .cp-detail-area .cp-detail-box .inner > div > dt {
  font-weight: 800;
  padding: 8px 2px 16px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 14px;
}
.cp-area .cp-detail-area .cp-detail-box .inner > div dl.reward {
  margin-left: 1em;
}
.cp-area .cp-detail-area .cp-detail-box .inner > div dl.reward dt {
  float: left;
  width: 82px;
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-detail-area .cp-detail-box .inner > div dl.reward dt {
    width: 96px;
  }
}
.cp-area .cp-detail-area .cp-detail-box .inner .special .inner {
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-detail-area .cp-detail-box .inner .special .inner {
    width: 625px;
  }
}
.cp-area .cp-detail-area .cp-detail-box .inner .special .inner .title {
  text-align: center;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  padding: 4px;
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-detail-area .cp-detail-box .inner .special .inner .title {
    font-size: 1.125rem;
  }
}
.cp-area .cp-detail-area .cp-detail-box .inner .special .inner .contents-box {
  padding: 20px 16px;
  border: solid #333 2px;
  margin-bottom: 12px;
  text-align: center;
}
.cp-area .cp-detail-area .cp-detail-box .inner .special .inner .contents-box div {
  margin-bottom: 16px;
}
.cp-area .cp-detail-area .cp-detail-box .inner .special .inner .special-area-caution {
  font-size: 0.6875rem;
  text-align: left;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-detail-area .cp-detail-box .inner .special .inner .special-area-caution {
    font-size: 0.9375rem;
  }
}
.cp-area .cp-detail-area .cp-detail-box .inner .special .inner .special-area-caution a {
  color: #000;
  text-decoration: underline;
}
.cp-area .cp-detail-area .cp-detail-box .inner .special .rank_banner {
  padding: 0 8px;
}
@media only screen and (min-width: 768px) {
  .cp-area .cp-detail-area .cp-detail-box .inner .special .rank_banner {
    padding: 0;
    margin-top: 24px;
  }
}
.cp-area .cp-detail-area .cp-detail-box .inner .special .rank_banner img {
  width: 100%;
}
.cp-area .cp-detail-area .cp-detail-box .inner .notion a {
  color: #333;
  text-decoration: underline;
}
