@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
main .images,
main .image {
  position: relative;
}

.page-contents {
  padding-bottom: 4rem;
}

.swipeArea {
  overflow-x: auto;
}

.swipeArea img {
  min-width: 710px;
}

.click-btn {
  max-width: 320px;
  margin: 20px auto 40px;
  text-align: center;
  clear: both;
}

.click-btn a {
  position: relative;
}

.click-btn a:hover {
  opacity: 0.8;
}

.modal-wrapper {
  z-index: 9999;
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8rem 10px;
  text-align: center;
  background: #fff !important;
}

/*.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
  background: #fff !important;
}*/
.modal-wrapper::after {
  display: inline-block;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 94%;
  max-width: 100%;
  padding: 0;
  border-radius: 2px;
  vertical-align: middle;
}

.modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
}

.modal-window .modal-content .swipe-img img {
  width: 560px !important;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.8) !important;
}

.modal-overlay:hover {
  opacity: 1 !important;
}

.modal-close {
  z-index: 20;
  position: absolute !important;
  top: -35px;
  left: 0;
  width: 36px;
  color: #000 !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  padding: 0;
}

.modal-close:hover {
  color: #ccc !important;
}

/*----------------
map
----------------*/
#map .intro {
  padding-top: 14rem;
  padding-bottom: 3rem;
  color: #83725D;
  text-align: center;
}

#map .intro .title {
  font-size: 6.4rem;
  line-height: 1.2;
  padding-bottom: 2rem;
  padding-top: 12rem;
}

#map .intro .ja {
  font-size: 1.4rem;
  padding-bottom: 5rem;
  position: relative;
  margin-bottom: 6rem;
}

#map .intro .map-img {
  margin-bottom: 5rem;
}

#map .intro .gmap-link {
  text-align: right;
  padding-right: 4rem;
}

#map .intro .gmap-link .page-link {
  display: inline-block;
  font-size: 1.8rem;
  color: #2D2519;
}

@media (max-width: 768px) {
  #map .intro {
    padding-top: 15rem;
    padding-bottom: 1rem;
  }
  #map .intro .title {
    font-size: 4.4rem;
    padding-bottom: 1rem;
    padding-top: 14rem;
  }
  #map .intro .ja {
    font-size: 1.1rem;
    padding-bottom: 2rem;
    margin-bottom: 4rem;
  }
  #map .intro .map-img {
    margin-bottom: 2.4rem;
  }
  #map .intro .gmap-link {
    text-align: center;
  }
  #map .intro .gmap-link .page-link {
    font-size: 1.8rem;
    color: #83725D;
  }
}

@media (max-width: 768px) {
  #map .l-main {
    padding-bottom: 4rem;
  }
  #map .page-annotation-wrap {
    padding-top: 0rem;
    padding-bottom: 3rem;
  }
}

/*----------------
concept
----------------*/
#concept .content-bgs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#concept .content-bgs li {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/concept/bg01.webp) center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1.2s;
}

#concept .content-bgs li.on {
  opacity: 1;
}

#concept .content-bgs li.bg02 {
  background-image: url(../images/concept/bg02.webp);
}

#concept .content-bgs li.bg03 {
  background-image: url(../images/concept/bg03.webp);
}

#concept .content-bgs li.bg04 {
  background-image: url(../images/concept/bg04.webp);
}

#concept .page-contents {
  position: relative;
  z-index: 2;
}

#concept .page-header {
  color: #83725D;
}

#concept .page-header .inner {
  position: relative;
  min-height: 100vh;
  text-align: center;
}

#concept .page-header .inner .title {
  font-size: 6.4rem;
  line-height: 1.2;
  padding-bottom: 2rem;
  padding-top: 12rem;
}

#concept .page-header .inner .ja {
  font-size: 1.4rem;
  padding-bottom: 17rem;
  position: relative;
  margin-bottom: 6rem;
}

#concept .page-header .inner .ja::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 6rem;
  background-color: #83725D;
  bottom: 0;
  left: 50%;
}

#concept .page-header .inner .text {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 2rem;
}

#concept .page-header .inner .message {
  font-size: 5.6rem;
}

#concept .page-header .second-texts {
  margin: 0 auto;
  padding: 10vh 0 40vh;
  width: 50%;
  font-size: 1.8rem;
}

#concept .page-header .second-texts .text01 {
  line-height: 2.5;
}

#concept .page-header .second-texts p + p {
  padding-bottom: 3rem;
}

