@charset "UTF-8";
html body main section.mainvisual {
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  html body main section.mainvisual {
    padding-top: 3rem;
    background: linear-gradient(180deg, #2EB1B7 0%, #2EB1B7 50%, #fff 50%, #fff 100%);
  }
}
@media screen and (max-width: 767px) {
  html body main section.mainvisual {
    padding-top: 4rem;
  }
}
html body main section.mainvisual img {
  width: 100%;
}
html body main section .banner {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  html body main section .banner {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 575px) {
  html body main section .banner {
    display: none;
  }
}
html body main section .banner a img {
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
html body main section .more {
  text-align: right;
}
html body main section .more a {
  display: inline-block;
  color: #03B8C5;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
html body main section.news {
  padding: 10rem 0;
  background-image: url(../../images/index/bg-palm-right.webp), url(../../images/index/bg-walk.webp);
  background-position: top 10px right 0, top 150px left 0;
  background-repeat: no-repeat;
  background-size: 200px, 250px;
}
@media screen and (max-width: 1199px) {
  html body main section.news {
    background-position: top 10px right 0, top 0 left 0;
    background-size: 150px, 250px;
  }
}
@media screen and (max-width: 991px) {
  html body main section.news {
    background-image: none;
    padding: 5rem 0;
  }
}
@media screen and (max-width: 767px) {
  html body main section.news {
    padding: 0 0 5rem;
  }
}
html body main section.news .wrapper .contents-list-wrapper .contents-list {
  display: flex;
  padding-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  html body main section.news .wrapper .contents-list-wrapper .contents-list {
    display: block;
    padding-bottom: 3rem;
  }
}
html body main section.news .wrapper .contents-list-wrapper .contents-list .label-wrapper {
  display: flex;
}
@media screen and (max-width: 991px) {
  html body main section.news .wrapper .contents-list-wrapper .contents-list .label-wrapper {
    padding-bottom: 1rem;
  }
}
html body main section.news .wrapper .contents-list-wrapper .contents-list .label-wrapper ul.category-tag li a {
  display: block;
  background-color: #03B8C5;
  color: #fff;
  font-size: 1.7rem;
  padding: 0.3rem 5rem;
  -webkit-transition: opacity 450ms !important;
  transition: opacity 450ms !important;
}
html body main section.news .wrapper .contents-list-wrapper .contents-list .label-wrapper ul.category-tag li a :hover {
  opacity: 0.7 !important;
}
html body main section.news .wrapper .contents-list-wrapper .contents-list .label-wrapper time {
  margin: 0 1rem;
}
html body main section.news .youtube {
  padding-top: 8rem;
}
html body main section.news .youtube iframe {
  width: 100%;
}
html body main section.about {
  background-color: #E8F2FF;
  padding-top: 12rem;
  background-image: url(../../images/index/bg-palm-left.webp), url(../../images/index/bg-signboard.webp), url(../../images/index/bg-board.webp);
  background-position: top 2% left 0, top 30% right 0, top 50% left 0;
  background-repeat: no-repeat;
  padding-bottom: 5%;
  background-size: 200px, 200px, 250px;
  z-index: -2;
  position: relative;
}
@media screen and (max-width: 1600px) {
  html body main section.about {
    background-position: top 280px left 0, top 30% right 0, top 50% left 0;
    background-size: 150px, 200px, 250px;
  }
}
@media screen and (max-width: 1400px) {
  html body main section.about {
    background-position: top 50px left 0, top 30% right 0, top 60% left 0;
  }
}
@media screen and (max-width: 1199px) {
  html body main section.about {
    background-position: top 10px left 0, top 25% right 0, top 58% left 0;
    background-size: 150px, 150px, 150px;
  }
}
@media screen and (max-width: 991px) {
  html body main section.about {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  html body main section.about {
    padding-top: 6rem;
  }
}
html body main section.about .center .copy {
  color: #00425A;
  font-size: 7rem;
  font-weight: 700;
  background: linear-gradient(transparent 20%, #FFD900 20%);
  display: inline-block;
  transform: rotate(-3deg);
  margin: 5rem 0 7rem;
}
@media screen and (max-width: 1400px) {
  html body main section.about .center .copy {
    font-size: 6rem;
  }
}
@media screen and (max-width: 1199px) {
  html body main section.about .center .copy {
    font-size: 5rem;
  }
}
@media screen and (max-width: 991px) {
  html body main section.about .center .copy {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  html body main section.about .center .copy {
    font-size: 1.8rem;
    margin: 2rem 0 3rem;
    padding: 0 2rem;
  }
}
html body main section.about .wrapper {
  max-width: 1000px;
}
html body main section.about .wrapper .maintext {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.05em;
  padding: 0 6rem;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .maintext {
    padding: 0 1rem;
    font-size: 1.5rem;
    line-height: 1.733;
  }
}
html body main section.about .wrapper .overview {
  text-align: center;
  padding-top: 10rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .overview {
    display: block;
    padding-top: 5rem;
  }
}
html body main section.about .wrapper .overview .overview-item {
  flex-basis: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .overview .overview-item {
    padding-bottom: 5rem;
  }
}
html body main section.about .wrapper .overview .overview-item:not(:last-child) .inner::after {
  content: "";
  background-image: url(../../images/index/about-icon-plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 100px;
  right: -50px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .overview .overview-item:not(:last-child) .inner::after {
    content: none;
  }
}
html body main section.about .wrapper .overview .overview-item .inner {
  padding: 0 1rem;
  position: relative;
}
html body main section.about .wrapper .overview .overview-item .inner img {
  width: 100%;
  max-width: 320px;
  z-index: -1;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .overview .overview-item .inner img {
    max-width: 230px;
  }
}
html body main section.about .wrapper .overview .overview-item .inner .textwrap {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .overview .overview-item .inner .textwrap {
    padding: 0;
  }
}
html body main section.about .wrapper .overview .overview-item .inner .textwrap h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.48;
  color: #00425A;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .overview .overview-item .inner .textwrap h3 {
    padding: 2rem 0 1rem;
  }
}
html body main section.about .wrapper .overview .overview-item .inner .textwrap p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.778;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .overview .overview-item .inner .textwrap p {
    text-align: left;
  }
}
html body main section.about .wrapper .schedule {
  background-color: #fff;
  border-radius: 20px;
  padding: 4rem;
  margin-top: 12rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .schedule {
    margin-top: 6rem;
    padding: 14rem 0rem 1rem;
  }
}
html body main section.about .wrapper .schedule h3 {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .schedule h3 {
    padding-bottom: 2rem;
  }
}
html body main section.about .wrapper .schedule .clock {
  position: absolute;
  left: 20px;
  top: -50px;
  left: 0;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .schedule .clock {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .schedule .schedule-wrap {
    display: block;
  }
}
html body main section.about .wrapper .schedule .schedule-wrap.pm-box .content .sche-item:last-child {
  border-bottom: none;
}
html body main section.about .wrapper .schedule .schedule-wrap .ampm {
  background-color: #03B8C5;
  padding: 0 1rem;
  position: relative;
  width: 85px;
  margin: 0.4rem 0;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .schedule .schedule-wrap .ampm {
    width: 100%;
    height: 25px;
    text-align: center;
  }
}
html body main section.about .wrapper .schedule .schedule-wrap .ampm p {
  color: #fff;
  font-weight: 500;
  font-style: italic;
  font-size: 4rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 50px;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .schedule .schedule-wrap .ampm p {
    height: 25px;
    left: 0;
    right: 0;
    font-size: 2rem;
  }
}
html body main section.about .wrapper .schedule .schedule-wrap .content {
  width: 100%;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .schedule .schedule-wrap .content {
    padding: 0 2rem;
  }
}
html body main section.about .wrapper .schedule .schedule-wrap .content .sche-item {
  align-items: center;
  border-bottom: 1px solid;
  padding: 2rem 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .schedule .schedule-wrap .content .sche-item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .schedule .schedule-wrap .content .sche-item:last-child {
    border-bottom: none;
  }
}
html body main section.about .wrapper .schedule .schedule-wrap .content .sche-item p.time {
  font-size: 2.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  flex-basis: 15%;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .schedule .schedule-wrap .content .sche-item p.time {
    text-align: left;
    font-size: 2rem;
  }
}
html body main section.about .wrapper .schedule .schedule-wrap .content .sche-item p.time span {
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .schedule .schedule-wrap .content .sche-item p.time span {
    display: inline;
  }
}
html body main section.about .wrapper .schedule .schedule-wrap .content .sche-item p.time span::before {
  content: "▼";
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .schedule .schedule-wrap .content .sche-item p.time span::before {
    content: "～";
  }
}
html body main section.about .wrapper .schedule .schedule-wrap .content .sche-item p.title {
  color: #00425A;
  font-size: 2.4rem;
  font-weight: 700;
  flex-basis: 30%;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .schedule .schedule-wrap .content .sche-item p.title {
    font-size: 2rem;
    padding: 1rem 0;
  }
}
html body main section.about .wrapper .schedule .schedule-wrap .content .sche-item p.text {
  font-size: 1.7rem;
  line-height: 1.471;
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  html body main section.about .wrapper .schedule .schedule-wrap .content .sche-item p.text {
    font-size: 1.7rem;
    line-height: 1.733;
  }
}
html body main section.eligibility {
  padding: 6rem 0 12rem;
}
@media screen and (max-width: 767px) {
  html body main section.eligibility {
    padding: 2rem 0;
  }
}
html body main section.eligibility .wrapper .eligibility-box {
  border: 1px solid;
  padding: 2rem 7rem;
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0 5rem;
}
@media screen and (max-width: 767px) {
  html body main section.eligibility .wrapper .eligibility-box {
    border: none;
    border-bottom: 1px solid;
    padding: 0 0 2rem;
    font-size: 1.5rem;
    margin: 0 2rem;
    line-height: 1.733;
  }
}
html body main section.eligibility .wrapper .eligibility-box ul li::before {
  content: "●";
}
html body main section.eligibility .wrapper .eligibility-box ul li span {
  color: #2B4DB4;
  font-weight: 600;
}
html body main section.eligibility .wrapper .note {
  padding: 7rem 3rem 0;
}
@media screen and (max-width: 767px) {
  html body main section.eligibility .wrapper .note {
    padding: 2rem 2rem 0;
  }
}
html body main section.eligibility .wrapper .note p {
  font-size: 1.7rem;
  line-height: 1.882;
}
@media screen and (max-width: 767px) {
  html body main section.eligibility .wrapper .note p {
    font-size: 1.5rem;
    line-height: 1.733;
  }
}
html body main section.area {
  background-color: #DCF5F8;
  background-image: url(../../images/index/bg-palm-left.webp), url(../../images/index/bg-palm-right.webp), url(../../images/index/bg-car.webp), url(../../images/index/bg-surf.webp);
  background-position: top 10px left 0, top 30% right 0, top 60% left 0, top 50px right 0%;
  background-repeat: no-repeat;
  padding-bottom: 5%;
  background-size: 250px, 250px, 250px, 250px;
  padding-top: 12rem;
}
@media screen and (max-width: 1600px) {
  html body main section.area {
    background-size: 200px, 250px, 250px, 200px;
    background-position: top 10px left 0, top 30% right 0, top 60% left 0, top 10px right 0%;
  }
}
@media screen and (max-width: 1400px) {
  html body main section.area {
    background-size: 200px, 150px, 200px, 200px;
  }
}
@media screen and (max-width: 1199px) {
  html body main section.area {
    background-position: top 10px left 0, top 57% right 0, top 53% left 0, top 10px right 0%;
    background-size: 200px, 100px, 200px, 200px;
  }
}
@media screen and (max-width: 991px) {
  html body main section.area {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  html body main section.area {
    padding-top: 6rem;
  }
}
html body main section.area .map {
  text-align: center;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  html body main section.area .map {
    padding-top: 3rem;
  }
}
html body main section.area .map img {
  width: 100%;
  max-width: 980px;
}
html body main section.area .area-schedule .title {
  text-align: center;
  padding: 10rem 1rem;
}
@media screen and (max-width: 991px) {
  html body main section.area .area-schedule .title {
    padding: 5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body main section.area .area-schedule .title {
    padding: 2rem 1rem;
  }
}
html body main section.area .area-schedule .title img {
  width: 100%;
}
html body main section.area .area-schedule .flex {
  flex-wrap: wrap;
}
html body main section.area .area-schedule .flex .item {
  flex-basis: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  html body main section.area .area-schedule .flex .item {
    flex-basis: 50%;
  }
}
html body main section.area .area-schedule .flex .item a {
  display: block;
}
html body main section.area .area-schedule .flex .item a img {
  width: 100%;
}
html body main section.entry {
  background-image: url(../../images/index/bg-board.webp);
  background-position: top 40% left 0;
  background-repeat: no-repeat;
  background-size: 350px;
  padding: 12rem 0;
}
@media screen and (max-width: 1400px) {
  html body main section.entry {
    background-size: 250px;
    background-position: top 35% left 0;
  }
}
@media screen and (max-width: 1199px) {
  html body main section.entry {
    background-size: 200px;
  }
}
@media screen and (max-width: 991px) {
  html body main section.entry {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  html body main section.entry {
    padding: 6rem 0;
  }
}
html body main section.entry h2.basic-index-title p.en {
  color: #DCF5F8;
}
html body main section.entry .start {
  text-align: center;
  padding: 7rem 0;
}
@media screen and (max-width: 767px) {
  html body main section.entry .start {
    padding: 2rem 0;
  }
}
html body main section.entry .start img {
  width: 100%;
  max-width: 740px;
}
@media screen and (max-width: 767px) {
  html body main section.entry .start img {
    max-width: 345px;
  }
}
html body main section.entry .text-wrap {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  html body main section.entry .text-wrap {
    padding-bottom: 2rem;
  }
}
html body main section.entry .text-wrap p.center {
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.455;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  html body main section.entry .text-wrap p.center {
    font-size: 1.5rem;
    line-height: 1.733;
  }
}
html body main section.entry .text-wrap p.red {
  color: #f00;
  font-weight: 800;
  font-size: 2.1rem;
  line-height: 1.905;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  html body main section.entry .text-wrap p.red {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
html body main section.entry .text-wrap p.red + .note {
  color: #2F3033;
  font-weight: 400;
  padding-bottom: 4rem;
}
html body main section.entry .text-wrap p.note {
  font-size: 2.1rem;
  line-height: 1.905;
}
@media screen and (max-width: 767px) {
  html body main section.entry .text-wrap p.note {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
html body main section.entry iframe {
  width: 100%;
  height: 500px;
}
html body main section.entry .scroll {
  margin-top: 3rem;
  background-color: #E8F2FF;
  height: 250px;
  overflow-y: scroll;
  padding: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  html body main section.entry .scroll {
    height: 150px;
  }
}
html body main section.entry .scroll ol {
  list-style-type: decimal;
  list-style-position: inside;
}
html body main section.entry .scroll ol li {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  html body main section.entry .scroll ol li {
    font-size: 1.5rem;
  }
}
html body main section.entry .scroll ol li ul {
  padding: 0.8rem 0 2rem;
}
html body main section.entry .scroll ol li ul li {
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}
html body main section.entry .scroll ol li ul li::before {
  content: "・";
}
html body main section.entry .scroll p {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  html body main section.entry .scroll p {
    font-size: 1.5rem;
  }
}
html body main section.entry .scroll p a {
  border-bottom: 1px solid;
}
html body main section.detail {
  background-color: #DCF5F8;
  padding: 12rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body main section.detail {
    padding: 6rem 0;
  }
}
html body main section.detail .bg-item {
  position: absolute;
  right: 0;
  top: -400px;
}
@media screen and (max-width: 1400px) {
  html body main section.detail .bg-item {
    top: -100px;
  }
}
@media screen and (max-width: 991px) {
  html body main section.detail .bg-item {
    display: none;
  }
}
html body main section.detail .bg-item img {
  width: 250px;
}
@media screen and (max-width: 1400px) {
  html body main section.detail .bg-item img {
    width: 200px;
  }
}
html body main section.detail .detail-content {
  background-repeat: no-repeat;
  background-size: 250px;
}
@media screen and (max-width: 991px) {
  html body main section.detail .detail-content {
    background-image: none;
  }
}
html body main section.detail .detail-content.asahi-sousa {
  background-image: url(../../images/index/bg-palm-left.webp);
  background-position: top 50% left 0;
}
@media screen and (max-width: 1600px) {
  html body main section.detail .detail-content.asahi-sousa {
    background-size: 150px;
  }
}
@media screen and (max-width: 1400px) {
  html body main section.detail .detail-content.asahi-sousa {
    background-image: none;
  }
}
html body main section.detail .detail-content.asahi-sousa .detail-intro .wrapper {
  background-image: url(../../images/index/detail-asahi-sousa-map.svg);
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 1199px) {
  html body main section.detail .detail-content.asahi-sousa .detail-intro .wrapper {
    background-size: 200px;
    background-position: top right 10px;
  }
}
@media screen and (max-width: 991px) {
  html body main section.detail .detail-content.asahi-sousa .detail-intro .wrapper {
    background-size: auto;
  }
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content.asahi-sousa .detail-intro .wrapper {
    background-size: 140px;
    background-position: top right 10px;
  }
}
html body main section.detail .detail-content.kujukuri {
  background-image: url(../../images/index/bg-card.webp);
  background-position: top 50% right 0;
}
@media screen and (max-width: 1600px) {
  html body main section.detail .detail-content.kujukuri {
    background-size: 150px;
  }
}
@media screen and (max-width: 1400px) {
  html body main section.detail .detail-content.kujukuri {
    background-image: none;
  }
}
html body main section.detail .detail-content.kujukuri .detail-intro .wrapper {
  background-image: url(../../images/index/detail-kujukuri-map.svg);
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 1199px) {
  html body main section.detail .detail-content.kujukuri .detail-intro .wrapper {
    background-size: 200px;
    background-position: top right 10px;
  }
}
@media screen and (max-width: 991px) {
  html body main section.detail .detail-content.kujukuri .detail-intro .wrapper {
    background-size: auto;
  }
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content.kujukuri .detail-intro .wrapper {
    background-size: 140px;
    background-position: top right 10px;
  }
}
html body main section.detail .detail-content.ichinomiya .detail-intro .wrapper {
  background-image: url(../../images/index/detail-ichinomiya-map.svg);
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 1199px) {
  html body main section.detail .detail-content.ichinomiya .detail-intro .wrapper {
    background-size: 200px;
    background-position: top right 10px;
  }
}
@media screen and (max-width: 991px) {
  html body main section.detail .detail-content.ichinomiya .detail-intro .wrapper {
    background-size: 250px;
  }
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content.ichinomiya .detail-intro .wrapper {
    background-size: 120px;
    background-position: top right 10px;
  }
}
html body main section.detail .detail-content.onjuku-katsuura {
  background-image: url(../../images/index/bg-palm-left.webp);
  background-position: top 50% left 0;
}
@media screen and (max-width: 1600px) {
  html body main section.detail .detail-content.onjuku-katsuura {
    background-size: 150px;
  }
}
@media screen and (max-width: 1400px) {
  html body main section.detail .detail-content.onjuku-katsuura {
    background-image: none;
  }
}
html body main section.detail .detail-content.onjuku-katsuura .detail-intro .wrapper {
  background-image: url(../../images/index/detail-onjuku-katsuura-map.svg);
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 1199px) {
  html body main section.detail .detail-content.onjuku-katsuura .detail-intro .wrapper {
    background-size: 200px;
    background-position: top right 10px;
  }
}
@media screen and (max-width: 991px) {
  html body main section.detail .detail-content.onjuku-katsuura .detail-intro .wrapper {
    background-size: auto;
  }
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content.onjuku-katsuura .detail-intro .wrapper {
    background-size: 140px;
    background-position: top right 10px;
  }
}
html body main section.detail .detail-content.kamogawa {
  background-image: url(../../images/index/bg-car.webp);
  background-position: top 50% right 0;
}
@media screen and (max-width: 1600px) {
  html body main section.detail .detail-content.kamogawa {
    background-size: 150px;
  }
}
@media screen and (max-width: 1400px) {
  html body main section.detail .detail-content.kamogawa {
    background-image: none;
  }
}
html body main section.detail .detail-content.kamogawa .detail-intro .wrapper {
  background-image: url(../../images/index/detail-kamogawa-map.svg);
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 1199px) {
  html body main section.detail .detail-content.kamogawa .detail-intro .wrapper {
    background-size: 200px;
    background-position: top right 10px;
  }
}
@media screen and (max-width: 991px) {
  html body main section.detail .detail-content.kamogawa .detail-intro .wrapper {
    background-size: 250px;
  }
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content.kamogawa .detail-intro .wrapper {
    background-size: 120px;
    background-position: top right 10px;
  }
}
html body main section.detail .detail-content.minamiboso-tateyama {
  background-image: url(../../images/index/bg-palm-right.webp);
  background-position: top 50% right 0;
}
@media screen and (max-width: 1600px) {
  html body main section.detail .detail-content.minamiboso-tateyama {
    background-size: 150px;
  }
}
@media screen and (max-width: 1400px) {
  html body main section.detail .detail-content.minamiboso-tateyama {
    background-image: none;
  }
}
html body main section.detail .detail-content.minamiboso-tateyama .detail-intro .wrapper {
  background-image: url(../../images/index/detail-minamiboso-tateyama-map.svg);
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 1199px) {
  html body main section.detail .detail-content.minamiboso-tateyama .detail-intro .wrapper {
    background-size: 200px;
    background-position: top right 10px;
  }
}
@media screen and (max-width: 991px) {
  html body main section.detail .detail-content.minamiboso-tateyama .detail-intro .wrapper {
    background-size: 250px;
  }
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content.minamiboso-tateyama .detail-intro .wrapper {
    background-size: 120px;
    background-position: top right 10px;
  }
}
html body main section.detail .detail-content .detail-intro {
  background-color: #fff;
  margin-top: 10rem;
  padding: 4rem 0;
}
@media screen and (max-width: 991px) {
  html body main section.detail .detail-content .detail-intro {
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-intro {
    margin-top: 3rem;
    padding: 4rem 0;
  }
}
html body main section.detail .detail-content .detail-intro .wrapper {
  max-width: 1200px;
}
html body main section.detail .detail-content .detail-intro .wrapper .title-box {
  align-items: center;
  padding: 4rem 0 6rem;
}
@media screen and (max-width: 991px) {
  html body main section.detail .detail-content .detail-intro .wrapper .title-box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-intro .wrapper .title-box {
    padding: 2rem 0 3rem;
  }
}
html body main section.detail .detail-content .detail-intro .wrapper .title-box h3 {
  padding-right: 3rem;
}
html body main section.detail .detail-content .detail-intro .wrapper .title-box h3 img {
  width: 100%;
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-intro .wrapper .title-box h3 img {
    max-width: 190px;
  }
}
html body main section.detail .detail-content .detail-intro .wrapper .title-box .copy {
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1.459;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-intro .wrapper .title-box .copy {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.529;
  }
}
html body main section.detail .detail-content .detail-intro .wrapper .content-box {
  flex-wrap: wrap;
  align-items: end;
}
@media screen and (max-width: 991px) {
  html body main section.detail .detail-content .detail-intro .wrapper .content-box {
    display: block;
  }
}
html body main section.detail .detail-content .detail-intro .wrapper .content-box .item {
  flex-basis: 50%;
}
html body main section.detail .detail-content .detail-intro .wrapper .content-box .item img {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 991px) {
  html body main section.detail .detail-content .detail-intro .wrapper .content-box .item img {
    margin: 0 auto;
    display: block;
  }
}
html body main section.detail .detail-content .detail-intro .wrapper .content-box .item p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.85;
  padding-left: 4rem;
}
@media screen and (max-width: 991px) {
  html body main section.detail .detail-content .detail-intro .wrapper .content-box .item p {
    padding: 3rem 0 0;
    font-size: 1.5rem;
    line-height: 1.733;
  }
}
html body main section.detail .detail-content .detail-content .wrapper {
  max-width: 1200px;
}
@media screen and (max-width: 575px) {
  html body main section.detail .detail-content .detail-content .wrapper {
    padding: 0;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg {
  background-color: #fff;
  border-radius: 30px;
  padding: 3rem;
  margin-top: 7rem;
}
@media screen and (max-width: 991px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg {
    margin: 3rem auto 0;
    max-width: 80%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 575px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg {
    border-radius: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .day .date img {
    max-width: 75px;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .day .table {
  padding-left: 2rem;
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .day .table table tbody tr th, html body main section.detail .detail-content .detail-content .wrapper .white-bg .day .table table tbody tr td {
  font-size: 2rem;
  padding: 0.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .day .table table tbody tr th, html body main section.detail .detail-content .detail-content .wrapper .white-bg .day .table table tbody tr td {
    display: block;
    font-size: 1.5rem;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .day .table table tbody tr th {
  background-color: #00425A;
  color: #fff;
  font-weight: 600;
  border-bottom: 4px solid;
  border-top: 4px solid;
  white-space: nowrap;
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .day .table table tbody tr td {
  color: #00425A;
  font-weight: 500;
  padding: 0.5rem;
}
@media screen and (max-width: 991px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .day .table table tbody tr td {
    padding: 0.5rem 1rem 1rem 0.5rem;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop {
  margin-top: 5.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop {
    display: block;
    margin-top: 2rem;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work {
  margin-top: 3rem;
  display: block;
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item:first-child {
    margin-bottom: 0;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex {
    display: block;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box {
  max-width: 100%;
  margin: 0;
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box .shop-pic img {
  max-width: 100%;
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box .lunch-menu {
  color: #00425A;
  border: 1px solid;
  padding: 0.5rem 1rem;
  margin-top: 1.2rem;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box .lunch-menu {
    font-size: 1.8rem;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box h4 span {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box h4 span {
    font-size: 1.5rem;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box h4 + p {
  color: #00425A;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box h4 + p {
    font-weight: 600;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box .workshop {
  padding-top: 3rem;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box .workshop {
    display: block;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box .workshop .title {
  font-size: 2rem;
  color: #00425A;
  border: 1px solid;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box .workshop .title {
    font-size: 1.8rem;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box .workshop > .flex {
  align-items: center;
}
@media screen and (max-width: 1199px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box .workshop > .flex {
    padding-top: 0.8rem;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box .workshop > .flex .icon {
  margin: 0 1rem;
}
@media screen and (max-width: 1199px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box .workshop > .flex .icon {
    margin: 0 1rem 0 0;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box .workshop > .flex p {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box .workshop > .flex p {
    font-size: 1.5rem;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box .workshop > .flex a {
  background-color: #00425A;
  color: #fff;
  position: relative;
  display: block;
  border-radius: 5px;
  padding: 0.5rem 2rem 0.5rem 1rem;
  margin-left: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box .workshop > .flex a {
    font-size: 1.3rem;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop.lunch-work .item.shop-item > .flex .box .workshop > .flex a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item {
  flex-basis: 49%;
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.shop-item {
  border: 1px solid #00425A;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.shop-item:first-child {
    margin-bottom: 2rem;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.shop-item .tag {
  background-color: #00425A;
  color: #fff;
  padding: 0.5rem 0.8rem;
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.shop-item .tag {
    font-size: 1.5rem;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.shop-item .box {
  padding: 1rem 2rem 3rem;
}
@media screen and (max-width: 1199px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.shop-item .box {
    padding: 1rem 1rem 3rem;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.shop-item .box .shop-pic {
  text-align: center;
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.shop-item .box .shop-pic img {
  width: 100%;
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.shop-item .box h4 {
  color: #00425A;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 3rem 0 2rem;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.shop-item .box h4 {
    font-size: 2rem;
    font-weight: 600;
    padding: 1rem 0;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.shop-item .box .add-box {
  align-items: center;
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.shop-item .box .add-box .add {
  font-size: 2rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.shop-item .box .add-box .add {
    font-size: 1.5rem;
    font-weight: 500;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.shop-item .box .add-box a.mapicon img {
  width: 28px;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.shop-item .box .add-box a.mapicon img {
    width: 22px;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.shop-item .box a.official-site {
  font-size: 1.9rem;
  color: #00425A;
  font-weight: 600;
  border-bottom: 1px solid;
  display: inline-block;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.shop-item .box a.official-site {
    font-size: 1.5rem;
    font-weight: 500;
    padding-top: 1rem;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.illust-item {
  padding: 8rem 7rem;
}
@media screen and (max-width: 767px) {
  html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.illust-item {
    display: none;
  }
}
html body main section.detail .detail-content .detail-content .wrapper .white-bg .shop .item.illust-item img {
  width: 100%;
  max-width: 444px;
}
html body main section.workshop {
  padding-bottom: 4rem;
}
html body main section.workshop h2.basic-index-title {
  margin: 12rem 0 10rem;
}
@media screen and (max-width: 767px) {
  html body main section.workshop h2.basic-index-title {
    margin: 6rem 0 5rem;
  }
}
html body main section.workshop h2.basic-index-title .en {
  color: #DCF5F8;
}
html body main section.workshop .wrapper {
  max-width: 1200px;
}
html body main section.workshop .wrapper .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  html body main section.workshop .wrapper .flex {
    display: block;
  }
}
html body main section.workshop .wrapper .flex .item {
  border: 2px solid #00425A;
  border-radius: 20px;
  padding: 2rem;
  flex-basis: 49%;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  html body main section.workshop .wrapper .flex .item {
    margin-bottom: 2rem;
  }
}
html body main section.workshop .wrapper .flex .item .icon {
  text-align: center;
}
html body main section.workshop .wrapper .flex .item .icon img {
  width: 65px;
}
@media screen and (max-width: 767px) {
  html body main section.workshop .wrapper .flex .item .icon img {
    width: 40px;
  }
}
html body main section.workshop .wrapper .flex .item h3 {
  font-size: 2.6rem;
  margin: 2rem 0 2rem;
  color: #00425A;
  font-weight: 500;
  line-height: 1.556;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main section.workshop .wrapper .flex .item h3 {
    font-size: 1.7rem;
    line-height: 1.471;
  }
}
html body main section.workshop .wrapper .flex .item picture img {
  width: 100%;
}
html body main section.workshop .wrapper .flex .item .text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.778;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  html body main section.workshop .wrapper .flex .item .text {
    font-size: 1.5rem;
    line-height: 1.733;
  }
}
html body main section.workshop .wrapper .flex .item .lecturer {
  color: #00425A;
  font-size: 2rem;
  font-weight: 600;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  html body main section.workshop .wrapper .flex .item .lecturer {
    font-size: 1.5rem;
    padding-top: 2rem;
  }
}
html body main section.workshop .wrapper .flex .item .alpha {
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  html body main section.workshop .wrapper .flex .item .alpha {
    padding-top: 1rem;
  }
}
html body main section.workshop .wrapper .flex .item .alpha a {
  color: #00425A;
  border-bottom: 1px solid;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  html body main section.workshop .wrapper .flex .item .alpha a {
    font-size: 1.5rem;
  }
}
html body main section.blog {
  background-color: #DCF5F8;
  padding-bottom: 4rem;
}
html body main section.blog h2.basic-index-title {
  padding: 12rem 0 0;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  html body main section.blog h2.basic-index-title {
    padding: 6rem 0 0;
    margin-bottom: 5rem;
  }
}
html body main section.blog .wrapper {
  max-width: 1200px;
}
html body main section.blog .wrapper .contents-list-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 3rem;
}
html body main section.blog .wrapper .contents-list-wrapper .contents-list {
  flex-basis: 23.75%;
}
@media screen and (max-width: 767px) {
  html body main section.blog .wrapper .contents-list-wrapper .contents-list {
    flex-basis: 49%;
  }
}
@media screen and (max-width: 767px) {
  html body main section.blog .wrapper .contents-list-wrapper .contents-list:nth-child(-n+2) {
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 575px) {
  html body main section.blog .wrapper .contents-list-wrapper .contents-list:nth-child(-n+2) {
    padding-bottom: 2rem;
  }
}
html body main section.blog .wrapper .contents-list-wrapper .contents-list a {
  transition: opacity 450ms !important;
}
html body main section.blog .wrapper .contents-list-wrapper .contents-list a:hover {
  opacity: 0.7;
}
html body main section.blog .wrapper .contents-list-wrapper .contents-list a .thumbnail img {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
  height: 200px;
}
@media screen and (max-width: 575px) {
  html body main section.blog .wrapper .contents-list-wrapper .contents-list a .thumbnail img {
    height: 150px;
  }
}
html body main section.blog .wrapper .contents-list-wrapper .contents-list a .thumbnail img:hover {
  opacity: 1;
}
html body main section.blog .wrapper .contents-list-wrapper .contents-list a .post-text {
  color: #00425A;
  font-size: 1.8rem;
  line-height: 1.722;
}
@media screen and (max-width: 767px) {
  html body main section.blog .wrapper .contents-list-wrapper .contents-list a .post-text {
    font-size: 1.5rem;
    line-height: 1.733;
  }
}
html body main section.blog .wrapper .contents-list-wrapper .contents-list a .post-text .post-date {
  padding: 1rem 0 0.5rem;
}
html body .lifestyle {
  background-color: #E8F2FF;
  padding-top: 5rem;
  background-image: url(../../images/index/bg-palm-right.webp), url(../../images/index/bg-palm-left.webp), url(../../images/index/bg-signboard.webp);
  background-position: right top 5%, left top 50%, right top 60%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  html body .lifestyle {
    background-position: right top 2%, left top 50%, right top 60%;
    background-size: 250px, 250px, 150px;
  }
}
@media screen and (max-width: 1400px) {
  html body .lifestyle {
    background-position: right top 2%, left top 50%, right top 80%;
    background-size: 250px, 150px, 150px;
  }
}
@media screen and (max-width: 1199px) {
  html body .lifestyle {
    background-position: right top 5%, left top 50%, right top 79%;
    background-size: 150px, 150px, 150px;
  }
}
@media screen and (max-width: 991px) {
  html body .lifestyle {
    background-image: none;
  }
}
html body .lifestyle .wrapper {
  max-width: 1200px;
}
html body .lifestyle .wrapper h2 {
  text-align: center;
}
html body .lifestyle .wrapper h2.other-index-title p.jp {
  font-weight: 900;
  font-size: 5.4rem;
  letter-spacing: 0.1em;
  color: #00425A;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper h2.other-index-title p.jp {
    font-size: 2.1rem;
    letter-spacing: 0.05em;
  }
}
html body .lifestyle .wrapper h2.other-index-title p.en {
  font-size: 4rem;
  font-weight: 500;
  color: #03B8C5;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper h2.other-index-title p.en {
    font-size: 2.6rem;
  }
}
html body .lifestyle .wrapper h2 + p {
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.905;
  padding: 3rem 0 5rem;
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper h2 + p {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.688;
    padding: 2rem 0;
  }
}
html body .lifestyle .wrapper .mainimg img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper .mainimg img {
    max-width: 480px;
  }
}
html body .lifestyle .wrapper .lifestylelink {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10rem 0 5rem;
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper .lifestylelink {
    display: block;
    padding: 5rem 0 0;
  }
}
html body .lifestyle .wrapper .lifestylelink .item {
  flex-basis: 31.6666666667%;
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper .lifestylelink .item:not(:last-child) {
    padding-bottom: 2rem;
  }
}
html body .lifestyle .wrapper .lifestylelink .item a {
  background-color: #fff;
  display: block;
  padding: 1rem 1rem 2rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper .lifestylelink .item a {
    display: flex;
    height: auto;
  }
}
html body .lifestyle .wrapper .lifestylelink .item a img {
  width: 100%;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper .lifestylelink .item a img {
    max-width: 156px;
  }
}
html body .lifestyle .wrapper .lifestylelink .item a p {
  font-size: 1.9rem;
  line-height: 1.35;
  padding-top: 2rem;
}
@media screen and (max-width: 991px) {
  html body .lifestyle .wrapper .lifestylelink .item a p {
    font-size: 1.4rem;
    line-height: 1.714;
  }
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper .lifestylelink .item a p {
    padding: 0 0 0 1rem;
  }
}
html body .lifestyle .wrapper .colorbox-wrap {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 5rem;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  html body .lifestyle .wrapper .colorbox-wrap {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper .colorbox-wrap {
    display: block;
  }
}
html body .lifestyle .wrapper .colorbox-wrap.imigrationbox a {
  background-color: #03B8C5;
}
html body .lifestyle .wrapper .colorbox-wrap.two_placebox a {
  background-color: #00425A;
}
html body .lifestyle .wrapper .colorbox-wrap.morningbox a {
  background-color: #2D83C5;
}
html body .lifestyle .wrapper .colorbox-wrap.tellworkbox a {
  background-color: #153E9E;
}
html body .lifestyle .wrapper .colorbox-wrap .item {
  flex-basis: 70%;
}
html body .lifestyle .wrapper .colorbox-wrap .item.colorbox {
  flex-basis: 30%;
  max-width: 282px;
  height: 282px;
}
@media screen and (max-width: 991px) {
  html body .lifestyle .wrapper .colorbox-wrap .item.colorbox {
    max-width: 182px;
    height: 182px;
  }
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper .colorbox-wrap .item.colorbox {
    max-width: 105px;
    height: 105px;
    margin: 0 auto;
  }
}
html body .lifestyle .wrapper .colorbox-wrap .item.colorbox a {
  color: #fff;
  text-align: center;
  border-radius: 15px;
  display: block;
  height: 100%;
  position: relative;
}
html body .lifestyle .wrapper .colorbox-wrap .item.colorbox a p {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 3.4rem;
  font-weight: 900;
  height: 145px;
  padding: 1rem;
}
@media screen and (max-width: 991px) {
  html body .lifestyle .wrapper .colorbox-wrap .item.colorbox a p {
    font-size: 2.5rem;
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper .colorbox-wrap .item.colorbox a p {
    font-size: 1.4rem;
    height: 70px;
  }
}
html body .lifestyle .wrapper .colorbox-wrap .item.colorbox a p.fewline {
  height: 180px;
}
@media screen and (max-width: 991px) {
  html body .lifestyle .wrapper .colorbox-wrap .item.colorbox a p.fewline {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper .colorbox-wrap .item.colorbox a p.fewline {
    height: 85px;
  }
}
html body .lifestyle .wrapper .colorbox-wrap .item > p {
  font-size: 2.1rem;
  line-height: 1.905;
  padding-left: 2rem;
}
@media screen and (max-width: 991px) {
  html body .lifestyle .wrapper .colorbox-wrap .item > p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper .colorbox-wrap .item > p {
    font-size: 1.6rem;
    padding: 3rem 0 0 0;
  }
}
html body .lifestyle .wrapper .sitelink {
  padding: 15rem 0;
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper .sitelink {
    padding: 5rem 0;
  }
}
html body .lifestyle .wrapper .sitelink .chiba {
  text-align: center;
}
html body .lifestyle .wrapper .sitelink .chiba p {
  color: #00425A;
  font-weight: 700;
  font-size: 3.3rem;
  letter-spacing: 0.02em;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper .sitelink .chiba p {
    font-size: 1.8rem;
    line-height: 1.444;
  }
}
html body .lifestyle .wrapper .sitelink .chiba a img {
  width: 100%;
  max-width: 497px;
}
html body .lifestyle .wrapper .sitelink .instagram {
  text-align: center;
  padding-top: 10rem;
  max-width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  html body .lifestyle .wrapper .sitelink .instagram {
    max-width: 560px;
  }
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper .sitelink .instagram {
    max-width: 460px;
  }
}
html body .lifestyle .wrapper .sitelink .instagram > p {
  color: #00425A;
  font-weight: 700;
  font-size: 3.3rem;
  letter-spacing: 0.02em;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper .sitelink .instagram > p {
    font-size: 1.8rem;
    line-height: 1.444;
  }
}
html body .lifestyle .wrapper .sitelink .instagram .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
html body .lifestyle .wrapper .sitelink .instagram .flex .item {
  flex-basis: 31.6666666667%;
}
html body .lifestyle .wrapper .sitelink .instagram .flex .item a {
  display: inline-block;
}
html body .lifestyle .wrapper .sitelink .instagram .flex .item a img {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper .sitelink .instagram .flex .item a img {
    max-width: 100px;
  }
}
html body .lifestyle .wrapper .sitelink .instagram .flex .item a p {
  padding-top: 1rem;
  border-bottom: 1px solid;
  font-size: 2.1rem;
}
@media screen and (max-width: 991px) {
  html body .lifestyle .wrapper .sitelink .instagram .flex .item a p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  html body .lifestyle .wrapper .sitelink .instagram .flex .item a p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  html body .lifestyle .wrapper .sitelink .instagram .flex .item a p {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=index.css.map */
