.photo img {
  overflow: hidden;
  border-radius: 20px;
  display: block;
}

.introduction01 h2 {
  margin: 78px 0 120px;
}
.introduction01 .info {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 100px;
  display: flex;
}
.introduction01 .photo {
  flex: 0 0 600px;
  position: relative;
  align-self: flex-start;
}
.introduction01 .photo::before {
  content: "";
  position: absolute;
  right: 26px;
  bottom: 100%;
  background: url(../img/tree01.svg) no-repeat left top;
  background-size: 67px auto;
  width: 67px;
  height: 55px;
}
.introduction01 .photo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 6px solid #BEEB46;
  border-radius: 20px;
}
.introduction01 .infoText {
  flex: 0 0 330px;
  margin-left: auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 10px;
}
.introduction01 .infoText > dt {
  background: url(../img/line.svg) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #00A082;
  font-weight: bold;
  font-size: 2rem;
}
.introduction01 .infoText > dd {
  padding: 0 5px;
  font-size: 1.5rem;
}
.introduction01 .infoText > dd + dd {
  margin-top: 20px;
}
.introduction01 .infoText > dd dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #E69500;
}
.introduction01 .tel {
  display: inline-block;
  position: relative;
}
.introduction01 .tel a {
  display: none;
}
.introduction01 .row {
  display: flex;
}
.introduction01 .row .midashi {
  flex: 0 0 5em;
}
.introduction01 .row .text {
  flex: 1 0 0%;
}
.introduction01 .kome {
  margin-top: 6px;
  text-indent: -1em;
  padding-left: 1em;
  color: #8c6239;
  font-size: 1.4rem;
  line-height: 1.428;
}
@media screen and (max-width: 767px) {
  .introduction01 h2 {
    margin: 50px 8px 60px;
  }
  .introduction01 .info {
    display: block;
    margin: 0 10px;
    padding-bottom: 80px;
  }
  .introduction01 .photo {
    margin-bottom: 30px;
  }
  .introduction01 .photo::before {
    width: 48px;
    height: 40px;
    background-size: 48px auto;
    right: 12px;
  }
  .introduction01 .photo::after {
    border-width: 4px;
  }
  .introduction01 .photo img {
    width: 100%;
  }
  .introduction01 .infoText > dt {
    font-size: 1.9rem;
    background-repeat: repeat-x;
  }
  .introduction01 .tel {
    text-decoration: underline;
  }
  _::-webkit-full-page-media, _:future, :root .introduction01 .tel {
    text-underline-offset: 2px;
  }

  .introduction01 .tel:active {
    text-decoration: none;
  }
  .introduction01 .tel a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

.point {
  padding: 80px 0 100px;
}
.point .contents {
  max-width: 980px;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
}
.pointlist {
  list-style: none;
  flex: 1 0 0%;
  padding-right: 24px;
  line-height: 2.125;
}
_:-ms-lang(x)::-ms-backdrop, .pointlist {
  max-width: 100%;
}

.pointlist li {
  background: url(../img/icon-sprout.svg) no-repeat 4px 6px;
  padding-left: 46px;
}
.pointlist li:nth-child(n+2) {
  margin-top: 25px;
}
.point em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  color: #e69500;
}
.point .photos {
  flex: 0 0 350px;
}
.point .photos > div + div {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .point {
    padding: 50px 10px 80px;
  }
  .point .contents {
    display: block;
    margin-top: 36px;
    text-align: center;
  }
  .pointlist {
    padding-right: 0;
    margin-bottom: 34px;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
  }
  .pointlist li {
    background-size: 24px 16px;
    background-position: 4px 7px;
    padding-left: 34px;
  }
  .point em {
    font-size: 1.7rem;
  }
  .point .photo img {
    width: 100%;
  }
}

