@charset "utf-8";
/* CSS Document */
.simpleMv--full{
    height: auto;
}
.simpleMv--full > .simpleMv__img {
  width: 100%;
  height: auto;
    position: inherit;
}
.sp_none{
    display: none;
}

/**/
.mvNav--bgWhite {
    border-bottom: none;
	padding: 5px;
}
.mvNav__list{
    flex-wrap: wrap;
    padding:0;
}
.mvNav__list>li {
     flex-basis: 33%;
	background: #85d5ff;
	margin:5px;
	border-radius: 20px;
	
}
.mvNav__item{
	font-size:1.05rem;
	color: #FFF;
}
.mvNav__item::after {
     background: none; 
}


#section_tour, #boat{
	background: #dfedf4;
}
#section_tour::before, #boat::before{
	background: url("../img/nami01.png") repeat-x center bottom;
	display: block;
	background-size: cover;
    height: 30px;
	content: '';
}

#section_tour::after, #boat::after{
	background: url("../img/nami02.png") repeat-x center bottom;
	display: block;
	background-size: cover;
    height: 30px;
	content: '';
}

h2.heading--title{
	font-weight: bold;
}
h2.heading--title2{
	font-size: 1.9rem;
	font-weight: bold;
    text-align: center;
    line-height: 1.4;
	position: relative;
	width: fit-content;
	margin: 10px auto 40px;
	background: linear-gradient(transparent 78%, #FFFF00 30%);
}

 
h2.heading--title2::before,
h2.heading--title2::after {
    position: absolute;
    top: 0.3rem;
    height: 29px;
	width:35.7px;
    content: '';
	background: url("../img/kazari.png") no-repeat;
	background-size: cover;
	
}

h2.heading--title2::before {
    left: -45px;
}

h2.heading--title2::after {
    right: -45px;
}

/**マップ**/
.map_txt img{
	padding-top: 15px;
	width: calc(100% + 2em);
	max-width: none;
	margin:0 -1em;
}
.map img {
  width: 100%;
}
.map_txt p{font-size:1.2em; padding: 0 1em;}

/**どんなところ**/
.heading--subTitle {
    color: #ff006a;
}

/**BOAT**/
#boat h5{
	text-align: center;
	font-weight: bold;
	font-size:1.2em;
	color: #00005a;
}
#boat h5.boat_h5{
	font-size: 1.5rem;
    margin-bottom: 10px;
}

.slideCardList__container {
    margin: 0 -24px;
}
.slideCardList__container .grid-row {
    width: calc(300% - 12px);
}
.slideCardList__container .grid-row .grid-col3{
	width: calc((100% - 48px)/ 3);
}

#boat .grid-col__body p{
	padding:0 10px;
}
/*見どころ*/
#seen .grid-col3 {
  width: 50%;
  padding: 0 4px 16px;
}
.imgContainer__caption {
  font-size: 14px;
}
#seen .imgContainer--full{
    margin-bottom: 10px;
}
#seen h5{
    font-size:1em;
    font-weight: bold;
    color: #ff006a;
	text-align: center;
}




/****おすすめツアー****/

.tour-wrapper{
	/*padding-top: 30px;*/
}
.tour-wrapper .grid-row{
	margin: 0 -12px;
}
.tour-wrapper .grid-col2{
	margin: 0 -10px;
    width: calc(100% + 20px);
}
.col1 {
  background: #FFF;
  padding: .7em;
    width:100%;
	-webkit-box-shadow: 2px 2px 0 #dfdfdf;
    box-shadow: 2px 2px 0 #dfdfdf;
}
.col1 a{
	display: block;
}
.col1 .grid-col__link {
  flex-direction: inherit;
}
.col1 .img {
  width: 35%;
	float: left;
	overflow: hidden;
	padding-top:35px;
}
.col1 .img img {
  height:100px;
	width: auto;
	object-fit: cover;
}
.col1 .lx_textBox {
  width: 65%;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
	margin-top:-30px;
}
.heading--md span {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  padding: 3px;
  background: #5ab1ad;
  color: #FFF;
}
.col1 .lx_textBox h6{
    font-size:1.1em;
    font-weight: 600;
    color: #ED1B24;
}
.lx_textBox .heading--md{
	font-size: 1.23rem;
}
.tour_box {
  text-align: right;
}
.text_tour {
  font-size: 1.1em;
  padding-top: 1em;
}
.col1 .text--smallPrice {
	font-size:21px;
}
.item-txt__dep{
	display: inline-block;
	margin-right: -7px;
}

/*発地吹き出し*/
.baloon_box{
	margin: 0;
    width: 35%;
}
.balloon3-right-btm {
  position:relative;
    width:100%;
    background:#02A7FF;
    padding:6px;
    text-align:center;
    color:#FFFF00;
    font-size:16px;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
}

.balloon3-right-btm:before {
  border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(2, 167, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#02A7FF;
    top:100%;
    left:50%;
}

.product-list{
	margin: 0 -24px 0 0;
}
.link-area {
    margin: 20px auto 50px;
}
.link-area .more-link {
    width: 90%;
	margin:0 auto;
}
.link-area .more-link>a {
    display: block;
    background: #666/*NAVY*//*#ff006a*/;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    padding: 16px;
    position: relative;
}

.goTop__img--pc{
    display: none;
}