@charset "utf-8";
html,body { height:100%; }
/* フォントサイズの基準を10pxに */
html {
  font-size: 10px;
  font-size: 62.5%;
  }

/* body */

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.8;
    color: #000;
    text-align: center;
}
body {
  width: 100%;
  margin: auto;
  color: #000;
  background-color: #fffff5;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W6","ヒラギノ角ゴ","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",　sans-serif;  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

/* 太字 */
b, strong, .bold, h2{
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO",　sans-serif;
}

/*clearfix*/
.cf:before,.cf:after {content:""; display:block; overflow:hidden;}
.cf:after {clear:both;}
.cf {zoom:1;}

/*style*/
p{font-size:1.6rem; text-align:justify; text-justify:inter-ideograph; line-height: 1.8; margin:0;}

@media screen and (max-width:960px) {
  p{font-size: 1.6rem;}
}

@media screen and (max-width:560px) {
  p{font-size: 1.4rem;}
}



a{color:#282828; text-decoration: none;}
a:hover{text-decoration: none;}
h2{line-height: 1; font-weight:normal; letter-spacing: 4;}
main{overflow: hidden;}

.widthfix{width:100%; max-width:640px; margin:0 auto;}
img{width:100%; vertical-align: bottom;}



/* ul */
ul,ol{padding:0;}
ol li,ul li{font-size: 1.8rem; padding:0; list-style:none;}

@media screen and (max-width:960px) {
  ol li,ul li{font-size: 1.6rem;}
}

@media screen and (max-width:560px) {
  ol li,ul li{font-size: 1.4rem;}
}

/* テーブルに関して */
table{
  font-size: 1.6rem;
  text-align: center;
}

/* thの下線を1pxに */
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 1px;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
}




/* 共通 */



.background {
  background-image:url("../img/movie02.gif");
  background-attachment: fixed;
  background-size: 1750px;
  background-position: center;
}


.section__wrap{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.section__wrap_l{
  padding:0px 0px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
	/*background-color: #fff;*/
}

.section__wrap_ll{
  padding:10px 0px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}


h3 {
	
}

#breadcrumbs {
    color:#333;
    text-align: left;
    margin: 0 auto;
    padding: 12px 0 12px 30px;
    font-size: 12px;
    background-color:#f2f2f2;
}
#breadcrumbs a{
    color:#4e4e4e;
    text-decoration: none;
}
#breadcrumbs ul{
    display: flex;
}
#breadcrumbs li{
    margin-right:15px;
	font-size: 13px;
}
#breadcrumbs li:not(:first-child):before {
    content: ">";
    margin-right: 8px;
}
@media screen and (max-width:767px) {
    #breadcrumbs {
        max-width:auto;
        margin: 0 auto;
        padding: 0px 15px;
 
        overflow-x: scroll;
        word-break: keep-all;
        white-space: nowrap;
         -webkit-overflow-scrolling: touch;
    }
}


@media screen and (max-width:560px) {
	
.background {
 background-image: none;
	background-color: #fff;
}
	
	.section__wrap{
  padding:10px 0px;
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
}
	


}

/* new clearfix */  
.clearfix:after {  
    visibility: hidden;  
    display: block;  
    font-size: 0;  
    content: " ";  
    clear: both;  
    height: 0;  
    }  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  


h2{
  margin:30px auto 50px;
}



.section__image{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
}




