@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* CSS Document */
html,
body,
main,
nav,
section,
article,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
input,
textarea,
button,
figure,
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

span {
  font-weight: inherit;
}

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

a {
  text-decoration: none;
}

address,
cite {
  font-style: normal;
}

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

em {
  font-weight: normal;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*iOS*/
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

html {
  font-size: 50%;
}
@media print, screen and (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1a1a1a;
  overflow-x: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

img {
  max-width: 100%;
  pointer-events: none;
  vertical-align: middle;
}

.inner {
  padding: 5rem 0;
}
@media print, screen and (min-width: 1000px) {
  .inner {
    padding: 10rem 0;
  }
}

hgroup {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 4rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 1200px) {
  hgroup {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 8rem;
  }
}
hgroup h2 {
  font-size: 2.4rem;
  border-bottom: solid 1px #354825;
  color: #354825;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  /* padding: 0 10px 10px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}
hgroup h3 {
  font-size: 1.6rem;
  color: #354825;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}
hgroup h4 {
  font-size: 2rem;
  color: #354825;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}
hgroup h5 {
  font-size: 3.2rem;
  color: #7da933;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin: 8rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}
@media print, screen and (min-width: 1200px) {
  hgroup h5 {
    font-size: 3.6rem;
  }
}

button.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 100%;
  margin-top: 8rem;
  background: inherit;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
button.more a {
  width: 100%;
  max-width: 400px;
  background: #7da933;
  color: #fff;
  padding: 1.5rem;
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button.more a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

iframe {
  display: block;
}

p {
  line-height: 1.5;
}

#company .page-header {
  background: url(../img/company/page-header.webp) no-repeat center/cover;
}

#contact .page-header {
  background: url(../img/contact/page-header.webp) no-repeat center/cover;
}

#human .page-header {
  background: url(../img/human/page-header.webp) no-repeat center/cover;
}

#news .page-header {
  background: url(../img/news/page-header.webp) no-repeat center/cover;
}

#security .page-header {
  background: url(../img/security/page-header.webp) no-repeat center/cover;
}

#traffic .page-header {
  background: url(../img/security/traffic/page-header.webp) no-repeat center/cover;
}

#railway .page-header {
  background: url(../img/security/railway/page-header.webp) no-repeat center/cover;
}

#mall .page-header {
  background: url(../img/security/mall/page-header.webp) no-repeat center/cover;
}

#congestion .page-header {
  background: url(../img/security/congestion/page-header.webp) no-repeat center/cover;
}

#works .page-header {
  background: url(../img/works/page-header.webp) no-repeat center/cover;
}

#strength .page-header {
  background: url(../img/strength/page-header.webp) no-repeat center/cover;
}

#privacy .page-header {
  background: url(../img/privacy/page-header.webp) no-repeat center/cover;
}

#page404 .page-header {
  background: url(../img/page404/page-header.webp) no-repeat center/cover;
}

.page-header {
  height: 320px;
  width: 100%;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
}
.page-header::before {
  content: "";
  display: block;
  background: #fff;
  height: 120px;
  max-width: 800px;
  width: 75%;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  position: absolute;
  bottom: -3px;
}
@media print, screen and (min-width: 1000px) {
  .page-header::before {
    height: 190px;
  }
}
@media print, screen and (min-width: 1000px) {
  .page-header {
    height: 640px;
  }
}
.page-header .page-header-contents {
  margin: 0 auto 40px;
  width: 95%;
  max-width: 1400px;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 1000px) {
  .page-header .page-header-contents {
    margin: 0 auto 70px;
  }
}
.page-header .page-header-contents span {
  color: #574f7e;
  font-weight: bold;
  font-size: 1.8rem;
}
.page-header .page-header-contents h2 {
  font-weight: bold;
  font-size: min(3.2rem, 5vw);
  padding-top: 1rem;
}

ul.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 95%;
  max-width: 1400px;
  padding: 3rem 0;
}
ul.breadcrumbs li {
  margin: 0 12px 0 0;
}
ul.breadcrumbs li::after {
  content: ">";
  margin-left: 12px;
}
ul.breadcrumbs li:last-child::after {
  content: none;
}
ul.breadcrumbs li a {
  color: #1A1A1A;
  border-bottom: solid 1px #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
ul.breadcrumbs li a:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: solid 1px #1A1A1A;
}

.page-attached {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem 3%;
  max-width: 1200px;
  width: 95%;
  margin: 6.4rem auto;
}
@media print, screen and (min-width: 1000px) {
  .page-attached {
    margin: 12rem auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-attached .left {
  font-weight: bold;
  font-size: min(5.6rem, 7vw);
  line-height: 1.4;
  white-space: nowrap;
}
.page-attached .right p.top {
  font-weight: bold;
  font-size: min(2rem, 4vw);
  padding-bottom: 3rem;
  line-height: 1.4;
}
.page-attached .right p.bottom {
  line-height: 1.4;
}

.commingsoon {
  font-size: 4rem;
  text-align: center;
  padding-top: 100px;
}

.bg_blue {
  background-color: #134aad;
  color: #FFF;
}

.eng-title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
}

h2.title_L {
  position: relative;
  padding-left: 13.5vw;
}
h2.title_L::before {
  content: "";
  width: 100%;
  width: 8.8vw;
  height: 4rem;
  background: #134aad;
  position: absolute;
  top: 1.5rem;
  left: 0;
}
h2.title_L .eng-title {
  font-size: 7rem;
  font-style: italic;
}
@media print, screen and (min-width: 1000px) {
  h2.title_L .eng-title {
    font-size: 9rem;
  }
}
h2.title_M .eng-title {
  display: block;
  font-style: italic;
  font-size: 5rem;
  padding-bottom: 1rem;
  border-bottom: solid 0.1rem #1a1a1a;
}
.bg_blue h2.title_M .eng-title {
  border-bottom: solid 0.1rem #FFF;
}
h2.title_M .ja-title {
  display: block;
  font-size: 2rem;
  text-align: right;
  padding-top: 2rem;
}
h2.title_S {
  font-size: 2.4rem;
}
h2.title_S .eng-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 3rem;
  margin-right: 1rem;
}
h2.title_bold {
  font-size: 5.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.h2-title {
  display: inline-block;
}
.h2-title span:first-child {
  font-size: 6rem;
}
@media print, screen and (min-width: 1000px) {
  .h2-title span:first-child {
    font-size: 9rem;
  }
}
.h2-title span:nth-of-type(2) {
  display: block;
  text-align: right;
  font-size: 2rem;
}

.space {
  margin-top: 5rem;
}
@media print, screen and (min-width: 1000px) {
  .space {
    margin-top: 10rem;
  }
}

h3.top-h3 {
  font-size: 4rem;
  line-height: 1.2;
}
h3.top-h3 .eng-title {
  font-size: 3rem;
  display: block;
}

.btn_area {
  position: relative;
}

.btn {
  display: block;
  line-height: 2;
  border-radius: 6rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  opacity: 0.7;
}
.btn_bk {
  background-color: #1a1a1a;
  color: #FFF;
}
.btn_arrow {
  clear: both;
  position: relative;
  font-size: 1.6rem;
}
.btn_arrow::after {
  content: "→";
  font-size: 3rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5rem;
}
.btn_border-wt {
  border: solid 0.1rem #FFF;
  color: #FFF;
}
.btn_S {
  max-width: 16.4rem;
}
.btn_M {
  max-width: 40rem;
}

.sp-none {
  display: none;
}
@media print, screen and (min-width: 1000px) {
  .sp-none {
    display: inherit;
  }
}

@media print, screen and (min-width: 1000px) {
  .sp-only {
    display: none;
  }
}

header {
  position: fixed;
  display: block;
  width: 100%;
  width: 56px;
  top: 0px;
  left: inherit;
  right: 0;
  z-index: 999999;
  -webkit-transition: top 0.3s ease, background-color 0.3s ease;
  transition: top 0.3s ease, background-color 0.3s ease;
  background: rgba(53, 72, 37, 0.5);
}
@media print, screen and (min-width: 1200px) {
  header {
    top: 40px;
    background-color: #FFF;
    width: 100%;
    left: 0;
    right: 0;
  }
}
header .inner {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
}
header h1 a {
  display: block;
}
header h1 img {
  max-height: 5.3rem;
}
header nav {
  margin: auto;
  display: none;
}
@media screen and (min-width: 1150px) {
  header nav {
    /*SP*/
    display: block;
  }
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (min-width: 1480px) {
  header nav ul {
    /*SP*/
    gap: 4rem;
  }
}
header nav a {
  position: relative;
  display: block;
  color: #354825;
  line-height: 2rem;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}
header nav a:hover {
  border-bottom: solid 1px #354825;
}
@media screen and (min-width: 1480px) {
  header nav a {
    /*SP*/
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
header nav a span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
header nav a span::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0.2rem;
  border-radius: 1rem;
  background-color: #1a1a1a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header nav a:hover span::after {
  width: 100%;
}
header nav .menu_security a {
  color: #1b80aa;
  font-weight: bold;
}
header nav .menu_security a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/icon_security.webp);
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
@media screen and (min-width: 1480px) {
  header nav .menu_security a::before {
    /*SP*/
    width: 2.8rem;
    height: 2.8rem;
  }
}
header nav .menu_security a span::after {
  background-color: #1b80aa;
}
header nav .menu_human a {
  color: #009288;
  font-weight: bold;
}
header nav .menu_human a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/icon_human.webp);
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
@media screen and (min-width: 1480px) {
  header nav .menu_human a::before {
    /*SP*/
    width: 2.8rem;
    height: 2.8rem;
  }
}
header nav .menu_human a span::after {
  background-color: #009288;
}
header nav .menu_contact a {
  background-color: #000000;
  color: #FFF;
  font-weight: bold;
  border-radius: 3rem;
  padding: 1rem 1.5rem;
  border: solid 0.1rem #000000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 1480px) {
  header nav .menu_contact a {
    /*SP*/
    padding: 1rem 4rem;
  }
}
header nav .menu_contact a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/icon_mail-wt.webp);
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
@media screen and (min-width: 1480px) {
  header nav .menu_contact a::before {
    /*SP*/
    width: 2.8rem;
    height: 2.8rem;
  }
}
header nav .menu_contact a:hover {
  background-color: #FFF;
  color: #000000;
}
header nav .menu_contact a:hover::before {
  background-image: url(../img/icon_mail.webp);
}

