@charset "UTF-8";
/**scss共通***/
.contsSecWrap > section {
  padding: 0;
}

img {
  width: 100%;
}

.br1100 {
  display: inline-block;
}

@media (max-width: 1100px) {
  .br1100 {
    display: none;
  }
}
@media (max-width: 800px) {
  .br1100 {
    display: block;
  }
}
.test {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.onmouse {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.onmouse:hover {
  opacity: 0.6 !important;
}
@media (max-width: 800px) {
  .onmouse:hover {
    opacity: 1 !important;
  }
}

/**scss共通ここまで***/
.maincontents_cotena {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.maincontents_cotena .backimg {
  width: 100%;
  position: relative;
  z-index: 1;
}

.maincontents_cotena .main_text_contena {
  width: 90%;
  max-width: 900px;
  position: absolute;
  left: 50%;
  top: 200px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-family: "Noto Serif JP";
  color: #fff;
  text-align: left;
}

@media (max-width: 800px) {
  .maincontents_cotena .main_text_contena {
    top: 25vw;
  }
}
.maincontents_cotena .main_text_contena h3 {
  font-size: 56px;
  line-height: 180%;
  margin-bottom: 160px;
}

@media (max-width: 1000px) {
  .maincontents_cotena .main_text_contena h3 {
    font-size: 5.5vw;
    margin-bottom: 12vw;
  }
}
@media (max-width: 800px) {
  .maincontents_cotena .main_text_contena h3 {
    font-size: 5.2vw;
  }
}
.maincontents_cotena .main_text_contena h3 .ta01 {
  font-size: 40px;
}

@media (max-width: 1000px) {
  .maincontents_cotena .main_text_contena h3 .ta01 {
    font-size: 4vw;
  }
}
@media (max-width: 800px) {
  .maincontents_cotena .main_text_contena h3 .ta01 {
    font-size: 4vw;
    margin-left: -1%;
  }
}
.maincontents_cotena .main_text_contena h3 .ta02 {
  font-size: 12px;
  display: inline-block;
  vertical-align: 21px;
  margin-left: -15px;
}

@media (max-width: 800px) {
  .maincontents_cotena .main_text_contena h3 .ta02 {
    font-size: 2vw;
    vertical-align: 10px;
    margin-left: -5px;
  }
}
.maincontents_cotena .main_text_contena .text01 {
  font-size: 20px;
  line-height: 360%;
  font-weight: 300;
  margin-bottom: 110px;
}

.maincontents_cotena .main_text_contena .text01 span {
  display: block;
}

@media (max-width: 1100px) {
  .maincontents_cotena .main_text_contena .text01 {
    font-size: 1.8vw;
    line-height: 300%;
    margin-bottom: 15vw;
  }
}
@media (max-width: 900px) {
  .maincontents_cotena .main_text_contena .text01 {
    font-size: 1.8vw;
    line-height: 300%;
    margin-bottom: 15vw;
    margin-bottom: 80px;
  }
}
@media (max-width: 800px) {
  .maincontents_cotena .main_text_contena .text01 {
    font-size: 3.1vw;
    line-height: 240%;
    margin-bottom: 15vw;
  }
}
.maincontents_cotena .main_text_contena .text02 {
  font-size: 24px;
  line-height: 140%;
  padding-left: 0.5em;
  -webkit-transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translate(0%, 25px);
  transform: translate(0%, 25px);
  opacity: 0;
}

.maincontents_cotena .main_text_contena .text02 span.dk {
  display: inline-block;
  padding-right: 2em;
}

@media (max-width: 800px) {
  .maincontents_cotena .main_text_contena .text02 {
    font-size: 4vw;
  }
}
.main_text_contena span {
  -webkit-transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translate(0%, 25px);
  transform: translate(0%, 25px);
  opacity: 0;
}

/* .fade__in {
  -webkit-transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}

.fade__up {
  -webkit-transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translate(0%, 25px);
  transform: translate(0%, 25px);
  opacity: 0;
}

.fadeUp__on {
  opacity: 1 !important;
  -webkit-transform: translate(0%, 0px) !important;
  transform: translate(0%, 0px) !important;
} */
.bottomtext {
  width: 90%;
  max-width: 1100px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  font-size: 11.5px;
  z-index: 15;
  text-align: left;
  line-height: 140%;
}

.bottomtext2 {
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: #fff;
  font-size: 11.5px;
  z-index: 15;
}

.backunder {
  width: 100%;
  padding: 20px 5%;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
}

.bottomtext_b {
  width: 100%;
  color: #000;
  font-size: 11.5px;
  z-index: 15;
  text-align: left;
  line-height: 140%;
}

.minkome {
  display: inline-block;
  font-size: 12px;
  vertical-align: 7px;
}

@media (max-width: 800px) {
  .minkome {
    font-size: 10px;
    vertical-align: 3px;
  }
}
@media (max-width: 1000px) {
  .page_renovation .contsSecWrap {
    padding: 60px 0 50px;
  }
}
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
/***************************************************************************/
img {
  width: 100%;
}

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

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

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

.f48 {
  font-size: 48px;
  line-height: 135%;
}
@media screen and (max-width:800px) {
  .f48 {
    font-size: 7vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f9 {
  font-size: 9px;
  line-height: 125%;
}
@media screen and (max-width:800px) {
  .f9 {
    font-size: 2vw;
  }
}

/*****************************************/
.f70res {
  font-size: 70px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f70res {
    font-size: 6.3636363636vw;
  }
}
@media screen and (max-width:800px) {
  .f70res {
    font-size: 8vw;
  }
}

.f60res {
  font-size: 60px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f60res {
    font-size: 5.4545454545vw;
  }
}
@media screen and (max-width:800px) {
  .f60res {
    font-size: 7.2vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

.f21res {
  font-size: 21px;
  line-height: 140%;
}
@media screen and (max-width:1100px) {
  .f21res {
    font-size: 1.9090909091vw;
  }
}
@media screen and (max-width:800px) {
  .f21res {
    font-size: 4vw;
  }
}

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

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

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

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

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

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

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

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

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

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

.f10res {
  font-size: 10px;
  line-height: 125%;
}
@media screen and (max-width:1100px) {
  .f10res {
    font-size: 0.9090909091vw;
  }
}
@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);
  }
}

.contsSecWrap section {
  width: 100%;
  padding: 0 0;
}

#siteName {
  background-color: #fff;
}

#siteWrap #first_head h1 {
  padding: 0;
  border-top: 0px solid #CCC;
  border-bottom: 0px solid #CCC;
}

.cv_contena {
  width: 100%;
  padding: 0px 0 !important;
}
@media screen and (max-width:800px) {
  .cv_contena {
    padding: 5vw 0 3.5vw 0 !important;
  }
}
.cv_contena .section__in2 {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  .cv_contena .section__in2 {
    width: 90%;
  }
}
.cv_contena .section__in2 h3 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  .cv_contena .section__in2 h3 {
    font-size: 4.8vw;
  }
}
.cv_contena .section__in2 ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cv_contena .section__in2 ul li {
  width: 47%;
}
@media screen and (max-width:800px) {
  .cv_contena .section__in2 ul li {
    width: 100%;
  }
}
.cv_contena .section__in2 ul li a {
  display: inline-block;
  padding: 0.8em 0 0.9em 0;
  width: 100%;
  position: relative;
}
.cv_contena .section__in2 ul li a::after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translate(0%, -50%);
}
.cv_contena .section__in2 ul li a.linkls01 {
  background-color: #231815;
  color: #fff;
}
@media screen and (max-width:800px) {
  .cv_contena .section__in2 ul li a.linkls01 {
    margin-bottom: 15px;
  }
}
.cv_contena .section__in2 ul li a.linkls02 {
  background-color: #76161b;
  color: #fff;
}

#under_contena {
  width: 100%;
  position: relative;
}
#under_contena figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #under_contena figcaption {
    font-size: 2.6vw;
    bottom: 8px;
    right: 8px;
  }
}

