@charset "utf-8";

html {
  scroll-behavior: smooth;
  font-size: 100%;
}
body{ font-family: "Helvetica Neue", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 0.9rem;
  line-height: 1.7;

}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
.title-title{
font-weight: bold;
  font-size: 115px;
  line-height: 132px;
  color: #fff;
  text-align: left;
}
.title {
   position: relative;
  height: 600px;
  width: 100%;
   background: url(../image/gaikan.jpg) no-repeat center/cover;
   
  display: flex;
  align-items: center;
  justify-content: center;

}
#header {
  position: relative;
}
nav {
  position: absolute;
  top: 20px;
  left: 20px;
}
nav ul {
  display: flex;
  flex-direction: column;
}
nav li {
  margin-left: 30px;
  margin-bottom: 10px;
}
nav li a {
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  font-weight: bold;
  font-size: 18px;
  transition: all  0.3s ease;
}
nav li a:hover {
  color: #e03131;
}

#menu {
  margin-top: 20px;
}
#menu .menu-img{
background-image: url(../image/menu.jpg);
  position: relative;
}
.sec-title{
    color: #fff;
    text-align: center;
    font-size: 4.5rem;
    filter: drop-shadow(1px 1px 10px #c0c0c0);
    position: absolute;
    width: 100%;

    top: 50%;
    transform: translateY(-50%);
}
#menu .menu-content{
display: flex;
}
#menu .menu-item{
 width: 50%;
  padding: 0 45px;
}
#menu .menu-item:first-child {
  border-right: solid 1px #000;
}
#menu .menu-item dl {
  display: flex;
  flex-wrap: wrap;
}
#menu .menu-item dt {
  width: 87%;
  text-align: left;
  border-bottom: dotted 1px #000;
  margin-bottom: 25px;
}
#menu .menu-item dd {
  width: 13%;
  text-align: right;
  padding-top: 8px;
}
#menu .menu-item dl.food {
  margin-bottom: 55px;
}

.item-title{
    font-size: 2.5rem;
  display: inline-block;
  border-bottom: solid 6px #e03131;
  margin-bottom: 70px;

}
.fixed-bg{
    height: 300px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.wrapper {
  max-width: 1000px;
  padding: 90px 16px 150px 16px;
  margin: 0 auto;
  text-align: center;
}

#about {
  margin-top: 20px;
}

#about .about-img {
  background-image:url(../image/gaikan2.jpg) ;
  position: relative;
}
#about ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#about li {
  width: 50%;
  line-height: 2.2;
  text-align: left;
  padding: 2%;
}
.point-title {
  font-weight: bold;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 8px;
  color: #e03131;
}


#location {
  margin-top: 20px;
}
#location .location-img {
  background-image:url(../image/gaikan3.jpg);
  position: relative;
}

#location .item-map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}
#location .item-info {
  text-align: left;
}
#location .item-info p {
  margin-bottom: 10px;
}
#footer {
  font-size: 0.5rem;
  padding: 10px 0;
  text-align: center;
}


@media screen and (max-width: 767px) {
  .site-title {
    top: 42%;
  }
  .sec-title {
    font-size: 2rem;

  }
  .item-title {
    font-size: 1.25rem;
    margin-bottom :25px;
  }
  .fixed-bg {
    height: 94px;
    background-attachment: scroll;
  }
  .wrapper {
    padding: 30px 16px 60px 16px;
  }

  #menu {
    margin-top: 10px;
  }
  #menu .menu-content {
    flex-direction: column;
  }
  #menu .menu-item {
    width: 100%;
    padding: 0;
  }
  #menu .menu-item:first-child {
    border-right: none;
  }
  #menu .menu-item dl {
    margin-bottom: 10px;
  }
  #menu .menu-item dl.food {
    margin-bottom: 10px;
  }

  #about ul {
    flex-direction: column;
  }
  #about li {
    width: 100%;
  }
}

