@charset "UTF-8";
/*
Theme Name: 黒毛和牛のドン
Theme URI: https://kurogewagyu-don.net/
Description: 黒毛和牛のドンのWordPressテーマです。
Version: 1.1
Author: owndmedia.lab
*/
/* ************************************************************************************************
   共通
   ************************************************************************************************ */
html,
body {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  font-family: dnp-shuei-gothic-gin-std, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  background: #222;
  background-image: url(img/common/bg.jpg);
}

html {
  overflow: overlay;
}

h1 {
  font-size: 10px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 24px;
}

p {
  font-size: 16px;
}

a {
  font-size: 16px;
  text-decoration: none;
}

li,
th,
td,
address {
  font-size: 16px;
}

img {
  max-width: 100%;
}

.en {
  font-family: industry-inc-outline, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

/* マウスドラッグした時の文字色 */
::-moz-selection {
  background: #cca867;
  color: #fff;
}
::selection {
  background: #cca867;
  color: #fff;
}

/* 改行 */
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-960 {
  display: none;
}

/* スマホ切り替え */
.only-sp {
  display: none;
}

/* ページ全体の余白など */
#page {
  overflow: hidden;
  width: 100%;
}

.wrap {
  width: 1080px;
  padding: 0 30px;
  margin: 0 auto;
}

.wrap2 {
  width: 1400px;
  padding: 0 30px;
  margin: 0 auto;
}

/* 見出し */
.sub__ttl {
  font-size: 23px;
  color: #d5cdb8;
  text-align: center;
}
.sub__ttl .en {
  font-size: 70px;
  color: #cca867;
  line-height: 1;
}

/* ボタン */
.btn01 {
  font-size: 18px;
  font-family: industry-inc-base, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0.2em 0.3em 0;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 50%,
    rgba(204, 168, 103, 0.8) 50%
  );
  background-position: 0 0;
  background-size: 200% auto;
  transition: 0.3s;
}
.btn01:hover {
  background-position: -100% 0;
  color: #fff;
}

/* スクロールバー */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #cca867;
  border-radius: 10px;
}

/*flex*/
.flex {
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
}

/***** 下層ページヘッダー *****/
.header-sub {
  position: relative;
  background-color: #000;
}
.header-sub .header-sub__h2 {
  position: absolute;
  width: 100%;
  height: 165px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 34px;
  color: #fff;
  text-align: center;
  z-index: 5;
}
.header-sub .header-sub__h2 .en {
  font-size: 110px;
  display: block;
  line-height: 1;
}
.header-sub .header-sub__img {
  width: 100%;
  height: 65vh;
  overflow: hidden;
}
.header-sub .header-sub__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.2) translateX(50px);
}
.header-sub .header-sub__img.active {
  opacity: 0.6;
  transition: ease-in-out 0.6s;
  transition-delay: 0.5s;
}
.header-sub .header-sub__img.active img {
  transform: scale(1) translateX(0);
  transition: ease-in-out 0.6s;
}

.header-sub--single .header-sub__img {
  height: 25vh;
}
.header-sub--single .header-sub__h2 {
  font-size: 27px;
  height: 115px;
}
.header-sub--single .header-sub__h2 .en {
  font-size: 75px;
}

/***** フッター *****/
footer .footer__info {
  padding: 60px 0;
  align-items: center;
  justify-content: center;
}
footer .footer__info .footer__logo {
  transition: all 0.4s;
}
footer .footer__info .footer__logo:hover {
  opacity: 0.5;
  transition: all 0.4s;
}
footer .footer__info .footer__tbl {
  margin-left: 50px;
}
footer .footer__info .footer__tbl th,
footer .footer__info .footer__tbl td {
  padding: 3px 0;
}
footer .footer__info .footer__tbl th {
  padding-right: 30px;
  font-weight: normal;
  word-break: keep-all;
}
footer .footer__end {
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.7);
}
footer .footer__end .flex {
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
footer .footer__end .flex .footer__menu li {
  margin-right: 20px;
  display: inline-block;
}
footer .footer__end .flex .footer__menu li a {
  font-size: 14px;
  transition: all 0.4s;
}
footer .footer__end .flex .footer__menu li a:hover {
  color: #cca867;
  transition: all 0.3s;
}
footer .footer__end .flex small {
  font-size: 13px;
}

/*フッターバナー*/
.footer__links a.footer__bnr {
  width: calc(100% / 2);
  display: block;
  overflow: hidden;
  position: relative;
}
.footer__links a.footer__bnr img {
  filter: grayscale(1) brightness(0.4);
  transition: ease-in-out 0.5s;
}
.footer__links a.footer__bnr img:hover {
  filter: grayscale(0) brightness(1);
  transition: ease-in-out 0.5s;
}
.footer__links a.footer__bnr h3 {
  height: 103px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}
.footer__links a.footer__bnr h3 .en {
  font-size: 67px;
}

/***** ヘッダー *****/
header .header__wrap {
  padding: 60px 100px;
  align-items: center;
  justify-content: flex-end;
}
header .header__wrap .header__logo {
  width: 12vw;
  position: absolute;
  top: 6%;
  left: 5%;
  transition: ease-in-out 0.4s;
  z-index: 10;
}
header .header__wrap .header__logo:hover {
  opacity: 0.6;
  transition: ease-in-out 0.4s;
}
header .header__wrap .header__menu {
  z-index: 6;
}
header .header__wrap .header__menu li {
  margin-left: 36px;
}
header .header__wrap .header__menu li a {
  font-size: 18px;
  letter-spacing: 0.1em;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) 50%,
    rgba(204, 168, 103, 0.8) 50%
  );
  background-position: 0 0;
  background-size: auto 200%;
  transition: 0.3s;
}
header .header__wrap .header__menu li a:hover {
  background-position: 0 -100%;
  color: #fff;
}
header .h-menu__wrap {
  background-color: rgba(34, 34, 34, 0.7);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 2s;
  margin-top: -100%;
}
header .h-menu__wrap.active {
  transition: all 0.5s;
  margin-top: 0;
}
header .h-menu__wrap .footer__links {
  display: none;
}
header .h-menu__wrap .h-menu__info {
  display: none;
}

#home header .header__wrap .header__logo {
  width: 20vw;
  position: absolute;
  top: 7%;
  left: 8%;
}

/* ハンバーガーメニュー */
#h-menu {
  position: fixed;
  left: 30px;
  top: 30px;
  z-index: 101;
  display: none;
}
#h-menu .h-menu__btn {
  width: 40px;
  height: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}
#h-menu .h-menu__line {
  display: block;
  width: 40px;
  height: 2px;
  left: 0px;
  top: 0px;
  position: absolute;
  transition: all 0.5s;
  background-color: #d5cdb8;
  pointer-events: none;
}
#h-menu .h-menu__line--center {
  width: 30px;
  top: 10px;
}
#h-menu .h-menu__line--bottom {
  width: 20px;
  top: 20px;
}
#h-menu .h-menu__line--top.active {
  top: 15px;
  transform: rotate(45deg);
  transition: all 0.5s;
}
#h-menu .h-menu__line--center.active {
  width: 40px;
  top: 15px;
  transform: rotate(135deg);
  transition: all 0.5s;
}
#h-menu .h-menu__line--bottom.active {
  display: none;
  transition: all 0.5s;
}

/* ************************************************************************************************
   アニメーション
   ************************************************************************************************ */
