@charset "UTF-8";
.page_view {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page_view::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}

.course_bg {
  background: no-repeat center/cover;
  background-image: url("../img/course_page_bg.jpg");
}
.course_bg .page_title {
  font-size: 8vw;
  font-family: "bitter";
  text-align: center;
  font-weight: normal;
  font-style: italic;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  position: relative;
  z-index: 20;
}
.course_bg .page_title::before {
  content: "コース案内";
  font-size: 1.5vw;
  color: #5A5A5A;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.how_to_use_bg {
  background: no-repeat center/cover;
  background-image: url("../img/how_to_use.jpg");
}
.how_to_use_bg .page_title {
  font-size: 8vw;
  font-family: "bitter";
  text-align: center;
  font-weight: normal;
  font-style: italic;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  position: relative;
  z-index: 20;
}
.how_to_use_bg .page_title::before {
  content: "利用方法";
  font-size: 1.5vw;
  color: #5A5A5A;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.news_bg {
  background: no-repeat center/cover;
  background-image: url("../img/news.jpg");
}
.news_bg .page_title {
  font-size: 8vw;
  font-family: "bitter";
  text-align: center;
  font-weight: normal;
  font-style: italic;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  position: relative;
  z-index: 20;
}
.news_bg .page_title::before {
  content: "お知らせ";
  font-size: 1.5vw;
  color: #5A5A5A;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.other_bg {
  background: no-repeat center/cover;
  background-image: url("../img/other.jpg");
}
.other_bg .page_title {
  font-size: 8vw;
  font-family: "bitter";
  text-align: center;
  font-weight: normal;
  font-style: italic;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  position: relative;
  z-index: 20;
}
.other_bg .page_title::before {
  content: "その他";
  font-size: 1.5vw;
  color: #5A5A5A;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.content_top_text {
  text-align: center;
  padding: 0 80px;
}

.course_profile {
  margin: 80px 140px 140px 80px;
  border-top: solid 2px #707070;
  padding-top: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.course_profile:not(:first) {
  margin-top: 80px;
}
.course_profile h2 {
  font-size: 7.2rem;
  font-family: "Rosario";
  background: linear-gradient(transparent 70%, #788e7d 0%);
}
.course_profile .course_text {
  margin-top: 60px;
  margin-bottom: 80px;
  max-width: 960px;
}
.course_profile .course_description {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-rows: 1fr;
  gap: 120px 130px;
}
.course_profile .course_box {
  position: relative;
}
.course_profile .course_box::after {
  content: "";
  width: calc(100% + 60px);
  height: calc(100% - 90px);
  position: absolute;
  background-color: #b2bbb4;
  top: 150px;
  z-index: -1;
}
.course_profile .course_box .course_img {
  height: 300px;
}
.course_profile .course_box .course_description_text {
  padding: 50px;
  background-color: #fff;
}

.how_to_use_container {
  margin: 80px 80px;
  border-top: solid 2px #707070;
}

.rules {
  margin-top: 80px;
}
.rules .rule_title {
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  word-break: keep-all;
  margin-bottom: 40px;
}
.rules .rule_title::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c7c7c7;
  margin-left: 40px;
}
.rules .rule_bg {
  background-color: #b2bbb4;
  font-size: 1.8rem;
  padding: 40px 80px;
}
.rules .rule_bg dd:not(:last-of-type) {
  margin-bottom: 30px;
}

.price_bg {
  background: url("../img/price.jpg") no-repeat center/cover;
}
.price_bg h2 {
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-size: 5vw;
  font-family: "bitter";
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  width: calc(100% + 60px);
  text-align: center;
  padding: 60px;
  position: relative;
}
.price_bg h2::before {
  content: "料金";
  font-size: 1.4rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -10px);
}

.access_bg {
  background: url("../img/access.jpg") no-repeat center/cover;
}
.access_bg h2 {
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-size: 5vw;
  font-family: "bitter";
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  width: calc(100% + 60px);
  text-align: center;
  padding: 60px;
  position: relative;
}
.access_bg h2::before {
  content: "アクセス";
  font-size: 1.4rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -10px);
}

.contact_bg {
  background: url("../img/contact.jpg") no-repeat center/cover;
}
.contact_bg h2 {
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-size: 5vw;
  font-family: "bitter";
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  width: calc(100% + 60px);
  text-align: center;
  padding: 60px;
  position: relative;
}
.contact_bg h2::before {
  content: "お問い合わせ";
  font-size: 1.4rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -10px);
}

.other_page_img {
  height: 720px;
  width: clamp(270px, 100%, 540px);
  margin: -80px 0;
}

.price_container, .access_container {
  padding: 160px 0;
  background-color: #788e7d;
}
.price_container .white_bg, .access_container .white_bg {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.price_menu {
  display: flex;
  margin: -80px 80px -80px 0;
  padding: 80px 0;
  background-color: #fff;
  align-items: center;
  width: calc(100% - clamp(270px, 100%, 540px));
  margin-left: 140px;
}
.price_menu h3 {
  font-size: 2.8rem;
  word-break: keep-all;
}
.price_menu .price_img {
  width: min(480px, 100%);
  height: 180px;
}

.course_price, .rental_price {
  width: 50%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}

.course_price {
  border-right: solid 2px #707070;
}
.course_price .price_list {
  width: min(480px, 100%);
}
.course_price .price_list p:first-child {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #5A5A5A;
}
.course_price .price_list p {
  display: flex;
  justify-content: space-between;
}

.rental_price .rental_price_text p:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 40px;
  width: min(480px, 100%);
  margin-bottom: 20px;
}

.access_container .address_container {
  margin: -80px 80px -80px 0;
  padding: 80px 0;
  background-color: #fff;
  width: calc(100% - clamp(270px, 100%, 540px));
  margin-left: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.access_container .address_container .address {
  margin-right: 80px;
  font-size: 1.8rem;
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 80px);
  height: 100%;
  padding: 50px 0;
  align-items: center;
}
.access_container .address_container .address div {
  display: flex;
  align-items: center;
}
.access_container .address_container .address dt {
  word-break: keep-all;
  margin-right: 10px;
}
.access_container .address_container .map {
  height: 500px;
  width: clamp(300px, 50%, 900px);
}

.contact_container {
  margin: 160px 80px 80px 80px;
}
.contact_container .other_page_img {
  height: 360px;
  width: min(1280px, 100%);
  margin: 0 auto;
}
.contact_container .other_page_img h2 {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.contact_container form {
  max-width: 960px;
  margin: 80px auto 0 auto;
  text-align: center;
}
.contact_container label {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: left;
}
.contact_container label input, .contact_container label textarea {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
}
.contact_container .value {
  font-size: 2.4rem;
  background-color: #b2bbb4;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: ease all 0.4s;
}
.contact_container .value:hover {
  color: #b2bbb4;
  background-color: #fff;
  border: solid 2px #b2bbb4;
}
/*# sourceMappingURL=contents.css.map */