#company .menu_company span::after,
#strength .menu_strength span::after,
#human .menu_human span::after,
#security .menu_security span::after,
#works .menu_works span::after,
#news .menu_news span::after {
  width: 100%;
}

header #menu-trigger {
  margin-inline: auto;
}
@media print, screen and (min-width: 1200px) {
  header #menu-trigger {
    display: none;
    margin-left: auto;
  }
}
header #menu-trigger a.navToggle {
  position: relative;
  display: block;
  width: 40px;
  height: 32px;
  z-index: 100000;
  cursor: pointer;
}
header #menu-trigger a.navToggle span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FFF;
}
header #menu-trigger a.navToggle span:first-of-type {
  top: 0;
}
header #menu-trigger a.navToggle span:nth-of-type(2) {
  top: calc(50% - 1.5px);
}
header #menu-trigger a.navToggle span:last-of-type {
  bottom: 0;
}
header #menu-trigger .navToggle.active span:nth-child(1) {
  top: 14px;
  left: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-color: #fff;
}
header #menu-trigger .navToggle.active span:nth-child(2),
header #menu-trigger .navToggle.active span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #fff;
}
header #smt_menu_wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
  visibility: hidden;
  overflow-y: scroll;
  height: 100%;
  display: grid;
  place-items: center;
}
header #smt_menu_wrapper > ul {
  padding: 6rem 15%;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header #smt_menu_wrapper > ul > li {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
header #smt_menu_wrapper ul li a {
  color: #FFF;
  font-weight: bold;
}
header #smt_menu_wrapper ul li a.title {
  margin-bottom: 2rem;
  display: inline-block;
}
header #smt_menu_wrapper > ul > li > a {
  font-size: 16px;
}
header #smt_menu_wrapper ul li ul li a {
  display: inline-block;
  margin-bottom: 16px;
}
header #smt_menu_wrapper ul li ul li a::before {
  content: "＞";
  margin-bottom: 2px;
  margin-right: 4px;
  color: #333;
  font-weight: bold;
}
@media print, screen and (max-width: 1150px) {
  header #smt_menu_wrapper.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    visibility: inherit;
    background-color: #354825;
  }
}

@media print, screen and (min-width: 1000px) {
  .menu-bottom {
    display: none;
  }
}
.menu-bottom ul.link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
@media print, screen and (min-width: 1000px) {
  .menu-bottom ul.link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
}
.menu-bottom ul.link_list li {
  padding: 12px 12px;
  width: 100%;
  height: 80px;
  border-radius: inherit;
}
@media print, screen and (min-width: 1000px) {
  .menu-bottom ul.link_list li {
    height: 50px;
    padding: 6px 20px 10px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
.menu-bottom ul.link_list li:nth-of-type(1) {
  background: #354825;
  border: solid 1px #FFF;
}
@media print, screen and (min-width: 1000px) {
  .menu-bottom ul.link_list li:nth-of-type(1) {
    background: #354825;
    border: solid 1px #FFF;
    border-right: solid 1px #354825;
  }
}
.menu-bottom ul.link_list li:nth-of-type(2) {
  background: #FFF;
  border: solid 1px #7da933;
}
@media print, screen and (min-width: 1000px) {
  .menu-bottom ul.link_list li:nth-of-type(2) {
    background: #FFF;
    border: solid 1px #7da933;
    border-right: solid 1px #FFF;
  }
}
.menu-bottom ul.link_list li:nth-of-type(2) p {
  color: #7da933;
}
.menu-bottom ul.link_list li:nth-of-type(3) {
  background: #7da933;
  border: solid 1px #354825;
}
@media print, screen and (min-width: 1000px) {
  .menu-bottom ul.link_list li:nth-of-type(3) {
    background: #7da933;
    border: solid 1px #354825;
    border-right: solid 1px #7da933;
  }
}
.menu-bottom ul.link_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 1000px) {
  .menu-bottom ul.link_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.menu-bottom ul.link_list li a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
.menu-bottom ul.link_list li a p {
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .menu-bottom ul.link_list li a p {
    text-align: left;
  }
}
@media print, screen and (min-width: 1000px) {
  .menu-bottom ul.link_list li a p br {
    display: none;
  }
}
.menu-bottom ul.link_list li a img {
  width: 27px;
  height: 27px;
  margin-right: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 5px;
}
@media print, screen and (min-width: 1000px) {
  .menu-bottom ul.link_list li a img {
    width: 27px;
    height: auto;
    margin-right: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.menu-bottom.visible {
  bottom: 0;
  opacity: 1;
}

.menu-bottom.hidden {
  display: block;
  position: fixed;
  right: 0;
  border: inherit;
  bottom: 10px;
  width: 96%;
  margin: auto;
  left: 0;
}
@media print, screen and (min-width: 1000px) {
  .menu-bottom.hidden {
    display: block;
    position: fixed;
    right: 0;
    border: inherit;
    bottom: 15%;
    width: auto;
    left: inherit;
  }
}

#gotoTop {
  position: fixed;
  right: 1rem;
  bottom: 13rem;
  width: 9rem;
  height: 9rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
}
@media print, screen and (min-width: 1000px) {
  #gotoTop {
    bottom: 1rem;
  }
}
#gotoTop span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#gotoTop:hover {
  opacity: 0.7;
}

footer {
  position: relative;
  margin-bottom: 100px;
  background: #292929;
  height: auto;
  padding: 50px 0 50px;
}
@media print, screen and (min-width: 1200px) {
  footer {
    height: 100vh;
    padding: 0px;
  }
}
@media print, screen and (min-width: 1000px) {
  footer {
    margin-bottom: 0;
  }
}
footer hgroup {
  margin: 0px auto 4rem;
}
@media print, screen and (min-width: 1200px) {
  footer hgroup {
    margin: 200px auto 8rem;
  }
}
footer hgroup figure img {
  max-width: 210px;
  width: 100%;
  height: auto;
  margin: 0;
}
footer hgroup h2 {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  border: none;
  padding: 0;
  margin: 0;
}
footer hgroup h3 {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
footer p {
  width: 95%;
  margin: 0px auto 70px;
  color: #fff;
  text-align: center;
}
footer a {
  color: #1a1a1a;
  line-height: 1.5;
}
footer nav {
  margin: auto;
  display: none;
  background: #7da933;
}
@media screen and (min-width: 1150px) {
  footer nav {
    /*SP*/
    display: block;
  }
}
footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  width: 95%;
  margin: 0 auto;
  padding: 1.5rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1480px) {
  footer nav ul {
    /*SP*/
    gap: 4rem;
  }
}
footer nav a {
  position: relative;
  display: block;
  color: #fff;
  line-height: 2rem;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  border-bottom: solid 1px #7da933;
}
footer nav a:hover {
  border-bottom: solid 1px #fff;
}
@media screen and (min-width: 1480px) {
  footer nav a {
    /*SP*/
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
footer nav a span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
footer nav a span::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0.2rem;
  border-radius: 1rem;
  background-color: #1a1a1a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer nav a:hover span::after {
  width: 100%;
}

p.copyright {
  background-color: #7da933;
  text-align: center;
  line-height: 5rem;
  height: 5rem;
  margin: 0 auto;
  font-size: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
}

main {
  background: url(../img/sfbc_bg.jpg) center center;
  padding-bottom: 12rem;
}

br.sp {
  display: block;
}
@media print, screen and (min-width: 1200px) {
  br.sp {
    display: none;
  }
}

#top-visual {
  background: url(../img/top/top-visual.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
}
#top-visual .inner {
  display: grid;
  place-content: flex-start;
  place-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  position: relative;
  padding: 5rem 0 0rem;
  gap: 5rem;
}
@media print, screen and (min-width: 1000px) {
  #top-visual .inner {
    padding: 16rem 0 10rem;
  }
}
#top-visual .inner figure {
  z-index: 2;
}
#top-visual .inner figure.top_v_logo {
  width: 36%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media print, screen and (min-width: 1200px) {
  #top-visual .inner figure.top_v_logo {
    width: auto;
    display: inherit;
  }
}
#top-visual .inner figure.top_v_logo::before {
  content: url(../img/top/top-visual_mark.png);
  position: absolute;
  top: -35%;
  left: inherit;
  right: -32vw;
  -webkit-filter: opacity(0.85);
          filter: opacity(0.85);
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media print, screen and (min-width: 1200px) {
  #top-visual .inner figure.top_v_logo::before {
    right: inherit;
    top: -13%;
    left: -12vw;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
#top-visual .inner figure.top_v_logo img {
  width: 100%;
  max-width: 318px;
  margin: auto;
}
#top-visual .inner figure.top_v_logo figcaption {
  color: #fff;
  position: inherit;
  right: 0vw;
  top: -8%;
  line-height: 1.5;
  font-size: 2.4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1200px) {
  #top-visual .inner figure.top_v_logo figcaption {
    position: absolute;
    right: -27vw;
    text-align: left;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
#top-visual .inner figure.top_v_left {
  position: absolute;
  bottom: 50vw;
  left: 3%;
  width: 30%;
  -webkit-filter: opacity(0.85);
          filter: opacity(0.85);
}
@media print, screen and (min-width: 1200px) {
  #top-visual .inner figure.top_v_left {
    bottom: 9%;
    left: 9%;
    width: auto;
  }
}
#top-visual .inner figure.top_v_right {
  position: absolute;
  bottom: 48vw;
  right: 3%;
  width: 33%;
  -webkit-filter: opacity(0.85);
          filter: opacity(0.85);
}
@media print, screen and (min-width: 1200px) {
  #top-visual .inner figure.top_v_right {
    bottom: 3%;
    right: 9%;
    width: auto;
  }
}
#top-visual .inner h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 110px;
}
@media print, screen and (min-width: 1200px) {
  #top-visual .inner h1 {
    position: inherit;
    bottom: inherit;
  }
}
#top-visual .inner h1 span:nth-of-type(1) {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  #top-visual .inner h1 span:nth-of-type(1) {
    display: block;
    color: #FFF;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
  }
}
#top-visual .inner h1 span:nth-of-type(2) {
  color: #FFF;
  font-size: 3rem;
  text-align: center;
  padding: 13px 0.5em 17px;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  width: 100%;
  margin-top: 0.5em;
  font-weight: bold;
  -webkit-filter: drop-shadow(1px 2px 4px black);
          filter: drop-shadow(1px 2px 4px black);
}
@media print, screen and (min-width: 1200px) {
  #top-visual .inner h1 span:nth-of-type(2) {
    padding: 13px 4em 17px;
  }
}

