@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  * {
    overflow-x: clip;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

small {
  border: none;
  padding: 0;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 1220px) {
  body {
    width: 1220px;
  }
}
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    font-size: 14px;
  }
  body img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
  }
  body .header, body footer {
    display: none;
  }
  body .nav {
    display: none;
  }
}

.hide {
  display: none;
}

.header_area {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #31a19e;
    padding: 5px 20px;
  }
  .header_area .logo {
    height: 28px;
  }
  .header_area .back a {
    color: #fff;
    font-size: 12px;
  }
}

.kodate_hero {
  background: url("../img/hero.jpg") no-repeat bottom;
  background-size: cover;
}
.kodate_hero h1 {
  text-align: center;
  padding: 100px 0;
}
.kodate_hero h1 small {
  text-align: center;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .kodate_hero h1 small {
    margin-top: -20px;
  }
}
.kodate_hero p {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .kodate_hero h1 {
    width: 250px;
    margin: auto;
  }
  .kodate_hero p {
    text-align: center;
    padding: 10px 0;
  }
  .kodate_hero p img {
    width: 260px;
  }
}

.page_ttl {
  margin-top: 0 !important;
}

.kodate_container {
  padding-top: 134px;
}
@media screen and (max-width: 768px) {
  .kodate_container {
    padding-top: 50px;
  }
}

