/* CSS Document */
#p_contents {
    width: 800px;
    margin: 0 auto;
}
.mt20 { margin-top: 40px;}

.oshinagaki_price h3 {
    font-weight: bolder;
    font-size: 14pt;
    margin-bottom: 16px;
    text-align: center;
    display: flex;
	align-items: center;
}
.oshinagaki_price h3:before, .oshinagaki_price h3:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #aaa;
	display: block;
}
.oshinagaki_price h3:before {
	margin-right: 1.4em;
}
.oshinagaki_price h3:after {
	margin-left: 1.4em;
}

.oshinagaki_pricelist dt {
    float: left;
    width: 64%;
    font-size: 14px;
    margin-bottom: 32px;
}

.oshinagaki_pricelist dd {
    float: left;
    width: 36%;
    text-align: right;
    font-size: 14px;
    margin-bottom: 32px;
}

.oshinagaki_pricelist dd.strong {
    font-weight: bold;
}

.oshinagaki_pricelist_ippin {
    width: 100%;
    padding: 0 15px;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
}
.oshinagaki_pricelist_ippin dt{
    margin-bottom: 0px;
}
.oshinagaki_pricelist_ippin dd{
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 24px;
}


.course_list dd.gallery {
    overflow: hidden;
    height: 200px;
    position: relative;
    background: #000;
}
.course_list dd.gallery p.icon{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.course_list dd.gallery p.icon img {
    width: auto;
    height: auto;
    position: inherit;
    top: auto;
    left: auto;
}

.course_list dd.course_info {
}
.course_list .course_text {
    width:50%;
    float: right;
}
.course_list .course_text p {
    margin-bottom: 15px;
}
.course_list .course_photo {
    width:45%;
    float: left;
}
.course_list .course_photo img {
    width: 100%;
}
.course_list .course_photo {
    overflow: hidden;
    position: relative;
}
.course_list .course_photo p.icon{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.course_list .course_photo p.icon img {
    width: auto;
    height: auto;
    position: inherit;
    top: auto;
    left: auto;
}
.oshinagaki_pricelist_drink {
    width: 100%;
    margin: 0 auto;
}
.oshinagaki_pricelist_drink dt {
    font-size: 14px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
#p_contents {
    width: 100%;
    margin: 0 auto;
}
}