@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:30px;
	color:#00b2a3;
	padding:0.4em 0 0.3em 0;
	position:relative;
	text-align:left;
	margin-bottom:0.8em;
	letter-spacing:0.2em;
}
.topnews h3::before ,
.topnews h3::after {
	position:absolute;
	content:"";
	display:block;
	bottom:0;
	left:0;
	height:1px;
}
.topnews h3::before {
	background:#00b2a3;
	width:100%;
}
.topnews h3::after {
	background:#00b2a3;
	width:24%;
}

/* 一覧へボタン */

.topnews .btn {
	position:absolute;
	top:12px;
	right:0px;
}
.topnews .news .btn a {
	display:inline-block;
	line-height:1.2;
	padding:0.45em 1em 0.35em;
	text-decoration:none;
	color:#fff;
	font-size:15px;
	letter-spacing:0.08em;
	background:#00b2a3;
}
.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:#333;
	padding:0 20px 7px 0;
	float:left;
	clear:left;
}
.topnews .news dd {
	margin-bottom:18px;
	padding:0 20px 15px;
	border-bottom:1px solid #ccc;
}
.topnews .news dd a {
	 text-decoration:none;
	 color:#333;
}
.topnews .news dd a:hover {
	color:#00b2a3;
}

/*==========================
	汎用に使えるボタン
==========================*/
.btn-style { text-align:center; }
.btn-style a {
	background: #318db9;
	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: 300px;
    height: 200px;
    float: left;
    display: inline;
    overflow: hidden;
}

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

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

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

.top01 {
	padding:3em 0;
}

.top02 {
	padding:3em 0 1.5em;
	background:url(img/top02_bg.png);
}
.top03 {
	padding:4em 0 2em;
}
.top05 {
	padding:4em 0 3em;
	background:url(img/top05_bg.jpg) no-repeat 55% / cover;
}

.topnews {
	padding:3em 0 0;
}

/*-- 見出し --------------*/
.h2_bg {
	background-size:100% auto;
}
.h2_bg h2 {
	background:url(img/h2_icon.png) no-repeat center top;
	padding: 57px 0 1em;
    font-size: 30px;
    color: #348982;
    text-align: center;
    letter-spacing: 0.15em;
    line-height: 1.2;
}

/*-- ボックスその他 --------------*/
.fs0{
	font-size:0;
}
.box_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.box_link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
/* top01 */
.top01 p{
	text-align:center;
	line-height:2;
	margin-bottom: 2em;
}
.top01 ul li img{
	vertical-align:top;
}
.top01 ul li{
	width:24%;
	display:inline-block;
}
/* top02 */

.top02 p{
	text-align:center;
	line-height:2;
	margin-top: 2em;
}


/*top03*/
.top03 .column{
	box-sizing:border-box;
	border:4px solid #66d1c8;
	background:#00b2a3;
	border-radius:6px;
	color:#fff;
	position:relative;
	box-shadow:0 5px 0 0 #bdd4d2;
	margin-bottom:2em;
	padding: 4% 3% 0;
}
.top03 .column::before {
    content: "";
    bottom: 6px;
    right: 6px;
    border-top: 20px solid transparent;
    border-right: 20px solid #fff; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 1;
}
.top03 .column a:hover {
    background-color: #FFF;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}
.top03 h3{
	font-size:30px;
	text-align:center;
	letter-spacing:0.1em;
	margin-bottom:0.6em;
}
.top03 h3 img {
    margin-bottom: 25px;
}

/*top04*/

.top04 .txt{
	background:url(img/top04_bg.png);
	color:#fff;
	padding:2.5% 2%;
}
.top04 .column{
	box-sizing:border-box;
}
.top04 .column.img01{
	background:url(img/top04_img01.png) no-repeat center center / cover;
}
.top04 .column.img02{
	background:url(img/top04_img02.png) no-repeat center center / cover;
}
.top04 .column.img03{
	background:url(img/top04_img03.png) no-repeat center center / cover;
}
.top04 .column.img04{
	background:url(img/top04_img04.png) no-repeat center center / cover;
}
.top04 h3{
	font-size:24px;
	text-align:center;
	line-height:1.3;
	margin-bottom:1em;
	padding-top: 63px;
}
.top04 .column.txt01 h3{
	background:url(img/top04_no01.png) no-repeat center top;
}
.top04 .column.txt02 h3{
	background:url(img/top04_no02.png) no-repeat center top;
}
.top04 .column.txt03 h3{
	background:url(img/top04_no03.png) no-repeat center top;
}
.top04 .column.txt04 h3{
	background:url(img/top04_no04.png) no-repeat center top;
}
.top04 .txt p{
	margin:0 auto;
	max-width:320px;
}
.top05 .table01 th, .top05 .table01 td{
	line-height:1.5;
}
.top05 table.time-table.hif{
	margin-bottom:0.2em;
}
.top05 table.time-table.hif + p{
	font-size:12px;
}
.grn{
	color:#1c8076;
}
.blu{
	color:#318db9;
}
/********************************
	Responsive
*********************************/

@media screen and (min-width: 768px) {/* タブレットまで */
.btn-style.ms2 a {
    margin: 1%;
}
/*==========================
	mainimage
==========================*/

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

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

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

/*-- ボックスその他 --------------*/
	.topnews .con_l,
	.topnews .con_r{
		width:48%;
	}
.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 ul li:not(:last-child){
	margin-right:1.33333%;
}
/* top03 */
.top03 .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以降 */
}
.top03 .column {
    webkit-box-flex-basis: 32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
    max-width: 32%;
}
.top04 .columns {
	 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.img01{
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
}
.top04 .column.txt01{
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}

.top04 .column.img02{
  -webkit-box-ordinal-group:4;
  -ms-flex-order:4;
  -webkit-order:4;
  order:4;
}
.top04 .column.txt02{
  -webkit-box-ordinal-group:3;
  -ms-flex-order:3;
  -webkit-order:3;
  order:3;
}
.top04 .column.img03{
  -webkit-box-ordinal-group:5;
  -ms-flex-order:5;
  -webkit-order:5;
  order:5;
}
.top04 .column.txt03{
  -webkit-box-ordinal-group:6;
  -ms-flex-order:6;
  -webkit-order:6;
  order:6;
}
.top04 .column.img04{
  -webkit-box-ordinal-group:7;
  -ms-flex-order:7;
  -webkit-order:7;
  order:7;
}
.top04 .column.txt04{
  -webkit-box-ordinal-group:8;
  -ms-flex-order:8;
  -webkit-order:8;
  order:8;
}
.top05 .con_l{
	width:48%;
}
.top05 .table01 th,
 #footer .table01 th{
    padding-left: 2em;
}
.grn,.blu{
	font-size:120%;
}
}

