@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%);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 50%;
  -webkit-animation: Flash1 1s infinite;
          animation: Flash1 1s infinite;
  -webkit-animation: beyooon_a 1s forwards;
          animation: beyooon_a 1s forwards;
  -webkit-animation: beyooon_b 1s forwards;
          animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 72, 110)), to(rgb(0, 120, 155)));
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@-webkit-keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes beyooon_a {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(0.5);
            transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1.22);
            transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  88% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_a {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(0.5);
            transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1.22);
            transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  88% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
}
@-webkit-keyframes beyooon_b {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  16% {
    -webkit-transform: scale(1.32);
            transform: scale(1.32);
  }
  28% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
  }
  44% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  59% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  73% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  88% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  16% {
    -webkit-transform: scale(1.32);
            transform: scale(1.32);
  }
  28% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
  }
  44% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  59% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  73% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  88% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            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);
}

.fonts {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  -webkit-transform: scale(1, 0.7);
          transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}

.fontm {
  font-family: "Noto Serif JP", serif;
}

h3.title_h3_eng .fonts_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  display: inline-block;
  line-height: 100%;
  -webkit-transform: scale(1, 0.7);
          transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  h3.title_h3_eng .fonts_title_h3_eng {
    font-size: 8.2vw;
  }
}
h3.title_h3_eng .fonts_sbu {
  margin-top: 0em;
  padding-left: 0.1em;
}
h3.title_h3_eng .fonts_sbu_title_h3_eng {
  font-family: "Aldrich", sans-serif;
  margin-top: -0.5em;
  padding-left: 0.1em;
  line-height: 100%;
  -webkit-transform: scale(1, 0.7);
          transform: scale(1, 0.7);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  h3.title_h3_eng .fonts_sbu_title_h3_eng {
    font-size: 3.2vw;
  }
}

/**scss共通ここまで***/
main {
  overflow: hidden;
}

header.active_degi {
  background-color: transparent;
}

#cv_section_close {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 110px 0 140px 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #cv_section_close {
    padding: 60px 0;
  }
}
#cv_section_close .cvobx {
  text-align: center;
  margin-top: 0px;
}
@media screen and (max-width:800px) {
  #cv_section_close .cvobx {
    margin-top: 0px;
  }
}
#cv_section_close .cvobx .cvtext {
  text-align: center;
  margin-bottom: 1em;
}
#cv_section_close .cvobx .botancenter {
  text-align: center;
}

#section01_plans {
  width: 100%;
  padding: 200px 0 75px 0;
}
@media screen and (max-width:800px) {
  #section01_plans {
    padding: 19.5vw 0 7.5vw 0;
  }
}
#section01_plans h1 {
  text-align: center;
}
#section01_plans .section__in {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}
#section01_plans .plantitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1em;
  border-bottom: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#section01_plans .plantitle .ppl {
  width: 18.6%;
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle .ppl {
    width: 35%;
  }
}
#section01_plans .plantitle .ppl figure {
  width: 75%;
  margin: 0 15% 0 10%;
}
#section01_plans .plantitle .ppt {
  width: 81.4%;
  padding-left: 1em;
}
@media screen and (max-width:800px) {
  #section01_plans .plantitle .ppt {
    width: 65%;
  }
}
#section01_plans .spectext {
  margin-top: 1em;
}
#section01_plans .spectext span.bigs {
  font-size: 225%;
  display: inline-block;
  padding: 0 0.15em;
}
#section01_plans .spectext span.pc {
  display: inline-block;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext span.pc {
    display: none;
  }
}
#section01_plans .spectext_sp {
  margin-top: 0.25em;
  display: none;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext_sp {
    display: block;
  }
}
#section01_plans .spectext2 {
  margin-top: 0.25em;
  padding-left: 4em;
}
@media screen and (max-width:800px) {
  #section01_plans .spectext2 {
    padding-left: 5.6em;
  }
}
#section01_plans .zu {
  width: 100%;
  max-width: 600px;
  margin: 80px auto 90px auto;
}
@media screen and (max-width:800px) {
  #section01_plans .zu {
    margin: 40px auto 40px auto;
  }
}
#section01_plans .zu2 {
  width: 100%;
  max-width: 800px;
  margin: 80px auto 90px auto;
}
@media screen and (max-width:800px) {
  #section01_plans .zu2 {
    margin: 40px auto 40px auto;
  }
}
#section01_plans ul.meritlist {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#section01_plans ul.meritlist li {
  width: 33.3333333333%;
  text-align: center;
  border-left: 1px solid #999;
  padding: 0.2em 0;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist li {
    width: 100%;
    border-left: 0px solid #999;
    border-top: 1px solid #999;
    padding: 1em 0;
  }
}
#section01_plans ul.meritlist li:last-child {
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section01_plans ul.meritlist2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#section01_plans ul.meritlist2 li {
  width: 33.3333333333%;
  text-align: center;
  border-left: 1px solid #999;
  padding: 1.2em 0;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li {
    width: 100%;
    border-left: 0px solid #999;
    border-top: 1px solid #999;
    padding: 1em 0;
  }
}
#section01_plans ul.meritlist2 li:last-child {
  border-right: 1px solid #999;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li:last-child {
    border-right: 0px solid #999;
    border-bottom: 1px solid #999;
  }
}
#section01_plans ul.meritlist2 li.text_ptop {
  padding-top: 2em;
}
@media screen and (max-width:800px) {
  #section01_plans ul.meritlist2 li.text_ptop {
    padding-top: 1em;
  }
}
#section01_plans .plan_atentiion {
  width: 100%;
  margin-top: 30px;
}
#section01_plans .plan_atentiion .t01 {
  margin-bottom: 1em;
}

