@charset "utf-8";

/* CSS Document */

:root{
  --content-color-green: #1d4b87;
  --content-color-red: #c6000a;
  --content-bg-color: #fffbcc;
  --bg-img-setting: no-repeat center center / contain;
  --bg-width-pc: max(100%, 1920px);
  --content-width: min((710vw / 7.5), 992px);
  --font-size-pc: 14px;
  --font-size-sp: calc(24vw / 7.5);
  --font-sans: 'Noto Sans JP', sans-serif;
  --content-font-size: min(var(--font-size-sp), var(--font-size-pc));
  --content-hover-speed: 0.3s;
  --content-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
  --content-arrow-down: url(/cmn/icon/icon_arrow_down_white.svg);
  --content-arrow-right: url(/cmn/icon/icon_arrow_right_white.svg);
  --content-arrow-right_b: url(/cmn/icon/icon_arrow_right_black.svg);
  --content-border_s: 1px solid;
  --content-border_m: 3px solid;
  --content-border_l: 4px solid;
}

.nopc {
    display: none
}

main * {
    box-sizing: border-box;
}

section:not(.mv__container, .searchmodule__box) {
    padding: 30px 0;
}

.product_others :is(.product__lineup--notes, .tour-navi__wrapper):first-child {
    margin-top: 0;
}

.product__lineup--notes, .product__notes {
    color: #333;
    font-size: min((22vw / 7.5), 12px);
	margin-left: 10px;
}
.product__notes--item {
    text-indent: -1em;
    padding-left: 1em;
}

.mv__container {
    background-image: url(../img/mv_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding-bottom: 10px;
}

.mv__title {
    width: 50%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}

.mv__container>p {
    width: 60%;
    max-width: 992px;
    font-size: 18px;
    text-align: center;
    margin: 20px auto;
    /* padding-top: 100px; */
    background-color: rgb(256 256 256 / 70%);
}

.inner__box {
    width: 992px;
    margin: 0 auto;
}

.inner__box>h2 {
    text-align: center;
}

.inner__box>h2 span {
    font-size: 36px;
    font-weight: bold;
}

h2#info span,
h2#tour span {
    color: var(--content-color-green);
    background: linear-gradient(transparent 70%, #82d1ff 70%);
    /* background-position: 0 48px; */
}
h2#tour_ovs span {
    color: var(--content-color-green);
    background: linear-gradient(transparent 70%, #82d1ff 70%);
    /* background-position: 0 48px; */
}
h2#info,
h2#tour_ovs,
h2#tour{
  margin-bottom: 20px;
}

h2#charm span {
    color: #d6001d;
    background: linear-gradient(transparent 70%, #ffc5cd 70%);
    /* background-position: 0 48px; */
}

.nav__box {
    background-color: var(--content-color-green);
}

.nav__item {
    max-width: 992px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.nav__item li {
    width: calc(100% / 3 - 10px);
    text-align: center;
}

.nav__item li a {
    display: block;
    padding: 15px 0 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}


.nav__item li a::after,
.info__container h3::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
}

.nav__item li a::after {
    display: block;
    background-image: url(../img/nav_arrow.png);
    width: 16px;
    height: 13px;
    margin: 10px auto 0;
}

.nav__item li a:hover {
    background-color: #33bdcc;
}

.nav__item li a:hover::after {
    background-image: url(../img/nav_arrow_over.png);
}

.info__container {
    background-image: url(../img/bg_01.png);
    background-position: left top;
    background-repeat: repeat;
}

.info__container h3 {
    font-size: 24px;
    font-weight: bold;
}

.info__container h3::before {
    display: inline-block;
    padding-right: 5px;
}

.info__container h3:first-of-type:before {
    background-image: url(../img/ico_schedule.png);
    width: 47px;
    height: 22px;
}

.info__container h3:nth-of-type(2)::before {
    background-image: url(../img/ico_facilities.png);
    width: 45px;
    height: 33px;
}

.info__container h3:nth-of-type(3)::before {
    background-image: url(../img/ico_access.png);
    width: 24px;
    height: 30px;
    vertical-align: top;
}

.schedule__box {
    margin-bottom: 30px;
}

