@charset "UTF-8";
/* CSS Document */

/* 基本-モバイルファースト ======================================================================================================== */
#main_slider{
	margin-left: 4vw;
	margin-right: 4vw;
	margin-bottom: 40px;
}
#main_slider img{
	border-radius: 1.5vw;
}


.common_title{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.common_title .icon{
	margin-bottom: 5px;
}
.common_title h2{
	font-size: 18px;
	font-weight: bold;
}
.common_title h2::after{
	content: "";
	display: block;
	background-color: #b9e1de;
	width: 100%;
	height: 3px;
	border-radius: 3px;
}
.common_title span{
	display: block;
	font-size: 10px;
}



#search{
	background-image: url(../images/bg_maru.jpg);
	background-repeat: no-repeat;
	background-position: 8vw -5vw;
	background-size: 30vw auto;
	padding-top: 10vw;
}
#search ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#search li{
	width: 49%;
	margin-top: 2%;
}
#search li a{
	display: block;
	height: 100%;
	text-decoration: none;
	border: solid 2px #b9e1de;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
}
#search li .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}
#search li .icon img{
	max-width: 50px;
	max-height: 50px;
}
#search li h3{
	font-size: 3.5vw;
	font-weight: bold;
}
#search li p{
	font-size: 10px;
}



#search_type{
}
#search_type ul{
}
#search_type li{
	margin-top: 10px;
}
#search_type li a{
	display: flex;
	align-items: center;
	height: 100%;
	text-decoration: none;
	border: solid 2px #b9e1de;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
}
#search_type li .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}
#search_type li .icon img{
	max-width: 30px;
	max-height: 30px;
	margin-right: 10px;
}
#search_type li h3{
	font-size: 3.5vw;
	font-weight: bold;
}
#search_type li p{
	font-size: 10px;
}




#topics{
	background-color: #faf6f0;
	padding-top: 40px;
	padding-bottom: 40px;
}
#topics_pager{
	margin: 10px 0 20px;
	display: flex;
	justify-content: space-between;
}
#topics_pager a{
	display: block;
	text-decoration: none;
	width: 49%;
	background-color: #ACA49A;
	color: #FFF;
	text-align: center;
	line-height: 1;
	padding: 8px;
	border-radius: 5px;
	position: relative;
}
#topics_pager a.active{
	background-color: #189b93;
}
#topics_pager a.active::after{
	content:"";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #189b93 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
}
#topics_inner .article{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
#topics_inner ul{
	height: 200px;
	overflow: auto;
}
#topics_inner li{
	border-bottom: solid 1px #DDD;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#topics_inner li em{
	display: block;
	font-weight: bold;
}

/*
#topics_inner .blog_latest_date{
	display: block;
	font-weight: bold;
}
#topics_inner .blog_latest_title{
	display: block;
}
#topics_inner .blog_latest_title a{
	pointer-events: none;
	text-decoration: none;
}
*/

#voice{
	margin-top: -40px;
	background-image: url(../images/bg_flower.jpg);
	background-repeat: no-repeat;
	background-position: 75vw -5vw;
	background-size: 25vw auto;
	padding-top: 10vw;
}
#voice .common_title + p{
	text-align: center;
}



#voice .list_btn{
	margin-top: 20px;
}



#recommend{
	background-color: #f1f9f8;
	padding-top: 40px;
	padding-bottom: 40px;
}
#recommend .list_btn{
	margin-top: 20px;
}


#other{
}
#other .article{
}
#other .article#staff{
	margin-bottom: 20px;
}
#other .article a{
	display: flex;
	text-decoration: none;
}
#other .article .photo{
	width: 50%;
}
#other .article .photo img{
	border-radius: 10px 0 0 10px;
}
#other .article .text{
	width: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
#other .article#staff .text{ background-image: url(../images/staff_bg.jpg); }
#other .article#company .text{ background-image: url(../images/company_bg.jpg); }
#other .article .text h3{
	font-weight: bold;
}
#other .article .text em{
	display: block;
	font-size: 10px;
}
#other .article .text p{
	font-size: 10px;
}




/* スマホのみ======================================================================================================== */
@media print and (max-width: 750px), screen and (max-width: 750px){



}

/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){
#main_slider{
    overflow: hidden;
   	margin-left: 0;
	margin-right: 0;
	padding-bottom: 20px;
}
#main_slider #image-bloc {
    height: 500px;
}
#main_slider .bx-viewport {
    overflow: visible!important;
    width: 1060px!important;
}
#main_slider .bxslider {
    list-style: none;
    margin: 0;
    padding: 0;
}
#main_slider .bxslider li {
    width: 1060px!important;
    margin: 0;
    padding: 0;
}
#main_slider img{
	border-radius: 20px;
}


.common_title .icon{
	margin-bottom: 10px;
}
.common_title h2{
	font-size: 24px;
	letter-spacing: 0.5em;
}
.common_title h2::after{
	margin-top: 5px;
	margin-bottom: 5px;
}



#search{
	background-image: url(../images/bg_maru.jpg);
	background-repeat: no-repeat;
	background-position: 50px -50px;
	background-size: auto;
	padding-top: 80px;
}
#search ul{
	justify-content: flex-start;
}
#search li{
	width: 23%;
	margin-top: 30px;
	margin-left: 2.6%;
}
#search li:nth-child(4n-3){
	margin-left: 0;
}
#search li a{
	padding: 20px;
}
#search li a:hover{
	background-color: #f1f9f8;
}
#search li h3{
	font-size: 18px;
}
#search li p{
	font-size: 12px;
}



#search_type ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#search_type li{
	width: 23%;
	margin-top: 30px;
	margin-left: 2%;
}
#search_type li:nth-child(4n-3){
	margin-left: 0;
}
#search_type li a{
	padding: 20px;
}
#search_type li a:hover{
	background-color: #f1f9f8;
}
#search_type li .icon img{
	max-width: 50px;
	max-height: 50px;
}
#search_type li h3{
	font-size: 18px;
	text-align: left;
}
#search_type li p{
	font-size: 14px;
}


#topics .contents_size{
	display: flex;
	justify-content: space-between;
	position: relative;
}
#topics .common_title{
	padding-bottom: 80px;
}
#topics_inner{
	width: 800px;
}
#topics_pager {
	width: 310px;
	position: absolute;
	top: -80px;
	right: 0;
	margin: 0px;
}
#topics_pager a{
	width: 150px;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	margin-top: 10px;
	border-radius: 5px 5px 0 0;
}
#topics_pager a.active{
	line-height: 40px;
	height: 40px;
	margin-top: 0px;
}
#topics_pager a.active::after{
	display: none;
}
#topics .list_btn{
	position: absolute;
	bottom: 0px;
	left: 0;
}
#topics .list_btn a{
	width: 180px;
}

#voice{
	margin-top: -80px;
	background-position: right -30px;
	background-size: auto;
	padding-top: 80px;
}


#recommend .common_title{
	margin-bottom: 40px;
}


#other{
	display: flex;
	justify-content: space-between;
}
#other .article{
	width: 510px;
}
#other .article#staff{
	margin-bottom: 0px;
}
#other .article .photo{
	width: 260px;
}
#other .article .text{
	width: 250px;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#other .article .text h3{
	font-size: 20px;
}
#other .article .text p{
	font-size: 14px;
}













}