@charset 'utf-8';
/* ModernCraft: ver.202309210000 */
/*-----------------------------------------------------------------------------
 reset
-----------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  border-collapse: collapse;
  word-break: break-all;
  word-wrap: break-word;
}
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 {
  font-size: 3rem;
}

.shop_tel {
  display: none;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 10px;
  width: 220px;
  height: 32px;
  margin: 0 0 0 60px;
  padding: 0;
  background: url(/img/theme_moderncraft/background-header.jpg);
  background-size: 150px;
  border-radius: 0 0 2px 2px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 26px;
  box-shadow: 0 1px 1px rgba(18, 18, 18, 0.2);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.4);
}

.shop_rss {
  display: none;
}
.today_area {
  display: none;
  max-width: 300px;
  margin: 0 auto 30px;
}
.qr_area {
  display: none;
}
.counter_area {
  display: none;
}
.copyright {
}
.powered {
  display: none;
}

/*------------------------------------------------------------------------------
 link(default)
------------------------------------------------------------------------------*/
a:link,
a:visited {
  text-decoration: none;
  color: #333333;
}
a:hover,
a:active {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}
/*-----------------------------------------------------------------------------
 background
-----------------------------------------------------------------------------*/
html,
body,
#container,
.content,
.column-main {
  height: 100%;
}
.column-main > .inner {
  height: auto;
  min-height: 100%;
}
/*-----------------------------------------------------------------------------
 html / body
-----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.6;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
@media only screen and (max-width: 840px) {
  html {
    font-size: 52.085%;
  }
}
body {
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  background: #514f4c url(/img/theme_moderncraft/background-body.jpg);
  background-size: 500px;
  font-size: 1.6em;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*-----------------------------------------------------------------------------
 header
-----------------------------------------------------------------------------*/
.header {
  left: 0;
  height: 10px;
  background: url(/img/theme_moderncraft/background-header.jpg);
  background-size: 150px;
  box-shadow: 0 1px 1px rgba(18, 18, 18, 0.2);
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
.header > .inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
@media only screen and (max-width: 840px) {
  .header {
    height: auto;
    margin: 0;
    padding: 0 0 0 30px;
    background: url(/img/theme_moderncraft/background-content-top@2x.jpg) left bottom / 940px no-repeat, url(/img/theme_moderncraft/background-body.jpg) left top / 500px;
    box-shadow: none;
  }
  .header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 7px;
    background: url(/img/theme_moderncraft/background-header.jpg) repeat-x;
    background-size: 150px;
  }
  .header > .inner {
    position: static;
    margin-right: 0;
    padding-top: 35px;
    padding-right: 30px;
    padding-bottom: 40px;
    background: url(/img/theme_moderncraft/background-content-top@2x.jpg) no-repeat right bottom;
    background-size: 940px;
  }
}
.drawer-open .header {
  left: 80vw;
}
.shop_tel {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 10px;
  width: 220px;
  height: 32px;
  margin: 0 0 0 60px;
  padding: 0;
  background: url(/img/theme_moderncraft/background-header.jpg);
  background-size: 150px;
  border-radius: 0 0 2px 2px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  box-shadow: 0 1px 1px rgba(18, 18, 18, 0.2);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 1440px) {
  .shop_tel {
    margin-left: 70px;
  }
}
@media only screen and (max-width: 920px) and (min-width: 841px) {
  .shop_tel {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 840px) {
  .shop_tel {
    position: relative;
    left: 50%;
    top: -35px;
    width: 170px;
    margin: 0 0 0 -85px;
    line-height: 32px;
  }
}
/*-----------------------------------------------------------------------------
 content
-----------------------------------------------------------------------------*/
.content {
  max-width: 1400px;
  margin: 0 auto;
}
.content:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 1440px) {
  .content {
    margin-left: 10px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 840px) {
  .content {
    margin-left: 0;
    margin-right: 0;
  }
}
.overlay {
  z-index: 100;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.overlay.is-visible {
  display: block;
}
/*-----------------------------------------------------------------------------
 column-main
-----------------------------------------------------------------------------*/
.column-main {
  float: right;
  width: 100%;
  margin: 0;
  background: transprent;
}
@media only screen and (max-width: 840px) {
  .column-main {
    left: 0;
    float: none;
    width: auto;
    margin: 0;
    padding: 0 15px;
    background: url(/img/theme_moderncraft/background-body.jpg);
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
  }
}
.column-main > .inner {
  position: relative;
  margin-left: 360px;
  margin-right: 15px;
  padding: 30px;
  background: #fcf9f4 url(/img/theme_moderncraft/background-content.jpg);
  background-size: 250px;
}
@media only screen and (max-width: 920px) and (min-width: 841px) {
  .column-main > .inner {
    margin-left: 300px;
  }
}
@media only screen and (max-width: 840px) {
  .column-main > .inner {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
  }
}
.column-main > .inner:before {
  left: -20px;
  background: url(/img/theme_moderncraft/background-content-left@2x.png) repeat-y;
}
.column-main > .inner:after {
  right: -20px;
  background: url(/img/theme_moderncraft/background-content-right@2x.png) repeat-y;
}
.column-main > .inner:before,
.column-main > .inner:after {
  content: '';
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-size: 20px;
}
.column-main .section-title,
.column-main .page-title {
  position: relative;
  left: -52px;
  display: inline-block;
  margin: 0 0 .85em;
  padding: 0;
  box-shadow: 0 1px 2px rgba(54, 54, 54, 0.1);
  line-height: 1;
  font-weight: normal;
  font-size: 28px;
  font-size: 2.8rem;
  color: #3b382f;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1), 1px 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
@media only screen and (max-width: 840px) {
  .column-main .section-title,
  .column-main .page-title {
    left: -20px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.column-main .section-title:before,
.column-main .page-title:before {
  position: absolute;
  content: '';
  bottom: 9px;
  right: 4px;
  width: 30%;
  height: 10px;
  background: transparent;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
.column-main .section-title:after,
.column-main .page-title:after {
  z-index: -1;
  position: absolute;
  content: '';
  bottom: 9px;
  left: 4px;
  width: 30%;
  height: 10px;
  background: transparent;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.column-main .section-title span,
.column-main .page-title span {
  position: relative;
  display: block;
  padding: .5em 1.1em .5em 1.4em;
  background: url(/img/theme_moderncraft/background-header.jpg);
  background-size: 150px;
}
.column-main .section-title span:after,
.column-main .page-title span:after {
  position: absolute;
  content: '';
  left: 4px;
  top: -4px;
  width: 42px;
  height: 67px;
  background: url(/img/theme_moderncraft/clip@2x.png);
  background-size: 42px;
}
@media only screen and (max-width: 840px) {
  .column-main .section-title span:after,
  .column-main .page-title span:after {
    left: 2px;
    width: 33px;
    height: 52px;
    background-size: 33px;
  }
}
.column-main .page-title {
  margin-top: 12px;
  margin-bottom: 30px;
}
.drawer-open .column-main {
  left: 80vw;
}
/*-----------------------------------------------------------------------------
 column-sub
-----------------------------------------------------------------------------*/
.column-sub {
  float: left;
  display: block;
  width: 340px;
  margin-right: -340px;
  padding: 0 20px 0;
  background: #514f4c url(/img/theme_moderncraft/background-body.jpg);
  background-size: 500px;
}
.column-sub.is-visible {
  display: block;
}
.column-sub.is-hide {
  display: none;
}
@media only screen and (max-width: 920px) and (min-width: 841px) {
  .column-sub {
    width: 280px;
    margin-right: -280px;
  }
}
@media only screen and (max-width: 840px) {
  .column-sub {
    display: none;
  }
}
.drawer-main {
  display: none;
  z-index: 20;
  float: none;
  position: fixed;
  left: -80vw;
  top: 0;
  overflow: hidden;
  width: 80vw;
  height: 100%;
  margin: 0;
  padding: 0;
  padding: 0 10px 0;
  background: #514f4c url(/img/theme_moderncraft/background-body.jpg);
  background-size: 500px;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
.drawer-open .drawer-main {
  top: 0;
  left: 0;
}
@media only screen and (max-width: 840px) {
  .drawer-main {
    display: block;
  }
}
/*-----------------------------------------------------------------------------
 logo / description
-----------------------------------------------------------------------------*/
.wrap-logo {
  position: relative;
  display: block;
  width: 300px;
  margin: 82px 0 0;
  padding: 25px 0 0;
  background: url(/img/theme_moderncraft/logo-top@2x.png) no-repeat;
  background-size: 300px;
  box-shadow: 0 1px 6px rgba(17, 17, 17, 0.3);
}
@media only screen and (max-width: 920px) and (min-width: 841px) {
  .wrap-logo {
    width: 240px;
    padding-top: 20px;
    background-size: 240px;
  }
}
@media only screen and (max-width: 840px) {
  .wrap-logo {
    width: 220px;
    margin: 0 auto;
    padding-top: 18px;
    background-size: 220px;
  }
}
.logo {
  position: relative;
  display: table;
  width: 100%;
  min-height: 3.16em;
  margin: 0;
  background: url(/img/theme_moderncraft/logo@2x.png) no-repeat left bottom;
  background-size: 300px;
  text-align: center;
  font-size: 38px;
  font-size: 3.8rem;
  font-family: 'Source Sans Pro', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.2;
}
.logo span {
  display: table-cell;
  padding: 0 25px 25px;
  vertical-align: middle;
}
.logo img {
  max-width: 252px;
  padding: 10px;
}
@media only screen and (max-width: 920px) and (min-width: 841px) {
  .logo {
    background-size: 240px;
    font-size: 30px;
    font-size: 3rem;
  }
  .logo span {
    padding: 0 20px 20px;
  }
  .logo img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 840px) {
  .logo {
    background-size: 220px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .logo span {
    padding: 0 18px 18px;
  }
  .logo img {
    max-width: 184px;
    max-height: 150px;
  }
}
.site-description {
  margin: 24px 0 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
}
/*-----------------------------------------------------------------------------
 global-navi
-----------------------------------------------------------------------------*/
.global-navi {
  margin: 50px 0 0;
  background: #514f4c url(/img/theme_moderncraft/background-body.jpg);
  background-size: 500px;
}
@media only screen and (max-width: 840px) {
  .global-navi {
    margin-top: 0;
  }
}
.global-navi .list {
  position: relative;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(18, 18, 18, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: right;
}
@media only screen and (max-width: 840px) {
  .global-navi .list {
    margin: 10px 0 0;
    padding: 0 0 50px;
    border: none;
  }
}
.global-navi .item {
  padding: .4em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(18, 18, 18, 0.25);
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 840px) {
  .global-navi .item:first-child {
    border-top: none;
  }
  .global-navi .item:last-child {
    border-bottom: none;
  }
}
.global-navi .item a {
  display: block;
  padding: .5em .4em;
  line-height: 1.2;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: background .2s;
  transition: background .2s;
}
.global-navi .item a:link,
.global-navi .item a:visited {
  color: rgba(255, 255, 255, 0.8);
}
.global-navi .item a:hover,
.global-navi .item a:active {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.global-navi .item.active a {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.global-navi .item.active .sub_navi {
  list-style: none;
  margin: 0;
  padding: 0;
}
.global-navi .item.active .sub_navi a {
  margin: .25em 0 0;
  padding: .25em 0;
  background: transparent;
  font-size: 18px;
  font-size: 1.8rem;
}
.global-navi .item.active .sub_navi a:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
/*------------------------------------------------------------------------------
 totopボタン
------------------------------------------------------------------------------*/
.totop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 54px;
  height: 54px;
}
.totop .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .9em 0;
  background: #4f4d4a;
  border: none;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 0;
  display: block;
  width: 54px;
  height: 54px;
  padding: 0;
  background: rgba(41, 41, 41, 0.7);
  border: 1px solid transparent;
  border-radius: 3px 0 0 0;
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 54px;
}
.totop .button:hover,
.totop .button:active {
  cursor: pointer;
  background: #999;
  text-decoration: none;
}
.totop .button.is-visible {
  opacity: 1;
}
/*------------------------------------------------------------------------------
 drawer-naviボタン
------------------------------------------------------------------------------*/
.drawer-hamburger {
  display: none;
  z-index: 20;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(41, 41, 41, 0.7);
  border-radius: 0 0 3px 0;
  width: 54px;
  height: 54px;
  padding: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.drawer-hamburger.is-visible {
  display: block;
}
.drawer-hamburger.is-hide {
  display: none;
}
.tablet-view .drawer-hamburger,
.phone-view .drawer-hamburger {
  display: block;
}
.drawer-open .drawer-hamburger {
  left: 80vw;
  background: #514f4c url(/img/theme_moderncraft/background-body.jpg);
  background-size: 500px;
}
.drawer-hamburger-label {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 11px;
  width: 100%;
  height: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 21px;
  text-align: center;
}
.drawer-hamburger-label:before {
  position: absolute;
  content: 'MENU';
  width: 100%;
  left: 0;
  bottom: 0;
}
.drawer-open .drawer-hamburger-label:before {
  content: 'CLOSE';
}
.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin: 13px auto 0;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 28px;
  height: 4px;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  content: '';
  left: 0;
  top: -8px;
}
.drawer-hamburger-icon:after {
  top: 8px;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}
/*------------------------------------------------------------------------------
 drawer overlay
------------------------------------------------------------------------------*/
.drawer-overlay-upper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}
.drawer-open .drawer-overlay-upper {
  display: block;
}
/*------------------------------------------------------------------------------
 Schedule
------------------------------------------------------------------------------*/
.today_area {
  max-width: 300px;
  margin: 0 auto 30px;
}
.today_area dl {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 1em 2em;
  background: rgba(217, 217, 217, 0.1);
  border-radius: 2px;
  box-shadow: 3px 3px 1px -2px rgba(115, 115, 115, 0.1) inset, -3px -3px 1px -2px rgba(255, 255, 255, 0.9) inset;
  text-align: center;
}
.today_area .title,
.today_area .list {
  margin: 0;
  padding: 0;
}
.today_area .title {
  border-bottom: 1px solid rgba(18, 18, 18, 0.05);
  font-size: 20px;
  font-size: 2rem;
}
.today_area .date {
  margin: 0 0 .5em;
  padding: .2em 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  font-size: 16px;
  font-size: 1.6rem;
}
.today_area .list {
  margin: .5em 0 0;
  padding-left: 1em;
  text-indent: -1em;
}
.today_area .list a:hover,
.today_area .list a:active {
  border-bottom: 1px dotted rgba(37, 37, 37, 0.6);
}
/*------------------------------------------------------------------------------
 pager
------------------------------------------------------------------------------*/
.pager {
  position: relative;
  padding: 50px 0;
}
.pager:after {
  content: '';
  display: block;
  clear: both;
}
.pager > .inner {
  max-width: 1400px;
  margin: 0 auto;
}
.pager > .inner .list {
  text-align: center;
}
.pager > .inner .list:after {
  content: '';
  display: block;
  clear: both;
}
.pager > .inner .list a {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin: 3px .2em;
  background: rgba(217, 217, 217, 0.2);
  border: 1px solid rgba(153, 153, 153, 0.3);
  border-radius: 2px;
  vertical-align: bottom;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 46px;
  color: #696969;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.pager > .inner .list a:hover {
  background: #d1cfc3 url(/img/theme_moderncraft/background-content-layer.jpg);
  background-size: 500px;
  border-color: transparent;
  box-shadow: 3px 3px 2px -2px rgba(0, 0, 0, 0.1) inset;
}
.pager > .inner .list a.chk {
  cursor: default;
  background: #d1cfc3 url(/img/theme_moderncraft/background-content-layer.jpg);
  background-size: 500px;
  border-color: transparent;
  box-shadow: 3px 3px 2px -2px rgba(0, 0, 0, 0.1) inset;
}
.pager > .inner .list a:before {
  position: relative;
  left: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
@media only screen and (max-width: 840px) {
  .pager {
    left: -16px;
    width: calc(100% + 32px);
    z-index: 1;
  }
  .pager > .inner {
    position: relative;
    left: 0;
  }
  .pager > .inner .list {
    position: relative;
    left: 0;
    height: 46px;
  }
  .pager > .inner .list a {
    display: none;
  }
  .pager > .inner .list a.next,
  .pager > .inner .list a.prev {
    float: left;
    display: block;
    margin: 0;
    background: #d1cfc3 url(/img/theme_moderncraft/background-content-layer.jpg);
    background-size: 500px;
    border: none;
    box-shadow: -3px 3px 2px -2px rgba(0, 0, 0, 0.1) inset;
    font-weight: bold;
    font-size: 36px;
    font-size: 3.6rem;
    color: #696969;
  }
  .pager > .inner .list a.next:before,
  .pager > .inner .list a.prev:before {
    position: relative;
  }
  .pager > .inner .list a.next:hover:before,
  .pager > .inner .list a.prev:hover:before {
    left: -3px;
  }
  .pager > .inner .list a.next {
    float: right;
    box-shadow: 3px 3px 2px -2px rgba(0, 0, 0, 0.1) inset;
  }
  .pager > .inner .list a.next:hover:before {
    left: 3px;
  }
  .pager > .inner .list a.chk {
    display: block;
    position: absolute;
    left: 50%;
    float: none;
    background: transparent;
    margin: 0 0 0 -20px;
    border: none;
    box-shadow: none;
    font-size: 30px;
    font-size: 3rem;
    color: #696969;
  }
}
/*------------------------------------------------------------------------------
 footer: schedule / gadgets / social / site-information
------------------------------------------------------------------------------*/
.footer {
  margin: 65px 0 0;
  text-align: center;
}
.gadgets,
.social,
.site-information {
  padding: 0 0 25px;
  border-top: 1px solid rgba(18, 18, 18, 0.05);
}
.gadgets > .inner,
.social > .inner,
.site-information > .inner {
  padding: 20px 0 0;
  border-top: 2px solid rgba(255, 255, 255, 0.55);
}
.gadgets,
.social {
  overflow: hidden;
  text-align: center;
}
.navi_parts_detail {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 10px 0;
}
.navi_parts_detail img {
  max-width: 100%;
}
#google_translate_element .goog-te-gadget a {
  pointer-events: none;
}
.social_widget {
  display: inline-block;
  height: 20px;
  margin: 10px 0 0 10px;
  vertical-align: middle;
}
.social_widget#widget_facebook_like {
  width: 180px;
}
.social_widget#widget_facebook_follow.social_widget_facebook_likebox {
  width: 340px;
  height: 72px;
  overflow: hidden;
  margin-left: 0;
}
.social_widget#widget_facebook_follow.social_widget_facebook_likebox > div {
  width: 340px;
}
.social_icons {
  font-size: 29px;
  font-size: 2.9rem;
}
.social_icons a {
  margin: 0 .4em;
}
.social_icons a:hover,
.social_icons a:active {
  text-decoration: none;
}
.shop_name {
  font-size: 30px;
  font-size: 3rem;
}
.shop_name a:hover,
.copyright a:hover,
.powered a:hover,
.shop_rss a:hover,
.shop_name a:active,
.copyright a:active,
.powered a:active,
.shop_rss a:active {
  border-bottom: 1px dotted rgba(37, 37, 37, 0.6);
}
.introduction {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*------------------------------------------------------------------------------
 MediaQueries
------------------------------------------------------------------------------*/
head {
  font: 0 'pc-view';
}
@media only screen and (max-width: 1100px) and (min-width: 841px) {
  head {
    font: 0 'pc-compact-view';
  }
}
@media only screen and (max-width: 840px) {
  head {
    font: 0 'tablet-view';
  }
}
@media only screen and (max-width: 600px) {
  head {
    font: 0 'phone-view';
  }
}
@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 td img {
  max-width: none !important;
}
.textfield p {
  margin: .5em 0 0 !important;
  word-break: normal;
  word-wrap: break-word;
}
.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: 840px) {
  .textfield table {
    width: 100% !important;
    height: auto !important;
  }
}
.textfield iframe {
  max-width: 100% !important;
}
/**
 * page:top
*/
body#top .wrap-slider {
  position: relative;
  z-index: 1;
  display: none;
}
body#top .wrap-slider:before,
body#top .wrap-slider:after {
  z-index: 10000;
  position: absolute;
  content: '';
  width: 72px;
  height: 72px;
}
@media only screen and (max-width: 840px) {
  body#top .wrap-slider:before,
  body#top .wrap-slider:after {
    width: 36px;
    height: 36px;
  }
}
body#top .wrap-slider:before {
  left: -15px;
  bottom: -15px;
  background: url(/img/theme_moderncraft/photocorner-slideshow-lb@2x.png) no-repeat;
  background-size: 72px;
}
@media only screen and (max-width: 840px) {
  body#top .wrap-slider:before {
    left: -9px;
    bottom: -9px;
    background-size: 36px;
  }
}
body#top .wrap-slider:after {
  right: -15px;
  top: -15px;
  background: url(/img/theme_moderncraft/photocorner-slideshow-rt@2x.png) no-repeat;
  background-size: 72px;
}
@media only screen and (max-width: 840px) {
  body#top .wrap-slider:after {
    right: -9px;
    top: -9px;
    background-size: 36px;
  }
}
body#top .wrap-slider.is-visible {
  display: block;
}
body#top .slider {
  position: relative;
  width: 100%;
  height: 520px;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
