@charset "utf-8";
/*** setting css ***/

/*** all reset ***/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}
img {
	border: none;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, address, em, strong, th, ins {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border: 0;
}
th {
	text-align: left;
}
input, select, textarea {
	vertical-align: middle;
}
img {
	border: 0;
	vertical-align: middle;
}
ins, a {
	text-decoration: none;
}
ul {
	list-style: none;
}
br {
	letter-spacing: 0;
}
/***cleasrfix hack***/
.hack:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hack {
	display: inline-block;
}
/*hide macie*/
*html .hack {
	height: 1%;
}
.hack {
	display: block;
}
/*end hide*/

/*** font ***/
/*family*/
.fonM {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fonG {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace, sans-serif;
}
.fonMin {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
/*size*/
.fs-s {
	font-size: 80%;
}
* html .fs-s {/*IE用*/
	font-size: 75%;
}
/*** color ***/
.c555 {
	color: #555555;
}
.cf00 {
	color: #ff0000;
}
.c000 {
	color: #000000;
}
.cfff {
	color: #ffffff;
}
.red {
	color: #cc0000;
}
.blue {
	color: #006;
}
.cnozomi {
	color: #2096A2;
}
.cmidori {
	color: #1090CF;
}
/*style*/
.b {
	font-weight: bold;
}
.i {
	font-style: italic;
}
.u {
	text-decoration: underline;
}
.d {
	text-decoration: line-through;
}
/*** border ***/
.border1 {
	border: solid 1px #000000;
}
.borderDot1 {
	border: dotted 2px #000000
}
.border2 {
	border: solid 1px #000000;
}
.borderDot2 {
	border: dotted 2px #000000
}
/*** link ***/
a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #555;
	text-decoration: none;
	transition: all 300ms 0s ease;
}
a:active {
	color: #333;
	text-decoration: none;
}
.alphaOver a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.alphaOver a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/*** margin ***/
/*left*/
.ml0 {
	margin-left: 0px !important;
}
.ml3 {
	margin-left: 3px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.ml30 {
	margin-left: 30px;
}
.ml35 {
	margin-left: 35px;
}
.ml40 {
	margin-left: 40px;
}
.ml45 {
	margin-left: 45px;
}
.ml50 {
	margin-left: 50px;
}
/*right*/
.mr0 {
	margin-right: 0px !important;
}
.mr3 {
	margin-right: 3px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr12 {
	margin-right: 12px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr25 {
	margin-right: 25px;
}
.mr30 {
	margin-right: 30px;
}
.mr35 {
	margin-right: 35px;
}
.mr40 {
	margin-right: 40px;
}
.mr45 {
	margin-right: 45px;
}
.mr50 {
	margin-right: 50px;
}
.mr16 {
	margin-right: 16px;
}
.mr28 {
	margin-right: 28px;
}
.mr43 {
	margin-right: 43px;
}
/*bottom*/
.mb0 {
	margin-bottom: 0px !important;
}
.mb3 {
	margin-bottom: 3px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
/*top*/
.mt2 {
	margin-top: 2px;
}
.mt4 {
	margin-top: 4px;
}
.mt6 {
	margin-top: 6px;
}
.mt8 {
	margin-top: 8px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.mt53 {
	margin-top: 53px;
}
/*** float ***/
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.allClear {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}
/*** text ***/
.txt-l {
	text-align: left;
}
.txt-c {
	text-align: center;
}
.txt-r {
	text-align: right;
}
/*** vertical-align ***/
.vat {
	vertical-align: top;
}
.vam {
	vertical-align: middle;
}
/* style */
html {
	font-size: 62.5%;
}
body {
	color: #333;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-size: 13px;
	font-size: 1.3rem;
}
#wrapper {
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#fix_req {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1000;
	width: 100px;
}
#fix_req div+div{
	margin-top: 10px;
}
#fix_req img{width: 100%;}
#fix_req .pc a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#fix_req a:hover img {
	-ms-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.header_wrap {
	font-family: 'NotoSerif-Regular';
	width: 200px;
	min-height: 650px;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header_s .header_wrap {
	width: 150px;
}
#header {
	width: 100%;
	height: calc(100vh - 30px);
	margin-top: 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
#header h1 {
	width: 80%;
	margin: 0 auto 20px;
}
/*#header #h_inner {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}*/
#header #h_inner {
	width: 100%;
	align-self: flex-end;
}
#header #h_inner li a, #f_bnr li a {
	font-family: 'NotoSerif-Regular';
	display: block;
	padding: 10px 0;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	transition: all 300ms 0s ease;
}
#header #h_inner li a:hover, #f_bnr li a:hover {
	opacity: 0.8;
}
#header #h_inner li.house {
	position: relative;
	margin-bottom: 20px;
	background: #0ba29a;
	background: #191919;
}
#header #h_inner li.house a {
	display: block;
	padding: 0;
	background: #0ba29a;
}
#header #h_inner li.house span {
	display: block;
	padding: 5px 0;
	line-height: 1.1;
	color: #fff;
	color: #888;
	text-align: center;
	background: #555;
}
#header #h_inner li.house img {
	opacity: 0.3;
	width: 100%
}
#header #h_inner li.house:before {
	position: absolute;
	top: 35%;
	width: 100%;
	content: "Comming soon";
	color: #fff;
	font-size: 17px;
	text-align: center;
	opacity: 1;
}
#header #h_inner li.map a, #f_bnr li.map a {
	background: #777;
	padding: 0 0 10px;
}
#header #h_inner li.map a:before, #f_bnr li.map a:before {
	content: "";
	width: 13px;
	height: 21px;
	background: url(../images/common/icon_map.svg) no-repeat 0 0;
	background-size: 13px 21px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 15px;
}
#header #h_inner li.req a, #f_bnr li.req a {
	background: #0a786f;
}
#header #h_inner li.req a:before, #f_bnr li.req a:before {
	content: "";
	width: 17px;
	height: 11px;
	background: url(../images/common/icon_req.svg) no-repeat 0 0;
	background-size: 17px 11px;
	display: inline-block;
	margin-right: 10px;
}
#header #h_inner li.res a, #f_bnr li.res a {
	background: #dc3333;
}
#header #h_inner li.res a:before, #f_bnr li.res a:before {
	content: "";
	width: 14px;
	height: 17px;
	background: url(../images/common/icon_res.svg) no-repeat 0 0;
	background-size: 14px 17px;
	display: inline-block;
	margin-right: 10px;
}
#header h1 img {
	width: 100%;
}
#sp_navi, #spnavi_btn {
	display: none;
}
#gnav {
	width: 100%;
	font-size: 12px;
	font-size: 1.2rem;
}
#gnav.transition li {
	transition: all 0.3s ease;
}
#gnav li {
	/*text-align: center;*/
	position: relative;
	opacity: 0;
	color: #fff;
	box-sizing: border-box;
}
#gnav li span.gnav_cap {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
}
#gnav li a {
	display: block;
	padding: 8px 10px;
	color: #333;
	transition: all 300ms 0s ease;
}
#gnav li.g_mirais a, #gnav li.g_model a {
	padding: 8px 5px 8px 10px;
}
#gnav li.on, #gnav li a:hover {
	display: block;
	padding: 8px 10px;
	color: #fff;
	background: #666;
}
#gnav li.on.g_model, #gnav li.g_model a:hover, #gnav li.g_mirais a:hover, #gnav li.on.g_mirais {
	padding: 8px 5px 8px 10px;
}
#gnav li:nth-child(10) {
	
}
#gnav li.none {
	padding: 8px 10px;
	color: #bbb;
}
#footer_wrap {
	width: 100%;
}
#footer_wrap img {
	width: 100%;
}
#f_bnr_wrap {
	margin: 20px 0;
	background: #333;
	padding: 20px 0;
	box-sizing: border-box;
}
#f_bnr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto;
}
#f_bnr li {
	width: 48%;
	font-size: 15px;
	font-size: 1.5rem;
}
#f_bnr li.map{
	width: 55%;
	margin: 0 auto 15px;
}
#f_bnr li.map a {
	padding: 5px 0 10px;
}
#f_bnr li.map a:before {
	top: 5px;
}
#footer {
	width: 1090px;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
