@charset "UTF-8";
/*
Theme Name: 寿こう
Description: 寿こうのテーマ
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
html {
  font-size: 62.5%;
  box-sizing: border-box; }
  html:focus {
    outline: none; }
  html * {
    box-sizing: border-box; }
  html.translated-ltr {
    margin-top: 0 !important; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  color: #222; }

main {
  overflow: hidden; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media print, screen and (min-width: 768px) {
    .container {
      width: 750px;
      transition: ease-in .1s; } }
  @media print, screen and (min-width: 992px) {
    .container {
      width: 970px;
      transition: ease-in .1s; } }
  @media print, screen and (min-width: 1200px) {
    .container {
      width: 1170px;
      transition: ease-in .1s; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

/* マージン・パディング */
.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mtb70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

/* リンク */
/* ----------------------------------- */
a {
  color: #222;
  transition: all ease-in-out .3s;
  text-decoration: none; }
  a:hover, a:focus {
    color: #c08a4a;
    text-decoration: none;
    transition: all ease-in-out .3s; }
  a:focus, a:active, a:hover {
    outline: 0;
    text-decoration: none; }

/* リンク付き画像 */
/* ----------------------------------- */
a img:hover {
  -moz-opacity: 0.8 !important;
  opacity: 0.8 !important;
  /* 透明度 */ }

a:active {
  text-decoration: none; }

.entry-meta .edit-link a,
.commentlist .edit-link a {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  float: right;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 300;
  text-decoration: none;
  padding: 0 8px; }

.entry-content .edit-link {
  clear: both;
  display: block; }

/* 配置 */
/* ----------------------------------- */
.alignnone {
  max-width: 100%; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

blockquote {
  font-size: 16px; }

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0 20px 20px 0; }

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0 0 20px 20px; }

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em; }

/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

.comment-content img,
.widget img {
  max-width: 100%; }

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto; }

.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 30px; }

img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px; }

img.alignright {
  display: inline;
  float: right;
  margin-left: 20px; }

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

#content .gallery {
  margin: 0 auto 1em; }

#content .gallery a img {
  border: none; }

img#wpstats {
  display: block;
  margin: 0 auto 1em; }

/* ----------------------------------- */
/* ギャラリー */
/* ----------------------------------- */
.gallery {
  margin-bottom: 1.6em; }
  .gallery dl {
    margin: 0; }

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/* キャプション */
/* ----------------------------------- */
.wp-caption {
  max-width: 100%; }

.wp-caption img {
  border-color: #eee; }

/* Make sure videos and embeds fit their containers */
/* ----------------------------------- */
embed,
iframe,
object {
  max-width: 100%; }

/* ボタン */
/* ----------------------------------- */
.btn {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 160px;
  width: 100%;
  height: 100%;
  margin: 60px auto 30px;
  padding: 12px 0 11px;
  max-height: 60px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  user-select: none;
  background-image: none;
  border-bottom: 1px solid #666;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  position: relative;
  color: #222;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
  .btn:after {
    border-right: 2px solid #666;
    border-top: 2px solid #666;
    border-radius: 2px;
    content: "";
    height: 5px;
    right: 10px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 45%;
    width: 5px;
    transition: all ease-in-out .3s; }
  .btn:hover {
    text-decoration: none;
    color: #c08a4a;
    border-bottom: 1px solid #c08a4a; }
    .btn:hover:after {
      border-right: 2px solid #c08a4a;
      border-top: 2px solid #c08a4a; }

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column1Wrap {
  margin-bottom: 30px; }

.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px; }
  .column2Wrap .columnBox {
    flex-basis: 100%;
    margin-bottom: 20px; }
  .column2Wrap.img140 .columnBox:nth-of-type(1) {
    text-align: center; }
    .column2Wrap.img140 .columnBox:nth-of-type(1) img {
      max-width: 140px;
      margin: 0 auto; }
  .column2Wrap .box140Wrap {
    margin-bottom: 30px; }
    .column2Wrap .box140Wrap .image {
      text-align: center;
      margin-bottom: 20px; }
      .column2Wrap .box140Wrap .image img {
        max-width: 140px; }

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px; }
  .column3Wrap .columnBox {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 20px; }
    .column3Wrap .columnBox img {
      width: 100%; }
    .column3Wrap .columnBox p:last-child {
      margin-bottom: 0; }

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px; }
  .column4Wrap .columnBox {
    flex-basis: 100%;
    margin-bottom: 20px; }
    .column4Wrap .columnBox img {
      width: 100%; }
    .column4Wrap .columnBox p:last-child {
      margin-bottom: 0; }

.columnBox {
  overflow: hidden; }
  .columnBox img {
    align-self: baseline;
    max-width: 100%; }
  .columnBox p:last-of-type {
    margin-bottom: 0; }

@media print, screen and (min-width: 768px) {
  .column2Wrap .columnBox {
    flex-basis: 48%;
    width: 48%; }
  .column2Wrap .column2Wrap .columnBox {
    flex-basis: 45%; }
  .column2Wrap.img140 .columnBox:nth-of-type(1) {
    flex-basis: 140px;
    width: 140px; }
  .column2Wrap.img140 .columnBox:nth-of-type(2) {
    flex-basis: calc(100% - 170px);
    width: calc(100% - 170px); }
  .column2Wrap.img290 .columnBox:nth-of-type(1) {
    flex-basis: 290px;
    width: 290px;
    order: 1; }
  .column2Wrap.img290 .columnBox:nth-of-type(2) {
    flex-basis: calc(100% - 320px);
    width: calc(100% - 320px);
    order: 2; }
  .column2Wrap.img290R .columnBox:nth-of-type(1) {
    flex-basis: 290px;
    width: 290px;
    order: 2; }
  .column2Wrap.img290R .columnBox:nth-of-type(2) {
    flex-basis: calc(100% - 320px);
    width: calc(100% - 320px);
    order: 1; }
  .column2Wrap.img360 .columnBox:nth-of-type(1) {
    flex-basis: 345px;
    width: 345px;
    order: 1; }
  .column2Wrap.img360 .columnBox:nth-of-type(2) {
    flex-basis: calc(100% - 375px);
    width: calc(100% - 375px);
    order: 2; }
  .column2Wrap.img360R .column_box:nth-of-type(1) {
    flex-basis: 345px;
    width: 345px;
    order: 2; }
  .column2Wrap.img360R .column_box:nth-of-type(2) {
    flex-basis: calc(100% - 375px);
    width: calc(100% - 375px);
    order: 1; }
  .column2Wrap.img360before .columnBox:nth-of-type(1) {
    flex-basis: calc(100% - 375px);
    width: calc(100% - 375px); }
  .column2Wrap.img360before .columnBox:nth-of-type(2) {
    flex-basis: 345px;
    width: 345px; }
  .column2Wrap .box140Wrap {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between; }
    .column2Wrap .box140Wrap .image {
      flex-basis: 140px;
      margin-bottom: 0; }
    .column2Wrap .box140Wrap .cnt {
      flex-basis: calc( 100% - 180px);
      align-self: center; }
      .column2Wrap .box140Wrap .cnt p {
        margin-bottom: 10px; }

  .column3Wrap .column_box {
    flex-basis: 48%;
    width: 48%; }

  .column4Wrap {
    position: relative; }
    .column4Wrap .columnBox {
      flex-basis: 48%;
      width: 48%; } }
@media print, screen and (min-width: 992px) {
  .column2Wrap.img360 .columnBox:nth-of-type(1) {
    flex-basis: 360px;
    width: 360px;
    order: 1; }
  .column2Wrap.img360 .columnBox:nth-of-type(2) {
    flex-basis: calc(100% - 390px);
    width: calc(100% - 390px);
    order: 2; }
  .column2Wrap.img360R .columnBox:nth-of-type(1) {
    flex-basis: 360px;
    width: 360px;
    order: 2; }
  .column2Wrap.img360R .columnBox:nth-of-type(2) {
    flex-basis: calc(100% - 390px);
    width: calc(100% - 390px);
    order: 1; }
  .column2Wrap.img360before .columnBox:nth-of-type(1) {
    flex-basis: calc(100% - 390px);
    width: calc(100% - 390px); }
  .column2Wrap.img360before .columnBox:nth-of-type(2) {
    flex-basis: 360px;
    width: 360px; }
  .column2Wrap .box140Wrap {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between; }
    .column2Wrap .box140Wrap .image {
      margin-bottom: 0; }
    .column2Wrap .box140Wrap .cnt {
      flex-basis: calc( 100% - 180px);
      align-self: center; }
      .column2Wrap .box140Wrap .cnt p {
        margin-bottom: 10px; }

  .column3Wrap:after {
    content: "";
    width: 31%; }
  .column3Wrap .columnBox {
    flex-basis: 31%;
    width: 31%; }

  .column4Wrap {
    position: relative; }
    .column4Wrap:before {
      content: "";
      display: block;
      width: 23%;
      order: 1; }
    .column4Wrap:after {
      content: "";
      width: 23%;
      display: block; }
    .column4Wrap .columnBox {
      flex-basis: 23%;
      width: 23%; } }
/* ----------------------------------- */
/* ページナビ */
/* ----------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 0 0 50px;
  display: block;
  width: 100%; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 8px 15px !important;
    margin: 0 5px !important;
    color: #222;
    text-decoration: none;
    display: inline-block;
    border: none; }
    .wp-pagenavi a:hover,
    .wp-pagenavi span:hover {
      background: #666;
      color: #fff;
      border-color: #666; }
      .wp-pagenavi a:hover:after,
      .wp-pagenavi span:hover:after {
        border-right: 2px solid #fff;
        border-top: 2px solid #fff; }
  .wp-pagenavi span.extend {
    background-color: #fff;
    color: #222; }
  .wp-pagenavi a.page {
    border: 1px solid #000; }
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    width: 40px; }
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.previouspostslink {
    position: relative;
    width: 40px; }
    .wp-pagenavi a.nextpostslink::after,
    .wp-pagenavi a.previouspostslink::after {
      border-right: 2px solid #222;
      border-top: 2px solid #222;
      border-radius: 2px;
      content: "";
      height: 5px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -5px;
      width: 5px;
      transition: all ease-in-out .3s; }
    .wp-pagenavi a.nextpostslink:hover::after,
    .wp-pagenavi a.previouspostslink:hover::after {
      border-color: #fff; }
    .wp-pagenavi a.nextpostslink span,
    .wp-pagenavi a.previouspostslink span {
      margin: 0 !important;
      padding: 0 !important; }
  .wp-pagenavi a.nextpostslink:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: -5px; }
  .wp-pagenavi a.previouspostslink:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    margin-left: -3px; }
  .wp-pagenavi a:hover {
    background: #222;
    color: #fff; }
  .wp-pagenavi span.current {
    color: #fff;
    background: #222;
    display: inline-block;
    font-weight: normal; }

/* ----------------------------------- */
/* パンくず */
/* ----------------------------------- */
.breadcrumbs {
  clear: both;
  background: #e7e7e7;
  padding: 10px 0;
  margin: 0;
  font-size: 12px;
  overflow: hidden;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; }
  .breadcrumbs .breadcrumbs_list {
    margin: 0; }
  .breadcrumbs a {
    font-size: 12px;
    text-decoration: none;
    padding: 0; }
    .breadcrumbs a:hover {
      color: #c08a4a;
      text-decoration: underline; }

/* ----------------------------------- */
/* ヘッダー */
/* ----------------------------------- */
@media print, screen and (min-width: 768px) {
  .admin-bar #header.fixed {
    top: 32px !important; }
    .admin-bar #header.fixed + #main {
      margin-top: 80px !important; } }

