@charset "UTF-8";
@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: 400;
  display: swap;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf");
}
html {
  font-size: 62.5%;
  min-height: 100%;
  overflow-y: scroll;
  background: #fff;
}
@media (max-width: 480px) {
  html {
    width: 100%;
    height: 100%;
  }
}
html body,
html dd,
html div,
html dl,
html dt,
html fieldset,
html form,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html input,
html li,
html ol,
html p,
html td,
html textarea,
html th,
html ul {
  padding: 0;
  margin: 0;
}
html article,
html aside,
html details,
html figcaption,
html figure,
html footer,
html header,
html hgroup,
html menu,
html nav,
html section {
  display: block;
  padding: 0;
  margin: 0;
}
html address,
html caption,
html em,
html strong,
html th {
  font-style: normal;
}
html caption,
html th {
  text-align: left;
}
html hr,
html legend {
  display: none;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-size: 100%;
}
html ol,
html ul {
  list-style: none;
}
html a {
  text-decoration: none;
  color: inherit;
}
html a img,
html fieldset {
  border: none;
}
html a:visited {
  text-decoration: none;
}
html p {
  margin-bottom: 12px;
}
html img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}
html * {
  box-sizing: border-box;
}
html * {
  box-sizing: border-box;
}
html blockquote,
html dl,
html ol,
html pre,
html table,
html ul {
  margin-bottom: 0;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  color: #333333;
  font-size: 1.5em;
  font-family: "Zen Maru Gothic", sans-serif;
  -webkit-text-size-adjust: none;
  letter-spacing: 1.5px;
  line-height: 1.8;
  height: 100%;
  min-width: 1120px;
  background: #fff;
}
@media (max-width: 480px) {
  body {
    position: relative;
    width: 100%;
    min-width: 100%;
    font-size: 1.5em;
    -webkit-overflow-scrolling: touch;
  }
}

.wrap {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .wrap {
    padding: 0 4%;
  }
}
.wrap.w1200 {
  width: 1200px;
  max-width: 100%;
}
.wrap.w1100 {
  width: 1100px;
  max-width: 100%;
}
.wrap.w1000 {
  width: 1000px;
  max-width: 100%;
}
.wrap.w900 {
  width: 900px;
  max-width: 100%;
}
.wrap.w800 {
  width: 800px;
  max-width: 100%;
}
.wrap.w700 {
  width: 700px;
  max-width: 100%;
}
.wrap.w600 {
  width: 600px;
  max-width: 100%;
}

#page {
  margin: 0 auto;
  width: auto;
}
@media (max-width: 480px) {
  #page {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  #page.open {
    transition: all 0.2s;
    position: fixed;
    transform: translate3d(-80%, 0, 0);
  }
}
#header {
  width: 100%;
  min-width: 1100px;
  background-color: #f9eaf2;
}
@media (max-width: 480px) {
  #header {
    min-width: 100%;
    margin: 0;
  }
}
#header .header {
  width: 100%;
  padding: 0px 65px 20px 43px;
  display: grid;
  gap: 20px 0;
  justify-content: space-between;
  grid-template-columns: auto auto;
}
@media (max-width: 1560px) {
  #header .header {
    padding: 0 35px 20px 35px;
  }
}
@media (max-width: 480px) {
  #header .header {
    max-width: 100%;
    padding: 4%;
    align-items: center;
  }
}
@media (max-width: 480px) {
  #header .header img {
    width: 100%;
  }
}
#header .header .head-logo {
  width: 362px;
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: center;
}
@media (max-width: 480px) {
  #header .header .head-logo {
    width: 56vw;
    filter: none;
  }
}
#header .header .head-logo a {
  display: block;
}
#header .header #sp_navi {
  display: none;
}
@media (max-width: 480px) {
  #header .header #sp_navi {
    display: flex;
    gap: 3.98vw;
  }
}
@media (max-width: 480px) {
  #header .header #sp_navi li {
    aspect-ratio: 120/110;
    height: 100%;
  }
  #header .header #sp_navi li#inq_open {
    width: 7.44vw;
  }
  #header .header #sp_navi li#gnavi_open {
    width: 11vw;
  }
}
#header .header .head-inq {
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: right;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  border-radius: 0 0 20px 20px;
  background-color: #f6dbe7;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 480px) {
  #header .header .head-inq {
    width: 80vw;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    left: 0;
    top: 0;
    transform: translateX(100vw);
    height: 100vh;
    border-radius: 0;
    display: block;
  }
}
#header .header .head-inq .head-inq__item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (max-width: 480px) {
  #header .header .head-inq .head-inq__item {
    display: block;
  }
  #header .header .head-inq .head-inq__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
#header .header .head-inq .head-inq__item .label {
  font-size: 1.3rem;
  border-radius: 40px;
  padding: 3px 14px;
  background-color: #fff;
}
@media (max-width: 480px) {
  #header .header .head-inq .head-inq__item .label {
    margin-bottom: 5px;
    display: inline-block;
  }
}
#header .header .head-inq .head-inq__item.tel {
  grid-row: 1/2;
  grid-column: 1/2;
}
#header .header .head-inq .head-inq__item.tel:nth-child(2) {
  grid-column: 2/3;
}
#header .header .head-inq .head-inq__item.tel .detail {
  font-size: 2.8rem;
  font-weight: bold;
}
#header .header .head-inq .head-inq__item.tel .detail .fs-min {
  font-size: 0.5em;
}
#header .header .head-inq .head-inq__item.time {
  grid-column: 1/3;
  grid-row: 2/3;
}
#header .header .head-inq .head-inq__item.time .label {
  background-color: #f6dbe7;
  mix-blend-mode: multiply;
}
#header .header .head-inq .head-inq__item.time .detail {
  font-size: 1.4rem;
}
@media (max-width: 480px) {
  #header .header .head-inq .head-inq__item.time .detail {
    line-height: 1.6;
  }
}
#header .header .head-nav {
  grid-column: 1/3;
  grid-row: 2/3;
  justify-self: right;
}
@media (max-width: 480px) {
  #header .header .head-nav {
    display: none;
  }
}

@media (max-width: 480px) {
  #gnavi {
    font-size: 1.1rem;
    border-top: inherit;
    border-bottom: inherit;
    padding: 20px 5%;
    height: 100%;
    width: 80%;
    min-width: 80%;
    background: #f9eaf2;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    right: -80%;
    top: 0;
  }
}
#gnavi ul {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
}
@media (max-width: 480px) {
  #gnavi ul {
    padding: 5% 0;
    max-width: 100%;
    gap: 5%;
  }
}
#gnavi ul li {
  font-weight: 500;
}
@media (max-width: 480px) {
  #gnavi ul li {
    border-bottom: 1px solid #e8a6c2;
    width: 100%;
  }
}
#gnavi ul li a {
  width: 100%;
  font-size: 1.5rem;
  color: #333333;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.5;
  padding: 10px;
  border-radius: 10px;
  display: block;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s;
}
@media (max-width: 480px) {
  #gnavi ul li a:not(.navi_inquiry) {
    color: #333333;
    text-align: left;
    padding: 14px 0;
  }
}
@media (min-width: 480px) {
  #gnavi ul li a:hover {
    background-color: #f4d4e4;
  }
}
#gnavi ul li a.navi_inquiry {
  background: #e8a6c2;
  color: #fff;
  font-weight: 500;
  padding-inline: 30px;
  border: 1px solid transparent;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
