#container.sub .place_title {
  padding: 20rem 1.25rem 7.5rem 5rem;
  gap: 1.5rem !important;
  position: relative;
  overflow: hidden;
  align-items: flex-start;
  justify-content: flex-end;
}

#container .place_title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.1);
  animation: scale 2s forwards;
  background-size: cover;
  background-position: center;
}

#container .place_title::after {
  /* background-image: url("../images/place_bg.jpg"); */
  background-repeat: no-repeat;
  background-position: right;
  /* background-position-x: 37% !important; */
}

#container .place_title.place01::after {
  /* background-image: url("../images/place_bg01.jpg"); */
  /* background-position-x: 32% !important */
}

#container .place_title.place02::after {
  /* background-image: url("../images/place_bg02.jpg"); */
  /* background-position-x: 26% !important */
}

/* #container .place_title.place03::after {
	background-image: url("../images/place_bg03.png");
	background-position-x: 46% !important;
}

#container .place_title.place04::after {
	background-image: url("../images/place_bg04.png")
} */

@keyframes scale {
  to {
    transform: scale(1);
  }
}

#container .place_title.place01,
#container .place_title.place02,
#container .place_title.place03,
#container .place_title.place04 {
  /* padding: 21.71875rem 0 20.40625rem; */
  padding: 20rem 1.25rem 7.5rem 5rem;
  /* gap: 0 !important */
}

#container .place_title.place01 > span,
#container .place_title.place02 > span,
#container .place_title.place03 > span,
#container .place_title.place04 > span {
  max-width: 100%;
}

#container .place_title.place01::before,
#container .place_title.place02::before,
#container .place_title.place03::before,
#container .place_title.place04::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(180deg, rgba(16, 16, 16, 0.7) 0%, rgba(16, 16, 16, 0.35) 100%) */
}
#container .sub-title.place_title h3::after {
  content: none;
}
/* #container .sub-title.place_title h3::after{
	content: "";
	display: block;
	width: .0625rem;
	height: 3.75rem;
	margin: 2rem auto 1.25rem auto;
	background-color: #fff;
}

#container .place_title.place01>em,
#container .place_title.place02>em,
#container .place_title.place03>em,
#container .place_title.place04>em {
	margin-bottom: .25rem
}

#container .place_title.place01>h3,
#container .place_title.place02>h3,
#container .place_title.place03>h3,
#container .place_title.place04>h3 {
	margin-bottom: 1.5rem
} */

#container .place_title.place01 > span,
#container .place_title.place02 > span,
#container .place_title.place03 > span,
#container .place_title.place04 > span {
  font-family: "Hahmlet";
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.875rem;
  color: #fff;
}

#container .place_title em.white {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.625rem;
  color: #fff;
}

#container .place_title > span {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.875rem;
  color: #fff;
  font-family: "Hahmlet";
  display: block;
  /* max-width: 25rem; */
  /* text-align: center */
}

#container .one_view {
  width: 100%;
  /* aspect-ratio: 1320/1304; */
  max-width: 82.5rem;
  margin: 0 auto;
  padding: 7.5rem 0 11.25rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#container .one_view.place_0102 button,
#container .one_view.place_0202 button {
  margin: 3.75rem 0 0;
}

#container .one_view.place_0102 video,
#container .one_view.place_0202 video {
  margin-top: 6.25rem;
}

#container .one_view.in_tab {
  width: 100%;
  padding-top: 3rem;
}

#container .one_view.swipe {
  width: 100%;
}

#container .one_view:last-child {
  padding-bottom: 4.625rem;
}

#container .one_view h4 {
  font-weight: 250;
  color: #111;
}

#container .one_view h5 {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 3.125rem;
  color: #111;
  text-align: center;
}
.one_view .one_view_wrap01,
.one_view .one_view_wrap02,
.one_view .one_view_wrap03 {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.4s linear;
}

.one_view_wrap01.fadeout,
.one_view_wrap02.fadeout,
.one_view_wrap03.fadeout {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.65s;
}

#container .one_view .h4-sub-title {
  margin-top: 1.5rem;
  font-family: "Pretendard";
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  color: #505050;
  text-align: center;
}

#container .one_view .h4-sub-title.small {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.875rem;
  color: #505050;
}

#container .one_view .h4-sub-title.small.place_03,
#container .one_view .h4-sub-title.small.place_04 {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  color: #505050;
  letter-spacing: -0.025rem;
}
#container .one_view.place_0102 .h4-sub-title.small {
	font-size: 1.125rem;
	/* line-height: 1.75rem; */
}
#container .one_view.place_0102 h5 + .h4-sub-title.small {
	font-size: 1.25rem;
}
#container .one_view ol {
  display: flex;
  margin-top: 3.875rem;
}

#container .one_view ol li {
  overflow: hidden;
  position: relative;
  font-size: 18px;
}

#container .one_view ol li a {
  display: block;
}

#container .one_view ol li + li {
  margin-left: 1.5625rem;
}

#container .one_view ol li img {
  width: 42.125rem;
  height: 30.875rem;
  transform: scale(1.2);
  transition: 0.4s ease-in-out;
}

#container .one_view ol li:hover img {
  transform: scale(1.1);
}

#container .one_view ol li p {
  position: absolute;
  bottom: 3.75rem;
  left: 50%;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.375rem;
  color: #fff;
}

#container .flex_rev_wrap {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 6.25rem;
}

#container .flex_rev_wrap.samcheong .text_wrap {
  /* margin-bottom: 1.25rem; */
  height: 225px;
}

#container .flex_rev_wrap li {
  display: flex;
  flex-direction: column;
  width: calc(50% - 0.6875rem);
  position: relative;
}

#container .flex_rev_wrap li img {
  width: 100%;
  margin-bottom: 1.375rem;
}

#container .flex_rev_wrap li .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

#container .flex_rev_wrap li .text_wrap p {
  font-family: "Pretendard";
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  color: #111;
  letter-spacing: -0.025rem;
}

#container .flex_rev_wrap li:first-child {
  margin-left: 1.375rem;
}

#container .flex_rev_wrap li:first-child:last-child {
  margin: 0;
}

#container .flex_rev_wrap li:first-child p:last-of-type {
  margin-bottom: 3.75rem;
}

#container .flex_rev_wrap li:last-child p {
  margin-top: 1.25rem;
}

#container .flex_rev_wrap li:first-child {
  transform: translateY(3.125rem);
  animation: translateY 1.5s forwards;
}

#container .flex_rev_wrap li:last-child {
  transform: translateY(1.5625rem);
  animation: translateY 1.5s forwards;
}

@keyframes translateY {
  /* to{
		transform: translateY(0);
	} */
}

#container .info_box {
  margin-top: 7.125rem;
  width: 100%;
  padding: 0.75rem 0 1.125rem;
  border-top: 0.0625rem solid #e5e5e5;
  border-bottom: 0.0625rem solid #e5e5e5;
}

#container .info_box .info_list {
  display: flex;
}

#container .info_box .info_list > li {
  width: 33.3%;
  padding: 2.5rem 1.5rem;
}

#container .info_box .info_list > li h6 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #111;
  margin-bottom: 1.5rem;
}

#container .info_box .info_list > li p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  color: #111;
  font-family: "Pretendard";
}

#container .info_box .info_list > li a {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #111;
  letter-spacing: -0.021875rem;
  text-decoration: underline;
  font-family: "Pretendard";
}

#container .info_box .info_list > li ul li {
  position: relative;
  padding-left: 0.6875rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  color: #111;
  font-family: "Pretendard";
  letter-spacing: -0.025rem;
}

#container .info_box .info_list > li ul li + li {
  margin-top: 0.125rem;
}

#container .info_box .info_list > li ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: block;
  content: "";
  width: 0.1875rem;
  height: 0.1875rem;
  background-color: #505050;
}

