@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p');
/* ***********************************
 *
 *    Ire's CSS Reset & Base
 *    https://github.com/ireade/css/blob/master/base.scss
 * *********************************** */
/* Reset margin, padding, border
 * *********************************** */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography
  * *********************************** */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

/* Layout
  * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

/* Elements
  * *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

/* Attributes & states
  * *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes
  * *********************************** */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

@keyframes body_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes body_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeShow {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@font-face {
  font-family: 'あずきフォント';
  src: url('../font/azuki.ttf') format('truetype');
}
@font-face {
  font-family: 'あずきフォントB';
  src: url('../font/azukiB.ttf') format('truetype');
}
@media screen and (min-width: 750px) {
  .c-onlySp {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .c-onlyPc {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0px auto 0px;
  text-align: center;
  background-color: #fdfdf1;
  color: #734f03;
  font-family: 'M PLUS 1p';
  font-size: 13pt;
  font-weight: bold;
  -webkit-animation: body_fade 1.5s ease 0s 1 normal;
  animation: body_fade 1.5s ease 0s 1 normal;
}

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

ul,
li,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
}

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

/* 汎用CSSクラス================================================= */
.wrap {
  max-width: 1400px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 750px) {
  .wrap {
    margin: 80px auto 20px;
  }
}

.page_inner {
  padding-top: 60px;
  line-height: 40px;
}
@media only screen and (max-width: 750px) {
  .page_inner {
    padding-top: 20px;
    line-height: 30px;
  }
}

.section_inner {
  padding: 70px;
  margin: 30px;
  background: #fff;
}
@media only screen and (max-width: 1100px) {
  .section_inner {
    padding: 20px;
    margin: 20px 0 0;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.inline_block {
  display: inline-block;
}

.border_radius_10 {
  border-radius: 10px;
}

.margin_right_20 {
  margin-right: 20px;
}

.indention span::after {
  content: '\a';
  white-space: pre;
}

/* header */
.header {
  position: relative;
  /* menu */
}
@media only screen and (max-width: 750px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    background-color: #fdfdf1;
  }
}
.header_bgImage {
  position: absolute;
  left: 0;
  right: 0;
  background: url('../image/header_bgImage.png') repeat-x;
  height: 12px;
}
@media only screen and (max-width: 750px) {
  .header_item {
    display: initial;
  }
}
.header_container {
  max-width: 1400px;
  margin: 0 auto;
}
.header_logo {
  margin-top: 0;
  margin-left: 50px;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .header_logo {
    padding: 20px 0 20px 10px;
    margin: 0;
    text-align: initial;
  }
}
.header_logo_link {
  display: inline-block;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .header_logo_link {
    width: 50%;
    margin: 0;
  }
}
.header_logo_image {
  display: block;
}
.header_telBlock {
  display: none;
  position: absolute;
  top: 5px;
  right: 46px;
  width: 116px;
  padding: 6px;
  text-align: right;
  color: #734f03;
  font-family: 'M PLUS 1p';
  font-size: 10pt;
  font-weight: bold;
  line-height: 1;
  border: solid 1px burlywood;
  border-radius: 5px;
}
@media only screen and (max-width: 750px) {
  .header_telBlock {
    display: block;
  }
}
.header_telIcon {
  display: none;
}
@media only screen and (max-width: 750px) {
  .header_telIcon {
    position: absolute;
    display: initial;
    width: auto;
    height: 31px;
    top: 3px;
    right: 81px;
  }
}
.header_menuArea {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .header_menuArea {
    margin-top: 0;
  }
}
.header_menuArea #header_menuToggle {
  position: absolute;
  display: none;
  opacity: 0;
}
@media only screen and (max-width: 750px) {
  .header_menuArea {
    position: absolute;
    top: 16px;
    right: 5px;
    display: inline-block;
  }
  .header_menuArea #header_menuToggle:checked ~ .gnav {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }
  .header_menuArea #header_menuToggle ~ label {
    position: -webkit-sticky;
    position: sticky;
    right: 16px;
    display: block;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: 0.5s transform;
    transition: 0.5s transform;
    -webkit-transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
    transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
    text-align: center;
    color: #333333;
  }
  .header_menuArea #header_menuToggle ~ label::before {
    font-family: 'FontAwesome';
    content: '\f0c9';
    font-size: 2em;
  }
  .header_menuArea #header_menuToggle:checked ~ label {
    position: -webkit-sticky;
    position: sticky;
    right: 16px;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .header_menuArea #header_menuToggle:checked ~ label::before {
    content: '\f00d';
  }
}
.header_menuArea label {
  z-index: 3;
}

.gnav {
  background: #fff;
}
@media screen and (max-width: 750px) {
  .gnav {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 250px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.53s transform;
    transition: 0.53s transform;
    -webkit-transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    background-color: #734f03;
    opacity: 0.8;
    z-index: 1;
  }
}
.gnav_datetime {
  display: none;
}
@media screen and (max-width: 750px) {
  .gnav_datetime {
    display: inline;
  }
}
.gnav_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
@media only screen and (max-width: 750px) {
  .gnav_nav {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    flex-direction: column;
  }
}
.gnav_list {
  width: 250px;
  height: 60px;
  list-style: none;
  border-right: 1px dotted #734f03;
}
.gnav_list:first-child {
  border-left: 1px dotted #734f03;
}
@media only screen and (max-width: 750px) {
  .gnav_list:first-child {
    border: none;
  }
}
@media only screen and (max-width: 750px) {
  .gnav_list {
    display: block;
    height: auto;
    padding-right: 0;
    list-style: none;
  }
}
.gnav_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .gnav_list a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }
}
.gnav_image {
  max-width: 100%;
}
@media only screen and (max-width: 750px) {
  .gnav_image {
    display: none;
  }
}