/***** loading01 *****/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #222;
  z-index: 999;
  text-align: center;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fade {
  -webkit-animation-name: fadeAnime;
  animation-name: fadeAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeAnime {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeAnime {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/***** loading02 *****/
#splash02 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #222;
  z-index: 999;
  text-align: center;
}

.splashbg1,
.splashbg2 {
  display: block;
}

.splashbg1.active {
  -webkit-animation-name: PageAnime;
  animation-name: PageAnime;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  bottom: 50%;
  left: 0;
  transform: scaleY(1);
  background-color: #222;
}

@-webkit-keyframes PageAnime {
  0% {
    transform-origin: top;
    transform: scaleY(1);
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}

@keyframes PageAnime {
  0% {
    transform-origin: top;
    transform: scaleY(1);
  }
  100% {
    transform-origin: top;
    transform: scaleY(0);
  }
}
.splashbg2.active {
  -webkit-animation-name: PageAnime2;
  animation-name: PageAnime2;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 50%;
  left: 0;
  transform: scaleY(1);
  background-color: #222;
}

@-webkit-keyframes PageAnime2 {
  0% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

@keyframes PageAnime2 {
  0% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
/***** ページトップに戻るボタン *****/
#page_top {
  width: 47px;
  height: 47px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 20;
}

#page_top a {
  position: relative;
  display: block;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 50px;
  color: #d5cdb8;
  border: 1px solid #d5cdb8;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.5s;
}

#page_top a:hover {
  opacity: 1;
  transition: 0.5s;
  color: #cca867;
  border-color: #cca867;
}

#page_top .material-icons {
  position: absolute;
  font-size: 23px;
  width: 23px;
  height: 23px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/***** スクロールアニメーション *****/
.scroll.fadeIn {
  opacity: 0;
  transition: all 1500ms;
}

.scroll.fadeIn2 {
  opacity: 0;
  transition: all 2500ms;
}

.scroll.fadeInUp {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1200ms;
}

.scroll.fadeInDown {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1500ms;
}

.scroll.fadeInLeft {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1500ms;
}

.scroll.fadeInRight {
  opacity: 0;
  transform: translateX(50px);
  transition: all 1500ms;
}

.scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll.delay {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.scroll.delay2 {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

.scroll.delay3 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.scroll.delay4 {
  -moz-transition-delay: 800ms;
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
}

@media screen and (max-width: 559px) {
  .scroll.delay,
  .scroll.delay2,
  .scroll.delay3,
  .scroll.delay4,
  .scroll.delay5,
  .scroll.delay6 {
    -moz-transition-delay: unset;
    -webkit-transition-delay: unset;
    -o-transition-delay: unset;
    -ms-transition-delay: unset;
  }
}
/***** 背景色アニメーション *****/
.mask-wrap {
  display: table;
  overflow: hidden;
}

.mask-wrap .mask {
  display: table;
  position: relative;
  margin-bottom: 0.25em;
  left: -100%;
  overflow: hidden;
}

.mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #cca867;
}

/***** 流れるテキスト *****/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime,
.rightAnime {
  opacity: 0;
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
  animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
  animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* 上下のアニメーション*/
.downAnime {
  opacity: 0;
}

.slideAnimeDownUp {
  -webkit-animation-name: slideTextY100;
  animation-name: slideTextY100;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.slideAnimeDownUp.delay-s {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.slideAnimeDownUp.delay {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.slideAnimeDownUp.delay2 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.slideAnimeDownUp.delay3 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.slideAnimeDownUp.delay4 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

@-webkit-keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.slideAnimeUpDown {
  -webkit-animation-name: slideTextY-100;
  animation-name: slideTextY-100;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.slideAnimeUpDown.delay {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.slideAnimeUpDown.delay2 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.slideAnimeUpDown.delay3 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.slideAnimeUpDown.delay4 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

@-webkit-keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ************************************************************************************************
   微調整
   ************************************************************************************************ */
.safari header .header__wrap .header__menu li {
  margin-left: 50px;
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 25px;
  }

  header .header__wrap .header__menu li a {
    font-size: 20px;
  }

  header .header__wrap .header__logo {
    width: 9.5vw;
  }

  #home header .header__wrap .header__logo {
    width: auto;
  }

  .footer__links a.footer__bnr h3 .en {
    font-size: 70px;
  }

  .footer__links a.footer__bnr h3 {
    height: 109px;
  }
}
@media screen and (max-width: 1537px) {
  .header-sub .header-sub__h2 {
    height: 130px;
    font-size: 26px;
  }

  .header-sub .header-sub__h2 .en {
    font-size: 90px;
  }

  .header-sub--single .header-sub__h2 {
    font-size: 24px;
    height: 105px;
  }

  .header-sub--single .header-sub__h2 .en {
    font-size: 70px;
  }
}
@media screen and (max-width: 1441px) {
  .wrap2 {
    width: 100%;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 1367px) {
  header .header__wrap {
    padding: 50px 80px;
  }
}
@media screen and (max-width: 1081px) {
  .wrap {
    width: 100%;
    padding: 0 3vw;
  }
}
/* ************************************************************************************************
   1025px
   ************************************************************************************************ */
@media screen and (max-width: 1025px) {
  h2 {
    font-size: 19px;
  }

  h3 {
    font-size: 22px;
  }

  p,
  a,
  li,
  th,
  td,
  address {
    font-size: 15px;
  }

  .btn01 {
    font-size: 17px;
  }

  .wrap {
    padding: 0 30px;
  }

  .wrap2 {
    padding: 0 4vw;
  }

  #splash_logo {
    width: 40vw;
  }

  header .header__wrap {
    padding: 40px 60px;
  }

  header .header__wrap .header__menu li {
    margin-left: 30px;
  }

  header .header__wrap .header__menu li a {
    font-size: 17px;
  }

  .header-sub .header-sub__h2 {
    height: 118px;
    font-size: 23px;
  }

  .header-sub .header-sub__h2 .en {
    font-size: 85px;
  }

  .header-sub--single .header-sub__h2 {
    font-size: 22px;
    height: 98px;
  }

  .header-sub--single .header-sub__h2 .en {
    font-size: 65px;
  }

  .sub__ttl .en {
    font-size: 60px;
  }

  .sub__ttl {
    font-size: 21px;
  }

  .footer__links a.footer__bnr h3 {
    font-size: 18px;
    height: 88px;
  }

  .footer__links a.footer__bnr h3 .en {
    font-size: 55px;
  }

  footer .footer__info {
    padding: 50px 0;
  }

  footer .footer__info .footer__logo {
    width: 100px;
  }

  footer .footer__end .flex small {
    font-size: 12px;
  }

  footer .footer__end .flex .footer__menu li a {
    font-size: 13px;
  }

  footer .footer__info .footer__tbl td a {
    text-decoration: underline;
  }
}
/* ************************************************************************************************
   960px
   ************************************************************************************************ */
@media screen and (max-width: 959px) {
  .br-960 {
    display: block;
  }

  .wrap2 {
    padding: 0 5vw;
  }

  #splash_logo {
    width: 60vw;
  }

  header .header__wrap {
    padding: 40px 50px;
  }

  header .header__wrap .header__logo {
    width: 15vw;
    top: 5%;
    left: 7%;
  }

  #home header .header__wrap .header__logo {
    width: 25vw;
    top: 10%;
    left: 9%;
  }

  .header-sub .header-sub__img {
    height: 45vh;
  }

  .header-sub--single .header-sub__img {
    height: 20vh;
  }

  .footer__links {
    flex-wrap: wrap;
  }

  .footer__links a.footer__bnr {
    width: 100%;
    height: 30vh;
  }

  .footer__links a.footer__bnr img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  footer .footer__info {
    flex-direction: column;
  }

  footer .footer__info .footer__logo {
    margin-bottom: 40px;
  }

  footer .footer__end .flex .footer__menu {
    display: none;
  }

  footer .footer__end {
    height: 60px;
  }

  footer .footer__end .flex small {
    margin: 0 auto;
  }

  footer .footer__info .footer__tbl {
    margin-left: 0;
  }
}
/* ************************************************************************************************
   iPhone横
   ************************************************************************************************ */
@media (orientation: landscape) and (max-width: 927px) {
  #splash_logo {
    width: 40vw;
  }

  #home header .header__wrap .header__logo {
    left: 6%;
  }

  .footer__links {
    flex-wrap: nowrap;
  }

  .footer__links a.footer__bnr {
    height: 60vh;
  }

  header .header__wrap .header__logo {
    top: 10%;
  }

  .header-sub .header-sub__img {
    height: 65vh;
  }
}
@media (orientation: landscape) and (max-width: 668px) {
  h2 {
    font-size: 17px;
  }

  h3 {
    font-size: 20px;
  }

  p,
  a,
  li,
  th,
  td,
  address {
    font-size: 14px;
  }

  .btn01 {
    font-size: 16px;
  }

  header .header__wrap {
    padding: 30px 40px;
  }

  header .header__wrap .header__menu li a {
    font-size: 16px;
  }

  header .header__wrap .header__logo {
    width: 18vw;
  }

  #home header .header__wrap .header__logo {
    top: 14%;
  }

  .header-sub .header-sub__img {
    height: 60vh;
  }

  .header-sub .header-sub__h2 {
    height: 89px;
    font-size: 19px;
  }

  .header-sub .header-sub__h2 .en {
    font-size: 60px;
  }

  .sub__ttl {
    font-size: 17px;
  }

  .sub__ttl .en {
    font-size: 50px;
  }

  .footer__links a.footer__bnr {
    height: 55vh;
  }

  .footer__links a.footer__bnr h3 {
    font-size: 16px;
    height: 71px;
  }

  .footer__links a.footer__bnr h3 .en {
    font-size: 44px;
  }
}
/* ************************************************************************************************
   560px
   ************************************************************************************************ */
@media screen and (max-width: 559px) {
  html,
  body {
    background-image: url(img/common/bg_sp.jpg);
  }

  h2 {
    font-size: 17px;
  }

  h3 {
    font-size: 20px;
  }

  p,
  a,
  li,
  th,
  td,
  address {
    font-size: 14px;
  }

  .btn01 {
    font-size: 16px;
    z-index: 10;
    position: relative;
  }

  .wrap2 {
    padding: 0 30px;
  }

  .br-sp {
    display: block;
  }

  .br-pc {
    display: none;
  }

  .only-sp {
    display: block;
  }

  .only-pc {
    display: none;
  }

  header .header__wrap {
    height: 22vh;
    padding: 0;
    justify-content: center;
  }

  header .header__wrap--index .header__menu {
    position: absolute;
    top: 65vh;
  }

  header .header__wrap .header__logo {
    width: 21vw;
    left: 8%;
  }

  #home header .header__wrap .header__logo {
    width: 35vw;
    margin: auto;
    right: 0;
    left: 0;
    top: 7%;
  }

  header .header__wrap--index .header__menu li a {
    font-size: 16px;
  }

  header .h-menu__wrap {
    height: 100vh;
    padding: 0;
    margin-top: 0;
    margin-left: -100%;
    transition: all 1s;
    background-color: rgba(34, 34, 34, 0.9);
    background-image: url(img/common/bg.jpg);
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }

  header .h-menu__wrap .header__menu {
    margin-bottom: 8vh;
  }

  header .header__wrap .header__menu li {
    margin: 0 12px;
  }

  header .h-menu__wrap .header__menu li {
    margin: 0 15px;
  }

  .safari header .header__wrap .header__menu li {
    margin: 0 20px;
  }

  .safari header .h-menu__wrap .header__menu li {
    margin: 0 25px;
  }

  header .h-menu__wrap.active {
    margin-left: 0;
    transition: all 0.7s;
  }

  header .h-menu__wrap .footer__links,
  header .h-menu__wrap .h-menu__info {
    display: block;
    width: 100%;
  }

  #h-menu {
    top: 20px;
    left: 20px;
  }

  #h-menu .h-menu__btn {
    width: 35px;
    height: 18px;
  }

  #h-menu .h-menu__line {
    height: 1px;
    width: 35px;
  }

  #h-menu .h-menu__line--center {
    width: 27px;
    top: 9px;
  }

  #h-menu .h-menu__line--bottom {
    width: 19px;
    top: 18px;
  }

  #h-menu .h-menu__line--top.active {
    top: 10px;
    width: 27px;
  }

  #h-menu .h-menu__line--center.active {
    top: 10px;
    width: 27px;
  }

  .header-sub {
    margin-bottom: 37vh;
  }

  .header-sub .header-sub__img {
    height: 38vh;
  }

  .header-sub .header-sub__h2 {
    height: 89px;
    font-size: 19px;
  }

  .header-sub .header-sub__h2 .en {
    font-size: 60px;
  }

  .sub__ttl {
    font-size: 17px;
  }

  .sub__ttl .en {
    font-size: 50px;
  }

  .footer__links a.footer__bnr {
    height: 157px;
  }

  .footer__links a.footer__bnr h3 {
    font-size: 15px;
    height: 65px;
  }

  .footer__links a.footer__bnr h3 .en {
    font-size: 38px;
  }

  footer .footer__info .footer__tbl td a {
    font-size: 13px;
  }

  header .h-menu__wrap .h-menu__info {
    text-align: right;
    padding: 20px 30px;
  }

  header .h-menu__wrap .h-menu__info address,
  header .h-menu__wrap .h-menu__info a {
    font-size: 13px;
  }

  header .h-menu__wrap .footer__links,
  header .h-menu__wrap .h-menu__info a {
    text-decoration: underline;
  }

  footer .wrap {
    padding: 0 20px;
  }

  footer .footer__info .footer__logo {
    width: 85px;
    margin-bottom: 30px;
  }

  footer .footer__info .footer__tbl th,
  footer .footer__info .footer__tbl td {
    font-size: 13px;
  }

  footer .footer__info .footer__tbl th {
    padding-right: 25px;
  }

  footer .footer__end {
    height: 50px;
  }

  #page_top {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
  }

  #page_top a {
    width: 40px;
    height: 40px;
  }

  #page_top .material-icons {
    font-size: 20px;
    width: 20px;
    height: 20px;
  }
}
/* ************************************************************************************************
   320px
   ************************************************************************************************ */
@media screen and (max-width: 320px) {
  h2 {
    font-size: 16px;
  }

  h3 {
    font-size: 19px;
  }

  p,
  a,
  li,
  th,
  td,
  address {
    font-size: 13px;
  }

  .wrap,
  .wrap2 {
    padding: 0 20px;
  }

  .btn01 {
    font-size: 15px;
  }

  header .header__wrap--index .header__menu li a {
    font-size: 14px;
  }

  header .h-menu__wrap .h-menu__info {
    padding: 20px 15px;
  }

  header .h-menu__wrap .h-menu__info address,
  header .h-menu__wrap .h-menu__info a {
    font-size: 12px;
  }

  header .header__wrap .header__menu li a {
    font-size: 15px;
  }

  .header-sub .header-sub__h2 {
    font-size: 17px;
    height: 78px;
  }

  .header-sub .header-sub__h2 .en {
    font-size: 54px;
  }

  .footer__links a.footer__bnr h3 .en {
    font-size: 37px;
  }

  .footer__links a.footer__bnr h3 {
    font-size: 14px;
    height: 62px;
  }

  .footer__links a.footer__bnr {
    height: 130px;
  }

  footer .footer__end .flex small {
    font-size: 11px;
  }

  .sub__ttl {
    font-size: 16px;
  }

  .sub__ttl .en {
    font-size: 48px;
  }
}
/*
Theme Name: 黒毛和牛のドン
Theme URI: https://kurogewagyu-don.net/
Description: 黒毛和牛のドンのWordPressテーマです。
Version: 1.1
Author: owndmedia.lab
*/
/* ************************************************************************************************
   index.php
   ************************************************************************************************ */
.index__h2 {
  color: #d5cdb8;
}
.index__h2 .en {
  font-size: 90px;
  color: #cca867;
  display: block;
}

#main {
  width: 100%;
}
#main .main__movie {
  width: 100%;
  max-height: 1000px;
  overflow: hidden;
}
#main .main__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#concept {
  margin-top: 130px;
}
#concept .concept__wrap {
  align-items: flex-end;
  justify-content: space-around;
}
#concept .concept__wrap .concept__container .concept__txt {
  margin-top: 60px;
}
#concept .concept__wrap .concept__img {
  width: 35vw;
}

#i-menu {
  margin: 180px 0 100px;
}
#i-menu .i-menu__wrap {
  justify-content: center;
}
#i-menu .i-menu__wrap .i-menu__item {
  width: 100%;
  height: 100%;
  margin: 0 50px;
  position: relative;
}
#i-menu .i-menu__wrap .i-menu__item img {
  filter: grayscale(1) brightness(0.4);
  transition: ease-in-out 0.4s;
}
#i-menu .i-menu__wrap .i-menu__item img:hover {
  filter: grayscale(0) brightness(1);
  transition: ease-in-out 0.4s;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__heading {
  width: 100%;
  height: 110px;
  position: absolute;
  margin: auto;
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__heading h2 {
  color: #fff;
  font-size: 21px;
  text-align: center;
}
#i-menu .i-menu__wrap .i-menu__item .i-menu__heading h2 .en {
  font-size: 67px;
}
#i-menu .i-menu__wrap .i-menu__item:nth-of-type(2) {
  margin-top: 130px;
}

#chef .chef__wrap {
  justify-content: center;
}
#chef .chef__wrap .chef__container {
  margin: 250px 0 0 -50px;
  padding: 60px 60px 60px 100px;
  border: 1px #d5cdb8 solid;
}
#chef .chef__wrap .chef__container .index__h2 .en {
  font-size: 60px;
}
#chef .chef__wrap .chef__container .chef__txt {
  margin-top: 40px;
}

#i-kobukuro {
  margin-top: 150px;
}
#i-kobukuro .i-kobukuro__heading {
  align-items: center;
  justify-content: space-between;
}
#i-kobukuro .i-kobukuro__heading .i-kobukuro__box {
  margin-left: 7vw;
}
#i-kobukuro .i-kobukuro__heading .i-kobukuro__box p {
  margin-bottom: 30px;
}
#i-kobukuro .i-kobukuro__wrap {
  width: 100%;
  margin-top: 100px;
  background-color: #cca867;
}
#i-kobukuro .i-kobukuro__wrap .slide-in {
  width: calc(100% / 5);
}
#i-kobukuro .i-kobukuro__wrap .i-kobukuro__item {
  height: 562px;
  padding: 0 20px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#i-kobukuro .i-kobukuro__wrap .i-kobukuro__item::before {
  display: block;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.5s;
}
#i-kobukuro .i-kobukuro__wrap .i-kobukuro__item:hover::before {
  background-color: rgba(0, 0, 0, 0.9);
  transition: ease-in-out 0.5s;
}
#i-kobukuro .i-kobukuro__wrap .i-kobukuro__item .i-kobukuro__inner {
  z-index: 5;
}
#i-kobukuro .i-kobukuro__wrap .i-kobukuro__item .i-kobukuro__number {
  font-size: 55px;
  color: #cca867;
  width: 80px;
  height: 80px;
  line-height: 1.7;
  border-radius: 50%;
  border: 1px solid #cca867;
  text-align: center;
  display: block;
  margin: 5vw auto 0;
}
#i-kobukuro .i-kobukuro__wrap .i-kobukuro__item h3 {
  font-size: 20px;
  color: #d5cdb8;
  text-align: center;
  margin: 20px 0 30px;
}
#i-kobukuro .i-kobukuro__wrap .i-kobukuro__item .i-kobukuro__txt {
  font-size: 15px;
  text-align: justify;
}
#i-kobukuro .i-kobukuro__wrap .i-kobukuro__item01 {
  background-image: url(img/index_kobukuro_img01.jpg);
}
#i-kobukuro .i-kobukuro__wrap .i-kobukuro__item02 {
  background-image: url(img/index_kobukuro_img02.jpg);
}
#i-kobukuro .i-kobukuro__wrap .i-kobukuro__item03 {
  background-image: url(img/index_kobukuro_img03.jpg);
}
#i-kobukuro .i-kobukuro__wrap .i-kobukuro__item04 {
  background-image: url(img/index_kobukuro_img04.jpg);
}
#i-kobukuro .i-kobukuro__wrap .i-kobukuro__item05 {
  background-image: url(img/index_kobukuro_img05.jpg);
}

