@charset "UTF-8";
/*------------------------------------------
 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,
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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

iframe,
fieldset,
img {
  border: 0; }

input,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* 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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  font-family: YuMincho, 'Yu Mincho', 'MS PMincho', serif;
  text-align: center;
  height: 100%;
  color: #333333;
  background-image: none; }

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; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border-radius: 0; }

select {
  background-color: #fff; }

/*------------------------------------------
 Load Color CSS
------------------------------------------*/
/*
@import "colors/@{color_id}.less";
*/
/*------------------------------------------
 Common Parts Style
------------------------------------------*/
.site_description {
  display: block; }

.shop_tel {
  display: block; }

.shop_rss {
  display: block; }

.section_today {
  display: block; }

.qr_area {
  display: block; }

.counter_area {
  display: block; }

.copyright {
  display: block; }

.powered {
  display: none; }

/* --------------------------------------
variable
--------------------------------------- */
.form-style {
  border-style: solid;
  border-width: 1px;
  border-color: #b7b7b7 #dcdcdc #dcdcdc #b7b7b7;
  padding: 6.66666667px 10px; }

html {
  height: 100%; }

body {
  font-size: 16px;
  line-height: 1.75;
  font-family: YuMincho, 'Yu Mincho', 'MS PMincho', serif;
  text-align: center;
  height: 100%;
  color: #333333; }

body #top {
  background-image: none !important; }

