@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:40px;
	text-indent:-9999px;
	z-index:1;
}
button.slick-arrow:hover {
 	cursor:pointer;
	opacity:0.7;
}
button.slick-prev {/* 矢印（前へ）ボタン */
	background:url(img/btn_prev.png) no-repeat;
	left:18%;
	margin-left:-20px;
}
button.slick-next {/* 矢印（次へ）ボタン */
	background:url(img/btn_next.png) no-repeat;
	right:18%;
	margin-right:-20px;
}
@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:0.4em 0 0.6em;
	position:relative;
	text-align:center;
	margin-bottom:1.2em;
	color:#51402d;
	font-weight:bold;
}
.topnews h3::before ,
.topnews h3::after {
	position:absolute;
	content:"";
	display:block;
	bottom:0;
	left:0;
	height:1px;
}
.topnews h3::before {
	background:#e1dad2;
	width:100%;
}
.topnews h3::after {
}

/* 一覧へボタン */

.topnews .btn {
	position:absolute;
	top: 26px;
    right: 17px;
}
.topnews .news .btn a {
	display:inline-block;
	line-height:1.2;
	padding:0.35em 0.5em 0.25em;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	letter-spacing:0.08em;
	background:#51402d;
}
.topnews .news .btn a:hover {
		opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
 	cursor:pointer;

}

/* 新着情報 */
.topnews .news dl {
	line-height:1.3;
	margin:1.2em 0;
}
.topnews .news dt {
	 font-weight:nomal;
	 color:#666;
	padding:0 20px 7px 0;
}
.topnews .news dd {
	margin-bottom:18px;
	padding:0 20px 15px 0;
	border-bottom:1px solid #e1dad2;
}
.topnews .news dd a {
	 text-decoration:none;
	 color:#666;
}
.topnews .news dd a:hover {
	color:#51402d;
}

/*==========================
	汎用に使えるボタン
==========================*/
.btn-style { text-align:center; }
.btn-style a {
	background: #f58d5f;
	width:280px;
	max-width:100%;
	padding:0.8em 1em;
	text-align:center;
	color:#fff;
	display:inline-block;
	text-decoration:none;
	line-height:1.2;
	box-sizing:border-box;
	font-size:18px;
	border-radius:6px;
	position:relative;
}
.btn-style a::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    display: block;
    height: 6px;
    margin-top: -3px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 6px;
}

.btn-style a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
 	cursor:pointer;
}
.under .btn-style a {
	width:auto;
	min-width:280px;
}

/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 160px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 160px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 160px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 300px;
    height: 160px;
    float: left;
    display: inline;
    overflow: hidden;
}

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

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

/*-- 余白・背景 --------------*/
.topnews .con_l{
	background:url(img/news_bg01.png);
	padding:1em;
	box-sizing:border-box;
	border-radius:5px;
}
.topnews .con_r{
	background:url(img/news_bg02.png);
	padding:1em;
	box-sizing:border-box;
	border-radius:5px;
}
.top01 {
	padding:3em 0;
	margin-top:10px;
}
.top01_bg01 {
	background:url(img/top01_bg01.jpg) no-repeat center / cover;
	padding:3em 0;
}
.top01_bg02 {
	background:url(img/top01_bg02.jpg) no-repeat center / cover;
	padding:3em 0;
}
.top01_bg03 {
	background:url(img/top01_bg03.jpg) no-repeat center / cover;
	padding:3em 0;
}
.top01_bg04 {
	background:url(img/top01_bg04.jpg) no-repeat center / cover;
	padding:3em 0;
}
.top01 .topinner {
    width: 790px;
}
.top02 {
	background:url(img/top02_bg.jpg) no-repeat center / cover;
	padding:3em 0;
}
.top03 {
	background:url(img/top03_bg.jpg) no-repeat center / cover;
	padding:4em 0 0;
}
.topnews {
	padding:3em 0;
}

/*-- 見出し --------------*/

