@charset "utf-8";


/* menuNav
========================= */
.nav-wrap{
	/* height: 50px; */
	padding: 0.2em 0;
}
.nav-wrap ul{
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	vertical-align: middle;
}
.nav-wrap ul li{
	width: 20%;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
}
.nav-wrap ul li img{
	width: 40%;
	display: block;
	margin: 0 auto 0;
	vertical-align: middle;
	max-width: 25px;
	position: relative;
}
.nav-wrap ul li a{
	text-decoration: none;
	color: #333;
	background-image: none;
}



/****************************************
		0. 全体の設定
*****************************************/
#mainVisual{
	width: 100%;
	background-image:url(../img/sp/main_image01.jpg);
	background-repeat:no-repeat;
	text-align:center;
	padding: 25% 5%;
	background-size: cover;
}
#ttlLogo{
	background-color: #FFCB22;
	border-bottom: 4px solid #fff;
	text-align:center;
}
#ttlLogoInner{
	width: 20%;
	max-width: 84px;
	margin: 0 auto;
}
#ttlLogo img{
	width: 100%;
}
#wrap .hidden{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#mainVisual h1 img{
	width: 100%;
}
#costaNav{
	width: 100%;
	background-color: #0077BE;
	border-bottom: 5px solid #FFCB22;
	position: relative;
}
#costaNav:before {
    position: absolute;
    top: -12px;
    background-image: url(../img/wave01.png);
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 12px;
    display: block;
    width: 100%;
}

#costaNav ul{
	width: 100%;
	display: flex;
	flex-wrap:wrap;
}
#costaNav ul li{
	width: 50%;
	background-image: url(../img/nav_btn.png);
	background-repeat: no-repeat;
	background-position: top 50% right 5px ;
	background-size: 17px;
	font-size: 1.2em;
	vertical-align: middle;
}

#costaNav ul li a{
	display: block;
	text-align: left;
	color:#fff;	padding: 3% 20px 3% 3%;
	text-decoration: none;
	font-weight: bold;
}

#costaNav ul li:nth-child(odd) {
	border-right: #fff solid 2px;
}
#costaNav ul li:first-child{
 border-bottom: #fff solid 2px;
    letter-spacing: -0.1em;
}
#costaNav ul li:nth-child(2),
#costaNav ul li:nth-child(3),
#costaNav ul li:nth-child(4){
 border-bottom: #fff solid 2px;
}

/****************************************
		2.コンテンツ共通設定 
*****************************************/


/****************************************
			3.導入
*****************************************/
#intro{
	overflow-x: hidden;
}
#introLogo {
	width: 30%;
	margin: 0 auto;
	padding: 5% 0;
}
#introLogo img {
	width: 100%;
}
#introTtl{
	width: 100%;
	text-align: center;
	color: #003366;
	font-weight: bold;
	font-size:1.5em;
	padding: 0 2% 5%;
}
#introImage{
	margin: 0 7%;
}
#introImage img{
	width: 100%;
}
#introArea{
	/*background-image:url(../img/bg01.png);
	background-repeat: no-repeat;
	background-size: contain;*/

}
#introTxt{
	font-size: 1.2em;	background-color: #FFDF00;
	margin: 3% 0 5%;
	padding: 5% 5%;
}

#cpn{
    width: 96%;
    margin: 3% auto; background-color: #000f54;
    padding-bottom: 2%;
}
#cpn .gentei{background: #FFDF00; padding: 2%; text-align: center; font-weight: bold; font-size:1.3em; color: #ff0000;}

#cpn img{
	width: 100%;
}
/****************************************
			4.魅力
*****************************************/
.read{
	
	width: 90%; 
	margin: 0 auto;
	padding: 3% 0 6%;}
.read img{ max-width:  100%;}
#point{
	margin-bottom: 10%;
	overflow-x: hidden;
}
#point h2{
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	padding-bottom: 5%;
}

