@charset "utf-8";
/* CSS Document */

.main_contents {
  font-family:'Noto Sans CJK JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

.nopc{
  display: none
}

a {
  text-decoration:none;
}

section {
  display:block;
background: url(../images/bg01.png);
  margin: 0 auto;
  }

.simpleMv--full {
  height:550px;
}

.simpleMv--full>.simpleMv__img {
  height:auto;
}
  
.tab {
    background: #292929;
  box-shadow: 0 3px rgba(0,0,0,0.5)

}

.tab .select-tab {
  width:1024px;
  color:#fff;
  margin:0 auto;
	display:flex;

  
}

.tab .select-tab>li {
  padding:0;
    border-right: 1px solid #ffffff;
		padding:10px;
}

 .select-tab>li {
  text-align:center;
margin:0;
  font-size:2rem;
  font-weight:bold;
  padding:10px;
  transition: .25s;
	 width:50%;

}
.tab  .select-tab>li:last-child {
    border-right: none;
}


 .select-tab>li span {
  font-size:1.5rem;
}

 .select-tab>li:hover {
  background:#e5f0ff;
  color:#292929;
}

 .select-tab .is-hinode:hover {
  background:#ffffff;
  color:#292929;
}


.hotel-bg {

	 width: 1024px;
    min-height: 100vh;
	 margin:0 auto;
}


.hotel-bg section {
	background:#fff0;
}

.bg__ {
	background: url("../images/miyako_bg.jpg") ;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;

    z-index: -1;
	
}

.grid-row.map {
  padding:20px 10px;
	margin:0;
}

.box {
width:1024px;
  margin:0 auto;

  padding:50px 0px 50px 0px;
}

.charter-title {
  width:80%;
  margin:0 auto;
  margin-bottom:20px;
  text-align:center;
  font-size:2.3rem;
  font-weight:bold;
  color:#00347b;
  border-bottom:3px solid ;
}

.charter-title span {
  font-size:1.8rem;
}

.charter-title .red,.point .red {
  color:#d00000;
}

.tourbox {
    /*background:#FFF;*/
    margin: 0 auto;
    padding: 0;
}

.tourbox.tourbox__bg {
    background: #FFF;
}

.tour-list * {
    box-sizing: border-box;
}

.tour-list {
    margin: 10px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tour-list img {
  width:100%;
}

.tour-list>li {
    width: calc(98% / 2);
    margin-bottom: 10px;
    padding: 0.5em;
    border: 1px solid #0366D6;
    background: #FFF;
    position: relative;
}

.tour-list>li:after {
    content: "";
    border: 6px solid transparent;
    border-bottom: 6px solid #0366D6;
    border-right: 6px solid #0366D6;
    position: absolute;
    bottom: 0;
    right: 0;
}

.tour-list>li:hover {
    background: #DBEBFE;
    transition: 0.3s;
}

.tour-list>li a {
    display: block;
}

.product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tour-photo {
    width: 42%;
    position: relative;
}

.tour-photo img,
.imp-photo img {
    border-radius: 10px;
    position: relative;
}

.credit-txt {
    width: 100%;
    font-size: 11px;
    color: #fff;
    padding: 0.3em;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}

.tour-item {
    width: 58%;
    padding-left: 5px;
}


.depart {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #333;
}

.depart:before {
    content: "【";
}

.depart:after {
    content: "】";
}

.depart.js-split-airport:after {
    content: "発着】";
}


.tour-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
    color: #1A0DAB;
}

.tour-price .air_tour_code {
    display: block;
    font-size: 20px;
    color: #C00;
    font-weight: bold;
}

.tour-price .price__detail {
    display: block;
    color: #333;
    font-size: 11px;
    font-weight: normal;
}

.tour-price .price__detail:before {
    content: "（";
}

.tour-price .price__detail:after {
    content: "）";
}


/* .tour-price:not(.no-goto)::before {
content: "Go To ãƒˆãƒ©ãƒ™ãƒ« è¡¨ç¤ºä¾¡æ ¼ã‚ˆã‚Šæœ€å¤§åŠé¡è£œåŠ©";
background-color: #C00;
font-size: 12px;
color: #FFF;
padding: 0.3em;
display: block;
margin-top: 5px;
width: 20em;
} */

.tour-date,
.tour-note {
    color: #333;
    font-size: 12px;
    padding-left: 0.5em;
}

.tour-date:after {
    content: "å‡ºç™º";
}

.tour-note {
    color: #333;
    font-size: 11px;
}

.tour-point {
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
    padding-left: 1.0em;
    position: relative;
}

.tour-point+.tour-point {
    margin-top: 0;
}

.tour-point:before {
    content: "â—†";
    position: absolute;
    top: 0;
    left: 0;
}

.add-depart {
    display: flex;
    margin: 5px auto 0;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.add-depart:before {
    content: "â—†ãã®ä»–ã®å‡ºç™ºåœ°ï¼š";
    font-size: 12px;
}

.add-depart li {
    padding-right: 0.8em;
    margin-right: 0.5em;
    position: relative;
    font-size: 12px;
}

.add-depart li>a {
    text-decoration: underline;
}

.add-depart li:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.sub-title {
  color:#000000;
  
}

.heading--md {
  text-align:
  center;
  position: relative;
  margin-bottom:20px;
}

.heading--md.iihotel,.hotel-info .heading--md,.access .heading--md {
  font-family:'Shippori Mincho', serif;
}


.hotel-info .heading--md {
  border-bottom:2px solid ;
  font-size:1.8rem;
  text-align:left;
  padding-left:10px;
}


.kanko-info .heading--md {
  border-bottom:2px solid ;
  font-size:1.8rem;
  padding-left:10px;
}
.heading--md:before {
   content: "";
  width: 33px;
  height: 110px;
  position: absolute;
  top: 0;
  bottom: 0;
  right:48.5%;
  margin: auto;
} 

.kanko-info span {

}

.iihotel:before{
  background: url("../images/icon_hotel.png") no-repeat top center /contain;

}

.other:before,.other2:before{
  background: url("../images/icon_bag.png") no-repeat top center /contain;

}

.fda:before{
  background: url("../images/icon_air.png") no-repeat top center /contain;
 height: 90px;
}

.leisure:before{
  background: url("../images/icon_car.png") no-repeat top center /contain;
 height: 90px;
}

.news:before{
  background: url("../images/icon_news.png") no-repeat top center /contain;
 height: 90px;
}

.kanko:before{
  background: url("../images/icon_camera.png") no-repeat top center /contain;
 height: 90px;
	bottom:30%;
}


.heading--md span {
	text-align:
	center;
	display: inline-block;
  font-size:2rem;
  color:#000;
	font-weight: bold;
	padding: 0 calc(80vw / (750 / 100));
	position: relative;
}


.heading--md .sub-title {
font-size:1.2rem;
	padding:0;
}

.heading--md>span::before,.heading--md>span::after {
    content: "";
    width: calc(100vw / (750 / 60));
  height: 2px;
    display: inline-block;
     background: #000;
   position: absolute;
  top: 50%;
}

.heading--md>span::before{
  left: 0;
}
.heading--md>span::after{
  right: 0;
}


.tour-list.single {
    margin: 10px auto;
    padding: 0;
}

.tour-list.single>li {
    width: 100%;
}

.product.product__single {}

.product.product__single .tour-photo {
    width: 30%;
}

.product.product__single .tour-item {
    width: 70%;
    padding-left: 10px;
}

.product.product__single .tour-title {
    font-size: 18px;
}

.product.product__single .tour-price {
    font-size: 20px;
    display: inline-block;
}

.product.product__single .tour-price .air_tour_code {
    display: inline-block;
}

.product.product__single .tour-price .price__detail {
    display: inline-block;
}

.product.product__single .tour-date {
    margin-bottom: 10px;
}

.product.product__single .tour-point__single {
    font-size: 14px;
    padding-left: 1.0em;
    position: relative;
}


.gridCarousel__dots {
  display:none;
}

#point .grid-col2,.fda-info .grid-col2{
	width:40%;
}

#point .point,.fda-info .info {
	width:60%;
	padding-left:20px;
}

