@charset "utf-8";


/* --------------------------------------

roomtent

-------------------------------------- */

.mincho {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.mv-wrap {
  text-align: center;
}

.topic-path {
  margin-top: -80px;
}

.intro {
  margin-top: 160px;
}
.intro h2 {
  padding-bottom: 48px;
  background: url(../images/item/roomtent/new/bg_line.webp) center bottom no-repeat;
  font-size: 6.4rem;
  text-align: center;
}
.intro .txt {
  margin-top: 32px;
  font-size: 1.8rem;
  line-height: 2.0;
  text-align: center;
}


.case {
  margin-top: 160px;
}
.case .ttl-en {
  font-size: 6.4rem;
  line-height: 1;
  text-align: center;
}
.case .ttl-ja {
  margin-top: 6px;
  font-size: 2.4rem;
  text-align: center;
}
.case .ttl-ja span {
  position: relative;
}
.case .ttl-ja span::before, .case .ttl-ja span::after {
  display: inline-block;
  content: "";
  width: 32px;
  height: 1px;
  margin: 0 12px;
  background: #444444;
  transform: translateY(-8px);
}
.case .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.case .main {
  margin-top: 64px;
}
.case .main .main-photo {
  width: 64%;
}
.case .main .txtwrap {
  width: 32%;
}
.case .main .txtwrap h3 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}
.case .main .txtwrap h3 + .txt {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.case .sub {
  margin-top: 64px;
  flex-flow: row-reverse;
}
.case .sub .photowrap {
  display: flex;
  width: 60%;
  justify-content: space-between;
}
.case .sub .photowrap figure {
  width: 49.8%;
}
.case .sub .txtwrap {
  width: 38%;
}
.case .sub .txtwrap h3 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.case .sub .txtwrap h3 + .txt {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.productGallery .ttl,
.productInfo .inner > .ttl {
  font-style: normal;
}

.productInfo .size {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.productInfo .size figure {
  width: 70%;
}
.productInfo .size .txtwrap {
  width: 28%;
}
.productInfo .size .txtwrap h4 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.productInfo .size .txtwrap h4 + .txt {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 1.7;
}


@media screen and (max-width:768px) {

.topic-path {
  margin-top: -40px;
}

.intro {
  margin-top: 48px;
}
.intro h2 {
  padding-bottom: 16px;
  background-size: contain;
  font-size: 2.4rem;
}
.intro .txt {
  margin-top: 24px;
  font-size: 1.4rem;
  line-height: 2.4;
}

.case {
  margin-top: 80px;
}
.case .ttl-en {
  font-size: 3.2rem;
}
.case .ttl-ja {
  margin-top: 6px;
  font-size: 1.4rem;
}
.case .ttl-ja span::before, .case .ttl-ja span::after {
  width: 18px;
  margin: 0 8px;
  transform: translateY(-5px);
}
.case .main {
  margin-top: 16px;
}
.case .main .main-photo,
.case .main .txtwrap {
  width: 100%;
}
.case .main .txtwrap {
  margin-top: 24px;
}
.case .main .txtwrap h3 {
  font-size: 2.0rem;
  text-align: center;
}
.case .main .txtwrap h3 + .txt {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 2.0;
}
.case .sub {
  margin-top: 40px;
  flex-wrap: wrap;
}
.case .sub .photowrap {
  width: 100%;
}
.case .sub .photowrap figure,
.case .sub .txtwrap {
  width: 100%;
}
.case .sub .txtwrap {
  margin-top: 24px;
}
.case .sub .txtwrap h3 {
  font-size: 2.0rem;
  text-align: center;
}
.case .sub .txtwrap h3 + .txt {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.productInfo .size figure,
.productInfo .size .txtwrap {
  width: 100%;
}
.productInfo .size .txtwrap {
  margin-top: 24px;
}
.productInfo .size .txtwrap h4 {
  font-size: 2.0rem;
  text-align: center;
}
.productInfo .size .txtwrap h4 + .txt {
  margin-top: 16px;
  font-size: 1.4rem;
}

}
