@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap');

/*================================================
 *  一般・共通設定
 ================================================*/

body {
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
	color: #333;
	text-align: justify;
	text-justify: inter-ideograph;
}

p {
	font-size:16px;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

.linearAnime_one,
.linearAnime a {
	-webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

img {
	vertical-align: bottom;
}
img.lazyload {
	visibility: hidden;
}

/*色*/
.color_main {
	color: #45b035;
}
.color_white {
	color: #fff;
}
.color_red {
	color: #90000a;
}
.color_blue {
	color: #0055a4;
}

/*背景*/
.bg_main {
	background-color: #45b035;
}
.bg_blue {
	background-color: #0055a4;
}

/* position */
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
/* sp/pcの切替 */
.sp {
    display: none;
}
.pc {
    display: block;
}
/*文字揃え*/
.ta-l {
	text-align: justify;
	text-justify: inter-ideograph;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center!important;
}
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: center;
}


/*文字種類*/
.font_english {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
.font_mincho {
	font-family:  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝",YuMincho, "Yu Mincho Medium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*文字太さ*/
.fontThin {
	font-weight: 100;
}
.fontExLight {
	font-weight: 200;
}
.fontLight {
	font-weight: 300;
}
.fontNormal,
.fontRegular {
	font-weight: 400;
}
.fontMedium {
	font-weight: 500;
}
.fontSemiBold {
	font-weight: 600;
}
.fontBold {
	font-weight: 700;
}
.fontExBold {
	font-weight: 800;
}
.fontBlack {
	font-weight: 900;
}


/*Text Crop*/
.textcrop {
	display: block;
}
.textcrop::before,
.textcrop::after {
	content: '';
	display: block;
	height: 0;
	width: 0;
}
.textcrop::before {
	margin-bottom: -0.14em;
}
.textcrop::after {
	margin-top: -0.05em;
}


/*object-fit*/
.object-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}


/*幅*/
.wrap {
	max-width: 940px;
	margin: 0 auto;
	width: 100%;
}

/*Animate.css用*/
.animated {
	opacity: 0;
}
.animated.move {
	opacity: 1;
}
.animation {
	animation-duration: 1s;
	animation-fill-mode: both;
}

/*******flexbox*******/
[class*="flex_start"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_end"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_between"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_center"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
[class*="flex_inline"] {
	display: -webkit-inline-box;
	display: inline-flex;
}
.nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.align_items_start {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.align_items_center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.align_items_end {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.direction_column {
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.row_reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: relative;
	z-index: 100;
}
header h1,
header .header_inner .header_logo {
	max-width: 940px;
	margin: 0 auto;
	width: 100%;
}
header h1 {
	color: #808080;
	font-size: 12px;
	line-height: 1.5;
	padding: 20px 0;
}
header .header_inner .header_logo {
	padding-bottom: 30px;
}

header .header_inner .header_logo > div:nth-child(1) .img_iso {
	margin-left: 30px;
}
header .header_inner .header_logo > div:nth-child(1) .img_iso img {
	display: block;
}

header .header_inner .header_logo .header_tel {
	width: 250px;
	text-align: center;
	margin-left: auto;
}
header .header_inner .header_logo .header_tel .text {
	border: 1px solid #45b035;
	border-radius: 2em;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0.3em 0 0.2em;
}
header .header_inner .header_logo .header_tel .number {
	font-size: 34px;
	margin-top: 3px;
}
header .header_inner .header_logo .header_tel .number span:first-child {
	font-size: 130%;
	vertical-align: -15%;
	margin-right: 0.15em;
}


header .header_inner .header_logo #sp_menu_btn {
	display: none;
}

/*******ナビゲーション*******/
header .header_inner nav {
	background-color: #fff;
	max-width: 940px;
	margin: 0 auto;
}
#index header .header_inner nav {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
header .header_inner nav ul li {
	width: 100%;
}
header .header_inner nav ul li:first-child {
	width: 155px;
	flex-shrink: 0;
}
header .header_inner nav ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 65px;
	position: relative;
}
header .header_inner nav ul li:nth-child(n+2) a::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	background-color: #cacaca;
	width: 1px;
	height: 25px;
}
header .header_inner nav ul li a.active,
header .header_inner nav ul li a:hover {
	color: #45b035;
	opacity: 1;
}
/*******ナビゲーション（SP版）*******/
#sp_nav {
	display: none;
}


/*================================================
 *  サイドタブ（PC）
 ================================================*/
.fixed-link{
	position: absolute;
	right: 0;
	top: 150px;
	z-index: 1000;
}
.fixed-link li:nth-child(n+2) {
	margin-top: 5px;
}

/*================================================
 *  ページタイトル
 ================================================*/
#pageTitle {
	background: url(../images/pattern_gray.png);
	text-align: center;
	height: 90px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#pageTitle h2 {
	color: #4d4d4d;
	font-size: 22px;
}

