@charset "utf-8";
/*******************************************
    /css/frontpage.css
*******************************************/

/*------------------------------------------
	スライダーエリア
------------------------------------------*/
/* .hero_box {} */

.bxslider01 {
	padding: 0;
	margin: 0;
}

.bx-wrapper {
	box-shadow: none;
	border: none;
	background: none;
	margin-bottom: 70px;
	border: none;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 30px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 99;
  /* bxsliderとバッティングしているため */
}

.hero_box .hero_box_figure {
	margin-bottom: 25px;
}

.hero_box .hero_box_figure ul li img {
	width: 100%;
}

.hero_box .hero_box_thumb ul {
	margin-left: 0px;
}

.hero_box .hero_box_thumb ul li {
	float: left;
	width: 154px;
	margin: 0 0 5px 5px;
}

.hero_box .hero_box_thumb ul li:first-child {
	margin: 0 0 5px 1px;
}

.hero_box .atten {
	font-style: 0.9rem;
}

@media screen and (max-width: 640px) {

	.bx-wrapper {
		margin-bottom: 30px;
	}

	.hero_box {
		margin-bottom: 0px;
	}

}
/*------------------------------------------
	支援エリア
------------------------------------------*/
.for_support{
	margin-bottom: 40px;
}

.for_support ul{
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 640px) {
}

/*------------------------------------------
	新着情報エリア
------------------------------------------*/
.top_news{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 60px;
}

.kokuti{
	max-width: 230px;
	width: 80%;
	margin-right: 40px;
}

.news_list{}

.news_list dl{
	border-bottom: 1px dotted #333;
	margin:8px 0;
}

.news_list dl:last-child{
	border-bottom: none;
}

.news_list dl dt{
	font-size: 1.3rem;
}

.news_list dl dd a{
	color: #00AAFB;
}

.news_list dl dd a:hover{
	opacity: 0.7;
}



@media screen and (max-width: 640px) {
	.top_news{
		flex-direction: column-reverse;
		margin-bottom: 60px;
	}

	.news_list{
		margin-bottom: 40px;
	}

	.kokuti{
		max-width: initial;
		width: 70%;
		margin:0px auto;
	}

	.kokuti img{
		width: 100%;
	}

}

/*------------------------------------------
	トピックスエリア
------------------------------------------*/
.recommend_area{
	padding: 80px 0 70px;
}

section.top_topics{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -3%;
	margin-bottom:30px;
}

section.top_topics article{
	position: relative;
	width: calc(32% - 2%);
	border:1px solid #CCC;
	padding:10px 15px 70px;
  margin-left: 3%;
	margin-bottom:30px;
	background-color:#FBFBFB;
}

section.top_topics article dl{
	margin-bottom:10px;
}
section.top_topics article dl dt{
	font-size:1.4em;
	font-weight:bold;
}
section.top_topics article dl dd{
}

section.top_topics article .txt_c{
	position: absolute;
	bottom: 20px;
	left:50%;
	    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 10;
}


@media screen and (max-width: 640px) {
	.recommend_area{
		padding: 30px 0 30px;
	}

	section.top_topics{
		margin-left: -3%;
	}

	section.top_topics article{
		width: calc(50% - 3%);
		margin-left: 3%;
		padding:10px 3% 70px;
	}

}

/*------------------------------------------
	インスタグラムエリア
------------------------------------------*/

.instagram_area{
	margin: 70px 0 130px;
}

.instagram_area iframe{
	max-width: 100%;
	display: block;
	margin:0 auto;
}

.btn-instagram {
	margin: 30px auto 0;
    background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
    border-radius: 25px;
    box-shadow: 0 5px 25px rgba(0,0,0,.15);
    color: #fff;
    display: table;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    transition: all .2s linear;
    width: 150px;
}

.btn-instagram:hover {
    box-shadow: 0 5px 25px rgba(0,0,0,.30);
}

@media screen and (max-width: 640px) {

}