.one_view_wrap + .one_view_wrap {
  margin-top: 7.5rem;
}

.place_article {
  display: flex;
  width: 100%;
}

.place_article .left {
  margin-right: 12px;
  width: calc(100% - 448px);
}

.place_article .right {
  margin-left: 12px;
  min-width: 424px;
}

.place_article .right .pl_img_box:nth-child(1) {
  margin-bottom: 24px;
}

.place_article.place_article03 .left,
.place_article.place_article03 .right {
  width: calc(50% - 12px);
}
.place_article.place_article03 .right {
  margin-right: 12px;
}
.place_article.place_article03 .left {
  margin-left: 12px;
}

.place_article.place_article03 .right .pl_img_box:nth-child(1) {
  margin-bottom: 0;
}

.place_article img {
  height: 100%;
  width: 100%;
  vertical-align: top;
  object-fit: fill;
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
}

.place_article01 .left img,
.place_article02 .left img {
  min-height: 608px;
}
.place_article03 img {
  transition: transform 0.5s ease;
}
.place_article03 img:hover {
  transform: scale(1.1);
}

.place_article.place_article03 .store_txt {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.375rem;
  position: absolute;
  bottom: 60px;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.pl_img_box {
  position: relative;
  overflow: hidden;
}

.place_title_box h4,
.place_title_box span,
.place_title_box p {
  opacity: 0;
  transition: transform, opacity 0.55s ease;
  transform: translate(0, 50px);
}

.fadeout .pl_img_box {
  opacity: 1;
}
.fadeout .pl_img_box:nth-child(1) {
  transition-delay: 0.5s;
}

.place_article01 .pl_img_box:nth-child(2),
.place_article02 .pl_img_box:nth-child(2) {
  transform: translate(0, 30px);
}
.fadeout .place_article01 .pl_img_box:nth-child(2),
.fadeout .place_article02 .pl_img_box:nth-child(2) {
  transform: translate(0, 0px);
}
.fadeout .pl_img_box:nth-child(2) {
  transition-delay: 0.5s;
  transition-duration: 0.75s;
}

.place_article01 .pl_img_box span a {
  pointer-events: none;
}
.place_article02 .pl_img_box span a {
  pointer-events: none;
}
/* .fadeout .pl_img_box:nth-child(3){
	transition-delay: .5s;
	transition-duration: 1.525s;
} */

.place_sub_txt {
  padding-left: 0rem;
}
.place_title_box span {
  display: block;
}

.fadein.place_title_box h4,
.fadein.place_title_box span,
.fadein.place_title_box p {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein.place_sub_txt {
  margin-top: 0;
}
.fadein.place_title_box h4 {
  transition-delay: 0.6s;
  transition-duration: 0.65s;
}
.fadein.place_title_box span {
  transition-delay: 0.7s;
  transition-duration: 0.75s;
}
.fadein.place_title_box p {
  transition-delay: 0.8s;
  transition-duration: 0.9s;
}
.fadein.place_title_box p + p {
  transition-delay: 0.92s;
  transition-duration: 1s;
}

.pl_img_box > span:not(.store_txt) {
  display: block;
  height: 100%;
  width: 100%;
}

.place_article a {
  display: block;
}

.place_title_box {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-top: 3.75rem;
  width: 100%;
}
.place_title_box h4 {
  min-width: 19.5rem;
  margin-right: 1.5rem;
  color: #111;
  font-family: "Hahmlet";
  font-size: 1.875rem;
  font-weight: 250;
  line-height: 2.875rem;
}
.place_sub_txt .h4_sub_title {
  color: #111;
  font-family: "Hahmlet";
  font-size: 1.5625rem;
  font-weight: 250;
  line-height: 2.5rem;
}
.place_sub_txt p {
  color: #505050;
  font-family: "Pretendard";
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: -0.05rem;
  line-height: 1.75rem;
  margin-top: 2.5rem;
}
.place_sub_txt p + p {
  margin-top: 1.25rem;
}

.popup-layer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: none;
}
.popup-layer .popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  overflow: hidden;
}
.popup-layer .popup-box.size-md .popup-info-inner {
  width: 640px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: auto;
  padding: 1.25rem 1.25rem 1.5625rem 1.25rem;
}
.popup-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5ec;
  padding: 1.25rem;
  position: relative;
}
.popup-title h4 {
  color: #111;
  font-size: 1.375rem;
  font-weight: 300;
}
.popup-title .popup-close {
  height: 24px;
  width: 24px;
  background-image: url(../images/icon_close_32x32.svg);
  background-size: cover;
  cursor: pointer;
}
.popup-title .popup-close span {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
}
.popup-box.size-md .btn-wrap {
  margin-top: 1.875rem;
}
.popup-input-wrap {
  margin-top: 2rem;
}
.popup-box .row + .row {
  padding-top: 2rem;
}
.class-tit {
  color: #1d1d1d;
  font-size: 1.0625rem;
}
.agree_wrap {
  margin-top: 2rem;
}
.agree_wrap div h5 {
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.875rem;
  color: #111;
}
.agree_wrap div .scroll_container {
  height: 11.1875rem;
  margin: 1.25rem 0;
  padding: 1.5rem 0.5rem 1.5rem 1.5rem;
  border: 0.0625rem solid #dadada;
}
.agree_wrap div .scroll_container dl {
  height: 100%;
  padding-right: 1.125rem;
  overflow-y: auto;
  text-overflow: ellipsis;
  font-family: "Pretendard";
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.625rem;
  color: #767676;
}
.agree_wrap div .scroll_container dl dt {
  margin-bottom: 0.625rem;
}
.agree_wrap div .scroll_container dl dt.bold_title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: #111;
}
.agree_wrap div .scroll_container dl dd {
  font-size: 0.9375rem;
}
.popup-layer .align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrollLock {
  overflow: hidden;
}