#section02_plans {
  width: 100%;
}
#section02_plans .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

#plan_next_prev {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#plan_next_prev .left {
  display: block;
  width: 14.7%;
}
@media screen and (max-width:800px) {
  #plan_next_prev .left {
    width: 25%;
  }
}
#plan_next_prev .right {
  display: block;
  width: 14.7%;
}
@media screen and (max-width:800px) {
  #plan_next_prev .right {
    width: 25%;
  }
}

#section01_base {
  position: relative;
}
#section01_base p {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}

#section03_base {
  width: 100%;
  padding: 75px 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section03_base {
    padding: 40px 0;
  }
}
#section03_base .base_text {
  font-weight: 300;
  margin-top: 14px;
}
@media screen and (max-width:800px) {
  #section03_base .base_text {
    margin-top: 0.5em;
  }
}
#section03_base .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section03_base ul.menilist {
  width: 100%;
  max-width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
#section03_base ul.menilist.topmt {
  margin-top: 60px;
}
@media screen and (max-width:800px) {
  #section03_base ul.menilist.topmt {
    margin-top: 11vw;
  }
}
#section03_base ul.menilist.content_bottommt {
  margin-top: 84px;
}
#section03_base ul.menilist li {
  width: 32.5%;
}
@media screen and (max-width:800px) {
  #section03_base ul.menilist li {
    width: 100%;
    margin-bottom: 2.5vw;
  }
}
#section03_base ul.menilist li.active .center {
  background-color: #716253;
  color: #fff;
}
#section03_base ul.menilist li.active .centerin {
  color: #fff;
}
#section03_base ul.menilist li .center {
  border: 1px solid #716253;
  min-height: 4.4em;
  color: #716253;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  background-color: #fff;
}
#section03_base ul.menilist li .center:hover {
  background-color: #716253;
}
@media screen and (max-width:800px) {
  #section03_base ul.menilist li .center:hover {
    background-color: #fff;
  }
}
#section03_base ul.menilist li .center:hover .centerin {
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width:800px) {
  #section03_base ul.menilist li .center:hover .centerin {
    color: #716253;
  }
}
#section03_base ul.menilist li .centerin {
  width: 100%;
  text-align: center;
  display: block;
  color: #716253;
  padding: 0.4em 0;
}
#section03_base ul.menilist li .eng {
  font-weight: 700;
  line-height: 110%;
}
#section03_base ul.menilist li .jpn {
  margin-top: -0.25em;
}

