@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;
}
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:28px;
	padding:0.4em 0 0.6em 2.6em;
	background:url(img/h3_icon.svg) no-repeat 0.6em top;
	position:relative;
	text-align:left;
	margin-bottom:1.2em;
}
.topnews h3::before ,
.topnews h3::after {
	position:absolute;
	content:"";
	display:block;
	bottom:0;
	left:0;
	height:2px;
}
.topnews h3::before {
	background:#ccc;
	width:100%;
}
.topnews h3::after {
	background:#1a1a1a;
	width:24%;
}

/* 一覧へボタン */

.topnews .btn {
	position:absolute;
	top:10px;
	right:20px;
}
.topnews .news .btn a {
	display:inline-block;
	line-height:1.2;
	padding:0.25em 0.5em 0.15em;
	text-decoration:none;
	color:#555;
	font-size:16px;
	letter-spacing:0.08em;
}
.topnews .news .btn a:hover {
	color:#ff0000;
}

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

/*==========================
	汎用に使えるボタン
==========================*/
.btn-style { text-align:center; }
.btn-style a {
	background: #689851;
	max-width:280px;
	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;
	font-family:"游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.btn-style a::after {
	display: block;
	content: "";
	position: absolute;
	top:50%;
	right:10px;
	background:url(img/btn_icon01.png) no-repeat;
	width:17px;
	height:17px;
	margin-top:-8px;
}
.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: 200px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin:50px auto 0;
    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 {
}



.topnews {
	padding:3em 0;
}

.top0 .columns{
	background:#fff;
}

.top00{padding:4em 0;}
.top00 .news dt {
	float: left;
	width: 15%;
	overflow: hidden;
	color: #c09b6f;
	font-size:16px;
	font-weight:bold;
}

.top00 .news {
	position: relative;
}

#main .news .btn a {
	display: inline-block;
	background: #689851;
	line-height: 1.2;
	padding: 4px 10px 4px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.05em;
	border-radius: 0;
}
#main .news .btn a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
#main .news h3 {
	font-size: 30px;
	color: #9a7950;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	padding: 5px 0 10px 0;
	margin-bottom: 0.8em;
	text-align: left;
	border-bottom: 2px solid #e7dccf;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
#main .news h3:before {
	display: none;
}
#main .news .btn {
	position: absolute;
	top: 10px;
	right: 0;
}

#main .news dd {
	margin-bottom: 12px;
	padding: 0 0 12px;
}
#main .news ss a:hover {
	text-decoration: underline;
}
#main .news dd a {
	color:#333;
}

#main .news dd a:hover {
	text-decoration: underline;
}


