@charset "UTF-8";

/* ヘッドエリア */
.head_area_flex {
  display: none;
}
.pc_head_img {
  width: 100%;
}
.pc_head_img img {
  width: 100%;
  height: auto;
}

/* party_content */
.content_head_img {
  display: none;
}
.pc_head_flex {
  width: 100%;
  display: flex;
  margin: 0 auto;
  gap: 2px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.pc_content_head_img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.pc_content_head_img img {
  width: 100%;
  height: auto;
}
.read_txt {
  width: 100%;
  display: block;
  margin: 0 auto;
  transform: translateX(10%);
}
.read_txt h2 {
  text-align: left;
  margin-top: 40px;
  line-height: 2.5;
  letter-spacing: 4px;
  font-size: 32px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.read_txt p {
  text-align: left;
  margin-top: 16px;
  line-height: 1.8;
  letter-spacing: 4px;
  font-size: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
/* 全景写真 */
.full_view_img {
  width: 100%;
}
.full_view_img img {
  width: 100%;
  height: auto;
}

/* 全景の下 */
.pc_content_head_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_head_txt {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.content_head_txt h2 {
  text-align: left;
  margin-top: 40px;
  line-height: 2.5;
  letter-spacing: 4px;
  font-size: 32px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.content_head_txt p {
  text-align: left;
  margin-top: 16px;
  line-height: 1.8;
  letter-spacing: 4px;
  font-size: 22px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}

/* content_area */
.content_area {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.content_area_img1,
.content_area_img2,
.content_area_img3 {
  display: none;
}
.pc_content_area_img2 {
  width: 100%;
}
.pc_content_area_img2 img {
  width: 100%;
  height: auto;
}
.content_area_txt {
  display: none;
}

/* content_img */
.content_img_wrapper {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.pc_content_img_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pc_content_area_txt {
  width: 50%;
  display: block;
}
.pc_content_area_txt p {
  width: 50%;
  display: block;
  margin: 0 auto;
  text-align: left;
  margin-top: 16px;
  line-height: 1.8;
  letter-spacing: 4px;
  font-size: 20px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
}
.content_img1 {
  width: 50%;
  display: block;
}
.content_img1 img {
  width: 100%;
  height: auto;
}
.content_img2 {
  width: 50%;
  display: block;
}
.content_img2 img {
  width: 100%;
  height: auto;
}
.content_img3 {
  width: 50%;
  display: block;
}
.content_img3 img {
  width: 100%;
  height: auto;
}
.content_img4 {
  width: 50%;
  display: block;
}
.content_img4 img {
  width: 100%;
  height: auto;
}
.content_img5 {
  width: 50%;
  display: block;
}
.content_img5 img {
  width: 100%;
  height: auto;
}
