@charset "utf-8";
/* Search plus Responsive Document */

@media screen and (max-width: 768px) {
/*ここから　スマホ 768pxまでの幅の場合に適応される */


/*========================================
共通
========================================*/
html {
	font-size: 62.5%;
}
h1 {
	margin: 0;
	color: #666;
	font-weight: normal;
}
img {
	border: 0px;
	width: 100%;
	height: auto;
	vertical-align:top;
}
a {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	font-family:sans-serif;
	font-size: 1.6rem;
	line-height: 160%;
	color: #444;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
	min-width: auto;
}
.clearfix::after {
    content: "";
    clear: both;
    display: block;
}
ul, ol {
	padding-left:1.5em;
}


.pc {
	display: none;
}
.sp {
	display: block;
}


/*----------------------------------------
ヘッダー
----------------------------------------*/

header  {
	margin: 0px;
	padding: 0px;
	line-height: 1.4;
}
#headertop {
	width: 100vw;
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	height: 64px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 60;
	border-top: 2px solid #2B5796;
	border-bottom: 1px solid #2B5796;
}
#headertop h1 {
	/*padding-left: 20vw;*/
	/*margin-top: 3vw;*/
	margin-top: 11px;
	/*font-size: 1rem;*/
	width: calc( 100% - 64px );
	overflow: hidden;
}
.logo {
	margin: 0px;
	padding: 0;
	box-sizing: border-box;
}
#headertop .logo a {
	display: flex;
	justify-content: center;
}
#headertop .logo a img {
	height: 42px;
	width: 193px;
	margin-left: 15vw;
}
.logo img {
	max-height: 64px;
	width: 51.7vw;
}
#hcontact {
	width: 64px;
	float: right;
	text-align: right;
}
#hcontact {
	width: 64px;
	float: right;
	text-align: right;
}
#hcontact a {
	display: block;
	position: absolute;
	background-color:#EBEBEB;
	right: 0;
	bottom: 0;
	padding: 1.5rem 1rem 1rem;
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
#hcontact img {
	width:70%;
}

.topmenu {
	margin: 0px auto;
	padding: 0px;
	border-top: 2px solid #2D4161;
}

/*---------- Hamburger Menu ----------*/
#headertop .menubtn {
	background:transparent url(../img/menubtn.png) no-repeat 0 0;
	background-size:130px auto;
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	bottom: 0;
	right: 0px;
	cursor: pointer;
	z-index: 200;
}
#headertop .menubtn.peke {
	background-position: -64px 0;
}
.drawr {
	display: none;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	right: 0;
	width: 260px;
	padding: 64px 0 0 0;
	overflow-y: scroll; /* メニュー項目数が増えた時のため */
	z-index: 100;
}
#menu li {
	width: 100%;
	list-style-type:none;
}
#menu li a {
	color:#fff;
	display: block;
	padding: 5%;
}



/*----------------------------------------
フッターメニュー
----------------------------------------*/
footer {
	padding-top: 0;
}
#footer.pc {
	display: none;
}
.ftop {
	display: none;
}

#fmenu {
	background-color: #0A0D66;
	display: block;
}
#fmenu ul {
	padding:0;
	margin:0;
}
#fmenu li {
	list-style-type: none;
	border-top: 1px solid #FFF;
	border-left: none;
	border-right: none;
	position: relative;
	padding: 0;
	font-size: 1.6rem;
}
#fmenu li:first-child {
	border-left: none;
}
#fmenu a {
	display: block;
	padding: 3.125%;
	color: #fff;
	text-decoration: none;
}
#fmenu li a::after{
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	border-radius: 1px;
	content: "";
	height: 0.7em;
	width: 0.7em;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}


#pagetop {
    position: fixed;
    right: 0px;
    bottom: 40px;
    z-index: 20;
}

#pagetop img {
	width: 44px;
	height: auto;
}
/*topのみ*/
.home #pagetop {
	bottom: calc(40px + 18vw);
}

/*----------------------------------------
フッター
----------------------------------------*/
.footer {
	background-color: #2C3E5C;
}
#footerneka {
	width: 100%;
	margin: 0px auto;
	padding: 30px 0px 15px;
	background: #fff;
	text-align: center;
}
#footerneka .logo img {
	margin: 0 auto;
}
#footerneka .logo p {
	font-size: 16px;
	font-weight: bold;
}
#footerneka p {
	color:#222;
	text-align:center;
	font-size: 15px;
	line-height:120%;
}
.f_add {
	margin: 20px auto 30px;
	line-height: 1.4;
}

/*----------------------------------------
コピーライト
----------------------------------------*/
#copy ul {
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
}
#copy li {
	list-style-type: none;
	display: block;
	/*font-size: 1rem;*/
	line-height: 1.2;
}
#copy a {
	color: #FFF;
	text-decoration: none;
}
#copy img {
	height: 1em;
	width: auto;
	height: auto;
	vertical-align: middle;
	margin: 0 auto;
}
#copy .copy {
	width: 269px;
}
#copy .credit {
	width: 117.5px;
}
#copy .copyright {
	width: 269px;
}


/*----------------------------------------
レイアウト
----------------------------------------*/
.container {
	width: 100%;
}
#main-contents {
	padding-top: 40px;
}

/*----------------------------------------
パンくず
----------------------------------------*/
#breadcrumb .container {
	padding: 20px 10px 0;
}

/*----------------------------------------
TOP検索一覧
----------------------------------------*/
#page-search .title_wrap {
	padding-top: 20px;
}

.search_section .container {
	width: 97%;
}

.serch_section .container {
	width: 97%;
}


#search_list_wrap .container {
	/*width: 95%;*/
	flex-flow: column;
	padding-bottom: 0;
}


/*leftcolumn*/
.leftcolumn {
	width: 100%;
	margin: 0;
	order: 2;
}
.leftcolumn h2 img {
	width: auto;
}
.search {
	margin-top: 0;
}


/*rightcolumn*/
.rightcolumn {
	width: 100%;
	order: 1;
	margin-bottom: 20px;
}
.list_tbody {
	padding-bottom: 20px;
}
.list_tbody tr:nth-child(2) td {
	padding: 10px 0 20px;
}
.build_date_wrap {
	display: block;
}

.build_date_wrap .thumb img {
	height: 350px;
	object-fit: cover;
}


table.list tbody .title {
	line-height: 1.4;
}

table.list tbody .thumb {
	width: 100%;
}
.buil_date p {
	margin: 0.5em;
}
.buil_date {
	width: 100%;
}


/*----------------------------------------
地図一覧
----------------------------------------*/
.rightcolumn .map {
	height: 400px;
}

/*----------------------------------------
物件詳細
----------------------------------------*/
.detail_page_h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0 10px;
	line-height: 1.4 !important;
}

.search_detail_page.section.page .container {
	padding-top: 0;
}
.section_subtitle.c_copy {
	margin: 0 10px 30px;
}
.section_subtitle.c_copy .st_span {
	font-size: 16px;
	padding: 5px 15px;
	border-radius: 10px;
}
.item_info_top {
	display: block;
}
.item_info .build_image {
	margin-right: 0;
}

.item_info .photo img {
	height: 180px
}

.basic_info {
	width: 100%;
	display: block;
	padding: 15px;
}
.basic_info .bi_left {
	width: 100%;
	border-right: none;
}
.basic_info .bi_right {
	width: 100%;
}
.item_info_second {
	display: block;
}
.item_info_second .item_option_wrap {
	width: 100%;
	margin: 0 0 20px;
}
.item_info_second .item_option_wrap ul {
	padding-left: 0;
}
.item_info_second .option li {
	width: 47%;
}
.item_info_second .item_comment_wrap {
	width: 100%;
	padding: 15px;
}
.photo ul {
	padding-left: 0;
}

.item_info table.detail th, .item_info table.detail td {
	font-size: 15px;
	padding: 10px;
	display: block;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
}
.access .map {
	width: 100%;
}
.access #map-canvas {
	width: 100% !important;
}
.access .address {
	width: 100%;
}
.access .address ul {
	padding-left: 0;
}

/*----------------------------------------
キープリスト
----------------------------------------*/
.keeplist_page table.list {
	box-shadow: none;
	border: none !important;
}
.search_plus .keeplist_page #contents.one_column {
	width: auto;
}
.keeplist_page .container {
	display: block !important;
}
p.link_delete {
	width: 100px;
	padding: 10px;
}

/*----------------------------------------
お問い合わせ
----------------------------------------*/
.search_plus .search_contact_page #contents.one_column {
	width: auto;
	padding-left: 0;
	padding-right: 0;
}
.search_plus .search_contact_page #contents.one_column table.list tr {
	padding: 0;
	border: none;
}
.search_plus .search_contact_page #contents.one_column table.list td {
	padding-top: 3%;
}
.form table caption {
	margin-bottom: 15px;
}
.form table tbody th {
	background: #eee;
	color: #222;
	font-size: 15px;
}
.form table tbody td {
	background: #fff;
}
.form td input {
	font-size: 15px;
	margin: 0;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
}
.form td input[name="add_num1"], .form td input[name="add_num2"] {
	width: 20%;
}
.form td input[type="checkbox"] {
	width: auto;
	margin-right: 5px;
}
.form textarea {
	font-size: 15px;
}
.search_plus .search_contact_page .entry table.list {
	margin-bottom: 30px;
}
.search_plus .search_contact_page .form table tr:nth-of-type(odd) {
	background: #fff;
}
table.table_check caption {
	margin-bottom: 15px;
}
table.table_check tbody th {
	background: #eee;
	color: #222;
	font-size: 15px;
}
table.table_check tbody td {
	background: #fff;
}
.search_plus .search_contact_page table.table_check tr:nth-of-type(odd) {
	background: #fff;
}
.contact_sbmt input[type="submit"] {
	margin-bottom: 20px;
}


/*2021.06追加*/
.f_banner {
	border-top: 2px solid #0A0D66;
}
.f_banner .container {
	display: flex;
	padding: 15px 0 5px;
}
.f_banner  .banner_ul {
	margin: 0 10px;
	padding: 0;
	display: block;
}
.f_banner  .banner_ul li {
	margin: 0;
	margin-bottom: 10px;
}

.f_banner .banner_ul li img {
	height: auto;
	width: 100%;
}


}
/*スマホサイズ*/

