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

.shop_tel {
  display: none;
}

.shop_rss {
  display: none;
}
.today_area {
  display: none;
  padding: 8px;
  background: #e6e1d8;
  border-radius: 3px;
}
.qr_area {
  display: none;
}
.counter_area {
  display: none;
}
.copyright {
  display: none;
}
.powered {
  display: none;
}

/*------------------------------------------------------------------------------
 link(default)
------------------------------------------------------------------------------*/
a:link,
a:visited {
  text-decoration: none;
  color: #383838;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #383838;
}
/*-----------------------------------------------------------------------------
 html / body / container
-----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: 'Questrial', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 46.875%;
    line-height: 1.6;
  }
}
body {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  background: #fdf7ed;
  font-size: 1.6em;
  color: #383838;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------------------------------------------------
 column
------------------------------------------------------------------------------*/
.wrap_column:after {
  content: '';
  display: block;
  clear: both;
}
.column_left {
  float: left;
}
.column_right {
  float: right;
}
/*------------------------------------------------------------------------------
 header
------------------------------------------------------------------------------*/
.header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 0;
  line-height: 1.2;
}
@media only screen and (max-width: 1050px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header > .inner {
  display: table;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.header .column {
  float: none;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
.header .column_left {
  width: 80%;
  padding-right: 20px;
}
.header .column_right {
  width: 20%;
  min-width: 170px;
}
.header .logo {
  max-width: 1000px;
  max-height: 300px;
  margin: .3em auto;
  text-align: left;
  font-weight: normal;
  font-size: 36px;
  font-size: 3.6rem;
}
.header .logo a img {
  max-width: 1000px;
  max-height: 300px;
}
.header .site_description {
  max-width: 1000px;
  margin: .3em auto;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
}
.header .social_icons {
  font-size: 29px;
  font-size: 2.9rem;
}
.header .social_icons a {
  margin: 0 .4em;
  color: #4e4e4e;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.header .social_icons a:hover,
.header .social_icons a:active {
  text-decoration: none;
  color: #aeaba5;
}
.header .shop_tel {
  position: relative;
  margin: .5em 0 0;
  font-size: 20px;
  font-size: 2rem;
}
.header .shop_tel a {
  color: #383838;
}
.header .shop_tel i {
  font-size: 18px;
  font-size: 1.8rem;
}
.header .button_contact {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .9em 0;
  background: #5b5b5b;
  border: 1px solid #5b5b5b;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  z-index: 2;
  display: none;
  width: 100%;
  margin: .5em 0 0;
}
.header .button_contact:hover,
.header .button_contact:active {
  cursor: pointer;
  background: #747474;
  border-color: #fdf9f1;
  text-decoration: none;
}
.header .button_contact.is-visible {
  display: block;
}
@media only screen and (max-width: 768px) {
  .header .column {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .header .column_right {
    margin-top: 1.2em;
  }
  .header .logo,
  .header .site_description {
    text-align: center;
  }
  .header .logo a img {
    max-width: 100%;
  }
}
/*------------------------------------------------------------------------------
 navi
------------------------------------------------------------------------------*/
.navi {
  position: relative;
  margin: 1.5em 0 0;
  padding: 10px 0 0;
  background: #aeaba5;
}
.navi > .inner {
  padding: 0 0 .9em;
  background: #4e4e4e;
}
@media only screen and (max-width: 1050px) {
  .navi > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .navi > .inner {
    padding-top: .9em;
  }
}
.navi_trigger_mobile {
  display: none;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #ece6dd;
}
@media only screen and (max-width: 768px) {
  .navi_trigger_mobile {
    display: block;
  }
}
.navi_list {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-size: 0;
}
.navi_list.is-visible {
  display: block;
}
.navi_list > li {
  position: relative;
  display: inline-block;
  margin: .9em 0 0;
  padding: 0 .5em;
  border-right: 1px solid #94928e;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}
.navi_list > li.is-left {
  border-left: 1px solid #94928e;
}
.navi_list > li.active > a:before,
.navi_list > li.active > a:after {
  height: 4px;
}
.navi_list > li a {
  display: block;
  padding: .5em;
  text-decoration: none;
  color: #ece6dd;
}
.navi_list > li a:before,
.navi_list > li a:after {
  position: absolute;
  bottom: -1px;
  content: '';
  display: inline-block;
  width: 40%;
  height: 0;
  background: #94928e;
  transition: .1s;
}
.navi_list > li a:before {
  left: 50%;
}
.navi_list > li a:after {
  right: 50%;
}
.navi_list > li a:hover:before,
.navi_list > li a:hover:after {
  height: 4px;
}
.navi_list > li.active:hover .sub_navi {
  display: block;
}
@media only screen and (max-width: 768px) {
  .navi_list {
    display: none;
  }
  .navi_list > li {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
  .navi_list > li.is-left {
    border: none;
  }
  .navi_list > li a {
    border-radius: 3px;
  }
  .navi_list > li a:hover,
  .navi_list > li a:active {
    background: #aeaba5;
  }
  .navi_list > li a:before,
  .navi_list > li a:after {
    content: none;
  }
}
.sub_navi {
  white-space: nowrap;
  z-index: 2;
  display: none;
  position: absolute;
  top: 33px;
  left: 0;
  min-width: 144px;
  padding: 1em .5em .5em;
  background: #4e4e4e;
  border-radius: 2px;
  line-height: 1.2;
}
.sub_navi > li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}
.sub_navi > li > a {
  position: relative;
  padding-bottom: .2em;
}
.sub_navi > li > a:before,
.sub_navi > li > a:after {
  width: 47%;
}
@media only screen and (max-width: 768px) {
  .sub_navi {
    position: static;
    display: block;
    min-width: 0;
    margin: 0 0 .5em;
    padding: 0;
    background: rgba(174, 171, 165, 0.3);
  }
  .sub_navi > li {
    text-align: center;
  }
}
/*------------------------------------------------------------------------------
 content, section
------------------------------------------------------------------------------*/
.content {
  position: relative;
  margin: 0 0 40px;
}
.content:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 1050px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content > .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.content h2 {
  font-weight: normal;
  line-height: 1;
}
.content h2.page_title {
  margin: 60px 0;
  padding: 0 0 .2em;
  padding: 0;
  border-bottom: 1px solid #dad5cd;
  font-size: 28px;
  font-size: 2.8rem;
}
.content h2.page_title a,
.content h2.page_title span {
  position: relative;
  top: 1px;
  display: inline-block;
  padding: 0 0 4px;
  border-bottom: 5px solid #94928e;
}
.content h2.page_title a:hover,
.content h2.page_title span:hover {
  text-decoration: none;
}
/*------------------------------------------------------------------------------
 pager
------------------------------------------------------------------------------*/
.pager {
  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 20px;
}
.pager > .inner .list {
  text-align: center;
}
.pager > .inner .list:after {
  content: '';
  display: block;
  clear: both;
}
.pager > .inner .list a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .9em 0;
  background: #5b5b5b;
  border: 1px solid #5b5b5b;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 3px .15em;
  padding: 0;
  background: transparent;
  border-color: transparent;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 38px;
  color: #383838;
}
.pager > .inner .list a:hover,
.pager > .inner .list a:active {
  cursor: pointer;
  background: #747474;
  border-color: #fdf9f1;
  text-decoration: none;
}
.pager > .inner .list a.chk {
  cursor: default;
  background: #5b5b5b;
  color: #ece6dd;
}
.pager > .inner .list a:hover {
  border-color: transparent;
  color: #ece6dd;
}
@media only screen and (max-width: 768px) {
  .pager .inner {
    position: relative;
    left: 0;
  }
  .pager .inner .list {
    position: relative;
    left: 0;
    height: 38px;
  }
  .pager .inner .list a {
    display: none;
    line-height: 42px;
  }
  .pager .inner .list a.next,
  .pager .inner .list a.prev {
    float: left;
    display: block;
    margin: 0;
    background: #5b5b5b;
    font-size: 24px;
    font-size: 2.4rem;
    color: #ece6dd;
  }
  .pager .inner .list a.next:hover,
  .pager .inner .list a.prev:hover {
    background: #747474;
    border-color: transparent;
    color: #ece6dd;
  }
  .pager .inner .list a.next {
    float: right;
  }
  .pager .inner .list a.chk {
    display: block;
    position: absolute;
    left: 50%;
    float: none;
    background: transparent;
    margin: 0 0 0 -20px;
    font-size: 30px;
    font-size: 3rem;
    color: #383838;
  }
}
/*------------------------------------------------------------------------------
 gadgets
------------------------------------------------------------------------------*/
@media only screen and (max-width: 1050px) {
  .gadgets {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gadgets > .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 30px;
  border-top: 1px solid #dad5cd;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.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翻訳ウィジェット
------------------------------------------------------------------------------*/
#google_translate_element .goog-te-gadget a {
  pointer-events: none;
}
/*------------------------------------------------------------------------------
 schedule
------------------------------------------------------------------------------*/
.today_area {
  padding: 8px;
  background: #e6e1d8;
  border-radius: 3px;
}
.today_area > .inner {
  padding: 15px;
  background: #4e4e4e;
  border-radius: 3px;
}
.today_area .date {
  margin: 0 0 .5em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-family: 'Questrial', sans-serif;
  color: #ece6dd;
}
.today_area .date > span {
  vertical-align: .1em;
  font-size: 14px;
  font-size: 1.4rem;
}
.today_area .title {
  margin: .3em 0 0;
  line-height: 1.4;
}
.today_area .title > span {
  margin-right: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}
.today_area .title a {
  color: #ece6dd;
}
/*------------------------------------------------------------------------------
 social
------------------------------------------------------------------------------*/
.social {
  margin: 0;
  padding: 30px 0 40px;
  background: #aeaba5;
}
@media only screen and (max-width: 1050px) {
  .social {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.social > .inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.social #social_widgets .social_widget {
  display: inline-block;
  height: 20px;
  margin: 10px 0 0 10px;
  vertical-align: middle;
}
.social #social_widgets .social_widget:first-child {
  margin-left: 0;
}
.social #social_widgets .social_widget#widget_facebook_like {
  width: 180px;
}
.social #social_widgets .social_widget#widget_facebook_like iframe {
  width: 180px;
}
.social #social_widgets .social_widget#widget_facebook_follow {
  width: 148px;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_follow iframe {
  width: 148px;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
  width: 340px;
  height: 72px;
  overflow: hidden;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox > div {
  display: inline-block;
  width: 340px;
}
/*------------------------------------------------------------------------------
 footer
------------------------------------------------------------------------------*/
.footer {
  position: relative;
  margin: 0;
  padding: 0;
  background: #4e4e4e;
  text-align: center;
  color: #ece6dd;
}
@media only screen and (max-width: 1050px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer > .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 70px;
}
.footer > .inner:after {
  content: '';
  display: block;
  clear: both;
}
.footer > .inner a {
  color: #ece6dd;
}
.footer > .inner a:hover {
  text-decoration: underline;
}
.footer .shop_name {
  font-size: 30px;
  font-size: 3rem;
}
.introduction {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*------------------------------------------------------------------------------
 totopボタン
------------------------------------------------------------------------------*/
.totop {
  position: fixed;
  right: 15px;
  bottom: 45px;
  z-index: 10000;
  width: 44px;
  height: 44px;
}
.totop .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .9em 0;
  background: #5b5b5b;
  border: 1px solid #5b5b5b;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 30px;
  font-size: 3rem;
  visibility: hidden;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  line-height: 44px;
}
.totop .button:hover,
.totop .button:active {
  cursor: pointer;
  background: #747474;
  border-color: #fdf9f1;
  text-decoration: none;
}
.totop .button.is-visible {
  visibility: visible;
}
.totop .button:hover,
.totop .button:active {
  border-color: transparent;
}
body.modal-open .totop,
body.navi-open .totop {
  display: none;
}
@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';
}
/*------------------------------------------------------------------------------
 WYSIWYGフィールド表示制御
------------------------------------------------------------------------------*/
.textfield:after {
  content: '';
  display: block;
  clear: both;
}
.textfield img {
  max-width: 100% !important;
  height: auto !important;
}
.textfield p {
  margin: .5em 0 0 !important;
}
.textfield p:first-child {
  margin: 0 !important;
}
.textfield ul,
.textfield ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.textfield ol,
.textfield ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
@media only screen and (max-width: 768px) {
  .textfield table {
    width: 100% !important;
    height: auto !important;
  }
}
.textfield iframe {
  max-width: 100% !important;
}
/* ----------------------------------------------------------------------------
 page:top
---------------------------------------------------------------------------- */
body#top .content .wrap_column .column {
  float: none;
  width: 100%;
  padding: 0;
  border: none;
}
body#top .content .wrap_column.is-float .column_left {
  float: left;
  width: calc(100% - 400px);
  box-sizing: border-box;
}
body#top .content .wrap_column.is-float .column_right {
  box-sizing: border-box;
  float: right;
  width: 370px;
  padding-left: 36px;
  border-left: 1px solid #dad5cd;
}
@media only screen and (max-width: 900px) {
  body#top .content .wrap_column .column {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
  }
}
body#top .section {
  margin: 4.4em 0 0;
  margin: 0 0 4.4em;
}
body#top .section > .inner {
  max-width: 1000px;
  margin: 0 auto;
}
body#top .column .section:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  body#top .column .section:first-child {
    margin-top: 4.4em;
  }
}
body#top .section_title {
  margin: 0 0 1.5em;
  border-bottom: 1px solid #dad5cd;
  font-size: 24px;
  font-size: 2.4rem;
}
body#top .section_title a,
body#top .section_title span {
  position: relative;
  top: 1px;
  display: inline-block;
  padding: 0 0 4px;
  border-bottom: 5px solid #94928e;
}
body#top .section_title a:hover,
body#top .section_title span:hover {
  text-decoration: none;
}
body#top .wrap_slider {
  position: relative;
  width: 100%;
  margin: 35px auto 0;
  padding: 10px;
  background: #e6e1d8;
  border-radius: 3px;
}
body#top .slider {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
}
body#top .slider.is-visible {
  opacity: 1;
}
body#top .slider .article {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: 50%;
  border-radius: 3px;
  overflow: hidden;
}
body#top .slider .article img {
  display: block;
  width: 100%;
  height: auto;
}
body#top .slider .article .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.1);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #fff;
}
body#top .slider .article .caption .caption_txt a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  body#top .slider {
    height: 400px;
  }
  body#top .slider .article {
    height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  body#top .slider {
    height: 300px;
  }
  body#top .slider .article {
    height: 300px;
  }
}
body#top .welcomemessage {
  margin-top: 1.9em;
  margin-bottom: 4.4em;
  border: none;
}
body#top .welcomemessage > .inner {
  position: relative;
}
body#top .section.information .item {
  margin: 1em 0 0;
  padding: 0 0 1em;
  border-bottom: 1px dotted #dad5cd;
  line-height: 1.4;
}
body#top .section.information .item:first-child {
  margin-top: 0;
}
body#top .section.information .item:last-child {
  border: none;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}
