@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*======================================================
ベース設計
======================================================*/
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
  line-height: 1.9;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  body.wrap {
    overflow: visible;
  }
}
body.wrap {
  overflow: hidden;
}
body #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#screen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
img {
  image-rendering: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    color: inherit;
    opacity: 1;
    text-decoration: none !important;
  }
}

.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.NotoSerif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1220px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.contents_mv .mv_inner {
  position: relative;
}
.contents_mv .mv_inner .txtBox {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .contents_mv .mv_inner .txtBox {
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1220px;
  }
}
.contents_mv .mv_inner .txtBox .page_ttl span {
  display: block;
}
.contents_mv .mv_inner .txtBox .page_ttl span.en {
  font-size: 24px;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.17em;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contents_mv .mv_inner .txtBox .page_ttl span.en {
    font-size: 32px;
  }
}
.contents_mv .mv_inner .txtBox .page_ttl span.en_sub {
  font-size: 23px;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
  padding-bottom: 5px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .contents_mv .mv_inner .txtBox .page_ttl span.en_sub {
    padding-bottom: 10px;
  }
}
.contents_mv .mv_inner .txtBox .page_ttl span.jp {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.3em;
}
.contents_mv.no_img .mv_inner {
  background: linear-gradient(to right, #F8FAF1 0%, #E8EADE 100%);
  padding: 90px 20px;
}
@media screen and (min-width: 768px) {
  .contents_mv.no_img .mv_inner {
    padding: 160px 20px 110px;
  }
}
.contents_mv.no_img .mv_inner .txtBox {
  max-width: 1000px;
}
.contents_mv.no_img .mv_inner .txtBox .page_ttl span {
  color: #477141;
}
.contents_mv.no_img .mv_inner .txtBox .page_ttl span.en {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .contents_mv.no_img .mv_inner .txtBox .page_ttl span.en {
    padding-top: 30px;
  }
}
.contents_mv.no_img .mv_inner .txtBox {
  bottom: 20px;
}

.pankuzu {
  margin-top: 16px;
  padding-left: 20px;
  position: absolute;
  z-index: 3;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .pankuzu {
    position: absolute;
    top: 110px;
    right: 30px;
    overflow-x: auto;
  }
}
.pankuzu ul {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 10px;
  flex-wrap: nowrap;
  width: max-content;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pankuzu ul {
    width: auto;
    overflow-x: auto;
  }
}
.pankuzu ul.no_img li.active {
  color: #477141;
}
.pankuzu li {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #b1b1b1;
}
@media screen and (max-width: 767px) {
  .pankuzu li {
    flex-shrink: 0;
  }
}
.pankuzu li.active {
  color: #477141;
}
.pankuzu li + li::before {
  content: "ー";
  color: #b1b1b1;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-right: 5px;
}

.no_img .pankuzu {
  bottom: -30px;
  padding-left: 0;
}

.pagination {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .pagination {
    padding-bottom: 100px;
  }
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .pagination ul {
    gap: 20px;
  }
}
.pagination li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cccccc;
  color: #b1b1b1;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1;
}
.pagination li.is-current a {
  background: #477141;
  border-color: #477141;
  color: #ffffff;
}
.pagination li.prev a {
  position: relative;
}
.pagination li.prev a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
  transform: rotate(-135deg);
  display: block;
  margin-right: 3px;
}
.pagination li.next a {
  position: relative;
}
.pagination li.next a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
  transform: rotate(45deg);
  display: block;
  margin-right: 3px;
}

/* ▼ タイトル
--------------------------------------- */
#site_title {
  overflow: hidden;
  width: 100%;
  max-width: 200px;
  padding-left: 16px;
  margin: 16px 0;
  position: relative;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  #site_title {
    max-width: clamp(130px, 13.75vw, 198px);
    padding-left: 0;
    margin: 0;
  }
}
#site_title img {
  width: 100%;
  height: auto;
  display: block;
}

h1.title {
  background: #999;
  padding: 20px 10px;
  margin-bottom: 30px;
  color: #fff;
  overflow: hidden;
}

