<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.icatchWrap .thumb .img1 {
  background-image: url(../../img/common/mv_profile1.jpg);
}

.w_title01 .t2 {
  letter-spacing: 0.65em;
}

.sectionWrap &gt; div {
  padding-bottom: 120px;
}

.sectionWrap &gt; div:nth-child(2n) {
  background-color: #F4F4F4;
}

.greeting .text {
  font-size: 20px;
  text-align: justify;
  letter-spacing: 0.02em;
  line-height: 2.5;
}

.greeting .photo {
  margin-top: 80px;
}

.greeting .photoAside {
  text-align: right;
  margin-top: 10px;
}

.greeting .photoAside .aside01 {
  font-size: 22px;
}
.greeting .photoAside .aside02 {
  font-size: 28px;
  font-weight: 500;
  margin-left: 20px;
}

.profileListItem {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

.profileListItem + .profileListItem {
  margin-top: 20px;
}

.profileListItem dt {
  text-align: right;
  width: 90px;
}

.profileListItem dd {
}

.historyListItem {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

.historyListItem + .historyListItem {
  margin-top: 20px;
}

.historyListItem dt {
  text-align: right;
  width: 150px;
}

.historyListItem dd {
}

.googleMapWrap {
  position: relative;
  margin-top: 10px;
}

.googleMap {
  position: relative;
  height: 500px;
  margin-top: 30px;
}

.googleMap iframe {
  width: 100%;
  height: 100%;
}

.addressList {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-top: 50px;
}

.accessPhoto {
  background-image: url(../../img/profile/img_profile_03_pc.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media all and (min-width: 681px) {
  .icatchWrap.typeD {
    height: 230px;
  }
  .icatchWrap.typeD .titleBox {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .profileListItem dd {
    width: 700px;
  }
  .historyListItem dd {
    width: 700px;
  }
  .accessPhoto {
    width: 850px;
    height: 380px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .pageNavi {
    margin-top: 70px;
  }
  .pageNaviList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pageNaviListItem a {
    font-size: 18px;
    width: 240px;
    height: 55px;
  }

  .sectionInner.w1000 {
    width: 1000px;
  }
}

@media all and (max-width: 680px) {
  #greeting,
  #profile,
  #history,
  #access{
    /* padding-top: 60px;
    margin-top: -60px; */
  }
  .icatchWrap.typeD {
    height: 150px;
  }
  .sectionWrap &gt; div {
    padding-bottom: 70px;
  }
  .greeting {
    margin-left: 30px;
    margin-right: 30px;
  }
  .greeting .text {
    font-size: 14px;
    line-height: 2.166;
  }
  .greeting .photo {
    margin-top: 50px;
  }
  .greeting .photoAside {
    line-height: 1;
    display: flex;
    flex-flow: column;
  }
  .greeting .photoAside .aside01 {
    font-size: 10px;
  }
  .greeting .photoAside .aside02 {
    font-size: 15px;
    margin-top: 7px;
  }
  .addressList {
    margin-top: 25px;
  }
  .accessPhoto {
    margin-top: 40px;
  }
  .pageNavi {
    margin-top: 0;
  }
  .pageNaviListItem + .pageNaviListItem {
    margin-top: 12px;
  }
  .pageNaviListItem a {
    width: 252px;
    height: 43px;
  }
  .profileList{
    padding-left: 15px;
    padding-right: 15px;
  }
  .profileListItem{
    font-size:14px;
    justify-content: flex-start;
  }
  .profileListItem + .profileListItem{
    margin-top: 10px;
  }
  .profileListItem dt {
    width:25%;
  }
  .profileListItem dd {
    width:75%;
    margin-left: 5%;
  }
  .historyList{
    padding-left: 30px;
    padding-right: 30px;
  }
  .historyListItem{
    font-size:14px;
    display: block;
  }
  .historyListItem + .historyListItem{
    margin-top: 15px;
  }
  .historyListItem dt{
    text-align:left;
    width:auto;
  }
  .historyListItem dd{
    width:auto;
  }
  .googleMapWrap,
  .googleMap{
    margin-top: 0;
  }
  .googleMap{
    height:55.31vw;
  }
  .addressList{
    font-size:14px;
    letter-spacing: 0;
    line-height: 1.636;
    margin-top: 15px;
  }
  .sectionWrap &gt; .access{
    padding-bottom: 50px;
  }
  .accessPhoto{
    width: auto;
    height: 37.5vw;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .othercontentsWrap{
    padding-top: 80px;
  }
}


@media all and (max-width: 320px) {
  .addressList{
    font-size:14px;
  }
}
</pre></body></html>