.h2_bg h2 {
    color: #fff;
    padding: 0.9em 0;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 36px;
    letter-spacing: 0.2em;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.h2_bg {
    background: url(img/h2_bg.png) no-repeat center;
    background-size: cover;
}
.h2_bg img{
	padding-bottom:10px;
}
.top02{
    background: url(img/top01_bg.jpg) no-repeat center;
    background-size: cover;
	padding:50px 0 0;
}

.top02 .topinner {
    background: rgba(255,255,255,0.9);
    padding: 3.4% 1em 2em;
	width: 900px;
	box-sizing:border-box;
}

.top02 .topinner p {
   font-size: 16px;
    line-height: 2.0;
    width: 92%;
    text-align: left;
	margin:0 auto;
}

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

.top02 .btn-style a {
    padding: 1.65em 1em;
    margin: 2em 0 1em;
}
.top03{
	background:url(img/top03_bg.png) repeat center top;
	padding:50px 0;
}
.p_time {
	font-size: 16px;
	color: #679d5d;
	position: relative;
	font-weight: bold;
}
.box_1 p.p_time, .box_2 p.p_time {
	margin: 0.8em 0 0.1em;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	background: url(img/top02_icon01.png) no-repeat left center;
	padding-left: 30px;
	color: #333;
}
.box_2 p.p_time,.top04 .column01:nth-of-type(2) p.p_time{
	text-align:center;
	display:inline-block;
	margin:0 auto 10px;
}
.box_1 .p_time span, .box_2 .p_time span {
	color: #564229;
	font-weight: bold;
	padding-right: 5px;
}
.p_time img {
	padding: 0 5px 7px 0;
}
.top03 .con_c,.top04 .con_c{
	text-align:center;
}
.top03 .con_c .kensa,.top04 .kensa{
    text-align: center;
    font-weight: bold;
    display: inline-block;
    margin: 0 auto 10px;
    background: url(img/top02_icon02.png) no-repeat left center;
    padding-left: 30px;
    font-size: 20px;
    color: #5f5f5f;
}
.top03 .con_c ul,.top04 .con_c ul{
	overflow:hidden;
}
.top03 .con_c ul li,.top04 .con_c ul li{
    width: 32%;
    float: left;
    margin-right: 2%;
    background: #f9b15d;
    border-radius: 5px;
    padding: 3px;
    box-sizing: border-box;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
}
.top03 .con_c ul li.gray,.top04 .con_c ul li.gray{
	background:#e9e9e9;
}
.top03 .con_c ul li:nth-child(3n),.top04 .con_c ul li:nth-child(3n){
	margin-right:0;
}
.top03 p.bigbtn{
	max-width:700px;
	margin:0 auto;
}
.top03 p.bigbtn a,.top03 p.bigbtn img{
	display:block;
}
.box_1, .box_2 {
    background: #fff;
    border-radius: 10px;
    padding: 1.5em;
    margin-bottom: 1.5em;
    box-sizing: border-box;
    border-bottom: 5px solid #c5b6a7;
}
.box_1 .con_r, .top03 .price, .top04 .price {
    border: 3px solid #eaddce;
    padding: 1.8em 0.5em 1.8em;
    border-radius: 7px;
    box-sizing: border-box;
    text-align: center;
}
.box_1 .con_r p, .box_2 .con_r p, .price p {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.8em;
}
.box_1 .con_r p span.p-big, .box_2 .con_r p span.p-big, .price p span.p-big {
	font-size: 32px;
	vertical-align: middle;
}
span.p-red{
	color:#e9301d;
}
span.p-red.txt14{
	font-size:14px;
}
.box_1 .con_r p span.p-big.p-red {
    font-size: 38px;
}
.box_2 .price p span.p-big {
	font-size: 28px;
	vertical-align: middle;
}
.box_2 .price {
	padding: 1em;
	margin-top: 0.3em;
}
.box_2 .price p {
	float: left;
	width: 48%;
	text-align: left;
	margin-bottom: 0!important;
}
.box_2 .price .btn-style {
	float: right;
	width: 48%;
}
.box_2 .btn-style a {
	padding: 18px 20px 18px;
}
.top04{
	background:url(img/top03_bg.png) repeat center top;
	padding:50px 0;
}
.top04 .box_1,.top04 .box_2 {
	padding: 0;
}
.top04 .box_2{
	text-align:center;
}
.box_2_inner {
    padding: 1em 1.5em 1.5em;
}
.top04 .column01 {
	box-sizing: border-box;
}
.top04 .column01:nth-of-type(3) {
	margin: 1.5em;
}
.top04 .column01:nth-of-type(1) {
	background: url(img/top03_bg.jpg) repeat center top;
	text-align:center;
}
.top04 .column01:nth-of-type(1) {
}
.top04 .column01:nth-of-type(2) {
	padding: 0.5em 0 1.5em 1.5em;
	text-align:center;
}
.top04 .columns01 .price {
    padding: 2.2em 0.5em 0.7em;
    text-align: left;
    box-sizing: border-box;
}
.top04 .column01 h3 {
    color: #564229;
    font-size: 30px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    padding-top: 50px;
    box-sizing: border-box;
}
.top04 .column01 img{
	padding-top:10px;
}
.box_2 h3 {
    background: url(img/top03_bg.jpg) repeat center top;
    padding: 15px 0 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    letter-spacing: 0.1em;
    min-height: 90px;
    box-sizing: border-box;
    text-align: center;
    color: #564229;
    font-size: 30px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    vertical-align: middle;
}
.box_2 h3 img {
    vertical-align: middle;
    padding-bottom: 6px;
    padding-right: 10px;
}
.top05{
	padding:50px 0;
}
.top05 .con_r{
	width:48%;
	max-width:480px;
}
.top05 .con_l{
	width:48%;
}
.top05_map .googlemap {
    padding-bottom: 22%;
}
/********************************
	Responsive
*********************************/

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

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

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

.mainimage {
   background: none;
   margin: 0;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 0;
   z-index: -1;
}
.home .main_wrap {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   z-index: -1;
}
.home #contents {
   padding-top: 489px;
}
.slick-track {
   height: 920px;
}
.slick-slide img {
   margin: 0 auto;
   height: 100%;
   width: auto !important;
   max-width: inherit;
   left: 50%;
}



.mainimage .slick-list li:nth-child(1) {
   background: url(img/mainimage.jpg) no-repeat;
}

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


.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;
}
.top0 .columns{
	-webkit-justify-content:space-between;
	-ms-flex-pack: space-between;
	-webkit-box-pack:space-between;
	justify-content: space-between;
}
.top0 .columns .column{
  -webkit-box-flex-basis:19.95%;
  -webkit-flex-basis:19.95%;
  flex-basis:19.95%;
}

