<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'UTF-8';

/* HTML5ç”¨ */
section,hgroup,nav,article,aside,header,footer{
	display:block;
}

/* -----------------------------------------------------------------------------
&gt;&gt; æ–‡æ›¸å…¨ä½“ï¼ˆå…¨å¹…æŒ‡å®šã®ãƒ™ãƒ¼ã‚¹ï¼‰
----------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../img/parts/bg.jpg) repeat center center;
	font-family: Meiryo,"ãƒ¡ã‚¤ãƒªã‚ª","MS P Gothic","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","Hiragino Kaku Gothic Pro W3","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif;
	line-height: 1.0;
	color: #333333;
	border-top: 3px solid #87B867;
}

a { text-decoration: none; color: #604640; }
a:link { color: #604640; }
a:visited { color: #666666; }
a:hover { text-decoration: underline; }
a:active { color: #999999; }
a[href^="tel:"] { cursor: default; }

table {	border-collapse: collapse; }
img {
	border: none;
	vertical-align: bottom;
}
input { max-width: 100%; }
textarea { max-width: 100%; }

input[type="search"],
input[type="text"],
textarea {
	width: 100%;
	border: 0;
	border: solid 1px #ccc;
    -webkit-appearance: none;
	margin: 0 0 10px;
	padding: 5px 0;
	font-size: 14px;
	text-indent: 7px;
	font-family: Meiryo,"ãƒ¡ã‚¤ãƒªã‚ª","MS P Gothic","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","Hiragino Kaku Gothic Pro W3","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif;
}
input[type='submit'],
input[type='reset'],
input[type='button'] {
	border: none;
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Meiryo,"ãƒ¡ã‚¤ãƒªã‚ª","MS P Gothic","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","Hiragino Kaku Gothic Pro W3","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif;
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	padding: 15px 50px 10px 50px;
	cursor: pointer;
}
input[type='submit'] { background-color: #87B867; padding: 15px 120px 10px 120px; }
input[type='submit']:hover { background-color: #619942; }
input[type='reset'] { background-color: #999999; }
input[type='reset']:hover { background-color: #666666; }
input[type='button'] { background-color: #999999; }
input[type='button']:hover { background-color: #666666; }

.select-wrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	vertical-align: middle;
	border: 1px solid #ddd;
	background-color: #fff;
	background-repeat: no-repeat;
}
select {
	position: relative;
	z-index: 1;
	line-height: 1.8;
	display: block;
	width: 100%;
	height: 30px;
	padding: 0;
	text-indent: 4px;
	border: none;
	border-radius: 0;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: Meiryo,"ãƒ¡ã‚¤ãƒªã‚ª","MS P Gothic","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","Hiragino Kaku Gothic Pro W3","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif;

}
.select-wrap:after {
	position: absolute;
	top: 0;
	right: 8px;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	content: '';
	border-top: 4px solid #999;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
input[type='radio'],
input[type='checkbox'] {
	display: inline-block;
	margin-right: 6px;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 12px;
	line-height: 30px;
	cursor: pointer;
}
/* IE8ä»¥ä¸‹ã¯é€šå¸¸è¡¨ç¤ºã€ä»–ã¯CSS3ã§è¡¨ç¤º */
@media (min-width: 1px) {
	input[type=radio],
	input[type=checkbox] {
		display: none;
		margin: 0;
	}
	input[type=radio] + label,
	input[type=checkbox] + label {
		padding: 0 0 0 24px;
	}
	input[type=radio] + label::before,
	input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFF;
	}
	input[type=radio] + label::before {
		border: 2px solid #ccc;
		border-radius: 30px;
	}
	input[type=checkbox] + label::before {
		border: 2px solid #ccc;
	}
	input[type=radio]:checked + label::after,
	input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	input[type=radio]:checked + label::after {
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #55A33F;
		border-radius: 8px;
	}
	input[type=checkbox]:checked + label::after {
		left: 3px;
		width: 16px;
		height: 8px;
		margin-top: -8px;
		border-left: 3px solid #55A33F;
		border-bottom: 3px solid #55A33F;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.select-date {
	width:40px;
	margin:0 5px 10px;
}
.select-time {
	width:160px;
	margin:0 0 10px 10px;
}

