@charset "UTF-8";
/* CSS Document */

body {margin:0;padding:0;font-family:"メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;font-size: 62.5%;line-height:200%;color:#444;
overflow-x: hidden;-webkit-text-size-adjust: 100%;word-break: break-all;counter-reset: titleNum;}
ol,ul,li {list-style:none;margin:0;padding:0;}
dl,dt,dd {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;margin:0;padding:0;}
p {margin:0 0 1em;padding:0;}
a , a img { overflow: hidden; text-decoration:none; color:#333;border:none;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;}

a:hover,a:active { color: #fff;border:none;outline:none;}
a:hover img , a:active img {opacity:.8;border:none;outline:none;}
.info_list a,.newsarea a{
	text-decoration: underline;
}
html,body {}
h1 {font-weight:normal;}
h2 {font-weight:normal;}
h3 {font-weight:bold;}
img {max-width: 100%;width:auto;height: 
auto;display:block;}

main:after,
article:after,
section:after,
div:after,
ul:after,
dl:after {
  content: "";
  display: block;
  clear: both;
}
#wrap { overflow:hidden;}
.main_wrap {margin:0 auto;padding: 20px 3% 30px;}

.pc {display:none;}
.pcbig {display:none;}
#pc {display:none;}

#header {padding:9px 5px;width: 100%;}
#header .logo {width:40%;height:auto;margin:0 auto;}
#header .contact {display:none;}
#header .contact2 {display:none;}

#header .logo02 {width:40%;height:auto;margin:0 auto;}



.tel_nomber {font-size:27px; color:#00589c; padding:5px; margin:5px; font-weight:bolder;}


h4 {font-size:20px; color:#fff;font-weight:bold;padding:.6em; margin-top:-1.4%;text-align:center; background:#9e9e9f;}
h4 span {font-weight:normal;font-size:15px;}



.boder {height:12px; margin:5% 3%; background:url(../images/boder_line.png) ; background-repeat:repeat;}

#main {background:#fff!important; display: block;}
#main h2 {font-size:25px;line-height:1.1;padding:20px 0 0;font-weight:bold; text-align:center;}
#main h2 span {font-weight:normal;font-size:15px;margin:1em;; text-align:center; border-bottom:#7fabcd solid 5px;border-radius:8%;}

#mainimg-sp .copy {font-size:1.8em;text-align:center;padding:1.2em 3%;margin:0;line-height:1.5;background:#11833b;color:#fff;}



#footer {padding: 10px 0 0;background:url(../images/footer_back.jpg) no-repeat top right;background-size:cover; height:250px;}

.footer_area {padding:20px 5%;max-width:400px;margin:0 auto;}
.footer_area .logo {width:50%; text-align:left;}
.footer_area .contact {width: 100%;margin: 0; text-align: right; margin-top:5%;float: right;}
.footer_area .contact ul {display:inline-block; text-align: left; padding: 0 0 0 3%; vertical-align:top;}
.footer_area .contact li {padding-left:10px;}
 .footer_area .contact li a {color:#fff; font-size:12px;}
.footer_area .contact li a:hover {color:#dc3b64;}

.footer_bunner {background:#dbdcdc; padding:10px 0}
.footer_bunner ul {text-align:center; max-width:1024px; margin:auto;}
.footer_bunner li {width:55%; padding:5px; margin:auto; text-align:center;}
.company_name {text-align:center; padding:10px 5% 15px; margin:0 auto 1%; font-size:12px;}
.company_name img { width:60%; text-align:center; margin:2% auto 0;}
.footer-copy {background:#9e9e9f;padding:5px 3%;font-size:11px;text-align:center;color:#fff; vertical-align:middle;}




/* ドロワーナビ */
.drawer-hamburger {z-index:1000;top: 0;background-color:rgba(255,255,255,.75); padding:6px 5px 20px;}
.drawer-nav {z-index:999;}
.drawer-open #contents , .drawer-open #sp_head .head_logo_sp.block {opacity:.5;}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {background:#00913a;height: 5px;}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {background:#fff;}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon::hover {background:#fff;}

.drawer--right.drawer-open .drawer-hamburger {right:0;background:#00913a;}
.drawer-nav {color: #333;background-color:rgba(255,255,255,.95);padding-top:62px;}
.drawer-menu li {border-bottom: 1px solid #eee;font-family: 'Stoke', sans-serif;font-size:1.4em;}
.drawer-menu li:first-child {border-top: 1px solid #eee;}
.drawer-menu li  {color:#333;display: block;padding: 1em;position:relative;}
.drawer-menu li a:before {content:"\f125";font-family:ionicons;font-size:12px;position:absolute;top:38%;right:1.5em;color:#ccc;}
.drawer-overlay {background:rgba(238,238,238,.7);}

.drawer-menu li ul.sp_nav_sub {font-family: 'Stoke', sans-serif;font-size:.7em;}
.drawer-menu li ul.sp_nav_sub li { border-top:1px dashed #eee;border-bottom:none;}
.drawer-menu li ul.sp_nav_sub li:first-child { border-top:none; }



/* ナビバーサブメニュー */

#gnavi {background-size: contain;}

.menu-container {
    width: 100%;
    margin: 0 auto !important;
	text-align:center !important;
}


#gnavi .menu-container .menu ul {
    margin: 0 auto !important;
	text-align:center !important;
    width: 100%;
	max-width:1024px;
    list-style: none;
    padding: 0%;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

#gnavi .menu-container .menu ul:before,
#gnavi .menu-container .menu ul:after {
    content: "";
    display: table;
}

#gnavi .menu-container .menu ul:after {
    clear: both;
}


#gnavi .menu-container .menu ul a .menu_contents {
	display:inline-block !important;
    padding: 2%;
    margin: 0 auto;
    text-decoration: none;
    display: block;
	font-size:18px !important; text-align:center;
	border-right:solid 1px #717071;
}

#gnavi .menu-container .menu ul a .contents_first {border-left:solid 1px #717071;}


#gnavi .menu-container .menu ul a .menu_contents:hover {
    background:linear-gradient(#2bc4f3, #0095da); color:#fff;
}






/* スライドショー */
.slide {
	position: relative;
	width: 100%;
	padding-top:75% !important;
	overflow: hidden;
	margin:0 auto ;
}
.slide .item , .slide .item-sp  {
	width: 100%;
	position: absolute;
	top: 0;
	display: none;
}

.slide .in {
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 2;
}
.slide .out {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 8s;
	transition: 8s;
	z-index: 1;
 }
.slide .title {
	text-align: center;
	color: rgba(102, 102, 102, 0.70);
	margin: 20px 0 15px 0;
}




/* 下層ページ */

.sub_top {background:#fff;}

.sub_topimg {position: relative;}
.sub_top_ttl {position: absolute; right: 1%;top:10%;}
.sub_top_ttl img{ margin:auto;width:35%;}

.page #main h2 {font-size:21px;margin-bottom:15px;}
.page #main h2 span {display:block;margin:5px 0 0;}

#page_title {background:url(../images/page_title_bg.jpg) no-repeat top right;background-size:cover;}
#page_title h2 {width:60%;max-width:250px;margin:0 auto;padding:30px 0;}




#header .logo03 {float: left;margin-bottom:2%;padding-left: 2%;width:42%;}


.mainimg_pict {position:absolute;left:75%;top:16%;z-index: 5; width:45%;}
.mainimg_pict img {width:44%;}

#header .contact3 {display:block;float:right;width:45%;margin:0;padding: 0 5px 0 0;}
.lp_mini01 {float:left;width:56%;margin:1% 3% 1% 1%; }
.lp_mini02 {float:left;width:37%;margin:1%;}



#lp_mainimg .copy_wrap { height:260px;margin:7% auto 0 !important;background:url(../images/mainimglp_sp02.png) no-repeat center;background-size: cover !important;}




.main_wrap .balloon2 .kouzi_setumei { font-size:14px; line-height:1.5em; text-align:center;margin:auto 1em 3% !important;}

.balloon2 {margin: 2% auto 1% !important;padding: auto 2%;min-width: 120px;text-align:center; border:solid 4px #888888;}
.balloon2 p.air01 { background-color:#ffff00;font-size:22px; line-height:1.3em;padding:.5em 0.5em;font-weight:600; margin-bottom:2%;}
.balloon2 p.air01:before {content:"";background:url(../images/panasonic_logo.png) no-repeat left center;background-size:cover;width:122px;height:19px;display: inline-block; vertical-align:middle;margin-top:-4px;}
 
 
.onayami {color:#ff3d00;font-size:22px; line-height:1.3em;padding:.5em auto;font-weight:600; margin-bottom:5%; text-align:center; margin-top:4%;}

.after_care {width:90%;padding:1%; margin:auto;}

.after_care .aicon_setumei { font-size:14px; text-align:left; line-height:1.5em;}

.after_care_left {width:85%; margin:auto auto 5% !important;}
.after_care_right {width:100%;margin:auto;}

.after01 { margin:10px auto 5%;}

.after01 li { text-align:left;margin-bottom:10px;font-size:18px; line-height:1.6em; padding-left:1em; text-indent:-1em;font-weight:bold;}

.after01  li:before {counter-increment: list;
    color: #dd6673;
    content: '\f046';
    font-family: 'FontAwesome';
    margin: auto 5px 2px 0px;
}

.after_care_right img {width:100%; margin:1% auto 5% !important;}
.after_care_right .after01 img {width:100%; text-align:left !important; margin:auto !important;}



.renta_top {background:url(../images/aircon_bg_sp.png) no-repeat; background-size:cover;margin-top:-2% auto 0; min-height:230px;}
.renta_top .main_wrap { max-width:950px;margin:auto; text-align:center;}
.renta_top .main_wrap p {text-align:left; font-size:14px;line-height:1.7em; padding:2% 5% 4%; display:inline-block;  text-shadow    : 
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;}



.aircon_ttl { width:100%; margin:2% auto 5%; text-align:center;}

.aircon_ttl h3 span { font-size:28px; color:#ffff00; padding-right:0.2em;}
.aircon_ttl h3 {

  margin: 0;
  padding: .3em 20px;
  line-height:55px;
  font-size: 22px;
  color: white;
  font-weight:600;
  background: #f29600;
}

.ribbon22 {
  display: inline-block;
  position: relative;
  height:55px;
  text-align: center;
  box-sizing: border-box;
  -webkit-transform: rotate(-10deg) skew(-17deg,4deg);
  transform: rotate(-10deg) skew(-17deg,4deg);
}
.ribbon22:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 50px;
  background: #ce403d;
  bottom: -7px;
  left: -15px;
  z-index: -2;
}

.ribbon22:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 50px;
  background: #ce403d;
  bottom: -10px;
  right: -25px;
  z-index: -2;
}

.ribbon22 h3 span { font-size:28px; color:#ffff00; padding-right:0.2em;}
.ribbon22 h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height:55px;
  font-size: 22px;
  color: white;
  font-weight:600;
  background: #ea403d;
}
.ribbon22 h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 7px transparent;
  border-right: solid 25px #90403d;
}
.ribbon22 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #90403d;
}



.main_wrap .ryoukin li { text-align:center;margin:0 auto;width:95%; vertical-align:middle;}

.ryoukin_ttl { text-align:center;font-size:18px; font-weight:bold; margin-bottom:0.5%;}



table.type100 {
	width:100%;
	font-size:14px;
	border-collapse: collapse;
	line-height: 1.5;
	border-left: 2px solid #ccc;
	background-color:#fff;
}

table.type100 td {
	padding: 12.5px 5px;
	vertical-align: middle;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	text-align:center;
}

table.type100 thead th {
	padding:11px 5px;
	font-size: 16px;
	text-align:center;
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom:2px solid #ccc;
	color:#fff;
	background: #00913a;
}

.box { width:95%; margin:.5% auto;}
.box dl {font-size: 14px;padding: 0.2em 0;}
.box .jigyou {margin-bottom:6em;}

.box dt {
	width: 23%;
	float: left;
	text-align: center;
	background-color: #EFEFEF;
	padding-top: 5px;
	padding-bottom: 5px;
}
.box dd {width:72%;float:left; text-align:left;padding-left:5%;	padding-top: 5px; border-top:none;}



table.type12 {
	width: 100%;
	font-size: 16px;
	border-collapse: collapse;
	text-align: center;
	line-height: 1.5;
	border: 1px solid #ccc;
	margin:3% auto 8% !important;
}


table.type12 tbody th {
	width: 40%;
	padding: 10px 2em;
	text-align:left;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.type12 tbody tr .first {
	width:12%;
	padding: 15px 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.type12 tbody tr .second {
	width: 32%;
	padding: 15px 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

.type12 tbody tr .second span { font-size:12px; display:block;}

table.type12 thead th {
	padding: 10px;
	font-size: 18px;
	text-align:center;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
}

table.type12 thead th:last-child { border-right:none;}

.type12 tbody tr th span { font-size:14px;}



table.type13 {
	width: 100%;
	font-size: 16px;
	border-collapse: collapse;
	text-align: center;
	line-height: 1.5;
	border: 1px solid #ccc;
	margin:3% auto 8% !important;
}


table.type13 tbody th {
	width:20%;
	padding: 10px 2em;
	text-align:left;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.type13 tbody tr .first {
	width:12%;
	padding: 15px 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.type13 tbody tr .third {
	width:10%;
	padding: 15px 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.type13 tbody tr .second {
	width:17%;
	padding: 15px 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.type13 tbody tr .second span { font-size:12px; display:block;}

table.type13 thead th {
	padding: 10px;
	font-size: 18px;
	text-align:center;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
}

table.type13 thead th:last-child { border-right:none;}


.type13 tbody tr .second.rightUp {
  background:#dbdcdc;
}



table.type14 {
	width: 100%;
	font-size: 16px;
	border-collapse: collapse;
	text-align: center;
	line-height: 1.5;
	border: 1px solid #ccc;
	margin:3% auto 8% !important;
}


table.type14 tbody th {
	width:15%;
	padding: 10px 2em;
	text-align:left;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.type14 tbody tr .first {
	width:18%;
	padding: 15px 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.type14 tbody tr .third {
	width:10%;
	padding: 15px 10px;
	vertical-align: middle;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.type14 tbody tr .second {
	width:15%;
	padding: 15px 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.type14 tbody tr .second span { font-size:12px; display:block;}

table.type14 thead th {
	padding: 10px;
	font-size: 18px;
	text-align:center;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
}

table.type14 thead th:last-child { border-right:none;}

.type14 tbody tr .rightUp {
  background:#dbdcdc;
}


.company_area {max-width:1024px; margin:3% auto 0; padding:2% 2% 6%;}

.denwa p { font-size:14px; text-align:center;}
.denwa img {margin-bottom:2%;}
.otoiawase {width:80%; margin:6% auto 8% !important; text-align:center;}
.otoiawase .mail {width:65% !important; text-align:center;}


#korokoro { 
  animation: korokoro 2.5s linear 0s 1; 
}

.footer_01 {margin-top:-5%; padding:0 2%;}


#main .main_wrap .point { width:100%; margin:2% auto ;}
#main .main_wrap .point li { width:95% !important;vertical-align:top; padding-bottom:3%;margin:auto auto 6%; border-bottom:6px solid #dbdcdc;}
#main .main_wrap .point li p span { font-size:16px; font-weight:600; color:#ff3d00;}
#main .main_wrap .point li:last-child { margin-right:0;}
#main .main_wrap .point li img { margin-top:3%; margin-bottom:5%;}
#main .main_wrap .point li h2 { text-align:left;counter-increment: titleNum; font-size:18px; margin:0 0 4%; padding:0 2%;}
#main .main_wrap .point li h2.cp_h1title {

	padding: .1em .3em .1em;
}
#main .main_wrap .point li h2.cp_h1title::before {

	content: counter(titleNum);
	color: #fff;
	font-size: .9em;
	text-align: center;
	top: calc(50% - 0.75em);
	left: 0;
	margin-right:.5em;
	padding:0.05em .4em;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	background-color: #f29600;
	border-radius: 20%;
}


#main .main_wrap .point li p { font-size:14px; line-height:1.6em; padding:0 2%;}

.omakase01 {margin:-3% auto 2% !important; text-align:center;}
.omakase01 h3 { display:inline-block;color:#fff;text-align:center; font-weight:600; font-size:23px; padding:.4em .8em;line-height:1.4em !important; margin:1% auto; background-color: #00913a;}
.omakase01  p {font-size:18px; padding:.4em .8em;}
.omakase01 .triangle{
  width: 0;
  height: 0;
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  border-top: 30px solid #00913a;
  margin:auto;
}

.omakase01 .triangle02{
  width: 0;
  height: 0;
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  border-top: 30px solid #888888;
  margin:auto;
}
.omakase01  p.line {font-size:15px; line-height:1.6em;padding:.4em .8em .1em;}

.omakase01  p img { margin:auto auto 8% !important; text-align:center;}

.zisseki { margin:2% auto 6% !important; text-align:center; vertical-align:top !important;}
.zisseki li {vertical-align:top !important;background-color:#fff;width:43% !important; float:left;margin-right:2%;padding:1% 1.5% 1.5%; margin-bottom:2%; border:3px solid #2ca6e0;}
.zisseki li:nth-child(2){ margin-right:0%; }
.zisseki li img { margin-top:3%; margin-bottom:3%;}
.zisseki li h2 { border:none;color:#f29600;text-align:center; font-weight:600; font-size:26px; margin:3% 0%; padding:0 2%;}
.zisseki li h4 {text-align:center; font-weight:600; font-size:15px; margin:1% 0% 3% !important; padding:.4em 0.2em;}

.zisseki li p { text-align:left;font-size:14px; line-height:1.6em; padding:1% 2% 0;}


#lp_mainimg .top_copy02 {width:50% !important; margin:auto !important; max-width:540px; padding:5% 0;}
#lp_mainimg .copy_wrap02 { max-height:250px;margin:7% auto 0 !important;background:url(../images/mitumori_back.jpg) no-repeat center;background-size: cover !important;}


@keyframes korokoro { 
  0%   { transform: translate(0%, 0%); } 
  5%   { transform: translate(10%, 0%) rotate(10deg); } 
  25%  { transform: translate(20%, 0%) rotate(20deg); } 
  30%  { transform: translate(-10%, 0%) rotate(-10deg); } 
  35%  { transform: translate(-15%, 0%) rotate(-15deg); } 
  45%  { transform: translate(10%, 0%) rotate(10deg); } 
  50%  { transform: translate(15%, 0%) rotate(15deg); } 
  60%  { transform: translate(-5%, 0%) rotate(-5deg); } 
  65%  { transform: translate(-7%, 0%) rotate(-7deg); } 
  75%  { transform: translate(0%, 0%) rotate(0deg); } 
  100% { transform: translate(0%, 0%) rotate(0deg); } 
} 



@media screen and (min-width:380px) {
.mainimg_pict {position:absolute;left:76%;top:21%; width:40%;}
#lp_mainimg .copy_wrap { height:350px;}

.balloon2 p.air01 { font-size:24px;}


.ribbon22 h3 span { font-size:30px;}
.ribbon22 h3 { font-size:24px;}

.onayami { font-size:24px;}

}


@media screen and (min-width:480px) {
.mainimg_pict {position:absolute;left:73%;top:23%; width:36%;}
.mainimg_pict img {width:60%;}


#lp_mainimg .copy_wrap { height:400px;}



.after_care_left {width:70%; margin:auto;}
.after_care_right {width:100%;margin:auto;}

.otoiawase {margin:4% auto 6% !important;}

.box .jigyou {margin-bottom:4em;}

.zisseki li h4 {margin:1% 0% 3% !important;}


}


@media screen and (min-width:568px) {

.drawer-hamburger {padding:15px 10px 20px;}

.baner_bottom #yoyaku_sp .sp_smo {width:50%; text-align:center; margin:0 auto 13px; }
.yoyaku_sp {padding: 3% 10px;width: 100%; color: #fff;font-size: 20px;background: #dc3b64;}

.page #main h2 {font-size:24px;margin-bottom:15px;}
.page #main h2 span {display: inline-block;margin:0 0 0 10px;}
.form { width:93%; margin:5px auto; padding:6px 5px;}



.footer_area .contact {width: 80%;text-align: left;float: right;  margin-top:3%;}
#lp_mainimg .copy_wrap { height:480px;}

.sub_top_ttl {position: absolute; right: 2%;top:14%;}


.mainimg_pict {position:absolute;left:76%;top:26%; width:30%;}
.mainimg_pict img {width:60%;}



.balloon2 p.air01 {font-size:30px; }

 
.onayami {font-size:30px; }



table.type12 {margin-left:1%; width:97%;}


.otoiawase .mail {width:50% !important;}

.ribbon22 h3 span { font-size:38px;}
.ribbon22 h3 { font-size:30px;}

.aircon_ttl h3 span { font-size:38px;}
.aircon_ttl { font-size:30px;}



}

@media screen and (min-width:650px) {
.tel_yoyaku {margin-top:0;}


.sub_top_ttl {position: absolute; right: 4%;top:15%;}

#lp_mainimg .copy_wrap { height:550px;}
.mainimg_pict {position:absolute;left:73%;top:27%;}
.mainimg_pict img {width:57%;}


.box .jigyou {margin-bottom:2em;}

#main .main_wrap .point li { width:48% !important; display:inline-block !important; min-height:620px;}
#main .main_wrap .point li:nth-child(odd){margin-right:3%; }


.omakase01 h3 {  font-size:34px;}
.omakase01  p {font-size:20px;}
.omakase01  p.line {font-size:17px;}


}

@media screen and (min-width:700px) {
.mainimg_pict {position:absolute;left:76%;top:30%; width:32%;}
#lp_mainimg .copy_wrap { height:620px;}



}
@media screen and (min-width:768px) {
.pc {display:block;}
.sp {display:none;}
#pc {display:block;}
#sp {display:none;}


#header {padding:10px 0;position: absolute;z-index: 10;}
#header .logo {float: left;padding-left: 3%;width: 180px;}
#header .contact {display:block;float:right;width:90px;margin:0;padding: 4px 1% 0 0; }
#header .contact2 {display:block;float:right;width:27%;margin:0;padding: 4px 1% 0 0;}
.logo_mini_01 img { width:95%; }
.logo_mini {float:left;width:45%;margin:5px;}
.logo_mini img { margin:5% 5px;}

#header .contact3 {display:block;float:right;width:44%;margin:0;padding: 0 1% 0 0; vertical-align:middle;}
.lp_mini01 {float:left;width:57%;margin:5px 8px; }
.lp_mini02 {float:left;width:35%;margin:5px;}


#lp_mainimg .copy_wrap { height:700px;background:url(../images/aircon_main03.png) no-repeat center;background-size: cover !important;}

#mainimg .copy {width:45%;position: absolute;top:43%;left:32%;z-index: 10;}

.renta_top {background:url(../images/aircon_bg.png) no-repeat; background-size:cover;}

#header .logo02 {float: left;padding-left: 3%;width: 130px;}
#header .logo03 {float: left;padding-left: 2%;width: 320px; margin-bottom:0;}


#mainimg {position:relative;}


#lp_mainimg {position:relative;}
#lp_mainimg img {padding-top:7%;}

.mainimg_pict {position:absolute;left:78%;top:33%; width:33%;}
.mainimg_pict img {width:54%;}


.contents_menu li:last-child a {border-bottom:none;}


.company_name img { width:45%; text-align:center; margin:1% auto 0;}


.slide {width: 100%;padding-top:45% !important;margin:3% auto 0;}


.message {width:85%; margin: 3% auto 0;padding-bottom:7%;}
.leftbox {width:48%; float:left;margin-top:0;margin-right:3%;}
.rightbox {width:45%; float:left;font-size:14px;margin-top:.5%;padding:1em 0 1em 1em; line-height:1.8em;}




.box dl {font-size: 16px;padding: 0.2em 0;}
.company_area { padding:0 2% 4%;}

.ribbon7-2 { display: block;width:93%;margin:auto;position: relative;padding:25px; font-size: 25px;}
.renta_top_list li {float:left;width:46.5%; margin:5px 8px; border:3px solid #009fa5;background:#fff; border-radius:8px;}




.renta_top .main_wrap p {font-size:16px;}


.balloon2 p.air01 {font-size: 40px; line-height:1.3em;}

.onayami {font-size: 40px; line-height:1.3em;}





.after_care {width:95%;padding:1% 0.5%; margin:auto;}

.after_care_left {width:48%; float:left;margin:auto auto 5% !important;}
.after_care_right {width:48%; float:left; margin-left:2%;}
.after_care_right img {margin:0 auto 5% !important;}
.after01 { margin-top:3px;}

.after01 li { margin-bottom:5px;font-size:18px; line-height:1.3em; padding-left:1em; text-indent:-1em;font-weight:bold;}

.after01  li:before {counter-increment: list;
    color: #dd6673;
    content: '\f046';
    font-family: 'FontAwesome';
    margin: auto 5px 2px 0px;
}

.after_care_right img {width:100%; margin-top:3% ;}



.ryoukin_ttl { text-indent:.5em; text-align:left;}
.main_wrap .ryoukin li {width:47.5%; float:left; margin:auto 1%;}



.otoiawase {width:90%;}
.denwa { padding-left:2%;width:50% !important;}
.otoiawase .mail { padding-left:3%; padding-top:1%;width:35% !important;}
.denwa p { font-size:16px; text-align:left;}

.balloon2 p.air01:before {width:160px;height:25px;}

#main .main_wrap .point li h2 {font-size:22px;}

.omakase01 h3 {  font-size:38px;}
.omakase01  p {font-size:22px;}
.omakase01  p.kine {font-size:19px;}

#lp_mainimg .top_copy02 {padding:2.5% 0 4%;}

#gnavi {padding-top:3.5%;}

.zisseki li { width:29% !important; margin-right:2%;display:inline-block !important;}
.zisseki li { padding:2% 1%;}
.zisseki li:nth-child(2){ margin-right:2%; }
.zisseki li:last-child {margin-right:0%;}
}


@media screen and (min-width:830px) {
.sub_top_ttl {position: absolute; right:17%;top: 5%;}
.sub_top_ttl img{ margin:auto;width:30%;}
#profile_box {width:95%; margin:3% auto;}

#header .contact3 {display:block;float:right;width:40%;margin:0;padding: 0 1% 0 0; vertical-align:middle;}

	}


@media screen and (min-width:900px) {
#header {padding:10px 0 12px;}
#header .logo {width: 200px;}
#header .contact {width:100px;padding: 4px 1% 0 0;}

#header .logo02 {width: 150px;}
#header .logo03 {float: left;padding-left: 2%;width: 360px;}

#lp_mainimg .copy_wrap { height:800px;}

.mainimg_pict {position:absolute;left:77%;top:32%; width:40%;}
.mainimg_pict img {width:45%;}

.footer_area .contact {width: 45%;text-align: left;float: right;  margin-top:-8%;}

.tel_nomber {font-size:30px; color:#00589c; padding:5px; margin:5px; font-weight:bolder;}
#yoyaku  .tel_yoyaku h8 {display:block; background: #00589c; border-radius:5px;color:#fff; margin:5px;padding:5px; font-size:20px; }
.mail_address {font-size:28px; color:#00589c; padding:5px; margin:10px 5px 5px; font-weight:bolder;}
.form { width:90%; margin:6px auto;padding:5px;}

#gnavi li img {width:75%; margin:auto;}
#profile_box {width:85%; margin:3% auto;}


.renta_top_list li {float:left;width:47%; margin:5px 8px; border:3px solid #009fa5;background:#fff; border-radius:8px;}




.renta_top .main_wrap p { padding-bottom:4%;}


.after_care {width:96%;padding:1% auto 2%; margin:auto;}

.after_care_left {width:38%; float:left;}
.after_care_right {width:58%; float:left; margin-left:2%;}

.after01 { margin-top:10px;}
.after01 li { margin-bottom:10px;font-size:18px; line-height:1.6em; padding-left:1em; text-indent:-1em;font-weight:bold;}

.after01  li:before {counter-increment: list;
    color: #dd6673;
    content: '\f046';
    font-family: 'FontAwesome';
    margin: auto 5px 2px 0px;
}

.after_care_right img {width:100%; margin-top:5% ;}


.pcbig {display:block;}
.pcsmo {display:none;}

.ribbon22 h3 span { font-size:43px;}
.ribbon22 h3 { font-size:35px;}

.balloon2 p.air01:before {width:200px;height:31px;}

#main .main_wrap .point li h2 {font-size:24px;}

.aircon_ttl h3 span { font-size:43px;}
.aircon_ttl h3 { font-size:35px;}

#gnavi .menu-container .menu ul a .menu_contents {
    padding: 2% 3%;}

}


@media screen and (min-width:1025px) {
#header {padding:10px 0 16px;}
#header .logo {width: 250px;position: absolute;top: 10px;left: 0;}
#header .contact {width: 110px;padding: 4px 1% 0 0;}
#header .contact2 {display:block;float:right;width:22%;margin:0;padding: 4px 1% 0 0;}

#header .logo03 {float: left; margin-top:.5%;padding-left: 2%;width: 380px;}
	
#header_sub {padding: 0;height:90px;}
#header_sub .logo {width: 350px;position: absolute;top: 12px;left: 0;}
#header_sub .contact {width: 140px;padding: 25px 3% 0 0;}

#header .logo02 {width: 180px;position: absolute;top: 10px;left: 0;}

#mainimg .copy_wrap {max-width:1080px;margin:0 auto;}
#mainimg .copy {width:40%;top:43%;left:33%;}


.baner_bottom #yoyaku {max-width:1024px;margin:0 auto;}
.tel_nomber {font-size:32px; color:#00589c; padding:5px; margin:5px; font-weight:bolder;}
.form { width:90%; margin:5px auto;padding:5px;}


#lp_mainimg .copy_wrap {height:900px;}


.mainimg_pict {position:absolute;left:75%;top:33%; width:42%;}
.mainimg_pict img {width:40%;}

#main {}
.main_wrap {max-width:1024px;margin:0 auto;padding: 30px 3%;}

.main_wrap .info {padding: 2% 0;}


#footer {height:350px;}
.footer_area {padding: 10px 0 20px;max-width: 1024px;}
.footer_bunner ul {text-align:center; max-width:1024px; margin:auto;}
.footer_area .contact {width: 37%;text-align: left;float: right;  margin-top:-8%;}


.ribbon7-2 { display: block;width:90%;margin:auto;position: relative;font-size:30px;}


.moji_big {font-size:26px;}
.moji_big span {font-size:20px;}






.after_care .aicon_setumei { font-size:16px;}
.after_care_right .after01 img {width:80%; text-align:left !important; margin:0 !important;}

.omakase01 h3 {  font-size:40px;}
.omakase01  p {font-size:26px;}
.omakase01  p.line {font-size:23px;}


.zisseki li h4 {font-size:20px;}


}


@media screen and (min-width:1200px) {
#gnavi {padding-top:2.5%;}
.sub_top_ttl {position: absolute; right: 26%;top: 16%;}
#header .contact2 {display:block;float:right;width:19%;margin:0;padding: 4px 1% 0 0;}

#lp_mainimg img {width:100%; padding-top:5%;}

.mainimg_pict {top: 36%;left:75%;width:16%;}
.mainimg_pict img {width:90%;}

#header .logo03 {float: left; margin-top:.5%;padding-left: 2%;width: 400px;}


#lp_mainimg .top_copy02 { width:36% !important;}
}

@media screen and (min-width:1400px) {
#gnavi .menu-container .menu ul .feke {padding: 1% .5% 1.4%;}

#lp_mainimg .copy_wrap {height:930px; margin:2% auto 0 !important;}


#lp_mainimg .top_copy02 { width:24% !important; padding:3% 0;}

#lp_mainimg .copy_wrap02 {margin:6% auto 0 !important;}
}

@media screen and (min-width:1600px) {
#header {padding:10px 0 18px;}


#gnavi { padding-top:2.5%;}

#header .contact2 {display:block;float:right;width:14%;margin:0;padding: 4px 1% 0 0;}

#header .contact3 {display:block;float:right;width:24%;margin:0;padding: 0 1% 0 0;}
#header .logo03 {float: left; margin-top:.3%;padding-left: 2%;width: 420px;}


.mainimg_pict {top:28%;left:65%!important;width:14%;}

}
	
@media screen and (min-width:1800px) {

.mainimg_pict {top:30%;left:73%;width: 13%;}

}

@media only screen
    and (min-device-width:768px)
    and (max-device-width:1334px) {
#gnavi ul ul {display:none;}
}



@media screen and (max-width:800px) {
#gnavi .menu-container .menu ul a .menu_contents { font-size:16px !important;
}

}





h7 {
	color: #11833b;
	font-size: 18px;
	position: relative;
	border-bottom: 2px solid #11833b;

	margin: 0 0 6% 2%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 28px;
}
    h7:before, h7:after{
        content: "";
        position: absolute;
        margin: auto;
    }
    h7:before{
        width: 12px;
        height: 12px;
        top: 0;
        left: 14px;
        background: #11833b;
        transform: rotate(50deg);
    }
    h7:after{
        width: 8px;
        height: 8px;
        top: 18px;
        left: 6px;
        background: #77b86d;
        transform: rotate(20deg);
    }



/* toiawase */
#toiawase {padding:0 5%;}
/* --- フォームエリア --- */
form.contact {
width: 100%; /* フォームエリアの幅 */
font-size: 14px;
}
/* --- フォームエリア内の段落 --- */
form.contact p {
line-height: 130%;
}

/* --- 部品グループ --- */
form.contact div.fields {
margin-bottom: 20px; /* 部品グループの下マージン */
padding: 4px; /* 部品グループのパディング */
background-color: #f9f9f9; /* 部品グループの背景色 */
border: 1px #c0c0c0 solid; /* 部品グループの境界線 */
}

/* --- テーブル --- */
form.contact table {
width: 100% !important; /* テーブルの幅 */

}
/* --- キャプション --- */
form.contact caption {
margin-bottom: 4px; /* キャプションの下マージン */
padding: 10px 8px; /* キャプションのパディング（上下、左右） */
background: #f9f9f9 ; /* キャプションの背景 */
border: 1px solid; /* キャプションの境界線 */
border-color: #c0c0c0 #999999 #999999 #c0c0c0; /* キャプションの境界線色（上右下左） */
text-align: left;
color: #808080; /* キャプションの文字色 */
}
/* --- 見出しセル（th） --- */
form.contact th {
width:18%; /* 見出しセルの幅 */
padding: 10px 8px; /* 見出しセルのパディング（上下、左右） */
background-color: #f5f5f5; /* 見出しセルの背景色 */
border-bottom: 1px #c0c0c0 dotted; /* 見出しセルの下境界線 */
text-align: left;
line-height: 130%;
font-size:14px;
font-weight: normal;

}
/* --- 見出しセル内の補足テキスト --- */
form.contact th span.supplement {
font-weight: normal;
}
/* --- データセル（td） --- */
form.contact td {
padding: 13px 5px; /* データセルのパディング（上、左右、下） */
background-color: #ffffff; /* データセルの背景色 */
border-bottom: 1px #c0c0c0 dotted; /* データセルの下境界線 */
color: #808080;
line-height:1.6em;

}
/* --- データセル内の補足テキスト --- */
form.contact td span.supplement {
color: #808080;
font-size:13px;
}
/* --- 必須項目セル --- */
form.contact td.required {
width: 28px; /* 必須項目セルの幅 */
padding: 10px 3px; /* 必須項目セルのパディング（上下、左右） */
background-color: #c4e6fa; /* 必須項目セルの背景色 */
text-align: center;
color: #808080;
font-size:13px;
}
/* --- 任意項目セル --- */
form.contact td.arbitrary {
width: 28px; /* 必須項目セルの幅 */
padding: 10px 3px; /* 必須項目セルのパディング（上下、左右） */
background-color: #e0f1fc; /* 任意項目セルの背景色 */
font-size:14px;
}

/* --- フォーム部品 --- */
form.contact input,
form.contact select,
form.contact textarea {
margin-bottom: 2px; /* フォーム部品の下マージン */
}
/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
#company, #section, #name, #furigana,
#email, #address, #tel {
width: 80%; /* フォーム部品の幅 */
}
#other04 {
width: 60%; /* フォーム部品の幅 */
}
/* --- （短めのテキスト入力欄） --- */
#tel1, #tel2, #tel3 {
width: 80%; /* フォーム部品の幅 */
}



/* --- （複数行のテキスト入力欄） --- */
#message {
width: 80%; /* フォーム部品の幅 */
height: 10em; /* フォーム部品の高さ */
}
#remark {
width: 80%; /* フォーム部品の幅 */
height: 10em; /* フォーム部品の高さ */
}

/* --- ボタン --- */
form.contact p.button {
margin: 0;
text-align: center;
}


@media screen and (max-width: 640px) {
form.contact th {display: block;width:96%;}
form.contact td {display: block;width:98%;}
form.contact td.required {padding: 13px 5px; float:left;margin-right:1em;}
form.contact td.arbitrary { width:0px;padding: 13px 5px !important; float:left !important;margin-right:1em;background-color: #fff; border-bottom:none;}
}
/*メールフォームバルーン*/
div.baloon {
   font-size: 12px;
   color: #900;
   position: absolute;
   padding-left: 5px;
   background: url(../images/baloon.gif) no-repeat top left;
   z-index: 1;
}

div.baloon a {
   color: blue;
   text-decoration: none;
   padding: 2px;
   margin-right: 2px;
}

div.baloon a:hover {
   background-color: #eef;
}

div.baloon div {
   background: url(../images/baloon_right.gif) no-repeat top right;
   padding: 7px 7px 14px 0;
   white-space: nowrap;
}


.top_text2  {font-size:16px;text-align:center; line-height:1.8em; margin:6% auto -2%; padding:0 5%; font-weight:bold;}
.attention {font-size:15px;padding-left:.5em;}





/* for table */
#form-tbl {
	margin-left: 1.5em;;
}
#form {
	border-collapse: collapse;
	margin: 1em 0;
	 width: 90%;
	 font-size:14px;
}
#form th, #form td {
	border: 1px solid #666;
	padding: 8px;

}
#form th {
	white-space: nowrap;
	background: #e8e8e8;
	width: 25%;
}
#form td {
	background: #fff;
	width: 70%;
}
p.btn input {
	width: 110px;
	height: 42px;
}


/* for message */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* for back-button */
form.back {
	margin-top: 2em;
}

/* スマホ用 */
@media only screen and (max-width: 480px) {

	
	/* 投稿フォーム */
	#form-tbl { margin: 0 auto; text-align: center; }
	#form { width: 96%; margin: 10px auto; }
    #form th, #form td {
    	text-align: left;
		width: 100%;
        display: block;
        padding: 6px 3px;
        border-top: none;
		min-height:30px;
		font-size:12px;
    }
    #form tr:first-child th	{ border-top: 1px solid #666; }
    p.btn input { width: 10em; }
    

	
	/* サンクス */
	p.msg { margin: 1em auto; }
}




	

/* ページTOPボタン */

.pagetop {
    display: none;
    position: fixed;
    bottom:23%;
    right: 15px;
 z-index:99999 !important;}
 
.pagetop a {
	display: inline-block;
	text-decoration: none;
	background:#00913a;
	width: 75px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	transition: .4s;
}

 .pagetop a img { width:80%; margin:auto; padding:10% 5%;}
.pagetop a:hover {
    background: #f29600;
}
 .pagetop a img:hover { opacity:7;}
 
 

#wrap {overflow-x:hidden !important;}


