@charset "UTF-8";
/* koza
---------------------------------------- */
.page-id-971 header {
  width: 100%;
  height: 52vh;
  background: url("../images/crown/koza/koza-main.webp") no-repeat top left transparent;
  background-size: cover;
  position: relative;
}
.page-id-971 header h1 {
  position: absolute;
  top: 22vh;
  right: 0;
  line-height: 2em;
  writing-mode: horizontal-tb;
  color: #fff;
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-clamp-46);
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
  margin-right: 0;
}
.page-id-971 .p-welcome {
  margin-top: 100px;
}

@media only screen and (max-width: 820px) {
  .page-id-971 main h2 {
    text-align: center;
  }
  .page-id-971 main p {
    margin-left: 1em;
    margin-right: 1em;
  }
  .page-id-971 main h2 {
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media screen and (max-width: 480px) {
  .page-id-971 header {
    height: 33vh;
    background: url(../images/crown/koza/koza-main.webp) no-repeat top 0 left 25% / cover transparent;
  }
  .p-welcome {
    margin-top: 5%;
  }
  .p-welcome__Detail__Txt {
    margin-left: 0;
  }
  .page-id-971 .p-welcome {
    margin-top: 30px;
  }
}
/* 共通
---------------------------------------- */
.inner {
  font-family: var(--font-shipporMincho);
  max-width: 1200px;
  margin: auto;
}

.bg-flower {
  background: url(../images/crown/access/bg-img.webp) right top/160px 119px no-repeat;
}
@media screen and (max-width: 480px) {
  .bg-flower {
    background-size: 110px auto;
    background-position: center top;
  }
}

.bg-harf {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, var(--pink) 50%, var(--pink) 100%);
}

.\--isVertical {
  writing-mode: vertical-rl;
}

p {
  font-family: var(--font-shipporMincho);
  font-weight: 600;
  font-size: var(--f-15);
  line-height: 1.8;
}

.head-wrap {
  margin: 60px auto 30px;
}
.head-wrap.\--isCenter {
  text-align: center;
}
.head-wrap .en-ttl {
  font-family: var(--font-shipporMincho);
  font-size: clamp(1.25rem, 0.8214rem + 1.9048vw, 2.25rem);
  font-weight: 600;
  padding: 0 30px;
  margin: 0 auto;
  line-height: 1;
  text-transform: uppercase;
}
.head-wrap .ttl {
  font-family: var(--font-shipporMincho);
  font-size: clamp(1.25rem, 0.8214rem + 1.9048vw, 2.25rem);
  font-weight: 600;
  padding: 0 30px;
  margin: 0 auto;
  line-height: 1;
  color: #243c30;
}
.head-wrap .ttl-caption {
  display: block;
  font-size: clamp(1rem, 0.8929rem + 0.4762vw, 1.25rem);
  line-height: 1.5;
  font-weight: 700;
}
.head-wrap .sub-ttl {
  font-size: clamp(1rem, 0.8929rem + 0.4762vw, 1.25rem);
  position: relative;
  display: inline-block;
  padding: 0 55px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #243c30;
}
.head-wrap .sub-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #000;
}
.head-wrap .sub-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #000;
}
@media screen and (max-width: 480px) {
  .head-wrap .sub-ttl {
    padding: 0 49px;
  }
}

.\--isLeftSpacing {
  padding-left: 40px;
}

.\--isCenter {
  padding: 0;
  text-align: center;
}

.\--isRight {
  padding-right: 0;
  text-align: right;
}

.\--isLeft {
  padding-left: 0;
  padding-right: 45px;
}

.ttl__wrap h3 {
  font-family: var(--font-shipporMincho);
  font-size: var(--f-24);
  font-weight: 700;
  text-orientation: upright;
  color: #000;
}
@media screen and (max-width: 480px) {
  .ttl__wrap h3 {
    margin: auto;
  }
}