/* å…±é€š */
.emphasis {
	color: #ee0000;
}
.emphasis a {
	color: #ee0000;
	text-decoration: underline;
}
.emphasis a:hover {
	font-weight: bold;
}


/* ----------------------------------------
&gt;&gt; header
---------------------------------------- */
#header section {
	margin: 0 auto;
	text-align: left;
}
#header nav {
	background-color: #58413A;
}

#header section div a {
	display: block;
	margin-top: 15px;
	/* margin-bottom: 7px; */
}
/* ----------------------------------------
&gt;&gt; main-content
---------------------------------------- */
.main_visual {
	position: relative;
}
.main_visual li {
	list-style: none;
}

.box01 ul {
	margin-bottom: 1px;
	list-style: none;
}
.box01 p a {
	display: block;
	margin: 0 auto;
	border: 1px solid #ACA09D;
	background-color: #FFFFFF;
	color: #7E5A52;
}
.box01 p a:hover {
	background-color: #ACA09D;
	text-decoration: none;
	color: #FFFFFF;
}
/*.price_plan ul {
	letter-spacing:-0.4em;
}*/
.price_plan li {
	display:inline-block;
	/*letter-spacing:initial;*/
	list-style: none;
}
.price_plan li a {
	display: block;
	border: 1px solid #87B867;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #85B866;
}
.price_plan li a:hover {
	background-color: #87B867;
	color: #FFFFFF;
}
.new_topics ul {
	border-top: 1px solid #D8CECB;
}
.new_topics li {
	border-bottom: 1px solid #D8CECB;
	text-align: left;
}
.new_topics li span {
	display: inline-block;
	padding: 5px 0;
	width: 64px;
	background-color: #87B867;
	color: #FFFFFF;
	font-size: 0.625em;
	font-weight: bold;
	text-align: center;
}

.paging{
	margin-bottom:30px;
}
.paging li {
	float: left;
	margin-right: 4px;
}
.paging li a {
	display: inline-block;
	padding: 0 10px;
	height: 29px;
	line-height: 29px;
	border: 1px solid #87B867;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 0.750em;
	color: #85B866;
}
.paging li a:hover,
.paging .now a {
	background-color: #87B867;
	color: #FFFFFF;

}
.table_01 th {
	border: 1px solid #87b867;
	border-left: none;
	padding: 0 15px;
	white-space: nowrap;
	font-weight: normal;
	font-size: 13px;
	line-height: 42px;
	text-align: center;
}
.table_01 td {
	line-height: 1.4;
	padding: 14px 15px 8px 28px;
	text-align: left;
	border: 1px solid #87b867;
	border-right: none;
	font-size: 13px;
}
#map {
	width: 100%;
}
.side_menu {
	border: 1px solid #87B867;
	background-color: #FFFFFF;
	margin-top: -1px;
	padding: 20px;
}
.side_menu h3 {
	margin-bottom: 26px;
}
.side_menu .select_box li {
	list-style: none;
	text-align: left;
	font-family: Meiryo,"ãƒ¡ã‚¤ãƒªã‚ª","MS P Gothic","ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","Hiragino Kaku Gothic Pro W3","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",sans-serif;
}
.side_menu .select_box li:last-child {
	margin-bottom: 0;
}
.side_menu .select_box li h4 {
	margin-bottom: 1px;
	padding: 8px 10px;
	background-color: #87B867;
	font-weight: normal;
	font-size: 0.875em;
	color: #FFFFFF;
	cursor: pointer;
}
.side_menu .select_box .aco_content {
	margin-bottom: 10px;
}
.side_menu .select_box select {
	width: 100%;
}
.side_menu .check_box {
	/*margin-bottom: -15px;*/
}
.side_menu .check_box li {
	float: left;
	list-style: none;
	text-align: left;
	margin-bottom: 1px;
	font-size: 0.75em;
}
.side_menu .check_box li a {
	display: block;
	padding: 8px 0 8px 10px;
	background-color: #EEE;
	text-decoration: none;
}
.side_menu .check_box li a:hover,
.side_menu .check_box li.now a {
	background-color: #FFED86;
}

