@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,600,700,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans TC", "Helvetica Neue", "Helvetica", "Arial", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #f4efd7;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-image: url(../images/bg_red.png);
  background-repeat: repeat;
}
body.open {
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 18px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 1.5em;
  font-style: normal;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.con_flex {
  display: flex;
  flex-direction: row;
}

.btnTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0;
}
.btnTop img {
  width: 150px;
}
@media only screen and (max-width: 1480px) {
  .btnTop img {
    width: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .btnTop img {
    width: 90px;
  }
}
.btnTop.show {
  opacity: 1;
}

nav {
  padding-left: 1.5em;
  padding-top: 1.5em;
}
@media only screen and (max-width: 1480px) {
  nav {
    padding-left: 1em;
    padding-top: 1em;
  }
}
@media only screen and (max-width: 820px) {
  nav {
    display: none;
    position: fixed;
    height: 100%;
    background-color: #efc263;
    top: 0;
    left: 0;
  }
}
nav.open {
  display: block;
}
nav .fast_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav .fast_btn a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #eacab7;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin: 10px;
}
@media only screen and (max-width: 820px) {
  nav .fast_btn a {
    border: 1px solid #f3eed5;
  }
}
nav .fast_btn a img {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 1480px) {
  nav .fast_btn a {
    width: 55px;
    height: 55px;
    margin: 5px;
  }
}
nav ul {
  font-size: 1.25em;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1480px) {
  nav ul {
    font-size: 1.1em;
  }
}
nav ul li a {
  display: block;
  padding: 8px 5px;
  text-decoration: none;
  color: #f4efd7;
}
@media only screen and (max-width: 820px) {
  nav ul li a {
    color: #534130;
  }
}
nav ul li + li {
  border-top: 1px solid #eacab7;
}
@media only screen and (max-width: 820px) {
  nav ul li + li {
    border-top: 1px solid #534130;
  }
}
nav ul li:hover, nav ul li.sel {
  background-image: url(../images/icon_arr.png);
  background-repeat: no-repeat;
  background-position: right center;
}
nav .social {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #eacab7;
}
@media only screen and (max-width: 820px) {
  nav .social {
    border-top: 1px solid #534130;
  }
}
nav .social div {
  margin: 10px 5px;
}

.menu_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9999;
  display: none;
}
@media only screen and (max-width: 820px) {
  .menu_btn {
    display: block;
  }
}
.menu_btn span {
  display: block;
  width: 40px;
  height: 5px;
  border-radius: 60px;
  background: #f8f3da;
  margin: 4px auto;
  backface-visibility: hidden;
  transition-duration: 0.3s;
}
@media screen and (max-width: 820px) {
  .menu_btn span {
    width: 30px;
    height: 4px;
  }
}
@media screen and (max-width: 320px) {
  .menu_btn span {
    width: 25px;
    height: 2px;
    margin: 2 auto;
  }
}
.menu_btn.open {
  outline: 5px solid rgba(255, 255, 255, 0.3);
}
.menu_btn.open span {
  background: #534130;
}
.menu_btn.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu_btn.open span:nth-child(2) {
  display: none;
}
.menu_btn.open span:nth-child(3) {
  transform: rotate(-45deg) translate(0px, -2px);
}

header {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-image: url(../images/banner_leftfw.png);
  background-repeat: no-repeat;
  background-position: left 550px;
  background-size: 320px;
}
@media only screen and (max-width: 1480px) {
  header {
    background-size: 20%;
    background-position: left 90%;
  }
}
@media only screen and (max-width: 1280px) {
  header {
    background: none;
  }
}
@media only screen and (max-width: 820px) {
  header {
    padding-top: 60px;
  }
}
header h1 {
  width: calc(100% - 250px);
}
header h1 img {
  width: 100%;
}
@media only screen and (max-width: 1480px) {
  header h1 {
    width: calc(100% - 220px);
  }
}
@media only screen and (max-width: 820px) {
  header h1 {
    width: 100%;
    margin-top: -60px;
  }
}
header h2.banner {
  position: relative;
  width: calc(100% - 220px);
  height: 55vw;
}
@media only screen and (max-width: 1480px) {
  header h2.banner {
    width: calc(100% - 220px);
  }
}
@media only screen and (max-width: 1024px) {
  header h2.banner {
    height: 50vw;
  }
}
@media only screen and (max-width: 820px) {
  header h2.banner {
    width: 100%;
    margin-top: -60px;
    height: 60vw;
  }
}
header h2.banner img {
  position: absolute;
  width: 100%;
}
header nav {
  width: 250px;
  font-family: "Zen Maru Gothic", serif;
}
@media only screen and (max-width: 1480px) {
  header nav {
    width: 220px;
  }
}
@media only screen and (max-width: 820px) {
  header nav {
    width: 60%;
    z-index: 4;
    padding-top: 70px;
  }
}