a {
  color: #6d6d6d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

a:hover {
  color: #979797; }

a img:hover {
  opacity: 0.9; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

.button {
  background-color: #333333;
  color: #ffffff;
  line-height: 1;
  border: none;
  font-size: 16px;
  padding: 15px 30px;
  display: inline-block;
  margin-top: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.contact_area {
  width: 100%;
  padding-bottom: 15px; }

.contact_area label {
  display: block;
  padding-bottom: 5px;
  text-align: left; }

.contact_area label .requier {
  display: inline-block;
  margin-left: 5px; }

.contact_area label + br {
  display: none; }

.contact_area input[type="text"],
.contact_area input[type="tel"],
.contact_area input[type="email"],
.contact_area textarea {
  width: 100%;
  padding: 5px;
  line-height: 1;
  background-color: #f9f9f9;
  border: #c6c6c6 solid 1px;
  font-size: 18px; }

.contact_area textarea {
  height: 150px; }

.contact_area .checkbox,
.contact_area .radio {
  display: block;
  margin-bottom: 10px;
  text-align: left; }

.contact_area .checkbox label,
.contact_area .radio label {
  display: inline;
  margin-left: 5px; }

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px; } }

.wrapper {
  text-align: left;
  padding-top: 200px;
  position: relative; }

#top .wrapper {
  padding-top: 500px; }

.contents {
  background-color: #ffffff; }

.main,
.other {
  width: 1000px;
  padding: 0;
  margin: 0 auto; }

@media only screen and (max-width: 480px) {
  .wrapper {
    padding-top: 100px; }
  #top .wrapper {
    padding-top: 200px; } }

.header {
  position: relative;
  background-color: #ffffff;
  text-align: center;
  padding: 50px 15px 0;
  z-index: 100; }

.header_inner {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: #c6c6c6 solid 1px; }

.site_title {
  padding-bottom: 15px;
  letter-spacing: 0.1em;
  font-size: 40px;
  line-height: 1.4; }

.site_title_link:link,
.site_title_link:visited,
.site_title_link:hover,
.site_title_link:active {
  color: #333333;
  opacity: 1; }

.site_description {
  font-size: 20px;
  padding-bottom: 15px; }

@media only screen and (max-width: 1050px) {
  .header_inner {
    width: auto;
    padding-left: 15px;
    padding-right: 15px; } }

@media only screen and (max-width: 480px) {
  .header {
    padding-top: 15px; }
  .site_title {
    font-size: 30px; }
  .site_description {
    font-size: 14px;
    padding-bottom: 10px; } }

.contents_wrap_bg {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.95);
  display: none; }

.icon_menu_wrap {
  position: fixed;
  right: 26.66666667px;
  top: 26.66666667px;
  z-index: 1004;
  display: none; }

.icon_menu {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.icon_menu:hover {
  background-color: #fff; }

.contents_wrap_close {
  position: fixed;
  right: 40px;
  top: 40px;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent url(/img/theme_smooth/common/icon_menu_close.png) 0 0 no-repeat;
  z-index: 1003;
  display: none; }

@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 {
    padding: 0 20px;
    background-position: 20px 50%; } }

.menu_wrap {
  padding: 10px 0;
  text-align: center;
  background-color: transparent;
  list-style: none; }

.menu_list {
  display: inline-block;
  position: relative; }

.menu_list_link {
  display: inline-block;
  padding: 8px 10px; }

.menu_sub_wrap {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  border: #c6c6c6 solid 1px;
  width: 200px;
  margin-left: -100px; }

.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: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom: 10px solid #c6c6c6;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; }

.menu_block_device {
  background-color: #333333;
  margin-bottom: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1001;
  display: none;
  padding: 0; }

.menu_block_device .menu_wrap {
  padding: 20px 0;
  text-align: left;
  background: none;
  display: none; }

.menu_block_device .menu_list {
  display: block;
  position: static; }

.menu_block_device .menu_list_link {
  display: block;
  font-size: 20px;
  padding: 8px 40px;
  color: #fff; }

.menu_block_device .menu_list_link:hover {
  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: rgba(0, 0, 0, 0.8);
  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: #ffffff; }

.menu_block_device .menu_sub_wrap a:hover {
  color: #ffffff; }

.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;
    right: 13.33333333px;
    top: 13.33333333px;
    left: auto; }
  .icon_menu {
    width: 45px;
    height: 45px;
    background-size: 20px auto;
    background-image: url(/img/theme_smooth/icon_menu@2x.png); }
  .contents_wrap_close {
    right: 22.22222222px;
    top: 26.66666667px;
    width: 20px;
    height: 20px;
    background-size: 20px auto;
    position: fixed; }
  .menu_block_device .menu_list_link {
    font-size: 14px;
    padding: 8px 20px; } }

#top .header_inner {
  border-bottom: none; }

.slideshow_time {
  display: none; }

.slideshow_area {
  position: fixed;
  left: 0;
  top: 0;
  height: 500px;
  max-height: 500px;
  overflow: hidden;
  z-index: 30;
  width: 100%;
  background-color: #ffffff; }

.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: 31;
  width: 100%; }

.slideshow_list_contents {
  position: relative; }

.slideshow_list_link {
  display: block;
  width: 100%;
  height: 500px; }

.slide_image_wrap {
  background-size: 100% auto;
  display: block;
  width: 100%;
  height: 500px;
  background-position: 0 0;
  background-repeat: no-repeat; }

.slideshow_list_caption_wrap {
  position: absolute;
  z-index: 501;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  color: #333333;
  height: 40px;
  line-height: 40px; }

.slideshow_list_caption {
  font-size: 14px;
  display: inline-block; }

.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 #333333;
  cursor: pointer; }

.slideshow_pager_active {
  background-color: #333333; }

.slideshow_time {
  display: none; }

@media only screen and (max-width: 480px) {
  .slideshow_list_wrap {
    height: 200px; }
  .slideshow_list_contents {
    height: 200px; }
  .slideshow_list_caption_wrap {
    height: 25px;
    line-height: 25px; }
  .slideshow_list_caption {
    font-size: 10px; } }

.section {
  text-align: center;
  background-color: #ffffff; }

.section_middle_image {
  background-color: transparent; }

.section_today {
  position: relative;
  z-index: 100;
  background-color: #ffffff; }

.section .section_title {
  font-size: 22px;
  padding-bottom: 30px; }

.top_contents_wrap {
  position: relative;
  z-index: 100; }

.section_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
  border-bottom: #c6c6c6 solid 1px; }

#top .section_inner {
  border-top: #c6c6c6 solid 1px;
  border-bottom: none; }

.section_info {
  background-color: #333333;
  padding-bottom: 40px; }

.section_info .section_inner {
  border-top: none; }

@media only screen and (max-width: 1050px) {
  .section_inner {
    width: auto;
    margin: 0;
    padding: 50px 15px; } }

@media only screen and (max-width: 480px) {
  .section_inner {
    padding: 30px 15px; } }

.message {
  text-align: center;
  line-height: 2;
  margin: 0 auto; }

@media only screen and (max-width: 768px) {
  .message {
    width: auto;
    margin: 0; } }

@media only screen and (max-width: 480px) {
  .message_area {
    padding: 0 0 26.66666667px; }
  .message {
    font-size: 14px;
    line-height: 2;
    text-align: left; } }

.section_today_subtitle_link {
  font-size: 22px; }

.section_photo_list_wrap {
  text-align: center; }

.section_photo_list_wrap:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

.section_photo_list {
  float: left;
  width: 33.33333333%;
  height: 200px;
  overflow: hidden;
  display: inline-block; }

.section_photo_list img {
  width: 100%;
  position: absolute;
  display: inline-block;
  max-width: none; }

.section_photo_link {
  display: block;
  width: 100%;
  height: 200px; }

.js-photo_frame {
  position: relative; }

.section_photo_link_wrap {
  padding-top: 30px; }

@media only screen and (max-width: 480px) {
  .section_photo_list {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 10px; }
  .section_photo_list img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    top: -33px;
    left: 0px; }
  .section_photo_link {
    width: 100%;
    height: auto; } }

.section_info .section_inner {
  padding-bottom: 0; }

.section_info .section_title {
  color: #ffffff; }

.top_info_wrap {
  width: 1000px;
  margin: 0 auto; }

.top_info_list_wrap {
  list-style: none; }

.top_info_list {
  float: none;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  margin: 0 0 15px;
  padding: 0 !important;
  text-align: left; }

.top_info_date {
  display: block;
  white-space: nowrap;
  margin-right: 20px; }

.top_info_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff; }

@media only screen and (max-width: 480px) {
  .top_info_list {
    float: none;
    height: auto;
    max-height: 100%;
    width: auto;
    padding: 0 0 30px;
    display: block; } }

.middle_image_wrap {
  display: none; }

#top .middle_image_wrap {
  height: 450px;
  max-height: 450px;
  background-color: #ffffff;
  display: block;
  position: relative;
  overflow: hidden; }

img.middle_image {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: none; }

.section_about {
  border-top: none; }

.section_about .section_inner {
  border-top: none; }

.section_about_map {
  padding-bottom: 30px; }

.section_about_map iframe {
  display: block;
  width: 100%; }

.section_about_contents {
  width: 1000px;
  margin: 0 auto;
  text-align: center; }

.section_about_contents table {
  width: 100%;
  text-align: left; }

.section_about_contents tr:nth-child(odd) {
  background-color: #f9f9f9; }

.section_about_contents th,
.section_about_contents td {
  padding: 10px 15px; }

.section_about_contents th {
  width: 30%; }

.section_about_contents td {
  width: 70%; }

@media only screen and (max-width: 1050px) {
  .section_about_contents {
    width: auto;
    margin: 0; }
  .section_about_contents table {
    width: 100%; } }

.section_contact_contents {
  width: 600px;
  margin: 0 auto; }

@media only screen and (max-width: 768px) {
  .section_contact_contents {
    width: auto;
    margin: 0; } }

.contents_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 80px;
  text-align: center; }

.contents_caption {
  font-size: 22px; }

@media only screen and (max-width: 768px) {
  .contents_inner {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    width: auto; } }

@media only screen and (max-width: 480px) {
  .contents_inner {
    padding-bottom: 40px; }
  .contents_caption {
    font-size: 20px; } }

.contents_info .contents_inner {
  width: 600px; }

.info_contents {
  padding: 40px 0;
  border-bottom: #c6c6c6 solid 1px; }

.info_contents_date {
  font-size: 14px;
  display: block;
  padding-bottom: 10px;
  line-height: 1; }

.info_contents_caption {
  font-size: 20px;
  padding-bottom: 10px; }

.info_contents_image {
  padding-bottom: 10px; }

.info_contents_body {
  text-align: left; }

.pager_wrap {
  padding: 40px 0 80px;
  text-align: center;
  background-color: #ffffff; }

.pager_wrap a {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  background-color: #333333;
  border: #333333 solid 1px;
  color: #ffffff; }

.pager_wrap .chk {
  display: inline-block;
  border: #333333 solid 1px;
  color: #333333;
  background-color: transparent;
  cursor: default; }

.pager_wrap .chk:hover {
  opacity: 1; }

.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) {
  .pager_wrap {
    padding-bottom: 40px; }
  .contents_info .contents_inner {
    width: auto; } }

@media only screen and (max-width: 480px) {
  .info_contents {
    padding: 20px 0; }
  .info_contents_caption {
    font-size: 20px; } }

.album_contents {
  padding-bottom: 40px; }

.album_caption {
  padding: 10px 0 20px; }

.photo_album_thumbnail_list {
  padding: 20px 160px 40px; }

.photo_album_thumbnail_body {
  text-align: left; }

.photo_album_thumbnail_date {
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 10px; }

.photo_album_thumbnail_title {
  font-size: 22px;
  margin-bottom: 20px; }

.photo_album_thumbnail_image {
  margin-bottom: 20px; }

.image_slide_wrap {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }

.image_slide_number {
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -40px; }

.image_slide_all_number {
  font-size: 22px;
  margin-left: 10px; }

.image_slide_current_number {
  font-size: 22px;
  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_smooth/common/icon_modal_close.png) 0 0 no-repeat;
  z-index: 2004; }

.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: 2001;
  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: 2004; }

.image_slide_icon_left {
  left: -80px;
  background-image: url(/img/theme_smooth/common/icon_modal_left.png); }

.image_slide_icon_right {
  right: -80px;
  background-image: url(/img/theme_smooth/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;
    margin: 0;
    padding: 0 0 10px; } }

@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(0, 0, 0, 0.8);
    -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: 11000; }
  .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_contents {
  padding: 40px 0;
  border-bottom: #c6c6c6 solid 1px; }

.menu_contents_caption {
  font-size: 22px;
  line-height: 1.4; }

.menu_contents_list {
  padding: 40px 0 48px; }

.menu_contents_list:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

.menu_contents_list_image {
  float: left;
  width: 40%;
  text-align: center; }

.menu_contents_list_image img {
  display: inline-block;
  width: 100%; }

.menu_contents_list_text_wrap {
  float: right;
  width: 60%;
  text-align: left; }

.menu_contents_list_text {
  padding-left: 40px; }

.menu_contents_list_title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.4; }