/*.point_box{
	border: #000 solid 1px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	margin: 0 2% 2%;
	background-image: url(../img/icon_arrow.png);
	background-position: top 50% right 3px;
	background-size: 16px;
	background-repeat: no-repeat;
	padding-right: 24px;
}*/
.point_box{
	border: #000 solid 1px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	margin: 0 2% 2%;
	padding-right: 2%;
	position: relative;
/*	background-position: right 2px bottom 2px;
	background-image: url(../img/icon_corner.png);
	background-size: 10px;
	background-repeat: no-repeat;*/
}
/*.point_box a{
	 position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
	z-index: 100;
}*/

.point_l{
	padding: 5% 0;
	width: 40%
}
.point_l img{
	width: 100%;
}

.point_r{
 width: 60%;
	padding: 2% 0 5%;
}
.marker_box h3{
	font-size: 1.5em;
	padding-bottom: 5%;
}

.marker_box h3 span{
	font-size: 1.8em;
}

.movie_wrap{
	margin-top:8%;
}
.movie_wrap iframe{padding: 0 2%;}

.movie_wrap h3{
	font-size: 1.5em;
	text-align: center;
	padding-bottom: 2%;
}
video {
	width: 100%;
	height: auto;
	padding: 0 2%;
}
video img{
	width: 100%;
}



/****************************************
			5.お得な情報
*****************************************/
#information{
	background-image: url("../img/sp/info_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
#information h2{
	width: 30%;
	margin: 0 auto;
	padding: 5% 0 0;
}
#information h2 img{
	width: 100%;
}
.info_box{
	background-color: rgba(255,255,255,0.8);
	margin: 5% 2%;
}
.info_box h4{
background-color: #FF5B5B;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	padding: 1% 0;font-weight: bold;
}
.info_box_l span{text-align: center;}
.icon_crown{
	width:24px;
	display: inline-block;
}
.icon_crown img{
width: 100%;
	vertical-align:baseline;
}
.info_box dl{
	padding: 2%;
}
.info_box dt{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2;
	padding-bottom: 5%;
}
.tokuten span{font-size: 0.8em;  }
.info_box span{font-size: 0.8em;  display: block; }
 .timetable__title-list {
    align-items: center;    display: flex;
 
}
 .timetable__title-list li:nth-child(n+2),	.timetable__list li:nth-child(n+2){
    border-left: 2px solid #fff;
}

 .timetable__title-list li {
	 background: #ffbb00;
 flex: 1;
	 padding: 5px;   text-align: center;    color: #fff;
    font-weight: bold; height:52px;
	 vertical-align: middle;
}
.timetable__title-list li.single{
	height:32px;
}

.timetable__list {
display: flex;    align-items: center;    
}
	.timetable__list li{	 background: #fff;}
.timetable__list li:nth-child(odd) {
    background: #e0e0e0;
}
.timetable__list li{border-top: 2px solid #fff; padding: 5px;text-align: center;
	  flex: 1;}

/****************************************
			6.コース一覧
*****************************************/

#tourList{
	background:linear-gradient(#49D8FC,#A4ECFE); 
		position: relative;
	margin-bottom: -3px;
}
.seen::after{
	content: "";
	background: url(../img/wave03.gif) center center repeat-x;
	width: 100%;
	height: 34px;
	display: block;
}
#tourList h2{
	width: 30%;
	margin: 0 auto;
	padding: 5% 0;
}
#tourList h2 img{
	width: 100%;
}
#tourList nav ul{
	width: 100%;
	display: flex;
	flex-wrap:wrap;
}
/*#tourList ul li{
	width: 46%;
	margin: 0 auto;
	border: #999999 solid 1px;
	background-color: #fff;
	background-image: url(../img/sp/icon_down01.png);
	background-repeat: no-repeat;
	background-position: bottom 0px left 50% ;
	background-size: 1.2em;
	padding: 2% 0 14px;;
	font-size: 1.2em;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
}

#tourList ul li a{
	display: inline-block;
	text-decoration: none;
	color:#000;
}*/


.tourlist_innner h4{
	position: relative;
    background-color: #ffe906;
    color: #0173bc;
    font-size: 1.2em;
    font-weight: bold;
    padding: 2%;
    margin: 5% 2%;
    height: 45px;
}
.tourlist_innner h4:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(245, 198, 21, 0);
	border-top-color: #ffe906;
	border-width: 10px;
	margin-left: -10px;
}
.tourlist_innner h4 span{
    padding: 1% 5%;
    background-color: #0073BD;
    font-size: 0.8em;
    font-weight: bold;
    color: #FFF;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-align: center;
    padding-bottom: 5px;
    position: relative;
    bottom: .2vw;
}
.tour_box{
	width: 96%;
	margin: 0 auto 5%;
	position: relative;
}