.photowidebox {
  width: 100%;
  position: relative;
}
.photowidebox .imgs {
  position: relative;
}
.photowidebox .minis {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.photowidebox .minis.wihte {
  color: #fff;
}

#section03 {
  background-color: rgba(233, 230, 225, 0.5);
  padding: 110px 0 0;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 12vw 0 0vw;
  }
}
#section03 .title {
  text-align: center;
}
#section03 h2 {
  color: #716253;
  text-align: center;
}
#section03 .base_text {
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 14px;
}
@media screen and (max-width:800px) {
  #section03 .base_text {
    margin-top: 0.5em;
    margin-bottom: 8vw;
  }
}
#section03 .base_text span {
  font-size: 85%;
}
@media screen and (max-width:800px) {
  #section03 .base_text span {
    font-size: 70%;
  }
}
#section03 .section__in {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
}
#section03 .master_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 170px 0 0 auto;
  max-width: 1030px;
}
@media screen and (max-width:800px) {
  #section03 .master_block {
    display: block;
    margin: 0vw 0 0 auto;
  }
}
#section03 .master_block figure {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:800px) {
  #section03 .master_block figure {
    width: 100%;
  }
}
#section03 .master_block figure figcaption {
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section03 .master_block figure figcaption {
    margin-top: 2vw;
  }
}
#section03 .master_block .text_box {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section03 .master_block .text_box {
    width: 100%;
  }
}
#section03 .master_block .text_box h3 {
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section03 .master_block .text_box h3 {
    letter-spacing: 0.2em;
  }
}
#section03 .master_block .text_box p {
  margin-top: 10px;
  line-height: 2.1em;
}
@media screen and (max-width:800px) {
  #section03 .master_block .text_box p {
    line-height: 2.17em;
  }
}
#section03 .facade_img {
  margin-top: 74px;
}
@media screen and (max-width:800px) {
  #section03 .facade_img {
    margin-top: 13vw;
  }
}
#section03 .facade_img .facade_img_text {
  margin-top: 50px;
}
@media screen and (max-width:800px) {
  #section03 .facade_img .facade_img_text {
    margin-top: 3vw;
  }
}
#section03 ul.menilist {
  width: 100%;
  max-width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 84px auto 0;
}
#section03 ul.menilist li {
  width: 32.5%;
}
@media screen and (max-width:800px) {
  #section03 ul.menilist li {
    width: 49%;
    margin-bottom: 2.5vw;
  }
}
#section03 ul.menilist li.active .center {
  background-color: #716253;
  color: #fff;
}
#section03 ul.menilist li.active .centerin {
  color: #fff;
}
#section03 ul.menilist li .center {
  border: 1px solid #716253;
  min-height: 4.4em;
  color: #716253;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  background-color: #fff;
}
#section03 ul.menilist li .center:hover {
  background-color: #716253;
}
@media screen and (max-width:800px) {
  #section03 ul.menilist li .center:hover {
    background-color: #fff;
  }
}
#section03 ul.menilist li .center:hover .centerin {
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width:800px) {
  #section03 ul.menilist li .center:hover .centerin {
    color: #716253;
  }
}
#section03 ul.menilist li .centerin {
  width: 100%;
  text-align: center;
  display: block;
  color: #716253;
  padding: 0.4em 0;
}
#section03 ul.menilist li .eng {
  font-weight: 700;
  line-height: 110%;
}
#section03 ul.menilist li .jpn {
  margin-top: -0.25em;
}

