@charset "UTF-8";
/* リセットcss */
/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, canvas, details, figcaption, figure, picture,
footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

nav ul {
  list-style: none;
}

ul li,
ol li {
  list-style: none;
}

address {
  font-style: normal;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

iframe, video {
  vertical-align: bottom;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}

select, input, button, textarea, button {
  outline: 0;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

label[for],
input[type="checkbox"],
input[type="radio"],
input[type="button"],
select,
option {
  cursor: pointer;
  outline: 0;
  border: 0;
}

optgroup {
  cursor: default;
}

sup,
sub {
  font-size: 75%;
}

select {
  min-width: 2em;
}

textarea {
  resize: vertical;
  width: 100%;
  margin: 0;
}

/* 共通スタイル */
/* ===================================================================
 style info : ヘッダーやフッターなどサイト内共通
=================================================================== */
/*----------------------------------------------------
	共通
----------------------------------------------------*/
html {
  overflow-y: scroll;
  /* スクロールバーの有無によるズレ対策 */
  font-size: 62.5%;
  background: #ffffff;
}

body {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 400;
  background: #ffffff;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
}

a {
  text-decoration: none;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

a:hover {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  opacity: 0.8;
}

a:hover img {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  opacity: 0.8;
}

a img {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
#header {
  padding: 10px 50px;
  height: 80px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

@media screen and (max-width: 768px) {
  #header {
    padding: 10px 5%;
  }
}

@media screen and (max-width: 480px) {
  #header {
    height: 50px;
  }
}

#header .contents {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex: 1 1;
  -webkit-flex: 1 1;
}

#header .contents .logo {
  flex-basis: 300px;
  -webkit-flex-basis: 300px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

@media screen and (max-width: 480px) {
  #header .contents .logo {
    flex-basis: 200px;
    -webkit-flex-basis: 200px;
  }
}

#header .contents #headernav-wrap .headernavcontents {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#header .contents #headernav-wrap .headernavcontents .navitem:not(:last-of-type) {
  margin-right: 20px;
}

#header .contents #headernav-wrap .headernavcontents .navitem a {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #666;
}

@media screen and (max-width: 980px) {
  #header .contents #headernav-wrap {
    display: none;
  }
}

#header.top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

#header.top #headernav-wrap .headernavcontents .navitem a {
  color: #fff;
}

/* -----------------------------------------------------------
    Footer
----------------------------------------------------------- */
#footer {
  background: #EBEBEB;
}

#footer .uppercontents-wrap {
  max-width: calc(800px + 10%);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5%;
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 980px) {
  #footer .uppercontents-wrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #footer .uppercontents-wrap {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#footer .uppercontents-wrap .leftbox {
  flex: 1 1;
  -webkit-flex: 1 1;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  #footer .uppercontents-wrap .leftbox {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 480px) {
  #footer .uppercontents-wrap .leftbox {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
}

#footer .uppercontents-wrap .leftbox .leftcolumn,
#footer .uppercontents-wrap .leftbox .rightcolumn {
  flex: 1 1;
  -webkit-flex: 1 1;
  margin: 0 100px 0 0;
}

@media screen and (max-width: 767px) {
  #footer .uppercontents-wrap .leftbox .leftcolumn,
  #footer .uppercontents-wrap .leftbox .rightcolumn {
    margin: 0 40px 0 0;
  }
}

@media screen and (max-width: 480px) {
  #footer .uppercontents-wrap .leftbox .leftcolumn,
  #footer .uppercontents-wrap .leftbox .rightcolumn {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 480px) {
  #footer .uppercontents-wrap .leftbox .footnavitembox {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 480px) {
  #footer .uppercontents-wrap .leftbox .footnavitem {
    margin: 0 15px 0 0;
  }
}

#footer .uppercontents-wrap .leftbox .footnavitem a {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 2.57143;
  color: #666666;
}

#footer .uppercontents-wrap .rightbox {
  flex-basis: 250px;
  -webkit-flex-basis: 250px;
}

#footer .copyright {
  height: 60px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #604B07;
  text-align: center;
}

@media screen and (max-width: 480px) {
  #footer .copyright {
    height: 50px;
  }
}

#footer .copyright a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  color: #fff;
}

@media screen and (max-width: 480px) {
  #footer .copyright a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* --------------------------------------------------------------------------------------------- */
/*　スクロールトップ 追加
/* --------------------------------------------------------------------------------------------- */

.scroll-top { /*// ボタンを右下で固定位置にする*/
 
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 7rem;
  height: 7rem;
  background:#000;
  opacity: 0.7;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
}

.scroll-top a {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
.scroll-top { /*// ボタンを右下で固定位置にする*/
    display: none!important;
    }
}

/* --------------------------------------------------------------------------------------------- */
/*パンくずりすと
/* --------------------------------------------------------------------------------------------- */
.food_breadcrumbs{
    max-width:800px;
    margin: 0 auto;
    padding:15px 10px;
    color:#999;
   /* border-top:1px solid #333;
    border-bottom: 1px solid #333;*/
}
.food_breadcrumbs span{
    padding: 0 5px;
    color:#999;
}
.aioseo-breadcrumb{
    decoration:none; 
    color:#999;
}
.aioseo-breadcrumb a,
.aioseo-breadcrumb a:visited,
.aioseo-breadcrumb a:link{
 color: #999;
}

/* -----------------------------------------------------------
    SP - Globalnagigation
----------------------------------------------------------- */
/*#menuicon {
  display: none;
}

@media screen and (max-width: 980px) {
  #menuicon {
    display: block;
    width: 40px;
    height: 50px;
    position: relative;
    display: block;
    margin: 0 0 0 20px;
    cursor: pointer;
  }
}

#menuicon > span {
  width: 36px;
  height: 2px;
  background: #202020;
  position: absolute;
  left: calc( ( 50px - 36px ) / 2);
}

#menuicon > span:first-child {
  top: 15px;
}

#menuicon > span:nth-child(2) {
  top: calc(50% - 1px);
}

#menuicon > span:nth-child(3) {
  bottom: 15px;
}

.top #menuicon > span {
  background: #fff;
}

#overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: none;
}

#hamburgerwrap {
  width: 260px;
  height: 100vh;
  overflow-y: scroll;
  background: #ECEFEC;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
  transform: translateX(320px);
  transition: all 0.3s ease 0s;
}

#hamburgerwrap.open {
  transform: translateX(0);
}

#hamburgerwrap > #close {
  position: relative;
  width: 28px;
  height: 28px;
  display: block;
  margin: 15px 15px 15px auto;
}

#hamburgerwrap > #close > span {
  width: 28px;
  height: 2px;
  background: #060606;
  position: absolute;
  left: 50%;
  top: 50%;
}

#hamburgerwrap > #close > span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

#hamburgerwrap > #close > span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#hamburgerwrap .navlist {
  margin: 0 0 5%;
}

#hamburgerwrap .navlist .item {
  border-bottom: 1px solid #ccc;
}

#hamburgerwrap .navlist .item a {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  padding: 15px;
  color: #000;
}*/
#hamburger{
  display: none;
}
@media screen and (max-width: 980px) {
    #hamburger{
        display: contents;
    }
}
#menuicon {
    position:absolute;
    top: 0;
    right: 15px;
    display: flex;
    height: 50px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 100;
    /*ボタンの背景色*/
    /*background-color: #3584bb;*/
}
#menuicon span,
#menuicon span:before,
#menuicon span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    /*ボタンの線の色*/
    background-color: #222;
    position: absolute;
    transition: all 300ms 0s ease;
}
.top-hamburger #menuicon span,
.top-hamburger #menuicon span:before,
.top-hamburger #menuicon span:after{
    /*ボタンの線の色*/
    background-color: #fff;
}
#menuicon span:before {
    bottom: 8px;
}
#menuicon span:after {
    top: 8px;
}