#concept .sections {
  padding: 30vh 0;
}

#concept .sections .wrap {
  max-width: 90%;
}

#concept .sections .title {
  font-size: 5.6rem;
  color: #83725D;
  padding-bottom: 16.8rem;
  text-align: center;
}

#concept .sections .in-box,
#concept .sections .box {
  display: flex;
  justify-content: space-between;
}

#concept .sections .in-box {
  gap: 1rem;
}

#concept .sections .annotation {
  padding-top: 1.5rem;
  font-size: 1.1rem;
}

#concept .sections .annotation.right {
  text-align: right;
}

#concept .section01 .imgs {
  order: 1;
  width: 50%;
}

#concept .section01 .img01 {
  margin-left: 7%;
  padding-bottom: 2rem;
}

#concept .section01 .img02 {
  margin-right: 11%;
}

#concept .section01 .texts {
  order: 0;
  width: 45%;
}

#concept .section01 .text01 {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-bottom: 6.4rem;
}

#concept .section01 .text02 {
  position: relative;
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: .07em;
}

#concept .section01 .text02 .num {
  font-size: 200%;
  color: #83725D;
}

#concept .section01 .text02 .mini {
  font-size: 25%;
  margin-left: 1rem;
}

#concept .section01 .text02 .txt01 {
  letter-spacing: 0;
  position: absolute;
  top: 1rem;
  left: 0;
  font-size: 1.4rem;
}

#concept .section02 .imgs {
  width: 50%;
}

#concept .section02 .img01 {
  margin-right: 7%;
  margin-bottom: 4rem;
}

#concept .section02 .img02 {
  margin-left: 38%;
}

#concept .section02 .texts {
  width: 45%;
}

#concept .section02 .text01 {
  font-size: 2.4rem;
  line-height: 1.8;
  padding-bottom: 4rem;
}

#concept .section02 .text02 {
  font-size: 1.6rem;
  line-height: 1.8;
}

#concept .section03 .imgs {
  order: 1;
  width: 50%;
}

#concept .section03 .img01 {
  margin-left: 17%;
  margin-bottom: 3rem;
}

#concept .section03 .img02 {
  margin-right: 11%;
}

#concept .section03 .texts {
  order: 0;
  width: 45%;
}

#concept .section03 .text01 {
  font-size: 1.6rem;
  line-height: 1.8;
  padding-bottom: 6.4rem;
}

#concept .page-annotation-wrap {
  position: relative;
  z-index: 3;
  padding-top: 8rem;
  background-color: #F6F6F6;
}

#concept .copyright,
#concept .bg-white {
  position: relative;
  z-index: 3;
  background-color: #F6F6F6;
}

#concept .site-footer {
  position: relative;
  z-index: 3;
}

@media (max-width: 768px) {
  #concept .content-bgs li {
    background-image: url(../images/concept/bg01.webp);
  }
  #concept .content-bgs li.bg02 {
    background-image: url(../images/concept/bg02-sp.webp);
  }
  #concept .content-bgs li.bg03 {
    background-image: url(../images/concept/bg03-sp.webp);
  }
  #concept .content-bgs li.bg04 {
    background-image: url(../images/concept/bg04-sp.webp);
  }
  #concept .page-header .inner {
    height: auto;
  }
  #concept .page-header .inner .title {
    font-size: 4.4rem;
    padding-bottom: 1rem;
    padding-top: 14rem;
  }
  #concept .page-header .inner .ja {
    font-size: 1.1rem;
    padding-bottom: 18rem;
    margin-bottom: 4rem;
  }
  #concept .page-header .inner .ja::after {
    height: 5rem;
  }
  #concept .page-header .inner .text {
    font-size: 1.2rem;
    padding-bottom: .5rem;
  }
  #concept .page-header .inner .message {
    font-size: 4rem;
  }
  #concept .page-header .second-texts {
    width: 80%;
    font-size: 1.4rem;
  }
  #concept .page-header .second-texts .text01 {
    line-height: 2.5;
  }
  #concept .sections .title {
    font-size: 3rem;
    padding-bottom: 13rem;
  }
  #concept .sections .wrap {
    width: 80%;
  }
  #concept .sections .annotation {
    padding-top: 1.5rem;
    font-size: 1.1rem;
  }
  #concept .sections .in-box,
  #concept .sections .box {
    display: block;
  }
  #concept .sections .imgs {
    padding-bottom: 3rem;
  }
  #concept .section01 .imgs {
    width: auto;
  }
  #concept .section01 .img01 {
    margin: auto;
    padding-bottom: 2rem;
  }
  #concept .section01 .img02 {
    margin: auto;
  }
  #concept .section01 .texts {
    width: auto;
  }
  #concept .section01 .text01 {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-bottom: 6.4rem;
  }
  #concept .section01 .text02 {
    font-size: 3rem;
  }
  #concept .section01 .text02 .mini {
    font-size: 25%;
    margin-left: 1rem;
  }
  #concept .section01 .text02 .txt01 {
    letter-spacing: 0;
    top: 0rem;
    left: 0;
    font-size: .9rem;
  }
  #concept .section02 .imgs {
    width: auto;
  }
  #concept .section02 .img01 {
    margin: auto;
    margin-bottom: 4rem;
  }
  #concept .section02 .img02 {
    margin: auto;
  }
  #concept .section02 .texts {
    width: auto;
  }
  #concept .section02 .text01 {
    font-size: 2.4rem;
    line-height: 1.8;
    padding-bottom: 4rem;
  }
  #concept .section02 .text02 {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #concept .section03 .imgs {
    width: auto;
  }
  #concept .section03 .img01 {
    margin: auto;
    margin-bottom: 3rem;
  }
  #concept .section03 .img02 {
    margin: auto;
  }
  #concept .section03 .img02 .in-img01 {
    margin-bottom: 3rem;
  }
  #concept .section03 .texts {
    width: auto;
  }
  #concept .section03 .text01 {
    font-size: 1.6rem;
    padding-bottom: 3.4rem;
  }
}

