@charset "UTF-8";

/*---------------------------
共通
---------------------------*/
.mainContent {
  padding-top: 0;
}
.conTxt {
  margin-bottom: 3em;
}
.conTxt p {
  letter-spacing: 0.05em;
  text-align: center;
  color: #333;
}
.conTxt .ttl {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 1em;
}
.conTxt .txt {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  line-height: 2.4;
}


/* Tab */
@media screen and (max-width: 1140px) {
  /*conTxt {
    margin: 2em 0;
  }*/
  .conTxt .ttl {
    font-size: 2.63vw;
  }
  .conTxt .txt {
    font-size: 1.4vw;
  }
}

/* sp */
@media only screen and (max-width: 768px) {
  .conTxt {
    margin-bottom: 2em;
  }
  .conTxt .ttl {
    font-size: 4.688vw;
  }
  .conTxt .txt {
    font-size: 3.125vw;
  }
}

/*---------------------------
メインビジュアル
---------------------------*/
#top_mainimg {
  position: relative;
  width: 100%;
  height: 50vw;
  overflow: hidden;
}
#top_mainimg .mainimg {
  display: inline-block;
  width: 100%;
  height: 50vw;
  z-index: 10;
}
#top_mainimg .mainimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  opacity: 0;
  animation: main_img 1s ease-in-out 0s forwards;
}
#top_mainimg .mainTtl {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15.5vw;
  padding: 0 3vw;
  box-sizing: content-box;
  z-index: 20;
}
#top_mainimg .mainTtl > p {
  text-align: left;
  letter-spacing: 0.08em;
  color: #FFF;
  opacity: 0;
  animation: main_copy 2s ease 1s forwards;
}
#top_mainimg .mainTtl > .en {
  font-family: "arno-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(3vw, 40px);
  line-height: 1.4;
  margin-bottom: 0.1em;
}
#top_mainimg .mainTtl > .jp {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 1em;
}
#top_mainimg .mainTtl > .en_sub {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 1.4;
}

@keyframes main_img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes main_copy {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

#top_mainimg .cap {
  position: absolute;
  bottom: 3px;
  right: 3px;
  font-size: 12px;
  line-height: 1.4;
  color: #FFF;
  text-align: right;
  margin-top: 0.1em;
  z-index: 20;
}


/* Tab */
@media screen and (max-width: 1140px) {
  #top_mainimg .mainTtl {
    width: 15.5vw;
    padding: 0 3vw;
  }
  #top_mainimg .mainTtl > .en {
    font-size: min(3vw, 40px);
  }

  #top_mainimg .cap {
    font-size: 10px;
  }
}

/* sp */
@media only screen and (max-width: 768px) {
  #top_mainimg {
    height: 70vw;
  }
  #top_mainimg .mainimg {
    height: 70vw;
  }
  #top_mainimg .mainTtl {
    width: 28vw;
    padding: 0 4vw;
  }
  #top_mainimg .mainTtl > .en {
    font-size: 6.51vw;
    line-height: 1.4;
    margin-bottom: 0.1em;
  }
  #top_mainimg .mainTtl > .jp {
    font-size: 2.86vw;
    line-height: 1.4;
    margin-bottom: 1em;
  }
  #top_mainimg .mainTtl > .en_sub {
    font-size: 2.34vw;
    line-height: 1.4;
  }

  #top_mainimg .cap {
    font-size: 10px;
  }
}



/*---------------------------
メインコピー
---------------------------*/
#mainCopy {
  width: 90%;
	margin: 0 auto; 
  /*background-image: url(../img/common/mainCopy_bg.jpg);
  background-size: cover;*/
  padding: 5em 0;
  }

#mainCopy p {
  letter-spacing: 0.1em;
}
#mainCopy .ttl,
#view .ttl{
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 1em;
}
#mainCopy .txt,
#view .txt{
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  line-height: 2.4;
  color: #FFFFFF;
  text-align: center;
}

/* Tab */
@media screen and (max-width: 1140px) {
  #mainCopy .ttl,
#view .ttl {
    font-size: 2.63vw;
    line-height: 1.6;
    margin-bottom: 1em;
  }
  #mainCopy .txt,
#view .txt {
    font-size: 1.4vw;
    line-height: 2.4;
  }
}

