@charset "utf-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}
#container{
	 /*font-family: "Noto Sans JP", serif;*/
	 font-family: "Noto Sans JP", serif,
	"Helvetica Neue",Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",Meiryo,
    sans-serif;
    width: 100%;
    margin: 0;
	font-size: 16px;
	color: #333333;
	line-height: 1.6;
	box-sizing: border-box;
}

.small{
	font-size: 0.8em;
}

#container th{font-family: 'Source Han Sans Japanese', sans-serif; font-size: 14px;}
* { box-sizing: border-box; }
#container a{
	text-decoration: none;
/*	color: #333;*/
}
#container a:hover{
/*	color: #333;*/
	opacity: .6;
}

/*reset　cssにかかっているので打消し*/
#container:after, .content:after, .inner:after, dl:after{
    visibility: visible;
    height: auto;
    font-size: 100%;
}

.w1000{
	width: 1000px;
	margin: 0 auto;
}


.pc{display: block;}
.sp{display: none;}

ul {
	list-style: none;
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

*{margin: 0; padding: 0;}

/*-- 画像位置 --*/
#container img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
	max-width: 100%;
/*	width: 100%;*/
}

/*-- font --*/
/*.gosic{font-family: 'Source Han Sans Japanese', sans-serif;}
.min{font-family: 'Source Han Serif Japanese', serif;}
.fude{font-family: 'ta-fuga-fude', sans-serif;}*/


/*.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/




/*--------------------page_top */
#container .page_top{
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 30px;
}
#container .page_top a{
    color: #1a2833;
    border: #1a2833 1px solid;
    padding:20px 15px 10px 15px;
    border-radius:100px;
    background: #ffffff;
    opacity: 0.7;
}
#container .page_top a:hover{
    color: #ffffff;
    background: #1a2833;
    transition: .3s;
}


/*--------------------パンくず */
#pankuzu{
	margin: 15px auto;
	width: 1000px;
	font-size: .85em;
	font-family: 'Noto Sans JP', sans-serif;
}

#pankuzu ul{
    padding: 0 0 5px;
    _zoom: 1;
}
#pankuzu li{
    float: left;
    list-style: none;

}
#pankuzu li + li:before{
    margin: 0 8px;
    content: '>';
}

/*---------- icon*/


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}


.icon_yajisita{
    position: absolute;
    top:35%;
    right: 5%;
	font-size: 40px;
}

 .detail .icon_yajimigi{
    position: absolute;
    top:25%;
    right: 20%;
	font-size: 40px;
}

#commonFooter .icon_yajiue{
    position: absolute;
    bottom:10px;
    right: 2%;
    font-size: 20px;
    color: #ffffff;
   /* background: #b38c61;*/
    padding: 15px;
    position:fixed;
    border-radius:50px;
    border:#b38c61 2px solid;
}

#commonFooter a:hover .icon_yajiue {
    opacity: 0.6;
}

.w1300{
    width: 1300px;
	margin: 0 auto;
}


/*--------------------top */

/*#title{
	background-image:url("../img/title_bg.png"), url("../img/topbg.jpg");
	background-position:center;
	background-repeat: no-repeat;
	height: 700px;
	background-size: cover;
    position: relative;
}


*/

#title {
  /* デフォルトの背景画像 (jpg) */
  background-image: url("../img/title_bg.png"), url("../img/topbg.jpg");
  background-position: center top, center center; /* 位置を個別に指定 */
  background-repeat: no-repeat;
  height: 700px;
  background-size: cover, cover; /* サイズを個別に指定 */
  position: relative;
}

@supports (image-set: url("../img/title_bg.webp") 1x) {
  #title {
    /* webp対応ブラウザの場合、背景画像をwebpに差し替える */
    background-image: url("../img/title_bg.webp"), url("../img/topbg.webp");
  }
}

.point_bg{
	background:#E0F7FF;
	padding: 80px 0 10px 0;
}

#pointbox{
	background: #ffffff;
	width:1000px;
	border: #F40C10 2px solid;
	margin: 0 auto;
	padding: 1em;
	font-size: 22px;
	line-height: 1.5;
	 border-radius: 10px;
	position: relative;
}

