@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.com-ib {
  display: inline-block;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 37px 0 0;
}
.com-txt .ac {
  color: #1bd05f;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 110px 0 120px;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box {
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 0px 13.44px 0.56px rgba(114, 114, 114, 0.14);
}

.com-reserve {
  width: 360px;
  height: 88px;
  border-radius: 999px;
  text-align: center;
  padding-left: 35px;
  background: url(../img/top/reserve-ico.png) no-repeat 75px center, url(../img/top/reserve-arw.png) no-repeat calc(100% - 20px) center #00b1ff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.1rem;
  color: #fff;
  line-height: 88px;
}
@media screen and (max-width: 768px) {
  .com-reserve {
    font-size: 1.5rem;
  }
}

.com-num {
  text-align: center;
  width: 64px;
  height: 64px;
  padding-top: 10px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  line-height: 1;
}
.com-num::before {
  content: "";
  width: 36px;
  height: 28px;
  background: url(../img/top/solution-point-illu.png) no-repeat left bottom/contain;
  position: absolute;
  left: -17px;
  bottom: 0;
}
.com-num .txt {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #1bd05f;
}
@media screen and (max-width: 768px) {
  .com-num .txt {
    font-size: 1.5rem;
  }
}
.com-num .num {
  display: block;
  padding-left: 4px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: 0;
  color: #00b1ff;
}
@media screen and (max-width: 768px) {
  .com-num .num {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .com-list {
    padding: 0 55px;
  }
}
.com-list-item {
  display: flex;
  justify-content: space-between;
}
.com-list-item:nth-of-type(n+2) {
  margin: 20px auto 0;
}
.com-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.com-list-con {
  padding-top: 57px;
  padding-left: 100px;
}
.com-list-txt {
  margin-top: 25px;
}

.com-bg {
  background: url(../img/top/solution-leaf-l.png) no-repeat left calc(100% - 120px), url(../img/top/solution-leaf-r.png) no-repeat right top, url(../img/top/com-bg-wave.jpg) no-repeat center bottom, url(../img/top/com-bg.png) no-repeat center top/cover;
}
@media screen and (min-width: 1921px) {
  .com-bg {
    background-size: auto, auto, 100%, cover;
  }
}
.com-bg02 {
  background: url(../img/about/com-bg02-wave.png) no-repeat center bottom, url(../img/about/about-bg.png) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  .com-bg02 {
    background-size: 100%;
  }
}

.com-map {
  padding-right: 17px;
  padding-bottom: 8px;
  background: url(../img/top/info-map-arw.png) no-repeat right 3px;
  border-bottom: 2px solid #1bd05f;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .com-map {
    font-size: 1.5rem;
  }
}
.com-map::before {
  content: "";
  width: 19px;
  height: 24px;
  background: url(../img/top/info-map.png) no-repeat left top/contain;
  position: absolute;
  left: -29px;
  top: 0;
}

.com-worktime {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1;
}
.com-worktime .item {
  display: flex;
  align-items: center;
}
.com-worktime .item:nth-of-type(n+2) {
  margin-left: 16px;
}
.com-worktime dt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #1bd05f;
  letter-spacing: 0;
}
.com-worktime dd {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-worktime dd {
    font-size: 1.5rem;
  }
}

.com-tel-ttl {
  width: 110px;
  height: 40px;
  text-align: center;
  background: #00b1ff;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .com-tel-ttl {
    font-size: 1.5rem;
  }
}
.com-tel-link {
  margin-left: 10px;
  line-height: 1;
}
.com-tel-link .num {
  padding-left: 30px;
  background: url(../img/top/info-tel.png) no-repeat left 60%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0;
  color: #00b1ff;
}
@media screen and (max-width: 768px) {
  .com-tel-link .num {
    font-size: 1.5rem;
  }
}
.com-tel-link .note {
  display: block;
  margin-top: 5px;
}

