@charset "utf-8";

/*
Theme Name: ORIGINAL
*/

/*-----------------------------------------------

DETAIL

-----------------------------------------------*/

body,html {background:#fff;color: #231815;font-size: 10px;line-height: 1;-webkit-font-smoothing: antialiased;font-feature-settings: "palt";-webkit-text-decoration-skip-ink: none;text-decoration-skip-ink: none;overflow-anchor: none;}
body {line-break: strict;overflow-wrap: anywhere;word-break: normal;-webkit-text-size-adjust: 100%;}
blockquote,body,code,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul {margin: 0;padding: 0;}
div,a,p,input,textarea,select {box-sizing:border-box;}
ul li {list-style:none;}
figure{margin: 0;position: relative;}
img {width:100%;height:auto;user-drag: none;-webkit-user-drag: none;-moz-user-select: none;}
h1,h2,h3,h4,h5{font-weight: normal;margin:0;}
a {text-decoration:none;display:block;color: #231815;}
a:focus {outline:none;}
*:focus {outline: none;}
.pc a:hover,.pc a:hover p,.pc input:hover,.pc button:hover,.pc .toggle:hover{cursor: pointer;transition: all ease .2s;outline:none;}
.pc a[href^="tel:"] {cursor:default; pointer-events:none;}
.none {display: none !important;}
button {background:none;border:none;padding:0;margin:0;}
.vertical {writing-mode: vertical-rl;}

/*responsive*/
.pc_disp {display:block;}
.sp_disp {display:none !important;}
.pc_br {display: block;}
.sp_br {display: none;}


/*FONT STYLE*/
.ja_t_l,.ja_t_m,.ja_t,.ja_t_s,.cmn_btn,
.post_content h1,.post_content h2,.post_content h3,.post_content h5,.post_content h6,.post_content pre a,.access__info dl {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.ja_p,.pager,figcaption,.post_content p,.post_content ul li,.post_content ol li,strong {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
strong {
  font-weight: 600;
  letter-spacing: 0.12rem;
}
.en_p,.en_p_s,.pager {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:"wdth" 100;
}

/*FONT SIZE*/
.ja_t_l {font-size:2.4rem;}
.ja_t_m,.post_content h1,.post_content h2 {font-size:2.1rem;}
.ja_t,.post_content h3,.post_content h4,.post_content h5,.post_content h6,.post_content pre a,.cmn_btn,.access__info dl {font-size:1.6rem;}
.ja_t_s {font-size:1.4rem;}
.ja_p,.pager,figcaption,.post_content p,.post_content ul li,.post_content ol li {font-size:1.4rem;}
.en_p {font-size:1.5rem;}
.en_p_s,.pager {font-size: 1.3rem;}

/*line-height*/
.about__copy p {line-height:1.9;}
.ja_t {line-height: 1.8;}
.ja_t_l,.ja_t_s,.ja_t_m,.post_content h2,.post_content h3,.post_content h4,.post_content h5 {line-height: 1.6;}
.ja_p,.post_content p {line-height:1.75;}

/*letterspacing*/
.ja_t_l,.ja_t_m,.ja_t,.ja_t_s,
.post_content h1,.post_content h2,.post_content h3,.post_content h5,.post_content h6,.post_content p,.post_content a,.post_content pre a {letter-spacing: 0.04em;}
.ja_p,.en_p_s {letter-spacing: 0.08em;}
.en_p {letter-spacing: 0.05em;}


/*-----------------------------------------------

COMMON

-----------------------------------------------*/

/*trans_center*/
.trans_center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  position: absolute;
}
.trans_center_h {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  position: absolute;
}
.trans_center_w {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  position: absolute;
}

/*picture*/
.c_pic {
  position: relative;
  overflow: hidden;
  display: block;
}
.c_pic:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding: 0 0 65.8%/*61.8%*/;
}
.c_pic .c_pic_img,
.c_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  object-fit: cover;
  transition-duration: .4s;
}
.c_pic.s:before {
  padding: 0 0 100%;
}
.c_pic.h:before {
  padding: 0 0 133.33333%;
}
.pc a:hover .c_pic img {
  opacity: .8;
  transform: translate(-50%, -50%) scale(1.05);
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transition-duration: .7s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}

/*cmn_btn*/
.cmn_btn,.post_content pre a {
  margin-top: 45px;
  padding: 27px 60px 27px 33px;
  border: 1px solid #b7983b;
  border-radius: 50px;
  background:url(img/common/ic_c_btn.svg?1) no-repeat center right 21px / 30px auto;
  text-align: left;
  background-color:none;
}
.pc .cmn_btn:hover,.pc .cmn_btn.pdf:hover,.pc .cmn_btn.blank:hover,.pc .post_morebtn .cmn_btn:hover,.pc .post_content pre a:hover {
  background-color: #b7983b;
  color: #fffaf2;
}
.pc .cmn_btn:hover,.pc .post_content pre a:hover {
  background-image:url(img/common/ic_c_btn_wh.svg);
}
.cmn_btn.pdf {
  background-color: #fff;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
}
.cmn_btn.pdf > span:last-child {
  background: #b7983b;
  padding: 5px 7px 5px 8px;
  border-radius: 15px;
  color: #fffaf2;
  margin: -5px 0;
}
.pc .cmn_btn.pdf:hover span:last-child {
  background: #fffaf2;
  color: #b7983b;
}

.post_morebtn .cmn_btn {
  padding: 27px 33px 27px;
  background:url(img/common/ic_c_btn_more.svg?1) no-repeat center left 21px / 30px auto;
  text-align: center;
}
.pc .post_morebtn .cmn_btn:hover {
  background-image:url(img/common/ic_c_btn_more_on.svg);
}

.cmn_btn.wh {
  background:url(img/common/ic_c_btn_wh.svg) no-repeat center right 21px / 30px auto;
  background-color: none;
  border: 1px solid #fffaf2;
}
.pc .cmn_btn.wh:hover {
  background-image:url(img/common/ic_c_btn.svg?1);
  background-color: #fffaf2;
  color:#231815;
}
.cmn_btn.blank {
  background-image:url(img/common/ic_c_btn_blank.svg?1);
  background-repeat: no-repeat;
  background-position: center right 21px;
  background-size: 30px auto;
}
.pc .cmn_btn.blank:hover {
  background-image:url(img/common/ic_c_btn_blank_wh.svg);
}

/*color*/
.txt_or {color: #b8860b;}

/*擬似タイトル*/
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/*-----------------------------------------------

STRUCTURE

-----------------------------------------------*/
.wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.main_frame_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.main_frame {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}

/*中央*/
.l_main {
  position: relative;
  height: 100%;
  width: 416px;
  margin-left: calc(50% - 208px);
  margin-right: calc(50% - 208px);
  margin: 0 auto;
  background-color: #fffaf2;
}
.home .l_main {
  background-image: url(img/common/bg_main_top.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 101% auto;
}
.l_menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(50% - 208px);
}

/*バナー*/
.fv_newsFix {
  position: fixed;
  bottom: 9vh;
  left: 0;
  z-index: 21;
  width: calc(50% - 208px);
}
.fv_newsFix_wrap {
  position: relative;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 44%;
  max-width: 366px;
  width: 55%;
}
a.fv_newsFix_link {
  background-color: #fffaf2;
}
.pc a.fv_newsFix_link:hover {
  background-color: #b7983b;
}
.header {
  position: fixed;
  right: 5vw;
  z-index: 110;
  top: calc(100vh - 470px);
}
.home_mv .mv_scroll {bottom: 9vh;}

/*common*/
.cnt_m {
  width: 77%;
  margin: 0 auto;
  position: relative;
}

/*-----------------------------------------------

HEADER

-----------------------------------------------*/

.header_title {position:relative;width:16vw;max-width:210px;aspect-ratio: 32 / 49;overflow: hidden;}
.header_title > img {position:absolute;width: 100%;height:100%;object-fit:cover;opacity: 0;}
.header_title > img:nth-child(2){opacity:0;}



/*-----------------------------------------------

MENU

-----------------------------------------------*/

.menu_inner {
  position:relative;
  width: 100%;
  height: 100%;
}
.menu_cnt {top:43%;left: 46%;}
.main_nav {
  display: flex;
  flex-direction: column;
  row-gap: 5vh;
  align-items: flex-start;
}
ul.main_nav li a {
  position: relative;
  width: 100%;
  height: 3.5vh;
  max-height: 40px;
  display: inline-grid;
  place-items: start;
}
ul.main_nav li img {
  grid-area: 1 / 1;
  width: auto;
  height: 100%;
}
ul.main_nav li a img:last-child,
.pc ul.main_nav li a:hover img:first-child {
  opacity: 0;
}
.pc ul.main_nav li a:hover img:last-child {opacity: 1;}

.menu_cnt ul+ul {
  margin-top: 12vh;
}
ul.sub_nav li+li {
  margin-top: 1.8vh;
}
ul.sub_nav li a,a.ic_insta,#mail-link {
  padding: 9px 9px 9px 36px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 21px auto;
}
ul.sub_nav li:nth-child(1) a,a.ic_insta {
  background-image: url(img/common/ic_insta.svg);
}
ul.sub_nav li:nth-child(2) #mail-link {
  background-image: url(img/common/ic_mail.svg);
}
.pc ul.sub_nav li:nth-child(1) a:hover,.pc a.ic_insta:hover {
  background-image: url(img/common/ic_insta_on.svg?2);
}
.pc ul.sub_nav li:nth-child(2) #mail-link:hover {
  background-image: url(img/common/ic_mail_on.svg?2);
}
.pc ul.sub_nav li a:hover,.pc a.ic_insta:hover,#mail-link:hover {
  color: #b8860b;
}

