@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/


.home #contents > .inner {/* トップページ幅 100% */
	width:100%;
	max-width:100%;
}
.topinner {/* コンテンツは1000pxに */
	width:1000px;
	margin:0 auto;
	max-width:96%;
}

/* tinyMCE用に見出しをリセット */
.toppage h3,
.toppage h4,
.toppage h5 {
	background:none;
	border:none;
	color:inherit;
	font-size:inherit;
	line-height:inherit;
	margin:0;
	padding:0;
}
.toppage h3::before,
.toppage h3::after ,
.toppage h4::before,
.toppage h4::after,
.toppage h5::before,
.toppage h5::after {
	display:none;
}


/*==========================
	　mainimage
==========================*/

/*-- スライダーの時 ------------*/

.slider { }
.slick-slide img { margin:0 auto;}

button.slick-arrow {/* 矢印ボタン */
	background:none;
	border:none;
	position:absolute;
	top:50%;
	margin-top:-20px;
	height:40px;
	width:16px;
	text-indent:-9px;
	z-index:1;
}

.mainimage .pc {
    background: url(img/main_image.jpg) no-repeat center;
    background-size: cover;
    height: 580px;
}

@media screen and (max-width: 1580px) and (min-width: 1010px){
.mainimage .pc {
    height: 475px;
}
}

@media screen and (max-width: 1009px){
.mainimage .pc {
    height: 370px;
}
}
button.slick-arrow:hover {
 	cursor:pointer;
	opacity:0.7;
}
button.slick-prev {/* 矢印（前へ）ボタン */
	background:url(img/btn_prev.png) no-repeat;
	left:18%;
	margin-left:-16px;
}
button.slick-next {/* 矢印（次へ）ボタン */
	background:url(img/btn_next.png) no-repeat;
	right:18%;
	margin-right:-16px;
}
@media screen and (max-width: 1650px) {
button.slick-prev {	left:13.7%;}
button.slick-next {	right:13.7%;}
}
@media screen and (max-width: 1400px) {
button.slick-prev {	left:8%;}
button.slick-next {	right:8%;}
}
@media screen and (min-width: 1200px) {
.slick-track {}
.slick-slide:not(.slick-center) {/* 前と次の画像を半透明に */
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}
}

/*==========================
	新着情報
==========================*/
.topnews .news {
	margin-bottom:0;
	position:relative;
}

/* 新着情報見出し */

.topnews h3 {
    font-size: 24px;
    padding: 19px 25px;
    position: relative;
    text-align: left;
    margin-bottom: 1.2em;
    background: url(img/bg01.png);
    color: #302213;
    border-radius: 3px;
}

/* 一覧へボタン */

.topnews .btn {
    position: absolute;
    top: 18px;
    right: 10px;
    background-color: #275da5;
    padding: 0px 10px;
    font-size: 14px;
    border-radius: 5px;
}
.topnews .btn a {
    text-decoration: none;
    color: #fff!important;
}

.topnews .btn a:hover {
	color:#1967b7;
}

.topnewsinner {
    padding: 3em 0;
}

/* 新着情報 */
.topnews dl {
	line-height:1.3;
	margin:1.2em 0;
}
.topnews dt {
    color: #1479ce;
    padding: 0 20px 7px;
    font-size: 14px;
}
.topnews dd {
    margin-bottom: 18px;
    padding: 0 20px 15px;
    border-bottom: 1px dotted #d9d9d9;
}
.topnews dd a {
	 text-decoration:none;
	 color:#555;
}
.topnews dd a:hover {
	color:#1967b7;
}

/*==========================
	汎用に使えるボタン
==========================*/

.link_btn ,.btn-style { text-align:left; }
.link_btn a,
.btn-style a {
		background: #87c357;
    width: auto;
		max-width: 280px;
    width: 100%;
		color: #fff;
    padding: 0.9em 2em;
    text-align: center;
		font-family: 'Zen Kaku Gothic New', sans-serif;
    display: inline-block;
    text-decoration: none;
    line-height: 1.2;
    box-sizing: border-box;
    font-size: 16px;
		font-weight: 300;
    border-radius: 0;
    position: relative;
    letter-spacing: 0.04em;
		border: 1px solid #87c357;
}

.link_btn a::after,
.btn-style a::after {
    content: '';
    position: absolute;
    top: 50%;
		margin: auto;
    right: 5%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .3s;
    transition: .3s;
}
.link_btn a:hover:after,
.btn-style a:hover:after{
	right:3%;
}
.link_btn a:hover,
.btn-style a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
 	cursor:pointer;
}
.under .link_btn a,
.under .btn-style a {
	width:auto;
	min-width:280px;
}


