@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
/*****************************************/
.f60res {
  font-size: 60px;
  line-height: 125%;
}
@media screen and (max-width:1000px) {
  .f60res {
    font-size: 6vw;
  }
}
@media screen and (max-width:800px) {
  .f60res {
    font-size: 7.2vw;
  }
}

.f50res {
  font-size: 50px;
  line-height: 125%;
}
@media screen and (max-width:1000px) {
  .f50res {
    font-size: 5vw;
  }
}
@media screen and (max-width:800px) {
  .f50res {
    font-size: 8vw;
  }
}

.f45res {
  font-size: 45px;
  line-height: 135%;
}
@media screen and (max-width:1000px) {
  .f45res {
    font-size: 4.5vw;
  }
}
@media screen and (max-width:800px) {
  .f45res {
    font-size: 7.75vw;
  }
}

.f40res {
  font-size: 40px;
  line-height: 135%;
}
@media screen and (max-width:1000px) {
  .f40res {
    font-size: 4vw;
  }
}
@media screen and (max-width:800px) {
  .f40res {
    font-size: 7.5vw;
  }
}

.f38res {
  font-size: 38px;
  line-height: 115%;
}
@media screen and (max-width:1000px) {
  .f38res {
    font-size: 3.8vw;
  }
}
@media screen and (max-width:800px) {
  .f38res {
    font-size: 7vw;
  }
}

.f36res {
  font-size: 36px;
  line-height: 115%;
}
@media screen and (max-width:1000px) {
  .f36res {
    font-size: 3.6vw;
  }
}
@media screen and (max-width:800px) {
  .f36res {
    font-size: 6.5vw;
  }
}

.f35res {
  font-size: 35px;
  line-height: 115%;
}
@media screen and (max-width:1000px) {
  .f35res {
    font-size: 3.5vw;
  }
}
@media screen and (max-width:800px) {
  .f35res {
    font-size: 6.25vw;
  }
}

.f34res {
  font-size: 34px;
  line-height: 140%;
}
@media screen and (max-width:1000px) {
  .f34res {
    font-size: 3.4vw;
  }
}
@media screen and (max-width:800px) {
  .f34res {
    font-size: 6vw;
  }
}

.f32res {
  font-size: 32px;
  line-height: 140%;
}
@media screen and (max-width:1000px) {
  .f32res {
    font-size: 3.2vw;
  }
}
@media screen and (max-width:800px) {
  .f32res {
    font-size: 5.7vw;
  }
}

.f30res {
  font-size: 30px;
  line-height: 140%;
}
@media screen and (max-width:1000px) {
  .f30res {
    font-size: 3vw;
  }
}
@media screen and (max-width:800px) {
  .f30res {
    font-size: 5vw;
  }
}

.f28res {
  font-size: 28px;
  line-height: 140%;
}
@media screen and (max-width:1000px) {
  .f28res {
    font-size: 2.8vw;
  }
}
@media screen and (max-width:800px) {
  .f28res {
    font-size: 4.8vw;
  }
}

.f26res {
  font-size: 26px;
  line-height: 140%;
}
@media screen and (max-width:1000px) {
  .f26res {
    font-size: 2.6vw;
  }
}
@media screen and (max-width:800px) {
  .f26res {
    font-size: 4.6vw;
  }
}

.f25res {
  font-size: 25px;
  line-height: 140%;
}
@media screen and (max-width:1000px) {
  .f25res {
    font-size: 2.5vw;
  }
}
@media screen and (max-width:800px) {
  .f25res {
    font-size: 4.5vw;
  }
}

.f24res {
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width:1000px) {
  .f24res {
    font-size: 2.4vw;
  }
}
@media screen and (max-width:800px) {
  .f24res {
    font-size: 4.4vw;
  }
}

.f22res {
  font-size: 22px;
  line-height: 140%;
}
@media screen and (max-width:1000px) {
  .f22res {
    font-size: 2.2vw;
  }
}
@media screen and (max-width:800px) {
  .f22res {
    font-size: 4.2vw;
  }
}

.f20res {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width:1000px) {
  .f20res {
    font-size: 2vw;
  }
}
@media screen and (max-width:800px) {
  .f20res {
    font-size: 4vw;
  }
}

