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

/* レスポンシブ用CSS
--------------------------------------------*/

@media screen and (max-width: 960px) {

	/* 960px以下に適用されるCSS（タブレット用） */

	article {
		width: 100%;
		min-width: 320px;
	}

	.container {
		width: 98%;
	}

	.price-table {
		min-width: 250px;
	}

	.early {
		width: 40%;
	}

	.early span.day {
		font-size: 0.8em;
	}

	.info-item {
		width: 100%;
		padding: 20px;
		margin: 10px;
		box-sizing: border-box !important;
	}

	.left,
	.right {
		float: none;
		width: 100%;
	}

	.option-wrap img {
		width: 90%;
		margin-bottom: 20px;
	}

	a.btn-tel:hover {
		color: #fff;
		background-color: #824C8B;
	}

	a[href*="tel:"] {
		pointer-events: initial;
	}


	.googlemap {
		position: relative;
		padding-top: 75%;
		/* 比率を4:3に固定 */
		height: 0;
		overflow: hidden;
	}

	.googlemap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 520px) {

	/* 520px以下に適用されるCSS（スマホ用） */
	.img-link {
		pointer-events: none;
		/* 幅が小さい場合はクリックで拡大画像を出さない--*/
	}

	h3 {
		margin-bottom: 20px;
	}


	.top-nav,
	.top-menu {
		width: 100%;
		height: auto;
	}
	.click {
		font-size: 0.9em;
	}
	.top-nav a {
		padding: 10px;
		font-size: 0.8em;
	}

	.top-nav img {
		margin: 0 auto 5px;
	}

	.top-menu img {
		width: 60%;
		height: auto;
	}

	.smpl-color div,
	.smpl-mono div {
		width: 100%;
		margin-bottom: 20px;
	}

	.smpl-color img,
	.smpl-mono img {
		width:70%;
		height: auto;
		margin: 0 auto;
	}

	.yoko img,
	.yoko img {
		width:100% !important;
		margin-bottom: 0px;
	}

	.topBtn-c:before,
	.topBtn-b:before {
		width: 100%;
	}

	.price-table {
		width: 98%;
	}

	.early {
		width: 30%;
	}

	.early span.day {
		font-size: 0.8em;
		width: 100px;
		top: -15px;
		left: calc(50% - 45px);
	}

	.br-sp {
		display: block;
		/* 幅が小さい場合に改行を入れる--*/
	}

	.company dl {
		flex-flow: column;
	}

	.company dt {
		border-bottom: none;
	}

	.gotop {
		width: 40px;
		height: 40px;
		bottom: 10px;
		right: 10px;
	}

	.map {
		width: 100%;
		height: 400px !important;
	}

}