@media print, screen and (min-width: 768px) {
  #header.fixed {
    width: 100%;
    position: fixed;
    margin: 0 auto;
    z-index: 5;
    height: 80px;
    top: 0;
    transition: ease-in .3s;
    background: #222; }
    #header.fixed + #main {
      margin-top: 80px !important; } }

.home #header {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent; }
  @media print, screen and (min-width: 768px) {
    .home #header.fixed + #main {
      margin-top: 0 !important; } }

#header {
  width: 100%;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
  transition: ease-in .3s;
  background-color: #222;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; }
  #header #headerCnt {
    height: 80px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center; }
    #header #headerCnt .headerCntLeft #logoArea {
      display: none; }
    #header #headerCnt .headerCntLeft #headerRead h1 {
      font-size: 14px;
      color: #fff;
      font-weight: normal; }
    #header #headerCnt .headerCntRight #headerReserve {
      display: none; }
    #header #headerCnt .headerCntRight #headerTel {
      display: none; }
    #header #headerCnt .headerCntRight #headerSns {
      display: none; }
      #header #headerCnt .headerCntRight #headerSns ul li {
        list-style-type: none; }
    #header #headerCnt .headerCntRight #selectLanguage {
      display: none; }
  @media print, screen and (min-width: 768px) {
    #header.fixed {
      width: 100%;
      position: fixed;
      margin: 0 auto;
      z-index: 5;
      height: 80px;
      top: 0;
      transition: ease-in .3s;
      background: #222; } }
  @media print, screen and (min-width: 992px) {
    #header #headerCnt .headerCntLeft {
      flex-basis: 36%;
      width: 36%;
      height: 100%;
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
      #header #headerCnt .headerCntLeft #logoArea {
        display: inline-flex;
        padding-right: 20px; }
        #header #headerCnt .headerCntLeft #logoArea #logo img {
          width: auto;
          height: 70px; }
    #header #headerCnt .headerCntRight {
      flex-basis: auto;
      width: auto;
      height: 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center; }
      #header #headerCnt .headerCntRight #headerReserve {
        display: inline-flex;
        align-items: center;
        padding-right: 20px;
        flex-basis: 92px;
        width: 92px; }
        #header #headerCnt .headerCntRight #headerReserve img {
          width: auto;
          height: 18px;
          margin-right: 10px; }
        #header #headerCnt .headerCntRight #headerReserve a {
          color: #fff;
          font-size: 14px; }
      #header #headerCnt .headerCntRight #headerTel {
        display: inline-flex;
        padding-right: 30px; }
        #header #headerCnt .headerCntRight #headerTel img {
          vertical-align: middle; }
      #header #headerCnt .headerCntRight #headerSns {
        display: inline-flex;
        padding-right: 30px; }
        #header #headerCnt .headerCntRight #headerSns ul {
          display: flex;
          flex-wrap: nowrap;
          margin: 0;
          padding: 0; }
          #header #headerCnt .headerCntRight #headerSns ul li img {
            vertical-align: middle; }
            #header #headerCnt .headerCntRight #headerSns ul li img.facebookIcon {
              width: auto;
              height: 18px; }
            #header #headerCnt .headerCntRight #headerSns ul li img.instagramIcon {
              width: auto;
              height: 16px; }
          #header #headerCnt .headerCntRight #headerSns ul li + li {
            padding-left: 30px; }
      #header #headerCnt .headerCntRight #selectLanguage {
        display: inline-flex;
        padding-right: 30px; }
        #header #headerCnt .headerCntRight #selectLanguage #google_language_translator .goog-te-combo {
          background-color: transparent;
          border: 1px solid #fff !important; }
          #header #headerCnt .headerCntRight #selectLanguage #google_language_translator .goog-te-combo option {
            color: #222; }
      #header #headerCnt .headerCntRight #naviArea {
        display: inline-flex;
        justify-content: flex-end;
        flex-basis: 32px;
        width: 32px; } }

/* ----------------------------------- */
/* メインナビ */
/* ----------------------------------- */
/* SP */
/*.admin-bar {
	#navi_contents.navi_contents-on {
		padding-top:46px !important;
	}
}*/
#naviArea .navi_contents-off {
  display: none !important;
  background: #222 !important; }
#naviArea .navi_contents-on {
  z-index: 9999 !important;
  background: #222 !important; }
#naviArea #btnNavi img {
  width: 32px;
  height: auto; }
#naviArea ul#globalMenu {
  width: 100%;
  margin: 15px auto 15px;
  padding: 0 15px;
  text-align: center; }
  #naviArea ul#globalMenu li {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
    text-align: center; }
    #naviArea ul#globalMenu li a {
      display: block;
      color: #fff; }
#naviArea .close_top {
  margin: 15px 15px 0 auto;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 24px; }
@media print, screen and (min-width: 768px) {
  #naviArea ul#globalMenu li {
    margin: 0 0 15px; } }

/* ページトップ ボタン*/
#pagetopArea {
  z-index: 1; }
  #pagetopArea a {
    font-size: 28px;
    font-weight: 100;
    text-align: center;
    margin: 0;
    width: 100%;
    height: 40px;
    padding: 4px 0 0 0;
    display: block;
    color: #fff;
    background: #222;
    line-height: 1; }