#i-news {
  padding: 110px 0;
  z-index: 2;
}
#i-news .i-news__wrap {
  justify-content: center;
}
#i-news .i-news__wrap .i-news__container {
  margin-left: 190px;
}
#i-news .i-news__wrap .i-news__container ul.i-news__list li {
  border-bottom: 1px solid rgba(213, 205, 184, 0.7);
}
#i-news .i-news__wrap .i-news__container ul.i-news__list li a {
  width: 100%;
  height: 100%;
  padding: 13px 10px;
  display: block;
  transition: all 0.4s;
}
#i-news .i-news__wrap .i-news__container ul.i-news__list li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}
#i-news .i-news__wrap .i-news__container ul.i-news__list li a .date {
  color: #d5cdb8;
  padding-right: 40px;
}
#i-news .i-news__wrap .i-news__container .i-news__btn {
  text-align: right;
  margin-top: 30px;
}

#i-gallery {
  height: 72vh;
  justify-content: space-between;
}
#i-gallery .i-gallery__wrap01 {
  width: calc(100% / 2);
  height: 100%;
  flex-wrap: wrap;
}
#i-gallery .i-gallery__wrap01 a.i-gallery__item {
  width: calc(100% / 2);
  height: calc(100% / 2);
}
#i-gallery .i-gallery__wrap02 {
  width: calc(100% / 2);
  height: 100%;
}
#i-gallery a.i-gallery__item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
#i-gallery a.i-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: ease-in-out 0.5s;
}
#i-gallery a.i-gallery__item img:hover {
  transition: ease-in-out 0.5s;
  transform: scale(1.2);
}

#access {
  padding: 110px 0 150px 13vw;
}
#access .access__wrap {
  align-items: flex-end;
  justify-content: flex-end;
}
#access .access__wrap .access__container {
  width: 30%;
}
#access .access__wrap .access__container address {
  margin: 60px 0 10px;
}
#access .access__wrap .access__container .btn01 {
  border-bottom: 1px solid #fff;
}
#access .access__wrap .access__container p {
  margin-top: 30px;
}
#access .access__wrap .access__map {
  position: relative;
  margin: -60px -60px 0 0;
}
#access .access__wrap .access__map .access__dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #cca867;
  position: absolute;
  bottom: 19%;
  left: 42%;
  -webkit-animation: Flash4 2s infinite;
  animation: Flash4 2s infinite;
}

@-webkit-keyframes Flash4 {
  50% {
    box-shadow: 0 1px 15px 5px #d5cdb8;
  }
}

@keyframes Flash4 {
  50% {
    box-shadow: 0 1px 15px 5px #d5cdb8;
  }
}
/* ************************************************************************************************
   menu.php
   ************************************************************************************************ */
.menu .menu__box {
  padding: 60px 90px 70px;
  border: 1px rgba(213, 205, 184, 0.8) solid;
  justify-content: space-between;
}
.menu .menu__box table {
  width: 390px;
}
.menu .menu__box table tr {
  border-bottom: 1px solid rgba(213, 205, 184, 0.5);
}
.menu .menu__box table tr th,
.menu .menu__box table tr td {
  padding: 10px;
  font-weight: normal;
}
.menu .menu__box table tr td {
  text-align: right;
  color: #d5cdb8;
  word-break: keep-all;
  vertical-align: middle;
}
.menu .menu__wrap {
  -moz-column-count: 2;
  column-count: 2;
  text-align: center;
  -moz-column-gap: 10%;
  column-gap: 10%;
}
.menu .menu__wrap .menu__box {
  width: 100%;
  padding: 60px 0 70px;
  display: inline-block;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.menu .menu__wrap .menu__box h4 {
  text-align: center;
  margin-bottom: 35px;
}
.menu .menu__wrap .menu__box table {
  margin: 0 auto;
}

#lunch {
  padding: 150px 0 130px;
}
#lunch .lunch__wrap .lunch__txt {
  margin: 70px 0 60px;
  text-align: center;
}
#lunch .lunch__wrap .lunch__container {
  margin-bottom: 80px;
  justify-content: center;
  flex-wrap: wrap;
}
#lunch .lunch__wrap .lunch__container .lunch__item {
  width: 25%;
  margin: 80px 0 0;
  text-align: center;
}
#lunch .lunch__wrap .lunch__container .lunch__item .mask-wrap {
  margin: 0 auto;
}
#lunch .lunch__wrap .lunch__container .lunch__item .lunch__img {
  margin: 0 auto;
  text-align: center;
}
#lunch .lunch__wrap .lunch__container .lunch__item .lunch__heading {
  margin: 20px 0 7px;
}
#lunch .lunch__wrap .lunch__container .lunch__item .lunch__price {
  color: #d5cdb8;
}
#lunch .lunch__wrap .lunch__container .lunch__item:nth-of-type(1),
#lunch .lunch__wrap .lunch__container .lunch__item:nth-of-type(2),
#lunch .lunch__wrap .lunch__container .lunch__item:nth-of-type(3),
#lunch .lunch__wrap .lunch__container .lunch__item:nth-of-type(4) {
  margin-top: 0;
}

#dinner {
  width: 90%;
  margin: 0 auto;
  padding: 130px 0 160px;
  border-top: 1px #d5cdb8 solid;
}
#dinner .dinner__wrap {
  margin-bottom: 110px;
}
#dinner .dinner__wrap .mask-wrap {
  margin: 0 auto;
}
#dinner .dinner__wrap .dinner__img {
  margin: 75px auto 0;
}
#dinner .menu__box {
  margin-top: 80px;
}
#dinner .menu__box.menu__box--first {
  margin-top: 0;
}

/* ************************************************************************************************
   kobukuro.php
   ************************************************************************************************ */
#kobukuro {
  padding: 150px 0 140px;
}
#kobukuro .kobukuro__container {
  align-items: center;
  justify-content: center;
}
#kobukuro .kobukuro__container .kobukuro__img {
  width: 650px;
}
#kobukuro .kobukuro__container .kobukuro__box {
  width: 50%;
  margin-left: 70px;
}
#kobukuro .kobukuro__container .kobukuro__box h3 {
  font-size: 28px;
  color: #cca867;
  margin-bottom: 40px;
}
#kobukuro .kobukuro__container:last-of-type {
  margin-top: 100px;
}
#kobukuro .kobukuro__container:last-of-type .kobukuro__box {
  margin: 0 70px 0 0;
}

.kobukuro__bg {
  width: 100%;
  height: 600px;
  background-image: url(img/kobukuro_bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#points {
  padding: 130px 0 120px;
}
#points .points__wrap {
  margin-top: 80px;
}
#points .points__wrap .points__container {
  margin: 0 auto 60px;
  padding: 50px;
  border: 1px solid rgba(213, 205, 184, 0.8);
  align-items: center;
}
#points .points__wrap .points__container .points__box {
  margin-left: 60px;
}
#points .points__wrap .points__container .points__box h4 {
  font-size: 24px;
  color: #d5cdb8;
  margin-bottom: 40px;
}
#points .points__wrap .points__container .points__box h4 .number {
  font-size: 43px;
  color: #cca867;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 1.6;
  border-radius: 50%;
  border: 1px solid #cca867;
  text-align: center;
  margin-right: 25px;
  vertical-align: sub;
}

#family {
  padding-bottom: 160px;
}
#family .mask-wrap {
  margin: 0 auto;
}
#family .family__img {
  text-align: center;
}
#family .family__wrap {
  width: 100%;
  padding: 170px 0 80px;
  margin-top: -100px;
  border: 1px solid #d5cdb8;
  text-align: center;
}
#family .family__wrap .family__ttl {
  font-size: 24px;
  color: #d5cdb8;
}
#family .family__wrap .family__ttl .en {
  font-size: 60px;
  color: #cca867;
}
#family .family__wrap .family__txt {
  margin: 60px 0 45px;
}
#family .family__wrap .btn01 {
  font-size: 17px;
  letter-spacing: 0.04em;
  font-family: dnp-shuei-gothic-gin-std, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* ************************************************************************************************
   news(WP)
   ************************************************************************************************ */
