@charset 'utf-8';
/* Showcase: ver.202309250000 */
/*-----------------------------------------------------------------------------
 reset
-----------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  border-collapse: collapse;
  word-wrap: break-word;
  word-break: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
table {
  border-collapse: collapse;
}
a img {
  border: none;
}
/*------------------------------------------------------------------------------
 パーツ表示切替用style
------------------------------------------------------------------------------*/
.site_description {
}
.shop_name {
}

.shop_tel {
  display: none;
}

.shop_rss {
  display: none;
}
.today_area {
  display: none;
}
.qr_area {
  display: none;
}
.counter_area {
  display: none;
}
.copyright {
}
.powered {
  display: none;
}

/*------------------------------------------------------------------------------
 link(default)
------------------------------------------------------------------------------*/
a:link,
a:visited {
  text-decoration: none;
  color: #5f5f5f;
}
a:hover,
a:active {
  text-decoration: none;
  color: #5f5f5f;
}
/*-----------------------------------------------------------------------------
 html / body / container
-----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: 'Questrial', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-size: 1.4em;
  color: #5f5f5f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll;
  background-image: none;
}

/*------------------------------------------------------------------------------
 header
------------------------------------------------------------------------------*/
#header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: top .5s;
  transition: top .5s;
}
#header h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}
#header h1 a {
  max-width: 100%;
}
#header h1 a img {
  max-width: 400px;
  max-height: 80px;
  vertical-align: bottom;
}
#header .site_description {
  margin: 8px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
#header .site_description span {
  display: inline;
}
#header > .inner {
  zoom: 1;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  background: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
#header > .inner:after {
  content: '';
  display: block;
  clear: both;
}
#header > .inner .column {
  padding: 0px 2em;
}
#header > .inner .column.left_column {
  float: left;
  width: 62%;
  padding-left: 0;
}
#header > .inner .column.right_column {
  float: right;
  width: 38%;
  padding-right: 0;
  padding-left: 0;
}
#header > .inner .column .item {
  position: relative;
  float: right;
  height: 100%;
}
#header > .inner .column .item.social_area {
  width: 180px;
  font-family: 'Questrial', sans-serif;
}
#header > .inner .column .item#button_navi {
  width: 40px;
  margin-left: 35px;
  z-index: 10000;
}
#header > .inner .column .item#button_navi .cd-primary-nav-trigger:hover,
#header > .inner .column .item#button_navi .navi_trigger:hover {
  cursor: pointer;
}
#header > .inner .column .item#button_navi i {
  display: inline !important;
  vertical-align: middle;
  font-size: 29px;
  font-size: 2.9rem;
}
#header > .inner .column .item > .inner {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 40px;
  margin-top: -20px;
  line-height: 40px;
  text-align: center;
  height: auto;
  margin: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header > .inner .column .item .social {
  margin: .4em 0;
  line-height: 1;
}
#header > .inner .column .item .social a {
  margin: 0 0 0  .5em;
  font-size: 29px;
  font-size: 2.9rem;
}
#header > .inner .column .item .social a:first-child {
  margin: 0;
}
#header > .inner .column .item .shop_tel {
  margin: .4em 0;
  font-size: 22px;
  font-size: 2.2rem;
}
#header.compact {
  -webkit-transition: top .5s;
  transition: top .5s;
  position: fixed;
  top: 0;
}
#header.compact > .inner {
  padding: 15px 0;
  background: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
#header.compact .lineup-item {
  height: auto;
}
#header.compact h1 {
  font-size: 26px;
  font-size: 2.6rem;
}
#header.compact h1 a img {
  max-width: 200px;
  max-height: 60px;
}
#header.compact .site_description {
  margin: 0;
}
#header.compact .site_description span {
  display: none;
}
#header.hide {
  top: -200px;
}
/*------------------------------------------------------------------------------
 navi
------------------------------------------------------------------------------*/
#navi {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 3em;
  background: rgba(253, 253, 253, 0.95);
  overflow-y: scroll;
  z-index: 9999;
}
#navi ul {
  position: relative;
  width: 70%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#navi li {
  display: block;
  max-width: 800px;
  margin: 5px auto 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}
#navi li:first-child {
  margin: 0 auto;
}
#navi li a {
  display: block;
  padding: .5em;
  background: #e7e7e7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  color: #8b8b8b;
}
#navi li a:hover {
  background: #c8c8c8;
}
#navi li.active {
  background: #c8c8c8;
}
#navi li.active > a {
  background: #c8c8c8;
  background: transparent;
  cursor: default;
}
#navi li .sub_navi {
  width: 100%;
  margin: 0;
  padding: 5px;
}
#navi li .sub_navi li a {
  display: inline-block;
  background: rgba(231, 231, 231, 0.3);
  font-size: 18px;
  font-size: 1.8rem;
}
#navi li .sub_navi li a:hover {
  background: #c0c0c0;
}
#navi #navi_button {
  float: right;
  display: none;
  width: 5%;
  min-width: 30px;
  height: 50px;
}
#navi #navi_button div {
  height: 25px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 25px;
  text-align: center;
}
/*------------------------------------------------------------------------------
 content
------------------------------------------------------------------------------*/
#content {
  position: relative;
}
#content > .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
#content h2 {
  display: inline-block;
  margin: 45px 0 50px;
}
#content h2 a,
#content h2 span {
  display: block;
  font-weight: normal;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}