#sub_content .bnr_box {
	padding-top: 30px;
}
#sub_content .bnr_box li {
	margin-bottom: 5px;
	list-style: none;
}
#sub_content .inq_bnr {
	padding-top: 30px;
}
#sub_content .menu_box {
	margin-bottom: -5px;
}
#sub_content .menu_box li {
	list-style: none;
	margin-bottom: 5px;
	width: 100%;
}
#sub_content .menu_box li a {
	display: block;
	border: 1px solid #87B867;
	padding: 10px 10px 8px 10px;
	text-align: left;
	font-size: 0.875em;
	color: #669246;
}
#sub_content .menu_box li a:hover,
#sub_content .menu_box li .now {
	background-color: #87B867;
	text-decoration: none;
	color: #FFFFFF;
}
.form_box p {
	line-height: 1.4;
	font-size: 0.875em;
}
.form_box dt {
	clear:left;
}
.form_box dl dt {
	background-color: #7F8287;
	color: #FFFFFF;
	float: left;
	font-size: 0.813em;
	height: 36px;
	line-height: 38px;
	margin-right: 5%;
	text-align: center;
	width: 25%;
	margin-top: 5px;
}
.form_box dl dd {
    border-bottom: 1px solid #CCCCCC;
    float: left;
    font-size: 0.875em;
    line-height: 1.4;
    margin-bottom: 3px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-top: 8px;
    width: 70%;
	margin-top: 5px;
	min-height:1em;
}
.form_box dl dd textarea {
	width: 500px;
}
.form_box dl dd span {
    color: #999999;
    display: block;
    font-size: 0.857em;
    padding-top: 5px;
}
.form_box .req_text {
	margin-bottom: 10px;
	font-size: 0.875em;
}
.form_box .req_text span {
	background-color: #87B867;
	display: inline-block;
	height: 15px;
	width: 15px;
}
.form_box dl .req {
	background-color: #87B867;
}
.form_box .input1 { width: 85%; }
.form_box .input2 { width: 35%; }
.form_box .input3 { width: 25%; }
.form_box .input4 { width: 15%; }
.form_box .btn_box {
	margin-bottom: 30px;
	text-align: center;
}
.privacy {
	width: 580px;
	border: 1px solid #D6CAC7;
	height: 180px;
	margin: 5px auto 20px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 10px;
}
.privacy {
	line-height: 1.4;
}
.privacy h4 {
	margin-bottom: 0.3em;
	font-weight: normal;
	color: #7E5C54;
}
.privacy ul {
	margin-bottom: 2.5em;
	margin-left: 1.3em;
	font-size: 0.875em;
}
.privacy li {
	margin-bottom: 1.0em;
}
.privacy h5 {
}
.privacy address {
	margin-left: 1.0em;
	font-style: normal;
}
.privacy ul ul {
	margin-bottom: 20px;
}
.privacy h5 {
	margin-left: 1.0em;
	font-size: 0.875em;
	color: #7E5C54;
}
.privacy address {
	font-size: 0.875em;
}

/* ----------------------------------------
&gt;&gt; footer
---------------------------------------- */
#footer {
	background-color: #76AD52;
	padding-top: 28px;
}
#footer h2,
#footer p {
	line-height: 1.4;
	font-size: 0.813em;
	font-weight: normal;
	color: #FFFFFF;
}
#footer p { margin-bottom: 26px; }
#footer nav { padding-bottom: 10px; }
#footer nav p { margin-bottom: 16px; }
#footer nav a {	color: #FFFFCC; }
#footer section {
	background: url(../img/parts/foot_bg_02.jpg) repeat-x center top;
	padding-top: 20px;
	padding-bottom: 10px;
}
#footer section h3 {
	margin-bottom: 20px;
}
#footer section p {
	margin: 18px 0 0 0;
	font-size: 0.750em;
}

