@charset "utf-8";
/* CSS Document */

#wrapper.close {
    height: 100%;
}

#close {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: rgba(0,0,0,0.80);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#close .txt {
    text-align: center;
    color: #FFFFFF;
    font-size: 2rem;
}
#close .harue {
    width: 30rem;
    height: 14rem;
    margin-top: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    color: #eb641e;
    border: 3px solid #eb641e;
    box-sizing: border-box;
}
#close .harue span {
    font-size: 2.6rem;
    letter-spacing: 0;
    font-weight: bold;
    text-align: center;
}

.o_line18 > span {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 2rem;
}
.o_line18 > span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1.8rem;
    background-color: #ef834b;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translate(-50%,0);
    z-index: -2;
}
.o_line18 > span::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.1rem;
    background-color: #FFFFFF;
    position: absolute;
    bottom: -0.3rem;
    left: 50%;
    transform: translate(-50%,0);
    z-index: -1;
}
.o_line18 > span > span::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -0.6rem;
    left: -0.1rem;
    transform: translate(0,0);
    z-index: -1;
}
.o_line18 > span > span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: -0.6rem;
    right: -0.1rem;
    transform: translate(0,0);
    z-index: -1;
}

.att {
    font-size: 1.6rem;
    letter-spacing: 0;
    position: relative;
    padding-left: 1.2em;
    display: inline-block;
}
.att::before {
    content: "※";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}



/* #page_navi_wrap
----------------------------------------- */
#page_navi_wrap {
	position: fixed;
	top: 12rem;
    width: 100%;
    z-index: 102;
    height: auto;
    background: rgba(255,255,255,0.90);
    -webkit-transition: all .6s;
    transition: all .6s;
}
#page_navi_wrap .page_navi {
	width: 100%;
    max-width: 110rem;
    margin: auto;
    height: 5.2rem;
    align-items: center;
    position: relative;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#page_navi_wrap.is_show {
    top: 8.2rem;
}
#page_navi_wrap .page_navi h1 {
	font-size: 2.0rem;
    letter-spacing: 0.05em;
	font-weight: bold;
}
#page_navi_wrap .page_navi .page_navi_list {
	justify-content: flex-end;
}
#page_navi_wrap .page_navi .page_navi_list > li {
	display: flex;
}
#page_navi_wrap .page_navi .page_navi_list > li:not(:last-child) {
	margin-right: 1.5rem;
}
#page_navi_wrap .page_navi .page_navi_list > li::before {
	content: "";
	display: block;
	width: 1.3rem;
	height: 1.1rem;
	background: url(../images/private/pagedown.svg) no-repeat center center;
	background-size: contain;
	margin-right: 1rem;
}
#page_navi_wrap .page_navi .page_navi_list a {
	display: block;
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
#page_navi_wrap .page_navi {
    height: auto;
    padding: 2rem 0;
    justify-content: center;
}
#page_navi_wrap .page_navi h1 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
}
#page_navi_wrap .page_navi .page_navi_list > li::before {
    content: "";
    display: block;
    width: 2.2rem;
    height: 2rem;
    background: url(../images/private/pagedown.svg) no-repeat center center;
    background-size: cover;
    margin-right: 1rem;
}
}


/* #topmain
----------------------------------------- */
#topmain {
    position: relative;
    height : auto;
    margin: 0;
}

#topmain > .inner {
    height: -webkit-calc(100% - 11.8rem);
    height: calc(100% - 11.8rem);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
}

#topmain .main_txt {
    position: absolute;
    top: 40%;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
    text-align: left;
}

#topmain .main_txt .logo {
    display: inline-block;
}
#topmain .main_txt .logo img {
    width: 20rem;
	height: 10.2rem;
}

#topmain .main_txt .txt_wrap {
    font-size: 2rem;
    font-weight: bold;
    line-height: calc(35/20);
    text-align: left;
    color: #000000;
	margin-top: 5rem;
}
#topmain .main_txt .txt_wrap span {
    color: #ff5900;
}

#topmain .page_navi_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    z-index: 2;
}
#topmain .page_navi_wrap .page_navi_list > li:not(:last-child) {
    margin-right: 2.5rem;
}


#topmain .point_wrap {
    position: absolute;
    bottom: 2.5rem;
    right: 0;
    transform: translate(0, 0);
    z-index: 2;
}
#topmain .point_wrap .point_list > li:not(:last-child) {
    margin-right: 2.5rem;
}


