
/* -----------------------------------------
Smartphone:20170524
----------------------------------------- */

/* --------------------------------------
HTML5 Reset
--------------------------------------- */

/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, cite, code,
del, dfn, em, img, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;  vertical-align: baseline;
  background: transparent;
}

/*行の高さをフォントサイズと同じにしています*/
body {
  width: auto !important;
  line-height: 1;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article, aside, dialog,
figure, footer, header,
hgroup, menu, nav,
section, menu {
  display: block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
nav ul {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote,
q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input,
select {
  vertical-align: middle;
}

em,
blockquote {
  font-style: normal;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/* --------------------------------------
common
--------------------------------------- */

html,
body,
div,
span,
object,
iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-family: Helvetica;
  padding: 0;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  line-height: 1.1em;
  -webkit-text-size-adjust: none;
}

body a {
  color: #333;
  text-decoration: none;
  list-style: none;
}

header {
  text-align: center;
  margin: 0 auto;
  clear: both;
}

header p {
  font-size: 14px;
  margin: 0 30px 20px;
  font-weight: normal;
}

img {
  max-width: 95% !important;
  text-align: center;
  margin: 0 auto;
}

h1 {
  font-size: 20px;
  margin: 20px 0;
}

/* 動画 */
.video-container {
  padding: 0 15px;
}

.video-container embed,
.video-container object,
.video-container iframe {
  height: auto;
  width: 100%;
  margin: 0 auto;
  min-height: 250px;
}

/* トップページの紹介文 */
.site_description {
}

/* トップページの電話番号 */
.shop_tel {
}

/* フッターのコピーライト */
.copyright {
}

/* フッターのpowerd by */
.powered {
}

/* コンテンツ */
#content {
  margin-top: 10px;
}

/* タブ */
#tab {
  background: #666666;
  color: #ffffff;
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0 5px;
  float: right;
  display: block;
  clear: both;
}

#tab h2 {
  padding: 10px 0;
  margin: 0 10px;
  font-size: 15px;
}

/* タブアンダーライン */
.list_line,
.list_line:visited {
  border-bottom: 3px solid #666666;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.line.list_line,
.list_line:visited {
  width: 100%;
}

/* 回り込み解除 */
.clear {
  clear: both;
}

/* ヘッダー */
.pc_back {
  background: -webkit-linear-gradient(top, #ffffff, #ededed);
  background: linear-gradient(to bottom, #ffffff, #ededed);
  color:#000000;
  font: 12px/100% Arial, Helvetica, sans-serif;
  border-radius: 6px;
  float: right;
  padding: 5px 10px;
  margin: 15px 10px;
  display: block;
  position: relative;
  clear: both;
  vertical-align: middle;
}

#header_back {
  background: -webkit-linear-gradient(top, #666666, #333333);
  background: linear-gradient(to bottom, #666666, #333333);
  border: solid 1px #555555;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

#header_back img {
  margin: 5px 10px;
}

/* フッター */
footer {
  background: -webkit-linear-gradient(top, #666666, #333333);
  background: linear-gradient(to bottom, #666666, #333333);
  border: solid 1px #555555;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  clear: both;
  text-align: center;
  color:#ffffff;
}

footer a {
  color:#ffffff;
  text-decoration: underline;
}

/* メイン */
#main_menu {
  line-height: 140%;
  word-wrap: break-word;
  margin-bottom: 20px;
}

#main_menu .navigation {
  width: 100%;
}

#main_menu .navigation li a {
  font-size: 14px;
}

#main_menu .navigation li p {
  text-align: left;
}

#main_menu img {
  text-align: center;
  display: block;
}

/* 文字数制限 */
.display_counts {
  width: 85%;
  height: 1.2em;
  margin-left: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

/* ページ送り */
#page {
  width: 100%;
  clear: both;
  margin: 10px 0 5px;
}

#page ul {
  text-align: center;
  list-style: none;
}

#page ul li {
  display: inline;
  margin: 0 5px;
}

