@charset "UTF-8";
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  pages                                                   */
#mv.mv_cmn {
  margin-bottom: 65px;
  background: url(../images/common/mv_pages.jpg) no-repeat right/auto 100%;
}

@media screen and (max-width: 480px) {
  #mv.mv_cmn {
    margin-bottom: 8.5%;
  }
}

#mv.mv_cmn .wrap_wide {
  position: relative;
  height: 318px;
}

@media screen and (max-width: 768px) {
  #mv.mv_cmn .wrap_wide {
    height: 218px;
  }
}

@media screen and (max-width: 480px) {
  #mv.mv_cmn .wrap_wide {
    height: 180px;
  }
}

#mv.mv_cmn .wrap_wide h1 {
  position: absolute;
  left: 20px;
  bottom: -25px;
  z-index: 10;
}

#mv.mv_cmn .wrap_wide h1 span {
  display: block;
  line-height: 1.2;
}

#mv.mv_cmn .wrap_wide h1 .en {
  font-family: 'Inter', sans-serif;
  font-size: 9rem;
  text-transform: uppercase;
  margin-left: -3px;
}

@media screen and (max-width: 768px) {
  #mv.mv_cmn .wrap_wide h1 .en {
    font-size: 4rem;
  }
}

#mv.mv_cmn .wrap_wide h1 .jp {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  #mv.mv_cmn .wrap_wide h1 .jp {
    font-size: 1.8rem;
  }
}

.breadcrumbs {
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 20px 0;
  }
}

.breadcrumbs * {
  font-size: 1.2rem;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  flow                                                   */
.flow .flow_disc {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .flow .flow_disc {
    margin-bottom: 7%;
  }
}

@media screen and (max-width: 480px) {
  .flow .flow_disc {
    margin-bottom: 9%;
  }
}

.flow .tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flow .tab-label {
  color: #fff;
  background-color: #CCCCCC;
  background-image: url(../images/flow/tab_arrow.png);
  background-position: center 90%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 0.5%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 49%;
  max-width: 473px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 20px 5px;
}

@media screen and (max-width: 768px) {
  .flow .tab-label {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .flow .tab-label {
    font-size: 1.3rem;
  }
}

.flow .tab-switch:checked + .tab-label {
  background-color: #7B1831;
}

.flow .tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

.flow .tab-switch {
  display: none;
}

.flow .tab-content {
  width: 100%;
  display: none;
  border-top: #7B1831 5px solid;
  padding-top: 40px;
}

.flow .tab-content .tab01_top {
  margin-bottom: 80px;
  padding: 60px 59px;
  background: #F7F7F7;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .tab01_top {
    margin-bottom: 8%;
    padding: 6% 2%;
  }
}

@media screen and (max-width: 480px) {
  .flow .tab-content .tab01_top {
    margin-bottom: 10%;
    padding: 8% 4%;
  }
}

.flow .tab-content .tab01_top_txt {
  padding: 40px 60px;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .tab01_top_txt {
    padding: 4% 2%;
  }
}

@media screen and (max-width: 480px) {
  .flow .tab-content .tab01_top_txt {
    padding: 6% 4%;
  }
}

.flow .tab-content .tab01_top_txt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 53px;
  height: 100%;
  background: url(../images/flow/tab01_top_left.png) no-repeat center/cover;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .tab01_top_txt:before {
    background: none;
  }
}

.flow .tab-content .tab01_top_txt:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 53px;
  height: 100%;
  background: url(../images/flow/tab01_top_right.png) no-repeat center/cover;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .tab01_top_txt:after {
    background: none;
  }
}

.flow .tab-content .tab01_top_txt h3 {
  color: #7B1831;
  text-align: center;
  font-size: 2.4rem;
  border-bottom: 3px solid #7B1831;
  padding-bottom: 15px;
  margin-bottom: 27px;
}

@media screen and (max-width: 480px) {
  .flow .tab-content .tab01_top_txt h3 {
    font-size: 2rem;
  }
}

.flow .tab-content .tab01_top_txt p {
  font-size: 1.3rem;
  line-height: 2;
}

@media screen and (max-width: 480px) {
  .flow .tab-content .tab01_top_txt p {
    line-height: 1.4;
  }
}

.flow .tab-content .step_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 20px 28px 50px;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .step_list dl {
    padding: 2% 2.8% 5%;
    margin-bottom: 14%;
  }
}

@media screen and (max-width: 480px) {
  .flow .tab-content .step_list dl {
    padding: 4% 4.8% 7%;
    position: relative;
    background: #F7F7F7;
    margin-bottom: 16%;
  }
}

.flow .tab-content .step_list dl:nth-of-type(even) {
  background: #F7F7F7;
}

.flow .tab-content .step_list dl dt {
  width: 92px;
}

@media screen and (max-width: 480px) {
  .flow .tab-content .step_list dl dt {
    width: 60px;
    position: absolute;
    left: -10px;
    top: -30px;
    z-index: 2;
  }
}

.flow .tab-content .step_list dl dd {
  padding-left: 50px;
  color: #1D263A;
}

@media screen and (max-width: 480px) {
  .flow .tab-content .step_list dl dd {
    padding-left: 0;
    padding-top: 30px;
  }
}

.flow .tab-content .step_list dl dd .step_ttl {
  font-size: 2.5rem;
  margin-bottom: 22px;
}

