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

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

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

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

/**scss共通ここまで***/
#footatens.footatens__plan {
  background-color: #ece9e6;
}

#section01 {
  position: relative;
  padding: 180px 0 35px 0;
  z-index: 1;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 90px 0 35px 0;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#section01 h1 {
  margin-bottom: 1.75em;
}
#section01 .base_text {
  line-height: 160%;
}

#imgwide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#imgwide .text {
  position: absolute;
  z-index: 5;
  bottom: 10px;
  right: 15px;
  color: #fff;
}

#section02 {
  width: 100%;
  padding: 100px 0 180px 0;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 10vw 0 20vw 0;
  }
}
#section02 .atens {
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 100%;
  color: #fff;
}
#section02 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section02 ul.menulocation {
  width: 90%;
  margin: 0 auto 120px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section02 ul.menulocation {
    width: 100%;
    margin-bottom: 10vw;
    flex-wrap: wrap;
  }
}
#section02 ul.menulocation li {
  width: 31%;
  line-height: 120%;
}
@media screen and (max-width:800px) {
  #section02 ul.menulocation li {
    width: 100%;
    margin-bottom: 3.5vw;
  }
}
#section02 ul.menulocation li a {
  display: block;
  width: 100%;
  border: 1px solid #999;
  display: flex;
  align-items: center;
}
#section02 ul.menulocation li a.active {
  background-color: #333042;
}
#section02 ul.menulocation li a .tetobx {
  width: 100%;
  display: inline-block;
  padding: 1em 0;
  text-align: center;
  color: #fff;
}
#section02 h2 {
  text-align: center;
  margin-bottom: 0.5em;
}
#section02 .base_text {
  text-align: center;
  line-height: 160%;
  margin-bottom: 2.5em;
}
#section02 .map01 {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section02 .map01 {
    width: 112%;
    margin-left: -6%;
    margin-right: -6%;
    margin-bottom: 40px;
  }
}
#section02 .map01 figcaption {
  color: #fff;
  padding-top: 0.7em;
  text-align: right;
}
@media screen and (max-width:800px) {
  #section02 .map01 figcaption {
    padding-right: 3%;
    padding-left: 3%;
    text-align: right;
  }
}
@media screen and (max-width:800px) {
  #section02 .map01 .spgyou {
    display: block;
    margin-top: 0.75em;
  }
}
#section02 .h3titles {
  text-align: center;
  margin-bottom: 1em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #section02 .h3titles {
    text-align: left;
  }
}
#section02 .base_text1 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 4em auto;
  line-height: 210%;
}
@media screen and (max-width:800px) {
  #section02 .base_text1 {
    margin: 0 auto 3em auto;
  }
}
#section02 .map02 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 140px auto;
}
@media screen and (max-width:800px) {
  #section02 .map02 {
    margin: 0 auto 60px auto;
  }
}
#section02 .map02 figcaption {
  margin-top: 1em;
  text-align: right;
}
#section02 .wide900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#section02 .redimg {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02 .redimg {
    width: 112%;
    margin-left: -6%;
    margin-right: -6%;
  }
}
#section02 .redimg figcaption {
  position: relative;
  width: 100%;
  text-align: right;
  padding-top: 0.7em;
}
#section02 .redimg.nobottom {
  margin-bottom: 2em;
}
#section02 .notext {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section02 .notext {
    justify-content: flex-start;
  }
}
#section02 .notext .noimg {
  width: 2em;
  margin-right: 0.75em;
}
#section02 .notext .notext {
  letter-spacing: 0.1em;
}
#section02 .notext.leftext {
  justify-content: flex-start;
}
#section02 .base_text2 {
  width: 70%;
  margin: 1.5em auto 120px auto;
  text-align: left;
  line-height: 200%;
}
@media screen and (max-width:800px) {
  #section02 .base_text2 {
    width: 100%;
    margin-bottom: 15vw;
  }
}
#section02 ul.clum3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section02 ul.clum3 {
    margin-bottom: 5vw;
  }
}
#section02 ul.clum3 li {
  width: 32.5%;
}
@media screen and (max-width:800px) {
  #section02 ul.clum3 li {
    width: 100%;
    margin-bottom: 3.5vw;
  }
}
#section02 ul.clum3 li .names {
  padding: 0.75em 0 0;
}
#section02 .shopimg {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02 .shopimg {
    width: 112%;
    margin-left: -6%;
    margin-right: -6%;
  }
}
#section02 .shopimg figcaption {
  position: relative;
  width: 100%;
  text-align: right;
  padding-top: 0.7em;
}
#section02 .shopimg.nobottom {
  margin-bottom: 1em;
}
#section02 .clumbox2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section02 .clumbox2 {
    margin-bottom: 2em;
  }
}
#section02 .clumbox2 .left {
  width: 49%;
}
@media screen and (max-width:800px) {
  #section02 .clumbox2 .left {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
#section02 .clumbox2 .right {
  width: 49%;
}
@media screen and (max-width:800px) {
  #section02 .clumbox2 .right {
    width: 100%;
  }
}
#section02 .clumbox2 .notext2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section02 .clumbox2 .notext2 {
    justify-content: flex-start;
  }
}
#section02 .clumbox2 .notext2 .noimg {
  width: 2em;
  margin-right: 0.75em;
}
#section02 .clumbox2 .notext2 .notext {
  letter-spacing: 0.1em;
}
#section02 .base_text3 {
  margin: 1.5em auto 0em auto;
  text-align: left;
  line-height: 200%;
}
#section02 h3 {
  text-align: center;
}
#section02 .botan_more {
  width: 44px;
  margin: 0 auto 0 auto;
  transform: translate(0, 35%);
}
#section02 .botan_more:hover {
  cursor: pointer;
}
#section02 .miniteitle {
  width: 100%;
  margin-bottom: 1.5em;
  line-height: 160%;
}
#section02 .miniteitle.moreup {
  margin-top: 70px;
}
@media screen and (max-width:800px) {
  #section02 .miniteitle.moreup {
    margin-top: 0px;
  }
}
#section02 .adc_contena02 {
  display: block !important;
  padding-top: 0 !important;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena02 {
    padding-top: 0 !important;
  }
}
#section02 .adc_contena {
  width: 100%;
  border: 1px solid #999;
  background-color: #000;
  color: #fff;
  display: none;
  padding: 100px 5% 10px 5%;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena {
    padding: 50px 5% 10px 5%;
  }
}
#section02 .adc_contena .adc_contena__in {
  width: 100%;
  margin: 0 auto 0px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in {
    padding: 0vw 0 12.5vw 0;
  }
}
#section02 .adc_contena .adc_contena__in .text {
  width: 27.5%;
  line-height: 190%;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in .text {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in .text p.mms {
    padding-top: 0.75em;
  }
}
#section02 .adc_contena .adc_contena__in .photo {
  width: 70%;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in .photo {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#section02 .adc_contena .inimg01 {
  width: 100%;
  margin: 0 auto 70px auto;
}
#section02 .adc_contena .adc_contena__in2 {
  width: 100%;
  margin: 0 auto 70px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in2 {
    margin: 0 auto 0px auto;
    padding: 0vw 0 0vw 0;
  }
}
#section02 .adc_contena .adc_contena__in2 .text {
  width: 34.4%;
  line-height: 190%;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in2 .text {
    width: 100%;
    margin-bottom: 0em;
    display: flex;
    flex-wrap: wrap;
  }
}
#section02 .adc_contena .adc_contena__in2 .text .intext {
  margin-bottom: 4em;
  line-height: 200%;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in2 .text .intext {
    width: 100%;
    margin-bottom: 2em;
    order: 2;
  }
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in2 .text .inimg {
    width: 100%;
    order: 1;
    margin-top: 5vw;
  }
}
#section02 .adc_contena .adc_contena__in2 .text .inimg figcaption {
  margin-top: 0.75em;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in2 .text .inimg figcaption {
    text-align: right;
  }
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in2 .text .bbb {
    margin-bottom: 0.5em;
  }
}
#section02 .adc_contena .adc_contena__in2 .text .miniminis {
  letter-spacing: -0.05em;
}
#section02 .adc_contena .adc_contena__in2 .photo {
  width: 61%;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in2 .photo {
    width: 100%;
  }
}
#section02 .adc_contena .adc_contena__in2 .photo .intext {
  margin-top: 1em;
  line-height: 200%;
}
#section02 .adc_contena .lasttext {
  text-align: right;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .lasttext {
    text-align: right;
  }
}
#section02 .adc_contena .adc_contena__in3 {
  width: 100%;
  margin: 30px auto 0px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in3 {
    margin: 0 auto 0px auto;
    padding: 5vw 0 0vw 0;
  }
}
#section02 .adc_contena .adc_contena__in3 .text {
  width: 30%;
  line-height: 190%;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in3 .text {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
#section02 .adc_contena .adc_contena__in3 .text .intext {
  margin-bottom: 4em;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in3 .text .intext {
    margin-bottom: 2em;
  }
}
#section02 .adc_contena .adc_contena__in3 .text .inimg figcaption {
  margin-top: 0.75em;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in3 .text .inimg figcaption {
    text-align: right;
  }
}
#section02 .adc_contena .adc_contena__in3 .text .sikaku {
  width: 100%;
  text-align: center;
  padding: 0.5em 0;
  border: 1px solid #999;
  margin-top: 1em;
}
#section02 .adc_contena .adc_contena__in3 .photo {
  width: 67.5%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in3 .photo {
    width: 114%;
    margin-left: -7%;
    margin-right: -7%;
  }
}
#section02 .adc_contena .adc_contena__in3 .photo .intext {
  margin-top: 1em;
}
#section02 .adc_contena .adc_contena__in3 .photo figure {
  position: relative;
}
#section02 .adc_contena .adc_contena__in3 .photo figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in3 .photo figcaption {
    padding-right: 2%;
  }
}
#section02 .adc_contena .adc_contena__in3 .photo .aattees {
  text-align: right;
  padding-top: 1em;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in3 .photo .aattees {
    padding-right: 2%;
    line-height: 140%;
  }
}
#section02 .adc_contena .adc_contena__in3 .sptitles {
  display: none;
}
@media screen and (max-width:800px) {
  #section02 .adc_contena .adc_contena__in3 .sptitles {
    display: block;
    width: 100%;
    padding: 2em 0 1.5em 0;
  }
}
#section02 h4 {
  margin-top: 70px;
  text-align: center;
}
#section02 h4 span {
  display: inline-block;
  line-height: 100%;
  padding: 0.5em 3.5em;
  background-color: #f3cb65;
  color: #000;
}
@media screen and (max-width:800px) {
  #section02 h4 {
    margin-top: 70px;
  }
}
#section02 .moreuptext {
  margin-top: 0.75em;
}
#section02 .adc_contena02 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border: 0;
  border-top: 0px solid #999;
}

