@charset "UTF-8";
#main_v .total_num {
	display: none;
}
#main_v {
	background: url(../img/top/main.jpg) no-repeat;
	background-size: cover;
	padding: 20px 0;
}
#main_v .lastsearch_condition {
	background: #FFF;
	border: solid 1px rgba(45,59,66,0.6);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	overflow: hidden;
	margin: 0 0 20px;
	padding: 10px 20px;
	position: relative;
}
#main_v .lastsearch_condition h2 {
	margin: 0 20px 0 0;
}
#main_v .lastsearch_condition h2::before {
	content: "";
	width: 23px;
	height: 26px;
	background: url(../img/top/ico_ls.gif) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
#main_v .key {
	font-size: 16px;
	display: inline-block;
}
#main_v .follow {
	font-size: 12px;
	display: inline-block;
}
.search_wrap {
	background:rgba(19, 19, 19, 0.4);
	padding: 18px;
}

.tab_navi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
-webkit-justify-content: space-between;
    justify-content: space-between;
  border-bottom: solid 5px #289180;
}
.tab_navi ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.tab_navi li {
	width: 25%;
	color: #FFF;
  height: 68px;
}
.search_wrap .tab_navi a,
.search_wrap .tab_navi span {
    color: #FFF;
    display: block;
    text-decoration: none;
    padding: 27px 0 23px;
    width: 100%;
    text-align: center;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
  box-sizing: border-box;
}
.tab_navi li.area span {
	background: #289180;
}
.tab_navi li.map a {
	background: #e28838;
  cursor: pointer;
  opacity: 0.8;
}
.tab_navi li.map a:hover {
  opacity: 1.0 !important;
}
.tab_navi li.keyword {
	width: 45%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}

.tab_navi li.keyword span::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/top/ico_word.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.tab_navi li.keyword input[type=text] {
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	border: 1px solid #7f9db9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.1);
	box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.1);
	-webkit-appearance: none;
	margin: 0 0 0 5px;
	padding: 4px 8px;
}
::placeholder {
  color: #999;
}
.tab_navi li.keyword button {
	color: #FFF;
	width: 15% !important;
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 0;
	outline: none;
	border: 1px solid #438dbc;
		height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-color: #438dbc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 0 5px;
}
.tab_navi .form {
	color: #FFF;
	width: 47.24%;
}
.search_area {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.search_area h2 {
	font-size: 24px;
	margin: 0 0 20px;
}
.search_area h2 span {
	font-size: 18px;
}
.area_search {
	width: 55%;
	background:rgba(255,255,255,0.9);
	box-sizing: border-box;
	padding: 30px 20px;
	position: relative;
}
.area_search .jp_map {
	height: 485px;
	background: url(../img/jp_map.png) no-repeat center center;
	background-size: cover;
	position: relative;
}
.area_search .jp_map h3 {
	font-size: 36px;
	font-weight: bold;
	border-bottom: solid 4px;
	position: absolute;
	bottom: 10px;
	left: 0;
}
.area_search .jp_map.hokaido {
	height: 550px;
	background: url(../img/map_hokkaido.png) no-repeat center center;
	position: relative;
}
.area_search .jp_map.tohoku {
	height: 550px;
	background: url(../img/map_tohoku.png) no-repeat center center;
	position: relative;
}
.area_search .jp_map.kanto {
	height: 550px;
	background: url(../img/map_kanto.png) no-repeat center center;
	position: relative;
}
.area_search .jp_map.hokuriku {
	height: 550px;
	background: url(../img/map_hokuriku.png) no-repeat center center;
	position: relative;
}
.area_search .jp_map.chubu {
	height: 550px;
	background: url(../img/map_chubu.png) no-repeat center center;
	position: relative;
}
.area_search .jp_map.kinki {
	height: 550px;
	background: url(../img/map_kinki.png) no-repeat center center;
	position: relative;
}
.area_search .jp_map.shikoku {
	height: 550px;
	background: url(../img/map_shikoku.png) no-repeat center center;
	position: relative;
}
.area_search .jp_map.chugoku {
	height: 550px;
	background: url(../img/map_chugoku.png) no-repeat center center;
	position: relative;
}
.area_search .jp_map.kyusyu {
	height: 550px;
	background: url(../img/map_kyusyu.png) no-repeat center center;
	position: relative;
}
.area_search .jp_map.hokaido h3 {
	border-bottom-color: #1b93ba;
}
.area_search .jp_map.tohoku h3 {
	border-bottom-color: #1a7870;
}
.area_search .jp_map.kanto h3 {
	border-bottom-color: #5d8864;
}
.area_search .jp_map.hokuriku h3 {
	border-bottom-color: #b8a630;
}
.area_search .jp_map.chubu h3 {
	border-bottom-color: #8f9e49;
}
.area_search .jp_map.kinki h3 {
	border-bottom-color: #e09450;
}
.area_search .jp_map.chugoku h3 {
	border-bottom-color: #bb5752;
}
.area_search .jp_map.shikoku h3 {
	border-bottom-color: #aa4d71;
}
.area_search .jp_map.kyusyu h3 {
	border-bottom-color: #783970;
}
.area_search .jp_map .pref_btn {
	font-size: 22px;
	width: 151px;
	height: 47px;
	border: solid 2px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	background:rgba(255,255,255,0.7);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	position: absolute;
}
.area_search .jp_map .pref_btn::after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 12px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
}
.return_btn {
	color: #333;
	width: 160px;
	height: 30px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 1px #CCC;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
}
.return_btn span::before {
	content: "\f0e2";
	font-family: FontAwesome;
	display: inline-block;
	margin: 0 5px 0 0;
}
	/* 北海道 */
