@import url('https://fonts.googleapis.com/earlyaccess/sawarabigothic.css');

@charset 'utf-8';
/* Organic: ver.202309250000 */
/*-----------------------------------------------------------------------------
 reset
-----------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  border-collapse: collapse;
  overflow-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
a {
  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: none;
}
.shop_rss {
  display: none;
}
.today_area {
  display: none;
}
.qr_area {
  display: none;
}
.counter_area {
  display: none;
}
.powered {
  display: none;
}
/*------------------------------------------------------------------------------
 link(default)
------------------------------------------------------------------------------*/
a:link,
a:visited {
  text-decoration: none;
  color: #3a3a3a;
}
a:hover,
a:active {
  text-decoration: none;
  color: #3a3a3a;
  opacity: 0.7;
}
/*-----------------------------------------------------------------------------
 html / body / container
-----------------------------------------------------------------------------*/
html {
  font-family: 'Sawarabi Gothic';
  font-size: 62.5%;
  line-height: 1.8;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  color: #3a3a3a;
  box-sizing: border-box;
  letter-spacing: 1px;
}

h2 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Sawarabi Gothic';
}
@media only screen and (max-width: 1000px) {
  h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.title_underline {
  width: 40px;
  margin: 0 auto 2em;
  border-bottom: solid 1px #3a3a3a;
}
@media only screen and (max-width: 1000px) {
  .title_underline {
    margin: 0 auto 1em;
  }
}
h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 0.5em;
  text-align: center;
  font-family: 'Sawarabi Gothic';
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 0.5em;
}
img {
  max-width: 100%;
}
/*------------------------------------------------------------------------------
 header
------------------------------------------------------------------------------*/
#header_area {
  background-color: #fff;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
  zoom: 1;
}
#header_area:after {
  content: '';
  display: block;
  clear: both;
}
#header_area #header {
  text-align: right;
  float: right;
  margin: 0 auto;
}
#header_area #header h1 {
  font-weight: normal;
  font-family: 'Sawarabi Gothic';
  letter-spacing: 3px;
  max-width: 720px;
  margin: 0 auto;
  font-size: 45px;
  font-size: 4.5rem;
}
#header_area #header p {
  max-width: 720px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  #header_area {
    padding: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  #header_area {
    padding: 20px;
  }
  #header_area #header {
    text-align: center;
    margin: 10px auto;
    float: none;
    padding: 0 10px;
  }
  #header_area #header h1 {
    padding: 0 20px 0.5em;
    line-height: 1.2em;
    font-size: 30px;
    font-size: 3rem;
  }
  #header_area #header p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*------------------------------------------------------------------------------
 #navi_area
------------------------------------------------------------------------------*/
#navi_area {
  width: 200px;
  top: 60px;
  position: absolute;
  z-index: 1000;
}
#navi_area .navi_wrap_pc {
  width: 200px;
}
#navi_area ul.navi_list {
  border-left: solid 1px #3a3a3a;
  font-family: 'Sawarabi Gothic';
  padding: 15px;
}
#navi_area ul.navi_list li {
  line-height: 1.5em;
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1.6rem;
}
#navi_area ul.navi_list li:last-child {
  margin-bottom: 0;
}
#navi_area ul.social_list {
  margin-top: 2em;
}
#navi_area ul.social_list li {
  display: inline;
}
#navi_area ul.social_list li a {
  margin-right: 1.5em;
}
#navi_area ul.social_list li:last-child a {
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  #navi_area {
    display: none;
  }
}
.navi.mobile {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 1000;
  width: 100%;
  padding: 3em;
  background: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}
