@charset "utf-8";
/****************************************
		0. 全体の設定
*****************************************/
/*--clearfix--*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 100%;
  overflow: hidden; /* for dreamweaver */
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
.clear {
  display: block;
  clear: both;
  font-size: 0;
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  content: " ";
}
html, body {
  text-align: left;
  color: #333333;
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
}
a img {
  border-style: none;
}
img {
  max-width: 100%;
  height: auto;
  width /***/ : auto;
  vertical-align: bottom;
}
/*全体設定
*****************************/
* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header #header_Right #accountMenu {
  margin-top: 10px;
}
main {
  width: 100%;
  min-height: 900px;
  margin: 0 auto;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
}
/*見出し
*****************************/
section .heading--title {
  text-align: center;
  color: #06687E;
  font-weight: bold;
  font-size: 26px !important;
  padding-top: 20px;
}
.section__inner > .heading--title:before {
  content: "";
  display: block;
  background: url("../img/icon.png") no-repeat 0 0 /contain;
  width: calc(134vw / 7.5);
  height: calc(110vw / 7.5);
  max-width: 118px;
  max-height: 92px;
  margin: auto;
}
/*MV
*****************************/
#mainVisual {
  background-image: url(../img/main_image01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  height: 590px;
}
#mainVisual .mv__title {
  text-align: center;
  color: #ffd75b;
  padding-top: 165px;
  font-family: "the-seasons", sans-serif;
}
#mainVisual h2 {
  font-size: 76px;
  font-weight: 700;
  font-style: italic;
  background: linear-gradient(#ffd75b, #fffed4, #ffd75b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#mainVisual p {
  font-size: 24px;
  margin-top: -15px;
}
#ttlLogo {
  background-color: #010233;
  border-bottom: 8px solid #fff;
  text-align: center;
  /*	padding: 10px 0;*/
  vertical-align: middle;
}
/*intro
*****************************/
#introTxt {
  padding-top: 60px;
  padding-right: 10px;
  font-size: 19px;
  line-height: 1.8;
}
#introTtl {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  color: #3C7DA6;
  font-weight: bold;
  font-size: 26px;
  padding-top: 20px;
}
/*スライダー
*****************************/
.photoTxt {
  /*  position: relative;*/
  width: 1060px;
  margin:30px auto;
  max-width: 100%;
  overflow: hidden;
  display: flex;
}
.photoTxt p {
  width: 580px;
  font-size: 19px;
  line-height: 1.8;
  text-align: center;
  padding-top: 20px;
}
.photoTxt img { /*flex: 1;*/ width: 240px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.photoTxt img { width: 20%;}
	.photoTxt p{60%;}
}

/*.photoTxt:before {
  content: ''; 
  display: inline-block;
  width: 250px;
  height: 250px; 
  background-image: url(../img/kazari_L.png);
  background-size: contain;
	position: absolute;
	top:-20px;
	left:-170px;
}
.photoTxt:after {
  content: '';
  display: inline-block; 
  width: 250px; 
  height: 250px; 
  background-image: url(../img/kazari_R.png);
  background-size: contain;
  vertical-align: middle;
	position: absolute;
	top:-80px;
	right:-170px;
}
*/
/*動画
*****************************/
#movie {
  background: url(../img/bg.jpg) repeat-x center top;
  background-size: contain;
}
.movie_wrap h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.movie_wrap {
  padding: 40px 0 0;
  text-align: center;
  width: 960px;
  position: relative;
  margin: 0 auto;
}
.iframe_wrap {
  height: 0;
  padding-bottom: 55.8%;
}
.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
}
main .hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
main nav {
  width: 100%;
  background-color: #3C7DA6;
  border-bottom: 5px solid #A3C9D9;
  position: relative;
}
main nav:before {
  position: absolute;
  top: -11px;
  background-image: url(../img/wave01.png);
  background-repeat: repeat-x;
  background-position: center top;
  content: '';
  height: 12px;
  display: block;
  width: 100%;
}
main nav ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  height: 72px;
}
main nav ul li {
  width: calc(100% / 4);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px dotted #fff;
}
main nav ul li:first-child {
  border-left: 1px dotted #fff;
  letter-spacing: -0.1em;
}
main nav ul li a {
  text-align: center;
  color: #fff;
  padding: 12px 0;
  text-decoration: none;
  font-weight: bold;
}
main nav ul li a:hover {
  color: #F2EBD5;
  text-decoration: none;
}
/****************************************
		パンくず
*****************************************/
#breadcrumb {
  color: #010233;
}
/****************************************
		2.コンテンツ共通設定
*****************************************/
section {
  padding: 60px 0;
}
.section__inner {
  width: 992px;
  margin: 0 auto;
}
#introArea {
  background-image: url(../img/bg01.png);
  background-repeat: no-repeat;
  height: 459px;
  background-position: center top;
}
#introInner {
  width: 972px;
  margin: 0 auto;
  padding: 80px 10px 0;
}
#introImage {
  float: left;
  width: 300px;
  margin-right: 60px;
}
/****************************************
			4.魅力
*****************************************/
.read {
  width: 760px;
  margin: 0 auto;
  padding: 30px 0 60px;
}
.read img {
  max-width: 100%;
}
#point {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
#point h2 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.point_check_box {
  width: 100%;
}
.point_box {
  width: 960px;
  margin: 0 auto;
}
.point_inner h4 {
  font-weight: bold;
  font-size: 22px;
}
.point_inner h4 span {
  font-weight: bold;
  font-size: 40px;
}
.point_inner {
  width: 430px;
  margin-top: 70px;
}
.box_l {
  float: left;
}
.box_r {
  float: right;
}
.point_text {
  padding: 10px 0 10px 30px;
}
.point_btn {
  width: 250px;
  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-left: 194px;
}
.point_btn a {
  display: block;
  padding: 15px;
  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;
}
/****************************************
			5.お得な情報
*****************************************/
#information {
  background-image: url(../img/info_bg.png);
  background-repeat: no-repeat;
  position: relative;
  background-position: top center;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}
