@charset "UTF-8";
/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイル */

/************************************
** 基本設定
************************************/

#body {
  max-width: 100%;
}

:root {
  /* pxからremへ */
  --2px: 0.125rem;
  --4px: 0.25rem;
  --5px: 0.3125rem;
  --6px: 0.375rem;
  --8px: 0.5rem;
  --9px: 0.5625rem;
  --10px: 0.625rem;
  --11px: 0.6875rem;
  --12px: 0.75rem;
  --13px: 0.8125rem;
  --14px: 0.875rem;
  --15px: 0.9375rem;
  --16px: 1rem;
  --17px: 1.0625rem;
  --18px: 1.125rem;
  --19px: 1.1875rem;
  --20px: 1.25rem;
  --21px: 1.3125rem;
  --22px: 1.375rem;
  --24px: 1.5rem;
  --25px: 1.5625rem;
  --26px: 1.625rem;
  --27px: 1.6875rem;
  --28px: 1.75rem;
  --29px: 1.8125rem;
  --30px: 1.875rem;
  --32px: 2rem;
  --33px: 2.0625rem;
  --35px: 2.1875rem;
  --39px: 2.4375rem;
  --40px: 2.5rem;
  --42px: 2.625rem;
  --44px: 2.75rem;
  --50px: 3.125rem;
  --52px: 3.25rem;
  --70px: 4.375rem;
  --80px: 5rem;
  --100px: 6.25rem;
  /* カラー */
  --black: #222;
  --rich_black: #000;
  --white: #FFF;
  --purple: #7E1191;
  --green: #096E1A;
  --ultra-light_gray: #F5F5F5;
  --light_gray: #D9D9D9;
  --gray: #757575;
  --dark_gray: #5F5F5F;
}

::selection {
  background: var(--black);
  color: var(--white);
}

#container {
  padding: 0;
  margin: 0 auto;
}


/* PC */
@media screen and (min-width:751px) {

  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }

}



/************************************
** ナビゲーション
************************************/

header nav#mobile-navi {
  display: none;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: var(--ultra-light_gray);
  width: 100%;
  height: 100dvh;
}
header nav#mobile-navi.open {
  display: block;
}
#mobile-navi-in {
  box-sizing: border-box;
  display:flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px 20px;
}
#mobile-navi #mobile-navi-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  margin: 80px 0 50px;
  padding: 0;
  list-style-type: none;
}
#mobile-navi #mobile-navi-menu > li {
  margin: 0;
  padding: 0;
  font-size: var(--14px);
}
#mobile-navi #mobile-navi-button {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  max-width: 300px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#mobile-navi #mobile-navi-button #mobile-navi-button-event a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  background-color: var(--purple);
  border: 1px solid var(--purple);
  border-radius: 4px;
  padding: 12px 12px 12px 24px;
  font-size: var(--14px);
  color: var(--white);
}
#mobile-navi #mobile-navi-button #mobile-navi-button-event a .count {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 50%;
  width: 3em;
  height: 3em;
  font-size: var(--8px);
  color: var(--purple);
}
#mobile-navi #mobile-navi-button #mobile-navi-button-contact a {
  box-sizing: border-box;
  display: block;
  border: 1px solid var(--black);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: var(--14px);
  text-align: center;
  color: var(--black);
}


/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {

}

/* スマホ */
@media screen and (max-width:750px) {

  #mobile-navi-in {
    justify-content: space-between;
  }
  #mobile-navi #mobile-navi-menu {
    flex-grow: 1;
    margin: 0;
  }
  #mobile-navi #mobile-navi-button {
    max-width: none;
  }

}



/************************************
** 投稿・ページ
************************************/

.entry-content img {
  display: block;
}
.page article h2 {
}



/* タブレット */
@media screen and (min-width:751px) and (max-width:960px) {

}



/* スマホ */
@media screen and (max-width:750px) {

}



/************************************
** 共通パーツ
************************************/

.bx-wrapper {
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}


/* スマホ */
@media screen and (max-width:750px) {


}



/*************************************************************************

** ANIMATION

**************************************************************************/




/*************************************************************************

** HOME

**************************************************************************/

/* keyvisual */
.page-template-front-page #keyvisual .section_inner {
  display: flex;
  justify-content: space-between;
  column-gap: 2px;
}
.page-template-front-page #keyvisual .keyvisual_box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  background-color: var(--black);
  padding: max(5.2%, 70px) min(3%, 48px) 40px;
}
.page-template-front-page #keyvisual .keyvisual_box .logo {
  width: min(100%, 242px);
}
.page-template-front-page #keyvisual .keyvisual_box h1 {
  margin: 24px 0 0;
  font-size: var(--20px);
  line-height: 1.5;
  color: var(--white);
}
.page-template-front-page #keyvisual .keyvisual_box h1 br {
  display: none;
}
.page-template-front-page #keyvisual .keyvisual_box .keyvisual_btn_event {
  margin: auto 0;
}
.page-template-front-page #keyvisual .keyvisual_box .keyvisual_btn_event a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 12px;
  border: 1px solid var(--white);
  border-radius: 4px;
  padding: 12px 12px 12px 24px;
  font-size: var(--14px);
  color: var(--white);
}
.page-template-front-page #keyvisual .keyvisual_box .keyvisual_btn_event a .count {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 50%;
  width: 3em;
  height: 3em;
  font-size: var(--8px);
  color: var(--black);
}
.page-template-front-page #keyvisual .keyvisual_box ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page-template-front-page #keyvisual .keyvisual_box ul li {
  width: calc( calc(100% - 8px) / 2 );
}
.page-template-front-page #keyvisual .keyvisual_box ul li a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  background-color: var(--rich_black);
  width: 100%;
  padding: max(8.3%, 16px) 16px;
  font-size: var(--14px);
  color: var(--white);
}
.page-template-front-page #keyvisual .keyvisual_box ul li a::after {
  content: '';
  display: block;
  background: url(images/arrow-white-right1.svg) no-repeat center / contain;
  width: 25px;
  height: 5px;
}
.page-template-front-page #keyvisual .keyvisual_contact {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin: 32px 0 0;
}
.page-template-front-page #keyvisual .keyvisual_contact span {
  display: block;
  font-size: var(--14px);
  color: var(--white);
}
.page-template-front-page #keyvisual .keyvisual_contact a {
  display: block;
  border: 1px solid var(--dark_gray);
  border-radius: 4px;
  padding: 12px 24px;
  font-size: var(--14px);
  color: var(--white);
}
.page-template-front-page #keyvisual #pick-up {
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  display: grid;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: max-content 1fr max-content;
  grid-template-areas:
    "pick_up    pick_up    pick_up"
    "post_title post_title post_title"
    "post_tag   post_date  more";
  background-repeat: no-repeat;
  background-position: center;
  /*background-size: cover;*/
  background-size: 100%;
  width: max(62.5%, 788px);
  aspect-ratio: 1.5 / 1;
  padding: 48px 32px 32px;
  transition: all 1s ease;
}
.page-template-front-page #keyvisual #pick-up:hover {
  background-size: 110%;
}
.page-template-front-page #keyvisual #pick-up:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  transition: all 1s ease;
}
.page-template-front-page #keyvisual #pick-up:hover:before {
  background-color: rgba(0,0,0,0.4);
}
.page-template-front-page #keyvisual #pick-up h2,
.page-template-front-page #keyvisual #pick-up h3,
.page-template-front-page #keyvisual #pick-up .pick_up_tag,
.page-template-front-page #keyvisual #pick-up .pick_up_date,
.page-template-front-page #keyvisual #pick-up .pick_up_more {
  z-index: 2;
}
.page-template-front-page #keyvisual #pick-up h2 {
  grid-area: pick_up;
  color: var(--white);
}
.page-template-front-page #keyvisual #pick-up h2 span {
  display: block;
  font-size: var(--52px);
  line-height: 1.5;
}
.page-template-front-page #keyvisual #pick-up h2 small {
  display: flex;
  align-items: center;
  column-gap: 6px;
  background-color: rgba(24, 23, 23, 0.1);
  border-radius: 4px;
  width: fit-content;
  margin: 19px 0 0;
  padding: 4px 8px;
  font-size: var(--12px);
  line-height: 1.5;
}
.page-template-front-page #keyvisual #pick-up h2 small::before {
  content: '';
  display: block;
  background-color: var(--black);
  border-radius: 2px;
  width: 0.5em;
  height: 0.5em;
}
.page-template-front-page #keyvisual #pick-up h3 {
  grid-area: post_title;
  margin: 0 0 24px;
  font-size: var(--18px);
}
.page-template-front-page #keyvisual #pick-up h3 a {
  color: var(--white);
}
.page-template-front-page #keyvisual #pick-up .pick_up_tag {
  grid-area: post_tag;
  display: flex;
  column-gap: 10px;
  margin: 0 16px 0 0;
}
.page-template-front-page #keyvisual #pick-up .pick_up_tag li {
  display: block;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: var(--10px);
  background-color: var(--white);
  color: var(--black);
}
.page-template-front-page #keyvisual #pick-up .pick_up_tag li.tag_open {
  background-color: var(--purple);
  color: var(--white);
}
.page-template-front-page #keyvisual #pick-up .pick_up_tag li.tag_normal {
  background-color: var(--white);
  color: var(--black);
}
.page-template-front-page #keyvisual #pick-up .pick_up_date {
  grid-area: post_date;
  font-size: var(--12px);
  color: var(--white);
  line-height: 26px;
}
.page-template-front-page #keyvisual #pick-up .pick_up_more {
  grid-area: more;
}
.page-template-front-page #keyvisual #pick-up .pick_up_more a {
  display: block;
  border-bottom: 1px solid var(--white);
  padding: 0 0 4px;
  font-size: var(--10px);
  color: var(--white);
}
.page-template-front-page #keyvisual #pick-up .overlay-link {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.page-template-front-page #keyvisual #pick-up .overlay-link a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
}


