@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);
}
}
/*==========================
	汎用に使えるボタン
==========================*/
.link_btn {
    text-align: center;
}
.link_btn a {
	font-size:18px;
    background: #f7ad00;
    display: block;
    color: #fff;
    position: relative;
    padding: 15px 20px 12px;
    width: 100%;
    max-width: 290px;
    text-align: center;
    transition: all .3s;
    margin: 0 auto;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid #f7ad00;
	border-radius:6px;
}
.link_btn a:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link_btn a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
}
.link_btn a:hover:before{
	right:13px;
}
.btns {
    text-align: center;
    margin: 1em auto 0;
}
.link_btn.btns a {
    display: inline-block;
    width: 48%;
    max-width: 300px;
    margin: 0 1% 2%;
}
/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
    top: 0;
    left: 0;
    height: 180px;
    overflow: hidden;
    position: absolute;
}
.loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 180px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul {
    height: 180px;
    float: left;
    overflow: hidden;
}
.loopSlider ul li {
    width: 250px;
    height: 180px;
    float: left;
    display: inline;
    overflow: hidden;
}
.loopSlider ul li img {
    width: 100%;
}
/*==========================
	　TOP コンテンツ
==========================*/
.top h2{
	text-align:center;
	margin-bottom:1em;
}
.top h2 span{
	border-top:5px dotted #a6cb0b;
	display:block;
	font-size:20px;
	color:#88a800;
	letter-spacing:0.05em;
	margin-top: 17px;
    padding-top: 0.4em;
}
.top .mainblock a {
    text-decoration: none;
}
.top .mainblock a:hover {
}
.sec_news {
    padding: 5% 0;
}
.sec_news .news {
    position: relative;
    box-sizing: border-box;
}
.sec_news .news dt {
    color: #333;
}
.news dd a {
    text-decoration: none;
    color: #333;
}
.sec_news .news dt {
        padding: 1em 0 0;
    color: #9cbb00;
    line-height: 1.2;

}
.sec_news .news dd {
    padding: 0 0 1em;
	margin-bottom:1em;
    border-bottom: 1px solid #edebe6;
}
.sec_news .news dd a:hover {
    text-decoration: underline;
}
.sec_news .news .btn a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}
.sec_news .news h3 {
    font-size: 24px;
    color: #9cbb00;
    line-height: 1.5;
    letter-spacing: 0.1em;
    position: relative;
    padding: 5px 10px 5px 45px;
    border-bottom: 3px double #9cbb00;
    margin: 0 auto 10px;
	background:url(img/news_icon01.png) no-repeat left center;
    box-sizing: border-box;
}
.sec_news .column:last-child.news h3 {
	background:url(img/news_icon02.png) no-repeat left center;
}
.sec_news .news .btn a {
    position: absolute;
    top: 10px;
    right: 0;
    color: #fff;
    font-size: 14px;
    background: #f49c00;
    display: table;
    padding: 1px 12px;
	border-radius:6px;
}
.sec_news .news .btn a:after {
    content: " >";
    font-weight: bold;
}


/*sec01*/
.sec01{
	padding:5% 0 4%;
	background:#f6fae4;
}
.sec01 h3{
	color:#f7ad00;
	font-size:24px;
	text-align:center;
	line-height:1.3;
	margin-bottom:0.2em;
}
.sec01_img {
    margin-bottom: 1em;
}


/*sec02*/
.sec02{
	padding:5% 0 4%;
}
.sec02 .columns .column{
	margin-bottom:1em;
	padding-bottom:1px;
}
.sec02 .columns .column:nth-child(5),
.sec02 .columns .column:nth-child(6) {
    background: #faf9f6;
    border-radius: 7px;
}
.sec02 table {
	width:95%;
	margin:0 auto 10px;
}
.sec02 table td {
    width: 52%;
	padding:5px 0 0 2em;
	font-size:18px;
	box-sizing:border-box;
	position:relative;
}
.sec02 table td a:hover{
	text-decoration:underline;
	color:#ffc507;
}
.sec02 .column:nth-child(6) table td a:hover{
	color:#bae012;
}
.sec02 table tr td:first-child {
    width: 48%;
}
.sec02 .columns .column:nth-child(6) table tr td{
	width:53%;
}
.sec02 .columns .column:nth-child(6) table tr td:first-child{
	width:37%;
}
.sec02 table tr{
	border-bottom:1px solid #e3e3d8;
}
.sec02 .column:nth-child(5) table tr:last-child{
	border:none;
}
.sec02 table td:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 10px;
    left: 22px;
    margin: 0 0 0 0;
    border: 6px solid transparent;
    border-top: 8px solid #ffc507;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sec02 table td a{
	text-decoration:none;
}
.sec02 .column:nth-child(6) table td:before{
	border-top: 8px solid #bae012;
}
.p-bold{
	font-weight:bold;
}

/*sec03*/
.sec03{
	background:url(img/sec03_bg.jpg) no-repeat 36% / cover;
	padding:3% 0;
}

/*sec04*/
.sec04{
	background:url(img/top04_bg.png);
	padding:5% 0;
}
.sec04 dl{
	margin-top:1em;
	padding-top: 10px;
    border-top: 1px solid #b5b5b5;
	line-height: 1.3;
	margin-bottom: 1.5em;
}
.sec04 dl dt {
    float: left;
    clear: left;
	position:relative;
}
.sec04 dl dt:before{
	content:"■";
	color:#88a800;
	margin-right: 10px;
}
.sec04 dl dd {
    padding-left: 25%;
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 12px;
    padding-bottom: 10px;
}
.sec04 .con_r{
	margin-bottom:1em;
}
.sec04 .sec_img{
	margin-top:30px;
	font-size:0;
}


