@charset "UTF-8";
@import url(https://use.fontawesome.com/releases/v5.4.1/css/all.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,500,700,900&subset=japanese);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&family=Noto+Serif+JP&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&display=swap);
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: 0
}
textarea {
  resize: vertical
}
input[type=checkbox], input[type=radio] {
  display: none
}
button, input[type=button], input[type=submit], label, select {
  cursor: pointer
}
select::-ms-expand {
  display: none
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%
}
a {
  text-decoration: none
}
img {
  image-rendering: -webkit-optimize-contrast
}
.clearfix:after {
  content: "";
  display: table;
  clear: both
}
body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Sans-serif;
  background: #fff
}


.is-pc {
  display: block;
}

.is-sp {
  display: none
}
.is-sp-s {
  display: none
}
[data-anim-element] {
  opacity: 0
}
[v-cloak] {
  display: none
}
a {
  color: inherit
}
a:visited {
  color: inherit
}
a:link {
  color: inherit
}
.sec-tit {
  position: relative;
  font-family: 'Noto Serif JP';
  font-weight: 300;
  font-size: 38px;
  line-height: 1.44;
  color: #b8922c;
  padding-left: 80px;
  margin-bottom: 30px
}
.sec-tit::before {
  position: absolute;
  display: block;
  content: '';
  width: 52px;
  height: 58px;
  /*background-image: url(../img/top/ico_recommended_tour.svg);*/
  background-image: url(../img/top/osusume_icon.png) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0
}
.article_2col_block {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 98px
}
.article_2col_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.article_2col_block ul li {
  width: 46.7%
}
.article_2col_block ul li a {
  display: block;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.article_2col_block ul li a:hover {
  opacity: .8
}
.article_3col_block {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 98px;
  overflow: hidden
}
.article_3col_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -45px -80px 0
}
.article_3col_block ul li {
  margin: 0 45px 80px 0;
  width: calc(33.3% - 45px)
}
.article_3col_block ul li a {
  display: block;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.article_3col_block ul li a:hover {
  opacity: .8
}
.article_item_block__head {
  position: relative;
  margin-bottom: 20px
}
.article_item_block__image {
  padding-top: 61%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}
.article_item_block__tag {
  display: none;
}
/*日本/東京等　のlable おすすめツアーページ*/
/*.article_item_block__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-block;
  font-size: 12px;
  letter-spacing: .05em;
  color: #000000;
  background-color: #fff;
  background: #9aff24;
  padding: 8px 12px;
  border-radius: 50em
}*/
.article_item_block__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: .05em;
  margin-bottom: 14px
}
.article_item_block__title--small {
  font-size: 16px;
  margin-bottom: 8px
}
.article_item_block__text {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .05em
}
.article_item_block__text + .article_item_block__price {
  margin-top: 23px
}
.article_item_block__text--small {
  line-height: 1.6
}
.article_item_block__text--small + .article_item_block__price {
  margin-top: 10px
}
.article_item_block__price {
  font-family: Inter;
  font-weight: 500;
  line-height: 1.2;
  color: #b8922c;
}
.article_item_block__price span:nth-of-type(1) {
  font-size: 20px
}
.article_item_block__price span:nth-of-type(2) {
  font-size: 26px
}
.article_item_block__price span:nth-of-type(3) {
  font-size: 17px
}
.article_item_block__price--small span:nth-of-type(1) {
  font-size: 16px
}
.article_item_block__price--small span:nth-of-type(2) {
  font-size: 22px
}
.article_item_block__price--small span:nth-of-type(3) {
  font-size: 14px
}
.breadcrumb_block {
  padding: 28px 0 28px 20px;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1
}
.breadcrumb_block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none
}
.breadcrumb_block__list::-webkit-scrollbar {
  display: none
}
.breadcrumb_block__item {
  font-family: Inter;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .05em;
  color: #000;
  margin-right: 12px;
  white-space: nowrap
}
.breadcrumb_block__item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../img/common/icon_breadcrumb_arrow.svg) no-repeat center center/contain;
  margin-right: 12px
}
.breadcrumb_block__item:first-child::before {
  display: none
}
.breadcrumb_block__item:last-child {
  color: #6d6d6d;
  pointer-events: none
}
.contact_btn {
  width: calc(284 / 1440 * 100vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50em
}
.contact_btn a {
  display: block;
  font-weight: 700;
  font-size: calc(16 / 1440 * 100vw);
  padding: 19px 20px 20px;
  line-height: 1.43;
  letter-spacing: .1em;
  color: #b8922c;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.contact_btn a:hover {
  opacity: .7
}
.list_link_btn {
  position: relative;
  text-align: left;
  width: 258px;
  margin: 0 auto;
  display: block;
  border: 1px solid #cfcfcf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: .05em;
  color: #3a3a3a
}
.list_link_btn::before {
  position: absolute;
  display: block;
  content: '';
  background-image: url(../img/common/ico_arrow_right.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 6px;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.list_link_btn a {
  display: block;
  padding: 20px 50px
}
.view_more_btn {
  width: 258px;
  font-family: 'Noto Serif JP';
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .08em;
  color: #006548;
  padding: 18px 20px;
  border: 1px solid #006548;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px
}
.view_more_rectangle_btn {
  width: 258px;
  margin: auto
}
.view_more_rectangle_btn a, .view_more_rectangle_btn button {
  position: relative;
  text-align: left;
  display: block;
  width: 100%;
  padding: 20px 0 20px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Noto Serif JP;
  font-size: 16px;
  letter-spacing: .08em;
  color: #6d6d6d;
  border: 1px solid #6d6d6d;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.view_more_rectangle_btn a:hover, .view_more_rectangle_btn button:hover {
  opacity: .6
}
.view_more_rectangle_btn a::before, .view_more_rectangle_btn button::before {
  position: absolute;
  top: 42%;
  right: 60px;
  content: "";
  display: block;
  width: 25px;
  height: 10px;
  background: url(../img/common/ico_arrow_link_gray.svg) no-repeat center center/contain
}
.search_tour_btn {
  position: relative;
  display: block;
  width: 281px;
  background: #ff6b00;
  border-radius: 90px;
  font-weight: 700;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: .05em;
  color: #fff;
  margin: 56px auto 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.search_tour_btn::before {
  position: absolute;
  display: block;
  content: '';
  background-image: url(../img/common/ico_search.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 19px;
  height: 19px;
  top: 50%;
  left: 23%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.search_tour_btn_close {
  display: none
}
.search_side_nav__btn {
  width: 100%;
  padding: 17px 20px;
  background: #ff3d00;
  border-radius: 66px;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: .05em;
  color: #fff
}
.card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 68px;
  margin-left: -45px
}
.card__list.card__list_2col {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -42px
}
.card__list.card__list_2col .card__item {
  width: calc(50% - 42px);
  margin-bottom: 60px;
  margin-left: 42px;
  margin-right: 0
}
.card__list.card__list_2col .card__item a img {
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.card__list.card__list_2col .card__item a img:hover {
  opacity: .8
}
.card__list.card__list_2col .card__tax {
  font-weight: 700;
  font-size: 12px
}
.card__item {
  position: relative;
  width: calc(33.3% - 45px);
  margin-left: 45px
}
.card__img {
  width: 100%
}
.card__img img {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.card__img img:hover {
  opacity: .8
}
.card__label {
  display: none;
}
/*日本/東京等　のlable　*/
/*.card__label {
  position: absolute;
  background: #9aff24;
  border-radius: 40px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .05em;
  color: #000000;
  top: 13px;
  left: 15px;
  padding: 9px 14px;
  text-align: center
}*/
.card__tour-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.43;
  letter-spacing: .05em;
  color: #3a3a3a;
  margin-top: 16px;
  margin-bottom: 8px
}
.card__detail {
  font-size: 13px;
  line-height: 1.7;
  text-align: justify;
  letter-spacing: .05em;
  color: #3a3a3a;
  margin-bottom: 12px
}
.card__price {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #b8922c
}
.card__price .recommended_tour__tax {
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: .05em
}
.card__price .recommended_tour__yen {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .05em
}
.card__tax {
  font-size: 12px;
  letter-spacing: .05em
}
.contact_block {
  /*background-image: url(../img/common/pic_contact_bg.jpg);*/
  background-color: #eeeeee;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.contact_block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 63px 0 68px;
  max-width: 1210px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.contact_block__inner .contact_block_description {
  color: #fff;
  line-height: 1.44;
  margin-top: 5px;
  margin-left: 5px
}
.contact_block__inner .contact_block_description__img {
  width: 66px
}
.contact_block__inner .contact_block_description__img img {
  width: 100%
}
.contact_block__inner .contact_block_description__tit {
  font-family: 'Noto Serif JP';
  font-size: calc(36 / 1440 * 100vw);
  letter-spacing: .08em;
  margin-top: 3px;
  margin-bottom: 19px;
  color: #b8922c;
}
.contact_block__inner .contact_block_description__txt {
  font-size: calc(16 / 1440 * 100vw);
  letter-spacing: .1em;
  font-weight: 300;
  color: #000000;
}
.contact_block__inner .contact_block_tell {
  position: relative;
  color: #000000;
  margin-left: calc(90 / 1440 * 100vw);
  margin-right: calc(170 / 1440 * 100vw)
}
.contact_block__inner .contact_block_tell::before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 90px;
  border-right: 1px solid #73847d;
  top: 55%;
  right: calc(-88 / 1440 * 100vw);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.contact_block__inner .contact_block_tell__tit {
  display: inline-block;
  font-size: calc(16 / 1440 * 100vw);
  line-height: 23px;
  letter-spacing: .1em;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  margin-top: 15px
}
.contact_block__inner .contact_block_tell__phone {
  position: relative;
  font-family: Inter;
  font-weight: 600;
  font-size: calc(35 / 1440 * 100vw);
  line-height: 1.23;
  letter-spacing: .05em;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 28px
}
.contact_block__inner .contact_block_tell__phone::before {
  position: absolute;
  display: block;
  content: '';
  background-image: url(../img/common/ico_phone_white.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 21px;
  height: 28px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.contact_block__inner .contact_block_tell__time {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .09em;
  font-weight: 300
}
.contact_block__inner .contact_block_tell__time span {
  font-family: Inter;
  font-weight: 200;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: .09em
}
.contact_block__inner .contact_block_link {
  margin-top: 40px
}
.footer_block {
  background: #000000;
  color: #fff;
  padding: 0 20px
}
.footer_block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 30px;
  max-width: 1200px;
  margin: 0 auto
}
.footer_block__info {
  -ms-flex-item-align: end;
  align-self: flex-end
}
.footer_block__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px
}
.footer_block__logo h2 {
  width: 50%;
  margin-right: 20px;
}
.footer_block__logo h2 img {
  width: 100%
}
 h3.t-league_f_logo {
  margin-right: 20px;
}

.footer_block__tit {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: .08em;
  margin-top: 8px
}
.footer_block__tit span {
  font-family: Inter;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .08em;
  padding-left: 4px
}
.footer_block__menu .footer_block_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 43px
}
.footer_block__menu .footer_block_link__item {
  font-size: 14px;
  line-height: 1.46;
  letter-spacing: .14em
}
.footer_block__menu .footer_block_link__item + .footer_block_link__item {
  margin-left: 50px
}
.footer_block__menu .footer_block_link__item a {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.footer_block__menu .footer_block_link__item a:hover {
  opacity: .7
}
.footer_block__menu .footer_block_country {
  width: 300px
}
.footer_block__menu .footer_block_country__head {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .14em;
  color: #fff;
  margin-bottom: 25px
}
.footer_block__menu .footer_block_country ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px 0 0 0
}
.footer_block__menu .footer_block_country ul li {
  margin: 12px 0 0 0;
  width: 50%
}
.footer_block__menu .footer_block_country ul li a {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .14em;
  color: #a88665;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  display: block;
  padding-left: 10px;
  position: relative
}
.footer_block__menu .footer_block_country ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: url(../img/common/ico_triangle_brown.svg) no-repeat center center/contain;
  width: 5px;
  height: 12px
}
.footer_block__menu .footer_block_country ul li a:hover {
  opacity: .7
}
.footer_block__menu .footer_block_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.footer_block__menu .footer_block_sns__tit {
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: .14em
}
.footer_block__menu .footer_block_sns li + li {
  margin-left: 18px
}
.footer_block .copy {
  font-family: Inter;
  font-size: 12px;
  letter-spacing: .08em;
  color: #fff;
  text-shadow: 0 0 2.86686px rgba(0, 0, 0, .15)
}
.form_block__group {
  margin-bottom: 30px
}
.form_block__group .error {
  margin-top: 10px
}
.form_block__title {
  display: inline-block;
  font-size: 15px;
  line-height: 1.46;
  letter-spacing: .05em;
  color: #000;
  margin-bottom: 20px
}
.form_block__required {
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: .05em;
  color: #fff;
  padding: 1px 12px 2px;
  background: #f66;
  margin-left: 10px
}
.form_block__required02 {
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: .05em;
  color: #f66;
  background: #fbe4e4;
  border: 1px solid #f66;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 4px 12px 5px;
  margin-left: 10px
}
.form_block__bottom_head {
  margin-bottom: 10px
}
.form_block__bottom_title {
  display: inline;
  font-size: 15px;
  line-height: 1.46;
  letter-spacing: .05em;
  color: #4b4b4b
}
.form_block__bottom_subTitle {
  display: inline;
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: .05em;
  color: #6d6d6d;
  margin-left: 47px
}
.form_block__bottom_subTitle span {
  color: #fb4f06
}
.form_block__bottom_text {
  padding: 30px 40px;
  height: 268px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: scroll;
  background: #f2f2f2;
  margin-bottom: 30px
}
.form_block__bottom_text p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .05em;
  color: #4b4b4b
}
.form_block__input_text input, .form_block__input_text textarea {
  width: 100%;
  padding: 12px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bbb;
  font-size: 15px;
  line-height: 1.46;
  letter-spacing: .05em;
  color: #000
}
.form_block__input_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.44;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: .05em;
  color: #4b4b4b
}
.form_block__input_checkbox .mwform-checkbox-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.form_block__input_checkbox input {
  display: block;
  width: 31px;
  height: 31px;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto
}
.form_block__input_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  letter-spacing: .05em;
  color: #000
}
.form_block__input_radio .mwform-radio-field .mwform-radio-field-text {
  margin-right: 10px
}
.form_block__input_radio .mwform-radio-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.form_block__input_radio input {
  display: block;
  position: relative;
  width: 31px;
  height: 31px;
  border: 1px solid #d3d3d3;
  cursor: pointer
}
.form_block__input_radio input::after {
  font-size: 32px;
  content: '\f14a';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  color: #0474fc
}
.form_block__input_radio input:checked {
  border: none
}
.form_block__input_radio input:checked::after {
  opacity: 1
}
.form_block__submit {
  margin-top: 70px;
  text-align: center
}
.form_block__submit input {
  background: linear-gradient(102.83deg, #e6951b 0, #ff3d00 100%);
  border-radius: 5px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.44;
  letter-spacing: .05em;
  color: #fff;
  padding: 24px 82px 28px;
  border: none;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s
}
.form_block__submit input:hover {
  opacity: .8
}
.form_block__text {
  font-size: 20px;
  line-height: 1.44;
  letter-spacing: .05em
}
.modal_hamburger {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background: #b8922c;
  height: 100vh
}
.modal_hamburger__inner {
  width: 100vw;
  height: 100vh;
  padding: 180px 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll
}
.modal_hamburger__list {
  margin-bottom: calc(50 / 375 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80%;
  overflow-y: scroll
}
.modal_hamburger__list ul li {
  text-align: center
}
.modal_hamburger__list ul li + li {
  margin-top: 45px
}
.modal_hamburger__list ul li a {
  font-family: Inter;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.8;
  text-align: center;
  letter-spacing: .13em;
  color: #fff
}
.modal_hamburger__list ul li a img {
  width: 100%;
  vertical-align: bottom
}
.modal_hamburger .modal_hamburger__bottom {
  margin-top: 50px
}
.modal_hamburger .modal_hamburger__bottom li {
  text-align: center
}
.modal_hamburger .modal_hamburger__bottom li a {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.47;
  text-align: center;
  letter-spacing: .07em
}
.modal_hamburger .modal_hamburger__bottom li a span {
  max-width: 300px;
  margin: 10px auto 0;
  position: relative;
  display: block;
  font-family: Inter;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #fff;
  padding-left: 20px
}
.modal_hamburger .modal_hamburger__bottom li a span::before {
  position: absolute;
  display: block;
  content: '';
  background-image: url(../img/common/ico_telephone_sp.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 33px;
  height: 33px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.modal_hamburger .modal_hamburger__bottom li.modal_hamburger__contact {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  background: #ffffff;
  border-radius: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.modal_hamburger .modal_hamburger__bottom li.modal_hamburger__contact a {
  display: block;
  padding: 16px 20px;
  color: #b8922c;
}
.modal_hamburger .hamburger_pull_down_menu_block__head {
  font-weight: 400;
  font-size: 35px;
  letter-spacing: .1em;
  color: #fff;
  display: inline-block;
  padding-right: 60px;
  position: relative
}
.modal_hamburger .hamburger_pull_down_menu_block__head::before {
  content: "";
  position: absolute;
  top: 12%;
  right: 0;
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/common/ico_arrow_white_02.svg) no-repeat center center/contain;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}
.modal_hamburger .hamburger_pull_down_menu_block__head.is_open::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 5%
}
.modal_hamburger .hamburger_pull_down_menu_block__list {
  display: none;
  max-width: 450px;
  width: 100%;
  margin: 35px auto 0;
  padding-right: 145px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.modal_hamburger .hamburger_pull_down_menu_block__list ul li {
  text-align: right
}
.modal_hamburger .hamburger_pull_down_menu_block__list ul li + li {
  margin-top: 30px
}
.modal_hamburger .hamburger_pull_down_menu_block__list ul li a {
  font-weight: 400;
  font-size: 24px;
  letter-spacing: .05em;
  color: #fff
}
.header_block {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 2;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out
}
.header_block.is-trigger {
  background-color: #000000
}
.header_block.is-trigger .header_block__txt {
  color: #278c0d
}
.header_block.is-trigger .header_block__item > a {
  color: #b8922c
}
.header_block.is-trigger .header_block__item--contact > a {
  color: #fff
}
.header_block.is-trigger .header_block__item--tell {
  color: #0c6c0c
}
.header_block__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.header_block__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: calc(30 / 1440 * 100vw);
  padding-top: 10px;
}
.header_block__logo_img {
  /*width: calc(68 / 1440 * 100vw);*/
  width: 55%;
  margin-right: calc(26 / 1440 * 100vw)
}
.header_block__logo_img img {
  width: 100%
}
.header_block__txt {
  font-size: calc(10 / 1440 * 100vw);
  line-height: 1.7;
  letter-spacing: .08em;
  color: #fff;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}
.header_block__txt span {
  font-family: Inter;
  font-size: 13px;
  padding-left: 5px;
  font-weight: 500
}
.header_block__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.header_block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.header_block__list--left .header_block__item {
  margin-right: calc(39 / 1440 * 100vw);
  margin-top: 30px
}
.header_block__item {
  font-size: calc(15 / 1440 * 100vw);
  line-height: 1.46;
  letter-spacing: .05em;
  color: #fff;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.header_block__item:hover {
  opacity: .7
}
.header_block__item a {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}
.header_block__item--tell {
  height: 78px;
  width: 210px;
  font-weight: 700;
  font-size: calc(11 / 1440 * 100vw);
  line-height: 1.46;
  text-align: center;
  letter-spacing: .04em;
  color: #b8922c;
  background: #fff;
  padding: 20px calc(10 / 1440 * 100vw) 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.header_block__item--tell span {
  position: relative;
  display: block;
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .02em;
  color: #b8922c;
  margin-left: 15px;
  margin-top: 3px;
  padding-left: 5px
}
.header_block__item--tell span::before {
  position: absolute;
  display: block;
  content: '';
  background-image: url(../img/common/ico_telephone_gold.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 17px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.header_block__item--contact {
  cursor: pointer;
  height: 78px;
  width: calc(140 / 1440 * 100vw);
  font-size: calc(15 / 1440 * 100vw);
  line-height: 1.47;
  text-align: center;
  letter-spacing: .06em;
  color: #fff;
  background: #b8922c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 78px
}
.header_block__item--contact a {
  display: block
}
.header_block__item--info {
  height: 78px;
  width: calc(150 / 1440 * 100vw);
  background-color: #b8922c
}
.header_block__item--info:hover {
  opacity: 1
}
.header_block .pull_down_menu_block:hover .pull_down_menu_block__list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  height: auto
}
.header_block .pull_down_menu_block__head {
  text-align: center;
  font-weight: 400;
  font-size: calc(15 / 1440 * 100vw);
  letter-spacing: .05em;
  line-height: 78px
}
.header_block .pull_down_menu_block__head:hover {
  cursor: pointer
}
.header_block .pull_down_menu_block__list {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  height: 0
}
.header_block .pull_down_menu_block__list ul li {
  border-top: 1px solid #c6c6c6
}
.header_block .pull_down_menu_block__list ul li a {
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  letter-spacing: .05em;
  color: #fff;
  background-color: #258a0c;
  display: block;
  padding: 8px 5px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.header_block .pull_down_menu_block__list ul li a:hover {
  opacity: .7
}
.header_block .hamburger_btn {
  display: none;
  cursor: pointer
}
.header_block .hamburger_btn span {
  display: none;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}
.header_block .hamburger_btn span.is-active:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.header_block .hamburger_btn span.is-active:nth-child(2) {
  display: none
}
.header_block .hamburger_btn span.is-active:last-child {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg)
}
.mainvisual_underlayer_block {
  position: relative
}
.mainvisual_underlayer_block__inner {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: calc(103 / 1440 * 100vw)
}
.mainvisual_underlayer_block__inner-reverse .mainvisual_underlayer_block__title_top {
  font-size: calc(24 / 1440 * 100vw);
  margin-bottom: calc(16 / 1440 * 100vw)
}
.mainvisual_underlayer_block__inner-reverse .mainvisual_underlayer_block__title_bottom {
  font-size: calc(36 / 1440 * 100vw);
  line-height: 1.44;
  letter-spacing: .08em
}
.mainvisual_underlayer_block__img {
  width: 100%
}
.mainvisual_underlayer_block__img img {
  width: 100%
}
.mainvisual_underlayer_block__title_top {
  font-family: 'Libre Caslon Display', serif;
  font-size: calc(46 / 1440 * 100vw);
  line-height: 1.2;
  letter-spacing: .03em;
  color: #fff;
  margin-bottom: calc(9 / 1440 * 100vw)
}
.mainvisual_underlayer_block__title_bottom {
  font-family: Noto Serif JP;
  font-size: calc(20 / 1440 * 100vw);
  line-height: 2;
  letter-spacing: .1em;
  color: #fff
}
.search_nav {
  position: fixed;
  right: 0;
  pointer-events: auto;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.search_nav__inner {
  display: none;
}
/*ツアーで検索開始*/
/*.search_nav__inner {
  position: relative;
  background: linear-gradient(266.86deg, #ff6b00 5.54%, #eb2a00 94.55%);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -.05em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 60px;
  height: 224px;
  color: #fff;
  border-radius: 5px 0 0 5px
}*/
/*ツアーで検索終了*/

.search_nav__inner::before {
  position: absolute;
  display: block;
  content: '';
  background-image: url(../img/common/ico_cactus.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 31px;
  height: 53px;
  top: -11%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.search_nav__txt {
  position: relative;
  width: 100%;
  line-height: 58px;
  padding-top: 40px;
  letter-spacing: .1em
}
.search_nav__txt::before {
  position: absolute;
  display: block;
  content: '';
  background-image: url(../img/common/ico_search.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 23px;
  height: 24px;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.search_nav__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #249608;
  text-align: center
}
.search_nav__menu {
  padding: 14px 20px 9px;
  height: 66px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: .05em;
  color: #fff
}
.search_nav__menu span {
  display: block;
  margin: 0 auto
}
.search_nav__menu span img {
  width: 100%
}
.search_nav__menu--home {
  background: #fff;
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
  font-family: Inter;
  color: #249608
}
.search_nav__menu--home span {
  width: 20px
}
.search_nav__menu--search {
  display: none;
}
/*SPツアー詳細検索　開始*/
/*.search_nav__menu--search {
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
  border-right: 1px solid #fff;
}*/
/*SPツアー詳細検索　終了*/

.search_nav__menu--search span {
  width: 17px
}
/*ツアー詳細検索がある時　33.3%*/
.search_nav__menu--contact {
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 66.6%;
}
.search_nav__menu--contact span {
  width: 17px
}
.search_nav__menu--apply {
  display: none;
  color: #fff;
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
  background: linear-gradient(75.38deg, #f49c17 12.97%, #ff3d00 88.96%)
}
.search_nav__menu--apply span {
  width: 22px
}
.modal {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 2
}
.modal .modal_bg {
  cursor: pointer;
  display: none;
  background: rgba(67, 67, 67, .8);
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: display .3s ease;
  transition: display .3s ease;
  z-index: -1
}
.modal .search_nav_modal {
  background: #1d8a01;
  padding: 42px 0 60px 0;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  display: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.modal .search_nav_modal__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 500
}
.modal .search_nav_modal__country {
  width: 510px;
  margin-right: 60px
}
.modal .search_nav_modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 70px;
  margin-left: 60px;
  max-width: 1080px;
  margin: 0 auto
}
.modal .search_nav_modal__header h2 {
  font-size: 38px;
  letter-spacing: .05em;
  color: #fff;
  margin-bottom: 38px
}
.modal .search_nav_modal__header button {
  font-size: 12px;
  letter-spacing: .05em;
  color: #fff;
  margin-top: -30px
}
.modal .search_nav_modal__header span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff
}
.modal .search_nav_modal__header span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.modal .search_nav_modal__header span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(1px, -2px);
  transform: rotate(-45deg) translate(1px, -2px)
}
.modal .search_nav_modal__header span:last-child {
  background: 0 0;
  width: auto;
  margin-top: 15px
}
.modal .search_nav_modal__tit {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: .05em;
  color: #fff;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 6px;
  margin-bottom: 14px
}
.modal .search_nav_modal__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.modal .search_nav_modal__main {
  font-size: 15px
}
.modal .search_nav_modal__main + .search_nav_modal__main {
  margin-left: 78px
}
.modal .search_nav_modal__main--mexico dt {
  font-weight: 500
}
.modal .search_nav_modal__main--mexico dd {
  margin-left: 15px;
  margin-top: 19px
}
.modal .search_nav_modal__main--other {
  margin-bottom: -14px
}
.modal .search_nav_modal__main--other dd {
  font-weight: 500;
  margin-bottom: 17px;
  margin-top: 6px
}
.modal .search_nav_modal__options {
  width: 500px
}
.modal .search_nav_modal__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -14px
}
.modal .search_nav_modal__sub dd {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-bottom: 14px
}
.modal .search_nav_modal__sub dd .checkbox-parts {
  font-size: 14px
}
.modal .search_nav_modal__sub + h3 {
  margin-top: 52px
}
.modal .search_nav_modal input[type=checkbox] {
  display: none
}
.modal .search_nav_modal input[type=checkbox]:checked + label {
  background: red
}
.search_nav_modal__select {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  width: 230px;
  height: 46px;
  border-radius: 5px
}
.search_nav_modal__select::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  right: 10px;
  top: 48%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #006548;
  border-right: 2px solid #006548;
  z-index: -1
}
.search_nav_modal__select select {
  color: #828282;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  text-align: left
}
.checkbox-parts {
  cursor: pointer;
  font-size: 15px;
  padding-left: 20px;
  position: relative
}
.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.checkbox-parts--large {
  padding-left: 25px
}
.checkbox-parts--large::before {
  width: 20px;
  height: 20px
}
.checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #000;
  border-right: 3px solid #000
}
.sns_block {
  background: #b8922c;
}
.sns_block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 94px;
  max-width: 165px;
  margin: auto
}
.sns_block__list li a {
  display: inline-block;
  width: 100%
}
.sns_block__list li a img {
  width: 100%
}
.sns_block__item--t {
  width: 60px;
}
.sns_block__item--f {
  width: 43px
}
.sns_block__item--i {
  width: 60px;
}
.sns_block__item--y {
  width: 46px
}
.top_link_block {
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none
}
.top_link_block a {
  display: block;
  width: 50px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.top_link_block a:hover {
  opacity: .6
}
.top_link_block a img {
  width: 100%;
  vertical-align: bottom
}
.about_page {
  font-family: 'Noto Serif JP'
}
.about_page .about_block {
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: calc(359 / 1440 * 100vw)
}
.about_page .about_block__inner {
  max-width: 1200px;
  margin: 0 auto
}
.about_page .about_top {
  margin: 72px 0 92px 0
}
.about_page .about_top__tit {
  font-size: 19px;
  font-weight: 500;
  color: #3a3a3a;
  letter-spacing: .05em;
  text-align: center;
  line-height: 2
}
.about_page .about_feature {
  padding: 37px 0 152px;
  border-top: 1px solid #d3d3d3;
  position: relative
}
.about_page .about_feature::before {
  content: '';
  display: block;
  width: 134px;
  height: 4px;
  background: #006548;
  position: absolute;
  top: 0;
  left: 0
}
.about_page .about_feature__tit {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .08em;
  margin-bottom: 97px
}
.about_page .about_feature__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left
}
.about_page .about_feature__wrapper:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.about_page .about_feature__wrapper--01 {
  margin-bottom: 45px
}
.about_page .about_feature__wrapper--01 .about_feature__box {
  padding: 9px 40px 0 0
}
.about_page .about_feature__wrapper--01 .about_feature__img {
  width: calc(494 / 1440 * 100vw);
  height: calc(321 / 1440 * 100vw);
  min-width: 395px;
  min-height: 256px
}
.about_page .about_feature__wrapper--01 .about_feature__img img {
  width: 100%;
  height: 100%
}
.about_page .about_feature__wrapper--02 {
  margin-bottom: 99px
}
.about_page .about_feature__wrapper--02 .about_feature__box {
  padding: 44px 0 0 70px
}
.about_page .about_feature__wrapper--02 .about_feature__img {
  width: calc(521 / 1440 * 100vw);
  height: calc(347 / 1440 * 100vw);
  min-width: 416px;
  min-height: 277px
}
.about_page .about_feature__wrapper--02 .about_feature__img img {
  width: 100%;
  height: 100%
}
.about_page .about_feature__wrapper--03 {
  margin-bottom: 54px
}
.about_page .about_feature__wrapper--03 .about_feature__box {
  padding: 0 26px 0 0
}
.about_page .about_feature__wrapper--03 .about_feature__img {
  width: calc(521 / 1440 * 100vw);
  height: calc(347 / 1440 * 100vw);
  min-width: 416px;
  min-height: 277px
}
.about_page .about_feature__wrapper--03 .about_feature__img img {
  width: 100%;
  height: 100%
}
.about_page .about_feature__wrapper--04 {
  margin-bottom: 25px
}
.about_page .about_feature__wrapper--04 .about_feature__box {
  padding: 0 0 0 72px
}
.about_page .about_feature__wrapper--04 .about_feature__img {
  width: calc(521 / 1440 * 100vw);
  height: calc(321 / 1440 * 100vw);
  min-width: 416px;
  min-height: 256px
}
.about_page .about_feature__wrapper--04 .about_feature__img img {
  width: 100%;
  height: 100%
}
.about_page .about_feature__wrapper--05 {
  margin-bottom: 113px
}
.about_page .about_feature__wrapper--05 .about_feature__box {
  padding: 55px 36px 0 0
}
.about_page .about_feature__wrapper--05 .about_feature__img {
  width: calc(521 / 1440 * 100vw);
  height: calc(347 / 1440 * 100vw);
  min-width: 416px;
  min-height: 277px
}
.about_page .about_feature__wrapper--05 .about_feature__img img {
  width: 100%;
  height: 100%
}
.about_page .about_feature__wrapper--06 .about_feature__box {
  padding: 0 0 0 73px;
  margin-top: -4px
}
.about_page .about_feature__wrapper--06 .about_feature__img {
  width: calc(521 / 1440 * 100vw);
  height: calc(293 / 1440 * 100vw);
  min-width: 416px;
  min-height: 234px
}
.about_page .about_feature__wrapper--06 .about_feature__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.about_page .about_feature__box {
  font-family: 'Noto Sans JP';
  max-width: 608px
}
.about_page .about_feature__box__label {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.5;
  color: #006548;
  border-bottom: 1px solid #006548;
  padding-bottom: 5px
}
.about_page .about_feature__box__txt {
  font-size: 16px;
  font-weight: 400;
  color: #3a3a3a;
  letter-spacing: .05em;
  line-height: 1.7;
  margin-top: 30px
}
.about_page .about_feature__list {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.7
}
.about_page .about_feature__list--sns {
  margin-top: 19px;
  margin-left: 28px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto
}
.about_page .about_feature__list--sns > :nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1
}
.about_page .about_feature__list--sns > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2
}
.about_page .about_feature__list--sns > :nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3
}
.about_page .about_feature__list--sns > :nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4
}
.about_page .about_feature__list--sns .about_feature__item {
  font-size: 16px;
  letter-spacing: .05em;
  color: #3a3a3a
}
.about_page .about_feature__list--sns .about_feature__item--twitter {
  position: relative
}
.about_page .about_feature__list--sns .about_feature__item--twitter::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: -28px;
  background-image: url(../img/about/ico_about_feature_twitter.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 24px
}
.about_page .about_feature__list--sns .about_feature__item--instagram {
  position: relative
}
.about_page .about_feature__list--sns .about_feature__item--instagram::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: -28px;
  background-image: url(../img/about/ico_about_feature_instagram.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px
}
.about_page .about_feature__list--sns .about_feature__item--facebook {
  position: relative
}
.about_page .about_feature__list--sns .about_feature__item--facebook::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: -25px;
  background-image: url(../img/about/ico_about_feature_facebook.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 20px
}
.about_page .about_feature__list--sns .about_feature__item--youtube {
  position: relative
}
.about_page .about_feature__list--sns .about_feature__item--youtube::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: -29px;
  background-image: url(../img/about/ico_about_feature_youtube.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 24px
}
.about_page .about_feature__list--pdf {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px
}
.about_page .about_feature__list--pdf .about_feature__item a {
  position: relative
}
.about_page .about_feature__list--pdf .about_feature__item a::before {
  content: '';
  display: block;
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -14px;
  background-image: url(../img/about/ico_about_feature_pdf.svg);
  background-repeat: no-repeat;
  width: 11px;
  height: 13px
}
.about_page .about_service {
  padding: 37px 0 151px 0;
  border-top: 1px solid #d3d3d3;
  position: relative
}
.about_page .about_service::before {
  content: '';
  display: block;
  width: 134px;
  height: 4px;
  background: #006548;
  position: absolute;
  top: 0;
  left: 0
}
.about_page .about_service__tit {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .08em;
  margin-bottom: 68px
}
.about_page .about_service .about_coordination {
  font-family: 'Noto Sans JP';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 108px
}
.about_page .about_service .about_coordination__img {
  min-width: 535px;
  height: 360px
}
.about_page .about_service .about_coordination__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.about_page .about_service .about_coordination__txt_box {
  margin-left: 50px
}
.about_page .about_service .about_coordination__main_tit {
  font-size: 31px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #006548
}
.about_page .about_service .about_coordination__main_txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.8;
  padding: 21px 0 24px 0;
  border-bottom: 1px solid #d3d3d3
}
.about_page .about_service .about_coordination__sub_tit {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 27px 0 12px
}
.about_page .about_service .about_coordination__sub_txt {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .05em;
  color: #3a3a3a;
  line-height: 1.7
}
.about_page .about_service .about_works {
  font-family: 'Noto Sans JP'
}
.about_page .about_service .about_works__tit {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #006548;
  padding: 0 0 55px 2px
}
.about_page .about_service .about_works__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 60px
}
.about_page .about_service .about_works__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.about_page .about_service .about_works__year {
  font-size: 17px;
  font-weight: 700;
  color: #006548;
  letter-spacing: .05em;
  margin-right: 57px;
  white-space: nowrap;
  border-left: 3px solid #006548;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3px 0 4px 15px
}
.about_page .about_service .about_works__list {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .05em
}
.about_page .about_service .about_works__item {
  line-height: 1.5;
  margin-bottom: 9px
}
.about_page .about_service .about_works__item span {
  display: block;
  margin-top: -12px;
  margin-left: 14px
}
.about_page .about_service .about_works__img {
  width: 358px;
  height: 222px
}
.about_page .about_service .about_works__img--01 {
  margin-bottom: 16px
}
.about_page .about_service .about_works__img--02 {
  margin-left: auto
}
.about_page .about_service .about_works__img img {
  width: 100%;
  height: 100%
}
.about_page .about_others {
  font-family: 'Noto Sans JP'
}
.about_page .about_others__tit {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #006548;
  margin-bottom: 45px
}
.about_page .about_others__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr)
}
.about_page .about_others__box {
  max-width: 240px;
  margin: 0 auto
}
.about_page .about_others__img {
  width: 185px;
  height: 185px;
  margin: 0 auto;
  margin-bottom: 32px
}
.about_page .about_others__img img {
  width: 100%;
  height: 100%
}
.about_page .about_others__img--br {
  margin-bottom: 15px
}
.about_page .about_others__label {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.51;
  color: #006548;
  text-align: center;
  margin-bottom: 27px
}
.about_page .about_others__label--br {
  margin-bottom: 16px
}
.about_page .about_others__txt {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.8
}
.application_page .breadcrumb_block {
  margin-bottom: 47px
}
.application_page .application_block {
  padding-bottom: 160px
}
.application_page .application_block__inner {
  max-width: 646px;
  margin: auto
}
.application_page .application_block__head {
  margin-bottom: 70px
}
.application_page .application_block__title {
  font-family: Noto Serif JP;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.62;
  letter-spacing: .08em;
  color: #000;
  margin-bottom: 20px
}
.application_page .application_block__text {
  font-size: 17px;
  line-height: 1.9;
  text-align: justify;
  letter-spacing: .05em;
  margin-bottom: 30px
}
.application_page .application_block__subText {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: .05em;
  color: #4b4b4b
}
.application_page .application_details_block {
  margin-bottom: 110px
}
.application_page .application_details_block__title {
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: .05em;
  color: #000;
  margin-bottom: 38px
}
.application_page .application_details_block__list {
  margin-bottom: 50px
}
.application_page .application_details_block__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5
}
.application_page .application_details_block__item::before {
  position: absolute;
  top: -1px;
  content: "";
  width: 102px;
  height: 2px;
  background: #006548;
  display: inline-block
}
.application_page .application_details_block__item_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: .08em;
  color: #006548;
  width: 102px;
  margin-right: 13px
}
.application_page .application_details_block__item_left::before {
  content: "";
  width: 16px;
  height: 19px;
  margin-right: 8px;
  display: inline-block;
  background: url(../img/application/icon_application_green.svg) no-repeat center center/contain
}
.application_page .application_details_block__item_right01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.2;
  color: #ff5c00
}
.application_page .application_details_block__item_right01 .font_small {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .05em;
  color: #ff5c00
}
.application_page .application_details_block__item_right02 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .05em;
  color: #000
}
.application_page .application_details_block__item_right03 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14.5px;
  line-height: 1.2;
  color: #000
}
.application_page .application_details_block__item_right04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .05em;
  color: #000
}
.application_page .application_details_block__item_right04 span {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .05em;
  color: #000
}
.application_page .application_details_block__id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.application_page .application_details_block__id_left {
  font-size: 18px;
  line-height: 1.44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: .05em;
  margin-right: 16px
}
.application_page .application_details_block__id_right {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.44
}
.company_page .breadcrumb_block {
  margin-bottom: 47px
}
.company_page .company_block {
  padding: 0 20px 120px
}
.company_page .company_block__inner {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.company_page .company_block__inner_left {
  max-width: 840px;
  width: 100%;
  margin-right: 20px;
  padding-top: 120px;
  margin-top: -120px
}
.company_page .company_block__title {
  position: relative;
  font-family: Noto Serif JP;
  font-size: 36px;
  line-height: 1.44;
  letter-spacing: .08em;
  padding-top: 20px;
  border-top: 1px solid #d3d3d3;
  margin-bottom: 30px
}
.company_page .company_block__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 153px;
  height: 4px;
  background: #006548
}
.company_page .company_block__list {
  margin-bottom: 140px
}
.company_page .company_block__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  padding: 20px 0;
  line-height: 1.8;
  letter-spacing: .05em;
  color: #4b4b4b;
  border-bottom: 1px solid #d3d3d3;
  word-break: break-all
}
.company_page .company_block__item::after {
  position: absolute;
  bottom: -1px;
  content: "";
  display: inline-block;
  width: 152px;
  height: 1px;
  background: #006548
}
.company_page .company_block__item:last-child {
  border-bottom: none
}
.company_page .company_block__item:last-child::after {
  display: none
}
.company_page .company_block__item span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 152px;
  letter-spacing: .05em;
  color: #006548;
  margin-right: 40px
}
.company_page .company_block__map {
  width: 100%;
  height: 450px;
  margin-bottom: 30px
}
.company_page .company_block__map iframe {
  width: 100%;
  height: 100%
}
.company_page .company_block__access {
  padding-top: 120px;
  margin-top: -120px
}
.company_page .company_block__access_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.company_page .company_block__access_title {
  display: inline;
  font-family: Noto Serif JP;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: .08em;
  margin-right: 40px
}
.company_page .company_block__access_text {
  display: inline-block;
  min-width: 150px;
  color: #006548;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .05em
}
.company_page .company_block__access_text02 {
  display: inline;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .05em
}
.company_page .company_block__access_btn {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.company_page .company_block__access_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Noto Serif JP;
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: .08em;
  color: #6d6d6d;
  padding: 15px 28px;
  border: 1px solid #6d6d6d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.company_page .company_block__access_btn a::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 6px;
  background: url(../img/common/icon_arrow_gray.svg) no-repeat center center/contain;
  margin-left: 8px
}
.company_page .company_block__nav {
  position: sticky;
  top: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 120px;
  margin-top: -120px
}
.company_page .company_block__nav_inner {
  width: 270px;
  border-top: 4px solid #006548;
  padding-top: 18px
}
.company_page .company_block__nav_title {
  font-family: Noto Serif JP;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: .08em;
  color: #006548;
  padding-bottom: 18px;
  border-bottom: 1px solid #c9c9c9
}
.company_page .company_block__nav_item {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .05em;
  color: #006548
}
.company_page .company_block__nav_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.company_page .company_block__nav_item i {
  margin-right: 11px;
  font-size: 13px
}
.faq_page .breadcrumb_block {
  margin-bottom: 47px
}
.faq_page .faq_block {
  padding-bottom: 150px
}
.faq_page .faq_block__inner {
  max-width: 646px;
  margin: auto
}
.faq_page .faq_block__title {
  font-family: Noto Serif JP;
  font-size: 36px;
  line-height: 1.44;
  letter-spacing: .08em;
  color: #000;
  margin-bottom: 20px
}
.faq_page .faq_block__text {
  font-family: Noto Sans JP;
  font-size: 20px;
  line-height: 1.44;
  letter-spacing: .05em;
  color: #000;
  margin-bottom: 80px
}
.features_detail_page .content_wrapper {
  padding: 59px 20px 120px
}
.features_detail_page .features_detail_block {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.features_detail_page .features_detail_block__sub {
  width: 230px;
  min-width: 230px;
  margin-left: 120px
}
.features_detail_page .features_detail_content_block {
  line-height: 1.8
}
.features_detail_page .features_detail_content_block a {
  text-decoration: underline;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: .3s linear;
  transition: .3s linear
}
.features_detail_page .features_detail_content_block a:hover {
  text-decoration: none
}
.features_detail_page .features_detail_content_block img {
  max-width: 850px !important;
  height: auto !important;
  width: 100%
}
.features_detail_page .features_detail_content_block p {
  display: block;
  margin: 2.5em 0;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .05em
}
.features_detail_page .features_detail_content_block p:first-child {
  margin: 0 0 2.5em
}
.features_detail_page .features_detail_content_block h3 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: .08em;
  margin-bottom: 40px
}
.features_detail_page .features_detail_content_block strong {
  font-weight: 700
}
.features_detail_page .features_detail_content_block em {
  font-style: italic
}
.features_detail_page .features_detail_content_block blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px
}
.features_detail_page .features_detail_content_block .aligncenter {
  display: block;
  margin: 0 auto
}
.features_detail_page .features_detail_content_block .alignright {
  float: right
}
.features_detail_page .features_detail_content_block .alignleft {
  float: left
}
.features_detail_page .features_detail_content_block img[class*=attachment-], .features_detail_page .features_detail_content_block img[class*=wp-image-] {
  height: auto;
  max-width: 100%
}
.features_detail_page .features_detail_content_block .clearfix {
  overflow: hidden;
  zoom: 1
}
.features_detail_page .features_detail_content_block .clearfix:after {
  content: "";
  display: block;
  clear: both
}
.features_detail_page .features_other_block__head {
  padding-bottom: 25px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dcdcdc
}
.features_detail_page .features_other_block__en {
  font-family: 'Libre Caslon Display', serif;
  font-size: 20px;
  letter-spacing: .03em;
  color: #ff3d00;
  margin-bottom: 10px
}
.features_detail_page .features_other_block__ja {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .03em
}
.features_detail_page .features_other_block__list ul li + li {
  margin-top: 25px
}
.features_detail_page .features_other_block__list ul li a {
  display: block;
  padding-bottom: 22px;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.features_detail_page .features_other_block__list ul li a:hover {
  opacity: .8
}
.features_detail_page .features_other_item_block__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50%;
  margin-bottom: 14px
}
.features_detail_page .features_other_item_block__text {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .05em
}
.features_detail_page .view_more_rectangle_btn {
  margin-top: 100px
}
.features_index_page .content_wrapper {
  padding: 53px 20px 120px
}
.features_index_page .view_more_rectangle_btn {
  display: none
}
.features_index_page .article_2col_block:nth-of-type(n+3), .features_index_page .article_3col_block:nth-of-type(n+3) {
  display: none
}
.features_index_page .article_2col_block .article_item_block__image, .features_index_page .article_3col_block .article_item_block__image {
  padding-top: 50%
}
.flow_page .flow_block {
  padding: 75px 20px 260px
}
.flow_page .flow_block__inner {
  max-width: 1200px;
  margin: auto;
  background: #eff6f0;
  border-radius: 10px;
  padding: 90px 20px 120px
}
.flow_page .flow_block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.44;
  letter-spacing: .02em;
  color: #006548;
  margin-bottom: 71px
}
.flow_page .flow_block__title_img {
  width: 96px;
  margin-right: 21px
}
.flow_page .flow_block__title_img img {
  width: 100%
}
.flow_page .flow_block__contents {
  max-width: 980px;
  margin: auto
}
.flow_page .flow_block__contents_inner {
  margin-left: 30px;
  border-left: 1px dashed #8bc0b1
}
.flow_page .flow_item_block {
  position: relative
}
.flow_page .flow_item_block + .flow_item_block {
  margin-top: 105px
}
.flow_page .flow_item_block--07 .flow_item_block__number {
  height: 100%
}
.flow_page .flow_item_block--07 .flow_item_block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.flow_page .flow_item_block__number {
  position: absolute;
  top: -20px;
  left: -30px;
  width: 58px;
  padding: 20px 0;
  background: #eff6f0
}
.flow_page .flow_item_block__number img {
  width: 100%
}
.flow_page .flow_item_block__group {
  margin-left: 93px;
  padding-top: 10px
}
.flow_page .flow_item_block__title {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.44;
  letter-spacing: .02em;
  color: #006548;
  margin-bottom: 25px
}
.flow_page .flow_item_block__title_img {
  margin-left: 27px;
  width: 355px
}
.flow_page .flow_item_block__title_img img {
  width: 100%;
  vertical-align: bottom
}
.flow_page .flow_item_block__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.9;
  text-align: justify;
  letter-spacing: .02em;
  color: #000
}
.flow_page .flow_item_block__text + .flow_item_block__text {
  margin-top: 15px
}
.flow_page .flow_item_block__text span {
  color: #f95a5a
}
.flow_page .flow_item_block__text--indent {
  text-indent: -14px;
  padding-left: 14px
}
.flow_page .flow_item_block__info {
  margin-top: 25px;
  border: 1px solid #006548;
  padding: 24px 31px;
  max-width: 538px
}
.flow_page .flow_item_block__info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: .02em;
  color: #006548
}
.flow_page .flow_item_block__info_item + .flow_item_block__info_item {
  margin-top: 13px
}
.flow_page .flow_item_block__info_left {
  display: block;
  width: 125px
}
.index_page .mainvisual_block {
  position: relative;
  width: 100%;
  margin-bottom: 80px
}
.index_page .mainvisual_block__vimeo {
  width: 100%
}
.index_page .mainvisual_block__img {
  position: absolute;
  width: calc(860 / 1440 * 100vw);
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.index_page .mainvisual_block__img img {
  width: 100%
}
.index_page .mainvisual_block__txt {
  width: 100%;
  position: absolute;
  font-weight: 700;
  font-size: calc(19 / 1440 * 100vw);
  line-height: 2;
  text-align: center;
  letter-spacing: .23em;
  color: #fff;
  bottom: 21%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.index_page .news_block {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 58px
}
.index_page .news_block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.index_page .news_block__txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.index_page .news_block__tit {
  position: relative;
  font-size: 17px;
  line-height: 1.42;
  letter-spacing: .05em;
  color: #278c0d;
  padding-right: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.index_page .news_block__tit::before {
  position: absolute;
  display: block;
  content: '';
  border-right: 1px solid #aeaeae;
  width: 1px;
  height: 15px;
  top: 5px;
  right: 0
}
.index_page .news_block__detail ul li + li {
  margin-top: 10px
}
.index_page .news_block__detail ul li a {
  display: block;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.index_page .news_block__detail ul li a:hover {
  opacity: .6
}
.index_page .news_block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.index_page .news_block__date {
  font-family: Inter;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .05em;
  padding-right: 20px;
  padding-left: 20px
}
.index_page .news_block__txt {
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: .03em;
  color: #3a3a3a
}
.index_page .news_block__link {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .05em;
  color: #278c0d;
  min-width: 125px;
  width: 125px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.index_page .news_block__link a {
  text-align: right;
  display: block;
  border-bottom: 1px solid #278c0d;
  padding-bottom: 5px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.index_page .news_block__link a:hover {
  opacity: .6
}

/*T.Plusテキスト２０２５年５月２７日追加開始*/
.tplus_tour_block {
  /*background-color: #f5f5f5;*/
  padding: 40px 20px;
  text-align: center;
}

.tplus_tour_block__inner {
  max-width: 800px;
  margin: 0 auto;
}

.tplus_tour_block__text p {
  font-family: 'Noto Serif JP';	
  font-size: 26px;
  line-height: 1;
  margin-bottom: 1em;
  color: #000000;
}
/*T.Plusテキスト２０２５年５月２７日追加終了*/

.index_page .recommended_tour__inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 130px
}
.index_page .recommended_tour .sec-tit::before {
  background-image: url(../img/top/ico_recommended_tour.svg)
}
.index_page .recommended_tour__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 68px
}
.index_page .recommended_tour__item {
  position: relative;
  width: 31%
}
.index_page .recommended_tour__img img {
  width: 100%
}
.index_page .recommended_tour__label {
  position: absolute;
  background: #278c0d;
  border-radius: 40px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .05em;
  color: #fff;
  top: 13px;
  left: 15px;
  padding: 9px 14px;
  text-align: center
}
.index_page .recommended_tour__tour-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.43;
  letter-spacing: .05em;
  color: #3a3a3a;
  margin-top: 16px;
  margin-bottom: 8px
}
.index_page .recommended_tour__detail {
  font-size: 13px;
  line-height: 1.7;
  text-align: justify;
  letter-spacing: .05em;
  color: #3a3a3a;
  margin-bottom: 12px
}
.index_page .recommended_tour__price {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ff5c00
}
.index_page .recommended_tour__price .recommended_tour__tax {
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: .05em
}
.index_page .recommended_tour__price .recommended_tour__yen {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: .05em
}
.index_page .recommended_tour .list_link_btn {
  margin-top: 50px
}
.index_page .search_tour {
  margin-bottom: 130px
}
.index_page .search_tour .sec-tit::before {
  background-image: url(../img/top/ico_search_tour.svg)
}
.index_page .search_tour__inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto
}
.index_page .search_tour__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f7f4ec;
  padding: 35px 37px 18px
}
.index_page .search_tour__panel {
  max-width: 625px
}
.index_page .search_tour__map {
  width: 453px
}
.index_page .search_tour__label {
  display: none
}
.index_page .search_tour svg {
  width: 100%;
  cursor: pointer
}
.index_page .search_tour .belize, .index_page .search_tour .costarica, .index_page .search_tour .cuba, .index_page .search_tour .elsalvador, .index_page .search_tour .guatemala, .index_page .search_tour .honduras, .index_page .search_tour .mexico, .index_page .search_tour .nicaragua, .index_page .search_tour .panama {
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease
}
.index_page .search_tour .belize:hover, .index_page .search_tour .costarica:hover, .index_page .search_tour .cuba:hover, .index_page .search_tour .elsalvador:hover, .index_page .search_tour .guatemala:hover, .index_page .search_tour .honduras:hover, .index_page .search_tour .mexico:hover, .index_page .search_tour .nicaragua:hover, .index_page .search_tour .panama:hover {
  fill: #2eb10d
}
.index_page .search_tour__theme {
  margin-bottom: 40px
}
.index_page .search_tour__tit {
  font-family: 'Noto Serif JP';
  font-weight: 600;
  font-size: 20px;
  line-height: 1.45;
  color: #3a3a3a;
  margin-bottom: 23px
}
.index_page .search_tour__tit--large {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.45
}
.index_page .search_tour__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -7px;
  margin-bottom: -7px
}
.index_page .search_tour__item {
  position: relative;
  width: 96px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 7px;
  margin-bottom: 7px
}
.index_page .search_tour__item:hover {
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}
.index_page .search_tour__item:hover .search_tour__panel-tit {
  color: #278c0d
}
.index_page .search_tour__item:hover img {
  -webkit-transition: border .5s ease;
  transition: border .5s ease
}
.index_page .search_tour__item:hover img:hover {
  border: 2px solid #278c0d;
  border-radius: 3px;
  -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, .25);
  box-shadow: 2px 1px 4px rgba(0, 0, 0, .25)
}
.index_page .search_tour__item img {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff
}
.index_page .search_tour__item a {
  display: block
}
.index_page .search_tour__panel-tit {
  pointer-events: none;
  position: absolute;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .05em;
  text-align: center;
  color: #6d6d6d;
  bottom: 10px;
  width: 100%;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}
