/*===============================================
●smart.css 画面の横幅が736px以下
===============================================*/
@media screen and (max-width: 979px){

.fuwari {
	opacity: 0;
	transform: translate(0, 6vw);
	transition: all 600ms;
}

.fuwari.f-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

.pc {display: none;}

body::-webkit-scrollbar {  /* Safari 対応 */
        display:none;
    }

body {
	font-size: 4vw;
	line-height: 1.75em;
	font-feature-settings : "palt";
}


.hero {
	background: url(img/hero_sp.jpg) center / cover no-repeat;
	width: 100vw;
	height: 132.5vw;
	position: relative;
	overflow: hidden;
}
.hero h1 {
	margin: 6vw auto;
	width: 88vw;
	height: 6vw;
	background: url(img/h1_sma.svg) center / contain no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.hero .catch {
	margin: 14vw auto;
	width: 65vw;
}
.hero .tel {
	display: none;
}
.hero .bot {
	position: absolute;
	position: absolute;
	bottom: 10vw;
	right: 0;
	left: 0;
	margin: auto;
	width: 48vw;
	height: 9vw;
	background: #FFF;
	font-size: 4vw;
	line-height: 9vw;
	text-align: center;
	color: #000;
}

.intro {
	text-align: center;
	margin: 10vw auto;
	font-size: 4.5vw;
	line-height: 1.8em;
}

.tabcontent {
	position: relative;
	padding-top: calc(20vw + 0px);
}
.tabcontent h2.tab {
	position: absolute;
	top: 0;
	width: 43vw;
	font-weight: bold;
	font-size: 5.5vw;
	line-height: 7vw;
	color: #493C38;
	text-align: center;
	padding: 4vw 0 2vw;
	border: 1px solid #493C38;
	border-radius: 5vw 5vw 0 0;
	z-index: 10;
}
.tabcontent h2.buy.tab {
	left: 5vw;
	background: #E4D8D4;
}
.tabcontent h2.sell.tab {
	right: 5vw;
	background: #D5E1E7;
}
.tabcontent #buy {
	border-top: 1px solid #493C38;
	background: #E4D8D4;
	padding: 1px 0 10vw;
}
.tabcontent #sell {
	border-top: 1px solid #493C38;
	background: #D5E1E7;
	padding: 10vw 0;
}
.tabcontent #sell,.tabcontent #buy {
		display: none;
}
.tabcontent #sell.active, .tabcontent #buy.active {
		display: block;
}
.tabcontent .sell.tab.active {
		border-bottom: 1px solid #D5E1E7;
}
.tabcontent .buy.tab.active {
		border-bottom: 1px solid #E4D8D4;
}

.tabcontent h3 {
	margin: 18vw auto 10vw;
	font-size: 6.5vw;
	line-height: 1.3em;
	font-weight: bold;
	color: #493C38;
	position: relative;
	text-align: center;
	width: fit-content;
}
.tabcontent h3::before {
	content: "";
	width: 8.5vw;
	height: 8.5vw;
	background: url(img/h3_before.svg) center / contain no-repeat;
	position: absolute;
	top: -2vw;
	left: -8.5vw;
}
.tabcontent h3::after {
	content: "";
	width: 8.5vw;
	height: 8.5vw;
	background: url(img/h3_after.svg) center / contain no-repeat;
	position: absolute;
	bottom: -2vw;
	right: -8.5vw;
}
.tabcontent p {
	margin: 1.75em 6vw;
	text-align: justify;
}

.tabcontent .continue {
	margin: 10vw 8vw;
	overflow: auto;
}
.tabcontent .continue li {
	float: left;
	width: 38vw;
	height: 38vw;
	background: #FFF;
	border-radius: 50%;
}
.tabcontent .continue li:nth-of-type(1) {
	margin: 0 0 0 23vw;
}
.tabcontent .continue li:nth-of-type(3) {
	margin-left: 8vw;
}
.tabcontent .continue li p {
	margin: auto;
	display: table-cell;
	width: 37.5vw;
	height: 37.5vw;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #493C38;
}
.tabcontent .illustsh {
	width: 88vw;
	display: block;
	margin: 10vw auto;
}
.tabcontent p.important {
	background: #493C38;
	padding: 6vw;
	color: #FFF;
	margin: 12vw 6vw;
	border-radius: 6vw;
	text-align: center;
}
.tabcontent .dormant {
	width: 88vw;
	display: block;
	margin: 12vw auto;
}
.tabcontent .illustbf {
	width: 90vw;
	display: block;
	margin: 12vw auto;
}
.tabcontent .illusttm {
	width: 64vw;
	display: block;
	margin: 12vw auto;
}
.tabcontent .business {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 5vw 6vw 12vw;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background: #FFF;
}
.tabcontent .business li {
	box-sizing: border-box;
	width: 100%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1.5vw 3vw;
}
.tabcontent .business li:nth-of-type(2n-1) {
	background: #FBE6CE;
}
.tabcontent h4 {
	font-weight: bold;
	font-size: 5vw;
	line-height: 1.5em;
	text-align: center;
	margin: 10vw auto 5vw;
}

