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

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family: "Noto Sans Japanese","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 14px;
    font-size: 1.4em;
	color: #333434;
    line-height: 1.8em;
	letter-spacing:0.03rem;
	font-weight: 400;
	background: #fff;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
}
.min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.contents_inner{
	width: 1000px;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
	color:#333434;
	text-decoration:none;
    cursor: pointer;
}
a:hover {
	color:#333434;
	text-decoration:none;
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
}
a img{
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
}
a:hover img {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.h2_style {
	font-size: 18px;
	text-align: center;
	color: #494949;
}
.h2_style span {
	display: block;
	font-size: 34px;
	color: #9d915b;
	margin-bottom: 15px;
}
.h3_style {
	font-size: 18px;
	color: #fff;
	background: #49afa8;
	border-bottom: 2px solid #399b94;
	padding: 10px 0 10px 25px;
}
.h3_style span {
	font-style: oblique;
	letter-spacing: 0.1em;
	-webkit-transform: skewX(5deg);
	transform: skewX(5deg);
}
.sp_mode {
	display:none;
}
.pc_mode {
	display:block;
}

@media screen and (max-width: 840px) {

	body {
		font-size: 13px;
		font-size: 1.3em;
		line-height: 1.6em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	.contents_inner{
		width: 95%;
		margin: 0 auto;
	}
	.sp_mode {
		display:block;
	}
	.pc_mode {
		display:none;
	}

}

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

	.h2_style {
		font-size: 16px;
	}
	.h2_style span {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.h3_style {
		font-size: 16px;
		padding: 7px 0 5px 10px;
	}

}

/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/*-----------------------------------

	header

-----------------------------------*/

header {
	padding-top: 20px;
}
header h1 {
	display: inline-block;
	float: left;
	margin-left: 150px
}
header h1 .sp_logo {
	display: none;
}
header .btn_box {
	width: 280px;
}
header .btn_box a {
	display: block;
	font-weight: bold;
	letter-spacing: -0.08em;
	float: left;
	padding: 4px 0 4px 10px;
	color: #3eab9a;
	box-sizing: border-box;
	margin-bottom: 12px;
	border: 1px solid #3eab9a;
	background: url(../img/arrow_btn.png) no-repeat;
	background-position: 95% center;
}
header .btn_box a:hover {
	color: #fff;
	background-color: #3eab9a;
	background-image: url(../img/arrow_btn_on.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
header .btn_box a:nth-child(1) {
	width: 180px;
	margin-right: 15px;
  text-align: center;
}
header .btn_box a:nth-child(2) {
	width: 85px;
}
header .btn_box a:nth-child(3) {
	width: 280px;
	margin-bottom: 0;
	padding-left: 0;
	text-align: center;
}
/*header .btn_box a:nth-child(1),
header .btn_box a:nth-child(3) {
	color: #fff;
	background: url(../img/arrow_btn_on.png) #b9b9b9 no-repeat;
	background-position: 95% center;
	border-color: #b9b9b9;
}*/
#nav_pc {
	background: #009187;
	margin-top: 140px;
}
#nav_pc li {
	float: left;
	width: 166px;
	line-height: 140%;
	box-sizing: border-box;
	border-right: 1px solid #fff;
}
#nav_pc li:first-child {
	border-left: 1px solid #fff;
}
#nav_pc li a {
	display: block;
	padding: 11px 0;
	font-size: 12px;
	text-align: center;
	font-weight: 500;
	color: #fff;
}
#nav_pc li a:hover {
	background: #09726b;
}
#nav_pc li a span {
	display: block;
	color: #feff89;
}
#nav_sp{
	display: none;
}
#head_tel {
	padding: 25px 0;
}
#head_tel p {
	margin-bottom: 3px;
	margin-left: 40px;
}

