@charset "UTF-8";
/*
Theme Name: 元祖 廣島コウネめし トビノモリタカ
Description:  元祖 廣島コウネめしのテーマ
Version: 2018.10
Author: UniqueArticleJapan
Author: UniqueArticleJapan
*/
@import url(css/reset.css);
@import url(style-font.css);
/* line 27, sass/style.scss */
.hide {
  height: 0;
}
/* line 29, sass/style.scss */
.hide h1 {
  transform: translateY(-100%);
}

/* line 38, sass/style.scss */
* {
  box-sizing: border-box;
}

/* line 42, sass/style.scss */
html {
  font-size: 62.5%;
}

/* line 48, sass/style.scss */
section {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
@media only screen and (min-width: 737px) {
  /* line 48, sass/style.scss */
  section {
    padding-left: 200px;
  }
}

/* line 59, sass/style.scss */
img {
  width: 100%;
}

/* line 64, sass/style.scss */
[class^="inner"], [class*="inner"] {
  width: 100%;
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 737px) {
  /* line 64, sass/style.scss */
  [class^="inner"], [class*="inner"] {
    padding: 15px;
  }
}
@media only screen and (max-width: 736px) {
  /* line 64, sass/style.scss */
  [class^="inner"], [class*="inner"] {
    padding: 5%;
  }
}

/* line 80, sass/style.scss */
[class*="sns_box"] a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 .5em;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 86, sass/style.scss */
[class*="sns_box"] a svg {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #422924;
  width: 100%;
  height: 100%;
}
/* line 93, sass/style.scss */
[class*="sns_box"] a:hover {
  color: #000;
}
/* line 95, sass/style.scss */
[class*="sns_box"] a:hover svg {
  fill: #D00404;
}

/* line 112, sass/style.scss */
.pankuzu {
  width: 100%;
  padding: 2%;
}
/* line 115, sass/style.scss */
.pankuzu ul {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
/* line 117, sass/style.scss */
.pankuzu ul li {
  font-size: 1.2rem;
  position: relative;
}
/* line 120, sass/style.scss */
.pankuzu ul li:not(:first-child) {
  margin-left: 1rem;
  padding-left: 1.6rem;
}
/* line 123, sass/style.scss */
.pankuzu ul li:not(:first-child):before {
  color: #b7857b;
  font-size: 1.2rem;
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

/* line 141, sass/style.scss */
header {
  position: fixed;
  z-index: 5;
}
@media only screen and (min-width: 737px) {
  /* line 141, sass/style.scss */
  header {
    width: 150px;
    height: 100vh;
    top: 0;
    left: 0;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
  }
}
@media only screen and (max-width: 736px) {
  /* line 141, sass/style.scss */
  header {
    bottom: 0;
    width: 100%;
    height: 50px;
  }
}

/* line 160, sass/style.scss */
.header_nav_wrap li {
  position: relative;
}
/* line 162, sass/style.scss */
.header_nav_wrap li a {
  position: relative;
  display: block;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: #D14431;
  color: #fff;
}
/* line 168, sass/style.scss */
.header_nav_wrap li a:hover {
  background-color: #f6dbd8;
  color: #D14431;
}
/* line 172, sass/style.scss */
.header_nav_wrap li a span {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 737px) {
  /* line 159, sass/style.scss */
  .header_nav_wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  /* line 188, sass/style.scss */
  .header_nav_wrap li {
    -webkit-flex: 1 1 auto;
    -webkit-align-self: stretch;
    flex: 1 1 auto;
    align-self: stretch;
    width: 20em;
  }
  /* line 191, sass/style.scss */
  .header_nav_wrap li a {
    padding: 1em .5em;
    height: 50px;
    width: 100%;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 0 0;
  }
  /* line 196, sass/style.scss */
  .header_nav_wrap li a:hover {
    margin-top: -10px;
    height: 60px;
  }
}
@media only screen and (max-width: 736px) {
  /* line 159, sass/style.scss */
  .header_nav_wrap {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    background-color: #ccc;
  }
  /* line 208, sass/style.scss */
  .header_nav_wrap li {
    position: relative;
    width: 50%;
  }
  /* line 211, sass/style.scss */
  .header_nav_wrap li a {
    width: 100%;
    height: 100%;
  }
}

/* line 222, sass/style.scss */
.logo {
  position: relative;
  display: block;
  height: 40%;
  width: 100%;
  margin: 0 !important;
  padding: 10px 15px;
}
@media only screen and (max-width: 736px) {
  /* line 222, sass/style.scss */
  .logo {
    padding: 5px 10px;
  }
}
/* line 232, sass/style.scss */
.logo img {
  height: 80%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 736px) {
  /* line 239, sass/style.scss */
  nav {
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: -100%;
    z-index: 3;
    height: 100%;
    padding: 10px 10px 50px 10px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  /* line 249, sass/style.scss */
  nav ul li {
    position: relative;
  }
  /* line 251, sass/style.scss */
  nav ul li svg {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill: #561b13;
  }
  /* line 257, sass/style.scss */
  nav ul li i {
    margin-right: 0;
    color: #561b13;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 264, sass/style.scss */
  nav ul a {
    display: block;
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px dotted #422924;
  }
  /* line 269, sass/style.scss */
  nav ul a span {
    margin-left: 25px;
  }
  /* line 274, sass/style.scss */
  nav.action {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100vw;
  }

  /* line 281, sass/style.scss */
  .hum {
    position: fixed;
    top: 1em;
    left: 1.5em;
    width: 60px;
    height: 60px;
    z-index: 6;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }
  /* line 289, sass/style.scss */
  .hum .hum_span {
    background-color: #fff;
    position: absolute;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 5px;
    width: 40px;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }
  /* line 295, sass/style.scss */
  .hum .hum_span:nth-child(1) {
    top: 15px;
  }
  /* line 298, sass/style.scss */
  .hum .hum_span:nth-child(2) {
    top: 30px;
  }
  /* line 301, sass/style.scss */
  .hum .hum_span:nth-child(3) {
    top: 45px;
  }
  /* line 306, sass/style.scss */
  .hum:after {
    content: '';
    width: 65px;
    height: 65px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #D14431;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -5;
  }
  /* line 316, sass/style.scss */
  .hum .hum_menu {
    display: block;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 40px;
  }
  /* line 322, sass/style.scss */
  .hum.action {
    top: 2em;
    left: 2em;
    cursor: pointer;
  }
  /* line 327, sass/style.scss */
  .hum.action .hum_span {
    top: 50%;
  }
  /* line 329, sass/style.scss */
  .hum.action .hum_span:nth-child(1) {
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  /* line 332, sass/style.scss */
  .hum.action .hum_span:nth-child(2) {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  /* line 336, sass/style.scss */
  .hum.action .hum_span:nth-child(3) {
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /* line 342, sass/style.scss */
  .action {
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
  }
}
@media only screen and (min-width: 737px) {
  /* line 349, sass/style.scss */
  .current a {
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
    width: 100%;
  }
  /* line 352, sass/style.scss */
  .current a svg {
    fill: #D14431;
  }
  /* line 355, sass/style.scss */
  .current a i {
    color: #D14431;
  }
  /* line 358, sass/style.scss */
  .current a span {
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
    opacity: 1;
    color: #D14431;
    font-weight: bold;
  }

  /* line 367, sass/style.scss */
  nav {
    width: 100%;
    height: 100%;
    position: relative;
  }
  /* line 372, sass/style.scss */
  nav > ul {
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 1em;
  }
  /* line 378, sass/style.scss */
  nav > ul > li {
    position: relative;
    padding: 1em 0;
  }
  /* line 381, sass/style.scss */
  nav > ul > li svg {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill: #561b13;
  }
  /* line 387, sass/style.scss */
  nav > ul > li i {
    margin-right: 0;
    color: #561b13;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 394, sass/style.scss */
  nav > ul > li > a {
    display: block;
    width: 10%;
    height: 100%;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    overflow-y: hidden;
    padding: 1em 0;
  }
  /* line 401, sass/style.scss */
  nav > ul > li > a span {
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    opacity: 0;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 2em;
  }
  /* line 408, sass/style.scss */
  nav > ul > li > a:hover {
    width: 100%;
  }
  /* line 410, sass/style.scss */
  nav > ul > li > a:hover span {
    font-weight: bold;
    opacity: 1;
    color: #D14431;
  }
  /* line 415, sass/style.scss */
  nav > ul > li > a:hover i {
    color: #D14431;
  }
  /* line 418, sass/style.scss */
  nav > ul > li > a:hover svg {
    fill: #D14431;
  }
  /* line 426, sass/style.scss */
  nav > ul > li ul {
    position: absolute;
    top: 50px;
    left: 0;
    margin-top: 0;
    width: 100%;
    background-color: #fff;
  }
  /* line 433, sass/style.scss */
  nav > ul > li ul li {
    position: relative;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
  }
  /* line 440, sass/style.scss */
  nav > ul > li ul li a {
    width: 100%;
    height: inherit;
    display: block;
    text-align: center;
    overflow: inherit;
  }
  /* line 448, sass/style.scss */
  nav > ul > li ul li svg {
    overflow: hidden;
    display: none;
  }
  /* line 457, sass/style.scss */
  nav > ul > li:hover ul li {
    overflow: visible;
    opacity: 1;
    height: 50px;
  }

  /* line 468, sass/style.scss */
  .hum {
    overflow: hidden;
    display: none;
  }
}
/* line 477, sass/style.scss */
h1.headline {
  font-size: 2rem;
  position: absolute;
  top: 5%;
  right: 5%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: normal;
}
/* line 486, sass/style.scss */
h1.headline p, h1.headline strong {
  text-shadow: 0 0 2px #422924;
  padding: .5em .2em;
  margin: 0 .5em;
  letter-spacing: .3em;
  position: relative;
  display: block;
  width: 3.5rem;
  height: auto;
}
/* line 496, sass/style.scss */
h1.headline p:after, h1.headline strong:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: #edda8a;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #edda8a 0%, #F8A7A7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #edda8a 0%, #F8A7A7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #edda8a 0%, #f8a7a7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edda8a', endColorstr='#F8A7A7',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  width: 100%;
  height: 100%;
}
/* line 512, sass/style.scss */
h1.headline p:first-child:after, h1.headline strong:first-child:after {
  padding-top: 2em;
  top: -2em;
}
/* line 516, sass/style.scss */
h1.headline p:last-child:after, h1.headline strong:last-child:after {
  padding-bottom: 1.5em;
}

/* line 521, sass/style.scss */
[class^="image-box"], [class*="image-box"] {
  position: relative;
  z-index: -2;
}

/* line 525, sass/style.scss */
[class^="content-inner"],
[class*="content-inner"] {
  position: relative;
  width: 90%;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

/* line 533, sass/style.scss */
.top-cont {
  position: relative;
}
/* line 104, sass/style.scss */
.top-cont:after {
  content: "";
  display: block;
  height: 0;
  padding-top: 40%;
}
/* line 536, sass/style.scss */
.top-cont .image-box_miyajima {
  filter: blur(0.1em);
  width: 130%;
  margin-left: -40%;
  z-index: -5;
}
/* line 542, sass/style.scss */
.top-cont .image-box_kounemeshi {
  width: 100%;
  margin-top: -15rem;
  z-index: -4;
}
/* line 546, sass/style.scss */
.top-cont .image-box_kounemeshi img {
  width: 120%;
}
@media only screen and (min-width: 737px) {
  /* line 104, sass/style.scss */
  .top-cont:after {
    content: "";
    display: block;
    height: 0;
    padding-top: 30%;
  }
  /* line 552, sass/style.scss */
  .top-cont .image-box_miyajima {
    width: 80%;
    margin-top: -150px;
    margin-left: -20%;
  }
  /* line 557, sass/style.scss */
  .top-cont .image-box_kounemeshi {
    width: 70%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

/* line 567, sass/style.scss */
.content-cont {
  padding-bottom: 5em;
}
/* line 569, sass/style.scss */
.content-cont .image-box_hiroshima {
  height: 50vh;
}
/* line 571, sass/style.scss */
.content-cont .image-box_hiroshima img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  right: 5%;
}
@media only screen and (min-width: 737px) {
  /* line 569, sass/style.scss */
  .content-cont .image-box_hiroshima {
    height: 400px;
  }
  /* line 580, sass/style.scss */
  .content-cont .image-box_hiroshima img {
    top: 0%;
    left: 10%;
  }
}
/* line 587, sass/style.scss */
.content-cont .content-inner_consept {
  padding: 100px 2em 80px 2em;
  margin-top: -130px;
  z-index: -3;
  background-color: #F8F7F7;
}
@media only screen and (min-width: 737px) {
  /* line 587, sass/style.scss */
  .content-cont .content-inner_consept {
    margin-top: -350px;
    padding-top: 80px;
    padding-left: 40%;
  }
}
/* line 600, sass/style.scss */
.content-cont .inner_image-box_kounemeshi {
  width: 100%;
  max-width: 700px;
  height: auto;
  position: relative;
  margin-top: -50px;
}
/* line 104, sass/style.scss */
.content-cont .inner_image-box_kounemeshi:after {
  content: "";
  display: block;
  height: 0;
  padding-top: 130%;
}
/* line 608, sass/style.scss */
.content-cont .inner_image-box_kounemeshi img.kounemeshi {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 614, sass/style.scss */
.content-cont .inner_image-box_kounemeshi [class^="fukidasi"], .content-cont .inner_image-box_kounemeshi [class*="fukidasi"] {
  width: 30%;
  max-width: 150px;
  z-index: 5;
}
/* line 620, sass/style.scss */
.content-cont .inner_image-box_kounemeshi .fukidasi_kuroge {
  position: absolute;
  top: -10px;
  right: 2px;
}
/* line 626, sass/style.scss */
.content-cont .inner_image-box_kounemeshi .fukidasi_ponzu {
  position: absolute;
  bottom: 0;
  left: 5px;
}
/* line 634, sass/style.scss */
.content-cont .content-inner_product {
  background-color: #FDF8E0;
  padding: 120px 2em 50px 2em;
  margin-top: -100px;
  z-index: -3;
}
/* line 639, sass/style.scss */
.content-cont .content-inner_product h2 {
  text-align: center;
}

/* line 647, sass/style.scss */
.contact-cont {
  background-color: #F8C6A7;
  padding-top: 3em;
  padding-bottom: 3em;
}
/* line 652, sass/style.scss */
.contact-cont .contact-inner {
  background-color: #fff;
  position: relative;
  padding: 3em;
  width: 90%;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
@media only screen and (min-width: 737px) {
  /* line 652, sass/style.scss */
  .contact-cont .contact-inner {
    width: 70%;
  }
}
/* line 662, sass/style.scss */
.contact-cont .contact-inner h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
/* line 673, sass/style.scss */
.contact-cont .contact-inner img {
  margin-top: -3em;
}

/* line 680, sass/style.scss */
.orderform-cont {
  background-color: #F9F6D7;
  padding-top: 3em;
  padding-bottom: 3em;
}
/* line 684, sass/style.scss */
.orderform-cont .orderform-inner {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #fff;
  position: relative;
  padding: 5%;
  width: 90%;
}

/* line 696, sass/style.scss */
footer {
  position: relative;
  color: #fff;
  padding-bottom: 20em;
  padding-top: 10em;
}
/* line 701, sass/style.scss */
footer .fixedbg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -6;
  background: url("images/foot_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
}
/* line 712, sass/style.scss */
footer img {
  display: block;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 737px) {
  /* line 712, sass/style.scss */
  footer img {
    width: 25%;
  }
}
/* line 721, sass/style.scss */
footer h2 {
  margin: 0;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
/* line 727, sass/style.scss */
footer h3 {
  margin: 0;
}
/* line 730, sass/style.scss */
footer p {
  font-size: 16px;
  text-align: center;
}
/* line 734, sass/style.scss */
footer a.tabelog {
  color: #fff;
  display: block;
  padding: .4em;
  width: 100%;
  background-color: #422924;
  text-align: center;
  margin: 1em 0;
}
/* line 743, sass/style.scss */
footer small {
  display: block;
  width: 100%;
  text-align: center;
}

/* line 750, sass/style.scss */
.acf-map {
  height: 50vh;
}

/* line 756, sass/style.scss */
.second_header {
  height: 60vh;
  overflow-y: hidden;
}

/* line 763, sass/style.scss */
.second_content {
  background-color: #FDF8E0;
}
/* line 765, sass/style.scss */
.second_content .inner {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -webkit-align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

/* line 774, sass/style.scss */
.menu_category_box {
  -webkit-flex: 1 1 auto;
  -webkit-align-self: stretch;
  flex: 1 1 auto;
  align-self: stretch;
  width: 50%;
}
@media only screen and (max-width: 736px) {
  /* line 774, sass/style.scss */
  .menu_category_box {
    width: 100%;
    padding: 10px;
  }
}
/* line 782, sass/style.scss */
.menu_category_box ul {
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  -webkit-align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
/* line 785, sass/style.scss */
.menu_category_box ul li.menu_list_img {
  -webkit-flex: 0 1 auto;
  -webkit-align-self: stretch;
  flex: 0 1 auto;
  align-self: stretch;
  width: 30%;
}
@media only screen and (max-width: 736px) {
  /* line 785, sass/style.scss */
  .menu_category_box ul li.menu_list_img {
    width: 100%;
    padding: 10px;
  }
}
/* line 794, sass/style.scss */
.menu_category_box ul li.menu_list {
  width: 100%;
}

/* line 811, sass/style.scss */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 823, sass/style.scss */
input[type="checkbox"] {
  position: relative;
  cursor: pointer;
}
/* line 826, sass/style.scss */
input[type="checkbox"]:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0.3em;
  left: 0.3em;
  width: 1em;
  height: 0.5em;
  -moz-transition: cubic-bezier(0.45, 1.8, 0.5, 0.75) 0.4s;
  -o-transition: cubic-bezier(0.45, 1.8, 0.5, 0.75) 0.4s;
  -webkit-transition: cubic-bezier(0.45, 1.8, 0.5, 0.75) 0.4s;
  transition: cubic-bezier(0.45, 1.8, 0.5, 0.75) 0.4s;
  -moz-transform: rotate(45deg) scale(0, 0);
  -ms-transform: rotate(45deg) scale(0, 0);
  -webkit-transform: rotate(45deg) scale(0, 0);
  transform: rotate(45deg) scale(0, 0);
  border: 3px solid #da3c41;
  border-top-style: none;
  border-right-style: none;
}
/* line 841, sass/style.scss */
input[type="checkbox"]:after {
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  content: '';
  cursor: pointer;
  border: 2px solid #f2f2f2;
  background: #ffffff;
}
/* line 852, sass/style.scss */
input[type="checkbox"]:checked:before {
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}

/* line 857, sass/style.scss */
label {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 4em;
}

/* line 865, sass/style.scss */
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], select {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #5a591f;
  box-shadow: 0 0 3px #eae9c1;
  border-radius: 10px;
  border: 1px solid #c3c04f;
  width: 100%;
  background-color: #f7f7e7;
  padding: 1em;
}
/* line 876, sass/style.scss */
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, select:focus {
  box-shadow: 0 0 3px #c3c04f;
  border-color: #c3c04f;
  background-color: #eae9c1;
}

/* line 882, sass/style.scss */
textarea {
  height: 20rem;
  padding: 0.5em;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #5a591f;
  font-family: Georgia-Italic, Times New Roman, Times, serif;
  box-shadow: 0 0 3px #eae9c1;
  border-radius: 10px;
  border: 1px solid #c3c04f;
  width: 100%;
}
/* line 892, sass/style.scss */
textarea:focus {
  box-shadow: 0 0 3px #c3c04f;
  border-color: #c3c04f;
}

/* line 899, sass/style.scss */
input[type="radio"] {
  display: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 905, sass/style.scss */
span.mwform-radio-field-text {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  padding-right: 10px;
  padding-left: 35px;
  padding-top: .5em;
  padding-bottom: .5em;
  cursor: pointer;
}

/* line 915, sass/style.scss */
span.mwform-radio-field-text::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  content: ' ';
  border: 2px solid #c3c04f;
  border-radius: 4px;
}

/* line 927, sass/style.scss */
input[type="radio"] + span.mwform-radio-field-text::after {
  border-radius: 18px;
}

/* line 930, sass/style.scss */
input[type="radio"]:checked + span.mwform-radio-field-text {
  padding-left: 10px;
  color: #ffffff;
}

/* line 934, sass/style.scss */
input[type="radio"]:checked + span.mwform-radio-field-text::after {
  top: 0;
  width: 100%;
  height: 100%;
  background: #c3c04f;
}

/* line 941, sass/style.scss */
.mwform-radio-field label {
  margin-top: .8em;
}

/* Transition */
/* line 945, sass/style.scss */
span.mwform-radio-field-text, .mwform-radio-field-text::after {
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

/* line 950, sass/style.scss */
.select-wrap {
  position: relative;
  margin-top: 1em;
}
/* line 953, sass/style.scss */
.select-wrap::after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  color: #c3c04f;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: block;
  height: 50%;
  width: 50px;
}

/* line 969, sass/style.scss */
.select_arrow {
  height: 4rem;
  width: 100%;
  margin: 1em 0 3em;
  position: relative;
}
/* line 975, sass/style.scss */
.select_arrow svg {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.5em;
  fill: #c3c04f;
}
/* line 982, sass/style.scss */
.select_arrow select {
  padding-left: 0.5em;
  width: 100%;
  height: 100%;
}

/* line 988, sass/style.scss */
span.select_arrow {
  display: inline-block;
  width: 31%;
}

/* line 993, sass/style.scss */
.check-place_box {
  margin-top: 1em;
  margin-bottom: 3em;
}
/* line 996, sass/style.scss */
.check-place_box input {
  width: 1.5em;
  height: 1.5em;
  padding-right: 1em;
}

/* line 1003, sass/style.scss */
.mw_wp_form_preview {
  font-size: 20px;
  font-weight: bold;
}
/* line 1006, sass/style.scss */
.mw_wp_form_preview label {
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  border-bottom: 1px solid #D14431;
}
/* line 1012, sass/style.scss */
.mw_wp_form_preview .required {
  border-bottom: none;
}

/* line 1018, sass/style.scss */
.ovhidden {
  display: none;
}

/* line 1023, sass/style.scss */
[class^="image-box"], [class*="image-box"] {
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

@keyframes blurtop {
  0% {
    filter: blur(0.5em);
    bottom: 20px;
  }
  50% {
    filter: blur(0.2em);
  }
  100% {
    filter: blur(0);
    bottom: 0;
  }
}
@keyframes blur {
  0% {
    filter: blur(0.5em);
  }
  50% {
    filter: blur(0.2em);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes opa {
  0% {
    filter: blur(0.5em);
  }
  100% {
    filter: blur(0.1em);
  }
}
/* line 1069, sass/style.scss */
.onblurtop {
  animation: blurtop 2s ease 0s 1 alternate none running;
}

/* line 1073, sass/style.scss */
.onblur {
  animation: blur 1s ease 0s 1 alternate none running;
}

/* line 1077, sass/style.scss */
.opacity {
  animation: opa 1s ease 0s 1 alternate none running;
}

/* line 1081, sass/style.scss */
.offblur {
  animation: blur 1s ease 0s 1 alternate reverse running;
}
