@charset "UTF-8";
/*
Theme Name: 涵養荘
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  color: #111;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "palt";
}

::-webkit-input-placeholder {
  color: #BDBEBF;
}

:-ms-input-placeholder {
  color: #BDBEBF;
}

::-moz-placeholder {
  color: #BDBEBF;
}

::-placeholder {
  color: #BDBEBF;
}

a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/* ----------------------------- スマホ以外（768px～） */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }

  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%;
    min-width: initial;
  }
}
/* ----------------------------- 0. 共通パーツ */
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-col {
  color: #00793F;
}
.u-col__red {
  color: #C00;
}
.u-col__blue {
  color: #36F;
}

.u-mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-gothic {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.u-italic {
  font-style: italic;
}

.u-bold {
  font-style: bold;
}

.u-underline {
  font-style: underline;
}

.u-center {
  text-align: center !important;
}
.u-center th, .u-center td {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}
.u-right th, .u-right td {
  text-align: right !important;
}

.u-left {
  text-align: left !important;
}
.u-left th, .u-left td {
  text-align: left !important;
}

.u-top {
  vertical-align: top !important;
}
.u-top th, .u-top td {
  vertical-align: top !important;
}

.u-middle {
  vertical-align: middle !important;
}
.u-middle th, .u-middle td {
  vertical-align: middle !important;
}

.u-bottom {
  vertical-align: bottom !important;
}
.u-bottom th, .u-bottom td {
  vertical-align: bottom !important;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-anchor {
  position: relative;
  margin-top: -70px;
  padding-top: 70px;
}

.c-wrap {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}
.c-wrap__1024 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}
.c-wrap__760 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}
.c-wrap__670 {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.c-wrap-separate {
  padding-left: 80px;
  padding-right: 80px;
}

.u-bg1 {
  background: #f6f6f6;
}

.c-separate1 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.c-btn1 {
  text-align: center;
}
.c-btn1 a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  background: #C2AA32;
  border-radius: 60px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-btn1.white a {
  border: 1px solid #707070;
  background: #fff;
  color: #111;
}

.c-title1 {
  text-align: center;
  margin-bottom: 35px;
}
.c-title1 .h {
  border-bottom: 1px solid #AFAFAF;
  padding-bottom: 10px;
  font-weight: normal;
}
.c-title1 .h.letter {
  letter-spacing: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-title1 .t {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.5em;
  line-height: 140%;
  padding-top: 10px;
}

.c-title2 {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 20px;
  font-weight: normal;
}
.c-title2.letter {
  letter-spacing: 0.5em;
}
.c-title2:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #AFAFAF;
}

.c-table1 {
  width: 100%;
}
.c-table1 table {
  width: 100%;
}
.c-table1 th,
.c-table1 td {
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  border-top: 1px solid #00793F;
  padding: 18px 28px;
}
.c-table1 th {
  font-weight: normal;
  width: 220px;
  text-align: left;
}
.c-table1 tr:last-child th,
.c-table1 tr:last-child td {
  border-bottom: 1px solid #00793F;
}

.c-table__nostyle {
  width: 100%;
}
.c-table__nostyle th, .c-table__nostyle td {
  padding: 2px 0 !important;
  border: 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background: transparent;
}

.c-pagination {
  clear: both;
  position: relative;
  padding-top: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination:before, .c-pagination:after {
  display: none;
}
.c-pagination .prev,
.c-pagination .next {
  display: block;
  width: 60px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #141414;
}
.c-pagination .prev {
  text-align: left;
}
.c-pagination .next {
  text-align: right;
}
.c-pagination span.prev,
.c-pagination span.next {
  color: #141414;
}
.c-pagination .pages {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-pagination .pages a,
.c-pagination .pages span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 8px;
  padding-bottom: 6px;
  width: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #141414;
  margin-left: 12px;
  margin-right: 12px;
}
.c-pagination .pages span.current {
  border-bottom-color: #141414;
}

.js-tab__content {
  display: none;
}
.js-tab__content.is-active {
  display: block;
}

.u-googlecalendar-wrap {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.u-googlecalendar-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.u-youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.u-youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.u-youtube-wrap.still {
  padding-top: 0;
}
.u-youtube-wrap img.replace {
  cursor: pointer;
}
.u-youtube-wrap .js-youtube-replace:before {
  display: block;
  content: "";
  background: url(../img/icon_youtube.svg) no-repeat center;
  background-size: 70px 49px;
  width: 70px;
  height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.u-youtube-wrap .js-youtube-replace:hover:before {
  background-image: url(../img/icon_youtube-red.svg);
}

/* フェードインしながら少し上へ */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-animate {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animate.is--animate {
  -webkit-animation: fadeInUp 0.8s 1 ease-in-out;
  animation: fadeInUp 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.js-animate--delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.js-animate--delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.js-animate--delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.js-animate--delay4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.js-animate--delay5 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.js-animate--delay6 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.js-animate--delay7 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.js-animate--delay8 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}
.js-animate--delay9 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}
.js-animate--delay10 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.js-animate--delay11 {
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}
.js-animate--delay12 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
.js-animate--delay13 {
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}
.js-animate--delay14 {
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}
.js-animate--delay15 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}
.js-animate--delay16 {
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}
.js-animate--delay17 {
  -webkit-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}
.js-animate--delay18 {
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}
.js-animate--delay19 {
  -webkit-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}
.js-animate--delay20 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}
.js-animate--delay21 {
  -webkit-animation-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}
.js-animate--delay22 {
  -webkit-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}
.js-animate--delay23 {
  -webkit-animation-delay: 2.3s !important;
  animation-delay: 2.3s !important;
}
.js-animate--delay24 {
  -webkit-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}
.js-animate--delay25 {
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}
.js-animate--delay26 {
  -webkit-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}
.js-animate--delay27 {
  -webkit-animation-delay: 2.7s !important;
  animation-delay: 2.7s !important;
}
.js-animate--delay28 {
  -webkit-animation-delay: 2.8s !important;
  animation-delay: 2.8s !important;
}
.js-animate--delay29 {
  -webkit-animation-delay: 2.9s !important;
  animation-delay: 2.9s !important;
}
.js-animate--delay30 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}
.js-animate--delay31 {
  -webkit-animation-delay: 3.1s !important;
  animation-delay: 3.1s !important;
}
.js-animate--delay32 {
  -webkit-animation-delay: 3.2s !important;
  animation-delay: 3.2s !important;
}
.js-animate--delay33 {
  -webkit-animation-delay: 3.3s !important;
  animation-delay: 3.3s !important;
}
.js-animate--delay34 {
  -webkit-animation-delay: 3.4s !important;
  animation-delay: 3.4s !important;
}
.js-animate--delay35 {
  -webkit-animation-delay: 3.5s !important;
  animation-delay: 3.5s !important;
}
.js-animate--delay36 {
  -webkit-animation-delay: 3.6s !important;
  animation-delay: 3.6s !important;
}
.js-animate--delay37 {
  -webkit-animation-delay: 3.7s !important;
  animation-delay: 3.7s !important;
}
.js-animate--delay38 {
  -webkit-animation-delay: 3.8s !important;
  animation-delay: 3.8s !important;
}
.js-animate--delay39 {
  -webkit-animation-delay: 3.9s !important;
  animation-delay: 3.9s !important;
}
.js-animate--delay40 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}
.js-animate--duration1 {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
.js-animate--duration2 {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
}
.js-animate--duration3 {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.js-animate--duration4 {
  -webkit-animation-duration: 0.4s !important;
  animation-duration: 0.4s !important;
}
.js-animate--duration5 {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}
.js-animate--duration6 {
  -webkit-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
}
.js-animate--duration7 {
  -webkit-animation-duration: 0.7s !important;
  animation-duration: 0.7s !important;
}
.js-animate--duration8 {
  -webkit-animation-duration: 0.8s !important;
  animation-duration: 0.8s !important;
}
.js-animate--duration9 {
  -webkit-animation-duration: 0.9s !important;
  animation-duration: 0.9s !important;
}
.js-animate--duration10 {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}
.js-animate--duration11 {
  -webkit-animation-duration: 1.1s !important;
  animation-duration: 1.1s !important;
}
.js-animate--duration12 {
  -webkit-animation-duration: 1.2s !important;
  animation-duration: 1.2s !important;
}
.js-animate--duration13 {
  -webkit-animation-duration: 1.3s !important;
  animation-duration: 1.3s !important;
}
.js-animate--duration14 {
  -webkit-animation-duration: 1.4s !important;
  animation-duration: 1.4s !important;
}
.js-animate--duration15 {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
}
.js-animate--duration16 {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
}
.js-animate--duration17 {
  -webkit-animation-duration: 1.7s !important;
  animation-duration: 1.7s !important;
}
.js-animate--duration18 {
  -webkit-animation-duration: 1.8s !important;
  animation-duration: 1.8s !important;
}
.js-animate--duration19 {
  -webkit-animation-duration: 1.9s !important;
  animation-duration: 1.9s !important;
}
.js-animate--duration20 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.js-animate--duration21 {
  -webkit-animation-duration: 2.1s !important;
  animation-duration: 2.1s !important;
}
.js-animate--duration22 {
  -webkit-animation-duration: 2.2s !important;
  animation-duration: 2.2s !important;
}
.js-animate--duration23 {
  -webkit-animation-duration: 2.3s !important;
  animation-duration: 2.3s !important;
}
.js-animate--duration24 {
  -webkit-animation-duration: 2.4s !important;
  animation-duration: 2.4s !important;
}
.js-animate--duration25 {
  -webkit-animation-duration: 2.5s !important;
  animation-duration: 2.5s !important;
}
.js-animate--duration26 {
  -webkit-animation-duration: 2.6s !important;
  animation-duration: 2.6s !important;
}
.js-animate--duration27 {
  -webkit-animation-duration: 2.7s !important;
  animation-duration: 2.7s !important;
}
.js-animate--duration28 {
  -webkit-animation-duration: 2.8s !important;
  animation-duration: 2.8s !important;
}
.js-animate--duration29 {
  -webkit-animation-duration: 2.9s !important;
  animation-duration: 2.9s !important;
}
.js-animate--duration30 {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
}
.js-animate--duration31 {
  -webkit-animation-duration: 3.1s !important;
  animation-duration: 3.1s !important;
}
.js-animate--duration32 {
  -webkit-animation-duration: 3.2s !important;
  animation-duration: 3.2s !important;
}
.js-animate--duration33 {
  -webkit-animation-duration: 3.3s !important;
  animation-duration: 3.3s !important;
}
.js-animate--duration34 {
  -webkit-animation-duration: 3.4s !important;
  animation-duration: 3.4s !important;
}
.js-animate--duration35 {
  -webkit-animation-duration: 3.5s !important;
  animation-duration: 3.5s !important;
}
.js-animate--duration36 {
  -webkit-animation-duration: 3.6s !important;
  animation-duration: 3.6s !important;
}
.js-animate--duration37 {
  -webkit-animation-duration: 3.7s !important;
  animation-duration: 3.7s !important;
}
.js-animate--duration38 {
  -webkit-animation-duration: 3.8s !important;
  animation-duration: 3.8s !important;
}
.js-animate--duration39 {
  -webkit-animation-duration: 3.9s !important;
  animation-duration: 3.9s !important;
}
.js-animate--duration40 {
  -webkit-animation-duration: 4s !important;
  animation-duration: 4s !important;
}

/* フェードインしながら少し右へ */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-animateFadeInRight {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInRight.is--animate {
  -webkit-animation: fadeInRight 0.8s 1 ease-in-out;
  animation: fadeInRight 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインしながら少し左へ */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-animateFadeInLeft {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInLeft.is--animate {
  -webkit-animation: fadeInLeft 0.8s 1 ease-in-out;
  animation: fadeInLeft 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインしながら少し上へ */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-animateFadeInUp {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInUp.is--animate {
  -webkit-animation: fadeInUp 0.8s 1 ease-in-out;
  animation: fadeInUp 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインのみ */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-animateFadeIn {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeIn.is--animate {
  -webkit-animation: fadeIn 0.8s 1 ease-in-out;
  animation: fadeIn 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* ----------------------------- スマホ */
@media screen and (max-width: 767px) {
  .c-title1 {
    margin-bottom: 32px;
  }
  .c-title1 .h {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .c-title1 .t {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.4em;
  }

  .c-title2 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .c-btn1 a {
    padding: 15px 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .c-table1 table,
  .c-table1 thead,
  .c-table1 tbody,
  .c-table1 tr,
  .c-table1 th,
  .c-table1 td {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .c-table1 th,
  .c-table1 td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .c-table1 th {
    padding-bottom: 0;
    color: #00793F;
  }
  .c-table1 td {
    border-top: 0;
    padding-top: 9px;
  }
  .c-table1 tr:last-child th {
    border-bottom: 0;
  }

  .c-pagination {
    padding-top: 60px;
    display: block;
  }
  .c-pagination .prev,
  .c-pagination .next {
    width: 50%;
    float: left;
    height: 40px;
  }
  .c-pagination .pages {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
  .c-pagination .pages a,
  .c-pagination .pages span {
    width: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 6px;
    margin-right: 6px;
  }

  [class*="c-wrap"] {
    padding-left: 24px;
    padding-right: 24px;
  }
  [class*="c-wrap"] [class*="c-wrap"] {
    padding-left: 0;
    padding-right: 0;
  }

  .js-table-xscroll__wrap {
    width: 100%;
    overflow-x: auto;
  }
  .js-table-xscroll__in {
    width: 600px;
  }

  .u-googlemap-wrap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
  .u-googlemap-wrap iframe,
  .u-googlemap-wrap object,
  .u-googlemap-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* ----------------------------- 1. 各ページ共通 */
/*=======================================
ヘッダー
=========================================*/
.l-header-kanyoso {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.88);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 20px 5px 46px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.l-header-kanyoso.is-open {
  background: white;
}
.l-header-kanyoso .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-header-kanyoso .wrap:before, .l-header-kanyoso .wrap:after {
  display: none;
}
.l-header-kanyoso .btn {
  cursor: pointer;
  padding: 18px;
  margin-right: 8px;
}
.l-header-kanyoso .btn span {
  display: block;
  background: #707070;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 34px;
}
.l-header-kanyoso .btn span:before, .l-header-kanyoso .btn span:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #707070;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.l-header-kanyoso .btn span:before {
  top: -12px;
}
.l-header-kanyoso .btn span:after {
  bottom: -12px;
}
.l-header-kanyoso .btn.is-open span {
  background: transparent;
}
.l-header-kanyoso .btn.is-open span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-header-kanyoso .btn.is-open span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-header-kanyoso .menu {
  display: none;
  width: 100%;
}
.l-header-kanyoso .menu-wrap {
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.l-header-kanyoso .nav2 {
  margin-bottom: 90px;
}
.l-header-kanyoso .nav2 li {
  border-bottom: 1px solid #D1D1D1;
}
.l-header-kanyoso .nav2 a {
  display: block;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding-top: 22px;
  padding-bottom: 14px;
}
.l-header-kanyoso .nav2 a span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
  padding-left: 25px;
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  line-height: 110%;
  font-weight: normal;
}
.l-header-kanyoso .nav2 a span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15px;
  border-top: 1px solid #333;
}
.l-header-kanyoso .contact {
  margin-bottom: 34px;
  text-align: center;
}
.l-header-kanyoso .contact h3 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 140%;
  color: #C8B634;
  margin-bottom: 3px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.l-header-kanyoso .contact .tel {
  margin-bottom: 14px;
  font-weight: bold;
  letter-spacing: 0.13em;
}
.l-header-kanyoso .contact .tel a {
  text-decoration: none;
}
.l-header-kanyoso .contact .tel span {
  font-size: 18px;
  font-size: 1.8rem;
}
.l-header-kanyoso .contact .holiday {
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-header-kanyoso .contact .txt1 {
  font-size: 13px;
  font-size: 1.3rem;
}
.l-header-kanyoso .sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header-kanyoso .sns li {
  margin-left: 7px;
  margin-right: 7px;
}

/*=======================================
フッター
=========================================*/
.l-footer-kanyoso {
  text-align: center;
}
.l-footer-kanyoso__img1 {
  background: url(../img/footer_img1.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  height: 47.8933vw;
}
.l-footer-kanyoso__info {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F2EFDB;
}
.l-footer-kanyoso__info h1 {
  margin-bottom: 25px;
}
.l-footer-kanyoso__info .sns {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}
.l-footer-kanyoso__info .sns:before, .l-footer-kanyoso__info .sns:after {
  display: none;
}
.l-footer-kanyoso__info .sns li + li {
  margin-left: 18px;
}
.l-footer-kanyoso__info .telbox .telwrap {
  margin-bottom: 38px;
}
.l-footer-kanyoso__info .telbox .telwrap h4 {
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  color: #C8B634;
  margin-bottom: 12px;
}
.l-footer-kanyoso__info .telbox .contact-btn {
  border: 1px solid #D5CE9A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 16px 5px;
  width: 100%;
  max-width: 325px;
  text-align: center;
  text-decoration: none;
  background: #fff;
}
.l-footer-kanyoso__info .telbox .contact-btn span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
.l-footer-kanyoso__info .telbox .contact-btn.search, .l-footer-kanyoso__info .telbox .contact-btn.mail {
  font-size: 15px;
  font-size: 1.5rem;
}
.l-footer-kanyoso__info .telbox .contact-btn.search span {
  background-image: url(../img/icon_search.png);
}
.l-footer-kanyoso__info .telbox .contact-btn.mail span {
  background-image: url(../img/icon_mail.png);
}
.l-footer-kanyoso__info .telbox .contact-btn:before, .l-footer-kanyoso__info .telbox .contact-btn:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid #D5CE9A;
  left: 0;
}
.l-footer-kanyoso__info .telbox .contact-btn:before {
  top: 5px;
}
.l-footer-kanyoso__info .telbox .contact-btn:after {
  bottom: 5px;
}
.l-footer-kanyoso__info .link {
  margin-bottom: 30px;
}
.l-footer-kanyoso__info .link ul {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.l-footer-kanyoso__info .link ul:before, .l-footer-kanyoso__info .link ul:after {
  display: none;
}
.l-footer-kanyoso__info .link li {
  width: 326px;
}
.l-footer-kanyoso__info .link li + li {
  margin-left: 25px;
}
.l-footer-kanyoso__info .link p {
  font-size: 14px;
  font-size: 1.4rem;
}
.l-footer-kanyoso__info .tel {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 200%;
  margin-bottom: 10px;
}
.l-footer-kanyoso__info .address {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 170%;
}
.l-footer-kanyoso__ngh {
  background: #F2EFDB;
}
.l-footer-kanyoso__ngh h1 {
  background: #A89387;
  padding-top: 25px;
  padding-bottom: 20px;
}
.l-footer-kanyoso__ngh .copyright {
  padding-top: 55px;
  padding-bottom: 55px;
  color: #A89387;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 140%;
}

/*=======================================
ページタイトル
=========================================*/
.l-pagetitle-kanyoso {
  padding-top: 120px;
  margin-bottom: 100px;
  text-align: center;
}
.l-pagetitle-kanyoso .heading {
  margin-bottom: 60px;
}
.l-pagetitle-kanyoso .heading h2 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 180%;
  font-weight: 400;
  padding-bottom: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.4em;
  position: relative;
}
.l-pagetitle-kanyoso .heading h2:before {
  display: block;
  content: "";
  position: absolute;
  width: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #AFAFAF;
}
.l-pagetitle-kanyoso .heading p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.018em;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .l-header-kanyoso {
    padding-left: 0;
    padding-right: 0;
    top: auto;
    bottom: 0;
    position: static;
    background: transparent;
  }
  .l-header-kanyoso.is-open .wrap {
    background: #fff;
  }
  .l-header-kanyoso .wrap {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.88);
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
  }
  .l-header-kanyoso .logo {
    padding: 4px 16px;
  }
  .l-header-kanyoso .logo img {
    width: 116px;
  }
  .l-header-kanyoso .btn {
    margin-right: 0;
    padding: 24px 11px;
  }
  .l-header-kanyoso .btn span {
    width: 20px;
  }
  .l-header-kanyoso .btn span:before {
    top: -7px;
  }
  .l-header-kanyoso .btn span:after {
    bottom: -7px;
  }
  .l-header-kanyoso .nav {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: rgba(255, 255, 255, 0.88);
    border-top: 1px solid #707070;
  }
  .l-header-kanyoso .nav li {
    font-size: 13px;
    font-size: 1.3rem;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .l-header-kanyoso .nav li + li {
    border-left: 1px solid #707070;
  }
  .l-header-kanyoso .nav a {
    display: block;
    padding: 14px 10px 12px;
    text-decoration: none;
  }
  .l-header-kanyoso .menu-wrap {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .l-header-kanyoso .nav2 {
    margin-bottom: 60px;
  }
  .l-header-kanyoso .nav2 a {
    padding-top: 14px;
  }
  .l-header-kanyoso .nav2 a span {
    font-size: 10px;
    font-size: 1rem;
  }
  .l-header-kanyoso .contact {
    margin-bottom: 28px;
  }
  .l-header-kanyoso .contact .tel {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-header-kanyoso .contact .txt1 {
    text-align: left;
  }

  .l-footer-kanyoso {
    display: flex;
    flex-direction: column;
  }
  .l-footer-kanyoso:before, .l-footer-kanyoso:after {
    display: none;
  }
  .l-footer-kanyoso__img1 {
    order: 2;
    background-image: url(../img/footer_img1_sp.jpg);
    background-attachment: scroll;
    height: 72vw;
    position: relative;
  }
  .l-footer-kanyoso__img1:before {
    display: none;
  }
  .l-footer-kanyoso__info {
    order: 1;
    padding-top: 35px;
    padding-bottom: 42px;
  }
  .l-footer-kanyoso__info .sns {
    margin-bottom: 33px;
  }
  .l-footer-kanyoso__info .sns img {
    width: 30px;
  }
  .l-footer-kanyoso__info .telbox .telwrap {
    margin-bottom: 25px;
  }
  .l-footer-kanyoso__info .link {
    margin-bottom: 22px;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
  }
  .l-footer-kanyoso__info .link p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .l-footer-kanyoso__ngh {
    order: 3;
  }
  .l-footer-kanyoso__ngh .ngh {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 37px;
    padding-bottom: 7px;
    text-align: center;
  }
  .l-footer-kanyoso__ngh h1 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .l-footer-kanyoso__ngh h1 img {
    width: 98px;
  }
  .l-footer-kanyoso__ngh .copyright {
    padding-top: 15px;
    padding-bottom: 65px;
  }

  .l-pagetitle-kanyoso {
    padding-top: 90px;
    margin-bottom: 50px;
  }
  .l-pagetitle-kanyoso .heading {
    margin-bottom: 50px;
  }
  .l-pagetitle-kanyoso .heading h2 {
    padding-bottom: 12px;
  }
  .l-pagetitle-kanyoso .img1 img {
    width: 100%;
  }
}
/* ----------------------------- 2. 涵養荘 */
/*=======================================
涵養荘
=========================================*/
.p-kanyoso__kv {
  margin-bottom: 130px;
}
.p-kanyoso__kv li.s1 {
  display: flex;
  align-items: center;
}
.p-kanyoso__kv li.s1 .img {
  width: 45%;
}
.p-kanyoso__kv li.s1 .txt {
  width: 55%;
  text-align: center;
}
.p-kanyoso__kv li.s1 .txt h2 {
  margin-bottom: 24px;
}
.p-kanyoso__kv li.s1 .txt h2 img {
  display: inline;
}
.p-kanyoso__kv li.s1 .txt p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 200%;
}
.p-kanyoso__kv li.s2 img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0s 3s linear all;
  transition: 0s 3s linear all;
}
.p-kanyoso__kv li.s2.slick-active img {
  -webkit-transition: 5s cubic-bezier(0.22, 1, 0.36, 1) all;
  transition: 5s cubic-bezier(0.22, 1, 0.36, 1) all;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.p-kanyoso__movie {
  margin-bottom: 130px;
}
.p-kanyoso__movie .heading {
  text-align: center;
  margin-bottom: 83px;
}
.p-kanyoso__movie .heading h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 180%;
  font-weight: 400;
  margin-bottom: 8px;
}
.p-kanyoso__movie .heading p {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-kanyoso__about {
  margin-bottom: 130px;
}
.p-kanyoso__about .block1 {
  padding-top: 26px;
  padding-bottom: 26px;
  background: #5E5654;
  color: #fff;
}
.p-kanyoso__about .block1 .c-wrap {
  display: flex;
  justify-content: space-between;
}
.p-kanyoso__about .block1 .c-wrap:before, .p-kanyoso__about .block1 .c-wrap:after {
  display: none;
}
.p-kanyoso__about .block1 .box1 {
  margin-top: 20px;
  width: 42%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 45px;
  padding-top: 170px;
  background: url(../img/about_icon1.png) no-repeat left top;
}
.p-kanyoso__about .block1 .box1 h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 220%;
  margin-bottom: 80px;
  font-weight: 400;
}
.p-kanyoso__about .block1 .box1 p {
  line-height: 266%;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1100px) {
  .p-kanyoso__about .block1 .box1 {
    padding-top: 60px;
    background-size: 80% auto;
  }
  .p-kanyoso__about .block1 .box1 h3 {
    margin-bottom: 40px;
  }
  .p-kanyoso__about .block1 .box1 p {
    line-height: 210%;
  }
}
.p-kanyoso__about .block1 .img1 {
  width: 55%;
}
.p-kanyoso__about .block1 .img1 .slider {
  margin-bottom: 10px;
}
.p-kanyoso__about .block1 .img1 .thumb li {
  margin-right: 9px;
}
.p-kanyoso__about .block1 .img1 .thumb li img {
  width: 100%;
}
.p-kanyoso__about .block1.is-img-left {
  background: #EBEBEB;
  color: #111;
}
.p-kanyoso__about .block1.is-img-left .c-wrap {
  flex-direction: row-reverse;
}
.p-kanyoso__about .block1.is-img-left .box1 {
  padding-left: 0;
}
.p-kanyoso__fair {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px;
  background: #F1F1F1;
}
.p-kanyoso__fair .heading {
  text-align: center;
  margin-bottom: 80px;
}
.p-kanyoso__fair .heading h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 180%;
  font-weight: 400;
  margin-bottom: 3px;
  letter-spacing: 0.4em;
}
.p-kanyoso__fair .heading p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.018em;
}
.p-kanyoso__fair .img1 {
  margin-bottom: 80px;
}
.p-kanyoso__fair .box1 {
  text-align: center;
}
.p-kanyoso__fair .box1 p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 266%;
}
.p-kanyoso__fair .box1 .c-btn1 {
  margin-top: 80px;
}
.p-kanyoso__detail {
  margin-bottom: 130px;
}
.p-kanyoso__detail .heading {
  text-align: center;
  margin-bottom: 110px;
}
.p-kanyoso__detail .heading h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 180%;
  font-weight: 400;
  margin-bottom: 14px;
}
.p-kanyoso__detail .block1 {
  margin-bottom: 55px;
  height: 660px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.p-kanyoso__detail .block1:last-child {
  margin-bottom: 0;
}
.p-kanyoso__detail .block1 .c-wrap {
  display: flex;
  align-items: center;
  height: 660px;
}
.p-kanyoso__detail .block1 .c-wrap:before, .p-kanyoso__detail .block1 .c-wrap:after {
  display: none;
}
.p-kanyoso__detail .block1 .box1 {
  width: 100%;
  max-width: 560px;
  text-shadow: -3px 0 6px rgba(0, 0, 0, 0.18), -3px 3px 6px rgba(0, 0, 0, 0.18), 3px 6px 6px rgba(0, 0, 0, 0.18), 0 -3px 6px rgba(0, 0, 0, 0.18), 0 0 6px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.18), 3px -3px 6px rgba(0, 0, 0, 0.18), 3px 0 6px rgba(0, 0, 0, 0.18), 3px 3px 6px rgba(0, 0, 0, 0.18);
}
.p-kanyoso__detail .block1 .box1 h3 {
  margin-bottom: 30px;
}
.p-kanyoso__detail .block1 .box1 h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 166%;
  margin-bottom: 30px;
  font-weight: 400;
}
.p-kanyoso__detail .block1 .box1 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 214.28%;
}
.p-kanyoso__detail .block1.is-txt-right .c-wrap {
  flex-direction: row-reverse;
}
.p-kanyoso__detail .block1.point1 {
  background-image: url(../img/detail_bg1.jpg);
}
.p-kanyoso__detail .block1.point2 {
  background-image: url(../img/detail_bg2.jpg);
}
.p-kanyoso__detail .block1.point3 {
  background-image: url(../img/detail_bg3.jpg);
}
.p-kanyoso__detail .block1.point4 {
  background-image: url(../img/detail_bg4.jpg);
}
.p-kanyoso__fairlist {
  margin-bottom: 130px;
}
.p-kanyoso__fairlist .heading {
  text-align: center;
  margin-bottom: 70px;
}
.p-kanyoso__fairlist .heading h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 180%;
  font-weight: 400;
  padding-bottom: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.4em;
  position: relative;
}
.p-kanyoso__fairlist .heading h3:before {
  display: block;
  content: "";
  position: absolute;
  width: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #AFAFAF;
}
.p-kanyoso__fairlist .heading p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.018em;
}
.p-kanyoso__fairlist .content ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-kanyoso__fairlist .content ul:before, .p-kanyoso__fairlist .content ul:after {
  display: none;
}
.p-kanyoso__fairlist .content li {
  width: 32.4665%;
  margin-left: 1.30025%;
  margin-bottom: 40px;
}
.p-kanyoso__fairlist .content li:nth-child(3n+1) {
  margin-left: 0;
}
.p-kanyoso__fairlist .content li a {
  display: block;
  text-decoration: none;
  background: #EBEBEB;
  text-align: center;
}
.p-kanyoso__fairlist .content li .box1 {
  padding: 20px 15px 28px;
}
.p-kanyoso__fairlist .content li .box1 h4 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 140%;
  font-weight: normal;
  margin-bottom: 22px;
}
.p-kanyoso__fairlist .content li .box1 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 140%;
  margin-top: 12px;
}
.p-kanyoso__fairlist .content .c-btn1 {
  margin-top: 30px;
}
.p-kanyoso__price {
  margin-bottom: 100px;
}
.p-kanyoso__price .block1 {
  margin-bottom: 26px;
  margin-bottom: 50px;
}
.p-kanyoso__price .txt1 {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-kanyoso__price .txt1 strong {
  font-weight: normal;
}
.p-kanyoso__price .txt1 span {
  font-size: 12px;
  font-size: 1.2rem;
}
.p-kanyoso__price .list1 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 160%;
}
.p-kanyoso__price .list1 table {
  width: 100%;
}
.p-kanyoso__price .list1 th,
.p-kanyoso__price .list1 td {
  border-bottom: 1px solid #AFAFAF;
  width: 50%;
  padding: 8px 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-kanyoso__price .list1 th {
  text-align: left;
  vertical-align: bottom;
  font-weight: normal;
}
.p-kanyoso__price .list1 td {
  padding-right: 15px;
}
.p-kanyoso__price .list2 {
  margin-bottom: 25px;
}
.p-kanyoso__price .list2:last-child {
  margin-bottom: 0;
}
.p-kanyoso__price .list2 li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 140%;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.p-kanyoso__price .list2 li:last-child {
  margin-bottom: 0;
}
.p-kanyoso__schedule {
  margin-bottom: 100px;
}
.p-kanyoso__schedule .txt1 {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-kanyoso__schedule .txt1 strong {
  font-weight: normal;
}
.p-kanyoso__schedule .txt1 span {
  font-size: 12px;
  font-size: 1.2rem;
}
.p-kanyoso__schedule .timetable {
  margin-top: 60px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}
.p-kanyoso__schedule .timetable table {
  width: 100%;
  margin-bottom: 32px;
}
.p-kanyoso__schedule .timetable th,
.p-kanyoso__schedule .timetable td {
  padding-bottom: 10px;
}
.p-kanyoso__schedule .timetable th {
  padding-right: 18px;
  text-align: right;
}
.p-kanyoso__schedule .timetable td {
  text-align: left;
  font-weight: normal;
}
.p-kanyoso__schedule .timetable p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 140%;
}
.p-kanyoso__access {
  margin-bottom: 130px;
}
.p-kanyoso__contact {
  text-align: center;
  padding-bottom: 80px;
}
.p-kanyoso__contact .tel {
  margin-bottom: 38px;
}
.p-kanyoso__contact .tel h4 {
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  color: #C8B634;
  margin-bottom: 12px;
}
.p-kanyoso__contact .contact-btn {
  border: 1px solid #D5CE9A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 16px 5px;
  width: 100%;
  max-width: 325px;
  text-align: center;
  text-decoration: none;
}
.p-kanyoso__contact .contact-btn span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
.p-kanyoso__contact .contact-btn.search, .p-kanyoso__contact .contact-btn.mail {
  font-size: 15px;
  font-size: 1.5rem;
}
.p-kanyoso__contact .contact-btn.search span {
  background-image: url(../img/icon_search.png);
}
.p-kanyoso__contact .contact-btn.mail span {
  background-image: url(../img/icon_mail.png);
}
.p-kanyoso__contact .contact-btn:before, .p-kanyoso__contact .contact-btn:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid #D5CE9A;
  left: 0;
}
.p-kanyoso__contact .contact-btn:before {
  top: 5px;
}
.p-kanyoso__contact .contact-btn:after {
  bottom: 5px;
}
.p-kanyoso__contact ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-kanyoso__contact ul:before, .p-kanyoso__contact ul:after {
  display: none;
}
.p-kanyoso__contact li {
  max-width: 325px;
  width: 100%;
}
.p-kanyoso__contact li + li {
  margin-left: 40px;
}
.p-kanyoso__contact p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 35px;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-kanyoso {
    background: #fff;
  }
  .p-kanyoso__kv {
    margin-bottom: 32px;
    position: relative;
  }
  .p-kanyoso__kv h2 {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 151px;
    top: 32vw;
    z-index: 99;
    text-align: center;
  }
  .p-kanyoso__kv .slick-slide img {
    width: 100%;
  }
  .p-kanyoso__movie {
    margin-bottom: 40px;
  }
  .p-kanyoso__movie .heading {
    margin-bottom: 20px;
  }
  .p-kanyoso__movie .heading h2 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
  .p-kanyoso__movie .heading p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-kanyoso__about {
    margin-bottom: 55px;
  }
  .p-kanyoso__about .block1 {
    padding-top: 9px;
    padding-bottom: 20px;
  }
  .p-kanyoso__about .block1 .c-wrap {
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-kanyoso__about .block1 .box1,
  .p-kanyoso__about .block1 .img1 {
    width: auto;
  }
  .p-kanyoso__about .block1 .box1 {
    margin-bottom: 26px;
    background-size: 150px auto;
    padding-top: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-kanyoso__about .block1 .box1 h3 {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 180%;
    text-align: center;
  }
  .p-kanyoso__about .block1 .box1 p {
    line-height: 180%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-kanyoso__about .block1 .img1 .thumb li {
    margin-right: 7px;
  }
  .p-kanyoso__about .block1.is-img-left {
    background: #fff;
  }
  .p-kanyoso__about .block1.is-img-left .c-wrap {
    flex-direction: column;
  }
  .p-kanyoso__about .block1.is-img-left .box1 {
    background-position: right 30px;
  }
  .p-kanyoso__fair {
    padding-top: 55px;
    padding-bottom: 40px;
    margin-bottom: 55px;
  }
  .p-kanyoso__fair .heading {
    margin-bottom: 15px;
  }
  .p-kanyoso__fair .heading h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .p-kanyoso__fair .heading p {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.28em;
    text-indent: -0.3em;
  }
  .p-kanyoso__fair .img1 {
    margin-bottom: 25px;
  }
  .p-kanyoso__fair .box1 {
    text-align: left;
  }
  .p-kanyoso__fair .box1 p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 190%;
  }
  .p-kanyoso__fair .box1 .c-btn1 {
    margin-top: 30px;
  }
  .p-kanyoso__detail {
    margin-bottom: 68px;
  }
  .p-kanyoso__detail .heading {
    margin-bottom: 30px;
  }
  .p-kanyoso__detail .heading h2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-kanyoso__detail .block1 {
    height: auto;
    margin-bottom: 20px;
  }
  .p-kanyoso__detail .block1 .c-wrap {
    height: 156.26vw;
    padding-top: 11.46vw;
    padding-bottom: 11.46vw;
    align-items: flex-end;
  }
  .p-kanyoso__detail .block1 .box1 {
    max-width: initial;
  }
  .p-kanyoso__detail .block1 .box1 h3 {
    margin-bottom: 20px;
  }
  .p-kanyoso__detail .block1 .box1 h4 {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .p-kanyoso__detail .block1 .box1 p {
    line-height: 178%;
  }
  .p-kanyoso__detail .block1.is-txt-right .box1 h3 {
    text-align: right;
  }
  .p-kanyoso__detail .block1.point1 {
    background-image: url(../img/detail_bg1_sp.jpg);
  }
  .p-kanyoso__detail .block1.point2 {
    background-image: url(../img/detail_bg2_sp.jpg);
  }
  .p-kanyoso__detail .block1.point3 {
    background-image: url(../img/detail_bg3_sp.jpg);
  }
  .p-kanyoso__detail .block1.point4 {
    background-image: url(../img/detail_bg4_sp.jpg);
  }
  .p-kanyoso__fairlist {
    margin-bottom: 50px;
  }
  .p-kanyoso__fairlist .heading {
    margin-bottom: 25px;
  }
  .p-kanyoso__fairlist .heading h3 {
    padding-bottom: 10px;
  }
  .p-kanyoso__fairlist .content ul {
    display: block;
  }
  .p-kanyoso__fairlist .content li {
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .p-kanyoso__fairlist .content li:last-child {
    margin-bottom: 0;
  }
  .p-kanyoso__fairlist .content li .box1 {
    padding: 20px 15px 28px;
  }
  .p-kanyoso__fairlist .content li .box1 h4 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 18px;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  }
  .p-kanyoso__fairlist .content li .box1 p {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 9px;
    font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  }
  .p-kanyoso__fairlist .content .c-btn1 {
    margin-top: 40px;
  }
  .p-kanyoso__price {
    margin-bottom: 70px;
  }
  .p-kanyoso__price .block1 {
    margin-bottom: 45px;
  }
  .p-kanyoso__price .txt1 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 200%;
  }
  .p-kanyoso__price .txt1 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-kanyoso__price .list1 {
    overflow: auto;
    position: relative;
    margin-right: -12px;
  }
  .p-kanyoso__price .list1 table {
    width: 560px;
  }
  .p-kanyoso__price .list1 th,
  .p-kanyoso__price .list1 td {
    padding: 7px 0;
    width: auto;
  }
  .p-kanyoso__price .list1 th {
    width: 180px;
  }
  .p-kanyoso__price .list1 th.w2 {
    width: 280px;
  }
  .p-kanyoso__schedule {
    margin-bottom: 50px;
  }
  .p-kanyoso__schedule .txt1 {
    text-align: left;
    margin-bottom: 35px;
  }
  .p-kanyoso__schedule .timetable table {
    margin-bottom: 18px;
  }
  .p-kanyoso__access {
    margin-bottom: 18px;
  }
  .p-kanyoso__access .map iframe {
    height: 66.2889vw;
  }
  .p-kanyoso__contact {
    padding-bottom: 70px;
  }
  .p-kanyoso__contact .txt {
    margin-bottom: 30px;
  }
  .p-kanyoso__contact .txt h2 {
    margin-bottom: 8px;
  }
  .p-kanyoso__contact .txt h2 img {
    width: 147px;
  }
  .p-kanyoso__contact .txt p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 154%;
    text-align: center;
    margin-top: 8px;
  }
  .p-kanyoso__contact .tel {
    margin-bottom: 30px;
  }
  .p-kanyoso__contact .tel h4 {
    margin-top: 30px;
  }
  .p-kanyoso__contact p {
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 0;
  }
  .p-kanyoso__contact .contact-btn {
    max-width: initial;
  }
}
/* ----------------------------- 3. ブライダルフェア */
/*=======================================
ブライダルフェア
=========================================*/
.p-kanyoso-fair__block1 {
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 45px;
  padding-bottom: 80px;
}
.p-kanyoso-fair__block1:last-child {
  padding-bottom: 130px;
  margin-bottom: 0;
}
.p-kanyoso-fair__block1 .heading {
  text-align: center;
  margin-bottom: 50px;
}
.p-kanyoso-fair__block1 .heading h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 18px;
  position: relative;
}
.p-kanyoso-fair__block1 .heading h3:before {
  display: block;
  content: "";
  position: absolute;
  width: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #AFAFAF;
}
.p-kanyoso-fair__block1 .heading p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 200%;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.p-kanyoso-fair__block1 .img1 {
  text-align: center;
  margin-bottom: 75px;
}
.p-kanyoso-fair__block1 .content h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.p-kanyoso-fair__block1 .content p {
  margin-bottom: 45px;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.p-kanyoso-fair__block1 .content p:last-child {
  margin-bottom: 0;
}
.p-kanyoso-fair__block1 .btn {
  margin-top: 83px;
}
.p-kanyoso-fair__block1 .btn ul {
  display: flex;
  justify-content: space-between;
}
.p-kanyoso-fair__block1 .btn ul:before, .p-kanyoso-fair__block1 .btn ul:after {
  display: none;
}
.p-kanyoso-fair__block1 .btn li {
  width: 47.85%;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-kanyoso-fair__block1 {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .p-kanyoso-fair__block1:last-child {
    padding-bottom: 75px;
  }
  .p-kanyoso-fair__block1 .heading {
    margin-bottom: 30px;
  }
  .p-kanyoso-fair__block1 .heading h3 {
    padding-bottom: 14px;
  }
  .p-kanyoso-fair__block1 .img1 {
    margin-bottom: 36px;
  }
  .p-kanyoso-fair__block1 .content h4 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .p-kanyoso-fair__block1 .content p {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  .p-kanyoso-fair__block1 .btn {
    margin-top: 70px;
  }
  .p-kanyoso-fair__block1 .btn ul {
    display: block;
  }
  .p-kanyoso-fair__block1 .btn li {
    width: 100%;
    margin-top: 15px;
  }
  .p-kanyoso-fair__block1 .btn li:first-child {
    margin-top: 0;
  }
}