#topmain .area_wrap {
	width: 6rem;
	height: -webkit-calc(100% - 11.8rem);
    height: calc(100% - 11.8rem);
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, 0);
    z-index: 2;
    display: flex;
    align-items: center;
}
#topmain .area_wrap .area_list {
    width: 100%;
}
#topmain .area_wrap .area_list a {
    width: 100%;
    padding: 5rem 0;
    box-sizing: border-box;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    display: flex;
    align-items: center;
    position: relative;
}
#topmain .area_wrap .area_list a.harue {
    background-color: #eb641e;
    margin-bottom: 2rem;
    color: #FFFFFF;
}
#topmain .area_wrap .area_list a.harue::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0,100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.1rem 6rem 0 0;
    border-color: #eb641e transparent transparent transparent;
    z-index: 2;
}
#topmain .area_wrap .area_list a.taneike {
    background-color: #FFFFFF;
    border-left: 2px solid #eb641e;
    border-bottom: 2px solid #eb641e;
    color: #eb641e;
}
#topmain .area_wrap .area_list a.taneike::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0,-100%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.1rem 6rem;
    border-color: transparent transparent #FFFFFF transparent;
    z-index: 2;
}

#topmain .area_wrap .area_list a span {
    font-size: 1.8rem;
    letter-spacing: 0;
    font-weight: bold;
    transform: rotate(180deg);
}


#topmain .slick-slide img {
	width: 100%;
}

#topmain .slider {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}

#topmain .slider li.slick-slide {
  height: -webkit-calc(100vh - 7rem);
  height: calc(100vh - 7rem);
  min-height: 78rem;
  /*height: 100vh;*/
  /*max-height: 600px;*/
}

#topmain .slider li.slick-slide .slide_wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#topmain .slider li.slick-slide a:hover * {
	opacity: 1;  
    filter: alpha(opacity=100);  
	-ms-filter: "alpha( opacity=100 )";
}

#topmain .slider.harue li.slick-slide .slide_wrap {
  background-image: url(../images/harue/top_img.jpg.webp);
}
.no-webp #topmain .slider.harue li.slick-slide .slide_wrap {
  background-image: url(../images/harue/top_img.jpg);
}

#topmain .slider.taneike li.slick-slide .slide_wrap {
  background-image: url(../images/taneike/top_img.jpg.webp);
}
.no-webp #topmain .slider.taneike li.slick-slide .slide_wrap {
  background-image: url(../images/taneike/top_img.jpg);
}

@media only screen and (max-width: 768px) {
#topmain {
    margin-top: 12rem;
}
#topmain > .inner {
    width: 63rem;
    /*height : -webkit-calc(100vh - 12rem) ;
    height: calc(calc(var(--vh, 1vh) * 100) - 12rem);*/
    /*height: calc(100% - 12rem);*/
    height: 100%;
}
    
#topmain .main_txt {
    right: 2rem;
}
    
#topmain .slider li.slick-slide {
      /*height : -webkit-calc(100vh - 20rem) ;
      height : calc(calc(var(--vh, 1vh) * 100) - 9rem) ;*/
      height: 75rem;
      min-height: auto;
}

#topmain .page_navi_wrap {
    width: 100%;
}
#topmain .page_navi_wrap .page_navi_list {
    justify-content: space-between;
}
#topmain .page_navi_wrap .page_navi_list > li {
    width: 18rem;
}
#topmain .page_navi_wrap .page_navi_list > li:not(:last-child) {
    margin-right: 0;
}
    
    
#topmain .point_wrap {
    position: absolute;
    bottom: auto;
    top: 2rem;
    right: 0;
    transform: translate(0, 0);
    z-index: 2;
}
#topmain .point_wrap .point_list > li {
    width: 12rem;
}
#topmain .point_wrap .point_list > li:not(:last-child) {
    margin-right: 2rem;
}
    

#topmain .area_wrap {
	width: 8rem;
	/*height: -webkit-calc(100% - 12rem);
    height: calc(100% - 12rem);*/
    height: 75rem;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(0, 0);
    z-index: 2;
    display: flex;
    align-items: center;
}
#topmain .area_wrap .area_list a.harue {
    margin-bottom: 1.8rem;
}
#topmain .area_wrap .area_list a.harue::after {
    bottom: 0.1rem;
    border-width: 2.1rem 8rem 0 0;
}
#topmain .area_wrap .area_list a.taneike::after {
    top: 0.1rem;
    border-width: 0 0 2.1rem 8rem;
}
#topmain .area_wrap .area_list {
    width: 100%;
}
#topmain .area_wrap .area_list a {
    width: 100%;
    padding: 5rem 0;
    box-sizing: border-box;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    display: flex;
    align-items: center;
    position: relative;
}

#topmain .area_wrap .area_list a span {
    font-size: 2.6rem;
}
    
#topmain .slider li.slick-slide .slide_wrap {
    /*background-position-x: 65%;*/
}
    
#topmain .slider.harue li.slick-slide .slide_wrap {
  background-image: url(../images/harue/top_img_sp.jpg.webp);
}
.no-webp #topmain .slider.harue li.slick-slide .slide_wrap {
  background-image: url(../images/harue/top_img_sp.jpg);
}
    
#topmain .slider.taneike li.slick-slide .slide_wrap {
  background-image: url(../images/taneike/top_img_sp.jpg.webp);
}
.no-webp #topmain .slider.taneike li.slick-slide .slide_wrap {
  background-image: url(../images/taneike/top_img_sp.jpg);
}
}



/* #news
----------------------------------------- */
#news {
    padding-top: 20rem;
}

#news .inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
#news .news_ttl {
    text-align: left;
    font-size: 3.1rem;
    font-weight: bold;
}
#news .news_txt {
    text-align: left;
    font-size: 3.1rem;
    font-weight: bold;
}
#news .news_txt a {
    color: #eb641f;
    font-weight: bold;
    display: block;
}

@media only screen and (max-width: 768px) {
#news {
    padding-top: 18rem;
}
#news .inner {
    flex-wrap: wrap;
}
#news .news_ttl {
    width: 100%;
    margin-bottom: 1rem;
}
#news .news_txt a {
    display: block;
}
}



/* #goal
----------------------------------------- */
#goal {
    padding-top: 20rem;
}

#goal .inner {
    
}
#goal .ttl {
    display: block;
    text-align: center;
    font-size: 3.1rem;
    font-weight: bold;
    line-height: 1.6;
}
#goal .ttl span {
    color: #eb641f;
    background: linear-gradient(transparent 50%, #fed4c0 50%);
}

#goal .txt {
    margin-top: 1rem;
    line-height: 1.75;
}
#goal .txt span {
    background-color: #eb641f;
    padding: 0.5rem 1rem;
    border-radius: 10rem;
    color: #FFFFFF;
    margin: 0 0.5rem;
}


@media only screen and (max-width: 768px) {
#goal {
    padding-top: 18rem;
}
#goal .inner {
}
#goal .ttl {
    font-size: 2.8rem;
}
#goal .txt {
    font-size: 2.2rem;
}
}


/* #feature
----------------------------------------- */
#feature {
    padding-top: 34rem;
}
#feature .feature_layout {
}
#feature .feature_layout > li {
    width: calc(480/1100*100%);
    position: relative;
}
#feature .feature_layout > li.plus {
    width: calc(140/1100*100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10rem;
}
#feature .feature_layout > li h2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-130%);
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
}
#feature .feature_layout > li h2 > span {
    margin-bottom: 2rem;
}
#feature .feature_layout > li .img_wrap {
}
#feature .feature_layout > li .txt_wrap {
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
    margin-top: 3rem;
}
#feature .feature_layout > li .txt_wrap span {
    font-size: 1.8rem;
    font-weight: normal;
    margin-left: 1rem;
}
#feature .feature_layout > li .txt_wrap .sub {
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 0;
}

@media only screen and (max-width: 768px) {
#feature {
    padding-top: 17rem;
}
#feature .feature_layout {
}
#feature .feature_layout > li {
    width: 100%;
}
#feature .feature_layout > li.plus {
    width: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem;
}
#feature .feature_layout > li h2 {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0,0);
    font-size: 4.2rem;
    margin-bottom: 4rem;
}
#feature .feature_layout > li h2 > span {
    margin-bottom: 2rem;
}
#feature .feature_layout > li .img_wrap {
}
#feature .feature_layout > li .txt_wrap {
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
    margin-top: 3rem;
}
#feature .feature_layout > li .txt_wrap span {
    font-size: 1.8rem;
    font-weight: normal;
    margin-left: 1rem;
}
#feature .feature_layout > li .txt_wrap .sub {
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 0;
}

}