.con h2.title {
  margin: 1em 0;
  padding: 0;
}
.con h2.title img {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 1480px) {
  .con h2.title img {
    height: 150px;
  }
}
@media only screen and (max-width: 1024px) {
  .con h2.title img {
    height: 120px;
  }
}
@media only screen and (max-width: 820px) {
  .con h2.title img {
    height: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .con h2.title img {
    height: 95px;
  }
}
.con .content {
  display: flex;
  flex-direction: row;
}

.con1 {
  background-image: url(../images/sideitem_01.png);
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .con1 {
    background-size: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  .con1 {
    background-size: 160px;
  }
}
@media only screen and (max-width: 820px) {
  .con1 {
    background-size: 140px;
  }
}
@media only screen and (max-width: 600px) {
  .con1 {
    background: none;
  }
}
.con1 .content {
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 1400px) {
  .con1 .content {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .con1 .content {
    width: 95%;
  }
}
@media only screen and (max-width: 600px) {
  .con1 .content {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.con1 .content figure {
  margin: 0;
  padding: 0;
  width: 30%;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 1400px) {
  .con1 .content figure {
    width: 20%;
  }
  .con1 .content figure:last-child {
    width: 25%;
  }
}
@media only screen and (max-width: 1024px) {
  .con1 .content figure {
    width: 22%;
  }
  .con1 .content figure:last-child {
    width: 28%;
    margin-right: 1%;
  }
}
@media only screen and (max-width: 820px) {
  .con1 .content figure.ny_words {
    position: absolute;
    top: 0;
    width: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .con1 .content figure:last-child {
    width: 50%;
    margin-left: 45%;
  }
  .con1 .content figure.ny_words {
    position: absolute;
    top: 150px;
    width: 130px;
    left: 2em;
  }
}
.con1 .content .txt {
  width: 60%;
}
@media only screen and (max-width: 1400px) {
  .con1 .content .txt {
    width: 55%;
  }
}
@media only screen and (max-width: 1024px) {
  .con1 .content .txt {
    width: 48%;
  }
}
@media only screen and (max-width: 820px) {
  .con1 .content .txt {
    width: 50%;
    padding-top: 15px;
    padding-left: 15px;
    margin-left: 15%;
  }
}
@media only screen and (max-width: 600px) {
  .con1 .content .txt {
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    margin-left: 0;
  }
}
.con1 .content .txt p {
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con1 .content .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    width: 90%;
  }
}
@media only screen and (max-width: 820px) {
  .con1 .content .txt p {
    -webkit-line-clamp: 6;
    font-size: 0.9em;
  }
}
.con1 .content .txt a {
  background-color: #efc263;
  display: block;
  width: 50%;
  max-width: 300px;
  margin: 0.5em;
  margin-left: 10%;
  border-radius: 35px;
  padding: 0.25em 1em;
  text-decoration: none;
  color: #665348;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
  font-size: 1.25em;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .con1 .content .txt a {
    width: 65%;
    margin-top: 1.5em;
    max-width: 280px;
  }
}
@media only screen and (max-width: 820px) {
  .con1 .content .txt a {
    font-size: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .con1 .content .txt a {
    width: 100%;
  }
}
.con1 .content .txt a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url(../images/icon_arr_b.png);
  background-repeat: no-repeat;
  background-color: #665348;
  background-position: center;
  width: 40px;
  height: 30px;
  border-radius: 25px;
  transition: 0.5s;
}
@media only screen and (max-width: 820px) {
  .con1 .content .txt a::after {
    top: 5px;
    width: 35px;
    height: 25px;
  }
}
.con1 .content .txt a:hover::after {
  right: 5px;
}

.btn a {
  background-color: #efc263;
  display: block;
  width: 80%;
  max-width: 250px;
  margin: 0.5em auto;
  border-radius: 35px;
  padding: 0.25em 1em;
  text-decoration: none;
  color: #665348;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 800;
  font-size: 1.25em;
  position: relative;
}
.btn a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url(../images/icon_arr_b.png);
  background-repeat: no-repeat;
  background-color: #665348;
  background-position: center;
  width: 40px;
  height: 30px;
  border-radius: 25px;
  transition: 0.5s;
}
.btn a:hover::after {
  right: 5px;
}

.con2 {
  background-image: url(../images/sideitem_02.png), url(../images/bg_con2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 5% top, center 70px;
  background-size: auto, 110%;
}
@media only screen and (max-width: 1400px) {
  .con2 {
    background-position: left top, center 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .con2 {
    background-position: left top, center 50px;
    background-size: 320px, 150%;
  }
}
@media only screen and (max-width: 820px) {
  .con2 {
    background-size: 250px, 150%;
  }
}
@media only screen and (max-width: 600px) {
  .con2 {
    background-size: 120px, 150%;
    background-position: left 5px, center 30px;
    margin-top: 2em;
  }
  .con2 h2 {
    margin: 0 !important;
  }
}
.con2 .main_act {
  background-image: url(../images/bg_con2R.png);
  background-repeat: repeat;
  margin-top: 100px;
}
@media only screen and (max-width: 1400px) {
  .con2 .main_act {
    margin-top: 120px;
    padding-bottom: 2em;
  }
}
@media only screen and (max-width: 820px) {
  .con2 .main_act {
    margin-top: 60px;
    padding-bottom: 3em;
  }
}
@media only screen and (max-width: 600px) {
  .con2 .main_act {
    margin: 0;
    padding-bottom: 5em;
  }
}
.con2 figure {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.mainSwiper .swiper-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 3em 0;
}
@media only screen and (max-width: 600px) {
  .mainSwiper .swiper-wrapper {
    padding: 3em 0 0 0;
  }
}

.thumbSwiper .swiper-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 2em;
}
@media only screen and (max-width: 1400px) {
  .thumbSwiper .swiper-wrapper {
    padding-top: 0;
  }
}
.thumbSwiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin: 10px;
}
@media only screen and (max-width: 820px) {
  .thumbSwiper .swiper-wrapper .swiper-slide {
    margin: 5px;
  }
  .thumbSwiper .swiper-wrapper .swiper-slide img {
    max-width: 90px;
  }
}
@media only screen and (max-width: 600px) {
  .thumbSwiper .swiper-wrapper .swiper-slide {
    margin: 2px;
  }
  .thumbSwiper .swiper-wrapper .swiper-slide img {
    max-width: 55px;
  }
}

/* 預設左右圖 */
.mainSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  transform: scale(0.85);
  transition: 0.4s ease;
}

.mainSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 中間主圖 */
.mainSwiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1.15) translateY(-20px); /* 🔥 放大 */
  z-index: 2;
}

/* 選取的小圖樣式 */
.thumbSwiper .swiper-slide-thumb-active img {
  border: 5px solid #efc263;
  opacity: 1;
  transform: scale(1.05); /* 放大 */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
@media only screen and (max-width: 600px) {
  .thumbSwiper .swiper-slide-thumb-active img {
    border: 2px solid #efc263;
  }
}

.con3 {
  background-image: url(../images/sideitem_03.png), url(../images/bg_con3_T.jpg);
  background-repeat: no-repeat;
  background-position: right top, left top;
  background-size: 350px, 100%;
  margin-top: -80px;
}
@media only screen and (max-width: 1024px) {
  .con3 {
    background-size: 280px, 125%;
    background-position: right top, center top;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 820px) {
  .con3 {
    background-size: 220px, 150%;
    background-position: right top, center top;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .con3 {
    background-size: 120px, 185%;
    background-position: right top, center top;
    padding-bottom: 40px;
  }
}
.con3 h2.title {
  margin: 0;
  height: 18vw;
  text-indent: -9999px;
}
@media only screen and (max-width: 1400px) {
  .con3 h2.title {
    height: 22vw;
  }
}
@media only screen and (max-width: 600px) {
  .con3 h2.title {
    height: 33vw;
  }
}
.con3 .content {
  background-image: url(../images/bg_con3R.png);
  background-repeat: repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 30px 5%;
}
@media only screen and (max-width: 1400px) {
  .con3 .content {
    padding: 15px 2.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .con3 .content {
    padding: 15px 1%;
  }
}
@media only screen and (max-width: 820px) {
  .con3 .content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.con3 .content .btn {
  width: 960px;
  margin-top: 2em;
}
.con3 .content figure {
  width: 30%;
  margin: 1.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 820px) {
  .con3 .content figure {
    flex-direction: row;
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .con3 .content figure {
    flex-direction: column;
    margin: auto;
  }
}
.con3 .content figure .hint {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 210px;
  height: 210px;
}
@media only screen and (max-width: 1024px) {
  .con3 .content figure .hint {
    top: -35px;
    left: -25px;
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 820px) {
  .con3 .content figure .hint {
    top: -45px;
    left: -75px;
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .con3 .content figure .hint {
    top: -45px;
    left: -35px;
    width: 200px;
    height: 200px;
  }
}
.con3 .content figure img {
  display: block;
  margin: 0.5em auto;
}
@media only screen and (max-width: 820px) {
  .con3 .content figure img {
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .con3 .content figure img {
    width: 70%;
  }
}
.con3 .content figure figcaption {
  color: #524135;
}
@media only screen and (max-width: 820px) {
  .con3 .content figure figcaption {
    width: 50%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 600px) {
  .con3 .content figure figcaption {
    width: 90%;
    margin-top: 1em;
  }
}
.con3 .content figure figcaption span {
  display: block;
  background-image: url(../images/light_site.png);
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 20px;
  padding-left: 30px;
  margin-top: 10px;
}
.con3 .content figure figcaption span em {
  font-style: normal;
  background-color: #fff;
  color: #524135;
  border-radius: 30px;
  padding: 0 10px;
  font-size: 0.9em;
  margin-top: 5px;
}
.con3 .content figure figcaption span.time {
  background-image: url(../images/light_time.png);
}

.con4 {
  background-image: url(../images/bg_con4_T.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  margin-top: -80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .con4 {
    background-size: 135%;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 820px) {
  .con4 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .con4 {
    background-size: 220%;
    padding-bottom: 200px;
  }
}
.con4 h2.title {
  margin: 0;
  height: 18vw;
  text-indent: -9999px;
}
@media only screen and (max-width: 1400px) {
  .con4 h2.title {
    height: 22vw;
  }
}
@media only screen and (max-width: 1024px) {
  .con4 h2.title {
    height: 28vw;
  }
}
@media only screen and (max-width: 820px) {
  .con4 h2.title {
    height: 17vw;
  }
}
@media only screen and (max-width: 600px) {
  .con4 h2.title {
    height: 28vw;
  }
}
.con4 .content {
  background-image: url(../images/bg_red.png);
  background-repeat: repeat;
  margin-top: -80px;
  padding-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .con4 .content {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 820px) {
  .con4 .content {
    flex-direction: row;
    width: auto;
    margin: 30px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .con4 .content + .content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .con4 .content {
    margin: 0;
  }
}
.con4 .traffic {
  width: 95%;
  max-width: 1280px;
  margin: 1em auto;
}
.con4 .tab {
  padding-top: 50px;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 820px) {
  .con4 .tab {
    flex-direction: column;
    padding-top: 0;
    width: 100%;
  }
}
.con4 .tab_sel {
  display: flex;
  flex-direction: column;
  width: 270px;
  margin-right: 30px;
  list-style: none;
  font-size: 1.25em;
}
@media only screen and (max-width: 820px) {
  .con4 .tab_sel {
    flex-direction: row;
    width: auto;
    margin: 5px;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .con4 .tab_sel {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
  }
}
.con4 .tab_sel li {
  padding: 0.5em 25px 0.5em 70px;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #f9f4da;
  background-image: url(../images/icon_traff01.png);
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
}
@media only screen and (max-width: 820px) {
  .con4 .tab_sel li {
    margin: 0 30px 30px 30px;
  }
}
@media only screen and (max-width: 600px) {
  .con4 .tab_sel li {
    margin: 0;
    width: 45%;
    margin-left: 5%;
    background-size: 35px;
    padding: 0.5em 25px 0.5em 40px;
  }
}
.con4 .tab_sel li:last-child {
  background-image: url(../images/icon_traff02.png);
}
@media only screen and (max-width: 600px) {
  .con4 .tab_sel li:last-child {
    background-size: 35px;
  }
}
.con4 .tab_sel li:last-child.sel {
  background-image: url(../images/icon_traff02.png), url(../images/icon_arr.png);
  background-repeat: no-repeat;
  background-position: left center, right center;
}
@media only screen and (max-width: 600px) {
  .con4 .tab_sel li:last-child.sel {
    background-size: 35px, 20px;
  }
}
.con4 .tab_sel li.sel {
  background-image: url(../images/icon_traff01.png), url(../images/icon_arr.png);
  background-repeat: no-repeat;
  background-position: left center, right center;
}
@media only screen and (max-width: 600px) {
  .con4 .tab_sel li.sel {
    background-size: 35px, 20px;
  }
}
.con4 .tab_con {
  width: calc(100% - 350px);
  display: none;
}
@media only screen and (max-width: 820px) {
  .con4 .tab_con {
    width: 98%;
    margin: auto;
    font-size: 0.95em;
  }
}
.con4 .tab_con.sel {
  display: block;
}
.con4 .tab_con ul {
  list-style-position: outside;
}
.con4 .tab_con ul li {
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 820px) {
  .con4 .tab_con ul li {
    padding-bottom: 0.25em;
  }
}
.con4 .tab_con ul li::marker {
  color: #efc263;
  font-size: 1.5em;
  padding-top: 2px;
}
.con4 .tab_con a {
  text-decoration: none;
  color: #ffc771;
}

.open_time {
  display: flex;
  flex-direction: row;
  background: #efc263;
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  padding: 0.5em;
  max-width: 1280px;
  margin: 1em auto;
  border-radius: 30px;
}
@media only screen and (max-width: 1280px) {
  .open_time {
    max-width: 960px;
    height: 360px;
  }
}
@media only screen and (max-width: 600px) {
  .open_time {
    flex-direction: column;
    padding: 0 5%;
    height: 280px;
    overflow-y: scroll;
    margin: 15px 30px;
  }
}

.area_time {
  width: 39%;
  margin-left: 1%;
  display: flex;
  flex-direction: row;
  color: #665348;
  padding: 30px 0 10px 0;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .area_time {
    width: 30%;
  }
}
@media only screen and (max-width: 820px) {
  .area_time {
    flex-direction: column;
    width: 33%;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .area_time {
    flex-direction: column;
    width: 90% !important;
    padding-top: 10px;
  }
}
.area_time:first-child {
  width: 22%;
}
@media only screen and (max-width: 1280px) {
  .area_time:first-child {
    width: 30%;
  }
}
@media only screen and (max-width: 820px) {
  .area_time:first-child {
    width: 33%;
  }
}
.area_time a {
  position: absolute;
  bottom: 1em;
  left: 60px;
  width: 210px;
  padding: 3px 40px 3px 10px;
  margin-top: 1em;
  text-decoration: none;
  color: #665348;
  border: 2px solid #665348;
  border-radius: 30px;
  background-image: url(../images/icon_arr_rt.png);
  background-position: 90% center;
  background-repeat: no-repeat;
}
.area_time a i {
  font-size: 0.8em;
  font-style: normal;
}
@media only screen and (max-width: 820px) {
  .area_time a {
    left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .area_time a {
    position: static;
  }
}
.area_time h2 {
  width: 50px;
  height: 90%;
  line-height: 1;
  position: relative;
  overflow: hidden;
  font-weight: normal;
}
@media only screen and (max-width: 820px) {
  .area_time h2 {
    width: auto;
    height: auto;
    line-height: 1.5;
  }
}
.area_time h2:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100px;
  background-color: #665348;
  bottom: 0;
  left: 25%;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  .area_time h2:after {
    height: 150px;
  }
}
@media only screen and (max-width: 820px) {
  .area_time h2:after {
    height: 0;
    width: 0;
  }
}
.area_time:last-child h2:after {
  height: 50px;
}
@media only screen and (max-width: 1280px) {
  .area_time:last-child h2:after {
    height: 100px;
  }
}
.area_time span {
  display: block;
  padding-left: 35px;
}
.area_time .detail_time {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: calc(100% - 50px);
}
@media only screen and (max-width: 1280px) {
  .area_time .detail_time {
    flex-direction: column;
  }
}
@media only screen and (max-width: 820px) {
  .area_time .detail_time {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .area_time .detail_time {
    height: auto;
  }
}
.area_time .detail_time .time_group {
  margin-left: 2%;
}
.area_time .detail_time .date {
  background-image: url(../images/icon_clock.png);
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 22px;
  margin-top: 0.5em;
}
.area_time .detail_time .time {
  font-size: 0.9em;
}

.con5 {
  background-image: url(../images/bg_con5T.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  margin-top: -600px;
  min-height: 1200px;
}
@media only screen and (max-width: 1024px) {
  .con5 {
    margin-top: -380px;
    background-position: 20% top;
    background-size: 130%;
  }
}
@media only screen and (max-width: 820px) {
  .con5 {
    background-size: 170%;
  }
}
.con5 h2.title {
  padding-top: 520px;
}
@media only screen and (max-width: 1024px) {
  .con5 h2.title {
    padding-top: 350px;
  }
}
@media only screen and (max-width: 600px) {
  .con5 h2.title {
    padding-top: 160px;
    margin: 0 !important;
  }
}
.con5 h2.title img {
  margin: 0;
  margin-left: 150px;
}
@media only screen and (max-width: 820px) {
  .con5 h2.title img {
    margin-left: 35px;
  }
}
.con5 .content {
  margin-top: 40px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 600px) {
  .con5 .content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.con5 .blessing {
  display: flex;
  flex-direction: row;
  padding: 1em 0 0 0;
  width: 80%;
  margin: auto;
  justify-content: center;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1400px) {
  .con5 .blessing {
    width: 90%;
  }
}
@media only screen and (max-width: 1280px) {
  .con5 .blessing {
    width: 95%;
  }
}
@media only screen and (max-width: 820px) {
  .con5 .blessing {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .con5 .blessing {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 0;
  }
}
.con5 .blessing figure {
  width: 33%;
  margin: 1em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .con5 .blessing figure {
    width: 40%;
  }
}
.con5 .blessing figure a {
  text-decoration: none;
}
.con5 .blessing figure a:hover .btn_link {
  right: 6%;
}
.con5 .blessing figure a img {
  display: block;
  margin: 1em auto;
}
.con5 .blessing figure a figcaption {
  text-align: center;
  font-size: 1.25em;
  color: #f4efd7;
}
.con5 .blessing figure a .btn_link {
  background-image: url(../images/icon_arrW.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #665348;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 65%;
  right: 8%;
  outline: 10px solid hsla(0, 0%, 100%, 0.5);
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .con5 .blessing figure a .btn_link {
    background-size: 30px;
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 820px) {
  .con5 .blessing figure a .btn_link {
    width: 50px;
    height: 50px;
  }
}

.collect_con {
  display: none;
  width: 80%;
  max-width: 960px;
  height: 70%;
  background-color: #efc263;
  border-radius: 30px;
  color: #645a3c;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .collect_con {
    height: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .collect_con {
    height: 90%;
  }
}
.collect_con .txt_con {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .collect_con .txt_con {
    flex-direction: column;
  }
}
.collect_con .rule {
  width: 60%;
  padding: 2.5%;
  border-right: 1px solid #c19539;
  box-sizing: border-box;
}
.collect_con .rule h3 {
  padding-left: 0.5em;
}
@media only screen and (max-width: 600px) {
  .collect_con .rule {
    width: 100%;
  }
}
.collect_con .rule_con {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 3%;
}
@media only screen and (max-width: 600px) {
  .collect_con .rule_con {
    width: 100%;
  }
}
.collect_con .rule_con .rule_list {
  width: 47%;
  margin: 5% 1.5%;
  border: 1px solid #524135;
  border-radius: 30px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .collect_con .rule_con .rule_list {
    width: 100%;
    margin-top: 7%;
  }
}
.collect_con .rule_con .rule_list p {
  margin: 0;
  padding: 0;
  padding: 1%;
}
.collect_con .rule_con .rule_list p.en {
  font-size: 0.8em;
  width: 90%;
}
.collect_con .rule_con .rule_list p.en em {
  color: #dd585e;
  font-style: normal;
}
.collect_con .rule_con .rule_list h5 {
  margin: 0;
  padding: 0;
  background: #efc263;
  font-size: 1.2em;
  text-align: center;
  width: 75%;
  margin: auto;
  margin-top: -1.5em;
  padding: 1%;
}
.collect_con .rule_con .rule_list h5 em {
  margin: 0;
  padding: 0;
  color: #dd585e;
  font-style: normal;
  font-size: 1.5em;
}
.collect_con .rule_con .rule_list .hint {
  position: relative;
  background: #665348;
  margin-top: 0.5em;
  border-radius: 0 0 30px 30px;
  padding: 1em 0;
  box-sizing: border-box;
}
.collect_con .rule_con .rule_list .hint span {
  color: #f3eed5;
  font-size: 0.75em;
  position: absolute;
  left: 35px;
  top: 10px;
}
.collect_con .rule_con .rule_list .hint i {
  position: absolute;
  top: -0.5em;
  left: 5px;
}
.collect_con .station {
  width: 40%;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .collect_con .station {
    width: 100%;
  }
}
.collect_con .station figure {
  margin: 0;
  padding: 0;
}
.collect_con .station p {
  background-image: url(../images/icon_star.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
  margin-left: 5%;
}
.collect_con .station p i {
  font-size: 0.85em;
  font-style: normal;
  display: block;
}
.collect_con .station ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 5%;
}
.collect_con .station ul li {
  font-size: 1.15em;
}
.collect_con .station ul li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #665348;
  display: inline-block;
  color: #f3eed5;
  text-align: center;
  line-height: 30px;
  font-style: normal;
  margin: 10px 5px;
  font-size: 0.8em;
}
.collect_con .station ul li span.en {
  padding-left: 5px;
  font-size: 0.8em;
}
.collect_con h3 {
  margin-left: 5%;
}
.collect_con h3 em {
  display: block;
  font-style: normal;
  font-size: 0.7em;
}

.con6 {
  background-image: url(../images/bg_con6T.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}
@media only screen and (max-width: 1400px) {
  .con6 {
    background-size: 120%;
  }
}
@media only screen and (max-width: 1024px) {
  .con6 {
    background-size: 135%;
  }
}
@media only screen and (max-width: 600px) {
  .con6 {
    background-size: 210%;
  }
}
.con6 h2.title {
  height: 10vw;
  margin-top: -300px;
  text-indent: -9999px;
}
@media only screen and (max-width: 1400px) {
  .con6 h2.title {
    margin-top: -370px;
  }
}
@media only screen and (max-width: 600px) {
  .con6 h2.title {
    height: 20vw;
  }
}
.con6 .content {
  background-image: url(../images/bg_con6R.png);
  background-repeat: repeat;
  background-size: contain;
  margin-top: 150px;
}
.con6 .content figure {
  width: 100%;
  margin-top: -200px;
}
.con6 .content figure img {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  .con6 .content figure img {
    width: 88%;
  }
}

footer {
  background-image: url(../images/footer_bg.png), url(../images/bg_con6R.png);
  background-repeat: no-repeat, repeat;
  background-position: center bottom, center;
  background-size: 100%, auto;
  margin-top: -150px;
}
@media only screen and (max-width: 1024px) {
  footer {
    background-position: left bottom, center;
    background-size: 100%, auto;
    margin-top: -200px;
  }
}
footer.bgr {
  background-image: url(../images/footer_bg.png), url(../images/bg_red.png);
}
@media only screen and (max-width: 1024px) {
  footer.bgr {
    margin-top: -300px;
  }
}
footer.bglight {
  background-image: url(../images/footer_bg.png), url(../images/bg_con2R.png);
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
}
footer p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #524135;
  box-sizing: border-box;
  padding-top: 215px;
  padding-bottom: 80px;
  font-size: 0.85em;
}
@media only screen and (max-width: 600px) {
  footer p {
    font-size: 0.8em;
  }
}

.page {
  background: none;
}

.submenu ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .submenu ul {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 820px) {
  .submenu ul {
    margin: auto;
    justify-content: flex-start;
    margin-left: 3%;
  }
}
@media only screen and (max-width: 600px) {
  .submenu ul {
    flex-wrap: wrap;
  }
}
.submenu ul li {
  margin: 0 1em 1em 1em;
  padding: 0.15em 2em 0.15em 1em;
  font-size: 1.1em;
  border: 2px solid #f4b95f;
  border-radius: 30px;
  list-style-position: inside;
}
@media only screen and (max-width: 1280px) {
  .submenu ul li {
    margin: 0 0.25em 1em 0.25em;
  }
}
@media only screen and (max-width: 1024px) {
  .submenu ul li {
    margin: 0 0.15em 1em 0.15em;
    font-size: 1em;
  }
}
@media only screen and (max-width: 820px) {
  .submenu ul li {
    margin: 0 0.35em 1em 0.35em;
  }
}
@media only screen and (max-width: 600px) {
  .submenu ul li {
    width: 40%;
  }
}
.submenu ul li::marker {
  color: #f4b95f;
  font-size: 1.1em;
}
.submenu ul li a {
  text-decoration: none;
  color: #ece7cf;
}
.submenu ul li.sel {
  background: #9f2424;
}
@media only screen and (max-width: 1480px) {
  .submenu ul li {
    padding: 0.15em 1.5em 0.15em 0.5em;
  }
}

.page_con {
  margin-top: -230px;
  padding-bottom: 200px;
}
.page_con.pbcu {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1360px) {
  .page_con {
    margin-top: -150px;
  }
}
@media only screen and (max-width: 1024px) {
  .page_con {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 820px) {
  .page_con {
    margin-top: -120px;
  }
}
@media only screen and (max-width: 600px) {
  .page_con {
    margin-top: -50px;
    padding-bottom: 100px;
  }
  .page_con .open_time {
    margin: 0 auto;
    width: 95%;
    height: 150px;
  }
}

.limitedcon, .actchcon, .dharmacon, .foodcon, .light_con {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
}
@media only screen and (max-width: 1580px) {
  .limitedcon, .actchcon, .dharmacon, .foodcon, .light_con {
    width: 98%;
  }
}
.limitedcon .item, .actchcon .item, .dharmacon .item, .foodcon .item, .light_con .item {
  width: 30%;
  margin: 1.5%;
  box-sizing: border-box;
}
@media only screen and (max-width: 820px) {
  .limitedcon .item, .actchcon .item, .dharmacon .item, .foodcon .item, .light_con .item {
    width: 45%;
  }
}
.limitedcon .item figure, .actchcon .item figure, .dharmacon .item figure, .foodcon .item figure, .light_con .item figure {
  margin: 0;
  padding: 0;
}
.limitedcon .item figure img, .actchcon .item figure img, .dharmacon .item figure img, .foodcon .item figure img, .light_con .item figure img {
  width: 100%;
}
.limitedcon .item .itemtxt, .actchcon .item .itemtxt, .dharmacon .item .itemtxt, .foodcon .item .itemtxt, .light_con .item .itemtxt {
  background-color: #d14545;
  margin-top: -50px;
  padding: 50px 1em 50px 1em;
  border-radius: 0 0 40px 40px;
}
.limitedcon .item .itemtxt.stxt, .actchcon .item .itemtxt.stxt, .dharmacon .item .itemtxt.stxt, .foodcon .item .itemtxt.stxt, .light_con .item .itemtxt.stxt {
  padding-bottom: 20px;
}
.limitedcon .item .itemtxt h3, .actchcon .item .itemtxt h3, .dharmacon .item .itemtxt h3, .foodcon .item .itemtxt h3, .light_con .item .itemtxt h3 {
  font-size: 1.5em;
}
@media only screen and (max-width: 1480px) {
  .limitedcon .item .itemtxt h3, .actchcon .item .itemtxt h3, .dharmacon .item .itemtxt h3, .foodcon .item .itemtxt h3, .light_con .item .itemtxt h3 {
    font-size: 1.35em;
    font-weight: 600;
  }
}
.limitedcon .item span, .actchcon .item span, .dharmacon .item span, .foodcon .item span, .light_con .item span {
  display: block;
  background-image: url(../images/icon_pagesite.png);
  background-repeat: no-repeat;
  background-position: left 7px;
  background-size: 22px;
  padding-left: 30px;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.limitedcon .item span.time, .actchcon .item span.time, .dharmacon .item span.time, .foodcon .item span.time, .light_con .item span.time {
  background-image: url(../images/icon_pagetime.png);
  background-position: left 8px;
}
.limitedcon .item span.star, .actchcon .item span.star, .dharmacon .item span.star, .foodcon .item span.star, .light_con .item span.star {
  background-image: url(../images/icon_pagestar.png);
  background-position: left 8px;
}
.limitedcon .item span em, .actchcon .item span em, .dharmacon .item span em, .foodcon .item span em, .light_con .item span em {
  font-style: normal;
  background-color: #fff;
  color: #524135;
  border-radius: 30px;
  padding: 0 10px;
  font-size: 0.9em;
  margin-top: 5px;
}

.actchcon {
  align-items: normal;
}
.actchcon .item {
  width: 22%;
  background: #d14545;
  border-radius: 35px;
}
@media only screen and (max-width: 1024px) {
  .actchcon .item {
    width: 35%;
    margin: 1em 5%;
  }
}
@media only screen and (max-width: 820px) {
  .actchcon .item {
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .actchcon .item {
    width: 95%;
    margin: 1em auto;
  }
}
.actchcon .item.one {
  width: 95%;
  display: flex;
  flex-direction: row;
  border-radius: 60px;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .actchcon .item.one {
    margin: 1em 0;
  }
}
@media only screen and (max-width: 820px) {
  .actchcon .item.one {
    flex-direction: column;
  }
}
.actchcon .item.one figure {
  width: 55%;
  padding-right: 1%;
  line-height: 0;
}
@media only screen and (max-width: 820px) {
  .actchcon .item.one figure {
    width: 100%;
  }
}
.actchcon .item.one figure img {
  width: 100%;
}
.actchcon .item.one .itemtxt {
  width: 45%;
  margin: 0;
  padding: 0;
  background: none;
  padding: 2.5%;
  box-sizing: border-box;
}
@media only screen and (max-width: 820px) {
  .actchcon .item.one .itemtxt {
    width: 100%;
  }
}
.actchcon .item.one .itemtxt h3 {
  margin-top: 1em;
}
.actchcon .item.one .itemtxt span {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.dharma, .food {
  background-image: url(../images/bg_con2.png);
  background-repeat: no-repeat;
  background-position: center 70px;
  margin-top: 50px;
}
@media only screen and (max-width: 820px) {
  .dharma, .food {
    background-position: center 40px;
  }
}

.dharmacon, .foodcon {
  width: 100%;
  background-image: url(../images/bg_con2R.png);
  background-repeat: repeat;
  margin-top: 100px;
  color: #524135;
}
@media only screen and (max-width: 1480px) {
  .dharmacon, .foodcon {
    padding: 4%;
    box-sizing: border-box;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 820px) {
  .dharmacon, .foodcon {
    margin-top: 20px;
  }
}
.dharmacon .item, .foodcon .item {
  width: 21%;
}
@media only screen and (max-width: 1480px) {
  .dharmacon .item, .foodcon .item {
    width: 30%;
    font-size: 0.95em;
  }
}
@media only screen and (max-width: 600px) {
  .dharmacon .item, .foodcon .item {
    width: 90%;
    margin: auto;
  }
}
.dharmacon .item figure, .foodcon .item figure {
  position: relative;
}
.dharmacon .item figure i, .foodcon .item figure i {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media only screen and (max-width: 600px) {
  .dharmacon .item figure i, .foodcon .item figure i {
    bottom: 10px;
    left: 5px;
  }
}
.dharmacon .item .itemtxt, .foodcon .item .itemtxt {
  background: none;
}
.dharmacon .item .itemtxt h3, .foodcon .item .itemtxt h3 {
  font-size: 1.35em;
}
.dharmacon .item .itemtxt em, .foodcon .item .itemtxt em {
  display: inline-block;
  margin-top: 5px;
}
.dharmacon .item .itemtxt .time + .site, .foodcon .item .itemtxt .time + .site {
  border-top: 1px solid #524135;
  padding-top: 0.5em;
  margin-top: 0.5em;
}

.light {
  background-image: url(../images/sideitem_02.png);
  background-repeat: no-repeat;
  background-position: 50px 0;
}
@media only screen and (max-width: 820px) {
  .light {
    background-size: 185px;
  }
}
.light .main_light {
  width: 100%;
  max-width: 1480px;
  margin-top: 130px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  background-color: #f7f2d9;
  border-radius: 0 220px 220px 0;
}
@media only screen and (max-width: 820px) {
  .light .main_light {
    width: 100%;
    margin-top: 50px;
    flex-direction: column;
    border-radius: 0;
  }
}
.light .main_light figure {
  width: 50%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 0 220px 220px 0;
}
@media only screen and (max-width: 820px) {
  .light .main_light figure {
    width: 90%;
    border-radius: 0;
  }
}
@media only screen and (max-width: 600px) {
  .light .main_light figure {
    width: 100%;
  }
}
.light .main_light figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.light .main_light .itemtxt {
  width: 50%;
  box-sizing: border-box;
  padding: 8% 5%;
  color: #524135;
  position: relative;
}
@media only screen and (max-width: 820px) {
  .light .main_light .itemtxt {
    width: 100%;
    padding-top: 10%;
  }
}
@media only screen and (max-width: 600px) {
  .light .main_light .itemtxt {
    padding-top: 15%;
  }
}
.light .main_light .itemtxt i {
  position: absolute;
  top: 30px;
  right: -220px;
  width: 350px;
}
@media only screen and (max-width: 820px) {
  .light .main_light .itemtxt i {
    top: -135px;
    left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .light .main_light .itemtxt i {
    width: 180px;
    top: -100px;
  }
}
.light .main_light .itemtxt span {
  display: block;
  background-image: url(../images/icon_pagesite.png);
  background-repeat: no-repeat;
  background-position: left 7px;
  background-size: 22px;
  padding-left: 30px;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.light .main_light .itemtxt span.time {
  background-image: url(../images/icon_pagetime.png);
  background-position: left 8px;
}
.light .main_light .itemtxt p {
  font-size: 0.95em;
  line-height: 1.5;
}

.light_con {
  justify-content: flex-start;
  margin-top: 50px;
  width: 90%;
  margin: 50px auto;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .light_con {
    width: 100%;
    margin: 1em 0;
  }
}
.light_con .item {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .light_con .item {
    width: 30%;
  }
}
@media only screen and (max-width: 600px) {
  .light_con .item {
    width: 90%;
    margin: 0 1%;
  }
}
.light_con .item .itemtxt {
  background: none;
}

.photo_area {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.photo_area img {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .limitedcon .item {
    width: 95%;
    margin: 1%;
  }
  .limitedcon .item span em {
    display: block;
    width: fit-content;
  }
}/*# sourceMappingURL=style.css.map */