/*
追加用CSS　PC表示
ベース：#fff　白
メイン：#3b130a　ブラウン
アクセント：#24abb9 水色
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lobster+Two:700i&display=swap');
img {
  display: block;
}

a, a:visited {
  /*color: #3b130a;*/
  font-weight: 400;
  text-decoration: none;
}

img+br {
  display: none!important;
}

.red-txt {
  color: #dd3636!important;
  font-size: 14px;
}

#overview-access .red-txt {
  font-size: 14px;
}

.red-txt:hover {
  text-decoration: underline;
}

.orange-marker {
  background: -o-linear-gradient(transparent 70%, #f7d6c3 40%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(40%, #f7d6c3));
  background: linear-gradient(transparent 70%, #f7d6c3 40%);
}

.g-marker {
  background: -o-linear-gradient(transparent 70%, #dceebf 40%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(40%, #dceebf));
  background: linear-gradient(transparent 70%, #dceebf 40%);
}

.logo-img img {
  max-width: 300px;
}

.pcnone {
  display: none !important;
}

.pcnone02 {
  display: none !important;
}

.pcnone03 {
  display: none !important;
}

.title h2 {
  font-weight: bold;
  font-size: 26px;
  color: #e591af;
  letter-spacing: 2px;
  position: relative;
  z-index: 10;
}

.title {
  position: relative;
}

.background-page .title:after {
  display: none;
}

a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #fff;
}

h1, h2, h3, h4, h5, h6, p, li,td,th {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  color: #272727;
}

td,th {
  font-size: 14px;
}

.post body, .post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .post a, .post p {
  color: #272727;
}

h3 {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
}

img {
  display: block;
}

.lb-back-to-top {
  right: 2em;
  border: none;
  color: #fff;
  background-color: #b3b3b3;
  font-size: 14px;
  padding: 20px 15px;
}

.lb-back-to-top:hover {
  background-color: #3b130a;
  color: #fff;
}

.border {
  display: block;
  width: 30%;
  height: 7px;
  background: none;
  margin: 0 auto;
  /*border-bottom: solid 5px #583823;*/
    border-bottom: solid 5px #3f0009;
}

.background-page .border {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.left, .right {
  width: 47%;
}

.alignitem-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shadowbox {
  width: 100%;
  height: 200px;
  background-color: #3f0009;
  position: relative;
  top: 5px;
  left: 5px;
}

.mainbox {
  width: 100%;
  height: 200px;
  position: relative;
  top: -5px;
  left: -5px;
}

.mainbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 1500ms;
  -o-transition: all 1500ms;
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

a.button {
  position: relative;
  display: inline-block;
  padding: .5em 4em;
  border: 2px solid#3c130c;
  color: #e591af;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a.button:visited {
  color: #3c130c;
}

a.button:hover:visited {
  color: #fff;
  /*border: 2px solid#3c130c;*/
	border: 2px solid#3f0009;
}

.button:hover {
  color: #fff;
  border: 2px solid#3c130c;
}

.button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #3c130c;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.button:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.state-title01 {
  padding: 15px;
  text-align: center;
  background-color: #3f0009;
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  max-width: 300px;
  margin: 0 auto 20px auto;
}

/* =header
      -------------------------------------------------------------- */
nav.row2.flex.fixed {
    background: url(/wp-content/uploads/2020/11/header-bg.png);
}
.logo-img img {
  max-width: 350px;
  width: 100%;
}

.locon_item img {
  width: 100%;
  max-width: 350px;
}

.locon_item02 img {
  width: 45px;
  height: auto;
}

nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: none;
  background-color: #fff;
}

nav.row2 .logo .logo-img {
  width: 60%;
  padding: 5px 0 10px;
}

nav.row2 .navigation.desktop {
  width: 100%;
  margin: 0 auto;
}

nav.row2 .logo-box {
  padding: 0 15px 0 0;
}

.nav li ul {
  top: 44px;
  left: -33px;
}

.mobile.navigation .nav-content a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #3b130a;
}

.logo:hover {
  opacity: 0.7;
}

.desktop.navigation {
  padding-top: 0px;
  width: 100%;
  margin-right: 0;
  /*background-color: #3b130a;*/
}
.navigation.desktop {
    background: #3f0009;
}
.navigation.desktop ul.nav li a:after {
  content: "";
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  border-right: solid 1px #fff;
  padding-left: 1.5em;
}

.navigation.desktop ul.nav li:last-of-type a:after {
  content: "";
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  border-right: none;
  padding-left: 20px;
}

.header-phone img:hover {
  opacity: 0.7;
}

.desktop.navigation .nav-content li {
  padding: 0;
  margin: 0;
}

.desktop.navigation .nav-content a {
  font-weight: bold;
  -webkit-transition: 0.1s;
  letter-spacing: 2px;
  -o-transition: 0.1s;
  transition: 0.1s;
  color: #fff;
  line-height: 2.5em;
  margin: 0;
  padding: 0.3em 0 0.3em 1.5em;
}

.desktop.navigation .nav-content a:hover, .desktop.navigation .nav-content a.active {
  /*color: #ff91b8;*/
	color: #ffccde;
}

.mobile.navigation .nav-content li {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px dashed 1px solid #c4c4c4;
}

.mobile.navigation .nav-content a {
  color: #3b130a;
  ;
}

.mobile.navigation {
  display: none;
  width: 100%;
  margin: 0;
  background: #fff;
  float: left;
  border-bottom: 2px solid #3b130a;
  ;
}

.sub-header {
  background-position: center !important;
}

.sub-header {
  width: 100%;
  background-size: cover !important;
  height: 250px;
}

.icon-bar {
  background: #3b130a;
}

.t-center {
  text-align: center;
  display: block;
}

.f-bold {
  font-weight: bold;
}

/* =お知らせ
-------------------------------------------------------------- */

dl.topics dd time {
  color: #7b7b7b;
  margin-right: 0px;
  font-size: 16px;
}

dl.topics.clearfix {
  width: 100%;
}

dl.topics dd a {
  color: #404040;
  display: block;
  font-size: 16px;
}

dl.topics dd a:hover {
  text-decoration: underline;
}

dl.topics dd span.password-txt {
  display: inline-block !important;
}

dl.topics dd {
  margin-left: 0;
  padding: 15px 5px;
  margin-bottom: 0px;
  border-bottom: dashed 1px#3b130a;
}

dl.topics dd:last-of-type {
  border-bottom: none;
  margin-bottom: 0px;
}

dl.topics dd span {
  background: #24abb9 !important;
  border-radius: 5px;
  padding: 3px 7px !important;
  display: inline-block;
  margin-bottom: 5px !important;
  margin-right: 5px;
}

dl.topics dd span.news {
  background: #e9a1bb !important;
}

dl.topics dd span a {
  color: #fff;
  font-size: 14px !important;
  font-weight: bold !important;
}

.alignright {
  display: none;
}

.sidebar h3 {
  color: #fff;
  font-weight: bold;
}

.widget_categories .cat-item a:hover {
  color: #3b130a!important;
}

#blog-category {
  padding-top: 0;
}

