@charset "UTF-8";
.font80 {
  font-size: 0.8em;
}

/* ==========================================================
common
========================================================== */
@media (min-width: 1025px) {
  .wrapper {
    overflow: hidden;
  }
}
header#top201812 {
  top: 447px;
}
header#top201812 .header-logo {
  /* display: none; */
}
header#top201812 .header {
  top: 0;
}
header#top201812 .nav-global.only-pc {
  margin-left: 30px;
}
header#top201812 .nav-global.only-pc li {
  margin-right: 55px;
}
header#top201812 .nav-global.only-pc li:last-child {
  margin-right: 65px;
}

/*.nav-global li a .ico-01 {
    .is-default {
        opacity: 0;
    }

    .index {
        display: block;
        opacity: 1;
    }
}*/
.contents a:not(.btn-cmn-01) {
  color: #333;
}

.btn-top-01 a {
  width: 300px;
  margin: 0 auto;
  font-weight: normal;
  text-decoration: none;
}
.btn-top-01 a i {
  font-size: 1.05em;
}

@media screen and (max-width: 767px) {
  .btn-top-01 a {
    width: 250px;
    height: 40px;
    line-height: 40px;
  }
}
.btn-top-02 a {
  width: 400px;
  margin: 0 auto;
  font-weight: normal;
  text-decoration: none;
  height: auto;
}
.btn-top-02 a i {
  font-size: 1.05em;
}

@media screen and (max-width: 767px) {
  .btn-top-02 a {
    width: 250px;
    height: auto;
    line-height: 40px;
    margin-bottom: 5%;
  }
}
.btn-cmn-02 {
  display: block;
  height: auto;
  line-height: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #3ac0c4;
  color: #fff !important;
  border: solid 1px #3ac0c4;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  transition-property: all;
  transition: 0.3s linear;
  margin-bottom: 2%;
}

@media screen and (max-width: 767px) {
  .btn-cmn-02 {
    height: auto;
    margin: 0 auto;
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 2%;
  }
}
/* ==========================================================
#mainV
========================================================== */
#mainV {
  text-align: center;
  background-color: #e8e8db;
}

@media (min-width: 1025px) {
  #mainV {
    background-image: url(../img/top/mainVBg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  #mainV .only-pc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #mainV .only-sp {
    width: 100%;
  }
}
/* ==========================================================
.hero-top
========================================================== */
.hero-top {
  position: relative;
  overflow: hidden;
}

.box-slides-wrap {
  position: absolute;
  bottom: 10.5%;
  width: 100%;
}

.box-slides-01 {
  color: #fff;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.45);
}
.box-slides-01 .ttl-01 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 23px;
  font-family: 'Roboto', sans-serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
}
.box-slides-01 .ttl-01 span {
  display: block;
  padding-top: 13px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.box-slides-01 .ttl-01:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  width: 640px;
  height: 1px;
  border-bottom: 1px #fff solid;
  text-align: center;
}
.box-slides-01 .txt-01 {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: bold;
}
.box-slides-01 .btn-01 a {
  width: 250px;
  font-size: 14px;
  text-shadow: none;
}
.box-slides-01 .btn-01 a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background-color: #fff;
  color: #e35151 !important;
}

/* box-center */
.box-slides-wrap.box-center {
  top: 40%;
  left: 0;
  right: 0;
  bottom: inherit;
  text-align: center;
}
.box-slides-wrap.box-center .ttl-01:before {
  display: block;
  content: '';
  position: absolute;
  top: -84px;
  left: 50%;
  width: 136px;
  height: 198px;
  margin-left: -68px;
  background: url(../img/top/bg_map_01.png) center no-repeat;
}
.box-slides-wrap.box-center .ttl-01:after {
  left: 50%;
  margin-left: -320px;
}
.box-slides-wrap.box-center .box-slides-01 .btn-01 a {
  margin: 0 auto;
}
.box-slides-wrap.box-left {
  left: 220px;
  text-align: left;
}
.box-slides-wrap.box-left .ttl-01:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 12px;
  left: 506px;
  width: 136px;
  height: 198px;
  background: url(../img/top/bg_map_02.png) center no-repeat;
}
.box-slides-wrap.box-right {
  right: 220px;
  text-align: right;
}
.box-slides-wrap.box-right .ttl-01:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 12px;
  right: 419px;
  width: 136px;
  height: 198px;
  background: url(../img/top/bg_map_03.png) center no-repeat;
}
.box-slides-wrap.box-right .ttl-01:after {
  right: 0;
}
.box-slides-wrap.box-right .box-slides-01 .btn-01 {
  float: right;
}

/* box-left */
/* box-right */
@media screen and (max-width: 767px) {
  .hero-top .slides-container li {
    min-width: inherit !important;
  }

  .sliderWrap {
    padding-top: 55px;
  }

  .box-slides-wrap {
    bottom: 35px;
    left: 25px;
    right: 25px;
    width: auto;
  }

  .box-slides-01 {
    width: 100%;
  }
  .box-slides-01 .ttl-01 {
    padding-bottom: 18px;
    font-size: 28px;
  }
  .box-slides-01 .ttl-01 span {
    padding-top: 13px;
    font-size: 9px;
  }
  .box-slides-01 .ttl-01:after {
    left: 50%;
    margin-left: -63px;
    width: 125px;
  }
  .box-slides-01 .txt-01 {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .box-slides-01 .btn-01 a {
    width: auto;
    padding: 0.4em 1em;
    font-size: 13px;
    height: auto;
    display: inline-block;
  }

  /* box-center */
  .box-slides-wrap.box-center {
    top: initial;
    left: 25px;
    right: 25px;
    bottom: 6.17%;
    width: auto;
  }
  .box-slides-wrap.box-center .ttl-01:before {
    top: -62px;
    width: 68px;
    height: 99px;
    margin-left: -34px;
    background-size: 68px 99px;
  }
  .box-slides-wrap.box-center .ttl-01:after {
    margin-left: -63px;
  }
  .box-slides-wrap.box-center .box-slides-01 .btn-01 a {
    margin: 0 auto;
  }
  .box-slides-wrap.box-left {
    left: 25px;
    right: 25px;
    width: auto;
    text-align: center;
  }
  .box-slides-wrap.box-right {
    left: 25px;
    right: 25px;
    width: auto;
    text-align: center;
  }
  .box-slides-wrap.box-right .box-slides-01 .btn-01 {
    float: none;
  }
  .box-slides-wrap.box-left .ttl-01:before {
    top: -62px;
    left: 50%;
    bottom: initial;
    width: 68px;
    height: 99px;
    margin-left: -34px;
    background-size: 68px 99px;
  }
  .box-slides-wrap.box-right .ttl-01:before {
    top: -62px;
    left: 50%;
    right: initial;
    bottom: initial;
    width: 68px;
    height: 99px;
    margin-left: -34px;
    background-size: 68px 99px;
  }

  /* box-left */
  /* box-right */
  /* box-left */
  /* box-right */
}
/* ==========================================================
#reason
========================================================== */
@media screen and (min-width: 768px) {
  #reason {
    background-image: url(../img/top/reasonBgTop.jpg), url(../img/top/reasonBg.jpg);
    background-repeat: no-repeat, repeat-x;
    background-position: center top, left top;
    margin-top: 80px;
  }
  #reason .txt {
    width: 1200px;
    margin: auto;
    padding: 3% 0 3.5%;
  }
  #reason .txt h4 {
    font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
    font-size: 29px;
    margin-bottom: 2%;
  }
  #reason .txt h4 strong {
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
    margin-left: 0.3em;
    letter-spacing: 1px;
  }
  #reason .txt p {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  #reason .only-pc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #reason {
    background-image: url(../img/top/reasonBg_sp.jpg), url(../img/top/reasonBg.jpg);
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
  }
  #reason .txt {
    padding: 5% 4% 8%;
  }
  #reason .txt h4 {
    font-size: 15px;
    font-weight: bold;
  }
  #reason .txt h4 strong {
    font-size: 22px;
    display: block;
    font-weight: bold;
  }
  #reason .txt p {
    padding: 2% 2% 0 0;
    font-size: 15px;
    line-height: 1.8;
  }
}
/* ==========================================================
.sec-cmn-search-01
========================================================== */
.sec-cmn-search-01 {
  overflow: hidden;
  position: relative;
  background: url(../common/img/bg_map_01_pc.jpg) top center no-repeat;
  background-size: cover;
  -webkit-box-shadow: inset 0px 13px 13px -12px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 13px 13px -12px rgba(0, 0, 0, 0.75);
}
.sec-cmn-search-01 .box-ttl-01 {
  position: relative;
  margin: 0 auto;
  padding: 39px 0 10px;
  background-color: rgba(0, 0, 0, 0.5);
}
.sec-cmn-search-01 .box-form-wrap {
  position: relative;
}
.sec-cmn-search-01 .box-form-wrap:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 50%;
  width: 0;
  height: 0;
  margin-right: -10px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
}
.sec-cmn-search-01 .box-form-01 {
  position: relative;
  top: 10px;
  width: 100%;
  padding-bottom: 10px;
  background-color: rgba(164, 147, 124, 0.8);
}
.sec-cmn-search-01 .box-form-01:before, .sec-cmn-search-01 .box-form-01:after {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 50%;
  padding-bottom: inherit;
  background-color: inherit;
}
.sec-cmn-search-01 .box-form-01:before {
  right: 50%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}