#pointbox .point{
	background: #F40C10;
	display: inline; 
	 border-radius: 20px;
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
	position: absolute;
	top:-1em;
	z-index: 100;
		
}

#pointbox  li{
	padding: 0 20px; 
	font-size: 22px;
	font-weight: 600;
	position: relative;
	line-height: 1.6;
}

#pointbox  li p{
	padding-left: 0.8em;
	}

#pointbox li:not(:first-child):not(:nth-of-type(3)):not(:nth-of-type(6))::before {
	content:"●";
	top:10px;
	position: absolute;
	font-size: 10px;
}

.red{
	color: #F40C10;
}

.title_cap{
    color: #ffffff;
    font-size: 0.9em;
    position: absolute;
    right:10%;
    bottom: 0;
}

.all_course{
	background: #e60012;
	color: #ffffff;
	font-weight: 600;
	padding: 2px 5px;
	margin-top: 10px;
	display: inline-block;
	border-radius:5px;
}


.ab_course{
	background: #1d2088;
	color: #ffffff;
	font-weight: 600;
	padding: 2px 5px;
	margin-top: 10px;
	display: inline-block;
	border-radius:5px;
}
/*------------------------------------------------------main*/

h1 {
	text-indent:5000px;
	white-space: nowrap;
	overflow: hidden;
	background-image: url("../img/title.png");
	background-repeat: no-repeat;
	background-position:50% 10%;
	max-width: 1300px;
	margin: auto;
	z-index: 99;
    height: 380px;
}

.main p{ text-align: right; font-size: .9em;}

.title_box{
	position: relative;
}

.title_box .att_name:nth-of-type(1){
	position: absolute;
	top:670px;
	left:10px;
	font-size: 1em;
	color: #004ea2;
	text-shadow:  1px 1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff;
	font-weight: 800;
}

.title_box .att_name:nth-of-type(1) span, .title_box .att_name:nth-of-type(2) span{
	color: #252525; 
	font-size: 0.8em;
}

.title_box .att_name:nth-of-type(2){
	position: absolute;
	top:670px;
	right:10px;
	font-size: 1em;
	color: #004ea2;
	text-shadow:  1px 1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff;
	font-weight: 800;
}
/*--------------------------tour*/
#tour{
	background: #E0F7FF;
	padding: 20px 0 100px 0;
}


.tour_main{
	padding-top: 70px;
}

.tour_main dt{
	font-size: 30px;
	color: #004ea2;
 font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	padding-bottom: 10px;
} 

.tour_main dd{
	font-size: 18px;
}

.tour_photo{
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 10px;
	padding-top: 1em;
	line-height: 1.3;
}

.tour_photo img{
	width:100%;
}


.tour_photo dt{
	/*width:67%;*/
	width:63.5%;
}

.tour_photo dd{
	/*width: calc(33% - 10px);*/
	width: calc(36% - 10px);
	display: flex;
	flex-wrap: wrap;
	grid-row-gap: 10px;
}


.photo_txt{
	padding: 5px;
}

.photo_txt_blue{
	color: #004ea2;
	font-weight: 600;
	font-size: 1.2em;
}
/*---------------------------table*/
.tbla, .tblb, .tblc{
	font-size: 18px;
	font-weight: 500;
	background: #ffffff;
}

.tbla .tbl_gyo{
	background:#fcc3e5 ;
	font-weight: 400;
}

.tblb .tbl_gyo{
	background:#99e5ff ;
	font-weight: 400;
}

.tblc .tbl_gyo{
	background:#b6f2ca ;
	font-weight: 400;
}

.tbla tr, .tblb tr, .tblc tr{
	border: #000000 1px solid;
}

.tbla td, .tblb td, .tblc td{
	border: #000000 1px solid;
}


.tbl_sm{
	font-size: 0.8em;
	font-weight: 400;
}

.tbla .tbl_day{
	width:3%;
	padding: 10px;
	background: #fcc3e5;
}

.tblb .tbl_day{
	width:3%;
	padding: 10px;
	background: #99e5ff;
}

.tblc .tbl_day{
	width:3%;
	padding: 10px;
	background: #b6f2ca;
}

