@charset "utf-8";

/*====================================================================================
■Content
====================================================================================*/

#content {
}


.photo .scall {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 28px;
    height: 28px;
}
@media screen and (max-width:736px) {
	#content {
	}
}


/*====================================================================================
■Clumb
====================================================================================*/

#underconstruction {
    padding: 100px;
    text-align: center;
}
#crumb {
    line-height: 25px;
}
#crumb ul {
    overflow: hidden;
	background: #f9f8f4;
}
#crumb ul li {
    float: left;
    font-size: 1.1rem;
}
#crumb ul li a {
    position: relative;
    margin-right: 2.5em;
}
#crumb ul li a::after {
    position: absolute;
    content: '';
    top: .3em;
    right: -1.5em;
    width: 6px;
    height: 6px;
    border-right: 1px solid #2a2a2a;
    border-bottom: 1px solid #2a2a2a;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#crumb ul .home a {
    padding-left: 1.5em;
    background-size: 25%;
}


/*====================================================================================
■PageTitle
====================================================================================*/


#pageTitle {
	text-align: center;
	padding-bottom: 20px;
}
#pageTitle h2 {
    font-size: 3.0rem;
    line-height: 1.3;
	font-weight: bold;
}

#pageTitle p {
    display: block;
    font-size: 1.4rem;
}

@media screen and (max-width:736px) {
    #pageTitle h2 {
        font-size: 2.0em;
        line-height: 1.5;
        padding: 10px;
    }
    #pageTitle_product {
        display: table;
        width: 100%;
        height: auto;
        background: url(../zincz96/images/bg_mainimg.jpg) repeat-x center top;
        background-size: cover;
    }

    #pageTitle_product .container {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 20px 0;
    }
	#pageTitle_product h2 {
		width:100%;
	}
	#pageTitle_download {
		height:auto;
	}
	#pageTitle_download h2 {
		width:100%;
		padding:20px 0;
		line-height:inherit;
		background-size:50%;
		padding-left:10px;
		font-size:3.5rem;
	}
	.shed_bloc {
		padding:10px;
	}
	.gray_bloc {
		padding:10px;
	}
}


/*ページネーション
**********************************************/

#pagenation {
    margin: 0 auto;
    text-align: center
}

#pagenation ul {
    position: relative;
    overflow: hidden;
    list-style-type: none;
    width: 100%;
    min-height: 55px;
    margin: 0 auto;
    padding: 0 0 3px;
    text-align: center;
}

#pagenation ul li {
    display: inline-block;
}
#pagenation ul li.prev {
    position: absolute;
    left: 0;
}

#pagenation ul li.next {
    position: absolute;
    right: 0;
}

#pagenation ul li a {
    display: inline-block;
    width: 72px;
    min-height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
}

#pagenation ul li a:hover {
}

#pagenation .btn_back {
    margin: 0 auto;
}
#pagenation .btn_back a{
    width: 132px;
}

/*====================================================================================
■About
====================================================================================*/