/* sp */
@media only screen and (max-width: 768px) {
  #mainCopy {
    padding: 4em 0;
  }
  #mainCopy p {
    /*width: 80%;*/
    margin-left: auto;
    margin-right: auto;
  }
  #mainCopy .ttl ,
#view .ttl{
    font-size: 4.69vw;
    line-height: 1.6;
    margin-bottom: 1em;
  }
  #mainCopy .txt,
#view .txt {
    font-size: min(2.865vw, 14px);
    line-height: 1.8;
  }
}


/*---------------------------
.con02
---------------------------*/
.con02 {
  width: 100%;
  margin: 0 auto;
  padding: 8em 0;
  /*background: #34373A;*/
  /*background: #FFF;*/
}
.con02 .floor {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 4.5rem;
}
.con02 .floor p {
  padding-top: 7px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #FFF;
  text-align: right;
}
.con02 .floor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 5px 15px;
  margin-top: 10px;
}
.con02 .floor ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #FFF;
}
/**/
.con02 .floor_txt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8rem;
}
.con02 .floor_txt li {
  width: 31.5%;
 text-align: left;
}
.con02 .floor_txt li .ttl {
  padding: 0.15rem 0 0.15rem 1.2rem;
  border-left: 1px solid #FFF;
}
.con02 .floor_txt .conTxt p {
  color: #FFF;
  text-align: left;
}
.con02 .floor_txt .conTxt .ttl {
  margin-bottom: 0.5em;
}
.con02 .floor_txt .conTxt .txt {
  line-height: 1.8;
}
.con02 .tenjyo {
  border: 0.5px solid #231815;
  /*margin-bottom: 3em;*/
  /*margin-top: 4rem;*/
}
.con02 .tenjyo .conTxt {
  margin: 3em auto 1.5em;
}
.con02 .tenjyo .conTxt .txt {
  font-size: 20px;
}
#plan .tenjyo .imageCap .cap {
  color: #FFF;
  font-size: #231823;
  background: none;
}

/* Tab */
@media screen and (max-width: 1140px) {
  
}

/* sp */
@media only screen and (max-width: 768px) {
.con02 {
  padding: 4em 0;
}
.con02 .floor {
  margin: 0 auto 1rem;
}
.con02 .floor p {
  font-size: 10px;
}
.con02 .floor ul li {
  font-size: 10px;
}
/**/
.con02 .floor_txt ul {
  display: block;
  margin-bottom: 4rem;
}
.con02 .floor_txt li {
  width: 100%;
}
.con02 .floor_txt li .ttl {
  padding: 0 0 0 0.8rem;
}
.con02 .tenjyo .conTxt {
  margin: 2em auto 0.5em;
}
.con02 .tenjyo .conTxt .txt {
  font-size: 3.6458333333333335vw;
  line-height: 2.1;
}
.con02 .tenjyo {
  /*margin-top: 2rem;*/
  /*margin-bottom: 2em;*/
}
}



/*---------------------------
眺望
---------------------------*/
#view {
  position: relative;
  height: 100%;
  min-height: 465px;
}

.containerbox {
  overflow: hidden;
  position: relative;
  height: 465px;
  cursor: move;
}

.panoramixImg {
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  margin: auto;
}

