@charset "UTF-8";

* {
  box-sizing:border-box;
}

html {font-size:62.5%;}
ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, h7, form, p { margin:0; padding:0; }
li { list-style-type:none; }

body {
  width:100%;
  margin:0;
  padding:0;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  min-width: 100%;
  background-color: #171a1d;
}

a { overflow:hidden; -webkit-transition:.2s linear; transition:.2s linear;}
a:link		{color:#fff; text-decoration: none;}
a:visited	{color:#fff;}
a:hover		{opacity:0.8;}
a:active	{opacity:0.8;}
a img {-webkit-transition:.2s linear; transition:.2s linear;}
a:hover img {opacity:0.8;}
a.underline {text-decoration:underline;}

img {
  max-width:100%;
  height:auto;
  vertical-align:top;
  border:0;
}

* {box-sizing: border-box;}

.en {
  font-family: 'EB Garamond', serif;
}
.serif {
  font-family: 'Noto Serif JP', serif;
}
.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

.txt_l {text-align: left;}
.txt_c {text-align: center;}
.txt_r {text-align: right;}

/* clearfix */
.clearfix:after {
  visibility:hidden;
  display:block;
  font-size:0;
  content:"";
  clear:both;
  height:0;
}
* html .clearfix { zoom: 1;} /* IE6 */
*:first-child+html .clearfix { zoom: 1;} /* IE7 */

.v-sp {display: none;}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .v-sp {display: block;}
  .v-pc {display: none;}
}