@media screen and (max-width: 840px) {

	.menu_btn_wrap {
		width: 25px;
		height: 25px;
		cursor: pointer;
		position: fixed;
		top: 10px;
		right: 0;
		z-index: 999;
	}
	.menu_btn {
		width: 25px;
		height: 3px;
		display: block;
		position: absolute;
		top: 12px;
		right: 11px;
		background: #232323;
		box-sizing: border-box;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 999;
	}
	.menu_btn:before {
		content:'';
		position:absolute;
		width: 25px;
		height: 3px;
		background: #232323;
		top:-9px;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	.menu_btn.active:before,
	.menu_btn.active:after {
		background: #fff;
	}
	.menu_btn.active {
		background: #247b75f5;
	}
	.menu_btn:after {
		content:'';
		position:absolute;
		width: 25px;
		height: 3px;
		background: #232323;
		bottom:-9px;
		-moz-transition:all 0.3s;
		-webkit-transition:all 0.3s;
		transition:all 0.3s;
	}
	.menu_btn.active:before {
		-moz-transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		transform:rotate(-135deg);
		top:0;
		right:0;
	}
	.menu_btn.active:after {
		-moz-transform:rotate(135deg);
		-webkit-transform:rotate(135deg);
		transform:rotate(135deg);
		bottom:0;
		right:0;
	}
	#nav_pc{
		display: none;
	}
	#nav_sp{
		display: block;
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		background: #247b75f5;
		position: fixed;
		right: 0;
		top: -635px;
		-webkit-transition: all 0.35s ease;
		transition: all 0.35s ease;
		display: inline-block;
		z-index: 998;
		box-sizing: border-box;
	}
	#nav_sp .tel_sp {
		color: #fff;
		margin-top: 10px;
		margin-left: 10px;
		font-size: 18px;
		line-height: 160%;
	}
	#nav_sp .tel_sp span {
		font-size: 24px;
		font-weight: bold;
	}
	#nav_sp .nav_sp_menu{
		width: 100%;
	}
	#nav_sp.toggle{
		top:0 !important;
	}
	#nav_sp #nav_sp_menu{
		width: 100%;
		margin-top: 10px;
	}
	#nav_sp #nav_sp_menu li{
		float: left;
		width: 100%;
		box-sizing: border-box;
		border-bottom: 1px solid #63a59f;
	}
	#nav_sp .select_btn {
		background: #c31e1e;
	}
	#nav_sp #nav_sp_menu li a{
		display: block;
		font-size: 14px;
		text-align: center;
		color: #fff !important;
		padding: 10px 0;
	}
	#nav_sp #nav_sp_menu li a:before {
		width: 35px;
		height: 35px;
		margin: 10px 10px 0 20px;
		vertical-align: -0.5em;
	}
	#nav_sp #nav_sp_menu li a span{
		display: block;
		color: #e0c950;
	}
	#nav_pc{
		display:none;
	}
	#head_tel {
		border-top: 4px solid #3eab9a;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 15px;
	}
	header .btn_box {
		margin: 10px 25px 0 0;
	}
	header .rent_box {
		display: none;
	}
	header h1 {
		display: block;
		margin: 15px auto 5px;
	}
	header h1 img {
		display: block;
		margin: 0 auto;
	}
	header h1 .pc_mode {
		display: block;
	}
	header h1 .sp_logo {
		display: none;
	}
	header .sp_head_logo,
	header .sp_head_logo img {
		width: 170px;
		float: none !important;
		margin: 15px auto 0;
	}

}

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

	header h1 {
		width: 200px;
		float: none !important;
	}
	header h1 .pc_mode {
		display: none;
	}
	header h1 .sp_logo {
		display: block;
	}
	header .btn_box {
		float: none !important;
		margin: 10px auto 0;
	}
	#head_tel .tel_img {
		float: none !important;
	}
	#head_tel .tel_img img {
		margin: 0 auto;
	}
	#head_tel .mitsubishi_img {
		margin-top: 10px;
	}
	#head_tel .mitsubishi_img p {
		font-size: 12px;
	}

}

/*-----------------------------------

	main

-----------------------------------*/

