@charset 'UTF-8';
/*上書きとしてのcustom.css*/

.no-fouc {
  /* FOUC(Flash Of Unstyled Content) 対策2021.06.27*/
  display: none;
}

.no-br br {
  display: none;
}

p:empty {
  display: none;
} /*空の<p>タグを削除　レイアウトの問題*/

body {
  /*fontawesomeがEdgeを表示させるためfont-familyをbodyに明示*/
  font-family: "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /*background: repeat url("../img/bg_white-aluminium_tate6.jpg");*/
  /*color: #01354a;*/
  color: #3f312b;
  background: #fffff9;
}
body.post,
body.page {
  margin-bottom: 0px;
}

.container-fluid {
  /*左右のpadding 15pxを上書き*/
  padding-right: 0px;
  padding-left: 0px;
}

.max-w {
  max-width: 1110px;
  margin: 0 auto;
}
#page-coding .max-w {
  /*固定ページ内用定義*/
  max-width: 940px;
  padding: 0 15px;
}

.contentMinHeight {
  min-height: 400px;
}

/*Gutenberg関係*/
.alignwide {
  max-width: none;
  width: auto;
}
.alignfull {
  max-width: none;
  width: auto;
  /*埋め込み用*/
  /*モバイルファースト*/
  margin-left: calc(calc(50% - 50vw));
  margin-right: calc(calc(50% - 50vw));
}
@media (min-width: 768px) {
  .alignfull {
    max-width: none;
    width: auto;
    /*埋め込み用*/
    /*8pxと9pxは、足すと17pxなのでスクロールバーの幅と同じになる。
		Firefox、Chrome、Edgeが17px IE11が20px*/
    margin-left: calc(calc(50% - 50vw) + 8px);
    margin-right: calc(calc(50% - 50vw) + 9px);
  }
}

a.anchor {
  /*リンク先での位置調整*/
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
a,
a:visited {
  /*color: #01354a;*/
  /* color: #3f312b; */
  color: #433d3c;
}
p.head-txt-link a,
p.head-txt-link a:visited {
  color: #ffffff;
}
a:hover {
  color: #007bff;
  text-decoration: underline;
}
.site-footer a {
  /*color: #ffffff;*/
}
/*div.custom-logo-link:hover,img.custom-logo-link:hover ,a.custom-logo-link:hover  {
    opacity: 0.8;
}*/
.link-hover:hover {
  opacity: 0.8;
}
h1,
h1.page-title,
h1.entry-title {
  /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: "じゅん 501";
  font-size: 1.7rem;
  /*font-weight: 400;*/
  margin-bottom: 2rem;
}
.page h1.entry-title,
div.as-h1 {
  position: relative;
  margin-bottom: 60px;
}
.page h1.entry-title:before,
div.as-h1:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffb6c1;
  border-radius: 2px;
  /*font-size: 0.1rem;
	color: #ffb6c1;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "じゅん 501";
  color: #9d8e87;
  line-height: 1.8;
  margin: 0 0 0 0;
}

h1.twoTone {
  border-bottom: solid 3px #ffb6c1;
  position: relative;
}
h1.twoTone:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #01354a;
  bottom: -3px;
  width: 3%;
}
h1 {
  /*font-family: kings-caslon-display, serif;*/
}
h1.notAccent span {
  border-bottom: none;
}
h2 {
  font-size: 1.5rem;
  /*font-weight: 400;*/
}
h2.entry-title {
  font-size: 1rem;
  font-weight: 400;
}

h2.hoiku {
  position: relative;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 1rem;
}
h2.hoiku:before {
  content: "\f053";
  padding-right: 0.5em;
}
h2.hoiku:after {
  content: "\f054";
  padding-left: 0.5em;
}
h2.hoiku:before,
h2.hoiku:after {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 1em;
  color: #ffb6c1;
}

#page-coding h2 {
  position: relative;
  /*padding: .25em 0 .5em .75em;*/
  padding: 0.25rem 0 0 0.5rem;
  border-left: 6px solid #01354a;
}
#page-coding h2::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 75%;
  background-color: #ffb6c1;
}
#page-coding h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

#secondary h2.widget-title {
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  background-color: #ffb6c1;
}
#secondary h3.widget-title {
  font-size: 1.5rem;
}
h3,
h4,
h5,
h5 {
  font-size: 1rem;
  font-weight: 400;
}

