@charset "UTF-8";
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-wrap: break-word;
}

button {
  cursor: pointer;
  appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  margin: 0;
  padding: 0;
}

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

img {
  height: auto;
  border: none;
  object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.img_c {
  margin: 1rem auto;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto;
}

img.tate {
  max-width: 60%;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  img.tate {
    max-width: 25% !important;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt00 {
  margin-top: 0rem;
}
@media screen and (min-width: 48em), print {
  .mt00 {
    margin-top: 0rem;
  }
}

.mt10 {
  margin-top: 1rem;
}
@media screen and (min-width: 48em), print {
  .mt10 {
    margin-top: 2rem;
  }
}

.mt20 {
  margin-top: 2rem;
}
@media screen and (min-width: 48em), print {
  .mt20 {
    margin-top: 4rem;
  }
}

.mt30 {
  margin-top: 3rem;
}
@media screen and (min-width: 48em), print {
  .mt30 {
    margin-top: 6rem;
  }
}

.mt40 {
  margin-top: 4rem;
}
@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
}

.tit_02 {
  width: fit-content;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
}
.tit_02::after {
  content: "";
  display: block;
  width: 2em;
  height: 0.2rem;
  background: #C5B8A8;
  border-radius: 100vh;
  margin: 0.6rem auto 0;
}

.tit_03 {
  font-size: 1.8rem;
  padding: 0 1rem 0.4rem;
  line-height: 1.4;
  border-bottom: 3px double #C5B8A8;
  margin: 0 0 2rem;
}

.tit_04 {
  font-size: 1.6rem;
  margin: 1rem 0;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  font-weight: 700;
  border-left: #C5B8A8 4px solid;
  padding-left: 1rem;
}

@media screen and (min-width: 48em), print {
  .tit_02 {
    font-size: 2.6rem;
    margin: 0 auto 4rem;
  }
  .tit_02::after {
    height: 0.4rem;
    margin: 1rem auto 0;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 1.9rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: #C5B8A8;
  position: absolute;
  left: 0;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #3D322B;
}

.lst_ul_disc {
  margin: 0 0 0 2rem;
}
.lst_ul_disc > li {
  list-style: disc;
}
.lst_ul_disc > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul_disc > li::marker {
  color: #C5B8A8;
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: #3D322B;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl dt {
  font-weight: bold;
}
.lst_dl dd {
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .lst_dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lst_dl dt {
    width: 20%;
  }
  .lst_dl dd {
    width: 80%;
    padding: 0 0 0 1rem;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li, .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    justify-content: flex-start;
    gap: 2rem;
  }
  .flex3 li {
    width: 31%;
  }
}
.tel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0 0.4rem;
  line-height: 1;
}
.tel a {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

html {
  font-size: 2.7777777778vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #3D322B;
  font-feature-settings: "pkna";
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.8rem;
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 4rem;
}
@media screen and (min-width: 48em), print {
  :target {
    scroll-margin-top: 8rem;
  }
}

.header {
  position: relative;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 7rem);
  height: 120%;
  margin-top: -0.4rem;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}

@media screen and (min-width: 48em), print {
  .header {
    background: #fff;
    position: sticky;
    inset: 0 0 auto;
    z-index: 10;
    box-shadow: 0 0.4rem 0.4rem rgba(102, 102, 102, 0.2);
  }
  .header > .wrap {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .wrap .logo {
    width: 40%;
    height: 8rem;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
    box-shadow: none;
  }
  .header > .wrap .logo a {
    width: 95%;
    height: 105%;
    margin-top: -0.2rem;
  }
  .header > .wrap .headR {
    flex: 1;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  color: #8d7d68;
  background: #fff;
  border: 1px solid #8d7d68;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  border-radius: 0.6rem;
  position: absolute;
  inset: 1rem 1rem auto auto;
  z-index: 100;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e801";
  font-size: 2.6rem;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0.2rem 0 0;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e800";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(100dvh - 8rem);
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(204, 204, 204, 0.4);
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  inset: 6.6rem 0 auto;
  z-index: 100;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin: 0 0 2rem;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted #999;
}
#nav .gnav_subnav .gnav > li a {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 1.6rem;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
#nav .gnav_subnav .gnav > li a.current {
  color: #C5B8A8;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #8d7d68;
  background: rgba(141, 125, 104, 0.1);
  text-align: center;
  border-radius: 100vh;
  padding: 0.6rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e800";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: static;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    box-shadow: none;
    overflow-y: visible;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    border: none;
  }
  #nav .gnav_subnav .gnav > li {
    position: relative;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li a {
    justify-content: center;
    text-align: center;
    font-size: 1.7rem;
    padding: 1.6rem 1.6rem 0.8rem;
    margin: 0;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.2rem;
    background: transparent;
    border-radius: 100vh;
    margin: 0.6rem 0 0;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: 0.4s;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current) {
    color: #C5B8A8;
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li a:is(:hover, :focus-visible, .current)::after {
    background: #C5B8A8;
    transform: scale(1, 1);
  }
  #nav .gnav_subnav .gnav > li a.current {
    transition: 0s;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.keyvsl {
  width: 100%;
  margin: 6.6rem 0 0;
  position: relative;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 18rem;
  overflow: hidden;
  background: #f8f5f0;
}
.keyvsl #keyvsl div img {
  height: 18rem !important;
  object-fit: cover;
  object-position: center;
  margin: auto;
}
.keyvsl > .wrap {
  display: grid;
  place-content: center;
  height: 18rem;
  position: absolute;
  inset: 0 0 auto;
  margin: auto;
  display: flex;
  align-items: end;
  justify-content: start;
}
.keyvsl > .wrap .open_nairan {
  padding: 1.4rem 2rem;
  margin: 1rem;
  background: rgba(255, 255, 255, 0.85);
  outline: 1px solid #f3ead2;
  outline-offset: -0.3rem;
  font-size: 1.1rem;
  text-align: center;
  text-shadow: 0.2rem 0.2rem 1rem #fff, -0.2rem 0.2rem 1rem #fff, 0.2rem -0.2rem 1rem #fff, -0.2rem -0.2rem 1rem #fff;
}
.keyvsl > .wrap .open_nairan li span {
  display: block;
  font-size: 120%;
}
.keyvsl > .wrap .open_nairan li.open {
  font-size: 120%;
  font-weight: bold;
  color: #8d7d68;
}
.keyvsl > .wrap .open_nairan li.nairan {
  margin: 0.2rem 0 0;
}
.keyvsl .catch {
  margin: 0;
  padding: 2rem 1.6rem;
  background: #f8f1e6;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    margin: 0;
  }
  .keyvsl #keyvsl {
    height: 62rem;
  }
  .keyvsl #keyvsl div img {
    height: 62rem !important;
  }
  .keyvsl > .wrap {
    height: 62rem;
  }
  .keyvsl > .wrap .open_nairan {
    padding: 3.5rem 9rem;
    font-size: 2.8rem;
    outline-offset: -0.7rem;
    margin: 2rem 3rem;
  }
  .keyvsl > .wrap .open_nairan li.nairan {
    margin-top: 0.8rem;
  }
  .keyvsl .catch {
    font-size: 2.2rem;
    text-align: center;
    padding: 5rem 0;
    line-height: 1.7;
  }
}
.bnr {
  margin: 6rem 1.6rem 0;
  text-align: center;
}
.bnr .bnr_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.bnr .bnr_box div {
  width: 80%;
}
.bnr .bnr_box div a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  background-image: linear-gradient(147deg, #a53c85, #b880ac);
  color: #fff;
  font-weight: bold;
  font-size: 115%;
  letter-spacing: 0.03em;
  padding: 0.8rem;
  outline: 1px solid #f3ead2;
  outline-offset: -0.3rem;
}
.bnr .bnr_box div a::after {
  font-family: "fontello";
  content: "\77";
  font-size: 120%;
  margin-left: 1.5rem;
}