#main_img {
	height: 340px;
	margin-top: 70px;
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#main_img .contents_inner {
	position: relative;
}
#main_img .main_title {
	position: absolute;
	left: 90px;
	top: 90px;
}
#main_img .main_parse {
	position: absolute;
	right: -70px;
    top: -62px;
}
#main_img .main_text {
	position: absolute;
	left: -50px;
	top: 350px;
}
#main_img .main_img_tab,
#main_img .main_img_sp {
	display: none;
}

@media screen and (max-width: 840px) {

	#main_img {
		height: auto;
		background: none;
		margin-top: 10px;
	}
	#main_img .main_img_tab {
		display: block;
	}

}

@media screen and (max-width: 640px) {
	header {
		padding-top: 0;
	}
	#main_img {
		height: auto;
		margin-top: 0;
	}
	#main_img .main_img_tab {
		display: none;
	}
	#main_img .main_img_sp {
		display: block;
		margin-top: -10px;
	}

}

section {
	padding-top: 70px;
}
.right_text {
	text-align: right;
}


/*-----------------------------------

	soon_box

-----------------------------------*/

.soon_box {
	font-size: 37px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #525252;
	text-align: center;
	margin: 120px 0 150px;
}

@media screen and (max-width: 840px) {


}

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

	.soon_box {
		font-size: 22px;
		margin: 60px 0 70px;
	}

}


/*-----------------------------------

	info_block

-----------------------------------*/

#info_block {
	padding: 75px 0;
	background: #f8f8f8;
}
#info_block {
	padding: 80px 0 40px;
}
#info_block ul {
	width: 690px;
	margin: 40px auto 70px;
}
#info_block ul li {
	font-size: 15px;
	padding: 8px 0;
	border-bottom: 1px solid #d8d8d8;
}
#info_block li span {
	display: inline-block;
	width: 100px;
}
#info_block li p {
	display: inline-block;
}
#info_block li span {
	width: 80px;
	background: #22a69d;
	color: #fff;
	line-height: 1;
	margin-right: 15px;
	padding: 3px 0;
	text-align: center;
	vertical-align: top;
}

@media screen and (max-width: 840px) {

	#info_block .h2_style {
	}
	#info_block ul {
		width: 80%;
	}
	#info_block li p {
		display: block;
		width: auto;
	}

}

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

	#info_block {
		padding: 50px 0 10px;
	}
	#info_block .h2_style {
		width: 100%;
		float: none !important;
		position: static;
	}
	#info_block ul {
		width: 100%;
		margin: 25px auto 35px;
		float: none !important;
	}
	#info_block li span,
	#info_block li p {
		font-size: 13px;
	}
	#info_block li span {
		width: auto;
		padding: 2px 4px;
	}

}

/*-----------------------------------

	access_location_block

-----------------------------------*/

#access_location_block {
	padding: 70px 0;
	background: url(../img/bg_img.jpg);
	background-size: cover;
}
#access_location_block .h2_style {
	margin-bottom: 50px;
}
#access_location_block .contents_inner {
	background: #fff;
	padding: 70px 30px 20px;
	box-sizing: border-box;
}
#access_location_block h4 {
	font-size: 30px;
	color: #af9a59;
	text-align: center;
	margin-bottom: 20px;
	line-height: 150%;
}
#access_location_block .location_map {
	display: block;
	margin: 30px auto 10px;
}
#access_location_block .access_map {
	display: block;
	margin: 40px auto 30px;
}
#location_box .text_center {
	text-align: center;
}
#location_box .img_list {
	margin: 30px 0 15px;
}
#location_box .img_list li {
	float: left;
	margin-right: 24px;
}
#location_box .img_list li:last-child {
	margin-right: 0;
}
#location_box .img_list li p {
	text-align: center;
	line-height: 250%;
}
#access_box {
	margin-top: 30px;
}
#access_box .btm_text {
	color: #606060;
	font-size: 13px;
	line-height: 140%;
	margin-top: 10px;
}