/*======================================================
ヘッダー
======================================================*/
header {
  width: 100%;
  background: transparent;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  header {
    position: fixed;
    transition: background-color 0.3s ease;
    height: clamp(80px, 8.33vw, 120px);
  }
}
@media screen and (min-width: 768px) {
  header.scrolled {
    background: #F4F4F1;
  }
}
header.scrolled #gnav ul > li a {
  color: #000;
}
header.scrolled .header_right .language_switch .lang_btn a {
  color: #000;
}
header.scrolled .header_right .language_switch .lang_btn.active a {
  color: #fff;
}
header.scrolled #site_title img {
  filter: brightness(0);
}
header.scrolled #site_title img {
  filter: brightness(0);
}
header.contents_page #gnav ul > li a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  header.contents_page #gnav ul > li a {
    color: #000;
  }
}
header.contents_page .header_right .language_switch .lang_btn a {
  color: #000;
}
@media screen and (min-width: 768px) {
  header.contents_page .header_right .language_switch .lang_btn a {
    color: #000;
  }
}
header.contents_page .header_right .language_switch .lang_btn.active a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  header.contents_page .header_right .language_switch .lang_btn.active a {
    color: #fff;
  }
}
header.contents_page #site_title img {
  filter: brightness(0);
}
@media screen and (min-width: 768px) {
  header.contents_page.scrolled {
    background: #F4F4F1;
  }
}
header .header_inner {
  width: 100%;
  height: 60px;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
@media screen and (min-width: 768px) {
  header .header_inner {
    width: 100%;
    height: clamp(80px, 8.33vw, 120px);
    background: transparent;
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
    margin: 0 auto;
    padding: 0 clamp(20px, 2.22vw, 32px);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.page-column header.contents_page #site_title img {
  filter: brightness(1);
}
.page-column header.scrolled.contents_page #site_title img {
  filter: brightness(0) !important;
}
.page-column header.contents_page #gnav ul > li a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .page-column header.scrolled #gnav ul > li a {
    color: #000;
  }
}
@media screen and (min-width: 768px) {
  .page-column header.contents_page .header_right .language_switch .lang_btn a {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .page-column header.scrolled.contents_page .header_right .language_switch .lang_btn a {
    color: #000;
  }
}
@media screen and (min-width: 768px) {
  .page-column .header_right .language_switch .lang_btn.active a {
    color: #fff !important;
  }
}
@media screen and (min-width: 768px) {
  .page-column .pankuzu li.active {
    color: #fff;
  }
}

.menu {
  --menu-width:60px;
  --menu-height:60px;
  --menu-bg-color:#477141;
  --menu-bar-color: #fff;
  --menu-bar-width:25px;
  --menu-bar-height:1px;
  --menu-bar-gap:10px;
  display: block;
  width: var(--menu-width);
  height: var(--menu-height);
  background: var(--menu-bg-color);
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2000;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .menu {
    display: none;
  }
}
.menu .icon {
  display: block;
  width: var(--menu-bar-width);
  height: var(--menu-bar-height);
  background: var(--menu-bar-color);
  position: absolute;
  top: 50%;
  right: calc((var(--menu-width) - var(--menu-bar-width)) / 2);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: background 0.3s, transform 0.3s;
}
.menu .icon::before, .menu .icon::after {
  content: "";
  width: var(--menu-bar-width);
  height: var(--menu-bar-height);
  background: var(--menu-bar-color);
  position: absolute;
  transition: all 0.3s;
  right: 0;
}
.menu .icon::before {
  top: calc(-1 * (var(--menu-bar-gap) + var(--menu-bar-height)));
}
.menu .icon::after {
  top: calc(100% + var(--menu-bar-gap));
}
.menu .icon.active {
  background: transparent;
}
.menu .icon.active::before {
  transform: rotate(-135deg);
  top: 0;
}
.menu .icon.active::after {
  transform: rotate(135deg);
  top: 0;
  bottom: auto;
}

/* グローバルナビゲーション */
#gnav {
  display: block !important;
  transition: 0.5s ease-in-out;
  float: none;
  width: 100%;
  max-height: 100vh;
  padding-top: 80px;
  margin: 0;
  background: #477141;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  transform: translateY(-100%);
  height: 100dvh;
}
#gnav.open {
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  #gnav {
    background: transparent;
    padding: 0;
    transition: 0s;
    position: static;
    transform: translateY(0);
    overflow: visible;
    height: auto;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#gnav ul {
  display: block;
}
@media screen and (min-width: 768px) {
  #gnav ul {
    display: flex;
    align-items: center;
    gap: clamp(12px, 1.67vw, 24px);
    margin-left: clamp(20px, 2.78vw, 40px);
  }
}
#gnav ul > li {
  width: 100%;
  max-width: 100%;
  height: auto;
  text-indent: 0;
}
@media screen and (min-width: 768px) {
  #gnav ul > li {
    width: auto;
    height: auto;
  }
}
#gnav ul > li a {
  display: block;
  font-style: normal;
  text-decoration: none;
  height: 65px;
  border-bottom: 1px solid #849881;
  padding: 0 32px;
  color: #fff;
  line-height: 65px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #gnav ul > li a {
    height: auto;
    border-bottom: none;
    padding: 0;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
    transition: color 0.3s ease;
    font-size: clamp(13px, 1.11vw, 16px);
  }
}
#gnav ul > li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #gnav ul > li a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  #gnav .contact_btn {
    display: none;
  }
  #gnav .sp_inner_item {
    display: none;
  }
}
#gnav .contact_btn a {
  display: block;
  background: #0B3B04;
  padding: 15px;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  text-transform: uppercase;
  width: 100%;
  max-width: 256px;
  height: 56px;
  line-height: 56px;
  padding: 0;
  margin: 20px auto;
  border-radius: 2px;
}
#gnav .sp_inner_item .d_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#gnav .sp_inner_item .d_flex .d_flex_item {
  padding: 30px 40px;
}
#gnav .sp_inner_item .d_flex .d_flex_item .sns_list {
  display: flex;
  gap: 0 40px;
}
#gnav .sp_inner_item .d_flex .d_flex_item .shokutaku_logo {
  width: 100%;
  max-width: 100px;
}