.photoArea {
  padding: 70px 0 110px;
}
.photoArea ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 100px auto 0;
  text-align: center;
  font-size: 1.5rem;
}
.photoArea li {
  flex: 0 0 310px;
  margin-left: 25px;
  margin-top: 84px;
}
.photoArea li:nth-child(-n+3) {
  margin-top: 0;
}
.photoArea li:nth-child(3n+1) {
  margin-left: 0;
}
.photoArea .photo {
  position: relative;
}
.photoArea .photo::before {
  content: "";
  position: absolute;
  right: 26px;
  bottom: 100%;
  background: url(../img/gallery02.svg) no-repeat left top;
  background-size: 67px auto;
  width: 67px;
  height: 55px;
}
.photoArea .photo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 6px solid #BEEB46;
  border-radius: 20px;
}
.photoArea li:first-child .photo::before {
  background-image: url(../img/gallery01.svg);
}
.photoArea li:nth-child(3) .photo::before {
  background-image: url(../img/gallery03.svg);
}
.photoArea li:nth-child(4) .photo::before {
  background-image: url(../img/gallery04.svg);
}
.photoArea li:nth-child(5) .photo::before {
  background-image: url(../img/gallery05.svg);
}
.photoArea li:nth-child(6) .photo::before {
  background-image: url(../img/gallery06.svg);
}
.photoArea li:nth-child(7) .photo::before {
  background-image: url(../img/gallery07.svg);
}
.photoArea li:nth-child(8) .photo::before {
  background-image: url(../img/gallery08.svg);
}
.photoArea li:nth-child(9) .photo::before {
  background-image: url(../img/gallery09.svg);
}
.photoArea li:nth-child(10) .photo::before {
  background-image: url(../img/gallery10.svg);
}
.photoArea li:nth-child(11) .photo::before {
  background-image: url(../img/gallery11.svg);
}
.photoArea li:last-child .photo::before {
  background-image: url(../img/gallery12.svg);
}
.photoArea .text {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .photoArea {
    padding: 38px 10px 88px;
  }
  .photoArea ul {
    display: block;
    margin-top: 48px;
  }
  .photoArea li {
    margin-left: 0;
    margin-top: 54px;
  }
  .photoArea li:nth-child(n) {
    margin-top: 54px;
  }
  .photoArea li:first-child {
    margin-top: 0;
  }
  .photoArea .photo::before {
    width: 48px;
    height: 39px;
    background-size: 48px auto;
    right: 12px;
  }
  .photoArea .photo::after {
    border-width: 4px;
  }
  .photoArea .photo img {
    width: 100%;
  }
}

.access {
  padding: 74px 0 100px;
}
.access .map {
  max-width: 800px;
  padding-top: 450px;
  margin: 60px auto 0;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
}
.access .map iframe {
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  left: 8px;
  top: 8px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .access {
    padding: 40px 10px 80px;
  }
  .access .map {
    margin-top: 32px;
    padding-top: 87.32%;
  }
  .access .map iframe {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
  }
}

.group ul {
  margin-top: 112px;
}
.group li {
  margin-top: 78px;
}
#funairi .group .funairi a::after, #toukaichi .group .toukaichi a::after, #takeya .group .takeya a::after, #danbara .group .danbara a::after, #kagayaki .group .kagayaki a::after, #nukushina .group .nukushina a::after, #hakushima .group .hakushima a::after {
  content: "";
  position: absolute;
  left: 9px;
  bottom: 100%;
  width: 67px;
  height: 54px;
  background: url(../img/tree02.svg) no-repeat left top;
  background-size: 67px auto;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .group ul {
    margin-top: 70px;
  }
  .group li:nth-child(n+3) {
    margin-top: 58px;
  }
  #funairi .group .funairi a::after, #toukaichi .group .toukaichi a::after, #takeya .group .takeya a::after, #danbara .group .danbara a::after, #kagayaki .group .kagayaki a::after, #nukushina .group .nukushina a::after, #hakushima .group .hakushima a::after {
    width: 48px;
    height: 39px;
    background-size: 48px auto;
    left: 12px;
  }
}

