

@charset "utf-8";

/* Hello: ver.202309250000 */

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/*------------------------------------------------------------------------------
 reset
------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
ul, ol, li,
dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
}

a img {
  border: none;
}

/*------------------------------------------------------------------------------
base font
------------------------------------------------------------------------------*/
body {
  font-size: 14px;
  line-height: 1.6;
  font-family: "cutive", "ヒラギノ丸ゴ pro", "hiragino maru gothic pro", "メイリオ", meiryo, sans-serif;
  color: #6d655b;
  margin: 0;
  padding: 0;
  background: #f0e6c5;
}


#header,
#sub_column {
  color: #bfa13d;
}

/*------------------------------------------------------------------------------
 link
------------------------------------------------------------------------------*/
/* base */
a:link, a:visited {
  text-decoration: underline;
  color: #6d655b;
}
a:hover, a:active {
  color: #6d655b;
}

/* header, sub_column, shop_tel */
#header a:link,
#header a:visited,
#sub_column a:link,
#sub_column a:visited,
#header .shop_tel a:visited,
#header .shop_tel a:link {
  text-decoration: none;
  color: #bfa13d;
}

#header a:hover,
#header a:active,
#sub_column a:hover,
#sub_column a:active {
  color: #ffffff;
}

#header .shop_tel a:hover,
#header .shop_tel a:active {
  color: #bfa13d;
}

/* navi */
#sub_column #navi li a:link, #sub_column #navi li a:visited {
  text-decoration: none;
  color: #cdb565;
}
#sub_column #navi li a:hover, #sub_column #navi li a:active {
  text-decoration: none;
  color: #ffffff;
}
#sub_column #navi li.active a {
  color: #ffffff;
}

/* footer */
#footer a:link, #footer a:visited,
#content_footer a:link,
#content_footer a:visited {
  text-decoration: none;
  color: #bfa13d;
}
#footer a:hover, #footer a:active,
#content_footer a:hover,
#content_footer a:active {
  text-decoration: underline;
  color: #ffffff;
}

/*------------------------------------------------------------------------------
 パーツ表示切替
------------------------------------------------------------------------------*/
.site_description {
}
.shop_name {
  display: none;
}

.shop_tel {
}


.shop_tel a {
  cursor: text;
}
.shop_rss {
  display: none;
}
.today_area {
  display: none;
}
.qr_area {
  display: none;
}
.counter_area {
  display: none;
}
.copyright {
}
.powered {
  display: none;
}


/*------------------------------------------------------------------------------
 body / container
------------------------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  background: #f0e6c5;
}

#container {
  display: inline;
}

/*------------------------------------------------------------------------------
 header
------------------------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
#header > .inner {
  padding: 40px 15px;
}
#header h1 {
  margin: 0 150px 0 0;
  padding: 0;
  font-size: 36px;
  line-height: 1.2;
}
#header h1 a {
  text-decoration: none !important;
  font-weight: normal;
  color: #bfa13d !important;
}
#header h1 a img {
  max-width: 90%;
}
#header .site_description {
  margin: .5em 0 0;
}
#header #shop_info {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#header #shop_info div {
  float: left;
  margin-right: 5px;
}

/*------------------------------------------------------------------------------
 contents
------------------------------------------------------------------------------*/
#contents {
  position: relative;
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  background: transparent;
}

/*------------------------------------------------------------------------------
 main_column
------------------------------------------------------------------------------*/
#main_column {
  float: right;
  width: 100%;
  background: transparent;
}
#main_column > .inner {
  position: relative;
  min-height: 500px;
  margin: 0 0 0 200px;
  padding: 20px;
  background: white;
  box-shadow: 0 3px 10px 0px rgba(232, 216, 165, 0.4);
  border-radius: 3px;
}
@media screen and (max-width: 1326px) {
  #main_column > .inner {
    border-radius: 3px 0 0 3px;
  }
}
#main_column h2 {
  display: none;
}
#main_column .top_content {
  display: none;
}

/*------------------------------------------------------------------------------
 sub_column
------------------------------------------------------------------------------*/
#sub_column {
  position: relative;
  z-index: 2;
  float: left;
  width: 200px;
  margin-right: -200px;
  background: transparent;
}
#sub_column > .inner {
  padding: 0;
}
#sub_column .section {
  margin: 30px 0 0;
}
#sub_column .section#navi {
  margin: 0;
}
#sub_column .section#schedule {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  line-height: 1.3;
}
#sub_column .section#schedule dt.today_title {
  padding-bottom: 8px;
  border-bottom: 1px solid #e5d7a8;
  font-size: 15px;
}
#sub_column .section#schedule dt.today_title span {
  font-size: 12px;
}
#sub_column .section#schedule dd {
  padding: 8px 0;
  border-bottom: 1px solid #e5d7a8;
  font-size: 14px;
}
#sub_column .section#social {
  margin-left: 10px;
  margin-right: 10px;
}
#sub_column .section#social .navi_parts_detail {
  margin: 10px 0 0;
}
#sub_column .section#social #navi_parts img {
  max-width: 100%;
}
#sub_column .section#social .social_widget {
  margin: 10px 0 0;
}
#sub_column .section#social .social_widget div {
  height: 20px;
  padding: 0 !important;
}
#sub_column .section#social .social_widget div iframe {
  width: 200px !important;
}
#sub_column .section.qr_area img {
  display: block;
  width: 90px;
  margin: 0 0 0 25%;
}
.gadgets {
  padding: 0 10px;
  margin: 0 0 10px;
}
.gadgets .navi_parts_detail {
  margin: 10px 0 0;
}
.gadgets img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.gadgets .goog-te-gadget img {
  display: inline;
}