body#top .slider.is-visible {
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  body#top .slider {
    padding: 5px;
  }
}
body#top .slider .article {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: 50%;
  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 2em;
  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: 840px) {
  body#top .slider {
    height: 420px;
  }
  body#top .slider .article {
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  body#top .slider {
    height: 310px;
  }
  body#top .slider .article {
    height: 300px;
  }
}
body#top .welcome-message {
  margin: 2.4em 0 0;
}
body#top .section-info {
  position: relative;
  margin: 2.4em 0 0;
}
body#top .section-info .list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
body#top .section-info .list:after {
  content: '';
  display: block;
  clear: both;
}
body#top .section-info .item {
  position: relative;
  float: left;
  width: calc((100% - 20px) / 2);
  height: 120px;
  margin: 0 0 20px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
body#top .section-info .item:hover {
  opacity: .8;
}
body#top .section-info .item:nth-child(odd) {
  margin-left: 0;
}
@media only screen and (max-width: 1100px) and (min-width: 841px) {
  body#top .section-info .item {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  body#top .section-info .item:nth-child(odd) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  body#top .section-info .item {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  body#top .section-info .item:nth-child(odd) {
    margin-left: 0;
  }
}
body#top .section-info .item:after {
  position: absolute;
  content: '';
  bottom: 9px;
  right: 4px;
  width: 30%;
  height: 10px;
  background: transparent;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
