@charset "UTF-8";
body {
  font-family: "Noto Sans Myanmar", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  font-weight: 300;
  font-size: 17px;
  background-color: #f2eee6;
  color: #222222;
}

small {
  display: inline-block;
  font-size: 100%;
}

img {
  max-width: 100%;
}

.wrapper {
	padding: 0 10px;
}
.container {
	max-width: 1080px;
    margin: 0 auto;
}
.contents-wrapper {
	padding: 80px 0 74px;
}

@media screen and (max-width: 768px) {

.contents-wrapper {
	padding: 48px 0 50px;
}
  }
.Grid--800 {
  display: block;
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .Grid--800 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.Grid--1024 {
  display: block;
  width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .Grid--1024 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.Center {
  display: block;
  margin: 0 auto;
}

.title__box__outer {
  text-align: center;
}

.title__box {
  position: relative;
  text-align: center;
  margin: 0px 15px;
  color: #856319;
  font-weight: normal;
  font-size: 28px;
  line-height: 1.6em;
  text-align: center;
  color: #856319;
  margin-bottom: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 500px) {
  .title__box {
    margin: 30px auto;
    padding: 30px 90px;
    display: inline-block;
    width: auto;
    font-size: 46px;
  }
}

.title__box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-top: 1px solid #856319;
  border-left: 1px solid #856319;
  margin: 0;
}

.title__box:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-bottom: 1px solid #856319;
  border-right: 1px solid #856319;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .sp--only {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .pc--only {
    display: none !important;
  }
}

.mincho {
  font-family: "Shippori Mincho", "A-OTF UD黎ミン Pr6N", "A-OTF Ryumin Pr6N KL", 'Noto Serif JP', "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
}

.ac {
  text-align: center;
}

.flex,.flex__sp {
	display: flex;
    -webkit-display: flex;
}

/* color 背景 */
.c-white {
	color: #fff;
}
.c-gold30 {
    color: #8564194D;
}
.c-gold {
    color: #856419;
}
.c-black {
    color: #333;
}

.Header {
  width: 100%;
  border-bottom: solid 1px #eee;
  background: #fff;
  position: fixed;
  z-index: 9999;
}

.box-fadein.lazyloaded img.lazyloaded {
    opacity: 1;
}

.Header__inner {
  width: 100%;
  height: 76px;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 600px) {
  .Header__inner {
    height: 90px;
  }
}

.Header__logo {
  margin-left: 12px;
  margin-right: 12px;
  display: inline-block;
}

.Header__logo img {
  width: auto;
  height: 30px;
}

@media screen and (min-width: 600px) {
  .Header__logo {
    margin-left: 30px;
    margin-right: 30px;
  }
  .Header__logo img {
    width: auto;
    height: 40px;
  }
}

