@charset "UTF-8";
/*======================================================================
  header
  ====================================================================== */
/* --- 上書き --- */
#header,
#home #header {
  position: sticky;
  top: 0;
  height: 75px;
  border-bottom: none;
  background-color: #F7EADF;
  margin-top: 0 !important;
}
@media screen and (min-width: 641px) {
  #header,
  #home #header {
    min-width: 1000px;
    height: 120px;
  }
}

#home #contents {
  padding-top: 0;
  padding-bottom: 0;
}

.uk-offcanvas-bar {
  background-color: #F7EADF;
}

.uk-nav-offcanvas ul a {
  color: #7E6B68;
}

/* --- 追加 --- */
@media screen and (max-width: 640px) {
  .header-wrap {
    padding: 10px 60px 10px 10px;
  }
}
@media screen and (min-width: 641px) {
  .header-wrap {
    padding: 10px 0px 10px;
  }
}
.header-wrap .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 641px) {
  .header-wrap .header-inner {
    min-width: 960px;
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
  }
}
@media screen and (min-width: 641px) {
  .header-wrap .header-inner hgroup {
    flex: 1;
  }
}
.header-wrap .header-inner .logo {
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 10px;
  max-width: 280px;
  width: 100%;
  box-sizing: border-box;
}
.header-wrap .hd_telinfo {
  margin-left: auto;
  margin-right: 20px;
  color: #7E6B68;
  font-size: 14px;
}
.header-wrap .hd_telinfo .telno {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
}
.header-wrap .hd_reservation {
  flex-shrink: 0;
  margin-top: -10px;
  background-color: #D8B1A0;
  border-radius: 0px 0px 5px 5px;
}
@media screen and (min-width: 641px) {
  .header-wrap .hd_reservation {
    background-color: #cd9e8c;
    margin-top: -15px;
  }
}
.header-wrap .hd_reservation a {
  display: block;
  padding: 20px 10px 15px 40px;
  background: url(../img/ico_reservation.png) left 10px center/25px auto no-repeat;
  color: #FFF;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .header-wrap .hd_reservation a {
    padding: 20px 10px 15px 50px;
    background-size: 30px auto;
    font-size: 12px;
  }
}
.header-wrap .hd_reservation .bold {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  .header-wrap .hd_reservation .bold {
    font-size: 14px;
  }
}

/* --- pc グローバルメニュー ------------------------------------------------ */
/* --- 上書き --- */
#globalnav,
#home #globalnav {
  background: transparent;
}

#globalnav #globalnav_inner {
  height: 40px;
  width: 100%;
  min-width: 960px;
  max-width: 1200px;
  background: #FFF;
  border: 1px solid #7E6B68;
  box-sizing: border-box;
}

#globalnav_inner ul li ul.sub-menu {
  top: 39px;
}

#globalnav_inner ul li ul.sub-menu li.menu-item {
  width: auto;
}

#globalnav_inner ul li.current-menu-item a,
#globalnav .menu-item > a {
  color: #7E6B68;
  font-weight: bold;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
}
#globalnav_inner ul li.current-menu-item a:hover,
#globalnav .menu-item > a:hover {
  background: none;
}

#home #globalnav_inner ul li.current-menu-item ul.sub-menu li a,
#globalnav_inner ul li.current-menu-item ul.sub-menu li a,
#globalnav_inner ul li ul.sub-menu li a {
  font-weight: bold;
  background-color: #7E6B68;
  font-size: 13px;
  letter-spacing: 0px;
  padding: 10px 5px;
  color: #FFF;
}
#home #globalnav_inner ul li.current-menu-item ul.sub-menu li a:hover,
#globalnav_inner ul li.current-menu-item ul.sub-menu li a:hover,
#globalnav_inner ul li ul.sub-menu li a:hover {
  background-color: #fff;
  color: #7E6B68;
}

/* --- sp メニュー開閉ボタン ------------------------------------------------ */
/* --- 上書き --- */
#toggle {
  width: 50px;
  height: 55px;
  background: url(../img/btn-sp.png) center/25px no-repeat;
}

