@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :cam_izu_hakone.css
 author     :Ability Consultant
style info  :伊豆･箱根の旅
=================================================================== */
#contents {
	background: url(../campaign/images/izu_hakone/bg_main.jpg) center 54px no-repeat;
	position: relative;
}

@media only screen and (max-width: 1000px) {
  #contents {
	background: none;
}
}

/*----------------------------------------------------
	.con_intro
	イントロイメージ
----------------------------------------------------*/
.con_intro {
	text-align: center;
	padding: 0;
	min-height: 520px;
}

@media only screen and (max-width: 1000px) {
  .con_intro {
	min-height: 0;
}
}
@media only screen and (max-width: 736px) {
  .con_intro {
	padding: 0;
	min-height: 0;
	margin-bottom: 30px;
}
}
.con_intro .inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

@media only screen and (max-width: 1000px) {
  .con_intro .inner {
	width: 100%;
	position: static;
}
}
.con_intro .inner h2 img {
	width: auto;
}

/*----------------------------------------------------
	.con_search_izuhakone
	エリア・温泉地で探す
----------------------------------------------------*/
.con_search_izuhakone {
	width: 360px;
	position: absolute;
	top: 200px;
	right: 0;
	z-index: 50;
}

@media only screen and (max-width: 1000px) {
  .con_search_izuhakone {
	position: static;
	width: 90%;
	padding-top: 0;
	margin: 30px auto;
}
}
@media only screen and (max-width: 736px) {
  .con_search_izuhakone {
	width: 100%;
	margin: 20px auto 30px;
	padding-bottom: 0;
	padding-top: 0;
}
}
.con_search_izuhakone .con_area {
	width: auto;
	float: none;
}

.con_search_izuhakone .con_area .nav_area ul li a div {
	font-size: 1.2em;
	padding: 13px 10px;
}

@media only screen and (max-width: 736px) {
  .con_search_izuhakone .con_area .nav_area ul li a div {
	font-size: 1.2em;
}
}
.con_search_izuhakone .con_area .nav_area ul li a div p {
	background-position: 5px center;
	background-size: 15px 15px;
}

.con_search_izuhakone .con_area .nav_area ul li a div p:after {
	display: none;
}

.con_search_izuhakone .con_area .nav_area ul li a.selected div p {
	background-position: 5px center;
	background-size: 15px 15px;
}

.con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_bl:after,
.con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_lb:after,
.con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_lt:after,
.con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_rb:after,
.con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_r:after,
.con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_br:after {
	position: absolute;
}

.con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_bl:after {
	content: url("../campaign/images/izu_hakone/ic_map_bl.png");
	bottom: -14px;
	left: 50%;
	margin-left: -5px;
}

@media only screen and (max-width: 736px) {
  .con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_bl:after {
	display: none;
}
}
.con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_lb:after {
	content: url("../campaign/images/izu_hakone/ic_map_lb.png");
	left: -8px;
	top: 80%;
	margin-top: -10px;
}

@media only screen and (max-width: 736px) {
  .con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_lb:after {
	display: none;
}
}
.con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_lt:after {
	content: url("../campaign/images/izu_hakone/ic_map_lt.png");
	top: -5px;
	left: -10%;
	margin-left: -5px;
}

@media only screen and (max-width: 736px) {
  .con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_lt:after {
	display: none;
}
}
.con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_rb:after {
	content: url("../campaign/images/izu_hakone/ic_map_rb.png");
	top: 10px;
	right: -21%;
}

@media only screen and (max-width: 736px) {
  .con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_rb:after {
	display: none;
}
}
.con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_r:after {
	content: url("../campaign/images/izu_hakone/ic_map_r.png");
	top: 4px;
	left: 100%;
}

@media only screen and (max-width: 736px) {
  .con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_r:after {
	display: none;
}
}
.con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_br:after {
	content: url("../images/common/ic_map_b.png");
	bottom: -14px;
	left: 60%;
}

@media only screen and (max-width: 736px) {
  .con_search_izuhakone .con_area .box_height .nav_map ul li a div.ic_br:after {
	display: none;
}
}
.con_search_izuhakone .con_area .box_height#search_map .img_map {
	padding: 0;
}

.con_search_izuhakone .con_area .box_height#search_map .img_map img {
	height: 285px;
}

.con_search_izuhakone .con_area .box_height#search_map .nav_map ul {
	height: 285px;
}

@media only screen and (max-width: 736px) {
  .con_search_izuhakone .con_area .box_height#search_map .nav_map ul {
	height: auto;
}
}
@media only screen and (max-width: 736px) {
  .con_search_izuhakone .con_area .box_height#search_map .nav_map ul li {
	width: 50% !important;
}
}
.con_search_izuhakone .con_area .box_height#search_map .nav_map ul li div {
	padding: 5px 10px 2px;
}

@media only screen and (max-width: 736px) {
  .con_search_izuhakone .con_area .box_height#search_map .nav_map ul li div {
	padding: 0;
}
}
@media only screen and (max-width: 736px) {
  .con_search_izuhakone .con_area .box_height#search_map .nav_map ul li div .text {
	font-size: .9em;
}
}
.con_search_izuhakone .con_area .box_height#search_map .nav_map ul li div .text span {
	letter-spacing: -5px;
}

.con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_atami {
	top: 31%;
	left: 57%;
}

@media only screen and (max-width: 1000px) {
  .con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_atami {
	left: 73%;
}
}
.con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_itou {
	top: 44%;
	left: 45%;
}