.gadgets .goog-te-gadget a:hover span,
.gadgets .goog-te-gadget a:active span {
  color: #cdb565;
}

/*------------------------------------------------------------------------------
 Google翻訳ウィジェット
------------------------------------------------------------------------------*/
#google_translate_element .goog-te-gadget a {
  pointer-events: none;
}

/*------------------------------------------------------------------------------
 footer
------------------------------------------------------------------------------*/
#footer {
  display: none;
}

#footer,
#content_footer {
  clear: both;
  margin: 10px 0 0 200px;
  padding: 10px 0 44px;
}
#footer > .inner,
#content_footer > .inner {
  margin: 0;
  padding: 0 5px 0 0;
  background: transparent;
  color: #bfa13d;
}
#footer .section.right,
#content_footer .section.right {
  float: right;
  text-align: right;
}
#footer .section.right div,
#content_footer .section.right div {
  margin: 0 0 1em;
  font-size: 13px;
  line-height: 1.2;
}
.social {
  float: left;
  width: 50%;
}
.social_widget {
  display: inline-block;
  height: 20px;
  margin: 10px 0 0 10px;
  vertical-align: middle;
}
.social_widget#widget_facebook_like {
  width: 180px;
  overflow: hidden;
}
.social_widget#widget_facebook_follow.social_widget_facebook_likebox {
  width: 340px;
  height: 72px;
  overflow: hidden;
  margin-left: 0;
}

.social_widget#widget_facebook_follow.social_widget_facebook_likebox > div {
  width: 340px;
}

/*------------------------------------------------------------------------------
 WYSIWYGフィールド表示制御
------------------------------------------------------------------------------*/
.textfield {
  zoom: 1;
}
.textfield:after {
  content: '';
  display: block;
  clear: both;
}
.textfield img {
  max-width: 100% !important;
  height: auto !important;
}
.textfield p {
  margin: .5em 0 0 !important;
}
.textfield iframe {
  max-width: 100% !important;
}

.textfield ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.textfield ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

/*------------------------------------------------------------------------------
 navi
------------------------------------------------------------------------------*/
#navi > .inner {
  position: relative;
}
#navi ul li {
  position: relative;
  margin: 0;
}
#navi ul li:first-child a {
  border: none;
}
#navi ul li.active {
  background: url(/img/theme_hello/menu_arrow.png) no-repeat right 10px;
}
#navi ul li a {
  display: block;
  margin: 0 10px;
  padding: 10px 0;
  border-top: 1px solid #3f3f3f;
  border-top-color: #e5d7a8;
  text-decoration: none;
  line-height: 1.3;
}
#navi ul .sub_navi li {
  margin: 0 8px 8px 5px;
}
#navi ul .sub_navi li a {
  margin: 0 0 0 5px;
  padding: 7px 5px;
  background: #dbc374;
  background: rgba(219, 195, 116, 0.2);
  border: none;
  border-radius: 3px;
  line-height: 1.3;
}
#navi ul .sub_navi li a:hover {
  background: #dbc374;
}

/*------------------------------------------------------------------------------
 スマホ用navi
------------------------------------------------------------------------------*/
.sm_header {
  display: none;
  width: 100%;
  height: 44px;
  background: #e8d8a5;
  z-index: 100;
}
.sm_header #build-menu-button {
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 28px;
  line-height: 54px;
  color: #ffffff;
}

.sm_totop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  width: 44px;
  height: 44px;
}
.sm_totop .sm_totop_button {
  visibility: hidden;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 0 auto;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 28px;
  line-height: 44px;
  color: #ffffff;
}
.sm_totop .sm_totop_button:hover {
  cursor: pointer;
}

#build-menu-page {
  position: relative;
  left: 0;
  background: #f0e6c5;
}

#build-menu {
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
  display: none;
  visibility: visible;
  width: 280px;
  height: 100%;
  padding: 0;
  background: #e8d8a5;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  overflow-y: auto;
}

.build-menu-animating #build-menu-page {
  position: fixed;
  overflow: hidden;
  width: 100%;
  top: 0;
  bottom: 0;
}

.build-menu-animating .ua-android-u440 {
overflow-x: hidden;
}

.build-menu-animating .ua-android-u440 #build-menu-page {
position: absolute !important;
}

.build-menu-animating.build-menu-close #build-menu-page,
.build-menu-animating.build-menu-open #build-menu-page {
  -webkit-transition: -webkit-transform 250ms;
  transition: transform 250ms;
}

.build-menu-animating.build-menu-open #build-menu-page {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.build-menu-animating #build-menu {
  display: block;
}

.build-menu-open #build-menu {
  display: block;
  -webkit-transition-delay: 0ms, 0ms, 0ms;
  transition-delay: 0ms, 0ms, 0ms;
}

.build-menu-open #build-menu,
.build-menu-close #build-menu {
  -webkit-transition: -webkit-transform 250ms, opacity 250ms, visibility 0ms 250ms;
  transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
}

#sm_navi li,
#build-menu li {
  margin: 0 5px;
}
#sm_navi li a,
#build-menu li a {
  display: block;
  padding: 8px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
}

#build-menu-overlay {
  background: transparent !important;
}

