@charset "utf-8";
/* 基本設定
------------------------------------------ */
.contentsInr img {
  vertical-align: bottom;
}
.contentsInr {
  color: #333333;
}
.contentsInr p {
  line-height: 1.3;
}
.contentsInr {
  margin-top: 0;
}
.contentsInr a:hover {
  text-decoration: none;
}
.contentsInr a:hover img {
  opacity: 1.0;
}
.contentsInr .fwb {
  font-weight: bold;
}
/* 共通
------------------------------------------ */
div.wid90 {
  width: 90%;
  margin: auto;
}
div.wid80 {
  width: 80%;
  margin: auto;
}
.wid75 {
  width: 75%;
  margin: auto;
}
.flex {
  display: -webkit-flex;
  display: flex;
  content-justify: -webkit-justify-content: space-around;
  justify-content: space-around;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
span.ft_s {
  font-size: 0.8em;
}
span.ft_b {
  font-size: 1.4em;
}
.fwb {
  font-weight: bold;
}
.fs24 {
  font-size: 24px;
}
.fs20 {
  font-size: 20px;
}
.arrow-bottom {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-bottom: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
  transform: rotate(45deg);
}
.triangle-bottom {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #F1C96A;
}
.subTitle {
  font-size: 24px;
  font-weight: bold;
}
/*「新しい旅のエチケット」「新しい旅のルール」のご案内はこちら*/
.annai {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
}
.annai a {
  text-decoration: underline;
}
.m0-auto {
  margin: 0 auto;
}
.fcw {
  color: #ffffff;
}
.fcF1C96A {
  color: #F1C96A;
}
.txt-spec {
  text-align: left;
  margin-top: 10px;
  height: 42px;
  font-size: 12px;
  line-height: 1.2;
}
.bp_btn {
  width: 380px;
  height: 60px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
}
.bp_btn a {
  position: relative;
  display: block;
  line-height: 60px;
  border-radius: 10px;
  background-color: #CC0000;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.bp_btn a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  border-right: 2px solid rgba(255, 255, 255, 1);
  transform: translateY(-50%) rotate(45deg);
}
.bp_btn a:hover {
  opacity: 0.8;
}
.hotsprings-emoji {
  font-size: 12px;
  color: #ffa500;
}
.airport-used {
  border: 1px solid #a9a9a9;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.pricelist-01 {
  width: 100%;
}
.pricelist-01 .tdl {
  width: 60%;
  text-align: left;
  line-height: 16px;
}
.pricelist-01 .tdr {
  width: 40%;
  text-align: center;
}
.pricelist-02 {
  width: 100%;
}
.pricelist-02 .tdl {
  width: 60%;
  text-align: left;
  line-height: 16px;
}
.pricelist-02 .tdr {
  width: 40%;
  text-align: center;
}
#sec3 {
  margin-top: -50px;
  padding-top: 50px;
}
#sec4 {
  margin-top: -50px;
  padding-top: 50px;
}
#sec5 {
  margin-top: -50px;
  padding-top: 50px;
}
/*mv
------------------------------------------ */
.mv-area {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 100%;
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/mv-bg.jpg) no-repeat center/cover;
}
.mv .mv-img {
  position: relative;
  width: 420px;
  height: 420px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mv .start-searching {
  position: absolute;
  top: 352px;
  left: 50%;
  transform: translateX(-50%)
}
.mv .start-searching img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
/*分散型旅行とは？*/
.iconsBox_small-travel {
  text-align: center;
  margin: 50px auto 40px;
}
.iconsBox_small-travel img {
  width: 250px;
  height: 60px;
}
/*オフ旅とは？*/
.sec2 {
  margin-top: 60px;
  margin-bottom: 120px;
  border-top: solid 1px #CDD6DD;
}
.sec2 .pointBox .pointBox_item .inner .flex_inner {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sec2 .pointBox .pointBox_item .inner .flex_inner p {
  color: #FFFFFF;
}
.sec2 .pointBox {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec2 .pointBox .pointBox_item {
  width: 290px;
  height: 290px;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
  box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
}
.sec2 .pointBox .pointBox_item:nth-of-type(1) {
  background-color: #14AE67;
}
.sec2 .pointBox .pointBox_item:nth-of-type(2) {
  background-color: #28A7E1;
}
.sec2 .pointBox .pointBox_item:nth-of-type(3) {
  background-color: #FCB520;
}
.sec2 .pointBox .pointBox_item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.5s all;
  cursor: pointer;
}
/*オフタイム*/
.sec3 {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
  background: #14AE67 border-box;
  position: relative;
}
.ico_point {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec3 .ico_point-radius-time {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #14AE67;
}
.Box-item_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.Box-item {
  margin: 10px;
  overflow: hidden;
}
.Box-item_inner {
  width: 260px;
  height: 100%;
  padding: 15px;
  margin: 0 auto;
  background: #ffffff border-box;
}
.Box-item_inner .img_hotel img {
  width: 100%;
  height: auto;
}
.bn-oki {
  width: 910px;
  margin: 0 auto;
}
/*オフシーズン*/
.sec4 {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
  background: #28A7E1 border-box;
  position: relative;
}
.sec4 .ico_point-radius-time {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #28A7E1;
}
/*オフスポット*/
.sec5 {
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 10px;
  background: #FCB520 border-box;
  position: relative;
}
.sec5 .ico_point-radius-time {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FCB520;
}
.Box-item {}
.Box-item_img {
  position: relative;
  width: 290px;
  height: 194px;
  transition: 1s all;
}
.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 {
  width: 100%;
  height: auto;
}
.Box-item-shadow {
  position: absolute;
  top: 0;
  width: 290px;
  height: 194px;
  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: 290px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
/*オフスポットのモーダル*/
.ttl-spot {
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #FCB520;
}
.ttl-spot:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #FCB520 transparent transparent transparent;
}
.disc-spot-area {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.8;
}
.sub-ttl-spot {
  margin-top: 10px;
  padding: 0.3em 0.5em;
  color: #494949;
  background: #fffaf4;
  border-left: solid 5px #ffaf58;
}
.read-spot {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
}
/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 10;
}
/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
/* モーダル本体 */
.modal-content {
  height: auto;
  max-height: 85%;
  width: 630px;
  background: #fff;
  padding: 40px 60px 35px 60px;
  border: solid 5px #FCB520;
  border-radius: 10px;
  margin: 0 auto;
  box-sizing: border-box;
}
/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
/* モーダルウィンドウ閉じるボタン */
.mcb {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid #d0d0d0;
  cursor: pointer;
  color: #0f0f69 !important;
  padding: 5px 5px 5px 27px;
  width: auto;
  height: auto;
  background: url(/commonY15/img/icon_close_red.png) no-repeat 5px 5px;
}
/*分散型旅行バナー*/
.bunsangata_bnr {
  text-align: center;
}
.featherlight .featherlight-content {
  border-radius: 10px;
  padding: 0;
  border-bottom: 0;
}
.featherlight .featherlight-close-icon {
  font-size: 0px;
  width: 86px;
  background: url(../img/close_btn.png) no-repeat;
  margin-top: 10px;
  height: 30px;
}
.featherlight-next:hover, .featherlight-previous:hover {
  background: none;
}
.featherlight-next span, .featherlight-previous span {
  display: block;
  position: absolute;
  top: 50%;
  /*left: 5%;*/
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 40px !important;
  margin-top: -40px;
  text-shadow: 0 0 5px #fff;
  background: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  line-height: 1.0;
  color: #333;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.featherlight-next {
  left: 99%;
  right: 10px;
}
.featherlight-previous {
  left: 10px;
  right: 100%;
}
/*----------------------------------
mo-daru 
----------------------------------*/
/*
@keyframes btnAni {
    0%,
    50%,
    100% {
        transform: translateX(0);
    }
    25%,
    75% {
        transform: rotate(-3deg);
    }
}
*/
.popContents {
  display: none;
}
.mfp-auto-cursor .mfp-content {
  max-width: 630px;
  margin: 0 auto;
}
.mfp-auto-cursor .mfp-content .small01 {
  width: 590px;
  margin: 30px auto;
}
.mfp-auto-cursor .mfp-content .popitem10 {
  width: 748px;
  margin: 30px auto;
}
.mfp-auto-cursor .mfp-content .popitem11 {
  width: 690px;
  margin: 30px auto;
}
.mfp-auto-cursor .mfp-content .popitem13 {
  width: 700px;
  margin: 30px auto;
}
.popitem {
  position: relative;
  margin: 0 auto;
  width: 630px;
}
.popitem img {
  width: 100%;
}
.popitem .abBtn {
  position: absolute;
}
.popitem .abBtn img {
  padding: 0;
}
.popitem .abBtn.btn01 {
  width: 265px;
  top: 474px;
  left: 34px;
}
.popitem .abBtn.btn02 {
  width: 148px;
  bottom: 30px;
  left: 38px;
}
.popitem .abBtn.btn03 {
  width: 108px;
  bottom: 30px;
  right: 352px;
}
.popitem .abBtn.btn04 {
  width: 345px;
  top: 1150px;
  right: 57px;
}
.popitem .abBtn.btn05 {
  width: 250px;
  bottom: 15px;
  left: 25px;
}
/*.gallery-arrow{
    position: absolute;
    top: 50%;
    margin-top: -22px;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
}
.gallery-arrow-left{
    left: 30px;
}
.gallery-arrow-left:before{
    content: url(../img/prev.png);
}
.gallery-arrow-right{
    right: 30px;
}
.gallery-arrow-right:before{
    content: url(../img/next.png);
}*/
.popContents {
  display: none;
}
.popitem .mfp-close {
  top: 0;
  right: 0;
  text-align: center;
  padding-right: 0;
  opacity: 1;
  display: block;
  line-height: 1.4;
  font-size: 0px;
  width: 86px;
  background: url(../img/close_btn.png) no-repeat;
  margin-top: 10px;
  height: 30px;
}
.gallery-arrow {
  display: block;
  position: absolute;
  top: 50%;
  /* left: 5%; */
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 40px !important;
  margin-top: -40px;
  text-shadow: 0 0 5px #fff;
  background: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  line-height: 1.0;
  color: #333;
  box-shadow: 0 0 5px rgb(0 0 0 / 25%);
}
.gallery-arrow.gallery-arrow-left {
  left: 2%;
}
.gallery-arrow.gallery-arrow-right {
  right: 2%;
}
.gallery-arrow.gallery-arrow-left::after {
  content: "◀"
}
.gallery-arrow.gallery-arrow-right::after {
  content: "▶"
}
.dtr940 img {
  vertical-align: initial;
}