body#top .section-info .item a {
  overflow: hidden;
  z-index: 2;
  position: relative;
  display: block;
  height: 120px;
  background: #fff;
}
body#top .section-info .summary {
  float: left;
  width: 100%;
  padding: 10px;
}
body#top .section-info .date,
body#top .section-info .title {
  margin-right: 146px;
}
body#top .section-info .photo {
  float: right;
  width: 146px;
  height: 120px;
  margin-left: -146px;
  border: 4px solid #fff;
}
body#top .section-info .photo span {
  display: block;
  width: 138px;
  height: 112px;
  background-size: cover;
  background-color: rgba(237, 237, 237, 0.5);
}
body#top .section-photo {
  position: relative;
  margin: 2.4em 0 0;
}
body#top .section-photo .list {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
}
body#top .section-photo .list:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 1100px) and (min-width: 841px) {
  body#top .section-photo .list {
    text-align: left;
  }
}
@media only screen and (max-width: 840px) {
  body#top .section-photo .list {
    text-align: left;
  }
}
body#top .section-photo .wrap-item {
  position: relative;
  display: inline-block;
  margin: 0 0 15px 15px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
body#top .section-photo .wrap-item.is-visible {
  opacity: 1;
}
body#top .section-photo .wrap-item:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 1100px) and (min-width: 841px) {
  body#top .section-photo .wrap-item {
    margin-left: 15px;
  }
  body#top .section-photo .wrap-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 840px) and (min-width: 601px) {
  body#top .section-photo .wrap-item {
    margin-left: 15px;
  }
  body#top .section-photo .wrap-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  body#top .section-photo .wrap-item {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  body#top .section-photo .wrap-item:nth-child(2n + 1) {
    margin-left: 0;
  }
}
body#top .section-photo .wrap-item:before,
body#top .section-photo .wrap-item:after {
  position: absolute;
  content: '';
  width: 35px;
  height: 35px;
}
body#top .section-photo .wrap-item:before {
  z-index: 2;
  right: -4px;
  top: -4px;
  background: url(/img/theme_moderncraft/photocorner-rt.png) no-repeat;
  background-size: 35px;
}
body#top .section-photo .wrap-item:after {
  left: -4px;
  bottom: -4px;
  background: url(/img/theme_moderncraft/photocorner-lb.png) no-repeat;
  background-size: 35px;
}
body#top .section-photo .item {
  box-sizing: content-box;
  position: relative;
  border: 7px solid #fff;
}
@media only screen and (max-width: 600px) {
  body#top .section-photo .item {
    border-width: 4px;
  }
}
body#top .section-photo .item img {
  display: block;
}
body#top .link-details {
  margin: 10px 0 0;
  text-align: right;
}
body#top .link-details a {
  display: inline-block;
  line-height: 1.2;
}
body#top .link-details a:hover,
body#top .link-details a:active {
  border-bottom: 1px dotted rgba(37, 37, 37, 0.6);
}
/**
 * page:info
*/
body#info .article {
  position: relative;
  margin: 60px 0 0;
}
body#info .article:first-child {
  margin: 0;
}
body#info .article .date,
body#info .article .date > .inner {
  background: url(/img/theme_moderncraft/masking-tape-blue@2x.png);
  background-size: 1262px;
}
body#info .article .date {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.2em;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}
body#info .article .date > .inner {
  display: block;
  padding: .6em 1em .5em 0;
  background-position: right top;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: rgba(51, 51, 51, 0.7);
}
body#info .article .date .year,
body#info .article .date .day,
body#info .article .date .time {
  display: inline;
}
body#info .article .date .day span {
  vertical-align: 2px;
  font-size: 16px;
  font-size: 1.6rem;
}
body#info .article .body .article_title {
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
}
body#info .article .body .article_title a:hover,
body#info .article .body .article_title a:active {
  border-bottom: 1px dotted rgba(37, 37, 37, 0.6);
}
body#info .article .body .photo {
  float: right;
  max-width: 50%;
  margin: 20px 0 1.2em 1.5em;
}
@media only screen and (max-width: 1200px) {
  body#info .article .body .photo {
    float: none;
    max-width: 100%;
    margin: 10px 0 0;
  }
}
body#info .article .body .photo img {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  display: block;
  padding: 8px;
  background: #fff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}