@media only screen and (max-width: 1000px) {
  .con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_itou {
	left: 60%;
}
}
.con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_kougen {
	top: 58%;
	left: 74%;
}

@media only screen and (max-width: 1000px) {
  .con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_kougen {
	top: 60%;
	left: 76%;
}
}
.con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_higashi {
	top: 74%;
	left: 74%;
}

@media only screen and (max-width: 1000px) {
  .con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_higashi {
	left: 73%;
}
}
.con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_minami {
	top: 86%;
	left: 37%;
}

@media only screen and (max-width: 1000px) {
  .con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_minami {
	left: 50%;
}
}
.con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_nishi {
	top: 70%;
	left: 35%;
}

@media only screen and (max-width: 1000px) {
  .con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_nishi {
	left: 45%;
}
}
.con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_naka {
	top: 57%;
	left: 43%;
}

@media only screen and (max-width: 1000px) {
  .con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_naka {
	left: 53%;
}
}
.con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_hamamatsu {
	top: 50%;
	left: 0;
}

.con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_hakone {
	top: 4%;
	left: 70%;
}

@media only screen and (max-width: 1000px) {
  .con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_hakone {
	left: 80%;
}
}
.con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_yugawara {
	top: 18%;
	right: 1%;
}

@media only screen and (max-width: 1000px) {
  .con_search_izuhakone .con_area .box_height#search_map .nav_map ul li.btn_yugawara {
	right: 5%;
}
}
.con_search_izuhakone .con_area .box_height#hotspring_map .img_map {
	padding: 0;
}

.con_search_izuhakone .con_area .box_height#hotspring_map .img_map img {
	height: 285px;
}

.con_search_izuhakone .con_area .box_height#hotspring_map .nav_map ul {
	height: 285px;
}

@media only screen and (max-width: 736px) {
  .con_search_izuhakone .con_area .box_height#hotspring_map .nav_map ul {
	height: auto;
}
}
@media only screen and (max-width: 736px) {
  .con_search_izuhakone .con_area .box_height#hotspring_map .nav_map ul li {
	width: 50% !important;
}
}
.con_search_izuhakone .con_area .box_height#hotspring_map .nav_map ul li div {
	padding: 5px 10px 2px;
}

@media only screen and (max-width: 736px) {
  .con_search_izuhakone .con_area .box_height#hotspring_map .nav_map ul li div {
	padding: 0;
}
}
@media only screen and (max-width: 736px) {
  .con_search_izuhakone .con_area .box_height#hotspring_map .nav_map ul li div .text {
	font-size: .9em;
}
}
.con_search_izuhakone .con_area .box_height#hotspring_map .nav_map ul li div .text span {
	letter-spacing: -5px;
}

.con_search_izuhakone .con_area .box_height#hotspring_map .nav_map ul li.btn_hakone_yugawara {
	top: 34%;
	left: 40%;
}

@media only screen and (max-width: 1000px) {
  .con_search_izuhakone .con_area .box_height#hotspring_map .nav_map ul li.btn_hakone_yugawara {
	left: 55%;
}
}
.con_search_izuhakone .con_area .box_height#hotspring_map .nav_map ul li.btn_izu_atami {
	top: 67%;
	left: 60%;
}

@media only screen and (max-width: 1000px) {
  .con_search_izuhakone .con_area .box_height#hotspring_map .nav_map ul li.btn_izu_atami {
	left: 60%;
}
}
.con_search_izuhakone .con_area .box_height#hotspring_map .nav_map ul li.btn_mahoroba {
	top: 48%;
	left: 53%;
}

@media only screen and (max-width: 1000px) {
  .con_search_izuhakone .con_area .box_height#hotspring_map .nav_map ul li.btn_mahoroba {
	left: 75%;
}
}
.con_search_izuhakone .con_area .box_height#hotspring_map .nav_map ul li.btn_hamamatsu_hamanako {
	top: 53%;
	left: 0;
}

/*モーダル指定*/
.modal_list2 .area {
	width: 320px;
}

@media only screen and (max-width: 1000px) {
  .modal_list2 .area {
	width: 80%;
}
}
@media only screen and (max-width: 736px) {
  .modal_list2 .area {
	width: 95%;
}
}
.modal_list2 .area .inner {
	width: 320px;
	height: 200px;
	padding: 15px;
}

@media only screen and (max-width: 1000px) {
  .modal_list2 .area .inner {
	width: 100%;
}
}
@media only screen and (max-width: 736px) {
  .modal_list2 .area .inner {
	height: auto;
}
}
.modal_list2 .area .inner .box {
	margin-bottom: 0;
	border-bottom: none;
}

.modal_list2 .area .inner .box .st {
	float: none;
	width: auto;
	font-size: 1.2em;
	border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 1000px) {
  .modal_list2 .area .inner .box .st {
	margin-bottom: 0;
}
}
.modal_list2 .area .inner .box ul {
	float: none;
	width: 280px;
}

@media only screen and (max-width: 1000px) {
  .modal_list2 .area .inner .box ul {
	width: 100%;
	overflow: hidden;
	border-left: 1px solid #cccccc;
	padding-bottom: 0;
}
}
.modal_list2 .area .inner .box ul li {
	font-size: .95em;
	width: 50%;
	float: left;
	border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 1000px) {
  .modal_list2 .area .inner .box ul li {
	width: 25%;
	border-right: 1px solid #cccccc;
}
}
@media only screen and (max-width: 736px) {
  .modal_list2 .area .inner .box ul li {
	width: 50%;
	padding: 0;
}
}
.modal_list2 .area .inner .box ul li:nth-child(odd) {
	border-right: 1px solid #cccccc;
}

.modal_list2 .area .inner .box ul li:after {
	display: none;
}

.modal_list2 .area .inner .box ul li a {
	padding: 5px 10px;
	display: block;
	text-decoration: none;
}

@media only screen and (max-width: 736px) {
  .modal_list2 .area .inner .box ul li a {
	padding: 5px;
}
}

/*----------------------------------------------------
	.con_hotspringrank
	人気の温泉地ランキング
----------------------------------------------------*/
.con_hotspringrank {
	background: url(../campaign/images/izu_hakone/bg_hotspring.jpg) 0 0 repeat;
}

.con_hotspringrank .wrp {
	background: url(../campaign/images/izu_hakone/bg_img_hotspring.jpg) center 0 no-repeat;
}

@media only screen and (max-width: 1000px) {
  .con_hotspringrank .wrp {
	background: none;
}
}
.con_hotspringrank .wrp .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0 30px;
	position: relative;
}

@media only screen and (max-width: 1000px) {
  .con_hotspringrank .wrp .inner {
	width: 100%;
}
}
@media only screen and (max-width: 1000px) {
  .con_hotspringrank .wrp .inner {
	padding: 60px 15px 30px;
}
}
.con_hotspringrank .wrp .inner h3 {
	background: url(../campaign/images/izu_hakone/ic_hotspring.png) 0 0 no-repeat;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 2.8em;
	border-bottom: 1px solid #bbbbbb;
	padding: 10px 0 15px 120px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .con_hotspringrank .wrp .inner h3 {
	font-size: 1.8em;
	padding: 10px 0 5px 90px;
	background-size: 80px auto;
}
}
@media only screen and (max-width: 736px) {
  .con_hotspringrank .wrp .inner h3 {
	font-size: 1.25em;
	padding: 0 0 5px 40px;
	background-size: 35px auto;
	margin-bottom: 15px;
}
}
.con_hotspringrank .wrp .inner h3 span {
	display: block;
	font-size: .7em;
	line-height: 1;
}

@media only screen and (max-width: 736px) {
  .con_hotspringrank .wrp .inner h3 span {
	font-size: .8em;
}
}
.con_hotspringrank .wrp .inner .box_btn {
	min-height: 1px;
	margin: 0 auto;
}

.con_hotspringrank .wrp .inner .box_btn:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.con_hotspringrank .wrp .inner .box_btn .box {
	width: 30%;
	margin: 0 1.5%;
	float: left;
}