#footer #co_logo {
	float: left;
	width: 52%;
}
#footer #co_logo li {
	float: left;
	width: 174px;
}
#footer #co_logo li+li {
	float: right;
	width: 291px;
}
#footer #tel {
	float: right;
	width: 315px;
}
#footer_wrap #bnr {
	width: 1090px;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
#footer_wrap #bnr li {
	float: left;
}
#footer_wrap #bnr li:hover {
	background: #1b1b55;
}
#footer_wrap #bnr li a {
	display: block;
	position: relative;
	border: 2px solid #888;
	box-sizing: border-box;
}
#footer_wrap #bnr li a:hover {
	border: 2px solid #1b1b55;
}
#footer_wrap #bnr li+li {
	margin-left: 3%;
}
#footer_wrap #ert_about {
	width: 39.7%;
}
#footer_wrap #ert2 {
	width: 37.5%;
}
#footer_wrap #kokoromachi {
	width: 16.8%;
}
#link_area_wrap {
	border-top: 1px solid #999;
}
#link_area {
	width: 1130px;
	margin: 20px auto;
	box-sizing: border-box;
}
#keihan_bnr {
	width: 100%;
}
#link_area #link_ttl {
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 15px;
	font-size: 1.5rem;
	border-left: 3px solid #555;
}
#link_area li {
	float: left;
	/*width: 15.625%;*/
	width: 19%;
	margin-left: 1.25%;
}
#link_area li:first-child {
	margin-left: 0;
}
#link_area img {
	width: 100%;
}
address {
	margin-top: 15px;
	padding: 3px 0;
	color: #fff;
	background: #555;
	font-size: 10px;
	font-size: 1rem;
	text-align: center;
}
.cap {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	color: #444;
	line-height: 1.1;
}
#bread {
	margin-bottom: 10px;
	color: #555;
	font-size: 11px;
	font-size: 1.1rem;/*text-align: right;*/
}
#contents {
	width: 1090px;
	margin: 50px auto 0;
	box-sizing: border-box;
}
#contents_wrapper {
	padding-left: 150px;
}
h2#submainvisual {
	height: 380px;
	margin: 30px 0 0 30px;
	overflow: hidden;
}
h2#submainvisual .submainvisual_in {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	-webkit-animation: inout2 3s ease;
	animation: inout2 3s ease;
}
h2#submainvisual dl {
	font-family: 'NotoSerif-Regular';
	display: inline-block;
	background: rgba(255,255,255,0.9);
	padding: 40px 40px 30px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}
h2#submainvisual dl dt {
	font-size: 50px;
	font-size: 5rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
}
h2#submainvisual dl dd {
	font-size: 15px;
	font-size: 1.5rem;
}
.sp {
	display: none;
}
p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
#topcontrol {
	width: 55px;
	z-index: 500;
}
#topcontrol img {
	width: 100%;
}

@media screen and (max-width:1300px) {
#contents {
	width: 90%;
	margin: 5% auto;
}
#footer {
	width: 90%;
	margin: 0 auto 2%;
	box-sizing: border-box;
}
#footer img {
	width: 100%;
}
#footer #co_logo {
	width: 50%;
}
#footer #co_logo li {
	width: 35.5%;
}
#footer #co_logo li+li {
	width: 59%;
}
#footer #tel {
	width: 30%
}
#footer_wrap #bnr {
	width: 90%;
	margin: 0 auto 2%;
	box-sizing: border-box;
}
#link_area {
	width: 90%;
	box-sizing: border-box;
}
#keihan_bnr {
	width: 100%;
}
.full_img img {
	width: 100%;
}
.half_img img {
	width: 48%;
}
}

@media screen and (max-width:1220px) {
h2#submainvisual dl dt {
	font-size: 3.5rem;
	line-height: 1;
}
}

@media screen and (max-width:970px) {
#fix_req {
	width: 12%;
}
#f_bnr {
	width: 90%;
}
#f_bnr li {
	font-size: 2vw;
}
#f_bnr li.map a {
	padding: 9px 0 10px;
}
#footer #co_logo {
	width: 55%;
}
#footer #tel {
	width: 35%
}
#topcontrol img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
#topcontrol img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
#bread {
	margin-bottom: 10px;
}
}

