@charset "utf-8";
/* CSS Document */
img{
  max-width: 100%;
}
.header {
  height: 44px;
  background-color: #534122;
  position: relative;
}
.header_inner{
  max-width: 1040px;
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.header_logo{
  margin: 0 0;
  width: auto;
  height: 40px;
}
.header h1 {
  font-size: 1.2rem;
  color: #FFF;
  display: flex;
  align-items: center;
}
.header_links1,.header_links2{
  display: none;
}
.header__navigation {
  display: none;
}
.top-image{
  width: 100%;
}
  #nav-open {
    display: none;
    
}
#nav-close{
  display: none;
}
#nav-content {
    display: flex;
  align-items: center;
    position: static;
    width: auto;
    height: 100%;
    background-color: transparent;
    text-align: left;
    padding: 0;
    transform: translateX(0);
    box-shadow: none;
  }
@media (max-width: 480px) {
  #nav-drawer {
    padding: 10px 24px 0 0;
    text-align: right;
    position: relative;
  }
  #nav-open {
       display: flex;
     vertical-align: middle;
        width: 44px;
        height: 44px;
        align-items: center;
    }
  
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #FFF;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: 8px;
  }
  #nav-close {
    display: none;
    width: 100%;
    height: 100%;
     position: fixed;
    background: #000;
    opacity: 0.5;
  }
  #nav-close.open{
    display: block;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    background-color: #FFF;
    text-align: left;
    padding: 15px 0 0 24px;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
  }
#nav-content.open{
  transform: translateX(0);
}
  .nav-drawer__title {
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    color: #534122;
    margin-bottom: 30px;
  }
  .nav-drawer__link-top {
    display: block;
  }
  #nav-content ul li {
    margin-bottom: 14px;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
}
@media (min-width: 480px) {
  .header__navigation {
    display: flex;
    text-align: right;
    align-items: center;
  }
  .header__navigation ul li {
    display: inline-block;
    margin-left: 40px;
  }
  .header__navigation ul li a {
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 600;
    color: #FFF;
  }
  .header h1 {
    font-size: 1.8rem;
  }
  .header_links1,.header_links2{
    display: none;
  }
}
.main {
  background-color: #f6f8f9;
  padding-bottom: 60px;
}
@media (min-width:1040px) {
  main {
    padding-bottom: 60px;
  }
}
.section-top {
  margin-bottom: 60px;
}
.section-top__image {
  max-width: 1040px;
  color: #FFF;
  margin: 0 auto 40px;
}
.section-top__image h2 {
  font-size: 1.4rem;
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 1040px;
  opacity: 70%;
  top: 65px;
  font-style: italic;
}
@media (min-width: 480px) {
  .section-top__image {
    height: 600px;
    margin-bottom: 80px;
  }
  
  .section-top__image h2{
    font-size: 3.4rem;
    top: 80px;
  }
}
.section-menu {
  margin-bottom: 60px;
}
.section-menu h2{
  margin-bottom: 10px;
  font-size: 1.8rem
}

.section-menu ul {
  margin: 0 24px;
  list-style: none;
}
.section-menu ul li {
  max-width: 327px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.section-menu__item-picture {
  width: 100%;
  height: 370px;
  object-fit: cover;
  object-position:center;
}
.section-menu__item-title {
  padding: 14px 20px;
  font-size: 1.4rem;
}
@media (min-width: 1040px) {
  .section-menu {
    padding: 100px 36px 40px;
    margin: 0 auto 60px;
    max-width: 1040px;
    box-sizing: border-box;
  }
  .section-menu h2 {
    padding-bottom: 40px;
    border-bottom: solid 1px #333;
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  
  .section-menu ul {
    max-width: 1040px;
    padding: 0;
    margin: 0 auto;
  }
  .section-menu ul li {
    display: inline-block;
    width: 320px;
    margin-right: 130px;
  }
  .section-menu ul li:last-child {
    margin-right: 0;
  }
}
.section-gift{
  margin-bottom: 60px;
}
.section-gift h2{
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.section-gift-picture{
    max-width:800px;
  width: 100%;
  aspect-ratio: 8 / 6;
    object-fit: cover;
    object-position: center;
  }
.section-gift__item-title{
  font-size: 1.3rem;
}
.section-gift__item-title{
  padding: 30px 20px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.section-gift__item-description{
  font-size: 1rem;
  line-height: normal;
  text-align: left;
  padding: 0 5px;
}
@media (min-width:1040px) {
  .section-gift {
    padding: 0px 36px;
    margin: 0 auto 60px;
    max-width: 1040px;
    box-sizing: border-box;
  }
  .section-gift h2 {
    padding-bottom: 40px;
    border-bottom: solid 1px #333;
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .section-gift__item-title{
    font-size: 1.8rem;
  }
  .section-gift__item-description{
  font-size: 1.4rem;
  font-style: normal;
  margin-bottom: 40px;
  letter-spacing: 0.03em;
  line-height: 3.2rem;
  text-decoration: none;
  text-align: center;
}
}
.section-access {
  padding-top: 0px;
  margin-bottom: 60px;
}
.section-access h2 {
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.section-access address {
  font-style: normal;
  margin-bottom: 40px;
  line-height: 1.3rem;
}
.section-access__break:after {
  content: "\A";
  white-space: pre;
}
.section-access__map {
  height: 330px;
}
 
.section-access__map iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #333;
}
@media (min-width:1040px) {
  .section-access {
    padding: 100px 36px;
    margin: 0 auto 60px;
    max-width: 1040px;
    box-sizing: border-box;
  }
  .section-access h2 {
    padding-bottom: 40px;
    border-bottom: solid 1px #333;
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .section-access address {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
  .section-access__break:after {
    content: "";
  }
  .section-access__map {
    max-width: 840px;
    margin: 0 auto;
    height: 340px;
  }
}

.footer {
  min-height: 228px;
  background-color: #534122;
  padding-top: 46px;
  padding-bottom: 20px;
  font-weight: 600;
}
.footer__site-map {
  margin-bottom: 30px;
}
.footer__site-map h2 {
  display: none;
}
.footer__site-map li {
  display: inline-block;
  padding: 0 5px;
}
.footer__site-map li a {
  text-decoration: none;
  color: #FFF;
  line-height: 1.4;
}
.footer__site-map li a:visited {
  color: #FFF;
}
.footer_links1,.footer_links2,.footer_links3{
  display: none;
}
.footer__sns-links {
  margin-bottom: 80px;
}
.footer__sns-links li {
  display: inline-block;
  width: 20px;
  margin: 0 10px;
}
.footer__sns-links li img {
  width: 100%;
}
.footer small {
  color: #FFF;
}
@media (min-width:1040px) {
  .footer {
    margin:0;
    padding: 0;
  }
  .footer__container {
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: left;
  }
  .footer__site-map {
    float: left;
  }
  .footer__site-map h2 {
    display: inline-block;
    width: 120px;
    vertical-align: top;
    color: #FFF;
  }
  .footer__site-map ul {
    display: inline-block;
    margin-left: 10px;
  }
  .footer__site-map ul li {
    margin: 3px;
    display: block;
  }
  .footer_links1,.footer_links2,.footer_links3{
    display: none;
  }
  .footer__sns-links {
    float: right;
  }
  .footer small {
    clear: both;
    display: block;
    text-align: center;
  }
}
