@charset "UTF-8";
/*==================================================
=			defalut			 =
==================================================*/
#kcruise,#kcruise span,#kcruise object,#kcruise iframe,#kcruise h1,#kcruise h2,#kcruise h3,#kcruise h4,#kcruise h5,#kcruise h6,#kcruise p,#kcruise blockquote,#kcruise pre,#kcruise abbr,#kcruise address,#kcruise cite,#kcruise code,#kcruise del,#kcruise dfn,#kcruise em,#kcruise img,#kcruise ins,#kcruise kbd,#kcruise q,#kcruise samp,#kcruise small,#kcruise strong,#kcruise sub,#kcruise sup,#kcruise var,#kcruise b,#kcruise i,#kcruise dl,#kcruise dt,#kcruise dd,#kcruise ol,#kcruise ul,#kcruise li,#kcruise fieldset,#kcruise form,#kcruise label,#kcruise legend,#kcruise table,#kcruise caption,#kcruise tbody,#kcruise tfoot,#kcruise thead,#kcruise tr,#kcruise th,#kcruise td,#kcruise li,#kcruise aside,#kcruise dialog,#kcruise figure,#kcruise footer,#kcruise header,#kcruise hgroup,#kcruise menu,#kcruise nav,#kcruise section,#kcruise time,#kcruise mark,#kcruise audio,#kcruise video{margin:0;padding:0;border:0;outline:0;font-weight:normal;vertical-align:baseline;background:transparent;}
#kcruise{line-height:1;}#kcruise li,#kcruise aside,#kcruise dialog,#kcruise figure,#kcruise footer,#kcruise header,#kcruise hgroup,#kcruise nav,#kcruise section{display:block;}#kcruise nav ul{list-style:none;}#kcruise blockquote,#kcruise q{quotes:none;}#kcruise blockquote:before,#kcruise blockquote:after,#kcruise q:before,#kcruise q:after{content:'';content:none;}#kcruise a{margin:0;padding:0;border:0;vertical-align:baseline;background:transparent;}#kcruise ins{background-color:#ff9;color:#000;text-decoration:none;}#kcruise mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;text-decoration:line-through;}#kcruise abbr[title],#kcruise dfn[title]{border-bottom:1px dotted #000;cursor:help;}#kcruise table{border-collapse:collapse;border-spacing:0;}#kcruise hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}#kcruise input,#kcruise select{vertical-align:middle;}#kcruise img{vertical-align:bottom;}

#kcruise .cf:before,#kcruise .cf:after {content:"";display:table;}
#kcruise .cf:after {clear:both;}
#kcruise .cf {*zoom:1;}

#kcruise img{
	image-rendering: -webkit-optimize-contrast;
	width: 100%!important;
	height: auto !important;
}
#kcruise a{
	transition: 0.3s;
	word-wrap:break-word;
}
#kcruise a:hover{
	opacity:0.7;
	animation: cont 0.5s;
	-webkit-animation: cont 0.5s;
	-moz-animation: cont 0.5s;
}
#kcruise p{
	line-height:1.4;
	text-align: left;
}
#kcruise{
	width: 100%;
	text-align:center;
	margin:0 auto;
	color:#000;
  font-family:'Noto Serif JP', serif, Meiryo, sans-serif, "ヒラギノ角ゴ", "Hiragino Sans", "Hiragino Kaku Gothic ProN";
	position: relative;
	-webkit-font-smoothing: antialiased;
	background: rgb(239,239,239);
	background: linear-gradient(90deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
	box-sizing: border-box;
	line-height: 1.4;
}
#kcruise .wrapper{
	box-sizing: border-box;
	position: relative;
	width: 1060px;
	margin: 0 auto;
}
#kcruise .hov,a{
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#kcruise .hov:hover{
	text-decoration: transparent;
	opacity:0.6;
}
#kcruise .hov:active{
	cursor:pointer;
	text-decoration: transparent;
	opacity:0.6;
}
#kcruise section{
	position: relative;
}
#kcruise .content-box{
	width:100%;
	margin:0 auto;
	position: relative;
}
#kcruise .content-inner{
	width:1000px;
	/*width: 90.90909090%;*/
	margin:0 auto;
	position: relative;
}
#kcruise .flexbox{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#kcruise .flexbox-bt{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#kcruise .gothic{
	font-family: 'Noto Sans JP', sans-serif;
}
#kcruise .common-h2{
	font-size: 50px;
	color: #5A5A5A;
	position: relative;
	margin: 60px auto 20px;
	font-weight: 900;
	display: inline-block;
	line-height: 1;
}
#kcruise .common-h2 span{
	font-size: 30px;
	font-weight: 900;
}
#kcruise .common-h2::after{
	content: '';
	display: block;
	background-color: #5A5A5A;
	width: 100px;
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
}

