@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);
}

/*****************************************/
.f65res {
  font-size: 65px;
  line-height: 125%;
}
@media screen and (max-width:1000px) {
  .f65res {
    font-size: 6.5vw;
  }
}
@media screen and (max-width:800px) {
  .f65res {
    font-size: 7.2vw;
  }
}

.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;
  }
}

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

.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;
  }
}

.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;
  }
}

.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;
  }
}

.f23res {
  font-size: 23px;
  line-height: 140%;
}
@media screen and (max-width:1000px) {
  .f23res {
    font-size: 2.3vw;
  }
}
@media screen and (max-width:800px) {
  .f23res {
    font-size: 4.3vw;
  }
}

.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);
  }
}

/**scss共通ここまで***/
body {
  background-color: #fff;
  color: #000;
}

.fig {
  position: relative;
}

.figtext {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-family: "Noto Serif JP", serif;
  z-index: 10;
  font-weight: 500;
  color: #000;
}
.figtext.white {
  color: #fff;
}
.figtext.left {
  right: auto;
  left: 8px;
}

#section01 {
  width: 100%;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  padding: 0px 0 0px 0;
  color: #fff;
  position: relative;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 50px 0 0px 0;
  }
}
#section01 h1 {
  width: 32.5%;
  position: absolute;
  z-index: 5;
  bottom: 6%;
  left: 5%;
}
@media screen and (max-width:800px) {
  #section01 h1 {
    bottom: 8%;
    width: 47.5%;
  }
}
#section01 .wapen {
  width: 16%;
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 2.5%;
  transform: translate(0, 25%);
}
@media screen and (max-width:800px) {
  #section01 .wapen {
    width: 30%;
  }
}
#section01 .base_text {
  text-align: center;
  margin-bottom: 140px;
}
@media screen and (max-width:800px) {
  #section01 .base_text {
    margin-bottom: 60px;
    font-size: 3.4vw;
  }
}
#section01 .base_text2 {
  text-align: center;
  color: #000;
}
#section01 figure {
  overflow: hidden;
}
#section01 figure .intopimg {
  transform: scale(1.1);
  opacity: 0;
  transition: all 1.4s cubic-bezier(0.25, 1, 0.5, 1) 0.01s;
}
#section01 figure .intopimg.active {
  transform: scale(1);
  opacity: 1;
}

.botancenter {
  text-align: center;
}
.botancenter a {
  width: 340px;
  display: inline-block;
  padding: 0.5em 0 0.55em 0;
/*  background: url(../images/second_life_story/botan_back.jpg) repeat center;*/
  background-color: #752c39;
  background-size: cover;
  color: #fff;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  .botancenter a {
    width: 100%;
  }
}

.byons {
  opacity: 0;
  transform: translate(0%, 0%) scale(0.5);
}
.byons.active {
  animation: beyooon_a 1.5s forwards;
}

@keyframes beyooon_a {
  0% {
    opacity: 0;
    transform: translate(0%, 0%) scale(0.5);
  }
  26% {
    opacity: 1;
    transform: translate(0%, 0%) scale(1.22);
  }
  42% {
    transform: translate(0%, 0%) scale(1);
  }
  88% {
    transform: translate(0%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%) scale(1);
  }
}
#section02 {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  /*background-color: #f1eee0;*/
  background-color: #1e1e1e;
  padding: 60px 0 70px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    width: 100%;
    /*background-color: #f1eee0;*/
    background-color: #1e1e1e;
    padding-top: 10.6666666667vw;
    padding-bottom: 8vw;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}
#section02 .section__in h2 {
  text-align: center;
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
  margin-bottom: 0.5em;
  color: white;
}
#section02 .section__in .titles {
  text-align: center;
  line-height: 100%;
  padding: 0.35em 0 0.45em 0;
  color: #ae8046;
  border-top: 1px solid #ae8046;
  border-bottom: 1px solid #ae8046;
  margin-bottom: 55px;
}
@media screen and (max-width:800px) {
  #section02 .section__in .titles {
    margin-bottom: 30px;
  }
}
#section02 .section__in .botancenter {
  text-align: center;
}