.sec-cmn-search-01 .box-form-01:after {
  left: 50%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.sec-cmn-search-01 .box-form-in {
  width: 1020px;
  margin: 0 auto;
  padding-top: 25px;
}
.sec-cmn-search-01 .box-form-in ul {
  overflow: hidden;
  margin-right: -30px;
}
.sec-cmn-search-01 .box-form-in ul li {
  float: left;
  width: 320px;
  margin-right: 30px;
}
.sec-cmn-search-01 .box-form-in ul li dl dt {
  display: table;
  width: auto;
  margin: 0 auto 15px;
  text-align: center;
}
.sec-cmn-search-01 .box-form-in ul li dl dt .ico-01 {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
.sec-cmn-search-01 .box-form-in ul li dl dt .txt-01 {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.sec-cmn-search-01 .box-form-in .form-top-select-01,
.sec-cmn-search-01 .box-form-in .form-top-input-01 {
  width: 100%;
  height: 50px;
  vertical-align: middle;
  background-color: #fff;
  border: none;
  color: #333;
  outline: none;
}
.sec-cmn-search-01 .box-form-in .form-top-select-01 {
  padding: 14px 16px;
}
.sec-cmn-search-01 .box-form-in .form-top-input-01 {
  padding: 6px 22px;
}
.sec-cmn-search-01 .box-form-in ul li .txt-find-01 {
  margin-top: 6px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.sec-cmn-search-01 .box-btn-form-01 {
  position: relative;
  width: 100%;
  margin-top: 5px;
  padding-bottom: 30px;
}
.sec-cmn-search-01 .box-btn-form-01:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: rgba(164, 147, 124, 0.8);
  z-index: 1;
}
.sec-cmn-search-01 .box-btn-form-01 .btn-top-form-01 a {
  position: relative;
  z-index: 2;
  text-decoration: none;
  width: 140px;
  margin: 0 auto;
  font-weight: normal;
}
.sec-cmn-search-01 .box-btn-form-01 .btn-top-form-01 a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background-color: #fff;
  color: #e35151 !important;
}

@media screen and (max-width: 767px) {
  .sec-cmn-search-01 {
    height: auto;
    background: url(../common/img/bg_map_01_sp.jpg) top center no-repeat;
    background-size: cover;
  }
  .sec-cmn-search-01 .box-ttl-01 {
    position: relative;
    margin: 0 auto;
    height: auto;
    padding: 15px 0 1px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .sec-cmn-search-01 .box-form-wrap:before {
    margin-right: -5px;
    border-width: 5px 5px 0 5px;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  }
  .sec-cmn-search-01 .box-form-01 {
    position: relative;
    top: 5px;
    bottom: inherit;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
  }
  .sec-cmn-search-01 .box-form-in {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 15px 20px 0;
  }
  .sec-cmn-search-01 .box-form-in:before {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 50%;
    width: 0;
    height: 0;
    margin-right: -5px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: rgba(164, 147, 124, 0.8) transparent transparent transparent;
  }
  .sec-cmn-search-01 .box-form-in ul {
    margin: 0 0 -15px;
  }
  .sec-cmn-search-01 .box-form-in ul li {
    float: none;
    width: auto;
    margin: 0 0 15px;
  }
  .sec-cmn-search-01 .box-form-in ul li dl {
    display: table;
    width: 100%;
  }
  .sec-cmn-search-01 .box-form-in ul li dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 160px;
    margin: 0;
    padding-right: 35px;
    text-align: left;
  }
  .sec-cmn-search-01 .box-form-in ul li dl dt .ico-01 {
    width: 25px;
    padding-right: 5px;
  }
  .sec-cmn-search-01 .box-form-in ul li dl dt .ico-01 img {
    width: 100%;
  }
  .sec-cmn-search-01 .box-form-in ul li dl dt .txt-01 {
    font-size: 14px;
  }
  .sec-cmn-search-01 .box-form-in ul li dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  .sec-cmn-search-01 .box-form-in .form-top-select-01,
  .sec-cmn-search-01 .box-form-in .form-top-input-01 {
    height: 35px;
    font-size: 12px;
  }
  .sec-cmn-search-01 .box-form-in .form-top-select-01 {
    padding: 8px 9px;
  }
  .sec-cmn-search-01 .box-form-in .form-top-input-01 {
    padding: 8px 10px;
  }
  .sec-cmn-search-01 .box-form-in ul li.type-01 dt {
    display: block;
    width: auto;
    margin-bottom: 5px;
  }
  .sec-cmn-search-01 .box-form-in ul li.type-01 dd {
    display: block;
    width: auto;
  }
  .sec-cmn-search-01 .box-form-in ul li .txt-find-01 {
    margin-top: 5px;
    font-size: 10px;
    text-align: left;
  }
  .sec-cmn-search-01 .box-form-in ul li .txt-find-01 span {
    font-weight: bold;
  }
  .sec-cmn-search-01 .box-btn-form-01 {
    position: relative;
    top: 10px;
    width: 100%;
    margin: 0 0 10px;
    padding: 5px 0;
    background-color: rgba(173, 158, 137, 0.8);
  }
  .sec-cmn-search-01 .box-btn-form-01:before, .sec-cmn-search-01 .box-btn-form-01:after {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 50%;
    padding-bottom: inherit;
    background-color: inherit;
  }
  .sec-cmn-search-01 .box-btn-form-01:before {
    right: 50%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
  }
  .sec-cmn-search-01 .box-btn-form-01:after {
    top: initial;
    left: 50%;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
  }
  .sec-cmn-search-01 .box-btn-form-01 .btn-top-form-01 {
    padding: 5px 0 10px;
  }
  .sec-cmn-search-01 .box-btn-form-01 .btn-top-form-01 a {
    width: 100px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
  }
}
/* ==========================================================
.sec-top-01
========================================================== */
.sec-top-01 {
  padding: 80px 0 70px;
  background-color: #fff;
}
.sec-top-01.type-01 {
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .sec-top-01 {
    padding: 20px 0 45px;
  }
  .sec-top-01.type-01 {
    padding-bottom: 45px;
  }
}
/* list-top-01
---------------------------------------------------------- */
.list-top-01 {
  overflow: hidden;
  width: 1280px;
  margin: 0 auto 50px;
}
.list-top-01 li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 426px;
  height: 430px;
  margin: 0 1px 1px 0;
}
.list-top-01 li:nth-child(3n) {
  margin-right: 0;
}
.list-top-01 li a {
  display: block;
  position: relative;
  height: 430px;
}
.list-top-01 li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-top: 20px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 20px solid rgba(255, 255, 255, 0.5);
}
.list-top-01 li a .box-01 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 430px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.45);
  z-index: 5;
}
.list-top-01 li a .box-in {
  text-align: center;
  padding-top: 160px;
}
.list-top-01 li a .box-01 .ico-01 {
  display: block;
  width: 65px;
  margin: 0 auto 14px;
  line-height: 0;
}
.list-top-01 li a .box-01 .ico-01 img {
  width: 100%;
}
.list-top-01 li a .box-01 .txt-01 {
  font-size: 20px;
  font-weight: bold;
}
.list-top-01 li a .box-rollover-01 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 430px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.list-top-01 li a .box-rollover-01 .txt-01,
.list-top-01 li a .box-rollover-01 .txt-02,
.list-top-01 li a .box-rollover-01 .txtPrice {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.list-top-01 li a:hover .box-rollover-01 {
  width: 100%;
  padding: 50px 60px 40px;
  z-index: 4;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.list-top-01 li a:hover .box-rollover-01 .txt-01,
.list-top-01 li a:hover .box-rollover-01 .txtPrice,
.list-top-01 li a:hover .box-rollover-01 .txt-02 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  position: absolute;
  left: 60px;
  right: 60px;
}
.list-top-01 li a:hover .box-rollover-01 .txt-01 {
  top: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff1a5;
  text-align: center;
}
.list-top-01 li a:hover .box-rollover-01 .txtPrice {
  top: 260px;
  font-size: 18px;
  font-weight: bold;
  color: #fff1a5;
  text-align: center;
}
.list-top-01 li a:hover .box-rollover-01 .txt-02 {
  bottom: 40px;
  padding-top: 25px;
  font-size: 14px;
  color: #fff;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
}
.list-top-01 li a.imgOver:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.list-top-01.ver201812 li a:after {
  display: none;
}
.list-top-01.ver201812 li a .showTxt {
  position: absolute;
  bottom: 55px;
  left: 17px;
  right: 17px;
  height: 320px;
  background-color: rgba(255, 255, 255, 0.7);
}
.list-top-01.ver201812 li a .showTxt.opc08, .list-top-01.ver201812 li a .showTxt.fff80 {
  background-color: rgba(255, 255, 255, 0.8);
}
.list-top-01.ver201812 li a .showTxt.fff85 {
  background-color: rgba(255, 255, 255, 0.85);
}
.list-top-01.ver201812 li a .showTxt p {
  padding: 4px 28px;
}
.list-top-01.ver201812 li a .showTxt p.txt-01 {
  line-height: 1.6;
  margin: 20px 18px 0 0;
  font-size: 18px;
  font-weight: bold;
  background-image: url(../common/img/ico_arrow_03.png);
  background-repeat: no-repeat;
  background-size: 9px 16px;
  background-position: right center;
  padding-right: 20px;
}
.list-top-01.ver201812 li a .showTxt p.txt-price {
  font-size: 14px;
  text-align: right;
}
.list-top-01.ver201812 li a .showTxt p.txt-price span {
  display: inline-block;
  font-size: 12px;
  margin-right: 0.3em;
  color: #e35151;
}
.list-top-01.ver201812 li a .showTxt p.txt-02 {
  font-size: 14px;
}
.list-top-01.ver201812 li a .showTxt .reference {
  padding: 4px 28px;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .list-top-01.ver201812 li a .showTxt .reference {
    font-size: 12px;
    padding: 0 4% 2%;
  }
}
.list-top-01.ver201812 li a .showTxt .reference .heading {
  width: 3em;
  padding: 0.4em;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  background-color: #636363;
}
.list-top-01.ver201812 li a .showTxt .reference dl {
  width: calc(100% - 3.5em);
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .list-top-01.ver201812 li a .showTxt .reference dl {
    font-size: 12px;
  }
}
.list-top-01.ver201812 li a .showTxt .reference dl em {
  display: inline-block;
  width: 3.5em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .list-top-01.ver201812 li a .showTxt .reference dl em {
    font-size: 12px;
  }
}
.list-top-01.ver201812 li a .showTxt .reference dl span {
  font-size: 1.2em;
  padding-right: 0.1em;
}
@media screen and (max-width: 767px) {
  .list-top-01.ver201812 li a .showTxt .reference dl span {
    font-size: 1.15em;
  }
}
.list-top-01.ver201812 li a:hover .showTxt {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .list-top-01 {
    overflow: hidden;
    width: auto;
    margin: 0 15px 20px;
  }
  .list-top-01 li {
    width: 50%;
    padding: 0 3px 5px;
    height: auto;
    margin: 0;
  }
  .list-top-01 li:nth-child(3n) {
    margin-right: 0;
  }
  .list-top-01 li a {
    display: block;
    height: auto;
  }
  .list-top-01 li a:after {
    border-top: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.5);
  }
  .list-top-01 li a img {
    width: 100%;
  }
  .list-top-01 li a .box-01 {
    display: block;
    vertical-align: middle;
    position: absolute;
    top: inherit;
    bottom: 14px;
    width: 100%;
    height: auto;
  }
  .list-top-01 li a .box-in {
    display: block;
  }
  .list-top-01 li a .box-01 .ico-01 {
    width: 54px;
    margin-bottom: 4px;
  }
  .list-top-01 li a .box-01 .txt-01 {
    font-size: 16px;
  }
  .list-top-01 li a .box-01 .txt-02 {
    font-size: 12px;
  }
  .list-top-01 li a .box-rollover-01 {
    display: none;
  }
  .list-top-01.ver201812 {
    margin: 0 2% 2%;
  }
  .list-top-01.ver201812 li {
    width: 100%;
    float: none;
    margin-bottom: 2%;
  }
  .list-top-01.ver201812 li a .showTxt {
    position: absolute;
    bottom: 1.8%;
    left: 1.5%;
    right: 1.5%;
    height: auto;
  }
  .list-top-01.ver201812 li a .showTxt p {
    padding: 0 4% 2%;
  }
  .list-top-01.ver201812 li a .showTxt p.txt-01 {
    line-height: 1.4;
    margin: 2.2% 12px 0 0;
    font-size: 14px;
    background-size: 7px 13px;
  }
  .list-top-01.ver201812 li a .showTxt p.txt-price {
    padding: 0.3% 4% 0.6%;
    font-size: 12px;
  }
  .list-top-01.ver201812 li a .showTxt p.txt-price span {
    font-size: 11px;
  }
  .list-top-01.ver201812 li a .showTxt p.txt-02 {
    font-size: 12px;
    line-height: 1.4;
  }
}
/* sec-top-02
---------------------------------------------------------- */
.sec-top-02 {
  padding: 79px 0 70px;
  background-color: #faf8f3;
}
.sec-top-02 a {
  text-decoration: none;
}
.sec-top-02 .bx-wrapper {
  position: relative;
}
.sec-top-02 .bx-wrapper .bx-controls-direction .bx-prev {
  left: -70px;
}
.sec-top-02 .bx-wrapper .bx-controls-direction .bx-next {
  right: -70px;
}
.sec-top-02 .ttl-cmn-02 span {
  font-size: 17px;
  display: block;
  font-weight: normal;
}
.sec-top-02#rare .bx-controls {
  display: none;
}