/*------------------------------------------------------------------------------
 pager
------------------------------------------------------------------------------*/
.pager {
  position: relative;
  margin: 40px 0 20px;
  padding: 0;
  font-family: "Cutive", sans-serif;
}
.pager .inner div {
  position: relative;
  text-align: center;
}
.pager .inner div a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 3px 2px;
  padding: 0;
  border: 1px solid #dbc374;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  line-height: 42px;
  color: #dbc374;
}
.pager .inner div a.next, .pager .inner div a.prev {
  border: none;
}
.pager .inner div a.chk {
  cursor: default;
  background: #dbc374;
  color: #ffffff;
}

/*------------------------------------------------------------------------------
 tooltip
------------------------------------------------------------------------------*/
.hotspot {
  cursor: pointer;
}

#tt {
  position: absolute;
  display: block;
  background: url(/img/tooltip/tt_left.gif) top left no-repeat;
}
#tt #tttop {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_top.gif) top right no-repeat;
  overflow: hidden;
}
#tt #ttcont {
  display: block;
  margin-left: 5px;
  padding: 2px 12px 3px 7px;
  background: #ccc;
  color: #333333;
  font-size: 10px;
  line-height: 16px;
}
#tt #ttcont div.schedule_title {
  font-size: 13px;
}
#tt #ttcont div.schedule_body {
  font-size: 11px;
}
#tt #ttbot {
  display: block;
  height: 5px;
  margin-left: 5px;
  background: url(/img/tooltip/tt_bottom.gif) top right no-repeat;
  overflow: hidden;
}

/*------------------------------------------------------------------------------
 ページ：トップ
------------------------------------------------------------------------------*/
body#top #main_column {
  position: relative;
}
body#top #main_column > .inner {
  padding: 0;
  border-radius: 4px 4px 3px 3px;
}
body#top #main_column .rslides {
  position: relative;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}
.rslides:not(.callbacks) {
  display: none;
}
body#top #main_column .rslides li {
  width: 100%;
}
body#top #main_column .rslides li img {
  display: block;
  width: 100%;
}
body#top #main_column .rslides .caption {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #dbc374;
  background: rgba(219, 195, 116, 0.2);
  color: #ffffff;
}
body#top #main_column .rslides .caption .caption_txt {
  display: block;
  line-height: 27px;
  padding: 0 20px;
}
body#top #main_column #wrap_top_content {
  padding: 20px;
}
body#top #main_column #wrap_top_content .welcome_message {
  float: left;
  width: 47%;
}
body#top #main_column #wrap_top_content .welcome_message h3 {
  margin: 20px 0;
}
body#top #main_column #wrap_top_content .information {
  float: right;
  width: 50%;
  padding: 20px;
  background: #dbc374;
  border-radius: 3px;
  color: #ffffff;
}
body#top #main_column #wrap_top_content .information h3 {
  margin: 0 0 16px;
}
body#top #main_column #wrap_top_content .information li {
  margin: 1.5em 0 0;
  line-height: 1.6;
}
body#top #main_column #wrap_top_content .information li a:link, body#top #main_column #wrap_top_content .information li a:visited {
  text-decoration: none;
  color: #ffffff;
}
body#top #main_column #wrap_top_content .information li a:link span, body#top #main_column #wrap_top_content .information li a:visited span {
  display: block;
  float: left;
}
body#top #main_column #wrap_top_content .information li a:link span.date, body#top #main_column #wrap_top_content .information li a:visited span.date {
  width: 90px;
  margin-right: -90px;
}
body#top #main_column #wrap_top_content .information li a:link span.title, body#top #main_column #wrap_top_content .information li a:visited span.title {
  width: 100%;
}
body#top #main_column #wrap_top_content .information li a:link span.title .inner, body#top #main_column #wrap_top_content .information li a:visited span.title .inner {
  margin-left: 90px;
}
body#top #main_column #wrap_top_content .information li a:hover, body#top #main_column #wrap_top_content .information li a:active {
  text-decoration: underline;
}
body#top #main_column #wrap_top_content h3 {
  font-weight: normal;
  font-size: 30px;
}
body#top #sub_column #navi ul li.active {
  background: none;
}

@media screen and (max-width: 1326px) {
  body#top #main_column > .inner {
    border-radius: 4px 0 0 3px;
  }
  body#top #main_column .rslides {
    border-radius: 3px 0 0 0;
  }
}
/*------------------------------------------------------------------------------
 ページ：インフォメーション
------------------------------------------------------------------------------*/
body#info #main_column .article {
  margin: 0 0 40px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #dbc374;
}
body#info #main_column .article .wrap_title {
  border-left: 5px solid #dbc374;
  padding-left: 10px;
}
body#info #main_column .article .date {
  margin: 0 0 .2em;
  font-size: 16px;
}
body#info #main_column .article h3 {
  margin: 0 0 14px;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
}
body#info #main_column .article h3 a {
  text-decoration: none;
}
body#info #main_column .article .photo {
  position: relative;
  max-width: 100%;
  margin: 0 0 10px 0;
}
body#info #main_column .article .photo a {
  display: block;
  width: 100%;
}
body#info #main_column .article .photo a:focus {
  outline: none;
}
body#info #main_column .article .photo img {
  display: block;
  max-width: 100%;
  border-radius: 2px;
}
body#info #main_column .article .body {
  font-size: 13px;
  line-height: 1.6;
}
body#info #main_column .article .body p {
  margin: 0 0 1em;
}
body#info #sub_column .sub_navi dt {
  margin: 0 12px 10px;
  padding: 0;
  line-height: 1;
  font-size: 15px;
}
body#info #sub_column .sub_navi dd {
  padding: 0 0 6px 12px;
}
body#info #sub_column .sub_navi dd a {
  float: left;
  width: 36px;
  height: 36px;
  margin: 0 8px 8px 0;
  background: #dbc374;
  background: rgba(219, 195, 116, 0.2);
  border: none;
  border-radius: 3px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
}
body#info #sub_column .sub_navi dd a:hover {
  background: #dbc374;
}