body#info .article .body .photo img.is-visible {
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  body#info .article .body .photo img {
    padding: 4px;
  }
}
@media only screen and (max-width: 600px) {
  body#info .article .body .photo img {
    padding: 6px;
  }
}
body#info .article .body .textfield {
  margin: 20px 0 0;
}
body#info .article .body .textfield p:first-child {
  margin: 0 !important;
}
/**
 * page:photo
*/
body#photo .album-title,
body#photo .album-title a,
body#photo .album-title span {
  background: url(/img/theme_moderncraft/masking-tape-blue@2x.png);
  background-size: 1262px;
}
body#photo .album-title {
  position: relative;
  display: inline-block;
  margin: 40px 0 0;
  padding: 0 0 0 .1em;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
body#photo .album-title:first-child {
  margin-top: 0;
}
body#photo .album-title a,
body#photo .album-title span {
  display: block;
  padding: .6em 1em .5em 1.1em;
  background-position: right top;
  color: rgba(51, 51, 51, 0.9);
}
body#photo #index {
  margin: 0;
}
body#photo #index .album {
  margin: 30px 0 0;
  font-size: 0;
}
body#photo #index .album:after {
  content: '';
  display: block;
  clear: both;
}
body#photo #index .album:first-child {
  margin: 0;
}
body#photo #index .thumb {
  position: relative;
  display: inline-block;
  width: 20%;
  height: 152px;
  margin-left: 15px;
  margin-bottom: 15px;
  padding: 7px;
  background: #fff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
}
body#photo #index .thumb:nth-child(5n + 1) {
  margin-left: 0;
}
@media only screen and (max-width: 1100px) and (min-width: 841px) {
  body#photo #index .thumb {
    margin-left: 15px;
  }
  body#photo #index .thumb:nth-child(5n + 1) {
    margin-left: 15px;
  }
  body#photo #index .thumb:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 840px) {
  body#photo #index .thumb {
    margin-left: 10px;
    padding: 4px;
  }
  body#photo #index .thumb:nth-child(5n + 1) {
    margin-left: 10px;
  }
  body#photo #index .thumb:nth-child(2n + 1) {
    margin-left: 0;
  }
}
body#photo #index .thumb:before,
body#photo #index .thumb:after {
  position: absolute;
  content: '';
  width: 35px;
  height: 35px;
}
body#photo #index .thumb:before {
  z-index: 2;
  right: -4px;
  top: -4px;
  background: url(/img/theme_moderncraft/photocorner-rt.png) no-repeat;
  background-size: 35px;
}
body#photo #index .thumb:after {
  left: -4px;
  bottom: -4px;
  background: url(/img/theme_moderncraft/photocorner-lb.png) no-repeat;
  background-size: 35px;
}
body#photo #index .thumb a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  opacity: 1;
}
body#photo #index .thumb a:hover {
  opacity: .7;
}
body#photo #index .thumb a:focus {
  outline: none;
}
body#photo #index .thumb a img {
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
body#photo #index .thumb a img.show {
  opacity: 1;
}
body#photo #entries {
  position: relative;
}
body#photo #entries .article {
  position: relative;
  margin: 60px 0 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;
  padding: 8px;
  background: #fff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  body#photo #entries .article .photo img {
    padding: 4px;
  }
}
body#photo #navi li .sub_navi li a {
  display: block;
}
/**
 * page:menu
*/
body#menu .list {
  margin: 30px 0 0;
}
body#menu .list:first-child {
  margin: 0;
}
body#menu .article {
  margin: 40px 0 0;
}
body#menu .article:after {
  content: '';
  display: block;
  clear: both;
}
body#menu .article:first-child {
  margin-top: 0;
}
body#menu .category-title,
body#menu .category-title span {
  background: url(/img/theme_moderncraft/masking-tape-blue@2x.png);
  background-size: 1262px;
}
body#menu .category-title {
  position: relative;
  display: inline-block;
  margin: 40px 0 0;
  padding: 0 0 0 1.2em;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2);
}
body#menu .category-title:first-child {
  margin-top: 0;
}
body#menu .category-title span {
  display: block;
  padding: .6em 1em .5em 0;
  background-position: right top;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  color: rgba(51, 51, 51, 0.9);
}
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: 0 0 1.2em 1.5em;
}
@media only screen and (max-width: 1200px) {
  body#menu .photo {
    float: none;
    max-width: 100%;
    margin: 0 auto 1.5em;
  }
}
body#menu .photo img {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  display: block;
  padding: 8px;
  background: #fff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}