.nav_link {
  width: 100%;
  padding: 100px 0;
  background-color: rgba(233, 230, 225, 0.5);
}
@media screen and (max-width:800px) {
  .nav_link {
    padding: 25px 0;
  }
}
.nav_link.content_bottommt {
  padding-top: 84px;
}
@media screen and (max-width:800px) {
  .nav_link.content_bottommt {
    padding-top: 9vw;
  }
}
.nav_link.nav_link--sec03 {
  padding-bottom: 190px;
}
@media screen and (max-width:800px) {
  .nav_link.nav_link--sec03 {
    padding-bottom: 14vw;
  }
}
.nav_link.nav_link--sec04 {
  padding: 18px 0 190px;
}
@media screen and (max-width:800px) {
  .nav_link.nav_link--sec04 {
    padding: 0 0 10vw;
  }
}
.nav_link.nav_link--sec05 {
  padding: 88px 0 200px;
}
@media screen and (max-width:800px) {
  .nav_link.nav_link--sec05 {
    padding: 8vw 0;
  }
}
.nav_link ul.menilist {
  width: 90%;
  max-width: 690px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav_link ul.menilist.topmt50 {
  margin-top: 50px;
}
.nav_link ul.menilist li {
  width: 32.5%;
}
@media screen and (max-width:800px) {
  .nav_link ul.menilist li {
    width: 100%;
    margin-bottom: 2.5vw;
  }
}
.nav_link ul.menilist li.active .center {
  background-color: #716253;
  color: #fff;
}
.nav_link ul.menilist li.active .centerin {
  color: #fff;
}
.nav_link ul.menilist li .center {
  border: 1px solid #716253;
  min-height: 4.4em;
  color: #716253;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  background-color: #fff;
}
.nav_link ul.menilist li .center:hover {
  background-color: #716253;
}
@media screen and (max-width:800px) {
  .nav_link ul.menilist li .center:hover {
    background-color: #fff;
  }
}
.nav_link ul.menilist li .center:hover .centerin {
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width:800px) {
  .nav_link ul.menilist li .center:hover .centerin {
    color: #716253;
  }
}
.nav_link ul.menilist li .centerin {
  width: 100%;
  text-align: center;
  display: block;
  color: #716253;
  padding: 0.4em 0;
}
.nav_link ul.menilist li .eng {
  font-weight: 700;
  line-height: 110%;
}
.nav_link ul.menilist li .jpn {
  margin-top: -0.25em;
}

#section04 {
  background-color: rgba(233, 230, 225, 0.5);
  padding: 108px 0 70px;
}
@media screen and (max-width:800px) {
  #section04 {
    padding: 11vw 0;
    overflow: hidden;
  }
}
#section04 .title {
  text-align: center;
}
#section04 h2 {
  color: #716253;
  text-align: center;
}
#section04 .base_text {
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 12px;
}
@media screen and (max-width:800px) {
  #section04 .base_text {
    margin-top: 0.5em;
    margin-bottom: 0;
  }
}
#section04 .base_text span {
  font-size: 85%;
}
@media screen and (max-width:800px) {
  #section04 .base_text span {
    font-size: 70%;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
}
#section04 h3 {
  margin-bottom: 0.35em;
}
#section04 h3.second {
  margin-top: 3em;
}
@media screen and (max-width:800px) {
  #section04 h3.second {
    margin-top: 1.5em;
  }
}
#section04 .mv_img {
  margin-top: 100px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section04 .mv_img {
    margin-top: 12vw;
  }
}
#section04 .mv_img .minis {
  position: absolute;
  bottom: 12px;
  right: 20px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section04 .mv_img .minis {
    bottom: 0;
    right: 7px;
  }
}
#section04 .privacy_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 120px auto 0;
  max-width: 910px;
}
@media screen and (max-width:800px) {
  #section04 .privacy_block {
    display: block;
    margin: 10vw auto 0;
  }
}
#section04 .privacy_block figure {
  width: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width:800px) {
  #section04 .privacy_block figure {
    width: 100%;
    margin-top: 19vw;
  }
}
#section04 .privacy_block figure img {
  width: 109%;
}
@media screen and (max-width:800px) {
  #section04 .privacy_block figure img {
    width: 100%;
  }
}
#section04 .privacy_block figure figcaption {
  text-align: right;
}
#section04 .privacy_block .text_box {
  width: 42%;
}
@media screen and (max-width:800px) {
  #section04 .privacy_block .text_box {
    width: 100%;
  }
}
#section04 .privacy_block .text_box p {
  margin-top: 22px;
  line-height: 2.1em;
}
@media screen and (max-width:800px) {
  #section04 .privacy_block .text_box p {
    margin-top: 5vw;
  }
}
#section04 .bottom_img {
  margin: 30px auto 0;
  max-width: 900px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section04 .bottom_img {
    margin: 5vw calc(50% - 50vw) 0;
    max-width: 100vw;
  }
}
#section04 .bottom_img figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
}
#section04 .attens {
  width: 100%;
  margin-top: 70px;
}
@media screen and (max-width:800px) {
  #section04 .attens {
    margin-top: 5vw;
  }
}