.mv {
  position: relative;
  width: 100%;
  height: 530px;
  max-width: 1400px;
}
@media only screen and (max-width: 750px) {
  .mv {
    height: 300px;
  }
}
.mv_tel {
  position: absolute;
  top: -205px;
  right: 0;
  width: 21%;
  z-index: 1;
}
.mv_pageTitle_Text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 460px;
  height: 100px;
  color: #734f03;
  background: #fff;
  font-family: 'あずきフォントB';
  font-size: 30px;
  border: 2px solid #734f03;
}
@media only screen and (max-width: 500px) {
  .mv_pageTitle_Text {
    width: 80%;
    height: 80px;
    font-size: 20px;
  }
}
.mv_pageTitle_Text::before {
  content: url('../image/hedding01.png');
  position: absolute;
  top: 24px;
  left: 38px;
}
.mv_pageTitle_Text::after {
  content: url('../image/hedding01.png');
  position: absolute;
  top: 24px;
  right: 38px;
}

.sectionTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #734f03;
  font-family: 'あずきフォント';
  font-size: 28pt;
}
@media only screen and (max-width: 750px) {
  .sectionTitle {
    font-size: 20pt;
  }
}
.sectionTitle::before,
.sectionTitle::after {
  content: url('../image/hedding01.png');
  position: relative;
  margin: 20px;
  bottom: 2px;
}