h3.widget-title {
  /*font-weight: bold;*/
}

a:focus,
*:focus {
  outline: none; /* !important;*/
}

th {
  font-weight: 400;
}

dt {
  font-weight: 400;
}
#primary p {
  line-height: 1.8;
  margin-bottom: 1rem;
}

p.hanging-indent {
  padding-left: 1.25rem; /* ケースによって調整する */
  text-indent: -1.25rem; /* ケースによって調整する */
}
p.f-a-indent {
  /*<p>とFontAwesomeとの組み合わせ*/
  /*padding-left: 1.25rem;
    text-indent: -0.6rem;*/
  padding-left: 1.1rem;
  text-indent: -0.55rem;
}
.mikey_table p.hanging-indent {
  padding-left: 1rem; /* ケースによって調整する */
  text-indent: -0.8rem; /* ケースによって調整する */
}
.mikey_table p.hanging-indent span {
  width: 0.8rem; /* ケースによって調整する */
}
#primary span.width_auto {
  width: auto;
}

ul {
  list-style-type: none;
  margin: 0 0 1rem 0;
  padding-left: 0px;
}
ol {
  list-style-type: none;
}
ul.disc {
  list-style-type: disc;
}
ol.decimal {
  list-style-type: decimal;
}

.textwidget ul {
  margin-left: 0px;
  padding-left: 0px;
}

ul.rinen li {
  font-family: "丸フォーク M";
  font-size: 2rem;
  line-height: 2;
  color: #f5b2ac;
}
@media (max-width: 575px) {
  ul.rinen li {
    font-family: "丸フォーク M";
    font-size: 1.1rem;
    line-height: 2;
    color: #f5b2ac;
  }
}

@media (max-width: 390px) {
  #primary p.event_title {
    font-family: "丸フォーク M";
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 10px;
    /* color: #f5b2ac; */
  }
}
.event_name p {
  font-family: "丸フォーク M";
  font-size: 1.2rem;
  /*line-height: 2;*/
  color: #f5b2ac;
}

hr.bgc {
  height: 1px;
  background-color: #ffb6c1;
  width: 100%;
  border: none;
}

hr.stitch_p {
  background-color: transparent;
  border-top: 2px dashed #ffb6c1;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin-top: 0px;
  margin-bottom: 48px;
}

hr.stitch_w {
  background-color: transparent;
  border-top: 2px dashed #ffffff;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin-top: 0px;
  margin-bottom: 48px;
}
.kakomi-stitch-oya {
  padding: 1rem;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  /*background: #ede4cd;*/
}
.kakomi-stitch-ko {
  /*background: #ede4cd;*/
  border: dashed 2px #ffb6c1;
}

#page-coding hr.bgc {
  margin-bottom: 48px;
}

.accent-color {
  color: #ffb6c1; /*テーマブルー*/
}
.bgc-lb {
  /*background-color: #f9fff9;*/
  background-color: #fdede4;
}
.bgc-pw {
  background-color: #f7f6f5; /*パールホワイト*/
}
.bgc-fff {
  /*background-color: #ffffff;*/
  background-color: #fffff9;
}

.under-pen {
  background: linear-gradient(transparent 0%, #fff3b8 0%);
}

.custom-logo-link img {
  -ms-interpolation-mode: bicubic;
} /*microsftoジャギー対策*/

/*カスタムメニュー（ナビバー）関係*/
nav a[href*="#"] {
  cursor: default !important;
}
.navbar {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.navbar-brand {
  margin-right: 0rem;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #79c06e;
}
.dropdown-item.active,
.dropdown-item:active {
  /*color: #01354a;*/
  color: #3f312b;
  background-color: #eeeeee;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  /*color: #01354a;*/
  color: #3f312b;
}
.navbar-light .navbar-nav .nav-link {
  /*color: #1a1a1a;*/
  color: #3f312b;
  /* font-family: "じゅん 201"; */
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.opacity-link:focus,
.opacity-link:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  /*メニューの文字の改行回避*/
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
}
#articles-scroll {
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.1);
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0rem 0; /*アレンジ*/
  margin: 0.125rem 0 0;
  font-size: 1rem;
  /*color: #212529;*/
  color: #3f312b;
  text-align: left;
  list-style: none;
  background-color: transparent; /*アレンジ*/
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0); /*アレンジ*/
  border-radius: 0rem; /*アレンジ*/
  width: 100%; /*アレンジ*/
}
.dropdown-menu .menu-item {
  margin-right: 0.5rem;
}
a.dropdown-item {
  background-color: #fff;
  border-bottom: 1px;
  border-color: #abb1b5;
  border-style: solid;
  padding: 0.5rem 1.5rem;
}
.navbar-light .nav-item .nav-link::before {
  /*border-color: rgba(18, 116, 202,.9);*/
  border-color: #ffb6c1;
}
.navFixed {
  background: #fffff9;
  opacity: 0.9;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media screen and (max-width: 767px) {
  div.forFixedTop {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  div.fixed-top {
    animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.navbar-toggler-icon {
  height: 2em;
}
.custom-logo-link {
  /*display: inline-block;*/
  display: block;
}
.for-fixed-top-pc {
  /*前の要素のレイヤーが上がって、いっきに配置が詰まる解消*/
  padding-top: 56px;
}

/*ナビ関係 スマホ時*/
/*メニュー内電話番号など */
@media screen and (max-width: 768px) {
  #menu-mikey + a:hover {
    color: #ffb6c1;
    text-decoration: none;
  }
  a#sp-tel {
    font-size: 2rem;
  }
  #sp-tel::before {
    font-family: "Font Awesome 5 Free";
    content: "\f879";
    font-size: 2rem;
    font-weight: 900;
    margin-right: 4px;
    /*color:#f90;*/
  }
  p.sp-tel {
    margin-top: 16px;
    margin-bottom: 4px;
  }
  .navbar {
    box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.1);
  }
  div#sp-tel_bottom {
    height: 1rem;
  }
}

/*ナビ関係 スマホ時*/
/*ハンバーガーメニューの三本線が×に*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.my_openbtn {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  background: #ffb6c1;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}
/*ボタン内側*/
.my_openbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 45%;
}
.my_openbtn span:nth-of-type(1) {
  top: 13px;
}
.my_openbtn span:nth-of-type(2) {
  top: 19px;
}
.my_openbtn span:nth-of-type(3) {
  top: 25px;
}
.my_openbtn span:nth-of-type(3)::after {
  content: "Menu"; /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: 5px;
  left: -2px;
  color: #fff;
  font-size: 0.6rem;
  text-transform: uppercase;
}
/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.my_openbtn.my_active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.my_openbtn.my_active span:nth-of-type(2) {
  opacity: 0;
}
.my_openbtn.my_active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.my_openbtn.my_active span:nth-of-type(3)::after {
  content: "Close"; /*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(-45deg);
  top: 5px;
  left: 4px;
}

/*pcでの電話番号リンク対策*/
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*ヘッダー画像*/
.top_true {
  /*準備*/
}
div.top_false {
  height: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*overflow: hidden;*/
}
@media (min-width: 768px) {
  div.top_false {
    min-height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*overflow: hidden;*/
  }
}
@media screen and (max-width: 767px) {
  .top_false p {
    font-size: 1.25rem;
  }
}
.top_false p {
  margin-bottom: 0px;
  min-width: 343px;
  padding: 0 1rem;
  font-family: "丸フォーク M";
  font-size: 1.5rem;
  /*font-family: kings-caslon-display, serif;*/
  /*color: #01354a;*/
  color: #ffa07a;
  /*font-weight: bold;*/
  /*text-shadow: 0 0 4px rgba(255,255,255,0.9);*/
}
.top_false p span {
  display: inline-block;
}
.top_false i {
  color: #ffb6c1;
}
@media (min-width: 768px) {
  .top_false p::before {
    content: url(../img/mascot_class_360x100.svg);
    display: block;
  }
}
@media (max-width: 575px) {
  div.top_false {
    background-image: url("../img/topImage_2000x200_cloud_pink_sp.svg");
  }
}
@media (min-width: 576px) {
  div.top_false {
    background-image: url("../img/topImage_2000x200_cloud_pink.svg");
  }
}

/*フローティングバナー*/
@media screen and (max-width: 767px) {
  aside .mimi_r {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  aside .mimi_r {
    z-index: 1031;
    position: fixed;
    right: 0;
    left: auto;
    padding: 1rem;
    color: #ffffff;
    font-weight: bold;
    background-color: #ffb6c1;
    border-radius: 0.25rem 0rem 0rem 0.25rem;
    /*width: 70px;*/
    /*writing-mode: vertical-rl;*/
  }
}
.close {
  font-size: 1rem;
}
.close:hover {
  /*color: transparent;*/
}
.close:focus {
  outline: none;
}

/*最新のお知らせ*/
#primary section.latest-info p:last-child {
  margin-bottom: 0px;
}
section.latest-info h2 {
  color: #9d8e87;
}

/*これまでのお知らせ*/
ul.postList li {
  padding-left: 0.8rem;
  text-indent: -0.25rem;
  line-height: 1.5;
  border-bottom: 1px solid #e4e4e4;
}
ul.postList li:not(:first-child) {
  padding-top: 1rem;
}
ul.postList li:first-child {
  padding-top: 0rem;
}
ul.postList li span {
  display: inline-block;
}
ul.postList li span:last-child {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
ul.navbar-nav {
  margin: 0;
}
span.cate-color a[href*="info"] {
  color: #ffffff;
  background-color: #82cddd;
  padding: 0.1rem 1.5rem 0.1rem 1.5rem;
}
span.cate-color a[href*="blog"] {
  color: #ffffff;
  background-color: #ffe600;
  padding: 0.1rem 2rem 0.1rem 2rem;
}

/*ウィジェットエリア サイドバー*/
.widget_recent_entries li {
  line-height: 1.8;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  /*line-height: 3;*/
}

/*パンくずリスト*/
.bread-crumb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #222222;
  /*background-color:#f0efea;*/
  background-color: #fffff9;
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.1);
}
.bread-crumb p {
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0px;
}
.bread-crumb strong.current {
  font-weight: 400 !important;
}

