@charset "utf-8";

#degiPfArea{
	position: relative;
}

/*
#degiPfArea: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;
	padding: 60px 0;
}
#otherInner{
	width: 460px;
	margin: 0 auto;
	padding: 40px 0;
}

/*#degiPfInner h3,#otherInner h3{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}

#degiPfInner ul{
	display: flex;
	width: 960px;
	flex-wrap: wrap;
}
#degiPfInner li{
	display: flex;
	width: 50%;
	padding: 10px;
	line-height: 25px;
}
.degiPf_l{
	width: 160px;
	margin: 0 auto;
}
.degiPf_l img{
	width: 100%;
}
.degiPf_r{
	width: 280px;
	padding: 0 10px;
	text-align: center;
}

.degiPf_notes{
	display:inline-block;
	background-color: #E04747;
	color:#fff;
	padding: 3px 20px 0px 20px;
	border-radius: 6px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
    line-height: 19px;
}
.degiPf_dep{
	font-size: 17px;
	padding-bottom: 10px;
}
.degiPf_ttl{
	font-size: 18px;
	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 8px bottom 50%;
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 10px 0 10px 30px;

}
.degiPf_link a{
	display: block;
	text-decoration: none;
	letter-spacing: 0.1em;
	color:#000;
}
.degiPf_link:hover{
	background-color: #ffe3e3;
}*/

#degiPfInner h3,#otherInner h3{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}

#degiPfInner ul{
	display: flex;
	width: 960px;
	flex-wrap: wrap;
	justify-content: center;
}
#degiPfInner li{
	/* display: flex; */
	width: 48%;
    margin: 0 auto;
    padding: 10px;
    line-height: 25px;
    text-align: center;
    border: #AAAAAA solid 1px;
}
.degiPf_l{
	width: 160px;
	margin: 0 auto;
}
.degiPf_l img{
	width: 100%;
}
.degiPf_r{
	width: 280px;
	padding: 0 10px;
	text-align: center;
}

.degiPf_notes{
    /* display: inline-block; */
    background-color: #356b41;
    color: #fff;
    padding: 8px 50px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 19px;
    width: 90%;
    margin: 0 auto;
}
.degiPf_dep{
	font-size: 13px;
	/* padding-bottom: 10px; */
	padding: 10px 0;
	width: 74%;
	margin: 0 auto;
	line-height: 1.4em;
}
.degiPf_ttl{
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: bold;
}
.degiPf_link{
	width: 70%;
	border: #AAAAAA solid 1px;
	border-radius: 6px;
	background-image: url(../img/icon_btn01.png);
	background-position: left 8px bottom 50%;
	/*background-size: 8px;*/
	background-repeat: no-repeat;
	font-size: 14px;
	padding: 10px 0 10px 30px;
	margin: 0 auto;
	background-color: #fff9e4;
}
.degiPf_link a{
	display: block;
	text-decoration: none;
	letter-spacing: 0.1em;
	color:#000;
}
.degiPf_link:hover{
	background-color: #ffe3e3;
}


/* バナー
------------------------------*/

.BriefingBanner img {
	display: block;
	text-align: center;
	vertical-align: bottom;
	margin: 25px auto 60px auto;
}
.bnr_area {
    width: 960px;
    margin: 0 auto 50px;
}
.bnr_area ul{
    display: flex;
    justify-content: space-between;
    padding: 0 2%;
}
.bnr_area ul li{
    width: 49%;
}


/* お知らせ
------------------------------*/
#newsInner {
	width: 960px;
	margin: 0 auto;
}

.news_box{
    padding: 5px;
    margin: 20px 0 40PX;
    font-size: 14px;
    height: 180px;
    overflow: auto;
}

.news_box dl {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}

.news_box dt{
    display: block;
    text-align: center;
    width: 20%;
    color: #0A2F58;
    font-weight: bold;
    background-color: #EEEEEE;
    float: left;
    line-height: 25px;
}
.news_box dd{
	position: relative;
	display: block;
	margin-bottom: .5em;
	padding: 1px 0px 1px 10px;
	width: 80%;
	line-height: 25px;
	float: left;
}
.news_box dd span:not(:empty)::before{
	content:"【";
}
.news_box dd span:not(:empty)::after{
	content:"】";
}

