<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(reset.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&amp;display=swap");
@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

body {
  letter-spacing: .02rem;
  text-align: justify;
  font-family:　'游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #3C3C3C;
  line-height: 1.5;
	font-feature-settings: "palt";
}

#wrap {
  width: 100%;
  overflow: hidden
}

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

.serif {
  font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'Noto Serif JP', HG明朝B, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif
}

.tCenter {
  text-align: center
}

@media screen and (min-width: 769px) {
  #wrap {
    min-width: 1200px
  }
  .sp, .tb {
    display: none
  }
}

@media screen and (max-width: 768px) {
  .tb, .pc {
    display: none
  }
}

a {
  transition: opacity .25s;
  color: #534741;
  text-decoration: none
}

a:hover {
  opacity: .85;
  color: #534741;
  text-decoration: none
}

#header {
	position: relative;
	background-color: #EFEFEF;
	padding: 20px;
}
#header #logo {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	color: #012D52;
	line-height: 1.4;
	letter-spacing: 2px;
}
#header #logo img {
	display: block;
	width: 120px;
	margin-bottom: 10px;
}
#header #gNav ul {
	position: relative;
	display: flex;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}
#header #gNav ul:before {
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translate(-50%,0);
	background-color: #012D52;
	display: block;
	content: '';
	width: 1000vw;
	z-index: -2;
}
#header #gNav ul li {
	width: 50%;
}
#header #gNav ul li a {
	display: block;
	position: relative;
	color: #FFF;
	padding-bottom: 20px;
	line-height: 1.2;
}
#header #gNav ul li a:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0) rotate(45deg);
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
#header #gNav ul li a &gt; strong {
	display: block;
	margin: 10px 0;
}
#header #gNav #kengaku {
	width: 100%;
	max-width: 1200px;
	line-height: 1.2;
	z-index: 2;
}
#header #gNav #kengaku a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #71584C;
	color: #FFF;
	text-align: center;
	border-radius: 50%;
}
#header #gNav #kengaku a span {
	display: block;
	margin-top: 10px;
}
#header #gNav #kengaku a span.icon {
	background-color: #FFF;
	color: #71584C;
	margin-bottom: 10px;
	font-weight: bold;
	border-radius: 2px;
}
#header #gNav #kengaku a:after {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%,0) rotate(45deg);
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

#covid19Bnr,
#modelhouseBnr {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}
#covid19Bnr a {
	position: relative;
	padding: 20px;
	border: 6px solid #012D52;
	color: #012D52;
}
#covid19Bnr a img {
	vertical-align: middle;
}
#covid19Bnr a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0,-50%) rotate(-45deg);
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-right: 2px solid #012D52;
	border-bottom: 2px solid #012D52;
}

#modelhouseBnr ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#modelhouseBnr li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
#modelhouseBnr li:first-child {
	background-image: url("../img/modelhousebnr_img01.jpg");
}
#modelhouseBnr li:last-child {
	background-image: url("../img/modelhousebnr_img02.jpg");
}
#modelhouseBnr li span {
	display: inline-block;
	background-color: rgba(113,88,76,0.90);
	color: #FFF;
	padding: 5px;
}
#modelhouseBnr a {
	display: block;
	border: 6px solid #71584C;
	color: #71584C;
	margin-bottom: 20px;
}
#modelhouseBnr a li {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 12px;
}
#modelhouseBnr a p {
	font-weight: bold;
}
#modelhouseBnr a p:after {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%,0) rotate(45deg);
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border-right: 2px solid #71584C;
	border-bottom: 2px solid #71584C;
}
#modelhouseBnr &gt; p {
	margin-top: 5px;
}