/*----------------
access
----------------*/
#access .page-contents {
  position: relative;
  z-index: 2;
  font-family: 'Shippori Mincho', serif;
}

#access .page-header {
  color: #83725D;
  height: 100%;
  width: 100%;
  background: url(../images/access/bg.webp) center;
  background-size: cover;
}

#access .page-header .inner {
  position: relative;
  min-height: 100vh;
  text-align: center;
  margin-bottom: 8rem;
}

#access .page-header .inner .title {
  font-size: 6.4rem;
  line-height: 1.2;
  padding-bottom: 2rem;
  padding-top: 12rem;
}

#access .page-header .inner .ja {
  font-size: 1.4rem;
  padding-bottom: 17rem;
  position: relative;
  margin-bottom: 6rem;
}

#access .page-header .inner .ja::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 6rem;
  background-color: #83725D;
  bottom: 0;
  left: 50%;
}

#access .page-header .inner .text {
  font-size: 2.4rem;
  line-height: 1.8;
  padding-bottom: 2rem;
}

#access .section01 {
  text-align: center;
}

#access .section01 .title {
  margin: 8rem auto 0;
  padding: 0 0 14rem;
  max-width: 800px;
  font-size: 1.6rem;
  line-height: 2.5;
}

#access .section01 .img01 {
  max-width: 430px;
  margin: auto;
}

#access .section01 .img02 {
  max-width: 1000px;
  margin: 3rem auto 12rem;
  padding-top: 4rem;
  border-top: 1px solid #DAD5CE;
}

#access .section01 .img02 img {
  max-width: 812px;
}

#access .section01 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  margin-bottom: 12rem;
}

#access .section01 .list li {
  width: 31%;
  margin-bottom: 4rem;
}

#access .section01 .list .name {
  text-align: left;
  font-size: 2.0rem;
  margin-bottom: .6rem;
}

#access .section01 .list .name span {
  color: #83725D;
}

#access .section01 .list .name .num {
  font-size: 3.6rem;
}

#access .section01 .list .min {
  text-align: left;
  font-display: 1.1rem;
  line-height: 1.6;
}

#access .section01 .map {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #access .page-header {
    background: url(../images/access/bg-sp.webp) center;
    background-size: cover;
  }
  #access .page-header .inner {
    height: auto;
  }
  #access .page-header .inner .title {
    font-size: 6.4rem;
    padding-bottom: 1rem;
    padding-top: 14rem;
  }
  #access .page-header .inner .ja {
    font-size: 1.4rem;
    padding-bottom: 10rem;
    margin-bottom: 4rem;
  }
  #access .page-header .inner .ja::after {
    height: 5rem;
  }
  #access .page-header .inner .text {
    font-size: 2.2rem;
    padding-bottom: .5rem;
  }
  #access .page-header .second-texts {
    width: 80%;
    font-size: 1.4rem;
  }
  #access .page-header .second-texts .text01 {
    line-height: 2.5;
  }
  #access .section01 .wrap {
    width: 80%;
  }
  #access .section01 .title {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.5;
    padding: 0 0 8rem;
  }
  #access .section01 .img02 {
    max-width: 1000px;
    margin: 1rem auto 6rem;
    padding-top: 2rem;
  }
  #access .section01 .list {
    display: block;
    flex-wrap: nowrap;
    gap: 0;
    margin-bottom: 12rem;
  }
  #access .section01 .list li {
    width: 100%;
    margin-bottom: 3rem;
  }
}

