.header {
    left: 70px;
    bottom: -70px;
    padding: 0;
}
.sctiveheaderTitle {
    display: flex;
    font-family: 'Shippori Mincho';
    justify-content: space-between;
    margin-right: 20px;
}
.sctiveheaderText {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 10px;
}
.sctiveheaderTitleText h1{
    font-size: 72px;
    position: relative;
    top: -40px;
}
.sctiveheaderTitleText p{
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
}
.hotel1Image {
    display: flex;
    justify-content: flex-end;
}
.hotel1Text {
    position: relative;
    width: 438px;
    left: 70px;
    padding-left: 20px;
    bottom: -310px;
    border-left: 1px solid black;
}
.hotel1Text h2 {
    font-size: 32px;
    margin-bottom: 50px;
    font-family: shippori mincho;
}
.hotel1Text p {
    line-height: 28px;
    font-size: 14px;
}
.hotel2Text {
    width: 438px;
    position: relative;
    right: 40px;
    padding-left: 20px;
    transform: translateY(-100px);
    border-left: 1px solid black;
}
.hotel2Text h2 {
    font-size: 32px;
    margin-bottom: 50px;
    font-family: shippori mincho;
}
.hotel2Text p {
    line-height: 28px;
    font-size: 14px;
}
.hotel2Bath {
    display: flex;
    justify-content: flex-end;
    position: relative;
    bottom: -186px;
}
.hotel2Bath h2 {
  /* 文字を90度回転 */
  transform: rotate(90deg);
  font-size: 90px;
  top: -120px;
  right: 100px;
  position: absolute;
  font-family: 'Shippori Mincho';
  color: #E0E0E0;
}
.hotel2Display {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.hotel2Room h2 {
    transform: rotate(90deg);
    font-size: 90px;
    top: -200px;
    left: -410px;
    position: relative;
    font-family: 'Shippori Mincho';
    color: #E0E0E0;
}
.hotel2Room {
    display: flex;
    flex-direction: row-reverse;
}
.hotel2Img h2 {
    transform: rotate(90deg);
    font-size: 90px;
    left: -120px;
    position: relative;
    bottom: -170px;
    font-family: 'Shippori Mincho';
    color: #E0E0E0;
}
.hotel2Img {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 100px;
}
.hotel2 {
    margin-bottom: 201px;
}
.hotel3Section1,
.hotel3Section2,
.hotel3Section3 {
    display: flex;
    justify-content: center;
    gap: 78px;
    padding: 50px 0;
}
.hotel3text {
    width: 577px;
}
.hotel3Section1 {
    background-color: #F4F4F4;
}
.hotel3Section2 {
background-color: #ECECEC;
}
.hotel3Section3 {
    background-color: #E7E7E7;
}
.hotel3text h2{
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 48px;
}
.hotel3text p{
    font-size: 14px;
    padding-top: 23px;
    line-height: 28px;
}
.hotel3text .hotel3p{
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid;
    padding-bottom: 18px;
}
.hotel3Title {
    text-align: center;
    margin-bottom: 50px;
}
.hotel3Title h2 {
    font-size: 32px;
    line-height: 48px;
    font-family: 'Shippori Mincho';
}
.hotel3Title p {
    line-height: 28px;
    font-size: 14px;
    font-family: 'Oswald';
}
.hotel3 {
    margin-bottom: 200px;
}