@charset "UTF-8";
/*ブレイクポイント*/
/*メディアクエリー*/
/*フォントサイズ*/
/*フォント種類*/
@font-face {
  font-family: "Number";
  src: url("../fonts/Number.ttf") format("truetype");
  font-display: swap;
}

/*カラー*/
* {
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding: 60px 0;
  line-height: 1.5;
}

@media screen and (min-width: 480px) {
  body {
    padding: 0 0 65px;
  }
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

main {
  flex: 1;
  margin-top: 60px;
}

header,
main,
footer {
  position: relative;
}

ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

dt,
dl,
dd {
  padding: 0;
  margin: 0;
}

a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 0 5px;
  width: 100%;
}

@media screen and (min-width: 880px) {
  .inner {
    padding: 0 10px;
    max-width: 1100px;
  }
}

p {
  font-size: 16px;
  line-height: 1.75;
}

.pc,
.pc_br,
.pc_img {
  display: none !important;
}

@media screen and (min-width: 880px) {
  .pc,
  .pc_br,
  .pc_img {
    display: block !important;
  }
}

.tab,
.tab_br,
.tab_img {
  display: none !important;
}

@media screen and (min-width: 480px) {
  .tab,
  .tab_br,
  .tab_img {
    display: block !important;
  }
}

.sp,
.sp_br,
.sp_img {
  display: none !important;
}

@media screen and (max-width: 479px) {
  .sp,
  .sp_br,
  .sp_img {
    display: block !important;
  }
}