#top-news {
  background: #fff;
}
#top-news .inner {
  width: 95%;
  max-width: 1400px;
  margin: auto;
}
#top-news .inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 4%;
}
@media print, screen and (min-width: 1000px) {
  #top-news .inner > ul {
    gap: 40px 3%;
  }
}
#top-news .inner > ul li {
  width: 48%;
  border: solid 1px #b3b3b3;
}
@media print, screen and (min-width: 1000px) {
  #top-news .inner > ul li {
    width: 31.3333333333%;
  }
}
#top-news .inner > ul li a figure {
  overflow: hidden;
  aspect-ratio: 374/275;
}
#top-news .inner > ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 245px;
}
#top-news .inner > ul li a .text {
  padding: 1em;
}
#top-news .inner > ul li a .text time {
  color: #111;
  font-size: 1.6rem;
  line-height: 1.5;
}
#top-news .inner > ul li a .text h4 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  width: 5em;
  text-align: center;
  margin-left: auto;
  padding: 0em 0 0.2em;
}
#top-news .inner > ul li a .text h4.event {
  background: #d83921;
}
#top-news .inner > ul li a .text h4.news {
  background: #7da933;
}
#top-news .inner > ul li a .text h4.othrer {
  background: #aaa;
}
#top-news .inner > ul li a .text h5 {
  color: #111;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
#top-news .inner > ul li a .text p {
  color: #111;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}

#top-guide .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 4rem 2rem;
  /* 画像グループをまとめる */
  /* ヘッダーコンテンツ */
}
@media print, screen and (min-width: 1000px) {
  #top-guide .inner {
    width: 95%;
    padding: 8rem 5rem;
  }
}
#top-guide .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3%;
}
#top-guide .inner ul li {
  width: 31.3333333333%;
}
#top-guide .inner ul li figcaption {
  font-size: 1.6rem;
  margin-top: 8px;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
#top-guide .inner .parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  /* 3行に変更 */
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
#top-guide .inner .parent figure {
  margin-bottom: 10px;
}
#top-guide .inner .parent figure img {
  width: 100%;
}
#top-guide .inner .left-images {
  grid-area: 2/1/3/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  /* 画像間の隙間調整 */
  display: contents;
}
#top-guide .inner .right-images {
  grid-area: 2/2/3/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
  display: contents;
}
#top-guide .inner .header-content {
  grid-area: 1/1/2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  display: contents;
}
#top-guide .inner .div1 {
  grid-area: 2/1/3/2;
  width: 97%;
}
@media print, screen and (min-width: 1200px) {
  #top-guide .inner .div1 {
    width: 100%;
  }
}
#top-guide .inner .div2 {
  grid-area: 4/1/5/2;
  width: 97%;
}
@media print, screen and (min-width: 1200px) {
  #top-guide .inner .div2 {
    width: 100%;
  }
}
#top-guide .inner .div3 {
  grid-area: 2/2/3/3;
  width: 97%;
  margin-left: auto;
}
@media print, screen and (min-width: 1200px) {
  #top-guide .inner .div3 {
    width: 100%;
    margin-left: inherit;
  }
}
#top-guide .inner .div4 {
  grid-area: 4/2/5/3;
  width: 97%;
  margin-left: auto;
}
@media print, screen and (min-width: 1200px) {
  #top-guide .inner .div4 {
    width: 100%;
    margin-left: inherit;
  }
}
#top-guide .inner .div5 {
  grid-area: 1/1/2/3;
}
#top-guide .inner .div5 hgroup {
  margin-bottom: 0;
}
#top-guide .inner .div6 {
  grid-area: 3/1/4/3;
}
#top-guide .inner .div6 p {
  text-align: center;
  line-height: 1.5;
}
#top-guide .inner .div6 figure {
  margin: 4rem 0;
}
#top-guide .inner .div7 {
  grid-area: 5/1/6/3;
}
@media print, screen and (min-width: 1200px) {
  #top-guide .inner .parent {
    display: grid;
    grid-template-columns: 18% 54% 18%;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 0 5%;
  }
  #top-guide .inner .left-images {
    grid-area: 1/1/3/2;
    display: block;
  }
  #top-guide .inner .right-images {
    grid-area: 1/3/3/4;
    display: block;
  }
  #top-guide .inner .header-content {
    grid-area: 1/2/3/3;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: block;
    /* 上下に分散配置 */
  }
  #top-guide .inner .div7 {
    grid-area: 3/2/4/3;
  }
}

#top-calendar .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #ebf2e0;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1000px) {
  #top-calendar .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#top-calendar .inner h4 {
  background: #fff;
  font-size: 20px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem;
  margin: 0 auto 4rem;
  line-height: 1.5;
}
#top-calendar .inner iframe {
  width: 100%;
  max-width: 1000px;
  height: 600px;
  margin: auto;
  display: block;
}
#top-calendar .inner h5 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
#top-calendar .inner hr {
  margin: 1em 0;
  height: 1px;
  border: none;
  background: #1a1a1a;
}
#top-calendar .inner h6 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
#top-calendar .inner p {
  font-size: 1.6rem;
  font-weight: inherit;
  line-height: 1.5;
  padding-left: 6em;
}
#top-calendar .inner p + h5 {
  margin-top: 1em;
}
#top-calendar .inner p + h6 {
  margin-top: 1em;
}
#top-calendar .inner button.more {
  margin-bottom: 8rem;
}

#top-price .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1000px) {
  #top-price .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#top-price .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 2%;
  margin-top: 8rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 1200px) {
  #top-price .inner ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#top-price .inner ul li:nth-of-type(1) {
  width: 100%;
  border-left: solid 16px #354825;
}
@media print, screen and (min-width: 1200px) {
  #top-price .inner ul li:nth-of-type(1) {
    width: 35%;
  }
}
#top-price .inner ul li:nth-of-type(2) {
  width: 100%;
  border-left: solid 16px #7da933;
}
@media print, screen and (min-width: 1200px) {
  #top-price .inner ul li:nth-of-type(2) {
    width: 35%;
  }
}
#top-price .inner ul li:nth-of-type(3) {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #top-price .inner ul li:nth-of-type(3) {
    width: 26%;
  }
}
#top-price .inner ul li:nth-of-type(3) h4 {
  background: #354825;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 0.5em 1em;
  margin-bottom: 2rem;
  font-weight: bold;
}
#top-price .inner ul li:nth-of-type(3) p {
  line-height: 2;
  text-align: justify;
}
#top-price .inner ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem;
  line-height: 2;
}
#top-price .inner ul li dl dt {
  width: 70%;
}
#top-price .inner ul li dl dt.dgreen {
  color: #354825;
}
#top-price .inner ul li dl dt.lgreen {
  color: #7da933;
}
#top-price .inner ul li dl dd {
  width: 30%;
  text-align: right;
}
#top-price .inner ul li dl dd.dgreen {
  color: #354825;
}
#top-price .inner ul li dl dd.lgreen {
  color: #7da933;
}
#top-price .inner figure {
  height: 160px;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  #top-price .inner figure {
    height: auto;
  }
}
#top-price .inner figure figcaption {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-filter: drop-shadow(1px 2px 8px black);
          filter: drop-shadow(1px 2px 8px black);
}
#top-price .inner figure figcaption span {
  font-size: 1.6rem;
  line-height: 1.5;
}
#top-price .inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-price .inner > p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1em;
  text-align: center;
}

#top-regulation .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #f2f2f2;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1000px) {
  #top-regulation .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#top-regulation .inner figure {
  height: 160px;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  #top-regulation .inner figure {
    height: auto;
  }
}
#top-regulation .inner figure figcaption {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-filter: drop-shadow(1px 2px 8px black);
          filter: drop-shadow(1px 2px 8px black);
}
#top-regulation .inner figure figcaption span {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  margin-top: 1rem;
}
#top-regulation .inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-regulation .inner > p {
  text-align: center;
  margin-top: 4em;
  line-height: 1.5;
}
#top-regulation .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 4%;
  margin-top: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 1200px) {
  #top-regulation .inner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#top-regulation .inner ul li {
  padding: 1.5em;
  border-radius: 1em;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  #top-regulation .inner ul li {
    width: 35%;
  }
}
#top-regulation .inner ul li:nth-of-type(1) {
  background: #354825;
}
#top-regulation .inner ul li:nth-of-type(2) {
  background: #7da933;
}
#top-regulation .inner ul li h4 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
#top-regulation .inner ul li p {
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
#top-regulation .inner button.more {
  margin-top: 2em;
}

#top-rental .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1000px) {
  #top-rental .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#top-rental .inner > figure {
  height: 160px;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  #top-rental .inner > figure {
    height: auto;
  }
}
#top-rental .inner > figure figcaption {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-filter: drop-shadow(1px 2px 8px black);
          filter: drop-shadow(1px 2px 8px black);
}
#top-rental .inner > figure figcaption span {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  margin-top: 1rem;
}
#top-rental .inner > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-rental .inner > h4 {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 4em;
  color: #354825;
  text-align: center;
  font-weight: bold;
}
#top-rental .inner > p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1em;
  text-align: center;
}
#top-rental .inner ul {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-template-rows: repeat(3, auto);
  gap: 40px 4%;
  margin: 4rem 0 0;
}
@media print, screen and (min-width: 1200px) {
  #top-rental .inner ul {
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(1, auto);
  }
}
#top-rental .inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #top-rental .inner ul li {
    width: auto;
  }
}
#top-rental .inner ul li figure {
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
  #top-rental .inner ul li figure {
    text-align: left;
  }
}
#top-rental .inner ul li figure img {
  height: 190px;
  -o-object-fit: contain;
     object-fit: contain;
}
#top-rental .inner ul li figure figcaption {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1em;
}

#top-group .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #ebf2e0;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1000px) {
  #top-group .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#top-group .inner > figure {
  height: 160px;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  #top-group .inner > figure {
    height: auto;
  }
}
#top-group .inner > figure figcaption {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-filter: drop-shadow(1px 2px 8px black);
          filter: drop-shadow(1px 2px 8px black);
}
#top-group .inner > figure figcaption span {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  margin-top: 1rem;
}
#top-group .inner > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-group .inner > p {
  text-align: center;
  margin-top: 4em;
  line-height: 1.5;
}
#top-group .inner > p + p {
  margin-top: 2em;
}

#top-access .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1000px) {
  #top-access .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#top-access .inner iframe {
  width: 100%;
  height: 100%;
}
#top-access .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 4%;
  margin: 4rem 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 1200px) {
  #top-access .inner dl {
    gap: 40px 4%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#top-access .inner dl dt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 4%;
}
@media print, screen and (min-width: 1200px) {
  #top-access .inner dl dt {
    width: 48%;
  }
}
#top-access .inner dl dt figure {
  width: 48%;
}
#top-access .inner dl dt figure figcaption {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1em;
}
#top-access .inner dl dt p {
  margin-top: 1rem;
}
#top-access .inner dl dd {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #top-access .inner dl dd {
    width: 48%;
  }
}
#top-access .inner dl dd figure figcaption {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1em;
}
#top-access .inner dl dd hgroup {
  width: 100%;
  background: #354825;
  padding: 1rem;
  margin: 0 auto 0;
}
#top-access .inner dl dd hgroup h4 {
  margin: auto;
  color: #FFF;
  font-size: 3.2rem;
}
#top-access .inner dl dd hgroup h5 {
  margin: auto;
  color: #FFF;
  font-size: 2rem;
  margin-top: 5px;
}
#top-access .inner dl dd h6 {
  font-size: 2rem;
  color: #354825;
  margin: 3rem auto 0;
}
#top-access .inner dl dd p + p {
  margin-top: 2rem;
}
#top-access .inner > p {
  background: #ebf2e0;
  padding: 1rem;
  width: 100%;
  max-width: 860px;
  margin: 4rem auto 4rem;
  font-size: 2rem;
  text-align: center;
  color: #354825;
}
#top-access .inner iframe {
  width: 100%;
  max-width: 860px;
  height: 300px;
  margin: 0 auto 0;
  display: block;
}

#top-ads .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #f2f2f2;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1000px) {
  #top-ads .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#top-ads .inner h2 {
  font-size: 3.2rem;
  text-align: center;
  color: #FFF;
  background: #354825;
  border: solid 1px #7da933;
  padding: 0.5rem 2em;
  max-width: 860px;
  margin: auto;
  line-height: 1.5;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}
#top-ads .inner h3 {
  font-size: 3.2rem;
  text-align: center;
  color: #7da933;
  font-weight: bold;
  margin: 2rem 0 4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 1200px) {
  #top-ads .inner h3 {
    margin: 4rem 0 8rem;
  }
}
#top-ads .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 4%;
}
#top-ads .inner ul li {
  width: 48%;
}
#top-ads .inner ul li figure figcaption {
  margin-top: 1rem;
}

#news-visual {
  background: url(../img/guide/guide-visual.jpg) no-repeat center center;
  background-size: cover;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 1200px) {
  #news-visual {
    height: 368px;
  }
}
#news-visual .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  width: 95%;
  margin-inline: auto;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 0 2rem;
}
@media print, screen and (min-width: 1200px) {
  #news-visual .inner {
    height: 268px;
    padding: 5rem 0 5rem;
  }
}
#news-visual .inner hgroup {
  width: 60%;
  margin: 0 auto 0 0;
}
#news-visual .inner hgroup h2 {
  color: #FFF;
  border-bottom: none;
}
#news-visual .inner hgroup h3 {
  color: #FFF;
  font-size: 2.4rem;
}
#news-visual .inner figure {
  width: 20%;
}
#news-visual .inner figure a {
  display: block;
}
#news-visual .inner figure a img {
  width: 100%;
  max-width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#top-news .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 4rem 0rem;
}
@media print, screen and (min-width: 1000px) {
  #top-news .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#top-news .inner .pagination {
  margin-top: 4rem;
}
@media print, screen and (min-width: 1000px) {
  #top-news .inner .pagination {
    margin-top: 8rem;
  }
}
#top-news .inner .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4rem;
}
@media print, screen and (min-width: 1000px) {
  #top-news .inner .pagination ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#top-news .inner .pagination ul li {
  aspect-ratio: 1/1;
}
#top-news .inner .pagination ul li a {
  color: #333;
  font-size: 2rem;
  width: 4rem;
  display: grid;
  place-items: center;
  padding: 0.2em;
  aspect-ratio: 1/1;
}
#top-news .inner .pagination ul li a:hover, #top-news .inner .pagination ul li a.pagination_on {
  background: #ddd;
}

#detail-news .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1200px) {
  #detail-news .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#detail-news .inner .text h4 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  width: 5em;
  text-align: center;
  padding: 0em 0 0.2em;
}
#detail-news .inner .text h4.event {
  background: #d83921;
}
#detail-news .inner .text h4.news {
  background: #7da933;
}
#detail-news .inner .text h4.othrer {
  background: #aaa;
}
#detail-news .inner .text time.day {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1rem;
  display: block;
}
#detail-news .inner .text h5.title {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 4rem;
  border-bottom: solid 1px #354825;
}
#detail-news .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 4%;
  margin-top: 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#detail-news .inner dl dt {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #detail-news .inner dl dt {
    width: 48%;
  }
}
#detail-news .inner dl dt p.sentence {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
}
#detail-news .inner dl dt a.link {
  display: block;
  color: #0078b0;
  margin-top: 4rem;
}
#detail-news .inner dl dt a.pdf {
  display: block;
  margin-top: 2rem;
}
#detail-news .inner dl dd {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 4%;
}
@media print, screen and (min-width: 1200px) {
  #detail-news .inner dl dd {
    width: 48%;
  }
}
#detail-news .inner dl dd figure {
  width: 100%;
  overflow: hidden;
}
#detail-news .inner dl dd figure:nth-of-type(n+2) {
  width: 48%;
}
#detail-news .inner dl dd figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#guide-visual {
  background: url(../img/guide/guide-visual.jpg) no-repeat center center;
  background-size: cover;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 1200px) {
  #guide-visual {
    height: 368px;
  }
}
#guide-visual .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  width: 95%;
  margin-inline: auto;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 0 2rem;
}
@media print, screen and (min-width: 1200px) {
  #guide-visual .inner {
    height: 268px;
    padding: 5rem 0 5rem;
  }
}
#guide-visual .inner hgroup {
  width: 60%;
  margin: 0 auto 0 0;
}
#guide-visual .inner hgroup h2 {
  color: #FFF;
  border-bottom: none;
}
#guide-visual .inner hgroup h3 {
  color: #FFF;
  font-size: 2.4rem;
}
#guide-visual .inner figure {
  width: 20%;
}
#guide-visual .inner figure a {
  display: block;
}
#guide-visual .inner figure a img {
  width: 100%;
  max-width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#guide-concept .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1200px) {
  #guide-concept .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#guide-concept .inner h4 {
  font-size: 2.4rem;
  color: #7da933;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
#guide-concept .inner p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 1rem;
}
#guide-concept .inner p + h4 {
  margin-top: 4rem;
}
#guide-concept .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8rem;
  gap: 1%;
}
#guide-concept .inner ul li {
  width: 20%;
}

#guide-field .inner {
  background: #354825;
  width: 90%;
  max-width: 1400px;
  margin: auto;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1200px) {
  #guide-field .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#guide-field .inner hgroup h2 {
  color: #FFF;
  border-bottom: solid 1px #FFF;
}
#guide-field .inner hgroup h3 {
  color: #FFF;
}
#guide-field .inner h4 {
  font-size: 1.8rem;
  color: #7da933;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 10rem;
}
@media print, screen and (min-width: 1200px) {
  #guide-field .inner h4 {
    font-size: 2.4rem;
  }
}
#guide-field .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 1200px) {
  #guide-field .inner dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#guide-field .inner dl + dl {
  margin-top: 8rem;
}
#guide-field .inner dl:nth-of-type(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 1200px) {
  #guide-field .inner dl:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#guide-field .inner dl:nth-of-type(2n) dd {
  margin-left: 0;
  margin-right: 0%;
  z-index: 1;
  border-top-right-radius: 3rem;
}
@media print, screen and (min-width: 1200px) {
  #guide-field .inner dl:nth-of-type(2n) dd {
    margin-right: -10%;
  }
}
#guide-field .inner dl dt {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #guide-field .inner dl dt {
    width: 50%;
  }
}
#guide-field .inner dl dt img {
  width: 100%;
}
#guide-field .inner dl dd {
  margin-left: -10%;
  background: #354825;
  padding: 2em 2em;
  border-top-left-radius: 3rem;
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #guide-field .inner dl dd {
    width: 50%;
  }
}
#guide-field .inner dl dd h5 {
  color: #FFF;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0;
  font-weight: bold;
}
#guide-field .inner dl dd p {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 2rem;
  text-align: justify;
}

#image_line .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 4rem 0rem;
}
@media print, screen and (min-width: 1200px) {
  #image_line .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#image_line .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 1%;
}
#image_line .inner ul li {
  width: 32.6666666667%;
}
@media print, screen and (min-width: 1200px) {
  #image_line .inner ul li {
    width: 19.2%;
  }
}