#qua_contena {
  width: 100%;
  background-color: #F0EDE9;
  padding-bottom: 150px;
  font-family: "Noto Serif JP", serif;
  color: #000;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #qua_contena {
    padding-bottom: 50px;
  }
}
#qua_contena .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#qua_contena .titles {
  width: 255px;
  margin: 0 auto 54px auto;
  background-color: #231815;
  text-align: center;
  padding: 1em 0 1em 0;
  color: #fff;
}
@media screen and (max-width:800px) {
  #qua_contena .titles {
    width: 40%;
    padding: 0.4em 0 0.6em 0;
    margin: 0 auto 25px auto;
    font-size: 3.4vw;
  }
}
#qua_contena .subtext {
  color: #A0852B;
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width:800px) {
  #qua_contena .subtext {
    margin-bottom: 30px;
    font-size: 5vw;
    line-height: 160%;
  }
}
#qua_contena .textbox {
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}
#qua_contena .textbox h5 {
  text-align: center;
  margin-bottom: 20px;
}
#qua_contena .textbox .text01 {
  line-height: 180%;
  text-align: left;
}
@media screen and (max-width:800px) {
  #qua_contena .textbox .text01 {
    font-size: 3.2vw;
  }
}
#qua_contena h6.subs {
  margin-bottom: 15px;
}
#qua_contena .qua_box01 {
  width: 100%;
  background-color: #fff;
  padding: 40px 40px 25px 40px;
  margin-bottom: 10px;
}
@media screen and (max-width:800px) {
  #qua_contena .qua_box01 {
    padding: 4vw;
  }
}
#qua_contena .qua_box01 .titles2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#qua_contena .qua_box01 .titles2 .icons {
  width: 52px;
}
@media screen and (max-width:800px) {
  #qua_contena .qua_box01 .titles2 .icons {
    width: 12.5%;
  }
}
#qua_contena .qua_box01 .titles2 .textin {
  width: calc(100% - 66px);
  text-align: left;
}
@media screen and (max-width:800px) {
  #qua_contena .qua_box01 .titles2 .textin {
    width: 86%;
    font-size: 3.4vw;
  }
}
#qua_contena .qua_box01 .text01 {
  margin-top: 10px;
  text-align: left;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #qua_contena .qua_box01 .text01 {
    font-size: 3.2vw;
  }
}
#qua_contena .qua_box01 figure {
  margin-top: 5px;
}
@media screen and (max-width:800px) {
  #qua_contena .qua_box01 figure {
    margin-top: 15px;
  }
}
#qua_contena .qua_box_all {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 35px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}
#qua_contena .qua_box_all .item01 {
  width: 62.22%;
}
@media screen and (max-width:800px) {
  #qua_contena .qua_box_all .item01 {
    width: 100%;
    margin-bottom: 10px;
  }
}
#qua_contena .qua_box_all .item02 {
  width: 36.66%;
}
@media screen and (max-width:800px) {
  #qua_contena .qua_box_all .item02 {
    width: 100%;
  }
}
#qua_contena .front_box {
  width: 100%;
  background-color: #40332C;
  padding: 40px 40px 25px 40px;
  margin-bottom: 25px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #qua_contena .front_box {
    padding: 4vw;
  }
}
#qua_contena .front_box .box01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#qua_contena .front_box .box01 .titletext {
  margin-bottom: 5px;
}
@media screen and (max-width:800px) {
  #qua_contena .front_box .box01 .titletext {
    text-align: center;
    width: 100%;
  }
}
#qua_contena .front_box .box01 .text {
  width: 67%;
  text-align: left;
}
@media screen and (max-width:800px) {
  #qua_contena .front_box .box01 .text {
    width: 60%;
  }
}
#qua_contena .front_box .box01 .text .text02 {
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #qua_contena .front_box .box01 .text .text02 {
    font-size: 3vw;
  }
}
#qua_contena .front_box .box01 figure {
  width: 28.25%;
}
@media screen and (max-width:800px) {
  #qua_contena .front_box .box01 figure {
    width: 38%;
    padding-top: 5px;
  }
}
#qua_contena .front_box .box01 figure figcaption {
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 5px;
  line-height: 100%;
}
#qua_contena .front_box .listbox {
  width: 100%;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 20px;
  flex-wrap: wrap;
}
#qua_contena .front_box .listbox .left {
  width: 57%;
  line-height: 160%;
  text-align: left;
}
@media screen and (max-width:800px) {
  #qua_contena .front_box .listbox .left {
    width: 100%;
    font-size: 3.2vw;
  }
}
#qua_contena .front_box .listbox .right {
  width: 42%;
  line-height: 160%;
  text-align: left;
}
@media screen and (max-width:800px) {
  #qua_contena .front_box .listbox .right {
    width: 100%;
    font-size: 3.2vw;
  }
}
#qua_contena .front_box .minis {
  text-align: right;
  padding-top: 5px;
}
@media screen and (max-width:800px) {
  #qua_contena .front_box .minis {
    font-size: 2vw;
  }
}
#qua_contena .photolist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#qua_contena .photolist li {
  width: 32.44%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #qua_contena .photolist li {
    width: 48%;
  }
}
#qua_contena .photolist li figure {
  position: relative;
}
#qua_contena .photolist li figure figcaption {
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 5px;
  line-height: 100%;
}
#qua_contena .photolist li div.text {
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width:800px) {
  #qua_contena .photolist li div.text {
    font-size: 3vw;
  }
}
#qua_contena .photolist li div.text span {
  font-size: 70%;
}
#qua_contena .miniuner {
  text-align: left;
  line-height: 140%;
  margin-top: 60px;
}
@media screen and (max-width:800px) {
  #qua_contena .miniuner {
    margin-top: 30px;
  }
}

#last_contena {
  width: 100%;
  position: relative;
}
#last_contena figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #last_contena figcaption {
    font-size: 2.6vw;
    bottom: 8px;
    right: 8px;
  }
}

#loca_contena {
  width: 100%;
  background-color: #A0852B;
  padding-bottom: 150px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #loca_contena {
    padding-bottom: 50px;
  }
}
#loca_contena .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#loca_contena .titles {
  width: 255px;
  margin: 0 auto 54px auto;
  background-color: #231815;
  text-align: center;
  padding: 1em 0 1em 0;
  color: #fff;
}
@media screen and (max-width:800px) {
  #loca_contena .titles {
    width: 40%;
    padding: 0.4em 0 0.6em 0;
    margin: 0 auto 25px auto;
    font-size: 3.4vw;
  }
}
#loca_contena .subtext {
  color: #fff;
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width:800px) {
  #loca_contena .subtext {
    margin-bottom: 30px;
    font-size: 5vw;
    line-height: 160%;
  }
}
#loca_contena ul.photolistbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#loca_contena ul.photolistbox figure {
  position: relative;
}
#loca_contena ul.photolistbox figure .texts {
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: #fff;
  line-height: 120%;
  width: 100%;
  text-align: left;
}
@media screen and (max-width:800px) {
  #loca_contena ul.photolistbox figure .texts {
    position: relative;
    padding-top: 7px;
    bottom: auto;
    left: auto;
    text-align: center;
    font-size: 3.8vw;
  }
}
#loca_contena ul.photolistbox figure .texts span {
  font-size: 70%;
}
#loca_contena ul.photolistbox li.list01 {
  width: 49.44%;
  margin-bottom: 10px;
}
@media screen and (max-width:800px) {
  #loca_contena ul.photolistbox li.list01 {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#loca_contena ul.photolistbox li.list02 {
  width: 49.44%;
  margin-bottom: 10px;
}
@media screen and (max-width:800px) {
  #loca_contena ul.photolistbox li.list02 {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#loca_contena ul.photolistbox li.list03 {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width:800px) {
  #loca_contena ul.photolistbox li.list03 {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#loca_contena ul.photolistbox li.list04 {
  width: 32.5%;
  margin-bottom: 10px;
}
@media screen and (max-width:800px) {
  #loca_contena ul.photolistbox li.list04 {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#loca_contena ul.photolistbox li.list05 {
  width: 32.5%;
  margin-bottom: 10px;
}
@media screen and (max-width:800px) {
  #loca_contena ul.photolistbox li.list05 {
    width: 48%;
  }
}
#loca_contena ul.photolistbox li.list06 {
  width: 32.5%;
  margin-bottom: 10px;
}
@media screen and (max-width:800px) {
  #loca_contena ul.photolistbox li.list06 {
    width: 48%;
  }
}
#loca_contena .shopbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  text-align: left;
}
#loca_contena .shopbox h5 {
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.05em;
}
#loca_contena .shopbox .item1 {
  width: 47.5%;
}
@media screen and (max-width:800px) {
  #loca_contena .shopbox .item1 {
    width: 100%;
    margin-bottom: 28px;
  }
}
#loca_contena .shopbox .item2 {
  width: 47.5%;
}
@media screen and (max-width:800px) {
  #loca_contena .shopbox .item2 {
    width: 100%;
  }
}
#loca_contena .shopbox ul {
  width: 100%;
}
@media screen and (max-width:800px) {
  #loca_contena .shopbox ul {
    font-size: 3.2vw;
  }
}
#loca_contena .shopbox ul.inbox {
  margin-bottom: 28px;
}
#loca_contena .shopbox ul li {
  width: 100%;
  padding: 6px 0 8px 0px;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
