@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500;700&display=swap");
html {
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000000;
}

*:focus {
  outline: none;
}

body {
  color: #3a3a3a;
  line-height: 1.8;
}

.wrapper {
  overflow: hidden;
  position: relative;
  clear: both;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  z-index: 2;
}
.wrapper .cont_area {
  width: 100%;
  max-width: 1011px;
  margin: 0 auto;
}
@media screen and (max-width: 1220px) {
  .wrapper {
    width: 100%;
  }
  .wrapper .cont_area {
    width: 94% !important;
    margin: 0 3%;
  }
}

.main_conts {
  position: relative;
}

/*--footer --
-------------------------*/
footer {
  display: block;
  width: 100%;
  background-color: #000000;
}
footer .foot_area {
  width: 100%;
  position: relative;
}
footer .foot_area .foot {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 15px 0 20px;
}
@media screen and (max-width: 640px) {
  footer .foot_area .foot {
    width: 90%;
    padding: 80px 0 20px;
  }
}
footer .foot_area .foot .link_setagaya a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  color: #ffffff;
  text-decoration: underline;
  line-height: 1.5;
  display: inline-block;
}
footer .foot_area .foot .link_setagaya a:hover {
  text-decoration: none;
}
footer .foot_area .foot h1 {
  position: absolute;
  max-width: 240px;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  footer .foot_area .foot h1 {
    top: -10px;
    max-width: 300px;
  }
}
footer .foot_area .sns_link {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: -webkit- flex-end;
  justify-content: flex-end;
  margin: 0 0 30px auto;
}
@media screen and (max-width: 640px) {
  footer .foot_area .sns_link {
    margin: 0 0 20px auto;
  }
}
footer .foot_area .sns_link > li {
  position: relative;
  padding: 0 15px 0 15px;
  text-align: center;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  footer .foot_area .sns_link > li {
    padding: 0 8px;
  }
}
footer .foot_area .sns_link > li:hover {
  opacity: 0.7;
}
footer .foot_area .sns_link > li a,
footer .foot_area .sns_link > li span {
  text-decoration: none;
  cursor: pointer;
}
footer .foot_area .sns_link > li a img,
footer .foot_area .sns_link > li span img {
  max-width: 35px;
  height: auto;
}
@media screen and (max-width: 640px) {
  footer .foot_area .sns_link > li a img,
  footer .foot_area .sns_link > li span img {
    max-width: 30px;
  }
}
footer .copyrights {
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  font-family: 'Noto Sans JP', sans-serif;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: right;
}
@media screen and (max-width: 640px) {
  footer .copyrights {
    width: 100%;
    padding: 3px 5% 10px;
    font-size: 10px;
    text-align: center;
  }
}

.txaL {
  text-align: left;
}

.txaR {
  text-align: right;
}

.txaC {
  text-align: center;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.clearfix {
  min-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  overflow: hidden;
  font-size: 0.1em;
}

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}

/*--opacity:hover--*/
.ov {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.ov:hover {
  opacity: .8;
  -webkit-opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* IE 8 */
}

/*--pc > 769px--*/
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }

  .pcImg {
    display: inline-block;
  }

  .sp {
    display: none !important;
  }

  .spImg {
    display: none !important;
  }

  .pcTbl {
    display: table;
  }

  .spTbl {
    display: none !important;
  }
}
/*--sp < 768px--*/
@media screen and (max-width: 640px) {
  img {
    width: 100%;
    height: auto;
  }

  .sp {
    display: block;
  }

  .spImg {
    display: inline-block;
  }

  .pc {
    display: none !important;
  }

  .pcImg {
    display: none !important;
  }

  .pcTbl {
    display: none !important;
  }

  .spTbl {
    display: table;
  }
}
@media screen and (min-width: 641px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