/* ----------------------------------- */
/* 予約 */
/* ----------------------------------- */
#footerContactArea {
  background: url(images/common/gaikan.jpg) no-repeat top 50% right 35%;
  background-size: cover;
  width: 100%;
  height: 480px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; }
  #footerContactArea .container .cntFooterContact {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 290px;
    height: 290px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center; }
    #footerContactArea .container .cntFooterContact .footerReserve {
      flex-basis: 100%;
      display: block;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }
      #footerContactArea .container .cntFooterContact .footerReserve .btn {
        height: 100%;
        color: #fff;
        border-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 20px; }
        #footerContactArea .container .cntFooterContact .footerReserve .btn::after {
          border-color: #fff; }
        #footerContactArea .container .cntFooterContact .footerReserve .btn img {
          width: auto;
          height: 18px;
          padding-right: 5px; }
    #footerContactArea .container .cntFooterContact .footerTel {
      display: inline-block;
      font-size: 20px;
      margin-bottom: 15px; }
      #footerContactArea .container .cntFooterContact .footerTel i {
        font-size: 24px;
        margin-right: 10px; }
  @media print, screen and (min-width: 768px) {
    #footerContactArea {
      background: url(images/common/gaikan.jpg) no-repeat center right 20%;
      background-attachment: fixed; }
      #footerContactArea .container .cntFooterContact {
        border: 1px solid #fff;
        border-radius: 100%;
        width: 290px;
        height: 290px;
        margin: 0 auto;
        padding: 40px 0;
        text-align: center; } }

/* ----------------------------------- */
/* フッター */
/* ----------------------------------- */
#footer {
  padding: 40px 0 150px;
  position: relative;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; }
  #footer .footer_inner {
    text-align: center; }
  #footer #footerNaviArea {
    margin: 0 0 10px;
    display: none; }
    #footer #footerNaviArea .footerNavi ul {
      margin: 0;
      padding: 0; }
      #footer #footerNaviArea .footerNavi ul li {
        list-style: none;
        display: inline-block;
        margin: 0;
        padding: 0;
        font-size: 14px; }
        #footer #footerNaviArea .footerNavi ul li + li {
          margin: 0 0 0 15px; }
  #footer #footerMain {
    justify-content: center;
    margin-bottom: 30px;
    text-align: center; }
    #footer #footerMain p {
      margin: 0 0 20px;
      font-size: 14px; }
      #footer #footerMain p:first-child {
        margin-bottom: 0; }
    #footer #footerMain address {
      font-style: normal;
      font-size: 14px;
      margin-bottom: 15px; }
    #footer #footerMain .footerLogo {
      display: block;
      margin-bottom: 10px;
      font-size: 16px;
      width: inherit;
      max-width: 280px;
      margin: 30px auto 40px; }
      #footer #footerMain .footerLogo a {
        display: inline-block; }
      #footer #footerMain .footerLogo img {
        display: block;
        margin: 0 auto 10px; }
    #footer #footerMain .btn {
      margin: 40px auto;
      display: flex;
      align-items: center;
      padding-left: 5px; }
      #footer #footerMain .btn img {
        width: auto;
        height: 16px;
        padding-right: 10px;
        text-align: left; }
  #footer .privacypolicy {
    font-size: 12px; }
  #footer .copy {
    margin-bottom: 0;
    font-size: 14px; }
  @media print, screen and (min-width: 768px) {
    #footer {
      padding: 40px 0; }
      #footer #footerNaviArea {
        margin: 0 0 100px;
        display: block; }
        #footer #footerNaviArea .footerNavi ul {
          margin: 0;
          padding: 0; }
          #footer #footerNaviArea .footerNavi ul li {
            list-style: none;
            display: inline-block;
            margin: 0;
            padding: 0; }
            #footer #footerNaviArea .footerNavi ul li + li {
              margin: 0 0 0 15px; } }
  @media print, screen and (min-width: 992px) {
    #footer {
      padding: 30px 0 40px; } }

/* ----------------------------------- */
/* 翻訳 */
/* ----------------------------------- */
#footerBtn.fixed ~ #glt-translate-trigger {
  bottom: 60px !important; }
#footerBtn.fixed ~ .tool-container {
  bottom: 110px !important; }
@media print, screen and (min-width: 768px) {
  #footerBtn.fixed ~ #glt-translate-trigger {
    bottom: 0 !important; }
  #footerBtn.fixed ~ .tool-container {
    bottom: 50px !important; } }

/* ----------------------------------- */
/* フッター固定ボタン */
/* ----------------------------------- */
#footerBtn {
  width: 100%;
  opacity: 0;
  z-index: 1;
  position: fixed;
  bottom: -50px;
  transition: .6s; }
  #footerBtn.fixed {
    opacity: 1;
    transition: .6s;
    bottom: 0; }
  #footerBtn ul {
    margin: 5px 0 0 0;
    padding: 0;
    height: 50px;
    width: 100%;
    overflow: hidden;
    display: flex; }
    #footerBtn ul li {
      list-style: none;
      background: #222;
      flex-basis: 25%; }
      #footerBtn ul li:nth-child(2) a {
        padding-top: 8px; }
      #footerBtn ul li a {
        width: 100%;
        height: 100%;
        color: #fff;
        margin: 0 auto;
        padding: 5px;
        font-size: 10px;
        text-align: center;
        display: block; }
        #footerBtn ul li a i {
          width: 100%;
          margin: 0 0 5px;
          padding: 0;
          font-size: 24px; }
        #footerBtn ul li a img {
          width: auto;
          height: 18px;
          display: block;
          margin: 0 auto 8px; }
        #footerBtn ul li a:hover {
          background: #c08a4a;
          color: #222; }
      #footerBtn ul li + li {
        border-left: 1px solid #fff; }
  @media print, screen and (min-width: 768px) {
    #footerBtn {
      display: none; } }

/* ---------------------------------------------------------------- */
/* サイドバー  */
/* ---------------------------------------------------------------- */
#side .widget-area {
  display: none; }
@media print, screen and (min-width: 992px) {
  #side .widget-area {
    display: block; }
  #side h3 {
    font-size: 18px;
    font-weight: bold;
    color: #383838;
    margin: 15px 0 5px !important; }
  #side .widget_sp_image {
    margin-bottom: 10px; }
    #side .widget_sp_image h3 {
      display: none; }
    #side .widget_sp_image img {
      width: 100%;
      height: auto; }
  #side .widget_nav_menu ul {
    margin: 0;
    padding: 0; }
    #side .widget_nav_menu ul li {
      list-style: none;
      display: block;
      font-size: 14px;
      border-bottom: 1px solid #fff;
      position: relative; }
      #side .widget_nav_menu ul li:after {
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        border-radius: 1px;
        content: "";
        height: 8px;
        right: 8px;
        width: 8px;
        position: absolute;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 18px; }
      #side .widget_nav_menu ul li a {
        padding: 10px 5px 10px 10px;
        width: 100%;
        display: block;
        font-size: 14px;
        color: #fff;
        background: #27313d; }
        #side .widget_nav_menu ul li a:hover {
          background: #666; }
      #side .widget_nav_menu ul li ul {
        border-bottom: 1px solid #ccc; }
        #side .widget_nav_menu ul li ul li {
          border-bottom: 1px solid #ccc; }
          #side .widget_nav_menu ul li ul li:after {
            border-right: 2px solid #ccc;
            border-top: 2px solid #ccc;
            top: 13px; }
          #side .widget_nav_menu ul li ul li a {
            color: #383838;
            padding: 5px 5px 5px 10px;
            background: #fff; }
            #side .widget_nav_menu ul li ul li a:hover {
              color: #fff; }
          #side .widget_nav_menu ul li ul li:last-child {
            border: none; }
  #side .widget_text img {
    margin-bottom: 10px; }
  #side .widget_text p {
    font-size: 13px;
    margin-bottom: 15px; }
  #side .widget_text a.btn {
    background: #5DB9B9;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 7px 0;
    text-align: center;
    color: #fff;
    position: relative; }
    #side .widget_text a.btn:after {
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      border-radius: 1px;
      content: "";
      height: 10px;
      right: 10px;
      width: 10px;
      position: absolute;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 14px; }
    #side .widget_text a.btn:hover {
      background: #666; }
  #side #side_archives ul {
    padding: 0 0 0 0; }
    #side #side_archives ul li {
      list-style: none;
      position: relative;
      line-height: 1.6;
      padding: 0 0 0 2em;
      margin-bottom: 20px; }
      #side #side_archives ul li:before {
        border-right: 2px solid #5ebaba;
        border-top: 2px solid #5ebaba;
        border-radius: 2px;
        content: "";
        height: 10px;
        left: 0;
        top: 5px;
        position: absolute;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 10px; }
      #side #side_archives ul li > ul {
        margin-top: 20px; } }
