@charset "utf-8";

/* ========================================
サイトごとの全体設定
======================================== */

/* 基本のフォント設定 */
body {
  color: #3c2b22;
  font-family: YakuHanJPs, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  /*
  font-family: YakuHanMPs, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", YuMincho, serif;
*/
  font-size: 1.6rem;
  line-height: 1.8;
  background: #fffbef;
  position: relative;
  z-index: 0;
}

i {font-style: normal;}


@media screen and (max-width: 1199px) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

/* リンク */

a {
  color: #ffd400;
}

/* 訪問済みリンクカラー */

a:visited {
  color: #ffd400;
}

/* ホバー効果 */

a,
button {
  transition: .5s;
}

a:hover {
  opacity: .6;
}

/* 選択時カラー */

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
}

/* ========================================
foundation
リセットのためのCSSの追加
======================================== */

/* 1rem = 10pxにする */

html {
  font-size: 62.5%;
}

body {
  font-variant-ligatures: none;
  word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0em 0 0em;
  line-height: 1.0;
}

h2 {
  font-size: 1.87em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.12em;
}

h5,
h6 {
  font-size: 1em;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

iframe {
  border: none;
}

table {
  border-collapse: collapse;
}

tr {
  vertical-align: top;
}

th {
  text-align: left;
  padding: 0;
}

td {
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
}

ol {
  padding-left: 1.2em;
}

p,
ul,
ol,
dl {
  margin: 0 0 0em;
}

small {
  font-size: inherit;
}

button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  outline: 0;
}

figure {
  margin: 0;
}

/* リマーケティングタグの隙間回避 */

iframe[name='google_conversion_frame'] {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