.pano {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.controls .left,
.controls .right {
  display: block;
  width: 45px;
  height: 50px;
  background: rgba(25, 24, 22, .5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.controls .left {
  left: 0;
}

.controls .right {
  right: 0;
}

.controls .left::before,
.controls .right::before {
  content: "";
  position: absolute;
  top: 15px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.controls .left::before {
  left: 15px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.controls .right::before {
  right: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#view .view_cap {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-size: 12px;
  background: rgba(79, 79, 79, 0.7);
  padding: 3px 5px;
  line-height: 1.4;
  z-index: 99;
}


@media screen and (max-width: 2400px) {
  #container .panoramixImg {
    width: 2788px;
    max-width: 2788px;
    height: auto;
  }

  #view .view_cap {
    font-size: 12px;
  }
}

@media screen and (min-width: 2401px) {
  #container img {
    width: 100%;
    height: auto;
  }

  .viewImg {
    height: auto;
    min-height: auto;
  }

  .containerbox {
    height: auto;
  }

  #container .panoramixImg {
    width: 100% !important;
    min-width: 1874px !important;
    max-width: 100% !important;
    height: auto !important;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .controls {
    display: none;
  }
}

/* Tab */
@media screen and (max-width: 1140px) {}

/* sp */
@media only screen and (max-width: 768px) {
  #view {
    min-height: 60vw;
  }
  .containerbox {
    overflow: hidden;
    height: 60vw;
  }
}



/*---------------------------
.con03
---------------------------*/
.con03 {
  width: 100%;
  margin: 0 auto;
  padding: 8em 0;
  background-image: url(../img/plan/bg.jpg);
  background-size: cover;
  background-position: center top;
}
.con03 .planArea_ttl {
  font-size: 32px;
  text-align: center;
  margin: 0 auto 1.2em;
  letter-spacing: 0.05em;
  align-items: center;
  display: flex;
  justify-content: center;
}
.con03 .planArea_ttl.planArea_ttl02 {
  margin: 2.5em auto 1.2em;
}
.con03 .planArea_ttl::before,
.con03 .planArea_ttl::after {
  background-color: #333;
  content: "";
  height: 1px;
  width: 60px;
}
.con03 .planArea_ttl::before {
  margin-right: 1.3vw;
}
.con03 .planArea_ttl::after {
  margin-left: 1.3vw;
}
/**/
.ent_area.ent {
  margin: 0 auto;
}
.ent_area {
  margin: 1.7rem auto 0;
}
.ent_area p {
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 0.8rem;
}
.btn01 a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: auto;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
	padding: 1em 0;
	transition: all .3s linear;
  background: linear-gradient(90deg, rgba(187, 183, 132, 1) 0%, rgba(150, 141, 76, 1) 100%);
  /*background: linear-gradient(90deg, rgba(248,181,153,1) 0%, rgba(213,138,90,1) 100%);*/
  color: #FFF;
}
.btn01 a:hover {
  transition: all .3s linear;
}
.btn01 a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 25px;
    height: 1px;
    background: #FFF;
    transition: all .3s ease;
}
.btn01 a::after {
  content: "";
  position: absolute;
  top: 37%;
  right: 16px;
  width: 1px;
  height: 7px;
  background: #FFF;
  transform: skewX(45deg);
  transition: all .3s ease;
}
.btn01:hover a::before {
	right: 5px;
	background: #FFF;
}
.btn01:hover a::after {
	right: 8px;
	background: #FFF;
}
.plan01_txt {
  font-size: 20px;
  line-height: 2.3;
  margin: 3.5rem auto 2rem;
  text-align: center;
}

/* Tab */
@media screen and (max-width: 1140px) {

}

/* sp */
@media only screen and (max-width: 768px) {
.con03 {
  padding: 4em 0;
}
.con03 .planArea_ttl {
  /*font-size: 32px;*/
  font-size: 5.468vw;
  margin: 0 auto 1em;
}
.con03 .planArea_ttl.planArea_ttl02 {
  margin: 2.5em auto 1em;
}
.con03 .planArea_ttl::before,
.con03 .planArea_ttl::after {
  background-color: #333;
  content: "";
  height: 1px;
  /*width: 60px;*/
  width: 9.114vw;
}
.con03 .planArea_ttl::before {
  margin-right: 2.5vw;
}
.con03 .planArea_ttl::after {
  margin-left: 2.5vw;
}
/**/
.ent_area p {
	/*font-size: 12px;*/
  font-size: 3.1458333333333335vw;
	margin-bottom: 0.8rem;
}
.btn01 a {
	/*font-size: 13px;*/
  font-size: 3.6458333333333335vw;
}
.plan01_txt {
  font-size: 3.6458333333333335vw;
  line-height: 2.1;
}
}



