@charset "utf-8";

html {
	scroll-behavior: smooth;
}


#tintai-word #header {
	width: 94%;
	height: auto;
	margin: 0 auto;
	margin-top: 3%;
}

#tintai-word h1 {
	font-family: 'Kiwi Maru', serif;
	width: 100%;
	height: auto;
	margin: 1rem auto;
	padding: 1rem 0;
	font-size: 2.4rem;
	background-color: #bae3f9;
	background-image: radial-gradient(#d3edfb 20%, transparent 20%), radial-gradient(#d3edfb 20%, transparent 20%);
	background-size: 20px 20px;
	background-position: 0 0, 10px 10px;
	text-align: center;
	color: #036eb8;
	border-radius: 0.5rem;
	font-weight: normal;
}

#tintai-word .sample-area {
	width: 94%;
	height: auto;
	margin: 0 auto;
	margin-top: 1rem;
}

#tintai-word .content h2 {
	font-family: 'Kiwi Maru', serif;
	width: 100%;
	height: auto;
	padding: 0.5rem;
	border-top: solid 1px #20aee5;
	border-bottom: solid 1px #20aee5;
	color: #20aee5;
	text-align: center;
	font-size: 2.2rem;
	margin: 1rem auto;
}

#tintai-word .description-box {
	width: 100%;
	height: auto;
	margin: 1rem auto;
}

#tintai-word .description-box span {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff0000;
	text-decoration: none;
	text-align: center;
	border-radius: 1rem;
	margin: 0 0.5rem;
}

#tintai-word .sample-header {
	width: 100%;
	height: auto;
}

#tintai-word .sample-header span {
	display: block;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-weight: bold;
	background-color: #DF1520;
	padding: 0.7rem;
	text-align: center;
}

#tintai-word .sample-title {
	width: 100%;
	height: auto;
	padding: 0.5rem 0;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: solid 1px #D5D5D5;
}

#tintai-word .white-popup-block {
	background-color: #ffffff;
	padding: 2rem 1rem;
	border-radius: 0.5rem;
}

#tintai-word .mfp-bg {
	background-color: rgba(0, 0, 0, 0.5) !important;
}

#tintai-word .white-popup-block span.popup-title {
	display: block;
	width: 100%;
	height: auto;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 1rem;
}

#tintai-word .sample-comment {
	width: 100%;
	height: auto;
	padding: 0.5rem 0;
	font-size: 1.6rem;
	font-weight: bold;
}

#tintai-word .specialtag-box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#tintai-word .specialtag {
	display: inline-block;
	width: max-content;
	height: auto;
	padding: 0.2rem 0.3rem;
	font-size: 1.2rem;
	border-radius: 0.4rem;
	color: #ffffff;
}

#tintai-word a.popup-modal {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff0000;
	text-decoration: none;
	text-align: center;
	border-radius: 1rem;
	margin-left: 0.5rem;
}

#tintai-word .room-info {
	padding: 0.5rem 0;
}

#tintai-word .specialtag-net {
	background-color: #da0fad;
}

#tintai-word .specialtag-vr {
	background-color: #00A8FF;
}

#tintai-word .specialtag-area a {
	float: left;
	margin: 0 0.5rem;
}

#tintai-word .room-type .size {
	display: inline-block;
}

#tintai-word .room-type .size span {
	font-weight: bold;
}

#tintai-word .room-type a {
	display: inline-block;
	margin: 0 0.5rem;
}

#tintai-word .image-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 1rem;
}

#tintai-word .image-box .photo-box {
	width: 50%;
	height: auto;
	float: left;
}

#tintai-word .image-box .photo-box img {
	width: 100%;
}

#tintai-word .image-box .layout-box {
	width: 50%;
	height: auto;
	text-align: center;
	float: left;
}

#tintai-word .image-box .layout-box img {
	width: 80%;
	height: auto;
}

#tintai-word .item-area {
	width: 100%;
	height: auto;
	margin-top: 1rem;
}

#tintai-word .item-area .item-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0.5rem 0;
	border-bottom: 1px solid #f0f0f3;
}

#tintai-word .item-area .item-box dt {
	display: block;
	width: 50%;
	height: auto;
	padding: 0.5rem;
	font-size: 1.3rem;
	float: left;
	border-left: solid 3px #ff0000;
}

#tintai-word .item-area .item-box dd {
	display: block;
	width: 50%;
	height: auto;
	padding: 0.5rem;
	float: left;
	text-align: right;
	font-size: 1.4rem;
}

#tintai-word .item-area .item-box dd .rent {
	font-size: 1.6rem;
	font-weight: bold;
	color: #ff0000;
}

#tintai-word .item-area .item-box dd.text-red {
	color: #ff0000;
}

#tintai-word .item-area .item-facility dt,
#tintai-word .item-area .item-facility dd {
	width: 100%;
	float: none;
	text-align: left;
}

#tintai-word .item-area .item-facility dt {
	border-bottom: 1px solid #f0f0f3;
}

/* pc */

@media screen and (min-width:768px) {

	#tintai-word #header {
		width: 100%;
		margin: 0;
		position: relative;
	}

	#tintai-word #header h1 {
		width: auto;
		height: auto;
		padding: 0;
		background-image: none;
		position: absolute;
		left: 27%;
		top: 12rem;
		z-index: 1;
		color: #036eb8;
		font-family: 'Kiwi Maru', serif;
		font-weight: bold;
		font-size: 1.3rem;
		margin: 0;
	}

	.tintai-word-header {
		max-width: 1200px;
		width: 94%;
		margin: 3% auto;
		padding-bottom: 5px;
	}

	#tintai-word .tintai-word-header .header-inner {
		margin-top: 8rem;
		height: 7rem;
		position: relative;
		background-color: #bae3f9;
		background-image: radial-gradient(#d3edfb 20%, transparent 20%), radial-gradient(#d3edfb 20%, transparent 20%);
		background-size: 40px 40px;
		background-position: 0 0, 20px 20px;
		border-radius: 5px;
	}

	#tintai-word .pc-tintai-word-title {
		position: absolute;
		left: 10%;
		bottom: 0;
		color: #036eb8;
		font-family: 'Kiwi Maru', serif;
		font-size: min(3vw, 4rem);
	}

	#tintai-word .tintai-word-header .tintai-word-img {
		position: absolute;
		bottom: 0;
		right: 10%;
		width: auto;
		height: 200%;
	}

	/* main */
	#main {
		max-width: 1200px;
		width: 94%;
		margin: 0 auto;
	}

	#tintai-word .sample-area {
		width: 100%;
	}

	#tintai-word .sample-box {
		width: 60%;
		margin: 4rem auto;
	}

	.mfp-inline-holder .mfp-content,
	.mfp-ajax-holder .mfp-content {
		width: 60% !important;
	}

	#tintai-word .white-popup-block {
		border: solid 1px #acacac;
		border-radius: 1rem;
	}

	#tintai-word .mfp-bg {
		background-color: rgba(0, 0, 0, 0) !important;
	}


}