#loca_contena .shopbox ul li .name {
  width: 62%;
  padding-left: 10px;
}
#loca_contena .shopbox ul li .name2 {
  width: 62%;
  padding-left: 10px;
}
#loca_contena .shopbox ul li .time {
  width: 36%;
  text-align: right;
}
#loca_contena .shopbox ul li .time span {
  opacity: 0;
}

#footcontena {
  width: 100%;
  padding: 0px 0 0px 0;
}
@media screen and (max-width:800px) {
  #footcontena {
    padding: 0px 0 0px 0;
  }
}
#footcontena .section__in2 {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#footcontena .banas {
  width: 100%;
  margin-bottom: 28px;
}
#footcontena .kengakubox {
  width: 100%;
  border: 3px solid #DEAC15;
  padding: 0 25px 30px 25px;
  background-color: #FFFDED;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #footcontena .kengakubox {
    padding: 0 4vw 4vw 4vw;
  }
}
#footcontena .kengakubox h5 {
  display: inline-block;
  padding: 0.5em 0.5em 0.6em 0.5em;
  background-color: #DEAC15;
  color: #fff;
  line-height: 100%;
  margin-bottom: 20px;
}
#footcontena .kengakubox .text01 {
  text-align: center;
  margin-bottom: 0px;
  color: #DEAC15;
  font-weight: 500;
  letter-spacing: -0.05em;
}
#footcontena .kengakubox .text02 {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width:800px) {
  #footcontena .kengakubox .text02 {
    font-size: 3vw;
  }
}
#footcontena .kengakubox .text04 {
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
}
@media screen and (max-width:800px) {
  #footcontena .kengakubox .text04 {
    font-size: 4vw;
    font-weight: 600;
  }
}
#footcontena .kengakubox .text05 {
  text-align: center;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width:800px) {
  #footcontena .kengakubox .text05 {
    font-size: 3.2vw;
  }
}
#footcontena .kengakubox a.links {
  display: block;
  width: 100%;
  padding: 1em 0;
  color: #fff;
  background-color: #A0852B;
  margin-top: 20px;
}
#footcontena .kengakubox a.links i {
  padding-left: 1em;
}
@media screen and (max-width:800px) {
  #footcontena .kengakubox a.links i {
    padding-left: 0em;
  }
}
#footcontena .bkkentaitle {
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  #footcontena .bkkentaitle {
    font-size: 4.4vw;
    margin-bottom: 10px;
  }
}
#footcontena a.links_bukken {
  display: block;
  width: 100%;
  padding: 1em 0;
  color: #fff;
  background-color: #231815;
  margin-top: 20px;
}
#footcontena a.links_bukken i {
  padding-left: 0.2em;
}
#footcontena .last_aten {
  margin: 50px 0 80px 0;
  line-height: 140%;
  text-align: left;
}
@media screen and (max-width:800px) {
  #footcontena .last_aten {
    margin: 0px 0 50px 0;
  }
}
#footcontena .contactbox {
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width:800px) {
  #footcontena .contactbox {
    padding: 20px 0;
  }
}
#footcontena .contactbox .textin {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width:800px) {
  #footcontena .contactbox .textin {
    margin-bottom: 5px;
    margin-bottom: 1.5em;
  }
}
#footcontena .contactbox h5 {
  margin-bottom: 15px;
  text-align: center;
}
#footcontena .contactbox .telbox {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  #footcontena .contactbox .telbox {
    flex-wrap: wrap;
  }
}
#footcontena .contactbox .telbox a {
  width: 420px;
  margin-right: 15px;
}
@media screen and (max-width:800px) {
  #footcontena .contactbox .telbox a {
    width: 90%;
    margin: 0 auto 0 auto;
  }
}
#footcontena .contactbox .telbox .text {
  text-align: left;
}
@media screen and (max-width:800px) {
  #footcontena .contactbox .telbox .text {
    width: 100%;
    margin-top: 1em;
    text-align: center;
  }
}
#footcontena .contactbox .minites {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  #footcontena .contactbox .minites {
    font-size: 2vw;
  }
}
#footcontena .last_logo {
  width: 90%;
  max-width: 680px;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #footcontena .last_logo {
    margin: 20px auto 0 auto;
  }
}
#footcontena .last_logo .daik {
  width: 38.8%;
  display: block;
}
#footcontena .last_logo .daik .name {
  text-align: left;
  margin-bottom: 7px;
}
#footcontena .last_logo .daiw {
  width: 71.2%;
  display: block;
}
#footcontena .last_logo .daiw .name {
  text-align: left;
  margin-bottom: 7px;
  padding-left: 28%;
}

/*******************/
.titlesanime {
  -webkit-transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.6s cubic-bezier(0.37, 0, 0.63, 1);
  transform: translate(0%, -100%);
}
.titlesanime.active {
  transform: translate(0%, 0%);
}