@media print, screen and (min-width: 1200px) {
  #side .widget_nav_menu ul {
    margin: 0;
    padding: 0; }
    #side .widget_nav_menu ul li {
      list-style: none;
      display: block;
      font-size: 16px;
      border-bottom: 1px solid #fff;
      position: relative; }
      #side .widget_nav_menu ul li a {
        width: 100%;
        font-size: 16px; }
      #side .widget_nav_menu ul li ul {
        border-bottom: 1px solid #ccc; }
        #side .widget_nav_menu ul li ul li {
          border-bottom: 1px solid #ccc; }
          #side .widget_nav_menu ul li ul li:after {
            border-right: 2px solid #ccc;
            border-top: 2px solid #ccc;
            top: 14px; }
          #side .widget_nav_menu ul li ul li a {
            color: #383838;
            background: #fff; }
          #side .widget_nav_menu ul li ul li:last-child {
            border: none; }
  #side .widget_text p {
    font-size: 16px;
    margin-bottom: 15px; } }

/* ---------------------------------------------------------------- */
/* メインスライダー  */
/* ---------------------------------------------------------------- */
#sliderArea {
  clear: both;
  width: 100%;
  background: url(images/home/logo_jyukou2.png) no-repeat center center;
  background-size: 110px auto; }
  #sliderArea .slick-slider {
    margin-bottom: 0 !important;
    overflow: hidden;
    z-index: -10;
    background: #222; }
    #sliderArea .slick-slider .slick-slide:nth-child(2) .sliderImage {
      animation-delay: 5s;
      -webkit-animation-delay: 5s; }
    #sliderArea .slick-slider .slick-slide:nth-child(3) .sliderImage {
      animation-delay: 10s;
      -webkit-animation-delay: 10s; }
    #sliderArea .slick-slider .slick-slide:nth-child(4) .sliderImage {
      animation-delay: 15s;
      -webkit-animation-delay: 15s; }
    #sliderArea .slick-slider .sliderPost {
      position: relative;
      background-color: #222; }
      #sliderArea .slick-slider .sliderPost .sliderImage {
        display: block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: center center !important;
        -webkit-animation: slideImg 20s linear 0s infinite;
        animation: slideImg 20s linear 0s infinite; }
@keyframes slideImg {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.5); } }
        #sliderArea .slick-slider .sliderPost .sliderImage:focus {
          outline: none; }

/* ---------------------------------------------------------------- */
/* HOME  */
/* ---------------------------------------------------------------- */
/* ----------------------------------- */
/* テーブルチェック
/* ----------------------------------- */
#indexPage #tc-widget {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  #indexPage #tc-widget .tc-header {
    background: #222;
    text-align: center;
    border-radius: 0; }
  #indexPage #tc-widget .tc-h1 {
    text-align: center; }
  #indexPage #tc-widget .tc-body {
    background: #222;
    border-color: #222;
    height: auto;
    border-radius: 0; }
  #indexPage #tc-widget .tc-book {
    background: #d72d33;
    border-color: #d72d33; }