body#menu .photo img.is-visible {
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  body#menu .photo img {
    padding: 4px;
  }
}
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 .calendar-navi {
  text-align: center;
}
body#calendar .calendar-navi a:hover,
body#calendar .calendar-navi a:active {
  border-bottom: 1px dotted rgba(37, 37, 37, 0.6);
}
body#calendar .category {
  float: left;
  margin-right: 1em;
  padding: .4em .8em .3em;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
}
body#calendar .table_calendar {
  margin: 2em 0 0;
}
body#calendar .table_calendar th {
  padding: 3px 0;
}
body#calendar .table_calendar th.sun {
  color: #ff8a8a;
}
body#calendar .table_calendar td {
  position: relative;
  height: 112px;
  padding: 2px;
}
body#calendar .table_calendar td p.day {
  height: 110px;
  margin: 0;
  padding: 10px;
  background: rgba(217, 217, 217, 0.1);
  border-radius: 2px;
  box-shadow: 3px 3px 1px -2px rgba(115, 115, 115, 0.1) inset, -3px -3px 1px -2px rgba(255, 255, 255, 0.9) inset;
  text-align: right;
  font-family: 'Source Sans Pro', 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: rgba(255, 189, 189, 0.35);
}
body#calendar .table_calendar td .hotspot {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
}
body#calendar .table_calendar td .tooltip {
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: 110px;
  width: 150%;
  padding: .8em;
  background: #fff;
  border-radius: 2px;
  line-height: 1.2;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}