.nextbutton,
.nextbutton:visited {
  background: -webkit-linear-gradient(top, #999999, #666666);
  background: linear-gradient(to bottom, #999999, #666666);
  font: 15px/100% Arial, Helvetica, sans-serif;
  font-weight: bolder;
  border: solid 1px #555555;
  text-shadow: 0 1px 1px #2B2B2B;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.backbutton,
.backbutton:visited {
  background: -webkit-linear-gradient(top, #999999, #666666);
  background: linear-gradient(to bottom, #999999, #666666);
  font: 15px/100% Arial, Helvetica, sans-serif;
  font-weight: bolder;
  border: solid 1px #555555;
  text-shadow: 0 1px 1px #2B2B2B;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  margin-bottom: 10px;
}

/* 日付 */
.day {
  width: 80%;
  margin-left: 5px;
  color: #000;
  font-size: 13px;
  padding: 3px 0;
  display: block;
}

/* メニューリスト ライン */
.list_last:last-child {
  border-bottom: 1px solid #cccccc;
}

.list_last h3 {
  width: 80%;
}

/* メニューアイコン */
.angle {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #999999;
  border-bottom: 5px solid transparent;
  float: right;
  margin: 2px 10px 0 0;
}

.angle_toptxt {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #999999;
  border-bottom: 5px solid transparent;
  float: right;
  margin-right: 10px;
}

/* 詳細ページ テキスト */
.detail_box_ttl {
  margin: 10px 0;
  display: block;
}

.detail_box_ttl section {
  padding: 5px;
  clear: both;
  display: block;
}

.detail_box_ttl p {
  padding: 5px;
  clear: both;
  display: block;
}

.detail_box_bottom {
  display: flex;
}

.detail_box_info {
  width: 60%;
  margin: auto 0;
  padding-left: 20px;
}

.detail_box_qr_code {
  width: 40%;
  margin: -5px 10px 0 0;
}

/* 見出し */
.detail_top,
.detail_top:visited {
  background: -webkit-linear-gradient(top, #999999, #666666);
  background: linear-gradient(to bottom, #999999, #666666);
  border: solid 1px #555555;
  font: 14px/100% Arial, Helvetica, sans-serif;
  text-shadow: 0 1px 1px #2B2B2B;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color:#ffffff;
  display: inline-block;
  padding: 20px 0;
}

.detail_top h3 {
  padding: 0 5px;
  line-height: 140%;
}

.caption.detail_top,
.detail_top:visited {
  display: block;
}

/* メニューバー */
#menubar {
  position: absolute;
  right: 0;
  top: 68px;
  text-align: left;
  z-index: 100;
  overflow: hidden;
  box-shadow: 1px 1px 3px #7d7d7d;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#menubar a.menubar_button {
  display: block;
  width: 8px;
  height: 43px;
  padding: 25px 10px 0 25px;
  float: left;
  position: relative;
  margin-right: -10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: -webkit-linear-gradient(top, #191919, #323232);
  background: linear-gradient(to bottom, #191919, #323232);
}

#menubar a.menubar_button span {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: center;
  right: 0;
  position: absolute;
  height: 25px;
  padding-top: 10px;
  width: 55px;
  color: #ffffff;
  font-weight: bold;
}

.angle_menubar {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #ffffff;
  border-bottom: 5px solid transparent;
  float: right;
  margin-right: 10px;
  position: absolute;
  top: 9px;
  right: 9px;
}

.menubarnav {
  height: 28px;
  margin-left: 43px;
  padding-top: 40px;
  display: none;
  background-color: rgba(0,0,0, 0.8);
}

.jq .menubarnav {
display: block;
}

.menubarnav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 5px;
}

.menubarnav li {
  display: inline;
  float: left;
}

.menubarnav li a {
  color: #ffffff;
  font-size: 11px;
  border-right: 1px solid #666;
  margin-left: 0;
}

.menubarnav li:last-child a {
  border: 0;
}

#menubar a.menubar_shopinfo {
  background: transparent url(/smartphone/img/btn_shopinfo_white.png) no-repeat center top;
  padding: 38px 7px 3px;
  background-size: 48px 48px;
  font-weight: bold;
}

#menubar a.menubar_phone {
  background: transparent url(/smartphone/img/btn_phone_white.png) no-repeat center top;
  padding: 38px 17px 3px;
  background-size: 48px 48px;
  font-weight: bold;
}

#menubar a.menubar_contact {
  background: transparent url(/smartphone/img/btn_contact_white.png) no-repeat center top;
  padding: 38px 14px 3px;
  background-size: 48px 48px;
  font-weight: bold;
}

#menubar a.menubar_twitter {
  background: transparent url(/smartphone/img/btn_twitter_white.png) no-repeat center top;
  padding: 38px 6px 3px 10px;
  background-size: 48px 48px;
  font-weight: bold;
}

/* --------------------------------------
ナビゲーション共通部分
--------------------------------------- */

/* トップ / フォト / メニュー / クーポン */
.top_mainbutton,
.top_mainbutton:visited {
  background: #fff;
  font: 15px/100% Arial, Helvetica, sans-serif;
  border-top: 1px solid #cccccc;
  display: inline-block;
  position: relative;
  padding: 24px 0 40px;
}

.top_mainbutton h3 {
  padding: 0 5px;
  display: block;
  float: left;
}

.list_01.top_mainbutton,
.top_mainbutton:visited {
  display: block;
  word-wrap: break-word;
}

.list_01.top_mainbutton section {
  width: 85%;
}

.list_01 h3 img {
  margin: 0 5px;
}

/* --------------------------------------
トップ
--------------------------------------- */

/* スライドショー */
#slideshow {
  height: 150px;
  width: 250px;
  margin: 0 auto;
}

/* メッセージ */
#message_area {
  margin: 0 10px;
  font-size: 80%;
}

