@charset "UTF-8";
/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
  padding: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

li {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  color: #5a2828;
  font-family: "UD新ゴNT M", sans-serif;
  font-size: 22px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  ._pc-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  ._sp-only {
    display: none;
  }
}

.heading {
  position: relative;
  z-index: 1;
}
.heading h2 {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 30px;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .heading h2 {
    padding: 0 20px;
  }
}
.heading h2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 133px;
  height: 133px;
}
@media screen and (max-width: 767px) {
  .heading h2:before {
    content: none;
  }
}
.heading h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 133px;
  height: 133px;
}
@media screen and (max-width: 767px) {
  .heading h2:after {
    content: none;
  }
}
.heading._work h2:before {
  top: auto;
  bottom: 0;
  right: 0;
}
.heading._work h2:after {
  bottom: auto;
  top: 0;
  left: 0;
}
.heading-img {
  position: relative;
}
.heading-img img {
  max-width: 607px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .heading-img img {
    max-width: 100%;
  }
}
.heading p {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .heading p {
    padding: 0 20px;
  }
}

.col2 {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 999px) {
  .col2 {
    padding: 0 10px;
    margin-top: 30px;
  }
}
.col2-inner {
  max-width: 900px;
  margin: 0 auto;
}
.col2-inner h4 {
  font-size: 34px;
  font-family: "UD新ゴNT B", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .col2-inner h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 10px 0;
  }
}
.col2-inner p {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .col2-inner p {
    font-size: 16px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.col2-inner p.flex-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .col2-inner p.flex-left {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .col2-inner p.flex-left._month {
    margin: 30px auto;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .col2-inner p.flex-left._month {
    margin: 20px auto;
  }
}
.col2-inner ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .col2-inner ul li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 35px;
  }
}
.col2-inner ul li::before {
  content: "";
  position: absolute;
  background: url("../img/month/month-fukidashi.png") no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  height: 38px;
}
@media screen and (max-width: 767px) {
  .col2-inner ul li::before {
    width: 28px;
    height: 28px;
  }
}
.col2._work ul li::before {
  content: "";
  position: absolute;
  background: url("../img/work/work-fukidashi.png") no-repeat center center/contain;
}
.col2-imgarea {
  margin: 30px 0;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .col2-imgarea {
    display: block;
    margin: 20px 0;
  }
}
.col2-img {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .col2-img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.col2-text {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .col2-text {
    width: 100%;
  }
}

/*** common***/
a[href^="tel:"] {
  color: inherit;
}
@media screen and (min-width: 1000px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*** header ***/
.header,
.footer {
  height: 130px;
  background-color: #2ca6e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999px) {
  .header,
.footer {
    height: auto;
  }
  .header ._sp-only,
.footer ._sp-only {
    display: block;
  }
}
.header-inner,
.footer-inner {
  text-align: center;
}
@media screen and (max-width: 999px) {
  .header-inner,
.footer-inner {
    padding: 10px 10px;
  }
}
.header-inner p,
.footer-inner p {
  color: #fff;
  line-height: 1.5;
}
.header-inner p:nth-child(1),
.footer-inner p:nth-child(1) {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .header-inner p:nth-child(1),
.footer-inner p:nth-child(1) {
    font-size: 16px;
  }
}
.header-inner p:nth-child(2),
.footer-inner p:nth-child(2) {
  font-size: 33px;
}
@media screen and (max-width: 767px) {
  .header-inner p:nth-child(2),
.footer-inner p:nth-child(2) {
    font-size: 18px;
  }
}

.mv {
  background: url("../img/mv/mv-bg.jpg") no-repeat center bottom/cover;
  height: 650px;
}
@media screen and (min-width: 768px) {
  .mv {
    background-position: center bottom;
    height: 800px;
  }
}
.mv-logo {
  padding-top: 75px;
}
@media screen and (max-width: 767px) {
  .mv-logo {
    padding: 75px 20px 0;
  }
}
.mv-logo img {
  margin: 0 auto;
}

/*** about ***/
.about {
  padding: 50px 20px 80px;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 30px 20px 50px;
  }
}
.about-text {
  text-align: center;
}
.about-text p {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .about-text p {
    margin-bottom: 30px;
  }
}
.about-text p:last-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .about-text p:last-child {
    margin-bottom: 50px;
  }
}
.about-text p span {
  color: #f0825a;
  font-size: 25px;
  font-family: "UD新ゴNT B", sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff88));
  background: linear-gradient(transparent 70%, #ffff88 70%);
}
@media screen and (max-width: 767px) {
  .about-text p span {
    font-size: 18px;
  }
}
.about .support {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 18px;
  border: 2px solid #f0825a;
  padding: 40px 50px;
}
@media screen and (max-width: 767px) {
  .about .support {
    padding: 20px;
  }
}
.about .support h2 {
  color: #f0825a;
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
  font-family: "UD新ゴNT B", sans-serif;
}
@media screen and (max-width: 767px) {
  .about .support h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.about .support p:first-of-type {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .about .support p:first-of-type {
    margin-bottom: 30px;
  }
}

/*** daily ***/
.daily {
  background-color: #d0f3f9;
  padding: 100px 0;
  background: url("../img/daily/daily-bg.jpg") no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .daily {
    padding: 50px 0;
  }
}
.daily .heading h2:before {
  background: url("../img/daily/daily-title-deko001.png") no-repeat center center/contain;
}
.daily .heading h2:after {
  background: url("../img/daily/daily-title-deko002.png") no-repeat center center/contain;
}

/*** day ***/
.day {
  position: relative;
  margin-top: 50px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .day {
    padding: 0 10px;
  }
}
.day._afternoon {
  position: relative;
  margin-top: 0;
  z-index: 2;
}
.day._afternoon:before {
  content: "";
  position: absolute;
  background: url("../img/heading/heading-deko001.png") no-repeat center bottom/contain;
  bottom: -140px;
  left: 0;
  width: 384px;
  height: 320px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .day._afternoon:before {
    width: 192px;
    height: 160px;
    bottom: 0;
  }
}
.day._afternoon:after {
  content: "";
  position: absolute;
  background: url("../img/heading/heading-deko002.png") no-repeat center top/contain;
  top: -40px;
  right: 0;
  width: 377px;
  height: 316px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .day._afternoon:after {
    width: 189px;
    height: 158px;
  }
}
.day-bg {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .day-bg {
    padding: 30px 0;
  }
}
.day-bg._afternoon {
  position: relative;
  border-radius: 0 0 20px 20px;
  padding-top: 0;
}
.day-bg._afternoon p:last-of-type {
  margin-top: 30px;
  font-size: 24px;
  margin-bottom: 50px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .day-bg._afternoon p:last-of-type {
    padding: 0 20px;
    font-size: 16px;
  }
}
.day h3 {
  position: relative;
  margin-bottom: 50px;
}
.day h3 img {
  max-width: 407px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .day h3 img {
    padding: 0 20px;
    max-width: 100%;
  }
}
.day-inner {
  background: url("../img/day/day-bg-middle.png") repeat-y 50% 0;
  background-size: 100% auto;
  margin: 0 100px;
}
@media screen and (max-width: 1200px) {
  .day-inner {
    margin: 0 10px;
  }
}
.day-inner h4 {
  text-align: center;
  font-family: "UD新ゴNT B", sans-serif;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .day-inner h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.day-inner > p {
  text-align: center;
  font-family: "UD新ゴNT B", sans-serif;
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .day-inner > p {
    font-size: 20px;
  }
}
.day-list {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.day-list._rest {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .day-list._rest {
    margin-top: 30px;
  }
}
.day-list-item {
  width: 47%;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .day-list-item {
    width: 100%;
    padding: 0 20px;
  }
}
.day-list-item-title {
  font-size: 28px;
  color: #2cd0e1;
  font-family: "UD新ゴNT B", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .day-list-item-title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
.day-list-item--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.day-list-item--col2 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  margin-bottom: 6%;
}
@media screen and (max-width: 999px) {
  .day-list-item._rest {
    margin-bottom: 0;
    width: 100%;
    padding: 0 30px;
  }
}
.day-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .day-list ul {
    display: block;
  }
}
.day-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  margin-bottom: 50px;
}
@media screen and (max-width: 999px) {
  .day-list ul li {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
}
.day-list ul li img {
  width: 40%;
  width: 172px;
  height: 172px;
}
@media screen and (max-width: 767px) {
  .day-list ul li img {
    width: 140px;
    height: 140px;
  }
}
.day-text {
  width: 57%;
  margin-left: 3%;
}
.day-text h5 {
  font-size: 28px;
  color: #2cd0e1;
  font-family: "UD新ゴNT B", sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .day-text h5 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
.day-text p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .day-text p {
    font-size: 14px;
  }
}

/*** month ***/
.month {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 60px 0 85px;
}
@media screen and (max-width: 767px) {
  .month {
    margin: 50px 10px 0;
    padding: 30px 0 40px;
  }
}
.month:before {
  content: "";
  position: absolute;
  background: url("../img/heading/heading-deko003.png") no-repeat center bottom/contain;
  top: -60px;
  right: 0;
  width: 390px;
  height: 83px;
}
@media screen and (max-width: 767px) {
  .month:before {
    top: -30px;
    width: 195px;
    height: 40px;
  }
}
.month h3 img {
  max-width: 407px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .month h3 img {
    padding: 0 20px;
    max-width: 100%;
  }
}
.month .col2:first-of-type {
  margin-top: 16px;
}

/*** work ***/
.work {
  padding: 100px 0;
  background: url("../img/work/work-bg.jpg") no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .work {
    padding: 50px 0;
  }
}
.work .heading h2:before {
  background: url("../img/work/work-title-deko001.png") no-repeat center center/contain;
}
.work .heading h2:after {
  background: url("../img/work/work-title-deko002.png") no-repeat center center/contain;
}
.work .heading p {
  font-size: 40px;
  font-family: "UD新ゴNT B", sans-serif;
  color: #2cd6b7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .work .heading p {
    font-size: 24px;
  }
}
.work .col2:first-of-type {
  margin-top: 26px;
}

/*** guide ***/
.guide {
  padding: 100px 0;
  background: url("../img/guide/guide-bg.jpg") no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .guide {
    padding: 50px 10px;
  }
}
.guide-inner {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 100px;
}
@media screen and (max-width: 999px) {
  .guide-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .guide-inner {
    padding: 35px 16px 50px;
  }
}
.guide-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .guide-title {
    margin-bottom: 30px;
  }
}
.guide-title img {
  max-width: 407px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .guide-title img {
    padding: 0 20px;
    max-width: 100%;
  }
}
.guide-item {
  border: solid 1px #2ca6e1;
  border-radius: 18px;
  padding: 40px 50px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .guide-item {
    padding: 20px 10px;
    margin-bottom: 30px;
  }
}
.guide-item h3 {
  position: relative;
  padding-left: 38px;
  margin-bottom: 10px;
  font-family: "UD新ゴNT B", sans-serif;
  font-size: 28px;
  color: #2ca6e1;
}
@media screen and (max-width: 767px) {
  .guide-item h3 {
    font-size: 18px;
    padding-left: 20px;
  }
}
.guide-item h3::before {
  content: "";
  position: absolute;
  background: url("../img/guide/guide-deko.png") no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .guide-item h3::before {
    width: 15px;
    height: 15px;
  }
}
.guide-item p {
  padding-left: 38px;
}
@media screen and (max-width: 767px) {
  .guide-item p {
    padding-left: 20px;
  }
}
.guide-item:last-child {
  margin-bottom: 0;
}
.guide-item:last-child p {
  padding-left: 0;
  font-family: "UD新ゴNT B", sans-serif;
  font-size: 28px;
  color: #2ca6e1;
}
@media screen and (max-width: 767px) {
  .guide-item:last-child p {
    font-size: 18px;
  }
}
.guide-item:last-child p span {
  font-size: 22px;
  color: #5a2828;
  font-family: "UD新ゴNT M", sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .guide-item:last-child p span {
    font-size: 14px;
  }
}