#guide-map .inner {
  background: #354825;
  width: 90%;
  max-width: 1400px;
  margin: auto;
  padding: 4rem 0rem 0rem;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  #guide-map .inner {
    width: 95%;
    padding: 8rem 10rem 14rem;
  }
}
#guide-map .inner hgroup h2 {
  color: #FFF;
  border-bottom: solid 1px #FFF;
}
#guide-map .inner hgroup h3 {
  color: #FFF;
}
#guide-map .inner figure {
  max-width: 960px;
  padding: 4rem 2rem;
  background: #FFF;
  margin: 0 auto;
}
@media print, screen and (min-width: 1200px) {
  #guide-map .inner figure {
    padding: 4rem;
  }
}
#guide-map .inner p {
  position: inherit;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #7da933;
  text-align: center;
  padding: 2rem;
  font-size: 1.8rem;
  color: #FFF;
  font-weight: bold;
}
@media print, screen and (min-width: 1200px) {
  #guide-map .inner p {
    font-size: 2.4rem;
    position: absolute;
  }
}

#guide-price .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1200px) {
  #guide-price .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#guide-price .inner > h3 {
  color: #354825;
  font-size: 2.4rem;
  margin-bottom: 0rem;
  font-weight: bold;
  margin-top: 8rem;
}
#guide-price .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 2%;
  margin-top: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#guide-price .inner ul li:nth-of-type(1) {
  width: 100%;
  border-left: solid 16px #354825;
}
@media print, screen and (min-width: 1200px) {
  #guide-price .inner ul li:nth-of-type(1) {
    width: 35%;
  }
}
#guide-price .inner ul li:nth-of-type(2) {
  width: 100%;
  border-left: solid 16px #7da933;
}
@media print, screen and (min-width: 1200px) {
  #guide-price .inner ul li:nth-of-type(2) {
    width: 35%;
  }
}
#guide-price .inner ul li:nth-of-type(3) {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #guide-price .inner ul li:nth-of-type(3) {
    width: 26%;
  }
}
#guide-price .inner ul li:nth-of-type(3) h4 {
  background: #354825;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 0.5em 1em;
  margin-bottom: 2rem;
  font-weight: bold;
}
#guide-price .inner ul li:nth-of-type(3) p {
  line-height: 2;
  text-align: justify;
}
#guide-price .inner ul li:nth-of-type(3) p + h4 {
  margin-top: 3rem;
  background: #7da933;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 0.5em 1em;
  margin-bottom: 0rem;
  font-weight: bold;
  line-height: 1.5;
}
#guide-price .inner ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem;
  line-height: 2;
}
#guide-price .inner ul li dl dt {
  width: 70%;
}
#guide-price .inner ul li dl dt.dgreen {
  color: #354825;
}
#guide-price .inner ul li dl dt.lgreen {
  color: #7da933;
}
#guide-price .inner ul li dl dd {
  width: 30%;
  text-align: right;
}
#guide-price .inner ul li dl dd.dgreen {
  color: #354825;
}
#guide-price .inner ul li dl dd.lgreen {
  color: #7da933;
}
#guide-price .inner figure {
  height: 160px;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  #guide-price .inner figure {
    height: auto;
  }
}
#guide-price .inner figure figcaption {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-filter: drop-shadow(1px 2px 8px black);
          filter: drop-shadow(1px 2px 8px black);
}
#guide-price .inner figure figcaption span {
  font-size: 1.6rem;
  line-height: 1.5;
}
#guide-price .inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#guide-price .inner > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2;
  gap: 20px 6%;
  margin-top: 8rem;
}
#guide-price .inner > dl h3 {
  color: #354825;
  font-size: 2.4rem;
  margin-bottom: 0rem;
  font-weight: bold;
  line-height: 1.5;
}
#guide-price .inner > dl p {
  padding-left: 2.4rem;
  margin-top: 2rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 1200px) {
  #guide-price .inner > dl p {
    line-height: 2;
  }
}
#guide-price .inner > dl p a {
  color: inherit;
}
#guide-price .inner > dl dt {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #guide-price .inner > dl dt {
    width: 47%;
  }
}
#guide-price .inner > dl dd {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #guide-price .inner > dl dd {
    width: 47%;
  }
}
#guide-price .inner .guide-members {
  margin-top: 8rem;
  border-top: solid 1px #7da933;
  border-bottom: solid 1px #7da933;
  padding: 2rem 1rem;
}
#guide-price .inner .guide-members h3 {
  color: #354825;
  font-size: 2.4rem;
  margin-bottom: 0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
#guide-price .inner .guide-members p {
  color: #354825;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: center;
}
#guide-price .inner button.more {
  margin-top: 3em;
  margin-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media print, screen and (min-width: 1200px) {
  #guide-price .inner button.more {
    margin-bottom: 8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#guide-price .inner button.more a {
  width: 100%;
  max-width: 400px;
}

#guide-payment .inner {
  width: 95%;
  max-width: 1400px;
  margin: auto;
  background: #f2f2f2;
  padding: 4rem 2rem 8rem;
}
@media print, screen and (min-width: 1200px) {
  #guide-payment .inner {
    width: 95%;
    padding: 8rem 10rem 16rem;
  }
}
#guide-payment .inner figure {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 2rem;
  background: #fff;
  display: grid;
  place-content: center;
}
@media print, screen and (min-width: 1200px) {
  #guide-payment .inner figure {
    padding: 8rem;
  }
}
#guide-payment .inner p {
  text-align: center;
  margin-top: 8rem;
}

#calendar-visual {
  background: url(../img/guide/guide-visual.jpg) no-repeat center center;
  background-size: cover;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 1200px) {
  #calendar-visual {
    height: 368px;
  }
}
#calendar-visual .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  width: 95%;
  margin-inline: auto;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 0 2rem;
}
@media print, screen and (min-width: 1200px) {
  #calendar-visual .inner {
    height: 268px;
    padding: 5rem 0 5rem;
  }
}
#calendar-visual .inner hgroup {
  width: 60%;
  margin: 0 auto 0 0;
}
#calendar-visual .inner hgroup h2 {
  color: #FFF;
  border-bottom: none;
}
#calendar-visual .inner hgroup h3 {
  color: #FFF;
  font-size: 2.4rem;
}
#calendar-visual .inner figure {
  width: 20%;
}
#calendar-visual .inner figure a {
  display: block;
}
#calendar-visual .inner figure a img {
  width: 100%;
  max-width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#calendar-calendar .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #ebf2e0;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1200px) {
  #calendar-calendar .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#calendar-calendar .inner h4 {
  background: #fff;
  font-size: 20px;
  text-align: center;
  width: 100%;
  padding: 1.5rem;
  margin: 0 auto 4rem;
  max-width: 1000px;
  line-height: 1.5;
}
#calendar-calendar .inner iframe {
  width: 100%;
  max-width: 1000px;
  height: 600px;
  margin: auto;
  display: block;
}
#calendar-calendar .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 4%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
}
#calendar-calendar .inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #calendar-calendar .inner ul li {
    width: 58%;
  }
}
#calendar-calendar .inner ul li:nth-of-type(2) {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #calendar-calendar .inner ul li:nth-of-type(2) {
    width: 38%;
  }
}
#calendar-calendar .inner ul li:nth-of-type(2) figure img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#calendar-calendar .inner ul li:nth-of-type(2) figure + figure {
  margin-top: 2rem;
}
#calendar-calendar .inner ul li h5 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
@media print, screen and (min-width: 1200px) {
  #calendar-calendar .inner ul li h5 {
    line-height: 2;
  }
}
#calendar-calendar .inner ul li h5 + h5 {
  margin-top: 1em;
}
#calendar-calendar .inner ul li hr {
  margin: 4em 0;
  height: 1px;
  border: none;
  background: #1a1a1a;
}
#calendar-calendar .inner ul li h6 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  color: #354825;
}
@media print, screen and (min-width: 1200px) {
  #calendar-calendar .inner ul li h6 {
    line-height: 2;
  }
}
#calendar-calendar .inner ul li p {
  font-size: 1.6rem;
  font-weight: inherit;
  line-height: 1.5;
  padding-left: 6em;
}
@media print, screen and (min-width: 1200px) {
  #calendar-calendar .inner ul li p {
    line-height: 2;
  }
}
#calendar-calendar .inner ul li p + h5 {
  margin-top: 1em;
}
#calendar-calendar .inner ul li p + h6 {
  margin-top: 1em;
}
#calendar-calendar .inner button.more {
  margin-top: 3em;
  margin-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media print, screen and (min-width: 1200px) {
  #calendar-calendar .inner button.more {
    margin-bottom: 8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#calendar-calendar .inner button.more a {
  width: 100%;
  max-width: 400px;
}
#calendar-calendar .inner .guide-members {
  margin-top: 4rem;
  border-top: solid 1px #7da933;
  border-bottom: solid 1px #7da933;
  padding: 2rem;
}
#calendar-calendar .inner .guide-members h3 {
  color: #354825;
  font-size: 2.4rem;
  margin-bottom: 0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
#calendar-calendar .inner .guide-members p {
  color: #354825;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: center;
}
#calendar-calendar .inner figure.calendar_image {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 8rem auto 0;
}
@media print, screen and (min-width: 1200px) {
  #calendar-calendar .inner figure.calendar_image {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
#calendar-calendar .inner figure.calendar_image img {
  width: auto;
}

#regulation-visual {
  background: url(../img/guide/guide-visual.jpg) no-repeat center center;
  background-size: cover;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 1200px) {
  #regulation-visual {
    height: 368px;
  }
}
#regulation-visual .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  width: 95%;
  margin-inline: auto;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 0 2rem;
}
@media print, screen and (min-width: 1200px) {
  #regulation-visual .inner {
    height: 268px;
    padding: 5rem 0 5rem;
  }
}
#regulation-visual .inner hgroup {
  width: 60%;
  margin: 0 auto 0 0;
}
#regulation-visual .inner hgroup h2 {
  color: #FFF;
  border-bottom: none;
}
#regulation-visual .inner hgroup h3 {
  color: #FFF;
  font-size: 2.4rem;
}
#regulation-visual .inner figure {
  width: 20%;
}
#regulation-visual .inner figure a {
  display: block;
}
#regulation-visual .inner figure a img {
  width: 100%;
  max-width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#regulation-top .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #ebf2e0;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1200px) {
  #regulation-top .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#regulation-top .inner .head-text {
  text-align: center;
}
#regulation-top .inner h4 {
  background: #354825;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 100%;
  padding: 1.5rem;
  margin: 8rem auto 8rem;
}
#regulation-top .inner .text-inner {
  max-width: 800px;
  margin-inline: auto;
}
#regulation-top .inner .text-inner h5 {
  font-size: 20px;
  width: 100%;
  line-height: 1.5;
  margin: 0 0 0;
  color: #354825;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