/*r完売時用*/
.tour_box .kanbai{
	position: absolute;
    top: 0;
    right: 0;
     background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 10;
}
.tour_box div.kanbai::before {
  content:'販売終了';
  color:#fff;
	font-size: 30px;
	background-color: #000;
	padding: 0 20px;
  position:relative;
	top:46%;
	left: 24%;
}


.photo_area{
    position: relative;
    height: 165px;
    overflow: hidden;
}
.photo_area img{
	width: 100%;
    position: relative;
    top: -50%;
}
.photo_area a{
 	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.photo_area .tag{
    background: #00b900;
    color: #FFF;
    position: absolute;
    padding: 1% 3%;
    z-index: 1;
    top: 3%;
    left: 3%;
    line-height: 1.5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}
.route_map{
    display: inline-block;
    background-color: #ed1f1f;
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
    padding: 1% 3% 1.2%;
    position: absolute;
    bottom: 14px;
    right: 0px;	
}
.tour_item{
	background-color: #fff;
	padding-bottom: 3%;
}


.tour_item {
  position: relative;
}
 
.link_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
    left: 0;}
/*
.tour_item:hover{
background-color:#FFE900;transition:all 0.4s ease;
}  
*/

.tour_item h5{
	color:#0C386B;
	font-weight: bold;
	font-size:1.2em;
	border-bottom: dotted #000000 2px;
	padding: 2% 0;
	margin: 0 2% 2%;
	line-height: 1.2;
}

.tour_price{
	color: /*#0C386B*/#ff2121;
	padding: 0 0 2% 2%;
	font-size: 1.1em;
}
.tour_item span + span{ background: none; color:#ff2121;width:60%; text-align: left; display: inline-block;    font-size: 1.0em; padding: 0;}

.tour_dep,.tour_days,.tour_route{
	padding: 0 2% 2% 2%;
	font-size: 1.1em;
	line-height: 1.3;
}
.tour_item span.midashi{
	display: inline-block;
	width: 30%;
	background-color: #EEEEEE;
	text-align: center;
	padding: 1% 5%;
	color: #000;
	font-size: 0.8em;
    margin-right: 1%;
}
.link_btn a{
	display: block;
	background-color: #fed627;
	width:80%;
	margin: 0 auto;
	padding: 2%;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color:#333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.pacific_sub{
	margin: 5% 2%;
	padding: 2%;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background-color: #fac;
}

.sub_link a{
	display: block;
	background: url("/ngo/common/img/icon/icon_next01_wh.png") no-repeat right 50% #0C386B;
        background-size: 25px;
	text-align: center;
	padding: 4%;
	color: #FFF;
	border-radius: 0 0 4px 4px;
}
.sub_link a{ color: #fff;}

/****************************************
			7.その他
*****************************************/
#degiPfArea{
	padding: 5% 0;
}

#degiPfArea h2, .seen h2, #cabin h2{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
#degiPfArea ul li{
	display: flex;
	margin: 1% 2%;
	padding: 2%;
	border: #AAAAAA solid 1px;

}
.degiPf_l{
	width: 25%;
}
.degiPf_l img{
	width: 100%;
}
.degiPf_r{
	width: 75%;
	padding: 0 0 0 5%;
}
.degiPf_notes{
	display:inline-block; 
	background-color: #E04747;
	color:#fff;
	padding: 1% 10%;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	text-align: center;
	margin-bottom: 1%;
}
.degiPf_dep{
	font-size: 1.2em;
	padding-bottom: 2%;
}
.degiPf_ttl{
	font-size: 1.6em;
	padding-bottom: 5%;
}
.degiPf_link{
	width: 100%;
	border: #AAAAAA solid 1px;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	background-image: url(../img/icon_btn01.png);
	background-position: left 2px bottom 50%;
	background-size: 14px;
	background-repeat: no-repeat;
	font-size: 1.1em;
	padding: 3% 0 3% 20px;
}
.degiPf_link a{
	display: block;
	text-decoration: none;
	color:#000;
}
.degiPf_link:hover{
	background-color: #ffe3e3;
}
#otherArea{
	padding: 0 5% 5%;
}
#otherArea h3{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
#otherArea img{
	width: 100%;
}