/*----------------
plan
----------------*/
/*----------------
location
----------------*/
/*----------------
login
----------------*/
/*----------------
position
----------------*/
#position .l-main {
  background: #fff;
}

#position .page-contents {
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: 'Shippori Mincho', serif;
}

#position .page-header {
  color: #83725D;
  height: 100%;
  width: 100%;
  background: url(../images/position/bg.webp) center;
  background-size: cover;
}

#position .page-header .inner {
  position: relative;
  min-height: 100vh;
  text-align: center;
}

#position .page-header .inner .title {
  font-size: 6.4rem;
  line-height: 1.2;
  padding-bottom: 2rem;
  padding-top: 12rem;
}

#position .page-header .inner .ja {
  font-size: 1.4rem;
  padding-bottom: 17rem;
  position: relative;
  margin-bottom: 6rem;
}

#position .page-header .inner .ja::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 6rem;
  background-color: #83725D;
  bottom: 0;
  left: 50%;
}

#position .page-header .inner .text {
  font-size: 2.4rem;
  line-height: 1.8;
  padding-bottom: 2rem;
}

#position .section01 .title {
  margin: 0 auto;
  padding: 8rem 0 4rem;
  font-size: 2.4rem;
  line-height: 1.8;
}

#position .section01 .img01 .caption {
  background: #000;
  padding: .4rem .8rem;
  box-sizing: border-box;
}

#position .section01 .img02 {
  max-width: 1000px;
  width: 84%;
  margin: 8rem auto 12rem;
}

#position .section02 {
  margin-bottom: 10rem;
}

#position .section02 .tit {
  margin: 0 auto;
  padding: 0 0 4vh;
  font-size: 2.4rem;
  line-height: 1.8;
}

#position .section02 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#position .section02 .list li {
  width: 49.8%;
  margin-bottom: 4rem;
}

#position .section02 .list .name {
  font-size: 1.8rem;
  text-align: left;
  margin-top: 1rem;
  padding-left: 1rem;
}

#position .section02 .list .name span {
  font-size: 1.1rem;
}

#position .section03 {
  margin-bottom: 14rem;
}

#position .section03 .tit {
  margin: 0 auto;
  padding: 0 0 4vh;
  font-size: 2.4rem;
  line-height: 1.8;
}

#position .section03 .list {
  display: flex;
  justify-content: space-between;
}

#position .section03 .list li {
  width: 49.8%;
}

#position .section03 .list .name {
  font-size: 1.8rem;
  text-align: left;
  margin-top: 1rem;
  padding-left: 1rem;
}

#position .section03 .list .name span {
  font-size: 1.1rem;
}

#position .section04 {
  margin-bottom: 6rem;
}

#position .section04 .tit {
  margin: 0 auto;
  padding: 0 0 4vh;
  font-size: 2.4rem;
  line-height: 1.8;
}

#position .section04 .list {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  flex-wrap: wrap;
}

#position .section04 .list li {
  width: 31%;
  margin-bottom: 4rem;
}

#position .section04 .list .name {
  font-size: 1.8rem;
  text-align: left;
  margin-top: 1rem;
}

#position .section04 .list .name span {
  font-size: 1.1rem;
}

#position .life-info {
  display: none;
  padding-bottom: 0;
}

#position .life-info .tabs {
  display: flex;
}

#position .life-info .tabs li {
  flex: 1;
  border: .5px solid #b59a5b;
}

#position .life-info .tabs a {
  display: block;
  color: #b59a5b;
  background: #fff;
  font-size: 14px;
  padding: 15px 0;
  transition: .3s;
}

#position .life-info .tabs a.current {
  background: #b59a5b;
  color: #fff;
}

#position .life-info .tabs a:hover {
  color: #fff;
  background: #b59a5b;
  opacity: 1;
}

#position .life-info .maps {
  position: relative;
}

#position .life-info .googlemap {
  height: 700px;
  margin-right: 30%;
  background: #fff;
}

