@charset "utf-8";
/******************************************************

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 640px) {


/******************************************************/
/* elements  */
/******************************************************/
* {
	margin: 0;
	padding: 0;
}
html {
}
body {
	color: #111111;
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	text-align: center;
	font-family:
		"メイリオ",
		"Meiryo",
		"ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic ProN",
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		Verdana,
		Arial,
		Helvetica,
		sans-serif;
	-webkit-text-size-adjust: 100%;
}
* html body {
	font-size: 62.5%;
	line-height: 1.6;
}
*:first-child+html body {
	font-size: 62.5%;
	line-height: 1.6;
}
p {
	font-size: 1em;
	text-align: left;
	padding-bottom: 1em;
}
dt {
	font-size: 1em;
}
dd {
	font-size: 1em;
}
strong, th {
	font-weight: bold;
}
ul, ol {
	padding-bottom: 1em;
}
li {
	font-size: 1em;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
	font-size: 1em !important;
}
table {
	font-size: 100%;
	line-height: 1.6;
}
tr {
	text-align: left;
	vertical-align: top;
}
td, th {
	font-size: 1em;
	padding: 9px;
	border: 1px solid #cccccc;
	outline-style: none;
}
hr {
	text-align:        left;
	vertical-align:    top;
	height: 1px;
	border-top-style:  none;
	border-bottom:     1px solid #cccccc;
	border-right-style: none;
	border-left-style: none;
	outline-style:     none;
}
a:link {
	color: #2b180e;
	text-decoration:none;
}
a:visited {
	color: #918e8d;
	text-decoration:none;
}
a:active {
}
img {
	border-style: none;
	border-width: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.pc {
	display: none;
}
.justifyleft {
	text-align: left !important;
}
.justifyright {
	text-align: right !important;
}

/******************************************************/
/* base  */
/******************************************************/
#top {
	background: url(../images/common/bg1.jpg);
	background-size: 250px 250px;
	padding: 0 10px 10px;
	overflow: hidden;
}
#wrapper {
	position: relative;
}
.contents {
	background: url(../images/common/bg2.jpg);
	background-size: 100px 100px;
	padding: 10px 22px 30px;
}
.contents a:link {
	color: #0066ff;
	text-decoration:underline;
}
.contents a:visited {
	color: #0b4fb5;
}
#wrapper .totop {
	position: absolute;
	bottom: -20px;
	right: -5px;
	padding: 0;
}
#wrapper .pagetop {
	display: none;
}


/******************************************************/
/* header  */
/******************************************************/
header {
	background: url(../images/common/bg2.jpg);
	background-size: 100px 100px;
	padding: 0 10px;
	margin-bottom: 20px;
	position: relative;
}
header #logo {
	float: left;
	padding: 45px 0 0 0;
	width: 50%;
	text-align: right;
}
header #logo img {
	width: 83%;
}
header .copy {
	float: right;
	width: 50%;
	padding: 17px 0 15px;
}
header .copy img {
	margin-left: 15%;
	width: 62%;
}

/* ハンバーガーメニュー */
header #smp_open_menu {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
}
header #gn {
	position: fixed;
	top: 0;
	right: -80%;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 80%;
	height: 100%;
	background: #fff;
	background: url(../images/common/bg1.jpg);
	background-size: 250px 250px;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
header #gn.open {
	right: 0;
}
#overlay {
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.5);
}
header #gn nav {
	text-align: left;
}
header #gn ul {
	padding: 2px 2px 2px;
}
header #gn li a {
	background: url(../images/common/arrow_w.png) no-repeat 95% center;
	background-size: 4px 4px;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	margin-bottom: 1px;
	width: 100%;
	padding: 15px 10% 15px 15px;
	box-sizing: border-box;
}
header #gn li img {
	display: none;
}
header #gn li span {
}
header #gn li.gn01 a {
	background-color: #918a84;
}
header #gn li.gn02 a {
	background-color: #6eaf5f;
}
header #gn li.gn03 a {
	background-color: #74a2b9;
}
header #gn li.gn04 a {
	background-color: #c1ab60;
}
header #gn li.gn05 a {
	background-color: #d3929a;
}
header #gn li.gn06 a {
	background-color: #b49171;
}
header #gn li.gn07 a {
	background-color: #ee9692;
}
header #gn li#hbnr1 a {
	background: url(../images/common/arrow.png) no-repeat 95% center;
	background-size: 4px 4px;
	margin-top: 12px;
	color: #6e5e50;
	border-top: 1px solid #c6b9ae;
	border-bottom: 1px solid #c6b9ae;
}
header #gn li#hbnr2 a {
	background: url(../images/common/arrow.png) no-repeat 95% center;
	background-size: 4px 4px;
	color: #6e5e50;
	border-bottom: 1px solid #c6b9ae;
}
header #main_image {
	clear: both;
}
header #main_image img {
	width: 100%;
	height: auto;
}


