@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: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #464238;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-image: url(../images/bg_red.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body.open {
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 16px;
  }
}

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

img {
  max-width: 100%;
}

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

header {
  width: 100%;
}

header {
  background-image: url(../images/header_banner.png), url(../images/bgred_header_img.png), url(../images/bgred_header.png);
  background-repeat: no-repeat;
  background-position: center 10%, center, 20% top;
  background-size: 100%, 100%, 100%;
  height: 780px;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 1530px) {
  header {
    height: 680px;
    background-position: center 10%, center bottom, 20% top;
    background-size: 100%, 100%, 100%;
  }
}
@media only screen and (max-width: 1480px) {
  header {
    height: 670px;
    background-position: center 10%, center bottom, 20% top;
    background-size: 100%, 100%, 100%;
  }
}
@media only screen and (max-width: 1353px) {
  header {
    height: 600px;
    background-position: center 10%, left bottom, 30% top;
  }
}
@media only screen and (max-width: 1180px) {
  header {
    height: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    height: 500px;
    background-position: center 10%, 30% bottom, 30% top;
    background-size: 100%, 110%, 100%;
  }
}
@media only screen and (max-width: 820px) {
  header {
    height: 420px;
    background-position: center 10%, 30% bottom, 30% top;
    background-size: 100%, 110%, 100%;
  }
}
@media only screen and (max-width: 600px) {
  header {
    height: 230px;
    background-position: center 10%, left bottom, 30% top;
    background-size: 100%, 105%, 100%;
  }
}
@media only screen and (max-width: 380px) {
  header {
    height: 210px;
    background-size: 100%, 110%, 100%;
  }
}
header h1 {
  text-indent: -9999px;
  text-align: center;
  background-image: url(../images/ny_title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  width: 1200px;
  height: 280px;
  margin: auto;
}
@media only screen and (max-width: 1353px) {
  header h1 {
    background-size: 55%;
  }
}
@media only screen and (max-width: 1180px) {
  header h1 {
    background-size: 45%;
    height: 220px;
  }
}
@media only screen and (max-width: 820px) {
  header h1 {
    width: 100%;
    height: 200px;
  }
}
@media only screen and (max-width: 600px) {
  header h1 {
    background-position: center;
    height: 130px;
    background-size: 65%;
  }
}
header h1::before,
header.page h1::before {
  content: "";
  background-image: url(../images/ny_date.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 320px;
  height: 80px;
}
@media only screen and (max-width: 1180px) {
  header h1::before {
    background-size: 60%;
    height: 50px;
  }
}
@media only screen and (max-width: 820px) {
  header h1::before {
    background-position: center;
  }
}
@media only screen and (max-width: 600px) {
  header h1::before {
    height: 30px;
    background-size: 50%;
  }
}

.con1 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -3em;
  padding-bottom: 12em;
  background-image: url(../images/con1_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  .con1 {
    padding-bottom: 0;
  }
}
.con1 figure {
  margin-left: 3%;
  margin-top: 3em;
  width: 18%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1180px) {
  .con1 figure {
    position: absolute;
    left: 1em;
    top: 0;
    width: 18%;
    margin: 0;
  }
}
@media only screen and (max-width: 820px) {
  .con1 figure {
    top: 20px;
  }
}
@media only screen and (max-width: 820px) {
  .con1 figure {
    top: 50px;
    width: 15%;
  }
}
@media only screen and (max-width: 600px) {
  .con1 figure {
    top: 20px;
    width: 20%;
  }
}
.con1 .ny_main {
  width: 60%;
  max-width: 800px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1180px) {
  .con1 .ny_main {
    width: 75%;
    margin-left: 15%;
    margin-bottom: 5%;
    max-width: 720px;
    padding-bottom: 10%;
  }
}
@media only screen and (max-width: 1024px) {
  .con1 .ny_main {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 820px) {
  .con1 .ny_main {
    width: 95%;
    margin: auto;
    padding-bottom: 15%;
  }
}
@media only screen and (max-width: 600px) {
  .con1 .ny_main {
    margin-top: 2em;
    padding-bottom: 20%;
    width: 100%;
  }
}
.con1 .ny_main .ny_main_txt {
  background-image: url(../images/con1_txtbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 1em 3em 5em 3em;
}
@media only screen and (max-width: 1180px) {
  .con1 .ny_main .ny_main_txt {
    padding: 2em 1em 6em 2em;
  }
}
@media only screen and (max-width: 600px) {
  .con1 .ny_main .ny_main_txt {
    padding: 1em 0.5em 3em 1em;
  }
}
.con1 .ny_main .ny_main_txt h3 {
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 1180px) {
  .con1 .ny_main .ny_main_txt h3 {
    margin: 0;
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 600px) {
  .con1 .ny_main .ny_main_txt h3 {
    width: 50%;
    margin: 0 auto;
    margin-top: 1em;
  }
  .con1 .ny_main .ny_main_txt h3 img {
    width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  .con1 .ny_main .ny_main_txt h3 {
    width: 45%;
    margin-top: 1em;
  }
}
.con1 .ny_main .ny_main_txt p {
  width: 78%;
  margin: auto;
  text-align: justify;
  line-height: 1.3;
  letter-spacing: 0.1px;
  font-size: 17px;

}
@media only screen and (max-width: 1180px) {
  .con1 .ny_main .ny_main_txt p {
    line-height: 1.8;
  }
}
@media only screen and (max-width: 820px) {
  .con1 .ny_main .ny_main_txt p {
    line-height: 1.5;
    width: 75%;
  }
}
@media only screen and (max-width: 600px) {
  .con1 .ny_main .ny_main_txt p {
    width: 75%;
    font-size: 11px;
    line-height: 1.3;
  }
  .con1 .ny_main .ny_main_txt p:last-child {
    display: none;
  }
}
@media only screen and (max-width: 380px) {
  .con1 .ny_main .ny_main_txt p {
    width: 80%;
    font-size: 12px;
  }
}
.con1 .ny_main .btn_family {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.con1 .ny_main .btn_family > .btn:nth-child(2) {
  margin-left: 12em;
}
@media only screen and (max-width: 820px) {
  .con1 .ny_main .btn_family > .btn:nth-child(2) {
    margin-left: 8em;
  }
}
@media only screen and (max-width: 820px) {
  .con1 .ny_main .btn_family {
    align-items: flex-start;
    margin-top: -2em;
  }
}
@media only screen and (max-width: 600px) {
  .con1 .ny_main .btn_family {
    margin-left: 0;
  }
  .con1 .ny_main .btn_family .btn {
    max-width: 250px;
    font-size: 1em;
    margin-top: 2em;
  }
  .con1 .ny_main .btn_family .btn:last-child {
    margin-top: 1em;
  }
}
.con1 .words_v {
  width: 20%;
  margin-top: 8em;
  margin-left: -6em;
}
@media only screen and (max-width: 1180px) {
  .con1 .words_v {
    position: absolute;
    right: 1em;
    bottom: 315px;
    width: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  .con1 .words_v {
    bottom: 280px;
  }
}
@media only screen and (max-width: 820px) {
  .con1 .words_v {
    bottom: 200px;
    width: 30%;
  }
}
@media only screen and (max-width: 600px) {
  .con1 .words_v {
    bottom: 130px;
    width: 130px;
    right: 0;
  }
}

.con2 {
  margin-top: -150px;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  padding-bottom: 160px;
  flex-direction: column;
  background-image: url(../images/con2_bgb.png), url(../images/con2_bg01.png), url(../images/con2_bg02.png), url(../images/con2_bg03.png), url(../images/con2_bg04.png);
  background-repeat: no-repeat;
  background-position: left bottom, left 10%, right top, left 60%, 60% 94%;
  background-size: auto;
}
@media only screen and (max-width: 1366px) {
  .con2 {
    margin-top: -130px;
    background-position: left bottom, left 2%, right top, left 60%, 70% 90%;
    background-size: auto, 35%, 30%, 30%, 40%;
  }
}
@media only screen and (max-width: 1024px) {
  .con2 {
    margin-top: -180px;
    background-position: left bottom, left 10%, right 5%, left 60%, right 95%;
    background-size: 100%, 35%, 30%, 30%, 40%;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 820px) {
  .con2 {
    background-position: left bottom, left 10%, right 5%, left 37%, 145% 97.5%;
    background-size: 120%, 35%, 40%, 40%, 55%;
  }
}
@media only screen and (max-width: 600px) {
  .con2 {
    margin-top: -75px;
    background-position: left bottom, left 10%, right 5%, left 50%, 145% 95%;
    background-size: 170%, 35%, 40%, 40%, 55%;
  }
}
.con2 h3 {
  margin-top: 150px;
  margin-left: 20%;
}
@media only screen and (max-width: 600px) {
  .con2 h3 {
    width: 50%;
    margin-top: 50px;
  }
  .con2 h3 img {
    width: 100%;
  }
}
.con2 .act_area {
  width: 100%;
  max-width: 1480px;
  margin: 5em auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1630px) {
  .con2 .act_area {
    max-width: 1300px;
  }
}
@media only screen and (max-width: 600px) {
  .con2 .act_area {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 2em auto;
  }
}
.con2 .act_area .act {
  width: 27%;
  box-sizing: border-box;
  background-color: #fffae7;
  border-radius: 160px 60px 60px 80px;
  padding: 1.5em 1em;
  margin: 3em 2em;
}
.con2 .act_area .act:nth-child(2), .con2 .act_area .act:nth-child(5) {
  margin-top: -5.5em;
}
@media only screen and (max-width: 820px) {
  .con2 .act_area .act:nth-child(2), .con2 .act_area .act:nth-child(5) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .con2 .act_area .act {
    width: 29%;
    margin: 1em;
    padding: 1em 0.5em;
    border-radius: 120px 30px 30px 40px;
  }
}
@media only screen and (max-width: 820px) {
  .con2 .act_area .act {
    width: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .con2 .act_area .act {
    width: 80%;
  }
}
.con2 .act_area .act figure {
  margin: 0;
  position: relative;
  padding-bottom: 20px;
}
.con2 .act_area .act figure img {
  border-radius: 120px 40px 60px 60px;
}
@media only screen and (max-width: 1630px) {
  .con2 .act_area .act figure img {
    max-width: 95%;
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .con2 .act_area .act figure img {
    border-radius: 110px 20px 60px 60px;
  }
}
@media only screen and (max-width: 600px) {
  .con2 .act_area .act figure img {
    max-width: 270px;
  }
}
.con2 .act_area .act h3 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  width: 220px;
  background-color: #fffae7;
  position: absolute;
  bottom: -20px;
  right: 0;
  border-radius: 40px 0 0 0;
  padding: 0.5em;
  color: #5f5435;
  line-height: 1.2;
}
@media only screen and (max-width: 1630px) {
  .con2 .act_area .act h3 {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .con2 .act_area .act h3 {
    width: 88%;
    font-size: 1.2em;
    text-align: left;
    bottom: -10px;
    border-radius: 20px 0 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .con2 .act_area .act h3 {
    white-space: normal;
  }
}
.con2 .act_area .act h3.txt_l {
  width: 250px;
  font-size: 18px;
}
.con2 .act_area .act .act_info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0.5em;
}
.con2 .act_area .act span {
  border: 1px solid #d5ceb8;
  margin-top: 5px;
  margin-left: 1em;
  padding: 0.25em 1em 0.025em 2em;
  border-radius: 25px;
  font-size: 0.9em;
}
.con2 .act_area .act span.site {
  background-image: url(../images/icon_site.png);
  background-repeat: no-repeat;
  background-position: 10px 6px;
}
.con2 .act_area .act span.time {
  background-image: url(../images/icon_time.png);
  background-repeat: no-repeat;
  background-position: 10px 7px;
}

.con3 {
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  background-image: url(../images/con3_bgcol.jpg);
  background-repeat: repeat;
}
@media only screen and (max-width: 820px) {
  .con3 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .con3 h3 {
    width: 50%;
  }
  .con3 h3 img {
    width: 100%;
  }
}
.con3 .features {
  position: relative;
  width: 85%;
  margin-left: 10%;
  align-items: center;
}
@media only screen and (max-width: 1366px) {
  .con3 .features {
    width: 88%;
    margin: auto;
  }
}
.con3 .features figure {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  padding: 1.5em 0;
  background-color: #fffae7;
  border-radius: 100px 200px 100px 250px;
}
@media only screen and (max-width: 1630px) {
  .con3 .features figure {
    width: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .con3 .features figure {
    width: 60%;
    border-radius: 60px 150px 60px 165px;
    padding: 1em 0.5em;
    margin: 0;
    margin-right: 1em;
    margin-left: 1em;
  }
}
@media only screen and (max-width: 820px) {
  .con3 .features figure {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .con3 .features figure {
    width: 95%;
  }
}
.con3 .features figure img {
  width: 90%;
  margin: auto;
  display: block;
  border-radius: 80px 160px 80px 200px;
}
@media only screen and (max-width: 1024px) {
  .con3 .features figure img {
    width: 95%;
    border-radius: 60px 120px 40px 130px;
  }
}
@media only screen and (max-width: 600px) {
  .con3 .features figure img {
    border-radius: 35px 120px 40px 135px;
  }
}
.con3 .features figure h3 {
  position: absolute;
  bottom: 0;
  right: 1.5em;
  padding: 0.5em 1.5em;
  background-color: #fffae7;
  border-radius: 40px 0 0 0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  letter-spacing: 0.5px; 
  font-size: 24px;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  .con3 .features figure h3 {
    right: 0;
    border-radius: 40px 0 40px 0;
    padding: 0.5em 1em;
    bottom: -15px;
    font-size: 18px;
  }
}
.con3 .features .detail {
  width: 30%;
}
@media only screen and (max-width: 1024px) {
  .con3 .features .detail {
    width: 40%;
  }
}
@media only screen and (max-width: 820px) {
  .con3 .features .detail {
    width: 80%;
    padding-bottom: 2em;
    padding-top: 2em;
  }
}
.con3 .features .detail p {
  width: 90%;
  margin: auto;
  padding-bottom: 2em;
  letter-spacing: 1px;
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  .con3 .features .detail p {
    width: 100%;
  }
}

.con4 {
  background-image: url(../images/con3_bgcol.jpg);
  background-repeat: repeat;
}
.con4 .act_time {
  background: #fffae7;
  border-radius: 300px 300px 0 0;
  padding: 2em;
  padding-bottom: 430px;
  background-image: url(../images/con4_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
}


@media only screen and (max-width: 1024px) {
  .con4 .act_time {
    background-size: 130%;
    padding: 2em 1em;
    padding-bottom: 300px;
  }
}
@media only screen and (max-width: 1000px) {
  .con4 .act_time {
    border-radius: 150px 150px 0 0;
    padding-bottom: 240px;
  }
}
@media only screen and (max-width: 600px) {
  .con4 .act_time {
    padding-bottom: 120px;
  }

}
.con4 h3 {
  margin: 0;
  margin-left: 15%;
}
@media only screen and (max-width: 820px) {
  .con4 h3 {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 600px) {
  .con4 h3 {
    width: 60%;
    margin: auto;
  }
  .con4 h3 img {
    width: 100%;
  }
}
.con4 .time_area {
  width: 95%;
  max-width: 1280px;
  margin: 1em auto;
}
@media only screen and (max-width: 1024px) {
  .con4 .time_area {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .con4 .time_area {
    flex-direction: column;
  }
}
.con4 .time_area .time_item {
  width: 33.3333333333%;
}
@media only screen and (max-width: 1000px) {
  .con4 .time_area .time_item .btn {
    max-width: 200px;
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 800px) {
  .con4 .time_area .time_item .btn {
    max-width: 200px;
    font-size: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .con4 .time_area .time_item {
    width: 90%;
    margin: 1em auto;
  }
}
.con4 .time_area .time_item h4 {
  font-size: 1.8em;
  color: #464238;
  position: relative;
  z-index: 1;
  margin: 0;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .con4 .time_area .time_item h4 {
    font-size: 1.5em;
  }
}
.con4 .time_area .time_item h4 em {
  font-style: normal;
  padding-right: 0.3em;
  font-size: 1.5em;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .con4 .time_area .time_item h4 em {
    font-size: 1.3em;
  }
}
.con4 .time_area .time_item h4 span {
  padding-left: 0.8em;
  /* background-image: url(../images/icon_site_b.png); */
  background-repeat: no-repeat;
  background-position: left center;
}
.con4 .time_area .time_item h4::after {
  content: "";
  height: 8px;
  width: 90%;
  background-color: #eca19c;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: -1;
  border-radius: 6px;
}
@media only screen and (max-width: 1024px) {
  .con4 .time_area .time_item h4::after {
    bottom: 8px;
  }
}
.con4 .time_area .time_item:nth-child(2) h4::after {
  background-color: #9bc9b7;
}
.con4 .time_area .time_item:nth-child(3) h4::after {
  background-color: #fee58c;
}
.con4 .time_area .time_item .time_det {
  flex-direction: column;
  min-height: 200px;
}
@media only screen and (max-width: 1024px) {
  .con4 .time_area .time_item .time_det {
    min-height: 150px;
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 1000px) {
  .con4 .time_area .time_item .time_det {
    min-height: 180px;
  }
}
@media only screen and (max-width: 600px) {
  .con4 .time_area .time_item .time_det {
    min-height: auto;
    font-size: 1em;
    margin-bottom: 1em;
  }
}
.con4 .time_area .time_item .time_det span.time {
  width: 100%;
  box-sizing: border-box;
  padding-left: 25px;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  background-image: url(../images/icon_time.png);
  background-repeat: no-repeat;
  background-position: left center;
}
@media only screen and (max-width: 820px) {
  .con4 .time_area .time_item .time_det span.time {
    background-position: left 8px;
  }
}

.con5 {
  background-image: url(../images/con5_bgf.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  padding-bottom: 180px;
}
@media only screen and (max-width: 820px) {
  .con5 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .con5 {
    padding-bottom: 20px;
    background-size: 120%;
    background-position: center bottom;
  }
}
.con5 h3 {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .con5 h3 {
    margin: 0;
  }
}
@media only screen and (max-width: 600px) {
  .con5 h3 {
    width: 60%;
    margin: auto;
  }
  .con5 h3 img {
    width: 100%;
  }
}
.con5 .blessing {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .con5 .blessing {
    flex-wrap: wrap;
    width: 100%;
  }
}
.con5 .blessing figure {
  width: 29%;
  padding: 1.35em;
  background: #fffae7;
  border-radius: 80px 180px 100px 80px;
  position: relative;
  margin-top: -2em;
}
@media only screen and (max-width: 1024px) {
  .con5 .blessing figure {
    width: 32%;
    margin: 0;
    margin: 0.5em;
    border-radius: 90px 150px 100px 80px;
  }
}
@media only screen and (max-width: 820px) {
  .con5 .blessing figure {
    padding: 1em;
    border-radius: 65px 110px 60px 68px;
  }
}
@media only screen and (max-width: 600px) {
  .con5 .blessing figure {
    width: 45%;
    border-radius: 40px 90px 60px 60px;
  }
}
.con5 .blessing figure img {
  width: 100%;
}
.con5 .blessing figure span {
  position: absolute;
  right: 1.5em;
  bottom: 0.5em;
  background: #48a190;
  border-radius: 40px 20px 40px 19px;
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 0 #3d737a;
  transition: 0.5s;
}
@media only screen and (max-width: 600px) {
  .con5 .blessing figure span {
    width: 50px;
    height: 40px;
  }
}
.con5 .blessing figure span img {
  width: auto;
  max-width: 30px;
}
.con5 .blessing figure {
  margin-top: 3em;
}
@media only screen and (max-width: 600px) {
  /* .con5 .blessing figure:nth-child(2) {
    margin-top: 0;
  } */
}
.con5 .blessing figure a:hover > span {
  right: 1em;
}

footer {
  background-image: url(../images/footer_bg.png), url(../images/footer_bg01.png);
  background-repeat: no-repeat, repeat;
  background-position: left bottom, left top;
}
@media only screen and (max-width: 600px) {
  footer {
    padding-bottom: 80px;
  }
}
footer p {
  margin: 0;
  text-align: center;
  padding: 2em 0 1em 0;
  color: #e0bcbe;
  font-weight: normal;
  font-size: 0.9em;
}
@media only screen and (max-width: 820px) {
  footer p {
    width: 70%;
    margin: auto;
  }
}
@media only screen and (max-width: 600px) {
  footer p {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 0.75em;
  }
}

.fastbtn {
  width: 90px;
  position: fixed;
  right: 0;
  top: 35%;
  background-color: #fffae7;
  border-radius: 30px 0 0 30px;
  flex-direction: column;
  z-index: 11;
}
.fastbtn.showtop {
  top: 80px;
}
@media only screen and (max-width: 600px) {
  .fastbtn.showtop {
    top: auto;
  }
}
@media only screen and (max-width: 1480px) {
  .fastbtn {
    width: 78px;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 1024px) {
  .fastbtn {
    top: 250px;
  }
}
@media only screen and (max-width: 600px) {
  .fastbtn {
    top: auto;
    bottom: 0;
    flex-direction: row;
    width: 100%;
    border-radius: 0;
    justify-content: center;
  }
}
.fastbtn span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 2px dashed #726e62;
  padding: 0.8em 0.5em;
  font-size: 12px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .fastbtn span {
    width: 25%;
    box-sizing: border-box;
    border-bottom: none;
  }
}
.fastbtn span:last-child {
  border-bottom: none;
}
.fastbtn span.imp {
  background: #dd585e;
  color: #fffae7;
}
.fastbtn span a {
  color: #464238;
  text-decoration: none;
  display: block;
}
.fastbtn span a i {
  display: block;
  text-align: center;
}

.btn {
  padding: 0.35em 2.75em 0.35em 1.25em;
  color: #fff;
  border-radius: 40px 20px 40px 19.08px;
  max-width: 350px;
  box-sizing: border-box;
  width: auto;
  margin: 0.5em 1em;
  position: relative;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.btn::after {
  content: "";
  background-image: url(../images/arr_next.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.2s;
}
.btn:hover::after {
  right: 3%;
}
.btn.btn_r {
  background-color: #dd585e;
  box-shadow: 5px 5px 0 #b74e53;
}
.btn.btn_g {
  background-color: #48a190;
  box-shadow: 5px 5px 0 #3d737a;
}
.btn.btn_o {
  background-color: #f3992b;
  box-shadow: 5px 5px 0 #b66d15;
}

.traf_con, .blessing_con {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  font-size: 0.95em;
  color: #645a3c;
}
.traf_con.open, .blessing_con.open {
  display: block;
  line-height: 1.3;
}
.traf_con .close_btn, .blessing_con .close_btn {
  position: absolute;
  top: 1%;
  right: 50%;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .traf_con .close_btn, .blessing_con .close_btn {
    right: 0;
    top: 0;
  }
  .traf_con .close_btn img, .blessing_con .close_btn img {
    width: 50px;
  }
}

.traf_info, .blessing_info {
  width: 95%;
  max-width: 1000px;
  height: 93%;
  background-color: #f4edd2;
  position: absolute;
  top: 1em;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 80px;
  margin: auto;
  overflow: scroll;
}

@media only screen and (max-width: 1180px) {
  .traf_info, .blessing_info {
    border-radius: 80px;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 600px) {
  .traf_info, .blessing_info {
    height: 95%;
    top: 0;
    /* left: 2.5%; */
    border-radius: 15px;
    overflow-y: scroll;
    padding-top: 50px;
  }
}
.traf_info h3, .blessing_info h3 {
  position: absolute;
  top: 50px;
  left: -50px;
  background: #f4edd2;
  width: 50px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 15px 0 0 15px;
  color: #48443b;
}
@media only screen and (max-width: 600px) {
  .traf_info h3, .blessing_info h3 {
    top: 0;
    left: 20%;
    width: 50%;
    background: inherit;
  }
}
.traf_info h3 span, .blessing_info h3 span {
  display: block;
  font-size: 22px;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .traf_info h3 span, .blessing_info h3 span {
    display: inline;
  }
}
.traf_info .detail, .blessing_info .detail {
  width: 90%;
  margin: auto;
  box-sizing: border-box;
  padding-top: 0.5em;
}
@media only screen and (max-width: 1024px) {
  .traf_info .detail, .blessing_info .detail {
    margin: 0 auto;
    width: 95%;
  }
}
.traf_info .detail h4, .blessing_info .detail h4 {
  font-size: 1.2em;
  background: #dd585e;
  color: #fff;
  display: inline;
  border-radius: 17.5px;
  padding: 5px 15px;
  margin: 0;
  /* margin-left: 1em; */
}
@media only screen and (max-width: 600px) {
  .traf_info .detail h4, .blessing_info .detail h4 {
    font-size: 14px;
  }
}
.traf_info .detail .list, .blessing_info .detail .list {
  border: 1px solid #5f5435;
  border-radius: 30px;
  padding: 1em;
  margin-bottom: 1.5em;
  margin-top: -12px;
}
.traf_info .detail .txt, .blessing_info .detail .txt {
  padding: 10px 0;
  border-bottom: 1px dashed #5f5435;
}
.traf_info .detail .txt:last-child, .blessing_info .detail .txt:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.traf_info .detail .txt h5, .blessing_info .detail .txt h5 {
  margin: 0;
  font-size: 1.2em;
}
.traf_info .detail .txt ul, .blessing_info .detail .txt ul {
  margin: 0;
}
.traf_info .detail .txt a, .blessing_info .detail .txt a {
  color: #dd585e;
  text-decoration: none;
}

.blessing_info {
  font-size: 1.2em;
}
@media only screen and (max-width: 1180px) {
  .blessing_info {
    font-size: 1em;
  }
}
.blessing_info .detail {
  width: 80%;
  padding-top: 5%;
  margin: 2em auto;
}
@media only screen and (max-width: 600px) {
  .blessing_info .detail {
    padding-top: 0;
    margin: 0 auto;
  }
}
.blessing_info .detail .list {
  margin-top: 0;
  padding: 0 1em;
}
.blessing_info .detail .txt ul {
  padding-bottom: 1em;
}
.blessing_info .detail .txt ul li span {
  display: block;
}
.blessing_info .detail .txt h5 {
  margin: 0.5em;
  font-size: 1.35em;
}
.blessing_info .detail .txt p {
  margin: 0;
  padding-left: 1em;
}
.blessing_info .detail .txt p.en {
  padding-left: 2.2em;
}

.ani {
  position: absolute;
}

.con1 .ani.ani_01 {
  left: 7%;
  bottom: 10%;
}
.con1 .ani.ani_02 {
  right: 5%;
  bottom: 8%;
}
@media only screen and (max-width: 1530px) {
  .con1 .ani.ani_02 {
    right: 1%;
    bottom: 3%;
  }
}
@media only screen and (max-width: 1180px) {
  .con1 .ani.ani_02 {
    right: 1%;
    bottom: 100px;
  }
  .con1 .ani.ani_02 img {
    width: 300px;
  }
}
.con1 .ani.ani_03 {
  left: 35%;
  bottom: 15%;
}

.con3 .ani.ani_04 {
  right: 12%;
  top: -180px;
}
@media only screen and (max-width: 1366px) {
  .con3 .ani.ani_04 {
    right: 5%;
    top: -100px;
  }
  .con3 .ani.ani_04 img {
    width: 200px;
  }
}
@media only screen and (max-width: 1180px) {
  .con3 .ani.ani_04 {
    top: -50px;
    right: 10%;
  }
  .con3 .ani.ani_04 img {
    width: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .con3 .ani.ani_04 {
    top: -50px;
    right: 2%;
  }
  .con3 .ani.ani_04 img {
    width: 100px;
  }
}

.features .fearures_area {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 820px) {
  .features .fearures_area {
    flex-direction: column;
  }
}
.features .fearures_area figure .ani_05 {
  left: -5%;
  bottom: -10%;
}
.features .fearures_area figure .ani_05 img {
  width: 100%;
  border-radius: 0;
}
@media only screen and (max-width: 1180px) {
  .features .fearures_area figure .ani_05 {
    left: 0;
    bottom: -5%;
  }
  .features .fearures_area figure .ani_05 img {
    width: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .features .fearures_area figure .ani_05 img {
    width: 100px;
  }
}

header.page {
  position: relative;
}
header.page .ani_10 {
  top: 50%;
  left: 15%;
}
@media only screen and (max-width: 820px) {
  header.page .ani_10 {
    top: 25%;
    left: 10%;
  }
}
@media only screen and (max-width: 600px) {
  header.page .ani_10 {
    display: none;
  }
}

.nymeaning figure {
  position: relative;
}
.nymeaning figure .ani_11 {
  bottom: -20%;
  left: 5%;
}
.nymeaning figure .ani_11 img {
  border-radius: 0;
}
@media only screen and (max-width: 1024px) {
  .nymeaning figure .ani_11 img {
    width: 200px;
  }
}
@media only screen and (max-width: 820px) {
  .nymeaning figure .ani_11 img {
    width: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .nymeaning figure .ani_11 img {
    display: none;
  }
}

.oride .ani_13 {
  bottom: 10%;
  left: 30%;
}
@media only screen and (max-width: 820px) {
  .oride .ani_13 {
    width: 50%;
    left: initial;
    right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .oride .ani_13 {
    display: none;
  }
}

.pray .ani_14 {
  bottom: -12px;
  left: 0;
}

footer.page {
  position: relative;
}
@media only screen and (max-width: 600px) {
  footer.page {
    padding-bottom: 10px;
  }
  footer.page p {
    width: 80%;
  }
}
footer.page .ani_12 {
  bottom: 0;
  left: 15%;
}
@media only screen and (max-width: 1180px) {
  footer.page .ani_12 {
    left: 10%;
  }
}
@media only screen and (max-width: 1024px) {
  footer.page .ani_12 {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  footer.page .ani_12 img {
    width: 110px;
  }
}
@media only screen and (max-width: 600px) {
  footer.page .ani_12 {
    display: none;
  }
}

nav.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background: rgba(0, 0, 0, 0.5);
}
nav .menu_btn {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 13;
  cursor: pointer;
  background-image: url(../images/menu_btn.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 100px;
  height: 130px;
  text-indent: -9999px;
}
@media only screen and (max-width: 600px) {
  nav .menu_btn {
    background-size: 60px;
    height: 60px;
  }
}
nav .menu_btn.open {
  background-image: url(../images/menu_btn_o.png);
}
nav .menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 48%;
  height: 100%;
  box-sizing: border-box;
  padding: 3%;
  background: #f4edd2;
  z-index: 12;
  border-radius: 0 200px 200px 0;
}
@media only screen and (max-width: 1180px) {
  nav .menu {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  nav .menu {
    padding: 1% 1.5%;
    border-radius: 0;
    overflow-y: scroll;
  }
}
nav .menu.open {
  display: block;
}

.menu_detail {
  justify-content: space-evenly;
  padding-top: 2em;
}
@media only screen and (max-width: 820px) {
  .menu_detail {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  .menu_detail {
    justify-content: center;
    padding-top: 3em;
  }
}
.menu_detail .menu_item {
  width: 50%;
}
@media only screen and (max-width: 820px) {
  .menu_detail .menu_item {
    width: 43.5%;
  }
}
@media only screen and (max-width: 600px) {
  .menu_detail .menu_item {
    width: 95%;
  }
}
.menu_detail .menu_item h4 {
  font-size: 2em;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .menu_detail .menu_item h4 {
    margin: 0;
  }
}
.menu_detail .menu_item h4 a {
  color: #464238;
  text-decoration: none;
}
.menu_detail .menu_item h4 i {
  font-style: normal;
  font-size: 1.5em;
}
.menu_detail .menu_item h4 span {
  font-size: 1em;
  padding-left: 0.5em;
}
.menu_detail .menu_item h4::after {
  content: "";
  height: 8px;
  width: 90%;
  background-color: #eca19c;
  position: absolute;
  bottom: 12px;
  left: 0;
  z-index: -1;
  border-radius: 6px;
}
.menu_detail .menu_item h4.gr::after {
  background-color: #9bc9b7;
}
.menu_detail .menu_item h4.or::after {
  background-color: #f3bf76;
}
.menu_detail .menu_item h4.ye::after {
  background-color: #f9de80;
}
.menu_detail .menu_item h4 + h4 {
  margin-top: 0;
}
.menu_detail .menu_item ul {
  margin: 0;
  padding: 0;
  width: 90%;
}
.menu_detail .menu_item ul li {
  list-style: none;
}
.menu_detail .menu_item ul li a {
  display: block;
  color: #464238;
  text-decoration: none;
  border-bottom: 2px dashed #464238;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  font-weight: 600;
  font-size: 1.2em;
  position: relative;
}
.menu_detail .menu_item ul li a::after {
  content: "";
  background-image: url(../images/icon_menuarr.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 40%;
  transition: 0.5s;
}
.menu_detail .menu_item ul li a:hover::after {
  right: 0;
}

.btnTop {
  position: fixed;
  bottom: -120px;
  right: 80px;
  z-index: 99;
  cursor: pointer;
  transition: 0.7s;
  opacity: 0;
}
@media only screen and (max-width: 786px) {
  .btnTop {
    right: 40px;
    bottom: -60px;
  }
  .btnTop img {
    width: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .btnTop {
    right: 25px;
    bottom: -60px;
  }
  .btnTop img {
    width: 30px;
  }
}
.btnTop .top_words {
  position: absolute;
  top: -25px;
  right: -55px;
}
@media only screen and (max-width: 786px) {
  .btnTop .top_words {
    width: 35px;
    right: -35px;
  }
}
@media only screen and (max-width: 600px) {
  .btnTop .top_words {
    width: 25px;
    right: -25px;
  }
}
.btnTop.show {
  opacity: 1;
  bottom: -30px;
}
@media only screen and (max-width: 600px) {
  .btnTop.show {
    bottom: -10px;
  }
}
.btnTop.indextop.showtop {
  opacity: 1;
  bottom: -30px;
}
@media only screen and (max-width: 600px) {
  .btnTop.indextop.showtop {
    bottom: 65px;
    z-index: 2;
  }
}

header.page {
  height: 480px;
  background-image: url(../images/bg_nyheader.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media only screen and (max-width: 1180px) {
  header.page {
    height: 380px;
    background-size: 120%;
  }
}
@media only screen and (max-width: 820px) {
  header.page {
    height: 350px;
    background-size: 140%;
    background-position: 25% top;
  }
}
@media only screen and (max-width: 600px) {
  header.page {
    height: 160px;
    background-size: 180%;
    background-position: 60% top;
  }
}
header.page.act {
  background-image: url(../images/bg_actheader.png);
}
@media only screen and (max-width: 1024px) {
  header.page.act {
    background-size: 150%;
  }
}
@media only screen and (max-width: 820px) {
  header.page.act {
    background-position: center top;
  }
}
@media only screen and (max-width: 600px) {
  header.page.act {
    background-size: 210%;
    height: 300px;
  }
}
/* header.page h1 {
  background-image: url(../images/ny_pagetitle.png);
  background-repeat: no-repeat;
  background-position: center 1em;
} */
@media only screen and (max-width: 1180px) {
  header.page h1 {
    height: 150px;
    width: auto;
    background-position: center 0.5em;
    background-size: 40%;
  }
}
@media only screen and (max-width: 600px) {
  header.page h1 {
    background-size: 60%;
  }
}
/* header.page h1::before {
  background: none;
} */

.ny {
  margin-top: -220px;
}
@media only screen and (max-width: 600px) {
  .ny {
    margin-top: -80px;
  }
}
.ny h3 {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .ny h3 img {
    width: 60%;
  }
}

.act_submenu {
  padding-top: 1em;
  padding-bottom: 2em;
}
.act_submenu ul {
  justify-content: center;
  list-style: none;
}
.act_submenu ul li a {
  display: block;
}

.submenu {
  padding-top: 1em;
  padding-bottom: 2em;
}
@media only screen and (max-width: 820px) {
  .submenu {
    padding: 0.5em;
  }
}
.submenu ul {
  justify-content: center;
  list-style: none;
}
@media only screen and (max-width: 820px) {
  .submenu ul {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 768px) {
  .submenu ul {
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 1em;
    justify-content: flex-start;
  }
}
.submenu ul li a {
  display: block;
  padding: 0.5em 1em;
  margin: 0 0.5em;
  border-radius: 25px;
  border: 1px solid #5f5435;
  color: #5f5435;
  text-decoration: none;
}
.submenu ul li.sel a {
  background: #5f5435;
  color: #fff;
}

.ny_con {
  background: #fffae7;
  border-radius: 300px 300px 0 0;
  padding-bottom: 100px;
}
@media only screen and (max-width: 820px) {
  .ny_con {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .ny_con {
    border-radius: 150px 150px 0 0;
  }
}

.nymeaning {
  background-image: url(../images/con5_bgf.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media only screen and (max-width: 600px) {
  .nymeaning {
    border-radius: 150px 150px 0 0;
    margin-top: 1em;
  }
}
.nymeaning figure {
  margin: 0;
  border-radius: 300px 300px 0 0;
}
@media only screen and (max-width: 600px) {
  .nymeaning figure {
    border-radius: 150px 150px 0 0;
  }
}
.nymeaning figure img {
  width: 100%;
  border-radius: 300px 300px 0 0;
  display: block;
}
@media only screen and (max-width: 600px) {
  .nymeaning figure img {
    border-radius: 150px 150px 0 0;
  }
}
.nymeaning h3 {
  margin-top: 2em;
  font-size: 2em;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .nymeaning h3 {
    margin-top: 0.5em;
  }
}
.nymeaning .detxt {
  width: 95%;
  max-width: 960px;
  margin: auto;
}

.nymeaning .detxt p {
  text-align: justify;
}

@media only screen and (max-width: 1360px) {
  .nymeaning .detxt {
    padding-bottom: 2em;
  }
}

.nyori {
  padding: 0;
}

.oride {
  padding: 5em 10em;
}
@media only screen and (max-width: 1366px) {
  .oride {
    padding: 5em 3em;
  }
}
@media only screen and (max-width: 820px) {
  .oride {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .oride {
    padding: 2em 1em 2em 1em;
  }
  .oride:first-child {
    padding-top: 5em;
  }
}
.oride figure {
  width: 46%;
  margin: auto;
}
@media only screen and (max-width: 820px) {
  .oride figure {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .oride figure {
    width: 100%;
  }
}
.oride .oritxt {
  width: 46%;
  margin: auto;
}

.oride .oritxt p {
  text-align: justify;
}

@media only screen and (max-width: 820px) {
  .oride .oritxt {
    width: 90%;
  }
}
.oride .oritxt h3 {
  font-size: 2em;
}
@media only screen and (max-width: 600px) {
  .oride .oritxt h3 {
    text-align: center;
  }
}
.oride:nth-child(even) {
  flex-direction: row-reverse;
  background: #f0e4c3;
}
@media only screen and (max-width: 820px) {
  .oride:nth-child(even) {
    flex-direction: column;
  }
}
.oride:last-child {
  padding-bottom: 320px;
  position: relative;
  background-image: url(../images/con5_bgf.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.pray {
  margin: 2em auto 0 auto;
  position: relative;
}

.pray_con {
  width: 95%;
  max-width: 1400px;
  margin: 4em auto 0 auto;
}
@media only screen and (max-width: 820px) {
  .pray_con {
    flex-direction: column;
    margin-top: 2em;
  }
}
.pray_con figure {
  margin-top: 2em;
}
@media only screen and (max-width: 1024px) {
  .pray_con figure {
    margin-top: 0;
    margin: 0 auto 4em auto;
  }
  .pray_con figure img {
    width: 360px;
  }
}

.pray_detail {
  width: 60%;
  height: 1000px;
  background-image: url(../images/praydetail_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 1180px) {
  .pray_detail {
    width: 75%;
  }
}
@media only screen and (max-width: 820px) {
  .pray_detail {
    width: 95%;
  }
}
@media only screen and (max-width: 600px) {
  .pray_detail {
    background-size: 190%;
    width: 100%;
    height: 920px;
  }
}
.pray_detail .title {
  border-bottom: 2px dashed #fff;
  width: 75%;
  margin: auto;
  margin-top: -2.5em;
}
@media only screen and (max-width: 600px) {
  .pray_detail .title {
    width: 85%;
    margin-top: -2em;
    margin-left: 12%;
    font-size: 0.9em;
  }
}
.pray_detail h3 {
  background-color: #5f5435;
  color: #fff;
  font-weight: 300;
  line-height: 1.25;
  font-size: 2em;
  text-align: center;
  border-radius: 30px;
  padding: 0.5em 1em;
  margin: auto;
  width: 90%;
}
@media only screen and (max-width: 600px) {
  .pray_detail h3 {
    padding: 0.5em;
    width: 95%;
    font-size: 1.5em;
  }
}
.pray_detail h3 i {
  display: block;
  font-style: normal;
  font-size: 0.75em;
}
.pray_detail h4 {
  color: #fff;
  text-align: center;
  margin: 0;
  font-weight: 300;
  font-size: 1.2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.pray_detail .txt {
  width: 90%;
  color: #fff;
  margin-left: 8%;
  margin-top: 3%;
  overflow-y: scroll;
  height: 750px;
  text-align: left;
  font-weight: normal;
}
@media only screen and (max-width: 600px) {
  .pray_detail .txt {
    width: 80%;
    margin-left: 15%;
  }
}

.ny_de {
  align-items: center;
}
@media only screen and (max-width: 820px) {
  .ny_de {
    flex-direction: column-reverse;
  }
}
.ny_de .txt {
  background-color: #f0e4c3;
  width: 50%;
  border-radius: 300px 0 0 0;
  box-sizing: border-box;
  padding: 8%;
}
.ny_de .txt h3 {
  font-size: 2em;
}

.ny_de .txt p {
  text-align: justify;
}

@media only screen and (max-width: 820px) {
  .ny_de .txt {
    width: 100%;
    border-radius: 0;
    padding: 5% 8% 12% 8%;
  }
}
@media only screen and (max-width: 600px) {
  .ny_de .txt {
    padding: 2% 2% 20% 2%;
  }
  .ny_de .txt h3 {
    margin: 0.5em 0;
    text-align: center;
  }
}
.ny_de .img_g {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 820px) {
  .ny_de .img_g {
    width: 80%;
    margin-top: 3em;
  }
}
@media only screen and (max-width: 600px) {
  .ny_de .img_g {
    width: 100%;
    margin-top: 3em;
  }
}
.ny_de .img_g .ani_15 {
  top: -30%;
  right: 15%;
}
@media only screen and (max-width: 820px) {
  .ny_de .img_g .ani_15 {
    right: 5%;
    top: -10%;
  }
}
@media only screen and (max-width: 600px) {
  .ny_de .img_g .ani_15 {
    display: none;
  }
}

.mid_img figure {
  margin: 0;
  margin-top: -5em;
}
@media only screen and (max-width: 600px) {
  .mid_img figure {
    margin-top: -4em;
  }
}

.ny_txt {
  width: 95%;
  max-width: 1170px;
  margin: auto;
}
.ny_txt figure {
  margin: 3em auto;
  justify-content: space-between;
}
.ny_txt figure img {
  width: 22.5%;
  box-sizing: border-box;
  margin: auto;
  border-radius: 50%;
}

.ny_txt p {
  text-align: justify;
}

@media only screen and (max-width: 600px) {
  .ny_txt figure {
    flex-wrap: wrap;
  }
  .ny_txt figure img {
    width: 45%;
  }
}

.ny_years {
  background-color: #f0e4c3;
  padding: 2em;
  padding-bottom: 320px;
  position: relative;
  background-image: url(../images/con5_bgf.png), url(../images/ny_imgf01.png);
  background-repeat: no-repeat;
  background-position: left bottom, center bottom;
}
@media only screen and (max-width: 820px) {
  .ny_years {
    background-size: 140%, 100%;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .ny_years {
    padding: 0.5em;
    padding-bottom: 80px;
  }
}
.ny_years h3 {
  font-size: 2em;
  margin: 0;
  text-align: center;
}
.ny_years .retro_con {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding: 2em;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .ny_years .retro_con {
    padding: 0.5em;
  }
}
.ny_years .retro_con .retro_item {
  width: 12.5%;
}
@media only screen and (max-width: 600px) {
  .ny_years .retro_con .retro_item {
    width: 25%;
  }
}
.ny_years .retro_con .retro_item a {
  font-size: 1.1em;
  padding: 1em;
  display: block;
  color: #464238;
  text-align: center;
  text-decoration: none;
}
.ny_years .retro_con .retro_item a span {
  display: block;
}
.ny_years .retro_con .retro_item.sel, .ny_years .retro_con .retro_item:hover {
  background-image: url(../images/ny_yearsel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.light .light_btn {
  padding-left: 8%;
  padding-top: 5%;
  display: block;
}
@media only screen and (max-width: 1180px) {
  .light .light_btn {
    padding-left: 15%;
  }
}

.light_con {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}
@media only screen and (max-width: 820px) {
  .light_con {
    flex-direction: column;
  }
}
.light_con:nth-child(3) {
  flex-direction: row;
  background: #f0e4c3;
  padding: 2%;
}
@media only screen and (max-width: 820px) {
  .light_con:nth-child(3) {
    flex-direction: column;
  }
}
.light_con:nth-child(3) .txt {
  padding-left: 2%;
  padding-right: 8%;
}
@media only screen and (max-width: 820px) {
  .light_con:nth-child(3) .txt {
    padding-right: 0;
  }
}
.light_con figure, .light_con .txt {
  width: 50%;
  box-sizing: border-box;
  padding: 2%;
}
.light_con figure {
  margin: 0;
}
@media only screen and (max-width: 820px) {
  .light_con figure {
    width: 70%;
  }
}
@media only screen and (max-width: 600px) {
  .light_con figure {
    width: 85%;
  }
}
.light_con figure img {
  display: block;
  margin: auto;
}
.light_con .txt {
  padding-left: 8%;
  text-align: justify;
}
@media only screen and (max-width: 820px) {
  .light_con .txt {
    width: 95%;
    padding-left: 2%;
  }
}
.light_con .txt h3 {
  font-size: 2em;
}
@media only screen and (max-width: 600px) {
  .light_con .txt h3 {
    text-align: center;
  }
}

.txt_cen {
  width: 95%;
  max-width: 1170px;
  margin: auto;
}

.txt_cen p {
  text-align: justify;
}

.txt_cen .list_ol {
  position: relative;
  color: #fff;
  width: 80%;
  margin: auto;
  background-color: #817450;
  margin-top: 5em;
  padding: 3em 1em 1em 1em;
  border-radius: 50px;
  margin-bottom: 2em;
}
@media only screen and (max-width: 820px) {
  .txt_cen .list_ol {
    width: 100%;
    box-sizing: border-box;
  }
}
.txt_cen .list_ol h4 {
  font-size: 1.5em;
  background: #5f5435;
  text-align: center;
  padding: 1em;
  width: 70%;
  border-radius: 30px;
  position: absolute;
  top: -3em;
  left: 15%;
}
@media only screen and (max-width: 820px) {
  .txt_cen .list_ol h4 {
    width: 85%;
    left: 7.5%;
  }
}
@media only screen and (max-width: 600px) {
  .txt_cen .list_ol h4 {
    width: 90%;
    padding: 0.5em 1em;
    left: 5%;
  }
}
.txt_cen .list_ol ol {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}
@media only screen and (max-width: 1180px) {
  .txt_cen .list_ol ol {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .txt_cen .list_ol ol {
    flex-direction: column;
  }
}
.txt_cen .list_ol ol li {
  width: 50%;
  box-sizing: border-box;
  padding: 0.5em;
  text-align: justify;
}
@media only screen and (max-width: 600px) {
  .txt_cen .list_ol ol li {
    box-sizing: border-box;
    width: 100%;
  }
}
.txt_cen .list_ol ol li i {
  font-style: normal;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #5f5435;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .txt_cen .list_ol ol li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.txt_cen .list_ol ol li i::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #5f5435;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: 35%;
}

.light {
  padding-bottom: 50px;
}
@media only screen and (max-width: 820px) {
  .light {
    border-radius: 150px 150px 0 0;
    margin-top: 1em;
  }
}

.light_qa {
  padding-bottom: 320px;
  position: relative;
  background-image: url(../images/con5_bgf.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.light_qa h3 {
  text-align: center;
  padding-top: 1em;
  font-size: 2em;
  position: relative;
  width: 200px;
  margin: auto;
}
.light_qa h3::after {
  content: "";
  height: 10px;
  width: 80%;
  background-color: #eca19c;
  position: absolute;
  bottom: 8px;
  left: 7%;
  z-index: -1;
  border-radius: 6px;
}
.light_qa .themes {
  width: 95%;
  max-width: 1000px;
  border-radius: 30px;
  border: 1px solid #464238;
  box-sizing: border-box;
  padding: 1em;
  margin: 2em auto;
  position: relative;
}
.light_qa .themes:last-child {
  margin-bottom: 0;
}
.light_qa .themes i {
  font-style: normal;
  background-color: #dd585e;
  color: #fff;
  padding: 5px 15px;
  border-radius: 17.5px;
  position: absolute;
  top: -15px;
  left: 1em;
}

.light_en {
  padding-bottom: 320px;
  position: relative;
  background-image: url(../images/con5_bgf.png);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.light_en .list_ol {
  margin-top: 8em;
  width: 100%;
}
.light_en .list_ol h4 {
  top: -4em;
  width: 85%;
  left: 8%;
}
@media only screen and (max-width: 600px) {
  .light_en .list_ol h4 {
    width: 100%;
    left: 0;
    top: -6em;
  }
}

.act_area {
  margin-top: -180px;
  position: relative;
  z-index: 1;
}
.act_area h3 {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .act_area h3 {
    width: 70%;
    margin: auto;
  }
}

.act_submenuitem {
  padding-top: 2em;
}
@media only screen and (max-width: 600px) {
  .act_submenuitem {
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 1em;
  }
}
.act_submenuitem ul {
  justify-content: center;
  list-style: none;
}
@media only screen and (max-width: 820px) {
  .act_submenuitem ul {
    margin: 0 auto;
    padding-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .act_submenuitem ul {
    justify-content: flex-start;
  }
}
.act_submenuitem ul li {
  margin-left: 1em;
  opacity: 0.5;
  transition: 0.5s;
}
.act_submenuitem ul li.sel, .act_submenuitem ul li:hover {
  opacity: 1;
}
.act_submenuitem ul li:hover > a {
  background-size: 140px;
}
.act_submenuitem ul li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #48443b;
  background-image: url(../images/act_menu01.png);
  background-color: #fffae7;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  text-indent: -9999px;
}
@media only screen and (max-width: 820px) {
  .act_submenuitem ul li a {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .act_submenuitem ul li a {
    width: 85px;
    height: 85px;
  }
}
.act_submenuitem ul li h5 {
  text-align: center;
  color: #5f5435;
  font-size: 1.2em;
  margin: 0 auto;
}
.act_submenuitem ul li:nth-child(2) a {
  background-image: url(../images/act_menu02.png);
}
.act_submenuitem ul li:nth-child(3) a {
  background-image: url(../images/act_menu03.png);
}
.act_submenuitem ul li:nth-child(4) a {
  background-image: url(../images/act_menu04.png);
  background-position: right bottom;
}
.act_submenuitem ul li:nth-child(5) a {
  background-image: url(../images/act_menu05.png);
  background-position: right bottom;
}

.act_con {
  padding-bottom: 320px;
  position: relative;
  background-image: url(../images/con5_bgf.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (max-width: 820px) {
  .act_con {
    padding-bottom: 100px;
  }
}
.act_con span.ani_15 {
  left: 40%;
  bottom: 0;
  display: none;
}
.act_con .act_list {
  flex-wrap: wrap;
  align-items: center;
  width: 95%;
  max-width: 1460px;
  margin: auto;
}
@media only screen and (max-width: 1180px) {
  .act_con .act_list {
    width: 100%;
  }
}
.act_con .act_list .act_item {
  width: 21.25%;
  background-color: #fffae7;
  border-radius: 140px 40px 40px 60px;
  padding: 1em;
  margin: 1em;
  box-sizing: border-box;
}
@media only screen and (max-width: 1180px) {
  .act_con .act_list .act_item {
    width: 29.3333333333%;
  }
}
@media only screen and (max-width: 820px) {
  .act_con .act_list .act_item {
    width: 47%;
  }
}
@media only screen and (max-width: 600px) {
  .act_con .act_list .act_item {
    border-radius: 70px 20px 20px 30px;
    padding: 0.5em;
    margin: 0.25em;
  }
}
.act_con .act_list .act_item figure {
  margin: 0;
  position: relative;
  padding-bottom: 10px;
}
.act_con .act_list .act_item figure img {
  border-radius: 120px 20px 40px 40px;
}
@media only screen and (max-width: 600px) {
  .act_con .act_list .act_item figure img {
    border-radius: 60px 10px 20px 40px;
  }
}
.act_con .act_list .act_item h3 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 1.5em;
  font-style: normal;
  width: 220px;
  background-color: #fffae7;
  position: absolute;
  bottom: -20px;
  right: 0;
  border-radius: 40px 0 0 0;
  padding: 0.5em;
  color: #5f5435;
}
.act_con .act_list .act_item h3.txt_l {
  width: 250px;
  font-size: 1.25em;
}
@media only screen and (max-width: 820px) {
  .act_con .act_list .act_item h3 {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .act_con .act_list .act_item h3 {
    position: static;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 1em;
  }
}
.act_con .act_list .act_item .act_info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0.5em;
}
.act_con .act_list .act_item span {
  border: 1px solid #d5ceb8;
  margin-top: 5px;
  margin-left: 1em;
  padding: 0.25em 1em 0.025em 2em;
  border-radius: 25px;
  font-size: 0.9em;
}
@media only screen and (max-width: 600px) {
  .act_con .act_list .act_item span {
    font-size: 0.85em;
    margin-left: 0;
    border-radius: 8px;
    padding: 0.25em 0.25em 0.25em 1.25em;
    width: 100%;
    box-sizing: border-box;
  }
}
.act_con .act_list .act_item span.site {
  background-image: url(../images/icon_site.png);
  background-repeat: no-repeat;
  background-position: 10px 6px;
}
@media only screen and (max-width: 600px) {
  .act_con .act_list .act_item span.site {
    background-position: 3px 7px;
    background-size: 13px;
  }
}
.act_con .act_list .act_item span.time {
  background-image: url(../images/icon_time.png);
  background-repeat: no-repeat;
  background-position: 10px 7px;
}
@media only screen and (max-width: 600px) {
  .act_con .act_list .act_item span.time {
    background-position: 3px 7px;
    background-size: 13px;
    font-size: 0.75em;
  }
}

.food_map {
  margin-top: -100px;
  height: 300px;
  overflow: hidden;
}
.food_map img {
  display: block;
  margin: auto;
}

.food_info {
  background-color: #fffae7;
  border-radius: 300px 300px 0 0;
  padding-top: 3em;
}
.food_info ul {
  width: 95%;
  max-width: 1280px;
  margin: auto;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.food_info ul li {
  width: 29.3333333333%;
  margin: 2em 0;
}
.food_info ul li figure {
  position: relative;
  margin: 0;
}
.food_info ul li figure i {
  position: absolute;
  top: -0.8em;
  left: 0;
  font-style: normal;
  font-size: 2em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
}
.food_info ul li figure img {
  width: 100%;
  display: block;
  border-radius: 50px 100px 40px 90px;
}
.food_info ul li h4 {
  margin: 0;
  padding-top: 1em;
  padding-left: 30px;
  background-image: url(../images/icon_site_b.png);
  background-repeat: no-repeat;
  background-position: left 35px;
  position: relative;
  z-index: 0;
}
.food_info ul li h4::after {
  content: "";
  height: 10px;
  width: 80%;
  background-color: #eca19c;
  position: absolute;
  bottom: 8px;
  left: 7%;
  z-index: -1;
  border-radius: 6px;
}
.food_info ul li h4.or::after {
  background-color: #f3bf76;
}

.bg_f {
  background-color: #fffae7;
}/*# sourceMappingURL=style.css.map */