/* å®Œæˆã¾ã§ã®æµã‚Œ */
.flow_box li {
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #87B867;
}
.flow_box li h4 {
	display: inline-block;
	font-weight: normal;
	font-size: 1.875em;
	color: #7E5952;
}
.flow_box li p {
	line-height: 1.4;
	font-size: 0.875em;
}

.bxslider2 {
	padding-left: 1%;
}

/* ãŠå®¢æ§˜ã®å£° */
#voice .evaluat {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 0.875em;
}
#voice .pdf_link {
	font-size: 0.875em;
}
#voice .pdf_link img {
	margin-bottom: 5px;
}

/* ãŠæ°—ã«å…¥ã‚Š */
.favorite li {
	text-align: center;
}
.favorite .release {
	margin-top: -10px;
	padding: 3px 10px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* ãƒ—ãƒ©ãƒ³å‹•ç”» */
.plan_movie li {
	list-style: none;
	margin-bottom: 28px;
}

.plan_movie iframe {
	margin-bottom: 12px;
}

/* 3Dã‚·ãƒŸãƒ¥ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ */
.simulation &gt; div {
	padding: 30px 0;
}
.simulation h4 {
	margin-bottom: 12px;
	color: #7E5A52;
	font-weight: normal;
	font-size: 20px;
}
.simulation .simulation_3d img {
	box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.30);
	transition: 0.3s;
}
.simulation .simulation_3d:hover img {
	box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.60);
}

/* ----------------------------------------
&gt;&gt; æ±Žç”¨ã‚¯ãƒ©ã‚¹
---------------------------------------- */
.clearfix:after {
	content : url(../img/parts/space.gif);
	display : block;
	clear : both;
	height : 0;
	overflow : hidden;
}
.img-left {
	float: left;
}
.img-right {
	float: right;
}
.btn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$opt*100);
}
.center { text-align: center; }
.left   { text-align: left; }
.right  { text-align: right; }
.clear  { clear: both; }
.mt10 {	margin-top: 10px; }
.mb50 {	margin-bottom: 50px; }
.mb80 {	margin-bottom: 80px; }
.bold { font-weight:bold;}
.text-space{letter-spacing: 7px;}

