@charset 'utf-8';
/* Everyday: ver.202309250000 */
/* font-size */
/* clearfix */
/* 角丸 */
/* ボックスシャドウ */
/* 透過度指定 */
/* appearance */
/* フォーム関連一式 */
.button {
  display: inline-block;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 25px;
  border: 2px solid #000000;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.button:hover,
.button:active {
  cursor: pointer;
  background-color: #000000;
  color: #FFF;
}
/* link style */
/* coupon/reservation article style */
/* フォームアラートbox */
/* media queries */
/*-----------------------------------------------------------------------------
 reset
-----------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  border-collapse: collapse;
  word-wrap: normal;
  word-break: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
table {
  border-collapse: collapse;
}
a img {
  border: none;
}
.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 {
  display: block;
}
.shop_name {
  display: block;
}
.shop_tel {
  display: block;
}
.shop_rss {
  display: inline-block;
}
.today_area {
  display: none;
}
.qr_area {
  display: none;
}
.counter_area {
  display: none;
}
.footer_copyright {
  display: inline-block;
}
.powered {
  display: none;
}
.clearfix::after {
  clear: both;
  content: '';
  display: table;
}
.hidden {
  display: none;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Montserrat', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #000000;
  margin: 0;
  padding: 0;
}
.container {
  overflow: hidden;
  background-color: #fff;
}
a {
  color: #000000;
  text-decoration: none;
  letter-spacing: 1.2px;
}
img {
  max-width: 100%;
}
@media only screen and (max-width: 800px) {
  .container {
    padding: 0 20px;
  }
}
/*------------------------------------------------------------------------------
 header
------------------------------------------------------------------------------*/
#header {
  max-width: 720px;
  margin: 0 auto;
}
.header_titlearea {
  border-bottom: 10px solid;
  margin-bottom: 30px;
  width: 720px;
  border-collapse: separate;
  display: table;
  border-spacing: 0 10px;
  padding-bottom: 10px;
}
.header_text {
  display: table-cell;
  vertical-align: middle;
  width: 73%;
  text-align: center;
  border-right: 10px solid;
  margin-bottom: 20px;
  padding: 0 20px;
}
.header_date {
  font-size: 1.15em;
  width: 140px;
  height: 140px;
  left: 23px;
  position: relative;
  margin-right: 25px;
  background-size: 74%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: linear-gradient(-45deg, transparent 50%, #000000 50%, #000000 51%, transparent 51%, transparent);
}
.header_logo {
  font-size: 4em;
  font-weight: bold;
  line-height: 1.2em;
}
.header_description {
  font-size: .95em;
  padding: 10px 0;
  font-weight: bold;
  letter-spacing: 2px;
}
.header_date_month {
  font-size: 3.3em;
  margin-left: 10px;
  position: absolute;
}
.header_date_day {
  font-size: 3.3em;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.header_social_icons {
  padding: 10px;
}
.header_social_icons a {
  letter-spacing: 0;
}
.header_social_icons a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.header_social_icons_slash {
  font-size: 1.8em;
  margin: 0 3px;
}
@media only screen and (max-width: 800px) {
  .header_titlearea {
    width: 100%;
  }
  .header_social_icons {
    text-align: right;
  }
  .header_logo {
    font-size: 3.5em;
  }
  .header_text {
    width: 72%;
  }
  .header_date {
    width: 127px;
    height: 127px;
  }
  .header_date_month,
  .header_date_day {
    font-size: 3em;
  }
}
@media only screen and (max-width: 600px) {
  .header_titlearea {
    border-bottom: 7px solid;
  }
  .header_text {
    border: none;
    width: 100%;
  }
  .header_logo {
    font-size: 2.5em;
  }
  .header_description {
    font-size: 11px;
    padding: 5px 0;
    letter-spacing: 1px;
  }
  .header_date {
    display: none;
  }
}
/*メニュー*/
.header_nav {
  background-color: #FFF;
  overflow: hidden;
  border: 2px solid;
  padding: 10px;
  z-index: 1000;
  position: relative;
  box-sizing: border-box;
  max-width: 720px;
}
@media only screen and (max-width: 800px) {
  .header_nav {
    display: none;
  }
}
.fixed {
  position: fixed;
  top: -5px;
}
.header_nav_list {
  padding: 5px;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.header_nav_list li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
  font-weight: bold;
  padding: 10px;
}
.header_nav_list .active a {
  filter: alpha(opacity=@value * 100);
  -moz-opacity: 0.7;
  opacity: 0.7;
  border-bottom: 4px solid;
}
.header_nav_list a:hover {
  filter: alpha(opacity=@value * 100);
  -moz-opacity: 0.7;
  opacity: 0.7;
  border-bottom: 4px solid;
}
/*------------------------------------------------------------------------------
 section
------------------------------------------------------------------------------*/
.section {
  max-width: 720px;
  margin: 0 auto;
}
.section_title {
  margin: 50px auto 60px;
  padding: 4px 0;
  text-align: left;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 10px solid;
}
@media only screen and (max-width: 800px) {
  .section_title {
    margin: 30px auto 30px;
  }
}
/*------------------------------------------------------------------------------
 pager
------------------------------------------------------------------------------*/
.pager {
  text-align: center;
  margin: 3em 0 2em;
  font-size: 30px;
  font-size: 3rem;
}
.pager a {
  margin: 0 0.5em;
}
.pager a:hover,
.pager a:active {
  opacity: .7;
}
ul.sub_navi {
  margin: 2em 0;
  text-align: center;
}
ul.sub_navi li {
  display: inline-block;
  padding: 0 10px 0;
  margin: 0 -1em 2em;
  vertical-align: middle;
  width: 30%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  background: linear-gradient(-45deg, transparent, transparent 9%, #000000 0%, #000000 0%, transparent 10%, transparent);
}
ul.sub_navi li:last-child {
  background: none;
}
@media only screen and (max-width: 800px) {
  ul.sub_navi {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 600px) {
  ul.sub_navi li {
    background: none;
    margin: 0 0 1em;
    width: 46%;
  }
}
/*------------------------------------------------------------------------------
 sub_navi
------------------------------------------------------------------------------*/
ul.sub_navi {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}
.footer_sub_navigation {
  margin: 3em 0;
}
#info .section .section_sub_navigation {
  display: none;
}
#info .footer_sub_navigation ul.sub_navi {
  display: block;
}
#photo .footer_sub_navigation,
#menu .footer_sub_navigation {
  display: none;
}
@media only screen and (max-width: 600px) {
  ul.sub_navi li {
    text-align: center;
  }
}
/*------------------------------------------------------------------------------
 social
------------------------------------------------------------------------------*/
.social {
  max-width: 720px;
  margin: 0 auto;
}
.social > .inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.social > .inner .navi_parts_detail {
  padding: 0 .4em;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
@media only screen and (max-width: 1000px) {
  .social > .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .social > .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.social #social_widgets .social_widget {
  display: inline-block;
  height: 20px;
  margin: 10px 0 4em 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: block;
  width: 340px;
}
@media only screen and (max-width: 600px) {
  .social #social_widgets .social_widget {
    margin: 10px 0 1em 10px;
  }
  .social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
    width: 100%;
    margin-left: 0;
  }
  .social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox > div {
    width: auto;
  }
}
/*------------------------------------------------------------------------------
 Google翻訳ウィジェット
------------------------------------------------------------------------------*/
#google_translate_element .goog-te-gadget a {
  pointer-events: none;
}
/*------------------------------------------------------------------------------
 footer
------------------------------------------------------------------------------*/
/*トップへ戻るボタン*/
.to_top {
  margin-top: 50px;
  padding-bottom: 80px;
}
.to_top a {
  text-indent: -9999px;
  width: 45px;
  height: 26px;
  margin: 0 auto;
  display: block;
}
.footer {
  background-color: #000000;
  color: #FFF;
  text-align: center;
  letter-spacing: 3px;
  line-height: 35px;
  padding: 80px 0;
}
.footer_logo {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.footer {
  color: #FFF;
}
.footer a {
  color: #FFF;
}
@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: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2em;
}
.icon-instagram:before {
  content: '\e900';
}
.icon-facebook:before {
  content: '\e901';
}
.icon-twitter:before {
  content: '\e902';
}
/*
------------------------------------------------------------------------------
 WYSIWYGフィールド表示制御
------------------------------------------------------------------------------*/
.textfield {
  zoom: 1;
}
.textfield:after {
  content: '';
  display: block;
  clear: both;
}
.textfield img {
  max-width: 100% !important;
  height: auto !important;
}
.textfield p {
  margin: .5em 0 0 !important;
  word-break: normal;
  word-wrap: break-word;
}
.textfield p:first-child {
  margin: 0 !important;
}
@media only screen and (max-width: 800px) {
  .textfield table {
    width: 100% !important;
    height: auto !important;
  }
}
.textfield iframe {
  max-width: 100% !important;
}
.textfield ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.textfield ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
body#top {
  /* 写真 */
  /*店舗情報*/
}
body#top #slidearea {
  position: relative;
  max-width: 1000px;
  margin: -40px auto 0;
}
body#top .slick-slide {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0 auto;
}
body#top .slick-slide img {
  max-width: none;
  display: inline-block !important;
  padding: 0 30px;
}
body#top .top_caption {
  max-width: 720px;
  font-size: 1em;
  letter-spacing: 1.9px;
  text-align: center;
  font-weight: bold;
  margin: 60px auto 70px;
}
body#top .caption {
  border: 2px solid ;
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 395px;
  z-index: 9999;
  display: block;
  text-align: right;
  padding: 15px;
}
body#top .caption a {
  display: inline-block;
  box-sizing: border-box;
}
body#top .caption a:hover {
  color: #999;
}
body#top .rslides {
  opacity: 0;
  transition: opacity 0.4s;
}
body#top .slick-initialized {
  opacity: 1;
}
body#top #slidearea .slick-slider .slick-dots {
  bottom: 8px;
}
body#top .slick-dots li button:before {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 800px) {
  body#top #slidearea {
    margin: 0 auto;
  }
  body#top .slick-slide {
    height: 400px;
  }
  body#top .slick-slide img {
    display: block;
    padding: 0;
  }
  body#top .caption {
    bottom: 30px;
    top: initial;
    right: -2px;
  }
  body#top .top_caption {
    margin: 0 1em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 600px) {
  body#top .slick-slide {
    height: 300px;
  }
  body#top .caption {
    padding: 3px 10px;
    border-right: none;
  }
}
body#top .information_content_item {
  display: inline-block;
  padding: 0 12px;
  vertical-align: top;
  margin: 20px 0;
  position: relative;
  width: 32.9%;
}
body#top .information_date {
  background-color: #000000;
  font-size: 1.3em;
  color: #FFF;
  display: block;
  right: 0;
  top: -20px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  position: absolute;
  background-size: 63%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: linear-gradient(-45deg, transparent 51%, #ffffff 50%, #ffffff 54%, transparent 49%, transparent);
  z-index: 10;
}
body#top .information_month {
  left: 7px;
  top: 6px;
  position: absolute;
  width: 53px;
}
body#top .information_day {
  right: 7px;
  bottom: 6px;
  position: absolute;
  width: 53px;
  text-align: right;
}
body#top .information_title {
  padding: 15px 5px;
  box-sizing: border-box;
  font-size: 1em;
  max-width: 200px;
  text-align: justify;
}
body#top .information_content_item .photo {
  overflow: hidden;
  width: 200px;
  height: 200px;
  background: url(/img/theme_everyday/no-image.jpg) no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}