.kodate_contents {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .kodate_contents {
    margin-bottom: 0;
  }
}
.kodate_contents .container {
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .kodate_contents .container {
    width: 100%;
  }
}
@media (min-width: 320px) {
  .kodate_contents h2 {
    font-size: 26px;
    font-weight: 600;
  }
  .kodate_contents h3 {
    font-size: 20px;
    font-weight: 500;
  }
  .kodate_contents h4 {
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  .kodate_contents h2 {
    font-size: 40px;
    font-weight: 600;
  }
  .kodate_contents h3 {
    font-size: 30px;
    font-weight: 500;
  }
  .kodate_contents h4 {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) {
  .kodate_contents .ps-br {
    display: block; /* PCを改行して */
  }
  .kodate_contents .sp-br {
    display: none; /* SPの改行を隠す */
  }
}
@media screen and (max-width: 768px) {
  .kodate_contents .ps-br {
    display: none; /* PCの改行を隠して */
  }
  .kodate_contents .sp-br {
    display: block; /* SPを改行する */
  }
  .kodate_contents .ex-br {
    display: none;
  }
}
.kodate_contents .kodate_main {
  padding: 5rem 0;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .kodate_contents .kodate_main {
    padding: 40px 0 20px;
  }
}
.kodate_contents .kodate_main .top-wrapper {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
.kodate_contents .kodate_main .top-wrapper p {
  font-size: 18px;
  margin: 0.5rem 0 4rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .kodate_contents .kodate_main .top-wrapper {
    width: 100%;
  }
  .kodate_contents .kodate_main .top-wrapper p {
    font-size: 14px;
    margin-bottom: 2rem;
  }
}
.kodate_contents .kodate_main .main-wrapper .each {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.kodate_contents .kodate_main .main-wrapper .each:nth-child(even) {
  flex-direction: row-reverse;
}
.kodate_contents .kodate_main .main-wrapper .each figure {
  width: 49%;
}
.kodate_contents .kodate_main .main-wrapper .each figure img {
  width: 100%;
}
.kodate_contents .kodate_main .main-wrapper .each .text {
  margin: 0 2rem;
  flex: 1;
}
.kodate_contents .kodate_main .main-wrapper .each .text h3 {
  margin-bottom: 1rem;
  font-size: 24px;
  font-family: "Noto sans JP", serif;
}
@media screen and (max-width: 768px) {
  .kodate_contents .kodate_main .main-wrapper .each .text h3 {
    font-size: 20px;
  }
}
.kodate_contents .kodate_main .main-wrapper .each .text p {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .kodate_contents .kodate_main .main-wrapper .each {
    flex-direction: column;
  }
  .kodate_contents .kodate_main .main-wrapper .each figure {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-bottom: 20px;
  }
  .kodate_contents .kodate_main .main-wrapper .each:nth-child(even) {
    flex-direction: column;
  }
  .kodate_contents .kodate_main .main-wrapper .each:nth-child(even) figure {
    margin-right: 0;
    margin-left: auto;
  }
  .kodate_contents .kodate_main .main-wrapper .each .text {
    margin: 0 20px;
  }
  .kodate_contents .kodate_main .main-wrapper .each .text h3 {
    margin-bottom: 0.5rem;
  }
}
.kodate_contents .access {
  text-align: center;
}
.kodate_contents .access ul {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kodate_contents .access ul small {
  display: block;
  line-height: 1.3;
  padding-bottom: 2rem;
}
.kodate_contents .access ul li {
  width: 24%;
}
.kodate_contents .access ul li img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .kodate_contents .access {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .kodate_contents .access ul {
    padding-top: 0;
  }
  .kodate_contents .access ul li {
    width: 48%;
  }
  .kodate_contents .access ul li img {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.kodate_contents .h2decoration {
  margin: 7.5rem 0 4rem 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
  padding: 1rem 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .kodate_contents .h2decoration {
    margin: 60px 0 40px;
  }
}
.kodate_contents .plan {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .kodate_contents .plan .container {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.kodate_contents .plan .parce {
  max-width: 636px;
  margin: 0 auto;
}
.kodate_contents .plan .parce video {
  margin-bottom: 3rem;
}
.kodate_contents .plan .parce p {
  line-height: 2;
  width: 900px;
}
.kodate_contents .plan .parce img {
  margin-bottom: 3rem;
}
.kodate_contents .plan h4 {
  font-size: 20px;
}
.kodate_contents .plan .plan-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kodate_contents .plan .plan-wrapper .pop {
  margin-bottom: 2rem;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .kodate_contents .plan .plan-wrapper .pop {
    width: 48%;
    margin-bottom: 1rem;
  }
}
.kodate_contents .plan .plan-wrapper a {
  outline: none;
  display: block;
}
.kodate_contents .plan .plan-wrapper a img {
  width: 100%;
  height: 100%;
}
.kodate_contents .sale {
  text-align: center;
}
.kodate_contents .sale .coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kodate_contents .sale h3 {
  margin: 6rem 0 1rem 0;
  width: 100%;
  background-color: #31A19E;
  color: white;
  padding: 0.5rem 0;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .kodate_contents .sale h3 {
    margin: 40px 0 20px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 18px;
  }
}
.kodate_contents .sale .price {
  font-size: 35px;
  font-weight: 500;
}
.kodate_contents .sale .price strong {
  font-size: 67px;
  color: #b81c22;
  margin-left: 0.2em;
}
.kodate_contents .sale .price span {
  font-size: 35px;
  color: #b81c22;
}
.kodate_contents .sale .price .none {
  color: #000000;
}
.kodate_contents .sale .price small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .kodate_contents .sale .price {
    font-size: 22px;
  }
  .kodate_contents .sale .price strong {
    font-size: 50px;
  }
  .kodate_contents .sale .price span {
    font-size: 22px;
  }
  .kodate_contents .sale .price small {
    font-size: 14px;
  }
}
.kodate_contents .sale h4 {
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .kodate_contents .sale h4 {
    margin: 1rem 0;
    line-height: 1.8;
  }
}
.kodate_contents .sale .sale-wrapper {
  margin-bottom: 3rem;
  max-width: 900px;
}
.kodate_contents .sale .sale-wrapper ul {
  text-align: left;
  margin: 1rem auto 4rem;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .kodate_contents .sale .sale-wrapper ul {
    margin: 1rem auto 2rem;
  }
}
.kodate_contents .sale .sale-wrapper .notes {
  font-size: 11px;
  text-align: left;
}
.kodate_contents .sale .sale-wrapper img {
  margin: 2.5rem auto;
}
@media screen and (max-width: 768px) {
  .kodate_contents .sale .sale-wrapper ul {
    font-size: 12px;
  }
  .kodate_contents .sale .sale-wrapper ul li {
    text-indent: -1em;
    padding-left: 1em;
    margin: 5px 0;
  }
}
.kodate_contents .sale .price_sub {
  margin: 2rem 0;
}
.kodate_contents .sale .price_sub .price_sub_plan {
  margin: 0.5rem auto;
  color: #31a19e;
  font-size: 1.5rem;
  font-weight: bold;
}
.kodate_contents .sale .price_sub h4 {
  margin: 1rem auto;
}
.kodate_contents .Supplement {
  font-size: 10px;
  text-align: left;
  padding: 1rem 0;
}
.kodate_contents .location {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kodate_contents .location .container {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.kodate_contents .location h4 {
  margin-bottom: 2rem;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .kodate_contents .location h4 {
    font-size: 16px;
    margin-bottom: 1em;
  }
}
.kodate_contents .location .distance {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .kodate_contents .location .distance {
    flex-direction: column;
    margin-top: 1rem;
    justify-content: center;
  }
}
.kodate_contents .location .distance ul {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .kodate_contents .location .distance ul {
    width: 100%;
  }
}
.kodate_contents .location .distance li {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kodate_contents .location .distance li {
    font-size: 10px;
  }
}
.kodate_contents .location .distance li:after {
  content: "";
  display: block;
  border: 1px dashed #aaa;
  width: 95%;
  position: absolute;
  top: 50%;
}
.kodate_contents .location .distance li.location-item:after {
  content: none;
}
.kodate_contents .location .distance li span {
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.kodate_contents .location .distance li span:first-child {
  text-align: left;
}
.kodate_contents .location .distance li span:last-child {
  text-align: right;
}
.kodate_contents .location .map iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .kodate_contents .location .map iframe {
    height: 300px;
  }
}
.kodate_contents .location .carnav p {
  margin: 2rem 0 3rem;
  width: 100%;
  background-color: #B81C22;
  color: white;
  padding: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .kodate_contents .location .carnav p {
    margin: 1rem 0;
  }
}
.kodate_contents .location .contact {
  width: 60%;
  background-color: #31A19E;
  margin: 0 auto;
  padding: 0.5rem 0;
}
.kodate_contents .location .contact a {
  color: white;
  display: block;
}
@media screen and (max-width: 768px) {
  .kodate_contents .location .contact {
    margin: 2rem auto 0;
  }
}

.zeh {
  max-width: 900px;
  margin: 60px auto 0;
  color: #232323;
}
@media screen and (max-width: 768px) {
  .zeh {
    padding: 0 20px;
  }
}
.zeh .zeh-header__title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .zeh .zeh-header__title {
    font-size: 24px;
  }
}
.zeh .zeh-header__title small {
  display: block;
  font-size: 18px;
  margin-top: 0.5rem;
  border: none;
  padding: 0;
  text-align: center;
}
.zeh .zeh-header__title small br {
  display: none;
}
@media screen and (max-width: 768px) {
  .zeh .zeh-header__title small {
    font-size: 14px;
  }
  .zeh .zeh-header__title small br {
    display: block;
  }
}
.zeh .zeh-header__img {
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .zeh .zeh-header__img {
    margin: 1.5rem 0;
  }
}
.zeh .zeh-merit__lead {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .zeh .zeh-merit__lead {
    font-size: 14px;
    text-align: left;
    margin-bottom: 1.5rem;
  }
  .zeh .zeh-merit__lead br {
    display: none;
  }
}
.zeh .zeh-merit__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 640px;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 768px) {
  .zeh .zeh-merit__wrap {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
}
.zeh .zeh-merit__item {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .zeh .zeh-merit__item {
    width: 48%;
    margin-bottom: 1rem;
  }
}
.zeh .zeh-merit__item dt {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: #31A19E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .zeh .zeh-merit__item dt {
    width: 120px;
    height: 120px;
  }
}
.zeh .zeh-merit__item dt span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .zeh .zeh-merit__item dt span {
    font-size: 16px;
  }
}
.zeh .zeh-merit__item dd {
  font-size: 12px;
  margin-top: 1rem;
}
.zeh .zeh-section {
  margin-bottom: 3rem;
}
.zeh .zeh-section__heading {
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(49, 161, 158, 0.2);
  text-align: center;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
.zeh .zeh-section__heading br {
  display: none;
}
@media screen and (max-width: 768px) {
  .zeh .zeh-section__heading {
    font-size: 16px !important;
  }
  .zeh .zeh-section__heading br {
    display: block;
  }
}
.zeh .zeh-section__img {
  margin-top: 2rem;
}
.zeh .zeh-point {
  padding: 2rem;
  border: 2px solid #31A19E;
  border-radius: 20px;
}
.zeh .zeh-point__title {
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .zeh .zeh-point__title {
    font-size: 16px !important;
  }
}
.zeh .zeh-point__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .zeh .zeh-point__wrap {
    flex-direction: column;
  }
}
.zeh .zeh-point__item {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .zeh .zeh-point__item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .zeh .zeh-point__item:last-child {
    margin-bottom: 0;
  }
}
.zeh .zeh-point .p-point__header {
  display: flex;
  align-items: center;
  min-height: 50px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .zeh .zeh-point .p-point__header {
    min-height: auto;
    margin-bottom: 1rem;
  }
}
.zeh .zeh-point .p-point__num {
  background-color: #C30D23;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
}
.zeh .zeh-point .p-point__title {
  font-size: 14px;
  font-weight: bold;
}
.zeh .zeh-point .p-point__text {
  font-size: 14px;
  margin-bottom: 1rem;
}
.zeh .zeh-point .p-point__img {
  text-align: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 1rem;
}
.zeh .zeh-point .p-point__img span {
  display: block;
}
.zeh .zeh-point .p-point__img br {
  display: none;
}
@media screen and (max-width: 768px) {
  .zeh .zeh-point .p-point__img {
    flex-direction: column;
  }
  .zeh .zeh-point .p-point__img span {
    display: inline;
  }
  .zeh .zeh-point .p-point__img br {
    display: block;
  }
}
.zeh .zeh-point .p-point__caption {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: #C30D23;
  margin-top: 1rem;
}

.kodate_contents .plan h4 {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .kodate_contents .plan h4 {
    font-size: 18px;
  }
}

.top-mov {
  max-width: 900px;
  margin: 4rem auto;
}
@media only screen and (max-width: 767px) {
  .top-mov {
    margin: 2rem auto;
  }
}
.top-mov__title {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .top-mov__title {
    margin-bottom: 1rem;
  }
}
.top-mov__title span {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .top-mov__title span {
    font-size: 18px;
  }
}
.top-mov__title small {
  display: block;
  margin-top: 0.5rem;
}
.top-mov__title br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .top-mov__title br {
    display: block;
  }
}
.top-mov__video {
  width: 100%;
}

.landscape__title {
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .landscape__title {
    margin-bottom: 1rem;
  }
}
.landscape__title span {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .landscape__title span {
    font-size: 18px;
  }
}
.landscape__title small {
  display: block;
  margin-top: 0.5rem;
}
.landscape__title br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .landscape__title br {
    display: block;
  }
}

.banner-contact {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 120px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .banner-contact {
    bottom: 15px;
    right: 15px;
    width: 80px;
  }
}

.plan__notes {
  text-align: right;
  font-size: 12px;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .plan__notes {
    margin-top: 0;
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */