@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

@font-face {
  font-family: 'mikaFont';
  src: url('fonts/mika.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'hanazome';
  src: url('fonts/hanazome.woff2');
}

@font-face {
  font-family: 'akubin';
  src: url('fonts/akubin.woff2');
}


html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  color: #000;
  height: 100%;
  background-color: #eee;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 1.3rem;
}

.gothic {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.mincho {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', 'Noto Serif JP', serif;
}

.mika {
  font-family: 'mikaFont';
}

.hanazome {
  font-family: 'hanazome';
}

.akubin {
  font-family: 'akubin';
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle;
}

a {
  color: #1D4B9E;
  text-decoration: none;
}

a:hover {
  color: #213A46;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

a.nolink {
  pointer-events: none
}


#container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background-size: contain;
}

.wrapin {
  max-width: 765px;
  margin: 50px auto;
  background-color: #fff;
  overflow-x: hidden;
}

header {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
}

header>.logo {
  padding: 5px 0 5px 20px;
}

header>.tel {
  padding: 10px 0 5px 20px;
}

header>.tel .yoyaku {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

header>.tel .telnum {
  font-size: 3rem;
  color: #0050A4;
  letter-spacing: 0.05em;
}

header .humb {
  margin-left: auto;
  margin-top: 10px;
  margin-right: 20px;
  z-index: 50;
}

header .humb img {
  cursor: pointer;
}

header .humb img:hover {
  opacity: 0.8;
}

.gnav {
  width: 100%;
  max-width: 375px;
  background-color: #88601C;
  position: absolute;
  top: 0;
  right: -375px;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.gnav.active {
  display: block;
  top: 0;
  right: 0;
  opacity: 1;
}

.gnav>ul>li {
  margin: 30px 0;
}

.gnav>ul>li>a {
  font-size: 2.2rem;
  color: #fff;
}

.map {
  margin-bottom: 80px;
}

.map {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content.normal {
  margin: 0 auto 0;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  opacity: 0.8;
}

footer {
  width: 100%;
  background-image: url(../img/footer_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 5%;
  font-size: 2.2rem;
  box-sizing: border-box;
}

footer .footp {
  text-align: center;
  margin-bottom: 15px;
}

footer .tel {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 15px;
}

.foot_bar {
  margin: 20px auto;
  text-align: center;
}

.foot_table {
  width: 100%;
  margin: 0 0 20px;
}

.foot_table td {
  padding: 7px 0;
  line-height: 1.4;
  text-align: left;
}

footer .fpb {
  line-height: 1.6;
  padding-bottom: 0;
}

address {
  font-size: 1.6rem;
  color: #000;
  padding: 30px 0 30px;
  width: 100%;
  text-align: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.smslider {
  margin-bottom: 60px;
}

.blc01 {
  width: 86%;
  margin: 0 auto;
}

.top_h2 {
  font-size: 3.8rem;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: left;
}

.top_text {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
}

.snsblc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}

.snsbox {
  width: 46%;
}

.blc01.news_under {
  margin-bottom: 30px;
}

.blc2 {
  width: 90%;
  margin: 0 auto;
}

.today_blc {
  background-color: #8D4210;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2% 2%;
  margin-bottom: 60px;
}

.today_blc_in {
  background-color: #245D30;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

table.today_menu {
  width: 100%;
  color: #fff;
}

table.today_menu td {
  padding: 10px 0;
}

table.today_menu td.menutitle {
  font-size: 2.2rem;
  text-align: left;
}

table.today_menu td.price {
  font-size: 2.2rem;
  text-align: right;
}

.takeout_blc {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-bottom: 20px;
}

.takeout_logo {
  margin-right: 0;
  max-width: 115px;
}

.takeout_toptext {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
  letter-spacing: -0.05em;
}

.takeout_img_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 22px;
}

.aboutbg01 {
  background-image: url(../img/about_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  margin-bottom: 70px;
}

.about_h2 {
  font-size: 3.8rem;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: left;
}

.about_text {
  font-size: 2.1rem;
  line-height: 1.4;
  margin-bottom: 25px;
  text-align: left;
  font-weight: normal;
}

.aboutimg_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aboutimg_box img {
  margin-bottom: 20px;
}

.abouttext_box {
  font-size: 3.8rem;
  line-height: 1.4;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center right;
  min-height: 300px;
  display: flex;
  align-items: center;
}

.abouttext_box02 {
  font-size: 3.8rem;
  line-height: 1.4;
  text-align: right;
  background-repeat: no-repeat;
  background-position: center left;
  min-height: 300px;
  display: flex;
  align-items: center;
}

.about_detail {
  margin-bottom: 40px;
}

.about_detail h4 {
  text-align: left;
  font-size: 2.1rem;
}

.about_detail table.foot_table {
  font-size: 2.1rem;
  line-height: 1.4;
}

.about_detail table.foot_table td:first-child {
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
  padding-right: 20px;
}

.about_detail .detail_under {
  font-size: 2.1rem;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 20px;
}

.papa_profile {
  margin-top: 40px;
}

.profileblc {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-bottom: 50px;
}

.profile_in {
  font-size: 2.0rem;
  line-height: 1.4;
  text-align: left;
}

.profile_img {
  min-width: 300px;
}

.takeout_text {
  font-size: 2.2rem;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 50px;
}

.takeoutbox {
  margin-bottom: 40px;
  text-align: left;
}

.takecap {
  font-size: 2.1rem;
  margin-top: 10px;
}

.contact_text {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 25px;
  margin-bottom: 40px;
}

.menu_h3title {
  margin-bottom: 35px;
}

.menu_h4title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #D7000F;
}

.menutbl {
  width: 100%;
  font-size: 2.2rem;
}

.menutbl th {
  white-space: nowrap;
  text-align: left;
  padding: 12px 0;
}

.menutbl td {
  text-align: right;
  padding: 12px 0;
  letter-spacing: 0.05em;
}

@media (min-width:736px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .wrapin {
    margin: 0px auto;
  }

  .gnav {
    min-height: 100vh;
  }

}