.index_page .feature_tour {
  margin-bottom: 130px;
  position: relative;
  z-index: 0
}
.index_page .feature_tour__inner {
  margin-left: calc(100 / 1440 * 100vw)
}
.index_page .feature_tour .sec-tit {
  margin-left: 20px
}
.index_page .feature_tour .sec-tit::before {
  background-image: url(../img/top/ico_feature_tour.svg)
}
.index_page .feature_tour__wrapper {
  margin-bottom: 70px
}
.index_page .feature_tour__image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 52%
}
.index_page .feature_tour .btn_wrapper {
  max-width: 1220px;
  margin: 0 auto
}
.index_page .feature_tour .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 557px
}
.index_page .feature_tour .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.index_page .feature_tour .swiper-slide a {
  display: block
}
.index_page .feature_tour .swiper-slide:first-child {
  margin-left: 20px
}
.index_page .feature_tour .swiper-button-prev {
  cursor: pointer;
  position: absolute;
  top: 46%;
  left: 7%;
  z-index: 2;
  width: 42px;
  height: 42px;
  background-image: url(../img/common/ico_slide_next.svg);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.index_page .feature_tour .swiper-button-next {
  cursor: pointer;
  position: absolute;
  top: 46%;
  right: 8.5%;
  z-index: 2;
  width: 42px;
  height: 42px;
  background-image: url(../img/common/ico_slide_prev.svg);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.index_page .other_tour {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 187px
}
.index_page .other_tour .sec-tit::before {
  background-image: url(../img/top/ico_other_tour.svg);
  width: 71px;
  height: 46px
}
.index_page .other_tour__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.index_page .other_tour__item {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 20px
}
.index_page .other_tour__item:nth-child(3n) {
  margin-right: 0
}
.index_page .other_tour__item a {
  display: block;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.index_page .other_tour__item a:hover {
  opacity: .8
}
.index_page .other_tour__item img {
  width: 100%
}
.index_page .other_tour__txt {
  position: relative;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.46;
  letter-spacing: .05em;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block
}
.index_page .other_tour__txt.not_arrow_layout {
  width: 100%;
  padding-right: 0
}
.index_page .other_tour__txt.not_arrow_layout::before {
  display: none
}
.index_page .other_tour__txt::before {
  position: absolute;
  display: block;
  content: '';
  background-image: url(../img/common/ico_arrow_link_black.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 13px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.info_page .info_block {
  margin-left: 20px;
  margin-right: 20px
}
.info_page .info_block__inner {
  max-width: 1200px;
  margin: 60px auto 270px
}
.info_page .info_block_about {
  background: #fcfbf8;
  padding: 80px 150px 110px;
  border-radius: 6px
}
.info_page .info_block_about__tit {
  font-family: 'Noto Serif JP';
  text-align: center;
  font-size: 45px;
  letter-spacing: .02em;
  color: #006548
}
.info_page .info_block_about__sub-tit {
  font-family: 'Libre Caslon Display', serif;
  font-size: 31px;
  text-align: center;
  letter-spacing: .14em;
  color: #ff5c00;
  margin-top: 30px;
  margin-bottom: 53px
}
.info_page .info_block_about__txt p {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: .05em;
  color: #3a3a3a
}
.info_page .info_block_about__txt p + p {
  margin-top: 35px
}
.info_page .info_country_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: justify;
  font-size: 14px;
  margin-top: 41px
}
.info_page .info_country_list + .info_country_img {
  margin-top: 70px
}
.info_page .info_country_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: .05em;
  color: #3a3a3a;
  width: 48%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #e1ddd2;
  padding: 15px 20px 15px 0
}
.info_page .info_country_list__item span {
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  letter-spacing: .45em;
  color: #006548;
  white-space: nowrap
}
.info_page .info_country_img__1col img {
  width: 100%
}
.info_page .info_country_img__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 67px
}
.info_page .info_country_img__2col img {
  width: 100%
}
.info_page .info_country_img__item {
  width: calc(50% - 20px)
}
.info_page .info_country_img__caption {
  font-size: 14px;
  letter-spacing: .08em;
  color: #6d6d6d;
  margin-top: 15px
}
.info_page .info_passport {
  margin-top: 125px
}
.info_page .info_passport__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 56px
}
.info_page .info_passport__2col .info_sec_txt {
  padding-right: 60px
}
.info_page .info_passport__img {
  width: 560px;
  min-width: 560px
}
.info_page .info_passport__img img {
  width: 100%
}
.info_page .info_time_difference {
  margin-top: 126px
}
.info_page .info_time_difference__txt {
  margin-top: 56px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .05em;
  color: #3a3a3a
}
.info_page .info_time_difference__list {
  font-size: 16px;
  letter-spacing: .05em;
  background: #f7f4ef;
  border-radius: 6px;
  padding: 40px 40px 43px
}
.info_page .info_time_difference__list + .info_time_difference__wrapper {
  margin-top: 40px
}
.info_page .info_time_difference__item {
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  color: #006548
}
.info_page .info_time_difference__item + .info_time_difference__item {
  margin-top: 11px
}
.info_page .info_time_difference__item span {
  color: #ff5c00;
  margin-right: 10px
}
.info_page .info_time_difference__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 47px
}
.info_page .info_time_difference__img {
  width: calc(50% - 20px)
}
.info_page .info_time_difference__img img {
  width: 100%
}
.info_page .info_time_difference__wrapper {
  overflow: scroll
}
.info_page .info_time_difference__table tr {
  border: 1px solid #dcdcdc
}
.info_page .info_time_difference__table tr th {
  width: 167px;
  font-weight: 700;
  font-size: 16px;
  background: #eff6f0;
  text-align: center;
  letter-spacing: .08em;
  color: #006548;
  padding: 31px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.info_page .info_time_difference__table tr td {
  width: 258px;
  font-size: 14px;
  letter-spacing: .05em;
  text-align: center;
  padding: 31px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.info_page .info_time_difference__table tr td + td {
  border-left: 1px solid #dcdcdc
}
.info_page .info_time_difference__table_text {
  margin-top: 10px;
  font-size: 14px;
  color: #3a3a3a
}
.info_page .info_season {
  margin-top: 120px
}
.info_page .info_season__txt {
  margin-top: 59px;
  font-size: 17px;
  letter-spacing: .05em;
  color: #3a3a3a;
  line-height: 1.8
}
.info_page .info_season__list {
  background: #f7f4ef;
  border-radius: 6px;
  font-size: 17px;
  letter-spacing: .05em;
  color: #006548;
  padding: 34px 40px;
  margin-top: 36px;
  line-height: 1.8
}
.info_page .info_season__item + .info_season__item {
  margin-top: 12px
}
.info_page .info_season__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px
}
.info_page .info_season__img {
  width: calc(50% - 20px)
}
.info_page .info_season__img img {
  width: 100%
}
.info_page .info_average_temperature {
  margin-top: 130px
}
.info_page .info_average_temperature__inner {
  margin-top: 80px
}
.info_page .info_average_temperature__txt {
  font-size: 16px;
  letter-spacing: .05em;
  color: #3a3a3a;
  margin-top: 80px;
  margin-bottom: 32px
}
.info_page .info_average_temperature__list {
  font-size: 16px;
  letter-spacing: .05em;
  background: #f7f4ef;
  border-radius: 6px;
  padding: 44px 40px 46px;
  line-height: 1.5
}
.info_page .info_average_temperature__item {
  text-indent: -1em;
  padding-left: 1em;
  color: #006548;
  line-height: 1.5
}
.info_page .info_average_temperature__item + .info_average_temperature__item {
  margin-top: 10px
}
.info_page .info_average_temperature__item span {
  color: #ff5c00;
  margin-right: 12px
}
.info_page .info_average_temperature .temperature_table th {
  border: 1px solid #dcdcdc
}
.info_page .info_average_temperature .temperature_table td {
  border: 1px solid #dcdcdc;
  text-align: center
}
.info_page .info_average_temperature .temperature_table--green {
  color: #fff;
  background-color: #006548
}
.info_page .info_average_temperature .temperature_table--lightGreen {
  color: #006548;
  background-color: #eff6f0
}
.info_page .info_average_temperature .temperature_table__blank {
  width: 162px
}
.info_page .info_average_temperature .temperature_table__blank--w60 {
  width: 60px
}
.info_page .info_average_temperature .temperature_table__month {
  padding: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center
}
.info_page .info_average_temperature .temperature_table__head {
  line-height: 1.5
}
.info_page .info_average_temperature .temperature_table__head--large {
  width: 174px;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.info_page .info_average_temperature .temperature_table__head--small {
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.info_page .info_travel_clothes {
  margin-top: 127px
}
.info_page .info_travel_clothes__2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px
}
.info_page .info_travel_clothes__txt {
  width: calc(50% - 20px);
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: .05em
}
.info_page .info_travel_clothes__txt--widthAuto {
  width: auto
}
.info_page .info_travel_clothes__img {
  width: calc(50% - 20px)
}
.info_page .info_travel_clothes__img img {
  width: 100%
}
.info_page .info_map {
  margin-top: 128px
}
.info_page .info_map__inner {
  margin-top: 80px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 42.5%
}
.info_page .info_map iframe {
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.info_page .info_map__link {
  display: block;
  position: relative;
  font-size: 13px;
  text-align: justify;
  letter-spacing: .05em;
  color: #006548;
  padding-left: 18px;
  margin-top: 26px
}
.info_page .info_map__link::before {
  position: absolute;
  display: block;
  content: '';
  background-image: url(/assets/img/info/ico_map.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  margin-top: 2px
}
.info_page .info_sec_tit {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: .08em;
  color: #006548;
  padding-left: 25px
}
.info_page .info_sec_tit::before {
  position: absolute;
  display: block;
  content: '';
  border-left: 3px solid #006548;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40px
}
.info_page .info_sec_tit::after {
  position: absolute;
  display: block;
  content: '';
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  bottom: -25px;
  left: 0
}
.info_page .info_sec_txt {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .05em
}
.notice_detail_page .content_wrapper {
  padding: 66px 20px 150px
}
.notice_detail_page .notice_detail_block {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.notice_detail_page .notice_detail_block__unit:nth-of-type(1) {
  width: 297px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 145px
}
.notice_detail_page .notice_detail_block__unit:nth-of-type(2) {
  width: 678px
}
.notice_detail_page .notice_detail_block__unit:nth-of-type(3) {
  width: 225px;
  padding-left: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.notice_detail_page .back_to_list_page_link a {
  display: inline-block;
  font-family: 'Noto Serif JP';
  font-size: 12px;
  letter-spacing: .08em;
  color: #6d6d6d;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  position: relative;
  border: 1px solid #6d6d6d;
  padding: 17px 27px 17px 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.notice_detail_page .back_to_list_page_link a:hover {
  opacity: .6
}
.notice_detail_page .back_to_list_page_link a::before {
  position: absolute;
  top: 37.5%;
  left: 24%;
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background: url(../img/common/ico_arrow_link_gray.svg) no-repeat center center/contain;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1)
}
.notice_detail_page .notice_article_block__head {
  margin-bottom: 40px;
  padding-bottom: 21px;
  border-bottom: 1px solid #cbcbcb
}
.notice_detail_page .notice_article_block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px
}
.notice_detail_page .notice_article_block__date {
  font-family: Inter;
  font-weight: 300;
  font-size: 17px;
  color: #6d6d6d;
  margin-right: 19px
}
.notice_detail_page .notice_article_block__category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px -8px 0
}
.notice_detail_page .notice_article_block__category ul li {
  margin: 0 8px 8px 0;
  font-family: Inter;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .05em;
  color: #696969
}
.notice_detail_page .notice_article_block__title {
  font-family: Inter;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: .05em
}
.notice_detail_page .notice_article_block__body img {
  width: 100%;
  vertical-align: bottom;
  max-width: 678px !important;
  height: auto !important
}
.notice_detail_page .notice_article_block__body img + p {
  margin-top: 30px
}
.notice_detail_page .notice_article_block__body p {
  font-family: Inter;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .05em
}
.notice_detail_page .notice_article_block__body p + img, .notice_detail_page .notice_article_block__body p + p {
  margin-top: 30px
}
.notice_detail_page .notice_category_block__title {
  font-family: Inter;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .05em;
  color: #b9b9b9;
  margin-bottom: 8px;
  position: relative;
  top: -13px
}
.notice_detail_page .notice_category_block__list ul li + li {
  margin-top: 19px
}
.notice_detail_page .notice_category_block__list ul li a {
  font-family: Inter;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .05em;
  color: #696969;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.notice_detail_page .notice_category_block__list ul li a:hover {
  opacity: .6
}
.notice_list_page .content_wrapper {
  padding: 34px 20px 119px
}
.notice_list_page .notice_content_block {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.notice_list_page .notice_content_block__main {
  width: 840px;
  margin-right: 90px
}
.notice_list_page .notice_content_block__sub {
  width: 270px
}
.notice_list_page .notice_content_block__head {
  margin-bottom: 78px
}
.notice_list_page .notice_content_block__title {
  font-family: Noto Serif JP;
  font-size: 36px;
  letter-spacing: .08em;
  padding-top: 30px;
  border-top: 1px solid #d3d3d3;
  position: relative
}
.notice_list_page .notice_content_block__title::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 153px;
  height: 4px;
  background-color: #006548
}
.notice_list_page .notice_list_block {
  margin-bottom: 90px
}
.notice_list_page .notice_list_block > ul > li + li {
  margin-top: 18px
}
.notice_list_page .notice_list_block > ul > li a {
  display: block;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.notice_list_page .notice_list_block > ul > li a:hover {
  opacity: .8
}
.notice_list_page .notice_item_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 23px;
  border-bottom: 1px solid #e3e3e3
}
.notice_list_page .notice_item_block__date {
  min-width: 90px;
  width: 90px;
  margin-right: 18px
}
.notice_list_page .notice_item_block__date p {
  font-family: Inter;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: .04em;
  color: #6d6d6d;
  padding: 5px 0 10px
}
.notice_list_page .notice_item_block__category {
  margin-right: 26px
}
.notice_list_page .notice_item_block__category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px -8px 0
}
.notice_list_page .notice_item_block__category ul li {
  font-family: Inter;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .05em;
  color: #4f4f4f;
  padding: 9px 10px;
  border-radius: .3em;
  width: 68px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 8px 8px 0
}
.notice_list_page .notice_item_block__category ul li.is-category_color_event {
  background-color: #cfe7e9
}
.notice_list_page .notice_item_block__category ul li.is-category_color_notice {
  background-color: #e9cfcf
}
.notice_list_page .notice_item_block__text {
  min-width: 350px
}
.notice_list_page .notice_item_block__text p {
  padding-top: 5px;
  font-family: Inter;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: .05em;
  color: #333
}
.notice_list_page .pagenavi_block .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.notice_list_page .pagenavi_block .wp-pagenavi a, .notice_list_page .pagenavi_block .wp-pagenavi span {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .08em;
  color: #bdbdbd;
  padding: 0 10px;
  margin: 0 5px;
  border: none
}
.notice_list_page .pagenavi_block .wp-pagenavi .current {
  color: #006548;
  position: relative
}
.notice_list_page .pagenavi_block .wp-pagenavi .current::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
  display: block;
  height: 2px;
  width: 14px;
  background-color: #006548
}
.notice_list_page .pagenavi_block .wp-pagenavi .page {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}
.notice_list_page .pagenavi_block .wp-pagenavi .page:hover {
  color: #006548
}
.notice_list_page .notice_category_block__title {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .08em;
  color: #006548;
  padding: 26px 0 21px;
  margin-bottom: 24px;
  border-top: 4px solid #006548;
  border-bottom: 1px solid #c9c9c9
}
.notice_list_page .notice_category_block__list ul li + li {
  margin-top: 24px
}
.notice_list_page .notice_category_block__list ul li a {
  position: relative;
  display: block;
  font-size: 15px;
  letter-spacing: .05em;
  color: #006548;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  padding-left: 18px
}
.notice_list_page .notice_category_block__list ul li a::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url(../img/common/ico_arrow_green.svg) no-repeat center center/contain
}
.notice_list_page .notice_category_block__list ul li a:hover {
  opacity: .6
}
.recommend_index_page .content_wrapper {
  padding: 53px 20px 120px
}
.recommend_index_page .view_more_rectangle_btn {
  display: none
}
.recommend_index_page .article_2col_block:nth-of-type(n+3), .recommend_index_page .article_3col_block:nth-of-type(n+3) {
  display: none
}
.search_page .content_wrapper {
  padding: 0 20px
}
.search_page .search_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 54px;
  margin-bottom: 60px
}
.search_page .search_side_nav {
  position: relative;
  height: auto;
  min-width: 300px;
  width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 20px 26px;
  margin-right: 50px;
  background: #fcfaf2;
  border-radius: 6px
}
.search_page .search_side_nav::before {
  position: absolute;
  display: block;
  content: '';
  width: 86%;
  height: 3px;
  background: #006548;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.search_page .search_side_nav h2 {
  position: relative;
  font-size: 26px;
  letter-spacing: .05em;
  color: #006548;
  margin-bottom: 29px;
  padding-left: 30px
}
.search_page .search_side_nav h2::before {
  position: absolute;
  display: block;
  content: '';
  background-image: url(../img/common/ico_search_green.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 21px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.search_page .search_side_nav h3 {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: .05em;
  color: #006548;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 20px
}
.search_page .search_side_nav__unit + .search_side_nav__unit {
  margin-top: 35px
}
.search_page .search_side_nav__inner {
  color: #006548
}
.search_page .search_side_nav__mexico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.search_page .search_side_nav__mexico dd {
  margin-left: 20px;
  margin-top: 15px
}
.search_page .search_side_nav__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.search_page .search_side_nav__other dd {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-top: 15px
}
.search_page .search_side_nav__theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.search_page .search_side_nav__theme dd {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 15px
}
.search_page .search_side_nav__tour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.search_page .search_side_nav__tour dd {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 15px
}
.search_page .search_side_nav .search_nav_modal__select {
  width: 100%
}
.search_page .search_side_nav .search_side_nav__btn {
  position: relative;
  margin-top: 30px
}
.search_page .search_side_nav .search_side_nav__btn::before {
  position: absolute;
  display: block;
  content: '';
  background-image: url(../img/common/ico_search.svg);
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 17px;
  top: 53%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 75%
}
.search_page .search_list {
  max-width: 848px;
  width: 100%
}
.search_page .search_list__tit {
  font-size: 19px;
  letter-spacing: .05em;
  color: #ff5c00;
  padding-bottom: 25px;
  border-bottom: 1px solid #a9a9a9;
  margin-bottom: 35px
}
.search_page .search_list__tit span {
  font-family: Inter;
  font-weight: 300;
  font-size: 31px;
  letter-spacing: .05em;
  color: #ff5c00
}
.search_page .search_list__recommend {
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #006548;
  border-bottom: 1px solid #d0d0d0;
  margin-top: 103px;
  margin-bottom: 30px;
  padding-bottom: 15px
}
.search_page .view_more_btn {
  display: block;
  margin: 109px auto 120px
}
.search_page .fade-enter-active, .search_page .fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}
.search_page .fade-enter, .search_page .fade-leave-to {
  opacity: 0
}
.tour_detail_page .content_wrapper {
  padding: 42px 70px 120px 20px
}
.tour_detail_page .tour_detail_head_block {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  margin-bottom: 107px
}
.tour_detail_page .tour_detail_head_block__icon {
  font-family: Inter;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: .08em;
  color: #b8922c;
  margin-bottom: 9px
}
.tour_detail_page .tour_detail_head_block__title {
  font-weight: 600;
  font-size: 41px;
  line-height: 1.6;
  letter-spacing: .02em;
  color: #3a3a3a
}
.tour_detail_page .tour_detail_head_block__row {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.tour_detail_page .tour_detail_head_block__detail {
  width: 580px
}
.tour_detail_page .tour_detail_head_block__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e6e6e6;
  position: relative;
  padding: 24px 0 21px
}
.tour_detail_page .tour_detail_head_block__list ul li::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  top: -1px;
  left: 0;
  display: block;
  background-color: #b8922c;
}
.tour_detail_page .tour_detail_head_block__item_head {
  width: 120px;
  min-width: 120px;
  margin-right: 18px
}
.tour_detail_page .tour_detail_head_block__item_head p {
  position: relative;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .08em;
  color: #b8922c;
  padding-left: 25px
}
.tour_detail_page .tour_detail_head_block__item_head p::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: url(../img/common/icon_clock_green.svg) no-repeat center center/contain
}
.tour_detail_page .tour_detail_head_block__item_text .price_text {
  font-family: Inter;
  font-weight: 500;
  line-height: 1.2;
  color: #ff5c00
}
.tour_detail_page .tour_detail_head_block__item_text .price_text span:nth-of-type(1) {
  font-size: 18px
}
.tour_detail_page .tour_detail_head_block__item_text .price_text span:nth-of-type(2) {
  font-size: 22px
}
.tour_detail_page .tour_detail_head_block__item_text .price_text span:nth-of-type(3) {
  font-size: 13px
}
.tour_detail_page .tour_detail_head_block__item_text .departure_text {
  font-family: Inter;
  font-weight: 500;
  line-height: 1.2
}
.tour_detail_page .tour_detail_head_block__item_text .departure_text span.large_text {
  font-size: 21px
}
.tour_detail_page .tour_detail_head_block__item_text .departure_text span.small_text {
  font-size: 16px
}
.tour_detail_page .tour_detail_head_block__item_text .place_text {
  font-family: Inter;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2
}
.tour_detail_page .tour_detail_head_block__item_text .period_text {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .05em
}
.tour_detail_page .tour_detail_head_block__image {
  min-width: 570px;
  width: 570px;
  margin-left: 70px
}
.tour_detail_page .tour_detail_head_block__video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}
.tour_detail_page .tour_detail_head_block__video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.tour_detail_page .tour_detail_head_block__image_content {
  width: 100%;
  padding-top: 56.25%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}