@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 .column {
    webkit-box-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.top04 .column.txt01{
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}
.top04 .column.img01{
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
}
.top04 .column.img02{
  -webkit-box-ordinal-group:3;
  -ms-flex-order:3;
  -webkit-order:3;
  order:3;
}
.top04 .column.txt02{
  -webkit-box-ordinal-group:4;
  -ms-flex-order:4;
  -webkit-order:4;
  order:4;
}
.top04 .column.txt03{
  -webkit-box-ordinal-group:5;
  -ms-flex-order:5;
  -webkit-order:5;
  order:5;
}
.top04 .column.img03{
  -webkit-box-ordinal-group:6;
  -ms-flex-order:6;
  -webkit-order:6;
  order:6;
}
.top04 .column.img04{
  -webkit-box-ordinal-group:7;
  -ms-flex-order:7;
  -webkit-order:7;
  order:7;
}
.top04 .column.txt04{
  -webkit-box-ordinal-group:8;
  -ms-flex-order:8;
  -webkit-order:8;
  order:8;
}
.top04 h3 {
    font-size: 22px;
}

}

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

.top05 .table01 th, #footer .table01 th {
    padding-left: 0;
}
.grn, .blu {
    font-size: 100%;
}
}

@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:0em;
}
.telbtn {
	text-align:center; 
	margin-bottom:0em;
}
.telbtn a {
	background:#318db9;
	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,
.top04,
.top05{
	padding:2em 0;
}
.top05{
	background:none;
}
.topnews {
	padding:2em 0 0;
}

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


/*-- ボックスその他 --------------*/
.top04 .top04_img{
	height:250px;
}
.top01 ul li {
    width: 48%;
}
.top01 ul li:nth-of-type(odd){
	margin-right:4%;
}
.top03 .column {
    padding: 4% 10% 0;
}
}

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

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


/*カレンダー*/
.cal_wrapper {
 max-width: 900px; /* 最大幅 */
 min-width: 260px; /* 最小幅 */
 margin: 2.0833% auto;
 padding:0 .5em;
}
.googlecal {
 position: relative;
 padding-bottom: 100%; /* 縦横比 */
 height: 0;
 overflow: hidden;
}
.googlecal iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100% !important;
 height: 100% !important;
}

.calendar-container {
    position: relative!important;
    padding-bottom: 80%;
    padding-top: 30px;
    height: 0;
}
 
.calendar-container iframe,
.calendar-container object,
.calendar-container embed {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
 
@media screen and (max-width: 460px) {
    .calendar-container {
        padding-bottom: 140%;
    }
}
 
.entry-content img,#content embed,#content object,#content iframe,#content video {
    padding: 6px!important;
    border-radius: 3px;
        box-sizing:border-box;
}

@media screen and (max-width: 767px) {
.cal_wrapper {
    padding: 0!important;
}
}