@media screen and (max-width: 480px) {
  .flow .tab-content .step_list dl dd .step_ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.flow .tab-content .step_list dl dd p {
  font-size: 1.4rem;
  line-height: 1.8;
}

.flow .tab-content .step_list dl dd .btn_small {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .flow .tab-content .step_list dl dd .btn_small {
    margin-top: 4%;
  }
}

@media screen and (max-width: 480px) {
  .flow .tab-content .step_list dl dd .btn_small {
    margin-top: 6%;
  }
}

.flow .btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flow .btn_flex .btn_small:nth-of-type(1) {
  margin-right: 4%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  空室検索-search                                                   */
.entry_img_ttl {
  position: relative;
  margin-bottom: 40px;
  padding: 0 0 20px 25px;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .entry_img_ttl {
    font-size: 1.8rem;
    line-height: 1;
    padding-left: 15px;
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 480px) {
  .entry_img_ttl {
    font-size: 1.6rem;
    margin-bottom: 6%;
  }
}

.entry_img_ttl:before {
  content: '';
  width: 2px;
  height: 100%;
  max-height: 37px;
  position: absolute;
  left: 0;
  top: 0;
}

body#zenki .entry_img_ttl:before {
  background: #7B1831;
}

body#kouki .entry_img_ttl:before {
  background: #1D263A;
}

.entry_img_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #1D263A;
  -webkit-box-shadow: 0 2px 0 #ccc;
          box-shadow: 0 2px 0 #ccc;
}

.entry_img_ttl span {
  font-size: 1.4rem;
  padding-left: 50px;
}

.entry_main_ttl {
	margin: 30px auto 60px;
	width: 50%;
	text-align: center;
}

.entry_main_ttl > img {
	width: 100%;
}

.entry_main_ttl > img:nth-of-type(n+2) {
	margin-top: 30px;
}

.campaign_bnr {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	padding: 0px 15px;
}



@media screen and (max-width: 768px) {
  .entry_img_ttl span {
    display: block;
    font-size: 1.3rem;
    padding-left: 0;
    margin-top: 5px;
  }
}

@media screen and (max-width: 980px) {
	.entry_main_ttl {
		width: 70%;
	}
}

@media screen and (max-width: 600px) {
	.entry_main_ttl {
		margin: 30px 20px;
		width: auto;
	}

}

.search #mv.mv_cmn {
  background: url(../images/search/mv.jpg) no-repeat right center/auto 100%;
}

@media screen and (max-width: 768px) {
  .search #mv.mv_cmn {
    background-position: 70% center;
  }
}

.search .bnr {
  margin-bottom: 90px;
  padding: 55px 0;
}

@media screen and (max-width: 768px) {
  .search .bnr {
    padding: 5% 0;
  }
}

@media screen and (max-width: 768px) {
  .search .bnr {
    padding: 7% 0;
  }
}

.search .bnr .bnr_area {
  padding: 40px 130px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .search .bnr .bnr_area {
    padding: 4% 2%;
  }
}

@media screen and (max-width: 480px) {
  .search .bnr .bnr_area {
    padding: 6% 2%;
    display: block;
  }
}

.search .bnr .bnr_area_l, .search .bnr .bnr_area_r {
  width: 49%;
}

@media screen and (max-width: 480px) {
  .search .bnr .bnr_area_l, .search .bnr .bnr_area_r {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .search .bnr .bnr_area_l {
    margin-bottom: 30px;
  }
}

.search #room_search_navi_box {
  max-width: 775px;
  background: #EFEFEF;
  margin: 23px auto 110px;
}

.search #room_search_navi_box .box_in {
  padding: 25px;
}

.search #room_search_all a {
  display: block;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  margin-bottom: 15px;
}

.search #room_search_all a button {
  background: #1D263A;
  color: #fff;
  padding: 13px 30px;
  width: 100%;
  height: 100%;
}

.search #room_search_all a button:hover {
  background: #FFF;
  color: #1D263A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search #room_search_navi_box ul {
  max-width: 910px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


@media screen and (max-width: 768px) {
  .search #room_search_navi_box ul {
    display: none;
  }
}

.search #room_search_navi_box ul li {
  width: 23%;
  margin: 10px 0px 0px 16px;
}

@media screen and (max-width: 768px) {
  .search #room_search_navi_box ul li {
    width: 100%;
    margin: 0;
  }
}

.search #room_search_sp_accordion {
  display: none;
}

@media screen and (max-width: 768px) {
  .search #room_search_sp_accordion {
    font-size: 1.6rem;
    display: block;
    background: #fff;
    padding: 13px 30px;
    text-align: center;
  }
  body#zenki.search #room_search_sp_accordion button {
    color: #7B1831;
  }
  body#zenki.search #room_search_sp_accordion button {
    color: #1D263A;
  }
}

@media screen and (max-width: 768px) {
  .search #room_search_navi_box ul {
    background: #fff;
  }
}

.search #room_search_navi_box ul li:nth-child(4n+1) {
  margin: 10px 0px 0px 0px;
}

.search #room_search_navi_box ul li a {
  font-size: 2rem;
  color: #7B1831;
  display: block;
  background: #fff;
  border: 1px solid #7B1831;
  padding: 13px 30px;
  -webkit-box-shadow: 0 3px 0 #CBA3AE;
          box-shadow: 0 3px 0 #CBA3AE;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .search #room_search_navi_box ul li a {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: left;
    background-image: url(../images/search/accordion_icon.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 10px 10px;
  }
}

@media screen and (max-width: 480px) {
  .search #room_search_navi_box ul li a {
    font-size: 1.4rem;
  }
}

.search #room_search_navi_box ul li a:hover {
  color: #fff;
  background: #7B1831;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search #room_search_navi_box ul li#room_search_navi10 a {
  background: url(../images/search/icon_f10.png) #fff no-repeat 10px 50%/34px 37px;
}

