@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;
}
/*見出し
*****************************/
section .heading--title {
  text-align: center;
  /*font-size: min(calc(42vw / 7.5), 30px);*/
  padding-top: 30px;
  color: #15243F;
  font-weight: bold;
  font-size: 26px;
  position: relative;
}
.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: 76px;
  /*  max-width: 118px;
  max-height: 92px;*/
  margin: auto;
}
.section__inner > .heading--title:after {
  border-bottom: dotted 4px;
  content: '';
  display: inline-block;
  width: 20%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 40%;
}
#information .heading--title {
  color: #fff;
}
#information .section__inner > .heading--title:before {
  background: url("../img/icon_w.png") no-repeat 0 0 /contain;
}
/*MV
*****************************/
#mainVisual {
  /**background-image:url(../img/main_image01.jpg);**/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
}
/**トップ画像切り替え**/
/*#mainVisualBg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 590px;
	overflow: hidden;
}*/
.slideshow {
  position: relative;
  width: 100%;
  height: 590px;
  overflow: hidden;
}
.slideshow .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-size: cover;
  background-position: center center;
}
.in {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: -1;
}
.out {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: 7s;
  transition: 7s;
  z-index: -2;
}
#mainVisual .mv__title {
  /*  text-align: center;*/
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#mainVisual h2 {
  font-size: 63px;
  font-family: "vatican", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: #021d38 1px 0 10px;
}
#mainVisual p {
  font-size: 24px;
  margin-top: -15px;
  text-shadow: #021d38 1px 0 10px;
  font-weight: bold;
}
#ttlLogo {
  background-color: #003595;
  border-bottom: 8px solid #fff;
  text-align: center;
  padding: 10px 0;
  vertical-align: middle;
}
/*intro
*****************************/
#point {
  background: url("../img/point_bg.jpg") no-repeat top center;
  background-size: cover;
}
.point_box img {
  width: 460px;
  height: 280px;
  object-fit: cover;
}
.point_box .cover1 img {
  /*  border-radius: 20% 40%;*/ border-radius: 20px 30px 10% 50%;
}
.point_box .cover2 img {
  /*  border-radius: 50%;*/ border-radius: 20px 30px 50% 10%;
}
.point_box .cover3 img {
  /*  border-radius: 50%;*/ border-radius: 50% 20px 30px 10%;
}
.point_box .cover4 img {
  border-radius: 10% 50% 20px 30px;
}
#introTxt {
  padding-top: 60px;
  padding-right: 10px;
  font-size: 19px;
  line-height: 1.8;
}
#introTtl {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  color: #15243F /*#27498C*/ ;
  font-weight: bold;
  font-size: 26px;
  padding-bottom: 60px;
  padding-top: 20px;
}
/*動画
*****************************/
#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 {
  text-align: center;
  width: 960px;
  position: relative;
  margin: 40px auto;
}
.iframe_wrap {
  height: 0;
  padding-bottom: 56.25%;
}
.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: #003595;
  border-bottom: 5px solid #A7D5F2;
  position: relative;
  font-size: 16px;
}
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: #A7D5F2;
  text-decoration: none;
}
/****************************************
		パンくず
*****************************************/
#breadcrumb {
  color: #003595;
}
/****************************************
		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 h2 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
  color: #15243F;
  font-style: italic;
  position: relative;
}
.h2_bg {
  display: block;
  width: 400px;
  margin: 0 auto 10px;
}
/*#point h2::after {
	 content: '';
  display: block; 
  width: 250px; 
  height: 50px; 
  background: url("../img/h2_bg.png") no-repeat;
  background-size: contain;
	position: absolute;
	top:0px;
	left:0px;
}*/
.point_box {
  width: 992px;
  margin: 0 auto;
}
.point_img {
  padding: 5px 0;
}
.point_inner h4 {
  font-size: 25px;
  color: #0f689c;
  font-weight: bold;
  text-align: center;
  position: relative;
  /* height: 60px;
    margin: 10px 0 15px;
    background-position: 0 -7px;
    background-image: repeating-linear-gradient(180deg, transparent, transparent 9px, rgba(166, 205, 224, 1) 9px, rgba(166, 205, 224, 1) 17px);
	
*/
}
.point_inner h4 span {
  font-weight: bold;
  font-size: 40px;
}
.point_inner h4::after {
  border-top: dotted 4px;
  content: '';
  display: inline-block;
  width: 54%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 22%;
}
.point_inner {
  width: 460px;
  margin-top: 30px;
  /*	background: #fff;*/
  line-height: 1.8;
}
.nom .point_inner {
  margin-top: 0px;
}
.box_l {
  float: left;
}
.box_r {
  float: right;
}
.point_text {
  padding: 15px 0 20px 20px;
  font-size: 18px;
}
.point_text2 {
  padding: 15px 20px 20px 0px;
  font-size: 18px;
}
.point_btn {
  width: 250px;
  box-shadow: 0px 1px 1px #ccc;
  -moz-box-shadow: 0px 1px 1px #ccc;
  -webkit-box-shadow: 0px 1px 1px #ccc;
  margin: 0 auto;
  font-size: 14px;
}
.point_btn a {
  display: block;
  padding: 15px;
  text-decoration: none;
  background-color: #0f689c /* #333333*/ ;
  color: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
}
.point_btn a:hover {
  background: #999;
  color: #FFF;
}
/****************************************
			5.お得な情報
*****************************************/
#information {
    background: url(../img/info_bg.jpg) no-repeat top center;
  background-attachment: fixed;
}
@media screen and (max-device-width: 1024px) {
    #information {
        background-image: url(../img/info_bg_sp.jpg) ;
   background-attachment: scroll;
background-size: cover;  
    }}