/****************************************
			8.波のCSS*
*****************************************/
#sineCanvasTop{
	width: 100%;
    height: 100px;
    vertical-align: top;
	transform: scale(1, -1);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 99%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 99%); 
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 99%);
}
#sineCanvasBottom {
    width: 100%;
    height: 100px;
    vertical-align: top;
	background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(85,209,247,0) 60%, rgba(73,216,252,0.96) 99%, rgba(73,216,252,1) 100%);
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(85,209,247,0) 60%,rgba(73,216,252,0.96) 99%,rgba(73,216,252,1) 100%);
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(85,209,247,0) 60%,rgba(73,216,252,0.96) 99%,rgba(73,216,252,1) 100%); 
}

/****************************************
			9.フェードイン
*****************************************/
.rightAnime {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-name: rightAnime;
	-ms-animation-name: rightAnime;
	animation-name: rightAnime;
	visibility: visible !important;
}

@-webkit-keyframes rightAnime {
	0% { opacity: 0; -webkit-transform: translateX(50px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes rightAnime {
	0% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

/**左からふわっと**/
.leftAnime {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-name: leftAnime;
	-ms-animation-name: leftAnime;
	animation-name: leftAnime;
	visibility: visible !important;
}

@-webkit-keyframes leftAnime {
	0% { opacity: 0; -webkit-transform: translateX(-50px); }
	100% { opacity: 1; -webkit-transform: translateX(0); }
}
@keyframes leftAnime {
	0% { opacity: 0; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}

/****************************************
			10.マーカー
*****************************************/
.marker_box{
	position: relative;
}

.marker{
	position: absolute;
	bottom:10px;
	left: 0;
	height: 5px;
	width: 100%;
	background: #FFE900;
}

.marker02{
	left: 50%;
	width: 75%;
	transform: translateX(-50%);
	opacity: 0;
}

.markerAnime {
	animation-fill-mode:both;
	animation-duration:1.0s;
	animation-delay:1.0s;
	animation-name: marker;
	visibility: visible !important;
}

@-webkit-keyframes marker {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes marker {
	0% { opacity: 0; }
	100% { opacity: 1; }
}



.course_bn {background-color: #fff;

	padding-left:25px;
	width:96%;
	margin: 0 auto 2%;
	}

	
.link_box a{display:block; padding:15px; text-align:center; background:#06C; color:#FFFFFF; border-radius:6px; width:80%; margin:0 auto; font-size:1.3em; font-weight:bold;}


.font_em {
	font-size: 20px;
	color: red;
}
.font_bold {
	font-weight: bold;
}


/****************************************
			6.my first cruise.
*****************************************/
#myfirstcruise {
	width: 95%;
	margin: 0 auto;
	padding: 20px 10px 30px;
    background-color: #d9f7ff;
    border-radius: 48px;
}
#myfirstcruise .info_box_l{
	margin-right: 0px;
	width: unset;
}
#myfirstcruise .info_box_l p{
	text-align: center;
}
.info_box_ll a{ color: blue;text-decoration: underline;}
#myfirstcruise h4{
	font-size: 17px;
	font-weight: bold;
	text-align: center;
    margin: 5px 5px 10px;
}
#myfirstcruise dt{
	font-size: 16px;
	font-weight: bold;
	color: #0073bd;
}
#myfirstcruise dt span{
	font-size: 13px;
	background-color: #ff5e5e;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
	margin-right: 7px;
}
#myfirstcruise dd{
}

#myfirstcruise .small{
	font-size: 13px;
}
.tableBox{
	width: 100%;
    margin: 5px auto;
}