.navi.mobile ul {
  position: relative;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.navi.mobile ul li {
  display: block;
  max-width: 800px;
  margin: 1px auto 0;
  text-align: center;
  border-radius: 3px;
}
.navi.mobile ul li a {
  display: block;
  text-decoration: none;
  line-height: 1.1;
  border-bottom: 1px solid #3a3a3a;
  color: #3a3a3a;
  padding: 0.8em;
  font-size: 14px;
  font-size: 1.4rem;
}
.navi.mobile ul li a:hover {
  opacity: 0.7;
}
.navi.mobile ul li .sub_navi {
  width: 97%;
  padding: 5px 0;
  box-sizing: border-box;
}
.navi.mobile ul li .sub_navi li:first-child {
  margin: 0;
}
.navi.mobile ul li .sub_navi li a:hover {
  background: #c2c2c2;
}
#button_navi {
  display: none;
  z-index: 2000;
}
#button_navi .menu_close_btn {
  display: none;
}
@media only screen and (max-width: 1100px) {
  #button_navi {
    margin: 0 4%;
  }
}
@media only screen and (max-width: 1000px) {
  #button_navi {
    display: block;
    position: sticky;
    padding: 10px;
    background-color: #fff;
    top: 0px;
    margin: 0;
  }
  #button_navi img {
    width: 35px;
  }
}
ul.sub_navi {
  margin-bottom: 2em;
  text-align: center;
}
ul.sub_navi li {
  display: inline-block;
  border-bottom: 1px solid #3a3a3a;
  margin: 0 10px 1em;
  padding: 0px 0px 0 8px;
  font-family: 'Sawarabi Gothic';
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1000px) {
  ul.sub_navi {
    margin-bottom: 1em;
  }
}
/*------------------------------------------------------------------------------
 sub_navi
------------------------------------------------------------------------------*/
ul.sub_navi {
  display: block;
}
#info ul.sub_navi {
  display: none;
}
.info_footer_sub_navi ul.sub_navi {
  display: none;
}
#info .info_footer_sub_navi ul.sub_navi {
  display: block;
}
/*------------------------------------------------------------------------------
 Content
------------------------------------------------------------------------------*/
#content_area {
  background-color: #bfd2d8;
  padding: 50px;
  zoom: 1;
}
#content_area:after {
  content: '';
  display: block;
  clear: both;
}
#content_area #content {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
}
#content_area #content:after {
  content: '';
  display: block;
  clear: both;
}
#content_area .contents_box_inner {
  background-color: #fff;
  margin: 0 0 3em;
  padding: 30px;
}
@media only screen and (max-width: 1000px) {
  #content_area {
    padding: 0 0 50px;
  }
  #content_area .contents_box_inner {
    margin: 0 0 1em;
  }
}
/*------------------------------------------------------------------------------
 #main
------------------------------------------------------------------------------*/
#main {
  width: 720px;
  float: right;
}
@media only screen and (max-width: 1000px) {
  #main {
    width: 100%;
    float: none;
  }
}
#main .contents_box {
  padding: 0 20px;
}
@media only screen and (max-width: 1000px) {
  #main .contents_box {
    padding: 20px;
  }
}
#main .date_underline {
  width: 30px;
  margin: 0 auto 1em;
  border-bottom: solid 1px #3a3a3a;
}
/*------------------------------------------------------------------------------
 pager
------------------------------------------------------------------------------*/
.pager {
  zoom: 1;
  position: relative;
  padding: 0 1em 3em;
}
.pager:after {
  content: '';
  display: block;
  clear: both;
}
.pager > .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 0%;
  padding-right: 0%;
}
.pager > .inner div {
  zoom: 1;
  position: relative;
  text-align: center;
}
.pager > .inner div:after {
  content: '';
  display: block;
  clear: both;
}
.pager > .inner div a {
  display: inline-block;
  width: 25px;
  height: 30px;
  margin: 3px .15em;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  color: #3a3a3a;
}
.pager > .inner div a.chk {
  cursor: default;
  opacity: 0.5;
}
.pager > .inner div a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 1000px) {
  .pager .inner {
    position: relative;
    left: 0;
  }
  .pager .inner div {
    position: relative;
    left: 0;
  }
  .pager .inner div a {
    display: none;
    line-height: 30px;
  }
  .pager .inner div a.next,
  .pager .inner div a.prev {
    float: left;
    display: block;
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .pager .inner div a.next {
    float: right;
  }
  .pager .inner div a.chk {
    opacity: 1;
    display: block;
    position: absolute;
    left: 50%;
    float: none;
    background: transparent;
    margin: 0 0 0 -20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/*------------------------------------------------------------------------------
 navi_parts
------------------------------------------------------------------------------*/
#navi_parts {
  text-align: center;
}
.navi_parts_detail {
  display: inline-block;
  margin: 0 10px 20px;
}
#google_translate_element .goog-te-gadget a {
  pointer-events: none;
}
/*------------------------------------------------------------------------------
 social & gadgets
------------------------------------------------------------------------------*/
.gadgets {
  margin-top: 2em;
}
.social_icon_mobile {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .social_icon_mobile {
    margin: 1em 0;
    display: block;
  }
  .social_icon_mobile ul.social_list li {
    display: inline;
  }
  .social_icon_mobile ul.social_list li a {
    margin-right: 1em;
  }
  .social_icon_mobile ul.social_list li:last-child a {
    margin-right: 0;
  }
}
#social_widgets {
  margin: 0 1em 0;
}
.line-it-button {
  margin-bottom: 10px;
}
/*------------------------------------------------------------------------------
 footer
------------------------------------------------------------------------------*/
#footer {
  font-size: 12px;
  text-align: center;
  padding: 10px 20px;
  font-family: 'Sawarabi Gothic';
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
/*------------------------------------------------------------------------------
 MediaQueries
------------------------------------------------------------------------------*/
head {
  font: 0 'pc-view';
}
@media only screen and (max-width: 1000px) {
  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-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before {
  content: "\e902";
  color: #3a3a3a;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 1000px) {
  .icon-twitter:before {
    font-size: 20px;
    font-size: 2rem;
  }
}
.icon-facebook:before {
  content: "\e901";
  color: #3a3a3a;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 1000px) {
  .icon-facebook:before {
    font-size: 20px;
    font-size: 2rem;
  }
}
.icon-instagram:before {
  content: "\e900";
  color: #3a3a3a;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 1000px) {
  .icon-instagram:before {
    font-size: 20px;
    font-size: 2rem;
  }
}
/*------------------------------------------------------------------------------
 WYSIWYGフィールド表示制御
------------------------------------------------------------------------------*/
.textfield {
  letter-spacing: 0.5px;
  zoom: 1;
}
.textfield:after {
  content: '';
  display: block;
  clear: both;
}
.textfield a {
  text-decoration: underline;
}
.textfield img {
  max-width: 100% !important;
  height: auto !important;
}
.textfield p {
  margin: .5em 0 0 !important;
}
.textfield p:first-child {
  margin: 0 !important;
}
.textfield table {
  width: 100% !important;
  height: auto !important;
}
@media only screen and (max-width: 1000px) {
  .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 #wrap_slider {
  position: relative;
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 1000px) {
  body#top #wrap_slider {
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  body#top #wrap_slider {
    height: 300px;
  }
}
body#top #slider {
  height: 500px;
}
body#top #slider .article {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
body#top #slider .article img {
  visibility: hidden;
  display: block;
  max-width: none;
}
body#top #slider .article .caption {
  position: relative;
  display: table;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  text-align: center;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}
