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

html.wf-active .lower main header .texts {
  visibility: visible;
}

.lower #visitor .limited-form input[type="submit"] {
  background: #1C4A50;
}

.lower .limited-form {
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 180px;
}

.lower .limited-form .limited-title {
  font-size: 22px;
  line-height: 1.8;
  padding-bottom: 10px;
}

.lower .limited-form .limited-title span {
  display: none;
  font-size: 18px;
}

.lower .limited-form .limited-text01 {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 63px;
}

.lower .limited-form .limited-text02 {
  display: none;
  padding-top: 13px;
  font-size: 14px;
  line-height: 1.5;
}

.lower .inputArea form.login input {
  display: inline-block;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Noto Serif JP', 'Noto serif' ,serif;
}

.lower .inputArea form.login input[type="text"] {
  box-sizing: border-box;
  margin-right: 30px;
  padding: 0 .75em;
  width: 360px;
  height: 48px;
  border-radius: 0;
  border: 1px solid #A8A8A8;
  text-align: center;
  font-size: 16px;
  color: #8B896A;
  letter-spacing: .2em;
}

.lower .inputArea form.login input[type="submit"] {
  font-family: 'Cinzel', serif;
  cursor: pointer;
  padding: 17px 0;
  width: 250px;
  border: none;
  border-radius: 0;
  line-height: 1;
  font-size: 14px;
  letter-spacing: .12em;
  color: #fff;
  background: #9E8D6B;
  appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 1025px) {
  .lower .inputArea form.login input[type="submit"]:hover {
    opacity: .7;
  }
}

.lower .inputArea form.login .error {
  display: none;
  padding-bottom: 15px;
  font-size: 16px;
  color: #ff0000;
}

.lower .inputArea .entry-button a {
  padding: 20px 0;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .lower .limited-form {
    max-width: 830px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 90px;
  }
  .lower .limited-form .limited-title {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 19px;
  }
  .lower .limited-form .limited-title span {
    display: none;
    font-size: 18px;
  }
  .lower .limited-form .limited-text01 {
    font-size: 11px;
  }
  .lower .inputArea form.login input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
  }
  .lower .inputArea form.login input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
  }
}

.lower .content {
  padding-bottom: 150px;
}

.lower .page-header {
  padding: 30px 0 75px;
  text-align: center;
}

.lower .page-header .page-title {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  padding-top: 70px;
  font-weight: normal;
  font-size: 60px;
}

.lower .page-header .page-title span {
  display: inline-block;
  position: relative;
  transform: translateY(100%);
  opacity: 0;
  transition: transform .7s,opacity .4s;
}

.lower .page-header .page-title span:nth-child(1) {
  transition-delay: 0.08s;
}

.lower .page-header .page-title span:nth-child(2) {
  transition-delay: 0.16s;
}

.lower .page-header .page-title span:nth-child(3) {
  transition-delay: 0.24s;
}

.lower .page-header .page-title span:nth-child(4) {
  transition-delay: 0.32s;
}

.lower .page-header .page-title span:nth-child(5) {
  transition-delay: 0.4s;
}

.lower .page-header .page-title span:nth-child(6) {
  transition-delay: 0.48s;
}

.lower .page-header .page-title span:nth-child(7) {
  transition-delay: 0.56s;
}

.lower .page-header .page-title span:nth-child(8) {
  transition-delay: 0.64s;
}

.lower .page-header .page-title span:nth-child(9) {
  transition-delay: 0.72s;
}

.lower .page-header .page-title span:nth-child(10) {
  transition-delay: 0.8s;
}

.lower .page-header .page-title span:nth-child(11) {
  transition-delay: 0.88s;
}

.lower .page-header .page-title span:nth-child(12) {
  transition-delay: 0.96s;
}

.lower .page-header .page-title span:nth-child(13) {
  transition-delay: 1.04s;
}

.lower .page-header .page-title span:nth-child(14) {
  transition-delay: 1.12s;
}

.lower .page-header .page-title span:nth-child(15) {
  transition-delay: 1.2s;
}

.lower .page-header .page-title span:nth-child(16) {
  transition-delay: 1.28s;
}

.lower .page-header .page-title span:nth-child(17) {
  transition-delay: 1.36s;
}

.lower .page-header .page-title span:nth-child(18) {
  transition-delay: 1.44s;
}

.lower .page-header .page-title span:nth-child(19) {
  transition-delay: 1.52s;
}

.lower .page-header .page-title span:nth-child(20) {
  transition-delay: 1.6s;
}

.lower .page-header .page-title.on span {
  opacity: 1;
  transform: translateY(0%);
}

.lower .page-header .image {
  position: relative;
  overflow: hidden;
}

.lower .page-header .image img {
  filter: blur(5px);
  transform: scale(1.05);
  opacity: 0;
  transition: filter 1.3s,opacity 1s,transform 1.3s;
}

.lower .page-header .image.on img {
  transform: scale(1);
  filter: blur(0px);
  opacity: 1;
}

.lower .page-header .ja {
  font-weight: normal;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

.lower .page-header .ja span {
  display: inline-block;
  position: relative;
  transform: translateY(100%);
  opacity: 0;
  transition: transform .7s,opacity .4s;
}

.lower .page-header .ja span:nth-child(1) {
  transition-delay: 0.08s;
}

.lower .page-header .ja span:nth-child(2) {
  transition-delay: 0.16s;
}

.lower .page-header .ja span:nth-child(3) {
  transition-delay: 0.24s;
}

.lower .page-header .ja span:nth-child(4) {
  transition-delay: 0.32s;
}

.lower .page-header .ja span:nth-child(5) {
  transition-delay: 0.4s;
}

.lower .page-header .ja span:nth-child(6) {
  transition-delay: 0.48s;
}

.lower .page-header .ja span:nth-child(7) {
  transition-delay: 0.56s;
}

.lower .page-header .ja span:nth-child(8) {
  transition-delay: 0.64s;
}

.lower .page-header .ja span:nth-child(9) {
  transition-delay: 0.72s;
}

.lower .page-header .ja span:nth-child(10) {
  transition-delay: 0.8s;
}

.lower .page-header .ja span:nth-child(11) {
  transition-delay: 0.88s;
}

.lower .page-header .ja span:nth-child(12) {
  transition-delay: 0.96s;
}

.lower .page-header .ja span:nth-child(13) {
  transition-delay: 1.04s;
}

.lower .page-header .ja span:nth-child(14) {
  transition-delay: 1.12s;
}

.lower .page-header .ja span:nth-child(15) {
  transition-delay: 1.2s;
}

.lower .page-header .ja span:nth-child(16) {
  transition-delay: 1.28s;
}

.lower .page-header .ja span:nth-child(17) {
  transition-delay: 1.36s;
}

.lower .page-header .ja span:nth-child(18) {
  transition-delay: 1.44s;
}

.lower .page-header .ja span:nth-child(19) {
  transition-delay: 1.52s;
}

.lower .page-header .ja span:nth-child(20) {
  transition-delay: 1.6s;
}

.lower .page-header .ja.on span {
  opacity: 1;
  transform: translateY(0%);
}

@media screen and (max-width: 768px) {
  .lower .content {
    padding-bottom: 80px;
  }
  .lower .page-header {
    position: relative;
    padding: 50px 0 0px;
    margin-bottom: 80px;
  }
  .lower .page-header .texts {
    position: absolute;
    left: 30px;
    bottom: 22px;
    color: #fff;
  }
  .lower .page-header .page-title {
    padding: 0 0 0px;
  }
  .lower .page-header .ja {
    font-size: 20px;
  }
  .lower .page-header.no-image {
    padding: 140px 0 0px;
    margin-bottom: 50px;
  }
  .lower .page-header.no-image .texts {
    position: static;
    left: auto;
    bottom: auto;
    color: #4D4D4D;
  }
}

/*==================================================================================
 map
==================================================================================*/
#map .link {
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}

#map .link a {
  display: inlne-block;
  position: relative;
  padding: 12px 0px 12px 30px;
  font-size: 14px;
  text-decoration: none;
  transition: color .5s;
  color: #4D4D4D;
}

#map .link a svg path {
  fill: currentColor;
}

#map .link a svg {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(0);
  transition: transform .3s;
}

#map .link a:hover {
  color: #1c1c1c;
}

#map .link a:hover svg {
  transform: translateY(-3px);
}

@media screen and (max-width: 768px) {
  #map .link {
    padding-top: 50px;
    max-width: 260px;
  }
  #map .link a {
    padding: 20px 20px;
    font-size: 14px;
  }
  #map .link a::after {
    bottom: 3px;
    right: 3px;
    border-left: 10px solid #002F20;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}

/*==================================================================================
 access
==================================================================================*/
#access .content {
  padding: 0;
}

#access .intro {
  text-align: center;
  margin-bottom: 100px;
}

#access .intro .txt {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 40px;
}

#access .intro .lead {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 60px;
}

#access .intro .img01 {
  max-width: 690px;
  margin: 0 auto 60px;
}

#access .intro .img02 {
  max-width: 870px;
  margin: 0 auto;
}

#access .intro .caption {
  background: none;
  color: #383838;
  bottom: -20px;
}

#access .sections {
  text-align: center;
  margin-bottom: 100px;
}

#access .sections .txt {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 40px;
}

#access .sections .lead {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 40px;
}

#access .sec01 .image {
  max-width: 872px;
  margin: auto;
}

#access .sec01 .caption {
  background: none;
  color: #383838;
  bottom: -10px;
}

#access .sec02 .list {
  max-width: 540px;
  margin: auto;
}

#access .sec02 .list li {
  display: inline-block;
  vertical-align: top;
  width: 56%;
  margin-right: 2%;
}

#access .sec02 .list li:last-child {
  width: 39%;
  margin: auto;
}

#access .sec02 .list li:last-child .img02 {
  margin-bottom: 15px;
}

#access .taxi {
  background: url(../images/access/taxi-bg.jpg);
  background-size: cover;
  color: #fff;
  padding: 100px 0;
  margin: auto;
}

#access .taxi .list {
  max-width: 876px;
  margin: auto;
}

#access .taxi .list li {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  margin-right: 2%;
}

#access .taxi .list li:last-child {
  width: 52%;
  margin: auto;
}

/*==================================================================================
 residence
==================================================================================*/
#residence .intro {
  text-align: center;
  margin-bottom: 100px;
}

#residence .intro .txt {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 80px;
}

#residence .intro .lead {
  font-size: 13px;
  line-height: 2;
}

#residence .intro .image {
  max-width: 760px;
  margin: 0 auto 80px;
}

#residence .intro .txt01 {
  margin-bottom: 40px;
}

#residence .persons {
  padding: 150px 0;
}

#residence .persons ul {
  max-width: 665px;
  margin: auto;
}

#residence .persons ul .office {
  font-size: 20px;
  margin-bottom: 30px;
}

#residence .persons ul .position {
  font-size: 13px;
  margin-bottom: 10px;
}

#residence .persons ul .name {
  font-size: 20px;
  line-height: 1.6;
}

#residence .persons ul .name span {
  font-size: 30px;
}

#residence .persons ul .info {
  font-size: 13px;
  line-height: 2;
  margin-top: 30px;
}

#residence .person01 {
  background: url(../images/residence/bg01.jpg);
  background-size: cover;
  color: #fff;
}

#residence .person01 ul li {
  display: inline-block;
  vertical-align: middle;
  width: 42%;
  margin-right: 6%;
}

#residence .person01 ul li:last-child {
  width: 50%;
  margin: auto;
}

#residence .person01 ul .logo {
  max-width: 246px;
  margin: 0 0 20px;
}

#residence .person02 {
  background: #E5E0D2;
}

#residence .person02 ul li {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: 6%;
}

#residence .person02 ul li:last-child {
  width: 42%;
  margin: auto;
}

#residence .person02 ul .logo {
  max-width: 218px;
  margin: 0 0 20px;
}

#residence .sections {
  text-align: center;
}

#residence .sections .txt {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 40px;
}

#residence .sections .lead {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 80px;
}

#residence .sec01 {
  text-align: center;
  background: url(../images/residence/bg02.jpg);
  background-size: cover;
  color: #ECE8DD;
  padding: 80px 0;
}

#residence .sec01 .image {
  max-width: 756px;
  margin: auto;
}

#residence .sec02 {
  padding-top: 100px;
}