/*======================================================================
  トップページ / top
  ====================================================================== */
/* --- 上書き --- */
#home #contents {
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  #home #contents {
    min-width: 1000px;
  }
}

#home #contents_inner, #home .wrap {
  width: 100%;
}
@media screen and (min-width: 641px) {
  #home #contents_inner, #home .wrap {
    width: 960px;
  }
}

#top_slider_fade {
  width: 100%;
}
@media screen and (min-width: 641px) {
  #top_slider_fade {
    min-width: 1000px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 641px) {
  #top_slider_fade .sp {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  #top_slider_fade .pc {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .top-mainvisual {
    padding: 0 0 40px;
  }
}
@media screen and (min-width: 641px) {
  .top-mainvisual {
    min-width: 960px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.top-mainvisual__link {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 640px) {
  .top-mainvisual__link {
    padding-top: 80px;
  }
}
@media screen and (min-width: 641px) {
  .top-mainvisual__link {
    width: 1000px;
    padding-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 640px) {
  .top-mainvisual__link .custom-button:link {
    font-size: min(5.2vw, 23px);
  }
}
.top-mainvisual__link .custom-button:link::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 1em;
  margin-top: -1em;
  margin-bottom: -0.6em;
  background: url(../img/ico_first.png) center/contain no-repeat;
}
/* --- 追加 --- */
@media screen and (max-width: 640px) {
  .top-info .inner-wrap,
  .top-attendance .inner-wrap,
  .top-guide .inner-wrap,
  .top-about .inner-wrap,
  .top-visit .inner-wrap,
  .top-link .inner-wrap {
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 640px) {
  section.top-info .inner-wrap {
    padding: 40px 0 30px;
  }
}
@media screen and (min-width: 641px) {
  section.top-info .inner-wrap {
    padding: 80px 0 60px;
  }
}
section.top-info .top-info__list {
  border-top: 4px double #DCC297;
}
section.top-info .top-info__list li {
  position: relative;
  padding: 15px 0px 15px 60px;
  background-image: linear-gradient(to right, #DCC297, #DCC297 4px, transparent 4px, transparent 7px);
  background-size: 7px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  letter-spacing: -0.5px;
}
section.top-info .top-info__list .date {
  margin-bottom: 5px;
  color: #7E827F;
  font-size: 15px;
}
@media screen and (min-width: 641px) {
  section.top-info .top-info__list a {
    display: flex;
    justify-content: flex-start;
    align-items: start;
  }
}
section.top-info .top-info__list .list_ttl {
  color: #7E827F;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  section.top-info .top-info__list .list_ttl {
    font-size: 14px;
  }
}
@media screen and (min-width: 641px) {
  section.top-info .top-info__list .list_ttl {
    width: 55%;
    font-size: 16px;
  }
}
section.top-info .top-info__list .text {
  color: #7E827F;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  section.top-info .top-info__list .text {
    margin-top: 5px;
    font-size: 12px;
  }
}
@media screen and (min-width: 641px) {
  section.top-info .top-info__list .text {
    font-size: 16px;
    width: 45%;
    padding-left: 15px;
  }
}
section.top-info .top-info__list .newicon {
  position: absolute;
  left: 0;
  padding: 3px 8px 0px;
  margin-top: -4px;
  background-color: #DCC297;
  color: #FFF;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  section.top-attendance .inner-wrap {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 641px) {
  section.top-attendance .inner-wrap {
    padding-bottom: 60px;
  }
}
section.top-attendance .top-attendance__button {
  background-color: #D8B1A0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  section.top-attendance .top-attendance__button {
    font-size: 20px;
  }
}
@media screen and (min-width: 641px) {
  section.top-attendance .top-attendance__button.sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  section.top-attendance .top-attendance__button.pc {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  section.top-attendance .top-attendance__col2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
section.top-attendance .top-attendance__info {
  background-image: linear-gradient(to right, #DCC297, #DCC297 4px, transparent 4px, transparent 7px);
  background-size: 7px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 640px) {
  section.top-attendance .top-attendance__info {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
section.top-attendance .top-attendance__info h3 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 4px double #D8B1A0;
  color: #D8B1A0;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  section.top-attendance .top-attendance__info h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 641px) {
  section.top-attendance .top-attendance__info h3 {
    font-size: 22px;
  }
}
section.top-attendance .top-attendance__info h4 {
  color: #595d5a;
}
section.top-attendance table {
  width: 100%;
}
section.top-attendance table th {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.top-attendance table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px dotted #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.top-attendance table td span {
  font-size: 0.769em;
  margin: 0 0 0 3px;
}
section.top-attendance table td p {
  margin: 0 0 10px;
}
section.top-attendance table td p + ul {
  margin-top: 0px;
}
section.top-attendance .pink {
  color: #ff6699;
}
section.top-attendance .green {
  color: #008080;
}
section.top-attendance .top_time_table {
  padding: 0;
}
section.top-attendance .top_time_table h2 {
  margin: 0 0 15px;
}
section.top-attendance .top_time_table table th {
  position: relative;
}
section.top-attendance .top_time_table table th,
section.top-attendance .top_time_table table td {
  vertical-align: top;
}
section.top-attendance .top_time_table table th::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 2px;
  border-bottom: 1px solid #CCC;
}
section.top-attendance .top_time_table table th.item {
  width: 130px;
}
section.top-attendance .top_time_table table th.hour {
  width: 20%;
}
section.top-attendance .top_time_table table td span {
  font-size: 1em;
}
@media screen and (max-width: 640px) {
  section.top-attendance .top_time_table_sp h2 {
    margin: 0 0 20px;
    padding: 0;
  }
  section.top-attendance .top_time_table_sp table {
    margin: 0 0 10px;
  }
  section.top-attendance .top_time_table_sp table th {
    position: relative;
  }
  section.top-attendance .top_time_table_sp table th::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 2px;
    border-bottom: 1px solid #CCC;
  }
  section.top-attendance .top_time_table_sp table td {
    padding: 10px 0;
  }
  section.top-attendance .top_time_table_sp table th.item {
    white-space: nowrap;
  }
  section.top-attendance .table_sp_w600 {
    width: 500px;
  }
  section.top-attendance .table_sp_w600 th.item {
    width: 110px;
  }
  section.top-attendance .table_sp_w600 th.hour {
    width: 100px;
  }
  section.top-attendance .table_sp_w600 span {
    font-size: 1.1em;
  }
  section.top-attendance .scroll_sp {
    position: relative;
    padding: 0 10px;
  }
  section.top-attendance .scroll_sp:before {
    content: "\f104";
    color: #CCC;
    font-family: "FontAwesome";
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -0.5em;
    font-size: 1.5em;
    line-height: 1;
  }
  section.top-attendance .scroll_sp:after {
    content: "\f105";
    color: #CCC;
    font-family: "FontAwesome";
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -0.5em;
    font-size: 1.5em;
    line-height: 1;
  }
}

section.top-guide .top-guide__bg {
  position: relative;
  padding: 0 20px;
}
section.top-guide .top-guide__bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-color: #FBF0EC;
}
@media screen and (max-width: 640px) {
  section.top-guide .top-guide__bg::after {
    right: -20px;
    left: -20px;
  }
}
@media screen and (min-width: 641px) {
  section.top-guide .top-guide__bg::after {
    right: -50vw;
    left: -50vw;
  }
}
@media screen and (max-width: 640px) {
  section.top-guide .inner-wrap {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 641px) {
  section.top-guide .inner-wrap {
    max-width: 960px;
    padding-top: 70px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.top-guide .list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  section.top-guide .list {
    gap: 30px;
  }
}
@media screen and (min-width: 641px) {
  section.top-guide .list {
    gap: 40px;
  }
}
section.top-guide .list__item {
  background-color: #FFF;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  section.top-guide .list__item {
    width: calc(50% - 40px);
  }
}
section.top-guide .list__item-title {
  display: flex;
  align-items: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #D8B1A0;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  section.top-guide .list__item-title {
    padding: 10px 20px 15px;
    font-size: 26px;
  }
}
@media screen and (min-width: 641px) {
  section.top-guide .list__item-title {
    padding: 10px 20px 15px;
    font-size: 26px;
  }
}
section.top-guide .list__item-title span {
  flex-grow: 1;
  flex-basis: 0;
  margin-left: 1em;
}
@media screen and (max-width: 640px) {
  section.top-guide .list__item-title span {
    font-size: 14px;
  }
}
@media screen and (min-width: 641px) {
  section.top-guide .list__item-title span {
    font-size: 14px;
  }
}
section.top-guide .list__item--harf {
  border: 2px solid #D8B1A0;
}
@media screen and (max-width: 640px) {
  section.top-guide .list__item--harf {
    width: calc(50% - 15px);
    padding: 30px 0 20px;
  }
}
@media screen and (min-width: 641px) {
  section.top-guide .list__item--harf {
    padding: 20px 0 20px;
  }
}
section.top-guide .list__item--harf .list__item-img {
  height: 50px;
}
section.top-guide .list__item--harf .list__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.top-guide .list__item--harf .list__item-title {
  justify-content: center;
}
@media screen and (max-width: 640px) {
  section.top-guide .list__item--harf .list__item-title {
    padding: 10px 0 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 641px) {
  section.top-guide .list__item--harf .list__item-title {
    padding: 10px 0 0;
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  section.top-about .inner-wrap {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 641px) {
  section.top-about .inner-wrap {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
section.top-about .top-title {
  border-bottom: 4px double #E9AABB;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  section.top-about .top-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 641px) {
  section.top-about .top-title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  section.top-about .top-about__contents {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 641px) {
  section.top-about .top-about__contents {
    margin-bottom: 100px;
  }
}
section.top-about .top-about__contents .item {
  display: grid;
}
@media screen and (max-width: 640px) {
  section.top-about .top-about__contents .item {
    grid-template-areas: "img" "title" "text";
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 641px) {
  section.top-about .top-about__contents .item {
    grid-template-areas: "title img" "text img";
    margin-bottom: 60px;
    grid-template-columns: 1.5fr 1fr;
    gap: 0 30px;
  }
}
section.top-about .top-about__contents .item__img {
  position: relative;
  grid-area: img;
  align-self: self-start;
}
@media screen and (max-width: 640px) {
  section.top-about .top-about__contents .item__img {
    margin-bottom: 20px;
  }
}
section.top-about .top-about__contents .item__img .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #E9AABB;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 1;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  section.top-about .top-about__contents .item__img .caption {
    font-size: 14px;
  }
}
@media screen and (min-width: 641px) {
  section.top-about .top-about__contents .item__img .caption {
    font-size: 16px;
  }
}
section.top-about .top-about__contents .item__img .caption::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1em;
  display: block;
  width: 1em;
  height: 100%;
  background: linear-gradient(to left top, #E9AABB 50%, transparent 50% 100%);
}
section.top-about .top-about__contents .item__title {
  grid-area: title;
  display: flex;
  align-items: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #E9AABB;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  section.top-about .top-about__contents .item__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media screen and (min-width: 641px) {
  section.top-about .top-about__contents .item__title {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
section.top-about .top-about__contents .item__title-box {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  border: 2px solid #E9AABB;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  section.top-about .top-about__contents .item__title-box {
    width: 100px;
    height: 30px;
    padding-left: 10px;
    margin-right: 0.8em;
  }
}
@media screen and (min-width: 641px) {
  section.top-about .top-about__contents .item__title-box {
    width: 120px;
    height: 35px;
    padding-left: 10px;
    margin-right: 0.8em;
  }
}
section.top-about .top-about__contents .item__title-num {
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  background-color: #E9AABB;
}
@media screen and (max-width: 640px) {
  section.top-about .top-about__contents .item__title-num {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 641px) {
  section.top-about .top-about__contents .item__title-num {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
section.top-about .top-about__contents .item__text {
  grid-area: text;
  color: #7E827F;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  section.top-about .top-about__contents .item__text {
    font-size: 14px;
  }
}
section.top-about .speaker {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #E9AABB;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  section.top-about .speaker {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media screen and (min-width: 641px) {
  section.top-about .speaker {
    margin-bottom: 30px;
    font-size: 26px;
  }
}
section.top-about .speaker__inner {
  display: inline-block;
}
section.top-about .speaker__inner::before, section.top-about .speaker__inner::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.7em;
  margin-bottom: -0.2em;
  background: url(../img/ico_speaker_left.png) center/auto 100% no-repeat;
}
section.top-about .speaker__inner::before {
  margin-right: -0.2em;
}
section.top-about .speaker__inner::after {
  margin-left: 0.2em;
  background-image: url(../img/ico_speaker_right.png);
}
section.top-about .speaker__large {
  letter-spacing: -0.2em;
}
@media screen and (max-width: 640px) {
  section.top-about .speaker__large {
    font-size: 36px;
  }
}
@media screen and (min-width: 641px) {
  section.top-about .speaker__large {
    font-size: 46px;
  }
}
section.top-about .top-voice__title {
  border-bottom: 4px double #E9AABB;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #E9AABB;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  section.top-about .top-voice__title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media screen and (min-width: 641px) {
  section.top-about .top-voice__title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 22px;
  }
}
section.top-about .top-voice__intro {
  color: #7E827F;
}
@media screen and (max-width: 640px) {
  section.top-about .top-voice__intro {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 641px) {
  section.top-about .top-voice__intro {
    margin-bottom: 60px;
  }
}
section.top-about .top-voice__sub-title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #E9AABB;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  section.top-about .top-voice__sub-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media screen and (min-width: 641px) {
  section.top-about .top-voice__sub-title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  section.top-about .top-voice__contents {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 641px) {
  section.top-about .top-voice__contents {
    display: flex;
    justify-content: center;
    gap: 20px 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
section.top-about .top-voice__bottom {
  color: #E9AABB;
}
section.top-about .top-voice .item {
  display: grid;
  border: 2px solid #E9AABB;
  border-radius: 10px;
  color: #7E827F;
}
@media screen and (max-width: 640px) {
  section.top-about .top-voice .item {
    grid-template-areas: "text img";
    grid-template-columns: auto 110px;
    align-items: flex-end;
    gap: 0 20px;
    padding: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 641px) {
  section.top-about .top-voice .item {
    width: calc(25% - 20px);
    grid-template-areas: "text" "img";
    align-items: flex-end;
    gap: 10px 0;
    padding: 15px 15px 10px;
  }
}
@media screen and (max-width: 640px) {
  section.top-about .top-voice .item:nth-of-type(2n) {
    grid-template-areas: "img text";
    grid-template-columns: 110px auto;
  }
}
section.top-about .top-voice .item:last-of-type {
  margin-bottom: 0;
}
section.top-about .top-voice .item__img {
  grid-area: img;
}
@media screen and (min-width: 641px) {
  section.top-about .top-voice .item__img {
    text-align: center;
  }
}
@media screen and (min-width: 641px) {
  section.top-about .top-voice .item__img img {
    width: 60%;
  }
}
section.top-about .top-voice .item__img .person {
  text-align: center;
}
@media screen and (max-width: 640px) {
  section.top-about .top-voice .item__img .person {
    font-size: 12px;
  }
}
section.top-about .top-voice .item__text {
  grid-area: text;
  align-self: start;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  section.top-about .top-voice .item__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  section.top-visit .inner-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 641px) {
  section.top-visit .inner-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.top-visit .top-visit__bg {
  position: relative;
  padding: 0 20px;
}
section.top-visit .top-visit__bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-color: #FBF0EC;
}
@media screen and (max-width: 640px) {
  section.top-visit .top-visit__bg::after {
    right: -20px;
    left: -20px;
  }
}
@media screen and (min-width: 641px) {
  section.top-visit .top-visit__bg::after {
    right: -50vw;
    left: -50vw;
  }
}
section.top-visit .top-title {
  border-bottom: 4px double #7E6B68;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  section.top-visit .top-title {
    margin-bottom: 60px;
  }
}
section.top-visit .top-visit__contents .box {
  background-color: #FFF;
  border-radius: 10px;
  color: #7E827F;
}
@media screen and (max-width: 640px) {
  section.top-visit .top-visit__contents .box {
    padding: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 641px) {
  section.top-visit .top-visit__contents .box {
    padding: 40px;
    margin-bottom: 50px;
  }
}
section.top-visit .top-visit__contents .box:last-of-type {
  margin-bottom: 0;
}
section.top-visit .top-visit__contents .box__title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #7E6B68;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  section.top-visit .top-visit__contents .box__title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media screen and (min-width: 641px) {
  section.top-visit .top-visit__contents .box__title {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  section.top-visit .top-visit__contents .box__title:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 641px) {
  section.top-visit .top-visit__contents .box__title:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
section.top-visit .top-visit__contents .box__list li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 641px) {
  section.top-visit .top-visit__contents .box__button {
    width: 440px;
    margin-top: 40px;
  }
}
section.top-visit .top-visit__contents .box__button a {
  color: #FFF;
}
@media screen and (max-width: 640px) {
  section.top-visit .top-visit__contents .box__button a {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
    font-size: 16px;
  }
}
@media screen and (min-width: 641px) {
  section.top-visit .top-visit__contents .box__button a {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 20px;
  }
}
section.top-visit .top-visit__contents .box__button--download {
  margin-top: 35px;
}
@media screen and (max-width: 640px) {
  section.top-visit .top-visit__contents .box__button--download {
    margin-top: 35px;
  }
}
section.top-visit .top-visit__contents .box__button--download a::before {
  content: "";
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  margin-right: 1em;
  margin-top: -1em;
  margin-bottom: -0.9em;
  background: url(../img/ico_download.png) center/contain no-repeat;
}
@media screen and (max-width: 640px) {
  section.top-visit .top-visit__contents .box__button--schedule {
    margin-top: 10px;
  }
}
section.top-visit .top-visit__contents .box__button--schedule a::before {
  content: "";
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  margin-right: 1em;
  margin-top: -1em;
  margin-bottom: -0.9em;
  background: url(../img/ico_schedule.png) center/contain no-repeat;
}
@media screen and (max-width: 640px) {
  section.top-link .inner-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 641px) {
  section.top-link .inner-wrap {
    max-width: 960px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
section.top-link .top-link__bg {
  position: relative;
  padding: 0 20px;
}
section.top-link .top-link__bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-color: #E5D2C5;
}
@media screen and (max-width: 640px) {
  section.top-link .top-link__bg::after {
    right: -20px;
    left: -20px;
  }
}
@media screen and (min-width: 641px) {
  section.top-link .top-link__bg::after {
    right: -50vw;
    left: -50vw;
  }
}
@media screen and (min-width: 641px) {
  section.top-link .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
section.top-link .list__item {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #FFF;
  background: center/cover no-repeat;
}
@media screen and (max-width: 640px) {
  section.top-link .list__item {
    margin-bottom: 25px;
  }
}
section.top-link .list__item:last-of-type {
  margin-bottom: 0;
}
section.top-link .list__img {
  position: relative;
}
section.top-link .list__text {
  position: absolute;
  left: 0;
  display: block;
  color: #7E6B68;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  section.top-link .list__text {
    left: 25px;
    font-size: clamp(14px, 3.8vw, 21px);
  }
}
@media screen and (min-width: 641px) {
  section.top-link .list__text {
    left: clamp(10px, 2vw, 25px);
    font-size: clamp(16px, 2.3vw, 22px);
  }
}

/* --- トップページ見出し ------------------------------------------------ */
.home .top-title {
  background-position: center top;
  background-repeat: no-repeat;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .home .top-title {
    padding-top: 80px;
    margin-bottom: 20px;
    background-size: 70px 70px;
    font-size: 20px;
  }
}
@media screen and (min-width: 641px) {
  .home .top-title {
    padding-top: 95px;
    margin-bottom: 30px;
    background-size: 80px 80px;
    font-size: 24px;
  }
}

section.top-info .top-title {
  background-image: url(../img/ico_circle_info.png);
  color: #DCC297;
}

section.top-attendance .top-title {
  background-image: url(../img/ico_circle_attendance.png);
  color: #D8B1A0;
}

section.top-guide .top-title {
  background-image: url(../img/ico_circle_guide.png);
  color: #D8B1A0;
}

section.top-about .top-title {
  background-image: url(../img/ico_circle_about.png);
  color: #E9AABB;
}

section.top-visit .top-title {
  background-image: url(../img/ico_circle_visit.png);
  color: #7E6B68;
}

/* リンク用id ヘッダー分の高さ調整 */
@media screen and (max-width: 640px) {
  #top-info,
  #top-guide,
  #top-about,
  #top-visit {
    padding-top: 60px;
    margin-top: -60px;
  }
}
@media screen and (min-width: 641px) {
  #top-info,
  #top-guide,
  #top-about,
  #top-visit {
    padding-top: 120px;
    margin-top: -120px;
  }
}

@media screen and (max-width: 640px) {
  #top-attendance {
    padding-top: 100px;
    margin-top: -100px;
  }
}
@media screen and (min-width: 641px) {
  #top-attendance {
    padding-top: 180px;
    margin-top: -180px;
  }
}

@media screen and (max-width: 640px) {
  #home #contents {
    padding-top: 70px;
    margin-top: -70px;
  }
}
@media screen and (min-width: 641px) {
  #home #contents {
    padding-top: 100px;
    margin-top: -100px;
  }
}

/*======================================================================
  footer
  ====================================================================== */
/* --- 上書き --- */
@media screen and (max-width: 640px) {
  #footer {
    background: #FFF;
  }
}
@media screen and (min-width: 641px) {
  #footer {
    background: #F7EADF;
    min-width: 960px;
  }
}
#footer .footer-inner-02 .uk-grid-collapse, #footer .footer-inner-02 .uk-grid-collapse a {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  color: #7E6B68;
  font-size: 12px;
}
#footer .copyright {
  color: #636262;
}
@media screen and (max-width: 640px) {
  #footer .copyright {
    padding: 15px;
    font-size: 10px;
  }
}
@media screen and (min-width: 641px) {
  #footer .copyright {
    padding: 30px;
  }
}

/* --- 追加 --- */
@media screen and (max-width: 640px) {
  .footer-inner {
    padding-top: 35px;
    margin: 0 auto 0;
  }
  .footer-inner::after {
    content: "";
    display: block;
    margin: 0 calc(50% - 50vw);
    border-bottom: 1px solid #7E6B68;
  }
}
@media screen and (min-width: 641px) {
  .footer-inner {
    width: 960px;
    padding-top: 60px;
    margin: auto;
  }
}
.footer__info {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .footer__info {
    flex-wrap: wrap;
    padding-bottom: 35px;
    margin-bottom: 30px;
    border-bottom: 1px solid #7E6B68;
  }
}
@media screen and (min-width: 641px) {
  .footer__info {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 641px) {
  .footer__access {
    width: 50%;
  }
}
.footer__access-address {
  color: #7E6B68;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .footer__access-address {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 641px) {
  .footer__access-address {
    margin-bottom: 15px;
  }
}
.footer__access-button a:link {
  color: #FFF;
  background-color: #DCC297;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0.3em;
}
@media screen and (max-width: 640px) {
  .footer__access-button a:link {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 641px) {
  .footer__access-button a:link {
    font-size: 18px;
    margin-bottom: 15px;
    background-color: #7E6B68;
  }
}
.footer__access-button a:link::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.2em;
  margin-top: -0.5em;
  margin-bottom: -0.3em;
  background: url(../img/ico_access.png) center/contain no-repeat;
}
.footer__access-button a:link::after {
  content: none;
}
@media screen and (max-width: 640px) {
  .footer__logo {
    max-width: 210px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 641px) {
  .footer__logo {
    display: flex;
    align-items: end;
    margin-bottom: 15px;
  }
}
.footer__logo p {
  display: inline-block;
  color: #7E6B68;
  line-height: 1;
}
@media screen and (min-width: 641px) {
  .footer__logo p {
    margin-right: 1em;
  }
}
@media screen and (min-width: 641px) {
  .footer__logo a {
    width: 200px;
  }
}
.footer__map {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .footer__map {
    width: 50%;
  }
}
.footer__map .googlemap {
  position: relative;
  width: 100%;
  padding-top: min(51.1vw, 230px);
  background-color: #CCC;
}
@media screen and (max-width: 640px) {
  .footer__map .googlemap {
    padding-top: min(51.1vw, 230px);
  }
}
@media screen and (min-width: 641px) {
  .footer__map .googlemap {
    padding-top: 295px;
  }
}
.footer__map .googlemap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 641px) {
  .footer__nav {
    padding-bottom: 30px;
    border-bottom: 1px solid #7E827F;
  }
}
@media screen and (max-width: 640px) {
  .footer__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 0 10px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 641px) {
  .footer__menu {
    display: flex;
  }
}
@media screen and (min-width: 641px) {
  .footer__menu-left, .footer__menu-right {
    display: flex;
    border-left: 1px dotted #7E6B68;
  }
}
@media screen and (min-width: 641px) {
  .footer__menu-left {
    margin-right: -1px;
  }
}
.footer__menu-sub {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .footer__menu-sub {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 641px) {
  .footer__menu-sub {
    width: 192px;
    border-right: 1px dotted #7E6B68;
    padding: 10px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .footer__menu-sub--other li {
    margin-bottom: 15px;
  }
}
.footer__menu-sub li a {
  color: #7E6B68;
}
@media screen and (min-width: 641px) {
  .footer__menu-sub li a {
    font-size: 14px;
  }
}
.footer__menu-sub li a:hover {
  text-decoration: underline;
}
.footer__menu-sub li::before {
  content: ">";
  display: inline-block;
  margin-right: 0.2em;
  color: #7E6B68;
}
.footer__menu-sub li.footer__menu-title::before {
  content: "";
  width: 1em;
  height: 1em;
  margin-bottom: -0.1em;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .footer__menu-sub li.footer__menu-title::before {
    background-color: #DCC297;
  }
}
@media screen and (min-width: 641px) {
  .footer__menu-sub li.footer__menu-title::before {
    background-color: #7E6B68;
  }
}
.footer__menu-sub li.footer__menu-title--margin {
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .footer__menu-sub li.footer__menu-title a {
    font-size: 15px;
    color: #DCC297;
  }
}
@media screen and (min-width: 641px) {
  .footer-inner-02 {
    max-width: 960px;
    padding-top: 30px;
    margin: auto;
  }
}

/* 汎用クラス
   -------------------------------------------------------------------- */
/* --- ボタン ------------------------------------------------ */
.custom-button:link, .custom-button:visited, .custom-button:active,
.custom-button {
  position: relative;
  display: block;
  padding: 15px;
  margin: 0 auto 0;
  background-color: #7E6B68;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 23px;
}
@media screen and (max-width: 640px) {
  .custom-button:link, .custom-button:visited, .custom-button:active,
  .custom-button {
    max-width: 440px;
  }
}
@media screen and (min-width: 641px) {
  .custom-button:link, .custom-button:visited, .custom-button:active,
  .custom-button {
    transition: 0.3s;
  }
  .custom-button:link:hover, .custom-button:visited:hover, .custom-button:active:hover,
  .custom-button:hover {
    opacity: 0.8;
  }
}
.custom-button:link::after, .custom-button:visited::after, .custom-button:active::after,
.custom-button::after {
  content: "≫";
  display: inline-block;
  margin-left: 0.5em;
}
/* --- モーダル ------------------------------------------------ */
/* --- 上書き --- */
.uk-modal-page, .uk-modal-page body {
  overflow: visible;
}

.uk-modal.uk-open {
  overscroll-behavior: contain;
}
.uk-modal.uk-open::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 1px);
  pointer-events: none;
  box-sizing: border-box;
}/*# sourceMappingURL=contents.css.map */