.schedule__box h3 {
    background: var(--content-color-green);
}

.schedule__box h3 {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}

.schedule__box h3 {
    padding: 6px 0 6px 10px;
    margin-bottom: 10px;
}

.schedule__box h3>small {
    font-size: 12px;
    color: inherit;
    margin-left: 1.0em
}
.annotation{
	font-size: 12px;
	padding: 5px;
}

/* ▼table area*/

.schedule__box table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: solid 1px #ddd;
    background-color: #fff;
    text-align: center;
}
.schedule__box table th {
    border: solid 1px #ddd;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #518324;
    padding: 6px;
}
.schedule__box table td {
    border: solid 1px #ddd;
    padding: 6px;
	vertical-align: middle;
}

.schedule__box .color__txt {
    color: var(--content-color-green);
    font-weight: bold;
    font-size: 16px;
}

.schedule__box .color__txt.red {
    color: #cc0000;
}

.schedule__box--info p {
    font-size: 12px;
    margin-top: 3px;
}

.schedule__box--info p::before {
    display: inline-block;
    content: "★";
    padding-right: 3px;
}


/* ▲table area*/

.charm__container {
    background-image: url(../img/bg_02.png);
    background-position: left top;
    background-repeat: repeat;
}
 .charm__box--3 {
        background-color: #fff;
        padding: 15px;
        margin-bottom: 30px;
    }