/* top03 */
.under-page .box_1 .con_l, .top03 .box_1 .con_l {
	width: 25.3%;
	margin-right: 1.9%;
	max-width: 240px;
}
.under-page .box_1 .con_c, .top03 .box_1 .con_c {
	width: 36.9%;
	margin-right: 2%;
}
.under-page .box_1 .con_r, .top03 .box_1 .con_r {
	width: 33.9%;
}

.top04 .columns01 {
	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;
}
.top04 .column01:nth-of-type(1) {
	webkit-box-flex-basis: 28%;
	-webkit-flex-basis: 28%;
	flex-basis: 28%;
	max-width: 28%;
}
.top04 .column01:nth-of-type(2) {
	webkit-box-flex-basis: 46%;
	-webkit-flex-basis: 46%;
	flex-basis:46%;
	max-width: 46%;
}
.top04 .column01:nth-of-type(3) {
	webkit-box-flex-basis: 26%;
	-webkit-flex-basis: 26%;
	flex-basis: 26%;
	max-width: 26%;
}
.top04 .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;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-webkit-box-pack: space-between;
	justify-content: space-between;
}
.top04 .column {
	webkit-box-flex-basis: 49%;
	-webkit-flex-basis: 49%;
	flex-basis: 49%;
	max-width: 49%;
}
.top04 .column:nth-of-type(odd) {
	margin-right: 2%;
}
}

@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) {
.h2_bg h2 {
    font-size: 32px;
}
.top03 .con_c ul li, .top04 .con_c ul li {
    font-size: 11px;
    padding: 3px 0;
}
.home #contents {
    padding-top: 450px;
}
.box_1 .con_r p span.p-big.p-red {
    font-size: 26px;
}
.box_2 .price p span.p-big {
    font-size: 16px;
}
.box_2 h3 {
    font-size: 20px;
}
span.p-red.txt14 {
    font-size: 12px;
}
.box_1 .con_r p span.p-big, .box_2 .con_r p span.p-big, .price p span.p-big {
    font-size: 20px;
}
.box_1 span.p-red {
    font-size: 14px;
}
}

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

.h3_bg {
	background-image: url(img/top01_bg_tab.svg) ;
	background-size:100% auto;
}
.h3_bg h3 {
	font-size:28px;
	line-height:1.4em;
}

/*-- 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;}

}

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

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

/*==========================
	　mainimage
==========================*/
.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: 5px;
    top: 0;
}
.top00 .news dt {
    float: none;
    width: 100%;
}
#main .news .btn a {
	font-size:12px;
}

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

#main > .telbtn {
	margin-bottom:1.2em;
}
.telbtn {
	text-align:center; 
	margin-bottom:1em;
}
.telbtn a {
	background:#ff0000;
	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 コンテンツ
==========================*/

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

.top00 {
    padding: 1em 0;
}
.topnews {
	padding:2em 0;
}
.h2_bg h2 {
    font-size: 32px;
}
.top0 .column {
    max-width: 383px;
    width: 50%;
    margin: 0 auto;
	float:left;
}
.top0 .columns {
    overflow: hidden;
}
.top0 .column.column01{
	width:100%;
	float:none;
	max-width:100%;
}
.top03 .con_c, .top04 .con_c {
    margin-bottom: 10px;
}
.top04 .column01 h3 {
    padding-top:30px;
    padding-bottom:30px;
}
.top04 .column01:nth-of-type(2) {
    padding: 1em 1.5em 0;
}
.top04 .columns01 .price {
    padding: 1em;
}
.top04 .column01:nth-of-type(3){
	margin-top:0;
}
.box_2 .price p {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px !important;
}
.box_2 .price .btn-style {
    float: none;
    width: 100%;
}
.box_2 h3 {
    font-size: 22px;
}
.box_1 .con_r p span.p-big.p-red {
    font-size: 24px;
}
.box_1 .con_r p span.p-big, .box_2 .con_r p span.p-big, .price p span.p-big {
    font-size: 24px;
}
.box_2 .price p span.p-big {
    font-size: 24px;
    vertical-align: middle;
}
.top05 .con_r {
    width: 100%;
}
.top05 .con_l {
    width: 100%;
}
.top05_map .googlemap {
    padding-bottom: 60%;
}
}

@media screen and (max-width: 480px) {/* スマホ480px */
.h2_bg h2 {
    font-size: 24px;
}
.top03 .con_c ul li, .top04 .con_c ul li {
    padding: 3px 0;
    font-size: 11px;
}
}

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