@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&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 "parts.css";
@import "mainMenu.css";
@import "titleComment.css";
@import "column.css";
@import "subMenu.css";
/*
@import  "FCK.css";
@import  "banner.css";
*/
@import "wNew.css";
@import "footer.css";
@import "option.css";
@import "tmpA.css";
@import "modal.css";

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

body {
  letter-spacing: 1px;
  font-size: 0.8rem;
  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.5rem;
  margin: 0px;
  overflow-y: scroll;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  scroll-padding-top: 100px;
}

*,
*::before,
*::after {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
.clx:after {
  content: " ";
  display: block;
  clear: both;
}
img {
  border-width: 0px;
  vertical-align: bottom;
}
a {
  color: #2081b2;
  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 {
}
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;
}

/*------------------------------SP用------------------------------*/
for_____SP {
}
@media screen and (max-width: 440px) {
  .pcOn {
    display: none;
  }
}

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

/*------------------------------PC用------------------------------*/
for_____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: 350px;
  }

  #mainImage h2 {
    font-size: 2.1rem;
    line-height: 1.5em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    letter-spacing: 5px;
    font-family: Quicksand;
    text-shadow: 0px 0px 2px white;
    /* padding: 0 25px; */
    margin: auto;
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); /*上下左右中央寄せ*/
    text-align: center;
  }
  #mainImage h2 .sub {
    display: block;
    font-size: 1.2rem;
    line-height: 2.8rem;
    border-top: 1px solid #313131;
  }
}