@media screen and (max-width: 767px) {
  .sec-top-02 {
    min-width: 100%;
    padding: 20px 0 45px;
  }
  .sec-top-02 .bx-controls-direction {
    display: none;
  }
  .sec-top-02 .ttl-cmn-02 span {
    font-size: 14px;
    display: block;
  }
}
/* box-top-information-01
---------------------------------------------------------- */
.box-top-information-01 {
  width: 1280px;
  margin: 0 auto;
}
.box-top-information-01 .col-01 {
  float: left;
  width: 610px;
}
.box-top-information-01 .col-02 {
  float: right;
  width: 610px;
}
.box-top-information-01 .col-02 .btn-information-01 a.btn-cmn-01:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background-color: #fff;
  color: #e35151 !important;
}

.ttl-information-01 {
  margin-bottom: 20px;
  padding: 21px 0 21px 170px;
  background: url(../img/top/ico_information_01.png) left center no-repeat;
  font-size: 32px;
  font-weight: bold;
  color: #633a10;
}

.box-information-01 {
  margin-bottom: 30px;
  padding: 20px 0;
  background: url(../img/top/bg_line_01.png) left top repeat-x, url(../img/top/bg_line_01.png) left bottom repeat-x;
}

.list-information-01 {
  overflow-y: scroll;
  height: 160px;
}
.list-information-01 dl {
  overflow: hidden;
}
.list-information-01 dl:not(:last-child) {
  margin-bottom: 15px;
}
.list-information-01 dl dt {
  float: left;
  width: 90px;
  margin-right: 20px;
  color: #b89f7e;
}
.list-information-01 dl dd {
  overflow: hidden;
}

.btn-information-01 a {
  width: 150px;
  margin: 0 auto;
  font-size: 12px;
  text-decoration: none;
}