#regulation-top .inner .text-inner h6 {
  font-size: 16px;
  width: 100%;
  line-height: 1.5;
  margin: 1rem 0 0;
  color: #354825;
}
#regulation-top .inner .text-inner p {
  padding-left: 2em;
  text-indent: -1em;
  line-height: 1.5;
}
#regulation-top .inner .text-inner p span {
  color: red;
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
#regulation-top .inner .text-inner p + h5 {
  margin-top: 4rem;
}
#regulation-top .inner .text-inner p.notes {
  text-align: center;
  margin-top: 8em;
  padding: 0;
}
#regulation-top .inner .text-inner button.more {
  margin-top: 3em;
  margin-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media print, screen and (min-width: 1200px) {
  #regulation-top .inner .text-inner button.more {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#regulation-top .inner .text-inner button.more a {
  background: gray;
  border-radius: 2em;
}

#regulation-bottom .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1200px) {
  #regulation-bottom .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#regulation-bottom .inner .head-text {
  text-align: center;
}
#regulation-bottom .inner h4 {
  background: #354825;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 100%;
  padding: 1.5rem;
  margin: 8rem auto 8rem;
}
#regulation-bottom .inner .text-inner {
  max-width: 800px;
  margin-inline: auto;
}
#regulation-bottom .inner .text-inner h5 {
  font-size: 20px;
  width: 100%;
  line-height: 1.5;
  margin: 0 0 0;
  color: #354825;
  -webkit-font-feature-settings: "halt";
          font-feature-settings: "halt";
}
#regulation-bottom .inner .text-inner h6 {
  font-size: 16px;
  width: 100%;
  line-height: 1.5;
  margin: 1rem 0 0;
  color: #354825;
}
#regulation-bottom .inner .text-inner p {
  padding-left: 2em;
  text-indent: -1em;
  line-height: 1.5;
}
#regulation-bottom .inner .text-inner p span {
  color: red;
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
#regulation-bottom .inner .text-inner p + h5 {
  margin-top: 4rem;
}
#regulation-bottom .inner .text-inner p.notes {
  text-align: center;
  margin-top: 8em;
  padding: 0;
}
#regulation-bottom .inner .text-inner p.notes-last {
  font-size: 2rem;
  font-weight: bold;
  color: #354825;
  text-align: center;
  border-bottom: solid 2px #354825;
  padding: 0 0 3rem 0;
  margin-inline: 0vw;
  margin-top: 12rem;
  margin-bottom: 6rem;
  text-indent: 0em;
}
@media print, screen and (min-width: 1200px) {
  #regulation-bottom .inner .text-inner p.notes-last {
    margin-inline: -5vw;
    text-indent: -1em;
  }
}
#regulation-bottom .inner .text-inner button.more {
  margin-top: 3em;
  margin-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media print, screen and (min-width: 1200px) {
  #regulation-bottom .inner .text-inner button.more {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#regulation-bottom .inner .text-inner button.more a {
  background: gray;
  border-radius: 2em;
}

#rental-visual {
  background: url(../img/guide/guide-visual.jpg) no-repeat center center;
  background-size: cover;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 1200px) {
  #rental-visual {
    height: 368px;
  }
}
#rental-visual .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  width: 95%;
  margin-inline: auto;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 0 2rem;
}
@media print, screen and (min-width: 1200px) {
  #rental-visual .inner {
    height: 268px;
    padding: 5rem 0 5rem;
  }
}
#rental-visual .inner hgroup {
  width: 60%;
  margin: 0 auto 0 0;
}
#rental-visual .inner hgroup h2 {
  color: #FFF;
  border-bottom: none;
}
#rental-visual .inner hgroup h3 {
  color: #FFF;
  font-size: 2.4rem;
}
#rental-visual .inner figure {
  width: 20%;
}
#rental-visual .inner figure a {
  display: block;
}
#rental-visual .inner figure a img {
  width: 100%;
  max-width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#rental-top .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #ebf2e0;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1200px) {
  #rental-top .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#rental-top .inner > figure {
  height: 160px;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  #rental-top .inner > figure {
    height: auto;
  }
}
#rental-top .inner > figure:nth-of-type(2) {
  height: auto;
}
#rental-top .inner > figure figcaption {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-filter: drop-shadow(1px 2px 8px black);
          filter: drop-shadow(1px 2px 8px black);
}
#rental-top .inner > figure figcaption span {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  margin-top: 1rem;
}
#rental-top .inner > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#rental-top .inner > h4 {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 4em;
  color: #354825;
  text-align: center;
  font-weight: bold;
  background: #fff;
  padding: 0.5em 1em;
  width: 100%;
  margin-inline: auto;
}
@media print, screen and (min-width: 1200px) {
  #rental-top .inner > h4 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
#rental-top .inner > p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 6rem;
  margin-bottom: 6rem;
  text-align: center;
}
#rental-top .inner ul {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-template-rows: repeat(3, auto);
  gap: 40px 4%;
  margin: 4rem 0 0;
}
@media print, screen and (min-width: 1200px) {
  #rental-top .inner ul {
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-rows: repeat(1, auto);
  }
}
#rental-top .inner ul li {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #rental-top .inner ul li {
    width: auto;
  }
}
#rental-top .inner ul li:nth-of-type(1) figure img {
  aspect-ratio: 277/200;
}
#rental-top .inner ul li:nth-of-type(2) figure img {
  aspect-ratio: 277/200;
}
#rental-top .inner ul li:nth-of-type(3) figure img {
  aspect-ratio: 554/200;
}
#rental-top .inner ul li figure {
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
  #rental-top .inner ul li figure {
    text-align: left;
  }
}
#rental-top .inner ul li figure img {
  background: #fff;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#rental-top .inner ul li figure figcaption {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1em;
}

#sale-bottom .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1200px) {
  #sale-bottom .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#sale-bottom .inner > figure {
  height: 160px;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  #sale-bottom .inner > figure {
    height: auto;
  }
}
#sale-bottom .inner > figure figcaption {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-filter: drop-shadow(1px 2px 8px black);
          filter: drop-shadow(1px 2px 8px black);
}
#sale-bottom .inner > figure figcaption span {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  margin-top: 1rem;
}
#sale-bottom .inner > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sale-bottom .inner > h4 {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 4em;
  color: #354825;
  text-align: center;
  font-weight: bold;
  background: #fff;
  padding: 0.5em 5rem;
  width: 100%;
  max-width: 860px;
  margin-inline: auto;
  background: #ebf2e0;
}
#sale-bottom .inner .sale-item {
  width: 100%;
  max-width: 860px;
  margin: 8rem auto;
  background: #ebf2e0;
  padding: 2rem;
}
@media print, screen and (min-width: 1200px) {
  #sale-bottom .inner .sale-item {
    padding: 4rem;
  }
}
#sale-bottom .inner .sale-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#sale-bottom .inner .sale-item dl:nth-of-type(odd) {
  background: #fff;
}
#sale-bottom .inner .sale-item dl dt {
  width: 100%;
  line-height: 1.5;
  padding: 0.5em 1em;
}
@media print, screen and (min-width: 1200px) {
  #sale-bottom .inner .sale-item dl dt {
    width: 45%;
  }
}
#sale-bottom .inner .sale-item dl dd {
  width: 100%;
  line-height: 1.5;
  padding: 0.5em 1em;
}
@media print, screen and (min-width: 1200px) {
  #sale-bottom .inner .sale-item dl dd {
    width: 35%;
  }
}
#sale-bottom .inner .sale-item dl dd:nth-of-type(2) {
  width: 100%;
  text-align: right;
}
@media print, screen and (min-width: 1200px) {
  #sale-bottom .inner .sale-item dl dd:nth-of-type(2) {
    width: 20%;
  }
}
#sale-bottom .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 4%;
  margin: 4rem 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 1200px) {
  #sale-bottom .inner ul {
    gap: 40px 2%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#sale-bottom .inner ul li {
  width: 48%;
}
@media print, screen and (min-width: 1200px) {
  #sale-bottom .inner ul li {
    width: auto;
  }
}
#sale-bottom .inner ul li figure img {
  background: #fff;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#sale-bottom .inner ul li p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 0.5em;
}