.tbl_tl{
	padding-left: 10px;
}

.tbl_sc{
	padding: 10px;
}

.tbl_meal{
	width:5%;
	font-size: 0.8em;
	padding: 10px;
	text-align: center;
	line-height: 1.2;
}

.tbl_red{
	color: #e60012;
}
.tbl_orege{
	color: #ee7500;
}
.tbl_blue{
	color: #1d2088;
}

/*----------------------------タブ切替 */
.course_tl{
	text-align: center;
	padding-bottom: 20px;
}

#tab_bg{
    padding: 2.5em 0;
    background: #fdfcf6;
}

#tab_bg .ten{
	letter-spacing: -5px;
}

.tab-area {
	display: flex;
    flex-wrap: wrap;
	cursor: pointer;
	padding: 0.3em 0 .5em;
	/*justify-content: space-around;*/
    font-family: 'ta-fuga-fude', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
	column-gap: 20px;
	justify-content:center;
}

.tab-area li {
	width: calc(100%/2 - 1em);
	color: #fff;
	/*display: block;	*/
	/*text-align: center;*/
    position: relative;
	font-weight: 600;
	 transition-property: opacity;
    transition-duration: 0.5s;
}

.tab-area li:hover{
	opacity: 0.7; 
}

.a_course_scroll{
    background-color: #e5004f;
}
.b_course_scroll {
    background-color: #004ea2;
}
.c_course_scroll {
    background-color: #006428;
	margin-top: 2em;
}


.a_course_scroll a, .b_course_scroll a , .c_course_scroll a{
    color: #ffffff;
	display: block;	
	padding: 0.6em 1em;
}

.a_courselink{
	color: #e5004f;
	font-size: 18px;
	background: #ffffff;
	padding: 4px 8px 0px 8px;
	display:inline-block;
	margin-bottom: 5px;
}

.panel {
  display: none;
/*  text-align: center;*/
}
.panel.active {
  display: block;
}


h2{
	text-align: center;
	padding: 50px 0 10px 0;
	display: flex;
	justify-content:center;
}

.schedule .sm{
	font-size: 0.8em;
font-weight: 400;
}


 .text_center{
	text-align: center;
}

.hanbai{
	text-align: center;
	font-size: 1.5em;
	font-weight: 600;
	padding-top: 2em;
}

/*-------------------------------------------------------------発売前*/

#a_course  .mae .detail,  #b_course  .mae .detail{
    display: block;
    background: #B9B9B9;
    color: #ffffff;
    padding: 20px 0;
	font-size: 1.5em;
   
}

/*---------------------------------------------a_course*/
#a_course{
	background: #ffe1f3;
	/*background:#ffe1f3  url("../img/fujibg.png") no-repeat  center bottom/ 100% 305px;*/
	padding: 30px 0;
}

#a_course .airport{
	color: #e60012;
	font-size: 22px;
	font-weight: 700;
	border: #e60012 3px solid;
	padding: 3px 10px;
	background: #ffffff;
	text-align: center;
	width:300px;
	margin: 0 auto;
	border-radius:15px;
}

.course_box{
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	padding: 100px 0;
}


#a_course .course_box ul{
	width:35%;
}

 #a_course .course_box dl{
	/*width:calc(100%/3 - 20px);*/
	width:calc((100% - 20px) /3);
}

.course_box dl img{
	width:100%;
}

#a_course .course_box ul{
	background: #fff4d6;
	border: #a67f00 3px solid;
	border-radius:15px;
	/*padding: 10px 20px;*/
}





#a_course .course_box .point{
	background: url("../img/point_bg.png") no-repeat;
	background-size:100%;
	margin:10px 0;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	padding: 0 0 3px 0; 
}

#a_course .schedule{
	font-size: 22px;
	background: #ffffff;
	display: flex;
	flex-wrap: wrap;
	width:960px;
	margin: 0 auto;
	font-weight: 600;
}

#a_course .schedule dt, #a_course .schedule dd{
	border: #000000 1px solid;
	padding: 8px 20px;
}

#a_course .schedule dt{
	width:20%;
	text-align: center;
}

