@charset "UTF-8";
/*
Theme Name: hozukiya
*/
/*========== ヘッダー ==========*/
#header {
  background: url("images/main1.jpg") no-repeat center;
  background-size: cover;
  height: 100vh;
  position: relative;
  width: 100%;
}
#header .openbtn, #header #g-nav {
  display: none;
}
#header .nav_wrap {
  background-color: #535e4e;
  width: 100%;
  height: 80px;
  opacity: 0.95;
}
#header .nav_wrap .logo img {
  width: 180px;
  margin: 15px 40px;
}
#header .nav_wrap .header_navi {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#header .nav_wrap .header_navi ul {
  display: flex;
  margin: 0;
  padding: 0;
}
#header .nav_wrap .header_navi li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
}
#header .nav_wrap .header_navi li .bread {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 35px;
}
#header .nav_wrap .header_navi li .nav {
  text-align: center;
  font-size: 12px;
}
#header .nav_wrap .insta {
  display: flex;
  color: #FFF;
  position: absolute;
  top: 20px;
  right: 40px;
}
#header .nav_wrap .insta p {
  font-size: 18px;
  line-height: 40px;
  margin-right: 10px;
}
#header .nav_wrap .insta img {
  width: 40px;
}
#header .top_wrap_max {
  max-width: 1366px;
  height: 100vh;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
}
#header .info {
  display: flex;
  flex-direction: column;
  background-color: #5b5143;
  opacity: 0.95;
  color: #FFF;
  border-radius: 0 10px 10px 0;
  width: 330px;
  padding: 10px 40px 20px 40px;
  box-sizing: border-box;
  position: absolute;
  top: 60vh;
  left: 0;
  z-index: 100;
}
#header .info .tel {
  display: flex;
}
#header .info .tel p {
  font-size: 2.6rem;
  letter-spacing: 1.5px;
}
#header .info .tel img {
  width: 2.6rem;
}
#header .info .open {
  font-size: 1.6rem;
}
#header .top_txt {
  width: 20%;
  position: absolute;
  top: 15vh;
  right: 80px;
}
#header .srb {
  width: 25%;
  position: absolute;
  bottom: 15vh;
  right: 60px;
}
#header .wave {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#header .gluten {
  width: 8%;
  bottom: 5vh;
  right: 100px;
  position: absolute;
  z-index: 10;
}

/*========== ヘッダー スマホ ==========*/
@media (max-width: 769px) {
  #header {
    height: 90vh;
    /* ハンバーガーメニュー */
    /*×に変化*/
  }
  #header .openbtn, #header #g-nav {
    display: block;
  }
  #header .header_navi {
    display: none !important;
  }
  #header .nav_wrap {
    height: 70px;
    opacity: 1;
  }
  #header .nav_wrap .logo img {
    width: 120px;
    margin: 15px;
  }
  #header .nav_wrap .insta {
    top: 20px;
    right: 70px;
  }
  #header .nav_wrap .insta p {
    font-size: 12px;
    line-height: 30px;
  }
  #header .nav_wrap .insta img {
    width: 30px;
  }
  #header .top_txt {
    width: 200px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #header .info {
    width: 230px;
    padding: 10px 10px 15px 20px;
    top: auto;
    bottom: 120px;
    left: 0;
  }
  #header .info .tel p {
    font-size: 2rem;
  }
  #header .info .tel img {
    width: 2rem;
  }
  #header .info .open {
    font-size: 1.3rem;
  }
  #header .srb {
    width: 250px;
    bottom: 60px;
    right: 10px;
  }
  #header .gluten {
    width: 80px;
    bottom: 0px;
    right: 30px;
  }
  #header #g-nav {
    display: block;
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #535e4e;
    transition: all 0.3s;
  }
  #header #g-nav.panelactive {
    opacity: 1;
    z-index: 999;
  }
  #header #g-nav ul {
    display: none;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
  #header #g-nav.panelactive ul {
    display: block;
  }
  #header #g-nav li {
    list-style: none;
    display: flex;
    justify-content: center;
  }
  #header #g-nav li .bread {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 35px;
    margin-right: 10px;
  }
  #header #g-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: flex;
    flex-direction: row;
  }
  #header .openbtn {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  #header .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }
  #header .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  #header .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  #header .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  #header .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  #header .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
/*========== ABOUT ==========*/
.about .logo {
  width: 100px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 50px;
}

