@charset "UTF-8";


/* ==========================================================================
スライド
========================================================================== */


.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
.thumb-item {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
	/*background: url(../images/bg_gara01.png) no-repeat;*/
	/*background-image: url("../images/bg_top_lattice.svg");*/
	background-repeat: repeat-x;
	background-size: auto;
	background-position: top center;
}
.thumb-item_bg{
content: "";
display: block;
position: absolute;
width: 100%;
height: 400px;
top: 210px;
margin: auto;
background: url(../images/bg_top_lattice_bottom.svg) no-repeat;
background-position: bottom center;
background-size: 1200px;
z-index: 1;
}
.thumb-item li {
	margin: 0 !important;
	padding: 0 !important;

}
.thumb-item li img {
	width: 1000px;
	margin-top: 330px;
	margin:40px 10px 0; 
}
.thumb-item li.slick-active img {
	margin:0 10px 0; 
}

.thumb-item .slick-prev,
.thumb-item .slick-next {
	width: 50px !important;
	height: 50px !important;
	z-index: 999 !important;
}
.thumb-item .slick-prev {
	right: 1020px !important;
	left: 26px !important;
	margin: auto;
}
.thumb-item .slick-next {
	right: 20px !important;
	left: 1020px !important;
	margin: auto;
}
.thumb-item .slick-prev::before,
.thumb-item .slick-next::before{
	display: block;
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	border: 2px solid #333;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.thumb-item .slick-prev::after,
.thumb-item .slick-next::after{
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.thumb-item .slick-next::after{
	left: 14px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
.thumb-item .slick-prev::after{
	right: 14px;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}
.slick-dots{
	display: flex !important;
	justify-content: center;
	/* background: #fcffe5; */
	bottom: 5px !important;
	padding: 10px 0 0 !important;
	z-index: 100;
}

.slick-dots li{
	margin: 0 10px !important;
}
.slick-dots li button{
	background: #fff !important;
	border: solid 2px #333 !important;
	border-radius: 100%;
}
.slick-dots li.slick-active button{
	background: #333 !important;
}
.slick-dots li button:before{
	display: none;
}



/* ==========================================================================
検索
========================================================================== */
.search {
	position: relative;
	background: #fff url(../images/bg_map.svg) no-repeat center 40px;
	min-height: 600px;
}
.search:before,
.search:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.search:before{
	bottom: 50px;
	right: 800px;
	width: 374px;
	height: 423px;
	background: url(../images/bg_sumaion01.svg) no-repeat 0 0;
}
.search:after{
	bottom: 0;
    left: 900px;
    width: 319px;
    height: 308px;
	background: url(../images/bg_sumaion02.png) no-repeat 0 0;
}
.search .map {
	position: relative;
	width:1000px;
	padding-top: 50px;
	margin: 20px auto 0;
}
.search .map h2 {
	width: 747px;
	height: 70px;
	/* margin: auto; */
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	background: url(../images/tit_search.svg) no-repeat;
}
.btn_search_list{
	position: relative;
}
.btn_search{
	position: absolute;
	width: 230px;
	height: 60px;
}

.btn_search.btn_search_univ:after{
	display: none;
}

.btn_search:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 7px;
	left: 4px;
	border-radius: 100px;
	background: url(../common/bg-stripe03.png);
	z-index: 1;
}
.btn_search a{
	position: relative;
	z-index: 2;
	display: block;
	box-sizing: border-box;
	text-align: center;
	line-height: 58px;
	background: #fff;
	text-decoration: none;
	color: #000;
	border-radius: 100px;
	border: solid 3px #333;
	font-size: 1.125rem; /* 18px */
	transition: 0.3s;
}

.btn_search a:after{
	content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 4px;
    bottom: 0;
    left: 24px;
    margin: auto;
	background: url(../common/ico_circle.svg) no-repeat;
	background-size: 14px;
	z-index: 2;
}

.btn_search_univ{
	width: 300px;
	height: 80px;
	margin: 50px auto 0;
	left: 0;
	right: 0;
}
.btn_search_univ a{
	line-height: 78px;
	font-size: 1.5rem; /* 24px */
	background: #333;
	color: #fff;
}
.btn_search_univ a:hover{
color: #333;
}
.btn_search a:hover{
	border: solid 3px #333;
}
.btn_search_area01{
	top: 100px;
	right: 80px;
}
.btn_search_area02{
	top: 190px;
	right: 150px;
}
.btn_search_area03{
	top: 290px;
	right: 190px;
	width: 245px;
}
.btn_search_area04{
	top: 190px;
	right: 400px;
}
.btn_search_area05{
	top: 290px;
  right: 450px;
}
.btn_search_area06{
	top: 190px;
	right: 640px;
}
.btn_search_area07{
	top: 290px;
	right: 690px;
}

.btn_search_area08{
	top: 380px;
	right: 270px;
}

/* ==========================================================================
特徴
========================================================================== */
.feature{
	background-image: url("../images/bg_top_lattice.svg");
	padding: 50px 0;
}
.feature h2 {
	width: 697px;
	height: 70px;
	margin: 0 auto 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	background: url(../images/tit_feature.svg) no-repeat;
}
.feature-container{
	width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap; 
	justify-content: space-between;
}
.feature-item{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	width: calc((100% / 2) - 20px);
	border-radius: 10px;
	/* border: solid 3px #fff; */
	padding: 20px 20px 35px 40px;
}
.feature-item:nth-child(-n+2){
	margin-bottom: 40px;
}
.feature-item__title{
	position: relative;
	font-family: "ヒラギノ丸ゴ Pro W4","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
	font-size: 2rem; /* 32px */
	display: inline-block;
	width: 160px;
	text-align: center;
	z-index: 10;
	line-height: 1;
	margin-bottom: 10px;
	color:  #d00909;
}
.feature-item__title span{
font-size: 2.75em;
color: #333;
}
.feature-item__title:before{
	content: "";
	display: block;
	bottom: 0px;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	height: 20px;
	position: absolute;
	background: url(../common/bg-stripe05.png);
	z-index: -1;
}
.feature-item__txt{
	font-size: 1.125rem; /* 18px */
	margin-top: 5px;
}
.feature-item__img img{
	width: 210px;
}
/* ==========================================================================
お役立ち・おすすめ情報
========================================================================== */
.useful{
	position: relative;
	z-index: 1;
	/* background: #fcffe5; */
	padding: 50px 0;
}
.useful h2 {
	width: 462px;
	height: 70px;
	margin: 0 auto 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	background: url(../images/tit_useful.svg) no-repeat;
}
.useful-item:nth-of-type(1):before{
	content: "";
    display: block;
    position: absolute;
	width: 142px;
    height: 147px;
   top: -130px;
   left: 0;
    margin: auto;
	background: url(../images/bg_sumaion03.svg) no-repeat;
}
.useful-item:nth-of-type(2):before{
	content: "";
    display: block;
    position: absolute;
	width: 142px;
    height: 147px;
   top: -130px;
   right: 0;
    margin: auto;
	background: url(../images/bg_sumaion04.svg) no-repeat;
}

.useful-container{
	width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap; 
	justify-content: space-between;
}
.useful-item{
	position: relative;
	box-sizing: border-box;
	width: calc((100% / 2) - 20px);
	border-radius: 10px;
	padding: 40px;
}
.useful-item:after{
	content: "";
	display: block;
	top: 14px;
	left: 12px;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	border-radius: 5px;
	z-index: -999;
	background: url(../common/bg-stripe01.png);
}


.useful-item:nth-child(-n+4){
	margin-bottom: 40px;
}
.useful-item__title{
	position: relative;
	font-size: 1.5rem; /* 24px */
	display: inline-block;
	z-index: 10;
	padding-left: 24px;
}

.useful-item__title span{
	/* background: url(../common/bg-stripe01.png) repeat-x; */
	background-position: 0 20px;
	padding: 0 10px 10px 0;
}

.useful-item__title:before{
	content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0.5em;
    left: 0;
    margin: auto;
	background: url(../common/ico_circle.svg) no-repeat;
	background-size: 14px;
	z-index: 2;
}

.useful-item__txt{
	margin: 15px 0 20px;
	font-size: 1.125rem; /* 18px */
}
.useful-item__btn a{
	display: block;
	box-sizing: border-box;
	width: 300px;
	height: 40px;
	margin: auto;
	border-radius: 100px;
	text-align: center;
	color: #fff;
	line-height: 38px;
	text-decoration: none;
}
.useful-item__btn.useful-item__btn--preparation a{
	background: #ccc;
	color: #222;
}


/* ==========================================================================
ニュース
========================================================================== */
.news {
	background-image: url("../images/bg_top_lattice.svg");
	padding: 50px 0;
	position: relative;
	z-index: 1;
}

.news-container{
	width: 1000px;
	margin: auto;
}
.news-head{
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.news h2 {
	width: 202px;
	height: 56px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	background: url(../images/tit_info.svg) no-repeat;
}
.news-head-other{
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
}
.news-head__btn a{
	position: relative;
	display: block;
	width: 120px;
	height: 40px;
	line-height: 38px;
	border-radius: 100px;
	background: #fff;
	text-align: center;
	text-decoration: none;
}
.news-head__rss a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 46px;
	text-align: center;
	border-radius: 100px;
	background: #fff;
	margin-left: 20px;
}
.news-head__rss a:after,
.news-head__btn a:after{
	content: "";
	display: block;
	top: 4px;
	left: 4px;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	border-radius: 100px;
	z-index: -999;
	background: url(../common/bg-stripe05.png);
}
.news-contents{
	padding: 20px 160px 30px 25px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	height: 100px;
	overflow-y: scroll;
}

.news-head::before {
	content: "";
    display: block;
    position: absolute;
    width: 160px;
    height: 100px;
    bottom: -200px;
    right: 10px;
    margin: auto;
	background: url(../images/bg_oie01.svg) no-repeat center;
	background-size: 160px auto;
	z-index: 100;
}



.news_info::after{ content:"."; height:0; clear:both; display:block; visibility:hidden; }

.news_info p{
	 width: 65px;
 	float: left;
}

.news_info dl{
	float: left;
    width: 700px;
}

.news_info .no dl{
    width: 800px !important;
}


.news_info,
.news_info .no{
padding:10px 0 10px;
}

.news_info:nth-of-type(n+2) {
	border-top: 1px solid #ccc;
}

/* ==========================================================================
バナーエリア
========================================================================== */
.top_banner{
	background: #fcffe5;
	padding-bottom: 50px;
}
.top_banner-container{
	width: 1000px;
	margin: auto;
}
.top_banner ul {
	width: 475px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_banner ul li{
	margin-bottom: 10px;
}
