@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: 100%;
  }

/*新規追加要素のデフォルトはすべてインライン要素になっているので、
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; }

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

/*画像を縦に並べたときに隙間が空かないようにしています*/
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%;/* 16px x 0.625 = 10px(=1rem) */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; }
  
body {
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background: #fff;
   }
@media (min-width: 1000px) {
  body {
    font-size: 1.2em;
  }
}

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

    a:visited,
    a:hover,
    a:active,
    a:focus {
        color: #333333;
    }

p {
  text-align: justify;
  text-justify: inter-ideograph; 
  line-height: 1.8;
  }

b, strong {
    font-weight: bold;
}

h1 {
	font-size: 3rem;
	margin: 0 0 20px;
}
@media (min-width: 1000px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
	font-size: 3rem;
	margin: 15px 0;
	font-weight: bold;
}
@media (min-width: 1000px) {
  h2 {
    font-size: 1.2rem;
  }
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

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

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

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

/* 各ブロック毎の間隔調整
------------------------------------------------- */
.box {
  margin: 20px auto 100px;
  padding: 0 30px;
}
/* リスト形式のフォント上下間隔をp同様にしています
------------------------------------------------- */
.box li {
  line-height: 1.8;
}

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

.bold {
  font-weight: bold; }

.large {
  font-size: 3.5rem; }
@media (min-width: 1000px) {
  .large {
  font-size: 1.8rem;
  }
}
.LL {
  font-size: 5rem; }
@media (min-width: 1000px) {
  .LL {
  font-size: 1.8rem;
  }
}
.l-line {
  border-left: 10px double #ffffff;
  padding-left: 10px;
}
/* 文字装飾　蛍光マーカー風
------------------------------------------------- */
.font_ill {
  background-color: #fef263;
}  
  
/*  ヘッダー画像を中心から表示させる(左右から見切れるようにする)
---------------------------------------*/
body::before {
    content: "";
    background: url(../img/bg2.jpg) no-repeat center center;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

  #header .header1{
    background-image: url(../img/top2.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1046px 525px;
    padding-top: 525px;
    padding-left: 100%;
    }

/* メイン
------------------------------------------------- */
#main {
  margin: 50px auto 200px;
  max-width: 980px;
  padding: 0;
  width: 100%;
}
/*
#gradation {
  background: -moz-linear-gradient(top, #3d84a0, #FFF 50%);
  background: -webkit-linear-gradient(top, #3d84a0, #FFF 50%);
  background: linear-gradient(to bottom, #3d84a0, #FFF 50%);
}
*/

/* 各ブロック背景の半透明ボックス
------------------------------------------------- */
.box {
  margin: 20px 0 50px;
  padding: 30px 20px;
  background-color: rgba(255,255,255,0.8);
}

/* 告知部分
-------------------------------------------------*/
.topic h1 {
    font-size: 4rem;
    margin: 0 0 20px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: #ffffff 2px solid;
}

.topic h2 {
    font-size: 5.0rem;
    margin: 30px 0;
    font-weight: bold;
    text-align: center;
    color: #005692;
}

.topic h3 {
    font-size: 3.5rem;
    margin: 10px 0;
    padding: 0 30px;
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
    border-radius: 50px;
    border: #005692 4px dotted;
}

.topic h4 {
    font-size: 3.0rem;
    margin: 5px 0 15px;
    font-weight: normal;
    text-align: center;
}

.topic h5 {
    font-size: 2.5rem;
    margin: 0;
    font-weight: bold;
    text-align: center;
}
.marker {
    background: linear-gradient(transparent 60%, #ffea85 0%);
}

@media (min-width: 1000px) {
    .topic h1 {
        font-size: 2.5rem;
    }
    .topic h2 {
        font-size: 2.0rem;
    }
    .topic h3 {
        font-size: 2.0rem;
    }
    .topic h4 {
        font-size: 1.5rem;
    }
    .topic h5 {
        font-size: 1.3rem;
        margin-top: 30px;
    }
}
.topic {
    text-align: center;
}
.tpWrap {
    display: inline-block;
}

.topicshop {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 1.5rem;
}

    .topicshop li {
        display: inline-block;
        text-align: center;
        padding-bottom: 5px;
    }

        .topicshop li:first-child, .topicshop li:nth-child(2) {
            width: 50%;
        }



@media (max-width: 980px) {
  .topic p {
  font-size: 3.5rem;
  line-height: 1.5; 
  }
    .topicshop {
        display: flex;
        flex-direction: column;
        font-size: 3.0rem;
        align-items: center;
        margin: 50px auto;
    }
        .topicshop li:first-child, .topicshop li:nth-child(2) {
            width: 100%;
        }
}

.row-down {
  margin: 0 40px;
}
.bd {
    border: 2px #ca0000 solid;
    padding: 20px;
    margin-top: 20px;
}
/* フレーム紹介
-----------------------------------------------*/
.flame-caption {
    width: 890px;
  margin: 0 auto;
}
.kakaku {
    /*display: inline-block;*/
}

.tb_m {
    color: #000;
    width: 100%;
    font-size: 1.0vw;
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 1.5;
}

.framekakaku {
    font-size: 1.8vw;
}

.stmWrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 20px auto;
    justify-content: space-evenly;
}
.stmWrap>div {
    width: 40%;
}
@media (max-width: 980px) {
    .tb_m {
        font-size: 3.5rem;
    }

    .framekakaku {
        font-size: 5rem;
    }
    .stmWrap {
        flex-direction: column;
    }
        .stmWrap > div {
            width: 100%;
        }
}


/* 商品カルーセル設定
-------------------------------------------------*/
.swiper-container {
    width: 890px;
    height: auto;
    padding-bottom: 25px;
}
/* 完売テキストバナー
------------------------------------------------- */
.sold_out {
    width: 90%;
    margin: 10px auto;
}

    .sold_out ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: flex-start;
    }

        .sold_out ul li {
            width: calc(50% - 10px);
            border-radius: 50px;
            margin: 3px 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            box-sizing: border-box;
            color: #dfdfdf;
            font-weight: bold;
            padding: 5px;
            font-size: 1.2rem;
        }

        .sold_out ul .c0 {
            background-color: #ffffff !important;
            color: #005692;
        }

    .sold_out .c1 li {
        background-color: #7D7D7D;
    }