body#top .section.information .item .date {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-family: 'Questrial', sans-serif;
}
body#top .section.information .item .date > span {
  font-size: 12px;
  font-size: 1.2rem;
}
body#top .section.photo .list {
  display: block;
  margin: 0;
  letter-spacing: -.25em;
}
body#top .section.photo .item {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  border-radius: 3px;
  display: inline-block;
  overflow: hidden;
  margin-left: 8px;
  padding: 8px;
  background: #e6e1d8;
}
body#top .section.photo .item.is-visible {
  opacity: 1;
}
body#top .section.photo .item:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  body#top .section.photo .item {
    margin-left: 8px;
  }
  body#top .section.photo .item:nth-child(4) {
    margin-left: 0;
  }
}
body#top .section.photo .item a,
body#top .section.photo .item span {
  display: block;
}
body#top .section.photo .link_details {
  float: none;
  clear: both;
  display: block;
  width: auto;
  height: auto;
  margin: 1em 0 0;
  padding: 0;
  background: none;
  border-radius: 0;
  text-align: right;
  letter-spacing: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
body#top .section.photo .link_details a {
  display: inline;
  background: none;
}
body#top .section.about .map {
  margin: 20px 0 0;
  padding: 10px 10px 2px;
  background: #e6e1d8;
  border-radius: 3px;
}
body#top .section.about .map iframe {
  height: 470px;
}
body#top .section.about .summary {
  margin: 0;
}
body#top .section.about .summary table {
  margin: 0;
}
body#top .section.about .summary tr {
  display: table-row;
  margin: 0;
  border-top: 1px dotted #dad5cd;
}
body#top .section.about .summary tr:first-child {
  border-top: none;
}
body#top .section.about .summary th,
body#top .section.about .summary td {
  display: table-cell;
  padding: 1em 1em 1em 0;
  border: none;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