@media screen and (max-width:850px) {
#fix_req {
	display: none;
}
.header_wrap {
	width: 150px;
}
#header ul li.house.pc {
	display: block;
}
#header ul li.house a:hover, #header ul li.map a:hover, #header ul li.rep a:hover {
	letter-spacing: inherit;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
h1 img.pc, #footer .pc {
	display: block;
}
h1 img.sp, #footer .sp {
	display: none;
}
}

@media screen and (max-width:750px) {
/********   SP用Gnav ここから ******/
#spnavi_btn {
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
#spnavi_btn img {
	width: 50px;
}
div.active {
	background: url(../images/common/menu_button_back_open.jpg) no-repeat;
	background-size: 100%;
}
div.active img {
	opacity: 0;
}
#gnav {
	display: none;
}
#sp_navi {
	width: 100%;
	position: absolute;
	top: 103px;
	z-index: 100;
	background: #fff;
}
#sp_navi li {
	position: relative;
	float: left;
	width: 50%;
	font-size: 1.4rem;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
}
#sp_navi li:nth-child(2n+1) {
	border-right: 1px dashed #030b58;
}
#sp_navi li a {
	display: block;
	height: 43px;
	line-height: 43px;
	/*padding: 13px 0 8px;*/
	color: #555;
	border-bottom: 2px solid #555;
}
#sp_navi li:nth-child(8) a{
	height: 28px;
	padding: 5px 0 10px; 
	line-height: 1.2;
}
#sp_navi li a.on {
	color: #fff;
	background: #555;
}
#sp_navi li.nolink {
	height: 45px;
	padding: 13px 0 8px;
	color: #ccc;
	border-bottom: 2px solid #ccc;
	/*border-right: none;*/
}
/*	#sp_navi li:last-child{
		width: 100%;	
	}	
*//*#sp_navi li.house a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	height: inherit;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.3;
	font-size: 1.3rem;
	background: #0ba29a;
	color: #fff;
	border-bottom: none;
}
#sp_navi li.house a span {
	display: block;
	width: 70%;
	padding: 10px;
	text-align: left;
}
#sp_navi li.house img {
	width: auto;
	height: 70px;
}*/
/*#sp_navi li:last-child {
	clear: both;
	float: none;
	width: 100%;
}*/
/********   SP用Gnav ここまで ******/
.header_wrap {
	/*position: relative;
	top: inherit;
	left: inherit;*/
	width: 100%;
	min-height: 90px;
	height: 93px;
	margin-bottom: 0;
	padding-top: 10px;
	border-bottom: none;
}
.header_s .header_wrap {
	width: 100%;
}
#header {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0;
}
#header h1 {
	clear: both;
	float: none;
	width: 290px;
	height: 50px;
	margin: 0 auto;
	padding-top: 3px;
}
#header #h_inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	height: 35px;
	margin-top: 5px;
}
#header #h_inner li.map{display: none;}	
#header #h_inner li a {
	padding: 0;
	height: 35px;
	color: #fff;
	background: #030b58;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#header #h_inner li.house {
	display: none;
}
#header #h_inner li, #header #h_inner li+li {
	width: 50%;
}
#header #h_inner li {
	font-size: 3.2vw;
}
#header #h_inner li.map a {
	padding: 0;
}
#header #h_inner li.map a:before {
	width: 10px;
	height: 16px;
	background-size: 10px 16px;
	top: inherit;
}
#header #h_inner li.map a:before, #f_bnr li.map a:before {
	margin-right: 1vw;
}
#header #h_inner li.req a {
	color : #fff;
	border: none;
	letter-spacing: 0.5vw;
}
#header #h_inner li.req a:before, #f_bnr li.req a:before {
	margin-right: 1.5vw;
}
#header #h_inner li.map a, #header #h_inner li.map a:hover {
	background: #12803d;
	background: #777;
}
#header #h_inner li.req a, #header #h_inner li.req a:hover {
	background: #af1818;
	background: #0a786f;
}
#header #h_inner li.map a:hover{
	letter-spacing: inherit;
}
#header #h_inner li.req a:hover {
	letter-spacing: 0.5vw;
}
	
