@charset "UTF-8";

/* ================================
   school/swiming Styles

   01 common
   02 junior
   03 course
   04 schedule

   =================================== */

/* == common == */
:root {
  --fs16: 0.8vw;
}
@media screen and (min-width:1301px) {
  :root {
    --fs16: 16px;
  }
}
@media screen and (max-width:1300px) {
  :root {
    --fs16: 1.0vw;
  }
}
@media screen and (max-width:1024px) {
  :root {
    --fs16: 13px;
  }
}
@media screen and (max-width:640px) {
  :root {
    --fs16: 12px;
  }
}


/*共通設定*/

/* line 3, index.scss */
*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

/* line 11, index.scss */
ul,
ol {
  list-style: none; }

/* line 16, index.scss */
a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s; }

body .pc {
  display: block; }
body .sp {
  display: none; }
body .tab {
  display: none; }

@media (max-width: 1024px) {
  /* line 27, index.scss */
  body .pc {
    display: none; }

  /* line 29, index.scss */
  body .sp {
    display: block; } 
}

/* line 33, index.scss */
body {
  font-size: 16px;
  line-height: 1.7;
  color: #3E3A39;
  letter-spacing: 0.05em;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 600; }
@media (max-width: 1024px) {
body {
  font-size: 4vw;}
body main{
  margin-top: 60px;}
}
/* line 42, index.scss */
img {
  max-width: 100%; }

/* line 47, index.scss */
.wrap {
  overflow: hidden; }

/* line 51, index.scss */
.parent {
  padding: 0 5vw; }

/*.ctgpage{
 margin-top:7%;
}*/
/* line 55, index.scss */
.child {
  max-width: 1400px;
  margin: 0 auto; }
/*終わり*/

.fix-btn {
  position: fixed;
  top: 26vw;
  right: 2vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
@media (max-width: 1680px) {.fix-btn {top: 40%;} }
@media (max-width: 1366px) {.fix-btn {top: 32%;} }
@media (max-width: 1025px) {.fix-btn {top: 28%;} }
/* line 296, index.scss */
.fix-btn a {
  color: #3E3A39;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-top: solid 1px #3E3A39;
  padding: 16px 0; }

/* line 304, index.scss */
.fix-btn a:last-child {
  border-bottom: solid 1px #3E3A39; }

/* line 308, index.scss */
.fix-btn a:hover {
  opacity: 0.7; }

/*スマホ*/
@media (max-width: 1024px) {
  /*<header class="header">*/
  /* line 1303, index.scss */

  .fix-btn {
    display: none; }
}


/* PC画面サイズ用（1025px～1920px） */
@media (min-width: 1025px) {
  /*共通設定*/
  .fix-btn {
    font-size: 0.9375vw; }
}
/*終わり*/

/*アニメーション*/
/*スクロールふわっと表示*/
/* line 63, index.scss */
.scroll {
  opacity: 0;
  transform: translate3d(0, 16px, 0); }

/* line 67, index.scss */
.scroll.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.8s; }

/*js表示 一個ずつ出てくる*/
/* line 74, index.scss */
.scr-target {
  opacity: 0;
  transform: translate3d(0, 35px, 0); }

/* line 78, index.scss */
.scr-target.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1s; }


/*終わり*/
/*<header class="header">*/
/* line 86, index.scss */
.header {
  width: 100%;
  /*height: 80px;*/
  padding: 1.5vh 2vw;
  /*position: fixed;*/
  background-color: #fff;
  z-index: 10;
  display: flex; }
.header .h-logo-mini{display: none;
  transition-property:all;
  transition-duration:.3s;}