body#top .information_content_item .summary {
  font-weight: bold;
}
body#top .information_content_item .article {
  width: 200px;
  height: 100px;
}
body#top .btn_details {
  text-align: right;
}
@media only screen and (max-width: 800px) {
  body#top .information_content_item {
    width: 49%;
  }
  body#top .information_content_item .photo {
    width: 100%;
  }
  body#top .btn_details {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  body#top .information_content_item .photo {
    height: 150px;
  }
}
body#top .section_photo .slick-slider {
  margin: 0;
}
body#top .section_photo .list {
  display: block;
  width: 100%;
  height: 184px;
  margin-bottom: 30px;
}
body#top .section_photo .list.float {
  text-align: center;
  letter-spacing: -.25em;
}
body#top .section_photo .list.float li {
  display: inline-block !important;
  letter-spacing: normal;
}
body#top .section_photo .list li {
  display: block;
  width: 184px;
  height: 184px;
  overflow: hidden;
  margin-left: 10px;
}
body#top .section_photo .list li:first-child {
  margin: 0;
}
body#top .section_photo .list li a,
body#top .section_photo .list li span {
  display: block;
  width: 100%;
  height: 100%;
  background: #ccc;
}
body#top .section_photo .list li a img,
body#top .section_photo .list li span img {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
body#top .section_photo .list li a img.show,
body#top .section_photo .list li span img.show {
  opacity: 1;
}
body#top .section_photo .arrow-prev,
body#top .section_photo .arrow-next {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  background: rgba(102, 102, 102, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 40px;
  color: #ffffff;
}
body#top .section_photo .arrow-prev:hover,
body#top .section_photo .arrow-next:hover {
  background: rgba(102, 102, 102, 0.8);
}
body#top .section_photo .arrow-prev {
  left: -20px;
  left: 10px;
}
body#top .section_photo .arrow-next {
  right: -20px;
  right: 10px;
}
body#top .section_photo .btn_details {
  text-align: right;
}
@media only screen and (max-width: 800px) {
  body#top .section_photo .btn_details {
    text-align: center;
  }
}
body#top .about_content {
  max-width: 500px;
  margin: 0 auto;
}
body#top .about_content .map {
  position: relative;
}
body#top .about_content .map iframe {
  border: 2px solid #000000;
}
body#top .about_content .map .map_clip {
  position: absolute;
  width: 40px;
  height: 40px;
  background: linear-gradient(-45deg, transparent, transparent 51%, #000000 50%, #000000 54%, transparent 51%, transparent);
}
body#top .about_content .map .map_clip:first-child {
  top: -10px;
  left: -10px;
}
body#top .about_content .map .map_clip:last-child {
  bottom: -10px;
  right: -10px;
}
body#top .about_content .summary {
  width: 100%;
  max-width: 960px;
  margin: 50px auto 0;
}
body#top .about_content .summary table {
  margin: 0 auto;
}
body#top .about_content .summary tr {
  display: table-row;
  margin: 0;
}
body#top .about_content .summary tr:first-child th,
body#top .about_content .summary tr:first-child td {
  border-top: none;
}
body#top .about_content .summary th,
body#top .about_content .summary td {
  display: table-cell;
  padding: 1em 0.5em;
  line-height: 1.2;
  border-bottom: none;
  border-left: none;
}
body#top .about_content .summary th {
  width: 35%;
  text-align: left;
}
body#top .about_content .summary td {
  width: 65%;
  border-right: none;
}
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 {
  width: 100%;
  background: #ffffff;
  border: 1px solid #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#top .section_contact input[type=text],
body#top .section_contact input[type=tel],
body#top .section_contact input[type=email] {
  padding: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}
body#top .section_contact input[type=text] {
  width: 100%;
}
body#top .section_contact input[type=text].contact_small {
  width: 60% !important;
}
body#top .section_contact textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
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 {
  background: #ffffff;
  border: 1px solid #999;
  outline: none;
}
body#top .section_contact label {
  font-size: 20px;
  font-size: 2rem;
}
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: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#top .section_contact select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#top .section_contact select:focus {
  outline: none;
}
body#top .section_contact input[type=submit]:focus {
  outline: none;
}
body#top .section_contact .wrap_select {
  position: relative;
  display: inline;
}
body#top .section_contact .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
}
body#top .section_contact .button:hover,
body#top .section_contact .button:active {
  cursor: pointer;
  background-color: #000000;
  color: #FFF;
}
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 select,
body#top .section_contact textarea {
  background: #ffffff;
  border-color: #000000;
}
body#top .section_contact .contact_area {
  display: block;
  margin-top: 2.5em;
}
body#top .section_contact .contact_area:first-child {
  margin-top: 0;
}
body#top .section_contact .contact_form_button {
  text-align: center;
  margin: 75px 0 0;
}
body#top .section_contact .checkbox,
body#top .section_contact .radio {
  display: inline-block;
}
body#top .section_contact label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
body#top .section_contact input[type=submit] {
  background: #ffffff;
}
body#top .section_contact form {
  width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 800px) {
  body#top .section_contact form {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#top .section_contact form {
    width: 100%;
  }
}
body#info .header_titlearea {
  display: none;
}
body#info .navi.mobile .sub_navi li {
  background: transparent;
}
body#info .navi.mobile .sub_navi li a {
  font-size: 16px;
  font-size: 1.6rem;
}
body#info .navi.mobile .sub_navi li.year {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.7);
  color: #8b8b8b;
}
body#info .navi.mobile .sub_navi li.year div {
  margin: 0 0 10px;
}
body#info .navi.mobile .sub_navi li.year div.month {
  margin: 0;
}
body#info .navi.mobile .sub_navi li.year div.month a {
  display: inline-block;
  padding: .2em;
  margin: 0 5px 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
body#info .information_date_title {
  display: inline-block;
  border-bottom: solid 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  width: 100%;
  zoom: 1;
}
body#info .information_date_title:after {
  content: '';
  display: block;
  clear: both;
}
body#info .information_date {
  background-color: #000000;
  font-size: 1.3em;
  color: #FFF;
  float: left;
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 10px;
  background-size: 63%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: linear-gradient(-45deg, transparent 51%, #ffffff 50%, #ffffff 54%, transparent 49%, transparent);
}
body#info .information_month {
  left: 7px;
  top: 6px;
  position: absolute;
  width: 53px;
}
body#info .information_day {
  right: 7px;
  bottom: 6px;
  position: absolute;
  width: 53px;
  text-align: right;
}
body#info .article {
  margin: 5em 0 0;
}
body#info .article:first-child {
  margin: 4em 0 0;
}
body#info .article .body .article_title {
  margin: 10px 15px 0;
  padding: 0 0 0 60px;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
}
body#info .article .body .article_title a {
  position: relative;
}
body#info .article .body .photo {
  float: right;
  max-width: 50%;
  margin: 20px 0 1.2em 1.5em;
}
body#info .article .body .photo img {
  max-width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
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: 600px) {
  body#info .article .body {
    float: none;
  }
  body#info .article .body .inner {
    margin: 0;
  }
  body#info .article .body .article_title {
    font-size: 26px;
    font-size: 2.6rem;
  }
  body#info .article .body .article_title 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;
  }
}
body#photo .header_titlearea {
  display: none;
}
body#photo #index {
  margin: 0;
}
body#photo #index .album {
  zoom: 1;
  margin: 0 0 50px;
  padding-top: 70px;
}
body#photo #index .album:after {
  content: '';
  display: block;
  clear: both;
}
body#photo #index .album:first-child {
  margin: 0;
}
body#photo #index .album .thumb {
  visibility: hidden;
  float: left;
  width: 20%;
  height: 152px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
}
body#photo #index .album .thumb a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  filter: alpha(opacity=@value * 100);
  -moz-opacity: 1;
  opacity: 1;
}
body#photo #index .album .thumb a:hover {
  filter: alpha(opacity=@value * 100);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
body#photo #index .album .thumb a:focus {
  outline: none;
}
body#photo #index .album .thumb a img {
  position: absolute;
  display: block;
  filter: alpha(opacity=@value * 100);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
body#photo #index .album .thumb a img.show {
  filter: alpha(opacity=@value * 100);
  -moz-opacity: 1;
  opacity: 1;
}
body#photo .category_title {
  position: absolute;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 5px 10px;
  width: 50%;
  background-color: #000000;
  color: #fff;
  left: -200px;
  text-align: right;
}
body#photo .category_title h3 {
  padding-right: 1em;
  font-size: 22px;
  width: 300px;
  margin-left: auto;
}
body#photo #entries {
  position: relative;
}
body#photo #entries .category_title {
  position: absolute;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 5px 0;
  width: 50%;
  background-color: #000000;
  color: #fff;
  left: -200px;
  text-align: right;
}
body#photo #entries .category_title h3 {
  padding-right: 1em;
  font-size: 22px;
  width: 300px;
  margin-left: auto;
}
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%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
body#photo #navi li .sub_navi li a {
  display: block;
}
@media only screen and (max-width: 800px) {
  body#photo .category_title {
    padding: 5px 10px 5px 30px;
    width: auto;
    left: 0;
  }
  body#photo .category_title h3 {
    width: auto;
    padding-right: 0;
  }
  body#photo .album .thumb {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
body#menu .header_titlearea {
  display: none;
}
body#menu .list {
  margin: 3.5em 0 0;
}
body#menu .page_title + .list {
  margin: 0;
}
body#menu .category_title {
  position: absolute;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 5px 0;
  width: 50%;
  background-color: #000000;
  color: #fff;
  left: -200px;
  text-align: right;
}
body#menu .category_title h3 {
  padding-right: 1em;
  font-size: 22px;
  width: 300px;
  margin-left: auto;
}
body#menu .photo {
  float: left;
  width: 50%;
  padding: 1.5em 3em 1.5em 0;
  margin-top: 60px;
}
body#menu .photo img {
  display: block;
  max-width: 100%;
}
body#menu .article {
  zoom: 1;
}
body#menu .article:after {
  content: '';
  display: block;
  clear: both;
}
body#menu .article_main {
  float: right;
  width: 50%;
  margin-top: 60px;
}
body#menu .article_content {
  margin: 20px 0 0;
  width: 50%;
  right: 0;
  text-align: left;
}
body#menu .article_content .recommend {
  color: #f5f201;
}
body#menu .article_content a {
  position: relative;
  padding: .3em .2em;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}
body#menu .article_content a:hover {
  filter: alpha(opacity=@value * 100);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
body#menu .article_title {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  width: 360px;
}
body#menu .article_title_border {
  border-bottom: solid 3px;
  padding-bottom: 15px;
  width: 700px;
}
body#menu .price {
  margin: 1em 0 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  width: 360px;
}
body#menu .text {
  margin: 1em 0 0;
  width: 360px;
}
@media only screen and (max-width: 800px) {
  body#menu .category_title {
    padding: 5px 10px 5px 30px;
    width: auto;
    left: 0;
  }
  body#menu .category_title h3 {
    width: auto;
    padding-right: 0;
  }
  body#menu .photo {
    float: none;
    width: 100%;
    margin: 0 auto 1.5em;
    padding: 1em 0 1em;
  }
  body#menu .photo img {
    margin: 0 auto;
  }
  body#menu .article {
    padding-top: 60px;
  }
  body#menu .article_main {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  body#menu .article_content {
    width: 100%;
  }
  body#menu .article_title {
    width: 100%;
  }
  body#menu .article_title_border {
    width: 100%;
  }
  body#menu .text {
    width: 100%;
  }
}
body#calendar .header_titlearea {
  display: none;
}
body#calendar .wrap_calendar {
  margin: 1em 0;
}
body#calendar .wrap_calendar .navi {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
body#calendar .wrap_calendar .navi a {
  position: relative;
  padding: .3em .2em;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
  font-size: 14px;
  font-size: 1.4rem;
}
body#calendar .wrap_calendar .navi a:hover {
  filter: alpha(opacity=@value * 100);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
@media only screen and (max-width: 600px) {
  body#calendar .wrap_calendar .navi {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body#calendar .table_calendar {
  margin: 2em 0 0;
}
body#calendar .table_calendar th {
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
body#calendar .table_calendar th.sun {
  color: #ffbfbf;
}
body#calendar .table_calendar td {
  position: relative;
  height: 112px;
  border: 2px solid #000000;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
body#calendar .table_calendar td p.day {
  height: 110px;
  margin: 0;
  padding: 10px;
  background: #fff;
  text-align: right;
  line-height: 160px;
}
body#calendar .table_calendar td.sun p.day,
body#calendar .table_calendar td.holiday p.day {
  background: #fff;
  background: #ffbfbf;
}
body#calendar .table_calendar td a {
  position: absolute;
  left: 10px;
  top: 10px;
}
@media only screen and (max-width: 800px) {
  body#calendar .table_calendar th {
    padding: 3px 0;
  }
  body#calendar .table_calendar td {
    height: 70px;
    padding: 0;
  }
  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: 5px;
    top: 8px;
  }
}
@media only screen and (max-width: 600px) {
  body#calendar .table_calendar th {
    font-size: 11px;
    font-size: 1.1rem;
  }
  body#calendar .table_calendar td p.day {
    padding: .4em;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
body#calendar .schedule {
  padding: 0 1em 2em;
}
body#calendar .schedule dl.article {
  margin: 3em 0 0;
}
body#calendar .schedule dl.article dt.date {
  margin: 0 0 1em;
  padding: 0 0 .9em;
  border-bottom: 2px solid #000000;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #000000;
}
body#calendar .schedule dl.article dd {
  zoom: 1;
  margin: 1em 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
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: #000000;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  font-size: 1.2rem;
}
body#calendar .schedule dl.article dd a {
  position: relative;
  padding: .3em .2em;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}
body#calendar .schedule dl.article dd a:hover {
  filter: alpha(opacity=@value * 100);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
body#calendar .details .category_title {
  position: absolute;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  padding: 5px 0;
  width: 50%;
  background-color: #000000;
  color: #fff;
  left: -200px;
  text-align: right;
}
body#calendar .details .category_title h3 {
  padding-right: 1em;
  font-size: 22px;
  width: 300px;
  margin-left: auto;
}
body#calendar .details .photo {
  float: left;
  width: 50%;
  padding: 1.5em 3em 1.5em 0;
  margin-top: 60px;
}
body#calendar .details .photo img {
  display: block;
  max-width: 100%;
}
body#calendar .details .article {
  zoom: 1;
}
body#calendar .details .article:after {
  content: '';
  display: block;
  clear: both;
}
body#calendar .details .article_main {
  float: right;
  width: 50%;
  margin-top: 60px;
}
body#calendar .details .article_content {
  margin: 20px 0 0;
  width: 50%;
  right: 0;
  text-align: left;
}
body#calendar .details .article_content .recommend {
  color: #f5f201;
}
body#calendar .details .article_content a {
  position: relative;
  padding: .3em .2em;
  background: transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}
body#calendar .details .article_content a:hover {
  filter: alpha(opacity=@value * 100);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
body#calendar .details .article_title {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  width: 360px;
}
body#calendar .details .article_title img {
  width: 1em;
}
body#calendar .details .article_title_border {
  border-bottom: solid 3px;
  padding-bottom: 15px;
  width: 700px;
}
body#calendar .details .date {
  margin: 1em 0 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  width: 360px;
}
body#calendar .details .text {
  margin: 1em 0 0;
  width: 360px;
}
@media only screen and (max-width: 800px) {
  body#calendar .details .category_title {
    padding: 5px 10px 5px 30px;
    width: auto;
    left: 0;
  }
  body#calendar .details .category_title h3 {
    width: auto;
    padding-right: 0;
  }
  body#calendar .details .photo {
    float: none;
    width: 100%;
    margin: 0 auto 1.5em;
    padding: 1em 0 1em;
  }
  body#calendar .details .photo img {
    margin: 0 auto;
  }
  body#calendar .details .article {
    padding-top: 60px;
  }
  body#calendar .details .article_main {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  body#calendar .details .article_content {
    width: 100%;
  }
  body#calendar .details .article_title_border {
    width: 100%;
  }
}
body#about .header_titlearea {
  display: none;
}
body#about .about_content {
  max-width: 500px;
  margin: 0 auto;
}
body#about .map,
body#about .summary {
  width: 100%;
}
body#about .map {
  position: relative;
}
body#about .map iframe {
  border: 2px solid #000000;
}
body#about .map .map_clip {
  position: absolute;
  width: 40px;
  height: 40px;
  background: linear-gradient(-45deg, transparent, transparent 51%, #000000 50%, #000000 54%, transparent 51%, transparent);
}
body#about .map .map_clip:first-child {
  top: -10px;
  left: -10px;
}
body#about .map .map_clip:last-child {
  bottom: -10px;
  right: -10px;
}
body#about .summary {
  width: 100%;
  max-width: 960px;
  margin: 50px auto 0;
}
body#about .summary table {
  margin: 0 auto;
}
body#about .summary tr {
  display: table-row;
  margin: 0;
}
body#about .summary tr:first-child th,
body#about .summary tr:first-child td {
  border-top: none;
}
body#about .summary th,
body#about .summary td {
  display: table-cell;
  padding: 1em;
  line-height: 1.2;
  border-bottom: none;
  border-left: none;
}
body#about .summary th {
  width: 35%;
  text-align: left;
}
body#about .summary td {
  width: 65%;
  border-right: none;
}
@media only screen and (max-width: 800px) {
  body#about .summary table {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#about .summary table {
    width: 100%;
  }
}
body#contact .header_titlearea {
  display: none;
}
body#contact .message {
  margin: 0 0 40px;
  padding: 1em;
  background: #ffecec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5e0808;
}
body#contact form {
  position: relative;
  width: 65%;
  margin: 0 auto;
}
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 .contact_area br {
  display: none;
}
body#contact form .contact_area > label {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
body#contact form .contact_area .checkbox label,
body#contact form .contact_area .radio label {
  position: static;
  display: inline;
  width: auto;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  color: #000000;
  word-break: break-all;
}
body#contact form .contact_form_button {
  text-align: center;
  margin: 35px 0 0;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email] {
  padding: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}
body#contact form input[type=text] {
  width: 100%;
}
body#contact form input[type=text].contact_small {
  width: 60% !important;
}
body#contact form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
body#contact form input[type=text]:focus,
body#contact form input[type=tel]:focus,
body#contact form input[type=email]:focus,
body#contact form textarea:focus {
  background: #ffffff;
  border: 1px solid #999;
  outline: none;
}
body#contact form label {
  font-size: 20px;
  font-size: 2rem;
}
body#contact form .checkbox,
body#contact form .radio {
  display: block;
}
body#contact form .checkbox label,
body#contact form .radio label {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#contact form select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#contact form select:focus {
  outline: none;
}
body#contact form input[type=submit]:focus {
  outline: none;
}
body#contact form .wrap_select {
  position: relative;
  display: inline;
}
body#contact form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
}
body#contact form .button:hover,
body#contact form .button:active {
  cursor: pointer;
  background-color: #000000;
  color: #FFF;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form select,
body#contact form textarea {
  background: #ffffff;
  border-color: #000000;
}
body#contact form .checkbox,
body#contact form .radio {
  word-break: break-all;
}
body#contact form select {
  width: 100% !important;
}
body#contact form input[type=submit] {
  margin: 2em 0 0;
}
body#contact .personal_info {
  margin: 2.5em 0 0;
}
body#contact .personal_info p {
  margin-bottom: 0;
}
@media only screen and (max-width: 800px) {
  body#contact form {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#contact form {
    width: 100%;
  }
}
body#coupon .header_titlearea {
  display: none;
}
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: 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: 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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
@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: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
body#coupon .article .text {
  grid-area: text;
  margin: 0.5em 0 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-size: 1.2rem;
}
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 60px;
  text-align: right;
}
body#coupon .print a {
  display: inline-block;
  line-height: 1;
}
@media only screen and (max-width: 800px) {
  body#coupon .print {
    display: none;
  }
}
body#reservation .header_titlearea {
  display: none;
}
body#reservation .message {
  margin: 0 0 40px;
  padding: 1em;
  background: #ffecec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5e0808;
}
body#reservation form {
  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: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
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 .button_area {
  text-align: center;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email] {
  padding: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}
body#reservation form input[type=text] {
  width: 100%;
}
body#reservation form input[type=text].contact_small {
  width: 60% !important;
}
body#reservation form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
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 {
  background: #ffffff;
  border: 1px solid #999;
  outline: none;
}
body#reservation form label {
  font-size: 20px;
  font-size: 2rem;
}
body#reservation form .checkbox,
body#reservation form .radio {
  display: block;
}
body#reservation form .checkbox label,
body#reservation form .radio label {
  margin-right: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation form select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation form select:focus {
  outline: none;
}
body#reservation form input[type=submit]:focus {
  outline: none;
}
body#reservation form .wrap_select {
  position: relative;
  display: inline;
}
body#reservation form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #000000;
}
body#reservation form .button:hover,
body#reservation form .button:active {
  cursor: pointer;
  background-color: #000000;
  color: #FFF;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form select,
body#reservation form textarea {
  background: #ffffff;
  border-color: #000000;
}
body#reservation form .checkbox,
body#reservation form .radio {
  display: inline;
  white-space: nowrap;
}
body#reservation form input[type=submit] {
  margin: 2em 0 0;
  background: #ffffff;
}
@media only screen and (max-width: 800px) {
  body#reservation form {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#reservation form {
    width: 100%;
  }
}
body#reservation .list {
  zoom: 1;
  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;
  text-align: center;
}
body#reservation .list .info .summary {
  margin: 0 0 3em;
  padding: 1em;
  background: #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 600px) {
  body#reservation .list .info .summary {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body#reservation .articles {
  margin-top: -30px;
}
body#reservation .articles .article {
  float: left;
  width: 50%;
  padding: 0 20px 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
body#reservation .articles .article .summary {
  padding: 10px;
}
body#reservation .articles .article h4 {
  margin: 10px 0;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
body#reservation .articles .article .image {
  display: none;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
body#reservation .articles .article .image img {
  display: block;
  max-width: 100%;
}
body#reservation .articles .article .text {
  margin: 12px 0 0;
}
@media only screen and (max-width: 800px) {
  body#reservation .articles .article {
    width: 50%;
    margin: 0 0 30px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  body#reservation .articles .article {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
}
body#reservation .articles .article:nth-child(odd) {
  margin-left: 0;
}
body#reservation .articles .article .article_title {
  margin: .2em 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  body#reservation .articles .article .article_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body#reservation .articles .article .text {
  margin: .5em 0 0;
}
body#free .header_titlearea {
  display: none;
}
body#staff .header_titlearea {
  display: none;
}
.p-minne-gallery {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 481px) {
  .p-minne-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-minne-item {
  margin: 0 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 481px) {
  .p-minne-item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30%;
    margin-right: 5%;
  }
  .p-minne-item:nth-child(3n) {
    margin-right: 0;
  }
}
.p-minne-item__image-wrap {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 0.5em;
}
@media only screen and (min-width: 481px) {
  .p-minne-item__image-wrap {
    margin-right: 0;
  }
}
.p-minne-item__image {
  display: block;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.p-minne-item__image:hover {
  opacity: 0.7;
}
.p-minne-item__image img {
  display: none;
}
.p-minne-item__caption {
  line-height: 1.4;
  min-width: 0;
}
.p-minne-item__title {
  text-decoration: none;
  display: block;
  line-height: 1.3;
}
@media only screen and (min-width: 481px) {
  .p-minne-item__title {
    margin-top: 0.5em;
  }
}
.p-minne-item__price {
  display: block;
  font-size: 0.8em;
  margin-top: 0.2em;
  text-align: right;
}
@media only screen and (min-width: 481px) {
  .p-minne-item__price {
    text-align: left;
  }
}
.p-minne-message {
  margin: 0 0 40px;
  padding: 1em;
  background: #ffecec;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #5e0808;
}
.to_top a {
  background: url(/img/theme_everyday/to_top_icon_03.png) no-repeat;
  background-size: 45px 26px;
}
#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 {
  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: #fff;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  margin-top: 30px;
  background: #000000;
  background: transparent;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  padding: 40px;
  border: 2px solid #131313;
  border: none;
  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: 'Montserrat', 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;
}
/* --------------------------------------
  ナビゲーション
--------------------------------------- */
#main-nav {
  display: none;
}
.gnav {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 20px 0;
}
.gnav li {
  display: -moz-inline-box;
  display: inline-block;
  padding-right: 12px;
}
.gnav a {
  text-decoration: none;
}
.gnav li.navi_last {
  padding-right: 0;
}
.gnav_smart_phone {
  padding-top: 20px;
}
.gnav_smart_phone li {
  padding: 10px 20px;
  font-size: 18px;
}
.gnav_smart_phone li a {
  color: #fff;
}
#navi {
  display: none;
}
#build-menu {
  display: block;
  background: #000000 !important;
}
#mobile-bar {
  margin: 10px 10px 0;
  position: absolute;
  top: 10px;
  display: none;
}
@media only screen and (max-width: 800px) {
  #mobile-bar {
    display: block;
  }
}
/* スマホ用サブナビを非表示 */
#navi ul.sub_navi {
  display: none !important;
}
#build-menu-page {
  left: 0;
  position: relative;
}
#build-menu {
  visibility: visible;
  z-index: 0;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  display: none;
  width: 200px;
  padding: 0;
  position: static;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
}
.build-menu-animating #build-menu-page {
  position: fixed;
  overflow: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
}
.build-menu-animating .ua-android-u440 {
  overflow-x: hidden;
}
.build-menu-animating .ua-android-u440 #build-menu-page {
  position: absolute !important;
}
.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
  -webkit-transition: -webkit-transform 250ms;
  -moz-transition: -moz-transform 250ms;
  -o-transition: -o-transform 250ms;
  -ms-transition: -ms-transform 250ms;
  transition: transform 250ms;
}
.build-menu-animating.build-menu-open #build-menu-page {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.build-menu-animating #build-menu {
  display: block;
}
.build-menu-open #build-menu {
  display: block;
  -webkit-transition-delay: 0ms, 0ms, 0ms;
  -moz-transition-delay: 0ms, 0ms, 0ms;
  -o-transition-delay: 0ms, 0ms, 0ms;
  -ms-transition-delay: 0ms, 0ms, 0ms;
  transition-delay: 0ms, 0ms, 0ms;
}
.build-menu-open #build-menu,
.build-menu-close #build-menu {
  -webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -moz-transition: -moz-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -o-transition: -o-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  -ms-transition: -ms-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}
#build-menu-button {
  display: block;
}
#build-menu-button i {
  font-size: 34px;
}
#build-menu-button div {
  height: 5px;
  width: 30px;
}
/* PC用サブナビ */
.sub_navi_side {
  float: left;
  width: 100%;
  position: relative;
  padding: 10px 0;
  top: 30px;
}
.sub_navi_side ul.sub_navi {
  padding: 0;
}
body#free .sub_navi_side,
body#reservation .sub_navi_side,
body#coupon .sub_navi_side,
body#contact .sub_navi_side,
body#about .sub_navi_side,
body#calendar .sub_navi_side {
  display: none;
}