@media (max-width: 480px) {
  #gnavi ul li a.navi_inquiry {
    padding: 14px 0;
    margin-top: 25px;
    background-color: #e8a6c2;
    color: #fff;
  }
}
@media (min-width: 480px) {
  #gnavi ul li a.navi_inquiry:hover {
    background-color: #fff;
    color: #e8a6c2;
    border-color: #e8a6c2;
  }
}
#gnavi ul li.navi_slide {
  cursor: pointer;
  position: relative;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide {
    border-bottom: 0;
    cursor: default;
  }
}
#gnavi ul li.navi_slide:hover ul {
  display: block;
}
#gnavi ul li.navi_slide ul {
  border-bottom: 3px solid #e8a6c2;
  border-radius: 0 0 4px 4px;
  padding: 0 14px;
  height: inherit;
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
  z-index: 5000;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul {
    font-size: 1.3rem;
    border-bottom: inherit;
    border-radius: 10px;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 0;
    height: inherit;
    width: 100%;
    display: block;
    position: inherit;
    zoom: 1;
  }
}
#gnavi ul li.navi_slide ul li {
  color: #595757;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  margin: 0;
  width: 100%;
  float: none;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li {
    border-bottom: 1px dashed #666;
  }
}
#gnavi ul li.navi_slide ul li:last-child {
  border: 0;
}
#gnavi ul li.navi_slide ul li a {
  white-space: nowrap;
  color: #444;
  cursor: pointer;
  font-size: 1.2rem;
  text-align: left;
  text-decoration: none;
  text-shadow: inherit;
  letter-spacing: 1px;
  box-shadow: none;
  margin: 0 auto;
  padding: 12px 0;
  background: none;
  display: block;
  position: inherit;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a {
    text-align: left;
    text-decoration: none;
    text-shadow: inherit;
    letter-spacing: 1px;
    box-shadow: none;
    margin: 0 auto;
    padding: 15px 5%;
    background: none;
    display: block;
    position: inherit;
  }
}
#gnavi ul li.navi_slide ul li a:after, #gnavi ul li.navi_slide ul li a:before {
  border: 0;
  content: " ";
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a:after, #gnavi ul li.navi_slide ul li a:before {
    content: none;
  }
}
#gnavi ul li.navi_slide ul li a:hover {
  color: #d96a9a;
  box-shadow: inherit;
}
@media (max-width: 480px) {
  #gnavi ul li.navi_slide ul li a:hover {
    color: #fff;
  }
}
#gnavi ul li.navi_slide ul li a:hover:before {
  box-shadow: inherit;
  background: none;
}
@media (max-width: 480px) {
  #gnavi #close {
    color: #fff;
    font-size: 1.5rem;
    padding: 5px 5%;
    width: 100%;
    background: #5b5b5b;
    margin-top: 50px;
  }
  #gnavi #close span {
    font-size: 1.5rem;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  }
}

@media (max-width: 480px) {
  #drawer_underlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
@media (max-width: 480px) {
  #gnavi.open {
    transition: all 0.2s;
    transform: translate3d(-100%, 0, 0);
  }
}
#contents {
  background: #fefcfd;
  position: relative;
}
#contents .contents-header {
  position: relative;
  display: flex;
  height: 290px;
  align-items: center;
  background-color: #f9eaf2;
  overflow: hidden;
}
@media (max-width: 480px) {
  #contents .contents-header {
    height: auto;
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  #contents .contents-header::before {
    position: absolute;
    content: "";
    width: 500px;
    height: auto;
    aspect-ratio: 1603.56/311.44;
    background-color: #f9eaf2;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1603.56 311.44" xmlns="http://www.w3.org/2000/svg"><path d="m1603.56,311.44H3.56L0,10.03,134.27,1.97c43.78-2.63,87.67-2.63,131.45,0l71.29,4.28c41.96,2.52,84.02,2.62,125.99.31l76.73-4.22c40.15-2.21,80.39-2.21,120.53,0l79.47,4.37c40.15,2.21,80.39,2.21,120.53,0l79.47-4.37c40.15-2.21,80.39-2.21,120.53,0l76.73,4.22c41.97,2.31,84.04,2.2,125.99-.31l71.29-4.28c43.78-2.63,87.67-2.63,131.45,0l134.27,8.06,3.56,301.41Z"/></svg>') repeat-x center/contain;
            mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1603.56 311.44" xmlns="http://www.w3.org/2000/svg"><path d="m1603.56,311.44H3.56L0,10.03,134.27,1.97c43.78-2.63,87.67-2.63,131.45,0l71.29,4.28c41.96,2.52,84.02,2.62,125.99.31l76.73-4.22c40.15-2.21,80.39-2.21,120.53,0l79.47,4.37c40.15,2.21,80.39,2.21,120.53,0l79.47-4.37c40.15-2.21,80.39-2.21,120.53,0l76.73,4.22c41.97,2.31,84.04,2.2,125.99-.31l71.29-4.28c43.78-2.63,87.67-2.63,131.45,0l134.27,8.06,3.56,301.41Z"/></svg>') repeat-x center/contain;
    top: -22px;
    left: -2vw;
    transform: rotate(180deg);
    z-index: 1;
  }
}
#contents .contents-header::after {
  position: absolute;
  content: "";
  width: 104vw;
  height: auto;
  aspect-ratio: 1603.56/311.44;
  background-color: #fefcfd;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1603.56 311.44" xmlns="http://www.w3.org/2000/svg"><path d="m1603.56,311.44H3.56L0,10.03,134.27,1.97c43.78-2.63,87.67-2.63,131.45,0l71.29,4.28c41.96,2.52,84.02,2.62,125.99.31l76.73-4.22c40.15-2.21,80.39-2.21,120.53,0l79.47,4.37c40.15,2.21,80.39,2.21,120.53,0l79.47-4.37c40.15-2.21,80.39-2.21,120.53,0l76.73,4.22c41.97,2.31,84.04,2.2,125.99-.31l71.29-4.28c43.78-2.63,87.67-2.63,131.45,0l134.27,8.06,3.56,301.41Z"/></svg>') repeat-x center/contain;
          mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1603.56 311.44" xmlns="http://www.w3.org/2000/svg"><path d="m1603.56,311.44H3.56L0,10.03,134.27,1.97c43.78-2.63,87.67-2.63,131.45,0l71.29,4.28c41.96,2.52,84.02,2.62,125.99.31l76.73-4.22c40.15-2.21,80.39-2.21,120.53,0l79.47,4.37c40.15,2.21,80.39,2.21,120.53,0l79.47-4.37c40.15-2.21,80.39-2.21,120.53,0l76.73,4.22c41.97,2.31,84.04,2.2,125.99-.31l71.29-4.28c43.78-2.63,87.67-2.63,131.45,0l134.27,8.06,3.56,301.41Z"/></svg>') repeat-x center/contain;
  bottom: 80px;
  left: -2vw;
  transform: translateY(100%);
  z-index: 0;
}
@media (max-width: 480px) {
  #contents .contents-header::after {
    width: 104%;
    height: 100%;
    bottom: 0;
    left: 0;
    transform: none;
    -webkit-mask: none;
            mask: none;
  }
}
#contents .contents-header .contents-header__in {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 200px;
  gap: 142px;
  z-index: 1;
}
@media (max-width: 480px) {
  #contents .contents-header .contents-header__in {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    gap: 0;
  }
}
#contents .contents-header .contents-header__in::after {
  position: absolute;
  content: "";
  width: 506px;
  height: 251px;
  background-image: url(../img/contents-header-txt-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -8px;
  right: 0;
  z-index: -1;
}
@media (max-width: 480px) {
  #contents .contents-header .contents-header__in::after {
    width: 42.6vw;
    height: 21.2vw;
    right: 4%;
  }
}
#contents .contents-header .contents-header__in .contents-header__ttl {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 480px) {
  #contents .contents-header .contents-header__in .contents-header__ttl {
    position: relative;
    font-size: 2rem;
    margin-bottom: 6.7vw;
    z-index: 5;
  }
}
#contents .contents-header .contents-header__in .contents-header__txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 800px;
  height: 200px;
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 0 48px;
  z-index: 2;
}
@media (max-width: 480px) {
  #contents .contents-header .contents-header__in .contents-header__txt {
    width: 100%;
    height: auto;
    background-color: unset;
    -webkit-text-stroke: 8px #fff;
    paint-order: stroke;
    padding: 0;
    margin-top: 78px;
    margin-bottom: 3vw;
  }
}
@media (max-width: 480px) {
  #contents .contents-header:has(.contents-header__txt) + .breadcrumbs {
    position: absolute;
    top: 125px;
    left: 0%;
  }
}
#contents .breadcrumbs {
  padding: 5px 0;
}
@media (max-width: 480px) {
  #contents .breadcrumbs {
    padding: 5px 10px;
  }
}
#contents .breadcrumbs ul {
  margin: 0 auto;
  max-width: 1100px;
}
@media (max-width: 480px) {
  #contents .breadcrumbs ul {
    max-width: 100%;
  }
}
#contents .breadcrumbs ul:after {
  content: "";
  display: block;
  clear: both;
}
#contents .breadcrumbs ul li {
  font-size: 1.3rem;
  margin-right: 5px;
  float: left;
}
#contents .breadcrumbs ul li a {
  color: #111;
  margin-right: 4px;
  display: inline-block;
}
#contents .breadcrumbs ul li a:hover {
  text-decoration: none;
}
#contents .section {
  padding: 80px 0 120px;
}
@media (max-width: 480px) {
  #contents .section {
    padding: 30px 0 60px;
  }
}