/*ページナビ（一覧）*/
.page_navi {
  /*padding-top:10vw;
	padding-bottom:10vw;*/
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0px;
  margin-left: 0px;
  /*text-align:center;*/
  clear: both;
}
.page_navi li {
  display: inline;
  list-style-type: none;
}
.page_navi li.current span {
  color: #ffffff;
  background-color: #01354a;
}
.page_navi li a {
  padding: 7px 10px;
  background-color: #ffffff;
  color: #5f2f08;
  border: 1px solid #01354a;
}
.page_navi li a:hover {
  background-color: #01354a;
  color: #ffffff;
}
.page_navi li.page_nums span {
  padding: 7px 10px;
  background-color: #01354a;
  color: #ffffff;
  border: 1px solid #01354a;
}
.page_navi li.current span {
  padding: 7px 10px;
  color: #ffffff;
  border: 1px solid #01354a;
}

/*記事個別ページ送り*/
.page_navi_kobetsu {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}

/*テーブル関係（アクセス）*/
.mikey_table table {
  width: 100%;
  /*margin: 20px 0;*/
  /*margin-bottom: 20px;*/
  border-collapse: collapse;
  border-spacing: 0;
}
.mikey_table table th,
.mikey_table table td {
  /*white-space: nowrap;*/
  padding: 20px;
  line-height: 1.5;
  vertical-align: top;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.mikey_table table th {
  /*white-space: nowrap;*/
  /*width: 30%;*/
  /*background-color: #f0f0f0;*/
  background-color: #fff7ef;
}
.mikey_table table td {
  /*background-color: #fafafa;*/
  background-color: #fff9f4;
}
.mikey_table table tbody.th3 th {
  width: 30%;
}
.mikey_table table tbody.th7 th {
  width: 70%;
}
.mikey_table table td p {
  margin-bottom: 0px;
}
.mikey_table span {
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .guidance th {
    width: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .mikey_table table th,
  .mikey_table table td {
    width: 100%;
    display: block;
  }
  .mikey_table table tbody.th3 th {
    width: 100%;
  }
  .mikey_table table tbody.th7 th {
    width: 100%;
  }
  .mikey_table span.mb {
    margin-bottom: 10px;
  }
  .aboutus-pl {
    padding-left: 1.5rem;
  }
}
.mikey_table dl {
  margin-bottom: 0px;
}
.mikey_table dd {
  margin-right: 0px;
}
.mikey_table caption {
  caption-side: top; /*位置*/
  color: #01354a;
  padding-top: 0px;
}

/*フォーム関係*/
span.f-required {
  background: #fa8072;
  color: #ffffff;
  padding: 0.25rem 0.35rem;
  border-radius: 0.35rem;
}
input[type="text"] {
  /*表示幅をsize=30などで指定しないこと*/
  max-width: 100%;
}
input[type="email"] {
  /*表示幅をsize=30などで指定しないこと*/
  max-width: 100%;
}
span.mwform-zip-field {
  /*iPhoneで、入力時縦にズレる事象の解決の為*/
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
span.mwform-tel-field {
  /*iPhoneで、入力時縦にズレる事象の解決の為*/
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 575px) {
  /* .mwform-checkbox-field input, */
  .mwform-radio-field input {
    margin-right: 1px;
  }
}


/*inputボタン高さ調整*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.8rem;
  line-height: 1.5;
  /*padding: .5rem 0.5rem .2rem;*/
  text-align: center;
}

/*buttonのhover時の輪郭線削除*/
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ffffff;
}

/*検索フォーム関係*/
input.search-submit:hover {
  background-color: #f0efea;
}
.search-form label {
  width: 78%;
}
.search-form input[type="search"] {
  width: 100%;
}
.search-form input[type="submit"] {
  width: 20%;
}

/*アーカイブ ドロップダウンボタン*/
select {
  padding-bottom: 5px;
}

/*テーブル関係*/
.profile table,
.schedule table {
  width: 100%;
}
.profile th,
.schedule th {
  width: 30%;
}
.profile ul,
.schedule ul {
  margin-left: 0rem;
  padding-left: 0rem;
}
.schedule_mark {
  color: #ffb6c1;
}
.profile th,
.profile td,
.schedule th,
.schedule td {
  border-bottom: 1px solid #e4e4e4;
  vertical-align: middle;
}
.profile th,
.profile td {
  line-height: 2rem;
}
.tr_next th,
.tr_next td {
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
}

/*4カラムと2カラムの可変レイアウト*/
@media screen and (max-width: 767px) {
  div.pl {
    padding-left: 5px;
  }
  div.pr {
    padding-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  div.pl {
    padding-right: 15px;
  }
  div.pr {
    padding-left: 15px;
  }
}

/*固定ページコンテンツコーディング用*/
/*.page-codingでラップする。*/
#page-coding li {
  line-height: 1.8;
}

/*YouTube動画埋め込みレスポンシブ化 翔友会参照 2021.07.15*/
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*角丸ボタン*/
.btn {
  background: salmon; /* 背景色 */
  color: #fff; /* 文字色 */
  font-weight: 600 !important;
  padding: 16px 40px; /* 上下の余白、左右の余白 */
  text-decoration: none; /* デフォルトで入る下線を消す */
  border-radius: 30px; /* 角を丸くする */
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}
.btn:hover {
  opacity: 0.7;
}

/*レイアウトシフト対策*/
.aspect-ratio-175-131 {
  /*700px x 524px*/
  aspect-ratio: auto 175 / 131;
}

/*bootstrap4 クラス定義上書き*/
.rounded {
  border-radius: 0.5rem !important;
}
.rounded-top {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}
.rounded-right {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-left {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.nav-tabs .nav-link {
  color: #9d8e87;
  font-size: 1.25rem;
  font-family: "じゅん 501";
  border: 2px solid;
  border-bottom: 1px solid;
  border-color: #dee2e6 #dee2e6 #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-color: #f5f5f5; /* 非アクティブ時の薄いグレー背景 */
}

/* .nav-tabs .nav-item {
  margin-bottom: -2px;
} */

/* .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #dee2e6 #dee2e6 #fff;
} */

footer .nav-tabs .nav-link:hover {
  border-color: #fff #fff #ffb6c1;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #9d8e87;
  font-size: 1.25rem;
  font-family: "じゅん 501";
  background-color: transparent; /* アクティブ時の透明背景 */
  border-color: #dee2e6 #dee2e6 #fff;
}

a#nav-tab-nagamachi {
  margin-left: 5px;
}

/* 園での一日 */
footer .nav-tabs,
#daily .nav-tabs {
  border-bottom: 1px solid #ffb6c1;
}

footer .nav-tabs .nav-link,
#daily .nav-tabs .nav-link {
  /* border: 1px solid; */
  /* border-color: transparent; */
  border-color: #fff #fff #ffb6c1;
  /* border-color: #ffb6c1 #ffb6c1 #fff; */
  background-color: #f5f5f5; /* 非アクティブ時の薄いグレー背景 */
}