/*ポップアップバナー*/
p.fv_newsFix_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fv_newsFix_icon {
  position: absolute;
  top: -9px;
  right: -9px;
}
.fv_newsFix_icon a {
  width: 30px;
  height: 30px;
  border-radius:100%;
  background-size: cover;
  text-align: center;
  z-index: 10;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  background:#b7983b;
}
.pc .fv_newsFix_icon a:hover {
  cursor: pointer;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor:pointer;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}
.fv_newsFix_icon a .inner,
.fv_newsFix_icon a .inner span {
  transition: all .4s;
}
.fv_newsFix_icon a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 18px;
  height: 1px;
}
.fv_newsFix_icon a .inner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background:#fff;
}
.fv_newsFix_icon a .inner span:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  top: 0;
}
.fv_newsFix_icon a .inner span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  bottom: 0;
}

/*-----------------------------------------------

HOME

-----------------------------------------------*/

.home_mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fffaf2;
}
.home_mv:after {
  content: "";width: 100%;height: 100%;position: absolute;
  background-image: url(img/home/mv_bottom.svg?1);
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: 0;
  background-position: bottom center;
}

.home_mv_inner {
  position: relative;
  width: 100%;
  height: 95vh;
}
.home_mv .mv_title,.home_mv .mv_scroll,.home_mv .mv_slide,.home_mv .mv_top {position:absolute;}
.home_mv .mv_title {left: 15vw;}
.home_mv .mv_title h1 {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  line-height: 1;
}
.home_mv .mv_title h1 span:first-child {
  display: inline-block;
}
.home_mv .mv_title h1 span span {
  padding: 3px 4px 4px;
  background: #fffaf2;
  border: 1px solid #b7983b;
}
.home_mv .mv_top {width:101%;margin-left:-.5%;}
.home_mv .mv_scroll {left:3vw;}
.home_mv .mv_title,.home_mv .mv_scroll,.home_mv .mv_top {z-index: 1;}