.header .fixed {
   position: fixed;
   width: 100%;
   /*height: 80px;*/
   padding: 2.5vh 2vw 2.5vh 5.5vw;
   /*position: fixed;*/
   background-color: #fff;
   z-index: 10;
   display: flex;
   top: 0;
   left: 0;
   transition-property:all;
   transition-duration:.3s;
}
.header .fixed .h-logo{
   display: none;
}
.header .fixed .h-logo-mini{
    width: 2vw;
    position: absolute;
    display: inline;
    top: 1.4vh;
    left: 3.5vw;
    transition-property:all;
    transition-duration: .3s;
}
@media (max-width: 1024px) {
 .header .fixed{
   background:transparent;
  }
 .header .fixed .h-logo{
    display: none;
 }
 .header .fixed .h-logo-mini{
    display: none;
 }
 
}
/* line 96, index.scss */
.header-inner {
  width: 100%;
  /* height: 100%; */
  display: flex;
  align-items: flex-start;
  width: 100%;
  letter-spacing: 0;
  flex-direction: column; }

/* line 108, index.scss */
.header-logo h1 {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between; }

/* line 115, index.scss */
.h-logo-sp {
  display: none; }

/* line 119, index.scss */
.header-site-menu {
  width: 85%; }

/* line 123, index.scss */
.header-ul {
  display: flex;
  align-items: center;
  justify-content: right;
  font-size: 14px;
  line-height: 1; }

/* line 131, index.scss */
.header-ul li {
  border-left: solid 1px #999;
  padding: 0 4px; }

/* line 136, index.scss */
.header-ul li:first-child,
.header-ul li:last-child {
  border-left: none; }

/* line 141, index.scss */
.header-ul li a {
  padding: 2px 8px; }

/* line 145, index.scss */
.header-ul li a:hover {
  background-color: #e61e28;
  color: #fff;
  border-radius: 100vh; }

/* line 151, index.scss */
.h-contact-btn {
  color: #e61e28;
  border: solid 2px #e61e28;
  border-radius: 100vh;
  padding: 6px 0px;
  text-align: center;
  margin-left: 30px;
  width: 12vw;
  font-size: clamp(18px, 3vw, 16px);
  transition-property:all;
  transition-duration:.5s}

/* line 159, index.scss */
.h-contact-btn:hover {
  background-color: #e61e28;
  color: #fff; }



/*終わり*/
/*<footer class="footer">*/
/* line 705, index.scss */
.footer {
  color: #fff;
  position: relative;
  padding: 80px 5vw 0 5vw;
  z-index: 2; }

/* line 712, index.scss */
.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 60px; }

/* line 721, index.scss */
.footer-l {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px; }

/* line 729, index.scss */
.address {
  font-size: 1vw;
  font-weight: 400; }

/* line 734, index.scss */
.map-btn {
  max-width: 180px;
  width: 100%;
  background-color: #fff;
  border-radius: 100vh;
  color: #e61e28;
  text-align: center;
  font-weight: bold;
  padding: 4px; 
  font-family:sans-serif}

