:root {
  --main-color: #09346e;
  --main-color2: #25a1c8;
  --main-bgcolor: #f2fafc ;
}


.font1{font-family: 'Hina Mincho', serif;}
.font2{font-family: 'Kosugi', sans-serif;}
.font3{font-family: 'Noto Sans JP', sans-serif;}
.font4{font-family: 'Noto Serif JP', serif;}
.font5{font-family: 'Reggae One', cursive;}
.font6{font-family: 'RocknRoll One', sans-serif;}
.font7{font-family: 'Sawarabi Gothic', sans-serif;}
.font8{font-family: 'Sawarabi Mincho', serif;}
.font9{font-family: 'Shippori Mincho B1', serif;}
.font10{font-family: 'Zen Maru Gothic', sans-serif;}
.font11{font-family: 'DotGothic16', sans-serif;}
.font12{font-family: 'Zen Kaku Gothic New', sans-serif;}

.bg_bray{background-color: #f7f7f7 !important;}
/*共通*/
h2{display: inline-block;font-size: 2.5rem;text-align: center;font-weight: 500;line-height: 1.8rem;margin-bottom: 0.2em;margin-top: 1em;letter-spacing: 0.2rem;}
.h2-s{font-size: 0.9rem;text-align: center;font-weight: 500;margin-bottom: 4em;margin-top: 0.1em;letter-spacing: 0.2rem;color: #de8380;}
p{font-size: 100%;}
.img_wrap img{
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 991px) {
  h2{font-size: 1.5rem;line-height: 2rem;letter-spacing: 0.1em;}
  p{font-size: 100%;margin-bottom: 10px;}
}
@media only screen and (max-width: 720px) {
  p{font-size: 80%;margin-bottom: 10px;}
}

.section-bg-left{background-image: url(../images/bg_map.svg);background-position: top center ;background-color: #FFF;background-repeat: no-repeat;background-size: 70%;}
.section-bg-left p{text-align: center;font-size: 1.3rem;line-height: 3rem;}
.section-bg-left span{font-size: 2rem;color: #de8380;}
@media only screen and (max-width: 720px) {
.section-bg-left{background-size: 100%;}
.section-bg-left p{text-align: center;font-size: 0.9rem;line-height: 3rem;}
.section-bg-left span{font-size: 1.2rem;color: #de8380;}
}

.section-bg-blue{background-color: #eff8fa;background-repeat: no-repeat;background-size: 100% !important;}
.section-bg-blue .h2-s{font-size: 0.9rem;text-align: center;font-weight: 500;margin-bottom: 4em;margin-top: 0.1em;letter-spacing: 0.2rem;color: #7dc8d4;}

.section-bg-red{background-color: #fcf1f1;background-repeat: no-repeat;background-size: 100% !important;}
.section-bg-red .h2-s{font-size: 0.9rem;text-align: center;font-weight: 500;margin-bottom: 4em;margin-top: 0.1em;letter-spacing: 0.2rem;color: #de8380;}

   
h3{font-size: 1.8rem;text-align: center;font-weight: 500;letter-spacing: 0.5rem;margin-left: 0;}
h4{font-size: 1.5rem;font-weight: 500;letter-spacing: 0.1rem;margin-left: 0;}
.h3-s{font-size: 0.8rem;text-align: center;font-weight: 500;letter-spacing: 0rem;color: #888;}

@media only screen and (max-width: 991px) {
h3{font-size: 1.3rem;letter-spacing: 0.1rem;}
h4{font-size: 1.1rem;letter-spacing: 0.1rem;}
.h3-s{font-size: 0.7rem;}
.cate_gray{}
.sp-none{display: none;}
}


/* お知らせ */
.information img{margin-bottom: 10px;width: 100%;height: 230px;object-fit: cover; }
@media only screen and (max-width: 991px) {.information img{height: 250px }}
@media only screen and (max-width: 720px) {.information img{height: 170px }}
.information time{font-size: 100%;display: block;margin-bottom: 0;}
.section-bg-blue .information p{line-height: 1rem;color: #25a1c8;margin-bottom: 0; }
.section-bg-red .information p{line-height: 1rem;color: #e7707f;margin-bottom: 0; }
.information h3{font-size: 100%;display: block;letter-spacing: 0;line-height: 1.4em;text-align: left;margin: 5px 0;}
.section-bg-blue .information .btn a {
  font-size: 1.3rem;
  text-align: center;
  width: 180px;
  padding: 5px 0;
  color: #25a1c8;
  text-decoration: none;
}
.section-bg-red .information .btn a {
  font-size: 1.3rem;
  text-align: center;
  width: 180px;
  padding: 5px 0;
  color: #e7707f;
  text-decoration: none;
}
.information .btn a:hover {
  text-align: center;
  color: #3e3a39;
}

@media only screen and (max-width: 720px) {
.section-bg-blue .information h3{font-size: 90%; }
.section-bg-red .information h3{font-size: 90%; }}
.w100 {width: 100%;}
.w60 {width: 60%;}
.w70 {width: 70%;}
.w80 {width: 80%;}
.w50 {width: 50%;}
.max-100 { max-width: 100%;}

/* ヘッダー */
.header-logo{position: fixed;background-image:url(../images/bg_header.jpg);background-size: 200%;background-position: top left;z-index: 9;}
.header-logo img{ width: 80%;margin: 20px 0;max-height: 80px;}
.header-logo {
  width: 100%;height: 80px;
}

/* PCメニュー */
.pc-menu {
  padding: 10px 0;
  color: #FFF;
}

.pc-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc-menu li {
  margin: 0 20px;
}

.pc-menu li:first-child {
}

.pc-menu li:last-child {
}

.pc-menu a {
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  padding: 5px;
}


.pc-menu a:hover {
  color: #FFF;
  position: relative;
}

.pc-menu a:hover::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #FFF;
  bottom: -3px;
  left: 25%;
  animation: menuHover 0.3s ease-in-out forwards;
}

@keyframes menuHover {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}


/* フッター */
#footer{color: #3e3a39;font-size: 1.4rem;width: 100%;margin-top: 50px;}
#footer span{font-size: 1rem;}
#footer .tel{color: #3e3a39;text-decoration: none;}
#footer h2{display: inline-block;writing-mode:initial;font-size: 2.5rem;color: #3e3a39;text-align: left;margin-bottom: 0.5em;margin-top: 0em;letter-spacing: 0;}

.copyright{padding: 20% 0 20px;color: #fff;background-image: url(../images/bg_footer.jpg);background-size: 200%;background-position: bottom right;background-repeat: no-repeat;}
@media (max-width: 992px) {

}
@media (max-width: 992px) {
  #footer{color: #3e3a39;font-size: 1.1rem;width: 100%;margin-top: 50px;}
#footer span{font-size: 1rem;}
#footer .tel{color: #3e3a39;text-decoration: none;}
#footer h2{display: inline-block;writing-mode:initial;font-size: 2rem;}
.copyright{font-size: 10px;}
#footer h2{margin-top: 1.5rem;}
}


#topBtn{
    background:#7dc8d4;
    color: #fff;
    position: fixed;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 991px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    .pcnav{ display: none !important; }
}
/*メニュー用css*/

.menu-content .row{padding: 0 ;margin: 0;}

.menu-content ul {
  padding: 90px 10px 0;
  margin-bottom: 30px !important;
}
.menu-content ul li {
  border-bottom: solid 1px #ccc;
  position: relative;
  height: auto;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#212121;
  text-decoration: none;
  padding: 8px 15px 10px 10px;
}

.menu-content .sub {
  list-style:none;
  padding-left: 0.7em;
}


.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
@media only screen and (max-width: 1000px) {
  .menu-content ul {
    padding: 0px 30px 0;
  }
  .menu-content ul li a {
    padding: 15px 15px 10px 10px;
  }

.menu-content ul li a::before {
  right: 11px;
  top: 20px;
}
  .menu-content{
    padding: 90px 0 0;}
  }

.menu-content {
  width: 25%;
  height: 100%;
  position: fixed;
  box-shadow: 0 10px 25px 0 rgba(35, 35, 35, 0.1);
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 99998;
  overflow-y: auto;
  opacity: 0.95;
  background-color: #FFF;
  transition: all 0.5s;/*アニメーション設定*/
}

.menu-content a:hover{
  color: #999;
}

#menu-btn-check:checked ~ .menu-content {
    left: 75%;/*メニューを画面内へ*/
}
@media only screen and (max-width: 1000px) {
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 99998;
    overflow-y: auto;
    opacity: 0.95;
    background-color: #FFF;
    transition: all 0.5s;/*アニメーション設定*/
  }
  
  #menu-btn-check:checked ~ .menu-content {
      left: 0%;/*メニューを画面内へ*/
  }
  .menu-mt{margin-top: 0 !important;padding-top: 0 !important;}
  .menu-mb{margin-bottom: 0 !important;padding-bottom: 0 !important;}
  }
/*三本線疑似要素*/
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  background-color: #000;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  background-color: #000;
  transform: rotate(-45deg);
}
.menu-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  display: flex;
  height: 80px;
  width: 80px;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background-size: contain;
}

@media only screen and (max-width: 991px) {
  .menu-btn {
    height: 60px;
    width: 60px;
  } 
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 2px;
  width: 30px;
  border-radius: 0px;
  background-color: #fff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
.menu-btn.active span,
.menu-btn.active span:before,
.menu-btn.active span:after {
  background-color: #fff;
}
/*チェックボックスを隠す*/
#menu-btn-check {
    display: none;
}

/*投稿ページ*/
.single h2{display: inline-block;writing-mode:initial;font-size: 1.4rem;color: #3e3a39;text-align: left !important;margin-bottom: 1em;margin-top: 0em;letter-spacing: 0;}
.single time{display: block;font-size: 1.2rem;color: #3e3a39;text-align: left !important;margin-bottom: 0.1em;margin-top: 0em;letter-spacing: 0;}
.single img {max-width: 100%;}
/* フォーム */
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {

  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {

}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #09346e;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 30px;
  margin-top: 100px !important;
  border: none;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #09346e;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}


.pagination {
  margin:auto;
  justify-content: center;
  text-align:center;
}
.pagination ul {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
    justify-content: center;
  flex-wrap: wrap;
  border-radius: 3px;
}
.pagination li {
  overflow: hidden;
  margin: 4px;
  padding: 0;
}
.pagination a, .pagination span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 3px 0 0;
    padding-top: 3px;
  text-decoration: none;
  background-color: #fff;
  color: #666;
  border:1px solid #25a1c8;
}
.pagination a:hover {
  display: inline-block;
  margin: 0 3px 0 0;
  text-decoration: none;
  color: #111;
  background:#eee;
}
.pagination .current {
  cursor: default;
  margin: 0 3px 0 0;
  color: #FFF;
  background:#25a1c8;
}
.page-numbers {
  width: auto;
  padding: 0;
  background: transparent
}

/*カテゴリ*/

.wp-block-categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wp-block-categories-list li {
  flex: 0 0 auto;
  list-style: none;
  padding: 0; /* リストの余白を削除する */
  margin: 0 20px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .wp-block-categories-list li {
    margin: 0 10px 20px;
  }
}



/************************************
** お問い合わせフォームの入力
************************************/
#cf-tbl{
  width: 100%;
  }
  
  #cf-tbl table{
  width: 100%;
  border-collapse: collapse;
  border: solid #CCC;
  border-width: 1px;
  color: #444;
  }
  #cf-tbl table tr th,
  #cf-tbl table tr td{
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
  border: solid #CCC;
  background-color: #fff;
  border-width: 1px;
  vertical-align: middle;
  }
  #cf-tbl table tr th{
  width: 35%;
  background: #eff8fa;
  }
  @media screen and (max-width:768px){
  #cf-tbl{
  width: 100%;
  }
  
  #cf-tbl table,
  #cf-tbl table tbody,
  #cf-tbl table tr,
  #cf-tbl table tr th,
  #cf-tbl table tr td{
  display: block;
  }
  
  #cf-tbl table{
  width: 100%;
  border-width: 0 0 1px 0;
  }
  
  #cf-tbl table tr th,
  #cf-tbl table tr td{
  width: 100%;
  padding: 3% 5%;
  }
  
  #cf-tbl table tr td{
  border-width: 0px 1px 0px 1px;
  }
  }
  /*「必須」文字デザイン*/
  .required{
  font-size:.8em;
  padding: 5px;
  background: #e7707f;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  }
  
  /*「任意」文字デザイン*/
  .optional{
  font-size:.8em;
  padding: 5px;
  background: #25a1c8;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  }
  
  /* 入力項目を見やすく */
  input.wpcf7-form-control.wpcf7-text,
  textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
    background-color: #fff;
  }
  textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
  }
  
  /* 「送信する」ボタン */
  input.wpcf7-submit {
      display: block;
      padding: 15px;
      width: 400px;
      background: #ffaa56;
      border: none;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      border-radius: 2px;
      margin: 15px auto 0
  }
  @media screen and (max-width:768px){
  input.wpcf7-submit {
  width: 250px;
  }
  }
  
  input.wpcf7-submit:hover {
    box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
    transform: translateY(-4px);
    border: none;
    opacity:0.7;
  }
  /* エラーメッセージを見やすく */
  span.wpcf7-not-valid-tip,
  .wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
  }

/* カレンダー */
#wp-calendar thead th:nth-child(6) /* 土曜日 */{
    color: blue;
}

#wp-calendar thead th:nth-child(7) /* 日曜日 */ {
    color: red;
}

.cat-item-4 a{color: #0693e3 !important;text-decoration: none;}
.cat-item a{color: #f78da7;text-decoration: none}