.area_search .jp_map.hokaido .hokai_btn {
	color: #0d607b;
	border-color: #0d607b;
}
.area_search .jp_map.hokaido .hokai {
	top: 65px;
	right: 45px;
}
/* 東北地方 */
.area_search .jp_map.tohoku .tohoku_btn {
	color: #1a7870;
	border-color: #1a7870;
}
.area_search .jp_map.tohoku .aomori {
	top: 65px;
	right: 45px;
}
.area_search .jp_map.tohoku .iwate {
	top: 225px;
	right: 85px;
}
.area_search .jp_map.tohoku .akita {
	top: 172px;
	right: 253px;
}
.area_search .jp_map.tohoku .miyagi {
	bottom: 172px;
	right: 154px;
}
.area_search .jp_map.tohoku .fukusima {
	bottom: 65px;
	right: 220px;
}
.area_search .jp_map.tohoku .yamagata {
	bottom: 203px;
	left: 105px;
}
/* 関東地方 */
.area_search .jp_map.kanto .kanto_btn {
	color: #1a7870;
	border-color: #1a7870;
}
.area_search .jp_map.kanto .tokyo {
	bottom: 180px;
	left: 155px;
}
.area_search .jp_map.kanto .kanagawa {
	bottom: 115px;
	left: 95px;
}
.area_search .jp_map.kanto .saitama {
	bottom: 251px;
	left: 142px;
}
.area_search .jp_map.kanto .gunma {
	top: 150px;
	left: 65px;
}
.area_search .jp_map.kanto .chiba {
	bottom: 128px;
	right: 60px;
}
.area_search .jp_map.kanto .ibaragi {
	top: 203px;
	right: 60px;
}
.area_search .jp_map.kanto .tochigi {
	top: 110px;
	right: 145px;
}
/* 北陸・甲信越地方 */
.area_search .jp_map.hokuriku .hokuriku_btn {
	color: #b8a630;
	border-color: #b8a630;
}
.area_search .jp_map.hokuriku .yamanasi {
	bottom: 105px;
	right: 75px;
}
.area_search .jp_map.hokuriku .nagano {
	bottom: 200px;
	right: 100px;
}
.area_search .jp_map.hokuriku .nigata {
	top: 158px;
	right: 100px;
}
.area_search .jp_map.hokuriku .toyama {
	top: 225px;
	left: 240px;
}
.area_search .jp_map.hokuriku .isikawa {
	top: 280px;
	left: 90px;
}
.area_search .jp_map.hokuriku .fukui {
	bottom: 110px;
	left: 60px;
}
/* 中部地方 */
.area_search .jp_map.chubu .chubu_btn {
	color: #8f9e49;
	border-color: #8f9e49;
}
.area_search .jp_map.chubu .aichi {
	bottom: 230px;
	left: 135px;
}
.area_search .jp_map.chubu .sizuoka {
	bottom: 254px;
	right: 90px;
}
.area_search .jp_map.chubu .gifu {
	top: 112px;
	left: 112px;
}
.area_search .jp_map.chubu .mie {
	bottom: 116px;
	left: 77px;
}