.introduceEnsha {
  padding-top: 78px;
}
.floorWrap {
  padding-bottom: 98px;
  max-width: 980px;
  margin: 0 auto;
  background: url(../img/hakushima/floor-bg.svg) repeat-y 0 0;
  background-size: 170px auto;
}

.floor {
  display: flex;
  max-width: 912px;
  margin: 58px auto 0;
}
.floor01 {
  margin-top: 54px;
}
.floorNum {
  flex: 0 0 auto;
}
.floorInfo {
  flex: 0 0 780px;
  margin-left: 28px;
}
.floorInfo > div {
  border-radius: 20px;
  background-color: #fff;
  padding: 26px 30px 20px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.floorInfo > div + div {
  margin-top: 15px;
}
.floorInfo .security {
  background: transparent url(../img/hakushima/camera.svg) no-repeat right 20px center;
  background-size: 145px auto;
  border: 6px solid #fff;
  margin-top: 58px;
}
.floor h3 {
  margin-bottom: 12px;
  line-height: 1.555;
  font-size: 2rem;
}
.floor h3 span {
  display: inline-block;
  font-weight: normal;
  font-size: 1.8rem;
  margin-left: 1em;
}
.floor01 h3 {
  color: #00a0dc;
}
.floor02 h3 {
  color: #009245;
}
.floor04 h3 {
  color: #ff6eb9;
}
.floor01 .floorInfo > div.flex,
.floor02 .floorInfo > div.flex {
  display: flex;
  align-items: center;
  padding: 15px 15px 15px 30px;
}
.floor01 .textbox {
  flex: 1 0 0%;
}
.floor03 .floorInfo > div {
  display: flex;
  flex-wrap: wrap;
  padding-right: 15px;
}
.floor03 h3 {
  flex: 0 0 100%;
  color: #e16e00;
}
.floor03 .text {
  flex: 0 0 480px;
}
_:-ms-lang(x)::-ms-backdrop, .floor03 .text {
  max-width: 480px;
}

.floor li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
}
.floor li + li {
  margin-top: 12px;
}
.floor li:nth-of-type(4), .floor li:nth-of-type(5) {
  padding-right: 240px;
}
.floor li .photo {
  position: absolute;
  bottom: 0;
  right: -15px;
}
.floor .photo {
  flex: 0 0 auto;
  width: 240px;
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  .introduceEnsha {
    padding-top: 50px;
  }
  .floorWrap {
    background-image: url(../img/hakushima/floor-bg-sp.png);
    background-size: 80px auto;
    padding: 0 10px 80px;
  }

  .floor {
    margin-top: 38px;
  }
  .floor01 {
    margin-top: 48px;
  }
  .floorNum {
    flex-basis: 60px;
  }
  .floorInfo {
    flex: 1 0 0%;
    margin-left: 10px;
  }
  .floorInfo > div {
    padding: 18px 15px;
    font-size: 1.5rem;
    line-height: 1.666;
  }
  .floorInfo .security {
    border-width: 3px;
    background-size: 87px auto;
    background-position: right 25px bottom 12px;
    margin-top: 38px;
    padding: 30px 10px 96px;
    line-height: 1.8;
  }
  .floorInfo .security h3 {
    margin-bottom: 15px;
    padding-left: 13px;
    text-align: center;
  }
  .floor h3 {
    font-size: 1.8rem;
  }
  .floor h3 span {
    display: block;
    margin-left: 0;
    font-size: 1.5rem;
  }
  .floor .photo {
    margin: 15px 0 0;
    width: auto;
  }
  .floor .photo img {
    width: 100%;
  }
  .floor01 .floorInfo > div.flex,
  .floor02 .floorInfo > div.flex {
    display: block;
    padding-left: 15px;
  }
  .floor03 .floorInfo > div {
    display: block;
  }
  .floor li:nth-of-type(4), .floor li:nth-of-type(5) {
    padding-right: 0;
  }
  .floor li .photo {
    margin: 15px 0 15px -1em;
    position: static;
  }
}