.h2_bg {
	background:url(img/h2_bg.png) no-repeat center;
	font-size:28px;
}
.h2_bg h2 {
	color: #fff;
    padding: 0.8em 0;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 36px;
    line-height: 1.2;
}
.top01 h3{
	font-size:30px;
	color:#51402d;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:1.3;
	text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
	text-align:center;
	margin-bottom:1em;
}
.top01 h3 span{
	color:#22885e;
	font-size:48px;
	font-weight:bold;
}

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

/*top01*/
.top01 p.no {
    margin-bottom: 35px;
}




/* top02 */
.top02 .column{}
.top02 ul { margin:0 0 2em;}
.top02 ul li {
	padding:14px 0 12px 20px;
	border-bottom:1px dashed #e1dad2;
	background:url(img/icon_arrow01.png) no-repeat 3px 21px;
	line-height:1.4em;
}
.top02 ul li a { color:#666; text-decoration:none; display:block;}
.top02 ul li a:hover { color:#c29d4e;}
.top02 .last-tel{
	border-radius:5px;
}

/*top03*/
.top03 .googlemap + p{
	font-size:14px;
	margin:10px 0 1em;
}
.top03 .googlemap + p a{
	color:#666;
}
.top03 .googlemap + p a:hover{
	text-decoration:underline;
}
.top03 p span {
    color: #51402d;
    font-weight: bold;
}
.ore{
	color:#f58d5f;
}
.top03 table.time-table {
    margin-bottom: 13px;
}
.bnr01 li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

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

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

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

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

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

/*==========================
	　TOP コンテンツ
==========================*/
a[href^="tel:"] {
		pointer-events: none;
		text-decoration:none;
	}
/*-- ボックスその他 --------------*/
.columns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.topnews .con_l,
.topnews .con_r {
	width:48%;
}

/* top02 */
.top02 .columns {
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-pack: space-between;
    justify-content: space-between;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
	 flex-wrap: wrap;
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */
}
.top02 .column {
    webkit-box-flex-basis: 30%;
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    max-width: 30%;
}

/*top03*/
.top03 .con_l,
.top03 .con_r {
	width:48%;
	margin-bottom:2em;
}
.top03 .googlemap {
    padding-bottom: 50%;
}
.top03 .bnr01{
	margin-top:117px;
}
}

@media screen and (min-width: 768px)  and (max-width: 1280px) {/* 程よいブラウザサイズでメインイメージを縮小 */
/*.mainimage {
	background-size:cover;
	height:400px;
}*/
}
@media screen and (min-width: 768px)  and (max-width: 1041px) {
.top01 h3 {
    font-size: 28px;
	}
.top01 h3 span {
    font-size: 44px;
}
.topnews h3 {
    font-size: 22px;
}
}

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


/*-- top01 --------------*/

}

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

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

/*==========================
	　mainimage
==========================*/
.mainimage,
.slider { margin-bottom: 1em;}
.mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
}

/*==========================
	新着情報
==========================*/
#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: 17px;
    top: 30px;
}
#main .news .btn a {
	font-size:12px;
}

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

#main > .telbtn {
	margin-bottom:0;
}
.telbtn {
	text-align:center; 
	margin-bottom:0;
}
.telbtn a {
	background:#f58d5f;
	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: 96px;}
.loopSlider ul {    height: 96px;}
.loopSlider ul li {
    width: 180px;
    height: 96px;
}

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

/*-- 余白・背景 --------------*/

.top01 {
	padding:1em 0 0.5em;
}

.top02 {
	padding:2em 0 1em;
}
.top03 {
	padding:2em 0;
}
.top04 {
	padding:2em 0;
}
.top05 {
	padding:2em 0;
}

.topnews {
	padding:0.5em 0 1em;
}

/*-- 見出し --------------*/
.top01 h3 {
    font-size: 24px;
}
.top01 h3 span {
    font-size: 34px;
}


/*-- ボックスその他 --------------*/
.top01 p.no {
    width: 50px;
    margin: 0 auto 15px;
}
}

@media screen and (max-width: 480px) {/* スマホ480px */
#main .news h3 {
    text-align: left;
}
.h2_bg h2 {
    font-size: 27px;
}
.top01 h3 {
    font-size: 20px;
}
.top01 h3 span {
    font-size: 30px;
}
}

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