/* #price
----------------------------------------- */
#price {
    padding-top: 16rem
}

#price .price_table {
    width: 100%;
    border: 1px solid #cccccc;
}
#price .price_table.admission {
    margin-top: 2rem;
}
#price .price_table th,
#price .price_table td {
    padding: 2rem 5rem;
}
#price .price_table th {
    width: 25.5rem;
    background-color: #e6e6e6;
    text-align: center;
    vertical-align: middle;
}
#price .price_table td {
    border-bottom: 1px solid #cccccc;
}
#price .price_table .price_wrap {
    font-size: 2.1rem;
    align-items: center;
    justify-content: space-between;
}
#price .price_table .price_wrap .price_txt > span {
    font-size: 1.6rem;
    margin-right: auto;
}
#price .price_table .price_wrap .price_txt {
    text-align: left;
}
#price .price_table .price_wrap .price {
    /*margin-left: 4rem;*/
}
#price .price_table .price {
    font-size: 1.7rem;
}
#price .price_table .price > span {
    font-size: 2.6rem;
    font-weight: bold;
    margin-right: 1rem;
}
#price .price_table .price del {
    color: #888;
    padding: 0 0.4em;
    text-decoration: none;
	position: relative;
}
#price .price_table .price del::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
    background-image: linear-gradient(#FF0000, #FF0000);
    background-position: 0 50%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
}


#price .att {
    margin-top: 2rem;
}
#price .campaign_price {
    margin-top: 2rem;
	text-align: center;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: bold;
	color: #FF0000;
}
#price .campaign_price span {
    font-size: 2.6rem;
}


@media screen and (max-width: 768px) {
#price {
        padding-top: 12rem
}
#price .price_table {
}
#price .price_table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#price .price_table th,
#price .price_table td {
    padding: 2rem 5rem;
}
#price .price_table th {
    width: 100%;
    background-color: #e6e6e6;
    text-align: center;
    vertical-align: middle;
}
#price .price_table td {
    width: 100%;
    border-bottom: 1px solid #cccccc;
}
#price .price_table tr:last-child td {
    border-bottom: none;
}
#price .price_table .price_wrap {
    font-size: 2.6rem;
    align-items: center;
    justify-content: space-between;
}
#price .price_table .price_wrap .price_txt > span {
    font-size: 2rem;
    margin-right: auto;
}
#price .price_table .price_wrap .price_txt {
    text-align: left;
}
#price .price_table .price_wrap .price {
    /*margin-left: 4rem;*/
}
#price .price_table .price {
    font-size: 2.6rem;
    text-align: left;
}
#price .price_table .price > span {
    font-size: 2.8rem;
    font-weight: bold;
    margin-right: 1rem;
}
#price .att {
    margin-top: 2rem;
}
    
#price .campaign_price {
    font-size: 2.6rem;
}
#price .campaign_price span {
    font-size: 3.1rem;
}
}


/* #facility
----------------------------------------- */
#facility {
    padding-top: 18rem;
}
#facility .ttl_wrap {
    width: 100%;
    padding-top: 36.4285%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-bottom: 10rem;
}
#facility .ttl_wrap h1 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 6rem;
    line-height: 1;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
}

#facility h2.ttl {
    margin-bottom: 6rem;
}

#facility .facility_slider_wrap {
    margin-bottom: 18rem;
}
#facility .facility_slider_wrap h3 {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5rem;
    position: relative;
}
#facility .facility_slider_wrap h3 span {
    font-size: 2.1rem;
    font-weight: normal;
}
#facility .facility_slider_wrap h3::after {
    content: "";
    display: block;
    width: calc(100% + 1rem);
    height: 0.2rem;
    background-color: #000000;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translate(-50%,0);
}

#facility .facility_slider_wrap .facility_slider {
    width: 100%;
    max-width: 89rem;
    margin: auto;
}
#facility .facility_slider_wrap .facility_slider .slick-arrow img {
    width: 2.7rem;
}
#facility .facility_slider_wrap .facility_slider .slick-prev,
#facility .facility_slider_wrap .facility_slider .slick-next {
    width: 2.7rem;
    height: auto;
}
#facility .facility_slider_wrap .facility_slider .slick-prev {
    left: -10rem;
}
#facility .facility_slider_wrap .facility_slider .slick-next {
    right: -10rem;
}