/* 記事一覧 */
.page-template-front-page #news .category_navi_wrap {
  background-color: var(--ultra-light_gray);
  width: 100%;
  padding: 24px 0 0;
}
.page-template-front-page #news #category-navi {
  display: flex;
  justify-content: center;
  width: min(100%, 1200px);
  margin: 0 auto;
}
.page-template-front-page #news #category-navi li {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  border-bottom: 2px solid var(--ultra-light_gray);
  width: calc(100% / 3);
  padding: 24px 10px;
  cursor: pointer;
}
.page-template-front-page #news #category-navi .category_navi_item:hover,
.page-template-front-page #news #category-navi .category_navi_item.active  {
  border-bottom-color: var(--black);
}
.page-template-front-page #news #category-navi .category_navi_item .text {
  font-size: var(--18px);
}
.page-template-front-page #news #category-navi .category_navi_item .count {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--black);
  border-radius: 50%;
  width: 3em;
  height: 3em;
  font-size: var(--8px);
  color: var(--white);
}
.page-template-front-page #news #news-contents {
  background-color: #fff;
  width: 100%;
  padding: 100px 0;
}
.page-template-front-page #news #news-contents .news_contents_item {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-front-page #news #news-contents .news_contents_item .news_list {
  display: none;
}
.page-template-front-page #news #news-contents .news_contents_item .news_list.active {
  display: block;
}
.page-template-front-page #news #news-contents .news_contents_item .news_list > li {
  width: 100%;
  margin: 0 0 32px;
}
.page-template-front-page #news #news-contents .news_contents_item .news_list > li a {
  display: flex;
  justify-content: space-between;
  transition: all 1s ease;
}
.page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_text {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid var(--light_gray);
  width: calc(100% - 16px - 274px);
  padding: 30px 40px 18px 8px;
  transition: all 1s ease;
}
.page-template-front-page #news #news-contents .news_contents_item .news_list > li a:hover .news_text {
  border-top: 1px solid var(--black);
}
.page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_text .news_title {
  display: block;
  font-size: var(--18px);
}
.page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_text .news_meta {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_tag {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_tag li {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  border-color: var(--ultra-light_gray);
  padding: 4px 10px;
  font-size: var(--10px);
  color: var(--black);
}
.page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_tag li.tag_open {
  border-color: var(--purple);
  background-color: var(--purple);
  color: var(--white);
}
.page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_tag li.tag_report {
  
}
.page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_tag li.tag_info {
  
}
.page-template-front-page #annual-events .section_header dl dt.tag_report span {
  background-color: var(--dark_gray);
}
.page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_date {
  display: block;
  font-size: var(--12px);
}
.page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_more {
  display: block;
  border-bottom: 1px solid var(--dark_gray);
  margin: 0 0 0 auto;
  padding: 0 0 4px;
  font-size: var(--10px);
}
.page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_thumb {
  width: 274px;
  background-color: #000;
  aspect-ratio: 1.5 / 1;
}
.page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_thumb img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-template-front-page #news #news-contents .news_contents_item .news_list > li a:hover .news_thumb {
  opacity: 0.7;
}
.page-template-front-page #news #news-contents .news_contents_item .news_btn a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  background-color: var(--black);
  border-radius: 4px;
  width: fit-content;
  margin: 50px 0 0 auto;
  padding: 12px 28px;
  font-size: var(--14px);
  color: var(--white);
}
.page-template-front-page #news #news-contents .news_contents_item .news_btn a::after {
  content: '';
  display: block;
  background: url(images/arrow-white-right1.svg) no-repeat center / contain;
  width: 25px;
  height: 5px;
}

/* 年間スケジュール */
.page-template-front-page #annual-events {
  background-color: var(--ultra-light_gray);
}
.page-template-front-page #annual-events .section_inner {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 150px 0;
}
.page-template-front-page #annual-events .section_header {
  width: min(calc(100% - 700px), 500px);
}
.page-template-front-page #annual-events .section_header h2 span {
  display: block;
  font-size: var(--52px);
  line-height: 1.5;
}
.page-template-front-page #annual-events .section_header h2 small {
  display: flex;
  align-items: center;
  column-gap: 6px;
  background-color: rgba(24, 23, 23, 0.1);
  border-radius: 4px;
  width: fit-content;
  margin: 19px 0 0;
  padding: 4px 8px;
  font-size: var(--12px);
}
.page-template-front-page #annual-events .section_header h2 small::before {
  content: '';
  display: block;
  background-color: var(--black);
  border-radius: 2px;
  width: 0.5em;
  height: 0.5em;
}
.page-template-front-page #annual-events .section_header p {
  margin: 100px 0;
  font-size: var(--14px);
}
.page-template-front-page #annual-events .section_header dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px 0;
  background-color: var(--white);
  border-radius: 4px;
  padding: 32px 12%;
}
.page-template-front-page #annual-events .section_header dl dt {
  width: 5.375rem;
}
.page-template-front-page #annual-events .section_header dl dt span {
  display: flex;
  align-items: center;
  column-gap: 6px;
  border-radius: 4px;
  width: fit-content;
  padding: 4px 10px;
  font-size: var(--10px);
  color: var(--white);
}
.page-template-front-page #annual-events .section_header dl dt span::after {
  content: '';
  display: block;
  background: url(images/arrow-white-right2.svg) no-repeat center / contain;
  width: 0.5em;
  height: 0.7em;
}
.page-template-front-page #annual-events .section_header dl dt.tag_open span {
  background-color: var(--purple);
}
.page-template-front-page #annual-events .section_header dl dt.tag_overview span {
  background-color: var(--green);
}
.page-template-front-page #annual-events .section_header dl dt.tag_report span {
  background-color: var(--dark_gray);
}
.page-template-front-page #annual-events .section_header dl dd {
  width: calc(100% - 5.375rem);
  font-size: var(--14px);
}
.page-template-front-page #annual-events .section_body {
  box-sizing: border-box;
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--black);
  width: 600px;
  margin: 30px 0 0;
  padding: 24px 16px;
}
.page-template-front-page #annual-events .section_body .year_box {
  display: none;
}
.page-template-front-page #annual-events .section_body .year_box.active {
  display: block;
}
.page-template-front-page #annual-events .section_body h3 {
  margin: 0 0 50px;
  font-size: var(--24px);
  line-height: 1.5;
}
.page-template-front-page #annual-events .section_body .annual_events_box {
  display: flex;
  margin: 36px 0 0;
}
.page-template-front-page #annual-events .section_body .annual_events_box .month {
  flex-shrink: 0;
  width: 4.25rem;
  padding: 14px 0;
  font-size: var(--16px);
  line-height: 1.5;
}
.page-template-front-page #annual-events .section_body .annual_events_box > ul {
  flex-grow: 1;
}
.page-template-front-page #annual-events .section_body .annual_events_box > ul > li {
  border-bottom: 1px solid var(--light_gray);
  margin: 12px 0 0;
}
.page-template-front-page #annual-events .section_body .annual_events_box > ul > li > a {
  display: flex;
  align-items: center;
  padding: 12px 12px 12px 0;
}
.page-template-front-page #annual-events .section_body .annual_events_box > ul > li > a.disabled {
  pointer-events: none;
}
.page-template-front-page #annual-events .section_body .annual_events_box > ul > li:first-child {
  margin-top: 0;
}
.page-template-front-page #annual-events .section_body .annual_events_box > ul > li .day {
  display: block;
  flex-shrink: 0;
  width: 2.75rem;
  font-size: var(--12px);
}
.page-template-front-page #annual-events .section_body .annual_events_box > ul > li .day small {
  font-size: var(--8px);
}
.page-template-front-page #annual-events .section_body .annual_events_box > ul > li .text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-grow: 1;
}
.page-template-front-page #annual-events .section_body .annual_events_box > ul > li .text .title {
  display: block;
  flex-grow: 1;
  font-size: var(--14px);
}
.page-template-front-page #annual-events .section_body .annual_events_box > ul > li .text span[class^="tag_"] {
  display: flex;
  align-items: center;
  column-gap: 6px;
  flex-shrink: 0;
  border-radius: 4px;
  width: fit-content;
  margin: 0 0 0 12px;
  padding: 4px 10px;
  font-size: var(--10px);
  color: var(--white);
}
.page-template-front-page #annual-events .section_body .annual_events_box > ul > li .text span[class^="tag_"]::after {
  content: '';
  display: block;
  background: url(images/arrow-white-right2.svg) no-repeat center / contain;
  width: 0.5em;
  height: 0.7em;
}
.page-template-front-page #annual-events .section_body .annual_events_box > ul > li .text .tag_open {
  background-color: var(--purple);
}
.page-template-front-page #annual-events .section_body .annual_events_box > ul > li .text .tag_overview {
  background-color: var(--green);
}
.page-template-front-page #annual-events .section_body .annual_events_box > ul > li .text .tag_report {
  background-color: var(--dark_gray);
}
.page-template-front-page #annual-events .section_body .annual_events_navi {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
  padding: 12px 0;
}
.page-template-front-page #annual-events .section_body .annual_events_navi li:first-child span,
.page-template-front-page #annual-events .section_body .annual_events_navi li:first-child a {
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-size: var(--14px);
  cursor: pointer;
}
.page-template-front-page #annual-events .section_body .annual_events_navi li:first-child span::before,
.page-template-front-page #annual-events .section_body .annual_events_navi li:first-child a::before {
  content: '';
  display: block;
  background: url(images/arrow-black-right1.svg) no-repeat center / contain;
  width: 25px;
  height: 5px;
  transform: scale(-1, 1);
}
.page-template-front-page #annual-events .section_body .annual_events_navi li:last-child span,
.page-template-front-page #annual-events .section_body .annual_events_navi li:last-child a {
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-size: var(--14px);
  cursor: pointer;
}
.page-template-front-page #annual-events .section_body .annual_events_navi li:last-child span::after,
.page-template-front-page #annual-events .section_body .annual_events_navi li:last-child a::after {
  content: '';
  display: block;
  background: url(images/arrow-black-right1.svg) no-repeat center / contain;
  width: 25px;
  height: 5px;
}
.page-template-front-page #annual-events .section_body .annual_events_navi li:has(span) {
  opacity: 0.4;
}

/* フォトギャラリー */
.page-template-front-page #photo-gallery {
  background-color: var(--dark_gray);
}
.page-template-front-page #photo-gallery .section_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 100px;
}
.page-template-front-page #photo-gallery .section_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page-template-front-page #photo-gallery .section_header h2 span {
  display: block;
  font-size: var(--52px);
  line-height: 1.5;
  color: var(--white);
}
.page-template-front-page #photo-gallery .section_header h2 small {
  display: flex;
  align-items: center;
  column-gap: 6px;
  background-color: rgba(24, 23, 23, 0.1);
  border-radius: 4px;
  width: fit-content;
  margin: 19px 0 0;
  padding: 4px 8px;
  font-size: var(--12px);
  color: var(--white);
}
.page-template-front-page #photo-gallery .section_header h2 small::before {
  content: '';
  display: block;
  background-color: var(--black);
  border-radius: 2px;
  width: 0.5em;
  height: 0.5em;
}
.page-template-front-page #photo-gallery .section_header .photo_gallery_btn a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  background-color: var(--black);
  border-radius: 4px;
  width: fit-content;
  padding: 12px 28px;
  font-size: var(--14px);
  color: var(--white);
}
.page-template-front-page #photo-gallery .section_header .photo_gallery_btn a::after {
  content: '';
  display: block;
  background: url(images/arrow-white-right1.svg) no-repeat center / contain;
  width: 25px;
  height: 5px;
}
.page-template-front-page #photo-gallery .section_body {
  margin: 100px 0 0;
}
.bx-loading {
  display: none;
}

