@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese');
* .mintyo {
  font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

/*ワクチンキャンペーン特集*/
.pc-none {
  display: none !important;
}
.vaccination .main_mv {
  /*height: 500px;*/
  width: 100%;
}
.vaccination .tittle {
  height: 600px;
  background-image: url("../images/pc_expo_banner.jpg");
  background-size: 1300px 600px;
  background-position: center bottom;
}
@media screen and (min-width: 1300px) {
  .vaccination .tittle {
    background-size: 100%;
  }
}
/*edit by tn*/
.catchcopy_sizecontrol {
  width: 807px !important;
  height: 134px !important;
}
/*edit by tn*/
.vaccination .tittle h1 {}
.vaccination .tittle img {
  display: block;
  margin: 0 auto;
  margin-top: -20px;
}
.vaccination .copy {
  padding: 35px 0 15px 0;
}
.read_txt {
  max-width: 920px;
  padding: 60px 0;
  margin: 0 auto;
}
.read_txt .read_tl {
  text-align: center;
  color: #5E5206;
  font-size: 2.4rem;
  line-height: 1.7;
  border-top: 2px solid #5E5206;
  border-bottom: 2px solid #5E5206;
  padding: 12px 0;
  font-weight: 600;
}
.read_txt .read_tl b {
  font-size: 3.2rem;
  font-weight: 600;
}
.read_inner {
  margin: 40px 0;
}
.read_txt p {
  font-size: 2rem;
  text-align: center;
  color: #4C4C4C;
}
.read_txt p span.bold {
  font-weight: bold;
}
.read_txt p span.small {
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 -0.5rem;
}
.read_txt p.d_txt {
  font-size: 1.4rem;
}
/*
安心安全
*/
section.relief {
  border-bottom: none;
  /*padding: 60px 0;*/
}
section.relief .safe {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+25,fde2ee+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 25%, #fde2ee 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 25%, #fde2ee 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 25%, #fde2ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fde2ee', GradientType=0); /* IE6-9 */
}
section.relief .safe .tl_bar {
  background-color: #EA68A2;
  width: 100%;
  padding: 8px 0;
  position: relative;
}
section.relief .safe .tl_bar::after {
  border: 30px solid transparent;
  border-bottom-width: 0;
  bottom: -29px;
  content: "";
  display: block;
  left: calc(50% - 15px);
  position: absolute;
  width: 0;
  z-index: 1;
  border-top-color: #EA68A2;
  border-width: 30px 20px 0 20px;
}
section.relief .safe h2 {
  background-image: url("../images/pattern_reason.png");
  background-repeat: repeat;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 17px 0 7px 0;
}
section.relief .safe h2 b {
  font-size: 3.4rem;
}
section.relief .safe h2 img {
  height: 70px;
  width: auto;
  margin-right: 12px;
  margin-top: -10px;
}
.safeBox {
  max-width: 1020px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 0 60px 0;
}
.safeBox > li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: 0 0 48%;
  max-width: 490px;
  margin-bottom: 40px;
  padding: 1em;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
.safe_inner {
  position: relative;
  width: 100%;
}
.safe_inner::after {
  position: absolute;
  content: "";
  width: 12.25%;
  height: 60px;
  background-image: url("../images/deco01.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.safe_inner::before {
  position: absolute;
  content: "";
  width: 12.25%;
  height: 60px;
  background-image: url("../images/deco02.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
}
.safe_inner h4 {
  text-align: center;
  color: #EA68A2;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.4rem;
}
.safe_inner h4 b {
  font-size: 3.2rem;
  font-weight: 600;
  display: block;
}
.safe_inner p {
  text-align: center;
  color: #4C4C4C;
  font-size: 1.6rem;
  line-height: 1.5;
}
.icon-benefits img {
  width: 80px !important;
  height: 80px;
}
.makerBox {
  margin: -10px 0 10px 0;
}
.safe_inner p.maker {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.maker span {
  padding: 0 4px;
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #FFFF00 80%);
}
.flexbox-relief {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}
.flexbox-relief .box-l {
  width: 22%;
  text-align: center !important;
}
.flexbox-relief .box-r {
  width: 76%;
  text-align: left;
}
.box_boder {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #CDD6DD;
}
.safe_inner p.bold_red {
  color: #FF0000;
  font-weight: bold;
}
.demerit-representation {
  text-align: right !important;
  font-size: 12px !important;
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
section.relief .bene {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 25%, #FFEED1 100%);
  background: -webkit-linear-gradient(top, #ffffff 25%, #FFEED1 100%);
  background: linear-gradient(to bottom, #ffffff 25%, #FFEED1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#FFEED1', GradientType=0);
  /*  margin-top: 60px;*/
  padding-bottom: 120px;
}
section.relief .bene .tl_bar {
  background-color: #F39800;
  width: 100%;
  padding: 8px 0;
  position: relative;
}
section.relief .bene .tl_bar::after {
  border: 30px solid transparent;
  border-bottom-width: 0;
  bottom: -29px;
  content: "";
  display: block;
  left: calc(50% - 15px);
  position: absolute;
  width: 0;
  z-index: 1;
  border-top-color: #F39800;
  border-width: 30px 20px 0 20px;
}
section.relief .bene h2 {
  background-image: url("../images/pattern_reason.png");
  background-repeat: repeat;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 17px 0 7px 0;
}
section.relief .bene h2 b {
  font-size: 3.4rem;
}
section.relief .bene h2 img {
  height: 70px;
  width: auto;
  margin-right: 12px;
  margin-top: -10px;
}
.beneBox {
  max-width: 1020px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 120px;
  position: relative;
  padding-bottom: 30px;
}
.beneBox > li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex: auto;
  max-width: 360px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  /*padding-bottom: 2rem;*/ /*edit by tn */
  padding-bottom: 0rem; /*edit by tn */
}
.beneBox > li:first-child {
  /*margin-right: 30px;*/
  margin-right: 30px;
}
.beneBox > li:last-child {
  /*margin-left: 54px;*/ /*edit by tn */
  margin-left: 30px; /*edit by tn */
}
.beneBox > li.plus {
  position: relative;
}
.beneBox > li.plus::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 44%;
  left: -42px;
}
.benetext {
  font-size: 18px;
  max-width: 1020px;
  margin: 0 auto;
}
.bene_inner {
  width: 100%;
}
.bene_inner h4 {
  background-color: #F39800;
  color: #fff;
  font-size: 2.0rem;
  text-align: center;
  font-weight: bold;
  /*padding: 6px 0;*/ /*edit by tn*/
  padding: 25px 0; /*edit by tn*/
  /*margin-bottom: 10px; */ /*edit by tn*/
  margin-bottom: 0px; /*edit by tn*/
  /* border-radius: 12px 12px 0 0; */ /*edit by tn*/
  border-radius: 12px 12px 12px 12px; /*edit by tn*/
}
.bene_inner h4 img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
/* edit by tn */
.bene_plus1 {
  font-size: 34px;
  color: orange;
  font-weight: bold;
  margin: 52px 20px 0px -10px;
}
.bene_plus2 {
  font-size: 34px;
  color: orange;
  font-weight: bold;
  margin: 52px -10px 0px 20px;
}
/* edit by tn */
.bene_inner p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #4C4C4C;
  text-align: center;
  padding: 0 1rem;
}
.bene_inner p.big_red {
  font-size: 3.2rem;
  font-weight: 600;
  color: #F03C3C;
}
.bene_inner p.big_red02 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #F03C3C;
}
section.inspection {
  max-width: 940px;
  margin: 60px auto;
  background-color: #78DE94;
  background-image: url("../images/pattern_reason.png");
  background-repeat: repeat;
  padding: 40px 60px 60px 60px;
  border-radius: 40px;
}
.inspection h2 {
  background-color: #fff;
  border-radius: 4rem;
  padding: 8px 45px 8px 25px;
  color: #78DE94;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 64px;
  margin: 0 auto;
  text-align: center;
  width: 500px;
}
.inspection h2 b {
  font-size: 3.4rem;
}
.inspection h2 img {
  width: 60px;
  height: auto;
  margin-right: 15px;
}
.inspection .howto {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 24px 0;
}
.inspec_inner {
  position: relative;
  background: #fff;
  border-radius: 40px;
  padding: 30px 40px 40px 40px;
}
.inspec_inner::after {
  position: absolute;
  content: "";
  width: 123px;
  height: 123px;
  background-image: url(../images/icon_note.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -70px;
  right: -62px;
}
.inspec_inner li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
.inspec_inner li .step {
  width: 60px;
  height: 60px;
  background: #78DE94;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding-top: 8px;
  line-height: 1.0;
}
.inspec_inner li .step span {
  display: block;
  font-size: 3.0rem;
}
.inspec_inner li .step_txt {
  width: calc(100% - 75px);
}
.inspec_inner li .step_txt .step_tl {
  color: #4C4C4C;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 6px 0 2px 0;
}
.inspec_inner li .step_txt .sub_txt {
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: 1px solid #4C4C4C;
  padding-bottom: 8px;
}
section.targetTour {
  border-bottom: none;
  /*  background-image: url("../images/bg_dots.gif");*/
  /*  background-repeat: repeat;*/
  /*  margin-top: 60px;*/
}
section.targetTour .tl_bar {
  background-color: #B48C41;
  width: 100%;
  padding: 8px 0;
  position: relative;
}
section.targetTour .tl_bar::after {
  border: 30px solid transparent;
  border-bottom-width: 0;
  bottom: -29px;
  content: "";
  display: block;
  left: calc(50% - 15px);
  position: absolute;
  width: 0;
  z-index: 1;
  border-top-color: #B48C41;
  border-width: 30px 20px 0 20px;
}
section.targetTour h2 {
  background-image: url("../images/pattern_reason.png");
  background-repeat: repeat;
  text-align: center;
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  padding: 17px 0 12px 0;
}
section.targetTour h2 img {
  height: 50px;
  width: auto;
  margin-right: 24px;
  margin-top: -10px;
}
.sub_tl {
  margin: 60px auto 40px auto;
}
.sub_tl .sub_icon {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.sub_tl .sub_icon img {
  width: 100%;
}
.sub_tl h3 {
  font-size: 2.8rem;
  color: #4C4C4C;
  font-weight: bold;
  text-align: center;
}
.sub_tl h3 span {
  display: block;
  font-size: 1.4rem;
  color: #B48C41;
  font-weight: bold;
  text-align: center;
}
.tour_item .tour_item_inner {
  margin: 0 auto 30px;
  max-width: 1020px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid #B48C41;
}
.tour_item .tour_item_inner .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.tour_item_ph {
  width: 29%;
}
.tour_item_ph img {
  width: 100%;
}
.tour_item_point {
  display: flex;
  flex-wrap: wrap;
}
.tour_item_point p {
  display: inline-block;
  padding: 0.1em 0.5em;
  font-size: 12px;
  color: #fff;
  background: #F39800;
  margin-top: 5px;
  margin-right: 0.5em;
}
.tour_item_text {
  width: 68%;
  text-align: left;
}
.tour_item_text .tour_item_ttl {
  color: #B48C41;
  font-size: 2.0rem;
  font-weight: normal;
}
.tour_item_notbox .tour_item_cap {
  font-size: 1.6rem;
  color: #4C4C4C;
  line-height: 1.5;
  margin: 10px 0 8px 0;
}
.tour_item_detail {
  margin-bottom: 4px;
}
.tour_item_notbox .tour_item_detail p {
  font-size: 1.6rem;
  color: #B48C41;
  line-height: 1.5;
  margin-bottom: 4px;
}
.tour_item_btn {
  width: 160px;
}
.tour_item_price {
  width: calc(100% - 170px);
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #F03C3C;
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
}
.tour_item_price > span {
  font-size: 1.4rem;
  font-weight: normal;
  color: #4C4C4C;
}
.tour_item_btn a {
  display: block;
  height: 4.5rem;
  width: 100%;
  background-color: #B48C41;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 4.5rem;
  text-align: center;
  color: #fff;
}
.tour_item_btn a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 1.5px 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.tour_item_btn a:hover {
  opacity: 0.7;
}
.tour_item_btn + .tour_item_btn {
  margin-top: 1%;
}
.tour_item_col3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1020px;
  margin: 0 auto 30px;
  transform: translateX(2%);
}
.tour_item_inner_col3 {
  width: 31%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  padding: 28px;
  border: 2px solid #B48C41;
  margin-right: 2%;
  margin-bottom: 2%;
}
/*
.tour_item_inner_col3:nth-child(3n) {
  margin-right: 0;
}
*/
.tour_item_ph_col3 {
  width: 100%;
}
.tour_item_ph_col3 img {
  width: 100%;
}
.tour_item_text_col3 {
  width: 100%;
  text-align: left;
}
.tour_item_ttl_col3 {
  color: #B48C41;
  font-size: 2.0rem;
  font-weight: normal;
  margin-top: 5px;
}
.tour_item_cap_col3 {
  font-size: 1.5rem;
  color: #4C4C4C;
  line-height: 1.5;
  margin: 10px 0 8px 0;
}
.tour_item_detail_col3 {
  font-size: 1.5rem;
  color: #B48C41;
  line-height: 1.5;
  margin-bottom: 4px;
}
.tour_item_price_col3 {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #F03C3C;
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tour_item_price_col3 > span {
  font-size: 1.4rem;
  font-weight: normal;
  color: #4C4C4C;
}
.tour_item_btn_col3 a {
  display: block;
  height: 4.5rem;
  width: 100%;
  background-color: #B48C41;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 4.5rem;
  text-align: center;
  color: #fff;
}
.tour_item_btn_col3 a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 1.5px 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.tour_item_btn_col3 a:hover {
  opacity: 0.7;
}
.tour_item_btn_col3 + .tour_item_btn_col3 {
  margin-top: 1%;
}
.alltour_btn a {
  display: block;
  height: 6rem;
  width: 600px;
  margin: 60px auto;
  background-color: #B48C41;
  border-radius: 10px;
  font-size: 1.6rem;
  line-height: 6rem;
  text-align: center;
  color: #fff;
}
.alltour_btn a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 1.5px 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.alltour_btn a:hover {
  opacity: 0.7;
}
/*ツアーを探す*/
.select-departure {
  text-align: center;
}
.header-select {
  position: relative;
  display: inline-block;
  padding: 0 110px;
  font-size: 24px;
  font-weight: bold;
  color: #B48C41;
  margin-bottom: 30px;
}
.header-select:before, .header-select:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #B48C41;
}
.header-select:before {
  left: 0;
}
.header-select:after {
  right: 0;
}
/*タブ*/
.dep {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff !important;
  margin: 0 auto !important;
  width: 960px;
  max-width: 1020px;
  list-style: none;
}
.dep__item {
  width: 30%;
  margin: 0 2%;
}
.dep__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #707070;
  background-color: #F9F9F9;
  cursor: pointer;
  border-radius: 10px;
  height: 70px;
  border: solid 1px #707070;
}
.dep-body {
  background-image: url("../images/bg_dots.gif");
  background-repeat: repeat;
  margin-top: 40px;
  padding: 40px 0;
  border-top: solid 1px #B48C41;
  border-bottom: solid 1px #B48C41;
}
.current .dep__link {
  background-color: #B48C41;
  color: #fff;
  border: solid 1px #B48C41;
}
.dep-body__item {
  margin: 30px 15px;
  display: none;
  text-align: center;
}
.dep-body__item.on {
  display: block;
}
.select-destination {
  text-align: center;
}
.list-area-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto !important;
  width: 960px;
  max-width: 1020px;
  list-style: none;
}
.area-btn {
  width: 18%;
  margin: 0 1% 2%;
}
.area-btn_link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #707070;
  background-color: #F9F9F9;
  cursor: pointer;
  border-radius: 10px;
  height: 60px;
  border: solid 1px #707070;
}
.area-btn_link.on {
  background-color: #B48C41;
  color: #fff;
  border: solid 1px #B48C41;
}
/*テーマから選ぶ安心安全ツアー*/
.theme-tour {
  width: 1020px;
  margin: 0 auto;
  padding: 60px 0;
}
.theme-tour-txt {
  font-size: 14px;
  line-height: 1.5;
}
.theme-tour-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.theme-tour-box {
  width: 31%;
  margin-bottom: 2%;
}
.theme-tour-img {
  width: 100%;
  height: 196px;
  background-color: #707070;
  border-radius: 10px;
}
.theme-tour-name {
  font-size: 18px;
  text-align: center;
}
/*エリア選択*/
.select_inner {
  overflow: hidden;
  max-width: 1020px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
  min-height: 454px;
}
.select_inner > select {
  vertical-align: middle;
  font-size: 1.6rem;
  box-sizing: content-box;
  margin: 0 auto;
  display: block;
  background-color: #B48C41;
  color: #fff;
  padding: 2px 20px;
  border-radius: 10px;
  border: 10px solid #B48C41;
}
.area {
  display: none;
}
.area {
  margin-top: 3rem;
  width: 100%;
}
.selectArea .selected_area p {
  font-size: 1.2rem;
  text-align: center;
  color: #B48C41;
  display: block;
  padding: 2px;
  width: 18rem;
  margin: 0 auto;
  padding-bottom: 7px;
}
.Box-item_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.Box-item {
  list-style: none;
  border-radius: 8px;
  width: 18%;
  overflow: hidden;
  /*  margin-bottom: 20px;*/
  height: auto;
  margin: 0 1% 20px 1%;
}
.Box-item_img {
  position: relative;
  width: 100%;
  height: 122px;
  transition: 1s all;
  overflow: hidden;
}
.Box-item_img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}
.Box-item_img:hover > .Box-item-shadow {
  opacity: 0.5;
}
.Box-item_img img.img_spot {
  height: 122px;
  width: auto;
}
.Box-item-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 122px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
}
.Box-item_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 1.6rem;
  font-weight: bold;
}
/* よくある質問 */
section.faq {
  border-bottom: none;
  max-width: 1020px;
  margin: 0 auto;
}
.faq-one {
  border: 1px solid #707070;
  width: 100%;
  padding: 38px;
}
.faq li {
  list-style: none;
  margin-bottom: 24px;
}
.faq-one .faq-ques {
  font-size: 2.2rem;
  color: #0A489B;
  font-weight: bold;
  display: table;
  margin-bottom: 5px;
}
.faq-one .faq-ques span {
  font-size: 1.8rem;
  line-height: 1.7;
  color: #4C4C4C;
  font-weight: bold;
  padding-left: 1rem;
  display: table-cell;
}
.faq-one .faq-ans {
  font-size: 2.2rem;
  color: #B20001;
  font-weight: bold;
  display: table;
}
.faq-one .faq-ans span {
  font-size: 1.4rem;
  line-height: 1.7;
  color: #4C4C4C;
  font-weight: normal;
  padding-left: 1rem;
  display: table-cell;
}
.anc_btn {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 1;
}
.anc_btn .anc_tour a {
  opacity: 0.7;
}
.anc_btn .anc_tour a:hover, .anc_btn .anc_tour a img:hover {
  opacity: 1.0;
}
.anc_start2 {
  position: absolute;
  float: right;
  opacity: 0.7;
  right: -9999px;
}
.anc_start2.anc_fixed {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 1;
}
/* 絞り込み */
#ms_contents input {
  display: none;
}
#ms_contents .dishesSearchBlock {
  margin-bottom: 60px;
}
#ms_contents .dishesSearchBlock_inner {
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
#ms_contents .dishesSearchBlock_ttl_sub {
  font-size: 16px;
  color: #0073aa;
  letter-spacing: 0.2em;
}
#ms_contents .el_searchResult {
  text-align: center;
  color: #0073aa;
}
#ms_contents .js_target01, #ms_contents .js_target02, #ms_contents .js_target03 {
  display: none;
}
#ms_contents .js_target01.js_selected, #ms_contents .js_target02.js_selected, #ms_contents .js_target03.js_selected {
  display: block;
}
#ms_contents .selectBlock_check input[type=checkbox]:checked + label {
  /*position: relative;
    background-color: var(--theme-color);
    color: var(--white-color);*/
  width: 100%;
  background-color: #B48C41;
  color: #fff;
  border: solid 1px #B48C41;
}
.dep__link, #ms_contents .selectBlock_check input[type=checkbox] + label {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #707070;
  background-color: #F9F9F9;
  cursor: pointer;
  border-radius: 10px;
  height: 60px;
  border: solid 1px #707070;
}
/*#ms_contents .selectBlock_content {
    width: 100%;
}

#ms_contents .selectBlock label {
    display: block;
    padding: 10px;
    color: var(--form-color);
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
}



#ms_contents .el_searchResult {
    margin-bottom: 20px;
}

#ms_contents .selectBlock {
    border: 1px solid var(--search-border-color);
    padding: 20px 10px 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0.1em;
}


#ms_contents .selectBlock_check label {
    cursor: pointer;
}

#ms_contents .selectBlock_content ul {
    width: 100%;
    border-top: solid 1px var(--cts-border-color);
    border-left: solid 1px var(--cts-border-color);
}

#ms_contents .selectBlock_check {
    width: 50%;
    border-bottom: solid 1px var(--cts-border-color);
    border-right: solid 1px var(--cts-border-color);
}

#ms_contents .selectBlock_ttl {
    position: relative;
    display: table;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 10px;
}

#ms_contents .selectBlock_ttl::before,
#ms_contents .selectBlock_ttl::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background-color: var(--form-color);
}

#ms_contents .selectBlock_ttl::before {
    left: -30px;
}


#ms_contents .selectBlock_ttl::after {
    right: -30px;
}

#ms_contents .selectBlock_sbTtl {
	width:100%;
	text-align:center;
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 5px;
}

#ms_contents .selectBlock_content {
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
}


#ms_contents .searchResultBlock {
    font-size: 14px;
    border-top: 1px solid #bdbdbd;
}

#ms_contents .searchResultBlock_item {
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #bdbdbd;
}

#ms_contents .selectBlock_check:last-child {
    margin-right: 0;
}

#ms_contents .selectBlock_release {
    clear: both;
    text-align: center;
    color: var(--white-color);
    background-color: #A2A2A2;
    padding: 10px 0;
    cursor: pointer;
}

#ms_contents .js_release {
    cursor: pointer;
}

#ms_contents .osechi_merchan_inner.bg01 .wrap_merchan_block::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		background: url(https://gigaplus.makeshop.jp/htrshopmall/images/osechi2021/icn_1st.png) no-repeat center bottom;
		background-size: 100%;
		z-index: 10;
		height: 100px;
    }
#ms_contents .osechi_merchan_inner.bg01{
	position:relative;
}*/
@media screen and (max-width: 767px) {
  /* レスポンシブ対応　タブレット以下 */
  /* edit by tn */
  .bene_plus1 {
    font-size: 34px;
    color: orange;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 20px 0px;
  }
  .bene_plus2 {
    font-size: 34px;
    color: orange;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    padding: 0px;
  }
  /*edit by tn*/
  .catchcopy_sizecontrol {
    width: 100% !important;
    height: 100% !important;
  }
  /*edit by tn*/
  /* edit by tn */
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: block !important;
  }
  .vaccination img {
    width: 100%;
    margin-top: 0 !important;
  }
  .vaccination .main_mv {
    /*height: 470px;*/
  }
  .vaccination .tittle {
    padding: 0 5%;
    height: 470px;
    background-size: auto 100%;
  }
  .vaccination .tittle .copy, .vaccination .tittle h1 {
    max-width: 400px;
    margin: 0 auto;
  }
  .read_txt {
    padding: 34px 3%;
  }
  .read_txt .read_tl {
    text-align: left;
    font-size: 1.6rem;
  }
  .read_txt .read_tl b {
    font-size: 2.0rem;
  }
  .read_inner {
    margin: 20px 0;
  }
  .read_txt p {
    line-height: 1.7;
    text-align: left;
    font-size: 1.6rem;
  }
  .safeBox, .beneBox, .tour_item .tour_item_inner .flex {
    display: block;
  }
  .safe_inner h4 {
    font-size: 2.0rem;
    line-height: 2.4rem;
  }
  .safe_inner h4 b {
    font-size: 2.4rem;
  }
  .safe_inner p {
    font-size: 1.2rem;
  }
  .safe_inner p.maker {
    font-size: 1.6rem;
  }
  .box_boder {
    width: 95%;
  }
  .demerit-representation {
    text-align: left !important;
    font-size: 1rem;
    margin-top: 10px;
  }
  .vaccination section .tl_bar h2 {
    font-size: 2.0rem;
  }
  .vaccination section .tl_bar h2 b {
    font-size: 2.4rem;
  }
  .vaccination section .tl_bar h2 img {
    height: 5rem;
  }
  .safeBox {
    padding: 40px 3% 30px 3%;
  }
  .safeBox > li {
    margin: 0 auto 20px;
  }
  .beneBox {
    margin-top: 40px;
    padding: 0 3%;
  }
  .beneBox > li {
    margin: 0 auto 20px;
  }
  .beneBox > li:first-child {
    margin-right: auto;
  }
  .beneBox > li:last-child {
    margin-left: auto;
    /*margin-top: 60px;*/ /*edit by tn*/
    margin-top: 20px; /*edit by tn*/
  }
  .beneBox > li.plus::before {
    top: -42px;
    left: 44%;
  }
  .benetext {
    font-size: 16px;
    max-width: 90%;
    margin: 0 auto;
  }
  .tour_item_col3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 30px auto 30px;
    transform: translateX(0%);
  }
	
  .tour_item_inner_col3 {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding: 5%;
    border: 2px solid #B48C41;
    margin-right: 0%;
    margin-bottom: 2%;
  }
  section.relief .bene {
    padding-bottom: 40px !important;
  }
  section.inspection {
    width: 94%;
    margin: 30px auto;
    padding: 20px 3% 30px 3%;
    border-radius: 20px;
    max-width: 540px
  }
  .inspection h2 {
    padding: 8px 3%;
    font-size: 1.8rem;
    line-height: 1.4;
    width: 100%;
    max-width: 500px;
  }
  .inspection h2 b {
    font-size: 2.2rem;
  }
  .inspection h2 img {
    width: 5rem;
    margin-right: 6px;
  }
  .inspection .howto {
    text-align: left;
    line-height: 1.7;
  }
  .inspec_inner {
    border-radius: 20px;
    padding: 12px 5%;
  }
  .inspec_inner::after {
    background: none;
  }
  .tour_item_ph {
    width: 100%;
  }
  .tour_item_text {
    width: 100%;
    margin-top: 10px;
  }
  .tour_item_price {
    width: 100%;
  }
  .tour_item_price > span {
    display: block;
  }
  .tour_item_btn {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .tour_item {
    padding: 0 3%;
  }
  .sub_tl .sub_icon {
    width: 40px;
    height: 40px;
  }
  .sub_tl {
    margin: 40px auto 20px auto;
  }
  .sub_tl h3 {
    font-size: 2.0rem;
  }
  .tour_item_notbox .tour_item_cap {
    line-height: 1.5;
  }
  .tour_item .tour_item_inner {
    padding: 10px 10px;
  }
  .tour_item_notbox .tour_item_cap {
    font-size: 1.4rem;
  }
  .tour_item_notbox .tour_item_detail p {
    font-size: 1.4rem;
  }
  .tour_item_price {
    font-size: 2.0rem;
  }
  .Box-item {
    width: 30%;
    margin-bottom: 10px;
  }
  .Box-item_img {
    height: auto;
  }
  .Box-item_img img.img_spot {
    width: 100%;
    height: auto;
  }
  .Box-item-shadow {
    width: 100%;
    height: 100%;
  }
  section.faq {
    padding: 0 3%;
  }
  .anc_btn, .anc_start2 {
    width: 30%;
    max-width: 150px;
  }
  .inspec_inner li {
    display: block;
  }
  .inspec_inner li .step {
    margin: 0 auto;
  }
  .inspec_inner li .step_txt {
    width: 100%;
  }
  .faq-one {
    padding: 15px 5%;
  }
  .faq-one .faq-ques span {
    font-size: 1.6rem;
  }
  .select_inner {
    min-height: 85.5vw;
  }
  /*ツアーを探す*/
  .header-select {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 2rem;
    font-weight: bold;
    color: #B48C41;
    margin-bottom: 30px;
  }
  .header-select:before, .header-select:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #B48C41;
  }
  .header-select:before {
    left: 0;
  }
  .header-select:after {
    right: 0;
  }
  /*タブ*/
  .dep {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff !important;
    margin: 0 auto !important;
    width: 94%;
    max-width: 100%;
    list-style: none;
  }
  .dep__item {
    width: 30%;
    margin: 0 2%;
  }
  /*.tab__link, #ms_contents .selectBlock_check input[type=checkbox]+label {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    color: #707070;
    background-color: #F9F9F9;
    cursor: pointer;
    border-radius: 10px;
    height: 60px;
    border: solid 1px #707070;
  }*/
  .dep-body {
    background-image: url("../images/bg_dots.gif");
    background-repeat: repeat;
    margin-top: 40px;
    padding: 20px 0;
    border-top: solid 1px #B48C41;
    border-bottom: solid 1px #B48C41;
  }
  .dep__link.on {
    background-color: #B48C41;
    color: #fff;
    border: solid 1px #B48C41;
  }
  .dep-body__item {
    margin: 30px 15px;
    display: none;
    text-align: center;
  }
  .dep-body__item.on {
    display: block;
  }
  .select-destination {
    text-align: center;
  }
  .list-area-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto !important;
    width: 94%;
    max-width: 100%;
    list-style: none;
  }
  .area-btn {
    width: 31%;
    margin: 0 1% 2%;
  }
  .area-btn_link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    color: #707070;
    background-color: #F9F9F9;
    cursor: pointer;
    border-radius: 10px;
    height: 60px;
    border: solid 1px #707070;
  }
  .area-btn_link.on {
    background-color: #B48C41;
    color: #fff;
    border: solid 1px #B48C41;
  }
  .alltour_btn a {
    display: block;
    height: 6rem;
    width: 90%;
    margin: 20px auto;
    background-color: #B48C41;
    border-radius: 10px;
    font-size: 1.6rem;
    line-height: 6rem;
    text-align: center;
    color: #fff;
  }
  /*テーマから選ぶ安心安全ツアー*/
  .theme-tour {
    width: 94%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .theme-tour-txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .theme-tour-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .theme-tour-box {
    width: 49%;
    margin-bottom: 2%;
  }
  .theme-tour-img {
    width: 100%;
    height: 100px;
    background-color: #707070;
    border-radius: 10px;
  }
  .theme-tour-name {
    font-size: 1.4rem;
    text-align: center;
  }
  /* 絞り込み */
  /*#ms_contents .searchResultBlock,
    #ms_contents .searchResultBlock_item {
        border: none;
    }

    #ms_contents .searchResultBlock {
        margin-bottom: 50px;
    }

    #ms_contents .sec_osechi_genre .cts_inner:last-of-type .searchResultBlock {
        margin-bottom: 0;
    }*/
}

/*====================================================
チケット販売用のカセット
====================================================*/

/* 親要素全体 */
.tour_item_inner {
  max-width: 600px;
  margin: 0 auto;
  font-family: sans-serif;
}

/* 見出し「一日券」 */
.tour_item_ttl {
  background-color: #f5a623; /* お好きな帯色に調整可能 */
  color: white;
  text-align: center;
  padding: 5px 0;
  font-size: 1.5em;
  margin-bottom: 10px;
}

/* 説明文 */
.tb_lead {
  text-align: center;
  margin-bottom: 20px;
}

/* テーブル風の価格ブロック */
.tb_price_wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* 各チケット種別行 */
.tb_price_wrap dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccc;
  margin: 0;
}

/* 左側（種別・年齢） */
.tb_price_wrap dt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

/* 右側（価格） */
.tb_price_wrap dd {
  margin: 0;
  text-align: right;
  min-width: 100px;
  font-weight: bold;
  font-size: 1.2em;
}

/* 各サイズと年齢の行 */
.tb_size {
  font-weight: bold;
  font-size: 1em;
}
/* dt 内の p はデフォルトの上下マージンをリセット */
.tb_price_wrap dt p {
  margin: 0;
  padding: 0;
}

/* 「大人」と「満18歳以上」の間を少しだけ空けたい場合 */
.tb_size {
  margin-bottom: 4px;  /* お好みのピクセル数に調整 */
}

.tb_age {
  /* margin-top を明示的に 0 に */
  margin-top: 0;
}

.tb_age {
  font-size: 0.9em;
  color: #666;
}

/* 価格の表示 */
.tb_price {
  font-size: 1.4em;
}

.tb_unit {
  margin-left: 0.2em;
}

/* チケット購入ボタン */
.ticket_btn {
  display: block;
  background-color: #0078d7;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 12px;
  border-radius: 4px;
  margin-top: 30px;
}

.ticket_btn:hover {
  background-color: #005ea2;
}
a:hover {
  color: #ccc;
}
a:active {
  color: #ccc;
}

.ticket_btn .btn_inner .large {
  font-weight: bold;
  font-size: 1.2em;
}


/* ─────────────────────────────────────────────
   .tour_item：PC時に横幅1020pxで中央寄せ、Flexレイアウト
───────────────────────────────────────────── */
.tour_item {
  width: 1020px;        /* 横幅を固定 */
  margin: 0 auto;       /* 中央寄せ */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;            /* ボックス間の余白（左右合計で40pxになる） */
}

/* ─────────────────────────────────────────────
   .tour_item_inner：3つ並べたときに均等幅に
───────────────────────────────────────────── */
.tour_item_inner {
  /* flex: 0 0 auto でも可 */
  flex: 0 0 calc((100% - 40px) / 3);
  box-sizing: border-box;
}