.page_about {
	/*margin-bottom: 120px !important;
	padding-bottom: 300px !important;
	background: url(../about/images/img_katsushika.png);
	background-repeat:  repeat-x;
	background-position: center bottom;*/
}
.page_about #pageTitle{
	padding-top: 86px;
	background-image: url(../images/ico_about.png);
	background-position: center 20px;
	background-size: 41px 56px;
	background-repeat: no-repeat;
}
.page_about .bloc01 {
	text-align: center;
	padding: 65px 0;
}
.page_about .bloc01 .catch{
	position: relative;
	font-size: 2.4rem;
}
.page_about .bloc01 .catch::before,
.page_about .bloc01 .catch::after{
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	margin-top: -23px;
	width: 51px;
	height: 46px;
	background-size: contain;
	background-repeat: no-repeat;
}
/*.page_about .bloc01 .catch::before {
	left: 50%;
	margin-left: -12.5em;
	background-image: url(../about/images/ico_l.png);
}
.page_about .bloc01 .catch::after {
	right: 50%;
	margin-right: -12.5em;
	background-image: url(../about/images/ico_r.png);
}*/
.page_about .bloc01 .comment {
	padding-right: 150px;
	padding-top: 30px;
	line-height: 1.7;
	background-image: url(../about/images/img_chara.png);
	background-repeat: no-repeat;
	background-position: 92% bottom;
	background-size: 210px auto;
}
.page_about .bloc02 {
	padding: 45px 0 55px;
}
.page_about .bloc02 .catch {
	position: relative;
	z-index: 2;
	font-size: 2.4rem;
	margin-bottom: 15px;
	margin-left: 114px;
}
.page_about .bloc02 .catch::before {
	position: absolute;
	display: block;
	z-index: -1;
	top: -35px;
	left: -108px;
	width: 118px;
	height: 118px;
	padding-top: 28px;
	line-height: 1.2;
	border-radius: 100%;
	font-size: 3.0rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
.page_about .bloc02 .comment {
	position: relative;
	z-index: 2;
	margin-left: 114px;
	line-height: 2.14;
	margin-bottom: 20px;
	
}
.page_about .bloc02 .btn {
	width: 320px;
	margin: 40px auto 0;
}
.page_about .bloc02 .btn a{
	line-height: 50px;
	text-align: center;
	font-size: 1.6rem;
}
.page_about .bloc02 .btn a::before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right:15px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.page_about .point01 {
	background: url(../common_img/bg_green_dot.png);
}
.page_about .point01 .catch::before {
	content: 'POINT\A 1';
	white-space: pre;
	background-color:rgba(102,217,230,0.60);
}
.page_about .point02 {
	background: url(../common_img/bg_ocher_dot.png);
}
.page_about .point02 .catch::before {
	content: 'POINT\A 2';
	white-space: pre;
	background-color:rgba(230,207,102,0.60);
}
.page_about .bloc03 {
	padding: 65px 0 50px;
}
.page_about .bloc03 .catch {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}
.page_about .bloc03 .catch h3{
	font-size: 2.4rem;
}
.page_about .bloc03 .catch::before,
.page_about .bloc03 .catch::after{
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	margin-top: -23px;
	width: 51px;
	height: 46px;
	background-size: contain;
	background-repeat: no-repeat;
}
/*
.page_about .bloc03 .catch::before {
	left: 50%;
	margin-left: -14em;
	background-image: url(../about/images/ico_l.png);
}
.page_about .bloc03 .catch::after {
	right: 50%;
	margin-right: -14em;
	background-image: url(../about/images/ico_r.png);
}
*/
.page_about .bloc03 h4 {
	font-size: 1.8rem;
	font-weight: bold;
}
.page_about .bloc03 .comment{
	line-height: 1.8;
}
.page_about .bloc03 .comment p{
	color: #767873;
}
.page_about .bloc_img {
	background: url(../about/images/img_katsushika.png);
	background-repeat:  repeat-x;
	background-position: center;
	height: 300px;
	background-size: auto 300px;
}
.page_about .genere .ttl{
	padding: 12px 0;
	text-align: center;
	background-repeat: repeat;
}
.page_about .genere .ttl::before {
	left: 30px;
}
.page_about .genere .ttl h3{
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.3;
}
.page_about .genere .ttl p{
	font-size: 1.2rem;
}

@media screen and (max-width:736px) {
	.page_about {
		padding-bottom:60px !important;
		background-size: auto 150px;
	}
    .page_about .bloc01 {
        padding: 30px 10px;
    }
    .page_about .bloc01 .catch{
		font-size: 2.0rem;
    }
	.page_about .bloc01 .catch::before {
		margin-left: -8em;
	}
	.page_about .bloc01 .catch::after {
		margin-right: -8em;
	}
	.page_about .bloc01 .comment {
		padding: 100px 0 0;
		text-align: left;
		background-size:85px 90px;
		background-position: center top;
		line-height: 1.5;
	}
	.page_about .bloc02 {
		padding: 30px 0;
	}
	.page_about .bloc02 .catch {
		margin-left: 80px;
		font-size: 1.8rem;
		padding-right: 10px;
	}
	.page_about .bloc02 .catch::before {
		top: -20px;
		left: -70px;
		width: 84px;
		height: 84px;
		font-size: 2.0rem;
	}
	.page_about .bloc02 .comment {
		margin-left: 0;
		padding: 0 10px;
		margin-bottom: 30px;
		line-height: 1.8;
	}
	.page_about .bloc02 .photo {
		margin: 0 5px;
	}
	.page_about .bloc02 .btn {
		width: auto;
		margin: 20px 10px 0;
	}
	.page_about .bloc03 {
		padding: 30px 0;
	}
	.page_about .bloc03 .catch h3 {
		font-size: 1.8rem;
	}
	.page_about .bloc03 .catch p {
		font-size: 1.0rem;
	}
	.page_about .bloc03 .catch::before {
		margin-left: -11em;
	}
	.page_about .bloc03 .catch::after {
		margin-right: -11em;
	}
	.page_about .bloc03 .comment {
		padding: 0 10px;
		line-height: 1.5;
	}
	.page_about .genere {
		margin-top: 30px;
	}
	.page_about .genere .ttl {
		padding: 20px 10px 10px;
	}
	.page_about .genere .ttl h3{
		position: relative;
		z-index: 2;
		padding-top: 30px;
	}
	.page_about .genere .ttl::before {
		left: 10px;
	}
	.page_about .bloc_img {
	height: 150px;
	background-size: auto 150px;
}
}



/*====================================================================================
■Office
====================================================================================*/

.page_office {
}
.page_office #pageTitle{
	padding-top: 86px;
	background-image: url(../office/images/ico_office.png);
	background-position: center 30px;
	background-size: 41px 56px;
	background-repeat: no-repeat;
}
.page_office .ttl {
	text-align: center;
}
.page_office .ttl h3{
	font-size: 2.4rem;
}
.page_office .greeting {
	padding: 30px 0;
}
.page_office .greeting .ttl {
	margin-bottom: 30px;
}
.page_office .greeting .row{
	margin: 0 -20px;
}
.page_office .greeting .inner{
	margin: 0 20px;
}
.page_office .greeting .inner .sm{
	display: none;
}
.page_office .profile .ttl {
	margin-bottom: 30px;
}
.page_office .profile {
    margin-bottom: 70px;
}