.about_container_1 {
  display: flex;
  width: 900px;
  margin: 0 auto;
  margin-top: 100px;
}
.about_container_1 .about_left {
  display: flex;
  flex-direction: column;
  font-family: yosugara;
  font-size: 2.6rem;
  width: 50%;
  margin-right: 50px;
}
.about_container_1 .about_left .ttl_1 {
  width: 400px;
  margin-bottom: 20px;
}
.about_container_1 .about_right {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.about_container_1 .about_right .rice_illust {
  width: 30%;
  margin-top: -80px;
   margin-left: -30px;
}

.about_container_2 {
  display: flex;
  width: 900px;
  margin: 0 auto;
  margin-top: 3%;
  margin-bottom: 5%;
  padding-bottom: 5%;
  border-bottom: dashed 1px;
}
.about_container_2 .ttl_2 {
  width: 400px;
  margin-bottom: 20px;
  margin-left: -10px;
}
.about_container_2 .bread_dough {
  display: flex;
  width: 50%;
  order: 1;
}
.about_container_2 .about_right {
  display: flex;
  flex-direction: column;
  font-family: yosugara;
  font-size: 3.6rem;
  margin-left: 5%;
  padding-top: 3%;
  order: 2;
}

.btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 160px;
  background-color: #7d7d5c;
  color: #FFF;
  font-family: 游ゴシック, sans-serif;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
}

/*========== ABOUT スマホ ==========*/
@media (max-width: 769px) {
  .about .logo {
    width: 80px;
    padding-top: 80px;
  }
  .about_container_1 {
    margin-top: 50px;
    width: 300px;
    flex-direction: column;
  }
  .about_container_1 .about_left {
    font-size: 1.4rem;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .about_container_1 .about_left .ttl_1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .about_container_1 .about_right {
    width: 100%;
  }
  .about_container_2 {
    width: 300px;
    flex-direction: column;
    margin-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .about_container_2 .ttl_2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .about_container_2 .bread_dough {
    width: 100%;
    order: 2;
  }
  .about_container_2 .about_right {
    font-size: 1.4rem;
    order: 1;
    margin-bottom: 20px;
  }
}
/*========== NEWS ==========*/
.news {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 15%;
  margin-bottom: 10%;
  padding: 5% 0 5% 0;
  width: 75%;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.6);
}
.news .news_list ul {
  margin: 6% 0 6% 0;
  padding: 0;
}
.news .news_list li {
  display: flex;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: dashed 1px;
}
.news .news_list li .news_1 {
  display: flex;
}
.news .news_list li .news_1 .news_day {
  display: flex;
  order: 1;
}
.news .news_list li .news_1 .news_category {
  display: flex;
  color: #FFF;
  font-size: 1.4rem;
  background-color: #e4af2f;
  margin: 0 10px 0 10px;
  padding: 0 5px 0 5px;
  border-radius: 3px;
  width: 60px;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  order: 2;
}
.news .btn {
  width: 160px;
  margin-top: 0;
}

/*========== NEWS スマホ ==========*/
@media (max-width: 769px) {
  .news {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 50px 0 50px 0;
    width: 90%;
    border-radius: 10px;
  }
  .news .news_list {
    margin-top: 20px;
  }
  .news .news_list li {
    flex-direction: column;
  }
  .news .news_list li .news_1 {
    margin-bottom: 10px;
  }
  .news .news_list li .news_1 .news_day {
    order: 2;
    line-height: 2rem;
  }
  .news .news_list li .news_1 .news_category {
    order: 1;
    margin-left: 0;
    font-size: 1.3rem;
    line-height: 2rem;
    width: 55px;
    height: 2rem;
  }
  .news .btn {
    width: 160px;
    margin-top: 0;
  }
}
/*========== MENU ==========*/
.clerk {
  display: flex;
  width: 200px;
  margin-right: 10%;
  margin-left: auto;
}

.wave_a {
  margin-top: -7%;
}

.menu {
  background-color: #FFF;
  background-size: 100%;
  margin-top: -2%;
  padding: 150px 0;
  position: relative;
}
.menu .menu_box {
  margin: 0 0 50px 0;
}
.menu .menu_wrappar {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.menu .menu_wrappar ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 700px;
  padding-bottom: 55px;
  border-bottom: dashed 1px;
}
.menu .menu_wrappar li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33.3333333333%;
  align-items: center;
  margin-top: 100px;
}
.menu .menu_wrappar li img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu .menu_wrappar p {
  text-align: center;
  padding: 2px;
  margin-top: 10px;
}
.menu .menu_line_1, .menu .menu_line_2, .menu .menu_line_3 {
  width: 700px;
  height: 10px;
  border-bottom: dashed 1px;
  position: absolute;
  top: 680px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.menu .menu_line_2 {
  top: 1070px;
}
.menu .menu_line_3 {
  display: none;
}

/*========== MENU スマホ ==========*/
@media (max-width: 769px) {
  .clerk {
    width: 100px;
  }
  .menu {
    padding: 50px 0;
  }
  .menu .menu_wrappar {
    width: 350px;
  }
  .menu .menu_wrappar ul {
    padding-bottom: 50px;
  }
  .menu .menu_wrappar li {
    width: 50%;
    margin-top: 50px;
  }
  .menu .menu_wrappar li img {
    width: 100px;
  }
  .menu .menu_wrappar li p {
    font-size: 1.3rem;
  }
  .menu .menu_wrappar .menu_last {
    display: none;
  }
  .menu .menu_line_1, .menu .menu_line_2, .menu .menu_line_3 {
    width: 350px;
    top: 490px;
  }
  .menu .menu_line_2 {
    top: 830px;
  }
  .menu .menu_line_3 {
    display: block;
    top: 1170px;
  }
}
/*========== ACCESS ==========*/
.access {
  padding-top: 100px;
  padding-bottom: 200px;
}
.access .exterior {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 5%;
  width: 800px;
}
.access .access_wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 800px;
  margin-top: 5%;
}
.access .access_wrapper .map {
  width: 50%;
  order: 1;
}
.access .access_wrapper .access_container {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-top: 20px;
  margin-left: 5%;
  order: 2;
}
.access .access_wrapper .access_container .hozukiya {
  font-size: 2.2rem;
  font-family: 游ゴシック, sans-serif;
  font-weight: 300;
  margin-top: -3%;
  margin-bottom: 5%;
}
.access .access_wrapper .access_container .access_box {
  display: flex;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: dashed 1px;
  font-family: 游ゴシック, sans-serif;
  line-height: 1.5;
}
.access .access_wrapper .access_container .access_box .access_title {
  width: 35%;
}
.access .access_wrapper .access_container .access_box p {
  font-size: 1.6rem;
}
.access .access_wrapper .access_container .access_box a {
  color: #8e8069;
}

