@charset "UTF-8";
/* ===================================
main
=================================== */
.main-visual {
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
}
.main-visual .visual-btns {
  position: absolute;
  right: 20px;
  top: 120px;
  z-index: 1000;
}
.main-visual .visual-btns.black .btn-visual {
  color: #000;
}
.main-visual .visual-btns.black .btn-visual .arrow {
  border-bottom: #000 solid 1px;
}
.main-visual .visual-btns.black .btn-visual .arrow:after {
  background: #000;
}
.main-visual .visual-btns.white .btn-visual {
  color: #FFF;
}
.main-visual .visual-btns.white .btn-visual .arrow {
  border-bottom: #fff solid 1px;
}
.main-visual .visual-btns.white .btn-visual .arrow:after {
  background: #fff;
}
.main-visual .btn-visual {
  position: absolute;
  right: 0;
  top: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-visual .btn-visual .arrow-wrap {
  display: flex;
  padding-right: 50px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  font-family: "Cormorant Unicase", serif;
  cursor: pointer;
}
.main-visual .btn-visual .arrow {
  top: 50%;
  margin-top: -3px;
}
.main-visual .btn-visual .arrow:before, .main-visual .btn-visual .arrow:after {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-visual .btn-visual.btn-replay {
  display: none;
}
.main-visual .slider-wrap {
  position: relative;
  opacity: 0;
  -moz-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  -webkit-transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0.6, 0.2, 1);
}
.main-visual .slider-wrap.init {
  opacity: 1;
}
.main-visual .slide {
  width: 100%;
  height: 800px;
  overflow: hidden;
}
.main-visual .slide.is-active .photo-scale {
  animation-name: slideScale;
  animation-duration: 20s;
  animation-fill-mode: forwards;
}
.main-visual .slide.is-active .title .title-in {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.main-visual .slide.has-video {
  background: #000;
}
.main-visual .slide:nth-of-type(1) .title {
  top: 50%;
  transform: translate(0, -50%);
}
.main-visual .slide:nth-of-type(2) .title {
  top: 50%;
  transform: translate(-10%, -50%);
  margin-top: -150px;
}
.main-visual .slide:nth-of-type(3) .title {
  top: 50%;
  transform: translate(0, -50%);
  /*text-shadow: 0 0 18px rgba(0, 0, 0, 0.9), 0 0 18px rgba(0, 0, 0, 0.9);*/
}
.main-visual .slide:nth-of-type(4) .title {
  font-size: 62px;
  top: 50%;
  transform: translate(0, -200px);
  /*text-shadow: 0 0 10px #5490ca, 0 0 10px #5490ca;*/
  font-family: "しまなみ";
}
.main-visual .slide:nth-of-type(4) .title .title-in {
  padding-left: 1em;
}
.main-visual .slide .photo .pc {
  width: 100%;
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.main-visual .slide .video-wrap {
  width: 100%;
  height: 800px;
}
.main-visual .slide .video-wrap video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-visual .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.main-visual .slick-slide.is-active .photo-scale {
  animation-name: slideScale;
  animation-duration: 20s;
}
.main-visual .slick-slide.is-active .title span {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.main-visual .title {
  display: inline-block;
  width: 100%;
  color: #FFF;
  font-size: 48px;
  line-height: 1.75;
  text-align: center;
  font-family: "リュウミン B-KL";
  letter-spacing: 0.25em;
  position: absolute;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.9);
  left: 0;
  z-index: 1;
}
.main-visual .title.is-white {
  color: #fff;
}
.main-visual .title.is-black {
  color: #000;
}
.main-visual .title.text-right {
  text-align: right;
}
.main-visual .title .title-in {
  display: block;
  opacity: 0;
  -moz-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
  -moz-transition: opacity 1.2s linear, -moz-transform 1.2s cubic-bezier(0, 0.6, 0.2, 1);
  -o-transition: opacity 1.2s linear, -o-transform 1.2s cubic-bezier(0, 0.6, 0.2, 1);
  -webkit-transition: opacity 1.2s linear, -webkit-transform 1.2s cubic-bezier(0, 0.6, 0.2, 1);
  transition: opacity 1.2s linear, transform 1.2s cubic-bezier(0, 0.6, 0.2, 1);
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.main-visual .title .title-in p {
  display: inline;
}
.main-visual .slick-dots {
  display: none;
  bottom: 40px;
}
.main-visual .slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 8px;
  pointer-events: none;
  opacity: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-visual .slick-dots.is-active li {
  pointer-events: auto;
  opacity: 1;
}
.main-visual .slick-dots li.slick-active button::before {
  background: #FFF;
}
.main-visual .slick-dots li button {
  width: 11px;
  height: 11px;
}
.main-visual .slick-dots li button::before {
  content:"";
  border: solid 1px #fff;
  width: 11px;
  height: 11px;
  opacity: 1;
}
@media only screen and (max-width: 960px) {
  .main-visual .slide:nth-of-type(4) .title {
    font-size: 64px;
    font-size: 6.66667vw;
  }
}
@media only screen and (max-width: 767px) {
  .main-visual {
    height: auto;
  }
  .main-visual .visual-btns {
    right: 10px;
    top: auto;
    bottom: 20px;
  }
  .main-visual .visual-btns .btn-visual .arrow-wrap {
    padding-right: 46px;
    font-size: 14px;
  }
  .main-visual .visual-btns .btn-visual .arrow-wrap .arrow {
    width: 30px;
    left: calc(100% - 30px);
  }
  .main-visual .slide {
    height: auto;
  }
  .main-visual .slide:nth-of-type(1) .title {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.1em;
  }
  .main-visual .slide:nth-of-type(1) .title .title-in {
    padding-left: 0.5em;
  }
  .main-visual .slide:nth-of-type(2) .title {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin-top: 0;
  }
  .main-visual .slide:nth-of-type(2) .title .title-in {
    padding-left: 1em;
  }
  .main-visual .slide:nth-of-type(3) .title {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .main-visual .slide:nth-of-type(4) .title {
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 0.4em;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .main-visual .slide:nth-of-type(4) .title .title-in {
    padding-left: 1.6em;
    padding-bottom: 1.6em;
  }
  .main-visual .slide .photo {
    height: auto;
  }
  .main-visual .slide .photo img {
    width: 100%;
  }
  .main-visual .slide .video-wrap {
    width: 100%;
    height: 146.25vw;
    position: relative;
  }
  .main-visual .slide .video-wrap video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-28%, -50%);
  }
  .main-visual .title {
    width: 100%;
    font-size: 26px;
    line-height: 48px;
    letter-spacing: 0.15em;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.9);
  }
  .main-visual .title.is-white.sp-reverse {
    color: #000;
  }
  .main-visual .title.is-black.sp-reverse {
    color: #fff;
  }
  .main-visual .title .title-in {
    display: inline-block;
  }
  .main-visual .title .title-in p {
    display: block;
  }
  .main-visual .title .title-in p.sp-l {
    padding-left: 0.75em;
  }
  .main-visual .cap {
    right: auto;
    left: 6px;
  }
}

@keyframes slideScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/* ===================================
obiArea
=================================== */

.obiArea0 {
    background: #484848;
    color: #FFF;
    padding: 10px 0;
    font-family: "リュウミン M-KL";
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
}

.obiArea0 p:first-child {
   /* border-top: 1px solid #fff;*/
    padding-bottom: 10px;
}

.obiArea0 p:last-child {
    /*border-bottom: 1px solid #fff;*/
    padding-bottom: 10px;
    font-size: 1.4vw;
}

@media only screen and (max-width: 767px) {
    .obiArea0 {
        font-size: 22px;
    }

    .obiArea0 p:first-child {
        padding-top: 10px;
    }

    .obiArea0 p:last-child {
        padding-bottom: 10px;
    }
}





.obiArea {
    /*padding-top: 25px;*/
    text-align: center;
    font-family: "A1明朝";
    font-size: 26px;
    color: #000;
    margin: 15px 0;
}
.obiArea .num {
  display: inline-block;
  width: 42px;
  font-family: adobe-garamond-pro, serif;
  font-size: 60px;
  color: #333;
  position: relative;
  text-align: center;
}
.obiArea .num strong {
  line-height: 40px;
  font-weight: normal;
}
.obiArea .sml {
  font-size: 18px;
}
.obiArea ul {
  display: flex;
  justify-content: center;
}
.obiArea ul li {
  padding: 0 30px;
  position: relative;
  border-left: #CCC solid 1px;
}
.obiArea ul li:first-child {
  border-left: none;
}
.obiArea ul li .jr {
  font-size: 12px;
  position: absolute;
  top: -1em;
  left: 47px;
}
@media only screen and (max-width: 960px) {
  .obiArea ul li {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .obiArea {
    padding: 10px 10px 15px;
    font-size: 16px;
  }
  .obiArea .num {
    width: 20px;
    font-size: 30px;
  }
  .obiArea .num strong {
    line-height: 30px;
    position: relative;
    padding-left: 0.25em;
  }
  .obiArea .sml {
    font-size: 80%;
  }
  .obiArea ul {
    flex-wrap: wrap;
  }
  .obiArea ul li {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 0;
    box-sizing: border-box;
  }
  .obiArea ul li:nth-of-type(1) {
    padding-right: 15px;
  }
  .obiArea ul li:nth-of-type(1) .in {
    text-indent: -0.5em;
  }
  .obiArea ul li:nth-of-type(1) .ti {
    display: inline-block;
    text-indent: -0.5em;
  }
  .obiArea ul li:nth-of-type(2) {
    padding-left: 12px;
  }
  .obiArea ul li:nth-of-type(3) {
    margin-top: 12px;
    width: 100%;
    border-left: none;
  }
  .obiArea ul li .in {
    width: 100%;
    text-align: center;
  }
  .obiArea ul li .jr {
    font-size: 10px;
    position: absolute;
    top: -1em;
    left: 12px;
  }
}

.obiArea2 {
  background: #008b8b;
  color: #FFF;
  padding: 7px 0;
  font-family: "リュウミン M-KL";
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.obiArea2 p {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .obiArea2 {
    font-size: 22px;
  }
  .obiArea2 p {
    padding: 10px;
  }
}


.obiArea-kakaku{
    font-size: 50px;
    line-height: 1;
    margin: 32px 0 40px;
}

.obiArea-kakaku p{
letter-spacing: 3px;
line-height: 1.2;
}

.obiArea-kakaku .sml{
font-size: 32px;
}

.kakaku{
    margin: 0 5px 0 10px;
    color: #BE272D;
    font-size: 120%;
}

.priceblock {
	font-size: 16px;
    border: 1px solid #000000;
    padding: 0 1px 4px 3px;
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (max-width: 767px){
.priceblock {
	font-size: 12px;
	vertical-align: text-top;
}
	
.obiArea-kakaku{
    font-size: 32px;
    line-height: 1.2;
    /*margin: 24px 0 0;*/
    margin: 0 0 24px;
    padding-bottom: 24px;
    border-bottom: #ccc 1px solid;
}

.obiArea-kakaku p{
letter-spacing: 2px;
}

/*
.obiArea-kakaku p:first-child{
 padding-top:24px;
}
*/
    
.obiArea-kakaku .sml{
font-size: 16px;
}

.kakaku{
    margin: 0 5px 0 10px;
    color: #BE272D;
    font-size: 120%;
}

}

/* ===================================
bnrArea
=================================== */
.bnrArea {
  display: flex;
  justify-content: center;
}
.bnrArea p {
  text-align: center;
  margin-left: 2.08333333%;
}
.bnrArea p:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .bnrArea {
    display: block;
    text-align: center;
    margin-bottom: 2.08333333%;
  }
  .bnrArea p {
    margin-left: 0;
    margin-bottom: 2.08333333%;
  }
  .bnrArea.clm04 {
    font-size: 0;
    letter-spacing: -0.4em;
  }
  .bnrArea.clm04 p {
    width: 48%;
    display: inline-block;
    margin-right: 2.08333333%;
  }
  .bnrArea.clm04 p:nth-child(2n) {
    margin-right: 0;
  }
}
/* ===================================
info
=================================== */
#info {
  background: #f0ece9;
  color: #333;
}
#info .infoIn {
  display: flex;
  padding: 50px 40px;
  box-sizing: border-box;
}
#info .infoIn .infoTtl {
  display: flex;
  align-items: center;
  width: 40.9%;
}
#info .infoIn .infoTtl h3 {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 22px;
  line-height: 1;
  font-family: "Cormorant Unicase", serif;
  font-weight: bold;
  letter-spacing: 0.15em;
}
#info .infoIn .infoTxt {
  padding-top: 10px;
  padding-left: 20px;
  width: 59.09%;
}
#info .infoIn .infoTxt .infotxtInner {
  min-height: 40px;
  max-height: 100px;
  overflow: auto;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  #info .infoIn {
    display: block;
    padding: 30px 15px 40px 20px;
  }
  #info .infoIn .infoTtl {
    width: 100%;
    justify-content: center;
  }
  #info .infoIn .infoTxt {
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
  }
}