/*---------------------------
プランボタン一覧
---------------------------*/
.planindex__list {
  width: 100%;
  margin: 0 auto;
}
/**/
.planindex__list.flex_2 {
  width: 86.5%;
}
.planindex__list.flex_2 li {
  width: 36.5%; 
  background: #FFF;
}
.planindex__list.flex_2 li:nth-child(1) {
  margin: 0 3.5% 3.5% 0;
}
.planindex__list.flex_2 li:nth-child(2) {
  margin: 0 0 3.5% 0;
}
.planindex__list.flex_2 li:nth-child(3) {
  margin: 0 3.5% 0 0;
}
.planindex__list.flex_2 li:nth-child(4) {
  margin: 0;
}
/**/
.planindex__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.planindex__list li {
  width: 31.5%;
  margin: 0 2.75% 2.75% 0;
  background: #FFF;
}
.planindex__list li:nth-child(3n) {
  margin: 0 0 2.75% 0;
}
.planindex__list li .box_ttl {
  background-image: linear-gradient(to right, #7F7F7F, #000000);
  color: #FFF;
  text-align: center;
  font-size: 30px;
  padding: 0.15em 0;
  font-family: "arno-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
}
.planindex__list li .box_ttl b {
  font-size: 60px;
  padding-right: 4px;
}
.planindex__list li .con {
  padding: 2em 1.5em;
  text-align: center;
}
.planindex__list li .txt {
  color: #231815;
}
.planindex__list li .txt .area {
  position: relative;
  font-size: 28px;
  font-family: "arno-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 10px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.planindex__list li .txt .area b {
  font-size: 38px;
}
.planindex__list li .txt .area::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background: #231815;
}
.planindex__list li .txt .number {
  font-size: 16px;
  letter-spacing: 1px;
}
.planindex__list li .txt .number strong {
  font-size: 26px;
}
.planindex__list li .zumen {
  width: 100%;
}
.planindex__list li .btn {
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  position: relative;
}
.planindex__list li .btn p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  text-align: center;
  color: #FFF;
  z-index: 3;
}
.planindex__list li .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 22px;
  height: 1px;
  background: #FFF;
  transition: all .3s ease;
}
.planindex__list li .btn::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 20px;
  width: 1px;
  height: 6px;
  background: #FFF;
  transform: skewX(45deg);
  transition: all .3s ease;
}
.planindex__list li:hover .btn::before {
	right: 11px;
	background: #FFF;
}
.planindex__list li:hover .btn::after {
	right: 14px;
	background: #FFF;
}

.planindex__list li a {
  transition: 0.5s ease;
}
.planindex__list li a:hover {
  transition: 0.5s ease;
	opacity: 0.5;
}
.plan_cap {
  text-align: left;
  font-size: 11px;
  letter-spacing: 1px;
  color: #231815;
  line-height: 1.6;
}