body#calendar .table_calendar td .tooltip.is-visible {
  bottom: 100px;
  opacity: 1;
}
body#calendar .table_calendar td .tooltip:before {
  content: '';
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg) translate(-50%);
  transform: rotate(45deg) translate(-50%);
}
@media only screen and (max-width: 840px) {
  body#calendar .table_calendar td .tooltip {
    display: none;
  }
}
body#calendar .table_calendar td .schedule-icon {
  position: absolute;
  left: 15px;
  top: 15px;
}
@media only screen and (max-width: 600px) {
  body#calendar .table_calendar td .schedule-icon {
    left: 8px;
    top: 8px;
    width: 18px;
  }
}
@media only screen and (max-width: 840px) {
  body#calendar .table_calendar th {
    padding: 2px;
  }
  body#calendar .table_calendar td {
    height: 70px;
  }
  body#calendar .table_calendar td p.day {
    height: 70px;
    padding: .25em;
    font-size: 20px;
    font-size: 2rem;
    line-height: 102px;
  }
  body#calendar .table_calendar td a {
    left: 6px;
    top: 6px;
  }
}
@media only screen and (max-width: 600px) {
  body#calendar .table_calendar td {
    padding: 1px;
  }
  body#calendar .table_calendar td p.day {
    padding: .4em;
  }
}
body#calendar .schedule dl.article {
  margin: 3em 0 0;
}
body#calendar .schedule dl.article dt.date {
  margin: 0 0 1em;
  padding: 0;
  border-bottom: 2px solid #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
body#calendar .schedule dl.article dt.date > .inner {
  padding: 0 0 .9em;
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}
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 a:link,
body#calendar .schedule dl.article dd a:visited {
  text-decoration: none;
}
body#calendar .schedule dl.article dd a:hover:hover,
body#calendar .schedule dl.article dd a:active:hover,
body#calendar .schedule dl.article dd a:hover:active,
body#calendar .schedule dl.article dd a:active:active {
  border-bottom: 1px dotted rgba(37, 37, 37, 0.6);
}
body#calendar .details > div:after {
  content: '';
  display: block;
  clear: both;
}
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 .image {
  margin: 1rem 0 0;
}
body#calendar .details .image img {
  display: block;
  padding: 8px;
  background: #fff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  body#calendar .details .image img {
    padding: 4px;
  }
}
/**
 * page:about
*/
body#about .map,
body#about .summary {
  width: 100%;
}
body#about .map iframe {
  height: 470px;
  padding: 8px;
  background: #fff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 840px) {
  body#about .map iframe {
    padding: 5px;
  }
}
body#about .summary {
  margin: 0 auto 30px;
}
body#about .summary table {
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
  margin: 0 auto;
}
body#about .summary tr {
  display: table-row;
  margin: 0;
  border-top: 1px dotted #999;
}
body#about .summary tr:first-child {
  border-top: none;
}
body#about .summary th,
body#about .summary td {
  display: table-cell;
  padding: 1em;
  border: none;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  border-radius: 2px;
}
body#about .summary th {
  width: 30%;
  text-align: center;
  padding: .4em .8em .3em;
  background: rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  vertical-align: middle;
}
body#about .summary td {
  width: 70%;
  background: rgba(217, 217, 217, 0.1);
  box-shadow: 3px 3px 1px -2px rgba(115, 115, 115, 0.1) inset, -3px -3px 1px -2px rgba(255, 255, 255, 0.9) inset;
}
@media only screen and (max-width: 840px) {
  body#about .map,
  body#about .summary {
    float: none;
    width: 100%;
  }
  body#about .map iframe {
    height: 300px;
  }
}
/**
 * page:contact
*/
body#contact form {
  position: relative;
  width: 65%;
  margin: -2.5em auto 0;
}
@media only screen and (max-width: 840px) {
  body#contact form {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#contact form {
    width: 100%;
  }
}
body#contact form > br {
  display: none;
}
body#contact form > label {
  display: block;
}
body#contact label {
  font-size: 18px;
  font-size: 1.8rem;
}
body#contact label .requier {
  color: #993737;
}
body#contact .checkbox,
body#contact .radio {
  white-space: normal;
  display: inline-block;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
body#contact .checkbox > label,
body#contact .radio > label {
  margin-right: .6em;
  font-size: 18px;
  font-size: 1.8rem;
}
body#contact .checkbox > label:hover,
body#contact .radio > label:hover {
  cursor: pointer;
}
body#contact input[type=text],
body#contact input[type=tel],
body#contact input[type=email],
body#contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 20px;
  font-size: 2rem;
  width: 100%;
  padding: .4em;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #999;
  border-color: rgba(153, 153, 153, 0.3) #ffffff #ffffff rgba(153, 153, 153, 0.3);
  border-radius: 2px;
  line-height: 1;
}
body#contact input[type=text]:focus,
body#contact input[type=tel]:focus,
body#contact input[type=email]:focus,
body#contact textarea:focus {
  outline: none;
  background: #ffffff;
}
body#contact input[type=text].contact_small {
  width: 60%;
}
body#contact select:hover,
body#contact input[type=radio]:hover,
body#contact input[type=checkbox]:hover {
  cursor: pointer;
}
body#contact select {
  width: auto !important;
  padding: .4em;
  background: #fff;
  border: 1px solid #999;
  font-size: 20px;
  font-size: 2rem;
}
body#contact select:focus {
  outline: none;
}
body#contact textarea {
  height: 180px;
  line-height: 1.4;
}
body#contact input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .9em 0;
  background: #4f4d4a;
  border: none;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 20px;
  font-size: 2rem;
  width: 100%;
  margin: 2.5em 0 0;
  font-weight: normal;
}
body#contact input[type=submit]:hover,
body#contact input[type=submit]:active {
  cursor: pointer;
  background: #999;
  text-decoration: none;
}
body#contact input[type=submit]:focus {
  outline: none;
}
body#contact .message {
  margin: 40px 0;
  padding: 1em;
  background: rgba(255, 235, 235, 0.3);
  border-radius: 2px;
  box-shadow: 3px 3px 1px -2px rgba(115, 115, 115, 0.1) inset, -3px -3px 1px -2px rgba(255, 255, 255, 0.9) inset;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5e0808;
}
body#contact .contact_area,
body#contact .button_area {
  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: 0 -15px;
}
body#coupon .article {
  box-sizing: border-box;
  flex: 0 1 calc((100% - 60px) / 2);
  margin: 30px 15px 0;
  padding: 8px;
  background: #fff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1100px) and (min-width: 841px) {
  body#coupon .article {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 840px) {
  body#coupon .article {
    flex-basis: calc((100% - 60px) / 2);
  }
}
@media only 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 only screen and (max-width: 1100px) and (min-width: 841px) {
  body#coupon .article .image a {
    padding-top: 0;
  }
}
@media only screen and (max-width: 840px) {
  body#coupon .article .image a {
    padding-top: 75%;
  }
}
@media only 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 only screen and (max-width: 1100px) and (min-width: 841px) {
  body#coupon .article .image img {
    position: static;
    transform: none;
  }
}
@media only screen and (max-width: 840px) {
  body#coupon .article .image img {
    position: absolute;
    transform: translate(-50%, -50%);
  }
}
@media only 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 .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 .link-details {
  margin: 30px 0 0;
  text-align: right;
}
body#coupon .link-details a {
  display: inline-block;
  line-height: 1.2;
}
body#coupon .link-details a:hover,
body#coupon .link-details a:active {
  border-bottom: 1px dotted rgba(37, 37, 37, 0.6);
}
/**
 * page:reservation(form)
*/
body#reservation form {
  position: relative;
  width: 65%;
  margin: -2.5em auto 0;
}
@media only screen and (max-width: 840px) {
  body#reservation form {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#reservation form {
    width: 100%;
  }
}
body#reservation form > br {
  display: none;
}
body#reservation form > label {
  display: block;
}
body#reservation label {
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation label .requier {
  color: #993737;
}
body#reservation .checkbox,
body#reservation .radio {
  white-space: normal;
  display: inline-block;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