/*sec05*/
.sec05{
	background:#f8f8f8;
	padding:5% 0;
}
.sec05 .columns{
	box-sizing:border-box;
}
.sec05 h3{
	font-size: 20px;
    color: #ef9302;
    text-align: center;
    border-radius: 6px;
    padding: 0.7em 1em 0.6em;
    width: 100%;
    font-weight: bold;
    background: #f9e5b6;
    box-sizing: border-box;
    margin-bottom: 10px;
}
	
.sec05 .columns .column:nth-child(2) h3{
	color:#88a800;
	background:#e2eabf;
}
.sec05 .ul_arrow{
	background:#fff;
	border-radius:5px;
	position:relative;
	margin-bottom:3.2em;
}
.sec05 .ul_arrow:after {
    border-top: 23px solid #fcc850;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    content: '';
    position: absolute;
    bottom: -34px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,,0);
    transform: translate(-50%,0);
}
.sec05 .columns .column:nth-child(2) .ul_arrow:after {
    border-top: 23px solid #a4c519;
}
.sec05 .ul_arrow li:before {
	border: 7px solid transparent;
    border-top: 7px solid #f5b00d;
	top: 1px;
}
.sec05 .column:nth-child(2) .ul_arrow li:before {
	border: 7px solid transparent;
    border-top: 7px solid #a5c816;
}
.sec05 .ul_arrow li {
    margin-bottom: 0.8em;
    line-height: 1.2;
}
.sec05 .columns .column:nth-child(2) .link_btn a{
	background:#88a800;
	border-color:#88a800;
}
.sec05 .link_btn a{
	max-width: 100%;
}
@media screen and (max-width:1200px) {
}

@media screen and (min-width: 768px) and (max-width:1000px){

}

@media screen and (max-width: 1000px) {
}

@media screen and (min-width: 768px) {
.mainimage {
	background:url(img/topimage.jpg) no-repeat center;
	background-size:cover;
	height:713px;
} 
.columns .column {
    width: 48%;
    -webkit-box-flex-basis: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
}
.sec01 .columns .column {
    width: 28%;
    -webkit-box-flex-basis: 28%;
    -webkit-flex-basis: 28%;
    flex-basis: 28%;
}
.columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.col_wrap{
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */
}
.sec02 .columns .column {
    width: 49%;
    -webkit-box-flex-basis:49%;
    -webkit-flex-basis:49%;
    flex-basis: 49%;
}
.sec03 .con_r{
	width:45%;
	background:rgba(255,255,255,.9);
	box-sizing:border-box;
	padding:3%;
}
.sec03 .link_btn{
	text-align:left;
}
.sec04 .con_l,
.sec04 .con_r{
	width:48%;
}

.sec04 .googlemap {
    padding-bottom: 25%;
}
.sec04 .sec_img img {
    display: inline-block;
    width: 32%;
	margin-right:2%;
}
.sec04 .sec_img img:last-child{
	margin:0;
}
.sec05 .columns .con_l,
.sec05 .columns .con_r{
	width:49%;
	box-sizing:border-box;
}
.sec05 .columns .column:nth-child(1) {
    width: 64.7%;
    -webkit-box-flex-basis:64.7%;
    -webkit-flex-basis:64.7%;
    flex-basis: 64.7%;
}
.sec05 .columns .column:nth-child(2) {
    width: 33.3%;
    -webkit-box-flex-basis:33.3%;
    -webkit-flex-basis:33.3%;
    flex-basis: 33.3%;
}
.sec05 .ul_arrow {
    height: 200px;
}
}

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

@media screen and (min-width: 768px) and (max-width: 1280px) {
/* 程よいブラウザサイズでメインイメージを縮小 */
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
	.sec02 table td {
   padding: 5px 0 0 2.5em;
    font-size: 14px;
}
.sec04 dl dd {
    padding-left: 30%;
}
.sec05 .ul_arrow {
    height: 255px;
}
}

@media screen and (max-width: 1041px) {
}

@media screen and (max-width: 767px) {
.link_btn a {
    margin: 0 auto 10px;
    font-size: 14px !important;
}
.link_btn.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
}
/* スマホ */
.topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
}
/*==========================
      　mainimage
  ==========================*/
.mainimage, .slider {
    margin-bottom: 0;
}
.mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
}
/*==========================
      新着情報
  ==========================*/
#main .news {
    margin-bottom: 1.5em;
    position: relative;
}
#main .news h3 .subtitle {
    font-size: 12px;
    margin-left: 0;
}
.sec_news {
    padding: 2em 0;
}
#main .news dt {
    padding: 0;
}
#main .news dd {
    padding: 0 0 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 {
}
.loopSlider ul {
}
.loopSlider ul li {
}
/*==========================
      　TOP コンテンツ
  ==========================*/
  /*-- 余白・背景 --------------*/
  /*-- 見出し --------------*/
  /*.top h2 {*/
  /*font-size: 28px;*/
  /*}*/
.sec_news .news dt {
    width: 100%;
}
.sec03 img{
	margin-bottom:1em;
}
.sec03{
	background:#f8f8f8;
}
.sec04 .sec_img img {
    margin: 10px auto;
    text-align: center;
    display: block;
}
.sec05 .link_btn {
    margin-bottom: 1.5em;
}
}

@media screen and (max-width: 420px) {
.sec02 table td {
    padding: 5px 0 0 1em;
    font-size: 14px;
}
.sec02 table td:before {
    left: 0;
}
.sec04 dl dt:before {
    margin-right: 5px;
}
.sec04 dl dd {
    padding-left: 32%;
}
}

@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;
}
}