@charset "UTF-8";
html {
  scroll-padding-top: 80px;
}

.new_header {
  position: relative;
  display: none;
}

.footer_new {
  position: relative;
}

.copyright {
  position: relative;
  background-color: white;
}

#contents {
  color: #704F1D;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #contents {
    margin: 0 auto 0 auto;
  }
}
#contents a:hover img {
  opacity: 1;
}
#contents .bp767 {
  display: none;
}
@media screen and (max-width: 767px) {
  #contents .bp767 {
    display: block;
  }
}
#contents .bp640 {
  display: none;
}
@media screen and (max-width: 640px) {
  #contents .bp640 {
    display: block;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1s;
}
.fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -80px);
}
.fadein.fadein-bottom {
  transform: translate(0, 50px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*--------------------------------
.circle
---------------------------------*/
.circle_wapper {
  display: block;
  width: 100vW;
  height: 100vh;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  transition: opacity 0.5s ease;
}
.circle_wapper .circle_inner {
  position: relative;
  width: 100%;
  height: 100%;
  animation: circleFade 10s ease forwards;
}
.circle_wapper .circle_inner .circle_bg {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .circle_wapper .circle_inner .circle_bg {
    width: 160px;
    height: 160px;
  }
}
.circle_wapper .circle_inner .circle_bg .circle {
  width: 250px;
  height: 250px;
  background: url(../images/top_new/35th/circle_bg_anime.png) top center no-repeat;
  background-size: contain;
  transition: 0.8s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .circle_wapper .circle_inner .circle_bg .circle {
    width: 160px;
    height: 160px;
  }
}
.circle_wapper .circle_inner .circle_logo {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: boundUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.6) forwards;
}
@media screen and (max-width: 640px) {
  .circle_wapper .circle_inner .circle_logo {
    width: 100px;
    height: 100px;
  }
}
.circle_wapper .circle_inner .circle_logo img {
  width: 100%;
  height: auto;
}

.circle.is-animated {
  transform: scale(20);
}

.circle_wapper.is-hidden {
  opacity: 0;
  pointer-events: none;
}

@keyframes circleFade {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes boundUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------
.fixed
---------------------------------*/
.fixed {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 160px;
  height: 162px;
  z-index: 998;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .fixed {
    top: 20px;
    right: 20px;
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 640px) {
  .fixed {
    top: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
  }
}
.fixed a:hover img {
  opacity: 1;
}
.fixed::before {
  opacity: 0;
  display: block;
  content: "";
  width: 110px;
  height: 35px;
  background: url(../images/top_new/35th/logo_35th_aftr.svg) top left no-repeat;
  background-size: contain;
  z-index: 2;
  position: absolute;
  top: -2px;
  left: -7px;
  transform: rotate(-17deg);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .fixed::before {
    display: none;
  }
}
.fixed:hover::before {
  opacity: 1;
}
.fixed .fixed_logo {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(50% - 48px);
  left: calc(50% - 45px);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .fixed .fixed_logo {
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
  }
}
@media screen and (max-width: 640px) {
  .fixed .fixed_logo {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 22px);
  }
}
.fixed .fixed_logo img {
  width: 100%;
  height: auto;
}
.fixed .fixed_bg {
  display: block;
  width: 170px;
  height: 170px;
  background: url(../images/top_new/35th/circle_bg_anime.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0; /* SafariなどのWebkitブラウザ用 */
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 768px) {
  .fixed .fixed_bg {
    width: 140px;
    height: 140px; /* SafariなどのWebkitブラウザ用 */
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
  }
}
@media screen and (max-width: 640px) {
  .fixed .fixed_bg {
    width: 84px;
    height: 84px;
  }
}
.fixed.mt {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .fixed.mt {
    margin-top: 50px;
  }
}

/*--------------------------------
.aurora
---------------------------------*/
.aurora {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: url(../images/top_new/35th/noise.png) repeat;
  background-size: 120px auto;
}
.aurora .layer {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  opacity: 0.75;
  filter: blur(40px);
  animation: move 20s infinite linear;
}
.aurora .layer1 {
  background: conic-gradient(from 0deg, #FF3881, #F78B8B, #FFEE00, #EF562E, #FCFFBF);
  mix-blend-mode: screen;
}
.aurora .layer2 {
  background: conic-gradient(from 120deg, #FCFFBF, #EF562E, #FF3881, #F78B8B, #FFEE00);
  animation-duration: 25s;
  mix-blend-mode: screen;
}
@media screen and (max-width: 768px) {
  .aurora .layer2 {
    animation-duration: 14s;
  }
}
.aurora .layer3 {
  background: conic-gradient(from 250deg, #FF3881, #F78B8B, #FFEE00, #FF3881, #FCFFBF);
  animation-duration: 35s;
  mix-blend-mode: screen;
}
@media screen and (max-width: 768px) {
  .aurora .layer3 {
    animation-duration: 21s;
  }
}

@keyframes move {
  0% {
    transform: rotate(0deg) translateX(-10%) translateY(-10%);
  }
  50% {
    transform: rotate(180deg) translateX(10%) translateY(10%);
  }
  100% {
    transform: rotate(240deg) translateX(-10%) translateY(-10%);
  }
}
@media screen and (max-width: 768px) {
  @keyframes move {
    0% {
      transform: rotate(0deg) translateX(-3%) translateY(-3%);
    }
    50% {
      transform: rotate(180deg) translateX(3%) translateY(3%);
    }
    100% {
      transform: rotate(360deg) translateX(-3%) translateY(-3%);
    }
  }
}
#fireworks_01 {
  position: absolute;
  top: -155px;
  left: calc(50% - 750px);
  animation: fireworks 0.3s ease;
  animation-fill-mode: backwards;
}
@media screen and (max-width: 900px) {
  #fireworks_01 {
    top: -35px;
    left: calc(50% - 600px);
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  #fireworks_01 {
    top: -85px;
    left: calc(50% - 400px);
    width: 400px;
  }
}
#fireworks_01 img {
  width: 100%;
  height: auto;
}

#fireworks_02 {
  position: absolute;
  top: 140px;
  right: calc(50% - 850px);
  animation: fireworks 0.3s ease-out;
  animation-fill-mode: backwards;
}
@media screen and (max-width: 900px) {
  #fireworks_02 {
    top: 140px;
    right: calc(50% - 550px);
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #fireworks_02 {
    top: 130px;
    right: calc(50% - 330px);
    width: 350px;
  }
}
#fireworks_02 img {
  width: 100%;
  height: auto;
}