/*******************************
    header
 *******************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  z-index: 10;
  border-bottom: 2px solid #333;
}

.header .inner {
  display: contents;
}

@media screen and (min-width: 880px) {
  .header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}

.header_top .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 0 auto;
}

@media screen and (min-width: 880px) {
  .header_top .inner {
    padding: 0;
  }
}

.header_bottom {
  display: block;
  width: 100%;
}

@media screen and (min-width: 880px) {
  .header_bottom .inner {
    display: flex;
    justify-content: flex-end;
    padding: 0;
  }
}

.header_logo {
  position: relative;
}

.header_logo a {
  display: flex;
  align-items: center;
  height: 60px;
}

.header_logo a h1 {
  display: none;
  position: absolute;
  top: 0px;
  left: 60px;
  font-size: 8px;
  font-weight: normal;
  line-height: 1.5;
  white-space: nowrap;
}

@media screen and (min-width: 880px) {
  .header_logo a h1 {
    position: absolute;
    left: 100px;
  }
}

.header_logo a img {
  width: auto;
  height: 45px;
}

@media screen and (min-width: 880px) {
  .header_logo a img {
    height: 55px;
  }
}

.header_nav {
  display: flex;
  align-items: center;
  position: relative;
}

.header_nav-pc {
  display: none;
}

@media screen and (min-width: 880px) {
  .header_nav-pc {
    display: flex;
    align-items: center;
    gap: 25px;
  }
}

.header_nav-pc-left {
  display: flex;
  gap: 10px;
}

.header_nav-pc-left a {
  position: relative;
  top: 0;
  display: block;
  height: 70px;
}

@media screen and (min-width: 880px) {
  .header_nav-pc-left a {
    height: 60px;
  }
  .header_nav-pc-left a:hover {
    opacity: 0.8;
  }
}

.header_nav-pc-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header_nav-pc-right a {
  display: block;
  height: 30px;
}

@media screen and (min-width: 880px) {
  .header_nav-pc-right a {
    height: 46px;
  }
}

.header_nav-sp {
  display: flex;
  align-items: center;
  gap: 5px;
}

@media screen and (min-width: 880px) {
  .header_nav-sp {
    display: none;
  }
}

.header_nav-sp-tel img {
  width: 36px;
  height: 36px;
}

.header_nav-sp-apply a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #eb6157;
  font-size: 12px;
  width: 65px;
  height: 46px;
  letter-spacing: 0.01rem;
  border-radius: 5px;
}

.header_nav-sp-btn {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid #333;
  background-color: #fff;
  padding: 5px;
  z-index: 30;
  border-radius: 5px;
  transition: all 0.6s;
}

@media screen and (min-width: 880px) {
  .header_nav-sp-btn {
    display: none;
  }
}

.header_nav-sp-btn .bar_wrap {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header_nav-sp-btn .bar_wrap .bar {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #333;
  transition: all 0.6s;
}

.header_nav-sp-btn .bar_wrap .bar:nth-of-type(1) {
  transition: all 0.6s;
  transform: translateY(-6px);
}

.header_nav-sp-btn .bar_wrap .bar:nth-of-type(2) {
  transition: all 0.6s;
  transform: translateY(0);
}

.header_nav-sp-btn .bar_wrap .bar:nth-of-type(3) {
  transition: all 0.6s;
  transform: translateY(6px);
}

.header_nav-sp-btn .txt {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  display: block;
  font-size: 10px;
  text-align: center;
  transition: all 0.6s;
}

.header_nav-list {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translate(100%);
  transition: all 0.6s;
}

@media screen and (min-width: 880px) {
  .header_nav-list {
    position: relative;
    transform: translate(0%);
    width: auto;
    height: 100%;
  }
}

.header_nav-list nav.sp {
  position: relative;
  display: flex !important;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 880px) {
  .header_nav-list nav.sp {
    display: none !important;
  }
}

.header_nav-list nav.sp #shadow {
  width: 0%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 480px) {
  .header_nav-list nav.sp #shadow {
    width: calc(100% - 500px);
  }
}

.header_nav-list nav.sp #list {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 20;
  overflow: hidden;
  padding: 60px 0 100px;
}

@media screen and (min-width: 480px) {
  .header_nav-list nav.sp #list {
    width: 500px;
  }
}

.header_nav-list nav.sp #list .wrap {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.header_nav-list nav.sp #list .logo {
  width: 200px;
}

.header_nav-list nav.sp #list .contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10%;
}

.header_nav-list nav.sp #list .contact .btn {
  width: 100%;
}

.header_nav-list nav.sp #list .contact .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #fff;
  background-color: #eb6157;
  width: 100%;
  padding: 16px 0;
  border-radius: 8px;
  box-shadow: 2px 2px 0 #4d0609;
}

.header_nav-list nav.sp #list .contact .btn a span {
  position: relative;
}

.header_nav-list nav.sp #list .contact .btn a span::before {
  position: absolute;
  left: 105%;
  top: 50%;
  content: "";
  width: 30px;
  height: 10px;
  border-bottom: solid 1px;
  border-right: solid 2px;
  transform: translateY(-50%) skew(45deg);
}

.header_nav-list nav.sp #list .contact .tel {
  margin-top: 16px;
}

.header_nav-list nav.sp #list .contact .tel a {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.header_nav-list nav.sp #list .contact .tel a span {
  font-family: "Number";
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}

.header_nav-list nav.sp #list ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border-top: solid 1px #e6e3df;
  margin-top: 20px;
}

.header_nav-list nav.sp #list ul li {
  width: 100%;
  width: 50%;
}

.header_nav-list nav.sp #list ul li:nth-child(2n + 1) {
  border-right: solid 1px #e6e3df;
}

.header_nav-list nav.sp #list ul li a {
  position: relative;
  color: #fff;
  font-size: 14px;
  padding: 19px 0 19px 25px;
  border-bottom: solid 1px #e6e3df;
  letter-spacing: -0.5px;
}

.header_nav-list nav.sp #list ul li a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 1px;
  top: calc(50% - 0.5px);
  left: 10px;
  background: #fff;
}

.header_nav-list nav.sp #list ul li {
  color: #000;
  font-size: 16px;
}

.header_nav-list nav.sp #list ul li .datetime {
  font-size: 10px;
  text-align: center;
}

.header_nav-list nav.pc {
  display: none;
}

@media screen and (min-width: 880px) {
  .header_nav-list nav.pc {
    display: block;
  }
}

.header_nav-list nav.pc #list {
  display: flex;
  position: relative;
}

.header_nav-list nav.pc #list ul {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.header_nav-list nav.pc #list ul li {
  display: none;
}

@media screen and (min-width: 880px) {
  .header_nav-list nav.pc #list ul li {
    display: block;
  }
}

.header_nav-list nav.pc #list ul li.pc {
  display: block;
}

.header_nav-list nav.pc #list ul li a {
  font-size: 14px;
  color: #000;
  line-height: 50px;
  padding: 0 10px;
  letter-spacing: 0.01rem;
}

@media screen and (min-width: 880px) {
  .header_nav-list nav.pc #list ul li a:hover {
    color: #009e96;
    font-weight: bold;
  }
}

.header_nav-list nav.pc #list .contact a img {
  height: 55px;
  transition: 0.3s all;
}

@media screen and (min-width: 880px) {
  .header_nav-list nav.pc #list .contact a:hover {
    opacity: 0.8;
    transition: 0.3s all;
  }
}

.header.open .header_nav-list {
  transform: translate(0%);
  transition: all 0.6s;
}

.header.open .header_nav-sp-btn {
  transition: all 0.6s;
  border: 1px solid #333;
}

.header.open .header_nav-sp-btn .bar {
  transition: all 0.6s;
  background-color: #333;
}

.header.open .header_nav-sp-btn .bar:nth-of-type(1) {
  transition: all 0.6s;
  transform: translateY(2px) rotate(-225deg);
}

.header.open .header_nav-sp-btn .bar:nth-of-type(2) {
  transition: all 0.6s;
  opacity: 0;
}

.header.open .header_nav-sp-btn .bar:nth-of-type(3) {
  transition: all 0.6s;
  transform: translateY(-2px) rotate(225deg);
}

.header.open .header_nav-sp-btn .txt {
  transition: all 0.6s;
  color: #333;
}

/*******************************
    footer
 *******************************/