@media screen and (max-width: 840px) {

	#access_location_block h4 {
		font-size: 26px;
	}
	#location_box .img_list li {
		width: 22%;
		margin-right: 4%;
	}
	#access_location_block img {
		margin: 0 auto;
	}

}

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

	#access_location_block {
		padding: 15px 0;
	}
	#access_location_block .contents_inner {
		padding: 50px 15px 20px;
	}
	#access_location_block .h2_style {
		margin-bottom: 30px;
	}
	#access_location_block h4 {
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#location_box .img_list li {
		width: 48%;
		margin-right: 4%;
	}
	#location_box .img_list li:nth-child(2n) {
		margin-right: 0;
	}
	#location_box .img_list li:nth-child(3),
	#location_box .img_list li:nth-child(4) {
		margin-top: 20px;
	}

}

/*-----------------------------------

	plan_block

-----------------------------------*/

#plan_block h2 {
	margin-bottom: 50px;
}
#plan_block .tabnav{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#plan_block .tabnav li{
	display: block;
	width: 184px;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	float: left;
}
#plan_block .tabnav li:nth-child(5n){
	margin-right: 0;
}
#plan_block .tabnav li a{
	display: block;
	color: #545454;
	padding: 10px;
	border: 1px solid #6c6c6c;
	box-sizing: border-box;
	text-decoration: none;
	background: url(../img/plan_arrow.png) no-repeat;
	background-position: 93% center;
}
#plan_block .tabnav li a.active{
	color: #fff;
	border-color: #49afa8;
	background: url(../img/plan_white_arrow.png) no-repeat #49afa8;
	background-position: 93% center;
}
#plan_block .tabnav li a.active:hover{
	color: #fff;
}
#plan_block .tabnav li a:hover{
	border-color: #49afa8;
	color: #49afa8;
}
#plan_block .tabcontent img {
	display: block;
	margin: 60px auto 50px;
}

@media screen and (max-width: 840px) {

	#plan_block .tabnav li {
		width: 17.8%;
		margin-right: 2%;
	}

}

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

	#plan_block .tabnav li {
		width: 22.8%;
		margin-right: 2.9%;
		margin-bottom: 2.9%;
		font-size: 11px;
	}
	#plan_block .tabnav li:nth-child(5n) {
		margin-right: 2.9%;
	}
	#plan_block .tabnav li:nth-child(4n) {
		margin-right: 0;
	}
	#plan_block .tabnav li a {
	    padding: 4px;
	}
	#plan_block .tabcontent img {
		margin: 15px auto 10px;
	}

}

/*-----------------------------------

	equipment_block

-----------------------------------*/

#equipment_block {
	background:linear-gradient(180deg,#449993 0,#449993 190px,#52A8A5 190px);
	padding-bottom: 10px;
}

@media screen and (max-width: 800px) {
#equipment_block {
    background: linear-gradient(180deg,#449993 0,#449993 170px,#52A8A5 170px);
    padding-bottom: 0;
}
}

#equipment_block h2,
#equipment_block h2 span {
	color: #fff;
}

#equipment_block h3 {
	background-color: #fff;
	color: #525252;
	font-size: 95%;
	box-sizing: border-box;
	padding: 0 12px;
	margin-bottom: 15px;
}

.equipment_box {
	margin-top: 70px;
	overflow: hidden;
}

.equipment_box div{
	float: left;
}

.equipment_l {
	width: 48%;
	margin-right: 2%;
}

.equipment_ll,
.equipment_rl {
	width: 46%;
	margin-right: 4%;
}
.equipment_r {
	width: 48%;
	margin-left: 2%;
}

.equipment_lr,
.equipment_rr {
	width: 46%;
	margin-left: 4%;
}

.equipment_box div p{
	color: #fff;
	font-size: 85%;
	margin-bottom: 12px;
}

@media screen and (max-width: 600px) {
.equipment_l {
	width: 100%;
	margin-right: 0;
}

.equipment_r {
	width: 100%;
	margin-left: 0;
}

.equipment_ll,
.equipment_rl {
	width: 48%;
	margin-right: 2%;
}

.equipment_lr,
.equipment_rr {
	width: 48%;
	margin-left: 2%;
}
}