#fireworks_03 {
  position: absolute;
  bottom: -260px;
  left: calc(50% - 820px);
  animation: fireworks 0.3s ease;
  animation-fill-mode: backwards;
}
@media screen and (max-width: 900px) {
  #fireworks_03 {
    left: calc(50% - 580px);
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  #fireworks_03 {
    left: calc(50% - 380px);
    width: 400px;
    bottom: -200px;
  }
}
#fireworks_03 img {
  width: 100%;
  height: auto;
}

@keyframes fireworks {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/*--------------------------------
#main
---------------------------------*/
#main {
  position: relative;
}
#main .main__ttl_wrap {
  position: relative;
  overflow: hidden;
}
#main .main__ttl_wrap #main__ttl {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 0 0 0;
  opacity: 0;
  transform: translateY(80px);
  animation: boundUp 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.6) forwards;
  animation-delay: 3s;
  opacity: 0;
}
#main .main__ttl_wrap #main__ttl img {
  width: 100%;
}
#main .main__copy_wrap {
  text-align: center;
}
#main .main__copy_wrap .main__copy_01 {
  font-weight: 700;
  line-height: 1;
  margin: 50px 0 20px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #main .main__copy_wrap .main__copy_01 {
    line-height: 1.5;
  }
}
#main .main__copy_wrap .main__copy_01 span {
  font-size: clamp(2rem, 8.5vw, 2.5rem);
  display: inline-block;
  opacity: 0;
  animation: fadeInCopy 0.5s ease-out forwards;
  animation-delay: calc(3.7s + var(--i) * 0.8s);
}
@media screen and (max-width: 767px) {
  #main .main__copy_wrap .main__copy_01 span {
    font-size: clamp(1.8rem, 4.5vw, 2rem);
  }
}
#main .main__copy_wrap .main__copy_02 {
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-top: 0;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  #main .main__copy_wrap .main__copy_02 {
    padding-bottom: 50px;
  }
}
#main .main__copy_wrap .main__copy_02 span {
  font-size: clamp(2rem, 8.5vw, 2.5rem);
  display: inline-block;
  opacity: 0;
  animation: fadeInCopy 0.5s ease-out forwards;
  animation-delay: calc(3.9s + var(--i) * 0.8s);
}
@media screen and (max-width: 767px) {
  #main .main__copy_wrap .main__copy_02 span {
    font-size: clamp(1.8rem, 4.5vw, 2rem);
  }
}

