@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese');
body {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;*/
  color: #000;
  font-size: 16px;
  line-height: 1.85em;
  background: #fff;
}

.ming {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
  /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;*/
}
.gothic {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic",-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  /*font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic",-apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;*/
}
.container {
  width: 1350px;
  margin: 0 auto;
}
.content_wrap {
  max-width: 1350px;
  margin: 0 auto;
}
.inner {
  width: 945px;
  margin: 0 auto;
}
h2 {
  line-height: 1.5em;
}
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
}
.h2_title {
  font-size: 42px;
  line-height: 0.8em;
}
.title {
  font-weight: 600;
}

.h2_title span {
  font-size: 18px;
  text-decoration: underline;
}
.pc {display: block;}
.pc_inline {display: inline;}
.sp { display: none;}
.tb { display: none;}

.center {
  text-align: center;
}
.left {text-align: left;}
.center img {
  margin: 0 auto;
}
.t_flex {
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.img_link {
    transition: 0.3s;
}
.img_link:hover {
  opacity: 0.7;
}

.btnA_01 {
  display: flex;
  justify-content: center;
  width: 100%;
}
.btnA_02 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.btnA_01 a, .btnA_02 a {
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  width: 400px;
}
.btnA_01 a:hover, .btnA_02 a:hover {
  background: rgba(255,255,255,0.2);
  transition: 0.5s;
}

.mt10 {  margin-top: 10px;}
.mt15 {  margin-top: 15px;}
.mt20 {  margin-top: 20px;}
.mt25 {  margin-top: 25px;}
.mt30 {  margin-top: 30px;}
.mt35 {  margin-top: 35px;}
.mt40 {  margin-top: 40px;}
.mt50 {  margin-top: 50px;}
.mt60 {  margin-top: 60px;}
.mt70 {  margin-top: 70px;}
.mt80 {  margin-top: 80px;}
.mt90 {  margin-top: 90px;}
.mt100 {  margin-top: 100px;}
.mb10 {  margin-bottom: 10px;}
.mb15 {  margin-bottom: 15px;}
.mb20 {  margin-bottom: 20px;}
.mb25 {  margin-bottom: 25px;}
.mb30 {  margin-bottom: 30px;}
.mb35 {  margin-bottom: 35px;}
.mb40 {  margin-bottom: 40px;}
.mb50 {  margin-bottom: 50px;}
.mb60 {  margin-bottom: 60px;}
.mb70 {  margin-bottom: 70px;}
.mb80 {  margin-bottom: 80px;}
.mb90 {  margin-bottom: 90px;}
.mb100 {  margin-bottom: 100px;}
.mb120 {  margin-bottom: 120px;}

.red_txt { color: #d80015;}

@media screen and (max-width: 1080px) {
  .tb {display: block;}
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
  .content_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .h2_title {
    font-size: 32px;
    line-height: 0.8em;
  }

  .h2_title span {
    font-size: 16px;
    text-decoration: underline;
  }
  .pc {display: none;}
  .pc_inline {display: none;}
  .sp {display: block;}
  .sp_mb0 {    margin-bottom: 0px;  }
  .sp_mb10 {    margin-bottom: 10px;  }
  .sp_mb20 {    margin-bottom: 20px;  }
  .sp_mb30 {    margin-bottom: 30px;  }
  .sp_mb40 {    margin-bottom: 40px;  }
  .sp_txt_l {
    text-align: left;
  }
  .inner {
    width: 100%;
  }
  #menu {
    font-size: 14px;
  }
  .btnA_01 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .btnA_02 {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }

  .btnA_01 a, .btnA_02 a {
    width: 85%;
  }
  .btnA_02 a:last-child {
    margin-top: 20px;
  }
}
/*--------------------
header
 --------------------*/
header {
  width: 100%;
  z-index: 100;
  color: #000;
}

#menu header {
  background: #fff;
}
#shop header {
  background: #fff;
}

/* ロゴエリア */
.logo {
  text-align: left;
}

/* サブページ */
#header-container header {
  border-bottom: 1px solid #e5e6e7;
}

#header-container .logo_box_pc {
  display: flex;
  width: 945px;
  justify-content: space-between;
  margin: 0 auto;
  align-items: flex-end;
  line-height: 1.2;
}

#header-container .logo {
  padding-bottom: 13px;
  margin-right: 20px;
}

#header-container .pc-menu {
  color: #fff;
  margin-bottom: 20px;
  text-align: right;
}

#header-container .tel_box {
  display: inline-block;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  background: #000;
  padding: 10px 40px 12px;
}

#header-container .tel_box .tel_no {
  font-size: 22px;
}