#group-visual {
  background: url(../img/guide/guide-visual.jpg) no-repeat center center;
  background-size: cover;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 1200px) {
  #group-visual {
    height: 368px;
  }
}
#group-visual .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  width: 95%;
  margin-inline: auto;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 0 2rem;
}
@media print, screen and (min-width: 1200px) {
  #group-visual .inner {
    height: 268px;
    padding: 5rem 0 5rem;
  }
}
#group-visual .inner hgroup {
  width: 60%;
  margin: 0 auto 0 0;
}
#group-visual .inner hgroup h2 {
  color: #FFF;
  border-bottom: none;
}
#group-visual .inner hgroup h3 {
  color: #FFF;
  font-size: 2.4rem;
}
#group-visual .inner figure {
  width: 20%;
}
#group-visual .inner figure a {
  display: block;
}
#group-visual .inner figure a img {
  width: 100%;
  max-width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#group-top .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 4rem 2rem 0;
}
@media print, screen and (min-width: 1200px) {
  #group-top .inner {
    width: 95%;
    padding: 8rem 10rem 0rem;
  }
}
#group-top .shop-inner {
  background: #ebf2e0;
  padding: 2rem;
}
@media print, screen and (min-width: 1200px) {
  #group-top .shop-inner {
    padding: 6rem;
  }
}
#group-top .shop-inner > h4 {
  background: #354825;
  color: #FFF;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  width: 100%;
  padding: 1.5rem;
  margin: 0rem auto 8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#group-top .shop-inner > h5 {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  color: #354825;
}
#group-top .shop-inner ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 4%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: solid 1px #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 1200px) {
  #group-top .shop-inner ul li dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#group-top .shop-inner ul li dl dt {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #group-top .shop-inner ul li dl dt {
    width: 54%;
  }
}
#group-top .shop-inner ul li dl dt h6 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0 0 3rem;
}
#group-top .shop-inner ul li dl dt p.address {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
#group-top .shop-inner ul li dl dt p.address::first-letter {
  color: #354825;
}
#group-top .shop-inner ul li dl dt p.address + p.comment {
  margin-top: 2em;
}
#group-top .shop-inner ul li dl dt p.comment {
  font-size: 1.6rem;
  line-height: 1.5;
}
#group-top .shop-inner ul li dl dt .sns-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #group-top .shop-inner ul li dl dt .sns-block {
    width: 50%;
  }
}
#group-top .shop-inner ul li dl dd {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 4%;
}
@media print, screen and (min-width: 1200px) {
  #group-top .shop-inner ul li dl dd {
    width: 42%;
  }
}
#group-top .shop-inner ul li dl dd iframe {
  width: 100%;
  display: block;
  aspect-ratio: 460/215;
  height: 215px;
}
#group-top .shop-inner ul li dl dd figure {
  width: 48%;
}
#group-middle .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1200px) {
  #group-middle .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#group-middle .shop-inner {
  background: #fff;
  padding: 2rem;
}
@media print, screen and (min-width: 1200px) {
  #group-middle .shop-inner {
    padding: 6rem;
  }
}
#group-middle .shop-inner > h4 {
  background: #354825;
  color: #FFF;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  width: 100%;
  padding: 1.5rem;
  margin: 0rem auto 8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#group-middle .shop-inner > h5 {
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
  color: #354825;
}
#group-middle .shop-inner .online-shop {
  background-image: url(../img/group/online-back2.png);
  background-repeat: no-repeat;
  background-position: left;
  border-radius: 3px;
  background-size: cover;
  margin-top: 6rem;
}
#group-middle .shop-inner .online-shop.gurkha {
  background-image: url(../img/group/gurkha-back2.png);
  background-repeat: no-repeat;
  background-position: left;
  border-radius: 3px;
  background-size: cover;
  margin-top: 6rem;
}
#group-middle .shop-inner .online-shop a {
  margin-top: 75px;
  padding: 20px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: rgba(24, 45, 84, 0.3);
  display: block;
}
@media print, screen and (min-width: 1200px) {
  #group-middle .shop-inner .online-shop a {
    padding: 20px 30px;
  }
}
#group-middle .shop-inner .online-shop a:hover {
  -webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
  opacity: 1;
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
#group-middle .shop-inner .online-shop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#group-middle .shop-inner .online-shop ul li:nth-of-type(1) {
  width: 40%;
  margin-right: 0px;
}
@media print, screen and (min-width: 1200px) {
  #group-middle .shop-inner .online-shop ul li:nth-of-type(1) {
    width: 10%;
    margin-right: 15px;
  }
}
#group-middle .shop-inner .online-shop ul li:nth-of-type(2) {
  color: #fff;
  font-size: 22px;
  font-family: "Stencil";
  line-height: 1;
  margin-right: 0px;
  margin-top: 10px;
  text-shadow: 1px 2px 6px #000, 2px 4px 12px #000;
}
@media print, screen and (min-width: 1200px) {
  #group-middle .shop-inner .online-shop ul li:nth-of-type(2) {
    font-size: 30px;
    margin-top: 0px;
    margin-right: 30px;
  }
}
#group-middle .shop-inner .online-shop ul li:nth-of-type(3) {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin: 10px auto 0;
  text-shadow: 1px 2px 6px #000, 2px 4px 12px #000;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media print, screen and (min-width: 1200px) {
  #group-middle .shop-inner .online-shop ul li:nth-of-type(3) {
    font-size: 50px;
    margin: 0 auto 15px;
  }
}
#group-middle .shop-inner .online-shop h4 {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.05em;
  color: #fff;
}
#group-middle .shop-inner .online-shop h5 {
  color: #fff;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#group-middle .shop-inner .online-shop > a > figure {
  max-width: 100%;
  margin-top: 30px;
}
@media print, screen and (min-width: 1200px) {
  #group-middle .shop-inner .online-shop > a > figure {
    max-width: 65%;
    margin-top: 30px;
  }
}
#group-middle .shop-inner .online-shop > a > figure > img {
  -webkit-filter: drop-shadow(0px 2px 10px rgb(0, 0, 0));
          filter: drop-shadow(0px 2px 10px rgb(0, 0, 0));
}
#group-middle .shop-inner .online-shop-small {
  background-image: url(../img/group/online-back2.png);
  background-repeat: no-repeat;
  background-position: left;
  border-radius: 3px;
  background-size: cover;
}
#group-middle .shop-inner .online-shop-small a {
  padding: 40px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: rgba(24, 45, 84, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#group-middle .shop-inner .online-shop-small a:hover {
  -webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
  opacity: 1;
  -webkit-filter: brightness(1.8);
          filter: brightness(1.8);
}
#group-middle .shop-inner .online-shop-small ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  gap: 5%;
}
#group-middle .shop-inner .online-shop-small ul li:nth-of-type(1) {
  width: 20%;
}
#group-middle .shop-inner .online-shop-small ul li:nth-of-type(1) figure {
  width: 100%;
  margin: 0;
}
#group-middle .shop-inner .online-shop-small ul li:nth-of-type(2) {
  color: #fff;
  font-size: 20px;
  font-family: "Stencil";
  line-height: 1;
  text-shadow: 1px 2px 6px #000, 2px 4px 12px #000;
  width: 70%;
}
#group-middle .shop-inner .online-shop-small ul li:nth-of-type(3) {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 0;
  text-shadow: 1px 2px 6px #000, 2px 4px 12px #000;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
#group-middle .shop-inner .online-shop-small h4 {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.05em;
  color: #fff;
}
#group-middle .shop-inner .online-shop-small h5 {
  color: #fff;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#group-middle .shop-inner .online-shop-small > a > figure {
  max-width: 100%;
  margin: 10px auto 0;
  width: 50%;
}
#group-middle .shop-inner .online-shop-small > a > figure > img {
  -webkit-filter: drop-shadow(0px 2px 10px rgb(0, 0, 0));
          filter: drop-shadow(0px 2px 10px rgb(0, 0, 0));
}

#group-bottom .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 4rem 2rem 4rem;
}
@media print, screen and (min-width: 1200px) {
  #group-bottom .inner {
    width: 95%;
    padding: 8rem 10rem 10rem;
  }
}
#group-bottom .shop-inner {
  background: #ebf2e0;
  padding: 2rem;
}
@media print, screen and (min-width: 1200px) {
  #group-bottom .shop-inner {
    padding: 6rem;
  }
}
#group-bottom .shop-inner > h4 {
  background: #354825;
  color: #FFF;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  width: 100%;
  padding: 1.5rem;
  margin: 0rem auto 8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#group-bottom .shop-inner > h5 {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  color: #354825;
}
#group-bottom .shop-inner ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 4%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: solid 1px #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 1200px) {
  #group-bottom .shop-inner ul li dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#group-bottom .shop-inner ul li dl dt {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #group-bottom .shop-inner ul li dl dt {
    width: 54%;
  }
}
#group-bottom .shop-inner ul li dl dt h6 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0 0 3rem;
}
#group-bottom .shop-inner ul li dl dt p.address {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
#group-bottom .shop-inner ul li dl dt p.address::first-letter {
  color: #354825;
}
#group-bottom .shop-inner ul li dl dt p.address + p.comment {
  margin-top: 2em;
}
#group-bottom .shop-inner ul li dl dt p.comment {
  font-size: 1.6rem;
  line-height: 1.5;
}
#group-bottom .shop-inner ul li dl dt .sns-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #group-bottom .shop-inner ul li dl dt .sns-block {
    width: 50%;
  }
}
#group-bottom .shop-inner ul li dl dt button.more {
  margin-top: 3rem;
}
#group-bottom .shop-inner ul li dl dd {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 4%;
}
@media print, screen and (min-width: 1200px) {
  #group-bottom .shop-inner ul li dl dd {
    width: 42%;
  }
}
#group-bottom .shop-inner ul li dl dd iframe {
  width: 100%;
  display: block;
  aspect-ratio: 460/215;
  height: 215px;
}
#group-bottom .shop-inner ul li dl dd figure {
  width: 48%;
}
#access-visual {
  background: url(../img/guide/guide-visual.jpg) no-repeat center center;
  background-size: cover;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 1200px) {
  #access-visual {
    height: 368px;
  }
}
#access-visual .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  width: 95%;
  margin-inline: auto;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 0 2rem;
}
@media print, screen and (min-width: 1200px) {
  #access-visual .inner {
    height: 268px;
    padding: 5rem 0 5rem;
  }
}
#access-visual .inner hgroup {
  width: 60%;
  margin: 0 auto 0 0;
}
#access-visual .inner hgroup h2 {
  color: #FFF;
  border-bottom: none;
}
#access-visual .inner hgroup h3 {
  color: #FFF;
  font-size: 2.4rem;
}
#access-visual .inner figure {
  width: 20%;
}
#access-visual .inner figure a {
  display: block;
}
#access-visual .inner figure a img {
  width: 100%;
  max-width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#access-top .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1200px) {
  #access-top .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#access-top .inner figure {
  height: 160px;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  #access-top .inner figure {
    height: auto;
  }
}
#access-top .inner figure figcaption {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-filter: drop-shadow(1px 2px 8px black);
          filter: drop-shadow(1px 2px 8px black);
}
#access-top .inner figure figcaption span {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  margin-top: 1rem;
}
#access-top .inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#access-top .inner iframe {
  width: 100%;
  height: 100%;
}
#access-top .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 4%;
  margin: 8rem 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 1200px) {
  #access-top .inner dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#access-top .inner dl dt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 4%;
}
@media print, screen and (min-width: 1200px) {
  #access-top .inner dl dt {
    width: 48%;
  }
}
#access-top .inner dl dt figure {
  width: 48%;
}
#access-top .inner dl dt figure figcaption {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1em;
}
#access-top .inner dl dt p {
  margin-top: 1rem;
}
#access-top .inner dl dd {
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  #access-top .inner dl dd {
    width: 48%;
  }
}
#access-top .inner dl dd figure figcaption {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1em;
}
#access-top .inner dl dd hgroup {
  width: 100%;
  background: #354825;
  padding: 1rem;
  margin: 0 auto 0;
}
#access-top .inner dl dd hgroup h4 {
  margin: auto;
  color: #FFF;
  font-size: 3.2rem;
}
#access-top .inner dl dd hgroup h5 {
  margin: auto;
  color: #FFF;
  font-size: 2rem;
  margin-top: 5px;
}
#access-top .inner dl dd h6 {
  font-size: 2rem;
  color: #354825;
  margin: 3rem auto 0;
}
#access-top .inner dl dd p + p {
  margin-top: 2rem;
}
#access-top .inner > p {
  background: #ebf2e0;
  padding: 1rem;
  width: 100%;
  max-width: 860px;
  margin: 4rem auto 4rem;
  font-size: 2rem;
  text-align: center;
  color: #354825;
}
#access-top .inner iframe {
  width: 100%;
  max-width: 860px;
  height: 300px;
  margin: 0 auto 0;
  display: block;
}
#access-top .inner button.more {
  margin-top: 3em;
  margin-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media print, screen and (min-width: 1200px) {
  #access-top .inner button.more {
    margin-bottom: 8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#access-top .inner button.more a {
  width: 100%;
  max-width: 400px;
}
#access-top .inner .guide-tel {
  margin-top: 4rem;
  padding: 2rem;
}
#access-top .inner .guide-tel h3 {
  color: #354825;
  font-size: 3.2rem;
  margin-bottom: 0rem;
  font-weight: bold;
  text-align: center;
}
#access-top .inner .guide-tel p {
  color: #354825;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: center;
}
#access-top .inner .guide-members {
  margin-top: 4rem;
  border-top: solid 1px #7da933;
  border-bottom: solid 1px #7da933;
  padding: 2rem 0;
}
#access-top .inner .guide-members h3 {
  color: #354825;
  font-size: 2.4rem;
  margin-bottom: 0rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
