@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 "footer.css";
@import "parts.css";
@import "mainMenu.css";
@import "titleComment.css";
@import "column.css";
@import "subMenu.css";
@import "wNew.css";
@import "option.css";

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

body {
  /* PC環境をSPに近く */
  /* max-width: 800px;
  margin: auto; */

  position: relative;
  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; */
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",
    serif;
  padding: 0px;
  width: 100%;
  color: #2d2d2d;
  line-height: 1.8em;
  overflow-y: scroll;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
*::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: #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 {
}
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;
}

.ico_nw::before {
  font-family: "Material Icons";
  content: "open_in_new";
  margin-right: 10px;
  font-weight: 100;
  vertical-align: -3px;
}

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

/*------------------------------Tab用------------------------------*/
for_____Tab {
}
@media screen and (min-width: 415px) and (max-width: 959px) {
}

/*------------------------------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: 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;
  }
}