/* Kozaページ
---------------------------------------- */
.p-welcome__Detail {
  position: relative;
  display: flex;
  min-height: 470px;
  background: url(../images/crown/koza/koza-map-01.svg);
  background-repeat: no-repeat;
  background-position: right -55px;
}
.p-welcome__Detail__Txt {
  position: absolute;
  padding: 40px;
  margin-left: 3%;
}
.p-welcome__Detail__Txt p {
  position: relative;
  padding: 20px 0;
  max-width: 600px;
}
@media screen and (max-width: 480px) {
  .p-welcome__Detail__Txt p {
    padding: 15px;
  }
}
.p-welcome__Detail__Txt p::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  border-left: solid 1px #000000;
  border-bottom: solid 1px #000000;
  bottom: -20px;
  left: -40px;
}
@media screen and (max-width: 480px) {
  .p-welcome__Detail__Txt p::before {
    left: 0;
  }
}
.p-welcome__Detail__Txt p::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  border-right: solid 1px #000000;
  border-bottom: solid 1px #000000;
  bottom: -20px;
  right: -40px;
}
@media screen and (max-width: 480px) {
  .p-welcome__Detail__Txt p::after {
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-welcome__Detail__Txt {
    padding: 0;
    top: 40%;
  }
}

.p-welcome__Detail__Headline {
  position: relative;
  font-size: var(--f-30);
  font-weight: 700;
  color: #000;
  max-width: 600px;
}
.p-welcome__Detail__Headline::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  border-left: solid 1px #000000;
  border-top: solid 1px #000000;
  top: -20px;
  left: -40px;
}
@media screen and (max-width: 480px) {
  .p-welcome__Detail__Headline::before {
    left: 0;
  }
}
.p-welcome__Detail__Headline::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  border-right: solid 1px #000000;
  border-top: solid 1px #000000;
  top: -20px;
  right: -40px;
}
@media screen and (max-width: 480px) {
  .p-welcome__Detail__Headline::after {
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-welcome__Detail__Headline {
    font-size: var(--f-18);
    padding: 0 15px;
  }
}

.p-map{
  margin-bottom: 5%;
}
.p-map .head-wrap {
  margin: 0 auto 30px;
}

.p-modelcase {
  padding: 50px 0;
}
.p-modelcase.\--isPink {
  background: var(--pink);
}
.p-modelcase.\--Pt100 {
  padding-top: 100px;
}
.p-modelcase .head-wrap {
  margin-top: 0;
  margin-bottom: 50px;
}

.p-modelcase__3col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1em;
}
.p-modelcase__3col.\--isReverse {
  flex-direction: row-reverse;
  padding-top: 50px;
}
.p-modelcase__3col.\--isReverse .p-modelcase__3col__Image {
  align-items: flex-end;
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .p-modelcase__3col.\--isReverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  .p-welcome .p-welcome__Detail__Headline {
    font-size: var(--f-20);
    max-width: 400px;
  }
  .p-welcome .p-welcome__Detail__Txt p {
    max-width: 400px;
  }
  .p-modelcase__3col {
    flex-direction: column;
    padding: 0 20px;
  }
  .p-modelcase .p-modelcase__3col {
    flex-direction: column;
    padding: 0 20px;
  }
  .p-welcome .p-welcome__Detail {
    margin-bottom: 30px;
    background-position: right -78px top -89px;
  }
}
.p-modelcase__3col__Image {
  display: flex;
  flex-direction: column;
}
.p-modelcase__3col__Image img:first-child {
  width: 498px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 960px) {
  .p-modelcase__3col__Image img:first-child {
    width: 100%;
  }
}
.p-modelcase__3col__Image img:nth-child(2) {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .p-modelcase__3col__Image {
    width: 100%;
  }
  .p-welcome .p-welcome__Detail {
    min-height: 800px;
  }
}