.tableBox table{
	line-height: 18px;
}
.tableBox tbody{
	background-color: #fff;
}
.tableBox th{
	height: 35px;
	color:#fff;
	font-weight:bold;
	background-color: #0073bd;
	text-align:center;
	line-height: 18px;
	padding: 5px 5px;
}
.tableBox tr,td{
	text-align:center;
	vertical-align:middle;
}
.tableBox table td.type{
	text-align:left;
	padding:5px;
	vertical-align:middle;
	width: 33%;
	font-size: 13px;
}
.tableBox table td.days{
	text-align:center;
	vertical-align:middle;
	padding-bottom:5px;
	padding-top:5px;
	font-size: 13px;
	width: 20%;
	background-color: #d9dfe2;
}
.tableBox table td.price{
	color:#b90d0d;
	text-align:center;
	vertical-align:middle;
	width:150px;
}
.bold{
	font-weight:bold;
	line-height:16px;
}
.fc_red {
	color:#b90d0d;
}

.tokuten {
    color: #343434;
    background-color: #f5c615;
    font-size: 1.1em;;
    padding: 2px 0;
    font-weight: bold;
    text-align: center;
    border: double #000;
    margin: 5% 2% 0;
}
/*国内発着商品
--------------------*/
#introduction_Area ,#introduction_Area2 {
  padding:0 2em;


}
#introduction_Area img {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
.item-box {
  width: 100%;
  padding: 0;
  margin: 20px auto 0;
  transition: all 0.2s ease;
  position: relative;
  border: solid 1px #ccc;
  background-color: #FFF;
  overflow: hidden;
}
.item-box h3 img {
  vertical-align: bottom;
}
.item-box-left {
  padding: 10px;
}
.item-box-right {
  background-color: #FFF;
  padding: 10px 10px 0;
}
.item-box-icon {}
.item-box-icon span {
  display: inline-block;
  padding: 1px 5px;
  margin-right: 5px;
}
.item-box-icon span.line {
  background: #06c755;
  color: #FFF;
}
.item-box-ttl {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  padding: 2px 0 5px 2px;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.2;
  border-bottom: 1px solid #363466;
  text-decoration: none;
  color: #363466;
  position: relative;
}
.item-box-ttl:hover {
  border-bottom: 1px solid #FFF;
}
.item-box-ttl a {
  width: 100%;
  text-decoration: none;
  display: block;
  color: #363466;
  word-wrap: break-word;
  font-size: 20px;
}
.item-box-ttl a span {
  font-size: 14px;
  display: block;
}
.item-box-ttl a:hover {
  text-decoration: none;
  color: #363466;
}
.item-box-info li {
  text-align: right;
}
.item-box-price {
  color: #F01C1C;
  font-weight: bold;
  font-size: 20px;
}
.item-box-price a {
  color: red;
  text-decoration: none;
}
.item-box-nenyu {
  color: red;
  font-size: 14px;
}
.item-box-dep {
  font-size: 12px;
}
.item-box-price a {
  color: red;
  text-decoration: none;
}
.all-in {
  display: block;
  background: blueviolet;
  color: #FFF;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 12px;
}
.item-point-ttl {
  clear: both;
  height: 30px;
  display: inline-block;
  position: relative;
}
.item-point-ttl-icon {
  position: absolute;
  top: 0;
  left: 5px;
}
.item-point-ttl-icon img {
  width: 22px;
}
.item-point-inner {
  background-color: #ff5780;
  color: #FFF;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 20px 5px 34px;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
}
.item-box-point {
  padding: 10px 10px 0;
  background-color: #ffeef1;
  margin-left: 1px;
  /*box-shadow: 0px 1px 3px #ccc;
	-moz-box-shadow: 0px 1px 3px #ccc;
	-webkit-box-shadow: 0px 1px 3px #ccc;*/
}
.item-box-point li {
  vertical-align: middle;
  display: inline-block;
  font-size: 13px;
  padding-left: 20px;
  background-image: url(/cmn/icon/icon_field_entered.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  line-height: 1.3;
  margin-bottom: 5px;
  width: 100%;
  border-bottom: 1px dotted #FF7791;
  padding-bottom: 3px;
}
.item-box-point li:empty {
  display: none;
}
.item-box-point li:last-child {
  /*background: url(../img/bg/bg_main.jpg)*/
  border-bottom: none;
}
.item-box-btn {
  margin: 15px auto 0;
  box-shadow: 0px 1px 1px #ccc;
  -moz-box-shadow: 0px 1px 1px #ccc;
  -webkit-box-shadow: 0px 1px 1px #ccc;
  text-align: center;
  width: 80%;
  font-size: 14px;
}
.item-box-btn a {
  display: block;
  padding: 6px;
  text-decoration: none;
  background-color: #777;
  color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding-left: 16px;
}
.item-box-btn a:hover {
  background: #555;
  color: #FFF;
}

.item-subbox a {
    display: block;
    border: solid #ccc;
    border-width: 0 1px 1px;
    font-weight: normal;
    padding: 5px 20px 5px 10px;
    background: url(/cmn/icon/icon_arrow_right.svg) no-repeat #FFF;
    background-size: 30px;
    background-position-y: center;
    background-position-x: calc(100% + 5px);
}

.item-subbox .ttl span {
    display: block;
    line-height: 1.2em;
}

.item-subbox .ttl p {
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: bold;
}

.item-subbox .price {
    color: #F01C1C;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}



/*gallery*/
ul.gallery {
  padding: 0;
  margin: -10px -10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 20px);
  position: relative;
}
.gallery {
  width: 100%;
}
.gallery li img {
  width: 100%;
  height: auto;
}
.slick-track {
  margin-bottom: 6px;
}
.gridCarousel__dots {
  padding-bottom: 0px;
}

.grid-col2 {
  width: 50%;
  padding: 0 4px 16px;
}
.seen {
    background:#A4ECFE;
    position: relative;
    margin-bottom: -3px;
}

.seen h3 {
    font-size: 1.1em;
    font-weight: bold;
	text-align: center;}
.seen p{text-align: center;}
#inqurybox {
    width: 96%!important;
	padding: 2%!important;
}
.tel_list>li{padding: 5px 0;}
	.tel_list>li .font-15{font-size: 1.2em!important;
	}
