@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:wght@400;700&family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap');

/*---------------------------------------------------
初期設定
----------------------------------------------------*/
*{box-sizing: border-box;}

html { font-size: 62.5%; }
body { font-size: 16px; font-size: 1.6rem; } 
/* 14「px」…古いブラウザ対応 14「rem」…レスポンシブ対応（画面によって文字の大きさを柔軟に可変）  */

body {
  min-width: 320px; /* スマホの横幅最小値を指定*/
  line-height: 1.8;
  color:#000;  
  font-family: 'Roboto', 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 500;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;}

.serif{font-family: 'Noto Serif JP', serif;}

/* 親要素の高さ100% に */
html,body{height:100%;}

/* 画像の拡大縮小*/
img {
  max-width: 100%;
  height: auto;
  vertical-align:bottom;
  border:none;
}

.clear{clear:both;}

/*clearfix*/
.clearfix {zoom: 1;}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*---------------------------------------------------
共有
----------------------------------------------------*/
#wrapper{overflow:hidden;}

.inner{
  max-width: 140rem;
  margin: 0 auto;
}
.inner143 {
  max-width: 143rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.spNpcB{display:none;}
.spBpcN{display:inline;}

.spNpcB1000{display:none;}
.spBpcN1000{display:inline;}

.spNpcB1400{display:none;}
.spBpcN1400{display:inline;}


/*　-------------
共有　リンクP
----------------*/
a{
  color:#000;
  text-decoration:none;
  opacity: 1;
}
a:hover{
  opacity: 0.7;
}
a:focus, *:focus {outline:none;}


/*　-------------
共有　フォント
----------------*/
.font-roboto {
  font-family: 'Roboto', sans-serif;
}

.font-notosans{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-zenkaku{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-style: normal;
}

.font-outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/*----------------------------------------------------
タブレット・PC用
----------------------------------------------------*/
@media only screen and (min-width: 750px) {

  .spNpcB{display:block;}
  .spBpcN{display:none;}

  a[href^="tel:"] {
    pointer-events: none; /* リンクのクリックイベントを無効化 */
    cursor: default; /* カーソルをデフォルトに戻す */
  }

}


/*----------------------------------------------------
PC 1000
----------------------------------------------------*/
@media only screen and (min-width: 1000px) {

  .spNpcB1000{display:inline;}
  .spBpcN1000{display:none;}

}

/*----------------------------------------------------
PC 1000
----------------------------------------------------*/
@media only screen and (min-width: 1400px) {

  .spNpcB1400{display:inline;}
  .spBpcN1400{display:none;}
}