/* ─────────────────────────────────────────────
   スマホ対応：幅100%で縦並び
───────────────────────────────────────────── */
@media screen and (max-width: 768px) {
  .tour_item {
    width: 100%;       /* 親も幅100%に */
    gap: 10px;         /* スマホ用に余白を縮めてもOK */
  }
  .tour_item_inner {
    flex: 0 0 100%;
  }
}

/*=======================================
	メインビジュアル
=======================================*/
.vaccination img {
    width: 100%;
    height: 100%;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 /* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*=======================================
	ツアーページへのリンク
=======================================*/
.ticket_link {
  text-align: center;
  padding: 50px 50px; /* 上下の余白をさらに広げる */
}

.ticket_link a {
  display: inline-block;
  background-color: #d90000;
  color: #ffffff;
  padding: 20px 40px;          /* ボタンを大きくする */
  text-decoration: none;
  border-radius: 8px;          /* 丸みも少し強調 */
  font-weight: bold;
  font-size: 20px;             /* 文字も少し大きめに */
  transition: background 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* 軽い影で目立たせる */
}

.ticket_link a:hover {
  background-color: #b80000;
}
/* スマホ対応 */
@media (max-width: 768px) {
  .ticket_link {
    padding: 50px 20px; /* スマホでは余白を少し縮小 */
  }

  .ticket_link a {
    width: 100%;           /* ボタンを横幅いっぱいに */
    max-width: 300px;      /* でも広がりすぎないように制限 */
    font-size: 18px;       /* 少し小さめの文字に */
    padding: 15px 20px;
  }
}