/*================================================
 *  パンくずリスト
 ================================================*/
ol.breadcrumb {
	padding: 1em 0 0;
}
ol.breadcrumb li {
	font-size: 12px;
	display: inline;
}
ol.breadcrumb li:before {
	content: " > ";
}
ol.breadcrumb li:first-child:before {
	content:"";
}
ol.breadcrumb li a {
	color: #45b035;
	text-decoration: underline;
}
ol.breadcrumb li a:hover {
	opacity: 1;
	text-decoration: none;
}

/*================================================
 *  コンテンツ
 ================================================*/
.contents {
	padding: 90px 0 120px;
}

/*******ページナビ*******/
#page_nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	align-items : stretch;
	-webkit-box-pack: justify;
	margin-bottom: 60px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#page_nav li {
	width: 150px;
	height: 50px;
	line-height: 1.25;
}
#page_nav li:nth-child(n+2) {
	margin-left: 8px;
}
#page_nav li a {
	background: -moz-linear-gradient(-45deg, transparent 0.625em, #e6e6e6 0);
	background: -webkit-linear-gradient(-45deg, transparent 0.625em, #e6e6e6 0);
	background: linear-gradient(-45deg, transparent 0.625em, #e6e6e6 0);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	height: 100%;
	padding: 17px 0;
}
#page_nav li a.active,
#page_nav li a:hover {
	background: -moz-linear-gradient(-45deg, transparent 0.625em, #45b035 0);
	background: -webkit-linear-gradient(-45deg, transparent 0.625em, #45b035 0);
	background: linear-gradient(-45deg, transparent 0.625em, #45b035 0);
	color: #fff;
	opacity: 1;
}


/*******箇条書きリスト*******/
.kome_list li,
.disc_list li,
.circle_list li,
.indent_list li {
	list-style-position:inside;
	padding-left: 1em;
	text-indent: -1em;
}
/*※箇条書き*/
.kome_list > li:before{
	display: inline;
	content: "\203b";
}
/*・箇条書き*/
.disc_list > li:before{
	display: inline;
	content: "\30fb";
}
/*●箇条書き*/
.circle_list > li:before {
	display: inline;
	content: "\25CF";
}

/*()数字*/
.number_list li{
	padding-left: 2.16em;
	text-indent: -2.66em;
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
}
.number_list li:before{
	display: inline;
	content: "（" counter(cnt) "）";
}

/*******表*******/
table.common_table {
	border-top: 1px solid #999;
	width: 100%;
}
table.common_table th,
table.common_table td {
	border-bottom: 1px solid #999;
	line-height: 1.75;
	padding: 1em 2em;
}
table.common_table th {
	background-color: #f2f2f2;
	width: 220px;
	text-align: left;
}

/*******ボタン*******/
.button {
	text-align:center;
}
.button a,
.button div a,
.button input {
	display: inline-block;
    padding: 20px 0;
    width: 300px;
    color: #fff!important;
    text-align: center;
	border: none;
	cursor: pointer;
}
.button .gray { /*修正ボタン*/
    margin: 0 20px 0 0;
	background: #999;
}
.button div a,
.button input[type=submit] { /*トップに戻る+同意*/
    margin: 0;
	background:#f7931e;
}
.button input:hover,
.button a:hover{
	opacity: 0.7!important;
}

/*******slick矢印*******/
.slick-prev, .slick-next {
	z-index: 100;
}
.slick-prev:before,
.slick-next:before {
	color: #ccc;
    font-family: 'icomoon';
    opacity: 1;
}
.slick-prev:before,
[dir='rtl'] .slick-next:before {
    content: '\e900';/*←*/
}
[dir='rtl'] .slick-prev:before,
.slick-next:before {
    content: '\e901';/*→*/
}

/*******お問い合わせ（共通）*******/
section .contact_box {
	width: 720px;
	margin: 60px auto 0;
}
section .contact_box h6.contact_head {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}
section .contact_box .inner {
	display: table;
	width: 100%;
	padding: 30px 60px;
	color: #fff;
}
section .contact_box .inner > div {
	display: table-cell;
	vertical-align: top;
}
section .contact_box .inner > div:last-of-type {
	width: 265px;
}
section .contact_box .inner > div .head {
	font-size: 18px;
	margin-bottom: 0.7em;
}
section .contact_box .inner > div .number {
	font-size: 41px;
	margin-top: -0.1em;
}
section .contact_box .inner > div .number span {
	font-size: 130%;
	vertical-align: -15%;
	margin-right: 0.15em;
}
section .contact_box .inner > div .time {
	font-size: 14px;
	margin-top: 0.2em;
}
section .contact_box .inner > div .btn_contact {
	display: block;
	position: relative;
	font-size: 19px;
	font-weight: bold;
	padding: 25px 0 25px 22px;
	background: -moz-linear-gradient(-45deg, transparent 13px, #fff 0);
	background: -webkit-linear-gradient(-45deg, transparent 13px, #fff 0);
	background: linear-gradient(-45deg, transparent 13px, #fff 0);
}
section .contact_box .inner > div .btn_contact span {
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -0.5em;
}

/*******一覧共通*******/
.detail_list {
	position: relative;
}

/*スライダー用*/
.detail_list.swiper .swiper-slide {
	padding: 10px;
	width: 320px;
	height: auto;
}
.detail_list.swiper .swiper-slide a {
	width: 100%;
}

/*スライダー用 矢印*/
.detail_list.swiper [class*="swiper-button-"] {
	background-color: #45b035;
	border-radius: 50%;
	outline: none;
	font-size: 50px;
	width: 1em;
	height: 1em;
	margin-top: 0;
	transform: translateY(-50%);
	opacity: 0.75;
	transition: 0.3s;
}
.detail_list.swiper [class*="swiper-button-"]:after {
	content: none!important;
}
.detail_list.swiper [class*="swiper-button-"]:hover {
	opacity: 1;
}
.detail_list.swiper .swiper-button-prev {
	left: 70px;
}
.detail_list.swiper .swiper-button-next {
	right: 70px;
}
.detail_list.swiper [class*="swiper-button-"] span {
	position: relative;
	display: block;
	width: 0.28em;
	height: 0.5em;
}
.detail_list.swiper [class*="swiper-button-"] span::before,
.detail_list.swiper [class*="swiper-button-"] span::after {
    content: '';
    position: absolute;
	display: block;
    width: 50%;
    height: 50%;
    background-color: #fff;
	left: 50%;
}
.detail_list.swiper .swiper-button-prev span::before {
    top: 0;
    transform: skew(145deg,0deg) translateX(-75%);
}
.detail_list.swiper .swiper-button-prev span::after {
    top: 50%;
    transform: skew(-145deg,0deg) translateX(-75%);
}
.detail_list.swiper .swiper-button-next span::before {
    top: 0;
    transform: skew(35deg,0deg) translateX(-25%);
}
.detail_list.swiper .swiper-button-next span::after {
    top: 50%;
    transform: skew(-35deg,0deg) translateX(-25%);
}


/*スライダー無し用*/
.detail_list:not(.swiper) {
	display: flex;
	align-items : stretch;
	flex-wrap: wrap;
}
.detail_list:not(.swiper) li:not(:nth-child(3n+1)) {
	margin-left: 20px;
}
.detail_list:not(.swiper) li:nth-of-type(n+4) {
	margin-top: 20px;
}
.detail_list:not(.swiper) li a {
	width: 300px;
}


/*基本パーツ*/
.detail_list a {
	display: block;
	background-color: #fff;
	height: 100%;
	box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, 0.3);
	position: relative;
}
.detail_list li.sold a,
.detail_list li.reserve a {
	pointer-events: none;
}
.detail_list a .photo {
	height: 225px;
	position: relative;
	overflow: hidden;
}
.detail_list a .photo.no_thum { /*画像無しの場合用*/
	background: url(../images/thum_noimg.png) center center no-repeat;
	background-size: cover;
}
.detail_list li.sold .photo::after,
.detail_list li.reserve .photo::after { /*商談中＋売却済用*/
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.detail_list li.reserve .photo::after { /*商談中用*/
	background: url(../images/lineup/lineup_compart_icon01.png) center center no-repeat;
}
.detail_list li.sold .photo::after { /*売却済用*/
	background: url(../images/lineup/lineup_compart_icon02.png) center center no-repeat;
}
.detail_list a .photo img {
	width: 100%;
}
.detail_list a .text_box {
	padding: 25px;
	line-height: 1.5;
	position: relative;
}
.detail_list a .text_box .icon {
	position: absolute;
	top: -15px;
	left: 25px;
	line-height: 1;
	
}
.detail_list a .text_box .icon img:nth-child(n+2) {
	margin-left: 10px;
}
.detail_list a .text_box .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.75em;
}
.detail_list a .text_box p:not(.title) {
	font-size: 88%;
}

.detail_list a .text_box .area_price_box {
	margin-top: 1em;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items : stretch;
	line-height: 1.5;
}
.detail_list a .text_box .area_price_box dt,
.detail_list a .text_box .area_price_box dd {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.detail_list a .text_box .area_price_box dt:nth-of-type(n+2),
.detail_list a .text_box .area_price_box dd:nth-of-type(n+2) {
	margin-top: 10px;
}
.detail_list a .text_box .area_price_box dt {
	border-radius: 0.2em;
	background-color: #999;
	color: #fff;
	font-size: 12px;
	width: 60px;
	padding: 0.2em 0 0.1em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}
.detail_list a .text_box .area_price_box dd {
	font-size: 14px;
	width: 180px;
}
.detail_list a .text_box .area_price_box dd span:not(.tax) {
	font-size: 130%;
	font-weight: bold;
	margin-right: 0.2em;
}

/*商談中＋売却済用 価格非表示*/
/*.detail_list a.reserve dl .price,
.detail_list a.reserve dl .price + dd,
.detail_list a.sold dl .price,
.detail_list a.sold dl .price + dd {
	display: none;  
}*/

/*▽アニメーション有用*/
.scrool_anime .detail_list li a {
	opacity: 0;
	transition: all 1s;
	transform: translate(0, 50px);
}
.scrool_anime .detail_list li.move a {
	transform: translate(0, 0);
	opacity: 1;
}

/*△アニメーション有用*/




/*================================================
 *  ページトップ
 ================================================*/
.pagetop {
	display: none;
    position: fixed;
    bottom: 50px;
	right: 70px;
	font-size: 16px;
	cursor: pointer;
	padding: 1em;
	z-index: 500;
}
.pagetop::before {
	position: absolute;
	content: '';
	top: -0.5em;
	left: 50%;
	margin-left: -0.6em;
	width: 1.2em;
	height: 1.2em;
	border-top: 1px solid #45b035;
	border-right: 1px solid #45b035;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagetop:hover::before {
	-webkit-animation: pagetop-arrow 1s infinite ease-in-out;
	animation: pagetop-arrow 1s infinite ease-in-out;
}
@-webkit-keyframes pagetop-arrow {
	0%,100% {top: -0.5em;}50% {	top: -1em;}
}
@keyframes pagetop-arrow {
	0%,100% {top: -0.5em;}50% {	top: -1em;}
}

/*================================================
 *  フッター
 ================================================*/
footer {
	position: relative;
}
footer::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 8px;
	top: -8px;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
}
footer > div {
	overflow: hidden;
}
/*住所・問い合わせ*/
footer .footer_info {
	background: url(../images/pattern_gray.png);
	padding: 40px 0;
}
footer .footer_info .wrap {
	display: table;
}
footer .footer_info .wrap > div {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0;
}
footer .footer_info .wrap > div:nth-child(1) {
	width: 330px;
	border-right: 1px solid #808080;
}
footer .footer_info .wrap > div:nth-child(1) p:not(.img_logo) {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 0.8em;
}
footer .footer_info .wrap > div:nth-child(2) {
	padding: 5px 22px;
}
footer .footer_info .wrap > div:nth-child(3) {
	width: 265px;
}
footer .footer_info .wrap > div .head {
	font-size: 18px;
	margin-bottom: 0.7em;
}
footer .footer_info .wrap > div .number {
	font-size: 41px;
	margin-top: -0.1em;
}
footer .footer_info .wrap > div .number span {
	font-size: 130%;
	vertical-align: -15%;
	margin-right: 0.15em;
}
footer .footer_info .wrap > div .number + p {
	border: 1px solid #45b035;
	border-radius: 2em;
	font-weight: bold;
	text-align: center;
	padding: 0.4em 0;
}

footer .footer_info .wrap > div .btn_contact {
	display: block;
	position: relative;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	padding: 31px 0 31px 22px;
	background: -moz-linear-gradient(-45deg, transparent 13px, #45b035 0);
	background: -webkit-linear-gradient(-45deg, transparent 13px, #45b035 0);
	background: linear-gradient(-45deg, transparent 13px, #45b035 0);
}
footer .footer_info .wrap > div .btn_contact span {
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -0.5em;
}

/*バナー*/
footer .footer_banner {
	padding: 30px 0;
}
footer .footer_banner #footer_banner_slider {
	margin: 0 auto;
	max-width: 980px;
	width: 100%;
}
footer .footer_banner #footer_banner_slider li a {
	display: block;
	border: 1px solid #b1b1b1;
	overflow: hidden;
	width: 290px;
	margin: 0 auto;
}
footer .footer_banner #footer_banner_slider li img {
	margin: -1px;
}

/*コピーライト*/
footer .footer_copy {
	background-color: #333;
	font-size: 14px;
}
footer .footer_copy .wrap {
	color: #fff;
	display: table;
	padding: 15px 0;
}
footer .footer_copy .wrap > div {
	display: table-cell;
	vertical-align: middle;
}
footer .footer_copy .wrap > div:first-child a {
	color: #fff;
}
footer .footer_copy .wrap > div:last-child {
	text-align: right;
}
footer .footer_copy .wrap > div:last-child small {
	font-size: 12px;
}















/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:800px) {

body {
	font-size: 4vw;
}	
p{
	font-size: 4vw;
}

img {
	max-width: 100%;
}

.sp_wid100 {
	width: 100%;
}

/*文字揃え*/
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: justify;
	text-justify: inter-ideograph;
}
/* sp/pcの切替 */
.sp {
	display: block;
}
.pc {
	display: none;
}

/*幅*/
.wrap {
	max-width: inherit;
	width: 90%;
}
.wrap_sp_small {
	max-width: inherit!important;
	width: 80vw!important;
	margin-left: auto!important;
	margin-right: auto!important;
}


/*******flexbox*******/
.flex_start_spblock,
.flex_end_spblock,
.flex_between_spblock,
.flex_center_spblock,
.flex_inline_spblock {
	display: block;
}



/*================================================
 *  ヘッダー
 ================================================*/
header {
	background-color: #fff;
	width: 100%;
}
header h1 {
	display: none;
}
header .header_inner {
	max-width: inherit;
	width: 100%;
}
header .header_inner .header_logo {
	padding: 3vw 5vw;
	height: 19vw;
}
header .header_inner .header_logo > div:nth-child(1) a img {
	height: 12vw;
}
header .header_inner .header_logo > div:nth-child(1) .img_iso {
	margin-left: 2.5vw;
	width: 23vw;
}
header .header_inner .header_logo > div:nth-child(1) .img_iso img {
	width: 100%;
}

header .header_inner .header_logo .header_tel {
	display: none;
}
header .header_inner .header_logo #sp_menu_btn {
	display: block;
	text-align: center;
	width: 14vw;
	height: 14vw;
	padding-top: 4vw;
	position: fixed;
	top: 3vw;
	right: 3vw;
	z-index: 20001;
}
header .header_inner .header_logo #sp_menu_btn .font_english {
	color: #fff;
	font-size: 3.6vw;
}
header .header_inner .header_logo #sp_menu_btn.active {
	background-color: transparent;
}
header .header_inner .header_logo #sp_menu_btn.active .font_english {
	display: none;
}

/*ハンバーガーアイコン*/
.hamburger-icon {
	position: relative;
	display: block;
	margin: 0 auto 3.5vw;
}
.hamburger-icon,
.hamburger-icon:before,
.hamburger-icon:after {
	width: 7vw;
	height: 3px;
	-webkit-transition: all .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: #fff;
}
.hamburger-icon:before,
.hamburger-icon:after {
	position: absolute;
	top: -2vw;
	left: 0;
	content: ' ';
}
.hamburger-icon:after {
	top: 2vw;
}
.active .hamburger-icon {
	background-color: transparent;
}
.active .hamburger-icon:before,
.active .hamburger-icon:after {
	top: 3vw;
}
.active .hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.active .hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*================================================
 *  ナビゲーション
 ================================================*/
#sp_nav {
	background-color: rgba(51,51,51,0.9);
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%;
	padding: 14vw 0 0;
	z-index: 10000;
	text-align: center;
}
#sp_nav ul li a {
	color: #fff;
	display: block;
	font-size: 4.5vw;
	padding: 4vw 0;
}
#sp_nav ul li:nth-last-child(2) a {
	padding-bottom: 7.5vw;
}
#sp_nav ul li.close-btn {
	background-color: #000;
	color: #fff;
	font-size: 4.5vw;
	padding: 1em 0;
	letter-spacing: 0.1em;
}
#sp_nav ul li.close-btn span {
	position: relative;
	padding-left: 1em;
}
#sp_nav ul li.close-btn span::before,
#sp_nav ul li.close-btn span::after {
	position: absolute;
	content: '';
	width: 2px;
	height: 1em;
	background-color: white;
	top: 50%;
	margin-top: -0.5em;
	left: 0;
}
#sp_nav ul li.close-btn span::before {
	transform: rotateZ(45deg);
}
#sp_nav ul li.close-btn span::after {
	transform: rotateZ(-45deg);
}