@media only screen and (max-width: 736px) {
  .con_hotspringrank .wrp .inner .box_btn .box {
	width: 97%;
	margin-bottom: 10px;
}
}
.con_hotspringrank .wrp .inner .box_btn .box a {
	display: block;
	background-color: white;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFD9D8DA');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d9d8da));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #d9d8da 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #d9d8da 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #d9d8da 100%);
	background-image: linear-gradient(top, #ffffff 0%, #d9d8da 100%);
	background-image: -ms-linear-gradient(top, white 0%, #d9d8da 100%);
	border: 1px solid #868a8b;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 2px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 0 2px;
	padding: 10px;
	position: relative;
}

@media only screen and (max-width: 736px) {
  .con_hotspringrank .wrp .inner .box_btn .box a {
	padding: 3px 10px;
}
}
.con_hotspringrank .wrp .inner .box_btn .box a:after {
	content: "";
	position: absolute;
	background: url(../images/icon/ic_circle_arr_r.png) 0 0 no-repeat;
	right: 5px;
	top: 40%;
	width: 19px;
	height: 19px;
	background-size: cover;
}

.con_hotspringrank .wrp .inner .box_btn .box a:hover {
	text-decoration: none;
	background-color: #d9d8da;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD9D8DA', endColorstr='#FFFFFFFF');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d9d8da), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(top, #d9d8da 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #d9d8da 0%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #d9d8da 0%, #ffffff 100%);
	background-image: linear-gradient(top, #d9d8da 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(top, #d9d8da 0%, white 100%);
}

.con_hotspringrank .wrp .inner .box_btn .box a > div {
	padding-left: 60px;
}

@media only screen and (max-width: 1000px) {
  .con_hotspringrank .wrp .inner .box_btn .box a > div {
	padding-left: 45px;
}
}
@media only screen and (max-width: 736px) {
  .con_hotspringrank .wrp .inner .box_btn .box a > div {
	padding-left: 40px;
}
}
.con_hotspringrank .wrp .inner .box_btn .box a > div.no1 {
	background: url(../campaign/images/izu_hakone/ic_no1.png) 0 center no-repeat;
}

@media only screen and (max-width: 1000px) {
  .con_hotspringrank .wrp .inner .box_btn .box a > div.no1 {
	background-size: 40px auto;
}
}
@media only screen and (max-width: 736px) {
  .con_hotspringrank .wrp .inner .box_btn .box a > div.no1 {
	background-size: 30px auto;
}
}
.con_hotspringrank .wrp .inner .box_btn .box a > div.no2 {
	background: url(../campaign/images/izu_hakone/ic_no2.png) 0 center no-repeat;
}

@media only screen and (max-width: 1000px) {
  .con_hotspringrank .wrp .inner .box_btn .box a > div.no2 {
	background-size: 40px auto;
}
}
@media only screen and (max-width: 736px) {
  .con_hotspringrank .wrp .inner .box_btn .box a > div.no2 {
	background-size: 30px auto;
}
}
.con_hotspringrank .wrp .inner .box_btn .box a > div.no3 {
	background: url(../campaign/images/izu_hakone/ic_no3.png) 0 center no-repeat;
}

@media only screen and (max-width: 1000px) {
  .con_hotspringrank .wrp .inner .box_btn .box a > div.no3 {
	background-size: 40px auto;
}
}
@media only screen and (max-width: 736px) {
  .con_hotspringrank .wrp .inner .box_btn .box a > div.no3 {
	background-size: 30px auto;
}
}
.con_hotspringrank .wrp .inner .box_btn .box a > div ul {
	min-height: 1px;
}

.con_hotspringrank .wrp .inner .box_btn .box a > div ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.con_hotspringrank .wrp .inner .box_btn .box a > div ul li {
	background-color: #333;
	color: #fff;
	padding: 2px 15px;
	display: inline-block;
	font-size: .85em;
}

@media only screen and (max-width: 1000px) {
  .con_hotspringrank .wrp .inner .box_btn .box a > div ul li {
	padding: 0 10px;
	font-size: .8em;
}
}
.con_hotspringrank .wrp .inner .box_btn .box a > div ul li:first-child {
	background-color: #982336;
}

.con_hotspringrank .wrp .inner .box_btn .box a > div p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 2.2em;
	color: #1b1b1b;
	font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .con_hotspringrank .wrp .inner .box_btn .box a > div p {
	font-size: 1.3em;
}
}
@media only screen and (max-width: 736px) {
  .con_hotspringrank .wrp .inner .box_btn .box a > div p {
	font-size: 1.2em;
}
}
.con_hotspringrank .wrp .inner .img {
	position: absolute;
	right: -10%;
	top: 0;
}

@media only screen and (max-width: 1000px) {
  .con_hotspringrank .wrp .inner .img {
	width: 45%;
	right: 0;
}
}
@media only screen and (max-width: 736px) {
  .con_hotspringrank .wrp .inner .img {
	width: 55%;
}
}

/*----------------------------------------------------
	.con_yadorank
	人気の宿・おすすめランキング
----------------------------------------------------*/
.con_yadorank {
	background: url(../campaign/images/izu_hakone/bg_yadorank.jpg) 0 0 repeat;
}

.con_yadorank .wrp {
	background: url(../campaign/images/izu_hakone/bg_img_yadorank.png) right 0 no-repeat;
}

@media only screen and (max-width: 1000px) {
  .con_yadorank .wrp {
	background: none;
}
}
.con_yadorank .wrp .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0 30px;
}

@media only screen and (max-width: 1000px) {
  .con_yadorank .wrp .inner {
	width: 100%;
}
}
@media only screen and (max-width: 1000px) {
  .con_yadorank .wrp .inner {
	padding: 60px 15px 30px;
}
}
.con_yadorank .wrp .inner h3 {
	background: url(../campaign/images/izu_hakone/ic_hotspring.png) 0 0 no-repeat;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 2.8em;
	border-bottom: 1px solid #bbbbbb;
	padding: 10px 0 15px 120px;
	margin-bottom: 30px;
}

.con_yadorank .wrp .inner h3 br {
	display: none;
}

@media only screen and (max-width: 1000px) {
  .con_yadorank .wrp .inner h3 {
	font-size: 1.8em;
	padding: 10px 0 5px 90px;
	background-size: 80px auto;
}
}
@media only screen and (max-width: 736px) {
  .con_yadorank .wrp .inner h3 {
	font-size: 1.3em;
	padding: 0 0 5px 40px;
	background-size: 35px auto;
	margin-bottom: 15px;
	line-height: 1.3;
}

  .con_yadorank .wrp .inner h3 br {
	display: block;
}
}
.con_yadorank .wrp .inner h3 span {
	display: block;
	font-size: .7em;
	line-height: 1;
}

.con_yadorank .wrp .inner .box_btn {
	min-height: 1px;
}

.con_yadorank .wrp .inner .box_btn:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.con_yadorank .wrp .inner .box_btn .box {
	width: 30%;
	margin: 0 1.5%;
	float: left;
}

@media only screen and (max-width: 1000px) {
  .con_yadorank .wrp .inner .box_btn .box {
	width: 31.333%;
	margin: 0 1%;
}
}
@media only screen and (max-width: 736px) {
  .con_yadorank .wrp .inner .box_btn .box {
	width: 98%;
	float: none;
	margin-bottom: 10px;
}
}
.con_yadorank .wrp .inner .box_btn .box a {
	display: block;
	background-color: #fff;
	padding: 10px;
}

.con_yadorank .wrp .inner .box_btn .box a:hover {
	text-decoration: none;
	background-color: #fff6e8;
}

.con_yadorank .wrp .inner .box_btn .box a ul {
	min-height: 1px;
	margin-bottom: 10px;
}

.con_yadorank .wrp .inner .box_btn .box a ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.con_yadorank .wrp .inner .box_btn .box a ul li {
	background-color: #982336;
	width: 25%;
	float: left;
	color: #fff;
	text-align: center;
	font-size: .85em;
	padding: 0 5px;
}

@media only screen and (max-width: 1000px) {
  .con_yadorank .wrp .inner .box_btn .box a ul li {
	width: 50%;
}
}
@media only screen and (max-width: 736px) {
  .con_yadorank .wrp .inner .box_btn .box a ul li {
	width: 25%;
}
}
.con_yadorank .wrp .inner .box_btn .box a ul li.area {
	background-color: #333;
	width: 25%;
}

@media only screen and (max-width: 1000px) {
  .con_yadorank .wrp .inner .box_btn .box a ul li.area {
	width: 50%;
}
}
@media only screen and (max-width: 736px) {
  .con_yadorank .wrp .inner .box_btn .box a ul li.area {
	width: 25%;
}
}
.con_yadorank .wrp .inner .box_btn .box a ul li.code {
	background-color: #cccccc;
	width: 50%;
	color: #1b1b1b;
	text-align: right;
}

@media only screen and (max-width: 1000px) {
  .con_yadorank .wrp .inner .box_btn .box a ul li.code {
	width: 100%;
}
}
@media only screen and (max-width: 736px) {
  .con_yadorank .wrp .inner .box_btn .box a ul li.code {
	width: 50%;
}
}
.con_yadorank .wrp .inner .box_btn .box a > div {
	padding-left: 50px;
	position: relative;
	margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
  .con_yadorank .wrp .inner .box_btn .box a > div {
	padding-left: 35px;
}
}
.con_yadorank .wrp .inner .box_btn .box a > div:after {
	content: "";
	position: absolute;
	background: url(../images/icon/ic_circle_arr_r.png) 0 0 no-repeat;
	right: 5px;
	top: 40%;
	width: 19px;
	height: 19px;
	background-size: cover;
}

@media only screen and (max-width: 1000px) {
  .con_yadorank .wrp .inner .box_btn .box a > div:after {
	width: 15px;
	height: 15px;
	right: 0;
}
}
.con_yadorank .wrp .inner .box_btn .box a > div.no1 {
	background: url(../campaign/images/izu_hakone/ic_no1.png) 0 0 no-repeat;
	background-size: 15% auto;
}

@media only screen and (max-width: 1000px) {
  .con_yadorank .wrp .inner .box_btn .box a > div.no1 {
	background-size: 30px auto;
}
}
.con_yadorank .wrp .inner .box_btn .box a > div.no2 {
	background: url(../campaign/images/izu_hakone/ic_no2.png) 0 0 no-repeat;
	background-size: 15% auto;
}

@media only screen and (max-width: 1000px) {
  .con_yadorank .wrp .inner .box_btn .box a > div.no2 {
	background-size: 30px auto;
}
}
.con_yadorank .wrp .inner .box_btn .box a > div.no3 {
	background: url(../campaign/images/izu_hakone/ic_no3.png) 0 0 no-repeat;
	background-size: 15% auto;
}

@media only screen and (max-width: 1000px) {
  .con_yadorank .wrp .inner .box_btn .box a > div.no3 {
	background-size: 30px auto;
}
}
.con_yadorank .wrp .inner .box_btn .box a > div p {
	color: #1b1b1b;
	font-size: .85em;
	line-height: 1;
	padding: 7px 0 2px;
}

@media only screen and (max-width: 1000px) {
  .con_yadorank .wrp .inner .box_btn .box a > div p {
	font-size: .7em;
	padding: 5px 0 0;
}
}
.con_yadorank .wrp .inner .box_btn .box a > div h4 {
	font-size: 1.9em;
	color: #1b1b1b;
	font-weight: normal;
	line-height: 1;
	padding-top: 7px;
}

@media only screen and (max-width: 1000px) {
  .con_yadorank .wrp .inner .box_btn .box a > div h4 {
	font-size: 1.5em;
}
}
@media only screen and (max-width: 736px) {
  .con_yadorank .wrp .inner .box_btn .box a > div h4 {
	font-size: 1.2em;
	padding: 15px 0 10px;
}

  .con_yadorank .wrp .inner .box_btn .box a > div h4 br {
	display: none;
}

  .con_yadorank .wrp .inner .box_btn .box a > div h4.no1 {
	padding: 0;
}
}

/*----------------------------------------------------
	.con_keyword
	話題のキーワードから探す
----------------------------------------------------*/
.con_keyword {
	background: url(../campaign/images/izu_hakone/bg_keyword.jpg) 0 0 repeat;
}

.con_keyword .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 80px;
}

