@charset "UTF-8";
/* CSS Document */

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  background-color: #fff;
  color: #532A18; /* RGB */
font-family:YuMincho, 'Noto Sans JP','Yu Mincho', 'Hiragino Mincho ProN', 'serif', 'Noto Serif JP';
font-weight: 400;
font-style: normal;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: left;
}
.site-title {
  display: flex;
  justify-content:center;
  align-items: center;
  margin: 0 auto;
  width: 1040px;
}
#header {
  margin-top: 20px;
}
#header h1 {
  font-size: 3.5rem;
  text-align: left;
}
.header_address p {
  font-size: 12px;
  margin-left: 380px;
  margin-top: 20px;
  line-height: 0px;
}
.header_address img {
  margin-bottom: 20px;
  margin-left: 335px;
  width: 50%;
}
#header-mobile {
  display: none;
}
/*ナビゲーション*/
.navbar_wrapper {
  background-color: #F7F3E7;
  height: 105px;
}
.menu-list {
  display: flex;
  justify-content: center;
}
.menu-item:hover .nav_drop_list {
  opacity: 1; 
  transition: opacity .3s, visibility .3s;
  visibility: visible; 
}
.menu-item a {
  align-items: center;
  color: #532A18;
  display: block;
  text-align: center;
  height: 40px;
  justify-content: center;
  text-decoration: none; 
  width: 200px;
  font-weight:normal;
  margin: 28px 20px 0;
  font-size: 2.0rem;
}
.menu-item a span {
  font-size: 1.2rem;
  font-weight: lighter;
}
/*ドロップダウンメニュー*/
.menu-item_drop {
  position: relative;
}
.nav_drop_list {
  background-color: #fff; 
  left: 0;
  opacity: 0; 
  position: absolute;
  top: 150%;
  transition: opacity .3s, visibility .3s;
  visibility: hidden; 
  width: max-content;
  z-index: 1;
  padding-bottom: 20px;
}
.nav_drop_list a {
  border-bottom: 1px solid #532A18;
}
/*ハンバーガーメニュー*/
@media(max-width: 480px) {
  .site-title {
    width: auto;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
  }
  #header {
    display: none;
  }
  #header-mobile {
    display: block;
  }
  #header-mobile {
    height: 65px;
    margin-top: 35px;
  }
  #header-mobile h1 {
    font-size: 2.4rem;
    padding-left: 20px;
    
  }
  .header_address p, .header_address img,.navbar_wrapper, .menu-list{
    display: none;
  }


  .menu-toggle {
  float: right; 
  cursor: pointer;
  padding: 8px 0 5px 10px;
  position:relative;
  top:-35px;
  margin-right: 20px;
}
  
  /* ハンバーガーメニューの横線 */
  .menu-toggle .bar{
    width: 25px;
    height: 3px;
    margin: 5px 0;
    background-color: #78635C;
    transition: transform 0.3s ease;
  }

  /* クリック時に×形状に変更 */
  .menu-toggle.clicked .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.clicked .bar:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.clicked .bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  #input{
	display: none;
}
  /*メニューのデザイン*/
  #content {
    background-color: #fff;
    width: 300px;
    height: 100%;
    transform: translateX(-305px);
    position: fixed;
    z-index: 99;
    transition: .3s ease-in-out;
    border: 1px solid #532A18;
  }
  #input:checked ~#content{
    transform: translateX(0px);
  }
  .menu-list_mobile li {
    position: relative;
    margin: 0 20px;
    border-bottom: 1px solid #532A18;
    list-style: none;
  }
  .menu-item_mobile a{
    text-decoration: none;
    font-weight: bold;
    color: #532A18;
 
  }
  .menu-item_mobile li a:hover{
    background:  #e4e4e4;
  }
  .menu-item_mobile {
    text-align: center;
    padding: 30px 20px 10px;
  }
  
}


/*mobileリンクボックス*/
.link-btn_item {
  display: none;
}
.link-btn_text1,.link-btn_text2,.link-btn_text3 {
  list-style: none;
}
@media(max-width: 480px){
   .link_btn {
    display: flex;
    justify-content: space-between;
     position: fixed;
     bottom: 0;
     z-index: 9999;
     width: 100%;
  }

  .link-btn_item {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    width: 100%;
     
  }

  .link-btn_item li {
    width: calc(100% / 3)  
  }

  .link-btn_text1,
  .link-btn_text2,
  .link-btn_text3 {
    display: block;
    background-color: #F7F3E7;
    color: #532A18;
    text-align: center;
    text-decoration: none;
    border: 1px solid #532A18;
    font-weight: bold;
    transition: background-color 0.3s;
    width: 100%; 
  }
  .link-btn_text1 {
    padding: 20px 0 24px;
  }
  .link-btn_text2 {
    padding: 15px 0 6px;
  }
  .link-btn_text3{
    padding-bottom:24px;
  }
  .link-btn_text1:hover,
  .link-btn_text2:hover,
  .link-btn_text3:hover {
    background-color: rgba(238, 120, 0, 0.3);
  }
  .link-btn_text1:before {
   content:url("../img/top/link-tel-icon.png");
   position: relative;
   top: 5px;
   right: 5px;
  }
  .link-btn_text3:before {
   content:url("../img/top/Instagram-link-icon.svg");
   position: relative;
   top: 15px;
   right: 3px
  }
  .link_btn　{
    position: absolute;
    bottom: 0px; 
  }
}
/*フッター*/
.footer {
  background-color: #78635C;
  color: #fff;
}
.footer h2 {
  font-size: 4.0rem;
  text-align: center;
  padding-top: 80px;
}
.footer p {
  text-align: center;
  padding-top: 30px;
  font-weight: 400;
}
.footer p br {
    display: none;
  }
.footer_schedule {
  text-align: center;
  margin-top: 30px;
}
.footer_schedule p {
  padding-top: 0;
  font-size: 1.5rem;
  font-weight:lighter;
}
.footer ul {
  text-align: center;
}
.footer ul li {
  display: inline-block;
  text-align: center;
  list-style: none; 
  padding-top: 30px;
}
.footer ul li a {
  padding-right: 40px;
}
.footer_schedule_mobile {
  display: none;
}

.footer_navbar_wrapper nav ul li a{
  color: #fff;
  text-decoration: none;
  font-weight: lighter;
}
@media(max-width: 480px){
  .footer h2 {
  font-size: 3.2rem;
  text-align: center;
  padding-top: 80px;
}
  .footer p br {
    display: block;
  }
  .footer ul li {
    display: block;
    padding-top: 20px;
  }
  .footer_link {
    display: none;
  }
  .footer_schedule_mobile {
    display: block;
  }
  .footer_schedule {
    display: none;
  }
  .footer_schedule_mobile {
    text-align: center;
  margin-top: 30px;
  }
  .footer_schedule_mobile p {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .footer ul li a {
    padding-right: 0;
  }
  .footer {
    padding-bottom: 71px;
  }
}
/*pc リンクボックス*/
.link-box1 {
  position:fixed;
  top:550px;
  right:-52px;
}
.link-box1  p a img {
  width: 70%;
  height: auto;
}
@media(max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
  .link-box1 {
    display: none;
  }
}