@charset "UTF-8";
/* ===================================
location
=================================== */
.under-visual .photo-wrap {
  background-image: url(../imgs/mainvisual.jpg);
}
@media only screen and (max-width: 767px) {
  .under-visual .photo-wrap {
    background-image: url(../imgs/mainvisual_sp.jpg);
  }
}

.btn-close {
  display: block;
  background: #333;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.btn-close:before, .btn-close:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
}
.btn-close:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-close:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .btn-close {
    position: fixed;
    right: 0px !important;
    top: 54px !important;
    z-index: 100;
  }
  .btn-close.btn2 {
    display: none;
    top: auto !important;
    bottom: 0px !important;
    z-index: 9990;
  }
}

.photo-pop {
  display: none;
  background: #f0ece9;
  width: 100%;
}
.photo-pop .inner {
  padding-top: 20px;
  width: calc(100% - 96px);
}
@media only screen and (max-width: 767px) {
  .photo-pop {
    min-height: auto;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    height: 100vh;
    padding: 54px 0 58px;
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .photo-pop .wrap {
    height: 100%;
    overflow: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .photo-pop .inner {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }
}

.sp-bg {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-bg {
    display: none;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
  }
}

.photopop-block {
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  position: relative;
}
.photopop-block img {
  width: 100%;
}
.photopop-block.pop1 {
  min-height: 600px;
  margin-top: 60px;
  background-image: url(../imgs/img_location_1.jpg);
}
.photopop-block.pop1 .btn-close {
  right: 0;
}
.photopop-block.pop1 .photo-pop {
  min-height: 600px;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}
.photopop-block.pop1 .photo-pop .inner {
  margin-left: 96px;
  position: relative;
}
.photopop-block.pop1 .photo-pop .u-h3 {
  color: #4d4d4d;
}
.photopop-block.pop1 .photo-pop .u-h3 .u-h3__in {
  padding-left: 0;
}
.photopop-block.pop1 .photo-pop .u-h3 .u-h3__in:before {
  display: none;
}
.photopop-block.pop1 .photo-pop .photo-block1 {
  font-size: 14px;
}
.photopop-block.pop1 .photo-pop .photo-block1 .photo-info {
  padding-left: 1em;
}
.photopop-block.pop1 .photo-pop .photo-block1 .photos {
  display: flex;
  justify-content: space-between;
}
.photopop-block.pop1 .photo-pop .photo-block1 .photos .p1 {
  width: 56.48%;
}
.photopop-block.pop1 .photo-pop .photo-block1 .photos .p2 {
  width: 43.05%;
}
.photopop-block.pop1 .photo-pop .photo-block1 .photos .p2 .text {
  font-family: "リュウミン M-KL";
  margin-top: 10px;
  padding: 0 4px 0 8px;
  letter-spacing: 0.05em;
}
.photopop-block.pop1 .photo-pop .photo-block2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.photopop-block.pop1 .photo-pop .photo-block2 li {
  width: 32.87%;
}
.photopop-block.pop1 .photo-pop .photo-block2 li .pc, .photopop-block.pop1 .photo-pop .photo-block2 li .sp {
  position: relative;
}
.photopop-block.pop1 .photo-pop .photo-block2 li .photo-info {
  margin-top: 10px;
}
.photopop-block.pop1 .photo-pop .photo-block2 li .photo-info .name {
  display: block;
}
@media only screen and (max-width: 767px) {
  .photopop-block.pop1 {
    min-height: auto;
    margin-top: 60px;
    background-image: none;
  }
  .photopop-block.pop1 .btn-close {
    right: -10px;
    top: 0px;
  }
  .photopop-block.pop1 .btn-close.btn2 {
    top: auto;
    bottom: 0px;
  }
  .photopop-block.pop1 .photo-pop .inner {
    margin-left: 0;
  }
  .photopop-block.pop1 .photo-pop .u-h3 {
    color: #4d4d4d;
  }
  .photopop-block.pop1 .photo-pop .u-h3 .u-h3__in {
    padding-top: 0;
  }
  .photopop-block.pop1 .photo-pop .photo-block1 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .photopop-block.pop1 .photo-pop .photo-block1 .photo-info {
    margin-top: 10px;
    padding-left: 0;
  }
  .photopop-block.pop1 .photo-pop .photo-block1 .photos {
    display: block;
  }
  .photopop-block.pop1 .photo-pop .photo-block1 .photos .p1 {
    width: 100%;
  }
  .photopop-block.pop1 .photo-pop .photo-block1 .photos .p2 {
    margin-top: 5px;
    width: 100%;
  }
  .photopop-block.pop1 .photo-pop .photo-block1 .photos .p2 .text {
    font-size: 12px;
    padding: 0;
    letter-spacing: 0.05em;
  }
  .photopop-block.pop1 .photo-pop .photo-block2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .photopop-block.pop1 .photo-pop .photo-block2 li {
    width: 48.33%;
    margin-bottom: 10px;
  }
  .photopop-block.pop1 .photo-pop .photo-block2 li .photo-info {
    margin-top: 5px;
  }
  .photopop-block.pop1 .photo-pop .photo-block2 li .photo-info .name {
    display: block;
  }
}
.photopop-block.pop2 {
  margin-top: 10px;
  min-height: 520px;
  background-image: url(../imgs/img_location_2.jpg);
}
.photopop-block.pop2 .photo-pop {
  min-height: 520px;
  position: relative;
  z-index: 10;
}
.photopop-block.pop2 .photo-pop .inner {
  margin-right: 96px;
  position: relative;
}
.photopop-block.pop2 .photo-pop .u-h3 {
  color: #4d4d4d;
  left: calc(100% + 100px);
  width: 520px;
}
.photopop-block.pop2 .photo-pop .u-h3 .u-h3__in {
  padding-left: 60px;
}
.photopop-block.pop2 .photo-pop .u-h3 .u-h3__in:before {
  display: none;
}
.photopop-block.pop2 .photo-pop .photo-block {
  font-size: 14px;
  overflow: hidden;
}
.photopop-block.pop2 .photo-pop .photo-block .photo-info.big {
  text-align: right;
}
.photopop-block.pop2 .photo-pop .photo-block .p-right {
  float: right;
  width: 59.72%;
}
.photopop-block.pop2 .photo-pop .photo-block .p-right .p-text-photo {
  margin-top: 18px;
  overflow: hidden;
}
.photopop-block.pop2 .photo-pop .photo-block .p-right .p-text-photo .p-wrap {
  float: right;
  width: 200px;
  position: relative;
}
.photopop-block.pop2 .photo-pop .photo-block .p-right .p-text-photo .text {
  font-family: "リュウミン M-KL";
  float: left;
  width: calc(100% - 210px);
  padding: 0 10px;
  box-sizing: border-box;
}
.photopop-block.pop2 .photo-pop .photo-block .p-left {
  float: left;
  width: 39.81%;
}
.photopop-block.pop2 .photo-pop .photo-block .p-left .photo-info {
  margin-top: 5px;
}
.photopop-block.pop2 .photo-pop .photo-block .photos {
  display: flex;
  justify-content: space-between;
}
.photopop-block.pop2 .photo-pop .photo-block .photos .p1 {
  width: 56.48%;
}
.photopop-block.pop2 .photo-pop .photo-block .photos .p2 {
  width: 43.05%;
}
.photopop-block.pop2 .photo-pop .photo-block .photos .p2 .text {
  margin-top: 10px;
  padding: 0 4px 0 8px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .photopop-block.pop2 {
    margin-top: 0px;
    min-height: auto;
    background-image: none;
  }
  .photopop-block.pop2 .btn-close {
    right: -10px;
    top: -40px;
  }
  .photopop-block.pop2 .btn-close.btn2 {
    top: auto;
    bottom: -40px;
  }
  .photopop-block.pop2 .photo-pop {
    min-height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .photopop-block.pop2 .photo-pop .inner {
    margin-right: 0px;
  }
  .photopop-block.pop2 .photo-pop .u-h3 {
    left: 0;
    width: 100%;
  }
  .photopop-block.pop2 .photo-pop .u-h3 .u-h3__in {
    padding-top: 5px;
    padding-left: 0px;
  }
  .photopop-block.pop2 .photo-pop .photo-block {
    font-size: 14px;
    overflow: hidden;
  }
  .photopop-block.pop2 .photo-pop .photo-block .photo-info.big {
    text-align: right;
  }
  .photopop-block.pop2 .photo-pop .photo-block .p-right {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  .photopop-block.pop2 .photo-pop .photo-block .p-right .p-text-photo {
    margin-top: 5px;
    overflow: hidden;
  }
  .photopop-block.pop2 .photo-pop .photo-block .p-right .p-text-photo .p-wrap {
    float: none;
    width: 83.33%;
  }
  .photopop-block.pop2 .photo-pop .photo-block .p-right .p-text-photo .text {
    font-size: 12px;
    float: none;
    width: 100%;
    margin-top: 10px;
    padding: 0;
    box-sizing: border-box;
  }
  .photopop-block.pop2 .photo-pop .photo-block .p-right .p-text-photo .photo-info {
    margin-top: 5px;
    text-align: left;
  }
  .photopop-block.pop2 .photo-pop .photo-block .p-left {
    float: none;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .photopop-block.pop2 .photo-pop .photo-block .p-left .photo-info {
    text-align: right;
    margin-top: 5px;
  }
  .photopop-block.pop2 .photo-pop .photo-block .photos {
    display: flex;
    justify-content: space-between;
  }
  .photopop-block.pop2 .photo-pop .photo-block .photos .p1 {
    width: 56.48%;
  }
  .photopop-block.pop2 .photo-pop .photo-block .photos .p2 {
    width: 43.05%;
  }
  .photopop-block.pop2 .photo-pop .photo-block .photos .p2 .text {
    margin-top: 10px;
    padding: 0 4px 0 8px;
    letter-spacing: 0.05em;
  }
}
.photopop-block .photo-on {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.photopop-block .photo-on .title {
  text-align: center;
  font-size: 40px;
  line-height: 1.5;
  color: #FFF;
  font-family: "リュウミン M-KL";
  letter-spacing: 0.4em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
.photopop-block .photo-on .t-btn .btn-pop {
  display: block;
  background: rgba(51, 51, 51, 0.8);
  color: #FFF;
  width: 256px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.photopop-block .photo-on .t-btn__in {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  font-family: "Cormorant Unicase", serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.3em;
  position: relative;
}
.photopop-block .photo-on .t-btn__in .arrow {
  bottom: 26px;
}
@media only screen and (max-width: 767px) {
  .photopop-block .photo-on {
    display: block;
    position: relative;
  }
  .photopop-block .photo-on .sp-photo {
    position: relative;
  }
  .photopop-block .photo-on .sp-photo .title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .photopop-block .photo-on .sp-photo .title-wrap .title {
    font-size: 16px;
  }
  .photopop-block .photo-on .t-btn {
    position: static;
  }
  .photopop-block .photo-on .t-btn .btn-pop {
    display: block;
    background: #333;
    color: #FFF;
    width: 100%;
    margin-top: 0px;
    padding: 0 15px;
    box-sizing: border-box;
    border: none;
  }
  .photopop-block .photo-on .t-btn__in {
    display: block;
    width: auto;
    padding: 14px 50px 14px 10px;
    font-size: 14px;
    text-align: right;
    line-height: 1;
    letter-spacing: 0.3em;
    position: relative;
    border-bottom: 1px solid #000;
  }
  .photopop-block .photo-on .t-btn__in .arrow {
    bottom: 17px;
  }
  .photopop-block .photo-on .cap {
    position: static;
    color: #000;
    padding: 6px;
  }
}

.education-block {
  margin-top: 100px;
  position: relative;
}
.education-block .photo-pop {
  font-family: "リュウミン M-KL";
  width: 100%;
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 20;
}
.education-block .photo-pop .wrap {
  padding-top: 0;
}
.education-block .photo-pop .inner {
  width: calc(100% - 50px);
/*  margin-left: 50px;*/
    margin: 0 auto;
}
.education-block .photo-pop .btn-close {
  right: 0;
}
.education-block .photo-pop .u-h3 {
  color: #4d4d4d;
  top: -100px;
}
.education-block .photo-pop .u-h3 .u-h3__in:before {
  width: 100px;
}
.education-block .photo-pop .shitei {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 1px;
}
.education-block .photo-pop .shitei .in {
  border: 1px solid #ccc;
  padding: 15px 20px;
}
.education-block .photo-pop .shitei .in p {
  font-size: 20px;
}
.education-block .photo-pop dl {
  overflow: hidden;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.05em;
}
.education-block .photo-pop dl dt {
  float: left;
}
.education-block .photo-pop dl dd {
  float: right;
}
.education-block .photo-pop dl dd span {
  font-size: 12px;
}
.education-block .photo-pop .photo-block {
  padding-top: 10px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.education-block .photo-pop .photo-block img {
  width: 100%;
}
.education-block .photo-pop .photo-block .p-left {
  width: 38.68%;
}
.education-block .photo-pop .photo-block .p-right {
  width: 58.24%;
}
.education-block .photo-pop .photo-block .p-text-photo {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.education-block .photo-pop .photo-block .p-text-photo .p-wrap {
  width: 56.6%;
}
.education-block .photo-pop .photo-block .p-text-photo .photo-info {
  width: 41.5%;
  display: flex;
  align-items: flex-end;
}
.education-block .photo-pop .photo-block .p-text-photo .photo-info .name {
  display: block;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .education-block .photo-pop {
    top: 74px;
    z-index: 100;
  }
  .education-block .photo-pop .wrap {
    padding-right: 10px;
  }
  .education-block .photo-pop .inner {
    width: 100%;
    margin-left: 0px;
  }
  .education-block .photo-pop .btn-close {
    top: -40px;
  }
  .education-block .photo-pop .btn-close.btn2 {
    top: auto;
    bottom: -40px;
  }
  .education-block .photo-pop .u-h3 {
    top: -5px;
  }
  .education-block .photo-pop .u-h3 .u-h3__in {
    padding-top: 5px;
    padding-right: 0;
  }
  .education-block .photo-pop .shitei {
    margin-bottom: 10px;
  }
  .education-block .photo-pop .shitei .in {
    border: 1px solid #ccc;
    padding: 12px 10px 12px 14px;
  }
  .education-block .photo-pop .shitei .in p {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .education-block .photo-pop .other-list {
    margin-top: 30px;
  }
  .education-block .photo-pop dl {
    overflow: hidden;
    font-size: 12px;
    line-height: 22px;
  }
  .education-block .photo-pop dl dd span {
    font-size: 10px;
  }
  .education-block .photo-pop .photo-block {
    padding-top: 10px;
    padding-bottom: 15px;
    display: block;
  }
  .education-block .photo-pop .photo-block .p-left {
    width: 100%;
  }
  .education-block .photo-pop .photo-block .p-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .education-block .photo-pop .photo-block .p-right .p-sp-wrap {
    width: 48.33%;
  }
  .education-block .photo-pop .photo-block .p-right .photo-info {
    margin-top: 5px;
  }
  .education-block .photo-pop .photo-block .p-right .photo-info .name {
    display: block;
  }
  .education-block .photo-pop .photo-block .p-text-photo {
    width: 48.33%;
    margin-top: 0px;
    display: block;
  }
  .education-block .photo-pop .photo-block .p-text-photo .p-wrap {
    width: 100%;
  }
  .education-block .photo-pop .photo-block .p-text-photo .photo-info {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .education-block .photo-pop .photo-block .p-text-photo .photo-info .name {
    display: block;
    margin-right: 0;
  }
}
.education-block .wrap {
  padding-top: 100px;
  position: relative;
}
.education-block .u-h3 {
  left: 0.35em;
  z-index: 10;
}
.education-block .u-h3 .u-h3__in {
  padding-right: 10px;
}
.education-block .e-textphoto {
  position: relative;
  padding-bottom: 88px;
margin-bottom: 40px;
}
.education-block .e-textphoto .e-photo {
  width: 53.68%;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
}
.education-block .e-textphoto .e-photo img {
  width: 100%;
}
.education-block .e-textphoto .e-info {
  width: 62.31%;
  margin-left: 37.68%;
  padding: 30px 0 110px 40px;
  font-family: "リュウミン M-KL";
  position: relative;
}
.education-block .e-textphoto .e-info:before {
  content: "";
  background: #f0ece9;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.education-block .e-textphoto .e-info .title {
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 0.2em;
}
.education-block .e-textphoto .e-info .text {
  font-size: 14px;
  line-height: 32px;
  margin-top: 50px;
  padding-left: 150px;
}
.education-block .e-textphoto .e-info .btn-wrap {
  margin-top: 20px;
  overflow: hidden;
}
.education-block .e-textphoto .e-info .btn-wrap .t-btn {
  float: right;
}
.education-block .e-textphoto .e-info .btn-wrap .t-btn__in {
  display: inline-block;
  width: 200px;
  padding: 20px 0;
  font-size: 18px;
  font-family: "Cormorant Unicase", serif;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.3em;
  position: relative;
  border-bottom: 1px solid #000;
}
.education-block .e-textphoto .e-info .btn-wrap .t-btn__in .arrow {
  bottom: 26px;
}
.education-block .e-copy {
  margin-top: 80px;
  margin-bottom: 50px;
  font-family: "リュウミン M-KL";
  text-align: center;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0.3em;
}
.education-block .e-figure {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1100px) {
  .education-block .wrap {
    padding-left: 70px;
  }
  .education-block .u-h3 {
    left: 1em;
  }
  .education-block .e-textphoto {
    padding-bottom: 54px;
  }
  .education-block .e-textphoto .e-photo {
    width: calc(58% - 70px);
  }
  .education-block .e-textphoto .e-info {
    width: calc(64% - 70px);
    margin-left: 38%;
    padding: 30px 0 50px 40px;
  }
  .education-block .e-textphoto .e-info .title {
    font-size: 36px;
    line-height: 60px;
  }
  .education-block .e-textphoto .e-info .text {
    padding-left: 10vw;
  }
  .education-block .e-copy {
    padding-right: 50px;
  }
  .education-block .e-figure {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .education-block {
    margin-top: 50px;
  }
  .education-block .wrap {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
  }
  .education-block .u-h3 {
    left: 0;
  }
  .education-block .e-textphoto {
    margin-top: 20px;
    position: relative;
    padding-bottom: 0;
  }
  .education-block .e-textphoto:before {
    content: "";
    background: #f0ece9;
    width: 90vw;
    height: calc(100% + 40px);
    position: absolute;
    left: 10vw;
    top: -40px;
    z-index: -1;
  }
  .education-block .e-textphoto .e-photo {
    width: 64.51%;
    position: relative;
    left: 0;
    bottom: auto;
    top: 0;
    z-index: 1;
  }
  .education-block .e-textphoto .e-info {
    width: 90.32%;
    width: calc(90% + 20px);
    margin-left: 9.67%;
    margin-left: 10%;
    padding: 22px 0 22px 20px;
    font-family: "リュウミン M-KL";
    position: relative;
    box-sizing: border-box;
  }
  .education-block .e-textphoto .e-info:before {
    display: none;
  }
  .education-block .e-textphoto .e-info .title {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1em;
  }
  .education-block .e-textphoto .e-info .text {
    font-size: 12px;
    line-height: 22px;
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 40px;
  }
  .education-block .e-textphoto .e-info .btn-wrap {
    margin-top: 0px;
    padding-right: 40px;
    overflow: hidden;
  }
  .education-block .e-textphoto .e-info .btn-wrap .t-btn {
    float: right;
  }
  .education-block .e-textphoto .e-info .btn-wrap .t-btn__in {
    display: inline-block;
    width: 140px;
    padding: 16px 0;
    font-size: 14px;
  }
  .education-block .e-textphoto .e-info .btn-wrap .t-btn__in .arrow {
    bottom: 17px;
  }
  .education-block .e-copy {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-right: 0;
    font-size: 18px;
    line-height: 28px;
  }
  .education-block .e-figure {
    padding-right: 10px;
    box-sizing: border-box;
  }
  .education-block .e-figure .cap {
    text-align: left;
  }
}

.photo-info {
  font-family: "リュウミン M-KL";
}
.photo-info.big .name {
  font-size: 24px;
}
.photo-info.big .distance {
  font-size: 16px;
}
.photo-info.big .num {
  font-size: 26px;
}
.photo-info .name {
  font-size: 18px;
  margin-right: 1em;
  line-height: 1.4;
}
.photo-info .distance {
  font-size: 14px;
  display: inline-block;
}
.photo-info .num {
  font-size: 22px;
  font-family: adobe-garamond-pro, serif;
  line-height: 1;
  padding: 0 5px;
}
.photo-info .sml {
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .photo-info.big .name {
    font-size: 18px;
  }
  .photo-info.big .distance {
    font-size: 14px;
  }
  .photo-info.big .num {
    font-size: 24px;
  }
  .photo-info.big .sml {
    font-size: 12px;
  }
  .photo-info .name {
    font-size: 14px;
    margin-right: 1em;
    line-height: 1.4;
  }
  .photo-info .distance {
    font-size: 12px;
    margin-top: 2px;
  }
  .photo-info .num {
    font-size: 18px;
    font-family: adobe-garamond-pro, serif;
    line-height: 1;
    padding: 0 3px;
    letter-spacing: -0.02em;
  }
  .photo-info .sml {
    font-size: 11px;
  }
}

.area-photos {
  width: 100%;
  position: relative;
}
.area-photos:before {
  content: "";
  background: #f0ece9;
  width: 100vw;
  position: absolute;
  left: 0;
  z-index: 0;
}
.area-photos .u-h3 {
  z-index: 1;
}
.area-photos .wrap {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.area-photos .photo-set {
  margin-top: 10px;
}
.area-photos .photo-set .info {
  margin-top: 5px;
}
.area-photos .photo-info {
  margin-top: 5px;
}
.area-photos .figure-wrap {
  position: relative;
}
.area-photos .figure-wrap img {
  width: 100%;
}
.area-photos.kannai {
  margin-top: 120px;
}
.area-photos.kannai:before {
  height: calc(100% - 460px);
  top: 250px;
}
.area-photos.kannai .wrap {
  padding-top: 105px;
}
.area-photos.kannai .u-h3 {
  margin-top: 0;
  text-align: left;
  font-size: 108px;
  position: absolute;
  right: 0;
  top: 0;
}
.area-photos.kannai .u-h3 p:nth-of-type(2) {
  padding-left: 50px;
}
.area-photos.kannai .photo1 {
  padding-left: 120px;
}
.area-photos.kannai .photo-set {
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
}
.area-photos.kannai .photo-set .photo2 {
  width: 44.56%;
}
.area-photos.kannai .photo-set .photo3,
.area-photos.kannai .photo-set .photo4 {
  width: 27.71%;
  width: calc(27.71% - 10px);
}
.area-photos.kannai .photo-set .photo3 .name {
  margin-right: 0;
}
.area-photos.kannai .photo-set .photo3 .name .sml {
  font-size: 10px;
}
.area-photos.kannai .photo-set .photo4 .photo-info {
  text-align: right;
}
.area-photos.kannai .photo-set .photo-info .name {
  display: block;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 960px) {
  .area-photos.kannai .wrap {
    padding-top: 12vw;
  }
  .area-photos.kannai .u-h3 {
    font-size: 85px;
    font-size: 8.85417vw;
  }
}
@media only screen and (max-width: 767px) {
  .area-photos.kannai {
    margin-top: 60px;
  }
  .area-photos.kannai:before {
    width: 72vw;
    height: 220vw;
    top: 150px;
  }
  .area-photos.kannai .wrap {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .area-photos.kannai .u-h3 {
    width: 100%;
    margin-top: 0;
    text-align: center;
    font-size: 52px;
    position: relative;
    right: 0;
    top: 0;
  }
  .area-photos.kannai .u-h3 p:nth-of-type(2) {
    padding-left: 0px;
  }
  .area-photos.kannai .photo1 {
    padding-left: 0px;
    margin-top: 20px;
  }
  .area-photos.kannai .photo1 .photo-info {
    padding: 0 10px;
  }
  .area-photos.kannai .photo-set {
    padding: 0 10px;
    display: block;
  }
  .area-photos.kannai .photo-set .photo2 {
    width: 100%;
  }
  .area-photos.kannai .photo-set .photo2 .photo-info {
    margin-top: 5px;
  }
  .area-photos.kannai .photo-set .photo3 {
    margin-top: 10px;
    width: 89%;
    margin-left: 11%;
  }
  .area-photos.kannai .photo-set .photo3 .photo-info {
    text-align: right;
    margin-top: 5px;
  }
  .area-photos.kannai .photo-set .photo3 .photo-info .name {
    margin-right: 0;
    display: block;
  }
  .area-photos.kannai .photo-set .photo4 {
    margin-top: 4px;
    display: flex;
    align-items: flex-end;
    width: 100%;
  }
  .area-photos.kannai .photo-set .photo4 .figure-wrap {
    width: 55.33%;
  }
  .area-photos.kannai .photo-set .photo4 .photo-info {
    width: 44.33%;
    padding-left: 8px;
    text-align: left;
  }
  .area-photos.kannai .photo-set .photo4 .photo-info .name {
    display: block;
  }
  .area-photos.kannai .photo-set .photo-info .name {
    display: inline-block;
    letter-spacing: 0.075em;
  }
}
.area-photos.minatomirai {
  margin-top: 200px;
}
.area-photos.minatomirai:before {
  height: calc(100% - 290px);
  top: 160px;
}
.area-photos.minatomirai .u-h3 {
  width: 100%;
  left: 100%;
  margin-left: 0;
}
.area-photos.minatomirai .photo1 {
  padding-right: 180px;
}
.area-photos.minatomirai .photo-set {
  padding-right: 60px;
  display: flex;
  justify-content: space-between;
}
.area-photos.minatomirai .photo-set .photo2,
.area-photos.minatomirai .photo-set .photo3 {
  width: 28.33%;
  width: calc(28.33% - 10px);
}
.area-photos.minatomirai .photo-set .photo4 {
  width: 43.11%;
}
.area-photos.minatomirai .photo-set .photo-info .name {
  display: block;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 767px) {
  .area-photos.minatomirai {
    margin-top: 100px;
  }
  .area-photos.minatomirai:before {
    height: 100vw;
    top: 110px;
    width: 74vw;
    right: 0;
    left: auto;
  }
  .area-photos.minatomirai .wrap {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .area-photos.minatomirai .u-h3 {
    left: 0;
  }
  .area-photos.minatomirai .photo1 {
    margin-top: 20px;
    padding-right: 0px;
  }
  .area-photos.minatomirai .photo1 .photo-info {
    padding: 0 10px;
  }
  .area-photos.minatomirai .photo1 .photo-info .name {
    display: block;
  }
  .area-photos.minatomirai .photo-set {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .area-photos.minatomirai .photo-set .photo2,
  .area-photos.minatomirai .photo-set .photo3 {
    width: 48.33%;
  }
  .area-photos.minatomirai .photo-set .photo4 {
    margin-top: 5px;
    width: 100%;
  }
  .area-photos.minatomirai .photo-set .photo-info {
    margin-top: 5px;
  }
  .area-photos.minatomirai .photo-set .photo-info .name {
    display: block;
    letter-spacing: 0.075em;
  }
}

.area-info {
  margin-top: 180px;
}
.area-info ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  font-family: "リュウミン M-KL";
}
.area-info ul li {
  width: 47.61%;
  margin-top: 20px;
}
.area-info ul li h4 {
  background: #f0ece9;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  border-top: #B3B3B3 solid 1px;
}
.area-info ul li dl {
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.area-info ul li dl dt {
  float: left;
}
.area-info ul li dl dd {
  float: right;
}
@media only screen and (max-width: 767px) {
  .area-info {
    margin-top: 90px;
  }
  .area-info .u-h3 {
    font-size: 30px;
  }
  .area-info ul {
    display: block;
  }
  .area-info ul li {
    width: 100%;
  }
  .area-info ul li h4 {
    font-size: 16px;
  }
  .area-info ul li p {
    margin-top: 20px;
    font-size: 10px;
  }
  .area-info ul li dl {
    font-size: 10px;
    line-height: 22px;
  }
}




.education-img img {
    max-width: 960px;
}

@media only screen and (max-width: 767px) {
    .education-img img {
        max-width: 100%;
        height: auto;
        padding-right: 10px;
        box-sizing: border-box;
    }
}



.tateno-img {
    display: flex;
    margin-top: 50px;
    padding: 24px;
    background: #f0ece9;
}
.tateno-img-img {
    max-width: 43%;
    margin-right: 24px;
}

.tateno-img img {
    width: 100%
}

.tateno-img-txt {
    max-width: 57%;
}

.tateno-img-txt p:first-child {
    margin-bottom: 15px;
}


@media only screen and (max-width: 767px) {
    .tateno-img {
        display: block;
        padding: 10px;
        margin-top: 30px;
        margin-right: 10px;
    }

    .tateno-img-img {
        max-width: 100%;
        margin-right: 0px;
    }

    .tateno-img-txt {
        max-width: 100%;
    }

}

.AreaMap a{
    display: block;
    text-align: center;
    background-color: #333;
    color: #fff;
    width: 300px;
    margin: 30px auto;
    font-size: 18px;
    font-family: "リュウミン M-KL";
}

.AreaMap a:hover{
    
    opacity: 0.6;
    transition: all 0.5s ease;
}