@media only screen and (max-width: 1000px) {
  .con_keyword .inner {
	width: 100%;
}
}
@media only screen and (max-width: 1000px) {
  .con_keyword .inner {
	padding: 50px 15px;
}
}
.con_keyword .inner h3 {
	background: url(../campaign/images/izu_hakone/ic_hotspring.png) 0 0 no-repeat;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 2.8em;
	border-bottom: 1px solid #bbbbbb;
	padding: 30px 0 15px 120px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .con_keyword .inner h3 {
	font-size: 1.8em;
	padding: 15px 0 20px 90px;
	background-size: 80px auto;
}
}
@media only screen and (max-width: 736px) {
  .con_keyword .inner h3 {
	font-size: 1.18em;
	padding: 5px 0 10px 40px;
	background-size: 35px auto;
	margin-bottom: 15px;
	line-height: 1.3;
}

  .con_keyword .inner h3 br {
	display: block;
}
}
.con_keyword .inner h3 span {
	display: block;
	font-size: .7em;
	line-height: 1;
}

.con_keyword .inner .box_btn {
	min-height: 1px;
}

.con_keyword .inner .box_btn:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.con_keyword .inner .box_btn .box {
	width: 24%;
	margin: 0 .5%;
	float: left;
	background-color: #fff;
}

@media only screen and (max-width: 736px) {
  .con_keyword .inner .box_btn .box {
	width: 48%;
	margin: 0 1% 4%;
}
}
.con_keyword .inner .box_btn .box .img {
	text-align: center;
}

.con_keyword .inner .box_btn .box .box_txt {
	padding: 10px 5px;
}