/*ボタン*/
#kcruise .flexbox-bt.main_btn a{
	width: 24%;
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	background-color: #BCAD84;
	box-shadow: 0px 5px 10px rgba(0,0,0,.3);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	border-radius: 6px;
	margin-top: 20px;
	line-height: 1.2;
}
#kcruise .flexbox-bt.main_btn a span{
	font-weight: 700;
	font-size: 26px;
}
#kcruise .flexbox-bt.main_btn a i{
	font-weight: 900;
	font-size: 20px;
	color: #fff;
	font-family: "Font Awesome 5 Free";
}
#kcruise .btn_att.main_btn{
	font-weight: 400;
	font-size: 14px;
	color: #E60909;
	margin-top: 20px;
	text-align: left;
}
#kcruise .flexbox-bt.main_btn .btn_span span{
	font-weight: 700;
	font-size: 20px;
}
#kcruise .flexbox-bt.main_btn .btn_span{
	width: 24%;
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	background-color: #ccc;
	color: #666;
	font-size: 16px;
	font-weight: 700;
	border-radius: 6px;
	margin-top: 20px;
	line-height: 1.2;
}

/*メイントップ*/
 #kcruise main{
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
}
 #kcruise main img{
	display: inline-block;
	width: 100%;
}

/*イントロ*/
 #kcruise .intro{
	margin-top: 60px;
 }
 #kcruise .intro .content-inner{
	padding: 20px;
	margin-top: 30px;
	box-sizing: border-box;
	background: url('/static/img/entertainment/kcruise/kcruise_trim.png')no-repeat,url('/static/img/entertainment/kcruise/kcruise_trim02.png')no-repeat ,url('/static/img/entertainment/kcruise/kcruise_trim04.png')no-repeat,url('/static/img/entertainment/kcruise/kcruise_trim03.png') no-repeat;
  background-position: left top,right top,right bottom,left bottom;
}
#kcruise .intro h3{
	font-weight: 900;
	color: #796B48;
	font-size: 28px;
	text-align: left;
	position: relative;
	padding-left: 40px;
	box-sizing: border-box;
	line-height: 1.4;
}
#kcruise .intro h3 span{
	font-size: 20px;
	font-weight: 900;
}
#kcruise .intro h3::before{
	content: '\f00c';
	font-size: 26px;
	color: #796B48;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 5px;
	left: 0;
}
#kcruise .intro h4{
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	margin-top: 1rem;
	margin-bottom: 2rem;
	line-height: 1.6;
}
#kcruise .intro h4 span{
	font-size: 14px;
	font-weight: 500;
}
#kcruise .intro .flexbox-bt{
	margin-top: 2rem;
}
#kcruise .intro .flexbox-bt div{
	width: 32%;
}
#kcruise .intro .flexbox-bt img{
	width: 100%;
}
#kcruise .intro .flexbox-bt p{
	font-size: 13px;
	margin-top: 5px;
	font-weight: 400;
}
#kcruise .intro .attention{
	font-size: 12px;
	color: #000;
	text-align: left;
	margin-top: 30px;
}