/* ニュース */
#news {
  display: block;
  margin-top: 20px;
  word-wrap: break-word;
  font-size: 14px;
  color: #fff;
  font-weight: bolder;
}

#news h2 {
  font-size: 15px;
  font-weight: bolder;
  color: #ffffff;
}

#news p {
  margin-bottom: 10px;
}

#news a {
  text-decoration: underline;
}

#news .caption.detail_top {
  margin-bottom: 5px;
}

#news .caption.detail_top h2 {
  padding: 0 5px;
  line-height: 140%;
}

/* --------------------------------------
インフォメーション
--------------------------------------- */

.info_mainbutton,
.info_mainbutton:visited {
  background: #fff;
  font: 15px/100% Arial, Helvetica, sans-serif;
  border-top: 1px solid #cccccc;
  display: inline-block;
  padding: 10px 0 35px;
}

.info_mainbutton h3 {
  padding: 0 5px;
  display: block;
  float: left;
}

.list_02.info_mainbutton,
.info_mainbutton:visited {
  display: block;
  word-wrap: break-word;
}

.list_02 img {
  margin: 0 5px;
}

.info_txt {
  width: 85%;
  margin-top: 5px;
  float: left;
  clear: both;
}

/* --------------------------------------
カレンダー
--------------------------------------- */

.calendar_mainbutton,
.calendar_mainbutton:visited {
  background: #fff;
  font: 15px/100% Arial, Helvetica, sans-serif;
  border-top: 1px solid #cccccc;
  display: inline-block;
  padding: 5px 0 40px;
  position: relative;
}

.calendar_mainbutton h3 {
  padding: 0 10px;
  display: block;
}

.calendar_mainbutton h3 img {
  float: left;
  margin-right: 0 5px;
}

.calendar.calendar_mainbutton,
.calendar_mainbutton:visited {
  width: 100%;
  display: block;
  word-wrap: break-word;
}

.calendar.calendar_mainbutton section {
  width: 85%;
  float: left;
}

.calendar img {
  float: left;
  margin: 0 5px;
}

.calendar h3 {
  padding: 0 5px;
  display: block;
}

.calendar_detail {
  background: #   ;
  font: 15px/100% Arial, Helvetica, sans-serif;
  display: block;
  position: relative;
}

.day_calendar {
  width: 80%;
  font-size: 13px;
  padding: 10px 5px 0 0;
  display: block;
}

.day_calendar_detail {
  float: left;
  font-size: 13px;
  padding: 0 5px 5px;
  clear: both;
}

.day_calendar_detail section {
  display: block;
}

.scd_icon {
  margin-top: 5px;
  float: left;
}

.cld_txt {
  width: 85%;
  margin-top: 5px;
  float: left;
  clear: both;
}