@media (max-width: 980px) {
    .sold_out {
        width: 100%;
    }
        .sold_out ul li {
            font-size: 2.5rem;
        }
}

/* ec linkbutton
------------------------------------------------- */
.ec_linkbutton {
    background-color: #005692;
    width: 80%;
    height: 6vw;
    border-radius: 15px;
    margin: 20px auto 15px;
    position: relative;
}

    .ec_linkbutton a {
        border: none;
    }

    .ec_linkbutton span {
        position: absolute;
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-size: 1.6vw;
        font-weight: 600;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

@media (max-width: 980px) {
    .ec_linkbutton {
        height: 150px;
    }
        .ec_linkbutton span {
            font-size: 3.5rem;
        }
}

/* グッズ紹介
------------------------------------------------- */
.goods h2 {
  margin: 20px 0;
}
.goods a {
  border: none;
}
.top {
  margin-top: 30px;
  margin-left: 25px;
  padding-top: 20px;
  width: 890px;
}
.center {
  text-align: center;
}
.back {
  background-color: #fef263;
  padding: 20px 0 50px;
  margin: 0 25px 0;
}

/* lens_guide
------------------------------------------------- */
.lens_guide {
    max-width: 600px;
    margin: 120px auto 200px;
}

    .lens_guide ul {
        width: 100%;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

        .lens_guide ul li {
            flex-basis: 30%;
            display: block;
        }

            .lens_guide ul li img {
                width: 100%;
                height: auto;
            }

        .lens_guide ul a {
            border-bottom: none;
        }

@media (max-width: 980px) {
    .lens_guide {
        max-width: 80%;
        margin: 200px auto;
    }
}

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

@media (max-width: 980px) {
    .tabs {
        width: 98%;
    }
}

/* 【店舗タブ】タブのスタイル
---------------------------------------------*/
.tab_item {
    width: calc(100%/3);
    height: 50px;
    border-bottom: 3px solid #666666;
    /*border-top: 1px solid #384C80;*/
    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: 70px;
        font-size: 2.5vw;
        padding-top: 10px;
    }
}

.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;
    background-color: #fff;
    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: #666666;
    color: #fff;
}

/* 【店舗タブ】店舗表示
------------------------------------------------- */
.shopEyemirror h2 {
    font-size: 1.5rem;
    text-align: left;
    color: #000000;
}

@media (max-width: 980px) {
    .shopEyemirror h2 {
        font-size: 3vw;
    }
}

.shopEyemirror ul li {
    font-size: 1.2rem;
    line-height: 2.0rem;
    color: #000000;
}

@media (max-width: 980px) {
    .shopEyemirror ul li {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
}

.shopEyemirror ul {
    margin: 20px 0;
}

.shopEyemirror .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 20px auto;
}

@media (max-width: 980px) {
    .shopEyemirror .map {
        width: 100%;
        height: auto;
    }
}

.shopEyemirror .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.shopEyemirror .map a {
    color: #00bbcc
}

/* 重要文字装飾　背景色・文字色
------------------------------------------------- */
.important {
  background: #ffffff;
  border: #000 1px solid;
  border-radius: 25px 25px 25px 25px/25px 25px 25px 25px;
  padding: 25px;
  margin: 30px 0 80px 20px;
}
@media (min-width: 981px){
  .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: #b9b9b9;
  padding: 10px 15px;
  display: block;
}

@media (max-width: 980px) {
  .important a {
  font-size: 4rem;
  line-height: 1.5; 
  }
}

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

/* 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: #fff;
  padding: 40px 0;
  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: #585858;
  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: #585858;
   }

  .spbr {
      display: none;
  }
@media (max-width: 980px) {
    .spbr {
        display: block;
    }
}