.menu_contents_list_price {
  display: block;
  font-size: 20px;
  margin-bottom: 16px; }

.menu_recommend {
  margin-left: 5px; }

@media only screen and (max-width: 480px) {
  .menu_contents_list {
    padding-bottom: 26.66666667px; }
  .menu_contents_list:first-child {
    padding-top: 13.33333333px; }
  .menu_contents_list_image,
  .menu_contents_list_text_wrap {
    float: none;
    width: auto; }
  .menu_contents_list_text {
    margin-top: 20px;
    padding-left: 0; } }

.page_caption_calendar {
  padding-bottom: 40px; }

.calendar_navigation_wrap {
  padding-top: 20px; }

.calendar_navigation_wrap a {
  font-size: 14px;
  margin: 0 20px; }

.table_calendar {
  margin: 40px 0; }

.table_calendar_cell {
  padding: 10px;
  margin: 0 10px; }

.calendar_contents td {
  width: 14.28571429%;
  padding: 10px 0;
  border-bottom: solid 1px #c6c6c6;
  border-right: solid 1px #c6c6c6; }

.calendar_contents td:first-child {
  border-left: solid 1px #c6c6c6; }

.calendar_contents td.sun {
  color: #d44545;
  border-left: solid 1px #c6c6c6; }

.calendar_contents td.sat {
  color: #3374bd; }

.calendar_contents td.holiday {
  color: #d44545; }

.calendar_contents td .table_calendar_cell {
  height: 120px; }

.calendar_contents th {
  width: 14.28571429%;
  border-bottom: solid 1px #c6c6c6;
  color: #797979; }

.calendar_contents th.sun {
  color: #d44545; }

.calendar_contents th.sat {
  color: #3374bd; }

.calendar_active {
  cursor: pointer; }

.schedule_title {
  position: absolute;
  left: 50%;
  top: 75px;
  margin-left: -80px;
  width: 160px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  opacity: 0;
  z-index: 200; }

a.schedule_title_text {
  position: relative;
  padding: 10px;
  display: block;
  color: #ffffff; }

a.schedule_title_text:before {
  content: '';
  position: absolute;
  display: block;
  top: -9px;
  left: 20%;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; }

.calendar_schedule_title_wrap {
  padding: 10px 0 0; }

.calendar_schedule_title {
  font-size: 22px; }

.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.95); }

.calendar_schedule_text_wrap:hover {
  background-color: #ffffff; }

.calendar_schedule_list_wrap {
  padding-top: 10px;
  list-style: none; }

.calendar_schedule_category {
  display: inline-block;
  background-color: #ffffff;
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-right: 20px; }

.calendar_schedule_detail {
  padding: 40px 0;
  text-align: center; }

.calendar_schedule_detail .calendar_schedule_title_wrap,
.calendar_schedule_detail .calendar_schedule_detail_image {
  padding-bottom: 20px; }

.calendar_schedule_detail .calendar_schedule_title {
  font-size: 20px;
  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: 12px;
    margin-right: 0; }
  .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: 20px; }
  .calendar_schedule_detail {
    padding: 0 0 40px; }
  .calendar_schedule_detail .calendar_schedule_date {
    padding-top: 5px; }
  .calendar_schedule_detail .calendar_schedule_title {
    font-size: 20px; }
  .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; } }

.contents_about {
  padding-bottom: 40px; }

.about_wrap {
  padding-top: 40px; }

.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 tr:nth-child(odd) th,
.about_map_description .table_detail tr:nth-child(odd) td {
  background-color: #f9f9f9; }

.about_map_contents {
  padding: 10px 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 {
    font-size: 10px; }
  .about_map_contents {
    padding: 13.33333333px 10px; } }

/* contact */
.contents_contact .contents_inner {
  width: 600px; }

.contact_contents_wrap {
  padding: 20px 0 160px; }

.contact_form_button_wrap {
  padding-top: 10px; }

.contact_form_personal_info {
  padding-top: 60px; }

.contact_form_personal_info_description {
  padding-top: 20px;
  font-size: 14px;
  text-align: left; }

.contact_message {
  border: #c6c6c6 solid 1px;
  padding: 13.33333333px 16px 16px;
  margin-bottom: 20px; }

@media only screen and (max-width: 1050px) {
  .contact_contents_wrap {
    width: auto;
    padding: 20px 0 80px;
    margin: 0; } }

@media only screen and (max-width: 768px) {
  .contact_area {
    padding: 20px; }
  .label_element_wrap,
  .form_element_wrap {
    padding: 0; }
  .contents_contact .contents_inner {
    width: auto;
    margin: 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 .form_element_wrap {
    padding-bottom: 0; }
  #contact .label_element_wrap {
    padding-bottom: 4px; }
  .contact_area {
    padding: 0 0 20px; } }

/* coupon */
.coupon_wrap {
  padding-top: 40px; }

.coupon_wrap:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

.coupon_list {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: #b7b7b7 solid 1px; }

.coupon_list:last-child {
  margin-bottom: 0;
  border-bottom: none; }

.coupon_contents_wrap {
  padding-top: 40px; }

.coupon_contents_wrap:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

.coupon_list_title {
  font-size: 20px; }

.coupon_list_image {
  float: left;
  width: 40%; }

.coupon_list_contents_wrap {
  float: right;
  width: 60%;
  padding-left: 40px;
  text-align: left; }

.coupon_list_qr_code {
  padding-top: 20px; }

.coupon_list_contents_list {
  padding-bottom: 20px; }

.coupon_list_contents_list_caption {
  margin-right: 10px; }

.coupon_list_contents_list_body {
  font-weight: bold; }

.coupon_print_button_wrap {
  text-align: center; }

@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: 20px; }
  .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 */
.contents_free .contents_inner {
  max-width: 980px;
  width: auto; }

.free_wrap {
  padding: 20px 20px 40px;
  text-align: left;
  line-height: 1.875; }
  .free_wrap p {
    margin-bottom: 1.3em; }
  .free_wrap a {
    text-decoration: underline; }
    .free_wrap a:hover {
      color: #1794ac;
      text-decoration: none; }

.free_wrap iframe {
  max-width: 100% !important; }

@media only screen and (max-width: 768px) {
  .contents_inner {
    width: 100% !important; }
  .free_wrap table {
    width: 100% !important;
    height: auto !important; } }

@media only screen and (max-width: 480px) {
  .contents_free .contents_inner {
    width: auto;
    margin: 0; }
  .free_wrap {
    padding-left: 0;
    padding-right: 0;
    overflow: auto; } }

/* staff */
.staff__text {
  text-align: left; }

.staff--image {
  margin-right: 0; }

.staff__text {
  float: right; }

/* reservation */
.contents_reservation .contents_inner {
  width: 600px;
  margin: 0 auto; }

.reservation_wrap {
  padding-top: 20px;
  text-align: left; }

.label_element_wrap {
  padding-bottom: 5px; }

.form_element_wrap {
  padding-bottom: 40px; }

.reservation_form_button_wrap {
  text-align: center; }

.reservation_about_tel {
  display: inline-block;
  padding: 20px 0 0; }

.reservation_about_tel_link {
  font-size: 22px; }

.reservation_about_time {
  display: block;
  font-size: 20px;
  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.4; }

.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 {
  padding-top: 40px; }

@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) {
  .contents_reservation .contents_inner {
    width: auto;
    margin: 0; }
  .reservation_form_wrap,
  .reservation_info_area {
    width: auto;
    padding: 0 0 40px;
    margin: 0; }
  .reservation_area {
    padding: 0; }
  .label_element_wrap {
    padding-bottom: 10px; }
  .form_element_wrap {
    padding-bottom: 20px; } }

.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.95); }

.today_caption {
  font-size: 38px; }

.today_area {
  text-align: center; }

.today_schedule_title_wrap {
  padding-top: 20px; }

.today_schedule_link {
  background-color: rgba(255, 255, 255, 0.95);
  -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: #ffffff;
  color: #333333; }

.today_schedule_title {
  font-size: 20px;
  font-weight: bold; }

.today_schedule_time {
  font-size: 20px;
  letter-spacing: 0.1em; }

.footer {
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  padding: 45px 15px 30px;
  position: relative;
  z-index: 50; }

.footer a:link,
.footer a:visited {
  color: #ffffff; }

.footer .navi_parts_detail_wrap a:link,
.footer .navi_parts_detail_wrap a:visited {
  color: #333333; }

.shop_tel_number,
.shop_contact_link {
  margin: 0 5px;
  display: inline-block; }

.shop_tel_number a.button {
  background-color: transparent;
  border: #ffffff solid 1px;
  margin-top: 0;
  padding: 4px 8px; }

.shop_contact_link {
  padding: 4px 8px;
  border: #ffffff solid 1px;
  line-height: 1; }

.footer_list_wrap {
  padding-top: 10px; }

.page_top_wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  text-align: right;
  display: block;
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  z-index: 1500; }

.page_top_link {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.9);
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.page_top_link:hover {
  background-color: #fff; }

.pagetop_active {
  opacity: 1; }

@media only screen and (max-width: 480px) {
  .footer_list_wrap {
    font-size: 12px; }
  .page_top_wrap {
    right: 13.33333333px;
    bottom: 13.33333333px; }
  .page_top_link {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.95);
    background-size: 20px auto; } }

#navi_parts {
  width: 1000px;
  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;
  color: #333333;
  padding-bottom: 30px; }

.navi_parts_detail_wrap_only {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0; }

.social_widget {
  overflow: hidden;
  text-align: left; }

@media only screen and (max-width: 1050px) {
  #navi_parts {
    width: auto;
    margin: 0; } }

@media only screen and (max-width: 768px) {
  .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; } }

.footer_social_wrap {
  padding: 15px 0; }

.line-it-button {
  margin-bottom: 10px; }

.introduction {
  margin-top: 20px; }

/* ----- ソーシャルアイコン ----- */
@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; }

#custom_staff {
  padding-top: 40px; }