.footer_wrap {
  background: #fdfdf1;
  background-image: url('../image/footer_bgImage.png');
  background-repeat: repeat-x;
}
@media only screen and (max-width: 750px) {
  .footer_logo {
    width: 95%;
  }
}
@media only screen and (max-width: 750px) {
  .footer_tel {
    width: 70%;
    max-width: 290px;
    margin-top: 15px;
  }
}
.footer_inner {
  padding-top: 150px;
}
.footer_postCode {
  margin-top: 15px;
  color: #734f03;
  line-height: 1;
}
.footer_address {
  padding: 0 0.5em;
}
.footer_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1000px;
  margin: 30px auto;
}
@media screen and (max-width: 1100px) {
  .footer_content {
    justify-content: center;
    flex-direction: column;
  }
}
.footer_map {
  width: 340px;
}
@media screen and (max-width: 1100px) {
  .footer_map {
    margin: auto;
  }
}
.footer_mapImage {
  width: 100%;
}
.footer_access {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .footer_access {
    margin-left: auto !important;
    margin: auto;
    padding: 40px 20px 20px;
  }
}
.footer_access_title {
  color: #734f03;
  font-family: 'あずきフォント';
  font-size: 24pt;
  font-weight: bold;
}
.footer_access_title::before {
  content: url('../image/hedding01.png');
  position: relative;
  margin: 20px;
  bottom: 5px;
}
.footer_access_title::after {
  content: url('../image/hedding01.png');
  position: relative;
  margin: 20px;
  bottom: 5px;
}
.footer_access_distance {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #ffffff;
  text-align: left;
  color: #734f03;
}
@media only screen and (max-width: 750px) {
  .footer_access_distance {
    font-size: 11pt;
  }
}
.footer_access_text {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.footer_access_methImage {
  align-self: center;
  width: auto !important;
  margin: 0 5px;
}
@media only screen and (max-width: 750px) {
  .footer_access_methImage {
    margin: 5px 0;
  }
}
.footer_access_note {
  text-align: left;
  color: #734f03;
  line-height: 1;
}
.footer_access_parking {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 42%;
}
@media only screen and (max-width: 750px) {
  .footer_access_parking {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
}
.footer_access_parkingImage {
  width: 100%;
  aspect-ratio: 160/93;
}
@media only screen and (max-width: 750px) {
  .footer_access_parkingImage {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.footer_copyright {
  background: #734f03;
  line-height: 30px;
}
.footer_copyright_text {
  margin-bottom: 0;
  color: #ffffff;
}
.footer_copyright_small {
  font-size: smaller;
}

.spBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
}
.spBanner_default {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}
.spBanner_default_link {
  display: block;
}
.spBanner_default img {
  vertical-align: bottom;
}
.spBanner_default_item {
  width: 50%;
}
.spBanner_fixed {
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}
.spBanner_fixed_item {
  width: 50%;
  padding: 12px 0;
}
.spBanner .spBannerReserve {
  border: 2px solid #ff5f07;
  background-color: #ffe2d2;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
  color: #000000;
}
.spBanner .spBannerTel {
  border: 2px solid #1bc81e;
  background-color: #95d196;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
  color: #000000;
}
.spBanner .spBannerTel_title {
  font-size: 20px;
  font-weight: bold;
}
.spBanner .spBannerTel_main {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.spBanner .spBannerTel_icon {
  display: flex;
  align-items: center;
}

.top {
  margin: 0 auto 30px;
  /* ================================================================
  MV */
  /* ================================================================
  calender section */
  /* ================================================================
  guide section */
  /* ================================================================
  info section */
}
@media only screen and (max-width: 750px) {
  .top {
    margin: 80px auto 20px;
  }
}
.topWrapper {
  background: #fdfdf1;
}
@media only screen and (max-width: 750px) {
  .top + .footer {
    padding-bottom: 62px;
  }
}
.topMv {
  position: relative;
  width: 100%;
  height: 42vw;
  overflow: hidden;
  /* WEB予約バナー */
}
@media only screen and (max-width: 750px) {
  .topMv {
    height: 112vw;
  }
}
.topMv_tel {
  position: absolute;
  top: -205px;
  right: 0;
  width: 21%;
  max-width: 350px;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .topMv_tel {
    display: none;
  }
}
.topMv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.topMv_bgImage {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fadeShow 20s linear infinite;
  object-fit: cover;
  object-position: center center;
}
/* top_02.jpg */
.topMv_bgImage:first-child {
  object-fit: cover;
}
/* top_03.jpg */
.topMv_bgImage:nth-child(2) {
  animation-delay: 10s;
}
/* Overlay */
.topMv_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  z-index: 1;
  pointer-events: none;
}
/* Catchcopy */
.topMv_catchcopy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.topMv_catchcopy_text {
  display: block;
  font-size: 72px;
  font-weight: bold;
  color: #f59e0b;
  font-family: 'あずきフォント';
  letter-spacing: 0.1em;
  text-shadow:
    -3px -3px 0 #fff,
    3px -3px 0 #fff,
    -3px 3px 0 #fff,
    3px 3px 0 #fff,
    -3px 0 0 #fff,
    3px 0 0 #fff,
    0 -3px 0 #fff,
    0 3px 0 #fff,
    0 0 30px #fff,
    0 0 60px #fff,
    0 0 90px #fff;
}
.topMv_catchcopy_sub {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #f59e0b;
  letter-spacing: 0.15em;
  font-family: 'あずきフォント';
  text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff,
    -2px 0 0 #fff,
    2px 0 0 #fff,
    0 -2px 0 #fff,
    0 2px 0 #fff,
    0 0 20px #fff,
    0 0 40px #fff,
    0 0 60px #fff;
}
@media only screen and (max-width: 1100px) {
  .topMv_catchcopy_text {
    font-size: 48px;
  }
  .topMv_catchcopy_sub {
    font-size: 24px;
  }
}
@media only screen and (max-width: 750px) {
  .topMv_catchcopy {
    left: 20px;
    transform: translateY(-50%);
    align-items: flex-start;
  }
  .topMv_catchcopy_text {
    font-size: 36px;
    text-shadow:
      -2px -2px 0 #fff,
      2px -2px 0 #fff,
      -2px 2px 0 #fff,
      2px 2px 0 #fff,
      -2px 0 0 #fff,
      2px 0 0 #fff,
      0 -2px 0 #fff,
      0 2px 0 #fff,
      0 0 15px #fff,
      0 0 30px #fff,
      0 0 45px #fff;
  }
  .topMv_catchcopy_sub {
    font-size: 20px;
    text-shadow:
      -1px -1px 0 #fff,
      1px -1px 0 #fff,
      -1px 1px 0 #fff,
      1px 1px 0 #fff,
      -1px 0 0 #fff,
      1px 0 0 #fff,
      0 -1px 0 #fff,
      0 1px 0 #fff,
      0 0 10px #fff,
      0 0 20px #fff,
      0 0 30px #fff;
  }
}
/* Left Fixed Topics */
.topMv_topics {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 300px;
  z-index: 9999;
}
@media only screen and (max-width: 1100px) {
  .topMv_topics {
    width: 200px;
    left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .topMv_topics {
    display: none;
  }
}
/* SP Topics Section */
.topTopics {
  padding-top: 40px;
}
.topTopics_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  max-width: 90%;
  margin: 20px auto 0;
}
.topTopics_link {
  width: 45%;
}
.topTopics_image {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.topMv_topics_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 1100px) {
  .topMv_topics_container {
    gap: 8px;
  }
}
.topMv_topics_link {
  display: block;
  width: 100%;
  transition: opacity 0.3s ease;
}
.topMv_topics_link:hover {
  opacity: 0.8;
}
.topMv_topics_image {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}
.topMv_reserveBanner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 300px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1600px) {
  .topMv_reserveBanner {
    /* bottom: -60px; を削除 */
  }
}
@media only screen and (max-width: 1100px) {
  .topMv_reserveBanner {
    bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .topMv_reserveBanner {
    bottom: 20px;
  }
}
.topMv_reserveBannerImg {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 750px) {
  .topMv_reserveBannerImg {
    width: 25vw;
    display: none !important;
  }
}
/* HOT PEPPER Beauty Banner */
.topMv_hotpepperBanner {
  position: fixed;
  bottom: 175px; /* 予約バナー(20px) + バナー高さ(約80px) + 間隔(20px) */
  right: 20px;
  z-index: 1000;
  width: 300px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1600px) {
  .topMv_hotpepperBanner {
    /* bottom adjustment for medium screens */
  }
}
@media only screen and (max-width: 1100px) {
  .topMv_hotpepperBanner {
    bottom: 120px; /* 予約バナー(20px) + バナー高さ(約80px) + 間隔(20px) */
  }
}
@media only screen and (max-width: 750px) {
  .topMv_hotpepperBanner {
    bottom: 120px;
  }
}
.topMv_hotpepperBannerImg {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease;
}
.topMv_hotpepperBannerImg:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 750px) {
  .topMv_hotpepperBannerImg {
    width: 25vw;
    display: none !important;
  }
}

.topCalender {
  padding-top: 40px;
}
@media only screen and (max-width: 750px) {
  .topCalender {
    padding-top: 40px;
  }
}
.topCalender_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  max-width: 1240px;
  margin: 0 auto;
  font-size: 24pt;
}
@media only screen and (max-width: 750px) {
  .topCalender_container {
    flex-direction: column;
    gap: 20px;
  }
}
.topCalender_link {
  width: 40%;
}
@media only screen and (max-width: 750px) {
  .topCalender_link {
    width: 60%;
  }
}
.topGuide {
  padding-top: 40px;
}
@media only screen and (max-width: 750px) {
  .topGuide {
    padding-top: 40px;
  }
}
.topGuide_wrap {
  width: 68%;
  max-width: 1240px;
  margin: 0px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .topGuide_wrap {
    width: 100%;
    margin: 0;
  }
}
.topGuide_link {
  width: 25%;
  margin-top: 56px;
}
@media only screen and (max-width: 750px) {
  .topGuide_link {
    width: 40%;
    margin-top: 40px;
  }
}
.topGuide_button {
  width: 70%;
  aspect-ratio: 1/1;
}
.topGuide_text {
  margin-top: 23px;
  color: #734f03;
  font-family: 'あずきフォント';
  font-size: 18pt;
}
@media only screen and (max-width: 1100px) {
  .topGuide_text {
    font-size: 13pt;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 750px) {
  .topGuide_text {
    margin-top: 11px;
  }
}
.topInfo {
  padding: 0 4% 120px;
  margin-top: 40px;
  background: #ffad0c;
}
@media only screen and (max-width: 750px) {
  .topInfo {
    margin-top: 40px;
    padding-bottom: 80px;
  }
}
.topInfo_container {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
  max-width: 1180px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 750px) {
  .topInfo_container {
    display: block;
  }
}
.topInfo_box {
  position: relative;
  background: #ffffff;
  height: auto;
  width: 50%;
  right: auto;
  top: 95px;
}
@media only screen and (max-width: 750px) {
  .topInfo_box {
    width: 96%;
    margin: 0 auto;
  }
  .topInfo_box:last-child {
    margin-top: 60px;
  }
}
.topInfo_listTitle {
  position: absolute;
  right: auto;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.topInfo_listTitle_image {
  display: block;
}
.topInfo_articleList {
  margin-top: 42px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .topInfo_articleList {
    padding-top: 8%;
  }
}
.topInfo_articleList a {
  display: block;
  text-decoration: none;
  text-align: left;
  margin-left: 30px;
  width: 89%;
  margin: 0 auto;
  padding-top: 10px;
  border: solid 3px #ffad0c;
  background-color: #fff;
  border-style: none none solid none;
  color: #734f03;
  font-size: 14pt;
}
.topInfo_blogDate {
  font-size: 1em;
  margin-bottom: 8px;
  color: #734f03;
}
.topInfo_blogTitle {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.topInfo_readMoreBtn {
  margin-top: 10px;
}
.topInfo_cat-2 {
  content: url('../image/top/blogCategory02.png');
}
.topInfo_cat-3 {
  content: url('../image/top/blogCategory03.png');
}
.topInfo_cat-4 {
  content: url('../image/top/blogCategory04.png');
}
.topInfo_wrap {
  display: flex;
  margin: 180px auto 0;
  justify-content: center;
  gap: 140px;
  width: 92%;
  max-width: 1080px;
}
@media only screen and (max-width: 1100px) {
  .topInfo_wrap {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  .topInfo_instagram {
    margin: 0 auto;
  }
}
.topInfo_instagram_title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #734f03;
  font-family: 'あずきフォント';
  font-size: 26pt;
  letter-spacing: 0.12rem;
}
@media only screen and (max-width: 750px) {
  .topInfo_instagram_title {
    font-size: 20pt;
  }
}
.topInfo_instagram_title::before,
.topInfo_instagram_title::after {
  content: '';
  position: relative;
  bottom: 2px;
  width: 9px;
  height: 9px;
  margin: 11px;
  background: #fff;
  border-radius: 50%;
}
.topInfo_instagramIframe {
  margin-top: 50px;
  border-radius: 10px;
  position: relative;
}
.topInfo_instagramQr {
  margin-top: 48px;
}
.topInfo_instagramQrImage {
  width: 250px;
}
.topInfo_instagramLink {
  font-size: 18px;
  margin-top: 5px;
}
.topInfo_instagramLink a {
  color: #fff;
  text-decoration: underline;
}
.topInfo_pictures {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 62%;
}
@media only screen and (max-width: 1100px) {
  .topInfo_pictures {
    width: 100%;
    margin: 60px auto 0;
  }
}
.topInfo_link {
  width: 30%;
  aspect-ratio: 212/213;
}
@media only screen and (max-width: 750px) {
  .topInfo_link {
    width: 44%;
  }
}
.topInfo_Image {
  height: 100%;
  object-fit: cover;
}

.access .mv {
  background: url('../image/access/mv.jpg') no-repeat top center/cover;
}
.accessDirection {
  margin-top: 72px;
}
@media only screen and (max-width: 750px) {
  .accessDirection {
    margin-top: 20px;
  }
}
.accessDirection_container {
  display: flex;
  justify-content: space-between;
  gap: 8%;
  width: 62%;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .accessDirection_container {
    flex-direction: column;
    gap: 20px;
    width: 90%;
  }
}
.accessDirection_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  .accessDirection_box {
    gap: 10px;
  }
}
.accessDirection_mapImage {
  width: 390px;
}
.accessDirection_mapText {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.667;
}
@media only screen and (max-width: 750px) {
  .accessDirection_mapText {
    text-align: center;
    font-size: 18px;
  }
}
.accessDirection_wrap {
  width: 80%;
  background: #ffffff;
  margin: 80px auto 0;
  padding: 80px 6%;
}
@media only screen and (max-width: 750px) {
  .accessDirection_wrap {
    width: 100%;
    padding: 0;
  }
}
.accessDirection_unit {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 10%;
  margin-bottom: 82px;
}
@media only screen and (max-width: 1400px) {
  .accessDirection_unit {
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin: 40px 0 0;
    padding: 20px;
  }
  .accessDirection_unit:first-child {
    margin: 0;
  }
}
.accessDirection_unit::after {
  content: '';
  background: url('../image/arrow.png') center center/cover;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
}
.accessDirection_unit:last-child {
  margin-bottom: 0;
}
.accessDirection_unit:last-child::after {
  display: none;
}
.accessDirection_text {
  color: #734f03;
  margin: 60px 0;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1400px) {
  .accessDirection_text {
    order: 1;
    text-align: left;
    margin: 20px 0;
  }
}
.accessDirection_directionImage {
  width: 41%;
  aspect-ratio: 429/280;
}
@media only screen and (max-width: 1400px) {
  .accessDirection_directionImage {
    width: 100%;
  }
}
.accessDirection_youTube {
  display: flex;
  justify-content: center;
  gap: 4%;
  margin: 80px auto 180px;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .accessDirection_youTube {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0;
  }
}
.accessDirection_movie {
  width: 48%;
  max-width: 560px;
  display: block;
  aspect-ratio: 560/315;
}
@media only screen and (max-width: 750px) {
  .accessDirection_movie {
    width: 100%;
    max-width: 100%;
  }
}

.invisalign {
  /* ================================================================
    about section */
  /* ================================================================
  flow section */
  /* ================================================================
  recommend section */
  /* ================================================================
  preortho section */
  /* ================================================================
  cost section */
  /* ================================================================
  QandA section */
}
.invisalign .mv {
  background: url('../image/invisalign/mv.jpg') no-repeat top center/cover;
}
.invisalignAbout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 70px;
  margin: 30px;
  background: #fff;
  gap: 7%;
}
@media only screen and (max-width: 1100px) {
  .invisalignAbout {
    flex-direction: column;
    padding: 20px;
    margin: 20px 0 0;
  }
}
.invisalignAbout_image {
  width: 30%;
  min-width: 220px;
}
@media only screen and (max-width: 1100px) {
  .invisalignAbout_image {
    width: 430px;
  }
}
.invisalignAbout_text {
  width: 60%;
}
@media only screen and (max-width: 1100px) {
  .invisalignAbout_text {
    width: 100%;
    margin-top: 20px;
  }
}
.invisalignFlow {
  margin-top: 60px;
}
.invisalignFlow_container {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 7%;
  margin-top: 90px;
}
.invisalignFlow_container:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 1100px) {
  .invisalignFlow_container {
    flex-direction: column;
    gap: 20px;
    margin-top: 120px;
  }
}
.invisalignFlow_container::after {
  content: '';
  background: url('../image/arrow.png') center center/cover;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
}
.invisalignFlow_container:last-child::after {
  display: none;
}
.invisalignFlow_box {
  text-align: left;
  width: 57%;
}
@media only screen and (max-width: 1100px) {
  .invisalignFlow_box {
    width: 100%;
  }
}
.invisalignFlow_title {
  color: #ffad0c;
  font-size: 18pt;
}
@media only screen and (max-width: 480px) {
  .invisalignFlow_title {
    font-size: 15pt;
  }
}
.invisalignFlow_text {
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  .invisalignFlow_text {
    margin-top: 10px;
  }
}
.invisalignFlow_picture {
  width: 36%;
}
@media only screen and (max-width: 1100px) {
  .invisalignFlow_picture {
    order: -1;
    width: 430px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .invisalignFlow_picture {
    width: 90%;
  }
}
.invisalignRecommend {
  margin-top: 60px;
}
.invisalignRecommend_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7%;
}
@media only screen and (max-width: 1100px) {
  .invisalignRecommend_inner {
    justify-content: center;
  }
}
@media only screen and (max-width: 750px) {
  .invisalignRecommend_inner {
    flex-direction: column;
    gap: 20px;
  }
}
.invisalignRecommend_picture {
  width: 44%;
}
@media only screen and (max-width: 1100px) {
  .invisalignRecommend_picture {
    width: 40%;
  }
}
@media only screen and (max-width: 750px) {
  .invisalignRecommend_picture {
    width: 430px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .invisalignRecommend_picture {
    width: 90%;
  }
}
.invisalignRecommend_image {
  display: block;
}
.invisalignRecommend_box {
  margin-left: 30px;
}
.invisalignRecommend_text {
  position: relative;
  display: flex;
  align-items: flex-start;
  text-align: left;
  font-size: 15pt;
  font-weight: bold;
}
@media only screen and (max-width: 1100px) {
  .invisalignRecommend_text {
    font-size: 13pt;
  }
}
.invisalignRecommend_text::before {
  content: '';
  position: absolute;
  top: 15px;
  left: -26px;
  width: 12px;
  height: 11px;
  background: #734f03;
  border-radius: 50%;
}
@media only screen and (max-width: 750px) {
  .invisalignRecommend_text::before {
    top: 10px;
  }
}
.invisalignPreortho {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .invisalignPreortho_br {
    display: none;
  }
}
.invisalignPreortho_container {
  display: flex;
  justify-content: space-between;
  width: 890px;
  padding: 40px 36px 40px 88px;
  margin: 20px auto 0;
  background: #fdfdf1;
  border: 3px solid #734f03;
  border-radius: 10px;
}
@media only screen and (max-width: 1100px) {
  .invisalignPreortho_container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 600px;
    padding: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .invisalignPreortho_container {
    width: 100%;
  }
}
.invisalignPreortho_box {
  display: flex;
  flex-direction: column;
  width: 33%;
  font-size: 11pt;
  font-weight: bold;
}
@media only screen and (max-width: 1100px) {
  .invisalignPreortho_box {
    align-items: center;
    width: 100%;
  }
}
.invisalignPreortho_list {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: left;
  margin-top: 10px;
}
.invisalignPreortho_list_item {
  display: flex;
  align-items: center;
  margin: 4px 0;
}
.invisalignPreortho_list_item::before {
  display: block;
  content: '';
  background: url('../image/invisalign/checkbox.png') center center/cover;
  position: relative;
  top: 0;
  left: -10px;
  width: 31px;
  height: 29px;
}
.invisalignPreortho_picture {
  width: 59%;
}
@media only screen and (max-width: 1100px) {
  .invisalignPreortho_picture {
    width: 70%;
  }
}
@media only screen and (max-width: 750px) {
  .invisalignPreortho_picture {
    width: 100%;
  }
}
.invisalignPreortho_text {
  margin-top: 40px;
  font-size: 18pt;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .invisalignPreortho_text {
    font-size: 15pt;
  }
}
.invisalignPreortho_group {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 32px;
}
@media only screen and (max-width: 750px) {
  .invisalignPreortho_group {
    display: block;
    margin-top: 0;
  }
}
.invisalignPreortho_group_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  width: 257px;
  height: 122px;
  background: #fdfdf1;
  color: #734f03;
  font-size: 17pt;
  font-weight: 700;
  border: solid 3px;
  border-radius: 10px;
}
@media only screen and (max-width: 1100px) {
  .invisalignPreortho_group_item {
    width: 200px;
    height: 60px;
    font-size: 13pt;
  }
}
@media only screen and (max-width: 750px) {
  .invisalignPreortho_group_item {
    margin: 10px auto 0;
  }
}
.invisalignCost {
  margin-top: 60px;
}
.invisalignCost_title {
  margin-top: 30px;
  color: #ffad0c;
  font-size: 18pt;
}
.invisalignCost_title:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  .invisalignCost_title {
    font-size: 15pt;
  }
}
.invisalignCost_table {
  width: 86%;
  margin: 14px auto 0;
}
.invisalignCost_tr {
  height: 58px;
}
@media only screen and (max-width: 750px) {
  .invisalignCost_tr {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
.invisalignCost_th {
  width: 42%;
  background: #f2f2f2;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 750px) {
  .invisalignCost_th {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
  }
}
.invisalignCost_td {
  text-align: left;
  padding-left: 14px;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 750px) {
  .invisalignCost_td {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    padding-left: 0;
  }
}
.invisalignQuestion {
  margin-top: 60px;
}
.invisalignQuestion_question {
  text-align: left;
  margin-top: 50px;
  font-size: 18pt;
  font-weight: bold;
  color: #ffad0c;
  padding-left: 1em;
  text-indent: -1em;
}
.invisalignQuestion_question:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  .invisalignQuestion_question {
    font-size: 15pt;
  }
}
.invisalignQuestion_answer {
  text-align: left;
  margin-top: 10px;
  margin-left: 36px;
}

.staff .mv {
  background: url('../image/staff/mv_staff.jpg') no-repeat top center/cover;
}
.staffDoctor_content {
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1100px) {
  .staffDoctor_content {
    flex-direction: column;
    align-items: center;
  }
}
.staffDoctor_content_picture {
  width: 40%;
}
@media only screen and (max-width: 1100px) {
  .staffDoctor_content_picture {
    width: 430px;
  }
}
@media only screen and (max-width: 750px) {
  .staffDoctor_content_picture {
    width: 100%;
  }
}
.staffDoctor_content_image {
  display: block;
  width: 430px;
}
@media only screen and (max-width: 1100px) {
  .staffDoctor_content_image {
    width: 100%;
  }
}
.staffDoctor_content_block {
  text-align: left;
  width: 50%;
  margin-left: 20px;
}
@media only screen and (max-width: 1100px) {
  .staffDoctor_content_block {
    margin-top: 20px;
    width: 100%;
  }
}
.staffDoctor_content_position {
  font-size: 14pt;
  color: #ffad0c;
}
.staffDoctor_content_license {
  margin-right: 20px;
  font-size: 13pt;
}
.staffDoctor_content_name {
  font-size: 24pt;
}
.staffDoctor_content_initial {
  color: #999;
}
.staffDoctor_content_detail {
  margin-top: 20px;
}
.staffDoctor_content_text {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.staffDoctor_profile {
  text-align: left;
  margin-top: 20px;
}
.staffDoctor_profile_title {
  color: #ffad0c;
  font-size: 18pt;
}
.staffDoctor_profile_detail {
  background-color: #fef5cd;
  padding: 20px;
}
.staffDoctor_profile_text {
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-size: 13pt;
}
.staffDoctor_profile_category {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  .staffDoctor_profile_category {
    display: block;
  }
}
.staffDoctor_profile_category .staffDoctor_profile_link {
  text-decoration: underline;
}
.staffDoctor_profile_category .-blue {
  color: #00e;
}
.staffDoctor_profile_seminar {
  display: none;
  margin-top: 20px;
}
.staffDoctor_profile_button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 276px;
  padding: 20px 30px;
  margin: 0 auto;
  background: #ffb11d;
  border-radius: 1000px;
  cursor: pointer;
}
.staffDoctor_profile_accordion {
  margin-top: 20px;
  display: none;
}
.staffDoctor_profile_accordion .staffDoctor_profile_link {
  text-decoration: underline;
}
.staffDoctor_profile_accordion .-red {
  color: red;
}
.staffDoctor_profile_container {
  background-color: #fef5cd;
  padding: 20px;
}
.staffDoctor_profile_partition {
  display: flex;
  background-color: #fef5cd;
  padding: 20px;
}
@media only screen and (max-width: 1100px) {
  .staffDoctor_profile_partition {
    flex-direction: column;
  }
}
.staffDoctor_profile_area {
  flex-basis: 47%;
}
.staffDoctor_profile .-picture {
  margin-left: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media only screen and (max-width: 1100px) {
  .staffDoctor_profile .-picture {
    margin-left: 0px;
    align-items: flex-start;
  }
}
.staffDoctor_profile_image {
  width: 50%;
  max-width: 50%;
  height: auto;
  margin: 0 5px 0 0;
  object-fit: contain;
}
.staffDoctor_profile_close {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 114px;
  height: 67px;
  padding: 20px 30px;
  margin: 40px auto 0;
  line-height: initial;
  border-radius: 1000px;
  background: #dcdcdc;
  cursor: pointer;
}
.staffMember_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  text-align: left;
}
@media only screen and (max-width: 1100px) {
  .staffMember_inner {
    flex-direction: column;
    align-items: center;
  }
}
.staffMember_wrap {
  width: 45%;
}
@media only screen and (max-width: 1100px) {
  .staffMember_wrap {
    width: 100%;
  }
}
.staffMember_picture {
  width: 430px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .staffMember_picture {
    width: 100%;
  }
}
.staffMember_image {
  display: block;
}
.staffMember_content {
  margin-top: 20px;
}
.staffMember_content_position {
  font-size: 14pt;
  color: #ffad0c;
}
.staffMember_content_name {
  margin-top: 10px;
  font-size: 24pt;
}
.staffMember_content_initial {
  margin-top: 5px;
  color: #999;
}
.staffMember_content_detail {
  margin-top: 20px;
}
.staffMember_content_text {
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height: normal;
}

.maintenance .mv {
  background: url('../image/maintenance/mv.jpg') no-repeat top center/cover;
}
.maintenance .maintenanceMain {
  padding: 0 40px;
}
@media only screen and (max-width: 480px) {
  .maintenance .maintenanceMain {
    padding: 0;
  }
}
.maintenance .flow {
  margin: 0 auto;
  width: 100%;
  max-width: 1196px;
}
@media only screen and (max-width: 480px) {
  .maintenance .flow {
    width: 100%;
    padding: 0 16px;
  }
}
.maintenance .flowInner {
  margin-top: 52px;
  padding: 80px 64px 42px;
  background-color: #fff;
}
@media only screen and (max-width: 480px) {
  .maintenance .flowInner {
    margin-top: 16px;
    padding: 40px 24px;
  }
}
.maintenance .flowList_main {
  display: flex;
  flex-direction: column;
  row-gap: 52px;
}
.maintenance .flowList_item_inner {
  display: flex;
  column-gap: 76px;
}
@media only screen and (max-width: 480px) {
  .maintenance .flowList_item_inner {
    flex-direction: column;
    row-gap: 24px;
  }
}
.maintenance .flowList_item_detail {
  text-align: left;
}
.maintenance .flowList_item_title {
  font-size: 24px;
  color: #ffad0c;
}
@media only screen and (max-width: 480px) {
  .maintenance .flowList_item_title {
    font-size: 20px;
  }
}
.maintenance .flowList_item_description {
  margin-top: 32px;
  font-size: 18px;
  color: #734f03;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .maintenance .flowList_item_description {
    font-size: 16px;
  }
}
.maintenance .flowList_item .-caution {
  color: #d60000;
}
.maintenance .flowList_subWrap {
  margin-top: 102px;
  display: flex;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .maintenance .flowList_subWrap {
    margin-top: 40px;
  }
  .maintenance .flowList_subWrap .flowList_item_title {
    font-size: 16px;
  }
  .maintenance .flowList_subWrap .flowList_item_description {
    margin-top: 16px;
    font-size: 14px;
  }
}
.maintenance .flowList_sub {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 52px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 480px) {
  .maintenance .flowList_sub {
    row-gap: 24px;
  }
}
.maintenance .flowList_sub:nth-of-type(1) {
  position: relative;
  padding-right: 40px;
}
@media only screen and (max-width: 480px) {
  .maintenance .flowList_sub:nth-of-type(1) {
    padding-right: 16px;
  }
}
.maintenance .flowList_sub:nth-of-type(1)::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #dcdcdc;
}
.maintenance .flowList_sub:nth-of-type(2) {
  padding-left: 40px;
}
@media only screen and (max-width: 480px) {
  .maintenance .flowList_sub:nth-of-type(2) {
    padding-left: 16px;
  }
}
.maintenance .flowSummary {
  margin-top: 90px;
}
@media only screen and (max-width: 480px) {
  .maintenance .flowSummary {
    margin-top: 40px;
  }
}
.maintenance .plan {
  margin: 36px auto 0;
  width: 100%;
  max-width: 1196px;
}
@media only screen and (max-width: 480px) {
  .maintenance .plan {
    width: 100%;
  }
}
.maintenance .planInner {
  margin-top: 16px;
  padding: 84px 80px 80px;
  background-color: #fff;
}
@media only screen and (max-width: 480px) {
  .maintenance .planInner {
    padding: 40px 24px;
  }
}
.maintenance .plan_text {
  font-size: 18px;
  color: #734f03;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .maintenance .plan_text {
    font-size: 16px;
  }
}
.maintenance .planIntro {
  display: flex;
  column-gap: 53px;
}
@media only screen and (max-width: 480px) {
  .maintenance .planIntro {
    flex-direction: column;
    row-gap: 8px;
  }
}
.maintenance .planIntro img {
  width: 40%;
  height: fit-content;
  max-width: 429px;
}
@media only screen and (max-width: 480px) {
  .maintenance .planIntro img {
    width: 100%;
    max-width: 100%;
  }
}
.maintenance .planIntro_detail {
  padding-top: 72px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .maintenance .planIntro_detail {
    padding-top: 0;
  }
}
.maintenance .planIntro_title {
  font-size: 24px;
  color: #ffad0c;
}
@media only screen and (max-width: 480px) {
  .maintenance .planIntro_title {
    font-size: 20px;
  }
}
.maintenance .planIntro_text {
  margin-top: 18px;
  font-size: 18px;
  color: #734f03;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .maintenance .planIntro_text {
    font-size: 16px;
  }
}
.maintenance .planList {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  row-gap: 160px;
}
@media only screen and (max-width: 480px) {
  .maintenance .planList {
    margin-top: 80px;
    row-gap: 80px;
  }
}
.maintenance .planItem_title {
  font-size: 24px;
  color: #ffad0c;
}
@media only screen and (max-width: 480px) {
  .maintenance .planItem_title {
    font-size: 20px;
  }
}
.maintenance .planItemAbout {
  margin-top: 40px;
  display: flex;
  column-gap: 24px;
}
@media only screen and (max-width: 480px) {
  .maintenance .planItemAbout {
    margin-top: 16px;
    flex-direction: column;
    row-gap: 0;
  }
}
.maintenance .planItemAbout_image {
  width: 40%;
  max-width: 429px;
}
@media only screen and (max-width: 480px) {
  .maintenance .planItemAbout_image {
    display: block;
    margin: 0 auto;
    width: 50%;
    max-width: 100%;
  }
}
.maintenance .planItemAbout_detail {
  padding-top: 42px;
  text-align: left;
  flex: 1;
}
@media only screen and (max-width: 480px) {
  .maintenance .planItemAbout_detail {
    padding-top: 0;
  }
}
.maintenance .planItemAbout_detail img {
  margin-top: 16px;
}
.maintenance .planItemAbout_feature {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (max-width: 480px) {
  .maintenance .planItemAbout_feature {
    margin-top: 16px;
  }
}
.maintenance .planItemAbout_tag {
  margin: 0;
  padding: 13px 35px;
  width: fit-content;
  font-size: 18px;
  line-height: 1;
  border-radius: 14px;
  color: #fff;
  background-color: #ffad0c;
}
@media only screen and (max-width: 480px) {
  .maintenance .planItemAbout_tag {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .maintenance .planItemAbout_text {
    font-size: 16px;
  }
}
.maintenance .planItemFlow {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
@media only screen and (max-width: 480px) {
  .maintenance .planItemFlow {
    margin-top: 16px;
  }
}
.maintenance .planItemFlowItem {
  text-align: left;
}
.maintenance .planItemFlowItem_inner {
  display: flex;
  column-gap: 30px;
}
@media only screen and (max-width: 480px) {
  .maintenance .planItemFlowItem_inner {
    column-gap: 16px;
  }
}
.maintenance .planItemFlowItem_detail {
  flex: 1;
}
.maintenance .planItemFlowItem_title {
  font-size: 18px;
  color: #ffad0c;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .maintenance .planItemFlowItem_title {
    font-size: 16px;
  }
}
.maintenance .planItemFlowItem_text {
  font-size: 18px;
  color: #734f03;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .maintenance .planItemFlowItem_text {
    font-size: 16px;
  }
}
.maintenance .planItemFlowItem_balloon {
  margin-left: 80px;
}
@media only screen and (max-width: 480px) {
  .maintenance .planItemFlowItem_balloon {
    margin-left: 0;
  }
}
.maintenance .planItemInfo {
  margin-top: 54px;
  text-align: left;
  font-weight: 400;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 480px) {
  .maintenance .planItemInfo {
    margin-top: 24px;
  }
}
.maintenance .planItemInfo div {
  display: flex;
  font-size: 18px;
}
@media only screen and (max-width: 480px) {
  .maintenance .planItemInfo div {
    font-size: 16px;
  }
}
.maintenance .planItemInfo div:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.maintenance .planItemInfo dt {
  width: 33%;
  background-color: #f2f2f2;
  text-align: center;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.maintenance .planItemInfo dd {
  flex: 1;
  padding: 12px 16px;
}

.child .mv {
  background: url('../image/child/mv.jpg') no-repeat top center/cover;
}
.child .childMain {
  padding: 0 40px;
}
@media only screen and (max-width: 480px) {
  .child .childMain {
    padding: 0;
  }
}
.child .feature {
  margin: 0 auto 64px;
  width: 100%;
  max-width: 1196px;
}
@media only screen and (max-width: 1100px) {
  .child .feature {
    width: 100%;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 480px) {
  .child .feature {
    width: 100%;
    padding: 0 16px;
  }
}
.child .featureInner {
  margin: 60px auto 0;
  padding: 80px 64px 40px;
  background-color: #fff;
}
@media only screen and (max-width: 480px) {
  .child .featureInner {
    margin-top: 16px;
    padding: 40px 24px;
  }
}
.child .featureSubtitle {
  font-size: 24px;
  color: #734f03;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .child .featureSubtitle {
    font-size: 20px;
  }
}
.child .featureList {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 71px;
}
.child .featureList_item_inner {
  display: flex;
  column-gap: 35px;
}
@media only screen and (max-width: 480px) {
  .child .featureList_item_inner {
    flex-direction: column;
    row-gap: 16px;
  }
}
.child .featureList_item_image {
  width: 40%;
  max-width: 429px;
}
@media only screen and (max-width: 480px) {
  .child .featureList_item_image {
    width: 100%;
    max-width: 100%;
  }
}
.child .featureList_item_detail {
  flex: 1;
  text-align: left;
}
.child .featureList_item_title {
  font-size: 24px;
  color: #ffad0c;
}
@media only screen and (max-width: 480px) {
  .child .featureList_item_title {
    font-size: 20px;
  }
}
.child .featureList_item_description {
  margin-top: 32px;
  font-size: 18px;
  color: #734f03;
  font-weight: 400;
  line-height: 1.8;
}
@media only screen and (max-width: 480px) {
  .child .featureList_item_description {
    margin-top: 16px;
    font-size: 16px;
  }
}

.js-accordion-active {
  display: block;
}

/* 予約バナー固定表示 */
.reservation-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  width: 300px;
  transition: all 0.3s ease;
}

.reservation-cta img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* スマートフォン向けの調整 */
@media screen and (max-width: 767px) {
  .reservation-cta {
    width: 200px;
    bottom: 10px;
    right: 10px;
  }
}
