@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');



:root{
  --primary: #0d6efd;
  --dark: #21252f;
  --body: #d8cccc;
  --box-shadow: 0 8px 22px rgba(255, 255, 255, 0.2);
}

body {
      font-family: "Noto Serif JP", serif;

}




h1,
h2,
h3,
h4,
h5,
h6,
.display-4{
  color: var(--dark);
  font-weight: 700;
}

p{
  font-size: 12px;
  line-height: 2;
}

a {
  color: var(--dark);
  text-decoration: none;
}

section {
  padding-top: 60px;
  padding-bottom: 60px;
}




/*navar section*/

.navbar .nav-link{
  color: #b1abab;
  font-size: 13px;
  font-weight: 700;
  padding-top: 16px;
}

.navbar a:hover{
  color: #fff;
}


.navbar-brand {
  background: url("./images/top_title300.png") no-repeat left center;
  background-size: contain;
  height: 50px;
  width: 250px;
}

.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");
}

.btn{
  padding: 14px 18px;
  border-width: 2px;
  border-radius: 0;
}





/*hero section*/


.hero {
  background-image: url(./images/room003.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
}

.hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(37, 39, 71, 0.5);
  z-index: -1;
}


/* Services Section */

.card-effect{
  box-shadow: var(--box-shadow);
  background-color: var(--dark);
  padding: 25px;
  transition: all 0.35s ease;

}

.card-effect:hover{
  box-shadow: none;
  transform: translateY(5px);
}

.iconbox {
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background-color: var(--primary);
  border-radius: 100px;

}

.iconbox i {
  color: #fff;
 

}

.service{
  position: relative;
  overflow: hidden;
}

.service::after{
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.35s ease;
  z-index: -1;
  }


.service:hover h5,
.service:hover p{
  color: white;
}

.service:hover .iconbox {
  background-color: #fff;
  color: var(--primary);
}

.service:hover .iconbox i{
  color: var(--primary);
}

.service:hover::after{
  opacity: 1;
  top: 0;
}

.service h5{
  color: #fff;
  
}

.service p {
  color: #fff;
}



/* menu */

.iconbox01{
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  background-color: rgb(255, 0, 111);
  border-radius: 100px;
}


/* google calender Section*/

#calender{

    background-position: center;
      background-size: cover;
      position: relative;
    
      height: 100%;
}

/*　Googleカレンダー埋め込み　*/

.google-cal iframe {
  width: 100%;
  max-width: 800px;
  height: 400px;
}

@media (min-width: 750px) {

  .google-cal iframe {
    height: 600px;
  }

}






.notes{
  padding-top: 10px;
  margin-bottom: 10px;
  border: 1px dotted #0d6efd ;
}

.notes p{
  color: #fff;
  font-size: 14px;
}

.note01 a{
  color: chocolate;
}

/* News Section */

#news table thead th{
  color: #d8cccc;
  font-size: 14px;
}

tr{
  padding-top: 10px;
  padding-bottom: 10px;
}

/* greetings section*/

#greetings{
  background-image: url(./images/owner01.jpg);
  background-position: center;
    background-size: cover;
    position: relative;
    
    height: 100%;

}




/* Contact Section*/
form input .form-control{
  height: 56px;
}

form .form-control{
  border: transparent;
  border-radius: 0;


}

/*footer section*/

.footer-top{
  border-top: 2px solid#fff;
  background-color: var(--dark);
  padding-top: 40px;
  line-height: 2;
}

.footer-top h2{
  font-size: 20px;
  color: #b1abab;
}

.footer-top h5 {
  font-size: 13px;
  color: #b1abab;
}


.footer-top a{
  color: #b1abab;
  font-size: 12px;
}

.footer-top a:hover{
  color: #fff;
}

.footer-top li{
  color: #b1abab;
  font-size: 12px;
}


#useful{

    background-image: url(./images/cup-2619216_1920.jpg);
      background-position: center;
      background-size: cover;
      position: relative;
    
      height: 100%;
}

#womaninfo{

  background-image: url(./images/rose-3063283_02.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
  
    height: 100%;


}

.table .reservelink a{
  color: var(--primary)
}

#faq_info {

  background-image: url(./images/IMG_0851-1.jpg);
  background-position: center;
  background-size: cover;
  position: relative;

   height: 100%;

}

#gtitle {

  background-image: url(./images/mobile01-3.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100%;

}

.gallery01{
  padding: 10px;
}

.gallery01 img{

  width: 400px;
  text-align: center;
}


/*Google map*/




.gmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
  }

  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


.infomation p{
  text-align: center;
}