.p-modelcase__3col__Detail {
  width: 395px;
}
.p-modelcase__3col__Detail h2 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: var(--f-24);
  font-weight: bold;
  border-bottom: 1px solid #000;
}
.p-modelcase__3col__Detail h2 span {
  font-size: var(--f-20);
  font-weight: bold;
}
.p-modelcase__3col__Detail h3 {
  font-size: var(--f-24);
  font-weight: bold;
  padding: 8px 0;
}
.p-modelcase__3col__Detail h4 {
  font-size: var(--f-18);
}
.p-modelcase__3col__Detail p {
  padding: 8px 0 0;
}
@media screen and (max-width: 960px) {
  .p-modelcase__3col__Detail {
    width: 100%;
  }
  .page-id-971 main .p-modelcase__3col__Detail h2 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
  .page-id-971 main .p-modelcase__3col__Detail h4 {
    line-height: 1.5em;
    margin-bottom: 1em;
  }
  .page-id-971 main .p-modelcase__3col__Detail h4 br {
    display: none;
  }
  .page-id-971 main .p-modelcase__3col__Detail p {
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-modelcase__3col__Detail {
    width: 100%;
    margin-top: 20px;
  }
}

.p-modelcase__3col__Detail__Info h3 {
  font-size: var(--f-18);
  color: #243c30;
  letter-spacing: 2px;
  padding: 40px 0 0;
}

.p-modelcase__3col__Detail__Info__Box {
  width: 100%;
  background: #fff;
  padding: 20px;
  margin: 10px 0 0;
}
.p-modelcase__3col__Detail__Info__Box.\--isBorder {
  border: 1px solid #000;
}
.p-modelcase__3col__Detail__Info__Box table tr {
  display: inline-block;
  padding-bottom: 5px;
}
.p-modelcase__3col__Detail__Info__Box table tr td {
  display: inline-block;
  min-width: 50px;
  font-weight: bold;
}
.p-modelcase__3col__Detail__Info__Box table tr td:first-child {
  margin-right: 15px;
}
.p-modelcase__3col__Detail__Info__Box table tr:last-child {
  padding-bottom: 0;
}

.p-modelcase__3col__SubImage {
  display: flex;
  flex-direction: column;
  width: 225px;
}
@media screen and (max-width: 480px) {
  .p-modelcase__3col__SubImage img:first-child {
    margin-top: 65px;
  }
}
.p-modelcase__3col__SubImage p {
  text-align: center;
  font-size: var(--f-15);
  font-weight: bold;
  min-height: 80px;
  margin-top: 20px;
}
.p-modelcase__3col__SubImage p.\--isPurple {
  background: url(../images/crown/koza/bg-frame-01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-modelcase__3col__SubImage p.\--isGreen {
  background: url(../images/crown/koza/bg-frame-02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-modelcase__3col__SubImage p.\--isStripe {
  background: url(../images/crown/koza/bg-frame-03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 960px) {
  .p-modelcase__3col__SubImage {
    width: 25%;
  }
  .p-modelcase__3col .p-modelcase__3col__SubImage {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 3%;
    flex-direction: row;
  }
  .p-modelcase__3col .p-modelcase__3col__SubImage img,
  .p-modelcase__3col .p-modelcase__3col__SubImage .SubBox {
    width: 50%;
    height: auto;
  }
  .p-modelcase__3col .p-modelcase__3col__SubImage .SubBox img {
    width: 100%;
    height: auto;
  }
  .p-modelcase__3col__SubImage img:first-child {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .p-modelcase__3col__SubImage {
    width: 100%;
  }
  .p-modelcase__3col .p-modelcase__3col__SubImage {
    display: block;
    width: 100%;
    flex-direction: column;
  }
  .p-modelcase__3col .p-modelcase__3col__SubImage img,
  .p-modelcase__3col .p-modelcase__3col__SubImage .SubBox {
    width: 100%;
    height: auto;
  }
}

.p-spot .head-wrap {
  margin-bottom: 100px;
}

.p-spot__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: 2px solid #ea9192;
  padding: 40px 0;
  gap: 40px;
  margin: 0 3% 130px;
}
.p-spot__item.\--isReverse {
  flex-direction: row-reverse;
  margin: 0 3% 130px;
}
@media screen and (max-width: 960px) {
  .p-spot__item {
    gap: 20px;
  }
  .p-spot__item.\--isReverse {
    margin: 0 3% 100px;
  }
  .p-spot .head-wrap {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .p-spot__item.\--isReverse {
    margin: 0 3% 100px;
  }
}
.p-spot__item.\--isReverse .p-spot__item__Image {
  margin: 0 -325px 0 0;
}
@media screen and (max-width: 960px) {
  .p-spot__item.\--isReverse .p-spot__item__Image {
    padding: 105px 0 0;
    margin: 0 3% 0 0;
  }
}
.p-spot__item.\--isReverse.\--is06 {
  margin: 0 auto 50px 0;
}
@media screen and (max-width: 960px) {
  .p-spot__item.\--isReverse.\--is06 {
    margin: 0 3%;
  }
}
.p-spot__item::before {
  position: absolute;
  content: "";
  width: 174px;
  height: 159px;
  top: -4.3%;
  right: 3%;
}
@media screen and (max-width: 960px) {
  .p-spot__item::before {
    top: -2%;
    right: -10%;
  }
}
@media screen and (max-width: 480px) {
  .p-spot__item.\--isReverse {
    flex-direction: column;
  }
  .p-spot__item::before {
    top: -1.5%;
    background-size: 70%;
  }
}
.p-spot__item.\--is01::before {
  background: url(../images/crown/koza/spot01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-spot__item.\--is02::before {
  background: url(../images/crown/koza/spot02.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  left: 3%;
}
.p-spot__item.\--is03::before {
  background: url(../images/crown/koza/spot03.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-spot__item.\--is04::before {
  background: url(../images/crown/koza/spot04.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  left: 3%;
}
.p-spot__item.\--is05::before {
  background: url(../images/crown/koza/spot05.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-spot__item.\--is06::before {
  background: url(../images/crown/koza/spot06.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  left: 3%;
}
@media screen and (max-width: 820px) {
  .p-spot__item.\--is01::before {
    background-size: 50%;
  }
  .p-spot__item.\--is02::before {
    background-size: 50%;
    right: 0;
    left: 3%;
  }
  .p-spot__item.\--is03::before {
    background-size: 50%;
  }
  .p-spot__item.\--is04::before {
    background-size: 50%;
    right: 0;
    left: 3%;
  }
  .p-spot__item.\--is05::before {
    background-size: 50%;
  }
  .p-spot__item.\--is06::before {
    background-size: 50%;
    right: 0;
    left: 3%;
  }
}
@media screen and (max-width: 480px) {
  .p-spot__item {
    flex-direction: column;
    width: 95%;
    margin: 0 auto 100px;
  }
}

.p-spot__item__Image {
  margin: 0 0 0 -325px;
}
@media screen and (max-width: 960px) {
  .p-spot__item__Image {
    padding: 40px 0 0;
    margin: 0 0 0 3%;
  }
}
.p-spot__item__Image img {
  max-width: 679px;
  height: auto;
}
@media screen and (max-width: 960px) {
  .p-spot__item__Image img {
    width: 100%;
    height: auto;
  }
}

.p-spot__item__Detail {
  width: 460px;
  padding: 120px 0 0;
}
.p-spot__item__Detail p {
  padding-top: 20px;
}
.p-spot__item__Detail h2 {
  text-align: center;
  font-size: var(--f-30);
  font-weight: bold;
  margin-bottom: 1em;
}
.p-spot__item__Detail h2 span {
  display: block;
  font-size: var(--f-18);
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .p-spot__item__Detail h2 {
    font-size: var(--f-24);
    margin-left: 0;
    margin-right: 0;
  }
  .p-spot__item__Image {
    margin: 0 3%;
  }
  .p-spot__item.--isReverse .p-spot__item__Image {
    margin: 0 3%;
    padding: 40px 0 0;
  }
}
.p-spot__item__Detail table {
  padding: 25px 0 0;
  width: 100%;
}
.p-spot__item__Detail table tbody tr td {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  min-width: 90px;
}
.p-spot__item__Detail table tbody tr:last-child td {
  padding-top: 10px;
}
@media screen and (max-width: 960px) {
  .p-spot__item__Detail {
    width: 70%;
    padding: 60px 0 0;
    margin: 0 3% 0 0;
  }
  .p-spot__item__Detail .btn-area li a {
    padding: 1em 0;
  }
  .--isReverse .p-spot__item__Detail {
    margin: 0 0 0 3%;
  }
}
@media screen and (max-width: 480px) {
  .p-spot__item__Detail {
    width: auto;
    margin: 0 3%;
    padding: 30px 0 0;
  }
}

.btn-area {
  display: flex;
  margin: 30px 0 0;
  gap: 1em;
  justify-content: space-around;
}
@media screen and (max-width: 480px) {
  .btn-area {
    flex-direction: column;
  }
}
.btn-area li {
  width: 100%;
}
.btn-area li a {
  width: 100%;
  display: block;
  border: 1px solid #000;
  padding: 1em 2em;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .btn-area li a {
    margin: 0 auto 20px;
  }
  .btn-area li:last-child a {
    margin-bottom: 0;
  }
}

.p-event {
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .p-event {
    padding-bottom: 20px;
  }
}

.event-detail {
  padding-top: 20px;
}
.event-detail h3 {
  position: relative;
  font-family: var(--font-shipporMincho);
  font-size: var(--f-36);
  font-weight: 700;
}
.event-detail h3::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 1px;
  border-top: 1px solid #000;
  top: 55%;
  right: 0;
}
@media screen and (max-width: 480px) {
  .event-detail h3::after {
    width: 80%;
  }
}
.event-detail h4 {
  font-size: var(--f-24);
}
.event-detail p {
  font-size: var(--f-18);
}

.event-slider {
  position: relative;
}

.swiper-container {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  margin-top: 50px;
}
.swiper-container .swiper-wrapper {
  justify-content: flex-start;
  margin-bottom: 20px;
}
.swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-right: 30px;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .swiper-container .swiper-wrapper .swiper-slide img {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .swiper-container {
    margin-top: 25px;
  }
}

/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px 20px;
}

@media screen and (max-width: 480px) {
  /* ページネーションの余白 */
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px 10px;
  }
}

/* ページネーションのサイズと色 */
.event-slider .swiper-pagination-bullet {
  border: 1px solid #243c30;
  border-radius: 50%;
  background: none;
  opacity: 1;
  height: 20px;
  width: 20px;
}

.event-slider .swiper-pagination-bullet-active {
  background-color: #243c30;
}

.p-sports {
  background: var(--pink);
  padding-top: 80px;
  padding-bottom: 50px;
}
.p-sports .head-wrap {
  margin-top: 0;
}

.p-sports__list {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.p-sports__list li {
  width: 33.3333333333%;
}
@media screen and (max-width: 960px) {
  .p-sports__list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-sports__list {
    flex-direction: column;
  }
  .p-sports__list li {
    width: 100%;
    margin-bottom: 50px;
  }
  .p-sports__list li:last-child {
    margin-bottom: 0;
  }
}

.p-sports__list__Detail h2 {
  font-size: var(--f-20);
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin: 5px 0;
}
.p-sports__list__Detail table {
  display: block;
  padding-top: 20px;
}
.p-sports__list__Detail table tbody {
  display: block;
  width: 100%;
}
.p-sports__list__Detail table tbody tr {
  display: block;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.p-sports__list__Detail table tbody tr td {
  font-size: var(--f-15);
}
.p-sports__list__Detail table tbody tr td:first-child {
  min-width: 83px;
}

.p-sports__btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.p-sports__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  background: #fff;
  border: 1px solid #000;
}