#residence .sec02 .img01 {
  max-width: 900px;
  margin: 0 auto 90px;
}

#residence .sec02 .img01 .caption {
  background: none;
  color: #000;
  bottom: -20px;
}

#residence .sec02 .hallway {
  max-width: 760px;
  margin: auto;
}

#residence .sec02 .hallway .list li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
}

#residence .sec02 .hallway .list li:last-child {
  margin-right: auto;
}

#residence .sec02 .hallway .list li:last-child .caption {
  background: none;
  color: #000;
  bottom: -10px;
}

#residence .sec02 .hallway .mini {
  font-size: 14px;
  line-height: 1.8;
  margin: 20px auto 80px;
}

#residence .sec02 .hallway01 {
  max-width: 385px;
  margin: auto;
}

#residence .sec02 .hallway01 .txt01 {
  font-size: 16px;
  margin: 30px auto;
}

#residence .sec02 .hallway01 .txt02 {
  font-size: 13px;
  line-height: 1.8;
}

/*==================================================================================
 ogikubo
==================================================================================*/
#ogikubo .content {
  padding: 0;
}

#ogikubo .intro {
  text-align: center;
  margin-bottom: 140px;
}

#ogikubo .intro .txt {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 40px;
}

#ogikubo .intro .lead {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 80px;
}

#ogikubo .intro .page-btns {
  text-align: center;
  max-width: 980px;
  margin: auto;
}

#ogikubo .intro .page-btns li {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 31%;
  margin-right: 2%;
}

#ogikubo .intro .page-btns li:last-child {
  margin-right: auto;
}

#ogikubo .intro .page-btns .txt {
  font-size: 30px;
  letter-spacing: 0;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}

#ogikubo .intro .page-btns .arrow {
  position: absolute;
  width: 18px;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: auto;
}

#ogikubo .intro .page-btns a img {
  height: auto;
  transition: transform .6s ease;
}

#ogikubo .intro .page-btns a:hover {
  opacity: 1;
}

#ogikubo .intro .page-btns a:hover img {
  transform: scale(1.1);
}

#ogikubo .intro .mini {
  text-align: right;
  max-width: 980px;
  font-size: 11px;
  line-height: 1.5;
  margin: 10px auto 0;
}

#ogikubo .areas {
  text-align: center;
  padding-bottom: 100px;
}

#ogikubo .areas .img00 {
  margin-bottom: 80px;
}

#ogikubo .areas .txt {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 40px;
}

#ogikubo .areas .lead {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 80px;
}

#ogikubo .area01 .img01 {
  max-width: 680px;
  margin: 0 auto 80px;
}

#ogikubo .area02 {
  background: url(../images/ogikubo/area02-bg.jpg);
  background-size: cover;
  color: #fff;
}

#ogikubo .area02 .img01 {
  max-width: 500px;
  margin: 0 auto 80px;
}

#ogikubo .img-lists {
  max-width: 900px;
  margin: auto;
}

#ogikubo .boxs {
  float: left;
}

#ogikubo .box01 {
  width: 66%;
}

#ogikubo .box02 {
  width: 33%;
}

#ogikubo .box03 {
  width: 33%;
}

#ogikubo .box04 {
  width: 33%;
}

#ogikubo .box05 {
  width: 66%;
}

#ogikubo .box06 {
  width: 66%;
}

#ogikubo .box07 {
  width: 33%;
}

#ogikubo .imgs {
  cursor: pointer;
  position: relative;
  width: 100%;
}

#ogikubo .imgs img {
  height: auto;
  width: 100%;
}

#ogikubo .hover-mask {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: flex;
  height: auto;
  justify-content: center;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease;
  width: 100%;
}

#ogikubo .hover-mask:hover {
  opacity: 0;
}

#ogikubo .hover-mask p {
  width: 88%;
  font-size: 20px;
  line-height: 2;
}

#ogikubo .hover-mask p span {
  font-size: 76px;
}

#ogikubo .caps {
  text-align: left;
  max-width: 900px;
  margin: 20px auto 0;
  font-size: 11px;
  line-height: 1.8;
}

#ogikubo #lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  display: none;
}

#ogikubo #lightbox .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#ogikubo #lightbox .content > li {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 10001;
  opacity: 0;
  width: 50%;
  max-width: 1000px;
  transition: opacity .6s;
  background: #fff;
  padding: 40px 2%;
}

#ogikubo #lightbox .content > li img {
  width: 100%;
}

#ogikubo #lightbox .content > li.on {
  opacity: 1;
  z-index: 10003;
}

#ogikubo #lightbox .content > li div {
  line-height: 1.5;
}

#ogikubo #lightbox .content > li p, #ogikubo #lightbox #lightbox #lightbox .content > li li {
  line-height: 1.5;
}

#ogikubo #lightbox .content > li .image {
  max-width: 750px;
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
  position: relative;
}

#ogikubo #lightbox .content > li .tit-txt {
  font-size: 30px;
  margin: 0 auto 5px;
}

#ogikubo #lightbox .content > li .min {
  font-size: 13px;
  margin: 0 auto 20px;
}

#ogikubo #lightbox .content > li .lead {
  width: 90%;
  margin: auto;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

#ogikubo #lightbox .content > li .image .caption {
  font-size: 10px;
  color: #fff;
  bottom: 30px;
  right: 0;
}

#ogikubo #lightbox .close {
  position: absolute;
  display: block;
  top: 1%;
  right: -6%;
  width: 30px;
  height: 0;
  z-index: 2;
}

#ogikubo #lightbox .next {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  display: block;
  width: 46px;
  height: 46px;
  z-index: 100000;
}

#ogikubo #lightbox .prev {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  display: block;
  width: 46px;
  height: 46px;
  z-index: 100000;
}

#ogikubo #lightbox01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  display: none;
}

#ogikubo #lightbox01 .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#ogikubo #lightbox01 .content > li {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 10001;
  opacity: 0;
  width: 50%;
  max-width: 1000px;
  transition: opacity .6s;
  background: #fff;
  padding: 40px 2%;
}

#ogikubo #lightbox01 .content > li img {
  width: 100%;
}

#ogikubo #lightbox01 .content > li.on {
  opacity: 1;
  z-index: 10003;
}

#ogikubo #lightbox01 .content > li div {
  line-height: 1.5;
}

#ogikubo #lightbox01 .content > li p, #ogikubo #lightbox01 #lightbox #lightbox .content > li li {
  line-height: 1.5;
}

#ogikubo #lightbox01 .content > li .image {
  max-width: 750px;
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
  position: relative;
}

#ogikubo #lightbox01 .content > li .tit-txt {
  font-size: 30px;
  margin: 0 auto 5px;
}

#ogikubo #lightbox01 .content > li .min {
  font-size: 13px;
  margin: 0 auto 20px;
}

#ogikubo #lightbox01 .content > li .lead {
  width: 90%;
  margin: auto;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

#ogikubo #lightbox01 .content > li .image .caption {
  font-size: 10px;
  color: #fff;
  bottom: 30px;
  right: 0;
}

#ogikubo #lightbox01 .close {
  position: absolute;
  display: block;
  top: 1%;
  right: -6%;
  width: 30px;
  height: 0;
  z-index: 2;
}

#ogikubo #lightbox01 .next {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  display: block;
  width: 46px;
  height: 46px;
  z-index: 100000;
}

#ogikubo #lightbox01 .prev {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  display: block;
  width: 46px;
  height: 46px;
  z-index: 100000;
}

#ogikubo #lightbox02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  display: none;
}

#ogikubo #lightbox02 .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#ogikubo #lightbox02 .content > li {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 10001;
  opacity: 0;
  width: 50%;
  max-width: 1000px;
  transition: opacity .6s;
  background: #fff;
  padding: 40px 2%;
}

#ogikubo #lightbox02 .content > li img {
  width: 100%;
}

#ogikubo #lightbox02 .content > li.on {
  opacity: 1;
  z-index: 10003;
}

#ogikubo #lightbox02 .content > li div {
  line-height: 1.5;
}

#ogikubo #lightbox02 .content > li p, #ogikubo #lightbox02 #lightbox #lightbox .content > li li {
  line-height: 1.5;
}

#ogikubo #lightbox02 .content > li .image {
  max-width: 750px;
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
  position: relative;
}

#ogikubo #lightbox02 .content > li .tit-txt {
  font-size: 30px;
  margin: 0 auto 5px;
}

#ogikubo #lightbox02 .content > li .min {
  font-size: 13px;
  margin: 0 auto 20px;
}

#ogikubo #lightbox02 .content > li .lead {
  width: 90%;
  margin: auto;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}

#ogikubo #lightbox02 .content > li .image .caption {
  font-size: 10px;
  color: #fff;
  bottom: 30px;
  right: 0;
}

#ogikubo #lightbox02 .close {
  position: absolute;
  display: block;
  top: 1%;
  right: -6%;
  width: 30px;
  height: 0;
  z-index: 2;
}

#ogikubo #lightbox02 .next {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  display: block;
  width: 46px;
  height: 46px;
  z-index: 100000;
}

#ogikubo #lightbox02 .prev {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  display: block;
  width: 46px;
  height: 46px;
  z-index: 100000;
}

#ogikubo .life-info {
  text-align: center;
  background: #fff;
  padding: 120px 0 80px;
}

#ogikubo .life-info .tit {
  font-size: 26px;
  margin-bottom: 60px;
}

#ogikubo .life-info .tabs {
  text-align: center;
  font-size: 0;
  margin: 30px 0;
}

#ogikubo .life-info .tabs li {
  display: inline-block;
  width: 14.5%;
  margin-right: 2%;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
}

#ogikubo .life-info .tabs li:last-child {
  margin-right: auto;
}

#ogikubo .life-info .tabs a {
  display: block;
  color: #000;
  font-size: 16px;
  padding: 15px 0;
  border-bottom: 1px solid;
}

#ogikubo .life-info .tabs a.current {
  background: #000;
  color: #fff;
}

#ogikubo .life-info .logo {
  float: left;
  width: 612px;
  text-align: right;
}

#ogikubo .life-info .logo span {
  display: block;
  margin-right: 20px;
}

#ogikubo .life-info .logo img {
  width: 20px;
}

#ogikubo .life-info .annotation {
  float: right;
  width: 388px;
}

#ogikubo .life-info .annotation span {
  display: block;
  text-align: left;
  line-height: 1.4;
  margin-left: 18px;
}

#ogikubo .life-info .maps {
  position: relative;
  margin: 75px auto 0;
}

#ogikubo .life-info .googlemap {
  height: 450px;
  margin-right: 388px;
  background: #fff;
}

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

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

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

#ogikubo .life-info .list-wrapper li {
  padding: 9px 10px 9px 40px;
  list-style: none;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
  cursor: hand;
}

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

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

@media (max-width: 1024px) {
  #ogikubo .life-info .tabs {
    margin-bottom: 20px;
  }
  #ogikubo .life-info .tabs li {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    margin-bottom: 6px;
  }
  #ogikubo .life-info .tabs li:nth-child(2n) {
    margin-right: auto;
  }
  #ogikubo .life-info .tabs a {
    font-size: 11px;
    padding: 13px 10px;
  }
  #ogikubo .life-info .tabs a .none {
    display: none;
  }
  #ogikubo .life-info .logo {
    width: 50%;
    margin-bottom: 10px;
  }
  #ogikubo .life-info .annotation {
    width: 50%;
    margin-bottom: 10px;
  }
  #ogikubo .life-info .maps {
    margin-bottom: 20px;
  }
  #ogikubo .life-info .googlemap {
    float: none;
    height: 328px;
    margin-right: auto;
  }
  #ogikubo .life-info .list-wrapper {
    position: static;
    float: none;
    width: auto;
    height: auto;
    min-height: 0;
  }
  #ogikubo .life-info .list-wrapper li {
    padding: 9px 10px 9px 30px;
  }
  #ogikubo .life-info .list-wrapper li:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  #ogikubo .life-info .list-wrapper .minite {
    display: block;
    font-size: 10px;
    padding-top: 4px;
  }
}

/*==================================================================================
 position
==================================================================================*/
#position .content {
  padding: 0;
}

#position .intro {
  text-align: center;
  margin-bottom: 100px;
}

#position .intro .txt {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 40px;
}

#position .intro .img01 {
  max-width: 1100px;
  margin: 0 auto 100px;
}

#position .intro .img01 .caption {
  background: none;
  color: #383838;
}