/*** walk ***/
.walk {
  padding: 100px 0;
  background: url("../img/walk/walk-bg.jpg") no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .walk {
    padding: 50px 0;
  }
}
.walk .heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .walk .heading {
    margin-bottom: 30px;
  }
}
.walk .heading h2:before {
  background: url("../img/walk/walk-title-deko001.png") no-repeat center center/contain;
}
.walk .heading h2:after {
  background: url("../img/walk/walk-title-deko002.png") no-repeat center center/contain;
}
.walk .heading p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .walk .heading p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/*** step ***/
.step {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .step {
    padding: 0px 30px;
  }
}
.step-item {
  border: #f09393 solid 2px;
  border-radius: 18px;
  padding: 60px 50px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step-item {
    padding: 60px 30px 20px;
  }
}
.step-item:before {
  content: "";
  position: absolute;
  top: 36px;
  left: -20px;
  width: 170px;
  height: 61px;
}
@media screen and (max-width: 767px) {
  .step-item:before {
    width: 100px;
    top: 10px;
  }
}
.step-item._step0:before {
  background: url("../img/walk/walk-step0.png") no-repeat center center/contain;
}
.step-item._step1:before {
  background: url("../img/walk/walk-step1.png") no-repeat center center/contain;
}
.step-item._step2:before {
  background: url("../img/walk/walk-step2.png") no-repeat center center/contain;
}
.step-item._step3:before {
  background: url("../img/walk/walk-step3.png") no-repeat center center/contain;
}
.step-item._step4:before {
  background: url("../img/walk/walk-step4.png") no-repeat center center/contain;
}
.step-item h3 {
  text-align: center;
  font-size: 28px;
  font-family: "UD新ゴNT B", sans-serif;
  color: #f09393;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .step-item h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.step-arrow {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .step-arrow {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
.step-arrow img {
  max-width: 62px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .step-arrow img {
    max-width: 42px;
  }
}

/*** voice ***/
.voice {
  padding: 100px 0;
  background: url("../img/voice/voice-bg.jpg") no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 50px 0;
  }
}
.voice .heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .voice .heading {
    margin-bottom: 30px;
  }
}
.voice .heading h2:before {
  background: url("../img/voice/voice-title-deko001.png") no-repeat center center/contain;
}
.voice .heading h2:after {
  background: url("../img/voice/voice-title-deko002.png") no-repeat center center/contain;
}
.voice .heading p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .voice .heading p {
    margin-bottom: 20px;
  }
}
.voice-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .voice-inner {
    padding: 0 20px 0 15px;
  }
}
.voice-inner:nth-child(10) p {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .voice-inner:nth-child(10) p {
    margin-bottom: 50px;
  }
}
.voice-inner p {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px 30px 100px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .voice-inner p {
    padding: 20px 15px 20px 60px;
  }
}
.voice-inner p:before {
  content: "";
  position: absolute;
  background: url(../img/voice/voice-fukidashi.png) no-repeat center center/contain;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 38px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .voice-inner p:before {
    left: 20px;
    width: 28px;
    height: 22px;
  }
}