.post-title h2 {
  margin-bottom: 0;
}

.post-meta h6, .post-meta a {
  color: #404040 !important;
  font-size: 18px;
}

.post-title a {
  color: #404040 !important;
}

.link-btn {
  max-width: 350px;
  margin: 60px auto 0 auto;
}

.sub-header h2 {
  color: #3b130a;
}

.sidebar h3 {
  background-color: #3b130a;
  color: #fff;
  font-weight: bold;
}

.post-title a, .post-title h2 {
  color: #404040 !important;
  font-size: 26px;
  font-weight: bold!important;
}

.post-title a:hover {
  color: #3b130a!important;
}

.post-title .post-meta a {
  font-size: 18px;
  font-weight: normal!important;
}

.pager a:hover {
  color: #3b130a;
}

/* =園の紹介
-------------------------------------------------------------- */

#introduction {
  padding-bottom: 0;
}

.intro-head {
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  margin-bottom: 40px;
}

.in_wrap.p-top {
    background: #fff7fa;
    padding: 5em 15em;
    border-radius: 5em;
}
.point-wrap {
  margin-bottom: 80px;
}

.point-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.point-wrap ul li .left {
  width: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.point-wrap ul li .center {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.point-wrap ul li .left .nm {
  font-size: 80px;
  color: #e9a1bb;
  font-weight: black;
  font-family: 'Lobster Two', cursive;
}

.point-wrap ul li .center h4 {
  width: 100%;
  font-size: 26px;
  color: #3b130a;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.point-wrap ul li {
  padding: 30px 0px;
  border-bottom: 1px solid #d2d2d2;
}

.point-wrap ul li:last-of-type {
  padding: 30px 0px 0 0px;
  border-bottom: none;
}

.point-wrap ul li .right {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.point-wrap ul li .right img {
  display: block;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro-list {
  margin-top: 20px;
  padding: 25px;
  background-color: #f3ece7;
}

.goal .shadowbox, .idea .shadowbox {
  height: 270px;
}

.goal .mainbox, .idea .mainbox {
  height: 270px;
}

.intro-list li {
  font-size: 18px;
  color: #3b130a;
}

.goal-head {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 0;
  color: #22acb9;
}

.fa-envira {
  color: #529c5c;
}

/* =園の特色
-------------------------------------------------------------- */

.feature-wrap li {
  width: 23%;
}

/*.feature-wrap .shadowbox {
  height: 380px;
}

.feature-wrap .mainbox {
  height: 380px;
}*/

.feature-title {
  text-align: center;
  color: #3b130a;
  padding: 0;
  margin: 15px 0;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: bold;
  color: #24abb9;
}

/* =園の生活
-------------------------------------------------------------- */

#life {
  padding-bottom: 0;
}

.tab-group {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 10px 10px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  width: 45%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 24px;
  border-radius: 25px;
  color: #bfbfbf;
  border: none;
  letter-spacing: 2px;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  background: #f7f7f7;
  margin-bottom: 30px;
}

.tab:hover {
  background: #3b130a;
  color: #FFF;
}

.tab-A.is-active {
  background: #3b130a;
  color: #FFF;
}

.tab-B.is-active {
  background: #3b130a;
  color: #FFF;
}

.flow-catch {
  font-size: 18px;
  text-align: center;
  line-height: 2em;
}

.schedule-img-wrap {
  max-width: 700px;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #f3ece7;
}

.flow-title {
  text-align: center;
  padding: 10px 15px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}

.flow-block01 .flow-title {
  background-color: #e591af;
}

.flow-block02 .flow-title {
  background-color: #24B3C2;
}

.life-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.life-img .shadowbox {
  width: 48%;
  margin-bottom: 20px;
}

.tablepress tfoot th, .tablepress thead th {
  background-color: #3f0009;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}

.tablepress .odd td {
  background-color: #f3ece7;
}

.tablepress tbody {
  border: 1px solid #dacfc6;
}

.tablepress tbody td, .tablepress tfoot th {
  border-top: 1px solid #dacfc6;
}

.event-catch {
  font-size: 26px;
  color: #3b130a;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.event-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-block {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 30px;
  background-image: url(../images/spring.jpg);
  background-size: cover;
}

.event-block.summer {
  background-image: url(../images/summer.jpg);
  background-position: bottom;
}

.event-block.autumn {
  background-image: url(../images/autumn.jpg);
}

.event-block.winter {
  background-image: url(../images/winter.jpg);
}

.event-block .left {
  width: 30%;
  background-color: #dd9cd8;
  padding: 10px;
}

.event-block.summer .left {
  background-color: #5fc28c;
}

.event-block.autumn .left {
  background-color: #d67766;
}

.event-block.winter .left {
  background-color: #68c6e2;
}

.event-block .right {
  width: 65%;
}

.event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-list li {
  width: 48%;
  font-weight: bold;
  color: #3b130a;
  font-size: 18px;
}

.event-sub {
  text-align: center;
  background-color: #3b130a;
  padding: 15px;
  margin: 15px auto 20px auto;
  letter-spacing: 0;
  color: #fff;
  max-width: 350px;
  font-size: 20px;
  font-weight: bold;
}

.event-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-img {
  width: 24%;
}

.event-img-head {
  text-align: center;
  color: #3b130a;
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
}

.season {
  margin-bottom: 0px;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.month {
  margin-bottom: 0;
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* =入園案内
-------------------------------------------------------------- */

#guide {
  padding-bottom: 0;
}
#guide .right.fadein.scrollin {
    width: 48%;
}
#guide .left.fadein.scrollin {
    width: 48%;
}
.tablepress-table-name {
  color: #24abb9;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

#guide .tablepress td.column-1,#overview-access .tablepress td.column-1{
  width: 23%;
  background-color: #f3ece6;
  color: #3b130a;
  font-weight: bold;
}

#guide .tablepress td.column-2,,#overview-access .tablepress td.column-2 {
  width: 77%;
}

#guide #tablepress-5.tablepress td.column-1,#guide #tablepress-7.tablepress td.column-1 {
  width: 50%;
}

#guide #tablepress-5.tablepress td.column-2,#guide #tablepress-7.tablepress td.column-2 {
  width: 50%;
}