#section03 {
  background-color: #f2f0ee;
  padding: 100px 0 1px 0;
}
#section03 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section03 ul.menulocation {
  width: 90%;
  margin: 0 auto 120px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section03 ul.menulocation {
    width: 100%;
    margin-bottom: 10vw;
    flex-wrap: wrap;
  }
}
#section03 ul.menulocation li {
  width: 31%;
  line-height: 120%;
}
@media screen and (max-width:800px) {
  #section03 ul.menulocation li {
    width: 100%;
    margin-bottom: 3.5vw;
  }
}
#section03 ul.menulocation li a {
  display: block;
  width: 100%;
  border: 1px solid #000;
  color: #000;
  display: flex;
  align-items: center;
}
#section03 ul.menulocation li a.active {
  background-color: #333042;
  color: #fff !important;
}
#section03 ul.menulocation li a .tetobx {
  width: 100%;
  display: inline-block;
  padding: 1em 0;
  text-align: center;
}
#section03 h2 {
  text-align: center;
  margin-bottom: 0.5em;
}
#section03 .base_text {
  text-align: center;
  line-height: 160%;
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section03 .base_text {
    margin-bottom: 1.5em;
  }
}

#section03b {
  width: 100%;
  background-color: #f2f0ee;
  padding: 90px 0 200px 0;
}
@media screen and (max-width:800px) {
  #section03b {
    padding: 50px 0;
  }
}
#section03b .section__in {
  width: 90%;
  max-width: 700px;
  margin: 0 auto 0 auto;
}
#section03b .titles {
  margin-bottom: 1em;
}
#section03b .base_text {
  line-height: 200%;
  margin-bottom: 2.5em;
}
#section03b ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section03b ul li {
  width: 32.5%;
}
#section03b ul li.long {
  width: 100%;
  margin-bottom: 10px;
}
#section03b ul li .names {
  padding: 0.75em 0 0 0;
}