@media only screen and (max-width: 1000px) {
  .con_keyword .inner .box_btn .box .box_txt {
	padding: 10px 5px 0;
}
}
.con_keyword .inner .box_btn .box .box_txt h4 {
	display: block;
	padding: 0 5px;
	min-height: 1px;
	margin-bottom: 10px;
}

.con_keyword .inner .box_btn .box .box_txt h4:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

@media only screen and (max-width: 1000px) {
  .con_keyword .inner .box_btn .box .box_txt h4 {
	padding: 0 0 10px;
}
}
.con_keyword .inner .box_btn .box .box_txt h4 i {
	color: #b21f37;
	font-size: 2em;
	width: 15%;
	float: left;
	padding-top: 10px;
}

@media only screen and (max-width: 1000px) {
  .con_keyword .inner .box_btn .box .box_txt h4 i {
	font-size: 1.5em;
	width: 8%;
}
}
@media only screen and (max-width: 736px) {
  .con_keyword .inner .box_btn .box .box_txt h4 i {
	font-size: 1em;
	width: 6%;
}
}
.con_keyword .inner .box_btn .box .box_txt h4 span {
	font-weight: normal;
	font-size: 1.3em;
	padding-left: 10px;
	width: 85%;
	float: right;
	line-height: 1.2;
}

@media only screen and (max-width: 1000px) {
  .con_keyword .inner .box_btn .box .box_txt h4 span {
	font-size: 1.15em;
	width: 92%;
}
}
@media only screen and (max-width: 736px) {
  .con_keyword .inner .box_btn .box .box_txt h4 span {
	font-size: 1em;
	width: 94%;
}
}
.con_keyword .inner .box_btn .box .box_txt h4 span.short {
	padding-top: 10px;
}

@media only screen and (max-width: 1000px) {
  .con_keyword .inner .box_btn .box .box_txt h4 span.short {
	padding-top: 8px;
	letter-spacing: -1px;
}
}
.con_keyword .inner .box_btn .box .box_txt ul {
	min-height: 1px;
}

.con_keyword .inner .box_btn .box .box_txt ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.con_keyword .inner .box_btn .box .box_txt ul li {
	width: 49%;
	float: left;
	font-size: .8em;
	margin: 0 .5%;
}

@media only screen and (max-width: 1000px) {
  .con_keyword .inner .box_btn .box .box_txt ul li {
	width: 100%;
	float: none;
	margin: 0 auto 10px;
}
}
.con_keyword .inner .box_btn .box .box_txt ul li a {
	color: #1b1b1b;
	border: 1px solid #cccccc;
	padding: 5px;
	display: block;
	text-align: center;
	background-color: white;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF3F3F3');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	background-image: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	background-image: linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	background-image: -ms-linear-gradient(top, white 0%, #f3f3f3 100%);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 0 #cccccc;
	-moz-box-shadow: 0 2px 0 #cccccc;
	box-shadow: 0 2px 0 #cccccc;
	position: relative;
	top: -2px;
}

.con_keyword .inner .box_btn .box .box_txt ul li a:hover {
	top: 0;
	color: #2455a1;
	text-decoration: none;
	background-color: #f3f3f3;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF3F3F3', endColorstr='#FFFFFFFF');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background-image: linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background-image: -ms-linear-gradient(top, #f3f3f3 0%, white 100%);
	-webkit-box-shadow: 0 0px 0 #cccccc;
	-moz-box-shadow: 0 0px 0 #cccccc;
	box-shadow: 0 0px 0 #cccccc;
}

.con_keyword .inner .box_btn .box .box_txt ul li a:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	margin-right: 5px;
	color: #b21f37;
	font-size: .8em;
}

/*----------------------------------------------------
	.con_spot
	伊豆・箱根　観光スポット
----------------------------------------------------*/
.con_spot {
	margin-bottom: 50px;
}

.con_spot .inner {
	width: 1000px;
	margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  .con_spot .inner {
	width: 100%;
}
}
.con_spot .inner .nav_spot {
	margin-top: -20px;
	margin-bottom: 100px;
}

@media only screen and (max-width: 736px) {
  .con_spot .inner .nav_spot {
	margin-bottom: 60px;
}
}
.con_spot .inner .nav_spot ul {
	min-height: 1px;
	width: 100%;
	margin: 0 auto;
}

.con_spot .inner .nav_spot ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

@media only screen and (max-width: 1000px) {
  .con_spot .inner .nav_spot ul {
	width: 55%;
}
}
@media only screen and (max-width: 736px) {
  .con_spot .inner .nav_spot ul {
	width: 70%;
}
}
@media only screen and (max-width: 414px) {
  .con_spot .inner .nav_spot ul {
	width: 95%;
}
}
.con_spot .inner .nav_spot ul li {
	width: 50%;
	float: left;
	padding: 0 10px;
}

.con_spot .inner .nav_spot ul li:first-child {
	text-align: right;
}

.con_spot .inner .box_spot {
	background-color: #fff;
	border: 2px solid #bbb;
	padding: 30px 20px;
}

@media only screen and (max-width: 1000px) {
  .con_spot .inner .box_spot {
	padding: 20px 10px;
}
}
.con_spot .inner .box_spot.box_izuspot {
	margin-bottom: 130px;
}

.con_spot .inner .box_spot .box_title {
	width: 95%;
	margin: -100px auto 30px;
	background: url(../campaign/images/izu_hakone/bg_title.jpg) 0 0 repeat;
	border-bottom: 3px solid #c65769;
	text-align: center;
	padding: 20px;
}

