﻿a.dlBtn {
    display: block;
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    padding: 0.8em 1.8em;
    margin: 10px auto 0!important;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #e94235 url(/common/images/bg/orderBtn_bg.svg) no-repeat 15px;
    border-radius: 10px;
    transition: .4s;
}
a.dlBtn:hover {
    background: #e9837b url(/common/images/bg/orderBtn_bg.svg) no-repeat 17px;
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width:768px) {
/*詳細一覧*/

.boxDetailed {
	min-height: 208px;
	padding: 30px;
	border: 1px solid #ccc;
background-color: #fafafa;
}

.boxDetailed h2,
.boxDetailed .boxTxt {
	float: right;
	width: 730px;
	padding-left: 20px;
}

.boxDetailed h2 {
	font-size: 28px;
}

.boxDetailed .img {
	float: left;
	width: 120px;
	margin: 0;
	padding: 0 18px 18px 0;
}

.boxDetailed .boxTxt {
	font-size: 14px;
}

.btnDetailed {
	clear: both;
	margin: 0 0 10px;
	text-align: right;
}

.btnDetailed a {
	display: inline-block;
}

.listFloat {
	margin: 0 auto;
	width: 646px;
	color: #666;
}

.listFloat li {
	margin: 8px;
}

.listFloat li span {
	display: block;
	padding-bottom: 5px;
}

}

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

.titleSub h1 {
}

.boxDetailed {
	position: relative;
	padding: 20px 5px;
	border-bottom: 1px solid #3d3333;
	border-left: none;/*reset*/
	border-right: none;/*reset*/
	z-index: 1;
}

.boxDetailed:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-top: solid 1px #cbc9c9;
    width: 100%;
    padding-bottom: 2px;
    z-index: 10;
}

.boxDetailed h2,
.boxDetailed .boxTxt {
	float: right;
	width: 76%;
}

.boxDetailed h2 {
	margin: 0;/*reset*/
	padding: 0;/*reset*/
	font-size: 14px;/*reset*/
	font-size: 1.4rem;/*reset*/
	color: inherit;/*reset*/
	background: none;/*reset*/
}

.boxDetailed .boxTxt {
	margin-bottom: 20px;
}

.boxDetailed .boxTxt p {
  margin: 0;
}

.boxDetailed .img {
	float: left;
	width: 24%;
	margin: 0;
	padding: 0 9px 5px 0;
}

.boxDetailed .img img {
	width: 100%;
}

.btnDetailed {
	clear: both;
	margin-bottom: 21px;
	text-align: right;
}

.btnDetailed a {
	display: inline-block;
}

.listFloat {
	margin: 0 auto;
	color: #666;
	font-size: 10px;
	font-size: 1rem;
	word-break: normal;
}

.listFloat li.OneLink {
	width: 100%;
}

.listFloat li span {
	display: block;
	padding-bottom: 5px;
}

.minutely {
	padding-top: 4px;
	color: #666;
}


/* SP clearfix
----------------------------------------------------------------------------------------------------*/
.boxDetailed {
	zoom: 1;/*for IE 5.5-7*/
}

.boxDetailed:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}


}


/*追記*/
.flexBox {display: flex; width: 888px;}
.youtubeTxt {width: 70%; font-size:14px;}
.youtube{position:relative;width:30%;height:150px;overflow:hidden}
.youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%}
@media screen and (max-width:767px) {
.flexBox {display: block; width: 100%;}
.youtubeTxt {width: 100%;}
.youtube{width: 100%;height:315px;}
.pc {display: none;}
}
@media screen and (min-width:768px) {
.sp {display: none;}
}
