@charset "UTF-8";
/*  
Theme Name:Original Style - 1column
Version:1.2
*/


.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;
    color: #0068b7;
    padding: 0.4em 0 0.5em;
    position: relative;
    text-align: left;
    margin-bottom: 0.8em;
    border-bottom: 3px double #0068b7;
    letter-spacing: 0.1em;
}
/*.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:0;
}
.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:15px;
	letter-spacing:0.08em;
	background:#13b5b1;
}
.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;
	font-size:16px;
}
.topnews .news dt {
	 font-weight:nomal;
	 color:#88abda;
	padding:0 20px 7px 0;
	float:left;
	clear:left;
}
.topnews .news dd {
	margin-bottom:18px;
	padding:0 20px 20px;
	border-bottom:1px solid #dfdfdf;
}
.topnews .news dd a {
	 text-decoration:none;
	 color:#333;
}
.topnews .news dd a:hover {
	color:#88abda;
}

/*==========================
	汎用に使えるボタン
==========================*/
.btn-style { text-align:center; }
.btn-style a {
	background: #448aca;
	width:290px;
	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:15px;
	position:relative;
	letter-spacing:0.15em;
}
.btn-style.btn2 a{
	font-size:18px;
	border-radius:6px;
	padding:0.6em 1em;
}
.btn-style:not(.btn2) 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;
}
.btn-style a:hover:after{
	right:18px;
}
.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: 300px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}

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

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

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

.top01 {
	background:url(img/top1_bg.jpg) no-repeat center / cover;
	padding:4em 0;
}

.top02 {
	background:url(img/top2_bg.jpg) no-repeat center / cover;
	padding:4em 0;
}
.top03 {
	background:url(img/top03_bg.png) ;
	padding:4em 0;
}
.top05 {
	padding:4em 0;
}
.topnews {
	padding:0 0 3em;
}

/*-- 見出し --------------*/
.top h2{
	font-size: 30px;
    color: #111;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 0.7em;
    position: relative;
    margin-bottom: 1em;
}
.top h2::after {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 4px dotted #88abda;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 44px;
    margin: 0 auto;
}
.h2_bg {
	background:#1a1a1a url(img/h2_bg.jpg) no-repeat center;
	font-size:28px;
}
.h2_bg h2 {
	color:#fff;
	padding:1.4em 0;
	font-size:30px;
	margin-bottom:0;
}
.h2_bg h2::after{
	display:none;
}


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

/* top01 */
.top01 p{
	text-align: center;
	text-align: center;
    line-height: 2;
    margin-bottom: 2.5em;
}
.top01 .btn-style a::after {
	display: block;
	content: "";
	position: absolute;
	top:50%;
	right:15%;
	background:url(img/btn-arrow.png) no-repeat;
	width:15px;
	height:15px;
	margin-top:-7px;
}
.top01 .btn-style a:hover:after{
	right:14%;
}

.top .loop {
    margin: 2% auto;
}