.bigpp {
  overflow: hidden;
  background-color: #000;
}
.bigpp div {
  transform: scale(1.1);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
.bigpp div.active {
  transform: scale(1);
  opacity: 1;
}

.bigpp2 {
  overflow: hidden;
  background-color: #000;
}
.bigpp2 div {
  transform: scale(1.15);
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
.bigpp2 div.active {
  transform: scale(1);
  opacity: 1;
}

.bigpp_top {
  overflow: hidden;
  background-color: #fff;
}
.bigpp_top div {
  transform: scale(1.15);
  transition: all 1.4s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
.bigpp_top div.active {
  transform: scale(1);
  opacity: 1;
}

.sidepp {
  overflow: hidden;
  background-color: #000;
}
.sidepp div {
  transform: translate(-15%, 0%);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
.sidepp div.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

.fade__top {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translate(0%, 30px);
}
.fade__top.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__up {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translate(0%, 30px);
}
.fade__up.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__up2 {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translate(0%, -20px);
}
.fade__up2.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__down {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translate(0%, 75%);
}
.fade__down.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__in {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translate(0%, 0px);
}
.fade__in.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fade__in2 {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translate(0%, 0px);
}
.fade__in2.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.side__up {
  -webkit-transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 0.8s cubic-bezier(0.37, 0, 0.63, 1);
  opacity: 0;
  transform: translate(50px, 0px);
}
.side__up.active {
  opacity: 1;
  transform: translate(0%, 0px);
}

.colorup {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.8s linear;
  -ms-filter: blur(6px);
  filter: blur(6px);
  opacity: 0;
}
.colorup.active {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  -ms-filter: blur(0px);
  filter: blur(0px);
  opacity: 1;
}

.delay1 {
  transition-delay: 0s !important;
}

.delay2 {
  transition-delay: 0.2s !important;
}
@media screen and (max-width:800px) {
  .delay2 {
    transition-delay: 0s !important;
  }
}

.delay3 {
  transition-delay: 0.4s !important;
}
@media screen and (max-width:800px) {
  .delay3 {
    transition-delay: 0s !important;
  }
}

.delay4 {
  transition-delay: 0.6s !important;
}
@media screen and (max-width:800px) {
  .delay4 {
    transition-delay: 0s !important;
  }
}

.delay5 {
  transition-delay: 0.8s !important;
}
@media screen and (max-width:800px) {
  .delay5 {
    transition-delay: 0s !important;
  }
}

/***************************************************************/
.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -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%);
}

/*************************************************************/
#first_head {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  display: flex;
  justify-content: space-between;
  background-color: #c7b396;
}
#first_head .list {
  width: 33.3333333333%;
  overflow: hidden;
}
#first_head .list a.list__on {
  display: block;
  position: relative;
}
#first_head .list a.list__on:hover {
  cursor: pointer;
}
#first_head .list a.list__on:hover figure {
  transform: scale(1.1);
}
#first_head .list a.list__on figure {
  transform: scale(1);
  transition: all 0.4s ease-out;
}
#first_head .list a.list__on figcaption {
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
  line-height: 100%;
}
#first_head .list a.list__on h2 {
  width: 54.4%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  #first_head .list a.list__on h2 {
    width: 70%;
  }
}

#ldk_section01 {
  width: 100%;
  padding: 85px 0 75px 0;
  color: #534741;
}
@media screen and (max-width:800px) {
  #ldk_section01 {
    padding: 40px 0;
  }
}
#ldk_section01 .subttl {
  text-align: center;
  font-size: 45px;
  margin-bottom: 0.65em;
  color: #534741;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #ldk_section01 .subttl {
    margin-bottom: 0.75em;
    font-size: 4.6vw;
  }
}
#ldk_section01 h2 {
  width: 70%;
  max-width: 944px;
  margin: 0 auto 0 auto;
}
#ldk_section01 .base_text {
  font-size: 26px;
  padding-top: 1.2em;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #ldk_section01 .base_text {
    margin-bottom: 0.75em;
    font-size: 3.6vw;
  }
}

.fade__in__ldk {
  -webkit-transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
}
.fade__in__ldk.active {
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  opacity: 1;
}

.fade__up__ldk {
  -webkit-transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 1.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translate(0%, 25px);
  transform: translate(0%, 25px);
  opacity: 0;
}
.fade__up__ldk.active {
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  opacity: 1;
}

.delay2_ldk {
  transition-delay: 0.5s !important;
}

.delay3_ldk {
  transition-delay: 1s !important;
}