#position .sections {
  text-align: center;
  margin-bottom: 100px;
}

#position .sections .txt {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 40px;
}

#position .sections .lead {
  font-size: 13px;
  line-height: 2;
  margin-bottom: 40px;
}

#position .sec01 .slick-img img {
  height: auto;
  transform: scale(0.9);
  transition: transform .5s;
  width: 100%;
}

#position .sec01 .slider .slick-center img {
  transform: scale(1);
}

#position .sec01 .slick-prev {
  left: 22%;
}

#position .sec01 .slick-next {
  right: 22%;
}

#position .sec01 .slick-prev, #position .sec01 .slick-next {
  z-index: 10;
  width: 60px;
  height: 60px;
}

#position .sec01 .slick-prev:before, #position .sec01 .slick-next:before {
  font-size: 60px;
  color: #9E8D6B;
  opacity: 1;
}

#position .sec01 .slick-prev:before {
  content: url("../images/position/prev.svg");
}

#position .sec01 .slick-next:before {
  content: url("../images/position/next.svg");
}

#position .sec01 .caps {
  text-align: right;
  margin-top: 20px;
  font-size: 11px;
}

#position .sec02 {
  background: url(../images/position/sec02-bg.jpg);
  background-size: cover;
  padding: 100px 0;
  color: #fff;
  margin-bottom: 0;
}

#position .sec02 .txt {
  margin-bottom: 80px;
}

#position .sec02 .inners {
  margin-bottom: 80px;
}

#position .sec02 .inner03 {
  margin-bottom: 0;
}

#position .sec02 .lists {
  max-width: 915px;
  margin: auto;
}

#position .sec02 .lists .copy {
  text-align: left;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 20px;
}

#position .sec02 .lists .info {
  text-align: left;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}

#position .sec02 .lists .info.last {
  margin: auto;
}

#position .sec02 .list01 li {
  display: inline-block;
  vertical-align: top;
  width: 38%;
  margin-right: 6%;
}

#position .sec02 .list01 li:last-child {
  width: 54%;
  margin-right: auto;
}

#position .sec02 .list02 li {
  display: inline-block;
  vertical-align: top;
  width: 54%;
  margin-right: 6%;
}

#position .sec02 .list02 li:last-child {
  width: 38%;
  margin-right: auto;
}

#position .sec02 .list02 .caps {
  text-align: right;
  font-size: 11px;
  margin-top: 40px;
}

#position .sec02 .list03 li {
  display: inline-block;
  vertical-align: top;
  width: 38%;
  margin-right: 6%;
}

#position .sec02 .list03 li:last-child {
  width: 54%;
  margin-right: auto;
}

#position .sec02 .slick-dots {
  bottom: -10%;
}

#position .sec02 .slick-dots li {
  width: 8px;
  margin-right: 10px;
}

#position .sec02 .slick-dots li:last-child {
  width: 8px;
}

#position .sec02 .slick-dots li button:before {
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
  width: 8px;
  height: 8px;
}

#position .sec02 .slick-dots li.slick-active button:before {
  background: #9E8D6B;
  border: 1px solid #9E8D6B;
  opacity: 1;
}

#position .sec03 {
  background: #23282B;
  padding: 100px 0;
  color: #fff;
  margin-bottom: 0;
}

#position .sec03 .lead {
  margin-bottom: 80px;
}

#position .sec03 .image {
  max-width: 800px;
  margin: 0 auto 30px;
}

#position .sec03 .txt01 {
  margin-bottom: 20px;
}

#position .sec03 .mini {
  text-align: left;
  max-width: 600px;
  margin: auto;
  font-size: 11px;
  line-height: 1.8;
}

#position .sec04 {
  background: url(../images/position/sec04-bg.jpg);
  background-size: cover;
  padding: 100px 0;
  color: #fff;
  margin-bottom: 0;
}

#position .sec04 .wrap {
  max-width: 800px;
  margin: auto;
}

#position .sec04 .inner {
  max-width: 540px;
  margin: auto;
}

#position .sec04 .img01 {
  max-width: 500px;
}

#position .sec04 .img02 {
  max-width: 390px;
  margin: 20px auto 80px 0;
}

#position .sec04 .mini {
  text-align: left;
  font-size: 11px;
  line-height: 1.8;
  margin-top: 20px;
}

/*==================================================================================
#brand
==================================================================================*/
#brand .intro {
  text-align: center;
  margin-bottom: 180px;
}

#brand .intro .logo01 {
  max-width: 145px;
  width: 35%;
  margin: 0 auto 60px;
}

#brand .intro .text {
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 70px;
}

#brand .intro .lead {
  font-size: 16px;
  line-height: 1.8;
  color: #191D1D;
}

#brand .sections {
  text-align: center;
  background: #D5CFBF;
  padding: 180px 0 100px;
}

#brand .sections .image {
  position: relative;
}

#brand .sections .tit {
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: .2em;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  max-width: 600px;
  margin: 0 auto 20px;
}

#brand .sections .sub {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 60px;
}

#brand .sections .policy {
  margin-bottom: 100px;
}

#brand .sections .policy .text {
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: .2em;
  margin: 40px auto 20px;
}

#brand .sections .policy .lead {
  font-size: 16px;
  line-height: 1.8;
}

#brand .sec02 {
  background: none;
}

#brand .sec02 .tit {
  margin: 0 auto 100px;
}

#brand .sec02 .logo02 {
  max-width: 145px;
  width: 35%;
  margin: 0 auto 60px;
}

#brand .sec02 .tit01 {
  font-size: 26px;
  letter-spacing: .2em;
  margin-bottom: 60px;
}

#brand .sec02 .text {
  font-size: 22px;
  line-height: 2;
  letter-spacing: .2em;
  margin-bottom: 60px;
}

#brand .sec02 .lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 120px;
}

#brand .sec02 .img-list li {
  display: inline-block;
  width: 49%;
  margin-right: 1%;
  margin-bottom: 20px;
}

#brand .sec02 .img-list li:nth-child(2n) {
  margin-right: auto;
}

#brand .sec03 {
  background: none;
}

#brand .sec03 .tit {
  margin: 0 auto 100px;
}

#brand .sec03 .logo03 {
  max-width: 145px;
  width: 35%;
  margin: 0 auto 60px;
}

#brand .sec03 .tit01 {
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 60px;
}

#brand .sec03 .name {
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: .2em;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  padding: 0 100px;
}

#brand .sec03 .name:before, #brand .sec03 .name:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 80px;
  height: 1px;
  background-color: #5A501C;
}

#brand .sec03 .name:before {
  left: 0;
}

#brand .sec03 .name:after {
  right: 0;
}

#brand .sec03 .lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 120px;
}

#brand .sec03 .img-list {
  max-width: 780px;
  margin: auto;
}

#brand .sec03 .img-list li {
  display: inline-block;
  width: 49%;
  margin-right: 1%;
}

#brand .sec03 .img-list li:nth-child(2n) {
  margin-right: auto;
}

#brand .sec04 .logo {
  margin: auto;
  text-align: center;
}

#brand .sec04 .logo li {
  display: inline-block;
  width: 33%;
  margin-right: 6%;
  vertical-align: text-top;
}

#brand .sec04 .logo li .keio {
  max-width: 380px;
  margin: 0 auto 30px;
}

#brand .sec04 .logo li .img02 {
  max-width: 380px;
  margin: auto;
}

#brand .sec04 .logo li:last-child {
  margin-right: auto;
  width: 60%;
}

#brand .sec04 .lead {
  font-size: 16px;
  line-height: 1.8;
  margin: 70px auto 0;
}

#brand .sec04 .lead span {
  font-size: 30px;
}

/* outline */
/*==================================================================================
#outline
==================================================================================*/
#outline main {
  background: none;
}

#outline .pageTitle02:before {
  background: none;
}

#outline .page-header {
  padding: 160px 0 50px;
}

#outline .content {
  padding-top: 200px;
}

#outline .content .title {
  text-align: center;
  font-size: 25px;
  padding-bottom: 40px;
}

#outline .pageTitleArea01 .image {
  position: relative;
}

#outline .footer-cv-button {
  display: none;
}

#outline img {
  height: auto;
}

#outline .main .title {
  padding-top: 25px;
  padding-bottom: 20px;
  margin-top: 15px;
  margin-bottom: 45px;
  color: #000;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}

#outline #fontSize {
  overflow: hidden;
  color: #333333;
  margin-left: 689px;
  margin-bottom: 20px;
}

#outline #fontSize li {
  float: left;
  text-align: center;
}

#outline #fontSize li span {
  color: #000;
}

#outline #fontSize li span, #outline #fontSize li a, #outline #fontSize li a:link, #outline #fontSize li a:visited, #outline #fontSize li a:hover, #outline #fontSize li a:active {
  float: left;
  display: block;
  padding: 10px;
  width: 76px;
  text-decoration: none;
  font-size: 13px;
}

#outline #changeArea {
  margin-bottom: 50px;
  font-family: "Shippori Mincho", serif;
}

#outline #changeArea .outlineTitle2, #outline #changeArea .outlineTitle3, #outline #changeArea .outlineTitle4, #outline #changeArea .outlineTitle5, #outline #changeArea .outlineTitle6, #outline #changeArea .outlineTitle1, #outline #changeArea .outlineTitle {
  font-size: 113%;
}

#outline .outlineTitle2, #outline .outlineTitle3, #outline .outlineTitle4, #outline .outlineTitle5, #outline .outlineTitle6, #outline .outlineTitle1, #outline .outlineTitle {
  padding: 15px 0;
  font-weight: bold;
}

#outline #changeArea dl, #outline #changeArea dt, #outline #changeArea dd {
  font-size: 100%;
}

#outline dl {
  margin-bottom: 1px;
  border-bottom: 1px solid #6a8ca599;
  overflow: hidden;
  zoom: 1;
}

#outline dt, #outline dd {
  padding: 12px 16px 10px;
  line-height: 1.3;
  letter-spacing: 0;
  box-sizing: border-box;
}

#outline dl {
  display: table;
}

#outline dd {
  display: table-cell;
  width: 715px;
  color: #000;
}

@media (max-width: 1024px) {
  #outline dd {
    width: auto;
  }
}

#outline dt {
  display: table-cell;
  width: 225px;
  color: #fff;
  background: #9E8D6B;
}

#outline #fontSize .active {
  background: transparent;
  color: #000;
  box-sizing: border-box;
  border: 1px solid #000;
}

#outline #fontSize .active:hover {
  background-color: transparent;
  border: 1px solid #000;
}

#outline #fontSize a {
  background-color: #efefef;
  color: #000;
  border: 1px solid #222;
}

#outline #fontSize a:hover {
  background-color: #222;
  color: #ddd;
  opacity: 1;
  border: 1px solid #222;
}

#outline .buttons-wrap {
  text-align: center;
}

#outline .buttons-wrap .button1 {
  padding-bottom: 17px;
}

@media screen and (max-width: 1024px) {
  #outline .content {
    padding-top: 120px;
  }
  #outline .content .title {
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
  }
  #outline dl {
    display: block;
  }
  #outline dd {
    display: block;
    width: auto;
    color: #000;
  }
  #outline dt {
    display: block;
    width: auto;
  }
}

/*
 plan
*/
html #plan main header {
  visibility: hidden;
}

html.wf-active #plan main header {
  visibility: visible;
}

#plan .plan-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
}

#plan .plan-modal .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#plan .plan-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 2;
}

#plan .plan-modal .close:before, #plan .plan-modal .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

#plan .plan-modal .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#plan .plan-modal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 95vh;
  transform: translate(-50%, -50%);
  overflow: auto;
}

#plan .plan-modal .inner img {
  width: auto;
  max-width: inherit;
  height: 95vh;
}

#plan .plan-modal .inner.h75 {
  height: 75vh;
}

#plan .plan-modal .inner.h75 img {
  height: 75vh;
}

#plan.archive .page-leads {
  text-align: center;
  padding-bottom: 80px;
}

#plan.archive .page-leads .lead {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 30px;
}

#plan.archive .page-leads .text {
  font-size: 13px;
  line-height: 2;
}

#plan.detail .page-header {
  padding-top: 120px;
}

#plan.detail .details {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}

#plan.detail .details .type-info {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 35px;
}

#plan.detail .details .info,
#plan.detail .details .header {
  box-sizing: border-box;
  width: 50%;
  background-color: #fff;
}

