@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: #000;
  background-color: #ffffff;
}

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

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


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

.bold {
  font-weight: bold; }

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

.l-line {
  border-left: 10px double #737373;
  padding-left: 10px;
}
p {
  text-align: justify;
  text-justify: inter-ideograph; 
  line-height: 1.5;
  }
@media (max-width: 980px){
  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;
}

/* 	メイン
-------------------------------------------------*/
#main {
  /*background: repeat-y url("../img/bg.png") center top;
  background-size: cover;*/
}
@media screen and (max-width: 980px) {
    #main {
        background-size: 20%;
    }
}

/* top
------------------------------------------------- */
/*FVフルスクリーン＆max-widthありの場合*/
/*
html{height: 100%;}
body{height: 100%;}
*/


#header {
    position: relative;
    background-color: #f2f2f2;
    background-image: url(../img/fv_bg03.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

    /*ファーストビュー表示領域計算式*/
    width: 100%;
    height: 100%;
    padding-top: 0;
    margin: 0 auto;
    /*レイアウト確認用*/
    /*border:1px solid #000;*/
}
@media screen and (max-width: 1280px) {
    #header {
        padding-top: 10px;
    }
}
@media screen and (max-width: 980px) {
    #header {
      background-image: url(../img/fv_bg03_sp.png);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
    }
}

#header .inner {
  position: relative;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto 0;
}

.position-basis {
  width: 50%;
  height: 50%;
  /*レイアウト確認用*/
  background-color: rgba(240,140,0,0.9);

  
}

/* topic 
------------------------------------------------- */
.topic {
    background-color: rgba(74,255,255,0.9);
    border: 1px solid #CEE0F6;
    border-radius: 10px;
    box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
    width: 100%;
    height: 320px;
    max-width: 55%;
    max-height: 360px;
    box-sizing: border-box;
    padding: 20px 20px;
    color: #1A1718;
    position: absolute;
    bottom: 10px;
    left: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 90;
}
@media screen and (max-width: 1280px) {
    .topic {
        border: none;
        border-radius: 0px;
        box-shadow: 0px 0px 0px rgba(0,0,0,0);
        width: 100%;
        max-width: 100%;
        height: 40%;
        max-height: 40%;
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
      }
}

.textbox {
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .textbox {
    width: 100%;
    max-width: 100%;
  }
}

.imgbox {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .imgbox {
      display: none;
  }
}
.imgbox img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
    .textbox {
        width: 930px;
    }
}
.topic .textbox h1 {
    font-family: 'Anton', sans-serif;
    font-family: 'Archivo Black', sans-serif;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 4px;
    padding-bottom: 5px;
    margin: 0;
}
@media screen and (max-width: 1460px) {
  .topic .textbox h1 {
      font-size: 1.6rem;
  }
}
@media screen and (max-width: 980px) {
    .topic .textbox h1 {
        font-size: 1.6rem;
    }
}
.topic .textbox .fontchange {
    font-size: 3.7rem;    
}
@media screen and (max-width: 1460px) {
  .topic .textbox .fontchange {
      font-size: 2.4rem;
  }
}
@media screen and (max-width: 980px) {
    .topic .textbox .fontchange {
        font-size: 2.4rem;
    }
}
.topic .textbox h1 .marker {
  background:linear-gradient(transparent 70%, #FFEC40 70%);
  display: inline-block;
  padding-bottom: 2px;
}
.topic .textbox h2 {
    text-align: center;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.3;
    margin-top: 0;
}
@media screen and (max-width: 1460px) {
  .topic .textbox h2 {
      font-size: 1.3rem;
  }
}
@media screen and (max-width: 980px) {
    .topic .textbox h2 {
        font-size: 1.3rem;
    }
}
.topic .textbox .fontchange2 {
    font-size: 2.3rem; 
    font-weight: bold;
}
@media screen and (max-width: 1460px) {
  .topic .textbox .fontchange2 {
      font-size: 1.6rem;
  }
}@media screen and (max-width: 980px) {
    .topic .textbox .fontchange2 {
        font-size: 1.6rem;
    }
}
.topic .textbox h3 {
    text-align: center;
    font-weight: bold;
    font-size: 2.7rem;
    margin: 15px 0 15px;
}
@media screen and (max-width: 1460px) {
  .topic .textbox h3 {
      font-size: 1.6rem;
  }
}
@media screen and (max-width: 980px) {
    .topic .textbox h3 {
        font-size: 1.6rem;
    }
}
.topic .textbox h3 .marker {
    background:linear-gradient(transparent 70%, #FFEC40 70%);
    display: inline-block;
    padding-bottom: 2px;
  
}
.topic .textbox h4 {
    text-align: center;
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 1.5;
    color: #1A1718;
}
@media screen and (max-width: 1460px) {
  .topic .textbox h4 {
      font-size: 1.3rem;
  }
}
@media screen and (max-width: 980px) {
    .topic .textbox h4 {
        font-size: 1.3rem;
    }
}
.topic1 {
    background-color: #e1faff;
    width: 100%;
    padding: 20px 0;
    margin: 30px 0;
}
.topic1 h1 {
    text-align: center;
}
.topic1 h1 img {
    width: 780px;
}
@media screen and (max-width: 980px) {
    .topic1 h1 img {
        width: 95%;
    }
}
.topic1 .shoptext img {
    width: 550px;
}
@media screen and (max-width: 980px) {
    .topic1 .shoptext img {
        width: 80%;
    }
}
.textbox .ykr {
    color: #816084;
    margin-top: 20px !important;
}
.Moon {
    transform: scale(-1, 1);
    margin-right: 5px;
}
.topic_bnr {
    width: 60%;
    max-width: 460px;
    margin: 0 auto;
}
.topic_bnr img {
    width: 100%;
}

/* sideline
------------------------------------------------- */
#sideline {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 150px;
    background: repeat-y url(../img/bg.png) center top;
}

/* wrap
------------------------------------------------- */
#wrap {
  width: 90%;
  max-width: 1850px;
  margin: 0 auto 50px;
  padding-top: 50px;
}