#section03 {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  background-color: #fff;
  padding: 65px 0 70px 0;
}
@media screen and (max-width:800px) {
  #section03 {
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 4vw;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}
#section03 .illbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#section03 .illbox .ill {
  width: 27.22%;
}
#section03 .illbox .ill figure {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section03 .illbox .ill {
    display: none;
  }
}
#section03 .illbox .text {
  width: 72.7%;
  line-height: 165%;
}
@media screen and (max-width:800px) {
  #section03 .illbox .text {
    width: 100%;
    text-align: center;
  }
}
#section03 .textcenter {
  width: 100%;
  margin: 40px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section03 .textcenter {
    width: 65%;
    display: block;
    margin: 20px 0 20px auto;
  }
}
#section03 .textcenter .left {
  display: inline-block;
  padding-left: 1em;
  margin-right: 2em;
  border-left: 3px solid #ae8046;
  text-align: left;
}
@media screen and (max-width:800px) {
  #section03 .textcenter .left {
    border-left: 0px solid #ae8046;
    padding-left: 0em;
    margin-bottom: 0.75em;
  }
}
#section03 .textcenter .right {
  display: inline-block;
  padding-left: 1em;
  margin-right: 2em;
  border-left: 3px solid #ae8046;
  text-align: left;
}
@media screen and (max-width:800px) {
  #section03 .textcenter .right {
    border-left: 0px solid #ae8046;
    padding-left: 0em;
  }
}
@media screen and (max-width:800px) {
  #section03 .textcenter .t01 {
    padding-left: 0.4em;
    border-left: 3px solid #ae8046;
    margin-bottom: 0.25em;
  }
}
@media screen and (max-width:800px) {
  #section03 .sp_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.5vw 0;
  }
}
#section03 .sp_box .illsp {
  display: none;
}
@media screen and (max-width:800px) {
  #section03 .sp_box .illsp {
    width: 30%;
    display: block;
  }
}
#section03 .base_text {
  line-height: 160%;
  text-align: center;
  width: 120%;
  margin-left: -10%;
  margin-right: -10%;
}
@media screen and (max-width:800px) {
  #section03 .base_text {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}
#section03 .base_text p {
  display: inline-block;
  padding-bottom: 0.25em;
  line-height: 140%;
}
@media screen and (max-width:800px) {
  #section03 .base_text p {
    width: 100%;
    text-indent: -1em;
    padding-left: 1em;
  }
}

#section04 {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  /*background-color: #f1eee0;*/
  background-color: #1e1e1e;
  padding: 70px 0 70px 0;
}
@media screen and (max-width:800px) {
  #section04 {
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}
#section04 .obi {
  width: 100%;
  margin-bottom: 30px;
}
#section04 .text01 {
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 140%;
  margin-bottom: 1em;
  color: white;
}
#section04 .contents_box {
  width: 100%;
  background-color: #fff;
  border: 2px solid #ae8046;
  padding: 40px 8%;
}
@media screen and (max-width:800px) {
  #section04 .contents_box {
    padding: 5vw 2.5vw;
  }
}
#section04 .meritbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1em;
}
#section04 .meritbox .merit {
  width: 14.33%;
}
@media screen and (max-width:800px) {
  #section04 .meritbox .merit {
    width: 20%;
    margin: 0 auto 15px auto;
  }
}
#section04 .meritbox .text {
  width: 82.83%;
}
@media screen and (max-width:800px) {
  #section04 .meritbox .text {
    width: 100%;
    text-align: center;
  }
}
#section04 .base_text {
  line-height: 160%;
}
#section04 .mb05em {
  margin-bottom: 0.5em;
}
#section04 .mb075em {
  margin-bottom: 0.75em;
}
#section04 .mb1em {
  margin-bottom: 1em;
}
#section04 .mb15em {
  margin-bottom: 1.5em;
}
#section04 .mb2em {
  margin-bottom: 2em;
}
#section04 .mb3em {
  margin-bottom: 3em;
}
#section04 .mt05em {
  margin-top: 0.5em;
}
#section04 .mt1em {
  margin-top: 1em;
}
#section04 .mt15em {
  margin-top: 1.5em;
}
#section04 .mt2em {
  margin-top: 2em;
}
#section04 .mt3em {
  margin-top: 3em;
}
#section04 .titleh3 {
  text-align: center;
  color: #fff;
  line-height: 100%;
  padding: 0.5em 0 0.6em 0;
  background-color: #ae8046;
}
#section04 ul.clum3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04 ul.clum3 li {
  width: 31.3%;
}
@media screen and (max-width:800px) {
  #section04 ul.clum3 li {
    width: 47.5%;
  }
}
@media screen and (max-width:800px) {
  #section04 ul.clum3 li.long {
    width: 100%;
    margin-bottom: 2.5vw;
  }
}
#section04 .names {
  text-align: center;
  color: #000;
  font-weight: 500;
}
#section04 .names .base_center {
  text-align: center;
}
#section04 .names .base_center.heighcenter {
  min-height: 3.25em;
  display: flex;
  align-items: center;
}
#section04 .names .base_center.heighcenter div {
  width: 100%;
  text-align: center;
}
#section04 .names .lineHs {
  line-height: 100%;
}
#section04 .names .reds {
  color: #852622;
}
#section04 .clum2box_a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 15px;
  font-weight: 500;
  margin-bottom: 50px;
  background-color: #f1eee0;
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  #section04 .clum2box_a {
    width: 100%;
    padding: 3.5vw 2.5vw;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