#footer {
  position: relative;
  width: 100%;
  background-color: #009e96;
  padding: 0 0;
}

@media screen and (min-width: 880px) {
  #footer {
    padding: 40px 0 0;
  }
}

@media screen and (min-width: 880px) {
  #footer .wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

#footer .wrap .logo {
  display: flex;
  justify-content: center;
}

#footer .wrap .logo img {
  max-width: 200px;
}

#footer .wrap nav.sp ul {
  display: none;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 40px;
}

@media screen and (min-width: 880px) {
  #footer .wrap nav.sp ul {
    justify-content: space-between;
  }
}

#footer .wrap nav.sp ul li {
  width: 50%;
}

#footer .wrap nav.sp ul li a {
  color: #fff;
  font-size: 14px;
  padding: 12px 16px;
  letter-spacing: 0.01rem;
}

#footer .wrap nav.sp ul li a span {
  position: relative;
  padding-left: 16px;
}

#footer .wrap nav.sp ul li a span::before {
  content: "▷";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  line-height: 1;
  color: #fff;
}

#footer .wrap nav.pc ul {
  display: none;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 480px) {
  #footer .wrap nav.pc ul {
    justify-content: space-between;
  }
}

#footer .wrap nav.pc ul li {
  width: 50%;
  padding: 16px 10px;
  font-size: 16px;
}

@media screen and (min-width: 480px) {
  #footer .wrap nav.pc ul li {
    width: calc(100% / 3);
    padding: 16px 20px;
  }
}

#footer .wrap nav.pc ul li:last-child {
  display: none;
}

@media screen and (min-width: 480px) {
  #footer .wrap nav.pc ul li:last-child {
    display: block;
  }
}

@media screen and (min-width: 480px) {
  #footer .wrap nav.pc ul li:not(#footer .wrap nav.pc ul li:last-child) {
    border: none;
  }
}

#footer .wrap nav.pc ul li a {
  font-size: 16px;
  color: #fff;
}

#footer .wrap nav.pc ul li a span {
  position: relative;
  padding-left: 16px;
}

#footer .wrap nav.pc ul li a span::before {
  content: "▷";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  line-height: 1;
  color: #fff;
}

@media screen and (min-width: 880px) {
  #footer .wrap nav.pc ul li a:hover {
    text-decoration: underline;
  }
}

#footer p {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0px;
  font-size: 14px;
  text-align: center;
}

#footer p a {
  color: #fff;
  text-decoration: underline;
}

/*******************************
    other
 *******************************/
#contact_btn-fixed-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
}

@media screen and (min-width: 480px) {
  #contact_btn-fixed-sp {
    display: none;
  }
}

#contact_btn-fixed-sp .btn_wrap {
  display: flex;
  background-color: #fff;
}

#contact_btn-fixed-sp .btn_wrap a img {
  width: 100%;
  height: auto;
}

#contact_btn-fixed-sp .reserve_btn {
  width: 100%;
}

#contact_btn-fixed-sp .reserve_btn a {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #e7141a;
  transition: all 0.3s;
  box-shadow: 2px 2px 0px #3d0000;
  border-radius: 8px;
  margin: 5px;
}

#contact_btn-fixed-sp .reserve_btn a::after {
  display: none;
}

#contact_btn-fixed-sp .reserve_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  -webkit-animation: shine 1.5s ease-in-out infinite;
  animation: shine 1.5s ease-in-out infinite;
}

#contact_btn-fixed-sp .reserve_btn a span {
  position: relative;
  margin-left: 40px;
}

#contact_btn-fixed-sp .reserve_btn a span::before {
  display: block;
  position: absolute;
  bottom: -6px;
  right: 105%;
  width: 40px;
  height: 30px;
  content: "";
  background: url(assets/img/reserve_icon.png) center center/cover no-repeat;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

