@charset "utf-8";

.title_area {
	background: url('../images/rent/title_rent.jpg') no-repeat;
	background-size: 100%;
}

section#rent .container {
	max-width: 1080px;
	text-align: center;
	padding-bottom:2em;
}

main section#rent .container h2 span:before {
	width:0.4em;
	left: -0.7em;
}

main section#rent .container h2 span:after {
	width:0.4em;
	right: -0.7em;
}

section#rent .container > div p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
	line-height: 2.0;
	margin-bottom:1em;
	color:#330;
	text-align: left;
}

section#rent .container > div p strong {
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.08em;
	font-size: 1.2em;
	font-weight:700;
	display: block;
	line-height: 1.6;
	margin-bottom:1em;
}

section#rent .container > div p strong span {
	display: inline-block;
	font-weight:700;
}

section#rent .container > div:nth-of-type(1) {
	margin-top:1.5em;
}

section#rent .container > div figure {
	position: relative;
	margin-bottom:1em;
}

section#rent .container > div figure figcaption {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
	position: absolute;
	top:0.3em;
	right:0.5em;
	font-size:11px;
}

section#rent .container > div:nth-of-type(2) {
	margin-top:2em;
}

section#rent .container > div.icons {
	max-width: 960px;
	margin:0 auto;
}

section#rent .container > div.icons div {
	position: relative;
	border:solid 1px #330;
	outline:solid 5px #FFF;
	outline-offset: -6px;
	background: #EBE8E8;
	text-align: center;
	min-width:300px;
	width:100%;
	max-width: 460px;
	box-sizing: border-box;
	height:50px;
	margin:3em auto 3em;
}

section#rent .container > div.icons div:before {
	content:'';
	display: block;
	position: absolute;
	width:100%;
	height:100%;
	border-right:solid 1px #330;
	border-bottom:solid 1px #330;
	right:-6px;
	bottom:-6px;
}

section#rent .container > div.icons div p {
	position: absolute;
	text-align: center;
	top: calc(50% - 5px);
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
	line-height: 40px;
	font-family: "Noto Serif JP", serif;
	font-size:18px;
	letter-spacing: 0.08em;
	font-weight: 700;
}

section#rent .container > div.icons div p:before {
	content:"";
	display: block;
	position: absolute;
	top: -5px;
    left: calc(50% - 5.9em);
	width:15px;
	height:15px;
	background: #FFF;
}

section#rent .container > div.icons div p span {
	display: block;
	width:13em;
	font-size:15px;
	background: #FFF;
	margin:0 auto;
	line-height: 1.0;
	margin-top:-8px;
	position: relative;
}

section#rent .container > div.icons div p span:before,
section#rent .container > div.icons div p span:after {
	content:"";
	border-right:solid 1px #330;
	border-left:solid 1px #330;
	transform: rotate(45deg);
	display: block;
	width:3px;
	height:18px;
	position: absolute;
	top:0;
	left:0;
}

section#rent .container > div.icons div p span:after {
	left:auto;
	right:4px;
}

section#rent .container > figure {
	text-align: center;
	margin-bottom:2em;
}

section#rent .container > figure figcaption {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
	font-size:1.4em;
	padding-top:0.5em;
}

section#rent .container > ul {
	margin:0 auto 3em;
	max-width: 300px;
}
section#rent .container > ul li {
	margin-bottom:12px;
}

section#rent .container > ul li a.link_btn {
	display: block;
    text-align: center;
}

section#rent .container p.campaign {
	font-family: "Sawarabi Mincho", serif;
    background: url('../images/rent/ribon.png') no-repeat top center;
    background-size: 100% 100%;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.08em;
    padding-bottom: 0.5em;
    box-sizing: border-box;
    max-width: 860px;
    margin:0 auto;
    font-size: 5vw;
    height: 29.5vw;
    padding-top: 3vw;
    line-height: 1.2;
}