#plan.detail .details .info {
  padding: 35px 35px 48px;
}

#plan.detail .details .header {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

#plan.detail .details .header .bg {
  background: url(../images/plan/artype/detail-bg01.jpg) top;
  background-size: cover;
  padding-top: 40px;
}

#plan.detail .details .header .concept {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 84%;
  margin: 0 auto;
  padding-bottom: 30px;
}

#plan.detail .details .header .concept .texts {
  order: 1;
  text-align: center;
}

#plan.detail .details .header .concept .texts .name {
  font-size: 36px;
  line-height: 1.5;
  padding-bottom: 12px;
}

#plan.detail .details .header .concept .texts .lead {
  font-size: 11px;
  line-height: 2;
}

#plan.detail .details .header .concept .texts .lead .theme {
  font-size: 20px;
}

#plan.detail .details .header .concept .texts .lead .mid {
  font-size: 13px;
}

#plan.detail .details .header .concept .image {
  order: 0;
  padding-right: 30px;
  mix-blend-mode: overlay;
}

#plan.detail .details .header .concept .image.etype, #plan.detail .details .header .concept .image.frtype {
  width: 50%;
  margin: 20px auto;
}

#plan.detail .details .header .concept .image.hrtype {
  width: 30%;
  margin: 20px auto;
}

#plan.detail .details .header .points {
  box-sizing: border-box;
  padding: 40px 50px 60px;
}

#plan.detail .details .header .points .catch {
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 20px;
}

#plan.detail .details .header .points .inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#plan.detail .details .header .points .inner .texts {
  width: 55%;
}

#plan.detail .details .header .points .inner .texts .text {
  font-size: 12px;
  line-height: 2.2;
}

#plan.detail .details .header .points .inner .texts .text + .text {
  padding-top: 10px;
}

#plan.detail .details .header .points .inner .images {
  width: 35%;
}

#plan.detail .details .header .points .inner .images .img li + li {
  margin-top: 20px;
}

#plan.detail .details .header .points .inner .images .annotation {
  padding-top: 10px;
  font-size: 10px;
  text-align: right;
}

#plan.detail .details .info .types {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-bottom: 10px;
}

#plan.detail .details .info .types .name {
  font-size: 36px;
  line-height: 1.4;
  color: #9E8D6B;
  padding-right: 20px;
}

#plan.detail .details .info .types .name span {
  font-size: 18px;
}

#plan.detail .details .info .types .ldk {
  font-size: 30px;
  line-height: 1.4;
}

#plan.detail .details .info .width {
  font-size: 20px;
  line-height: 1;
  padding-bottom: 15px;
}

#plan.detail .details .info .width .mini {
  font-size: 55%;
  margin-right: .5em;
}

#plan.detail .details .info .width .big {
  font-size: 150%;
}

#plan.detail .details .info .plan-data {
  padding: 35px 50px 30px;
  background-color: #F5F4F0;
}

#plan.detail .details .info .plan-data .image {
  margin: 0 auto 60px;
  width: 80%;
}

#plan.detail .details .info .plan-data .image .mark {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  transform: translate(-50%, 40%);
}

#plan.detail .details .info .plan-data .image.btype {
  width: 44%;
}

#plan.detail .details .info .plan-data .image.ctype {
  width: 68%;
}

#plan.detail .details .info .plan-data .image.dgtype {
  width: 75%;
}

#plan.detail .details .info .plan-data .image.ggtype {
  width: 47%;
}

#plan.detail .details .info .plan-data .image.hrtype {
  width: 67%;
}

#plan.detail .details .info .plan-data .annotation {
  padding-top: 20px;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

#plan .tab-wrap-no-follow {
  position: relative;
  margin-bottom: 126px;
}

#plan .tab-wrap-no-follow .annotation {
  text-align: right;
  font-size: 11px;
}

#plan .tab-wrap-no-follow .cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}

#plan .tab-wrap-no-follow .cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  max-width: 300px;
}

#plan .tab-wrap-no-follow .cover.off {
  opacity: 0;
}

#plan .tab-wrap-no-follow .tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#plan .tab-wrap-no-follow .tab-list li {
  width: 12.5%;
  width: 32%;
  margin-right: 2%;
}

#plan .tab-wrap-no-follow .tab-list li:nth-child(3n) {
  margin-right: auto;
  margin-bottom: 15px;
}

#plan .tab-wrap-no-follow .tab-list.list02 {
  margin: auto;
}

#plan .tab-wrap-no-follow .title {
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  margin-top: 35px;
  padding-bottom: 30px;
}

#plan .content {
  padding-bottom: 0;
}

#plan .section-equipments {
  background-color: #fff;
  padding: 105px 0 140px;
}

#plan .section-equipments .title {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 30px;
}

#plan .section-equipments .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: start;
}

#plan .section-equipments .items li {
  width: 32%;
  padding-bottom: 30px;
  margin-right: 2%;
}

#plan .section-equipments .items li:nth-child(3n) {
  margin-right: auto;
}

#plan .section-equipments .items .name {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.5;
}

#plan .section-equipments .items .name span {
  font-size: 11px;
  letter-spacing: 0;
}

#plan .section-equipments .items .text {
  font-size: 12px;
  line-height: 1.9;
}

#plan .section-equipments .items .mini {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 5px;
}

#plan .plan-tab {
  position: relative;
  height: 80vw;
}

#plan .plan-tab .bg {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  opacity: .7;
}

#plan .plan-tab .bg img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: inherit;
  transform: translateX(-50%);
}

#plan .tab-wrap {
  position: relative;
  height: 17.5vw;
  z-index: 1001;
  overflow: hidden;
}

#plan .tab-wrap .cover {
  display: none;
}

#plan .tab-wrap .tab-list-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#plan .tab-wrap .tab-list {
  display: flex;
}

#plan .tab-wrap .tab-list li {
  width: 12.5%;
}

#plan .tab-wrap.on .tab-list-wrap {
  position: fixed;
}

#plan .tab-wrap.off .tab-list-wrap {
  display: none;
}

#plan .tab-contents {
  position: relative;
  width: 100%;
  height: calc(100% - 17.5vw);
  margin: auto;
  z-index: 3;
  min-height: 65vw;
}

#plan .tab-contents .tabs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/tab01-bg.jpg) center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1.6s;
}

#plan .tab-contents .tabs.on {
  opacity: 1;
  z-index: 11;
}

#plan .tab-contents .image00 {
  position: absolute;
  width: 20%;
  top: 5%;
  right: 5%;
}

#plan .tab-contents .image00 img {
  mix-blend-mode: overlay;
}

#plan .tab-contents .in-content {
  position: absolute;
  top: 5vw;
  left: 33%;
  width: 34%;
  color: #fff;
  text-align: center;
}

#plan .tab-contents .title {
  font-size: 36px;
  line-height: 1.5;
  padding-bottom: 10px;
}

#plan .tab-contents .lead {
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 5px;
}

#plan .tab-contents .text01 {
  font-size: 11px;
  line-height: 1.5;
  padding-bottom: 10px;
}

#plan .tab-contents .text02 {
  font-size: 11px;
  line-height: 1.5;
  padding-bottom: 10px;
}

#plan .tab-contents .images {
  padding-top: 25px;
  padding-bottom: 28px;
  display: flex;
  justify-content: space-between;
}

#plan .tab-contents .images .image01 {
  width: 62%;
}

#plan .tab-contents .images .image01 img {
  mix-blend-mode: overlay;
}

#plan .tab-contents .images .imgs {
  width: 33.5%;
}

#plan .tab-contents .images .imgs .image02 {
  padding-bottom: 10px;
}

#plan .tab-contents .link {
  text-align: center;
  position: relative;
  z-index: 10;
}

#plan .tab-contents .tab02 {
  background-image: url(../images/top/tab02-bg.jpg);
}

#plan .tab-contents .tab02 .images {
  justify-content: space-around;
}

#plan .tab-contents .tab02 .image01 {
  width: 33%;
}

#plan .tab-contents .tab03 {
  background-image: url(../images/top/tab03-bg.jpg);
}

#plan .tab-contents .tab03 .image01 {
  width: 55%;
}

#plan .tab-contents .tab04 {
  background-image: url(../images/top/tab04-bg.jpg);
}

#plan .tab-contents .tab04 .images {
  justify-content: space-around;
}

#plan .tab-contents .tab04 .image01 {
  width: 55%;
}

#plan .tab-contents .tab05 {
  background-image: url(../images/top/tab05-bg.jpg);
}

#plan .tab-contents .tab05 .in-content {
  width: 44%;
  left: 28%;
}

#plan .tab-contents .tab05 .image01 {
  width: 96%;
  margin-right: 10px;
}

#plan .tab-contents .tab06 {
  background-image: url(../images/top/tab06-bg.jpg);
}

#plan .tab-contents .tab06 .images {
  align-items: center;
}

#plan .tab-contents .tab07 {
  background-image: url(../images/top/tab07-bg.jpg);
}

#plan .tab-contents .tab07 .images {
  justify-content: space-around;
}

#plan .tab-contents .tab07 .image01 {
  width: 33%;
}

#plan .tab-contents .tab08 {
  background-image: url(../images/top/tab08-bg.jpg);
}

#plan .tab-contents .tab08 .images {
  justify-content: space-around;
}

#plan .tab-contents .tab08 .image01 {
  width: 45%;
}

#plan .tab-contents .buttons {
  display: inline-block;
  margin: 0 auto;
  padding: 25px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 40px;
  transition: background-color .5s,color .5s;
}

#plan .tab-contents .buttons.black {
  border-color: #000;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

#plan .tab-contents .buttons.inverse {
  border-color: #fff;
  color: #95B5E3;
  background-color: white;
}

#plan .tab-contents .buttons:hover {
  opacity: 1 !important;
  color: #000;
  transition: background-color .5s,color .5s;
  background-color: white;
}

#plan .tab-contents .buttons:hover.black {
  background-color: black;
  color: #fff;
}

#plan .tab-contents .buttons:hover.inverse {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

#plan.btype .details .header .bg {
  background: url(../images/plan/btype/detail-bg01.jpg) center;
  background-size: cover;
}

#plan.ctype .details .header .bg {
  background: url(../images/plan/ctype/detail-bg01.jpg) center;
  background-size: cover;
}

#plan.cgtype .details .header .bg {
  background: url(../images/plan/ctype/detail-bg01.jpg) center;
  background-size: cover;
}

#plan.dgtype .details .header .bg, #plan.dtype .details .header .bg {
  background: url(../images/plan/dgtype/detail-bg01.jpg) center;
  background-size: cover;
}

#plan.etype .details .type-info, #plan.frtype .details .type-info, #plan.ftype .details .type-info {
  display: block;
}

#plan.etype .details .info,
#plan.etype .details .header, #plan.frtype .details .info,
#plan.frtype .details .header, #plan.ftype .details .info,
#plan.ftype .details .header {
  width: 100%;
}

#plan.etype .details .header, #plan.frtype .details .header, #plan.ftype .details .header {
  background: url(../images/plan/etype/detail-bg01.jpg) center;
  background-size: cover;
}

#plan.etype .details .header .bg, #plan.frtype .details .header .bg, #plan.ftype .details .header .bg {
  background: none;
}

#plan.etype .details .header .concept, #plan.frtype .details .header .concept, #plan.ftype .details .header .concept {
  width: 86%;
}

#plan.etype .details .header .concept .img01, #plan.frtype .details .header .concept .img01, #plan.ftype .details .header .concept .img01 {
  order: 2;
  padding-left: 30px;
  mix-blend-mode: normal;
}

#plan.etype .details .header .concept .img02, #plan.frtype .details .header .concept .img02, #plan.ftype .details .header .concept .img02 {
  order: 3;
  mix-blend-mode: normal;
}

#plan.etype .details .header .points .inner .texts, #plan.frtype .details .header .points .inner .texts, #plan.ftype .details .header .points .inner .texts {
  width: auto;
}

#plan.etype .details .header .points .inner .texts .text + .text, #plan.frtype .details .header .points .inner .texts .text + .text, #plan.ftype .details .header .points .inner .texts .text + .text {
  padding-top: 10px;
}

#plan.etype .details .header .points .inner .images, #plan.frtype .details .header .points .inner .images, #plan.ftype .details .header .points .inner .images {
  display: none;
}