/*#information:before{
       position:fixed;
       top:0;
       left:0;
       width:100vw;
       height:100vh;
       background:url(../img/info_bg.jpg) no-repeat top center;
       -webkit-background-size:contain;
       background-size:contain;
       content:"";   z-index:-1;
    }*/

/**#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 h2 {
  /*padding:80px 0 20px;*/
  text-align: center;
  padding-bottom: 20px;
}
.info_box {
  background-color: rgba(255, 255, 255, 0.8);
    width: 960px;
    margin: 0 auto;
    padding: 10px;
  display: flex;
    flex-direction: column;
}
.comm{text-align: right; display: block; padding-top: 5px;font-size: 13px;}
.info_box_h4 {
 background-color: #FF5B5B;
  text-align: center;
  color:  #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 0;
    width: 960px;
    margin: 0 auto;
    border-radius: 10px 10px 0px 0px;
}
.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 dl {
 width: 100%;
}
.info_box dt {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 5px;
  line-height: 1.3;
    text-align: center;
}
.info_box dt span{font-size: 0.8em; display: block; }

.info_box dd {
  font-size: 14px;
}
.info_box span {
  font-size: 13px;

}
.timetable__list{
align-items: stretch;
  display: flex;
  text-align: center;  
    flex-wrap: wrap;
}
.timetable__list li {
  background: #fff; font-weight: bold; /* flex: 1;    */width: 25%;  align-items: center;
}
.timetable__list li:nth-child(odd) {
  background: #e0e0e0;
}
.timetable__title-list li:nth-child(n+2), .timetable__list li:nth-child(n+2) {
  border-left: 2px solid #fff;
}
.timetable__list li div {  padding: 5px;}
.timetable__title-list {
  background: #ffbb00;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.timetable__title-list {
  border-bottom: 2px solid #fff;
  padding: 5px;

}

/*.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; 
}
.timetable__list li {
  background: #fff; font-weight: bold;
}
.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: #A4ECFE;
  /*background:linear-gradient(#AAC8FF, #A4ECFE);*/
  position: relative;
  margin-bottom: -3px;
}
#inqury {
  background-image: url(../img/tour_bg.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-position: bottom 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%;
}
/*#degiPfArea{
  position: relative;}
#degiPfArea::after{
	  content: "";

  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;

	background: url("../img/nami.gif") repeat-x ;
	background-size: contain;}*/
#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;*/

}
.degiPf_l img {
  width: 100%;  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .35);
}
.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: 20px;
  padding-bottom: 20px;
  font-weight: bold;
    text-align: center;
}
.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;
}

.degiPf_link + .degiPf_link{ margin-top: 10px;}
#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: 992px;
  margin: 0 auto;
}
.marker {
  position: absolute;
  bottom: 0;
  /* left: 0;*/
  height: 20px;
  width: 60%;
  background: #80efff;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.marker02 {
  left: 50%;
  width: 55%;
  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) {

  #mainVisual h2 {
    white-space: nowrap;
  }
  #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;
}
.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: 992px;
  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 #003595;
}
.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;
}
.slick-track {
  margin-bottom: 6px;
}
@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;

  text-align: center;
  color: #fff;
  background: #003595 /*#A62205*/ ;
  padding: 10px 0px;
}
.room_txt {
  margin: 0 auto;
  text-align: left;
  padding: 10px;
  font-size: 12px;
}
.room_txt span {
  color: #003595;
  display: block;
  font-weight: bold;
}
.note_box{
    border: solid 1px #003595;
    background: #F2F2F2;
    display: flex;
    width: 600px;
    margin: 0 auto;
}
.note_box li span{
display: block;}
.note_box .item1{flex: 0 0 70%;}

