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

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

/*文字サイズの自動調整を無効化しています*/
body {
  line-height: 1.0;
  -webkit-text-size-adjust: none; }

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

/*ホバー、アクティブ時のアウトラインを消しています*/
a:hover,
a:active {
  outline: 0; }

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

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

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

/*スタイリングを再指定しています*/
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

/*pre,code等のフォントを指定しています*/
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*pre-formatted textの読みやすさを改善しています*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

/*ins要素のデフォルトをセットし、
色を変える場合はここで変更できるようにしています*/
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/*mark要素のデフォルトをセットし、
色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、
目立たせる際に使用するようです*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

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

/*IEではデフォルトで点線を下線表示する設定ではないので、
下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/*テーブルの中身を天地中央にします*/
th, td {
  vertical-align: middle; }

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

/*フォームの入力項目をいい感じに配置します*/
button, input, select, textarea {
  vertical-align: baseline;
  *vertical-align: middle;
  font-family: sans-serif; }

button, input {
  line-height: normal;
  *overflow: visible; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input::placeholder {
  color: #ccc; }

input::-moz-placeholder {
  color: #ccc; }

input::-webkit-input-placeholder {
  color: #ccc; }


/*フォームの入力値が正常だった場合のスタイルです*/
:valid {
  background-color: #fff; }

/*フォームの入力値が異常だった場合のスタイルです*/
:invalid {
  background-color: #80beb9; }

/*フォームの入力値が範囲内だった場合のスタイルです*/
:in-range {
  background-color: lightgreen; }

/*フォームの入力値が範囲外だった場合のスタイルです*/
:out-of-range {
  background-color: red; }

/*フォームへの入力が必須の場合のスタイルです*/
:required {
  border-style: solid; }

/*フォームへの入力が必須でない場合のスタイルです*/
:optional {
  border-style: dashed; }

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

/*テキストエリアのスクロールバーを削除し、上寄せにしています*/
textarea {
  overflow: auto;
  vertical-align: top; }

/*画像を縦に並べたときに隙間が空かないようにしています*/
img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  border: 0; }

/* mixin諸々
------------------------------------------------- */
/* transform 変形
------------------------------------------------- */
/* transition 時間的変化
------------------------------------------------- */
/* animation アニメーション
------------------------------------------------- */
/* 汎用パーツ 書き出しあり
------------------------------------------------- */
.invisible {
  visibility: hidden; }

.displayNone {
  display: none; }

/* 汎用パーツ 書き出しなし
------------------------------------------------- */
#why ul li, .information .informationThumb, .lens .sectionBody .shopWrap, .lens .sectionBody .shopWrap .shopEyemirror, #globalfooter #dlBox {
  zoom: 1; }
  #why ul li:before, .information .informationThumb:before, .lens .sectionBody .shopWrap:before, .lens .sectionBody .shopWrap .shopEyemirror:before, #globalfooter #dlBox:before, #why ul li:after, .information .informationThumb:after, .lens .sectionBody .shopWrap:after, .lens .sectionBody .shopWrap .shopEyemirror:after, #globalfooter #dlBox:after {
    content: "\0020";
    display: table; }
  #why ul li:after, .information .informationThumb:after, .lens .sectionBody .shopWrap:after, .lens .sectionBody .shopWrap .shopEyemirror:after, #globalfooter #dlBox:after {
    clear: both; }

/* 案件別mixin
------------------------------------------------- */
/* 案件別共通パーツ
------------------------------------------------- */
/* mixin諸々
------------------------------------------------- */
/* transform 変形
------------------------------------------------- */
/* transition 時間的変化
------------------------------------------------- */
/* animation アニメーション
------------------------------------------------- */
/* ページ基本設計
------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  line-height: 1.6;
  letter-spacing: 1.5px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-size: 12px;
  color: #333;
  background: #fff;
}

a,
a:link {
  color: #941a1a;
  border-bottom: 1px dotted #941a1a;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

p {
  text-align: justify;
  text-justify: inter-ideograph;
 }


/* 汎用文字スタイル
------------------------------------------------- */
.red {
  color: #a90000; }
  .red a {
    color: inherit;
    border-bottom-color: red; }
    .red a:hover {
      color: orange; }

.bold {
  font-weight: bold; }

.large {
  font-size: 4rem; }
@media (min-width: 1000px) {
  .large {
  font-size: 1.8rem;
  }
}

.p_top {
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-left: -7px;
  }
.l-line {
  border-left: 10px double #eb5f00;
  padding-left: 10px;
}

/* 重要文字装飾　背景色・文字色
------------------------------------------------- */
.sectionBody .box .important {
  background: #ffffff;
  border: #000 1px solid;
  border-radius: 25px 25px 25px 25px/25px 25px 25px 25px;
  padding: 25px;
  margin: 20px 0 100px;
}
@media (min-width: 981px){
  .sectionBody .box .important{
    background: #ffffff;
    border: #000 1px solid;
    border-radius: 15px 15px 15px 15px;
    padding: 15px;
    margin: 10px 0 40px 20px;
    width: 30%;
  }
}
.important a {
  border: 0;
  color: #941a1a;
  padding: 10px 15px;
  display: block;
}

@media (max-width: 999px) {
  .important a {
  font-size: 4rem;
  line-height: 1.5;
  color: #3c3c3c;

  }
}

@media (min-width: 1000px){
  .important a{
  padding: 0 5px;
  }
}

.spbutton {
    background: #ffffff;
    border: #000 1px solid;
    border-radius: 25px 25px 25px 25px/25px 25px 25px 25px;
    padding: 25px;
    margin: 30px 0 30px;
}
@media (min-width: 981px) {
    .spbutton {
        width: 20%;
        padding: 0;
        background: none;
        border-radius: 0 0 0 0;
        border: none;
        border-bottom: #7b1138 1px dotted;
        margin: 20px 10px 30px;
    }
}
.spbutton a {
    border: none;
}
.spbutton a {
  border: 0;
  color: #941a1a;
  padding: 10px 15px;
  display: block;
}

@media (max-width: 999px) {
  .spbutton a {
  font-size: 4rem;
  line-height: 1.5;
  color: #3c3c3c;

  }
}

@media (min-width: 1000px){
  .spbutton a{
  padding: 0 5px;
  }
}

/* 	メイン
-------------------------------------------------*/
body {
    background: -moz-linear-gradient(top, #FFF, #f08537 20%);
    background: -webkit-linear-gradient(top, #FFF, #f08537 20%);
    background: linear-gradient(to bottom, #FFF, #f08537 20%);
}

.header-bg {
    content: "";
    background: url(../img/bg.png) no-repeat center center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -100;
}
@media (max-width: 980px) {
    .header-bg {
        content: "";
        background: url(../img/bg-sp.png) no-repeat center top;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: -100;
    }
}
#header .header1 {
  background-image: url(../img/top.png);
  background-repeat: no-repeat;
  background-position: 50% 5%;
  max-width: 980px;
  margin: 0 auto;
  background-size: 100%;
  padding-top: 750px;
  z-index: -10;
}
@media (max-width: 980px){
  #header .header1 {
    background-image: url(../img/top-sp.png);
    background-repeat: no-repeat;
    background-position: 50% 5%;
    max-width: 980px;
    margin: 0 auto;
    background-size: 100%;
    padding-top: 750px;
    z-index: -10;
  }
}

.header1 {
  width: 980px;
  height: 750px;
  padding-top: 750px;
  margin-top: -750px;
  -webkit-animation: fadeInDown 1.5s ease-out;
  animation: fadeInDown 1.5s ease-out;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#header .header2 {
  position: relative;
  top: -750px;
  background-image: url(../img/mm.png);
  background-repeat: no-repeat;
  background-position: 40% 5%;
  padding-top: 750px;
}
.copyright {
    font-size: 1.5rem;
    text-align: center;
    position: relative;
    top: -800px;
}
@media (max-width: 980px) {
    .copyright {
        font-size: 2.5rem;
        top: -750px;
    }
}
.copyright2 {
    font-size: 1.3rem;
    text-align: center;
}
@media (max-width: 980px) {
    .copyright2 {
        font-size: 2.5rem;
    }
}
p {
  text-align: justify;
  text-justify: inter-ideograph; 
  line-height: 2.0;
  }
@media (max-width: 999px){
  p {
    font-size: 3.5rem;
  }
}
b, strong {
    font-weight: bold;
}

h1 {
  font-size: 4rem;
  margin: 0 0 20px;
}
@media (min-width: 981px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 4rem;
  margin: 15px 0;
  font-weight: bold;
}
@media (min-width: 981px) {
  h2 {
    font-size: 1.5rem;
  }
}
h3 {
  font-size: 4rem;
  margin: 15px 0;
  font-weight: bold;
}
@media (min-width: 981px) {
  h3 {
    font-size: 1.5rem;
  }
}
h4, .h4 {
  font-family:'serif','Noto Serif JP', 'Sawarabi Mincho', "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 2.5rem;
  margin: 15px 0;
  font-weight: normal;
  color: #fff;
}
@media (max-width: 980px) {
  h4, .h4 {
    font-size: 4.5rem;
  }
}

h5 {
    font-size: 2rem;
}
@media (max-width: 980px){
  h5 {
    font-size: 3.5rem;
  }
}

h6, .h6 {
    font-size: 12px;
}

h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, h3, h5, h6, .h1, .h2, .h3, .h5, .h6 {
    font-family: inherit;
    line-height: 1.4;
    color: inherit;
}

/* くりあふぃっくす(フロート解除)
-------------------------------------------------*/
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/*KVカルーセルスライダー
-------------------------------------------------*/
.title {
  background: url(../img/flame_mm.jpg);
  width: 950px;
  height: 600px;
  margin: 0 auto;
}
@media (max-width:980px) {
  .title {
    background: url(../img/flame_mm_sp.jpg);
    width: 950px;
    height: 800px;
    margin: 0 auto;
  }
}
/*KVカルーセルスライダー
-------------------------------------------------*/
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}

/*スライド画像の横幅可変*/
.slider {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.slider div {
	height: 100%;
}
.slider img {
	width: 100%;
}

/* wrap
------------------------------------------------- */
#wrap {
  width: 980px;
  margin: 80px auto;
}
/* box
------------------------------------------------- */
.box {
  background: rgba(255,255,255,0.7);
  padding: 25px;
}
.box {
  color: #000;
}
.box2 {
  background: rgba(255,255,255,255);
  padding: 0 15px 15px;
}
.box2 {
  color: #000;
}
.box3 {
  background: rgba(255,255,255,0.7);
  margin-top: 100px;
  padding: 25px 15px 25px;
}
.box3 {
  color: #000;
}
.box3 h1 {
  margin: 0 15px;
}
.box3 p {
  margin-top: 10px;
  padding: 0 25px;
}
.box3 img {
  margin-top: 30px;
}


/* お知らせ
------------------------------------------------- */
.topic {
  margin-bottom: 100px;
  margin-top: -750px;
}

/* 相互リンクバナー
------------------------------------------------- */
.linkbannar {
    margin: 20px 10px;
}
.linkbannar a .sp {
    display: none;
}

@media (max-width: 980px) {
    .linkbannar {
        margin: 20px 10px;
    }
    .linkbannar a .sp {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .linkbannar a .pc {
        display: none;
    }
}

/* 中央寄せ
------------------------------------------------- */
.center {
  text-align: center;
}

/* 段組み
------------------------------------------------- */
.row-down {
    margin: 0 15px;
}

/* ギャラリー
------------------------------------------------- */
.kakaku p {
  color: #000;
}
.sw-top {
  width: 950px;
  margin: 0 auto;
}
.top-p {
  padding-top: 0px;
  padding-bottom: 20px;
}
.top_m {
  margin-top: 20px;
}
.bottom_m {
  margin-bottom: 10px;
}


/* 購入方法
------------------------------------------------- */
.buy {
  margin-bottom: 0px; }
  .buy h1 {
    margin: 100px auto 10px;
    padding: 0;
    font-size: 2rem;
    line-height: 100px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.15em;
    color: #fff;
    background-color: rgb(125, 73, 8);
    border: 1px solid #7b7b7b;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-clip: padding-box;
}
@media (max-width: 1000px) {
  .buy h1 {
    font-size: 5.0rem;
    height: 120px;
    line-height: 120px;
  }
}

.buy .sectionBody h2 {
  padding: 0px 0 0;
  font-size: 2.0rem;
}
@media (max-width: 1000px) {
  .buy .sectionBody h2 {
    font-size: 4rem;
  }
}
.buy h2:nth-of-type(2) {
  margin-top: 50px;
}
@media (max-width: 1000px) {
  .buy h2:nth-of-type(2) {
    margin-top: 100px;
  }
}
.buy .sectionBody h3 {
  margin: 0 15px 10px;
  font-weight: normal;
}
@media (max-width: 1000px) {
  .buy .sectionBody h3 {
    font-size: 3.5rem;
    margin: 15px 0 40px;
    line-height: 2.0;
  }
}
.buy .sectionBody p {
  text-align: left;
  line-height: 2.0; 
  margin: 15px 15px 0;
}
@media (max-width: 980px) {
  .buy .sectionBody p {
  font-size: 4rem;
  line-height: 2.0; 
  }
}
.buy .sectionBody ul li {
  line-height: 2.0;
}
@media (max-width: 980px) {
  .buy .sectionBody ul li {
  font-size: 3.5rem;
  line-height: 2.0; 
  }
}
  .buy .sectionBody p + h2 {
  margin-top: 30px; 
}

.buy .sectionBody .button {
    font-size: 2rem;
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.15em;
    border: 1px solid #999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-clip: padding-box;
    width: 600px;
    margin: 40px auto;
    background-color: #ffffff;
}
.buy .sectionBody .button a {
  border-bottom: none;
  display: block;
  color: #000000;
}
@media (max-width: 1000px) {
  .buy .sectionBody .button a {
    font-size: 4rem;
    padding: 40px;
  }
}
.under-short {
  margin: 0 !important;
}
.buy .sectionBody hr {
  border-top: 1px solid #737373;
}

/* 度付きメガネをご希望の方へ
------------------------------------------------- */
.lens {
  margin-bottom: 0; }
  .lens h1 {
    margin: 100px 0 10px;
    height: 100px;
    font-size: 2rem;
    line-height: 100px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.15em;
    color: #fff;
    background-color: rgb(125, 73, 8);
    border: 1px solid #7b7b7b;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-clip: padding-box;
}
@media (max-width: 1000px) {
  .lens h1 {
    font-size: 5.0rem;
    height: 120px;
    line-height: 120px;  }
}

.lens .sectionBody h2 {
  margin-bottom: 15px;
  font-size: 2.0rem;
 }
@media (max-width: 1000px) {
  .lens .sectionBody h2 {
    font-size: 4rem;
  }
}
.lens .sectionBody p {
  text-align: left;
  line-height: 2.0;
}
@media (max-width: 980px) {
  .lens .sectionBody p {
  font-size: 3.3rem;
  line-height: 2.0; 
  }
}
  .lens .sectionBody p + h2 {
  margin-top: 30px; 
}

#tenji {
  margin-top: 30px;
}
@media (max-width: 980px) {
  #tenji {
  margin-top: 100px;
  }
}
@media (max-width: 980px) {
  .tenji {
  margin: 30px 0 100px;
  }
}

/* 【店舗タブ】動く方　タブ切り替え全体のスタイル
---------------------------------------------*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 950px;
  margin: 10px auto 10px;}

/* 【店舗タブ】タブのスタイル
---------------------------------------------*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid rgb(125, 73, 8);
  border-top: 1px solid #4c4c4c;
  border-left: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  background-color: #efefef;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
@media (max-width: 980px) {
 .tab_item {
  height: 100px;
  font-size: 4rem;
  padding-top: 25px;
 }
}
.tab_item:hover {
  opacity: 0.75;
}
@media (max-width: 980px) {
    .tab_item:hover {
        opacity: 1.0;
    }
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  padding: 15px 15px 0;
  clear: both;
  overflow: hidden;
}

#b_content {
  padding-top: 0;
}
#c_content {
  padding-top: 0;
}

/*選択されているタブのコンテンツのみを表示*/
#a:checked ~ #a_content,
#b:checked ~ #b_content,
#c:checked ~ #c_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: rgb(125, 73, 8);
  color: #fff;
}

/* 【店舗タブ】店舗表示
------------------------------------------------- */
.shopEyemirror h2 {
    font-size: 1.5rem;
}
@media (max-width: 980px) {
    .shopEyemirror h2 {
        font-size: 4.0rem;
    }
}
.shopEyemirror ul li {
    font-size: 1.2rem;
    line-height: 2.0rem;
}
@media (max-width: 980px) {
    .shopEyemirror ul li {
        font-size: 3.5rem;
        line-height: 5.0rem;
    }
}
.shopEyemirror ul {
    margin: 20px 0;
}
.shopEyemirror .map{
	max-width: 920px;
	height: auto;
}
@media (max-width: 980px) {
    .shopEyemirror .map{
        margin: 20px auto;
        width: 920px;
        height: auto;
    }
   .shopEyemirror .map p iframe {
        width: 920px;
    }
}
.shopEyemirror .map a{
	color:#00bbcc
}


/* SNS表示領域設定
------------------------------------------------- */
#globalfooter #share {
  width: 100%;
  margin: 0px auto;
}
#globalfooter #share ul {
  padding: 30px 0 20px;
  width: 980px;
  margin: 0 auto; 
}
#globalfooter #share ul li {
  display: inline-block;
  min-width: 75px;
  vertical-align: middle;
  border-right: none;
  padding: 0;
}
#globalfooter #share ul li a {
    border: none;
}