/* 近畿地方 */
.area_search .jp_map.kinki .kinki_btn {
	color: #c87f3e;
	border-color: #e09450;
}
.area_search .jp_map.kinki .osaka {
	bottom: 223px;
	left: 151px;
}
.area_search .jp_map.kinki .hyogo {
	bottom: 310px;
	left: 75px;
}
.area_search .jp_map.kinki .kyoto {
	bottom: 345px;
	right: 176px;
}
.area_search .jp_map.kinki .shiga {
	bottom: 264px;
	right: 76px;
}
.area_search .jp_map.kinki .nara {
	bottom: 186px;
	right: 110px;
}
.area_search .jp_map.kinki .wakayama {
	bottom: 110px;
	left: 140px;
}
/* 四国地方 */
.area_search .jp_map.shikoku .shikoku_btn {
	color: #aa4d71;
	border-color: #aa4d71;
}
.area_search .jp_map.shikoku .kagawa {
	top: 70px;
	right: 80px;
}
.area_search .jp_map.shikoku .ehime {
	top: 204px;
	left: 80px;
}
.area_search .jp_map.shikoku .tokusima {
	top: 185px;
	right: 58px;
}
.area_search .jp_map.shikoku .kochi {
	bottom: 205px;
	right: 196px;
}
/* 中国地方 */
.area_search .jp_map.chugoku .chugoku_btn {
	color: #bb5752;
	border-color: #bb5752;
}
.area_search .jp_map.chugoku .okayama {
	bottom: 242px;
	right: 40px;
}
.area_search .jp_map.chugoku .hirosima {
	bottom: 190px;
	left: 216px;
}
.area_search .jp_map.chugoku .simane {
	top: 180px;
	left: 110px;
}
.area_search .jp_map.chugoku .tottri {
	top: 82px;
	right: 60px;
}
.area_search .jp_map.chugoku .yamaguchi {
	bottom: 126px;
	left: 27px;
}
/* 九州・沖縄地方 */
.area_search .jp_map.kyusyu .kyusyu_btn {
	color: #783970;
	border-color: #783970;
}
.area_search .jp_map.kyusyu .fukuoka {
	top: 34px;
	right: 95px;
}
.area_search .jp_map.kyusyu .oita {
	top: 84px;
	right: 14px;
}
.area_search .jp_map.kyusyu .saga {
	top: 84px;
	left: 225px;
}
.area_search .jp_map.kyusyu .nagasaki {
	top: 156px;
	left: 225px;
}
.area_search .jp_map.kyusyu .kumamoto {
	top: 223px;
	right: 160px;
}
.area_search .jp_map.kyusyu .oita {
	top: 120px;
	right: 25px;
}
.area_search .jp_map.kyusyu .miyazaki {
	top: 278px;
	right: 5px;
}
.area_search .jp_map.kyusyu .kagosima {
	bottom: 166px;
	right: 172px;
}
.area_search .jp_map.kyusyu .okinawa {
	bottom: 180px;
	left: 95px;
}