#section05 {
  background-color: rgba(233, 230, 225, 0.5);
  padding: 90px 0 0;
}
@media screen and (max-width:800px) {
  #section05 {
    padding: 50px 0 0;
  }
}
#section05 .title {
  text-align: center;
}
#section05 h2 {
  color: #716253;
  text-align: center;
}
#section05 .base_text {
  font-weight: 300;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 12px;
}
@media screen and (max-width:800px) {
  #section05 .base_text {
    margin-top: 0.5em;
    margin-bottom: 0;
  }
}
#section05 .base_text span {
  font-size: 85%;
}
@media screen and (max-width:800px) {
  #section05 .base_text span {
    font-size: 70%;
  }
}
#section05 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section05 .map_img {
  max-width: 820px;
  margin: 0 auto 0;
}
@media screen and (max-width:800px) {
  #section05 .map_img {
    margin: 10vw calc(50% - 50vw) 0;
    max-width: 100vw;
  }
}
#section05 .map_img img {
  width: 110%;
  margin-left: -6%;
}
@media screen and (max-width:800px) {
  #section05 .map_img img {
    margin-left: 0;
    width: 100%;
  }
}
#section05 .point_list {
  margin: 46px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 690px;
}
@media screen and (max-width:800px) {
  #section05 .point_list {
    display: block;
    width: 100%;
    margin-top: 6vw;
  }
}
#section05 .point_list li {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  background-color: #d4cabd;
  width: 48%;
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section05 .point_list li {
    margin-top: 4vw;
    padding: 3vw 0;
    width: 100%;
  }
}
#section05 .point_list li:first-child, #section05 .point_list li:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width:800px) {
  #section05 .point_list li:nth-child(2) {
    margin-top: 4vw;
  }
}
#section05 .parking_block {
  margin: 156px auto 0;
  max-width: 910px;
}
@media screen and (max-width:800px) {
  #section05 .parking_block {
    margin: 15vw auto 0;
  }
}
#section05 .parking_block figure {
  max-width: 900px;
  position: relative;
  top: 0;
  left: 0;
  width: 109%;
  margin-top: 50px;
}
@media screen and (max-width:800px) {
  #section05 .parking_block figure {
    max-width: 100vw;
    width: 100vw;
    margin: 8vw calc(50% - 50vw) 0;
  }
}
#section05 .parking_block figure figcaption {
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#section05 .parking_block .text_box p {
  margin-top: 13px;
  line-height: 2.1em;
}
#section05 .merit_block {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 28px 30px 20px 0;
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section05 .merit_block {
    margin-top: 7vw;
    padding: 4vw 2vw;
  }
}
#section05 .merit_block h4 {
  text-align: center;
  color: #716253;
}
#section05 .merit_block .merit_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width:800px) {
  #section05 .merit_block .merit_block_wrap {
    display: block;
    margin-top: 2vw;
  }
}
#section05 .merit_block .merit_block_wrap .img_box {
  width: 36%;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section05 .merit_block .merit_block_wrap .img_box {
    width: 100%;
  }
}
#section05 .merit_block .merit_block_wrap .img_box figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
}
#section05 .merit_block .merit_block_wrap .merit_content_box {
  width: 61.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section05 .merit_block .merit_block_wrap .merit_content_box {
    display: block;
    width: 100%;
  }
}
#section05 .merit_block .merit_block_wrap .merit_content_box dl {
  width: 32%;
  background-color: #e7e5dc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (max-width:800px) {
  #section05 .merit_block .merit_block_wrap .merit_content_box dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    width: 100%;
    margin-top: 2vw;
  }
}
@media screen and (max-width:800px) {
  #section05 .merit_block .merit_block_wrap .merit_content_box dl dt {
    width: 50%;
  }
}
#section05 .merit_block .merit_block_wrap .merit_content_box dl dd {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section05 .merit_block .merit_block_wrap .merit_content_box dl dd {
    display: block;
    width: 48%;
  }
}
@media screen and (max-width:800px) {
  #section05 .merit_block .merit_block_wrap .merit_content_box dl dd p {
    margin-top: 2vw;
  }
  #section05 .merit_block .merit_block_wrap .merit_content_box dl dd p.icon {
    margin-top: 0;
  }
}
#section05 .merit_block .merit_block_wrap .merit_content_box dl dd .icon {
  position: absolute;
  top: -28%;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section05 .merit_block .merit_block_wrap .merit_content_box dl dd .icon {
    position: relative;
    top: 0;
    left: 0;
    top: 0;
  }
}
#section05 .merit_block .merit_block_wrap .merit_content_box dl dd .icon img {
  display: inline-block;
  width: 22%;
}
@media screen and (max-width:800px) {
  #section05 .merit_block .merit_block_wrap .merit_content_box dl dd .icon img {
    width: 26%;
  }
}
#section05 .attens {
  margin: 48px auto 0;
  max-width: 1090px;
}
@media screen and (max-width:800px) {
  #section05 .attens {
    margin: 4vw auto 0;
    width: 90%;
  }
}