#globalfooter #share ul li:nth-child(2) {
  margin: 0 150px;
}
@media (max-width: 980px) {
    #globalfooter #share ul li:nth-child(2) {
        margin: 0 200px;
    }
}

#globalfooter #share ul li img {
  width: 48px;
}
@media (max-width: 980px){
  #globalfooter #share ul li img {
    width: 130px;
  }
}

/* フッター
------------------------------------------------- */
#globalfooter {
  background-color: rgb(235, 95, 0, 0.8);
  padding: 40px auto;
  width: 100%;
  font-size: 1.2rem; }
  
@media (max-width: 980px) {
  #globalfooter li a {
  font-size: 3.5rem;
  }
}

#globalfooter p {
  text-align: center;
  padding: 20px 0 30px;
}
@media (max-width: 980px) {
  #globalfooter p {
  font-size: 3.5rem;
  }
}
#globalfooter a {
  color: #fff;
  border-bottom: 1px dotted #37cfde;
  text-decoration: none;
}

#globalfooter ul {
    margin: 0;
    padding: 10px 0;
    text-align: center; }
@media (max-width: 980px){
    #globalfooter ul {
        margin: 30px 0;
    }
}
#globalfooter ul li {
      padding: 0 20px;
      display: inline-block;
      border-right: 1px solid #999; }
      #globalfooter ul li:last-child {
        border-right: none; }
@media (max-width: 980px) {
    #globalfooter ul li {
        padding: 25px 0;
        display: block;
        border-right: none;
        text-align: center;
    }
}
  #globalfooter .copyright {
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
   }