/*** insta ***/
.insta {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .insta {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.insta-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 10px;
}
@media screen and (max-width: 767px) {
  .insta-inner {
    padding: 40px 15px;
  }
}
.insta-title img {
  max-width: 316px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .insta-title img {
    max-width: 100%;
    padding: 0 20px;
  }
}
.insta p {
  margin: 40px 0;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .insta p {
    margin: 20px 0;
  }
}

/*** access ***/
.access {
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 50px 0;
  }
}
.access-title {
  margin-bottom: 30px;
}
.access-title img {
  max-width: 407px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .access-title img {
    padding: 0 20px;
    max-width: 100%;
  }
}
.access-text {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .access-text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .access-text {
    padding: 0 20px;
    display: block;
  }
}
.access-text p {
  position: relative;
  padding-left: 30px;
}
.access-text p:before {
  content: "";
  position: absolute;
  background: url(../img/access/access-deko.png) no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .access-text p:before {
    width: 28px;
    height: 22px;
  }
}
.access-text p:nth-child(2) {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .access-text p:nth-child(2) {
    margin-left: 0;
    margin-top: 16px;
  }
}

/*** #map_canvas ***/
div#map_canvas {
  width: 100%;
  height: 600px;
  clear: both;
}
@media screen and (max-width: 767px) {
  div#map_canvas {
    height: 300px;
  }
}