#section04 {
  background-color: #ffffff;
  padding: 100px 0 1px 0;
}
#section04 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section04 ul.menulocation {
  width: 90%;
  margin: 0 auto 120px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section04 ul.menulocation {
    width: 100%;
    margin-bottom: 10vw;
    flex-wrap: wrap;
  }
}
#section04 ul.menulocation li {
  width: 31%;
  line-height: 120%;
}
@media screen and (max-width:800px) {
  #section04 ul.menulocation li {
    width: 100%;
    margin-bottom: 3.5vw;
  }
}
#section04 ul.menulocation li a {
  display: block;
  width: 100%;
  border: 1px solid #000;
  color: #000;
  display: flex;
  align-items: center;
}
#section04 ul.menulocation li a.active {
  background-color: #333042;
  color: #fff !important;
}
#section04 ul.menulocation li a .tetobx {
  width: 100%;
  display: inline-block;
  padding: 1em 0;
  text-align: center;
}
#section04 h2 {
  text-align: center;
  margin-bottom: 0.5em;
}
#section04 .base_text {
  text-align: center;
  line-height: 160%;
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section04 .base_text {
    margin-bottom: 1.5em;
  }
}

#section04img {
  width: 100%;
  background-color: #000;
}
#section04img .clum2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
@media screen and (max-width:800px) {
  #section04img .clum2 {
    padding-bottom: 1.5vw;
  }
}
#section04img .clum2 .left {
  width: 49%;
}
@media screen and (max-width:800px) {
  #section04img .clum2 .left {
    width: 100%;
  }
}
#section04img .clum2 .right {
  width: 51%;
}
@media screen and (max-width:800px) {
  #section04img .clum2 .right {
    width: 100%;
  }
}
#section04img .clum2b {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
@media screen and (max-width:800px) {
  #section04img .clum2b {
    padding-bottom: 1.5vw;
  }
}
#section04img .clum2b .left {
  width: 49.75%;
}
@media screen and (max-width:800px) {
  #section04img .clum2b .left {
    width: 100%;
  }
}
#section04img .clum2b .left .left01 {
  margin-bottom: 8px;
}
@media screen and (max-width:800px) {
  #section04img .clum2b .left .left01 {
    margin-bottom: 0;
  }
}
#section04img .clum2b .right {
  width: 49.75%;
}
@media screen and (max-width:800px) {
  #section04img .clum2b .right {
    width: 100%;
  }
}
#section04img .clum2b .right .right01 {
  margin-bottom: 9px;
}
#section04img .rightetext {
  padding: 1.5em 1em 1.5em 1.5em;
  line-height: 160%;
  color: #fff;
  text-align: right;
}
@media screen and (max-width:800px) {
  #section04img .rightetext {
    text-align: right;
  }
}