.header_right {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .header_right {
    align-items: center;
    gap: clamp(16px, 1.67vw, 24px);
  }
}
.header_right .language_switch {
  display: flex;
  align-items: center;
  gap: 5px;
  height: clamp(20px, 1.67vw, 24px);
  position: absolute;
  top: 30px;
  right: 85px;
}
@media screen and (min-width: 768px) {
  .header_right .language_switch {
    position: static;
    top: auto;
    right: auto;
  }
}
.header_right .language_switch .lang_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(30px, 1.67vw, 24px);
  height: clamp(30px, 1.67vw, 24px);
  border-radius: 50%;
  padding: 6px 2px;
  cursor: pointer;
  background: transparent;
}
.header_right .language_switch .lang_btn a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 0.83vw, 12px);
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  line-height: 1;
  transition: color 0.3s ease;
  font-style: normal;
}
.header_right .language_switch .lang_btn.active {
  background: #477141;
}
@media screen and (min-width: 768px) {
  .header_right .language_switch .lang_btn:hover {
    opacity: 0.7;
  }
}
.header_right .contact_btn_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .header_right .contact_btn_pc {
    display: block;
  }
}
.header_right .contact_btn_pc a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(140px, 11.94vw, 172px);
  height: clamp(40px, 3.33vw, 48px);
  background: #0B3B04;
  border-radius: 2px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.18vw, 17px);
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .header_right .contact_btn_pc a:hover {
    opacity: 1;
  }
}

/*======================================================
メイン 「コンテンツとサイドを囲む要素」
======================================================*/
#main {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

.menu_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .menu_fixed {
    position: relative;
    width: auto;
    height: auto;
  }
}

/* ▼ パンくず
--------------------------------------- */
#path {
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
}
#path li {
  float: left;
}
#path li:not(:last-child):after {
  content: "〉";
  margin-left: 10px;
  color: #333;
}

/* ▼ システム
--------------------------------------- */
.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/*======================================================
フッター
======================================================*/
footer {
  position: relative;
  z-index: 10;
}

.footer_contactBox {
  position: relative;
  z-index: 10;
}

.footer_contactBox_bg {
  background: url(../img/footer_contact_sp.webp) center/cover no-repeat;
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .footer_contactBox_bg {
    background-image: url(../img/footer_contact_pc.webp);
    padding: 85px 0;
  }
}
.footer_contactBox_bg .footer_contactBox_inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_contactBox_bg .footer_contactBox_inner {
    padding: 0;
  }
}
.footer_contactBox_bg .footer_contactBox_inner .en {
  font-size: 26px;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 40px;
  letter-spacing: 0.17em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer_contactBox_bg .footer_contactBox_inner .en {
    font-size: 30px;
  }
}
.footer_contactBox_bg .footer_contactBox_inner .lead {
  font-size: 28px;
  padding-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .footer_contactBox_bg .footer_contactBox_inner .lead {
    font-size: 32px;
  }
}
.footer_contactBox_bg .footer_contactBox_inner .txt {
  font-size: 15px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .footer_contactBox_bg .footer_contactBox_inner .txt {
    font-size: 16px;
  }
}
.footer_contactBox_bg .footer_contactBox_inner .btn a {
  display: block;
  background: #DEE0D7;
  padding: 30px 0 30px 20px;
  color: #000;
  position: relative;
  text-align: left;
  font-size: 17px;
  letter-spacing: 0.01em;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  max-width: 300px;
  margin: 0 auto;
  line-height: 1;
}
.footer_contactBox_bg .footer_contactBox_inner .btn a::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 20px;
  display: inline-block;
  background: url(../img/line_mark.svg) center/100% 100% no-repeat;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