body#top .section.about .summary th {
  width: 25%;
  text-align: left;
}
body#top .section.about .summary td {
  width: 75%;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  body#top .section.about .map iframe {
    height: 300px;
  }
}
body#top .section.contact {
  padding: 25px 15px 15px;
  background: #e6e1d8;
  border-radius: 3px;
}
body#top .section.contact .contact_area > br {
  display: none;
}
body#top .section.contact .contact_area > label {
  display: block;
}
body#top .section.contact label {
  font-size: 18px;
  font-size: 1.8rem;
}
body#top .section.contact label .requier {
  color: #993737;
}
body#top .section.contact .checkbox,
body#top .section.contact .radio {
  display: block;
}
body#top .section.contact .checkbox > label,
body#top .section.contact .radio > label {
  margin-right: .6em;
  font-size: 18px;
  font-size: 1.8rem;
}
body#top .section.contact .checkbox > label:hover,
body#top .section.contact .radio > label:hover {
  cursor: pointer;
}
body#top .section.contact input[type=text],
body#top .section.contact input[type=tel],
body#top .section.contact input[type=email],
body#top .section.contact textarea {
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 20px;
  font-size: 2rem;
  width: 100%;
  background: #fff;
  border: 1px solid #e6e1d8;
  padding: .4em;
  line-height: 1;
}
body#top .section.contact input[type=text]:focus,
body#top .section.contact input[type=tel]:focus,
body#top .section.contact input[type=email]:focus,
body#top .section.contact textarea:focus {
  border-color: #ffbfbf;
  outline: none;
}
body#top .section.contact input[type=text].contact_small {
  width: 60%;
}
body#top .section.contact select:hover,
body#top .section.contact input[type=radio]:hover,
body#top .section.contact input[type=checkbox]:hover {
  cursor: pointer;
}
body#top .section.contact select {
  width: auto !important;
  max-width: 100%;
  border-radius: 2px;
  font-size: 20px;
  font-size: 2rem;
  padding: .4em;
  background: #fff;
  border: 1px solid #e6e1d8;
}
body#top .section.contact select:focus {
  outline: none;
}
body#top .section.contact textarea {
  height: 180px;
  line-height: 1.4;
}
body#top .section.contact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .9em 0;
  background: #5b5b5b;
  border: 1px solid #5b5b5b;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 20px;
  font-size: 2rem;
  width: 100%;
  font-weight: normal;
}
body#top .section.contact input[type=submit]:hover,
body#top .section.contact input[type=submit]:active {
  cursor: pointer;
  background: #747474;
  border-color: #fdf9f1;
  text-decoration: none;
}
body#top .section.contact input[type=submit]:focus {
  outline: none;
}
body#top .section.contact form {
  width: 65%;
  margin: 0 auto;
  padding: 0 0 1.5em;
}
@media only screen and (max-width: 768px) {
  body#top .section.contact form {
    width: 100%;
    padding: 0;
  }
}
body#top .section.contact .contact_area {
  margin-top: 1em;
}
body#top .section.contact .contact_area:first-child {
  margin-top: 0;
}
body#top .section.contact input[type=text] {
  padding: .4em;
}
body#top .section.contact input[type=submit] {
  margin: 1.5em 0 0;
}
body#top .section.contact input[type=submit]:hover,
body#top .section.contact input[type=submit]:active {
  border-color: transparent;
}
body#top .section.contact label,
body#top .section.contact input[type=text],
body#top .section.contact input[type=submit],
body#top .section.contact select {
  font-size: 16px;
  font-size: 1.6rem;
}
body#top .wrap_column.is-float .section.contact form {
  width: 100%;
  padding: 0;
}
/**
 * page:info
*/
body#info .article {
  margin: 4em 0 0;
}
body#info .article:first-child {
  margin: 0;
}
body#info .article .date {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-family: 'Questrial', sans-serif;
}
body#info .article .date span {
  vertical-align: 2px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
