@charset "UTF-8";


/* BTN */
.btn {
  max-width: 250px;
}
.btn a {
  width: 100%;
  border: 1px solid;
  padding: 20px;
  line-height: 1;
  position: relative;
}
.btn a::after {
  content: "";
  background: url(../images/common/next.png) center no-repeat;
  background-size: contain;
  width: 15px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 23px;
}
.btn a:hover {
  background: #bcbcbc;
}
.btn a::after:hover {
  content: "";
  background: url(../images/common/next-w.png) center no-repeat;
  background-size: auto;
  width: 15px;
  height: 8px;
}

h2 {
  font-size: 5.6rem;
  line-height: 1;
}
h3 {
  font-size: 3.2rem;
  line-height: 1;
}
h4 {
  font-size: 2.4rem;
  line-height: 1;
}



@media screen and (max-width: 850px) {
  h2 {
    font-size: 3.6rem;
    line-height: 1.4;
  }
  h3 {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  h4 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}


/*top_______________________________________________*/
/* fv */
.topFv div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 90vh;
  margin: 0;
}
.topFv .img01 {
  background-image: url(../images/top/fv_01.jpg);
}
.topFv .img02 {
  background-image: url(../images/top/fv_02.jpg);
}
.topFv .img03 {
  background-image: url(../images/top/fv_03.jpg);
}
section.topFv-flex {
  display: flex;
  margin: 110px auto 0;
}
section.topFv-flex .topFv {
  width: 85%;
}
section.topFv-flex h1 {
  writing-mode: vertical-rl;
  font-size: 4.6rem;
  padding: 50px;
  letter-spacing: 0.5rem;
}
section.topFv-flex h1 span {
  font-size: 3.2rem;
  display: block;
}
section.topFv-flex h1 rt {
  font-size: 1.5rem;
}

@media screen and (max-width: 850px) {
  .topFv .img01 {
    background-image: url(../images/top/fv_01_sp.jpg);
  }
  .topFv .img02 {
    background-image: url(../images/top/fv_02_sp.jpg);
  }
  .topFv .img03 {
    background-image: url(../images/top/fv_03_sp.jpg);
  }
  section.topFv-flex {
    margin: 90px auto 0;
  }
  section.topFv-flex .topFv {
    width: 70%;
  }
  section.topFv-flex h1 {
    font-size: 4rem;
    padding: 30px;
  }
  section.topFv-flex h1 span {
    font-size: 2.7rem;
  }
  .topFv div {
    height: 80vh;
  }
}


/* topAbout */
section.topAbout {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  align-items: flex-start;
  justify-content: space-between;
  background: url(../images/common/bg.png) bottom center no-repeat;
  background-size: cover;
}
section.topAbout h5 {
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
    font-size: 2rem;
    border-right: 1px solid;
}
section.topAbout .topAbout-txt {
    width: 88%;
}
section.topAbout .topAbout-txt h2 {
    margin: 0 auto 25px;
}
section.topAbout .topAbout-txt p {
    margin: 60px auto 30px;
}
section.topAbout .topAbout-txt .btn {
    margin: 0 0 0 auto;
}
@media screen and (max-width: 850px) {
  section.topAbout {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}

/* topReading */
section.topReading {
  background: #F7F5F2;
  padding-bottom: 150px;
}
section.topReading h3 {
  text-align: center;
  line-height: 1.8;
}
section.topReading > p {
  margin: 50px auto 100px;
  text-align: center;
}
section.topReading .topReading-flex {
  display: flex;
  justify-content: center;
  gap: 60px;
}
section.topReading .topReading-flex .topReading-flex-box {
  display: contents;
}
section.topReading .topReading-flex .topReading-flex-box a {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 30px;
  width: 31%;
  background: #fff;
}
section.topReading .topReading-flex .topReading-flex-box .topReading-flex-box-txt h4 {
  padding: 15px 15px 5px;
  background: #fff;
  margin: -25px auto 0;
  text-align: center;
  width: 80%;
}
section.topReading .topReading-flex .topReading-flex-box .topReading-flex-box-txt p {
  text-align: center;
  margin: 0 auto 20px;
}
section.topReading .topReading-flex .topReading-flex-box .topReading-flex-box-txt a {
  text-align: center;
  display: block;
  border-top: 1px solid;
}
section.topReading .topReading-flex .topReading-flex-box .topReading-flex-box-txt ul.list-disc {
  width: 85%;
  margin: auto;
}
section.topReading .topReading-flex .topReading-flex-box h5 {
  border-top: 1px solid;
  width: 86%;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
}
h4.cont-title {
  text-align: center;
  padding: 0 0 20px;
  margin: 0 auto 20px;
  position: relative;
}
h4.cont-title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background: #1d1d1d;
}
section.topReading h3 ul.list-com li {
  text-align: center;
  margin: auto;
}
section.topReading ul.list-com li {
  text-align: center;
  width: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 5px;
}
section.topReading > p {
  text-align: center;
  margin: 30px auto 80px;
}
section.topReading .list-com li::before {
  position: relative;
}
@media screen and (max-width: 850px) {
  section.topReading {
    padding: 0 8.33% 100px;
  }
  section.topReading .topReading-flex {
    flex-flow: column;
  }
  section.topReading .topReading-flex .topReading-flex-box a {
    width: 100%;
  }
  section.topReading > h3 {
    line-height: 1.4;
    text-align: start;
  }
  section.topReading > p {
    text-align: start;
  }
  section.topReading h3 {
    line-height: 1.4;
  }
  section.topReading .topReading-flex .topReading-flex-box .topReading-flex-box-txt h4 {
    width: 90%;
  }
}

