@charset "utf-8";

/*****************************************************************

	トップページ＆共通レイアウト定義

	*Common Layout CSS
	   +BASE Module SET
	   +SKIP
	*TopPage

*****************************************************************/

/* ====== BASE Module SET ===== */

html,
body{
	margin: 0;
	padding: 0;
}

html{
	overflow-y:scroll;
}

h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,td,th,
address,
blockquote,form,fieldset,legend,div,hr,pre{
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: left;
	font-size: 100%;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}


body{
	background: #FFF;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","meiryo","MS P Gothic","ＭＳ Ｐゴシック","Osaka", sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	color: #333;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,td{
	vertical-align: top;
}

img,
object,
embed{
	border: 0;
	vertical-align: top;
	outline: none;
}

object:focus{
	outline: none;
}

embed:focus{
	outline: none;
}

img,
input,
select,
textarea{
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 12px;
}

input[type="button"],
input[type="text"],
input[type="submit"] {
	-webkit-appearance: none;
}

abbr,
acronym,
fieldset{
	border: 0;
}

hr{
	display: none;
}

img{
	font-size: 10px;
}

em{
	font-style: normal;
}

a{
	color: #333;
	background: transparent;
}

a:hover,
a:focus{
	color: #4c7435;
}

ul li{
	list-style: none;
}

/* ====== SKIP ===== */
ul#skip{
	display: none;
	/*IE Mac \*/
	display: block;
 	position:absolute;
	height: 0;
	width: 0;
	overflow: hidden;
	/*IE Mac */
}

.nav{ }
.place{ }
.clr{
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}

.cf{
	width: 100%;
	overflow: hidden;
}

.cf:after{
	display: block;
	clear: both;
	content: "";
}

::selection{background-color:#333; color: #fff; }
::-moz-selection {background-color:#333; color: #fff; }
input::selection,
textarea::selection{background-color:#b6d6fd; color: #000; }
input::-moz-selection,
textarea::-moz-selection{background-color:#b6d6fd; color: #000; }

div,
ul,
section,
article{
	width: auto;
}

div:after,
ul:after,
section:after,
article:after{
	display: block;
	clear: both;
	content: "";
}

.return{
	display: block;
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.img_hover:hover{
	-moz-opacity:0.6; -ms-filter: "alpha( opacity=60)"; filter: alpha(opacity=60); opacity:0.6;
}


/* responsive -------------*/

.for-sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.for-pc {
		display: none;
	}
	.for-sp {
		display: block;
	}
}

/* margin -------------*/
.mt-0 {margin-top: 0px;}
.mb-0 {margin-bottom: 0px;}
.mt-5 {margin-top: 5px;}
.mb-5 {margin-bottom: 5px;}
.mt-10 {margin-top: 10px;}
.mb-10 {margin-bottom: 10px;}
.mt-15 {margin-top: 15px;}
.mb-15 {margin-bottom: 15px;}
.mt-20 {margin-top: 20px;}
.mb-20 {margin-bottom: 20px;}
.mt-25 {margin-top: 25px;}
.mb-25 {margin-bottom: 25px;}
.mt-30 {margin-top: 30px;}
.mb-30 {margin-bottom: 30px;}
.mt-35 {margin-top: 35px;}
.mb-35 {margin-bottom: 35px;}
.mt-40 {margin-top: 40px;}
.mb-40 {margin-bottom: 40px;}
.mt-45 {margin-top: 45px;}
.mb-45 {margin-bottom: 45px;}
.mt-50 {margin-top: 50px;}
.mb-50 {margin-bottom: 50px;}
.mt-1em {margin-top: 1em;}
.mb-1em {margin-bottom: 1em;}
.mt-2em {margin-top: 2em;}
.mb-2em {margin-bottom: 2em;}
.mt-3em {margin-top: 3em;}
.mb-3em {margin-bottom: 3em;}
.mt-4em {margin-top: 4em;}
.mb-4em {margin-bottom: 4em;}
.mt-5em {margin-top: 5em;}
.mb-5em {margin-bottom: 5em;}
.mt-6em {margin-top: 6em;}
.mb-6em {margin-bottom: 6em;}
.mt-7em {margin-top: 7em;}
.mb-7em {margin-bottom: 7em;}

/* padding -------------*/
.pt-0 {padding-top: 0px;}
.pb-0 {padding-bottom: 0px;}
.pt-5 {padding-top: 5px;}
.pb-5 {padding-bottom: 5px;}
.pt-10 {padding-top: 10px;}
.pb-10 {padding-bottom: 10px;}
.pt-15 {padding-top: 15px;}
.pb-15 {padding-bottom: 15px;}
.pt-20 {padding-top: 20px;}
.pb-20 {padding-bottom: 20px;}
.pt-25 {padding-top: 25px;}
.pb-25 {padding-bottom: 25px;}
.pt-30 {padding-top: 30px;}
.pb-30 {padding-bottom: 30px;}
.pt-35 {padding-top: 35px;}
.pb-35 {padding-bottom: 35px;}
.pt-40 {padding-top: 40px;}
.pb-40 {padding-bottom: 40px;}
.pt-45 {padding-top: 45px;}
.pb-45 {padding-bottom: 45px;}
.pt-50 {padding-top: 50px;}
.pb-50 {padding-bottom: 50px;}
.pt-1em {padding-top: 1em;}
.pb-1em {padding-bottom: 1em;}
.pt-2em {padding-top: 2em;}
.pb-2em {padding-bottom: 2em;}
.pt-3em {padding-top: 3em;}
.pb-3em {padding-bottom: 3em;}
.pt-4em {padding-top: 4em;}
.pb-4em {padding-bottom: 4em;}
.pt-5em {padding-top: 5em;}
.pb-5em {padding-bottom: 5em;}
.pt-6em {padding-top: 6em;}
.pb-6em {padding-bottom: 6em;}
.pt-7em {padding-top: 7em;}
.pb-7em {padding-bottom: 7em;}
/*============================================================
	TopContentsStyle
============================================================*/


/*============================================================
	Nav
============================================================*/
 dl#path dt,
 dl#nav dt{
 	position:absolute;
	height: 0;
	width: 0;
	overflow: hidden;
 }
 
/*============================================================
	Page / column
============================================================*/
#page{
	width: 100%;
	min-width: 768px;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 767px) {
	#page {
		min-width: 100%;
	}
}

.inner{
	position: relative;
	width: 100%;
	text-align: left;
	margin: 0 auto;
}

/*============================================================
	Header
============================================================*/
#page_header{
	position: relative;
	width: 100%;
	margin: auto;
	padding: 0;
	text-align: center;
	font-size: 75%;
	box-sizing: border-box;
	z-index: 20;

	border-bottom: 1px solid #ccc;
}

#page_header:after{
	content: '';
	display: block;
	clear: both;
}


#page_header .inner {
	position: relative;
	max-width: 1000px;
	margin: auto;
}
#page_header .message {
	position: absolute;
	top: 15px;
	left: 260px;
	line-height: 1.6;
}


#page_header .logo {
	position: relative;
	max-width: 520px;
	padding: 10px 0 10px 20px;
	line-height: 0;
}
#page_header .logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#page_header .logo img + img {
	display: none;
}

@media screen and (max-width: 767px) {
	#page_header .logo {
		width: 55%;
		max-width: 200px;
		padding: 10px 0 10px 15px;
	}

	#page_header .logo img:first-child {
		display: none;
	}
	#page_header .logo img + img {
		display: block;
	}
}

.btn_head {
	position: absolute;
	right: 0;
	top: -60px;
	text-align: right;
}
.btn_rec {
	position: absolute;
	right: 0;
	top: -9px;
	text-align: right;
}
.btn_head img {
	max-width: 100%;
	height: auto;
}
.btn_rec img {
	max-width: 100%;
	height: auto;
}


/*============================================================
	Social
============================================================*/

/*============================================================
	Nav
============================================================*/


#page_header #menu {
	position: relative;
	width: 100%;
	z-index: 1;

	box-sizing: border-box;
}

#page_header #menu .menu_list {
	width: 900px;
}
#page_header #menu .menu_list ul {
	position: relative;
	width: 100%;
	width: 80%;
	margin: auto;
	box-sizing: border-box;
}

#page_header #menu .menu_list ul:after,
#page_header #menu:after {
	content: '';
	display: block;
	clear: both;
}

#page_header #menu .menu_list li{ 
	float: left;
	width: 25%;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
}
#page_header #menu .menu_list li a {
	position: relative;
	display: block;
	padding: 15px 5px 12px;
	/*background: #ccc;*/
	text-decoration: none;
	box-sizing: border-box;
}
#page_header #menu .menu_list li a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 90%;
	height: 5px;
	background: #063;
	pointer-events: none;
	opacity: 0;
}
#page_header #menu .menu_list li a:hover {
	/*background: #efefef;*/
}
#page_header #menu .menu_list li a:hover:after {
	opacity: 1;
}