.news .news__wrap {
  padding: 140px 0 150px;
  justify-content: space-between;
}
.news .news__wrap .news__container {
  width: 65%;
}
.news .news__wrap .news__container .category__ttl {
  text-align: center;
  margin-bottom: 70px;
}
.news .news__wrap .news__container .category__ttl h3 {
  font-size: 23px;
  color: #d5cdb8;
  display: inline-block;
  border-top: 1px solid #d5cdb8;
  border-bottom: 1px solid #d5cdb8;
  padding: 7px 40px;
}
.news .news__wrap .news__container .news__list li {
  border-bottom: 1px solid #d5cdb8;
}
.news .news__wrap .news__container .news__list li a {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: block;
  transition: all 0.4s;
}
.news .news__wrap .news__container .news__list li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}
.news .news__wrap .news__container .news__list li a .date {
  color: #d5cdb8;
  padding-right: 50px;
}
.news .news__wrap .news__container .news__heading {
  padding: 0 10px 10px;
  border-bottom: 1px solid #d5cdb8;
}
.news .news__wrap .news__container .news__heading .news__date {
  font-size: 15px;
  color: #d5cdb8;
  margin-bottom: 5px;
}
.news .news__wrap .news__container .news__heading h3 {
  font-size: 22px;
}
.news .news__wrap .news__container .news__thumbnail {
  margin: 40px 0 30px;
  text-align: center;
}
.news .news__wrap .news__container .news__thumbnail img {
  height: auto;
}
.news .news__wrap .news__container .news__category {
  justify-content: flex-end;
}
.news .news__wrap .news__container .news__category ul.post-categories {
  text-align: right;
}
.news .news__wrap .news__container .news__category ul.post-categories li {
  display: inline-block;
}
.news .news__wrap .news__container .news__category ul.post-categories li a {
  font-size: 14px;
  color: #d5cdb8;
  border: 1px solid #d5cdb8;
  margin: 0 0 10px 20px;
  display: block;
  padding: 0 13px;
  height: 34px;
  line-height: 34px;
  transition: all 0.4s;
}
.news
  .news__wrap
  .news__container
  .news__category
  ul.post-categories
  li
  a:hover {
  border-color: #cca867;
  color: #cca867;
  transition: all 0.3s;
}
.news .news__wrap .news__container .news__content {
  margin-top: 40px;
}
.news .news__wrap .news__container .news__content img {
  height: auto;
}
.news .news__wrap .news__container .title {
  text-align: center;
}

/**** sidebar.php ****/
.sidebar {
  width: 20%;
}
.sidebar .sidebar__box {
  margin-bottom: 60px;
}
.sidebar .sidebar__box h3 {
  font-size: 20px;
  color: #cca867;
  padding: 0 10px 3px;
  border-bottom: 1px solid #cca867;
  margin-bottom: 20px;
}
.sidebar .sidebar__box--cat li {
  font-size: 15px;
}
.sidebar .sidebar__box--cat li a {
  transition: all 0.4s;
  font-size: 15px;
  line-height: 2.4;
}
.sidebar .sidebar__box--cat li a:hover {
  color: #cca867;
  transition: all 0.3s;
}
.sidebar .sidebar__box--archive select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0 15px;
  font-size: 15px;
  height: 36px;
  line-height: 36px;
}
.sidebar .sidebar__box--search input {
  width: 70%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 15px;
}
.sidebar .sidebar__box--search input#searchsubmit {
  width: 24%;
  text-align: center;
  background: #cca867;
  border: 1px solid #cca867;
  padding: 0;
  transition: all 0.4s;
}
.sidebar .sidebar__box--search input#searchsubmit:hover {
  color: #cca867;
  background-color: transparent;
  transition: all 0.3s;
}

/**** pagination ****/
.pagination {
  margin-top: 40px;
  text-align: center;
}
.pagination a,
.pagination span {
  font-size: 18px;
  font-family: industry-inc-base, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.1;
  display: inline-block;
  margin: 0 5px;
}
.pagination a {
  transition: all 0.4s;
}
.pagination a:hover {
  color: #d5cdb8;
  transition: all 0.3s;
}
.pagination .current {
  color: #d5cdb8;
  border: 1px solid #d5cdb8;
  width: 25px;
  height: 25px;
  line-height: 27px;
  border-radius: 50%;
  text-align: center;
}
.pagination a.next {
  margin-left: 25px;
}
.pagination a.prev {
  margin-right: 25px;
}

/**** 次の記事へリンク ****/
.nav-below {
  margin-top: 60px;
  justify-content: center;
  align-items: center;
}
.nav-below .btn01 {
  margin: 0 40px;
}
.nav-below .nav-btn {
  padding: 0.2em 0.3em 0;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 50%,
    rgba(204, 168, 103, 0.8) 50%
  );
  background-position: 0 0;
  background-size: 200% auto;
  transition: 0.3s;
  display: inline-flex;
}
.nav-below .nav-btn a {
  font-size: 18px;
  font-family: industry-inc-base, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.nav-below .nav-btn:hover {
  background-position: -100% 0;
  color: #fff;
}

/* ************************************************************************************************
   gallery(WP)
   ************************************************************************************************ */
.gallery {
  padding: 130px 0 180px;
}
.gallery .gallery__wrap .gallery__slider .gallery__item {
  margin: 0 3vw;
}
.gallery .gallery__wrap .gallery__slider .gallery__item a img {
  width: 100%;
  height: auto;
  transition: ease-in-out 0.5s;
}
.gallery .gallery__wrap .gallery__slider .gallery__item a img:hover {
  filter: grayscale(0.7);
  transition: ease-in-out 0.4s;
}
.gallery .gallery__wrap .slick-slide img {
  margin: 0 auto;
}
.gallery .gallery__wrap .slick-dots {
  bottom: -60px;
}
.gallery .gallery__wrap .slick-dots li button::before {
  font-size: 25px;
  color: rgba(213, 205, 184, 0.8);
  opacity: 1;
}
.gallery .gallery__wrap .slick-dots li.slick-active button::before {
  color: #cca867;
  opacity: 1;
}

.mac .gallery .gallery__wrap .slick-dots li button::before {
  font-size: 60px;
}

.safari .gallery .gallery__wrap .slick-dots li button::before {
  font-size: 40px;
}

/***** single-gallery.php *****/
.single.gallery {
  padding: 130px 0 150px;
}
.single.gallery .gallery__wrap {
  text-align: center;
}
.single.gallery .gallery__wrap .gallery__thumbnail {
  text-align: center;
}
.single.gallery .gallery__wrap .gallery__thumbnail img {
  max-width: 90%;
  height: auto;
}
.single.gallery .gallery__wrap .gallery__date {
  color: #d5cdb8;
  font-size: 14px;
  margin: 60px 0 20px;
}

/* ************************************************************************************************
   微調整
   ************************************************************************************************ */
@media screen and (min-width: 1920px) {
  .index__h2 .en {
    font-size: 100px;
  }

  #concept .concept__wrap concept__img {
    width: auto;
  }

  #i-menu .i-menu__wrap .i-menu__item .i-menu__heading h2 .en {
    font-size: 70px;
  }

  #chef .chef__wrap .chef__container .index__h2 .en {
    font-size: 70px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item {
    padding: 0 30px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item h3 {
    font-size: 25px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item .i-kobukuro__txt {
    font-size: 16px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item .i-kobukuro__number {
    font-size: 60px;
    width: 85px;
    height: 85px;
    margin: 80px auto 0;
  }

  #access {
    padding: 110px 0 150px 200px;
  }
}
@media screen and (max-width: 1537px) {
  #i-gallery {
    height: 70vh;
  }

  #chef .chef__wrap .chef__img {
    width: 20vw;
  }

  #chef .chef__wrap .chef__img {
    width: 24vw;
  }
}
@media screen and (max-width: 1441px) {
  #dinner .wrap2 {
    padding: 0 3vw;
  }

  #dinner .dinner__wrap .dinner__img {
    width: 55vw;
  }

  .menu .menu__box {
    padding: 4vw 5vw 4.5vw;
  }

  .menu .menu__box table {
    width: 36%;
  }

  .menu .menu__box h4 {
    font-size: 1.6vw;
  }

  .menu .menu__wrap .menu__box table {
    width: 75%;
  }

  #kobukuro .kobukuro__container .kobukuro__img {
    width: 40vw;
  }

  #kobukuro .kobukuro__container .kobukuro__box {
    margin-left: 4.5vw;
  }

  #kobukuro .kobukuro__container:last-of-type .kobukuro__box {
    margin: 0 4.5vw 0 0;
  }

  .kobukuro__bg {
    height: 62vh;
  }

  #points .points__wrap .points__container img {
    width: 34vw;
  }

  #points .points__wrap .points__container .points__box {
    margin-left: 3.8vw;
  }

  #family .family__img {
    width: 72vw;
  }
}
@media screen and (max-width: 1367px) {
  #i-gallery {
    height: 60vh;
  }

  #chef .chef__wrap .chef__container {
    margin: 200px 0 0 -50px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item h3 {
    font-size: 18px;
  }

  #access {
    padding: 110px 0 150px 10vw;
  }

  .news .news__wrap .news__container {
    width: 68%;
  }
}
@media screen and (max-width: 1281px) {
  #i-menu .i-menu__wrap .i-menu__item .i-menu__heading {
    height: 100px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item h3 {
    font-size: 17px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item {
    height: 540px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item .i-kobukuro__txt {
    font-size: 14px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item .i-kobukuro__number {
    font-size: 50px;
    width: 75px;
    height: 75px;
  }

  #access .access__wrap .access__map .access__dot {
    width: 23px;
    height: 23px;
    left: 43%;
    bottom: 18%;
  }
}
/* ************************************************************************************************
   1025px
   ************************************************************************************************ */
@media screen and (max-width: 1025px) {
  /***** index.php @1025px *****/
  .index__h2 .en {
    font-size: 70px;
  }

  #concept {
    margin-top: 90px;
  }

  #concept .concept__wrap .concept__container .concept__txt {
    margin-top: 40px;
  }

  #concept .concept__wrap .concept__img {
    margin-left: 40px;
  }

  #i-menu {
    margin: 150px 0 80px;
  }

  #i-menu .i-menu__wrap .i-menu__item {
    margin: 0 25px;
  }

  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(2) {
    margin-top: 100px;
  }

  #i-menu .i-menu__wrap .i-menu__item .i-menu__heading {
    height: 95px;
  }

  #i-menu .i-menu__wrap .i-menu__item .i-menu__heading h2 {
    font-size: 19px;
  }

  #i-menu .i-menu__wrap .i-menu__item .i-menu__heading h2 .en {
    font-size: 60px;
  }

  #chef .chef__wrap .chef__container {
    margin: 150px 0 0 -50px;
    padding: 50px 50px 50px 90px;
  }

  #chef .chef__wrap .chef__container .chef__txt {
    margin-top: 30px;
  }

  #i-kobukuro .i-kobukuro__wrap {
    margin-top: 70px;
    flex-wrap: wrap;
    justify-content: center;
  }

  #i-kobukuro .i-kobukuro__wrap .slide-in {
    width: calc(100% / 3);
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item {
    height: 460px;
  }

  #i-kobukuro .i-kobukuro__wrap .slide-in:nth-of-type(4),
  #i-kobukuro .i-kobukuro__wrap .slide-in:nth-of-type(5) {
    width: calc(100% / 2);
  }

  #i-kobukuro .i-kobukuro__wrap .slide-in:nth-of-type(4) .i-kobukuro__item,
  #i-kobukuro .i-kobukuro__wrap .slide-in:nth-of-type(5) .i-kobukuro__item {
    background-size: cover;
    background-position: center;
    height: 400px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item h3 {
    font-size: 18px;
  }

  #i-news {
    padding: 90px 0;
  }

  #i-news .i-news__wrap {
    justify-content: space-between;
  }

  #i-news .i-news__wrap .i-news__container {
    margin-left: 0;
  }

  #i-gallery {
    height: 50vh;
  }

  #access {
    padding: 90px 0 130px 7vw;
  }

  #access .access__wrap .access__container address {
    margin: 45px 0 10px;
  }

  #access .access__wrap .access__container {
    width: 59%;
  }

  /***** menu.php @1025px *****/
  .menu .menu__box h4 {
    font-size: 2vw;
  }

  .menu .menu__wrap {
    -moz-column-gap: 7%;
    column-gap: 7%;
  }

  .menu .menu__box {
    padding: 50px 5vw 60px;
  }

  .menu .menu__wrap .menu__box {
    padding: 50px 0 60px;
  }

  .menu .menu__wrap .menu__box h4 {
    margin-bottom: 30px;
  }

  #lunch {
    padding: 110px 0 100px;
  }

  #lunch .lunch__wrap .lunch__txt {
    margin: 60px 0 50px;
  }

  #lunch .lunch__wrap .lunch__container {
    margin-bottom: 70px;
  }

  #lunch .lunch__wrap .lunch__container .lunch__item {
    margin: 60px 0 0;
  }

  #lunch .lunch__wrap .lunch__container .lunch__item .lunch__img img {
    width: 85%;
  }

  #dinner {
    padding: 100px 0 130px;
  }

  #dinner .wrap2 {
    padding: 0;
  }

  #dinner .dinner__wrap {
    margin-bottom: 80px;
  }

  #dinner .dinner__wrap .dinner__img {
    margin: 60px auto 0;
  }

  #dinner .menu__box {
    margin-top: 60px;
  }

  /***** kobukuro.php @1025px *****/
  #kobukuro {
    padding: 110px 0;
  }

  #kobukuro .kobukuro__container .kobukuro__box h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  #kobukuro .kobukuro__container:last-of-type {
    margin-top: 70px;
  }

  .kobukuro__bg {
    height: 52vh;
    background-attachment: scroll;
  }

  #points {
    padding: 100px 0 90px;
  }

  #points .points__wrap {
    margin-top: 60px;
  }

  #points .points__wrap .points__container {
    padding: 40px;
    margin: 0 auto 50px;
  }

  #points .points__wrap .points__container .points__box h4 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  #points .points__wrap .points__container .points__box h4 .number {
    font-size: 39px;
    width: 55px;
    height: 55px;
    margin-right: 20px;
  }

  #family {
    padding-bottom: 130px;
  }

  #family .family__wrap {
    padding: 160px 0 60px;
  }

  #family .family__wrap .family__ttl .en {
    font-size: 55px;
  }

  #family .family__wrap .family__ttl {
    font-size: 21px;
  }

  #family .family__wrap .btn01 {
    font-size: 16px;
  }

  #family .family__wrap .family__txt {
    margin: 50px 0 35px;
  }

  /***** news @1025px *****/
  .news .news__wrap {
    padding: 110px 0 120px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .news .news__wrap .news__container {
    width: 80%;
  }

  .news .news__wrap .news__container .category__ttl {
    margin-bottom: 55px;
  }

  .news .news__wrap .news__container .category__ttl h3 {
    font-size: 20px;
  }

  .news .news__wrap .news__container .news__heading .news__date {
    font-size: 14px;
  }

  .news .news__wrap .news__container .news__heading h3 {
    font-size: 19px;
  }

  .news .news__wrap .news__container .news__category ul.post-categories li a {
    font-size: 13px;
    height: 32px;
    line-height: 32px;
  }

  .news .news__wrap .news__container .news__content {
    font-size: 15px;
  }

  .sidebar {
    width: 100%;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    margin-top: 90px;
  }

  .sidebar .sidebar__box {
    margin-bottom: 0;
    width: 25%;
  }

  .sidebar .sidebar__box h3 {
    font-size: 18px;
    text-align: center;
  }

  .sidebar .sidebar__box ul {
    text-align: center;
  }

  .nav-below {
    margin-top: 50px;
  }

  .nav-below .nav-btn a {
    font-size: 17px;
  }

  /***** gallery @1025px *****/
  .gallery {
    padding: 110px 0 160px;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 17px !important;
  }

  .single.gallery {
    padding: 110px 0 130px;
  }

  .single.gallery .gallery__wrap .gallery__date {
    font-size: 13px;
    margin: 50px 0 20px;
  }

  .single.gallery .gallery__wrap .gallery__content {
    font-size: 15px;
  }
}
/* ************************************************************************************************
   960px
   ************************************************************************************************ */
