@charset "utf-8";

span.medium {
	font-size: 2rem;
}

.photo_container {
	display: flex;
	margin: 20px 0;
	font-size: 1.8rem;
}

.photo {
	width: 100%;
}

.photo img {
	max-width: 700px;
}

.leftphoto {
	width: 50%;
}

.leftphoto img {
	max-width: 400px;
	margin-bottom: 10px;
}
.leftphoto p {
	text-align: justify;
}
.houdai {
    font-size:2rem;
	font-weight: bold;
}

.rightphoto {
	width: 50%;
	margin-left: 5px;
}

.rightphoto img {
	margin-bottom: 5px;
}

.price_container {
	display: flex;
	flex-direction: column;
}

.price_number {
	margin-bottom: 1rem;
	font-size: 2rem;
}

.price_number img,
.price_number p {
	vertical-align: middle;
}

.width300 {
	width: 300px;
}

.dotline {
	clear: both;
	width: 650px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #808080;
	margin-top: 30px;
	margin-bottom: 20px;
}
.dotline_short {
	clear: both;
	width: 280px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #808080;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* ■スマホ用CSS
--------------------------------------------------------------*/

/*スマホ用要素PC非表示*/


/*スマホ用表示*/
@media screen and (max-width: 750px) {
.photo_container {
	flex-direction: column;
}
.page_title01, .page_title02 {
	width: 100%;
	height: 40px;
	background-position: right bottom;
	margin-top: 2em;
	color: #fff;
	font-size: medium;
	font-weight: bold;
	padding-top: 0.5em;
	padding-left: 1em;
	box-sizing: border-box;
	font-family: "TBUDGothic E";
}
.catch {
	font-size: medium;
	line-height: 1.25em;
	margin: 1em auto;
	padding-left: 0.5em;
}
span.medium {
	font-size: medium;
}

.leftphoto {
	width: 100%;
}

.rightphoto {
	width: 100%;
	margin-left: 0 !important;
}

.pricebox {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	text-align: center;
	margin: 0;
	padding: 0;
}

.pricebox img, .pricebox p {
	clear: both;
	margin: 0 auto;
	padding: 0;
}
.pricebox img {
	max-width: 100%;
	padding-left: 0;
	clear: left;
}
.pricebox p {
	width: 100%;
	box-sizing: border-box;
	height: auto;
	margin: 0;
	padding-left: 0;
	line-height: 150%;
	font-size: medium;
}

.dotline {
	display: none;
}
.dotline_short {
	clear: both;
	width: 70%;
	box-sizing: border-box;
	margin: 20px auto 20px auto;
}

}