.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: 992px;
  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
--------------------*/
#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%;
}
.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: 25px;
  height: 25px;
  background: url("../img/blank.svg") no-repeat 0 0;
  transform: translateY(-1px);
  background-size: contain;
}
/*説明会バナー
--------------------*/
.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%;
}*/
/*特典枠詳細「.tokuten__detail.is-special.is-type-A」
【対象ページ】
・ダイアモンドプリンセス
*/
.tokuten__detail.is-special.is-type-A {
  background: var(--default-color-blue);
  padding-top: min(calc(30vw / 7.5), 30px);
}
.tokuten__detail.is-special.is-type-A {
  padding-top: 18px;
}
.tokuten__detail.is-special.is-type-A .tokuten__detail--inner {
  padding: 0 min(calc(34vw / 7.5), 30px) min(calc(36vw / 7.5), 30px);
}
.tokuten__detail.is-special.is-type-A .tokuten__detail--inner {
  padding: 0 0 24px;
}
.tokuten__detail.is-special.is-type-A .tokuten__detail--list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.is-size-sp .tokuten__detail.is-special.is-type-A .tokuten__detail--item {
  display: grid;
  grid-template-areas:
    "img subttl"
    "img ttl"
    "txt txt";
  grid-template-rows: auto 1fr auto;
  align-items: start;
  gap: .25em 1em;
}
.tokuten__detail--item {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
.is-size-sp .tokuten__detail.is-special.is-type-A .tokuten__detail--item:not(:first-child) {
  margin-top: min(calc(45vw / 7.5), 30px);
}
.is-size-sp .tokuten__detail.is-special.is-type-A .tokuten__detail--image {
  grid-area: img;
}
.is-size-sp .tokuten__detail.is-special.is-type-A .tokuten__detail--subtitle {
  grid-area: subttl;
}
.is-size-sp .tokuten__detail.is-special.is-type-A .tokuten__detail--title {
  grid-area: ttl;
}
.is-size-sp .tokuten__detail.is-special.is-type-A .tokuten__detail--text {
  grid-area: txt;
}
.tokuten__detail.is-special.is-type-A .tokuten__detail--image {
  width: 100%;
  aspect-ratio: 220 / 146;
  margin-bottom: .5em;
  object-fit: cover;
}
.tokuten__detail.is-special.is-type-A .tokuten__detail--image {
  aspect-ratio: 300 / 206;
/*  margin-bottom: 1em;*/
}
.tokuten__detail.is-special.is-type-A .tokuten__detail--title, .tokuten__detail.is-special.is-type-A .tokuten__detail--subtitle {
  font-size: calc(18em / 14);
  margin-bottom: .5em;
  font-weight: bold;
  line-height: 1.2;
  color: #1a3b53;
}
.tokuten__detail.is-special.is-type-A .tokuten__detail--subtitle {
  margin-bottom: .25em;
  font-size: calc(16em / 14);
    color: #06687E;
}
.tokuten__detail.is-special.is-type-A .tokuten__detail--title span:not([class]) {
  font-size: calc(12em / 18);
    display: block;
    text-align: right;
}

.tokuten__detail.is-special.is-type-A .tokuten__detail--obi {
  display: flex;
  justify-content: center;
  height: calc(90vw / 7.5);
  margin-bottom: calc(20vw / 7.5);
  background-position: 0 calc(-14vw / 7.5);
  background-image: repeating-linear-gradient(180deg, transparent, transparent calc(14vw / 7.5), rgba(166, 205, 224, 1) calc(14vw / 7.5), rgba(166, 205, 224, 1) calc(28vw / 7.5));
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
}
.tokuten__detail.is-special.is-type-A .tokuten__detail--obi {
  height: 60px;
  margin: 10px 0 15px;
  background-position: 0 -7px;
  background-image: repeating-linear-gradient(180deg, transparent, transparent 9px, rgba(166, 205, 224, 1) 9px, rgba(166, 205, 224, 1) 17px);
}
.tokuten__detail.is-special.is-type-A .tokuten__detail--obi::after {
  content: "";
  width: calc(120vw / 7.5);
  height: calc(70vw / 7.5);
  background: var(--default-norepeat-center-cover);
}
.tokuten__detail.is-special.is-type-A .tokuten__detail--obi::after {
  width: 120px;
  height: 70px;
  transform: translateY(-12px);
}
#tokuten-princessSt .tokuten__detail.is-special.is-type-A .tokuten__detail--obi::after {
  background-image: url("../img/logo_princessSt.png");
}
#tokuten-princessSt .tokuten__detail.is-special.is-type-A {
/*    background: #336666;*//*border-radius:10px ;*/
    text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
    margin-top: 18px;


}
#tokuten-princessSt .tokuten__detail--inner{    margin: 0 24px;}
#tokuten-princessSt .service{

    margin: 0 auto;
    display: flex; justify-content: center;