/*SLIDE*/
.home_mv .mv_slide {
  top: 0;
  left: 0;
  z-index: 0;
}
.home_mv .mv_slide,
.slider_wrap,
.slider,
.slick-slider,
.slick-list {
  width: 100%;
  height: 100%;
}
.slick-slider,.slider_wrap ul,.slider_wrap ul li,.slider_wrap ul li .inner,.slick-slider .slick-track, .slick-slider .slick-list {
  width: 100%;
  height: 100%;
}
.slider_wrap ul li {
  overflow: hidden;
  padding: 0;
}
.mv_pic, .mv_pic img{
  display:block;
  width:100%;
  height:100%;
}
.mv_pic img{
  object-fit:cover;
}

/*scroll down*/
.mv_scroll p {
  writing-mode: vertical-rl;
  color: #fffaf2;
  letter-spacing: 0.1em;
}

.home_main:before {
  top: 1px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  position: absolute;
  content: "";
  background-image: url(img/home/bg_home_main_head.svg?3);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 10vw;
}
.home_main {
  margin: 100vh auto 0;
  padding-top: 10vw;
}

/*-----------------------------------------------

main

-----------------------------------------------*/

.l_main,
.l_main_inner{ position: relative; }

.l_main::before,
.l_main::after,
.l_main_inner::before,
.l_main_inner::after{
  content:"";
  position:absolute;
  top:30px;
  width:60px;
  height:100%;
  pointer-events:none;
}

