.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
  margin: 30px auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}

#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #fff;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #fd7f23;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #00773d;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #p-slider .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
}


/*----------------------------------------
2021.03.15　追加CSS
----------------------------------------*/

.p-page-content.top{
	max-width:none;
}

/* フロートクリア */
.clearfix:before,
.clearfix:after {  
  	content: " ";
    display: table;
} 

.clearfix:after { clear: both; }

.clearfix { *zoom: 1; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */

.text{
  font-size:16px;
  line-height:2.4;
  margin:0;
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
@media screen and (max-width:896px) {
.text{
  font-size:14px;
  line-height:1.8;
}
} 

/*PCでは表示しない*/
@media screen and (min-width:896px) {
.pc_none {
  display: none !important;
  } 
}

/*SPでは表示しない*/
@media screen and (max-width:896px) {
  .sp_none {
    display:none !important;
  }
}

/*　カラム
----------------------------------------------------*/
/* col2 */
.col2 {
  position: relative;
  width: 100%;
  height: auto;
}
.col2 .col_1 {
  float: left;
  width: 48%;
  height: auto;
  margin: 2.5% 0 0 4%;
}
.col2 .col_1:nth-child(2n+1) {
  margin-left: 0;
}
.col2 .col_1:nth-child(-n+2) {
  margin-top: 0;
}

/* col3 */
.col3 {
  position: relative;
  width: 100%;
  height: auto;
}
.col3 .col_1 {
  float: left;
  width: 31%;
  height: auto;
  margin: 3% 0 0 3.5%;
}
.col3 .col_1:nth-child(3n+1) {
  margin-left: 0;
}
.col3 .col_1:nth-child(-n+3) {
  margin-top: 0;
}

/* col4 */
.col4 {
  position: relative;
  width: 100%;
  height: auto;
}
.col4 .col_1 {
  float: left;
  width: 23.5%;
  height: auto;
  margin: 3% 0 0 2%;
}
.col4 .col_1:nth-child(4n+1) {
  margin-left: 0;
}
.col4 .col_1:nth-child(-n+4) {
  margin-top: 0;
}

/*　リンクボタン
----------------------------------------------------*/
/* button */
.button {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  outline: none;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover {
  opacity: 1.0;
}

.button {
  min-width: 300px;
  background-color: #fff;
  border: 1px solid #00773d;
  color: #00773d;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 32px;
}
.button i {
  margin-right: 10px;
}
.button:hover {
  color: #fff;
  background-color: #00773d;
  border: 1px solid #00773d;
}

@media screen and (max-width: 896px) {
  .button {
    display: block;
    width: auto;
    min-width: auto;
    font-size: 14px;
    padding: 16px 16px;
  }
}

/* link_btn */
.link_btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.link_btn .button:nth-child(2){
  margin-left: 24px;
}

@media screen and (max-width: 896px) {
.link_btn {
  margin-top: 40px;
  display: block;
  justify-content: center;
}

.link_btn .button:nth-child(2){
  margin-top: 20px;
  margin-left: auto;
}
}




/* top_introduction
----------------------------------------------------*/
.top_introduction{
  margin-top:100px;
  width:100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.top_introduction figure{
  width:100%;
  margin:40px auto 0;
  text-align:center;
}

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

.top_introduction{
  margin-top:40px;
}

}

/* lead
----------------------------------------------------*/

.lead{
  width:100%;
  margin:40px auto 0;
  font-size:16px;
  text-align:center;
  line-height: 2.4;
}

.lead span.kome{
  display:block;
  margin:24px auto 0;
  font-size:14px;
}

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

.lead{
  width:95%;
  margin:40px auto 0;
  font-size:14px;
  text-align:left;
  line-height: 1.8;
}

.lead span.kome{
  display:block;
  margin:12px auto 0;
  font-size:12px;
}

}
  
/* top_intro_title
----------------------------------------------------*/
.top_intro_title{
  margin:100px auto 0;
  font-size:32px;
  font-family: 'Noto Serif JP', serif;
  font-weight:600;
  text-align:center;
  line-height: 1.5;
}

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

.top_intro_title{
  margin:0 auto 0;
  font-size:18px;
  font-family: 'Noto Serif JP', serif;
  font-weight:600;
  text-align:center;
  line-height: 1.5;
}
  
}

/* top_feature
----------------------------------------------------*/
.top_feature{
  margin-top:100px;
  width:100%;
  font-family: 'Noto Sans JP', sans-serif;
}

.top_feature article {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.top_feature article .img_photo, .top_feature article .sentence_area {
  width: 50%;
}
.top_feature article .sentence_area {
  padding: 0 80px;
  box-sizing: border-box;
}

.top_feature article .sentence_area .text{
  margin-top:40px;
}

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

.top_feature{
  margin-top:64px;
  width:100%;
  font-family: 'Noto Sans JP', sans-serif;
}

.top_feature article {
  display: block;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.top_feature article .img_photo, .top_feature article .sentence_area {
  width: 100%;
}
.top_feature article .sentence_area {
  width:95%;
  margin:0 auto;
  padding: 40px 0;
  box-sizing: border-box;
}
  
}

.area_title{
  color:#000;
  font-size:24px;
  font-family: 'Noto Serif JP', serif;
  font-weight:900;
  text-align:center;
  line-height: 1.5;
}

@media screen and (max-width:896px) {
.area_title{
  color:#000;
  font-size:18px;
  font-family: 'Noto Serif JP', serif;
  font-weight:900;
  text-align:center;
  line-height: 1.5;
}
}

/* top_feature01
------------------------------------*/
.top_feature01{

}

article.top_feature01 .img_photo {
  max-width:960px;
  height: 674px;
  background: url("https://img14.shop-pro.jp/PA01077/732/etc/img_top_feature01.jpg?cmsp_timestamp=20210324141616") center center no-repeat;
  background-size: contain;
}

@media screen and (max-width:896px) {
.top_feature01{
  display:block;
}

article.top_feature01 .sentence_area {
  /*padding: 40px 0 0;*/
}

article.top_feature01 .img_photo {
  height: auto;
  background: none;
}
} 

/* top_feature02
------------------------------------*/
.top_feature02{
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

article.top_feature02 .img_photo {
  max-width:960px;
  height: 674px;
  background: url("https://img14.shop-pro.jp/PA01077/732/etc/img_top_feature02.jpg?cmsp_timestamp=20210324141745") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width:896px) {
.top_feature02{
  display:block;
}

article.top_feature02 .img_photo {
  height: auto;
  background: none;
}
} 


/* top_feature03
------------------------------------*/
.top_feature03{

}

article.top_feature03 .img_photo {
  max-width:960px;
  height: 674px;
  background: url("https://img14.shop-pro.jp/PA01077/732/etc/img_top_feature03.jpg?cmsp_timestamp=20210324141905") center center no-repeat;
  background-size: contain;
}

.top_feature03 .sentence_area .col2{
  margin-top:40px;
}

.top_feature03 .sentence_area figure figcaption{
  margin-top:16px;
  font-size:18px;
  text-align:center;
}

@media screen and (max-width:896px) {
.top_feature03{
  display:block;
}

article.top_feature03 .img_photo {
  height: auto;
  background: none;
}

.top_feature03 .sentence_area figure figcaption{
  font-size:14px;
}

} 

/* recommend_bnr
-----------------------------------------------*/
.recommend_bnr a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: solid 1px #eee;
  box-sizing: border-box;
  transition: 0.3s;
  font-family: 'Noto Sans JP', sans-serif;
}

.recommend_bnr a:hover{
  opacity: 0.7;
}

/* .recommend_bnr .p-custom-banner__heading */
.recommend_bnr .p-custom-banner__heading{
  display:block;
  font-size:48px;
  font-family: 'RocknRoll One', sans-serif;
}

.recommend_bnr .p-custom-banner__heading span{
  margin-bottom: 12px;
  display: block;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:700;
}

/* .recommend_bnr .p-custom-banner__body */
.recommend_bnr .p-custom-banner__body{
  color:#333333;
  font-size:16px;
  text-align:left;
  line-height: 1.8;
}

.recommend_bnr .p-custom-banner__body span{
  margin-top:16px;
  display:block;
  font-weight:700;
  text-align:center;
  text-decoration:underline;
}

.recommend_bnr .p-custom-banner__body span::before{
  content:'> ';
}

/* recommend_bnr recommend01
------------------------------------*/
.recommend_bnr.recommend01 .p-custom-banner__unit--text{
  background:#e2f2f2;
}

.recommend_bnr.recommend01 .p-custom-banner__heading,
.recommend_bnr.recommend01 .p-custom-banner__body span{
  color:#086eb8;
}

/* recommend_bnr recommend02
------------------------------------*/
.recommend_bnr.recommend02{
  margin-top:40px;
}

.recommend_bnr.recommend02 .p-custom-banner__unit--text{
  background:#f9f1e4;
}

.recommend_bnr.recommend02 .p-custom-banner__heading,
.recommend_bnr.recommend02 .p-custom-banner__body span{
  color:#6d4a18;
}


/* googlecalendar
------------------------------------*/
.googlecalendar iframe {
  width: 100%;
  height: 600px;
}
/*@media all and (min-width: 768px) {*/
@media screen and (max-width:896px){
  .googlecalendar iframe {
    display: block;
    margin: 0 auto;
    width: 95%;
	height: 400px;
  }
}