align-items: center;

}
#tokuten-princessSt .service img {padding: 5px;}
#tokuten-princessSt .service img:nth-child(odd) {width: 140px;}

#tokuten-princessPlus .tokuten__detail.is-special.is-type-A .tokuten__detail--obi::after {
  background-image: url("../img/logo_princessPlus.png");
}
#tokuten-princessPremier .tokuten__detail.is-special.is-type-A .tokuten__detail--obi::after {
  background-image: url("../img/logo_princessPremier.png");
}
/*特典枠詳細「.tokuten__detail.is-special.is-type-B」
【対象ページ】
・コスタセレーナ
*/
.tokuten__detail.is-special.is-type-B .tokuten__detail--list {
  display: grid;
  gap: min((40vw / 7.5), 20px) 0;
}
.tokuten__detail.is-special.is-type-B .tokuten__detail--main {
  display: grid;
  background: var(--default-color-blue);
  gap: min((30vw / 7.5), 30px) min((20vw / 7.5), 18px);
  padding: min((30vw / 7.5), 20px) min((20vw / 7.5), 20px)
}
.tokuten__detail.is-special.is-type-B .tokuten__detail--main {
  grid-template-columns: 180px 1fr;
}
.is-original-size-sp .tokuten__detail.is-special.is-type-B .tokuten__detail--main {
  justify-items: center;
}
.tokuten__detail--texts {
  padding: 15px;
}
.is-original-size-sp .tokuten__detail.is-special.is-type-B .tokuten__detail--image {
  width: min((270vw / 7.5), 270px);
}
.tokuten__detail.is-special.is-type-B .tokuten__detail--title {
  font-weight: bold;
  color: #0f689c;
  font-size: calc(16em / 14);
}
.tokuten__detail.is-special.is-type-B .tokuten__detail--title:not(:last-child) {
  margin-bottom: .6em;
}
.tokuten__detail.is-special .tokuten__detail--notes {
  margin-top: 1.5em;
  padding-top: 1em;
  /*  border-top: 2px dotted #989da0;*/
  border-top: 2px dotted #fff;
  color: #fff;
}
.tokuten__detail.is-special .tokuten__detail--product {
  background: #fff;
  margin-top: 1.5em;
}
.tokuten__detail.is-special.tokuten__detail--product--icon {
  margin-right: .5em;
}
.tokuten__detail.is-special .tokuten__detail--product--link {
  display: inline-block;
}
.base-product-icon {
  /*  font-size: calc(12em / var(--default-fs-pc));*/
  line-height: 1;
  color: #fff;
  background: #06687E;
  display: inline-block;
  padding: .3em .5em .4em;
}
.tokuten__title--number {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  text-align: center;
  color: #06687E;
  background: #fff;
  width: 1.25em;
  height: 1.25em;
  border-radius: 100%;
  margin: 0 1em 0 .25em;
  padding-bottom: 2px;
}
.tokuten__block:not(:last-child) .tokuten__contents {
  padding-bottom: min(calc(80vw / 7.5), 60px);
}
.tokuten__contents {
  display: block !important;
}
.is-original-size-sp .tokuten__contents {
  width: var(--default-width-inner);
  margin: auto;
} /* --- 各セクション： 特典*/
.is-original-size-sp #tokutenArea .section__inner {
  width: 100%;
}
.tokuten__block:not(:first-child) {
  margin-top: min(calc(20vw / 7.5), 20px);
}
.tokuten__title, .tokuten__subtitle {
  font-weight: bold;
  font-size: calc(28em / 24);
  margin: 5px 0;
  color: #fff;
}
.tokuten__title {
  /*  background: #0f689c;*/
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.tokuten__lead {
  color: #FFF;
  font-size: 18px;
}
.tokuten__title[class*="accordion"]::after {
  content: "";
  width: 1em;
  height: 1.8em;
  margin: .5em;
  margin-left: 1em;
  background: var(--default-icon-right-white);
  transform: rotate(90deg);
  transition: transform .4s;
}
.tokuten__title[class*="accordion"].is-open::after {
  transform: rotate(-90deg);
}
.tokuten__title--texts {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  flex: 1;
  line-height: 1.3;
}
.tokuten__detail.is-simple, .tokuten__detail.is-special .tokuten__detail--product {
  border: 1px solid #0f689c;
  font-size: calc(16em / 14);
  padding: .5em 1em;
  margin-top: 1em;
}
.tokuten__detail--text .bg_bk{background: #000; color: #fff; display: inline-block; padding: 0 5px ; margin-bottom: 2px;}