.news_box dd a {
	color: #000000;
}

.news_box dd a:hover {
color:#999;
text-decoration:underline;

}

/* タイトル
------------------------------*/
#contents h2 {
	padding-bottom: 23px;
	text-align: center;
	background-image:url("../img/UnderLine.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	font-family:"A-OTF リュウミン Pro B-KL";
	font-size: 30px;
	color: #0A2E58;
}

#contents h3 {
	width: 992px;
	margin: 50px auto 20px;
	padding: 14px 10px 12px;
	text-align: center;
	font-family:"A-OTF リュウミン Pro B-KL";
	font-size: 25px;
    letter-spacing: 3px;
	color: #0A2E58;
	line-height: 1.5;
	border: solid 1px #0A2E58;
}
#contents h3 span {
	font-size: 18px;
}

/* クルーズ紹介
------------------------------*/
#news_Area {
    margin-bottom: 150px;
}
#introduction_Area {
	width: 100%;
    padding: 3px 0 40px;
	background: #a4eeff;
	position: relative;
	z-index: 10;
}
#introduction_Area::before {
    content: "";
    position: absolute;
    top: -105px;
    height: 110px;
    width: 100%;
    background: url("../img/back_wave_top.png");
    background-repeat: repeat-x;
}
#introduction_Area::after {
    content: "";
    position: absolute;
    /*bottom: -105px;*/
    height: 110px;
    width: 100%;
    background: url("../img/back_wave_bottom.png");
    background-repeat: repeat-x;
    background-position: bottom;
}

#introduction_Area a {
	text-decoration: none;
    /*min-height: 36px;*/
    padding: 12px 0;
    box-sizing: content-box;
}

.introduction_Inner {
	width:992px;
	margin: 0 auto;
	font-size: 14px;
	font-weight:bold;
	letter-spacing: 1.3px;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;

}
.cruise_box.col2{
	width: 40%;
    margin: 15px;
	height: 100%;
}

.cruise_box {
	/*width: 30%;*/
	width: 45%;
	max-width: 430px;
	background-color: #fff;
	text-align: center;
	box-shadow: 3px 3px 7px rgba(0,60,79,0.3);
	margin: 10px;
	position: relative;
}

.cruise_box:hover {
	opacity: 0.8;
	}
.cruise_box img {
    width: 100%;
    height: 240px;
    object-position: right bottom;
    object-fit: cover;
}