#tablepress-6 tr.row-1 td.column-2 {
  font-size: 14px;
  color: #3b130a;
  font-weight: bold;
}

/* =求人情報
-------------------------------------------------------------- */

.tab.is-active {
  background: #3f0009;
  color: #FFF;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

dl.recruit-box {
  margin: 10px 15px 20px!important;
  background: #fff!important;
  padding: 15px;
  border-radius: 0px!important;
  border: solid 2px #3b130a!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

dl.recruit-box dt span.cat {
  display: none!important;
}

dl.recruit-box dd.custum-feeld span {
  background: #24abb9;
  padding: 5px 8px;
  border-radius: 0px;
}

dl.recruit-box dt span {
  background: #24abb9;
  border-radius: 0px;
}

section#recruit-single h3 {
  font-size: 32px;
  padding: 0 0 15px 0;
  letter-spacing: 0;
  color: #3b130a;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 20px;
  background: none;
}

.job-table tr:first-of-type th {
  margin-top: 0;
}

.job-table tr tr {
  border-radius: 0;
}

.job-table tr td {
  background: #fff;
  border-radius: 0;
}

.job-table tbody {
  border: 1px solid #dacfc6;
}

.job-table tr th, .job-table tr td {
  display: table-cell;
  border-top: #dacfc6 1px solid;
}

.job-table tr:first-of-type th, .job-table tr:first-of-type td {
  border-top: none;
}

.job-table tr th {
  width: 25%;
  border-radius: 0;
  position: relative;
  background: #f3ece6;
}

.job-table tr td {
  width: 75%;
  border-radius: 0;
  padding-left: 40px;
}

.job-table tr th, .job-table tr td, .job-table tr td p {
  font-size: 16px;
  margin-bottom: 0;
  color: #505050;
}

.post-body p {
  color: #505050;
}

.entry-btn a {
  padding: 20px 5px;
}

#recruit-single .blog-content {
  width: 100%;
}

