@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
.only-pc {
  display: none;
}
@media (min-width: 481px) and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .only-pc {
    display: inline;
  }
}
@media (min-width: 1140px) {
  .only-pc {
    display: inline;
  }
}

.only-tabsp {
  display: block;
}
@media (min-width: 481px) and (max-width: 768px) {
  .only-tabsp {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .only-tabsp {
    display: none;
  }
}
@media (min-width: 1140px) {
  .only-tabsp {
    display: none;
  }
}

.only-tab {
  display: none;
}
@media (min-width: 481px) and (max-width: 768px) {
  .only-tab {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .only-tab {
    display: none;
  }
}
@media (min-width: 1140px) {
  .only-tab {
    display: none;
  }
}

.only-pctab {
  display: none;
}
@media (min-width: 481px) and (max-width: 768px) {
  .only-pctab {
    display: inline-block;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .only-pctab {
    display: inline-block;
  }
}
@media (min-width: 1140px) {
  .only-pctab {
    display: inline-block;
  }
}

.only-sp {
  display: inline-block;
}
@media (min-width: 481px) and (max-width: 768px) {
  .only-sp {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .only-sp {
    display: none;
  }
}
@media (min-width: 1140px) {
  .only-sp {
    display: none;
  }
}

html {
  background: #fff;
  overflow-y: scroll;
}

body {
  font: 13px/1.22 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

table {
  font-size: inherit;
  font: 100%;
}

a img, img {
  border: 0;
}

figure, blockquote, dd, div, dl, dt,
h1, h2, h3, h4, h5, h6,
li, ol, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

q:before, q:after {
  content: "";
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

hr {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: #FFF;
  color: #FFF;
}

@media (min-width: 481px) {
  .w10 {
    width: 10%;
  }
  .w15 {
    width: 15%;
  }
  .w20 {
    width: 20%;
  }
  .w25 {
    width: 25%;
  }
  .w30 {
    width: 30%;
  }
  .w35 {
    width: 35%;
  }
  .w40 {
    width: 40%;
  }
  .w45 {
    width: 45%;
  }
  .w50 {
    width: 50%;
  }
  .w55 {
    width: 55%;
  }
  .w60 {
    width: 60%;
  }
  .w65 {
    width: 65%;
  }
  .w70 {
    width: 70%;
  }
  .w75 {
    width: 75%;
  }
  .w80 {
    width: 80%;
  }
  .w85 {
    width: 85%;
  }
  .w90 {
    width: 90%;
  }
}
.pd1rem {
  padding: 1rem;
}

.pd1_5rem {
  padding: 1.5rem;
}

.pd2rem {
  padding: 2rem;
}

.pb1rem {
  padding-bottom: 1rem;
}

.pb1_5rem {
  padding-bottom: 1.5rem;
}

.pb2rem {
  padding-bottom: 2rem;
}

.pb2_5rem {
  padding-bottom: 2.5rem;
}

.pb3rem {
  padding-bottom: 3rem;
}

.secp1rem {
  padding: 1rem 0;
}

.secp2rem {
  padding: 2rem 0;
}

.secp2_5rem {
  padding: 2.5rem 0;
}

.secp3rem {
  padding: 3rem 0;
}

.secp4rem {
  padding: 4rem 0;
}

.secp5rem {
  padding: 5rem 0;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.fsxs {
  font-size: 0.8em;
}

.fss {
  font-size: 0.9em;
}

.fsbr {
  font-weight: bolder;
}

@media (min-width: 481px) {
  .lo-a {
    display: flex;
    justify-content: space-between;
  }
  .lo-b {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.lo-c {
  text-align: center;
}

.lo-c .pic {
  padding: 2rem 0;
}

.lo-d {
  text-align: center;
}

.lo-d .pic {
  padding: 2rem 0;
}

@media (min-width: 481px) {
  .lo-e {
    display: flex;
    justify-content: space-between;
  }
}
.lo-e .pic {
  padding: 0 0 1rem 0;
}

.lo-f {
  display: flex;
  justify-content: space-between;
}

.std-table {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #9c9c9c;
  background-color: #fff;
  font-size: 0.95rem;
}

.std-table:first-of-type {
  border-top: 1px dotted #9c9c9c;
}

.std-table dt {
  width: 30%;
  background-color: #e0f2fa;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
}

.std-table dd {
  width: 70%;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}
@media (min-width: 481px) and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1140px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  html {
    font-size: 18px;
  }
}

body {
  font-size: inherit;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  color: #4B290C;
  line-height: 140%;
  letter-spacing: 0.5px;
  width: 100%;
  height: 100%;
  text-align: left;
  font-weight: 500;
  margin: 0;
  padding: 0px;
}

form {
  margin: 0;
  padding: 0px;
}

li {
  line-height: 140%;
}

h1 {
  margin: 0;
  padding: 0px;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

strong {
  font-weight: bolder;
}

img {
  border: none;
}

a:link {
  color: #4B290C;
}

a:visited {
  color: #4B290C;
}

a:hover {
  color: #4B290C;
}

a:active {
  color: #4B290C;
}

a {
  line-height: 140%;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0px;
  line-height: 1.9;
}

.btn {
  width: 100%;
  text-align: center;
}

.btn a {
  background-color: #7C5A3C;
  color: #fff;
  border-radius: 30px;
  padding: 1rem 1.5rem;
  transition: 0.5s all;
  position: relative;
  display: inline-block;
  font-weight: 500;
}
@media (min-width: 1140px) {
  .btn a {
    font-weight: 500;
    padding: 0.6rem 1.5rem;
  }
}

.btn a:hover {
  background: rgba(124, 90, 60, 0.6509803922);
  color: #fff;
}

.btn.yoyaku a {
  vertical-align: middle;
}

.btn.yoyaku a:before {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  padding: 0 0.5rem 0 0;
  font-size: 1rem;
  color: #fff;
  margin: 0;
  display: inline;
}

.btn.msn2 a {
  vertical-align: middle;
}

.btn.msn2 a:before {
  content: "\f328";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  padding: 0 0.5rem 0 0;
  font-size: 1rem;
  color: #fff;
  margin: 0;
  display: inline;
}

.btn.msn a {
  background-color: #fff;
  color: rgba(124, 91, 61, 0.7215686275);
  border: 2px solid rgba(124, 91, 61, 0.7215686275);
}

.btn.msn a:hover {
  opacity: 0.7;
}

.btn.msn a:before {
  content: "\f328";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  padding: 0 0.5rem 0 0;
  font-size: 1rem;
  color: rgba(124, 91, 61, 0.7215686275);
  margin: 0;
  display: inline;
}

.btn.ar a {
  vertical-align: middle;
  padding: 1rem 2rem 1rem 3.5rem;
}
@media (min-width: 1140px) {
  .btn.ar a {
    padding: 0.8rem 2rem 0.8rem 3.5rem;
  }
}

.btn.ar a:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0.5rem;
  font-size: 0.6rem;
  color: #fff;
  margin: 0 0 0 1rem;
  border-radius: 1.5rem;
  display: inline;
}

.inner {
  width: 92%;
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  .inner {
    width: 92%;
  }
}
@media (min-width: 769px) and (max-width: 1140px) {
  .inner {
    width: 1200px;
  }
}
@media (min-width: 1140px) {
  .inner {
    width: 1200px;
  }
}
.inner {
  margin: 0 auto;
}

header img, footer img, section img {
  max-width: 100%;
  height: auto;
}

dl.is-empty {
  height: 0;
  width: 0;
}

#pagetitle {
  background-image: url(../images/mv.jpg);
  background-position: center center;
  margin: 0 0 2rem 10%;
  background-size: cover;
  border-radius: 0 0 0 2rem;
  height: 20vh;
  background-repeat: no-repeat;
  position: relative;
  padding: 1px 0 0 0;
}
@media (min-width: 1140px) {
  #pagetitle {
    height: 30vh;
  }
}

#pagetitle h2 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-left: -10%;
  margin-top: 10vh;
  text-shadow: 0px 3px 14px rgba(0, 0, 0, 0.28);
}
@media (min-width: 481px) and (max-width: 768px) {
  #pagetitle h2 {
    margin-top: 14vh;
    font-size: 1.5rem;
  }
}
@media (min-width: 1140px) {
  #pagetitle h2 {
    margin-top: 14vh;
    font-size: 1.5rem;
  }
}

.blocklink {
  cursor: pointer;
}

.blocklink:hover {
  opacity: 0.8;
}

header {
  border-top: 5px solid #FEC7C7;
  position: relative;
}

header .logo {
  width: 100px;
  top: 0rem;
  left: 0;
  z-index: 1;
  background-color: #fff;
  position: absolute;
  border-radius: 1rem;
}
@media (min-width: 1140px) {
  header .logo {
    position: absolute;
    width: 18.2291666667vw;
    border-radius: 2rem;
    top: 2rem;
  }
}

.head-top {
  width: 100%;
  text-align: right;
  padding: 0 1rem 0 100px;
  box-sizing: border-box;
}
@media (min-width: 1140px) {
  .head-top {
    width: calc(100vw - 20%);
    margin: 0 auto;
    align-items: center;
    text-align: right;
  }
}

.head-top h1 {
  font-size: 10px;
  text-align: right;
  display: inline-block;
  font-weight: 400;
}
@media (min-width: 1140px) {
  .head-top h1 {
    font-size: 0.8em;
  }
}

.head-top .tel {
  display: none;
}
@media (min-width: 1140px) {
  .head-top .tel {
    font-size: 1.2rem;
    width: auto;
    font-weight: bolder;
    padding: 0 0 0 1rem;
    display: inline-block;
  }
}

.head-top .btn {
  display: none;
}
@media (min-width: 1140px) {
  .head-top .btn {
    display: inline;
  }
}

.head-top .btn a {
  font-size: 0.8em;
  padding: 0.4rem 1rem;
}

header nav {
  display: none;
}
@media (min-width: 1140px) {
  header nav {
    width: calc(100vw - 20%);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 0 1rem 0;
  }
}

header nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav ul li {
  padding: 0 1rem;
}

header nav .btn {
  width: auto;
  font-size: 0.95em;
}

header nav ul li a {
  transition: 0.5s all;
}

header nav ul li a:hover {
  color: #FCABAB;
}

header #sp-header {
  display: none;
}
@media (min-width: 1140px) {
  header #sp-header {
    display: none;
  }
}

#menuOverlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(59, 56, 52, 0.6705882353);
  z-index: 3;
  display: none;
  opacity: 0;
}

