@charset "utf-8";
/*
**********************************************************************

* ページ専用CSS

*********************************************************************
*/
.mt10  { margin-top: 10px; }
.mt20  { margin-top: 20px; }
.mt30  { margin-top: 30px; }


.mb10  { margin-bottom: 10px; }
.mb20  { margin-bottom: 20px; }
.mb30  { margin-bottom: 30px; }

.flex_wrap {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.flex_wrap img {
  width: 100%;
}
.flex_wrap.al_start {
  align-items: start;
}
.flex_second_content { flex-basis: 48%; }
.flex_third_content { flex-basis: 31.3333%; }
.flex_fourth_content { flex-basis: 23%; }
.flex_second_content p {
  margin-top: 10px;
}
.flex_fourth_content img,
.flex_fourth_content p {
  margin-top: 10px;
}

/*新着情報*/
.t_se_newbox{
margin-bottom: 50px;
}

.t_se_newbox .t_search{
margin: 0 auto 30px;
}

.t_se_newbox .t_search li{
display: inline-block;
width: 31%;
}

.t_se_newbox .t_search li:nth-child(2){
margin: 0 30px;
}

.t_se_newbox .t_search li a{
display: block;
background: #f39700;
height: 90px;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: #fff;
font-size: 22px;
position: relative;
}

.t_se_newbox .t_search li a::before{
width: 0;
height: 0;
border-top: 15px solid transparent;
border-left: 15px solid transparent;
border-bottom: 15px solid #fff;
position: absolute;
bottom: 10px;
right: 10px;
content: '';
}

.t_se_newbox .t_news{
position: relative;
}

.t_se_newbox .t_news h2{
border-radius: 50%;
width: 120px;
height: 120px;
background: #e60012;
color: #fff;
font-size: 31px;
text-align: center;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

.t_se_newbox .t_news h2 span{
font-size: 22px;
display: block;
padding-top: 20px;
margin-bottom: 5px;
text-align: center;
}

.t_se_newbox .t_news ul{
width: 950px;
height: 120px;
overflow: auto;
border: solid 1px #ccc;
margin-left: 70px;
padding: 10px 0 10px;
}

.t_se_newbox .t_news ul li{
border-bottom: #ccc dotted 1px;
padding:0 0 7px 60px;
margin-bottom: 7px;
}

.t_se_newbox .t_news ul li dl{
overflow: hidden;
}

.t_se_newbox .t_news ul li dl dt{
float: left;
}

.t_se_newbox .t_news ul li dl dd{
margin-left: 100px;
}

.t_se_newbox .t_news ul li dl dd strong{
background: #e60012;
color: #fff;
padding: 0 5px;
}

/*新着情報（スマホ版）*/
@media screen and (max-width: 767px){
	.t_se_newbox{
	margin-bottom: 5vw;
	}

	.t_se_newbox .t_search{
	margin: 0 auto 5vw;
	width: 94%;
	}

	.t_se_newbox .t_search li{
	display: inline-block;
	width: 31%;
	vertical-align:top;
	}

	.t_se_newbox .t_search li:nth-child(2){
	margin: 0 1%;
	}

	.t_se_newbox .t_search li a{
	font-size: 4vw;
	line-height: 5vw;
	padding:0 3%;
	height: 15vw;}

	.t_se_newbox .t_search li a::before{
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid #fff;
	bottom: 5px;
	right: 5px;
	}

	.t_se_newbox .t_news{
	position: static;
	}

	.t_se_newbox .t_news h2{
	border-radius: 0;
	width: 100%;
	height: auto;
	font-size: 5vw;
	text-align: center;
	position: static;
	padding: 2% 0;
	margin-bottom: 3vw;
	}

	.t_se_newbox .t_news h2 span{
	font-size: 5vw;
	display: inline;
	padding-top: 0;
	margin-bottom: 0;
	text-align: left;
	}

	.t_se_newbox .t_news ul{
	width: 92%;
	height: 120px;
	overflow: auto;
	padding: 2%;
	margin: 0 auto;
	}

	.t_se_newbox .t_news ul li{
	margin-bottom: 3vw;
	padding: 0;
	}

	.t_se_newbox .t_news ul li dl{
	font-size: 3vw;
	}

	.t_se_newbox .t_news ul li dl dt{
	line-height: 5vw;
	}

	.t_se_newbox .t_news ul li dl dd{
	margin-left: 20vw;
	line-height: 5vw;
	}

	.t_se_newbox .t_news ul li dl dd strong{
	background: #e60012;
	color: #fff;
	padding: 0 5px;
	}
}

/*大見出し*/
h2.ttl_hanabi1 {
  padding: 10px 0;
  margin-top: 30px;
  font-size: 20px;
  background: #F92200;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

h2.ttl_hanabi2 {
  padding: 10px 0;
  margin-top: 30px;
  font-size: 20px;
  background: #FF7700;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

h2.ttl_hanabi3 {
  padding: 10px 0;
  margin-top: 30px;
  font-size: 20px;
  background: #999999;
  color: #FFCC00;
  font-weight: bold;
  text-align: center;
}

h2.ttl_hanabi4 {
  padding: 10px 0;
  margin-top: 30px;
  font-size: 20px;
  background: #0066FF;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}

h2.ttl_purple {
  padding: 10px 0;
  margin-top: 30px;
  font-size: 20px;
  background: #4850A3;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

h3.border_ttl {
  font-size: 22px;
  color: #1993FF;
  font-weight: bold;
  position: relative;
  padding: 0 15px 10px 0;
  line-height: 120%;
}
h3.border_ttl:before {
  content: '';
  position: absolute;
  left: 30%;
  bottom: 0;
  width: 69%;
  height: 5px;
  background: repeating-linear-gradient(-45deg, white, white 3px, rgba(0, 0, 0, 1) 4px, rgba(0, 0, 0, 1) 6px );
}
h3.border_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 5px;
  background: repeating-linear-gradient(-45deg, white, white 3px, rgba(92, 196, 252, 1) 4px, rgba(92, 196, 252, 1) 6px )
}

h3.border_ttl_orange {
  font-size: 22px;
  color: #FF7700;
  font-weight: bold;
  position: relative;
  padding: 0 15px 10px 0;
  line-height: 120%;
}
h3.border_ttl_orange:before {
  content: '';
  position: absolute;
  left: 30%;
  bottom: 0;
  width: 69%;
  height: 5px;
  background: repeating-linear-gradient(-45deg, white, white 3px, rgba(0, 0, 0, 1) 4px, rgba(0, 0, 0, 1) 6px );
}
h3.border_ttl_orange:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 5px;
  background: repeating-linear-gradient(-45deg, white, white 3px, #F92200 4px, #F92200 6px );
}

h3.border_ttl_red {
  font-size: 22px;
  color: #F92200;
  font-weight: bold;
  position: relative;
  padding: 0 15px 10px 0;
  line-height: 120%;
}
h3.border_ttl_red:before {
  content: '';
  position: absolute;
  left: 30%;
  bottom: 0;
  width: 69%;
  height: 5px;
  background: repeating-linear-gradient(-45deg, white, white 3px, rgba(0, 0, 0, 1) 4px, rgba(0, 0, 0, 1) 6px );
}
h3.border_ttl_red:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 5px;
  background: repeating-linear-gradient(-45deg, white, white 3px, #FF7700 4px, #FF7700 6px );
}

h4.double_line {
  color: #009688;
  font-size: 16px;
  font-weight: bold;
  border-top: 2px solid #009688;
  border-bottom: 2px solid #009688;
  padding-top: 2px;
}
.bold_txt {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0;
}
.pink_txt {
  color: #FF00BF;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
}
.plan_list {
  margin-bottom: 0;
}
.kaika_tbl {
  margin-top: 10px;
}
.kaika_tbl dl {
  display: -ms-flex;
  display: flex;
}
.kaika_tbl dl dt {
  border: 1px solid #333;
  border-bottom: none;
  border-right: none;
  background: #FADCE8;
  flex-basis: 40%;
  padding: 5px;
  text-align: center;
}
.kaika_tbl dl dt:first-child,
.kaika_tbl dl dd:first-child {
  flex-basis: 20%;
}
.kaika_tbl dl dt:last-child,
.kaika_tbl dl dd:last-child {
  border-right: 1px solid #333;
}
.kaika_tbl dl dd {
  border: 1px solid #333;
  border-bottom: none;
  border-right: none;
  flex-basis: 40%;
  padding: 5px;
  text-align: center;
}
.kaika_tbl dl.last dd {
  border-bottom: 1px solid #333;
}
.strong_txt {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.kawazu_list {
  margin-top: 10px;
}
.kawazu_list li {
  margin-top: 2px;
}
.kawazu_list li span {
  color: #FF00BF;
  font-weight: bold;
}
.img_wrap {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.img_wrap img {
  flex-basis: 48%;
}
_:-ms-lang(x)::-ms-backdrop, .img_wrap img {
	max-height: 219px;
}
.access_list {
  margin-top: 10px;
}
.access_list li {
  margin-top: 2px;
  position: relative;
}
.access_list .numazu,
.access_list .atsugi {
  padding-left: 6.5em;
}
.access_list .numazu:before {
  content: "東名沼津IC…";
  font-size: 15px;
  display: block;
  position: absolute;
  left: 0;
}
.access_list .atsugi:before {
  content: "東名厚木IC…";
  font-size: 15px;
  display: block;
  position: absolute;
  left: 0;
}
.sakura_link {
  color: #FFF;
  font-weight: bold;
  background: #F29CA7;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  box-shadow: 0 -4px 0 #CC8787 inset;
  border-radius: 5px;
  margin-top: 10px;
  transition: 0.5s;
}
.flower_link {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 30px;
}
.flower_link li {
  flex-basis: 23%;
}
.flower_link li a {
  padding: 10px 0;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  background: #13AD67;
  text-decoration: none;
  display: block;
  border-radius: 5px;
  text-align: center;
  transition: 0.5s;
  box-shadow: 0 -4px 0 #0E803B inset;
}

/* カセット（大） */
.box3{
	width:103%;margin:0 0% 0 0;
	padding:1% 0;
/*	background:#acc;*/
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.col_d1 {
	width:97%;
	margin:0 3% 2% 0;
	padding:0%;
/*	background:#aac;*/
}

.col_d2 {
	width:47%;
	margin:0 3% 2% 0;
	padding:0%;
/*	background:#aac;*/
}

.col_d3 {
	width:31%;
	margin:0 2% 2% 0;
	padding:0%;
/*	background:#aac;*/
}

/* box */
.box3{
	float:left;
}

.box3:after{
	content:"";
	clear:both;
	display:block;
}

h3.h3_c1 a:hover,
h3.h3_c2 a:hover,
h3.h3_c3 a:hover,
h3.h3_c4 a:hover,
a.arrow_green:hover{
	color:#ff4499;
}

h3.h3_c1{
	margin-top:5px;
	margin-bottom:10px;
	font-size: 16px;
	font-weight: bold;
	padding:0.2em 0.6em 0.1em 0.6em!important;
	line-height:1.3em;
	color:#F92200!important;
	border-left:solid 8px #F92200;
	border-bottom:solid 1px #F92200;
	position:relative;
}

h3.h3_c2{
	margin-top:5px;
	margin-bottom:10px;
	font-size: 16px;
	font-weight: bold;
	padding:0.2em 0.6em 0.2em 0.6em!important;
	line-height:1.3em;
	color:#FF7700!important;
	border-left:solid 8px #FF7700;
	border-bottom:solid 1px #FF7700;
	position:relative;
}

/* ツアー詳細へボタン */
.reservation_btn {
    padding: 10px 0;
    width: 100%;
    background: #ef5350;
    color: #FFF !important;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin: 15px 0;
    border: 1px solid #fff;
    box-shadow: 0 0 0 4px #ef5350;
    position: relative;
    box-sizing: border-box;
	text-align:center;
}
.reservation_btn:after {
    content: "";
    background: url(../image/arrow_white.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 11px;
}

/* 販売開始お知らせメールボタン */
.reservation_btn2 {
    padding: 10px 0;
    width: 100%;
    background: #4f9df0;
    color: #FFFFFF !important;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin: 15px 0;
    border: 1px solid #fff;
    box-shadow: 0 0 0 4px #4f9df0;
    position: relative;
    box-sizing: border-box;
	text-align:center;
}
.reservation_btn2:after {
    content: "";
    background: url(../image/arrow_white.png) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 11px;
}

.cen{
	text-align: center;
	margin: 0 auto;
}

.txt01 {
    font-size: 14px;
}

/* 出発日から選ぶ */
.wr300 .col_d {
    margin-left: 25px;
    width: 300px;
    float: left;
}
.wr300 .col_d:first-child {
    margin-left: 0px;
}
.tbl_day {
    width: 300px;
    border-collapse: collapse;
    border-spacing: 0;
}
.tbl_day th {
    border: solid 2px #ffffff;
    text-align: center;
    background: #ddd;
}
.tbl_day td {
    border: solid 2px #ffffff;
    text-align: center;
    background: #f7f7f7;
}
.tbl_day td.td_order {
    background: #FF9203;
    font-weight: bold;
    border-radius: 8px;
}
.tbl_day td.td_order a {
    font-weight: bold;
    color: #ffff00;
}
.tbl_day td.td_order a:hover {
    color: #E1F5FE;
}
@media only screen and (max-width : 640px){
	.wr300 {
    width: 100%;
	}
	.wr300 .col_d {
    margin-left: 0;
    margin-bottom: 5px;
    width: 100%;
    float: none;
	}
	.tbl_day {
    width: 100%;
    border-collapse: collapse;
	}
}

@media
only screen and (max-width : 640px){

	/* カセット大（スマホ版） */
	.col_d1,
	.col_d2,
	.col_d3 {
		width:97%;
		margin:0 3% 2% 0;
		padding:0%;
	}

	.reservation_btn:after {
    content: none;
	}

	.reservation_btn2:after {
    content: none;
	}

}
/* 767px以下 */
@media screen and (max-width: 767px){
  h3.border_ttl {
    font-size: 18px;
    padding: 0 10px 10px 10px;
  }
  
  h3.border_ttl_pink {
    font-size: 18px;
    padding: 0 10px 10px 10px;
  }
  
  
  h3.border_ttl_orange {
    font-size: 18px;
    padding: 0 10px 10px 10px;
  }
  
  
    h3.border_ttl_red {
    font-size: 18px;
    padding: 0 10px 10px 10px;
  }
  
  .flex_wrap {
    display: block;
  }
  .flex_wrap .flex_second_content:last-child {
    margin-top: 20px;
  }
  h4.double_line {
    padding: 2px 0 0;
  }
  h4.double_line:after {
    content: none;
  }
  .flex_fourth_content {
    margin-top: 10px;
  }
  .img_wrap {
    display: block;
  }
  .img_wrap img {
    margin-top: 10px;
  }
  .flower_link {
    display: block;
  }
  .flower_link li {
    margin-top: 10px;
  }
}