#recruit-single th {
  color: #3b130a;
}

#recruit-single .blog-content .post {
  padding: 25px;
  background: rgba(0, 0, 0, 0);
  border-bottom: none;
}

#recruit-single a:visited {
  color: #ffffff;
}

#recruit-single a:visited:hover {
  color: #24abb9;
}

#recruit-single.content.padded {
  padding-bottom: 20px;
}

#recruit-single .post {
  margin-top: 0px;
}

#recruit-single .title {
  width: 100%;
  margin: 0;
  padding: 40px 15px 0;
}

#recruit-single .title h3 {
  padding: 0;
}

.entry-btn a {
  border-color: #24abb9;
  background: #24abb9;
  color: #fff;
}

.entry-btn a:hover {
  background: #ffffff;
  color: #24abb9;
  border-bottom: none;
  -webkit-box-shadow: 0px 0px 0px 5px #24abb9;
  box-shadow: 0px 0px 0px 5px #24abb9;
}

.recruit-list .title {
  padding: 20px!important;
}

.contents-none {
  text-align: center;
  margin: 20px 0;
}

.recruit-list p.title {
  border-top: 2px solid #3c130c;
  border-bottom: 2px solid #3c130c;
  color: #3c130c;
}

#thanks .width1400 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.75em;
}

#thanks p {
  font-size: 18px;
  line-height: 1.75em;
}

/* =概要・アクセス
-------------------------------------------------------------- */

#overview-access .shadowbox, #overview-access .mainbox {
  height: 270px!important;
}