body#info .article .body .article_title {
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
}
body#info .article .body .photo {
  float: right;
  max-width: 50%;
  margin: 20px 0 1.2em 1.5em;
}
body#info .article .body .photo img {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  max-width: 100%;
  padding: 10px;
  background: #e6e1d8;
  border-radius: 3px;
}
body#info .article .body .photo img.is-visible {
  opacity: 1;
}
body#info .article .body .textfield {
  margin: 20px 0 0;
}
body#info .article .body .textfield p:first-child {
  margin: 0 !important;
}
@media only screen and (max-width: 480px) {
  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: 10px 0 0;
  }
  body#info .article .body .textfield {
    margin: 10px 0 0;
  }
}
/**
 * page:photo
*/
body#photo .sub_navi {
  white-space: normal;
  min-width: 244px;
}
body#photo #index {
  margin: 0;
}
body#photo #index .album {
  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 .album_title {
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
body#photo #index .album .album_title > span {
  position: relative;
  top: -.6em;
  padding-right: 1em;
}
body#photo #index .album .thumb {
  float: left;
  width: 20%;
  height: 152px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px;
  background: #e6e1d8;
}
body#photo #index .album .thumb a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  opacity: 1;
}
body#photo #index .album .thumb a:hover {
  opacity: 0.7;
}
body#photo #index .album .thumb a:focus {
  outline: none;
}
body#photo #index .album .thumb a img {
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
body#photo #index .album .thumb a img.show {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  body#photo #index .album .thumb {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
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 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%;
  border-radius: 3px;
}
body#photo #navi li .sub_navi li a {
  display: block;
}
/**
 * page:menu
*/
body#menu .sub_navi {
  white-space: normal;
  min-width: 244px;
}
body#menu .list {
  margin: 3.5em 0 0;
}
body#menu .page_title + .list {
  margin: 0;
}
body#menu .article {
  margin: 60px 0 0;
}
body#menu .article:after {
  content: '';
  display: block;
  clear: both;
}
body#menu .category_title {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
body#menu .category_title span {
  position: relative;
  top: -.6em;
  padding-right: 1em;
}
body#menu .category_title + .article {
  margin-top: 30px;
}
body#menu .article_title {
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
}
body#menu .article_title .recommend {
  color: #f5f201;
}
body#menu .photo {
  float: right;
  max-width: 50%;
  margin: 20px 0 1.2em 1.5em;
}
body#menu .photo img {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  display: block;
  max-width: 100%;
  padding: 10px;
  background: #e6e1d8;
  border-radius: 3px;
}
body#menu .photo img.is-visible {
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  body#menu .photo {
    float: none;
    max-width: 100%;
    margin: 0 auto 1.5em;
  }
}
body#menu .price {
  margin: 1em 0 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
}
body#menu .text {
  margin: 1em 0 0;
}
/**
 * page:calendar
*/
body#calendar .wrap_calendar .navi {
  margin: 0;
  background: none;
  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;
}
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: #e6e1d8;
  border-radius: 2px;
  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;
}
@media only screen and (max-width: 768px) {
  body#calendar .table_calendar th {
    padding: 3px 0;
  }
  body#calendar .table_calendar td {
    height: 70px;
    padding: 5px;
  }
  body#calendar .table_calendar td p.day {
    height: 70px;
    padding: .35em;
    font-size: 20px;
    font-size: 2rem;
    line-height: 102px;
  }
  body#calendar .table_calendar td a {
    left: 5px;
    top: 8px;
  }
}
@media only screen and (max-width: 768px) {
  body#calendar .table_calendar td {
    padding: 2px;
  }
  body#calendar .table_calendar td p.day {
    padding: .25em;
  }
}
@media only screen and (max-width: 480px) {
  body#calendar .table_calendar td p.day {
    padding: .4em;
  }
}
body#calendar .schedule {
  padding: 0 0 1.5em;
}
body#calendar .schedule dl.article {
  margin: 1.5em 0 0;
  padding: 1.5em 0 0;
  border-top: 1px solid #dad5cd;
}
body#calendar .schedule dl.article:last-of-type {
  border-bottom: 1px solid #dad5cd;
  padding-bottom: 1.5em;
}
body#calendar .schedule dl.article dt.date {
  margin: 0 0 1em;
  padding: 0 0 .2em;
  border: none;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