#maincontents {
  background-color: #e6e2d2;
  padding: 100px 0 20px 0;
}
@media screen and (max-width:800px) {
  #maincontents {
    padding: 5vw 0 1px 0;
  }
}
#maincontents .maincontents__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#maincontents .maincontents__in .section__in {
  font-family: "Noto Serif JP", serif;
  padding: 50px 55px;
}
@media screen and (max-width:800px) {
  #maincontents .maincontents__in .section__in {
    padding: 5vw 2.5vw;
  }
}
#maincontents .ldktitle {
  width: 100%;
  background-color: #534741;
  padding: 40px 0 35px 0;
}
@media screen and (max-width:800px) {
  #maincontents .ldktitle {
    padding: 4vw 0;
  }
}
#maincontents .ldktitle figure {
  width: 71.1%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #maincontents .ldktitle figure {
    width: 80%;
  }
}
#maincontents .ldk_spec {
  width: 83.5%;
  margin: 0 auto 30px auto;
}
@media screen and (max-width:800px) {
  #maincontents .ldk_spec {
    width: 90%;
    margin: 0 auto 15px auto;
  }
}
#maincontents .zubox {
  width: 100%;
  margin-bottom: 75px;
}
@media screen and (max-width:800px) {
  #maincontents .zubox {
    margin-bottom: 35px;
  }
}
#maincontents ul.listbox01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#maincontents ul.listbox01 li {
  width: 30%;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #maincontents ul.listbox01 li {
    width: 48.5%;
  }
}
#maincontents ul.listbox01 li figure {
  position: relative;
}
#maincontents ul.listbox01 li figure .no {
  position: absolute;
  width: 12%;
  top: 0;
  left: 0;
}
#maincontents ul.listbox01 li figure figcaption {
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #fff;
  line-height: 100%;
}
#maincontents ul.listbox01 li .base_text {
  padding-top: 0.25em;
  text-align: left;
}
#maincontents .lines {
  margin: 75px auto 65px auto;
  border-top: 1px solid #534741;
}
@media screen and (max-width:800px) {
  #maincontents .lines {
    margin: 25px auto 35px auto;
  }
}
#maincontents h2.titlemid {
  width: 100%;
  margin-bottom: 35px;
}
@media screen and (max-width:800px) {
  #maincontents h2.titlemid {
    font-size: 5.4vw;
    line-height: 160%;
  }
}
#maincontents .familybox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #maincontents .familybox {
    margin-bottom: 40px;
  }
}
#maincontents .familybox figure.photo {
  width: 50%;
  position: relative;
}
@media screen and (max-width:800px) {
  #maincontents .familybox figure.photo {
    width: 100%;
  }
}
#maincontents .familybox figure.photo figcaption {
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #fff;
  line-height: 100%;
}
#maincontents .familybox .text {
  width: 50%;
  background-color: #ed891e;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #maincontents .familybox .text {
    width: 100%;
    padding: 5vw 0;
  }
}
#maincontents .familybox .text .textin {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #maincontents .familybox .text .textin {
    width: 90%;
  }
}
#maincontents .familybox .text .textin h4 {
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
@media screen and (max-width:800px) {
  #maincontents .familybox .text .textin h4 figure {
    width: 75%;
    margin: 0 auto;
  }
}
#maincontents .familybox .text .textin .textin_text {
  text-align: center;
  line-height: 150%;
  color: #fff;
}
@media screen and (max-width:1000px) {
  #maincontents .familybox .text .textin .textin_text {
    font-size: 2.6vw;
  }
}
@media screen and (max-width:800px) {
  #maincontents .familybox .text .textin .textin_text {
    font-size: 4.2vw;
  }
}
#maincontents .zu_human_box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #maincontents .zu_human_box {
    width: 100%;
  }
}
#maincontents .zu_human_box.last {
  margin-bottom: 150px;
}
@media screen and (max-width:800px) {
  #maincontents .zu_human_box.last {
    margin-bottom: 75px;
  }
}
#maincontents .zu_human_box figure.zz {
  width: 50.8%;
  max-width: 360px;
}
@media screen and (max-width:800px) {
  #maincontents .zu_human_box figure.zz {
    width: 100%;
    max-width: 800px;
    order: 2;
  }
}
#maincontents .zu_human_box .text {
  width: 42.25%;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #maincontents .zu_human_box .text {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width:800px) {
  #maincontents .zu_human_box .text .textin {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#maincontents .zu_human_box .text .textin .textin__icon {
  width: 35%;
  margin: 0 auto 12px auto;
}
@media screen and (max-width:800px) {
  #maincontents .zu_human_box .text .textin .textin__icon {
    width: 30%;
  }
}
@media screen and (max-width:800px) {
  #maincontents .zu_human_box .text .textin .textin__icon figure {
    width: 70%;
    margin: 0 auto;
  }
}
#maincontents .zu_human_box .text .textin .textin__icon2 {
  width: 50%;
  margin: 0 auto 12px auto;
}
@media screen and (max-width:800px) {
  #maincontents .zu_human_box .text .textin .textin__icon2 {
    width: 42.5%;
  }
}
@media screen and (max-width:800px) {
  #maincontents .zu_human_box .text .textin .textin__icon2 figure {
    width: 80%;
    margin: 0 auto;
  }
}
#maincontents .zu_human_box .text .textin .textin__icon3 {
  width: 35%;
  margin: 0 auto 12px auto;
}
@media screen and (max-width:800px) {
  #maincontents .zu_human_box .text .textin .textin__icon3 {
    width: 30%;
  }
}
@media screen and (max-width:800px) {
  #maincontents .zu_human_box .text .textin .textin__icon3 figure {
    width: 70%;
    margin: 0 auto;
  }
}
#maincontents .zu_human_box .text .textin .textin__text {
  width: 100%;
}
@media screen and (max-width:800px) {
  #maincontents .zu_human_box .text .textin .textin__text {
    width: 65%;
  }
}
#maincontents .zu_human_box .text .textin .textin__text .t01 {
  width: 100%;
  text-align: center;
  background-color: #ed891e;
  color: #fff;
  padding: 0.25em 0 0.3em 0;
}
@media screen and (max-width:800px) {
  #maincontents .zu_human_box .text .textin .textin__text .t01 {
    font-size: 3.8vw;
  }
}
#maincontents .zu_human_box .text .textin .textin__text .t02 {
  width: 100%;
  text-align: center;
  background-color: #534741;
  color: #fff;
  padding: 0.25em 0 0.3em 0;
}
@media screen and (max-width:800px) {
  #maincontents .zu_human_box .text .textin .textin__text .t02 {
    font-size: 3.2vw;
  }
}
#maincontents .zu_human_box .text .textin .textin__text .t03 {
  width: 100%;
  text-align: left;
  line-height: 175%;
  padding-top: 0.3em;
}
@media screen and (max-width:800px) {
  #maincontents .zu_human_box .text .textin .textin__text .t03 {
    font-size: 3.2vw;
  }
}
#maincontents .zu_photo_box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width:800px) {
  #maincontents .zu_photo_box {
    width: 100%;
  }
}
#maincontents .zu_photo_box.last {
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  #maincontents .zu_photo_box.last {
    margin-bottom: 75px;
  }
}
#maincontents .zu_photo_box figure.zz {
  width: 50.8%;
  max-width: 360px;
  position: relative;
}
@media screen and (max-width:800px) {
  #maincontents .zu_photo_box figure.zz {
    width: 100%;
    max-width: 800px;
    order: 2;
    padding-top: 23vw;
  }
}
#maincontents .zu_photo_box figure.zz .fuki {
  position: absolute;
  width: 117%;
  top: 11%;
  left: 80%;
}
#maincontents .zu_photo_box figure.zz .fuki .fukiin {
  transform: scale(0.25);
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  transform-origin: center left;
}
#maincontents .zu_photo_box figure.zz .fuki .fukiin.active {
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width:800px) {
  #maincontents .zu_photo_box figure.zz .fuki .fukiin {
    transform-origin: center bottom;
  }
}
@media screen and (max-width:800px) {
  #maincontents .zu_photo_box figure.zz .fuki {
    position: absolute;
    width: 90%;
    top: 0vw;
    left: 5%;
  }
}
#maincontents .zu_photo_box .text {
  width: 42.25%;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #maincontents .zu_photo_box .text {
    width: 100%;
    order: 1;
    display: none;
  }
}
@media screen and (max-width:800px) {
  #maincontents .zu_photo_box .text .textin {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
#maincontents .zu_photo_box .text .textin .textin__icon {
  width: 100%;
  margin: 0 auto 12px auto;
}
@media screen and (max-width:800px) {
  #maincontents .zu_photo_box .text .textin .textin__icon {
    width: 30%;
  }
}
#maincontents .zu_photo_box .text .textin .textin__icon figure {
  position: relative;
}
@media screen and (max-width:800px) {
  #maincontents .zu_photo_box .text .textin .textin__icon figure {
    width: 100%;
    margin: 0 auto;
  }
}
#maincontents .zu_photo_box .text .textin .textin__icon figure figcaption {
  position: absolute;
  bottom: 6px;
  right: 6px;
  line-height: 100%;
  color: #fff;
}
#maincontents .zu_photo_box .text .textin .textin__text {
  width: 100%;
}
@media screen and (max-width:800px) {
  #maincontents .zu_photo_box .text .textin .textin__text {
    width: 65%;
  }
}
#maincontents .zu_photo_box .text .textin .textin__text .t01 {
  width: 100%;
  text-align: left;
  color: #ed891e;
  padding: 0;
}
@media screen and (max-width:800px) {
  #maincontents .zu_photo_box .text .textin .textin__text .t01 {
    font-size: 3.8vw;
  }
}
#maincontents .zu_photo_box .text .textin .textin__text .t03 {
  width: 100%;
  text-align: left;
  line-height: 175%;
  padding-top: 0.3em;
}
@media screen and (max-width:800px) {
  #maincontents .zu_photo_box .text .textin .textin__text .t03 {
    font-size: 3.2vw;
  }
}
#maincontents .zu_photo_box2 {
  width: 89.5%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 150px auto;
}
@media screen and (max-width:800px) {
  #maincontents .zu_photo_box2 {
    margin: 0 auto 75px auto;
    display: none;
  }
}
#maincontents .zu_photo_box2 .items {
  width: 41.9%;
}
#maincontents .zu_photo_box2 .items figure {
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width:800px) {
  #maincontents .zu_photo_box2 .items figure {
    width: 100%;
    margin: 0 auto;
  }
}
#maincontents .zu_photo_box2 .items figure figcaption {
  position: absolute;
  bottom: 6px;
  right: 6px;
  line-height: 100%;
  color: #fff;
}
#maincontents .zu_photo_box2 .items .t01 {
  width: 100%;
  text-align: left;
  color: #ed891e;
  padding: 0;
}
@media screen and (max-width:800px) {
  #maincontents .zu_photo_box2 .items .t01 {
    font-size: 3.8vw;
  }
}
#maincontents .zu_photo_box2 .items .t03 {
  width: 100%;
  text-align: left;
  line-height: 175%;
  padding-top: 0.3em;
}
@media screen and (max-width:800px) {
  #maincontents .zu_photo_box2 .items .t03 {
    font-size: 3.2vw;
  }
}
#maincontents .zu_photo_box3 {
  display: none;
}
@media screen and (max-width:800px) {
  #maincontents .zu_photo_box3 {
    display: block;
  }
}
#maincontents .yajirushi {
  width: 12.5%;
  max-width: 50px;
  margin: 0 auto 0 auto;
  padding: 30px 0;
}
@media screen and (max-width:800px) {
  #maincontents .yajirushi {
    padding: 25px 0;
  }
}
#maincontents .splistbox {
  width: 100%;
  margin-bottom: 40px;
  display: none;
}
@media screen and (max-width:800px) {
  #maincontents .splistbox {
    display: block;
  }
}
#maincontents .splistbox .ptbox {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
}
#maincontents .splistbox .ptbox.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
#maincontents .splistbox .ptbox .photo {
  width: 42.5%;
}
#maincontents .splistbox .ptbox .text {
  width: 55.5%;
  text-align: left;
}
#maincontents .splistbox .ptbox .text h5 {
  color: #ed891e;
  padding: 0 0 0.5em 0;
}
#maincontents .splistbox .ptbox .text .base_text {
  line-height: 160%;
}
#maincontents .dinksbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#maincontents .dinksbox .items {
  width: 50%;
}
@media screen and (max-width:800px) {
  #maincontents .dinksbox .items {
    width: 100%;
    margin-bottom: 35px;
  }
}
#maincontents .dinksbox .items figure {
  width: 90%;
  max-width: 360px;
  margin: 0 auto 0 auto;
}
#maincontents .dinksbox .items h5 {
  color: #ed891e;
  padding: 0.4em 0 0.5em 0;
  width: 80%;
  margin: 0 auto 0 auto;
  text-align: left;
}
@media screen and (max-width:800px) {
  #maincontents .dinksbox .items h5 {
    text-align: center;
    font-size: 3.6vw;
  }
}
#maincontents .dinksbox .items .base_text {
  line-height: 160%;
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width:800px) {
  #maincontents .dinksbox .items .base_text {
    font-size: 3.4vw;
  }
}
#maincontents .lastbana {
  width: 100%;
  margin-top: 75px;
  margin-bottom: 50px;
}
#maincontents .lastbana a {
  display: block;
  transition: all 0.4s ease-out;
}
#maincontents .lastbana a:hover {
  opacity: 0.7;
}
@media screen and (max-width:800px) {
  #maincontents .lastbana a:hover {
    opacity: 1;
  }
}
@media screen and (max-width:800px) {
  #maincontents .lastbana {
    margin-top: 35px;
    margin-bottom: 50px;
  }
}

