.logo{
  max-width: 100%;
    height: auto;  
}
.sanar-logo{
  max-height: 80px;
}
.top-img{
  width: 100%;
  height: auto;
}
html {
  font-size: 100%;
} /*16px*/
body {
  background: #F8EADD;
  font-family: 'Poppins', serif;
  font-weight: 400;
  line-height: 1.75;
  color: #301C0D;
}
p {
  margin: 1rem;
}
a {  
  color: inherit;
}
h1, h2, h3, h4, h5 {
  margin: 2rem 1rem 1rem 1rem;
  font-family: 'Poppins', serif;
  font-weight: 400;
  line-height: 1.3;
}
h1 {
  margin-top: 0;
  font-size: 2.488rem;
}
h2 {
  font-size: 2.074rem;
}
h3 {
  font-size: 1.728rem;
}
h4 {
  font-size: 1.44rem;
}
h5 {
  font-size: 1.2rem;
  border-bottom: 2px solid #301C0E;
}
h6 {
  font-size: 1.1rem;
}
.title{
  position: relative;
  padding: 1rem 0;
  margin: 3rem 1rem 2rem;
  text-align: center;
  /* border-bottom: 2px solid #301C0D;
  border-top: 2px solid #301C0D; */
  color: #301C0E;
  font-weight: bold;
}

.face-photo{
  width: 100%;
  height: auto;
}
.footer-img{
  width: 100%;
  height: auto;
  /* opacity: 0.3; */
}
.copyright{
    text-align: center;
    padding: 1rem 0;
    color: #fff;
    background-color:#301C0E;
}
.sora{
  background-color: #301C0E;
}

.center{
  text-align : center;
}
/* ヘッダーのデザイン */
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-toggler{
  background-color: #301C0E !important;
}
.navbar-toggler{
  border-color: #301C0E !important;
}
.bg-light {
  background-color: #301C0E !important;
}
.navbar-nav .nav-link:hover {
  color: #FFF !important;
}
.navbar-nav .nav-link {
  color: #D1D1D1 !important;
}
a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.navbar-nav .nav-link::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFF;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.navbar-nav .nav-link:hover::after {
  transform: scale(1, 1);
}
.pink-font{
  color: #FF3683;
}
.google-maps {
  position: relative;
  padding-bottom: 75%; 
  height: 0;
  overflow: hidden;
  }
  .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  }
  /* ボタン */
  .btn-felien {
    display: inline-block;
    padding: 0.7em 2em;
    text-decoration: none;
    color: #301C0D;
    border: solid 1px #301C0D;
    /* border-radius: 3px; */
    transition: .4s;
  }
  
  .btn-felien:hover {
    background: #301C0E;
    color: #FFF;
  }

  /*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
	
}
#pagetop a {
  display: block;
  width: 120px;
  padding: 10px 5px;
  text-align: center;
  opacity: 0.80; 
}
#pagetop a:hover {
  opacity: 1;
}