/*-----------------------------------

	photo_block

-----------------------------------*/

#photo_block {

}

/*----------------------------------------

            $[photo]

----------------------------------------*/

#photonaviArea {
	margin-top: 50px;
}

#photonaviArea ul li {
  float: left;
  width: 48%;
  padding: 10px 20px;
  margin: 0 0 20px;
  border: solid 1px #49afa8;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  box-sizing: border-box;
}

#photonaviArea ul li:nth-child(2) {
	float: right;
}

@media screen and (max-width: 800px) {
  #photonaviArea ul li {
    width: 48%;
    margin: 0 1% 10px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 600px) {
  #photonaviArea ul li {
    width: 100%;
    margin: 0 0 10px;
  }
}

#photonaviArea ul li.now {
  background: #49afa8;
  color: #fff;
}

#photonaviArea02 ul {
  display: none;
  padding: 10px 0 0;
}

@media screen and (max-width: 800px) {
  #photonaviArea02 ul {
    padding: 0;
    margin: 0 0 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#photonaviArea02 ul:first-child {
  display: block;
}

#photonaviArea02 ul li {
  display: inline-block;
  margin: 0 15px 0 0;
  cursor: pointer;
}

#photonaviArea02 ul li.now {
  color: #49afa8;
}

#photonaviArea02 ul li:before {
  content: "\f0da";
  padding: 0 5px 0 0;
  font-family: "FontAwesome";
}

#slideTitle {
  float: left;
  margin: 0 40px 20px 1%;
  text-align: left;
}

@media screen and (max-width: 800px) {
  #slideTitle {
    float: none;
    margin: 0 0 10px 1%;
  }
}

#slideArea {
  clear: both;
  overflow: hidden;
  position: relative;
  height: 560px;
  margin: 0 0 20px;
}

@media screen and (max-width: 800px) {
  #slideArea {
    width: 320px;
    height: 300px;
    margin: 0 auto 20px;
  }
}

#slideArea ul {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

#slideArea ul li {
  float: left;
  width: 1000px;
  text-align: center;
}

@media screen and (max-width: 800px) {
#slideArea {
    width: 320px;
    height: 300px;
    margin: 0 auto 20px;
}
}

@media screen and (max-width: 800px) {
  #slideArea ul li {
    width: 320px;
  }
}

#slideArea ul li img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 800px) {
  #slideArea ul li img {
    width: auto;
    height: 200px;
  }
}

#slideArea ul li .slideCaption {
  margin: 10px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  text-align: center;
}

#slideArea ul li .slideCaption span {
  display: block;
  margin: 10px 0 0;
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (max-width: 800px) {
  #slideArea ul li .slideCaption {
    width: 280px;
    margin: 10px auto 0;
  }
}

.arrowBtn {
  position: absolute;
  width: 40px;
  height: 80%;
  top: 0;
  bottom: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  cursor: pointer;
  z-index: 100;
}

@media screen and (max-width: 800px) {
  .arrowBtn {
    width: 20px;
  }
}

.arrowBtn:before {
  position: absolute;
  top: 50%;
  margin: -15px 0 0;
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 30px;
}

@media screen and (max-width: 800px) {
  .arrowBtn:before {
    font-size: 20px;
  }
}

.arrowBtn:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

#prevBtn {
  left: 0;
}

@media screen and (max-width: 800px) {
  #prevBtn {
    left: 0;
  }
}

#prevBtn:before {
  content: "\f0d9";
}

#nextBtn {
  right: 0;
}

@media screen and (max-width: 800px) {
  #nextBtn {
    right: 0;
  }
}

#nextBtn:before {
  content: "\f0da";
}

.panoramaArea {
  width: 780px;
  min-height: 450px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .panoramaArea {
    width: 100%;
    min-height: 200px;
  }
}

/*-----------------------------------

	outline_block

-----------------------------------*/

#outline_block {
	background: #f9f9f9;
	padding-bottom: 80px;
}
#outline_block table {
	font-size: 14px;
	width: 100%;
	margin-top: 60px;
	border: 1px solid #dcdcdc;
}
#outline_block table th {
	width: 122px;
	color: #fff;
	background: #37a69a;
	text-align: left;
	font-weight: normal;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #dcdcdc;
	vertical-align: top;
}
#outline_block table td {
	background: #fff;
	padding: 10px 0 10px 25px;
	border-bottom: 1px solid #dcdcdc;
}

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

	#outline_block {
		padding-bottom: 40px;
	}
	#outline_block table {
		border: none;
	}
	#outline_block table th,
	#outline_block table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	#outline_block table th {
		padding: 5px 0 5px 15px;
	}
	#outline_block table td {
		padding-left: 15px;
		border-bottom: none;
	}

}

/*-----------------------------------

	pagetop

-----------------------------------*/
#pagetop {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 25px;
	bottom: 50px;
	cursor: pointer;
	z-index: 999;
	color: #fff;
	background: url(../img/pagetop.png) #49afa8 no-repeat;
	background-position: center;
	border: 2px solid #fff;
}
#pagetop_sp{
	display:none;
}
#pagetop:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
	#pagetop{
		/*display:none !important;*/
	}
	#pagetop_sp{
		height: 40px;
		background: url(../img/sp/pagetop.png) #49afa8;
		background-repeat: no-repeat;
		background-position: center;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		cursor: pointer;
		display:block;
	}

}
/*-----------------------------------

	footer

-----------------------------------*/

footer {
	border-top: 1px solid #e2e2e2;
	padding: 20px 0 30px;
}
footer nav {
	margin-bottom: 25px;
}
footer nav ul {
	width: 800px !important;
}
footer nav li {
	float: left;
}
footer nav li a {
	font-size: 13px;
	font-weight: 300;
	color: #505050 !important;
	padding: 0 25px;
	border-right: 1px solid #d5d5d5;
}
footer nav li:last-child a {
	border-right: none;
}
footer nav li a:hover {
	opacity: 0.8;
	text-decoration: underline;
}
footer .logo_area {
	margin-top: 30px;
}
footer .logo_area p {
	font-size: 12px;
	color: #505050;
	line-height: 140%;
	margin-top: 15px;
}
footer .logo_area h1 {
	width: 171px;
}
footer .mitsubishi_img  {
	margin-right: 20px;
}
footer #footer_copy {
	color: #7c7c7c;
	text-align: center;
	margin-top: 50px;
}

@media screen and (max-width: 840px) {

	footer nav ul {
		width: 100% !important;
	}
	footer nav li a {
		padding: 0 23px;
	}
	footer .ft_tel {
		width: 45%;
	}
	footer .ft_right {
		width: 48%;
	}
	footer .mitsubishi_img {
		width: 64%;
		margin-right: 4%;
	}
	footer .relay_img {
		width: 30%;
	}

}

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

	footer {
		padding: 0 0 10px;
		border-top: 1px solid #d8d8d8;
	}
	footer nav {
		padding: 0;
	}
	footer nav ul {
		width: 100% !important;
	}
	footer nav li {
		box-sizing: border-box;
		width: 50%;
		text-align: center;
		border-bottom: 1px solid #d8d8d8;
	}
	footer nav li:nth-child(odd) {
		border-right: 1px solid #d8d8d8;
	}
	footer nav li a {
		display: block;
		border: none;
		font-size: 12px;
		padding: 10px 0;
		text-align: center;
	}
	footer .ft_tel {
		width: 100%;
		float: none !important;
	}
	footer .ft_tel img {
		margin: 0 auto;
	}
	footer .ft_right {
		width: 100%;
		float: none !important;
	}
	footer .mitsubishi_img {
		margin-bottom: 25px;
	}
	footer #footer_copy {
		margin-top: 15px;
	}
	footer #footer_copy small {
		font-size: 10px;
	}

}
</pre></body></html>