@media (max-width: 47.5rem) {
  .popup-layer .popup-box.size-md {
    height: 100%;
    width: 100%;
    max-height: unset;
  }
  .popup-layer .popup-title {
    padding: 14px 20px;
  }
  .popup-layer .popup-info {
    height: -webkit-calc(100% - 3.8125rem);
    height: calc(100% - 3.8125rem);
  }
  .popup-layer .popup-box.size-md .popup-info-inner {
    height: 100%;
    max-height: unset;
    width: 100%;
  }
  #container .place_title {
    padding: 15.78125rem 0 13.28125rem;
    gap: 0.75rem !important;
  }

  #container .place_title.place01,
  #container .place_title.place02,
  #container .place_title.place03,
  #container .place_title.place04 {
    padding: 16.1875rem 0 13.6875rem;
    gap: 0 !important;
  }

  #container .place_title.place01 > em,
  #container .place_title.place02 > em,
  #container .place_title.place03 > em,
  #container .place_title.place04 > em {
    margin-bottom: 0.5rem;
    font-size: 0.875rem !important;
    line-height: 1.625rem !important;
  }

  #container .place_title.place01 > h3,
  #container .place_title.place02 > h3,
  #container .place_title.place03 > h3,
  #container .place_title.place04 > h3 {
    margin-bottom: 1.25rem;
  }

  #container .place_title.place01 > span,
  #container .place_title.place02 > span,
  #container .place_title.place03 > span,
  #container .place_title.place04 > span {
    display: block;
    /* padding: 0 1.25rem; */
    text-align: left;
    font-family: "Pretendard";
    font-size: 0.875rem !important;
    line-height: 1.5rem !important;
    max-width: 18.75rem;
  }

  #container .place_title em.white {
    font-size: 0.8125rem;
    font-weight: 300;
    line-height: 1.5625rem;
    color: #fff;
    letter-spacing: 0.06em !important;
  }

  #container .place_title > span {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5rem;
    color: #fff;
    letter-spacing: normal;
    max-width: 18.75rem;
  }

  #container .mobile-center {
    align-items: center;
  }

  #container .one_view {
    padding: 5rem 1rem;
    width: 100%;
  }

  #container .one_view.place_0101,
  #container .one_view.place_0102,
  #container .one_view.place_0201,
  #container .one_view.place_0202 {
    padding-top: 1.25rem;
  }

  #container .one_view.place_0102 button,
  #container .one_view.place_0202 button {
    width: 100%;
    margin: 2.5rem 0 0;
  }

  #container .one_view.place_0102 video,
  #container .one_view.place_0202 video {
    margin: 3.75rem 0 1.25rem 0;
  }

  #container .one_view:last-child {
    padding-bottom: 0;
  }

  #container .one_view h4 {
    padding: 0 1.25rem;
    font-size: 1.75rem;
    font-weight: 250;
    line-height: 2.375rem;
    color: #000;
  }

  #container .one_view h5 {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 2.125rem;
    color: #111;
  }

  #container .one_view .h4-sub-title {
    padding: 0 1.25rem;
    margin-top: 1.5rem;
    font-family: "Pretendard";
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.625rem;
    color: #505050;
    letter-spacing: -0.025rem;
    text-align: center;
  }

  #container .one_view .h4-sub-title.small {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.625rem;
    color: #505050;
  }

  #container .one_view .h4-sub-title.small.place_03,
  #container .one_view .h4-sub-title.small.place_04 {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5rem;
    color: #505050;
    letter-spacing: -0.025rem;
  }
  #container .one_view.place_0102 .h4-sub-title.small {
  	font-size: 1rem;
  }
  #container .one_view.place_0102 h5 + .h4-sub-title.small {
  	font-size: 1rem;
  }
  #container .one_view ol {
    display: flex;
    flex-direction: column;
    margin-top: 3.875rem;
  }

  #container .one_view ol li {
    position: relative;
    /* padding: 0 1.25rem */
    font-size: 16px;
  }

  #container .one_view ol li + li {
    margin-top: 1.375rem;
    margin-left: 0;
  }

  #container .one_view ol li img {
    width: 100%;
    height: auto;
  }

  #container .one_view ol li p {
    position: absolute;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.875rem;
    color: #fff;
  }

  #container .flex_rev_wrap {
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
  }

  #container .flex_rev_wrap.samcheong .text_wrap {
    margin-bottom: 0;
    height: auto;
  }

  #container .flex_rev_wrap.samcheong .text_wrap p {
    text-align: center;
  }

  #container .flex_rev_wrap.samcheong li:last-of-type img:last-of-type {
    margin: 0;
  }
  #container .flex_rev_wrap.samcheong li:last-of-type img:last-of-type + .text_wrap {
    margin-top: 1.25rem;
  }

  #container .flex_rev_wrap li {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #container .flex_rev_wrap li + li {
    margin-top: 1.5625rem;
  }

  #container .flex_rev_wrap li img {
    margin-bottom: 1rem;
  }

  #container .flex_rev_wrap li .text_wrap {
    gap: 1rem;
  }

  #container .flex_rev_wrap li .text_wrap p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.625rem;
    color: #111;
    letter-spacing: -0.025rem;
  }

  #container .flex_rev_wrap li:first-child {
    margin-left: 0;
  }

  #container .flex_rev_wrap li:first-child span {
    margin-bottom: 3.75rem;
  }

  #container .flex_rev_wrap li:last-child img:last-of-type {
    margin-bottom: 3.375rem;
  }

  #container .flex_rev_wrap li:last-child p {
    margin-top: 0.375rem;
  }

  #container .info_box {
    margin-top: 3.75rem;
    padding: 0;
  }

  #container .info_box .info_list {
    display: flex;
    flex-direction: column;
  }

  #container .info_box .info_list > li {
    width: 100%;
    padding: 0 1.25rem 2rem;
  }

  #container .info_box .info_list > li:first-child {
    padding-top: 2rem;
  }

  #container .info_box .info_list > li h6 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    color: #111;
    margin-bottom: 0.875rem;
  }

  #container .info_box .info_list > li p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.625rem;
    color: #505050;
    letter-spacing: -0.025rem;
  }

  #container .info_box .info_list > li p.tel {
    color: #111;
  }

  #container .info_box .info_list > li a {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #505050;
  }

  #container .info_box .info_list > li ul li {
    padding-left: 0.6875rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.625rem;
    color: #111;
  }

  #container .info_box .info_list > li ul li + li {
    margin-top: 0.25rem;
  }

  #container .info_box .info_list > li ul li::before {
    position: absolute;
    width: 0.1875rem;
    height: 0.1875rem;
  }

  /*공간 모바일쪽 수정하기*/
  .one_view_wrap {
    width: calc(100% - 1rem);
  }

  .place_article {
    flex-direction: column;
  }
  .place_article .left,
  .place_article .right {
    width: 100%;
  }

  .place_article .right {
    max-width: 100%;
    margin-left: 0;
    min-width: auto;
    display: flex;
    justify-content: space-between;
  }

  .place_article .right .pl_img_box {
    width: calc(100% - 8px);
  }
  .place_article .right .pl_img_box:nth-child(1) {
    margin-right: 8px;
  }
  .place_article .right .pl_img_box:nth-child(2) {
    margin-left: 8px;
  }

  .place_article .left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .place_article .right .pl_img_box:nth-child(1) {
    margin-bottom: 0;
  }

  .place_article.place_article03 .left,
  .place_article.place_article03 .right {
    margin: 0;
    width: 100%;
  }

  .place_article.place_article03 .left {
    margin-bottom: 16px;
  }

  .place_article.place_article03 .right .pl_img_box {
    margin-right: 0;
    width: 100%;
  }

  .place_title_box {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 1.25rem;
  }
  .place_sub_txt {
    padding-left: 1.25rem;
  }
  #container .one_view h4 {
    margin-right: 0;
    margin-bottom: 1rem;
    min-width: auto;
    padding: 0;
    font-size: 1.5rem;
  }
  .btn + .detail--title {
    margin-top: 4.0625rem;
  }
  .detail--title + details {
    margin-top: 0 !important;
  }
  .place_sub_txt .h4_sub_title {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
  .place_sub_txt p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-top: 0.625rem;
  }
  .place_sub_txt p + p {
    margin-top: 0.375rem;
  }
  .one_view_wrap + .one_view_wrap {
    margin-top: 5.5rem;
  }

  .place_article.place_article03 .store_txt {
    bottom: 30px;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .place_article01 .left img,
  .place_article02 .left img {
    min-height: unset;
  }

  .place_article01 .right .pl_img_box,
  .place_article02 .right .pl_img_box {
    transform: translate(0, 50px);
    opacity: 0;
  }

  .fadeout .place_article01 .right .pl_img_box,
  .fadeout .place_article02 .right .pl_img_box {
    opacity: 1;
    transform: translate(0, 0px);
    transition-delay: 0.75s;
    transition-duration: 1.525s;
  }

  .place_article03 .left .pl_img_box,
  .place_article03 .right .pl_img_box {
    opacity: 0;
    transform: translate(0, 50px);
  }
  .fadeout .place_article03 .left .pl_img_box,
  .fadeout .place_article03 .right .pl_img_box {
    opacity: 1;
    transform: translate(0, 0px);
    transition-delay: 0.75s;
    transition-duration: 1s;
  }
  .fadeout .place_article03 .right .pl_img_box {
    transition-delay: 1s;
    transition-duration: 0.95s;
  }

  .fadein.place_title_box p {
    transition-delay: 0.9s;
    transition-duration: 0.95s;
  }
  .fadein.place_title_box p + p {
    transition-delay: 1s;
    transition-duration: 1s;
  }
}