.Header__title {
  display: inline-block;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.Header__title h1 {
  font-size: 14px;
  margin-top: 0px;
}

@media screen and (min-width: 600px) {
  .Header__title h1 {
    font-size: 20px;
  }
}

.Header__title h1 span {
  font-size: 13px;
}

@media screen and (min-width: 600px) {
  .Header__title h1 {
    font-size: 16px;
  }
}

.Header__title p {
  font-size: 10px;
  line-height: 1.4em;
  padding-left: 3px;
}

@media screen and (min-width: 600px) {
  .Header__title p {
    font-size: 14px;
    padding-left: 5px;
  }
}

.Header__cv__btns {
  position: absolute;
  top: 0;
  right: 0;
  height: 76px;
  align-items: start;
}

@media screen and (min-width: 600px) {
  .Header__cv__btns {
    height: 90px;
  }
}

.Header__cv__btn {
  display: inline-block;
  width: 70px;
  height: 100%;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .Header__cv__btn {
    width: 90px;
  }
}

.Header__cv__btn img {
  height: 24px;
  margin-top: 15px;
  margin-bottom: 8px;
}

@media screen and (min-width: 600px) {
  .Header__cv__btn img {
    margin-top: 22px;
  }
}

.Header__phone-number img {
  height: 36px;
  margin-top: 0;
  margin-bottom: 0;
}

.Header__cv__btn p {
  font-size: 14px;
}

@media screen and (min-width: 600px) {
  .Header__cv__btn p {
    font-size: 16px;
  }
}

.Header__phone-number{
  width: auto;
  height: auto;
  margin-right: 0.75em;
}

@media screen and (max-width: 768px){
  .Header__phone-number {
    display: none;
  }
}

.Header__cv__btn01 {
  background: #882439;
  color: #fff;
}

.Header__cv__btn02 {
  background: #fff;
  color: #856319;
  border-right: solid 1px #eee;
}

/* section */
.title_box {
    position: relative;
    text-align: center;
    padding: 40px;
    margin:0 auto 60px;
    font-size: 48px;
    color: #402C00;
    font-family: "A-OTF UD黎ミン Pr6N", "A-OTF Ryumin Pr6N KL", 'Noto Serif JP', "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
}

.c-white.title_box:before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.c-white.title_box:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.title_box__sub {
  width: 87.5%;
    margin: -80px auto 60px;
    color: #402C00;
    font-size: 26px;
    font-family: "A-OTF UD黎ミン Pr6N", "A-OTF Ryumin Pr6N KL", 'Noto Serif JP', "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
}

@media (max-width: 768px) {
    .title_box {
        width: 87.5%;
        margin: auto 20px 60px;
        padding: 0 0 40px;
        font-size: 34px;
    }
    .title_box__sub {
    width: 87.5%;
    font-size: 18px;
    margin-bottom: 38px;
}
}

.divided{
  text-align: center;
}

.CV01__outer {
  padding: 20px 15px 30px;
  position:absolute;
  bottom: 10px;
  width: 100%;
} 

@media screen and (min-width: 960px) {
  .CV01__outer {
    height: 150px;
  }
}

.CV01 {
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  border-radius: 20px;
  margin: 0 auto;
  padding: 30px 22px 22px;
  max-width: 960px;
}

@media screen and (min-width: 960px) {
  .CV01 {
    margin: -200px auto 0;
    padding: 30px 22px;
  }
}

.CV01__title {
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  color: #453107;
  margin-bottom: 20px;
  line-height: 1.3;
}

@media screen and (min-width: 960px) {
  .CV01__title {
    font-size: 28px;
  }
}

.CV01__title span {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
}

@media screen and (min-width: 960px) {
  .CV01__title span {
    font-size: 24px;
  }
}

.CV01__btns {
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 960px) {
  .CV01__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.CV__btn {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  max-width: 390px;
  margin: 0 auto;
  box-shadow: rgb(0 0 0 / 50%) 0 5px 5px;
}

@media screen and (min-width: 960px) {
  .CV__btn {
    height: 74px;
    border-radius: 37px;
  }
}

.CV__btn img {
  position: absolute;
  width: auto;
  height: 25px;
  top: 17px;
  left: 30px;
}

@media screen and (min-width: 960px) {
  .CV__btn img {
    top: 24px;
  }
}

.CV__btn02 p {
  margin-left: 30px;
}

.CV__btn p {
  display: inline-block;
  line-height: 60px;
}

.CV__btn01.CV__btn01--ptn-b {
  background: url("https://file.mysquadbeyond.com/uploads/article_photo/photo/5885548/b9a1c1ca-9be2-44d5-bd47-28ac9a027243.jpg") rgb(255, 255, 255, 0) no-repeat top 50% left 50% / 100% 100%;
}

@media screen and (min-width: 960px) {
  .CV__btn p {
    line-height: 74px;
  }
}

@media screen and (min-width: 960px) {
  .CV__btn {
    margin: 0px;
  }
}

.CV__btn01 {
  background: #882439;
  color: #fff;
  border: #500D0B 1px solid;
}


.CV__btn01 p {
  font-size: 21px;
}

.CV__btn02 {
  background: #fff;
  border: 2px solid #856319;
  color: #856319;
  margin-top: 20px;
}

.CV__btn02 p {
  font-size: 21px;
}

@media screen and (min-width: 960px) {
  .CV__btn02 {
    margin-top: 0px;
    margin-left: 30px;
  }
}

.CV02 {
  padding: 70px 30px;
  position:relative;
}

@media screen and (min-width: 960px) {
  .CV02 {
    background-size: cover;
    margin-top: 100px;
    padding: 200px 30px;
  }
}

.CV02__box {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #fff;
  padding: 50px 0;
  text-align: center;
}

@media screen and (min-width: 960px) {
  .CV02__box {
    width: 960px;
    margin: 0 auto;
  }
}

.CV02__title {
  font-size: 24px;
  color: #453107;
  line-height: 1.6em;
}

@media screen and (min-width: 960px) {
  .CV02__title {
    font-size: 36px;
  }
}

.CV02__tel {
  color: #882439;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: bold;
  font-family: "Helvetica";
}

@media screen and (min-width: 960px) {
  .CV02__tel {
    font-size: 60px;
  }
}

.CV02__time {
  font-size: 18px;
}

@media screen and (min-width: 960px) {
  .CV02__time {
    font-size: 26px;
  }
}

.CV02__tel img {
  height: 48px;
  vertical-align: center;
  margin-right: 5px;
  padding-top: 5px;
}

@media screen and (min-width: 960px) {
  .CV02__tel img {
    height: 70px;
    padding-top: 3px;
  }
}

.CV03 {
  background: url("https://file.mysquadbeyond.com/uploads/article_photo/photo/5445147/7b27114f-9f71-4305-93f1-1354651e3350.jpg") center center;
  background-repeat: repeat;
  padding: 40px 15px;
}

.CV03__box {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  padding: 40px 10px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 1080px) {
  .CV03__box {
    padding: 60px 20px;
    width: 960px;
    margin: 80px auto;
  }
}

.CV03__title {
  font-size: 18px;
  line-height: 1.5em;
  color: #453107;
  text-align: center;
  padding-bottom: 30px;
  margin-left: 0.5em;
}

.CV03__title p{
    padding-bottom: 1em;
  }

@media screen and (min-width: 1080px) {
  .CV03__title {
    font-size: 24px;
  }
  .CV03__title p{
    padding-bottom: 0.5em;
  }
}

.CV03__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 600px) {
  .CV03__btns {
    width: 390px;
    margin: 0 auto;
  }
}

.CV03__btns .CV__btn01 {
  margin-bottom: 20px;
}

@media screen and (min-width: 1080px) {
  .CV03__btns .CV__btn01 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.CV03__btns .CV__btn02 {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px) {
  /* pc only */
  .CV__btn {
    transition: all 0.3s 0s;
  }

  .CV__btn:hover {
    transform: scale(1.04);
  }
} /* pc only */

.phone-number{
  display: flex;
  justify-content: center;
  height: 45px;
  width: auto;
}

.phone-number picture{
  width: 46px;
}

.phone-number h3{
  font-size: 32px;
  margin-left: 0.25em;
  color: #454545;
}

.reception{
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  height: 45px;
}
.reception p span{
  font-size: 12px;
}

@media screen  and (min-width: 600px) {
.phone-reception{
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-number{
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-number h3{
  margin: 0 1em 0 0.25em;
  align-items: center;
}

.reception{
  font-size: 32px;
  color: #454545;
  font-weight: 300;
}
.reception p{
  vertical-align: middle;
  line-height: 45px;
  height: 45px;
}
.reception p span{
  font-size: 28px;
}

}

.hd_phone-number{
  display: flex;
  justify-content: center;
  height: 40px;
}

.hd_phone-number picture{
  width: 40px;
}

.hd_phone-number h3{
  font-size: 30px;
  margin-left: 0.25em;
  color: #454545;
}

.hd_reception{
  margin-top: 0.5em;
  font-size: 12px;
  font-weight: 300;
}

.sns__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
  width: 260px;
}

.sns__li {
  display: block;
}

.sns__li img {
  width: 60px;
  height: 60px;
}

.corona__banner img {
  margin: 15px auto 0;
  padding: 15px;
  display: block;
}

.corona__banner .corona__banner--pc {
  display: none;
}

@media screen and (min-width: 960px) {
  .corona__banner .corona__banner--sp {
    display: none;
  }
  .corona__banner .corona__banner--pc {
    display: block;
    margin-top: 30px;
    margin-bottom: 70px;
  }
}

.living__title {
  font-size: 22px;
  color: #443107;
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 1.4;
  font-weight: 700;
  border-bottom:solid 1px;
  border-image: linear-gradient(to right, #866c34, #d3bd9b) 1;
  padding-bottom:0.3em;

}

@media screen and (min-width: 960px) {
  .living__title {
    font-size: 36px;
  }
}

.living_section_title{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../img/250829/living_title_background.png');
  padding: 15px 10px;

  background-repeat: no-repeat;
  background-size: cover;
}

.living_section_title h3{
  text-align: center;
  height: auto;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
}

.living_section_subtitle{
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  margin-top: 1em;
}

.Feature{
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 600px) {
.Feature{
  margin: 15px 7.5% 0 ;
}
}



.Feature__title{
  font-size: 30px;
  color: #443107;
  border-bottom: solid 1px;
  border-color: #866c34;
  text-align: center;
  margin: 0 25%;
  padding-bottom: 0.25em;
}
@media screen and (min-width: 600px) {
.Feature__title{
  font-size: 40px;
  margin: 0 35%;
}
}

.Feature__text {
  width: 100%;
  padding: 0 15px 30px;
  line-height: 1.6em;
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .Feature__text {
    margin: 0 auto 50px;
    width: 960px;
    font-size: 20px;
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  .Feature__ul {
    margin: 0 auto;
    position: relative;
    right: 0;
  }
}

.Feature__li {
  background: #fff;
}

@media screen and (min-width: 960px) {
  .Feature__li {
    position: relative;
    right: 0;
  }
}

.Feature__li::before {
  content: "";
  position: absolute;
  top: 0;
  left: -300px;
  display: block;
  background: #fff;
  width: 500px;
}

.Feature__li01,
.Feature__li02 {
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .Feature__li01,
  .Feature__li02 {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 960px) {
 .Feature__li01,
.Feature__li03 {
margin-left: calc( 145 / 1416 * 100vw);
max-width: 100%;
}

.Feature__li02 {
margin-right: calc( 145 / 1416 * 100vw);
}
  .Feature__li01 .Feature__li__box,
  .Feature__li03 .Feature__li__box {
    padding-right: calc( 180 / 1416 * 100vw);
    padding-left: calc( 430 / 1416 * 100vw);
    z-index: -1;
  }
  .Feature__li02 .Feature__li__box {
    padding-left: calc( 180 / 1416 * 100vw);
    padding-right: calc( 430 / 1416 * 100vw);
        z-index: -1;

  }
  .Feature__li02 .Feature__li__box::before {
    height: 485px;
    content: "";
    top: 0;
    left: -500px;
    width: 500px;
    background: #fff;
  }
  .Feature__li01 .Feature__li__image,
  .Feature__li03 .Feature__li__image {
    left: -80px;
    top: 70px;
  }
  .Feature__li02 .Feature__li__image {
    right: -80px;
    top: 70px;
  }
}
.Feature__li__image {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .Feature__li__image {
    width: calc( 450 / 1416 * 100vw);
    max-width: 450px;
    height: auto;
    position: absolute;
  }
}

.Feature__li__box {
  background: #fff;
  padding: 15px;
  padding-bottom: 40px;
}

@media screen and (min-width: 960px) {
  .Feature__li__box {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.Feature__li__title {
  font-size: 34px;
  color: #453107;
  line-height: 1.8em;
  margin-top: -15px;
  letter-spacing: -0.06em;
}

@media screen and (min-width: 960px) {
  .Feature__li__title {
    font-size: 42px;
  }
}

.Feature__li__title span {
  position: relative;
  font-size: 56px;
  padding: 10px;
  color: #fff;
  margin-right: 5px;
  z-index: 1;
}
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .Feature__li__title span {
  padding: 15px 12px 0;
  vertical-align: bottom;
}

.Feature__li__title span::before {
  position: absolute;
  content:"";
  display:inline-block;
  width: 100%;
  height: 70%;
  top: 5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #453107;
  z-index: -1;
}

/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root .Feature__li__title span::before {
  padding: 8px 12px 0;
  vertical-align: bottom;
  height: 60%;
}



@media screen and (min-width: 960px) {
  .Feature__li__title span {
    font-size: 66px;
  }
}

.Feature__li__subtitle {
  font-size: 20px;
  color: #856319;
  margin-top: 15px;
  margin-bottom: 25px;
}

@media screen and (min-width: 960px) {
  .Feature__li__subtitle {
    font-size: 36px;
  }
}

.Feature__li__text {
  line-height: 2.25;
  padding-right: 15px;
  font-weight: 400;
}

@media screen and (min-width: 960px) {
  .Feature__li__text {
    font-size: 20px;
    padding-right: 25%;
  }
}

.living__li__text {
  line-height: 2.25;
  padding-right: 20px;
  font-weight: 400;
}
.living__li__text img{
      margin: 5% 0;
      padding: 0 6% 0 5%;
  }

@media screen and (min-width: 600px) {
  .living__li__text .pc--only {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding-right: 10%;
    width: 100%;
  }
  .living__li__text p{
      width: 60%;
  }
  .living__li__text picture{
      width: 40%;
  }
  .living__li__text img{
      padding: 0;
  }
}

.Feature__li__small {
  display: block;
  margin-top: 10px;
  line-height: 1.6em;
  font-size: 14px;
}

@media screen and (min-width: 960px) {
  .Feature__li__small {
    font-size: 16px;
  }
}

.Feature__li03 {
  padding-bottom: 30px;
}

.Feature__li03__cv {
  border: solid 1px #ddd;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  margin-top: 0px;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (min-width: 960px) {
  .Feature__li03__cv {
    margin-left: calc( 110 / 1416 * 100vw);
    margin-right: calc( 180 / 1416 * 100vw);
    margin-bottom: 75px;
    padding: calc( 40 / 1416 * 100vw);
  }
}

.Feature__li03__cv__title {
  font-size: 22px;
  color: #856319;
}

@media screen and (min-width: 960px) {
  .Feature__li03__cv__title {
    font-size: calc(30 / 1416 *100vw);
    display: inline-block;
    margin-right: calc(50 / 1416 *100vw);
  }
}

@media screen and (min-width: 1416px) {
  .Feature__li03__cv__title {
    font-size: 30px;
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 20px;
  }
}

.Feature__li03__cv__btn {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}

@media screen and (min-width: 960px) {
  .Feature__li03__cv__btn {
    width: 50%;
    margin-top: 0;
  }
}

.Feature__small__outer {
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  .Feature__small__outer {
    text-align: right;
  }
}

.Feature__small {
  line-height: 1.6em;
  padding: 15px;
  font-size: 14px;
  color: #453107;
  display: inline-block;
}

@media screen and (min-width: 960px) {
  .Feature__small {
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.usp{
  width: 100%;
  background-size: cover;
  text-align: center;
  background-color: #152816;
}

.usp img{
  width: 100%;
}

@media screen and (min-width: 600px) {
.usp img{
  padding: 5% 15%;
}
}

/* 施設一覧 */
.tab-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.tab-label {
    color: White;
    background: #402C00;
    font-size: 26px;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    padding: 15px;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
    transition: .3s;
}
.tab-label:not(:last-of-type) {
    margin-right: 3px;
}
.tab-label:hover {
    background:  #402C0099;
}
.tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: relative;
}
.tab-content__inner {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-right: -15px;
    position: relative;
    overflow: hidden;
}
.tab-content__inner.readmore {
    height: 300px; /*隠した状態の高さ*/
}
@media (max-width: 768px) {
  /* IE表示用のCSS　*/
  _:-ms-input-placeholder, :root .tab-content__inner.readmore {
    height: 840px; /*隠した状態の高さ*/
    }
}
@media (min-width: 769px) {
 /* IE表示用のCSS　*/
 _:-ms-input-placeholder, :root .tab-content__inner.readmore {
    height: calc(350 / 1366 *100vw); /*隠した状態の高さ*/
}
}
@media (min-width: 1367px) {
  /* IE表示用のCSS　*/
  _:-ms-input-placeholder, :root .tab-content__inner.readmore {
    height: 300px; /*隠した状態の高さ*/
    }
}

.tab-content__inner.readmore::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px; /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    content: "";
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    color: #856419;
    background: #fff;
}

.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    padding: 40px 50px 60px;
    opacity: 1;
    background: #fff;
}
 /* IE表示用のCSS　*/
 @media (min-width: 769px) {
 _:-ms-input-placeholder, :root .tab-switch:checked+.tab-label+.tab-content {
    padding: calc( 40/ 1367 *100vw) calc( 50/ 1367 *100vw) calc( 90/ 1367 *100vw)
}
}
@media (min-width: 1367px) {
  /* IE表示用のCSS　*/
  _:-ms-input-placeholder, :root .tab-switch:checked+.tab-label+.tab-content {
    padding: 40px 50px 60px;
    }
}
.tab-switch {
    display: none;
}
.tab-sub {
    font-size: 14px;
}

@media (max-width: 768px) {
    .tab-content__inner.readmore {
        height: 520px;
    }
    .tab-label {
        flex: none;
        width: calc(25% - 3px);
        margin-top: 3px;
        font-size: 16px;
    }
    .tab-label:nth-of-type(4n) {
        width: 25%;
        margin-right: 0;
    }
    .tab-switch:checked+.tab-label+.tab-content {
        padding: 40px 20px;
    }
    .tab-sub {
        font-size: 12px;
    }
}
@media (max-width: 561px) {
    .tab-content__inner.readmore {
        height: 840px;
    }
}

/* 施設 */

.bg_pat{
  background: url(https://file.mysquadbeyond.com/uploads/article_photo/photo/5445147/7b27114f-9f71-4305-93f1-1354651e3350.jpg);
  background-repeat: repeat;
}
.card-box {
    display: block;
    width: calc(25% - 15px);
    color: #856419;
    margin: 0 15px 40px 0;
}

 /* IE表示用のCSS　*/
 _:-ms-input-placeholder, :root .card-box {
    display: block;
    width: calc(25% - 15px);
    color: #856419;
    margin: 0 calc(15 / 1366 *100vw) calc(40 / 1366 *100vw) 0;
}

@media (max-width: 768px) {
  /* IE表示用のCSS　*/
  _:-ms-input-placeholder, :root .card-box {
    width: calc(50% - 15px);
    }
}

@media (max-width: 561px) {
  /* IE表示用のCSS　*/
  _:-ms-input-placeholder, :root .card-box {
    width: 100%;
    }
}

@media (min-width: 1367px) {
  /* IE表示用のCSS　*/
  _:-ms-input-placeholder, :root .card-box {
    margin: 0 15px 40px 0;
    }
}

.card-item {
    background: center center / cover no-repeat;
}
.card-item img {
    width: 100%;
    transition: .5s;
}

  /* IE表示用のCSS　*/
  _:-ms-input-placeholder, :root .card-item img {
    height: calc( 156 / 1366 * 100vw );
    }


@media (max-width: 768px) {
  /* IE表示用のCSS　*/
  _:-ms-input-placeholder, :root .card-item img {
    height: calc( 156 / 375 * 100vw );
    }
}

 @media (max-width: 561px) {
  /* IE表示用のCSS　*/
  _:-ms-input-placeholder, :root .card-item img {
    height: calc( 180 / 375 * 100vw );
    }
}


@media (min-width: 1367px) {
  /* IE表示用のCSS　*/
  _:-ms-input-placeholder, :root .card-item img {
    height: 156px;
    }
}
.card-box:hover {
    opacity: 1;
}
.card-box:hover .card-item img {
    opacity: 0;
}

.item-category {
    display: inline-block;
    margin: 5px 5px auto auto;
    padding: 3px 8px 1px;
    border: solid 1px #856419;
    font-size: 14px;
}

.readmore-btn {
    text-align: center;
    position: absolute;
    z-index: 100;
    right: 0;
    left: 0;
    bottom: 35px;
    font-size:26px;
    color: #856419;
    font-family: "A-OTF UD黎ミン Pr6N", "A-OTF Ryumin Pr6N KL", 'Noto Serif JP', "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
}
 /* IE表示用のCSS　*/
 _:-ms-input-placeholder, :root .readmore-btn {
    bottom: calc(35 / 1366 *100vw);

}
@media (min-width: 1367px) {
  /* IE表示用のCSS　*/
  _:-ms-input-placeholder, :root .readmore-btn {
        bottom: 35px;

    }
}
.readmore-btn:after {
    content: "";
    display: block;
    margin: auto;
    border-right: 2px solid #856419;
    border-bottom: 2px solid #856419;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#readmore-btn {
    display: none;
}
#readmore-btn:checked + .readmore-btn {
    display: none;
}
#readmore-btn:checked ~ .tab-content__inner {
    height: auto;
}
#readmore-btn:checked ~ .tab-content__inner::before {
    display: none;
}

/* 210305追加 */
.document-btn{
text-align: center;
width: 200px;
margin: 24px auto 0;
}

.document-btn a{
position: relative;
font-family: "A-OTF UD黎ミン Pr6N", "A-OTF Ryumin Pr6N KL", 'Noto Serif JP', "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
display: block;
background-color: #882439;
border: #500D0B 1px solid;
font-size: 18px;
padding: calc( 14 / 1366 *100vw) 0 calc( 16 / 1366 *100vw);
border-radius: 50px;
box-shadow: rgb(0 0 0 / 50%) 0px 3px 3px;
color: #fff;
}

@media (min-width: 1367px) {
.document-btn a{
padding: 14px 0 16px;
}
}

.document-btn.-lg{
width: 502px;
margin: 57px auto 0;
}

.document-btn.-lg a{
background-color: #402C00;
font-size: 32px;
padding: 22px 0 22px 30px;
border-radius: 50px;
color: #fff;
letter-spacing: .1em;
}

.document-btn.-lg a::before{
position: absolute;
content: "";
display: inline-block;
top: 0;
bottom: 0;
margin: auto 0;
}

.document-btn.-lg a::before{
background: url(https://file.mysquadbeyond.com/uploads/article_photo/photo/5885826/e9542769-5657-4d5a-a392-f256a27275ab.svg);
background-repeat: no-repeat;
background-size: contain;
width: 34px;
height: 34px;
left: 62px;
}

.document-btn.-ptn-b a {
  background: url("https://file.mysquadbeyond.com/uploads/article_photo/photo/5885548/b9a1c1ca-9be2-44d5-bd47-28ac9a027243.jpg") rgb(255, 255, 255, 0) no-repeat top 50% left 50% / 100% 100%;
}

 .item-name {
  margin-top: 15px;
 }

@media (min-width: 769px) {
 .item-name {
  font-size:18px
}
  }

@media screen and (max-width: 768px){
  /*@media (min-width: 562px) and (max-width: 768px) {*/
  .card-box {
      width: calc(50% - 15px);
  }

  .document-btn.-lg{
  width: 87.5%;
  margin: 57px auto 0;
  }

  .document-btn.-lg a{
  background-color: #402C00;
  font-size: 22px;
  padding: 18px 0 18px 24px;
  border-radius: 50px;
  color: #fff;
  letter-spacing: .1em;
  }

  .document-btn.-lg a::before{
  background: url(https://file.mysquadbeyond.com/uploads/article_photo/photo/5885826/e9542769-5657-4d5a-a392-f256a27275ab.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  left: 30px;
  }

}
@media (max-width: 561px) {
    .card-box {
        width: 100%;
    }
}

.FV {
  height: 160vh;
  position:relative;
}

@media screen and (min-width: 600px) {
  .FV {
    padding-top: 90px;
  }
}

/* パララックス_202507*/
.bg-image-clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 230px;
  clip-path: inset(0); /* 切り抜き */
  z-index: -1;
}

.bg-image-fixed {
  position: fixed; /* 背景を固定 */
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.bg-image-fixed02 {
  position: fixed; /* 背景を固定 */
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/*各背景の画像*/
.bg-image-fixed {
  background-image: url('https://file.mysquadbeyond.com/uploads/article_photo/photo/5885921/67259f55-c27b-47ca-bfad-0c50bd3e8068.mp4');
}
.bg-image-fixed02 {
  background-image: url('https://file.mysquadbeyond.com/uploads/article_photo/photo/5885933/cfc28d32-a1fb-48d0-b790-088719e70fa2.jpg');
}
@media screen and (min-width: 600px) {
  .bg-image-fixed {
  background-image: url('https://file.mysquadbeyond.com/uploads/article_photo/photo/5888766/70a4b124-a555-4414-a85b-ae149dbf96de.mp4');
}
.bg-image-fixed02 {
  background-image: url('https://file.mysquadbeyond.com/uploads/article_photo/photo/5885937/97f88286-df64-4b6d-9af3-ef5cbbb8de81.jpg');
}
}

.FV__inner {
  height: 100vh;
  position: relative;
}

@media screen and (min-width: 600px) {
  .FV__inner {
    background-position: center top;
  }
}

.FV__title__box {
  position: absolute;
  width: 100%;
  top: 45%;
}

@media screen and (min-width: 1024px) {
  .FV__title__box {
    padding: 0;
    width: auto;
    position: absolute;
    top: 50%;
    left: 5%;
    margin-left: 0;
  }
}

  .FV__subtitle {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 2em;
    text-shadow: 1px 1px 5px #474747;
  }

@media screen and (min-width: 1024px) {
  .FV__subtitle {
    font-size: 20px;
    color: #fff;
    margin-top: 1.25em;
    text-shadow: 1px 1px 5px #474747;
  }
}

.FV__title {
  font-size: 27px;
  margin-left: 0.5em;
  text-align: center;
  line-height: 1.4em;
  color: #fff;
  text-shadow: 1px 1px 5px #474747;
}

@media screen and (min-width: 1024px) {
  .FV__title {
    font-size: 40px;
  }
}

.FV__subtitle rt{
  font-size: 70%;
  margin-bottom: 0.1em;
}

.message {
  background-color: #f2eee6;
  text-align: center;
}
.message picture {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .message {
    margin: 0 15%;
    
  }
}

.Message__title {
  letter-spacing: -0.08em;
  margin-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .Message__title {
    margin-bottom: 60px;
  }
}

.Message__ul {
  padding: 15px;
  padding-top: 0;
}

.Message__li {
  background: #fff;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1080px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .Message__li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 40px;
    padding: 50px 20px;
  }
}

.Message__li__image {
  margin: 0 auto 20px;
  width: 200px;
  display: block;
}

@media screen and (min-width: 600px) {
  .Message__li__image {
    margin-right: 30px;
    margin-left: 20px;
    flex: none;
  }
}

.Message__li__text {
  line-height: 1.6em;
  color: #453107;
}

@media screen and (min-width: 600px) {
  .Message__li__text {
    margin-right: 60px;
    font-size: 20px;
  }
}

.Message__li__name {
  text-align: right;
  color: #856319;
  margin-top: 20px;
  line-height: 1.6em;
}

@media screen and (min-width: 600px) {
  .Message__li__name {
    font-size: 24px;
    margin-right: 60px;
  }
}

.Message__li__name span {
  font-size: 12px;
  color: #333;
}

.Rtg {
  background: #dfeffd;
  padding-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .Rtg__wrap{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
  }
}

.Rtg__title {
  text-align: center;
  font-size: 34px;
  color: #005183;
  padding-top: 50px;
  padding-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .Rtg__title {
    font-size: 46px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.Rtg__box {
  background: #fff;
  padding: 40px 20px;
  margin-top: 30px;
  margin-right: 30px;
}

@media screen and (min-width: 1080px) {
  .Rtg__box {
    position: absolute;
    top: 36px;
    right: 0;
    width: 700px;
    margin: 0;
    padding-top: 65px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 100px;
  }
}

@media screen and (min-width: 1300px) {
  .Rtg__box {
    top: 52px;
    width: 700px;
    padding-right: 90px;

  }
}

.Rtg__box__title {
  font-size: 26px;
  color: #005183;
  margin-bottom: 30px;
}

@media screen and (min-width: 600px) {
  .Rtg__box__title {
    font-size: 36px;
  }
}

.Rtg__box__title span {
  display: inline-block;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .Rtg__box__title span {
    font-size: 26px;
  }
}

.Rtg__box__text {
  line-height: 1.6em;
}

@media screen and (min-width: 600px) {
  .Rtg__box__text {
    font-size: 20px;
    line-height: 1.6em;
  }
}

.Tour {
  text-align: center;
  background-color: #f2eee6;
  padding: 30px 0px 60px;
}

.Tour__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .Tour__ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 90%;
    gap: 0 15px;
  }
}

.Tour__li {
  text-align: left;
}

@media screen and (min-width: 600px) {
  .Tour__li {
    width: 430px;
  }
}

.Tour__text {
  width: 100%;
  padding: 0 15px 30px;
  line-height: 1.6em;
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .Tour__text {
    margin: 0 auto 50px;
    width: 960px;
    font-size: 20px;
    padding: 0;
  }
}

.Tour__li__box {
  padding-top: 20px;
  position: relative;
  background: #fff;
}

.Tour__li__title {
  display: inline-block;
  width: 200px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #453107;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  letter-spacing: 0.1em;
  z-index: 999;
  position: absolute;
  top: -15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
.Tour__li__title {
    width: 335px;
    font-size: 20px;
    top: -20px;
  }
}

@media screen and (min-width: 1025px) {
.Tour__li__title {
    width: 335px;
    font-size: 20px;
    top: -20px;
  }
}

.Tour__li__image {
  width: 100%;
}

.Tour__li__text {
  padding: 20px;
  line-height: 1.6em;
  font-size: 12.5px;
}

@media screen and (max-width: 768px) {
  .Tour__li__text {
  font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .Tour__li__text {
  font-size: 16px;
  }
}

.Tour__li__text span {
  font-size: 14px;
}

.Tour__banner {
  background: #f1f9ff;
  border: solid 1px #005183;
}

@media screen and (min-width: 600px) {
  .Tour__banner {
    display: none;
  }
}

.Tour__banner__title {
  font-size: 20px;
  color: #005183;
  margin: 20px;
  letter-spacing: 0.1em;
}

.Tour__banner__text {
  margin: 20px;
  line-height: 1.6em;
}

.Tour__banner_pc {
  display: none;
}

@media screen and (min-width: 600px) {
  .Tour__banner_pc {
    display: block;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 110px;
  }
}

.Footer {
  background: #453107;
  color: #fff;
  font-size: 10px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */

/* ==================
* section_slider
* ================== */

.living {
  background-color: #f2eee6;
}
.living_textbox{
  padding:30px 0 0 20px;
}

.living__text{
  padding: 0 0 0;
  width: 100%;
  height: auto;
  background-image: url('https://file.mysquadbeyond.com/uploads/article_photo/photo/5885941/ec113086-94e0-4b9c-b083-17ebabf5d57d.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.living__text2{
  width: 100%;
  height: auto;
  background-color: #f2eee6;
}

@media screen and (min-width: 600px) {
.living_textbox{
  padding:60px 0 0 8%;
}
.living__text {
  background-image: url('https://file.mysquadbeyond.com/uploads/article_photo/photo/5885944/ca19d9fb-c37a-43b7-9224-3f2804241214.png');
}
}

@media screen and (min-width: 600px) {
.section_slider {
  padding: 90px 0px;
}

#slider_user-voice {
  width: 75%;
  padding: 90px 60px;
}

.sp-none{
  display: none;
}
}

.section_slider * {
  outline: none !important;
  width: 100%;
}
.section_slider .slide-item {
  padding: 0 10px;
}

/*
.section_slider .slick-inner {
  cursor: pointer;
}
.section_slider .slick-inner:hover img {
  opacity: 0.7;
}*/
.section_slider .slider .slide-arrow {
  position: absolute;
  z-index: 9;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 74%);
  cursor: pointer;
}
.section_slider .slide-arrow:before{
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid rgb(0 0 0 / 58%);
  border-right: 3px solid rgb(0 0 0 / 58%);
  transform: rotate(225deg);
  position: relative;
  left: 2px;
}
.section_slider .slide-arrow.-next {
  left: auto;
  right: 5px;
}
.section_slider .slide-arrow.-next:before {
  transform: rotate(45deg);
  left: -3px;
}
.section_slider .slick-dots {
  bottom: -40px;
}

.section_notes{
  font-size: 14px;
  margin-top: 50px;
  margin-right: 6vw;
}
.section_slider_notes{
  text-align: right;
  font-size: 14px;
  margin-top: 50px;
}

.feature_notes{
  text-align: right;
  font-size: 14px;
  margin: 0 0 3vw;
}

@media screen and (max-width: 599px) {
  /* sp only */
  .section_slider {
    padding: 40px 0 40px;
  }
  .section_slider .slide-item {
    padding: 0 8px;
  }
  .section_slider .slider .slide-arrow {
    width: 30px;
    height: 30px;
    left: 15px;
  }
  .section_slider .slide-arrow:before {
    width: 12px;
    height: 12px;
    border-top-width: 2px;
    border-right-width: 2px;
    left: 2px;
  }
  .section_slider .slide-arrow.-next {
    left: auto;
    right: 15px;
  }
  .section_slider .slide-arrow.-next:before {
    left: -2px;
  }
  .section_slider .slick-dots {
    bottom: -20px;
  }
  .section_slider .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .section_slider .slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    margin: 0 auto;
  }
  .section_slider .slick-dots li button:before {
    width: 12px;
    height: 12px;
    margin: 0 auto;
  }
  .section_notes{
    text-align: right;
    font-size: 10px;
    margin-right: 3vw;
  }
  .section_slider_notes{
  font-size: 10px;
  margin-right: 3vw;
}

  .feature_notes{
    font-size: 11px;
    margin: 0 15px 20px 0;
  }

  .pc-none{
    display: none;
    width: 2000px;
    object-fit: cover;
  }
} /* sp only */
/* end section_slider */