@media screen and (max-width: 960px) {
  /***** index.php @960px *****/
  #concept .concept__wrap {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  #concept .concept__wrap .concept__img {
    margin: 0 30px 60px 0;
    width: 48vw;
  }

  #concept .concept__wrap .concept__container {
    align-self: center;
  }

  #i-menu {
    margin: 120px 0 260px;
  }

  #i-menu .i-menu__wrap {
    flex-direction: column;
  }

  #i-menu .i-menu__wrap .i-menu__item {
    margin: 0;
    width: 70%;
  }

  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(2) {
    margin-top: 70px;
    align-self: flex-end;
  }

  #chef .chef__wrap {
    position: relative;
  }

  #chef .chef__wrap .chef__container {
    width: 80%;
    padding: 40px;
    margin: 0;
  }

  #chef .chef__wrap .chef__container .index__h2 {
    text-align: right;
  }

  #chef .chef__wrap .chef__img {
    width: 26vw;
    z-index: 2;
    position: absolute;
    top: -33%;
    left: 16%;
  }

  #i-kobukuro .i-kobukuro__heading {
    flex-direction: column;
    align-items: flex-start;
  }

  #i-kobukuro .i-kobukuro__heading .i-kobukuro__box {
    margin-top: 40px;
    margin-left: 0;
  }

  #i-kobukuro .i-kobukuro__wrap {
    margin-top: 50px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item {
    height: 479px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item h3 {
    font-size: 17px;
    margin: 20px 0;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item .i-kobukuro__number {
    font-size: 47px;
    width: 70px;
    height: 70px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item:nth-of-type(4),
  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item:nth-of-type(5) {
    height: 390px;
  }

  #i-news .i-news__wrap {
    flex-direction: column;
    align-items: center;
  }

  #i-news .i-news__wrap .index__h2 {
    text-align: center;
  }

  #i-news .i-news__wrap .i-news__container {
    margin-top: 40px;
  }

  #i-gallery {
    flex-wrap: wrap;
    height: auto;
  }

  #i-gallery .i-gallery__wrap01,
  #i-gallery .i-gallery__wrap02 {
    width: 100%;
  }

  #access {
    padding: 90px 0 110px 7vw;
  }

  #access .access__wrap {
    position: relative;
  }

  #access .access__wrap .access__map {
    position: absolute;
    margin: 0 -70px 0 0;
    top: 11%;
    left: 11%;
  }

  #access .access__wrap .access__container {
    width: 100%;
  }

  /***** menu.php @960px *****/
  .menu .menu__box {
    width: 80%;
    margin: 60px auto 0;
    padding: 50px 0 60px;
    flex-direction: column;
    align-items: center;
  }

  .menu .menu__box h4 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .menu .menu__box h4 .br-pc {
    display: none;
  }

  .menu .menu__box table {
    width: 70%;
  }

  .menu .menu__wrap {
    -moz-column-count: 1;
    column-count: 1;
  }

  #lunch .lunch__wrap .lunch__container {
    justify-content: space-around;
  }

  #lunch .lunch__wrap .lunch__container .lunch__item {
    width: 24%;
  }

  #dinner .dinner__wrap .dinner__img {
    width: 70vw;
  }

  #dinner .menu__box {
    width: 80%;
  }

  /***** kobukuro.php @960px *****/
  #kobukuro .kobukuro__container {
    flex-direction: column-reverse;
    width: 85%;
    margin: 0 auto;
  }

  #kobukuro .kobukuro__container:last-of-type {
    flex-direction: column;
    width: 85%;
    margin: 90px auto 0;
  }

  #kobukuro .kobukuro__container .kobukuro__box,
  #kobukuro .kobukuro__container:last-of-type .kobukuro__box {
    margin: 0;
    width: 100%;
  }

  #kobukuro .kobukuro__container .kobukuro__img {
    width: 75vw;
    margin-top: 40px;
  }

  .kobukuro__bg {
    height: 40vh;
  }

  #points .points__wrap .points__container {
    flex-direction: column;
    padding: 50px 30px;
  }

  #points .points__wrap .points__container .points__box {
    margin-left: 0;
  }

  #points .points__wrap .points__container .points__box h4 {
    text-align: center;
  }

  #points .points__wrap .points__container img {
    width: 55vw;
    margin-bottom: 30px;
  }

  #family .family__img {
    width: 80vw;
  }

  #family .family__wrap {
    padding: 150px 40px 60px;
  }

  /***** news @960px *****/
  .news .news__wrap .news__container {
    width: 88%;
  }

  .news .news__wrap .news__container .news__list li a .date {
    display: block;
    padding-right: 0;
    font-size: 13px;
  }

  .sidebar .sidebar__box {
    width: 28%;
  }

  .sidebar .sidebar__box--archive select {
    text-align: center;
  }

  /***** gallery @960px *****/
  .gallery .gallery__wrap .gallery__slider .gallery__item {
    margin: 0 6vw;
  }

  .slick-dots li {
    margin: 0 3px !important;
  }
}
/* ************************************************************************************************
   iPhone横
   ************************************************************************************************ */
@media (orientation: landscape) and (max-width: 927px) {
  #concept .concept__wrap {
    align-items: center;
  }

  #concept .concept__wrap .concept__img {
    margin: 0 auto 60px;
  }

  #chef .chef__wrap {
    justify-content: flex-end;
  }

  #chef .chef__wrap .chef__container {
    width: 74%;
  }

  .kobukuro__bg {
    height: 80vh;
  }
}
@media (orientation: landscape) and (max-width: 845px) {
  #chef .chef__wrap {
    justify-content: center;
  }
}
@media (orientation: landscape) and (max-width: 668px) {
  #i-kobukuro .i-kobukuro__wrap .slide-in,
  #i-kobukuro .i-kobukuro__wrap .slide-in:nth-of-type(4),
  #i-kobukuro .i-kobukuro__wrap .slide-in:nth-of-type(5) {
    width: 100%;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item,
  #i-kobukuro .i-kobukuro__wrap .slide-in:nth-of-type(4) .i-kobukuro__item,
  #i-kobukuro .i-kobukuro__wrap .slide-in:nth-of-type(5) .i-kobukuro__item {
    height: 85vh;
    background-size: cover;
    background-position: center;
    padding: 0 30px;
  }

  .i-kobukuro__item01 {
    background-image: url(img/index_kobukuro_img01_sp.jpg);
  }

  .i-kobukuro__item02 {
    background-image: url(img/index_kobukuro_img02_sp.jpg);
  }

  .i-kobukuro__item03 {
    background-image: url(img/index_kobukuro_img03_sp.jpg);
  }

  .i-kobukuro__item04 {
    background-image: url(img/index_kobukuro_img04_sp.jpg);
  }

  .i-kobukuro__item05 {
    background-image: url(img/index_kobukuro_img05_sp.jpg);
  }

  #lunch .lunch__wrap .lunch__container .lunch__item {
    width: 25%;
  }
}
/* ************************************************************************************************
   560px
   ************************************************************************************************ */
