@charset "UTF-8";
/* CSS Document */
.breadArea .inner li:last-child {
	color: #ec6d45;
}
.ttlArea .inner h1:before {
	content: url("../img/rentalspace/tree_rs.svg");
	width: 50px;
}
.ttlArea .inner h1:after {
	content: "rentalspace";
}
.ttlArea .ttl_imgArea .inner .img {
	background-image: url("../img/rentalspace/rentalspace_top.webp");
}
.rentalspaceArea {
	padding-bottom: 70px;
}
/*desc01*/
.rentalspaceArea .desc01 {
}
.rentalspaceArea .desc01 .inner {
	padding: 40px 20px 80px;
}
.rentalspaceArea .desc01 .inner .txtArea {
	text-align: center;
}
.rentalspaceArea .desc01 .inner .txtArea p {
	font-size: 14px;
	font-family: '游ゴシック', sans-serif;
	font-weight: 500;
	line-height: 30px;
}

/*desc02*/
.desc02 {
	max-width: 755px;
	margin: 0 auto;
}
.desc02 .inner {
	padding: 0 20px 50px;
}
.desc02 .inner .desc02_box {
	display: flex;
	flex-direction: row-reverse;
	gap: 5%;
}
.desc02 .inner .desc02_box .desc02_rigft {
	width: 45%;
	margin: auto;
}
.desc02 .inner .desc02_box .desc02_rigft .desc02_txt01 {
	font-size: 22px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 600;
	position: relative;
}
.desc02 .inner .desc02_box .desc02_rigft .desc02_txt01::after {
    content: '';
    width: 55px;
    height: 3px;
    background-color: #3c93a8;
    position: absolute;
    bottom: -36px;
	border-radius: 50px;
}
/*.desc02 .inner .desc02_box .desc02_rigft .desc02_txt02 {
	font-size: 14px;
	font-family: '游ゴシック', sans-serif;
	padding: 80px 0 30px;
	font-weight: 500;
}*/

/*desc02_facility_img*/
.desc02 .inner .desc02_box .facility_img {
	max-width: 270px;
	padding-top: 80px;
}
.desc02 .inner .desc02_box .facility_img ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.desc02 .inner .desc02_box .facility_img ul li {
	width: 23%;
}
.desc02 .inner .desc02_box .facility_img ul li:first-child {
	margin-bottom: 15px;
}

.desc02 .inner .desc02_box .desc02_left {
	width: 55%;
}
.desc02 .inner .desc02_box .desc02_left .desc02_img {
	width: 100%;
	background-image: url("../img/rentalspace/rentalspace_desc02.webp");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 366/475;
    border-top-left-radius: 65px;
}
/*desc03*/
.desc03 {
	position: relative;
	padding: 90px 0 170px;
}
.desc03::after{
	content: "";
    position: absolute;
	top: -106px;
    width: 100%;
    height: 100%;
    background-image: url("../img/rentalspace/rentalspace_bg.webp");
    background-repeat: no-repeat;
    /*background-size: cover;*/
	background-position: center center;
    z-index: -1;
}
.desc03 .inner {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}
.desc03 .inner .h3Area {
}
.desc03 .inner .h3Area h3 {
	position: relative;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 900;
	font-size: 25px;
    color: #3c9ab0;
    width: 100%;
    text-align: center;
    padding-bottom: 45px;
	letter-spacing: 0.2em;
}
.desc03 .inner .h3Area h3:before {
	position: absolute;
	content: url("../img/sub/tree02_company.svg");
	width: 37px;
	top: -56px;
    left: 50%;
    transform: translateX(-50%);
}

