﻿/*!        
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

#mainNav {
  min-height: 56px;
  background-color: #fff;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #3e1900;
  border: 1px solid #3e1900;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #3e1900;
  font-weight: 700;
  padding: .9rem 0;
  font-size:95%;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

.blur::after{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 15px 15px white;
}

.kaigyou::after{
  content:" ";
  display:block;
}

#schedule h2::first-letter{
  font-size:110%;
}

#owner h3::first-letter{
  font-size:140%;
  color:orange;
}

.sepia img {
    -webkit-filter: sepia(0);
    filter: sepia(0);



}

.sepia:hover img {

    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;


}

.clip-box-a {
 position: relative;
 margin: 2em auto;
 padding: 15px 35px 15px 25px;
 width: 90%; /* ボックス幅 */
 background-color: #fff; /* ボックス背景色 */
 color: #555555; /* 文章色 */
 border: 1px solid #ccc; /* 枠線 */
 box-shadow: 1px 1px 1px #acacac; /* 影の色 */
}
.clip-box-a::before {
 position: absolute;
 content: '';
 top: -15px;
 right: 10px;
 height: 55px;
 width: 15px;
 border: 3px solid #555555; /*クリップ色 */
 background-color: none;
 border-radius: 12px;
 box-shadow: 1px 1px 2px #999;
 transform: rotate(10deg);
 z-index: 1;
}
.clip-box-a::after {
 position: absolute;
 content: '';
 top: 0px;
 width: 10px; 
 right: 20px;
 border: solid 5px #fff; /*背景色と同じ色にする*/
 z-index: 2;
}



.contact-section {
  padding: 5rem 0 0;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #3e1900;
  background-color: #fcfcfc;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #3e1900;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(252, 252, 252, 1.0);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(0, 123, 255, 0.9);
}

.contact-section .social a:hover {
  color: rgba(0, 123, 255, 0.4);
}

.contact-section .social a:active {
  color: #fff;
}

footer {
  padding: 5rem 0;
}

.project-text {
  padding: 3rem;
  font-size: 100%;
}

body {
  font-family: 'Nunito';
  letter-spacing: 0.0625em;
}

a {
  color: #3e1900;
}

a:focus, a:hover {
  text-decoration: none;
  color: #3c6360;
}

.bg-black {
  background-color: #163616 !important;
}

.bg-black-50 {
  background-color: rgba(30,30,30,0.1) !important;
}

.bg-primary {
  background-color: #3e1900 !important;
}

.text-primary {
  color: #3e1900 !important;
}

.projects-section {
  padding: 10rem 0;
}

.projects-section .featured-text {
  padding: 2rem;
}

.owner-section {
  padding-top: 5rem;
  background: linear-gradient(to bottom, #4d3614 0%, rgba(222, 222, 222, 0.9) 75%, rgba(222, 222, 222, 0.8) 100%);
}


.bg-white-30{
  background:linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0.4) 80%, rgba(222, 222, 222, 0.7) 20%)

}
.bg-paper-e3{
  background:url("../img/paper-e3.jpg");
  background-size:contain;
}

.bg-rose-50{
  background-color:rgba(255,140,44,0.25);
}
.bg-rose-30{
  background-color:rgba(255,140,44,0.1);
}

.signup-section {
  padding: 20rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #163616 100%), url("../img/004.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.signup-section2 {
  padding: 10rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #163616 100%), url("../img/bg-signup.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section2 .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}


.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
  background-color: #3e1900;
}

.btn-primary:hover {
  background-color: #4f837f;
}

.btn-primary:focus {
  background-color: #4f837f;
  color: white;
}

.btn-primary:active {
  background-color: #467370 !important;
}


.about-section {
  padding-top: 10rem;
  background: linear-gradient(to bottom, #4d3614 0%, rgba(22, 22, 22, 0.9) 75%, rgba(22, 22, 22, 0.8) 100%);
}

.about-section p {
  margin-bottom: 5rem;
  text-align:left;
}

.owner-section {
  padding-top: 10rem;
  background: linear-gradient(to bottom, #4d3614 0%, rgba(222, 222, 222, 0.9) 75%, rgba(222, 222, 222, 0.8) 100%);
}

.owner-section p {
  margin-bottom: 5rem;
  text-align:left;
}


.mincyo{
 font-family: 'Sawarabi Mincho', sans-serif;
}

.kome{
  max-width:400px;
}

.mxbtn{
  padding-top:2rem;
  padding-bottom:5rem;
}

.pride-section {
  padding-top: 5rem;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.9) 75%, rgba(222, 222, 222, 0.8) 100%);
}

.hokan-section {
  padding-top: 5rem;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.9) 75%, rgba(222, 222, 222, 0.8) 100%);
}

.schedule-section{
  padding-top: 5rem;
}

.attention-section{
  background:url("../img/paper-e7.jpg");
  padding-top: 5rem;

}

.access-section{
  background:url("../img/bg-access.jpg");
  padding-top: 5rem;

}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 12rem 0;
  background: linear-gradient(to bottom, rgba(182, 182, 182, 0.6) 10%, rgba(182, 182, 182, 0.2) 75%, #eeeeee 100%), url("../img/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead h1 {
  font-family: 'Varela Round';
  font-size: 1.2rem;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.masthead h2 {
  max-width: 22rem;
  font-size: 1rem;
}

.kome{
}



.base-section {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.base-section p {
  margin-bottom: 5rem;
  text-align:left;
}


.box-descript{
  color:rgba(132,132,132,1);
  text-align:left;
}

.featured-text {
   padding:0 0 0 1rem; 
   border-left:.5rem solid #64a19d;
}

.featured-text h4{
   text-align:left;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.0rem;
    color: rgba(255, 255, 255, 0.5);
  }
  #mainNav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #3e1900;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #3e1900;
    outline: none;
    border-bottom: 0.25rem solid #3e1900;
  }

  .kaigyou::after{
    content:" ";
    width:1px;
    display:inline-block;
  }

  .featured-text {
   padding:0 0 0 2rem; 
   border-left:.5rem solid #64a19d;
}
}


@media (min-width: 768px) {
  .masthead h1 {
    font-size: 2.2rem;
    line-height: 3.5rem;
  }

  .kaigyou::after{
    content:" ";
    width:1px;
    display:inline-block;
  }

  .featured-text {
   padding:0 0 0 0.8rem; 
   border-left:.5rem solid #64a19d;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  . {
    font-size: 2.1rem;
    line-height: 4.5rem;
    letter-spacing: 0.1rem;
  }
  .masthead h2 {
    max-width: 50rem;
    font-size: 1.25rem;
  }

  .kaigyou::after{
    content:" ";
    width:1px;
    display: inline-block;
  }
  
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #3e1900;
  }


  .project-text {
    padding: 5rem;
  }
  .project-text hr {
    border-color: #3e1900;
    border-width: .25rem;
    width: 30%;
  }


}