#menu-btn-check {
    display: none;
}
#menu-btn-check:checked ~ #menuicon span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
    transition: all 300ms 0s ease;
}
#menu-btn-check:checked ~ #menuicon span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #ccc;
    transition: all 300ms 0s ease;
}
#menu-btn-check:checked ~ #menuicon span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #ccc;
    transition: all 300ms 0s ease;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    top: -100%;
    z-index: 80;
    background-color: white;
    color: #222;
    transition: all 500ms 0s ease;
}

#menu-btn-check:checked ~ .menu-content {
    top: 0;/*メニューを画面内へ*/
}

.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ccc;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    box-sizing: border-box;
    text-decoration: none;
    padding: 15px 15px 15px 30px;
    position: relative;
    color: #333;
}

.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ccc;
    border-right: solid 2px #ccc;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
/* -----------------------------------------------------------
    Animation
----------------------------------------------------------- */
.e {
  opacity: 0;
}

.e.e-v {
  animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* -----------------------------------------------------------
    Title Related
----------------------------------------------------------- */
.maintitle {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 1.75;
  font-weight: 500;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  order: 1;
  margin: 0 0 50px;
}

@media screen and (max-width: 480px) {
  .maintitle {
    font-size: 25px;
    font-size: 2.5rem;
    margin: 0 0 30px;
  }
}

.maintitle:before {
  content: attr(data-title);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: pre-wrap;
  order: 2;
}

.maintitle.underbar {
  padding-bottom: 50px;
  position: relative;
}

.maintitle.underbar:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #666666;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/* -----------------------------------------------------------
    Button Related
----------------------------------------------------------- */
.btn {
  max-width: 250px;
  width: 100%;
  margin: 60px auto 0;
}

.btn a {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  height: 60px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #604B07;
}

/* -----------------------------------------------------------
    News Related
----------------------------------------------------------- */
.newsarchivebox {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.newsarchivebox.top {
  max-width: 600px;
}

.newsarchivebox .newsitem {
  border-bottom: 1px dashed #ACACAC;
  margin: 0 0 15px;
}

.newsarchivebox .newsitem a {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.75;
  color: #666666;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 15px 15px;
}

@media screen and (max-width: 480px) {
  .newsarchivebox .newsitem a {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px 10px;
  }
}

.newsarchivebox .newsitem a .time {
  order: 1;
  margin-right: 15px;
}

.newsarchivebox .newsitem a .cat {
  order: 2;
  margin-right: 15px;
}

.newsarchivebox .newsitem a .title {
  order: 3;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .newsarchivebox .newsitem a .title {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}

/* -----------------------------------------------------------
    下層ページ メイン画像
----------------------------------------------------------- */
.lowermainimage-wrap {
  height: 300px;
  margin: 0 0 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lowermainimage-wrap.blog {
  background-image: url(../img/blog/main_image.png);
}

.lowermainimage-wrap.youtube {
  background-image: url(../img/blog/main_image.png);
}

.lowermainimage-wrap.news {
  background-image: url(../img/news/main_image.png);
}

.lowermainimage-wrap.pointcard {
  background-image: url(../img/pointcard/main_image.png);
}

.lowermainimage-wrap.fc {
  background-image: url(../img/fc/main_image.png);
}

.lowermainimage-wrap.contact {
  background-image: url(../img/contact/main_image.png);
}
.lowermainimage-wrap.company {/*追加*/
  background-image: url(../img/company/main_image.png);
}
.lowermainimage-wrap.privacy {/*追加*/
  background-image: url("../img/company/privacypolicy_image.png");
}
@media screen and (max-width: 480px) {
  .lowermainimage-wrap {
    margin: 0 0 40px;
  }
}

/* -----------------------------------------------------------
    下層ページ タイトル下文言
----------------------------------------------------------- */
.lowertitleunderread {
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.75;
  font-weight: 200;
  max-width: 710px;
  width: 100%;
  margin: 0 auto 60px;
}

@media screen and (max-width: 480px) {
  .lowertitleunderread {
    margin: 0 auto 40px;
  }
}

/* -----------------------------------------------------------
    ブログアーカイブ
----------------------------------------------------------- */
/* blogアーカイブラップ */
.blogitemsbox {
  max-width: 815px;
  margin: 0 auto;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .blogitemsbox {
    display: block;
  }
}

/* blogアーカイブアイテム */
.blogitem {
  flex-basis: calc(100% / 2 - 10px / 2);
  -webkit-flex-basis: calc(100% / 2 - 10px / 2);
  margin-bottom: 40px;
}

.blogitem a {
  color: #000;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.blogitem a > * {
  min-height: 0%;
  width: 100%;
}

.blogitem a .image {
  order: 1;
  margin: 0 0 10px;
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
  background: #ededed;
}

.blogitem a .image img {
  max-width:100%;
  /*height: 100%;*/
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.blogitem a .title {
  order: 2;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .blogitem a .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.blogitem.youtube {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.blogitem.youtube > * {
  min-height: 0%;
  width: 100%;
}

.blogitem.youtube .iframe {
  order: 1;
  margin: 0 0 10px;
  position: relative;
  width: 100%;
  padding-top: 62.5%;
}

.blogitem.youtube .iframe img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blogitem.youtube .title {
  order: 2;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .blogitem.youtube .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -----------------------------------------------------------
    single.php
----------------------------------------------------------- */
/* -----------------------------------------------------------
    No Query
----------------------------------------------------------- */
.nonquery {
  text-align: center;
  margin: 40px auto;
}

/* 個別スタイル */
/* トップページ */
.top .main-box {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 100vh;
  background: url(../img/top/top_main.png) no-repeat center/cover;
  padding: 30px 50px 50px;
}

@media screen and (max-width: 767px) {
  .top .main-box {
    min-height: 500px;
    height: 100vh;
    max-height: 600px;
    padding: 80px 5%;
    position: relative;
    z-index: 0;
  }
}

.top .main-box .centerimage {
  max-width: 800px;
  width: 60%;
  margin: 2.5% 0 0;
}

@media screen and (max-width: 767px) {
  .top .main-box .centerimage {
    margin: 6.5% 0 0;
    width: 70%;
  }
}

.top .main-box .centerimage img {
  width: 100%;
}

.top .main-box .lefttext,
.top .main-box .righttext {
  width: 10%;
}

@media screen and (max-width: 768px) {
  .top .main-box .lefttext,
  .top .main-box .righttext {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .top .main-box .lefttext,
  .top .main-box .righttext {
    width: 25%;
    position: absolute;
  }
}

.top .main-box .lefttext {
  margin: 15% 7% 0 0;
}

@media screen and (max-width: 767px) {
  .top .main-box .lefttext {
    top: 10%;
    left: 5%;
  }
}

.top .main-box .righttext {
  margin: 15% 0 0 7%;
}

@media screen and (max-width: 767px) {
  .top .main-box .righttext {
    bottom: 10%;
    right: 5%;
  }
}

.top .for_customers-wrap {
  padding: 40px 5% 60px;
}

@media screen and (max-width: 480px) {
  .top .for_customers-wrap {
    padding: 40px 5%;
  }
}

.top .for_customers-wrap > .title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
  padding-top: 40px;
  position: relative;
  margin: 0 0 30px;
}

@media screen and (max-width: 480px) {
  .top .for_customers-wrap > .title {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 15px;
  }
}

.top .for_customers-wrap > .title:before {
  content: "";
  display: block;
  width: 40px;
  height: 26.4px;
  background: url(../img/common/logo_mark.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.top .for_customers-wrap > .read {
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.75;
  font-weight: 200;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.top .shop_lists-wrap {
  padding: 60px 5%;
  background: #EBEBEB;
}

.top .shop_lists-wrap .shoplistbox {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 70px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .top .shop_lists-wrap .shoplistbox {
    padding: 5%;
  }
}

.top .shop_lists-wrap .shoplistbox.sakana {
  margin-bottom: 20px;
  background-image: url(../img/top/shop_lists_sakana_back.png);
}

.top .shop_lists-wrap .shoplistbox.yakiniku {
  background-image: url(../img/top/shop_lists_yakiniku_back.png);
}

.top .shop_lists-wrap .shoplistbox:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%, #00d4ff 100%);
}

.top .shop_lists-wrap .shoplistbox .contents {
  align-items: stretch;
  -webkit-align-items: stretch;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top .shop_lists-wrap .shoplistbox .contents .shopcontent {
  flex-basis: calc(100% / 4 - 60px / 4);
  -webkit-flex-basis: calc(100% / 4 - 60px / 4);
  margin: 0 20px 20px 0;
}

@media screen and (max-width: 480px) {
  .top .shop_lists-wrap .shoplistbox .contents .shopcontent {
    flex-basis: calc(100% / 2 - 20px / 2);
    -webkit-flex-basis: calc(100% / 2 - 20px / 2);
  }
}

.top .shop_lists-wrap .shoplistbox .contents .shopcontent:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .top .shop_lists-wrap .shoplistbox .contents .shopcontent:nth-of-type(2n) {
    margin-right: 0;
  }
}

.top .shop_lists-wrap .shoplistbox .contents .shopcontent a {
  padding: 15px 20px 10px;
  background: #fff;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
}

.top .shop_lists-wrap .shoplistbox .contents .shopcontent a .shoplogo {
  margin: 0 auto 10px;
}

.top .shop_lists-wrap .shoplistbox .contents .shopcontent a .shoplogo.sakana_kadoya {
  max-width: 106px;
  width: 100%;
  margin-top: 10px;
}

.top .shop_lists-wrap .shoplistbox .contents .shopcontent a .shoplogo.gosakutei {
  max-width: 101px;
  width: 100%;
}

.top .shop_lists-wrap .shoplistbox .contents .shopcontent a .shoplogo.gosakudon {
  max-width: 110px;
  width: 100%;
  margin-top: 10px;
}

.top .shop_lists-wrap .shoplistbox .contents .shopcontent a .shoplogo.steak_kadoya {
  max-width: 90px;
  width: 100%;
}

.top .shop_lists-wrap .shoplistbox .contents .shopcontent a .shoplogo.yakiniku_kadoya {
  max-width: 110px;
  width: 100%;
  margin-top: 10px;
}

.top .shop_lists-wrap .shoplistbox .contents .shopcontent a .shoplogo.nikushou_kadoya {
  max-width: 105px;
  width: 100%;
  margin-top: 10px;
}

.top .shop_lists-wrap .shoplistbox .contents .shopcontent a .shoplogo img {
  width: 100%;
}

.top .shop_lists-wrap .shoplistbox .contents .shopcontent a .shopname {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  margin-top: auto;
}

@media screen and (max-width: 480px) {
  .top .shop_lists-wrap .shoplistbox .contents .shopcontent a .shopname {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.top .shop_lists-wrap .shoplistbox > .title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 31px;
  font-size: 3.1rem;
  text-align: center;
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .top .shop_lists-wrap .shoplistbox > .title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.top .news-wrap {
  padding: 100px 5%;
}

@media screen and (max-width: 480px) {
  .top .news-wrap {
    padding: 60px 5%;
  }
}

.top .commitment-wrap {
  padding: 90px 5% 100px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 480px) {
  .top .commitment-wrap {
    padding: 60px 5%;
  }
}

.top .commitment-wrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
  background: url(../img/top/commitment_mainimage.png) no-repeat center/cover;
}

.top .commitment-wrap > .title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.75;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
}

@media screen and (max-width: 480px) {
  .top .commitment-wrap > .title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.top .commitment-wrap > .read {
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.75;
  color: #fff;
  font-weight: 200;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 80px;
}

@media screen and (max-width: 480px) {
  .top .commitment-wrap > .read {
    margin: 0 auto 40px;
  }
}

.top .commitment-wrap > .contentsbox {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
  background: #EBEBEB;
}

@media screen and (max-width: 767px) {
  .top .commitment-wrap > .contentsbox {
    padding: 40px 20px;
  }
}

.top .commitment-wrap > .contentsbox .detailbox {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .top .commitment-wrap > .contentsbox .detailbox {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.top .commitment-wrap > .contentsbox .detailbox:not(:last-of-type) {
  margin: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .top .commitment-wrap > .contentsbox .detailbox:not(:last-of-type) {
    margin: 0 0 60px;
  }
}

.top .commitment-wrap > .contentsbox .detailbox .textbox {
  flex: 1 1;
  -webkit-flex: 1 1;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 767px) {
  .top .commitment-wrap > .contentsbox .detailbox .textbox {
    order: 2;
    margin: 20px 0 0 0;
  }
}

.top .commitment-wrap > .contentsbox .detailbox .textbox .title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.75;
  border-bottom: 2px solid #000;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

@media screen and (max-width: 480px) {
  .top .commitment-wrap > .contentsbox .detailbox .textbox .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.top .commitment-wrap > .contentsbox .detailbox .textbox .read {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.75;
  color: #666666;
}

.top .commitment-wrap > .contentsbox .detailbox .image {
  flex-basis: 420px;
  -webkit-flex-basis: 420px;
}

@media screen and (max-width: 767px) {
  .top .commitment-wrap > .contentsbox .detailbox .image {
    order: 1;
    flex-basis: auto;
    -webkit-flex-basis: auto;
  }
}

.top .commitment-wrap > .contentsbox .detailbox:nth-of-type(even) .textbox {
  order: 2;
  margin: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
  .top .commitment-wrap > .contentsbox .detailbox:nth-of-type(even) .textbox {
    margin: 20px 0 0 0;
  }
}

.top .youtube-wrap {
  padding: 60px 5%;
  background: #000;
  color: #fff;
}

.top .youtube-wrap > .title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 1.75;
  font-weight: 900;
  text-align: center;
  margin: 0 0 15px;
}

@media screen and (max-width: 480px) {
  .top .youtube-wrap > .title {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.top .youtube-wrap > .logomark {
  max-width: 147px;
  width: 100%;
  margin: 0 auto 40px;
}

@media screen and (max-width: 480px) {
  .top .youtube-wrap > .logomark {
    max-width: 125px;
  }
}

.top .youtube-wrap > .read {
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.75;
  font-weight: 200;
  max-width: 700px;
  width: 100%;
  margin: 0 auto 20px;
}

.top .youtube-wrap .youtubeslider-wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.top .youtube-wrap .youtubeslider-wrap .swiper-slide a {
  position: relative;
  padding-top: 28%;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 68.2352%;
}

.top .youtube-wrap .youtubeslider-wrap .swiper-slide a:before {
  content: "";
  display: block;
  width: 47.1px;
  height: 33px;
  background: url("../img/common/movie_play_icon.svg") no-repeat center/cover;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.top .youtube-wrap .youtubeslider-wrap .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: initial;
  width: auto;
  height: 100%;
}

.top .youtube-wrap .btn a {
  background: #FE0000;
}

.top .shop_lists_archive-wrap {
  padding: 120px 5% 100px;
}

@media screen and (max-width: 480px) {
  .top .shop_lists_archive-wrap {
    padding: 80px 5% 60px;
  }
}

.top .shop_lists_archive-wrap .contents {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top .shop_lists_archive-wrap .contents .shopcontent {
  flex-basis: calc(100% / 4 - 60px / 4);
  -webkit-flex-basis: calc(100% / 4 - 60px / 4);
  margin: 0 20px 20px 0;
}

@media screen and (max-width: 480px) {
  .top .shop_lists_archive-wrap .contents .shopcontent {
    flex-basis: calc(100% / 2 - 20px / 2);
    -webkit-flex-basis: calc(100% / 2 - 20px / 2);
  }
}

.top .shop_lists_archive-wrap .contents .shopcontent:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .top .shop_lists_archive-wrap .contents .shopcontent:nth-of-type(2n) {
    margin-right: 0;
  }
}

.top .shop_lists_archive-wrap .contents .shopcontent a {
  padding: 15px 20px 10px;
  background: #fff;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
}

.top .shop_lists_archive-wrap .contents .shopcontent a .shoplogo {
  margin: 0 auto 10px;
}

.top .shop_lists_archive-wrap .contents .shopcontent a .shoplogo.sakana_kadoya {
  max-width: 106px;
  width: 100%;
  margin-top: 10px;
}

.top .shop_lists_archive-wrap .contents .shopcontent a .shoplogo.gosakutei {
  max-width: 101px;
  width: 100%;
}

.top .shop_lists_archive-wrap .contents .shopcontent a .shoplogo.gosakudon {
  max-width: 110px;
  width: 100%;
  margin-top: 10px;
}

.top .shop_lists_archive-wrap .contents .shopcontent a .shoplogo.steak_kadoya {
  max-width: 90px;
  width: 100%;
}

.top .shop_lists_archive-wrap .contents .shopcontent a .shoplogo.yakiniku_kadoya {
  max-width: 110px;
  width: 100%;
  margin-top: 10px;
}

.top .shop_lists_archive-wrap .contents .shopcontent a .shoplogo.nikushou_kadoya {
  max-width: 105px;
  width: 100%;
  margin-top: 10px;
}

.top .shop_lists_archive-wrap .contents .shopcontent a .shoplogo img {
  width: 100%;
}

.top .shop_lists_archive-wrap .contents .shopcontent a .shopname {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  margin-top: auto;
}

/* 店舗詳細 */
.shop-detail .heading_image-wrap {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 400px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 30px 50px;
  margin: 0 0 40px;
}

@media screen and (max-width: 480px) {
  .shop-detail .heading_image-wrap {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 30px 5%;
  }
}

.shop-detail .heading_image-wrap:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: block;
}

@media screen and (max-width: 1280px) {
  .shop-detail .heading_image-wrap:before {
    width: 60%;
  }
}

@media screen and (max-width: 480px) {
  .shop-detail .heading_image-wrap:before {
    width: 80%;
  }
}

.shop-detail .heading_image-wrap > .title .logomark {
  max-width: 230px;
  width: 100%;
  margin: 0 0 10px;
}

.shop-detail .heading_image-wrap > .title .logomark img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .shop-detail .heading_image-wrap > .title .logomark {
    display: block;
    max-width: 150px;
    width: 100%;
  }
}

.shop-detail .heading_image-wrap > .title .shopname {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.76667;
  font-weight: 400;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
}

@media screen and (max-width: 480px) {
  .shop-detail .heading_image-wrap > .title .shopname {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.shop-detail.sakana .heading_image-wrap:before {
  background: url(../img/shop/mainimage_decoration_sakana.svg) no-repeat right/cover;
}

.shop-detail.osakana-kadoya .heading_image-wrap {
  background: url(../img/shop/sakana_kadoya_mainimage.png) no-repeat center/cover;
}

.shop-detail.yakiniku .heading_image-wrap:before {
  background: url(../img/shop/mainimage_decoration_yakiniku.svg) no-repeat right/cover;
}

.shop-detail.yakiniku-kadoya .heading_image-wrap {
  background: url(../img/shop/yakiniku_kadoya_mainimage.png) no-repeat center/cover;
}

.shop-detail.nikusho-apolo .heading_image-wrap {
  background: url(../img/shop/nikushoabeno/mainimage.png) no-repeat center/cover;
}

.shop-detail.gosakudon-apolo .heading_image-wrap {
  background: url(../img/shop/gosakudonapolo/mainimage.png) no-repeat center/cover;
}
.shop-detail.gosakudon-sennichimae .heading_image-wrap {
  background: url(../img/shop/gosakudonsennichimae/mainimage.png) no-repeat center/cover;
}
.shop-detail.gosakutei-abeno .heading_image-wrap {
  background: url(../img/shop/gosakuteiabeno/mainimage.png) no-repeat center/cover;
}
.shop-detail.gosakutei-fukushima .heading_image-wrap {
  background: url(../img/shop/gosakuteifukushima/mainimage.png) no-repeat center/cover;
}
.shop-detail.steak-nishitanabe .heading_image-wrap {
  background: url(../img/shop/steaknishitanabe/mainimage.png) no-repeat center/cover;
}
.shop-detail.sakana-taishoekimae .heading_image-wrap {
  background: url(../img/shop/taishoekimae/mainimage.png) no-repeat center/cover;
}
.shop-detail.sakana-tennoji .heading_image-wrap {
  background: url(../img/shop/tennoji/mainimage.png) no-repeat center/cover;
}
.shop-detail.yakiniku-taisho .heading_image-wrap {
  background: url(../img/shop/yakinikutaisho/mainimage.png) no-repeat center/cover;
}
.shop-detail.yakiniku-teradacho .heading_image-wrap {
  background: url(../img/shop/yakinikuteradacho/mainimage.png) no-repeat center/cover;
}
.shop-detail.yakiniku-tsurugaoka .heading_image-wrap {
  background: url(../img/shop/yakinikutsurugaoka/mainimage.png) no-repeat center/cover;
}
.shop-detail.yakiniku-tsuruhashi .heading_image-wrap {
  background: url(../img/shop/yakinikutsuruhashi/mainimage.png) no-repeat center/cover;
}
.shop-detail.yakiniku-uranamba .heading_image-wrap {
  background: url(../img/shop/yakinikuuranamba/mainimage.png) no-repeat center/cover;
}
.shop-detail.campstyle-nagaiekimae .heading_image-wrap {
  background: url(../img/shop/campstylenagai/mainimage.png) no-repeat center/cover;
}
.shop-detail.taishoekimae .heading_image-wrap {
  background: url(../img/shop/taishoekimae/mainimage.png) no-repeat center/cover;
}


/*.shop-detail .featured-wrap {
  padding: 0 5%;
  margin: 0 0 60px;
  font-family: 'Noto Sans JP', sans-serif;
}*/

.shop-detail .featured-wrap {
  max-width: calc(800px + 10%);
  width: 100%;
  margin: 0 auto 60px;
  padding: 0 5%;
  font-family: 'Noto Sans JP', sans-serif;
}

.shop-detail .featured-wrap > .title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.75;
  font-weight: 900;
  display: table;
  margin: 0 auto 40px;
}

@media screen and (max-width: 480px) {
  .shop-detail .featured-wrap > .title {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 auto 20px;
  }
}

.shop-detail .featured-wrap > .read {
  line-height: 1.75;
  color: #666;
  display: table;
  margin: 0 auto 60px;
}

@media screen and (max-width: 480px) {
  .shop-detail .featured-wrap > .read {
    margin: 0 auto 40px;
  }
}

.shop-detail .featured-wrap .otherbtn-box {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.shop-detail .featured-wrap .otherbtn-box .otherbtn {
  flex-basis: 200px;
  -webkit-flex-basis: 200px;
}

@media screen and (max-width: 480px) {
  .shop-detail .featured-wrap .otherbtn-box .otherbtn {
    flex-basis: 1;
    -webkit-flex-basis: 1;
  }
}

.shop-detail .featured-wrap .otherbtn-box .otherbtn a {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  height: 80px;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid;
}

.shop-detail .featured-wrap .otherbtn-box .otherbtn.gurunavi {
  margin: 0 80px 0 0;
}

@media screen and (max-width: 480px) {
  .shop-detail .featured-wrap .otherbtn-box .otherbtn.gurunavi {
    margin: 0 20px 0 0;
  }
}

.shop-detail .featured-wrap .otherbtn-box .otherbtn.gurunavi a {
  color: #E32F2F;
  border-color: #E32F2F;
}

.shop-detail .featured-wrap .otherbtn-box .otherbtn.gurunavi a:hover {
  background: #E32F2F;
  color: #fff;
}

.shop-detail .featured-wrap .otherbtn-box .otherbtn.tabelog a {
  color: #FFB217;
  border-color: #FFB217;
}

.shop-detail .featured-wrap .otherbtn-box .otherbtn.tabelog a:hover {
  background: #FFB217;
  color: #fff;
}
.shop-detail .featured-wrap .otherbtn-box .otherbtn.hotpepper a {
  color: #CC0033;
  border-color:#CC0033;
}

.shop-detail .featured-wrap .otherbtn-box .otherbtn.hotpepper a:hover {
  background: #CC0033;
  color: #fff;
}

.shop-detail .recommend-wrap {
  max-width: calc(800px + 10%);
  width: 100%;
  margin: 0 auto 50px;
  padding: 0 5%;
}

.shop-detail .recommend-wrap > .informationitemsbox {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 480px) {
  .shop-detail .recommend-wrap > .informationitemsbox {
    display: block;
  }
}

.shop-detail .recommend-wrap > .informationitemsbox .informationitem {
  flex-basis: calc(100% / 3 - 50px / 3);
  -webkit-flex-basis: calc(100% / 3 - 50px / 3);
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 480px) {
  .shop-detail .recommend-wrap > .informationitemsbox .informationitem:not(:last-of-type) {
    margin: 0 0 40px;
  }
}

.shop-detail .recommend-wrap > .informationitemsbox .informationitem > * {
  width: 100%;
  min-height: 0%;
}

.shop-detail .recommend-wrap > .informationitemsbox .informationitem .image {
  order: 1;
  margin: 0 0 25px;
}

@media screen and (max-width: 480px) {
  .shop-detail .recommend-wrap > .informationitemsbox .informationitem .image {
    margin: 0 0 15px;
  }
}

.shop-detail .recommend-wrap > .informationitemsbox .informationitem .title {
  order: 2;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.71429;
  font-weight: 200;
  text-align: center;
  margin: 0 0 10px;
}

@media screen and (max-width: 480px) {
  .shop-detail .recommend-wrap > .informationitemsbox .informationitem .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.shop-detail .recommend-wrap > .informationitemsbox .informationitem .read {
  order: 3;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.75;
  font-weight: 200;
}

.shop-detail .introspection-wrap {
  max-width: calc(750px + 10%);
  width: 100%;
  margin: 0 auto 90px;
  padding: 0 5%;
}

.shop-detail .introspection-wrap .introspectionslider-wrap {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 0 0 40px;
}

@media screen and (max-width: 480px) {
  .shop-detail .introspection-wrap .introspectionslider-wrap {
    margin: 0 0 25px;
  }
}

.shop-detail .introspection-wrap .swiper-button-next, .shop-detail .introspection-wrap .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: auto !important;
  height: auto !important;
  margin-top: 0 !important;
  z-index: 10;
  cursor: pointer;
  background: none !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 70px;
  font-size: 7rem;
  color: #fff;
}

.shop-detail .introspection-wrap > .read {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.75;
  color: #666;
  margin: 0 0 70px;
}

.shop-detail .introspection-wrap .introspectioncontents {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .shop-detail .introspection-wrap .introspectioncontents {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.shop-detail .introspection-wrap .introspectioncontents:not(:last-of-type) {
  margin-bottom: 40px;
}

.shop-detail .introspection-wrap .introspectioncontents .image {
  order: 1;
  flex-basis: 420px;
  -webkit-flex-basis: 420px;
}

@media screen and (max-width: 767px) {
  .shop-detail .introspection-wrap .introspectioncontents .image {
    flex-basis: auto;
    -webkit-flex-basis: auto;
    margin: 0 0 20px;
  }
}

.shop-detail .introspection-wrap .introspectioncontents .readbox {
  order: 2;
  flex: 1 1;
  -webkit-flex: 1 1;
  margin: 0 0 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #666;
}

@media screen and (max-width: 767px) {
  .shop-detail .introspection-wrap .introspectioncontents .readbox {
    margin: 0;
  }
}

.shop-detail .introspection-wrap .introspectioncontents .readbox .title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 2px solid #0F214E;
  margin: 0 0 15px;
}

.shop-detail .introspection-wrap .introspectioncontents .readbox .read {
  line-height: 1.75;
}

.shop-detail .whileimage {
  margin: 0 0 70px;
}

@media screen and (max-width: 480px) {
  .shop-detail .whileimage {
    position: relative;
    width: 100%;
    padding-top: 40%;
    overflow: hidden;
  }
}

@media screen and (max-width: 480px) {
  .shop-detail .whileimage img {
    max-width: initial;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.shop-detail .shopinformation-wrap {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 0 150px;
}

@media screen and (max-width: 480px) {
  .shop-detail .shopinformation-wrap {
    margin: 0 0 100px;
  }
}

.shop-detail .shopinformation-wrap .maintitle {
  order: 1;
  width: 100%;
  padding: 0 5%;
}

.shop-detail .shopinformation-wrap .mapbox {
  order: 2;
  position: relative;
  width: 100%;
  padding-top: 40%;
  margin-bottom: 50px;
}

.shop-detail .shopinformation-wrap .mapbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop-detail .shopinformation-wrap .shopinformationitemsbox {
  order: 3;
  max-width: calc(750px + 10%);
  padding: 0 5%;
  margin: 0 auto;
}

.shop-detail .shopinformation-wrap .shopinformationitemsbox .shopinformationitem {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 0 20px;
  color: #666;
}

@media screen and (max-width: 480px) {
  .shop-detail .shopinformation-wrap .shopinformationitemsbox .shopinformationitem {
    display: block;
    margin: 0 0 40px;
  }
}

.shop-detail .shopinformation-wrap .shopinformationitemsbox .shopinformationitem .title {
  flex-basis: 130px;
  -webkit-flex-basis: 130px;
}

@media screen and (max-width: 480px) {
  .shop-detail .shopinformation-wrap .shopinformationitemsbox .shopinformationitem .title {
    margin: 0 0 10px;
  }
}

.shop-detail .shopinformation-wrap .shopinformationitemsbox .shopinformationitem .detail {
  flex: 1 1;
  -webkit-flex: 1 1;
}

.shop-detail .shopinformation-wrap .shopinformationitemsbox .shopinformationitem .detail div:not(:last-of-type) {
  margin: 0 0 20px;
}

.shop-detail .shopinformation-wrap .shopinformationitemsbox .shopinformationitem .detail a {
  color: #666;
}

.shop-detail .othershop-wrap {
  padding: 50px 5%;
}

.shop-detail .othershop-wrap .contents {
  align-items: stretch;
  -webkit-align-items: stretch;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

.shop-detail .othershop-wrap .contents .shopcontent {
  flex-basis: calc(100% / 4 - 60px / 4);
  -webkit-flex-basis: calc(100% / 4 - 60px / 4);
  margin: 0 20px 20px 0;
}

@media screen and (max-width: 480px) {
  .shop-detail .othershop-wrap .contents .shopcontent {
    flex-basis: calc(100% / 2 - 20px / 2);
    -webkit-flex-basis: calc(100% / 2 - 20px / 2);
  }
}

.shop-detail .othershop-wrap .contents .shopcontent:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .shop-detail .othershop-wrap .contents .shopcontent:nth-of-type(2n) {
    margin-right: 0;
  }
}

.shop-detail .othershop-wrap .contents .shopcontent a {
  padding: 15px 20px 10px;
  background: #fff;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
}

.shop-detail .othershop-wrap .contents .shopcontent a .shoplogo {
  margin: 0 auto 10px;
}

.shop-detail .othershop-wrap .contents .shopcontent a .shoplogo.sakana_kadoya {
  max-width: 106px;
  width: 100%;
  margin-top: 10px;
}

.shop-detail .othershop-wrap .contents .shopcontent a .shoplogo.gosakutei {
  max-width: 101px;
  width: 100%;
}

.shop-detail .othershop-wrap .contents .shopcontent a .shoplogo.gosakudon {
  max-width: 110px;
  width: 100%;
  margin-top: 10px;
}

.shop-detail .othershop-wrap .contents .shopcontent a .shoplogo.steak_kadoya {
  max-width: 90px;
  width: 100%;
}

.shop-detail .othershop-wrap .contents .shopcontent a .shoplogo.yakiniku_kadoya {
  max-width: 110px;
  width: 100%;
  margin-top: 10px;
}

.shop-detail .othershop-wrap .contents .shopcontent a .shoplogo.nikushou_kadoya {
  max-width: 105px;
  width: 100%;
  margin-top: 10px;
}

.shop-detail .othershop-wrap .contents .shopcontent a .shoplogo img {
  width: 100%;
}

.shop-detail .othershop-wrap .contents .shopcontent a .shopname {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  margin-top: auto;
}

@media screen and (max-width: 480px) {
  .shop-detail .othershop-wrap .contents .shopcontent a .shopname {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.shop-detail.sakana .othershop-wrap {
  background: #0F214E;
}

.shop-detail.yakiniku .othershop-wrap {
  background: #640000;
}

/* ブログ */
.blogarchive-wrap {
  padding: 0 5% 150px;
}

@media screen and (max-width: 480px) {
  .blogarchive-wrap {
    padding: 0 5% 60px;
  }
}

/* ニュース */
.blogarchive-wrap {
  padding: 0 5% 150px;
}

@media screen and (max-width: 480px) {
  .blogarchive-wrap {
    padding: 0 5% 60px;
  }
}

/* single.php */
.single-wrap {
  max-width: calc(900px + 10%);
  width: 100%;
  margin: 40px auto 0;
  padding: 0 5% 80px;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 980px) {
  .single-wrap {
    display: block;
  }
}

.single-wrap #main-wrap {
  flex-basis: 600px;
  -webkit-flex-basis: 600px;
}

@media screen and (max-width: 980px) {
  .single-wrap #main-wrap {
    margin: 0 0 60px;
  }
}

.single-wrap #main-wrap > .title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 500;
  padding: 25px;
  border: 1px solid #000;
  border-right: 0;
  border-left: 0;
  margin: 0 0 15px;
}

@media screen and (max-width: 480px) {
  .single-wrap #main-wrap > .title {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px;
  }
}

.single-wrap #main-wrap .informationbox {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.75;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 25px;
  margin: 0 0 15px;
}

@media screen and (max-width: 480px) {
  .single-wrap #main-wrap .informationbox {
    padding: 0 15px;
  }
}

.single-wrap #main-wrap .informationbox .time {
  margin: 0 20px 0 0;
}

.single-wrap #main-wrap .thumbnail {
  margin: 0 0 20px;
}

.single-wrap #main-wrap .thumbnail img {
  width: 100%;
}

.single-wrap #main-wrap .contents {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.75;
  color: #666;
}

.single-wrap #main-wrap .contents h2 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.75;
  font-weight: 500;
  margin: 0 0 20px;
  color: #000;
}

.single-wrap #main-wrap .contents h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: 500;
  margin: 0 0 30px;
  color: #000;
}

.single-wrap #main-wrap .contents h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 500;
  margin: 0 0 30px;
  color: #000;
}

.single-wrap #main-wrap .contents p {
  margin: 0 0 30px;
}

.single-wrap #main-wrap .contents a {
  text-decoration: underline;
}

.single-wrap #main-wrap .contents ul,
.single-wrap #main-wrap .contents ul li {
  list-style: disc;
}

.single-wrap #main-wrap .contents ul {
  padding-left: 1em;
  margin: 0 0 40px;
}

.single-wrap #main-wrap .contents ol {
  counter-reset: item;
}

.single-wrap #main-wrap .contents ol li:before {
  content: "";
  counter-increment: item;
  content: counter(item) ",";
  /* 以下は自由に装飾... */
  padding-right: .5em;
}

.single-wrap #main-wrap .related_post-wrap {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #000;
}

