@charset "utf-8";

/* common */

.sp-wrap * {
	font-size: 14px;
	line-height: 1.6em;
}

.mt20 {
    margin-top: 20px !important;
}

.main-wrap {
	width: 100%;
	padding: 0 10px;
}

/* header */

.titUnderlayer01,
.titPage01 > span {
	font-size: 16px;
	color: #34463e;
	text-shadow: 1px 1px 0px #FFF;
	background: url(../../img/sp/img/common/bg_underlayer_title01.png) no-repeat 0 0;
	background-size: 100% 100%;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #707f8b;
	border-bottom: 1px solid #707f8b;
}

/* ttl_h2 */

.titUnderlayer04,
.boxHanasaidanList h3 > span {
	background: #707f8b;
	padding: 10px;
	color: #fff;
	line-height: 1.6em;
	font-size: 16px;
}

.sp-wrap {
	width: 100%;
	padding: 0 10px;
}

.boxHanasaidan01 {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}

.picHanasaidan01 {
	float: left;
	width: 120px;
	margin: 0 10px 5px 0;
}
/*
.wrapHanaImg {
    width: 100%;
    display: block;
    text-align: center;
}

.hanaImg {
	padding: 2px;
	border: #d7cfcf 1px solid;
	margin-bottom: 6px;
	width: 20%;
	display: inline-block;
	margin: 0 2px;
}
*/
.wrapHanaImg {
    width: 100%;
    text-align: center;
}

.hanaImg {
	padding: 2px;
	border: #d7cfcf 1px solid;
	margin: 20px 0 0 0;

}
.wrapBtnHanasaidan01 {
	margin: 25px 0 20px;
}

.wrapBtnHanasaidan01 a {
	text-decoration: none;
}

a .btnHanasaidan01 {
	background: -webkit-gradient(linear, left top, left bottom, from(#e4f1e4), to(#c2ddc2));
    background: -webkit-linear-gradient(top, #e4f1e4, #c2ddc2);
    background: linear-gradient(to bottom, #e4f1e4, #c2ddc2);
    border: #a8ada5 1px solid;
    border-radius: 6px;
    font-size: 16px;
    text-shadow: 1px 1px 1px white;
    text-align: center;
    margin: 10px 0 30px 0;
    padding: 10px;
	position: relative;
	color: black;
	text-decoration: none;
}

a .btnHanasaidan01:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #4e504e;
	border-right: 2px solid #4e504e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 4%;
	top: 50%;
	margin-top: -5px;
}

.btnCall01 {
    margin: 0 0 20px;
    width: 100%;
    position: relative;
}

.btn01 {
    border-radius: 6px;
    border: #0169ae 1px solid;
}


.btnCall01 div {
    padding: 4px;
    margin: 0 auto;
    text-align: center;
}

.btnInner01 {
    background: -webkit-gradient(linear, left top, left bottom, from(#418ad5), to(#2765bd));
    background: -webkit-linear-gradient(top, #418ad5, #2765bd);
    background: linear-gradient(to bottom, #418ad5, #2765bd);
    border-radius: 6px;
    border: #9dc2e9 1px solid;
    color: white;
    text-shadow: 1px 0 1px #0a5497;
}

.boxHanasaidanList {
	width: 100%;
	overflow: hidden;
}

.boxHanasaidanListInner {
	padding-top: 10px;
}
/*12個目以降非表示*/
.boxHanasaidanList a:nth-child(n+13) {
	display: none;
}
/*
.boxHanasaidanList a {
	display: block;
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
*/
.boxHanasaidanList a {
	display: block;
	margin-bottom: 10px;
	padding: 0;
}
/*
.boxHanasaidanList a:nth-child(even) {
	padding-left: 5px;
}

.boxHanasaidanList a:nth-child(odd) {
	padding-right: 5px;
}
*/
.boxHanasaidanList a img {
	padding: 2px;
	border: #d7cfcf 1px solid;
	width: 100%;
}

.boxHanasaidanList a figcaption {
	display: none;
}

#cboxOverlay,
#colorbox {
	display: none !important;
}

/*デザイナーパート*/

.txtPage01 {
    padding: 10px 0;
}

.kodawari-designer-comment {
    background-color: #f2f0eb;
    padding: 10px;
    margin-bottom: 20px;
}

.kodawari-borderdash {
    border: 1px dashed #ccc;
    margin: 10px 0;
}