/*================================================
 *  ページタイトル
 ================================================*/
#pageTitle {
	height: 20vw;
}
#pageTitle h2 {
	font-size: 5.5vw;
}

/*================================================
 *  コンテンツ
 ================================================*/
.contents {
	padding: 8vw 0 15vw;
}

/*******ページナビ*******/
#page_nav {
	margin-bottom: 8vw;
}
#page_nav li {
	width: 29vw;
	height: 12vw;
}
#page_nav li:nth-child(n+2) {
	margin-left: 1.5vw;
}
#page_nav li:nth-child(3n+1) {
	margin-left: 0;
}
#page_nav li:nth-of-type(n+4) {
	margin-top: 1.5vw;
}
#page_nav li a {
	font-size: 3.4vw;
}

/*******表*******/
table.common_table {
	border: none;
	width: 100%;
}
table.common_table th,
table.common_table td {
	border: none;
	display: block;
	padding: 0.5em 1em;
}
table.common_table th {
	width: 100%;
}
table.common_table td {
	padding-bottom: 1.5em;
}
table.common_table tr:last-of-type td {
	padding-bottom: 0;
}

/*******ボタン*******/
.button a,
.button div a,
.button input {
    display: block;
    width: 80%;
    font-size: 5vw;
    padding: 1em 0;
}
.button .gray { /*修正ボタン*/
    margin: 0 auto 5vw;
}
.button div a,
.button input[type=submit] {
    margin: 0 auto;
}