/*コスタ メディタラニア*/
/*横バージョン*/
.cruise_detailbox {
	width: 100%;
    background: #fff;
    margin-top: 15px;
    box-shadow: 3px 3px 7px rgba(0,60,79,0.3);
}
.cruise_detailbox .name {
    background-color: #FFCB22;
    text-align: center;
    color: #003366;
    padding: 5px 20px;
    font-family: "A-OTF リュウミン Pro B-KL";
    font-size: 33px;
    letter-spacing: -.05em;
}
@media all and (-ms-high-contrast: none){
  .cruise_detailbox .name {
    padding: 15px 0 0;
  }
}
.cruise_detailbox .info_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
}
.cruise_detailbox .photo {
    width: 42%;
}
.cruise_detailbox .text {
    width: 55%;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.9em;

}
.cruise_detailbox .course {
    padding: 16px 20px 30px;
    background: #fffaea;
    font-size: 14px;
    letter-spacing: normal;
}
.cruise_detailbox .course .ttl {
    width: 100%;
    font-size: 18px;
    position: relative;
    padding: 3px 0 0 35px;
    color: #1b3c56;
    margin-bottom: 10px;
}
.cruise_detailbox .course .ttl:nth-of-type(2) {
	margin-top: 15px;
}
.cruise_detailbox .course .ttl::before {
    content: '';
    background-image: url("../img/handle_icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cruise_detailbox .course a {
    color: #1b3c56;
    font-weight: bold;
}
.cruise_detailbox .course li {
    border-bottom: 1px solid #CCCCCC;
    line-height: 1.4em;
}
.cruise_detailbox .course li:first-child {
    border-top: 1px solid #CCCCCC;
}
.cruise_detailbox .course li:empty {
    display: none;
}
.cruise_detailbox .course li:hover, .cruise_detailbox a:hover {
    opacity: .7;
}
.cruise_detailbox .course li a {
    display: flex;
    align-items: center;
    position: relative;
}
.cruise_detailbox .course li a p {
     padding: 0px 10px;
    line-height: 1.3em;
}
/*---------他社主催用--------*/
.cruise_detailbox .other-product-ttl ul {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	font-size: 12px;
	pointer-events: none;
}
.cruise_detailbox .other-product-ttl ul li {
	border: none;
}
.cruise_detailbox .other-product-ttl .other-product-ttl-sponsorship {
	width: fit-content;
	background-color: #1b3c56;
	color: #fff;
	padding: 0 10px;
}
.cruise_detailbox .other-product-ttl .other-product-ttl-contact {
	color: #1b3c56;
	margin-left: 10px;
}
.cruise_detailbox .other-product-ttl .other-product-ttl-contact span {
	padding: 0 4px;
	white-space: nowrap;
}
.cruise_detailbox .course li.other-product {
	color: #1b3c56;
    display: flex;
    align-items: center;
	padding: 10px 0;
    position: relative;
}
.cruise_detailbox .course li.other-product > p {
	padding: 0 10px;
}
.cruise_detailbox .course li.other-product:hover {
    opacity: 1;
}
.cruise_detailbox .course li.other-product .btn {
	width: 210px;
	padding: 0;
}
.cruise_detailbox .course li.other-product .btn a {
	padding: 10px 5px!important;
	font-size: 0.9em;
	color: #fff;
	background-color: #f16a06;
	border-radius: 5px;
}
.cruise_detailbox .course li.other-product .btn a:after {
	color: #fff;
	position: static;
	margin-left: 5px;
}
/*--------------------*/

.course_plan > div {
	position: relative;
}
.product_icon {
	background-color: #f00;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.6em!important;
	position: absolute;
	left: 10px;
	top: -7px;
}
.product_title {
    width: 340px;
    font-weight: bold;
}
.product_period {
    width: 80px;
}
.product_dep {
    width: 150px;
}
.product_date {
    width: 150px;
}
.product_price {
    color: red;
    font-weight: bold;
    width: 230px;
    text-align: right;
    padding: 0px 20px 0 10px!important;
}
#diamond_princess .product_price {
    /*width: 180px!important;
    font-size: 12px;*/
}
#diamond_princess .course_plan li a {
    min-height: 24px!important;
}
#diamond_princess .course_plan .product_planlist:has(a:empty) a.plan_name {
	padding: 4px 30px 4px 30px;
}
#diamond_princess .note {
	text-align: right;
	line-height: 1.8em;
	color: #0c619f;
}
#diamond_princess .info_wrap .text span {
	display: block;
    font-size: 0.9em;
    line-height: 1.3em;
    padding-left: 1em;
    color: #0c619f;
    margin-top: -3px;
}
.cruise_detailbox .course li a:after {
    font-family: FontAwesome;
    content: "\f101";
    font-size: 15px;
    color: #1b3c56;
    position: absolute;
    right: 0;
}

/*コースプランありver*/
.course_plan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #CCCCCC;
    line-height: 1.4em;
}
.course_plan > div {
    display: flex;
    align-items: center;
}
.cruise_detailbox .course .course_plan li {
    border: none;
}
.course_plan:first-of-type {
    border-top: 1px solid #CCCCCC;
}
#introduction_Area .course_plan li a {
    padding: 0;
    min-height: 26px;
}
.cruise_detailbox .course .course_plan p {
     padding: 0px 10px;
    line-height: 1.3em;
}
.course_plan .product_title {
    width: 340px;
}
.cruise_detailbox .course .course_plan p.product_price {
	width: 294px;
	line-height: 2;
}
.course_plan .product_period {
    width: 80px;
}
.course_plan .product_dep {
    width: 100px;
}
.course_plan .product_date {
    width: 138px;
}
.course_plan .product_planlist {
	display: inline-flex;
    width: 294px;
    justify-content: right;
}
#introduction_Area .course_plan a.plan_name {
    width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
    font-size: 11px;
    background: #455a6e;
    color: #fff;
    text-align: center;
    padding: 4px 12px 4px 4px;
    border-radius: 2px;
	line-height: 1.5em;
	margin: 0 0 0 3px;
	position: relative;
}
.cruise_detailbox .course .course_plan a.plan_name:not(:empty):after {
    font-family: FontAwesome;
    content: "\f101";
    font-size: 12px;
    color: #fff;
	display: inline-block;
	position: absolute;
	right: 3px;
	top: 10px;
}
#introduction_Area .course_plan a.plan_name:empty {
    display: none;
}