section.py01 {
  padding-top: 100px;
}
@media (max-width: 480px) {
  section.py01 {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  section.py01:first-of-type {
    padding-top: 30px;
  }
}
section.py02 {
  padding: 80px 0 120px;
}
@media (max-width: 480px) {
  section.py02 {
    padding: 30px 0 60px;
  }
}
section.bg01 {
  background-color: #f9fbfd;
}

.in-bg01 {
  padding: 100px 0 90px;
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
@media (max-width: 480px) {
  .in-bg01 {
    padding: 50px 0 70px;
  }
}
.in-bg01::before {
  content: "";
  width: calc(100% - 150px);
  min-width: 1270px;
  height: 100%;
  background-color: #fcf4f8;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(calc(50% - 75px));
  z-index: -1;
  border-radius: 0 40px 0 0;
}
@media (max-width: 480px) {
  .in-bg01::before {
    width: 100%;
    min-width: none;
    right: 0;
    transform: none;
  }
}

.in-bg02 {
  padding: 100px 0 90px;
  position: relative;
  z-index: 1;
  overflow-x: clip;
  background-color: #fcf4f8;
}
@media (max-width: 480px) {
  .in-bg02 {
    padding: 50px 0 70px;
  }
}
.in-bg02::before {
  content: "";
  width: calc(100% - 150px);
  min-width: 1270px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(calc(50% + 75px));
  z-index: -1;
  border-radius: 40px 0 0 40px;
}
@media (max-width: 480px) {
  .in-bg02::before {
    width: 100%;
    min-width: none;
    left: 0;
    transform: none;
  }
}

.in-bg03 {
  padding: 100px 0 90px;
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
@media (max-width: 480px) {
  .in-bg03 {
    padding: 50px 0 70px;
  }
}
.in-bg03::before {
  content: "";
  width: calc(100% - 150px);
  min-width: 1270px;
  height: 100%;
  background-color: #fcf4f8;
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(calc(50% - 75px));
  z-index: -1;
}
@media (max-width: 480px) {
  .in-bg03::before {
    width: 100%;
    min-width: none;
    right: 0;
    transform: none;
  }
}

.unit-ttl01 .jp {
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 480px) {
  .unit-ttl01 .jp {
    font-size: 2rem;
  }
}
.unit-ttl01 .en {
  display: block;
  color: #e8a6c2;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media (max-width: 480px) {
  .unit-ttl01 .en {
    font-size: 1.4rem;
  }
}

.unit-ttl02 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480px) {
  .unit-ttl02 {
    font-size: 2rem;
  }
}
.unit-ttl02::before {
  content: "";
  width: 32px;
  height: auto;
  aspect-ratio: 32/19;
  background: url(../img/icon-01.png) no-repeat center/contain;
}
@media (max-width: 480px) {
  .unit-ttl02::before {
    width: 27px;
  }
}
.unit-ttl02 + .unit-msg01 {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .unit-ttl02 + .unit-msg01 {
    margin-top: 30px;
  }
}
.unit-ttl02 + .cont-block03:not(.bgbox01), .unit-ttl02 + .cont-block04, .unit-ttl02 + .cont-block05 {
  margin-top: 60px;
}
@media (max-width: 480px) {
  .unit-ttl02 + .cont-block03:not(.bgbox01), .unit-ttl02 + .cont-block04, .unit-ttl02 + .cont-block05 {
    margin-top: 30px;
  }
}

.unit-ttl03 {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #e8a6c2;
  margin-bottom: 45px;
}
@media (max-width: 480px) {
  .unit-ttl03 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.unit-msg01 {
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.unit-list01 li {
  text-indent: -1em;
  padding-left: 1em;
}
.unit-list01 li::before {
  content: "・";
  color: #d96a9a;
}

.unit-num-list01 {
  padding-left: 2em;
}
.unit-num-list01 li {
  list-style: decimal-leading-zero;
}
.unit-num-list01 li:not(:last-child) {
  margin-bottom: 0.5em;
}

.unit-link__list {
  display: flex;
  gap: 57px;
  justify-content: center;
}
@media (max-width: 480px) {
  .unit-link__list {
    display: block;
  }
  .unit-link__list li:not(:last-child) {
    margin-bottom: 30px;
  }
}

.unit-btn01 > .inner {
  width: 390px;
  max-width: 100%;
  aspect-ratio: 390/80;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  border-radius: 20px;
  background-color: #ffe8e0;
  color: #ed6d34;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 480px) {
  .unit-btn01 > .inner {
    width: 84%;
    margin: 0 auto;
    font-size: 1.6rem;
    border-radius: 10px;
  }
}
.unit-btn01 > .inner::after {
  content: "";
  width: 11px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #ed6d34;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}
@media (max-width: 480px) {
  .unit-btn01 > .inner::after {
    width: 7px;
  }
}
@media (min-width: 480px) {
  .unit-btn01 > .inner:hover {
    background-color: #ed6d34;
    color: #fff;
  }
  .unit-btn01 > .inner:hover::after {
    background-color: #fff;
  }
}

.uni-btn02 > .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 343px;
  height: 70px;
  background: linear-gradient(180deg, #002f7c, #121f42);
  font-weight: bold;
  font-size: 2.5rem;
  color: #e4d263;
  position: relative;
  transition: opacity 0.3s;
}
@media (max-width: 480px) {
  .uni-btn02 > .inner {
    width: 77vw;
    height: auto;
    aspect-ratio: 600/120;
    font-size: 4.1vw;
  }
}
.uni-btn02 > .inner::after {
  content: "";
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #e4d263;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media (min-width: 480px) {
  .uni-btn02 > .inner:hover {
    opacity: 0.7;
  }
}

.unit-txt-link01 {
  color: #0050a7;
  text-decoration: underline;
}
@media (min-width: 480px) {
  .unit-txt-link01:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

.unit-schedule-table01 {
  width: 100%;
  border-collapse: collapse;
}
.unit-schedule-table01 + .unit-schedule-notes {
  margin-top: 10px;
}
@media (max-width: 480px) {
  .unit-schedule-table01 {
    font-size: 3.59vw;
    letter-spacing: 0.02em;
  }
}
.unit-schedule-table01 thead th {
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
}
@media (max-width: 480px) {
  .unit-schedule-table01 thead th {
    padding-bottom: 1.28vw;
  }
}
.unit-schedule-table01 thead .clock {
  text-align: left;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .unit-schedule-table01 thead .clock {
    padding: 0 2.57vw;
  }
}
.unit-schedule-table01 thead .clock::before {
  content: "";
  width: 0.8em;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../img/icon-clock01.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 6px;
}
.unit-schedule-table01 tbody tr {
  border-bottom: 1px solid #ddd;
}
.unit-schedule-table01 tbody tr td {
  padding: 2px 20px;
  text-align: center;
}
@media (max-width: 480px) {
  .unit-schedule-table01 tbody tr td {
    padding: 2px 2.57vw;
  }
}
.unit-schedule-table01 tbody tr td.time {
  text-align: left;
}
.unit-schedule-table01 tbody tr td .circle {
  display: inline-block;
  width: 1em;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #d96a9a;
  border-radius: 50%;
}
.unit-schedule-table01 tbody tr td .dash {
  display: inline-block;
  font-size: 24px;
  color: #d96a9a;
}
@media (max-width: 480px) {
  .unit-schedule-table01 tbody tr td .dash {
    font-size: 3.08vw;
  }
}
.unit-schedule-table01 tbody tr td .triangle {
  display: inline-block;
  width: 1em;
  height: auto;
  aspect-ratio: 1.4/1;
  background-color: #d96a9a;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.unit-schedule-notes {
  font-size: 1.5rem;
  margin-left: 20px;
}
@media (max-width: 480px) {
  .unit-schedule-notes {
    font-size: 3.59vw;
    letter-spacing: 0.02em;
    margin-left: 0;
  }
}
.unit-schedule-notes p {
  margin-bottom: 0px;
}
.unit-schedule-notes .special-note .triangle-legend {
  display: inline-block;
  width: 1em;
  height: auto;
  aspect-ratio: 1.4/1;
  background-color: #d96a9a;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  margin-left: 2.3em;
}
@media (max-width: 480px) {
  .unit-schedule-notes .special-note .triangle-legend {
    margin-left: 0;
  }
}

.unit-acd01 .unit-acd01__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .unit-acd01 .unit-acd01__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.unit-acd01 .unit-acd01__item .label {
  position: relative;
  padding: 7px 50px 7px 20px;
  border-bottom: 1px solid #e8a6c2;
  transition: color 0.3s;
  cursor: pointer;
}
@media (max-width: 480px) {
  .unit-acd01 .unit-acd01__item .label {
    font-weight: 500;
    padding-left: 0;
  }
}
.unit-acd01 .unit-acd01__item .label .closure {
  display: flex;
  width: 30px;
  aspect-ratio: 1/1;
  background-color: #e8a6c2;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.unit-acd01 .unit-acd01__item .label .closure::after, .unit-acd01 .unit-acd01__item .label .closure::before {
  content: "";
  width: 36%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s, transform 0.3s;
}
.unit-acd01 .unit-acd01__item .label .closure::before {
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (min-width: 480px) {
  .unit-acd01 .unit-acd01__item .label:hover {
    color: #e8a6c2;
  }
  .unit-acd01 .unit-acd01__item .label:hover .point .icon {
    transform: translateX(0);
  }
  .unit-acd01 .unit-acd01__item .label:hover .closure {
    background-color: #fff;
  }
  .unit-acd01 .unit-acd01__item .label:hover .closure::after, .unit-acd01 .unit-acd01__item .label:hover .closure::before {
    background-color: #e8a6c2;
  }
}
.unit-acd01 .unit-acd01__item .label.active .closure {
  background-color: #fff;
}
.unit-acd01 .unit-acd01__item .label.active .closure::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.unit-acd01 .unit-acd01__item .label.active .closure::after, .unit-acd01 .unit-acd01__item .label.active .closure::before {
  background-color: #e8a6c2;
}
.unit-acd01 .unit-acd01__item .detail {
  border-radius: 0 0 20px 20px;
  background: #f6dbe7;
  padding: 20px;
}
@media (max-width: 480px) {
  .unit-acd01 .unit-acd01__item .detail {
    padding: 4% 10px;
    border-radius: 0 0 10px 10px;
    line-height: 1.4;
  }
}

.unit-note {
  font-size: 0.8em;
  line-height: 1.2;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

#pagetop {
  display: none;
  width: 45px;
  transition: transform cubic-bezier(0.18, 1.39, 0.61, 0.98) 0.8s;
}
@media (max-width: 480px) {
  #pagetop {
    width: 7%;
    background-color: transparent;
  }
}
@media (min-width: 480px) {
  #pagetop:hover {
    transform: translateY(-10%);
  }
}
#pagetop a {
  text-align: center;
  color: #fff;
}
#pagetop a img {
  display: block;
}
@media (max-width: 480px) {
  #pagetop a img {
    width: 100%;
  }
}
#pagetop img {
  display: block;
}
#pagetop img.only_pc {
  display: block;
}
@media (max-width: 480px) {
  #pagetop img.only_pc {
    display: none;
  }
}
#pagetop img.only_sp {
  display: none;
}
@media (max-width: 480px) {
  #pagetop img.only_sp {
    display: block;
  }
}