#content h2 a:hover {
  text-decoration: underline;
}
/*------------------------------------------------------------------------------
 pager
------------------------------------------------------------------------------*/
.pager {
  zoom: 1;
  position: relative;
  margin: 0;
  font-family: 'Questrial', sans-serif;
}
.pager:after {
  content: '';
  display: block;
  clear: both;
}
.pager > .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  background: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
.pager > .inner div {
  zoom: 1;
  position: relative;
  text-align: center;
}
.pager > .inner div:after {
  content: '';
  display: block;
  clear: both;
}
.pager > .inner div a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 3px .15em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 38px;
  color: #5f5f5f;
}
.pager > .inner div a.chk {
  background: #ededed;
  cursor: default;
}
.pager > .inner div a:hover {
  background: #ededed;
}
/*------------------------------------------------------------------------------
 schedule
------------------------------------------------------------------------------*/
.today_area > .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  background: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
.today_area > .inner dt {
  font-size: 22px;
  font-size: 2.2rem;
}
.today_area > .inner dd {
  font-size: 14px;
  font-size: 1.4rem;
}
/*------------------------------------------------------------------------------
 gadgets
------------------------------------------------------------------------------*/
#gadgets > .inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
  background: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
.navi_parts_detail {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px;
}
.navi_parts_detail img,
.navi_parts_detail iframe,
.navi_parts_detail object,
.navi_parts_detail embed {
  max-width: 100%;
}
#google_translate_element .goog-te-gadget a {
  pointer-events: none;
}
/*------------------------------------------------------------------------------
 footer
------------------------------------------------------------------------------*/
#footer {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}
#footer > .inner {
  zoom: 1;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 70px;
  color: #5f5f5f;
  background: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}
#footer > .inner:after {
  content: '';
  display: block;
  clear: both;
}
#footer > .inner a {
  color: rgba(95, 95, 95, 0.8);
}
#footer > .inner a:hover {
  text-decoration: underline;
}
#footer > .inner .qr_area {
  float: left;
  width: 10%;
}
#footer > .inner .qr_area img {
  display: block;
  width: 100%;
  max-width: 110px;
  padding: 0 10px 0 0;
}
#footer > .inner .left_column {
  float: left;
  width: 40%;
}
#footer > .inner .left_column #social_widgets .social_widget {
  height: 20px;
  margin: 10px 0 0;
  overflow: hidden;
}
#footer > .inner .left_column #social_widgets .social_widget > div {
  display: inline-block;
}
#footer > .inner .left_column #social_widgets .social_widget#widget_facebook_like > div {
  width: 180px;
}
#footer > .inner .left_column #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_follow > div {
  width: 130px;
}
#footer > .inner .left_column #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_follow > div iframe {
  width: 100%;
}
#footer > .inner .left_column #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
  width: 340px;
  height: 72px;
  overflow: hidden;
}
#footer > .inner .left_column #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox > div {
  width: 340px;
}
#footer > .inner .right_column {
  float: right;
  width: 60%;
  text-align: right;
}
#footer > .inner .shop_rss span {
  display: none;
}
/*------------------------------------------------------------------------------
 totopボタン
------------------------------------------------------------------------------*/
.totop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10000;
  display: block;
  width: 44px;
  height: 44px;
}
.totop .button {
  visibility: hidden;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 0 auto;
  background: rgba(237, 237, 237, 0.8);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 44px;
  color: #5f5f5f;
}
.totop .button:hover {
  background: #e8e8e8;
  cursor: pointer;
}
body.navi-open .totop {
  display: none;
}
/*------------------------------------------------------------------------------
 WYSIWYGフィールド表示制御
------------------------------------------------------------------------------*/
.textfield {
  zoom: 1;
}
.textfield:after {
  content: '';
  display: block;
  clear: both;
}
.textfield img {
  max-width: 100% !important;
  height: auto !important;
}
.textfield p {
  margin: .5em 0 0 !important;
  word-break: normal;
  word-wrap: break-word;
}
.textfield p:first-child {
  margin: 0 !important;
}
.textfield table {
  width: 100% !important;
  height: auto !important;
}
.textfield iframe {
  max-width: 100% !important;
}
.textfield ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.textfield ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
/*------------------------------------------------------------------------------
 tooltip
------------------------------------------------------------------------------*/
.hotspot {
  cursor: pointer;
}
#tt {
  position: absolute;
  display: block;
  background: url(/img/tooltip/tt_left.gif) top left no-repeat;
}
#tttop {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_top.gif) top right no-repeat;
  overflow: hidden;
}
#ttcont {
  display: block;
  padding: 2px 12px 3px 7px;
  margin-left: 5px;
  background: #ccc;
  color: #333;
  font-size: 10px;
  line-height: 16px;
}
#ttcont div.schedule_title {
  font-size: 13px;
}
#ttcont div.schedule_body {
  font-size: 11px;
}
#ttbot {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_bottom.gif) top right no-repeat;
  overflow: hidden;
}
@font-face {
  font-family: 'icomoon';
  src: url('/css/social-icon-fonts/social-icon.eot?3koa62');
  src: url('/css/social-icon-fonts/social-icon.eot?3koa62#iefix') format('embedded-opentype'), url('/css/social-icon-fonts/social-icon.ttf?3koa62') format('truetype'), url('/css/social-icon-fonts/social-icon.woff?3koa62') format('woff'), url('/css/social-icon-fonts/social-icon.svg?3koa62#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='icon-'],
[class*='icon-'] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
  content: '\e900';
}
.icon-facebook:before {
  content: '\e901';
}
.icon-twitter:before {
  content: '\e902';
}
body#top #wrap_slider {
  position: relative;
  width: 100%;
}
@-webkit-keyframes scaleImage {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes scaleImage {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes scaleImageMove {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes scaleImageMove {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@-webkit-keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body#top #slider {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}
body#top #slider .article {
  position: relative;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
}
body#top #slider .article .slide_image_wrap {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: block;
  height: 100%;
}
body#top #slider .article img {
  visibility: hidden;
  width: 100%;
  height: auto;
}
body#top #slider .article.move .slide_image_wrap {
  -webkit-animation-name: scaleImageMove;
  animation-name: scaleImageMove;
}
body#top #slider .article.move .caption_txt {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-name: textFadeIn;
  animation-name: textFadeIn;
}
body#top #slider .article .caption {
  position: absolute;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0 30px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  color: #ffffff;
  transform: translateY(-30%);
}
body#top #slider .article .caption > div {
  opacity: 0;
  -webkit-transition: opacity 5s;
  transition: opacity 5s;
  padding: .5em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