/******************************************************/
/* footer */
/******************************************************/
footer {
	clear: both;
	text-align: left;
	padding-top: 30px;
}
footer .fnav {
	margin-bottom: 30px;
}
footer .fnav ul {
	background: #ffffff;
	padding: 0;
	border-radius: 5px;
}
footer .fnav li {
	background: url(../images/common/arrow.png) no-repeat 16px center;
	background-size: 4px 4px;
	border-bottom: 1px solid #e5cab2;
}
footer .fnav li:last-child {
	border-bottom: none;
}
footer .fnav li a {
	color: #333333;
	display: block;
	padding: 12px 12px 12px 24px;
}
footer .fbnr ul {
	padding: 0;
}
footer .fbnr li:nth-child(2n+1) {
	float: left;
	width: 49%;
}
footer .fbnr li:nth-child(2n) {
	float: right;
	width: 49%;
}
footer dl {
	clear: both;
	text-align: center;
	padding-top: 20px;
}
footer dt {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 6px;
}
footer dd {
	font-size: 1em;
	margin-bottom: 3px;
}
footer #copyright {
	padding: 6px 0 0;
	text-align: center;
}
footer #copyright small {
	font-size: 8px;
}


/******************************************************/
/* title_area  */
/******************************************************/
#breadcrumb {
	padding: 2px 0 10px 0;
	margin: 0 -12px;
}
#breadcrumb ul {
	padding: 0;
}
#breadcrumb li {
	background: url(../images/common/breadcrumb.gif) no-repeat left center;
	float: left;
	padding: 0 9px 0 10px;
	font-size: 0.9em;
}
#breadcrumb li:first-child {
	background: none;
	float: left;
	padding: 0 9px 0 0;
}
#breadcrumb li a {
	text-decoration: underline;
}
.contents article.article {
	text-align: left;
}
.contents article.article h1,
.contents article.article .h1 {
	background: url(../images/sub/titlebg_common.jpg);
	color: #ffffff;
	padding: 12px;
	font-size: 1.6em;
	line-height: 1.2;
	border: none;
	clear: both;
	margin: 0 -12px 10px;
}
.contents article.article .h1 {
	margin-top: 30px;
}
.about .contents article.article h1,
.about .contents article.article .h1 {
	background: url(../images/sub/titlebg_about.jpg);
}
.residential .contents article.article h1,
.residential .contents article.article .h1 {
	background: url(../images/sub/titlebg_residential.jpg);
}
.vacant .contents article.article h1,
.vacant .contents article.article .h1 {
	background: url(../images/sub/titlebg_vacant-house.jpg);
}
.sonei .contents article.article h1,
.sonei .contents article.article .h1 {
	background: url(../images/sub/titlebg_sonei.jpg);
}
.step .contents article.article h1,
.step .contents article.article .h1 {
	background: url(../images/sub/titlebg_step.jpg);
}
.supports .contents article.article h1,
.supports .contents article.article .h1 {
	background: url(../images/sub/titlebg_supports.jpg);
}
.access .contents article.article h1,
.access .contents article.article .h1 {
	background: url(../images/sub/titlebg_access.jpg);
}
.contents article.article h1 + h2 {
	margin-top: 10px;
}
.contents article.article h2 {
	background: #ffffff;
	color: #4a4a4a;
	font-size: 1.3em;
	line-height: 1.2;
	letter-spacing: 0.08em;
	padding: 6px 11px;
	margin: 24px -12px 10px;
	border: 1px solid #938b85;
}
.about .contents article.article h2 {
	border-color: #6eaf5f;
}
.residential .contents article.article h2 {
	border-color: #c2aa5f;
}
.vacant .contents article.article h2 {
	border-color: #8cadc9;
}
.sonei .contents article.article h2 {
	border-color: #d08f93;
}
.step .contents article.article h2 {
	border-color: #ba9878;
}
.supports .contents article.article h2 {
	border-color: #ea8681;
}
.access .contents article.article h2 {
	border-color: #d99a59;
}
.contents article.article h2 + h3 {
	margin-top: 10px;
}
.contents article.article h3 {
	border-bottom: 1px solid #0094d5;
	color: #0094d5;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
	padding: 3px 0;
	margin-top: 30px;
	margin-bottom: 15px;
	clear: both;
}
.about .contents article.article h3 {
	border-color: #6eaf5f;
	color: #6eaf5f;
}
.residential .contents article.article h3 {
	border-color: #c2aa5f;
	color: #a38528;
}
.vacant .contents article.article h3 {
	border-color: #8cadc9;
	color: #8cadc9;
}
.sonei .contents article.article h3 {
	border-color: #d08f93;
	color: #d08f93;
}
.step .contents article.article h3 {
	border-color: #ba9878;
	color: #ba9878;
}
.supports .contents article.article h3 {
	border-color: #ea8681;
	color: #ea8681;
}
.access .contents article.article h3 {
	border-color: #d99a59;
	color: #d99a59;
}
.contents article.article h4 {
	color: #333;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 14px;
}
.contents article.article p {
	padding-bottom: 1.2em;
}
.contents article.article a:link {
	color: #0066ff;
	text-decoration:underline;
}
.contents article.article a:visited {
	color: #0b4fb5;
}
.contents article.article a:hover {
	text-decoration:none;
}
.contents article.article table {
	width: 100% !important;
	max-width: 100%;
	table-layout: fixed;
}
.contents article.article table th {
	background: #ebe3db;
	padding: 4px 6px;
	width: 18%;
	word-wrap: break-word;
}
.contents article.article table thead th {
	width: auto;
}
.contents article.article table td {
	background: #ffffff;
	padding: 4px 6px;
}
.contents article.article table th img,
.contents article.article table td img {
	max-width: 100%;
	height: auto;
}
.vacant .contents article.article table th {
	border-color: #8cadc9;
	background: #e8eff5;
}
.vacant .contents article.article table td {
	border-color: #8cadc9;
}
.residential .contents article.article table th {
	border-color: #c2aa5f;
	background: #fff7dc;
}
.residential .contents article.article table td {
	border-color: #c2aa5f;
}
.sonei .contents article.article table th {
	border-color: #d18f93;
	background: #f5e7e7;
}
.sonei .contents article.article table td {
	border-color: #d18f93;
}
.step .contents article.article table th {
	border-color: #ba9878;
	background: #fdf6ef;
}
.step .contents article.article table td {
	border-color: #ba9878;
}
.supports .contents article.article table th {
	border-color: #ea8681;
	background: #f7eae9;
}
.supports .contents article.article table thead th {
	background: #fec0bd;
	color: #8e0d07;
}
.supports .contents article.article table td {
	border-color: #ea8681;
}
.access .contents article.article table th {
	border-color: #d99a59;
	background: #ffeedd;
}
.access .contents article.article table td {
	border-color: #d99a59;
}
.contents article.article table.noborder {
	width: auto !important;
	max-width: auto;
	table-layout: auto;
	margin-bottom: 10px !important;
}
.contents article.article table.noborder th,
.contents article.article table.noborder td {
	background: none !important;
	border: none !important;
	display: block;
	padding: 5px 8px;
	width: auto;
}