#header-container .tel_box a {
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
  color: #fff;
}

#header-container .tel_box a::before {
  position: absolute;
  top: -3px;
  left: 0;
  /* content: url("/img/tel_sub.png"); */
  /* ↑20230523コメントアウト↑ */
}

.img_link:hover {
  opacity: 0.7;
  transition: 0.5s;
}

/* ナビエリア */
#header-container .pc-menu nav ul li {
  display: inline-block;
  font-size: 18px;
  padding: 24px 0 0;
  margin-right: 30px;
  text-align: right;
}

#header-container .pc-menu nav ul li:last-child {
  margin-right: 0px;
}

#header-container .pc-menu nav ul li a {
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

#header-container .pc-menu nav ul li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

#header-container .pc-menu nav ul li a:hover::after {
  transform: scale(1, 1);
}

/*--------------------
sp nav
 --------------------*/
.sp-nav {
  display: none;
}

.sp_header_bg {
  position: fixed;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 90px;
}

.sp-nav-inner {
  display: flex;
}

.sp-nav .logo_box {
  z-index: 3;
}
.sp-nav .logo_box_pc {
  padding: 30px 0 25px 20px;
  position: fixed;
}

.sp-nav .logo img {
  width: 140px;
  margin:30px 0 0 20px;
}

.sp-nav .tel_box_sp {
  position: fixed;
  right: 80px;
  top: 22px;
  z-index: 3;
}

.sp-nav .tel_box_sp img {
  width: 25px;
}

/* テキストエリア */
.sp-nav .txt_wrap {
  position: relative;
  right: 0;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.sp-nav .mv_txt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  line-height: 4rem;
}

.sp-nav-menu {
  position: fixed;
  z-index: 3;
  right: 20px;
  top: 15px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.sp-nav-menu span {
  display: block;
  position: absolute;
  width: 35px;
  height: 2px;
  left: 6px;
  background: #7f7f7f;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sp-nav-menu span:nth-child(1) {
  top: 13px;
}

.sp-nav-menu span:nth-child(2) {
  top: 26px;
}

.sp-nav-menu span:nth-child(3) {
  top: 39px;
}

/* ナビ開いてる時のボタン */
.sp-nav-menu.active span:nth-child(1) {
  top: 30px;
  left: 6px;
  background: #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sp-nav-menu.active span:nth-child(2),
.sp-nav-menu.active span:nth-child(3) {
  top: 30px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .6s ease, visibility .6s ease;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
nav.globalMenuSp a.saiyou {
  position: relative;
  border: 1px solid #000;
  text-align: center;
  width: 90%;
  color: #000;
  padding: 8px;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 600;
  margin: 50px 0 30px;
}

nav.globalMenuSp a.saiyou::after {
  content: "\025b6";
  margin-left: 10px;
}
nav.globalMenuSp .bottom_box {
  background: #000;
  width: 100%;
  color: #fff;
  padding: 20px 0;
  font-size: 16px;
}
nav.globalMenuSp a.google {
  position: relative;
  border: 1px solid #fff;
  text-align: center;
  width: 90%;
  color: #fff;
  padding: 8px;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 0;
}

nav.globalMenuSp a.google::after {
  content: "\025b6";
  margin-left: 10px;
}

nav.globalMenuSp ul {
  position: relative;
  display: flex;
  width: 90%;
  justify-content: space-between;
  margin: 140px auto 50px;
}

nav.globalMenuSp ul li {
  display: block;
  font-size: 24px;
  background: #f4f3f3;
  padding: 0px 5px 0;
  margin: 0px;
  height: 220px;
  transition: .3s;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 600;
  text-align: left;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  header {
    color: #fff;
  }
  #header-container header {
    height: 90px;
  }

  .sp-nav {
    display: block;
    width: 100%;
  }

  .pc-nav {
    display: none;
  }
}

/*--------------------
MV
 --------------------*/

.mv-container {
  height: 490px;
  color: #000;
}

.mv_txt {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 490px;
}

.mv_txt h1 {
  background: rgba(255, 255, 255, 0.7);
  font-size: 50px;
  padding: 50px 20px;
  letter-spacing: 0.1em;
}

.category-blog .mv_image {
  background: url("/img/mv_blog_img.jpg") no-repeat center center;
  background-size: cover;
}
.category-news .mv_image {
  background: url("/img/mv_news_img.jpg") no-repeat center center;
  background-size: cover;
}
.mv_image {
  background:url("/img/mv_news_img.jpg") no-repeat center center; background-size:cover;
  position: relative;
}
.mv_image .breadcrumb {
  width: 945px;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 30px;
  color: #fff;
  text-shadow:0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}

@media screen and (max-width: 767px) {
  .category-blog .mv_image {
    background: url("/img/mv_blog_img_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .category-news .mv_image {
    background: url("/img/mv_news_img_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .mv_image .breadcrumb {
    width: 100%;
    padding: 0 10px;
  }
}

/*--------------------
footer
 --------------------*/
 .footer {
   padding: 0;
 }
 #footer .wrap {
   width: 100%;
 }
.footer-bg {
  background: url(/img/footer_bg.jpg) no-repeat top center #000;
}

.footer-wrap {
  width: 945px;
  margin: 0 auto;
}

#footer .logo-menu {
  padding: 80px 0 40px;
}

#footer .address_box {
  padding-bottom: 30px;
  display: flex;
  color: #fff;
  justify-content: center;
}

#footer .footer_tel_box {
  font-size: 18px;
  position: relative;
  padding: 0 25px 0 50px;
  display: inline-block;
}