p span.marker{
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffff00;
  padding: 5px 10px;
  margin: 0 5px;
  background: linear-gradient(transparent 0%, #ff78b7 0%);
}

p span.marker_yerrow{
  font-size: 2.4rem;
  font-weight: bold;
  color: #DC5C1F;
  padding: 5px 10px;
  margin: 0 5px;
  background: linear-gradient(transparent 0%, #F9FF37 0%);
}



@media screen and (max-width:560px) {
.section__wrap{
  padding:10px 0px;
  width: 100%;
  margin: 0 auto;
}
  .section__image{
    margin: 0 auto 40px;
  }

  h2{
    margin:0 auto 40px;
  }

  p span.marker{
    font-size: 1.8rem;
  }


}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

header {
    display: flex;
    align-items: center;
    background-color: #cc0000;
    padding:0 30px;
    height:80px;
    position:relative;
	z-index: 100;
}

header img {
    width: 103px;
    height: 23px;
}

header h1 {
    position:absolute;
    right:30px;
    width:calc(100% - 60px - 500px);
    font-size: 1.4rem;
    color: #fff;
    text-align:right;
}

header h2{
    margin: 0 40px 0 64px;
    padding: 0;
    color:#fff;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
header h2 big{
    font-size: 19px;
    margin-right: 24px;
}
header select {
    width: auto;
    height: 36px;
    appearance: none;
    padding-right: 20px;
    background: url(../../../wp-content/themes/jumbotours/assets/img/header_select_white.svg) no-repeat right 16px center #000;
    background-size: 10px 12px;
    color: #fff;
    border: 0;
    border-radius: 36px;
    box-sizing: border-box;
    padding: 0 36px 0 24px;
    margin: 0;
    box-shadow: none;
    font-size: 15px;
    font-weight: normal;
    outline: none;
}
#tyo header .departure .tyo,
#osa header .departure .osa,
#ngo header .departure .ngo,
#fuk header .departure .fuk,
#oki header .departure .oki,
#kan header .departure .kan,
#hok header .departure .hok,
#hok header .departure .chu,
#hok header .departure .shi{
    display: none;
}

@media screen and (max-width:767px) {
    header {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #DBDBDB;
        height: auto;
    }
    header .logo {
        position: relative;
        right:auto;
        order: 2;
        width: 100%;
        height: 56px;
        margin: 0;
        padding: 0 0 0 16px;
        background: #BF0101;
        text-align: left;
        display: flex;
        align-items: center;
    }
    header img {
        width: 70px;
        height: auto;
    }
    header h1{
        font-size:1.3rem;
        line-height: 1.4;
        width:calc(100% - 110px);
        top:10px;
        right:16px;
    }
    header h2 {
        order: 3;
        margin: 0;
        padding: 0 15px;
        font-size: 12px;
        font-weight: bold;
        display: flex;
        align-items: center;
        color:#333;
    }
    header h2 big{
        font-size: 17px;
        margin-right: 0;
    }
    header .departure {
        order: 4;
        flex: 1;
        margin: 0;
        padding: 12px 0;
        text-align: left;
        color:#333;
    }
    header select{
        width: auto;
        height: 32px;
        padding-right: 20px;
        background: url(../../../wp-content/themes/jumbotours/assets/img/header_select_black.svg) no-repeat right 16px center #fff;
        background-size: 10px 12px;
        color: #000;
        border: 0;
        padding: 0 36px 0 24px;
        margin: 0;
        box-shadow: 0;
        font-size: 14px;
        font-weight: bold;
    
    }
}


/* メインビジュアル */

.main_v {
	background-image:url("../img/bg_pc.webp");
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: 1750px;
	height: 715px;
}

.main_pc{
  width: 892px;
	margin:auto;
	padding-top: 50px;
	padding-bottom: 180px;
}

h1 {
	margin-top: 0px;
}

.main_sp{
	display: none;
}



.sp_br {
	display: none;
}

.ann_pc {
	display: block;
}

.ann_sp {
	display: none;
}

#global-nav {
	width: 100%;
}

#global-nav.m_fixed {
	left: 0;
	position: fixed;
	top: 10px;
	z-index: 100;
}

#global-nav .inner {
}


.global-item {

}

.global-item:last-child {
	
}

.global-item a {

}

.page_bt {
	width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.bt_l {
	padding-left: 10px;
}




@media screen and (max-width: 560px) {
	
.main_v {
		background-image: url("../img/bg_sp.jpg");
		background-repeat: no-repeat;
		background-size: 100%;
	background-position:top center;
	height: 555px;
	}
	
	
 h1{
    width: 100%;
    margin-bottom: 120px;
  }
	
#main__visual {
background-color: #fff;
}
	



#global-nav {
	width: 100%;
}

#global-nav.m_fixed {
	left: 0;
	position: fixed;
	top: 10px;
	z-index: 100;
}