@media screen and (min-width: 48em), print {
  .bnr {
    width: 1200px;
    margin: 10rem auto 0;
  }
  .bnr .bnr_box {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.5rem 4rem;
  }
  .bnr .bnr_box div {
    width: 40%;
  }
  .bnr .bnr_box div a:hover, .bnr .bnr_box div a:focus-visible {
    opacity: 0.6;
  }
}
.info_acs #info {
  padding: 6rem 1.6rem 0;
}
.info_acs #info dl {
  padding: 0 1rem 0 0;
  max-height: calc(100vw - 4rem);
  overflow-y: auto;
  overscroll-behavior-y: none;
  scrollbar-width: thin;
  scrollbar-color: #C5B8A8 #ebeded;
}
.info_acs #info dl::-webkit-scrollbar {
  width: 0.8rem;
  height: 0.8rem;
}
.info_acs #info dl::-webkit-scrollbar-track {
  background: #ebeded;
}
.info_acs #info dl::-webkit-scrollbar-thumb {
  background: #C5B8A8;
}
.info_acs #info dl dt {
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: #8d7d68;
  line-height: 1.6;
}
.info_acs #info dl dt:not(:first-of-type) {
  margin: 2rem 0 0.6rem;
  padding: 2rem 0 0;
  border-top: 1px solid #ccc;
}
.info_acs #info dl dd {
  margin: 0 0 2rem;
}
.info_acs #access {
  padding: 6rem 1.6rem;
  margin: 0 !important;
}
.info_acs #access .gmap {
  width: 100%;
  height: calc(100vw - 3.2rem);
}
.info_acs #access .btn_map {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.6rem;
  padding: 0.6rem 6rem;
  color: #fff;
  background: rgba(141, 125, 104, 0.8);
  border: 1px solid rgba(141, 125, 104, 0.8);
  border-radius: 100vh;
  margin: 2rem auto 0;
}
.info_acs #access .btn_map::before {
  font-family: "fontello";
  content: "\e802";
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  .info_acs {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
    height: 90rem;
  }
  .info_acs #info {
    width: 48%;
    padding: 10rem 0;
  }
  .info_acs #info dl {
    padding: 0 1rem 0 0;
    max-height: calc(100% - 9rem);
  }
  .info_acs #info dl dt {
    margin: 0 0 1rem;
  }
  .info_acs #info dl dt:not(:first-of-type) {
    margin: 3rem 0 0.6rem;
    padding: 3rem 0 0;
  }
  .info_acs #info dl dd {
    margin: 0 0 3rem;
  }
  .info_acs #access {
    width: 48%;
    padding: 10rem 0;
    display: flex;
    flex-direction: column;
  }
  .info_acs #access p {
    margin: 0 0 1em;
  }
  .info_acs #access .gmap {
    height: auto;
    flex: 1;
  }
  .info_acs #access .btn_map:hover, .info_acs #access .btn_map:focus-visible {
    opacity: 1;
    background: #fff;
    color: #8d7d68;
  }
}
#greeting {
  padding: 6rem 1.6rem;
  background: radial-gradient(#f8f5f0 10%, transparent 20%) #f8f5f0;
  background-size: 8px 8px;
}
#greeting .wrap p span.copy {
  font-size: 105%;
}
#greeting .wrap .name {
  text-align: right;
}
#greeting .wrap .name span {
  font-size: 120%;
}