.top-content {
  overflow: hidden;
  padding-bottom: 100px;
}
.top-content .c-concept .photo-scale {
  background-image: url(../imgs/img_concept.jpg);
}
.top-content .c-location .photo-scale {
  background-image: url(../imgs/img_location.jpg);
}
.top-content .c-access .photo-scale {
  background-image: url(../imgs/img_access.jpg);
}
.top-content .c-design .photo-scale {
  background-image: url(../imgs/img_design.jpg);
}
.top-content .c-plan .photo-scale {
  background-image: url(../imgs/img_plan.jpg);
}
.top-content .c-equipment .photo-scale {
  background-image: url(../imgs/img_equipment.jpg);
}
.top-content .c-modelroom .photo-scale {
  background-image: url(../imgs/img_modelroom.jpg);
}
.top-content .c-quality .photo-scale {
  background-image: url(../imgs/img_quality.jpg);
}
@media only screen and (max-width: 767px) {
  .top-content .c-concept .photo-scale {
    background-image: url(../imgs/img_sp_concept.jpg);
  }
  .top-content .c-location .photo-scale {
    background-image: url(../imgs/img_sp_location.jpg);
  }
  .top-content .c-access .photo-scale {
    background-image: url(../imgs/img_sp_access.jpg);
  }
  .top-content .c-design .photo-scale {
    background-image: url(../imgs/img_sp_design.jpg);
  }
  .top-content .c-plan .photo-scale {
    background-image: url(../imgs/img_sp_plan.jpg);
  }
  .top-content .c-equipment .photo-scale {
    background-image: url(../imgs/img_sp_equipment.jpg);
  }
  .top-content .c-modelroom .photo-scale {
    background-image: url(../imgs/img_sp_modelroom.jpg);
  }
  .top-content .c-quality .photo-scale {
    background-image: url(../imgs/img_sp_quality.jpg);
  }
}
.top-content .c-content {
  width: 100%;
  margin-top: 5vw;
  padding-top: calc(110px + 7.2vw);
  position: relative;
}
.top-content .c-content.p-right:before {
  left: calc(50% - 100vw);
  margin-left: 450px;
}
.top-content .c-content.p-right .photo-wrap {
  margin-left: calc(50% - 480px);
}
.top-content .c-content.p-right .photo-wrap .photo-scale {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.top-content .c-content.p-right .c-h2 {
  left: calc(50vw - 480px + 2.7vw);
}
.top-content .c-content.p-right .text-wrap .text-panel {
  padding: 70px 100px 60px 40px;
}
.top-content .c-content.p-right .text-wrap .text-panel:before {
  right: 0;
}
.top-content .c-content.p-right .text-wrap .text-panel.pc-wide {
  padding: 70px 70px 60px 40px;
}
@media only screen and (max-width: 1240px) {
  .top-content .c-content.p-right .text-wrap .text-panel.pc-wide {
    padding: 70px 100px 60px 40px;
  }
}
.top-content .c-content.p-left:before {
  right: calc(50% - 100vw);
  margin-right: 450px;
}
.top-content .c-content.p-left .c-h2 {
  left: calc(50% + 480px + 6.1vw);
}
.top-content .c-content.p-left .photo-wrap .photo-scale {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.top-content .c-content.p-left .text-wrap .text-panel {
  float: right;
  padding: 70px 0px 60px 100px;
}
.top-content .c-content.p-left .text-wrap .text-panel:before {
  left: 0;
}
.top-content .c-content:before {
  content: "";
  background: #f0ece9;
  width: 100vw;
  height: 54.5vw;
  position: absolute;
  top: calc(100px + 3.5vw);
  z-index: 0;
}
.top-content .c-content.c-concept {
  margin-top: 120px;
}
.top-content .c-content .photo-wrap {
  display: block;
  width: calc(50% + 480px);
  height: 37.5vw;
  z-index: 10;
}
.top-content .c-content .c-h2 {
  width: 100%;
  color: #000;
  font-size: 7.4vw;
  line-height: 1;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  position: absolute;
  z-index: 30;
  top: 0;
  pointer-events: none;
}
.top-content .c-content .c-h2__in {
  position: relative;
  padding-left: 110px;
  text-align: left;
}
.top-content .c-content .c-h2__in:before {
  content: "";
  width: 0px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  top: 4vw;
}
.top-content .c-content .text-wrap {
  position: relative;
  z-index: 40;
  zoom: 1;
}
.top-content .c-content .text-wrap:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: ".";
}
.top-content .c-content .text-wrap .text-panel {
  width: 770px;
  color: #000;
  box-sizing: border-box;
  position: relative;
  margin-top: -6vw;
}
.top-content .c-content .text-wrap .text-panel:before {
  content: "";
  background: #FFF;
  width: 100vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.top-content .c-content .text-wrap .text-panel__in {
  position: relative;
  z-index: 30;
}
.top-content .c-content .text-wrap .text-panel .t-title {
  font-size: 40px;
  letter-spacing: 0.3em;
  line-height: 1.5;
  font-family: "リュウミン M-KL";
  width: calc(100% + 100px);
}
.top-content .c-content .text-wrap .text-panel .t-text {
  margin-top: 20px;
  font-family: "リュウミン M-KL";
  line-height: 32px;
}
.top-content .c-content .text-wrap .text-panel .t-text .cap {
  margin-top: 5px;
  color: #000;
  font-family: "秀英角ゴシック金 M";
}
.top-content .c-content .text-wrap .text-panel .t-btn {
  margin-top: 20px;
  text-align: right;
}
.top-content .c-content .text-wrap .text-panel .t-btn a:hover {
  color: #333;
}
.top-content .c-content .text-wrap .text-panel .t-btn__in {
  display: inline-block;
  width: 200px;
  padding: 20px 0;
  font-size: 18px;
  font-family: "リュウミン M-KL";
  text-align: left;
  line-height: 1;
  letter-spacing: 0.3em;
  position: relative;
  border-bottom: 1px solid #000;
}
.top-content .c-content .text-wrap .text-panel .t-btn__in .arrow {
  bottom: 26px;
}
@media only screen and (max-width: 1240px) {
  .top-content .c-content.p-right .photo-wrap {
    margin-left: 140px;
  }
  .top-content .c-content.p-right .c-h2 {
    left: 160px;
  }
  .top-content .c-content.p-right .c-h2__in:before {
    top: 40px;
  }
  .top-content .c-content.p-right .text-wrap .text-panel {
    padding: 60px 80px 50px 30px;
  }
  .top-content .c-content.p-left .c-h2 {
    left: calc(100vw - 140px + 66px);
  }
  .top-content .c-content.p-left .text-wrap .text-panel {
    padding: 60px 0px 50px 80px;
  }
  .top-content .c-content:before {
    content: "";
    background: #f0ece9;
    width: 100vw;
    height: 54.5vw;
    position: absolute;
    top: calc(100px + 3.5vw);
    z-index: 0;
  }
  .top-content .c-content .photo-wrap {
    width: calc(100% - 140px);
  }
  .top-content .c-content .c-h2 {
    font-size: 80px;
  }
  .top-content .c-content .text-wrap {
    margin-left: 140px;
    margin-right: 140px;
    zoom: 1;
  }
  .top-content .c-content .text-wrap:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    line-height: 0;
    content: ".";
  }
  .top-content .c-content .text-wrap .text-panel {
    width: 700px;
    margin-top: -6vw;
  }
  .top-content .c-content .text-wrap .text-panel .t-title {
    font-size: 34px;
    letter-spacing: 0.2em;
    line-height: 1.5;
    width: 100%;
  }
  .top-content .c-content .text-wrap .text-panel .t-text {
    margin-top: 20px;
    font-family: "リュウミン M-KL";
    line-height: 28px;
  }
  .top-content .c-content .text-wrap .text-panel .t-btn {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 960px) {
  .top-content {
    padding-bottom: 40px;
  }
  .top-content .c-content {
    margin-top: 4vw;
  }
  .top-content .c-content.p-right:before {
    left: 0;
    margin-left: 0;
  }
  .top-content .c-content.p-right .text-wrap {
    margin-left: 140px;
    margin-right: 0px;
  }
  .top-content .c-content.p-right .text-wrap .text-panel {
    padding: 60px 70px 50px 30px;
  }
  .top-content .c-content.p-right .text-wrap .text-panel.pc-wide {
    padding: 60px 70px 50px 30px;
  }
  .top-content .c-content.p-left:before {
    right: 0;
    margin-right: 0;
  }
  .top-content .c-content.p-left .text-wrap {
    margin-left: 0px;
    margin-right: 140px;
  }
  .top-content .c-content.p-left .text-wrap .text-panel {
    padding: 60px 0px 50px 80px;
  }
  .top-content .c-content:before {
    content: "";
    background: #f0ece9;
    width: calc(100vw - 30px);
    height: 54.5vw;
    top: calc(100px + 3.5vw);
  }
  .top-content .c-content .text-wrap {
    padding: 0;
    zoom: 1;
  }
  .top-content .c-content .text-wrap:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    line-height: 0;
    content: ".";
  }
  .top-content .c-content .text-wrap .text-panel {
    width: calc(100vw - 280px);
    margin-top: -6vw;
  }
  .top-content .c-content .text-wrap .text-panel .t-title {
    font-size: 32px;
  }
  .top-content .c-content .text-wrap .text-panel .t-text {
    margin-top: 20px;
  }
  .top-content .c-content .text-wrap .text-panel .t-btn {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .top-content .c-content {
    width: 100%;
    margin-top: 10vw;
    padding-top: 0;
    position: relative;
  }
  .top-content .c-content.c-plan:before {
    top: calc(80px + 8.125vw - 14.2vw);
  }
  .top-content .c-content.c-plan .c-h2 {
    line-height: 1.2;
    transform: translate(0px, -14vw);
  }
  .top-content .c-content.c-plan .c-h2__in {
    height: 8.125vw;
  }
  .top-content .c-content.p-right:before {
    left: 0;
    margin-left: 0;
  }
  .top-content .c-content.p-right .photo-wrap {
    margin-left: 0;
  }
  .top-content .c-content.p-right .c-h2 {
    left: auto;
  }
  .top-content .c-content.p-right .c-h2__in:before {
    top: 0px;
  }
  .top-content .c-content.p-right .text-wrap {
    margin-left: 0;
  }
  .top-content .c-content.p-right .text-wrap .text-panel {
    padding: 25px 20px 30px;
  }
  .top-content .c-content.p-right .text-wrap .text-panel.pc-wide {
    padding: 25px 20px 30px;
  }
  .top-content .c-content.p-right .text-wrap .text-panel:before {
    right: 0;
  }
  .top-content .c-content.p-left:before {
    right: 0;
    margin-right: 0;
  }
  .top-content .c-content.p-left .c-h2 {
    left: auto;
  }
  .top-content .c-content.p-left .text-wrap {
    margin-right: 0;
  }
  .top-content .c-content.p-left .text-wrap .text-panel {
    float: right;
    padding: 25px 20px 30px 30px;
  }
  .top-content .c-content.p-left .text-wrap .text-panel:before {
    left: 0;
  }
  .top-content .c-content:before {
    content: "";
    background: #f0ece9;
    width: 93.75vw;
    height: 110vw;
    position: absolute;
    top: calc(80px + 8.125vw);
    z-index: 0;
  }
  .top-content .c-content.c-concept {
    margin-top: 120px;
  }
  .top-content .c-content .photo-wrap {
    display: block;
    width: 100%;
    height: 78.125vw;
    z-index: 10;
  }
  .top-content .c-content .photo-wrap .cap {
    bottom: 6.6vw;
  }
  .top-content .c-content .photo-wrap .cap.on-L {
    left: auto;
    right: 6px;
  }
  .top-content .c-content .photo-wrap .cap.on-R {
    right: auto;
    left: 6px;
  }
  .top-content .c-content .c-h2 {
    font-size: 104px;
    font-size: 16.25vw;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
  }
  .top-content .c-content .c-h2__in {
    position: relative;
    padding-left: 0;
    padding-top: 80px;
    text-align: center;
  }
  .top-content .c-content .c-h2__in:before {
    content: "";
    width: 1px;
    height: 0px;
    background: #333;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .top-content .c-content .text-wrap {
    position: relative;
    z-index: 40;
    zoom: 1;
  }
  .top-content .c-content .text-wrap:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    line-height: 0;
    content: ".";
  }
  .top-content .c-content .text-wrap .text-panel {
    width: calc(100vw - 40px);
    background: #FFF;
    box-sizing: border-box;
    position: relative;
    margin-top: -6vw;
  }
  .top-content .c-content .text-wrap .text-panel:before {
    display: none;
  }
  .top-content .c-content .text-wrap .text-panel__in {
    position: relative;
    z-index: 30;
  }
  .top-content .c-content .text-wrap .text-panel .t-title {
    font-size: 22px;
    letter-spacing: 0.3em;
    line-height: 1.5;
  }
  .top-content .c-content .text-wrap .text-panel .t-text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.8;
  }
  .top-content .c-content .text-wrap .text-panel .t-btn {
    margin-top: 20px;
    text-align: right;
  }
  .top-content .c-content .text-wrap .text-panel .t-btn a:hover {
    color: #333;
  }
  .top-content .c-content .text-wrap .text-panel .t-btn__in {
    display: inline-block;
    width: 140px;
    padding: 16px 0;
    font-size: 14px;
    text-align: left;
    line-height: 1;
    letter-spacing: 0.3em;
    position: relative;
    border-bottom: 1px solid #000;
  }
  .top-content .c-content .text-wrap .text-panel .t-btn__in .arrow {
    width: 30px;
    bottom: 16px;
    left: calc(100% - 30px);
  }
}