#plan.etype .details .info .plan-data .image, #plan.frtype .details .info .plan-data .image, #plan.ftype .details .info .plan-data .image {
  margin: -12% auto 60px;
  width: 64%;
}

#plan.etype .details .info .plan-data .image.frtype, #plan.frtype .details .info .plan-data .image.frtype, #plan.ftype .details .info .plan-data .image.frtype {
  width: 41.5%;
}

#plan.etype .details .info .plan-data .legends, #plan.frtype .details .info .plan-data .legends, #plan.ftype .details .info .plan-data .legends {
  max-width: 430px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  #plan.etype .details .info .plan-data .image, #plan.frtype .details .info .plan-data .image, #plan.ftype .details .info .plan-data .image {
    margin: 0 auto 60px;
    width: 70%;
  }
}

#plan.frtype .details .header {
  background: url(../images/plan/frtype/detail-bg01.jpg) center;
  background-size: cover;
}

#plan.ftype .details .header {
  background: url(../images/plan/frtype/detail-bg01.jpg) center;
  background-size: cover;
}

#plan.ggtype .details .header .bg {
  background: url(../images/plan/ggtype/detail-bg01.jpg) center;
  background-size: cover;
}

#plan.hrtype .details .header .bg {
  background: url(../images/plan/hrtype/detail-bg01.jpg) center;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  #plan.navi-open .tab-wrap {
    z-index: 100;
  }
}

/*==================================================================================
 visitor
==================================================================================*/
#visitor.archive .link-lists li {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 60px;
  display: inline-flex;
}

#visitor.archive .link-lists li:last-child, #visitor.archive .link-lists li:nth-child(3) {
  margin-right: auto;
}

#visitor.archive .link-lists li:last-child .img .bg {
  opacity: 1;
}

#visitor.archive .link-lists li span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #ffffff;
}

#visitor.archive .link-lists li span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -20px;
  margin-top: -1px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  transition: right .3s linear;
}

#visitor.archive .link-lists .img {
  position: relative;
  overflow: hidden;
}

#visitor.archive .link-lists .img .bg {
  opacity: 1;
}

#visitor.archive .link-lists .img .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1.03);
  transition: transform .3s linear;
}

#visitor.archive .link-lists .txt {
  padding: 15px 0 15px;
  background: #5c5822;
  background: #9E8D6B;
  text-align: center;
}

#visitor.archive .link-lists .text01 {
  margin: 0 auto;
  width: 90%;
  max-width: 300px;
  border: 1px solid #fff;
  padding: 10px 0;
}

#visitor.archive .link-lists a {
  display: block;
  color: #fff;
}

#visitor.archive .link-lists a:hover {
  opacity: 1 !important;
}

#visitor.archive .link-lists a:hover .image {
  transform: scale(1.2);
}

#visitor.archive .link-lists a:hover span:after {
  right: -28px;
}

#visitor.archive .link-lists.list02 {
  width: 66%;
  margin: auto;
}

#visitor.archive .link-lists.list02 li {
  margin-right: 3%;
  width: 48%;
}

#visitor.archive .link-lists.list02 li:last-child {
  margin-right: auto;
}

@media screen and (max-width: 1024px) {
  #visitor.archive .link-lists li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 45px;
  }
  #visitor.archive .link-lists li:nth-child(2n) {
    margin-right: auto;
  }
  #visitor.archive .link-lists li:nth-child(3) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 768px) {
  #visitor.archive .link-lists li, #visitor.archive .link-lists li:nth-child(3) {
    display: block;
    min-width: 300px;
    width: 75%;
    margin: 0 auto 45px;
  }
}

/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  .mo .content img {
    max-width: inherit !important;
    width: 200% !important;
  }
  .lower .click-btn {
    margin: 20px auto 40px;
  }
  .lower .modal-btn {
    max-width: 320px;
    width: 90%;
    margin: 20px auto 50px;
  }
  .lower .modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px;
    text-align: center;
  }
  .lower .modal-wrapper .swipe-img img {
    max-height: 40vh;
  }
  .lower .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
  }
  .lower .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
    background: rgba(0, 0, 0, 0.8) !important;
  }
  .lower .modal-wrapper.on {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s, visibility 0.4s;
    background: rgba(0, 0, 0, 0.8) !important;
  }
  .lower .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: "";
  }
  .lower .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 94%;
    max-width: 800px;
    padding: 0;
    border-radius: 2px;
    vertical-align: middle;
  }
  .lower .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }
  .lower .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 !important;
    background: rgba(0, 0, 0, 0.1) !important;
  }
  .lower .modal-overlay:hover {
    opacity: 1 !important;
  }
  .lower .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    color: #243051 !important;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    padding: 0;
  }
  .lower .modal-wrapper .modal-close:hover {
    color: #2b2e38 !important;
  }
  /*==================================================================================
 access
==================================================================================*/
  #access .content {
    padding: 0;
  }
  #access .intro {
    margin-bottom: 80px;
  }
  #access .intro .txt {
    text-align: left;
    line-height: 1.5;
  }
  #access .intro .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #access .intro .lead br {
    display: none;
  }
  #access .intro .img01 {
    margin: auto;
  }
  #access .intro .click-btn {
    margin: 30px auto 50px;
  }
  #access .intro .img02 .swipe-img img {
    width: 600px !important;
  }
  #access .intro .swipe {
    margin: 30px auto 50px;
  }
  #access .sections {
    text-align: center;
    margin-bottom: 80px;
  }
  #access .sections .txt {
    text-align: left;
    line-height: 1.5;
  }
  #access .sections .lead {
    text-align: left;
  }
  #access .sections .lead br {
    display: none;
  }
  #access .sec01 {
    margin-bottom: 40px;
  }
  #access .sec01 .image .swipe-img img {
    width: 600px !important;
  }
  #access .sec02 {
    margin-bottom: 40px;
  }
  #access .sec02 .list li {
    width: 100%;
  }
  #access .sec02 .list li:last-child {
    width: 100%;
    margin-top: 30px;
  }
  #access .sec02 .list li:last-child .img02, #access .sec02 .list li:last-child .img03 {
    float: left;
    width: 50%;
  }
  #access .taxi {
    padding: 40px 0;
    margin: auto;
  }
  #access .taxi .list li {
    width: 100%;
    margin: auto;
  }
  #access .taxi .list li:last-child {
    width: 100%;
    margin-top: 30px;
  }
  #access .taxi .list .swipe-img img {
    width: 550px !important;
  }
  /*==================================================================================
 residence
==================================================================================*/
  #residence .intro {
    text-align: center;
    margin-bottom: 50px;
  }
  #residence .intro .txt {
    text-align: left;
    margin-bottom: 40px;
  }
  #residence .intro .lead {
    text-align: left;
  }
  #residence .intro .lead br {
    display: none;
  }
  #residence .intro .image {
    margin: 0 auto 40px;
  }
  #residence .persons {
    padding: 40px 0;
  }
  #residence .persons ul .image {
    max-width: 204px;
    margin: 0 auto 50px;
  }
  #residence .persons ul .info {
    margin-top: 20px;
  }
  #residence .person01 ul li {
    width: 100%;
  }
  #residence .person01 ul li:last-child {
    width: 100%;
    margin: auto;
  }
  #residence .person02 ul li {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  #residence .person02 ul li:last-child {
    width: 100%;
    margin: auto;
  }
  #residence .sections .txt {
    text-align: left;
  }
  #residence .sections .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #residence .sections .lead br {
    display: none;
  }
  #residence .sec01 {
    padding: 40px 0;
  }
  #residence .sec02 {
    padding-top: 40px;
  }
  #residence .sec02 .img01 {
    margin: 0 auto 80px;
  }
  #residence .sec02 .hallway {
    max-width: 760px;
    margin: auto;
  }
  #residence .sec02 .hallway .list li {
    width: 100%;
    margi: auto;
  }
  #residence .sec02 .hallway .list li:last-child {
    margin-top: 20px;
  }
  #residence .sec02 .hallway .mini {
    text-align: left;
    margin: 20px auto 40px;
  }
  #residence .sec02 .hallway01 {
    text-align: left;
  }
  /*==================================================================================
 ogikubo
==================================================================================*/
  #ogikubo .content {
    padding: 0;
  }
  #ogikubo .intro {
    text-align: center;
    margin-bottom: 60px;
  }
  #ogikubo .intro .txt {
    text-align: left;
  }
  #ogikubo .intro .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #ogikubo .intro .lead br {
    display: none;
  }
  #ogikubo .intro .page-btns li {
    float: left;
    position: relative;
    overflow: hidden;
    width: 33.3333%;
    margin-right: auto;
  }
  #ogikubo .intro .page-btns .txt {
    display: none;
  }
  #ogikubo .intro .page-btns .arrow {
    display: none;
  }
  #ogikubo .intro .mini {
    padding-right: 10px;
  }
  #ogikubo .areas {
    padding-bottom: 60px;
  }
  #ogikubo .areas .img00 {
    margin-bottom: 40px;
  }
  #ogikubo .areas .txt {
    text-align: left;
  }
  #ogikubo .areas .lead {
    text-align: left;
    margin-bottom: 40px;
  }
  #ogikubo .areas .lead br {
    display: none;
  }
  #ogikubo .area01 .img01 {
    margin: 0 auto 40px;
  }
  #ogikubo .area02 .img01 {
    margin: 0 auto 40px;
  }
  #ogikubo .box01 {
    width: 100%;
  }
  #ogikubo .box02 {
    width: 50%;
  }
  #ogikubo .box03 {
    width: 50%;
  }
  #ogikubo .box04 {
    width: 50%;
  }
  #ogikubo .box05 {
    width: 50%;
  }
  #ogikubo .box06 {
    width: 50%;
  }
  #ogikubo .box07 {
    width: 50%;
  }
  #ogikubo .hover-mask p {
    width: 88%;
    font-size: 13px;
    line-height: 2;
  }
  #ogikubo .hover-mask p span {
    font-size: 45px;
  }
  #ogikubo .caps {
    width: 90%;
    margin: 20px auto 0;
  }
  #ogikubo #lightbox .content > li {
    width: 84%;
  }
  #ogikubo #lightbox .content > li .tit-txt {
    font-size: 20px;
    margin: 0 auto 5px;
  }
  #ogikubo #lightbox .close {
    top: -7%;
    right: 0;
  }
  #ogikubo #lightbox01 .content > li {
    width: 84%;
  }
  #ogikubo #lightbox01 .content > li .tit-txt {
    font-size: 20px;
    margin: 0 auto 5px;
  }
  #ogikubo #lightbox01 .close {
    top: -7%;
    right: 0;
  }
  #ogikubo #lightbox02 .content > li {
    width: 84%;
  }
  #ogikubo #lightbox02 .content > li .tit-txt {
    font-size: 20px;
    margin: 0 auto 5px;
  }
  #ogikubo #lightbox02 .close {
    top: -7%;
    right: 0;
  }
  #ogikubo .life-info {
    padding: 60px 0;
  }
  #ogikubo .life-info .tit {
    font-size: 26px;
    margin-bottom: 40px;
  }
  #ogikubo .life-info .maps {
    margin-top: 25px;
  }
  #ogikubo .life-info .logo, #ogikubo .life-info .annotation {
    width: 100%;
    float: none;
  }
  #ogikubo .life-info .logo span, #ogikubo .life-info .annotation span {
    text-align: center;
    margin-right: auto;
  }
  /*==================================================================================
 position
==================================================================================*/
  #position .content {
    padding: 0;
  }
  #position .intro {
    margin-bottom: 40px;
  }
  #position .intro .txt {
    text-align: left;
  }
  #position .intro .img01 {
    margin: 0 auto 40px;
  }
  #position .sections {
    margin-bottom: 60px;
  }
  #position .sections .txt {
    text-align: left;
  }
  #position .sections .lead {
    text-align: left;
  }
  #position .sections .lead br {
    display: none;
  }
  #position .sec01 .slick-prev {
    left: 10%;
  }
  #position .sec01 .slick-next {
    right: 10%;
  }
  #position .sec01 .slick-prev, #position .sec01 .slick-next {
    z-index: 10;
    width: 30px;
    height: 30px;
  }
  #position .sec01 .slick-prev:before, #position .sec01 .slick-next:before {
    font-size: 30px;
  }
  #position .sec01 .slick-prev:before {
    content: url("../images/position/prev-sp.svg");
  }
  #position .sec01 .slick-next:before {
    content: url("../images/position/next-sp.svg");
  }
  #position .sec02 {
    padding: 40px 0;
    margin-bottom: 0;
  }
  #position .sec02 .txt {
    margin-bottom: 40px;
  }
  #position .sec02 .inners {
    margin-bottom: 50px;
  }
  #position .sec02 .lists .info {
    margin-bottom: 10px;
  }
  #position .sec02 .lists .info.last {
    margin-bottom: 40px;
  }
  #position .sec02 .list01 li {
    width: 100%;
    margin: auto;
  }
  #position .sec02 .list01 li:last-child {
    width: 100%;
    margin: auto;
  }
  #position .sec02 .list02 li {
    width: 100%;
    margin: auto;
  }
  #position .sec02 .list02 li:last-child {
    width: 100%;
    margin: auto;
  }
  #position .sec02 .list02 .caps {
    text-align: right;
    font-size: 11px;
    margin-top: 0;
  }
  #position .sec02 .list03 li {
    width: 100%;
    margin: auto;
  }
  #position .sec02 .list03 li:last-child {
    width: 100%;
    margin: auto;
  }
  #position .sec02 .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
  #position .sec02 .slick-dots {
    bottom: -20%;
  }
  #position .sec02 .slick-dots li {
    width: 8px;
    margin-right: 10px;
  }
  #position .sec02 .slick-dots li:last-child {
    width: 8px;
  }
  #position .sec02 .slick-dots li button:before {
    background: #fff;
    border: 1px solid #fff;
    opacity: 1;
    width: 8px;
    height: 8px;
  }
  #position .sec03 {
    padding: 40px 0;
    margin-bottom: auto;
  }
  #position .sec03 .lead {
    margin-bottom: 40px;
  }
  #position .sec03 .mini {
    text-align: left;
  }
  #position .sec04 {
    padding: 40px 0;
    margin-bottom: 0;
  }
  #position .sec04 .img01 {
    margin-bottom: 20px;
  }
  #position .sec04 .img02 {
    margin: 0 auto 50px 0;
  }
  #position .sec04 .swipe-img img {
    width: 500px !important;
  }
  /*==================================================================================
 brand
==================================================================================*/
  #brand .intro {
    margin-bottom: 80px;
  }
  #brand .intro .text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #brand .intro .lead {
    font-size: 14px;
  }
  #brand .sections {
    padding: 80px 0 20px;
  }
  #brand .sections .tit {
    font-size: 22px;
    padding-bottom: 10px;
    margin: 0 auto 10px;
  }
  #brand .sections .sub {
    font-size: 16px;
    margin-bottom: 40px;
  }
  #brand .sections .policy {
    margin-bottom: 60px;
  }
  #brand .sections .policy .text {
    font-size: 20px;
    margin: 20px auto 10px;
  }
  #brand .sections .policy .lead {
    font-size: 14px;
    line-height: 1.8;
  }
  #brand .sec02 {
    background: none;
  }
  #brand .sec02 .tit {
    margin: 0 auto 40px;
  }
  #brand .sec02 .logo02 {
    margin: 0 auto 40px;
  }
  #brand .sec02 .tit01 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #brand .sec02 .text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #brand .sec02 .lead {
    font-size: 14px;
    margin-bottom: 40px;
  }
  #brand .sec02 .img-list li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #brand .sec02 .img-list li:last-child {
    margin-bottom: auto;
  }
  #brand .sec03 {
    background: none;
  }
  #brand .sec03 .tit {
    margin: 0 auto 40px;
  }
  #brand .sec03 .logo03 {
    margin: 0 auto 40px;
  }
  #brand .sec03 .tit01 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #brand .sec03 .name {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0 50px;
  }
  #brand .sec03 .name:before, #brand .sec03 .name:after {
    width: 40px;
  }
  #brand .sec03 .lead {
    font-size: 14px;
    margin-bottom: 40px;
  }
  #brand .sec03 .img-list li {
    display: block;
    width: 100%;
  }
  #brand .sec03 .img-list li:last-child {
    margin-top: 20px;
  }
  #brand .sec04 .logo {
    margin: auto;
    text-align: center;
  }
  #brand .sec04 .logo li {
    display: block;
    width: 80%;
    margin: auto;
  }
  #brand .sec04 .img01 {
    margin: 0 auto 30px;
    width: 85%;
  }
  #brand .sec04 .lead {
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    margin: 30px auto;
  }
  #brand .sec04 .lead span {
    font-size: 26px;
  }
  /*
  plan
*/
  #plan.archive .page-leads {
    text-align: left;
    padding-bottom: 35px;
  }
  #plan.detail .plan-modal {
    display: none !important;
  }
  #plan.detail .page-header {
    padding-top: 60px;
  }
  #plan.detail .details {
    width: auto;
  }
  #plan.detail .details .type-info {
    display: block;
    margin: 0 auto 20px;
    width: 90%;
  }
  #plan.detail .details .info,
  #plan.detail .details .header {
    width: auto;
  }
  #plan.detail .details .info {
    padding: 35px 5% 30px;
  }
  #plan.detail .details .header .bg {
    background-image: url(../images/plan/artype/detail-bg01-sp.jpg);
    padding-top: 30px;
  }
  #plan.detail .details .header .concept {
    width: 90%;
    padding-bottom: 15px;
  }
  #plan.detail .details .header .concept .texts {
    order: 0;
    width: 55%;
  }
  #plan.detail .details .header .concept .texts .name {
    padding-bottom: 6px;
  }
  #plan.detail .details .header .concept .texts .type-name {
    padding: 6px 15px 6px 25px;
    font-size: 13px;
  }
  #plan.detail .details .header .concept .texts .type-name:after {
    width: 5px;
    height: 5px;
  }
  #plan.detail .details .header .concept .image {
    order: 2;
    padding-right: 0px;
    padding-left: max(5%, 20px);
    width: 40%;
  }
  #plan.detail .details .header .points {
    padding: 30px 5% 30px;
  }
  #plan.detail .details .header .points .catch {
    font-size: 20px;
    padding-bottom: 20px;
  }
  #plan.detail .details .header .points .inner {
    display: block;
  }
  #plan.detail .details .header .points .inner .texts {
    width: auto;
    padding-bottom: 30px;
  }
  #plan.detail .details .header .points .inner .texts .text + .text {
    padding-top: 0px;
  }
  #plan.detail .details .header .points .inner .images {
    width: auto;
  }
  #plan.detail .details .header .points .inner .images li {
    display: inline-block;
    width: 48%;
  }
  #plan.detail .details .header .points .inner .images li:last-child {
    margin-left: 1%;
  }
  #plan.detail .details .info .types {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  #plan.detail .details .info .types .name {
    padding-right: 0px;
    padding-bottom: 10px;
  }
  #plan.detail .details .info .types .ldk {
    padding-bottom: 5px;
  }
  #plan.detail .details .info .width {
    font-size: 18px;
    padding-bottom: 15px;
    margin: 0 auto;
    width: 90%;
  }
  #plan.detail .details .info .width .mini {
    font-size: 55%;
  }
  #plan.detail .details .info .width .big {
    font-size: 150%;
  }
  #plan.detail .details .info .plan-data {
    padding: 35px 5% 35px;
    background-color: #F5F4F0;
  }
  #plan.detail .details .info .plan-data .image {
    margin: 0 auto 40px;
    width: 70%;
  }
  #plan.detail .details .info .plan-data .image .mark {
    display: none;
  }
  #plan.detail .details .info .plan-data .legends {
    max-width: 250px;
    margin: 0;
  }
  #plan.detail .details .info .plan-data .annotation {
    padding-top: 10px;
    text-align: left;
  }
  #plan .tab-wrap-no-follow {
    margin-bottom: 60px;
    overflow: hidden;
  }
  #plan .tab-wrap-no-follow .tab-list-wrap {
    position: relative;
    overflow: visible;
  }
  #plan .tab-wrap-no-follow .cover {
    display: block;
  }
  #plan .tab-wrap-no-follow .cover.off {
    opacity: 0;
  }
  #plan .tab-wrap-no-follow .tab-list {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    width: 100%;
    scroll-behavior: smooth;
  }
  #plan .tab-wrap-no-follow .tab-list li {
    flex: 0 0 auto;
    width: 90%;
    max-width: 150px;
    margin-right: 12px;
  }
  #plan .tab-wrap-no-follow .tab-list li:nth-child(3n) {
    margin-right: 2%;
  }
  #plan .tab-wrap-no-follow .tab-list li:last-child {
    margin-right: auto;
  }
  #plan .tab-wrap-no-follow .tab-list.list02 {
    display: flex;
    flex-wrap: nowrap;
    overflow: visible;
    justify-content: center;
  }
  #plan .tab-wrap-no-follow .tab-list.list02 li {
    flex: 0 0 auto;
    width: 40%;
    margin: 0 8px;
  }
  #plan .content {
    padding-bottom: 0;
  }
  #plan .section-equipments {
    background-color: #fff;
    padding: 50px 0 30px;
  }
  #plan .section-equipments .title {
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 25px;
  }
  #plan .section-equipments .items {
    display: block;
  }
  #plan .section-equipments .items li {
    width: auto;
    padding-bottom: 30px;
    margin-right: auto;
  }
  #plan .section-equipments .items .name {
    padding: 13px 0;
  }
  #plan .plan-tab {
    background: none;
    height: auto;
  }
  #plan .tab-wrap {
    position: relative;
    height: 42.5vw;
    z-index: 1001;
  }
  #plan .tab-wrap .tab-list-wrap {
    height: 42.5vw;
    overflow-y: hidden;
    overflow-x: auto;
  }
  #plan .tab-wrap .cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
  }
  #plan .tab-wrap .cover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
  }
  #plan .tab-wrap .cover.off {
    opacity: 0;
  }
  #plan .tab-wrap .tab-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 244vw;
  }
  #plan .tab-wrap .tab-list li {
    width: 30.5vw;
  }
  #plan .tab-contents {
    width: 100%;
    min-height: 180vw;
  }
  #plan .tab-contents .tabs {
    background-image: url(../images/top/tab01-bg-sp.jpg);
    height: 100%;
  }
  #plan .tab-contents .image00 {
    width: 22%;
  }
  #plan .tab-contents .in-content {
    top: 24vw;
    left: 10%;
    width: 80%;
  }
  #plan .tab-contents .lead {
    font-size: 14px;
    padding-bottom: 5px;
  }
  #plan .tab-contents .text02 {
    font-size: 11px;
    padding-bottom: 10px;
  }
  #plan .tab-contents .text03 {
    line-height: 1.6;
  }
  #plan .tab-contents .images {
    padding-top: 27px;
    padding-bottom: 25px;
    display: block;
    margin: 0 auto;
    width: 66%;
  }
  #plan .tab-contents .images .image01 {
    margin: 0 auto 20px;
    width: 64%;
  }
  #plan .tab-contents .images .imgs {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #plan .tab-contents .images .imgs .image03 {
    width: 48%;
  }
  #plan .tab-contents .images .imgs .image02 {
    width: 48%;
    padding-bottom: 0px;
  }
  #plan .tab-contents .link {
    text-align: center;
  }
  #plan .tab-contents .link a {
    box-sizing: border-box;
    width: 100%;
  }
  #plan .tab-contents .tab02 {
    background-image: url(../images/top/tab02-bg-sp.jpg);
    height: 110%;
  }
  #plan .tab-contents .tab02 .image01 {
    width: 44%;
  }
  #plan .tab-contents .tab03 {
    background-image: url(../images/top/tab03-bg-sp.jpg);
  }
  #plan .tab-contents .tab04 {
    background-image: url(../images/top/tab04-bg-sp.jpg);
  }
  #plan .tab-contents .tab05 {
    background-image: url(../images/top/tab05-bg-sp.jpg);
  }
  #plan .tab-contents .tab05 .in-content {
    width: 80%;
    left: 10%;
  }
  #plan .tab-contents .tab05 .image01 {
    width: 84%;
  }
  #plan .tab-contents .tab06 {
    background-image: url(../images/top/tab06-bg-sp.jpg);
  }
  #plan .tab-contents .tab06 .image01 {
    width: 84%;
  }
  #plan .tab-contents .tab07 {
    background-image: url(../images/top/tab07-bg-sp.jpg);
    height: 110%;
  }
  #plan .tab-contents .tab07 .image01 {
    width: 44%;
  }
  #plan .tab-contents .tab08 {
    background-image: url(../images/top/tab08-bg-sp.jpg);
    height: 110%;
  }
  #plan .tab-contents .buttons {
    width: 60%;
    display: block;
    padding: 25px;
    font-size: 12px;
    border-radius: 40px;
  }
  #plan.btype .details .header .bg {
    background: url(../images/plan/btype/detail-bg01-sp.jpg) center;
    background-size: cover;
  }
  #plan.ctype .details .header .bg {
    background: url(../images/plan/ctype/detail-bg01-sp.jpg) center;
    background-size: cover;
  }
  #plan.cgtype .details .header .bg {
    background: url(../images/plan/ctype/detail-bg01-sp.jpg) center;
    background-size: cover;
  }
  #plan.dgtype .details .header .bg, #plan.dtype .details .header .bg {
    background: url(../images/plan/dgtype/detail-bg01-sp.jpg) center;
    background-size: cover;
  }
  #plan.etype .details .header, #plan.frtype .details .header, #plan.ftype .details .header {
    background: rgba(0, 0, 0, 0.5);
  }
  #plan.etype .details .header .bg, #plan.frtype .details .header .bg, #plan.ftype .details .header .bg {
    background: url(../images/plan/etype/detail-bg01-sp.jpg) center;
    background-size: cover;
  }
  #plan.etype .details .header .concept, #plan.frtype .details .header .concept, #plan.ftype .details .header .concept {
    display: block;
  }
  #plan.etype .details .header .concept .texts, #plan.frtype .details .header .concept .texts, #plan.ftype .details .header .concept .texts {
    width: 100%;
  }
  #plan.etype .details .header .concept .texts .lead, #plan.frtype .details .header .concept .texts .lead, #plan.ftype .details .header .concept .texts .lead {
    margin-bottom: 20px;
  }
  #plan.etype .details .header .concept .image, #plan.frtype .details .header .concept .image, #plan.ftype .details .header .concept .image {
    width: 100%;
    padding-left: 0;
  }
  #plan.etype .details .header .concept .img01, #plan.frtype .details .header .concept .img01, #plan.ftype .details .header .concept .img01 {
    display: none;
  }
  #plan.etype .details .header .concept .img02, #plan.frtype .details .header .concept .img02, #plan.ftype .details .header .concept .img02 {
    display: none;
  }
  #plan.etype .details .header .points .inner .texts .text + .text, #plan.frtype .details .header .points .inner .texts .text + .text, #plan.ftype .details .header .points .inner .texts .text + .text {
    padding-top: 0;
  }
  #plan.etype .details .header .points .inner .images, #plan.frtype .details .header .points .inner .images, #plan.ftype .details .header .points .inner .images {
    display: inherit;
  }
  #plan.etype .details .info .plan-data .image, #plan.frtype .details .info .plan-data .image, #plan.ftype .details .info .plan-data .image {
    width: 100%;
  }
  #plan.etype .details .info .plan-data .image.frtype, #plan.frtype .details .info .plan-data .image.frtype, #plan.ftype .details .info .plan-data .image.frtype {
    width: 80%;
  }
  #plan.frtype .details .header .bg {
    background: url(../images/plan/frtype/detail-bg01-sp.jpg) center;
    background-size: cover;
  }
  #plan.ftype .details .header .bg {
    background: url(../images/plan/frtype/detail-bg01-sp.jpg) center;
    background-size: cover;
  }
  #plan.ggtype .details .header .bg {
    background: url(../images/plan/ggtype/detail-bg01-sp.jpg) center;
    background-size: cover;
  }
  #plan.hrtype .details .header .bg {
    background: url(../images/plan/hrtype/detail-bg01-sp.jpg) center;
    background-size: cover;
  }
}