body#top #slider .article.move .caption div {
  opacity: 1;
}
body#top .slick-track {
  z-index: 1 !important;
}
body#top .slick-dots {
  bottom: 10px;
}
body#top .slick-dots li button:before {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
}
body#top #content > .inner {
  zoom: 1;
  padding-top: 40px;
}
body#top #content > .inner:after {
  content: '';
  display: block;
  clear: both;
}
body#top #content > .inner .left_column {
  float: left;
  width: 58%;
}
body#top #content > .inner .right_column {
  float: right;
  width: 38%;
}
body#top .message {
  margin: 8px 0 0;
}
body#top .info li {
  width: 100%;
  margin: 5px 0 0;
}
body#top .info li:first-child {
  margin: 0;
}
body#top .info li a {
  zoom: 1;
  display: block;
  width: 100%;
  padding: 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
body#top .info li a:after {
  content: '';
  display: block;
  clear: both;
}
body#top .info li a:hover {
  background: #e8e8e8;
}
body#top .info li .date {
  display: block;
  line-height: 1;
  font-family: 'Questrial', sans-serif;
}
body#top .info li .date > span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
body#top .info li .date .month span {
  vertical-align: .15em;
  font-size: 12px;
  font-size: 1.2rem;
}
body#top .info li .date .year {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
body#top .info li .title {
  display: block;
  width: 100%;
  margin: 5px 0 0;
  line-height: 1.4;
}
body#top .info li .title span {
  display: block;
}
body#info #navi li .sub_navi li {
  background: transparent;
}
body#info #navi li .sub_navi li.year {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: rgba(95, 95, 95, 0.7);
}
body#info #navi li .sub_navi li.year div {
  margin: 0 0 5px;
}
body#info #navi li .sub_navi li.year div.month {
  margin: 0;
}
body#info #navi li .sub_navi li.year div.month a {
  padding: .2em;
  margin: 0 5px 10px;
  font-size: 20px;
  font-size: 2rem;
}
body#info .article {
  zoom: 1;
  margin: 4em 0 0;
}
body#info .article:after {
  content: '';
  display: block;
  clear: both;
}
body#info .article:first-child {
  margin: 0;
}
body#info .article .date {
  float: left;
  width: 180px;
  margin: 0 -180px 0 0;
  padding: 0;
  line-height: 1.2;
  font-family: 'Questrial', sans-serif;
}
body#info .article .date .month {
  font-size: 24px;
  font-size: 2.4rem;
}
body#info .article .date .month span {
  vertical-align: 2px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
body#info .article .date .time {
  margin: 10px 0 0;
  font-size: 20px;
  font-size: 2rem;
}
body#info .article .body {
  float: right;
  width: 100%;
}
body#info .article .body > .inner {
  margin: 0 0 0 200px;
}
body#info .article .body h3 {
  margin: 0 0 30px;
  font-weight: normal;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
}
body#info .article .body .photo {
  float: right;
  max-width: 62%;
  margin: 0 0 1.2em 1.5em;
}
body#info .article .body .photo img {
  max-width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
body#info .article .body .textfield p:first-child {
  margin: 0 !important;
}
body#photo #index {
  margin: 0;
}
body#photo #index .album {
  zoom: 1;
  margin: 30px 0 0;
}
body#photo #index .album:after {
  content: '';
  display: block;
  clear: both;
}
body#photo #index .album:first-child {
  margin: 0;
}
body#photo #index .album h3 {
  margin: 0 0 15px;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