#section04b {
  width: 100%;
  /*background-color: #f2f0ee;*/
  padding: 90px 0 100px 0;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section04b {
    padding: 50px 0;
  }
}
#section04b .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 0 auto;
}
#section04b .titles {
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section04b .titles {
    text-align: left;
  }
}
#section04b .base_text {
  line-height: 200%;
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section04b .base_text {
    margin-bottom: 1.5em;
  }
}
#section04b .phototext {
  position: absolute;
  bottom: -8px;
  right: 0.5em;
  transform: translate(0, 100%);
}
@media screen and (max-width:800px) {
  #section04b .phototext {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: right;
    transform: translate(0, 0%);
    padding-top: 0.5em;
  }
}
#section04b ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04b ul li {
  width: 24%;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  #section04b ul li {
    width: 49%;
  }
}
#section04b ul li.long {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width:800px) {
  #section04b ul li.long {
    width: 114%;
    margin-left: -7%;
    margin-right: -7%;
  }
}
#section04b ul li.long figure {
  position: relative;
}
#section04b ul li .names {
  padding: 0.75em 0 0.5em 0;
  line-height: 120%;
  text-align: center;
}
#section04c {
  width: 100%;
  background-color: #f2f0ee;
  padding: 90px 0 100px 0;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section04c {
    padding: 50px 0;
  }
}
#section04c .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 0 auto;
}
#section04c .titles {
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section04c .titles {
    text-align: left;
  }
}
#section04c .base_text {
  line-height: 200%;
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section04c .base_text {
    margin-bottom: 1.5em;
  }
}
#section04c .sakaephoto {
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section04c .sakaephoto {
    width: 114%;
    margin-left: -7%;
    margin-right: -7%;
    margin-bottom: 5vw;
  }
}
#section04c .boxclum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
#section04c .boxclum .left {
  width: 49%;
  background-color: #000;
  padding: 20px;
}
@media screen and (max-width:800px) {
  #section04c .boxclum .left {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section04c .boxclum .right {
  width: 49%;
  background-color: #000;
  padding: 20px;
}
@media screen and (max-width:800px) {
  #section04c .boxclum .right {
    width: 100%;
  }
}
#section04c .boxclum .names {
  width: 100%;
  text-align: center;
  padding: 1.75em 0;
  color: #fff;
}
#section04c .boxclum .base_text0 {
  width: 100%;
  color: #fff;
  line-height: 200%;
}
#section04c ul.henkaramu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04c ul.henkaramu li {
  width: 31%;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  #section04c ul.henkaramu li {
    width: 100%;
  }
}
#section04c ul.henkaramu li.long {
  width: 67%;
  margin-bottom: 10px;
}
@media screen and (max-width:800px) {
  #section04c ul.henkaramu li.long {
    width: 100%;
    margin-bottom: 3.5vw;
  }
}
#section04c ul.henkaramu li .names {
  padding: 0.75em 0 0.5em 0;
  line-height: 120%;
  text-align: center;
}
#section04d {
  width: 100%;
  background-color: #fff;
  padding: 90px 0 100px 0;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section04d {
    padding: 50px 0;
  }
}
#section04d .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 0 auto;
}
#section04d .titles {
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section04d .titles {
    text-align: left;
  }
}
#section04d .base_text {
  line-height: 200%;
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section04d .base_text {
    margin-bottom: 1.5em;
  }
}
#section04d .sakaephoto {
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section04d .sakaephoto {
    width: 114%;
    margin-left: -7%;
    margin-right: -7%;
    margin-bottom: 5vw;
  }
}
#section04d .boxclum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
#section04d .boxclum .left {
  width: 49%;
  background-color: #000;
  padding: 20px;
}
@media screen and (max-width:800px) {
  #section04d .boxclum .left {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section04d .boxclum .right {
  width: 49%;
  background-color: #000;
  padding: 20px;
}
@media screen and (max-width:800px) {
  #section04d .boxclum .right {
    width: 100%;
  }
}
#section04d .boxclum .names {
  width: 100%;
  text-align: center;
  padding: 1.75em 0;
  color: #fff;
}
#section04d .boxclum .base_text0 {
  width: 100%;
  color: #fff;
  line-height: 200%;
}
#section04d ul.henkaramu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 180px;
}
@media screen and (max-width:800px) {
  #section04d ul.henkaramu {
    margin-bottom: 90px;
  }
}
#section04d ul.henkaramu li {
  width: 33.3333333333%;
}
@media screen and (max-width:800px) {
  #section04d ul.henkaramu li {
    width: 100%;
    margin-bottom: 2.5vw;
  }
}
#section04d ul.henkaramu li .names {
  padding: 0.75em 0 0.5em 0;
  line-height: 120%;
  text-align: center;
}
#section04d .lasmaps {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section04d .lasmaps {
    width: 114%;
    margin-left: -7%;
    margin-right: -7%;
  }
}
#section04d .infotitle {
  text-align: center;
  margin: 70px 0 50px 0;
}
#section04d .infobox {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section04d .infobox .items {
  width: 47.5%;
  max-width: 382px;
}
@media screen and (max-width:800px) {
  #section04d .infobox .items {
    width: 100%;
    max-width: 800px;
    margin-bottom: 10vw;
  }
}

/**************************//*# sourceMappingURL=location.css.map */