#maincontents_first {
  position: relative;
}
#maincontents_first .mainphotos {
  position: relative;
}
#maincontents_first .mainphotos figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  line-height: 100%;
}

.f42res {
  font-size: 42px;
  line-height: 135%;
}
@media screen and (max-width:800px) {
  .f42res {
    font-size: 5.8vw;
  }
}

@media screen and (max-width:800px) {
  .f40res {
    font-size: 5.8vw;
  }
}

#maincontents_second {
  width: 100%;
  position: relative;
  /*background-color: #fff;*/
  background: linear-gradient(90deg, rgb(180, 153, 91) 0%, rgb(235, 227, 189) 51.37%, rgb(180, 153, 91) 100%);
  text-align: center;
  padding: 65px 0;
}
@media screen and (max-width:800px) {
  #maincontents_second {
    padding: 7.5vw 0;
  }
}
#maincontents_second h2 {
  width: 96%;
  margin: 0 auto 0 auto;
  max-width: 905px;
  text-align: center;
}
#maincontents_second h2 .textblack {
  color: #000;
}
#maincontents_second .section__in {
  width: 90%;
  max-width: 825px;
  margin: 0 auto;
}
#maincontents_second ul.mstext {
  width: 100%;
  margin-top: 1px solid #000;
}
#maincontents_second ul.mstext li {
  text-align: left;
  padding: 0.35em 0 0.4em 1.5em;
  border-bottom: 1px solid #000;
}
@media screen and (max-width:800px) {
  #maincontents_second ul.mstext li {
    padding: 0.35em 0 0.4em 0em;
  }
}
#maincontents_second .attens {
  text-align: left;
  margin-top: 5em;
  line-height: 145%;
}

#maincontents_second2 {
  width: 100%;
  background-color: #fff;
  padding: 100px 0 60px 0;
}
@media screen and (max-width:800px) {
  #maincontents_second2 {
    padding: 7.5vw 0 5vw 0;
  }
}
#maincontents_second2 .section__in {
  width: 90%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}
#maincontents_second2 .text {
  text-align: center;
  font-size: 45px;
  color: #705c08;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #maincontents_second2 .text {
    font-size: 5.4vw;
  }
}

#sky_01 {
  background-color: #fff;
  text-align: center;
}
#sky_01 .caps {
  padding: 1.25em 0 3.5em 0;
}

#sky_02 {
  background-color: #fff;
  text-align: center;
}
#sky_02 .caps {
  padding: 1.25em 0 3.5em 0;
}

#maincontents_therd {
  width: 100%;
  padding: 120px 0 120px 0;
  background-color: #f7f5ee;
  /*
    .plans2_02{
      width: calc(630 / 900)* 100%;
      margin: 0 auto 60px auto;
      @media screen and (max-width:800px){
        width: 90%;
        margin: 0 auto 30px auto;
      }
    }
  */
}
@media screen and (max-width:800px) {
  #maincontents_therd {
    padding: 10vw 0;
  }
}
#maincontents_therd h3 {
  text-align: center;
  line-height: 140%;
  margin-bottom: 1.5em;
}
#maincontents_therd h3.second {
  padding-top: 75px;
}
@media screen and (max-width:800px) {
  #maincontents_therd h3.second {
    padding-top: 35px;
  }
}
#maincontents_therd h3.therd {
  width: 120%;
  text-align: center;
  margin-left: -10%;
  margin-right: -10%;
  padding-top: 75px;
}
@media screen and (max-width:800px) {
  #maincontents_therd h3.therd {
    padding-top: 35px;
  }
}
@media screen and (max-width:800px) {
  #maincontents_therd h3 {
    margin-bottom: 1em;
  }
}
#maincontents_therd .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#maincontents_therd .titles {
  width: 100%;
}
#maincontents_therd .titles .plans {
  width: 100%;
  border-bottom: 1px solid #231815;
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #maincontents_therd .titles .plans {
    margin-bottom: 1.5em;
  }
}
#maincontents_therd .titles .plans figure {
  width: 90%;
  margin: 0 auto 2.5em auto;
}
@media screen and (max-width:800px) {
  #maincontents_therd .titles .plans figure {
    margin-bottom: 1.5em;
  }
}
#maincontents_therd .plans2 {
  width: 56.66%;
  margin: 0 auto 60px auto;
}
@media screen and (max-width:800px) {
  #maincontents_therd .plans2 {
    width: 86%;
    margin: 0 auto 30px auto;
  }
}
#maincontents_therd .plans2_01 {
  width: 65.5555555556%;
  margin: 0 auto 2.5em auto;
}
@media screen and (max-width:800px) {
  #maincontents_therd .plans2_01 {
    width: 85%;
    margin-bottom: 1.5em;
  }
}
#maincontents_therd .plans2_01 .inimg {
  width: 85%;
}
#maincontents_therd .plans2_02 {
  width: 65.5555555556%;
  margin: 0 auto 60px auto;
}
@media screen and (max-width:800px) {
  #maincontents_therd .plans2_02 {
    width: 85%;
    margin: 0 auto 30px auto;
  }
}
#maincontents_therd .plans2_02 .inimg {
  width: 92%;
}
@media screen and (max-width:800px) {
  #maincontents_therd .plans2_02 .inimg {
    width: 90%;
  }
}
#maincontents_therd .zubox {
  width: 103.8%;
  margin: 0 -1.9% 60px -1.9%;
}
@media screen and (max-width:800px) {
  #maincontents_therd .zubox {
    width: 100%;
    margin: 0 auto 30px auto;
  }
}
#maincontents_therd .zubox2 {
  width: 108.8%;
  max-width: 972px;
  margin: 0 -6.9% 60px -1.9%;
}
@media screen and (max-width:800px) {
  #maincontents_therd .zubox2 {
    width: 100%;
    margin: 0 auto 30px auto;
  }
}
#maincontents_therd ul.merit3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  #maincontents_therd ul.merit3 {
    margin-bottom: 5vw;
  }
}
#maincontents_therd ul.merit3 li {
  width: 32.22%;
  padding: 1em 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(165, 135, 77) 0.21%, rgb(241, 222, 178) 51.37%, rgb(165, 135, 77) 100%);
  display: flex;
  align-items: center;
  border: 1px solid #a5874d;
}
@media screen and (max-width:800px) {
  #maincontents_therd ul.merit3 li {
    width: 100%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width:800px) {
  #maincontents_therd ul.merit3 li.merit3item2 {
    padding: 1.6em 0;
  }
}
#maincontents_therd ul.merit3 li span {
  display: inline-block;
  width: 100%;
  text-align: center;
  letter-spacing: -0.025em;
  color: #000;
  font-weight: 500;
}
#maincontents_therd .specsub {
  width: 90%;
  margin: 0 auto 0 0;
}
@media screen and (max-width:800px) {
  #maincontents_therd .specsub {
    width: 100%;
  }
}
#maincontents_therd .spec_text {
  width: 100%;
}
#maincontents_therd .spec_text figure {
  width: 55%;
}

