@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 640px) {
  body {
    min-width: 320px;
  }
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0px 0px 0px #000000;
}

/**
 * ここからヘッダーなどの共通部分
 */
.sp_only,
.is-sp,
.displaysp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp_only,
.is-sp,
.displaysp {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .pc_only,
.is-pc,
.displaypc {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  #siteHeaderMountPoint {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  #headerSP {
    height: 39px;
    margin-bottom: 0;
    padding: 5px 10px 1px;
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}

@media only screen and (max-width: 640px) {
  .jalanLogo {
    display: block;
    float: left;
    width: 95px;
    height: 35px;
    background: url(//www.jalan.net/assets/img/common/logo_sprite_l.png) no-repeat;
    background-size: 263px 79px;
    text-indent: -999em;
  }
}

@media only screen and (max-width: 640px) {
  .headerHelp {
    float: right;
    width: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .header_icon_help {
    display: block;
    width: 40px;
    height: 34px;
    overflow: hidden;
    background: transparent url(//www.jalan.net/assets/img/pages/smart/2x/btn_helpinfo_l.png) no-repeat;
    background-position: 0 0;
    background-size: 40px auto;
    text-indent: 100%;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 640px) {
  #pankuzu {
    width: 100%;
    padding: 0.5em !important;
    line-height: 1.3 !important;
  }
}

#header990 {
  width: 1000px;
  text-align: left;
  padding: 0 0 5px 0;
  margin: 0 auto;
  line-height: 1.1em;
}
@media only screen and (max-width: 640px) {
  #header990 {
    width: 100%;
  }
}

#info {
  width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #info {
    width: 100% !important;
  }
}

#page_info {
  float: right;
  width: 350px;
}
@media only screen and (max-width: 640px) {
  #page_info {
    width: 100%;
  }
}

.index_h1 {
  color: #999;
  text-align: right;
  width: 350px;
  font-weight: normal;
  display: block;
  font-size: 10px;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .index_h1 {
    color: #666666;
    text-align: right;
    width: 100%;
    font-weight: normal;
    display: block;
    font-size: 10px;
    padding-right: 5px;
  }
}

.tarm_cam {
  width: auto;
  padding: 0;
  font-size: 12px;
  color: #333;
}
@media only screen and (max-width: 640px) {
  .tarm_cam {
    padding-right: 5px;
    padding-bottom: 10px;
    font-size: 10px;
  }
}

#cam {
  float: left;
}
@media only screen and (max-width: 640px) {
  #cam {
    display: none;
  }
}

.cam {
  width: 600px !important;
  display: block;
  font-size: 12px;
}

.cam p {
  display: block;
  height: 15px;
  margin-bottom: 3px;
}

.cam a {
  text-decoration: underline !important;
  display: block;
  height: 15px;
  background: url(//www.jalan.net/jalan/doc/theme/common/images/topics.gif) no-repeat;
  padding-left: 70px;
}

#wrap {
  width: 1000px !important;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.3;
  color: #333333;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  #wrap {
    width: 100% !important;
  }
}

.socialIcon {
  top: 0;
  display: block;
  overflow: hidden;
  float: right;
  width: 300px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .socialIcon {
    display: block;
    float: none;
    width: 100%;
    height: 40px;
    margin-top: 15px;
  }
}
.socialIcon ul {
  display: block;
  width: 100%;
  text-align: right;
  height: 40px;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .socialIcon ul {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
    text-align: center;
  }
}
.socialIcon li {
  display: inline-block;
  margin-right: 2px;
}
.socialIcon img {
  width: 40px;
  height: auto;
}
@media only screen and (min-width: 641px) {
  .socialIcon a:hover {
    opacity: 0.8;
  }
}
.socialIcon .pc_hide {
  display: none;
}
@media only screen and (max-width: 640px) {
  .socialIcon .pc_hide {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 640px) {
  #wrap .socialIcon {
    display: none;
  }
}

.clear {
  clear: both;
  line-height: 0em;
  font-size: 1px;
}

.footerMenu {
  clear: both;
  width: 950px;
  margin: 0 auto;
  padding: 20px 0;
}
.footerMenu a:hover {
  color: #ff7d00;
}

.fixedBtn-pageTop {
  display: none;
  position: fixed;
  right: 10%;
  bottom: 30px;
  z-index: 50;
}
@media only screen and (max-width: 640px) {
  .fixedBtn-pageTop {
    display: none !important;
  }
}
.fixedBtn-pageTop a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(/theme/{LP_NAME}/img/pc/btn_pagetop.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
@media only screen and (min-width: 641px) {
  .fixedBtn-pageTop a:hover {
    opacity: 0.8;
  }
}

.footerMenu ul {
  *zoom: 1;
}

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

.footerMenu ul li {
  float: left;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #ccc;
  font-size: 10px;
}

.footerMenu ul li a {
  white-space: nowrap;
}

.footerMenu .recruitArea {
  width: 950px;
  margin: 5px auto 30px;
  padding-top: 30px;
  border-top: 2px solid #ccc;
}

.footerMenu .recruitArea a {
  color: #435B67;
  text-decoration: underline;
  font-size: 10px;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .footerTopicPath {
    margin-top: 15px;
    border-top: 1px solid #ccc;
  }
  .footerTopicPath li {
    border-bottom: 1px solid #ccc;
  }
  .footerTopicPath li a {
    display: block;
    position: relative;
    padding: 13px 20px 13px 15px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #595757 !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    white-space: normal;
    text-overflow: ellipsis;
    text-decoration: none !important;
  }
  .footerTopicPath li a::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 30px;
    margin-top: -6px;
    background: url(/theme/jalancouponfes/img/ico_link_sp.png) no-repeat;
    background-size: 7px 11px;
    content: "";
  }
}

@media only screen and (max-width: 640px) {
  .recruitLogo {
    padding: 10px;
  }
  .recruitLogo a {
    color: #435B67;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  #ft_logo {
    margin-left: 15px;
    width: auto;
  }
}

#container {
  width: 100%;
  min-width: 1000px;
}
@media only screen and (max-width: 640px) {
  #container {
    min-width: 320px;
  }
}

.info_pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 4px 0;
}
@media only screen and (max-width: 640px) {
  .info_pr {
    padding-right: 5px;
    margin-bottom: 8px;
  }
}

.info_pr > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #F7F5F3;
  border-radius: 2px;
  color: #333;
  font-size: 12px;
  width: 29px;
  height: 16px;
}
@media only screen and (max-width: 640px) {
  .info_pr > span {
    font-size: 10px;
    height: 14px;
  }
}

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