/* 右側（外側） */
.l_main::before{ right:-80px; }
.l_main::after { right:-80px; }

/* 左側（内側） */
.l_main_inner::before{ left:-80px; }
.l_main_inner::after { left:-80px; }

/* 上の単発（重なり無し） */
.l_main::before,
.l_main_inner::before{
  height: 70px;
  background: url(img/common/bg_main.svg?1) no-repeat center top / 60px auto;
}

/* その下から繰り返し（ここがポイント） */
.l_main::after,
.l_main_inner::after{
  top: 85px;
  height: calc(100% - 85px);
  background:
  url(img/common/bg_main_after.svg?2) repeat-y center top / 60px auto,
  url(img/common/bg_main_after.svg?2) repeat-y center 168px / 60px auto;
}


/*common*/
.sec_head {
  position: relative;
  width: 100%;
  margin-bottom: 36px;
}
.sec_head:before {
  position: absolute;
  width: 100%;
  height: 45px;
  content: "";
  background:url(img/common/bg_sec_ttl.svg?1) no-repeat center top / 101% auto;
  z-index: 1;
}
.sec_ttl {
  padding-top: 90px;
  text-align: center;
}
.sec_ttl img {height: 27px;width: auto;}
.sec_head.photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
}

.sec_cmn_ttl {
  position: absolute;
  padding-top: 36px;
  background:url(img/common/bg_sec_cmn_ttl.svg?2) no-repeat center top / 26px auto;
  top: 0;
  right: 1.5%;
  z-index: 1;
}
.sec_cmn_ttl.left {
  left: 5%;
  right: unset;
}
.sec_wrap + .sec_wrap {
  margin-top: 85px;
}

/*-----------------------------------------------

about

-----------------------------------------------*/
.sec_about {
  padding-top: 120px;
  text-align: center;
}
.sec_about h2 {
  margin: 0 0 60px;
  display: inline-flex;
}
.sec_about h2 .txt_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  white-space: nowrap;
  align-items: flex-start;
}
.about__copy p+p {
  margin-top: 3vh;
}
.about__copy {
  width: 76%;
  margin: 60px auto;
}

/*carousel_slider_wrap*/
.carousel_slider_wrap {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.carousel_slider_inner {
  display: flex;
  width: max-content;
  will-change: transform;
}
.carousel_slider_inner ul,
.carousel_slider_cnt {
  display: flex;
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}
.carousel_slider_inner ul {
  gap: 0;
}
.carousel_slider_inner ul li,
.carousel_slider_cnt article {
  position: relative;
}
.carousel_slider_inner li {
  flex: 0 0 auto;
  width: calc(100vw / 2.5);
}

.illust_carousel .carousel_slider_inner {
  animation: illust-carousel 90s linear infinite;
}
/* 2セットある前提で「半分」動かすとシームレスになりやすい */
@keyframes illust-carousel {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

.l_footer .carousel_slider_inner {
  margin: 9px 0;
}
.l_footer .carousel_slider_inner li {
  width: calc(100vw / 4);
} 

/*menu*/
.carousel_slider_cnt article {
  flex: 0 0 auto;
  width: calc(415px / 1.5);
}
.carousel_slider_cnt {
  gap: 27px;
  margin-right: 27px;
}
#home_menu .carousel_slider_inner {
  animation: menu-carousel 35s linear infinite;
}
@keyframes menu-carousel {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.menu_card_carousel .carousel_slider_cnt {
  align-items: start;
}


/*-----------------------------------------------

menu

-----------------------------------------------*/

#home_menu .sec_head_wrap {
  margin-bottom: 45px;
}
#home_menu .sec_head {
 background-image: url(img/home/sec_menu_mv.webp?2);
}
#home_menu .sec_main,.access_main {
  position: relative;
  padding-top: 80px;
}
#home_menu .sec_main+.sec_main {
  margin-top: 63px;
  display:none;
}