#position .life-info .list-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  min-height: 700px;
  background: #fff;
  box-sizing: border-box;
  text-align: left;
  padding: 9px 10px;
  border-left: 1px solid #eee;
}

#position .life-info .list-wrapper ol {
  counter-reset: lis;
  display: none;
}

#position .life-info .list-wrapper ol.current {
  display: block;
}

#position .life-info .list-wrapper li {
  padding: 7px 10px 7px 40px;
  list-style: none;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6em;
  justify-content: space-between;
}

#position .life-info .list-wrapper li:after {
  counter-increment: lis;
  content: counter(lis);
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  background: #b59a5b;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  position: absolute;
}

#position .life-info .list-wrapper .minite {
  display: none;
  font-size: 10px;
  padding-top: 4px;
  margin-left: 10px;
}

@media (max-width: 1024px) {
  #position .life-info .tabs {
    display: flex;
    flex-wrap: wrap;
  }
  #position .life-info .tabs li {
    width: 50%;
    flex: auto;
  }
  #position .life-info .tabs a {
    font-size: 11px;
    padding: 13px 10px;
  }
  #position .life-info .googlemap {
    float: none;
    height: 328px;
    margin-right: auto;
  }
  #position .life-info .list-wrapper {
    position: static;
    float: none;
    width: auto;
    height: auto;
    min-height: 0;
    border: none;
  }
  #position .life-info .list-wrapper li {
    padding: 9px 10px 9px 30px;
  }
  #position .life-info .list-wrapper li:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  #position .life-info .list-wrapper .minite {
    display: block;
    font-size: 10px;
    padding-top: 4px;
  }
}

@media (max-width: 768px) {
  #position .page-header {
    background: url(../images/position/bg-sp.webp) center;
    background-size: cover;
  }
  #position .page-header .inner {
    height: auto;
  }
  #position .page-header .inner .title {
    font-size: 6.4rem;
    padding-bottom: 1rem;
    padding-top: 14rem;
  }
  #position .page-header .inner .ja {
    font-size: 1.4rem;
    padding-bottom: 10rem;
    margin-bottom: 4rem;
  }
  #position .page-header .inner .ja::after {
    height: 5rem;
  }
  #position .page-header .inner .text {
    font-size: 2.2rem;
    padding-bottom: .5rem;
  }
  #position .page-header .second-texts {
    width: 80%;
    font-size: 1.4rem;
  }
  #position .page-header .second-texts .text01 {
    line-height: 2.5;
  }
  #position .sections .wrap {
    width: 80%;
  }
  #position .section01 .wrap {
    width: 80%;
  }
  #position .section01 .title {
    text-align: left;
    line-height: 1.8;
  }
  #position .section01 .img02 {
    max-width: 1000px;
    width: 84%;
    margin: 6rem auto 6rem;
  }
  #position .section02 {
    margin-bottom: 8rem;
  }
  #position .section02 .tit {
    text-align: left;
    line-height: 1.8;
    padding: 0 0 4rem;
  }
  #position .section02 .list {
    display: block;
    flex-wrap: nowrap;
  }
  #position .section02 .list li {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  #position .section03 {
    margin-bottom: 8rem;
  }
  #position .section03 .tit {
    text-align: left;
    line-height: 1.8;
    padding: 0 0 4rem;
  }
  #position .section03 .list {
    display: block;
    flex-wrap: nowrap;
  }
  #position .section03 .list li {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  #position .section04 {
    margin-bottom: 4rem;
  }
  #position .section04 .tit {
    text-align: left;
    line-height: 1.8;
    padding: 0 0 4rem;
  }
  #position .section04 .wrap {
    width: 94%;
  }
  #position .section04 .list {
    display: flex;
    justify-content: space-between;
    gap: 2%;
    flex-wrap: wrap;
  }
  #position .section04 .list li {
    width: 49%;
    margin-bottom: 2.4rem;
  }
  #position .section04 .list .name {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #position .section04 .list .name span {
    display: block;
    padding-top: .5rem;
  }
}

/*----------------
design
----------------*/
#design .l-main {
  background: #fff;
}

#design .page-contents {
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: 'Shippori Mincho', serif;
}

#design .page-header {
  color: #83725D;
  height: 100%;
  width: 100%;
  background: url(../images/design/bg.webp) center;
  background-size: cover;
}

#design .page-header .inner {
  position: relative;
  min-height: 100vh;
  text-align: center;
  margin-bottom: 8rem;
}