#a_course .schedule dd{
	width:80%;
}

.map{
	padding: 100px 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content:center;
}

/*.map p{
	width:calc(50% - 20px);
}*/

#a_course .detail ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}

#a_course .detail{
    width:70%;
    text-align: center;
    background: #e5004f;
    position: relative; 
	margin: 100px auto 50px auto;
	border-radius:10px;
	 transition-property: opacity;
  transition-duration: 0.5s;
}

#a_course .detail a{
    display: block;
    color: #ffffff;
    padding:20px 0;
	   font-size: 22px;
		font-weight: 700;
}

#a_course .detail a:hover{
	background: #ff86b0;
	border-radius:10px;
}

/*販売開始　#a_course .detail:hover{
    opacity: .6;
}*/

#a_course h3{
background: #ffe1f3;
}
/*---------------------------------------------b_course*/
#b_course{
	background: #e5f6fd;
	/*background:#e5f6fd  url("../img/fujibg.png") no-repeat  center bottom/ 100% 305px;*/
	padding: 30px 0;
}

#b_course .airport{
	color: #004ea2;
	font-size: 22px;
	font-weight: 700;
	border: #004ea2 3px solid;
	padding: 3px 10px;
	background: #ffffff;
	text-align: center;
	width:300px;
	margin: 0 auto;
	border-radius:15px;
}


 #b_course .course_box dl{
		/*width:calc(100%/3 - 20px);*/
	 width:calc((100% - 20px) /3);
}


#b_course .course_box ul li p{
	padding-left: 0.8em;
	}


.b_courselink{
	color: #1d2088;
	font-size: 18px;
	background: #ffffff;
	padding: 4px 8px 0px 8px;
	display:inline-block;
	margin-bottom: 5px;
	margin-right: 1em;
}


#b_course .detail ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}

#b_course .detail{
    width:70%;
    text-align: center;
    background: #004ea2;
    position: relative; 
	margin: 100px auto 50px auto;
	border-radius:10px;
	 transition-property: opacity;
  transition-duration: 0.5s;
}

 #b_course .detail a{
    display: block;
    color: #ffffff;
    padding:20px 0;
	   font-size: 22px;
		font-weight: 700;
}

#b_course .detail a:hover{
	background: #5d9fe5;
	border-radius:10px;
}

#b_course h3{
	background: #e5f6fd;
}

/*---------------------------------------------c_course*/

#c_course{
	background: #d3efdd;
	/*background:#e5f6fd  url("../img/fujibg.png") no-repeat  center bottom/ 100% 305px;*/
	padding: 30px 0 100px 0;
}

#c_course .airport{
	color: #006428;
	font-size: 22px;
	font-weight: 700;
	border: #006428 3px solid;
	padding: 3px 10px;
	background: #ffffff;
	text-align: center;
	width:300px;
	margin: 0 auto;
	border-radius:15px;
}


 #c_course .course_box dl{
		/*width:calc(100%/3 - 20px);*/
	 width:calc((100% - 20px) /3);
}


#c_course .course_box ul li p{
	padding-left: 0.8em;
	}


.c_courselink{
	color: #006428;
	font-size: 18px;
	background: #ffffff;
	padding: 4px 8px 0px 8px;
	display:inline-block;
	margin-bottom: 10px;
	margin-right: 1em;
}

#c_course .detail ul{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}

#c_course .detail{
    width:70%;
    text-align: center;
    background: #006428;
    position: relative; 
	margin: 100px auto 50px auto;
	border-radius:10px;
	 transition-property: opacity;
  transition-duration: 0.5s;
}

 #c_course .detail a{
    display: block;
    color: #ffffff;
    padding:20px 0;
	   font-size: 22px;
		font-weight: 700;
}

#c_course .detail a:hover{
	background: #569871;
	border-radius:10px;
}


#c_course h3{
	background: #d3efdd;
}

/************************************************************
					★max1500px
************************************************************/
@media screen and (max-width: 1500px){
 .w1000{
	/*min-width: 100%;  */
	width: 1000px;
	margin: 0 auto;
	}	

	.w1300 {
	min-width: 100%;  
	width: 1300px;
	margin: 0 auto;
	/*overflow: hidden;*/
}
}

