@charset "utf-8";
body{
	font-family: 'Noto Sans JP';
	margin: 0;
}
.v_fv{
	/*background: url(../img/img1.jpg) no-repeat;*/
	background-size: cover;
	padding: 140px 100px;
	background-position: center;
}
.v_fv_in{
	padding: 60px 0;
	border: 1px solid #fff;
	background-color: rgba(0,0,0,0.5);
}
.v_fv h1{
	color: #fff;
	font-size: 32px;
	text-align: center;
}
#cont .box{
	margin: 0 auto;
}
.p_time{
	text-align: right;
	margin-bottom: 50px;
}
#low #cont .box .new_content{
	/*max-width: 1000px;*/
	max-width: 960px;
	margin: 0 auto;
}
#low #cont .box .new_content p {
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.8em;
}
.title_list{
	font-size: 24px;
	padding: 10px 20px;
	position: relative;
	font-weight: bold;
	color: #fff;
	background-color: #258E9F;
}
.title_list:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: 20px;
	background-image: url(../img/plus.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.open.title_list:after{
	background-image: url(../img/minus.svg);
}
.hotel_article_info ul li{
	font-style: normal;
	color: #258e9f;
	list-style-position: inside;
}
.mokuji{
	display: none;
}
#low h2{
	background-color: #D8EFF2;
	border-left: 5px solid #258E9F;
	font-size: 32px;
	padding: 10px 15px;
	box-sizing: border-box;
	border-top: none;
	border-bottom: none;
	margin: 40px 0 !important;
}
#low h3{
	display: flex;
	align-items: center;
	margin: 60px 0 40px;
}
#low h3 img{
	width: 180px;
	margin-right: 20px;
}
#low h3 .rank_ttl span{
	display: block;
}
#low h3 .rank_ttl_jp{
	font-weight: normal;
}
#low h3 .rank_ttl_main{
	font-size: 32px;
	margin: 5px 0;
}
#low h3 .rank_ttl_en{
	font-size: 12px;
	color: #258E9F;
}
.image_slider.slick-slider{
	margin-bottom: 10px;
}
.image_slider.slick-slider .slick-list{
	width: 100% !important;
	padding: 0 !important;
}
.image_slider.slick-slider img{
	width: 100% !important;
}
.image_slider_nav.slick-slider .slick-list{
	width: 100% !important;
	padding: 0 !important;
}
.image_slider_nav.slick-slider img{
	width: 100% !important;
}
.slick-next, .slick-prev{
	width: 50px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.slick-prev{
	left: 20px;
	background-image: url(../img/prev.svg);
}
.slick-next{
	right: 20px;
	background-image: url(../img/next.svg);
}
.slick-prev:focus, .slick-prev:hover{
	background-image: url(../img/prev.svg);
}
.slick-next:focus, .slick-next:hover{
	background-image: url(../img/next.svg);
}
.slick-next:before, .slick-prev:before{
	content: none;
}
.img_link{
	text-decoration: underline;
	font-weight: bold;
	color: #258E9F;
}
.img_link_wrap{
	text-align: right;
	margin-bottom: 40px;
}
.img_link span{
	margin-right: 5px;
}
.hotel_link{
	display: flex;
	justify-content: space-between;
	border-top: 2px solid #258E9F;
	background-color: #F5F5F5;
	padding: 30px;
	text-decoration: initial;
	color: #333;
}
.hotel_link_img{
	width: 240px;
}
.hotel_link_img img{
	width: 100%;
}
.hotel_link_content{
	width: calc(100% - 270px);
}
.hotel_link_content h4{
	font-size: 20px;
	margin: 0 auto 10px;
}
.hotel_link_content p{
	margin: 0;
	font-size: 14px;
	padding-bottom: 0 !important;
}
.hotel_link_content .img_link_wrap .img_link{
	margin: 0;
	padding: 0 !important;
}
.hotel_link_content>p{
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  overflow: hidden; 
}
.hotel_link .img_link_wrap{
	margin-bottom: 0;
}
.more_options_ttl{
	font-size: 32px;
	color: #fff;
	background-color: #258E9F;
	padding: 15px 20px;
}
.more_options_ttl span{
	font-size: 18px;
}
.more_options_list{
	background-color: #f5f5f5;
	padding: 0 50px;
}
.more_option_one{
	padding: 30px 0;
	border-bottom: 1px solid #fff;
	display: flex;
	align-items: center;
}
.more_option_one:last-child{
	border-bottom: none;
}
.more_option_img{
	width: 124px;
}
.more_option_img img{
	width: 100%;
}
.more_option_txt1 span{
	padding: 3px 10px;
	background-color: #333;
	border-radius: 10px;
	color: #fff;
	font-size: 10px !important;
}
.more_option_one div{
	margin-right: 50px;
}
.more_option_link{
	display: block;
	width: 160px;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	background-color: #EA3459;
	text-decoration: initial;
}
.more_option_link img{
	margin-left: 5px;
}
.more_option_txt2{
	width: calc(100% - 524px);
}
.footer_sp{
	display: none;
}
.more_options_wrap{
	padding-bottom: 50px !important; 
}
.more_options_ttl{
	margin-bottom: 0px !important;
	font-size: 20px !important;
}
.more_options_ttl span{
	font-weight: normal;
}



.alert_pt{
	margin-bottom:20px !important;
}

.alert_pt {
  position: relative;
  top: 10;
  left: 0;
  width: auto;
  height: auto;
  padding: 10px;
  margin: 10px;
  line-height: 1.8;
  border-radius: 5px;
  cursor: hand;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: 400;
}

.alertText_pt {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}

.clear_pt {
  clear: both;
}

.info_pt {
  background-color: #EEE;
  border: 1px solid #DDD;
  color: #999;
}