.tour_detail_page .tour_detail_head_block__image_text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .08em;
  color: #6d6d6d
}
.tour_detail_page .tour_detail_head_block__image_main_wrapper {
  overflow: hidden
}
.tour_detail_page .tour_detail_head_block__image_thumbnail_wrapper {
  position: relative;
  margin-top: 15px
}
.tour_detail_page .tour_detail_head_block__image_thumbnail_wrapper .swiper-button-next, .tour_detail_page .tour_detail_head_block__image_thumbnail_wrapper .swiper-button-prev {
  position: absolute;
  top: 38%;
  z-index: 1;
  border-bottom: solid 4px #006548;
  border-left: solid 4px #006548;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s
}
.tour_detail_page .tour_detail_head_block__image_thumbnail_wrapper .swiper-button-prev {
  left: 0
}
.tour_detail_page .tour_detail_head_block__image_thumbnail_wrapper .swiper-button-next {
  right: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg)
}
.tour_detail_page .tour_detail_head_block__image_thumbnail_wrapper .swiper-button-disabled {
  opacity: .5
}
.tour_detail_page .tour_detail_head_block__image_thumbnail {
  overflow: hidden;
  width: 95%;
  margin: auto
}
.tour_detail_page .tour_detail_head_block__image_thumbnail ul li {
  width: 18%;
  margin: 0 .94%
}
.tour_detail_page .tour_detail_head_block__image_thumbnail_content {
  cursor: pointer;
  width: 100%;
  padding-top: 60%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}
.tour_detail_page .tour_detail_head_block__apply {
  display: none;
  position: relative
}
.tour_detail_page .tour_detail_head_block__apply::before {
  position: absolute;
  top: 40%;
  right: 17%;
  content: "";
  display: block;
  width: calc(20 / 375 * 100vw);
  height: calc(18 / 375 * 100vw);
  /*background: url(../img/common/ico_arrow_white_bold.svg) no-repeat center center/contain;*/
}
.tour_detail_page .tour_detail_head_block__apply input[type=submit] {
  text-align: center;
  display: block;
  width: 100%;
  /*background: linear-gradient(102.83deg, #e6951b 0, #ff3d00 100%);*/
  background-color: #9aff24;
  border-radius: .3em;
  font-weight: 600;
  font-size: calc(18 / 375 * 100vw);
  letter-spacing: .05em;
  color: #000000;
  /*padding: calc(26 / 375 * 100vw) calc(35 / 375 * 100vw) calc(26 / 375 * 100vw) 0;*/
  padding: 35px 5px 35px 5px;	
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.tour_detail_page .tour_detail_wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.tour_detail_page .tour_detail_wrapper__main {
  position: relative;
  max-width: 880px;
  width: 100%;
  padding-top: 34px
}
.tour_detail_page .tour_detail_wrapper__main::before {
  position: absolute;
  top: -2px;
  left: 0;
  content: "";
  width: 134px;
  height: 4px;
  background-color: #b8922c;
  display: block
}
.tour_detail_page .tour_detail_wrapper__main::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  max-width: 850px;
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  display: block;
  z-index: -1
}
.tour_detail_page .tour_detail_wrapper__sub {
  min-width: 270px;
  width: 270px;
  margin-left: 50px
}
.tour_detail_page .tour_detail_nav_block {
  position: sticky;
  top: 0;
  padding-top: 120px;
  margin-top: -120px
}
.tour_detail_page .tour_detail_nav_block__link {
  padding-top: 22px;
  border-top: 4px solid #b8922c;
}
.tour_detail_page .tour_detail_nav_block__link ul {
  padding-bottom: 32px;
  border-bottom: 1px solid #c9c9c9
}
.tour_detail_page .tour_detail_nav_block__link ul li + li {
  margin-top: 24px
}
.tour_detail_page .tour_detail_nav_block__link ul li a {
  position: relative;
  font-size: 15px;
  letter-spacing: .05em;
  color: #b8922c;
  padding-left: 18px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.tour_detail_page .tour_detail_nav_block__link ul li a:hover {
  opacity: .6
}
.tour_detail_page .tour_detail_nav_block__link ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: url(../img/common/ico_arrow_green.svg) no-repeat center center/contain;
  width: 6px;
  height: 10px;
  display: block
}
.tour_detail_page .tour_detail_nav_block__link_head {
  padding-bottom: 23px;
  margin-bottom: 24px;
  border-bottom: 1px solid #c9c9c9
}
.tour_detail_page .tour_detail_nav_block__link_head a {
  font-family: Inter;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .08em;
  color: #b8922c;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.tour_detail_page .tour_detail_nav_block__link_head a:hover {
  opacity: .8
}
.tour_detail_page .tour_detail_nav_block__link_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 23px
}
.tour_detail_page .tour_detail_nav_block__link_arrow path {
  -webkit-transition: stroke .3s ease-in-out;
  transition: stroke .3s ease-in-out
}
.tour_detail_page .tour_detail_nav_block__detail {
  margin-bottom: 50px;
  background-color: #fcfaf2;
  padding: 20px;
  position: relative
}
.tour_detail_page .tour_detail_nav_block__detail::before {
  content: "";
  display: block;
  height: 3px;
  width: 230px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #b8922c;
}
.tour_detail_page .tour_detail_nav_block__detail ul {
  margin-bottom: 30px
}
.tour_detail_page .tour_detail_nav_block__detail ul li {
  padding-bottom: 17px;
  border-bottom: 1px solid #e9e9e9
}
.tour_detail_page .tour_detail_nav_block__detail ul li.row_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.tour_detail_page .tour_detail_nav_block__detail ul li.row_layout .tour_detail_nav_block__detail_title {
  min-width: 70px;
  width: 70px;
  margin-bottom: 0
}
.tour_detail_page .tour_detail_nav_block__detail ul li + li {
  margin-top: 9px
}
.tour_detail_page .tour_detail_nav_block__detail_head {
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .08em;
  color: #b8922c;
  padding-bottom: 13px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px
}
.tour_detail_page .tour_detail_nav_block__detail_title {
  color: #b8922c;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .08em;
  margin-bottom: 10px
}
.tour_detail_page .tour_detail_nav_block__detail_text {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: .05em
}
.tour_detail_page .tour_detail_nav_block__detail_text.price_text {
  font-family: Inter;
  font-weight: 500;
  line-height: 1.2;
  color: #ff5c00
}
.tour_detail_page .tour_detail_nav_block__detail_text.price_text span {
  letter-spacing: -.01em
}
.tour_detail_page .tour_detail_nav_block__detail_text.price_text span:nth-of-type(1) {
  font-size: 13px
}
.tour_detail_page .tour_detail_nav_block__detail_text.price_text span:nth-of-type(2) {
  font-size: 17px
}
.tour_detail_page .tour_detail_nav_block__detail_text.price_text span:nth-of-type(3) {
  font-family: Noto Sans JP;
  font-weight: 600;
  font-size: 10px
}
.tour_detail_page .tour_detail_nav_block__apply {
  position: relative;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.tour_detail_page .tour_detail_nav_block__apply:hover {
  opacity: .8
}
.tour_detail_page .tour_detail_nav_block__apply::before {
  position: absolute;
  top: 47%;
  right: 8%;
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  /*background: url(../img/common/ico_arrow_white.svg) no-repeat center center/contain;*/
}
.tour_detail_page .tour_detail_nav_block__apply input[type=submit] {
  text-align: center;
  display: block;
  width: 100%;
  background: #9aff24;
  border-radius: .3em;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .05em;
  color: #000000;
  padding: 26px 0 26px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.tour_detail_page .tour_detail_table_block + .tour_detail_table_block {
  margin-top: 80px
}
.tour_detail_page .tour_detail_table_block .text_size_large {
  font-weight: 600;
  font-size: 22px
}
.tour_detail_page .tour_detail_table_block .text_size_middle {
  font-size: 16px
}
.tour_detail_page .tour_detail_table_block .text_color_green {
  color: #006548
}
.tour_detail_page .tour_detail_table_block .text_center {
  text-align: center
}
.tour_detail_page .tour_detail_table_block .text_weight_700 {
  font-weight: 700
}
.tour_detail_page .tour_detail_table_block__title {
  padding-top: 90px;
  margin-top: -90px;
  letter-spacing: .08em;
  color: #b8922c;
  margin-bottom: 34px;
  font-size: 31px
}
.tour_detail_page .tour_detail_table_block__title--small {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: .08em;
  color: #b8922c;
  margin-bottom: 27px
}
.tour_detail_page .tour_detail_table_block__table_01 {
  word-wrap: break-word
}
.tour_detail_page .tour_detail_table_block__table_01.max_width_850 {
  max-width: 850px;
  width: 100%
}
.tour_detail_page .tour_detail_table_block__table_01 table {
  width: 100%
}
.tour_detail_page .tour_detail_table_block__table_01 table tr {
  border: 1px solid #dcdcdc;
  border-collapse: collapse
}
.tour_detail_page .tour_detail_table_block__table_01 table td, .tour_detail_page .tour_detail_table_block__table_01 table th {
  padding: 25px 32px 23px
}
.tour_detail_page .tour_detail_table_block__table_01 table th {
  width: 28%;
  min-width: 185px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eeeeee;
  vertical-align: middle
}
.tour_detail_page .tour_detail_table_block__table_01 table th p {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: .08em;
  color: #000000;
  line-height: 1.5
}
.tour_detail_page .tour_detail_table_block__table_01 table td {
  width: 72%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.tour_detail_page .tour_detail_table_block__table_01 table td p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .03em
}
.tour_detail_page .tour_detail_table_block__table_01 table td p + p {
  margin-top: 32px
}
.tour_detail_page .tour_detail_table_block__table_02 {
  display: block;
  word-wrap: break-word
}
.tour_detail_page .tour_detail_table_block__table_02 table {
  width: 100%
}
.tour_detail_page .tour_detail_table_block__table_02 table thead tr {
  border-collapse: collapse;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc
}
.tour_detail_page .tour_detail_table_block__table_02 table thead tr th {
  border-collapse: collapse;
  padding: 25px 0;
  background-color: #eeeeee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.tour_detail_page .tour_detail_table_block__table_02 table thead tr th:nth-of-type(1) {
  width: 14%;
  min-width: 100px;
  border-right: 1px solid #dcdcdc
}
.tour_detail_page .tour_detail_table_block__table_02 table thead tr th:nth-of-type(2) {
  width: 54%;
  border-right: 1px solid #dcdcdc
}
.tour_detail_page .tour_detail_table_block__table_02 table thead tr th:nth-of-type(3) {
  width: 15%;
  border-right: 1px solid #dcdcdc
}
.tour_detail_page .tour_detail_table_block__table_02 table thead tr th:nth-of-type(4) {
  width: 17%
}
.tour_detail_page .tour_detail_table_block__table_02 table thead tr th p {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: .02em;
  color: #000000;
}
.tour_detail_page .tour_detail_table_block__table_02 table tbody tr {
  border-collapse: collapse;
  border: 1px solid #dcdcdc
}
.tour_detail_page .tour_detail_table_block__table_02 table tbody tr:nth-of-type(1) {
  border-top: none
}
.tour_detail_page .tour_detail_table_block__table_02 table tbody td, .tour_detail_page .tour_detail_table_block__table_02 table tbody th {
  padding: 25px 16px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.tour_detail_page .tour_detail_table_block__table_02 table tbody th {
  border-right: 1px solid #dcdcdc
}
.tour_detail_page .tour_detail_table_block__table_02 table tbody th p {
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: .01em;
  color: #006548;
  line-height: 1.5
}
.tour_detail_page .tour_detail_table_block__table_02 table tbody td:nth-of-type(1) {
  border-right: 1px solid #dcdcdc
}
.tour_detail_page .tour_detail_table_block__table_02 table tbody td:nth-of-type(2) {
  border-right: 1px solid #dcdcdc
}
.tour_detail_page .tour_detail_table_block__table_02 table tbody td p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .01em
}
.tour_detail_page .tour_detail_table_block__table_02 table tbody td p + p {
  margin-top: 10px
}
.tour_detail_page .tour_detail_table_block__table_03 {
  display: none;
  word-wrap: break-word
}
.tour_detail_page .tour_detail_table_block__table_03 table {
  width: 100%
}
.tour_detail_page .tour_detail_table_block__table_03 table + table {
  margin-top: 30px
}
.tour_detail_page .tour_detail_table_block__table_03 table tbody tr {
  border-collapse: collapse;
  border: 1px solid #dcdcdc
}
.tour_detail_page .tour_detail_table_block__table_03 table tbody td, .tour_detail_page .tour_detail_table_block__table_03 table tbody th {
  padding: 25px 20px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.tour_detail_page .tour_detail_table_block__table_03 table tbody th {
  border-right: 1px solid #dcdcdc;
  background-color: #eeeeee;
  width: 39%;
}
.tour_detail_page .tour_detail_table_block__table_03 table tbody th p {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .08em;
  color: #000000;
}
.tour_detail_page .tour_detail_table_block__table_03 table tbody td {
  width: 61%
}
.tour_detail_page .tour_detail_table_block__table_03 table tbody td p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6
}
.tour_detail_page .tour_detail_table_block__table_03 table tbody td p + p {
  margin-top: 10px
}
.tour_detail_page .search_nav__menu--apply {
  display: block
}
.tour_detail_page .search_nav__menu--home {
  display: none
}
.tour_detail_page .contact_btn_block {
  margin-top: 21px
}
.tour_detail_page .contact_btn_block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  color: #000000;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px
}
.tour_detail_page .contact_btn_block__head::after, .tour_detail_page .contact_btn_block__head::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #000000;
}
.tour_detail_page .contact_btn_block__head::before {
  -webkit-transform: rotate(-22deg);
  transform: rotate(-22deg)
}
.tour_detail_page .contact_btn_block__head::after {
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg)
}
.tour_detail_page .contact_btn_block__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*text-align: left;*/
  justify-content: center;
  width: 100%;
  background: #b8922c;
  border-radius: .3em;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .05em;
  color: #fff;
  padding: 20px 0px 21px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}