#contents_wrapper {
	padding-top: 100px;
	padding-left: 0;
}
#contents {
	margin: 30px auto 5%;
}
h2#submainvisual {
	height: 150px;
	margin: 0 0 0 5%;
}
h2#submainvisual dl {
	padding: 10px 15px 5px 10px;
}
h2#submainvisual dl dt {
	font-size: 2.3rem;
	line-height: 1;
}
h2#submainvisual dl dd {
	font-size: 1.2rem;
}
p {
	font-size: 1.4rem;
	line-height: 1.5;
}
#footer_wrap {
	margin-top: 0;
}
#f_bnr {
	width: 90%;
	padding-left: 0;
}
#f_bnr li {
	font-size: 2.8vw;
}
#f_bnr li a {
	padding: 6px 0;
}
#f_bnr li.map a {
	padding: 4px 0 6px;
}
#f_bnr li.map a:before {
	width: 5%;
	height: 13px;
	background-size: 100% 13px;
	top: 3px;
}
#f_bnr li.req a {
	letter-spacing: 0.5vw;
}
#f_bnr li.req a:before {
	width: 7%;
	height: 7px;
	background-size: 100% 7px;
}
#footer {
	margin: 0 auto 4%;
	padding-left: 0;
}
h1 img.pc, #footer .pc {
	display: none;
}
h1 img.sp, #footer .sp {
	display: block;
}
#footer #co_logo {
	clear: both;
	float: none;
	width: 80%;
	margin: 0 auto 3%;
}
#footer #co_logo li, #footer #co_logo li+li {
	float: none;
	width: 100%;
}
#footer #notice {
	clear: both;
	float: none;
	width: 100%;
	margin: 0 auto 3%;
}
#footer #tel {
	clear: both;
	float: none;
	width: 100%;
}
#footer #tel_num {
	display: block;
	width: 80%;
	margin: 3% auto 0;
	border: 1px solid #b1b1b1;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: center;
}
#footer #tel_num a {
	display: block;
	border: 1px solid #FFF;
	text-align: center;
	padding: 13px 0;
	background: -moz-linear-gradient(top, #af1818 0%, #820c0c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #af1818 0%, #820c0c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #af1818 0%, #820c0c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#footer #tel_num img {
	display: inline-block;
	float: none;
	width: 50px;
	height: auto;
}
#footer_wrap #bnr {
	margin: 0 auto 4%;
	padding-left: 0;
}
#footer_wrap #ert_about {
	clear: both;
	width: 100%;
	display: inline-block;
	margin-bottom: 3%;
}
#footer_wrap #bnr #ert2 {
	float: left;
	width: 67%;
}
#footer_wrap #bnr #kokoromachi {
	float: right;
	width: 30%;
}
#footer_wrap #bnr li+li {
	margin-left: 0;
}
#footer_wrap #bnr li a, #footer_wrap #bnr li a:hover {
	border: 1px solid #888;
}
#link_area {
	margin: 4% auto 3%;
	padding-left: 0;
}
#link_area li {
	clear: both;
	float: none;
	width: 100%;
	height: 18px;
	margin-top: 7px;
	margin-left: 0;
	padding-left: 18px;
	background-position: 0 2px;
	background-size: 12px;
}
#link_area li:first-child {
	margin-top: 0;
}
#bread {
	font-size: 10px;
}
.alphaOver a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
}