#indexPage {
  position: relative; }
  #indexPage h2 {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin: 0;
    padding: 0 0 50px;
    font-weight: normal;
    text-align: center; }
  #indexPage h3 {
    font-size: 16px;
    font-weight: 500;
    color: #433731;
    margin: 0 0 30px; }
  #indexPage .titleText {
    font-size: 24px;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
    padding-bottom: 70px;
    position: relative; }
    #indexPage .titleText::after {
      content: "";
      width: 1px;
      height: 43px;
      position: absolute;
      top: 35px;
      left: 50%;
      background-color: #666; }
  @media print, screen and (min-width: 768px) {
    #indexPage h2 {
      font-size: 22px; } }
  #indexPage #textArea {
    padding: 60px 0; }
    #indexPage #textArea p {
      font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
      font-size: 18px;
      color: #222;
      text-align: center;
      margin: 0; }
    #indexPage #textArea .btn {
      margin: 30px auto 0; }
    @media print, screen and (min-width: 768px) {
      #indexPage #textArea p {
        font-size: 22px; } }
  #indexPage #main_contents #aboutArea {
    text-align: center;
    padding: 70px 0 60px;
    background: url(images/home/bg3.jpg);
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
    clear: both; }
    #indexPage #main_contents #aboutArea p {
      margin: 0;
      font-size: 12px; }
  #indexPage #main_contents #profileArea {
    position: relative;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
    background: url(images/home/bg3.jpg); }
    #indexPage #main_contents #profileArea .profileInner .imgBox {
      width: 100%;
      padding-top: 60%;
      background: url(images/home/chef.jpg) no-repeat;
      background-size: cover; }
    #indexPage #main_contents #profileArea .profileInner .textBox {
      padding: 30px 15px;
      background-color: #fff;
      border-bottom: 1px solid #EFEFEF; }
      #indexPage #main_contents #profileArea .profileInner .textBox .name {
        font-size: 24px; }
        #indexPage #main_contents #profileArea .profileInner .textBox .name span {
          font-size: 16px;
          display: block; }
      #indexPage #main_contents #profileArea .profileInner .textBox p {
        font-size: 14px; }
  #indexPage #main_contents #menuArea {
    text-align: center;
    padding: 60px 0 70px;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
    background: url(images/home/bg3.jpg); }
    #indexPage #main_contents #menuArea p {
      margin: 0;
      font-size: 12px; }
    #indexPage #main_contents #menuArea .menuSlider {
      padding-top: 50px; }
      #indexPage #main_contents #menuArea .menuSlider .swiper-slide img {
        width: 100%;
        height: auto; }
      #indexPage #main_contents #menuArea .menuSlider .swiper-slide .slideText {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color: #fff; }
        #indexPage #main_contents #menuArea .menuSlider .swiper-slide .slideText span {
          display: block;
          font-size: 20px; }
        #indexPage #main_contents #menuArea .menuSlider .swiper-slide .slideText p {
          display: none; }
      #indexPage #main_contents #menuArea .menuSlider .swiper-slide.swiper-slide-active .slideText {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-align: left; }
        #indexPage #main_contents #menuArea .menuSlider .swiper-slide.swiper-slide-active .slideText .slideTextInner {
          width: 100%;
          padding: 0 15px; }
      #indexPage #main_contents #menuArea .menuSlider .swiper-pagination-bullet {
        background: #fff;
        opacity: .6;
        width: 14px;
        height: 14px; }
        #indexPage #main_contents #menuArea .menuSlider .swiper-pagination-bullet + .swiper-pagination-bullet {
          margin-left: 15px; }
      #indexPage #main_contents #menuArea .menuSlider .swiper-pagination-bullet-active {
        margin: auto;
        background-color: #fff;
        opacity: 1;
        width: 14px;
        height: 14px;
        border-radius: 100%;
        position: relative; }
        #indexPage #main_contents #menuArea .menuSlider .swiper-pagination-bullet-active::before {
          content: "";
          position: absolute;
          top: -4px;
          left: -4px;
          border: 1px solid #fff;
          width: 20px;
          height: 20px;
          border-radius: 100%; }
        #indexPage #main_contents #menuArea .menuSlider .swiper-pagination-bullet-active + .swiper-pagination-bullet {
          margin-left: 20px; }
    #indexPage #main_contents #menuArea .btnWrap {
      padding: 20px 15px 0;
      margin: 0 auto; }
      #indexPage #main_contents #menuArea .btnWrap .btn {
        max-width: 100%;
        margin: 0; }
        #indexPage #main_contents #menuArea .btnWrap .btn + .btn {
          margin-top: 20px; }
        #indexPage #main_contents #menuArea .btnWrap .btn::after {
          right: 35%; }
  #indexPage #main_contents #shopInfoArea {
    text-align: center;
    padding: 0 0 80px;
    background: url(images/home/bg3.jpg);
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; }
    #indexPage #main_contents #shopInfoArea p {
      margin: 0;
      font-size: 12px; }
    #indexPage #main_contents #shopInfoArea .imgBox {
      margin-bottom: 80px; }
      #indexPage #main_contents #shopInfoArea .imgBox img {
        width: 100%;
        height: auto; }
  #indexPage #main_contents #newsArea {
    padding: 70px 0 50px;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; }
    #indexPage #main_contents #newsArea .container h2 {
      text-align: left;
      font-size: 18px; }
      #indexPage #main_contents #newsArea .container h2::after {
        display: none; }
    #indexPage #main_contents #newsArea .container .postListWrap .postListBox {
      border-top: 1px solid #EFEFEF;
      padding: 30px 0;
      font-size: 14px; }
      #indexPage #main_contents #newsArea .container .postListWrap .postListBox:last-child {
        border-bottom: 1px solid #EFEFEF; }
    #indexPage #main_contents #newsArea .container .btn {
      margin-top: 30px; }
  #indexPage #main_contents #blogArea {
    padding: 0 0 40px;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; }
    #indexPage #main_contents #blogArea .container h2 {
      text-align: left;
      font-size: 18px; }
      #indexPage #main_contents #blogArea .container h2::after {
        display: none; }
    #indexPage #main_contents #blogArea .container .postListWrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #indexPage #main_contents #blogArea .container .postListWrap .postBox {
        flex-basis: 48%;
        width: 48%; }
        #indexPage #main_contents #blogArea .container .postListWrap .postBox:nth-child(n+3) {
          margin-top: 20px; }
        #indexPage #main_contents #blogArea .container .postListWrap .postBox .thumbnail {
          position: relative;
          overflow: hidden;
          margin-bottom: 10px; }
          #indexPage #main_contents #blogArea .container .postListWrap .postBox .thumbnail:before {
            content: '';
            display: block;
            width: 100%;
            height: 0;
            padding-bottom: 66.5%; }
          #indexPage #main_contents #blogArea .container .postListWrap .postBox .thumbnail img {
            height: auto;
            width: 100%;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
            transform: translate(-50%, -50%);
            position: absolute; }
    #indexPage #main_contents #blogArea .container .btn {
      margin-top: 30px; }
  #indexPage #main_contents #instagramArea {
    padding: 0 0 60px; }
    #indexPage #main_contents #instagramArea .container h2 {
      text-align: left;
      font-size: 18px; }
      #indexPage #main_contents #instagramArea .container h2::after {
        display: none; }
  @media print, screen and (min-width: 768px) {
    #indexPage #main_contents #aboutArea {
      padding: 80px 0 130px; }
      #indexPage #main_contents #aboutArea h2 br {
        display: none; }
      #indexPage #main_contents #aboutArea p {
        font-size: 16px; }
        #indexPage #main_contents #aboutArea p br.spBr {
          display: none; }
    #indexPage #main_contents #menuArea {
      padding: 70px 0 100px; }
      #indexPage #main_contents #menuArea h2 br {
        display: none; }
      #indexPage #main_contents #menuArea p {
        font-size: 16px; }
        #indexPage #main_contents #menuArea p br.spBr {
          display: none; }
      #indexPage #main_contents #menuArea .menuSlider {
        padding-top: 70px; }
        #indexPage #main_contents #menuArea .menuSlider .swiper-slide .slideText span {
          margin-bottom: 20px; }
        #indexPage #main_contents #menuArea .menuSlider .swiper-slide .slideText p {
          display: block;
          max-width: 240px;
          width: 100%;
          font-size: 12px; }
        #indexPage #main_contents #menuArea .menuSlider .swiper-slide .slideText .slideTextInner {
          padding-left: 30px; }
      #indexPage #main_contents #menuArea .btnWrap {
        padding: 30px 15px 0; }
        #indexPage #main_contents #menuArea .btnWrap .btn + .btn {
          margin-top: 30px; }
        #indexPage #main_contents #menuArea .btnWrap .btn::after {
          right: 40%; }
    #indexPage #main_contents #shopInfoArea {
      padding: 0 0 90px; }
      #indexPage #main_contents #shopInfoArea .imgBox {
        margin-bottom: 100px; }
        #indexPage #main_contents #shopInfoArea .imgBox img {
          width: 50%; }
      #indexPage #main_contents #shopInfoArea h2 br {
        display: none; }
      #indexPage #main_contents #shopInfoArea p {
        font-size: 16px; }
        #indexPage #main_contents #shopInfoArea p br.spBr {
          display: none; }
    #indexPage #main_contents #newsArea {
      padding: 130px 0 90px; }
      #indexPage #main_contents #newsArea .container h2 {
        font-size: 22px; }
      #indexPage #main_contents #newsArea .container .postListWrap .postListBox {
        font-size: 16px; }
    #indexPage #main_contents #blogArea {
      padding: 0 0 60px; }
      #indexPage #main_contents #blogArea .container h2 {
        font-size: 22px; }
    #indexPage #main_contents #instagramArea {
      padding: 0 0 50px; }
      #indexPage #main_contents #instagramArea .container h2 {
        font-size: 22px; } }
  @media print, screen and (min-width: 992px) {
    #indexPage #main_contents #aboutArea {
      padding: 120px 0 90px; }
    #indexPage #main_contents #profileArea .profileInner {
      width: 970px;
      height: 582px;
      margin: 0 auto;
      padding-top: 200px;
      padding-right: 15px;
      padding-left: 15px; }
      #indexPage #main_contents #profileArea .profileInner .imgBox {
        background-position: center right;
        width: 940px;
        height: 582px;
        padding-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0; }
      #indexPage #main_contents #profileArea .profileInner .textBox {
        width: 460px;
        height: 300px;
        z-index: 1;
        position: relative;
        border-bottom: 0; }
    #indexPage #main_contents #menuArea {
      padding: 120px 0; }
      #indexPage #main_contents #menuArea .btnWrap {
        width: 970px;
        padding: 100px 15px 0;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center; }
        #indexPage #main_contents #menuArea .btnWrap .btn {
          display: inline-flex;
          justify-content: center;
          flex-basis: 48%;
          width: 48%; }
          #indexPage #main_contents #menuArea .btnWrap .btn + .btn {
            margin-top: 0; }
          #indexPage #main_contents #menuArea .btnWrap .btn.special::after {
            right: 34%; }
          #indexPage #main_contents #menuArea .btnWrap .btn.season:after {
            right: 38.5%; }
    #indexPage #main_contents #shopInfoArea .imgBox {
      margin-bottom: 115px; }
    #indexPage #main_contents #newsArea {
      padding: 120px 0 80px; }
      #indexPage #main_contents #newsArea .container {
        max-width: 1000px;
        width: 100%; }
        #indexPage #main_contents #newsArea .container .postListWrap .postListBox {
          padding-left: 35px;
          display: flex;
          flex-wrap: nowrap;
          align-items: center; }
          #indexPage #main_contents #newsArea .container .postListWrap .postListBox time {
            padding-right: 70px; }
    #indexPage #main_contents #blogArea {
      padding: 0 0 80px; }
      #indexPage #main_contents #blogArea .container {
        max-width: 1000px;
        width: 100%; }
        #indexPage #main_contents #blogArea .container .postListWrap:before {
          content: "";
          display: block;
          flex-basis: 23%;
          width: 23%;
          order: 1; }
        #indexPage #main_contents #blogArea .container .postListWrap:after {
          content: "";
          display: block;
          flex-basis: 23%;
          width: 23%; }
        #indexPage #main_contents #blogArea .container .postListWrap .postBox {
          flex-basis: 23%;
          width: 23%; }
          #indexPage #main_contents #blogArea .container .postListWrap .postBox:nth-child(n+3) {
            margin-top: 0; }
    #indexPage #main_contents #instagramArea {
      padding: 0 0 80px; }
      #indexPage #main_contents #instagramArea .container {
        max-width: 1000px;
        width: 100%; } }
  @media print, screen and (min-width: 1200px) {
    #indexPage #main_contents #profileArea .profileInner {
      width: 1170px;
      height: 684px;
      padding-top: 300px; }
      #indexPage #main_contents #profileArea .profileInner .imgBox {
        width: 1140px;
        height: 684px; } }

/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
.postPage #mainCnt,
.catListPage #mainCnt {
  padding: 0 0 60px; }
  .postPage #mainCnt #cnts,
  .catListPage #mainCnt #cnts {
    padding-top: 120px; }
.postPage h2,
.catListPage h2 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 22px;
  font-weight: normal;
  color: #222;
  position: relative;
  margin: 0;
  padding: 0 0 60px;
  text-align: center; }
  .postPage h2 + h3,
  .catListPage h2 + h3 {
    margin: 0 0 20px; }