.page-template-front-page #photo-gallery .section_body .ngg-galleryoverview {
  transform: inherit !important;
}
.page-template-front-page #photo-gallery .section_body #photo-gallery-slider,
.page-template-front-page #photo-gallery .section_body .ngg-galleryoverview {
  display: flex;
}
.page-template-front-page #photo-gallery .section_body #photo-gallery-slider li a,
.page-template-front-page #photo-gallery .section_body .ngg-galleryoverview li a {
  box-sizing: border-box;
  display: block;
  border-bottom: 1px solid var(--gray);
  height: 100%;
  padding: 0 0 24px;
  color: var(--white);
}
.page-template-front-page #photo-gallery .section_body #photo-gallery-slider li a figure,
.page-template-front-page #photo-gallery .section_body .ngg-galleryoverview li a figure  {
  width: 100%;
  aspect-ratio: 1.5 / 1;
}
.page-template-front-page #photo-gallery .section_body #photo-gallery-slider li a figure img,
.page-template-front-page #photo-gallery .section_body .ngg-galleryoverview li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-front-page #photo-gallery .section_body #photo-gallery-slider li a .text,
.page-template-front-page #photo-gallery .section_body .ngg-galleryoverview li a .text {
  display: block;
}
.page-template-front-page #photo-gallery .section_body #photo-gallery-slider li a .date,
.page-template-front-page #photo-gallery .section_body .ngg-galleryoverview li a .date {
  display: block;
  opacity: 0.6;
  margin: 12px 0 0;
  font-size: var(--12px);
}
.page-template-front-page #photo-gallery .section_body #photo-gallery-slider li a .title,
.page-template-front-page #photo-gallery .section_body .ngg-galleryoverview li a .title {
  display: block;
  font-size: var(--14px);
}
.page-template-front-page #photo-gallery .section_body .bx-wrapper {
  margin-bottom: 0;
}
.page-template-front-page #photo-gallery .section_body .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  outline: 0;
  border-radius: 50%;
  background-color: var(--black);
  width: 80px;
  height: 80px;
  text-indent: -9999px;
  z-index: 10;
}
.page-template-front-page #photo-gallery .section_body .bx-wrapper .bx-prev {
  left: -130px;
  background: url(images/arrow-white-right1.svg) no-repeat center / 25px 5px;
  transform: scale(-1, 1);
}
.page-template-front-page #photo-gallery .section_body .bx-wrapper .bx-next {
  right: -130px;
  background: url(images/arrow-white-right1.svg) no-repeat center / 25px 5px;
}

/* お問い合わせ */
.page-template-front-page #contact-us {
  background-color: var(--ultra-light_gray);
}
.page-template-front-page #contact-us .section_inner {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  padding: 150px 0 150px;
}
.page-template-front-page #contact-us .section_header {
  width: min(calc(100% - 700px), 500px);
}
.page-template-front-page #contact-us .section_header h2 span {
  display: block;
  font-size: var(--52px);
  line-height: 1.5;
}
.page-template-front-page #contact-us .section_header h2 small {
  display: flex;
  align-items: center;
  column-gap: 6px;
  background-color: rgba(24, 23, 23, 0.1);
  border-radius: 4px;
  width: fit-content;
  margin: 19px 0 0;
  padding: 4px 8px;
  font-size: var(--12px);
}
.page-template-front-page #contact-us .section_header h2 small::before {
  content: '';
  display: block;
  background-color: var(--black);
  border-radius: 2px;
  width: 0.5em;
  height: 0.5em;
}
.page-template-front-page #contact-us .section_header h2 + p {
  margin: 100px 0 0;
  font-size: var(--14px);
}
.page-template-front-page #contact-us .section_header p + p {
  margin: 24px 0 0;
  font-size: var(--14px);
}
.page-template-front-page #contact-us .section_body {
  width: 600px;
}

.page-template-front-page #footer {
  margin: 0;
}


/* スライダー幅調整 */
@media screen and (max-width:1460px) {

  .page-template-front-page #photo-gallery .section_body {
    width: 896px;
    margin: 100px auto 0;
  }

}

@media screen and (max-width:1160px) {

  .page-template-front-page #photo-gallery .section_body {
    width: 592px;
  }

}

/* 幅1280px以下 */
@media screen and (max-width:1280px) {

  /* keyvisual */
  .page-template-front-page #keyvisual .keyvisual_box h1 {
    text-align: center;
  }
  .page-template-front-page #keyvisual .keyvisual_box h1 br {
    display: inline;
  }
  .page-template-front-page #keyvisual .keyvisual_box ul {
    flex-direction: column;
    row-gap: 8px;
  }
  .page-template-front-page #keyvisual .keyvisual_box ul li {
    width: 100%;
  }
  .page-template-front-page #keyvisual .keyvisual_box ul li a {
    padding: 16px;
  }
  .page-template-front-page #keyvisual .keyvisual_contact {
    display: none;
  }

  /* 記事一覧 */
  .page-template-front-page #news #news-contents {
    width: calc(100% - 64px);
  }

  /* 年間スケジュール */
  .page-template-front-page #annual-events .section_inner {
    width: calc(100% - 64px);
  }

  /* フォトギャラリー */
  .page-template-front-page #photo-gallery .section_inner {
    width: calc(100% - 64px);
  }

  /* お問い合わせ */
  .page-template-front-page #contact-us .section_inner {
    width: calc(100% - 64px);
  }

}

/* タブレット */
@media screen and (max-width:1080px) {

  /* keyvisual */
  .page-template-front-page #keyvisual .section_inner {
    flex-direction: column-reverse;
    column-gap: 0;
  }
  .page-template-front-page #keyvisual .keyvisual_box {
    flex-direction: row;
    justify-content: space-between;
    padding: 24px 16px;
  }
  .page-template-front-page #keyvisual .keyvisual_box .logo {
    display: none;
  }
  .page-template-front-page #keyvisual .keyvisual_box h1 {
    display: none;
  }
  .page-template-front-page #keyvisual .keyvisual_box .keyvisual_btn_event {
    width: calc( calc(100% - 16px) / 3 );
  }
  .page-template-front-page #keyvisual .keyvisual_box .keyvisual_btn_event a {
    padding: 12px;
  }
  .page-template-front-page #keyvisual .keyvisual_box ul {
    flex-direction: row;
    gap: 0;
    width: calc( calc( calc(100% - 8px) / 3 ) * 2 );
  }
  .page-template-front-page #keyvisual .keyvisual_box ul li {
    width: calc( calc(100% - 8px) / 2 );
  }
  .page-template-front-page #keyvisual .keyvisual_box ul li a {
    flex-direction: row;
    justify-content: center;
    gap: 0 10px;
    padding: 13px 12px;
  }
  .page-template-front-page #keyvisual .keyvisual_box ul .keyvisual_btn_schedule a {
    /*background-image: linear-gradient(rgba(0, 0, 0, .3),  rgba(0, 0, 0, .3)),  url(images/home/bg-schedule.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
  }
  .page-template-front-page #keyvisual .keyvisual_box ul .keyvisual_btn_gallery a {
    /*background-image: linear-gradient(rgba(0, 0, 0, .3),  rgba(0, 0, 0, .3)),  url(images/home/bg-gallery.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
  }
  .page-template-front-page #keyvisual #pick-up {
    grid-template-rows: 1fr auto auto auto;
    grid-template-columns: 1fr max-content;
    grid-template-areas:
      "pick_up    pick_up"
      "post_date  post_date"
      "post_title post_title"
      "post_tag   more";
    width: 100%;
    padding: 48px 32px 34px;
  }
  .page-template-front-page #keyvisual #pick-up h2 span {
    font-size: var(--32px);
  }
  .page-template-front-page #keyvisual #pick-up h3 {
    margin: 4px 0 8px;
    font-size: var(--14px);
  }
  .page-template-front-page #keyvisual #pick-up .pick_up_tag {
    margin: 0;
  }
  .page-template-front-page #keyvisual #pick-up .pick_up_date a {
    font-size: var(--10px);
  }

  /* 記事一覧 */
  .page-template-front-page #news .news_menu_wrap {
    padding: 12px 0 0;
  }
  .page-template-front-page #news #category-navi .category_navi_item {
    column-gap: 6px;
    padding: 12px 4px;
  }
  .page-template-front-page #news #category-navi .category_navi_item .text {
    font-size: 0;
  }
  .page-template-front-page #news #category-navi .category_navi_item[data-category="all"] .text::before {
    content: '全て';
    font-size: var(--10px);
  }
  .page-template-front-page #news #category-navi .category_navi_item[data-category="event"] .text::before {
    content: 'イベント';
    font-size: var(--10px);
  }
  .page-template-front-page #news #category-navi .category_navi_item[data-category="info"] .text::before {
    content: 'お知らせ';
    font-size: var(--10px);
  }
  .page-template-front-page #news #category-navi .category_navi_item[data-category="report"] .text::before {
    content: 'レポート';
    font-size: var(--10px);
  }
  .page-template-front-page #news #category-navi .category_navi_item .count {
    width: 2.25em;
    height: 2.25em;
  }
  .page-template-front-page #news #news-contents {
    width: 100%;
    padding: 50px 0 100px;
  }
  .page-template-front-page #news #news-contents .news_contents_item {
    width: 90%;
  }
  .page-template-front-page #news #news-contents .news_contents_item .news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-template-front-page #news #news-contents .news_contents_item .news_list > li {
    border-bottom: 1px solid var(--rich_black);
    width: calc( calc(100% - 24px) / 2 );
  }
  .page-template-front-page #news #news-contents .news_contents_item .news_list > li a {
    flex-direction: column;
    height: 100%;
  }
  .page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_text {
    order: 2;
    flex-grow: 1;
    border-top: none;
    width: 100%;
    padding: 26px 0 24px;
  }
  .page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_text .news_title {
    margin: 0 0 20px;
    font-size: var(--14px);
  }
  .page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_text .news_meta {
    flex-wrap: wrap;
    gap: 20px 16px;
    margin: auto 0 0;
  }
  .page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_tag {
    order: 2;
  }
  .page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_date {
    order: 1;
    width: 100%;
  }
  .page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_more {
    order: 3;
    border-bottom-color: var(--light_gray);
  }
  .page-template-front-page #news #news-contents .news_contents_item .news_list > li a .news_thumb {
    order: 1;
    width: 100%;
    background-color: #000;
  }
  .page-template-front-page #news #news-contents .news_contents_item .news_btn a {
    width: 100%;
    margin: 18px 0 0;
  }

  /* 年間スケジュール */
  .page-template-front-page #annual-events .section_inner {
    flex-direction: column;
    padding: 50px 0;
  }
  .page-template-front-page #annual-events .section_header {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 327px;
    grid-template-areas:
      "title tag"
      "lead  tag";
    width: 100%;
  }
  .page-template-front-page #annual-events .section_header h2 {
    grid-area: title;
    margin: 0 20px;
  }
  .page-template-front-page #annual-events .section_header h2 span {
    font-size: var(--32px);
  }
  .page-template-front-page #annual-events .section_header p {
    grid-area: lead;
    margin: 50px 20px 0;
  }
  .page-template-front-page #annual-events .section_header dl {
    grid-area: tag;
    padding: 24px 20px;
  }
  .page-template-front-page #annual-events .section_header dl dd {
    font-size: var(--12px);
  }
  .page-template-front-page #annual-events .section_body {
    width: 100%;
    margin: 50px 0 0;
  }

  /* フォトギャラリー */
  .page-template-front-page #photo-gallery .section_inner {
    position: relative;
    width: calc(100% - 40px);
    padding: 50px 0 130px;
  }
  .page-template-front-page #photo-gallery .section_header {
    display: block;
  }
  .page-template-front-page #photo-gallery .section_header h2 span {
    font-size: var(--32px);
  }
  .page-template-front-page #photo-gallery .section_header .photo_gallery_btn {
    position: absolute;
    bottom: 50px;
    right: 0;
  }
  .page-template-front-page #photo-gallery .section_body {
    width: 100%;
    margin: 50px 0 0;
  }
  .page-template-front-page #photo-gallery .section_body #photo-gallery-slider {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 12px;
  }
  .page-template-front-page #photo-gallery .section_body #photo-gallery-slider li {
    width: calc( calc(100% - 32px) / 2 );
  }
  .page-template-front-page #photo-gallery .section_body #photo-gallery-slider li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }
  .page-template-front-page #photo-gallery .section_body #photo-gallery-slider li a figure {
    width: 77px;
    height: 77px;
    aspect-ratio: 1 / 1;
    line-height: 1;
  }
  .page-template-front-page #photo-gallery .section_body #photo-gallery-slider li a .text {
    display: flex;
    flex-direction: column;
    width: calc(100% - 77px - 16px);
  }
  .page-template-front-page #photo-gallery .section_body #photo-gallery-slider li a .date {
    margin: 0;
    font-size: var(--10px);
  }
  .page-template-front-page #photo-gallery .section_body #photo-gallery-slider li a .text::after {
    content: 'View';
    display: block;
    border-bottom: 1px solid var(--white);
    width: fit-content;
    margin: 12px 0 0;
    padding: 0 0 4px;
    font-size: var(--10px);
  }

  /* お問い合わせ */
  .page-template-front-page #contact-us .section_inner {
    flex-direction: column;
    width: calc(100% - 40px);
    padding: 50px 0;
  }
  .page-template-front-page #contact-us .section_header {
    width: 100%;
  }
  .page-template-front-page #contact-us .section_header h2 span {
    font-size: var(--32px);
  }
  .page-template-front-page #contact-us .section_header h2 + p {
    margin: 50px 0 0;
  }
  .page-template-front-page #contact-us .section_body {
    width: 100%;
    margin: 50px 0 0;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  /* keyvisual */
  .page-template-front-page #keyvisual .keyvisual_box {
    flex-direction: column;
  }
  .page-template-front-page #keyvisual .keyvisual_box .keyvisual_btn_event {
    width: 100%;
    margin: 0 0 16px;
  }
  .page-template-front-page #keyvisual .keyvisual_box ul {
    flex-direction: column;
    gap: 8px 0;
    width: 100%;
  }
  .page-template-front-page #keyvisual .keyvisual_box ul li {
    width: 100%;
  }
  .page-template-front-page #keyvisual .keyvisual_box ul li a {
    padding: 21px 12px;
  }
  .page-template-front-page #keyvisual #pick-up {
    grid-template-rows: 1fr auto auto;
    grid-template-areas:
      "post_date  post_date"
      "post_title post_title"
      "post_tag   more";
    padding: 14px 12px;
  }
  .page-template-front-page #keyvisual #pick-up h2 {
    display: none;
  }
  .page-template-front-page #keyvisual #pick-up .pick_up_date {
    align-self: end;
  }

  /* 記事一覧 */
  .page-template-front-page #news #news-contents .news_contents_item .news_list {
    flex-direction: column;
  }
  .page-template-front-page #news #news-contents .news_contents_item .news_list > li {
    width: 100%;
  }

  /* 年間スケジュール */
  .page-template-front-page #annual-events .section_inner {
    width: 100%;
  }
  .page-template-front-page #annual-events .section_header {
    display: block;
  }
  .page-template-front-page #annual-events .section_header p {
    margin: 50px 20px;
  }
  .page-template-front-page #annual-events .section_header dl {
    margin: 0 16px;
    padding: 20px 16px;
  }
  .page-template-front-page #annual-events .section_body .annual_events_box {
    display: block;
  }
  .page-template-front-page #annual-events .section_body .annual_events_box .month {
    width: 100%;
  }
  .page-template-front-page #annual-events .section_body .annual_events_box > ul {
    width: 100%;
  }
  .page-template-front-page #annual-events .section_body .annual_events_box > ul > li:first-child {
    margin-top: 16px;
  }
  .page-template-front-page #annual-events .section_body .annual_events_box > ul > li .text {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .page-template-front-page #annual-events .section_body .annual_events_box > ul > li .text .title {
    width: 100%;
  }
  .page-template-front-page #annual-events .section_body .annual_events_box > ul > li .text span[class^="tag_"] {
    margin: 12px 12px 0 0;
  }

  /* フォトギャラリー */
  .page-template-front-page #photo-gallery .section_header .photo_gallery_btn {
    width: 100%;
  }
  .page-template-front-page #photo-gallery .section_header .photo_gallery_btn a {
    width: 100%;
  }
  .page-template-front-page #photo-gallery .section_body #photo-gallery-slider li {
    width: 100%;
  }


}



/*************************************************************************

** CONTACT

**************************************************************************/

/* フォーム共通設定 */
form dl {
  margin: 32px 0 0;
}
form dl dt {
  padding: 0 0 4px;
  font-size: var(--12px);
  color: var(--black);
}
form dl dt .required {
  color: var(--black);
}
form dl dt .required::after {
  content: "*";
  display: inline-block;
  margin-left: var(--4px);
  font-size: var(--12px);
}
form dl dd {
  position: relative;
  font-size: var(--14px);
  color: var(--black);
}
form dl dd input[type="text"],
form dl dd input[type="password"],
form dl dd input[type="email"],
form dl dd input[type="tel"],
form dl dd textarea {
  background-color: inherit;
  background-image: none;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: var(--black);
  border-radius: 0;
  box-shadow: none;
  color: var(--black);
  font-size: var(--14px);
  padding: 10px 4px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-style: normal;
  font-weight: 300;
}
form dl dd input[type="text"]::placeholder,
form dl dd input[type="password"]::placeholder,
form dl dd input[type="email"]::placeholder,
form dl dd input[type="tel"]::placeholder,
form dl dd textarea::placeholder {
  color: var(--light_gray);
}
form dl dd input[type="text"]:focus,
form dl dd input[type="password"]:focus,
form dl dd input[type="email"]:focus,
form dl dd input[type="tel"]:focus,
form dl dd textarea:focus {
  outline: 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: var(--black);
  background: inherit;
  box-shadow: none;
  color: var(--black);
}
form dl dd select {
  box-sizing: border-box;
  width: 100%;
  appearance: none;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: var(--black);
  border-radius: 0;
  outline: 0;
  background: inherit;
  background-image: none;
  box-shadow: none;
  padding: 10px 4px;
  font-size: var(--14px);
  cursor: pointer;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-style: normal;
  font-weight: 300;
}
form dl dd:has(select)::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 2.5px);
  right: 4px;
  background: url(images/arrow-black-down1.svg) no-repeat center / contain;
  width: 10px;
  height: 5px;
}
form dl dd:has(input[type="file"]) {
  border-bottom: 1px solid var(--black);
  padding: 12px 4px 23px;
}
form dl dd:has(input[type="file"])::after {
  content: '合計10MBまで';
  display: block;
  position: absolute;
  top: 22px;
  right: 4px;
  font-size: 12px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}
form dl dd input[type="file"]::file-selector-button {
  position: relative;
  background-color: inherit;
  border: 1px solid var(--gray);
  border-radius: 4px;
  margin-right: 16px;
  padding: 4px 12px;
  font-size: var(--12px);
  cursor: pointer;
}
form dl dd .wpcf7-not-valid-tip {
  color: #E95031;
  display: block;
  margin-top: 0.6em;
}
form .submit_btn {
  margin-top: 32px;
  text-align: center;
}
form .submit_btn input[type="submit"] {
  box-sizing: border-box;
  display: block;
  background-color: var(--black);
  background-image: url(images/arrow-white-right1.svg);
  background-repeat: no-repeat;
  background-position: 80% 50%;
  background-size: 25px auto;
  border: none;
  border-radius: 4px;
  margin: 0 0 0 auto;
  padding: 14px 60px 14px 28px;
  font-size: var(--14px);
  font-family: "a-otf-ryumin-pr6n", serif;
  font-style: normal;
  font-weight: 300;
  color: var(--white);
  text-align: center;
  text-decoration: none;
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.5s;
}
form .submit_btn input[type="submit"]:hover {
}