.news-post {
  width: 100%;
  max-width: 660px;
}
.news-post-item:first-of-type a {
  padding-top: 0;
}
.news-post-item:nth-of-type(n+2) {
  background-size: 24px 2px;
  background-image: linear-gradient(to right, #1bd05f, #1bd05f 14px, transparent 14px, transparent 24px);
  background-repeat: repeat-x;
  background-position: left top;
}
@media screen and (max-width: 767px) {
  .news-post-item:nth-of-type(n+2) {
    background-size: 12px 2px;
    background-image: linear-gradient(to right, #1bd05f, #1bd05f 7px, transparent 7px, transparent 12px);
  }
}
.news-post-link {
  display: block;
  padding: 20px 0;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}
.news-post-time {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #727272;
  line-height: 1.2;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-left: 15px;
  flex-wrap: wrap;
  line-height: 1;
}
.news-post-tag-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  color: #1bd05f;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-tag-txt::before {
  content: "・";
}
.news-post-ttl {
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.com-tag-link {
  display: block;
}

/* =========================================

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about .about-ttl::before {
  top: -17px;
}
#top-about .about-flx {
  margin: 40px auto 0;
}
#top-about .about-txt-box {
  max-width: 610px;
}

/* top-problem  PC
------------------------------------ */
#top-problem .problem-bg {
  background: url(../img/top/solution-arw.png) no-repeat calc(50% - 120px) calc(100% - 100px), url(../img/top/solution-arw.png) no-repeat calc(50% + 120px) calc(100% - 100px);
  position: relative;
}
#top-problem .problem-bg::before {
  content: "";
  width: 100%;
  height: 1652px;
  background: url(../img/top/solution-bg.png) no-repeat center bottom;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #top-problem .problem-bg::before {
    background-size: 100%;
  }
}
#top-problem .problem-list {
  margin: 40px auto 0;
  background: url(../img/top/solution-illu.png) no-repeat center calc(100% - 90px);
}
#top-problem .problem-list-item:nth-of-type(2) {
  margin-top: 66px;
}
#top-problem .problem-list-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
#top-problem .problem-list-ttl::before {
  content: "";
  width: 135px;
  height: 142px;
  background: url(../img/top/solution01.png) no-repeat center/contain;
}
#top-problem .problem-list-ttl .box {
  display: block;
  width: 300px;
  height: 90px;
  background: #fff;
  border-radius: 999px;
  outline: 1px solid #efe8b5;
  outline-offset: -8px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 90px;
  box-shadow: 0px 0px 13.44px 0.56px rgba(114, 114, 114, 0.14);
}
@media screen and (max-width: 768px) {
  #top-problem .problem-list-ttl .box {
    font-size: 1.5rem;
  }
}
#top-problem .problem-list-ttl02 {
  outline-color: #e2e2e2;
}
#top-problem .problem-list-ttl02::before {
  width: 106px;
  height: 110px;
  background-image: url(../img/top/solution02.png);
}
#top-problem .problem-list-ttl03 {
  outline-color: #ecd5c2;
}
#top-problem .problem-list-ttl03::before {
  width: 106px;
  height: 110px;
  background-image: url(../img/top/solution03.png);
}
#top-problem .problem-list-ttl04 {
  margin: 72px auto 0;
}
#top-problem .problem-list-ttl04::before {
  content: none;
}
#top-problem .problem-list-ttl04 .box {
  width: 100%;
  max-width: 790px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-problem .problem-list-ttl04 .box {
    font-size: 1.5rem;
  }
}
#top-problem .problem-list-ttl04 .sm {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-problem .problem-list-ttl04 .sm {
    font-size: 1.5rem;
  }
}
#top-problem .solution-txt {
  margin: 63px auto 0;
  text-align: center;
  background: url(../img/top/solution-deco-l.png) no-repeat left bottom, url(../img/top/solution-deco-r.png) no-repeat right bottom;
  padding-bottom: 30px;
}
#top-problem .solution-txt .ac {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top-problem .solution-txt .ac {
    font-size: 1.5rem;
  }
}
#top-problem .solution-list {
  margin: 50px auto 0;
}
#top-problem .contact {
  margin: 60px auto 0;
  text-align: center;
}
#top-problem .contact-ttl {
  display: inline-block;
  padding: 0 110px;
  background: url(../img/top/contact-deco-l.png) no-repeat left 60%, url(../img/top/contact-deco-r.png) no-repeat right 60%;
}
#top-problem .contact-ttl::before {
  content: none;
}
#top-problem .contact-box {
  height: 293px;
  margin: 20px auto 0;
  background: url(../img/top/contact-dot.png) no-repeat center #fff;
  border-radius: 40px;
  box-shadow: 0px 0px 13.44px 0.56px rgba(114, 114, 114, 0.14);
}
#top-problem .contact-dl {
  margin: 28px auto 0;
  padding-top: 18px;
  background-size: 24px 2px;
  background-image: linear-gradient(to right, #1bd05f, #1bd05f 14px, transparent 14px, transparent 24px);
  background-repeat: repeat-x;
  background-position: left top;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #top-problem .contact-dl {
    background-size: 12px 2px;
    background-image: linear-gradient(to right, #1bd05f, #1bd05f 7px, transparent 7px, transparent 12px);
  }
}
#top-problem .contact-btn {
  margin-left: 80px;
}