section#rent .container p.campaign span {
	display: block;
	font-size: 3.8vw;
    line-height: 0.9;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
}

section#rent .container p.campaign strong {
	font-size: 1.7em;
	font-family: serif;
}

a.availability_trigger {
	font-family: "M PLUS 1p", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	padding-left:2em;
	position: relative;
	line-height: 1.0;
	color:#000;
	display: inline-block;
	margin:2em 0 1em;
	font-size: 1.3em;
}

a.availability_trigger:before {
	content:"＋";
	background:#066;
	border-radius: 100%;
	width:1.5em;
	height:1.5em;
	line-height: 1.5em;
	text-align: center;
	color:#FFF;
	position: absolute;
	top:50%;
	left:0;
	margin-top:-0.75em;
}

a.availability_trigger.active:before {
	content:"ー";
}

a.availability_trigger:hover {
	text-decoration: none;
}

.availability {
	display: none;
	border-top: solid 2px #066;
}

.availability h3 {
	font-size: 20px;
	margin:1.8em 0 1.2em;
	font-weight: 700;
}

.availability h3 img {
	height:23px;
	width:auto;
	display: block;
	margin:0 auto 15px;
}

.availability ul {
	margin:0 auto;
	width:100%;
	max-width: 520px;
}

.availability ul.floor1 li {
	width:calc(100% - 30px);
	max-width: 490px;
}

.availability ul li {
	background: #C4D9EF;
	width:220px;
	margin:0 15px 20px;
	display: inline-block;
	vertical-align: top;
}

.availability ul li.not_available {
	background: #E5CCCC;
}

section#rent .container > div.availability ul li > p {
	display: block;
	color:#FFF;
	background: #336699;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	margin-bottom:0.2em;
	padding:0.2em;
	letter-spacing: 0.1em;
	font-size: 1.3em;
}

section#rent .container > div.availability ul li.not_available > p {
	background: #990033;
}

.availability ul li div {
	padding:0 10px 10px;
}

.availability ul li h4 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
	border-bottom:solid 2px #336699;
	font-size: 1.8em;
	font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0.2em;
}

.availability ul li.not_available h4 {
	border-bottom:solid 2px #990033;
}

.availability ul li h4 span {
	font-weight: bold;
	display: inline-block;
}

.availability ul li dl {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
	display: flex;
	justify-content: space-between;
	color:#330;
	font-size: 13px;
}

.availability ul li dl:nth-of-type(1) {
	font-size:1.1em;
}

.availability ul li dl dd strong {
	color:#990033;
}

/* Outline ------------------------------*/

section#outline .container {
	padding:1em 0 3em;
}

section#outline h3 {
	text-align: left;
	font-size: 1.3em;
	font-weight: 700;
}

section#outline div + h3 {
	margin-top:1.5em;
}

section#outline table {
	border-top:solid 1px rgba(0,0,0,0.5);
	margin:5px 0 0;
	width:100%;
}

section#outline table + table {
	border-top:none;
	margin-top:0;
}

section#outline table tr th,
section#outline table tr td {
	border-bottom:solid 1px rgba(0,0,0,0.5);
	font-size: 12px;
	line-height: 1.5;
	padding:0.6em 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif;
	font-weight: 400;
}

section#outline table tr th {
	width:10em;
}

section#outline table tr td {
	width:calc(100% - 10em);
}

section#outline .container > ul {
	margin-top:1em;
}

section#outline .container > ul li {
	margin-bottom:1em;
}


@media screen and (min-width: 480px) {

section#rent .container p.campaign br.sp {
	display: none;
}

section#rent .container p.campaign {
    font-size: 3.6vw;
    height: 14vw;
    padding-top: 1.8vw;
    line-height: 1.0;
}

section#rent .container p.campaign span {
	font-size: 2.8vw;
	line-height: 1.0;
}

a.availability_trigger {
	font-size: 21px;
}

}

@media screen and (min-width: 585px) {

.availability ul li {
	margin-bottom:30px;
}

}