@media screen and (min-width: 48em), print {
  #greeting {
    padding: 10rem 0;
  }
  #greeting .wrap p span.copy {
    display: block;
    font-size: 115%;
    text-align: center;
  }
}
#treatment {
  padding: 6rem 1.6rem;
  background: url(../img/treatment_bg.jpg) no-repeat center/cover;
}
#treatment .tit_02 {
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff, 1px 2px 0 #fff, -1px 2px 0 #fff, 1px -2px 0 #fff, -1px -2px 0 #fff, 2px 1px 0 #fff, -2px 1px 0 #fff, 2px -1px 0 #fff, -2px -1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
#treatment ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 4rem;
  padding: 2rem;
  background: rgba(255, 253, 250, 0.8);
  outline: 1px solid #f3ead2;
  outline-offset: -0.6rem;
}
#treatment ul li {
  list-style: none;
  font-size: 120%;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 48em), print {
  #treatment {
    padding: 10rem 0 8rem;
  }
  #treatment ul {
    width: fit-content;
    max-width: 1200px;
    margin: auto;
    gap: 1rem 8rem;
    padding: 5rem 14rem;
    outline-offset: -1rem;
  }
  #treatment ul li {
    font-size: 130%;
  }
}
#overview {
  padding: 6rem 1.6rem 4rem;
  background: radial-gradient(#f8f5f0 10%, transparent 20%) #f8f5f0;
  background-size: 8px 8px;
}
#overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#overview > .wrap .gaiyo dt {
  display: grid;
  place-content: center;
  width: 30%;
  background: #fff;
  padding: 1rem 0.4rem;
  border: 1px solid #C5B8A8;
  margin: 0 0 1.6rem;
}
#overview > .wrap .gaiyo dd {
  width: 68%;
  padding: 1rem;
  margin: 0 0 1.6rem;
  border-bottom: 1px dotted #C5B8A8;
}
#overview > .wrap .overviewR {
  margin: 2rem 0 0;
}

@media screen and (min-width: 48em), print {
  #overview {
    padding: 10rem 0;
  }
  #overview > .wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 4%;
  }
  #overview > .wrap .gaiyo dt, #overview > .wrap .gaiyo dd {
    padding: 1rem;
  }
  #overview > .wrap .overviewL, #overview > .wrap .overviewR {
    width: 48%;
    margin: 0;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 95%;
  caption-side: bottom;
  text-align: left;
  margin-top: 1.2rem;
}
.tbl_time caption span.kyushin {
  display: inline-block;
  color: #fff;
  padding: 0 1rem;
  background: #685542;
  margin: 0.5rem 1rem 0 0;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
  background: #685542;
  color: #fff;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th[scope=row] {
  background: #fff;
  border-bottom: 1px solid #C5B8A8;
  font-size: 105%;
}
.tbl_time tr td {
  text-align: center;
  padding: 1.4rem 0.4rem;
  color: #5e5048;
  background: #fff;
  border-bottom: 1px solid #C5B8A8;
  font-size: 90%;
  font-weight: bold;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 1rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr th[scope=row] {
    font-size: 110%;
  }
  .tbl_time tr td {
    padding: 1.7rem 0;
  }
}
#pageup {
  display: none;
  width: 100%;
  height: 3rem;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  background: rgba(197, 184, 168, 0.6);
  position: fixed;
  inset: auto 0 0 auto;
  z-index: 1;
  cursor: pointer;
}
#pageup::before {
  display: block;
  font-family: "fontello";
  content: "\f106";
  line-height: 1;
}
#pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  inset: 0;
  z-index: 0;
}

@media screen and (min-width: 48em), print {
  #pageup {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 3.6rem;
  }
  #pageup:is(:hover, :focus-visible) {
    background: #C5B8A8;
    color: #fff;
    opacity: 1;
  }
}
.footer {
  text-align: center;
  padding: 1rem;
  margin: 0 0 3rem;
  background: #C5B8A8;
}
.footer .copy {
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 2.2rem 0;
    margin: 0;
  }
  .footer .copy {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */