@charset "utf-8";
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
/*@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/tyo/common/font/NotoSansJP-500.woff) format('woff');
}*/
/*---------------------------------------
    共通
-----------------------------------------*/ :root {
  --default-width-sp-val: 670;
  --default-width-pc-val: 960;
  --default-width-sp: (700vw / 7.5);
  --default-width-pc: 960px;
  --default-color-blue: #132e72;
  --default-color-rigt-blue: #8ee2f6;
  --default-bg-setting: no-repeat center center / cover;
  --default-hover-speed: .3s;
}
/*---------------------------------------
    HTML, BODY
-----------------------------------------*/
html {
  font-size: 100%;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
a:hover, p:hover, h1:hover, h2:hover, h3:hover, h4:hover {
  text-decoration: none;
}
div:after {
  content: none;
}
#contentWrapper {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
/*---------------------------------------
  HEADINGS
-----------------------------------------*/
/*---------------------------------------
  TOP
-----------------------------------------*/
/* mv */
.mv {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--default-bg-setting);
  &#top {
    height: 400px;
    background-image: url(../images/index_mv.png);
  }
}
@media screen and (min-width:960px) {}
/*---------------------------------------
  NAVI MENU
-----------------------------------------*/
/*PCナビ*/
#navArea {
  height: 76px;
  border-bottom: solid 8px var(--default-color-blue);
  display: block;
}
#gNav_pc {
  width: var(--default-width-pc);
  height: 76px;
  margin: 0 auto;
  font-size: 0;
  background: #d9d9d9;
  display: flex;
}
#gNav_pc li a {
  position: relative;
  display: block;
}
#gNav_pc li img.active {
  opacity: 0;
  position: absolute;
  transition: .5s all ease 0s;
  left: 1px !important;
}
#gNav_pc li img.select {
  position: relative;
  left: 1px !important;
}
#gNav_pc li a:hover img.active {
  opacity: 1;
}
/*SPナビ*/
/*チェックボックス等は非表示に*/
input[type="radio"] {
  display: none;
}
.nav-unshown, #nav-content {
  display: none;
}
/*---------------------------------------
  CONTAINER
-----------------------------------------*/
.container {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 100%;
  width: var(--default-width-pc);
  text-align: center;
}
/*---------------------------------------
  MAIN
-----------------------------------------*/
h2.title_txt {
  display: block;
  margin-bottom: 50px;
  font-size: 30px;
  color: var(--default-color-blue);
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  position: relative;
}
h2.title_txt::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 8px;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../images/bottom_image.png);
}
.main_txt {
  color: var(--default-color-blue);
}
.title_txt .title_txt--sub {
  font-size: 24px;
}
#tour .title_txt ~ .title_txt {
  margin-top: min((50vw / 7.5), 40px);
}
/* TOP welcome */
.bg_on {
  background: var(--default-color-rigt-blue);
  font-weight: bold;
}
/* TOP ay */
#ay {
  min-height: 500px;
  background: url(../images/ay_bg.png) var(--default-bg-setting);
}
#ay h2.title_txt::after {
  content: none;
}
#ay .container {
  padding: 0;
}
.message__area {
  display: flex;
  flex-direction: column;
  width: 423px;
  height: 100%;
  min-height: 500px;
  background: url(../images/ay_logo.png) no-repeat bottom 40px right 20px;
  background-color: rgb(255, 255, 255, .7);
  padding: 40px 48px 30px;
}
#ay .message__area .title_txt {
  font-size: 24px;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 20px;
}
#ay .message__area .main_txt {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.7;
  margin-bottom: 55px;
}
/* TOP PhotoSection */
#photosection {
  background: #f7f7f7;
}
.photoarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.photocolumn {
  width: 50%;
  margin-bottom: 23px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:960px) {
  .photocolumn {
    max-width: 460px;
  }
  .photocolumn_wrap .photocolumn {
    max-width: 460px;
  }
  .photocolumn:hover a > img {
    transform: scale(1.2);
  }
}
.photoarea > .photocolumn:nth-of-type(1), .photoarea > .photocolumn:nth-last-of-type(2) {
  margin-right: auto;
}
.photoarea > .photocolumn:nth-of-type(n+2) {
  margin-bottom: 0;
}
.photoarea > .photocolumn:nth-last-of-type(1) {
  margin-left: auto;
}
.photocolumn img {
  max-width: 460px;
  width: 100%;
  float: left;
  /* filter: brightness(50%); */
  transition: all 500ms ease-in-out;
}
.photocolumn a {
  max-width: 460px;
  width: 100%;
  display: block;
  overflow: hidden;
  color: #fff;
  float: left;
}
.photocolumn:hover {
  cursor: pointer;
}
.photocolumn_wrap {
  width: 50%;
}
.photocolumn_wrap .photocolumn a {
  float: right !important;
}
.photocolumn_wrap .photocolumn {
  width: 100%;
  margin-left: auto;
}
.photocolumn:last-child a {
  float: right;
}
.photo01 .photocolumn_txt_box {
  position: absolute;
  top: 34%;
  left: 0;
  right: 0;
  color: #fff;
}
.photocolumn_txt_box {
  position: absolute;
  max-width: 460px;
  top: 30%;
  left: 0;
  right: 0;
  color: #fff;
}
.photocolumn_wrap > .photocolumn .photocolumn_txt_box, .photocolumn:last-child .photocolumn_txt_box {
  margin: 0 0 0 auto;
}
.photocolumn_txt_box_title_big {
  display: inline-block;
  margin-bottom: 3px;
}
.photocolumn.photo01 .photocolumn_txt_box_title_big img {
  width: 219px;
}
.photocolumn_txt_box_title_big img {
  width: 150px;
}
h3.photocolumn_txt_box_title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
p.photocolumn_txt_box_txt {
  font-size: 18px;
  font-weight: bold;
}
p.photocolumn_copyright {
  display: block;
  text-align: right;
  color: var(--default-color-blue);
  font-size: 12px;
}
.photoarea .photocolumn p.photocolumn_copyright {
  padding-right: 10px;
}
/* TOP enjoy */
#enjoy {
  background: #f7f7f7;
}
.movie__list {
  display: flex;
  justify-content: space-between;
}
.movie__list--item {
  width: calc((100% - 30px) / 2);
}
.movie__list--title {
  font-size: 18px;
  font-weight: bold;
  color: var(--default-color-blue);
  margin-top: 20px;
}
.youtube__block {
  padding-top: calc((9 / 16) * 100%); /*YouTubeアスペクト比*/
  background: no-repeat center center / 100%;
  position: relative;
  cursor: pointer;
  &.is-long {
    background-image: url("../images/movie_thumb_long.jpg");
  }
  &.is-short {
    background-image: url("../images/movie_thumb_short.jpg");
  }
}
.youtube__block::before, .youtube__block::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.youtube__block::before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .38);
  transition: background .3s;
}
.youtube__block::after {
  width: min(((85 / 640) * 100%), 85px);
  padding-top: min(((85 / 640) * 100%), 85px);
  height: 0;
  background: url("../images/movie_icon.png") no-repeat center center / contain;
}
.youtube__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.article__area {
  width: min((670vw / 7.5), var(--default-width-pc));
  margin: min((100vw / 7.5), 50px) auto 0;
}
.article__list {
  text-align: left;
  color: var(--default-color-blue);
  font-weight: normal;
  --article-column-size: 230px;
  --article-waku-yohaku: min((28vw / 7.5), 13px);
  --article-yohaku: min((40vw / 7.5), 20px);
  --article-border: none;
  --article-photo-height: min((200vw / 7.5), 116px);
  --article-title-fs: min((24vw / 7.5), 16px);
  --article-title-yohaku-btm: .9em;
  --article-text-fs: min((20vw / 7.5), 14px);
  --article-label-columns: 1fr;
  --article-label-fs: var(--article-text-fs);
  --article-label-yohaku-ue: .6em;
  --article-hash-yohaku: .25em;
  --article-hash-color: #369ec1;
  --article-arrow-dsp: "";
  --article-arrow-bg: var(--article-hash-color);
  --article-arrow-size: min((43vw / 7.5), 22px);
  --article-arrow-aspect: 22 / 23;
  .is-pc & {
    --article-yohaku: 15px 15px 28px;
  }
}
.article__item {
  box-shadow: 3px 3px 6px 0px rgba(4, 0, 0, .06);
}
.article__link {
  background: var(--article-bg, #fff);
}
#contentWrapper .article__link {
  color: inherit;
}
/* TOP infomation */
#infomation h2.title_txt {
  display: inline-block;
}
#infomation h2.title_txt::after {
  width: 100%;
}
.infomation_box_wrap {
  display: flex;
  justify-content: space-between;
}
.infomation_box {
  background-image: url(../images/infomation_img_bg.png);
  width: 225px;
  height: 200px;
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
}
.infomation_box img {
  width: 100%;
}
.infomation_box_area .infomation_box_wrap:last-child .infomation_box:last-child {
  opacity: 0;
}
p.infomation_box_num {
  color: #fff;
  font-size: 20px;
  margin-bottom: 21px;
}
p.infomation_box_title {
  color: var(--default-color-blue);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
p.infomation_box_txt {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  display: inline-block;
}
span.infomation_box_txt_center {
  text-align: center;
  display: block;
}
/* tour */
.product__list--item {
  margin-bottom: 20px;
}
.product__list--inner {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border: 8px #f3f3f3 solid;
  padding: 24px;
}
.product__list--image-wrapper {
  width: 225px;
}
.product__list--type {
  background: var(--default-color-blue);
  color: #fff !important;
}
.product__list--text-wrapper {
  width: 647px;
  text-align: left;
}
.product__list--texts {
  margin-bottom: 10px;
}
.product__list--title {
  font-size: 18px;
  font-weight: bold;
  color: var(--default-color-blue);
}
.product__list--detail {
  font-size: 18px;
  color: var(--default-color-blue);
}
.product__list--price {
  position: relative;
}
.product__list--price::after {
  content: 'このツアーの詳細を見る';
  color: #fff;
  background: url(/cmn/icon/icon_arrow_right_white.svg) no-repeat 98% center / 1.5em var(--default-color-blue);
  padding: 10px 30px 10px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#tour .product__list--minmax span {
  font-size: 24px;
  font-weight: bold;
  color: #d22b2b !important;
}
#tour .product__list--dep, .product__list--notes {
  font-size: 14px;
  color: #5b5b5b !important;
  line-height: 1.4;
}
.tour_other_btn_area {
  padding: 20px 0;
}
a.tour_other_btn {
  display: block;
  width: 500px;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin: 0 auto;
  text-align: center;
  border: var(--default-color-blue) solid 2px;
  box-sizing: border-box;
  padding: 10px 0;
  color: var(--default-color-blue) !important;
  font-weight: bold;
  cursor: pointer;
  background: url(../images/icon_arrow_right_dark_blue.svg) no-repeat 98% center / 1.5em #fff;
}
a.tour_other_btn_sp {
  display: block;
  width: 500px;
  line-height: 18px;
  letter-spacing: 0.5px;
  margin: 0 auto;
  text-align: center;
  border: var(--default-color-blue) solid 2px;
  box-sizing: border-box;
  padding: 10px 0;
  color: var(--default-color-blue) !important;
  font-weight: bold;
  cursor: pointer;
}
a.tour_other_btn_sp {
  display: none;
}
/* バナーエリア */
#reco-banner {
  background: var(--default-color-blue);
}
.reco-banner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: var(--default-width-pc);
  margin: 0 auto;
  padding: 32px;
}
.reco-banner__item {
  width: 200px;
  height: 200px;
  border: 4px solid var(--default-color-blue);
}
.reco-banner__link {
  display: block;
}
/* 共通 */
@media screen and (max-width:960px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /*PCナビ*/
  #navArea {
    display: none;
  }
  /*SPナビ*/
  #nav-drawer {
    /*position: relative;*/
  }
  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }
  /*open-btn*/
  #nav-open {
    position: absolute;
    z-index: 100;
    top: 6%;
    left: 2%;
    width: 13vw;
    height: 13vw;
    background-image: url(../images/sp/sp_gnavi_menu.png);
    background-size: 13vw;
    background-repeat: no-repeat;
  }
  #nav-open.is-fixed {
    position: fixed;
    top: 2%;
  }
  /*close-btn*/
  #nav-close {
    display: block;
    position: fixed;
    z-index: 300;
    bottom: -5%;
    left: 2%;
    width: 13vw;
    height: 13vw;
    background-image: url(../images/sp/sp_menu_close.png);
    background-size: 13vw;
    background-repeat: no-repeat;
    transition: .8s ease-in-out;
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
  }
  /* #nav-content ul li:nth-of-type(2) a {
    color: #999;
  } */
  /*中身*/
  #nav-content {
    display: block;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200; /*最前面に*/
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: #001446; /*背景色*/
    transition: .3s ease-in-out; /*滑らかに表示*/
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
  }
  #nav-content ul {
    text-align: center;
    height: 75%;
    padding: 6vw 0;
  }
  #nav-content ul li {
    line-height: 15vw;
    padding: 0;
  }
  #nav-content ul li a {
    color: #fff;
    font-size: 6vw;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: none;
  }
  /* #nav-content ul li:nth-of-type(2) a {
    color: #999;
  } */
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-open {
    opacity: 0;
    transition: .3s ease-in-out; /*滑らかに*/
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); /*中身を表示*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  }
  /* mv */
  .mv {
    position: relative;
    &#top {
      height: calc(404vw / 7.5);
      background-image: url(../images/sp/index_mv_sp.png);
      & .logo {
        width: calc(607vw / 7.5);
      }
    }
  }
  h2.title_txt {
    font-size: calc(40vw / 7.5);
    line-height: 1.6;
    /* letter-spacing: 0.5vw; */
    margin-bottom: calc(70vw / 7.5);
  }
  h2.title_txt::after {
    height: calc(14vw / 7.5);
  }
  .title_txt .title_txt--sub {
    font-size: calc(30vw / 7.5);
  }
  .main_txt {
    font-size: 3.2vw;
    text-align: left;
    line-height: 6vw;
  }
  /* TOP welcome */
  #welcome .container {
    padding: calc(90vw / 7.5) calc(70vw / 7.5) calc(70vw / 7.5);
  }
  .bg_on {
    background: #8ee2f6;
    /*font-size: 3.8vw;*/
    padding: 0 0 0 5px;
    font-weight: bold;
  }
  /* TOP ay */
  #ay {
    min-height: calc(1123vw / 7.5);
    background: url(../images/sp/ay_bg_sp.png) no-repeat center center / cover;
  }
  #ay .container {
    padding: calc(380vw / 7.5) 0 calc(40vw / 7.5);
  }
  .message__area {
    width: calc(630vw / 7.5);
    min-height: calc(700vw / 7.5);
    background-position: bottom calc(40vw / 7.5) right calc(40vw / 7.5);
    background-size: calc(283vw / 7.5) calc(34vw / 7.5);
    margin: 0 auto;
    padding: calc(40vw / 7.5);
  }
  #ay .message__area .title_txt {
    font-size: calc(40vw / 7.5);
    font-language-override: 1.3;
    margin-bottom: calc(30vw / 7.5);
  }
  #ay .message__area .main_txt {
    font-size: calc(24vw / 7.5);
    line-height: 1.5;
    margin-bottom: calc(30vw / 7.5);
  }
  /* TOP PhotoSection */
  #photosection .container {
    padding: 0;
  }
  .photocolumn {
    width: 100%;
    margin-bottom: 0;
  }
  .photocolumn a {
    max-width: 100%;
  }
  .photocolumn img {
    max-width: 100%;
  }
  .photocolumn_wrap {
    width: 100%;
  }
  .photo01 .photocolumn_txt_box, .photocolumn_txt_box {
    max-width: 100%;
    top: 28%;
  }
  /* .photocolumn .photocolumn_txt_box_title_big {
    line-height: 40px;
    font-size: 36px;
    padding: 4px 50px 0;
  } */
  h3.photocolumn_txt_box_title {
    font-size: 44px;
  }
  p.photocolumn_txt_box_txt {
    font-size: 24px;
  }
  .photocolumn::after {
    content: "";
    position: absolute;
    top: 41%;
    right: 3vw;
    width: 5vw;
    height: 8vw;
    background-image: url(../images/sp/photocolumn_right.png);
    background-size: 5vw;
    background-repeat: no-repeat;
  }
  .photo01 .photocolumn_txt_box {
    max-width: 100%;
    top: 6vw;
  }
  .photocolumn_txt_box {
    max-width: 100%;
    top: 8vw;
  }
  /* .photocolumn .photocolumn_txt_box_title_big {
    line-height: 8vw;
    font-size: 7vw;
    padding: 1vw 7vw 0;
    margin-bottom: 3vw;
  } */
  h3.photocolumn_txt_box_title {
    font-size: 7vw;
  }
  p.photocolumn_txt_box_txt {
    font-size: 4vw;
  }
  p.photocolumn_copyright {
    display: none;
  }
  .photocolumn.photo01 .photocolumn_txt_box, .photocolumn_txt_box {
    top: 20.5vw;
  }
  /* .photocolumn .photocolumn_txt_box_title_big {
    line-height: 5vw;
    font-size: 5vw;
    padding: 1vw 7vw 0.5vw;
    margin-bottom: 2vw;
  } */
  h3.photocolumn_txt_box_title {
    font-size: 5vw;
    letter-spacing: 1vw;
    margin-bottom: 5vw;
  }
  p.photocolumn_txt_box_txt {
    font-size: 3vw;
    letter-spacing: 1vw;
  }
  .photocolumn img {
    filter: none;
  }
  /* TOP enjoy */
  .movie__list {
    flex-wrap: wrap;
  }
  .movie__list--item {
    width: 100%;
    margin-bottom: calc(30vw / 7.5);
  }
  .movie__list--title {
    font-size: calc(30vw / 7.5);
    margin-top: calc(15vw / 7.5);
  }
  .youtube__block {
    padding-top: calc((9 / 16) * 100%); /*YouTubeアスペクト比*/
    background: url("../images/movie_thumb.jpg") no-repeat center center / 100%;
    position: relative;
    cursor: pointer;
    transition: opacity .3s;
  }
  .youtube__block::before, .youtube__block::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .youtube__block::before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .38);
    transition: background .3s;
  }
  .youtube__block::after {
    width: min(((85 / 640) * 100%), 85px);
    padding-top: min(((85 / 640) * 100%), 85px);
    height: 0;
    background: url("../images/movie_icon.png") no-repeat center center / contain;
  }
  .youtube__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #contentWrapper span.bg_on {
    font-weight: bold;
  }
  /* TOP infomation */
  #infomation {
    padding: 0 15px;
  }
  .infomation_box_wrap {
    flex-wrap: wrap;
  }
  .infomation_box {
    background-image: url(../images/infomation_img_bg.png);
    width: 100%;
    max-width: 225px;
    height: 200px;
    background-repeat: no-repeat;
    margin: 0 auto 35px;
    padding: 0;
    position: relative;
  }
  p.infomation_box_num {
    font-size: 20px;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
  }
  p.infomation_box_title {
    font-size: 17px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin-bottom: 0;
  }
  p.infomation_box_txt {
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 18px;
    margin: 0 14px;
    text-align: center;
  }
  p.infomation_box_txt.txt-left {
    text-align: left;
  }
  .infomation_box.sp:nth-last-of-type(1), .infomation_box.sp:nth-last-of-type(2) {
    display: none;
  }
  /* tour */
  .product__list--item {
    border-top: calc(1vw / 7.5) #a0a0a0 solid;
    padding: calc(40vw / 7.5);
  }
  /*.product__list--item:last-child {
    border-bottom: calc(1vw / 7.5) #a0a0a0 solid;
  }*/
  .product__list--inner {
    width: 100%;
    border: none;
    padding: 0;
    transition: none;
  }
  .product__list--image-wrapper {
    width: 40%;
  }
  .product__list--type {
    font-size: 3vw;
    line-height: 1.4;
    padding: calc(5vw / 7.5);
  }
  .product__list--text-wrapper {
    width: 55%;
    line-height: 1.4;
  }
  .product__list--texts {
    margin-bottom: calc(10vw / 7.5);
  }
  .product__list--title {
    font-size: 3.5vw;
  }
  .product__list--detail {
    font-size: 3.5vw;
  }
  .product__list--price {
    position: relative;
  }
  .product__list--price::after {
    content: none;
  }
  #tour .product__list--minmax span {
    font-size: 4.0vw;
  }
  #tour .product__list--dep, .product__list--notes {
    font-size: 2.5vw;
  }
  a.tour_other_btn.pc {
    display: none;
  }
  a.tour_other_btn_sp {
    display: block;
    width: 100%;
    font-size: calc(32vw / 7.5);
    line-height: 1;
    border-width: calc(3vw / 7.5);
    margin: 0 auto;
    padding: calc(25vw / 7.5) 0;
    background: url(../images/icon_arrow_right_dark_blue.svg) no-repeat 98% center / 1.5em #fff;
  }
  .tour_other_btn_area {
    margin: 0 calc(40vw / 7.5);
  }
  /* バナーエリア */
  #reco-banner {
    background: #fff;
  }
  .reco-banner__list {
    width: calc(654vw / 7.5);
    padding: 0;
  }
  .reco-banner__item {
    width: calc(313vw / 7.5);
    height: calc(313vw / 7.5);
    border: none;
  }
  .reco-banner__item:nth-child(n + 3) {
    margin-top: calc(28vw / 7.5);
  }
}
/* 中型用 */
@media screen and (min-width:375px) and (max-width:767px) {
  .sp {
    display: block;
  }
  /* TOP infomation */
  p.infomation_box_num {
    font-size: 4vw;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
  }
  p.infomation_box_title {
    font-size: 3.5vw;
    position: absolute;
    top: 10.5vw;
    left: 0;
    right: 0;
    margin-bottom: 0;
  }
  .infomation_box {
    background-image: url(../images/infomation_img_bg.png);
    width: 45%;
    max-width: 225px;
    max-height: 200px;
    height: 36vw;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto 35px;
    padding: 0;
    position: relative;
  }
  p.infomation_box_txt {
    position: absolute;
    top: 17vw;
    left: 0;
    right: 0;
    font-size: 2.5vw;
    line-height: 3vw;
    margin: 0 14px;
  }
  .infomation_box:last-child {
    margin: 0 auto 0 0;
  }
  /* .infomation_box:nth-of-type(odd) {
    margin: 0 0 35px auto;
  }
  .infomation_box:nth-of-type(even) {
    margin: 0 auto 35px 0;
  } */
  .infomation_box:nth-of-type(odd) p.infomation_box_num {
    top: 1.5vw;
    left: -1vw;
  }
  .infomation_box:nth-of-type(even) p.infomation_box_num {
    top: 1.5vw;
    left: -1vw;
  }
  p.infomation_box_txt.txt-left {
    text-align: left;
  }
  .infomation_box.sp:nth-last-of-type(1) {
    display: block;
    opacity: 0;
  }
}
@media screen and (min-width:550px) and (max-width:767px) {
  /* TOP infomation */
  p.infomation_box_num {
    font-size: 20px;
    top: 9px;
  }
  p.infomation_box_title {
    font-size: 17px;
    top: 60px;
  }
  /* .infomation_box {
    background-image: url(../images/infomation_img_bg.png);
    width: 45%;
    max-width: 225px;
    max-height: 200px;
    height: 36vw;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto 35px;
    padding: 0;
    position: relative;
  } */
  p.infomation_box_txt {
    top: 96px;
    font-size: 14px;
    line-height: 19px;
  }
  .infomation_box.sp:nth-last-of-type(2) {
    display: block;
    opacity: 0;
  }
  #infomation .infomation_box.sp:nth-last-of-type(1) {
    display: none;
  }
  .infomation_box:nth-of-type(odd) p.infomation_box_num, .infomation_box:nth-of-type(even) p.infomation_box_num {
    top: 10px;
    left: 0;
  }
}
/* タブレット */
@media screen and (min-width:768px) and (max-width:960px) {
  .main_txt {
    font-size: 16px;
    text-align: center;
    line-height: 4vw;
    letter-spacing: 0;
  }
  /*SPナビ*/
  /* #nav-content ul {
  padding-top: 10vw;
} */
  #nav-content ul li {
    line-height: 13vw;
    padding: 0;
  }
  #nav-close {
    bottom: -8%;
    left: 2%;
  }
  /* TOP welcome */
  #welcome {
    padding: 25px 0;
  }
  #welcome h2.title_txt {
    font-size: 30px;
    line-height: 48px;
  }
  .bg_on {
    font-weight: bold;
    font-size: 18px;
  }
  /* TOP PhotoSection */
  .photocolumn.photo01 .photocolumn_txt_box, .photocolumn_txt_box {
    top: 19vw;
  }
  .photocolumn .photo01 .photocolumn_txt_box_title_big {
    display: none;
    /* font-size: 48px;
  border: solid 1px #fff;
  font-weight: bold;
  padding: 20px 30px 14px;
  margin-bottom: 15px;
  line-height: 23px; */
  }
  .photocolumn .photocolumn_txt_box_title_big {
    display: none;
    /* font-size: 24px;
  letter-spacing: -0.5px;
  border: solid 1px #fff;
  font-weight: bold;
  padding: 6px 15px 1px;
  margin-bottom: 15px;
  line-height: 23px; */
  }
  .photocolumn h3.photocolumn_txt_box_title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .photocolumn p.photocolumn_txt_box_txt {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
  }
  .photocolumn::after {
    top: 43%;
    right: 18px;
    width: 35px;
    height: 54px;
    background-size: 32px;
  }
  /* TOP infomation */
  p.infomation_box_num {
    font-size: 24px;
  }
  .infomation_box {
    background-image: url(../images/infomation_img_bg.png);
    width: 225px;
    height: 200px;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
  }
  .infomation_box img {
    width: 100%;
  }
  .infomation_box_area .infomation_box_wrap:last-child .infomation_box:last-child {
    opacity: 0;
  }
  p.infomation_box_num {
    color: #fff;
    font-size: 20px;
    margin-bottom: 21px;
  }
  p.infomation_box_title {
    color: var(--default-color-blue);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  p.infomation_box_txt {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
  }
  span.infomation_box_txt_center {
    text-align: center;
    display: block;
  }
  .infomation_box.sp:nth-last-of-type(1), .infomation_box.sp:nth-last-of-type(2) {
    opacity: 0;
    display: block;
  }
  /* tour */
  a.tour_other_btn.pc {
    display: none;
  }
  a.tour_other_btn_sp {
    display: block;
  }
  a.tour_other_btn_sp {
    font-size: 20px;
    padding: 24px 0 20px;
  }
}
/****************************************************************/
/* 追加CSS
/****************************************************************/
/* 共通設定 */
img:not([width]), input[type=image]:not([width]) {
  zoom: 1;
  vertical-align: bottom;
}
/* パンくず */
.breadcrumb {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.is-sp .breadcrumb {
  overflow-x: scroll;
}
.breadcrumb__contents {
  overflow: auto;
}
.breadcrumb__item a:visited {
  color: #333;
}
#searchApp {
  background: url(../images/search_bg_pc.jpg) var(--default-bg-setting);
  padding: 60px 0;
}
@media screen and (max-width:960px) {
  #searchApp {
    background: none;
    padding: calc(50vw / 7.5) 0;
  }
}
.rn-searchMod__inputField, .rn-searchMod__select {
  font-size: inherit !important;
}
.rn-searchMod__formDomLink, .rn-searchMod__formOvsLink {
  font-size: .75rem !important;
}
.rn-searchMod__label::after, .rn-searchMod__label::before {
  font-size: .65rem !important;
}
.his-top__link {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.goTop {
  z-index: 10;
}
/* hover */
@media (hover : hover) and (pointer : fine) {
  .youtube__block {
    transition: background var(--default-hover-speed);
    &:hover::before {
      background: rgba(0, 0, 0, .58);
    }
  }
  .article__link {
    transition: background var(--default-hover-speed);
    &:hover {
      --article-bg: #e3f8fd;
    }
  }
  .product__list--inner {
    transition: opacity var(--default-hover-speed);
    &:hover {
      opacity: .7;
    }
  }
  a.tour_other_btn {
    transition: color var(--default-hover-speed), background var(--default-hover-speed);
    &:hover {
      color: #fff !important;
      background: url(/cmn/icon/icon_arrow_right_white.svg) no-repeat 98% center / 1.5em #001446;
    }
  }
  .reco-banner__item {
    transition: border var(--default-hover-speed);
    &:hover {
      border: 4px solid #8ee2f6;
    }
  }
}