.overview-catch {
  margin-bottom: 50px;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.access-title {
  background-color: #3c130c;
  color: #fff;
  padding:10px 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  font-weight: bold;
}

#overview-access {
  padding-bottom: 0;
}

.info-bnr {
  max-width: 600px;
  margin: 20px auto 0 auto;
}

.info-bnr a img:hover {
opacity: 0.7;
}

/* =お問い合わせ-------------------------------------------------------------- */


table.defTable01 th, table.defTable01 td {
    border-right: 1px solid #dacfc6;
    border-left: 1px solid #dacfc6;
}

table.defTable01 th {
  background: #f3ece6;
  border-left: 1px solid #dacfc6;
  width: 30%;
  font-weight: bold;
  color:  #3c130c;
}

table.defTable01 tr:first-of-type th, table.defTable01 tr:first-of-type td {
    border-top: 1px solid #dacfc6;
}

table.defTable01 td {
    background: #fff;
    border-right: 1px solid #dacfc6;
}

table.defTable01 th, table.defTable01 td {
    vertical-align: middle;
    padding: 24px 10px;
    border-bottom: 1px solid #dacfc6;
}

table.defTable01 th span {
    background: #22acb9;
    font-weight: bold;
}

table.defTable01 td.cen input {
    background: #22acb9;
    border: 2px solid#22acb9;
}

table.defTable01 .privacyBox h4 {
    border-left: 4px solid #22acb9;
}

table.defTable01 .cen.last {
    background: rgba(0, 0, 0, 0);
    border: none;
}

table.defTable01 input[type=text] {
    border: 1px solid #dbdbdb;
    padding: 1rem;
}

table.defTable01 textarea {
    border: 1px solid #dbdbdb;
    padding: 20px;
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    height: 160px;
}

table.defTable01 .privacyBox {
    width: 100%;
    padding: 0 20px 20px;
    border: 1px solid #dbdbdb;
    height: 160px;
    background: #FFF;
    overflow-y: scroll;
    margin-bottom: 20px;
    font-size: 0.875rem;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #16a73a;
    text-align: center;
    background-color: #fff;
    color: #df3f3f;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

.wpcf7c-conf {
  background-color: #d9f0f3;
}

/* =フッター
-------------------------------------------------------------- */

.copyright {
  background: #3f0009;
}

.copyright h6, .copyright a {
  color: #fff;
  font-size: 16px;
}

.f-logo {
  width: 300px;
  margin: 15px auto 25px;
}

.footer_address p, .footer_address a {
  color: #3c130c;
}

.footer_address p:hover, .footer_address a:hover, .footer-nav a:hover {
  text-decoration: underline;
}

.footer-nav {
  background-color: #fff;
}

.footer-nav a {
  color: #3b130a;
}

/* =ターコイズ→ライトブルー
-------------------------------------------------------------- */
.feature-title {
    text-align: center;
    color: #3b130a;
    padding: 0;
    margin: 15px 0;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: bold;
    color: #8fbdf3;
}

.flow-block02 .flow-title {
    background-color: #8fbdf3;
}

.tablepress-table-name {
    color: #8fbdf3;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

dl.recruit-box dt span {
    background: #8fbdf3;
    border-radius: 0px;
}

dl.recruit-box dd.custum-feeld span {
    padding: 5px 8px;
    border-radius: 0px;
    background: #8fbdf3;
}

table.defTable01 th span {
    background: #8fbdf3;
    font-weight: bold;
}

table.defTable01 .privacyBox h4 {
    border-left: 4px solid #8fbdf3;
}

table.defTable01 td.cen input {
    border: 2px solid#8fbdf3;
    background: #8fbdf3;
}
dl.recruit-box dd.recruit-img img {
    width: 100%;
    object-fit: cover;
    max-height: 150px;
}

.rec-bnr {
    margin: 5em auto;
}
.rec-bnr img {
    background: #fff;
    border: solid 4px #56b1b0;
}

/*2025-0618 追加*/
.video-wrapper {
  position: relative;
  padding-top: 56.25%; /* 16:9比率 */
  width: 80%;
  margin: 0 auto;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* スマホ画面サイズ時の調整 */
@media screen and (max-width: 768px) {
  .video-wrapper {
    width: 100%;
  }
}