.box-question-01 {
  position: relative;
  margin-top: 20px;
}
.box-question-01:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 65.574%;
}
.box-question-01 .ico-01 {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -45px;
  z-index: 2;
}
.box-question-01 .img-01 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.box-question-01 .box-detail-01 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding-top: 46px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.box-question-01 .box-detail-01 dl {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.45);
}
.box-question-01 .box-detail-01 dl dt {
  margin-bottom: 15px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
}
.box-question-01 .box-detail-01 dl dd {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .box-top-information-01 {
    width: auto;
    margin: 0 20px;
  }
  .box-top-information-01 .col-01 {
    float: none;
    width: auto;
    margin-bottom: 65px;
  }
  .box-top-information-01 .col-02 {
    float: none;
    width: auto;
  }

  .ttl-information-01 {
    margin-bottom: 12px;
    padding: 50px 0 0;
    background-position: top center;
    background-size: 45px 45px;
    font-size: 18px;
    text-align: center;
  }

  .box-information-01 {
    margin-bottom: 15px;
  }

  .list-information-01 {
    height: 250px;
  }
  .list-information-01 li:not(:last-child) {
    margin-bottom: 20px;
  }
  .list-information-01 li dl dt {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .list-information-01 li dl dd {
    overflow: hidden;
  }

  .btn-information-01 a {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .box-question-01 {
    position: relative;
    margin-top: 20px;
  }
  .box-question-01:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 89.55%;
  }
  .box-question-01 .ico-01 {
    width: 45px;
    margin-left: -23px;
  }
  .box-question-01 .ico-01 img {
    width: 100%;
  }
  .box-question-01 .img-01 img {
    width: 100%;
  }
  .box-question-01 .box-detail-01 {
    padding-top: 10px;
  }
  .box-question-01 .box-detail-01 dl {
    margin-bottom: 37px;
    text-align: center;
    color: #fff;
  }
  .box-question-01 .box-detail-01 dl dt {
    margin-bottom: 33px;
    font-size: 30px;
  }
  .box-question-01 .box-detail-01 dl dd {
    font-size: 13px;
  }
}
/* ==========================================================
sec-top-information-01
========================================================== */
.sec-top-information-01 a {
  text-decoration: none;
}
.sec-top-information-01 .box-ttl-journey-in {
  display: table;
  width: 100%;
  height: 300px;
  background: url(../img/top/bg_journey_01.jpg) top center no-repeat;
  background-size: cover;
}
.sec-top-information-01 .box-ttl-journey-01 .ttl-01 {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
.sec-top-information-01 .box-ttl-journey-01 .ttl-01 .txt-01 {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 24px;
}
.sec-top-information-01 .box-content-journey-01 {
  width: 100%;
  height: 550px;
  background-size: cover;
}
.sec-top-information-01 .list-journey-01 {
  position: relative;
  top: -40px;
  overflow: hidden;
  width: 1008px;
  margin: 0 auto;
  text-align: center;
}
.sec-top-information-01 .list-journey-01 li {
  position: relative;
  float: left;
  width: 300px;
  height: 300px;
  margin-right: 52px;
}
.sec-top-information-01 .list-journey-01 li:last-child {
  margin-right: 0 !important;
}
.sec-top-information-01 .list-journey-01 li dl {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  font-weight: bold;
}
.sec-top-information-01 .list-journey-01 li dl dt {
  margin-bottom: 19px;
  font-family: Yellowtail;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.sec-top-information-01 .list-journey-01 li dl dd {
  display: table;
  width: 100%;
  font-size: 20px;
}
.sec-top-information-01 .list-journey-01 li dl dd span {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.15em;
}
.sec-top-information-01 .box-content-journey-01 .txt-journey-01 {
  margin-bottom: 67px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.45);
}
.sec-top-information-01 .box-content-journey-01 .btn-journey-01 a {
  width: 400px;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  text-decoration: none;
}
.sec-top-information-01 .box-content-journey-01 .btn-journey-01 a i {
  font-size: 0.9em;
}
.sec-top-information-01 .box-content-journey-01 .btn-journey-01 a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background-color: #fff;
  color: #e35151 !important;
}
.sec-top-information-01.ver201812 .sec-top-journey-01 {
  background-image: url(../img/top/order_201812.jpg), url(../img/top/order_bg.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center top, left top;
  padding-bottom: 40px;
}
.sec-top-information-01.ver201812 .sec-top-journey-01::after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
}
.sec-top-information-01.ver201812 .sec-top-journey-01 .box-ttl-journey-in {
  background: none;
  height: auto;
}
.sec-top-information-01.ver201812 .sec-top-journey-01 .box-ttl-journey-in .ttl-01 {
  padding: 50px 0;
}
.sec-top-information-01.ver201812 .sec-top-journey-01 .box-ttl-journey-in .ttl-01 .txt-01 {
  font-size: 18px;
}
.sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 {
  height: auto;
}
.sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 .list-journey-01 {
  width: 652px;
  top: -30px;
  margin-bottom: 10px;
}
.sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 .list-journey-01 li {
  width: 192px;
  height: 192px;
  margin-right: 38px;
}
.sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 .list-journey-01 li dl {
  top: 30px;
}
.sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 .list-journey-01 li dl dt {
  font-size: 18px;
  margin-bottom: 7px;
}
.sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 .list-journey-01 li dl dd {
  font-size: 19px;
}
.sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 .list-journey-01 li dl dd span {
  letter-spacing: 0;
  line-height: 1.5;
}
.sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 .txt-journey-01 {
  width: 49%;
  padding: 10px 1% 0 0;
  margin: 0;
  text-align: right;
  float: left;
}
.sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 .btn-journey-01 {
  width: 49%;
  padding-right: 1%;
  text-align: left;
  float: right;
}
.sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 .btn-journey-01 a {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .sec-top-information-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .sec-top-information-01 .sec-top-journey-01 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .sec-top-information-01 .sec-top-01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .sec-top-information-01 .box-ttl-journey-01 {
    position: relative;
  }
  .sec-top-information-01 .box-ttl-journey-01:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 40%;
  }
  .sec-top-information-01 .box-ttl-journey-01 .box-ttl-journey-in {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: auto;
    background: url(../img/top/bg_journey_01_sp.jpg) top center no-repeat;
    background-size: cover;
  }
  .sec-top-information-01 .box-ttl-journey-01 .ttl-01 {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 24px;
  }
  .sec-top-information-01 .box-ttl-journey-01 .ttl-01 .txt-01 {
    font-size: 12px;
  }
  .sec-top-information-01 .box-content-journey-01 {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    background-size: cover;
  }
  .sec-top-information-01 .list-journey-01 {
    overflow: inherit;
    top: 0;
    width: auto;
    height: 140px;
    margin: 0 20px;
    padding-top: 45%;
  }
  .sec-top-information-01 .list-journey-01 li {
    position: absolute;
    float: none;
    width: 40%;
    height: auto;
    margin-right: 0;
    z-index: 3;
  }
  .sec-top-information-01 .list-journey-01 li img {
    width: 100%;
  }
  .sec-top-information-01 .list-journey-01 li:last-child {
    margin-right: 0;
  }
  .sec-top-information-01 .list-journey-01 li.type-01 {
    top: 25px;
    left: 0px;
  }
  .sec-top-information-01 .list-journey-01 li.type-02 {
    top: -35px;
    left: 50%;
    margin-left: -20%;
  }
  .sec-top-information-01 .list-journey-01 li.type-03 {
    top: 25px;
    right: 0px;
  }
  .sec-top-information-01 .list-journey-01 li dl {
    font-weight: bold;
    top: 18%;
  }
  .sec-top-information-01 .list-journey-01 li dl dt {
    margin-bottom: 8px;
    font-size: 3vw;
  }
  .sec-top-information-01 .list-journey-01 li dl dd {
    font-size: 3vw;
  }
  .sec-top-information-01 .list-journey-01 li dl dd span {
    display: table-cell;
    vertical-align: middle;
    letter-spacing: normal;
  }
  .sec-top-information-01 .box-content-journey-01 .txt-journey-01 {
    margin-bottom: 65px;
    font-size: 18px;
  }
  .sec-top-information-01 .box-content-journey-01 .btn-journey-01 a {
    width: 180px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
  .sec-top-information-01.ver201812 .sec-top-journey-01 {
    background-image: url(../img/top/order_img_sp.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 0;
  }
  .sec-top-information-01.ver201812 .sec-top-journey-01 .box-ttl-journey-01:after {
    display: none;
  }
  .sec-top-information-01.ver201812 .sec-top-journey-01 .box-ttl-journey-01 .box-ttl-journey-in .ttl-01 {
    top: 26%;
    padding: 4% 0 0;
    font-size: 6.5vw;
  }
  .sec-top-information-01.ver201812 .sec-top-journey-01 .box-ttl-journey-01 .box-ttl-journey-in .ttl-01 .txt-01 {
    font-size: 3.125vw;
  }
  .sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 {
    position: relative;
  }
  .sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 .list-journey-01 {
    position: relative;
    width: 96%;
    height: auto;
    margin: auto;
    padding: 0;
    top: 0;
    margin-top: -17%;
  }
  .sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 .list-journey-01::after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
  }
  .sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 .list-journey-01 li {
    width: 36% !important;
    height: auto !important;
    margin: 0;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    float: left;
  }
  .sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 .list-journey-01 li:nth-child(2) {
    margin: 0 -4%;
  }
  .sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 .list-journey-01 li:nth-child(2) dd {
    padding-top: 2.7%;
  }
  .sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 .list-journey-01 li dl {
    top: 12%;
  }
  .sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 .list-journey-01 li dl dt {
    font-size: 3.125vw;
    margin-bottom: 2.5%;
  }
  .sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 .list-journey-01 li dl dd {
    font-size: 3.75vw;
  }
  .sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 p.txt-journey-01, .sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 p.btn-journey-01 {
    width: auto;
    float: none;
    text-align: center;
    padding: 2% 0 0;
  }
  .sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 p.txt-journey-01::after, .sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 p.btn-journey-01::after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
  }
  .sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 p.txt-journey-01 {
    line-height: 1.3;
    font-size: 5vw;
  }
  .sec-top-information-01.ver201812 .sec-top-journey-01 .box-content-journey-01 p.btn-journey-01 a {
    margin: auto;
  }
}
/* list-top-slider-01
---------------------------------------------------------- */
.list-top-slider-wrap {
  position: relative;
  width: 1280px;
  margin: 0 auto 40px;
}