.read_text {margin-bottom: 30px;}

.card__thumb {
  position: relative;
}
.card__thumb .badge {
  position: absolute;
  top: 50%;
  left: -18px;
  display:flex;
  flex-direction: column;
  row-gap: 10px;
}
.card__thumb .badge img {
  width: 60px;
}
.card__thumb .badge img+img {
  width: 52px;
  margin-left: 4px;
}
.card__body {margin-top: 18px;}
.card__body > h4+p {margin-top: 15px;}

.menu_card_season {
  display:none;
}
.menu_card_season .card__body p+p {
  margin: 21px 0 45px;
}
.menu_card_season .card__thumb .badge {
  top: -15px;
  right: -18px;
  left: unset;
}
.menu_card_bottom {
  margin-top: 45px;
  display:none;
}
.menu_card_bottom p {
  text-align: center;
}
.menu_card_bottom a {
  margin-top: 21px;
}

/*-----------------------------------------------

access

-----------------------------------------------*/
#access .sec_head {
 background-image: url(img/home/sec_access_mv.webp?3);
}
.access_map_block {
  position: relative;
  overflow: hidden;
  margin-bottom: 21px;
}
/*.access_map_block::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.access_map_block iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}*/
.access__info h4+a {
  margin-top: 21px;
}

/*dl*/
.access__info dl {
  margin-top: 45px;
  display: grid;
  gap: 6px 40px;
  grid-template-columns: auto 1fr;
  column-gap: 24px;
  row-gap: 15px;
}
.access__info dl dt {
  min-width: 75px;
  display: inline-block;
}
.access__info dl dd {
  margin: 0;
  white-space: nowrap;
}

/*-----------------------------------------------

news

-----------------------------------------------*/
#home_news {
  background: #b7983b;
  padding-bottom: 90px;
}
ul.news_list {
  padding-top: 15px;
}
ul.news_list li {
  border-top: 1.5px solid #b7983b;
}
ul.news_list li:last-child {
  border-bottom: 1.5px solid #b7983b;
}
#home_news ul.news_list li {
  border-top: 1.5px solid #fffaf2;
}
#home_news ul.news_list li:last-child {
  border-bottom: 1.5px solid #fffaf2;
}
ul.news_list li a {
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding: 24px 0;
}
.pc ul.news_list li a:hover {
  color: #b8860b;
}
.pc #home_news ul.news_list li a:hover {
  color: #fffaf2;
}
time.news-item__date {
  white-space: nowrap;
}
.news-item__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* second news */
header.page_head h1 {
  margin: 0 0 60px;
  padding-top: 60px;
  text-align: center;
}
header.page_head h1 span {
  display: inline-flex;
}
#news .sec_head {
 background-image: url(img/news/page_news_mv.webp?2);
}
#news-single .date_txt {
  color: #b7983b;
  margin-top: 12px;
}
#news-single .post_title {
  margin-bottom: 30px;
}

/*-----------------------------------------------

footer

-----------------------------------------------*/

.frame {
  position: relative;
  background: #fffaf2;
  margin-top: 45px;
  padding: 59px 22px 21px;
}
.home .frame {
  margin-top: 0;
}
.frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 60px;
  background: url("img/common/bg_footer_frame.svg?2") no-repeat center top;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
.home .frame::after {
  content: "";
  position: absolute;
  top: 0;
  height: 60px;
  width: 100%;
  left: 0;
  background: linear-gradient(
    to bottom,
    #b7983b 0,
    #b7983b calc(100% - 30px),
    #fffaf2 calc(100% - 30px),
    #fffaf2 100%
  );
}
.frame_inner {
  position: relative;
  z-index: 2;
  border: 1.5px solid #b7983b;
  border-top: none;
  padding: 39px 0 21px;
}
.footer_pagetop {
  top: -15px;
}
.pc .footer_pagetop a:hover {
  color: #b8860b;
}
.footer_bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-top: 33px;
}
.footer_title, .footer_bottom {
  width: 88%;
  margin-right: auto;
  margin-left: auto;
}