/*------------------------------------------------------------------------------
 ページ：カレンダー
------------------------------------------------------------------------------*/
body#calendar #main_column .wrap_calendar {
  margin: 0;
}
body#calendar #main_column .navi {
  font-size: 20px;
  text-align: center;
  margin: 0 0 20px;
}
body#calendar #main_column .navi a {
  font-size: 16px;
}
body#calendar #main_column .table_calendar th {
  padding: 3px 0;
  font-size: 16px;
  color: #dbc374;
}
body#calendar #main_column .table_calendar th.sun {
  color: #ff8484;
}
body#calendar #main_column .table_calendar td {
  position: relative;
  height: 100px;
  background: #ececec;
  background: #f4edd5;
  border: 1px solid #e6d59c;
}
body#calendar #main_column .table_calendar td p.day {
  height: 100px;
  margin: 0;
  padding: 6px;
  background: #ffffff;
  text-align: right;
  font-family: "Cutive", sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 146px;
  color: #dbc374;
}
body#calendar #main_column .table_calendar td.sun p.day,
body#calendar #main_column .table_calendar td.holiday p.day {
  background: #ffdddd;
  color: #ff8484;
}
body#calendar #main_column .table_calendar td a {
  position: absolute;
  left: 10px;
  top: 10px;
}
body#calendar #main_column .schedule dl.article {
  margin: 26px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid #e6d59c;
}
body#calendar #main_column .schedule dl.article:last-of-type {
  padding-bottom: 26px;
  border-bottom: 1px solid #e6d59c;
}
body#calendar #main_column .schedule dl.article dt.date {
  margin: 0 0 15px;
  padding: 0 0 10px;
  line-height: 1;
  color: #6d655b;
}
body#calendar #main_column .schedule dl.article dd {
  margin: 1em 0 0;
}
body#calendar #main_column .schedule dl.article dd .category {
  float: left;
  margin-right: 10px;
  padding: 3px 6px;
  background: #dbc374;
  border-radius: 2px;
  color: #ffffff;
}
body#calendar #main_column .details .category {
  float: left;
  padding: 3px 6px;
  background: #dbc374;
  border-radius: 2px;
  color: #ffffff;
}
body#calendar #main_column .details .date {
  font-size: 18px;
}
body#calendar #main_column .details h3 {
  margin: .5em 0;
  font-size: 20px;
}
body#calendar #main_column .details .body img {
  display: block;
  max-width: 100%;
  border-radius: 2px;
}

/*------------------------------------------------------------------------------
 ページ：メニュー
------------------------------------------------------------------------------*/
body#menu #main_column .category {
  margin: 0 0 20px;
  padding: 10px 10px 8px;
  background: #dbc374;
  border-radius: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #ffffff;
}
body#menu #main_column .article {
  position: relative;
  margin: 0 0 20px;
  border-left: 5px solid #e6d59c;
}
body#menu #main_column .article .details {
  padding: 20px;
}
body#menu #main_column .article .details .title {
  position: relative;
  font-size: 20px;
  line-height: 1.2;
}
body#menu #main_column .article .details .title .recommend_badge {
  position: absolute;
  left: -15px;
  top: -20px;
}
body#menu #main_column .article .details .title a {
  position: relative;
  z-index: 2;
  text-decoration: none;
}
body#menu #main_column .article .details .title a:hover, body#menu #main_column .article .details .title a:active {
  text-decoration: underline;
}
body#menu #main_column .article .details .price {
  position: relative;
  z-index: 2;
  font-size: 18px;
}
body#menu #main_column .article .image {
  float: right;
  width: 56%;
  margin-left: 20px;
}
body#menu #main_column .article .image img {
  display: block;
  max-width: 100%;
  border-radius: 2px;
  margin-left: auto;
  margin-right: 0;
}

/*------------------------------------------------------------------------------
 ページ：フォトアルバム
------------------------------------------------------------------------------*/
body#photo #main_column > .inner {
  padding: 20px 18px;
}
body#photo #main_column #index .album {
  position: relative;
  margin: 2px 0 0;
}
body#photo #main_column #index .album:first-child {
  margin: 0;
}
body#photo #main_column #index .album .title {
  position: static;
  z-index: 2;
  width: 100%;
  margin: 0 0 2px;
  padding: 0;
  background: #dbc374;
  border: 2px solid #ffffff;
  border-top: none;
  border-bottom: none;
  border-radius: 4px;
}
body#photo #main_column #index .album .title a {
  display: block;
  margin: 0;
  padding: 10px 10px 8px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
}
body#photo #main_column #index .album .title a:hover {
  text-decoration: underline;
}
body#photo #main_column #index .album .thumb {
  float: left;
  width: 20%;
  height: 152px;
  margin: 0;
  padding: 2px;
}
body#photo #main_column #index .album .thumb a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2px;
}
body#photo #main_column #index .album .thumb a:focus {
  outline: none;
}
body#photo #main_column #index .album .thumb a img {
  position: absolute;
  display: block;
}
body#photo #main_column #index .album > h3 + .thumb {
  width: 40%;
  height: 304px;
}
body#photo #main_column #entries .album_title {
  margin: 0 0 20px;
  padding: 10px;
  background: #dbc374;
  border-radius: 3px;
  line-height: 1;
  font-size: 16px;
  color: #ffffff;
}
body#photo #main_column #entries .article {
  margin: 0 0 20px;
}
body#photo #main_column #entries .article .wrap_image {
  position: relative;
}
body#photo #main_column #entries .article .wrap_image .date {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 7px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px 0 0 0;
  font-size: 14px;
  line-height: 1;
}
body#photo #main_column #entries .article .wrap_image .image img {
  display: block;
  max-width: 100%;
  border-radius: 2px;
}
body#photo #main_column #entries .article .title {
  margin: .7em 0 0;
  font-size: 22px;
  line-height: 1.2;
}