#footer .footer_tel_box .tel_no {
  font-size: 34px;
  color: #fff;
}

#footer .footer_tel_box::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: url("/img/footer_tel.png");
}

#footer .footer_tel_box a {
  margin-top: 5px;
  display: inline-block;
}

#footer .address {
  font-size: 18px;
  margin-top: 10px;
  padding-left: 25px;
}

#footer .sns_area {
  padding: 10px 0 40px;
  border-bottom: 1px solid #fff;
}
#footer .sns_area ul {
  display: flex;
  justify-content: center;
}
#footer .sns_area li {
  margin-right: 40px;
}
#footer .sns_area li:last-child {
  margin-right: 0;
}
#footer .sns_area a {
  display: inline-block;
  width: 40px;
}
#footer .sns_area a:hover {
  opacity: 0.7;
}
#footer .sns_area img {
  width: 100%;
}

#footer .btn_sns {
  margin: 0 20px;
}

#footer iframe {
  vertical-align: baseline;
}

.footer-menu {
  text-align: center;
  padding-top: 25px;
}

.footer-menu li {
  font-size: 18px;
  display: inline-block;
  margin: 0 15px;
}

.footer-menu li a {
  color: #fff !important;
  position: relative;
}

.footer-menu li a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

.footer-menu li a:hover::after {
  transform: scale(1, 1);
}

.copyright {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 25px 0 10px;
  color: #fff;
}

.copyright a {
  text-decoration: underline;
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .footer-wrap {}
}

@media screen and (max-width: 767px) {
  footer {}

  .footer-bg {
    background: url(/img/footer_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  .footer-wrap {
    width: 100%;
    height: auto;
  }

  #footer .logo-menu {
    margin: 0 20px;
    padding: 40px 20px;
  }

  #footer .footer-logo {
    width: auto;
  }

  #footer .address_box {
    display: block;
    margin: 100px 20px 0;
    padding-bottom: 30px;
    border-bottom: 0;
    text-align: center;
  }

  #footer .footer_tel_box {
    font-size: 16px;
    text-align: left;
    margin: 0 auto;
    padding: 0 0 0 50px;
  }

  #footer .footer_tel_box .tel_no {
    font-size: 32px;
  }

  #footer .footer_tel_box a {
    margin-top: 5px;
    display: inline-block;
  }

  #footer .footer_tel_box a:hover {
    opacity: 0.7;
    transition: 0.5s;
  }

  #footer .address {
    font-size: 14px;
    padding: 0;
  }

  #footer .sns_area {
    padding: 10px 0 45px;
    width: 90%;
    margin: 0 auto;
    border-bottom: 2px solid #808080;
  }
  #footer .sns_area li {
    margin-right: 35px;
    height: 35px;
  }
  #footer .sns_area li:last-child {
    margin-right: 0;
  }
  #footer .sns_area a {
    width: 35px;
  }

  .footer-menu {
    padding-top: 0px;
  }
  .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-menu li {
    font-size: 16px;
    display: block;
    width: calc( 100% / 2 - 1px );
    border-bottom: 1px solid #808080;
    margin: 0;
  }
  .footer-menu li:first-child {
    width: 100%;
  }
  .footer-menu li a {
    display: block;
    margin: 10px 0px;
    padding:10px 0;
  }
  .footer-menu li:nth-child(even) a {
    border-right: 1px solid #808080;
  }

  .copyright {
    display: block;
    font-size: 12px;
    padding: 15px 0 10px;
    text-align: center;
  }
}


/************************************
** サイドコンテンツ
************************************/
.blog .side_inner {
  margin-left: 30px;
}

#sidebar .blog_cat {
  font-size: 26px;
  border-bottom: 1px solid #000;
}