.postPage h3,
.catListPage h3 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 22px;
  font-weight: normal;
  color: #222;
  margin: 30px 0 20px;
  padding-bottom: 5px;
  position: relative; }
  .postPage h3::after,
  .catListPage h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #c08a4a; }
  /*.postPage h3::first-letter,*/
  .catListPage h3::first-letter {
    color: #c08a4a; }
.postPage h4,
.catListPage h4 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin: 0 0 20px;
  padding: 0 0 10px 10px;
  font-size: 20px;
  font-weight: normal;
  color: #222;
  position: relative; }
  .postPage h4::after,
  .catListPage h4::after {
    content: "";
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7; }
.postPage h5,
.catListPage h5 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-weight: normal;
  color: #222;
  font-size: 18px;
  padding-left: 10px;
  margin: 0 0 20px;
  background-color: #E7E7E7;
  height: 36px;
  display: flex;
  align-items: center; }
.postPage h6,
.catListPage h6 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin: 0 0 20px;
  color: #222;
  font-size: 18px;
  min-height: 30px;
  padding: 0 0 0 20px;
  font-weight: normal;
  position: relative; }
  .postPage h6::before,
  .catListPage h6::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #c08a4a; }
.postPage h1, .postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6,
.catListPage h1,
.catListPage h2,
.catListPage h3,
.catListPage h4,
.catListPage h5,
.catListPage h6 {
  line-height: 1.5; }
.postPage p,
.catListPage p {
  margin: 0 0 60px;
  text-align: justify;
  text-align: inter-ideograph;
  font-size: 16px;
  line-height: 1.6;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #222; }
.postPage table,
.catListPage table {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: collapse;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; }
  .postPage table tr,
  .catListPage table tr {
    border-bottom: 1px solid #222; }
    .postPage table tr th, .postPage table tr td,
    .catListPage table tr th,
    .catListPage table tr td {
      display: block;
      vertical-align: middle;
      min-height: 35px;
      padding: 10px 10px;
      font-weight: normal;
      color: #222;
      font-size: 16px;
      width: auto; }
    .postPage table tr th,
    .catListPage table tr th {
      font-weight: bold;
      text-align: left;
      border-bottom: 1px solid #E7E7E7; }
  .postPage table.type2 tr,
  .catListPage table.type2 tr {
    border-bottom: 1px solid #E7E7E7; }
    .postPage table.type2 tr th, .postPage table.type2 tr td,
    .catListPage table.type2 tr th,
    .catListPage table.type2 tr td {
      display: table-cell;
      border-collapse: collapse;
      color: #222; }
      .postPage table.type2 tr th + th,
      .postPage table.type2 tr th + td, .postPage table.type2 tr td + th,
      .postPage table.type2 tr td + td,
      .catListPage table.type2 tr th + th,
      .catListPage table.type2 tr th + td,
      .catListPage table.type2 tr td + th,
      .catListPage table.type2 tr td + td {
        border-left: 1px solid #E7E7E7; }
    .postPage table.type2 tr th,
    .catListPage table.type2 tr th {
      text-align: center;
      vertical-align: middle;
      border-bottom: 1px solid #222; }
  .postPage table.xo-month,
  .catListPage table.xo-month {
    border-width: 1px 1px 1px 0; }
    .postPage table.xo-month thead th,
    .catListPage table.xo-month thead th {
      border-width: 0 0 0 1px; }
    .postPage table.xo-month thead tr,
    .catListPage table.xo-month thead tr {
      border-left: 1px solid #ccc; }
    .postPage table.xo-month tr,
    .catListPage table.xo-month tr {
      border-bottom: 0; }
      .postPage table.xo-month tr th, .postPage table.xo-month tr td,
      .catListPage table.xo-month tr th,
      .catListPage table.xo-month tr td {
        display: table-cell; }
    .postPage table.xo-month .month-dayname td,
    .catListPage table.xo-month .month-dayname td {
      border-width: 1px 0px 0 1px; }
    .postPage table.xo-month .holiday-holiday,
    .catListPage table.xo-month .holiday-holiday {
      color: #fff; }
.postPage blockquote,
.catListPage blockquote {
  background: #e7e7e7;
  width: 100%;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px;
  position: relative; }
  .postPage blockquote:before,
  .catListPage blockquote:before {
    content: '\f10d';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    color: #222;
    left: 10px;
    top: 10px; }
  .postPage blockquote:after,
  .catListPage blockquote:after {
    content: '\f10e';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    color: #222;
    right: 10px; }
  .postPage blockquote p,
  .catListPage blockquote p {
    margin-bottom: 15px; }
    .postPage blockquote p:last-child,
    .catListPage blockquote p:last-child {
      margin-bottom: 0; }
.postPage dl,
.catListPage dl {
  margin: 0 0 30px; }
  .postPage dl dt,
  .catListPage dl dt {
    font-weight: bold; }
  .postPage dl dd,
  .catListPage dl dd {
    margin: 0;
    margin-bottom: 15px; }
  .postPage dl.qa dt, .postPage dl.qa dd,
  .catListPage dl.qa dt,
  .catListPage dl.qa dd {
    margin-left: 35px;
    position: relative;
    margin-bottom: 10px;
    font-weight: normal; }
    .postPage dl.qa dt span, .postPage dl.qa dd span,
    .catListPage dl.qa dt span,
    .catListPage dl.qa dd span {
      border-radius: 100%;
      height: 25px;
      width: 25px;
      display: inline-block;
      text-align: center;
      padding-top: 2px;
      position: absolute;
      left: -35px;
      font-weight: bold; }
  .postPage dl.qa dt span,
  .catListPage dl.qa dt span {
    background: #dbd9c6; }
  .postPage dl.qa dd,
  .catListPage dl.qa dd {
    margin-bottom: 25px; }
    .postPage dl.qa dd span,
    .catListPage dl.qa dd span {
      background: #433731;
      color: #fff; }
.postPage ul,
.catListPage ul {
  margin: 0 0 20px 5px;
  padding: 0;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; }
  .postPage ul li,
  .catListPage ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px; }
    .postPage ul li:before,
    .catListPage ul li:before {
      position: absolute;
      left: 0;
      top: 8px;
      content: '';
      width: 10px;
      height: 10px;
      background: #c08a4a;
      border-radius: 50%;
      margin-right: 8px; }
    .postPage ul li ul,
    .catListPage ul li ul {
      padding: 0; }
.postPage ol,
.catListPage ol {
  margin: 0 0 20px;
  padding: 0 0 0 25px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; }
  .postPage ol li,
  .catListPage ol li {
    margin: 0;
    padding: 0; }
    .postPage ol li:last-child,
    .catListPage ol li:last-child {
      margin: 0 0 10px; }
    .postPage ol li ol,
    .catListPage ol li ol {
      margin: 10px 0;
      padding: 0 0 0 20px; }
.postPage address,
.catListPage address {
  font-style: normal; }
.postPage .sp_disp,
.catListPage .sp_disp {
  display: block; }
.postPage .pc_disp,
.catListPage .pc_disp {
  display: none; }
.postPage .column2Wrap.menuLinkWrap,
.catListPage .column2Wrap.menuLinkWrap {
  margin: 0 auto; }
  .postPage .column2Wrap.menuLinkWrap .columnBox .btn,
  .catListPage .column2Wrap.menuLinkWrap .columnBox .btn {
    max-width: 100%;
    margin: 0; }
    .postPage .column2Wrap.menuLinkWrap .columnBox .btn:after,
    .catListPage .column2Wrap.menuLinkWrap .columnBox .btn:after {
      border-right: 2px solid #666;
      border-top: 2px solid #666;
      border-radius: 2px;
      content: "";
      height: 5px;
      right: 35%;
      position: absolute;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 45%;
      width: 5px;
      transition: all ease-in-out .3s; }
    .postPage .column2Wrap.menuLinkWrap .columnBox .btn + .columnBox,
    .catListPage .column2Wrap.menuLinkWrap .columnBox .btn + .columnBox {
      margin-top: 20px; }
@media print, screen and (min-width: 768px) {
  .postPage table tr,
  .catListPage table tr {
    border-bottom: 1px solid #E7E7E7; }
    .postPage table tr th, .postPage table tr td,
    .catListPage table tr th,
    .catListPage table tr td {
      display: table-cell; }
    .postPage table tr th,
    .catListPage table tr th {
      vertical-align: top;
      width: 270px;
      text-align: right; }
    .postPage table tr td,
    .catListPage table tr td {
      color: #222;
      position: relative; }
      .postPage table tr td::before,
      .catListPage table tr td::before {
        content: "";
        position: absolute;
        top: 5px;
        bottom: 5px;
        left: 0;
        width: 1px;
        background-color: #222; }
  .postPage table.type2 tr:last-child,
  .catListPage table.type2 tr:last-child {
    border-bottom: 0; }
  .postPage table.type2 td::before,
  .catListPage table.type2 td::before {
    display: none; }
  .postPage table.xo-month tr,
  .catListPage table.xo-month tr {
    border-bottom: 0; }
    .postPage table.xo-month tr th,
    .catListPage table.xo-month tr th {
      width: auto; }
    .postPage table.xo-month tr td:before,
    .catListPage table.xo-month tr td:before {
      display: none; }
  .postPage .sp_disp,
  .catListPage .sp_disp {
    display: none; }
  .postPage .pc_disp,
  .catListPage .pc_disp {
    display: block; }
  .postPage .column2Wrap.menuLinkWrap .columnBox,
  .catListPage .column2Wrap.menuLinkWrap .columnBox {
    flex-basis: 100%;
    width: 100%; }
    .postPage .column2Wrap.menuLinkWrap .columnBox + .columnBox,
    .catListPage .column2Wrap.menuLinkWrap .columnBox + .columnBox {
      margin-top: 0; }
    .postPage .column2Wrap.menuLinkWrap .columnBox .btn:after,
    .catListPage .column2Wrap.menuLinkWrap .columnBox .btn:after {
      right: 40%; } }
@media print, screen and (min-width: 992px) {
  .postPage .column2Wrap.menuLinkWrap,
  .catListPage .column2Wrap.menuLinkWrap {
    width: 970px; }
    .postPage .column2Wrap.menuLinkWrap .columnBox,
    .catListPage .column2Wrap.menuLinkWrap .columnBox {
      flex-basis: 48%;
      width: 48%;
      margin-bottom: 0; }
      .postPage .column2Wrap.menuLinkWrap .columnBox + .columnBox,
      .catListPage .column2Wrap.menuLinkWrap .columnBox + .columnBox {
        margin-top: 0; }
      .postPage .column2Wrap.menuLinkWrap .columnBox:nth-child(n+3),
      .catListPage .column2Wrap.menuLinkWrap .columnBox:nth-child(n+3) {
        margin-top: 100px; }
      .postPage .column2Wrap.menuLinkWrap .columnBox .btn.special:after,
      .catListPage .column2Wrap.menuLinkWrap .columnBox .btn.special:after {
        right: 34%; }
      .postPage .column2Wrap.menuLinkWrap .columnBox .btn.season:after,
      .catListPage .column2Wrap.menuLinkWrap .columnBox .btn.season:after {
        right: 39%; } }

.postPage .headImg img {
  width: 100%;
  height: auto; }
.postPage p img {
  max-width: 100%;
  margin-bottom: 0; }
.postPage .imgWrap {
  margin: 5px; }
.postPage a {
  position: relative;
  color: #d72d33;
  text-decoration: underline; }
  .postPage a:hover, .postPage a:focus {
    text-decoration: none;
    color: #c08a4a; }
.postPage .redText {
  color: #d72d33;
  font-weight: bold; }
.postPage .btn {
  color: #222;
  text-decoration: none; }
.postPage .bold {
  font-weight: bold; }
.postPage pre {
  overflow: auto; }

/* ---------------------------------------------------------------- */
/* 投稿一覧パーツ */
/* ---------------------------------------------------------------- */
.catListPage {
  padding-bottom: 0; }
  .catListPage .postListWrap .postListBox {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EFEFEF; }
    .catListPage .postListWrap .postListBox:first-child {
      border-top: 1px solid #EFEFEF;
      padding-top: 30px; }
    .catListPage .postListWrap .postListBox time {
      line-height: 1;
      font-size: 14px;
      align-self: center;
      transition: all ease-in-out .3s; }
    .catListPage .postListWrap .postListBox .permaLinkWrap {
      flex-basis: 100%;
      margin: 10px 0 0; }
    .catListPage .postListWrap .postListBox:hover time, .catListPage .postListWrap .postListBox:hover a, .catListPage .postListWrap .postListBox:focus time, .catListPage .postListWrap .postListBox:focus a {
      color: #c08a4a;
      text-decoration: none;
      transition: all ease-in-out .3s; }
  @media print, screen and (min-width: 992px) {
    .catListPage .postListWrap .postListBox {
      padding-left: 35px;
      flex-wrap: nowrap; }
      .catListPage .postListWrap .postListBox time {
        padding-right: 70px; } }

#blogCatList .postListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #blogCatList .postListWrap .postBox {
    flex-basis: 48%;
    width: 48%; }
    #blogCatList .postListWrap .postBox:nth-child(n+3) {
      margin-top: 40px; }
    #blogCatList .postListWrap .postBox .thumbnail {
      position: relative;
      overflow: hidden; }
      #blogCatList .postListWrap .postBox .thumbnail:before {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 66.5%; }
      #blogCatList .postListWrap .postBox .thumbnail img {
        height: auto;
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, -50%);
        position: absolute; }
    #blogCatList .postListWrap .postBox time {
      padding: 15px 0;
      display: block; }
@media print, screen and (min-width: 992px) {
  #blogCatList .postListWrap:before {
    content: "";
    display: block;
    flex-basis: 23%;
    width: 23%;
    order: 1; }
  #blogCatList .postListWrap:after {
    content: "";
    display: block;
    flex-basis: 23%;
    width: 23%; }
  #blogCatList .postListWrap .postBox {
    flex-basis: 23%;
    width: 23%; }
    #blogCatList .postListWrap .postBox:nth-child(n+3) {
      margin-top: 0; }
    #blogCatList .postListWrap .postBox:nth-child(n+5) {
      margin-top: 40px; } }

/* ---------------------------------------------------------------- */
/* 各ページ */
/* ---------------------------------------------------------------- */
#conceptPage .column2Wrap .btn {
  margin-top: 10px; }
#conceptPage .spaceWrap .columnBox {
  margin-bottom: 0; }