#contact_btn-fixed-pc {
  display: none;
}

@media screen and (min-width: 480px) {
  #contact_btn-fixed-pc {
    display: none;
    width: 100%;
    height: 65px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #009e96;
    z-index: 5;
  }
}

#contact_btn-fixed-pc .btn_wrap {
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 480px) {
  #contact_btn-fixed-pc .btn_wrap-left img {
    height: 40px;
  }
}

@media screen and (min-width: 880px) {
  #contact_btn-fixed-pc .btn_wrap-left img {
    height: 45px;
  }
}

#contact_btn-fixed-pc .btn_wrap-right {
  display: flex;
  gap: 10px;
}

@media screen and (min-width: 480px) {
  #contact_btn-fixed-pc .btn_wrap-right img {
    height: 48px;
    width: auto;
  }
}

@media screen and (min-width: 880px) {
  #contact_btn-fixed-pc .btn_wrap-right img {
    height: 55px;
  }
}

ul.breadcrumb {
  display: flex;
  margin-bottom: 20px;
  margin-top: 5px;
}

ul.breadcrumb li {
  font-size: 14px;
  color: #333;
}

@media screen and (min-width: 480px) {
  ul.breadcrumb li {
    font-size: 16px;
  }
}

ul.breadcrumb li:not(:first-child)::before {
  display: inline-block;
  content: ">";
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 0 10px;
}

@media screen and (min-width: 480px) {
  ul.breadcrumb li:not(:first-child)::before {
    font-size: 16px;
  }
}

ul.breadcrumb a {
  display: inline-block;
  font-size: 14px;
  color: #333;
}

@media screen and (min-width: 480px) {
  ul.breadcrumb a {
    font-size: 16px;
  }
}

@media screen and (min-width: 880px) {
  ul.breadcrumb a:hover {
    text-decoration: underline;
  }
}

.heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  color: #fff;
  background: url(./assets/img/heading_bg.jpg) center center/cover no-repeat;
  line-height: 1.5;
}

@media screen and (min-width: 880px) {
  .heading {
    height: 250px;
  }
}

.heading .jp {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 880px) {
  .heading .jp {
    font-size: 32px;
  }
}

.heading .en {
  font-size: 14px;
}

@media screen and (min-width: 880px) {
  .heading .en {
    font-size: 20px;
  }
}

#privacy {
  display: none;
}

.fixed_line {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 80px;
  cursor: pointer;
  z-index: 10;
}

@media screen and (min-width: 880px) {
  .fixed_line {
    bottom: 40px;
  }
}

.fixed_line img {
  width: 180px;
  height: 180px;
}

@media screen and (min-width: 880px) {
  .fixed_line img {
    width: 280px;
    height: 280px;
  }
}

/* 削除ボタンのスタイル */
.close-btn {
  position: absolute;
  top: -10px;
  /* 上に少しはみ出す設定（お好みで） */
  right: -10px;
  /* 右に少しはみ出す設定（お好みで） */
  width: 25px;
  height: 25px;
  background-color: #333;
  /* ボタンの背景色 */
  color: #fff;
  /* ✕印の色 */
  border: none;
  border-radius: 50%;
  /* 丸くする */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* 画像がボタンの下に隠れないように調整 */
.fixed_line .item {
  display: block;
}

#slider01 {
  opacity: 0;
  transition: opacity 0.3s linear;
}

#slider01.slick-initialized {
  opacity: 1;
}

/*******************************
 　施工事例＆お客様の声　新着情報ラベル
 *******************************/
.new-label dt {
  position: relative;
  display: block;
  width: 100%;
}

.new-label dt::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 75px;
  height: 75px;
  background: url(../ierate/assets/img/new.png) center center/cover no-repeat;
  z-index: 1;
}

@media screen and (min-width: 880px) {
  .new-label dt::before {
    width: 100px;
    height: 100px;
  }
}

/*******************************
 　休業案内
 *******************************/
#top_closed {
  padding: 20px 0 0;
}

#top_closed img {
  width: 100%;
}

.custom-prev,
.custom-next {
  display: flex;
}

.custom-prev {
  flex-direction: row-reverse;
}

.img-prev,
.img-next {
  width: 18px !important;
  height: 14px !important;
  position: relative;
  bottom: -5px;
}

.img-prev {
  margin-right: 5px;
}

.img-next {
  margin-left: 5px;
}

.flatpickr-day.nextMonthDay {
  color: #000 !important;
}