/*コースタブ切り替え*/
.cruise_detailbox .course .tab-list ,
.cruise_detailbox .course .tab-list2,
.cruise_detailbox .course .tab-list3{
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: solid 3px #1c92d3;
}
.cruise_detailbox .course .tab-list p ,
.cruise_detailbox .course .tab-list2 p ,
.cruise_detailbox .course .tab-list3 p {
	width: 49%;
	margin: 0 0.5%;
	font-size: 15px;
	line-height: 2.2em;
	text-align: center;
    background-color: #cae9fd;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}
.cruise_detailbox .course .tab-list p.active ,
.cruise_detailbox .course .tab-list2 p.active ,
.cruise_detailbox .course .tab-list3 p.active{
    background-color: #1c92d3;
	color: #fff;
}
.cruise_detailbox .course .tab-list p:after ,
.cruise_detailbox .course .tab-list2 p:after , 
.cruise_detailbox .course .tab-list3 p:after {
	font-family: FontAwesome;
	content: "\f107";
	margin-left: 7px;
}
.cruise_detailbox .course .tab-conts.disnon ,
.cruise_detailbox .course .tab-conts2.disnon , 
.cruise_detailbox .course .tab-conts3.disnon{
    display:none;
}
.cruise_detailbox .course .tab-conts .course_plan:first-of-type ,
.cruise_detailbox .course .tab-conts2 .course_plan:first-of-type  ,
.cruise_detailbox .course .tab-conts3 .course_plan:first-of-type  {
    border-top: none;
}

/*空のとき非表示*/
.course_plan:has(>div:empty) {
	display:none;
}

/*縦バージョン*/
/*
.cruise_detailbox {
	width: 45%;
    max-width: 430px;
    background: #fff;
    margin: 10px;
    box-shadow: 3px 3px 7px rgba(0,60,79,0.3);
}
.cruise_detailbox .name {
    background-color: #FFCB22;
    text-align: center;
    color: #003366;
    padding: 5px 20px;
    font-family: "A-OTF リュウミン Pro B-KL";
    font-size: 33px;
    letter-spacing: -.05em;
}
@media all and (-ms-high-contrast: none){
  .cruise_detailbox .name {
    padding: 15px 0 0;
  }
}
.cruise_detailbox .info_wrap {
    padding: 15px 30px;
}
.cruise_detailbox .text {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.7em;
	padding: 10px 0;

}
.cruise_detailbox .course {
    padding: 12px 30px 20px;
    background: #fffaea;
    font-size: 13px;
    letter-spacing: normal;
}
.cruise_detailbox .course .ttl {
    width: 100%;
    font-size: 18px;
    position: relative;
    padding: 3px 0 0 35px;
    color: #1b3c56;
    margin-bottom: 3px;
}
.cruise_detailbox .course .ttl::before {
    content: '';
    background-image: url("../img/handle_icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.cruise_detailbox .course a {
    color: #1b3c56;
    font-weight: bold;
}
.cruise_detailbox .course li:hover, .cruise_detailbox a:hover {
    opacity: .7;
}
.cruise_detailbox .course ol {
    font-weight: lighter;
    counter-reset:number;
}
.cruise_detailbox .course li {
    border-bottom: 1px solid #CCCCCC;
    line-height: 1.4em;
    padding: 10px 0 1px;
}
.cruise_detailbox .course ol li:before{
    counter-increment: number;
    content: counter(number)".";
    font-weight: bold;
    font-size: 14px;
    margin-right: 3px;
    font-style: italic;
    color: #1b3c56;
}
.cruise_detailbox .course ol li:after {
    font-family: FontAwesome;
    content: "\f101";
    padding-left: 10px;
    font-size: 15px;
    color: #1b3c56;
}
.cruise_detailbox .price {
    color: red;
}
.cruise_detailbox .detail_more {
	margin-top: 10px; text-align: center;
}*/

/* fuwafuwaっていうアニメーション */
.fuwafuwa_a{
	width: 160px;
	position:absolute;
	top: 60px;
    left: -70px;
	-webkit-animation-name:fuwafuwa_a;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease;
	-moz-animation-name:fuwafuwa_a;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:ease;
}
/* fuwafuwaっていうアニメーションの中身 */
@-webkit-keyframes fuwafuwa_a {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa_a {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}
.fuwafuwa_b{
	width: 160px;
	position:absolute;
	top: 60px;
    right: -70px;
	-webkit-animation-name:fuwafuwa_b;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease;
	-moz-animation-name:fuwafuwa_b;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:ease;
}
/* fuwafuwaっていうアニメーションの中身 */
@-webkit-keyframes fuwafuwa_b {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa_b {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}
#introduction_Area img {
   vertical-align:bottom;
	padding:0;
	margin:0;
}
.cruise_details {
	margin:0;
	color: #282828;
	height: 140px;
}
.cruise_details li{
	width: 90%;
	border-bottom: solid 1px #CCCCCC;
	margin: 0 auto;
	padding: 7px 0 3px 0;
	font-weight: bold;    
}
.cruise_details li:last-of-type {
	border-bottom: none;   
}
.cruise_btn {
	width: 100%;
	height: 40px;
	color: #fff;
	line-height: 40px;
    bottom: 0;
	position: absolute; 
}
.cruise_btn:after {
	font-family: FontAwesome;
    content: "\f101";
    margin: 0 0 0 4px;
}
.cruise01 .cruise_btn {
	background-color: #27589B;
}

.cruise02 .cruise_btn {
	background-color: #FFCB22;
}

.cruise03 .cruise_btn {
	background-color: #003366;
}

.cruise04 .cruise_btn {
	background-color: #ec79ac;
}
.cruise06 .cruise_btn {
	background-color: #ff4000;
}
.cruise07 .cruise_btn {
	background-color: #01b25a;
}
.cruise08 .cruise_btn {
	background-color: #027fff;
}
.cruise09 .cruise_btn {
	background-color: #275bff;
}
.cruise10 .cruise_btn {
	background-color: #0135d9;
}
.cruise11 .cruise_btn {
	background-color: #9A0002;
}
.cruise12 .cruise_btn {
	background-color: #00D9A3;
}
.cruise13 .cruise_btn {
	background-color: #B25900;
}
.cruise14 .cruise_btn {
	background-color: #D96D00;
}
.cruise15 .cruise_btn {
	background-color: #d80100;
}
.cruise16 .cruise_btn {
	background-color: #6ed901;
}
.cruise17 .cruise_btn {
	background-color: #27589B;
}
.cruise18 .cruise_btn {
	background-color: #0D6DAF;
}
.cruise19 .cruise_btn {
	background-color: #00396C;
}

.disneycruise img{
	object-fit: contain;
object-position: center center;
}

/* 商品枠
------------------------------*/
.recommend_tour,
.fit {
	width: 960px;
	margin: 0 auto;
	padding: 140px 0 80px;
	text-align: center;
}

.recommend_tour .items {
	margin: 40px 0;
	display: flex;
	flex-wrap: wrap;
}
.recommend_tour .items li {
	width: 32%;
	margin: 2% 0.5%;
	float: left;
}
.recommend_tour .items li:empty {
	display: none;
}
.recommend_tour .items li a {
	display: block;
	text-decoration:none;
	color: #000;
	transition: opacity .25s ease;
}
.recommend_tour .items li a:hover {
	opacity: .7;
	text-decoration:none;
}
.recommend_tour .item_catch {
	margin: 0;
	padding: 6px 10px;
	font-size: 14px;
	color: #fff;
	background-color: #1D2973;
}
.recommend_tour .item_content {
	padding: 8px 14px 14px;
	text-align: left;
	background-color: #fff;
	border:#B9B9C1 solid 2px;
	min-height: 485px;
}
.recommend_tour .item_content img {
	width: 100%;
	height: 183px;
	vertical-align: bottom;
	object-fit: cover;
}
.recommend_tour .item_content p.icon {
	margin: 10px 0;
	color: #005ea6;
    font-weight: bold;
	font-size: 13px;
    line-height: 20px;
	background-color: #FFEB3B;
    border-radius: 4px;
    padding: 4px 7px 0px;
	position: relative;
}
.recommend_tour .item_content p.icon span{
	font-size: 16px;
}
.recommend_tour .item_content .icon img{
	width: 40%;
    position: absolute;
	top: 3px;
}
.recommend_tour .item_title {
	margin: 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #0A2F58;
}
.recommend_tour .item_body {
	margin: 0 0 10px;
	font-size: 13px;
}
.recommend_tour .item_price {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	color: red;
}
.recommend_tour .item_dep {
	margin: 0;
	font-size: 11px;
	text-align: right;
}
.recommend_tour .item_fuel {
	margin: 0;
	font-size: 11px;
	text-align: right;
}
.item-box-fuel{
	font-size:.9em;
	text-align:right;
}
.room{
	font-size:1.0em;
}
.room::before{
	content:'部屋タイプ:';
	margin-right:2px;
	font-size:1.0em;
}
.recommend_back {
	background-color: #E4FBFF;
	position: relative;
	padding-top: 310px;
	margin-top: -300px;
	z-index: 1;
}
.recommend_tour .item_point{
	background: #f9f9f9;
	margin-bottom:5px;
	padding:4px;
}
/*.btn_search_wrap/////*/
.btn_search_wrap {
	text-align: center;
	width: 100%;
    display: inline-block;
}
a.btn_search {
	display: inline-block;
	width: 440px;
	margin-top: 20px;
	padding: 12px 10px 8px 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #0A2F58;
	transition: opacity .25s ease;
}
a.btn_search:hover {
	opacity: .7;
	text-decoration: none;
}
.btn_search span {
	position: relative;
}
.btn_search span::after {
	content: "\f138";
	font-family: 'FontAwesome';
	position: relative;
	margin: 0 0 0 40px;
	right: 10px;
	font-size: 20px;
	color: #fff;
}


/* 下部特集一覧&お問い合わせ
------------------------------*/
/*#feature {
	margin: 100px auto 0;
}
#feature .theme-box {
    font-size: 0.8em;
    background: #FFF;
	width: 960px;
    margin: 0 auto;
    padding: 10px 20px;
    border: solid 3px #EEE;
}
#feature .theme-box ul{
	display: flex;
	border-radius: 3px;
    flex-wrap: wrap;
    justify-content: center;
}
#feature .theme-ttl{
	text-align:center;
	text-decoration:none;
	font-size:26px;
	font-weight:bold;
	margin:10px 0 0;
	color:#004098;
}
#feature .theme-box li p{
	margin: 0;
	padding-top:5px;
}
#feature .theme-box li{
	display: flex; display:
	-webkit-flex;
    width: 12%;
	margin: 20px 10px;
	font-size:11px;
	text-decoration: underline;
}
#feature .theme-box li a:hover{
	opacity:0.7;
}
#feature .section-btn {
	margin: 0;
}
#feature .section-btn a {
	display: block;
	width: 30%;
	text-align: center;
	padding: 10px 20px;
	margin:0 auto 15px auto;
	background-color: #EEE;
	color: #004098;
	text-decoration: none;
	background-image: url(/kansai/images/icon/icon_next03.png);
	background-size: 16px;
	background-position: top 14px right 12px;
	background-repeat: no-repeat;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size:16px;
	border:solid 1px #DEDEDE;
}
#feature .section-btn a:hover{
	opacity:0.7;
}*/

#tell{
	width: 960px;
	margin: 0 auto 50px;
}

/*調整*/
#header #header_Right #accountMenu{
	padding:0;
}
#header #header_Right #accountMenu03{
	top:0;
}
.is-ie11 #iconBtnNational {
	top: 6px;
}


