@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:#fe2b53;
}

/* 新着情報 */
.topnews .news dl {
	line-height:1.3;
	margin:1.2em 0;
}
.topnews .news dt {
	 font-weight:nomal;
	 color:#fe2b53;
	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:#fe2b53;
}

/*==========================
	汎用に使えるボタン
==========================*/
.btn-style { text-align:center; }
.btn-style a {
	background: #333;
	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 {
	display: block;
	content: "";
	position: absolute;
	top:50%;
	right:10px;
	background:url(img/icon_arrow02.svg) no-repeat;
	width:16px;
	height:16px;
	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: 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: 250px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}

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

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

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

.top01_bg{
	background:url(img/top01_bg.jpg) no-repeat 13% / cover;
}
.top02_bg{
	background:url(img/top02_bg.jpg) no-repeat 65% / cover;
}
.top03 {
	padding: 3em 0;
}
.top04 {
	padding: 3em 0;
}
.top05 {
	background:url(img/top05_bg.jpg) no-repeat center / cover;
	padding: 3em 0;
}
.top06 {
	padding: 3em 0;
}
.topnews {
	padding:3em 0;
}

/*-- 見出し --------------*/
h2.top_h2{
	color:#000;
	font-size:30px;
	letter-spacing:0.15em;
	position:relative;
	padding-top:0.5em;
	padding-bottom:0.8em;
	text-align:center;
	line-height:1.3;
	margin-bottom: 0.8em;
}
h2.top_h2:after{
    content: "";
    position: absolute;
    display: block;
    border-bottom: 1px solid #666;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 60px;
    margin: 0 auto;
}
.h2_bg {
	background: url(img/bg02.png);
	font-size:28px;
	padding: 1.5em 0 0.5em;
}
.h2_bg h2.top_h2 {
	font-size:40px;
	padding-bottom: 0.5em;
}

h2.top_h2 span.mini{
	display:block;
	color:#bb9827;
	font-size:14px;
	letter-spacing: 0.2em;
    padding-top: 1em;	
}
.h2_bg h2.top_h2 span.mini{
	font-size:16px;
}
span.aka{
	color:#fe2c53;
}

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

/* top01 */

.top01 h3{
	font-size:20px;
	font-weight:bold;
	line-height:1.2;
}
.top01 p {
    margin-bottom: 0.5em;
}
.top02 p {
    padding-left: 2em;
    max-width: 82%;
    margin: 0 auto 2em;
}
/* top03 */

.top03 ul {
    width: 88%;
    float: right;
    margin-bottom: 2em;
}
.top03 li {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0 10px 45px;
}
.top03 li.q{
	font-size:21px;
	background: url(img/top03_q.png) no-repeat left 40%;
}
.top03 li.q span{
	font-size:37px;
}
.top03 li.a{
	background: url(img/top03_a.png) no-repeat left 40%;
	padding: 13px 0 13px 45px;
}
.top03 img.alignleft {
    max-width: 10%;
}

/*top04*/
.top04 h3{
	font-size:24px;
	text-align:center;
	line-height:1.2;
	color:#000;
	margin-bottom:0.5em;
}
.top04 p{
	margin-top:1em;
}

/*top06*/
.top06 h3 img {
    vertical-align: middle;
    margin-right: 15px;
}
.top06 h3{
	color:#fe2c53;
	font-size:24px;
	text-align:center;
	border-top:1px solid #fe2c53;
	border-bottom:1px solid #fe2c53;
	padding:1em 0;
	margin-bottom:1.5em;
}
.top06 .time-table {
	margin-bottom:0;
}
.top06 .con_l p{
	line-height:1.4;
}
.top06 p.p02{
	margin-bottom:0;
}

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

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

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

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

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

/*==========================
	　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;
}
.top01 .con_r,
.top02 .con_l {
max-width: 500px;
width: 95%;
padding: 3em 0.5em;
box-sizing: border-box;
}
.top01 .column,
.top02 .column{
	webkit-box-flex-basis: 48.5%;
    -webkit-flex-basis: 48.5%;
    flex-basis: 48.5%;
    max-width: 48.5%;
}
.top01 .column.top01_bg,
.top02 .column.top02_bg{
	webkit-box-flex-basis: 51.5%;
    -webkit-flex-basis: 51.5%;
    flex-basis: 51.5%;
    max-width:  51.5%;
}

.top04 .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 ---*/
}
.top04 .column {
    webkit-box-flex-basis: 23%;
    -webkit-flex-basis: 23%;
    flex-basis: 23%;
    max-width: 23%;
}

.top05 .con_l{
	width:50%;
	padding:0 1em;
}
.top06 .con_l,
.top06 .con_r{
	width:48%;
}
.top06 .googlemap {
    padding-bottom: 67%;
	margin-bottom: 0.5em;
}
ul.top06bnr{
	font-size:0;
}
.top06bnr li{
	display:inline-block;
	width:49%;
	vertical-align: top;
}
.top06bnr li: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) {
.top04 h3 {
    font-size: 18px;
}
.top05 {
    background: url(img/top05_bg.jpg) no-repeat 58% / cover;
}
}

@media screen and (max-width: 1041px) {/*コンテンツが横幅いっぱいになったら*/
h2.top_h2 {
    font-size: 25px;
}
.top01 h3 {
    font-size: 18px;
}
.h2_bg h2.top_h2 {
    font-size: 34px;
}
.top06 h3 {
    font-size: 20px;
}

}

@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: 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:#fe2b53;
	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: 125px;}
.loopSlider ul {    height: 125px;}
.loopSlider ul li {
    width: 150px;
    height: 125px;
}

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

/*-- 余白・背景 --------------*/
.top01 .columns,
.top02 .columns{
	width:420px;
	margin:1em auto 2em;
	box-sizing:border-box;
	max-width:96%;
}

.top03,
.top04,
.top05,
.top06{
	padding:2em 0;
}
.top05 {
    background-position: left;
}
.topnews {
	padding:2em 0;
}

/*-- 見出し --------------*/
.h2_bg {
    padding: 0.5em 0 0.3em;
}
.h2_bg h2.top_h2 {
    font-size: 30px;
}
.top03 li.q span {
    font-size: 30px;
}
/*-- ボックスその他 --------------*/
p.spimg{
	margin-bottom:1em;
}
.top03 img.alignleft {
    max-width: 100%;
}
.top03 ul {
    width: 100%;
}
.top04 .column:not(:last-child) {
    margin-bottom: 2em;
}

}

@media screen and (max-width: 480px) {/* スマホ480px */
h2.top_h2 {
    font-size: 22px;
}

}

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