.page_office .profile dl {
    background: #f9f8f4;
	border-top: 1px solid #ddd;
}

.page_office .profile dt {
    float: left;
    padding: 15px;
    background: #f9f8f4;
    width: 180px;
    box-sizing: border-box;
    text-align: center;
}

.page_office .profile dd {
    padding: 15px 10px 15px 220px;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.page_office .gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.page_office .gmap iframe,
.page_office .gmap object,
.page_office .gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.page_office .access {
	position: relative;
    padding-bottom:100%;
	
}
.page_office .access .inner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.page_office .access .ttl{
	margin-bottom: 30px;
}

@media screen and (max-width:736px) {
	.page_office .greeting .ttl {
		margin-bottom: 30px;
	}
	.page_office .greeting .inner {
		padding: 0 10px;
		margin-bottom: 20px
	}
	.page_office .greeting .inner .pc{
	display: none;
}
	.page_office .greeting .inner .sm{
	display: block;
		text-align: center;
}
	.page_office .greeting .photo {
		padding: 0 10px;
		text-align: center;
	}
	.page_office .profile {
		margin-bottom: 30px;
	}
	.page_office .profile dl {
		margin: 0 10px;
	}
	.page_office .profile dt {
        float: none;
		width: auto;
        padding: 10px;
		text-align: left;
    }
    .page_office .profile dd {
        padding: 15px 10px;
        font-size: 1.4rem;
    }
    .page_office .gmap {
		margin: 0 20px;
    }
	.page_office .access {
		padding-bottom: 50%;
	}
}

/*====================================================================================
■NEWS
====================================================================================*/

.page_news #pageTitle{
	padding-top: 86px;
	background-image: url(../news/images/ico_news.png);
	background-position: center 30px;
	background-size: 44px 37px;
	background-repeat: no-repeat;
}
.page_news .bloc {
	padding: 70px 0 70px;
	border-bottom: 5px solid #ffdc92;
	width: 1000px;
	margin: 0 auto;
}
/*
.page_news .bloc:nth-child(even) {
	background: #fefdf8;
}
*/
.page_news .bloc:first-child {
	border-top: 5px solid #ffdc92;
	margin-top: 30px;
}
.page_news .tit {
	margin-bottom: 15px;
	padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.page_news .tit dl {
    font-weight: normal;
}

.page_news .tit dt {
	width: 90px;
	line-height: 25px;
	background: url(../common_img/bg_orange.png);
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
}

.page_news .tit dd {
    font-size: 1.8rem;
	font-weight: bold;
}

.page_news .inner {
    box-sizing: border-box;
	overflow: hidden;
}

.page_news .photo {
    position: relative;
    float: left;
    width: 280px;
    margin-right: 30px;
	text-align: center;
}

.page_news #pagenation {
    padding: 10px;
}

