/*
 Theme Name: nano_tcd065_child
 Template: nano_tcd065
 Version:4.1.4
 */
* {
  font-family: serif;
}

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@300;400;500;600;700&display=swap");

/*PC スマホ切り替え*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}
img.alignnone.size-medium {
  max-width: 360px !important;
}
h2 {
  padding-top: 50px;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
p {
  font-size: 16px !important;
}
section {
  padding-top: 100px;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.full {
  padding: 4px 8px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.title_base {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500 !important;
  margin-bottom: 10px;
  color: #000000;
  font-size: 46px !important;
  margin-bottom: 10px !important;
}
.title_base2 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500 !important;
  margin-bottom: 10px;
  color: #000000;
  font-size: 46px !important;
  margin-bottom: 42px !important;
}
.title_base3 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500 !important;
  margin-bottom: 10px;
  color: #000000;
  font-size: 36px !important;
  margin-bottom: 42px !important;
  margin-top: 50px;
}
.title_base_sub {
  line-height: 0 !important;
  color: #96c1ac;
}
.title_base_sub2 {
  line-height: 1.4em !important;
  color: #777;
  padding-top: 50px;
}
.title_sub {
  font-size: 20px !important;
}
.desc {
  width: 70%;
}
.back_be {
  background-color: #fffcf0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.back_rg {
  background-color: #d5e6bf;
  padding-top: 30px;
}
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
.item30 {
  width: 32%;
  display: flex;
  flex-direction: column;
}
.item50 {
  width: 48%;
  display: flex;
  flex-direction: column;
}
.gap {
  margin: 50px;
}
.l-inner60 {
  width: 60%;
}
.pt100 {
  padding-top: 100px !important;
  padding-bottom: 100px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
/* テーブル */
table.orgtable {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
  width: 600px;
}
table.orgtable th,
table.orgtable td {
  border: 1px solid #bbb;
  padding: 1.5em 1em;
  text-align: left;
}
table.orgtable th {
  background: #eee;
}
@media (max-width: 650px) {
  table.orgtable th,
  table.orgtable td {
    display: block;
  }
}

/* テーブルここまで */
.googlemap {
  width: 100%;
  height: 600px;
}

a.base_btn {
  color: #ffffff !important;
  background: #507e71;
  text-align: center;
}
a.base_btn {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  min-width: 240px;
  height: 60px;
  padding: 0 15px;
}
a.base_btn:hover {
  background-color: #96c1ac;
  text-decoration: none !important;
}