#section06 {
  background-color: rgba(233, 230, 225, 0.5);
  padding: 70px 0;
}
@media screen and (max-width:800px) {
  #section06 {
    padding: 50px 0;
  }
}
#section06 .title {
  text-align: center;
}
#section06 h2 {
  color: #716253;
  text-align: center;
}
#section06 .base_text {
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section06 .base_text {
    margin-top: 0.5em;
    margin-bottom: 50px;
  }
}
#section06 .base_text span {
  font-size: 85%;
}
@media screen and (max-width:800px) {
  #section06 .base_text span {
    font-size: 70%;
  }
}
#section06 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section06 .zehbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#section06 .zehbox .icon {
  width: 14.66%;
  margin-right: 1.25em;
}
@media screen and (max-width:800px) {
  #section06 .zehbox .icon {
    width: 30%;
    margin: 0 35% 30px 35%;
  }
}
#section06 .zehbox .icon .icons {
  mix-blend-mode: multiply;
}
#section06 .zehbox .text {
  width: 56.8%;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section06 .zehbox .text {
    width: 100%;
  }
}
#section06 .caps01 {
  width: 100%;
  padding-top: 0.5em;
  text-align: right;
}
#section06 .yaji {
  width: 25px;
  margin: 20px auto;
}
#section06 .text01 {
  text-align: center;
  margin-bottom: 3em;
  color: #4c8d71;
}
@media screen and (max-width:800px) {
  #section06 .text01 {
    margin-bottom: 1em;
  }
}
#section06 .whitebox {
  width: 100%;
  background-color: #e7e5dc;
  padding: 50px 30px;
}
@media screen and (max-width:800px) {
  #section06 .whitebox {
    padding: 7.5vw 5vw;
  }
}
#section06 .whitebox h3 {
  margin-bottom: 0.5em;
}
#section06 .whitebox .text02 {
  line-height: 160%;
  text-align: left;
  margin-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section06 .whitebox .text02 {
    text-align: left;
  }
}
#section06 .whitebox .imgs02 {
  width: 100%;
  margin: 0px auto 60px auto;
}
#section06 .whitebox .text03 {
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section06 .whitebox .text03 {
    text-align: left;
  }
}
#section06 .whitebox .imgs03 {
  width: 100%;
  margin: 30px auto 0px auto;
}
#section06 .caps02 {
  width: 100%;
  padding-top: 0.5em;
  text-align: right;
}
#section06 ul.listbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width:800px) {
  #section06 ul.listbox {
    margin-top: 30px;
  }
}
#section06 ul.listbox li {
  width: 30.22%;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section06 ul.listbox li {
    width: 48.5%;
    margin-bottom: 25px;
  }
}
#section06 ul.listbox li .ats {
  text-align: right;
  padding-top: 0.5em;
}
#section06 ul.listbox li.clum2 {
  width: 48.5%;
}
@media screen and (max-width:800px) {
  #section06 ul.listbox li.clum2 {
    width: 100%;
  }
}
#section06 ul.listbox li.clum4 {
  width: 22.5%;
}
@media screen and (max-width:800px) {
  #section06 ul.listbox li.clum4 {
    width: 48.5%;
  }
}
#section06 ul.listbox li.longs {
  width: 55.55%;
}
@media screen and (max-width:800px) {
  #section06 ul.listbox li.longs {
    width: 100%;
  }
}
#section06 ul.listbox li.shorts {
  width: 38.66%;
}
@media screen and (max-width:800px) {
  #section06 ul.listbox li.shorts {
    width: 100%;
  }
}
#section06 ul.listbox li figure {
  position: relative;
}
#section06 ul.listbox li figure figcaption {
  position: absolute;
  bottom: 7px;
  right: 7px;
  z-index: 15;
}
#section06 ul.listbox li figure figcaption.white {
  color: #fff;
}
#section06 ul.listbox li .name {
  padding: 0.5em 0 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:800px) {
  #section06 ul.listbox li .name {
    padding: 0.35em 0 0.35em 0;
  }
}
#section06 ul.listbox li .name .inname {
  width: 100%;
}
#section06 ul.listbox li .base_text2 {
  text-align: left;
  margin-bottom: 1em;
}
#section06 ul.listbox li .base_text2 span.mini {
  font-size: 70%;
  display: block;
}
#section06 ul.listbox li .pc_onlybox {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section06 ul.listbox li .pc_onlybox {
    display: none;
  }
}
#section06 .inclumbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#section06 .inclumbox.mores {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section06 .inclumbox.mores {
    margin-top: 35px;
  }
}
#section06 .inclumbox .items {
  width: 48.5%;
}