#facility .facility_slider_wrap .facility_slider .slick-dots {
    bottom: 2rem;
    left: 0;
}
#facility .facility_slider_wrap .facility_slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin-right: 3rem;
}
#facility .facility_slider_wrap .facility_slider .slick-dots li:last-child {
    margin-right: 0px;
}
#facility .facility_slider_wrap .facility_slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
#facility .facility_slider_wrap .facility_slider .slick-dots li button:before {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: #e6e6e6;
}
#facility .facility_slider_wrap .facility_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #eb641e;
}

#facility .facility_slider_wrap .facility_slider .slick-slide {
    position: relative;
}
#facility .facility_slider_wrap .facility_slider .slick-slide .txt_wrap {
    position: absolute;
    bottom: -3rem;
    left: 0;
    transform: translate(0,100%);
    width: 100%;
    text-align: center;
}

#facility .facility_slider_wrap .facility_slider .slick-list {
    overflow: initial;
    overflow-x: clip;
}


#facility .private_space {
    margin-top: 23rem;
    width: 100%;
    background-color: #e6e6e6;
    padding: 10rem;
    text-align: center;
}
#facility .private_space .lead {
    display: inline-block;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5rem;
    position: relative;
}
#facility .private_space .lead::after {
    content: "";
    display: block;
    width: calc(100% + 1rem);
    height: 0.2rem;
    background-color: #000000;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translate(-50%,0);
}

#facility .private_space h2 {
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
}
#facility .private_space h2 > span {
    margin-bottom: 3rem;
}

#facility .private_space .o_line18 > span > span::before {
    border-color: #e6e6e6 transparent transparent transparent;
}
#facility .private_space .o_line18 > span > span::after {
    border-color: transparent transparent #e6e6e6 transparent;
}
#facility .private_space > .img_wrap {
    margin-top: 5rem;
}
#facility .private_space .space_list {
    width: 100%;
}
#facility .private_space .space_list > li {
    width: calc(440/900*100%);
    position: relative;
}
#facility .private_space .space_list > li h3 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

#facility .private_space .space_list.type01 {
    margin-top: 16rem;
}
#facility .private_space .space_list.type02 {
    margin-bottom: 8rem;
}
#facility .private_space .space_list.type02 > li h3 {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
}

#facility .private_space > .map_wrap {
    margin: 1rem 0;
}

@media screen and (max-width: 768px) {
#facility {
    padding-top: 12rem;
}
#facility .facility_slider_wrap .facility_slider .slick-prev {
    left: -4rem;
}
#facility .facility_slider_wrap .facility_slider .slick-next {
    right: -4rem;
}
#facility .private_space {
    margin-top: 12rem;
    padding: 6rem 4rem;
}
#facility .private_space h2 {
    font-size: 2.2rem;
}
#facility .private_space > .img_wrap {
    margin-top: 3rem;
}
#facility .private_space .space_list.type01 {
    margin-top: 12rem;
}
}



/* #about
----------------------------------------- */
#about {
    padding-top: 18rem;
}
#about .ttl_wrap {
    width: 100%;
    padding-top: 36.4285%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-bottom: 10rem;
}
#about .ttl_wrap h1 {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 6rem;
    line-height: 1;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

#about h2 {
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 6rem;
}

#about h2 > span:not(:last-child) {
    margin-bottom: 3rem;
}
#about h2 > span > span .point {
    padding-top: 2rem;
    background-position: top left -0.6rem;
    background-repeat: repeat-x;
    background-size: .9em .2em;
    background-image: radial-gradient(.2rem .2rem at center center,#000000,#000000 100%,transparent);
}

#about .img_wrap {
    margin: 3rem 0;
}

#about .txt_con {
    ext-align: center;
}
#about .txt_con h3 {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2.5rem;
    position: relative;
}
#about .txt_con h3::after {
    content: "";
    display: block;
    width: calc(100% + 1rem);
    height: 0.2rem;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
#about .txt_con .txt_wrap {
    text-align: center;
}


@media screen and (max-width: 768px) {
#about {
    padding-top: 12rem;
}
#about h2 {
    font-size: 2.8rem;
    margin-bottom: 6rem;
}
#about .txt_con_list {
    flex-wrap: nowrap;
    width: 100vw;
    margin-left: -6rem;
}
#about .txt_con_list .txt_con {
    width: 46%;
}  
}