@keyframes fadeInCopy {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*--------------------------------
.simply-scroll
---------------------------------*/
.simply-scroll {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .simply-scroll {
    margin-bottom: 80px;
  }
}
.simply-scroll li {
  opacity: 0;
  margin: 0 15px;
  border-radius: 20px;
  overflow: hidden;
}
.simply-scroll li img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}
.simply-scroll li img:hover {
  transform: scale(1.1);
}

/*--------------------------------
#plan
---------------------------------*/
#plan {
  position: relative;
  margin: -150px 0 125px 0;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  #plan {
    margin: -100px 0 75px 0;
    padding-top: 100px;
  }
}
#plan .plan__ttl {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #plan .plan__ttl {
    line-height: 1.4;
  }
}
#plan .plan__ttl b {
  display: inline-block;
  font-size: 6rem;
  color: #eb0079;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  #plan .plan__ttl b {
    font-size: 5rem;
    margin: 0 5px 0 0;
  }
}
#plan .plan__txt {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  #plan .plan__txt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
#plan .box {
  background: white;
  border-radius: 10px;
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
#plan .box a {
  display: block;
  transition: 0.5s;
}
#plan .box a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#plan .box .ph img {
  width: 100%;
  height: auto;
}
#plan .box .txt {
  padding: 20px 20px 50px 20px;
}
#plan .box .txt h3 {
  color: #dc6660;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #plan .box .txt h3 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  #plan .box .txt P {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