/* top-news  PC
------------------------------------ */
#top-news .news-btn {
  margin-top: 70px;
}
#top-news .news-bnr {
  margin: 70px auto 0;
}
#top-news .news-bnr-link {
  display: block;
  position: relative;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  #top-news .news-bnr-link:hover {
    transform: translateY(-5px);
  }
}

/* =========================================

  sub layout  all

========================================= */
/* about  PC
------------------------------------ */
#about .about-ttl {
  margin: -44px auto 0;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
#about .about-img {
  text-align: center;
}
#about .about-txt {
  margin: 67px auto 0;
}
@media screen and (min-width: 768px) {
  #about .about-txt {
    text-align: center;
  }
}
#about .gallery {
  margin: 125px auto 0;
}
#about .gallery-scroll {
  height: 560px;
  margin: 80px auto 0;
  overflow-y: auto;
}
#about .gallery-scroll::-webkit-scrollbar {
  width: 10px;
}
#about .gallery-scroll::-webkit-scrollbar-track {
  background: #e8e8e8; /* 背景 */
  border-radius: 10px; /* 角丸 */
}
#about .gallery-scroll::-webkit-scrollbar-thumb {
  background: #a7eeb4; /* 動くバー（thumb） */
  border-radius: 10px; /* 角丸 */
}
#about .gallery-scroll::-webkit-scrollbar-thumb:hover {
  background: #a7eeb4;
}
#about .gallery-list-item {
  width: 100%;
  max-width: 320px;
}
@media screen and (min-width: 768px) {
  #about .gallery-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  #about .gallery-list-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
#about .gallery-list-img {
  width: 100%;
  height: 0;
  padding-top: 81.25%;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
#about .reason {
  background-size: auto, auto, 0, cover;
}
#about .reason-list {
  margin: 80px auto 0;
}
@media screen and (min-width: 768px) {
  #about .reason-list {
    padding: 0 55px;
  }
}
@media screen and (min-width: 768px) {
  #about .reason .com-list-con {
    width: 100%;
    max-width: 570px;
  }
}
#about .reason .com-list-ttl .ttl {
  padding-bottom: 14px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  #about .reason .com-list-ttl .ttl {
    width: 470px;
  }
}
#about .flow {
  background: url(../img/top/com-bg-wave.jpg) no-repeat center bottom, url(../img/top/com-bg.png) no-repeat center/cover;
}
@media screen and (min-width: 1921px) {
  #about .flow {
    background-size: 100%, cover;
  }
}
#about .flow-box {
  margin: 74px auto 0;
  padding: 80px 105px;
  background: url(../img/about/dot.png) no-repeat center #fff;
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  #about .flow-box {
    height: 1440px;
  }
}
#about .flow .com-list {
  padding: 0;
}
#about .flow .com-list-item {
  align-items: center;
  justify-content: space-between;
}
#about .flow .com-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#about .flow .com-list-item:nth-of-type(2n) {
  flex-direction: row;
}
#about .flow .com-list-con {
  max-width: 580px;
  padding-top: 0;
}
#about .flow .com-list-con .ttl {
  width: 470px;
}
#about .flow .com-list-txt {
  margin-top: 15px;
}
#about .flow .com-num {
  width: 74px;
  height: 74px;
  border: 1px solid #d7f6dd;
}
#about .greeting-inner {
  padding: 130px 0 86px;
}
#about .greeting-ttl::before {
  width: 129px;
  height: 109px;
  top: -27px;
}
#about .greeting-flx {
  margin: 50px auto 0;
}
#about .greeting-left {
  text-align: center;
}
#about .greeting-name {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #1bd05f;
}
@media screen and (max-width: 768px) {
  #about .greeting-name {
    font-size: 1.5rem;
  }
}
#about .greeting-name .lg {
  margin-left: 18px;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #about .greeting-name .lg {
    font-size: 1.5rem;
  }
}