/*------------------------------------------------------------------------------
 ページ：クーポン
------------------------------------------------------------------------------*/
body#coupon #main_column .article {
  position: relative;
  margin: 0 0 20px;
  border-left: 5px solid #e6d59c;
}
body#coupon #main_column .article .image {
  float: right;
  width: 56%;
  margin-left: 20px;
}
body#coupon #main_column .article .image img {
  display: block;
  max-width: 100%;
  border-radius: 2px;
  margin-left: auto;
  margin-right: 0;
}
body#coupon #main_column .article .details {
  padding: 20px 20px 0;
}
body#coupon #main_column .article .details h3.title {
  font-size: 20px;
  margin: 0 0 .7em;
}
body#coupon #main_column .article .details .qrcode {
  float: left;
  width: 100px;
  margin: -2px 5px 10px -5px;
}
body#coupon #main_column .article .details .qrcode img {
  display: block;
  width: 100%;
}
body#coupon #main_column .article .details .body {
  margin: 0 0 15px;
}
body#coupon #main_column .article .details .body li {
  margin: 0 0 .3em;
}
body#coupon #main_column .print {
  text-align: right;
}

/*------------------------------------------------------------------------------
 ページ：店舗情報
------------------------------------------------------------------------------*/
body#about #main_column .map {
  margin: 0 0 20px;
  padding: 5px 5px 0 5px;
  background: #ffffff;
  border: 1px solid #e6d59c;
}
body#about #main_column .map iframe {
  height: 500px;
}
body#about #main_column .detail table {
  border: 1px solid #e6d59c;
}
body#about #main_column .detail table tr:first-child th {
  border-top: 1px solid #e6d59c;
}
body#about #main_column .detail table th,
body#about #main_column .detail table td {
  padding: 14px;
  border-top: 1px solid #e6d59c;
  line-height: 1.6;
}
body#about #main_column .detail table th {
  width: 28%;
  background: #e6d59c;
  border-color: #ffffff;
  text-align: right;
}
body#about #main_column .detail table td {
  background: #ffffff;
}

/*------------------------------------------------------------------------------
 ページ：お問い合わせ
------------------------------------------------------------------------------*/
body#contact #main_column .contact_area {
  zoom: 1;
}
body#contact #main_column .contact_area:after {
  content: '';
  display: block;
  clear: both;
}
body#contact #main_column .contact_message {
  background: #fdd795;
  width: 100%;
  margin: 0 auto 20px;
  padding: 20px;
  border: 1px solid #f1cd8e;
  border-radius: 3px;
  color: #816c46;
}
body#contact #main_column form {
  position: relative;
  width: 60%;
  margin: 7% auto;
}
body#contact #main_column form .contact_area {
  margin: 0 0 15px;
}
body#contact #main_column form input[type=text],
body#contact #main_column form input[type=tel],
body#contact #main_column form input[type=email],
body#contact #main_column form textarea {
  width: 100%;
  background: #f4edd5;
  border: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#contact #main_column form input[type=text],
body#contact #main_column form input[type=tel],
body#contact #main_column form input[type=email] {
  padding: 8px;
  font-size: 20px;
}
body#contact #main_column form input[type=text] {
  width: 100%;
}
body#contact #main_column form input[type=text].contact_small {
  width: 60% !important;
}
body#contact #main_column form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  line-height: 1.6;
}
body#contact #main_column form input[type=text]:focus,
body#contact #main_column form input[type=tel]:focus,
body#contact #main_column form input[type=email]:focus,
body#contact #main_column form textarea:focus {
  background: #ffffff;
  border: 1px solid #e6d59c;
  outline: none;
}
body#contact #main_column form label {
  font-size: 18px;
}
body#contact #main_column form label .requier {
  color: #cc0000;
}
body#contact #main_column form .checkbox,
body#contact #main_column form .radio {
  display: block;
}
body#contact #main_column form .checkbox label,
body#contact #main_column form .radio label {
  margin-right: 10px;
}
body#contact #main_column form select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 18px;
  color: #6d655b;
}
body#contact #main_column form select:focus {
  outline: none;
}
@media screen and (max-width: 600px) {
  body#contact #main_column form select {
    padding: 7px 24px 7px 7px;
    background: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
body#contact #main_column form .wrap_select {
  position: relative;
  display: inline;
}
body#contact #main_column form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  color: #6d655b;
}
body#contact #main_column form .button {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 10px;
  background: #f8ad45;
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#contact #main_column form .button:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 3px 1px rgba(102, 102, 102, 0.2);
  border-radius: 5px;
}
body#contact #main_column form .button:hover {
  cursor: pointer;
  background: -webkit-linear-gradient(top, #fdd795 0%, #fdd795 100%);
  background: linear-gradient(to bottom, #fdd795 0%, #fdd795 100%);
  color: #f8ad45;
}
body#contact #main_column form .button:active {
  background: -webkit-linear-gradient(top, #fdd795 0%, #fdd795 100%);
  background: linear-gradient(to bottom, #fdd795 0%, #fdd795 100%);
  color: #f8ad45;
}
body#contact #main_column form select {
  width: 100% !important;
}
body#contact #main_column .personal_info {
  width: 60%;
  margin: 20px auto 7%;
  padding: 20px;
  background: #f0e6c5;
  border-radius: 3px;
  font-size: 12px;
  color: #bfa13d;
}
body#contact #main_column .personal_info p {
  margin-bottom: 0;
}