body#calendar .schedule dl.article dd {
  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: #4e4e4e;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ece6dd;
}
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:after {
  content: '';
  display: block;
  clear: both;
}
body#calendar .details .category {
  float: left;
  margin-right: 1em;
  padding: .22em .43em;
  background: #4e4e4e;
  border-radius: 2px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ece6dd;
}
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%;
  border-radius: 2px;
}
/**
 * page:about
*/
body#about .map,
body#about .summary {
  width: 50%;
}
body#about .map {
  float: right;
}
body#about .map iframe {
  height: 470px;
  padding: 10px;
  background: #e6e1d8;
  border-radius: 3px;
}
body#about .summary {
  float: left;
  width: 47%;
  max-width: 1000px;
  margin: 0;
}
body#about .summary table {
  width: 100%;
  margin: 0 auto;
}
body#about .summary tr {
  display: table-row;
  margin: 0;
  border-top: 1px dotted #dad5cd;
}
body#about .summary tr:first-child {
  border-top: none;
}
body#about .summary th,
body#about .summary td {
  display: table-cell;
  padding: 1em 1em 1em 0;
  border: none;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
body#about .summary th {
  width: 25%;
  text-align: left;
}
body#about .summary td {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  body#about .map,
  body#about .summary {
    float: none;
    width: 100%;
  }
  body#about .map iframe {
    height: 300px;
  }
}
/**
 * page:contact
*/
body#contact .message {
  margin: 0 0 40px;
  padding: 1em;
  background: #ffecec;
  border-radius: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5e0808;
}
body#contact form {
  position: relative;
  width: 65%;
  margin: 0 auto;
}
body#contact form .contact_area > br {
  display: none;
}
body#contact form .contact_area > label {
  display: block;
}
body#contact form label {
  font-size: 18px;
  font-size: 1.8rem;
}
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: .6em;
  font-size: 18px;
  font-size: 1.8rem;
}
body#contact form .checkbox > label:hover,
body#contact form .radio > label:hover {
  cursor: pointer;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form textarea {
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 20px;
  font-size: 2rem;
  width: 100%;
  background: #fff;
  border: 1px solid #e6e1d8;
  padding: .4em;
  line-height: 1;
}
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 {
  border-color: #ffbfbf;
  outline: none;
}
body#contact form input[type=text].contact_small {
  width: 60%;
}
body#contact form select:hover,
body#contact form input[type=radio]:hover,
body#contact form input[type=checkbox]:hover {
  cursor: pointer;
}
body#contact form select {
  width: auto !important;
  max-width: 100%;
  border-radius: 2px;
  font-size: 20px;
  font-size: 2rem;
  padding: .4em;
  background: #fff;
  border: 1px solid #e6e1d8;
}
body#contact form select:focus {
  outline: none;
}
body#contact form textarea {
  height: 180px;
  line-height: 1.4;
}
body#contact form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .9em 0;
  background: #5b5b5b;
  border: 1px solid #5b5b5b;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 20px;
  font-size: 2rem;
  width: 100%;
  font-weight: normal;
}
body#contact form input[type=submit]:hover,
body#contact form input[type=submit]:active {
  cursor: pointer;
  background: #747474;
  border-color: #fdf9f1;
  text-decoration: none;
}
body#contact form input[type=submit]:focus {
  outline: none;
}
@media only screen and (max-width: 768px) {
  body#contact form {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  body#contact form {
    width: 100%;
  }
}
body#contact form .contact_area,
body#contact form .button_area {
  margin: 2.5em 0 0;
}
body#contact form .contact_area:first-child,
body#contact form .button_area:first-child {
  margin: 0;
}
body#contact form input[type=submit] {
  margin: 2.5em 0 0;
}
body#contact .personal_info {
  margin: 2.5em 0 0;
}
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 {
  box-sizing: border-box;
  flex: 0 1 calc((100% - 60px) / 2);
  margin: 30px 15px 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  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 only screen and (max-width: 768px) {
  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;
  padding: 8px;
  background: #e6e1d8;
  border-radius: 2px;
}
@media only screen and (max-width: 768px) {
  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 .article_title {
  grid-area: article_title;
  margin: 0;
  font-size: 26px;
  font-size: 2.6rem;
  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: 30px 0 0;
  text-align: right;
}
body#coupon .print a {
  display: inline-block;
  padding: .5em;
  border-radius: 3px;
  line-height: 1;
}
body#reservation .message {
  margin: 0 0 40px;
  padding: 1em;
  background: #ffecec;
  border-radius: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5e0808;
}
body#reservation form {
  position: relative;
  width: 65%;
  margin: 0 auto;
}
body#reservation form .reservation_area {
  margin: 40px 0 0;
}
body#reservation form .reservation_area:first-child {
  margin: 0;
}
body#reservation form .reservation_area > label {
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation form .reservation_area .radio {
  display: block;
}
body#reservation form .reservation_area .reservation_course_body img {
  display: block;
  max-width: 100%;
}
body#reservation form .contact_area > br {
  display: none;
}
body#reservation form .contact_area > label {
  display: block;
}
body#reservation form label {
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation form label .requier {
  color: #993737;
}
body#reservation form .checkbox,
body#reservation form .radio {
  display: block;
}
body#reservation form .checkbox > label,
body#reservation form .radio > label {
  margin-right: .6em;
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation form .checkbox > label:hover,
body#reservation form .radio > label:hover {
  cursor: pointer;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form textarea {
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 20px;
  font-size: 2rem;
  width: 100%;
  background: #fff;
  border: 1px solid #e6e1d8;
  padding: .4em;
  line-height: 1;
}
body#reservation form input[type=text]:focus,
body#reservation form input[type=tel]:focus,
body#reservation form input[type=email]:focus,
body#reservation form textarea:focus {
  border-color: #ffbfbf;
  outline: none;
}
body#reservation form input[type=text].contact_small {
  width: 60%;
}
body#reservation form select:hover,
body#reservation form input[type=radio]:hover,
body#reservation form input[type=checkbox]:hover {
  cursor: pointer;
}
body#reservation form select {
  width: auto !important;
  max-width: 100%;
  border-radius: 2px;
  font-size: 20px;
  font-size: 2rem;
  padding: .4em;
  background: #fff;
  border: 1px solid #e6e1d8;
}
body#reservation form select:focus {
  outline: none;
}
body#reservation form textarea {
  height: 180px;
  line-height: 1.4;
}
body#reservation form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .9em 0;
  background: #5b5b5b;
  border: 1px solid #5b5b5b;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 20px;
  font-size: 2rem;
  width: 100%;
  font-weight: normal;
}
body#reservation form input[type=submit]:hover,
body#reservation form input[type=submit]:active {
  cursor: pointer;
  background: #747474;
  border-color: #fdf9f1;
  text-decoration: none;
}
body#reservation form input[type=submit]:focus {
  outline: none;
}
body#reservation form .checkbox,
body#reservation form .radio {
  display: block;
}
body#reservation form input[type=submit] {
  margin: 2em 0 0;
}
@media only screen and (max-width: 768px) {
  body#reservation form {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  body#reservation form {
    width: 100%;
  }
}
body#reservation .list {
  overflow: hidden;
}
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;
}
body#reservation .list .info .summary {
  margin: 0 0 1em;
  font-size: 26px;
  font-size: 2.6rem;
}
body#reservation .section {
  margin-top: -30px;
}
body#reservation .section .article {
  float: left;
  width: 31%;
  margin: 30px 0 0 20px;
  padding: 0;
  opacity: 0;
  transition: opacity .2s;
}
body#reservation .section .article:nth-child(odd) {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  body#reservation .section .article {
    margin-left: 0;
  }
}
body#reservation .section .article .article_title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
}
body#reservation .section .article h4 {
  margin: 10px 0;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