/*----- メインビジュアル -----*/
#mainImg{
	width: 100%;
	/*height: 400px;*/
	height:460px;
	position: relative;
}

#mainImg img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

/*----- スライドバナー -----*/
#sbnrArea{
	margin: 18px auto 0;
}
.sbnrList{
	display: flex;
	justify-content: center;
}
.sbnrList li{
	margin-right: 17px;
	width: 450px;
}
.sbnrList a:hover{
	opacity: 0.8;
}
.sbnrList li img{
	width: 100%;
}
.inner {
    width: 1120px;
    margin: 0 auto;
	padding: 80px 0 40px;
}


/** bxslider
----------------------------------------------------------*/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 40px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  max-width: 960px !important;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  height: auto !important;
  z-index: 1;
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -20px;
  width: 100%;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #dadada;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #9ad9e8;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper div{
	position: static;
}
.bx-wrapper .bx-prev {
  left: -35px;
  background: url('../img/index_carousel_buttonL.png') no-repeat 0 0;
  background-position: 0 0;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: -35px;
  background: url('../img/index_carousel_buttonR.png') no-repeat 0 0;
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}

@media screen and (max-width:1050px) {
  .bx-wrapper .bx-next {
    right: 0;
  }
  .bx-wrapper .bx-prev {
    left: 0;
  }
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  z-index: 9999;
	transform: translate(0,-50%)
}
.bx-wrapper .bx-controls-direction a.disabled {
  /*display: none;*/
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/**/
.bx-wrapper ul li img{
	width:455px !important;
	display:inline-block;
	margin: 0 10px;
}

/* hatsuyume2020_2nd
---------------------------------------------------*/
.hatsuyume2020_2nd {
  background-image: url(../img/bg_hatsuyume2020_2nd_03.png), url(../img/bg_hatsuyume2020_2nd_02.png), url(../img/bg_hatsuyume2020_2nd_01.png);
  background-position: center 190px, center -28px, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  overflow: hidden;
	padding-bottom: 40px;
}
.hatsuyume2020_2nd .hatsuyume_bnr:before,
.hatsuyume2020_2nd .hatsuyume_bnr:after{
  background: none;
}
.hatsuyume_bnr {
  width: 900px;
  height: 75px;
  margin: 25px auto 0;
}
.hatsuyume_bnr img { display: inline-block;   }


/* 春爛漫
---------------------------------------------------*/
.fair_spring {
  background-image: url("../img/bg_spring.gif");
  background-repeat: repeat;
  overflow: hidden;
	padding-bottom: 40px;
}
.spring_bnr {
  width: 500px;
  margin: 25px auto 0;
}
.spring_bnr img {
	display: inline-block;
	width: 100%;
}
/* 夏SUNSUN
---------------------------------------------------*/
/*
.fair_sunsun {
  background-image: url("../img/bg_dot.png");
  background-color: #b2eff5;
  background-repeat: repeat;
  overflow: hidden;
	padding-bottom: 40px;
}*/

/*----- クルーズの魅力エリア -----*/
#pointArea{
	background-color: #f6f3ec;
}
#pointArea .inner{
	width: 960px;
}
#pointArea .ttl{
    padding: 20px 0;
	margin-bottom: 20px;
    text-align: center;
    background-image: url(../img/UnderLine02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    font-family: "A-OTF リュウミン Pro B-KL";
    font-size: 30px;
    color: #0A2E58;
}
.pointList{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-bottom: 10px;
}
.pointList li{
	width: 470px;
	background-color: #fff;
	margin-bottom: 15px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2) ;
}
.caption_img{
  padding-bottom: 40px;
  text-align: right;
}
.tour_title{
	display: flex;
	min-height: 65px;
}
.tour_title .point{
	font-size: 24px;
	color: #fff;
	background: url("../img/index_only_ttl_bg.png") no-repeat 0 0;
	width: 44px;
	height: 54px;
	margin: -5px 0 0 20px;
	padding: 20px 0 0 14px;
}
.tour_title h3{
	width: 300px;
	font-size: 14px;
	font-weight: bold;
	color: #213645;
	margin: 15px 10px 0;
	line-height: 1.4;
}
.tour_title h3 span {
	font-size: 12px;
}
.tour_title h4 span {
	font-size: 12px;
}
.tour_title .label{
	margin-top: 15px;
}
/*.tour_title .label p{
	margin-bottom: 3px;
}*/
.pointList .img{
	margin: 0 10px 15px 20px;
	vertical-align:top;
}
.pointList .text{
	display: inline-block;
	width: 300px;
	margin-bottom: 12px;
	font-size: 12px;
}
.pointList .text a{
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #434343;
	border-radius: 3px;
	padding: 3px 10px;
}
.pointList .text a:before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	border-bottom: 1px solid #070707;
	border-right: 1px solid #070707;
	transform: rotate(-45deg);
	margin-right: 10px;
	vertical-align: middle;
}
.pointList .text a:hover{
	opacity: 0.7;
}