#design .page-header .inner .title {
  font-size: 6.4rem;
  line-height: 1.2;
  padding-bottom: 2rem;
  padding-top: 12rem;
}

#design .page-header .inner .ja {
  font-size: 1.4rem;
  padding-bottom: 17rem;
  position: relative;
  margin-bottom: 6rem;
}

#design .page-header .inner .ja::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 6rem;
  background-color: #83725D;
  bottom: 0;
  left: 50%;
}

#design .page-header .inner .text {
  font-size: 2.4rem;
  line-height: 1.8;
  padding-bottom: 2rem;
}

#design .section01 {
  margin-top: 8rem;
  margin-bottom: 16rem;
}

#design .section01 .list01 {
  width: 80%;
  width: 90%;
  margin: 0 0 8rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

#design .section01 .list01 li:first-child {
  width: 48%;
  width: 68%;
}

#design .section01 .list01 li:first-child .image {
  width: 80%;
}

#design .section01 .list01 .caption {
  color: #000;
  bottom: -2rem;
}

#design .section01 .list01 .title {
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.8;
  margin-bottom: 4rem;
}

#design .section01 .list01 .lead {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 8rem;
  text-align: left;
}

#design .section01 .list02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}

#design .section01 .list02 li {
  text-align: left;
  flex: 2;
}

#design .section01 .list02 li:nth-child(2) {
  flex: .7;
}

#design .section01 .list02 li:last-child {
  flex: 1.3;
}

#design .section01 .list02 .comment {
  font-size: 1.6rem;
  line-height: 1.8;
}

#design .section01 .list02 .office {
  font-size: 1.6rem;
}

#design .section01 .list02 .position {
  font-size: 1.2rem;
  padding: .6rem 0 1.5rem;
}

#design .section01 .list02 .name {
  font-size: 2.4rem;
}

#design .section01 .list02 .sub {
  font-size: 1.2rem;
  padding: .6rem 0 1.5rem;
}

#design .section01 .list02 .info {
  font-size: 1.2rem;
  line-height: 1.5;
}

#design .section02 .title {
  font-size: 4.8rem;
  line-height: 1.6;
  letter-spacing: .12em;
  color: #666666;
  margin-bottom: 4rem;
}

#design .section02 .texts {
  text-align: left;
  margin: 8rem auto 16rem;
}

#design .section02 .texts .txt {
  font-size: 2.4rem;
  line-height: 1.8;
  margin-bottom: 2.4rem;
}

#design .section02 .texts .lead {
  font-size: 1.6rem;
  line-height: 1.8;
}

#design .section02 .img02 {
  width: 80%;
}

#design .section02 .img03 {
  width: 80%;
  margin: 4rem 0 16rem auto;
}

#design .section03 .title, #design .section04 .title {
  font-size: 4.8rem;
  line-height: 1.6;
  letter-spacing: .12em;
  color: #666666;
  margin-bottom: 4rem;
}

#design .section03 .image, #design .section04 .image {
  max-width: 1200px;
  margin: auto;
}

#design .section03 .texts, #design .section04 .texts {
  text-align: left;
  margin: 4rem auto 16rem;
}

#design .section03 .texts .txt, #design .section04 .texts .txt {
  font-size: 2.4rem;
  line-height: 1.8;
}

#design .section04 .texts {
  margin: 4rem auto 0;
}