@media screen and (min-width: 640px) {

main section#rent .container h2 span:before {
	width:0.8em;
	left: -1.1em;
}

main section#rent .container h2 span:after {
	width:0.8em;
	right: -1.1em;
}

a.availability_trigger {
	font-size: 24px;
}

/* Outline ------------------------------*/

section#outline table tr th {
	width:12em;
	padding:0.6em 1em;
	box-sizing: border-box;
}

section#outline table tr td {
	width:calc(100% - 12em);
}

section#rent .container p.campaign {
    font-size: 3.2vw;
    height: 11vw;
    padding-top: 1.2vw;
}

section#rent .container p.campaign span {
	font-size: 2vw;
}

}


@media screen and (min-width: 768px) {

main section#rent .container h2 span:before {
	width:1.2em;
	left: -1.5em;
}

main section#rent .container h2 span:after {
	width:1.2em;
	right: -1.5em;
}

section#rent .container > div {
	clear: both;
	overflow: hidden;
}

section#rent .container > div:nth-of-type(2) {
	margin-top:1.5em;
}

section#rent .container > div:nth-of-type(1) figure {
	float:left;
	margin:0 30px 15px 0;
	width:calc((100% - 30px)/2);
}

section#rent .container > div:nth-of-type(2) figure {
	float:right;
	margin:0 0 15px 30px;
	width:calc((100% - 30px)/2);
}

section#rent .container > div:nth-of-type(1) figure figcaption {
	top:auto;
	bottom:0.3em;
	right:auto;
	left:0.5em;
}

section#rent .container > div p {
	font-size: 15px;
}

section#rent .container > div p strong span {
	display: inline;
}

section#rent .container > div.icons {
	display: flex;
	gap:0 30px;
}

section#rent .container > ul {
	display: flex;
    max-width: 960px;
    gap: 0 15px;
}

section#rent .container > ul li {
	width: 100%;
}

section#rent .container > ul li a.link_btn {
	font-size: 18px;
	padding:1em 2.5em 1em 1.5em;
}

/* Outline ------------------------------*/

section#outline .container {
	padding:2em 0 4em;
}

section#outline h3 {
	margin-bottom:0.5em;
}

section#outline .container > div {
	display: flex;
	align-items: flex-start;
	gap :0 30px;
}

section#outline table {
	margin-top:0;
	width:100%;
}

section#outline table + table {
	border-top:solid 1px rgba(0,0,0,0.5);
	margin-top:0;
}

section#outline table tr th {
	width:10em;
	padding:0.6em 0;
}

section#outline table tr td {
	width:calc(100% - 10em);
}

section#outline .container > ul {
	display: flex;
	align-items: flex-start;
	gap :0 30px;
	margin-top:36px;
}

section#outline .container > ul li {
	margin:0;
}

}


@media screen and (min-width: 1040px) {

main section#rent .container h2 span:before {
	width:1.4em;
	left: -1.7em;
}

main section#rent .container h2 span:after {
	width:1.4em;
	right: -1.7em;
}

section#rent .container > ul {
	gap:0 30px;
}

section#rent .container p.campaign {
    font-size: 33px;
    height: 110px;
    padding-top: 13px;
}

section#rent .container p.campaign span {
	font-size: 17px;
}

.availability ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: none;
	gap: 30px 2.1vw;
}

.availability ul.floor1 {
	justify-content: center;
}

.availability ul li {
	width:100%;
	margin:0 0 30px;
}


/* Outline ------------------------------*/

section#outline table tr th {
	width:14em;
	padding:0.6em 2em;
	box-sizing: border-box;
}

section#outline table tr td {
	width:calc(100% - 14em);
	padding-right:1em;
	box-sizing: border-box;
}

}


@media screen and (min-width: 1116px) {

section#rent .container > div p strong {
	font-size: 20px;
    letter-spacing: 0.06em;
}

.availability ul {
	gap:30px;
}

}