#plan .box .more {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
@media screen and (max-width: 767px) {
  #plan .box .more {
    font-size: 1.1rem;
  }
}
#plan .box .more::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/top_new/35th/ico_arrow.png) top center no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  margin: 0 0 1px 5px;
}
@media screen and (max-width: 767px) {
  #plan .box .more::after {
    margin: 0 0 3px 5px;
  }
}
#plan .box.box_stay .txt {
  padding: 20px 20px 20px 20px;
}
#plan .box.box_stay .txt p {
  margin-bottom: 5px;
}
#plan .box.box_stay .txt .note {
  display: block;
  font-size: 1.2rem;
  margin-top: 5px;
}
#plan .box.box_stay a {
  display: block;
  background: url(../images/common_new/arrow_pink_btn.png) no-repeat center right 20px #dc6660;
  background-size: 10px auto;
  color: white;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #plan .box.box_stay a {
    font-size: 1.3rem;
    padding: 6px;
  }
}
#plan .slick-track {
  display: flex;
}
#plan .slick-list {
  margin: 0 -15px;
}
#plan .slick-slide {
  height: auto !important;
  margin: 0 15px;
}
#plan .slick-prev {
  width: 86px;
  height: 86px;
  background: url(../images/top_new/35th/arrow_left.png) top center no-repeat;
  background-size: 100% auto;
  left: -101px;
  z-index: 2;
}
@media screen and (max-width: 1450px) {
  #plan .slick-prev {
    width: 80px;
    height: 80px;
    left: -40px;
  }
}
@media screen and (max-width: 767px) {
  #plan .slick-prev {
    width: 50px;
    height: 50px;
    left: -35px;
  }
}
#plan .slick-prev:before {
  content: "";
}
#plan .slick-next {
  width: 86px;
  height: 86px;
  background: url(../images/top_new/35th/arrow_right.png) top center no-repeat;
  background-size: 100% auto;
  right: -101px;
}
@media screen and (max-width: 1450px) {
  #plan .slick-next {
    width: 80px;
    height: 80px;
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  #plan .slick-next {
    width: 50px;
    height: 50px;
    right: -35px;
  }
}
#plan .slick-next:before {
  content: "";
}
#plan .slick-dots {
  bottom: -35px;
}
#plan .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 10px;
}
#plan .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 10px;
}
#plan .slick-dots li.slick-active button {
  background-color: #e2585f;
}
#plan .slick-dots li button::before {
  display: none;
}
#plan .slick-dots li:first-child:last-child {
  display: none;
}

@media screen and (max-width: 1450px) {
  .slider {
    width: calc(100% - 70px);
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .slider {
    max-width: 450px;
  }
}

.tab-content {
  display: none;
  opacity: 0;
  transition: opacity 1s ease;
}

.tab-content.is-active {
  display: block;
  opacity: 1;
}

.tab-content.is-fade {
  opacity: 1;
}

.tab-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1020px;
  margin: 50px auto 40px auto;
}
@media screen and (max-width: 768px) {
  .tab-buttons {
    width: 90%;
    margin: 50px auto 20px auto;
  }
}
.tab-buttons .tab-btn {
  width: 24%;
  color: #997524;
  font-size: 1.7rem;
  font-weight: bold;
  border: solid #997524 1px;
  border-radius: 30px;
  padding: 10px 15px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .tab-buttons .tab-btn {
    width: calc(50% - 3px);
    font-size: 1.3rem;
    padding: 6px 0;
    margin-bottom: 10px;
  }
}
.tab-buttons .tab-btn:hover {
  cursor: pointer;
  opacity: 0.75;
}
.tab-buttons .tab-btn:focus {
  cursor: pointer;
  opacity: 1;
}
.tab-buttons .tab-btn.is-active {
  background: #e5b648;
  border: solid #e5b648 1px;
  color: white;
}

/*--------------------------------
#sub
---------------------------------*/
#sub {
  position: relative;
  background-color: white;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #sub {
    padding: 50px 0;
  }
}