.area_search .jp_map {
	height: 485px;
	background: url(../img/jp_map.png) no-repeat center center;
	position: relative;
}
.area_btn {
	font-weight: bold;
	border: solid 2px;
	text-decoration: none;
	padding: 8px 15px;
	position: absolute;
}
.area_btn.hokaido {
	color: #0d607b;
	border-color: #0d607b;
  background: #fff;
	top: 58px;
	right: 32%;
}
.area_btn.tohoku {
	color: #1a7971;
	border-color: #1a7971;
  background: #fff;
	top: 170px;
	right: 10%;
}
.area_btn.kanto {
	color: #5d8864;
	border-color: #5d8864;
  background: #fff;
	top: 288px;
	right: 20%;
}
.area_btn.hokuriku {
	color: #b8a630;
	border-color: #b8a630;
  background: #fff;
	top: 196px;
	right: 40%;
}
.area_btn.chubu {
	color: #8f9e49;
	border-color: #8f9e49;
  background: #fff;
	top: 340px;
	right: 32%;
}
.area_btn.kinki {
	color: #c57d3d;
	border-color: #c57d3d;
  background: #fff;
	top: 247px;
	left: 35%;
}
.area_btn.chugoku {
	color: #bb5752;
  background: #fff;
	border-color: #bb5752;
	top: 290px;
	left: 22%;
}
.area_btn.shikoku {
	color: #aa4d71;
  background: #fff;
	border-color: #aa4d71;
	top: 374px;
	left: 32%;
}
.area_btn.kyusyu {
	color: #783970;
  background: #fff;
	border-color: #783970;
	top: 364px;
	left: 2%;
}
.area_search h2::before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/top/ico_area.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.pref_search a {
	color: #FFF;
	text-decoration: none;
}
.pref_search .heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.pref_search h2::before {
	content: "";
	width: 39px;
	height: 33px;
	background: url(../img/top/ico_pref.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.area_search .touroku {
	border: solid 1px #CCC;
	display: inline-block;
	padding: 10px;
}
.area_search .ttl {
	font-size: 14px;
}
.area_search .kensu {
	color: #f49a43;
	font-size: 32px;
}
.area_search .touroku li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.area_search .kensu span {
	color: #000;
	font-size: 20px;
}
.pref_search {
	width: 45%;
	color: #FFF;
	background: url(../img/top/pref_search_bg.png) no-repeat bottom 5% center #2d3b43;
	box-sizing: border-box;
	padding: 30px 20px;
	position: relative;
}
.pref_search::after {
	content: "";
	width: 100%;
	background: url(../img/top/pref_search_bg.png) no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	bottom: 45px;
	left: 0;
}
.pref_search dl {
	font-size: 12px;
}
.pref_search dt {
	width: 18%;

	float: left;
	margin: 0 0 20px;
}
.pref_search dd {
	border-left: dotted 1px #FFF;
	margin: 0 0 20px 17%;
	padding: 0 0 0 30px;
}
.pref_search li {
	width: 20%;
	display: inline-block;
	margin: 0 0 5px;
}
.pref_search .pref_heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pref_search .pref_heading .note {
	font-size: 12px !important;
	width: 50%;
	background: #1d272c;
	box-sizing: border-box;
	padding: 3px;
  color: #ccc !important;
}
.pref_search .btnArea .submit {
text-align: center;
}
.pref_search .btnArea .submit button {
color: #FFF;
font-size: 18px;
width: 310px;
height: 50px;
background:rgba(67,141,188,0.8);
border: none;
cursor: pointer;
}
.search_sp {
	display: none;
}
.recommend_slider .slick-slide {
  margin: 0 5px;
}
.recommend_slider .slide {
  background: #fff;
}
.recommend_slider .slide a {
  display: block;
  color: #333;
  text-decoration: none;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.recommend_slider .slide a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.recommend_slider .slide img {
  /*width: 100%;
  height: auto;*/
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommend_slider .slide .w_img {
	/*height: 180px;*/
	/*display: table;*/
  position: relative;
}
.recommend_slider .slide .w_img .img {
	/*display: table-cell;
	vertical-align: middle;*/
    position: relative;
  overflow: hidden;
  padding-top: 60%;
}

.recommend_slider .slide .label {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  background: #339fb9;
  color: #fff;
  text-align: center;
  font-size: 10px;
  width: 78px;
  padding: 3px;
    z-index: 10;
}
.recommend_slider .slide .label.pink {
  background: #992d83;
}
.recommend_slider .slide .img {
  line-height: 1;
}
.recommend_slider .slide .w_text {
  padding: 12px 15px 15px;
  -moz-box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.3);
}
.recommend_slider .slide .price {
  color: #f37e00;
}
.recommend_slider .slide .price span {
  font-size: 16px;
}
.recommend_slider .slide .address {
  background: url(../img/top/ic01.png) no-repeat 2px 0;
  padding-left: 20px;
  line-height: 1.2;
  margin: 5px 0;
}
.recommend_slider .slide .breadth {
  background: url(../img/top/ic02.png) no-repeat center left;
  padding-left: 20px;
  line-height: 1.2;
}

.slick-prev, .slick-next {
  width: 14px;
  height: 50px;
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  content: none;
}

.slick-prev {
  background: url(../img/prev.png) no-repeat;
}
.slick-prev:hover, .slick-prev:focus {
  background: url(../img/prev.png) no-repeat;
}

.slick-next {
  background: url(../img/next.png) no-repeat;
}
.slick-next:hover, .slick-next:focus {
  background: url(../img/next.png) no-repeat;
}
#top_bnr {
  background: #2b3941;
  padding: 30px;
}
#top_bnr .inner {
  display: flex;
    align-items: center;
    justify-content: space-between;
}
#top_bnr .inner li {
  width: 49%;
}
#top_bnr .inner li img {
  width: 100%;
}
#top #section01 {
  padding: 20px 0;
}
#top #section01 .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
#top #section01 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
    width: 10%;
    max-width: 120px;
    text-align: center;
}
#top #section01 ul {
    position: relative;
    top: 5px;
    margin-left: 20px;
    border-left: solid 2px #000;
    padding: 0 20px;
    width: 65%;
}
#top #section01 ul li {
    margin-bottom: 10px;
    padding: 5px 0;
}
#top #section01 ul li a:hover {
    opacity: 0.7;
}
#top #section01 time {
  color: #999999;
  margin-right: 30px;
}
#top #section01 .btn01 {
/*  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;*/
    min-width: 180px;
}
/*#top #section01 {
  padding: 20px 0;
	background: #fff;
}
#top #section01 .inner {
  position: relative;
}
#top #section01 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  float: left;
  font-size: 22px;
}
#top #section01 p {
  position: relative;
  top: 5px;
  margin-left: 90px;
  border-left: solid 2px #000;
  padding: 0 180px 0 20px;
}
#top #section01 p time {
  color: #999999;
  margin-right: 30px;
}
#top #section01 .btn01 {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
#top #section01 p a {
    display: block;
}
#top #section01 p a:hover {
    opacity: 0.7;
}*/
#top #section02 {
  padding: 40px 0;
  background: #f5f5f5;
}
#top #section03 {
  padding: 100px 0;
  background: url(../img/top/bg01.jpg) no-repeat center/cover;
}
#top #section03 .header {
  position: relative;
  margin-bottom: 45px;
}
#top #section03 .header .w_btn {
  position: absolute;
  top: 10px;
  right: 0;
}
#top #section03 .header .w_btn a {
  margin-left: 10px;
}
#top #section03 .w_box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#top #section03 .w_box .box {
    width: 30%;
  background: #fff;
  max-width: 380px;
  border-radius: 6px;
  overflow: hidden;
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
    position: relative;
    padding-bottom: 30px;
}
#top #section03 .w_box .box:nth-child(2) h3 {
  border-color: #f0830e;
}
#top #section03 .w_box .box:nth-child(2) h3:before {
  background: #f0830e;
}
#top #section03 .w_box .box:nth-child(3) h3 {
  border-color: #fcbf00;
}
#top #section03 .w_box .box:nth-child(3) h3:before {
  background: #fcbf00;
}
#top #section03 .w_box .box h3 {
  font-weight: bold;
  font-size: 20px;
  border-bottom: solid 2px #e86a5f;
  padding: 15px 15px 15px 15px;
}
#top #section03 .w_box .box h3:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 20px;
  border-radius: 2px;
  background: #e86a5f;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
