@charset "UTF-8";

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

body {
    color:#0860d0;
    background-color:#fff9f3
}
a:link {
    color:#3bb5ff;
}
a:visited {
    color:#ff6666;
}
a:hover {
    text-decoration: none;
    opacity: 0.8;
    color:#ffaaaa;
}
a:active {
    color:#ffebd7;
}
header .navbar-brand {
  width: 20%; }
  header .navbar-brand .logo {
    width: 100%; }
header .tel {
  font-size: 2rem;
  color: #fff; }
  header .tel a {
    color: #fff; }

.minitxt {
    font-size: 0.6em;
}
.staff {
    font-size: 0.9em;
}

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

#page-top a {
  background: #ff6666;
  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: #ff9999; }

.btn-outline-secondary:hover {
    color: #ff6666;
}

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

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

.jumbotron {
  background-image: url(../img/siestahead.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

.jumbotron .bg-rgba {
    background-color:rgba(255,255,255,0.8);
}
.jumbotron h1 {
    word-wrap: break-word;
}
.jumbotron h2 {
    line-height: 1.8rem;
}

/* ====== 404 TOP ====== */

.jumbotron404 {
  background-image: url(http://siestail.net/img/404.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

.jumbotron404 .bg-rgba {
    background-color:rgba(255,255,255,0.8);
}
.jumbotron404 h1 {
    word-wrap: break-word;
}
.jumbotron404 h2 {
    line-height: 1.8rem;
}

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

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

.ttl-bdr {
    font-size: 2.5rem;
  line-height: 1.5;
  position: relative;
margin-bottom: 50px; }

  .ttl-bdr::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid #ff9999;
    width: 33%;
    margin: 0 auto -15px; }

.pr {
    font-size: 1em;
  line-height: 1.0;
  position: relative;
margin-bottom: 50px; }

  .pr::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #ffebd7;
    width: 50%;
    margin: 0 auto -15px; }

#sec3 {
  background-image: url("../img/about.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.works {
    font-size: 2em;
  line-height: 1.0;
  position: relative;
margin-bottom: 50px; }

  .works::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #ffebd7;
    width: 50%;
    margin: 0 auto -15px; }

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

.social img {
  width: 36px;
  height: 36px; }

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

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

/* ====== FOOTER ====== */

.footer-logo {
  width: 50%; }

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

/* 大デバイス（デスクトップ, 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; }

  #sec3 {
    background-image: none; }

  header .navbar-brand {
    width: 70%; }
    header .navbar-brand .logo {
      width: 100%; }
  header .navbar-nav {
    border-top: 1px solid #fff; }
    .footer-logo {
  width: 100%;
}

}
/* 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 */