form dl dd .wpcf7-not-valid-tip {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-style: normal;
  font-weight: 300;
  color: #D90303;
  display: block;
  margin-top: 0.6em;
}
.wpcf7 form .wpcf7-response-output {
  text-align: right;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-style: normal;
  font-weight: 300;
  font-size: var(--14px);
  color: #D90303;
	margin: 2em 0 !important;
	padding: 0 !important;
	border: none !important;/*2px solid #00a0d2;*/ /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #000;
}




/* タブレット */
@media screen and (max-width:1080px) {

  .page-template-front-page #contact-us .section_body form .submit_btn input[type="submit"] {
    background-position: calc(50% + 3em) 50%;
    width: 100%;
    margin: 0;
    padding: 14px 40px 14px 20px;
  }

}


/* スマホ */
@media screen and (max-width:750px) {

  form dl dd:has(input[type="file"]) {
    padding: 12px 4px 57px;
  }
  form dl dd:has(input[type="file"])::after {
    top: auto;
    right: auto;
    bottom: 24px;
    left: 4px;
  }


}



/*************************************************************************

** Ryokan List

**************************************************************************/

.page-ryokan-list .page_header .section_inner {
  width: 90%;
  max-width: 1200px;
  margin: 5em auto;
}
.page-ryokan-list .page_header .section_inner .entry_title {
  font-size: 52px;
  line-height: 1;
  margin: 0;
}
.page-ryokan-list .page_header .section_inner .entry_title_jp {
  margin: 1em 0 2em 0;
}
.page-ryokan-list .page_header .section_inner .entry_title_jp small {
  display: flex;
  align-items: center;
  column-gap: 6px;
  background-color: rgba(24, 23, 23, 0.1);
  border-radius: 4px;
  width: fit-content;
  margin: 19px 0 0;
  padding: 4px 8px;
  font-size: var(--12px);
}
.page-ryokan-list .page_header .section_inner .entry_title_jp small:before {
  content: '';
  display: block;
  background-color: var(--black);
  border-radius: 2px;
  width: 0.5em;
  height: 0.5em;
}
.page-ryokan-list .page_header .section_inner p {
  font-size: var(--14px);
  line-height: 2;
}


.page-ryokan-list .page_header .section_inner p + .btn1 {
  margin: 2em 0 0 0;
}
.page-ryokan-list .page_header .section_inner p + .btn1 a {
  display: inline-block;
  background-color: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 14px;
  line-height: 1;
  padding: 1em 2em;
}
.page-ryokan-list .page_header .section_inner p + .btn1 a:after {
  content: '';
  display: inline-block;
  background: url(images/arrow-black-right1.svg) no-repeat center / contain;
  width: 25px;
  height: 5px;
  margin-left: 1em;
}



.page-ryokan-list #ryokan-list {
  padding: 0 0 100px;
}
.page-ryokan-list #ryokan-list .ryokan-list-table {
  width: 90%;
  max-width: 1200px;
  border-collapse: collapse;
  margin: 0 auto 5em auto;
}
.page-ryokan-list #ryokan-list .ryokan-list-table thead td {
  height: 25px;
  font-size: var(--14px);
  line-height: 1.8;
  padding: 10px 0.5em;
  border-bottom: 1px solid #000;
}
.page-ryokan-list #ryokan-list .ryokan-list-table tbody td {
  font-size: var(--14px);
  line-height: 1.8;
  vertical-align: middle;
  padding: 0.5em;
  border-bottom: 1px solid #D9D9D9;
}
.page-ryokan-list #ryokan-list .ryokan-list-table tbody tr:nth-child(1) td {
  padding: 2em 0.5em 0.5em 0.5em;
}
.page-ryokan-list #ryokan-list .ryokan-list-table thead td:nth-child(1) {
  width: 30%;
  font-size: var(--18px);
  line-height: 1;
  white-space: nowrap;
}
.page-ryokan-list #ryokan-list .ryokan-list-table thead td:nth-child(1):before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.8em;
  background: url(./images/icon-disc.svg) no-repeat center center;
  margin-right: 0.5em;
}
.page-ryokan-list #ryokan-list .ryokan-list-table thead td:nth-child(4) .flex {
  display: flex;
}
.page-ryokan-list #ryokan-list .ryokan-list-table thead td:nth-child(4) span:nth-child(1) {
  width: 150px;
  margin-right: 10px;
}
.page-ryokan-list #ryokan-list .ryokan-list-table tbody td:nth-child(1) {
  width: 35%;
}
.page-ryokan-list #ryokan-list .ryokan-list-table tbody td:nth-child(1) strong {
  font-size: var(--18px);
  line-height: 1;
  margin-right: 1em;
}
.page-ryokan-list #ryokan-list .ryokan-list-table tbody td:nth-child(1) small {
  font-size: var(--12px);
  color: #5F5F5F;
  white-space: nowrap;
}
.page-ryokan-list #ryokan-list .ryokan-list-table tbody td:nth-child(2) {
  white-space: nowrap;
}
.page-ryokan-list #ryokan-list .ryokan-list-table td:nth-child(3) {
  width: 40%;
}
.page-ryokan-list #ryokan-list .ryokan-list-table td:nth-child(4) {
  width: 260px;
}
.page-ryokan-list #ryokan-list .ryokan-list-table .flex {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.page-ryokan-list #ryokan-list .ryokan-list-table .btn {
  display: block;
  width: fit-content;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: var(--12px);
  line-height: 1.8;
  color: #fff;
  margin: 0;
  padding: 5px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
.page-ryokan-list #ryokan-list .ryokan-list-table .btn-web,
.page-ryokan-list #ryokan-list .ryokan-list-table .btn-rc {
  background-color: #5F5F5F;
}
.page-ryokan-list #ryokan-list .ryokan-list-table .btn-contact {
  background-color: #222222;
}



/* スマホ */
@media screen and (max-width:750px) {

  .page-ryokan-list #ryokan-list .section_inner {
    width: 90%;
    margin: 0 auto;
  }
  .page-ryokan-list .page_header .section_inner .entry_title {
    font-size: 32px;
  }
  
  .page-ryokan-list #ryokan-list .ryokan-list-table {
    width: 100%;
  }
  .page-ryokan-list #ryokan-list .ryokan-list-table td {
    display: block;
    width: calc(100% - 5vw) !important;
  }
  .page-ryokan-list #ryokan-list .ryokan-list-table thead td:nth-child(n+2) {
    display: none;
  }
  .page-ryokan-list #ryokan-list .ryokan-list-table tbody td:nth-child(1) {
    padding: 2em 0.5em 1em !important;
    border-bottom: none !important;
  }
  .page-ryokan-list #ryokan-list .ryokan-list-table tbody td:nth-child(2),
  .page-ryokan-list #ryokan-list .ryokan-list-table tbody td:nth-child(3) {
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  .page-ryokan-list #ryokan-list .ryokan-list-table tbody tr:nth-child(1) td:nth-child(1) {
    padding: 2em 0.5em 1em !important;
  }
  .page-ryokan-list #ryokan-list .ryokan-list-table tbody tr:nth-child(1) td:nth-child(2),
  .page-ryokan-list #ryokan-list .ryokan-list-table tbody tr:nth-child(1) td:nth-child(3) {
    padding: 0.5em 0.5em 0 0.5em !important;
  }
  .page-ryokan-list #ryokan-list .ryokan-list-table tbody tr:nth-child(1) td:nth-child(4) {
    padding: 1em 0.5em 1em 0.5em !important;
  }
  .page-ryokan-list #ryokan-list .ryokan-list-table tbody td:nth-child(4) {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .page-ryokan-list #ryokan-list .ryokan-list-table tbody td:nth-child(4) .btn {
    width: calc( (100% - 20px) / 3);
  }

}



/*************************************************************************

** プライバシーポリシー

**************************************************************************/

.page-privacy-policy .page_header .section_inner {
  width: 90%;
  max-width: 1200px;
  margin: 5em auto;
}
.page-privacy-policy .page_header .section_inner .entry_title {
  font-size: 52px;
  line-height: 1;
  margin: 0;
}
.page-privacy-policy .page_header .section_inner .entry_title_jp {
  margin: 1em 0 2em 0;
}
.page-privacy-policy .page_header .section_inner .entry_title_jp small {
  display: flex;
  align-items: center;
  column-gap: 6px;
  background-color: rgba(24, 23, 23, 0.1);
  border-radius: 4px;
  width: fit-content;
  margin: 19px 0 0;
  padding: 4px 8px;
  font-size: var(--12px);
}
.page-privacy-policy .page_header .section_inner .entry_title_jp small:before {
  content: '';
  display: block;
  background-color: var(--black);
  border-radius: 2px;
  width: 0.5em;
  height: 0.5em;
}
.page-privacy-policy .page_header .section_inner p {
  font-size: var(--14px);
  line-height: 2;
}
.page-privacy-policy #privacy-policy {
  padding: 0 0 100px;
}
.page-privacy-policy #privacy-policy .section_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-privacy-policy #privacy-policy .section_inner dl {
  margin-bottom: var(--28px);
}
.page-privacy-policy #privacy-policy .section_inner dl dt {
  font-size: var(--14px);
  line-height: 2;
}
.page-privacy-policy #privacy-policy .section_inner dl dd {
  margin-top: var(--14px);
  font-size: var(--14px);
  line-height: 2;
  text-align: justify;
}
.page-privacy-policy #privacy-policy .section_inner dl dd a {
  text-decoration: underline;
}
.page-privacy-policy #privacy-policy .section_inner dl dd a:hover {
  text-decoration: none;
}
.page-privacy-policy #privacy-policy .section_inner dl dd ul,
.page-privacy-policy #privacy-policy .section_inner dl dd ol {
  font-size: var(--14px);
  line-height: 2;
  margin: 1em 0 0 2em;
}
.page-privacy-policy #privacy-policy .section_inner dl dd ul li {
  list-style-type: disc;
}
.page-privacy-policy #privacy-policy .section_inner dl dd ol li {
  list-style-type: lower-roman;
}
.page-privacy-policy #privacy-policy .section_inner .policy_date {
  margin-top: var(--50px);
  font-size: var(--14px);
  line-height: 2;
}


/* スマホ */
@media screen and (max-width:750px) {

  .page-privacy-policy #privacy-policy .section_inner {
    width: 90%
  }
  .page-privacy-policy .page_header .section_inner .entry_title {
    font-size: 32px;
  }

}



/*************************************************************************

** Contact

**************************************************************************/