/* キャラクターキャプション
------------------------------------------------- */
.flame {

  }

.flame-box {

}
@media screen and (max-width: 1280px) {
  .flame-box {
      width: 100%;
  }
}

.flame-text {
  width: 650px;
  max-width: 650px;
  padding: 15px 30px 15px 30px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .flame-text {
      width: 100%;
  }
}

.flame-text h2 img {
}
@media screen and (max-width: 1280px) {
  .flame-text h2 img {
      width: 100%;
  }
}

.flame-img {
  margin-top: 145px;
  background-color: #FFF;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
}
@media screen and (max-width: 1280px) {
  .flame-img {
      width: 100%;
      position: static;
      margin: 0 auto 0;
  }
}

.flame .set {
    width: 850px;
    position: absolute;
    top: 800px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
}
@media screen and (max-width: 980px) {
    .flame .set {
        top: 1055px;
    }
}

/* ギャラリー
------------------------------------------------- */
.swiper-container {
}
:root {
  --swiper-theme-color: #ffffff;
}
.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #FFD63E!important;
}



/* リンクボタン
------------------------------------------------- */
.flame .linkbutton {
    width: 80%;
    margin: 0px auto 10px;
}
.flame .linkbutton img {
    width: 100%;
    max-width: 420px;
    transition-duration: 0.3s;
}
.flame .linkbutton a {
    border: none;
}
.flame .linkbutton img:hover {
    transform: translateY(3px);
    opacity: 1.0;
}

.tokuten .linkbutton {
  width: 80%;
  margin: 0px auto 10px;
}
.tokuten .linkbutton img {
  width: 100%;
  max-width: 420px;
  transition-duration: 0.3s;
}
.tokuten .linkbutton a {
  border: none;
}
.tokuten .linkbutton img:hover {
  transform: translateY(3px);
  opacity: 1.0;
}

/* shop
------------------------------------------------- */
.shop {
  width: 852px;
  margin: 0 auto;
}
.title_shop {
}
@media (max-width: 980px) {
.title_shop {
    background-size: 100%;
    height: 160px;
}
}

/* 【店舗タブ】動く方　タブ切り替え全体のスタイル
---------------------------------------------*/
.tabs {
/*padding-bottom: 40px;*/
padding: 0;
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: 850px;
margin: 10px auto 10px;}

/* 【店舗タブ】タブのスタイル
---------------------------------------------*/
.tab_item {
width: calc(100%/3);
height: 50px;
/*border-bottom: 3px solid #000000;*/
border-bottom: none;
border-top: 1px solid #F6F3EF;
border-left: 1px solid #F6F3EF;
border-right: 1px solid #F6F3EF;
border-top-left-radius:10px;
border-top-right-radius:10px;
background-color: #d4d4d4;
line-height: 50px;
font-size: 16px;
text-align: center;
color: #191718;
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: 0px 15px 0;
clear: both;
overflow: hidden;
background: url("../img/bg-map.png") center top;
background-repeat: repeat-y;
}

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

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

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

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background-color: #FFD63E;
color: #191718;
}

/* 【店舗タブ】店舗表示
------------------------------------------------- */
.shopEyemirror h2 {
  font-size: 1.5rem;
  color: #FFF;
  text-decoration: none;
}
.shopEyemirror h2 u {
  text-decoration: none;
}

@media (max-width: 980px) {
  .shopEyemirror h2 {
      font-size: 4.0rem;
  }
}
.shopEyemirror ul li {
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.shopEyemirror ul li a {
  color: #00C4FF;
}

.shopEyemirror ul {
  margin: 20px 0;
}
.shopEyemirror .map{
max-width: 850px;
height: auto;
}
@media (max-width: 980px) {
  .shopEyemirror .map{
      margin: 20px auto;
      width: 820px;
      height: auto;
  }
 .shopEyemirror .map p iframe {
      width: 820px;
  }
}
.shopEyemirror .map a{
color:#00bbcc;
display: block;
text-align: center;
font-size: 1.4rem;
text-decoration: none;
border: none;
}

/* フッターベース設定
------------------------------------------------- */
#globalfooter {
  background: #131313;
  padding: 40px auto;
  width: 100%;
  font-size: 1.2rem; 
}
  
#globalfooter p {
  text-align: center;
  padding: 20px 0 30px;
}
#globalfooter a {
  color: #ffffff;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
}

#globalfooter ul {
    margin: 0;
    padding: 50px 0 0;
    text-align: center; }

    #globalfooter ul li {
      padding: 0 20px;
      display: inline-block;
      border-right: 1px solid #999; }
      #globalfooter ul li:last-child {
        border-right: none; }

        #globalfooter .copyright {
    text-align: center;
    padding-bottom: 30px;
    color: #ffffff;
   }