.pre-inc.layer .main_wrap .main_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(26, 102, 0, 0.2);
}
.pre-inc section figure img {
  width: 100%;
}
.pre-inc section {
  animation-name: contents_anime;
}
.pre-inc #intro {
  margin: -1px auto 0;
}
.pre-inc #intro h3 {
  text-align: center;
  width: 100%;
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 5%;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  animation-name: img_anime;
  color: #fff;
}
.pre-inc #intro h3 strong {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.pre-inc #shopping h3 {
  color: #734576;
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  text-align: center;
}
.pre-inc .contents_tit {
  font-size: 28px;
  text-align: center;
}
.pre-inc .contents_tit i {
  background: linear-gradient(85deg, #c7a260 40%, #f4ddaa 70%, #eac586 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-family: "Wide Latin", serif;
  text-shadow: none;
  font-size: 1.13em;
  line-height: 1;
}
.pre-inc .contents_tit div {
  margin-top: 0.3em;
  letter-spacing: 0.1em;
}
.pre-inc .contents_tit + p {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}
.pre-inc .contents_tit + p span {
  font-size: 14px;
}
.pre-inc #shopping {
  padding: 60px 0 70px;
  background: url("../img/location/shopping_bg.png") top center no-repeat #FFF;
  background-size: 100% auto;
}
.pre-inc .shopping_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.pre-inc .shopping_item > figure {
  animation-name: img_anime;
}
.pre-inc #nature {
  padding: 60px 0 70px;
  background: #f7f7f7;
}
.pre-inc .nature_item > figure {
  animation-name: img_anime;
}
.pre-inc .nature_item > figure:nth-of-type(n+2) {
  margin-top: 7px;
}
.pre-inc #life_style {
  padding: 60px 0 0;
}
.pre-inc .life_style_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.pre-inc .life_style_item > figure {
  animation-name: img_anime;
  width: 49.71%;
}
.pre-inc .life_style_item > figure:nth-of-type(3) {
  width: 100%;
}
.pre-inc .life_style_item > figure:nth-of-type(n+3) {
  margin-top: 7px;
}
@media only screen and (min-width: 769px) {
  .pre-inc .shopping_item > figure:nth-of-type(1) {
    width: 55.47%;
  }
  .pre-inc .shopping_item > figure:nth-of-type(2) {
    width: 43.75%;
  }
  .pre-inc .shopping_item > figure:nth-of-type(3) {
    width: 49.52%;
  }
  .pre-inc .shopping_item > figure:nth-of-type(4) {
    width: 49.61%;
  }
  .pre-inc .shopping_item > figure:nth-of-type(5) {
    width: 55.47%;
  }
  .pre-inc .shopping_item > figure:nth-of-type(6) {
    width: 43.75%;
  }
  .pre-inc .shopping_item > figure:nth-of-type(n+3) {
    margin-top: 7px;
  }
  .pre-inc .nature_item {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 49.61% 49.71%;
    margin-top: 50px;
  }
  .pre-inc .nature_item > figure:nth-of-type(1) {
    grid-column: 1/3;
  }
  .pre-inc .nature_item > figure:nth-of-type(2) {
    grid-row: 2/4;
  }
  .pre-inc .shopping_item > figure:nth-of-type(even),
  .pre-inc .nature_item > figure:nth-of-type(n+3),
  .pre-inc .life_style_item > figure:nth-of-type(2),
  .pre-inc .life_style_item > figure:nth-of-type(5) {
    animation-delay: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc #intro h3 {
    font-size: 5vw;
  }
  .pre-inc #intro figure {
    height: 100vw;
  }
  .pre-inc #intro figure img {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
  }
  .pre-inc #shopping h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .pre-inc .contents_tit {
    font-size: 4.5vw;
    text-align: center;
  }
  .pre-inc .contents_tit i {
    font-size: 1.2em;
  }
  .pre-inc .contents_tit div {
    margin-top: 0.3em;
    letter-spacing: 0;
  }
  .pre-inc .contents_tit + p {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  .pre-inc .contents_tit + p span {
    font-size: 2.5vw;
  }
  .pre-inc #shopping {
    padding: 10vw 0 12vw;
  }
  .pre-inc .shopping_item {
    justify-content: center;
    margin-top: 5vw;
  }
  .pre-inc .shopping_item > figure {
    width: 100%;
  }
  .pre-inc .shopping_item > figure:nth-of-type(n+2) {
    margin-top: 1vw;
  }
  .pre-inc {
    /* .shopping_item > figure:nth-of-type(6){display: none;} */
  }
  .pre-inc #nature {
    padding: 10vw 0 12vw;
  }
  .pre-inc .nature_item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5vw;
  }
  .pre-inc .nature_item > figure {
    width: 100%;
  }
  .pre-inc {
    /* .nature_item > figure:nth-of-type(2){display: none;} */
  }
  .pre-inc .nature_item > figure:nth-of-type(n+2) {
    margin-top: 1vw;
  }
  .pre-inc #life_style {
    padding: 10vw 0 0;
  }
  .pre-inc .life_style_item {
    justify-content: center;
    margin-top: 5vw;
  }
  .pre-inc .life_style_item > figure {
    width: 100%;
  }
  .pre-inc {
    /* .life_style_item > figure:nth-of-type(2){display: none;} */
  }
  .pre-inc .life_style_item > figure:nth-of-type(n+2) {
    margin-top: 1vw;
  }
}
.pre-inc {
  /* fourarea */
}
.pre-inc section#fourarea {
  background: url("../img/location/location_bg.png") no-repeat top center;
  padding: 70px 0;
}
.pre-inc .centerttl {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.pre-inc #fourarea h3.areattl {
  color: #734576;
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.pre-inc .areawarp {
  margin-bottom: 50px;
}
.pre-inc .mikuniarea .areacontents h4 {
  font-size: 24px;
  margin: 20px 0;
  letter-spacing: 0.1em;
}
.pre-inc .areacontents p {
  font-size: 16px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.pre-inc .areacontents p span {
  font-size: 14px;
}
.pre-inc .mikuniarea {
  display: flex;
  justify-content: space-between;
}
.pre-inc .mikuniarea .areacontents {
  width: 47.8515625%;
}
.pre-inc .mikuni_imgs {
  display: flex;
  justify-content: space-between;
}
.pre-inc .mikuni_imgs .mikuniimg_left {
  width: 58.1632653061%;
}
.pre-inc .mikuni_imgs .mikuniimg_right {
  width: 40.5%;
}
.pre-inc .areacontents h4 {
  font-size: 24px;
  margin: 20px 0 10px;
  letter-spacing: 0.1em;
}
.pre-inc .juso_imgs {
  display: flex;
  justify-content: space-between;
}
.pre-inc .juso_imgs .jusoimg {
  width: 47.8515625%;
}
.pre-inc .shinosaka_imgs {
  display: flex;
  justify-content: space-between;
}
.pre-inc .shinosaka_imgs .shinosakaimg {
  width: 49.8046875%;
}
.pre-inc .umedacontents {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.pre-inc .umedacontents .umedaleft {
  width: 58.59375%;
}
.pre-inc .umedacontents .umedaleft {
  width: 58.59375%;
}
.pre-inc .areacontents .umedacontents .umedaleft h4 {
  margin: 0 0 10px;
}
.pre-inc .umedacontents .umedaright {
  width: 39.0625%;
}
.pre-inc .umedacontents .umedaright p {
  font-size: 12px;
  margin-top: 5px;
}
.pre-inc .shopping_contents .lifelist {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.pre-inc .shopping_contents .lifelist .lifeimg {
  width: 32.2265625%;
}
.pre-inc .shopping_contents .lifelist:nth-child(2) {
  margin-top: 20px;
}
.pre-inc .shopping_contents .lifelist:nth-child(2) .lifeimg {
  width: 24.4140625%;
}
.pre-inc #spot {
  background: #E1EEE3;
  padding: 80px 0 40px;
}
.pre-inc .spot_contents {
  margin-bottom: 30px;
}
.pre-inc .spot_contents h4 {
  font-size: 32px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.pre-inc .spotlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .spotlist .spotinfo {
  width: 23.4375%;
  margin-bottom: 20px;
}
.pre-inc .spotlist .spotinfo p {
  font-size: 14px;
  margin: 8px 0 0;
}
.pre-inc #map {
  padding: 80px 0;
}
.pre-inc #map h3 {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}
.pre-inc #lifeinformation h3 {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}
.pre-inc .lifeinformation_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pre-inc .lifeinformation_list .linfo_contents {
  width: 32.2265625%;
}
.pre-inc .lifeinformation_list .linfo_contents .linfo_list {
  margin-bottom: 20px;
}
.pre-inc .lifeinformation_list .linfo_contents .linfo_list h4 {
  color: #FFF;
  background: linear-gradient(90deg, rgb(69, 28, 29) 0%, rgb(228, 91, 105) 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  margin-bottom: 6px;
}
.pre-inc .lifeinformation_list .linfo_contents .linfo_list h4 strong {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.pre-inc .lifeinformation_list .linfo_contents .linfo_list h4 span {
  font-size: 14px;
}
.pre-inc .linfo_list ul li {
  font-size: 12px;
  display: flex;
}
.pre-inc .linfo_list ul li div:nth-child(1) {
  width: 45%;
}
.pre-inc .linfo_list ul li div:nth-child(2) {
  width: 19%;
  margin: 0 0.5%;
  text-align: right;
}
.pre-inc .linfo_list ul li div:nth-child(3) {
  width: 36%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .pre-inc .linfo_list ul li div:nth-child(1) {
    width: 49%;
  }
  .pre-inc .linfo_list ul li div:nth-child(2) {
    width: 19%;
  }
  .pre-inc .linfo_list ul li div:nth-child(3) {
    width: 32%;
  }
}
.pre-inc {
  /* lifestyle */
}
.pre-inc #style {
  background: #F7F7F7;
  padding: 80px 0;
  margin-top: 80px;
}
.pre-inc #style .styleillust_left, .pre-inc #style .styleillust_left02, .pre-inc #style .styleillust_left03, .pre-inc #style .styleillust_left04, .pre-inc #style .styleillust_left05, .pre-inc #style .styleillust_left06 {
  position: absolute;
  top: 100px;
  left: 5%;
  z-index: 1;
}
.pre-inc #style .styleillust_right, .pre-inc #style .styleillust_right02, .pre-inc #style .styleillust_right03, .pre-inc #style .styleillust_right04, .pre-inc #style .styleillust_right05, .pre-inc #style .styleillust_right06 {
  position: absolute;
  right: 1%;
  top: 0;
  z-index: 1;
}
.pre-inc #style .styleillust_right02 {
  width: 40%;
  z-index: 1;
  top: -120px;
}
.pre-inc #style .styleillust_right05 {
  width: 40%;
  z-index: 1;
  top: 340px;
}
.pre-inc #style .styleillust_right06 {
  width: 40%;
  z-index: 1;
  top: -40px;
}
.pre-inc .stylehead {
  z-index: 2;
}
.pre-inc #style .contents_tit {
  font-size: 28px;
  margin-bottom: 30px;
}
.pre-inc #style .contents_tit + p {
  font-size: 15px;
  line-height: 2;
  text-align: center;
  margin-top: 1.2em;
}
.pre-inc .styleimages {
  width: 100%;
  max-width: 1280px;
  margin: 50px auto;
}
.pre-inc .styleimages ul {
  display: flex;
  flex-wrap: wrap;
}
.pre-inc .styleimages ul li {
  width: 25%;
}
.pre-inc .lifestyle_models {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  z-index: 3;
}
.pre-inc .tab-area {
  font-family: "Cormorant Garamond", serif;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #945072;
  padding: 0 3%;
}
.pre-inc .tab-area li {
  color: #FFF;
  background: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  width: 31%;
  max-width: 300px;
  height: 60px;
}
.pre-inc .tab-area li.active {
  background: #945072;
}
.pre-inc .panel {
  font-family: "Noto Serif JP", serif;
  background: #FDFCFA;
  display: none;
  border-bottom: 2px solid #935073;
}
.pre-inc .panel.active {
  display: block;
}
.pre-inc .panelinner {
  padding: 50px;
}
.pre-inc .modelhead {
  font-family: "Cormorant Garamond", serif;
}
.pre-inc .stylettl {
  font-size: 24px;
  color: #925072;
  margin-bottom: 20px;
}
.pre-inc .modelhead p {
  font-size: 15px;
}
.pre-inc .modelhead p.readtext {
  color: #000;
  font-size: 24px;
  margin-bottom: 15px;
}
.pre-inc .tal {
  text-align: left;
}
.pre-inc section .panel-area figure img {
  width: auto;
}
.pre-inc .panel figure {
  width: auto;
  display: inline-block;
}
.pre-inc .panel {
  position: relative;
}
.pre-inc .modelhead {
  display: flex;
}
.pre-inc .time {
  color: #925072;
  font-size: 36px;
  font-family: "EB Garamond", serif;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.pre-inc .infobox h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.pre-inc .infobox h4 span {
  font-size: 14px;
}
.pre-inc .infobox p {
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 1px;
}
.pre-inc .infobox .note {
  font-size: 12px;
}
.pre-inc .lifestyleimg p {
  margin-top: 5px;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0px;
}
.pre-inc .lifestyleimg p span {
  font-size: 14px;
  display: block;
}
.pre-inc {
  /* panel01 */
}
.pre-inc .panel01 .inimg01 {
  position: absolute;
  top: -50px;
  right: -50px;
}
.pre-inc .panel01 .modelhead {
  display: flex;
  align-items: flex-end;
}
.pre-inc .panel01 .modelhead .headtext {
  width: 470px;
  display: block;
}
.pre-inc .panel01 .modelhead .headtext dl {
  display: flex;
  justify-content: space-between;
}
.pre-inc .panel01 .modelhead .headtext dt {
  width: 56.66%;
}
.pre-inc .panel01 .modelhead .headtext dd {
  width: 33.33%;
}
.pre-inc .panel01 .contents01 {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
}
.pre-inc .panel01 .contents01 .infobox {
  width: 510px;
}
.pre-inc .panel01 .contents01 .imagebox {
  margin-top: 80px;
}
.pre-inc .contents02 {
  display: flex;
  margin-top: 10px;
}
.pre-inc .panel01 .contents02 .imageboxfirst {
  margin-top: -100px;
}
.pre-inc .panel01 .contents02 .infobox {
  width: 340px;
  margin-left: 30px;
  margin-right: 15px;
}
.pre-inc .panel01 .contents02 .imagebox {
  margin-top: 55px;
}
.pre-inc .panel01 .contents03 {
  display: block;
}
.pre-inc .panel01 .contents03 .imageboxfirst {
  position: absolute;
  right: -50px;
  top: 120px;
}
.pre-inc .panel01 .contents03 .infobox {
  width: 590px;
  margin-right: 15px;
  margin-bottom: 20px;
}
.pre-inc .panel01 .contents03 .imagebox {
  margin-top: 30px;
  text-align: right;
  width: 590px;
}
.pre-inc .contents04 {
  display: flex;
  margin-top: 70px;
}
.pre-inc .panel01 .contents04 .imageboxfirst {
  margin-top: -100px;
}
.pre-inc .panel01 .contents04 .infobox {
  width: 350px;
  margin-left: 30px;
  margin-right: 15px;
}
.pre-inc .panel01 .contents04 .imagebox {
  margin-top: 80px;
}
.pre-inc {
  /* panel02 */
}
.pre-inc .panel02 .inimg01 {
  position: absolute;
  top: -50px;
  right: -50px;
}
.pre-inc .panel02 .modelhead {
  display: flex;
  align-items: flex-end;
}
.pre-inc .panel02 .modelhead .headtext {
  width: 470px;
  display: block;
}
.pre-inc .panel02 .contents01 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.pre-inc .panel02 .contents01 .infobox {
  width: 580px;
}
.pre-inc .panel02 .contents01 .inflex {
  width: 580px;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.pre-inc .panel02 .contents01 .inflex .lifestyleimg {
  width: 300px;
}
.pre-inc .panel02 .contents01 .inflex .lifestyleimg {
  letter-spacing: -1px;
}
.pre-inc .panel02 .contents01 .inflex .lifestyleimg small {
  font-size: 14px;
}
.pre-inc .panel02 .contents01 .imagebox .lifestyleimg:nth-child(1) {
  margin: 80px 0 30px;
}
.pre-inc .panel02 .contents02 {
  margin-top: 10px;
}
.pre-inc .panel02 .contents02 .imageboxfirst {
  position: absolute;
  left: -50px;
  top: -120px;
}
.pre-inc .panel02 .contents02 .imagebox {
  margin-left: 90px;
  margin-top: 152px;
}
.pre-inc .panel02 .contents02 .infobox {
  padding-left: 90px;
}
.pre-inc .panel02 .contents03 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.pre-inc .panel02 .contents03 .infobox {
  width: 570px;
  width: 63.33%;
}
.pre-inc .panel02 .contents03 .imagebox {
  max-width: 300px;
  width: 33.33%;
  margin-top: -60px;
}
.pre-inc {
  /* panel03 */
}
.pre-inc .panel03 .inimg01 {
  position: absolute;
  top: -50px;
  right: -50px;
}
.pre-inc .panel03 .modelhead {
  display: flex;
  align-items: flex-end;
}
.pre-inc .panel03 .modelhead .headtext {
  width: 610px;
  display: block;
}
.pre-inc .panel03 .contents01 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.pre-inc .panel03 .contents01 .infobox {
  width: 570px;
}
.pre-inc .panel03 .contents01 .inflex {
  width: 570px;
  margin-top: 30px;
}
.pre-inc .panel03 .contents01 .inflex .lifestyleimg {
  width: 300px;
}
.pre-inc .panel03 .contents01 .imagebox .lifestyleimg {
  margin-top: 80px;
}
.pre-inc .panel03 .contents02 {
  margin-top: -25px;
  display: flex;
  justify-content: space-between;
}
.pre-inc .panel03 .contents02 .infobox {
  flex: 1;
  margin-left: 35px;
}
.pre-inc .panel03 .contents02 .inflex .lifestyleimg {
  width: 300px;
}
.pre-inc .panel03 .contents02 .imagebox .lifestyleimg {
  margin-top: 78px;
}
.pre-inc .panel03 .contents03 {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  min-height: 320px;
}
.pre-inc .panel03 .contents03 .imageboxfirst {
  position: absolute;
  right: -50px;
  top: 0px;
}
.pre-inc .panel03 .contents03 .inflex {
  display: flex;
  width: 68.88%;
  max-width: 620px;
  position: relative;
}
.pre-inc .panel03 .contents03 .inflex .imageboxfirst {
  max-width: 300px;
  width: 33.33%;
}
.pre-inc .panel03 .contents03 .imagebox {
  position: absolute;
  right: 0;
  bottom: 0;
}
.pre-inc .panel03 .bottomimage {
  margin-top: 100px;
}
.pre-inc .narrow {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pre-inc #style .styleillust_left {
    top: 50px;
    width: 25%;
  }
  .pre-inc #style .styleillust_right {
    width: 25%;
  }
}
@media screen and (max-width: 1400px) {
  .pre-inc #style .styleillust_left {
    top: 20px;
    width: 30%;
  }
  .pre-inc #style .styleillust_right {
    width: 30%;
  }
}
@media screen and (max-width: 1000px) {
  .pre-inc .wide {
    display: none;
  }
  .pre-inc .narrow {
    display: block;
    margin-top: 15px;
  }
  .pre-inc .panel01 .inimg01, .pre-inc .panel02 .inimg01, .pre-inc .panel03 .inimg01 {
    width: 33.33%;
    max-width: 300px;
  }
  .pre-inc .panel01 .contents02 .imageboxfirst {
    margin-top: -10px;
    width: 33.33%;
    max-width: 300px;
  }
  .pre-inc .panel01 .contents03 .infobox {
    width: 68%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .pre-inc .panel01 .contents03 .imageboxfirst {
    position: absolute;
    right: -50px;
    top: 60px;
    width: 33.33%;
    max-width: 300px;
  }
  .pre-inc .panel01 .contents04 .imageboxfirst {
    margin-top: -20px;
  }
  .pre-inc .panel01 .contents01 {
    justify-content: space-between;
  }
  .pre-inc .panel01 .contents01 .imagebox {
    width: 33.33%;
    max-width: 300px;
  }
  .pre-inc .panel01 .contents01 .infobox {
    max-width: 510px;
    width: 56.66%;
  }
  .pre-inc .panel02 .contents01 {
    flex-wrap: wrap;
  }
  .pre-inc .panel02 .contents01 .infobox {
    width: 100%;
  }
  .pre-inc .panel02 .contents01 .imagebox {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .pre-inc .panel02 .contents01 .imagebox .lifestyleimg:nth-child(1) {
    margin: 0 30px 0 0;
  }
  .pre-inc .panel02 .contents02 .imageboxfirst {
    top: 20px;
  }
  .pre-inc .panel02 .contents02 .imagebox {
    margin-left: 100px;
    margin-top: 280px;
  }
  .pre-inc .panel02 .contents02 {
    margin-top: 30px;
  }
  .pre-inc .panel03 .contents01 .infobox {
    max-width: 570px;
    width: 56%;
  }
  .pre-inc .panel03 .contents01 .imagebox {
    width: 33.33%;
  }
  .pre-inc .panel03 .contents03 .imageboxfirst {
    position: absolute;
    right: -50px;
    top: 0px;
    width: 33.33%;
    max-width: 300px;
  }
  .pre-inc .lifestyleimg p {
    font-size: 15px;
  }
  .pre-inc .lifestyleimg p small {
    font-size: 11px;
  }
  .pre-inc .lifestyleimg p span {
    font-size: 11px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc section#fourarea {
    padding-bottom: 0;
  }
  .pre-inc .centerttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
  }
  .pre-inc .areacontents h4 {
    font-size: 20px;
  }
  .pre-inc .areacontents p {
    font-size: 15px;
  }
  .pre-inc .areacontents p span {
    font-size: 2.5vw;
  }
  .pre-inc .mikuniarea, .pre-inc .juso_imgs {
    flex-wrap: wrap;
  }
  .pre-inc .mikuniarea .areacontents, .pre-inc .juso_imgs .jusoimg {
    width: 100%;
    margin-bottom: 10px;
  }
  .pre-inc .mikuniarea .areacontents h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .pre-inc #intro h3 strong {
    font-size: 28px;
    padding-bottom: 10px;
    display: inline-block;
  }
  .pre-inc #spot {
    padding: 40px 0 20px;
  }
  .pre-inc .spot_contents h4, .pre-inc #map h3, .pre-inc #lifeinformation h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .pre-inc #map {
    padding: 40px 0;
  }
  .pre-inc .shopping_contents .lifelist:nth-child(2) {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .pre-inc .shopping_contents .lifelist:nth-child(2) .lifeimg {
    width: 49%;
    margin-bottom: 10px;
  }
  .pre-inc .spotlist .spotinfo {
    width: 49%;
    margin-bottom: 10px;
  }
  .pre-inc .lifeinformation_list .linfo_contents {
    width: 100%;
  }
  .pre-inc #fourarea h3.areattl {
    font-size: 26px;
  }
  .pre-inc #style {
    padding: 40px 15px;
    margin-top: 50px;
  }
  .pre-inc #style .contents_tit {
    font-size: 4.5vw;
    text-align: center;
  }
  .pre-inc .lifestyle_models {
    width: 100%;
  }
  .pre-inc .tab-area {
    padding: 0 1%;
  }
  .pre-inc .tab-area li {
    font-size: 13px;
    padding: 10px;
    width: 32.33%;
    text-align: center;
  }
  .pre-inc .panelinner {
    padding: 20px;
  }
  .pre-inc .panel01 .inimg01 {
    position: unset;
    margin-bottom: 20px;
    width: 100%;
    max-width: 470px;
  }
  .pre-inc .narrow {
    margin-top: 0;
  }
  .pre-inc .panel02 .inimg01 {
    position: unset;
    margin-bottom: 20px;
    width: 100%;
    max-width: 470px;
  }
  .pre-inc .panel03 .inimg01 {
    position: unset;
    margin-bottom: 20px;
    width: 100%;
    max-width: 470px;
  }
  .pre-inc .stylettl {
    font-size: 20px;
  }
  .pre-inc .modelhead p.readtext {
    font-size: 18px;
  }
  .pre-inc .modelhead p {
    font-size: 13px;
  }
  .pre-inc .infobox p {
    font-size: 13px;
  }
  .pre-inc .infobox h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .pre-inc .infobox h4 span {
    font-size: 13px;
  }
  .pre-inc .panel01 .contents02 {
    margin-top: 20px;
    justify-content: space-between;
  }
  .pre-inc .panel01 .contents02 .infobox, .pre-inc .panel01 .contents04 .infobox {
    width: 62%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .pre-inc .panel01 .contents04 .imageboxfirst {
    margin-top: -20px;
    width: 33.33%;
    max-width: 300px;
  }
  .pre-inc .panel01 .contents02 .imageboxfirst {
    margin-top: 0px;
  }
  .pre-inc .panel01 .contents03 .imageboxfirst {
    right: -20px;
  }
  .pre-inc .panel01 .contents04 {
    display: flex;
    justify-content: space-between;
  }
  .pre-inc .panel02 .contents01 .inflex {
    width: 100%;
    margin-top: 30px;
  }
  .pre-inc .panel02 .contents01 .inflex .lifestyleimg {
    width: auto;
    margin-left: 15px;
  }
  .pre-inc .panel02 .contents01 .imagebox .lifestyleimg:nth-child(1) {
    margin: 0 15px 0 0;
  }
  .pre-inc .panel02 .contents02 .imageboxfirst {
    left: -20px;
    width: 33.33%;
    max-width: 300px;
  }
  .pre-inc .panel02 .contents02 .imagebox {
    width: 30%;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 120px;
  }
  .pre-inc .panel02 .contents02 .infobox {
    width: 62%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0;
  }
  .pre-inc .panel02 .contents03 .imagebox {
    margin-top: -10px;
  }
  .pre-inc .panel03 .contents02 .imagebox {
    width: 33.33%;
    max-width: 300px;
  }
  .pre-inc .panel03 .contents02 {
    margin-top: 15px;
  }
  .pre-inc .panel03 .contents03 {
    margin-top: 25px;
    min-height: 0;
  }
  .pre-inc .panel03 .contents03 .imageboxfirst {
    right: -20px;
  }
  .pre-inc .panel03 .contents01 .infobox {
    width: 62%;
  }
  .pre-inc .panel03 .contents02 .infobox {
    margin-left: 15px;
  }
  .pre-inc .bottomimage, .pre-inc .panel03 .bottomimage {
    margin-top: 30px;
  }
  .pre-inc .styleimages ul li {
    width: 50%;
  }
  .pre-inc .lifestyleimg p {
    font-size: 12px;
  }
  .pre-inc .lifestyleimg p small {
    font-size: 11px !important;
  }
  .pre-inc .lifestyleimg p span {
    font-size: 8px;
    display: block;
  }
  .pre-inc #style .styleillust_left {
    top: 140px;
    width: 50%;
    left: -10px;
    z-index: 1;
  }
  .pre-inc #style .styleillust_right {
    width: 50%;
    z-index: 1;
  }
  .pre-inc #style .styleillust_left02 {
    top: 140px;
    width: 50%;
    left: -10px;
    z-index: 1;
  }
  .pre-inc #style .styleillust_right02 {
    width: 50%;
    z-index: 1;
    top: -60px;
  }
  .pre-inc #style .styleillust_left03 {
    top: 150px;
    width: 50%;
    left: -10px;
    z-index: 1;
  }
  .pre-inc #style .styleillust_right03 {
    width: 50%;
    z-index: 1;
    top: -110px;
  }
  .pre-inc #style .styleillust_left04 {
    top: -210px;
    width: 50%;
    left: -60px;
    z-index: 1;
  }
  .pre-inc #style .styleillust_right04 {
    width: 50%;
    z-index: 1;
    top: -40px;
  }
  .pre-inc #style .styleillust_left05 {
    top: 180px;
    width: 50%;
    left: 200px;
    z-index: 1;
  }
  .pre-inc #style .styleillust_right05 {
    width: 50%;
    z-index: 1;
    top: 260px;
  }
}

/*# sourceMappingURL=location.css.map */