.single-wrap #main-wrap .related_post-wrap > .title {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.75;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px;
}

.single-wrap #sidebar {
  flex: 1 1;
  -webkit-flex: 1 1;
  margin: 0 0 0 40px;
}

@media screen and (max-width: 980px) {
  .single-wrap #sidebar {
    margin: 0;
  }
}

.single-wrap #sidebar .categorybox {
  margin: 0 0 15px;
}

.single-wrap #sidebar .categorybox .title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  height: 30px;
  background: #000;
  margin: 0 0 10px;
}

.single-wrap #sidebar .categorybox .detail .sidenewsitem a {
  line-height: 1.75;
  color: #666;
}
/* お問合せページ */
/* ポイントカード友の会について */
.point_card-wrap {
  padding: 0 0 150px;
}
.point_card-wrap table{
  margin: 0 auto;
   width:710px;
}
.point_card-wrap table input{
    margin: 10px 0;
}
.point_card-wrap table tr{
    border: none;
}
@media screen and (max-width: 480px) {
  .point_card-wrap {
    padding: 0 0 60px;
  }
}

.point_card-wrap .maintitle {
  padding: 0 5%;
  text-align: center;
}

.point_card-wrap .lowertitleunderread {
  max-width: calc(710px + 10%);
  padding: 0 5%;
}