.form-page .page_header .section_inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 5em auto;
}
.form-page .page_header .section_inner .page_header_left {
  width: 40%;
}
.form-page .page_header .section_inner .page_header_left .entry_title {
  font-size: 52px;
  line-height: 1;
  margin: 0;
}
.form-page .page_header .section_inner .page_header_left .entry_title_jp {
  margin: 1em 0 2em 0;
}
.form-page .page_header .section_inner .page_header_left .entry_title_jp small {
  display: flex;
  align-items: center;
  column-gap: 6px;
  background-color: rgba(24, 23, 23, 0.1);
  border-radius: 4px;
  width: fit-content;
  margin: 19px 0 0;
  padding: 4px 8px;
  font-size: var(--12px);
}
.form-page .page_header .section_inner .page_header_left .entry_title_jp small:before {
  content: '';
  display: block;
  background-color: var(--black);
  border-radius: 2px;
  width: 0.5em;
  height: 0.5em;
}
.form-page .page_header .section_inner .page_header_left p {
  font-size: 12px;
  line-height: 1.8;
  margin: 2em 0 1em 0;
}
.form-page .page_header .section_inner .page_header_left p + .btn1 {
  margin: 2em 0 0 0;
}
.form-page .page_header .section_inner .page_header_left p + .btn1 a {
  display: inline-block;
  background-color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  border: 1px solid #000;
}
.form-page .page_header .section_inner .page_header_left p + .btn1 a:after {
  content: '';
  display: inline-block;
  background: url(images/arrow-black-right1.svg) no-repeat center / contain;
  width: 25px;
  height: 5px;
  margin-left: 1em;
}
.form-page .page_header .section_inner .page_header_right {
  width: 50%;
}
.form-page .page_header .section_inner .page_header_right #wpmem_login {
  width: 100%;
}
.form-page .page_header .section_inner .page_header_right .form {
  width: 100%;
}
.form-page .page_header .section_inner .page_header_right .form fieldset {
  margin: 0 !important;
}
.form-page .page_header .section_inner .page_header_right .form legend {
  display: none;
}
.form-page .page_header .section_inner .page_header_right .form label {
  font-size: 12px;
  line-height: 1;
}
.form-page .page_header .section_inner .page_header_right .form input[type="text"],
.form-page .page_header .section_inner .page_header_right .form input[type="password"] {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-page .page_header .section_inner .page_header_right .form .button_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 2em 0 0 0;
}
.form-page .page_header .section_inner .page_header_right .form .button_div #rememberme,
.form-page .page_header .section_inner .page_header_right .form .button_div #rememberme + label {
  display: none;
}
.form-page .page_header .section_inner .page_header_right .form input[type="submit"] {
  box-sizing: border-box;
  display: block;
  min-width: 250px;
  background-color: var(--black);
  background-image: url(images/arrow-white-right1.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 25px auto;
  border: none;
  border-radius: 4px;
  margin: 0 0 0 auto;
  padding: 14px 60px 14px 28px;
  font-size: var(--14px);
  font-family: "a-otf-ryumin-pr6n", serif;
  font-style: normal;
  font-weight: 300;
  color: var(--white);
  text-align: center;
  text-decoration: none;
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.5s;
}

.form-page .page_header .section_inner .page_header_right #wpmem_pwdreset_form .link-text {
  display: none;
}
.form-page .page_header .section_inner .page_header_right #wpmem_login_form .link-text {
  display: none;
}

/* スマホ */
@media screen and (max-width:750px) {

  .form-page .page_header .section_inner {
    display: block;
    width: 90%;
    max-width: inherit;
    margin: 10vw auto;
  }
  .form-page .page_header .section_inner .page_header_left .entry_title {
    font-size: 32px;
  }
  .form-page .page_header .section_inner .page_header_left {
    width: 100%;
    margin-bottom: 10vw;
  }
  .form-page .page_header .section_inner .page_header_right {
    width: 100%;
  }
  .form-page .page_header .section_inner .page_header_right .form .button_div {
    position: relative;
    margin-bottom: 20vw;
  }
  .form-page .page_header .section_inner .page_header_right .form input[type="submit"] {
    position: absolute;
    width: 100%;
  }

}



/*************************************************************************

** LOGIN

**************************************************************************/

.page {
  background-color: #F5F5F5;
}


body:not(.logged-in) #gnavi,
body:not(.logged-in) #header-btn,
body:not(.logged-in) #footer {
  display: none !important;
}

.wpmember-page .page_header .section_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  min-height: calc(100vh - 690px);
  max-width: 1200px;
  margin: 5em auto;
}
.wpmember-page .page_header .section_inner .page_header_left {
  width: 40%;
}
.wpmember-page .page_header .section_inner .page_header_left .entry_title {
  font-size: 52px;
  line-height: 1;
  margin: 0;
}
.wpmember-page .page_header .section_inner .page_header_left .entry_title_jp {
  margin: 1em 0 2em 0;
}
.wpmember-page .page_header .section_inner .page_header_left .entry_title_jp small {
  display: flex;
  align-items: center;
  column-gap: 6px;
  background-color: rgba(24, 23, 23, 0.1);
  border-radius: 4px;
  width: fit-content;
  margin: 19px 0 0;
  padding: 4px 8px;
  font-size: var(--12px);
}
.wpmember-page .page_header .section_inner .page_header_left .entry_title_jp small:before {
  content: '';
  display: block;
  background-color: var(--black);
  border-radius: 2px;
  width: 0.5em;
  height: 0.5em;
}
.wpmember-page .page_header .section_inner .page_header_left p {
  font-size: 12px;
  line-height: 1.8;
  margin: 2em 0 1em 0;
}
.wpmember-page .page_header .section_inner .page_header_left p + .btn1 {
  margin: 2em 0 0 0;
}
.wpmember-page .page_header .section_inner .page_header_left p + .btn1 a {
  display: inline-block;
  background-color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  border: 1px solid #000;
}
.wpmember-page .page_header .section_inner .page_header_left p + .btn1 a:after {
  content: '';
  display: inline-block;
  background: url(images/arrow-black-right1.svg) no-repeat center / contain;
  width: 25px;
  height: 5px;
  margin-left: 1em;
}
.wpmember-page .page_header .section_inner .page_header_right {
  width: 50%;
}
.wpmember-page .page_header .section_inner .page_header_right #wpmem_login {
  width: 100%;
}
.wpmember-page .page_header .section_inner .page_header_right .form {
  width: 100%;
}
.wpmember-page .page_header .section_inner .page_header_right .form fieldset {
  margin: 0 !important;
}
.wpmember-page .page_header .section_inner .page_header_right .form legend {
  display: none;
}
.wpmember-page .page_header .section_inner .page_header_right .form label {
  font-size: 12px;
  line-height: 1;
}
.wpmember-page .page_header .section_inner .page_header_right .form input[type="text"],
.wpmember-page .page_header .section_inner .page_header_right .form input[type="password"] {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  box-shadow: none !important;
  outline: none !important;
}
.wpmember-page .page_header .section_inner .page_header_right .form .button_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 2em 0 0 0;
}
.wpmember-page .page_header .section_inner .page_header_right .form .button_div #rememberme,
.wpmember-page .page_header .section_inner .page_header_right .form .button_div #rememberme + label {
  display: none;
}
.wpmember-page .page_header .section_inner .page_header_right .form input[type="submit"] {
  box-sizing: border-box;
  display: block;
  min-width: 250px;
  background-color: var(--black);
  background-image: url(images/arrow-white-right1.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  background-size: 25px auto;
  border: none;
  border-radius: 4px;
  margin: 0 0 0 auto;
  padding: 14px 60px 14px 28px;
  font-size: var(--14px);
  font-family: "a-otf-ryumin-pr6n", serif;
  font-style: normal;
  font-weight: 300;
  color: var(--white);
  text-align: center;
  text-decoration: none;
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.5s;
}

.wpmember-page .page_header .section_inner .page_header_right #wpmem_pwdreset_form .link-text {
  display: none;
}
.wpmember-page .page_header .section_inner .page_header_right #wpmem_login_form .link-text {
  display: none;
}

/* スマホ */
@media screen and (max-width:750px) {

  .wpmember-page .page_header .section_inner {
    display: block;
    width: 90%;
    max-width: inherit;
    margin: 10vw auto;
  }
  .wpmember-page .page_header .section_inner .page_header_left .entry_title {
    font-size: 32px;
  }
  .wpmember-page .page_header .section_inner .page_header_left {
    width: 100%;
    margin-bottom: 10vw;
  }
  .wpmember-page .page_header .section_inner .page_header_right {
    width: 100%;
  }
  .wpmember-page .page_header .section_inner .page_header_right .form .button_div {
    position: relative;
    margin-bottom: 20vw;
  }
  .wpmember-page .page_header .section_inner .page_header_right .form input[type="submit"] {
    position: absolute;
    width: 100%;
  }

}



/*************************************************************************

** Reset Password

**************************************************************************/
/*
.page-template-password-page .page_header {
  
}
.page-template-password-page .page_header .section_inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 5em auto;
}
.page-template-password-page .page_header .section_inner .page_header_left {
  width: 40%;
}
.page-template-password-page .page_header .section_inner .page_header_left .entry_title_jp {
  margin: 1em 0 2em 0;
}
.page-template-password-page .page_header .section_inner .page_header_left .entry_title_jp small {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  background-color: #eee;
  padding: 5px;
}
.page-template-password-page .page_header .section_inner .page_header_right {
  width: 50%;
}
*/



/*************************************************************************

** カテゴリーページ

**************************************************************************/

.category {
}
.category #list-page {
  width: 100%;
  margin: 0 auto;
}
.category #list-page-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.category #archive-title {
  display: none;
}
.category #list-page .category_navi_wrap {
  background-color: var(--ultra-light_gray);
  width: 100%;
  padding: 24px 0 0;
}
.category #list-page #category-navi {
  display: flex;
  justify-content: center;
  width: min(100%, 1200px);
  margin: 0 auto;
}
.category #list-page #category-navi .category_navi_item {
  width: calc(100% / 3);
}
.category #list-page #category-navi .category_navi_item a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  border-bottom: 2px solid var(--ultra-light_gray);
  /*width: calc(100% / 4);*/
  padding: 24px 10px;
  cursor: pointer;
}
.category #list-page #category-navi .category_navi_item a:hover,
.category-3 #list-page #category-navi .category_navi_item:nth-child(1) a,
.category-4 #list-page #category-navi .category_navi_item:nth-child(2) a,
.category-6 #list-page #category-navi .category_navi_item:nth-child(3) a,
.category-15 #list-page #category-navi .category_navi_item:nth-child(4) a {
  border-bottom-color: var(--black);
}
.category-4 #list-page article {
  display: none !important;
}
.category-4 #list-page article.status-open {
  display: flex !important;
}