#point .imgContainer--full>img {
	width:100%;
}

#point .imgContainer--full {
	padding-top:20px;
}




#hotel .grid-col2 {
	/*width:70%;*/

	
}

#hotel .access {
	width:30%;
	text-align:left;
	background-color:#ffffff94;
	max-height:300px;
	padding:10px;
	margin-left:-150px;
}

.access .heading--md {
	color:#014099;
	font-size:1.7rem;
}

.map-pic {
	margin-left:80px;
}

.grid-col__body .heading--md {
  text-align:left;
}

#footerPic{
    width:100%;
    height:200px;
    background: url("../images/bottom.jpg") center top no-repeat;
    background-size: cover;
}

.hotel-bg .imgContainer--full {
  border:5px solid #fff;
}

.hotel-info {
  margin-top:30px;
}

.hotel-info p,.info p,.kanko-info p {
  font-size:1.2rem;
}

.map{
  margin:0 auto;
  text-align:center;
}

.map img {
  width:100%;
}

.map .imgContainer--full  {
	border:none;
}

.point {
  padding:10px;
  margin-top:20px;
 
  margin:0 auto;
}



.point-list>li {
  border-top: 2px dashed #a6a6a6;
  padding: 10px 0;
  display: flex;
  align-items: center;
  position: relative;

  
}