/* topReading-price */
.topReading-price {
  width: 50%;
  margin: 100px auto 0;
  background: #EBE5DC;
  padding: 50px;
}
.topReading-price h3 span {
  font-size: 2rem;
  background: #fff;
  padding: 0 15px;
  margin: 0 15px 0 0;
}
.topReading-price p {
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 850px) {
  .topReading-price {
    width: 100%;
    margin: 50px auto 0;
    background: #EBE5DC;
    padding: 50px;
  }
  .topReading-price h3 span {
    display: block;
    font-size: 1.5rem;
    margin: auto;
  }
}

/* topAccess */
section.topAccess .topAccess-flex .topAccess-flex-box {
  display: flex;
  justify-content: space-between;
  width: 88%;
}
section.topAccess .topAccess-flex {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  align-items: flex-start;
  justify-content: space-between;
}
section.topAccess .topAccess-flex h5 {
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  font-size: 2rem;
  border-right: 1px solid;
}
section.topAccess .topAccess-flex .topAccess-flex-l {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
section.topAccess .topAccess-flex .topAccess-flex-l dl dt {
  border-radius: 30px;
  border: 1px solid;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 3px 10px;
}
section.topAccess .topAccess-flex .topAccess-flex-r .topAccess-flex-r-map {
  width: 400px;
}
section.topAccess .topAccess-flex .topAccess-flex-r .btn {
  margin: 30px 0 0 auto;
}

@media screen and (max-width: 850px) {
  section.topAccess .topAccess-flex .topAccess-flex-box {
    flex-flow: column;
    gap: 30px;
  }
  section.topAccess .topAccess-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  section.topAccess .topAccess-flex .topAccess-flex-r .topAccess-flex-r-map {
    width: 100%;
  }
}


/*second*/
.second {
    margin: 150px auto;
}
.sec-top h2 {
  padding: 0 0 70px;
  border-bottom: 1px solid #BCBCBC;
  margin: 0 auto 70px;
}

@media screen and (max-width: 850px) {
  .second {
    margin: 100px auto;
  }
  .sec-top h2 {
    padding: 0 0 50px;
    margin: 0 auto 50px;
  }
}

/*about*/
section.about-int {
  display: flex;
  justify-content: space-between;
  padding: 0 0 150px;
  background: url(../images/common/bg.png) bottom center no-repeat;
  background-size: contain;
}
section.about-int .about-int-l {
  padding-left: 8.33%;
  width: 42%;
}
section.about-int .about-int-r {
  width: 48%;
}
section.about-int .about-int-l h3 {
  margin: 0 auto 40px;
  line-height: 1.4;
}
section.about-point {
  background: #F7F5F2;
  padding: 0 0 300px;
}
section.about-point .about-point-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
section.about-point .about-point-flex .about-point-flex-box {
  background: #fff;
  width: 31%;
  padding: 30px;
}
section.about-point .about-point-flex .about-point-flex-box h5 {
  color: #bcbcbc;
  font-size: 2rem;
}
section.about-point .about-point-flex .about-point-flex-box h4 {
  margin: 10px auto 20px;
  line-height: 1.5;
}
section.about-cont .about-cont-box {
  background: #EBE5DC;
  margin: -190px auto 0;
  text-align: center;
  padding: 100px;
}
section.about-cont .about-cont-box h3 {
  margin: 0 auto 40px;
}
section.about-cont .about-cont-box .about-cont-flex {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 50px auto 20px;
  width: 80%;
}
section.about-cont .about-cont-box .about-cont-flex dl {
  background: #F7F5F2;
  padding: 30px;
}
section.about-cont .about-cont-box .about-cont-flex dl dd {
  font-weight: 700;
  line-height: 1.5;
  margin: 10px auto 0;
}
section.about-cont .about-cont-box .about-cont-flex .list-com li {
  text-align: start;
}
section.about-cont .about-cont-box .list-com {
  text-align: start;
  width: 80%;
  margin: auto;
}
section.about-cont .about-cont-box h5 {
  margin: 50px auto 0;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 850px) {
  .second {
    margin: 100px auto;
  }
  section.about-int {
    padding: 0 0 50px;
    flex-flow: column;
    gap: 50px;
  }
  section.about-int .about-int-l {
    width: 100%;
  }
  section.about-int .about-int-r {
    width: 80%;
    margin: auto;
  }
  section.about-point .about-point-flex .about-point-flex-box {
    width: 100%;
  }
  section.about-point {
    padding: 0 0 50px;
  }
  section.about-cont .about-cont-box {
    margin: 50px auto 0;
    padding: 30px;
  }
  section.about-cont .about-cont-box h3 {
    margin: 0 auto 40px;
  }
  section.about-cont .about-cont-box .about-cont-flex {
    gap: 20px;
    margin: 30px auto 20px;
    width: 100%;
    flex-wrap: wrap;
  }
  section.about-cont .about-cont-box .about-cont-flex dl {
    padding: 10px;
    width: 44%;
  }
  section.about-cont .about-cont-box .list-com {
    width: 100%;
  }
  section.about-cont .about-cont-box h5 {
    margin: 30px auto 0;
    font-size: 1.4rem;
    text-align: start;
  }
}

/*reading_yo*/
section.yo-int {
    position: relative;
    margin: 160px auto 0;
}
section.yo-int h3 {
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 50px;
}
section.yo-int p {
  text-align: center;
}
section.yo-int .yo-int-bg1 {
    position: absolute;
    width: 144px;
    right: 180px;
    top: -110px;
}
section.yo-int .yo-int-bg2 {
    width: 333px;
    position: absolute;
    top: -50px;
    left: 50px;
}
section.yo-int .yo-int-bg3 {
    width: 247px;
    right: 100px;
    bottom: -50px;
    position: absolute;
}
@media screen and (max-width: 850px) {
  section.yo-int .yo-int-bg1 {
    display: none;
  }
  section.yo-int .yo-int-bg2 {
    display: none;
  }
  section.yo-int .yo-int-bg3 {
    display: none;
  }
  section.yo-int {
    margin: 50px auto 0;
    width: 90%;
  }
  section.yo-int h3 {
    margin: 0 auto 30px;
  }
}
section.yo-consultation {
  padding: 150px 0;
  text-align: center;
  background: url(../images/common/bg.png) bottom center no-repeat;
  background-size: cover;
  width: 100%;
}
section.yo-consultation h4 {
  margin: 0 auto 40px;
  position: relative;
}
section.yo-consultation h4::before {
  content: "";
  background: #1d1d1d;
  width: 1px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -110px;
}
section.yo-consultation picture {
  width: 80%;
  margin: auto;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  section.yo-consultation {
    padding: 100px 0 70px;
  }
  section.yo-consultation h4::before {
    height: 50px;
    top: -80px;
  }
}

section.yo-about {
  background: url(../images/reading_yo/bg.jpg) top center no-repeat;
  background-size: contain;
  padding: 140px 0 0;
}
section.yo-about .yo-about-box {
  width: 70%;
  margin: auto;
  padding: 70px;
  border: 2px solid #C9A873;
  background: rgba(255,255,255,0.8);
}
section.yo-about .yo-about-box h5 {
  text-align: center;
  font-size: 4rem;
  margin: 0 auto 40px;
}
section.yo-about .yo-about-box h5 span {
  font-size: 7.5rem;
}
section.yo-about .yo-about-box .yo-about-box-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.yo-about .yo-about-box .yo-about-box-flex .yo-about-box-flex-l {
  width: 68%;
}
section.yo-about .yo-about-box .yo-about-box-flex .yo-about-box-flex-l h6 {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 20px auto 0;
}
section.yo-about .yo-about-box .yo-about-box-flex .yo-about-box-flex-r {
  width: 27%;
  font-size: 1.4rem;
  background: #EBE5DC;
  padding: 15px;
}
section.yo-about .yo-about-box .yo-about-box-flex .yo-about-box-flex-r h6 {
  font-size: 1.4rem;
  font-weight: 900;
}
@media screen and (max-width: 850px) {
  section.yo-about {
    padding: 150px 0 0;
  }
  section.yo-about .yo-about-box {
    width: 80%;
    padding: 30px;
  }
  section.yo-about .yo-about-box h5 {
    font-size: 2rem;
    margin: 0 auto 20px;
  }
  section.yo-about .yo-about-box h5 span {
    font-size: 4.5rem;
  }
  section.yo-about .yo-about-box .yo-about-box-flex {
    flex-flow: column;
  }
  section.yo-about .yo-about-box .yo-about-box-flex .yo-about-box-flex-l {
    width: 100%;
  }
  section.yo-about .yo-about-box .yo-about-box-flex .yo-about-box-flex-l h6 {
    font-size: 1.8rem;
    font-weight: 900;
    margin: 20px auto 0;
  }
  section.yo-about .yo-about-box .yo-about-box-flex .yo-about-box-flex-r {
    width: 100%;
    padding: 10px;
    margin: 20px auto 0;
  }
  section.yo-about .yo-about-box .yo-about-box-flex .yo-about-box-flex-r h6 {
    font-size: 1.4rem;
    margin: 20px auto 0;
  }
}


/*reading_in*/
section.in-int {
    position: relative;
    margin: 160px auto 0;
}
section.in-int h3 {
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 50px;
}
section.in-int p {
  text-align: center;
}
section.in-int .in-int-bg1 {
    position: absolute;
    width: 45px;
    right: 300px;
    top: -100px;
}
section.in-int .in-int-bg2 {
    width: 210px;
    position: absolute;
    bottom: -40px;
    left: 50px;
}
section.in-int .in-int-bg3 {
    width: 153px;
    right: 120px;
    bottom: 40px;
    position: absolute;
}
@media screen and (max-width: 850px) {
  section.in-int .in-int-bg1 {
    display: none;
  }
  section.in-int .in-int-bg2 {
    display: none;
  }
  section.in-int .in-int-bg3 {
    display: none;
  }
  section.in-int {
    margin: 50px auto 0;
    width: 90%;
  }
  section.in-int h3 {
    margin: 0 auto 30px;
  }
}
section.in-consultation {
  padding: 150px 0;
  text-align: center;
  background: url(../images/common/bg.png) bottom center no-repeat;
  background-size: cover;
  width: 100%;
}
section.in-consultation h4 {
  margin: 0 auto 40px;
  position: relative;
}
section.in-consultation h4::before {
  content: "";
  background: #1d1d1d;
  width: 1px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -110px;
}
section.in-consultation picture {
  width: 80%;
  margin: auto;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  section.in-consultation {
    padding: 100px 0 70px;
  }
  section.in-consultation h4::before {
    height: 50px;
    top: -80px;
  }
}

section.in-about {
  background: url(../images/reading_in/bg.jpg) top center no-repeat;
  background-size: contain;
  padding: 140px 0 0;
}
section.in-about .in-about-box {
  width: 70%;
  margin: auto;
  padding: 70px;
  border: 2px solid #C9A873;
  background: rgba(255,255,255,0.8);
}
section.in-about .in-about-box h5 {
  text-align: center;
  font-size: 4rem;
  margin: 0 auto 40px;
}
section.ino-about .in-about-box h5 span {
  font-size: 7.5rem;
}
section.in-about .in-about-box .in-about-box-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section.in-about .in-about-box .in-about-box-flex .in-about-box-flex-l {
  width: 68%;
}
section.in-about .in-about-box .in-about-box-flex .in-about-box-flex-l h6 {
  font-size: 1.8rem;
  font-weight: 900;
  margin: 20px auto 0;
}
section.in-about .in-about-box .in-about-box-flex .in-about-box-flex-r {
  width: 27%;
  font-size: 1.4rem;
  background: #EBE5DC;
  padding: 15px;
}
@media screen and (max-width: 850px) {
  section.in-about {
    padding: 150px 0 0;
  }
  section.in-about .in-about-box {
    width: 80%;
    padding: 30px;
  }
  section.in-about .in-about-box h5 {
    font-size: 2rem;
    margin: 0 auto 20px;
  }
  section.in-about .in-about-box h5 span {
    font-size: 4.5rem;
  }
  section.in-about .in-about-box .in-about-box-flex {
    flex-flow: column;
  }
  section.in-about .in-about-box .in-about-box-flex .in-about-box-flex-l {
    width: 100%;
  }
  section.in-about .in-about-box .in-about-box-flex .in-about-box-flex-l h6 {
    font-size: 1.8rem;
    font-weight: 900;
    margin: 20px auto 0;
  }
  section.in-about .in-about-box .in-about-box-flex .in-about-box-flex-r {
    width: 100%;
    padding: 10px;
    margin: 20px auto 0;
  }
  section.in-about .in-about-box .in-about-box-flex .in-about-box-flex-r h6 {
    font-size: 1.4rem;
    margin: 20px auto 0;
  }
}


/*access*/
section.access-flex {
  display: flex;
  justify-content: space-between;
}
section.access-flex .access-flex-box {
  display: flex;
  gap: 50px;
  width: 60%;
}
section.access-flex .access-flex-box .access-flex-box-l h5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto 10px;
}
section.access-flex .access-flex-box .access-flex-box-l a {
  border: 1px solid;
  padding: 10px 20px;
  line-height: 1;
  font-size: 1.2rem;
  margin: 30px auto 0;
}
section.access-flex .access-flex-box .access-flex-box-r {
  width: 283px;
}
section.access-flex .access-box {
  width: 60%;
}
section.access-flex .access-box .access-box-park {
  border: 1px solid #BCBCBC;
  padding: 20px;
  display: inline-block;
  margin: 30px auto 0;
}
section.access-flex .access-box .access-box-park h5 {
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 auto 10px;
}
.shop {
  margin: 0 auto 100px;
}
@media screen and (max-width: 850px) {
  section.access-flex {
    flex-flow: column;
    gap: 20px;
  }
  section.access-flex .access-flex-box {
    width: 100%;
    flex-flow: column;
  }
  section.access-flex .access-flex-box .access-flex-box-r {
    width: 100%;
  }
  section.access-flex .access-box {
    width: 100%;
  }
  .shop {
    margin: 0 auto 50px;
  }
}