.btn-style a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 5%;
	margin: auto;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(0, -50%) rotate(45deg);
	transition: 0.2s;
}

/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 200px;
    overflow: hidden;
    position: absolute;
}

.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.loopSlider ul {
    height: 200px;
    float: left;
    overflow: hidden;
}

.loopSlider ul li {
    width: 300px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}

/*==========================
	　TOP コンテンツ
==========================*/

.top .mainblock a {
    text-decoration: none;
}
.top .mainblock a:hover {
    opacity: 0.7;
}



/********************************
	Responsive
*********************************/

@media screen and (min-width: 768px) {/* タブレットまで */

/*==========================
	mainimage
==========================*/

/*-- 一枚画像の時 ------------*/

.mainimage {
	background:url(img/topimage.jpg) no-repeat center;
	background-size:cover;
}

/*==========================
	　TOP コンテンツ
==========================*/

/*-- ボックスその他 --------------*/


.top01 .con_l { margin-right:2%;}

.top02 .con_l,
.top02 .con_r {
	width:48%;
}
.top02 h4 {
	color:#703303;
	font-size:22px;
	margin-bottom:0.5em;
	line-height:1.36em;
	height:2.8em;
	box-sizing:border-box;
	padding-top:0.8em;
}
.top02 .block01 .con_l h4 {
	padding-top:0;
}
.top02 .block01 .con_l h4 + p + p,
.top02 .block01 .con_r h4 + p + p{
	min-height:5.6em;
	font-size:16px;
}

/* top03 */
.top03 p.alignright {
	margin-left:2em;
}
.top03 .btn-style {
	text-align:left;
	padding-top:1em;
}

}

@media screen and (min-width: 768px)  and (max-width: 1280px) {/* 程よいブラウザサイズでメインイメージを縮小 */
.mainimage {
	background-size:cover;
}

}
@media screen and (min-width: 768px)  and (max-width: 1041px) {
.top02 .con_l h4 + p + p,
.top02 .con_r h4 + p + p{
	min-height:5.6em;
}
.top02 .con_l h4 + p + p br,
.top02 .con_r h4 + p + p br {
	display:none;
}
.top01_lh {
    padding: 0px 18px;
    min-height: 115px;
}
}

@media screen and (max-width: 1041px) {/*コンテンツが横幅いっぱいになったら*/

.h3_bg h3 {
    padding: 25px 0 5px;
}

/*-- top01 --------------*/
.top01_bn a {
	font-size:20px;
	height:95px;
	background-size:auto 70%;
	background-position: 15px center;
}
.top02 .block03 .con_l h4 {
    padding-top: 0;
}
.top02 .block03 .con_l h4 span.br {
	display:block;
}
.top03 h4 { font-size:22px;}

.top3_box3 {
    padding: 20px 0px 0px 10px;
}

}

@media screen and (max-width: 767px) {/* スマホ */

.btn_sp a::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.topinner {
	width:420px;
	margin:0 auto;
	box-sizing:border-box;
}

/*==========================
	　mainimage
==========================*/
.mainimage,
/*.slider { margin-bottom: 1em;}*/

/*==========================
	新着情報
==========================*/
#main .news {
    /*margin-top: 1.5em;*/
    /*margin-bottom: 1.5em;*/
    position: relative;
}
#main .news h3 { font-size:20px;}
#main .news h3 .subtitle { font-size:12px; margin-left:0;}
#main .news dt,#main .news dd { padding-left:10px; padding-right:10px;}
#main .news .btn {
    right: 5px;
    top: 10px;
}
#main .news .btn a {
	font-size:12px;
}

/*==========================
	電話ボタン
==========================*/

#main > .telbtn {
	margin-bottom:1.2em;
}
.telbtn {
	text-align:center;
	margin-bottom:1em;
}
.telbtn a {
	background:#1967b7;
	text-align:center;
	width:280px;
	max-width:100%;
	color:#fff;
	display:inline-block;
	padding:10px 5px 10px;
	text-decoration:none;
	font-size:24px;
	box-sizing:border-box;
	letter-spacing:0.08em;
	border-radius:4px;
	line-height:1.2em;
}
.telbtn a .subtxt {
	font-size:14px;
	display:block;
	margin-bottom:1px;
}
.telbtn a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

/*==========================
	loop
==========================*/

.loopSlider {    height: 100px;}
.loopSlider ul {    height: 100px;}
.loopSlider ul li {
    width: 150px;
    height: 100px;
}

/*==========================
	　TOP コンテンツ
==========================*/



@media screen and (max-width: 320px) {/* スマホ320px */
}