#global-nav .inner {
}


	
.main_pc{
	display: none;
}

.main_sp{
	display: block;
  width: 90%;
	padding-top: 50px;
	margin: auto;
	padding-bottom: 40px;
}
	
.page_bt {
	width: 100%;
	margin: auto;
	margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
	
	.bt_l {
		width: 30%;
		padding-left: 5px;
	}


.sp_br {
	display: block;
}
	
.ann_pc {
	display: none;
}

.ann_sp {
	display: block;
	
}


}






/*////////////////////メインコンテンツ//////////////*/

.sec_bg {
	background-image: url("../img/bg_grade.gif");
	background-repeat: no-repeat;
	background-size: 1000px;
	background-position:top center;
}

#main_sec {
	padding-top: 30px;
}


#main_sec h2{
	text-align: center;
	color: #001d4a;
	font-size: 40px;
	font-family: serif;
	margin-top: 0px; 
	padding-top: 30px;
	margin-bottom: 10px;
}

.lead {
	width: 729px;
	margin: auto;
	padding: 25px 0px 15px 0px;
}

.cap p {
	text-align: center;
	font-size: 19px;
	line-height: 1.5em;
}


.fly_cruise {
	background-image: url("../img/fly_cruise_pc.gif");
	width: 950px;
	height: 272px;
	margin: auto;
}


.fly_cruise p {
	font-size: 16px;
	text-align: center;
	padding-top: 127px;
}


@media screen and (max-width: 560px) {
	
.sec_bg {
	background-size: 660px;
}

	
#main_sec {
	padding-top: 110px;
}
	
#main_sec h2{
	text-align: center;
	color: #001d4a;
	font-size: 35px;
	line-height: 1.5em;
}
	
.lead {
	width: 90%;
	margin: auto;
	padding: 15px 0px 15px 0px;
}
	
.cap p {
	font-size: 16px;
}
	
	
.fly_cruise {
	background-image: url("../img/fly_cruise_sp.gif");
	width: 100%;
	height: 289px;
	margin: auto;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
	
.fly_cruise p {
	font-size: 13px;
	text-align: center;
	padding-top: 112px;
	line-height: 1.5em;
}

	
	
}




/*////////////////////クルーズの魅力//////////////*/


#cruise_charm h3{
	text-align: center;
	color: #001d4a;
	font-size: 30px;
	font-family: serif;
	margin-top: 0px; 
	padding-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	background-image: url("../img/ic_g_line.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 28px;
}

.tit_catch {
	text-align: center;
	color: #001d4a;
	font-size: 17px;
	font-family: serif;
	margin-top: 10px; 
}

.charm_sec {
	width: 920px;
	margin: auto;
	padding: 20px 0px;
	border-bottom: dotted  1px rgba(124,124,124,1.00);
}

.charm_tit {
	width: 758px;
	margin: auto;
	padding-bottom: 20px;
}

.ryokin_charm {
display: flex;
  justify-content: center;
	}

.ryokin_set {
	width: 340px;
	padding-left: 20px;
}

.ryokin_img {
	padding-left: 30px;
}

.under_p {
	padding-top: 20px;
	float: left;
	padding-left: 130px;
}

.under_p p {
	font-size: 15px;
	text-align: center;
}

.charm_img {
	float: left;
}

.right_p {
	float: left;
	width: 430px;
	padding-left: 15px;
	padding-top: 20px;
}

.right_p p {
	font-size: 15px;
	text-align: left;
}

.clothes_img {
	width: 859px;
	margin: auto;
	padding-bottom: 20px;
}

@media screen and (max-width: 560px) {
	
#cruise_charm h3{
	padding-top: 0px;
	}
	
.charm_sec {
	width: 95%;
	margin: auto;
	padding: 20px 0px;
	border-bottom: dotted  1px rgba(124,124,124,1.00);
}
	
.charm_tit {
	width: 100%;
	margin: auto;
}
	
