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

/* Linen: ver.202309250000 */
/*------------------------------------------
 Reset  Property
------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-wrap: break-word;
  word-break: break-all;
  box-sizing: border-box;
}
iframe,
fieldset,
img {
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
  word-wrap: break-word;
  word-break: break-all;
  box-sizing: border-box;
  line-height: 1.4em;
  background: transparent url(/img/theme_linen/common/bg.jpg) 0 0 repeat;
  font-family: 'Sawarabi Mincho';
  text-align: center;
  height: 100%;
  color: #000000;
}

ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------------
 Load Color CSS
------------------------------------------*/
/*
@import "colors/@{color_id}.less";
*/
/*------------------------------------------
 Common Parts Style
------------------------------------------*/
.site_description {
  display: block;
}
.shop_tel {
  display: block;
}
.shop_rss {
  display: block;
}
.today_area {
  display: block;
}
.qr_area {
  display: block;
}
.counter_area {
  display: block;
}
.copyright {
  display: block;
}
.powered {
  display: none;
}
/* --------------------------------------
variable
--------------------------------------- */
/* --------------------------------------
  mixin
--------------------------------------- */
.form-style {
  border-style: solid;
  border-width: 1px;
  border-color: #b7b7b7 #dcdcdc #dcdcdc #b7b7b7;
  padding: 6.66666667px 10px;
}
/* --------------------------------------
  common
--------------------------------------- */
html {
  height: 100%;
}
body {
  background: transparent url(/img/theme_linen/common/bg.jpg) 0 0 repeat;
  font-size: 16px;
  line-height: 1.4em;
  font-family: 'Sawarabi Mincho';
  text-align: center;
  height: 100%;
  color: #000000;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover {
  color: #767676;
}
a img:hover {
  opacity: 0.9;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.page_caption {
  font-family: 'Sawarabi Mincho';
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.button {
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #000000;
  color: #fff;
  font-size: 16px;
  padding: 16px 60px;
  display: inline-block;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.button:hover {
  color: #fff;
  background-color: #767676;
}
.requier {
  color: #e6501b;
  margin-left: 5px;
}
.form_area_bg {
  background-color: rgba(255, 255, 255, 0.5);
}
.label_element_wrap {
  width: 26%;
  float: left;
  text-align: left;
  padding: 10px;
}
ul {
  list-style: disc inside;
}
ol {
  list-style: decimal inside;
}
.form_element_wrap {
  float: right;
  width: 67%;
  text-align: left;
  padding: 10px;
}
.form_element_wrap input[type='text'],
.form_element_wrap input[type='tel'],
.form_element_wrap input[type='email'],
.form_element_wrap textarea {
  line-height: 1em;
  height: 1.5em;
  display: block;
  width: 75%;
  font-size: 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #b7b7b7 #dcdcdc #dcdcdc #b7b7b7;
  padding: 6.66666667px 10px;
}
.form_element_wrap input[type='radio'] {
  margin-right: 6.66666667px;
}
.form_element_wrap select {
  font-size: 18px;
}
.form_element_wrap textarea {
  width: 100%;
  height: 160px;
}
.form_element_wrap .checkbox,
.form_element_wrap .radio {
  display: block;
}
@media only screen and (max-width: 480px) {
  .form_element_wrap input[type='text'],
  .form_element_wrap input[type='tel'],
  .form_element_wrap input[type='email'],
  .form_element_wrap textarea {
    width: 93%;
  }
  input[type='submit'] {
    -webkit-appearance: none;
  }
  select {
    font-size: 14px;
  }
}
/* --------------------------------------
  contents
--------------------------------------- */
.wrapper {
  text-align: left;
}
.main,
.other {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1050px) {
  .main,
  .other {
    width: auto;
    padding: 0 40px;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .main {
    width: auto;
    padding: 0 20px;
    margin: 0;
  }
  .other {
    width: auto;
    padding: 0 20px 20px;
    margin: 0;
  }
  .sub_directory {
    padding-top: 20px;
    border-top: solid 1px #b7b7b7;
  }
}
/* ----- header ----- */
.header {
  position: relative;
  width: 1000px;
  padding: 100px 0 40px;
  margin: 0 auto;
}
.site_title {
  text-align: center;
  font-size: 80px;
  line-height: 1.4em;
  font-family: 'Sawarabi Mincho';
}
.site_description {
  text-align: center;
  font-size: 16px;
}
.shop_contact_wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.shop_tel_number {
  font-size: 20px;
  letter-spacing: 0.1em;
}
.shop_tel_number,
.shop_contact_link {
  display: none;
}
.shop_contact_button {
  padding: 8px 26.66666667px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.shop_contact_button_desktop {
  cursor: default;
}
.shop_contact_button_desktop:hover {
  background-color: #767676;
}
@media only screen and (max-width: 1050px) {
  .header {
    width: auto;
    padding: 100px 0 40px;
    margin: 0;
  }
  .shop_contact_wrap {
    right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    width: auto;
    padding: 60px 0 20px;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .header {
    padding: 80px 20px 20px;
  }
  .site_title {
    padding: 0 20px;
    font-size: 28px;
    line-height: 1.3em;
  }
  .site_description {
    margin-top: 10px;
    font-size: 12px;
  }
  .shop_contact_wrap {
    right: 15px;
  }
  .shop_contact_button {
    padding: 5px 10px;
    font-size: 12px;
  }
  .shop_contact_wrap a:link,
  .shop_contact_wrap a:hover,
  .shop_contact_wrap a:active,
  .shop_contact_wrap a:visited {
    color: #fff;
  }
}
/* ----- menu ----- */
.contents_wrap_bg {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.icon_menu_wrap {
  position: fixed;
  left: 26.66666667px;
  top: 26.66666667px;
  z-index: 9004;
  display: none;
}
.icon_menu {
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.icon_menu:hover {
  background-color: #fff;
}
.contents_wrap_close {
  position: absolute;
  right: 26.66666667px;
  top: 26.66666667px;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent url(/img/theme_linen/common/icon_menu_close.png) 0 0 no-repeat;
  z-index: 9003;
  display: none;
}
.menu_block {
  background-color: transparent;
  background-position: 0  50%;
  background-repeat: no-repeat;
  width: 1000px;
  padding: 0;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1050px) {
  .menu_block {
    width: auto;
    padding: 0 40px;
    margin: 0 0 40px;
    background-position: 40px 50%;
  }
}
@media only screen and (max-width: 768px) {
  .menu_block {
    width: auto;
    padding: 0 20px;
    margin: 0;
    background-position: 20px 50%;
  }
}
.menu_wrap {
  padding: 10px 20px;
  text-align: center;
  background-color: transparent;
  background-position: 100%  50%;
  background-repeat: no-repeat;
  list-style: none;
}
.menu_list {
  display: inline-block;
  position: relative;
}
.menu_list_link {
  display: inline-block;
  font-size: 18px;
  padding: 8px 10px;
}
.menu_list_link:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.9);
}
.menu_sub_wrap {
  display: none;
  position: absolute;
  z-index: 9001;
  left: 50%;
  top: 55px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 200px;
  margin-left: -100px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px #dbdbdb;
  -moz-box-shadow: 0 1px 1px #dbdbdb;
  -o-box-shadow: 0 1px 1px #dbdbdb;
  -ms-box-shadow: 0 1px 1px #dbdbdb;
  box-shadow: 0 1px 1px #dbdbdb;
}
.menu_sub_wrap .sub_navi {
  position: relative;
  list-style: none;
}
.menu_sub_wrap .sub_navi a {
  display: block;
  text-align: left;
  padding: 10px 20px;
}
.menu_sub_wrap .sub_navi:before {
  content: '';
  position: absolute;
  display: block;
  top: -9px;
  left: 50%;
  margin-left: -10px;
  border-bottom: 10px solid rgba(255, 255, 255, 0.9);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.menu_block_device {
  background-color: #000;
  margin-bottom: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 9001;
  display: none;
  padding: 0;
}
.menu_block_device .menu_wrap {
  padding: 20px 0;
  text-align: right;
  background: none;
  display: none;
}
.menu_block_device .menu_list {
  display: block;
  position: static;
}
.menu_block_device .menu_list_link {
  display: block;
  font-size: 18px;
  padding: 8px 40px;
  color: #fff;
}
.menu_block_device .menu_list_link:hover {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
}
.menu_block_device .menu_sub_wrap {
  position: static;
  z-index: auto;
  left: auto;
  top: auto;
  background-color: #303030;
  width: auto;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.menu_block_device .menu_sub_wrap a {
  color: #fff;
}
.menu_block_device .menu_sub_wrap a:hover {
  color: #fff;
}
.menu_block_device .sub_navi {
  padding: 13.33333333px 0;
}
.menu_block_device .sub_navi:before {
  content: none;
  display: none;
}
.menu_block_device .sub_navi a {
  text-align: right;
  padding: 10px 40px;
}
@media only screen and (max-width: 480px) {
  .icon_menu_wrap {
    position: fixed;
    left: 20px;
    top: 20px;
  }
  .icon_menu {
    width: 45px;
    height: 45px;
    background-size: 20px auto;
    background-image: url(/img/theme_linen/icon_menu@2x.png);
  }
  .contents_wrap_close {
    right: 13.33333333px;
    top: 20px;
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    position: fixed;
  }
  .menu_block_device .menu_list_link {
    font-size: 12px;
    padding: 5px 40px;
  }
}
/* ----- top ----- */
/* slide */
.slideshow_time {
  display: none;
}
.slideshow_area {
  padding: 0 0 20px;
}
.slideshow_list_wrap {
  position: relative;
  height: 500px;
  overflow: hidden;
  list-style: none;
}
.slideshow_list,
.slideshow_list_default {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
}
.slideshow_list_contents {
  position: relative;
  height: 500px;
}
.slideshow_list_contents img {
  min-height: 500px;
}
.slideshow_list_caption_wrap {
  position: absolute;
  z-index: 501;
  bottom: -1px;
  left: 50%;
  text-align: left;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
.slideshow_list_caption {
  font-size: 16px;
  display: inline-block;
  padding: 0 10px;
}
.slideshow_pager_list_wrap {
  text-align: center;
  margin-top: 20px;
}
.slideshow_pager_list {
  display: inline-block;
  margin: 0 5px;
}
.slideshow_pager {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: solid 1px #6b6b6b;
  cursor: pointer;
}
.slideshow_pager_active {
  background-color: #6b6b6b;
}
.slideshow_time {
  display: none;
}
@media only screen and (max-width: 768px) {
  .slideshow_list_wrap {
    height: 420px;
  }
  .slideshow_list_contents {
    height: 420px;
  }
  .slideshow_list_contents img {
    min-height: 420px;
  }
  .slideshow_list_caption_wrap {
    bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .slideshow_list_wrap {
    height: 270px;
  }
  .slideshow_list_contents {
    height: 270px;
    overflow: hidden;
  }
  .slideshow_list_contents img {
    min-height: 0;
  }
  .slideshow_list_caption_wrap {
    background-color: #fff;
  }
  .slideshow_list_caption {
    font-size: 10px;
    line-height: 1.3em;
  }
}
/* message */
.message_area {
  padding: 40px 0;
}
.message {
  text-align: center;
  line-height: 2em;
  font-size: 20px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 480px) {
  .message_area {
    padding: 0 0 26.66666667px;
  }
  .message {
    font-size: 14px;
    line-height: 1.8em;
    text-align: left;
  }
}
/* info */
.information_area {
  padding: 40px 0;
}
.information_list_wrap {
  list-style: none;
}
.information_list {
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 20px;
  font-size: 18px;
}
.information_link {
  display: block;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.information_link:hover {
  color: #000000;
  background-color: #fff;
}
.information_date {
  font-size: 16px;
  margin-right: 20px;
}
@media only screen and (max-width: 480px) {
  .information_area {
    padding: 0 0 20px;
  }
  .information_date {
    margin-right: 5px;
    font-size: 12px;
  }
  .information_list {
    font-size: 12px;
    line-height: 1.3em;
    text-align: left;
  }
}
/* ----- page ----- */
.page_caption {
  font-size: 38px;
  text-align: center;
  padding: 20px 0;
}
@media only screen and (max-width: 480px) {
  .page_caption {
    font-size: 20px;
    padding: 0 0 13.33333333px;
  }
}
/* info */
.information_page_contents_wrap {
  width: auto;
  padding: 20px 160px 80px;
  margin: 0 auto 20px;
  text-align: center;
  border-bottom: #b7b7b7 solid 1px;
}
.information_page_contents_wrap:last-child {
  border-bottom: none;
}
.information_page_contents_body {
  text-align: left;
  line-height: 1.4;
}
.information_page_contents_date {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.information_page_contents_title {
  font-size: 20px;
  margin-bottom: 30.76923077px;
}
.information_page_contents_image {
  margin-bottom: 20px;
}
.information_page_contents_image img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.pager_wrap {
  padding: 80px 0 40px;
  text-align: center;
}
.pager_wrap a {
  display: inline-block;
  padding: 5px;
  border: #6b6b6b solid 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin: 0 5px;
}
.pager_wrap a:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border: rgba(0, 0, 0, 0.8) solid 1px;
}
.pager_wrap .chk {
  display: inline-block;
  padding: 5px;
  border: #6b6b6b solid 1px;
  background-color: #6b6b6b;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin: 0 5px;
}
.pager_wrap .chk:hover {
  border: #6b6b6b solid 1px;
  background-color: #6b6b6b;
  color: #fff;
}
.pager_wrap .prev,
.pager_wrap .next {
  border: none;
}
.pager_wrap .prev:hover,
.pager_wrap .next:hover {
  border: none;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .information_page_contents_wrap {
    width: auto;
    padding: 20px 20px 80px;
    margin: 0 0 20px;
  }
  .pager_wrap {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 480px) {
  .information_page_contents_wrap {
    padding: 0 0 40px;
  }
  .information_page_contents_date {
    font-size: 10px;
  }
  .information_page_contents_title {
    font-size: 16px;
    margin-bottom: 13.33333333px;
  }
  .information_page_contents_body {
    font-size: 14px;
    line-height: 1.6em;
  }
}
/* album */
.photo_area {
  text-align: center;
}
.album_area {
  padding: 20px 0 80px;
}
.album_area_title {
  font-size: 20px;
  line-height: 1.4em;
}
.photo_thumbnail_list_wrap {
  margin-top: 26.66666667px;
  list-style: none;
}
.photo_thumbnail_list {
  float: left;
  width: 33.33333333%;
  padding-bottom: 20px;
}
.photo_thumbnail {
  margin: 0 20px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
}
.photo_thumbnail_link {
  display: block;
}
.photo_thumbnail_link img {
  vertical-align: middle;
}
.photo_album_thumbnail_list {
  padding: 20px 160px 40px;
}
.photo_album_thumbnail_body {
  text-align: left;
  line-height: 1.4;
}
.photo_album_thumbnail_date {
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.photo_album_thumbnail_title {
  font-size: 20px;
  margin-bottom: 20px;
}
.photo_album_thumbnail_image {
  margin-bottom: 20px;
}
/* modal */
.image_slide_wrap {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}
.image_slide_number {
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -40px;
}
.image_slide_all_number {
  font-size: 20px;
  margin-left: 10px;
}
.image_slide_current_number {
  font-size: 20px;
  margin-right: 10px;
}
.image_slide_close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 33px;
  height: 33px;
  cursor: pointer;
  background: transparent url(/img/theme_linen/common/icon_modal_close.png) 0 0 no-repeat;
  z-index: 10004;
}
.image_slide_contents {
  width: 650px;
  margin: 120px auto 0;
  position: relative;
}
.image_slide_list_wrap {
  position: relative;
  list-style: none;
}
.image_slide_list {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10001;
  width: 650px;
}
.image_slide_control {
  position: absolute;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 58px;
  top: 160px;
  z-index: 10004;
}
.image_slide_icon_left {
  left: -80px;
  background-image: url(/img/theme_linen/common/icon_modal_left.png);
}
.image_slide_icon_right {
  right: -80px;
  background-image: url(/img/theme_linen/common/icon_modal_right.png);
}
.image_slide_hide {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .image_slide_contents {
    width: auto;
    padding: 80px 80px 0;
    margin: 0;
  }
  .image_slide_list {
    width: 100%;
  }
  .image_slide_control {
    top: 240px;
  }
  .image_slide_icon_left {
    left: 20px;
  }
  .image_slide_icon_right {
    right: 20px;
  }
  .image_slide_number {
    top: 40px;
  }
  .image_slide_number {
    position: static;
    top: auto;
    margin-top: -40px;
  }
  .photo_album_thumbnail_list {
    width: auto;
    padding: 0 20px;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .album_area {
    padding-bottom: 40px;
  }
  .photo_thumbnail_list {
    float: none;
    width: auto;
  }
  .image_slide_number {
    position: absolute;
    top: 26.66666667px;
    margin-top: 0;
  }
  .image_slide_list {
    top: 80px;
  }
  .image_slide_contents {
    padding: 0;
    height: 100%;
  }
  .image_slide_control {
    top: 40%;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    background-size: 10px auto;
    background-position: 50% 50%;
    z-index: 10004;
  }
  .image_slide_icon_left {
    background-position: 48% 50%;
    left: 10px;
  }
  .image_slide_icon_right {
    background-position: 52% 50%;
    right: 10px;
  }
  .image_slide_close {
    width: 20px;
    height: 20px;
    background-size: 20px auto;
  }
}
/* menu */
.menu_area {
  text-align: center;
}
.menu_contents_area {
  padding: 20px 0 80px;
}
.menu_category_title {
  font-size: 20px;
  line-height: 1.4em;
}
.menu_contents_list_wrap {
  margin-top: 20px;
  list-style: none;
}
.menu_contents_list {
  padding: 0 0 60px;
}
.menu_contents_wrap {
  padding: 20px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.menu_contents_wrap:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.menu_contents_list_image {
  float: left;
  width: 30%;
  text-align: center;
}
.menu_contents_list_text_wrap {
  float: right;
  width: 70%;
  text-align: left;
}
.menu_contents_list_text {
  padding-left: 40px;
}
.menu_contents_list_title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.4em;
}
.menu_contents_list_price {
  display: block;
  font-size: 20px;
  margin-bottom: 16px;
}
.menu_contents_list_description_body {
  line-height: 1.4;
}
.menu_recommend {
  margin-left: 5px;
}
.menu_contents_list_image img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 480px) {
  .menu_contents_list {
    padding-bottom: 26.66666667px;
  }
  .menu_contents_list_image,
  .menu_contents_list_text_wrap {
    float: none;
    width: auto;
  }
  .menu_contents_list_text {
    margin-top: 20px;
    padding-left: 0;
  }
}
/* calendar */
.page_caption_calendar {
  padding-bottom: 40px;
}
.calendar_navigation_wrap {
  text-align: center;
  font-size: 28px;
}
.calendar_navigation_wrap a {
  font-size: 16px;
  margin: 0 20px;
}
.table_calendar {
  margin: 40px 0;
}
.table_calendar_cell {
  padding: 10px;
  margin: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.calendar_contents td {
  width: 14.28571429%;
  padding: 10px 0;
  border-bottom: solid 1px #b7b7b7;
}
.calendar_contents td.sat {
  color: #3374bd;
}
.calendar_contents td.sun,
.calendar_contents td.holiday {
  color: #d44545;
}
.calendar_contents td .table_calendar_cell {
  height: 120px;
}
.calendar_contents th {
  width: 14.28571429%;
  border-bottom: solid 1px #6b6b6b;
  color: #797979;
  text-align: left;
}
.calendar_contents th.sun {
  color: #d44545;
}
.calendar_contents th.sat {
  color: #3374bd;
}
.calendar_active {
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  -webkit-box-shadow: 0 1px 1px #dbdbdb;
  -moz-box-shadow: 0 1px 1px #dbdbdb;
  -o-box-shadow: 0 1px 1px #dbdbdb;
  -ms-box-shadow: 0 1px 1px #dbdbdb;
  box-shadow: 0 1px 1px #dbdbdb;
}
.calendar_active:hover {
  background-color: #fff;
}
.schedule_title {
  position: absolute;
  left: 50%;
  top: 75px;
  margin-left: -80px;
  width: 160px;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  opacity: 0;
  z-index: 200;
}
.browser_ie8 .schedule_title {
  opacity: 1;
  display: none;
}
.browser_ie9 .schedule_title {
  opacity: 1;
  display: none;
}
a.schedule_title_text {
  position: relative;
  padding: 10px;
  display: block;
  color: #fff;
}
a.schedule_title_text:before {
  content: '';
  position: absolute;
  display: block;
  top: -9px;
  left: 20%;
  border-bottom: 10px solid rgba(0, 0, 0, 0.9);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.calendar_schedule_title_wrap {
  padding: 10px 0 0;
}
.calendar_schedule_title {
  font-size: 20px;
}
.calendar_schedule_text_wrap {
  padding: 20px;
  margin: 0 0 20px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
}
.calendar_schedule_text_wrap:hover {
  background-color: #fff;
}
.calendar_schedule_list_wrap {
  padding-top: 10px;
  list-style: none;
}
.calendar_schedule_category {
  display: inline-block;
  background-color: #fff;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding-left: 6px;
  font-size: 14px;
  margin-right: 26.66666667px;
}
.calendar_schedule_category:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: -20px;
  border-width: 15px 10px;
  border-color: #fff transparent #fff #fff;
  border-style: solid;
}
.calendar_schedule_detail {
  padding: 0 160px 80px;
  text-align: center;
}
.calendar_schedule_detail .calendar_schedule_title_wrap,
.calendar_schedule_detail .calendar_schedule_detail_image {
  padding-bottom: 40px;
}
.calendar_schedule_detail .calendar_schedule_title {
  font-size: 28px;
  line-height: 1.4em;
}
.calendar_schedule_detail .calendar_schedule_detail_body {
  line-height: 1.4;
}
.current_day {
  background-color: rgba(253, 255, 99, 0.4);
}
@media only screen and (max-width: 768px) {
  .table_calendar {
    margin-top: 20px;
  }
  .schedule_title {
    width: 133.33333333px;
  }
  .calendar_schedule_detail {
    width: auto;
    padding: 0 20px;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .calendar_contents td {
    padding: 0;
    font-size: 12px;
    vertical-align: top;
  }
  .calendar_contents td .table_calendar_cell {
    height: 80px;
    padding: 10px;
    margin: 2px;
  }
  .calendar_contents th {
    padding: 0;
    font-size: 12px;
  }
  .calendar_contents th .table_calendar_cell {
    height: auto;
    padding: 0 0 5px;
  }
  .table_calendar_cell {
    margin: 0 5px;
    height: 60px;
  }
  .page_caption_calendar {
    padding-bottom: 13.33333333px;
  }
  .calendar_navigation_wrap {
    font-size: 14px;
  }
  .calendar_navigation_wrap a {
    font-size: 12px;
  }
  .calendar_schedule_category {
    font-size: 10px;
  }
  .calendar_schedule_date {
    font-size: 12px;
    display: block;
    padding-top: 5px;
  }
  .calendar_schedule_list_wrap {
    padding-top: 5px;
  }
  .calendar_schedule_title_wrap {
    padding: 0;
  }
  .calendar_schedule_title {
    font-size: 16px;
  }
  .calendar_schedule_detail {
    padding: 0 0 40px;
  }
  .calendar_schedule_detail .calendar_schedule_date {
    padding-top: 5px;
  }
  .calendar_schedule_detail .calendar_schedule_title {
    font-size: 16px;
  }
  .calendar_schedule_detail .calendar_schedule_title_wrap,
  .calendar_schedule_detail .calendar_schedule_detail_image {
    padding-bottom: 10px;
  }
  .calendar_schedule_detail .calendar_schedule_detail_body {
    text-align: left;
    font-size: 12px;
  }
}
/* map */
.about_wrap {
  width: auto;
  padding: 20px 160px 160px;
  margin: 0;
  text-align: center;
}
.about_map_description {
  padding-top: 20px;
  text-align: left;
}
.about_map_description .table_detail {
  width: 100%;
  border-collapse: separate;
}
.about_map_description .table_detail th {
  width: 30%;
}
.about_map_description .table_detail td {
  width: 70%;
}
.about_map_description .table_detail th,
.about_map_description .table_detail td {
  border-bottom: #b7b7b7 solid 1px;
}
.about_map_contents {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .about_wrap {
    width: auto;
    padding: 0 20px;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .about_wrap {
    width: auto;
    padding: 20px 0 40px;
    margin: 0;
  }
  .about_map_description .table_detail th {
    width: 35%;
    text-align: left;
  }
  .about_map_description .table_detail td {
    width: 65%;
  }
  .about_map_description .table_detail th,
  .about_map_description .table_detail td {
    border-bottom: #b7b7b7 solid 1px;
    font-size: 10px;
  }
  .about_map_contents {
    padding: 13.33333333px 0;
  }
}
/* contact */
.contact_contents_wrap {
  padding: 20px 120px 160px;
  text-align: center;
}
.contact_name,
.contact_email,
.contact_tel {
  width: 50%;
}
.contact_body {
  width: 100%;
}
.contact_area {
  padding: 10px;
}
.contact_area:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.contact_form_button_wrap {
  margin-top: 20px;
  padding-top: 26.66666667px;
  border-top: #b7b7b7 solid 1px;
  text-align: center;
}
.contact_form_personal_info {
  padding-top: 60px;
}
.contact_form_personal_info_description {
  padding-top: 20px;
  font-size: 14px;
  text-align: left;
}
.contact_message {
  border: #000000 solid 1px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 13.33333333px 16px 16px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 1050px) {
  .contact_contents_wrap {
    width: auto;
    padding: 20px 40px 80px;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .contact_area {
    padding: 20px;
  }
  .label_element_wrap,
  .form_element_wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .contact_contents_wrap {
    width: auto;
    padding: 20px 0 40px;
    margin: 0;
  }
  .label_element_wrap,
  .form_element_wrap {
    font-size: 12px;
    float: none;
    width: 100%;
  }
  .contact_area {
    padding: 10px;
  }
}
/* coupon */
.coupon_wrap {
  padding: 20px 160px 0;
  text-align: center;
}
.coupon_list {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: #b7b7b7 solid 1px;
}
.coupon_list:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.coupon_list_wrap,
.coupon_list_contents_list_wrap {
  list-style: none;
}
.coupon_list_contents_detail_title {
  font-size: 28px;
  line-height: 1.4em;
}
.coupon_list_image {
  padding-top: 20px;
}
.coupon_list_image img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.coupon_list_contents_wrap {
  padding-top: 26.66666667px;
}
.coupon_list_qr_code_wrap {
  background-color: #fff;
  width: 25%;
  float: left;
}
.coupon_list_qr_code {
  padding: 40px;
}
.coupon_list_contents_detail_wrap {
  width: 70%;
  float: right;
  text-align: left;
}
.coupon_list_contents_list {
  padding-bottom: 20px;
  font-size: 18px;
}
.coupon_list_contents_list_caption {
  margin-right: 10px;
}
.coupon_list_contents_list_body {
  font-weight: bold;
}
.coupon_print_button_wrap {
  position: fixed;
  bottom: 0px;
  right: 5px;
}
.coupon_print_button_wrap .button {
  padding: 8px 20px;
  font-size: 14px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  -ms-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  -ms-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media only screen and (max-width: 768px) {
  .coupon_wrap {
    width: auto;
    padding: 0 20px;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .coupon_list {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .coupon_list_qr_code {
    padding: 5px;
  }
  .coupon_print_button_wrap {
    display: none;
  }
  .coupon_list_contents_detail_title {
    font-size: 16px;
  }
  .coupon_list_qr_code_wrap,
  .coupon_list_contents_detail_wrap {
    float: none;
    width: 100%;
  }
  .coupon_list_qr_code_wrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 0;
  }
  .coupon_list_contents_detail_wrap {
    padding-top: 20px;
  }
  .coupon_list_contents_list {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
/* free */
.free_wrap {
  padding: 20px 0 40px;
  line-height: 1.4;
}
@media only screen and (max-width: 480px) {
  .free_wrap {
    overflow: auto;
  }
}
/* staff */
.staff__text .staff__text--description {
  line-height: 1.4;
}
/* reservation */
.reservation_wrap {
  text-align: center;
}
.reservation_form_wrap,
.reservation_info_area {
  padding: 20px 120px 160px;
}
.reservation_area {
  padding: 10px;
}
.reservation_area:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.reservation_area .radio {
  display: block;
}
.reservation_form_button_wrap {
  margin-top: 20px;
  padding-top: 26.66666667px;
  border-top: #b7b7b7 solid 1px;
}
.browser_ie8 .reservation_info_wrap {
  padding-bottom: 20px;
}
.reservation_about_tel {
  display: inline-block;
  padding: 20px 0 0;
}
.reservation_about_tel_link {
  font-size: 20px;
}
.reservation_about_time {
  display: block;
  font-size: 18px;
  padding-top: 20px;
}
.reservation_list_wrap {
  padding-top: 40px;
  margin-top: 40px;
  border-top: #b7b7b7 solid 1px;
}
.reservation_list_title {
  font-size: 28px;
  line-height: 1.4em;
}
.reservation_list_contents,
.reservation_list_description {
  padding-top: 20px;
}
.reservation_list_image img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.reservation_course_body {
  padding-bottom: 20px;
}
.reservation_course_body div,
.reservation_course_body p {
  padding-top: 20px;
}
.reservation_form_message_wrap {
  border: #000000 solid 1px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 13.33333333px 16px 16px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 1050px) {
  .reservation_form_wrap,
  .reservation_info_area {
    width: auto;
    padding: 20px 40px 80px;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .reservation_form_wrap,
  .reservation_info_area {
    width: auto;
    padding: 20px 20px 80px;
    margin: 0;
  }
  .reservation_area {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .reservation_form_wrap,
  .reservation_info_area {
    width: auto;
    padding: 0 0 40px;
    margin: 0;
  }
  .reservation_area {
    padding: 10px;
  }
  .reservation_form_message_wrap {
    padding: 20px;
    font-size: 12px;
    text-align: left;
  }
  a.reservation_about_tel_link.button:link,
  a.reservation_about_tel_link.button:hover,
  a.reservation_about_tel_link.button:active,
  a.reservation_about_tel_link.button:visited {
    color: #fff;
  }
  .reservation_about_time {
    font-size: 14px;
  }
  .reservation_list_title {
    font-size: 18px;
  }
}
/* ----- other ----- */
/* today_schedule */
.today_contents_wrap {
  text-align: center;
  border: #fff solid 1px;
  padding: 26.66666667px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.4);
}
.today_caption {
  font-size: 38px;
}
.today_area {
  text-align: center;
}
.today_area .today_contents_container p {
  line-height: 1.4;
}
.today_schedule_title_wrap {
  padding-top: 20px;
}
.today_schedule_link {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 10px;
}
.today_schedule_link:hover {
  background-color: #fff;
  color: #000000;
}
.today_schedule_title {
  font-size: 18px;
  font-weight: bold;
}
.today_schedule_time {
  font-size: 16px;
  letter-spacing: 0.1em;
}
/* navi parts */
#navi_parts {
  width: 1040px;
  padding: 40px 0;
  margin: 0 auto;
}
#navi_parts:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.navi_parts_detail {
  padding: 0 20px;
  text-align: center;
}
.navi_parts_detail a img {
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s;
}
.navi_parts_detail .goog-te-gadget {
  text-align: left;
}
.navi_parts_detail_wrap {
  width: 33.33333333%;
  float: left;
}
.navi_parts_detail_wrap_only {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}
/* Google翻訳ウィジェット */
#google_translate_element .goog-te-gadget a {
  pointer-events: none;
}
.social_widget {
  overflow: hidden;
}
@media only screen and (max-width: 1050px) {
  #navi_parts {
    width: auto;
    padding: 40px 40px 0;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  #navi_parts {
    width: auto;
    padding: 40px 20px;
    margin: 0;
  }
  .navi_parts_wrap {
    padding-bottom: 120px;
  }
  .navi_parts_detail {
    padding: 0;
  }
  .navi_parts_detail_wrap {
    width: 100%;
    float: none;
    padding-bottom: 40px;
  }
  #social_widgets {
    width: auto;
    padding: 0 60px;
    margin: 0;
  }
  .navi_parts_detail_wrap_only {
    width: auto;
    margin: 0;
    padding: 40px 20px !important;
  }
}
@media only screen and (max-width: 480px) {
  #social_widgets {
    padding: 0;
  }
}
.line-it-button {
  margin-bottom: 10px;
}
/* ----- footer ----- */
.page_top_wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  text-align: right;
  display: block;
  opacity: 0;
  animation-duration: 0.5s;
}
.page_top_link {
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.page_top_link:hover {
  background-color: #fff;
}
.pagetop_active {
  opacity: 1;
}
.footer {
  text-align: center;
  width: 1000px;
  padding: 80px 0 40px;
  margin: 0 auto;
}
.footer_list_wrap {
  list-style: none;
}
.footer_list {
  font-family: 'Sawarabi Mincho';
  letter-spacing: 0.1em;
  display: inline-block;
}
.footer_list.powered {
  display: none;
}
.footer_social_wrap {
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 1050px) {
  .footer {
    width: auto;
    padding: 40px 0 40px;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page_top_wrap {
    position: static;
    right: auto;
    bottom: auto;
    text-align: center;
    display: block;
    opacity: 1;
  }
  .footer {
    width: auto;
    padding: 40px 20px;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page_top_wrap {
    position: static;
    right: auto;
    bottom: auto;
    text-align: center;
    display: block;
    opacity: 1;
  }
  .page_top_link {
    width: 50px;
    height: 50px;
    background-size: 20px auto;
  }
  .footer {
    width: auto;
    padding: 40px 20px;
    margin: 0;
    text-align: center;
  }
}
/* ----- ソーシャルアイコン ----- */
@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-instagram:before {
  content: "\e900";
  font-size: 32px;
  margin: 0 5px;
}
.icon-facebook:before {
  content: "\e901";
  font-size: 32px;
  margin: 0 5px;
}
.icon-twitter:before {
  content: "\e902";
  font-size: 32px;
  margin: 0 5px;
}
.introduction {
  text-align: center;
  margin-bottom: 15px;
}
/* color setting */
/* background-image */
.menu_block {
  background-image: url(/img/theme_linen/black/menu_bg_left.png);
}
.menu_wrap {
  background-image: url(/img/theme_linen/black/menu_bg_right.png);
}
.icon_menu {
  background-image: url(/img/theme_linen/black/icon_menu.png);
}
.page_top_link {
  background-image: url(/img/theme_linen/black/icon_page_top.png);
}
@media only screen and (max-width: 768px) {
  .menu_block {
    background-image: none;
  }
  .menu_block_device .menu_wrap {
    background-image: none;
  }
  .icon_menu {
    background-image: url(/img/theme_linen/black/icon_menu@2x.png);
  }
  .page_top_link {
    background-image: url(/img/theme_linen/black/icon_page_top@2x.png);
  }
  .image_slide_icon_left {
    background-image: url(/img/theme_linen/black/icon_modal_left@2x.png);
  }
  .image_slide_icon_right {
    background-image: url(/img/theme_linen/black/icon_modal_right@2x.png);
  }
}
.browser_ie8 .image_slide_hide {
  display: none;
}
.browser_ie8 .form_area_bg,
.browser_ie8 .information_link,
.browser_ie8 .photo_thumbnail,
.browser_ie8 .today_contents_wrap {
  background-color: #f2f2f2;
}
.browser_ie8 .menu_list_link:hover,
.browser_ie8 .menu_sub_wrap,
.browser_ie8 .calendar_active,
.browser_ie8 .slideshow_list_caption_wrap,
.browser_ie8 .calendar_schedule_text_wrap:hover,
.browser_ie8 .menu_contents_wrap:hover,
.browser_ie8 .information_link:hover,
.browser_ie8 .page_top_link {
  background-color: #fff;
}
.browser_ie8 .sub_navi:before {
  border-bottom: 10px solid #ffffff;
}
.browser_ie8 .pager_wrap a:hover {
  background-color: #000;
  border: #000 solid 1px;
}
.browser_ie8 .image_slide_wrap,
.browser_ie8 .schedule_title {
  background-color: #000;
}
.browser_ie8 a.schedule_title_text:before {
  border-bottom: #000 solid 1px;
}
.minne_wrap {
  padding: 20px 0 40px;
  line-height: 1.4;
}
.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;
    padding: 20px 0 160px;
  }
}
.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:hover {
  opacity: 0.9;
}
.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 {
  border: #000000 solid 1px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 13.33333333px 16px 16px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.web-font {
  font-family: 'Sawarabi Mincho';
}
.shop_sitename {
  font-size: 110%;
}