/*------------------------------------------------------------------------------
 ページ：予約
------------------------------------------------------------------------------*/
body#reservation #main_column .form {
  width: 100%;
  margin: 0 auto;
}
body#reservation #main_column .form .message {
  background: #fdd795;
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px;
  border: 1px solid #f1cd8e;
  border-radius: 3px;
}
body#reservation #main_column .form .reservation_area {
  margin: 0 0 15px;
}
body#reservation #main_column .form form {
  width: 60%;
  margin: 7% auto;
}
body#reservation #main_column .form input[type=text],
body#reservation #main_column .form input[type=tel],
body#reservation #main_column .form input[type=email],
body#reservation #main_column .form textarea {
  width: 100%;
  background: #f4edd5;
  border: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#reservation #main_column .form input[type=text],
body#reservation #main_column .form input[type=tel],
body#reservation #main_column .form input[type=email] {
  padding: 8px;
  font-size: 20px;
}
body#reservation #main_column .form input[type=text] {
  width: 100%;
}
body#reservation #main_column .form input[type=text].contact_small {
  width: 60% !important;
}
body#reservation #main_column .form textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  font-size: 18px;
  line-height: 1.6;
}
body#reservation #main_column .form input[type=text]:focus,
body#reservation #main_column .form input[type=tel]:focus,
body#reservation #main_column .form input[type=email]:focus,
body#reservation #main_column .form textarea:focus {
  background: #ffffff;
  border: 1px solid #e6d59c;
  outline: none;
}
body#reservation #main_column .form label {
  font-size: 18px;
}
body#reservation #main_column .form label .requier {
  color: #cc0000;
}
body#reservation #main_column .form .checkbox,
body#reservation #main_column .form .radio {
  display: block;
}
body#reservation #main_column .form .checkbox label,
body#reservation #main_column .form .radio label {
  margin-right: 10px;
}
body#reservation #main_column .form select {
  padding: 7px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  font-size: 18px;
  color: #6d655b;
}
body#reservation #main_column .form select:focus {
  outline: none;
}
@media screen and (max-width: 600px) {
  body#reservation #main_column .form select {
    padding: 7px 24px 7px 7px;
    background: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
body#reservation #main_column .form .wrap_select {
  position: relative;
  display: inline;
}
body#reservation #main_column .form .select_arrow {
  position: absolute;
  right: 10px;
  bottom: 12px;
  line-height: 0;
  font-size: 12px;
  color: #6d655b;
}
body#reservation #main_column .form .button {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 10px;
  background: #f8ad45;
  border: none;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body#reservation #main_column .form .button:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 3px 1px rgba(102, 102, 102, 0.2);
  border-radius: 5px;
}
body#reservation #main_column .form .button:hover {
  cursor: pointer;
  background: -webkit-linear-gradient(top, #fdd795 0%, #fdd795 100%);
  background: linear-gradient(to bottom, #fdd795 0%, #fdd795 100%);
  color: #f8ad45;
}
body#reservation #main_column .form .button:active {
  background: -webkit-linear-gradient(top, #fdd795 0%, #fdd795 100%);
  background: linear-gradient(to bottom, #fdd795 0%, #fdd795 100%);
  color: #f8ad45;
}
body#reservation #main_column .form .reservation_course_body {
  zoom: 1;
  position: relative;
  margin: 0 0 20px;
  border-left: 5px solid #e6d59c;
  margin: 5px 0 15px;
}
body#reservation #main_column .form .reservation_course_body:after {
  content: '';
  display: block;
  clear: both;
}
body#reservation #main_column .form .reservation_course_body div {
  float: right;
  width: 56%;
}
body#reservation #main_column .form .reservation_course_body div img {
  display: block;
  max-width: 100%;
  border-radius: 2px;
  margin-left: auto;
  margin-right: 0;
}
body#reservation #main_column .form .reservation_course_body p {
  float: left;
  width: 44%;
  margin: 0;
  padding: 10px;
}
body#reservation #main_column .info {
  margin-top: 0;
}
body#reservation #main_column .info .note {
  margin: 0 0 20px;
}
body#reservation #main_column .info .summary {
  margin: 20px 0;
  padding: 20px;
  background: #dbc374;
  border: 1px solid #e6d59c;
  border: none;
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}
body#reservation #main_column .article {
  position: relative;
  margin: 0 0 20px;
  border-left: 5px solid #e6d59c;
}
body#reservation #main_column .article .image {
  float: right;
  width: 56%;
  margin-left: 20px;
}
body#reservation #main_column .article .image img {
  display: block;
  max-width: 100%;
  border-radius: 2px;
  margin-left: auto;
  margin-right: 0;
}
body#reservation #main_column .article .details {
  padding: 20px 20px 0;
}
body#reservation #main_column .article .details h3.title {
  margin: 0 0 .7em;
  line-height: 1;
  font-size: 20px;
}
body#reservation #main_column .article .details .body {
  margin: 0 0 15px;
}

/*------------------------------------------------------------------------------
 plugin
------------------------------------------------------------------------------*/
/* colorbox */
#cboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
  width: 100%;
  height: 100%;
  background: #000;
}

