@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 "parts.css";
@import "mainMenu.css";
@import "titleComment.css";
@import "column.css";
@import "subMenu.css";
/*
@import  "FCK.css";
@import  "banner.css";
@import  "wnew.css";
*/
@import "wNew.css";
@import "footer.css";
@import "option.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; */
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 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%;
}

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

/* googlemap */
.gmap {
  padding: 50px 0;
  margin: auto;
  margin-bottom: 30px;
}
.gmap h3 {
  color: #292929;
  font-size: 2rem;
  padding-top: 30px;
  margin-bottom: 40px;
}
.gmap iframe {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 450px;
  margin: auto;
  filter: grayscale(70%);
}

.access {
  max-width: 1200px;
  text-align: center;
  margin: auto;
  padding: 20px;
}
.access .cont {
  font-size: 0.9rem;
}
.access .cont img {
  width: 250px;
  height: auto;
}

/* ボタン */
.btn_01 {
  display: inline-block;
  color: #323232;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  padding: 15px 30px;
  margin-bottom: 2rem;
  border: 1px solid #4b4b4b;
}
.btn_01:hover {
  color: white;
  background-color: #323232;
}
.btn_01::after {
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
  margin-left: 10px;
  font-weight: 100;
  vertical-align: -2px;
}

/*------------------------------SP用------------------------------*/

@media screen and (max-width: 660px) {
  .pcOn {
    display: none;
  }

  #mainImage {
    position: relative;
    padding-top: 70%;
  }

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

  #mainImage h2 span {
    display: block;
    font-size: 1rem;
  }

  .gmap {
    padding: 0;
    margin: auto;
    margin-bottom: 30px;
  }
  .gmap h3 {
    color: #292929;
    font-size: 2rem;
    padding-top: 30px;
    margin-bottom: 40px;
  }
  .gmap iframe {
    display: block;
    width: 100%;
    max-width: 660px;
    height: 400px;
    filter: grayscale(70%);
  }

  .access {
    max-width: initial;
    text-align: center;
    margin: auto;
    padding: 10px;
  }
  .access .cont {
    font-size: 0.85rem;
  }
  .access .cont img {
    width: 200px;
    height: auto;
  }

  /* 何故かiOSでバグ発生のため非表示 */
  .btn_01::after {
    display: none;
  }
}

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

/*------------------------------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-size: 2.5rem;
    line-height: 1.3em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 3px;
    font-family: serif;
    text-shadow: 0px 0px 8px white;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); /*上下左右中央寄せ*/
    text-align: center;
  }

  #mainImage h2 span {
    display: block;
    font-size: 1.2rem;
  }
}