#rwdMenuWrap {
  background-color: #fff;
  padding: 2rem;
}

#rwdMenuWrap .sp-logo {
  width: 30%;
  margin: 0 auto;
}

#rwdMenuWrap .sp-logo img {
  max-width: 100%;
  height: auto;
}

#rwdMenuWrap ul.sp-nav {
  padding: 3rem 0 0 0;
}

#rwdMenuWrap ul.sp-nav li {
  font-weight: 500;
  padding: 0 0 0 0;
  border-bottom: 2px dotted rgba(204, 204, 204, 0.6392156863);
}

#rwdMenuWrap ul.sp-nav li a:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0.1rem 0.2rem;
  font-size: 0.6rem;
  color: #fff;
  width: 1.2rem;
  margin: 0 1rem 0 0rem;
  border-radius: 1.5rem;
  background-color: #FEC7C7;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}

#rwdMenuWrap ul.sp-nav li a {
  padding: 0.7rem 0;
  display: inline-block;
}

#rwdMenuWrap .info {
  padding: 2rem 0;
}

#rwdMenuWrap .info .logo {
  width: 80%;
}

#rwdMenuWrap img {
  max-width: 100%;
  height: auto;
}

#rwdMenuWrap .add {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 400;
}

#rwdMenuWrap .info .link {
  text-align: right;
  padding: 0.5rem 0 1.5rem 0;
  font-size: 0.9rem;
}

#rwdMenuWrap .info .link:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0.2rem;
  font-size: 0.5rem;
  color: #fff;
  width: 1rem;
  margin: 0 0.5rem 0 0rem;
  border-radius: 1.5rem;
  background-color: #7C5A3C;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}

#rwdMenuWrap .info .tel-box {
  background-color: #F3F1EF;
  box-sizing: border-box;
  padding: 1.3rem;
  border-radius: 1rem;
  text-align: center;
  margin: 0 0 3rem 0;
}

#rwdMenuWrap .info .telnum {
  font-size: 1.5rem;
  padding: 0 0 0.5rem 0;
}

#rwdMenuWrap .info .biko {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 0 0 0;
}

#rwdMenuWrap .info .uline {
  border-bottom: 3px solid #FCABAB;
}

#rwdMenuWrap .info .tel-box h4 {
  font-size: 1rem;
}

#rwdMenuWrap .info .tel-box .monshin {
  padding: 1rem 0.5rem;
  border: 2px dotted rgba(148, 128, 128, 0.5215686275);
  margin: 0.5rem 0 0 0;
  border-radius: 0.5rem;
}

#rwdMenuWrap .info .tel-box .monshin h5 {
  /* background: #fcacab; */
  font-size: 0.85rem;
  line-height: 1.5;
  padding: 0.3rem;
  margin: 0 0 1rem 0;
  color: #4b290c;
}
@media (min-width: 1140px) {
  #rwdMenuWrap .info .tel-box .monshin h5 {
    font-size: 0.8rem;
  }
}

#rwdMenuWrap .info .tel-box .monshin .biko2 {
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.6;
  font-weight: 400;
  padding: 1rem 0 0 0;
}

#rwdMenuWrap .info .tel-box .monshin .btn a {
  width: 194px;
  box-sizing: border-box;
}
@media (min-width: 1140px) {
  #rwdMenuWrap .info .tel-box .monshin .btn a {
    width: 250px;
  }
}

#menuOverlay.zindex-remove {
  z-index: 1;
}

#switchBtnArea {
  width: 100%;
  background: #000;
  position: fixed;
  z-index: 9999;
  opacity: 1;
  top: 0px;
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}

#switchBtnArea #switchBtn {
  top: 23px;
  right: 10px;
  padding: 5px;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  border-radius: 0px;
  background: #fff;
  background: #FCABAB;
  border-radius: 50%;
  box-sizing: content-box !important;
}

#switchBtnArea #switchBtn span {
  left: 13px;
  width: 28px;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.2s linear;
}

#switchBtnArea #switchBtn span:nth-of-type(1) {
  top: 18px;
  transform: rotate(0);
}

#switchBtnArea #switchBtn span:nth-of-type(2) {
  top: 28px;
  transform: scale(1);
}

#switchBtnArea #switchBtn span:nth-of-type(3) {
  top: 38px;
  transform: rotate(0);
}

#switchBtnArea #switchBtn.btnClose {
  background: #F3F1EF;
}

#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
  background-color: #FCABAB;
  top: 28px;
  transform: rotate(-45deg);
}

#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
  background-color: #FCABAB;
  transform: scale(0);
}

#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
  background-color: #FCABAB;
  top: 28px;
  transform: rotate(45deg);
}

#switchBtnArea #switchBtn.btnClose::after {
  bottom: -12px;
  color: #fff;
}

#rwdMenuWrap {
  width: 70%;
  background: #fff;
  overflow: auto;
  z-index: 98;
  position: fixed;
  height: 100%;
  right: -100%;
}