#top #section03 .w_box .box ul {
  padding: 0 10px;
}
#top #section03 .w_box .box li {
  padding: 15px 0;
  border-bottom: dotted 1px #dddddd;
}
#top #section03 .w_box .box li:last-child {
  border-bottom: none;
}
#top #section03 .w_box .box li a {
  display: block;
  color: #333;
  text-decoration: none;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
#top #section03 .w_box .box li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#top #section03 .w_box .box .img {
	width: 30%;
  float: left;
}
#top #section03 .w_box .box .text {
  position: relative;
  padding-left: 31.5%;
}
#top #section03 .w_box .box .text time {
  font-weight: bold;
  color: #999;
  font-size: 12px;
}
#top #section03 .w_box .box .text .ttl {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  margin: 3px 0 8px;
}
#top #section03 .w_box .box .more {
  display: block;
  color: #333;
  text-decoration: none;
  text-align: center;
  background: #e9e9e9;
  border-top: solid 1px #ddd;
  font-weight: bold;
  padding: 8px;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
    position: absolute;
    bottom: 0;
    width: 100%;
}
#top #section03 .w_box .box .more span {
  background: url(../img/arrow01.svg) no-repeat center right;
  padding-right: 10px;
}
#top #section03 .w_box .box .more:hover {
  background: #ccc;
}
#top #section03 .mail_magazine {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
border: solid 2px #FFF;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
margin: 40px 0 0;
padding: 10px 20px;
}
#top #section03 .mail_magazine .title {
color: #FFF;
font-size: 16px;
background: url(../img/ic_mail.png) no-repeat center left;
padding-left: 45px;
}
#top #section03 .mail_magazine form {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
}
#top #section03 .mail_magazine input[type=email] {
width: 360px;
height: 42px;
border: none;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
padding: 12px 54px 12px 12px;
}
#top #section03 .mail_magazine button {
color: #FFF;
font-size: 18px;
width: 180px;
height: 42px;
background: #f36d00;
border: none;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-ms-border-radius: 6px;
border-radius: 6px;
cursor: pointer;
margin: 0 0 0 8px;
position: relative;
}
#top #section03 .mail_magazine button::after {
content: "\f105";
font-family: FontAwesome;
font-size: 12px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 10px;
}