/*-----------------------------------------------

POST CONTENT

-----------------------------------------------*/

/* pagenavi */
nav.pagenav_wrap {
  display: table;
  margin: 45px auto 0;
}
.wp-pagenavi {
  display: flex;
  align-items: center;
}
.pager {
  display:inline-block;
  vertical-align:middle;
  text-align:center;
  margin:0;
  padding:0;
  box-sizing: border-box;
  position: relative;
  line-height:45px;
  width: 45px;
  height: 45px;
  overflow: hidden;
}
a.pager.larger,a.pager.smaller {
  border: 1px solid #b7983b;
  border-radius: 100%;
}
.pc a.pager.larger:hover,.pc a.pager.smaller:hover {
  background: #b7983b;
  color: #fff;
}
.pager+.pager {
  margin-left: 1rem;
}
span.pager {
  margin-right: -2px;
}
span.pager:after {
  content:none;
}
.pager[rel~="prev"],
.pager[rel~="next"] {
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
}
.pager[rel~="next"] {
  background-image: url(img/news/bg_pagenavi01.svg?1);
}
.pc .pager[rel~="next"]:hover {
  background-image: url(img/news/bg_pagenavi01_on.svg);
}
.pager[rel~="prev"] {
  background-image: url(img/news/bg_pagenavi02.svg?1);
}
.pc .pager[rel~="prev"]:hover {
  background-image: url(img/news/bg_pagenavi02_on.svg);
}
.pager.larger:before,.pager.smaller:before {
  content:none;
  width: unset;
  height: unset;
  background:none;
  position: unset;
  right: unset;
  left: unset;
  top: unset;
  transform: unset;
}
.pages {
  display: none;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi .extend {
  font-size: 15px;
}
.wp-pagenavi .extend {
  margin: -9px 15px 0 15px;
}

/* post-content */
.post_content {
  text-align:justify;
  word-break:break-all;
}
.post_content > h2:first-child,.post_content > h3:first-child {margin-top: 0;}
.post_content h2,.privacy_main h3 {
  margin:45px 0 18px;
}
.post_content h3 {margin: 45px 0 18px;}
.post_content a {
  text-decoration:underline;
  display:inline-block;
}
.pc .post_content a:hover {
  transition: all ease .5s;
  opacity:.6;
}
.post_content pre a {text-decoration:unset;margin-top: 0;min-width: 240px;}
.pc .post_content pre a:hover {opacity:1;}
.post_content img {
  display:block;
  max-width:100%;
  height:auto;
}
.post_content br {
  width:0;
  height:0;
  margin:0;
  padding:0;
}
.post_content .aligncenter {
  margin-right:auto;
  margin-left:auto;
}
.post_content .alignright {
  float:right;
}
.post_content .alignleft {
  float:left;
}
.post_content aside.post_info,.post_info_h {
  margin-top: 90px;
}
.post_content > p+p {
  margin-top: 1.5rem;
}
.post_content ul,.post_content ol,
.post_content > pre+p,
.post_content > p+pre,
.post_content > pre+div,
.post_content > img+pre,
.post_content > pre+img {
  margin-top: 3rem;
}
.post_content > ul+p,
.post_content > ol+p {
  margin-top: 1.5rem;
}
.post_content > picture {
  margin-bottom: 4.5rem;
  display: block;
}
.post_content > div+p,
.post_content > p+div,
.post_content > div+div,
.post_content > img+p,
.post_content > p+img,
.post_content > img+img,
.post_content p > img+img,
.post_content > img+div,
.post_content > div+img {
  margin-top: 4.5rem;
}
.post_content .wp-caption-text {
  margin: .78125rem 0 0;
  color: rgba(0,0,0,.5);
}
.post_content .wp-caption {
  max-width: 100% !important;
}
.post_content ol {padding-inline-start: 25px;}
.post_content ol li {list-style-type: decimal;}
.post_content ol li,.post_content ul li {display: list-item;text-align: -webkit-match-parent;}
.post_content ol li+li,.post_content ul li+li {margin-top: 9px;}
.post_content ul li {
  list-style-type: none;
  position: relative;
}
.post_content hr {
  margin-top: 60px;
  margin-bottom: 30px;
}
.post_content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 3;
  margin: 3rem 0;
}