#morephoto {
  width: 100%;
  position: relative;
}
#morephoto figure {
  position: relative;
}
#morephoto figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  line-height: 100%;
}

#section_mms {
  width: 100%;
  background-color: #f0eee7;
  padding: 100px 0;
}
@media screen and (max-width:800px) {
  #section_mms {
    padding: 60px 0;
  }
}
#section_mms .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section_mms ul.lists {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_mms ul.lists li {
  width: 48.45%;
}
@media screen and (max-width:800px) {
  #section_mms ul.lists li {
    width: 100%;
  }
}
#section_mms ul.lists li .ttts {
  width: 100%;
  padding: 0.5em 0 0.5em 0;
  background: linear-gradient(90deg, rgb(180, 153, 91) 0%, rgb(235, 227, 189) 51.37%, rgb(180, 153, 91) 100%);
  line-height: 100%;
  text-align: center;
  margin-bottom: 0.5em;
}
#section_mms ul.lists li .base_text {
  line-height: 160%;
  text-align: center;
  padding-bottom: 2.5em;
}
#section_mms .photos {
  margin-top: 2em;
  margin-bottom: 5px;
}
@media screen and (max-width:800px) {
  #section_mms .photos {
    margin-bottom: 1.5vw;
  }
}
#section_mms .photos figure {
  position: relative;
}
#section_mms .photos figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  line-height: 100%;
}
#section_mms .clums {
  display: flex;
  justify-content: space-between;
}
#section_mms .clums figure {
  position: relative;
  width: 49.75%;
}
@media screen and (max-width:800px) {
  #section_mms .clums figure {
    width: 49%;
  }
}
#section_mms .clums figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  line-height: 100%;
}

/***********************************************************/
#firstcontents {
  width: 100%;
  position: relative;
}
#firstcontents .aten01 {
  position: absolute;
  z-index: 5;
  bottom: 5px;
  right: 6px;
  color: #000;
  line-height: 100%;
}
#firstcontents .aten02 {
  position: absolute;
  z-index: 5;
  bottom: 5px;
  left: 6px;
  color: #fff;
  line-height: 100%;
}

#secondcontents {
  width: 100%;
  padding: 75px 0 25px 0;
}
@media screen and (max-width:800px) {
  #secondcontents {
    padding: 45px 0 20px 0;
  }
}
#secondcontents h2 {
  width: 90%;
  max-width: 1020px;
  margin: 0 auto;
}

#listcontents {
  width: 100%;
}
#listcontents ul {
  display: flex;
  justify-content: space-between;
}
#listcontents ul li {
  width: 33.3333333333%;
  position: relative;
}
#listcontents ul li figcaption {
  position: absolute;
  bottom: 5px;
  left: 6px;
  color: #000;
  line-height: 100%;
}
#listcontents ul li figcaption.white {
  color: #fff;
}

#section_plan {
  width: 100%;
  background-color: #fff;
  padding: 100px 0;
}
@media screen and (max-width:800px) {
  #section_plan {
    padding: 50px 0;
  }
}
#section_plan .section__in {
  width: 90%;
  max-width: 910px;
  margin: 0 auto;
}
#section_plan .subs {
  width: 35%;
  max-width: 212px;
  margin: 0 auto 1.5em auto;
}
#section_plan h2 {
  width: 100%;
  padding: 0.25em 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  line-height: 160%;
}
#section_plan .plantext {
  width: 75%;
  max-width: 410px;
  margin: 70px auto 50px auto;
}
@media screen and (max-width:800px) {
  #section_plan .plantext {
    margin: 40px auto 25px auto;
  }
}
#section_plan figure.zu {
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section_plan figure.zu {
    margin-bottom: 25px;
  }
}
#section_plan ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section_plan ul li {
  width: 28.88%;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section_plan ul li {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section_plan ul li h4 {
  padding: 0.35em 0.5em;
  border-top: 1px solid #d5801e;
  border-bottom: 1px solid #d5801e;
}
@media screen and (max-width:800px) {
  #section_plan ul li h4 {
    padding: 0.5em 27.5%;
  }
}
#section_plan ul li .base_text {
  line-height: 160%;
  margin-top: 0.5em;
  text-align: left;
}
#section_plan .minitext {
  text-align: left;
}