#pagetop.fixed {
  right: 0;
  bottom: 50px;
  display: block;
  z-index: 100;
}
@media (max-width: 480px) {
  #pagetop.fixed {
    right: 9px;
    bottom: 50px;
    display: block;
  }
}

@keyframes huyuu {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
.footer {
  min-width: 1100px;
  background: #6a6668;
  position: relative;
}
@media (max-width: 480px) {
  .footer {
    min-width: 100%;
  }
}
.footer .footer__in {
  padding: 90px 0 100px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
}
@media (max-width: 480px) {
  .footer .footer__in {
    padding: 55px 4%;
    display: block;
  }
}
.footer .footer__in .footer-block01 {
  display: flex;
  gap: 0 15px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block01 {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
  }
}
.footer .footer__in .footer-block01 .footer-block01__logo {
  width: 432px;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block01 .footer-block01__logo {
    width: 90%;
  }
}
.footer .footer__in .footer-block01 .footer-block01__address {
  text-align: center;
}
.footer .footer__in .footer-block01 .footer-block01__address .area {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  color: #d96a9a;
  background-color: #fbeff5;
  padding: 0 23px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block01 .footer-block01__address .area {
    font-size: 1.8rem;
    padding: 0 15px;
  }
}
.footer .footer__in .footer-block01 .footer-block01__address .address {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 {
    margin-bottom: 50px;
  }
}
.footer .footer__in .footer-block02 .footer-block02-card {
  width: 500px;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card {
    width: 100%;
  }
}
.footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item {
    border-radius: 10px;
  }
}
.footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .head {
  background-color: #d96a9a;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #6a6668;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .head {
    font-size: 1.5rem;
    padding: 3px;
  }
}
.footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .body {
  background-color: #fff;
  color: #333333;
  padding: 12px 0;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .body {
    padding: 0;
  }
}
.footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .body .tel-area {
  display: flex;
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .body .tel-area {
    padding: 0 4%;
    margin-bottom: 0px;
    flex-direction: column;
  }
}
.footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .body .tel-area .tel-area-item {
  width: 50%;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .body .tel-area .tel-area-item {
    width: 100%;
    padding: 20px 0;
  }
}
.footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .body .tel-area .tel-area-item .label {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .body .tel-area .tel-area-item .label {
    margin-bottom: 5px;
    font-size: 3.59vw;
    font-weight: 500;
  }
}
.footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .body .tel-area .tel-area-item .num {
  font-weight: 500;
  font-size: 2.3rem;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .body .tel-area .tel-area-item .num {
    font-size: 10.92vw;
  }
}
.footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .body .tel-area .tel-area-item:first-child {
  border-right: 1px dashed #d96a9a;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .body .tel-area .tel-area-item:first-child {
    border-right: 0;
    border-bottom: 1px dashed #d96a9a;
  }
}
.footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .body > .time {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  gap: 0.4em;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .body > .time {
    font-size: 3.59vw;
    border-top: 2px solid;
    padding: 12px 0;
  }
}
.footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .body > .time .detail .detail-set {
  display: inline-block;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .body > .time .detail .detail-set {
    display: block;
  }
}
.footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item .body > .time .detail .bg {
  background-color: #f6dbe7;
  margin-right: 0.4em;
  border-radius: 3px;
  padding: 0 2px;
}
.footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item.item01 {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item.item01 {
    margin-bottom: 25px;
  }
}
.footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item.item02 .body {
  padding: 25px 30px;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item.item02 .body {
    padding: 4%;
  }
}
.footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item.item02 .body .unit-schedule-table01 tbody tr td {
  padding: 2px 15px;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item.item02 .body .unit-schedule-table01 tbody tr td {
    padding: 0.2vw 2vw;
  }
}
.footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item.item02 .body .unit-schedule-table01 .clock {
  padding: 0 15px;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item.item02 .body .unit-schedule-table01 .clock {
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item.item02 .body .unit-schedule-table01 .time {
    font-size: 3.85vw;
    font-weight: 500;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item.item02 .body .unit-schedule-table01 .circle {
    width: 0.8em;
  }
}
.footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item.item02 .body .unit-schedule-notes {
  margin-left: 15px;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block02 .footer-block02-card .footer-block02-card__item.item02 .body .unit-schedule-notes {
    margin-left: 0;
  }
}
.footer .footer__in .footer-block03 {
  flex: 1;
  display: grid;
  grid-template-columns: 120px 1fr 1fr;
  grid-template-areas: "list01 list02 list03" "list04 list05 list06" "list07 list07 list07";
  gap: 40px 25px;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block03 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "list01 list01" "list02 list03" "list04 list05" "list06 list07";
    gap: 30px 0;
  }
}
.footer .footer__in .footer-block03 .footer-nav__list {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block03 .footer-nav__list {
    font-size: 3.85vw;
  }
}
.footer .footer__in .footer-block03 .footer-nav__list.list01 {
  grid-area: list01;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block03 .footer-nav__list.list01 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px 0;
  }
  .footer .footer__in .footer-block03 .footer-nav__list.list01 li {
    width: 50%;
  }
}
.footer .footer__in .footer-block03 .footer-nav__list.list02 {
  grid-area: list02;
}
.footer .footer__in .footer-block03 .footer-nav__list.list03 {
  grid-area: list03;
}
.footer .footer__in .footer-block03 .footer-nav__list.list04 {
  grid-area: list04;
}
.footer .footer__in .footer-block03 .footer-nav__list.list05 {
  grid-area: list05;
}
.footer .footer__in .footer-block03 .footer-nav__list.list06 {
  grid-area: list06;
}
.footer .footer__in .footer-block03 .footer-nav__list.list06 {
  grid-area: list06;
}
.footer .footer__in .footer-block03 .footer-nav__list.list07 {
  grid-area: list07;
  display: flex;
  gap: 45px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block03 .footer-nav__list.list07 {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .footer .footer__in .footer-block03 .footer-nav__list.list07 li {
    width: 50%;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .footer .footer__in .footer-block03 .footer-nav__list.list07 li {
    width: 100%;
  }
}
.footer .footer__in .footer-block03 .footer-nav__list.list07 a::after {
  content: "";
  width: 9px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.72 8.63"><path fill="%23fff" d="m8.3,0h-2.6c-.23,0-.42.19-.42.42s.19.42.42.42h1.28l-2.09,2.09c-.25.25-.25.65,0,.89.12.12.28.18.45.18s.32-.06.45-.18l2.09-2.09v1.28c0,.23.19.42.42.42s.42-.19.42-.42V.42c0-.23-.19-.42-.42-.42Z"/><path fill="%23fff" d="m7.4,4.53c-.25,0-.45.2-.45.45v2.32c0,.24-.2.44-.44.44H1.33c-.24,0-.44-.2-.44-.44V2.11c0-.24.2-.44.44-.44h2.14c.25,0,.45-.2.45-.45s-.2-.45-.45-.45H1.33c-.74,0-1.33.6-1.33,1.33v5.18c0,.74.6,1.33,1.33,1.33h5.18c.74,0,1.33-.6,1.33-1.33v-2.32c0-.25-.2-.45-.45-.45Z"/></svg>') no-repeat center/contain;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.72 8.63"><path fill="%23fff" d="m8.3,0h-2.6c-.23,0-.42.19-.42.42s.19.42.42.42h1.28l-2.09,2.09c-.25.25-.25.65,0,.89.12.12.28.18.45.18s.32-.06.45-.18l2.09-2.09v1.28c0,.23.19.42.42.42s.42-.19.42-.42V.42c0-.23-.19-.42-.42-.42Z"/><path fill="%23fff" d="m7.4,4.53c-.25,0-.45.2-.45.45v2.32c0,.24-.2.44-.44.44H1.33c-.24,0-.44-.2-.44-.44V2.11c0-.24.2-.44.44-.44h2.14c.25,0,.45-.2.45-.45s-.2-.45-.45-.45H1.33c-.74,0-1.33.6-1.33,1.33v5.18c0,.74.6,1.33,1.33,1.33h5.18c.74,0,1.33-.6,1.33-1.33v-2.32c0-.25-.2-.45-.45-.45Z"/></svg>') no-repeat center/contain;
  background-color: #fff;
  display: inline-block;
  margin-left: 0.3em;
}
.footer .footer__in .footer-block03 .footer-nav__list .child-list {
  border-left: 1px solid;
}
.footer .footer__in .footer-block03 .footer-nav__list .child-list li {
  font-size: 1.3rem;
  padding-left: 1em;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block03 .footer-nav__list .child-list li {
    font-size: 3.59vw;
  }
}
.footer .footer__in .footer-block03 .footer-nav__list .child-list li:not(:last-child) {
  margin-bottom: 1.1em;
}
@media (max-width: 480px) {
  .footer .footer__in .footer-block03 .footer-nav__list .child-list li:not(:last-child) {
    margin-bottom: 1.4em;
  }
}
.footer .footer__in .footer-block03 .footer-nav__list .label {
  margin-bottom: 0.6em;
}
@media (min-width: 480px) {
  .footer .footer__in .footer-block03 .footer-nav__list a:hover {
    text-decoration: underline;
  }
}
.footer .copy {
  text-align: center;
  padding: 18px 0;
}
@media (max-width: 480px) {
  .footer .copy {
    padding: 0 0 10px;
  }
}
.footer .copy a {
  font-size: 1.3rem;
  color: #fff;
  display: flex;
  gap: 41px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .footer .copy a {
    font-size: 2.5vw;
    flex-direction: column;
    gap: 5px;
  }
}
.footer .copy a img {
  width: 86px;
}

.access_map {
  padding: 0 10px;
  width: 100%;
}
@media (max-width: 480px) {
  .access_map {
    padding: 0 10px;
    width: 100%;
  }
}
.access_map .map_set {
  border: 1px dotted #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 23px;
  height: 450px;
  width: 100%;
}
@media (max-width: 480px) {
  .access_map .map_set {
    box-shadow: inherit;
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .access_map .map_set .guide {
    font-size: 1rem;
    padding: 13px 10px;
  }
}
.access_map .access_data {
  padding: 15px 0 0;
}
.access_map .access_data dl {
  padding: 0 5px;
}
.access_map .access_data dl:after {
  content: "";
  display: block;
  clear: both;
}
.access_map .access_data dl dt {
  font-weight: bold;
  float: left;
}
@media (max-width: 480px) {
  .access_map .access_data dl dt {
    float: none;
  }
}
.access_map .access_data dl dd {
  padding-left: 80px;
}
@media (max-width: 480px) {
  .access_map .access_data dl dd {
    padding-left: 0;
    margin-bottom: 12px;
  }
}
.access_map .access_data dl dd .postal_code {
  margin-right: 1.5rem;
}
@media (max-width: 480px) {
  .access_map .access_data dl dd .postal_code {
    margin-right: 0;
    display: block;
  }
}
.access_map .access_data dl dd a {
  color: #333333;
}

.privacy_section {
  padding: 50px 0 70px;
}
@media (max-width: 480px) {
  .privacy_section {
    padding: 30px 0 40px;
  }
}
.privacy_section .privacy_section_inner {
  margin: 0 auto;
  max-width: 1100px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner {
    padding: 0 10px;
    max-width: 100%;
  }
}
.privacy_section .privacy_section_inner .privacy_set {
  margin-bottom: 20px;
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
  font-size: 1.6rem;
  border-left: 6px solid #e8a6c2;
  margin-bottom: 30px;
  padding: 10px 15px;
  background-color: #f7f8f9;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_title {
    border-left: 3px solid #e8a6c2;
    margin-bottom: 20px;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
  padding: 0 10px 15px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner {
    padding: 0 5px 15px;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner ul.privacy_list li {
    text-indent: -45px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dt {
    margin-bottom: 10px;
  }
}
.privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
  margin-bottom: 15px;
  padding-left: 40px;
}
@media (max-width: 480px) {
  .privacy_section .privacy_section_inner .privacy_set .privacy_set_inner dl.privacy_item dd {
    margin-bottom: 30px;
    padding-left: 0;
  }
}

.inquiry_info_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 50px;
}
@media (max-width: 480px) {
  .inquiry_info_inner {
    display: block;
  }
}
.inquiry_info_inner .inquiry_info {
  text-align: center;
}
@media (max-width: 480px) {
  .inquiry_info_inner .inquiry_info {
    width: 100%;
    margin-bottom: 15px;
  }
}
.inquiry_info_inner .inquiry_info .no {
  margin-bottom: 10px;
  font-size: 5rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 480px) {
  .inquiry_info_inner .inquiry_info .no {
    font-size: 2.8rem;
    font-family: "Zen Maru Gothic", sans-serif;
  }
}
.inquiry_info_inner .inquiry_info .no span {
  font-size: 0.5em;
  margin-right: 0.5em;
}
.inquiry_info_inner .inquiry_info .time {
  margin-bottom: 0;
}

.kinds_list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .kinds_list {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .kinds_list li {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    padding: 0 1em;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 5px;
  }
  .kinds_list li label {
    display: block;
    width: 100%;
  }
}
.kinds_list li:not(:last-child) {
  padding-right: 11px;
}
@media (max-width: 480px) {
  .kinds_list li:not(:last-child) {
    padding-right: 0;
    margin-bottom: 1em;
  }
}

.attent_block {
  margin-bottom: 20px;
}
.attent_block .title {
  font-size: 1.6rem;
  text-shadow: 0.3px 0 0 #000;
  border-bottom: 1px solid #333;
  margin: 0 0 10px;
  padding: 5px 0;
}
.attent_block .title:before {
  content: "■";
  font: normal normal normal 18px/1 FontAwesome;
  margin-right: 6px;
}
.attent_block a {
  text-decoration: underline;
  color: #0050a7;
}
@media (min-width: 480px) {
  .attent_block a:hover {
    text-decoration: none;
  }
}

.thanks_title {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 30px;
}

.thanks_msg {
  text-align: center;
  line-height: 2;
}
@media (max-width: 480px) {
  .thanks_msg {
    text-align: left;
  }
}
.thanks_msg p {
  margin-bottom: 20px;
}

#MailForm span.any,
#MailForm span.required {
  color: #fff;
  font-size: 85%;
  border-radius: 3px;
  margin-right: 5px;
  padding: 2px 4px;
}

#MailForm span.required {
  background: #9B0000;
}

#MailForm span.any {
  background: #999;
}

