@charset "UTF-8";

header h1 {
	height: 448px;
	margin-bottom: 10px;
}
header p.pclink {
	position: absolute;
	top: 381px;
	left: 430px;
	z-index: 1;
	height: 47px;
}
article {
	margin: 0 12px;
}
.owo-banner {
	text-align: center;
	margin-bottom: 20px;
}
section.movie {
	margin: 0 auto 40px;
}
section.about {
	margin: 0 auto 40px;
}
section.about dl {
	display: block;
	width: 576px;
	margin: 0 auto 10px;
}
section.about dl dt {
	float: left;
}
section.about dl dd {
	margin-left: 381px;
}
section.about dl dd ul li {
}
section.about ul.man {
	display: inline-block;
	width: 576px;
	height: 381px;
}
section.about ul.man li:first-child {
	float: left;
	margin: 0;
}
section.about ul.man li {
	float: left;
	margin-left: 6px;
}

section.case {
	margin-bottom: 40px;
}
#case {
	position: relative;
	width: 576px;
	/*height: 265px;*/
	margin: 0 auto;
}
#case .slides_container {
	width: 576px;
	height: 256px;
	overflow: hidden;
	background-position: 0 0 !important;
	margin-bottom: 10px;
}
#case a.prev {
	position: absolute;
	left: 10px;
	top: 102px;
	z-index: 100;
	width: 38px;
	height: 53px;
	background: url(../img/arrow01.png) center center no-repeat;
	background-size: 38px 53px;
	overflow: hidden;
}
#case a.next {
	position: absolute;
	right: 10px;
	top: 102px;
	z-index: 100;
	width: 38px;
	height: 53px;
	background: url(../img/arrow02.png) center center no-repeat;
	background-size: 38px 53px;
	overflow: hidden;
}

.price-info .info-text {
	line-height: 1.333333333;
	font-size: 1.2rem;
}

.price-info .info .title {
	font-weight: bold;
}

.price-info .caution {
	margin-top: .3rem;
}

section.price {
	margin-bottom: 40px;
}
section.price dl {
	display: block;
	margin-bottom: 20px;
}
section.price dl dt {
	position: relative;
	float: left;
	width: 383px;
	height: 575px;
	overflow: hidden;
	background: url(../img/qa_background.jpg) left top repeat;
}
section.price dl dt p.title {
	margin: 10px;
}
section.price dl dt p.link {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	height: 100px;
	width: 398px;
	background: url(../img/qa_foreground.png) left top repeat;
}
section.price dl dt ul li p img {
	float: right;
}

section.price dl dt ul {
	margin: 0 10px;
}
section.price dl dd {
	margin-left: 393px;
	width: 182px;
}
#top section.price dl dd {
	margin-left: inherit;
	width: inherit;
}
#top section.price dl dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
section.price dl dd ul li {
	margin-bottom: 10px;
}
section.price dl dd ul li:last-child {
	margin-bottom: 0;
}
section.price dl dt ul li dl dd {
	margin-left: 5px;
	width: 182px;
}

#dr_picture {
	width: 576px;
	height: 420px;
	overflow: hidden;
	position: relative;
}
#dr_picture .yamakawa {
	display: none;
}
#dr_picture .arrow {
	width: 38px;
	height: 53px;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	cursor: pointer;
	z-index: 100;
}
#dr_picture #prev {
	background: url(../img/arrow01.png) center center no-repeat;
	background-size: 38px 53px;
	left: 0;
}
#dr_picture #prev:hover {
	background-position: left bottom;
}
#dr_picture #next {
	background: url(../img/arrow02.png) center center no-repeat;
	background-size: 38px 53px;
	background-position: right top;
	left: auto;
	right: 0;
}
#dr_picture #next:hover {
	background-position: right bottom;
}
#dr_name {
	left: 0;
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
}
#dr_name #name_jp {
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 10px;
}
#dr_name #name_en {
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 0.1em;
}
#dr_name a {
	color: #ffffff;
}
