@charset "UTF-8";
/*
Theme Name: Demo Ramen
Description: ラーメン屋デモサイト
Author: takumi_web
Author URI: https://gallery.websozai.jp/
Version: 1
*/
/* 基本設定 ------------------------------------------------------------------- */
@font-face {
  font-family: NotoSerifJP;
  src: url(./font/NotoSerifJP-Regular.woff);
}
html,body{
  height: 100%;
}
html {
  font-size: 62.5%;
}
body {
  color: #ffffff;
  font-family: 'NotoSerifJP',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
a {
  color: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* ブロック設定 --------------------------------------------------------------- */
#wrap {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;

  background-color: #111111;
  background-image: url(./images/tex.svg);
}
.section {
  padding: 80px 0;
  text-align: center;
}
.content-area {
  margin: auto;
  padding: 0 15px;
}
.content-area.lg {
  max-width: 1280px;
}
.content-area.md {
  max-width: 960px;
}
.content-area.sm {
  max-width: 760px;
}
#main{
  padding-bottom: 50px;
}
/* ヘッダー設定 --------------------------------------------------------------- */
#header {
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all .7s;
}
.header-gmk.do {
  background-color: rgba(0, 0, 0, 0.7);
}
#header-inner {
  display: flex;
  max-width: 1280px;
  margin: auto;
  padding: 10px 15px;
  align-items: center;
}
.logo a {
  display: inline-block;
}
.logo img {
  width: 200px;
  height: 37px;
}
#header .tel {
  display: none;
}
#nav {
  margin-left: auto;
}
#nav ul {
  display: flex;
}
#nav li {
  height: 37px;
  line-height: 37px;
}
#nav a {
  margin-left: 80px;
  font-size: 1.5rem;
  text-shadow: 1px 1px 3px #000000;
  transition: all .7s;
}
#nav a:hover {
  opacity: 0.7;
}
/* タイトル設定 --------------------------------------------------------------- */
.main-title {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.25em;
  text-align: center;
}
.main-title::before,
.main-title::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 12px;
  margin: auto;
  background-image: url(./images/cloud.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.main-title::before {
  left: -30px;
  transform: scale(-1, 1);
}
.main-title::after {
  right: -30px;
}
/* トップ設定 ----------------------------------------------------------------- */
#key-visual {
  position: relative;
}
.fadein-text,
.fadein-text span {
  opacity: 0;
}
#msg{
  position: absolute;
  top: 22%;
  right: 15%;
  font-size: 2rem;
  color: #fff;
  line-height: 4;
  letter-spacing: 0.15em;
  text-shadow: 1px 1px 5px #000000;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#big-logo {
  position: absolute;
  top: 60%;
  left: 15%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  height: 75%;
  opacity: 0.9;
}
#big-logo img {
  height: 80%;
}
#big-logo img {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
#top-tel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  z-index: 10;
}
#top-tel span {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
#top-tel p {
  float: right;
  padding: 5px 15px 7px;
  font-size: 2.2rem;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.15em;
  background-color: rgba(0, 0, 0, 0.7);
}
#top-tel #close-tel {
  position: absolute;
  top: 0;
  right: 5px;
  padding: 10px;
  font-size: 1.4rem;
  background: none;
  cursor: pointer;
}
/* お知らせ欄設定 ------------------------------------------------------------- */
#info-box {
  text-align: left;
  border-image: url('./images/frame.svg') round;
  border-image-slice: 30;
  border-width: 30px;
  border-style:solid;
  background-color: #111111;
}
#info-box li {
  margin-top: 10px;
}
#info-box li:first-child {
  margin-top: 0;
}
.open-modal {
  display: inline-block;
  cursor: pointer;
}
.open-modal:hover {
  text-decoration: underline;
}
.modal-area {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 500px;
  max-width: 700px;
  padding: 50px 0 25px;
  color: #eee;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-content {
  height: 100%;
  padding: 0 40px;
  overflow: auto;
}
.modal-wrapper h2 {
  font-size: 1.8rem;
}
.modal-wrapper figure {
  margin: 10px auto;
  text-align: center;
}
.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  cursor: pointer;
}
/* お品書き欄設定 ------------------------------------------------------------- */
#menu-area {
  background-color: #111111;
}
.box-area {
  display: flex;
}
.box-hf {
  width: 50%;
}
.box-hf.ft {
  float: left;
}
.box-hf.fx {
  display: flex;
}
.box-area.rev {
  flex-direction: row-reverse;
}
.box-bg {
  display: flex;
  width: 100%;
  padding: 10px;
  background: #9c2025;
  background-image: url(./images/tex-r.svg);
}
.box-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  border-image: url(./images/frame.svg) round;
  border-image-slice: 30;
  border-width: 30px;
  border-style: solid;
}
.menu-name {
  margin-bottom: 20px;
  font-size: 2.6rem;
}
.price {
  font-size: 1.8rem;
}
/* 店舗情報欄設定 ------------------------------------------------------------- */
#shop-area .logo {
  margin-bottom: 5px;
}
#shop-data {
  float: right;
  padding-right: 40px;
  text-align: left;
  border-right: dashed 1px #ffffff;
}
.address {
  font-size: 1.8rem;
  line-height: 1.4;
}
.address span {
  font-size: 1.6rem;
}
.tel {
  font-size: 2.4rem;
}
.tel .icon-phone_in_talk {
  margin-right: 5px;
}
#social-btn {
  margin-top: 5px;
}
#social-btn li {
  display: inline-block;
  margin-right: 10px;
}
#social-btn li a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 2.4rem;
  border-radius: 10px;
  transition: .7s;
}
#social-btn li a:hover {
  opacity: 0.7;
}
#social-btn li a span{
  position:absolute;
  top:50%;
  left:50%;
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.tw-btn {
  background:#55acee;
}
.fb-btn {
background:-webkit-linear-gradient(top, #5c80c6 0%, #34528c 74%);
background:linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);
}
.insta-btn {
  background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow:hidden;
}
.insta-btn:before{
  content: '';
  position: absolute;
  top:27px;
  left:-12px;
  width:59px;
  height:40px;
  background:-webkit-radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
  background:radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
}
#calendar-area {
  padding-left: 40px;
  text-align: left;
}
#biz_calendar {
  max-width: 300px;
  margin: 0;
  font-family: 'NotoSerifJP',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