.l-wrapper {
  font-family: "Helvetica Neue", Arial, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.l-main {
  position: relative;
}

.kv {
  overflow: hidden;
}
.kv__heading {
  width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .kv__heading {
    width: auto;
  }
}
.kv__heading > img {
  margin-left: -460px;
}
@media only screen and (max-width: 640px) {
  .kv__heading > img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

.main-contents {
  background: url(../img/img_quiz_decoration.png) repeat-y top center;
  margin-top: -120px;
  padding-top: 120px;
}

.nav {
  padding-top: 40px;
}
@media only screen and (max-width: 640px) {
  .nav {
    padding-top: 5.3333333333vw;
  }
}
.nav--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 10;
  margin-top: 0;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 640px) {
  .nav--fixed {
    padding: 0;
    background-color: white;
  }
}
.nav--fixed.is-fixed {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media only screen and (max-width: 640px) {
  .nav--fixed .nav__list {
    padding: 0;
    -webkit-box-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1.6vw rgba(0, 0, 0, 0.3);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
    position: relative;
  }
  .nav--fixed .nav__list:before, .nav--fixed .nav__list:after {
    content: "";
    border: 0.1333333333vw solid #ccc;
    position: absolute;
  }
  .nav--fixed .nav__list:before {
    width: calc(100% - 8vw);
    height: 0.2666666667vw;
    left: 4vw;
    top: 50%;
  }
  .nav--fixed .nav__list:after {
    width: 0.2666666667vw;
    height: calc(100% - 5.3333333333vw);
    top: 2.6666666667vw;
    left: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .nav--fixed .nav__item {
    width: 50%;
  }
  .nav--fixed .nav__item:nth-child(1) .nav__button, .nav--fixed .nav__item:nth-child(3) .nav__button {
    padding-left: 4vw;
  }
  .nav--fixed .nav__item:nth-child(2) .nav__button, .nav--fixed .nav__item:nth-child(4) .nav__button {
    padding-right: 4vw;
  }
  .nav--fixed .nav__item:last-child .nav__button:after {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .nav--fixed .nav__button {
    padding: 2.6666666667vw;
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .nav__list {
    padding: 0 2.6666666667vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.6vw 2.1333333333vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.nav__item {
  width: 230px;
}
@media only screen and (max-width: 640px) {
  .nav__item {
    width: calc(50% - 1.0666666667vw);
  }
}
.nav__item + .nav__item {
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  .nav__item + .nav__item {
    margin-left: 0;
  }
}
.nav__button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  overflow: visible;
}
@media only screen and (min-width: 641px) {
  .nav__button img {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
  }
  .is-not-touch-device .nav__button:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
    position: relative;
  }
}
.nav__button > img {
  width: 100%;
  height: auto;
}

.quiz {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .quiz {
    margin-top: 21.3333333333vw;
    padding: 0 4vw;
  }
}
.quiz__inner {
  width: 950px;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .quiz__inner {
    width: auto;
  }
}

.quiz-contents {
  background: #fff3c5;
  border: 2px solid #333;
}
@media only screen and (max-width: 640px) {
  .quiz-contents {
    border: 0.5333333333vw solid #333;
  }
}
.quiz-contents__heading {
  margin-top: -60px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .quiz-contents__heading {
    margin-top: -12.8vw;
  }
  .quiz-contents__heading > img {
    width: 100%;
    height: auto;
  }
}
.quiz-contents__list {
  margin: 50px 98px 0 98px;
}
@media only screen and (max-width: 640px) {
  .quiz-contents__list {
    margin: 8vw 4.8vw 0 4.8vw;
  }
}
.quiz-contents__item + .quiz-contents__item {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .quiz-contents__item + .quiz-contents__item {
    margin-top: 8vw;
  }
}
.quiz-contents__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .quiz-contents__layout {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 4.2666666667vw;
  }
}
.quiz-contents__number {
  margin-left: -40px;
}
@media only screen and (max-width: 640px) {
  .quiz-contents__number {
    width: 18.1333333333vw;
    margin-left: -7.2vw;
  }
  .quiz-contents__number > img {
    width: 100%;
    height: auto;
  }
}
.quiz-contents__detail {
  width: 100%;
  padding-left: 30px;
}
@media only screen and (max-width: 640px) {
  .quiz-contents__detail {
    padding-left: 3.2vw;
  }
}
.quiz-contents__label > span {
  background: #333;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  color: white;
  padding: 4px 24px 2px;
  border-radius: 6px;
}
@media only screen and (max-width: 640px) {
  .quiz-contents__label > span {
    font-size: 3.2vw;
    border-radius: 1.6vw;
    padding: 0.5333333333vw 2.1333333333vw;
  }
}
.quiz-contents__text {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .quiz-contents__text {
    margin-top: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.quiz-contents__text > span {
  color: #ff5800;
}
.quiz-contents__text > small {
  font-size: 12px;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .quiz-contents__text > small {
    font-size: 2.6666666667vw;
  }
}

.quiz-content.is-open .quiz-content__button:after {
  background: url(../img/icon_quiz_minus.png) no-repeat center center;
}
@media only screen and (max-width: 640px) {
  .quiz-content.is-open .quiz-content__button:after {
    background-size: 5.3333333333vw;
  }
}
.quiz-content__button {
  cursor: pointer;
  width: 100%;
  border: none;
  font-weight: bold;
  position: relative;
  background: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 641px) {
  .quiz-content__button:hover {
    opacity: 0.8;
  }
}
.quiz-content__button:after {
  content: "";
  background: url(../img/icon_quiz_plus.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 640px) {
  .quiz-content__button:after {
    background-size: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 3.7333333333vw;
    right: 3.7333333333vw;
  }
}
.quiz-content__button > img {
  width: 100%;
  height: auto;
}
.quiz-content__block {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  padding-top: 10px;
}
.quiz-content__inner {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
}
@media only screen and (max-width: 640px) {
  .quiz-content__inner {
    padding: 5.3333333333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.quiz-content__image {
  width: 240px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 640px) {
  .quiz-content__image {
    width: 100%;
    margin-top: 5.3333333333vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.quiz-content__image > img {
  width: 100%;
  height: auto;
}
.quiz-content__detail {
  padding-left: 30px;
}
@media only screen and (max-width: 640px) {
  .quiz-content__detail {
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.quiz-content__layout {
  position: relative;
  height: 100%;
}
.quiz-content__heading {
  font-size: 24px;
  font-weight: bold;
  color: #ff5800;
}
@media only screen and (max-width: 640px) {
  .quiz-content__heading {
    font-size: 4.8vw;
    text-align: center;
  }
}
.quiz-content__heading > span {
  font-size: 14px;
}
.quiz-content__label {
  background: #ff5800;
  color: white;
  font-size: 16px;
  padding: 3px 12px 4px;
  border-radius: 13px;
  margin-right: 12px;
  position: relative;
  top: -4px;
}
@media only screen and (max-width: 640px) {
  .quiz-content__label {
    margin-right: 0;
  }
}
.quiz-content__small {
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .quiz-content__small {
    font-size: 3.4666666667vw;
  }
}
.quiz-content__catch {
  font-size: 16px;
  font-weight: bold;
  margin-top: 14px;
}
@media only screen and (max-width: 640px) {
  .quiz-content__catch {
    font-size: 3.7333333333vw;
    text-align: center;
    margin-top: 2.1333333333vw;
  }
}
.quiz-content__text {
  font-size: 14px;
  margin: 12px 0 51px;
}
@media only screen and (max-width: 640px) {
  .quiz-content__text {
    font-size: 3.2vw;
    margin: 2.6666666667vw 0 0;
  }
}
.quiz-content__text > span {
  font-size: 11px;
  display: block;
  margin-top: 6px;
}
@media only screen and (max-width: 640px) {
  .quiz-content__text > span {
    font-size: 2.9333333333vw;
    margin-top: 1.6vw;
  }
}
.quiz-content__location {
  color: #999;
  font-weight: bold;
  font-size: 12px;
  border-top: 1px solid #ccc;
  padding-top: 12px;
  padding-left: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .quiz-content__location {
    font-size: 3.2vw;
    padding-top: 2.6666666667vw;
    padding-left: 4vw;
    position: relative;
    margin-top: 2.6666666667vw;
  }
}
.quiz-content__location:before {
  content: "";
  background: url(../img/icon_location.png);
  background-size: 9px 12px;
  width: 9px;
  height: 12px;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .quiz-content__location:before {
    background-size: 2.4vw 3.2vw;
    width: 2.4vw;
    height: 3.2vw;
    top: 3.2vw;
  }
}
.quiz-content__notes {
  font-size: 11px;
  color: #999;
  margin-top: -30px;
}
@media only screen and (max-width: 640px) {
  .quiz-content__notes {
    margin-top: 10px;
  }
}

.suprising-quiz {
  padding: 0 40px 60px;
  margin: 80px 58px 58px;
  background: white;
  border-radius: 20px;
}
@media only screen and (max-width: 640px) {
  .suprising-quiz {
    padding: 0 4.8vw 10.6666666667vw;
    margin: 15.2vw 0 0;
    border-radius: 0;
  }
}
.suprising-quiz__heading {
  text-align: center;
  position: relative;
}
.suprising-quiz__heading > img {
  margin-top: -33px;
}
@media only screen and (max-width: 640px) {
  .suprising-quiz__heading > img {
    margin-top: -5.8666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  .suprising-quiz__heading {
    width: 66.6666666667vw;
    margin: auto;
  }
  .suprising-quiz__heading > img {
    width: 100%;
    height: auto;
  }
}
.suprising-quiz__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 9px 0 20px;
}
@media only screen and (max-width: 640px) {
  .suprising-quiz__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 6.1333333333vw 0 4.2666666667vw;
  }
}
.suprising-quiz__image {
  width: 170px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 640px) {
  .suprising-quiz__image {
    width: 45.3333333333vw;
  }
}
.suprising-quiz__image > img {
  width: 100%;
  height: auto;
}
.suprising-quiz__detail {
  width: 100%;
  padding-left: 30px;
}
@media only screen and (max-width: 640px) {
  .suprising-quiz__detail {
    padding-left: 0;
  }
}
.suprising-quiz__text {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .suprising-quiz__text {
    margin-top: 3.2vw;
    font-size: 4.2666666667vw;
  }
}
.suprising-quiz__text > small {
  font-size: 12px;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .suprising-quiz__text > small {
    font-size: 2.6666666667vw;
  }
}

.suprising-quiz-content.is-open .suprising-quiz-content__button:after {
  background: url(../img/icon_quiz_minus.png);
}
@media only screen and (max-width: 640px) {
  .suprising-quiz-content.is-open .suprising-quiz-content__button:after {
    background-size: 5.3333333333vw;
  }
}
.suprising-quiz-content__button {
  cursor: pointer;
  width: 100%;
  border: none;
  font-weight: bold;
  position: relative;
  background: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 641px) {
  .suprising-quiz-content__button:hover {
    opacity: 0.8;
  }
}
.suprising-quiz-content__button:after {
  content: "";
  background: url(../img/icon_quiz_plus.png) no-repeat center center;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 640px) {
  .suprising-quiz-content__button:after {
    background-size: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 3.7333333333vw;
    right: 3.7333333333vw;
  }
}
.suprising-quiz-content__button > img {
  width: 100%;
  height: auto;
}
.suprising-quiz-content__block {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.suprising-quiz-content__inner {
  padding: 36px 50px 0;
}
@media only screen and (max-width: 640px) {
  .suprising-quiz-content__inner {
    padding: 5.3333333333vw 5.3333333333vw 0;
  }
}
.suprising-quiz-content__heading {
  font-size: 24px;
  font-weight: bold;
  color: #ff5800;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .suprising-quiz-content__heading {
    font-size: 4.8vw;
    text-align: center;
  }
}
.suprising-quiz-content__label {
  background: #ff5800;
  color: white;
  font-size: 16px;
  padding: 3px 12px 4px;
  border-radius: 13px;
  margin-right: 12px;
  position: relative;
  top: -4px;
}
@media only screen and (max-width: 640px) {
  .suprising-quiz-content__label {
    margin-right: 0;
  }
}
.suprising-quiz-content__catch {
  font-size: 16px;
  font-weight: bold;
  margin-top: 14px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .suprising-quiz-content__catch {
    font-size: 3.7333333333vw;
    text-align: center;
    margin-top: 2.1333333333vw;
  }
}
.suprising-quiz-content__text {
  font-size: 14px;
  margin: 12px 0 0;
}
@media only screen and (max-width: 640px) {
  .suprising-quiz-content__text {
    font-size: 3.2vw;
    margin: 2.6666666667vw 0 0;
  }
}
.suprising-quiz-content__note {
  margin-top: 15px;
  color: #999;
  font-size: 11px;
}
@media only screen and (max-width: 640px) {
  .suprising-quiz-content__note {
    font-size: 2.9333333333vw;
    margin-top: 2.6666666667vw;
  }
}

.coupon {
  margin-top: 60px;
  background: url(../img/bg_coupon_pattern.png);
}
@media only screen and (max-width: 640px) {
  .coupon {
    margin-top: 8vw;
  }
}
.coupon__inner {
  width: 950px;
  margin: auto;
  text-align: center;
  padding: 22px 0px 49px;
}
@media only screen and (max-width: 640px) {
  .coupon__inner {
    width: 100%;
    padding: 8vw 4vw 10.6666666667vw;
  }
}
.coupon__image {
  width: 100%;
  display: block;
  margin: auto;
}
@media only screen and (min-width: 641px) {
  .coupon__image img {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
  }
  .is-not-touch-device .coupon__image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
    position: relative;
  }
}
.coupon__image > img {
  width: 100%;
}

.campaign {
  padding-top: 120px;
  background: #fff url(../img/img_campaign_decoration.png) repeat-y top center;
}
@media only screen and (max-width: 640px) {
  .campaign {
    padding-top: 21.3333333333vw;
  }
}
.campaign__inner {
  width: 950px;
  margin: auto;
  background-color: #fff3c5;
  border: 2px solid #333;
}
@media only screen and (max-width: 640px) {
  .campaign__inner {
    width: auto;
    margin: 0 4vw;
    border-width: 0.8vw;
  }
}
.campaign__heading {
  text-align: center;
  margin-top: -62px;
}
@media only screen and (max-width: 640px) {
  .campaign__heading {
    margin: -13.8666666667vw -0.8vw 0vw;
  }
  .campaign__heading > img {
    width: 100%;
    height: auto;
  }
}
.campaign__text {
  font-size: 18px;
  line-height: 1.9444444444;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .campaign__text {
    font-size: 4.8vw;
    margin-top: 4vw;
    text-align: left;
    padding: 0 4.5333333333vw;
    line-height: 1.6;
  }
}
.campaign__note {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.6666666667;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .campaign__note {
    font-size: 2.9333333333vw;
    margin-top: 0.2666666667vw;
    text-align: left;
    padding: 0 4.5333333333vw;
  }
}
.campaign__close {
  margin-top: 38px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .campaign__close {
    margin-top: 5.3333333333vw;
    padding: 0 2.6666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  .campaign__close > img {
    width: 100%;
    height: auto;
  }
}
.campaign__image {
  margin: 23px auto 30px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .campaign__image {
    width: 81.3333333333vw;
    margin-top: 8vw;
  }
  .campaign__image > img {
    width: 100%;
    height: auto;
  }
}
.campaign__hotel-detail-button {
  width: 360px;
  margin: 0 auto 40px;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.campaign__hotel-detail-button > img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .campaign__hotel-detail-button {
    width: 81.3333333333vw;
    line-height: 12vw;
    font-size: 3.7333333333vw;
    border-radius: 6.2666666667vw;
    border-width: 0.6666666667vw;
    margin-top: 0;
    margin-bottom: 8vw;
  }
}
.campaign__hotel-detail-button:link, .campaign__hotel-detail-button:hover, .campaign__hotel-detail-button:visited {
  color: #fff;
}
.campaign__hotel-detail-button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 640px) {
  .campaign__hotel-detail-button:hover {
    opacity: 1;
  }
}
.campaign__period {
  background: #333;
  padding: 16px 0 18px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .campaign__period {
    padding: 3.7333333333vw 0 2.9333333333vw;
  }
  .campaign__period > img {
    width: 81.3333333333vw;
    height: auto;
    margin: 0 auto;
  }
}

.flow {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .flow {
    margin-top: 5.3333333333vw;
  }
}
.flow__inner {
  width: 950px;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .flow__inner {
    width: auto;
  }
}
.flow__heading {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .flow__heading > img {
    width: 31.8666666667vw;
    height: auto;
  }
}
.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .flow__list {
    display: block;
    margin-top: 4vw;
  }
}
.flow__item + .flow__item {
  margin-left: 22px;
}
@media only screen and (max-width: 640px) {
  .flow__item + .flow__item {
    margin-left: 0;
    margin-top: 2.6666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  .flow__item {
    padding: 0 4vw;
  }
  .flow__item > img {
    width: 100%;
    height: auto;
  }
}

.information {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.information__inner {
  margin: auto;
  width: 950px;
}
@media only screen and (max-width: 640px) {
  .information__inner {
    width: auto;
    padding: 0 4vw;
  }
}
.information__content + .information__content {
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .information__content + .information__content {
    margin-top: 2.6666666667vw;
  }
}
.information__list {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.information__item {
  padding-top: 1px;
  padding-bottom: 15px;
}
.information__button {
  padding: 21px 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  color: white;
  cursor: pointer;
  width: 100%;
  border: none;
  font-weight: bold;
  position: relative;
  background: url(../img/btn_note.png) no-repeat;
  font-family: "Helvetica Neue", Arial, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media only screen and (max-width: 640px) {
  .information__button {
    padding: 3.7333333333vw 0;
    font-size: 4.2666666667vw;
    background: url(../img/sp/btn_note_sp.png) no-repeat;
    background-size: 100% auto;
  }
}
.information__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/icon_note_plus.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 640px) {
  .information__button::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 4vw;
    background-image: url(../img/sp/icon_note_plus_sp.png);
  }
}
.is-open .information__button::after {
  background-image: url(../img/icon_note_minus.png);
}
@media only screen and (max-width: 640px) {
  .is-open .information__button::after {
    background-image: url(../img/sp/icon_note_minus_sp.png);
  }
}
.information__subheading {
  padding: 11px 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 8px;
  margin-top: 30px;
  background: #d5ecfe;
}
@media only screen and (max-width: 640px) {
  .information__subheading {
    padding: 1.6vw 0;
    font-size: 3.2vw;
    margin-top: 4vw;
    border-radius: 0.8vw;
  }
}
.information__text {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 17px;
}
@media only screen and (max-width: 640px) {
  .information__text {
    margin-top: 4.2666666667vw;
    font-size: 2.9333333333vw;
  }
}
.information__text a {
  color: #1558ce;
  text-decoration: underline;
}
@media (hover: hover) {
  .information__text a:hover {
    text-decoration: none;
  }
}
.information__text + .information__text {
  margin-top: 10px;
}
.information__strong {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .information__strong {
    font-size: 3.2vw;
  }
}

.search-plan {
  z-index: 0;
  overflow: hidden;
}
.search-plan__body {
  background: #fff3c5;
  padding-bottom: 220px;
  margin-top: -120px;
  padding-top: 150px;
}
@media only screen and (max-width: 640px) {
  .search-plan__body {
    padding-bottom: 32.8vw;
    margin-top: -8vw;
    padding-top: 13.3333333333vw;
    background-image: url(../img/sp/img_magazine_ttl_decoration_sp.png);
    background-size: 100vw 26.6666666667vw;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 640px) {
  .search-plan {
    margin-top: 7.2vw;
    overflow: visible;
  }
}
.search-plan__header {
  position: relative;
  text-align: center;
  background-image: url(../img/img_plan_ttl_decoration.png);
  background-position: bottom 95px center;
  background-repeat: no-repeat;
  padding-top: 80px;
}
@media only screen and (max-width: 640px) {
  .search-plan__header {
    background-image: url(../img/sp/img_plan_ttl_decoration_sp.png);
    background-size: 100vw 26.6666666667vw;
    padding-top: 5.3333333333vw;
    width: 100%;
    background-position: top center;
  }
}
@media only screen and (max-width: 640px) {
  .search-plan__header > img {
    width: 85.3333333333vw;
    margin: auto;
    height: auto;
  }
}
.search-plan__contents {
  position: relative;
}
.search-plan__contents:before {
  content: "";
  width: 2298px;
  height: calc(100% - 200px);
  background-image: url(../img/img_plan_decoration.png), url(../img/img_magazine_ttl_decoration.png);
  background-repeat: repeat-y, no-repeat;
  background-position: top center, bottom center;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1149px;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .search-plan__contents:before {
    display: none;
  }
}

.search-condition {
  width: 950px;
  margin: 0 auto;
  position: relative;
  border: 2px solid #333;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .search-condition--pc {
    display: none;
  }
}
.search-condition--sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .search-condition--sp {
    display: block;
  }
}
.search-condition--sp iframe {
  left: 0;
}
.search-condition.is-hide {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .search-condition {
    width: calc(100% - 8vw);
    margin: 0 4vw;
    border: 0.5333333333vw solid #333;
  }
  .search-condition__heading {
    background: #333;
    color: white;
    font-weight: bold;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    padding-left: 2.6666666667vw;
    position: relative;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  .search-condition__heading {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .search-condition__heading::before {
    content: "";
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background: url(../img/icon_plan_search.png) no-repeat;
    background-size: 3.7333333333vw;
    display: inline-block;
    margin-right: 1.0666666667vw;
    vertical-align: middle;
    position: relative;
    top: -0.5333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  .search-condition__body {
    background: white;
    padding: 2.6666666667vw 2.4vw 4vw;
    border-top: 0;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  .is-modal-active.is-modal-iframe .search-condition__body iframe {
    border: 0px;
    height: 100% !important;
    position: fixed;
    top: 0;
    z-index: 999;
  }
}
.search-condition .titleRadiusRB {
  background: #333;
  color: white;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  height: 52px;
  line-height: 52px;
  position: relative;
  text-align: center;
  border-radius: 0px;
}
.search-condition .titleRadiusRB::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icon_plan_search.png) no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  vertical-align: middle;
  top: -2px;
}
.search-condition #searchBox_date {
  background: white;
  margin: 0;
  padding: 30px 26px 26px 66px;
  height: auto;
  border-top: 0;
}
.search-condition .searchPanelarea #searchBox_date .item {
  margin-left: 0;
}
.search-condition .searchPanelarea #searchBox_date .item.item__datecheck {
  margin-left: 30px;
  margin-right: 40px;
}
.search-condition .searchPanelarea #searchBox_date .item.number {
  margin-left: 30px;
}
.search-condition .searchPanelarea #searchBox_date .item.number a {
  color: #0099d9 !important;
  text-decoration: underline;
}
.search-condition .searchPanelarea #searchBox_date .item.number a:hover {
  text-decoration: none;
}
.search-condition .searchPanelarea #searchBox_date .item.number #adultnum-selecttag {
  margin-left: 10px;
}
.search-condition .searchPanelarea #searchBox_date input {
  margin: 0;
  padding: 4px 10px;
  border-radius: 4px;
  color: #333;
  background: white;
  border: 2px solid #999;
  height: 30px;
}
.search-condition .jlnpc-top__date-picker .icon {
  top: 5px;
}
.search-condition .searchPanelarea #searchBox_date input#datecheck {
  margin-left: 0;
}
.search-condition .jlnpc-top__date-picker input {
  width: 235px;
}
.search-condition #dateLine2 {
  margin-top: 10px;
}
.search-condition .item__datecheck label {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.search-condition .searchPanelarea #searchBox_date select {
  border: 0;
  background: white;
  font-size: 14px;
  border-radius: 4px;
  color: #333;
  border: 2px solid #999;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search-condition .searchPanelarea #searchBox_date p {
  font-size: 14px;
  color: #333;
}
.search-condition .searchPanelarea #searchBox_date .number .caption span {
  font-size: 14px;
  color: #333;
}
.search-condition #dateLine2 .ssc_area {
  margin-right: 20px;
}
.search-condition .searchPanelarea #searchBox_date .number #adultnum-text + p.caption {
  margin-left: 40px !important;
}
.search-condition #dyn_badget_min + span {
  font-size: 14px;
  color: #333;
}
.search-condition #kodawari label {
  font-size: 14px;
  color: #333;
  display: inline-block;
  line-height: 28px;
}
.search-condition .searchPanelarea #searchBox_date #kodawari input {
  margin: 0px 5px 7px 20px;
  position: relative;
  top: -1px;
}
.search-condition #dateLine2 .button {
  width: 460px;
  margin: 20px auto 0;
}
.search-condition button#research {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  width: 460px;
  height: 48px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: url(../img/btn_plan_search.png) no-repeat;
  font-family: "Helvetica Neue", Arial, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.search-condition button#research:hover {
  opacity: 0.8;
}
.search-condition .jlnpc-top__calendar .dyn_cal {
  top: -177px;
}
.search-condition #kodawari > p {
  margin-right: 15px;
}
.search-condition #kodawari label + label {
  margin-left: 10px;
}
.search-condition #searchBox_date input[type=checkbox] {
  display: none;
}
.search-condition #searchBox_date input[type=checkbox]:checked + label .custom-checkbox::before {
  background: url(../img/img_plan_box_active.png) no-repeat;
}
.search-condition #searchBox_date input[type=checkbox]:checked + .custom-checkbox::before {
  background: url(../img/img_plan_box_active.png) no-repeat;
}
.search-condition #searchBox_date .custom-checkbox {
  padding-left: 20px;
  position: relative;
}
.search-condition #searchBox_date .custom-checkbox::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/img_plan_box.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body div#roompanel-block {
  left: 45% !important;
}