@media screen and (max-width:640px) {
#header h1 {
	width: 240px;
	margin-left: 10px;
	padding-top: 3px;
}
#spnavi_btn img {
	width: 45px;
}
}

@media only screen and (max-width: 480px) {
h2#submainvisual img {
	width: 100%;
}
h2#submainvisual span img {
	width: 50%;
}
}

@media print {
body {
	-webkit-print-color-adjust: exact;
	font-size: 12px !important;
}
#header {
	width: 100%;
}
#header img, #footer img, #bnr img, #link_area img {
	width: 100%;
}
#header h1 {
	width: 75%;
}
.header_wrap {
	display: none !important;
	width: 150px !important;
}
#header ul {
	width: 150px !important;
}
#header ul li {
	width: 100%;
}
#gnav li {
	font-size: 11px !important;
}
#gnav li a, #gnav li.nolink, #gnav li.on, #gnav li a:hover {
	padding: 10px 10px 8px;
}
#gnav li span.gnav_cap {
	font-size: 10px;
	letter-spacing: 0;
}
#contents {
	width: 90%;
	margin: 30px auto 0;/*padding-left: 150px;*/
}
#f_bnr {
	width: 90%;
}
#fnav {
	width: 100%;
	font-size: 12px !important;
}
#footer, #bnr, #link_area {
	width: 90% !important;/*padding-left: 150px;*/
}
#fnav li {
	font-size: 10px;
}
#footer #co_logo {
	width: 50%;
}
#footer #co_logo li {
	width: 35.5%;
}
#footer #co_logo li+li {
	width: 59%;
}
#footer #co_logo img {
	width: 100% !important;
}
#footer #tel {
	width: 30%;
}
#keihan_bnr, #keihan_bnr img {
	width: 100%;
}
#topcontrol {
	display: none;
}
.cap {
	font-size: 10px;
}
.break_p {
	page-break-before: always;
}
#contents_wrapper {
	padding-left: 0 !important;
}
#contents_wrapper h2#submainvisual {
	height: 170px;/*padding-left: 130px;*/
}
h2#submainvisual dl {
	padding: 15px 15px 10px 10px;
}
h2#submainvisual dl dt {
	font-size: 2.5rem;
}
h2#submainvisual dl dd {
	font-size: 1.3rem;
}
h2#submainvisual img {
	width: 48% !important;
}
h2#submainvisual span img {
	width: 30% !important;
}
#fix_req {
	width: 12%;
	top: 5px;
	right: 5px;
}
#fix_req img {
	width: 100%;
}
/*#f_bnr_wrap, address {
	padding-left: 150px;
}*/
#f_bnr li {
	font-size: 1rem;
}
#header #h_inner li.req a:before, #f_bnr li.req a:before {
	margin-right: 3px;
}
}
@page {
	size: A4;
	margin: 12.7mm 9.7mm;
}
/* -------------------------- */
/* animation */
/* -------------------------- */
@keyframes inout {
 0% {
 transform: scale(1.15, 1.15);
}
 100% {
 transform: scale(1, 1);
}
}
@-webkit-keyframes inout {
 0% {
 -webkit-transform: scale(1.15, 1.15);
}
 100% {
 -webkit-transform: scale(1, 1);
}
}
@keyframes inout2 {
 0% {
 transform: scale(1.1, 1.1);
}
 100% {
 transform: scale(1, 1);
}
}
@-webkit-keyframes inout2 {
 0% {
 -webkit-transform: scale(1.1, 1.1);
}
 100% {
 -webkit-transform: scale(1, 1);
}
}
@keyframes outin {
 0% {
 transform: scale(1, 1);
}
 100% {
 transform: scale(1.15, 1.15);
}
}
@-webkit-keyframes outin {
 0% {
 -webkit-transform: scale(1, 1);
}
 100% {
 -webkit-transform: scale(1.15, 1.15);
}
}
@keyframes fadein {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes fadein {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