.projectSec h2 {
	text-align: center;
	color: #FFF;
	font-weight: normal;
	line-height: .9;
}
.projectSec .in {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.projectSec .price {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}
.projectSec .outline section h3 {
	font-weight: normal;
}
.projectSec .outline section li {
	padding-left: 1em;
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
	list-style: none;
}
.projectSec .outline section li:nth-child(n+2) {
	margin-top: 10px;
}
.projectSec .outline section li:before {
	display: inline-block;
	content: '';
	width: .5em;
	height: .5em;
	margin: 0 .5em 0 -1em;
	border-radius: 50%;
	border: 3px solid;
}
.projectSec .in &gt; figure {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 20px;
}
.projectSec .in &gt; figure img {
	border: 1px solid #EEE;
}
.projectSec .in &gt; dl {
	display: flex;
	flex-wrap: wrap;
	background-color: #DDD;
	padding: 0 1px 1px 1px;
}
.projectSec .in &gt; dl dt {
	background-color: #EEE;
	padding: 10px;
	margin: 1px 0 0 0;
}
.projectSec .in &gt; dl dd {
	background-color: #FFF;
	padding: 10px;
	margin: 1px 0 0 0;
}

#tomiokita h2,
#tomiokita .btns li:first-child a {
	background-color: #38567C;
}
#tomiokita .outline section .price {
	color: #38567C;
}
#tomiokita .outline section li:before {
	border-color: #38567C;
}
#torimicho h2,
#torimicho .btns li:first-child a {
	background-color: #00858E;
}
#torimicho .outline section .price {
	color: #00858E;
}
#torimicho .outline section li:before {
	border-color: #00858E;
}
#forsale h2 {
	background-color: #999;
}
#forsale .catch {
	font-weight: bold;
}
#forsale section figure {
	margin-bottom: 20px;
}
#forsale .price {
	color: #745927;
}
#forsale section li {
	border-bottom: 1px dotted #CCC;
	padding: 5px;
	list-style: none;
}
#forsale .btn a {
	background-color: #727071;
}
#zele h2 {
	background-color: #A3C6D2;
}
#zele #zeleLogo img {
	border: none;
	max-width: 200px;
	margin: 0 auto;
}
#zele #zelePoints {
	display: flex;
	justify-content: space-between;
}
#zele #zelePoints li {
	position: relative;
	border: 2px solid  #A3C6D2;
	border-radius: 10px;
	text-align: center;
	padding: 10px;
	list-style: none;
}
#zele #zelePoints li:before {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%,0) rotate(45deg);
	width: 20px;
	height: 20px;
	background-color: #FFF;
	border-right: 2px solid  #A3C6D2;
	border-bottom: 2px solid  #A3C6D2;
}
#zele #zeleImgs img {
	border: none;
}
#zele .btn a {
	background-color: #A3C6D2;
}

.btns li {
	list-style: none;
}
.btns li a,
.btn a {
	display: block;
	color: #FFF;
	background-color: #9FA1A0;
	text-align: center;
}

#modelhouse {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
#modelhouse h2 {
	text-align: center;
	color: #FFF;
	background-color: #71584C;
	font-weight: normal;
	line-height: .9;
}
#modelhouse section {
	background-color: rgba(113,88,76,0.10);
}
#modelhouse section h3 {
	color: #71584C;
}
#modelhouse section .btns {
	max-width: 650px;
	margin: 20px auto;
}
#modelhouse section .btns a {
	background-color: #71584C;
	font-size: 14px;
	padding: 10px;
}
#modelhouse section p {
	margin-top: 10px;
}

#online {
	background: url("https://marumine.net/wordpress/wp-content/themes/MARUYAMA/img/online/page_title_bg.jpg") center center / cover no-repeat;
}
#online header,
#online &gt; .in {
	background-color: #FFF;
}
#online header h2 {
	text-align: center;
	line-height: 1.2;
}
#online header h2 span {
	display: block;
}
#online header h2:after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px dotted #CCC;
}
#online .btn a {
	background-color: #333;
}

#footer {
	text-align: center;
	margin-top: 40px;
}
#footer dt img {
	width: 111px;
}
#footer dt {
	margin-bottom: 20px;
}
#footer p {
	background-color: #999;
	color: #FFF;
	padding: 10px;
	margin-top: 40px;
}