.list-top-slider-01 li,
.list-top-slider-01-sp li {
  float: left;
  width: 360px;
}

.list-top-slider-01 li a,
.list-top-slider-01-sp li a {
  display: block;
  text-align: center;
}

.list-top-slider-01 li a:hover,
.list-top-slider-01-sp li a:hover {
  text-decoration: none;
}

.list-top-slider-01 li a .ttl-01,
.list-top-slider-01-sp li a .ttl-01 {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 130px;
  max-width: 360px;
  height: 25px;
  line-height: 25px;
  margin: 0 auto 10px;
  padding: 0 12px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.list-top-slider-01 li a .ttl-01:before, .list-top-slider-01 li a .ttl-01:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.list-top-slider-01-sp li a .ttl-01:before, .list-top-slider-01-sp li a .ttl-01:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.list-top-slider-01 li a .ttl-01:before,
.list-top-slider-01-sp li a .ttl-01:before {
  left: 0;
  border-width: 12.5px 0 12.5px 6px;
  border-color: transparent transparent transparent #faf8f3;
}

.list-top-slider-01 li a .ttl-01:after {
  right: 0;
  border-width: 12.5px 6px 12.5px 0;
  border-color: transparent #faf8f3 transparent transparent;
}

.list-top-slider-01-sp li a .ttl-01:after {
  right: 0;
  border-width: 12.5px 6px 12.5px 0;
  border-color: transparent #faf8f3 transparent transparent;
}
.list-top-slider-01-sp li a .ttl-01.two_stage {
  line-height: 1.6;
  height: 4em;
}
.list-top-slider-01-sp li a .ttl-01.two_stage:before {
  border-width: 18px 0 18px 6px;
}
.list-top-slider-01-sp li a .ttl-01.two_stage:after {
  border-width: 18px 6px 18px 0;
}

.list-top-slider-01 li a .txt-01,
.list-top-slider-01-sp li a .txt-01 {
  font-weight: bold;
}

.list-top-slider-01 li.type-01 a .ttl-01,
.list-top-slider-01-sp li.type-01 a .ttl-01 {
  background-color: #7b5232;
}

.list-top-slider-01 li.type-02 a .ttl-01,
.list-top-slider-01-sp li.type-02 a .ttl-01 {
  background-color: #cf802c;
}

.list-top-slider-01 li.type-03 a .ttl-01,
.list-top-slider-01-sp li.type-03 a .ttl-01 {
  background-color: #5b942d;
}

.box-slides-recommended-01 {
  position: relative;
  margin-bottom: 20px;
}
.box-slides-recommended-01:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 69.44%;
}
.box-slides-recommended-01:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-top: 20px solid transparent;
  border-bottom: 0 solid transparent;
  border-right: 20px solid rgba(255, 255, 255, 0.5);
}
.box-slides-recommended-01 figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.box-slides-recommended-01 figure img {
  width: 100%;
}
.box-slides-recommended-01 .box-txt-01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-align: center;
}
.box-slides-recommended-01 .box-txt-01 dt {
  font-size: 20px;
  font-weight: bold;
}
.box-slides-recommended-01 .box-txt-01 dd {
  font-weight: 300;
}

.bx-wrapper {
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.bx-controls-direction a {
  display: block;
  position: absolute;
  top: 100px;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}
.bx-controls-direction a:hover {
  -ms-filter: 'alpha( opacity=70)';
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.bx-controls-direction .bx-prev {
  left: 0;
  background: url(../img/top/ico_prev_slide_01.png) left center no-repeat;
}
.bx-controls-direction .bx-next {
  right: 0;
  background: url(../img/top/ico_next_slide_01.png) left center no-repeat;
}

@media screen and (max-width: 767px) {
  .list-top-slider-wrap {
    width: auto;
    margin: 0 20px 25px;
  }

  .list-top-slider-01-sp li {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  .list-top-slider-01-sp li:last-child {
    margin-bottom: 0;
  }
  .list-top-slider-01-sp li a {
    position: relative;
    overflow: hidden;
    background-color: #fff;
  }
  .list-top-slider-01-sp li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    border-top: 10px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0.1);
  }
  .list-top-slider-01-sp li a .box-detail-01 {
    overflow: hidden;
    padding: 15px;
  }
  .list-top-slider-01-sp li a .ttl-01 {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    font-size: 9px;
  }
  .list-top-slider-01-sp li a .ttl-01:before {
    border-color: transparent transparent transparent #fff;
  }
  .list-top-slider-01-sp li a .ttl-01:after {
    border-color: transparent #fff transparent transparent;
  }
  .list-top-slider-01-sp li a .txt-01 {
    font-size: 12px;
    text-align: left;
    line-height: 1.8;
  }

  .box-slides-recommended-01 {
    overflow: hidden;
    margin-bottom: 0px;
    float: left;
    width: 43.3%;
  }
  .box-slides-recommended-01:before {
    padding-top: 86.21%;
  }
  .box-slides-recommended-01:after {
    display: none;
  }
  .box-slides-recommended-01 figure {
    width: 100%;
    overflow: hidden;
  }
  .box-slides-recommended-01 figure img {
    width: 140%;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .box-slides-recommended-01 .box-txt-01 dt {
    font-size: 16px;
    line-height: 1.2;
  }
  .box-slides-recommended-01 .box-txt-01 dd {
    font-size: 12px;
  }
}
/* pマークの下にバナー入れる時
---------------------------------------------------------- */
.footer_bnr {
  background: #f1f1f1;
}
.footer_bnr p {
  max-width: 1280px;
  width: auto;
  padding: 1.5em 0;
  margin: 0 auto;
}
.footer_bnr a {
  width: auto;
  margin: 0 3%;
  display: inline-block;
  text-align: center;
}
.footer_bnr a img {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
.footer_bnr a img:hover {
  cursor: pointer !important;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .footer_bnr p {
    margin: 0;
    padding: 1.7em 0;
    text-align: center;
  }
  .footer_bnr a {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.7em;
  }
  .footer_bnr a:last-child {
    margin-bottom: 0;
  }
  .footer_bnr a img {
    width: 80%;
  }
}
/* 休業案内
---------------------------------------------------------- */
#kyugyo {
  background-color: #fff;
  max-width: 1100px;
  margin: 1% auto 3%;
  border: 3px solid #c20;
  padding: 2% 4%;
  text-align: center;
  font-size: 1.08em;
  width: auto;
}
#kyugyo br.sp-none {
  display: inline-block;
}
#kyugyo .img_goto img {
  max-width: 100%;
}
#kyugyo .ttl {
  font-size: 1.25em;
  margin-bottom: 2%;
  font-weight: bold;
  text-align: center;
}
#kyugyo .kikanWrap {
  padding: 0.8em 1%;
  margin: 0.5em 0 1.8em;
}
#kyugyo .tantouWrap {
  background-color: #f3f3f3;
  padding: 2%;
  display: inline-block;
  margin-bottom: 1em;
}
#kyugyo .kikan {
  font-weight: bold;
  font-size: 1.08em;
  margin: 0.8em 0;
}
#kyugyo.info {
  border-width: 2px;
  max-width: 900px;
}
#kyugyo.info .ttl {
  color: #339;
}
#kyugyo.info .txt,
#kyugyo.info .add_wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#kyugyo.info .txt {
  margin-top: 2em;
  width: 550px;
}
#kyugyo.info .add_wrap {
  width: 500px;
  background-color: #f3f3f3;
  margin-top: 2.5em;
  padding: 1.5em 2.5em;
}
#kyugyo.info .add_wrap .add {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#kyugyo.info .add_wrap p:first-child {
  font-size: 1.02em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#kyugyo.info .cssGrid {
  width: 80%;
  padding: 0;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(200px, 1fr);
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
#kyugyo.info .cssGrid.add_wrap {
  background-color: #fff;
}
#kyugyo.info .cssGrid.add_wrap .add {
  padding: 1em;
  width: auto;
  margin: 0 1em 1em;
  background-color: #f3f3f3;
}
#kyugyo.info .cssGrid.add_wrap .add:not(#new) p {
  font-weight: normal;
}
#kyugyo .b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(254, 254, 152, 0)), color-stop(90%, #fefe98));
  background: linear-gradient(rgba(254, 254, 152, 0) 30%, #fefe98 90%);
}