#access-top .inner .guide-members p {
  color: #354825;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: center;
}

#privacy-visual {
  background: url(../img/guide/guide-visual.jpg) no-repeat center center;
  background-size: cover;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 1200px) {
  #privacy-visual {
    height: 368px;
  }
}
#privacy-visual .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  width: 95%;
  margin-inline: auto;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 0 2rem;
}
@media print, screen and (min-width: 1200px) {
  #privacy-visual .inner {
    height: 268px;
    padding: 5rem 0 5rem;
  }
}
#privacy-visual .inner hgroup {
  width: 60%;
  margin: 0 auto 0 0;
}
#privacy-visual .inner hgroup h2 {
  color: #FFF;
  border-bottom: none;
}
#privacy-visual .inner hgroup h3 {
  color: #FFF;
  font-size: 2.4rem;
}
#privacy-visual .inner figure {
  width: 20%;
}
#privacy-visual .inner figure a {
  display: block;
}
#privacy-visual .inner figure a img {
  width: 100%;
  max-width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#privacy-top .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1200px) {
  #privacy-top .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#privacy-top .inner > figure {
  position: relative;
}
#privacy-top .inner > figure figcaption {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-filter: drop-shadow(1px 2px 8px black);
          filter: drop-shadow(1px 2px 8px black);
}
#privacy-top .inner > figure figcaption span {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  margin-top: 1rem;
}
#privacy-top .inner .privacy-text {
  max-width: 1000px;
  margin: 0 auto;
}
#privacy-top .inner .privacy-text h4 {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
  margin: 8rem 0;
  padding-bottom: 8rem;
  border-bottom: solid 1px #354825;
}
#privacy-top .inner .privacy-text h5 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0;
}
#privacy-top .inner .privacy-text p {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 1.7em;
  margin-top: 0.5em;
  text-align: justify;
}
#privacy-top .inner .privacy-text p + h5 {
  margin-top: 6rem;
}

#contact-visual {
  background: url(../img/guide/guide-visual.jpg) no-repeat center center;
  background-size: cover;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 1200px) {
  #contact-visual {
    height: 368px;
  }
}
#contact-visual .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  width: 95%;
  margin-inline: auto;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 0 2rem;
}
@media print, screen and (min-width: 1200px) {
  #contact-visual .inner {
    height: 268px;
    padding: 5rem 0 5rem;
  }
}
#contact-visual .inner hgroup {
  width: 60%;
  margin: 0 auto 0 0;
}
#contact-visual .inner hgroup h2 {
  color: #FFF;
  border-bottom: none;
}
#contact-visual .inner hgroup h3 {
  color: #FFF;
  font-size: 2.4rem;
}
#contact-visual .inner figure {
  width: 20%;
}
#contact-visual .inner figure a {
  display: block;
}
#contact-visual .inner figure a img {
  width: 100%;
  max-width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

input {
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contact-top .inner {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  background: #fff;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 1200px) {
  #contact-top .inner {
    width: 95%;
    padding: 8rem 10rem;
  }
}
#contact-top .inner > figure {
  height: 160px;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  #contact-top .inner > figure {
    height: auto;
  }
}
#contact-top .inner > figure figcaption {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  line-height: 1.5;
  -webkit-filter: drop-shadow(1px 2px 8px black);
          filter: drop-shadow(1px 2px 8px black);
}
#contact-top .inner > figure figcaption span {
  font-size: 1.6rem;
  line-height: 1.5;
  display: block;
  margin-top: 1rem;
}
#contact-top .inner > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contact-top .inner .contact_tel {
  background: #ebf2e0;
  padding: 4rem;
  display: block;
  margin: 4rem auto;
  max-width: 1000px;
}
#contact-top .inner .contact_tel:hover {
  opacity: 0.7;
}
#contact-top .inner .contact_tel h4 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0;
  color: #354825;
  text-align: center;
}
#contact-top .inner .contact_tel h5 {
  font-size: 3.2rem;
  line-height: 1.5;
  margin: 0;
  color: #354825;
  text-align: center;
}
#contact-top .inner .contact_tel p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  color: #354825;
  text-align: center;
}
#contact-top .inner .contact_tel span {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  color: #354825;
  text-align: center;
  display: block;
  text-decoration: underline;
  margin-top: 2rem;
}

.contact_form-top {
  margin-bottom: 4rem;
}
@media screen and (min-width: 560px) {
  .contact_form-top {
    text-align: center;
    margin-bottom: 6.4rem;
  }
}
.contact_form-top p {
  line-height: 1.5;
  font-size: 1.8rem;
}
.contact_form-top p:first-child {
  margin-bottom: 2rem;
}

#contact .red {
  font-weight: bold;
  background: #d83921;
  color: #fff;
  padding: 0.2em 0.4em 0.3em;
  display: inline-block;
  line-height: 1;
  float: right;
  font-size: 1.4rem;
}

.contact_form form {
  padding: 0;
}
@media print, screen and (min-width: 1000px) {
  .contact_form form {
    padding: 0 0rem;
  }
}

.contact_text {
  line-height: 1.5;
  display: grid;
  place-items: center;
  margin-bottom: 3rem;
}

#contact_confirm .contact_text,
#contact_send .contact_text {
  width: 100%;
}

.contact_form {
  margin: 12rem auto 0;
  padding: 0 0rem;
}
.contact_form > p {
  text-align: center;
}
.contact_form > p.notes {
  text-align: center;
  color: #d83921;
}
.contact_form > p.notes span {
  background: #d83921;
  color: #fff;
  padding: 0.2em 0.4em 0.3em;
  display: inline-block;
  line-height: 1;
  margin: 0 0.4em;
}

.form_area {
  margin-top: 8rem;
}

.form_area dd.contact_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 4%;
}

.form_area dt {
  margin-bottom: 1rem;
}

.form_area dd {
  margin-bottom: 3rem;
}

.form_area input[type=text],
.form_area textarea {
  color: #333 !important;
  font-family: inherit !important;
  font-size: 1.6rem !important;
  width: 100% !important;
  padding: 1rem !important;
  border: solid 1px #333 !important;
}

.form_area.conf dd {
  color: #333 !important;
  font-family: inherit !important;
  font-size: 1.6rem !important;
  padding: 1rem !important;
  border: solid 1px #333 !important;
  line-height: 1.5;
}

.form_area textarea {
  min-height: 160px;
}

#contact_confirm .form_area dd {
  background: #e6e6e6;
  color: #4d4d4d;
  padding: 2rem 1rem;
}

.contact_privacy {
  background: #ebf2e0;
  margin-top: 4rem;
  padding: 2rem;
}

.contact_privacy p {
  line-height: 1.4;
  text-align: center;
}

.contact_privacy p a {
  color: #29abe2;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_privacy p a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}

.contact_privacy_check {
  background: #fff;
  padding: 20px 1em;
  margin-top: 14px;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

.contact_privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.contact_privacy label input {
  width: 20px;
  height: 20px;
}

.contact_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4rem;
  gap: 2rem 4%;
}

.button_reset,
.button_back {
  width: 100%;
  background: #7da933;
  color: #fff;
  font-size: 1.8rem;
  padding: 2rem 1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.button_reset:hover,
.button_back:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
@media screen and (min-width: 560px) {
  .button_reset,
  .button_back {
    width: 48%;
  }
}

.button_confirm,
.button_send {
  width: 100%;
  background: #354825;
  color: #fff;
  font-size: 1.8rem;
  padding: 2rem 1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.button_confirm:hover,
.button_send:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}
@media screen and (min-width: 560px) {
  .button_confirm,
  .button_send {
    width: 48%;
  }
}

.contact_totop {
  text-align: center;
}
.contact_totop a {
  color: #29abe2;
  text-decoration: underline;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact_totop a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .contact_form {
    width: 100%;
    max-width: 1000px;
  }
  .form_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem 4%;
  }
  .form_area dt {
    width: 22%;
    margin-bottom: 0;
  }
  .form_area dd {
    width: 74%;
    margin-bottom: 0;
  }
  .form_area dd.contact_radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #contact_confirm .form_area dt {
    padding: 0.8em 0;
  }
  .contact_privacy {
    padding: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact_privacy_check {
    width: 100%;
    padding: 2rem 0;
  }
}/*# sourceMappingURL=style.css.map */