#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  outline: 0;
}

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  position: relative;
  overflow: visible;
  margin-top: 0;
  background: transparent;
}

#cboxLoadedContent {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: auto;
  padding: 0;
  background: transparent;
}

#cboxTitle {
  margin: 0;
  position: absolute;
  top: -22px;
  left: 0;
  color: #333;
}

#cboxCurrent {
  position: absolute;
  top: -28px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  text-indent: 0;
  font-size: 16px;
  line-height: 1;
  font-family: Arial, sans-serif;
  color: #fff;
}

#cboxPrevious,
#cboxNext,
#cboxClose {
  position: absolute;
  overflow: visible;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  border-radius: 2px;
  text-indent: 0;
  transition: all 0.2s;
  cursor: pointer;
  outline: 0;
}

#cboxPrevious {
  top: calc(50% - 18px);
  right: auto;
  left: -40px;
  text-indent: -0.07em;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}

#cboxNext {
  top: calc(50% - 18px);
  right: -40px;
  text-indent: 0.07em;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}

#cboxClose {
  top: -40px;
  right: -40px;
}

@media only screen and (min-width: 769px) {
  #cboxClose {
    right: -36px;
  }

  #cboxPrevious:hover,
  #cboxNext:hover,
  #cboxClose:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}

#cboxPrevious .fa,
#cboxNext .fa {
  color: #fff;
}

#cboxClose .fa {
  font-size: 20px;
  color: #fff;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  overflow: visible;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  text-indent: 0;
  outline: 0;
}

#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