.c-bottom-btns {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.c-bottom-btns a {
  display: block;
  width: 31.25%;
  padding-top: 30.2%;
  position: relative;
}
.c-bottom-btns a.is-coming {
  pointer-events: none;
}
.c-bottom-btns a.is-coming .btn__in {
  color: #B3B3B3;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  border-bottom: none;
  letter-spacing: 0.1em;
}
.c-bottom-btns a.is-coming .btn__in .arrow {
  display: none;
}
.c-bottom-btns a:before {
  content: "";
  background: #f0ece9;
  width: 93.33%;
  height: 68.96%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.c-bottom-btns a .photo-wrap,
.c-bottom-btns a .c-h2,
.c-bottom-btns a .btn {
  position: absolute;
}
.c-bottom-btns a .photo-wrap {
  left: 0;
  top: 0;
  z-index: 10;
  width: 76.66%;
  height: 84.82%;
}
.c-bottom-btns a .c-h2 {
  width: 100%;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.05em;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  left: 76.66%;
  top: 0;
  z-index: 20;
  margin-left: 68px;
}
.c-bottom-btns a .btn {
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 30;
}
.c-bottom-btns a .btn__in {
  width: 66.66%;
  font-family: "リュウミン M-KL";
  padding-bottom: 12px;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.3em;
  border-bottom: 1px solid #000;
  position: relative;
}
.c-bottom-btns a .btn__in .arrow {
  bottom: 14px;
}
@media only screen and (max-width: 960px) {
  .c-bottom-btns a.is-coming .btn__in {
    font-size: 20px;
    font-size: 2.08333vw;
  }
  .c-bottom-btns a .c-h2 {
    font-size: 5vw;
    left: 76.66%;
    margin-left: 7vw;
  }
  .c-bottom-btns a .btn__in {
    padding-bottom: 1vw;
    font-size: 18px;
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-bottom-btns {
    display: block;
    margin-top: 50px;
  }
  .c-bottom-btns a {
    width: 100%;
    padding-top: 33.33%;
    margin-top: 10px;
  }
  .c-bottom-btns a.is-coming .btn__in {
    font-size: 24px;
    font-size: 4vw;
  }
  .c-bottom-btns a .photo-wrap {
    left: 0;
    top: 0;
    z-index: 10;
    width: 90.66%;
    height: 81%;
  }
  .c-bottom-btns a .c-h2 {
    font-size: 32px;
    font-size: 5.33333vw;
    left: 90.66%;
    margin-left: 8vw;
  }
  .c-bottom-btns a .btn__in {
    width: 38.33%;
    padding-bottom: 1.4vw;
    font-size: 20px;
    font-size: 3.125vw;
  }
  .c-bottom-btns a .btn__in .arrow {
    bottom: 6px;
  }
}

.bottom-cap .banner {
  text-align: center;
  margin-bottom: 24px;
}
.bottom-cap .banner a {
  display: inline-block;
  max-width: 440px;
  margin: 10px;
}
.bottom-cap .banner a img {
  width: 100%;
}

.none {
  display: none !important;
}





.infonews{
    max-width: 960px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 25px;
    border-bottom: black 1px solid;
}

.infonews h3{
        text-align: center;
    font-size: 18px;
    margin-bottom: 13px;
    letter-spacing: 0.15em;
}

.info-crn{
    text-align: center;
    margin: 30px 0;
}

.info-crn a:first-child {
display: inline-block;
}


.info-crn img:hover {
    opacity: 0.5;
    transition: 0.5s;
}

@media only screen and (max-width: 960px) {
    .infonews{
        margin: 0 18px;}

}

@media only screen and (max-width: 767px) {
    .info-crn a:first-child {
        display: none;
    }
}


/* ===================================
price
=================================== */
.price_list {
    max-width: 960px;
    margin: auto;
    padding: 2rem 0;
	font-family: "リュウミン M-KL";
}

.price_list_inner {
    max-width: 960px;
    padding: 0 2rem;
    margin: auto;
}

.price_list_table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #666;
    word-break: break-all;
}

.price_list_table thead th {
	color: #fff!important;
    background-color: #333;
    border: none;
    font-size: 1.1rem;
    text-align: center;
    padding: .3rem;
}

.price_list_table tbody tr  {
    background-color: #f0ece9;
}

.price_list_table tbody td {
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid #666;
    padding: .3rem;
}

.price_list_table tbody td span {
    font-size: 1rem;
}

.price_list_table tbody td >sup {
    font-size: .8rem;
}

.price_list_table tbody td >a {
    display: block;
    background-color: #B3B3B3;
    text-align: center;
    font-size: 1rem;
    padding: .5rem;
    transition: .3s;
    color: #fff!important;
}

.price_list_table tbody td >a:hover {
    background-color: #333;
}

.price_list_cap {
    color: #000;
    font-size: 10px;
    font-family: "秀英角ゴシック金 M";
    letter-spacing: 0.04em;
    text-align: left;
}


@media only screen and (max-width:640px) {

.price_list {
    padding: 2rem .3rem 1rem;
}

.price_list_inner {
    font-size: .7rem;
    padding: 0;
}

.price_list_table thead th {
    font-size: .7rem;
}

.price_list_table thead th:nth-child(1) {
    min-width: 65px;
}

.price_list_table thead th:nth-child(2) {
    min-width: 40px;
}

.price_list_table tbody td:nth-child(3) {
    min-width: 40px;
}

.price_list_table thead th:nth-child(4) {
    min-width: 50px;
}
.price_list_table thead th:nth-child(6) {
    min-width: 40px;
}

.price_list_table tbody td {
    font-size: .7rem;
    padding: .1rem;
}

.price_list_table tbody td span {
    font-size: .5rem;
}

.price_list_table tbody td >sup {
    font-size: .2rem;
}

.price_list_table tbody td >a {
    font-size: .7rem;
    padding: .8rem 0;
}

}