*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: wrap;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

img {
  max-width: 100%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.125rem;
  line-height: 1.875rem;
  background-color: white;
  color: #231815;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

div.container {
  width: 100%;
  max-width: 1130px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

div.container p{
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.2em;
  font-weight: 800;
}

.bg_container {
  max-width: 1440px;
  margin: 0 auto;
}

section {
  padding: 50px 0;
}

header {
  background-color: #aa872e;
  position: relative;
  z-index: 100;
}

header .navis {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  color: white;
}

@media screen and (max-width: 767px) {
  header .navis .logo {
    max-width: 42px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  header .navis p {
    font-size: 0.6875rem;
  }
}

section.kv {
  padding: 0;
  background-color: #e4e7ea;
  padding-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  section.kv {
    padding-bottom: 0;
  }
}

section.kv .kv_wrap {
  position: relative;
}

section.kv .kv_wrap .kv_contents {
  position: absolute;
  top: 60px;
  max-width: 1130px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

section.kv .kv_wrap h1 img {
  max-width: 260px;
  width: 18vw;
}

section.kv .kv_wrap div.kv_content {
  margin-top: 15px;
  position: relative;
}

section.kv .kv_wrap div.kv_content img {
  max-width: 570px;
  position: relative;
  z-index: 1;
}

section.kv .kv_wrap div.kv_content div.bg {
  position: relative;
  width: 100%;
  padding: 20px;
}

section.kv .kv_wrap div.kv_content div.bg::after {
  position: absolute;
  width: 110vw;
  margin-left: calc(50% - 50vw);
  background-color: #ef7c8e;
  content: "";
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  z-index: 0;
}

section.kv h2 {
  margin-top: 20px;
  font-size: 1.75rem;
  line-height: 58.14px;
  letter-spacing: 0.84px;
  color: #231815;
  text-align: center;
  position: relative;
  z-index: 5;
}

section.kv h3 {
  margin-top: 40px;
  font-size: 2rem;
  line-height: 46.26px;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 5;
  padding-bottom: 40px;
}

section.kv .bg_color {
  background-color: #ef7c8e;
  border-radius: 30px;
  padding: 10px 40px;
}

/* section.kv::after {
  content: "";
  background-image: url(../images/arrow1.png);
  width: 100px;
  height: 100px;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
} */

@media screen and (max-width: 767px) {
  section.kv::after {
    content: none;
  }
}

/* section.kv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #feeedf;
  transform: skewY(2deg);
  transform-origin: top right;
} */

@media screen and (max-width: 767px) {
  section.kv::before {
    content: none;
  }
}

/*section.kv .sp_kv {
  margin-top: -50px;
}*/

a img {
  transition: all 0.3s;
}

a:hover img {
  opacity: 0.6;
}

.float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .float {
    max-width: 121px;
  }
}

section {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  section {
    padding: 25px 0;
  }
}

section.tanoshimi {
  background-image: url(../images/t1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}

@media screen and (max-width: 767px) {
  section.tanoshimi {
    background-image: none;
  }
}

section.tanoshimi div.head {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  section.tanoshimi div.head {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

section.tanoshimi div.head div.img {
  padding-right: 2%;
}

@media screen and (max-width: 767px) {
  section.tanoshimi div.head div.img {
    display: flex;
    padding-right: 0;
    align-items: center;
  }

  section.tanoshimi div.head div.img h2 {
    font-size: 1rem;
    padding-left: 20px;
  }
}

section.tanoshimi div.head div.img img {
  max-width: 180px;
}

@media screen and (max-width: 767px) {
  section.tanoshimi div.head div.img img {
    max-width: 70px;
    height: auto;
  }
}

section.tanoshimi div.head div.text {
  max-width: 666px;
}

section.tanoshimi div.head div.text h2 {
  font-size: 30px;
  line-height: 37.2px;
  letter-spacing: 1.5px;
}

section.tanoshimi div.head div.text p {
  margin-top: 20px;
  font-size: 19px;
  line-height: 36.1px;
  letter-spacing: 0.95px;
}

@media screen and (max-width: 767px) {
  section.tanoshimi div.head div.text p {
    font-size: 0.75rem;
    line-height: 1.375rem;
  }
}

section.tanoshimi .content {
  margin-top: 3%;
}

@media screen and (max-width: 767px) {
  section.tanoshimi .content {
    margin-top: 0;
  }
}

section.tanoshimi .content img {
  margin-left: auto;
  width: 70%;
}

section.shinkankaku {
  display: none;
}

@media screen and (max-width: 767px) {
section.shinkankaku {
  display: block;
  padding: 0;
  background-color: #feeedf;
}
}

section.shinkankaku .text {
  max-width: 550px;
}

section.shinkankaku .shinkankaku_contents {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  section.shinkankaku .shinkankaku_contents {
    flex-wrap: wrap;
  }
}

section.shinkankaku .shinkankaku_contents .bg {
  width: 100%;
  max-width: 437px;
}

@media screen and (max-width: 767px) {
  section.shinkankaku .shinkankaku_contents .bg {
    margin-top: -80px;
    z-index: 0;
  }
}

section.shinkankaku .text {
  position: relative;
  z-index: 5;
}

section.shinkankaku h3 {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  section.shinkankaku h3 {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 20px;
  }
}

section.shinkankaku h3 img {
  margin-bottom: 10px;
}

section.shinkankaku p {
  margin-top: 20px;
  font-size: 17px;
  line-height: 36.1px;
  letter-spacing: 0.85px;
  color: #333a46;
}

section.shinkankaku ul.tags {
  margin-top: 40px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

section.shinkankaku ul.tags li {
  margin: 0 5px;
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #aa872e;
  color: white;
  font-size: 18px;
}

.color {
  color: #aa872e;
}

section.price {
  padding-bottom: 100px;
  background-image: url(../images/p_bg.png);
  background-size: cover;
  position: relative;
  background-position: bottom center;
}

@media screen and (max-width: 767px) {
  section.price {
    padding-bottom: 50px;
  }
}

section.price div.bg_img {
  position: absolute;
  left: 0;
  bottom: 57px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  section.price div.bg_img {
    display: none;
  }
}

section.price .price_img {
  position: relative;
  z-index: 10;
}

section.price .price_img img {
  margin: 0 auto;
}

section.nayami {
  padding-top: 0;
}

section.nayami .bg_container {
  background-image: url(../images/n_bg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right top;
}

section.nayami .head {
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.nayami .head .img {
    max-width: 14vw;
  }
}

section.nayami .head .text {
  margin-left: 40px;
  margin-top: 60px;
}

section.nayami .head .text p {
  font-size: 1.25rem;
  line-height: 3.4375rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.nayami .head .text p {
    font-size: 1.3vw;
    line-height: 3;
  }
}

section.nayami .nayami_img p {
  margin-top: 60px;
  font-size: 28px;
  line-height: 56px;
  letter-spacing: 2.8px;
  text-align: center;
}

section.nayami .nayami__img2 {
  margin-top: 60px;
}

div.slash-bg {
  position: relative;
  height: 40px;
}

div.slash-bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #d1e28a;
  transform: skewY(-7deg) translateY(90px);
  z-index: -1;
}

section.gp {
  background-image: url(../images/gp_bg.png);
  background-size: cover;
}

section.gp .head {
  margin-top: 100px;
}

section.gp .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

section.gp .content h3 {
  margin-top: 40px;
  font-size: 48px;
  line-height: 70px;
  letter-spacing: 2.4px;
  color: #000000;
  text-align: center;
}

section.kanshu .img h2 {
  text-align: center;
}

section.kanshu .img h2 img {
  margin: 0 auto;
}

section.kanshu .profile {
  max-width: 903px;
  margin: 0 auto;
  margin-top: 20px;
}

section.kanshu .profile .profile_box {
  margin-top: 40px;
  display: flex;
}

section.kanshu .profile .profile_box div.head {
  flex-shrink: 0;
}

section.kanshu .profile .profile_box div.head span {
  border: 1px solid #333333;
  border-radius: 20px;
  color: #333333;
  display: inline-block;
  padding: 0 20px;
}

section.kanshu .profile .profile_box .content {
  padding-left: 20px;
}

section.kanshu .profile .profile_box .content p {
  font-size: 18px;
  line-height: 30.4px;
  letter-spacing: 1.8px;
  color: #000000;
}

section.kanshu .profile .profile_1col {
  margin-top: 40px;
  font-size: 17px;
  line-height: 30.4px;
  letter-spacing: 1.8px;
  color: #000000;
}

div.section_head {
  padding-top: 20px;
  padding-bottom: 48px;
  position: relative;
  z-index: 10;
}

div.section_head.section_head_style2::after {
  opacity: 1;
}

div.section_head::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/h_bg@2x.png);
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 0;
}

div.section_head .container {
  position: relative;
  z-index: 10;
}

div.section_head .headtext {
  padding: 0 80px;
}

div.section_head .headtext h2 {
  font-size: 55px;
  line-height: 51.59px;
  letter-spacing: 5.5px;
  color: #ffffff;
  text-align: center;
}

div.section_head .sub_text {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.section_head .sub_text {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-top: 20px;
    text-align: center;
  }
}

div.section_head .sub_text p {
  font-size: 16px;
  line-height: 38px;
  color: #ffffff;
}

div.section_head+div {
  margin-top: -120px;
  padding-top: 120px;
}

section.machine .mashine_content {
  background-image: url(../images/m_bg@2x.png);
  background-size: cover;
  padding-bottom: 80px;
}

section.machine .mashine_content h3 {
  margin-top: 40px;
  text-align: right;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: 0.075em;
  color: white;
}

section.machine .mashine_content p {
  margin-top: 20px;
  max-width: 417px;
  margin-left: auto;
  color: white;
  font-size: 1.125rem;
  line-height: 2.125rem;
  letter-spacing: 0.05em;
}

section.machine .mashine_content div.img img {
  margin-top: 40px;
  margin-left: auto;
}

section.sarani .bg_container {
  background-image: url(../images/sarani_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 200px;
}

section.sarani .sarani_head {
  min-height: 1000px;
}

section.sarani .sarani_head h2 {
  text-align: center;
  margin-top: 20px;
  font-size: 3.625rem;
  line-height: 4.375rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #ef7c8e;
}

section.sarani .sarani_head h3 {
  margin-top: 40px;
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #ef7c8e;
}

section.sarani .sarani_head p {
  margin-top: 40px;
}

section.sarani .sarani2 {
  margin-top: -100px;
}

section.sarani .sarani3 {
  margin-top: 40px;
}

section.sarani .sarani3 h4 {
  margin-top: 40px;
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-align: center;
}

section.sarani .sarani3 ul {
  display: flex;
  max-width: 913px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

section.sarani .sarani3 ul li {
  width: 171px;
  background-color: #ef7c8e;
  line-height: 43px;
  color: white;
  text-align: center;
  margin: 5px 5px;
  border-radius: 10px;
}

section.sarani .cta_box {
  margin-top: 60px;
}

section.sarani .cta_box p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}

section.sarani .cta_box a {
  margin-top: 40px;
}

section.sarani .cta_box a img {
  margin: 0 auto;
}

section.flow {
  margin-top: -100px;
  padding-top: 100px;
  background-image: url(../images/flowbg.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
}

section.flow h2 {
  margin-top: 40px;
  font-size: 3rem;
  line-height: 1.4;
  text-align: center;
}

section.flow p {
  margin-top: 20px;
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.4;
}

section.flow .flow_boxes {
  margin-top: 40px;
}

section.flow .flow_boxes .flow_box {
  margin-top: 40px;
  position: relative;
}

section.flow .flow_boxes .flow_box .bg_img {
  object-fit: cover;
  min-height: 420px;
}

section.flow .flow_boxes .flow_box .flow_content {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1130px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

section.flow .flow_boxes .flow_box .flow_content h3 {
  margin-top: 20px;
  font-size: 2.375rem;
  line-height: 1.4;
}

section.flow .flow_boxes .flow_box .flow_content h3 span {
  display: inline-block;
  color: white;
  background-color: #ef7c8e;
  padding: 0px 20px 5px;
}

section.flow .flow_boxes .flow_box .flow_content p {
  text-align: left;
}

section.flow .flow_boxes .flow_box .flow_content p span {
  display: inline-block;
  color: white;
  background-color: #ef7c8e;
  padding: 0px 20px 5px;
}

section.flow .flow_boxes .arrow {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

section.flow .flow_boxes .mochimono_box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

section.flow .flow_boxes .desc p {
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 3.4375rem;
}

section.flow .flow_boxes .desc2 {
  margin-top: 40px;
}

section.voice {
  padding-top: 0;
}

section.voice .voice_kv {
  padding-top: 0;
  position: relative;
}

section.voice .voice_kv .kv_content {
  position: absolute;
  top: calc(50% + 80px);
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 740px;
  width: 100%;
}

section.voice .voice_kv .kv_content h3 span {
  font-size: 2.375rem;
  color: white;
  font-weight: bold;
  display: inline-block;
  background-color: rgba(239, 124, 141, 0.7);
  padding: 20px 20px;
}

section.voice .voice_content {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

section.voice .voice_img {
  display: flex;
  justify-content: center;
  margin-top: -40px;
}

section.price_member .price_table_wrap {
  margin-top: 80px;
}

section.price_member .price_table_wrap .price_tabel {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

section.price_member .price_table_wrap .price_tabel thead {
  border: none;
}

section.price_member .price_table_wrap .price_tabel thead tr {
  border: none;
}

section.price_member .price_table_wrap .price_tabel thead tr th {
  color: white;
  background-color: #ef7c8e;
  border: none;
  padding: 5px;
}

section.price_member .price_table_wrap .price_tabel tbody tr {
  border-bottom: 2px solid #ef7c8e;
}

section.price_member .price_table_wrap .price_tabel tbody tr td {
  padding: 20px;
  border-left: 1px dotted #ef7c8e;
}

section.price_member .price_table_wrap .price_tabel tbody tr td:first-child {
  border-left: none;
  font-size: 2.375rem;
  text-align: center;
}

section.price_member .price_table_wrap .price_tabel tbody tr td:first-child .small {
  font-size: 1.125rem;
  display: block;
  text-align: center;
  margin-top: 15px;
}

section.price_member .price_table_wrap .price_tabel tbody tr td:nth-child(2) {
  font-size: 3.9375rem;
  letter-spacing: 0.025em;
}

section.price_member .price_table_wrap .price_tabel tbody tr td:nth-child(2) .yen {
  font-size: 2.5rem;
}

section.price_member .right {
  text-align: right;
  font-size: 0.9375rem;
}

section.price_member .price2 {
  border-top: 3px solid #ef7c8e;
  border-bottom: 3px solid #ef7c8e;
  margin-top: 40px;
}

section.price_member .price2 .prices {
  display: flex;
  justify-content: space-around;
}

section.price_member .price2 .prices .pirce {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px dotted #ef7c8e;
  padding: 50px 0;
  width: 50%;
}

section.price_member .price2 .prices .pirce:first-child {
  border-left: none;
}

section.price_member .price2 .prices .pirce .head {
  font-size: 1.75rem;
}

section.price_member .price2 .prices .pirce .price_text {
  padding-left: 60px;
  display: flex;
  align-items: flex-end;
  font-size: 3.9375rem;
}

section.price_member .price2 .prices .pirce .price_text .yen {
  font-size: 2.5rem;
}

section.price_member .price2 .prices .pirce .price_text .tax {
  font-size: 1.125rem;
  line-height: 1;
  margin-left: 5px;
}

section.price_member .price2 .prices .pirce .price_text span.kakaku {
  position: relative;
  top: -10px;
}

section.price_member .required_items {
  display: flex;
  margin-top: 60px;
}

section.price_member .required_items .head {
  padding-right: 30px;
  margin-top: 20px;
}

section.price_member .required_items .item_wrap {
  width: calc(100% - 192px);
}

section.price_member .required_items .item_wrap .items {
  display: flex;
}

section.price_member .required_items .item_wrap .items .item {
  width: 100%;
  border: 1px solid #ef7c8e;
  text-align: center;
  border-left: none;
  padding: 20px 0;
}

section.price_member .required_items .item_wrap .items .item:first-child {
  border-left: 1px solid #ef7c8e;
}

section.price_member .required_items .item_wrap p {
  margin-top: 20px;
  font-size: 0.9375rem;
}

section.faq .faq_content h3 {
  margin-top: 40px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

section.faq .faq_content h3::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  top: 50%;
  right: 0;
  background-color: #E75477;
  transition: all 0.3s;
  transform: translate(0, -50%);
}

section.faq .faq_content h3::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 3px;
  top: 50%;
  right: 0;
  background-color: #E75477;
  transition: all 0.3s;
  transform: translate(0, -50%) rotate(90deg);
}

section.faq .faq_content h3.active::before {
  transform: translate(0, -50%) rotate(0);
}

section.faq .faq_content .faqs {
  margin-top: 20px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

section.faq .faq_content .faqs.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

section.faq .faq_content .faqs .faq .question {
  margin-top: 20px;
}

section.faq .faq_content .faqs .faq .question h4 {
  padding: 20px;
  padding-left: 20px;
  border-left: 10px solid #AA872E;
  background-color: #EEE7D5;
  display: flex;
  font-size: 1.25rem;
}

section.faq .faq_content .faqs .faq .question h4 span.text {
  margin-left: 20px;
}

section.faq .faq_content .faqs .faq .answer {
  padding: 20px;
  padding-left: 30px;
  display: flex;
}

section.faq .faq_content .faqs .faq .answer span.text {
  margin-left: 20px;
  font-weight: 500;
}

section.faq .faq_content .faqs .faq .answer span.text a {
  color: #D01A65;
  text-decoration: none;
}

section.faq .faq_content .faqs .faq .answer span.text a.btn {
  color: white;
  background-color: #E75477;
  display: inline-block;
  padding: 0 10px;
  border-radius: 3px;
  margin-left: 5px;
}

section.access .acces_info {
  margin-top: 80px;
  display: flex;
}

section.access .acces_info .info_text {
  padding-left: 40px;
}

section.access .acces_info .info_text h3 {
  font-size: 2.5rem;
  font-weight: bold;
}

section.access .acces_info .info_text .locations {
  margin-top: 30px;
  display: flex;
}

section.access .acces_info .info_text .locations .location_text {
  padding-left: 5px;
  font-size: 1.125rem;
  line-height: 2rem;
}

section.access .map {
  margin-top: 60px;
  padding-top: 40%;
  position: relative;
}

section.access .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

section.access .chusha {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

section.access .chusha .chusha_wrap {
  border: 5px solid #727F8E;
  border-radius: 30px;
  padding: 20px 30px;
  display: inline-block;
  font-size: 1.75rem;
  font-weight: bold;
}

section.access .chusha .chusha_wrap span.num {
  font-size: 3.25rem;
}

footer {
  margin-top: 80px;
  background-color: #AA872E;
  padding: 40px 0;
}

footer .footer_infos {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .footer_infos a {
  color: white;
  text-decoration: none;
  font-size: 3.8125rem;
}

footer .footer_infos a span.small {
  font-size: 3.125rem;
}

footer .footer_info {
  margin: 0 40px;
}

footer .footer_info.sns ul {
  display: flex;
}

footer .footer_info.sns ul li {
  margin: 0 10px;
}

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



footer .policy-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: .83rem;
  padding: 1.04rem 0
}

footer .policy-list li {
  margin-bottom: 0;
  line-height: 1;
  font-size: 83.33%
}

footer .policy-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5em 1.3em;
  border: 1px solid currentColor;
  border-radius: .92rem
}

footer .policy-list li a,
footer .policy-list li a:active,
footer .policy-list li a:focus,
footer .policy-list li a:link,
footer .policy-list li a:visited,
html:not([data-whatinput=touch]) footer .policy-list li a:hover {
  color: #333;
  text-decoration: none
}