.ryokin_set {
	float: left;
	width: 350px;
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.ryokin_img {
	float: left;
	padding-left: 0px;
}

.charm_sec {
	width: 100%;
}

.charm_tit {
	margin: auto;
	padding-bottom: 20px;
}
	
	.charm_tit img {
		width: 90%;
		margin: auto;
	}


.ryokin_set {
	float: none;
	width: 80%;
	margin: auto;
	padding: 10px 0px;
}

.ryokin_img {
	float: none;
	padding-left: 10px;
}

.under_p {
	padding-top: 20px;
	float: none;
	padding-left: 10px;
}
	
.charm_img {
	float: none;
}

.right_p {
	float: none;
	width: 90%;
	padding-left: 0;
	padding-top: 20px;
	margin: auto;
}

.right_p p {
	font-size: 14px;
	text-align: left;
}

.clothes_img {
	width: 95%;
	margin: auto;
	padding-bottom: 20px;
}
	
}




/*////////////////////MSCベリッシマ//////////////*/


#msc_bellissima h3{
	text-align: center;
	color: #001d4a;
	font-size: 30px;
	font-family: serif;
	margin-top: 0px; 
	padding-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	background-image: url("../img/ic_g_line.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 28px;
}


.msc_bellissima_shosai {
	width: 950px;
	margin: auto;
	padding-top: 20px;
}

.msc_bellissima_img {
	float: left;
}

.msc_bellissima_data {
	float: left;
	width: 450px;
	padding-left: 20px;
}

.data {
	background-color: #cce0f2;
}

.data_table {
	border: solid 1px #001d4a;
	 border-collapse: collapse;
	font-size: 13px;
	text-align: left;
	width: 450px;
}

.data_table td {
	border: solid 1px #001d4a;
}


.msc_bellissima_movie {
	background-color: #001d4a;
	width: 100%;
	margin: 30px 0px 0px 0px;
	padding-bottom: 30px;
}

.movie {
	padding-top: 20px;
	width: 670px;
	margin:auto;
	padding-bottom: 30px;
  aspect-ratio: 16 / 9;
}


.movie iframe {
  width: 100%;
  height: 100%;
}

.movie_tit {
	font-size: 30px;
	text-align: center;
	font-family: serif;
	padding-top: 20px;
	color: #fff;
}

.msc_contents {
	background-color: #fffae7;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#msc_bellissima h4{
	text-align: center;
	color: #001d4a;
	font-size: 25px;
	font-family: serif;
	padding-top: 30px;
	margin-top: 0px;
}



.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:16px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.category {
	font-size: 13px;
	text-align: center;
	padding: 5px 0px;
	width: 100%;
	color: #fff;
}

.blu {
	background-color: #001d4a;
}

.pur {
	background-color: #461d4a;
}

.red {
	background-color: #730010;
}

.gre {
	background-color: #224A16;
}
.con_tit {
	font-size: 20px;
	text-align: center;
	color: #001d4a;
	font-family: serif;
	padding: 15px 0px;
}

.con_sl p {
	font-size: 14px;
	line-height: 1.5em;
}

.rooms_lineup {
	padding-top: 20px;
	padding-bottom: 30px;
}

.room_cas {
	width: 840px;
	margin:0px auto 20px auto;
	border: solid 2px #aa090d;
	background-color: #fff;
	box-shadow: 0px 0px 15px -5px #777777;
	padding: 15px;
	
}

.room_left {
	float: left;
	width: 400px;
	text-align: left;
}
.room_tit {
	font-size: 27px;
	color: #b20609;
	font-family: serif;
	font-weight: bold;
	border-bottom: 1px solid #b20609;
}

.room_tit span {
	background-color: #b20609;
	padding: 5px;
	font-size: 12px;
	color: #fff;
}

.heibei {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0px;
}

.room_txt {
	font-size: 15px;
	line-height: 1.5em;
}

.room_point {
	padding: 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #003a6f;
	line-height: 1.5em;
}

.room_attention {
	font-size: 11px;
}

.room_right {
	float: left;
	width: 400px;
	padding-left: 20px;
	padding-top: 10px;
}

.suite_point {
	font-size: 16px;
	font-weight: bold;
	color: #a27a00;
}