@media screen and (min-width: 768px) {
  #kyugyo {
    margin-top: 90px;
    padding: 1.8% 3%;
    text-align: center;
    max-width: 1050px;
  }
  #kyugyo .kikanWrap {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  #kyugyo {
    margin: 7% 2%;
    padding: 4% 5%;
    text-align: left;
  }
  #kyugyo br.sp-none {
    display: none;
    font-size: 0;
  }
  #kyugyo .ttl {
    font-size: 1.08em;
  }
  #kyugyo p:not(.ttl) {
    text-align: left;
  }
  #kyugyo .kikanWrap,
  #kyugyo .font80,
  #kyugyo .tantouWrap {
    display: block;
  }
  #kyugyo.info .txt {
    margin-top: 1em;
  }
  #kyugyo.info .add_wrap {
    margin-top: 1em;
    padding: 1em;
  }
  #kyugyo.info .add_wrap .add {
    width: 100%;
  }
  #kyugyo.info .cssGrid {
    width: 100%;
  }
  #kyugyo.info .cssGrid.add_wrap .add {
    margin: 0 0 1em;
  }
}
/* ご案内文書
---------------------------------------------------------- */
.notes {
  font-size: 1.5em;
  position: relative;
  max-width: 1100px;
  width: auto;
  margin: 3% auto 5%;
  border: 3px #b89f7e solid;
  padding: 1.5em 2em;
}
.notes .clear:after {
  display: block;
  contet: " ";
  clear: both;
}
.notes .ttl {
  display: block;
  font-size: 1.12em;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 1em;
  margin: 0;
  background-color: #fff;
  -webkit-transform: translateY(-50%) translateX(2em);
  transform: translateY(-50%) translateX(2em);
}
.notes .ttl i {
  margin-right: 0.2em;
}
.notes .campaign {
  margin: 1.2em 0 2em;
  color: #111;
}
.notes .campaign dt,
.notes .campaign dd {
  background-image: url(../common/img/bg_line_dot_02.png);
  background-repeat: repeat-x;
  background-position: bottom left;
}
.notes .campaign dt {
  width: 10em;
  float: left;
  display: block;
}
.notes .campaign dt span {
  /*background-color: #fff;*/
  padding: 0 1em;
}
.notes .campaign dt span:before {
  font-family: fontAwesome;
  content: '\f072';
  color: #498816;
  margin-right: 1em;
}
.notes .campaign dd {
  margin-left: 11em;
  margin-bottom: 0.7em;
}
.notes .toPDF {
  padding: 0;
  text-align: center;
}
.notes .toPDF a {
  background-color: #333399;
  border: 1px solid #333399;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0.6em 2.2em;
}
.notes .toPDF a i {
  margin-left: 0.5em;
  font-size: 1.08em;
}
.notes .toPDF a:hover {
  opacity: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transition-property: all;
  transition-property: all;
  color: #333399;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .notes {
    margin: 7% 0;
    font-size: 1.3em;
    padding: 2em 2%;
  }
  .notes .ttl {
    font-size: 1.08em;
    padding: 0 0.5em;
    -webkit-transform: translateY(-50%) translateX(0.5em);
    transform: translateY(-50%) translateX(0.5em);
  }
  .notes p:not(.ttl) {
    text-align: left;
  }
  .notes .campaign dt,
  .notes .campaign dd {
    background-image: none;
    display: block;
    width: auto;
    margin: 0;
  }
  .notes .campaign dt {
    float: none;
  }
  .notes .campaign dt:first-child {
    border-top: dotted 1px #b89f7e;
  }
  .notes .campaign dd {
    text-align: center;
    border-bottom: dotted 1px #b89f7e;
  }
  .notes .toPDF a {
    width: 80%;
  }
  .notes .toPDF a i {
    margin-left: 0.5em;
    font-size: 1.08em;
  }
  .notes .toPDF a:hover {
    opacity: 1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-transition-property: all;
    transition-property: all;
    color: #333399;
    background-color: #fff;
  }
}
/* メインビジュアル下のコンタクト
---------------------------------------------------------- */
.top_contact {
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #faf8f3;
}
.top_contact .txt-contact-01 {
  font-size: 35px;
  margin-bottom: 20px;
}
.top_contact .box-contact-in {
  border: none;
}

@media screen and (max-width: 767px) {
  .top_contact {
    margin: 0 auto;
  }
  .top_contact.border3px {
    padding: 1em;
  }
  .top_contact .txt-contact-01 {
    background: none;
    padding-bottom: 0;
    font-size: 1.6em;
    margin-bottom: 0.5em;
  }
  .top_contact .box-contact-tel-01 .col-01 {
    margin-bottom: 0.7em;
  }
  .top_contact .box-contact-in {
    padding: 1.2em;
  }
}
/*180921追記*/
.bxSnone .box-slides-recommended-01 figure img {
  height: 100%;
  width: auto;
}
.bxSnone li.bx-clone {
  display: none !important;
}

.bx-controls-direction .bx-next,
.bx-controls-direction .bx-prev {
  border: 1px solid #7b5232;
  border-radius: 5px;
}

.bgColorNone {
  background-color: #fff;
}

.sec-top-01.type-01 {
  background-color: #faf8f3;
}
.sec-top-01.type-01 .box-top-information-01 .col-01 {
  padding: 1em;
  background-color: #fff;
  margin-top: 20px;
}

.box-information-01 {
  margin-bottom: 20px;
}

.ttl-01.ttl_rare {
  letter-spacing: 1px;
  font-size: 12px;
}