body#reservation .section .article .image {
  margin: 0 0 1.1em;
  padding: 8px;
  background: #e6e1d8;
  border-radius: 2px;
}
body#reservation .section .article .image > .inner {
  overflow: hidden;
  height: 260px;
  background-size: cover;
  background-position: 50%;
  border-radius: 2px;
}
body#reservation .section .article .image img {
  display: block;
  max-width: 100%;
}
body#reservation .section .article .text {
  margin: .5em 0 0;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxContent button {
  border: none;
}
#cboxContent button:focus {
  outline: none;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
#colorbox.cb #cboxPrevious,
#colorbox.cb #cboxNext,
#colorbox.cb #cboxClose {
  background: transparent;
  text-indent: 0;
  font-size: 30px;
  font-size: 3rem;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000000;
  opacity: 80;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 30px;
  background: #000;
  background: transparent;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  padding: 40px;
  border: 2px solid #131313;
  border: none;
  background: #ffffff;
  background: #131313;
  background: transparent;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}
#cboxCurrent {
  position: absolute;
  top: 6px;
  right: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Questrial', sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
#cboxLoadingGraphic {
  background: none;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious,
#cboxNext,
#cboxClose {
  background-image: url(/img/theme_elegant/common/colorbox_navi.png);
  background: #fff;
  z-index: 1000;
}
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover {
  cursor: pointer;
  color: #ffffff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -32px;
  background-repeat: no-repeat;
  background-position: top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -32px;
  background-repeat: no-repeat;
  background-position: top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
.shop_sitename {
  font-size: 100%;
}