@media screen and (max-width: 560px) {
	
.msc_bellissima_shosai {
	width: 95%;
	margin: auto;
	padding-top: 20px;
}
	
.msc_bellissima_img {
	float: none;
	width: 90%;
	margin: auto;
	padding-bottom: 20px;
}

.msc_bellissima_data {
	float: none;
	width: 90%;
	padding-left: 0px;
	margin: auto;
}



.data_table {
	width: 100%;
}
	


.movie {
	padding-top: 20px;
	width: 90%;
	margin:auto;
	padding-bottom: 30px;
	
}

.movie_tit {
	font-size: 23px;
	
}

	

.room_cas {
	width: 90%;
	
}

.room_left {
	float: none;
	width: 100%;
	text-align: left;
}
.room_tit {
	font-size: 24px;
	color: #b20609;
	font-family: serif;
	font-weight: bold;
	padding-bottom: 15px;
}

.room_tit span {
	background-color: #b20609;
	padding: 5px;
	font-size: 12px;
	color: #fff;
}



.room_right {
	float: none;
	width: 100%;
	padding-left: 0px;
}


	
	
}



/*////////////////////MSCヨットクラブ//////////////*/


.msc_yachtclub {
	background-image: url("../img/bg_club.gif");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1750px;
	background-color: #231816;padding-bottom: 40px;
}

.tit_catch_c {
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-family: serif;
	margin-top: 10px; 
}

.msc_yachtclub h3 {
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-family: serif;
	margin-top: 0px; 
	padding-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	background-image: url("../img/ic_g_line.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 28px;
}
.an_p {
	padding: 20px 0px;
	color: #fff;
}

.an_p p {
	text-align: center;
	
}

.club_point {
	width: 788px;
	margin: auto;
}

.club_rooms_lineup {
	padding-top: 30px;
}

.club_room_cas {
	width: 870px;
	margin:0px auto 20px auto;
	border: solid 5px #908500;
	background-color: #fff;
	box-shadow: 0px 0px 15px -5px #777777;
	padding: 15px;
	text-align: left;
}

.room_img {
	float: left;
}

.clubroom_right {
	width: 420px;
	float: left;
	padding-left: 15px;
}

.clubroom_tit {
	font-size: 27px;
	color: #9c1d00;
	font-family: serif;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #908500;
}

.clubroom_tit span {
	font-size: 17px;
}

.clubroom_txt {
	padding-top: 10px;
	font-size: 15px;
	line-height: 1.5em;
}

.clubroom_point {
	padding: 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #003a6f;
	line-height: 1.5em;
}

.clubroom_point li {
	display: inline-block;
	font-size: 14px;
	
}



@media screen and (max-width: 560px) {
	
	.msc_yachtclub {
	background-size: 1000px;
}
	
	
.club_point {
	width: 90%;
	margin: auto;
}
	
	
.club_room_cas {
	width: 83%;
}

.room_img {
	float: none;
}

.clubroom_right {
	width: 100%;
	float: none;
	padding-left: 5px;
}

.clubroom_tit {
	font-size: 25px;
	color: #9c1d00;
	font-family: serif;
	font-weight: bold;
}

.clubroom_tit span {
	font-size: 17px;
}

.clubroom_txt {
	font-size: 15px;
	line-height: 1.5em;
}

.clubroom_point {
	padding: 10px 0px;
	font-weight: bold;
	color: #003a6f;
	line-height: 1.5em;
}
	
.clubroom_point li {
	font-size: 12px;
	
}
	
}



/*////////////////////ツアーのこだわり//////////////*/


#tour_point h3{
	text-align: center;
	color: #001d4a;
	font-size: 30px;
	font-family: serif;
	margin-top: 0px; 
	padding-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	background-image: url("../img/ic_g_line.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 28px;
}


.tour_points {
	width: 917px;
	margin: auto;
	padding: 20px 0px;
}


.jalbanner {
	width: 490px;
	margin: auto;
	padding-bottom: 20px;
}

.kikouchi {
	width: 950px;
	background-image: url("../img/bg_line.gif");
	background-repeat: repeat;
	margin:20px auto 30px auto;
	
}

.kikouchi h4 {
	text-align: center;
	color: #001d4a;
	font-size: 25px;
	font-family: serif;
	margin-top: 0px; 
	padding-top: 30px;
	margin-bottom: 10px;
}

.tour_kankou {
	width: 872px;
	margin:10px auto;
	padding-top: 20px;
}

.kikouchi_map {
	width: 849px;
	margin:auto;
	padding: 30px 0px 20px 0px;
}


@media screen and (max-width: 560px) {
	
	.tour_points {
	width: 90%;
	margin: auto;
	padding: 20px 0px;
}


.jalbanner {
	width: 90%;
	margin: auto;
	padding-bottom: 20px;
}
	
.kikouchi {
	width: 90%;
	
}
	
.kikouchi h4 {
	font-size: 22px;
}
	
	
.tour_kankou {
	width: 90%;
}

.kikouchi_map {
	width: 90%;
}
	
}


/*////////////////////ツアー詳細・予約//////////////*/


#book h3{
	text-align: center;
	color: #001d4a;
	font-size: 30px;
	font-family: serif;
	margin-top: 0px; 
	padding-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	background-image: url("../img/ic_g_line.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 28px;
}

.tour_cas {
	width: 950px;
	margin: auto;
}


.tour_tit {
	font-size: 22px;
	background-color:#ACE3EC;
	padding: 10px 0px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.tour_tit_c {
	font-size: 22px;
	background-color:#09327D;
	padding: 10px 0px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
}
.tour_tit_c span {
	font-size: 25px;
	color:rgba(224,181,73,1.00);
}

.price_at {
		font-size: 13px;
		text-align: center;
	}

.room_name {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	padding: 15px 0px 15px 0px;
}

.price_table {
	width: 950px;
	margin: auto;
	border-collapse: collapse;
}

.roomimg {
	width: 17%;
}

.roomimg_c {
	width: 27%;
}

.dep_day {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}

.dep_day span {
	font-size: 11px;
	font-weight: bold;
}

.day_attention {
	font-size: 12px;
	text-align: left;
	padding-top: 15px;
}

.price {
	font-size: 21px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color: rgba(229,0,3,1.00);
	
	padding: 10px 0px;
	font-style: italic;
}

.price a {
	color: rgba(229,0,3,1.00);
	text-decoration: underline;
}

	.table-wrap {
		margin-top: 20px;
		margin-bottom: 20px;
}

.price span {
	font-size: 13px;
	color: #000;
}


.r_full {
	font-size: 21px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #000;
	
	padding: 10px 0px;
	font-style: italic;
	background-color:rgba(218,214,214,1.00);
	background-image: url("../img/full.gif");
	background-position: top left;
	background-size: 20%;
	background-repeat: no-repeat;
}

.r_full a {
	color: #1D1D1D;
	text-decoration:line-through;
}

.r_full span {
	font-size: 13px;
	color: #000;
}


.gry {
	background-color: rgba(249,228,228,1.00);
}

.gld {
	background-color: rgba(236,220,166,1.00);
}

.dgld {
	background-color:rgba(141,109,0,1.00);
	padding: 10px 0px 10px 0px;
	color: #fff;
}


.yatch_club_point {
	background-color:rgba(15,22,56,1.00);
	width: 900px;
	margin: auto;
	padding: 15px;
}

.club_point_tit {
	font-size: 20px;
	color:rgba(224,181,73,1.00);
	font-family: serif;
	text-align: center;
}

.yatch_club_point ul {
	width: 90%;
	margin: auto;
}

.yatch_club_point li {
	padding-bottom: 5px;
	color: #fff;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;
}

.tour_atention {
	width: 900px;
	margin:15px auto;
	text-align: left;
	
}

.tour_atention p {
	font-weight: bold;
	font-size: 17px;
	line-height: 1.5em;
}

.tour_atention li {
	font-size: 15px;
	line-height: 1.5em;
}

.tour_schedule {
	width: 850px;
	margin:10px auto 20px auto;
}

.schedule_list {
	width: 850px;
	margin: auto;
	border-collapse: collapse;
	border: 1px rgba(86,86,86,1.00) solid;
	text-align: left;
}
.schedule_list tr,.schedule_list td {
	border: 1px rgba(86,86,86,1.00) solid;
	padding: 10px;
}

.shukuhaku {
	float: right;
	font-weight: bold;
	color: rgba(14,55,108,1.00);
}

.sche_naiyou span {
	font-weight: bold;
	background-color: rgba(205,229,255,1.00);
	padding: 5px;
	margin-right: 10px;
}

.tour_day {
	background-color: rgba(200,200,200,1.00);
	font-size: 14px;
	font-weight: bold;
	width: 10%;
}

.sche_naiyou {
	font-size: 14px;
	line-height: 1.7em;
}

.sche_tit {
	background-color:rgba(52,52,52,1.00);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.sche_at {
	font-size: 14px;
	padding-top: 15px;
}

@media screen and (max-width: 560px) {
	
.tour_cas {
	width: 95%;
}
	.price_at {
		font-size: 12px;
		text-align: center;
	}
	
.tour_tit {
	font-size: 18px;
	width: 90%;
	margin: auto;
	line-height: 1.5em;
	margin-bottom: 15px;
}
	
.tour_tit_c {
	font-size: 18px;
	width: 90%;
	margin: auto;
	line-height: 1.5em;
	margin-bottom: 15px;
}
	
	.table-wrap {
  overflow-x: scroll;
		margin-top: 20px;
		margin-bottom: 20px;
}
	
.price_table {
	width: 950px;
	margin: auto;
	border-collapse: collapse;
  white-space: nowrap;
	
}
	
.price_table div {
  width: 90%;
  margin: 5px;
  flex-shrink: 0;
}
	

.dep_day {
	font-size: 11px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
}

.price {
	font-size: 20px;
}
	

.yatch_club_point {
	background-color: rgba(0,46,113,1.00);
	width: 90%;
	margin: auto;
	padding: 15px;
}

.club_point_tit {
	font-size: 18px;
	color:rgba(224,181,73,1.00);
	font-family: serif;
	text-align: center;
}

.yatch_club_point li {
	padding-bottom: 5px;
	color: #fff;
	font-size: 13px;
	text-align: left;
}

.tour_atention {
	width: 90%;
	margin:15px auto;
	text-align: left;
	line-height: 1.5em;
}

.tour_atention p {
	font-weight: bold;
	font-size: 15px;
}

.tour_atention li {
	font-size: 12px;
}
	
.tour_schedule {
	width: 90%;
}

.schedule_list {
	width: 100%;
}
	
.tour_day {
	font-size: 13px;
}

}



/*////////////////////よくある質問//////////////*/

#faq {
	background-color: #e4edf7;
	padding-bottom: 30px;
}


#faq h3{
	text-align: center;
	color: #001d4a;
	font-size: 30px;
	font-family: serif;
	margin-top: 0px; 
	padding-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	background-image: url("../img/ic_g_line.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 28px;
}

.faq_sec {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #001d4a;
	padding: 15px 0px;
}

.p-accordion{
	margin-left: 80px;
	padding-bottom: 0px;
}

.p-accordion__item{
  width: 90%;
}

.p-accordion__head a{
  display: block;
  color: #001d4a;
  text-decoration: none;
  background-color: #fff;
	border: 1px solid #001d4a;
  padding: 14px 12px;
  position: relative;

}

.p-accordion__head a::before,
.p-accordion__head a::after{
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #001d4a;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  transition: .2s;
}

.p-accordion__head a::before{
  transform: rotate(90deg);
}

.p-accordion__item[data-active] .p-accordion__head a::before{
  transform: rotate(270deg);
  opacity: 0;
}

.p-accordion__item[data-active] .p-accordion__head a::after{
  transform: rotate(180deg);
}

.p-accordion__content{
  margin-top: 10px;
  padding: 0 12px;
margin-bottom: 10px;
}

.p-accordion__content p {
	padding-bottom: 15px;
}

.p-accordion__content span {
	font-size: 12px;
	line-height: 1.5em;
}

.faq_t {
	font-weight: bold;
	text-align: left;
}

@media screen and (max-width:560px) {


	
 .p-accordion{
	margin-left: 0px;
	padding-bottom: 30px;
  justify-content: space-between;
}
	
.p-accordion__item{
  width: 95%;
	margin: auto;
}
	
.p-accordion__head a{

	font-size: 13px;
}
	
.p-accordion__head a::before,
.p-accordion__head a::after{
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #001d4a;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  transition: .2s;
}

.p-accordion__head a::before{
  transform: rotate(90deg);
}

.p-accordion__item[data-active] .p-accordion__head a::before{
  transform: rotate(270deg);
  opacity: 0;
}

.p-accordion__item[data-active] .p-accordion__head a::after{
  transform: rotate(180deg);
}

.p-accordion__content{
  margin-top: 8px;
  padding: 0 12px;
margin-bottom: 20px;
}


	
}





/* ページTOP */


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size:15px;
	z-index: 100;
}
#page-top a {
	background:#001d4a;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background:#333;
}