/*========== ACCESS ==========*/
@media (max-width: 769px) {
  .access {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .access .exterior {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 5%;
    width: 350px;
  }
  .access .access_wrapper {
    width: 300px;
    margin-top: 100px;
    flex-direction: column;
  }
  .access .access_wrapper .map {
    width: 300px;
    order: 2;
    margin-top: 50px;
  }
  .access .access_wrapper .access_container {
    width: 100%;
    margin: 0;
    order: 1;
  }
  .access .access_wrapper .access_container .hozukiya {
    font-size: 2rem;
  }
  .access .access_wrapper .access_container .access_box .access_title {
    width: 100px;
  }
}
#footer {
  background-color: #535e4e;
  text-align: center;
  padding-bottom: 20px;
  color: #fff;
}
#footer .footer_logo {
  width: 180px;
  padding: 20px;
}

/*========== body スマホ ==========*/
@media (max-width: 769px) {
  #footer .footer_logo {
    width: 120px;
  }
}
/*========== body ==========*/
html {
  font-size: 62.5%;
}

body {
  font-family: クレー, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0;
  color: #8e8069;
  background-size: 100%;
  background-repeat: repeat;
}

.body_wrap {
  background-image: url("images/h_back.png");
}

img {
  width: 100%;
}

a {
  color: #FFF;
  text-decoration: none;
}

p {
  margin: 0;
  font-size: 14px;
  font-family: 游ゴシック, sans-serif;
}

ul {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 4rem;
  font-family: "Academy Engraved LET";
  font-weight: lighter;
  color: #8e8069;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-bottom: solid 0.7px;
  width: 800px;
  height: 50px;
}

h2 {
  font-size: 1.6rem;
  color: #8e8069;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 5px;
}

h3 {
  text-align: center;
  margin-bottom: 0;
}

/*========== body スマホ ==========*/
@media (max-width: 769px) {
  body {
    font-size: 1.4rem;
  }
  .body_wrap {
    background-size: 150%;
  }
  h1 {
    font-size: 3rem;
    width: 350px;
    height: 40px;
  }
  h2 {
    font-size: 1.4rem;
  }
  h3 {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */