@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Italianno&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");

/*
@import url("commonTab.css") screen and (min-width: 415px) and (max-width: 959px) ;
@import url("commonPC.css") screen and (min-width: 960px) ;
*/

@import "header.css";
@import "drawer.css";
@import "parts.css";
@import "mainMenu.css";
@import "titleComment.css";
@import "column.css";
@import "subMenu.css";
/*
@import  "FCK.css";
@import  "banner.css";
*/
@import "tmpA.css";
@import "wNew.css";
@import "footer.css";
@import "option.css";
@import "user.css";

html {
  position: relative;
  font-size: 100%;
  height: 100%;
  width: 100%;
}

body {
  letter-spacing: 1px;
  font-size: 16px;
  /* font-family: YuGothic, "游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Verdana,Arial,Helvetica,sans-serif; */
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  padding: 0px;
  width: 100%;
  position: relative;
  color: #2d2d2d;
  line-height: 1.8em;
  margin: 0px;
  overflow-y: scroll;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.pause {
  display: none !important;
}
*,
*::before,
*::after {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
.clx:after {
  content: " ";
  display: block;
  clear: both;
}
img {
  border-width: 0px;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast; /* chrome画像滲み対策 */
}
a {
  color: #20b2aa;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-out;
}
a:hover {
  text-decoration: none;
}
a img {
  outline: none;
  transition: all 0.3s ease-out;
}
a img:hover {
  text-decoration: none;
  opacity: 0.7;
}
a:visited {
  text-decoration: none;
}
p {
  margin-bottom: 1em;
  word-break: break-all;
}
.pankuzu {
  margin-bottom: 15px;
}
.pankuzu li {
  float: left;
  list-style-type: none;
}
.pankuzu li a {
  line-height: 1em;
  font-size: 80%;
  color: #2d2d2d;
}
.kijiList {
  background-color: #f3f3f3;
  padding: 20px;
  margin-bottom: 50px;
  line-height: 1.5em;
  font-size: 85%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}
.kijiList ul {
  padding-left: 30px;
}
.kijiList ul li {
  padding: 5px;
}
.kijiList ul li a {
  display: block;
  color: #2d2d2d;
}
.kijiList ul li a:hover {
  text-decoration: underline;
}
.kiji3 ul,
.kiji3 ol {
  padding-left: 25px;
}
.kiji3 ul li,
.kiji3 ol li {
  line-height: 1.6em;
  margin-bottom: 0.5rem;
}
.linkbox {
  cursor: pointer;
}

/* ネクストナビ */
.next_navi {
  text-align: center;
  font-size: 1rem;
  font-family: Quicksand;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
.next_navi a {
  display: inline-block;
  line-height: 1em;
  padding: 5px;
  display: inline-block;
  color: #a7a7a7;
  margin: auto 5px;
}
.next_navi a:hover {
  background-color: #e1e1e1;
  text-decoration: none;
}
.next_navi .pre {
  text-decoration: none;
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
}
.next_navi .next {
  text-decoration: none;
  border-color: #e1e1e1;
  border-style: solid;
  border-width: 1px;
}
.next_navi .current {
  padding: 5px;
  font-weight: bold;
  color: black;
}

/*------------------------------SP用------------------------------*/
@media screen and (max-width: 414px) {
  .pcOn {
    display: none;
  }
  body {
    padding-top: 60px;
  }
  html,
  body {
    scroll-padding-top: 60px; /* fixedヘッダーの高さ */
  }
}

/*------------------------------Tab用------------------------------*/
@media screen and (min-width: 415px) and (max-width: 959px) {
  .tabOff {
    display: none;
  }
}

/*------------------------------PC用------------------------------*/
@media screen and (min-width: 960px) {
  .pcOn {
    display: block;
  }

  .spOn {
    display: none !important;
  }
  /* telリンク禁止 */
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  p {
    margin-bottom: 1em;
    word-break: break-all;
  }

  #mainImage {
    position: relative;
    height: 650px;
  }

  #mainImage h2 {
    font-style: normal;
    font-weight: normal;
    letter-spacing: 20px;
    font-family: Quicksand;
    text-shadow: 0px 0px 2px white;
    line-height: 1.6em;
    font-size: 250%;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); /*上下左右中央寄せ*/
    text-align: center;
  }
}