/*** contact ***/
.contact {
  background: url("../img/contact/contact-bg.jpg") no-repeat center top/cover;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 50px 0;
  }
}
.contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 18px;
  padding: 60px 20px;
}
@media screen and (max-width: 999px) {
  .contact-inner {
    margin: 0 10px;
  }
}
.contact-title {
  margin-bottom: 30px;
}
.contact-title img {
  max-width: 407px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact-title img {
    padding: 0 20px;
    max-width: 100%;
  }
}

/*** tel ***/
.tel {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 45px;
  border-radius: 18px;
  border: 2px #2ca6e1 solid;
  padding: 35px 0 30px;
}
@media screen and (max-width: 767px) {
  .tel {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.tel h3 {
  position: relative;
  font-size: 28px;
  color: #2ca6e1;
  font-family: "UD新ゴNT B", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tel h3 {
    font-size: 18px;
  }
}
.tel h3 span {
  position: relative;
}
.tel h3 span:before {
  content: "";
  position: absolute;
  background: url(../img/contact/contact-tel-icon.png) no-repeat center center/contain;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 767px) {
  .tel h3 span:before {
    width: 27px;
    height: 27px;
    left: -30px;
  }
}
.tel p {
  text-align: center;
}
.tel p:first-of-type {
  color: #2ca6e1;
  font-size: 60px;
  font-family: "UD新ゴNT B", sans-serif;
}
@media screen and (max-width: 767px) {
  .tel p:first-of-type {
    font-size: 30px;
  }
}

/*** email ***/
.email {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 18px;
  border: 2px #2ca6e1 solid;
  padding: 35px 0 30px;
}
@media screen and (max-width: 767px) {
  .email {
    padding: 20px;
  }
}
.email h3 {
  position: relative;
  font-size: 28px;
  color: #2ca6e1;
  font-family: "UD新ゴNT B", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .email h3 {
    font-size: 18px;
  }
}
.email h3 span {
  position: relative;
}
.email h3 span:before {
  content: "";
  position: absolute;
  background: url(../img/contact/contact-mail-icon.png) no-repeat center center/contain;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
  height: 37px;
}
@media screen and (max-width: 767px) {
  .email h3 span:before {
    width: 27px;
    height: 27px;
    left: -30px;
  }
}
.email h3 span br {
  display: none;
}
@media screen and (max-width: 350px) {
  .email h3 span br {
    display: block;
  }
}
.email-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .email-form {
    padding: 0;
  }
}
.email-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .email-form dl {
    display: block;
  }
}
.email-form dt {
  text-align: right;
  width: 20%;
  padding-top: 10px;
}
@media screen and (max-width: 999px) {
  .email-form dt {
    width: 100%;
    padding-top: 0;
    text-align: left;
    margin-bottom: 10px;
  }
}
.email-form dt span {
  background-color: #5a2828;
  color: #fff;
  padding: 4px 6px;
  text-align: right;
  margin-left: 10px;
  font-size: 0.8em;
}
.email-form dd {
  width: 78%;
  margin-left: 2%;
  margin-bottom: 25px;
}
@media screen and (max-width: 999px) {
  .email-form dd {
    width: 100%;
    margin-left: 0;
  }
}
.email-form dd input,
.email-form dd textarea {
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  min-height: 60px;
  padding: 8px 10px;
}
.email-form .submit {
  text-align: center;
}
.email-form .submit input {
  background-color: #2ca6e1;
  border-radius: 10px;
  -webkit-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  font-size: 25px;
  font-family: "UD新ゴNT B", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  border: none;
  padding: 12px 0;
  width: 211px;
}
.email-form .screen-reader-response {
  margin-bottom: 30px;
  font-family: "UD新ゴNT B", sans-serif;
  text-align: center;
}
.email-form .screen-reader-response ul {
  display: none;
}
.email-form .wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 10px;
  color: #FF2E00;
}
.email-form .wpcf7-response-output {
  margin-top: 30px;
  font-family: "UD新ゴNT B", sans-serif;
  text-align: center;
}
.email-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #FF2E00;
}
.email-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #0008FF;
}/*# sourceMappingURL=style.css.map */