body#photo #index .album h3 a {
  width: 100%;
  height: 100%;
}
body#photo #index .album .thumb {
  visibility: hidden;
  float: left;
  width: 20%;
  height: 152px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
}
body#photo #index .album .thumb a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body#photo #index .album .thumb a:focus {
  outline: none;
}
body#photo #index .album .thumb a img {
  position: absolute;
  display: block;
}
body#photo #entries {
  position: relative;
}
body#photo #entries h3 {
  margin: 0 0 15px;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
body#photo #entries .article {
  position: relative;
  margin: 4em 0 0;
}
body#photo #entries .article:first-child {
  margin: 0;
}
body#photo #entries .article .date {
  /*
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        padding: .8em 0;
        background: @element-color;
        .radius(2px);
        text-align: center;
        line-height: 1;
        font-family: @base-font-family-en;
        color: #ffffff;

        .month {
          .font-size(26);

          span {
            vertical-align: 2px;
            font-weight: bold;
            .font-size(14);
          }
        }

        .year {
          .font-size(20);
          color: rgba(255, 255, 255, .4);
        }

        .time {
          .font-size(26);
        }
*/
}
body#photo #entries .article h4 {
  margin: 1em 0 0;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
body#photo #entries .article .textfield {
  margin: .5em 0 0;
}
body#photo #entries .article .photo {
  width: 100%;
}
body#photo #entries .article .photo img {
  display: block;
  max-width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
body#photo #navi li .sub_navi li a {
  display: block;
}
body#menu .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-top: -30px;
}
.ie9 body#menu .list {
  zoom: 1;
}
.ie9 body#menu .list:after {
  content: '';
  display: block;
  clear: both;
}
body#menu h3 {
  margin: 30px 0 15px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
body#menu h3:first-of-type {
  margin-top: 0;
}
body#menu h2 + .list h3 {
  margin-top: 0;
}
body#menu .article {
  position: relative;
  -ms-flex-order: 0;
  order: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  width: calc((100% - 44px) / 3);
  margin: 30px 0 0 20px;
  padding: 0;
  background: #ededed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
body#menu .article:nth-child(3n+1) {
  margin-left: 0;
}
.ie9 body#menu .article {
  float: left;
  width: 31%;
}
@media screen and (max-width: 800px) {
  body#menu .article {
    width: calc((100% - 22px) / 2);
  }
  body#menu .article:nth-child(n) {
    margin-left: 20px;
  }
  body#menu .article:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  body#menu .article {
    display: block;
    width: 100%;
  }
  body#menu .article:nth-child(n) {
    margin-left: 0;
  }
  .ie9 body#menu .article {
    float: none;
  }
}
body#menu .article .summary {
  padding: 10px;
}
body#menu .article h4 {
  margin: 10px 0;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
body#menu .article .image {
  display: none;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
body#menu .article .image img {
  display: block;
  max-width: 100%;
}
body#menu .article .text {
  margin: 12px 0 0;
}
body#menu .article .price {
  margin-top: .2em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
body#menu .recommend-default {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border: 12px solid #e7e901;
  border-color: #e7e901 transparent transparent #e7e901;
}
body#menu .recommend-default img {
  display: none;
}
body#menu #navi li .sub_navi li a {
  display: block;
}
body#calendar .wrap_calendar .navi {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
body#calendar .table_calendar {
  margin: 2em 0 0;
}
body#calendar .table_calendar th {
  padding: 3px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5f5f5f;
}
body#calendar .table_calendar th.sun {
  color: #ffa5a5;
}
body#calendar .table_calendar td {
  position: relative;
  height: 112px;
  padding: 5px;
}
body#calendar .table_calendar td p.day {
  height: 110px;
  margin: 0;
  padding: 10px;
  background: #ededed;
  text-align: right;
  font-family: 'Questrial', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 146px;
}
body#calendar .table_calendar td.sun p.day,
body#calendar .table_calendar td.holiday p.day {
  background: #ffbfbf;
}
body#calendar .table_calendar td a {
  position: absolute;
  left: 10px;
  top: 10px;
}
body#calendar .schedule dl.article {
  margin: 3em 0 0;
}
body#calendar .schedule dl.article dt.date {
  margin: 0 0 1em;
  padding: 0 0 .9em;
  border-bottom: 1px solid #f2f2f2;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #5f5f5f;
}
body#calendar .schedule dl.article dd {
  zoom: 1;
  margin: 1em 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}
body#calendar .schedule dl.article dd:after {
  content: '';
  display: block;
  clear: both;
}
body#calendar .schedule dl.article dd .category {
  float: left;
  margin-right: 1em;
  padding: .22em .43em;
  background: #ededed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
body#calendar .schedule dl.article dd a:link,
body#calendar .schedule dl.article dd a:visited {
  text-decoration: none;
}
body#calendar .schedule dl.article dd a:hover,
body#calendar .schedule dl.article dd a:active {
  text-decoration: underline;
}
body#calendar .details > div {
  zoom: 1;
}
body#calendar .details > div:after {
  content: '';
  display: block;
  clear: both;
}
body#calendar .details .category {
  float: left;
  margin-right: 1em;
  padding: .22em .43em;
  background: #ededed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
body#calendar .details .date {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  vertical-align: bottom;
}
body#calendar .details h3 {
  margin: .5em 0;
  font-size: 22px;
  font-size: 2.2rem;
}
body#calendar .details img {
  max-width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