.point-list>li:last-child{
  border-bottom: 2px dashed #a6a6a6;
}



.point-list p,.point-list p .red {
  padding-top:10px;
    font-size:16px;
  font-weight:bold;
}


.example {
	font-size:13px;
}


#naviWrap ul {
	 width: 992px;
	 margin: auto;
	 display: flex;
	 justify-content: space-between;
	
}

#naviWrap ul>li{
  width: calc(100% / 5);
  border-right: 1px solid #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-bottom: 10px;
	padding:10px 0;
}

#naviWrap ul>li>a{
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 10px 5px;
  line-height: 1.2
}

#naviWrap ul>li::after{
  content: "";
  background: url("../images/nav_arrow.png") no-repeat center center / contain;
  width: 13px;
  height: 8px;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  margin: auto
}


#point .grid-row {
	width:100%;
	margin:0 auto;
}

#point .point-list img {
	padding-right:10px;
	
}


.seat {
	margin-top:20px;
}

.seat .grid-col2 {
	width:65%;
}

.seat .info {
	width:35%;
}


.button{
	margin-top:20px;
max-width: 350px;
}

#float-bnr.fixed {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 100;
}

#float-bnr.none {
    display: none;
}

#float-bnr a:hover {
    opacity: 0.8;
}

.movie {
	text-align:center;
}