#section04 .clum2box_a .text {
  width: 47.5%;
}
@media screen and (max-width:800px) {
  #section04 .clum2box_a .text {
    width: 100%;
    order: 2;
  }
}
#section04 .clum2box_a .text h5 {
  color: #ae8046;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section04 .clum2box_a .text h5 {
    text-align: center;
  }
}
#section04 .clum2box_a .photo {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section04 .clum2box_a .photo {
    width: 100%;
    order: 1;
    margin-bottom: 1em;
  }
}
#section04 .towns {
  margin-bottom: 20px;
}
#section04 ul.clumbox_shop {
  display: flex;
  justify-content: space-between;
}
#section04 ul.clumbox_shop li {
  width: 40.83%;
}
@media screen and (max-width:800px) {
  #section04 ul.clumbox_shop li {
    width: 49%;
  }
}
#section04 ul.clumbox_shop li:first-child {
  width: 56.66%;
}
@media screen and (max-width:800px) {
  #section04 ul.clumbox_shop li:first-child {
    width: 49%;
  }
}
#section04 .access_box {
  width: 100%;
  background-color: #ebebeb;
  padding: 45px 30px;
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section04 .access_box {
    padding: 5vw 3vw;
  }
}
#section04 .access_box .titltes {
  text-align: center;
  margin-bottom: 0.25em;
}
#section04 .access_box .subtext {
  text-align: center;
  color: #ae8046;
  letter-spacing: 0.05em;
  font-weight: 300;
}
#section04 .botanwaku {
  margin: 65px auto 50px auto;
  padding-bottom: 85px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width:800px) {
  #section04 .botanwaku {
    margin: 30px auto 30px auto;
    padding-bottom: 30px;
  }
}
#section04 .clumbox_type01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section04 .clumbox_type01 {
    margin-bottom: 25px;
  }
}
#section04 .clumbox_type01 .text {
  width: 73.3333333333%;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox_type01 .text {
    line-height: 160%;
  }
}
#section04 .clumbox_type01 .photo {
  width: 23.6666666667%;
}
#section04 .clumbox_type02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section04 .clumbox_type02 {
    margin-bottom: 25px;
  }
}
#section04 .clumbox_type02 .text {
  width: 48%;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox_type02 .text {
    line-height: 160%;
    width: 67.5%;
  }
}
#section04 .clumbox_type02 .photo {
  width: 48%;
}
@media screen and (max-width:800px) {
  #section04 .clumbox_type02 .photo {
    width: 30%;
  }
}
@media screen and (max-width:800px) {
  #section04 .clumbox_type02 .photo .figtext {
    right: 4px;
    bottom: 4px;
  }
}
#section04 .lines_merit {
  padding-bottom: 50px;
  margin-bottom: 60px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width:800px) {
  #section04 .lines_merit {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
#section04 .botanwaku2 {
  margin: 65px auto 0px auto;
  padding-bottom: 65px;
}
@media screen and (max-width:800px) {
  #section04 .botanwaku2 {
    margin: 30px auto 0px auto;
    padding-bottom: 30px;
  }
}
#section04 .planbox {
  display: inline-block;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 0 auto;
}