.search-area {
  width: 950px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
  border: 2px solid #333;
}
@media only screen and (max-width: 640px) {
  .search-area {
    width: calc(100% - 8vw);
    margin: 4vw 4vw 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0.5333333333vw solid #333;
    border-width: 0.5333333333vw 0.5333333333vw 0;
  }
}
.search-area__heading {
  background: #333;
  color: white;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  height: 52px;
  line-height: 52px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .search-area__heading {
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    padding-left: 2.6666666667vw;
    text-align: left;
  }
}
.search-area__heading::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icon_plan_search.png) no-repeat;
  background-size: 16px 16px;
  background-size: 16px 16px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 640px) {
  .search-area__heading::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background-size: 3.7333333333vw 3.7333333333vw;
    top: -0.5333333333vw;
  }
}
.search-area__body {
  background: white;
  margin: 0;
  border-top: 0;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .search-area__body {
    border-radius: 0;
    background: white;
    padding: 4vw 3.7333333333vw 0;
    border-top: 0;
    border-top: 0;
  }
}
.search-area__result {
  display: none;
}
@media only screen and (max-width: 640px) {
  .search-area__result {
    display: block;
    height: 9.6vw;
    line-height: 9.6vw;
    padding: 0 2.6666666667vw;
    border-radius: 0.8vw;
    background: #ff5800;
    color: white;
    font-size: 3.2vw;
    font-weight: bold;
    -webkit-transition: border-radius 300ms;
    transition: border-radius 300ms;
    position: relative;
  }
  .is-open .search-area__result {
    border-radius: 0.8vw 0.8vw 0 0;
  }
  .search-area__result::after {
    content: "";
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background: url(../img/sp/arrow_plan_region_sp.png) no-repeat;
    background-size: 4.2666666667vw 4.2666666667vw;
    position: absolute;
    top: 50%;
    right: 2.6666666667vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.search-area__nav {
  padding: 20px 8px 20px;
  background: #fbf4ea;
  border-radius: 6px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .search-area__nav {
    -webkit-transition: height 300ms;
    transition: height 300ms;
    overflow: hidden;
    height: 0;
    padding: 0;
  }
}
.search-area__nav::after {
  content: "";
  width: 42px;
  height: 20px;
  background: url(../img/arrow_plan.png) no-repeat;
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 640px) {
  .search-area__nav::after {
    display: none;
  }
}
.search-area__list {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .search-area__list {
    margin: 0;
    padding: 0 4vw 5.3333333333vw;
    background: #fbf4ea;
  }
}
.search-area__item {
  float: left;
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 40px 6px 20px;
  border: 2px solid transparent;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .search-area__item {
    float: none;
    padding: 0;
    border: 0;
  }
  .search-area__item + .search-area__item {
    margin-top: 1.6vw;
  }
}
.search-area__item::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  height: 10px;
  bottom: -2px;
  z-index: 11;
}
.is-not-touch-device .search-area__item:hover, .search-area__item.is-active {
  border-color: #ff6600;
  background: white;
}
.is-not-touch-device .search-area__item:hover.is-single, .search-area__item.is-active.is-single {
  border-color: transparent;
  color: #ff6600;
  background: transparent;
}
.is-not-touch-device .search-area__item:hover.is-single::before, .search-area__item.is-active.is-single::before {
  display: none;
}
.is-not-touch-device .search-area__item:hover::before, .search-area__item.is-active::before {
  display: block;
}
@media only screen and (max-width: 640px) {
  .is-not-touch-device .search-area__item:hover::before, .search-area__item.is-active::before {
    display: none;
  }
}
.is-not-touch-device .search-area__item:hover .search-detail, .search-area__item.is-active .search-detail {
  display: block;
  z-index: 10;
}
.is-not-touch-device .search-area__item:hover .search-area__text::after, .search-area__item.is-active .search-area__text::after {
  background: url(../img/arrow_plan_region_active.png) no-repeat;
}
@media only screen and (max-width: 640px) {
  .is-not-touch-device .search-area__item:hover .search-area__text::after, .search-area__item.is-active .search-area__text::after {
    background: url(../img/sp/arrow_plan_area_sp.png) no-repeat;
    background-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 640px) {
  .is-not-touch-device .search-area__item:hover, .search-area__item.is-active {
    border: 0;
  }
}
@media only screen and (max-width: 640px) {
  .search-area__item.is-single {
    margin-top: 0;
  }
  .search-area__item.is-single .search-area__text {
    font-size: 3.2vw;
    color: #333;
    line-height: 12.2666666667vw;
    height: 12.2666666667vw;
    padding: 0 4vw;
    border: 0;
    background: transparent;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  .search-area__item.is-single .search-area__text::after {
    width: 2.2666666667vw;
    height: 3.3333333333vw;
    background: url(../img/sp/arrow_plan_zone_sp.png) no-repeat;
    background-size: 2.2666666667vw 3.3333333333vw;
    right: 4vw;
  }
}
@media only screen and (max-width: 640px) {
  .search-area__item.is-single + .search-area__item {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .search-area__item.is-single + .search-area__item.is-single {
    border-top: 0.2666666667vw solid #ddd4c7;
    border-radius: 0;
  }
}
@media only screen and (max-width: 640px) {
  .search-area__item.is-single:last-child {
    border-bottom: 0.2666666667vw solid #ddd4c7;
  }
}
.search-area__item.is-hidden {
  display: none !important;
}
.search-area__item:nth-child(1) .search-detail {
  right: 0px;
}
.search-area__item:nth-child(2) .search-detail {
  border-radius: 0 6px 6px 6px;
  left: -2px;
}
.search-area__item:nth-child(3) .search-detail {
  border-radius: 0 6px 6px 6px;
  left: -2px;
}
.search-area__item:nth-child(4) .search-detail {
  border-radius: 0 6px 6px 6px;
  left: -2px;
}
.search-area__item:nth-child(5) .search-detail {
  border-radius: 0 6px 6px 6px;
  left: -2px;
}
.search-area__item:nth-child(6) .search-detail {
  border-radius: 0 6px 6px 6px;
  left: -2px;
}
.search-area__item:nth-child(7) .search-detail {
  border-radius: 0 6px 6px 6px;
  left: -2px;
}
.search-area__item:nth-child(8) .search-detail {
  right: -200px;
}
.search-area__item:nth-child(9) .search-detail {
  right: -100px;
}
.search-area__item:nth-child(10) .search-detail {
  border-radius: 0 6px 6px 6px;
  left: -2px;
}
.search-area__item:nth-child(11) .search-detail {
  border-radius: 0 6px 6px 6px;
  left: -2px;
}
.search-area__item:nth-child(12) .search-detail {
  right: -508px;
}
.search-area__item:nth-child(13) .search-detail {
  right: -509px;
}
.search-area__text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .search-area__text {
    width: 100%;
    display: block;
    border: 0.5333333333vw solid #ff6600;
    border-radius: 0.8vw;
    height: 9.6vw;
    line-height: 8.5333333333vw;
    color: #ff6600;
    font-size: 3.2vw;
    font-weight: bold;
    padding: 0 2.6666666667vw;
    background: white;
  }
}
.search-area__text::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/arrow_plan_region.png) no-repeat;
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 640px) {
  .search-area__text::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    background: url(../img/sp/arrow_plan_area_sp.png) no-repeat;
    background-size: 4.2666666667vw;
    right: 2.6666666667vw;
  }
}