footer {
  width: 100%;
  background: #fff;
}

#footer_inner {
  position: relative;
  width: 100%;
  padding: 50px 8px 22px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #footer_inner {
    padding: 48px 0 28px;
  }
}

.footer_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .footer_main {
    margin-bottom: 30px;
  }
}

.footer_r1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .footer_r1 {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 768px) {
  .footer_r1 .footer_sns {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 32px;
  }
}

.footer_logo {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.footer_logo a {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer_logo a:hover {
    opacity: 0.7;
  }
}
.footer_logo img {
  display: block;
  width: 100%;
  max-width: 224px;
  height: auto;
  filter: brightness(0);
}
@media screen and (min-width: 768px) {
  .footer_logo img {
    max-width: 245px;
  }
}

.footer_r2 {
  width: 100%;
  box-sizing: border-box;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .footer_r2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
  }
}

.footer_gnav {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer_gnav {
    width: auto;
    max-width: none;
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 0;
  }
}
.footer_gnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer_gnav ul {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.footer_gnav li {
  margin: 0;
  padding: 0;
}
.footer_gnav li:not(:first-child) {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .footer_gnav li:not(:first-child) {
    margin-top: 0;
    margin-left: 24px;
  }
}
.footer_gnav a {
  display: block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .footer_gnav a {
    text-align: left;
    white-space: nowrap;
  }
  .footer_gnav a:hover {
    opacity: 0.6;
  }
}

.footer-pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-pc-only {
    display: block;
  }
}

.footer-sp-only {
  display: block;
  width: 100%;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .footer-sp-only {
    display: none;
  }
}
.footer-sp-only .footer_mid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 310px;
  box-sizing: border-box;
}

.footer_sns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 40px;
}
.footer_sns a {
  display: block;
  line-height: 0;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer_sns a:hover {
    opacity: 0.7;
  }
}
.footer_sns a img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .footer_r1 .footer_sns a img {
    width: 33px;
    height: 33px;
  }
}

.footer_r2 .footer_shokutaku,
.footer_mid .footer_shokutaku {
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .footer_r2 .footer_shokutaku,
  .footer_mid .footer_shokutaku {
    flex: 0 0 auto;
    max-width: 140px;
  }
}
.footer_r2 .footer_shokutaku a,
.footer_mid .footer_shokutaku a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer_r2 .footer_shokutaku a:hover,
  .footer_mid .footer_shokutaku a:hover {
    opacity: 0.7;
  }
}
.footer_r2 .footer_shokutaku img,
.footer_mid .footer_shokutaku img {
  display: block;
  width: 100%;
  max-width: 140px;
  height: auto;
  filter: brightness(0);
}

#copyright {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  #copyright {
    font-size: 14px;
  }
}
#copyright {
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #ccc;
  text-align: center;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #477141;
  padding: 10px;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  position: fixed;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .pagetop {
    padding: 0;
  }
}
.pagetop::after {
  content: "";
  width: 11px;
  height: 11px;
  border-left: #FFF 1px solid;
  border-top: #FFF 1px solid;
  position: absolute;
  top: calc(50% - 3px);
  right: calc(50% - 6px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*======================================================
404
======================================================*/
#not_found {
  padding: 100px 20px 60px;
}
@media screen and (min-width: 768px) {
  #not_found {
    padding: 8vw 20px;
  }
}
#not_found p {
  font-size: 14px;
  text-align: center;
}
#not_found p.txt {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #not_found p.txt {
    line-height: 1.9;
  }
}
#not_found h1.arial {
  margin-bottom: 10px;
  font-size: 39px;
  font-family: "Arial", "メイリオ";
  text-align: center;
}
@media screen and (min-width: 768px) {
  #not_found h1.arial {
    margin-bottom: 10px;
    font-size: 42px;
  }
}
#not_found h1.arial + p {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #not_found h1.arial + p {
    font-size: 18px;
  }
}
#not_found .top_btn a {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #ccc;
}