#section05 {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  /*background-color: #fff;*/
  background-color: black;
  padding: 90px 0 90px 0;
}
@media screen and (max-width:800px) {
  #section05 {
    width: 100%;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}
#section05 .section__in {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}
#section05 .base_text {
  text-align: center;
  padding: 1em 0;
  color: white;
}
#section05 .botanwaku3 {
  margin: 40px auto 0px auto;
  padding-bottom: 0px;
}
@media screen and (max-width:800px) {
  #section05 .botanwaku3 {
    margin: 25px auto 0px auto;
  }
}
#section05 .last_text {
  text-align: center;
  color:white;
}
#section05 .plan01 {
  width: 100%;
  background-color: #ae8046;
  border-radius: 15px;
  padding: 30px;
}
@media screen and (max-width:800px) {
  #section05 .plan01 {
    border-radius: 8px;
    padding: 5vw 3.5vw;
  }
}
#section05 .plan01 .base_text {
  color: #fff;
  text-align: left;
}
#section05 .plan01 .zubox {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section05 .plan01 .zubox {
    width: 80%;
    margin: 0 auto;
  }
}
#section05 .yaji {
  width: 48px;
  margin: 20px auto;
}
@media screen and (max-width:800px) {
  #section05 .yaji {
    width: 10%;
    margin: 15px auto;
  }
}
#section05 .plan02 {
  width: 100%;
  background-color: #ae8046;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section05 .plan02 {
    border-radius: 8px;
    padding: 5vw 3.5vw;
    margin-bottom: 30px;
  }
}
#section05 .plan02 .h4img {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section05 .plan02 .h4img {
    width: 103%;
    margin-left: -3%;
    margin-right: 0;
  }
}
#section05 .plan02 .h4imgb {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section05 .plan02 .h4imgb {
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
  }
}
#section05 .plan02 .inflex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30PX;
}
@media screen and (max-width:800px) {
  #section05 .plan02 .inflex {
    margin-top: 0PX;
  }
}
#section05 .plan02 .inflex .text {
  width: 58.2%;
}
@media screen and (max-width:800px) {
  #section05 .plan02 .inflex .text {
    width: 100%;
    margin-bottom: 0vw;
  }
}
#section05 .plan02 .inflex .text .base_text {
  color: #fff;
  line-height: 175%;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section05 .plan02 .inflex .text .base_text {
    margin-bottom: 0px;
  }
}
#section05 .plan02 .inflex .text .imgtext {
  width: 95%;
}
@media screen and (max-width:800px) {
  #section05 .plan02 .inflex .text .imgtext {
    display: none;
  }
}
#section05 .plan02 .inflex .zubox {
  width: 41.8%;
}
@media screen and (max-width:800px) {
  #section05 .plan02 .inflex .zubox {
    width: 80%;
    margin: 0 auto;
  }
}
#section05 .plan02 .inflex .zubox figure {
  width: 110%;
  margin-left: -10%;
  margin-right: 0;
}
#section05 .plan02 .inflex .imgtext_sp {
  display: none;
}
@media screen and (max-width:800px) {
  #section05 .plan02 .inflex .imgtext_sp {
    display: block;
    width: 100%;
    margin: 25px auto 0 auto;
  }
}
#section05 .botans {
  width: 65%;
  margin: 30px auto 0 auto;
}
@media screen and (max-width:800px) {
  #section05 .botans {
    width: 95%;
    margin: 20px auto 5px auto;
  }
}/*# sourceMappingURL=second_life_story.css.map */