#rwdMenuWrap .sp-contact {
  width: 100%;
  margin: 0 auto 2rem auto;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 1rem 0;
  text-align: center;
  border-radius: 1rem;
}
@media (min-width: 1140px) {
  #rwdMenuWrap .sp-contact {
    width: 60%;
    margin: 0 auto 4rem auto;
  }
}

#rwdMenuWrap .sp-contact .add {
  font-weight: bolder;
  border-bottom: 1px solid #ddd;
  padding: 0 0 0.5rem 0;
  font-size: 13px;
}

#rwdMenuWrap .sp-contact .add p {
  padding: 0.3rem 0;
  line-height: 1.4;
  font-size: 0.9rem;
}

#rwdMenuWrap .sp-contact .add .small {
  font-size: 0.8em;
}

#rwdMenuWrap .sp-contact .add strong {
  color: #FCABAB;
  font-size: 1.05rem;
  padding: 0 0 1rem 0;
  display: block;
}

#rwdMenuWrap .sp-contact ul {
  text-align: left;
  padding: 0rem 0 0 0;
}

#rwdMenuWrap .sp-contact ul li {
  padding: 0 0.8rem 0.5rem 1rem;
  font-size: 0.9rem;
}

#rwdMenuWrap .sp-contact ul li a:link {
  text-decoration: underline;
}

.onlineshop-menu .ec-headerLinkArea {
  border-top: 1px dotted #ccc;
  padding: 1rem 0;
}

#rwdMenuWrap .ec-headerLinkArea {
  padding: 1.5rem 0;
}

#rwdMenuWrap .ec-headerLink__icon {
  padding: 0.2rem 0;
}

header #sp-head {
  height: 60px;
  display: flex;
  justify-content: left;
  align-items: center;
}
@media (min-width: 1140px) {
  header #sp-head {
    display: none;
  }
}

header #sp-head .logo {
  width: 80px;
  padding: 1rem 1rem 0 1rem;
  box-sizing: content-box !important;
}

header #sp-head .catch {
  width: calc(100vw - 80px - 100px);
  font-size: 9px;
  color: #FCABAB;
  line-height: 1.2;
}

footer {
  padding: 3rem 0 0rem 0;
  border-top: 1px solid rgba(124, 91, 61, 0.2196078431);
  margin: 3rem 0 0 0;
}

footer #footer01 {
  font-size: 0.9rem;
  padding: 0 0 2rem 0;
}
@media (min-width: 1140px) {
  footer #footer01 {
    display: flex;
    justify-content: space-between;
  }
}

footer #footer01 .logo {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  footer #footer01 .logo {
    width: 80%;
    margin: 0;
  }
}
@media (min-width: 1140px) {
  footer #footer01 .logo {
    width: 80%;
    margin: 0;
  }
}

footer #footer01 .outline .add {
  font-weight: 400;
  font-size: 0.9rem;
  padding: 1rem 0;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 481px) and (max-width: 768px) {
  footer #footer01 .outline .add {
    text-align: left;
  }
}
@media (min-width: 1140px) {
  footer #footer01 .outline .add {
    text-align: left;
  }
}

footer #footer01 .outline .link {
  text-align: right;
  padding: 0.5rem 0 1.5rem 0;
  font-size: 0.9rem;
}

footer #footer01 .outline .link:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0.2rem;
  font-size: 0.5rem;
  color: #fff;
  width: 1rem;
  margin: 0 0.5rem 0 0rem;
  border-radius: 1.5rem;
  background-color: #7C5A3C;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}

footer #footer01 .outline .tel-box {
  background-color: #F3F1EF;
  box-sizing: border-box;
  padding: 1.3rem;
  border-radius: 1rem;
  text-align: center;
  margin: 0 0 3rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  footer #footer01 .outline .tel-box {
    margin: 0;
  }
}
@media (min-width: 1140px) {
  footer #footer01 .outline .tel-box {
    margin: 0;
  }
}

footer #footer01 .outline .monshin {
  padding: 1rem;
  border: 2px dotted rgba(148, 128, 128, 0.5215686275);
  margin: 0.5rem 0 0 0;
  border-radius: 0.5rem;
}

footer #footer01 .outline .monshin h5 {
  /* background: #fcacab; */
  font-size: 0.85rem;
  line-height: 1.5;
  padding: 0.3rem;
  margin: 0 0 1rem 0;
  color: #4b290c;
}
@media (min-width: 1140px) {
  footer #footer01 .outline .monshin h5 {
    font-size: 0.8rem;
  }
}

footer #footer01 .outline .monshin .biko2 {
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.6;
  font-weight: 400;
  padding: 1rem 0 0 0;
}

footer #footer01 .outline .monshin .btn a {
  width: 194px;
  box-sizing: border-box;
}
@media (min-width: 1140px) {
  footer #footer01 .outline .monshin .btn a {
    width: 250px;
  }
}

footer #footer01 .outline .telnum {
  font-size: 1.5rem;
  padding: 0 0 0.5rem 0;
}

footer #footer01 .biko {
  font-weight: 400;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.8;
  padding: 1rem 0 0 0rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  footer #footer01 .biko {
    padding: 1rem 0 0 1rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 1140px) {
  footer #footer01 .biko {
    padding: 1rem 0 0 1rem;
    font-size: 0.8rem;
  }
}

footer #footer01 .biko .uline {
  border-bottom: 3px solid #FCABAB;
}

footer #footer01 .outline .tel-box h4 {
  font-size: 1rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  footer #footer01 .outline .tel-box h4 {
    font-size: 1rem;
  }
}
@media (min-width: 1140px) {
  footer #footer01 .outline .tel-box h4 {
    font-size: 1rem;
  }
}

#info #time .hours-table {
  margin: 1rem 0;
  display: block;
  width: 100%;
}

footer #footer01 .hours-table thead th {
  background-color: #FEC7C7 !important;
  width: auto !important;
}

footer #footer01 .hours-table thead th:first-of-type {
  border-radius: 10rem 0 0 10rem;
}

footer #footer01 .hours-table thead th:last-of-type {
  border-radius: 0 10rem 10rem 0;
}

footer #footer01 .hours-table thead th {
  padding: 0.5rem 0.7rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  footer #footer01 .hours-table thead th {
    padding: 0.5rem 15px;
  }
}
@media (min-width: 1140px) {
  footer #footer01 .hours-table thead th {
    padding: 0.5rem 15px;
  }
}

footer #footer01 .hours-table tr.line {
  border-bottom: 1px solid #d0cbc6;
}

footer #footer01 .hours-table th, #info #time .hours-table td {
  background-color: #fff;
  padding: 0.5rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  footer #footer01 .hours-table th, #info #time .hours-table td {
    padding: 0.5rem 15px;
  }
}
@media (min-width: 1140px) {
  footer #footer01 .hours-table th, #info #time .hours-table td {
    padding: 0.5rem 15px;
  }
}

footer #footer01 .hours-table th {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  width: 30%;
  color: #4B290C;
  line-height: 1.5;
}

footer #footer01 .hours-table th span {
  font-size: 0.9em;
}

footer #footer01 .hours-table td {
  color: #FCABAB;
  text-align: center;
}

footer #footer01 .kome {
  color: #FCABAB;
}

footer #footer01 .linebn {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0 1rem 0;
  align-items: flex-end;
  border-bottom: 1px dotted #ccc;
}
@media (min-width: 481px) and (max-width: 768px) {
  footer #footer01 .linebn {
    padding: 1rem 0 0 0;
  }
}
@media (min-width: 1140px) {
  footer #footer01 .linebn {
    padding: 3rem 0 2rem 0;
  }
}

footer #footer01 .linebn .bn {
  width: 40%;
}

footer #footer01 .linebn .fuki {
  width: 60%;
  font-weight: 400;
  margin: 0 0 1rem 0;
}