#biz_calendar table.bizcal {
  margin: 0 0 10px 0;
  line-height: 1.4;
  background-color: #111111;
  border: solid 1px #d7cebf;
  border-collapse: collapse;
}
#biz_calendar tr:first-of-type {
  line-height: 2;
  background-color: #9c2025;
}
#biz_calendar table.bizcal td {
  color: #ffffff;
}
#biz_calendar table.bizcal th {
  padding: 5px;
  color: #111111;
  background-color: #ffffff;
}
#biz_calendar table.bizcal th:first-child {
  color: #9c2025;
}
#biz_calendar table.bizcal th:nth-last-of-type(1) {
  color: #2478a1;
}
#biz_calendar table.bizcal .holiday {
  background-color: #9c2025;
}
#biz_calendar table.bizcal .today {
  color: #ffffff;
}
#biz_calendar p span.boxholiday {
  background-color: #9c2025;
}
#biz_calendar p span.boxeventday {
  background-color: #2478a2;
}
#biz_calendar p {
  font-size: 1.2rem;
}
#biz_calendar p:first-of-type {
  float: left;
  margin-right: 30px;
}
.map iframe{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  vertical-align: middle;
}
/* フッター設定 --------------------------------------------------------------- */
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;

  font-family: 'Georgia', 'Times New Roman', serif;
  text-align: center;
  border-top: solid 1px #ffffff;
}
#footer small {
  vertical-align: middle;
}
/* 404ページ設定 -------------------------------------------------------------- */
.single #header,
.error404 #header {
  position: static;
  background-color: rgba(0, 0, 0, 0.7);
}
.single #header .logo,
.error404 #header .logo {
  display: inline-block;
}

#not-found {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%,-50%);
}
#not-found h2 {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
}
#not-found h2 span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .tb-none {
    display: none;
  }
  #header {
    position: static;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #header-inner {
    display: block;
  }
  #header.header-gmk.do {
    position: fixed;
  }
  #header .logo {
    display: inline-block;
  }
  #header .logo img {
    width: 180px;
  }
  #header .tel {
    display: block;
    float: right;
    font-size: 2rem;
  }
  #nav ul {
    justify-content: space-around;
  }
  #nav a {
    margin: auto;
  }
  .modal-wrapper {
    height: 400px;
    max-width: 450px;
    padding: 40px 0 20px;
  }
  .modal-content {
    padding: 0 30px;
  }
  .modal-wrapper h2 {
    font-size: 1.6rem;
  }
  .close-modal {
    top: 5px;
    right: 10px;
  }
  .box-area {
    display: block;
  }
  .box-hf.md {
    width: 100%;
  }
  .box-area.rev {
    flex-direction: row;
  }
  #menu-area figure {
    margin-top: 40px;
  }
  #menu-area .box-area:first-of-type figure {
    margin-top: 0;
  }
  #shop-data {
    padding-right: 15px;
  }
  #calendar-area {
    padding-left: 15px;
  }
  #not-found h2 {
    font-size: 2.4rem;
  }
  #not-found h2 span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  body {
    font-size: 1.2em;
  }
  .section {
    padding: 40px 0;
  }
  #header .logo img {
    width: 150px;
  }
  #header .tel {
    margin-top: 5px;
    font-size: 1.8rem;
  }
  .main-title {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  #info-box {
    border-width: 15px;
  }
  .modal-wrapper {
    height: 300px;
    max-width: 300px;
    padding: 40px 0 15px;
  }
  .modal-content {
    padding: 0 15px;
  }
  .modal-wrapper h2 {
    font-size: 1.4rem;
  }
  .menu-name {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .price {
    font-size: 1.6rem;
  }
  .box-hf.sm {
    float: none;
    width: 100%;
  }
  .box-hf.sm {
    float: none;
  }
  #menu-area figure {
    margin-top: 20px;
  }
  #shop-data {
    float: none;
    display: inline-block;
    padding: 0 0 20px;
    border-right: none;
  }
  #calendar-area {
    padding-left: 0;
  }
  #biz_calendar {
    margin: auto;
  }
}