.btn-top-01.toComTokyo {
  margin-top: 2.7em;
}
.btn-top-01.toComTokyo a {
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  #rare #rareTour .box-slides-recommended-01:before {
    padding-top: 0;
  }
  #rare #rareTour .box-slides-recommended-01 figure.trimImg {
    position: relative;
    width: 100%;
    padding-top: 74%;
    overflow: hidden;
    margin: -1px auto 0;
  }
  #rare #rareTour .box-slides-recommended-01 figure.trimImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: 150% !important;
    max-height: 150% !important;
  }
  #rare #rareTour .box-slides-recommended-01 .list-top-slider-01 li {
    padding-top: 4%;
  }
}
/*ツアー内テキスト高さ調整-------------------*/
@media screen and (min-width: 768px) {
  .onPc-mt20 {
    margin-top: -20px;
  }
}
@media screen and (min-width: 768px) {
  .newproject {
    text-align: center;
    margin: 50px 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .newproject {
    width: 100%;
  }
}
/*PCR検査バナー-------------------*/
.knsbnr img {
  max-width: 100%;
}
.knsbnr .txt {
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .knsbnr .txt {
    width: 1200px;
    padding: 3% 0 3.5%;
  }
}
@media screen and (max-width: 767px) {
  .knsbnr .txt {
    padding: 0 8% 10%;
  }
}
@media screen and (min-width: 768px) {
  .knsbnr .only-pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .knsbnr .only-pc {
    display: none;
    font-size: 0;
  }
}
@media screen and (min-width: 768px) {
  .knsbnr .only-sp {
    display: none;
    font-size: 0;
  }
}
@media screen and (max-width: 767px) {
  .knsbnr .only-sp {
    display: block;
  }
}
/*中南米各国のコロナ情報-------------------*/
#aftercorona_conts {
  margin: 90px 0 0;
}
#aftercorona_conts .ac_inner {
  margin: auto;
  width: 98%;
}
#aftercorona_conts .ac_bnr {
  position: relative;
  margin: auto;
}
#aftercorona_conts .ac_img {
  background-color: #fff;
  border: 8px solid #eee;
}
#aftercorona_conts .ac_img img {
  width: 100%;
  opacity: 0.2;
}
#aftercorona_conts .ac_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
#aftercorona_conts .ac_ttl {
  font-size: 2rem;
  margin-bottom: 1.1rem;
}
#aftercorona_conts .ac_ttl strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(40, 156, 193, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0) 80%, rgba(40, 156, 193, 0.7) 80%);
  display: inline-block;
  padding: 0 0.3em 0;
  font-weight: 600;
}
#aftercorona_conts .ac_txt_in {
  width: 98%;
  margin: auto;
}
#aftercorona_conts .ac_txt_in .ac_text_head {
  margin-bottom: 0.8rem;
  font-size: 108%;
  line-height: 1.4;
}
#aftercorona_conts .ac_txt_in .ac_text_head i {
  vertical-align: baseline;
  margin-right: 2px;
}
#aftercorona_conts .ac_txt_in .ac_text_head strong {
  font-weight: 700;
}
#aftercorona_conts .ac_txt_in .ac_text_head + ul li {
  line-height: 1.3;
}
#aftercorona_conts .ac_txt_in .ac_text_head + ul li:not(:last-child) {
  margin-bottom: 0.3em;
}
#aftercorona_conts .ac_txt_in .ac_btn {
  text-align: center;
  margin-top: 50px;
}
#aftercorona_conts .ac_txt_in .ac_btn a {
  display: inline-block;
  font-size: 1.3rem;
  background-color: #fff;
  border: 1px solid #289cc1;
  font-weight: 500;
}
#aftercorona_conts .ac_txt_in .ac_btn a i {
  font-size: 0.7em;
  vertical-align: middle;
  margin-left: 0.5em;
}
#aftercorona_conts.ver202301 .ac_bnr {
  margin-top: 6%;
  border: 8px solid #eee;
  background-image: url(/img/top/bnr_top_aftercorona_pc.jpg);
  background-size: 100% auto;
  position: relative;
  z-index: 0;
}
#aftercorona_conts.ver202301 .ac_bnr:after {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
#aftercorona_conts.ver202301 .ac_bnr .txt {
  position: relative;
  padding: 2% 3%;
  font-size: 1.6rem;
  color: #c20;
  margin-bottom: 0.2rem;
  text-align: center;
  z-index: 2;
}
#aftercorona_conts.ver202301 .ac_bnr .txt h4 strong {
  font-weight: 600;
}
#aftercorona_conts.ver202301 .ac_bnr .ac_txt_in {
  width: auto;
}
#aftercorona_conts.ver202301 .ac_bnr .ac_btn {
  margin-top: 0.8rem;
}
#aftercorona_conts.ver202301 .ac_bnr .ac_btn a {
  font-size: 1rem;
}

@media (max-width: 767px) {
  #aftercorona_conts {
    margin: 8vw 0 4vw;
  }
  #aftercorona_conts.ver202301 {
    margin: 6vw 2vw;
  }
  #aftercorona_conts.ver202301 .ac_bnr {
    border-width: 4px;
    background-image: url(/img/top/bnr_top_aftercorona_sp.jpg);
  }
  #aftercorona_conts.ver202301 .ac_bnr .txt {
    font-size: 1.06rem;
    padding: 2.5% 2%;
    line-height: 1.6;
  }
  #aftercorona_conts.ver202301 .ac_bnr .ac_btn {
    margin-top: 0.5rem;
  }
  #aftercorona_conts.ver202301 .ac_bnr .ac_btn a {
    font-size: 0.9rem;
  }
}
@media (min-width: 1200px) {
  #aftercorona_conts .ac_inner {
    width: 1200px;
  }
}
@media (min-width: 1050px) {
  #aftercorona_conts .ac_bnr {
    width: 1050px;
  }
}
@media (max-width: 480px) {
  #aftercorona_conts .ac_img {
    border: 6px solid #eee;
  }
}
@media (min-width: 768px) {
  #aftercorona_conts .ac_txt {
    width: 51%;
  }
}
@media (max-width: 767px) {
  #aftercorona_conts .ac_txt {
    width: 80vw;
  }
}
@media (max-width: 480px) {
  #aftercorona_conts .ac_txt {
    width: 88vw;
  }
}
@media (max-width: 381px) {
  #aftercorona_conts .ac_txt {
    width: 90vw;
  }
}
@media (min-width: 768px) {
  #aftercorona_conts .ac_ttl {
    width: 98%;
  }
}
@media (max-width: 767px) {
  #aftercorona_conts .ac_ttl {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
@media (max-width: 681px) {
  #aftercorona_conts .ac_ttl {
    font-size: 1.5rem;
  }
}
@media (max-width: 643px) {
  #aftercorona_conts .ac_ttl {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  #aftercorona_conts .ac_ttl {
    font-size: 1.3rem;
  }
}
@media (max-width: 374px) {
  #aftercorona_conts .ac_ttl {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
}
@media (min-width: 768px) {
  #aftercorona_conts .ac_txt_in .ac_text_head {
    font-size: 100%;
  }
}
@media (max-width: 374px) {
  #aftercorona_conts .ac_txt_in .ac_text_head {
    margin-bottom: 0.2rem;
    font-size: 95%;
  }
}
@media (min-width: 768px) {
  #aftercorona_conts .ac_txt_in .ac_text_head + ul li {
    font-size: 98%;
  }
}
@media (max-width: 374px) {
  #aftercorona_conts .ac_txt_in .ac_text_head + ul li {
    margin-bottom: 0.2rem;
    font-size: 92%;
  }
}
@media (max-width: 767px) {
  #aftercorona_conts .ac_txt_in .ac_btn {
    margin-top: 5vw;
  }
}
@media (max-width: 374px) {
  #aftercorona_conts .ac_txt_in .ac_btn {
    margin-top: 2vw;
  }
}
@media (min-width: 768px) {
  #aftercorona_conts .ac_txt_in .ac_btn a {
    padding: 10px 30px;
  }
}
@media (max-width: 767px) {
  #aftercorona_conts .ac_txt_in .ac_btn a {
    padding: 2vw 4vw;
  }
}
@media (max-width: 374px) {
  #aftercorona_conts .ac_txt_in .ac_btn a {
    font-size: 1.2rem;
    padding: 1.6vw 6vw;
  }
}
/* -------------------------------------------------
aftercorona  中南米各国コロナ情報
------------------------------------------------- */
/*
中南米各国コロナ情報 トップ
*/
#index.aftercorona .flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#index.aftercorona .text_inner {
  width: 98%;
  text-align: left;
}
#index.aftercorona .text_inner_in {
  margin: auto;
  width: 100%;
}
#index.aftercorona .text_inner_in p {
  font-weight: normal;
  margin-bottom: 0.5em;
}
#index.aftercorona .text_in_wrap {
  background-color: #f5f5f5;
  padding: 30px 50px 10px;
}
#index.aftercorona .text_in_wrap p {
  font-size: 0.95rem;
}
#index.aftercorona .text_in_wrap p em {
  font-style: normal;
  color: #900;
  display: inline-block;
  margin-bottom: 0.4em;
  font-size: 1.08rem;
  font-weight: 600;
}
#index.aftercorona .anshin_list_heading i {
  color: #18b6b8;
}
#index.aftercorona .anshin_list p {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
}
#index.aftercorona .anshin_list .anshin_list_title {
  text-align: left;
}
#index.aftercorona .anshin_list .anshin_list_title span::before {
  font-family: FontAwesome;
  margin-right: 5px;
  content: "\f046";
  color: #18b6b8;
}
#index.aftercorona .anshin_list .anshin_list_in .img {
  float: right;
}
#index.aftercorona .anshin_list .anshin_list_in .img img {
  max-width: 100%;
}
#index.aftercorona .tbl_wrap table {
  width: 100%;
}
#index.aftercorona .tbl_wrap th,
#index.aftercorona .tbl_wrap td {
  text-align: center;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  width: calc(100%/5);
}
#index.aftercorona .tbl_wrap th:first-child {
  border-left: 1px solid #bbb;
}
#index.aftercorona .tbl_wrap tr:last-child th,
#index.aftercorona .tbl_wrap tr:last-child td {
  border-bottom: 1px solid #bbb;
}
#index.aftercorona .tbl_wrap thead th {
  background-color: #f3f3f3;
  font-size: 0.85em;
}
#index.aftercorona .tbl_wrap td {
  font-weight: normal;
  padding: 0.5em 0;
}
#index.aftercorona .tbl_wrap .bg_red span,
#index.aftercorona .tbl_wrap .bg_green span {
  color: #e35151;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 5px;
}
#index.aftercorona .tbl_wrap .bg_red {
  background-color: pink;
}
#index.aftercorona .tbl_wrap .bg_green {
  background-color: #cee599;
}
#index.aftercorona .tbl_wrap a {
  text-decoration: underline;
}
#index.aftercorona .tbl_wrap a:hover {
  text-decoration: none;
}
#index.aftercorona .country_list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1vw 0;
}
#index.aftercorona .country_list li a {
  padding: 3vw 5vw;
  border: 1px solid #aaa;
}
#index.aftercorona .country_list li a .box-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3vw;
}
#index.aftercorona .country_list li a .box-01 span {
  display: block;
}
#index.aftercorona .country_list + .text_inner {
  width: 100%;
  margin: 5vw auto 0;
}
#index.aftercorona .country_list + .text_inner .text_in_wrap {
  padding: 5vw 4vw 1vw;
}