footer #footer01 .linebn .fuki span {
  position: relative;
  display: inline-block;
  margin-left: 21px;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: #e6f2e9;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}

footer #footer01 .linebn .fuki span:after {
  content: "";
  position: absolute;
  top: 67%;
  left: 0;
  border-style: solid;
  border-width: 12px 21px 0 0;
  border-color: transparent #e6f2e9 transparent transparent;
  translate: -100% calc(-50% + 0.2px);
  transform: skew(0, 9deg);
  transform-origin: right;
}

footer #footer01 .related-links {
  padding: 1.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 481px) and (max-width: 768px) {
  footer #footer01 .related-links {
    display: flex;
    justify-content: left;
  }
}
@media (min-width: 1140px) {
  footer #footer01 .related-links {
    display: flex;
    justify-content: left;
  }
}

footer #footer01 .related-links .txt {
  width: 30%;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0 0 0 0.5rem;
}

footer #footer01 .related-links .bn {
  width: 50%;
  font-weight: 400;
  border: 1px solid #ccc;
  padding: 1rem 1.5rem;
}

footer #footer02 {
  background-color: #FCABAB;
  color: #fff;
  padding: 0.5rem 0;
  font-size: 0.8rem;
  font-weight: 400;
}

@media (min-width: 481px) and (max-width: 768px) {
  footer #footer02 .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1140px) {
  footer #footer02 .inner {
    display: flex;
    justify-content: space-between;
  }
}

footer #footer02 nav ul {
  text-align: center;
}
@media (min-width: 481px) and (max-width: 768px) {
  footer #footer02 nav ul {
    text-align: left;
  }
}
@media (min-width: 1140px) {
  footer #footer02 nav ul {
    text-align: left;
  }
}

footer #footer02 nav ul li {
  line-height: 1;
  display: inline-block;
  padding: 0 0.5rem;
  border-right: 1px solid #fff;
}

footer #footer02 nav ul li:last-of-type {
  border: none;
}

footer #footer02 nav ul li a:link {
  line-height: 1;
  transition: 0.5s all;
  color: #fff;
}

footer #footer02 nav ul li a:visited {
  color: #fff;
}

footer #footer02 nav ul li a:hover {
  opacity: 0.8;
}

footer #footer02 small {
  text-align: center;
  display: block;
  opacity: 0.5;
  padding: 0.5rem 0 0 0;
}
@media (min-width: 1140px) {
  footer #footer02 small {
    opacity: 1;
    text-align: left;
    padding: 0;
  }
}

/* #mv */
#mv {
  background-image: url(../images/mv.jpg);
  margin: 0 0 2rem 10%;
  background-size: cover;
  border-radius: 0 0 0 1rem;
  height: 50vh;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 1140px) {
  #mv {
    height: 80vh;
    border-radius: 0 0 0 3rem;
  }
}

#mv .mv-txt {
  background-color: #fff;
  position: absolute;
  padding: 1.5rem;
  font-size: 1.3rem;
  line-height: 1.5;
  border-radius: 0 10rem 10rem 0;
  bottom: 4rem;
  text-align: center;
}

#mv .mv-txt h2 {
  font-weight: 500;
}

/* topics */
#topics {
  background-color: #FBF7F4;
  padding: 3rem 0;
}

#topics .inner {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  align-items: center;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}
@media (min-width: 1140px) {
  #topics .inner {
    padding: 0.3rem 1.5rem;
  }
}

#topics .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border-bottom: 2px dotted #ccc;
  padding: 1rem 0;
  margin: 0 0 1rem 0;
}
@media (min-width: 1140px) {
  #topics .ttl {
    border: none;
    display: block;
    margin: 0;
    padding: 0;
  }
}

#topics .ttl h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
}

#topics .ttl h2 span {
  font-size: 0.7rem;
  color: #FCABAB;
  display: block;
}

#topics .ttl .link {
  padding: 0rem 0 0.3rem 0;
  font-size: 0.9rem;
  display: inline-block;
}
@media (min-width: 1140px) {
  #topics .ttl .link {
    padding: 3rem 0 0.3rem 0;
  }
}

#topics .ttl .link span {
  border-bottom: 3px solid #FCABAB;
  padding: 0rem 0 0.3rem 0;
}
@media (min-width: 1140px) {
  #topics .ttl .link span {
    padding: 3rem 0 0.3rem 0;
  }
}

#topics .ttl .link a:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0.2rem;
  font-size: 0.6rem;
  color: #fff;
  width: 1.2rem;
  margin: 0 0 0 1rem;
  border-radius: 1.5rem;
  background-color: #7C5A3C;
  vertical-align: middle;
  display: inline-block;
}

#topics .topics-item {
  border-bottom: 1px dotted #ccc;
  padding: 0.8rem 0;
}

#topics .topics-item:last-of-type {
  border: none;
}

#topics .topics-item dt {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 0.85em;
  color: #948080;
  line-height: 1;
}

#topics .topics-item .icon {
  border-radius: 1rem;
  border: 1px solid #c8bebe;
  padding: 0.2rem 0.5rem;
  margin: 0 0 0 1rem;
  font-size: 0.9em;
  display: inline-block;
}

#topics .topics-item dd {
  padding: 0.2rem 0;
}

#topics .topics-item dd a {
  text-decoration: underline;
}

/* top-msg */
#top-msg {
  background-image: url(../images/top-msg-bg.png);
  background-size: 150% auto;
  background-repeat: no-repeat;
  background-position: top;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  padding: 5rem 0 8rem 0;
}
@media (min-width: 1140px) {
  #top-msg {
    background-size: contain;
  }
}

#top-msg .message {
  justify-content: left;
  padding: 0 0 3rem 0;
}

#top-msg .photo {
  width: 70%;
}
@media (min-width: 1140px) {
  #top-msg .photo {
    width: 40.0520833333vw;
  }
}

#top-msg .photo img {
  border-radius: 0 1rem 1rem 0;
  box-shadow: 10px 12px 0px -3px #FCABAB;
}
@media (min-width: 1140px) {
  #top-msg .photo img {
    border-radius: 0 2rem 2rem 0;
    box-shadow: 13px 15px 0px -5px #FCABAB;
  }
}

#top-msg .message .txt {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1140px) {
  #top-msg .message .txt {
    max-width: 700px;
    box-sizing: border-box;
    padding: 0 0 0 5rem;
    margin: 0;
  }
}

#top-msg .message .txt h3 {
  font-size: 1.2rem;
  padding: 2em 0 1rem 0;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 1140px) {
  #top-msg .message .txt h3 {
    font-size: 1.3rem;
    padding: 0 0 1.5rem 0;
  }
}

#top-msg .message .txt p {
  padding: 1rem 0;
  line-height: 2;
  font-weight: 400;
}

#top-msg .message p.btn {
  text-align: left;
  padding: 2rem 0;
}

#top-msg .message p.btn a {
  width: auto;
  text-align: center;
}
@media (min-width: 1140px) {
  #top-msg .message p.btn a {
    width: 200px;
    text-align: center;
  }
}

/* top-symptoms */
#top-symptoms {
  border: 3px solid #FCABAB;
  border-radius: 1rem;
  padding: 1.5rem;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 1140px) {
  #top-symptoms {
    max-width: 1025px;
    margin: 0 auto;
    padding: 2rem;
  }
}

#top-symptoms h3 {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  top: -1rem;
}

#top-symptoms h3 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 1.5rem;
}

.top-symptoms-box {
  border-bottom: 1px solid #FCABAB;
  padding: 0rem 0 1rem 0;
}

.top-symptoms-box:nth-of-type(2) {
  border: none;
  padding: 0.5rem 0 0 0;
}

.top-symptoms-box .etc {
  text-align: right;
  font-size: 0.9rem;
  font-weight: 400;
}