/******************************************************/
/* sidenav  */
/******************************************************/
#sidenav {
	border-top: 1px dotted #b6b098;
	padding: 0 0 10px 0;
	margin: 30px 0 10px;
	text-align: left;
}
#sidenav nav {
}
#sidenav nav h2 {
	clear: both;
	color: #555555;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.1;
	margin-bottom: 10px;
	padding-top: 10px;
}
#sidenav nav ul {
	padding: 0 0 15px 10px;
}
#sidenav nav li {
	float: left;
	line-height: 1.4;
	margin: 0 8px 8px 0;
}
#sidenav nav li a {
	float: left;
	background: #ffffff url(../images/common/arrow_common.png) no-repeat 8px center;
	background-size: 4px 4px;
	border: 1px solid #948b86;
	border-radius: 5px;
	text-decoration:none;
	padding: 10px 10px 10px 20px;
	color: inherit;
}
.about #sidenav nav li a {
	background: #ffffff url(../images/common/arrow_about.png) no-repeat 8px center;
	background-size: 4px 4px;
	border-color: #6eaf5f;
}
.vacant #sidenav nav li a {
	background: #ffffff url(../images/common/arrow_vacant-house.png) no-repeat 8px center;
	background-size: 4px 4px;
	border-color: #8caeca;
}
.residential #sidenav nav li a {
	background: #ffffff url(../images/common/arrow_residential.png) no-repeat 8px center;
	background-size: 4px 4px;
	border-color: #c2aa5f;
}
.sonei #sidenav nav li a {
	background: #ffffff url(../images/common/arrow_sonei.png) no-repeat 8px center;
	background-size: 4px 4px;
	border-color: #d18f93;
}
.step #sidenav nav li a {
	background: #ffffff url(../images/common/arrow_step.png) no-repeat 8px center;
	background-size: 4px 4px;
	border-color: #ba9878;
}
.supports #sidenav nav li a {
	background: #ffffff url(../images/common/arrow_supports.png) no-repeat 8px center;
	background-size: 4px 4px;
	border-color: #ea8681;
}
.access #sidenav nav li a {
	background: #ffffff url(../images/common/arrow_access.png) no-repeat 8px center;
	background-size: 4px 4px;
	border-color: #d99a59;
}
#sidenav p.bnr {
	padding: 0;
	margin-bottom: 20px;
}


/******************************************************/
/* category */
/******************************************************/
#wrapper .category {
	clear: both;
}
#wrapper .category ul {
	padding: 0;
}
#wrapper .category li {
	margin: 0 10px 10px 10px;
	line-height: 1.2;
}
#wrapper .category li a {
	background: #ffffff url(../images/common/arrow_common.png) no-repeat 8px center;
	background-size: 4px 4px;
	border: 1px solid #948b86;
	border-radius: 5px;
	display: block;
	padding: 10px 20px;
	color: #444;
	text-decoration: none;
}
.about #wrapper .category li a {
	background: #ffffff url(../images/common/arrow_about.png) no-repeat 8px center;
	background-size: 4px 4px;
	border-color: #6eaf5f;
}
.vacant #wrapper .category li a {
	background: #ffffff url(../images/common/arrow_vacant-house.png) no-repeat 8px center;
	background-size: 4px 4px;
	border-color: #8cadc9;
}
.sonei #wrapper .category li a {
	background: #ffffff url(../images/common/arrow_sonei.png) no-repeat 8px center;
	background-size: 4px 4px;
	border-color: #d18e95;
}
.step #wrapper .category li a {
	background: #ffffff url(../images/common/arrow_step.png) no-repeat 8px center;
	background-size: 4px 4px;
	border-color: #ba9878;
}
#wrapper .category li a:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
}


/******************************************************/
/* 新庄村とは */
/******************************************************/
.about #wrapper .about_ttl {
	text-align: center;
	margin: 8px 0 10px;
	padding: 0 40%;
}
.about #wrapper .about_ttl img {
}
.about #wrapper .about_img {
	margin: 0 0 10px;
	padding: 0;
}
.about #wrapper .about2_subtitle {
	margin-top: 20px;
	margin-bottom: 6px;
	overflow: hidden;
}
.about #wrapper .about2_subtitle p {
	padding: 0;
	margin: 0 -20%;
}
.about #wrapper .about2_subtitle .illust {
	display: none;
}
.about #wrapper .subimg_dl {
	margin: 0 0 24px;
	padding: 0;
	line-height: 1.6;
}
.about #wrapper .subimg_dl dt {
	text-align: center;
	padding: 0 12%;
}
.about #wrapper .subimg_dl dt img {
	width: auto;
	height: auto;
}
.about #wrapper .subimg_dl p {
	padding: 0;
}
.about #wrapper .subimg_dl p.ttl {
	color: #ea5514;
	padding: 10px 0 5px 0;
}


/******************************************************/
/* 空き家情報 */
/******************************************************/
.vacant #wrapper .maincopy {
	color: #337898;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 10px;
}
.vacant #wrapper .provided_table {
	table-layout: auto;
	width: 200px !important;
	margin: auto !important;
}
.vacant #wrapper .provided_table tr {
	display: block;
	padding: 10px 0;
}
.vacant #wrapper .provided_table td {
	background: none;
	border: none;
	display: block;
	width: auto !important;
	padding: 0 0 6px;
	line-height: 1.5;
}
.vacant #wrapper .provided_table td img {
	width: 200px !important;
}
.vacant #wrapper .provided_table .btn {
	padding: 0;
	margin-top: 8px;
}
.vacant #wrapper .provided_table .btn a {
	background: #ffffff url(../images/common/arrow_vacant-house.png) no-repeat 8px center;
	background-size: 4px 4px;
	display: block;
	border: 1px solid #8cadc9;
	border-radius: 5px;
	font-size: 1.2em;
	line-height: 1;
	text-decoration:none;
	padding: 10px 10px 10px 20px;
	color: inherit;
}


/******************************************************/
/* 移住・定住のステップ */
/******************************************************/
.step #wrapper .stepttl {
	text-align: center;
	margin: 24px 0;
	overflow: hidden;
}
.step #wrapper .stepttl p {
	text-align: center;
	margin: 0 -20%;
	padding: 0;
}
.step #wrapper .steplist {
	text-align: center;
	margin-bottom: 30px;
	padding: 0 10%;
}
.step #wrapper .steplist li {
	margin-bottom: 6px;
}
.step #wrapper .step_trial {
	clear: both;
	line-height: 1.45;
}
.step #wrapper .step_trial .icon {
	text-align: center;
	padding: 0 32%;
	margin: 0 0 15px;
}
.step #wrapper .step_trial .ttl {
	margin-bottom: 8px;
}
.step #wrapper .step_trial .ttl img {
	width: 114px;
	height: 12px;
}
.step #wrapper .step_trial p {
	padding-bottom: 10px;
}
.step #wrapper .step_trial .photo {
	clear: both;
	text-align: center;
}


/******************************************************/
/* 支援制度 */
/******************************************************/
.supports #wrapper .soutei_table {
	width: auto !important;
	margin: 0 auto 25px !important;
	table-layout: auto;
	border: 1px solid #cccccc;
	border-bottom: none;
}
.supports #wrapper .soutei_table th,
.supports #wrapper .soutei_table td {
	display: block;
	background: #ffffff;
	border: none;
	border-bottom: 1px solid #cccccc;
	width: auto;
	vertical-align: middle;
}
.supports #wrapper .soutei_table th {
	text-align: center;
}


/******************************************************/
/* アクセス */
/******************************************************/
.access #wrapper .accessmap {
	text-align: center;
	padding: 10px 10% 0;
}
#wrapper .pdfbtn {
	display: block;
}
.access #wrapper table.access_table td {
	width: auto !important;
	text-align: center;
	display: block;
	border: none;
	background: none;
}
.access #wrapper table.access_table .img img {
	border: 1px solid #ccc;
}
.access #wrapper table.access_table .ttl {
	vertical-align: middle;
	padding: 2px 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #d99a59;
}
.access #wrapper table.access_table img {
	vertical-align: middle;
}


/******************************************************/
/* sitemap */
/******************************************************/
#sitemap {
	border-bottom: 1px dashed #cccccc;
}
#sitemap ul {
	padding: 0;
	margin: 0;
}
#sitemap li {
	border-top: 1px dashed #cccccc;
	font-size: 1em;
	line-height: 1.2;
	padding: 0 6px;
}
#sitemap li a {
	background: url(../images/common/arrow_common.png) no-repeat left center;
	background-size: 6px 6px;
	display: inline-block;
	padding-left: 12px;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	margin: 15px 0;
	text-decoration: none;
	color: #333;
}
#sitemap li a:hover {
	text-decoration: underline;
}
#sitemap ul ul {
	padding-left: 2em;
	margin-bottom: 15px;
}
#sitemap li li {
	padding: 0 10px 0 20px;
	padding: 0;
	border: none;
	display: inline;
}
#sitemap li li a {
	background: url(../images/common/arrow_common.png) no-repeat left center;
	background-size: 4px 4px;
	padding-left: 10px;
	font-size: 0.9em;
	font-weight: normal;
	margin: 5px 10px 5px 0;
}


/******************************************************/
/* clearfix  */
/******************************************************/

div#content:after,
.clfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	max-height: 0;
	visibility: hidden;
}
/* ie7,macIE5 */
div#content,
.clfx {
	display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html div#content,
* html .clfx {
	height: 1%;
}
div#content,
.clfx {
	display: block;
}


}