#section03_maincontents {
  width: 100%;
  margin: 0 auto;
  background-color: #f9f3e7;
  padding: 140px 0 1px 0;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section03_maincontents {
    padding: 60px 0 1px 0;
  }
}
#section03_maincontents .section__in {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
}
#section03_maincontents .subs {
  width: 35%;
  max-width: 212px;
  margin: 0 auto 1.5em auto;
}
#section03_maincontents h2 {
  width: 100%;
  padding: 0.25em 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  line-height: 160%;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section03_maincontents h2 {
    width: 90%;
    margin: 0 auto 30px auto;
  }
}
#section03_maincontents .photo00 {
  width: 127.7%;
  margin: 0 -27.7% 40px auto;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photo00 {
    width: 95%;
    margin: 0 0% 5vw auto;
  }
}
#section03_maincontents .photo00 figure {
  position: relative;
}
#section03_maincontents .photo00 figure figcaption {
  position: absolute;
  bottom: 5px;
  right: 6px;
  color: #fff;
}
#section03_maincontents .photobox_left {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 20;
  margin-bottom: 225px;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_left {
    margin-bottom: 5vw;
  }
}
#section03_maincontents .photobox_left .photo {
  width: 50%;
  position: relative;
  z-index: 25;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_left .photo {
    order: 1;
    width: 80%;
    margin-bottom: 5vw;
  }
}
#section03_maincontents .photobox_left .photo figure {
  width: 155.5%;
  margin-left: -55.5%;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_left .photo figure {
    width: 100%;
    margin-left: 0%;
  }
}
#section03_maincontents .photobox_left .photo figure figcaption {
  position: absolute;
  bottom: 5px;
  left: 6px;
  color: #fff;
  text-align: left;
}
#section03_maincontents .photobox_left .photo .imgs {
  width: 60%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 100%;
  transform: translate(-40%, -30%);
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_left .photo .imgs {
    transform: translate(-40%, -20%);
    width: 50%;
    top: 100%;
    left: 0;
  }
}
#section03_maincontents .photobox_left .text {
  width: 45%;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_left .text {
    order: 2;
    width: 90%;
    margin: 0 auto;
  }
}
#section03_maincontents .photobox_left .text h3 {
  text-align: left;
  padding-left: 0.5em;
  border-left: 8px solid #d5801e;
  position: relative;
  z-index: 20;
}
#section03_maincontents .photobox_left .text .base_text {
  text-align: left;
  margin-top: 1.2em;
  line-height: 160%;
  position: relative;
  z-index: 20;
}
#section03_maincontents .photobox_left .imgsphoto {
  width: 110%;
  position: absolute;
  top: 105%;
  left: -20%;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_left .imgsphoto {
    display: none;
  }
}
#section03_maincontents .photobox_left .imgsphoto_sp {
  width: 70%;
  position: absolute;
  top: 100%;
  left: 70%;
  z-index: 30;
  display: none;
  transform: translate(0, -55%);
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_left .imgsphoto_sp {
    display: block;
  }
}
#section03_maincontents .photobox_right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 20;
  margin-bottom: 225px;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_right {
    margin-bottom: 5vw;
  }
}
#section03_maincontents .photobox_right .photo {
  width: 50%;
  position: relative;
  z-index: 25;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_right .photo {
    order: 1;
    width: 95%;
    margin: 0 5vw 5vw 0;
    z-index: 35;
  }
}
#section03_maincontents .photobox_right .photo figure {
  width: 155.5%;
  margin-right: -55.5%;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_right .photo figure {
    width: 100%;
    margin-right: 0%;
  }
}
#section03_maincontents .photobox_right .photo figure figcaption {
  position: absolute;
  bottom: 5px;
  left: 6px;
  color: #fff;
  text-align: right;
}
#section03_maincontents .photobox_right .text {
  width: 45%;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_right .text {
    order: 2;
    width: 55%;
    margin: 0 0 0 auto;
  }
}
#section03_maincontents .photobox_right .text .imgs {
  width: 60%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0%;
  transform: translate(-40%, -40%);
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_right .text .imgs {
    transform: translate(-40%, -40%);
    width: 50%;
    top: 0%;
    left: 0;
  }
}
#section03_maincontents .photobox_right .text h3 {
  text-align: left;
  padding-left: 0.5em;
  border-left: 8px solid #d5801e;
  position: relative;
  z-index: 20;
}
#section03_maincontents .photobox_right .text .base_text {
  text-align: left;
  margin-top: 1.2em;
  line-height: 160%;
  position: relative;
  z-index: 20;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_right .text .base_text {
    width: 90%;
  }
}
#section03_maincontents .photobox_right .imgsphoto {
  width: 110%;
  position: absolute;
  top: 105%;
  left: 10%;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_right .imgsphoto {
    display: none;
  }
}
#section03_maincontents .photobox_right .imgsphoto_sp {
  width: 60%;
  position: absolute;
  top: 100%;
  left: 0%;
  z-index: 30;
  display: none;
  transform: translate(-35%, 0%);
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_right .imgsphoto_sp {
    display: block;
  }
}
#section03_maincontents .photobox_left2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 20;
  margin-bottom: 225px;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_left2 {
    margin-bottom: 5vw;
  }
}
#section03_maincontents .photobox_left2 .photo {
  width: 50%;
  position: relative;
  z-index: 25;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_left2 .photo {
    order: 1;
    width: 95%;
    margin: 0 0 5vw 5vw;
  }
}
#section03_maincontents .photobox_left2 .photo figure {
  width: 155.5%;
  margin-left: -55.5%;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_left2 .photo figure {
    width: 100%;
    margin-left: 0%;
  }
}
#section03_maincontents .photobox_left2 .photo figure figcaption {
  position: absolute;
  bottom: 5px;
  left: 6px;
  color: #fff;
  text-align: left;
}
#section03_maincontents .photobox_left2 .photo .imgs {
  width: 60%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 100%;
  transform: translate(-40%, -30%);
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_left2 .photo .imgs {
    transform: translate(-40%, -20%);
    width: 50%;
    top: 100%;
    left: 0;
  }
}
#section03_maincontents .photobox_left2 .text {
  width: 45%;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_left2 .text {
    order: 2;
    width: 90%;
    margin: 0 auto;
  }
}
#section03_maincontents .photobox_left2 .text h3 {
  text-align: left;
  padding-left: 0.5em;
  border-left: 8px solid #d5801e;
  position: relative;
  z-index: 20;
}
#section03_maincontents .photobox_left2 .text .base_text {
  text-align: left;
  margin-top: 1.2em;
  line-height: 160%;
  position: relative;
  z-index: 20;
}
#section03_maincontents .photobox_left2 .imgsphoto {
  width: 110%;
  position: absolute;
  top: 105%;
  left: -20%;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_left2 .imgsphoto {
    display: none;
  }
}
#section03_maincontents .photobox_left2 .imgsphoto_sp {
  width: 60%;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 30;
  display: none;
  transform: translate(0, -75%);
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_left2 .imgsphoto_sp {
    display: block;
  }
}
#section03_maincontents .photobox_right2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 20;
  margin-bottom: 225px;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_right2 {
    margin-bottom: 5vw;
  }
}
#section03_maincontents .photobox_right2 .photo {
  width: 50%;
  position: relative;
  z-index: 25;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_right2 .photo {
    order: 1;
    width: 95%;
    margin: 0 5vw 5vw 0;
    z-index: 35;
  }
}
#section03_maincontents .photobox_right2 .photo figure {
  width: 155.5%;
  margin-right: -55.5%;
  position: relative;
  z-index: 15;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_right2 .photo figure {
    width: 100%;
    margin-right: 0%;
  }
}
#section03_maincontents .photobox_right2 .photo figure figcaption {
  position: absolute;
  bottom: 5px;
  left: 6px;
  color: #fff;
  text-align: right;
}
#section03_maincontents .photobox_right2 .text {
  width: 45%;
  position: relative;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_right2 .text {
    order: 2;
    width: 55%;
    margin: 0 0 0 auto;
  }
}
#section03_maincontents .photobox_right2 .text .imgs {
  width: 60%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0%;
  transform: translate(-40%, -40%);
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_right2 .text .imgs {
    transform: translate(-40%, -40%);
    width: 50%;
    top: 0%;
    left: 0;
  }
}
#section03_maincontents .photobox_right2 .text h3 {
  text-align: left;
  padding-left: 0.5em;
  border-left: 8px solid #d5801e;
  position: relative;
  z-index: 20;
}
#section03_maincontents .photobox_right2 .text .base_text {
  text-align: left;
  margin-top: 1.2em;
  line-height: 160%;
  position: relative;
  z-index: 20;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_right2 .text .base_text {
    width: 90%;
  }
}
#section03_maincontents .photobox_right2 .imgsphoto {
  width: 110%;
  position: absolute;
  top: 105%;
  left: 10%;
  z-index: 30;
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_right2 .imgsphoto {
    display: none;
  }
}
#section03_maincontents .photobox_right2 .imgsphoto_sp {
  width: 60%;
  position: absolute;
  top: 100%;
  left: 0%;
  z-index: 30;
  display: none;
  transform: translate(-25%, 0%);
}
@media screen and (max-width:800px) {
  #section03_maincontents .photobox_right2 .imgsphoto_sp {
    display: block;
  }
}

#section04botans {
  width: 100%;
  padding: 65px 0;
  background: linear-gradient(90deg, rgb(164, 134, 77) 0%, rgb(176, 148, 93) 3.57%, rgb(199, 174, 123) 11.64%, rgb(217, 195, 147) 20.14%, rgb(230, 210, 164) 29.15%, rgb(238, 218, 174) 39.02%, rgb(240, 221, 177) 51.37%, rgb(238, 219, 174) 64.41%, rgb(231, 211, 165) 73.58%, rgb(219, 197, 149) 81.56%, rgb(202, 178, 127) 88.87%, rgb(181, 153, 99) 95.65%, rgb(164, 134, 77) 100%);
}
@media screen and (max-width:800px) {
  #section04botans {
    padding: 40px 0;
  }
}
#section04botans .section__in {
  width: 90%;
  max-width: 910px;
  margin: 0 auto;
}
#section04botans .subs {
  width: 35%;
  max-width: 212px;
  margin: 0 auto 1.5em auto;
}
#section04botans h2 {
  width: 100%;
  padding: 0.25em 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  line-height: 160%;
  position: relative;
}
#section04botans h2 .ill {
  width: 14%;
  position: absolute;
  top: 0;
  left: 5%;
  transform: translate(0, -110%);
}
@media screen and (max-width:800px) {
  #section04botans h2 .ill {
    transform: translate(0, -80%);
    left: 72.5%;
    width: 25%;
  }
}
#section04botans ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width:800px) {
  #section04botans ul {
    margin-top: 20px;
  }
}
#section04botans ul .left {
  width: 47.5%;
}
@media screen and (max-width:800px) {
  #section04botans ul .left {
    /*width:100%;
    margin-bottom: 5vw;*/
  }
}
#section04botans ul .right {
  width: 47.5%;
}
@media screen and (max-width:800px) {
  #section04botans ul .right {
    /*width:100%;*/
  }
}
#section04botans .minis {
  margin-top: 0.5em;
  text-align: left;
}/*# sourceMappingURL=newmodelroom_3ldk2.css.map */