#MailForm table {
  border: 2px solid #999;
  margin: 0 0 25px;
  width: 100%;
}
@media (max-width: 480px) {
  #MailForm table {
    border: 0;
  }
}
#MailForm table td,
#MailForm table th {
  font-weight: normal;
  border: 1px solid #999;
  padding: 25px;
}
@media (max-width: 480px) {
  #MailForm table td,
  #MailForm table th {
    border: 0;
    width: 100%;
    display: block;
  }
}
#MailForm table th {
  padding-left: 75px;
  width: 30%;
  background: #eef3f6;
  position: relative;
}
@media (max-width: 480px) {
  #MailForm table th {
    padding: 0 0 3px;
    width: 100%;
    background: none;
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  #MailForm table th:before {
    color: #666666;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1;
    margin-right: 5px;
    content: "■";
  }
}
#MailForm table th span {
  position: absolute;
  left: 25px;
}
@media (max-width: 480px) {
  #MailForm table th span {
    left: auto;
    right: 5px;
  }
}
#MailForm table td {
  background: #fff;
}
@media (max-width: 480px) {
  #MailForm table td {
    margin-bottom: 35px;
    padding: 0;
    background: none;
  }
}

#MailForm input,
#MailForm textarea {
  color: #444;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 1px;
  line-height: 1.4;
  border: 1px solid #e1e1e1;
  padding: 10px;
}
@media (max-width: 480px) {
  #MailForm input,
  #MailForm textarea {
    width: 100%;
    border-radius: 5px;
  }
}
@media (max-width: 480px) {
  #MailForm .kinds_list input {
    width: auto;
    margin-right: 1em;
  }
}
#MailForm select {
  font-size: 1.5rem;
  border: 1px solid #e1e1e1;
  padding: 12px 27px 12px 13px;
  cursor: pointer;
  background: url("../img/select-arrow.png") no-repeat center right 7px/9% #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media all and (-ms-high-contrast: none) {
  #MailForm select {
    background: none;
    padding-right: 13px;
  }
}
@media (max-width: 480px) {
  #MailForm select {
    border-radius: 5px;
  }
}
#MailForm label {
  padding: 2px 10px;
  cursor: pointer;
}
@media (max-width: 480px) {
  #MailForm label {
    font-size: 1.5rem;
    padding: 10px;
  }
}
@media (max-width: 480px) {
  #MailForm input[type=submit],
  #MailForm input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
}
@media (max-width: 480px) {
  #MailForm input[type=submit]::-webkit-search-decoration,
  #MailForm input[type=button]::-webkit-search-decoration {
    display: none;
  }
}
@media (max-width: 480px) {
  #MailForm input[type=submit]:focus,
  #MailForm input[type=button]:focus {
    outline-offset: -2px;
  }
}
#MailForm .form3 {
  vertical-align: middle;
  width: 3%;
}
#MailForm .form25 {
  width: 25%;
}
@media (max-width: 480px) {
  #MailForm .form25 {
    width: 100%;
  }
}
#MailForm .form45 {
  width: 45%;
}
@media (max-width: 480px) {
  #MailForm .form45 {
    width: 100%;
  }
}
#MailForm .form60 {
  width: 60%;
}
@media (max-width: 480px) {
  #MailForm .form60 {
    width: 100%;
  }
}
#MailForm .form90 {
  width: 93%;
}
@media (max-width: 480px) {
  #MailForm .form90 {
    width: 100%;
  }
}
#MailForm .focus {
  background: #ffe7e0;
}
#MailForm .important_list {
  margin-bottom: 27px;
  font-size: 0.9em;
}
#MailForm .important_list li {
  text-indent: -1.1em;
  padding-left: 1.1em;
  color: #333333;
}
@media (max-width: 480px) {
  #MailForm .important_list li:first-child {
    margin-bottom: 10px;
  }
}
#MailForm .important_text {
  line-height: 1.4;
  margin-bottom: 27px;
}
#MailForm .inquiry_inset {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  #MailForm .inquiry_inset {
    padding: 15px 4%;
    background: #f2f0ef;
  }
}
#MailForm .confirm_txt {
  text-align: center;
}
@media (max-width: 480px) {
  #MailForm .confirm_txt {
    text-align: left;
  }
}