@media (min-width: 768px) {
  #index.aftercorona .text_inner {
    margin: 0 auto 100px;
  }
}
@media (max-width: 767px) {
  #index.aftercorona .text_inner {
    margin: 0 auto 10vw;
  }
}
@media (min-width: 1280px) {
  #index.aftercorona .text_inner {
    width: 1280px;
  }
}
@media (min-width: 1100px) {
  #index.aftercorona .text_inner_in {
    width: 1100px;
  }
}
@media (max-width: 767px) {
  #index.aftercorona .text_in_wrap {
    padding: 3vw 2vw;
  }
}
@media (min-width: 891px) {
  #index.aftercorona .text_in_wrap p br.only-pc {
    display: none;
    font-size: 0;
  }
}
@media (max-width: 767px) {
  #index.aftercorona .anshin_list_heading {
    margin-bottom: 4vw;
  }
}
@media (max-width: 767px) {
  #index.aftercorona .anshin_list p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #index.aftercorona .anshin_list .anshin_list_flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4%;
  }
}
@media (max-width: 767px) {
  #index.aftercorona .anshin_list .anshin_list_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  #index.aftercorona .anshin_list li {
    margin-bottom: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
}
@media (max-width: 767px) {
  #index.aftercorona .anshin_list li:not(:last-child) {
    margin-bottom: 5vw;
  }
}
@media (min-width: 768px) {
  #index.aftercorona .anshin_list .anshin_list_title {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  #index.aftercorona .anshin_list .anshin_list_title {
    font-size: 17px;
    margin-bottom: 3vw;
    padding-bottom: 2vw;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  #index.aftercorona .anshin_list .anshin_list_title span::before {
    margin-right: 7px;
  }
}
@media (max-width: 768px) {
  #index.aftercorona .anshin_list .anshin_list_title span::before {
    margin-right: 2vw;
  }
}
@media (max-width: 767px) {
  #index.aftercorona .anshin_list .anshin_list_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3vw;
    width: 95%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  #index.aftercorona .anshin_list .anshin_list_in {
    gap: 0 3%;
  }
}
@media (min-width: 768px) {
  #index.aftercorona .anshin_list .anshin_list_in .img {
    width: 32%;
    margin: 0 0 5px 5px;
  }
}
@media (max-width: 767px) {
  #index.aftercorona .anshin_list .anshin_list_in .img {
    width: 40%;
    margin: 0 0 2vw 2vw;
  }
}
@media (max-width: 767px) {
  #index.aftercorona .tbl_wrap .bg_red,
  #index.aftercorona .tbl_wrap .bg_green {
    font-size: 0.9em;
  }
}
@media (max-width: 767px) {
  #index.aftercorona .tbl_wrap .bg_red span,
  #index.aftercorona .tbl_wrap .bg_green span {
    font-size: 1.35em;
  }
}
@media (min-width: 768px) {
  #index.aftercorona .for_sp {
    display: none;
  }
}
@media (max-width: 767px) {
  #index.aftercorona .for_pc,
  #index.aftercorona map.shape1 {
    display: none;
  }
}
#index .accHead {
  cursor: pointer;
}
#index .accHead:after {
  font-family: FontAwesome;
  font-weight: normal;
  content: "\f103";
  margin-left: 0.5em;
}
#index .accHead.open:after {
  content: "\f102";
}
#index .accBody {
  display: none;
}

/* メキシコ皆既日食観測の旅バナー
---------------------------------------------------------- */
#tse-mexico {
  text-align: center;
  background-color: #e2e2e2;
}
@media (min-width: 768px) {
  #tse-mexico {
    margin: 80px 0 1px;
    padding: 3% 0;
  }
}
@media screen and (max-width: 767px) {
  #tse-mexico {
    padding: 7% 2% 8%;
    margin: 0 0 1px 0;
  }
}
#tse-mexico .inner {
  max-width: 1200px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #tse-mexico .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#tse-mexico .inner p {
  font-weight: bold;
  color: #008b40;
}
@media (min-width: 768px) {
  #tse-mexico .inner p {
    margin-right: 4%;
    font-size: 1.8em;
    padding-right: 2em;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #tse-mexico .inner p {
    font-size: 1.5em;
    margin-bottom: 2%;
  }
}
#tse-mexico .inner p span {
  display: inline-block;
  margin-left: 1em;
}
#tse-mexico .inner p em {
  display: block;
  font-size: 0.7em;
  font-weight: bold;
  margin-top: 0.3em;
  color: #000;
}
#tse-mexico .inner p em strong {
  display: inline-block;
  font-weight: bold;
  font-size: 1.6em;
  color: #c01920;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  #tse-mexico .inner p em strong {
    margin-right: 0;
    font-size: 1.5em;
  }
}
#tse-mexico .inner p:after {
  font-family: FontAwesome;
  font-weight: normal;
}
@media (min-width: 768px) {
  #tse-mexico .inner p:after {
    content: "\f101";
    position: absolute;
    top: 20%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #tse-mexico .inner p:after {
    content: "\f103";
  }
}
@media screen and (max-width: 767px) {
  #tse-mexico .inner a {
    margin: 0 2%;
    width: auto;
    display: block;
  }
}
@media (min-width: 768px) {
  #tse-mexico .inner a:hover {
    transition: .3s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
}
#tse-mexico .inner a img {
  width: 100%;
  height: auto;
  border: solid 4px #fff;
}
@media (min-width: 768px) {
  #tse-mexico .inner a img {
    max-width: 400px;
  }
}
#tse-mexico + #reason {
  margin-top: 0;
}
#tse-mexico + #reason p {
  padding-bottom: 1em;
}
#tse-mexico + #reason p:last-of-type {
  padding-bottom: 0;
}