.caption_img{
    padding-bottom: 40px;
    text-align: right;
	font-size: 12px;
}

/*船紹介部分-20210118 追加　*/
.name_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
    flex-wrap: wrap;
    padding: 8px 5px;
}
.cruise_box .name_wrap p{
    width: 100%;
	color: #FFF;
    font-size: 1.6em;
    font-weight: 900;
    display: block;
    line-height: 1.2em;
}
.cruise_box .name_wrap .type {
    font-size: 14px;
    margin-top: 3px;
}
.cruise01 .name_wrap {
  background: #27589B;
}

.cruise11 .name_wrap {
  background: #9A0002;
}

.cruise07 .name_wrap {
  background: #01b25a;
}

/*おすすめ商品部分アイコン追加*/
.recommend_tour .item_content {
    position: relative;
}
.product__list--label {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 90px;
}
.product__list--label > [class*="product__list--label--"]:empty {
    display: none;
}
.product__list--label > [class*="product__list--label--"] {
    height: 25px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 1;
    font-weight: bold;
}
.product__list--label--line {
  background: #07b53b;
}
.product__list--label--news {
  background: #ff6000;
}
.product__list--label--mail {
    font-size: 10px;
    background: #ff6000;
}
.product__list--label--other {
  background: #15bda5;
}
/* 関西クルーズ専門店STAFF
---------------------------------------------------*/
#staffArea {
  background: #eaf0f0;
}
#staffArea .inner {
  width: 992px;
}
#staffArea h2.ttl {
  font-size: 30px;
  font-weight: bold;
	text-align: center;
  display: block;
}
#staffArea h2.ttl::before {
  content: "＼";
}
#staffArea h2.ttl::after {
  content: "／";
}
/*#staffArea .ttl{
    padding: 20px 0;
	margin-bottom: 20px;
    text-align: center;
    background-image: url(../img/UnderLine02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    font-family: "A-OTF リュウミン Pro B-KL";
    font-size: 30px;
    color: #0A2E58;
}*/
.staff__lead {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
	margin: 10px 0 30px;
}
.staff__title + .staff__lead {
  margin-top: .2em;
}
.staff__list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3,1fr);
  gap: 48px;
	padding:0 42px 40px;
}
.staff__item {
  display: grid;
  gap: 0;
  text-align: center;
}
.staff__item--comment {
  font-size:14px;
  color:#0a669c;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: .1em;
  display: grid;
  align-items: center;
}
.staff__item--name {
  margin-bottom: .5em;
  display: flex;
  flex-direction: column;
  gap: .25em;
	font-weight: bold;
}
.staff__item--name .base-title__text--main {
  font-size: 22px;
}
.staff__item--name .base-title__text--sub {
	font-size: 12px;
	line-height: 1.4;
	border: 1px solid;
	padding: .25em;
	text-align: center;
}
.staff__item--photo {
  width: 100%;
  height: 200px;
  margin-bottom: .5em;
}
.staff__item--photo--image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.staff__item--achievement {
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 15px;
}
.staff__item--button {
}
.staff__item--button .link__button--item {
  background: #fe8d08;
  color: #fff;
  box-shadow: none;
  border-radius:8px;
  border: none;
  min-width: 100%;
  padding-left: 1em;
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 7px;
    font-size: 16px;
}
.staff__item--photo:hover,
.staff__item--button .link__button--item:hover {
  opacity: .7;
}
/*固定ボタン*/
.staffArea_btn {
	display: none;
}
.staffArea_btn.fixed {
	display: block;
  position: fixed;
  top: 120px;
  right: 15px;
  z-index: 1100;
}

