@charset "UTF-8";
.area-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.area-search .area-list {
  padding-top: -7.5px 0;
  width: 250px;
}

.area-search .area-list-item {
  align-items: flex-start;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  font-size: 13px;
  letter-spacing: -.39px;
  color: #333333;
}
.area-search .area-list-item a:hover{
  opacity: .6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.area-pins {
  display: flex;
  flex-wrap: wrap;
}

.area-pins .area-list {
  padding: 0 20px;
  width: 250px;
}

.area-pins .area-list-item {
  margin: 20px 0;
  font-size: 13px;
  letter-spacing: -.39px;
  color: #333333;
}
.area-pins .area-list-item a:hover{
  opacity: .6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.pins {
  padding: 0px !important;
}

@media screen and (max-width: 960px) {
  .area-search .area-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 25px;
  }
  .area-search .area-list-item {
    width: calc(100%/2);
  }
}

#coupon-pc,
#coupon-qr-pc {
  display: block;
}

#coupon-sp,
#coupon-qr-sp {
  display: none;
}

.coupon-container {
  width: 100%;
  height: 45%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 4px #6F5C42;
  padding: 20px;
}

.view-coupon {
  width: 140px !important;
}

.coupon-star {
  min-width: 14px;
  min-height: 14px;
}

.coupon-detail-container {
  width: 100%;
  height: auto;
  display: flex;
}

.img-coupon-md {
  width: 220px;
  height: auto;
}

.coupon-description {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

.coupon-row1 {
  display: flex;
}

.coupon-float {
  float: right;
}

.coupon-row2,
.coupon-row3 {
  display: flex;
}

.coupon-row4 p {
  font-size: 16px;
  color: #656565;
  text-align: left;
}

.coupon-row1,
.coupon-row2,
.coupon-row3,
.coupon-row4,
.coupon-row5,
.coupon-row6,
.coupon-row7 {
  margin-bottom: 10px;
}

.qr-container {
  width: 100%;
  height: auto;
  background: #FFFEF8 0% 0% no-repeat padding-box;
  border: 2px solid #C7C7C7;
  opacity: 1;
}

.qr-details-container {
  width: 100%;
  display: flex;
}

.qr-column1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.qr-column2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}

.line {
  width: 95%;
  height: 1px;
  background: #C7C7C7 0% 0% no-repeat padding-box;
  opacity: 1;
}

.qr-row1,
.qr-row3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.qr-row2 {
  display: flex;
  margin-bottom: 15px;
}

.qr-row4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row3-body {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}

.row2-font {
  color: #743825;
}

.row2-div1,
.row3-div1 {
  width: 15%;
}

.row2-div2 {
  width: 80%;
}

.qr-code-container {
  width: 160px;
  height: 154px;
  background: #FFFEF8 0% 0% no-repeat padding-box;
  border: 2px solid #C7C7C7;
  border-top: 0px;
  border-radius: 5px;
  opacity: 1;
  display: flex;
  flex-direction: column;
}

.qr-code-container img{
    height: 100%;
}

.qr-code-title {
  width: 160px;
  height: 36px;
  background: #293335 0% 0% no-repeat padding-box;
  border-radius: 5px 5px 0px 0px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qr-button {
  height: 36px !important;
  font-size: 14px;
}

.qr-button-1 {
  width: 150px !important;
}

.qr-button-2 {
  width: 180px !important;
}

.qr-button-print {
  text-align: center;
  padding: 10px;
}

.coupon-thumb {
  width: 33%;
  margin-right: 20px;
}

.coupon-table {
  width: 64%;
}

.coupon-print {
  width: 100% !important;
  margin-left: 15px;
}

.coupon-div {
  margin-top: 20px;
}

.coupon-print-div {
  margin-top: 60px;
}

@media screen and (max-width: 560px) {
  .qr-column1 {
    padding: 10px;
  }
  .coupon-thumb {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .coupon-table {
    width: 100%;
  }
  .coupon-div {
    margin-top: 10px;
  }
  .coupon-print-div {
    margin-top: 20px;
  }
  .coupon-container {
    padding: 10px;
  }
  #coupon-pc,
  #coupon-qr-pc {
    display: none;
  }
  #coupon-sp,
  #coupon-qr-sp {
    display: block;
  }
  .coupon-sp-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1%;
  }
  .coupon-description {
    margin-left: 10px;
  }
  .coupon-float {
    float: right;
    background-color: #FFC500;
  }
  .coupon-icon {
    width: 20% !important;
  }
  .coupon-button {
    width: 150px !important;
    height: 36px !important;
  }
  .coupon-row4 p {
    font-size: 13px;
    color: #656565;
    text-align: left;
  }
  .coupon-row7 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .qr-details-container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .qr-row2,
  .qr-row3 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .row2-div1,
  .row2-div2,
  .row3-div1,
  .row3-div2 {
    width: 100%;
  }
  .row3-body {
    display: flex;
    flex-direction: column;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .qr-button {
    height: 36px !important;
    font-size: 14px;
  }
  .coupon-title {
    font-size: 20px !important;
  }
}

.detail-header-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail-header-title {
  display: flex;
  align-items: flex-start;
  padding-top: 15px;
}

.detail-desc {
  font-size: 16px;
  padding: 20px 35px 15px 35px;
}

.detail-info-text {
  padding-bottom: 20px;
  font-size: 14px;
}

.detail-info-update {
  padding-top: 20px;
  text-align: right;
}

.detail-info-title {
  padding: 20px 0;
  font-size: 24px;
  font-weight: bold;
}

.detail-info-link {
  margin-top: 20px;
}

.main-title {
  vertical-align: middle;
  font-size: 28px;
  font-weight: bold;
  color: #272727;
}

@media screen and (max-width: 560px) {
  .detail-header {
    padding-top: 15px;
  }
  .detail-header-title {
    padding-top: 10px;
  }
  .detail-desc {
    font-size: 14px;
    padding: 20px 20px 15px 20px;
  }
  .detail-info-text {
    padding-bottom: 10px;
  }
  .detail-info-update {
    padding-top: 5px;
  }
  .detail-info-title {
    padding: 10px 0;
    font-size: 18px;
  }
  .detail-info-link {
    margin-top: 10px;
  }
}

.event {
  background: #FFF;
  width: 100%;
  padding: 20px;
  margin-bottom: 32px;
  z-index: 1;
}
.event a{
    display: flex;
}
.event:hover{
  z-index: 2;
}



.event-found {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
}

.event-found-count {
  font-size: 26px;
  color: #ED2323;
  margin-right: 6px;
}

.event-img {
  width: 100%;
  border-radius: 5px;
}

.event-img-div {
  width: 25%;
  margin-right: 12px;
}

.event-body {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.event-title {
  color: #333333;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  min-height: 29px;
}

.event-date {
  color: #FF7600;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.event-date-calendar {
  display: none;
}

.event-sub-title {
  color: #656565;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}

.event-detail {
  color: #656565;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 10px;
}

.event-list-badge {
  font-size: 14px;
  line-height: 12px;
  font-weight: 200;
  padding: 7px 12px !important;
  margin-right: 10px;
  border-radius: 5px;
  height: 26px;
}

.event-list-badge-list {
  display: flex;
}

@media screen and (max-width: 560px) {
  .event {
    padding: 10px;
    margin-bottom: 20px;
  }
  .event-title {
    font-size: 16px;
    margin-bottom: 8px;
    text-decoration: underline;
  }
  .event-date {
    font-size: 13px;
    margin-bottom: 7px;
    display: flex;
  }
  .event-date-calendar {
    display: flex;
    margin-top: 4px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
  }
  .event-detail {
    font-size: 13px;
    margin-bottom: 14px;
  }
  .event-list-badge {
    height: 30px;
    font-size: 13px;
    margin-bottom: 8px;
  }
  .event-list-badge-list {
    display: flex;
    flex-wrap: wrap;
  }
  .event-img-div {
    width: 40%;
  }
  .event-body {
    width: 60%;
  }
  .event-sub-title {
    display: none;
  }
  .event-found {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 24px;
  }
  .event-found-count {
    font-size: 18px;
    font-weight: 600;
  }
}

.footer-navi {
  display: flex;
  align-items: center;
  justify-content: center;
  /* min-height: 65px; */
  padding: 20px 0;
}

.footer-navi > li {
  margin-left: 50px;
}

.footer-navi > li:first-child {
  margin-left: 0;
}

.footer-navi a {
  font-size: 14px;
  color: #fff;
}
.footer-navi a:hover{
  opacity: .6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.footer-navi-main {
  height: 55px;
  justify-content: space-evenly;
  padding: 0 75px;
}

.footer-navi-main a {
  color: #272727;
}

.footer-copy {
  padding-top: 14px;
  padding-bottom: 25px;
}

.footer-copy .recruit-logo {
  display: flex;
  align-items: flex-end;
  font-size: 13px;
  font-weight: bold;
  color: #51656F;
}

.footer-copy .recruit-logo img {
  width: 180px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}

.footer-copy .recruit-link {
  text-decoration: underline;
  font-size: 13px;
  font-weight: bold;
  color: #006BB9;
  padding-top: .5em;
}

@media screen and (max-width: 960px) {
  .footer-navi {
    display: block;
    padding: 5px 10px 0 10px;
  }
  .footer-navi > li {
    display: block;
    margin: 0;
    padding: 10px 10px;
    text-align: left;
  }
  .footer-navi > li:not(:last-child) {
    border-bottom: 1px solid #A7A7A7;
  }
  .footer-navi a {
    color: #fff;
    font-weight: 600;
  }
  .footer-navi-main {
    display: none;
  }
  .footer-copy {
    padding: 5px 10px 22px 10px;
  }
  .footer-copy .recruit-logo {
    font-size: 10px;
    font-weight: bold;
    color: #51656F;
  }
  .footer-copy .recruit-logo img {
    width: 80px;
    height: 29px;
    margin-right: 3px;
  }
  .footer-copy .recruit-link {
    text-decoration: underline;
    font-size: 10px;
    font-weight: bold;
    color: #006BB9;
  }
}

.grid-ranking {
  display: flex;
  justify-content: space-between;
}

.grid-ranking-detail {
  font-size: 13px;
  line-height: initial;
  color: #606060;
}

.grid-ranking-div {
  margin-right: 25px;
}

.grid-ranking-text {
  font-size: 18px;
  font-weight: bold;
  margin-left: 8px;
  height: 100%;
  align-self: center;
}

.grid-ranking-header {
  display: flex;
  align-items: center;
  padding: 10px 0px;
}

.grid-ranking-content {
  display: block;
}

.grid-ranking-button {
  width: 160px;
  height: 38px;
  margin-top: 50px;
  font-size: 18px;
}

.grid-ranking-rating {
  font-size: 14px;
  color: #6FB52A;
}

.grid-ranking-rating-point {
  font-size: 18px;
  margin-left: 8px;
}

.grid-ranking-img {
  width: 100%;
  border-radius: 5px;
  margin-top: 20px;
}

.grid-ranking-section-container {
  padding-right: 17% !important;
  padding-left: 17% !important;
}

@media screen and (max-width: 560px) {
  .grid-ranking {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .grid-ranking-div {
    width: 100%;
    border-bottom: 1px dashed #A7A7A7;
    display: flex;
  }
  .grid-ranking-div:last-child {
    border-bottom: 0px;
  }
  .grid-ranking-content {
    display: block;
    padding: 0px 10px;
  }
  .grid-ranking-img {
    width: 35%;
    margin-bottom: 20px;
  }
  .grid-ranking-detail {
    padding: 5px 10px;
    font-size: 12px;
  }
  .grid-ranking-button {
    font-size: 14px;
    width: 71px;
    margin-top: 20px;
  }
  .grid-ranking-button-div:not(:first-child) {
    border-top: 1px dashed #A7A7A7;
  }
  .grid-ranking-header {
    padding: 0px;
  }
  .grid-ranking-rating {
    font-size: 12px;
  }
  .grid-ranking-rating-point {
    font-size: 15px;
  }
  .grid-ranking-section-container {
    padding: 0px 15px !important;
  }
  .ranking-score {
    min-width: 14px !important;
    min-height: 14px !important;
  }
}

.guide {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 4px #6F5C42;
  width: 100%;
  padding: 20px;
  display: flex;
  margin-bottom: 32px;
}

.guide-review {
  display: flex;
  align-items: flex-start;
  font-size: 13px;
}

.guide-review .icon {
  min-width: 16px;
  min-height: 16px;
  margin-right: 7px;
}

.guide-img {
  width: 100%;
  border-radius: 5px;
}

.guide-img-div {
  width: 28%;
  margin-right: 14px;
}

.guide-body {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.guide-body-footer {
  display: flex;
  justify-content: flex-end;
}

.guide-body .button {
  width: 140px;
  height: 36px;
  font-size: 14px;
  line-height: 20px;
}

.guide-title {
  color: #333333;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  min-height: 29px;
}

.guide-detail {
  color: #656565;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.guide-badge {
  padding: 5px 15px;
  background-color: #6FB52A;
  color: #fff;
  font-size: 13px;
  font-weight: 200;
  width: -webkit-max-content;
  width: max-content;
  border-radius: 120px;
}

.guide-badge.hollow {
  color: #6FB52A;
  background-color: #fff;
  border: 1px solid #6FB52A;
}

.guide-icons {
  color: #606060;
  font-size: 13px;
  line-height: 20px;
  margin-top: 14px;
}

.guide-icons .col {
  width: 50%;
}

.guide-icons .d-flex {
  margin-bottom: 10px;
}

.guide-icons .icon {
  min-width: 16px;
  min-height: 16px;
  margin-right: 8px;
}

@media screen and (max-width: 560px) {
  .guide {
    display: block;
  }
  .guide-body {
    margin-top: 10px;
  }
  .guide-img-div {
    width: 100%;
  }
  .guide-body {
    width: 100%;
  }
  .guide-icons .col {
    width: 100%;
  }
}

/* .header-global {
  margin-top: 80px;
  border: solid #e3e3e3;
  border-width: 1px 0 1px 0;
}

.header-global_navi {
  display: flex;
  justify-content: space-evenly;
}

.header-global .nav-item a {
  font-size: 14px;
  padding: 15px;
  color: #272727;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .header-global {
    margin: 56px 0 0 0;
  }
  .header-global .header-global_navi {
    flex-wrap: wrap;
    background: #FFF;
  }
  .header-global .nav-item {
    width: calc(100%/4);
    border: 1px solid #e6e6e6;
  }
  .header-global .nav-item a {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
  }
  .header-global .nav-item a .icon {
    margin: 0 0 5px 0;
  }
} */

/* .header {
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.header-main_logo {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.header-main_logo a {
  width: 60px;
  height: 60px;
}

.header-main_title {
  margin-left: 10px;
}

.header-main_title img {
  width: auto;
  height: 15px;
}

.header-main_title .header-title-text {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
}

.header-main_search {
  flex-grow: 1;
}

.header-main_navi {
  display: flex;
  align-items: center;
}

.header-main_navi .navi-item {
  margin-left: 55px;
}

.header-main_navi .icon-label {
  font-size: 14px;
  font-weight: bold;
  color: #272727;
}

.header-main_navi .icon-label .icon {
  margin: 0 8px 0 0;
}

.header-main_navi a {
  font-size: 14px;
  color: #646464;
} */

.search-input-container {
  flex-grow: 1;
}

.search-input-container .search-input {
  display: flex;
  align-items: center;
  height: 42px;
}

.search-input-container .search-input input {
  width: 100%;
  height: 100%;
  padding: 0 45px 0 20px;
  border: none;
  border-radius: 155px;
  box-shadow: 0px 0px 3px rgba(111, 92, 66, 0.4);
}

.search-input-container .search-input input::-webkit-input-placeholder {
  font-size: 13px;
  color: #999;
  line-height: 42px;
}

.search-input-container .search-input input:-ms-input-placeholder {
  font-size: 13px;
  color: #999;
  line-height: 42px;
}

.search-input-container .search-input input::placeholder {
  font-size: 13px;
  color: #999;
  line-height: 42px;
}

.search-input-container .search-input [type="submit"] {
  width: 20px;
  height: 20px;
  margin-left: -40px;
  border: none;
  background: none;
  padding: 0;
}

/* @media screen and (max-width: 960px) {
  .header {
    width: 100%;
  }
  .header-main {
    padding: 4px 10px;
  }
  .header-main_logo {
    margin-right: 0;
  }
  .header-main_logo a {
    width: 48px;
    height: 48px;
  }
  .header-main_title {
    width: 110px;
  }
  .header-main_title .header-title-text {
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: bold;
  }
  .header-main_search {
    padding: 10px;
    background: #efedea;
  }
  .header-main_search .search-location {
    display: flex;
    height: 48px;
  }
  .header-main_search .search-input-container .search-input {
    height: 100%;
  }
  .header-main_search .search-input-container .search-input [type="submit"] {
    margin-left: -35px;
  }
  .header-main_search .button-location {
    flex-grow: 0;
    width: 115px;
    height: 100%;
    font-size: 12px;
    font-weight: bold;
  }
  .header-main_navi .navi-item {
    min-width: 40px;
  }
  .header-main_navi .navi-item:not(:first-child) {
    margin-left: 28px;
  }
  .header-main_navi .icon-label {
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    font-weight: bold;
  }
  .header-main_navi .icon-label .icon {
    margin: 0 0 6px 0;
  }
} */

.hotel-detail {
  width: 70%;
  display: block;
  padding-left: 20px;
}

.hotel-detail-img-pc {
  display: auto;
}

.hotel-detail-img-sp {
  display: none;
}

.hotel-detail-button {
  box-shadow: 0px 0px 3px #6F5C42;
  margin-right: 20px;
  width: 280px;
  height: 42px;
  font-size: 14px;
}

.hotel-detail-button-group {
  margin-top: 30px;
  margin-bottom: 70px;
  justify-content: center !important;
}

.hotel-detail-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.hotel-detail-footer-thumb {
  width: 100%;
}

.hotel-detail-footer-thumb-text {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  text-align: center;
}

.hotel-detail-footer-thumbs {
  width: 23%;
  margin-right: 20px;
}

.hotel-detail-body {
  display: flex;
  margin-top: 30px;
}

.hotel-detail-title {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}

.hotel-detail-content {
  line-height: 26px;
  font-weight: 200;
  width: 100%;
}

.hotel-detail-thumb {
  width: 100%;
}

.hotel-detail-thumb-div {
  width: 30%;
  margin-right: 20px;
}

.hotel-detail-score {
  font-size: 20px;
}

.hotel-detail-header {
  display: flex;
  margin-top: 15px;
}

.hotel-detail-header-div {
  display: flex;
}

.hotel-detail-header-div-1 {
  display: flex;
  margin-right: 50px;
}

.hotel-detail-header-title {
  font-size: 28px;
  font-weight: 600;
  color: #452D12;
}

.hotel-detail-header-label {
  width: 120px;
  height: 40px;
  color: #333333;
  font-size: 14px;
  background-color: #F4F4F4;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.hotel-list-header-text {
  font-size: 16px;
  margin-top: 25px;
}

.hotel-tab-pill {
  margin-bottom: 25px;
  margin-top: 30px;
  min-width: unset;
}

.hotel-tab-pill .tab-item a {
  padding: 25px;
  font-weight: 300;
}

.hotel-table {
  margin-top: 20px;
  margin-bottom: 70px;
}

.hotel-footer-thumb {
  width: 100%;
}

.hotel-header-title {
  margin-right: 50px;
  font-weight: 600;
}

.hotel-header-text {
  font-size: 14px;
}

@media screen and (max-width: 560px) {
  .hotel-header-title {
    margin-right: 50vw;
    font-weight: 400;
  }
  .hotel-header-text {
    font-size: 12px;
  }
  .hotel-list-header-text {
    padding: 10px;
    margin-top: 5px;
    font-size: 14px;
  }
  .hotel-tab-pill {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .hotel-tab-pill .tab-item a {
    padding: 0px;
    font-weight: 300;
  }
  .hotel-single-button {
    height: 50px !important;
    font-size: 16px !important;
    width: 300px !important;
  }
  .hotel-table {
    margin-top: 10px;
    margin-bottom: 30px !important;
  }
  .hotel-thumb {
    width: 100%;
  }
  .hotel-thumb-div {
    width: 30%;
  }
  .hotel-img-slide {
    margin-left: 0px !important;
  }
  .hotel-detail {
    width: 70%;
    padding: 0px 20px;
  }
  .hotel-detail-button {
    margin-right: 0px;
    font-size: 12px;
    width: 170px;
    height: 32px;
  }
  .hotel-detail-button-group {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: space-between !important;
  }
  .hotel-detail-img-pc {
    display: none;
  }
  .hotel-detail-img-sp {
    display: block;
  }
  .hotel-detail-body {
    display: flex;
    margin-top: 14px;
    margin-bottom: 20px;
  }
  .hotel-detail-header {
    display: block;
  }
  .hotel-detail-header-div {
    margin-top: 10px;
  }
  .hotel-detail-header-div-1 {
    display: flex;
    margin-right: 0px;
  }
  .hotel-detail-header-title {
    font-size: 20px;
  }
  .hotel-detail-header-label {
    width: 100px;
    height: 30px;
    font-size: 12px;
  }
  .hotel-detail-thumb-div {
    width: 100%;
  }
  .hotel-detail-score {
    font-size: 16px;
  }
  .hotel-detail-score-icon {
    width: 16px;
    height: 16px;
  }
  .hotel-detail-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
  }
  .hotel-detail-footer-thumb-text {
    font-size: 10px;
    line-height: 13px;
    margin-top: 5px;
  }
  .hotel-detail-footer-thumbs {
    width: 45%;
    margin-right: -5px;
    height: 150px;
  }
  .hotel-detail-content {
    font-size: 12px;
    line-height: 20px;
  }
  .hotel-detail-title {
    font-size: 12px;
    line-height: 20px;
  }
  .hotel-footer-thumb {
    width: 170px !important;
    height: 128px !important;
  }
  .score {
    font-size: 12px;
  }
}

.list-hotel-plan .card-title {
  color: #333333;
}

.list-hotel-plan .card-sub-title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #272727;
}

.list-hotel-plan .card .price-container {
  flex-shrink: 0;
  margin-left: 50px !important;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

.list-hotel-plan .card .price-container .price {
  text-align: right;
}

.list-hotel-plan .card-desc {
  font-size: 16px;
}

.list-hotel-plan .card-detail .tags {
  margin-top: 20px;
}

@media screen and (max-width: 560px) {
  .list-hotel-plan .card-sub-title {
    font-size: 16px;
    font-weight: bold;
  }
  .list-hotel-plan .card-header.row {
    display: block;
  }
  .list-hotel-plan .card .price-container {
    align-items: center;
    margin-top: 5px;
    margin-left: auto !important;
    line-height: 16px;
  }
  .list-hotel-plan .card-desc {
    font-size: 12px;
  }
  .list-hotel-plan .card-detail .tags {
    margin-top: 10px;
  }
}

.list-hotel .card .badge {
  font-size: 12px;
  font-weight: bold;
  border-radius: 70px;
}

.list-hotel .card .price-container {
  font-size: 14px;
  font-weight: bold;
  margin-left: auto;
}

.list-hotel .card-title {
  padding: 0;
}

.list-hotel .card-thumb {
  width: 32%;
}

.list-hotel .card-thumb-other {
  display: flex;
  padding-top: 5px;
  height: 109px;
  margin: -4px;
}

.list-hotel .card-thumb-other .col {
  flex-basis: calc(100%/2);
  padding: 4px;
}

.list-hotel .card-thumb-other img {
  width: 100%;
  height: 100%;
}

.list-hotel .card-thumb-sp {
  flex-shrink: 0;
  margin-right: 10px;
}

.list-hotel .card-thumb-sp img {
  width: 100px;
  height: 75px;
}

.list-hotel .card-detail-title {
  font-size: 16px;
  font-weight: bold;
}

.list-hotel .card .discount-info {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.list-hotel .detail-link-container {
  display: flex;
  justify-content: flex-end;
}

.list-hotel .detail-link-container .detail-link {
  font-size: 13px;
  font-weight: bold;
  color: #115BC0;
}

@media screen and (max-width: 560px) {
  .list-hotel .card-thumb {
    margin-right: 0;
  }
  .list-hotel .card-thumb img {
    width: 100%;
  }
  .list-hotel .card-thumb-other {
    display: flex;
    margin-top: 5px;
    height: 80px;
  }
  .list-hotel .card-thumb-other img {
    width: 48%;
    height: 100%;
  }
  .list-hotel .card-body {
    padding: 10px 0 0 0;
  }
  .list-hotel .card .discount-info {
    margin-top: 0;
    display: inline-flex;
  }
}

.list-ranking {
  list-style-type: none;
}

.list-item {
  display: inline-block;
}

.list-item a {
  display: block;
  z-index: 1;
  transition: 0.3s;
}
.list-item a:hover{
  z-index: 2;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3));
}

.list-item-title {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: bold;
}

.list-item-title .rank {
  margin-right: 10px;
}

.list-item-title .title-link {
  height: 100%;
  align-self: center;
}

.list-item-img {
  width: 100%;
  height: 185px;
  margin-bottom: 15px;
}

.list-item-img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.list-item-detail > * {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.list-item-detail .list-item-review,
.list-item-detail .list-item-place {
  color: #000000;
}

.list-item-detail .list-item-desc {
  max-height: 60px;
  font-size: 13px;
  color: #606060;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-item .score {
  margin-top: 10px;
}

.orange-color {
  color: #FF7800;
}

@media screen and (max-width: 960px) {
  .list-ranking-sp.list-ranking {
    display: block;
    margin-top: -10px;
    margin-top: -10px;
  }
  .list-ranking-sp .list-item {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .list-ranking-sp .list-item .list-item-row{
    display:flex;
  }
  .list-ranking-sp .list-item-title {
    font-size: 16px;
    font-weight: bold;
  }
  .list-ranking-sp .list-item-row a{
    display: flex;
  }
  .list-ranking-sp .list-item-img {
    flex-shrink: 0;
    width: 120px;
    height: 90px;
    margin: 0 10px 0 0;
  }
  .list-ranking-sp .list-item-detail .list-item-desc {
    font-size: 12px;
  }
  .list-ranking-sp .list-item .score {
    margin-top: 0;
  }
  .event-detail-content .list-ranking-sp .list-item {
    padding: 7px 0px !important;
  }
}

.magazine-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.magazine-detail-row1 {
  width: 100%;
}

.magazine-detail-row2,
.magazine-detail-row2-new {
  width: 100%;
  display: flex;
  margin-top: 20px;
}

.magazine-list-button {
  width: 100%;
/*   display: flex;
  margin-top: 1%; */
  margin-top: .5em;
}
.magazine-list-button ul{
  letter-spacing: -.4em;
}
.magazine-list-button li{
  display: inline-block;
  letter-spacing: normal;
  padding-right: 1em;
}
.magazine-list-button li:last-child{
  padding-right: 0;
}


.magazine-list-button .button {
  width: 200px;
  height: 36px;
  font-size: 14px;
  line-height: 20px;
}



.magazine-list-button-new {
  display: flex;
  width: 100%;
  margin-top: 1%;
}

.magazine-detail-row2-column1 {
  min-width: 180px;
  max-width: 180px;
}

.magazine-detail-row2-column2 {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  width: 100%;
}

.mag-release-text,
.mag-price-text {
  font-size: 16px;
}

.mag-list-hollow-button {
  box-shadow: 0px 0px 3px #6F5C42;
  font-size: 14px;
  width: 150px;
  height: 34px;
/*   margin-left: 20px; */
}

.mag-list-fill-button {
  font-size: 1vw;
  width: 15vw;
  height: 3vw;
  background: transparent linear-gradient(110deg, #6FB52A 0%, #478E00 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 0px 3px #6F5C42 !important;
}

.mag-list-hollow-button-new {
  box-shadow: 0px 0px 3px #6F5C42;
  font-size: 14px;
  width: 200px;
  height: 36px;
  margin-left: 20px;
}

.mag-list-fill-button-new {
  font-size: 14px;
  width: 200px;
  height: 36px;
  background: transparent linear-gradient(110deg, #6FB52A 0%, #478E00 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 0px 3px #6F5C42 !important;
}

/*! magazine list 08_02 */
.magazine-container-details {
  width: 100%;
  display: flex;
  margin-top: 2%;
}

.magazine-column1 {
  width: 240px;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  margin-right: 2%;
}

.magazine-column2 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.magazine-column1-row1 {
  width: 100%;
}

.magazine-column1-row2 {
  margin-top: 15px;
  margin-bottom: 20px;
  display: flex;
}

.inner-column1 {
  display: flex;
  flex-direction: column;
}

.inner-column2 {
  display: flex;
  flex-direction: column;
  margin-left: 3%;
}

.magazine-detail-box {
  background: #FFF1EF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  text-align: left;
  padding: 20px;
  margin-bottom: 40px;
}

.magazine-image-width {
  width: 100%;
}

.magazine-button-width {
  width: 100% !important;
}

.magazine-section-details,
.magazine-icon-button,
.magazine-icon-button-text {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.magazine-icon-button {
  margin-top: 10px;
}

.motel-list {
  width: 100%;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background-color: #0D1D20;
}

@media screen and (max-width: 560px) {
  .magazine-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 10px;
  }
  .magazine-detail-row2 {
    display: flex;
    margin-top: .5em;
  }
  .magazine-detail-row2-column2 {
    margin-left: 10px;
    margin-top: 10px;
  }
  .magazine-detail-row2-new {
    display: flex;
    margin-top: 10px;
  }
  .magazine-detail-row2-column1 {
    max-width: 130px;
    min-width: 130px;
    margin-top: 12px;
  }
  .magazine-list-button {
    justify-content: center;
    padding-top: 0px;
  }
  .magazine-list-button-new {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .magazine-list-button-new .button {
    margin-top: 10px;
  }
  .mag-list-hollow-button-new {
    box-shadow: 0px 0px 3px #6F5C42;
    font-size: 14px;
    width: 100%;
    height: 40px;
    margin-left: 0px;
    margin-top: 10px;
  }
  .mag-list-fill-button-new {
    font-size: 14px;
    width: 100%;
    height: 40px;
    background: transparent linear-gradient(110deg, #6FB52A 0%, #478E00 100%) 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 0px 3px #6F5C42 !important;
  }
  .magazine-img-new {
    width: 100%;
    height: auto;
  }
  .magazine-container-details {
    display: block;
  }
  .magazine-column1 {
    width: 100%;
  }
  .magazine-column1-row2 {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .magazine-column2 {
    width: 100%;
    margin-top: 30px;
  }
  .mag-intro-detail {
    font-size: 14px !important;
  }
  .magazine-column1 {
    display: flex;
    flex-direction: row;
  }
  .magazine-column1 .magazine-column1-row1 {
    min-width: 160px;
    width: 160px;
  }
  .magazine-column1 .d-flex {
    padding-left: 15px;
  }
  .magazine-column2 {
    margin-top: 15px;
  }
  .mag-intro-title-list {
    font-size: 16px !important;
    line-height: 18px;
  }
  .magazine-detail-box {
    margin-bottom: 30px;
    line-height: 20px !important;
  }
  .magazine-section-details .icon-label {
    line-height: 24px !important;
    align-items: flex-start;
  }
  .magazine-container-details {
    margin-top: 20px;
  }
  .motel-list {
    padding: 15px 18px;
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px !important;
  }
  .mag-release-text {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .mag-price-text {
    font-size: 13px !important;
    line-height: 20px !important;
  }
}

.mag-intro {
  display: flex;
  width: 48%;
}

.mag-intro-header {
  display: none;
  justify-content: center;
  margin-bottom: 50px;
}

.mag-intro-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.mag-intro-title {
  margin-bottom: 5px;
  color: #FF7600;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.mag-intro-title-list {
  color: #E83B19;
  font-size: 24px;
  text-align: left;
  font-weight: 600;
}

.mag-intro-img {
  width: 100%;
  height: auto;
}

.mag-intro-img-div {
  margin-right: 20px;
  width: 40%;
}
.mag-intro-img-div a{
  z-index: 1;
  transition: 0.3s;
}
.mag-intro-img-div a:hover{
  z-index: 2;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.3));
}

.mag-intro-detail {
  text-align: left;
  font-size: 13px;
  color: #606060;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

.mag-intro-content {
  line-height: 25px;
  width: 60%;
}

.mag-intro-button {
  font-size: 14px;
  width: 90%;
  height: 42px;
  margin-top: 10px;
  background: transparent linear-gradient(110deg, #6FB52A 0%, #478E00 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 0px 3px #6F5C42 !important;
}

.mag-intro-button-hollow {
  box-shadow: 0px 0px 3px #6F5C42;
  font-size: 14px;
  width: 90%;
  height: 42px;
  margin-top: 20px;
}

.mag-intro-footer {
  display: flex;
  justify-content: center;
}

.mag-intro-footer-text {
  font-size: 12px;
  color: #333333;
  width: 90%;
  margin-top: 12px;
}

.mag-intro-footer-button {
  width: 335px;
  font-size: 16px;
  margin-top: 37px;
}

@media screen and (max-width: 560px) {
  .mag-intro {
    width: 100%;
  }
  .mag-intro:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #CECECE;
  }
  .mag-intro-section .section-title-orange-bar {
    background-color: #6FB52A;
    height: 7px;
    width: 14px;
  }
  .mag-intro-section .section-title-text {
    font-size: 22px;
    margin-left: 14px;
  }
  .mag-intro-header {
    margin-bottom: 30px;
    display: flex;
  }
  .mag-intro-header-text {
    font-size: 20px !important;
  }
  .mag-intro-div {
    display: block;
    margin-top: 28px;
  }
  .mag-intro-title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
  }
  .mag-intro-detail {
    font-size: 12px !important;
    line-height: 16px;
    height: -webkit-fit-content;
    height: fit-content;
    max-height: 175px;
  }
  .mag-intro-footer-text {
    font-size: 11px;
    line-height: 14px;
    width: 100%;
  }
  .mag-intro-footer-button {
    margin-top: 40px;
  }
  .mag-intro-img-div {
    margin-right: 10px;
  }
  .mag-intro-button {
    width: 100%;
  }
  .mag-intro-button-hollow {
    margin-top: 10px;
    width: 100%;
  }
}

/* .sp-menu {
  z-index: 1;
  height: 100vh;
  padding-bottom: 56px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.sp-menu-container {
  position: fixed;
  right: -100%;
  top: 56px;
  width: 100%;
  background-color: #fff;
  transition: ease 0.2s;
}

.sp-menu-container.show {
  right: 0;
}

.sp-menu .menu-section-title {
  padding: 17px 20px;
  font-size: 16px;
  font-weight: bold;
  background: #efedea;
}

.sp-menu .menu-section .menu-category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.sp-menu .menu-section .menu-category .menu-item {
  width: 50%;
  border-bottom: 1px solid #D5D5D5;
}

.sp-menu .menu-section .menu-category .menu-item:nth-child(even) {
  border-left: 1px solid #D5D5D5;
}

.sp-menu .menu-section .menu-category .menu-item a {
  display: inline-block;
  width: 100%;
  padding: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.sp-menu .menu-banners {
  display: flex;
  margin: 15px 2.5px;
}

.sp-menu .menu-banners .menu-banner {
  padding: 0 7.5px;
  flex-basis: calc(100%/2);
}

.sp-menu .menu-banners img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sp-menu .menu-recommend .menu-item {
  border-bottom: 1px solid #D5D5D5;
}

.sp-menu .menu-recommend .menu-item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 18px 15px;
  font-size: 14px;
  color: #333;
}

.sp-menu .menu-recommend .menu-item a::after {
  position: absolute;
  right: 15px;
  width: 18px;
  height: 18px;
  background: url(../img/icon/icon-arrow-right.png) no-repeat center;
  content: " ";
}

.sp-menu .menu-sns {
  display: flex;
  justify-content: center;
  padding: 35px 0;
} */

.notice-press {
  font-size: 14px;
  letter-spacing: -0.14px;
  text-align: left;
  text-decoration: underline;
  color: #2470C9;
  font-weight: 600;
}

.notice-press-side {
  font-size: 14px;
  line-height: 20px;
  color: #272727;
}

.notice-press-side-date {
  color: #969493;
  font-size: 12px;
  margin-bottom: 10px;
}

.notice-press-side-box {
  width: 100%;
  border: 2px solid #C9C9C9;
  margin-bottom: .5em;
}

.notice-press-side-item {
  border-bottom: 1px solid #C9C9C9;
}

.notice-press-side-item:last-child {
  border-bottom: none;
}

.notice-press-side-item a {
  display: block;
  padding: 15px;
}
.notice-press-side-item a:hover{
  opacity: .6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.notice-press-sp {
  display: none;
  padding: 10px;
}

.notice-press-sp-content {
  box-shadow: none !important;
  border: 2px solid #C9C9C9 !important;
}

.notice-press-pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.notice-press-box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 4px #6F5C42;
  border: 1px solid #D6D6D6;
  width: 48%;
  padding: 30px;
}

.notice-press-button {
  background: #452D12 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 3px #6F5C42;
  border-radius: 70px;
  font-size: 16px;
  color: #fff;
  width: 80px;
  height: 34px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice-press-button:hover{
  cursor: pointer;
}

.notice-press-item {
  border-bottom: 1px solid #C9C9C9;
}

.notice-press-item:last-child {
  border-botom: none;
}

.notice-press-item a {
  display: block;
  line-height: 23px;
  padding: 15px 20px;
}

.notice-press-date {
  text-align: left;
  font-size: 14px;
  color: #969493;
}

.notice-press-list {
  margin-top: 11px;
}

.notice-press-tab {
  font-size: 20px !important;
  height: 52px;
  margin-bottom: 10px;
}

.notice-press-tab-item {
  font-size: 20px !important;
  border: 2px solid #C9C9C9 !important;
  height: 50px !important;
  background-color: #F0F0F0;
}

.notice-press-tab-content {
  padding: 0px !important;
}

.notice-press-active-tab {
  box-shadow: none !important;
}

.notice-press-active-tab:before {
  margin-top: -4px !important;
  border-top: 4px solid #E83B19 !important;
  margin-left: -2px !important;
  width: 102% !important;
}

@media screen and (max-width: 560px) {
  .notice-press {
    font-size: 14px;
    color: #272727;
    text-decoration: none;
    font-weight: 400;
    line-height: 20px;
  }
  .notice-press-list {
    margin-top: 0px;
  }
  .notice-press-pc {
    display: none;
  }
  .notice-press-sp {
    display: block;
    padding-top: 20px;
  }
  .notice-press-date {
    font-size: 13px;
  }
  .notice-press-button {
    margin-top: 27px;
  }
  .notice-press-tab {
    background: unset;
    border: unset;
  }
  .notice-press-tab-item {
    font-weight: 600 !important;
  }
  .notice-press-active-tab {
    font-size: 16px !important;
  }
  .notice-press-active-tab.active {
    border-top: 3px solid #eb3900 !important;
    font-size: 18px !important;
  }
}

.review-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.review-detail-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid #CBCBCB;
  border-radius: 5px;
  padding: 20px;
}

.review-detail-container .score-label {
  font-size: 16px;
  line-height: 20px;
}

.review-detail-container .score .icon {
  margin-left: 5px;
}

.detail-row1 {
  width: 100%;
  height: auto;
  background-color: #F4F4F4;
  padding: 20px;
}

.detail-row2 {
  margin: 10px 0;
}

.detail-row3 {
  display: flex;
}

.score-table1 {
  margin-right: 40px;
}

.score-table1,
.score-table2 {
  width: 50%;
}

.highlight {
  background-color: #f4f4f4;
}

.calender {
  width: 36px !important;
  height: 36px;
  margin-bottom: 10px;
}

.calender-icon-div {
  display: flex;
}

.calender-icon-detail {
  margin-left: 10px;
  line-height: 20px;
}

.review-gallery-item {
  width: 200px;
  height: 120px;
  margin-right: 2%;
}

.review-gallery-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2%;
}

@media screen and (max-width: 560px) {
  .review-detail-container {
    padding: 10px;
  }
  .review-detail-container .score-label {
    font-size: 14px;
  }
  .review-detail-container .score .icon {
    min-width: 18px;
    min-height: 18px;
  }
  .detail-row1 {
    padding: 10px;
  }
  .detail-row2 {
    margin-top: 20px;
  }
  .reviewtable th, .reviewtable td {
    padding: 11px 15px;
    font-size: 13px;
    width: 120px !important;
  }
  .review-gallery-item {
    width: 30%;
    height: 66px;
    margin-right: 2%;
  }
  .detail-row3 {
    display: flex;
    flex-direction: column;
  }
  .score-table1 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .score-table1,
  .score-table2 {
    width: 100%;
  }
}

.search-div {
  background-color: #EFEDEA;
  padding-bottom: 20px;
}

.search-button {
  margin-left: -70px;
  width: 70px;
  height: 40px;
  background: #E83B19;
  color: white;
  -webkit-appearance: none;
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #E83B19;
}

.search-accordion-02 .form-size-15 {
  width: 15%;
}

.search-accordion-02 .select-2 {
  margin-right: 20px;
}

.search-accordion-pc {
  display: block;
}

.search-accordion-sp {
  display: none;
}

.search-accordion-title {
  font-weight: 600;
  font-size: 24px;
  color: #6FB52A;
  max-width: 1180px;
  margin: auto;
  display: flex;
  align-items: center;
}

.search-accordion-section {
  padding: 15px 0px !important;
  background-color: #fff;
}

.search-accordion-section-container {
  padding: 0px !important;
}

.search-accordion-label {
  font-size: 18px;
}

.search-accordion-label-div {
  width: 15%;
  margin-top: 20px;
}

.search-accordion-keyword {
  width: 420px;
}

.search-accordion-date {
  width: 100%;
  background: url(../img/icon/icon-calendar-red.png) no-repeat scroll 7px 7px;
  background-position: right;
  background-position-x: 94%;
}

.search-accordion-input {
  display: flex;
}

.search-accordion-select {
  width: 220px;
  height: 40px !important;
  background: url(../img/icon/down-triangle.png) 96% 50% no-repeat;
  background-size: 12px auto;
}

.search-accordion-select:after {
  bottom: 26px !important;
  left: 88% !important;
  background-size: 12px 6px !important;
  width: 12px !important;
  height: 6px !important;
}

.search-accordion-select.select-large,
.search-accordion-select.form-select-large {
  /* width: 280px; */
  height: 40px !important;
}

.search-accordion-select.select-large:after {
  bottom: 29px !important;
  left: 88% !important;
  background-size: 12px 10px !important;
  width: 12px !important;
  height: 10px !important;
}

.search-accordion-select.select-xlarge,
.search-accordion-select.form-select-xlarge {
  width: 280px;
  height: 40px !important;
}

.search-accordion-select.select-xlarge:after {
  bottom: 29px !important;
  left: 90% !important;
  background-size: 12px 8px !important;
  width: 12px !important;
  height: 10px !important;
}




.search-accordion-select-div {
  display: flex;
}

.search-accordion-checkbox {
  margin-right: 12px;
  margin-bottom: 12px;
}

.search-accordion-checkbox-div {
  display: flex;
  flex-wrap: wrap;
}

.search-accordion-checkbox-single {
  font-size: 18px;
}

.search-accordion-checkbox-label {
  font-size: 14px;
}

.search-accordion-footer {
  display: flex;
  justify-content: center;
  margin-bottom: 1%;
}

.search-accordion-footer-button {
  width: 200px;
}

.search-accordion-tilde {
  display: inline-block;
  justify-content: center;
  align-items: center;
  width: 44px;
  text-align: center;
}

.search-accordion-content {
  max-width: 1180px;
  margin: auto;
}

#date-input-pc {
  display: block;
  width: 100%;
  padding-left: 2%;
}

#date-input-sp {
  display: none;
}

.date-input-control {
  display: flex;
  width: 50%;
}

.search-accordion-date-input {
  display: flex;
}

.select-1, .select-2 {
  margin-right: 10px;
}

.disabled-select,
select:disabled {
  border-color: #C7C7C7;
  color: #C7C7C7;
}

.disabled-select:after,
select:disabled:after {
  background-image: url(../img/icon/icon-up.png) !important;
  background-size: 12px 12px !important;
  height: 10px !important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 960px) {
  .search-accordion-select {
    width: 20vw;
  }
  .search-accordion-checkbox {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .search-accordion-checkbox-label {
    position: relative;
    top: -7px;
    font-size: 14px;
  }
  .search-accordion-checkbox-text {
    font-size: 12px;
  }
  .search-accordion-date {
    width: 100%;
  }
  .search-accordion-keyword {
    width: 375px;
  }
}

@media screen and (max-width: 560px) {
  .hr-search-form {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  #date-input-pc {
    display: none;
  }
  #date-input-sp {
    display: block;
  }
  .accordion {
    font-size: 11px;
    margin-left: 20px !important;
  }
  .search-col-1 {
    min-height: 250px;
  }
  .search-col-2 {
    margin-top: 60px;
  }
  .search-accordion-form {
    padding: 0px !important;
  }
  .search-accordion-pc {
    display: none;
  }
  .search-accordion-sp {
    display: block;
  }
  .search-accordion-02 .form-size-15 {
    width: 30%;
  }
  .search-accordion-02 .form-size-30 {
    width: 60% !important;
  }
  .search-accordion-02 .select-2 {
    margin-right: 0px;
  }
  .search-accordion-keyword {
    width: 95%;
    font-size: 12px;
  }
  .search-accordion-date {
    background: url(../img/icon/icon-calendar-red.png) no-repeat scroll 7px 7px;
    width: 100% !important;
    background-position: right;
    background-position-x: 90%;
    font-size: 12px;
  }
  .search-accordion-date-input {
    display: flex;
    flex-direction: column;
  }
  .search-accordion-calendar {
    width: 58px;
    height: 21px;
    background-size: 20px;
    top: 9px;
    right: 34px;
  }
  .search-accordion-tilde {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-accordion-select {
    width: 100%;
    font-size: 12px !important;
    background: url(../img/icon/down-triangle.png) 97% 50% no-repeat;
    background-size: 12px auto;
  }
  .search-accordion-select-div {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .search-accordion-checkbox {
    margin-right: .5em;
    margin-bottom: .5em;
  }
  .search-accordion-checkbox-label {
    position: relative;
    top: -7px;
    font-size: 3.3vw;
    font-weight: bold;
  }
  .search-accordion-checkbox-text {
    font-size: 14px;
  }
  .search-accordion-label {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .search-accordion-footer {
    margin-top: 2%;
  }
  .search-accordion-footer-button {
    height: 44px;
    font-size: 18px;
  }
  .search-accordion-section {
    padding: 15px 10px !important;
  }
  .search-accordion-section-container {
    padding: 0px !important;
  }
  .search-accordion-title {
    font-size: 20px;
  }
  .select-1 {
    width: 48% !important;
    margin-right: 0px;
  }
  .select-2 {
    width: 100% !important;
    margin-right: 0px;
    margin-top: 10px;
  }
  .select-2:after {
    left: 94% !important;
  }
  .date-input-control {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }
  .acordion-coulmn2-row1 {
    flex-wrap: wrap;
  }
  .acordion-coulmn2-row1 .acordion-date-bar {
    width: 65vw;
  }
  .acordion-coulmn2-row1 .acordion-text-2 {
    width: 72px;
    text-align: left;
    margin-top: 18px;
  }
  .acordion-coulmn2-row1 .form-select-2 {
    margin-top: 18px;
    width: 70px !important;
  }
  .acordion-coulmn2-row1 .acordion-text-3 {
    margin-left: 10px;
    margin-top: 18px;
  }
  .acordion-coulmn2-row2 {
    display: block !important;
  }
  .acordion-coulmn2-row2 .form-select-2 {
    width: 100% !important;
    margin-top: 15px;
  }
  .acordion-coulmn2-row2 .form-select-2:after {
    bottom: 27px !important;
    left: 92% !important;
  }
  .acordion-coulmn2-row3 {
    display: block !important;
  }
  .acordion-coulmn2-row3 .form-select-2 {
    width: 70px !important;
  }
  .acordion-coulmn2-row3 .acordion-text-2 {
    width: 50px;
    text-align: left;
  }
  .acordion-coulmn2-row3 .row-2 {
    margin-top: 15px;
  }
  .acordion-coulmn2-row3 .acordion-text-3 {
    margin-left: 10px;
    margin-right: 26px;
  }
  .acordion-coulmn2-row4 {
    display: block !important;
  }
  .acordion-coulmn2-row4 .form-select-2 {
    width: 70px !important;
  }
  .acordion-coulmn2-row4 .row-2 {
    margin-top: 15px;
  }
  .acordion-coulmn2-row4 .row-3 {
    margin-top: 15px;
  }
  .acordion-coulmn2-row4 .row-3 .acordion-text-4 {
    margin-left: 0px !important;
  }
}

/*! search acordion 03_01 */
.acordion-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.acordion-details-container {
  width: 100%;
  display: flex;
}

.acordion-column1 {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.acordion-coulmn1-row1,
.acordion-coulmn1-row2 {
  display: flex;
  flex-direction: column;
}

.search-keyword {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.acordion-keyword-button {
  width: -webkit-fit-content !important;
  width: fit-content !important;
  padding: 3% !important;
  font-size: 1.5vw !important;
  color: #E83B19;
  margin-right: 1%;
  margin-bottom: 2%;
}

.acordion-select-bar {
  width: 11vw;
  height: 40px !important;
}

.acordion-form {
  width: 100%;
}

.acordion-form-bar {
  width: 90%;
}

.acordion-text {
  width: 72px;
}

.acordion-text-2 {
  width: 85px;
  text-align: right;
  padding-right: 20px;
}

.acordion-text-3 {
  width: -webkit-fit-content;
  width: fit-content;
}

.acordion-text-4 {
  width: -webkit-fit-content;
  width: fit-content;
  margin-right: 15px;
  margin-left: 25px;
}

.acordion-date-bar {
  width: 22vw;
  background: url(../img/icon/icon-calendar-red.png) no-repeat scroll 7px 7px;
  background-position: right;
  background-position-x: 94%;
}

.acordion-column2 {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.acordion-coulmn2-row1,
.acordion-coulmn2-row2,
.acordion-coulmn2-row3,
.acordion-coulmn2-row4 {
  display: flex;
  margin-top: 2%;
}

.sidebar {
  margin: 1.5em 0 1.5em 1.5em;
  flex-shrink: 0;
  width: 280px;
  /* margin-left: 35px; */
}

.mypage-index .sidebar {
  width: 360px;
}

@media screen and (max-width: 960px) {
  .sidebar {
    width: 100%;
    margin-left: 0;
  }
}

.spots {
  width: 355px;
  box-shadow: 0px 0px 4px rgba(111, 92, 66, 0.4);
}

.spots-header {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #E83B19;
  color: #fff;
  height: 60px;
  width: 100%;
  font-weight: 500;
}

.spots-body {
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.spots-body img {
  height: 105px;
  width: 105px;
}

.spots-body .spot:nth-child(4) {
  margin: 10px 0px;
}

.spots-body .spot:nth-child(5) {
  margin: 10px 0px;
}

.spots-body .spot:nth-child(6) {
  margin: 10px 0px;
}

.spots-body .spot.on {
  color: #E83B19;
  font-size: 9px;
  text-align: center;
  display: flex;
  flex-direction: column !important;
  align-items: center;
  width: 105px;
  height: 105px;
}

.spots-body .spot.on span {
  top: -45px;
  width: 78%;
  position: relative;
}

.table-price {
  table-layout: auto;
}

.table-price th, .table-price td {
  padding: 18px 10px;
}

.table-price .col-title {
  font-size: 16px;
  font-weight: bold;
  color: #272727;
}

.table-price .col-price {
  font-size:14px;
}

.table-price .col-action {
  text-align: right;
}

.table-price .col-action .button {
  width: 97px;
  word-break: keep-all;
  font-size: 13px;
  height: 30px;
}

@media screen and (max-width: 960px) {
  .table-price th, .table-price td {
    display: block;
    width: 100% !important;
    min-height: initial;
    padding: 4px 20px 4px 20px;
  }
  .table-price th:nth(:last-child), .table-price td:nth(:last-child) {
    padding-bottom: 20px;
  }
  .table-price .col-title {
    padding-top: 10px;
  }
  .table-price .col-price {
    padding-bottom: 20px;
  }
  .table-price .col-action {
    display: none;
  }
  .table-price .col-action .button {
    width: 100%;
  }
}


.footer-sns-container{
  padding: 1em 0 1.5em;
  width: 100%;
  background: #efedea;
}
.sns-content{
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  max-width: 980px;
}
.sns-content__item{
  padding: 1em;
  margin: .5em;
  width: 33.33%;
  height: auto;
  background: #FFFFFF 0% 0% no-repeat;
  box-shadow: 0px 0px 8px #6F5C4266;
  border: 1px solid #D6D6D6;
  opacity: 1;
  flex-grow: 1;
}
.sns-content__title .text{
  font-size: 24px;
  font-weight: bold;
  color: #452D12;
}
.sns-content__title .icon-sns:before{
  content: "";
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: bottom;
}
.sns-content__title .facebook:before{
  background: url(/img/sns/icon-sns__facebook.svg) 0 0 no-repeat;
  background-size: contain;
}
.sns-content__title .twitter:before{
  background: url(/img/sns/icon-sns__twitter.svg) 0 0 no-repeat;
  background-size: contain;
}
.sns-content__title .instagram:before{
  background: url(/img/sns/icon-sns__instagram.svg) 0 0 no-repeat;
  background-size: contain;
}

.sns-content__desc{
  padding: 1em 0 0;
}

@media screen and (max-width: 860px) {
  .footer-sns-container{
    padding: .5em .5em 1.5em;
    background: #FFF;
  }
  .sns-content{
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    background: #FFFFFF 0% 0% no-repeat;
    box-shadow: 0px 0px 8px #6F5C4266;
    border: 1px solid #D6D6D6;
  }
  .sns-content__title{
    text-align: center;
  }
  .sns-content__item{
    padding: 1em;
    margin: 0;
    width: 33.33%;
    height: auto;
    background: none;
    box-shadow: none;
    border: none;
  }
  .sns-content__desc{
    display: none;
  }
  .sns-content__title .icon-sns:before{
    content: "";
    display: inline-block;
    width: 46px;
    height: 46px;
    vertical-align: bottom;
  }
  .sns-content__title .text{
    display: block;
    padding-top: .3em;
    font-size: 16px;
    font-weight: normal;
  }
}




.link-arrow{
  color: #0F56A8;
  font-weight: bold;
}

.link-arrow:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url(/img/icon/icon-arrow-right__red.svg) 0 50% no-repeat;
  background-size: contain;
  vertical-align: middle;
}


.research-input__item{
  align-items:center;
  justify-content:flex-start;
  margin: .5em 0;
}
.research-input__item.checkbox{
  align-items:center;
  justify-content:flex-start;
  margin: 1em 0;
}
.survey-answer .research-input__item .form-checkbox-label {
  margin-bottom: 0;
}
.research-input__item .form{
  margin-left: 20px;
  width: 100%;
  max-width: 700px;
}
@media screen and (max-width: 560px) {
  .research-input__item .form{
    margin-left: 20px;
    width: 100%;
    max-width: 200px;
  }
}


.magazine-sub-head{
  display: inline;
  margin: 10px 5px 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #ddd;
}
.magazine-hr{
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
}