.tel_list>li .font-20{font-size: 1.5em!important;
	}
.tel_list>li .phone_num a {

	color: #2773BF;}


.point_btn{
	width: 100%;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
	text-align: center;
	font-size: 14px;
	margin-top: 2%;

}
.point_btn a{
	display: block;
	padding: 10px;
	text-decoration: none;
	background-color: #333333;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.point_btn a:hover{
	background: #999;
	color: #FFF;
}

/*客室
--------------------*/


.point_table_text{
	
}
.point_table_benefits{
	font-weight: bold;
	margin: 0;
	padding-left:0.5em;	font-size: 1.2em;
		color: #0073BD;
}
.point_table_circle{
	margin: 0;
	padding: 0;
	padding-left:0.5em;


}
.point_table_circle::before{
	content: "\02022";
    display:inline-block;
    color: #fed627;
	margin-right: 0.5em;
	
}

#grade,#type{
	counter-reset: number 0;
}
/*.cabin{
	letter-spacing: -.4em; 
}*/
.cabin h4{
	margin: 0 0 1.4em;
}

.cabin li{
	width: 100%;
}
#suiteBox{

	margin:20px auto;

}
.room{
	letter-spacing: -.4em; 
	font-size: 14px;display:flex;
	justify-content: space-between;
flex-wrap: wrap;

}
.room p{
	box-sizing: border-box;
	margin: 0;
	padding: 5px;
	line-height: 150%;
}
.room li{

	letter-spacing: normal;
	vertical-align: top;

	    width: calc(100% / 2 - 5px);
	box-sizing: border-box;
	border: 1px solid #0073BD;
	background: #fff;
	margin-bottom: 10px;
}
.room li img{
	width: 100%;
	padding-bottom: 2px;
}
.suite_title{
	width: 100%;
	background: #0073BD;
	color: #fff;
	text-align: center;
}
.supplement{
	text-align: right;
	font-size: 3vw;
}
.suiteBox{
	padding: 5px;
	border-top: 1px solid #ccc;
}
.suiteBox p{
	font-size: 3.5vw;
}
.suiteBox p span{
	font-weight: bold;
	padding-left: 5px;
}
.suiteBox p.notes{
	font-size: 3vw;
	border-top: 1px solid #ccc;
	margin: 10px 0 0;	
}

 p.notes{
	font-size: 3vw;
	margin: 10px 0 0;		padding-left:0.5em;
}