.tour_detail_page .contact_btn_block__btn:hover {
  opacity: .8
}
.tour_detail_page .contact_btn_block__btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  /*background: url(../img/common/ico_arrow_white.svg) no-repeat center center/contain;*/
}
.tour_detail_page .related_article_block {
  margin-top: 80px;
  max-width: 1200px;
  margin-inline: auto
}
.tour_detail_page .related_article_block__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.75% 1fr 3.75% 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.75%
}
.tour_detail_page .related_article_block__item {
  -webkit-transition: .2s opacity;
  transition: .2s opacity
}
.tour_detail_page .related_article_block__item:hover {
  opacity: .8
}
.tour_detail_page .related_article_block__item a {
  display: block
}
.tour_detail_page .related_article_block__img {
  width: 100%;
  aspect-ratio: 370/228
}
.tour_detail_page .related_article_block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.tour_detail_page .related_article_block__title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-top: 11px
}
.tour_detail_page .related_article_block__text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-top: 3px
}
.tour_detail_page .pdf_btn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #278c0d;
  border-radius: .3em;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 11px 15px 11px 21px;
  margin-top: 20px;
  -webkit-transition: .2s opacity;
  transition: .2s opacity
}
.tour_detail_page .pdf_btn_block:hover {
  opacity: .8
}
.tour_detail_page .pdf_btn_block::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 26px;
  background: url(/assets/img/tour/detail/icon_pdf.svg) no-repeat center center/contain
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}
:root {
  --swiper-theme-color: #007aff
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
@media screen and (min-width:1440px) {
  .contact_btn {
    width: 284px
  }
  .contact_btn a {
    font-size: 16px
  }
  .contact_block__inner .contact_block_description__tit {
    font-size: 36px;
	color: #b8922c;
  }
  .contact_block__inner .contact_block_description__txt {
    font-size: 16px;
	color: #000000;
  }
  .contact_block__inner .contact_block_tell {
    margin-left: 90px;
    margin-right: 170px
  }
  .contact_block__inner .contact_block_tell::before {
    right: -88px
  }
  .contact_block__inner .contact_block_tell__tit {
    font-size: 16px
  }
  .contact_block__inner .contact_block_tell__phone {
    font-size: 35px
  }
  .header_block__logo {
    padding-left: 30px;
	/*padding-top: 30px;*/		
  }
  .header_block__logo_img {
    width: 65%;
    margin-right: 26px
  }
  .header_block__txt {
    font-size: 12px
  }
  .header_block__list--left .header_block__item {
    margin-right: 39px
  }
  .header_block__item {
    font-size: 15px
  }
  .header_block__item--tell {
    font-size: 11px;
    padding: 20px 10px 15px
  }
  .header_block__item--tell span {
    font-size: 20px
  }
  .header_block__item--contact {
    font-size: 15px;
    width: 140px
  }
  .header_block__item--info {
    width: 150px
  }
  .header_block .pull_down_menu_block__head {
    font-size: 15px
  }
  .about_page .about_block {
    padding-bottom: 359px
  }
  .about_page .about_feature__wrapper--01 .about_feature__img {
    width: 494px;
    height: 321px
  }
  .about_page .about_feature__wrapper--02 .about_feature__img {
    width: 521px;
    height: 347px
  }
  .about_page .about_feature__wrapper--03 .about_feature__img {
    width: 521px;
    height: 347px
  }
  .about_page .about_feature__wrapper--04 .about_feature__img {
    width: 521px;
    height: 321px
  }
  .about_page .about_feature__wrapper--05 .about_feature__img {
    width: 521px;
    height: 347px
  }
  .about_page .about_feature__wrapper--06 .about_feature__img {
    width: 521px;
    height: 293px
  }
  .index_page .mainvisual_block__txt {
    font-size: 19px
  }
  .index_page .feature_tour__inner {
    margin-left: calc(((100vw - 1440px)/ 2) + 100px)
  }
  .index_page .feature_tour .sec-tit {
    margin-left: 20px
  }
  .index_page .feature_tour .swiper-button-prev {
    left: calc(((100vw - 1440px)/ 2) + 100px)
  }
}
@media screen and (max-width:1517px) {
  .header_block__txt {
    display: none
  }
}
@media screen and (max-width:1200px) {
  .header_block__list--left .header_block__item {
    margin-right: calc(20 / 1440 * 100vw)
  }
  .modal .search_nav_modal__inner {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .modal .search_nav_modal__country {
    margin-right: 10px;
    max-width: 510px
  }
  .modal .search_nav_modal__main + .search_nav_modal__main {
    margin-left: 30px
  }
  .modal .search_nav_modal__options {
    max-width: 500px
  }
  .modal .search_nav_modal__sub dd .checkbox-parts {
    font-size: calc(16 / 1440 * 100vw)
  }
  .checkbox-parts {
    font-size: calc(16 / 1440 * 100vw)
  }
  .info_page .info_average_temperature__inner {
    overflow-x: scroll
  }
  .tour_detail_page .tour_detail_head_block__list ul li::before {
    width: 90px
  }
  .tour_detail_page .tour_detail_head_block__item_head {
    width: 90px;
    min-width: 90px;
    margin-right: 15px
  }
  .tour_detail_page .tour_detail_head_block__item_head p {
    font-size: 13px
  }
  .tour_detail_page .tour_detail_head_block__image {
    min-width: 500px;
    width: 500px;
    margin-left: 35px
  }
}
@media screen and (max-width:1100px) {
  .footer_block__menu .footer_block_link__item + .footer_block_link__item {
    margin-left: calc(30 / 1024 * 100vw)
  }
}
@media screen and (max-width:1024px) {
  .article_2col_block ul li {
    width: 48%
  }
  .article_3col_block ul {
    margin: 0 -20px -80px 0
  }
  .article_3col_block ul li {
    margin: 0 20px 80px 0;
    width: calc(33.3% - 20px)
  }
  .contact_btn {
    width: calc(260 / 1024 * 100vw)
  }
  .contact_btn a {
    font-size: calc(16 / 1024 * 100vw)
  }
  .contact_block__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
  }
  .contact_block__inner .contact_block_description__tit {
    font-size: calc(36 / 1024 * 100vw)
  }
  .contact_block__inner .contact_block_tell {
    margin-left: 0;
    margin-right: 0
  }
  .contact_block__inner .contact_block_tell::before {
    right: calc(-38 / 1024 * 100vw)
  }
  .contact_block__inner .contact_block_tell__tit {
    font-size: calc(16 / 1024 * 100vw)
  }
  .contact_block__inner .contact_block_tell__phone {
    font-size: calc(35 / 1024 * 100vw)
  }
  .contact_block__inner .contact_block_tell__time {
    font-size: calc(12 / 1024 * 100vw)
  }
  .footer_block__logo h2 {
    margin-right: 15px
  }
  .header_block {
    z-index: 20
  }
  .header_block__txt {
    display: block
  }
  .header_block__menu.is-pc {
    display: none
  }
  .header_block .hamburger_btn {
    display: block;
    width: 75px;
    height: 75px;
    background: #b8922c;
    -ms-flex-item-align: start;
    align-self: flex-start
  }
  .header_block .hamburger_btn span {
    display: block;
    width: 21px;
    background: #fff;
    height: 1px;
    margin: 0 auto 6px
  }
  .header_block .hamburger_btn span:last-child {
    margin-bottom: 0
  }
  .modal .search_nav_modal__header {
    margin-left: 20px;
    margin-right: 20px
  }
  .about_page .about_top__tit {
    font-size: calc(17 / 1024 * 100vw)
  }
  .about_page .about_feature__wrapper--02 .about_feature__box {
    padding: calc(24 / 1024 * 100vw) 0 0 calc(40 / 1024 * 100vw)
  }
  .about_page .about_feature__wrapper--04 .about_feature__box {
    padding: 0 0 0 calc(42 / 1024 * 100vw)
  }
  .about_page .about_feature__wrapper--06 .about_feature__box {
    padding: 0 0 0 calc(43 / 1024 * 100vw)
  }
  .about_page .about_feature__box__label {
    font-size: calc(28 / 1024 * 100vw)
  }
  .about_page .about_feature__box__txt {
    font-size: calc(16 / 1024 * 100vw)
  }
  .about_page .about_feature__list {
    font-size: calc(16 / 1024 * 100vw)
  }
  .about_page .about_feature__list--sns {
    -ms-grid-columns: (135px)[2];
    grid-template-columns: repeat(2, 135px)
  }
  .about_page .about_service .about_coordination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .about_page .about_service .about_coordination__img {
    min-width: auto;
    width: 535px
  }
  .about_page .about_service .about_coordination__txt_box {
    margin-left: 0;
    margin-top: 30px
  }
  .about_page .about_service .about_works__wrapper {
    gap: 60px 50px
  }
  .about_page .about_service .about_works__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .about_page .about_service .about_works__year {
    margin-bottom: 20px
  }
  .about_page .about_others__wrapper {
    -ms-grid-columns: 1fr 130px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 130px
  }
  .about_page .about_others__box--01 {
    margin: 0 0 0 auto
  }
  .about_page .about_others__box--02 {
    margin: 0 auto 0 0
  }
  .about_page .about_others__box--03 {
    margin: 0 0 0 auto
  }
  .about_page .about_others__box--04 {
    margin: 0 auto 0 0
  }
  .company_page .company_block__access_text {
    min-width: auto
  }
  .company_page .company_block__access_text02 {
    display: block;
    margin-top: 10px
  }
  .features_detail_page .features_detail_block__sub {
    margin-left: 60px
  }
  .index_page .search_tour__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .index_page .search_tour__panel {
    max-width: 100%;
    margin-bottom: 20px
  }
  .index_page .search_tour__map {
    margin: 0 auto
  }
  .index_page .feature_tour__inner {
    margin-left: 20px;
    margin-right: 20px
  }
  .index_page .other_tour__txt {
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: calc(13 / 1024 * 100vw)
  }
  .index_page .other_tour__txt::before {
    right: 20px
  }
  .info_page .info_block {
    margin: 0
  }
  .info_page .info_block__inner {
    margin-left: 20px;
    margin-right: 20px
  }
  .info_page .info_block_about {
    padding-left: 20px;
    padding-right: 20px
  }
  .info_page .info_passport__2col .info_sec_txt {
    padding-right: 40px
  }
  .info_page .info_passport__img {
    width: 460px;
    min-width: 460px
  }
  .notice_detail_page .notice_detail_block__unit:nth-of-type(3) {
    padding-left: 60px
  }
  .notice_list_page .notice_content_block__main {
    margin-right: 45px
  }
  .search_page .search_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .search_page .search_side_nav {
    display: none;
    margin-right: 0;
    margin-bottom: 80px
  }
  .search_page .search_list {
    max-width: 100%
  }
  .tour_detail_page .tour_detail_head_block__item_text .price_text span:nth-of-type(1) {
    font-size: 16px
  }
  .tour_detail_page .tour_detail_head_block__item_text .price_text span:nth-of-type(2) {
    font-size: 18px
  }
  .tour_detail_page .tour_detail_head_block__item_text .price_text span:nth-of-type(3) {
    font-size: 11px
  }
  .tour_detail_page .tour_detail_head_block__image {
    min-width: 400px;
    width: 400px;
    margin-left: 20px
  }
  .tour_detail_page .tour_detail_head_block__image_thumbnail_wrapper .swiper-button-next, .tour_detail_page .tour_detail_head_block__image_thumbnail_wrapper .swiper-button-prev {
    border-bottom: solid 2px #006548;
    border-left: solid 2px #006548;
    width: 6px;
    height: 6px
  }
  .tour_detail_page .tour_detail_wrapper__sub {
    margin-left: 40px
  }
  .tour_detail_page .tour_detail_table_block__table_01.vertical_layout td, .tour_detail_page .tour_detail_table_block__table_01.vertical_layout th {
    display: block;
    width: 100%
  }
  .tour_detail_page .tour_detail_table_block__table_01 table td, .tour_detail_page .tour_detail_table_block__table_01 table th {
    padding: 20px 15px 20px
  }
  .tour_detail_page .tour_detail_table_block__table_01 table th {
    min-width: 145px
  }
  .tour_detail_page .tour_detail_table_block__table_02 {
    display: none
  }
  .tour_detail_page .tour_detail_table_block__table_03 {
    display: block
  }
}
@media screen and (max-width:1000px) {
  .footer_block__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    /*flex-direction: column;*/
  }
}
@media screen and (max-width:850px) {
  .footer_block__menu .footer_block_link__item + .footer_block_link__item {
    margin-left: calc(15 / 1024 * 100vw)
  }
}
@media screen and (max-width:800px) {
  .tour_detail_page .tour_detail_head_block__image {
    min-width: 350px;
    width: 350px;
    margin-left: 35px
  }
}
@media screen and (max-width:769px) {
  .is-pc {
    display: none
  }
  .is-sp {
    display: block
  }
  .sec-tit {
    font-size: 20px;
    letter-spacing: .08em;
    color: #b8922c;
    padding-left: 45px
  }
  .sec-tit::before {
    width: 35px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .article_2col_block {
    margin: 0 auto calc(40 / 375 * 100vw)
  }
  .article_2col_block ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .article_2col_block ul li {
    width: 100%
  }
  .article_2col_block ul li + li {
    margin-top: calc(40 / 375 * 100vw)
  }
  .article_3col_block {
    margin: 0 auto calc(40 / 375 * 100vw)
  }
  .article_3col_block ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0
  }
  .article_3col_block ul li {
    width: 100%;
    margin: 0
  }
  .article_3col_block ul li + li {
    margin-top: calc(40 / 375 * 100vw)
  }
  .article_item_block__head {
    margin-bottom: calc(12 / 375 * 100vw)
  }
  .article_item_block__tag {
    top: calc(10 / 375 * 100vw);
    left: calc(10 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    padding: calc(8 / 375 * 100vw) calc(12 / 375 * 100vw)
  }
  .article_item_block__title {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw)
  }
  .article_item_block__title--small {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(8 / 375 * 100vw)
  }
  .article_item_block__text {
    font-size: calc(12 / 375 * 100vw)
  }
  .article_item_block__text + .article_item_block__price {
    margin-top: calc(9 / 375 * 100vw)
  }
  .article_item_block__text--small + .article_item_block__price {
    margin-top: calc(9 / 375 * 100vw)
  }
  .article_item_block__price span:nth-of-type(1) {
    font-size: calc(14 / 375 * 100vw)
  }
  .article_item_block__price span:nth-of-type(2) {
    font-size: calc(20 / 375 * 100vw)
  }
  .article_item_block__price span:nth-of-type(3) {
    font-size: calc(12 / 375 * 100vw)
  }
  .article_item_block__price--small span:nth-of-type(1) {
    font-size: calc(14 / 375 * 100vw)
  }
  .article_item_block__price--small span:nth-of-type(2) {
    font-size: calc(20 / 375 * 100vw)
  }
  .article_item_block__price--small span:nth-of-type(3) {
    font-size: calc(12 / 375 * 100vw)
  }
  .breadcrumb_block {
    padding: calc(20 / 375 * 100vw) 0 calc(20 / 375 * 100vw) calc(20 / 375 * 100vw)
  }
  .breadcrumb_block__item {
    font-size: calc(11 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw)
  }
  .breadcrumb_block__item::before {
    width: calc(5 / 375 * 100vw);
    height: calc(9 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw)
  }
  .contact_btn {
    width: calc(276 / 375 * 100vw)
  }
  .contact_btn a {
    font-size: calc(15 / 375 * 100vw)
  }
  .view_more_rectangle_btn {
    width: calc(258 / 375 * 100vw)
  }
  .view_more_rectangle_btn a, .view_more_rectangle_btn button {
    font-size: calc(16 / 375 * 100vw);
    padding: calc(16 / 375 * 100vw) 0 calc(16 / 375 * 100vw) calc(70 / 375 * 100vw)
  }
  .view_more_rectangle_btn a::before, .view_more_rectangle_btn button::before {
    width: calc(25 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
    right: calc(60 / 375 * 100vw);
    top: 40%
  }
  .search_tour_btn {
    width: 84%
  }
  .search_tour_btn_close {
    display: block;
    background: #fff;
    border-radius: 66px;
    width: 220px;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: .05em;
    font-weight: 700;
    color: #1e8106;
    padding: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    margin-top: 40px
  }
  .search_tour_btn_close span {
    font-size: 23px;
    vertical-align: text-bottom
  }
  .card__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: -40px;
    margin-left: 0
  }
  .card__list.card__list_2col {
    margin-left: 0
  }
  .card__list.card__list_2col .card__item {
    width: 100%;
    margin-left: 0
  }
  .card__item {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0
  }
  .contact_block__inner {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: calc(32 / 375 * 100vw);
    padding-bottom: calc(54 / 375 * 100vw)
  }
  .contact_block__inner .contact_block_description {
    margin: 0
  }
  .contact_block__inner .contact_block_description__img {
    width: calc(59 / 375 * 100vw);
    margin: 0 auto
  }
  .contact_block__inner .contact_block_description__tit {
    margin-top: calc(8 / 375 * 100vw);
    margin-bottom: calc(13 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw)
  }
  .contact_block__inner .contact_block_description__txt {
    font-size: calc(13 / 375 * 100vw)
  }
  .contact_block__inner .contact_block_tell::before {
    display: none
  }
  .contact_block__inner .contact_block_tell__tit {
    font-size: calc(14 / 375 * 100vw);
    padding-bottom: 0;
    margin-top: calc(31 / 375 * 100vw)
  }
  .contact_block__inner .contact_block_tell__phone {
    width: calc(206 / 375 * 100vw);
    padding-left: calc(15 / 375 * 100vw);
    margin: calc(15 / 375 * 100vw) auto calc(7 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw)
  }
  .contact_block__inner .contact_block_tell__phone::before {
    width: calc(14 / 375 * 100vw);
    height: calc(19 / 375 * 100vw);
    left: 3%
  }
  .contact_block__inner .contact_block_tell__time {
    font-size: calc(11 / 375 * 100vw)
  }
  .contact_block__inner .contact_block_tell__time span {
    font-size: calc(11 / 375 * 100vw)
  }
  .contact_block__inner .contact_block_link {
    margin-top: calc(30 / 375 * 100vw)
  }
  .footer_block {
    padding: 0 calc(20 / 375 * 100vw)
  }
  .footer_block__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: calc(36 / 375 * 100vw) 0 calc(94 / 375 * 100vw)
  }
  .footer_block__logo {
    margin-bottom: calc(22 / 375 * 100vw);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
  }
  .footer_block__logo h2 {
    /*width: calc(37 / 375 * 100vw);*/
	width: 30%;
    margin-right: 10%;
  }
	