/**#information:before {
    position: absolute;
    top: 0px;
    background-image: url(../img/wave04.png);
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 90px;
    display: block;
    width: 100%;
}**/
#informationInner {
  width: 960px;
  margin: 0 auto;
}
#informationInner h2 {
  /*padding:80px 0 20px;*/
  text-align: center;
  padding-bottom: 20px;
}
.info_box {
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}
.info_box a {
  color: blue;
  text-decoration: underline;
}
.info_box_l {
  width: 240px;
  margin-right: 20px;
}
.info_box_l span {
  text-align: center;
}
.tokuten {
  color: #343434;
  background-color: #f5c615;
  font-size: 16px;
  padding: 2px 0;
  font-weight: bold;
  text-align: center;
  border: double #000;
  margin-bottom: 5px;
}
.tokuten span {
  font-size: 0.8em;
}
.info_box_ll a {
  color: blue;
  text-decoration: underline;
}
.info_box h4 {
  background-color: #FF5B5B;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0;
  display: flex;
  align-item: center;
  justify-content: center;
}
.info_box dl {
  width: 70%;
}
.info_box dt {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
  line-height: 1.3;
}
.info_box dd {
  font-size: 14px;
}
.info_box span {
  font-size: 13px;
  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;
}
.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(#FDF6EC, #A4ECFE);
  position: relative;
  margin-bottom: -3px;
}
#inqury {
  background-image: url(../img/tour_bg.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-position: top center;
  background-attachment: fixed;
  margin: 0;
  padding: 60px 0;
}
/**#tourList:before {
    position: absolute;
    top: -55px;
    background-image: url(../img/wave02.png);
    background-repeat: repeat-x;
    background-position: center top;
    content: '';
    height: 55px;
    display: block;
    width: 100%;
}**/
#tourList h2 {
  padding: 30px 0 20px;
  text-align: center;
}
.tourlist_innner {
  width: 960px;
  margin: 0 auto;
}
.tourlist_innner h4 {
  position: relative;
  background-color: #F2EBD5;
  color: #0173bc;
  font-size: 22px;
  font-weight: bold;
  padding: 8px 0 7px;
  margin-bottom: 30px;
  text-align: center;
  height: 46px;
}
.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: #F2EBD5;
  border-width: 20px;
  margin-left: -20px;
}
.tourlist_innner h4 span {
  padding: 5px 30px;
  background-color: #0073BD;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-align: center;
  position: relative;
  bottom: 3px;
}
.tour_box {
  /*width:24%;*/
  /*margin: 0 .5% 3%;*/
  /*	width:31%;*/
  width: 48%;
  float: left;
  margin: 0 1% 3%;
  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: 1000;
}
.tour_box div.kanbai::before {
  content: '販売終了';
  color: #fff;
  font-size: 30px;
  background-color: #000;
  padding: 0 20px;
  position: relative;
  top: 46%;
  left: 24%;
  z-index: 2000;
}
.photo_area {
  position: relative;
}
.photo_area a {
  display: block;
  overflow: hidden;
}
.photo_area img {
  width: 100%;
  vertical-align: bottom;
}
.photo_area:hover {
  opacity: 0.8;
}
.photo_area .tag {
  background: #00b900;
  color: #FFF;
  position: absolute;
  padding: 3px 10px 2px;
  z-index: 1;
  top: 7px;
  left: 10px;
  -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;
  color: #fff;
  font-size: 15px;
  padding: 2px 10px 1px;
  position: absolute;
  bottom: 5px;
  right: 0px;
}
.tour_item {
  background-color: #fff;
  position: relative;
  background-image: url(../img/icon_corner.png);
  background-position: right 1px bottom 1px;
  /*background-size: 8px;*/
  background-repeat: no-repeat;
  /*margin-bottom: 5px;*/
  padding: 0 5px 5px;
}
.tour_item h5 {
  color: #0C386B;
  font-weight: bold;
  font-size: 16px;
  padding: 8px 0 0;
  margin: 0 10px 15px;
  line-height: 1.2;
  position: relative;
  box-sizing: border-box;
}
.tour_item h5::after {
  content: "";
  border-bottom: dotted #000000 2px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.tour_item a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.tour_item:hover {
  /*	background-color:#fff9b9;*/ background-color: #FFE900;
}
.tour_price {
  font-weight: bold;
  color: /*#0C386B*/ #ff2121;
  padding: 0 0 10px 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.tour_item span + span {
  background: none;
  color: #ff2121;
  width: 100%;
  text-align: left;
}
.tour_dep, .tour_days {
  font-weight: bold;
  padding: 0 0 0 10px;
  margin: 0 0 10px;
  box-sizing: border-box;
}
.tour_route {
  font-size: 13px;
  padding: 0 14px 10px;
  line-height: 1.3;
  box-sizing: border-box;
}
.tour_item span.midashi {
  display: inline-block;
  width: 80px;
  background-color: #EEEEEE;
  text-align: center;
  padding: 2px 10px;
  color: #000;
  font-size: 14px;
  margin-right: 5px;
}
.tour_point {
  background-color: #fff;
  border: #F5C615 solid 2px;
  padding: 5px;
}
.tour_point dt {
  color: #FF5A5A;
  font-weight: bold;
  text-align: center;
}
.tour_point dd {
  font-size: 14px;
}
.pacific_sub {
  width: 60%;
  margin: 0 auto 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #fac;
}
.link_btn a {
  font-size: 0;
}
.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;
}
.item-subbox a:hover {
  background: url(/cmn/icon/icon_arrow_right.svg) no-repeat #ffffbc;
  background-size: 30px;
  background-position-y: center;
  background-position-x: 100%;
}
.sub_link a {
  color: #fff;
}
.item-subbox a {
  display: flex;
  font-weight: normal;
  padding: 15px 10px;
  border: solid #ccc;
  border-width: 0 1px 1px;
  align-items: center;
  background: #FFF;
}
.item-subbox .ttl {
  width: 50%;
  padding: 2px 10px 2px 0;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: bold;
}
.item-subbox .ttl span {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
}
.item-subbox .ttl p {
  font-weight: bold;
}
.day {
  width: 20%;
}
.price {
  width: 30%;
  color: #F01C1C;
  font-size: 16px;
  font-weight: bold;
}
/****************************************
			7.その他
*****************************************/
#cabin {
  position: relative;
}
#cabin:before {
  position: absolute;
  top: 0px;
  background-image: url(../img/wave03.gif);
  background-repeat: repeat-x;
  background-position: center top;
  content: '';
  height: 52px;
  display: block;
  width: 100%;
}
#degiPfInner {
  width: 960px;
  margin: 0 auto;
}
#otherInner {
  width: 460px;
  margin: 0 auto;
  padding: 40px 0;
}
#degiPfInner h2, .seen h2, #cabin h2, #otherInner h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 60px 0 20px;
}
#degiPfInner ul {
  display: flex;
  /*width: 960px;*/
  width: 460px;
  margin: 0 auto;
}
#degiPfInner li {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.degiPf_l {
  width: 160px;
  margin: 0 auto;/*box-shadow: 2px 3px 0 0 #d6d6d6;*/
	box-shadow:0 0 5px 0 rgba(0,0,0,.35);

}
.degiPf_l img {
  width: 100%;
}
.degiPf_r {
  width: 280px;
  padding: 0 20px;
  text-align: center;
}
.degiPf_notes {
  display: inline-block;
  background-color: #E04747;
  color: #fff;
  padding: 2px 20px;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 10px;
}
.degiPf_dep {
  font-size: 18px;
  padding-bottom: 10px;
}
.degiPf_ttl {
  font-size: 21px;
  padding-bottom: 10px;
  font-weight: bold;
}
.degiPf_link {
  width: 100%;
  border: #AAAAAA solid 1px;
  border-radius: 6px;
  background-image: url(../img/icon_btn01.png);
  background-position: left 2px bottom 50%;
  /*background-size: 8px;*/
  background-repeat: no-repeat;
  font-size: 14px;
  padding: 15px 0 15px 30px;
}
.degiPf_link a {
  display: block;
  text-decoration: none;
  color: #000;
}
.degiPf_link:hover {
  background-color: #ffe3e3;
}
#otherInner img:hover {
  opacity: 0.8;
}
/**波のCSS**/
#sineCanvasTop {
  width: 100%;
  height: 200px;
  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) 88%, 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) 88%, 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) 88%, rgba(255, 255, 255, 1) 99%);
}
#sineCanvasBottom {
  width: 100%;
  height: 200px;
  vertical-align: top;
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, rgba(85, 209, 247, 0) 76%, 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) 76%, 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) 76%, rgba(73, 216, 252, 0.96) 99%, rgba(73, 216, 252, 1) 100%);
}
/****************************************
			11.フェードイン
*****************************************/
/**右からふわっと**/
.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);
  }
}
.rightAnimeout {
  -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: rightAnimeout;
  -ms-animation-name: rightAnimeout;
  animation-name: rightAnimeout;
  visibility: visible !important;
}
@-webkit-keyframes rightAnimeout {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
  }
}
@keyframes rightAnimeout {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
}
/**左からふわっと**/
.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);
  }
}
.leftAnimeout {
  -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: leftAnimeout;
  -ms-animation-name: leftAnimeout;
  animation-name: leftAnimeout;
  visibility: visible !important;
}
@-webkit-keyframes leftAnimeout {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
  }
}
@keyframes leftAnimeout {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
/**マーカー**/
.marker_box {
  position: relative;
}
#markerH3 {
  width: 960px;
  margin: 0 auto;
}
.marker {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 60%;
  background: #FFE900;
  z-index: -1;
}
.marker02 {
  left: 50%;
  width: 45%;
  transform: translateX(-50%);
}
.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;
  }
}
/*ie用*/
.is-ie11 #header #header_Right #accountMenu {
  height: 29px;
}
.is-ie11 #iconBtnNational {
  background-position: -16px -82px;
}
/*ff用*/
.is-firefox #header img {
  vertical-align: middle;
}
.is-firefox #iconBtnNational {
  background-position: -16px -81px;
}
/*ipad用*/
@media screen and (max-device-width: 1024px) {
  #point, #intro, #contents {}
  #mainVisual {
    background-image: url(../img/main_image01.jpg);
    z-index: -3;
  }
  .movie_wrap {
    width: 100%;
  }
  .slideshow {}
  .slideshow .item {
    width: auto;
    left: 50%;
  }
  .in {
    -webkit-transform: scale(1) translateX(-50%);
  }
  .out {
    -webkit-transform: scale(1.25) translateX(-40%);
    transform: scale(1.25) translateX(-40%);
  }
  #sineCanvasTop {
    margin-top: -5px;
  }
  #sineCanvasBottom {
    margin-bottom: -5px;
  }
  #information {
    background-attachment: scroll;
  }
}
.course_bn {
  background-color: #fff;
  padding-left: 40px;
  width: 60%;
  margin: 0 auto 20px;
}
.link_box a {
  display: block;
  padding: 15px;
  text-align: center;
  background: #06C;
  color: #FFFFFF;
  border-radius: 6px;
  width: 80%;
  margin: 0 auto;
}
.link_box a:hover {
  background: #F90;
  text-decoration: none;
}
.font_em {
  font-size: 26px;
  color: red;
}
.font_bold {
  font-weight: bold;
}
/****************************************
			6.my first cruise.
*****************************************/
#myfirstcruise {
  width: 960px;
  margin: 0 auto;
  padding: 40px 50px;
  background-color: #d9f7ff;
  border-radius: 60px;
  font-size: 16px;
}
#myfirstcruise .info_box_l {
  margin-right: 0px;
  width: unset;
}
#myfirstcruise .info_box_l p {
  margin: 0 auto;
  width: 35% !important;
}
#myfirstcruise h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 10px;
}
#myfirstcruise dt {
  font-size: 16px;
  font-weight: bold;
  float: left;
  color: #0073bd;
}
#myfirstcruise dt span {
  font-size: 13px;
  background-color: #ff5e5e;
  color: #fff;
  padding: 2px 8px;
  border-radius: 9px;
  margin-right: 10px;
}
#myfirstcruise dd {
  margin-bottom: 2px;
}
#myfirstcruise .small {
  font-size: 13px;
}
.tableBox {
  width: 830px;
  margin: 5px auto;
}
.tableBox table {
  padding: 10px 5px;
  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: 10px;
  vertical-align: middle;
  width: 40%;
  font-size: 14px;
}
.tableBox table td.days {
  text-align: center;
  vertical-align: middle;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 15px;
  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;
}
/*国内発着商品
--------------------*/
.item-box {
  width: 100%;
  padding: 0;
  margin: 20px auto 0;
  transition: all 0.2s ease;
  position: relative;
  border: solid 1px #ccc;
  background-color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  overflow: hidden;
}
.item-box h3 img {
  vertical-align: bottom;
}
.item-box-left {
  float: left;
  padding: 10px;
  width: 64%;
}
.item-box-right {
  float: right;
  background-color: #FFF;
  padding: 10px;
  width: 36%;
}
.item-box-icon {
  padding-bottom: 5px;
}
.item-box-icon span {
  display: inline-block;
  padding: 2px 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: 2px solid #363466;
  text-decoration: none;
  color: #363466;
  position: relative;
}
.item-box-ttl:hover {
  border-bottom: 2px solid #010233;
}
.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: inline-block;
  background: blueviolet;
  color: #FFF;
  padding: 2px 6px;
  border-radius: 2px;
  margin-right: 30px;
  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: 40%;
  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;
}
/*gallery*/
ul.gallery {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* margin: 0 -8px; */
  position: relative;
}
.gallery {
  width: 100%;
}
.gallery li img {
  width: 100%;
  height: auto;
}
.slick-track {
  margin-bottom: 6px;
}
.seen {
  background: #A4ECFE;
  position: relative;
  margin-bottom: -3px;
}
.seen h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.seen p {
  text-align: center;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.tel_list > li .phone_num a {
  color: #2773BF;
}
/*客室
--------------------*/
#roomArea {
  position: relative;
}
#roomArea:before {
  position: absolute;
  top: 0px;
  background-image: url(../img/wave03.gif);
  background-repeat: repeat-x;
  background-position: center top;
  content: '';
  height: 52px;
  display: block;
  width: 100%;
}
.room {
  letter-spacing: -.4em;
  display: flex;
  /*	justify-content: space-between;*/
	justify-content: center;
  flex-wrap: wrap;
}
.room li {
  font-size: 14px;
  letter-spacing: normal;
  vertical-align: top;
/*  width: calc(100% / 3 - 10px);*/
 width: 370px;
  box-sizing: border-box;
  /*	border: 1px solid #A62205;*/
  background: #fff;
  margin: 0px 0px 10px 10px;
}
/*.room li img{padding: 5px;}*/
.room_h2 {
  margin: 0 auto;
  //  border-radius: 10px 10px  0px 0px;
  text-align: center;
  color: #fff;
  background:#010233 /*#A62205*/;
  padding: 10px 0px;
}
.room_txt {
  margin: 0 auto;
  text-align: left;
  padding: 10px;
  font-size: 12px;
}
.room_txt  span{
 color: #010233;
	display: block;	font-weight: bold;
}
.btn_area {
  margin: 0 auto;
  text-align: center;
  width: 600px;
  padding-top: 15px;
}
.button {
  font-size: 16px !important;
}
.photo_slider {
  width: 100%;
  height: 100%;
  padding: 0 0 20px;
}
.photo_slider img {
  padding: 20px;
  max-width: 100%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .photo_slider img {
    padding: 10px;
  }
}
.nopc {
  display: none;
}
/*prodct.shtml
-----------------*/
#introduction_Area {}
#introduction_Area a {
  text-decoration: none;
}
.introduction_Inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.3px;
  /*	display: flex;  */
  justify-content: center;
  padding-bottom: 50px;
}
.item-box2 a {
  display: block;
  font-weight: normal;
  padding: 15px 10px;
  border: solid #aaa;
  border-width: 2px;
  align-items: center;
  margin-top: 14px;
  background: #fff;
}
.item-box2 a:hover {
  background: url(/cmn/icon/icon_arrow_right.svg) no-repeat #ffffbc;
  background-size: 30px;
  background-position-y: center;
  background-position-x: 100%;
}
.item-box2 .item-box- {
  width: 100%;
}
.item-box2 .item-box-ttl {
  width: 96%;
  font-size: 18px;
  border-bottom: none;
}
.item-box2 .item-box-ttl span {
  padding-right: 10px;
}
.item-box2 .item-box-info {
  display: flex;
  justify-content: end;
  align-items: center;
}
.item-box2 .item-box-info li {
  text-align: left;
}
.item-box2 .item-box-dep {
  width: 20%;
  font-size: 14px;
}
.item-box2 .item-box-price {
  width: 30%;
  font-size: 16px;
}
/*SHIP DATA
--------------------*/
.shipdata {
  border: 2px solid #3E95AA;
  padding: calc(14vw / 7.5);
}
.shipdata {
  padding: 13px;
  text-align: center;
}
#shipdataArea .grid-row {
  justify-content: space-between;
  margin: 0;
}
.shipdata__title {
  margin-bottom: 20px;
}
.align-center {
  text-align: center !important;
}
.is-original-size-sp .shipdata__title--text {
  width: calc(330vw / 7.5);
}
.shipdata__title--text {
  max-width: 165px;
}
.is-original-size-sp .shipdata__image--list {
  margin: calc(40vw / 7.5) 0 calc(50vw / 7.5);
}
.shipdata__inner {
  border: 1px solid #3E95AA;
  padding: calc(58vw / 7.5) calc(34vw / 7.5) calc(50vw / 7.5);
}
.shipdata__inner {
  padding: 45px calc((50 / 962) * 100%) calc(45px - 16px);
}
#shipdataArea .grid-col2 {
  padding: 0;
}
.is-original-size-sp #shipdataArea .grid-col2 {
  width: 100%;
}
#shipdataArea .grid-col2.is-block-images {
  width: 340px;
}
#shipdataArea .grid-col2.is-block-texts {
  width: calc(100% - (340px + 20px));
  max-width: 470px;
}
.shipdetail {
  color: var(--default-color-darkgreen);
  display: flex;
  flex-wrap: wrap;
}
.shipdata__image--list img {
  width: 100%;
}
.shipdetail_title, .shipdetail_text {
  padding: .5em 0;
}
.shipdetail_title {
  font-weight: bold;
  width: 9em;
  padding-left: .5em;
}
.shipdetail_text {
  width: calc(100% - 9em);
  display: flex;
  flex-wrap: wrap;
}
.shipdetail_text::before {
  content: "：";
  margin-right: .5em;
}
.shipdetail_text::after {
  content: "";
  width: calc(100% + 9em);
  height: 1px;
  display: block;
  border-bottom: 1px dashed #AAD2DB;
  margin-left: -9em;
  transform: translateY(.5em);
}
.shipdetail_text__inner {
  flex: 1;
  padding-right: .5em;
}
.shipdetail [class*="digitalpamphlet"] {
  background: #dcecf0;
}
.section .section__inner {
  padding: 50px 0;
}
a.base-text-link {
  color: #1976d2;
   !important;
  text-decoration: underline !important;
}
.base-text-link[target="_blank"]::after {
 content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.8em;
    height: 1em;
    background: url( "../img/blank.svg") no-repeat ;
    transform: translateY(-1px);
}

/*説明会バナー
--------------------*/
.bnr {
  width: 960px;
  margin: 0 auto 30px;
  background-color: #000f54;
}
.bnr a:hover {
  opacity: 0.8;
}


#shipdataArea + .bnr {
	margin-top: -80px;
}
	
section[id^="degiPfArea"] {
padding-top: 0;
}
section[id^="shipdataArea"] {
padding-top: 0;
}


/*客室
--------------------*/
. /*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%;
}*/