.marine-plan__wrapper{
  display: flex;
  justify-content: space-between;
  background: #FFF;
  padding: 16px;
  border-radius: 10px;
  flex-wrap: wrap;

width:1024px;
	margin:0 auto;
}
.menu-box__left,
.menu-box__right{
  width: calc(98% / 2);
  display: flex;
  flex-direction: column;

}
.menu-title{
	margin-bottom:10px;
  font-size: 24px;
  font-weight: bold;
  color: #3f2401;
	line-height:1.1;
	padding-left:10px;
	background: linear-gradient(transparent 70%, #f5b4bc 70%);

  }

.sub-txt {
	font-size:1.3rem;
	margin-bottom:10px;
	background:#c10000;
	text-align:center;
	font-weight:bold;
	color:#fff;

}



.menu-txt{
  font-size: 16px;
  margin: 20px auto;
}
.menu-img{
   border-radius: 10px;
  overflow: hidden;
  position: relative
}
.menu-img>img{
  object-fit: cover;
  object-position: center;
}
.menu-img__cap{
  position: absolute;
  right: 8px;
  bottom: 3px;
  font-size: 12px;
  color: #FFF;
}
.half-day .menu-img{
  height: 120px;
  margin-bottom: 20px;
}
.half-day .menu-img>img{
  height: 120px;
  width: 100%;
}
.menu-schedule{
  border: 2px solid #3f2401;
  border-radius: 10px;
  padding: 10px;
  flex-grow: 1
}
.schedule-list{
  margin: 0 auto 20px;
  position: relative;
}
.schedule-list::after {
  content: "";
  border-left: 4px solid #3f2401;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 16px;
  z-index: 10;
}
.schedule-list>li{
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 36px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 30px;

}
.schedule-list>li:last-child{
  padding-bottom: 0
}
.schedule-list>li.wrap-line{
  flex-wrap: wrap;
}
.schedule-list>li::before{
  content: "";
  background-image: url("../images/ico_start.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 20
}
.schedule-list>li:nth-child(2)::before{
  background-image: url("../images/ico_sightseeing.png");
  width: 36px;
  height: 347px;
}

.schedule-list>.s-arrange:nth-child(2)::before{
  background-image: url("../images/ico_yuttari.png");
  width: 36px;
  height: 200px;
	bottom:10px;
}

.schedule-list>li:nth-child(5)::before{
  background-image: url("../images/ico_hinode.png");
  width: 36px;
	bottom:0;
  height: 247px;
}

.schedule-list>.s-arrange:nth-child(3)::before{
  background-image: url("../images/ico_hinode.png");
  width: 36px;
	bottom:0;
  height: 247px;
}

.schedule-list>.s-arrange:last-child::before{
  background-image: url("../images/ico_end.png");
  width: 36px;
  height: 44px;
}

.schedule-list>li:last-child::before{
  background-image: url("../images/ico_end.png");
  width: 36px;
  height: 44px;
}

.schedule-list>li:nth-child(3)::before,.schedule-list>li:nth-child(4)::before  {
	 background-image: none;
}

.schedule-list>li:not(.wrap-line)::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  left: 46px;
  display: inline-block;
  border-top: 4px #acb0b8 dotted;
  z-index: 5
}
.schedule-item{
  display: flex;
  position: relative;
  z-index: 10;
  flex: 1
}
.schedule-item.__double{
  flex-basis: 50%;
}
.schedule-item.__triple{
  width: 24%;
}
.schedule-item.__white{
  background: #FFF;
}
.schedule-item.last_item{
  flex-grow: 1;
  background: #FFF;
}
.m_right{
  margin-right:0;
}
.m_right__long{
  margin-right: 40px;
}
.m_bottom{
  margin-bottom: 10px;
}
.p_left{
  padding-left: 10px;
}
.schedule-img{
  height: 100px;
  margin-right: 5px;
  flex-shrink: 0
}
.schedule-img img {
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
  /*width: 100%;*/
  height: 100%;
}
.schedule-txt{
  flex: 1
}
.schedule-txt small{
  font-size: 11px;
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
.txt-time{
  display: inline-block;
  color: #eb6877;
  background: #ffff00;
  position: relative;
  height: 20px;
  padding: 2px;
  margin-bottom: 5px;
}
.txt-time:not(.__last)::after{
  content: "";
  border: 10px solid transparent;
  border-left: 10px solid #ffff00;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-notice>li{
  font-size: 12px;
  color: #eb6877;
}
.half-day .menu-notice{
  width: 100%;
  margin-top: 20px;
}

h4 {
	font-size:1.2rem;
	text-align:center;
}

.point2 {
	background: url("../images//hinode.png") center top no-repeat;
 padding-top:35%;
}

.point-list2 {
	width:95%;
	margin:0 auto;
	display:flex;
	align-items: flex-start;
  justify-content: space-between;
	align-items: stretch;
	
}

.point-list2 >li {
    width: calc(91% / 4);
    margin-bottom: 10px;
    padding: 15px;
    border: 6px solid #c10000;
	border-radius:10px;
    background: #FFF;
    position: relative;
	text-align:center;
	font-size:1.3rem;
	display:block;
	box-shadow:5px 5px 5px #c1000066;
}

.point-list2 >li p {
	font-weight:bold;
	padding-top:20px;
}

.point-list2 >li img {
	position:absolute;
	top:-14%;
	left:-14%;
	width:70px;

}

.balloon1 {
	width:40%;
	margin:0 auto;
	text-align:center;
  position: relative;
  display: block;
  padding: 7px 10px;
  color: #fff;
  font-size: 2rem;
  background: #c10000;
	margin-bottom:30px;
	
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #c10000;
}

.balloon1 p {
  margin: 0;
	padding:0 ;
	font-weight:bold;
}

.arrange {
	font-size:1.2rem;
	color:#c10000;
	font-weight:bold;
}

.tab .active {
	background:#e5f0ff;
	color:#292929;
	
}


.active.is-hinode {
	background:#ffffff;
	color:#292929;
	
}


.select-content{
  display: none
}
.select-content.active{
  display: block;

}

.marine-plan__wrapper .tour-list {
	margin-top:50px;
}

.breadcrumb {
	width:100%;
	background:#fff;
}

.breadcrumb .breadcrumb__inner{
	width:1024px;
	margin:0 auto;

}

.margin {
	margin:40px 0;
}

.margin2 {
	margin:30px 0;
}


.tour_osusume .product__list--data {
  background: #FFF;
  padding: 1em;
  width:100%;
  margin:10px 0;
	flex-direction: inherit;
}

.tour_osusume .product__list--data .grid-col__link {
  flex-direction: inherit;
}
.tour_osusume .product__list--data .img {
  width: 30%;
}
.tour_osusume .product__list--data  img {
  width: 100%;
}
.tour_osusume .product__list--data .lx_textBox {
  width: 70%;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}

.tour_osusume .tour_box {
  padding-right: 2em;
  text-align: right;
}

.tour_osusume .text_tour {
  font-size: 1.2em;
  padding-top: 1.5em;
	font-weight:bold;
}

.tour_osusume .heading--md {
  text-align:left;
}

.big_point {
	font-size:1.2em;
	color:#df2c5e;
	font-weight:bold;
}

.tour_osusume .product__list--minmax {
    font-size: 25px;
    color: #e90000;
    font-weight: bold;
}

.tour {
    width: 1024px;
    margin: 0 auto;
    font-size: 14px;
    position: relative;
}

.box .product__list {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    /* margin-left: -10px; */
    margin-top: -15px;
}

.three_column .product__list--item {
	margin-bottom:10px;
}

.three_column .product__list--data {
	width:324px;
}

.product__list--data{
    width: 240px;
    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--text-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.product__list--text-wrapper .tagList{
	padding-left:5px;
}

.product__list--title {
    font-size: 15px;
    margin: 8px 0;
    font-weight: bold;
    line-height: 1.3em;
	text-align:left;
}

.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--minmax {
    font-size: 17px;
    color: #e90000;
    font-weight: bold;    
}

.product__list--price {
    padding: 10px 10px 10px;
    margin-top: auto;
	text-align:right;
}

.osusume {
	text-align: center;
    font-size: 28px;
    color: #333;
	margin: 0 0 25px;
	
}

.osusume span {
	border-bottom: 6px solid #0064b1;
}

.is-bnr {
	width:960px;
	overflow:hidden;
	margin: 35px auto 0;
	padding-bottom: 50px;
}
.is-bnr ul{ 
	width:100%; 
	padding:0 50px; 
	box-sizing: border-box;
}
.is-bnr li img{ 
	width:100%;
}
.is-bnr li img:hover{
	opacity: 0.8;
}
.is-bnr li {
	width: 25%;
    float: left;
    padding: 0 1%;
    box-sizing: border-box;
}

.align-center {
	margin-top:15px;
}

.tagList__text {
	font-weight:bold;
	background-color:#2fb1d9;
	color:#fff;
}


@media screen and (min-width: 640px){

#naviWrap {
	width:100%; 
	background-color:#093e4b;
}
	
.box .product__list {
    width:100%;

}

.tour_osusume .product__list--data {
	width:98%;
	margin:0 auto;
}

.js-gridCarousel--col4 {
	width:100%;
	padding:5px;
	margin:0 auto;
	display:flex;
}

}