.pointcardcontents {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.75;
  max-width: calc(710px + 10%);
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
}

.pointcardcontents .heading,
.pointcardcontents .subheading {
  font-weight: 400;
  margin: 0 0 20px;
}

.pointcardcontents .heading {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.28571;
}

.pointcardcontents .subheading {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
}

.pointcardcontents .image {
  max-width: 85%;
  width: 100%;
  margin: 30px auto;
}

.pointcardcontents .read {
  margin: 0 0 40px;
  color: #666;
}

/* お問合せ */
.contact-wrap {
  padding: 0 0 150px; }
  @media screen and (max-width: 480px) {
    .contact-wrap {
      padding: 0 0 60px; } }
  .contact-wrap .maintitle {
    padding: 0 5%;
    text-align: center; }
  .contact-wrap .lowertitleunderread {
    max-width: calc(710px + 10%);
    padding: 0 5%; }

/*追加*/
  .contact-wrap .form {
    max-width:710px;
    margin:0 auto;
    padding:10px;
 }
.contact-wrap .form input,
.contact-wrap .form textarea{
    margin: 20px 0;
}
.contact-wrap .form .contact-btn{
    text-align: center;
}
.contact-wrap .form .formtext{
    font-size: 18px;
}
  
.contactcontents {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.75;
  max-width: calc(710px + 10%);
  width: 100%;
  padding: 0 5%;
  margin: 0 auto; }
  .contactcontents .heading,
  .contactcontents .subheading {
    font-weight: 400;
    margin: 0 0 20px; }
  .contactcontents .heading {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.2857142857; }
  .contactcontents .subheading {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.5; }
  .contactcontents .image {
    max-width: 85%;
    width: 100%;
    margin: 30px auto; }
  .contactcontents .read {
    margin: 0 0 40px;
    color: #666; }



/* Inputs ------------------------------------ */
fieldset {
  border: .2rem solid #e1e1e3;
  margin-bottom: 3rem;
  margin-top: 3rem;
  padding: 2rem; }

fieldset > *:first-child {
  margin-top: 0; }

fieldset > *:last-child {
  margin-bottom: 0; }

form {
  margin-bottom: 3rem;
  margin-top: 3rem; }

form > *:first-child {
  margin-top: 0; }

form > *:last-child {
  margin-bottom: 0; }

legend {
  font-size: .85em;
  font-weight: 700;
  padding: 0 1rem; }

label {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 .5rem 0; }

label.inline,
input[type="checkbox"] + label {
  display: inline;
  font-weight: 400;
  margin-left: .5rem; }

input,
textarea,
button,
.select2-container .select2-selection--single {
  font-family: inherit;
  line-height: 1; }

input,
textarea,
.select2-container .select2-selection--single {
  border-color: #E1E1E3; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border-radius: .3rem;
  border-style: solid;
  border-width: .1rem;
  box-shadow: none;
  color: inherit;
  display: block;
  font-size: 1.6rem;
  line-height: normal;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 1.5rem 1.8rem;
  width: 100%; }

textarea {
  height: 12rem;
  line-height: 1.5;
  width: 100%; }

select {
  font-family: inherit;
  font-size: inherit; }

::-webkit-input-placeholder {
  color: #747579;
  line-height: normal; }

::-moz-placeholder {
  color: #747579;
  line-height: normal; }

:-ms-input-placeholder {
  color: #747579;
  line-height: normal; }

:-moz-placeholder {
  color: #747579;
  opacity: 1;
  line-height: normal; }

::placeholder {
  color: #747579;
  line-height: normal;
  opacity: 1; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

button,
.button,
.faux-button,
.wp-block-button__link,
:root .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;

  background: #007C89;
  border: none;
  border-radius: .3rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: .8888em;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 1.175em 1.75em;
  text-align: center;
  text-decoration: none;
  transition: opacity .15s linear; }

button:hover,
.button:hover,
.faux-button:hover,
.wp-block-button__link:hover,
:root .wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
.faux-button:focus,
.wp-block-button__link:focus,
:root .wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  text-decoration: underline; }