.search #room_search_navi_box ul li#room_search_navi10 a:hover {
  color: #fff;
  background: url(../images/search/icon_f10.png) #7B1831 no-repeat 10px 50%/34px 37px;
}

.hosoku_txt {
	position: absolute;
}

.hosoku_txt > p {
	text-indent: -1em;
	margin-left: 1em;
}

@media screen and (max-width: 480px) {
  .search section.sort .wrap_wide {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .search section.sort .wrap_wide .entry_img_ttl {
    margin: 0 20px 6%;
  }
}

@media screen and (max-width: 800px) {
	.hosoku_txt {
		margin: 0px 20px;
		position: relative;
	  }
}

.search table#table-01 {
  margin: 10px auto 50px;
  width: 100%;
  border: 1px #ccc solid;
  border-collapse: collapse;
  border-spacing: 0;
}

.search table#table-01 th {
  padding: 5px 2px;
  border: #ccc solid;
  border-width: 0 0 1px 1px;
  background: #F5F5F5;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .search table#table-01 th .sp_none {
    display: none;
  }
}

.search table#table-01 td {
  padding: 5px 2px;
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  text-align: center;
  empty-cells: show;
  vertical-align: middle;
}

.search #sort {
  text-align: right;
  padding: 10px 0px 0px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .search #sort {
    padding: 10px 20px 0;
  }
}

.search .submit-button {
  border-width: 1px;
  border-style: solid;
  padding: 13px 30px;
  color: #fff;
}

.search .submit-button:hover {
  background: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search .submit-button:active {
  background: #fff !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search #search_ttl03_text {
  background: url(../images/search/search_ttl03_text_bg.gif) repeat center top;
  margin: 15px 0px 20px;
}

.search #search_ttl03_text li {
  float: left;
  margin: 20px 0px 20px 20px;
}

.search #floor_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px 0px 110px;
  max-width: 1157px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .search #floor_map {
    padding: 0px 0px 11%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 480px) {
  .search #floor_map {
    padding: 0px 0px 13%;
  }
}

.search #floor_map .box {
  width: 20%;
  max-width: 185px;
  margin: 30px 0px 0px 5%;
}

@media screen and (max-width: 768px) {
  .search #floor_map .box {
    width: 47%;
    margin: 30px 0px 0px 0;
    max-width: 100%;
  }
}

.search #floor_map .box .btn a {
  color: #fff;
  background: #DB8B31;
  border-radius: 3px;
  text-align: center;
  margin: 30px auto 0;
  max-width: 145px;
  display: block;
  padding: 7px 4px;
  line-height: 1;
}

.search #floor_map .box .btn a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search #floor_map .box:first-of-type,
.search #floor_map .box:nth-of-type(6) {
  width: 20%;
  margin: 30px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
  .search #floor_map .box:first-of-type,
  .search #floor_map .box:nth-of-type(6) {
    width: 47%;
    max-width: 100%;
    margin: 30px 0px 0px 0;
  }
}

.search #floor_map .f_img img {
  width: 175px;
  height: auto;
  margin: 0 auto;
}

.search #floor_map .floor_f {
  margin-bottom: 25px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #ccc;
}

.search #floor_map .floor_f .floor_number {
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .search #floor_map .floor_f .floor_number {
    font-size: 2rem;
  }
}

.search #floor_map .floor_f .floor_number small {
  font-size: 2rem;
}

@media screen and (max-width: 480px) {
  .search #floor_map .floor_f .floor_number small {
    font-size: 1.6rem;
  }
}

.search .form_link1,
.search .form_link {
  text-align: center;
}

.search .form_link1 a,
.search .form_link a {
  font-size: 1.4rem;
  color: #fff;
  padding: 4px 15px;
  border-radius: 3px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .search .form_link1 a,
  .search .form_link a {
    padding: 4px 10px;
  }
}

.search .form_link1 a {
  background: #DB8B31;
}

.search .form_link a {
  background: #84AC31;
}


.fee_wrap {
	background: #FBF9E6;
	padding: 50px 0px;
	margin-bottom: 5rem;
	
}

.fee_area {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto;
}

@media screen and (min-width: 601px) {
	.fee_area .pc {
		display: block;
	}
	
	.fee_area .sp {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.fee_area .pc {
		display: none;
	}
	
	.fee_area .sp {
		display: block;
	}
	
	.fee_wrap {
		padding: 20px 0px;
	}
}


/* 前期 */
body#zenki.search #room_search_all a {
	border-color: #7B1831;
  	background: #7B1831;
  -webkit-box-shadow: 0 3px 0 #CBA3AE;
          box-shadow: 0 3px 0 #CBA3AE;
}

body#zenki.search #room_search_navi_box ul li a:hover {
  background: #7B1831;
  color: #FFF;
}

body#zenki.search #room_search_navi_box ul li a {
	border: 1px solid #7B1831;
	color: #7B1831;
}

body#zenki.search #room_search_all a:hover button {
  color: #7B1831;
}

body#zenki.search .bnr {
  background: #A35D6F;
}

body#zenki.search .submit-button {
  background: #7B1831;
  border-color: #7B1831;
  -webkit-box-shadow: 0 3px 0 #CBA3AE;
          box-shadow: 0 3px 0 #CBA3AE;
}

body#zenki.search .submit-button:hover {
  color: #7B1831;
}

body#zenki.search .submit-button:active {
  color: #7B1831;
}


/* 後期 */
body#kouki.search #room_search_all a {
	border-color: #1D263A;
	background: #1D263A;
	-webkit-box-shadow: 0 3px 0 #40495A;
    box-shadow: 0 3px 0 #40495A;
}

body#kouki.search #room_search_navi_box ul li a:hover {
  background: #1D263A;
}