/* Tab */
@media screen and (max-width: 1140px) {
.planindex__list li .box_ttl {
  /*font-size: 30px;*/
  font-size: 2.631578947368421vw;
  padding: 0.15em 0;
}
.planindex__list li .box_ttl b {
  /*font-size: 60px;*/
  font-size: 5.263157894736842vw;
}
.planindex__list li .txt .area {
  /*font-size: 28px;*/
  font-size: 2.456140350877193vw;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.planindex__list li .txt .area b {
  /*font-size: 38px;*/
  font-size: 3.3333333333333335vw;
}
.planindex__list li .txt .area::before {
  content: "";
  /*width: 50px;*/
  width: 4.385964912280701vw;
}
.planindex__list li .txt .number {
  /*font-size: 18px;*/
  font-size: 1.5789473684210527vw;
}
.planindex__list li .txt .number strong {
  /*font-size: 28px;*/
  font-size: 2.456140350877193vw;
}

.planindex__list li .btn p {
  /*font-size: 16px;*/
  font-size: 1.4035087719298245vw;
}
}

/* sp */
@media only screen and (max-width: 768px) {
.planindex__list ul {
  display: block;
}
/**/
.planindex__list.flex_2 {
  width: 100%;
}
.planindex__list.flex_2 li {
  width: 100%;
  margin: 0 auto 10%;
}
.planindex__list.flex_2 li:last-child {
  margin: 0 auto;
}
.planindex__list.flex_2 li:nth-child(1) {
  margin: 0 auto 10%;
}
.planindex__list.flex_2 li:nth-child(2) {
  margin: 0 auto 10%;
}
.planindex__list.flex_2 li:nth-child(3) {
  margin: 0 auto 10%;
}
.planindex__list.flex_2 li:nth-child(4) {
  margin: 0 auto 10%;
}
/**/
.planindex__list li {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 10%;
}
.planindex__list li:nth-child(3n) {
  margin: 0 auto 10%;
}
/**/
.planindex__list li .box_ttl {
  /*font-size: 40px;*/
  font-size: 5.208333333333334vw;
  padding: 0.5em 0;
}
.planindex__list li .box_ttl b {
  /*font-size: 70px;*/
  font-size: 9.114583333333332vw;
}
.planindex__list li .con {
  padding: 1.5em 1em 2em;
}
.planindex__list li .txt .area {
  /*font-size: 38px;*/
  font-size: 4.947916666666666vw;
}
.planindex__list li .txt .area b {
  /*font-size: 48px;*/
  font-size: 6.25vw;
}
.planindex__list li .txt .area::before {
  content: "";
  /*width: 60px;*/
  width: 7.8125vw;
}
.planindex__list li .txt .number {
  /*font-size: 28px;*/
  font-size: 3.6458333333333335vw;
}
.planindex__list li .txt .number strong {
  /*font-size: 38px;*/
  font-size: 4.947916666666666vw;
}
.planindex__list li .zumen {
  width: 85%;
  margin: 0 auto;
}
.planindex__list li .btn {
  width: 100%;
  max-width: 230px;
}
.planindex__list li .btn p {
  /*font-size: 26px;*/
  font-size: 3.3854166666666665vw;
}
}



/*---------------------*/
/* .bnr01 バナー */
/*---------------------*/
.bnr01 {
	width: 100%;
	margin: 0 auto 10em;
}
.bnr01 .inner {
	position: relative;
	height: 350px;
}
.bnr01 .bg {
	height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
	background-image: url(../img/plan/bnr01_pc.jpg);
	background-size: cover;
	background-position: center;
}

.bnr01 .txtArea {
	width: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #FFF;
	text-align: center;
}
.bnr01 .txtArea .ttl {
	font-size: 32px;
  font-family: "arno-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 5px;
	margin-bottom: 2rem;
}
.bnr01 .txtArea .ttl span {
	display: block;
	font-size: 14px;
	padding-top: 0.7rem;
	letter-spacing: 2px;
}
.bnr01 .txtArea .txt {
	font-size: 16px;
	letter-spacing: 1.5px;
	margin: 0 auto 2rem;
}
.bnr01 .btnLink {
	text-align: center;
}
.bnr01 .btnLink ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1em;
}
.bnr01 .btnLink li {
	position: relative;
	width: 440px;
	z-index: 0;
	box-shadow: 2px 2px 0px #000;
}
.bnr01 .btnLink li::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	transition: all 0.5s;
}
.bnr01 .btnLink li::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: -2;
}
.bnr01 .btnLink li:hover::before {
	opacity: 0;
}
.bnr01 .btnLink .ftr_reqLink::before {
	background: linear-gradient(90deg, rgba(187, 183, 132, 1) 0%, rgba(150, 141, 76, 1) 100%);
}
.bnr01 .btnLink .ftr_reqLink::after {
	background: linear-gradient(90deg, rgba(150, 141, 76, 1) 0%, rgba(187, 183, 132, 1) 100%);
}

.bnr01 .btnLink li a {
	position: relative;
	display: inline-block;
	width: 100%;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #FFF;
	padding: 0.7em 0;
	transition: all .3s linear;
}
.bnr01 .btnLink li a span {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	margin-top: 0.5em;
}
.bnr01 .btnLink li a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	width: 25px;
	height: 1px;
	background: #FFF;
	transition: all .3s ease;
}
.bnr01 .btnLink li a::after {
	content: "";
	position: absolute;
	top: 42%;
	right: 16px;
	width: 1px;
	height: 7px;
	background: #FFF;
	transform: skewX(45deg);
	transition: all .3s ease;
}
.bnr01 .btnLink li:hover a::before {
	right: 5px;
	background: #FFF;
}
.bnr01 .btnLink li:hover a::after {
	right: 8px;
	background: #FFF;
}

@media only screen and (max-width: 768px) {
.bnr01 {
	margin: 0 auto 5em;
}
.bnr01 .inner {
	height: 85vw;
	max-height: 492px;
}
.bnr01 .bg {
	background-image: url(../img/plan/bnr01_sp.jpg);
	background-size: cover;
}
.bnr01 .txtArea .ttl {
	font-size: 5.46875vw;
	margin-bottom: 1.5rem;
}
.bnr01 .txtArea .ttl span {
	font-size: 3.125vw;
	padding-top: 0.7rem;
}
.bnr01 .txtArea .txt {
	font-size: 1.8229166666666667vw;
    line-height: 1.8;
	margin: 0 auto 2rem;
}
/**/
.bnr01 .btnLink li {
  width: 80%;
}
.bnr01 .btnLink li a {
  font-size: 4.167vw;
}
.bnr01 .btnLink li a span {
  font-size: 2.865vw;
  margin-top: 0.5em;
}
.bnr01 .btnLink .ftr_reqLink a::after{
  top: 38%;
  right: 17px;
}
}