@media only screen and (max-width: 736px) {
  .con_spot .inner .box_spot .box_title {
	width: 100%;
	padding: 15px 5px 0;
	margin-top: -50px;
	margin-bottom: 10px;
}
}
.con_spot .inner .box_spot .box_title h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 2.8em;
}

@media only screen and (max-width: 1000px) {
  .con_spot .inner .box_spot .box_title h3 {
	font-size: 2.2em;
}
}
@media only screen and (max-width: 736px) {
  .con_spot .inner .box_spot .box_title h3 {
	font-size: 1.6em;
}
}
@media only screen and (max-width: 414px) {
  .con_spot .inner .box_spot .box_title h3 {
	font-size: 1.35em;
}
}
.con_spot .inner .box_spot .box_title h3 span {
	padding: 0 10px;
	display: inline-block;
	margin: 0 1px;
	vertical-align: bottom;
}

@media only screen and (max-width: 736px) {
  .con_spot .inner .box_spot .box_title h3 span {
	margin-bottom: 10px;
	padding: 0 3px;
}
}
.con_spot .inner .box_spot .box_title h3 .red {
	background-color: #b21f37;
	color: #fff;
}

.con_spot .inner .box_spot .box_title h3 .small {
	font-size: .8em;
	background-color: #f1e7e1;
}

.con_spot .inner .box_spot .box_title h3 .normal {
	background-color: #f1e7e1;
}

.con_spot .inner .box_spot .wrp .box {
	background-color: #f8f8f8;
	width: 98%;
	margin: 0 auto 20px;
	padding: 20px 20px 20px 0;
	min-height: 1px;
}

.con_spot .inner .box_spot .wrp .box:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

@media only screen and (max-width: 1000px) {
  .con_spot .inner .box_spot .wrp .box {
	width: 100%;
}
}
@media only screen and (max-width: 736px) {
  .con_spot .inner .box_spot .wrp .box {
	padding: 10px;
}
}
.con_spot .inner .box_spot .wrp .box .box_st {
	position: relative;
	width: 70%;
	float: right;
	margin-bottom: 10px;
}

@media only screen and (max-width: 736px) {
  .con_spot .inner .box_spot .wrp .box .box_st {
	width: 100%;
	float: none;
}
}
.con_spot .inner .box_spot .wrp .box .box_st ul {
	min-height: 1px;
	margin-bottom: 5px;
}

.con_spot .inner .box_spot .wrp .box .box_st ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.con_spot .inner .box_spot .wrp .box .box_st ul li {
	background-color: #333;
	color: #fff;
	padding: 0 15px;
	display: inline-block;
	font-size: .85em;
}

@media only screen and (max-width: 736px) {
  .con_spot .inner .box_spot .wrp .box .box_st ul li {
	padding: 0 10px;
}
}
.con_spot .inner .box_spot .wrp .box .box_st ul li:first-child {
	background-color: #982336;
}

.con_spot .inner .box_spot .wrp .box .box_st h4 {
	font-size: 1.9em;
}

@media only screen and (max-width: 1000px) {
  .con_spot .inner .box_spot .wrp .box .box_st h4 {
	font-size: 1.5em;
}
}
@media only screen and (max-width: 736px) {
  .con_spot .inner .box_spot .wrp .box .box_st h4 {
	font-size: 1.2em;
}
}
.con_spot .inner .box_spot .wrp .box .box_st .text_link {
	position: absolute;
	right: 0;
	top: 0;
	font-size: .9em;
}

@media only screen and (max-width: 736px) {
  .con_spot .inner .box_spot .wrp .box .box_st .text_link {
	font-size: .8em;
}
}
.con_spot .inner .box_spot .wrp .box .img {
	width: 28%;
	float: left;
}