@media print, screen and (min-width: 768px) {
  #conceptPage .greetingWrap .columnBox {
    flex-basis: 100%;
    width: 100%; }
  #conceptPage .spaceWrap .columnBox {
    flex-basis: 50%;
    margin-bottom: 20px; } }
@media print, screen and (min-width: 992px) {
  #conceptPage .greetingWrap .columnBox {
    flex-basis: 48%;
    width: 48%; } }

#lunchPage ul li {
  display: inline-block;
  padding-right: 20px; }
  #lunchPage ul li:last-child {
    padding-right: 0; }
#lunchPage .column2Wrap .columnBox {
  margin-bottom: 0; }
#lunchPage .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #lunchPage .gallery br {
    display: none !important; }
  #lunchPage .gallery img {
    border: none; }
  #lunchPage .gallery .gallery-item {
    flex-basis: 48%;
    max-width: none;
    width: 48%;
    margin: 0;
    padding: 0; }
    #lunchPage .gallery .gallery-item:nth-child(n+3) {
      margin-top: 10px; }
@media print, screen and (min-width: 768px) {
  #lunchPage .column2Wrap .columnBox {
    margin-bottom: 20px; }
  #lunchPage .gallery::before {
    content: "";
    display: block;
    flex-basis: 23%;
    width: 23%;
    order: 1; }
  #lunchPage .gallery::after {
    content: "";
    display: block;
    flex-basis: 23%;
    width: 23%; }
  #lunchPage .gallery .gallery-item {
    flex-basis: 23%;
    width: 23%; }
    #lunchPage .gallery .gallery-item:nth-child(n+3) {
      margin-top: 0; }
    #lunchPage .gallery .gallery-item:nth-child(n+5) {
      margin-top: 10px; } }

#dinnerPage ul li {
  display: inline-block;
  padding-right: 20px; }
  #dinnerPage ul li:last-child {
    padding-right: 0; }
#dinnerPage .column3Wrap.season .imgBox {
  overflow: hidden;
  height: 350px;
  margin-bottom: 10px; }
#dinnerPage .column3Wrap.season p {
  text-align: center; }
#dinnerPage .column2Wrap h3 {
  margin-top: 0; }