@media (max-width: 768px) {
  #design .page-header {
    background: url(../images/design/bg-sp.webp) center;
    background-size: cover;
  }
  #design .page-header .inner {
    height: auto;
  }
  #design .page-header .inner .title {
    font-size: 6.4rem;
    padding-bottom: 1rem;
    padding-top: 14rem;
  }
  #design .page-header .inner .ja {
    font-size: 1.4rem;
    padding-bottom: 10rem;
    margin-bottom: 4rem;
  }
  #design .page-header .inner .ja::after {
    height: 5rem;
  }
  #design .page-header .inner .text {
    font-size: 2.2rem;
    padding-bottom: .5rem;
  }
  #design .page-header .second-texts {
    width: 80%;
    font-size: 1.4rem;
  }
  #design .page-header .second-texts .text01 {
    line-height: 2.5;
  }
  #design .sections .wrap {
    width: 80%;
  }
  #design .section01 {
    margin-bottom: 8rem;
  }
  #design .section01 .list01 {
    width: 100%;
    margin: 0 0 6rem;
    display: block;
  }
  #design .section01 .list01 li:first-child {
    width: 80%;
    margin: auto;
  }
  #design .section01 .list01 li:first-child .image {
    display: none;
  }
  #design .section01 .list01 .title {
    margin-bottom: 2.4rem;
  }
  #design .section01 .slider.sp {
    width: 100%;
    overflow: hidden;
  }
  #design .section01 .slider.sp .slider-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content;
    animation: designSlider 12s linear infinite;
  }
  #design .section01 .slider.sp .image {
    display: block;
    width: 50vw !important;
    min-width: 50vw !important;
    flex: 0 0 50vw !important;
    margin-right: 8px;
  }
  #design .section01 .slider.sp .image img {
    display: block;
    width: 100%;
    height: auto;
  }
  @keyframes designSlider {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-200vw - 32px));
    }
  }
  #design .section01 .caps {
    text-align: right;
    font-size: 1.1rem;
    margin-top: .8rem;
    margin-bottom: 6rem;
  }
  #design .section01 .list02 {
    display: block;
    gap: 0;
  }
  #design .section01 .list02 li {
    flex: auto;
  }
  #design .section01 .list02 li:nth-child(2) {
    flex: auto;
    width: 70%;
    margin: 0 auto 4rem;
  }
  #design .section01 .list02 li:last-child {
    flex: auto;
  }
  #design .section01 .list02 .comment {
    margin-bottom: 4rem;
  }
  #design .section01 .list02 .comment br {
    display: none;
  }
  #design .section02 {
    margin-bottom: 8rem;
  }
  #design .section02 .title {
    line-height: 1;
  }
  #design .section02 .texts {
    margin: 4rem auto;
  }
  #design .section02 .img02 {
    width: 90%;
  }
  #design .section02 .img03 {
    width: 90%;
    margin: 2.4rem 0 4rem auto;
  }
  #design .section03 .title, #design .section04 .title {
    line-height: 1;
    margin-bottom: 4rem;
  }
  #design .section03 .texts, #design .section04 .texts {
    text-align: left;
    margin: 4rem auto 16rem;
  }
  #design .section03 .texts .txt, #design .section04 .texts .txt {
    font-size: 2.4rem;
    line-height: 1.8;
  }
  #design .section04 .texts {
    margin: 4rem auto 0;
  }
}

/*----------------
landscape
----------------*/
#landscape .page-contents {
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: 'Shippori Mincho', serif;
}

#landscape .page-header {
  color: #83725D;
  height: 100%;
  width: 100%;
  background: url(../images/landscape/bg.webp) center;
  background-size: cover;
}

#landscape .page-header .inner {
  position: relative;
  min-height: 100vh;
  text-align: center;
  margin-bottom: 8rem;
}

#landscape .page-header .inner .title {
  font-size: 6.4rem;
  line-height: 1.2;
  padding-bottom: 2rem;
  padding-top: 12rem;
}

#landscape .page-header .inner .ja {
  font-size: 1.4rem;
  padding-bottom: 17rem;
  position: relative;
  margin-bottom: 6rem;
}

#landscape .page-header .inner .ja::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 6rem;
  background-color: #83725D;
  bottom: 0;
  left: 50%;
}

#landscape .page-header .inner .text {
  font-size: 2.4rem;
  line-height: 1.8;
  padding-bottom: 2rem;
}

#landscape .sections .title {
  font-size: 4.8rem;
  line-height: 1.6;
  letter-spacing: .12em;
  color: #666666;
  margin-bottom: 4rem;
}

#landscape .sections .texts {
  text-align: left;
  margin: 8rem auto 16rem;
}

#landscape .sections .texts.top {
  margin: 4rem auto 16rem;
}

#landscape .sections .texts.bottom {
  margin: 8rem auto;
}

#landscape .sections .texts .txt {
  font-size: 2.4rem;
  line-height: 1.8;
  margin-bottom: 2.4rem;
}

#landscape .sections .texts .lead {
  font-size: 1.6rem;
  line-height: 1.8;
}

#landscape .section01 {
  margin-top: 8rem;
}

#landscape .section02 .img01 {
  width: 80%;
}

#landscape .section02 .img02 {
  width: 80%;
  margin: 4rem 0 8rem auto;
}

#landscape .section05 {
  margin-bottom: 16rem;
}

#landscape .section05 .img01 {
  max-width: 1000px;
  margin: auto;
}

#landscape .section05 .img01 .caption {
  bottom: -3%;
}

#landscape .section05 .list01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
  margin: 8rem auto;
}