/*** 路線 ***/
.main__content{
  position: relative;
}
.content__wrapper{
  width: 100%;
  padding: 60px 0;
}
.head-title{
  font-size: 40px;
  font-weight: 900;
  color: var(--content-color-green);
  text-align: center;
  margin-bottom: 24px;
}
.catch__txt{
  text-align: center;
}
.catch__txt>span{
  font-size: 24px;
  font-weight: bold;
  color: var(--content-color-red);
  position: relative
}
.catch__txt>span::before,
.catch__txt>span::after{
  content: "/";
  display: inline-block;
}
.catch__txt>span::before{
  transform: scaleX(-1);
  margin-right: 8px;
}
.catch__txt_s{
  color: #000000;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}
.inner__content{
  display: flex;
  gap: 24px;
}
.route__list{
  flex: 1
}
.route__list>li+li{
  margin-top: 20px;
}
.route__list li.border-red>a{
  display: flex;
  border: var(--content-border_s) var(--content-color-red);
}
.route__list li.border-green>a{
   display: flex;
  border: var(--content-border_s) var(--content-color-green);
}
.route__img{
  width: 40%;
  position: relative
}
.route__icon_kaigai{
position: absolute;
  top: 0;
  left: 0;
  padding: 4px;
  background: var(--content-color-green);
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;	
	
}
.route__icon{
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px;
  background: var(--content-color-red);
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.route__txtbox{
  flex: 1;
  padding: 8px;
  display: flex;
  flex-direction: column;
}
.route__txt{
  flex-grow: 1;
}
.route__leadtxt{
  margin-top: 16px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: var(--content-color-red);
  position: relative;
  padding-right: 20px;
}
.route__leadtxt_kaigai{
  margin-top: 16px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: var(--content-color-green);
  position: relative;
  padding-right: 20px;
}
.route__leadtxt::after{
  content: "";
  background: var(--bg-img-setting) url("../img/arrow_s.png");
  width: 14px;
  height: 9px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.route__leadtxt_kaigai::after{
  content: "";
  background: var(--bg-img-setting) url("../img/arrow_b.png");
  width: 14px;
  height: 9px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.route__list>li>a:hover{
  opacity: .8
}
.route__list>li>a:hover .route__leadtxt{
  text-decoration: underline
}

.route__map{
  width: 450px;
}
/*** 商品　***/
.content__wrapper.tour{
  background: var(--content-bg-color);
}
.product__content+.product__content{
  margin-top: 80px
}
.sub-title__tour{
  font-size: 24px;
  font-weight: 900;
  color: var(--content-color-red);
  text-align: center;
  margin-bottom: 8px;
}
.more__link{
  width: 460px;
  margin: 24px auto 0
}
.more__link>a{
  display: block;
  border-radius: 23px;
  font-size: 18px;
  color: #FFF;
  text-align: center;
  line-height: 47px;
  background: var(--content-color-green);
  box-shadow: var(--content-shadow);
  position: relative
}
.more__link>a::after{
  content: "";
  background: var(--bg-img-setting) var(--content-arrow-right);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto
}
.more__link>a:hover{
  opacity: .8
}

.product__list {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    /*margin-left: -10px;*/
    margin-top: -15px;
}
.product__list > li:empty {
    display: none;
}
.product__list > li:hover {
    opacity: 0.7;
    transition: all 0.6s ease;
}
.product__list--item {
    width: 23.5%;
    margin-left: 10px;
    margin-top: 15px;
    letter-spacing: .5px;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, .23);
    position: relative;
}
.product__list--item:empty{
	display: none;
}
.product__list--data {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product__list--image img {
    width: 100%;
    vertical-align: bottom;
}
.product__list--type {
    font-size: 12px;
    color: #fff;
    background: #191919;
    padding: 4px 4px 3px 4px;
    text-align: center;
}
/*
.product__list--type.port-type::after {
    content: "発着";
}
*/
.product__list--text-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.product__list--title {
    font-size: 15px;
    margin: 8px 0;
    font-weight: bold;
    line-height: 1.3em;
}
.product__list--itemtext {
    background: #eee;
	padding: 10px!important;
	margin-top: 10px;
	line-height: 1.5;
}
.product__list--texts > [class*="product__list--"]:not(.product__list--type) {
    padding: 0 10px;
}
.product__list--detail {
    line-height: 1.5;
}
.product__list--inner {
    background: #fff;
    color: inherit;
    text-decoration: none;
    display: flex;
    font-size: 12px; 
    flex-direction: column;
    height: 100%;    
}
.product__list--inner:hover {
    opacity: 0.7;
    transition: all 0.6s ease; 
}
.product__list--price > :not(.product__list--point):not(.product__list--notes) {
    padding-left: 4px;
}
.product__list--dep {
    font-size: 11px;
    margin-top: 2px;
    letter-spacing: 0.2px;
    color: #333;
}
.product__list--minmax {
    font-size: 18px;
    color: #e90000;
    font-weight: bold;
}

.product__list--dep .js-split-departure::after, .product__list--dep span[id*="dep_"]::after {
    content: "出発";
}


.product__list--price {
    padding: 20px 4px 10px;
    margin-top: auto;
}

.product__list--data.int span[id*="dep_"] {
        display: block;
    }

/* ▲tour-list */


/* ▼TEL*/

.lrPosition {
    flex-wrap: wrap
}

.open-time {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center
}

.open-time>li {
    margin-right: 1.0em;
    font-size: .9rem
}


/* ▲TEL */
/* ▼アクセス */
.access__list{
  flex: 1
}
.access__list>li+li{
  margin-top: 16px;
}
.access__midashi{
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 24px;
  line-height: 1.0;
  margin-bottom: 8px;
}
.access__midashi::before{
  content: "";
  background: var(--bg-img-setting) url("../img/icon_access.png");
  width: 19px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
}

/*-----------------------------------------
商品アイコン設置
-------------------------------------------*/
.product__list--label {
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    width: 90px;
}
.product__list--label > [class*="product__list--label--"] {
    height: 25px;
    font-size: 12px;
}
.product__list--label > [class*="product__list--label--"] {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-weight: bold;
}
.product__list--label > [class*="product__list--label--"] {
    width: 100%;
}
.product__list--label > [class*="product__list--label--"]:empty {
    display: none;
}
.product__list--label--car {
  background: #fff;
  color: #1d4b87;
  border: 1px solid #1d4b87;
  border-radius: 10px;
  margin: 2px;
}
.product__list--label--meal {
  background: #fff;
  color: #c6000a;
  border: 1px solid #c6000a;
  border-radius: 10px;
  margin: 2px;
}
.product__list--label--other {
  background: #fff!important;
  color: #e70012;
  border: 1px solid #c6000a;
  border-radius: 10px;
  margin: 2px;
}
.product__list--point:empty {
    display: none;
}