.top-symptoms-list li {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 400;
}
@media (min-width: 1140px) {
  .top-symptoms-list li {
    font-size: 0.9rem;
  }
}

.top-symptoms-list li:after {
  content: "/";
  padding: 0 0 0 0.5rem;
}

.top-symptoms-box h4 {
  font-weight: 500;
  padding: 1rem 0 0.5rem 0;
}

/* #top-feature */
#top-feature {
  background-color: #FBF7F4;
  position: relative;
}

#top-feature .head {
  display: block;
  width: 250px;
  height: 20px;
  background-color: #FBF7F4;
  border-radius: 50%/100% 100% 0 0;
  margin: 0 auto;
  transform: translateY(-50px);
  position: relative;
  text-align: center;
  padding: 50px 0 0 0;
  background-image: url(../images/sakura-icon.png);
  background-position: center 1.2rem;
  background-repeat: no-repeat;
  background-size: 30px;
}
@media (min-width: 1140px) {
  #top-feature .head {
    background-size: 2.6041666667vw;
    padding: 5.2083333333vw 0 0 0;
    transform: translateY(-75px);
    width: 20.8333333333vw;
    height: 2.6041666667vw;
  }
}

#top-feature .head h3 {
  font-weight: 500;
  font-size: 1.2rem;
}

#top-feature .inner {
  padding: 0 0 3rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-feature .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1140px) {
  #top-feature .inner {
    display: flex;
    justify-content: space-between;
  }
}

#top-feature .top-features-item {
  padding: 1rem 0 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #ccc;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-feature .top-features-item {
    padding: 0 0 1rem 0;
    width: 30%;
    display: block;
    border: none;
  }
}
@media (min-width: 1140px) {
  #top-feature .top-features-item {
    padding: 0 0 1rem 0;
    width: 30%;
    display: block;
    border: none;
  }
}

#top-feature .top-features-item .photo {
  width: 35%;
  position: relative;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-feature .top-features-item .photo {
    width: auto;
  }
}
@media (min-width: 1140px) {
  #top-feature .top-features-item .photo {
    width: auto;
  }
}

#top-feature .top-features-item .box {
  width: 60%;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-feature .top-features-item .box {
    width: auto;
  }
}
@media (min-width: 1140px) {
  #top-feature .top-features-item .box {
    width: auto;
  }
}

#top-feature .top-features-item .photo img {
  border-radius: 0.5rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #top-feature .top-features-item .photo img {
    border-radius: 1rem;
  }
}
@media (min-width: 1140px) {
  #top-feature .top-features-item .photo img {
    border-radius: 1rem;
  }
}

#top-feature .top-features-item .num {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 1rem 0 0;
  background-color: #FBF7F4;
  font-size: 2.1rem;
  padding: 0rem 1rem 0 0.5rem;
  color: #FCABAB;
  font-weight: 500;
}

#top-feature .top-features-item h4 {
  text-align: left;
  font-weight: 500;
  padding: 0.8rem 0 0.8rem 0;
  font-size: 1rem;
}
@media (min-width: 1140px) {
  #top-feature .top-features-item h4 {
    font-size: 1rem;
    text-align: center;
  }
}

#top-feature .top-features-item p {
  font-size: 0.9rem;
  font-weight: 400;
}

/* top-links */
#top-links {
  padding: 4rem 0;
  background-image: url(../images/top-links-bg.png);
  background-position: left;
  background-repeat: no-repeat;
}

#top-links .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#top-links .top-links-item {
  width: 48%;
  padding: 0.8rem;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 0 2rem 0;
}
@media (min-width: 1140px) {
  #top-links .top-links-item {
    padding: 1.3rem;
    border-radius: 1rem;
  }
}

#top-links .top-links-item img {
  border-radius: 0.5rem;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 1140px) {
  #top-links .top-links-item img {
    border-radius: 1rem;
  }
}

#top-links .top-links-item p {
  line-height: 1.2rem;
}

#top-links .top-links-item p:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0.2rem;
  font-size: 0.6rem;
  color: #fff;
  width: 1.2rem;
  margin: 0 0.5rem 0 0rem;
  border-radius: 1.5rem;
  background-color: #7C5A3C;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}

#top-links .top-links-item a {
  transition: 0.5s all;
}

#top-links .top-links-item a:hover {
  opacity: 0.6;
}

#info .read {
  text-align: left;
  font-weight: 400;
  padding: 4rem 0;
}
@media (min-width: 1140px) {
  #info .read {
    text-align: center;
  }
}

/* #time */
#info #time {
  background-color: #FBF7F4;
  padding: 2rem 0;
}

#info #time h3 {
  font-weight: 500;
  font-size: 1.2rem;
  border-bottom: 3px solid #FCABAB;
  padding: 0 0 0.5rem 0;
  display: inline-block;
  margin: 0 0 0.5rem 0;
}

#info #time .hours-table {
  margin: 1rem 0;
  display: block;
  width: 100%;
}

#info #time .hours-table thead th {
  background-color: #FEC7C7 !important;
  width: auto !important;
}

#info #time .hours-table thead th {
  padding: 0.5rem 0.4rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #info #time .hours-table thead th {
    padding: 0.5rem 15px;
  }
}
@media (min-width: 1140px) {
  #info #time .hours-table thead th {
    padding: 0.5rem 15px;
  }
}

#info #time .hours-table tr.line {
  border-bottom: 1px dotted #d0cbc6;
}

#info #time .hours-table th, #info #time .hours-table td {
  background-color: #fff;
  padding: 0.5rem 0.4rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #info #time .hours-table th, #info #time .hours-table td {
    padding: 0.5rem 15px;
  }
}
@media (min-width: 1140px) {
  #info #time .hours-table th, #info #time .hours-table td {
    padding: 0.5rem 15px;
  }
}

#info #time .hours-table th {
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  width: 30%;
  color: #4B290C;
  line-height: 1.5;
}

#info #time .hours-table th span {
  font-size: 0.9em;
}

#info #time .hours-table td {
  color: #FCABAB;
  text-align: center;
}

#info #time .biko {
  font-size: 0.9em;
  font-weight: 400;
  padding: 0 0 2rem 0;
  margin: 0rem 0 2rem 0;
  border-bottom: 1px dotted #d0cbc6;
}
@media (min-width: 481px) and (max-width: 768px) {
  #info #time .biko {
    padding: 0;
    border: none;
    margin: 0;
  }
}
@media (min-width: 1140px) {
  #info #time .biko {
    padding: 0;
    border: none;
    margin: 0;
  }
}

#info #time .kome {
  color: #FCABAB;
}

#info #time .inner {
  padding: 2rem 0;
}

#info .inner.line {
  border-top: 1px dotted #d0cbc6;
}

#info #time .txt {
  font-weight: 400;
  padding: 0.5rem 0 0 0;
}

#info #time .cv {
  margin: 2rem 0;
  align-items: center;
}

#info #time .tel-box {
  border: 2px solid #FCABAB;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 0 2rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #info #time .tel-box {
    margin: 0;
  }
}
@media (min-width: 1140px) {
  #info #time .tel-box {
    margin: 0;
  }
}

#info #time .tel-box dt {
  background-color: #FCABAB;
  color: #fff;
  width: 45%;
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 0.95rem;
  vertical-align: middle;
  line-height: 2rem;
}

#info #time .tel-box dd {
  background-color: #fff;
  width: 55%;
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

#info #time .btn {
  text-align: left;
  padding: 0 0rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #info #time .btn {
    padding: 0 2rem;
  }
}
@media (min-width: 1140px) {
  #info #time .btn {
    padding: 0 2rem;
  }
}

#info #time .monshin {
  background-color: rgba(255, 255, 255, 0.7176470588);
  padding: 1rem;
  margin: 1rem 0;
  border: 2px dotted rgba(124, 90, 60, 0.2901960784);
  font-weight: 400;
  font-size: 0.9em;
}