@media only screen and (max-width: 736px) {
  .con_spot .inner .box_spot .wrp .box .img {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
}
.con_spot .inner .box_spot .wrp .box .box_txt {
	width: 70%;
	float: right;
}

@media only screen and (max-width: 736px) {
  .con_spot .inner .box_spot .wrp .box .box_txt {
	width: 100%;
	float: none;
}
}
.con_spot .inner .box_spot .wrp .box .box_txt .tbl_basic {
	margin-bottom: 15px;
}

.con_spot .inner .box_spot .wrp .box .box_txt .tbl_basic tr th {
	width: 10%;
}

@media only screen and (max-width: 1000px) {
  .con_spot .inner .box_spot .wrp .box .box_txt .tbl_basic tr th {
	width: 20%;
}
}
.con_spot .inner .box_spot .wrp .box .box_txt .tbl_basic tr td {
	width: 90%;
}

@media only screen and (max-width: 1000px) {
  .con_spot .inner .box_spot .wrp .box .box_txt .tbl_basic tr td {
	width: 80%;
}
}
@media only screen and (max-width: 736px) {
  .con_spot .inner .box_spot .wrp .box .box_txt .tbl_basic tr td {
	font-size: .9em;
}
}
.con_spot .inner .box_spot .wrp .box .box_txt .tbl_basic tr td span {
	margin-left: 20px;
	font-size: .9em;
}

@media only screen and (max-width: 736px) {
  .con_spot .inner .box_spot .wrp .box .box_txt .tbl_basic tr td span {
	display: block;
	margin-left: 0;
	font-size: .85em;
}
}
.con_spot .inner .box_spot .wrp .box .box_txt .textarea .txt {
	font-size: .8em;
}

@media only screen and (max-width: 736px) {
  .con_spot .inner .box_spot .wrp .box .box_txt .textarea .txt br {
	display: none;
}
}

/*----------------------------------------------------
	.con_arealist
	伊豆・箱根エリア・温泉地一覧
----------------------------------------------------*/
.con_arealist {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 100px;
}

@media only screen and (max-width: 1000px) {
  .con_arealist {
	width: 100%;
}
}
.con_arealist .box_arealist {
	width: 90%;
	margin: 0 auto;
	min-height: 1px;
}

.con_arealist .box_arealist:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

@media only screen and (max-width: 1000px) {
  .con_arealist .box_arealist {
	width: 100%;
}
}
.con_arealist .box_arealist .st_type_small {
	margin-bottom: 3px;
}

.con_arealist .box_arealist .wrp {
	background-color: #dfa7b0;
	padding: 20px;
	min-height: 1px;
}

.con_arealist .box_arealist .wrp:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

@media only screen and (max-width: 1000px) {
  .con_arealist .box_arealist .wrp {
	padding: 10px;
}
}
.con_arealist .box_arealist .wrp dl {
	background-color: #fff;
	padding: 15px 10px;
}

.con_arealist .box_arealist .wrp dl dt {
	border-bottom: 1px solid #deccc1;
	padding-bottom: 5px;
}

.con_arealist .box_arealist .wrp dl dt span {
	border-left: 3px solid #982336;
	padding: 0 10px;
	font-size: 1.15em;
}

@media only screen and (max-width: 1000px) {
  .con_arealist .box_arealist .wrp dl dt span {
	font-size: 1.1em;
}
}
.con_arealist .box_arealist .wrp dl dd {
	min-height: 1px;
	padding: 10px;
}

.con_arealist .box_arealist .wrp dl dd:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

@media only screen and (max-width: 1000px) {
  .con_arealist .box_arealist .wrp dl dd {
	padding: 10px 5px;
}
}
@media only screen and (max-width: 736px) {
  .con_arealist .box_arealist .wrp dl dd {
	padding: 10px 0;
}
}
.con_arealist .box_arealist .wrp dl dd ul {
	overflow: hidden;
}

@media only screen and (max-width: 736px) {
  .con_arealist .box_arealist .wrp dl dd ul li {
	margin-bottom: 5px;
}
}
.con_arealist .box_arealist .wrp dl dd ul li a {
	color: #1b1b1b;
	font-size: .9em;
}

@media only screen and (max-width: 1000px) {
  .con_arealist .box_arealist .wrp dl dd ul li a {
	font-size: .85em;
}
}
.con_arealist .box_arealist .wrp dl dd ul li a:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	margin-right: 5px;
	color: #b21f37;
}

.con_arealist .box_arealist .wrp dl dd ul li a:hover {
	color: #2455a1;
	text-decoration: none;
}

.con_arealist .box_arealist .wrp dl.box_shizuoka {
	width: 61.5%;
	float: left;
}

@media only screen and (max-width: 1000px) {
  .con_arealist .box_arealist .wrp dl.box_shizuoka {
	width: 67.5%;
}
}
@media only screen and (max-width: 736px) {
  .con_arealist .box_arealist .wrp dl.box_shizuoka {
	width: 100%;
	float: none;
}
}
.con_arealist .box_arealist .wrp dl.box_shizuoka dd ul {
	width: 40%;
	float: left;
}

@media only screen and (max-width: 736px) {
  .con_arealist .box_arealist .wrp dl.box_shizuoka dd ul {
	width: 100%;
	float: none;
}
}
.con_arealist .box_arealist .wrp dl.box_shizuoka dd ul.second {
	width: 60%;
}

@media only screen and (max-width: 736px) {
  .con_arealist .box_arealist .wrp dl.box_shizuoka dd ul.second {
	width: 100%;
}
}
@media only screen and (max-width: 736px) {
  .con_arealist .box_arealist .wrp dl.box_shizuoka dd ul li span {
	letter-spacing: -5px;
}

  .con_arealist .box_arealist .wrp dl.box_shizuoka dd ul li .small {
	font-size: .9em;
	letter-spacing: 0;
}
}
.con_arealist .box_arealist .wrp dl.box_kanagawa {
	width: 38%;
	float: right;
}

@media only screen and (max-width: 1000px) {
  .con_arealist .box_arealist .wrp dl.box_kanagawa {
	width: 32%;
}
}
@media only screen and (max-width: 736px) {
  .con_arealist .box_arealist .wrp dl.box_kanagawa {
	width: 100%;
	float: none;
	padding-top: 0;
}
}
@media only screen and (max-width: 736px) {
  .con_arealist .box_arealist .wrp dl.box_kanagawa dd li span {
	letter-spacing: -5px;
}

  .con_arealist .box_arealist .wrp dl.box_kanagawa dd li .small {
	display: block;
	font-size: .9em;
	letter-spacing: 0;
}
}
.con_arealist .box_arealist.box_area {
	margin-bottom: 50px;
}

@media only screen and (max-width: 736px) {
  .con_arealist .box_arealist.box_area {
	margin-bottom: 30px;
}
}
.con_arealist .box_arealist.box_hotspring .wrp .box_shizuoka dd ul {
	width: 25%;
}

@media only screen and (max-width: 736px) {
  .con_arealist .box_arealist.box_hotspring .wrp .box_shizuoka dd ul {
	width: 50%;
	float: left;
}
}
.con_arealist .box_arealist.box_hotspring .wrp .box_kanagawa dd ul {
	width: 50%;
	float: left;
}