.page_news .btn_campaign a {
    display: block;
    padding: 3px 0;
    text-decoration: none;
    background: #0099ff;
    color: #fff;
    font-size: 1.8rem;
    line-height: 42px;
    ;
    border-radius: 5px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}

@media screen and (max-width:736px) {
	.page_news .bloc {
		padding: 30px 0;
	}
	.page_news .container {
		padding: 0 10px;
	}
    .page_news .tit dl {
        font-size: 1.4rem;
    }
    .page_news .tit dt {
		margin-bottom: 5px;
    }
    .page_news .tit dd {
        padding: 0;
    }
    .page_news .photo {
        float: none;
        width: 100%;
        display: block;
        margin-left: 0;
        margin-bottom: 10px
    }
    .page_news .photo img {}
}



/*====================================================================================
■Housing Information
====================================================================================*/

.page_info #content{
}
.page_info .detached a{
	background: #f68693;
}
.page_info .mansion a{
	background: #5fcbac;
}
.page_info .land a{
	background: #66cdda;
}
.page_info .invest a{
	background: #a6d974;
}
.page_info .other a{
	background: #ff9656;
}
.page_info #pageTitle.house{
	padding-top: 86px;
	background-image: url(../images/ico_house.png);
	background-position: center 30px;
	background-size: 40px 38px;
	background-repeat: no-repeat;
}
.page_info #pageTitle.column{
	padding-top: 86px;
	background-image: url(../images/ico_column.png);
	background-position: center 30px;
	background-size: 30px 30px;
	background-repeat: no-repeat;
}
.page_info .tab {
	margin: 30px -5px;
}
.page_info .tab ul{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.page_info .tab li{
	display: table-cell;
	text-align: center;
}
.page_info .tab li a{
	display: block;
	border-radius: 5px;
	margin: 0 5px;
	padding: 10px 0;
	color: #fff;
	font-size: 1.6rem;
	opacity: 0.5;
}
.page_info .tab li a:hover{
	opacity: 1.0;
}
.page_info .tab li.selected a{
	opacity: 1.0;
}
.page_info .tab li.none{
	display: none;
}
.page_info .search_box {
	border: 1px solid #ddd;
	border-radius: 6px;
}
.page_info .search_box .ttl{
	position: relative;
	background: #fdf5ba;
	border-radius: 6px 6px 0 0;
	border: 1px solid #fff;
}
.page_info .search_box .ttl::before,
.page_info .search_box .ttl::after{
	position: absolute;
	content: '';
	display: block;
}
.page_info .search_box .ttl::before {
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-color: #ffe84b;
	background-image: url(../info/images/ico_search.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.page_info .search_box .ttl::after{
	top: 50%;
	right: 30px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.page_info .search_box .ttl.active::after{
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.page_info .search_box .ttl p{
	line-height: 50px;
	font-size: 2.4rem;
	padding-left: 70px;
}
.page_info .search_box .child {
	padding: 20px;
}
.page_info .search_box table {
	width: 100%;
}
.page_info .search_box table th{
	width: 15%;
	padding: 10px;
	background: #fdf5ba;
	border-bottom: 1px solid #fff;
	font-size: 1.6rem;
}
.page_info .search_box table td{
	padding: 10px 10px 10px 20px;
	border-bottom: 1px dotted #ddd;
}
.page_info .search_box ul {
	font-size: 0;
}
.page_info .search_box li{
	display: inline-block;
	font-size: 1.4rem;
	vertical-align: top;
	margin-bottom: 5px;
}
.page_info .search_station li {
	width: 20%;
}
.page_info .search_floor li {
	margin-right: 50px;
}
.page_info .search_walk li {
	width: 16%;
}
.page_info .btn_seach {
	width: 320px;
	margin: 20px auto 0;
}
.page_info .btn_seach a {
	position: relative;
  border-radius: 6px;
  background-color: rgb(6, 177, 197);
  box-shadow: 0px 4px 0px 0px rgba(22, 153, 172, 0.5);
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
}
.page_info .btn_seach a::before {
	position: absolute;
	content: '';
	display: block;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background-image: url(../info/images/ico_search.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.page_info .sort_bloc {
	margin: 50px auto 30px;
	overflow: hidden;
}
.page_info .sort_bloc ul{
	float: right;
	overflow: hidden;
}
.page_info .sort_bloc ul li{
	float: left;
}
.page_info .sort_bloc ul li a{
	font-weight: bold;
	padding: 0 10px;
	color: #06b1c5;
}
.page_info .sort_bloc ul li a:hover {
	text-decoration: underline;
}
#info_lsit .bloc {
	margin-bottom: 70px;
}
.page_info .bloc .ttl {
	margin-bottom: 20px;
	background: #66dab8;
	padding: 10px 20px;
	border-radius: 6px;
	overflow: hidden;
}

.page_info .bloc .ttl dt{
	float: left;
	padding: 5px 10px;
	border-radius: 4px;
	color: #66dab8;
	background: #fff;
}
.page_info .bloc .ttl dd{
	font-size: 1.8rem;
	color: #fff;
	padding-left: 6em;
}
.page_info .bloc .inner{
	display: table;
	width: 100%;
}
.page_info .bloc .photo {
	display: table-cell;
	min-width: 330px;
	padding-right: 30px;
}
.page_info .bloc .photo .photo_inner {
	display: table-cell;
	width: 300px;
	height: 225px;
	text-align: center;
	vertical-align: middle;
	background: #f4f4f4;
	margin-right: 30px;
}
.page_info .bloc .photo img{
	width:auto;
	height:auto;
	max-width:300px;
	max-height:225px;
	vertical-align: middle;
}
.page_info .bloc .spec {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 50px;
	min-width: 670px;
	max-width: 100%;
}
#info_list .bloc .spec {
	padding-bottom: 50px;
}
.page_info .bloc .spec dt{
	float: left;
	width: 6em;
	padding: 5px 10px;
	background: #ffe84b;
	border-radius: 4px;
	text-align: center;
}
.page_info .bloc .spec dd{
	margin-bottom: 10px;
	padding: 5px 5px 15px 7em;
	border-bottom: 1px solid #ddd;
}
.page_info .bloc .btn_detail {
	position: relative;
}
.page_info .bloc .btn_detail a{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 200px;
	line-height: 47px;
	background: #f68693;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	font-size: 1.6rem;
	box-shadow: 0px 4px 0px 0px rgba(241,85,103,0.50)
}
.page_info .bloc .btn_detail a::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (max-width:736px) {
	.page_info #content {
	}
	.page_info .tab {
		margin: 30px -2px;
	}
	.page_info .tab li a {
		font-size: 1.2rem;
		margin: 0 2px;
	}
	.page_info .search_box {
		margin: 0 10px;
	}
	.page_info .search_box .child {
		padding: 10px;
	}
	.page_info .search_box table,
	.page_info .search_box tbody,
	.page_info .search_box tr,
	.page_info .search_box td{
		display: block;
	}
	.page_info .search_box table td {
		border: none;
	}
	.page_info .search_box table .cell_freeword {
		padding: 10px 0 0;
	}
	.page_info .search_box table .cell_freeword input {
		line-height: 2.4;
	}
	.page_info .search_station li {
		width: 50%;
	}
	.page_info .search_walk li,
	.page_info .search_floor li {
		width: 50%;
		margin-right: 0;
	}
	.page_info .btn_seach {
		width: 100%;
	}
	.page_info .sort_bloc {
		margin: 30px auto 15px;
	}
	#info_lsit .bloc {
		margin-bottom: 30px;
		padding: 0 10px 70px;
		border-bottom: 2px dotted #ddd;
	}
	.page_info .bloc .inner {
		display: block;
	}
	.page_info .bloc .ttl dt {
		float: none;
		display: inline-block;
		margin-bottom: 5px;
	}
	.page_info .bloc .ttl dd {
		padding-left: 0;
		font-size: 1.5rem;
	}
	.page_info .bloc .photo {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
	.page_info .bloc .photo .photo_inner {
		display: block;
		width: auto;
		height: auto;
		margin-right: 0;
	}
	.page_info .bloc .spec {
		display: block;
		padding-bottom: 0;
		width: auto;
		min-width: auto;
	}
	.page_info .bloc .btn_detail a {
		width: 100%;
		line-height: 50px;
	}
	#info_detail .comment_bloc {
		padding: 0 10px;
	}
	#info_detail .spec_detail {
		margin: 0 10px;
	}
	.page_info #pagenation {
		padding: 0 10px;
	}
}


/*====================================================================================
■detail
====================================================================================*/

#info_detail {
	margin-top: 30px;
}
#info_detail .photo_wrapper {
  margin-bottom: 50px;
}
#info_detail .photo_wrapper .photo {
  position: relative;
  float: left;
  width: 786px;
  height: 450px;
  text-align: center;
  box-sizing: content-box;
}
#info_detail .photo_wrapper .photo img {
  width: auto;
  height: auto;
  max-width: 786px;
  max-height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#info_detail .photo_wrapper .thumb {
  float: right;
  width: 200px;
  box-sizing: content-box;
}
#info_detail .photo_wrapper .thumb ul {
  overflow: hidden;
}
#info_detail .photo_wrapper .thumb li {
  width: 200px;
  height: 140px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}
#info_detail .photo_wrapper .thumb li:last-child {
  margin-bottom: 0;
}
#info_detail .photo_wrapper .thumb li:nth-child(3n) {
  margin-right: 0;
}
#info_detail .photo_wrapper .thumb li:nth-child(n+4) {
  margin-bottom: 0;
}
#info_detail .photo_wrapper .thumb li img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 140px;
  cursor: pointer;
}
#info_detail .bloc {
	margin-bottom: 50px;
}
#info_detail .comment_bloc {
	margin-bottom: 50px;
}
#info_detail .comment_bloc .subttl {
	margin-bottom: 14px;
	border-bottom: 1px dotted #ddd;
}
#info_detail .comment_bloc .subttl h4 {
	margin-bottom: 3px;
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: 7px;
	border-left: 4px solid #29AD86;
}
#info_detail .spec_detail {
	border-top: 1px solid #ddd;
}
#info_detail .spec_detail .head{
	padding: 10px 10px;
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#info_detail .spec_detail .content{
	padding: 10px 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#info_detail .spec_detail {
	margin-bottom: 70px;
}

@media screen and (max-width:736px) {
	#info_detail .photo_wrapper {
		margin-bottom: 30px;
		padding: 0 10px;
	}
	#info_detail .photo_wrapper .photo {
		float: none;
		width: auto;
		height: auto;
		margin-bottom: 15px;
	}
	#info_detail .photo_wrapper .photo img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 240px;
		position: relative;
		top: 0;
		left: 0;
		-weblit-transform: translate(0,0);
		transform: translate(0,0)
	}
	#info_detail .photo_wrapper .thumb {
		float: none;
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	#info_detail .photo_wrapper .thumb li {
		display: table-cell;
		vertical-align: middle;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0 2px;
	}
	#info_detail .photo_wrapper .thumb li img {
		max-width: 100%;
		max-height: 80px;
	}
	#info_detail .bloc {
		padding: 0 10px;
	}
}

/*====================================================================================
■contact
====================================================================================*/

.page_contact #pageTitle{
	padding-top: 86px;
	background-image: url(../contact/images/ico_contact.png);
	background-position: center 30px;
	background-size: 45px 35px;
	background-repeat: no-repeat;
}
.page_contact .lead  {
    padding: 30px 20px 50px;
}

.page_contact strong {
    color: #B31A1A;
    font-size: 1.8rem;
}

.page_contact .btn {
    margin: 0 10px;
    text-align: center;
}

.page_contact .btn a {
    height: 62px;
    line-height: 62px;
    text-decoration: none;
}

#a1_form {
    margin: 30px auto;
    padding: 0 0 70px;
}

#a1_form h3 {
    padding: 10px;
    background: #cba447;
    color: #fff;
    font-size: 16px
}

#a1_form table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border-top: 2px solid #ccc;
}

#a1_form th {
    width: 240px;
    padding: 15px 4px 15px 20px;
    white-space: nowrap;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    line-height: 2.4;
    background: #f9f8f4;
}

#a1_form th img {
    float: right
}

#a1_form th div {
    text-indent: -12px
}

#a1_form td {
    padding: 15px 10px 15px 10px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    line-height: 2.4
}
#a1_form td textarea {
  font-size: 14px;
}

#a1_form table li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0;
    vertical-align: top;
}

#a1_form table .item_name_list li {
    width: 40%;
    margin-bottom: 5px;
}

#a1_form table dd {
    margin: 0 0 10px
}

#a1_form .fs10 {
    font-size: 10px
}

#a1_form .hissu {
    float: right;
    margin: 0 3px;
    padding: 2px 5px;
    background: #bf0008;
    color: #fff;
    font-size: 10px
}

#a1_form .ninni {
    float: right;
    margin: 0 3px;
    padding: 2px 5px;
    background: #666;
    color: #fff;
    font-size: 10px
}

#a1_form .hint {
    font-size: 10px;
    color: #999
}

input,
select,
textarea {
    font-size: 1em;
    margin-bottom: 1px
}

.hide {
    display: none;
}

.mini {
    font-size: 10px
}

optgroup {
    background-color: #ccc;
    color: #333;
    font-style: normal
}

option {
    margin: 0 5px 0 0;
    background-color: #fff;
    color: #333
}

.ime_on {
    ime-mode: active
}

.ime_off {
    ime-mode: disabled
}

.input_txt,
.select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px
}

.form_submit {
    margin: 10px 10px 0;
    padding: 5px;
    text-align: center
}

.form_submit label {
    padding: 2px 0 0;
    font-weight: normal
}

#a1_form input[type="submit"] {
    width: 300px;
    height: 50px;
    margin-top: 30px;
    background-color: #29ad86;
    border: none;
    color: #fff;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0
}

#a1_form input[type="submit"]:hover {
    background-color: #bf0008;
}

#a1_form input[type="submit"][disabled] {
    background-color: #ccc;
    cursor: default;
}
#a1_form input[type="button"] {
    width: 300px;
    height: 50px;
    margin-top: 30px;
    background-color: #EEEEEE;
    border: none;
    color: #666666;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0
}

#a1_form input[type="button"]:hover {
    background-color: #666666;
	color: #FFFFFF;
}

#a1_form input[type="button"][disabled] {
    background-color: #ccc;
    cursor: default
}

@media screen and (max-width:736px) {
	.page_contact .lead {
		padding-bottom: 30px;
	}
	#a1_form {
		margin-top: 0;
		padding: 0 10px 20px;
	}
    #a1_form table li {
        display: block;
        padding: 0;
    }
    #a1_form table .item_name_list li {
        width: 100%;
        box-sizing: border-box;
        padding: 5px;
    }
}


/*=========================================
･ Privacy Policy
=========================================*/
#pp {
	padding: 50px 0;
	background: url(../common_img/bg_beige.png);
}
#pp .ttl {
	margin-bottom: 30px;
	text-align: center;
}
#pp .ttl h3{
	font-size: 2.0rem;
}

.page_contact .pp {
	padding: 0 50px;
}
.page_contact .pp dl {
    margin: 20px 10px;
}

.page_contact .pp dl dt {
    font-weight: bold;
    margin-bottom: 10px;
}

.page_contact .pp dl dd {
    margin-bottom: 20px;
}

.page_contact fieldset {
    margin: 20px 10px;
    border: 1px solid #967D49;
    padding: 10px 20px;
}

.page_contact fieldset legend {
    font-weight: bold;
    padding: 0 10px;
    margin: 0 10px;
}

.page_contact fieldset ul {
    line-height: 2;
    margin-top: 1rem;
}

.page_contact fieldset ul li {
    position: relative;
    padding: 0 0 0 2.5rem;
}

.page_contact fieldset ul li::before {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	background: #967D49;
}

@media screen and (max-width:736px) {
    .page_contact .category_ttl {
        width: 80%;
    }
    .page_contact .btn {
        margin-bottom: 10px;
    }
    #a1_form th {
        display: block;
        padding: 5px 10px;
        border-bottom: none;
        width: inherit;
        background: #f2f2f2
    }
    #a1_form td {
        display: block;
        padding: 10px 0;
    }
    #a1_form td #zip.w15per {
        width: 35%;
    }
    #a1_form td span {
        display: block
    }
    #a1_form input[type="submit"] {
        width: 100%;
    }#a1_form input[type="button"] {
        width: 100%;
    }
	.page_contact .pp {
		padding: 0 10px;
	}
}

