@charset "UTF-8";
header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 15000;
}

.contTitle { width: 100%; padding: 15px 0px 13px 0px; text-indent: 8px; box-sizing: border-box; text-align: center; color: #FFF; font-weight: bold; font-size: 18px; font-family: 'Quicksand', sans-serif; letter-spacing: 5px; }
.contTitle { background: url(/images/sp/top/title_special.png); }


.ash-perm2016{
	font-size: 16px;
	line-height: 180%;
	font-family : YuGothic, '游ゴシック', sans-serif;
}


*{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* ================メインビジュアル================== */
.top-banner{
	margin-bottom: 30px;
}
.top-banner dl dt img{
	border: solid 1px #ccc;
}
.top-banner dl dt{
	margin-bottom: 20px;
}
.top-banner dl dd{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #222;
}
/* ================テーマタイトル================== */
.unit-perm2016 h2{
	position: relative;
	background: no-repeat;
	text-align: center;
	font-size: 20px;
}
.unit-perm2016 h2:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 50%;
	border-bottom: solid 1px #333;
	width: 100%;
}
.unit-perm2016 h2 span{
	display: inline-block;
	background-color: #fff;
	padding: 20px;
	position: relative;
}
/* ================ボタン================== */
.unit-perm2016 .btn{
	width: 240px;
	margin: 0 auto;
	padding: 10px 0;
}
.unit-perm2016 .btn a{
	background-color: #f6f6f6;
	display: block;
    color: #666;
    padding: 0.5em;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    background-image: url(../special/images/perm2016/arrow_right.png);
    background-repeat: no-repeat;
    background-position: 20px center;
}
.unit-perm2016 .lead{
	text-align: center;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 160%;
}
.items-permstyle .item-permstyle{
	text-align: center;
}


/* ===================================================================
スマホ
=================================================================== */
@media (max-width: 640px) {
.top-banner{
	margin: 15px;
}
.unit-perm2016{
	padding: 15px;
}
/* ================トップバナー================== */
.top-banner dl dd{
	font-size: 14px;
	line-height: 160%;
}
/* ================コンテナ================== */
.spring2016-theme{
	margin-bottom: 20px;
}
/* ================テーマタイトル================== */
.ttl-theme{
	padding: 0 10px;
}
.unit-perm2016 h2{
	margin-bottom: 0;
}
.unit-perm2016 h2 span{
	width: 160px;
}
/* ================コンテンツ================== */
.item-permstyle{
	margin-bottom: 40px;
}
.item-permstyle .photo{
	margin-bottom: 20px;
}
.item-permstyle h4{
	font-size: 18px;
}
.item-permstyle dl dt a{
	display: inline-block;
}
.item-permstyle dl dt a img{
	vertical-align: middle;
	padding-left: 5px;
}
.item-permstyle dl dd{
	font-size: 12px;
}


}
/* ===================================================================
PC
=================================================================== */
@media (min-width: 768px) {

#container .ash-perm2016 img{
max-width: 100%;
height: auto;
width /***/:auto;
}

.hide-pc{
	display: none;
}

/* ================テーマタイトル================== */
.ttl-theme{
	width: 860px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.before-after{
	width: 900px;
	margin: 0 auto;
}
/* ================スタイル================== */

.ash-perm2016{
	width: 980px;
	margin: 0 auto;
}
.items-permstyle{
	overflow: hidden;
}
.item-permstyle{
	height: 660px;
}
.items-permstyle .item-permstyle{
	width: 490px;
	float: left;
	margin-bottom: 40px;
}
.items-permstyle .item-permstyle .photo{
	width: 360px;
	margin: 0 auto 20px;
}
.items-permstyle .item-permstyle .photo img{ width: 100%; height: auto; }
.items-permstyle .item-permstyle h4{
	font-size: 20px;
	margin-bottom: 10px;
}
.items-permstyle .item-permstyle dl dd{
	font-size: 14px;
}
.items-permstyle .item-permstyle dl dt img{
	vertical-align: text-bottom;
	margin-left: 10px;
}



}