.f19res {
  font-size: 19px;
  line-height: 140%;
}
@media screen and (max-width:1000px) {
  .f19res {
    font-size: 1.9vw;
  }
}
@media screen and (max-width:800px) {
  .f19res {
    font-size: 3.9vw;
  }
}

.f18res {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width:1000px) {
  .f18res {
    font-size: 1.8vw;
  }
}
@media screen and (max-width:800px) {
  .f18res {
    font-size: 3.8vw;
  }
}

.f17res {
  font-size: 17px;
  line-height: 140%;
}
@media screen and (max-width:1000px) {
  .f17res {
    font-size: 1.7vw;
  }
}
@media screen and (max-width:800px) {
  .f17res {
    font-size: 3.6vw;
  }
}

.f16res {
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width:1000px) {
  .f16res {
    font-size: 1.6vw;
  }
}
@media screen and (max-width:800px) {
  .f16res {
    font-size: 3.4vw;
  }
}

.f15res {
  font-size: 15px;
  line-height: 140%;
}
@media screen and (max-width:1000px) {
  .f15res {
    font-size: 1.5vw;
  }
}
@media screen and (max-width:800px) {
  .f15res {
    font-size: 3.3vw;
  }
}

.f14res {
  font-size: 14px;
  line-height: 140%;
}
@media screen and (max-width:1000px) {
  .f14res {
    font-size: 1.4vw;
  }
}
@media screen and (max-width:800px) {
  .f14res {
    font-size: 3.2vw;
  }
}

.f13res {
  font-size: 13px;
  line-height: 140%;
}
@media screen and (max-width:1000px) {
  .f13res {
    font-size: 1.3vw;
  }
}
@media screen and (max-width:800px) {
  .f13res {
    font-size: 3vw;
  }
}

.f12res {
  font-size: 12px;
  line-height: 125%;
}
@media screen and (max-width:1000px) {
  .f12res {
    font-size: 1.2vw;
  }
}
@media screen and (max-width:800px) {
  .f12res {
    font-size: 2.4vw;
  }
}

.f11res {
  font-size: 11px;
  line-height: 125%;
}
@media screen and (max-width:1000px) {
  .f11res {
    font-size: 1.1vw;
  }
}
@media screen and (max-width:800px) {
  .f11res {
    font-size: 2.3vw;
  }
}

.f10res {
  font-size: 10px;
  line-height: 125%;
}
@media screen and (max-width:1000px) {
  .f10res {
    font-size: 1vw;
  }
}
@media screen and (max-width:800px) {
  .f10res {
    font-size: 2.2vw;
  }
}

/*****************************************/
@media print {
  body {
    min-width: 1200px;
  }
  .fade__up {
    opacity: 1;
  }
  .fade__in {
    opacity: 1;
  }
}
/**********************/
@media screen and (max-width:800px) {
  .f10sp {
    font-size: calc(10 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f11sp {
    font-size: calc(11 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f12sp {
    font-size: calc(12 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f13sp {
    font-size: calc(13 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f14sp {
    font-size: calc(14 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f15sp {
    font-size: calc(15 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f16sp {
    font-size: calc(16 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f17sp {
    font-size: calc(17 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f18sp {
    font-size: calc(18 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f19sp {
    font-size: calc(19 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f20sp {
    font-size: calc(20 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f21sp {
    font-size: calc(21 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f22sp {
    font-size: calc(22 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f23sp {
    font-size: calc(23 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f24sp {
    font-size: calc(24 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f25sp {
    font-size: calc(25 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f26sp {
    font-size: calc(26 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f27sp {
    font-size: calc(27 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f28sp {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f29sp {
    font-size: calc(29 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f30sp {
    font-size: calc(30 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f31sp {
    font-size: calc(31 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f32sp {
    font-size: calc(32 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f33sp {
    font-size: calc(33 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f34sp {
    font-size: calc(34 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f35sp {
    font-size: calc(35 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f36sp {
    font-size: calc(36 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f37sp {
    font-size: calc(37 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f38sp {
    font-size: calc(38 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f39sp {
    font-size: calc(39 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f40sp {
    font-size: calc(40 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f41sp {
    font-size: calc(41 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f42sp {
    font-size: calc(42 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f43sp {
    font-size: calc(43 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f44sp {
    font-size: calc(44 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f45sp {
    font-size: calc(45 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f46sp {
    font-size: calc(46 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f47sp {
    font-size: calc(47 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f48sp {
    font-size: calc(48 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f49sp {
    font-size: calc(49 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f50sp {
    font-size: calc(50 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f51sp {
    font-size: calc(51 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f52sp {
    font-size: calc(52 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f53sp {
    font-size: calc(53 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f54sp {
    font-size: calc(54 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f55sp {
    font-size: calc(55 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f56sp {
    font-size: calc(56 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f57sp {
    font-size: calc(57 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f58sp {
    font-size: calc(58 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f59sp {
    font-size: calc(59 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f60sp {
    font-size: calc(60 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f61sp {
    font-size: calc(61 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f62sp {
    font-size: calc(62 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f63sp {
    font-size: calc(63 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f64sp {
    font-size: calc(64 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f65sp {
    font-size: calc(65 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f66sp {
    font-size: calc(66 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f67sp {
    font-size: calc(67 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f68sp {
    font-size: calc(68 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f69sp {
    font-size: calc(69 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f70sp {
    font-size: calc(70 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f71sp {
    font-size: calc(71 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f72sp {
    font-size: calc(72 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f73sp {
    font-size: calc(73 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f74sp {
    font-size: calc(74 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f75sp {
    font-size: calc(75 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f76sp {
    font-size: calc(76 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f77sp {
    font-size: calc(77 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f78sp {
    font-size: calc(78 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f79sp {
    font-size: calc(79 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f80sp {
    font-size: calc(80 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f81sp {
    font-size: calc(81 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f82sp {
    font-size: calc(82 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f83sp {
    font-size: calc(83 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f84sp {
    font-size: calc(84 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f85sp {
    font-size: calc(85 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f86sp {
    font-size: calc(86 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f87sp {
    font-size: calc(87 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f88sp {
    font-size: calc(88 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f89sp {
    font-size: calc(89 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f90sp {
    font-size: calc(90 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f91sp {
    font-size: calc(91 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f92sp {
    font-size: calc(92 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f93sp {
    font-size: calc(93 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f94sp {
    font-size: calc(94 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f95sp {
    font-size: calc(95 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f96sp {
    font-size: calc(96 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f97sp {
    font-size: calc(97 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f98sp {
    font-size: calc(98 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f99sp {
    font-size: calc(99 / 750 * 100vw);
  }
}

@media screen and (max-width:800px) {
  .f100sp {
    font-size: calc(100 / 750 * 100vw);
  }
}

/***************************/
body {
  background-color: #000;
}

body {
  overflow: hidden;
}

main {
  overflow: hidden;
  background-color: #000;
}

main.active1 {
  overflow: hidden;
  height: 100vh;
}

main.active2 {
  overflow: hidden;
  height: auto;
}

#more_section01 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  padding: 60px 0;
  /*background-color: #fff;*/
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width:800px) {
  #more_section01 {
    padding: 30px 0;
  }
}
#more_section01 .big_text01 {
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #more_section01 .big_text01 {
    font-weight: 500;
  }
}
#more_section01 ul {
  width: 90%;
  max-width: 815px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#more_section01 ul li {
  width: 32%;
}
@media screen and (max-width:800px) {
  #more_section01 ul li {
    width: 100%;
    margin-bottom: 0.25em;
  }
}
#more_section01 ul li a {
  display: inline-block;
  width: 100%;
  padding: 0.55em 0 0.65em 0;
  text-align: center;
  color: #fff;
}
#more_section01 ul li a.color01 {
  background: linear-gradient(90deg, rgb(0, 69, 99) 0%, rgb(0, 129, 178) 49.79%, rgb(0, 69, 99) 100%);
}
#more_section01 ul li a.color02 {
  background: linear-gradient(90deg, rgb(78, 43, 76) 0%, rgb(137, 88, 134) 52.09%, rgb(78, 43, 76) 100%);
}
#more_section01 ul li a.color03 {
  background: linear-gradient(90deg, rgb(119, 84, 0) 0%, rgb(190, 137, 21) 48.46%, rgb(126, 90, 0) 100%);
}

#more_section02 {
  width: 100%;
  background: #edf5f7;
  padding: 60px 0;
}
@media screen and (max-width:800px) {
  #more_section02 {
    width: 100%;
    margin-bottom: 0.25em;
  }
}
#more_section02 .section__in2 {
  width: 90%;
  max-width: 815px;
  margin: 0 auto;
}
#more_section02 .h3titles {
  width: 100%;
  text-align: center;
  padding: 0.45em 0 0.55em 0;
  color: #fff;
  background: linear-gradient(90deg, rgb(0, 69, 99) 0%, rgb(0, 129, 178) 49.79%, rgb(0, 69, 99) 100%);
}
#more_section02 .whitebox {
  width: 100%;
  padding: 30px 5%;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #more_section02 .whitebox {
    padding: 5vw 3.5vw;
  }
}
#more_section02 .base_text {
  text-align: center;
  line-height: 180%;
  padding-bottom: 0.95em;
}
#more_section02 .marutext {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #00719c;
  text-align: center;
  padding: 0.5em 0 0.65em 0;
  line-height: 100%;
  color: #00719c;
  font-weight: 500;
}
#more_section02 .marutext span {
  display: inline-block;
}
#more_section02 ul.kadailist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
}
#more_section02 ul.kadailist li {
  width: 47.5%;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #more_section02 ul.kadailist li {
    margin-bottom: 2.5vw;
  }
}
#more_section02 ul.kadailist li figure {
  width: 100%;
  margin-bottom: 1em;
}
#more_section02 ul.kadailist li .text01 {
  line-height: 160%;
}
#more_section02 .h4titles {
  text-align: center;
  margin: 2.5em 0 0.25em 0;
}
#more_section02 .base_text02 {
  text-align: center;
  line-height: 180%;
  margin-bottom: 2em;
}
#more_section02 ul.photolist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#more_section02 ul.photolist li {
  width: 31%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #more_section02 ul.photolist li {
    width: 49%;
    margin-bottom: 2.5vw;
  }
}
#more_section02 ul.photolist li figure {
  position: relative;
}
#more_section02 ul.photolist li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  line-height: 100%;
}
#more_section02 ul.photolist li .names {
  text-align: center;
  padding: 0.25em 0 0.1em 0;
}
#more_section02 ul.photolist li .setumei {
  text-align: center;
  line-height: 160%;
}
#more_section02 .textbigreds {
  text-align: center;
  margin: 1.5em 0 0 0;
  color: #9c2b32;
  font-weight: 500;
  padding: 0.45em 0 0.55em 0;
  border-top: 1px solid #9c2b32;
  border-bottom: 1px solid #9c2b32;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  #more_section02 .textbigreds {
    line-height: 160%;
  }
}
#more_section02 .h4titles2 {
  text-align: center;
  margin: 2.5em 0 0.65em 0;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  #more_section02 .h4titles2 {
    line-height: 140%;
  }
}
#more_section02 .h5titles {
  width: 100%;
  background-color: #00719c;
  color: #fff;
  text-align: center;
  padding: 0.4em 0 0.5em 0;
  margin-bottom: 1em;
}
#more_section02 .atens2 {
  padding-top: 2em;
}
#more_section02 .price_zu01 {
  width: 94%;
  margin-left: 4%;
  margin-right: 2%;
}
@media screen and (max-width:800px) {
  #more_section02 .price_zu01 {
    width: 100%;
    margin: 0 auto;
  }
}
#more_section02 .textbigreds2 {
  text-align: center;
  margin: 1.5em 0 0 0;
  color: #9c2b32;
  font-weight: 500;
  padding: 0.45em 0 0.55em 0;
  border-top: 1px solid #9c2b32;
  border-bottom: 1px solid #9c2b32;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  #more_section02 .textbigreds2 {
    line-height: 140%;
    padding: 0.65em 0 0.95em 0;
  }
}

#more_section03 {
  width: 100%;
  background: #fff;
  padding: 60px 0;
}
@media screen and (max-width:800px) {
  #more_section03 {
    width: 100%;
    margin-bottom: 0.25em;
  }
}
#more_section03 .section__in2 {
  width: 90%;
  max-width: 815px;
  margin: 0 auto;
}
#more_section03 .h3titles {
  width: 100%;
  text-align: center;
  padding: 0.45em 0 0.55em 0;
  color: #fff;
  background: linear-gradient(90deg, rgb(78, 43, 76) 0%, rgb(137, 88, 134) 52.09%, rgb(78, 43, 76) 100%);
  margin-bottom: 0.75em;
}
#more_section03 .whitebox {
  width: 100%;
  padding: 30px 5%;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #more_section03 .whitebox {
    padding: 5vw 3.5vw;
  }
}
#more_section03 .base_text {
  text-align: center;
  line-height: 180%;
  padding-bottom: 0.95em;
}
@media screen and (max-width:800px) {
  #more_section03 .base_text {
    line-height: 140%;
  }
}
#more_section03 .marutext {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #00719c;
  text-align: center;
  padding: 0.5em 0 0.65em 0;
  line-height: 100%;
  color: #00719c;
  font-weight: 500;
}
#more_section03 .marutext span {
  display: inline-block;
}
#more_section03 ul.kadailist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
}
#more_section03 ul.kadailist li {
  width: 47.5%;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #more_section03 ul.kadailist li {
    margin-bottom: 2.5vw;
  }
}
#more_section03 ul.kadailist li figure {
  width: 100%;
  margin-bottom: 1em;
}
#more_section03 ul.kadailist li .text01 {
  line-height: 160%;
}
#more_section03 .h4titles {
  text-align: center;
  margin: 3.5em 0 0.25em 0;
}
#more_section03 .base_text02 {
  text-align: center;
  line-height: 180%;
  margin-bottom: 1em;
}
#more_section03 ul.photolist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#more_section03 ul.photolist li {
  width: 31%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #more_section03 ul.photolist li {
    width: 49%;
    margin-bottom: 2.5vw;
  }
}
#more_section03 ul.photolist li figure {
  position: relative;
}
#more_section03 ul.photolist li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  line-height: 100%;
}
#more_section03 ul.photolist li .names {
  text-align: center;
  padding: 0.25em 0 0.1em 0;
}
#more_section03 ul.photolist li .setumei {
  text-align: center;
  line-height: 160%;
}
#more_section03 .textbigreds {
  text-align: center;
  margin: 1.5em 0 0 0;
  color: #9c2b32;
  font-weight: 500;
  padding: 0.45em 0 0.55em 0;
  border-top: 1px solid #9c2b32;
  border-bottom: 1px solid #9c2b32;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  #more_section03 .textbigreds {
    line-height: 160%;
  }
}
#more_section03 .h4titles2 {
  text-align: center;
  margin: 2.5em 0 0.65em 0;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  #more_section03 .h4titles2 {
    line-height: 140%;
  }
}
#more_section03 .h5titles {
  width: 100%;
  background-color: #895886;
  color: #fff;
  text-align: center;
  padding: 0.4em 0 0.5em 0;
  margin-bottom: 1em;
}
#more_section03 .atens2 {
  padding-top: 2em;
}
#more_section03 .price_zu01 {
  width: 94%;
  margin-left: 4%;
  margin-right: 2%;
}
@media screen and (max-width:800px) {
  #more_section03 .price_zu01 {
    width: 100%;
    margin: 0 auto;
  }
}
#more_section03 .textbigreds2 {
  text-align: center;
  margin: 1.5em 0 0 0;
  color: #9c2b32;
  font-weight: 500;
  padding: 0.45em 0 0.55em 0;
  border-top: 1px solid #9c2b32;
  border-bottom: 1px solid #9c2b32;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  #more_section03 .textbigreds2 {
    line-height: 140%;
    padding: 0.65em 0 0.95em 0;
  }
}
#more_section03 .colorboxtext {
  text-align: center;
  width: 100%;
  background-color: #f4eff3;
  padding: 1.5em 1.25em;
  line-height: 175%;
}
@media screen and (max-width:800px) {
  #more_section03 .colorboxtext {
    line-height: 160%;
  }
}

#more_section04 {
  width: 100%;
  background: #f9f4e8;
  padding: 60px 0;
}
@media screen and (max-width:800px) {
  #more_section04 {
    width: 100%;
    margin-bottom: 0.25em;
  }
}
#more_section04 .section__in2 {
  width: 90%;
  max-width: 815px;
  margin: 0 auto;
}
#more_section04 .h3titles {
  width: 100%;
  text-align: center;
  padding: 0.45em 0 0.55em 0;
  color: #fff;
  background: linear-gradient(90deg, rgb(119, 84, 0) 0%, rgb(190, 137, 21) 48.46%, rgb(126, 90, 0) 100%);
  margin-bottom: 0.75em;
}
#more_section04 .whitebox {
  width: 100%;
  padding: 30px 5%;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #more_section04 .whitebox {
    padding: 0vw 0vw 0 0;
    background-color: transparent;
  }
}
#more_section04 .base_text {
  text-align: center;
  line-height: 180%;
  padding-bottom: 0.95em;
}
@media screen and (max-width:800px) {
  #more_section04 .base_text {
    line-height: 140%;
  }
}
#more_section04 .clulms {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #more_section04 .clulms {
    justify-content: space-between;
    align-items: flex-start;
  }
}
#more_section04 .clulms .photo {
  width: 50%;
  position: relative;
}
@media screen and (max-width:800px) {
  #more_section04 .clulms .photo {
    width: 60%;
  }
}
#more_section04 .clulms .photo figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 120%;
  color: #fff;
}
#more_section04 .clulms .text {
  width: 47.5%;
}
@media screen and (max-width:800px) {
  #more_section04 .clulms .text {
    width: 37.5%;
  }
}
#more_section04 .marutext {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #00719c;
  text-align: center;
  padding: 0.5em 0 0.65em 0;
  line-height: 100%;
  color: #00719c;
  font-weight: 500;
}
#more_section04 .marutext span {
  display: inline-block;
}
#more_section04 ul.kadailist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
}
#more_section04 ul.kadailist li {
  width: 47.5%;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #more_section04 ul.kadailist li {
    margin-bottom: 2.5vw;
  }
}
#more_section04 ul.kadailist li figure {
  width: 100%;
  margin-bottom: 1em;
}
#more_section04 ul.kadailist li .text01 {
  line-height: 160%;
}
#more_section04 .h4titles {
  text-align: center;
  margin: 3.5em 0 0.25em 0;
}
#more_section04 .base_text02 {
  text-align: center;
  line-height: 180%;
  margin-bottom: 1em;
}
#more_section04 ul.photolist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#more_section04 ul.photolist li {
  width: 31%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #more_section04 ul.photolist li {
    width: 49%;
    margin-bottom: 2.5vw;
  }
}
#more_section04 ul.photolist li figure {
  position: relative;
}
#more_section04 ul.photolist li figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  line-height: 100%;
}
#more_section04 ul.photolist li .names {
  text-align: center;
  padding: 0.25em 0 0.1em 0;
}
#more_section04 ul.photolist li .setumei {
  text-align: center;
  line-height: 160%;
}
#more_section04 .textbigreds {
  text-align: center;
  margin: 1.5em 0 0 0;
  color: #9c2b32;
  font-weight: 500;
  padding: 0.45em 0 0.55em 0;
  border-top: 1px solid #9c2b32;
  border-bottom: 1px solid #9c2b32;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  #more_section04 .textbigreds {
    line-height: 160%;
  }
}
#more_section04 .h4titles2 {
  text-align: center;
  margin: 2.5em 0 0.65em 0;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  #more_section04 .h4titles2 {
    margin: 0em 0 0.65em 0;
    line-height: 140%;
  }
}
#more_section04 .h5titles {
  width: 100%;
  background-color: #be8915;
  color: #fff;
  text-align: center;
  padding: 0.4em 0 0.5em 0;
  margin-bottom: 1em;
}
#more_section04 .atens2 {
  padding-top: 2em;
}
#more_section04 .price_zu01 {
  width: 94%;
  margin-left: 4%;
  margin-right: 2%;
}
@media screen and (max-width:800px) {
  #more_section04 .price_zu01 {
    width: 100%;
    margin: 0 auto;
  }
}
#more_section04 .textbigreds2 {
  text-align: center;
  margin: 1.5em 0 0 0;
  color: #9c2b32;
  font-weight: 500;
  padding: 0.45em 0 0.55em 0;
  border-top: 1px solid #9c2b32;
  border-bottom: 1px solid #9c2b32;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  #more_section04 .textbigreds2 {
    line-height: 140%;
    padding: 0.65em 0 0.95em 0;
  }
}
#more_section04 .colorboxtext {
  text-align: center;
  width: 100%;
  background-color: #f4eff3;
  padding: 1.5em 1.25em;
  line-height: 175%;
}
@media screen and (max-width:800px) {
  #more_section04 .colorboxtext {
    line-height: 160%;
  }
}
#more_section04 .hyous_ttls {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #666;
}
#more_section04 .hyous_ttls .midashi {
  width: 14.5%;
  background-color: #e6e6e6;
  border-bottom: 1px solid #666;
}
@media screen and (max-width:800px) {
  #more_section04 .hyous_ttls .midashi {
    width: 15%;
  }
}
#more_section04 .hyous_ttls .manstts {
  width: 42.75%;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  text-align: center;
  padding: 0.25em 0.25em 0.35em 0.25em;
}
@media screen and (max-width:800px) {
  #more_section04 .hyous_ttls .manstts {
    width: 42.5%;
  }
}
#more_section04 .hyous_ttls .manstts.color {
  background-color: #be8915;
  color: #fff;
}
#more_section04 .hyous_ttls .kodates {
  width: 42.75%;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  text-align: center;
  padding: 0.25em 0.25em 0.35em 0.25em;
}
@media screen and (max-width:800px) {
  #more_section04 .hyous_ttls .kodates {
    width: 42.5%;
  }
}
#more_section04 .hyous_ttls .kodates.color {
  background-color: #595757;
  color: #fff;
}
#more_section04 .hyous_list {
  display: flex;
  justify-content: space-between;
}
#more_section04 .hyous_list .midashi {
  width: 14.5%;
  background-color: #e6e6e6;
  border-bottom: 1px solid #666;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #more_section04 .hyous_list .midashi {
    width: 15%;
  }
}
#more_section04 .hyous_list .midashi span {
  width: 100%;
  text-align: center;
  display: inline-block;
}
#more_section04 .hyous_list .manstts {
  width: 42.75%;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  text-align: center;
  padding: 0.75em 0.25em 0.85em 0.25em;
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #more_section04 .hyous_list .manstts {
    padding: 0.25em 0.5em 0.35em 0.5em;
    width: 42.5%;
  }
}
#more_section04 .hyous_list .manstts span {
  width: 100%;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width:800px) {
  #more_section04 .hyous_list .manstts span {
    text-align: left;
  }
}
#more_section04 .hyous_list .manstts.color {
  background-color: #be8915;
  color: #fff;
}
#more_section04 .hyous_list .kodates {
  width: 42.75%;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
  text-align: center;
  padding: 0.25em 0.25em 0.35em 0.25em;
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #more_section04 .hyous_list .kodates {
    padding: 0.25em 0.5em 0.35em 0.5em;
    width: 42.5%;
  }
}
#more_section04 .hyous_list .kodates span {
  width: 100%;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width:800px) {
  #more_section04 .hyous_list .kodates span {
    padding: 0.25em 0.5em 0.35em 0.5em;
    text-align: left;
  }
}
#more_section04 .hyous_list .kodates.color {
  background-color: #595757;
  color: #fff;
}
#more_section04 .planzu_clum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #more_section04 .planzu_clum {
    margin-bottom: 5vw;
  }
}
#more_section04 .planzu_clum .ldk4 {
  width: 41.72%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #more_section04 .planzu_clum .ldk4 {
    width: 100%;
    margin-bottom: 10vw;
  }
}
#more_section04 .planzu_clum .ldk4 .ttls {
  line-height: 120%;
  margin-bottom: 0.35em;
}
#more_section04 .planzu_clum .ldk4 figure {
  width: 100%;
  margin-top: 1.5em;
}
@media screen and (max-width:800px) {
  #more_section04 .planzu_clum .ldk4 figure {
    width: 70%;
    margin: 1.5em 10% 0 20%;
  }
}
#more_section04 .planzu_clum .ldk3 {
  width: 56.15%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #more_section04 .planzu_clum .ldk3 {
    width: 100%;
  }
}
#more_section04 .planzu_clum .ldk3 .ttls {
  margin-bottom: 0.3em;
  line-height: 140%;
}
#more_section04 .planzu_clum .ldk3 figure {
  width: 94%;
  margin: 1.5em auto 0 auto;
}/*# sourceMappingURL=plan_j.css.map */