.hotel_cont01_img {
    width: 41.5rem;
    height: 44rem;
    margin-top: 5rem;
}
/* hotel_cont03
----------------------------------------*/
.hotel_cont03 {
  border-bottom: .1rem solid #D6D6D2;
}
.hotel_cont03_inner {
  max-width: 111.3rem;
  margin: 0 auto;
}
.hotel_cont03_inner h2::before, .hotel_cont03_inner h2::after {
    content: '';
    display: block;
    width: 3.4rem;
    height: .7rem;
    background: #fff;
    position: absolute;
    top: -10.3rem;
    left: 0;
}
.hotel_cont03_inner h2::after {
    transform: rotate(90deg);
}
.hotel_cont03_item:nth-child(1) {
	display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: calc(50% + 68rem);
  margin-top: -5rem;
}
.hotel_cont03_item:nth-child(1) figure {
    display: grid;
    gap: .3rem;
}
.hotel_cont03_item_slider {
  width: 53%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .3rem;
}
.hotel_cont03_item_slider > .hotel_cont01_img {
  width: 32.7rem !important;
  height: 58.2rem !important;
}
.hotel_cont03_item:nth-child(1) .hotel_cont03_txt {
  flex: 1;
  padding: 1.2rem 10.6rem 0 0;
  width: 47.3rem;
}
.hotel_cont03_item:nth-child(1) h2 {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .1em;
	color: #B4A199;
	margin-top: -1.5rem;
	margin-bottom: 2.5rem;
}
.hotel_cont03_item:nth-child(1) h2 .en {
	display: block;
	font-size: 5rem;
	line-height: 1.31;
	font-weight: 700;
	letter-spacing: .31em;
	margin-left: -.1rem;
	margin-bottom: .5rem;
}
.hotel_cont03_item:nth-child(1) h2 .en span {
	display: block;
	font-size: 1.3rem;
	font-weight: 500;
	margin-left: .5rem;
	letter-spacing: .2em;
}
.hotel_cont03_item:nth-child(1) h3 {
letter-spacing: 0.3rem;
    font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.hotel_cont03_item:nth-child(1) p {
	font-size: 1.3rem;
	line-height: 2.3077;
	letter-spacing: .1em;
}
.hotel_cont03_img {
	width: 41.4rem;
	height: 48.8rem;
	overflow: hidden;
}
.hotel_cont03_img figure {
	margin-bottom: .1rem;
}
@media only screen and (max-width: 768px) {
  .hotel_cont01_img {
    margin-top: 7rem;
    width: 34.5rem;
  }
  .hotel_cont01_item:nth-child(1) .hotel_cont01_txt {
    padding: 2.9rem 0 0 0;
  }
  .hotel_cont02 {
    padding: 0px 3rem 9.4rem;
  }
	.hotel_cont03 {
		max-width: none;
	}
  .hotel_cont03_inner h2::before, .hotel_cont03_inner h2::after {
    top: -5.8rem;
  }
  .hotel_cont03_item_slider {
    width: 84%;
  }
  .hotel_cont03_item_slider > .hotel_cont01_img {
    width: 17.1rem !important;
    height: 28.5rem !important;
  }
	.hotel_cont03_item:nth-child(1) {
		flex-direction: column-reverse;
    width: 100%;
    margin-top: 0;
	}
	.hotel_cont03_item:nth-child(1) .hotel_cont03_txt {
		width: 31.5rem;
		margin: 0 auto;
		padding: 5.5rem 0 0;
	}
	.hotel_cont03_item:nth-child(1) h2 {
		margin: 0 0 1.6rem;
	}
	.hotel_cont03_item:nth-child(1) h2 .en {
		font-size: 3rem;
		line-height: 1.45;
		letter-spacing: .21em;
	}
	.hotel_cont03_item:nth-child(1) h2 .en span {
		font-size: 1.3rem;
		margin-left: 0;
	}
	.hotel_cont03_item:nth-child(1) h3 {
        font-size: 1.8rem;
        line-height: 1.8824;
        margin-bottom: .8rem;
	}
	.hotel_cont03_item:nth-child(1) p {
		line-height: 2;
	}
	.hotel_cont03_img {
		width: 34.5rem;
		height: 34.5rem;
		margin: 0 0 0 auto;
	}
}