/*******お問い合わせ（共通）*******/

section .contact_box {
	width: 100%;
	margin: 10vw auto 0;
}
section .contact_box h6.contact_head {
	font-size: 4.8vw;
}
section .contact_box .inner {
	display: block;
	padding: 5vw;
	color: #fff;
}
section .contact_box .inner > div {
	display: block;
}
section .contact_box .inner > div:last-of-type {
	width: 100%;
	margin-top: 5vw;
}
section .contact_box .inner > div .head {
	font-size: 4.5vw;
}
section .contact_box .inner > div .number {
	font-size: 10.5vw;
}
section .contact_box .inner > div .time {
	font-size: 3.4vw;
}
section .contact_box .inner > div .btn_contact {
	font-size: 5vw;
	padding: 6vw 0;
	text-align: center;
	background: -moz-linear-gradient(-45deg, transparent 2vw, #fff 0);
	background: -webkit-linear-gradient(-45deg, transparent 2vw, #fff 0);
	background: linear-gradient(-45deg, transparent 2vw, #fff 0);
	margin-top: 3vw;
}
section .contact_box .inner > div .btn_contact span {
	font-size: 4.8vw;
}

/*******一覧共通*******/
/*スライダー用*/
.detail_list.swiper .swiper-slide {
	padding: 2.5vw;
	width: 60vw;
}

/*スライダー用 矢印*/
.detail_list.swiper [class*="swiper-button-"] {
	font-size: 12vw;
}
.detail_list.swiper .swiper-button-prev {
	left: 3vw;
}
.detail_list.swiper .swiper-button-next {
	right: 3vw;
}

/*スライダー無し用*/
.detail_list:not(.swiper) {
	display: flex;
	align-items : stretch;
	flex-wrap: wrap;
}
.detail_list:not(.swiper) li{
	margin: 0!important;
}
.detail_list:not(.swiper) li:nth-child(n+3) {
	margin-top: 3vw!important;
}
.detail_list:not(.swiper) li a {
	width: 43.5vw;
}


/*基本*/
.detail_list {
	width: 100%;
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: flex!important;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items : stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.detail_list a {
	box-shadow: 0px 0px 1.5vw 0px rgba(0, 0, 0, 0.3);
}
.detail_list a .photo {
	height: 32.625vw;
}
.detail_list li.sold .photo::after,
.detail_list li.reserve .photo::after { /*商談中＋売却済用*/
	background-size: 40% auto;
}
.detail_list a .text_box {
	padding: 5vw 3vw;
}
.detail_list a .text_box .icon {
	top: -2.5vw;
	left: 3vw;
}
.detail_list a .text_box .icon img {
	height: 5vw;
}
.detail_list a .text_box .icon img:nth-child(n+2) {
	margin-left: 1vw;
}
.detail_list a .text_box .title {
	font-size: 3.8vw;
}

.detail_list a .text_box .area_price_box dt:nth-of-type(n+2),
.detail_list a .text_box .area_price_box dd:nth-of-type(n+2) {
	margin-top: 2vw;
}
.detail_list a .text_box .area_price_box dt {
	font-size: 3vw;
	width: 25%;
	padding: 0.2em 0.3em;
}
.detail_list a .text_box .area_price_box dd {
	font-size: 3.2vw;
	width: 70%;
	text-align: left;
}
.detail_list a .text_box .area_price_box .price + dd {
	width: auto;
	max-width: 70%;
	display: block;
	text-align: right;
	margin-right: auto;
	margin-left: 2vw;
}
.detail_list a .text_box .area_price_box dd .tax {
	display: block;
	margin: 0 -0.5em;
}




/*================================================
 *  ページトップ
 ================================================*/
.pagetop {
	bottom: 19vw;
	right: 0;
	font-size: 3vw;
}
/*================================================
 *  フッター
 ================================================*/
footer::before {
	height: 3vw;
	top: -3vw;
}
/*住所・問い合わせ*/
footer .footer_info {
	padding: 8vw 0;
}
footer .footer_info .wrap {
	padding: 0 5vw;
}
footer .footer_info .wrap > div {
	display: block;
	padding: 0;
}
footer .footer_info .wrap > div:nth-child(1) {
	width: 100%;
	border-right: none;
	text-align: center;
}
footer .footer_info .wrap > div:nth-child(1) p.img_logo img {
	width: 55vw;
}
footer .footer_info .wrap > div:nth-child(1) p:not(.img_logo) {
	font-size: 3.4vw;
}
footer .footer_info .wrap > div:nth-child(2) {
	padding: 3vw 0 0;
	text-align: center;
}
footer .footer_info .wrap > div:nth-child(3) {
	width: 100%;
	padding-top: 3vw;
}
footer .footer_info .wrap > div .number {
	font-size: 10.5vw;
	margin-bottom: 2vw;
}
footer .footer_info .wrap > div .number span {
	font-size: 130%;
	vertical-align: -15%;
	margin-right: 0.15em;
}

footer .footer_info .wrap > div .btn_contact {
	font-size: 5vw;
	padding: 6vw 0;
	text-align: center;
	background: -moz-linear-gradient(-45deg, transparent 2vw, #45b035 0);
	background: -webkit-linear-gradient(-45deg, transparent 2vw, #45b035 0);
	background: linear-gradient(-45deg, transparent 2vw, #45b035 0);
}
footer .footer_info .wrap > div:nth-child(2) .btn_contact {
	background: -moz-linear-gradient(-45deg, transparent 2vw, #90000a 0);
	background: -webkit-linear-gradient(-45deg, transparent 2vw, #90000a 0);
	background: linear-gradient(-45deg, transparent 2vw, #90000a 0);
}
footer .footer_info .wrap > div .btn_contact span {
	font-size: 4.8vw;
}

/*バナー*/
footer .footer_banner {
	padding: 8vw 0;
}
footer .footer_banner #footer_banner_slider {
	max-width: inherit;
}
footer .footer_banner #footer_banner_slider li {
	width: 70vw;
	padding: 0 5vw;
}
footer .footer_banner #footer_banner_slider li a {
	width: 100%;
}
footer .footer_banner #footer_banner_slider li img {
	margin: 0;
	width: 100%;
}
/*矢印*/
footer .footer_banner #footer_banner_slider .slick-prev,
footer .footer_banner #footer_banner_slider .slick-next {
	width: 6vw;
	height: 6vw;
	font-size: 6vw;
}
footer .footer_banner #footer_banner_slider .slick-prev:before,
footer .footer_banner #footer_banner_slider .slick-next:before {
	font-size: 6vw;
}
footer .footer_banner #footer_banner_slider .slick-prev,
footer .footer_banner #footer_banner_slider [dir='rtl'] .slick-next {
    left: 12vw;
}
footer .footer_banner #footer_banner_slider .slick-next,
footer .footer_banner #footer_banner_slider [dir='rtl'] .slick-prev {
    right: 12vw;
}

/*コピーライト*/
footer .footer_copy {
	font-size: 3.2vw;
}
body:not(#contact) footer .footer_copy {
	padding-bottom: 19vw;
}
footer .footer_copy .wrap {
	display: block;
	padding: 5vw 0 6vw;
}
#contact footer .footer_copy .wrap {
	padding: 5vw 0;
}
footer .footer_copy .wrap > div {
	display: block;
	text-align: center;
}
footer .footer_copy .wrap > div:last-child {
	text-align: center;
	margin-top: 1em;
}
footer .footer_copy .wrap > div:last-child small {
	font-size: 2.8vw;
}


/*================================================
 *  下固定（SPのみ）
 ================================================*/
.sp_fixed_bottom {
	background-color: #90000a;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 5000;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
}
#contact .sp_fixed_bottom {
	display: none;
}
.sp_fixed_bottom li {
	width: 100%;
}
.sp_fixed_bottom li:nth-child(n+2) {
	border-left: 1px solid #fff;
}
/*#lineup .sp_fixed_bottom li.btn_lineup {
	display: none;
}
#lineup .sp_fixed_bottom li.btn_request {
	border-left: none;
}
body:not(#lineup) .sp_fixed_bottom li.btn_request {
	width: 35vw;
	flex-shrink: 0;
}*/
.sp_fixed_bottom li.btn_request {
	width: 35vw;
	flex-shrink: 0;
}

.sp_fixed_bottom li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 3.7vw;
	text-align: center;
	height: 19vw;
}
.sp_fixed_bottom li a > span {
	display: block;
	font-size: 6vw;
	margin-bottom: 0.5em;
}
.sp_fixed_bottom li.btn_request em {
	width: 35vw;
	flex-shrink: 0;
}


}