@charset "UTF-8";
/* .header-property-box {
  display: none;
} */


.l-inner {
  /* max-width: 1000px; */
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  .l-inner {
    padding: 0 20px;
  }
}

/* p-locationPageHead */
.p-locationPageHead {
  background-image: url(../../../img/pages/concept2/kv-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center ;
  height: 800px;
  padding: 0 20px;
  box-sizing: border-box;
}
.p-locationPageHeadInner {
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  left: 35px;
}
.p-locationPageHeadKVTxt {
  width: 55%;
  display: inline-block;

  position: absolute;
  top: 14.5%;
}
.p-locationPageHeadKVTxt__title {
	width: 80%;
}
.p-locationPageHeadKVTxt__lead {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.p-locationPageHeadKVPhoto {
	width: 27%;
  display: inline-block;

  position: absolute;
  bottom: 0;
  right: 10.5%;
}
.p-locationPageHeadKVPhotoFrame {
  position: relative;
}
.p-locationPageHeadKVPhoto__img {
  /*width: 290px;*/
}
.p-locationPageHeadKVPhoto__img span {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: -30%;
  bottom: -4px;
}
@media screen and (max-width: 1200px) {
  .p-locationPageHeadInner {
    left: 0;
  }
  .p-locationPageHeadKVPhoto__img {
    width: 270px;
  }
}
@media screen and (max-width: 1000px) {
  .p-locationPageHeadKVPhoto__img {
    position: relative;
    bottom: -20px;
  }
  .p-locationPageHeadKVPhoto__img span {
    position: inherit;
    left: inherit;
    right: inherit;
    bottom: 0;
    text-align: right;
  }

}



@media screen and (max-width: 860px) {
  .p-locationPageHeadKVTxt__lead .br {
    display: none;
  }
  .p-locationPageHeadKVTxt {
    margin-right: 50%;
  }
  .p-locationPageHeadKVPhoto__img {
    position: inherit;
    bottom: inherit;
  }
  .p-locationPageHeadKVPhoto {
    bottom: -20px;
  }
}
@media screen and (max-width: 640px) {
  .p-locationPageHead {
    height: auto;
  }
  .p-locationPageHeadKVTxt {
    display: block;
    max-width: none;
    width: 100%;
    position: inherit;
    top: inherit;
    padding-top: 90px;
    margin-right: 0;
  }
  .p-locationPageHeadKVTxt__title {
    width: 100%;
  }
  .p-locationPageHeadKVPhoto {
    display: block;
    position: inherit;
    bottom: inherit;
    right: inherit;
    margin-top: 20px;
		width: 100%;
  }
  .p-locationPageHeadKVPhoto__img {
    width: 200px;
    margin: 0 auto;
    position: relative;
    bottom: 15px;
  }
  .p-locationPageHeadKVPhoto__img span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    text-align: left;
  }
  .p-locationPageHeadKVTxt__lead {
    width: 100%;
    margin: 25px auto 0;
		font-size: 12px;
  }
}


/* p-intro */
.p-intro {
  margin: 50px auto 150px;
}
.p-intro__title {
  text-align: center;
  font-size: 42px;
  line-height: 1.56;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  color: #69b5b0;
  background: linear-gradient(135deg, #61b7d9 0%, #6db27f 100%);
  background: -webkit-linear-gradient(-45deg, #61b7d9 0%, #6db27f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-intro__txt {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: normal;
  margin-bottom: 20px;
}
.p-intro__img {
  /*max-width: 675px;*/
  max-width: 980px;
  margin: 0 auto;
}
.p-intro__img img {
  /*margin-left: 25px;*/
}

@media screen and (max-width: 960px) {
  .p-intro {
    margin: 50px auto 60px;
  }
  .p-intro__title {
    font-size: 26px;
  }
  .p-intro__txt {
    font-size: 18px;
    text-align: left;
  }
  .p-intro__txt br {
    display: none;
  }
  .p-intro__img img {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-intro {
    margin: 40px auto 60px;
  }
  .p-intro__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .p-intro__txt {
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 490px) {
  .p-intro {
    margin: 20px auto 40px;
  }
  .p-intro__title {
    margin-bottom: 10px;
  }
  .p-intro__txt {
    font-size: 14px;
    margin-bottom: 5px;
  }
}


/* p-pointHead */
.p-pointHead {
  border-bottom: 1px solid #61b7d9;
  border-image: linear-gradient(to right, #d2dd8a, #70b380 , #61b7d9);
  border-image-slice: 1;
  padding-bottom: 20px;
  position: relative;
}
.p-pointHead__number {
  position: absolute;
  left: 0;
  bottom: 20px;
}
.p-pointHead__number span {
  font-size: 180px;
  line-height: 0.8em;
  text-align: left;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
  background: linear-gradient(90deg, #61b7d9 0%, #6db27f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-weight: 300;
}
.p-pointHead__title {
  text-align: left;
  font-size: 32px;
  line-height: 1.56;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
  color: #69b5b0;
  background: linear-gradient(135deg, #61b7d9 0%, #6db27f 100%);
  background: -webkit-linear-gradient(-45deg, #61b7d9 0%, #6db27f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-pointHead__title br {
  display: none;
}
.p-pointHead__txt {
  font-weight: 500;
  text-align: left;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.p-point__item01 .p-pointHead__txt {
  padding-left: 239px;
}
.p-point__item01 .p-pointHeadFrame {
  padding-left: 239px;
}
.p-point__item01 .p-pointHead__number span {
  letter-spacing: 0.05em;
}

.p-point__item02 .p-pointHead__txt {
  padding-left: 280px;
}
.p-point__item02 .p-pointHeadFrame {
  padding-left: 280px;
}

.p-point__item03 .p-pointHead__txt {
  padding-left: 255px;
}
.p-point__item03 .p-pointHeadFrame {
  padding-left: 255px;
}

.p-point__item04 .p-pointHead__txt {
  padding-left: 250px;
}
.p-point__item04 .p-pointHeadFrame {
  padding-left: 250px;
}


@media screen and (max-width: 960px) {
  .p-pointHead__number {
    margin-right: 50px;
    position: inherit;
    bottom: inherit;
  }
  .p-pointHead__title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .p-pointHead__txt {
    font-size: 16px;
    margin-top: 15px;
  }
  .p-pointHead__txt br {
    display: none;
  }
  .p-pointHeadFrame {
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    -webkit-justify-content: flex-start;     /* Safari etc. */
    -ms-justify-content: flex-start;         /* IE10        */
    justify-content: flex-start;
    -webkit-align-items: center;        /* Safari etc. */
    -ms-align-items: center;            /* Safari etc. */
    align-items: center;
  }
  .p-point__item01 .p-pointHeadFrame {
    padding-left: 0;
  }
  .p-point__item02 .p-pointHead__txt {
    padding-left: 0;
  }
  .p-point__item02 .p-pointHeadFrame {
    padding-left: 0;
  }
  .p-point__item03 .p-pointHead__txt {
    padding-left: 0;
  }
  .p-point__item03 .p-pointHeadFrame {
    padding-left: 0;
  }
  .p-point__item04 .p-pointHead__txt {
    padding-left: 0;
  }
  .p-point__item04 .p-pointHeadFrame {
    padding-left: 0;
  }
  .p-point__item01 .p-pointHead__txt {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .p-pointHead__number {
    position: absolute;
    left: 0;
    bottom: 20px;
    margin-right: 30px;
  }
  .p-pointHead__title {
    font-size: 18px;
    text-align: left;
  }
  .p-pointHead__txt {
    font-weight: 500;
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .p-pointHead__txt br {
    display: none;
  }
  .p-pointHeadFrame {
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    -webkit-justify-content: flex-start;     /* Safari etc. */
    -ms-justify-content: flex-start;         /* IE10        */
    justify-content: flex-start;
    -webkit-align-items: center;        /* Safari etc. */
    -ms-align-items: center;            /* Safari etc. */
    align-items: center;
  }
  .p-pointHead__number span {
    font-size: 80px;
  }

}

@media screen and (max-width: 490px) {
  .p-pointHead__title br {
    display: inherit;
  }
}






/* p-point__item */
.p-point__item:first-child {
  margin-top: 0;
}
.p-point__img {
  text-align: center;
}
.p-point__item01 {
  margin-top: 120px;
}
.p-point__item01 .p-point__img {
  margin: 100px auto 0;
}
.p-point__item02 {
  margin-top: 120px;
}
.p-point__item02 .p-point__img {
  max-width: 840px;
  margin: 45px auto 0;
}
.p-point__item03 {
  margin-top: 90px;
}
.p-point__item03 .p-point__img {
  margin: 100px auto 0;
}
.p-point__item04 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.p-point__item04 .p-point__img {
  margin: 65px auto 0;
}

@media screen and (max-width: 960px) {
  .p-pointHead__number {
    margin-right: 30px;
  }
  .p-pointHead__number span {
    font-size: 100px;
  }
  .p-point__item01 .p-point__img {
    margin: 60px auto 0;
  }
  .p-point__item02 {
    margin-top: 60px;
  }
  .p-point__item03 {
    margin-top: 60px;
  }
  .p-point__item03 .p-point__img {
    margin: 60px auto 0;
  }
  .p-point__item04 {
    margin-bottom: 60px;
  }
  .p-point__item02 .p-point__img {
    max-width: 600px;
  }
}
@media screen and (max-width: 640px) {
  .p-point__item01 .p-point__img {
    margin: 30px auto 0;
  }
  .p-pointHead__number {
    margin-right: 20px;
    position: inherit;
  }
  .p-point__item02 {
    margin-top: 60px;
  }
  .p-point__item02 .p-point__img {
    max-width: 500px;
    margin: 30px auto 0;
  }
  .p-point__item03 {
    margin-top: 60px;
  }
  .p-point__item03 .p-point__img {
    margin: 30px auto 0;
  }
  .p-point__item04 {
    margin-top: 60px;
  }
  .p-point__item04 .p-point__img {
    margin: 30px auto 0;
    margin-bottom: 80px;
  }
  .p-pointHead__number span {
    font-size: 60px;
  }

}

@media screen and (max-width: 490px) {
  .p-point__item02 {
    margin-top: 30px;
  }
  .p-point__item03 {
    margin-top: 30px;
  }
  .p-point__item04 {
    margin-top: 40px;
  }
  .p-point__item04 .p-point__img {
    margin: 0 auto 40px;
  }
}

/* p-structureList */
.p-structureList {
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
  -webkit-justify-content: space-between;     /* Safari etc. */
  -ms-justify-content: space-between;         /* IE10        */
  justify-content: space-between;
  -webkit-align-items: space-between;        /* Safari etc. */
  -ms-align-items: space-between;            /* Safari etc. */
  align-items: space-between;
  width: 100%;
  margin-bottom: 50px;
}
.p-structureList > li:first-child {
  /*max-width:380px;
  margin-left: 30px;*/
}
.p-structureList > li:last-child {
  /*width: calc(100% - 380px);
  margin-left: 65px;*/
}
.p-structureFrame {
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
  -webkit-justify-content: space-between;     /* Safari etc. */
  -ms-justify-content: space-between;         /* IE10        */
  justify-content: space-between;
  -webkit-align-items: flex-start;        /* Safari etc. */
  -ms-align-items: flex-start;         /* Safari etc. */
  align-items: flex-start;
  /*max-width: 962px;*/
}
.p-structure__title {
  text-align: left;
  color: #042275;
  font-size: 20px;
  font-weight: bold;
}
.p-structureItem02 .p-structure__img {
  /*width: 221px;*/
}
.p-structureItem03 .p-structure__img {
  /*width: 258px;*/
}
.p-structure__txt {
  text-align: left;
  color: #042275;
  font-size: 20px;
  font-weight: bold;
  margin-left: 30px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1080px) {
  /* .p-structureList {
    margin-bottom: 20px;
  } */
  .p-structureList > li:first-child {
    max-width: none;
    width: 45%;
    margin-left: 0;
  }
  .p-structureList > li:last-child {
    width: 55%;
    margin-left: 0;
  }
  .p-structureItem02 .p-structure__img {
    width: 98%;
  }
  .p-structureItem03 .p-structure__img {
    width: 98%;
  }
  .p-structure__txt {
    margin-left: 12%;
    font-size: 18px;
  }

  
}

@media screen and (max-width: 490px) {
  .p-structureList {
    display: inherit;
    margin-bottom: 30px;
  }
  .p-structureList > li:first-child {
    width: 76%;
  }
  .p-structureList > li:last-child {
    width: 98%;
    margin-top: 20px;
  }
  .p-structure__txt {
    margin-left: 10%;
    font-size: 16px;
  }
  .p-structureFrame {
    
  }
}


/* p-meritList */
.p-meritList {
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
  -webkit-justify-content: flex-start;     /* Safari etc. */
  -ms-justify-content: flex-start;         /* IE10        */
  justify-content: flex-start;
  -webkit-align-items: flex-start;        /* Safari etc. */
  -ms-align-items: flex-start;            /* Safari etc. */
  align-items: flex-start;
}
.p-meritList > li:first-child {
  /*max-width: 250px;
  margin-left: 30px;*/
	width: 21%;
}
.p-meritList > li:last-child {
  /*width: calc(100% - 250px);
  margin-left: 40px;*/
  margin-top: -20px;
	width: 79%;
	padding-left: 2%;
}
.p-meritFrame {
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
  -webkit-justify-content: space-between;     /* Safari etc. */
  -ms-justify-content: space-between;         /* IE10        */
  justify-content: space-between;
  -webkit-align-items: flex-start;        /* Safari etc. */
  -ms-align-items: flex-start;            /* Safari etc. */
  align-items: flex-start;
}
.p-merit__txt {
  margin-top: 5px;
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: -0.11rem;
}
.p-merit__title {
  font-size: 26px;
  color: #042275;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.p-merit__title span {
  font-size: 32px;
  font-weight: 500;
}
.p-meritdetail {
  width: 32%;
  height: 110px;
  background: linear-gradient(135deg, #d0e9ea 0%, #d3e8d9 100%);
  background: -webkit-linear-gradient(-45deg, #d0e9ea 0%, #d3e8d9 100%);
  padding: 5px 10px;
  box-sizing: border-box;
}
.p-meritdetail__title {
  font-size: 17px;
  font-weight: bold;
  color: #042275;
  margin-bottom: 8px;
}
.p-meritdetail__txt {
  text-align: center;
  font-size: 15px;
  color: #000000;
  line-height: 1.3;
  font-weight: 400;
}


@media screen and (max-width: 1080px) {
  .p-meritList {

  }
  .p-meritList > li:first-child {
    /* max-width: 180px; */
    margin-left: 0;
		width: 100%;
  }
  .p-meritList > li:last-child {
    width: 100%;
    margin-left: 20px;
    margin-top: -30px;
  }
  .p-meritdetail {
    margin-left: 10px;
  }
  .p-meritdetail:first-child {
    margin-left: 0;
  }
  .p-merit__title {
    font-size: 20px;
  }
  .p-meritdetail__title {
    font-size: 16px;
  }
  .p-meritdetail__txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .p-meritFrame {
    display: inherit;
  }
  .p-meritList > li:last-child {
    margin-top: -54px;
		padding-left: 0;
  }
  .p-meritdetail {
    margin-left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    /* padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px; */
    margin-top: 10px;
  }
  .p-meritdetail:first-child {
    margin-top: 0;
  }
  .p-meritdetail:last-child {
    padding-bottom: 10px;
  }
  .p-merit__title {
    margin-bottom: 0;
  }
  .p-meritdetail__title {
    text-align: left;
    margin-bottom: 0;
  }
  .p-meritdetail__txt {
    text-align: left;
  }
  .p-meritdetail__txt br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .p-merit__title {
    font-size: 17px;
  }
  .p-merit__title span {
    font-size: 24px;
  }
  .p-meritList > li:first-child {
    max-width: 180px;
  }
  .p-meritList > li:last-child {
    margin-top: -41px;
  }
}

@media screen and (max-width: 480px) {
  .p-meritList {
    display: inherit;

  }
  .p-meritList > li:first-child {
    max-width: 250px;
    margin: 0 auto;
  }
  .p-meritList > li:last-child {
    margin-top: 20px;
    margin-left: 0;
  }
  .p-merit__title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .p-merit__title span {
    font-size: 20px;
  }
  .p-meritdetail__title {
    font-size: 14px;
  }
  .p-meritdetail__txt {
    font-size: 14px;
  }
}



/* p-privacyList */
.p-privacyList {
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
  -webkit-justify-content: s;     /* Safari etc. */
  -ms-justify-content: space-between;         /* IE10        */
  justify-content: space-between;
  -webkit-align-items: space-between;        /* Safari etc. */
  -ms-align-items: space-between;         /* Safari etc. */
  align-items: space-between;
}
.p-privacyList > li:first-child {
  /*margin-left: 25px;*/
	width: 55%;
}
.p-privacyList > li:last-child {
  /* width: calc(100% - 415px); 
  margin-left: 50px;*/
	width: 45%;padding-left: 5%;
}
.p-privacy__title {
  font-size: 23px;
  font-weight: 500;
  text-align: left;
  color: #042275;
  line-height: 1.4;
  margin-bottom: 10px;
}
.p-privacyImgInner {
  display: inline-block;
  position: relative;
  margin-top: 5px;
}

.p-privacyItem01 .p-privacy__figure  {
  /*max-width: 436px;*/
  position: relative;
}
.p-privacyItem01 .p-privacy__figure span {
  position: absolute;
  bottom: 90px;
  display: block;
  right: 0;
  font-size: 11px;
  text-align: left;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: -0.05rem;
}
.p-privacyItem01 .p-privacy__txt {
  font-size: 12px;
  text-align: left;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 10px;
}

.p-privacyItem02 {
  margin-bottom: 40px;
}
.p-privacyItem02 .p-privacy__figure {
  position: relative;
  display: inline-block;
}
.p-privacyItem02 .p-privacy__txt {
  display: block;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.p-privacyItem02 .p-privacy__img {
  text-align: left;
}
.p-privacyItem02 .p-privacy__img img {
}
.p-privacyItem02 .p-privacy__img span {
  display: block;
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding-right: 5px;
}
.p-privacyItem02 .p-privacy__img span.shadow {
  bottom: 0;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(20, 20, 20, 0.8), 0px 0px 15px rgba(20, 20, 20, 0.9);
}
.p-privacyItem02 .p-privacy__sub {
  color: #042275;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.p-privacyItem03 {
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
  -webkit-justify-content: flex-start;     /* Safari etc. */
  -ms-justify-content: flex-start;         /* IE10        */
  justify-content: flex-start;
  -webkit-align-items: center;        /* Safari etc. */
  -ms-align-items: center;         /* Safari etc. */
  align-items: center;
  margin-top: 50px;
}
.p-privacyItem03 .p-privacy__img {
  text-align: left;
}

.p-privacyItem03 .p-privacy__img span {
  display: block;
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.p-privacyItem03 .p-privacy__txt {
  display: block;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
.p-privacyItem03 .p-privacyFrame {
  font-size: 14px;
}

@media screen and (min-width: 961px) {
	.p-privacyItem03 .p-privacy__img img {
	max-width: 100px;
}
}
@media screen and (max-width: 960px) {
  .p-privacy__title {
    font-size: 18px;
  }
  .p-privacyList > li:last-child {
    width: 60%;
		padding-left: 0;
  }
  .p-privacyItem02 .p-privacy__txt br{
    display: none;
  }
  .p-privacyItem03 {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .p-privacyItem03 .p-privacy__txt br{
    display: none;
  }
  .p-privacyFrame {
    width: 80%;
  }
  .p-privacyItem03 .p-privacy__img {
    width: 20%;
    margin-left: 20px;
  }
}

@media screen and (max-width: 728px) {
  .p-privacyFrame {
    width: 70%;
  }
  .p-privacyItem03 {
    -webkit-justify-content: space-between;     /* Safari etc. */
    -ms-justify-content: space-between;         /* IE10        */
    justify-content: space-between;
  }
  .p-privacyItem03 .p-privacy__img {
    width: 30%;
    text-align: right;
  }
}


@media screen and (max-width: 640px) {
  .p-privacyList {
    /* display: inherit; */
    -webkit-flex-wrap: wrap;     /* Safari etc. */
    -ms-flex-wrap    : wrap;     /* IE10        */
    flex-wrap        : wrap;
  }
  .p-privacyList > li:first-child {
    margin-left: 0;
    width: 100%;
  }
  .p-privacyItem01 .p-privacy__figure {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 50px;
  }
  .p-privacyList > li:last-child {
    width: 100%;
    margin: 0 auto;


    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    -webkit-justify-content: space-between;     /* Safari etc. */
    -ms-justify-content: space-between;         /* IE10        */
    justify-content: space-between;
    -webkit-align-items: flex-start;        /* Safari etc. */
    -ms-align-items: flex-start;            /* Safari etc. */
    align-items: flex-start;
    -webkit-flex-wrap: wrap;     /* Safari etc. */
    -ms-flex-wrap    : wrap;     /* IE10        */
    flex-wrap        : wrap;
  }
  .p-privacyImgInner {
    margin-top: 0;
    display: block;
  }
  .p-privacyItem02 .p-privacy__img img {
    width: 100%;
  }
  .p-privacy__title {
    line-height: 1.5;
  }
  .p-privacy__title br {
    display: none;
  }
  .p-privacyItem02 {
    width: 47.5%;
  }
  .p-privacyItem03 {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }
  .p-privacyItem03 .p-privacy__txt {
    /* margin-right: 20px; */
    line-height: 1.7;
  }
  .p-privacyItem03 .p-privacy__txt br {
    display: none;
  }
  .p-privacyItem03 .p-privacy__img {
    flex-shrink: 0;
    margin-left: 20px;
  }

  .p-privacyFrame {
    width: 80%;
  }
  .p-privacyItem03 .p-privacy__img {
    width: 20%;
  }
  .p-privacyItem02 .p-privacy__txt {
    line-height: 1.7;
  }
}

@media screen and (max-width: 490px) {
  .p-privacyList > li:last-child {
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    width: 100%;
  }
  .p-privacyItem02 {
    width: 100%;
    margin-bottom: 20px;
  }
  /* .p-privacyImgInner {
    margin-top: 20px;
  } */
  .p-privacyImgInner {
    margin-top: 20px;
  }
  .p-privacy__title {
    font-size: 16px;
  }
  .p-privacyItem02 .p-privacy__txt {
    font-size: 14px;
  }
  .p-privacyItem01 .p-privacy__figure {
    margin: 0 auto 30px;
  }
  .p-privacyItem03 {
    margin-top: 30px;
  }
  .p-privacyItem02 .p-privacy__sub {
    font-size: 14px;
  }

}




/* p-area */
.p-area {

}
.p-area__title span {
  display: inline-block;
  background: linear-gradient(135deg, #61b7d9 0%, #6db27f 100%);
  background: -webkit-linear-gradient(-45deg, #61b7d9 0%, #6db27f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif", serif;
}
.p-area__title {
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
  -webkit-justify-content: center;     /* Safari etc. */
  -ms-justify-content: center;         /* IE10        */
  justify-content: center;
  -webkit-align-items: flex-end;        /* Safari etc. */
  -ms-align-items: flex-end;         /* Safari etc. */
  align-items: flex-end;
  letter-spacing: 0.1em;
}
.p-area__title span:first-child{
  /* font-size: 50px; */
  font-size: 40px;
  position: relative;
  top: 15px;
  font-weight: bold;
}
.p-area__title span:nth-child(2){
  font-size: 17px;
  position: relative;
  top: -6px;
  margin-right: 5px;
  margin-left: 5px;
}
.p-area__title span:nth-child(3){
  font-size: 30px;
  position: relative;
  top: 5px;
}
.p-area__title span:nth-child(4){
  font-size: 20px;
}
.p-area__img {
  max-width: 450px;
  margin: 40px auto 0;
}
.p-area__img img {
  margin-left: 100px;
}


.p-areadetail {
  /*margin-left: 40px;*/
}
.p-areadetailList {
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
  -webkit-justify-content: flex-start;     /* Safari etc. */
  -ms-justify-content: flex-start;         /* IE10        */
  justify-content: flex-start;
  -webkit-align-items: flex-start;        /* Safari etc. */
  -ms-align-items: flex-start;            /* Safari etc. */
  align-items: flex-start;
  -webkit-flex-wrap: wrap;     /* Safari etc. */
  -ms-flex-wrap    : wrap;     /* IE10        */
  flex-wrap        : wrap;
  /*max-width: 755px;*/
  margin: 60px auto 0;
}
.p-areadetailList > li:first-child {
  /*max-width: 336px;*/
  width: 50%;
  flex-shrink: 0;
}
.p-areadetailList > li:nth-child(2) {
  width: 50%;
  padding-left: 2%;
}
.p-areadetailList > li:nth-child(3) {
  width: 50%;
}
.p-areadetailList > li:nth-child(4) {
  /*max-width: 373px;*/
  width: 50%;
  padding-left: 2%;
}





.p-areadetailItem01 .p-areadetail__img {

}
.p-areadetailItem02 {
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
  -webkit-justify-content: center;     /* Safari etc. */
  -ms-justify-content: center;         /* IE10        */
  justify-content: center;
  -webkit-align-items: flex-start;        /* Safari etc. */
  -ms-align-items: flex-start;            /* Safari etc. */
  align-items: flex-start;
}
.p-areadetailItem02 .p-areadetail__img {
  /*max-width: 142px;*/
  margin: 0 auto;
}
.p-areadetailItem02 .p-areadetailItemFrame:last-child {
  margin-left: 40px;
}

.p-areadetailItem03 {
  display : -webkit-box;     /* old Android */
  display : -webkit-flex;    /* Safari etc. */
  display : -ms-flexbox;     /* IE10        */
  display : flex;
  -webkit-justify-content: space-between;     /* Safari etc. */
  -ms-justify-content: space-between;         /* IE10        */
  justify-content: space-between;
  -webkit-align-items: flex-start;        /* Safari etc. */
  -ms-align-items: flex-start;            /* Safari etc. */
  align-items: flex-start;
  margin-top: 25px;
}
.p-areadetailItem03 .p-areadetail__img {
  /*max-width: 147px;*/
  margin: 0 auto;
  position: relative;
}
.p-areadetailItem03 .p-areadetail__img span {
  position: absolute;
  right: 2px;
  bottom: 0;
}
.p-areadetailItem03 .p-areadetail__txt {
  /*max-width: 147px;*/
  margin-top: 5px;
}
.p-areadetailItem03 .p-areadetailItemFrame:first-child{
	    width: 46%;
}


.p-areadetailItem04 {
  margin-top: 25px;
}




.p-areadetailTitle__number {
  color: #042275;
  font-size: 19px;
  font-weight: 500;
}
.p-areadetailTitle__number span {
  font-size: 27px;
  margin-left: 5px;
}
.p-areadetailTitle__txt {
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  line-height: 1.3;
  margin-bottom: 5px;
}
.p-areadetail__txt {
  font-size: 13px;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  line-height: 1.3;
  text-align: left;
  letter-spacing: -0.09rem;
}
.p-areadetail__txt span {
  display: block;
  font-size: 12px;
}
.p-areadetail__img span {
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  display: block;
}


@media screen and (max-width: 960px) {
  .p-areadetail {
    margin-left: 0;
  }
  .p-area__img {
    max-width: 600px;
    margin: 0 auto;
  }
  .p-area__img img {
    margin-left: 0;
    margin-top: 0;
  }

}

@media screen and (max-width: 880px) {
	
  .p-areadetailList {
    -webkit-justify-content: space-between;     /* Safari etc. */
    -ms-justify-content: space-between;         /* IE10        */
    justify-content: space-between;
  }
  .p-areadetailList > li:first-child {
    max-width: none;
    width: 46%;
  }
  .p-areadetailList > li:nth-child(2) {
    max-width: none;
    width: 46%;
    margin-left: 0;
  }
  .p-areadetailList > li:nth-child(3) {
    max-width: none;
    width: 50%;
  }
  .p-areadetailList > li:nth-child(4) {
    max-width: none;
    width: 48%;
    margin-left: 0;
  }
  .p-areadetailTitle__txt br {
    display: none;
  }
  /* .p-areadetailItemFrame {
    width: 47%;
  } */
  .p-areadetailItemFrame:last-child {
    width: 100%;
  }
  .p-areadetailItem03 .p-areadetailItemFrame {
    width: 48%;
  }

}


@media screen and (max-width: 640px) {
	.p-areadetail {
		margin-top: -90px;
  }
  .p-area__img {
    max-width: 450px;
  }
  .p-areadetail__txt {
    line-height: 1.7;
    letter-spacing: 0;
  }
}




@media screen and (max-width: 490px) {
  .p-areadetailList {
    display: inherit;
    margin: 30px auto 0
  }
  .p-areadetailList > li:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-areadetailList > li:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-areadetailItem02 {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .p-areadetailItem02 .p-areadetail__img {
    max-width: 200px;
  }
  .p-areadetailItem02 .p-areadetailItemFrame {
    width: 48%;
  }
  .p-areadetailItem02 .p-areadetailItemFrame:last-child {
    margin-left: 0;
  }
  .p-areadetailList > li:nth-child(3) {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-areadetailItem03 {
    margin-top: 0;
  }
  .p-areadetailItem03 .p-areadetailItemFrame {
    width: 47%;
  }
  .p-areadetailList > li:nth-child(4) {
    width: 100%;
  }
  .p-areadetailItem04 {
    margin-top: 0;
  }
  .p-areadetailTitle__txt {
    text-align: left;
  }
  .p-areadetailItem03 .p-areadetail__img {
    width: 100%;
    max-width: none;
  }
  .p-areadetailItem03 .p-areadetail__txt {
    width: 100%;
    max-width: none;
  }
  
  .p-areadetailTitle__number {
    text-align: left;
  }
}












.p-eventMapOuter {
  margin: 56px auto 0;
  max-width: 976px;
  position: relative;
}
.p-eventMap {
}
.p-eventMapInner {
  position: relative;
  /*max-width: 450px;*/
  max-width: 570px;
  margin: 40px auto 0;
}
.p-eventMap__img {
  /*max-width: 267px;*/
  max-width: 400px;
  margin: 30px auto 0;
}
.p-eventMap__img img {
  margin-left: 21px;
}
.p-eventMapLink {
  position: absolute;
  /* top: 0;
  left: 0; */
}

.p-eventMapLink > span {
  width: 49px;
  height: 49px;
  box-sizing: border-box;
  border: #FFF 3px solid;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 1;
  color: #FFF;
  background: linear-gradient(135deg, rgba(0,137,133,1) 0%,rgba(132,152,0,1) 100%);
  padding: 0 0 4px 0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.55);
  cursor: pointer;
}



.p-eventMapLink {
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; */
}
.p-eventMapLinkOuter a:hover {
  opacity: 0.6;
}
.p-eventMapLinkWrap {
  position: relative;
  
}

.p-eventMapLink.is-01 {
  background:url(../../../img/pages/concept2/point-img04_bubble01.png);
  background-repeat: no-repeat;
  background-size: 177px 156px;
  width: 177px;
  height: 156px;
}
.p-eventMapLink.is-01 {
  left: -14%;
  top: -6%;
	left: -11%;
    top: 0;
}
.p-eventMapLink.is-01 .p-eventMapLinkWrap {
  width: 177px;
  height: 156px;
}
.p-eventMapLink.is-01 .p-eventMapLink__title {
  top: 10px;
  left: -10px;
}
.p-eventMapLink.is-01 .p-eventMapLink__txt {
  left: 20px;
  bottom: 35px;
}


.p-eventMapLink.is-02 {
  background:url(../../../img/pages/concept2/point-img04_bubble02.png);
  background-repeat: no-repeat;
  background-size: 156px 161px;
  width: 156px;
  height: 161px;
}
.p-eventMapLink.is-02 {
  right: -14%;
  top: -6%;
	right: -8%;
    top: 0;
}
.p-eventMapLink.is-02 .p-eventMapLinkWrap {
  width: 156px;
  height: 161px;
}
.p-eventMapLink.is-02 .p-eventMapLink__title {
  top: 10px;
  left: 0;
}
.p-eventMapLink.is-02 .p-eventMapLink__txt {
  left: 0;
  right: 0;
  margin: auto;
  top: 40%;
}


.p-eventMapLink.is-03 {
  background:url(../../../img/pages/concept2/point-img04_bubble03.png);
  background-repeat: no-repeat;
  background-size: 181px 156px;
  width: 181px;
  height: 156px;
}
.p-eventMapLink.is-03 {
  left: -8%;
  top: 28%;
}
.p-eventMapLink.is-03 .p-eventMapLinkWrap {
  width: 177px;
  height: 156px;
}
.p-eventMapLink.is-03 .p-eventMapLink__title {
  top: 10px;
  left: -10px;
}
.p-eventMapLink.is-03 .p-eventMapLink__txt {
  left: 10px;
  bottom: 35px;
}

.p-eventMapLink.is-04 {
  background:url(../../../img/pages/concept2/point-img04_bubble04.png);
  background-repeat: no-repeat;
  background-size: 156px 161px;
  width: 156px;
  height: 161px;
}
.p-eventMapLink.is-04 {
  right: -8%;
  top: 36%;
}
.p-eventMapLink.is-04 .p-eventMapLinkWrap {
  width: 156px;
  height: 161px;
}
.p-eventMapLink.is-04 .p-eventMapLink__title {
  top: 10px;
  left: 0;
}
.p-eventMapLink.is-04 .p-eventMapLink__txt {
  left: 0;
  right: 0;
  margin: auto;
  top: 40%;
}



.p-eventMapLink.is-05 {
  background:url(../../../img/pages/concept2/point-img04_bubble05.png);
  background-repeat: no-repeat;
  background-size: 181px 156px;
  width: 181px;
  height: 156px;
} 
.p-eventMapLink.is-05 {
  left: -9%;
  top: 53%;
}
.p-eventMapLink.is-05 .p-eventMapLinkWrap {
  width: 156px;
  height: 161px;
}
.p-eventMapLink.is-05 .p-eventMapLink__title {
  top: 15px;
  left: 0;
}
.p-eventMapLink.is-05 .p-eventMapLink__txt {
  left: 0;
  right: 0;
  margin: auto;
  top: 40%;
}


.p-eventMapLink.is-06 {
  background:url(../../../img/pages/concept2/point-img04_bubble06.png);
  background-repeat: no-repeat;
  background-size: 163px 156px;
  width: 163px;
  height: 156px;
}
.p-eventMapLink.is-06 {
  right: -8%;
  top: 63%;
}
.p-eventMapLink.is-06 .p-eventMapLinkWrap {
  width: 156px;
  height: 161px;
}
.p-eventMapLink.is-06 .p-eventMapLink__title {
  top: 10px;
  left: 0;
}
.p-eventMapLink.is-06 .p-eventMapLink__txt {
  left: 20px;
  top: 30%;
}



.p-eventMapLink.is-07 {
  left: -18%;
  bottom: 0;
}
.p-eventMapLink_note {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}


.p-eventMapLink.is-08 {
  right: -25%;
  bottom: 0;
}
.p-eventMapFrame {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 166px;
}
.p-eventMapLink__txtlink {
  /* width: 50%; */
}
.p-eventMapLink__txtlink.is-01 {

}
.p-eventMapLink__txtlink.is-02 {
  margin-right: 10px;
}
.p-eventMapLink__txtlink.is-03 {
  margin-top: 5px;
}
.p-eventMapLink__txtlink.is-04 {
  margin-top: 5px;
  margin-left: 5px;
}
.p-eventMapLink__txtlink img {
  width: 38px;
  margin-right: 5px;
}
.p-eventMapLink__inner {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}






.p-eventMapCap {
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 0;
  right: 0;
}


.p-eventMapLink__title {
  color: #042275;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  
  position: absolute;
}
.p-eventMapLink__title span {
  font-size: 24px;
  padding-left: 5px;

}
.p-eventMapLink__txt {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  position: absolute;
}

@media screen and (max-width: 700px){
  .p-eventMapInner {
    /* max-width: calc((450 / 700) * 100vw); */
    max-width: none;
    /* width: calc((450 / 700) * 100vw); */

    width: 267px;
    /* margin: calc((40 / 700) * 100vw) auto 0; */

  }
  .p-eventMap__img {
    /* width: calc((450 / 700) * 100vw); */
    margin: calc((30 / 700) * 100vw) auto 0;
    max-width: none;
    width: 267px;
    margin: 30px auto 0;
  }
  .p-eventMap__img img {
    margin-left: calc((10 / 700) * 100vw);
  }

  .p-eventMapLink__title {
    font-size: calc((16 / 700) * 100vw);
  }
  .p-eventMapLink__title span {
    font-size: calc((16 / 700) * 100vw);
    padding-left: calc((5 / 700) * 100vw);
  }
  .p-eventMapLink__txt {
    font-size: calc((14 / 700) * 100vw);
  }
  

  .p-eventMapLink.is-01 {
    background-size: calc((170 / 700) * 100vw) calc((150 / 700) * 100vw);
    width: calc((170 / 700) * 100vw);
    height: calc((150 / 700) * 100vw);
    left: calc((-135 / 700) * 100vw);
    /* top: calc((-10 / 700) * 100vw); */
    top: -10px;
  }
  .p-eventMapLink.is-01 .p-eventMapLinkWrap {
    width: calc((170 / 700) * 100vw);
    height: calc((150 / 700) * 100vw);
  }
  .p-eventMapLink.is-01 .p-eventMapLink__title {
    top: calc((25 / 700) * 100vw);
    left: calc((-10 / 700) * 100vw);
  }
  .p-eventMapLink.is-01 .p-eventMapLink__txt {
    left: calc((20 / 700) * 100vw);
    bottom: calc((35 / 700) * 100vw);
  }

  .p-eventMapLink.is-02 {
    background-size: calc((145 / 700)* 100vw) calc((150 / 700)* 100vw);
    width: calc((145 / 700)* 100vw);
    height: calc((150 / 700)* 100vw);
    right: calc((-135 / 700)* 100vw);
    /* top: calc((-30 / 700)* 100vw); */
    top: -30px;
  }
  .p-eventMapLink.is-02 .p-eventMapLinkWrap {
    width: calc((145 / 700) * 100vw);
    height: calc((150 / 700) * 100vw);
  }
  .p-eventMapLink.is-02 .p-eventMapLink__title {
    top: calc((25 / 700) * 100vw);
    left: calc((0 / 700) * 100vw);
  }
  .p-eventMapLink.is-02 .p-eventMapLink__txt {
    left: 0;
    right: 0;
    margin: auto;
    top: calc((60 / 700) * 100vw);
  }

  .p-eventMapLink.is-03 {
    background-size: calc((175 / 700)* 100vw) calc((150 / 700)* 100vw);
    width: calc((175 / 700)* 100vw);
    height: calc((150 / 700)* 100vw);
    left: calc((-135 / 700) * 100vw);
    /* top: calc((150 / 700)* 100vw); */
    top: 150px;
  }
  .p-eventMapLink.is-03 .p-eventMapLinkWrap {
    width: calc((175 / 700) * 100vw);
    height: calc((150 / 700) * 100vw);
  }
  .p-eventMapLink.is-03 .p-eventMapLink__title {
    top: calc((25 / 700)* 100vw);
    left: calc((-10 / 700)* 100vw);
  }
  .p-eventMapLink.is-03 .p-eventMapLink__txt {
    left: calc((13 / 700) * 100vw);
    bottom: calc((35 / 700) * 100vw);
  }

  .p-eventMapLink.is-04 {
    background-size: calc((145 / 700)* 100vw) calc((150 / 700)* 100vw);
    width: calc((145 / 700)* 100vw);
    height: calc((150 / 700)* 100vw);
    right: calc((-135 / 700)* 100vw);
    /* top: calc((185 / 700)* 100vw); */
    top: 185px;
  }
  .p-eventMapLink.is-04 .p-eventMapLinkWrap {
    width: calc((145 / 700)* 100vw);
    height: calc((150 / 700)* 100vw);
  }
  .p-eventMapLink.is-04 .p-eventMapLink__title {
    top: calc((25 / 700) * 100vw);
    left: calc((0 / 700) * 100vw);
  }
  .p-eventMapLink.is-04 .p-eventMapLink__txt {
    left: 0;
    right: 0;
    margin: auto;
    top: calc((60 / 700) * 100vw);
  }

  .p-eventMapLink.is-05 {
    background-size: calc((175 / 700)* 100vw) calc((150 / 700)* 100vw);
    width: calc((175 / 700)* 100vw);
    height: calc((150 / 700)* 100vw);
    left: calc((-135 / 700) * 100vw);
    /* top: calc((347 / 700)* 100vw); */
    top: 347px;
  } 
  .p-eventMapLink.is-05 .p-eventMapLinkWrap {
    width: calc((175 / 700) * 100vw);
    height: calc((150 / 700) * 100vw);
  }
  .p-eventMapLink.is-05 .p-eventMapLink__title {
    top: calc((25 / 700)* 100vw);
    left: calc((-13 / 700)* 100vw);
  }
  .p-eventMapLink.is-05 .p-eventMapLink__txt {
    left: calc((-26 / 700)* 100vw);
    bottom: calc((35 / 700)* 100vw);
  }

  .p-eventMapLink.is-06 {
    background-size: calc((157 / 700)* 100vw) calc((150 / 700)* 100vw);
    width: calc((157 / 700)* 100vw);
    height: calc((150 / 700)* 100vw);
    right: calc((-135 / 700)* 100vw);
    /* top: calc((390 / 700)* 100vw); */
    top: 390px;
  }
  .p-eventMapLink.is-06 .p-eventMapLinkWrap {
    width: calc((157 / 700)* 100vw);
    height: calc((150 / 700)* 100vw);
  }
  .p-eventMapLink.is-06 .p-eventMapLink__title {
    top: calc((20 / 700) * 100vw);
    left: calc((0 / 700) * 100vw);
  }
  .p-eventMapLink.is-06 .p-eventMapLink__txt {
    left: calc((22 / 700)* 100vw);
    top: calc((50 / 700) * 100vw);
  }











  .p-eventMapLink.is-07 {
    left: -21%;
    bottom: -40px;
  }
  .p-eventMapLink.is-08 {
    right: -25%;
    bottom: -50px;
  }


  .p-areadetailList {
    margin: 100px auto 0;
  }




}

@media screen and (max-width: 500px) {
  .p-eventMap__img img {
    margin-left: calc((10 / 500)* 100vw);
  }
  /* .p-eventMapLink.is-05 {
    left: calc((-100 / 500)* 100vw);
  } */
}
@media screen and (max-width: 480px) {

  .p-eventMap__img {
    width: 200px;
  }
  .p-eventMapLink.is-01 {
    left: calc((-54 / 480)* 100vw);
    top: -10px;
  }
  .p-eventMapLink.is-02 {
    right: calc((-50 / 480)* 100vw);
    top: 0;
  }
  .p-eventMapLink.is-03 {
    left: calc((-54 / 480)* 100vw);
    top: 119px;
  }
  .p-eventMapLink.is-04 {
    right: calc((-50 / 480)* 100vw);
    top: 170px;
  }
  .p-eventMapLink.is-05 {
    left: calc((-54 / 480)* 100vw);
    top: 269px;
  }
  .p-eventMapLink.is-06 {
    right: calc((-50 / 480)* 100vw);
    top: 304px;
  }


}

@media screen and (max-width: 980px) {
	.p-eventMapLink.is-07 {
		left: inherit;
		bottom: inherit;
		position: relative;
		width: fit-content;
    margin: 30px auto 0;
	}
	.p-eventMapLink.is-08 {
		right: inherit;
		bottom: inherit;
		position: relative;
		width: fit-content;
    margin: 15px auto 0;
	}
	   
}
@media screen and (max-width: 400px) {
  /*.p-eventMapLink.is-07 {
    left: 15%;
  }
  .p-eventMapLink.is-08 {
    bottom: -19%;
    left: 19%;
  }*/
  .p-areadetailList {
    margin: 120px auto 0;
  }
}


/* @media screen and (max-width: 976px){
  .p-eventMapLink > span {
    width: 4.9vw;
    height: 4.9vw;
    border: #FFF 0.3vw solid;
    font-size: 3vw;
    padding: 0 0 0.4vw 0;
    box-shadow: 0.5vw 0.5vw 0.5vw rgba(0,0,0,0.55);
  }
  .p-eventMapCap {
    font-size: 12px;
    line-height: 1.4;
    text-align: right;
    letter-spacing: 0.1em;
    margin-top: 10px
  }

} */






/* @media screen and (max-width: 960px){
  .p-event__title {
    font-size: 22px;
  }
  .p-event__title:before {
    width: 487px;
  }
}
@media screen and (max-width: 640px){
  .p-event {
    padding: 0px 0 52px 0;
  }
  .p-event__title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    padding: 0 0 17px 0;
    margin-bottom: 15px;
  }
  .p-event__title:before {
    height: 2px;
    width: 300px;
  }
  .p-event__txt {
    font-size: 12px;
    line-height: 1.7;
  }
  .p-eventMapOuter {
    margin: 36px auto 0;
  }
  .p-eventMap {
  }
  .p-eventMapInner {
    position: relative;
  }
  .p-eventMapCap {
    font-size: 10px;
  }
}
@media screen and (max-width: 550px){
  .p-eventMap {
    overflow-x: auto;
  }
  .p-eventMapInner {
    position: relative;
    width: 550px;
  }
  .p-eventMapLink > span {
    width: 28px;
    height: 28px;
    border: #FFF 2px solid;
    font-size: 16px;
    padding: 0 0 2px 0;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.55);
  }
} */