body#about #content > .inner {
  zoom: 1;
}
body#about #content > .inner:after {
  content: '';
  display: block;
  clear: both;
}
body#about .map {
  width: 100%;
  margin: 0;
}
body#about .map iframe {
  width: 100%;
  height: 400px;
}
body#about .details {
  margin: 30px 0 0;
}
body#about table,
body#about tr,
body#about th,
body#about td {
  display: block;
  text-align: left;
}
body#about .table_detail {
  margin: 0;
}
body#about tbody {
  display: inline;
}
body#about tr {
  zoom: 1;
  width: 100%;
  margin: 1.4em 0 0;
}
body#about tr:after {
  content: '';
  display: block;
  clear: both;
}
body#about tr:first-child {
  margin: 0;
}
body#about th {
  float: left;
  display: block;
  width: 20%;
  padding: .5em;
  border: 1px solid #ededed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  background: #ededed;
  border-color: #ebebeb;
}
body#about td {
  float: right;
  width: 75%;
  padding: .3em;
  font-size: 16px;
  font-size: 1.6rem;
}
body#contact .contact_area {
  zoom: 1;
}
body#contact .contact_area:after {
  content: '';
  display: block;
  clear: both;
}
body#contact .message {
  margin: 0 0 40px;
  padding: 1em;
  background: #ffbfbf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5e0808;
}
body#contact form {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
body#contact form .contact_area,
body#contact form .button_area {
  margin: 40px 0 0;
}
body#contact form .contact_area:first-child,
body#contact form .button_area:first-child {
  margin: 0;
}
body#contact form .contact_form {
  position: relative;
  padding: 0 0 0 210px;
}
body#contact form .contact_area br {
  display: none;
}
body#contact form .contact_area label {
  position: absolute;
  left: 0;
  display: block;
  width: 180px;
  padding: .3em;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  background: #ededed;
  border-color: #ebebeb;
}
body#contact form .contact_area label .requier {
  margin-left: 3px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
body#contact form .contact_area .checkbox label,
body#contact form .contact_area .radio label {
  position: static;
  display: inline;
  width: auto;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  color: #5f5f5f;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e4e2e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email] {
  padding: 8px;
  font-size: 20px;
  font-size: 2rem;
}
body#contact form input[type=text] {
  width: 100%;
}
body#contact form input[type=text].contact_small {
  width: 60% !important;
}
body#contact form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
body#contact form input[type=text]:focus,
body#contact form input[type=tel]:focus,
body#contact form input[type=email]:focus,
body#contact form textarea:focus {
  background: #ffffff;
  border: 1px solid #ffbfbf;
  outline: none;
}
body#contact form label {
  font-size: 20px;
  font-size: 2rem;
}
body#contact form label .requier {
  color: #993737;
}
body#contact form .checkbox,
body#contact form .radio {
  display: block;
}
body#contact form .checkbox label,
body#contact form .radio label {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#contact form select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #5f5f5f;
}
body#contact form select:focus {
  outline: none;
}
body#contact form input[type=submit]:focus {
  outline: none;
}
body#contact form .wrap_select {
  position: relative;
  display: inline;
}
body#contact form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #5f5f5f;
}
body#contact form .button {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 10px;
  background: rgba(237, 237, 237, 0.5);
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  color: #5f5f5f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#contact form .button:hover,
body#contact form .button:active {
  cursor: pointer;
  background: #ffbfbf;
  color: #5e0808;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form select,
body#contact form textarea {
  background: #ffffff;
  border-color: #e0e0e0;
}
body#contact form input[type=text] {
  width: 70%;
}
body#contact form .checkbox,
body#contact form .radio {
  display: inline;
  white-space: nowrap;
}
body#contact form select {
  width: 100% !important;
}
body#contact form input[type=submit] {
  margin: 2em 0 0;
  background: #dbdbdb;
}
body#contact .personal_info {
  width: 100%;
  margin: 40px 0 0;
  padding: 0 0 0 210px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #5f5f5f;
}
body#contact .personal_info p {
  margin-bottom: 0;
}
body#coupon .autopagerize_page_element {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -15px 0;
}
body#coupon .article {
  flex: 0 1 calc((100% - 90px) / 3);
  margin: 30px 15px 0;
  padding: 8px;
  background: #ededed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 800px) {
  body#coupon .article {
    flex-basis: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 600px) {
  body#coupon .article {
    flex-basis: 100%;
  }
}
body#coupon .article .image a {
  position: relative;
  display: block;
  margin: 0 0 1.5em;
  padding: 75% 0 0;
}
@media screen and (max-width: 600px) {
  body#coupon .article .image a {
    padding-top: 0;
  }
}
body#coupon .article .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  body#coupon .article .image img {
    position: static;
    transform: none;
  }
}
body#coupon .article .summary {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-template-rows: auto 1fr;
  gap: 0 12px;
  grid-template-areas: 'article_title qrcode' 'text qrcode';
  overflow-wrap: anywhere;
}
body#coupon .article .title {
  grid-area: article_title;
  margin: 0;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
}
body#coupon .article .text {
  grid-area: text;
  margin: 0.5em 0 0;
  padding: 0;
  list-style: none;
}
body#coupon .article .text li {
  padding-left: 5em;
  text-indent: -5em;
  font-weight: bold;
}
body#coupon .article .text li span {
  font-weight: normal;
}
body#coupon .article .qrcode {
  grid-area: qrcode;
}
body#coupon .article .qrcode img {
  display: block;
}
body#coupon .print {
  margin-top: 30px;
  text-align: right;
}
body#coupon .print a {
  display: inline-block;
  padding: .5em;
  background: #ededed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  line-height: 1;
}
body#coupon .print a:hover {
  background: #e8e8e8;
}
body#reservation .form .reservation_area {
  zoom: 1;
}
body#reservation .form .reservation_area:after {
  content: '';
  display: block;
  clear: both;
}
body#reservation .form .message {
  margin: 0 0 40px;
  padding: 1em;
  background: #ffbfbf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5e0808;
}
body#reservation .form form {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
body#reservation .form form .reservation_area {
  position: relative;
  margin: 40px 0 0;
  padding: 0 0 0 210px;
}
body#reservation .form form .reservation_area:first-child {
  margin: 0;
}
body#reservation .form form .reservation_area label {
  position: absolute;
  left: 0;
  display: block;
  width: 180px;
  padding: .3em;
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  background: #ededed;
  border-color: #ebebeb;
}
body#reservation .form form .reservation_area label .requier {
  margin-left: 3px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