.calendar_detail_top,
.calendar_detail_top:visited {
  background: -webkit-linear-gradient(top, #999999, #666666);
  background: linear-gradient(to bottom, #999999, #666666);
  border: solid 1px #555555;
  font: 14px/100% Arial, Helvetica, sans-serif;
  text-shadow: 0 1px 1px #2B2B2B;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  display: inline-block;
  padding: 20px 0;
  margin-top: 10px;
}

.calendar_detail_top h3 {
  padding: 0 5px;
  line-height: 140%;
}

.caption.calendar_detail_top,
.calendar_detail_top:visited {
  display: block;
}

/* カレンダー月送りボタン */
.page_calendar {
  clear: both;
}

.page_calendar ul {
  text-align: center;
  list-style: none;
  clear: both;
}

.page_calendar ul li {
  display: inline;
}

.next_calendar,
.next_calendar:visited {
  background: -webkit-linear-gradient(top, #fff, #ededed);
  background: linear-gradient(to bottom, #fff, #ededed);
  border: solid 1px #666;
  font: 15px/100% Arial, Helvetica, sans-serif;
  border-radius: 6px;
  text-shadow: 0 1px 1px #2b2b2b;
  color: #333;
  margin: 10px 5px 20px;
  float: right;
  padding: 10px 15px;
  display: inline-block;
  position: relative;
}

.back_calendar,
.back_calendar:visited {
  background: -webkit-linear-gradient(top, #fff, #ededed);
  background: linear-gradient(to bottom, #fff, #ededed);
  border: solid 1px #666;
  font: 15px/100% Arial, Helvetica, sans-serif;
  border-radius: 6px;
  text-shadow: 0 1px 1px #2b2b2b;
  color: #333;
  margin: 10px 5px 20px;
  float: left;
  padding: 10px 15px;
  display: inline-block;
  position: relative;
}

.angle_calendar_right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #333;
  border-bottom: 5px solid transparent;
  float: right;
  clear: both;
  margin-left: 10px;
  margin-top: 3px;
}

.angle_calendar_left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #333;
  border-bottom: 5px solid transparent;
  float: left;
  clear: both;
  margin-right: 10px;
  margin-top: 3px;
}

.ctgr_name {
  margin-left: 25px;
  float: left;
  display: block;
  clear: both;
}

.ctgr_icon {
  position: absolute;
  left: 5px;
}

/* --------------------------------------
クーポン
--------------------------------------- */

#coupon.detail_box_ttl {
  margin: 10px 0;
  display: block;
}

#coupon .detail_box_ttl img {
  padding: 5px;
}

/* --------------------------------------
メニュー
--------------------------------------- */

#menu {
}

#menu p {
  padding: 5px;
  clear: both;
  display: block;
}

.caption_mainbutton,
.caption_mainbutton:visited {
  background: #fff;
  font: 15px/100% Arial, Helvetica, sans-serif;
  border-top: 1px solid #cccccc;
  display: inline-block;
  padding: 25px 0;
}

.caption_mainbutton h3 {
  padding: 0 10px;
  display: block;
  float: left;
  clear: both;
}

.caption_mainbutton p {
  padding: 0 10px;
  display: block;
}

.menu_list.caption_mainbutton,
.caption_mainbutton:visited {
  height: 10px;
  display: block;
  word-wrap: break-word;
}

.menu_list.caption_mainbutton section {
  width: 85%;
}

.menu_list.caption_mainbutton img {
  position: absolute;
  float: left;
  left: 3px;
  margin-bottom: 5px;
}

.menu_reco {
  float: left;
  margin-top: 3px;
}

.price {
  font-weight: bolder;
  text-align: right;
  clear: both;
  font-size: 14px;
  display: block;
  margin: 0 5px 10px;
}

/* --------------------------------------
フォトギャラリー
--------------------------------------- */

#detail_box_photo {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  display: block;
  margin: 5px 0 10px;
}

#detail_box_photo p {
  display: block;
  font-size: 14px;
  padding: 5px;
  clear: both;
}

#detail_box_photo section {
  display: block;
}

#detail_box_photo h3 {
  padding: 5px 5px 0;
  display: block;
}

#detail_box_photo img {
  display: block;
  margin-top: 10px;
}

/* --------------------------------------
アバウト
--------------------------------------- */

#about {
  word-break: break-all;
  margin: 10px 0 20px;
}

#about table,
#about td {
  word-break: break-all;
  border: 1px solid #666;
  margin: 0 auto;
  font-size: 14px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 90%;
  text-align: left;
  padding: 10px 5px;
}

#about table td p {
  margin: 5px 0;
  display: block;
}

#about .detail_box_ttl {
  margin: 10px 0 20px;
  display: block;
}

.up {
  border: 1px solid #666;
  background: #ececed;
  text-align: left;
  font-weight: bolder;
  padding: 10px 5px;
}

/* --------------------------------------
お問い合わせ
--------------------------------------- */

.contact_area {
  margin: 0 0 10px;
  border: 0;
  padding: 0;
  display: block;
  clear: both;
  overflow: hidden;
}