#infomation .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #infomation .flex {
    display: block;
  }
}
#infomation h2 {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  #infomation h2 {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #infomation h2 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#infomation h2 img {
  width: 230px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #infomation h2 img {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  #infomation h2 img {
    width: 200px;
  }
}
#infomation ul {
  width: calc(100% - 300px);
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  #infomation ul {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 768px) {
  #infomation ul {
    width: 100%;
  }
}
#infomation ul a {
  display: block;
  border-bottom: dotted gray 1px;
  padding: 15px 15px;
  position: relative;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #infomation ul a {
    padding: 8px 0 10px 0;
  }
}
#infomation ul a::after {
  display: block;
  content: "";
  width: 10px;
  height: 18px;
  background: url(../images/common_new/info_arrow.png) top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 9px);
  right: 20px;
}
@media screen and (max-width: 768px) {
  #infomation ul a::after {
    right: 10px;
  }
}
#infomation ul a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
#infomation ul a.attention {
  color: #d82118;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border: solid #d82118 1px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #infomation ul a.attention {
    font-size: 1.3rem;
    padding: 10px 0 7px 0;
  }
}
#infomation ul a.attention::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/top_new/35th/ico_attention.png) top center no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin: 0 8px 2px 0;
}
#infomation ul dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  #infomation ul dl {
    display: block;
  }
}
#infomation ul dl dt {
  width: 180px;
}
@media screen and (max-width: 767px) {
  #infomation ul dl dt {
    width: 100%;
  }
}
#infomation ul dl dt .date {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #infomation ul dl dt .date {
    font-size: 1.1rem;
  }
}
#infomation ul dl dt .cat {
  display: inline-block;
  width: 80px;
  background-color: silver;
  color: white;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  border-radius: 20px;
  padding: 4px 0;
  margin: 0 0 3px 15px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #infomation ul dl dt .cat {
    margin: 0 0 3px 10px;
  }
}
#infomation ul dl dt .cat.cat_rest {
  background-color: #DDC461;
}
#infomation ul dl dt .cat.cat_shisen {
  background-color: #318e81;
}
#infomation ul dl dt .cat.cat_spica {
  background-color: #DA7D5A;
}
#infomation ul dl dt .cat.cat_banq {
  background-color: #705d36;
}
#infomation ul dl dt .cat.cat_wedding {
  background-color: #e2585f;
}
#infomation ul dl dt .cat.cat_other {
  background-color: #5b574e;
}
#infomation ul dl dd {
  width: calc(100% - 180px);
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
  padding-top: 3px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #infomation ul dl dd {
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0px;
  }
}
#infomation .more {
  text-align: right;
  position: relative;
}
@media screen and (max-width: 767px) {
  #infomation .more {
    font-size: 1.3rem;
  }
}
#infomation .more::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/top_new/35th/ico_arrow.png) top center no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  margin: 0 0 2px 5px;
}

#bnr {
  margin-top: 50px;
}
#bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  #bnr ul {
    gap: 10px;
  }
}
#bnr ul li {
  width: calc((100% - 75px) / 4);
  box-shadow: 1px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  position: relative;
}
@media screen and (max-width: 900px) {
  #bnr ul li {
    width: calc((100% - 50px) / 3);
  }
}
@media screen and (max-width: 768px) {
  #bnr ul li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 767px) {
  #bnr ul li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 20px;
  }
}
#bnr ul li a {
  display: block;
  height: 100%;
  transition: 0.3s;
}
#bnr ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#bnr ul li .ph {
  position: relative;
}
#bnr ul li .ph img {
  width: 100%;
}
#bnr ul li .ph span {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: 1rem;
  line-height: 1;
  padding: 7px 10px;
}
#bnr ul li .ph span.cat_shisen {
  background-color: #318e81;
}
#bnr ul li .ph span.cat_spica {
  background-color: #DA7D5A;
}
#bnr ul li .ph span.cat_banq {
  background-color: #705d36;
}
#bnr ul li .ph span.cat_wedding {
  background-color: #e2585f;
}
#bnr ul li .ph span.cat_other {
  background-color: #5b574e;
}
#bnr ul li .txt {
  padding: 15px 15px 50px 15px;
}
@media screen and (max-width: 768px) {
  #bnr ul li .txt {
    padding: 10px 10px 45px 10px;
  }
}
#bnr ul li .txt h3 {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #bnr ul li .txt h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #bnr ul li .txt p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#bnr ul li .more {
  font-size: 1.2rem;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 768px) {
  #bnr ul li .more {
    font-size: 1.1rem;
    bottom: 10px;
  }
}
#bnr ul li .more::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/top_new/35th/ico_arrow.png) top center no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  margin: 0 0 1px 5px;
}
@media screen and (max-width: 768px) {
  #bnr ul li .more::after {
    width: 14px;
    height: 14px;
    margin-bottom: 2px;
  }
}/*# sourceMappingURL=top_35th.css.map */