body#reservation .form form .button_area {
  margin: 40px 0 0;
  padding: 0 0 0 210px;
}
body#reservation .form form input[type=text],
body#reservation .form form input[type=tel],
body#reservation .form form input[type=email],
body#reservation .form form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e4e2e1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#reservation .form form input[type=text],
body#reservation .form form input[type=tel],
body#reservation .form form input[type=email] {
  padding: 8px;
  font-size: 20px;
  font-size: 2rem;
}
body#reservation .form form input[type=text] {
  width: 100%;
}
body#reservation .form form input[type=text].contact_small {
  width: 60% !important;
}
body#reservation .form form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
body#reservation .form form input[type=text]:focus,
body#reservation .form form input[type=tel]:focus,
body#reservation .form form input[type=email]:focus,
body#reservation .form form textarea:focus {
  background: #ffffff;
  border: 1px solid #ffbfbf;
  outline: none;
}
body#reservation .form form label {
  font-size: 20px;
  font-size: 2rem;
}
body#reservation .form form label .requier {
  color: #993737;
}
body#reservation .form form .checkbox,
body#reservation .form form .radio {
  display: block;
}
body#reservation .form form .checkbox label,
body#reservation .form form .radio label {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation .form form select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #5f5f5f;
}
body#reservation .form form select:focus {
  outline: none;
}
body#reservation .form form input[type=submit]:focus {
  outline: none;
}
body#reservation .form form .wrap_select {
  position: relative;
  display: inline;
}
body#reservation .form form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #5f5f5f;
}
body#reservation .form form .button {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 10px;
  background: rgba(237, 237, 237, 0.5);
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  color: #5f5f5f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#reservation .form form .button:hover,
body#reservation .form form .button:active {
  cursor: pointer;
  background: #ffbfbf;
  color: #5e0808;
}
body#reservation .form form input[type=text],
body#reservation .form form input[type=tel],
body#reservation .form form input[type=email],
body#reservation .form form select,
body#reservation .form form textarea {
  background: #ffffff;
  border-color: #e0e0e0;
}
body#reservation .form form input[type=text],
body#reservation .form form input[type=tel],
body#reservation .form form input[type=email] {
  width: 70%;
}
body#reservation .form form input[type=submit] {
  margin: 0;
  background: #dbdbdb;
}
body#reservation .form .personal_info {
  width: 70%;
  margin: 3em auto;
  padding: 20px;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #5f5f5f;
}
body#reservation .form .personal_info p {
  margin-bottom: 0;
}
body#reservation .list {
  zoom: 1;
}
body#reservation .list:after {
  content: '';
  display: block;
  clear: both;
}
body#reservation .list .info {
  margin-top: 0;
}
body#reservation .list .info .note {
  margin: 0 0 1em;
  text-align: center;
}
body#reservation .list .info .summary {
  margin: 0 0 1em;
  padding: 1em;
  background: #ededed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
}
body#reservation .list .hoge {
  zoom: 1;
}
body#reservation .list .hoge:after {
  content: '';
  display: block;
  clear: both;
}
body#reservation .list .article {
  -ms-flex-order: 0;
  order: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  width: calc((100% - 44px) / 3);
  margin: 30px 0 0 20px;
  padding: 0;
  background: #ededed;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
body#reservation .list .article:nth-child(3n+1) {
  margin-left: 0;
}
.ie9 body#reservation .list .article {
  float: left;
  width: 31%;
}
@media screen and (max-width: 800px) {
  body#reservation .list .article {
    width: calc((100% - 22px) / 2);
  }
  body#reservation .list .article:nth-child(n) {
    margin-left: 20px;
  }
  body#reservation .list .article:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  body#reservation .list .article {
    display: block;
    width: 100%;
  }
  body#reservation .list .article:nth-child(n) {
    margin-left: 0;
  }
  .ie9 body#reservation .list .article {
    float: none;
  }
}
body#reservation .list .article .summary {
  padding: 10px;
}
body#reservation .list .article h4 {
  margin: 10px 0;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