.category #list-page #category-navi .category_navi_item .text {
  font-size: var(--18px);
}
.category #list-page #category-navi .category_navi_item .count {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--black);
  border-radius: 50%;
  width: 3em;
  height: 3em;
  font-size: var(--8px);
  color: var(--white);
}
.category #list-page #list {
  width: 100%;
  margin: 0 auto;
}
.category #list-page #list-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
.category #list-page #list .hover-card {
  width: 100%;
  margin: 0 0 32px;
}
.category #list-page #list article {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.category #list-page #list article .news_text {
  order: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid var(--light_gray);
  width: calc(100% - 16px - 274px);
  padding: 30px 40px 18px 8px;
}
.category #list-page #list article .news_text .news_title {
  display: block;
  font-size: var(--18px);
}
.category #list-page #list article .news_text .news_meta {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.category #list-page #list article .news_text .news_meta .news_tag {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.category #list-page #list article .news_text .news_meta .news_tag li {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  border-color: var(--ultra-light_gray);
  padding: 4px 10px;
  font-size: var(--10px);
  color: var(--black);
}
.category #list-page #list article .news_text .news_meta .news_tag li.tag_open {
  border-color: var(--purple);
  background-color: var(--purple);
  color: var(--white);
}
.category #list-page #list article .news_text .news_meta .news_date {
  display: block;
  font-size: var(--12px);
}
.category #list-page #list article .news_text .news_meta .news_more {
  display: block;
  border-bottom: 1px solid var(--dark_gray);
  margin: 0 0 0 auto;
  padding: 0 0 4px;
  font-size: var(--10px);
}
.category #list-page #list article .news_thumb {
  order: 2;
  width: 274px;
  aspect-ratio: 1.5 / 1;
}
.category #list-page #list article .news_thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.category #list-page #list a:hover article .news_thumb img {
  opacity: 0.7;
}

.category #list-page #list article .entry-snippet {

}

.category-4 .pagination {display: none;}

/* not found */
.category .notfound {
  margin-top: 10rem;
  text-align: center;
}
.category .notfound .btn1 {
  margin-top: 3rem;
}
.category .notfound .btn1 a {
  position: relative;
  display: inline-block;
}
.category .notfound .btn1 a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: transparent;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.category .notfound .btn1 a:hover:after {
  width: 100%;
  background-color: #000;
}
/*
.category .notfound .btn1 a.shrink {
  position: relative;
  padding: 0 0 0 130px;
}
.category .notfound .btn1 a.shrink:before {
  position: absolute;
  left: 0px;
  top: 11px;
  display: block;
  content: "";
  width: 100px;
  height: 1px;
  background-color: #000;
}
*/


/* 幅1280px以下 */
@media screen and (max-width:1280px) {

  .category #list-page #list-inner {
    width: calc(100% - 64px);
  }

}

/* タブレット */
@media screen and (max-width:1080px) {

  .category #list-page .category_navi_wrap {
    padding: 12px 0 0;
  }
  .category #list-page #category-navi .category_navi_item {
    column-gap: 6px;
    padding: 12px 4px;
  }
  .category #list-page #category-navi .category_navi_item .text {
    font-size: 0;
  }
  .category #list-page #category-navi .category_navi_item[data-category="all"] .text::before {
    content: '全て';
    font-size: var(--10px);
  }
  .category #list-page #category-navi .category_navi_item[data-category="event"] .text::before {
    content: 'イベント';
    font-size: var(--10px);
  }
  .category #list-page #category-navi .category_navi_item[data-category="info"] .text::before {
    content: 'お知らせ';
    font-size: var(--10px);
  }
  .category #list-page #category-navi .category_navi_item[data-category="report"] .text::before {
    content: 'レポート';
    font-size: var(--10px);
  }
  .category #list-page #category-navi .category_navi_item .count {
    width: 2.25em;
    height: 2.25em;
  }
  .category #list-page #list-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% - 40px);
    padding: 50px 0 0;
  }
  .category #list-page #list .hover-card {
    /*border-bottom: 1px solid var(--rich_black);*/
    width: calc( calc(100% - 24px) / 2 );
  }
  .category #list-page #list article {
    flex-direction: column;
    height: 100%;
    border-bottom: 1px solid var(--rich_black);
  }
  .category #list-page #list article .news_text {
    order: 2;
    flex-grow: 1;
    border-top: none;
    width: 100%;
    padding: 26px 0 24px;
  }
  .category #list-page #list article .news_text .news_title {
    margin: 0 0 20px;
    font-size: var(--14px);
  }
  .category #list-page #list article .news_text .news_meta {
    flex-wrap: wrap;
    gap: 20px 16px;
    margin: auto 0 0;
  }
  .category #list-page #list article .news_text .news_meta .news_tag {
    order: 2;
  }
  .category #list-page #list article .news_text .news_meta .news_date {
    order: 1;
    width: 100%;
  }
  .category #list-page #list article .news_text .news_meta .news_more {
    order: 3;
    border-bottom-color: var(--light_gray);
  }
  .category #list-page #list article .news_thumb {
    order: 1;
    width: 100%;
  }

}

/* スマホ */
@media screen and (max-width:750px) {

  .category #list-page #list-inner {
    flex-direction: column;
  }
  .category #list-page #list .hover-card {
    width: 100%;
  }

}



/*************************************************************************

** カテゴリーページ（News）

**************************************************************************/




/* タブレット */
@media screen and (max-width:960px) {

}



/* スマホ */
@media screen and (max-width:750px) {


}



/*************************************************************************

** カテゴリーページ（Works）

**************************************************************************/




/* スマホ */
@media screen and (max-width:750px) {


}



/*************************************************************************

** singleページ共通

**************************************************************************/

.single {
}
.single #single-page {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.single #single-page-inner {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.single #single-page-inner > header {
  display: none;
}
.single #single-page-inner > header #archive-title {
  width: 100%;
  font-size: 14px !important;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.single #single-page-inner > header .back-to-index {
  white-space: nowrap;
  font-size: 14px;
  line-height: 0;
  margin: 4rem 0 0 0;
  padding: 0;
}
.single #single-page-inner > header .back-to-index a {
  display: inline-block;
  line-height: 0;
}
.single #single-page .post_inner {
  width: 100%;
  margin: 0 auto;
}
.single #single-page .post_inner .post {
  width: 100%;
  margin: 0;
  padding-left: 0%;
}
.single #single-page .post_inner article {
  width: 100%;
  margin: 0 auto 3rem auto;
}
.single #single-page .post_inner article header {
  margin-bottom: 3rem;
}
.single #single-page .post_inner .entry-title {
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 1em 0;
}
.single #single-page .post_inner .post-meta {
  font-size: 12px;
  line-height: 1;
}
.single #single-page .post_inner .post-meta .post-date {
}
.single #single-page .post_inner .post-meta .fa {
  display: none;
}
.single #single-page .post_inner article header .post-meta {
  display: flex;
  align-items: center;
  column-gap: 6px;
  flex-shrink: 0;
  border-radius: 4px;
  width: fit-content;
}
.single #single-page .post_inner article header .post-meta .category {
  font-size: var(--10px);
  line-height: 1;
  padding: 8px 10px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.single #single-page .post_inner .eye-catch {
  width: 100%;
  margin-bottom: 5em;
}
.single #single-page .post_inner .eye-catch img {
  width: 100%;
}

.single #single-page .entry-content {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

.single #single-page .post_inner .entry-content h2{
  margin: 5em 0 .6em 0;
}
.single #single-page .post_inner .entry-content h3,
.single #single-page .post_inner .entry-content h4 {
  margin: 2em 0 .6em 0;
}
.single #single-page .post_inner .entry-content h2 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 2em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #000;
}
.single #single-page .post_inner .entry-content h3 {
  font-size: 18px;
}
.single #single-page .post_inner .entry-content h4 {
  font-size: 18px;
}
.single #single-page .post_inner .entry-content img {
  display: block;
  width: 100% !important;
  margin: 2em auto 0 auto;
}
.single #single-page .post_inner .wp-caption {
  width: 100% !important;
  background-color: transparent;
  margin: 2rem 0;
  border: none;
}
.single #single-page .post_inner .wp-caption img {
  width: 100% !important;
}
.single #single-page .post_inner .wp-caption p {
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
  margin: 1em 0 3em 0;
}
.single #single-page .post_inner p a {
  color: #8d8d8d;
}
.single #single-page .post_inner strong {

}
.single #single-page .post_inner .gallery {
  margin-top: 5rem;
}
.single #single-page .post_inner .ngg-galleryoverview .ngg-gallery-thumbnail-box {
  width: 25% !important;
}
.navigation{
  width: 100%;
  margin: 0 auto;
  padding: 5em 0;
}
.navigation > div.prev a,
.navigation > div.next a{
  font-size: 18px;
}



/* スマホ */
@media screen and (max-width:750px) {

  .single #single-page {
    width: 90%;
    margin: 5rem auto 0 auto;
  }
  .single #single-page-inner > header {
    width: 90%;
    margin: 0 auto;
  }
  .single #single-page-inner > header #archive-title {
    
  }
  .single #single-page-inner > header .back-to-index {
    display: none;
  }
  .single #single-page-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .single #single-page .post_inner .post {
    width: 100%;
    margin: 3rem auto 0 auto;
  }
  .single #single-page .post_inner article header {
    margin-bottom: 5vw;
  }
  .single #single-page .post_inner .eye-catch {
    margin-bottom: 5vw;
  }
  .single #single-page .post_inner .entry-title {
    font-size: 18px;
  }
  .single #single-page article header{

  }
  .single #single-page .post_inner .post-meta {
    font-size: 10px;
  }
  .single #single-page .entry-content {
    font-size: 13px;
  }
  .single #single-page .post_inner h2 {
    font-size: 15px;
  }
  .single #single-page .post_inner h3 {
    font-size: 15px;
  }
  .single #single-page .post_inner h4 {
    font-size: 15px;
  }
  .single #single-page .post_inner .wp-caption p {
    font-size: 11px;
  }

  .navigation {
    width: 80%;
  }
  .navigation > div.prev,
  .navigation > div.next{
    
  }
  .navigation > div.prev a,
  .navigation > div.next a{
    
  }

}



/*************************************************************************

** singleページ（News）

**************************************************************************/