body#top #slider .article .caption > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: .5em;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 3px;
}
body#top #slider .article .caption .caption_txt a {
  color: #ffffff;
}
body#top #slider .article.move .caption div {
  opacity: 1;
}
@media only screen and (max-width: 1000px) {
  body#top #slider {
    height: 400px;
  }
  body#top #slider .article {
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  body#top #slider {
    height: 300px;
  }
  body#top #slider .article {
    height: 300px;
  }
}
body#top .ie #slider .article img,
body#top .ie #slider .article .caption div {
  transition: none 0s;
  transform: none;
}
body#top .ie #slider .article.move img,
body#top .ie #slider .article.move .caption div {
  transform: none;
}
body#top .slick-track {
  z-index: 1 !important;
}
body#top .slick-dots {
  bottom: 10px;
}
body#top .slick-dots li button:before {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
}
body#top .welcomemessage {
  text-align: center;
  margin-top: 3em;
}
@media only screen and (max-width: 1000px) {
  body#top .welcomemessage {
    margin-top: 2em;
  }
}
body#top .top_info {
  margin: 3em 0 0;
}
body#top .top_info .list {
  zoom: 1;
}
body#top .top_info .list:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (max-width: 600px) {
  body#top .top_info .list.is-float .article {
    float: none;
  }
}
body#top .top_info li {
  width: 33.3333%;
  float: left;
  box-sizing: border-box;
  padding: 1em;
}
body#top .top_info li .article {
  display: block;
  background-color: #fff;
  vertical-align: top;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  opacity: 1;
}
body#top .top_info li .article:hover {
  opacity: 0.7;
}
body#top .top_info li .photo {
  display: block;
  width: 100%;
  height: 150px;
}
body#top .top_info li .photo img {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
body#top .top_info li .photo img.show {
  opacity: 1;
}
body#top .top_info li .summary {
  display: block;
  text-align: center;
  padding: 15px 10px;
}
body#top .top_info li .summary > .inner {
  display: block;
}
body#top .top_info li .summary .date {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 1.2em;
  font-family: 'Sawarabi Gothic';
}
body#top .top_info li .summary .title {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 1000px) {
  body#top .top_info li {
    width: 50%;
    min-width: 260px;
  }
  body#top .top_info li .photo {
    height: 250px;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  body#top .top_info li {
    margin-bottom: 0;
    width: 100%;
    float: none;
    min-width: 0;
    text-align: center;
  }
}
body#top .top_info .btn_details {
  text-align: center;
}
body#top .top_info .btn_details a {
  display: inline-block;
  padding: .7em 1em;
  border-radius: 3px;
  line-height: 1;
  color: #3a3a3a;
  font-family: 'Sawarabi Gothic';
}
body#info h4 {
  margin-bottom: 1em;
}
body#info .date {
  text-align: center;
  margin-bottom: 1em;
  font-family: 'Sawarabi Gothic';
}
body#info .photo {
  margin-bottom: 1em;
  text-align: center;
}
body#photo .contents_box_inner .album {
  zoom: 1;
  margin: 0 2% 4em;
}
body#photo .contents_box_inner .album:after {
  content: '';
  display: block;
  clear: both;
}
body#photo .contents_box_inner .album .album_title {
  margin: 0 0 2em;
  font-weight: normal;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  text-align: center;
}
body#photo .contents_box_inner .album .album_title > span {
  position: relative;
}
body#photo .contents_box_inner .album .album_title a {
  position: relative;
  background: transparent;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}
