@charset "UTF-8";
html {
  overflow-x: hidden; }

html, body {
  color: #0b4050;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: .15em;
  line-height: 1.6; }

@media only screen and (max-width: 959px) {
  body {
    font-size: 14px;
    font-size: 1.4rem; } }
@media print, screen and (min-width: 960px) {
  body {
    font-size: 15px;
    font-size: 1.5rem; } }

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

figure {
  margin: 0;
  padding: 0; }

img {
  width: auto;
  max-width: 100%;
  background: transparent;
  vertical-align: bottom; }

p {
  margin: 0;
  padding: 0; }

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

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

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

li {
  margin: 0;
  padding: 0; }

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

@media print, screen and (min-width: 960px) {
  .u-sp {
    display: none !important; } }

@media only screen and (max-width: 959px) {
  .u-pc {
    display: none !important; } }

.u-img-cover {
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

@media only screen and (max-width: 959px) {
  .u-sp-img-cover {
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; } }
@media print, screen and (min-width: 960px) {
  .u-pc-img-cover {
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; } }
.u-img-contain {
  -webkit-object-fit: contain;
  -ms-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;'; }

@media only screen and (max-width: 959px) {
  .u-sp-img-contain {
    -webkit-object-fit: contain;
    -ms-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'; } }
@media print, screen and (min-width: 960px) {
  .u-pc-img-contain {
    -webkit-object-fit: contain;
    -ms-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'; } }
.u-list-offer:not(:first-child) {
  margin-top: 1em; }
@media only screen and (max-width: 959px) {
  .u-list-offer {
    font-size: 12px;
    font-size: 1.2rem; } }
@media print, screen and (min-width: 960px) {
  .u-list-offer {
    font-size: 13px;
    font-size: 1.3rem; } }
.u-list-offer dt {
  font-weight: bold;
  margin-bottom: .2em; }
.u-list-offer dd, .u-list-offer li {
  text-indent: -1em;
  margin-left: 1em; }

.u-uppercase {
  text-transform: uppercase; }

@media only screen and (max-width: 959px) {
  .u-sec {
    width: calc(100% - 30px);
    max-width: 560px;
    margin: auto; } }
@media print, screen and (min-width: 960px) {
  .u-sec {
    width: 960px;
    margin: auto; } }

.u-ttl_h2 {
  text-align: center;
  font-weight: bold;
  color: #0b4050; }
  .u-ttl_h2 .u-ttl-txt01 {
    display: block; }
    @media only screen and (max-width: 959px) {
      .u-ttl_h2 .u-ttl-txt01 {
        font-size: 20px;
        font-size: 2rem; } }
    @media print, screen and (min-width: 960px) {
      .u-ttl_h2 .u-ttl-txt01 {
        font-size: 24px;
        font-size: 2.4rem; } }
  .u-ttl_h2 .u-ttl-txt02 {
    display: block; }
    @media only screen and (max-width: 959px) {
      .u-ttl_h2 .u-ttl-txt02 {
        font-size: 28px;
        font-size: 2.8rem; } }
    @media print, screen and (min-width: 960px) {
      .u-ttl_h2 .u-ttl-txt02 {
        font-size: 48px;
        font-size: 4.8rem; } }
  .u-ttl_h2 .u-ttl-txt03 {
    display: block; }
    @media only screen and (max-width: 959px) {
      .u-ttl_h2 .u-ttl-txt03 {
        font-size: 20px;
        font-size: 2rem; } }
    @media print, screen and (min-width: 960px) {
      .u-ttl_h2 .u-ttl-txt03 {
        font-size: 28px;
        font-size: 2.8rem; } }

.u-ttl-lead {
  text-align: center; }
  @media only screen and (max-width: 959px) {
    .u-ttl-lead {
      margin-top: 20px;
      padding: 0 15px; } }
  @media print, screen and (min-width: 960px) {
    .u-ttl-lead {
      margin-top: 20px; } }

.u-txt-red {
  color: #c43c3c; }

header {
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  color: #0b4050;
  z-index: 999;
  align-items: center;
  justify-content: space-between;
  background: #fff; }
  @media print, screen and (min-width: 960px) {
    header {
      padding: 0;
      height: 85px; } }
  @media only screen and (max-width: 959px) {
    header {
      height: 65px;
      padding: 5px; } }

@media print, screen and (min-width: 960px) {
  .l-header-logo {
    width: 155px;
    margin-right: 10px;
    margin-left: 20px; } }
@media only screen and (max-width: 959px) {
  .l-header-logo {
    width: 100px;
    margin-right: 10px;
    margin-left: 10px; } }
.l-header-logo img {
  vertical-align: sub; }

.l-header-left {
  display: flex;
  align-items: center; }

.l-header-right {
  display: flex;
  align-items: center;
  margin-right: 20px; }

@media only screen and (max-width: 959px) {
  .l-header-nav {
    display: none; } }
@media print, screen and (min-width: 960px) {
  .l-header-nav {
    display: flex;
    align-items: center;
    font-weight: bold;
    flex-wrap: wrap;
    font-size: 13px;
    font-size: 1.3rem;
    max-width: 580px; } }
.l-header-nav a {
  padding: 0 10px; }
.l-header-nav li {
  margin-bottom: 5px; }
.l-header-nav li:after {
  content: "|"; }

.l-header-tel {
  text-align: center; }
  @media print, screen and (min-width: 960px) {
    .l-header-tel {
      pointer-events: none; } }
  @media print, screen and (min-width: 960px) {
    .l-header-tel img {
      width: 280px; } }
  @media only screen and (max-width: 959px) {
    .l-header-tel img {
      width: 180px; } }
  .l-header-tel span {
    margin-top: 5px;
    line-height: 1.1;
    display: block; }
    @media print, screen and (min-width: 960px) {
      .l-header-tel span {
        font-size: 11px;
        font-size: 1.1rem; } }
    @media only screen and (max-width: 959px) {
      .l-header-tel span {
        font-size: 10px;
        font-size: 1rem;
        letter-spacing: 1px; } }

.l-header-cv {
  font-weight: bold;
  display: block;
  letter-spacing: 0;
  text-align: center; }
  @media print, screen and (min-width: 960px) {
    .l-header-cv {
      width: 75px;
      height: 75px;
      margin-left: 25px;
      margin-right: 5px; } }
  @media only screen and (max-width: 959px) {
    .l-header-cv {
      width: 40px;
      height: 40px;
      margin-left: 10px;
      margin-right: 5px; } }
  .l-header-cv img {
    width: 100%; }

footer {
  background: #f7f7f7;
  text-align: center; }
  @media print, screen and (min-width: 960px) {
    footer {
      font-size: 12px;
      font-size: 1.2rem;
      padding: 20px 0; } }
  @media only screen and (max-width: 959px) {
    footer {
      font-size: 10px;
      font-size: 1rem;
      padding: 15px 0; } }

@media print, screen and (min-width: 960px) {
  .l-main {
    margin-top: 85px; } }
@media only screen and (max-width: 959px) {
  .l-main {
    margin-top: 55px;
    overflow: hidden; } }

.p-mv {
  color: #fff;
  text-align: center;
  position: relative; }
  @media print, screen and (min-width: 960px) {
    .p-mv {
      height: calc(100vh - 85px);
      min-height: 750px;
      background: url(../img/mv-img-pc.png) 50% 0/cover no-repeat; } }
  @media only screen and (max-width: 959px) {
    .p-mv {
      height: calc(100vh - 65px);
      min-height: 600px;
      background: url(../img/mv-img-sp.png) 50% center/cover no-repeat; } }

.p-mv-bnr {
  position: absolute;
  bottom: 10px; }
  @media print, screen and (min-width: 960px) {
    .p-mv-bnr {
      right: 10px; } }
  @media only screen and (max-width: 959px) {
    .p-mv-bnr {
      width: 90%;
      right: 0;
      left: 0;
      margin: auto; }
      .p-mv-bnr img {
        width: 100%; } }

.p-mv-ttl {
  position: absolute;
  margin: auto; }
  @media print, screen and (min-width: 960px) {
    .p-mv-ttl {
      top: 0;
      bottom: 0;
      width: 540px;
      height: 350px;
      left: calc(50% - 410px); } }
  @media only screen and (max-width: 959px) {
    .p-mv-ttl {
      width: 98%;
      left: 0;
      right: 0;
      top: calc(50% - 350px);
      height: 250px; } }
  @media only screen and (max-width: 959px) {
    .p-mv-ttl {
      width: 98%;
      left: 0;
      right: 0;
      top: 20px;
      height: 250px; } }

.p-mv-ttl01 {
  display: block;
  font-weight: bold; }
  @media print, screen and (min-width: 960px) {
    .p-mv-ttl01 {
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 35px;
      text-align-last: left; } }
  @media only screen and (max-width: 959px) {
    .p-mv-ttl01 {
      text-align: center;
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 374px) {
    .p-mv-ttl01 {
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 10px; } }

.p-mv-ttl02 {
  display: block;
  font-weight: bold; }
  @media print, screen and (min-width: 960px) {
    .p-mv-ttl02 {
      line-height: 1.7;
      text-align: left;
      font-size: 56px;
      font-size: 5.6rem; } }
  @media only screen and (max-width: 959px) {
    .p-mv-ttl02 {
      line-height: 1.5;
      text-align: center;
      font-size: 34px;
      font-size: 3.4rem; } }
  @media only screen and (max-width: 374px) {
    .p-mv-ttl02 {
      line-height: 1.5;
      text-align: center;
      font-size: 30px;
      font-size: 3rem; } }
  .p-mv-ttl02:first-letter {
    font-feature-settings: "palt"; }

@media print, screen and (min-width: 960px) {
  .p-about {
    padding-top: 120px; } }
@media only screen and (max-width: 959px) {
  .p-about {
    padding-top: 60px; } }

@media print, screen and (min-width: 960px) {
  .p-about-list {
    display: flex;
    margin-top: 60px; } }
@media only screen and (max-width: 959px) {
  .p-about-list {
    margin: auto;
    margin-top: 30px;
    width: calc(100% - 30px);
    max-width: 560px; } }

.p-about-list-item {
  color: #fff; }
  @media print, screen and (min-width: 960px) {
    .p-about-list-item {
      width: 50%;
      padding: 40px 80px 80px 80px; } }
  @media only screen and (max-width: 959px) {
    .p-about-list-item {
      padding: 20px 30px 30px 30px; } }
  .p-about-list-item:nth-of-type(1) {
    background: #15637a; }
  .p-about-list-item:nth-of-type(2) {
    background: #20859b; }

.p-about-list-sub {
  background: #e6dd31;
  color: #0b4050;
  font-weight: bold;
  text-align: center; }
  @media print, screen and (min-width: 960px) {
    .p-about-list-sub {
      padding: 5px 10px;
      margin-bottom: 40px;
      font-size: 24px;
      font-size: 2.4rem; } }
  @media only screen and (max-width: 959px) {
    .p-about-list-sub {
      padding: 4px 10px;
      margin-bottom: 20px;
      font-size: 18px;
      font-size: 1.8rem; } }

.p-about-list-ttl {
  font-weight: normal;
  position: relative;
  z-index: 0; }
  @media print, screen and (min-width: 960px) {
    .p-about-list-ttl {
      padding: 5px 10px;
      font-size: 5.5vw;
      letter-spacing: 1px;
      line-height: 1.4;
      padding-left: 100px;
      margin-bottom: 50px; } }
  @media only screen and (max-width: 959px) {
    .p-about-list-ttl {
      padding: 5px 10px;
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.4;
      padding-left: 40px;
      margin-bottom: 10px; } }
  .p-about-list-ttl figure {
    position: absolute;
    z-index: -1;
    left: -10px;
    top: 10px; }
    @media only screen and (max-width: 959px) {
      .p-about-list-ttl figure {
        width: 26px;
        top: 50%;
        transform: translate(0, -50%);
        left: 0; } }
  .p-about-list-ttl span {
    display: block; }
    @media print, screen and (min-width: 960px) {
      .p-about-list-ttl span {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media only screen and (max-width: 959px) {
      .p-about-list-ttl span {
        font-size: 15px;
        font-size: 1.5rem; } }

@media only screen and (max-width: 959px) {
  .p-about-list-txt {
    position: relative;
    z-index: 0; } }

@media print, screen and (min-width: 960px) {
  .p-teacher {
    padding: 120px 0; } }
@media only screen and (max-width: 959px) {
  .p-teacher {
    padding: 60px 0; } }

@media print, screen and (min-width: 960px) {
  .p-teacher-box {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center; } }
@media only screen and (max-width: 959px) {
  .p-teacher-box {
    margin-top: 30px; } }

.p-teacher-img {
  position: relative; }
  @media print, screen and (min-width: 960px) {
    .p-teacher-img {
      width: 260px; } }
  @media only screen and (max-width: 959px) {
    .p-teacher-img {
      width: 180px;
      margin-right: 20px; } }
  @media only screen and (max-width: 374px) {
    .p-teacher-img {
      width: 150px;
      margin-right: 10px; } }
  .p-teacher-img figcaption {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #e6dd31;
    color: #0b4050;
    font-weight: bold; }
    @media print, screen and (min-width: 960px) {
      .p-teacher-img figcaption {
        padding: 5px 15px;
        font-size: 13px;
        font-size: 1.3rem; } }
    @media only screen and (max-width: 959px) {
      .p-teacher-img figcaption {
        padding: 3px 10px;
        font-size: 12px;
        font-size: 1.2rem; } }

@media print, screen and (min-width: 960px) {
  .p-teacher-dl {
    width: 670px; } }

@media print, screen and (min-width: 960px) {
  .p-teacher-dl dt {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 30px; } }
@media only screen and (max-width: 959px) {
  .p-teacher-dl dt {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center; } }
@media only screen and (max-width: 374px) {
  .p-teacher-dl dt {
    font-size: 20px;
    font-size: 2rem; } }

.p-jisseki {
  background: #f7f7f7; }
  @media print, screen and (min-width: 960px) {
    .p-jisseki {
      padding: 120px 0; } }
  @media only screen and (max-width: 959px) {
    .p-jisseki {
      padding: 60px 0; } }

@media print, screen and (min-width: 960px) {
  .p-jisseki-list {
    margin-top: 60px; } }
@media only screen and (max-width: 959px) {
  .p-jisseki-list {
    margin-top: 30px; } }

.p-jisseki-list-item {
  background: #fff; }
  @media print, screen and (min-width: 960px) {
    .p-jisseki-list-item {
      padding: 40px 50px;
      display: flex;
      justify-content: space-between; } }
  @media only screen and (max-width: 959px) {
    .p-jisseki-list-item {
      padding: 20px 30px; } }

@media print, screen and (min-width: 960px) {
  .jisseki-img {
    width: 30%; } }
@media only screen and (max-width: 959px) {
  .jisseki-img {
    max-width: 200px;
    margin: auto;
    margin-bottom: 20px; } }

@media print, screen and (min-width: 960px) {
  .jisseki-txt {
    width: 65%; } }
.jisseki-txt .sub {
  font-weight: bold; }
  @media print, screen and (min-width: 960px) {
    .jisseki-txt .sub {
      font-size: 15px;
      font-size: 1.5rem;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 959px) {
    .jisseki-txt .sub {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 10px;
      text-align: center; } }
.jisseki-txt .sub span {
  color: #fff;
  font-weight: bold; }
  .jisseki-txt .sub span.kobetsu {
    background: #15637a; }
  .jisseki-txt .sub span.syudan {
    background: #20859b; }
  @media print, screen and (min-width: 960px) {
    .jisseki-txt .sub span {
      display: inline-block;
      font-size: 13px;
      font-size: 1.3rem;
      padding: 5px 10px;
      margin-right: 10px; } }
  @media only screen and (max-width: 959px) {
    .jisseki-txt .sub span {
      font-size: 12px;
      font-size: 1.2rem;
      padding: 3px 10px;
      text-align: center;
      margin-bottom: 5px;
      display: block; } }
.jisseki-txt .ttl {
  font-weight: bold;
  color: #15637a;
  line-height: 1.4; }
  @media print, screen and (min-width: 960px) {
    .jisseki-txt .ttl {
      font-size: 32px;
      font-size: 3.2rem;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 959px) {
    .jisseki-txt .ttl {
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 15px;
      text-align: center; } }
.jisseki-txt .voice-ttl {
  font-weight: bold;
  color: #15637a;
  border-top: 1px solid #15637a;
  line-height: 1.4; }
  @media print, screen and (min-width: 960px) {
    .jisseki-txt .voice-ttl {
      font-size: 20px;
      font-size: 2rem;
      margin-bottom: 10px;
      padding-top: 25px; } }
  @media only screen and (max-width: 959px) {
    .jisseki-txt .voice-ttl {
      font-size: 17px;
      font-size: 1.7rem;
      margin-bottom: 10px;
      padding-top: 15px; } }

.swiper-button-next,
.swiper-button-prev {
  background: #0b4050;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px; }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px; }
  @media print, screen and (min-width: 960px) {
    .swiper-button-next,
    .swiper-button-prev {
      margin-top: 0;
      transform: translate(0, 160%); } }

@media print, screen and (min-width: 960px) {
  .swiper-button-next {
    right: calc(50% - 500px); } }

@media print, screen and (min-width: 960px) {
  .swiper-button-prev {
    left: calc(50% - 500px); } }

.p-jisseki-list-item {
  height: 100%; }

.swiper-slide {
  height: auto; }

@media print, screen and (min-width: 960px) {
  .p-price {
    padding: 120px 0; } }
@media only screen and (max-width: 959px) {
  .p-price {
    padding: 60px 0; } }

@media print, screen and (min-width: 960px) {
  .p-price-inr {
    margin-top: 60px; } }
@media only screen and (max-width: 959px) {
  .p-price-inr {
    margin-top: 30px; } }

.p-price-ttl01 {
  font-weight: normal; }
  @media print, screen and (min-width: 960px) {
    .p-price-ttl01 {
      font-size: 30px;
      font-size: 3rem;
      position: relative;
      margin-bottom: 40px; } }
  @media only screen and (max-width: 959px) {
    .p-price-ttl01 {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 20px; } }

.join-fee {
  background: #e6dd31;
  color: #c43c3c;
  font-weight: bold;
  display: inline-block; }
  @media print, screen and (min-width: 960px) {
    .join-fee {
      padding: 10px 15px;
      font-size: 15px;
      font-size: 1.5rem;
      position: absolute;
      right: 0;
      top: 5px; } }
  @media only screen and (max-width: 959px) {
    .join-fee {
      padding: 5px 15px;
      font-size: 15px;
      font-size: 1.5rem; } }

.p-price-tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .p-price-tabs li {
    width: 33%; }

.p-price-age-ttl {
  text-align: center;
  color: #0b4050;
  background: #ddd; }
  @media print, screen and (min-width: 960px) {
    .p-price-age-ttl {
      font-size: 20px;
      font-size: 2rem; } }
  @media only screen and (max-width: 959px) {
    .p-price-age-ttl {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold; } }
  .p-price-age-ttl a {
    display: block;
    padding: 10px; }
    @media print, screen and (min-width: 960px) {
      .p-price-age-ttl a:hover {
        background: #20859b;
        color: #fff; } }
  .p-price-age-ttl a.is-actv {
    color: #fff;
    background: #20859b;
    position: relative; }
    .p-price-age-ttl a.is-actv:before {
      position: absolute;
      content: "";
      display: block;
      width: 0;
      height: 0;
      left: 0;
      right: 0;
      margin: auto;
      border-style: solid;
      border-color: #20859b transparent transparent transparent; }
      @media print, screen and (min-width: 960px) {
        .p-price-age-ttl a.is-actv:before {
          border-width: 15px 10px 0 10px;
          bottom: -13px; } }
      @media only screen and (max-width: 959px) {
        .p-price-age-ttl a.is-actv:before {
          border-width: 15px 10px 0 10px;
          bottom: -13px; } }

.p-price_content {
  display: none; }
  .p-price_content.is-show {
    display: block; }

.p-price-table {
  width: 100%; }

@media print, screen and (min-width: 960px) {
  .p-price-table th {
    padding: 10px 20px; } }
.p-price-table th.th01 {
  background: #deecee; }
  @media print, screen and (min-width: 960px) {
    .p-price-table th.th01 {
      width: 160px; } }
  .p-price-table th.th01 span {
    display: block; }
    @media print, screen and (min-width: 960px) {
      .p-price-table th.th01 span {
        font-size: 13px;
        font-size: 1.3rem; } }
.p-price-table th.th02 {
  background: #deecee; }
  @media print, screen and (min-width: 960px) {
    .p-price-table th.th02 {
      padding: 20px 20px; } }

.p-price-table td {
  background: #f7f7f7;
  text-align: center; }
  @media print, screen and (min-width: 960px) {
    .p-price-table td {
      padding: 20px 10px;
      font-size: 18px;
      font-size: 1.8rem; } }
  .p-price-table td span {
    display: block; }
    @media print, screen and (min-width: 960px) {
      .p-price-table td span {
        font-size: 13px;
        font-size: 1.3rem; } }

@media only screen and (max-width: 959px) {
  .p-table-head {
    background: #20859b;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-align: center; } }

@media only screen and (max-width: 959px) {
  .p-table-dl {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px; }
    .p-table-dl:first-of-type {
      margin-bottom: 0; }
    .p-table-dl dt {
      background: #deecee;
      width: 20%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold; }
    .p-table-dl dd {
      width: 80%;
      padding: 10px 15px;
      background: #f7f7f7; }
      .p-table-dl dd span {
        font-size: 12px;
        font-size: 1.2rem;
        display: block; }
        .p-table-dl dd span:before {
          content: "●";
          font-size: 10px;
          font-size: 1rem; }
      .p-table-dl dd p {
        border-bottom: 1px dotted #20859b;
        padding-top: 5px;
        padding-bottom: 5px; }
        .p-table-dl dd p:last-of-type {
          border-bottom: none; } }

.p-price-end {
  text-align: center;
  font-weight: bold; }
  @media print, screen and (min-width: 960px) {
    .p-price-end {
      margin-top: 60px;
      font-size: 20px;
      font-size: 2rem; } }
  @media only screen and (max-width: 959px) {
    .p-price-end {
      font-size: 17px;
      font-size: 1.7rem;
      padding: 30px 40px 0 40px; } }

.p-contact {
  background: #f7f7f7; }
  @media print, screen and (min-width: 960px) {
    .p-contact {
      padding: 120px 0; } }
  @media only screen and (max-width: 959px) {
    .p-contact {
      padding: 60px 0; } }

@media print, screen and (min-width: 960px) {
  .p-contact-inr {
    margin-top: 60px; } }
@media only screen and (max-width: 959px) {
  .p-contact-inr {
    margin-top: 30px; } }

.p-content-tel {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  border: solid 4px #cecece; }
  @media print, screen and (min-width: 960px) {
    .p-content-tel {
      padding: 60px 60px 50px 60px;
      width: 710px;
      margin: auto; }
      .p-content-tel a {
        pointer-events: none; }
      .p-content-tel img {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 959px) {
    .p-content-tel {
      padding: 30px; }
      .p-content-tel img {
        margin-bottom: 10px;
        width: 100%;
        max-width: 250px; } }

.p-content-sns {
  background: #e6dd31;
  border-radius: 10px;
  text-align: center; }
  @media print, screen and (min-width: 960px) {
    .p-content-sns {
      width: 480px;
      margin: auto;
      margin-top: 40px; } }
  @media only screen and (max-width: 959px) {
    .p-content-sns {
      width: 100%;
      max-width: 460px;
      margin: auto;
      margin-top: 30px; } }

.p-content-sns a {
  display: block;
  font-weight: bold;
  position: relative; }
  @media print, screen and (min-width: 960px) {
    .p-content-sns a {
      padding: 30px 20px 30px 50px;
      font-size: 18px;
      font-size: 1.8rem; } }
  @media only screen and (max-width: 959px) {
    .p-content-sns a {
      padding: 20px 10px 10px 35px;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.4; } }
  @media only screen and (max-width: 374px) {
    .p-content-sns a {
      padding: 20px 10px 10px 15px;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.4; } }
  .p-content-sns a img {
    position: absolute; }
    @media print, screen and (min-width: 960px) {
      .p-content-sns a img {
        width: 50px;
        left: 30px;
        top: 50%;
        transform: translate(0, -50%); } }
    @media only screen and (max-width: 959px) {
      .p-content-sns a img {
        width: 45px;
        left: 20px;
        top: 50%;
        transform: translate(0, -50%); } }
    @media only screen and (max-width: 374px) {
      .p-content-sns a img {
        width: 40px;
        left: 10px;
        top: 50%;
        transform: translate(0, -50%); } }

@media print, screen and (min-width: 960px) {
  .p-access {
    justify-content: end;
    display: flex;
    align-items: center; } }
@media only screen and (max-width: 959px) {
  .p-access {
    padding-top: 60px; } }

.p-access-txt {
  background: #fff; }
  @media print, screen and (min-width: 960px) {
    .p-access-txt {
      width: 30%; } }
  @media only screen and (max-width: 959px) {
    .p-access-txt {
      padding: 0 30px; } }
  @media print, screen and (min-width: 960px) {
    .p-access-txt .u-ttl_h2 {
      text-align: left;
      margin-bottom: 30px; } }

@media print, screen and (min-width: 960px) {
  .p-access-map {
    width: 50%; } }
@media only screen and (max-width: 959px) {
  .p-access-map {
    margin-top: 30px; } }

@media print, screen and (min-width: 960px) {
  iframe {
    width: 100%; } }
@media only screen and (max-width: 959px) {
  iframe {
    width: 100%; } }

.js-fade {
  opacity: 0; }
  .js-fade.is-anime {
    transition: 2s;
    opacity: 1; }

.js-fade-list-step .js-step-item {
  opacity: 0; }
  .js-fade-list-step .js-step-item.is-anime {
    transition: .7s;
    opacity: 1; }

.js-slide-side {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0); }
  .js-slide-side.is-anime {
    transition: .7s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.js-slide-side-list-step .js-step-item {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0); }
  .js-slide-side-list-step .js-step-item.is-anime {
    transition: .7s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.js-slide-vertical {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px); }
  .js-slide-vertical.is-anime {
    transition: .7s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.js-slide-vertical-list > * {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px); }
  .js-slide-vertical-list > *.is-anime {
    transition: .7s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.js-slide-vertical-list-step .js-step-item {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px); }
  .js-slide-vertical-list-step .js-step-item.is-anime {
    transition: .7s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

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