.desc03 .inner .planArea {
	/*padding-bottom: 80px;*/
}
.desc03 .inner .planArea h4 {
	font-size: 15px;
	font-family: '游ゴシック', sans-serif;
	font-weight: 700;
	text-align: center;
	padding: 10px 0 5px;
}
.desc03 .inner .planArea .planTable {
	padding-bottom: 55px;
}
.desc03 .inner .planArea .planTable:first-of-type {
	padding-bottom: 30px;
}
.desc03 .inner .planArea .planTable table {
	width: 100%;
	table-layout: fixed;
	
	border-top: 2px solid #c4c1c0;
    border-bottom: 2px solid #c4c1c0;
}
.desc03 .inner .planArea .planTable table tr {
	/*width: 100%;*/
}
.desc03 .inner .planArea .planTable table tr:not(:last-child) {
	background-image: linear-gradient(to right, #c4c1c0, #c4c1c0 2px, transparent 2px, transparent 8px);
    background-size: 4px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
}
.desc03 .inner .planArea .planTable table tr th {
	/*width: 50%;*/
    padding: 6px 0;
    font-size: 15px;
    font-family: '游ゴシック', sans-serif;
    font-weight: 500;
    text-align: center;
}
.desc03 .inner .planArea .planTable table tr td {
	padding: 6px 0;
    text-align: center;
	/*display: flex;
	justify-content: space-between;*/
}
.desc03 .inner .planArea .planTable table tr td p {
	font-size: 15px;
	font-family: '游ゴシック', sans-serif;
	font-weight: 500;
}

/*.desc03 .inner .planArea .planArea_txt {
	margin-bottom: 15px;
}
.desc03 .inner .planArea .planArea_txt p {
	font-size: 12px;
	font-family: '游ゴシック', sans-serif;
	font-weight: 500;
}*/

/*btnArea*/
.desc03 .inner .btnArea01 {
    width: 100%;
	margin-bottom: 15px;
}
.desc03 .inner .btnArea01 .btn01 {
	position: relative;
    margin: 0 auto;
    display: block;
		width: 100%;
    max-width: 350px;
    background: #403632;
    color: #fff;
    font-size: 15px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
    padding: 18px 50px;
	border-radius: 50px;
	border: 2px solid #403632;
}
.desc03 .inner .btnArea01 .btn01:hover {
    background: #fff;
    color: #403632;
}
.desc03 .inner .btnArea01 .btn01::after {
	content: "→";
    position: absolute;
    top: 12px;
    right: 42px;
    font-size: 25px;
    font-weight: 500;
    color: #403632;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
	line-height: 30px;
    text-align: center;
	border: 2px solid #403632;
}

.desc03 .inner .btnArea02 {
    width: 100%;
}
.desc03 .inner .btnArea02 .btn02 {
	position: relative;
    margin: 0 auto;
    display: block;
		width: 100%;
    max-width: 350px;
    background: #ec6d45;
    color: #fff;
    font-size: 15px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 600;
    padding: 18px 50px;
	border-radius: 50px;
	border: 2px solid #ec6d45;
}
.desc03 .inner .btnArea02 .btn02:hover {
    background: #fff;
    color: #ec6d45;
	border: 2px solid #ec6d45;
}
.desc03 .inner .btnArea02 .btn02::after {
	content: "→";
    position: absolute;
    top: 12px;
    right: 42px;
    font-size: 25px;
    font-weight: 500;
    color: #ec6d45;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
	line-height: 30px;
    text-align: center;
	border: 2px solid #ec6d45;
}

@media screen and (max-width: 1000px) {
/*desc01*/
.rentalspaceArea .desc01 .inner {
    padding: 30px 20px 70px;
}
/*desc02*/
.desc02 .inner .desc02_box .desc02_rigft .desc02_txt01 {
    font-size: 18px;
}
.desc02 .inner .desc02_box .desc02_rigft .desc02_txt01::after {
    width: 50px;
    bottom: -25px;
}
.desc02 .inner .desc02_box .facility_img {
	padding-top: 70px;
}
/*.desc02 .inner .desc02_box .desc02_rigft .desc02_txt02 {
    padding: 70px 0 25px;
}*/
/*desc02 facility_img*/
.desc02 .inner .desc02_box .facility_img ul li:first-child {
    margin-bottom: 13px;
}
/*desc03*/
.desc03 .inner .h3Area h3 {
    font-size: 23px;
}
}	
@media screen and (max-width: 767px) {
/*desc01*/
.rentalspaceArea .desc01 .inner {
    padding: 25px 20px 50px;
}
/*desc02*/
.desc02 .inner {
    padding: 0 20px 30px;
}
.desc02 .inner .desc02_box .desc02_rigft .desc02_txt01 {
    font-size: 16px;
}
.desc02 .inner .desc02_box .desc02_rigft .desc02_txt01::after {
    width: 40px;
    bottom: -15px;
}
.desc02 .inner .desc02_box .facility_img {
	padding-top: 45px;
}
/*.desc02 .inner .desc02_box .desc02_rigft .desc02_txt02 {
    padding: 45px 0 20px;
}*/
/*desc02 facility_img*/
.desc02 .inner .desc02_box .facility_img ul li:first-child {
    margin-bottom: 10px;
}
/*desc03*/
.desc03 .inner .h3Area h3 {
    padding-bottom: 40px;
}
}
@media screen and (max-width: 650px) {
/*desc02*/
.desc02 .inner .desc02_box .desc02_rigft .desc02_txt01 {
    font-size: 15px;
}
/*desc03*/
.desc03 .inner .planArea .planTable table tr td p {
    font-size: 14px;
}
}
@media screen and (max-width: 600px) {
.ttlArea .inner h1:before {
	width: 36px;
}
/*desc01*/
.rentalspaceArea .desc01 .inner {
    padding: 20px 20px 50px;
}
.rentalspaceArea .desc01 .inner .txtArea p {
    line-height: 28px;
}
/*desc02*/
.desc02 .inner .desc02_box {
	display: block;
	gap: 0%;
}
.desc02 .inner .desc02_box .desc02_rigft {
	width: 100%;
}
.desc02 .inner .desc02_box .desc02_left {
    width: 95%;
    margin: 0 auto;
}
.desc02 .inner .desc02_box .desc02_left .desc02_img {
    background-position: top center;
    aspect-ratio: 366/340;
}
.desc02 .inner .desc02_box .desc02_rigft .desc02_txt01 {
    font-size: 16px;
}
.desc02 .inner .desc02_box .desc02_rigft .desc02_txt01::after {
    bottom: -10px;
}
.desc02 .inner .desc02_box .facility_img {
	max-width: 100%;
	padding: 30px 0 15px;
}
/*.desc02 .inner .desc02_box .desc02_rigft .desc02_txt02 {
    padding: 30px 0 15px;
}*/

/*desc02 facility_img*/
.desc02 .inner .desc02_box .facility_img ul {
    justify-content: flex-start;
}
.desc02 .inner .desc02_box .facility_img ul li {
    width: 14%;
	margin-right: 10px;
}
.desc02 .inner .desc02_box .facility_img ul li:first-child {
    margin-bottom: 0px;
}
/*desc03*/
.desc03 {
    position: relative;
    padding: 75px 0 65px;
}
.desc03::after {
	top: 13px;
    height: 88%;
    background-size: cover;
}
.desc03 .inner .h3Area h3 {
    font-size: 20px;
}
.desc03 .inner .h3Area h3:before {
    width: 26px;
    top: -36px;
}
.desc03 .inner .planArea .planTable {
    padding-bottom: 50px;
}
.desc03 .inner .planArea .planTable table tr th {
    width: 50%;
}
.desc03 .inner .planArea .planTable table tr td {
    padding: 6px 0;
}
.desc03 .inner .planArea .planTable table tr td p {
    font-size: 15px;
}
.desc03 .inner .planArea .planTable table tr td p:not(:last-child) {
    padding-bottom: 5px;
}
/*btnArea*/
.desc03 .inner .btnArea01 .btn01,
.desc03 .inner .btnArea02 .btn02{
    width: 240px;
    font-size: 15px;
    padding: 16px 40px;
}
.desc03 .inner .btnArea01 .btn01::after,
.desc03 .inner .btnArea02 .btn02::after {
    top: 14px;
    right: 35px;
    font-size: 22px;
    width: 25px;
    height: 25px;
    line-height: 24px;
}
}
@media screen and (max-width: 550px) {
/*desc01*/
.rentalspaceArea .desc01 .inner {
    padding: 20px 20px 30px;
}
/*.rentalspaceArea .desc01 .inner .txtArea p {
    text-align: left;
}*/
/*desc02*/
}
@media screen and (max-width: 500px) {
/*desc01*/
/*desc02*/
/*desc03*/
.desc03 {
    padding: 60px 0 45px;
}
.desc03::after {
    top: 5px;
	height: 91%;
}
/*btnArea*/
.desc03 .inner .btnArea01 .btn01,
.desc03 .inner .btnArea02 .btn02 {
    width: 220px;
    font-size: 15px;
    padding: 14px 30px;
}
.desc03 .inner .btnArea01 .btn01::after,
.desc03 .inner .btnArea02 .btn02::after {
    top: 12px;
    right: 29px;
    font-size: 20px;
    width: 23px;
    height: 23px;
    line-height: 22px;
}
}
@media screen and (max-width: 400px) {
/*desc01*/
.rentalspaceArea .desc01 .inner {
    padding: 20px 20px 25px;
}
.rentalspaceArea .desc01 .inner .txtArea p {
	font-size: 13px;
    line-height: 23px;
}
/*desc02*/
.desc02 .inner {
    padding: 0px 20px 20px;
}
/*desc02 facility_img*/
.desc02 .inner .desc02_box .facility_img {
	padding: 30px 0 10px;
}
.desc02 .inner .desc02_box .facility_img ul li {
    width: 15%;
    margin-right: 8px;
}
/*desc03*/
.desc03::after {
    height: 92%;
}
.desc03 .inner .h3Area h3 {
    font-size: 19px;
    padding-bottom: 30px;
}
.desc03 .inner .planArea .planTable {
    padding-bottom: 40px;
}
.desc03 .inner .planArea .planTable table tr th {
    text-align: left;
}
.desc03 .inner .planArea .planTable table tr td p {
    text-align: right;
	letter-spacing: -0.01em;
}
/*btnArea*/
.desc03 .inner .btnArea01 .btn01,
.desc03 .inner .btnArea02 .btn02 {
    width: 200px;
    font-size: 14px;
    padding: 12px 24px;
}
.desc03 .inner .btnArea01 .btn01::after,
.desc03 .inner .btnArea02 .btn02::after{
    top: 9px;
	line-height: 21px;
}
}