/* #flow
----------------------------------------- */
#flow {
    padding-top: 18rem;
}

#flow .flow_list {
    width: 100%;
}
#flow .flow_list > li {
    padding: 10rem 0 10rem;
    text-align: center;
    position: relative;
}
#flow .flow_list > li:nth-child(even) {
    background-color: #e6e6e6;
    margin: 15rem 0 10rem;
    position: relative;
}
#flow .flow_list > li:nth-child(even)::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15rem 100vw;
    border-color: transparent transparent #e6e6e6 transparent;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0,-100%);
    z-index: -1;
}
#flow .flow_list > li:nth-child(even)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 10rem 0;
    border-color: transparent #e6e6e6 transparent transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0,100%);
    z-index: -1;
}

#flow .flow_list .flow_con {
    width: 100%;
    position: relative;
}
#flow .flow_list > li:not(:last-child) .flow_con::after {
    content: "";
    display: block;
    width: 5.2rem;
    height: 25.3rem;
    background: url("../images/flow_arrow.svg") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translate(-50%,100%);
    z-index: 2;
}
#flow .flow_list .flow_con > li.img {
    width: calc(730/1400*100%);
}
#flow .flow_list .flow_con > li.txt {
    width: calc(425/1400*100%);
    margin-right: auto;
    margin-left: 9rem;
}
#flow .flow_list .flow_con > li.txt h3 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    color: #eb641e;
    margin-bottom: 5rem;
}
#flow .flow_list .flow_con > li.txt h3 span {
    font-size: 6.5rem;
}
#flow .flow_list .flow_con > li.txt h4 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 4rem;
}
#flow .flow_list .flow_con > li.txt h4 > span {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 2rem;
    margin-left: -2rem;
}
#flow .flow_list .flow_con > li.txt h4 > span:not(:last-child) {
    margin-bottom: 3rem;
}
#flow .flow_list .flow_con > li.txt h4 > span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1.6rem;
    background-color: #e6e6e6;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translate(-50%,0);
    z-index: -2;
}
#flow .flow_list .flow_con > li.txt h4 > span > span::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -0.6rem;
    left: -0.1rem;
    transform: translate(0,0);
    z-index: -1;
}
#flow .flow_list .flow_con > li.txt h4 > span > span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: -0.6rem;
    right: -0.1rem;
    transform: translate(0,0);
    z-index: -1;
}

#flow .flow_list .flow_con > li.txt .img_wrap {
    margin-top: 4rem;
}

#flow .flow_list > li:nth-child(even) .flow_con > li.txt {
    margin-right: 9rem;
    margin-left: auto;
}
#flow .flow_list > li:nth-child(even) .flow_con > li.txt h4 > span::after {
    background-color: #FFFFFF;
}
#flow .flow_list > li:nth-child(even) .flow_con > li.txt h4 > span > span::before {
    border-color: #e6e6e6 transparent transparent transparent;
}
#flow .flow_list > li:nth-child(even) .flow_con > li.txt h4 > span > span::after {
    border-color: transparent transparent #e6e6e6 transparent;
}

#flow .flow_closing {
    display: inline-block;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin-top: 8rem;
    position: relative;
}
#flow .flow_closing::after {
    content: "";
    display: block;
    width: calc(100% + 1rem);
    height: 0.2rem;
    background-color: #000000;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translate(-50%,0);
}

@media screen and (max-width: 768px) {
#flow {
    padding-top: 16rem;
}

#flow .flow_list > li {
    padding: 6rem 0 6rem;
    text-align: center;
}
#flow .flow_list > li:nth-child(even) {
    background-color: #e6e6e6;
    margin: 10rem 0 10rem;
    position: relative;
}
#flow .flow_list > li:nth-child(even)::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15rem 100vw;
    border-color: transparent transparent #e6e6e6 transparent;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0,-100%);
    z-index: -1;
}
#flow .flow_list > li:nth-child(even)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 10rem 0;
    border-color: transparent #e6e6e6 transparent transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0,100%);
    z-index: -1;
}