#page_header .btn_menu {
	position: absolute;
	top: 50%;
	right: 0;
	width: 55px;
	line-height: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: none;
}
#page_header .btn_menu img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	#page_header {
		font-size: 100%;
	}
	#page_header .message {
		display: none;
	}
	#page_header #sub_menu {
		display: none;
	}

	#page_header #menu {
		position: absolute;
		top: 100%;
	    left: 0;
	    right: 0;
	    width: auto;
	    margin: auto 0;
	    padding: 0;
	    /*background: #fff;
	    border: 3px solid #99cc99;
	    border-radius: 5px;*/
	    background: #fff;
	    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.3);
	    z-index: 100;
	    box-sizing: border-box;
		overflow: hidden;
	    display: none;
	}
	#page_header #menu.on {
		display: block;
	}
	#page_header #menu .menu_list {
		width: auto;
		background: #f0f0f0;
	}
	#page_header #menu .menu_list ul {
		width: auto;
		/*max-width: 400px;*/
		border: 0;
	}
	#page_header #menu .menu_list li {
		float: none;
		width: auto;
		margin: auto;
		border: 0;
		border-bottom: 1px solid #ccc;
	}
	#page_header #menu .menu_list li a {
	    padding: 14px 10px;
	}
	#page_header #menu .menu_list li a:after {
		content: '';
	    display: block;
	    position: absolute;
	    width: 10px;
	    height: 10px;
	    top: 0;
	    bottom: 0;
	    right: 10px;
	    left: auto;
	    margin: auto;
	    border-top: 1px solid #999;
	    border-right: 1px solid #999;
	    background: none;
	    -webkit-transform: rotate(45deg);
	       -moz-transform: rotate(45deg);
	        -ms-transform: rotate(45deg);
	         -o-transform: rotate(45deg);
	            transform: rotate(45deg);
	    opacity: 1;
	}

	.btn_head {
		position: relative;
		top: 0;
		right: 0;
		text-align: center;
	}
	.btn_rec {
		position: relative;
		top: 0;
		right: 0;
		text-align: center;
	}


	#page_header .btn_menu {
		display: block;
	}
	#page_header .btn_menu.on{
		opacity:0.5;
	}
}



/*============================================================
	Content
============================================================*/
#content{
	position: relative;
	width: 90%;
	max-width: 1000px;
	margin: auto;
	padding: 50px 0;
	text-align: left;
	font-size: 100%;
	z-index: 10;
}

#content.home{
	padding: 0;
}

#content:after{
	display: block;
	clear: both;
	content: "";
}


#content.fontS{ font-size: 88%; }
#content.fontM{ font-size: 100%; }
#content.fontL{ font-size: 112.5%; }

/*============================================================
	Main
============================================================*/
#main{
	width: 100%;
	margin: 0 auto;
	line-height: 1.6;
}


.news #main {
	width: 64%;
	float: left;
}

#main:after{
	display: block;
	clear: both;
	content: "";
}

@media screen and (max-width: 767px) {
	#main {
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.news #main {
		float: none;
		width: auto;
		margin-bottom: 3em;
	}
}

/* Main Design */
p,
ul,
dl,
ol,
blockquote,
pre,
td,
th{
	/*font-size: 75%;*/
	margin-bottom: 1.5em;
}

td,
th{
	margin-bottom: 0;
}

h1,
h2,
h3{
	font-size: 100%;
	line-height: 1.2;
}

/* default */
ul ul,
ul p,
ul blockquote,
ul pre,
ul dl,
dl dl,
dl p,
dl ul,
dl ol,
blockquote p,
blockquote ul,
blockquote dl,
blockquote ol,
ol blockquote,
ol pre,
ol p,
td p,
td ul,
td dl{
	font-size: 100%;
}


#top_menu {
    display: table;
    /*width: auto;*/
    width: 80%;
	margin: 0 auto 4em;
	padding-left: 25px;
	box-sizing: border-box;
}
#top_menu h2 {
	font-size: 90%;
	margin-bottom: 10px;
}

#main .top_item {
	float: left;
	/*width: 220px;*/
	width: 33.33%;
	padding: 0 25px 0 0;
	margin-bottom: 1.5em;
	box-sizing: border-box;
}
#main .top_item p {
	font-size: 80%;
}

#main .top_item .pic {
	margin-bottom: 15px;
	line-height: 0;
}
#main .top_item .pic img {
	width: 100%;
	height: auto;
}
#main .top_item .change {
}
@media screen and (max-width: 767px) {
	#top_menu {
		width: auto;
		margin: 0 0;
		padding-left: 0;
	}
	#main .top_item {
		padding: 0 5px;
	}
}
@media screen and (max-width: 640px) {
	#main .top_item {
		width: 50%;
	}
}

/**/
.eki_shop_type{ color: #79b3ec;}
.hotel_type{ color: #cc0033;}
.par_type{ color: #669900;}
.estate_type{ color: #666699;}
.ad_type{ color: #ff9933;}

#main .main_head{
	margin-bottom: 2em;
	padding-left: 12px;
	border-left: 5px solid #5c8d46;
	font-size: 130%;
	letter-spacing: 0.04em;
}
#main .main_head span{
	display: block;
	padding-bottom: 0.25em;
	font-size: 70%;
	font-weight: normal;
}

#main .news_item {
	padding-bottom: 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1em;
	font-size: 85%;
}

#main .news_item h3 {
	margin-bottom: 0.8em;
	font-size: 100%;
}

#main .news_item p {
	margin-bottom: 1em;
}
#main .news_item p.date {
	color: #999;
	font-size: 90%;
}

#main .news_item a {
	text-decoration: none;
}



/**/
#main .top_read p,
#main .top_read h2{
	margin-left: 370px;
}

#main .top_read .pic {
	float: left;
	width: 300px;
	margin: 0 0 30px;
	text-align: center;
	line-height: 0;
}
#main .top_read .pic img {
	max-width: 100%;
	height: auto;
}
#main .top_read h2 {
	margin-bottom: 1em;
	color: #8c7435;
	font-size: 150%;
	font-weight: 500;
	letter-spacing: 0.04em;
}

#main .top_read p {
	margin-bottom: 1.5em;
	font-size: 88%;
	line-height: 2;
}

#main .top_read .btn_more_l {
	margin-right: 10px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#main .top_read .pic {
		float: none;
		width: auto;
	}
	#main .top_read p,
	#main .top_read h2{
		margin-left: auto;
		margin-right: auto;
	}
	#main .top_read .btn_more_l {
		display: block;
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 640px) {
	#main .top_read .btn_more_l {
		max-width: 100%;
	}
}
.group {
	margin-bottom: 4em;
}
.group:last-child {
	margin-bottom: 0;
}
/*============================================================
	Sub
============================================================*/


.news #sub {
	/*width: 300px;*/
	float: right;
	width: 27%;
}
@media screen and (max-width: 767px) {
	.news #sub {
		float: none;
		clear: both;
		width: auto;
	}
}


/*============================================================
	Footer
============================================================*/
#page_footer {
	position: relative;
	width: 100%;
	margin-top: 30px;
	padding: 30px 0 0 0;
	border-top: 1px solid #ccc;
	text-align: center;
}
#page_footer .inner {
	width: 94%;
}

#page_footer:after{
	display: block;
	clear: both;
	content: "";
}

#f_menu{
	margin-bottom: 2em;
	font-size: 80%;
}

#f_menu li {
	display: inline;
}

#f_menu li a {
	padding: 0 0.5em;
	border-right: 1px solid #333;
	text-decoration: none;
}
#f_menu li:first-child a{
	padding-left: 0;
	border-left: 0;
}
#f_menu li a:hover {
	text-decoration: underline;
}


#f_menu li:last-child a{
	padding-right: 0;
	border-right: 0;
}

.copy {
	color: #666;
	font-size: 68%;
	/*padding-top: 30px;
	background: url(../images/f_logo.png) no-repeat 0 0;*/
}
.copy:before {
	content: '';
	display: block;
	width: 250px;
	height: 70px;
	background: url(../img/logo_jenic_jr.png) no-repeat 0 0;
    background-size: contain;
}
@media screen and (max-width: 767px) {
	#page_footer {
		padding: 0;
		margin-top: 60px;
	}
	#page_footer .inner {
		width: auto;
	}
	#f_menu {
		padding: 0;
	    background: #d5d5d5;
	    border-bottom: 1px solid #fff;
	}
	#f_menu ul {
		margin: 0;
	}
	#f_menu li {
		display: block;
	    margin: 0;
	    padding: 0;
	    border: 0;
	    border-bottom: 1px solid #999;
	}
	#f_menu li a,
	#f_menu li:first-child a {
		position: relative;
	    display: block;
	    padding: 10px;
	    border: 0;
	    color: #333;
	    text-decoration: none;
	    overflow: hidden;
	}
	#f_menu li a:after {
		content: '';
	    display: block;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 10px;
	    margin: auto;
	    width: 10px;
	    height: 10px;
	    border-top: 1px solid #999;
	    border-right: 1px solid #999;
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.copy {
		margin: 10px 10px;
	}
	.copy:before {
		width: 200px;
		height: 50px;
	}
}