body#photo .contents_box_inner .album .album_title a:hover {
  opacity: 0.6;
  text-decoration: none;
}
body#photo .contents_box_inner .album .thumb {
  visibility: hidden;
  float: left;
  height: 152px;
  margin: 2%;
  padding: 0;
}
body#photo .contents_box_inner .album .thumb a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  opacity: 1;
}
body#photo .contents_box_inner .album .thumb a:hover {
  opacity: 0.7;
}
body#photo .contents_box_inner .album .thumb a:focus {
  outline: none;
}
body#photo .contents_box_inner .album .thumb a img {
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
body#photo .contents_box_inner .album .thumb a img.show {
  opacity: 1;
}
body#photo #entries .article .textfield {
  margin: 1em 0 3em;
  border-bottom: 1px solid #dadbdb;
  padding: 0 0 1em;
}
body#photo #entries .article .photo {
  text-align: center;
}
body#photo #entries .article:last-child .textfield {
  border-bottom: none;
  padding: 0;
}
body#photo #navi li .sub_navi li a {
  display: block;
}
body#menu .contents_box_inner h3 {
  margin-bottom: 0.3em;
}
body#menu .contents_box_inner h4 {
  margin-top: 2em;
}
body#menu .contents_box_inner .price {
  text-align: center;
  margin-bottom: 1em;
}
body#menu .contents_box_inner .photo {
  margin-bottom: 1em;
  text-align: center;
}
body#menu .contents_box_inner .textfield {
  margin-bottom: 1em;
  border-bottom: 1px solid #dadbdb;
  padding: 0 0 3em;
}
body#menu .contents_box_inner .textfield:last-child {
  border-bottom: none;
  padding: 0;
}
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;
  background: transparent;
  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 {
  opacity: 0.6;
  text-decoration: none;
}
@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: #3a3a3a;
  font-family: 'Sawarabi Gothic';
  font-weight: normal;
}
body#calendar .table_calendar th.sun {
  color: #ff5959;
}
body#calendar .table_calendar td {
  position: relative;
  height: 112px;
  border: 1px solid #dadbdb;
  font-family: 'Sawarabi Gothic';
  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;
}
body#calendar .table_calendar td a {
  position: absolute;
  left: 10px;
  top: 10px;
}
@media only screen and (max-width: 1000px) {
  body#calendar .table_calendar th {
    padding: 3px 0;
  }
  body#calendar .table_calendar td {
    height: 70px;
    padding: 5px;
  }
  body#calendar .table_calendar td p.day {
    height: 70px;
    padding: .35em;
    font-size: 20px;
    font-size: 2rem;
    line-height: 102px;
  }
  body#calendar .table_calendar td a {
    left: 5px;
    top: 8px;
  }
}
@media only screen and (max-width: 1000px) {
  body#calendar .table_calendar td {
    padding: 2px;
  }
  body#calendar .table_calendar td p.day {
    padding: .25em;
  }
}
@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;
  border-bottom: 1px solid #dadbdb;
  padding-bottom: 3em;
}
body#calendar .schedule dl.article dt.date {
  margin: 0 0 1em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  color: #3a3a3a;
}
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: #3a3a3a;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  font-size: 1.2rem;
}
body#calendar .schedule dl.article dd a {
  position: relative;
  background: transparent;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: background .15s;
  transition: background .15s;
}
body#calendar .schedule dl.article dd a:hover {
  opacity: 0.6;
  text-decoration: none;
}
body#calendar .details > div {
  zoom: 1;
}
body#calendar .details > div:after {
  content: '';
  display: block;
  clear: both;
}
body#calendar .details h3 {
  margin: 4% 0 .5em;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}
body#calendar .details .date {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 5em 0;
}
body#calendar .details .image {
  text-align: center;
}
body#calendar .details img {
  max-width: 100%;
  margin: 0 0 2em 0;
}
body#calendar .details .textfield {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 4em;
}
@media only screen and (max-width: 600px) {
  body#calendar .details .textfield {
    width: 90%;
  }
}
body#about .map,
body#about .summary {
  width: 100%;
}
body#about .map iframe {
  height: 400px;
}
body#about .summary {
  width: 100%;
  max-width: 1000px;
  padding: 2em 0;
}
body#about .summary table {
  width: 90%;
  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: 1.4em;
  line-height: 1.2;
  border: 1px solid #dadbdb;
  border-bottom: none;
  border-left: none;
}
body#about .summary th {
  width: 35%;
  font-weight: normal;
}
body#about .summary td {
  width: 65%;
  border-right: none;
}
@media only screen and (max-width: 1000px) {
  body#about .summary table {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  body#about .summary {
    font-size: 12px;
    font-size: 1.2rem;
  }
  body#about .summary table {
    width: 100%;
  }
  body#about .summary table th {
    padding: 1em 5px;
  }
  body#about .summary table td {
    padding: 1em 5px;
  }
  body#about .map iframe {
    height: 300px;
  }
}
body#contact form {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
body#contact form .message {
  margin: 1em 0 0;
  font-weight: bold;
  color: #e45555;
}
body#contact form .contact_area {
  margin: 2em 0;
}
body#contact form .contact_area br {
  display: none;
}
body#contact form .contact_area > label {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
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;
  border-radius: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #3a3a3a;
}
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 #dadbdb;
  -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: 10px;
  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: 14px;
  font-size: 1.4rem;
  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 #dadbdb;
  outline: none;
}
body#contact form label {
  font-size: 20px;
  font-size: 2rem;
}
body#contact form label .requier {
  color: #ff0000;
  margin-left: 2px;
}
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: 10px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  font-size: 14px;
  font-size: 1.4rem;
}
body#contact form select:focus {
  outline: none;
}
body#contact form input[type=submit] {
  background: #3a3a3a;
  color: #fff;
  border-radius: 2px;
}
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: #3a3a3a;
}
body#contact form .button {
  position: relative;
  display: block;
  width: 50%;
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: 2px;
}
body#contact form .button:hover,
body#contact form .button:active {
  cursor: pointer;
  opacity: 0.8;
}
body#contact form select {
  width: 100% !important;
}
body#contact form input[type=submit] {
  margin: 3em auto 4em;
}
@media only screen and (max-width: 600px) {
  body#contact form {
    width: 100%;
  }
}
body#contact .personal_info {
  padding: 0 0 1em;
}
body#contact .personal_info p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
}
body#coupon #content .inner {
  margin: 0 3.5%;
}
body#coupon .autopagerize_page_element {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -15px 0;
  padding: 0;
}
body#coupon .article {
  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;
}
@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;
  text-align: left;
  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;
}
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;
  padding: .5em;
  background: rgba(232, 232, 232, 0.7);
  border-radius: 3px;
  line-height: 1;
}
body#coupon .print a:hover {
  background: #e8e8e8;
}
@media only screen and (max-width: 1000px) {
  body#coupon .print {
    display: none;
  }
}
body#reservation form {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
body#reservation form .message {
  margin: 1em 0 0;
  font-weight: bold;
  color: #e45555;
}
body#reservation form .button_area {
  margin: 3em 0;
}
body#reservation form .reservation_area {
  margin: 3em 0 0;
}
body#reservation form .reservation_area:first-child {
  margin: 0;
}
body#reservation form .reservation_area > label {
  font-size: 14px;
  font-size: 1.4rem;
}
body#reservation form .reservation_area .radio {
  display: block;
}
body#reservation form .reservation_area .checkbox label,
body#reservation form .reservation_area .radio label {
  font-size: 14px;
  font-size: 1.4rem;
}
body#reservation form .reservation_area .reservation_course_body img {
  display: block;
  max-width: 100%;
}
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 #dadbdb;
  -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: 10px;
  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: 14px;
  font-size: 1.4rem;
  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 #dadbdb;
  outline: none;
}
body#reservation form label {
  font-size: 20px;
  font-size: 2rem;
}
body#reservation form label .requier {
  color: #ff0000;
  margin-left: 2px;
}
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: 10px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  font-size: 14px;
  font-size: 1.4rem;
}
body#reservation form select:focus {
  outline: none;
}
body#reservation form input[type=submit] {
  background: #3a3a3a;
  color: #fff;
  border-radius: 2px;
}
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: #3a3a3a;
}
body#reservation form .button {
  position: relative;
  display: block;
  width: 50%;
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: 2px;
}
body#reservation form .button:hover,
body#reservation form .button:active {
  cursor: pointer;
  opacity: 0.8;
}
body#reservation form .checkbox,
body#reservation form .radio {
  display: inline;
  margin-right: 10px;
}
body#reservation form input[type=submit] {
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  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: 4em 7%;
}
body#reservation .list .info .note {
  margin: 0 0 4em;
  text-align: center;
}
body#reservation .list .info .summary {
  margin: 0 0 4em;
  padding: 1em 0 1.2em;
  border: 1px solid #dadbdb;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
body#reservation .articles {
  margin: 0 4%;
}
body#reservation .articles .article {
  background: #e8e8e8;
  float: left;
  width: 43%;
  margin: 0 3.5% 4em;
  padding: 0;
}
@media only screen and (max-width: 1000px) {
  body#reservation .articles .article {
    width: 70%;
    float: none;
    margin: 0 auto 3em;
  }
}
@media only screen and (max-width: 600px) {
  body#reservation .articles .article {
    width: 100%;
  }
}
body#reservation .articles .article .summary {
  padding: 10px 15px;
}
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 {
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  background-image: url(/img/theme_organic/coupon_noimage.gif);
}
body#reservation .articles .article .image img {
  display: block;
  max-width: 100%;
}
body#reservation .articles .article .text {
  margin: 12px 0 0;
}
body#reservation .articles .article .article_title {
  margin: .2em 0 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
body#reservation .articles .article .text {
  margin: .5em 0 0;
}
body#free .textfield {
  margin: 2em 1em 2em;
}
body#staff .textfield {
  margin: 2em 1em 1em;
}
@media only screen and (max-width: 600px) {
  body#staff .textfield {
    margin: 2em 0 1em;
  }
}
.p-minne-gallery {
  margin-top: 1em;
}
@media only screen and (min-width: 481px) {
  .p-minne-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-minne-item {
  margin: 0 0 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 481px) {
  .p-minne-item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30%;
    margin-right: 5%;
  }
  .p-minne-item:nth-child(3n) {
    margin-right: 0;
  }
}
.p-minne-item__image-wrap {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 0.5em;
}
@media only screen and (min-width: 481px) {
  .p-minne-item__image-wrap {
    margin-right: 0;
  }
}
.p-minne-item__image {
  display: block;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-minne-item__image img {
  display: none;
}
.p-minne-item__caption {
  line-height: 1.4;
  min-width: 0;
}
.p-minne-item__title {
  text-decoration: none;
  display: block;
  line-height: 1.3;
}
@media only screen and (min-width: 481px) {
  .p-minne-item__title {
    margin-top: 0.5em;
  }
}
.p-minne-item__price {
  display: block;
  font-size: 0.8em;
  margin-top: 0.2em;
  text-align: right;
}
@media only screen and (min-width: 481px) {
  .p-minne-item__price {
    text-align: left;
  }
}
.p-minne-message {
  margin: 1em 0 0;
  font-weight: bold;
  color: #e45555;
}
#cboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #fff;
}
#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  outline: 0;
}
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  position: relative;
  overflow: visible;
  margin-top: 0;
  background: transparent;
}
#cboxLoadedContent {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: auto;
  padding: 0;
  background: transparent;
}
#cboxTitle {
  margin: 0;
  position: absolute;
  top: -22px;
  left: 0;
  color: #333;
}
#cboxCurrent {
  position: absolute;
  top: -28px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  text-indent: 0;
  font-size: 16px;
  line-height: 1;
  font-family: 'Sawarabi Gothic';
  color: #333;
}
#cboxPrevious,
#cboxNext,
#cboxClose {
  position: absolute;
  overflow: visible;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  text-indent: 0;
  transition: all 0.2s;
  cursor: pointer;
  outline: 0;
}
#cboxPrevious {
  top: calc(50% - 33px);
  right: auto;
  left: -36px;
  width: 36px;
  height: 66px;
}
#cboxPrevious img {
  width: 20px;
}
#cboxNext {
  top: calc(50% - 33px);
  right: -36px;
  width: 36px;
  height: 66px;
}
#cboxNext img {
  width: 20px;
}
#cboxClose {
  top: -36px;
  right: -36px;
  width: 36px;
  height: 36px;
}
#cboxClose img {
  width: 30px;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  overflow: visible;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  text-indent: 0;
  outline: 0;
}
#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
@media only screen and (max-width: 800px) {
  #cboxLoadedContent table {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 800px) {
  #cboxLoadedContent [class^="wysiwyg_template_profile"],
  #cboxLoadedContent [class^="wysiwyg_template_profile"] td,
  #cboxLoadedContent [class^="wysiwyg_template_profile"] img {
    display: block;
    max-width: 100%;
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.photo-modal__image img {
  display: block;
  max-width: 100%;
  max-height: 76vh;
  margin: auto;
}
.photo-modal-body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 16px;
  background: #ddd;
  color: #333;
}
.photo-modal--photo .photo-modal-body {
  display: none;
}
.photo-modal-body__item:empty {
  display: none;
}
.photo-modal-body__item + .photo-modal-body__item {
  margin: 1em 0 0;
}
.photo-modal-body__item--title {
  font-weight: bold;
  font-size: 15px;
}
.web-font {
  font-family: 'Sawarabi Gothic';
}
.shop_sitename {
  font-size: 100%;
}