@media only screen and (max-width: 576px) {
.bnr01 .txtArea .txt {
	font-size: 3.125vw;
}
}


/*---------------------------
プラン詳細ページ
---------------------------*/
.plan_shosai {
  margin: 0 auto 6em;
  padding: 6em 0;
  background-image: linear-gradient(to right, #e6e6e6, #adadad);
  /*background-image: url(../img/plan/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;*/
  /*background-image: linear-gradient(to right, #7F7F7F, #000000);*/
}
/**/
/* 黒背景の時 */
/*.plan_shosai li .ttl,
.plan_shosai li .area,
.p-planindex__notes {
  color: #fff;
}*/

/**/
.plan_shosai .con_shosai {
  position: relative;
  background: #FFF;
  padding: 3em;
}
.slide_button_left {
  width: 50px;
  position: absolute;
  top: 45%;
  left: -2%;
  z-index: 100;
}
.slide_button_right {
  width: 50px;
  position: absolute;
  top: 45%;
  right: -2%;
  z-index: 100;
}
.slide_button_left a,
.slide_button_right a {
  transition: 0.5s ease;
}
.slide_button_left a:hover,
.slide_button_right a:hover {
  transition: 0.5s ease;
	opacity: 0.5;
}
/**/

.plan_shosai ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plan_shosai li:nth-child(1) {
  width: 48%;
}
.plan_shosai li:nth-child(2) {
  width: 52%;
}
/**/
.plan_shosai li .ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.plan_shosai li .ttl .box {
  width: 43%;
  /*width: 31%;*/
  padding: 0.5rem;
  font-size: 28px;
  text-align: center;
  background-image: linear-gradient(to right, #BDB777, #8D832A);
  color: #FFF;
  font-family: "arno-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
}
.plan_shosai li .ttl .box b {
  /*font-size: 56px;*/
  font-size: 54px;
}
.plan_shosai li .ttl .plan_ditail {
  width: 55%;
  /*width: 66%;*/
  font-size: 28px;
  font-family: "arno-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.2px;
}
.plan_shosai li .ttl .plan_ditail b {
  font-size: 38px;
}
/**/
.menseki p {
	/*margin: 2.5rem auto;*/
  font-size: 24px;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.menseki b {
  font-size: 34px;
}
.menseki p span {
  font-size: 18px;
}
.menseki-sub {
  margin-top: 1rem;
}
.plan_shosai li .zumen {
  /*padding: 2rem 6rem;*/
  padding: 2rem 1.5rem;
  /*background: #FFF;*/
}
.plan_shosai li .zumen.big {
  padding: 2rem 0;
}

@media screen and (max-width: 1260px) {
.slide_button_left {
  position: absolute;
  left: -1%;
}
.slide_button_right {
  position: absolute;
  right: -1%;
}
}

/* Tab */
@media screen and (max-width: 1140px) {
/**/
.plan_shosai li .ttl .box {
  padding: 0.5rem;
  /*font-size: 30px;*/
  font-size: 2.631578947368421vw;
}
.plan_shosai li .ttl .box b {
  /*font-size: 60px;*/
  font-size: 5.263157894736842vw;
}
.plan_shosai li .ttl .plan_ditail {
  /*font-size: 28px;*/
  font-size: 2.456140350877193vw;
}
.plan_shosai li .ttl .plan_ditail b {
  /*font-size: 38px;*/
  font-size: 3.3333333333333335vw;
}
/**/
.menseki p {
  /*margin: 2.5rem auto;*/
  /*font-size: 24px;*/
  font-size: 2.1052631578947367vw;
}
.menseki p b {
  /*font-size: 34px;*/
  font-size: 2.982456140350877vw;
}
.menseki p span {
  /*font-size: 18px;*/
  font-size: 1.5789473684210527vw;
}
}

/* sp */
@media only screen and (max-width: 768px) {
.plan_shosai {
  margin: 0 auto 4em;
  padding: 3em 0;
}
/**/
.slide_button_left {
  position: absolute;
  top: 36.5%;
  left: -2.2%;
}
.slide_button_right {
  position: absolute;
  top: 36.5%;
  right: -2.2%;
}
/**/
.plan_shosai ul {
  display: block;
}
.plan_shosai li:nth-child(1) {
  width: 100%;
}
.plan_shosai li:nth-child(2) {
  width: 100%;
}
.plan_shosai li .jyuko {
  margin: 2rem auto 0;
}
/**/
.plan_shosai li .ttl .box {
  padding: 0.3rem;
  /*font-size: 5.208333333333334vw;*/
  font-size: 5.008333333333334vw;
  letter-spacing: 1.2px;
}
.plan_shosai li .ttl .box b {
  /*font-size: 9.114583333333332vw;*/
  font-size: 8.914583333333332vw;
}
.plan_shosai li .ttl .plan_ditail {
  /*font-size: 4.947916666666666vw;*/
  font-size: 4.747916666666666vw;
  line-height: 1.3;
}
.plan_shosai li .ttl .plan_ditail b {
  /*font-size: 6.25vw;*/
  font-size: 6.05vw;
  line-height: 1.0;
}
/**/
.menseki p {
  /*margin: 1.5rem auto 2.2rem;*/
  font-size: 4.127083333333334vw;
}
.menseki p b {
  font-size: 5.729166666666666vw;
}
.menseki p span {
  font-size: 3.3458333333333335vw;
}
/**/
.plan_shosai li .zumen {
  padding: 2rem;
}
.plan_shosai li .zumen.big {
  padding: 2rem 1rem;
}
}
@media screen and (max-width: 576px) {
.plan_shosai .con_shosai {
  padding: 2rem 1rem;
}
/**/
.slide_button_left {
  width: 32px;
}
.slide_button_right {
  width: 32px;
}
/**/
.plan_shosai li .zumen {
  padding: 1rem;
}
.plan_shosai li .zumen.big {
  padding: 1rem 0;
}
}

/*---------------------*/
/* .label_con */
/*---------------------*/
.label_con {
	width: 100%;
	margin: 0 auto;
	padding: 5em 0 0;
	background: #FFF;
}
.label_con .label {
	margin: 0 auto;
	width: 400px;
}
@media only screen and (max-width: 768px) {
.label_con {
	width: 100%;
	padding: 5rem 0 0;
}
}
/* sp */
@media only screen and (max-width: 576px) {
.label_con {
	padding: 3rem 0 0;
}
.label_con .label {
	width: 90%;
}
}


/*---------------------------
プラン詳細ページ　下部のボタン
---------------------------*/
.shosai_btn {
  width: 100%;
  max-width: 900px;
  margin: 4.5rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shosai_btn div {
  display: block;
  width: 48.5%;
}
.shosai_btn div a {
  padding: 1rem;
  font-size: 14px;
  text-align: center;
  display: block;
  transition: 0.5s ease;
  letter-spacing: 2px;
}
.shosai_btn div a b {
  font-size: 24px;
  display: block;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 3px;
  padding-bottom: 10px;
}
.shosai_btn .back a {
  background-image: linear-gradient(to right, #a9a9a9, #4f4f4f);
  /*background-image: linear-gradient(to right, #7F7F7F, #434343);*/
  color: #FFF;
}
.shosai_btn .print a {
  background-image: linear-gradient(to right, #FFF, #D0D0D0);
  color: #231815;
}
.shosai_btn div a:hover {
  transition: 0.5s ease;
	opacity: 0.5;
}

/* Tab */
@media screen and (max-width: 1140px) {

}

/* sp */
@media only screen and (max-width: 768px) {
.shosai_btn {
  width: 100%;
  margin: 2.5rem auto 0;
}
.shosai_btn div {
  width: 75%;
  margin: 0 auto;
}
.shosai_btn .print a {
  display: none;
}
.shosai_btn div a {
  padding: 1rem;
  /*font-size: 14px;*/
  font-size: 3.125vw;
}
.shosai_btn div a b {
  /*font-size: 24px;*/
  font-size: 4.427083333333334vw;
  padding-bottom: 6px;
}
}


/*---------------------------
印刷用css
---------------------------*/
@media print{
.plan_shosai {
  padding: 8em 0 4em;
}
/* 黒背景の時 */
.plan_shosai li .ttl,
.menseki p,
.p-planindex__notes {
  color: #231815;
}
.plan_shosai li .ttl .box {
  color: #231815;
  border: 1px solid #231815;
}
header,
.shosai_btn,
.pagetop,
footer {
  display: none;
}
}
 

/*---------------------*/
/*間取り凡例 .p-planindex__notes*/
/*---------------------*/
.p-planindex__notes {
  margin: 0 auto;
  width: 100%;
  font-size: 11px;
  line-height: 2;
  margin-top: 1rem;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.p-planindex__notes > dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.p-planindex__notes > dl > dt {
  margin-left: 12px;
}
.p-planindex__notes > dl > dt:first-of-type {
  margin-left: 0;
}
.p-planindex__notes > dl > dt:nth-of-type(2) {
  margin-left: 8px;
}
.p-planindex__notes > dl:nth-of-type(1) > dd {
  margin-left: 5px;
}
.p-planindex__notes > dl > dt span {
  display: flex;
  flex-wrap: wrap;
}
.p-planindex__notes > dl > dt span i {
  display: inline-block;
  width: 36px;
  height: 1.2em;
  vertical-align: middle;
}
.p-planindex__notes > dl > dt span i.p-planindex__notes_clr01 {
  /*background: #F9D4BF;*/
  background: #DADAD1
}
.p-planindex__notes > dl > dt span i.p-planindex__notes_clr02 {
  /*background: #DED7AF;*/
  background: #DFD3B6;
}
.p-planindex__notes img {
  width: 100%;
  max-width: 40px;
}

@media screen and (max-width: 768px) {
  .p-planindex__notes {
    margin-top: 2rem;
  }
  .p-planindex__notes > dl > dd span i {
    width: 3em;
    height: 1.2em;
  }
  .p-planindex__notes img {
    width: 3.8em;
  }
}

/*---------------------------

---------------------------*/


/* Tab */
@media screen and (max-width: 1140px) {

}

/* sp */
@media only screen and (max-width: 768px) {
 
}

/*---------------------------

---------------------------*/


/* Tab */
@media screen and (max-width: 1140px) {

}

/* sp */
@media only screen and (max-width: 768px) {
 
}

.premiumplan {
	width: 100%;
	background-color: #EFEFEF;
	padding: 2.5rem;
}

@media screen and (max-width:768px){
	.premiumplan {
		padding: 1rem;
	}
}

.plan-type {
	width: fit-content;
	background: linear-gradient(90deg, #dbdbdb, #686868);
	padding: 10px;
}

.plan-type p{
	color:#FFFFFF;
	font-size: min(8vw, 48px);
	text-align: center;
}

.plan-spec01 p{
	color:#000000;
	font-size: min(6vw, 42px);
}

.small {
	font-size: 60%;
}

.premium-bg {
	width: 100%;
	background-image: url(../img/premium/premium_bg.jpg);
	background-size: cover;
}

.footer_sub p {
		color: #FFF;
}

#view .ttl {
	text-align: center;
	margin: 20px auto;
}



.plan-flex01 {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
.plan-flex02 {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	align-items: flex-start
	
}



.plan-spec01 {
	margin: 10px 30px;
}

.plan-spec02 {
	width: 45%;
}



.menseki {
	margin-top: 1.5rem;
}

.plan-point {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.point {
	width: 46%;
	background-color: #FFFFFF;
	margin: 2%;
	height: 40px;
}

.point p{
	line-height: 40px;
	font-size: min(1.2vw, 14px);
	text-align: center;
}

.plan-zumen {
	width: 58%;
	padding: 4%;
	margin-left: 15px;
	background-color: #FFFFFF;
}

@media screen and (max-width:768px){
	.plan-flex01, .plan-flex02 {
		display: block;
	}
	
	.plan-flex01{
		width: 96%;
	}
	
	.plan-flex02 {
	margin-top: 10px;
	}
	
	.plan-spec02, .plan-zumen{
		width: 100%;
	}
	
	.plan-spec01 {
	margin: 10px 0px;
}
	
	.menseki {
	margin-top: 0px;
}
	
	.point p {
		font-size: min(2.8vw, 16px);
	}

	.plan-zumen {
	width: 96%;
	padding: 8%;
	margin:0 auto;
	background-color: #FFFFFF;
}
	
}



.hakohyou {
	padding: 5% 5% 0;
}



.hakohyou-fig {
	text-align: center;
}

.viewWrap {
	margin-top: 30px;
}