.send_btn_inner {
  padding: 30px 0 0;
}
@media (max-width: 480px) {
  .send_btn_inner {
    padding-top: 0;
  }
}
.send_btn_inner button {
  min-height: 62px;
  line-height: 1.4;
  padding-top: 10px 30px;
  color: #fff;
  width: 400px;
  display: block;
  margin: 0 auto;
  font-size: 1.7rem;
  letter-spacing: 1.5px;
  padding: 15px 47px 16px;
  line-height: 1;
  cursor: pointer;
  outline: none;
  font-family: "Zen Maru Gothic", sans-serif;
  background: #e8a6c2;
  border: 2px solid #e8a6c2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .send_btn_inner button {
    width: 90%;
    min-height: 48px;
    margin: 0 auto;
    transition: unset;
  }
}
.send_btn_inner button:hover {
  color: #e8a6c2;
  background: #fff;
}
@media (max-width: 480px) {
  .send_btn_inner button:hover {
    color: #fff;
    background: #e8a6c2;
  }
}
@media (max-width: 480px) {
  .send_btn_inner button.submit_btn {
    margin: 20px auto;
  }
}

.inputarea li {
  margin: 0 15px 0 0;
  float: left;
}
@media (max-width: 480px) {
  .inputarea li {
    margin: 0 15px 0 0;
    float: left;
  }
}

