*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
img,
picture {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}

body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #736357;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
img.vam-ib {
  vertical-align: middle;
  display: inline-block;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: #736357;
}
dd,
dl,
dt,
li,
ol,
ul {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.pd10 {
  padding: 10px;
}
.mt200 {
  margin-top: 200px;
}
.mr15 {
  margin-right: 15px;
}
.pcNone {
  display: none;
}
.spNone {
  display: block;
}
.greenBg {
  background-image: url(img/green-bg.png);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}
.tentativeImage {
  background: rgba(255, 255, 255, 0.7);
}

.sidebar_wrap {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.sidebar_base {
  width: 20%;
  height: 100vh;
  position: fixed;
  top: 0;
  display: block;
  z-index: 1;
  background: url(img/side-bg.png);
}
.sidebar_base2 {
  align-content: center;
  align-items: center;
  text-align: center;
}
.sidebar_logo-container {
  padding: 45px 5px 0px 5px;
}

.sidebar_txt1 {
  color: var(--e-global-color-9dab553);
  font-family: "kinuta-mincho-stdn", Sans-serif;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 1.4px;
  padding: 20px 0px;
}
.sidebar_txt2 {
  font-family: "kinuta-mincho-stdn", Sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 2px;
}
.sidebar_teltxt {
  font-family: "source-han-sans-japanese", Sans-serif;
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 2.5px;
  padding: 5px 0px 10px 0px;
}
.sidebar_timetable {
  padding: 0px 15px;
  margin-bottom: 15px;
}

.page-content {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.main_left {
  width: 20%;
}
.main_right {
  width: 80%;
}
.main_mds {
  padding-top: 30px;
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
}
.main_mds img {
  display: inline-block;
}
.main_mds_alignc {
  align-items: center;
  align-content: center;
  width: 33.333%;
}
.main_mds_right {
  text-align: left;
}
.main_mds_left {
  text-align: right;
}
.main_mds_title {
  text-align: center;
}
.main_mds_title h2 {
  font-family: "kinuta-mincho-stdn", Sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 4px;
}
.main_txt {
  padding-top: 10px;
  line-height: 1.5em;
  letter-spacing: 1.7px;
}
.main_txt p {
  margin-bottom: 0.9rem;
  font-weight: 400;
}
.main_linkbtn {
  text-align: center;
}
.main_linkbtn a {
  display: inline-block;
  line-height: 1;
  font-family: "kinuta-mincho-stdn", Sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: #c69c6d;
  padding: 15px 60px;
  border-radius: 100vh;
  transition: all 0.3s;
}
.main_navi-container {
  padding: 5px 50px 0px 0px;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
.main_navi-menu_wrap {
  display: flex;
}
.main_navi-menu {
  margin-left: auto;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
}
.main_navi-menu li {
  display: flex;
  border-width: 0;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mainnavi-item {
  font-family: "source-han-sans-japanese", Sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 13px 20px;
  white-space: nowrap;
  flex-grow: 1;
  transition: 0.4s;
  align-items: center;
}
.mainnavi-item:hover {
  color: #c27740;
  border-bottom: 1px solid #c27740;
}
#main_top .main_mds .main_mds_title h2 {
  font-family: "kinuta-mincho-stdn", Sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4px;
}
.main_top-container {
  padding: 30px 45px;
}
.main_list_content {
  padding: 60px 20px;
}
.list_anchorLink {
  display: flex;
  justify-content: center;
}
.list_wrap {
  padding: 30px 45px;
}
.list_price-grid {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 50px;
}
.list_price-item {
  background-color: #fff;
  border-radius: 10px;
  width: 30%;
  padding: 20px;
  text-align: center;
  transition: transform 0.2s;
}
.list_price-item h3 {
  font-size: 1.1rem;
  margin: 10px 0;
}
.list_price-txt {
  font-size: 0.85rem;
  margin-bottom: 12px;
  text-align: left;
}
.list_price-amount {
  font-size: 1.4rem;
  color: #e53e3e;
  font-weight: bold;
  margin: 10px 0;
}
.list_price-amount span {
  font-size: 0.9rem;
  color: #736357;
  font-weight: bold;
  margin: 10px 0;
}
.list_price-btn {
  background: #4cb6a1;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;
}
.main_top-container {
  text-align: center;
}
.list_name-container {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  color: #7e5a46;
  font-family: "kinuta-mincho-stdn", Sans-serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 3px;
}
.list_name-container .name {
  font-size: 30px;
  padding-top: 10px;
}
.list_name-container .name span {
  padding-left: 20px;
  color: #c69c6d;
  font-size: 14px;
}
.list_profile-container h4 {
  font-family: "kinuta-mincho-stdn", Sans-serif;
  color: #736357;
  font-weight: normal;
  font-size: 1.5rem;
}
.list_profile-container h4.director_profile-biography {
  color: #7e5a46;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 3px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
.footer_logo {
  padding: 40px 0 20px;
  text-align: center;
}
.footer_logo img {
  display: inline-block;
}
.footer_info-wrap {
  display: flex;
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
.footer_info-left,
.footer_info-right {
  width: 50%;
  padding: 0 20px;
}
.footer_info-txt {
  font-family: "kinuta-mincho-stdn", Sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.7px;
  text-align: center;
}
.footer_info-tel {
  padding: 20px 0;
}
.footer_info-telTxt {
  font-family: "kinuta-mincho-stdn", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1.6px;
}

.footer_info-telNo {
  font-family: "source-han-sans-japanese", Sans-serif;
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 3.8px;
  line-height: 1;
}
.footer_info-txt .footer_info-add .footer_info-addCode {
  text-align: left;
  padding-left: 45px;
}
.footer_info-img {
  display: flex;
  margin: 0 auto 50px;
}
.footer_info-imgwrap {
  width: 33.333%;
}
.footer_info-timetable {
  text-align: center;
}
.footer_info-timetable img {
  width: 82%;
  display: inline-block;
}
@media (max-width: 767px) {
  .pcNone {
    display: block;
  }
  .spNone {
    display: none;
  }
  .sidebar-sp_base {
    background: url(img/side-bg.png);
    padding: 10px;
    text-align: center;
  }
  .sidebar-sp_base img {
    width: 80%;
    display: inline-block;
  }
  .main_left {
    width: 0px;
  }
  .main_right {
    width: 100%;
  }
  .main_mds {
    padding-top: 30px;
    display: flex;
    max-width: 767px;
    margin: 0 auto;
  }
  .main_linkbtn a {
    display: inline-block;
    line-height: 1;
    font-family: "kinuta-mincho-stdn", Sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #c69c6d;
    padding: 10px;
    border-radius: 100vh;
    transition: all 0.3s;
  }
  .list_wrap {
    padding: 30px 0;
  }
  .list_price-grid {
    display: block;
  }
  .list_price-item {
    width: 100%;
  }
  .footer_logo {
    padding: 40px 20px 20px;
  }
  .footer_info-wrap {
    display: block;
    max-width: 767px;
  }
  .footer_info-left,
  .footer_info-right {
    width: 100%;
  }
  .footer_info-add {
    text-align: left;
  }
  .footer_info-tel {
    padding: 20px 0;
  }
  .footer_info-telTxt {
    font-family: "kinuta-mincho-stdn", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1.6px;
  }

  .footer_info-telNo {
    font-size: 30px;
  }
  .footer_info-txt .footer_info-add .footer_info-addCode {
    padding-left: 0;
  }
  .footer_info-timetable img {
    width: 100%;
    margin: 0 auto 50px;
  }
}