/*==================================================================================
 position
==================================================================================*/
#position .commonLowerLinks01 {
  background: #fff;
}

#position main {
  background: #fff;
}

#position .intro {
  padding-bottom: 140px;
  text-align: center;
}

#position .intro .text {
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: .15em;
  margin-bottom: 40px;
}

#position .intro .lead {
  font-size: 16px;
  color: #8C5937;
  line-height: 2.2;
  padding-bottom: 55px;
}

#position .intro .image {
  margin: 0 auto;
  max-width: 610px;
}

#position .intro .image .caption {
  bottom: -15px;
  background: transparent;
  color: #000000;
}

#position .relax {
  position: relative;
  background: #000;
  background-size: cover;
  padding-bottom: 267px;
}

@media screen and (min-width: 1025px) {
  #position .relax {
    background-attachment: fixed;
    padding-bottom: 67px;
  }
}

#position .relax::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: #fff;
}

#position .relax .title {
  color: #000000;
  font-size: 30px;
  line-height: 1.5;
  padding-bottom: 70px;
  text-align: center;
  position: relative;
  z-index: 2;
}

#position .relax .image {
  margin: -45px 0px 20px;
  transform: scale(0.85);
  transition: transform .6s, margin .6s;
}

#position .relax .image img {
  max-height: 470px;
}

#position .relax .slick-current .image {
  margin-top: 0;
  transform: scale(1);
  transition: transform .6s .7s, margin .6s .7s;
}

#position .relax .slick-slider {
  height: 470px;
}

#position .relax .slick-slider .slick-track {
  left: -15vw;
}

#position .relax .slick-next {
  left: auto;
  right: 70px;
  bottom: 20px;
  top: auto;
}

#position .relax .slick-next:before {
  content: url(../images/position/next.svg);
}

@media screen and (max-width: 1024px) {
  #position .relax .slick-next {
    bottom: -100px;
  }
}

#position .relax .slick-prev {
  left: auto;
  top: auto;
  right: 135px;
  bottom: 20px;
}

#position .relax .slick-prev:before {
  content: url(../images/position/prev.svg);
}

@media screen and (max-width: 1024px) {
  #position .relax .slick-prev {
    bottom: -100px;
  }
}

#position .relax .slick-prev, #position .relax .slick-next {
  z-index: 2;
}

#position .relax .annotation {
  color: #fff;
  font-size: 10px;
  padding: 80px 5% 0;
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 0;
}

#position .welbe {
  padding: 202px 0 174px;
}

#position .welbe .title {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 80px;
}

#position .welbe .body {
  margin: 0 auto;
  width: 90%;
  max-width: 1320px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#position .welbe .body .welbe-photoes {
  width: 55%;
  order: 2;
}

#position .welbe .body .welbe-photoes .slick-dots {
  bottom: -35px;
}

#position .welbe .body .welbe-photoes .slick-dots li button:before {
  opacity: 1;
  color: #D9EAF2;
}

#position .welbe .body .welbe-photoes .slick-dots li.slick-active button:before {
  color: #BFB086;
}

#position .welbe .body .text {
  width: 40%;
  order: 1;
  font-size: 16px;
  line-height: 2;
  color: #8C5937;
}

#position .welbe .annotation {
  width: 90%;
  margin: auto;
  text-align: right;
}

#position .big-image {
  position: relative;
}

#position .town {
  overflow: hidden;
  position: relative;
  margin-bottom: 172px;
}

#position .town .header {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: #8C5937;
  z-index: 1;
}

#position .town .title {
  font-size: 26px;
  line-height: 1.5;
  padding-bottom: 66px;
}

#position .town .lead {
  font-size: 16px;
  line-height: 2;
}

#position .town .image {
  position: relative;
  margin: 500px auto 0;
  max-width: 1000px;
}

#position .town .image .caption {
  background: none;
  color: #2b2b2b;
}

#position .history {
  position: relative;
  margin-bottom: 174px;
}

#position .history .wrap {
  max-width: 1320px;
  display: flex;
  justify-content: center;
}

#position .history .image {
  width: 40%;
}

#position .history .image .in {
  position: relative;
}

#position .history .image.park {
  margin-left: 2%;
}

#position .history .header {
  width: 62.4%;
  color: #8C5937;
}

#position .history .photoes li {
  position: relative;
  float: left;
  width: 60%;
}

#position .history .photoes li:last-child {
  float: right;
  width: 35%;
}

#position .history .title {
  font-size: 26px;
  line-height: 1.5;
  padding-bottom: 27px;
}

#position .history .text {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 30px;
}

#position .musashono {
  padding: 82px 0;
  background: #E2DDDB;
  background-size: cover;
  color: #8C5937;
}

@media screen and (min-width: 1025px) {
  #position .musashono {
    background-attachment: fixed;
  }
}

#position .musashono .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#position .musashono .header {
  width: 50%;
  order: 2;
}

#position .musashono .image {
  width: 47%;
  position: relative;
  order: 1;
}

#position .musashono .title {
  font-size: 26px;
  line-height: 1.5;
  padding-bottom: 20px;
}

#position .musashono .text {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #position .intro {
    padding-bottom: 100px;
  }
  #position .intro .text {
    text-align: left;
    margin-bottom: 20px;
  }
  #position .intro .lead {
    font-size: 16px;
    padding-bottom: 75px;
    text-align: left;
  }
  #position .intro .lead br {
    display: none;
  }
  #position .relax {
    padding-bottom: 147px;
  }
  #position .relax::before {
    height: 40%;
  }
  #position .relax .title {
    font-size: 22px;
    padding-bottom: 40px;
    text-align: left;
  }
  #position .relax .image {
    margin: 0px 10px 20px;
    transform: scale(1);
  }
  #position .relax .slick-current .image {
    margin-top: 0;
    transform: scale(1);
  }
  #position .relax .slick-slider {
    height: inherit;
    padding-bottom: 80px;
  }
  #position .relax .slick-slider .slick-track {
    left: 0vw;
  }
  #position .relax .slick-next {
    bottom: -8%;
    left: auto;
    right: 10px;
  }
  #position .relax .slick-prev {
    bottom: -8%;
    right: 80px;
    top: auto;
  }
  #position .relax .annotation {
    padding: 0px 5% 0;
    bottom: 20px;
    right: 0;
    text-align: left;
  }
  #position .relax .slick-prev, #position .relax .slick-next {
    width: 70px;
    height: 70px;
  }
  #position .welbe {
    padding: 103px 0 140px;
  }
  #position .welbe .title {
    font-size: 22x;
    text-align: left;
    padding-bottom: 40px;
  }
  #position .welbe .body {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
  }
  #position .welbe .body .welbe-photoes {
    width: auto;
  }
  #position .welbe .body .annotation {
    padding-top: 10px;
  }
  #position .welbe .body .text {
    width: auto;
    padding-top: 28px;
  }
  #position .big-image {
    position: relative;
    margin-bottom: 105px;
  }
  #position .town {
    margin-bottom: 108px;
  }
  #position .town .header {
    position: static;
    transform: translate(0%, 0%);
    margin: 0 auto;
    width: 90%;
    text-align: center;
    color: #8C5937;
    z-index: 1;
  }
  #position .town .title {
    font-size: 22px;
    line-height: 1.8;
    padding-bottom: 40px;
    text-align: left;
  }
  #position .town .lead {
    text-align: left;
  }
  #position .town .lead br {
    display: none;
  }
  #position .town .image {
    position: relative;
    margin-top: 0;
  }
  #position .town .image .swipe-img img {
    width: 1000px !important;
  }
  #position .town .image .caption {
    bottom: -20px;
  }
  #position .history {
    position: relative;
    margin-bottom: 111px;
  }
  #position .history .wrap {
    display: block;
  }
  #position .history .image {
    width: auto;
  }
  #position .history .image.park {
    margin-left: 0;
    margin-top: 20px;
  }
  #position .history .header {
    width: auto;
  }
  #position .history .photoes {
    padding-top: 20px;
  }
  #position .history .photoes li {
    position: relative;
    float: left;
    width: 100%;
  }
  #position .history .photoes li:last-child {
    float: right;
    width: 100%;
  }
  #position .history .title {
    font-size: 22px;
    text-align: left;
    padding-bottom: 35px;
  }
  #position .history .text {
    font-size: 16px;
    padding-bottom: 20px;
  }
  #position .musashono {
    padding: 62px 0 0;
  }
  #position .musashono .wrap {
    display: block;
    width: auto;
  }
  #position .musashono .header {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  #position .musashono .image {
    width: auto;
  }
  #position .musashono .title {
    font-size: 22px;
    padding-bottom: 35px;
    text-align: left;
  }
  #position .musashono .text {
    padding-bottom: 0;
  }
}