body#reservation .list .article .image {
  display: none;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
body#reservation .list .article .image img {
  display: block;
  max-width: 100%;
}
body#reservation .list .article .text {
  margin: 12px 0 0;
}
.p-minne-gallery {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 481px) {
  .p-minne-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-minne-item {
  margin: 0 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 481px) {
  .p-minne-item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30%;
    margin-right: 5%;
  }
  .p-minne-item:nth-child(3n) {
    margin-right: 0;
  }
}
.p-minne-item__image-wrap {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 0.5em;
}
@media only screen and (min-width: 481px) {
  .p-minne-item__image-wrap {
    margin-right: 0;
  }
}
.p-minne-item__image {
  display: block;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-minne-item__image img {
  display: none;
}
.p-minne-item__caption {
  line-height: 1.4;
  min-width: 0;
}
.p-minne-item__title {
  text-decoration: none;
  display: block;
  line-height: 1.3;
}
@media only screen and (min-width: 481px) {
  .p-minne-item__title {
    margin-top: 0.5em;
  }
}
.p-minne-item__price {
  display: block;
  font-size: 0.8em;
  margin-top: 0.2em;
  text-align: right;
}
@media only screen and (min-width: 481px) {
  .p-minne-item__price {
    text-align: left;
  }
}
.p-minne-message {
  margin: 0 0 40px;
  padding: 1em;
  background: #ffbfbf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5e0808;
}
body#calendar .table_calendar th.sun {
  color: #ffbfbf;
}
body#calendar .table_calendar td.sun p.day {
  background: #ffbfbf;
}
@media screen and (max-width: 1040px) {
  #header > .inner,
  #content > .inner,
  #footer > .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 800px) {
  #header > .inner,
  #content > .inner,
  #footer > .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /*------------------------------------------------------------------------------
   header
  ------------------------------------------------------------------------------*/
  #header h1 {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #header h1 a img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #header .site_description {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #header > .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header > .inner .column.left_column,
  #header > .inner .column.right_column {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #header > .inner .column.right_column {
    height: 50px;
  }
  #header > .inner .column .item {
    float: none;
    height: auto;
  }
  #header > .inner .column .item.social_area {
    width: 100%;
  }
  #header > .inner .column .item > .inner {
    position: relative;
    top: 0;
    height: auto;
    margin: 0;
    line-height: 1;
    -webkit-transform: none;
    transform: none;
  }
  #header > .inner .column .item.shop_tel {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
  }
  #header > .inner .column .item#button_navi {
    position: absolute;
    right: 5px;
    top: 0;
    margin: 0;
  }
  #header > .inner .column .item#button_navi div {
    top: 50%;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0;
  }
  /*------------------------------------------------------------------------------
   content
  ------------------------------------------------------------------------------*/
  #content h2 {
    margin: 35px 0;
  }
  /*------------------------------------------------------------------------------
   footer
  ------------------------------------------------------------------------------*/
  #footer > .inner .left_column,
  #footer > .inner .right_column {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer > .inner .left_column #social_widgets {
    display: inline-block;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  #footer .qr_area {
    display: none !important;
  }
  /*------------------------------------------------------------------------------
   pager
  ------------------------------------------------------------------------------*/
  .pager .inner {
    position: relative;
    left: 0;
  }
  .pager .inner div {
    position: relative;
    left: 0;
  }
  .pager .inner div a {
    display: none;
    line-height: 42px;
  }
  .pager .inner div a.next,
  .pager .inner div a.prev {
    float: left;
    display: block;
    margin: 0 10px;
    background: #ededed;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pager .inner div a.next {
    float: right;
  }
  .pager .inner div a.chk {
    display: block;
    position: absolute;
    left: 50%;
    float: none;
    background: transparent;
    margin: 0 0 0 -20px;
    font-size: 30px;
    font-size: 3rem;
  }
  /*------------------------------------------------------------------------------
   top
  ------------------------------------------------------------------------------*/
  body#top #content > .inner {
    padding-top: 20px !important;
  }
  body#top #content #wrap_slider #slider .article {
    height: 400px;
  }
  body#top #content #wrap_slider #slider .article .caption {
    top: 32%;
  }
  body#top #content > .inner .left_column,
  body#top #content > .inner .right_column {
    float: none;
    width: 100%;
  }
  body#top #content > .inner .left_column .message {
    margin: 8px 8px 0;
  }
  body#top #content > .inner .right_column {
    margin: 20px 0 0;
  }
  /*------------------------------------------------------------------------------
   info
  ------------------------------------------------------------------------------*/
  body#info .article .date {
    width: 140px;
    margin: 0 -140px 0 0;
  }
  body#info .article .body .inner {
    margin: 0 0 0 160px;
  }
  /*------------------------------------------------------------------------------
   photo
  ------------------------------------------------------------------------------*/
  body#photo #index .album .thumb {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  /*------------------------------------------------------------------------------
   calendar
  ------------------------------------------------------------------------------*/
  body#calendar .wrap_calendar .navi {
    display: block;
  }
  body#calendar .table_calendar th {
    padding: 3px 0;
  }
  body#calendar .table_calendar td {
    height: 70px;
    padding: 2px;
  }
  body#calendar .table_calendar td p.day {
    height: 70px;
    padding: 3px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 102px;
  }
  body#calendar .table_calendar td a {
    left: 5px;
    top: 8px;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 46.875%;
    line-height: 1.6;
  }
  /*------------------------------------------------------------------------------
   content
  ------------------------------------------------------------------------------*/
  #content h2 {
    margin: 25px 0;
  }
  /*------------------------------------------------------------------------------
   navi
  ------------------------------------------------------------------------------*/
  #navi ul {
    width: 90%;
  }
  #navi li {
    margin-top: 10px;
  }
  #navi li .sub_navi {
    margin-top: 10px;
  }
  /*------------------------------------------------------------------------------
   top
  ------------------------------------------------------------------------------*/
  body#top #content #wrap_slider #slider .article {
    height: 300px;
  }
  body#top #content #wrap_slider #slider .article .caption {
    top: 24%;
  }
  /*------------------------------------------------------------------------------
   info
  ------------------------------------------------------------------------------*/
  body#info .article .date {
    float: none;
    width: 100%;
    margin: 0 0 5px;
  }
  body#info .article .date div {
    display: inline;
  }
  body#info .article .date div.month {
    margin-right: 5px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  body#info .article .body {
    float: none;
  }
  body#info .article .body .inner {
    margin: 0;
  }
  body#info .article .body h3 {
    margin: 0 0 20px;
  }
  body#info .article .body .photo {
    float: none;
    max-width: 100%;
    margin: 0 0 20px;
  }
  /*------------------------------------------------------------------------------
   about
  ------------------------------------------------------------------------------*/
  body#about .map iframe {
    height: 240px;
  }
  body#about th,
  body#about td {
    float: none;
    width: 100%;
    text-align: left;
  }
  body#about th {
    font-weight: bold;
  }
  /*------------------------------------------------------------------------------
   contact
  ------------------------------------------------------------------------------*/
  body#contact form .contact_form {
    padding: 0;
  }
  body#contact form .contact_area label {
    position: static;
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
    font-weight: bold;
  }
  body#contact .personal_info {
    padding: 0;
  }
  /*------------------------------------------------------------------------------
   coupon
  ------------------------------------------------------------------------------*/
  /*------------------------------------------------------------------------------
   reservation
  ------------------------------------------------------------------------------*/
  body#reservation .form form .reservation_area {
    padding: 0;
  }
  body#reservation .form form .reservation_area label {
    position: static;
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
    font-weight: bold;
  }
  body#reservation .form form .reservation_area .reservation_course_body img {
    max-width: 100%;
  }
  body#reservation .form form .button_area {
    padding: 0;
  }
}
#cboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #000;
}
#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  outline: 0;
}
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  position: relative;
  overflow: visible;
  margin-top: 0;
  background: transparent;
}
#cboxLoadedContent {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: auto;
  padding: 0;
  background: transparent;
}
#cboxTitle {
  margin: 0;
  position: absolute;
  top: -22px;
  left: 0;
  color: #333;
}
#cboxCurrent {
  position: absolute;
  top: -28px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  text-indent: 0;
  font-size: 16px;
  line-height: 1;
  font-family: Arial, sans-serif;
  color: #fff;
}
#cboxPrevious,
#cboxNext,
#cboxClose {
  position: absolute;
  overflow: visible;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 2px;
  text-indent: 0;
  transition: all 0.2s;
  cursor: pointer;
  outline: 0;
}
#cboxPrevious {
  top: calc(50% - 18px);
  right: auto;
  left: -40px;
  text-indent: -0.07em;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
