@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  color: #52606F;
  word-break: break-all;
  background: #DAE6ED;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 80px;
  }
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

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

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

.contact {
  background: url(../img/top/contact-bg.png) no-repeat;
  background-position: bottom center;
  background-size: 100%;
  border-top-right-radius: 80px;
  border-top-left-radius: 80px;
  padding: 70px 40px 130px;
}
@media screen and (max-width: 1320px) {
  .contact {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    border-radius: 16px;
    padding: 9.0666666667vw;
    background: url(../img/top/contact-bg-sp.png) no-repeat;
    background-position: center;
  }
}
.contact__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.contact__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .contact__box {
    display: block;
  }
}
.contact__contents {
  color: #F5F8FB;
}
.contact__contents .en {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact__contents .en {
    font-size: 3.7333333333vw;
  }
}
.contact__contents h2 {
  font-size: 34px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 35px;
  line-height: 1.5;
}
@media screen and (max-width: 1320px) {
  .contact__contents h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .contact__contents h2 {
    font-size: 8.5333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.contact__contents p {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}
.contact__btns {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .contact__btns {
    width: 100%;
    margin-top: 5.8666666667vw;
  }
}
.contact__btns .tel {
  display: block;
  background: #F5F8FB;
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .contact__btns .tel {
    display: block;
    padding: 2.9333333333vw 4.2666666667vw;
    background-image: url(../img/common/icon_arrow_right_bk.svg);
    background-position: 95%;
    background-repeat: no-repeat;
  }
}
.contact__btns .tel span {
  width: 28%;
  font-size: 23px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #61676E;
  line-height: 1.5;
}
@media screen and (max-width: 1320px) {
  .contact__btns .tel span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contact__btns .tel span {
    width: 100%;
    font-size: 4.8vw;
  }
}
.contact__btns .tel p {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .contact__btns .tel p {
    width: 100%;
  }
}
.contact__btns .tel .number {
  font-size: 52px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #766A54;
}
@media screen and (max-width: 1320px) {
  .contact__btns .tel .number {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact__btns .tel .number {
    font-size: 10.1333333333vw;
  }
}
.contact__btns .reserve {
  display: block;
  background: #F5F8FB;
  width: 100%;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
}
@media screen and (max-width: 768px) {
  .contact__btns .reserve {
    display: block;
    padding: 2.9333333333vw 4.2666666667vw;
    background-image: url(../img/common/icon_arrow_right_bk.svg);
    background-position: 95%;
    background-repeat: no-repeat;
  }
}
.contact__btns .reserve span {
  width: 28%;
  font-size: 23px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #61676E;
  line-height: 1.5;
}
@media screen and (max-width: 1320px) {
  .contact__btns .reserve span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contact__btns .reserve span {
    width: 100%;
    font-size: 4.8vw;
  }
}
.contact__btns .reserve p {
  width: 70%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact__btns .reserve p {
    width: 100%;
  }
}
.contact__btns .reserve .web {
  font-size: 36px;
  padding-left: 40px;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #766A54;
  font-weight: 500;
  background: url(../img/common/icon_arrow_right_bk.svg) no-repeat;
  background-position: right;
}
@media screen and (max-width: 1320px) {
  .contact__btns .reserve .web {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .contact__btns .reserve .web {
    font-size: 8vw;
    background: none;
    padding-left: 0;
  }
}
.contact__btns .reserve .web span {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contact__btns .reserve .web span {
    width: auto;
    margin-right: 10px;
  }
}
.contact__btns .reserve .web span img {
  vertical-align: bottom;
}

.access {
  padding: 140px 40px;
  background: url(../img/top/ashirai-info.svg);
  background-repeat: no-repeat;
  background-position: top 80px right 60px;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 12vw 8.5333333333vw 5.3333333333vw;
    background: url(../img/top/ashirai-info-sp.svg);
    background-repeat: no-repeat;
    background-position: top 80px right 20px;
  }
}
.access__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.access__contents {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .access__contents {
    width: 100%;
  }
}
.access__contents .info {
  width: 100%;
  margin-bottom: 55px;
}
.access__contents .info th {
  color: #396FA5;
  font-weight: 500;
  text-align: left;
  padding: 8px 0;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 15px;
}
.access__contents .info td {
  color: #61676E;
  font-weight: normal;
  padding: 8px 0;
  font-size: 15px;
  line-height: 1.5;
  box-sizing: border-box;
}
.access__contents .time {
  width: 100%;
  border-top: 1px solid #AAC7E4;
  margin-bottom: 20px;
}
.access__contents .time tr {
  border-bottom: 1px solid #AAC7E4;
}
.access__contents .time th {
  width: 30%;
  text-align: left;
  font-size: 15px;
  padding: 16px 0;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .access__contents .time th {
    width: 20%;
  }
}
.access__contents .time th span {
  color: #396FA5;
  font-weight: 500;
}
.access__contents .time td {
  padding: 16px 0;
  width: 10%;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .access__contents .time td {
    width: 11.4%;
    padding: 12px 0;
  }
}
.access__contents .time td span {
  color: #396FA5;
  font-weight: 500;
  font-size: 20px;
}
.access__contents .time__text {
  font-size: 15px;
  line-height: 1.7;
}
.access__contents .time__text span {
  color: #396FA5;
  font-weight: 500;
}
.access__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .access__box {
    display: block;
  }
}
.access__map {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .access__map {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.access__map iframe {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .access__map iframe {
    height: 350px;
  }
}
.access__map .link {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  font-size: 15px;
  padding: 5px 0;
  padding-left: 25px;
  color: #396FA5;
  background: url(../img/top/icon_link.svg) no-repeat;
  background-position: left;
}
.access__title {
  margin-bottom: 30px;
}
.access__title h2 {
  color: #396FA5;
  font-size: 36px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
}
.access__title .en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  color: #3EA3DC;
  font-weight: bold;
}

.btn {
  background: #396FA5;
  font-size: 20px;
  font-weight: 500;
  background-image: url(../img/common/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: 93%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 8px;
  color: #Fff;
  display: inline-block;
  padding: 15px 40px 15px 20px;
}

.header {
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 1320px) {
  .header {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 20px;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    background: #DAE6ED;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 212px;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__address {
  margin-bottom: 12px;
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .header__address {
    display: none;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1320px) {
  .header__nav ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.header__nav ul a {
  font-size: 15px;
  color: #52606F;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1320px) {
  .header__nav ul a {
    font-size: 12px;
  }
}
.header__nav ul .megamenu {
  position: absolute;
  z-index: 100;
  padding-top: 46px;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 746px;
  box-sizing: border-box;
  display: none;
}
.header__nav ul .megamenuWrap {
  padding: 40px;
  background: #fff;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  border-radius: 30px;
  gap: 60px;
  width: 100%;
}
.header__nav ul .megamenu__title {
  font-size: 24px;
  font-weight: 500;
  color: #61676E;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.header__nav ul .megamenu ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 60px;
}
.header__nav ul .megamenu ul li a {
  font-size: 17px;
  padding: 5px 0;
  padding-left: 25px;
  background: url(../img/common/icon_arrow_right_bl.svg) no-repeat;
  background-position: left;
}
.header__nav ul .megamenuOpen {
  position: relative;
}
.header__nav ul .megamenuOpen:hover::after {
  content: "";
  height: 3px;
  width: 58px;
  position: absolute;
  bottom: -25px;
  left: 0;
  background: #396FA5;
}
.header__nav ul .megamenuOpen:hover .megamenu {
  display: block;
}
.header__btn {
  display: block;
  padding: 12px 38px 12px 17px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(to right, #787063, #48617A);
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .header__btn {
    font-size: 12px;
  }
}
.header__btn::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_arrow_right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
}

/* CSS */
/* ベーシックなリセット */
.hamburger {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: none;
  z-index: 102;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: inline-flex;
    position: fixed;
    top: 15px;
    right: 20px;
  }
}

/* バー */
.bar {
  display: block;
  width: 28px;
  height: 1px;
  margin: 4px 0;
  border-radius: 2px;
  background-color: #396FA5;
  transition: transform 0.28s cubic-bezier(0.2, 0.9, 0.2, 1), opacity 0.2s, top 0.28s;
  position: relative;
}

/* active時（×にする） */
.hamburger.active .bar1 {
  transform: translateY(12px) rotate(25deg);
}

.hamburger.active .bar2 {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.active .bar3 {
  transform: translateY(-6px) rotate(-25deg);
}

/* メニュー本体（初期は隠す） */
.sp-menu {
  position: fixed;
  top: 0;
  /* ハンバーガーの下に表示したい場合 */
  right: 0;
  background: #DAE6ED;
  padding: 16px;
  transform-origin: top right;
  transform: scale(0.95);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  display: none;
  width: 100%;
  overflow-y: auto;
  z-index: 99;
  height: 100%;
  padding: 24vw 10.6666666667vw 13.3333333333vw;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sp-menu {
    display: block;
  }
}
.sp-menu-address {
  text-align: right;
  font-size: 12px;
  color: #52606F;
  margin-bottom: 20px;
}
.sp-menu > ul > li {
  border-bottom: 1px solid #AAC7E4;
}
.sp-menu > ul > li:last-child {
  border: none;
}
.sp-menu > ul > li > a {
  padding: 20px 0;
  display: block;
  font-size: 17px;
  color: #61676E;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sp-menu > ul > li.acTtl a {
  background: url(../img/common/icon_plus.svg) no-repeat;
  background-position: 96%;
  background-size: 15px;
}
.sp-menu > ul > li.acTtl a.is_active {
  background: url(../img/common/icon_minus.svg) no-repeat;
  background-position: 96%;
  background-size: 15px;
}
.sp-menu > ul > li.acTtl ul {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
  padding-left: 24px;
}
.sp-menu > ul > li.acTtl ul li {
  margin-top: 16px;
}
.sp-menu > ul > li.acTtl ul li:last-child {
  margin-bottom: 30px;
}
.sp-menu > ul > li.acTtl ul li a {
  font-size: 17px;
  color: #61676E;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  padding: 5px 0;
  padding-left: 24px;
  background: url(../img/common/icon_arrow_right_bl.svg) no-repeat;
  background-position: left;
}
.sp-menu .reserve,
.sp-menu .tel {
  background: linear-gradient(to right, #787063, #48617A);
  position: relative;
}
.sp-menu .reserve span,
.sp-menu .tel span {
  color: #CFC9BD;
}
.sp-menu .reserve p,
.sp-menu .tel p {
  color: #F5F8FB !important;
}
.sp-menu .reserve::after,
.sp-menu .tel::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_arrow_right.svg) no-repeat;
  transform: translateY(-50%);
}
.sp-menu .reserve {
  display: flex;
}
.sp-menu .reserve span {
  width: 20%;
}

/* 開いているとき */
.sp-menu.open {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

/* スマホのみで表示したい場合（例） */
@media (min-width: 768px) {
  /* デスクトップでは非表示 */
  .hamburger {
    display: none;
  }
  .sp-menu {
    display: none;
  }
}
.footer {
  background: #fff;
  padding: 70px 40px 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 9.3333333333vw 8vw 8vw;
  }
}
.footer::before {
  content: "";
  width: 112px;
  height: 111px;
  position: absolute;
  top: -20px;
  right: 0;
  background: url(../img/common/ashirai-footer-02.svg) no-repeat;
  background-position: right;
}
@media screen and (max-width: 768px) {
  .footer::before {
    width: 70px;
    height: 70px;
    background-size: contain;
  }
}
.footer::after {
  content: "";
  width: 169px;
  height: 198px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/common/ashirai-footer-01.svg) no-repeat;
  background-position: left;
}
@media screen and (max-width: 768px) {
  .footer::after {
    width: 80px;
    height: 130px;
    background-size: contain;
    background-position: left bottom;
  }
}
.footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
  }
}
.footer__address {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer__address {
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 9.3333333333vw;
  }
}
.footer .more__btn {
  width: -moz-max-content;
  width: max-content;
  color: #396FA5;
  padding: 5px 0;
  margin-bottom: 10px;
  padding-right: 25px;
  background: url(../img/common/icon_arrow_right_bl.svg) no-repeat;
  background-position: right;
}
.footer__logo {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1320px) {
  .footer__logo {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 100%;
    margin-bottom: 5.8666666667vw;
  }
}
.footer__sub {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .footer__sub {
    width: 100%;
    margin-bottom: 9.3333333333vw;
  }
}
.footer__copy small {
  font-size: 10px;
}
.footer .time {
  width: 100%;
  border-top: 1px solid #AAC7E4;
  margin-bottom: 20px;
}
.footer .time tr {
  border-bottom: 1px solid #AAC7E4;
}
.footer .time th {
  width: 30%;
  text-align: left;
  font-size: 15px;
  padding: 16px 0;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .footer .time th {
    width: 20%;
  }
}
.footer .time th span {
  color: #396FA5;
  font-weight: 500;
}
.footer .time td {
  padding: 16px 0;
  width: 10%;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .footer .time td {
    width: 11.4%;
    padding: 12px 0;
  }
}
.footer .time td span {
  color: #396FA5;
  font-weight: 500;
  font-size: 20px;
}
.footer .time__text {
  font-size: 15px;
  line-height: 1.7;
}
.footer .time__text span {
  color: #396FA5;
  font-weight: 500;
}

.fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fixed {
    width: 100%;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .fixed .tel {
    width: 38%;
  }
}
.fixed .tel a {
  padding: 8px 16px;
  color: #fff;
  display: flex;
  border-radius: 8px;
  gap: 10px;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: linear-gradient(to right, #787063, #48617A);
}
@media screen and (max-width: 768px) {
  .fixed .tel a {
    padding: 3.2vw 2.6666666667vw;
    height: 16vw;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.fixed .tel span {
  font-size: 12px;
}
.fixed .tel p {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .fixed .tel p {
    font-size: 4.8vw;
  }
}
.fixed .reserve {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixed .reserve {
    display: block;
    border-left: 1px solid #fff;
    width: 38%;
  }
  .fixed .reserve a {
    padding: 8px 16px;
    color: #fff;
    display: flex;
    border-radius: 8px;
    gap: 10px;
    align-items: center;
    align-items: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    background: linear-gradient(to right, #787063, #48617A);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 16vw;
  }
  .fixed .reserve p {
    font-size: 24px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .fixed .reserve p {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .fixed .topBtn {
    margin-left: 7px;
  }
  .fixed .topBtn img {
    width: 16vw;
  }
}

.fade-in {
  opacity: 0;
  /* 初期状態で透明 */
  /* 下に少しずらす */
  transition: opacity 2s ease;
  /* アニメーションの設定 */
}

.fade-in.fade-top {
  transform: translateY(200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-bottom {
  transform: translateY(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.fade-left {
  transform: translateX(-200px);
  transition: opacity 1s 0.4s ease, transform 1.4s 0.4s ease;
}

.fade-in.show {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}/*# sourceMappingURL=style.css.map */