/* -----------------------------------------------------------------------------
&gt;&gt; PCç”¨
----------------------------------------------------------------------------- */
@media only screen and (min-width:960px) {
	.sp {
		display: none;
	}
	#header section {
		width: 960px;
	}
	#header section h1 {
		float: left;
		margin: 24px 14px 11px 0;
	}
	#header section p {
		float: left;
		margin: 50px 0 0 0;
	}
	#header section div {
		float: right;
	}
	#header nav ul {
		width: 960px;
		height: 70px;
		margin: 0 auto;
	}
	#header nav li a {
		float: left;
		display: block;
		height: 70px;
		text-indent: -9999px;
		overflow: hidden;
		background: url(../img/btn/nav.jpg) no-repeat;
	}
	#header nav .n01 a { width: 134px; }
	#header nav .n02 a { width: 154px; background-position: -134px 0; }
	#header nav .n03 a { width: 194px; background-position: -288px 0; }
	#header nav .n04 a { width: 174px; background-position: -482px 0; }
	#header nav .n05 a { width: 167px; background-position: -656px 0; }
	#header nav .n06 a { width: 137px; background-position: -823px 0; }
	/* #header nav .n06 a { width: 127px; background-position: -833px 0; } */
	#header nav .n01 a:hover, #header nav .n01 .now { background-position: 0 bottom; }
	#header nav .n02 a:hover, #header nav .n02 .now { background-position: -134px bottom; }
	#header nav .n03 a:hover, #header nav .n03 .now { background-position: -288px bottom; }
	#header nav .n04 a:hover, #header nav .n04 .now { background-position: -482px bottom; }
	#header nav .n05 a:hover, #header nav .n05 .now { background-position: -656px bottom; }
	#header nav .n06 a:hover, #header nav .n06 .now { background-position: -823px bottom; }
	/* #header nav .n06 a:hover, #header nav .n06 .now { background-position: -833px bottom; } */
	#header nav a br {
		display: none;
	}

	#content {
		background: url(../img/parts/foot_bg_01.png) no-repeat center bottom;
		padding-bottom: 181px;
	}
	.main_visual {
		margin-bottom: 44px;
	}
	.main_visual h2 {
		position: absolute;
		top: 50%;
		left: 50%;
	}
	.main_visual h2 img {
		margin: -104px 0 0 -328px
	}
	.copy_02 {
		margin-bottom: 60px;
	}
	.box01 {
		margin-bottom: 60px;
	}
	.box01 h2 {
		margin-bottom: 11px;
	}
	.pop_case li,
	.pop_plant li {
		float: left;
	}
	.box01 p a {
		width: 600px;
		padding: 12px 0 10px 0;
		margin-top: 10px;
		font-size: 0.875em;
	}

	.new_topics {
		margin-left: auto;
		margin-right: auto;
	}
	#index .new_topics {
		width: 960px;
	}
	.new_topics li {
		list-style: none;
		padding: 20px 30px 18px 30px;
		font-size: 0.875em;
	}
	#rp .new_topics li {
		padding-left: 10px;
		padding-right: 10px;
	}
	.new_topics li span {
		margin: 0 15px;
	}
	#rp .new_topics li a:before {
		content : url(../img/parts/space.gif);
		display: block;
		height: 8px;
	}
	.price_plan {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	.price_plan li a {
		float: left;
		width: 191px;
		height: 80px;
		line-height: 80px;
		margin-right: -1px;
	}

	.bnr_box li {
		float: left;
	}

	#rmenu {
	    position: fixed;
	    top: 30%;
	    right: 0px;
	    z-index:ã€€900;
	    display: block;
	}
	#rmenu .rmenu-btn {
	    display: block;
	    height: 50px;
	    overflow: hidden;
	    position: relative;
	    right: -180px;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	    width: 230px;
	}
	#rmenu .rmenu-btn:hover {
	    right: -10px;
	}
	#rmenu .go-top {
	    background: url(../img/btn/page_top.png) no-repeat 0 0;
	    display: block;
	    height: 50px;
	    overflow: hidden;
	    position: relative;
	    right: -180px;
	    text-indent: 100%;
	    white-space: nowrap;
	    width: 50px;
	}
	#rmenu a:hover {
	    background-position: center center;
	}

	/* ----------------------------------------
	&gt;&gt; ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ãƒšãƒ¼ã‚¸
	---------------------------------------- */
	#rp .content_bg {
		background: url(../img/parts/title_bg.jpg) repeat-x top left;
		text-align: center;
		margin-bottom: -50px;
	}
	#rp .content_box {
		width: 960px;
		margin: 0 auto;
	}
	#main_conten {
		float: left;
		width: 600px;
		margin-bottom: 60px;
		text-align: left;
	}
	#sub_content {
		float: right;
		width: 320px;
	}
	#main_conten .title h2 {
		margin-bottom: 7px;
		padding-top: 40px;
	}
	#main_conten .title p {
		font-size: 0.688em;
	}
	.rbox_01 {
		padding-top: 49px;
	}
	.rbox_01 h3 {
		margin-bottom: 26px;
		text-align: center;
		font-weight: normal;
		font-size: 30px;
		color: #7E5A52;
	}
	.rbox_01 p {
		line-height: 1.4;
	}
	.case_list li {
		float: left;
		margin-bottom: 50px;
		list-style-type: none;
	}
	.case_list li:first-child {
		margin-right: 40px;
	}
	.case_list li .image{
		width:280px;
		height:280px;
	}
	.case_list li .image_big{
		max-width:600px;
		max-height:600px;
	}
	.case_list li p {
		padding-top: 8px;
		font-size: 0.75em;
	}
	.table_01 {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
	}

	#map {
		height: 400px;
	}
	#main_conten .select-wrap {
		margin-bottom: 10px;
	}

	.gaikan {
		width: 600px;
	}
	iframe {
		width: 100%;
		height: 400px;
	}
	/*** æ–½å·¥ä¾‹ ***/
	#case .case_list p{
		width:280px;
	}
	.side_menu .check_box li {
	  width: 139px;
	}
	.side_menu .check_box li:nth-child(odd) {
	  width: 138px;
	  margin-right: 1px;
	}

	/*** ãŠå®¢æ§˜ã®å£° ***/
	.star_area{
		text-align:center;
		font-size:1.5em;
		margin-bottom:1em;
		text-shadow: 1px 1px 1px #000000;
	}
	.new_topics .star_area{
		margin-bottom:0;
		text-align:left;
	}
	.new_topics .star_area span{
		margin:0;
	}
	.star_area .yellow{
		width: auto;
		color:#EEEE00;
		background:initial;
	}
	.star_area .empty {
		width: auto;
		background:initial;
	}
	#voice .case_list li{
		width:100%;
		margin-bottom:2em;
	}
	#voice .rank_title{
		width:200px;
		display:inline-block;
		font-weight:bold;
	}
	#voice .case_list li p {
		font-size: 0.875em;
	}

	/*** ã‚¹ã‚¿ãƒƒãƒ•ç´¹ä»‹ ***/
	#staff .case_list li{
		width:180px;
		margin-right:30px;
	}
	#staff .case_list li:nth-child(3){
		margin-right:0;
	}
	#staff .case_list li .image{
		width:180px;
		height:240px;
	}

	/* å®Œæˆã¾ã§ã®æµã‚Œ */
	.flow_box li {
		margin-bottom: 50px;
	}
	.flow_box .flow_num {
		float: left;
	}
	.flow_box .flow_cont h4 {
		margin-bottom: 20px;
	}
	.flow_box .flow_cont {
		float: left;
		width: 520px;
		padding: 15px 0 0 20px;
	}

	.video_box {
		float: left;
		margin-right: 20px;
	}
	.text_box {
		float: left;
		padding-top: 10px;
	}

	#main_conten .table_right th,
	#main_conten .table_right td {
		padding-right: 15px;
		text-align: right;
	}

	/* ãƒ‡ã‚¶ã‚¤ãƒ³é›† */
	.design_list li {
		margin-bottom: 50px;
		list-style: none;
	}
	.design_list li img {
		margin-bottom: 1em;
	}
	.design_list h4 {
		float: left;
		margin-right: 8px;
		font-weight: normal;
		font-size: 0.875em;
		color: #7E5A52;
	}
	.design_list span {
		float: left;
		display: inline-block;
		margin-top: -3px;
		padding: 3px 8px;
		background-color: #87B867;
		text-decoration: none;
		font-size: 11px;
		color: #FFF;
	}
	.design_list li p {
		padding-top: 8px;
		line-height: 1.4;
		font-size: 0.75em;
	}



}

