/*共通*/
.l-main .l-contents {
    margin-top: 0;
}

.l-main .p-entry__body p {
	margin-bottom: 0;
	line-height: 1.8;
}

.l-main .p-entry__body li {
    line-height: 1.8;
}

/*パンくず部分　共通化検討*/
.l-main .p-breadcrumb {
    margin-bottom: 20px;
}

.l-primary .title-box--white .title-ja::after {
    border-width: 11px 8px 0 8px;
}

/*アイコン付き見出し　共通化検討*/
.l-main .icon-heading {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
}

@media (max-width: 768px) {
    .l-main .icon-heading {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

.icon-heading img {
	width: 24px;
	vertical-align: sub;
}

/*セクション間余白　共通化検討*/
.article {
    padding: 60px 0;
}

.article:first-child {
    padding-top: 0;
}

/*セクション説明部分　共通化検討*/
.description {
    margin-top: 60px;
}

/*ページ内共通スタイル*/
.price-list__box {
    display: flex;
    gap: 60px;
}

@media (max-width: 768px) {
    .price-list__box {
        flex-direction: column;
        gap: 40px;
    }
}

.price-list__list {
    width: 100%;
}

.price-list__store {
    margin-bottom: 30px;
}

.price-list__text {
    margin-top: 24px;
}

/*ファーストビュー部分画像*/
.main-title-area::before {
	background-image: url("http://2026040612024765x34c.conohawing.com/wp-content/uploads/2026/05/mv_hotel.jpg");
}

.point-box {
  background-color: #E2DFCC;
  border-radius: 4px;
  padding: 40px;
  margin-top: 40px;
}

.point-box__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}

.point-box__content {
  flex: 1;
}

.point-box__image {
  flex: 1;
}

.point-box__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* 見出し */
.point-box__title_wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

.point-box__title {
  font-size: 20px;
  margin-top: 24px;
}

/* 本文 */
.point-box__text {
  font-size: 16px;
  margin-top: 8px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .point-box__title_wrap {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }

  .point-box {
    margin-top: 40px;
    padding: 20px;
  }

  .point-box__inner {
    flex-direction: column;
    gap: 20px;
  }

  .point-box__title {
    font-size: 18px;
    margin-top: 12px;
  }

  .point-box__text {
    font-size: 14px;
    margin-top: 0;
  }
}

/*左右振り分け配置箇所*/
.column {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 768px) {
    .column {
        gap: 15px;
    }
}

.column-content {
	width: 60%;
}

@media (max-width: 768px) {
    .column-content {
    width: 100%;
}
}

.column:not(:first-child) {
    margin-top: 40px;
}

.column:nth-child(even) {
    flex-direction: row-reverse;
}

.column-content__heading {
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    border-bottom: solid 1px #907A44;
}

@media (max-width: 768px) {
    .column-content__heading {
        padding-bottom: 16px;
        margin-bottom: 20px;
    }
}

.column-content .column-content__heading h4 {
	margin-bottom: 0;
}

.column-content__sub {
	display: block;
    margin-bottom: 12px;
    color: #907A44;
    font-size: 18px;
}

.p-entry__body .column-content__ttl {
    font-size: 20px;
}

@media (max-width: 768px) {
    .p-entry__body .column-content__ttl {
        font-size: 18px;
    }
}

.column-content__paragraph{
	line-height: 1.8 !important;
}

/*サービスエリア*/
.hotel-services-area {
    margin-bottom: 120px;
}

@media (max-width: 768px) {
    .hotel-services-area {
        margin-bottom: 0;
    }
}

/*サービス一覧 宿泊*/
.stay-contents {
    margin-top: 60px;
}

/*サービス一覧 宿泊 概要*/
.services-overview {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .services-overview {
        margin-bottom: 40px;
    }
}

.l-main .p-entry__body .services-overview__text {
    margin-bottom: 30px;
}

.stay-room-images {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .stay-room-images {
        flex-direction: column;
        gap: 24px;
    }
}

.stay-room-image {
    width: 100%;
}

.stay-room-image img {
    width: 100%;
    max-width: none;
}

.stay-room-note {
    margin-top: 16px;
    text-align: right;
    color: #36220BB3;
}

@media (max-width: 768px) {
    .stay-room-note {
        font-size: 14px;
    }
}

/*サービス一覧 宿泊 ご利用の流れ*/
.usage-flow-contents {
    margin-bottom: 60px;
}

.usage-flow {
    display: flex;
    gap: 16px;
}

@media (max-width: 768px) {
    .usage-flow {
        flex-direction: column;
    }
}

@media (max-width: 1110px) and (min-width: 768px) {
    .usage-flow {
        flex-direction: column;
    }
}

.usage-flow__item {
    width: calc(100% / 4 - (30px - 30px / 4));
    padding: 20px;
    background: #FFFFFF;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .usage-flow__item {
        width: 100%;
    }
}

@media (max-width: 1110px) and (min-width: 768px) {
    .usage-flow__item {
        width: 100%;
    }
}

.usage-flow__text a{
    text-decoration: underline;
}

.usage-flow__icon {
    max-width: 100px;
    margin: 0 auto 30px;
}

.usage-flow__heading {
    text-align: center;
    margin-bottom: 20px;
}

.usage-flow__en {
    color: #907A44;
}

.usage-flow__ja {
    font-size: 20px;
    font-weight: bold;
}

.usage-flow__arrow {
    margin: auto;
}

.usage-flow__arrow img {
    flex-shrink: 0;
    width: 14px;
}

@media (max-width: 768px) {
   .usage-flow__arrow img {
    transform: rotate(90deg);
   } 
}

@media (max-width: 1110px) and (min-width: 768px) {
    .usage-flow__arrow img {
    transform: rotate(90deg);
   } 
}

/*サービス一覧 宿泊 お持ちいただくもの*/
.belongings-contents {
    margin-bottom: 60px;
}

.check-list__item {
    position: relative;
    padding-left: 28px;
}

.check-list__item:not(:last-child) {
    margin-bottom: 16px;
}

.check-list__item::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: url("http://2026040612024765x34c.conohawing.com/wp-content/uploads/2026/05/icon_checkbox.png") no-repeat center;
    background-size: contain;
    transform: translate(0,-50%);
    content: "";
}

.check-list__note {
    margin-top: 16px;
}

.first-time {
    margin-top: 30px;
}

.subheading {
    margin-bottom: 20px;
    font-weight: bold;
}

/*サービス一覧 宿泊 宿泊料金*/
.price-list__box {
    display: flex;
    gap: 60px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .price-list__box {
        flex-direction: column;
        gap: 40px;
    }
}

.price-list__list {
    width: 100%;
}

.price-list__store {
    margin-bottom: 30px;
}

.price-list__text {
    margin-top: 24px;
}

/*サービス一覧 一時お預かり*/
.temporary-storage-contents {
    margin-top: 80px;
}

/*ご利用時のお願い*/

.l-primary .p-entry__body .request-box {
	margin: 20px 0 30px;
	padding: 30px;
	border: solid 1px #DBD9CC;
}

@media (max-width: 768px) {
	.request-box {
	margin: 20px 0 30px;
	padding: 20px;
}
}

.l-primary .p-entry__body .request-box li {
	line-height: 1.9;
	color: #36220B;
}

.overview-area {
	padding-bottom: 120px;
}
@media (max-width: 768px) {
	.overview-area {
		padding-bottom: 0;
	}
}