.search-condition--sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .search-condition--sp {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .search-condition--pc {
    display: none;
  }
}

.area-nav__heading {
  font-size: 18px;
  line-height: 1.3333333333;
}
@media only screen and (max-width: 640px) {
  .area-nav__heading {
    padding: 4.5333333333vw;
    font-size: 4.2666666667vw;
    font-weight: bold;
    color: white;
    background-color: #ef7ace;
    border-radius: 0.8vw;
    position: relative;
    border: 0.5333333333vw solid #333;
    border-radius: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  .area-nav__heading::after {
    content: "";
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background: url(../img/sp/arrow_plan_sp.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 3.4666666667vw;
    top: 50%;
    margin-top: -2.6666666667vw;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    border-radius: 2.1333333333vw;
    overflow: hidden;
  }
}
@media only screen and (max-width: 640px) {
  .is-open .area-nav__heading {
    border-radius: 1.6vw 1.6vw 0 0;
  }
}
@media only screen and (max-width: 640px) {
  .is-open .area-nav__heading::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.area-nav__body {
  padding: 26px 30px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .area-nav__body {
    -webkit-transition: height 300ms;
    transition: height 300ms;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin-top: 0;
    border-radius: 0;
  }
}
.area-nav__list {
  margin-top: -19px;
}
@media only screen and (max-width: 640px) {
  .area-nav__list {
    margin-top: 0;
    padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw;
    background: #fff3c5;
    border-radius: 0 0 1.6vw 1.6vw;
    border: 0.5333333333vw solid #333;
    border-top: 0;
  }
}
.area-nav__item {
  float: left;
  margin-top: 19px;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .area-nav__item {
    float: none;
    margin: 0;
  }
}
.area-nav__item.is-active .area-nav__name::after {
  background: url(../img/arrow_plan_region_active.png) no-repeat;
  background-size: cover;
}
.area-nav__item.is-active::before {
  content: "";
  background: white;
  top: -6px;
  left: -20px;
  right: -20px;
  bottom: 0;
  z-index: 0;
  position: absolute;
  border: 2px solid #ff6600;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
}
@media all and (-ms-high-contrast: none) {
  .area-nav__item.is-active::before {
    bottom: -12px;
  }
}
.area-nav__item.is-active::after {
  content: "";
  position: absolute;
  left: -18px;
  right: -18px;
  bottom: -4px;
  background: white;
  height: 5px;
  z-index: 3;
}
@media all and (-ms-high-contrast: none) {
  .area-nav__item.is-active::after {
    bottom: -9px;
  }
}
@media only screen and (max-width: 640px) {
  .area-nav__item.is-open .area-nav__name::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 640px) {
  .area-nav__item + .area-nav__item {
    margin-top: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  .area-nav__item--single {
    margin-top: 0 !important;
  }
}
.area-nav__name {
  font-size: 18px;
  padding-right: 24px;
  position: relative;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 640px) {
  .area-nav__name {
    font-size: 3.2vw;
    border: 0.5333333333vw solid #ef7ace;
    border-radius: 1.6vw;
    background: white;
    padding: 2.4vw 2.6666666667vw;
    color: #ef7ace;
  }
}
.area-nav__name::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 18px;
  height: 18px;
  background: url(../img/arrow_plan_region.png) no-repeat;
  background-size: cover;
}
@media all and (-ms-high-contrast: none) {
  .area-nav__name::after {
    margin-top: -4px;
  }
}
@media only screen and (max-width: 640px) {
  .area-nav__name::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 50%;
    right: 2.6666666667vw;
    margin-top: -2.6666666667vw;
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    background-size: 5.3333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  .area-nav__name--single {
    border: 0;
    background: transparent;
    font-size: 3.2vw;
    color: #3D1800;
    padding: 2.9333333333vw 2.6666666667vw;
    font-weight: normal;
    margin-bottom: -1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  .area-nav__name--single::after {
    content: "";
    width: 2.4vw;
    height: 3.2vw;
    background: url(../img/arrow_plan_area.png) no-repeat;
    background-size: cover;
    top: 50%;
    right: 3.4666666667vw;
    margin-top: -1.6vw;
  }
}
@media only screen and (min-width: 641px) {
  .area-nav__name--single:hover {
    color: #FF5800;
  }
}

.ken-nav {
  display: none;
  visibility: hidden;
  border: 2px solid #ff6600;
  background-color: white;
  position: absolute;
  top: 27px;
  left: -30px;
  border-radius: 6px;
  padding: 13px 20px;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .ken-nav {
    display: block;
    visibility: visible;
    height: 0;
    -webkit-transition: height 300ms;
    transition: height 300ms;
    overflow: hidden;
    position: static;
    border: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
}
.ken-nav.is-adjust {
  left: auto;
  right: -130px;
}
.is-visible .ken-nav {
  visibility: visible;
}
.is-active .ken-nav {
  display: block;
}
.ken-nav__list {
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .ken-nav__list {
    white-space: normal;
  }
}
.ken-nav__item {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #3D1800;
  padding-left: 15px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .ken-nav__item {
    display: block;
    border: 0;
    background: transparent;
    font-size: 3.2vw;
    color: #3D1800;
    padding: 2.9333333333vw 2.6666666667vw;
    font-weight: normal;
  }
}
.ken-nav__item + .ken-nav__item {
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  .ken-nav__item + .ken-nav__item {
    margin: 0;
    border-top: 0.2666666667vw solid #DDD4C7;
  }
}
@media only screen and (max-width: 640px) {
  .ken-nav__item:last-child {
    padding-bottom: 1.3333333333vw;
  }
}
.ken-nav__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../img/arrow_plan_area.png) no-repeat;
  background-size: cover;
  width: 10px;
  height: 14px;
}
@media all and (-ms-high-contrast: none) {
  .ken-nav__item::before {
    margin-top: -4px;
  }
}
@media only screen and (max-width: 640px) {
  .ken-nav__item::before {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .ken-nav__item::after {
    content: "";
    position: absolute;
    width: 2.2666666667vw;
    height: 3.3333333333vw;
    background: url(../img/sp/arrow_plan_area_sp.png) no-repeat;
    background-size: cover;
    top: 50%;
    right: 3.4666666667vw;
    margin-top: -1.6vw;
  }
}
@media only screen and (min-width: 641px) {
  .ken-nav__item:hover::before {
    background: url(../img/arrow_plan_area_active.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 641px) {
  .ken-nav__item:hover {
    color: #FF5800;
  }
}

.yado {
  width: 1050px;
  margin: -88px auto 0;
  padding-top: 88px;
  background-color: white;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .yado {
    padding: 5.3333333333vw 4vw 8vw;
    width: calc(100% - 8vw);
    margin: 0 4vw;
    border: 0.5333333333vw solid #333;
    border-width: 0 0.5333333333vw 0.5333333333vw;
    border-radius: 0;
  }
}
@media only screen and (max-width: 640px) {
  .yado__empty > img {
    width: 100%;
    height: auto;
  }
}
.yado__body {
  opacity: 1;
  margin-top: 33px;
  padding: 0 50px 50px;
}
@media only screen and (max-width: 640px) {
  .yado__body {
    margin-top: 0;
    padding: 0;
  }
}
.yado__body.is-transition {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.yado__body.is-fade {
  opacity: 0;
}
.yado__heading {
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  .yado__heading {
    font-size: 3.2vw;
  }
}
.yado__heading span {
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  .yado__heading span {
    font-size: 4.2666666667vw;
  }
}
.yado__content {
  display: none;
}
.yado__content.is-active {
  display: block;
}
.yado__list {
  margin-top: -10px;
  margin-right: -30px;
}
@media only screen and (max-width: 640px) {
  .yado__list {
    margin: 1.6vw 0 0;
  }
}
.yado__item {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .yado__item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .yado__item + .yado__item {
    margin-top: 4.8vw;
  }
}
.yado__more {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
  border: 2px solid #333;
  width: 460px;
  margin: 30px auto 0;
  display: block;
  border-radius: 6px;
  text-align: center;
  font-size: 20px;
  background: #ef7ace;
  font-weight: bold;
  padding: 7px 0;
  cursor: pointer;
}
@media only screen and (min-width: 641px) {
  .yado__more:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 640px) {
  .yado__more {
    font-size: 4.2666666667vw;
    margin: 8vw 0 0;
    width: 100%;
    border-radius: 1.6vw;
    padding: 2.9333333333vw 0 2.6666666667vw;
    border-width: 0.5333333333vw;
  }
}
.yado__nothing {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 80px 0;
}
@media only screen and (max-width: 640px) {
  .yado__nothing {
    font-size: 3.4666666667vw;
    padding: 8vw 0;
  }
}

.jalan-card {
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  opacity: 0;
  width: 200px;
  padding: 22px 0 18px;
}
@media only screen and (max-width: 640px) {
  .jalan-card {
    width: 100%;
    padding: 0;
    width: 100%;
  }
}
.jalan-card.is-matched-height {
  opacity: 1;
}
.jalan-card__header {
  background: #333;
  padding: 4px 10px;
}
@media only screen and (max-width: 640px) {
  .jalan-card__header {
    padding: 1.0666666667vw 2.6666666667vw;
  }
}
.jalan-card__places {
  font-size: 12px;
  line-height: 1.3333333333;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .jalan-card__places {
    display: block;
    font-size: 2.9333333333vw;
    line-height: 1.4545454545;
  }
}
.jalan-card__place {
  display: inline;
}
.jalan-card__place::after {
  content: " > ";
}
.jalan-card__place:last-child::after {
  content: "";
  display: none;
}
.jalan-card__main {
  margin-top: 6px;
}
@media only screen and (max-width: 640px) {
  .jalan-card__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 2.6666666667vw;
  }
}
.jalan-card__name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .jalan-card__name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 3.2vw;
    line-height: 1.5833333333;
    padding-bottom: 6.6666666667vw;
  }
}
.jalan-card__name > a {
  text-decoration: underline;
}
@media (hover: hover) {
  .jalan-card__name > a:hover {
    text-decoration: none;
  }
}
.jalan-card__main-img {
  position: relative;
  margin-top: 12px;
  min-height: 150px;
}
@media only screen and (max-width: 640px) {
  .jalan-card__main-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.4vw;
    flex: 0 0 30.4vw;
    position: static;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
    margin-right: 2.6666666667vw;
    min-height: 1px;
  }
}
.jalan-card__main-img img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  border: 1px solid #ddd;
}
@media only screen and (max-width: 640px) {
  .jalan-card__main-img img {
    height: 22.8vw;
  }
}
.jalan-card__pointup {
  position: absolute;
  background: white;
  color: #ff5800;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  border: 2px solid #ff5800;
  padding: 4px 14px 3px;
  border-radius: 12px;
  top: 6px;
  left: -10px;
  line-height: 1.1;
}
@media only screen and (max-width: 640px) {
  .jalan-card__pointup {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    font-size: 2.9333333333vw;
    border-width: 0.5333333333vw;
    border-radius: 2.6666666667vw;
    padding: 0.4vw 3.7333333333vw;
  }
}
.jalan-card__footer {
  margin-top: 11px;
}
@media only screen and (max-width: 640px) {
  .jalan-card__footer {
    margin-top: 2.6666666667vw;
    padding-top: 1.8666666667vw;
    border-top: 0.2666666667vw solid #ccc;
  }
}
.jalan-card__plan {
  font-size: 12px;
  line-height: 1.5;
  max-height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.jalan-card__plan > a {
  text-decoration: underline;
}
@media (hover: hover) {
  .jalan-card__plan > a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 640px) {
  .jalan-card__plan {
    font-size: 3.2vw;
    line-height: 1.5833333333;
    max-height: 100px !important;
    display: block;
    overflow: visible;
    -webkit-line-clamp: 10 !important;
  }
}
.jalan-card__info {
  margin-top: 8px;
}
@media only screen and (max-width: 640px) {
  .jalan-card__info {
    margin-top: 0.5333333333vw;
  }
}
.jalan-card__links {
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .jalan-card__links {
    margin-top: 1.0666666667vw;
    padding: 0 2.6666666667vw;
  }
}
.jalan-card__link {
  text-align: center;
  font-weight: bold;
}
.jalan-card__link > a {
  text-decoration: underline;
}
@media (hover: hover) {
  .jalan-card__link > a:hover {
    text-decoration: none;
  }
}
.jalan-card__link + .jalan-card__link {
  margin-top: 8px;
}
@media only screen and (max-width: 640px) {
  .jalan-card__link + .jalan-card__link {
    margin-top: 2.6666666667vw;
  }
}
.jalan-card__button {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  font-family: "Helvetica Neue", Arial, Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  height: 48px;
}
@media only screen and (min-width: 641px) {
  .jalan-card__button:hover {
    opacity: 0.8;
  }
}
.jalan-card__button--plan {
  font-size: 14px;
  background: url(../img/btn_plan_detail.png) no-repeat;
  line-height: 48px;
}
@media only screen and (max-width: 640px) {
  .jalan-card__button--plan {
    width: 70.6666666667vw;
    height: 12.8vw;
    line-height: 12.8vw;
    margin: auto;
    background: url(../img/sp/btn_plan_detail_sp.png) no-repeat;
    background-size: 70.6666666667vw 12.8vw;
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 640px) {
  .jalan-card__anchor {
    font-size: 3.2vw;
    line-height: 1.1;
    padding: 1.0666666667vw 0 0;
    display: block;
  }
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media only screen and (max-width: 640px) {
  .price {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.price__heading {
  font-size: 11px;
}
@media only screen and (max-width: 640px) {
  .price__heading {
    font-size: 3.2vw;
    margin-right: 1.6vw;
  }
}
.price__content {
  color: #FF0000;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .price__content {
    font-size: 3.7333333333vw;
  }
}
.price__content > span {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .price__content > span {
    font-size: 4.8vw;
  }
}

.magazine {
  padding: 0 0 30px;
}
@media only screen and (max-width: 640px) {
  .magazine {
    padding: 5.3333333333vw 4vw;
  }
}
.magazine__heading {
  text-align: center;
  z-index: 1;
  position: relative;
}
.magazine__heading > img {
  margin-top: -110px;
}
@media only screen and (max-width: 640px) {
  .magazine__heading > img {
    width: 77.6vw;
    height: auto;
    margin: -24.8vw auto 0;
  }
}
.magazine__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .magazine__link {
    margin-top: 5.3333333333vw;
  }
}
@media only screen and (min-width: 641px) {
  .magazine__link > a img {
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
  }
  .is-not-touch-device .magazine__link > a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
    position: relative;
  }
}
.magazine__link > a > img {
  width: 950px;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .magazine__link > a > img {
    width: 100%;
    height: auto;
  }
}

.pagetop {
  width: 80px;
  height: 80px;
  position: fixed;
  text-indent: -9999px;
  right: 25px;
  bottom: 15px;
  background-image: url(../img/page_top.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .pagetop {
    width: 16vw;
    height: 16vw;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}