#info #time .monshin a {
  text-decoration: underline;
  font-weight: 500;
}

/* #details */
#details {
  padding: 4rem 0;
}

#details h3 {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

#details .read {
  padding: 3rem 0;
}

#details strong {
  text-align: center;
  display: block;
}

#details strong span {
  border-top: 1px solid #4B290C;
  border-bottom: 1px solid #4B290C;
  display: inline-block;
  margin: 0 auto;
  padding: 1rem 2rem;
  font-weight: 400;
}

.details-list {
  padding: 4rem 0 1rem 0;
}

.details-list h4 {
  color: #FCABAB;
  font-weight: 500;
  font-size: 1.1rem;
  margin: 0 0 1rem 0;
}

.details-list h4 span {
  font-weight: 400;
  font-size: 0.9rem;
  padding: 0 0 0 0rem;
  display: block;
}
@media (min-width: 481px) and (max-width: 768px) {
  .details-list h4 span {
    display: inline-block;
    padding: 0 0 0 2rem;
  }
}
@media (min-width: 1140px) {
  .details-list h4 span {
    display: inline-block;
    padding: 0 0 0 2rem;
  }
}

.details-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.details-list ul li {
  background-color: #FFFCFC;
  width: 32%;
  border: 1px solid #FCABAB;
  font-size: 12px;
  text-align: center;
  padding: 0.5rem 0.5rem;
  margin: 0.5rem 0;
  box-sizing: border-box;
}
@media (min-width: 481px) and (max-width: 768px) {
  .details-list ul li {
    width: 18%;
    font-size: 0.9rem;
  }
}
@media (min-width: 1140px) {
  .details-list ul li {
    width: 18%;
    font-size: 0.9rem;
  }
}

li.is-empty {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.details-list dl {
  padding: 0.5rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  .details-list dl {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #ccc;
  }
}
@media (min-width: 1140px) {
  .details-list dl {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #ccc;
  }
}

.details-list dl:first-of-type {
  margin: 1rem 0 0 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  .details-list dl:first-of-type {
    border-top: 1px dotted #ccc;
  }
}
@media (min-width: 1140px) {
  .details-list dl:first-of-type {
    border-top: 1px dotted #ccc;
  }
}

.details-list dt {
  background-color: #F3F1EF;
  width: 100%;
  position: relative;
}
@media (min-width: 481px) and (max-width: 768px) {
  .details-list dt {
    width: 25%;
    text-align: center;
  }
}
@media (min-width: 1140px) {
  .details-list dt {
    width: 25%;
    text-align: center;
  }
}

.details-list dd {
  padding: 1rem 0;
  font-weight: 400;
  font-size: 0.9rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  .details-list dd {
    width: 70%;
  }
}
@media (min-width: 1140px) {
  .details-list dd {
    width: 70%;
  }
}

.details-list dt span {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 0.5rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  .details-list dt span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
  }
}
@media (min-width: 1140px) {
  .details-list dt span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
  }
}

/* #greeting */
#greeting {
  padding: 3rem 0 2rem 0;
  flex-direction: row-reverse;
}
@media (min-width: 481px) and (max-width: 768px) {
  #greeting {
    padding: 3rem 0 5rem 0;
  }
}
@media (min-width: 1140px) {
  #greeting {
    padding: 3rem 0 5rem 0;
  }
}

#greeting .txt p {
  padding: 1rem 0;
  font-weight: 400;
  line-height: 2;
}

#greeting .txt h3 {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 0 0.5rem 0;
}

#greeting .photo {
  width: 80%;
  margin: 0 auto 1.5rem auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  #greeting .photo {
    width: 30%;
    margin: 0;
  }
}
@media (min-width: 1140px) {
  #greeting .photo {
    width: 30%;
    margin: 0;
  }
}

#greeting .photo .name {
  text-align: right;
  padding: 0.5rem 0;
}

#greeting .name-sp {
  text-align: right;
}
@media (min-width: 481px) and (max-width: 768px) {
  #greeting .name-sp {
    display: none;
  }
}
@media (min-width: 1140px) {
  #greeting .name-sp {
    display: none;
  }
}

/* #history */
#history {
  background-color: #FBF7F4;
  margin: 0 auto 4rem auto;
}

#history h4 {
  padding: 0.5rem 2rem;
  background-color: #f8efe9;
  font-weight: 500;
  width: auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  #history h4 {
    width: 15%;
    padding: 3rem 2rem;
  }
}
@media (min-width: 1140px) {
  #history h4 {
    width: 15%;
    padding: 3rem 2rem;
  }
}

#history .txt {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  font-weight: 400;
}
@media (min-width: 481px) and (max-width: 768px) {
  #history .txt {
    width: 85%;
    padding: 2rem;
  }
}
@media (min-width: 1140px) {
  #history .txt {
    width: 85%;
    padding: 2rem;
  }
}

#history .l-line {
  border-top: 1px dotted #7b6868;
  margin: 1rem 0 0 0;
  padding: 1rem 0 0 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #history .l-line {
    border-top: none;
    border-left: 1px dotted #7b6868;
    padding: 0 0 0 2rem;
    margin: 0;
  }
}
@media (min-width: 1140px) {
  #history .l-line {
    border-top: none;
    border-left: 1px dotted #7b6868;
    padding: 0 0 0 2rem;
    margin: 0;
  }
}

#history .career-list {
  border-top: 1px dotted #7b6868;
  padding: 1rem 0 0 0;
  margin: 1rem 0 0 0;
}

#history .career-list dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#history .career-list dt {
  width: 20%;
  padding: 0.25rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #history .career-list dt {
    width: 12%;
    padding: 0.25rem 0;
  }
}
@media (min-width: 1140px) {
  #history .career-list dt {
    width: 12%;
    padding: 0.25rem 0;
  }
}

#history .career-list dd {
  width: 75%;
  padding: 0.25rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #history .career-list dd {
    width: 88%;
  }
}
@media (min-width: 1140px) {
  #history .career-list dd {
    width: 88%;
  }
}

#history h5 {
  padding: 0 0 0.5rem 0;
  margin-left: -10px;
}

/* #facilities */
#facilities {
  background-color: #FFF7F7;
}

#gallery {
  padding: 4rem 0;
  overflow: hidden;
}

#gallery h3 {
  text-align: center;
  font-size: 1.5rem;
  margin: 0 0 2rem 0;
}

#gallery .read {
  text-align: center;
  font-weight: 400;
}

#gallery .sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem 25px;
}

#gallery .sliderArea.w300 {
  max-width: 300px;
}

#gallery .slick-slide {
  margin: 0 5px;
}

#gallery .slick-slide img {
  width: 100%;
  height: auto;
}

#gallery .slick-prev, .slick-next {
  z-index: 1;
}

#gallery .slick-prev:before, .slick-next:before {
  color: #000;
}

#gallery .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

#gallery .slick-active {
  opacity: 1;
}

#gallery .slick-current {
  opacity: 1;
}

#gallery .thumb {
  margin: 20px 0 0;
}

#gallery .thumb .slick-slide {
  cursor: pointer;
}

#gallery .thumb .slick-slide:hover {
  opacity: 0.7;
}

#gallery .full-screen .slick-list {
  overflow: visible;
}

#gallery .full-screen.slider {
  max-width: 1200px;
  margin: 0 auto 1rem auto;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 400;
}

#gallery .slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 1rem 8px;
  outline: 0;
  border-radius: 10px;
  transition-duration: 0.3s;
  background: #eee;
}

#gallery .slick-dots li button:before {
  content: none;
}

#gallery .slick-dots li button:hover, #gallery .slick-dots li.slick-active button {
  background: #FCABAB;
}