/************************************************************
					★min770px－max999px
************************************************************/
@media screen /*and (min-width: 770px) */and (max-width: 1000px){
	
#container, .w1000, #container .w1300 {
	min-width: 100%;  
	width: 100%;
	margin: 0;
	/*overflow: hidden;*/
}
/*.w1000 {	padding: 0 5px;}
/*-------------------------------------------------------------タブ切替 */
.tab-area {	padding: 1.5em 0;}	
/*---------------------------------*/
.text + .flex_box{align-items: flex-start;}
/*--------------------------------------------------------------------------------------------------------set */
/*h1{
    background-size: contain;    
}*/

/*#title{
    height: 580px;
}*/
	
#pointbox{
	width:100%;
	}	

#tab_bg{
    padding: 3em 0;
}

	
#a_course, #b_course, #c_course{
		padding: 30px 10px;
	}	
	
.course_box{
		padding: 50px 0;
	}	
	
#a_course .course_box ul,  #b_course .course_box .course_box_b{
		width:100%;
	 padding-bottom: 20px;
	}
	
.tab-area li{
		width:48%;
		font-size: 18px;
	}	
	
/*#a_course .course_box dl, #b_course .course_box dl{
		width:48%;
		padding: 20px 0;
	}	
	*/
.map{
		padding: 20px 0;
	}	
	
.map p{
		width:48%;
	}
	
.price_list dl{
		width:100%;
	}		

#a_course .schedule, #b_course .schedule{
		width:100%;
	}
 
}
/************************************************************
					★タブレット対応
************************************************************/
@media screen /*and (min-width:600px)*/ and (max-width:769px)  {
	
/*--------------------パンくず */
#pankuzu{ display: none;}
	
.tab-area{
		font-size: 16px;
	}	
	
h2{
		padding: 20px 0 10px 0;
	}	
	
.course_box{
		padding: 10px 0;
	}	
	
#a_course, #b_course{
		padding: 30px 10px;
	}	
		
	
#a_course .course_box ul li, #b_course .course_box ul li{
		font-size: 18px;
	}
	
#a_course .course_box ul, #b_course .course_box ul{
		width:100%;
	}	
	
	#a_course .course_box dl, #b_course .course_box dl{
		/*width:calc(100%/3 - 20px);*/
		width:calc(100% - 20px)/3;
		padding: 20px 0;
	}	
	
#a_course .schedule, #b_course .schedule{
		width:98%;
	}	
	
	.map{
		padding: 20px 0;
	}	
	
	.map p{
		width:100%;
	}	
	
	.price_list{
		width:80%;
	}	
}

/************************************************************
						★スマホ対応
************************************************************/
@media screen and (max-width:599px)  {	
.sp{display: block;}	
.pc{display: none;}

	
/*----------------------------タブ切替 */
.tab-area {	padding: .5em 0 .5em;}
.tab {	width: calc(100%/3 - .2em);}	
/*------------------------------------------------------intro*/
#title{
    height: 350px;
	background-image:url("../img/title_bg_sp.png"), url("../img/topbg_sp.jpg");
	background-size:contain, cover;
	background-position:bottom, center;
}


h1{
    height: 360px;
    background-image:url("../img/title_sp.png");
    background-size: contain;
    }
	

.title_box .att_name:nth-of-type(1){
	position: absolute;
	top:330px;
	left:10px;
	font-size: 0.65em;
	color: #004ea2;
	text-shadow:  1px 1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff;
	font-weight: 800;
}

.title_box .att_name:nth-of-type(1) span, .title_box .att_name:nth-of-type(2) span{
	font-size: 0.5em;
}

.title_box .att_name:nth-of-type(2){
	position: absolute;
	top:330px;
	right:10px;
	font-size: 0.65em;
	color: #004ea2;
	text-shadow:  1px 1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff;
	font-weight: 800;
}	

	.point_bg{
		padding: 260px 0 10px 0;
	}	
	
	#pointbox{
		padding: 0.5em;
	}	
	
#pointbox .point{
	font-size: 16px;
	line-height: 1.2;
	}	
	
#pointbox li{
	padding: 5px 20px;
	font-size: 16px;
	line-height: 1.2;
	}	
	
	#tour{
		padding: 5px 0;
	}	
	
/*.tour_main:first-of-type{
		padding-top: 320px;
	}	*/
	
.tour_main dt{
	font-size: 24px;
	padding: 0 2%;
	}	
	
.tour_main dd{
	font-size: 16px;
	line-height: 1.4;
	padding: 0 2%;
	}	
	
.tour_photo{
	padding:2% 5% ;
	}	
	
.tour_photo dt, .tour_photo dd{
		width:100%;
	padding-bottom: 5px;
	}	
	
	.tour_main{
		padding: 30px  10px;
	}	
	
	
.course_tl{
	padding-bottom:0;
	}	
	
.tab{
    width:calc(100%/2 - 1em);
    padding: 0.5em 0 1.2em 0;
    line-height: 1.3;
    }

.tab-area{
    font-size: 16px;
	line-height: 1.3;
    }
	
.tab-area li{
	padding:0.7em 0 40px 10px;
	width:100%;
	font-size: 14px;
	margin: 5px 5%;
	text-align: center;
	}	

.tbla, .tblb, .tblc{
	font-size: 16px;
	}	
	
.icon_yajisita{
    bottom:0;
    top:auto;
    right:45%;
    }
	
h2{
		padding:10px 0 10px 0 ;
	}	
	
.course_box{
		padding: 30px 0;
	}	
	
.text_center{
		font-size: 0.8em;
		line-height: 1.3;
		padding-top: 10px;
	}	
	
	.hanbai{
		font-size: 1.2em;
	}	
	
	.price_list dt{
		text-align: right;
	}	
	
	.price_list dd{
		text-align: center;
	}	
	


#a_course .course_box ul, #b_course .course_box ul{
		width:100%;
	}	

#a_course .course_box .point, #a_course .course_box ul li,  #b_course .course_box .course_box_b .point, #b_course .course_box .course_box_b li{
		font-size: 18px;
	}
	
#a_course .course_box ul, #b_course .course_box ul{
		padding: 5px 0 20px 0;
	}	
	
#a_course .course_box dl, #b_course .course_box dl, #c_course .course_box dl{
	width:100%;
	padding-top:20px;
	}
	
#a_course .detail, #b_course .detail, #c_course .detail{
    width:90%;
	margin:30px auto 50px auto;
}	
	
#a_course .detail a, #b_course .detail a, #c_course .detail a{
		font-size: 1em;
	}	
	
.detail .icon_yajimigi{
	  top:29%;
		right:1%;
	font-size: 25px;
	}	
	
	/*--------------------------------------------------------------------------------------------------------aコース */
	#a_course .airport{
		font-size: 16px;
		padding: 3px 0px;
		width:60%;
		border: #e60012 1px solid;
	}	

/*--------------------------------------------------------------------------------------------------------bコース */
	#b_course .airport{
		font-size: 16px;
		padding: 3px 0px;
		width:60%;
		border: #004ea2 1px solid;
	}
	
	#b_course .course_box_b_left, #b_course .course_box_b_right{
		width:100%;
	}
	
		#b_course	.price_list dl{
		width:100%;
			/*padding-bottom: 1em;*/
	}	
	
	/*--------------------------------------------------------------------------------------------------------cコース */
	#c_course .airport{
		font-size: 16px;
		padding: 3px 0px;
		width:60%;
		border: #006428 1px solid;
	}
/*--------------------------------------------------------------------------------------------------------link */    
.link_wrap{
    padding: 50px 10px;
    }

.link_wrap li{
     width:100%;   
    }

.link_wrap li:first-of-type{
    margin-bottom: 20px;
    }
	

}



/*--------------------------------------------------24/11/11追加　soldout */ 
.soldout{
	position: relative;
}
.soldout::before{
	content: "満席御礼";
	position: absolute;
	top:1.7em;
	left:9em;
	background:rgba(233,250,4,0.85);
	color: #FF0509;
	padding: 0 1em;
	font-weight: 800;
	transform: rotate(-15deg);
}


	