#top #section04 {
  padding: 75px 0 100px;
}
#top #section04 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#top #section04 li {
  background: url(../img/top/img01.jpg) no-repeat 20px 20px #2f3c44;
  color: #fff;
  padding: 20px 20px 20px 175px;
  width: 48.3%;
}
#top #section04 li:last-child {
  background-image: url(../img/top/img02.jpg);
}
#top #section04 li h3 {
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
}
#top #section04 li h3:before {
  position: absolute;
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #339fb9;
  bottom: -7px;
}
#top #section04 li h3 span {
  font-size: 30px;
}
#top #section04 li h3 .orange {
  color: #f39700;
}
#top #section04 li h3 .blue {
  color: #339fb9;
}
#top #section04 li p {
  margin-bottom: 25px;
}
#top #section04 li .more {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 4px;
  border-radius: 4px;
}

#animationImage{
	z-index: 10000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/top/pc.jpg) no-repeat center center / cover;
	transition: 3s ease;
	transition-delay: 2s;
}

#animationImage.on{
	transform: scale(3.5);
}

body.top #animationMv{
	
	top:0;
	left: 0;
	background: url(../img/top/main.jpg) no-repeat center / cover;
	z-index: -1;
	position: absolute;
	content: '';
	display: none;
	width: 100%;
	height: 100vh;
}
/*body.top #container{
	opacity: 0;
}*/


@media only screen and (max-width: 1200px) {
  .inner {
    padding: 0 3%;
  }

  .recommend_slider {
    padding: 0 20px;
  }

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }

  .ttl01 {
    font-size: 24px;
  }

  #top #section03 .ttl01 {
    margin-bottom: 0;
  }
  #top #section03 .header .w_btn {
    position: relative;
  }
  #top #section03 .w_box {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
    #top #section03 .w_box .box {
        width: 32%;
    }
    
  
}
@media only screen and (max-width: 900px) {
  img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .drawer-hamburger {
    top: 0px;
    line-height: 0;
    margin: 0;
  }
  .total_num li {
    display: flex;
    justify-content:flex-end;
    align-items: baseline;
  }
  #top #section01 .btn01 {
    right: 3%;
  }
  #top #section03 .mail_magazine {
      display: block;
      padding: 10px;
	}
    #top #section03 .mail_magazine .title {
		margin: 0 0 20px;
	}


  #w_footer_banner li {
    margin-left: 0;
    padding: 0 10px;
  }

  #footer_top p, #footer_top form {
    float: none;
  }
  #footer_top p {
    margin-bottom: 15px;
  }
  #footer_top input[type=email] {
    width: 100%;
  }
#main_v {
		position: relative;
		z-index: 0;
	}
	#main_v .inner {
		position: relative;
		z-index: 2;
	}
	#main_v::after {
		content: "";
		width: 100%;
		height: 100%;
		background:rgba(0,0,0,0.6);
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
  #main_v {
    padding: 35px 0 10px;
  }
	#main_v .total_num {
		color: #FFF;
		font-size: 20px;
		text-align: center;
		display: block;
    margin-bottom: 35px;
	}
  #main_v .total_num ul {
    line-height: 1.2;
    margin: 20px auto 10px;
    width: 80%;
    max-width: 400px;
  }
  #main_v .total_num ul li {
    display: flex;
    justify-content: space-between;
  }
  #main_v .total_num ul li span.midasi {
    text-align: right;
    width: 40%;
  }
  #main_v .total_num span.kensu {
    color: #ff872c;
    font-size: 42px;
    font-weight: bold;
}
  #main_v .total_num span.kensu span {
    font-size: 20px;
    color: #fff;
  }

	#main_v .total_num .date {
		font-size: 16px;
    margin-bottom: 15px;
	}
  #main_v .total_num .btn01 {
    font-size: 14px !important;
  }
