@charset "UTF-8";

/* ====== 共通 ====== */

body {
  background: #E0F7FA;
}

h1 {
  text-align: center;
  margin-bottom: 5rem;
}

h1 img {
  width: 50%;
}

h1 span {
  color: #FFA3C2;
}

h3 {
  color: #19CECE;
}

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

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

header .navbar-brand {
  position: absolute;
  top: 20px;
  left: 20px;
}

header .navbar-brand .logo {
  width: 100%;
}

.logo {
  width: 300px;
  ;
}

.navbar-expand-md {
  position: absolute;
  right: 0;
  margin-top: 15px;
  margin-right: 20px;
}

.bottom-fixed {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
}

.order-btn {
  color: #fff;
  background: #FFA3C2;
  border: none;
}

.py-container {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.contact-time {
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
}

.price-card .box {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 15px;
  text-align: center;
  ;
}

.discount {
  background-color: #FFF9C4 !important;
}

.o-2column .col-md-6 {
  padding: 0 10px;
}

.o-2column {
  margin: 0 -10px;
}

.o-4column .col-md-3 {
  padding: 0 20px;
}

.o-4column {
  margin: 0 -10px;
}

.name {
  margin: 0;
}

.price {
  color: #19CECE;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 1;
}

.price span {
  font-size: 36px;
}

/* ====== TOTOP ====== */
/* ページトップ */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 25px 0;
  text-align: center;
  display: block;
  border-radius: 10px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #6c757d !important;
}

/* ====== TOP IMAGE ====== */

header.top-page {
  height: 100vh;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}

.jumbotron {
  background-image: url(../img/main-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  /*コレ*/
  display: flex;
  /*コレ*/
  align-items: center;
}

.jumbotron .bg-rgba {
  background-color: rgba(255, 255, 255, 0.9);
}

.jumbotron h1 {
  word-wrap: break-word;
}

.jumbotron h2 {
  line-height: 1.8rem;
}

/* ====== TOPPAGE SECTION ====== */

#sec1 .card:nth-of-type(2) {
  border-left: none;
  border-right: none;
}

.ttl-bdr {
  color: #19CECE;
  font-size: 3rem;
  line-height: 1.5;
  position: relative;
  margin-bottom: 50px;
}

.ttl-bdr::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /*border-bottom: 5px solid #000;*/
  width: 12%;
  margin: 0 auto -15px;
}

#sec2,
#sec4 {
  background: #fff;
}

#sec3 {
  /*background-image: url("../img/bg-staff.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;*/
}

#sec4 table {
  width: 100%;
  background-color: #CCC;
  font: 12px;
  color: #666;
  table-layout: fixed;
  border-collapse: collapse;
}

#sec4 table th,
#sec4 table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}

#sec4 table th {
  background-color: #002795;
  color: #fff;
}

#sec4 table td {
  width: 14.2%;
}

#sec4 table td:nth-child(7n) {
  background-color: #5197E0;
  color: #fff;
}

#sec4 table td:nth-child(7n+1) {
  background-color: #FF8A8C;
  color: #fff;
}

/* ====== SNS ====== */
.social img {
  width: 36px;
  height: 36px;
}

/* ====== SNS ====== */

iframe {
  width: 100%;
  height: 450px;
}

/* ====== FOOTER ====== */
.footer-logo {
  width: 160px;
}

footer {
  background: #19CECE;
}

.text-danger{
font-size: 1.25rem;
line-height: 1;
}

/* =============================================
メディアクエリ
============================================= */

/* 大デバイス（デスクトップ, 1200px 未満）
==============================================*/
@media screen and (max-width: 1199.98px) {
  .herounit h1 {
    margin-top: 10rem;
  }
}

/* END */
/* 中デバイス（タブレット, 992px 未満）
==============================================*/
@media screen and (max-width: 991.98px) {
  .container {
    max-width: 740px;
  }
}

/* END */
/* 小デバイス（横向きモバイル, 768px 未満）
==============================================*/
@media screen and (max-width: 767.98px) {
  h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 2rem;
  }

  h1 img {
    width: 100%;
  }

  #sec3 {
    background-image: none;
  }

  header .navbar-nav {
    border-top: 1px solid #fff;
  }

  .navbar-expand-md {
    background:rgba(0,0,0,0.3);
    position: fixed;
    margin: 0;
    z-index: 1;
    display: none;
  }

  .logo {
    display: none;
  }

  .ttl-bdr {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .lead {
    font-size: 1rem;
  }

  .jumbotron {
    background-image: url(../img/main-image2.jpg);
  }

  .main-text {
    width: 100%;
    max-width: 400px;
  }

  .py-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .price span{
    font-size: 24px;
  }
  .btn-contact {
    margin-left: 0;
  }
#sec2 .col-md-4{
  margin-bottom: 2rem;
}
  #sec3 h4 {
    display: inline-block;
  }

  #page-top{
    bottom: 100px;
  }
  th{
    width: 80px;
  }
  .bottom-fixed{
    display: flex;
  flex-wrap: wrap; 
  justify-content: center;
  }
  .contact-tel{
order: 1;
  }
  .contact-time{
    order: 3;
  }
  .contact-line{
    order: 2;
  }
  .contact-tel, .contact-line{
    height: 40px;
    margin: 0 2px  5px 2px;
  }
  .text-danger{
    font-size: 11px;
    margin-right: 5px;
    }
}

/* END */
/* 極小デバイス（縦向きモバイル, 576px 未満）
==============================================*/
@media screen and (max-width: 575.98px) {
  .display-3 {
    line-height: 0.8em;
  }

  .display-4 {
    font-size: 2rem;
    line-height: 1.2;
  }
}

/* END */