/*top02*/
.top02 .btn a + a img {
    margin-top: 10px;
}
.top02_2 .box{
	box-sizing:border-box;
	background:#fff;
	border:2px solid #00b7ee;
	border-top:none;
	padding:6% 10%;
}
.top02_2 .con_c .box{border-color:#da88c0;}
.top02_2 .con_r .box{border-color:#88abda;}

.top02_2 ul li a{
	color:#000;
}
.top02_2 .con_l li a:hover{color:#00b7ee;}
.top02_2 .con_c li a:hover{color:#da88c0;}
.top02_2 .con_r li a:hover{color:#88abda;}
/*top03*/
.top03 h3 {
    margin-bottom: 2em;
}
.top03 ul li.ttl{
	font-size:18px;
	font-weight:bold;
}
.top03 ul li a{
	color:#000;
}
.top03 ul li a:hover{
	color:#88abda;
}
/*top04*/
.top04 .column{
	box-sizing:border-box;
	padding:2.5% 2%;
	background:#84ccc9;
	color:#fff;
	text-align:center;
}
.top04 .column.img01{background:url(img/top4_img001.png) no-repeat center / cover;}
.top04 .column.img02{background:url(img/top4_img002.png) no-repeat center / cover;}
.top04 .column.img03{background:url(img/top4_img003.png) no-repeat center / cover;}
.top04 .column.img04{background:url(img/top4_img004.png) no-repeat center / cover;}
.top04 .column p{
	background: url(img/top04_no1.png) no-repeat center top;
    padding-top: 19%;
    font-size: 24px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    line-height: 1.8;
}
.top04 .column.txt02 p{background:url(img/top04_no2.png) no-repeat center top;}
.top04 .column.txt03 p{background:url(img/top04_no3.png) no-repeat center top;}
.top04 .column.txt04 p{background:url(img/top04_no4.png) no-repeat center top;}
.top04 .btn-style a{
	color:#84ccc9;
	background:#fff;
}
.top04 .btn-style a::after {
	display: block;
	content: "";
	position: absolute;
	top:50%;
	right:20px;
	background:url(img/top04_btn_arrow.png) no-repeat;
	width:15px;
	height:15px;
	margin-top:-7px;
}
.top04 .btn-style a:hover:after {
	right:18px;
}


/*top05*/
.top05 .top_bnr{
	margin-top:2em;
}
/********************************
	Responsive
*********************************/

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

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

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

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

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

/*-- ボックスその他 --------------*/
.top02_1 .con_l {
	width:54%;
}
.top02_1 .con_r {
	width:42.5%;
}
.top02_1{
	margin-bottom:2em;
}
.top02_2 .con_l,
.top02_2 .con_c,
.top02_2 .con_r {
	width:32%;
}
.top02_2 .con_l { margin-right:2%;}

.top03 .con_l,
.top03 .con_r {
	width:49%;
}
.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;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */
}
.top04 .column {
    webkit-box-flex-basis: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.top04 .column:nth-child(1){-webkit-order:2;-moz-order:2;-ms-order:2;order:2;}
.top04 .column:nth-child(2){-webkit-order:1;-moz-order:1;-ms-order:1;order:1;}
.top04 .column:nth-child(3){-webkit-order:4;-moz-order:4;-ms-order:4;order:4;}
.top04 .column:nth-child(4){-webkit-order:3;-moz-order:3;-ms-order:3;order:3;}
.top04 .column:nth-child(5){-webkit-order:5;-moz-order:5;-ms-order:5;order:5;}
.top04 .column:nth-child(6){-webkit-order:6;-moz-order:6;-ms-order:6;order:6;}
.top04 .column:nth-child(7){-webkit-order:7;-moz-order:7;-ms-order:7;order:7;}
.top04 .column:nth-child(8){-webkit-order:8;-moz-order:8;-ms-order:8;order:8;}

.top05 .con_l {
	width:48%;
}
.top05 .con_r {
	width:49%;
}
.top05 .btn-style a{
	width:48%;
}
.top05 .btn-style a + a{
	margin-left:4%;
}
.top05 .top_bnr a + a {
    margin-left: 2%;
}
.top05 .top_bnr a {
    width: 23%!important;
	display: inline-block;
}
.googlemap.topmap {
    padding-bottom: 20%;
}
}

@media screen and (min-width: 768px)  and (max-width: 1280px) {/* 程よいブラウザサイズでメインイメージを縮小 */
.mainimage {
	background-size:cover;
	height:530px;
}
}
@media screen and (min-width: 768px)  and (max-width: 1041px) {
.top04 .btn-style a {
    letter-spacing: 0;
    font-size: 14px;
}
.top04 .column {
    padding: 2.5% 1%
}
.top04 .column p {
    padding-top: 25%;
    font-size: 16px;
}
.top04 .btn-style a::after {
    right: 12px;
}
.top04 .btn-style a:hover:after {
    right: 10px;
}
}

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

}

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

.topinner {
	width:420px;
	margin:0 auto;
	box-sizing:border-box;
}
.top #contents,
.top #aside{
	margin-bottom:0;
}
/*==========================
	　mainimage
==========================*/
.mainimage,
.slider { margin-bottom: 0;}
.mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
}
/*==========================
	新着情報
==========================*/
#main .news {
    margin-top: 1.5em;
    margin-bottom: 0;
    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:#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 コンテンツ
==========================*/

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

.top01 {
	padding:2em 0;
}

.top02,
.top03,
.top05{
	padding:2em 0;
}
.topnews {
	padding:0 0 2em;
}

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


/*-- ボックスその他 --------------*/
.clearfix.top02_1 {
    margin-bottom: 2em;
}
.top02_2 > div {
    max-width: 320px;
    margin: 0 auto 1em;
}
.top03 .con_l .con_l,
.top03 .con_r .con_l{
	width:49%;
	float:left;
}
.top03 .con_r .con_r,
.top03 .con_l .con_r {
	width:49%;
	float:right;
}
.top04 .column.col_img {
    height: 250px;
}
.top04 .column p {
    padding-top: 45px;
	line-height: 1.5;
    margin-bottom: 1em;
}
.top05 .btn-style a{
    margin-bottom: 8px;
}
.top05 .top_bnr a {
    margin: 2% auto;
    display: table;
}
}

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

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