@media screen and (min-width: 769px) {
	#header #logo {
		padding: 40px 60px;
		font-size: 36px;
	}
	#header #logo strong {
		font-size: 45px;
	}
	#header #gNav ul:before {
		height: 60%;
	}
	#header #gNav ul li {
		padding: 20px 20px 40px;
		font-size: 16px;
	}
	#header #gNav ul li strong {
		font-size: 30px;
	}
	#header #gNav #kengaku {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
	}
	#header #gNav #kengaku a {
		position: absolute;
		top: 0;
		right: 0;
		width: 440px;
		height: 440px;
		padding-top: 170px;
		margin-top: -190px;
		font-size: 24px;
	}
	#header #gNav #kengaku a strong {
		font-size: 32px;
	}
	#header #gNav #kengaku a span {
		font-size: 14px;
	}
	#header #gNav #kengaku a span.icon {
		padding: 5px 10px;
		font-size: 18px;
	}
	
	#contents {
		padding: 80px 40px 0;
	}
	
	#covid19Bnr a {
		display: flex;
		align-items: center;
	}
	#covid19Bnr a span {
		display: flex;
		border-left: 1px dotted #CCC;
		width: 100%;
		margin-left: 20px;
		justify-content: center;
		font-size: 32px;
	}
	
	#modelhouseBnr {
		margin-top: 40px;
	}
	#modelhouseBnr a {
		position: relative;
	}
	#modelhouseBnr a ul li {
		width: 33.33%;
		height: 250px;
		padding: 10px;
	}
	#modelhouseBnr a p {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 33.33%;
		width: 33.34%;
		height: 100%;
		text-align: center;
		font-size: 28px;
	}
	.projectSec {
		margin-top: 80px;
	}
	.projectSec h2 {
		margin: 0 -40px 40px;
		padding: 30px;
		font-size: 36px;
	}
	.projectSec h2 span {
		font-size: 16px;
	}
	.projectSec .outline {
		display: flex;
	}
	.projectSec .outline figure {
		width: 50%;
	}
	.projectSec .outline section {
		width: 50%;
		margin-left: 40px;
	}
	.projectSec .outline section h3 {
		font-size: 28px;
	}
	.projectSec .in &gt; figure img {
		width: calc(50% - 20px);
		height: auto;
	}
	.projectSec .in &gt; dl {
		margin-top: 40px;
	}
	.projectSec .in &gt; dl dt {
		width: 10%;
	}
	.projectSec .in &gt; dl dd {
		width: 40%;
	}
	
	.btns {
		display: flex;
		margin-top: 40px;
	}
	.btns li {
		width: 100%;
	}
	.btns li:nth-child(n+2) {
		margin-left: 20px;
	}
	.btns li a,
	.btn a {
		padding: 20px;
		font-size: 16px;
	}
	#forsale .catch {
		text-align: center;
		font-size: 21px;
	}
	#forsale #projects {
		display: flex;
		margin-top: 40px;
	}
	#forsale #projects section {
		width: calc(50% - 20px);
	}
	#forsale #projects section:nth-child(n+2) {
		margin-left: 40px;
	}
	#forsale h3 {
		font-size: 24px;
	}
	#forsale ul {
		min-height: 320px;
	}
	#forsale .btn {
		margin-top: 20px;
	}
	
	#modelhouse {
		padding: 80px;
		margin: 80px -40px 0;
		background-image: url("../img/modelhouse_bg.jpg");
	}
	#modelhouse h2,
	#modelhouse &gt; .in {
		max-width: 1060px;
		width: 100%;
		margin: 0 auto;
	}
	#modelhouse h2 {
		text-align: center;
		color: #FFF;
		background-color: #71584C;
		padding: 30px 20px;
		font-size: 32px;
	}
	#modelhouse h2 span {
		font-size: 16px;
	}
	#modelhouse &gt; .in {
		background-color: #FFF;
		padding: 40px;
	}
	#modelhouse section {
		padding: 30px;
		margin-top: 30px;
	}
	#modelhouse section h3 {
		margin-bottom: 30px;
		font-size: 23px;
	}
	#modelhouse &gt; .in &gt; .btns {
		margin: 30px auto;
	}
	#modelhouse .tel {
		font-size: 36px;
	}
	
	#zele .catch {
		text-align: center;
		margin: 30px 0;
		font-size: 18px;
	}
	#zele #zelePoints li {
		width: calc(25% - 10px);
	}
	#zele #zeleImgs {
		position: relative;
		flex-wrap: wrap;
		padding-left: 50%;
		overflow: hidden;
	}
	#zele #zeleImgs img:nth-child(1) {
		position: absolute;
		top: 20px;;
		right: 50%;
		width: auto;
		height: 100%;
	}
	#zele #zeleImgs img:nth-child(n+2) {
		width: calc(50% - 20px);
		margin-left: 20px;
		margin-top: 20px;
	}
	#zele .btn {
		margin: 40px auto 0;
		max-width: 600px;
	}
	
	#online {
		margin: 80px -40px 0;
		padding: 80px;
	}
	#online header,
	#online &gt; .in {
		width: 50%;
		max-width: 600px;
		margin: 0 auto;
		transform: translate(-50%,0);
		padding: 20px;
	}
	#online header {
		padding-bottom: 0;
	}
	#online header h2 {
		font-size: 28px;
	}
	#online header h2 span {
		font-size: 16px;
		margin-bottom: 20px;
	}
	#online .btn {
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	#header #logo {
		padding: 10px;
		font-size: 16px;
		text-align: center;
	}
	#header #logo img {
		margin: 0 auto 10px;
	}
	#header #logo strong {
		font-size: 24px;
	}
	#header #gNav ul:before {
		height: 80%;
	}
	#header #gNav ul li {
		padding: 20px 10px;
		font-size: 12px;
	}
	#header #gNav ul li strong {
		font-size: 18px;
	}
	#header #gNav #kengaku {
		position: relative;
	}
	#header #gNav #kengaku a {
		position: relative;
		width: 240px;
		height: 240px;
		font-size: 18px;
		margin: 0 auto;
	}
	#header #gNav #kengaku a strong {
		font-size: 24px;
		margin-bottom: 5px;
	}
	#header #gNav #kengaku a span {
		font-size: 12px;
	}
	#header #gNav #kengaku a span.icon {
		margin-top: 5px;
		padding: 2px 8px;
		font-size: 15px;
	}
	
	#contents {
		padding: 40px 12.5px 0;
	}
	
	#covid19Bnr a {
		display: block;
		padding: 20px 40px;
	}
	#covid19Bnr a span {
		display: block;
		border-top: 1px dotted #CCC;
		width: 100%;
		margin-top: 10px;
		padding-top: 10px;
		justify-content: center;
		font-size: 16px;
	}
	
	#modelhouseBnr {
		margin-top: 20px;
	}
	#modelhouseBnr a {
		position: relative;
	}
	#modelhouseBnr a ul li {
		width: 50%;
		height: calc(75vw - 50px);
		padding: 10px;
	}
	#modelhouseBnr a p {
		text-align: center;
		font-size: 18px;
		padding: 15px 15px 30px;
	}
	#modelhouseBnr &gt; p {
		text-align: left;
	}
	
	.projectSec {
		margin-top: 40px;
	}
	.projectSec h2 {
		margin: 0 -12.5px 20px;
		padding: 20px;
		font-size: 24px;
	}
	.projectSec h2 span {
		font-size: 14px;
	}
	.projectSec .outline figure {
		margin-bottom: 20px;
	}
	.projectSec .outline section h3 {
		font-size: 18px;
	}
	.projectSec .in &gt; figure img {
		width: calc(50% - 5px);
		height: auto;
	}
	.projectSec .in &gt; dl {
		margin-top: 20px;
	}
	.projectSec .in &gt; dl dt {
		width: 25%;
	}
	.projectSec .in &gt; dl dd {
		width: 75%;
	}
	
	.btns {
		margin-top: 20px;
	}
	.btns li:nth-child(n+2) {
		margin-top: 10px;
	}
	.btns li a,
	.btn a {
		padding: 15px;
		font-size: 15px;
	}
	
	#forsale .catch {
		text-align: center;
		font-size: 16px;
	}
	#forsale #projects {
		margin-top: 20px;
	}
	#forsale #projects section:nth-child(n+2) {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #DDD;
	}
	#forsale h3 {
		font-size: 24px;
	}
	#forsale ul {
		min-height: 310px;
	}
	#forsale .btn {
		margin-top: 20px;
	}
	
	#modelhouse {
		margin: 40px -20px 0;
	}
	#modelhouse h2 {
		text-align: center;
		color: #FFF;
		background-color: #71584C;
		padding: 30px 20px;
		font-size: 24px;
	}
	#modelhouse h2 span {
		font-size: 14px;
	}
	#modelhouse &gt; .in {
		background-color: #FFF;
		padding: 20px;
	}
	#modelhouse section {
		padding: 30px 10px;
		margin-top: 20px;
	}
	#modelhouse section h3 {
		margin-bottom: 30px;
		font-size: 18px;
	}
	#modelhouse section p {
		text-align: left;
	}
	#modelhouse &gt; .in &gt; .btns {
		margin: 30px auto;
	}
	#modelhouse .tel {
		font-size: 24px;
	}
	
	#zele .catch {
		margin: 20px 0;
		font-size: 16px;
	}
	#zele #zelePoints {
		flex-wrap: wrap;
	}
	#zele #zelePoints li {
		width: 100%;
	}
	#zele #zelePoints li:nth-child(n+2) {
		margin-top: 10px;
	}
	#zele #zelePoints li:before {
		display: none;
	}
	#zele #zeleImgs {
		flex-wrap: wrap;
	}
	#zele #zeleImgs img:nth-child(1) {
		width: 100%;
	}
	#zele #zeleImgs img:nth-child(n+2) {
		width: calc(50% - 5px);
		margin-top: 10px;
	}
	#zele .btn {
		margin: 40px auto 0;
		max-width: 600px;
	}
	
	#online {
		margin: 40px -20px 0;
		padding: 20px;
	}
	#online header,
	#online &gt; .in {
		width: 60%;
		padding: 20px 15px;
	}
	#online header {
		padding-bottom: 0;
	}
	#online header h2 {
		font-size: 21px;
	}
	#online header h2 span {
		font-size: 14px;
		margin-bottom: 20px;
	}
	#online .btn {
		margin-top: 20px;
	}
}</pre></body></html>