#main_v .lastsearch_condition {
	display: block;
}
#main_v .lastsearch_condition h2 {
	margin: 0 0 10px;
}
	
	.search_sp {
		width: 98%;
		background:rgba(0,0,0,0.6);
		display: block;
		margin: 5px auto;
		padding: 10px;
    border-radius: 5px;
	}
	.search_sp .in {
		background: #FFF;
	}
	.search_sp ul {
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.search_sp ul li {
		width: 48%;
	}
	.search_sp h2 {
		color: #FFF;background: url(../img/top/bg05.png) no-repeat right center;
		background-size: 50%;
		background-color: #299b91;
		padding: 10px;
     font-weight: 600;
	}
	.search_sp h2::before {
		content: "";
		width: 18px;
		height: 18px;
		background: url(../img/top/ico_search.png) no-repeat;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px 0 0;
	}
	
	.search_wrap {
		display: none;
	}
	.pref_search_sp {
		border-bottom: solid 1px #CCC;
		padding: 15px 10px;
	}
	.mapsearch a {
		color: #fff;
		text-decoration: none;
    padding: 15px;
    display: block;
    background: #e28838;
    font-weight: 600;
	}
	.mapsearch a::before {
		content: "";
		width: 18px;
		height: 18px;
		background: url(../img/top/ico_map2.svg) no-repeat;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px 0 0;
	}
	.txtsearch {
		background: #f5f5f5;
		padding: 10px;
	}
	.txtsearch input[type="text"] {
    width: 100%;
    min-height: 44px;
    outline: none;
    border-radius: 6px;
    border: solid 1px #CCC;;
    font-size: 14px;
    letter-spacing: 1.6px;
    line-height: 1;
    color: #595959;
    padding: 0 20px;
}
.xy-textSearchBtn {
	color: #FFF;
	width: 100%;
	text-align: center;
	background: #438dbc;
	border: none;
	margin: 10px 0 0;
	padding: 10px 0;
  font-weight: 600;
}
.pref_search_sp select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: solid 1px #CCC;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.pref_search_sp select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.pref_search_sp select {
	padding: 8px;
	color: #666666;
}	

  #animationImage{
	  background-image: url(../img/top/sp.jpg);
  }
    #top #section01 li time {
        display: block;
    }
    #top #section03 .w_box .box .img {
    width: 12%;
    }
    #top #section03 .w_box .box .text {
        padding-left: 15%;
    }
  #top #section03 .w_box .box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  #top #section03 .w_box .box:last-child {
    margin-bottom: 0;
  }
  #top #section04 ul {
    display: block;
  }
    #top #section04 li {
    width: 100%;
    margin-bottom: 20px;
  }
  #top #section04 li:last-child {
    margin-bottom: 0;
  }

}
@media only screen and (max-width: 600px) {
	
	.drawer-nav {
		z-index: 9999999999999999 !important;
	}
  #main_v .total_num ul {
    display: block;
    max-width: inherit;
  }
	.ttl01 {
    font-size: 20px;
  }
  .ttl01 span {
    display: block;
    font-size: 12px;
    margin: 5px 0 0 0;
  }
  #top_bnr .inner {
    display: block;
  }
  #top_bnr .inner li {
    width: 100%;
    margin: 5px auto;
  }
  #top #section01 .inner {
    display: block;
    
}
  #top #section01 h2 {
    float: none;
  }
  #top #section01 ul {
    padding-right: 0;
    margin-left: 0;
  }
  #top #section01 .btn01 {
    width: 50%;
    display: block;
    margin: 20px auto 0;
  }
  #top #section03 .w_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #top #section03 .btn01 {
    width: 48%;
    padding: 5px 30px;
    margin: 0 !important;
    display: block;
  }
#top #section03 .w_box .box .img {
	width: 30%;
}

	
	#top #section03 .mail_magazine form {
		display: block;
	}
	#top #section03 .mail_magazine input[type=email] {
		width: 100%;
		margin: 0 0 10px;
	}
	#top #section03 .mail_magazine .submit {
		text-align: center;
	}
	#top #section03 .mail_magazine button {
		margin: 0;
	}
  #top #section04 li {
    padding: 170px 20px 20px;
    background-position: center 20px;
  }
  


}