.flatpickr-day.prevMonthDay {
  color: #000 !important;
}

.flatpickr-day.flatpickr-disabled {
  color: rgba(57, 57, 57, 0.1) !important;
}

/* dotsを丸くカスタマイズするCSS */
.dots-wrap {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}

.dots-wrap li {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: #cfcfcf;
  border-radius: 50%;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #333;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.reserve_btn {
  max-width: 800px;
  margin: 0 auto 50px;
}

@media screen and (min-width: 480px) {
  .reserve_btn {
    max-width: 480px;
  }
}

@media screen and (min-width: 880px) {
  .reserve_btn {
    max-width: 800px;
  }
}

@media screen and (min-width: 880px) {
  .reserve_btn a:hover {
    transform: translate(3px, 3px);
    opacity: 1;
  }
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin: 10px 0px;
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #009e96;
  background-color: #fff;
  border: solid 1px #009e96;
  padding: 6px 13px !important;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 880px) {
  .wp-pagenavi a:hover {
    color: #fff;
    background-color: #009e96;
    border-color: #009e96;
  }
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #009e96;
  border-color: #009e96;
  font-weight: bold;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 16px;
  color: #333;
  margin: 10px 0;
}

.pagination a {
  font-size: 16px;
  color: #009e96;
}

@media screen and (min-width: 880px) {
  .pagination a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}

/*******************************
    fixed_menu
 *******************************/
.fixed_menu-sp {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-content: center;
  padding: 5px;
  width: 100%;
  height: 60px;
  background-color: #f2f2f3;
  z-index: 1;
}

@media screen and (min-width: 480px) {
  .fixed_menu-sp {
    display: none;
  }
}

.fixed_menu-sp .reserve_btn {
  width: 100%;
}

.fixed_menu-sp .reserve_btn a {
  background-color: #eb6157;
  box-shadow: 3px 3px 0px #440000;
  border-radius: 5px;
  padding-left: 40px;
}

.fixed_menu-sp .reserve_btn a::after {
  display: none;
}

.fixed_menu-sp .reserve_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  -webkit-animation: shine 1.5s ease-in-out infinite;
  animation: shine 1.5s ease-in-out infinite;
}

.fixed_menu-sp .reserve_btn a span {
  position: relative;
}

.fixed_menu-sp .reserve_btn a span::before {
  display: block;
  position: absolute;
  top: 0%;
  right: 110%;
  width: 30px;
  height: 22px;
  content: "";
  background: url(assets/img/mail.png) center center/cover no-repeat;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.fixed_menu-sp .reserve_btn a,
.fixed_menu-sp .contact a,
.fixed_menu-sp .pagetop a,
.fixed_menu-sp .plan a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  height: 48px;
}

.fixed_menu-sp .plan {
  width: 40%;
}

.fixed_menu-sp .plan a {
  background-color: #009e96;
  box-shadow: 3px 3px 0px #001b09;
  border-radius: 5px;
  padding-left: 40px;
}

.fixed_menu-sp .plan a span {
  position: relative;
}

.fixed_menu-sp .plan a span::before {
  display: block;
  position: absolute;
  top: 0%;
  right: 110%;
  width: 30px;
  height: 22px;
  content: "";
  background: url(./assets/img/plan.png) center center/cover no-repeat;
}

.fixed_menu-sp .contact {
  width: 80%;
}

.fixed_menu-sp .contact a {
  background-color: #eb6157;
  box-shadow: 3px 3px 0px #300000;
  border-radius: 5px;
  padding-left: 40px;
}

.fixed_menu-sp .contact a span {
  position: relative;
}

.fixed_menu-sp .contact a span::before {
  display: block;
  position: absolute;
  top: 0%;
  right: 110%;
  width: 30px;
  height: 22px;
  content: "";
  background: url(./assets/img/mail.png) center center/cover no-repeat;
}

.fixed_menu-sp .pagetop {
  width: 20%;
}

.fixed_menu-sp .pagetop a {
  position: relative;
  background-color: #5a5a5a;
  box-shadow: 3px 3px 0px #000;
  border-radius: 5px;
}

.fixed_menu-sp .pagetop a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 25px;
  content: "";
  background: url(./assets/img/arrow.png) center center/cover no-repeat;
}

/*******************************
    about
 *******************************/
.about {
  width: 100%;
  background-color: #009e96;
}

.about img {
  padding: 20px 40px 0;
}

@media screen and (min-width: 480px) {
  .about img {
    padding: 40px 180px 0;
  }
}
