@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 {}
  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}

.slick-dots li button:before{
color:#509ece;
		font-size:30px;
}
.slick-dots li.slick-active button:before{
color:#509ece;
}
@media ( min-width : 768px ) {
.slick-dots li{
display:none;
	}
}
/*==========================
	　TOP コンテンツ
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 258px;
  overflow: hidden;
  position: absolute;
}
.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 258px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  height: 258px;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  width: 325px;
  height: 258px;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopSlider ul li img {
  width: 100%;
    margin:10px;
}
.top .mainblock a {
  text-decoration: none;
}
.top .mainblock a:hover {}
.link_box {
  position: relative;
  transition: .3s;
}
.link_box:hover {
  opacity: .7;
}
.link_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link_box a span.link {
  display: none;
}
/*-- 新着情報 --------------*/
.sec_news .news {
  position: relative;
}
.sec_news .news dl {
  line-height: 1.3;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.sec_news .news dl:first-of-type {
  margin-top: 20px;
}
.sec_news .news dt {
  color: #66c7d4;
padding: 10px 10px 10px 0;
  width: 100px;
  display: inline-block;
  box-sizing: border-box;
  font-size: 18px;
  vertical-align: top;
}
.sec_news .news2 dt{
	color:#f0b4b5;
}
.news dd a {
  text-decoration: none;
  color: #333333;
}
.sec_news .news dd {
  display: inline-block;
  padding: 10px 10px 10px 0px;
  width: calc(100% - 100px);
  box-sizing: border-box;
  font-size: 18px;
}
.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 .btn a {
position: absolute;
    top: 45px;
    right: 9%;
    color: #fff;
    font-size: 14px;
    background: #66c7d4;
    display: table;
    padding: 4px 24px 2px 14px;
    text-decoration: none;
    line-height: 1.5;
    border-radius: 4px;
}
.sec01 .news2.news .btn a{
	background:#f0b4b5;
}
.sec_news .news .btn a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sec_news .news .btn a span {
  position: relative;
  padding-right: 1em;
}
.sec_news .news .btn a span:after {
  content: '';
  position: absolute;
  top: 40%;
  right: 5%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sec_news .news .btn a:hover span:after {
  right: 3%;
}
.top_table th {
  padding-right: 1em;
  text-align: left;
}
/* ------------------------------------- */
.sec01 h2, .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2,.sec06 h2 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
  line-height: 1.4em;
}
h2 img{
  vertical-align: baseline;
}
.sec01{
  padding: 0 0 4%;
  margin-top: -100px;
}
.sec01 h2{
    font-size: 30px;
    text-align: left;
	    border-bottom: 1px solid #afafaf;
    padding-bottom: 8px;
    margin-bottom: 0;
}
.sec01 .con02 h2{
	text-align:center;
}

.sec01 h2 span{
	margin-left:0.8em;
}
.sec01 .news2  h2 span{
position: relative;
    bottom: -5px;
}
.sec01 .con01{
  margin-bottom: 40px;
}
.sec01 .column{
  border:6px solid #e3fcff;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 4%;
  box-sizing: border-box;
}
.sec01 .column.news2 {
    border-color: #fde5e6;
}

.sec01 h3{
  font-size: 20px;
font-weight: 700;
margin-bottom: 5px;
line-height: 1.4em;
}
.sec01 .con02{
  box-sizing: border-box;
  padding: 4%;
  background: url(img/bg01.jpg)no-repeat center / cover;
  border-radius: 12px;
}
.sec01 .con02 p{
width: 300px;
    max-width: 100%;
    background: #fff;
    color: #66c7d4;
    font-size: 24px;
    text-align: center;
    border: 2px solid #66c7d4;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    font-weight: 700;
    box-sizing: border-box;
    font-feature-settings: "palt";
}
.sec01 .con02 .columns{
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sec02{
  padding: 4% 0;
  background: url(img/bg02.jpg)no-repeat center / cover;
}
.sec02 .con01{
  text-align: center;
  margin-bottom: 40px;
	letter-spacing: -1px;
}
.sec02 .text_box01{
  max-width: 56.123%;
  -webkit-box-flex-basis: 56.123%;
  -webkit-flex-basis: 56.123%;
  flex-basis: 56.123%;
}
.sec02 .text_box02{
  max-width: 41.837%;
  -webkit-box-flex-basis: 41.837%;
  -webkit-flex-basis: 41.837%;
  flex-basis: 41.837%;
}
.sec02 .googlemap {
    padding-bottom: 53%;
}
p.p-tel {
    font-size: 36px;
    color: #66c7d4;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: url(img/icon_tel.png) no-repeat left top;
    padding-left: 30px;
    margin-bottom: 30px;
}
p.p-tel a{
    color: #66c7d4;
    text-decoration: none;
}
.sec03{
  padding: 4% 0 0;
}
.sec03 h2 img.ttl{
  padding-top: 20px;
}
.sec03 figure{
  max-width: 24.9%;
  -webkit-box-flex-basis: 24.9%;
  -webkit-flex-basis: 24.9%;
  flex-basis: 24.9%;
  margin-top: 50px;
}
.sec03 figure img{
  vertical-align: middle;
}
.img_m img{
	vertical-align:middle;
}
.sec04{
  padding:5% 0 4%;
  background: url(img/bg03.jpg)no-repeat center / cover;
}
.sec04 .text_box{
  width:830px;
  max-width: 96%;
  margin:auto;
}
.sec04 .text01,.sec04 .text02{
  padding: 20px 5px;
  color:#fff;
}
.sec04 .text01 img,.sec04 .text02 img{
  vertical-align: middle;
  padding-right: 10px;
}
.sec04 .text01{
  background: #66c7d4;
}
.sec04 .text02{
  background: #f5b5b7;
}
.sec04 ul{
  width:740px;
  max-width: 96%;
  margin:auto;
}
.sec04 .box2{
  width:48%;
  text-align: center;
  font-size:28px;
  font-weight: 700;
}

.sec_slide{
  padding: 3% 0;
}

.sec05 .con01{
  padding: 3% 0;
  background: url(img/bg04.jpg)no-repeat center / cover;
}
.sec05 .con03{
  padding: 4% 0;
  background: url(img/bg05.jpg)no-repeat center / cover;
}
.sec05 .con01 h3,
.sec05 .con03 h3{
  font-weight: 700;
  color:#fff;
  font-size:36px;
}
.sec05 .con03 h3{
  float:right;
}
.sec05 .con01 h4,
.sec05 .con03 h4{
  padding: 10px;
  font-size:24px;
  background: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 17px;
}
.sec05 .con01 h4 img{
  vertical-align: middle;
  padding-right: 10px;
}
.sec05 .con01 h5{
 
  font-size:45px;
  color:#fff;
  font-weight: 700;
	line-height:1.3;
}
.sec05 .con01 h5.small{
  font-size:28px;
}

.sec05 .con01 .text_box,
.sec05 .con03 .text_box{
  width:825px;
  max-width: 82.5%;
  float: right;
}
.sec05 .con03 .text_box{
  float:left;
}
.sec05 .con01 .text_box .column:last-child{
  max-width: 100%;
  -webkit-box-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.sec05 .con01 .text_box .column:last-child .column{
  padding:0 10px 20px;
  box-sizing: border-box;
}
.sec05 .con01 .text_box .column:last-child .column:nth-child(3) h5{

}
.sec05 .con01 .column,
.sec05 .con03 .column{
  border:1px solid #fff;
}
.sec05 .con03 .column{
  height:260px;
}
.sec05 .con01 ul{
  float:left;
  margin: 0 10px 4px;
}
.sec05 .con03 ul{
  margin: 0 10px 10px;
}
.sec05 .con01 ul li,
.sec05 .con03 ul li{
  padding-left: 1.3em;
  position: relative;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
}
.sec05 ul li.last {
    margin-top: 1em;
}
.sec05 .con01 ul.li01 li:before,
.sec05 .con03 ul.li01 li:before{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left:0;
  width:1em;
  height:1em;
  border-radius: 1em;
  background: #fff;
}
.sec05 .con01 ul.li02 li:before{
  content: "";
  display: block;
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left:0;
  width:16px;
  height:16px;
  background:url(img/check.png)no-repeat center / cover
}
.sec05 .con01 ul li a,
.sec05 .con03 ul li a{
  color:#fff;
}
.sec05 .con01 ul li a:hover,
.sec05 .con03 ul li a:hover{
  text-decoration: underline;
}
.sec05 .con01 .btn-style a,
.sec05 .con03 .btn-style a{
  background: transparent;
  border:1px solid #fff;
}

.sec05 .con02,
.sec05 .con04{
  padding: 4% 0;
}
.sec05 .con04 h3{
  font-size:22px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
.sec05 .con02 .btn_wrap,
.sec05 .con04 .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sec05 .con02 .tab_btn01:not(:first-child),
.sec05 .con04 .tab_btn02:not(:first-child) {
    margin-left: 2%;
}
.sec05 .con02 .tab_btn01,
.sec05 .con04 .tab_btn02 {
    font-size: 20px;
    margin: 0;
    border-radius: 10px 10px 0 0;
    background: #a8b5e7;
}
.sec05 .con04 .tab_btn02 {
  background: #fba4be;
}
.sec05 .con02 .tab_btn01.is-active-btn{
    background: #42b7ce;
}
.sec05 .con04 .tab_btn02.is-active-btn {
    background: #f98573;
}

.sec05 .con02 .item_wrap .columns,
.sec05 .con04 .item_wrap .columns{
  margin:auto;
  max-width: 100%;
  width: 1000px;
  padding: 40px 4% 20px;
  box-sizing: border-box;
}
.sec05 .con02 .item_wrap .columns{
  border:2px solid #42b7ce;
}
.sec05 .con04 .item_wrap .columns{
  border:2px solid #f98573;
}
.sec05 .con02 .item_wrap .btn-style a,
.sec05 .con04 .item_wrap .btn-style a{
  width:415px;
  background: #42b7ce;
  font-size:20px;
  padding: 10px;
  margin-bottom: 20px;
}
.sec05 .con04 .item_wrap .btn-style a{
  background: #f98573;
}
.sec05 .con02 .tab_item01:not(.is-active-item),
.sec05 .con04 .tab_item02:not(.is-active-item)  {
    display: none;
}
.sec05 .img_box{
	width:100%;
	text-align:center;
	margin-bottom:2.5em;
}

.sec06{
  padding: 4% 0;
  background: url(img/bg06.jpg)no-repeat center / cover;
}
.sec06 h3{
  font-size:23px;
  color:#66c7d4;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: -2px;
}
.sec06 .name{
  font-size:18px;
  font-weight: 700;
  margin-bottom: 70%;
}
.sec06 .name span{
  font-size:23px;
}
.sec06 a.color01{
  color:#66c7d4!important;
  text-decoration:underline;
}
span.text-mini {
font-size: 12px;
    vertical-align: top;
    display: inline-block;
    margin: -3px 5px auto -5px;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*==========================
	mainimage
==========================*/
    .mainimage .slick-slide{
        height: 1100px;
    }
.mainimage .slick-slide:nth-of-type(1){
background: url(img/mainimage01.jpg) no-repeat center / cover;
}
    .mainimage .slick-slide:nth-of-type(2){
background: url(img/mainimage02.jpg) no-repeat center / cover;
}
    .mainimage .slick-slide:nth-of-type(3){
background: url(img/mainimage03.jpg) no-repeat center / cover;
}
	    .mainimage .slick-slide:nth-of-type(4){
background: url(img/mainimage04.jpg) no-repeat center / cover;
}
  /*==========================
	　TOP コンテンツ
==========================*/
  /*-- FLEX設定 --------------*/
  .columns, .flex-aic {
    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;
  }
  .flex-aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col_wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }
  .columns.reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .columns .col2 {
    max-width: 49%;
    -webkit-box-flex-basis: 49%;
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
  }
  .columns .col3 {
    max-width: 32%;
    -webkit-box-flex-basis: 32%;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
  }
  .columns .col4 {
    max-width: 24%;
    -webkit-box-flex-basis: 24%;
    -webkit-flex-basis: 24%;
    flex-basis: 24%;
  }
  .columns .col5 {
    max-width: 20%;
    -webkit-box-flex-basis: 20%;
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
  }
  .columns .col6 {
    max-width: 16.6666%;
    -webkit-box-flex-basis: 16.6666%;
    -webkit-flex-basis: 16.6666%;
    flex-basis: 16.6666%;
  }
  /* --------------------------------------------------- */
/*.sec_news .news dl{
  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;
}*/

.sec05 .con01 h3,
.sec05 .con01 h3,
.sec05 .con03 h3{
  letter-spacing: 3px;
  float: left;
margin: 30px 50px 0 70px;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
line-height: 1;
}
    .sec05 .con01 h3 {
    margin: auto 0 auto 7%;
    height: 76%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
    .sec05 .con01 h3 span {
    display: inline-block;
    margin: auto;
}
	.sec05 .con03 h3 {
  float: right;
margin:30px  70px 0 50px;
	}
.sec05 .con01 .text_box .column:last-child .column:nth-child(1){
  max-width: 35%;
  -webkit-box-flex-basis: 35%;
  -webkit-flex-basis: 35%;
  flex-basis: 35%;
  border:none;
}
.sec05 .con01 .text_box .column:last-child .column:nth-child(2){
  max-width: 28%;
  -webkit-box-flex-basis: 28%;
  -webkit-flex-basis: 28%;
  flex-basis: 28%;
  border:none;
}
.sec05 .con01 .text_box .column:last-child .column:nth-child(3){
  max-width: 36%;
  -webkit-box-flex-basis: 36%;
  -webkit-flex-basis: 36%;
  flex-basis: 36%;
  border:none;
}
.sec06 .text_box{
  max-width: 64%;
  -webkit-box-flex-basis: 64%;
  -webkit-flex-basis: 64%;
  flex-basis: 64%;
  position: relative;
}
.sec06 .text_box:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -480px;
    width: 450px;
    height: 652px;
    background: url(img/sec06_img01.png)no-repeat center / cover;
}
.sec06 .img_box{
  max-width: 32%;
  -webkit-box-flex-basis: 32%;
  -webkit-flex-basis: 32%;
  flex-basis: 32%;
  -webkit-box-pack: end;
  	-ms-flex-pack: end;
  	justify-content: flex-end;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.sec06 figure{
  position: relative;
  right:-100px;
}
	.sec06 .tb_img{
		display:none;
	}
	.sec06 .clearfix {
    overflow: unset;
	}
}
@media screen and (max-width: 1042px) {
.sec_news .news dl{
  display: block;
}
  .sec05 .con01 h3, .sec05 .con03 h3{
    margin: 26px;
  }
  .sec05 .con01 h4, .sec05 .con03 h4 {
    font-size: 16px;
  }
  .sec05 .con01 h5,
  .sec05 .con01 h5.small {
    font-size: 20px;
  }
  .sec05 .con01 .text_box .column:last-child .column:nth-child(3) h5{
    width:44px;
  }
  .sec05 .con01 h5.small {
    font-size: 14px;
  }
  .sec05 .con01 .text_box .column:last-child .column:nth-child(3){
    padding: 20px 0;
}
  .sec05 .con01 ul li, .sec05 .con03 ul li {
      font-size:16px;
  }
.sec05 .con01 ul.li02 li:before{
    width:12px;
    height:12px;
  }
  .sec05 .con01 .btn-style a{
  font-size:14px;
  }
  .sec05 .con02 .item_wrap .btn-style a, .sec05 .con04 .item_wrap .btn-style a{
    font-size:14px;
  }
}

	@media screen and (max-width: 1242px) {
		.sec06 .tb_img{
			 display:block;
		}
		.sec06 .clearfix{
		    overflow: hidden;
	}
  .sec06 .text_box:after {
	  display:none;
}
.sec06 .name {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1242px) {
	.sec06 .text_box{
  max-width: 100%;
  -webkit-box-flex-basis: 100%;
  -webkit-flex-basis:100%;
		flex-basis:100%;
	}
	.sec06 .img_box{
		display:none;
	}
}
@media screen and (min-width: 768px) and (max-width: 1042px) {
    .mainimage .slick-slide {
    height: 610px;
}
  .sec_news p {
    font-size: 14px;
  }

}
@media screen and (max-width: 1042px) {
  .sec_news .news dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
  }
  .sec_news .news dd {
    width: 100%;
    display: block;
    padding: 0 0 10px;
  }
  .sec01 .con02 p {
    font-size: 16px;
  }

}
@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 {
    height: auto;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  /*==========================
	ボタン
==========================*/
  .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;
  }
  /*==========================
	loop
==========================*/
  .loopSlider {
    height: 100px;
  }
  .loopSlider ul {
    height: 100px;
  }
  .loopSlider ul li {
    width: 126px;
    height: 100px;
  }

  /*==========================
	　TOP コンテンツ
==========================*/
  .sec_news h3 {
    font-size: 20px;
  }
  .sec_news h3 span {
    font-size: 16px;
  }
  .sec_news .news + .news {
    margin-top: 1.5em;
  }
  .sec_news .news .btn a {
    top: 33px;
    font-size: 12px;
    right: 4%;

  }
  /* --------------------------------------- */
  .sec01, .sec02, .sec03, .sec04,.sec05,.sec06 {
    padding: 3em 0;
  }
  .sec01 h2, .sec02 h2, .sec03 h2, .sec04 h2, .sec05 h2 {
    font-size: 20px;
    margin: 0 auto 30px;
  }

  .sec01 .con02 .columns,.sec02 .con02 .columns,.sec03 .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;
  }
  .sec01 .con02 .columns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
  .sec01 .con02 .col_wrap,.sec03 .col_wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }

  .sec01{
    margin-top: 0;
  }
  .sec01 .column + .column{
    margin-top: 1em;
  }
  .sec01 .con02 {
    padding: 2%;
  }
  .sec01 .con02 p {
font-size: 18px;
    margin: 4px;
    padding: 4px;
    max-width: 47%;
  }
	.sec01 .con02 p:last-child {
    max-width: 100%;
    width: 80%;
}
  .sec02 p{

  }
  .sec03 h2 img.ttl {
    max-width: 350px;
    width: 50%;
  }
  .sec03 figure {
    margin-top: 1em;
    max-width: 49.5%;
    -webkit-box-flex-basis: 49.5%;
    -webkit-flex-basis: 49.5%;
    flex-basis: 49.5%;
  }
  .sec04{
    background: url(img/sp_bg03.jpg)no-repeat center / cover;
  }
  .sec04 .topinner{
    background: rgba(255,255,255,.85);
    padding: 2em 2%;
    box-sizing: border-box;
  }
  .sec04 .box2 {
    width: 100%;
    font-size: 20px;
  }
  .sec04 .text01, .sec04 .text02 {
    padding: 10px 5px;
  }
  .sec05 .con01 .text_box, .sec05 .con03 .text_box,
  .sec05 .con01 ul,
  .sec05 .con01 h5,
  .sec05 .con03 h3{
    float:none;
  }
  .sec05 .con01 .text_box, .sec05 .con03 .text_box {
    max-width: 100%;
  }
		.sec05 .con01 .text_box .column:last-child .column{
		border:none;
	}
  .sec05 .con01 .text_box .column:last-child .column:nth-child(3){
    padding: 20px 10px;
  }
	.sec05 .con01 .text_box .column:last-child .column:nth-child(3) h5{
		width:auto;
		font-size:20px;
	}
  .sec05 .con01 ul li, .sec05 .con03 ul li{
    font-size:18px;
  }
  .sec05 .con03 .column{
    height:auto;
  }
	
  .sec05 .con03 .box2{
    margin-bottom: 0;
  }
  .sec05 .con04 h3 {
    font-size: 20px;
  }
  .sec05 .con02 .tab_btn01, .sec05 .con04 .tab_btn02 {
    font-size: 18px;
	  padding: 0.8em 0;
}
  .sec05 .con02 .item_wrap .columns, .sec05 .con04 .item_wrap .columns{
max-width: 100%;
  }
  .sec05 .con02 .item_wrap .btn-style a, .sec05 .con04 .item_wrap .btn-style a{
    font-size:18px;
  }
    .sec06 .name {
    margin-bottom: 0;
}
	p.p-tel+p,
	p.p-tel{
		display:table;
		margin:10px auto;
		text-align:center;
	}
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
}
/*googleカレンダー*/
.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;
  }
}


.tab_list h3#tab01{
	background:#afd2e8;
}
.tab_list h3#tab02{
	background:#ddeabe;
}
.tab_list h3#tab01.active{
	background:#4e9ccb;
}
.tab_list h3#tab02.active{
	background:#b4d467;
}
.tab_list h3:hover {
	cursor:pointer;
}
@media screen and (max-width: 768px) {
}
.tab_contents_wrap {
  position: relative;
}
.tab_contents {
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  z-index: 0;
}
.tab_contents.active {
  opacity: 1;
  z-index: 1;
}
 #a01,#a02,#a03,#a04,#a05,#a06,#a07,#a08,#a09,#a10,#a11,#a12,#a13,#a14,#a15,#a16,#a17,#a18,#a19,
	.archive_wrap {
		margin-top: -130px;
		padding-top: 130px;
	}
@media screen and (max-width: 767px) { 
	#a01,#a02,#a03,#a04,#a05,#a06,#a07,#a08,#a09,#a10,#a11,#a12,#a13,#a14,#a15,#a16,#a17,#a18,#a19 {
		margin-top: -100px;
		padding-top: 100px;
	}
		.archive_wrap {
		margin-top: -60px;
		padding-top: 60px;
	}
}