footer .nav-tabs .nav-link.active,
footer .nav-tabs .nav-item.show .nav-link,
#daily .nav-tabs .nav-link.active,
#daily .nav-tabs .nav-item.show .nav-link {
  border-color: #ffb6c1 #ffb6c1 #fff;
  background-color: transparent; /* アクティブ時の透明背景 */
}

/* footer .nav-tabs .nav-link:hover,
#daily .nav-tabs .nav-link:hover {
  border-color: #fff #fff #ffb6c1;
} */

footer .nav-tabs .nav-link:focus,
#daily .nav-tabs .nav-link:focus {
  border-color: #ffb6c1 #ffb6c1 #fff;
}
/*
#daily tr:nth-child(1) {
	border-top: solid 1px #ffb6c1;
}
*/
#daily tr {
  border-bottom: solid 1px #ffb6c1;
}
#daily th {
  font-family: "じゅん 501";
  font-size: 1.25rem;
  color: #9d8e87;
}
@media (max-width: 575px) {
  #daily a.nav-item {
    font-size: 1rem;
  }
}

/*行事の写真一覧スマホ時の余白設定*/
@media (max-width: 575px) {
  .event_name div:nth-child(odd) {
    padding-right: 8px;
  }
  .event_name div:nth-child(even) {
    padding-left: 8px;
  }
}
/*行事の写真一覧の「月」の配置*/
.event_name div {
  position: relative;
}
.event_name p {
  color: #9d8e87;
}
.event_name .month {
  position: absolute;
  top: -15px;
  left: 0px;
  border-radius: 50%;
  background: #f2a0a1;
  width: 70px;
  height: 67px;
  padding-top: 4px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: "丸フォーク M";
  white-space: nowrap; /*改行がスペースになりデザインを崩す対策*/
}
.event_name .month span {
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .event_name .month {
    position: absolute;
    top: -25px;
    left: 5px;
    border-radius: 50%;
    background: #f2a0a1;
    width: 50px;
    height: 47px;
    padding-top: 8px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: "丸フォーク M";
    white-space: nowrap; /*改行がスペースになりデザインを崩す対策*/
  }
  .event_name .month span {
    font-size: 12px;
  }
}