/*ツアー行程*/
#kcruise .schedule .sch_box{
	display: block;
	width: 100%;
	padding: 25px;
	box-sizing: border-box;
	border: solid 1px #796B48;
	margin-top: 30px;
}
#kcruise .schedule .sch_box h3{
	font-size: 30px;
	font-weight: 900;
	color: #796B48;
	line-height: 1.4;
	margin-bottom: 20px;
}
#kcruise .schedule .sch_box h4{
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	line-height: 1.6;
}
#kcruise .schedule .sch_box h4:first-of-type{
	margin-bottom: 50px;
}

/*実施概要*/
#kcruise .info table{
	width: 100%;
	/* border: solid 1px #d6d6d6; */
	margin-top: 30px;
	box-sizing: border-box;
	line-height: 1.6;
	border:solid #BCBCBC 1px;
	border-collapse: separate;
	overflow: hidden;
	border-spacing: 0;
	color: #353535;
}
#kcruise .info table tr{
	border-bottom: solid 1px #d6d6d6;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
}
#kcruise .info table tr:last-child{
	border-bottom: none;
}
#kcruise .info table th,#kcruise .info table td{
	padding: 20px 40px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#kcruise .info table th{
	width: 30%;
	background-color: #f5f5f5;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
}
#kcruise .info table td{
	width: 70%;
	justify-content: flex-start;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	display: inline-block;
}
#kcruise .info table td a{
	color: #3870BD;
	border-bottom: none;
	margin-right: 0;
	position: relative;
}
#kcruise .info table td a:last-child{
	margin-right: 0;
}
#kcruise .info p{
	font-size: 13px;
	text-align: left;
	margin-top: 20px;
}
#kcruise .info .info-btn{
	margin-top: 30px;
	box-sizing: border-box;
}
#kcruise .info .info-btn a{
	width: 30%;
	line-height: 1.2;
	padding: 30px 5px;
	margin: 0 10px;
	box-sizing: border-box;
	background: #158800;
	border: solid 2px #fff;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	border-radius: 10px;
	display: inline-block;
	box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 20%);
}
#kcruise .info .info-btn a span{
	color: #ffff00;
	font-weight: 900;
	font-size: 28px;
}

/*注意事項*/
#kcruise .application{
	margin:80px 0 0;
}
#kcruise .application p{
	font-weight: 300;
	line-height: 1.6;
	padding: 30px;
	background: #fff;
	font-size: 15px;
	box-sizing: border-box;
	width: 100%;
	margin: 0
}
#kcruise .application p span{
	font-weight: 800;
}
#kcruise .application p a{
	color: #cd4444;
	font-weight: 500;
}
#kcruise section:last-child{
	padding-bottom:30px ;
}

/*======================================

画面サイズ751px以上

======================================*/
@media screen and (min-width: 751px){
	#kcruise .sp_img{
		display:none;
	}
	#kcruise .tab_img{
		display:none;
	}
	#kcruise .pc_img{
		display:inline-block;
	}
}

/*======================================

画面サイズ750px以下

======================================*/
@media screen and (max-width: 750px){
	#kcruise .sp_img{
		display:inline-block;
	}
	#kcruise .tab_img{
		display:block;
	}
	#kcruise .pc_img{
		display:none;
	}
	#kcruise{
		min-width: auto;
	}
	#kcruise .wrapper{
		width: 100%;
	}
	#kcruise .content-box{
		width:100%;
		max-width:750px;
	}
	#kcruise .content-inner{
		width: 90.90909090%;
	}
	#kcruise .common-h2{
		font-size: 26px;
		margin: 50px auto 15px;
	}
	#kcruise .common-h2 span{
		font-size: 14px;
	}
	#kcruise .common-h2::after{
		width: 30px;
		height: 3px;
	}

/*ボタン*/
#kcruise .flexbox-bt.main_btn{
	width: 100%;
	max-width: 90vw;
	margin: 0 auto;
	box-sizing: border-box;
}
#kcruise .flexbox-bt.main_btn a{
	width: 48%;
	padding: 10px;
	box-shadow: 0px 5px 10px rgba(0,0,0,.3);
	font-size: 16px;
	border-radius: 6px;
	margin-top: 20px;
}
#kcruise .flexbox-bt.main_btn a span{
	font-weight: 700;
	font-size: 20px;
}
#kcruise .flexbox-bt.main_btn a i{
	font-size: 16px;
}
#kcruise .btn_att.main_btn{
	margin-top: 10px;
	display: block;
	padding: 0 20px ;
	box-sizing: border-box;
}
#kcruise .flexbox-bt.main_btn .btn_span span{
	font-weight: 700;
	font-size: 16px;
}
#kcruise .flexbox-bt.main_btn .btn_span{
	width: 48%;
	padding: 10px;
	font-size: 13px;
	border-radius: 6px;
	margin-top: 20px;
}

/*イントロ*/
#kcruise .intro{
	margin-top: 0;
 }
#kcruise .intro h3{
	font-size: 18px;
	padding-left: 30px;
}
#kcruise .intro h3 span{
	font-size:15px;
}
#kcruise .intro h3::before{
	font-size: 18px;
}
#kcruise .intro h4{
	font-size: 15px;
	margin-top: .5rem;
	margin-bottom: 1.5rem;
}
#kcruise .intro h4 span{
	font-size: 13px;
}
#kcruise .intro .flexbox-bt{
	margin-top: 1.5rem;
}
#kcruise .intro .flexbox-bt p{
	font-size: 12px;
}
#kcruise .intro .attention{
	font-size: 12px;
	margin-top: 15px;
}

/*ツアー行程*/
#kcruise .schedule .sch_box{
	padding: 20px;
	margin-top: 20px;
}
#kcruise .schedule .sch_box h3{
	font-size: 18px;
}
#kcruise .schedule .sch_box h4{
	font-size: 14px;
}
/*実施概要*/
	#kcruise .info{
		padding: 30px 0 0;
	}
	#kcruise .info tbody{
		width: 100%;
    display: inline-block;
	}
	#kcruise .info table{
		display: block;
		margin-top: 30px;
	}
	#kcruise .info table tr{
		display: block;
		border-bottom: none;
	}
	#kcruise .info table tr:last-child{
		border-bottom: none;
	}
	#kcruise .info table th,#kcruise .info table td{
		padding: 15px 30px;
		border-bottom: solid 1px #d6d6d6;
	}
	#kcruise .info table th{
		width: 100%;
		font-size: 15px;
	}
	#kcruise .info table td{
		width: 100%;
		font-size: 14px;
	}

	#kcruise .info .info-btn{
		display: block;
	}
	#kcruise .info .info-btn a{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		margin-top: 20px;
	}


	/*注意事項*/
	#kcruise .application{
		margin:0;
	}
	#kcruise .application p{
		font-size: 14px;
		width: 90%;
		margin: 20px auto 0;
		padding: 20px;
	}
	#kcruise .application p a{
		color: #0264AC;
	}
}

/*======================================

画面サイズ450px以下

======================================*/
@media screen and (max-width: 450px){
	#kcruise .flexbox-bt.main_btn a{
		width: 100%;
	}
	#kcruise .flexbox-bt.main_btn a{
		font-size: 15px;
	}
	#kcruise .flexbox-bt.main_btn a span{
		font-size: 18px;
	}
}


#kcruise .box-tsuika-big{
	border: solid 3px #E60909;
	margin-top: 20px;
}
#kcruise .title-tsuika{
	font-size: 28px;
	font-weight: 900;
	text-align: center;
	background: #E60909;
	color: #fff;
	padding: 15px 5px 19px;
	margin: -2px -2px 0;
	line-height: 1.4;
}
#kcruise .body-tsuika-big{
	padding: 20px;
	background: #fff;
}
#kcruise .body-tsuika-big p{
	font-size: 16px;
	line-height: 1.6;
}
#kcruise .body-tsuika-big p.p-red{
	color: #E60909;
}
#kcruise .body-tsuika-big p.p-kikan{
	font-size: 20px;
	font-weight: 900;
}


#kcruise .box-tsuika{
	background: #fef5f9;
	padding: 20px;
	margin-top: 20px;
}
#kcruise .box-tsuika b{
	color: #E60909;
	font-size: 120%;
	display: block;
	margin-bottom: 10px;
}