section.access-cont {
  width: 70%;
  margin: 150px auto 0;
  background: #EBE5DC;
  padding: 80px;
  text-align: center;
}
section.access-cont p {
  margin: 30px auto;
}
section.access-cont .access-cont-tel {
  width: 40%;
  margin: auto;
}
section.access-cont .access-cont-price {
  background: #F7F5F2;
  padding: 50px;
  margin: 50px auto 0;
}
section.access-cont .access-cont-price .topReading-price {
  width: auto;
  background: none;
  margin: 0 auto;
  padding: 0;
}
section.access-cont .access-cont-price .topReading-price .list-com li::before {
  position: relative;
}
section.access-cont .access-cont-price .topReading-price h3 {
  margin: 0 auto 10px;
}
section.access-cont .access-cont-price .access-cont-price-detail {
  width: 80%;
  margin: 20px auto 0;
  text-align: start;
}
section.access-cont .access-cont-price .access-cont-price-detail h5 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 850px) {
  section.access-cont {
    width: 80%;
    margin: 50px auto 0;
    padding: 30px;
  }
  section.access-cont p {
    margin: 20px auto;
  }
  section.access-cont .access-cont-tel {
    width: 100%;
  }
  section.access-cont .access-cont-price {
    padding: 20px;
    margin: 30px auto 0;
  }
  section.access-cont .access-cont-price .topReading-price .list-com li::before {
    position: relative;
  }
  section.access-cont .access-cont-price .topReading-price h3 {
    font-size: 2rem;
  }
  section.access-cont .access-cont-price .access-cont-price-detail {
    width: 100%;
  }
}