#flow .flow_list .flow_con {
    width: 100%;
}
#flow .flow_list > li:not(:last-child) .flow_con::after {
    content: "";
    display: block;
    width: 4.8rem;
    height: 17.3rem;
    background: url("../images/flow_arrow.svg") no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -3rem;
    left: 50%;
    transform: translate(-50%,100%);
    z-index: 2;
}
#flow .flow_list .flow_con > li.img {
    width: 100%;
}
#flow .flow_list .flow_con > li.txt {
    width: 63rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4rem;
}
#flow .flow_list .flow_con > li.txt h3 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    color: #eb641e;
    margin-bottom: 5rem;
}
#flow .flow_list .flow_con > li.txt h3 span {
    font-size: 6.5rem;
}
#flow .flow_list .flow_con > li.txt h4 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 4rem;
}
#flow .flow_list .flow_con > li.txt h4 > span {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 2rem;
    margin-left: -2rem;
}
#flow .flow_list .flow_con > li.txt h4 > span:not(:last-child) {
    margin-bottom: 3rem;
}
#flow .flow_list .flow_con > li.txt h4 > span::after {
    content: "";
    display: block;
    width: 100%;
    height: 1.6rem;
    background-color: #e6e6e6;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translate(-50%,0);
    z-index: -2;
}
#flow .flow_list .flow_con > li.txt h4 > span > span::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -0.6rem;
    left: -0.1rem;
    transform: translate(0,0);
    z-index: -1;
}
#flow .flow_list .flow_con > li.txt h4 > span > span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: -0.6rem;
    right: -0.1rem;
    transform: translate(0,0);
    z-index: -1;
}

#flow .flow_list .flow_con > li.txt .img_wrap {
    margin-top: 4rem;
}

#flow .flow_list > li:nth-child(even) .flow_con > li.txt {
    width: 63rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 4rem;
}
    
#flow .flow_list > li:nth-child(even) .flow_con {
    flex-flow: column-reverse;
}
#flow .flow_list > li:nth-child(even) .flow_con > li.txt h4 > span::after {
    background-color: #FFFFFF;
}
#flow .flow_list > li:nth-child(even) .flow_con > li.txt h4 > span > span::before {
    border-color: #e6e6e6 transparent transparent transparent;
}
#flow .flow_list > li:nth-child(even) .flow_con > li.txt h4 > span > span::after {
    border-color: transparent transparent #e6e6e6 transparent;
}

#flow .flow_closing {
    display: inline-block;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin-top: 6rem;
    position: relative;
}
#flow .flow_closing::after {
    content: "";
    display: block;
    width: calc(100% + 1rem);
    height: 0.2rem;
    background-color: #000000;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translate(-50%,0);
}
#flow .att {
    text-align: left;
    margin-top: 2rem;
} 
}


/* #others
----------------------------------------- */
#others {
    padding-top: 18rem;
}
#others h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 6rem;
}
#others h2 span {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
}
#others h2 span::after {
    content: "";
    display: block;
    width: calc(100% + 1rem);
    height: 0.2rem;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}

#others .price_list {
    
}
#others .price_list > li {
    width: calc(250/1100*100%);
    box-sizing: border-box;
    border: 1px solid #cccccc;
    padding-bottom: 11rem;
    position: relative;
}
#others .price_list > li .img_wrap {
}
#others .price_list > li h3 {
    height: 11rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    font-weight: 400;
    text-align: center;
}
#others .price_list > li .txt_wrap {
    width: calc(190/250*100%);
    margin: auto;
}
#others .price_list > li .price_wrap {
    width: 100%;
    height: 8rem;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: auto;
    font-size: 1.8rem;
    position: absolute;
    bottom: 0;
}
#others .price_list > li .price_wrap .price {
    font-size: 2.6rem;
    font-weight: bold;
    margin-right: 1rem;
}
#others .price_list > li .price_wrap .att {
    display: block;
    line-height: 1;
}

#others .add_wrap {
    margin-top: 10rem;
   display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#others .add_wrap .add_list {
    display: inline-block;
}
#others .add_wrap .add_list > li:not(:last-child) {
    margin-bottom: 3rem;
}
#others .add_wrap .add_list h3 {
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
}
#others .add_wrap .add_list h3::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%,0);
}
#others .add_wrap .add_list .txt_wrap {
    margin-top: 1rem;
}