#landscape .section05 .list01 li {
  text-align: left;
  flex: 2;
}

#landscape .section05 .list01 li:nth-child(2) {
  flex: .7;
}

#landscape .section05 .list01 li:last-child {
  flex: 1.3;
}

#landscape .section05 .list01 .comment {
  font-size: 1.6rem;
  line-height: 1.8;
}

#landscape .section05 .list01 .office {
  font-size: 1.6rem;
}

#landscape .section05 .list01 .position {
  font-size: 1.2rem;
  padding: .6rem 0 1.5rem;
}

#landscape .section05 .list01 .name {
  font-size: 2.4rem;
}

#landscape .section05 .list01 .sub {
  font-size: 1.2rem;
  padding: .6rem 0 1.5rem;
}

#landscape .section05 .list01 .info {
  font-size: 1.2rem;
  line-height: 1.5;
}

#landscape .section05 .caps {
  font-size: 1.1rem;
  margin-top: .6rem;
  text-align: right;
}

#landscape .section05 .slider .image {
  margin-right: 0.1%;
}

#landscape .section06 .list {
  margin: 8rem auto 0;
  display: flex;
  justify-content: space-between;
}

#landscape .section06 .list li {
  width: 45%;
}

#landscape .section06 .list li:last-child {
  width: 50%;
}

#landscape .section06 .lead01 {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  #landscape .page-header {
    background: url(../images/landscape/bg-sp.webp) center;
    background-size: cover;
  }
  #landscape .page-header .inner {
    height: auto;
  }
  #landscape .page-header .inner .title {
    font-size: 6.4rem;
    padding-bottom: 1rem;
    padding-top: 14rem;
  }
  #landscape .page-header .inner .ja {
    font-size: 1.4rem;
    padding-bottom: 10rem;
    margin-bottom: 4rem;
  }
  #landscape .page-header .inner .ja::after {
    height: 5rem;
  }
  #landscape .page-header .inner .text {
    font-size: 2.2rem;
    padding-bottom: .5rem;
  }
  #landscape .page-header .second-texts {
    width: 80%;
    font-size: 1.4rem;
  }
  #landscape .page-header .second-texts .text01 {
    line-height: 2.5;
  }
  #landscape .sections .wrap {
    width: 80%;
  }
  #landscape .sections .title {
    line-height: 1;
  }
  #landscape .sections .texts {
    text-align: left;
    margin: 4rem auto 8rem;
  }
  #landscape .sections .texts.top {
    margin: 4rem auto 8rem;
  }
  #landscape .sections .texts.bottom {
    margin: 4rem auto;
  }
  #landscape .section02 .img01 {
    width: 90%;
  }
  #landscape .section02 .img02 {
    width: 90%;
    margin: 2.4rem 0 4rem auto;
  }
  #landscape .section05 {
    margin-bottom: 8rem;
  }
  #landscape .section05 .img01 .caption {
    bottom: -2rem;
  }
  #landscape .section05 .list01 {
    display: block;
    gap: 0;
  }
  #landscape .section05 .list01 li {
    flex: auto;
  }
  #landscape .section05 .list01 li:nth-child(2) {
    flex: auto;
    width: 70%;
    margin: 0 auto 4rem;
  }
  #landscape .section05 .list01 li:last-child {
    flex: auto;
  }
  #landscape .section05 .list01 .comment {
    margin-bottom: 4rem;
  }
  #landscape .section05 .list01 .comment br {
    display: none;
  }
  #landscape .section06 .list {
    margin: 4rem auto 0;
    display: block;
  }
  #landscape .section06 .list li {
    width: 100%;
  }
  #landscape .section06 .list li:last-child {
    width: 100%;
    margin-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .lower .caption.noBg {
    color: #000;
    background: none;
  }
  .lower .swipeArea {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .lower .swipeArea::-webkit-scrollbar {
    display: none;
  }
  .lower .swipeArea:after {
    content: '';
    display: block;
    position: sticky;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 15rem;
    height: 57rem;
    background: url(../images/common/icon_swipe.png) no-repeat center center;
    background-size: auto 100%;
  }
  .lower .swipeArea .caption {
    position: sticky;
    left: 0;
    padding: 0 3rem 0 0;
    text-align: right;
  }
  .lower .click-btn {
    width: 48px;
    position: absolute;
    top: -14%;
    right: -6%;
  }
  /*----------------
map
----------------*/
}

/*# sourceMappingURL=lower.css.map */
