:root {
  --color-red: #db0000;
  --color-pink: #f5a9a9;
  --color-blue: #1c4896;
  --color-text: #333;
  --color-bg: #f2f2f2;
  --color-border: #ddd;
  --color-button-border: #dadada;
  --color-disabled: #ccc;
  --color-disabled-border: #f1f1f1;
  --color-red--75: #db000075;
}
section.disabled-- {
  margin-bottom: 57px;
  padding: 0 37px;
}
@media screen and (max-width: 767px) {
  section.disabled-- {
    margin-bottom: 18px;
    padding: 0 20px;
  }
}
#main .detail {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #main .detail {
    margin-top: 26px;
    padding: 0 20px;
  }
}
#main .detail .inner {
  margin: 0 auto;
  max-width: 1000px;
}
#main .detail .inner h3 {
  margin: 0 0 0 -6px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4333333333;
  letter-spacing: 0.12em;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #main .detail .inner h3 {
    padding-left: 56px;
    font-size: 21px;
  }
}
#main .detail .inner h3::before {
  content: "";
  display: block;
  position: absolute;
  height: 25px;
  top: 9px;
  right: calc(100% + 37px);
  width: calc(50vw - 543px);
  mask-image: url(../media/images/common/stripe.svg);
  mask-size: contain;
  mask-position: right;
  background-color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  #main .detail .inner h3::before {
    height: 20px;
    top: 5px;
    width: 50px;
    right: calc(100vw - 65px);
    mask-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #main .detail .inner h3 {
    margin-bottom: 20px;
    padding-left: 52px;
  }
  #main .detail .inner h3 span {
    display: block;
    padding-top: 5px;
  }
  #main .detail .inner h3::before {
    right: calc(100vw - 70px);
  }
}
#main .detail .inner h4 {
  margin: -40px 0 40px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  #main .detail .inner h4 {
    margin-top: 10px;
    font-size: 16px;
  }
}
#main .detail .inner h4:empty {
  display: none;
}
#main .detail .inner .house_info {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  #main .detail .inner .house_info {
    display: block;
  }
}
#main .detail .inner .house_info .thumbnail {
  flex: 0 0 54%;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  #main .detail .inner .house_info .thumbnail {
    padding: 2px 0;
  }
}
#main .detail .inner .house_info .thumbnail img {
  width: 100%;
}
#main .detail .inner .house_info .info_item {
  flex: 1 1 auto;
}
#main .detail .inner .house_info .info_item .tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 11px 12px;
  margin: 10px 0 28px 0;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  #main .detail .inner .house_info .info_item .tags {
    margin-bottom: 13px;
    padding: 0;
    gap: 8px;
  }
}
#main .detail .inner .house_info .info_item .tags li {
  border: 1px solid var(--color-blue);
  background-color: #fff;
  border-radius: 3px;
  padding: 4px 8px;
  color: var(--color-blue);
  font-size: 18px;
  line-height: 0.7777777778;
}
@media screen and (max-width: 767px) {
  #main .detail .inner .house_info .info_item .tags li {
    font-size: 14px;
    padding: 6px 8px;
  }
}
#main .detail .inner .event_date p {
  margin: 0;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  #main .detail .inner .event_date p {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.86;
  }
}
#main .detail .inner .event_date p.time {
  padding-left: 3.3em;
}
#main .bg_dot {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  #main .bg_dot {
    margin-bottom: 0;
    padding: 0 15px;
  }
}
#main .bg_dot .inner {
  background-color: #ffffff;
  background-image: radial-gradient(#f6f6f6 15%, rgba(255, 255, 255, 0) 25%);
  background-position: 0 0, 4px 4px;
  background-size: 10px 10px;
  padding: 41px 50px 14px;
}
@media screen and (max-width: 767px) {
  #main .bg_dot .inner {
    padding: 17px 7px;
  }
}
#main .bg_dot .inner h4 {
  margin: 0;
  letter-spacing: 2px;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  #main .bg_dot .inner h4 {
    padding-left: 5px;
    letter-spacing: 1px;
    font-size: 17px;
  }
}
#main .bg_dot .inner .point_list {
  list-style: none;
  margin-top: 12px;
  padding-left: 47px;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
  #main .bg_dot .inner .point_list {
    margin: 11px 0;
    padding-left: 27px;
  }
}
#main .bg_dot .inner .point_list li {
  position: relative;
  line-height: 2.22;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  #main .bg_dot .inner .point_list li {
    padding-bottom: 6px;
    line-height: 1.55;
    font-size: 14px;
  }
}
#main .bg_dot .inner .point_list li::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 20px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid var(--color-blue);
}
@media screen and (max-width: 767px) {
  #main .bg_dot .inner .point_list li::before {
    top: 11px;
    left: -21px;
    width: 12px;
    height: 12px;
  }
}
#main .caption {
  margin-bottom: 66px;
  /*
		.images {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 5%;
		margin-bottom: 64px;
		@include media(sp) {
		justify-content: space-between;
		gap: 0;
		margin: 0 -20px 18px;
	}

		.img {
		flex:0 0 30%;

		img {
		width: 100%;
	}
		@include media(sp) {
		flex:0 0 32%;
	}
	}
	}
		*/
}
@media screen and (max-width: 767px) {
  #main .caption {
    margin-bottom: 33px;
    padding: 0 20px;
  }
}
#main .caption .inner .block-section .block.images .items {
  list-style: none;
  display: flex;
  margin-bottom: 73px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #main .caption .inner .block-section .block.images .items {
    margin: 0 -20px;
    justify-content: space-between;
  }
}
#main .caption .inner .block-section .block.images .items li {
  flex: 0 0 31%;
}
@media screen and (max-width: 767px) {
  #main .caption .inner .block-section .block.images .items li {
    width: 0;
  }
}
#main .caption .inner .block-section .block.images .items li a {
  min-width: 120px;
}
#main .caption .inner .block-section .block.images .items li a img {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
#main .caption .info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 73px;
}
@media screen and (max-width: 767px) {
  #main .caption .info {
    display: block;
    margin-bottom: 22px;
  }
}
#main .caption .info .button {
  border-radius: 5px;
  padding: 13px 0;
  text-align: center;
  background-color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  #main .caption .info .button {
    width: 150px;
    margin-bottom: 12px;
    padding: 8px 0;
  }
}
#main .caption .info .button a {
  padding: 16px 21px;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #main .caption .info .button a {
    padding: 10px 33px;
    font-size: 14px;
  }
}
#main .caption .info .address {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main .caption .info .address {
    font-size: 14px;
  }
}
#main .caption .info .address p {
  margin: 0;
}
#main .caption .info .address a {
  color: inherit;
  text-decoration: none;
}
#main .caption .info .address a:hover {
  color: #999;
}
#main .caption .map iframe {
  aspect-ratio: 1.9230769231;
  width: 100%;
  height: 100%;
  border: none;
}
#main .form {
  padding: 0 37px;
}
@media screen and (max-width: 767px) {
  #main .form {
    padding: 0 20px;
  }
}
#main .form .inner {
  margin: 0 auto;
  max-width: 1000px;
}
#main .form .inner h3 {
  margin: 0 0 0 -6px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4333333333;
  letter-spacing: 0.12em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .form .inner h3 {
    padding-left: 56px;
    font-size: 21px;
  }
}
#main .form .inner h3::before {
  content: "";
  display: block;
  position: absolute;
  height: 25px;
  top: 9px;
  right: calc(100% + 37px);
  width: calc(50vw - 543px);
  mask-image: url(../media/images/common/stripe.svg);
  mask-size: contain;
  mask-position: right;
  background-color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  #main .form .inner h3::before {
    height: 20px;
    top: 5px;
    width: 50px;
    right: calc(100vw - 65px);
    mask-size: cover;
  }
}
@media screen and (max-width: 767px) {
  #main .form .inner h3 {
    margin-bottom: 20px;
    padding-left: 52px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #main .form .inner h3::before {
    right: calc(100vw - 70px);
  }
}
/*# sourceMappingURL=./kengakukai_detail.css.map */