body#kouki.search #room_search_navi_box ul li a {
	border: 1px solid #1D263A;
	color: #1D263A;
  -webkit-box-shadow: 0 3px 0 #40495A;
          box-shadow: 0 3px 0 #40495A;
}

body#kouki.search #room_search_all a:hover button {
  color: #1D263A;
}

body#kouki.search .bnr {
	background: #40495A;
}

body#kouki.search .submit-button {
  background: #1D263A;
  border-color: #1D263A;
  -webkit-box-shadow: 0 3px 0 #40495A;
          box-shadow: 0 3px 0 #40495A;
}

body#kouki.search .submit-button:hover {
  color: #1D263A;
}

body#kouki.search .submit-button:active {
  color: #1D263A;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  concept                                                   */
.concept #contents #mv.mv_cmn {
  background: url(../images/concept/mv.jpg) no-repeat right/auto 100%;
}

.concept #contents #mv.mv_cmn .en {
  text-shadow: 0 0 10px #fff;
}

.concept #contents .intro {
  background: url(../images/concept/intro_bg.jpg) no-repeat center bottom/100% auto;
}

@media screen and (max-width: 768px) {
  .concept #contents .intro {
    background-size: auto 200px;
  }
}

.concept #contents .intro h2 {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 70px 0 30px;
}

@media screen and (max-width: 768px) {
  .concept #contents .intro h2 {
    font-size: 2.6rem;
    margin: 7% 0 3%;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .intro h2 {
    font-size: 2rem;
    margin: 9% 0 5%;
  }
}

.concept #contents .intro_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1100px) {
  .concept #contents .intro_flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .concept #contents .intro_flex {
    display: block;
  }
}

.concept #contents .intro_flex_l, .concept #contents .intro_flex_r {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .concept #contents .intro_flex_l, .concept #contents .intro_flex_r {
    width: 100%;
  }
}

.concept #contents .intro_flex_l p {
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .concept #contents .intro_flex_l p {
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .concept #contents .intro_flex_r {
    max-width: 200px;
    margin: 0 0 0 auto;
  }
}

.concept #contents .daily {
  margin-bottom: 165px;
  padding: 100px 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(30%, #fff), color-stop(30%, #F2F2F2), to(#F2F2F2));
  background: linear-gradient(90deg, #fff 0%, #fff 30%, #F2F2F2 30%, #F2F2F2 100%);
}

@media screen and (max-width: 768px) {
  .concept #contents .daily {
    padding: 10% 0 0;
    margin-bottom: 16%;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .daily {
    padding: 12% 0 0;
    margin-bottom: 18%;
  }
}

.concept #contents .daily_mv {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .concept #contents .daily_mv {
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 768px) {
  .concept #contents .daily_mv {
    margin-bottom: 12%;
  }
}

.concept #contents .daily_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .concept #contents .daily_flex {
    display: block;
  }
}

.concept #contents .daily_flex_l {
  width: 61%;
  padding-right: 4%;
}

@media screen and (max-width: 768px) {
  .concept #contents .daily_flex_l {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}

.concept #contents .daily_flex_l_ttl {
  position: relative;
  padding-left: 20px;
}

.concept #contents .daily_flex_l_ttl:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 50%;
  background: #7B1831;
}

.concept #contents .daily_flex_l_ttl:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 50%;
  background: #CCCCCC;
}

.concept #contents .daily_flex_l_ttl h3 {
  margin-bottom: 35px;
}

.concept #contents .daily_flex_l_ttl h3 * {
  line-height: 1.4;
  letter-spacing: 0;
}

.concept #contents .daily_flex_l_ttl h3 span {
  display: block;
  font-size: 3.5rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .concept #contents .daily_flex_l_ttl h3 span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .daily_flex_l_ttl h3 span {
    font-size: 2rem;
    margin-bottom: 4%;
  }
}

.concept #contents .daily_flex_l_ttl h3 small {
  display: block;
  font-size: 1.9rem;
}

@media screen and (max-width: 480px) {
  .concept #contents .daily_flex_l_ttl h3 small {
    font-size: 1.6rem;
  }
}

.concept #contents .daily_flex_l_disc {
  font-size: 1.4rem;
  margin-bottom: 45px;
}

.concept #contents .daily_flex_l h4 {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  padding-bottom: 1px;
}

.concept #contents .daily_flex_l h4:before {
  content: '';
  width: 100%;
  height: 0.5px;
  position: absolute;
  background: #7B1831;
  bottom: 0.5px;
  left: 153px;
}

.concept #contents .daily_flex_l ol {
  margin-bottom: 37px;
}

.concept #contents .daily_flex_l ol li {
  position: relative;
  padding-left: 15px;
}

.concept #contents .daily_flex_l ol li:before {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #BD8B98;
  border-radius: 100vh;
}

.concept #contents .daily_flex_l dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.concept #contents .daily_flex_l dl dt {
  font-size: 1.2rem;
  display: inline-block;
  color: #fff;
  border-radius: 100vh;
  width: 50px;
  background: #E0AE31;
  text-align: center;
  margin-right: 12px;
  min-width: 60px;
  height: 100%;
  padding: 5px 0;
}

.concept #contents .daily_flex_l dl dd {
  font-size: 1.4rem;
  display: inline-block;
}

.concept #contents .daily_flex_l dl:nth-of-type(2) {
  margin-top: 9px;
  margin-bottom: 15px;
}

.concept #contents .daily_flex_l dl:nth-of-type(2) dt {
  background: #595757;
}

.concept #contents .daily_flex_r {
  width: 39%;
}

@media screen and (max-width: 768px) {
  .concept #contents .daily_flex_r {
    width: 100%;
    display: block;
    margin-top: 4%;
  }
}

.concept #contents .daily_flex_r img {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .concept #contents .daily_flex_r img {
    margin: 0 auto 4%;
  }
}

@media screen and (max-width: 768px) {
  .concept #contents .daily_flex_r img {
    margin-bottom: 6%;
  }
}

.concept #contents .daily_photo_bottom {
  margin-top: 156px;
}

@media screen and (max-width: 768px) {
  .concept #contents .daily_photo_bottom {
    margin-top: 15%;
  }
}

@media screen and (max-width: 768px) {
  .concept #contents .daily_photo_bottom {
    margin-top: 17%;
  }
}

.concept #contents .security {
  padding-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .concept #contents .security {
    padding-bottom: 16%;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .security {
    padding-bottom: 18%;
  }
}

.concept #contents .security_ttl {
  padding: 0 0 43% 52%;
  background: url(../images/concept/security_img01.png) no-repeat center/cover;
}

.concept #contents .security_ttl02 {
  position: relative;
  margin-top: 40px;
  padding-left: 20px;
}

.concept #contents .security_ttl02:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 50%;
  background: #7B1831;
}

.concept #contents .security_ttl02:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 50%;
  background: #CCCCCC;
}

.concept #contents .security_ttl02 h3 {
  margin-bottom: 35px;
}

.concept #contents .security_ttl02 h3 * {
  line-height: 1.4;
  letter-spacing: 0;
}

.concept #contents .security_ttl02 h3 span {
  display: block;
  font-size: 3.5rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .concept #contents .security_ttl02 h3 span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .security_ttl02 h3 span {
    font-size: 2rem;
    margin-bottom: 4%;
  }
}

.concept #contents .security_ttl02 h3 small {
  display: block;
  font-size: 1.9rem;
}

@media screen and (max-width: 480px) {
  .concept #contents .security_ttl02 h3 small {
    font-size: 1.6rem;
  }
}

.concept #contents .security_disc {
  font-size: 1.4rem;
  margin-bottom: 45px;
}

.concept #contents .security_txt {
  border: 2px solid #ddd;
  padding: 50px 30px;
}

@media screen and (max-width: 768px) {
  .concept #contents .security_txt {
    padding: 5% 3%;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .security_txt {
    padding: 7% 4%;
  }
}

.concept #contents .security_txt_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .concept #contents .security_txt_flex {
    display: block;
  }
}

.concept #contents .security_txt_flex_l {
  width: 30%;
}

@media screen and (max-width: 500px) {
  .concept #contents .security_txt_flex_l {
    width: 100%;
  }
  .concept #contents .security_txt_flex_l img {
    margin: 0 auto;
  }
}

.concept #contents .security_txt_flex_r {
  width: 70%;
  padding-left: 4%;
}

@media screen and (max-width: 500px) {
  .concept #contents .security_txt_flex_r {
    width: 100%;
    padding-left: 0;
  }
}

.concept #contents .security_txt h4 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .concept #contents .security_txt h4 {
    font-size: 2rem;
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .concept #contents .security_txt h4 {
    font-size: 1.8rem;
  }
}

.concept #contents .security_txt ol {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.concept #contents .security_txt ol li {
  width: 30%;
  text-align: center;
  border: 1px solid #7B1831;
  padding: 13px;
  border-radius: 3px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.concept #contents .security_txt ol li span {
  color: #7B1831;
}

@media screen and (max-width: 768px) {
  .concept #contents .security_txt ol li {
    font-size: 1.4rem;
    width: 32%;
    padding: 5px 5px;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .security_txt ol li {
    padding: 5px 10px;
  }
}

.concept #contents .security_txt p {
  font-size: 1.4rem;
}

.concept #contents .room {
  overflow: hidden;
  padding: 100px 0 200px;
  background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(30%, #fff), color-stop(30%, #F2F2F2), to(#F2F2F2));
  background: linear-gradient(-90deg, #fff 0%, #fff 30%, #F2F2F2 30%, #F2F2F2 100%);
}

@media screen and (max-width: 768px) {
  .concept #contents .room {
    padding: 10% 0 20%;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .room {
    padding: 12% 0 22%;
  }
}

.concept #contents .room_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .concept #contents .room_flex {
    display: block;
  }
}

.concept #contents .room_flex_l {
  width: 61%;
  padding-right: 4%;
}

@media screen and (max-width: 768px) {
  .concept #contents .room_flex_l {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}

.concept #contents .room_flex_l_ttl {
  position: relative;
  padding-left: 20px;
}

.concept #contents .room_flex_l_ttl:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 50%;
  background: #7B1831;
}

.concept #contents .room_flex_l_ttl:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 50%;
  background: #CCCCCC;
}

.concept #contents .room_flex_l_ttl h3 {
  margin-bottom: 35px;
}

.concept #contents .room_flex_l_ttl h3 * {
  line-height: 1.4;
  letter-spacing: 0;
}

.concept #contents .room_flex_l_ttl h3 span {
  display: block;
  font-size: 3.5rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .concept #contents .room_flex_l_ttl h3 span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .room_flex_l_ttl h3 span {
    font-size: 2rem;
    margin-bottom: 4%;
  }
}

.concept #contents .room_flex_l_ttl h3 small {
  display: block;
  font-size: 1.9rem;
}

@media screen and (max-width: 480px) {
  .concept #contents .room_flex_l_ttl h3 small {
    font-size: 1.6rem;
  }
}

.concept #contents .room_flex_l_disc {
  font-size: 1.4rem;
  margin-bottom: 45px;
}

.concept #contents .room_flex_r {
  width: 39%;
}

@media screen and (max-width: 768px) {
  .concept #contents .room_flex_r {
    width: 100%;
    display: block;
  }
}

.concept #contents .room_flex_r img {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .concept #contents .room_flex_r img {
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 768px) {
  .concept #contents .room_flex_r img {
    margin-bottom: 6%;
  }
}

.concept #contents .room_flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .concept #contents .room_flex02 {
    display: block;
  }
}

.concept #contents .room_flex02_l, .concept #contents .room_flex02_r {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .concept #contents .room_flex02_l, .concept #contents .room_flex02_r {
    width: 100%;
    margin-top: 7%;
  }
}

.concept #contents .room_flex02_l h3, .concept #contents .room_flex02_r h3 {
  color: #7B1831;
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.concept #contents .room_flex02_l .cen, .concept #contents .room_flex02_r .cen {
  text-align: center;
  margin-top: 20px;
}

.concept #contents .room_photo {
  position: relative;
  margin-top: 57px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .concept #contents .room_photo {
    margin-top: 5.7%;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .room_photo {
    margin-top: 7.7%;
  }
}

.concept #contents .room_photo_flex {
  padding: 75px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .concept #contents .room_photo_flex {
    padding: 7% 0;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .room_photo_flex {
    padding: 9% 0;
    display: block;
  }
}

.concept #contents .room_photo_flex_l {
  width: 20%;
  padding-left: 4%;
}

@media screen and (max-width: 480px) {
  .concept #contents .room_photo_flex_l {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .room_photo_flex_l h3 {
    margin-bottom: 30px;
  }
}

.concept #contents .room_photo_flex_l h3 span {
  font-size: 2.6rem;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .concept #contents .room_photo_flex_l h3 span {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .room_photo_flex_l h3 span {
    font-size: 1.8rem;
  }
}

.concept #contents .room_photo_flex_l h3 span:before {
  content: '';
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.concept #contents .room_photo_flex_r {
  width: 78%;
}

@media screen and (max-width: 480px) {
  .concept #contents .room_photo_flex_r {
    width: 100%;
  }
}

.concept #contents .room_photo .box {
  width: 35%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .concept #contents .room_photo .box {
    width: 50%;
    left: -4%;
  }
}

.concept #contents .room_photo .box:before {
  content: '';
  padding-top: 100%;
  display: block;
  background: #7B1831;
}

.concept #contents .room .ttl_border {
  text-align: left;
}

.concept #contents .room .ttl_border:before {
  margin: 0;
}

.concept #contents .publicspace {
  background: url(../images/concept/publicspace_ttl_bg.jpg) no-repeat 0 -150px/100% auto;
  padding: 240px 0 0 0;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace {
    padding: 24% 0 0 0;
    background-position: 0 0;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .publicspace {
    padding: 26% 0 0 0;
  }
}

.concept #contents .publicspace_ttl {
  margin-bottom: 195px;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_ttl {
    margin-bottom: 19.5%;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .publicspace_ttl {
    margin-bottom: 21.5%;
  }
}

.concept #contents .publicspace_ttl .ttl_border {
  text-align: right;
}

.concept #contents .publicspace_ttl .ttl_border:before {
  margin: 0 0 0 auto;
}

.concept #contents .publicspace_cont_ttl {
  position: relative;
  padding-left: 20px;
}

.concept #contents .publicspace_cont_ttl:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #7B1831;
}

.concept #contents .publicspace_cont_ttl h3 {
  margin-bottom: 35px;
  text-shadow: 0 0 5px #fff;
}

.concept #contents .publicspace_cont_ttl h3 * {
  line-height: 1.4;
  letter-spacing: 0;
}

.concept #contents .publicspace_cont_ttl h3 span {
  display: block;
  font-size: 3.5rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_ttl h3 span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .publicspace_cont_ttl h3 span {
    font-size: 2rem;
    margin-bottom: 4%;
  }
}

.concept #contents .publicspace_cont_ttl h3 small {
  display: block;
  font-size: 1.9rem;
}

@media screen and (max-width: 480px) {
  .concept #contents .publicspace_cont_ttl h3 small {
    font-size: 1.6rem;
  }
}

.concept #contents .publicspace_cont_disc {
  font-size: 1.4rem;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_disc {
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .publicspace_cont_disc {
    margin-bottom: 12%;
  }
}

.concept #contents .publicspace_cont_list li {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_list li {
    margin-bottom: 14%;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .publicspace_cont_list li {
    margin-bottom: 12%;
  }
}

.concept #contents .publicspace_cont_list li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_list li .flex {
    display: block;
  }
}

.concept #contents .publicspace_cont_list li .flex .photo {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_list li .flex .photo {
    width: 100%;
  }
  .concept #contents .publicspace_cont_list li .flex .photo img {
    margin: 0 auto;
  }
}

.concept #contents .publicspace_cont_list li .flex .txt {
  width: 50%;
  padding-left: 2%;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_list li .flex .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
}

.concept #contents .publicspace_cont_list li .flex .txt h4 {
  color: #7B1831;
  font-size: 2.8rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_list li .flex .txt h4 {
    font-size: 2rem;
  }
  .concept #contents .publicspace_cont_list li .flex .txt h4 br {
    display: none;
  }
}

.concept #contents .publicspace_cont_list li .flex .txt h4 span {
  line-height: 1.2;
  font-size: 1.4rem;
  color: #1D263A;
  display: block;
}

.concept #contents .publicspace_cont_list li .flex .txt p {
  font-size: 1.4rem;
}

.concept #contents .publicspace_cont_list li:nth-of-type(even) .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_list li:nth-of-type(even) .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.concept #contents .publicspace_cont_list li:nth-of-type(even) .flex .photo {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_list li:nth-of-type(even) .flex .photo {
    width: 100%;
  }
}

.concept #contents .publicspace_cont_list li:nth-of-type(even) .flex .txt {
  width: 40%;
  padding-right: 2%;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_list li:nth-of-type(even) .flex .txt {
    width: 100%;
    padding-right: 0;
  }
}

.concept #contents .publicspace_cont_list li:nth-of-type(1) .flex {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_list li:nth-of-type(1) .flex {
    position: initial;
  }
}

.concept #contents .publicspace_cont_list li:nth-of-type(1) .flex .box {
  width: 20%;
  position: absolute;
  z-index: -1;
  bottom: -10%;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(123, 24, 49, 0.1);
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_list li:nth-of-type(1) .flex .box {
    display: none;
  }
}

.concept #contents .publicspace_cont_list li:nth-of-type(1) .flex .box:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.concept #contents .publicspace_cont_list li:nth-of-type(2) .flex .photo {
  position: relative;
  z-index: 1;
}

.concept #contents .publicspace_cont_list li:nth-of-type(2) .flex .photo .box {
  width: 30%;
  position: absolute;
  z-index: -1;
  bottom: 15%;
  right: 10%;
  background: rgba(123, 24, 49, 0.1);
}

.concept #contents .publicspace_cont_list li:nth-of-type(2) .flex .photo .box:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.concept #contents .publicspace_cont_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px;
  background: url(../images/concept/publicspace_slider_bg.jpg) no-repeat center/cover;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_slider {
    padding: 7%;
    display: block;
  }
}

.concept #contents .publicspace_cont_slider .photo {
  width: 54.4%;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_slider .photo {
    width: 100%;
  }
}

.concept #contents .publicspace_cont_slider .photo .slider-2 {
  position: relative;
}

.concept #contents .publicspace_cont_slider .photo .slider-2 .slick-slide {
  position: relative;
  overflow: hidden;
}

.concept #contents .publicspace_cont_slider .photo .slider-2 .slick-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept #contents .publicspace_cont_slider .photo .slider-2 .slick-arrow {
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.concept #contents .publicspace_cont_slider .photo .slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #7B1831;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 19px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.concept #contents .publicspace_cont_slider .photo .slider-2 .slick-next {
  right: 0;
  bottom: 0;
  background: #fff;
  width: 47px;
  height: 47px;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_slider .photo .slider-2 .slick-next {
    right: 0;
  }
}

.concept #contents .publicspace_cont_slider .photo .slider-2 .slick-prev {
  right: 52px;
  bottom: 0;
  background: #fff;
  width: 47px;
  height: 47px;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_slider .photo .slider-2 .slick-prev {
    right: 30px;
  }
}

.concept #contents .publicspace_cont_slider .photo .slider-2 .slick-prev::before {
  border-width: 0 0 2px 2px;
}

.concept #contents .publicspace_cont_slider .photo .slider-2 .slick-dots {
  display: none !important;
}

.concept #contents .publicspace_cont_slider .txt {
  width: 45%;
  padding-left: 4%;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_slider .txt {
    width: 100%;
    padding-left: 0;
  }
}

.concept #contents .publicspace_cont_slider .txt h4 {
  color: #fff;
  font-size: 2.8rem;
  margin: 45px 0 10px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .concept #contents .publicspace_cont_slider .txt h4 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .publicspace_cont_slider .txt h4 {
    font-size: 1.8rem;
  }
}

.concept #contents .publicspace_cont_slider .txt h4 span {
  line-height: 1.2;
  font-size: 1.4rem;
  color: #fff;
  display: block;
}

.concept #contents .publicspace_cont_slider .txt p {
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
}

.concept #contents .data {
  padding: 140px 0 0 0;
}

@media screen and (max-width: 768px) {
  .concept #contents .data {
    padding: 14% 0 0 0;
    background-position: 0 0;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .data {
    padding: 16% 0 0 0;
  }
}

.concept #contents .data_disc {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 40px;
}

.concept #contents .data_graph {
  max-width: 950px;
  margin: 0 auto;
}

.concept #contents .data_graph_ttl {
  max-width: 375px;
  margin: 0 auto 35px;
}

.concept #contents .data_graph_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 480px) {
  .concept #contents .data_graph_flex {
    display: block;
  }
}

.concept #contents .data_graph_flex_l, .concept #contents .data_graph_flex_r {
  width: 50%;
}

@media screen and (max-width: 480px) {
  .concept #contents .data_graph_flex_l, .concept #contents .data_graph_flex_r {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .data_graph_flex_l {
    margin-bottom: 20px;
  }
}

.concept #contents .data_bg .wrap {
  padding-bottom: 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(5%, #fff), color-stop(5%, #f2e8ea), to(#f2e8ea));
  background: linear-gradient(180deg, #fff 0%, #fff 5%, #f2e8ea 5%, #f2e8ea 100%);
}

@media screen and (max-width: 768px) {
  .concept #contents .data_bg .wrap {
    padding-bottom: 7%;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .data_bg .wrap {
    padding-bottom: 9%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(1.5%, #fff), color-stop(1.5%, #f2e8ea), to(#f2e8ea));
    background: linear-gradient(180deg, #fff 0%, #fff 1.5%, #f2e8ea 1.5%, #f2e8ea 100%);
  }
}

.concept #contents .data .ttl_border {
  margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
  .concept #contents .data .ttl_border {
    margin-bottom: 2.7%;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .data .ttl_border {
    margin-bottom: 4.7%;
  }
}

.concept #contents .data .ttl_border p {
  font-size: 2.9rem;
}

@media screen and (max-width: 768px) {
  .concept #contents .data .ttl_border p {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .data .ttl_border p {
    font-size: 1.8rem;
  }
}

.concept #contents .environment {
  padding-top: 150px;
}

@media screen and (max-width: 768px) {
  .concept #contents .environment {
    padding-top: 15%;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .environment {
    padding-top: 17%;
  }
}

.concept #contents .environment_cont_ttl {
  position: relative;
  padding-left: 20px;
}

.concept #contents .environment_cont_ttl:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #7B1831;
}

.concept #contents .environment_cont_ttl h3 {
  margin-bottom: 35px;
}

.concept #contents .environment_cont_ttl h3 * {
  line-height: 1.4;
  letter-spacing: 0;
}

.concept #contents .environment_cont_ttl h3 span {
  display: block;
  font-size: 3.5rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .concept #contents .environment_cont_ttl h3 span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .environment_cont_ttl h3 span {
    font-size: 1.8rem;
    margin-bottom: 4%;
  }
}

.concept #contents .environment_cont_ttl h3 small {
  display: block;
  font-size: 1.9rem;
}

@media screen and (max-width: 480px) {
  .concept #contents .environment_cont_ttl h3 small {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .environment_cont_ttl h3 small {
    font-size: 1.4rem;
  }
}

.concept #contents .environment_cont_disc {
  font-size: 1.4rem;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .concept #contents .environment_cont_disc {
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .environment_cont_disc {
    margin-bottom: 12%;
  }
}

.concept #contents .environment_cont_photo {
  position: relative;
  margin-top: 57px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .concept #contents .environment_cont_photo {
    margin-top: 5.7%;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .environment_cont_photo {
    margin-top: 7.7%;
  }
}

.concept #contents .environment_cont_photo_flex {
  padding: 75px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .concept #contents .environment_cont_photo_flex {
    padding: 7% 0;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .environment_cont_photo_flex {
    padding: 9% 0;
    display: block;
  }
}

.concept #contents .environment_cont_photo_flex_l {
  width: 20%;
  padding-left: 4%;
}

@media screen and (max-width: 480px) {
  .concept #contents .environment_cont_photo_flex_l {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .environment_cont_photo_flex_l h3 {
    margin-bottom: 30px;
  }
}

.concept #contents .environment_cont_photo_flex_l h3 span {
  font-size: 2.6rem;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .concept #contents .environment_cont_photo_flex_l h3 span {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .environment_cont_photo_flex_l h3 span {
    font-size: 1.8rem;
  }
}

.concept #contents .environment_cont_photo_flex_l h3 span:before {
  content: '';
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.concept #contents .environment_cont_photo_flex_r {
  width: 78%;
}

@media screen and (max-width: 480px) {
  .concept #contents .environment_cont_photo_flex_r {
    width: 100%;
  }
}

.concept #contents .environment_cont_photo .box {
  width: 35%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

@media screen and (max-width: 480px) {
  .concept #contents .environment_cont_photo .box {
    width: 50%;
    left: -4%;
  }
}

.concept #contents .environment_cont_photo .box:before {
  content: '';
  padding-top: 100%;
  display: block;
  background: #7B1831;
}

.concept #contents .environment_cont_access {
  padding: 40px 80px;
  background: #F2F2F2;
  margin-top: 140px;
}

@media screen and (max-width: 768px) {
  .concept #contents .environment_cont_access {
    margin-top: 14%;
    padding: 6% 10%;
  }
}

@media screen and (max-width: 480px) {
  .concept #contents .environment_cont_access {
    margin-top: 16%;
    padding: 6% 4%;
  }
}

.concept #contents .environment_cont_access h3 span {
  color: #7B1831;
}

.concept #contents .environment_cont_access img {
  margin: -100px auto 0;
}

@media screen and (max-width: 1020px) {
  .concept #contents .environment_cont_access img {
    margin: 0 auto;
  }
}

.concept #contents .slider-2.carousel {
  position: relative;
}

.concept #contents .slider-2.carousel .slick-arrow {
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.concept #contents .slider-2.carousel .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #7B1831;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 19px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.concept #contents .slider-2.carousel .slick-next {
  left: -66px;
  bottom: 0;
  background: #fff;
  width: 47px;
  height: 47px;
}

@media screen and (max-width: 768px) {
  .concept #contents .slider-2.carousel .slick-next {
    right: 0;
    left: auto;
    top: 0;
    margin: auto;
  }
}

.concept #contents .slider-2.carousel .slick-prev {
  left: -118px;
  bottom: 0;
  background: #fff;
  width: 47px;
  height: 47px;
}

@media screen and (max-width: 768px) {
  .concept #contents .slider-2.carousel .slick-prev {
    right: auto;
    left: 0;
    top: 0;
    margin: auto;
  }
}

.concept #contents .slider-2.carousel .slick-prev::before {
  border-width: 0 0 2px 2px;
}

.concept #contents .slider-2.carousel .slick-dots {
  display: none !important;
}

.concept #contents .slick-slide {
  position: relative;
  overflow: hidden;
}

.concept #contents .slick-slide div {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
}

.concept #contents .slick-slide div span {
  position: relative;
  background: rgba(31, 39, 56, 0.884);
  font-size: 1.3rem;
  color: #fff;
  padding: 3px 0px 3px 15px;
}

.concept #contents .slick-slide div span:after {
  content: '';
  display: block;
  position: absolute;
  right: -22px;
  top: 0;
  background: url(../images/concept/slider_obi.svg) no-repeat center/cover;
  width: 22px;
  height: 100%;
}

.concept #contents .slick-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}




/*# sourceMappingURL=pages.css.map */