@media screen and (max-width: 560px) {
	
	#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	font-size:13px;
}
#page-top a {
	background:#001d4a;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background:#333;
}
	
}


/* トップに戻る */
#page__top{
  width: 80px;
  height: 80px;
  margin: 0 20px 20px auto;
  background: #001d4a;
  opacity: 0.8;
  border-radius: 8px;
  z-index: 4;
}
#page__top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 1;
  text-decoration: none;
}
#page__top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 4rem;
  color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* スマホ用 */
#nav-drawer {
  position: relative;
  text-align: right;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}




/* フッター */
#footer{
  background-color: #000;
  padding: 40px 0;
}
#footer .footer__wrap{
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer p{
  padding-right: 20px;
  line-height: 1;
  font-size: 1.4rem;
  color: #fff;
}


.footer__nav{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
}

.footer__nav li{
  margin-left: 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
}

.footer__nav li a{
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
}

.footer__nav li a:hover{
  text-decoration: underline;
}


@media screen and (max-width:960px) {
  #footer p{
    font-size: 1.2rem;
    padding-right: 0;
  }

  .footer__nav li a{
    font-size: 1.2rem;
  }
}

@media screen and (max-width:560px) {
  .footer__nav,
  .footer__wrap{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  .footer__nav li{
    margin-bottom: 20px;
    margin-left: 0;
  }

  .footer__nav li:last-of-type{
    margin-bottom: 0;
  }

  #footer p{
    margin-bottom: 40px;
  }

}