#cboxNext {
  top: calc(50% - 18px);
  right: -40px;
  text-indent: 0.07em;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
#cboxClose {
  top: -40px;
  right: -40px;
}
@media only screen and (min-width: 769px) {
  #cboxClose {
    right: -36px;
  }
  #cboxPrevious:hover,
  #cboxNext:hover,
  #cboxClose:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}
#cboxPrevious .fa,
#cboxNext .fa {
  color: #fff;
}
#cboxClose .fa {
  font-size: 20px;
  color: #fff;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  overflow: visible;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  text-indent: 0;
  outline: 0;
}
#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
@media only screen and (max-width: 800px) {
  #cboxLoadedContent table {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 800px) {
  #cboxLoadedContent [class^="wysiwyg_template_profile"],
  #cboxLoadedContent [class^="wysiwyg_template_profile"] td,
  #cboxLoadedContent [class^="wysiwyg_template_profile"] img {
    display: block;
    max-width: 100%;
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.photo-modal__image img {
  display: block;
  max-width: 100%;
  max-height: 76vh;
  margin: auto;
}
.photo-modal-body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 16px;
  background: #fff;
  color: #000;
}
.photo-modal--photo .photo-modal-body {
  display: none;
}
.photo-modal-body__item:empty {
  display: none;
}
.photo-modal-body__item + .photo-modal-body__item {
  margin: 1em 0 0;
}
.photo-modal-body__item--title {
  font-weight: bold;
  font-size: 15px;
}
.shop_sitename {
  font-size: 100%;
}