#custom_staff:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

/* color setting */
/* background-image */
.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); } }

.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; }

.p-minne-gallery {
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 20px 0; }

@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: 40px 0; } }

.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;
  text-align: left; }

@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: #c6c6c6 solid 1px;
  padding: 13.33333333px 16px 16px;
  margin-bottom: 20px; }

.web-font {
  font-family: YuMincho, 'Yu Mincho', 'MS PMincho', serif; }

.shop_sitename {
  font-size: 70%; }

.contents_free span {
  font-family: YuMincho, 'Yu Mincho', 'MS PMincho', serif !important; }

.l-section {
  margin: 0 0 60px;
  text-align: left; }

@media only screen and (min-width: 768px) {
  .l-section {
    margin-bottom: 80px; } }

.c-heading {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .c-heading {
    text-align: left; } }

.c-heading2 {
  margin: 0 0 20px;
  border-left: 5px solid #1794ac;
  padding-left: 10px;
  font-weight: bold;
  color: #1794ac;
  font-size: 20px;
  line-height: 1.5;
  text-align: left; }

.c-heading3 {
  margin: 0 0 30px;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  border-left: 10px solid #1794ac;
  background: rgba(161, 212, 226, 0.2); }

@media only screen and (min-width: 768px) {
  .c-heading3 {
    font-size: 24px; } }