h3.t-league_f_logo {    
    width: 33.3%;
	margin-right: -5%;
}	
h3.t-league_f_logo img {    
    width: 50%;
}
h3.pasela_logo {    
    width: 33.3%;
}	
h3.pasela_logo img {    
    width: 50%;
}	

	
	
  .footer_block__tit {
    margin-top: 0;
    font-size: calc(10 / 375 * 100vw)
  }
  .footer_block__tit span {
    padding-left: calc(5 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw)
  }
  .footer_block__menu .footer_block_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: calc(35 / 375 * 100vw)
  }
  .footer_block__menu .footer_block_link__item {
    font-size: calc(14 / 375 * 100vw)
  }
  .footer_block__menu .footer_block_link__item + .footer_block_link__item {
    margin-left: 0;
    margin-top: calc(10 / 375 * 100vw)
  }
  .footer_block__menu .footer_block_country {
    margin-top: calc(15 / 375 * 100vw);
    width: 100%
  }
  .footer_block__menu .footer_block_country__head {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw)
  }
  .footer_block__menu .footer_block_country ul {
    margin: calc(-15 / 375 * 100vw) 0 0 0
  }
  .footer_block__menu .footer_block_country ul li {
    margin: calc(15 / 375 * 100vw) 0 0 0
  }
  .footer_block__menu .footer_block_country ul li a {
    font-size: calc(12 / 375 * 100vw)
  }
  .footer_block__menu .footer_block_country ul li a::before {
    width: calc(5 / 375 * 100vw);
    height: calc(12 / 375 * 100vw)
  }
  .footer_block__menu .footer_block_sns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .footer_block__menu .footer_block_sns li {
    margin-right: calc(16 / 375 * 100vw)
  }
  .footer_block__menu .footer_block_sns li + li {
    margin-left: 0
  }
  .footer_block .copy {
    margin-top: calc(45 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    text-align: center
  }
  .form_block__group {
    margin-bottom: calc(30 / 375 * 100vw)
  }
  .form_block__group .error {
    margin-top: calc(10 / 375 * 100vw)
  }
  .form_block__title {
    font-size: calc(17 / 375 * 100vw);
    margin-bottom: calc(12 / 375 * 100vw)
  }
  .form_block__required {
    font-size: calc(14 / 375 * 100vw);
    padding: calc(3 / 375 * 100vw) calc(12 / 375 * 100vw) calc(6 / 375 * 100vw);
    margin-left: calc(10 / 375 * 100vw)
  }
  .form_block__bottom_head {
    margin-bottom: calc(20 / 375 * 100vw)
  }
  .form_block__bottom_title {
    display: block;
    font-size: calc(17 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw)
  }
  .form_block__bottom_subTitle {
    font-size: calc(13 / 375 * 100vw);
    margin-left: 0
  }
  .form_block__bottom_text {
    padding: calc(30 / 375 * 100vw);
    height: calc(432 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw)
  }
  .form_block__bottom_text p {
    font-size: calc(14 / 375 * 100vw)
  }
  .form_block__input_text input, .form_block__input_text textarea {
    padding: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
    font-size: calc(17 / 375 * 100vw)
  }
  .form_block__input_checkbox {
    font-size: calc(14 / 375 * 100vw)
  }
  .form_block__input_checkbox input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(25 / 375 * 100vw);
    height: calc(25 / 375 * 100vw)
  }
  .form_block__input_radio {
    font-size: calc(16 / 375 * 100vw)
  }
  .form_block__input_radio .mwform-radio-field .mwform-radio-field-text {
    margin-right: calc(10 / 375 * 100vw)
  }
  .form_block__input_radio input {
    width: calc(31 / 375 * 100vw);
    height: calc(31 / 375 * 100vw)
  }
  .form_block__input_radio input::after {
    font-size: calc(32 / 375 * 100vw)
  }
  .form_block__submit {
    margin-top: calc(40 / 375 * 100vw)
  }
  .form_block__submit input {
    width: 100%;
    font-size: calc(22 / 375 * 100vw);
    padding: calc(15 / 375 * 100vw) 0 calc(18 / 375 * 100vw)
  }
  .modal_hamburger__inner {
    padding: calc(80 / 375 * 100vw) calc(30 / 375 * 100vw) 0
  }
  .modal_hamburger__list {
    margin-bottom: calc(50 / 375 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80%
  }
  .modal_hamburger__list ul li {
    text-align: left
  }
  .modal_hamburger__list ul li + li {
    margin-top: calc(37 / 375 * 100vw)
  }
  .modal_hamburger__list ul li a {
    font-weight: 400;
    font-size: calc(23 / 375 * 100vw);
    line-height: 1.4;
    letter-spacing: .1em;
    color: #ffffff;
  }
  .modal_hamburger .hamburger_pull_down_menu_block__head {
    font-size: calc(23 / 375 * 100vw);
    padding-right: calc(40 / 375 * 100vw)
  }
  .modal_hamburger .hamburger_pull_down_menu_block__head::before {
    width: calc(23 / 375 * 100vw);
    height: calc(23 / 375 * 100vw)
  }
  .modal_hamburger .hamburger_pull_down_menu_block__list {
    margin: calc(27 / 375 * 100vw) 0 0;
    padding-right: 0
  }
  .modal_hamburger .hamburger_pull_down_menu_block__list ul li {
    text-align: left
  }
  .modal_hamburger .hamburger_pull_down_menu_block__list ul li + li {
    margin-top: calc(22 / 375 * 100vw)
  }
  .modal_hamburger .hamburger_pull_down_menu_block__list ul li a {
    font-size: calc(19 / 375 * 100vw)
  }
  .header_block__logo {
    padding-top: 15px;
    padding-left: 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .header_block__logo_img {
    width: 40%;
    margin-right: calc(24 / 375 * 100vw)
  }
  .header_block__txt {
    font-size: 10px;
    letter-spacing: .08em
  }
  .header_block__txt span {
    font-size: 10px
  }
  .mainvisual_underlayer_block__inner {
    bottom: calc(36 / 375 * 100vw)
  }
  .mainvisual_underlayer_block__inner-reverse .mainvisual_underlayer_block__title_top {
    font-size: calc(33 / 375 * 100vw);
    margin-bottom: calc(9 / 375 * 100vw)
  }
  .mainvisual_underlayer_block__inner-reverse .mainvisual_underlayer_block__title_bottom {
    font-size: calc(20 / 375 * 100vw)
  }
  .mainvisual_underlayer_block__title_top {
    font-size: calc(33 / 375 * 100vw);
    margin-bottom: calc(9 / 375 * 100vw)
  }
  .mainvisual_underlayer_block__title_bottom {
    font-size: calc(20 / 375 * 100vw)
  }
  .search_nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    top: auto;
    left: 0;
    z-index: 2;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  .modal .search_nav_modal {
    padding-top: 28px
  }
  .modal .search_nav_modal__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 39px
  }
  .modal .search_nav_modal__country {
    width: 100%;
    max-width: 100%
  }
  .modal .search_nav_modal__header {
    margin-left: 30px;
    max-width: 100%
  }
  .modal .search_nav_modal__header h2 {
    position: relative;
    font-size: 29px;
    padding-left: 30px;
    margin-bottom: 46px
  }
  .modal .search_nav_modal__header h2::before {
    content: '';
    position: absolute;
    background-image: url(../img/common/ico_search.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 26px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
  .modal .search_nav_modal__tit {
    margin-bottom: 24px
  }
  .modal .search_nav_modal__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .modal .search_nav_modal__main + .search_nav_modal__main {
    margin-left: 0
  }
  .modal .search_nav_modal__main--mexico {
    margin-bottom: 20px
  }
  .modal .search_nav_modal__main--other {
    margin-bottom: 43px
  }
  .modal .search_nav_modal__options {
    width: 100%;
    max-width: 100%
  }
  .modal .search_nav_modal__sub dd {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
  }
  .modal .search_nav_modal__sub dd .checkbox-parts {
    font-size: calc(15 / 375 * 100vw)
  }
  .search_nav_modal__select {
    width: 100%
  }
  .checkbox-parts {
    font-size: calc(15 / 375 * 100vw)
  }
  .checkbox-parts::before {
    width: 16px;
    height: 16px
  }
  .sns_block__list {
    height: calc(66 / 375 * 100vw);
    /*max-width: calc(160 / 375 * 100vw);*/
	max-width: 130px;  
  }
  .sns_block__item--t {
    /*width: calc(25 / 375 * 100vw);*/
	width: 50px;
  }
  .sns_block__item--f {
    width: calc(25 / 375 * 100vw)
  }
  .sns_block__item--i {
    /*width: calc(25 / 375 * 100vw);*/
	width: 50px;  
  }
  .sns_block__item--y {
    width: calc(28 / 375 * 100vw)
  }
  .top_link_block {
    right: calc(20 / 375 * 100vw);
    bottom: calc(80 / 375 * 100vw)
  }
  .top_link_block a {
    width: calc(50 / 375 * 100vw)
  }
  .about_page .about_top {
    margin: calc(43 / 375 * 100vw) 0 calc(52 / 375 * 100vw) 0
  }
  .about_page .about_top__tit {
    font-size: calc(17 / 375 * 100vw);
    text-align: left
  }
  .about_page .about_feature {
    padding: calc(23 / 375 * 100vw) 0 calc(62 / 375 * 100vw)
  }
  .about_page .about_feature__tit {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(42 / 375 * 100vw)
  }
  .about_page .about_feature__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .about_page .about_feature__wrapper:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  .about_page .about_feature__wrapper--01 {
    margin-bottom: calc(24 / 375 * 100vw)
  }
  .about_page .about_feature__wrapper--01 .about_feature__box {
    padding: calc(12 / 375 * 100vw) 0 0 0
  }
  .about_page .about_feature__wrapper--01 .about_feature__img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto
  }
  .about_page .about_feature__wrapper--02 {
    margin-bottom: calc(24 / 375 * 100vw)
  }
  .about_page .about_feature__wrapper--02 .about_feature__box {
    padding: calc(12 / 375 * 100vw) 0 0 0
  }
  .about_page .about_feature__wrapper--02 .about_feature__img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto
  }
  .about_page .about_feature__wrapper--03 {
    margin-bottom: calc(24 / 375 * 100vw)
  }
  .about_page .about_feature__wrapper--03 .about_feature__box {
    padding: calc(12 / 375 * 100vw) 0 0 0
  }
  .about_page .about_feature__wrapper--03 .about_feature__img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto
  }
  .about_page .about_feature__wrapper--04 {
    margin-bottom: calc(24 / 375 * 100vw)
  }
  .about_page .about_feature__wrapper--04 .about_feature__box {
    padding: calc(12 / 375 * 100vw) 0 0 0
  }
  .about_page .about_feature__wrapper--04 .about_feature__img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto
  }
  .about_page .about_feature__wrapper--05 {
    margin-bottom: calc(24 / 375 * 100vw)
  }
  .about_page .about_feature__wrapper--05 .about_feature__box {
    padding: calc(12 / 375 * 100vw) 0 0 0
  }
  .about_page .about_feature__wrapper--05 .about_feature__img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto
  }
  .about_page .about_feature__wrapper--06 .about_feature__box {
    padding: calc(12 / 375 * 100vw) 0 0 0
  }
  .about_page .about_feature__wrapper--06 .about_feature__img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto
  }
  .about_page .about_feature__box__label {
    font-size: calc(15 / 375 * 100vw)
  }
  .about_page .about_feature__box__txt {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw)
  }
  .about_page .about_feature__list {
    font-size: calc(12 / 375 * 100vw);
    gap: calc(5 / 375 * 100vw) calc(25 / 375 * 100vw)
  }
  .about_page .about_feature__list--sns {
    margin-left: calc(28 /375 * 100vw);
    -ms-grid-columns: (calc(85 / 375 * 100vw))[2];
    grid-template-columns: repeat(2, calc(85 / 375 * 100vw))
  }
  .about_page .about_feature__list--sns .about_feature__item {
    font-size: calc(12 / 375 * 100vw)
  }
  .about_page .about_feature__list--sns .about_feature__item--twitter::before {
    top: calc(3 / 375 * 100vw);
    left: calc(-28 / 375 * 100vw);
    width: calc(19 / 375 * 100vw);
    height: calc(24 / 375 * 100vw)
  }
  .about_page .about_feature__list--sns .about_feature__item--instagram::before {
    top: calc(4 / 375 * 100vw);
    left: calc(-28 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
    height: calc(18 / 375 * 100vw)
  }
  .about_page .about_feature__list--sns .about_feature__item--facebook::before {
    top: calc(1 / 375 * 100vw);
    left: calc(-25 / 375 * 100vw);
    width: calc(11 / 375 * 100vw);
    height: calc(20 / 375 * 100vw)
  }
  .about_page .about_feature__list--sns .about_feature__item--youtube::before {
    top: calc(2 / 375 * 100vw);
    left: calc(-29 / 375 * 100vw);
    width: calc(19 / 375 * 100vw);
    height: calc(24 / 375 * 100vw)
  }
  .about_page .about_feature__list--pdf {
    margin-top: calc(8 / 375 * 100vw)
  }
  .about_page .about_service {
    padding: calc(23 / 375 * 100vw) 0 calc(100 / 375 * 100vw) 0
  }
  .about_page .about_service__tit {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(42 / 375 * 100vw)
  }
  .about_page .about_service .about_coordination {
    padding-bottom: calc(50 / 375 * 100vw)
  }
  .about_page .about_service .about_coordination__img {
    width: 100%;
    height: 100%
  }
  .about_page .about_service .about_coordination__main_tit {
    font-size: calc(22 / 375 * 100vw)
  }
  .about_page .about_service .about_coordination__main_txt {
    font-size: calc(12 / 375 * 100vw)
  }
  .about_page .about_service .about_coordination__sub_tit {
    font-size: calc(12 / 375 * 100vw);
    padding: calc(18 / 375 * 100vw) 0 calc(8 / 375 * 100vw)
  }
  .about_page .about_service .about_coordination__sub_txt {
    font-size: calc(10 / 375 * 100vw)
  }
  .about_page .about_service .about_works__tit {
    font-size: calc(22 / 375 * 100vw);
    padding: 0 0 calc(35 / 375 * 100vw) 2px
  }
  .about_page .about_service .about_works__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px 0
  }
  .about_page .about_service .about_works__img {
    width: calc(286 / 375 * 100vw);
    height: calc(177 / 375 * 100vw)
  }
  .about_page .about_others__tit {
    font-size: calc(22 / 375 * 100vw)
  }
  .about_page .about_others__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0
  }
  .about_page .about_others__box {
    margin: 0 auto;
    max-width: 90%;
    width: 90%
  }
  .about_page .about_others__img {
    width: calc(185 / 375 * 100vw);
    height: calc(185 / 375 * 100vw)
  }
  .about_page .about_others__label {
    font-size: calc(19 / 375 * 100vw)
  }
  .about_page .about_others__label--br {
    margin-bottom: calc(10 / 375 * 100vw)
  }
  .about_page .about_others__txt {
    text-align: center;
    font-size: calc(15 / 375 * 100vw)
  }
  .application_page .breadcrumb_block {
    margin-bottom: calc(10 / 375 * 100vw)
  }
  .application_page .application_block {
    padding-bottom: calc(84 / 375 * 100vw)
  }
  .application_page .application_block__inner {
    max-width: 100%;
    padding: 0 calc(20 / 375 * 100vw)
  }
  .application_page .application_block__head {
    margin-bottom: calc(40 / 375 * 100vw)
  }
  .application_page .application_block__title {
    font-size: calc(26 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw)
  }
  .application_page .application_block__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0;
    margin-bottom: calc(30 / 375 * 100vw)
  }
  .application_page .application_block__subText {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0;
    text-align: justify
  }
  .application_page .application_details_block {
    margin-bottom: calc(60 / 375 * 100vw)
  }
  .application_page .application_details_block__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    margin-bottom: calc(30 / 375 * 100vw)
  }
  .application_page .application_details_block__list {
    margin-bottom: calc(40 / 375 * 100vw)
  }
  .application_page .application_details_block__item {
    padding: calc(20 / 375 * 100vw) 0
  }
  .application_page .application_details_block__item::before {
    width: calc(102 / 375 * 100vw);
    height: calc(2 / 375 * 100vw)
  }
  .application_page .application_details_block__item_left {
    font-size: calc(14 / 375 * 100vw);
    width: calc(102 / 375 * 100vw);
    margin-right: calc(13 / 375 * 100vw)
  }
  .application_page .application_details_block__item_left::before {
    width: calc(16 / 375 * 100vw);
    height: calc(19 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw)
  }
  .application_page .application_details_block__item_right01 {
    font-size: calc(19 / 375 * 100vw);
    line-height: 1.2
  }
  .application_page .application_details_block__item_right01 .font_small {
    font-size: calc(15 / 375 * 100vw)
  }
  .application_page .application_details_block__item_right02 {
    font-size: calc(18 / 375 * 100vw)
  }
  .application_page .application_details_block__item_right03 {
    font-size: calc(14 / 375 * 100vw)
  }
  .application_page .application_details_block__item_right04 {
    font-size: calc(14 / 375 * 100vw)
  }
  .application_page .application_details_block__item_right04 span {
    font-size: calc(17 / 375 * 100vw)
  }
  .application_page .application_details_block__id_left {
    font-size: calc(20 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw)
  }
  .application_page .application_details_block__id_right {
    font-size: calc(21 / 375 * 100vw)
  }
  .application_page .top_link_block {
    right: calc(20 / 375 * 100vw);
    bottom: calc(20 / 375 * 100vw)
  }
  .company_page .breadcrumb_block {
    margin-bottom: calc(30 / 375 * 100vw)
  }
  .company_page .company_block {
    padding: 0 calc(20 / 375 * 100vw) calc(84 / 375 * 100vw)
  }
  .company_page .company_block__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .company_page .company_block__inner_left {
    max-width: 100%;
    margin-right: 0;
    padding-top: 0;
    margin-top: 0
  }
  .company_page .company_block__title {
    font-size: calc(26 / 375 * 100vw);
    padding-top: calc(17 / 375 * 100vw);
    margin-bottom: calc(43 / 375 * 100vw)
  }
  .company_page .company_block__title::before {
    width: calc(115 / 375 * 100vw);
    height: calc(4 / 375 * 100vw)
  }
  .company_page .company_block__list {
    margin-bottom: calc(33 / 375 * 100vw)
  }
  .company_page .company_block__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: calc(14 / 375 * 100vw);
    padding: calc(25 / 375 * 100vw) 0;
    line-height: 1.6
  }
  .company_page .company_block__item::after {
    width: calc(91 / 375 * 100vw)
  }
  .company_page .company_block__item span {
    width: calc(91 / 375 * 100vw);
    margin-right: calc(25 / 375 * 100vw)
  }
  .company_page .company_block__map {
    height: calc(185 / 375 * 100vw)
  }
  .company_page .company_block__access {
    padding-top: 0;
    margin-top: 0
  }
  .company_page .company_block__access_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .company_page .company_block__access_title {
    font-size: calc(18 / 375 * 100vw);
    margin-right: calc(35 / 375 * 100vw)
  }
  .company_page .company_block__access_text {
    font-size: calc(16 / 375 * 100vw)
  }
  .company_page .company_block__access_text02 {
    font-size: calc(15 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw)
  }
  .company_page .company_block__access_btn a {
    font-size: calc(16 / 375 * 100vw);
    padding: calc(12 / 375 * 100vw) 0 calc(14 / 375 * 100vw) calc(74 / 375 * 100vw)
  }
  .company_page .company_block__access_btn a::after {
    width: calc(19 / 375 * 100vw);
    height: calc(9 / 375 * 100vw);
    margin-left: calc(11 / 375 * 100vw)
  }
  .faq_page .breadcrumb_block {
    margin-bottom: calc(30 / 375 * 100vw)
  }
  .faq_page .faq_block {
    padding-bottom: calc(84 / 375 * 100vw)
  }
  .faq_page .faq_block__inner {
    max-width: 100%;
    padding: 0 calc(20 / 375 * 100vw)
  }
  .faq_page .faq_block__title {
    font-size: calc(26 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw)
  }
  .faq_page .faq_block__text {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(43 / 375 * 100vw)
  }
  .faq_page .top_link_block {
    right: calc(20 / 375 * 100vw);
    bottom: calc(20 / 375 * 100vw)
  }
  .features_detail_page .content_wrapper {
    padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw) calc(114 / 375 * 100vw)
  }
  .features_detail_page .features_detail_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .features_detail_page .features_detail_block__sub {
    margin-left: 0;
    margin-top: calc(60 / 375 * 100vw);
    width: 100%
  }
  .features_detail_page .features_detail_content_block p {
    margin: 1.3em 0;
    font-size: calc(15 / 375 * 100vw);
    line-height: 2;
    letter-spacing: 0;
    text-align: justify
  }
  .features_detail_page .features_detail_content_block p:first-child {
    margin: 0 0 1.1em
  }
  .features_detail_page .features_detail_content_block h3 {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw)
  }
  .features_detail_page .features_other_block__head {
    padding-bottom: calc(14 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw)
  }
  .features_detail_page .features_other_block__en {
    font-size: calc(27 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw)
  }
  .features_detail_page .features_other_block__ja {
    font-weight: 700;
    font-size: calc(17 / 375 * 100vw)
  }
  .features_detail_page .features_other_block__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .features_detail_page .features_other_block__list ul li {
    width: calc(157 / 375 * 100vw)
  }
  .features_detail_page .features_other_block__list ul li + li {
    margin-top: 0
  }
  .features_detail_page .features_other_block__list ul li:nth-child(2n) {
    margin-left: calc(20 / 375 * 100vw)
  }
  .features_detail_page .features_other_block__list ul li a {
    padding-bottom: calc(50 / 375 * 100vw);
    border-bottom: none
  }
  .features_detail_page .features_other_item_block__image {
    margin-bottom: calc(10 / 375 * 100vw)
  }
  .features_detail_page .features_other_item_block__text {
    font-size: calc(11 / 375 * 100vw)
  }
  .features_detail_page .view_more_rectangle_btn {
    margin-top: calc(60 / 375 * 100vw)
  }
  .features_index_page .content_wrapper {
    padding: calc(35 / 375 * 100vw) calc(20 / 375 * 100vw) calc(84 / 375 * 100vw)
  }
  .flow_page .flow_block {
    padding: calc(45 / 375 * 100vw) calc(15 / 375 * 100vw) calc(100 / 375 * 100vw)
  }
  .flow_page .flow_block__inner {
    padding: calc(45 / 375 * 100vw) calc(15 / 375 * 100vw) calc(70 / 375 * 100vw)
  }
  .flow_page .flow_block__title {
    font-size: calc(32 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .flow_page .flow_block__contents_inner {
    margin-left: calc(18 / 375 * 100vw)
  }
  .flow_page .flow_item_block + .flow_item_block {
    margin-top: calc(65 / 375 * 100vw)
  }
  .flow_page .flow_item_block__number {
    left: calc(-18 / 375 * 100vw);
    top: calc(-17 / 375 * 100vw);
    width: calc(35 / 375 * 100vw)
  }
  .flow_page .flow_item_block__group {
    margin-left: calc(35 / 375 * 100vw)
  }
  .flow_page .flow_item_block__title {
    font-size: calc(15 / 375 * 100vw);
    white-space: nowrap
  }
  .flow_page .flow_item_block__text {
    font-size: calc(12 / 375 * 100vw)
  }
  .flow_page .flow_item_block__text--indent {
    padding-left: 0
  }
  .flow_page .flow_item_block__info {
    padding: calc(20 / 375 * 100vw) calc(16 / 375 * 100vw)
  }
  .flow_page .flow_item_block__info_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: calc(11 / 375 * 100vw)
  }
  .flow_page .flow_item_block__info_item a {
    word-wrap: break-word
  }
  .flow_page .flow_item_block__info_left {
    margin-bottom: calc(5 / 375 * 100vw);
    white-space: nowrap
  }
  .index_page .mainvisual_block {
    margin-bottom: 25px
  }
  .index_page .mainvisual_block__img {
    width: calc(230 / 375 * 100vw);
    left: 50%;
    top: 60%
  }
  .index_page .mainvisual_block__txt {
    width: 100%;
    left: 50%;
    bottom: 26%;
    font-weight: 700;
    font-size: calc(10 / 375 * 100vw);
    line-height: 2;
    text-align: center;
    letter-spacing: .23em
  }
  .index_page .news_block {
    padding: 0 calc(20 / 375 * 100vw);
    margin: 0 auto calc(43 / 375 * 100vw);
	margin-bottom: 0px;
  }
  .index_page .news_block__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .index_page .news_block__tit {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 12px;
    font-weight: 600;
    font-size: 12px;
    min-width: 65px;
    width: 65px;
    padding-right: 10px
  }
  .index_page .news_block__tit::before {
    top: 3px
  }
  .index_page .news_block__detail ul li + li {
    margin-top: 15px
  }
  .index_page .news_block__date {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
    line-height: 1.6
  }
  .index_page .news_block__txt {
    font-size: 12px;
    line-height: 1.6;
    position: relative;
    top: -3px
  }
  .index_page .news_block__link {
    min-width: auto;
    width: 100%;
    margin-top: 30px;
    text-align: right;
    padding-left: 0
  }
  .index_page .news_block__link a {
    display: inline-block
  }
	
/*T.Plus テキスト　スマホン　追加　Start*/	
.tplus_tour_block__text p {
    font-size: 14px;
  }	
	
/*T.Plus テキスト　スマホン　追加　End*/
	
  .index_page .recommended_tour__inner {
    padding: 0 calc(20 / 375 * 100vw);
    margin: 0 auto calc(64 / 375 * 100vw)
  }
  .index_page .recommended_tour__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: -40px
  }
  .index_page .recommended_tour__item {
    width: 100%;
    margin-bottom: 40px
  }
  .index_page .search_tour {
    margin-bottom: calc(54 / 375 * 100vw)
  }
  .index_page .search_tour__inner {
    padding: 0 calc(20 / 375 * 100vw)
  }
  .index_page .search_tour__contents {
    padding: 24px 14px
  }
  .index_page .search_tour__panel {
    margin-bottom: 0
  }
  .index_page .search_tour__map {
    display: none
  }
  .index_page .search_tour__label {
    display: block
  }
  .index_page .search_tour__label ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -11px;
    margin-bottom: -11px
  }
  .index_page .search_tour__label ul li {
    cursor: pointer;
    width: calc(50% - 11px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #278c0d;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: .05em;
    color: #fff;
    padding: 12px 20px;
    margin-left: 11px;
    margin-bottom: 11px
  }
  .index_page .search_tour__travel {
    margin-bottom: 40px
  }
  .index_page .search_tour__tit {
    font-size: 16px
  }
  .index_page .search_tour__list {
    margin-left: -11px;
    width: calc(100% + 11px)
  }
  .index_page .search_tour__item {
    width: 95px;
    margin-left: 11px
  }
  .index_page .feature_tour {
    margin-bottom: calc(64 / 375 * 100vw)
  }
  .index_page .feature_tour .swiper-slide {
    width: 100%
  }
  .index_page .feature_tour .swiper-slide:first-child {
    margin-left: 0
  }
  .index_page .feature_tour .swiper-button-prev {
    top: 39%;
    left: 0
  }
  .index_page .feature_tour .swiper-button-next {
    top: 39%;
    right: 0
  }
  .index_page .other_tour {
    padding: 0 calc(20 / 375 * 100vw);
    margin: 0 auto calc(64 / 375 * 100vw)
  }
  .index_page .other_tour .sec-tit::before {
    width: 32px;
    height: 21px
  }
  .index_page .other_tour__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: calc(-35 / 375 * 100vw)
  }
  .index_page .other_tour__item {
    width: 100%;
    margin-bottom: calc(35 / 375 * 100vw);
    margin-right: 0
  }
  .index_page .other_tour__txt {
    width: calc(275 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw)
  }
  .index_page .other_tour__txt::before {
    right: 0
  }
  .info_page .info_block__inner {
    margin: calc(13 / 375 * 100vw) auto calc(148 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw)
  }
  .info_page .info_block_about {
    padding: calc(40 / 375 * 100vw) calc(20 / 375 * 100vw) calc(50 / 375 * 100vw)
  }
  .info_page .info_block_about__tit {
    font-size: calc(32 / 375 * 100vw);
    line-height: 1.4
  }
  .info_page .info_block_about__sub-tit {
    font-size: calc(23 / 375 * 100vw);
    margin-top: calc(7 / 375 * 100vw);
    margin-bottom: calc(36 / 375 * 100vw)
  }
  .info_page .info_block_about__txt p {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.8
  }
  .info_page .info_block_about__txt p + p {
    margin-top: 0
  }
  .info_page .info_country_list {
    font-size: calc(15 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .info_page .info_country_list + .info_country_img {
    margin-top: calc(30 / 375 * 100vw)
  }
  .info_page .info_country_list__item {
    width: 100%;
    padding: calc(22 / 375 * 100vw) 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.6
  }
  .info_page .info_country_list__item span {
    -ms-flex-preferred-size: 30.5%;
    flex-basis: 30.5%;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
  .info_page .info_country_img__2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0
  }
  .info_page .info_country_img__item {
    width: 100%;
    margin-top: calc(20 / 375 * 100vw)
  }
  .info_page .info_country_img__caption {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw)
  }
  .info_page .info_passport {
    margin-top: calc(40 / 375 * 100vw)
  }
  .info_page .info_passport__2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: calc(36 / 375 * 100vw)
  }
  .info_page .info_passport__2col .info_sec_txt {
    padding-right: 0
  }
  .info_page .info_passport__img {
    min-width: auto;
    width: 100%;
    margin-top: calc(20 / 375 * 100vw)
  }
  .info_page .info_time_difference {
    margin-top: calc(60 / 375 * 100vw)
  }
  .info_page .info_time_difference__txt {
    margin-top: calc(40 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw)
  }
  .info_page .info_time_difference__list {
    font-size: calc(15 / 375 * 100vw);
    border-radius: calc(6 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw)
  }
  .info_page .info_time_difference__list + .info_time_difference__wrapper {
    margin-top: calc(40 / 375 * 100vw)
  }
  .info_page .info_time_difference__item {
    line-height: 1.8;
    text-indent: 0;
    padding-left: 0
  }
  .info_page .info_time_difference__item + .info_time_difference__item {
    margin-top: calc(20 / 375 * 100vw)
  }
  .info_page .info_time_difference__item span {
    margin-right: calc(5 / 375 * 100vw)
  }
  .info_page .info_time_difference__2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: calc(40 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw)
  }
  .info_page .info_time_difference__img {
    width: 100%;
    margin-top: calc(20 / 375 * 100vw)
  }
  .info_page .info_time_difference__table tr th {
    width: calc(206 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    padding: calc(25 / 375 * 100vw) calc(10 / 375 * 100vw)
  }
  .info_page .info_time_difference__table tr td {
    width: calc(250 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    padding: calc(25 / 375 * 100vw) calc(10 / 375 * 100vw)
  }
  .info_page .info_time_difference__table_text {
    margin-top: calc(10 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw)
  }
  .info_page .info_season {
    margin-top: calc(73 / 375 * 100vw)
  }
  .info_page .info_season__txt {
    margin-top: calc(40 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw)
  }
  .info_page .info_season__list {
    border-radius: calc(6 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw)
  }
  .info_page .info_season__item + .info_season__item {
    margin-top: calc(20 / 375 * 100vw)
  }
  .info_page .info_season__2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: calc(10 / 375 * 100vw)
  }
  .info_page .info_season__img {
    width: 100%;
    margin-top: calc(30 / 375 * 100vw)
  }
  .info_page .info_average_temperature {
    margin-top: calc(60 / 375 * 100vw)
  }
  .info_page .info_average_temperature__inner {
    margin-top: calc(80 / 375 * 100vw)
  }
  .info_page .info_average_temperature__txt {
    font-size: calc(16 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
    line-height: 1.8
  }
  .info_page .info_average_temperature__list {
    font-size: calc(15 / 375 * 100vw);
    border-radius: calc(6 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw);
    line-height: 1.8
  }
  .info_page .info_average_temperature__item {
    text-indent: 0;
    padding-left: 0
  }
  .info_page .info_average_temperature__item + .info_average_temperature__item {
    margin-top: calc(20 / 375 * 100vw)
  }
  .info_page .info_average_temperature__item span {
    margin-right: calc(5 / 375 * 100vw)
  }
  .info_page .info_average_temperature .temperature_table td {
    font-size: calc(11 / 375 * 100vw)
  }
  .info_page .info_average_temperature .temperature_table__blank--w60 {
    width: calc(132 / 375 * 100vw)
  }
  .info_page .info_average_temperature .temperature_table__blank {
    width: calc(132 / 375 * 100vw)
  }
  .info_page .info_average_temperature .temperature_table__month {
    padding: calc(15 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw) !important;
    font-weight: 700
  }
  .info_page .info_average_temperature .temperature_table__head--large {
    width: calc(142 / 375 * 100vw);
    padding: calc(22 / 375 * 100vw) calc(10 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    font-weight: 700
  }
  .info_page .info_average_temperature .temperature_table__head--small {
    padding: calc(15 / 375 * 100vw) 0;
    font-size: calc(13 / 375 * 100vw);
    font-weight: 400
  }
  .info_page .info_travel_clothes {
    margin-top: calc(60 / 375 * 100vw)
  }
  .info_page .info_travel_clothes__2col {
    margin-top: calc(40 / 375 * 100vw);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .info_page .info_travel_clothes__txt {
    width: 100%;
    font-size: calc(14 / 375 * 100vw)
  }
  .info_page .info_travel_clothes__img {
    width: 100%;
    margin-top: calc(40 / 375 * 100vw)
  }
  .info_page .info_map {
    margin-top: calc(60 / 375 * 100vw)
  }
  .info_page .info_map__inner {
    margin-top: calc(40 / 375 * 100vw);
    padding-top: 52%
  }
  .info_page .info_map iframe {
    border-radius: calc(2 / 375 * 100vw)
  }
  .info_page .info_map__link {
    font-size: calc(15 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    line-height: 1.8
  }
  .info_page .info_map__link::before {
    width: calc(12 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw)
  }
  .info_page .info_sec_tit {
    font-size: calc(20 / 375 * 100vw);
    padding-left: calc(15 / 375 * 100vw)
  }
  .info_page .info_sec_tit::before {
    height: calc(33 / 375 * 100vw)
  }
  .info_page .info_sec_tit::after {
    bottom: calc(-20 / 375 * 100vw)
  }
  .info_page .info_sec_txt {
    font-size: calc(16 / 375 * 100vw)
  }
  .notice_detail_page .content_wrapper {
    padding: calc(19 / 375 * 100vw) calc(20 / 375 * 100vw) calc(84 / 375 * 100vw)
  }
  .notice_detail_page .notice_detail_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .notice_detail_page .notice_detail_block__unit:nth-of-type(1) {
    min-width: auto;
    width: 100%
  }
  .notice_detail_page .notice_detail_block__unit:nth-of-type(2) {
    width: 100%;
    margin-bottom: calc(40 / 375 * 100vw)
  }
  .notice_detail_page .notice_detail_block__unit:nth-of-type(3) {
    width: 100%;
    padding-left: 0
  }
  .notice_detail_page .back_to_list_page_link a {
    width: 100%;
    text-align: center;
    padding: calc(16 / 375 * 100vw) calc(27 / 375 * 100vw) calc(16 / 375 * 100vw) calc(56 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw)
  }
  .notice_detail_page .back_to_list_page_link a::before {
    width: calc(22 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
    top: 39.5%;
    left: 37%
  }
  .notice_detail_page .notice_article_block__head {
    margin-bottom: calc(21 / 375 * 100vw);
    padding-bottom: calc(27 / 375 * 100vw)
  }
  .notice_detail_page .notice_article_block__row {
    margin-bottom: calc(28 / 375 * 100vw)
  }
  .notice_detail_page .notice_article_block__date {
    font-size: calc(15 / 375 * 100vw);
    margin-right: calc(20 / 375 * 100vw)
  }
  .notice_detail_page .notice_article_block__category ul {
    margin: 0 calc(-8 / 375 * 100vw) calc(-8 / 375 * 100vw) 0
  }
  .notice_detail_page .notice_article_block__category ul li {
    margin: 0 calc(8 / 375 * 100vw) calc(8 / 375 * 100vw) 0;
    font-size: calc(12 / 375 * 100vw)
  }
  .notice_detail_page .notice_article_block__title {
    font-size: calc(20 / 375 * 100vw)
  }
  .notice_detail_page .notice_article_block__body img + p {
    margin-top: calc(20 / 375 * 100vw)
  }
  .notice_detail_page .notice_article_block__body p {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.8
  }
  .notice_detail_page .notice_article_block__body p + img, .notice_detail_page .notice_article_block__body p + p {
    margin-top: calc(20 / 375 * 100vw)
  }
  .notice_list_page .content_wrapper {
    padding: calc(42 / 375 * 100vw) calc(20 / 375 * 100vw) calc(84 / 375 * 100vw)
  }
  .notice_list_page .notice_content_block__main {
    width: 100%;
    margin-right: 0
  }
  .notice_list_page .notice_content_block__sub {
    display: none
  }
  .notice_list_page .notice_content_block__head {
    margin-bottom: calc(52 / 375 * 100vw)
  }
  .notice_list_page .notice_content_block__title {
    font-size: calc(26 / 375 * 100vw);
    padding-top: calc(23 / 375 * 100vw)
  }
  .notice_list_page .notice_content_block__title::before {
    width: calc(115 / 375 * 100vw);
    height: calc(4 / 375 * 100vw)
  }
  .notice_list_page .notice_list_block {
    margin-bottom: calc(60 / 375 * 100vw)
  }
  .notice_list_page .notice_list_block > ul > li + li {
    margin-top: calc(34 / 375 * 100vw)
  }
  .notice_list_page .notice_item_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: calc(18 / 375 * 100vw)
  }
  .notice_list_page .notice_item_block__date {
    min-width: calc(90 / 375 * 100vw);
    width: calc(90 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw)
  }
  .notice_list_page .notice_item_block__date p {
    font-size: calc(15 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw) 0 calc(10 / 375 * 100vw)
  }
  .notice_list_page .notice_item_block__category {
    margin-right: 0
  }
  .notice_list_page .notice_item_block__category ul {
    margin: 0 calc(-8 / 375 * 100vw) calc(-8 / 375 * 100vw) 0
  }
  .notice_list_page .notice_item_block__category ul li {
    font-size: calc(12 / 375 * 100vw);
    width: calc(73 / 375 * 100vw);
    padding: calc(9 / 375 * 100vw) calc(10 / 375 * 100vw);
    margin: 0 calc(8 / 375 * 100vw) calc(8 / 375 * 100vw) 0
  }
  .notice_list_page .notice_item_block__text {
    width: 100%;
    margin-top: calc(22 / 375 * 100vw);
    min-width: auto
  }
  .notice_list_page .notice_item_block__text p {
    padding-top: 0;
    font-size: calc(15 / 375 * 100vw)
  }
  .notice_list_page .pagenavi_block .wp-pagenavi a, .notice_list_page .pagenavi_block .wp-pagenavi span {
    font-size: calc(18 / 375 * 100vw);
    padding: 0 calc(10 / 375 * 100vw);
    margin: 0 calc(5 / 375 * 100vw)
  }
  .recommend_index_page .content_wrapper {
    padding: calc(35 / 375 * 100vw) calc(20 / 375 * 100vw) calc(84 / 375 * 100vw)
  }
  .search_page .content_wrapper {
    padding: 0
  }
  .search_page .search_block {
    padding: 0 calc(20 / 375 * 100vw)
  }
  .search_page .search_side_nav {
    min-width: auto;
    width: 100%;
    margin-right: 0;
    height: auto
  }
  .search_page .search_side_nav h3 {
    font-size: 19px
  }
  .search_page .search_side_nav .checkbox-parts {
    font-size: 14px
  }
  .search_page .search_list {
    width: 100%;
    margin-bottom: 60px
  }
  .search_page .view_more_btn {
    margin: 60px auto
  }
  .tour_detail_page .content_wrapper {
    padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw) calc(164 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block {
    margin-bottom: calc(64 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__icon {
    font-size: calc(15 / 375 * 100vw);
    margin-bottom: calc(12 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__title {
    font-size: calc(20 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: calc(30 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__detail {
    width: 100%;
    margin-top: calc(30 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__list ul li {
    padding: calc(21 / 375 * 100vw) 0 calc(24 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__list ul li::before {
    top: calc(-1 / 375 * 100vw);
    width: calc(100 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__item_head {
    width: calc(100 / 375 * 100vw);
    min-width: calc(100 / 375 * 100vw);
    margin-right: calc(13 / 375 * 100vw);
    -ms-flex-item-align: start;
    align-self: flex-start
  }
  .tour_detail_page .tour_detail_head_block__item_head p {
    font-size: calc(14 / 375 * 100vw);
    padding-left: calc(22 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__item_head p::before {
    width: calc(18 / 375 * 100vw);
    height: calc(20 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__item_text .price_text span:nth-of-type(1) {
    font-size: calc(16 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__item_text .price_text span:nth-of-type(2) {
    font-size: calc(20 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__item_text .price_text span:nth-of-type(3) {
    font-size: calc(12 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__item_text .departure_text span.large_text {
    font-size: calc(18 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__item_text .departure_text span.small_text {
    font-size: calc(14 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__item_text .place_text {
    font-size: calc(14 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__item_text .period_text {
    font-size: calc(14 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__image {
    width: 100%;
    min-width: auto;
    margin-left: 0
  }
  .tour_detail_page .tour_detail_head_block__image_text {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__image_thumbnail_wrapper {
    margin-top: calc(10 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__image_thumbnail_wrapper .swiper-button-next, .tour_detail_page .tour_detail_head_block__image_thumbnail_wrapper .swiper-button-prev {
    border-bottom: solid calc(4 / 375 * 100vw) #006548;
    border-left: solid calc(4 / 375 * 100vw) #006548;
    width: calc(12 / 375 * 100vw);
    height: calc(12 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__image_thumbnail {
    width: 92%
  }
  .tour_detail_page .tour_detail_head_block__image_thumbnail ul li {
    width: 30%;
    margin: 0 calc(5 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_head_block__apply {
    display: block
  }
  .tour_detail_page .tour_detail_wrapper__main {
    width: 100%;
    padding-top: calc(18 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_wrapper__main::before {
    top: calc(-2 / 375 * 100vw);
    width: calc(115 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_wrapper__sub {
    display: none
  }
  .tour_detail_page .tour_detail_table_block .text_size_large {
    font-size: calc(20 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_table_block .text_size_middle {
    font-size: calc(16 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_table_block__title {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: calc(30 / 375 * 100vw);
    font-size: calc(26 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_table_block__title--small {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(21 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_table_block__table_01.vertical_layout th {
    padding: calc(32 / 375 * 100vw) calc(20 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_table_block__table_01.vertical_layout th p {
    font-size: calc(16 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_table_block__table_01.vertical_layout td {
    padding: calc(20 / 375 * 100vw);
    max-width: 100%
  }
  .tour_detail_page .tour_detail_table_block__table_01 table th {
    padding: calc(10 / 375 * 100vw) calc(8 / 375 * 100vw);
    min-width: calc(130 / 375 * 100vw);
    width: 41%
  }
  .tour_detail_page .tour_detail_table_block__table_01 table th p {
    font-size: calc(14 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_table_block__table_01 table td {
    max-width: 205px;
    width: 59%;
    padding: calc(10 / 375 * 100vw) calc(15 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_table_block__table_01 table td p {
    font-size: calc(14 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_table_block__table_01 table td p + p {
    margin-top: calc(35 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_table_block__table_03 table + table {
    margin-top: calc(30 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_table_block__table_03 table tbody td, .tour_detail_page .tour_detail_table_block__table_03 table tbody th {
    padding: calc(21 / 375 * 100vw) calc(18 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_table_block__table_03 table tbody th p {
    font-size: calc(14 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_table_block__table_03 table tbody td p {
    font-size: calc(14 / 375 * 100vw)
  }
  .tour_detail_page .tour_detail_table_block__table_03 table tbody td p + p {
    margin-top: calc(10 / 375 * 100vw)
  }
  .tour_detail_page .contact_btn_block {
    margin-top: calc(25 / 375 * 100vw)
  }
  .tour_detail_page .contact_btn_block__head {
    gap: calc(8 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw)
  }
  .tour_detail_page .contact_btn_block__head::after, .tour_detail_page .contact_btn_block__head::before {
    height: calc(15 / 375 * 100vw)
  }
  .tour_detail_page .contact_btn_block__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: calc(10 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    /*padding: calc(26 / 375 * 100vw) calc(35 / 375 * 100vw);*/
	padding: 30px 0px 30px 38px;  
  }
  .tour_detail_page .contact_btn_block__btn::after {
    width: calc(20 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    /*background: url(../img/common/ico_arrow_white_bold.svg) no-repeat center center/contain;*/
  }
  .tour_detail_page .related_article_block__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: calc(40 / 375 * 100vw)
  }
  .tour_detail_page .related_article_block__title {
    font-size: calc(16 / 375 * 100vw);
    margin-top: calc(11 / 375 * 100vw)
  }
  .tour_detail_page .related_article_block__text {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw)
  }
  .tour_detail_page .pdf_btn_block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: calc(10 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    padding: calc(22 / 375 * 100vw) calc(35 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw)
  }
  .tour_detail_page .pdf_btn_block::after {
    width: calc(24 / 375 * 100vw);
    height: calc(26 / 375 * 100vw)
  }
}
@media screen and (max-width:320px) {
  .is-sp-s {
    display: block
  }
}