br.sp{
  display: none;
}

@media screen and (max-width:560px) {
  br.sp{
    display: inline;
  }
}


/*//////////////////////ポップアップ/////////////////////////////*/




.popup-bg-cover{
	position: fixed; /* ブラウザの定位置に固定 */
	background: rgba(0, 0, 0, .5); /* 背景色を半透明の黒色に */
	width: 100%; /* 要素の横幅を画面全体に */
	height: 100%; /* 要素の高さを画面全体に */
	top: 0; /* 要素の固定位置をブラウザ最上部に合わせる */
	left: 0; /* 要素の固定位置をブラウザ左側に合わせる */
	z-index: 1000; /* 要素をコンテンツより前面に（要調整） */
}

#sample-popup-switch {
	/* チェックボックスを非表示 */
	display: none;
}
.sample-popup-background {
	/* 画面全体を暗くする透過背景 */
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	top: 0;
	left: 0;
	z-index: 1000;
}
.sample-popup-content {
	/* ポップアップ本体 */
	display: inline-block;
	position: fixed;
	width: 75%;
	z-index: 1100;
	background: #fff;
	padding: 2%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	overflow-y: scroll;}
.sample-popup-content p {
	text-align: center;
}
.sample-popup-close {
	/* ポップアップ内の閉じるボタン */
	position: relative;
	display: inline-block;
	background: #09f;
	color: #fff;
	padding: 0 1em;
	border-radius: 3px;
	cursor: pointer;
	left: 50%;
	transform: translateX(-50%);
}
#sample-popup-switch:checked ~ .sample-popup-background, #sample-popup-switch:checked ~ .sample-popup-box {
	/* ポップアップ･透過背景を閉じる */
	display: none;
}