/* 会社概要 */
.company-wrap {
  padding: 0 0 150px; }
  @media screen and (max-width: 480px) {
    .company-wrap {
      padding: 0 0 60px; } }
 .company-wrap .maintitle {
    padding: 0 5%;
    text-align: center; }
 .company-wrap .lowertitleunderread {
    max-width: calc(710px + 10%);
    padding: 0 5%; }

.company-table tr {
  border-bottom: 1px solid #b5b1b1;
}
.company-table th,
.company-table td {
  padding: 24px 0;
  border: none;
}

.company-table th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  .company-table th,
  .company-table td {
    width: 100%;
    display: block;
  }
  .company-table th {
    width: 100%;
  }
 .company-table td {
    padding-top: 0;
  }
}
.companycontents {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.75;
  max-width: calc(710px + 10%);
  width: 100%;
  padding: 0 5%;
  margin: 0 auto; }
.companycontents .heading,
 .companycontents .subheading {
    font-weight: 400;
    margin: 0 0 20px; }
 .companycontents .heading {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.2857142857; }
 .companycontents .subheading {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.5; }
 .companycontents .image {
    max-width: 85%;
    width: 100%;
    margin: 30px auto; }
 .companycontents .read {
    margin: 0 0 40px;
    color: #666; }

/* Tables ------------------------------------ */

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

th,
td,
caption {
	padding: .8rem;
}

th,
td {
	border: .1rem solid #E1E1E3;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
}

caption {
	background-color: #E1E1E3;
	font-weight: 700;
	text-align: center;
}

thead {
	white-space: nowrap;
}

th {
	font-weight: 700;
}

/* FC加盟店募集 */
.fc-wrap {
  padding: 0 0 150px;
}

@media screen and (max-width: 480px) {
  .fc-wrap {
    padding: 0 0 60px;
  }
}

.fc-wrap .maintitle {
  padding: 0 5%;
  text-align: center;
}

.fc-wrap .lowertitleunderread {
  max-width: calc(710px + 10%);
  padding: 0 5%;
}

.fccontents {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.75;
  max-width: calc(710px + 10%);
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
}

.fccontents .heading,
.fccontents .subheading {
  font-weight: 400;
  margin: 0 0 20px;
}

.fccontents .heading {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.28571;
}

.fccontents .subheading {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
}

.fccontents .image {
  max-width: 85%;
  width: 100%;
  margin: 30px auto;
}

.fccontents .read {
  margin: 0 0 40px;
  color: #666;
}

.fccontents .contactaddressbox .number {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 0 20px;
}

@media screen and (max-width: 480px) {
  .fccontents .contactaddressbox .number {
    display: block;
  }
}

.fccontents .contactaddressbox .number .name {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 480px) {
  .fccontents .contactaddressbox .number .name {
    margin: 0 0 10px 0;
  }
}

.fccontents .contactaddressbox .number .tel a {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 0.75;
  color: #0F214E;
}

.food404{
    width:80%;
    margin: 0 auto;
}