@media only screen and (max-width: 800px) {
  #cboxLoadedContent table {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 800px) {
  #cboxLoadedContent [class^="wysiwyg_template_profile"],
  #cboxLoadedContent [class^="wysiwyg_template_profile"] td,
  #cboxLoadedContent [class^="wysiwyg_template_profile"] img {
    display: block;
    max-width: 100%;
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.photo-modal__image img {
  display: block;
  max-width: 100%;
  max-height: 76vh;
  margin: auto;
}

.photo-modal-body {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 16px;
  background: #fff;
  color: #000;
}

.photo-modal--photo .photo-modal-body {
  display: none;
}

.photo-modal-body__item:empty {
  display: none;
}

.photo-modal-body__item + .photo-modal-body__item {
  margin: 1em 0 0;
}

.photo-modal-body__item--title {
  font-weight: bold;
  font-size: 15px;
}

/*------------------------------------------------------------------------------
 smartphone
------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  .sm_totop {
    display: block;
  }

  .pager {
    height: 40px;
  }
  .pager .inner {
    position: relative;
    left: 0;
  }
  .pager .inner div {
    position: relative;
    left: 0;
  }
  .pager .inner div a {
    display: none;
    line-height: 42px;
  }
  .pager .inner div a.next, .pager .inner div a.prev {
    float: left;
    display: block;
    margin: 0;
    background: #dbc374;
    border: none;
    font-size: 24px;
    color: #ffffff;
  }
  .pager .inner div a.next {
    float: right;
  }
  .pager .inner div a.chk {
    display: block;
    position: absolute;
    left: 50%;
    float: none;
    background: transparent;
    margin: 0 0 0 -20px;
    border: none;
    font-size: 26px;
    color: #dbc374;
  }

  #footer > .inner {
    padding: 0;
  }
  #footer .section#qr_code {
    margin: 0 0 10px;
  }
  #footer .section.right {
    float: none;
    text-align: center;
  }

  .social,
  #content_footer .section.right {
    float: none;
    width: 100%;
    text-align: center;
  }
  #content_footer .section.right {
    margin: 2em 0 0;
  }

  body#top #main_column #wrap_top_content .welcome_message,
  body#top #main_column #wrap_top_content .information {
    float: none;
    width: 100%;
  }

  body#info #main_column .article .photo {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 0 0 10px 0;
  }

  body#photo #main_column #index .album .thumb {
    width: 20%;
    height: 135px;
  }
  body#photo #main_column #index .album > h3 + .thumb {
    width: 40%;
    height: 270px;
  }

  body#contact #main_column .contact_message {
    width: 100%;
    margin: 0 auto 20px;
  }
  body#contact #main_column form {
    width: 100%;
    margin: 0 auto;
  }
  body#contact #main_column .personal_info {
    width: 100%;
    margin-bottom: 0;
  }

  body#reservation #main_column .form {
    width: 100%;
    margin: 0 auto;
  }
  body#reservation #main_column .form form {
    width: 100%;
    margin: 0;
  }
}
/* --------------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  body {
    font-size: 12px;
  }

  .sm_header {
    display: block;
  }

  #header {
    background: #f0e6c5;
  }
  #header > .inner {
    padding: 2em 0 1.5em;
    text-align: center;
  }
  #header h1 {
    margin: 0;
    padding: 0 2%;
    font-size: 24px;
  }
  #header .site_description {
    padding: 0 2%;
  }
  #header #shop_info {
    position: static;
  }
  #header #shop_info div {
    float: none;
    margin: 0;
  }

  #main_column {
    float: none;
  }
  #main_column > .inner {
    margin: 0;
    padding: 10px;
    border-radius: 3px 3px 0 0;
  }
  #main_column #content_footer {
    display: none;
  }

  #sub_column {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #ffffff;
    border-radius: 0 0 3px 3px;
    color: #6d655b;
  }
  #sub_column > .inner {
    padding: 1px 10px 20px;
  }
  #sub_column #navi {
    display: none;
  }
  #sub_column .section#schedule {
    margin: 20px 0;
  }
  #sub_column .section#schedule dt.today_title {
    padding-top: 8px;
    border-top: 1px solid #6d655b;
    border-color: #6d655b;
    text-align: left;
  }
  #sub_column .section#schedule .today_schedule {
    border-color: #6d655b;
  }
  #sub_column .section#social {
    margin: 0;
  }
  #sub_column .section#social .social_widget {
    margin: 10px 0 0;
  }
  #sub_column .section.qr_area {
    display: none;
  }
  #sub_column a:link, #sub_column a:visited {
    color: #6d655b;
  }
  #sub_column a:hover, #sub_column a:active {
    color: #6d655b;
  }

  #footer {
    display: block;
    position: static;
    margin: 20px 0 0;
    padding: 0 0 50px;
  }
  #footer > .inner {
    padding: 0;
  }
  #footer .section.right {
    margin: 10px 0 0;
  }
  #footer .section.right div {
    font-size: 11px;
  }

  body#top #main_column > .inner {
    border-radius: 4px 4px 0 0;
  }
  body#top #main_column .rslides {
    border-radius: 3px 3px 0 0;
  }
  body#top #main_column #wrap_top_content {
    padding: 10px !important;
  }
  body#top #main_column #wrap_top_content .welcome_message {
    margin-bottom: 20px;
  }
  body#top #main_column #wrap_top_content .welcome_message h3 {
    margin: 10px 0;
    font-size: 26px;
  }
  body#top #main_column #wrap_top_content .information {
    padding: 10px;
  }
  body#top #main_column #wrap_top_content .information h3 {
    margin: 0 0 10px;
    font-size: 26px;
  }

  body#info #main_column .article {
    margin: 0 0 20px;
    padding: 0 0 10px;
  }

  body#photo #main_column .inner {
    padding: 10px 6px;
  }
  body#photo #main_column #index .album {
    position: relative;
  }

  body#menu #main_column .article .details {
    padding: 10px;
  }
  body#menu #main_column .article .details .title .recommend_badge {
    left: -8px;
    top: -18px;
  }
  body#menu #main_column .article .details .title .recommend_badge img {
    width: 68%;
  }
  body#menu #main_column .article .image {
    float: none;
    width: 100%;
    margin: 0;
    padding-left: 10px;
  }

  body#calendar #main_column .navi {
    font-size: 16px;
    text-align: center;
    margin: 0 0 6px;
  }
  body#calendar #main_column .navi a {
    font-size: 14px;
  }
  body#calendar #main_column .table_calendar th {
    padding: 3px 0;
    font-size: 10px;
  }
  body#calendar #main_column .table_calendar td {
    height: 70px;
  }
  body#calendar #main_column .table_calendar td p.day {
    height: 70px;
    padding: 7px;
    font-size: 15px;
    line-height: 100px;
  }
  body#calendar #main_column .table_calendar td a {
    left: 5px;
    top: 8px;
  }

  body#about #main_column .map iframe {
    height: 350px;
  }
  body#about #main_column .detail table th,
  body#about #main_column .detail table td {
    padding: 8px;
  }

  body#coupon #main_column .article .image {
    float: none;
    width: 100%;
    margin: 0;
    padding-left: 10px;
  }
  body#coupon #main_column .article .details {
    padding: 10px 10px 0;
  }
  body#coupon #main_column .article .details h3.title {
    font-size: 20px;
    margin: 0 0 .7em;
  }

  body#reservation #main_column .form .reservation_course_body div {
    float: none;
    width: 100%;
    padding-left: 10px;
  }
  body#reservation #main_column .form .reservation_course_body p {
    float: none;
    width: 100%;
  }
  body#reservation #main_column .info .note {
    margin: 0 0 20px;
  }
  body#reservation #main_column .info .summary {
    margin: 0 0 20px;
    padding: 10px 0;
    border: 1px solid #e6d59c;
    text-align: center;
    font-size: 13px;
  }
  body#reservation #main_column .article .image {
    float: none;
    width: 100%;
    margin: 0 0 5px;
    padding-left: 10px;
  }
  body#reservation #main_column .article .details {
    padding: 10px 10px 0;
  }
  body#reservation #main_column .article .details h3.title {
    margin: 0 0 .7em;
    line-height: 1;
    font-size: 20px;
  }
  body#reservation #main_column .article .details .body {
    margin: 0 0 15px;
  }
}

/*------------------------------------------------------------------------------
 ソーシャルアイコン
------------------------------------------------------------------------------*/
.social_area {
  position: absolute;
  right: 15px;
  top: 40px;
  font-size: 29px;
}

@media screen and (max-width: 600px) {
  .social_area {
    top: -44px;
    line-height: 54px;
    height: 44px;
  }
}

.social_area a {
  margin-left: .3em;
}

#header .social_area a:link,
#header .social_area a:visited {
  color: #cdb565;
}

#header .social_area a:hover,
#header .social_area a:active {
  color: #fff;
}

@font-face {
  font-family: 'icomoon';
  src: url('/css/social-icon-fonts/social-icon.eot?3koa62');
  src: url('/css/social-icon-fonts/social-icon.eot?3koa62#iefix') format('embedded-opentype'),
    url('/css/social-icon-fonts/social-icon.ttf?3koa62') format('truetype'),
    url('/css/social-icon-fonts/social-icon.woff?3koa62') format('woff'),
    url('/css/social-icon-fonts/social-icon.svg?3koa62#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'],
[class*='icon-'] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
  content: '\e900';
}

.icon-facebook:before {
  content: '\e901';
}

.icon-twitter:before {
  content: '\e902';
}
.shop_sitename {
  font-size: 100%;
}