.contact_message {
  padding: 5px 0;
  font-size: 14px;
}

.contact_message p {
  padding: 0 5px;
  clear: both;
  display: block;
}

.form_area {
  margin: 5px 10px 10px;
}

.form_area select {
  padding: 5px;
}

.contact_area label {
  margin: 0 0 5px;
  font-size: 14px;
}

.contact_area input {
  margin: 0;
  font-size: 14px;
  border: 1px solid #666;
  padding: 5px;
  vertical-align: middle;
}

.contact_area textarea {
  margin: 0;
  font-size: 14px;
  border: 1px solid #666;
  padding: 5px;
}

.contact_name {
  width: 90%;
}

.contact_email {
  width: 90%;
}

.contact_tel {
  width: 90%;
}

.contact_body {
  width: 90%;
  height: 100px;
}

.contact_small {
  width: 50%;
}

.contact_medium {
  width: 90%;
}

.contact_large {
  width: 90%;
  height: 100px;
}

.checkbox {
  margin: 0;
  display: block;
  clear: both;
  padding: 0 0 5px 5px;
  line-height: 17px;
}

.checkbox input {
  display: inline;
  float: left;
  font-size: 14px;
  margin: 0 5px 0 0;
  padding: 5px;
  width: 13px;
  border-radius: 0;
}

.checkbox label {
  display: block;
  width: 90%;
  float: left;
  margin: 0 0 15px;
  font-size: 14px;
}

.radio {
  margin: 0;
  display: block;
  clear: both;
  padding: 0 0 15px 5px;
  line-height: 17px;
}

.radio input {
  display: inline;
  float: left;
  font-size: 14px;
  margin: 0 5px 0 0;
  padding: 5px;
  width: 13px;
}

.radio span {
  display: block;
  width: 90%;
  float: left;
  margin: 0 0 15px;
  font-size: 14px;
}

.send_button {
  margin: 10px 0 20px;
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 12px;
}

.requier {
  font-size: 12px;
  color: #f00;
}

input.send_button_area {
  background: -webkit-linear-gradient(top, #999999, #666666);
  background: linear-gradient(to bottom, #999999, #666666);
  border: 1px solid #555555;
  font: 15px/100% Arial, Helvetica, sans-serif;
  font-weight: bolder;
  border-radius: 6px;
  text-shadow: 0 1px 1px #2B2B2B;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  padding: 10px 15px;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  position: relative;
}

input:focus,
textarea:focus {
  outline: none;
}

/* --------------------------------------
予約ページ
--------------------------------------- */

.others_txt {
  margin: 10px;
  font-size: 15px;
  font-weight: bolder;
}

.others_txt #tel {
  font-size: 18px;
  display: block;
  padding-bottom: 5px;
}

.others_txt #tel a {
  color: #000;
  text-decoration: underline;
}

.others_txt #time {
  display: block;
}

#reservation_box_ttl {
  padding: 5px 0;
  display: block;
  margin-bottom: 10px;
}

#reservation_box_ttl p {
  margin: 5px;
}

#reservation_box_ttl .reserv_img {
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
}

.reservation_txt {
  margin: 0 10px;
  display: block;
}

/*--------------------------------
Slide
--------------------------------*/

#mySlideshow {
  text-align: center;
  margin: 0 auto;
  height: 100%;
  width: 240px;
  height: 144px;
  z-index: 5;
}

.jdSlideshow {
  display: none;
  overflow: hidden;
  position: relative;
}

.jdSlideshow img {
  border: 0;
  margin: 0;
}

/* --------------------------------------
ソーシャルアイコン
--------------------------------------- */

@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';
  margin-right: 5px;
}

.icon-twitter:before {
  content: '\e902';
  margin-right: 5px;
}

.social_wrap {
  font-size: 20px;
  margin: 20px 0 ;
  text-align: center;
}

.social_wrap a {
  text-decoration: none;
}

/*--------------------------------
Navi Parts
--------------------------------*/

.navi_parts_wrap {
  width: calc(100% - 40px);
  margin: 0 auto 20px;
}

.navi_parts_detail {
  margin: 20px 0 0;
  text-align: center;
}

.navi_parts_detail:first-of-type {
  margin-top: 0;
}

.navi_parts_detail iframe {
  max-width: 100%;
}

.navi_parts_detail img {
  max-width: 100% !important;
}

#social_widgets {
  margin: 20px 0 0;
}