.tabcontent .benefit {
	width: 88vw;
	margin: 5vw auto 10vw;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background: #FFF;
	box-sizing: border-box;
}
.tabcontent .benefit tr th {
	background: #FBE6CE;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2em;
	font-weight: bold;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.tabcontent .benefit tr td {
	padding: 2vw;
	vertical-align: middle;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.tabcontent .benefit tr td p {
	text-align: center;
	margin: 2vw auto;
	line-height: 1.5em;
}

.tabcontent .notes {
	margin: 6vw;
}
.tabcontent .notes li {
	border: 1px solid #493C38;
	border-radius: 5vw;
	background: #FFF;
	margin: 0 0 6vw;
	text-align: center;
}
.tabcontent .notes li .point {
	background: #FBE6CE;
	font-size: 4.5vw;
	font-weight: bold;
	line-height: 12vw;
	border-radius: 5vw 5vw 0 0;
}
.tabcontent .notes li h5 {
	font-size: 5.3vw;
	font-weight: bold;
	line-height: 1.5em;
	margin: 5vw auto 3vw;
}
.tabcontent .notes li p {
	text-align: justify;
	margin: 0 6vw 6vw;
}

.bottom {
	margin: 12vw 0;
	text-align: center;
}
.bottom h3 {
	margin: 18vw auto 10vw;
	font-size: 6.5vw;
	line-height: 1.3em;
	font-weight: bold;
	color: #493C38;
	position: relative;
	text-align: center;
	width: fit-content;
}
.bottom h3::before {
	content: "";
	width: 8.5vw;
	height: 8.5vw;
	background: url(img/h3_before.svg) center / contain no-repeat;
	position: absolute;
	top: -2vw;
	left: -8.5vw;
}
.bottom h3::after {
	content: "";
	width: 8.5vw;
	height: 8.5vw;
	background: url(img/h3_after.svg) center / contain no-repeat;
	position: absolute;
	bottom: -2vw;
	right: -8.5vw;
}
.bottom p {
	margin: 1.75em 6vw;
	text-align: justify;
}
.bottom .case {
	margin: 6vw;
}
.bottom .case li {
	border: 1px solid #493C38;
	border-radius: 5vw;
	background: #FFF;
	margin: 0 0 6vw;
	text-align: center;
}
.bottom .case li .nonv {
	color: #493C38;
	background: #FBE6CE;
	font-size: 4.5vw;
	font-weight: bold;
	line-height: 12vw;
	border-radius: 5vw 5vw 0 0;
}
.bottom .case li h5 {
	color: #493C38;
	font-size: 5.3vw;
	font-weight: bold;
	line-height: 1.5em;
	margin: 5vw auto 3vw;
}
.bottom .case li p.cond {
	text-align: center;
	margin: 0 auto 3vw;
}
.bottom .case li p {
	text-align: justify;
	margin: 0 6vw 6vw;
}
.bottom .close {
	font-size: 4.5vw;
	margin: 10vw 6vw;
	text-align: justify;
}
.bottom .bot {
	display: block;
	background: #493C38;
	color: #FFF;
	width: 65vw;
	font-size: 5.5vw;
	line-height: 12.5vw;
	text-align: center;
	margin: 6vw auto;
}
.bottom h4 {
	width: 37.5vw;
	font-weight: bold;
	font-size: 14px;
	line-height: 7vw;
	border: 1px solid #493C38;
	color: #493C38;
	margin: 3vw auto;
}
.bottom .tel {
	display: block;
	width: 62.5vw;
	margin: auto;
}
.bottom .time {
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.5em;
	color: #493C38;
	margin: 2vw auto;
	text-align: center;
}

.head {
	background: url(img/hero_sp.jpg) center -50vw / 100vw no-repeat;
	width: 100%;
	height: 66vw;
	position: relative;
	overflow: hidden;
}
.head .toptitle {
	margin: 6vw auto;
	width: 88vw;
	height: 6vw;
	background: url(img/h1_sma.svg) center / contain no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.head h1 {
	margin: 18vw auto 0;
	color: #FFF;
	font-size: 8vw;
	line-height: 1em;
	text-align: center;
}
.bottom p {
	text-align: center;
}
.bottom h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #493C38;
	margin: 10px auto -20px;
}


.copyright {
	margin: 12vw 0 0;
	padding: 3vw;
	font-size: 4vw;
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
	background: #493C38;
}

#end {}
}