.categoryid-3 #single-page .post_inner article,
.categoryid-4 #single-page .post_inner article,
.categoryid-14 #single-page .post_inner article {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin: 5em auto;
}
.categoryid-3 #single-page .post_inner article .entry-content,
.categoryid-4 #single-page .post_inner article .entry-content,
.categoryid-14 #single-page .post_inner article .entry-content {
  width: 60%;
}
.categoryid-3 #single-page .post_inner article .right-column,
.categoryid-4 #single-page .post_inner article .right-column,
.categoryid-14 #single-page .post_inner article .right-column {
  position: sticky;
  top: 10em;
  width: 30%;
  height: 100%;
  font-size: 14px;
  line-height: 1.8;
}
.categoryid-6 #single-page .post_inner article .right-column,
.categoryid-6 #single-page .post_inner article .info-content {
  display: none !important;
}
.categoryid-3 #single-page .post_inner article .right-column .right-column-inner,
.categoryid-4 #single-page .post_inner article .right-column .right-column-inner,
.categoryid-14 #single-page .post_inner article .right-column .right-column-inner {
  padding: 5%;
  border: 1px solid #D9D9D9;
}
.categoryid-3 #single-page .post_inner article .right-column h3,
.categoryid-4 #single-page .post_inner article .right-column h3,
.categoryid-14 #single-page .post_inner article .right-column h3 {
  font-size: 18px;
  line-height: 1.8;
  margin: 1em 0;
}
.categoryid-3 #single-page .post_inner article .right-column .right-column-inner dl,
.categoryid-4 #single-page .post_inner article .right-column .right-column-inner dl,
.categoryid-14 #single-page .post_inner article .right-column .right-column-inner dl {
  display: flex;
  margin-bottom: 1em;
}
.categoryid-3 #single-page .post_inner article .right-column .right-column-inner dl dt,
.categoryid-4 #single-page .post_inner article .right-column .right-column-inner dl dt,
.categoryid-14 #single-page .post_inner article .right-column .right-column-inner dl dt {
  white-space: nowrap;
  width: 4em;
}
.categoryid-3 #single-page .post_inner article .right-column .right-column-inner dl dd,
.categoryid-4 #single-page .post_inner article .right-column .right-column-inner dl dd,
.categoryid-14 #single-page .post_inner article .right-column .right-column-inner dl dd {
  width: calc(100% - 4em);
}
.categoryid-3 #single-page .post_inner article .right-column .right-column-inner .capacity,
.categoryid-4 #single-page .post_inner article .right-column .right-column-inner .capacity,
.categoryid-14 #single-page .post_inner article .right-column .right-column-inner .capacity {
  margin-top: 1.5em;
  padding: 1.5em 0;
  border-top: 1px solid #000;
}

.categoryid-3 #single-page .post_inner article .link_btn a,
.categoryid-4 #single-page .post_inner article .link_btn a,
.categoryid-14 #single-page .post_inner article .link_btn a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  width: fit-content;
  background-color: var(--black);
  font-family: "a-otf-ryumin-pr6n", serif;
  font-style: normal;
  font-weight: 300;
  border-radius: 4px;
  padding: 12px 28px;
  font-size: var(--14px);
  color: var(--white);
  margin: 2em auto;
}
.categoryid-3 #single-page .post_inner article .link_btn a::after,
.categoryid-4 #single-page .post_inner article .link_btn a::after,
.categoryid-14 #single-page .post_inner article .link_btn a::after {
  content: '';
  display: block;
  background: url(images/arrow-white-right1.svg) no-repeat center / contain;
  width: 25px;
  height: 5px;
}
.categoryid-3 #single-page .post_inner article .right-column .right-column-inner .link_btn a,
.categoryid-4 #single-page .post_inner article .right-column .right-column-inner .link_btn a,
.categoryid-14 #single-page .post_inner article .right-column .right-column-inner .link_btn a {
  width: 100%;
}
.categoryid-3 #single-page .post_inner article .right-column .right-column-inner .link_btn a.disabled,
.categoryid-4 #single-page .post_inner article .right-column .right-column-inner .link_btn a.disabled,
.categoryid-14 #single-page .post_inner article .right-column .right-column-inner .link_btn a.disabled {
  background-color: var(--light_gray);
  pointer-events: none;
}

#under-entry-body .navigation {
  display: none;
}

.categoryid-4 #single-page .post_inner article span[class^="tag_"] {
  display: flex;
  align-items: center;
  column-gap: 6px;
  flex-shrink: 0;
  border-radius: 4px;
  width: fit-content;
  margin: 0;
  padding: 8px 10px;
  font-size: var(--10px);
  color: var(--white);
}
.categoryid-4 #single-page .post_inner article .tag_open {
  background-color: var(--purple);
}
.categoryid-4 #single-page .post_inner article .tag_suspended {
  background-color: var(--gray);
}
.categoryid-4 #single-page .post_inner article .tag_closed {
  background-color: var(--light_gray);
}
.categoryid-4 #single-page .post_inner article .tag_overview {
  background-color: var(--green);
}
.categoryid-4 #single-page .post_inner article .tag_report {
  background-color: var(--dark_gray);
}

.upcoming-events {
  background-color: #F5F5F5;
}
.upcoming-events .upcoming-events-inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5em 0;
}

.upcoming-events .upcoming-events-inner .upcoming-events_title {
  font-size: 32px;
  line-height: 1;
  margin: 0;
}
.upcoming-events .upcoming-events-inner .upcoming-events_title_jp {
  margin: 1em 0 2em 0;
}
.upcoming-events .upcoming-events-inner .upcoming-events_title_jp small {
  display: flex;
  align-items: center;
  column-gap: 6px;
  background-color: rgba(24, 23, 23, 0.1);
  border-radius: 4px;
  width: fit-content;
  margin: 19px 0 0;
  padding: 4px 8px;
  font-size: var(--12px);
}
.upcoming-events .upcoming-events-inner .upcoming-events_title_jp small:before {
  content: '';
  display: block;
  background-color: var(--black);
  border-radius: 2px;
  width: 0.5em;
  height: 0.5em;
}

.upcoming-events .upcoming-events-inner #news-contents {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
.upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li {
  width: 100%;
  margin: 0 0 32px;
}
.upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a {
  display: flex;
  justify-content: space-between;
}
.upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a .news_text {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid var(--light_gray);
  width: calc(100% - 16px - 274px);
  padding: 30px 40px 18px 8px;
  border-top: 1px solid #D9D9D9;
}
.upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a .news_text .news_title {
  display: block;
  font-size: var(--18px);
}
.upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a .news_text .news_meta {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_tag {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_tag li {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  border-color: var(--white);
  padding: 4px 10px;
  font-size: var(--10px);
  color: var(--black);
}
.upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_tag li.tag_open {
  border-color: var(--purple);
  background-color: var(--purple);
  color: var(--white);
}
.upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_date {
  display: block;
  font-size: var(--12px);
}
.upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_more {
  display: block;
  border-bottom: 1px solid var(--dark_gray);
  margin: 0 0 0 auto;
  padding: 0 0 4px;
  font-size: var(--10px);
}
.upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a .news_thumb {
  width: 274px;
  aspect-ratio: 1.5 / 1;
}
.upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a .news_thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a:hover .news_thumb img {
  opacity: 0.7;
}
.upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_btn a {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  background-color: var(--black);
  border-radius: 4px;
  width: fit-content;
  margin: 50px 0 0 auto;
  padding: 12px 28px;
  font-size: var(--14px);
  color: var(--white);
}
.upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_btn a::after {
  content: '';
  display: block;
  background: url(images/arrow-white-right1.svg) no-repeat center / contain;
  width: 25px;
  height: 5px;
}


/* スマホ */
@media screen and (max-width:750px) {

  .categoryid-3 #single-page .post_inner article,
  .categoryid-4 #single-page .post_inner article,
  .categoryid-14 #single-page .post_inner article {
    display: block;
    margin: 5em auto;
  }
  .categoryid-3 #single-page .post_inner article .entry-content,
  .categoryid-4 #single-page .post_inner article .entry-content,
  .categoryid-14 #single-page .post_inner article .entry-content {
    width: 100%;
  }
  .categoryid-3 #single-page .post_inner article .right-column,
  .categoryid-4 #single-page .post_inner article .right-column,
  .categoryid-14 #single-page .post_inner article .right-column {
    width: 100%;
  }
  
  .upcoming-events .upcoming-events-inner {
    width: 90%;
  }
  .upcoming-events .upcoming-events-inner #news-contents {
    width: 100%;
    padding: 50px 0 100px;
  }
  .upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list {
    display: block;
  }
  .upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li {
    border-bottom: 1px solid var(--rich_black);
    width: 100%;
  }
  .upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a {
    flex-direction: column;
    height: 100%;
  }
  .upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a .news_text {
    order: 2;
    flex-grow: 1;
    border-top: none;
    width: 100%;
    padding: 26px 0 24px;
  }
  .upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a .news_text .news_title {
    margin: 0 0 20px;
    font-size: var(--14px);
  }
  .upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a .news_text .news_meta {
    flex-wrap: wrap;
    gap: 20px 16px;
    margin: auto 0 0;
  }
  .upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_tag {
    order: 2;
  }
  .upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_date {
    order: 1;
    width: 100%;
  }
  .upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a .news_text .news_meta .news_more {
    order: 3;
    border-bottom-color: var(--light_gray);
  }
  .upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_list > li a .news_thumb {
    order: 1;
    width: 100%;
  }
  .upcoming-events .upcoming-events-inner #news-contents .news_contents_item .news_btn a {
    width: 100%;
    margin: 18px 0 0;
  }


}



/*************************************************************************

** singleページ（Works）

**************************************************************************/




/*************************************************************************

** 404

**************************************************************************/

.error404 {
}
.error404 .msg {
  width: calc(100% - 64px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 200px 0 100px;
}
.error404 .msg .entry-title {
  font-size: var(--50px);
  color: var(--blue);
  margin: 0;
}
.error404 .msg .msg-inner {
  margin-top: var(--12px);
}
.error404 .msg .msg-inner p {
  font-size: var(--16px);
  color: var(--blue);
  line-height: 2;
}
.error404 .msg .home_btn {
  margin-top: 160px;
}


/* スマホ */
@media screen and (max-width:750px) {

  .error404 .msg {
    width: calc(100% - 32px);
    padding: 150px 0 100px;
  }

}


.grecaptcha-badge {
  visibility: hidden;
}