/*バックグランドイメージ*/
@media (max-width: 575px) {
  .img_cover_gaikan {
    background: url(../img/gaikan_minaminakayama_1152x648.jpg) no-repeat center center;
    background-size: cover;
    aspect-ratio: 16/9;
  }
}
@media (min-width: 576px) {
  .img_cover_gaikan {
    background: url(../img/gaikan_minaminakayama_1920x1080.jpg) no-repeat center center;
    background-size: cover;
    aspect-ratio: 16/9;
  }
}

/*フッター*/
footer .widget h3 {
  border-bottom: 2px solid #ffb6c1;
}
footer.site-footer {
  /*font-size:0.9rem;*/
  /*padding-top:1rem;*/
  background-color: #fdede4;
  /*color:#01354a;*/
  color: #3f312b;
}
footer.site-footer address {
  text-align: center;
  letter-spacing: 0.1rem;
  /*color:#01354a;*/
  color: #ffffff;
  background-color: #aacf53;
  /*background: linear-gradient(90deg, #ffb6c1 0%, #ffe600 100%);*/
}
@media screen and (max-width: 575px) {
  footer.site-footer div.row > div {
    border-left: none;
  }
  footer.site-footer div.under-line {
    width: 100%;
    padding-top: 1rem;
    border-left: none;
    /*border-bottom:solid 1px #01354a;*/
  }
}
@media screen and (min-width: 576px) {
  footer.site-footer div.row > div {
    /*border-left: 1px solid #01354a;*/
    border-bottom: none;
  }
  footer.site-footer div.under-line {
    display: none;
  }
}
footer.site-footer h3.widget-title {
  font-size: 1.5rem;
  /*padding-bottom: 1rem;*/
}
footer p.footer-link {
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  /*googleMap表示領域の高さ調整*/
  div.footerMapField {
    max-width: 100%;
    height: 300px;
    /* border-bottom: 1px solid #ffb6c1; */
  }
}
@media screen and (min-width: 576px) {
  /*googleMap表示領域の高さ調整*/
  div.footerMapField {
    max-width: 100%;
    height: 500px;
    /* border-bottom: 1px solid #ffb6c1; */
  }
}