/*==================================================================================
 location
==================================================================================*/
#location .page-header .texts {
  width: 187px;
  margin: auto;
}

#location .page-header .image {
  margin-bottom: 46px;
}

#location .page-header .page-title {
  font-size: 46px;
}

#location .intro {
  margin-bottom: 80px;
  text-align: center;
}

#location .intro .page-lead {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}

#location .intro .flavor {
  font-size: 13px;
  line-height: 2.2;
  padding-bottom: 60px;
}

#location .intro .anchors {
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
}

#location .intro .anchors li {
  width: 32%;
}

#location .intro .anchors li a {
  display: block;
  color: #fff;
  position: relative;
}

#location .intro .anchors li a:hover .image::after {
  opacity: 0;
}

#location .intro .anchors li a:hover .text {
  opacity: 0;
}

#location .intro .anchors li .image {
  position: relative;
}

#location .intro .anchors li .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity .5s;
}

#location .intro .anchors li .text {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  transform: translateY(-50%);
  z-index: 2;
  transition: opacity .5s;
}

#location .sections {
  padding-bottom: 60px;
}

#location .sections .header {
  position: relative;
  background: url(../images/location/park-bg.jpg) center;
  background-size: cover;
  height: 340px;
  margin-bottom: 80px;
}

#location .sections .header .caption {
  z-index: 2;
}

#location .sections .header .title {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  color: #fff;
  transform: translateY(-50%);
}

#location .sections .leads {
  text-align: center;
  padding-bottom: 75px;
}

#location .sections .leads .lead {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 45px;
}

#location .sections .leads .text {
  font-size: 13px;
  line-height: 2.4;
}

#location .sections .section-image {
  margin: 0 auto 80px;
  max-width: 900px;
  width: 90%;
}

#location .sections .section-image .caption {
  background: none;
  color: #000;
  bottom: -20px;
}

#location .sections .photoes {
  position: relative;
  margin: 0 auto 80px;
  max-width: 900px;
  width: 90%;
}

#location .sections .photoes .bg {
  opacity: 0;
}

#location .sections .photoes .photo-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#location .sections .photoes .photo-list li {
  position: absolute;
  cursor: pointer;
  list-style: none;
}

#location .sections .photoes .photo-list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity .5s;
}

#location .sections .photoes .photo-list li:hover .texts {
  opacity: 0;
}

#location .sections .photoes .photo-list li:hover::after {
  opacity: 0;
}

#location .sections .photoes .photo-list .texts {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 4;
  text-align: center;
  transition: opacity .5s;
}

#location .sections .photoes .photo-list .num {
  font-size: 76px;
  padding-bottom: 15px;
}

#location .sections .photoes .photo-list .name {
  font-size: 20px;
}

#location .sections .photoes .photo-list .list01 {
  top: 0;
  left: 0;
  width: 66.66667%;
}

#location .sections .photoes .photo-list .list02 {
  top: 0;
  left: 66.66667%;
  width: 33.33333%;
  z-index: 6;
}

#location .sections .photoes .photo-list .list03 {
  top: 25%;
  left: 66.66667%;
  width: 33.33333%;
}

#location .sections .photoes .photo-list .list04 {
  top: 50%;
  left: 0;
  width: 33.33333%;
}

#location .sections .photoes .photo-list .list05 {
  top: 50%;
  left: 33.33333%;
  width: 66.66667%;
}

#location .sections .photoes .photo-list .list06 {
  top: 75%;
  left: 0;
  width: 66.66667%;
}

#location .sections .photoes .photo-list .list07 {
  top: 75%;
  left: 66.66667%;
  width: 33.33333%;
}

#location .sections .annotation {
  padding-top: 35px;
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
}

#location .sections.park, #location .sections.gourmet {
  background-color: #E0DACE;
}

#location .sections.shopping .header {
  background-image: url(../images/location/shopping-bg.jpg);
}

#location .sections.shopping .title {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
}

#location .sections.gourmet .header {
  background-image: url(../images/location/gourmet-bg.jpg);
}

#location .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#location .modal .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#location .modal .contents {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 700px;
  padding: 20px 15px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

#location .modal .contents .close {
  position: absolute;
  bottom: 100%;
  left: 100%;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 35px;
  z-index: 1000;
  height: 35px;
  cursor: pointer;
}

#location .modal .contents .close::after, #location .modal .contents .close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 1px;
  background-color: #fff;
}

#location .modal .contents .close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#location .modal .contents .controls {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/location/prev.svg);
  background-size: cover;
  z-index: 10;
  cursor: pointer;
}

#location .modal .contents .prev {
  right: 100%;
  margin-right: 10px;
}

#location .modal .contents .next {
  left: 100%;
  margin-left: 10px;
  background-image: url(../images/location/next.svg);
}

#location .modal .contents li {
  list-style: none;
}

#location .modal .contents .num {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 13px;
}

#location .modal .contents .current {
  font-size: 26px;
}

#location .modal .contents .list-wrap {
  position: relative;
  overflow: hidden;
}

#location .modal .contents .lists {
  width: 7000px;
  will-change: transform;
}

#location .modal .contents .lists:not(.move) {
  transition: transform 1.2s;
}

#location .modal .contents .lists::after {
  content: "";
  display: table;
  clear: both;
}

#location .modal .contents .lists li {
  float: left;
  width: 670px;
  margin-right: 10px;
}

#location .modal .contents .lists .text {
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.8;
}

#location .modal .contents .lists .name {
  font-size: 30px;
  line-height: 1.4;
  padding-bottom: 3px;
  text-align: center;
}

#location .modal .contents .lists .distance {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 15px;
}

#location .life-info {
  text-align: center;
  margin: 100px auto 140px;
}

#location .life-info .title {
  font-size: 30px;
  margin-bottom: 50px;
}

#location .life-info .tabs {
  text-align: center;
  font-size: 0;
  margin: 30px 0;
}

#location .life-info .tabs li {
  display: inline-block;
  width: 16.5%;
  margin-right: 4%;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
}

#location .life-info .tabs li:last-child {
  margin-right: auto;
}

#location .life-info .tabs a {
  display: block;
  color: #000;
  font-size: 13px;
  padding: 15px 0;
  border-bottom: 1px solid;
  font-family: "Shippori Mincho", serif;
}

#location .life-info .tabs a.current {
  background: #000;
  color: #fff;
}

#location .life-info .logo {
  float: left;
  width: 612px;
  text-align: right;
}

#location .life-info .logo span {
  display: block;
  margin-right: 20px;
}

#location .life-info .logo img {
  width: 20px;
}

#location .life-info .annotation {
  float: right;
  width: 388px;
}

#location .life-info .annotation span {
  display: block;
  text-align: left;
  line-height: 1.4;
  margin-left: 18px;
}

#location .life-info .maps {
  position: relative;
  margin: 75px auto 0;
}

#location .life-info .googlemap {
  height: 700px;
  margin-right: 388px;
  background: #fff;
}

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

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

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

#location .life-info .list-wrapper li {
  padding: 9px 10px 9px 40px;
  list-style: none;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
  cursor: hand;
  font-family: "Shippori Mincho", serif;
}

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

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

@media screen and (max-width: 1024px) {
  #location .page-header {
    padding-top: 0;
  }
  #location .life-info .tabs {
    margin-bottom: 20px;
  }
  #location .life-info .tabs li {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    margin-bottom: 6px;
  }
  #location .life-info .tabs li:nth-child(2n) {
    margin-right: auto;
  }
  #location .life-info .tabs a {
    font-size: 11px;
    padding: 13px 10px;
  }
  #location .life-info .tabs a .none {
    display: none;
  }
  #location .life-info .logo {
    width: 50%;
    margin-bottom: 10px;
  }
  #location .life-info .annotation {
    width: 50%;
    margin-bottom: 10px;
  }
  #location .life-info .maps {
    margin-bottom: 20px;
  }
  #location .life-info .googlemap {
    float: none;
    height: 328px;
    margin-right: auto;
  }
  #location .life-info .list-wrapper {
    position: static;
    float: none;
    width: auto;
    height: auto;
    min-height: 0;
  }
  #location .life-info .list-wrapper li {
    padding: 9px 10px 9px 30px;
  }
  #location .life-info .list-wrapper li:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  #location .life-info .list-wrapper .minite {
    display: block;
    font-size: 10px;
    padding-top: 4px;
  }
}

@media screen and (max-width: 768px) {
  #location .page-header {
    padding: 0 0 20px;
  }
  #location .page-header .texts {
    width: 141px;
  }
  #location .intro {
    margin-bottom: 60px;
    text-align: left;
  }
  #location .intro .flavor {
    padding-bottom: 30px;
  }
  #location .intro .anchors {
    width: auto;
  }
  #location .intro .anchors li {
    width: 33%;
  }
  #location .intro .anchors li .text {
    font-size: 12px;
  }
  #location .intro .anchors li .caption {
    bottom: -40px;
    color: #000;
    background: none;
  }
  #location .intro .anchors li .image::after {
    display: none;
  }
  #location .sections {
    padding-bottom: 70px;
  }
  #location .sections .header {
    background-image: url(../images/location/park-bg-sp.jpg);
    height: 160px;
    margin-bottom: 85px;
  }
  #location .sections .header .title {
    font-size: 30px;
  }
  #location .sections .leads {
    text-align: left;
    padding-bottom: 70px;
  }
  #location .sections .section-image {
    max-width: inherit;
    width: auto;
  }
  #location .sections .photoes {
    margin: 0 auto;
    max-width: inherit;
    width: auto;
  }
  #location .sections .photoes .bg {
    display: none;
  }
  #location .sections .photoes .photo-list {
    position: static;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #location .sections .photoes .photo-list li {
    position: relative;
    width: 50% !important;
    top: 0 !important;
    left: 0 !important;
  }
  #location .sections .photoes .photo-list li:first-child {
    width: 100% !important;
  }
  #location .sections .photoes .photo-list li::after {
    display: none;
  }
  #location .sections .photoes .photo-list .texts {
    display: none;
  }
  #location .sections .annotation {
    max-width: 900px;
    width: 90%;
  }
  #location .sections.shopping .header {
    background-image: url(../images/location/shopping-bg-sp.jpg);
  }
  #location .sections.gourmet .header {
    background-image: url(../images/location/gourmet-bg-sp.jpg);
  }
  #location .modal .contents {
    max-width: 700px;
    padding: 20px 15px 20px;
  }
  #location .modal .contents .close {
    margin-bottom: 4px;
    margin-left: 4px;
    width: 35px;
    height: 35px;
  }
  #location .modal .contents .controls {
    width: 40px;
    height: 40px;
  }
  #location .modal .contents .prev {
    right: 100%;
    margin-right: 0px;
  }
  #location .modal .contents .next {
    left: 100%;
    margin-left: 0px;
    background-image: url(../images/location/next.svg);
  }
  #location .modal .contents .list-wrap {
    padding-top: 30px;
  }
  #location .modal .contents li {
    list-style: none;
  }
  #location .modal .contents .num {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 13px;
  }
  #location .modal .contents .current {
    font-size: 26px;
  }
  #location .modal .contents .list-wrap {
    position: relative;
    overflow: hidden;
  }
  #location .modal .contents .lists {
    width: 7000px;
    will-change: transform;
  }
  #location .modal .contents .lists:not(.move) {
    transition: transform 1.2s;
  }
  #location .modal .contents .lists::after {
    content: "";
    display: table;
    clear: both;
  }
  #location .modal .contents .lists li {
    float: left;
    width: 670px;
    margin-right: 10px;
  }
  #location .modal .contents .lists .text {
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.8;
  }
  #location .modal .contents .lists .name {
    font-size: 30px;
    line-height: 1.4;
    padding-bottom: 3px;
    text-align: center;
  }
  #location .modal .contents .lists .distance {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 15px;
  }
  #location .life-info {
    margin: 50px auto 60px;
  }
  #location .life-info .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #location .life-info .bg {
    padding-top: 80px;
    margin-bottom: 60px;
  }
  #location .life-info .maps {
    margin-top: 25px;
  }
  #location .life-info .logo, #location .life-info .annotation {
    width: 100%;
    float: none;
  }
  #location .life-info .logo span, #location .life-info .annotation span {
    text-align: center;
    margin-right: auto;
  }
}

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