.c-numberlist {
  list-style: none;
  margin: 40px 0; }
  .c-numberlist__list {
    position: relative;
    margin: 0 0 30px; }
  .c-numberlist__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.666; }
    .c-numberlist__head .number {
      display: block;
      background-color: #1794ac;
      color: #FFF;
      text-align: center;
      border-radius: 100%;
      min-width: 30px;
      width: 30px;
      height: 30px;
      font-size: 16px;
      line-height: 30px;
      margin-right: 10px; }
  .c-numberlist__contents {
    padding-left: 40px;
    margin: 15px 0 0; }

.c-disclist {
  list-style: disc;
  padding-left: 1em; }

.c-figure {
  max-width: 80%;
  margin: 20px 0; }
  .c-figure img {
    border: 1px solid #1794ac; }
  .c-figure figcaption {
    margin: 5px 0 0;
    font-weight: bold;
    text-align: center; }

.c-lead {
  margin: 40px 0;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  background: rgba(161, 212, 226, 0.2); }

@media only screen and (min-width: 768px) {
  .c-lead {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 10px 20px;
    font-size: 24px;
    line-height: 1.5; } }

.c-button {
  display: inline-block;
  min-width: 250px;
  padding: 7px 10px;
  border: 2px solid #1794ac;
  color: #1794ac;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-decoration: none !important; }
  .c-button:hover {
    color: #FFF !important;
    background-color: #1794ac !important; }

.p-imageUnit {
  margin-bottom: 20px;
  text-align: left; }
  .p-imageUnit__main {
    margin-bottom: 20px; }
    .p-imageUnit__main > *:first-child {
      margin-top: 0 !important; }
    .p-imageUnit__main > *:last-child {
      margin-bottom: 0 !important; }
  .p-imageUnit__photo img {
    width: 100%;
    height: auto; }

@media only screen and (min-width: 768px) {
  .p-imageUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    .p-imageUnit__main {
      width: 55%;
      margin-right: 5%;
      margin-bottom: 0; }
    .p-imageUnit__photo {
      width: 40%; } }

.c-box {
  background: rgba(186, 184, 189, 0.2);
  margin: 20px 0;
  padding: 30px 20px;
  border-radius: 10px; }
  .c-box > *:first-child {
    margin-top: 0 !important; }
  .c-box > *:last-child {
    margin-bottom: 0 !important; }
  .c-box__heading {
    margin: 0 0 15px;
    font-weight: bold;
    font-size: 18px;
    text-align: center; }
  .c-box__product {
    font-weight: bold;
    font-size: 20px; }

.c-item__title {
  margin: 0 0 10px;
  font-weight: bold;
  color: #1794ac;
  font-size: 20px; }

.c-notes li {
  font-size: 14px;
  line-height: 1.5; }

.c-list li {
  position: relative;
  padding-left: 15px; }
  .c-list li:before {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #a1d4e2;
    font-size: 12px; }

.c-attention {
  font-weight: bold;
  color: #CE0000;
  border: 2px solid #CE0000;
  background: rgba(255, 204, 204, 0.2);
  margin: 40px 0;
  padding: 15px;
  border-radius: 10px; }
  .c-attention > *:first-child {
    margin-top: 0 !important; }
  .c-attention > *:last-child {
    margin-bottom: 0 !important; }

@media only screen and (min-width: 768px) {
  .c-attention {
    padding: 30px 20px; } }

.c-attentionText {
  font-weight: bold;
  color: #CE0000; }

.c-table {
  margin-bottom: 40px; }
  .c-table__title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px; }
  .c-table__scrollUnit {
    overflow-y: auto; }
  .c-table__scrollUnitInner {
    min-width: 600px;
    padding-bottom: 10px; }
  .c-table__body {
    width: 100%;
    background-color: #fff; }
    .c-table__body tr th, .c-table__body tr td {
      padding: 10px;
      border: 1px solid #CCC; }
      .c-table__body tr th .notes, .c-table__body tr td .notes {
        display: inline-block;
        margin-left: 20px;
        color: #666;
        font-size: 80%; }
    .c-table__body tr td {
      vertical-align: middle; }
    .c-table__body thead tr th {
      background: rgba(204, 204, 204, 0.4);
      padding: 5px 10px;
      font-weight: bold;
      text-align: center; }
    .c-table__body tbody tr th {
      font-weight: bold; }
    .c-table__body tbody tr td {
      text-align: center; }

@media only screen and (min-width: 768px) {
  .c-table {
    margin-bottom: 60px; } }

@media only screen and (max-width: 768px) {
  .c-table__body.sp-block thead, .c-table__body.sp-block tfoot {
    display: none; }
  .c-table__body.sp-block tbody {
    display: block; }
    .c-table__body.sp-block tbody tr {
      display: block; }
      .c-table__body.sp-block tbody tr th, .c-table__body.sp-block tbody tr td {
        display: block;
        width: auto !important;
        margin-top: -1px; } }

.p-toplead {
  margin-bottom: 0; }
  .p-toplead__lead, .p-toplead__text {
    margin-bottom: 1.5em;
    font-size: 16px;
    line-height: 2;
    text-align: center; }
    .p-toplead__lead span, .p-toplead__text span {
      display: inline-block;
      font-weight: bold; }
  .p-toplead__lead {
    margin-bottom: 2em; }

@media only screen and (min-width: 768px) {
  .p-toplead {
    margin: 40px 0 60px; }
    .p-toplead__lead, .p-toplead__text {
      font-size: 20px;
      line-height: 2; } }

.p-mainvisual {
  margin-bottom: 60px; }
  .p-mainvisual__lead {
    font-size: 16px;
    line-height: 2; }
  .p-mainvisual__photo {
    margin: 0 0 20px;
    text-align: center; }
    .p-mainvisual__photo img {
      max-width: 100%;
      height: auto; }

@media only screen and (min-width: 768px) {
  .p-mainvisual {
    margin-bottom: 100px; }
    .p-mainvisual__lead {
      font-size: 20px;
      line-height: 3;
      text-align: center; }
    .p-mainvisual__photo {
      margin-top: 40px; } }

.p-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 25px 0 40px; }
  .p-anchor__item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 150px;
    border: 2px solid #1794ac;
    margin: 15px 10px 0;
    padding: 10px 20px 20px;
    border-radius: 6px;
    color: #666 !important;
    font-weight: bold !important;
    text-decoration: none !important;
    text-align: center; }
    .p-anchor__item:after {
      position: absolute;
      left: 50%;
      bottom: 5px;
      display: block;
      content: '▼';
      font-size: 10px;
      line-height: 1;
      margin-top: 3px; }
    .p-anchor__item:hover {
      background-color: #1794ac !important;
      color: #FFF !important; }

@media only screen and (max-width: 768px) {
  .p-anchor {
    margin-top: 15px;
    margin-left: -5px;
    margin-right: -5px; }
    .p-anchor__item {
      max-width: none;
      width: calc((100% - 20px)/2);
      margin: 10px 5px 0; } }

@media only screen and (min-width: 768px) {
  .p-anchor {
    margin-bottom: 60px; } }

.c-date {
  font-weight: bold;
  font-size: 130%;
  text-align: center; }

@media only screen and (min-width: 768px) {
  .c-date {
    font-weight: bold;
    text-align: left; } }

.u-pconly {
  display: none !important; }

@media only screen and (min-width: 768px) {
  .u-pconly {
    display: block !important; } }

.u-sponly {
  display: block !important; }

@media only screen and (min-width: 768px) {
  .u-sponly {
    display: none !important; } }