/* line 745, index.scss */
.map-btn:hover {
  background-color: #494544;
  color: #fff; }

/* line 750, index.scss */
.footer-r {
  width: 65%;
  display: flex;
  flex-direction: column; }

/* line 756, index.scss */
.tel-area {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 32px; }

/* line 763, index.scss */
.tel-txt {
  font-size: 40px; }
.tel-txt img{
  width: 22vw; }

/* line 767, index.scss */
.tel-txt small {
  font-size: 18px;
  margin-right: 8px; }

/* line 772, index.scss */
.tel-btn {
  max-width: 180px;
  width: 100%;
  background-color: #fff;
  border-radius: 100vh;
  color: #e61e28;
  text-align: center;
  font-weight: 600;
  padding: 4px; }

/* line 783, index.scss */
.tel-btn:hover {
  background-color: #494544;
  color: #fff; }

/* line 788, index.scss */
.footer-ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%; }

/* line 795, index.scss */
.footer-ul li {
  width: 25%;
  font-size: 14px;
  margin-bottom: 8px; }

/* line 801, index.scss */
.footer-ul li a:hover {
  opacity: 0.7; }

/* line 805, index.scss */
.fc {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  padding-bottom: 32px;
  font-size: 12px;
  gap: 16px; }

/* line 819, index.scss */
.fc-txt {
  display: flex;
  align-items: center; }

/* line 824, index.scss */
.fc-txt p {
  line-height: 1;
  padding-left: 8px; }

/* line 829, index.scss */
.fc-txt p::after {
  content: "/";
  /*border-right: solid 1px #fff;*/
  padding-left: 8px; }

/* line 835, index.scss */
.fc-txt p:last-child::after {
  content: "";
  /*border-right: none; */}

/* line 839, index.scss */
.copyright {
  text-align: center;
  padding: 16px 0;
  font-size: 12px;
  font-weight: 400;
  border-top: solid 1px #fff;
  color: #fff;
  position: relative;
  z-index: 2; }

/* line 850, index.scss */
.footer-back {
  display: none; }

/* line 854, index.scss */
.footer-back-area {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #FFFAE0; }

/* line 861, index.scss */
.footer-back-area::after {
  content: "";
  background-image: url(../img/common/footer-back.svg);
  width: 100%; 
  /*width: 100vw;*/
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; 
  background-size: cover;}

/* line 872, index.scss */
.pagetop-area {
  position: absolute;
  right: 12vw;
  top: 1vw;
  z-index: 10; }

/* line 879, index.scss */
.pagetop {
  width: 50px;
  transition: 0.2s; }

/* line 884, index.scss */
.pagetop:hover {
  opacity: 0.8; }

/*終わり*/

@media (min-width: 1025px) and (max-width: 1300px) {
  /*共通設定*/
  /* line 931, index.scss */
  .body {
    letter-spacing: 0; }

  /*終わり*/
  /*<header class="header">*/
  /* line 937, index.scss */
  .header-logo {
    margin: 0; }

  /* line 941, index.scss */
  .header-site-menu {
    width: 100%; }

  /* line 945, index.scss */
  .header-ul {
    font-size: 13px;
    justify-content: center; }

  /*終わり*/ }
/*終わり*/
/*タブレット*/
@media (max-width: 1024px) {
  /*共通設定*/
  /* line 957, index.scss */
  .body {
    letter-spacing: 0.05em; }
  /*.ctgpage{
   margin-top:10%;
  }*/
  /*終わり*/
  /*<header class="header">*/
  /* line 963, index.scss */
  .header {
    align-items: center;
    justify-content: center; }

  /* line 969, index.scss */
  .header-logo {
    width: 30%; }

  /* line 973, index.scss */
  .header-site-menu {
    width: 70%; }

  /*ハンバーガーボタン*/
  /* line 980, index.scss */
  .hamburger {
    display: block;
    z-index: 999;
    position: absolute;
    top: 28px;
    right: 4vw;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center; }
   .header .fixed .hamburger {
    display: none;
    }
  /* line 995, index.scss */
  .hamburger span {
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    left: 6px;
    background: #2A1C00;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

  /* line 1007, index.scss */
  .hamburger span:nth-child(1) {
    top: 10px; }

  /* line 1011, index.scss */
  .hamburger span:nth-child(2) {
    top: 20px; }

  /* line 1015, index.scss */
  .hamburger span:nth-child(3) {
    top: 30px; }

  /* ナビ開いてる時のボタン */
  /* line 1020, index.scss */
  .hamburger.active span:nth-child(1) {
    top: 20px;
    left: 6px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg); }

  /* line 1028, index.scss */
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg); }

  /* line 1036, index.scss */
  .header-nav {
    position: fixed;
    z-index: 20;
    top: 80px;
    left: 0;
    color: #fff;
    background-color: rgba(255, 0, 0, 0.9);
    text-align: center;
    transform: translateX(130%);
    transition: all 0.5s;
    width: 100%;
    height: 85vh;
    opacity: 0; }

  /* line 1051, index.scss */
  .header-nav ul {
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2vh 10vw;
    z-index: 15; }

  /* line 1063, index.scss */
  .header-nav ul li {
    list-style-type: none;
    padding: 12px 0;
    display: inline-block;
    width: 100%;
    margin: 12px 0;
    border-left: none; }

  /* line 1072, index.scss */
  .header-nav ul a:hover {
    opacity: 0.8; }

  /* line 1076, index.scss */
  .header-nav ul li a {
    display: inline-block;
    font-size: 20px;
    padding: 1vh 0; }
 
  .header-nav ul li a.tel-btn{
    margin-top: 3vh;
    padding: 2vh 0; }

  /* line 1082, index.scss */
  .h-contact-btn {
    color: #e61e28;
    border: solid 2px #e61e28;
    background-color: #fff;
    margin-left: 0;
    display: inline-block;
    width: 50%; }

  /* line 1091, index.scss */
  .h-contact-btn:hover {
    background-color: #e61e28;
    color: #fff; }

  /* line 1096, index.scss */
  .h-contact-btn {
    display: none; }

  /* このクラスを、jQueryで付与・削除する */
  /* line 1100, index.scss */
  .header-nav.active {
    transform: translateX(0%);
    opacity: 1; }

  /* line 1105, index.scss */
  .header.color {
    transition: 0.5s;
    background-color: #fe1d21; }

  /* line 1110, index.scss */
  .hamburger.color span {
    transition: 0.5s;
    background: #fff; }

  /* line 1115, index.scss */
  .header.color .h-logo {
    display: none; }

  /* line 1119, index.scss */
  .header.color .h-logo-sp {
    display: block; }

  /*<footer class="footer">*/
  /* line 1226, index.scss */
 .footer {
   color: #fff;
   position: relative;
   padding: 9.5vh 5vw 0 5vw;
   z-index: 2; }
 
  .footer {
    text-align: center; }

  /* line 1230, index.scss */
  .footer-flex {
    display: block; }

  /* line 1234, index.scss */
  .footer-l {
    width: 100%;
    display: block; }

  /* line 1239, index.scss */
  .address {
  font-size: 4vw; }

  /* line 1243, index.scss */
  .map-btn {
    max-width: 480px;
    display: inline-block;
    margin-top: 16px; }

  /* line 1249, index.scss */
  .footer-r {
    width: 100%;
    display: block; }

  /* line 1254, index.scss */
  .tel-area {
    display: block; }

  /* line 1258, index.scss */
  .tel-txt {
    margin: 4vh 0 2vh 0; }

  /* line 1262, index.scss */
  .tel-btn {
    max-width: 480px;
    display: inline-block; }

  /* line 1267, index.scss */
  .footer-ul li {
    width: 33%; }

  /* line 1271, index.scss */
  .fc {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto; }

  /* line 1278, index.scss */
  .fc-txt {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center; }

  /* line 1284, index.scss */
  .fc-txt p {
    width: 33%;
    margin-bottom: 4px; }

  /* line 1289, index.scss */
  .fc-txt p::after {
    border-right: none; }

  /* line 1293, index.scss */
  .footer-back-area::after {
    background-image: url(../img/common/footer-back-sp.svg); }

.tel-txt img{
  width: 84vw; }
 
  /*終わり*/ }

/*スマホ*/
@media (max-width: 1024px) {
  /*<header class="header">*/
 
  .header {
    height: 60px;
    position: fixed;
    }

  /* line 1307, index.scss */
  .header-logo {
    width: 60%;
    margin-left: 10px; }


  .header-inner {
    align-items: flex-start; }

  /* line 1585, index.scss */
  .hamburger span {
    display: block;
    position: absolute;
    width: 24px;
    height: 1.5px;
    left: 6px;
    background: #e61e28;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

  /* line 1597, index.scss */
  .hamburger span:nth-child(1) {
    top: 14px; }

  /* line 1601, index.scss */
  .hamburger span:nth-child(2) {
    top: 22px; }

  /* line 1605, index.scss */
  .hamburger span:nth-child(3) {
    top: 30px; }
 
  /* line 1311, index.scss */
  .header-site-menu {
    width: 60%; }

  /*ハンバーガーボタン*/
  /* line 1316, index.scss */
  .header-nav {
    top: 60px;
    height: 100%; }

  /* line 1321, index.scss */
  .header-nav ul li {
    padding: 0.8vh 0;
    margin: 0.8vh 0; }

  /* line 1326, index.scss */
  .header-nav ul li a {
    font-size: 4.6vw; }

  /* line 1330, index.scss */
  .h-contact-btn {
    width: 80%; }


  /*終わり*/
  /*<footer class="footer">*/
  /* line 1528, index.scss */
  .footer-ul {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   width: 100%; }
 
  .footer-ul li {
    width: auto;
    font-size: 4vw;
    margin: 0 2vw 2vh 2vw;}
  .footer-ul li.spmode-left{
    text-align: left;
    margin: 0 2vw 2vh  0;}
  .footer-ul li.spmode-right{
   text-align: right;
    margin: 0 0 2vh  2vw;}
  .footer-ul li.spmode-center{ 
   text-align: center;}
  /* line 1533, index.scss */
  .fc {
    width: 100%;
    gap: 10px;
  padding-bottom: 2vh;
   font-size: 3vw;}

  .footer-flex {
    margin-bottom: 4vh; }

  .fc-txt {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center; }

  /* line 1284, index.scss */
  .fc-txt p {
    width: auto;
    line-height: 1;
    padding-left: 1vw;
    margin-bottom: 4vw; }

  .fc-txt p::after {
    content: "/";
    /*border-right: solid 1px #fff;*/
    padding-left: 1vw; }

  /* line 835, index.scss */
  .fc-txt p:last-child::after {
    content: "";
    /*border-right: none; */}
 
  .copyright {
    font-size: 2.5vw;
  }
  /*終わり*/ 
}
/*終わり*/
/*
@media (max-width: 820px) {
  .header-nav ul {
    width: 100%;
    margin: 0 auto;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10vw;
    z-index: 15; }
}
*/
@media (max-width: 800px) {
  /*共通設定*/
  /*.ctgpage{
   margin-top:12%;
  }*/
}

@media (max-width: 430px) {
  .tel-btn {
    max-width: 240px; }
  .map-btn {
    max-width: 240px; }
}
/*スマホ SE*/
@media (max-width: 380px) {
 
  /*終わり*/ }

/* PC画面サイズ用（1025px～1920px） */
@media (min-width: 1025px) {
  /*共通設定*/
  /* line 1716, index.scss */
  body {
    font-size: 0.833333333333333vw; }

  /* line 1720, index.scss */
  .child {
    max-width: 84.375vw; }

  /* line 1724, index.scss */
  .child.child--header {
    max-width: 97vw;
    align-items: flex-start; }

  /* line 1729, index.scss */
  .child.child--fv {
    max-width: none; }

  /* line 1733, index.scss */
  .child--footer {
    max-width: 76vw; }

  /*終わり*/

 
  .header {
   padding-bottom: 10px;
    /*height: 6vw;*/
    /* padding: .5vw 2vw 1vw 2vw; */ }

  /* line 1744, index.scss */
  .header-inner {
    width: 100%;
    height: 100%;
    /*column-gap: 3.5vw;*/ }

  /* line 1750, index.scss */
  .header-logo {
    width: 18vw;
    box-sizing: border-box;
    padding: .5vh 24px 18px 24px;
    margin-left: 0; }

  /* line 1757, index.scss */
  .header-site-menu {
    width: auto;
    display: flex;
    /*margin-left: -1vw;*/
    /*box-sizing: border-box;
    padding: 8px 0px  6px 16px; */}

  /* line 1763, index.scss */
  .header-ul {
    font-size: 1.11381vw;
    letter-spacing: -0.1em; }

  /* line 1768, index.scss */
  .header-ul li {
    padding: 0 0.29vw; }

  /* line 1772, index.scss */
  .header-ul li a {
    padding: 0.208333333333333vw 1vw;
    letter-spacing: -0.4px; }

  /* line 1777, index.scss */
  .header-ul li a.h-contact-btn {
    padding: 0.5vw 2.9vw;
    margin-left: 3vw;
    font-size: 0.9375vw;
    letter-spacing: 0; }
  /* line 1784, index.scss */
  .hc-btn-wrapper {
    width: 15vw;
    /* margin: 28px 8px; */
    position: absolute;
    top:2vh;
    right: 2vw;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
 
  .header .fixed .hc-btn-wrapper {
    width: 15vw;
    /* margin: 28px 8px; */
    position: absolute;
    top:.5vh;
    right: 2vw;
    display: flex;
    align-items: center;
    justify-content: flex-end; }

 
  /* line 1982, index.scss */
  .fb-h2 {
    gap: 0.625vw;
    padding: 0.625vw;
    font-size: 0.9375vw; }

  /*終わり*/
  /*<footer class="footer">*/
  /* line 1994, index.scss */
  .footer {
    padding: 4vw 10vw 0 10vw; }

  /* line 1998, index.scss */
  .footer-flex {
    width: 100%;
    margin-top: 15vh;
    margin-bottom: 3.125vw;
    justify-content: space-between;
    /*column-gap: 2vw; */}

  /* line 2005, index.scss */
  .footer-l {
    width: 40%;
    gap: 0.572916666666667vw; }

  /* line 2010, index.scss */
  .address {
  font-size: 1vw;
    margin-bottom: 0.5vw; }

  /* line 2015, index.scss */
  .map-btn {
    max-width: none;
    width: 10.4166666666667vw;
    padding: 0.5945vw; }

  /* line 2021, index.scss */
  .footer-r {
    width: 42vw; }

  /* line 2025, index.scss */
  .tel-area {
    gap: 2.76041666666667vw;
    margin-top: 1vw;
    margin-bottom: 1.5vw; }

  /* line 2030, index.scss */
  .tel-txt {
    font-size: 2.86458333333333vw; }

  /* line 2034, index.scss */
  .tel-txt small {
    font-size: 1.5625vw;
    margin-right: 0.729166666666667vw; }

  /* line 2039, index.scss */
  .tel-btn {
    font-family:sans-serif;
    max-width: none;
    width: 11.25vw;
    font-weight: bold;
    padding: 0.5941vw; }

  /* line 2046, index.scss */
  .footer-ul {
    justify-content: flex-start;
    column-gap: 1.7vw;
    width: 100%; }

  /* line 2052, index.scss */
  .footer-ul li {
    width: fit-content;
    font-size: 1.14583333333333vw;
    margin-bottom: 0.5vw; }

  /* line 2058, index.scss */
  .fc {
    padding-bottom: 2.60416666666667vw;
    font-size: 0.833333333333333vw;
    gap: 1.14583333333333vw; }
 
 
 
   .fc-txt {
     display: flex;
     align-items: center; }

   /* line 824, index.scss */
   .fc-txt p {
     line-height: 1;
     padding-left: 8px; }

   /* line 829, index.scss */
   .fc-txt p::after {
     content: "/";
     /*border-right: solid 1px #fff;*/
     padding-left: 8px; }

   /* line 835, index.scss */
   .fc-txt p:last-child::after {
     content: "";
     /*border-right: none; */}

  /* line 2064, index.scss */
  .fc-txt p {
    padding-left: 0.5vw; }

  /* line 2068, index.scss */
  .fc-txt p::after {
    padding-left: 0.677083333333333vw; }

  /* line 2072, index.scss */
  .copyright {
    padding: 1.35416666666667vw 0 2.13541666666667vw 0;
    font-size: 12px; }

  /* line 2077, index.scss */
  .footer-back-area {
    width: 100%;
    height: 100%; }

  /* line 2082, index.scss */
  .footer-back-area::after {
   width: 100%;
    /*width: 100vw;*/
    height: 100%;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat; }

  /* line 2090, index.scss */
  .pagetop-area {
    top: 3.6vw; }

  /* line 2094, index.scss */
  .pagetop {
    width: 5.5vw; }

  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
 
  /*終わり*/ }


/*注釈 */
.chushaku{
 font-size:var(--fs16);
 margin: auto;
}

.kome{
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}
.kome::before {
  content: '※';
}
/*注釈 ここまで*/