#sidebar .wp-block-categories-list {
  margin-top: 20px;
}

#sidebar .wp-block-categories-list li {
  background: #f4f4f4;
  padding: 5px 0 5px 25px;
  margin-bottom: 10px;
}

#sidebar .wp-block-categories-list li a {
  width: 100%;
  display: inline-block;
}

#sidebar .wp-block-categories-list li.current-cat {
  background: #dedfe0;
}

#sidebar .wp-block-categories-list li.current-cat::before {
  content: "";
  background: url(/img/arrow_black.png);
  width: 10px;
  height: 14px;
  display: inline-block;
  margin-left: -15px;
  margin-right: 5px;
  vertical-align: text-top;
  margin-top: 4px;
}

#sidebar .wp-block-categories-list li:hover {
  background: #dedfe0;
  transition: 0.5s;
}

/************************************
** コンテンツ
************************************/

.entry-card-title {
  color: #724f37;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.entry-card-snippet {
  font-size: 18px;
  margin-bottom: 10px;
}
.entry-card-content .post-date {
  color: #808080;
  margin-top: 15px;
  font-size: 16px;
}
.fa-clock-o:before {
  content: "";
}
.entry-card-content .arrow_link {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: right;
  margin-right: 15px;
  font-weight: 600;
}

.entry-card-content .arrow_link::after {
  content: "";
  background: url(/img/arrow_black.png);
  width: 10px;
  height: 14px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-top;
  margin-top: 3px;
}
.fa-folder-open:before {
  content: "";
}

/* 投稿ページ */
.single-post .content {
  margin-top: 0px;
}
.single-post .entry-title {
  font-size: 32px;
  color: #724f37;
  line-height: 1.5em;
}
.single-post .date-tags {
  color: #808080;
  margin-bottom: 10px;
  text-align: left;
}
.single-post .post-date {
  font-size: 16px;
}
.eye-catch-wrap {
  justify-content: center;
}
.breadcrumb {
  color: #808080;
  font-size: 14px;
  margin: 0px auto 20px;
}
.breadcrumb a {
  color: #000;
}
.mv_image .breadcrumb a {
  color: #fff;
}
.article h2 {
  font-size: 24px;
  margin-bottom: 20px;
  padding: 0px;
  background: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .content-in {
    display: flex;
    padding: 0 7%;
  }
  #main {
    order: 2;
  }
  #sidebar {
    order: 1;
    width: 100%;
  }
  main.main, div.sidebar {
    padding: 0px 16px;
    margin:0px;
  }
  div.sidebar {
    margin-top: 40px;
  }
  .entry-card-thumb {
    width: 100%;
  }
  .ect-entry-card .card-thumb {
    margin-bottom: 15px;
  }
  .entry-card-content .post-date {
        display: block;
        padding: 0px 0 7px;
  }
  .entry-card-title {
    line-height: 1.8em;
  }
  .no-sp-snippet .entry-card-snippet {
    display: block;
    font-size: 16px;
    line-height: 1.8em;
  }
  .arrow_link {
    font-size: 14px;
  }

  .single-post #main {
    order: 1;
  }
  .single-post #sidebar {
    order: 2;
    width: 100%;
  }
  .single-post .entry-title {
    font-size: 26px;
    padding: 0px 0 0.8em;
    line-height: 1.3em;
  }
  .single-post .article h2 {
    font-size: 20px;
    margin-top: 1.8em;
  }
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}





/* 20230323追記 */
.red{
  color: #ff0000;
}
.large{
font-size: 24px;
}
.medium{
  font-size: 20px;
}
.accese .store_information .info dd {
  display:inline-block;
}

.emphasis{
  font-size: 28px;
}
.yoyaku{
  font-size: 55px;
  line-height: normal;
}
.address_box_txt{
  font-size: 24px;
  font-weight: 600;
  margin-top: auto;
}

#header-container .tel_box a {
  position: relative;
  padding-left: 0px;
  margin-left: 0px;
  color: #fff;
}

/* 20250701追記 */
.reservation p{
width: 100px;
color: #222;
font-weight: 600;
line-height: 1rem;
margin-left: 20px;
text-align: center;
}

.sp-nav .reservation p {
  position: fixed;
  right: 100px;
  top: 22px;
  z-index: 3;
 line-height: 20px;
}

.sp-nav .logo img {
  margin:25px 0 0 20px;
}
.sp-nav .tel_box_sp img {
  width: 20px;
}
.sp-nav .tel_box_sp {
  position: fixed;
  right: 70px;
  top: 25px;
  z-index: 3;
}
.font_14{
  font-size: 14px;
}
.font_18{
  font-size: 18px;
}