#thanks p {
  line-height: 300px;
  text-align: center;
}

#contents .inquiry-info {
  margin: 0;
  overflow: hidden;
}
#contents .inquiry-info li {
  margin-right: 15px;
  float: left;
}

.send_inner {
  padding: 12px 0 20px;
}
.send_inner .send_step_msg {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 15px;
}

.send_guide_msg {
  color: #444;
  text-align: center;
  padding: 0 0 15px;
}

.send_inner .send_btn_inner {
  text-align: center;
}

.send_inner .send_btn_inner .send_btn {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
  cursor: pointer;
  border: 0;
  margin: 0 10px;
  padding: 15px 30px;
  background: #FF9900;
  display: inline-block;
}

.send_inner .send_btn_inner .btn_return {
  background: #797979;
}

.send_confirm_table {
  padding: 17px 0 30px;
}
.send_confirm_table table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 480px) {
  .send_confirm_table table {
    width: 100%;
  }
}
.send_confirm_table table td,
.send_confirm_table table th {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 17px 20px;
  background: #fff;
}
@media (max-width: 480px) {
  .send_confirm_table table td,
  .send_confirm_table table th {
    border: 0 solid #ccc;
    padding: 17px 20px;
    background: #fff;
    display: block;
  }
}
.send_confirm_table table th {
  width: 40%;
  background: #f5f5f5;
}
@media (max-width: 480px) {
  .send_confirm_table table th {
    text-align: left;
    margin-bottom: 5px;
    padding: 10px 15px;
    width: 100%;
    background: #f5f5f5;
  }
}
@media (max-width: 480px) {
  .send_confirm_table table td {
    margin-bottom: 30px;
  }
}

.send_inner .send_error {
  padding: 15px 0 30px;
}
.send_inner .send_error li {
  font-size: 1.4rem;
  padding: 5px 0;
}
.send_inner .send_error li:before {
  color: #C2C2C2;
  font-size: 85%;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin-right: 8px;
  content: "●";
}
.send_inner .send_error li span {
  color: #FF3333;
  margin-right: 5px;
  display: inline-block;
}

.table_base {
  padding: 0 0 25px;
}
.table_base table {
  width: 100%;
}
@media (max-width: 480px) {
  .table_base table {
    border: 0;
  }
}
.table_base table td,
.table_base table th {
  font-weight: normal;
  border-bottom: 1px solid #e8a6c2;
  padding: 25px 16px;
}
@media (max-width: 480px) {
  .table_base table td,
  .table_base table th {
    font-weight: normal;
    border-bottom: 0;
    padding: 12px;
    display: block;
  }
}
.table_base table th {
  border-bottom: 1px solid #e8a6c2;
}
@media (max-width: 480px) {
  .table_base table th {
    border-bottom: 0;
  }
}
.table_base table td {
  border-bottom: 1px solid #9e9f9f;
}
@media (max-width: 480px) {
  .table_base table td {
    border-bottom: 0;
  }
}
.table_base table td span.map_jump {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.table_base table td span.map_jump a {
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 3px;
  padding: 2px 6px;
  background: #e8a6c2;
  display: inline-block;
}
.table_base table td span.map_jump a:hover {
  opacity: 0.7;
}
@media (max-width: 480px) {
  .table_base table td span.map_jump a:hover {
    opacity: 1;
  }
}
.table_base table tbody th {
  font-size: 1.6rem;
  font-weight: bold;
  color: #d96a9a;
  text-align: left;
  width: 28%;
}
@media (max-width: 480px) {
  .table_base table tbody th {
    width: 100%;
    background: #f1f1f1;
  }
}
.table_base table tbody td {
  padding: 25px 40px;
}
@media (max-width: 480px) {
  .table_base table tbody td {
    font-size: 1.5rem;
    padding: 12px;
  }
}
.table_base table dd {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .table_base table dd {
    border-bottom: 0;
  }
}
.table_base table dd:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.content_inner {
  padding: 10px 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .content_inner {
    padding: 0 0 25px;
    display: block;
  }
}
.content_inner .images img {
  width: 100%;
}
.content_inner.w_margin410 .images {
  width: 410px;
}
@media (max-width: 480px) {
  .content_inner.w_margin410 .images {
    width: 100%;
  }
}
.content_inner.w_margin410 .msg {
  width: 570px;
}
@media (max-width: 480px) {
  .content_inner.w_margin410 .msg {
    width: 100%;
  }
}
.content_inner.w_margin450 .images {
  width: 450px;
}
@media (max-width: 480px) {
  .content_inner.w_margin450 .images {
    width: 100%;
  }
}
.content_inner.w_margin450 .msg {
  width: 530px;
}
@media (max-width: 480px) {
  .content_inner.w_margin450 .msg {
    width: 100%;
  }
}

/* .image_list */
.image_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.image_list li img {
  width: 100%;
  display: block;
}
.image_list li span {
  padding: 15px 0 0;
  display: block;
}
.image_list.two_image li {
  width: 45%;
}
.image_list.two_image li:nth-child(odd) {
  margin-right: 4%;
}
.image_list.three_image li {
  width: 30%;
}
.image_list.three_image li:not(:nth-child(3n)) {
  margin-right: 3%;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

@media (max-width: 480px) {
  .sp-t-left {
    text-align: left;
  }
}

.t-bold {
  font-weight: bold;
}

.t-500 {
  font-weight: 500;
}

.t-normal {
  font-weight: normal;
}

.cl-pnk {
  color: #d96a9a;
}

.only_pc {
  display: block;
}
@media (max-width: 480px) {
  .only_pc {
    display: none;
  }
}

.only_sp {
  display: none;
}
@media (max-width: 480px) {
  .only_sp {
    display: block;
  }
}

.inline-b {
  display: inline-block;
}

.tel {
  color: #333333;
  text-decoration: none;
  cursor: inherit;
  pointer-events: none;
}
@media (max-width: 480px) {
  .tel {
    pointer-events: inherit;
  }
}

.fade_hover {
  transition: opacity 0.3s;
}
@media (min-width: 480px) {
  .fade_hover:hover {
    opacity: 0.7;
  }
}

.btn_base {
  margin: 0 auto;
  width: 350px;
}
@media (max-width: 480px) {
  .btn_base {
    width: 90%;
  }
}
.btn_base a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  padding: 14px 30px;
  background: #f4a109;
  border: 2px solid #f4a109;
  display: block;
  position: relative;
  transition: 0.7s;
}
.btn_base a::after {
  width: 7px;
  height: 12px;
  background: url(../img/arrow01-01.png) center/contain no-repeat;
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  transition: 0.7s;
  transform: translate(0, -50%);
}
.btn_base a:hover {
  color: #f4a109;
  background: #fff;
}
.btn_base a:hover::after {
  background: url(../img/arrow01-02.png) center/contain no-repeat;
}
@media (max-width: 480px) {
  .btn_base a {
    font-size: 1.3rem;
    text-align: center;
    padding: 8px 0;
  }
  .btn_base a::after {
    right: 20px;
  }
  .btn_base a:hover {
    color: #fff;
    background: #f4a109;
  }
  .btn_base a:hover::after {
    background: url(../img/arrow01-01.png) center/contain no-repeat;
  }
}

.everywhere_block {
  text-align: center;
  line-height: 2.2;
  margin: 0 auto 50px;
  max-width: 1100px;
}
@media (max-width: 480px) {
  .everywhere_block {
    line-height: 1.8;
    margin: 0 auto 30px;
    padding: 0 20px;
    max-width: 100%;
  }
}/*# sourceMappingURL=common.css.map */