/* #machines */
#machines {
  border-top: 1px dotted #ccc;
  padding: 3rem 0;
}

#machines h3 {
  text-align: center;
  font-size: 1.5rem;
  margin: 0 0 2rem 0;
}

#machines .read {
  text-align: center;
  font-weight: 400;
}

.machine-list {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 481px) and (max-width: 768px) {
  .machine-list {
    padding: 3rem 0;
  }
}
@media (min-width: 1140px) {
  .machine-list {
    padding: 3rem 0;
  }
}

.machine-list li {
  background-color: #fff;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  margin: 1.2rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 1rem 1rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  .machine-list li {
    width: 31%;
    display: block;
  }
}
@media (min-width: 1140px) {
  .machine-list li {
    width: 31%;
    display: block;
  }
}

.machine-list li .img {
  width: 30%;
}
@media (min-width: 481px) and (max-width: 768px) {
  .machine-list li .img {
    width: 100%;
  }
}
@media (min-width: 1140px) {
  .machine-list li .img {
    width: 100%;
  }
}

.machine-list li .box {
  width: 70%;
}
@media (min-width: 481px) and (max-width: 768px) {
  .machine-list li .box {
    width: 100%;
  }
}
@media (min-width: 1140px) {
  .machine-list li .box {
    width: 100%;
  }
}

.machine-list li .category {
  color: #FCABAB;
  display: block;
}

.machine-list li h4 {
  padding: 0 0 1rem 0;
  font-size: 15px;
}
@media (min-width: 481px) and (max-width: 768px) {
  .machine-list li h4 {
    font-size: 1rem;
    padding: 0 0 1.5rem 0;
  }
}
@media (min-width: 1140px) {
  .machine-list li h4 {
    font-size: 1rem;
    padding: 0 0 1.5rem 0;
  }
}

.machine-list li p {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.6;
}
@media (min-width: 481px) and (max-width: 768px) {
  .machine-list li p {
    line-height: 1.9;
  }
}
@media (min-width: 1140px) {
  .machine-list li p {
    line-height: 1.9;
  }
}

.machine-list li img {
  max-width: 100%;
  display: block;
  margin: 0 auto 0.5rem auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  .machine-list li img {
    max-width: 85%;
  }
}
@media (min-width: 1140px) {
  .machine-list li img {
    max-width: 85%;
  }
}

/* #access */
#access {
  padding: 5rem 0;
}

#access h3 {
  text-align: center;
  font-size: 1.5rem;
  margin: 0 0 3rem 0;
}

#access #gmap iframe {
  width: 100%;
  height: 400px;
}
@media (min-width: 481px) and (max-width: 768px) {
  #access #gmap iframe {
    height: 500px;
  }
}
@media (min-width: 1140px) {
  #access #gmap iframe {
    height: 700px;
  }
}

#access .info {
  padding: 2rem 0rem 2rem 0rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #access .info {
    padding: 2rem 0rem 2rem 2rem;
  }
}
@media (min-width: 1140px) {
  #access .info {
    padding: 2rem 0rem 2rem 2rem;
  }
}

#access .info .txt p {
  font-weight: 400;
  font-size: 0.95em;
}

#access .info h4 {
  padding: 0 0 1rem 0;
}

#access .info h4 small {
  padding: 0 1rem 0 0rem;
}

#access .info .btn {
  width: auto;
  padding: 2rem 0 0 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #access .info .btn {
    width: 20%;
    padding: 0;
  }
}
@media (min-width: 1140px) {
  #access .info .btn {
    width: 20%;
    padding: 0;
  }
}

#access .info .btn a {
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
}

#access .info .btn i {
  padding: 0 0.5rem 0 0;
  font-size: 1rem;
  color: #fff;
  margin: 0;
  display: inline;
}

#access .waku {
  border: 2px solid #FEC7C7;
  border-radius: 1rem;
  padding: 1.5rem;
}

#access .waku dl {
  width: 100%;
  display: flex;
  justify-content: left;
}
@media (min-width: 481px) and (max-width: 768px) {
  #access .waku dl {
    width: 50%;
  }
}
@media (min-width: 1140px) {
  #access .waku dl {
    width: 50%;
  }
}

#access .waku dt {
  width: 20%;
  padding: 0 1rem 0 0;
  font-size: 0.9rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #access .waku dt {
    width: 15%;
    font-size: 1rem;
  }
}
@media (min-width: 1140px) {
  #access .waku dt {
    width: 15%;
    font-size: 1rem;
  }
}

#access .waku dd {
  width: 85%;
  font-weight: 400;
  font-size: 0.9rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #access .waku dd {
    width: 80%;
  }
}
@media (min-width: 1140px) {
  #access .waku dd {
    width: 80%;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  #access .waku .w50:first-of-type {
    border-right: 1px dotted #666666;
  }
}
@media (min-width: 1140px) {
  #access .waku .w50:first-of-type {
    border-right: 1px dotted #666666;
  }
}

#access .waku .w50:last-of-type {
  padding: 1.5rem 0 0 0rem;
}
@media (min-width: 481px) and (max-width: 768px) {
  #access .waku .w50:last-of-type {
    padding: 0 0 0 2rem;
  }
}
@media (min-width: 1140px) {
  #access .waku .w50:last-of-type {
    padding: 0 0 0 2rem;
  }
}

#symptoms nav {
  background-color: #FBF7F4;
  padding: 2rem 0;
}

#symptoms nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#symptoms nav ul li {
  width: 100%;
  background-color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  margin: 0.5rem 0;
  box-sizing: border-box;
  transition: all 0.5s;
}
@media (min-width: 481px) and (max-width: 768px) {
  #symptoms nav ul li {
    width: 48%;
  }
}
@media (min-width: 1140px) {
  #symptoms nav ul li {
    width: 48%;
  }
}

#symptoms nav ul li a {
  position: relative;
  width: 100%;
  display: inline-block;
}

#symptoms nav ul li a:after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0.1rem 0.2rem;
  font-size: 0.6rem;
  color: #fff;
  width: 1.2rem;
  margin: 0 0 0 1rem;
  border-radius: 1.5rem;
  background-color: #FEC7C7;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  right: 0.5rem;
}

#symptoms nav ul li:hover {
  background-color: #ffebeb;
}

#symptoms .symptoms-box {
  border: 3px solid #FEC7C7;
  border-radius: 1rem;
  padding: 1.5rem;
  margin: 0 0 2rem 0;
  align-items: center;
}

#symptoms .symptoms-box:first-of-type {
  margin: 4rem 0 2rem 0;
}

#symptoms .symptoms-box h3 {
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0 0 1.5rem 0;
  line-height: 1;
}

#symptoms .symptoms-box h3 small {
  background-color: #FEC7C7;
  font-size: 0.8rem;
  color: #fff;
  border-radius: 2rem;
  padding: 0.2rem 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 1rem 0 0;
}

#symptoms .symptoms-box .photo {
  width: 40%;
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 768px) {
  #symptoms .symptoms-box .photo {
    text-align: right;
    width: 15%;
    margin: 0;
  }
}
@media (min-width: 1140px) {
  #symptoms .symptoms-box .photo {
    text-align: right;
    width: 15%;
    margin: 0;
  }
}

#symptoms .symptoms-box dt {
  color: #FCABAB;
  font-size: 0.8rem;
  padding: 0 0 0.5rem 0;
}

#symptoms .symptoms-box dd {
  font-size: 0.95rem;
  font-weight: 400;
}
@media (min-width: 481px) and (max-width: 768px) {
  #symptoms .symptoms-box dd {
    font-size: 0.9rem;
  }
}
@media (min-width: 1140px) {
  #symptoms .symptoms-box dd {
    font-size: 0.9rem;
  }
}

#symptoms .symptoms-box img {
  max-width: 100%;
  height: auto;
}

#faq {
  padding: 4rem 0;
}

#faq .read {
  text-align: left;
  font-weight: 400;
  padding: 0 0 3rem 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  #faq .read {
    text-align: center;
  }
}
@media (min-width: 1140px) {
  #faq .read {
    text-align: center;
  }
}

#faq > div {
  padding: 2rem 0 4rem 0;
}

#faq h3 {
  font-weight: 500;
  font-size: 1.2rem;
  border-bottom: 3px solid #FCABAB;
  padding: 0 0 0.5rem 0;
  display: inline-block;
  margin: 0 0 0.5rem 0;
}

.faq-box {
  padding: 0.5rem 1rem;
  margin: 1.5rem auto;
  border-radius: 0.5rem;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(112, 112, 112, 0.07);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
}
@media (min-width: 481px) and (max-width: 768px) {
  .faq-box {
    width: 90%;
    padding: 1rem;
  }
}
@media (min-width: 1140px) {
  .faq-box {
    width: 90%;
    padding: 1rem;
  }
}

.faq-box dt {
  font-weight: 500;
  padding: 0 0 0.5rem 0;
  position: relative;
}

.faq-box dt:before {
  content: "Q:";
  color: #FCABAB;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 0.5rem 0.5rem 0 0;
  display: inline-block;
}

.faq-box dd {
  display: none;
  font-weight: 400;
  padding: 1rem 0 0.5rem 1.5rem;
  border-top: 2px dotted #FEC7C7;
  font-size: 0.95rem;
  position: relative;
  margin: 0.5rem 0 0 0;
}
@media (min-width: 481px) and (max-width: 768px) {
  .faq-box dd {
    font-size: 0.9rem;
  }
}
@media (min-width: 1140px) {
  .faq-box dd {
    font-size: 0.9rem;
  }
}

.faq-box dd:before {
  content: "A:";
  color: #FCABAB;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 0.5rem 0.5rem 0 0;
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  left: 0;
}

.faq-box dd p {
  padding: 0.5rem 0 0 1.5rem;
}

.faq-box dt .icon {
  font-weight: 900;
  padding: 0.2rem;
  font-size: 0.8rem;
  color: #fff;
  width: 1.6rem;
  line-height: 1.6rem;
  margin: 0 0.5rem 0 0rem;
  border-radius: 1.5rem;
  background-color: #7C5A3C;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
}

@media (min-width: 1140px) {
  #news-list .topics-item {
    width: 80%;
    margin: 0 auto;
  }
}
#news-list .topics-item {
  border-bottom: 1px dotted #ccc;
  padding: 0.8rem 0;
}

#news-list .topics-item:last-of-type {
  border: none;
}

#news-list .topics-item dt {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 0.85em;
  color: #948080;
  line-height: 1;
}

#news-list .topics-item .icon {
  border-radius: 1rem;
  border: 1px solid #c8bebe;
  padding: 0.2rem 0.5rem;
  margin: 0 0 0 1rem;
  font-size: 0.9em;
  display: inline-block;
}

#news-list .topics-item dd {
  padding: 0.2rem 0;
}

#news-list .topics-item dd a {
  text-decoration: underline;
}

#news-post {
  padding: 2rem 0;
}

#news-post .news-header {
  border: none;
  border-bottom: 2px solid #FCABAB;
  margin: 0.5rem 0 0.5rem 0;
}

@media (min-width: 1140px) {
  #news-post article {
    width: 80%;
    margin: 0 auto;
  }
}

#news-post .news-header .icon {
  border-radius: 1rem;
  border: 1px solid #c8bebe;
  padding: 0.1rem 1rem;
  margin: 0 0 0rem;
  line-height: 1.3;
  font-size: 0.9em;
  display: inline-block;
  color: #948080;
}

#news-post .news-header .title {
  font-size: 1.1rem;
  font-weight: bolder;
  padding: 0.5rem 0 0 0;
}

#news-post .news-header .date {
  color: #948080;
  text-align: right;
}

#news-post .content {
  font-size: 0.95rem;
  font-weight: 400;
}

#news-post .content img {
  max-width: 100%;
  height: auto;
}

#news-post .content p {
  padding: 0.5rem 0;
}

#news-post .btn {
  padding: 3rem 0;
}

#sitemap {
  padding: 2rem 0 5rem 0;
}

#sitemap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sitemap ul li {
  padding: 1rem 1rem;
  font-size: 13px;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(112, 112, 112, 0.07);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.11);
  border-radius: 0.5rem;
  margin: 0.5rem 0;
  box-sizing: border-box;
  transition: all 0.5s;
}
@media (min-width: 481px) and (max-width: 768px) {
  #sitemap ul li {
    width: 48%;
    font-size: 1rem;
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 1140px) {
  #sitemap ul li {
    width: 48%;
    font-size: 1rem;
    padding: 1rem 1.5rem;
  }
}

#sitemap ul li a {
  position: relative;
  width: 100%;
  display: inline-block;
}

#sitemap ul li a:after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  padding: 0.1rem 0.2rem;
  font-size: 0.6rem;
  color: #fff;
  width: 1.2rem;
  margin: 0 0 0 1rem;
  border-radius: 1.5rem;
  background-color: #FEC7C7;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  right: 0.5rem;
}

#sitemap ul li:hover {
  background-color: #ffebeb;
}

#privacy {
  font-weight: 400;
}

#privacy .read {
  padding: 0 0 2rem 0;
}
@media (min-width: 1140px) {
  #privacy .read {
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

.privacy-box {
  padding: 2rem 0;
}
@media (min-width: 1140px) {
  .privacy-box {
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

.privacy-box h3 {
  font-weight: 500;
  font-size: 1.2rem;
  border-bottom: 3px solid #FCABAB;
  padding: 0 0 0.5rem 0;
  display: inline-block;
  margin: 0 0 0.5rem 0;
}

.privacy-box p {
  padding: 0 0 0 1.5rem;
}

.privacy-box ul {
  padding: 1rem 0 0 1.5rem;
  margin: 0 0 0 1.5rem;
}

.privacy-box li {
  list-style: disc;
}

#privacy .privacy-name {
  text-align: right;
}
@media (min-width: 1140px) {
  #privacy .privacy-name {
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

/* ラッパー（スマホ横スクロール） */
.table-wrap {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* テーブル本体 */
.price-table {
  width: 100%;
  min-width: 640px; /* ←これ重要（スマホで潰れない） */
  border-collapse: collapse;
  border: 2px solid #e2d9d2;
}

/* セル */
.price-table th,
.price-table td {
  padding: 0.4rem 1rem;
  vertical-align: middle;
  font-size: 0.9rem;
}

/* ヘッダー */
.price-table thead th {
  font-weight: 600;
  background: #8b7f75;
  /* border-bottom: 2px solid #ddd; */
  color: #fff;
}

.price-table thead th.right {
  text-align: right;
}

/* カテゴリ列（rowspan） */
.price-table .category {
  background: #FFFCFC;
  font-weight: 600;
  white-space: nowrap;
  border-right: 1px solid #e0e0e0; /* 縦の区切り */
}

/* 行の区切り */
.price-table tbody tr {
  border-bottom: 1px dotted #ccc;
}

.price-table td {
  font-weight: 400;
}

/* 金額 */
.price {
  text-align: right;
  white-space: nowrap;
  font-weight: 500;
}

.price .yen {
  font-size: 0.8em;
  margin-left: 3px;
}

.price-table tr.category-start td {
  border-top: 2px solid #e2d9d2;
}

/* スマホ時 */
@media screen and (max-width: 768px) {
  .price-table th,
  .price-table td {
    padding: 0.3rem 1rem;
  }
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/*# sourceMappingURL=style.css.map */