/* menu  PC
------------------------------------ */
#menu .menu {
  background: url(../img/menu/bg.png) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  #menu .menu {
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  #menu .menu {
    background-size: cover;
  }
}
#menu .menu-list-item {
  display: flex;
  padding: 30px 60px;
  justify-content: space-between;
  align-items: center;
}
#menu .menu-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}
#menu .menu-list-img {
  width: 240px;
  height: 180px;
  margin-right: 40px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
#menu .menu-list-con {
  width: 100%;
}
#menu .menu-list-ttl {
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #d7f6dd;
  align-items: flex-end;
  justify-content: space-between;
}
#menu .menu-list-ttl .ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.46;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #menu .menu-list-ttl .ttl {
    font-size: 1.5rem;
  }
}
#menu .menu-list-ttl .price {
  margin-left: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #1bd05f;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #menu .menu-list-ttl .price {
    font-size: 1.5rem;
  }
}
#menu .menu-list-ttl .num {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #menu .menu-list-ttl .num {
    font-size: 1.5rem;
  }
}
#menu .menu-list-txt {
  margin-top: 20px;
  white-space: pre-line;
}

/* voice  PC
------------------------------------ */
#voice .voice {
  background: url(../img/voice/bg.png) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  #voice .voice {
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  #voice .voice {
    background-size: cover;
  }
}
#voice .voice-list-item {
  display: flex;
  padding: 40px 60px;
  justify-content: space-between;
  align-items: center;
}
#voice .voice-list-item:nth-of-type(n+2) {
  margin: 30px auto 0;
}
#voice .voice-list-ico {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#voice .voice-list-con {
  width: 100%;
  max-width: 740px;
}
#voice .voice-list-profile {
  display: flex;
  margin: 20px auto 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.2;
  color: #1bd05f;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #voice .voice-list-profile {
    font-size: 1.5rem;
  }
}
#voice .voice-list-profile span:nth-of-type(n+2)::before {
  content: "/";
  margin: 0 5px;
}
#voice .voice-list-txt {
  margin-top: 16px;
  white-space: pre-line;
}
@media screen and (min-width: 768px) {
  #voice .voice-list-txt {
    padding-right: 60px;
  }
}

/* access  PC
------------------------------------ */
#access .access {
  background: url(../img/access/bg.png) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  #access .access {
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  #access .access {
    background-size: cover;
  }
}
#access .access-flx {
  margin: 77px auto 0;
}
#access .access-box {
  width: 100%;
  max-width: 520px;
  padding: 24px 40px;
}
#access .access-map {
  width: 100%;
  max-width: 520px;
  text-align: center;
}
#access .access-map-ttl {
  display: inline-block;
  padding: 0 55px;
  background: url(../img/access/map-l.png) no-repeat left center, url(../img/access/map-r.png) no-repeat right center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #access .access-map-ttl {
    font-size: 1.5rem;
  }
}
#access .access-ggmap {
  height: 433px;
  margin: 20px auto 0;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px 0px 13.44px 0.56px rgba(114, 114, 114, 0.14);
}
#access .car {
  margin: 140px auto 0;
  text-align: center;
}
#access .car-img {
  display: inline-block;
  margin: 80px auto 0;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0px 0px 13.44px 0.56px rgba(114, 114, 114, 0.14);
}

/* news  PC
------------------------------------ */
#news .com-tag {
  margin: 50px auto 0;
}
#news .com-news-link {
  padding: 40px 60px;
}
#news .com-news-flx {
  margin: 0;
}
#news .com-news-ttl {
  margin: 0 auto 0;
  padding-bottom: 0;
  line-height: 2.3;
}
#news .com-news-img {
  margin-left: 40px;
  border-radius: 40px;
  overflow: hidden;
}
#news .detail-box {
  padding: 40px 60px;
}/*# sourceMappingURL=all.css.map */