@media screen and (max-width: 768px) {
#others {
    padding-top: 12rem;
}
#others .price_list {
    
}
#others .price_list > li {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    padding-bottom: 18rem;
    position: relative;
}
#others .price_list > li:not(:last-child) {
    margin-bottom: 6rem;
}
#others .price_list > li .img_wrap {
}
#others .price_list > li h3 {
    height: 16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    font-weight: 400;
    text-align: center;
}
#others .price_list > li .txt_wrap {
    width: calc(190/250*100%);
    margin: auto;
}
#others .price_list > li .price_wrap {
    width: 100%;
    height: 13rem;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    font-size: 2.6rem;
    position: absolute;
    bottom: 0;
}
#others .price_list > li .price_wrap .price {
    font-size: 3.2rem;
    font-weight: bold;
    margin-right: 1rem;
}

#others .add_wrap {
    margin-top: 10rem;
   display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#others .add_wrap .add_list {
    display: inline-block;
}
#others .add_wrap .add_list > li:not(:last-child) {
    margin-bottom: 3rem;
}
#others .add_wrap .add_list h3 {
    font-size: 2.8rem;
    font-weight: bold;
    position: relative;
}
#others .add_wrap .add_list h3::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%,0);
}
#others .add_wrap .add_list .txt_wrap {
    margin-top: 1rem;
}
}


/* #instagram
----------------------------------------- */
#instagram {
    padding-top: 18rem;
}

#instagram h1.ttl {
    flex-wrap: wrap;
    margin-bottom: 8rem;
}
#instagram h1.ttl span.sub {
    width: 100%;
    display: block;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2.1rem;
}

#instagram .lead {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 5rem;
}
#instagram .lead span{
    padding: 0 2rem;
}
#instagram .lead::before {
    content: "";
    display: block;
    width: 0.2rem;
    height: 4rem;
    background-color: #d96b35;
    transform: rotate(-40deg);
}
#instagram .lead::after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 4rem;
    background-color: #d96b35;
    transform: rotate(40deg);
}

#instagram h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 6rem;
}
#instagram h2 span {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
}
#instagram h2 span::after {
    content: "";
    display: block;
    width: calc(100% + 1rem);
    height: 0.2rem;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}

@media screen and (max-width: 768px) {
#instagram {
    padding-top: 12rem;
}

#instagram h1.ttl {
    flex-wrap: wrap;
    margin-bottom: 8rem;
}
#instagram h1.ttl span.sub {
    font-size: 2.6rem;
}

#instagram .lead {
    font-size: 2.6rem;
    margin-bottom: 5rem;
}
#instagram .lead span{
    padding: 0 6rem;
}
#instagram .lead::before {
    content: "";
    display: block;
    width: 0.2rem;
    height: 8rem;
    background-color: #d96b35;
    transform: rotate(-40deg);
}
#instagram .lead::after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 8rem;
    background-color: #d96b35;
    transform: rotate(40deg);
}

#instagram h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 6rem;
}
#instagram h2 span {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
}
#instagram h2 span::after {
    content: "";
    display: block;
    width: calc(100% + 1rem);
    height: 0.2rem;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}

}




/* #access
----------------------------------------- */
#access {
    padding-top: 16rem;
}

#access .inner {
    max-width: 89rem;
}

#access .map_wrap {
  position: relative;
  width: 100%;
  padding-top: 57.8651%;
}

#access .map_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#access .address_wrap {
    margin-top: 3rem;
    font-size: 1.8rem;
}
#access .tel_wrap {
    margin-top: 1rem;
    font-size: 1.8rem;
}



@media screen and (max-width: 768px) {
	#access {
    adding-top: 12rem;
}
    #access .inner {
}
	
	#access .map_wrap {
      padding-top: 60%;
}
	
    #access .address_wrap {
    margin-top: 4rem;
    font-size: 2.6rem;
}
    #access .tel_wrap {
    margin-top: 1rem;
    font-size: 2.6rem;
}
	
}



/* #partnership
----------------------------------------- */
#partnership {
    padding-top: 16rem;
}

#partnership .inner {
    max-width: 89rem;
}

#partnership h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 6rem;
}
#partnership h2 span {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
}
#partnership h2 span::after {
    content: "";
    display: block;
    width: calc(100% + 1rem);
    height: 0.2rem;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}

#partnership .txt {
    margin-top: 3rem;
}

#partnership .txt ul {
    text-align: center;
}


@media screen and (max-width: 768px) {
#partnership {
    padding-top: 12rem;
}

#partnership .inner {
}

#partnership .txt {
}
	
}