body#reservation .checkbox > label,
body#reservation .radio > label {
  margin-right: .6em;
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation .checkbox > label:hover,
body#reservation .radio > label:hover {
  cursor: pointer;
}
body#reservation input[type=text],
body#reservation input[type=tel],
body#reservation input[type=email],
body#reservation textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 20px;
  font-size: 2rem;
  width: 100%;
  padding: .4em;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #999;
  border-color: rgba(153, 153, 153, 0.3) #ffffff #ffffff rgba(153, 153, 153, 0.3);
  border-radius: 2px;
  line-height: 1;
}
body#reservation input[type=text]:focus,
body#reservation input[type=tel]:focus,
body#reservation input[type=email]:focus,
body#reservation textarea:focus {
  outline: none;
  background: #ffffff;
}
body#reservation input[type=text].contact_small {
  width: 60%;
}
body#reservation select:hover,
body#reservation input[type=radio]:hover,
body#reservation input[type=checkbox]:hover {
  cursor: pointer;
}
body#reservation select {
  width: auto !important;
  padding: .4em;
  background: #fff;
  border: 1px solid #999;
  font-size: 20px;
  font-size: 2rem;
}
body#reservation select:focus {
  outline: none;
}
body#reservation textarea {
  height: 180px;
  line-height: 1.4;
}
body#reservation input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .9em 0;
  background: #4f4d4a;
  border: none;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 20px;
  font-size: 2rem;
  width: 100%;
  margin: 2.5em 0 0;
  font-weight: normal;
}
body#reservation input[type=submit]:hover,
body#reservation input[type=submit]:active {
  cursor: pointer;
  background: #999;
  text-decoration: none;
}
body#reservation input[type=submit]:focus {
  outline: none;
}
body#reservation .message {
  margin: 40px 0;
  padding: 1em;
  background: rgba(255, 235, 235, 0.3);
  border-radius: 2px;
  box-shadow: 3px 3px 1px -2px rgba(115, 115, 115, 0.1) inset, -3px -3px 1px -2px rgba(255, 255, 255, 0.9) inset;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5e0808;
}
body#reservation .reservation_area {
  margin: 2.5em 0 0;
}
body#reservation .radio {
  display: block;
}
body#reservation .reservation_course_body img {
  display: block;
  max-width: 100%;
  margin: 1em 0 0;
  padding: 10px;
  background: #fff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
}
/**
 * page:reservation_list
*/
body#reservation .plans {
  margin: 2.5em 0 0;
}
body#reservation .plans:after {
  content: '';
  display: block;
  clear: both;
}
body#reservation .plans .info {
  margin-top: 0;
}
body#reservation .plans .info .note {
  margin: 0 0 1em;
}
body#reservation .plans .info .summary {
  margin: 0 0 1em;
  font-size: 26px;
  font-size: 2.6rem;
}
body#reservation .section .article {
  float: left;
  width: 31%;
  width: calc((100% - 20px) / 2);
  margin: 20px 0 0 20px;
  padding: 8px;
  background: #fff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
}
body#reservation .section .article:nth-child(odd) {
  margin-left: 0;
}
@media only screen and (max-width: 1100px) and (min-width: 841px) {
  body#reservation .section .article {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 840px) {
  body#reservation .section .article {
    float: left;
    width: 31%;
    width: calc((100% - 20px) / 2);
    margin-top: 10px;
    margin-left: 10px;
    padding: 5px;
  }
  body#reservation .section .article:nth-child(odd) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  body#reservation .section .article {
    float: none;
    width: 100%;
    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;
  background: #fff;
}
body#reservation .section .article .image > .inner {
  overflow: hidden;
  height: 260px;
  background-size: cover;
  background-position: 50%;
}
body#reservation .section .article .image img {
  display: block;
}
body#reservation .section .article .text {
  margin: .5em 0 0;
}
/**
 * page:staff
*/
body#staff .staff--image {
  margin-right: 3%;
  float: left;
  width: 30%;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 8px solid #fff;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 600px) {
  body#staff .staff--image {
    border-width: 4px;
  }
}
body#staff .staff__text__social_icon img {
  width: 25px;
  vertical-align: middle;
}
body#staff .staff__text__social_text {
  vertical-align: bottom;
  font-size: 16px;
  font-size: 1.6rem;
}
#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: 'Source Sans Pro', 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%;
}
