@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@font-face {
  font-family: "Noto Sans JP";
  src: url(../font/HelveticaNeueLTStd-Hv.otf);
  font-weight: 500;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    overflow-x: hidden;
  }
}
address {
  font-weight: 500;
}

body {
  color: #444;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1px;
  min-width: 1100px;
  margin: 0 auto;
  max-width: 1920px;
}

.eli, .sec4 ul li p, .sec5 ul li p, .blog-list li a dl dt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cent, .samune img, .blog-list li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ce, .head-ab, .nav-list ul li a:after, .tit:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mid, .contact-submits-wrap p:after, .head-btn:before, .mv div h2, .sec67-flex section h3 a:after, .conc-btn:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flex, .deta-nav, .contact-submits-wrap, .nav-list ul, .sec1-flex, .sec2-flex, .sec45-flex, .sec67-flex, .sec9-flex, .info-flex, .conc-flex1, .conc-flex2, .conc-flex3, .menu-flex, .conc-dlt dd, .menu-list, .cont-flex, .blog-list li a, .ft-flex, .ft-nav, .dust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1080px) {
  .flex, .deta-nav, .contact-submits-wrap, .nav-list ul, .sec1-flex, .sec2-flex, .sec45-flex, .sec67-flex, .sec9-flex, .info-flex, .conc-flex1, .conc-flex2, .conc-flex3, .menu-flex, .conc-dlt dd, .menu-list, .cont-flex, .blog-list li a, .ft-flex, .ft-nav, .dust {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.btn, .sec1-btn, .sec2-btn, .sec3-btn, .sec4-btn,
.sec5-btn, .sec8-btn {
  font-family: "Noto Sans JP";
  position: relative;
  display: block;
  width: 135px;
  margin: 0 0 0 auto;
  padding: 0 3px 3px;
  font-size: 2.4rem;
  text-align: left;
  border-bottom: 4px solid #4d9bc3;
  color: #4d9bc3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.btn:after, .sec1-btn:after, .sec2-btn:after, .sec3-btn:after, .sec4-btn:after,
.sec5-btn:after, .sec8-btn:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 17px;
  top: 50%;
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover:after, .sec1-btn:hover:after, .sec2-btn:hover:after, .sec3-btn:hover:after, .sec4-btn:hover:after,
.sec5-btn:hover:after, .sec8-btn:hover:after {
  right: 5px;
}

.pagenation {
  width: 300px;
  margin: 40px auto 0;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.pagenation li {
  text-align: center;
  width: 40px;
  background: #4d9bc3;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  opacity: .7;
  line-height: 40px;
}
.pagenation a {
  display: block;
}
.pagenation .current {
  opacity: 1;
  display: block;
}
.pagenation:hover {
  opacity: 1;
}

.deta-nav {
  margin-top: 40px;
  text-align: center;
  width: 100%;
}
.deta-nav li a {
  display: block;
  width: 90px;
  line-height: 40px;
  background: #4d9bc3;
  font-size: 2.0rem;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.deta-nav li a:hover {
  opacity: 0.7;
}

.back a {
  padding-left: 20px;
  position: relative;
}
.back a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(225deg);
  -moz-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.to-top a {
  text-align: center;
  padding: 0 10px;
}

.next a {
  padding-right: 20px;
  position: relative;
}
.next a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.samune, .blog-list li a figure {
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.samune img, .blog-list li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .samune img, .blog-list li a figure img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    right: 0;
    top: 0;
  }
}
.samune:hover img, .blog-list li a figure:hover img {
  width: 120%;
  height: 120%;
}

.sitemap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.sitemap li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #444;
  font-weight: 700;
  font-size: 2.4rem;
}
.sitemap li:last-child {
  margin-bottom: 0;
}
.sitemap li a {
  padding: 0 20px;
}

.iframe, .map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: none;
}
.iframe iframe, .map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.deta-dlt dd {
  padding: 20px;
}

.contact-submits-wrap {
  margin-top: 30px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.contact-submits-wrap p {
  width: 200px;
  border-radius: 15px;
  position: relative;
}
.contact-submits-wrap p:after {
  content: "";
  width: 10px;
  height: 10px;
  background: white;
  background: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%);
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, white 50%, white 100%);
  position: absolute;
  z-index: 1;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.contact-submits-wrap p input {
  background: #e77b56;
  width: 200px;
  border-radius: 15px;
  padding: 13px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-submits-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-submits-wrap p {
    margin: 0 auto;
  }
  .contact-submits-wrap p:nth-child(2) {
    margin-top: 20px;
  }
}

/*-----header----*/
.head-cont {
  padding-top: 155px;
  position: relative;
}
@media (max-width: 1080px) {
  .head-cont {
    padding-top: 75px;
  }
}

.head-ab {
  position: fixed;
  z-index: 110;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 75px 35px 0;
  box-sizing: border-box;
}
.head-ab h1 {
  position: absolute;
  left: 315px;
  top: 25px;
  width: 280px;
  display: inline-block;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.head-ab h1 a {
  display: block;
}
@media (max-width: 1080px) {
  .head-ab {
    padding: 75px 10px 0;
  }
  .head-ab h1 {
    left: 295px;
    top: 15px;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
  }
  .head-ab h1 a {
    margin-right: 45px;
  }
}

.drawer-open .head-ab h1 {
  position: absolute;
  left: 100%;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}

.head-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  text-align: center;
  font-size: 2.0rem;
  background: #4d9bc3;
  color: #fff;
  font-weight: 700;
  padding: 3px 0;
}
.head-btn:before {
  content: "";
  width: 18px;
  height: 17px;
  background: url(../img/head-ab1.png) no-repeat;
  background-size: contain;
  left: 20px;
}
.head-btn:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.contents {
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.nav-list {
  margin-top: 20px;
}
.nav-list ul {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: "Noto Sans JP";
  font-size: 2.0rem;
}
.nav-list ul li a {
  display: block;
  padding-bottom: 30px;
  position: relative;
}
.nav-list ul li a:after {
  content: "";
  width: 100%;
  height: 5px;
  background: rgba(77, 155, 195, 0.5);
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.nav-list ul li a:hover {
  opacity: 1;
}
.nav-list ul li a:hover:after {
  opacity: 1;
}
.nav-list ul .active a:after {
  opacity: 1;
}

.mv {
  position: relative;
  padding-right: 100px;
}
.mv div {
  width: 100%;
  padding-top: 895px;
  background: url(../img/mv.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.mv div h2 {
  width: 100%;
  text-align: center;
}
.mv p {
  position: absolute;
  top: 40px;
  right: 50px;
}
@media (max-width: 1080px) {
  .mv {
    padding-right: 60px;
  }
  .mv div {
    padding-top: 700px;
    background-position: 30% 50%;
  }
}
.mv p {
  right: 30px;
}
@media (max-width: 560px) {
  .mv {
    padding-right: 40px;
  }
  .mv div {
    padding-top: 550px;
  }
  .mv p {
    right: 5px;
  }
}

/*------main------*/
.sec-tit {
  text-align: center;
  margin-bottom: 60px;
}

.top {
  padding: 140px 0 150px;
}
@media (max-width: 560px) {
  .top {
    padding: 90px 0 100px;
  }
}

.sec1 {
  margin-bottom: 150px;
}
@media (max-width: 560px) {
  .sec1 {
    margin-bottom: 100px;
  }
}

.sec1-flex div, .sec2-flex div {
  max-width: 500px;
  width: 100%;
}
.sec1-flex div h3, .sec2-flex div h3 {
  margin-bottom: 35px;
}
.sec1-flex div p, .sec2-flex div p {
  margin-bottom: 60px;
}
@media (max-width: 1080px) {
  .sec1-flex div, .sec2-flex div {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.sec1-btn, .sec2-btn {
  width: 270px;
  padding: 0 3px 3px;
  border-bottom: 1px solid #4d9bc3;
  text-align: center;
}
@media (max-width: 1080px) {
  .sec1-btn, .sec2-btn {
    margin: 0 auto;
  }
}

.sec2 {
  margin-bottom: 150px;
}
@media (max-width: 560px) {
  .sec2 {
    margin-bottom: 100px;
  }
}

.sec2-flex {
  flex-flow: row-reverse;
}
@media (max-width: 1080px) {
  .sec2-flex {
    flex-wrap: wrap;
  }
}

.sec3 {
  padding-top: 70px;
  margin-bottom: 140px;
  background: #d1c0a5;
  background: -webkit-linear-gradient(bottom, rgba(209, 192, 165, 0) 0%, rgba(209, 192, 165, 0) 25%, rgba(209, 192, 165, 0.3) 25%, rgba(209, 192, 165, 0.3) 100%);
  background: linear-gradient(to top, rgba(209, 192, 165, 0) 0%, rgba(209, 192, 165, 0) 25%, rgba(209, 192, 165, 0.3) 25%, rgba(209, 192, 165, 0.3) 100%);
}
.sec3 iframe {
  margin-bottom: 30px;
}
@media (max-width: 560px) {
  .sec3 {
    margin-bottom: 90px;
  }
}

.sec45-flex {
  margin-bottom: 150px;
}
.sec45-flex section {
  width: 100%;
  max-width: 540px;
}
.sec45-flex section div {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.sec45-flex section div h3 {
  margin-bottom: 60px;
}
@media (max-width: 1080px) {
  .sec45-flex section {
    max-width: 100%;
  }
  .sec45-flex section div {
    max-width: 100%;
  }
}
@media (max-width: 560px) {
  .sec45-flex {
    margin-bottom: 100px;
  }
}

.sec4 ul, .sec5 ul {
  font-size: 1.6rem;
  margin-bottom: 35px;
}
.sec4 ul li, .sec5 ul li {
  margin-bottom: 20px;
  padding: 0 15px 5px;
  border-bottom: 2px solid rgba(77, 155, 195, 0.25);
}
.sec4 ul li time, .sec5 ul li time {
  display: block;
  margin-bottom: 5px;
}
.sec4 ul li p, .sec5 ul li p {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}
.sec4 ul li:last-child, .sec5 ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .sec4, .sec5 {
    margin-bottom: 150px;
  }
  .sec4 ul li p, .sec5 ul li p {
    max-width: 90%;
    margin: 0 5%;
    box-sizing: border-box;
  }
}
@media (max-width: 560px) {
  .sec4, .sec5 {
    margin-bottom: 100px;
  }
}

@media (max-width: 1080px) {
  .sec5 {
    margin-bottom: 0;
  }
}
@media (max-width: 560px) {
  .sec5 {
    margin-bottom: 0;
  }
}

.sec67-flex {
  margin-bottom: 150px;
}
.sec67-flex section {
  max-width: 520px;
  width: 100%;
  border: 2px solid #4d9bc3;
  box-sizing: border-box;
  border-radius: 10px;
}
.sec67-flex section h3 {
  text-align: center;
}
.sec67-flex section h3 a {
  padding: 30px 0;
  display: block;
  position: relative;
}
.sec67-flex section h3 a:after {
  content: "";
  width: 18px;
  height: 17px;
  right: 50px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.sec67-flex section h3 a:hover:after {
  right: 20px;
}
@media (max-width: 1080px) {
  .sec67-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec67-flex section {
    margin-bottom: 40px;
  }
  .sec67-flex section:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 560px) {
  .sec67-flex {
    margin-bottom: 100px;
  }
}

.sec6 {
  background: #fff;
}
.sec6 h3 a:after {
  background: url(../img/arrow2.png) no-repeat;
  background-size: contain;
}

.sec7 {
  background: #4d9bc3;
}
.sec7 h3 a:after {
  background: url(../img/arrow3.png) no-repeat;
  background-size: contain;
}

.sec8 {
  background: rgba(209, 192, 165, 0.3);
  padding: 70px 0;
  text-align: center;
  margin-bottom: 150px;
}
.sec8 h3 {
  margin-bottom: 45px;
}
@media (max-width: 560px) {
  .sec8 {
    margin-bottom: 100px;
  }
}

.sec8-tel {
  display: block;
  max-width: 344px;
  margin: 0 auto 40px;
}

.sec8-btn {
  margin: 0 auto;
}

.sec9-flex {
  margin-bottom: 150px;
}
.sec9-flex div {
  max-width: 540px;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
.sec9-flex div table th {
  width: 100px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 10px 0;
}
.sec9-flex div table td {
  padding: 10px 20px;
  font-size: 1.7rem;
  border-bottom: 1px solid #cacaca;
}
.sec9-flex div p {
  margin-bottom: 10px;
  font-family: "Noto Sans JP";
}
@media (max-width: 1080px) {
  .sec9-flex div {
    max-width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .sec9-flex div:last-child {
    margin-bottom: 0;
  }
  .sec9-flex div table th,
  .sec9-flex div table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .sec9-flex div p {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .sec9-flex {
    margin-bottom: 100px;
  }
}

.banar {
  display: inline-block;
}

.map {
  padding-top: 400px;
}

/*----under-----*/
.sub-mv {
  position: relative;
  padding-right: 100px;
}
.sub-mv div {
  width: 100%;
  padding: 110px 0;
  background: url(../img/mv.png) no-repeat top;
  background-size: cover;
  position: relative;
}
.sub-mv div h2 {
  text-align: center;
  padding: 0 10px;
}
.sub-mv p {
  position: absolute;
  top: 40px;
  right: 50px;
}
@media (max-width: 1080px) {
  .sub-mv {
    padding-right: 60px;
  }
  .sub-mv div {
    background-position: 30% 0%;
  }
}
.sub-mv p {
  right: 30px;
}
@media (max-width: 560px) {
  .sub-mv {
    padding-right: 40px;
  }
  .sub-mv p {
    top: 0;
    right: 5px;
  }
}

.lower {
  padding: 150px 0 200px;
}
@media (max-width: 560px) {
  .lower {
    padding: 100px 0 130px;
  }
}

.under-sec {
  margin-bottom: 150px;
}
@media (max-width: 1080px) {
  .under-sec {
    margin-bottom: 100px;
  }
}

.tit {
  text-align: center;
  font-size: 3.6rem;
  padding-bottom: 10px;
  margin-bottom: 50px;
  position: relative;
  font-weight: 500;
}
.tit:after {
  content: "";
  width: 100px;
  height: 4px;
  background: #4d9bc3;
  bottom: 0;
}
@media (max-width: 560px) {
  .tit {
    margin-bottom: 40px;
  }
}

.sub-tit, .cont-tel {
  padding: 10px 20px;
  font-size: 2.4rem;
  font-weight: 500;
  background: #f5f1eb;
  margin-bottom: 35px;
}

/*-----info----*/
.info-table {
  margin-bottom: 100px;
}
.info-table th {
  width: 300px;
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
}
.info-table td {
  padding: 10px 70px;
  border-bottom: 1px solid #cacaca;
}
@media (max-width: 1080px) {
  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
  }
}
@media (max-width: 560px) {
  .info-table {
    margin-bottom: 80px;
  }
}

.info-flex figure:nth-last-child(n+3) {
  margin-bottom: 80px;
}
@media (max-width: 1080px) {
  .info-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-flex figure:nth-last-child(n+2) {
    margin-bottom: 80px;
  }
}

/*-----concept-----*/
.conc-flex1, .conc-flex2, .conc-flex3, .menu-flex {
  margin-bottom: 80px;
}
.conc-flex1 dl, .conc-flex2 dl, .conc-flex3 dl, .menu-flex dl {
  width: 100%;
  max-width: 520px;
}
.conc-flex1 dl dd, .conc-flex2 dl dd, .conc-flex3 dl dd, .menu-flex dl dd {
  padding: 0 20px;
}
@media (max-width: 1080px) {
  .conc-flex1, .conc-flex2, .conc-flex3, .menu-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .conc-flex1 dl, .conc-flex2 dl, .conc-flex3 dl, .menu-flex dl {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.conc-flex2 {
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.conc-flex2 dl dd p {
  margin-bottom: 42px;
}
.conc-flex2 dl dd p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .conc-flex2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.conc-dlt dt {
  padding: 0 20px 5px;
  border-bottom: 3px solid #a6cde1;
  margin-bottom: 45px;
}
.conc-dlt dd p {
  max-width: 540px;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
@media (max-width: 1080px) {
  .conc-dlt dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .conc-dlt dd p {
    max-width: 100%;
  }
  .conc-dlt dd figure {
    margin-bottom: 30px;
  }
  .conc-dlt dd figure:last-child {
    margin-bottom: 0;
  }
}

.conc-flex3 {
  margin-bottom: 0;
}
.conc-flex3 dl dd p {
  margin-bottom: 80px;
}

.conc-btn {
  max-width: 520px;
  width: 100%;
  padding: 30px 0;
  border: 2px solid #4d9bc3;
  box-sizing: border-box;
  border-radius: 10px;
  display: block;
  position: relative;
  text-align: center;
}
.conc-btn:after {
  content: "";
  width: 18px;
  height: 17px;
  right: 50px;
  background: url(../img/arrow2.png) no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.conc-btn:hover:after {
  right: 20px;
}
@media (max-width: 1080px) {
  .conc-btn {
    margin: 0 auto;
  }
}

/*-----mene-----*/
.menu-list li {
  max-width: 520px;
  margin-bottom: 80px;
}
.menu-list li:last-child {
  margin-bottom: 0;
}
.menu-list li dl dd figure {
  margin-bottom: 30px;
}
.menu-list li dl dd table {
  border-collapse: collapse;
  font-size: 1.7rem;
}
.menu-list li dl dd table tr {
  border-bottom: 1px solid #cacaca;
}
.menu-list li dl dd table tr th {
  font-weight: 700;
  padding: 10px;
}
.menu-list li dl dd table tr td {
  text-align: right;
  padding: 10px;
  width: 110px;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  .menu-list li {
    width: 46%;
    margin: 0 2% 80px;
  }
}
@media (max-width: 767px) {
  .menu-list li {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 80px;
  }
  .menu-list li dl dd figure {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .menu-list li {
    margin-bottom: 60px;
  }
  .menu-list li dl dd table tr th {
    padding: 10px 5px;
  }
  .menu-list li dl dd table tr td {
    padding: 10px 5px;
    width: 90px;
  }
}

/*----contact-----*/
.cont-flex div {
  max-width: 520px;
}
.cont-flex div p {
  padding: 0 20px;
  margin-bottom: 15px;
}

.cont-tel {
  display: block;
  text-align: center;
  font-weight: 700;
}

.contact-table {
  max-width: 1060px;
  margin: 0 auto;
  border-collapse: collapse;
}
.contact-table th {
  width: 340px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  background: #a6cde1;
  padding: 14px 10px 14px 20px;
}
.contact-table th span {
  background: #fff799;
  color: #444;
}
.contact-table td {
  padding: 14px 10px 14px 20px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
@media (max-width: 767px) {
  .contact-table th,
  .contact-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

/*-----blog----*/
.blog-list li {
  width: 100%;
  margin-bottom: 40px;
}
.blog-list li:last-child {
  margin-bottom: 0;
}
.blog-list li a {
  align-items: flex-start;
}
.blog-list li a dl {
  max-width: 840px;
  width: 100%;
}
.blog-list li a dl dt {
  padding: 0 10px 10px;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px solid #4d9bc3;
  position: relative;
  margin-bottom: 20px;
}
.blog-list li a dl dt:after {
  content: "";
  width: 170px;
  height: 3px;
  background: #4d9bc3;
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-list li a dl dd {
  padding: 0 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-list li a dl dd {
    padding: 0 10px;
  }
}
.blog-list li a dl dd p {
  display: inline-block;
}
.blog-list li a .no-fig {
  max-width: 100%;
  width: 100%;
}
.blog-list li a figure {
  max-width: 200px;
  padding-top: 150px;
  border-radius: 5px;
}
@media (max-width: 1080px) {
  .blog-list li a dl {
    margin-bottom: 20px;
  }
  .blog-list li a figure {
    display: none;
  }
}

/*-----footer-----*/
footer {
  padding: 90px 0 15px;
  background: url(../img/ft-bg.png) no-repeat center;
  background-size: cover;
}

.ft-flex {
  margin-bottom: 80px;
}
.ft-flex div {
  max-width: 540px;
  width: 100%;
}
.ft-flex div .ft-logo {
  display: block;
  width: 280px;
  margin-bottom: 30px;
}
.ft-flex div address {
  margin-bottom: 5px;
  font-size: 1.6rem;
}
.ft-flex nav {
  max-width: 540px;
  width: 100%;
}
@media (max-width: 1080px) {
  .ft-flex div {
    margin-bottom: 40px;
  }
  .ft-flex div:last-child {
    margin-bottom: 0;
  }
}

.ft-tel {
  font-family: "Noto Sans JP";
  font-size: 2.6rem;
  font-weight: 700;
}

.ft-nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ft-nav ul {
  margin-right: 80px;
}
.ft-nav ul li {
  margin-bottom: 15px;
}
.ft-nav ul li:last-child {
  margin-bottom: 0;
}
.ft-nav ul:last-child {
  margin-right: 0;
}

.copyright {
  text-align: center;
  font-size: 1.3rem;
}

/*---fixed-----*/
.fixed {
  z-index: 10;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.dis-none {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

/*-----secom-----*/
.pc-none {
  display: none;
}

.pre-text {
  line-height: 42px;
}
@media (max-width: 560px) {
  .pre-text {
    line-height: 32px;
  }
}

.e404 {
  text-align: center;
}

.e404 a {
  color: #444;
  display: inline-block;
  border-bottom: 1px solid #444;
}

a {
  color: #444;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  opacity: .7;
}

main {
  position: relative;
}

.dust {
  position: absolute;
  font-size: 1.4rem;
  left: 10px;
  top: 5px;
}
.dust li {
  position: relative;
  padding: 0 10px;
  margin-right: 10px;
}
.dust li:last-child {
  margin-right: 0;
}
.dust li:last-child:after {
  content: none;
}
.dust li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: -8px;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-radius: 2px;
}
@media (max-width: 1080px) {
  .dust {
    display: none;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}

.no-post {
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 1080px) {
  .ip-none {
    display: none;
  }

  .pc-none {
    display: block;
  }

  body {
    min-width: 340px;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }
}
@media screen and (max-width: 560px) {
  html {
    font-size: 52.7%;
  }
}