/* -----------------------------------------------------------------------------
&gt;&gt; ãƒ¬ã‚·ãƒãƒ³ã‚·ãƒ–ãƒ«å¯¾å¿œ
----------------------------------------------------------------------------- */


/* ãƒ¢ãƒ‹ã‚¿ãƒ¼å¹…959pxä»¥ä¸‹ ---------------------------------------------------------- */
@media only screen and (max-width:959px) {
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	img {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	.pc {
		display: none;
	}

	#header section h1 {
		float: left;
		width: 46%;
		padding: 10px 0 10px 10px;
	}
	#header section h1 img {
		width: 100%;
	}
	#header section div {
		float: right;
		width: 44%;
	}
	#header section p {
		display: none;
	}
	#header nav ul {
		width: 100%;
		height: 50px;
		margin: 0 auto;
	}
	#header nav li a {
		float: left;
		display: block;
		width: 16.6%;
		height: 50px;
		border-right: 1px solid #FFFFFF;
		text-indent: -9999px;
		overflow: hidden;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
	}
	#header nav li a:last-child {
		border: none;
	}
	#header nav .n01 a { background-image: url(../img/btn/sp_nav_01.jpg) }
	#header nav .n02 a { background-image: url(../img/btn/sp_nav_02.jpg) }
	#header nav .n03 a { background-image: url(../img/btn/sp_nav_03.jpg) }
	#header nav .n04 a { background-image: url(../img/btn/sp_nav_05.jpg) }
	#header nav .n05 a { background-image: url(../img/btn/sp_nav_06.jpg) }
	#header nav .n06 a { background-image: url(../img/btn/sp_nav_07.jpg) }

	.main_visual {
		margin-bottom: 22px;
	}
	.main_visual li:last-child {
		display: none;
	}
	.main_visual li {
		overflow: hidden;
	}
	.main_visual li img {
		max-width: 200%;
	}
	.main_visual h2 {
		position: absolute;
		top: 20%;
	}
	.main_visual h2 img {
		width: 92%;
	}

	.copy_02 {
		margin-bottom: 30px;
	}
	.box01 p a {
		width: 60%;
		padding: 6px 0 5px 0;
		margin-top: 10px;
		font-size: 0.750em;
	}
	.box01 {
		margin-bottom: 30px;
	}
	.box01 h2 {
		margin-bottom: 11px;
	}

	.case_list li .height_limit{
		max-width:60%;
	}

	.price_plan {
		margin-left: 10px;
		margin-right: 10px;
	}
	.price_plan li a {
		float: left;
		width: 100%;
		height: 50px;
		line-height: 50px;
		margin-top: -1px;
	}
	.new_topics li {
		padding: 10px 10px 8px 10px;
		font-size: 0.75em;
	}
	.new_topics li span {
		margin: 0 5px;
	}
	.bnr_box {
		margin-left: 10px;
		margin-right: 10px;
	}
	.bnr_box li {
		margin-bottom: 10px;
	}
	.bnr_box02 {
		margin: -20px 10px 20px 10px;
	}

	#footer p {
		font-size: 0.750em
	}

	/* ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ãƒšãƒ¼ã‚¸ */
	#main_conten .title h2 {
		margin-bottom: 10px;
		padding: 10px;
		border-bottom: 1px solid #58413A;
	}
	#main_conten .title p {
		margin-bottom: 30px;
		padding: 0 10px;
		line-height: 1.4;
		font-size: 0.750em;
	}
	#main_conten .rbox_01 {
		margin-bottom: 40px;
	}
	#main_conten h3 {
		margin-bottom: 10px;
		padding: 0 10px;
		font-weight: normal;
		font-size: 1.750em;
		color: #7E5C54;
	}
	#main_conten .rbox_01 p {
		padding: 0 10px;
		line-height: 1.4;
		font-size: 0.875em;
	}
	#main_conten .case_list li {
		margin-bottom: 20px;
	}
	#main_conten .case_list li p {
		font-size: 0.75em;
		padding-top: 8px;
	}
	#main_conten .paging {
		margin-bottom: 30px;
		padding: 0 10px;
	}
	#main_conten .table_01 th {
		padding: 0 10px;
	}
	#main_conten .table_01 td {
		padding: 14px 10px 8px 10px;
	}
	#main_conten .form_box {
		padding: 0 10px;
		text-align: left;
	}
	#map {
		height: 300px;
	}
	.form_box dl dt {
		margin-right: 0;
		width: 100%;
	}
	.form_box dl dd {
		width: 100%;
	}
	.form_box em {
		display: block;
		margin-top: 10px;
	}
	.form_box .input1 { width: 75%; }
	.form_box .input2 { width: 30%; }
	.form_box .input3 { width: 20%; }
	.form_box .input4 { width: 25%; }
	.privacy {
		width: 100%;
	}
	.form_box dl dd {
		margin-bottom: 10px;
	}
	.select-wrap {
		margin-bottom: 10px;
	}
	input[type='text'] {
		margin-bottom: 0;
	}
	input[type='submit'] {
		margin-bottom: 20px;
	}
	.side_menu input[type='submit'] {
		width: 100%;
		padding: 15px;
	}
	#dialogModal_btn {
		display: block;
		margin: 0px 20px 20px 20px;
		padding: 15px;
		background-color: #87B867;
		-webkit-appearance: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #FFFFFF;
	}
	/*** ãŠå®¢æ§˜ã®å£° ***/
	.star_area{
		text-align:center;
		font-size:1.5em!important;
		margin-bottom:1em;
		text-shadow: 1px 1px 1px #000000;
	}
	.star_area .yellow{
		color:#EEEE00;
	}
	#voice .rank_title{
		display:block;
		margin-bottom:0.5em;
		font-weight:bold;
	}

	/*** ã‚¹ã‚¿ãƒƒãƒ•ç´¹ä»‹ ***/
	#staff .case_list li .image{
		display:inline-block;
		width:180px;
		height:240px;
	}

	/* å®Œæˆã¾ã§ã®æµã‚Œ */
	.flow_box li {
		margin-bottom: 30px;
	}
	.flow_box li h4 {
		margin-bottom: 10px;
		padding-top: 10px;
		font-size: 1.250em;
	}
	.flow_box li p {
		text-align: left;
	}

	.text_box {
		padding: 10px 0 0 20px;
		text-align: left;
	}
	#main_conten .text_box p {
		padding: 5px 0 0 0;
	}

	.table_01 {
		width: 100%;
	}

	#main_conten .table_right th,
	#main_conten .table_right td {
		padding-right: 15px;
		text-align: right;
	}

	.plan_movie iframe {
		width: 100%;
		height: 30vh;
		padding: 0 10px;
	}
	.plan_movie .simulation_3d {
		padding: 0 10px;
	}
	.plan_movie .simulation_3d img {
		width: calc(100% - 20px);
	}

	.side_menu .check_box li {
		width: 100%;
	}
	.side_menu .check_box li a {
		padding: 8px 10px;
	}

	/* 3Dã‚·ãƒŸãƒ¥ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ */
	.simulation&gt;div {
		padding: 20px 15px;
	}

	/* ãƒ—ãƒ©ãƒ³ãƒ»å®Ÿä¾‹æ¯”è¼ƒ */
	.comparison {
		padding: 0 15px;
	}

}

/* iPad ç¸¦ ------------------------------------------------------------------ */
@media only screen and (max-width:768px){
	.section_wrap{
		width:100%;
		margin: 0px auto 0px auto;
		padding:0% 0% 10% 0%;
	}
}

/* ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³ æ¨ª(ãƒ©ãƒ³ãƒ‰ã‚¹ã‚±ãƒ¼ãƒ—) --------------------------------------------------- */
@media only screen and (max-width:640px) {
	.section_wrap{
		width:100%;
		margin: 0px auto 0px auto;
		padding:0% 0% 10% 0%;
	}
}


/* ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³ ç¸¦(ãƒãƒ¼ãƒˆãƒ¬ãƒ¼ãƒˆ) ---------------------------------------------------- */
@media only screen and (max-width:480px) {
	.section_wrap{
		width:100%;
		margin: 0px auto 0px auto;
		padding:0% 0% 10% 0%;
	}
}</pre></body></html>