@media screen and (max-width: 559px) {
  /***** index.php @560px *****/
  .index__h2 .en {
    font-size: 50px;
    margin-bottom: -5px;
  }

  #main {
    height: 78vh;
  }

  #main .main__movie {
    width: 100%;
    height: 39vh;
  }

  #concept {
    margin-top: 50px;
  }

  #concept .concept__wrap {
    align-items: flex-start;
  }

  #concept .concept__wrap .concept__img {
    margin: 0 0 40px 0;
    width: 75vw;
  }

  #concept .concept__wrap .concept__container {
    align-self: flex-start;
  }

  #concept .concept__wrap .concept__container .concept__txt {
    margin-top: 30px;
    text-align: justify;
  }

  #i-menu {
    margin: 80px 0 250px;
  }

  #i-menu .i-menu__wrap .i-menu__item {
    width: 89%;
  }

  #i-menu .i-menu__wrap .i-menu__item:nth-of-type(2) {
    margin-top: 50px;
  }

  #i-menu .i-menu__wrap .i-menu__item .i-menu__heading {
    height: 69px;
  }

  #i-menu .i-menu__wrap .i-menu__item .i-menu__heading h2 .en {
    font-size: 40px;
  }

  #i-menu .i-menu__wrap .i-menu__item .i-menu__heading h2 {
    font-size: 16px;
  }

  #chef .wrap2 {
    padding: 0 20px;
  }

  #chef .chef__wrap {
    justify-content: flex-end;
  }

  #chef .chef__wrap .chef__container {
    width: 92%;
    padding: 40px 20px;
  }

  #chef .chef__wrap .chef__container .index__h2 {
    font-size: 16px;
  }

  #chef .chef__wrap .chef__container .index__h2 .en {
    font-size: 40px;
  }

  #chef .chef__wrap .chef__img {
    width: 162px;
    left: 0;
    top: -37%;
    margin-left: 2%;
  }

  #chef .chef__wrap .chef__container .chef__txt {
    text-align: justify;
  }

  #i-kobukuro {
    margin-top: 100px;
  }

  #i-kobukuro .i-kobukuro__heading .i-kobukuro__box {
    margin-top: 30px;
  }

  #i-kobukuro .i-kobukuro__heading .i-kobukuro__box p {
    margin-bottom: 20px;
  }

  #i-kobukuro .i-kobukuro__wrap {
    margin-top: 40px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item {
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #i-kobukuro .i-kobukuro__wrap .slide-in,
  #i-kobukuro .i-kobukuro__wrap .slide-in:nth-of-type(4),
  #i-kobukuro .i-kobukuro__wrap .slide-in:nth-of-type(5) {
    width: 100%;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item,
  #i-kobukuro .i-kobukuro__wrap .slide-in:nth-of-type(4) .i-kobukuro__item,
  #i-kobukuro .i-kobukuro__wrap .slide-in:nth-of-type(5) .i-kobukuro__item {
    height: 50vh;
    min-height: 333px;
    margin-top: -1px;
    background-size: cover;
    background-position: center;
  }

  .i-kobukuro__item01 {
    background-image: url(img/index_kobukuro_img01_sp.jpg);
  }

  .i-kobukuro__item02 {
    background-image: url(img/index_kobukuro_img02_sp.jpg);
  }

  .i-kobukuro__item03 {
    background-image: url(img/index_kobukuro_img03_sp.jpg);
  }

  .i-kobukuro__item04 {
    background-image: url(img/index_kobukuro_img04_sp.jpg);
  }

  .i-kobukuro__item05 {
    background-image: url(img/index_kobukuro_img05_sp.jpg);
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item .i-kobukuro__number {
    font-size: 36px;
    width: 55px;
    height: 55px;
    margin-top: 0;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item h3 {
    font-size: 20px;
    margin: 15px 0 20px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item .i-kobukuro__txt {
    font-size: 13px;
  }

  #i-news {
    padding: 60px 0;
  }

  #i-news .i-news__wrap .i-news__container {
    margin-top: 25px;
  }

  #i-news .i-news__wrap .i-news__container ul.i-news__list li a {
    padding: 10px 0;
  }

  #i-news .i-news__wrap .i-news__container ul.i-news__list li a .date {
    padding-right: 0;
    display: block;
  }

  #i-news .i-news__wrap .i-news__container .i-news__btn {
    margin-top: 25px;
  }

  #access {
    padding: 60px 0 60px 10vw;
  }

  #access .access__wrap .access__container address {
    margin: 35px 0 5px;
  }

  #access .access__wrap .access__map {
    margin: 0 -140px 0 0;
    top: 13%;
    left: 7%;
  }

  #access .access__wrap .access__map .access__dot {
    width: 16px;
    height: 16px;
    left: 41%;
    bottom: 19%;
  }

  /***** menu.php @560px *****/
  .menu .menu__box {
    width: 100%;
    padding: 40px 0 50px;
    margin-top: 50px;
  }

  .menu .menu__box h4 {
    font-size: 17px;
    margin-bottom: 25px;
  }

  .menu .menu__box table {
    width: 85%;
  }

  #lunch {
    padding: 50px 0 70px;
  }

  #lunch .lunch__wrap .lunch__txt {
    margin: 40px 0;
  }

  #lunch .lunch__wrap .lunch__container {
    justify-content: space-between;
    margin-bottom: 50px;
  }

  #lunch .lunch__wrap .lunch__container .lunch__item {
    width: 48%;
    margin: 30px 0 0;
  }

  #lunch .lunch__wrap .lunch__container .lunch__item:nth-of-type(3),
  #lunch .lunch__wrap .lunch__container .lunch__item:nth-of-type(4) {
    margin-top: 30px;
  }

  #lunch .lunch__wrap .lunch__container .lunch__item .lunch__img img {
    width: 80%;
  }

  #dinner {
    padding: 70px 0 90px;
  }

  #dinner .dinner__wrap {
    margin-bottom: 60px;
  }

  #dinner .dinner__wrap .dinner__img {
    margin: 40px auto 0;
    width: 80vw;
  }

  #dinner .menu__box {
    width: 95%;
    margin-top: 50px;
  }

  .menu .menu__wrap .menu__box table {
    width: 85%;
  }

  .menu .menu__wrap .menu__box {
    padding: 50px 0 60px;
  }

  /***** kobukuro.php @560px *****/
  #kobukuro {
    padding: 50px 0 70px;
  }

  #kobukuro .kobukuro__container,
  #kobukuro .kobukuro__container:last-of-type {
    width: 100%;
  }

  #kobukuro .kobukuro__container:last-of-type {
    margin: 70px auto 0;
  }

  #kobukuro .kobukuro__container .kobukuro__box h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
  }

  #kobukuro .kobukuro__container .kobukuro__box p {
    text-align: justify;
  }

  #kobukuro .kobukuro__container .kobukuro__img {
    width: 83vw;
    margin-top: 30px;
  }

  .kobukuro__bg {
    background-image: url(img/kobukuro_bg_sp.jpg);
  }

  #points {
    padding: 70px 0 50px;
  }

  #points .wrap2 {
    padding: 0 20px;
  }

  #points .points__wrap {
    margin-top: 50px;
  }

  #points .points__wrap .points__container {
    padding: 40px 20px;
    margin: 0 auto 40px;
  }

  #points .points__wrap .points__container img {
    width: 100%;
  }

  #points .points__wrap .points__container .points__box h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  #points .points__wrap .points__container .points__box h4 .number {
    display: block;
    margin: 0 auto 13px;
    font-size: 36px;
    width: 50px;
    height: 50px;
  }

  #points .points__wrap .points__container .points__box p {
    text-align: justify;
  }

  #family {
    padding-bottom: 90px;
  }

  #family .wrap2 {
    padding: 0;
  }

  #family .family__img {
    width: 91vw;
  }

  #family .family__wrap {
    margin: -100px auto 0;
    padding: 140px 20px 40px;
    width: 90vw;
  }

  #family .family__wrap .family__ttl .en {
    font-size: 45px;
    line-height: 1.1;
    margin-bottom: 5px;
    display: inline-block;
  }

  #family .family__wrap .family__ttl {
    font-size: 17px;
  }

  #family .family__wrap .family__txt {
    margin: 40px 0 30px;
    text-align: justify;
  }

  #family .family__wrap .btn01 {
    font-size: 15px;
  }

  /***** news @560px *****/
  .news .news__wrap {
    padding: 50px 0 90px;
  }

  .news .news__wrap .news__container .category__ttl {
    margin-bottom: 40px;
  }

  .news .news__wrap .news__container .category__ttl h3 {
    font-size: 18px;
  }

  .news .news__wrap .news__container {
    width: 100%;
  }

  .news .news__wrap .news__container .news__list li a .date {
    font-size: 12px;
  }

  .news .news__wrap .news__container .news__heading {
    padding: 0 0 10px;
  }

  .news .news__wrap .news__container .news__heading .news__date {
    font-size: 13px;
  }

  .news .news__wrap .news__container .news__heading h3 {
    font-size: 17px;
  }

  .news .news__wrap .news__container .news__thumbnail {
    margin: 30px 0 25px;
  }

  .news .news__wrap .news__container .news__category ul.post-categories li a {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px 15px;
  }

  .news .news__wrap .news__container .news__content {
    font-size: 14px;
    margin-top: 30px;
  }

  .sidebar {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  .sidebar .sidebar__box {
    width: 70%;
    margin-top: 40px;
  }

  .sidebar .sidebar__box h3 {
    font-size: 17px;
  }

  .sidebar .sidebar__box--cat li a,
  .sidebar .sidebar__box--archive select,
  .sidebar .sidebar__box--archive select option,
  .sidebar .sidebar__box--search input {
    font-size: 14px;
  }

  .pagination {
    margin-top: 30px;
  }

  .pagination a,
  .pagination span {
    font-size: 16px;
  }

  .pagination .current {
    width: 24px;
    height: 24px;
  }

  .pagination a.next {
    margin-left: 15px;
  }

  .pagination a.prev {
    margin-right: 15px;
  }

  .nav-below {
    margin-top: 40px;
  }

  .nav-below .nav-btn a {
    font-size: 16px;
  }

  /***** gallery @560px *****/
  .gallery {
    padding: 50px 0 130px;
  }

  .gallery .gallery__wrap .gallery__slider .gallery__item {
    margin: 0 5vw;
  }

  .gallery .gallery__wrap .slick-dots {
    display: none !important;
  }

  .gallery .gallery__wrap .slick-dots li button::before {
    font-size: 23px !important;
  }

  .safari .gallery .gallery__wrap .slick-dots li button::before {
    font-size: 23px !important;
  }

  .slick-prev,
  .slick-next {
    bottom: -60px !important;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 16px !important;
  }

  .single.gallery {
    padding: 50px 0 90px;
  }

  .single.gallery .gallery__wrap .gallery__thumbnail img {
    max-width: 100%;
  }

  .single.gallery .gallery__wrap .gallery__date {
    font-size: 12px;
    margin: 30px 0 20px;
    text-align: right;
  }

  .single.gallery .gallery__wrap .gallery__content {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (max-width: 415px) {
  #chef .chef__wrap .chef__img {
    top: -32%;
  }
}
/* ************************************************************************************************
   320px
   ************************************************************************************************ */
@media screen and (max-width: 320px) {
  .index__h2 .en {
    font-size: 48px;
  }

  #chef .chef__wrap .chef__container .index__h2 .en {
    font-size: 36px;
  }

  #chef .chef__wrap .chef__container .index__h2 {
    font-size: 15px;
  }

  #chef .chef__wrap .chef__img {
    top: -26%;
    width: 138px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item .i-kobukuro__txt {
    font-size: 12px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item h3 {
    font-size: 19px;
  }

  #i-kobukuro .i-kobukuro__wrap .i-kobukuro__item .i-kobukuro__number {
    font-size: 34px;
    width: 52px;
    height: 52px;
  }

  #lunch .lunch__wrap .lunch__container .lunch__item {
    width: 49%;
  }

  .menu .menu__box h4 {
    font-size: 16px;
  }

  .menu .menu__wrap .menu__box table {
    width: 88%;
  }

  #kobukuro .kobukuro__container .kobukuro__box h3 {
    font-size: 21px;
  }

  #points .points__wrap .points__container .points__box h4 {
    font-size: 19px;
  }

  #family .family__wrap .family__ttl {
    font-size: 15px;
  }

  #family .family__wrap .family__ttl .en {
    font-size: 40px;
  }

  #family .family__wrap .btn01 {
    font-size: 14px;
  }

  .sidebar .sidebar__box h3 {
    font-size: 16px;
  }

  .sidebar .sidebar__box--cat li a,
  .sidebar .sidebar__box--archive select,
  .sidebar .sidebar__box--archive select option,
  .sidebar .sidebar__box--search input {
    font-size: 13px;
  }

  .news .news__wrap .news__container .news__heading h3 {
    font-size: 16px;
  }
}
