﻿@charset "UTF-8";


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

img{width:100%; max-width:100%; height:auto;}

.header{display:none;}
/* ナビゲーション */
.header_sp{display:block; height:40px;}
.header_sp .headerbox .header_logo{
	width:180px;
	height:25px;
	margin:18px 0 0 10px;
}
#ham-menu {
    background-color: #fff; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 10px 20px; /*メニュー内左右上下余白*/
    position: fixed;
    right: -240px; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 240px; /*メニュー横幅*/
    z-index: 1000;
}
#menu-background {
    background-color: #333; /*黒背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
}
#menu-icon {
    background-color: #ff6900; /*アイコン部分背景色*/
    border-radius: 0 0 0 10px; /*左下角丸*/
    color: #fff; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 50px; /*アイコン縦高さ*/
    line-height: 50px; /*縦位置中央化*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px; /*アイコン横幅*/
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 1000;
}
#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
}
#menu-cb:checked ~ #ham-menu,
#menu-cb:checked ~ #menu-icon {
    transform: translate(-240px); /*メニュー本体横幅 width と合わせる*/
}
#menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
}
#ham-menu ul{}
#ham-menu li{
	border-bottom:dotted 1px #282828;
}
#ham-menu li a{
	color: #282828;
	text-decoration:none;
	transition:.2s;
	display:block;
	padding:10px 0;
}
#ham-menu li a:hover{
	color:#0fbd44;
}
#ham-menu li a:before{
	content: '> ';
	color:#ff6900;
}

/* --------------------------------------------------------
	Footer
-------------------------------------------------------- */
.footer{
	min-width:100%;
	padding:30px 0 0;
}
.footer_wrap {
	width: 96%;
}

.footer_text{
	display:block;
	float:none;
}
.footer_text li{
	display:block;
	padding:0 0 20px;
}

.footer_logo{
	display:block;
	float:none;
	width:96%;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}
.footer_logo img{width:240px; height:auto;}
.copy{
	color:#fff;
	font-size:12px;
	padding-top:20px;
}


/* --------------------------------------------------------
	Contents
-------------------------------------------------------- */
.contents{
	padding:0 0 70px;
	background-size:490px;
}
.contents_wrapper{
	width:96%;
	padding:0;
}
.contents_wrapper .left{
	width:96%;
	float:none;
	margin:40px auto 0;
}
.contents_wrapper .right{
	width:96%;
	float:none;
	margin:40px auto 0;
}

/* --------------------------------------------------------
	Top
-------------------------------------------------------- */
.topics{}

.main_image{
	width: 100%;
	height: 300px;
	padding:0;
	background-size:cover;
	background-position:center;
	background-position:right top;
	box-sizing: border-box;
	position:relative;
}
.main_catch{
	width:100%;
	position:absolute;
	bottom:0;
}
.main_catch p{
	padding:15px 30px 5px;
	background-color:rgba(255,255,255,.8);
	box-sizing: border-box;
	line-height:1.5;
}
.main_catch p.main_catch_title{font-size:16px;}
.main_catch p.main_catch_text{display:none;}

.title{
	font-size:22px;
	padding-top:20px;
}
.topics dl{padding-top:12px;}
.topics dt{font-size:20px;}
.topics dd{padding:8px 0 0 8px;}

.top_works{padding-top:30px;}
.top_works p{font-size:20px; padding-top:10px;}

/* わたしたちについて */
.top_about .title{padding-top:0;}
.top_about .right p{padding:20px 0 0;}
.top_about img{
	max-width:75%;
	display:block;
	margin:0 auto;
}

.top_works a,
.top_about a{
	width:100%;
	margin:20px auto 0;
	padding:0;
	line-height:40px;
	text-align:center;
}

/* おすすめ物件 */
.top_osusume{
	display:block;
}
.top_osusume li{
	display:block;
	width:100%;
}
.top_osusume li a{
	max-width:80%;
}
.top_osusume_btn{
	display:block;
}
.top_osusume_btn li{
	display:block;
	text-align:left;
	padding:0;
}
.top_osusume_btn li a{
	width:92%;
	margin:20px auto 0;
	padding:0;
	line-height:40px;
	text-align:center;
}

/* 第二階層 */
.cover{
	height:180px;
}
.cover_title{
	width:96%;
	height:180px;
}
.cover_title h1{
	padding-left:0;
	font-size:28px;
	text-align:center;
}

/* メインコンテンツ */
.page_nav{
	margin:0 auto;
	padding-top:12px;
}
.page_nav li{
	font-size:14px;
	padding:0 4px;
}
.page_nav li a{
	padding:8px 0;
	text-align:center;
	line-height:24px;
}

.sectionbox{
	padding:60px 0 0;
}
.sectionbox h2{
	font-size:28px;
}

}