#dinnerPage .column2Wrap .columnBox {
  margin-bottom: 0; }
#dinnerPage .btn {
  margin-top: 0; }
#dinnerPage .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #dinnerPage .gallery br {
    display: none !important; }
  #dinnerPage .gallery img {
    border: none; }
  #dinnerPage .gallery .gallery-item {
    flex-basis: 48%;
    max-width: none;
    width: 48%;
    margin: 0;
    padding: 0; }
    #dinnerPage .gallery .gallery-item:nth-child(n+3) {
      margin-top: 10px; }
@media print, screen and (min-width: 768px) {
  #dinnerPage .column2Wrap .columnBox {
    margin-bottom: 20px; }
  #dinnerPage .gallery::before {
    content: "";
    display: block;
    flex-basis: 23%;
    width: 23%;
    order: 1; }
  #dinnerPage .gallery::after {
    content: "";
    display: block;
    flex-basis: 23%;
    width: 23%; }
  #dinnerPage .gallery .gallery-item {
    flex-basis: 23%;
    width: 23%; }
    #dinnerPage .gallery .gallery-item:nth-child(n+3) {
      margin-top: 0; }
    #dinnerPage .gallery .gallery-item:nth-child(n+5) {
      margin-top: 10px; } }

#specialPage .column2Wrap.matsubagani .columnBox {
  height: 364px; }

#infoPage p:last-child {
  margin-bottom: 0; }

/* -------------------------------- */
/* 404 */
/* -------------------------------- */
.error404 .containar {
  padding: 90px 0; }
.error404 h2 {
  text-align: center;
  font-size: 30px;
  color: #4f5f6b;
  line-height: 1.2 !important;
  font-weight: 500;
  margin: 0 0 60px; }
  .error404 h2 span {
    display: block;
    font-size: 12px;
    color: #69a3d8; }
.error404 p {
  text-align: center; }

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
#formArea {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 14px; }
  #formArea p {
    margin: 0; }
    #formArea p.attText {
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 10px; }
  #formArea dl {
    font-weight: normal; }
  #formArea .att {
    color: #d72d33;
    font-size: 14px; }
  #formArea .error {
    margin: 0; }
  #formArea .radio_wrap {
    margin-top: 10px; }
  #formArea .vertical-item {
    display: block !important; }
  #formArea input,
  #formArea textarea {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; }
  #formArea input[type="text"],
  #formArea input[type="email"],
  #formArea input[type="number"],
  #formArea textarea {
    padding: 8px .5em 8px 10px;
    margin: 0;
    background: #fff;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #E7E7E7; }
    #formArea input[type="text"] + input,
    #formArea input[type="email"] + input,
    #formArea input[type="number"] + input,
    #formArea textarea + input {
      margin-top: 10px; }
  #formArea input[type="number"].short {
    width: 60px; }
  #formArea input[type="text"],
  #formArea input[type="email"] {
    width: 100%; }
    #formArea input[type="text"] .short,
    #formArea input[type="email"] .short {
      max-width: 150px; }
  #formArea input[type="file"] {
    margin-bottom: 10px; }
  #formArea .mwform-tel-field input[type="text"] {
    width: auto; }
  #formArea select {
    padding: .4em 0 .3em .5em;
    margin-bottom: 5px;
    display: block;
    border-color: #e7e7e7; }
    #formArea select option {
      word-wrap: normal; }
  #formArea input[type="text"].short {
    width: 200px;
    text-align: left;
    margin-bottom: 0; }
  #formArea input[type="text"].hasDatepicker {
    margin: 5px 0;
    background: #EEEEEE; }
    #formArea input[type="text"].hasDatepicker:hover, #formArea input[type="text"].hasDatepicker:focus {
      background: #fff; }
  #formArea .mwform-radio-field input {
    margin-left: 15px; }
  #formArea .mwform-checkbox-field {
    display: block;
    width: 100%;
    margin: 5px 5px;
    font-size: 14px; }
  #formArea .mwform-zip-field input {
    width: inherit; }
  #formArea input[type="checkbox"] {
    border: 1px solid #aaaaaa;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e2e2e2));
    /*For Modern Browser*/
    background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%); }
  #formArea input[type="checkbox"]:checked {
    /*Other Browser*/
    background: #222;
    /*For Old WebKit*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(1, #222));
    /*For Modern Browser*/
    background: linear-gradient(to bottom, #222 0%, #222 100%);
    border: 1px solid #222; }
  #formArea input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    content: "";
    width: 10px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center; }
  #formArea input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    width: 16px;
    height: 4px;
    background: #ffffff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center; }
  #formArea .mwform-radio-field {
    display: block;
    margin: 5px 0 10px; }
    #formArea .mwform-radio-field input {
      margin: 0; }
  #formArea .mwform-radio-field-text {
    margin-left: 10px; }
  #formArea .mwform-tel-field input {
    margin: 0 !important; }
  #formArea input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    cursor: pointer; }
  #formArea input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 12px;
    height: 12px;
    background: #00A0E9;
    -webkit-border-radius: 12px;
    border-radius: 12px; }
  #formArea .return {
    width: 100%;
    height: 100%;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin: 0 auto;
    border: none;
    background-color: #fff;
    transition: all ease-in-out .3s;
    font-size: 16px;
    font-weight: bold;
    color: #d72d33; }
    #formArea .return:hover, #formArea .return:focus {
      color: #fff;
      background: #d72d33;
      transition: .3s;
      cursor: pointer;
      border-color: #d72d33;
      transition: all ease-in-out .3s; }
    #formArea .return.btn_contact {
      margin: 0 auto;
      padding: 11px 0;
      font-size: 16px; }
      #formArea .return.btn_contact:hover {
        color: #fff; }
  #formArea .submit {
    width: 100%;
    height: 100%;
    padding: 15px 0;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin: 0 auto;
    border: none;
    background-color: #fff;
    transition: all ease-in-out .3s;
    font-size: 16px;
    font-weight: bold;
    color: #d72d33; }
    #formArea .submit:hover, #formArea .submit:focus {
      color: #fff;
      background: #d72d33;
      transition: .3s;
      cursor: pointer;
      border-color: #d72d33;
      transition: all ease-in-out .3s; }
  #formArea .btn_contact {
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 290px;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    user-select: none;
    background-image: none;
    border: 1px solid #d72d33;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    position: relative;
    color: #d72d33;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
    #formArea .btn_contact:after {
      border-right: 2px solid #d72d33;
      border-top: 2px solid #d72d33;
      border-radius: 2px;
      content: "";
      height: 5px;
      right: 10px;
      position: absolute;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 45%;
      width: 5px;
      transition: all ease-in-out .3s; }
    #formArea .btn_contact:hover {
      text-decoration: none;
      color: #d72d33;
      border: 1px solid #d72d33;
      transition: all ease-in-out .3s; }
      #formArea .btn_contact:hover:after {
        border-right: 2px solid #fff;
        border-top: 2px solid #fff;
        transition: all ease-in-out .3s; }
  #formArea .inline_wrap select {
    display: inline-block; }
  @media print, screen and (min-width: 768px) {
    #formArea input[type="text"],
    #formArea input[type="email"],
    #formArea input[type="number"],
    #formArea textarea {
      margin: 0; }
    #formArea select {
      margin-bottom: 0; }
    #formArea .mwform-checkbox-field {
      display: inline-block;
      width: auto; }
    #formArea .mwform-radio-field {
      display: inline-block;
      margin: 0 15px 5px 0; }
      #formArea .mwform-radio-field .mwform-radio-field-text {
        margin-right: 15px; }
      #formArea .mwform-radio-field input {
        margin: 0; }
    #formArea .mwform-radio-field-text {
      margin-left: 10px; } }

.mw_wp_form_preview {
  position: relative;
  display: block;
  padding-top: 50px; }
  .mw_wp_form_preview::before {
    border-bottom: 1px dotted #222 !important; }
  .mw_wp_form_preview .read_text {
    display: none; }
  .mw_wp_form_preview .form_text {
    background: none;
    display: none; }
  .mw_wp_form_preview h2 {
    display: none; }
  .mw_wp_form_preview:before {
    content: '入力内容確認';
    position: absolute;
    top: 0;
    margin: 0 0 20px;
    border-bottom: 1px dotted #1bb0ce;
    color: #333;
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    width: 100%; }
  .mw_wp_form_preview p {
    padding: 10px 15px 10px; }
  .mw_wp_form_preview .submit_area {
    margin-top: 50px; }