@charset "UTF-8";
/* リセット
=============================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input, textarea, {
 margin: 0;
 padding: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
a:focus {
  outline: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* 基本設定
=============================================== */

* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-size: 62.5%;
}
body {
  color: #420800;
  /* -webkit-text-size-adjust: none; */
  height: 100%;
  margin: 0;
  padding: 0;
  /* font: 14px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
}
p {
  margin-bottom: 1em;
}
img {
  vertical-align: bottom;
}
a {
  color: #003399;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #222;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#form{
 background:#F8F2E4;
}
#form #container {
  width: 860px;
  margin: 0 auto;
}

/* メインビジュアル
=============================================== */

#mainVisual {
  background: #A7D6F2 url(../images/install/mainvisual_bg.jpg) center top;
}
#mainVisual .inner {
  position:relative;
  width:1000px;
  height: 600px;
  margin: 0 auto;
}
#mainVisual h1 {
  position: absolute;
  top: 30px;
  left: 0;
}
#mainVisual .feature {
  position: absolute;
  top: 400px;
  left: 0;
}
#mainVisual .model {
  position: absolute;
  right: -50px;
  bottom: 0;
}
#mainVisual .copy {
  position: absolute;
  top: 30px;
  left: 500px;
}

/* イントロ
=============================================== */

#intro {
  background: #f8f8f8 url(../images/install/intro_bg.png);
}
#intro .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0px 60px;
}
#intro h2 {
  text-align: center;
  color: #ff6600;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: bold;
}
#intro ol {
  margin-left:160px;
}
#intro li {
  float:left;
}
#intro li+li {
  margin-left:10px;
}
#intro li span {
  display: table-cell;
  background: #FFF;
  text-align: center;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  font-size: 19px;
  vertical-align: middle;
  border: 2px solid #92C400;
  font-weight: bold;
}
#intro li.odd {
  margin-top:40px;
}
#intro .model {
  position: absolute;
  left: -80px;
  bottom: 0;
}
#intro .arw {
  background: url(../images/install/intro_arw.png) center top;
  height:40px;
}

/* 解決します
=============================================== */

#solution {
  background: #f8f2e4;
}
#solution .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0px 100px;
}
#solution h2 {
  text-align: center;
  font-size: 60px;
  margin-bottom: 40px;
  text-shadow: 0px  3px 0 #fff,-3px -3px 0 #fff, 3px -3px 0 #fff, 3px 3px 0 #fff, -3px 0px 0 #fff;
  color: #ff6600;
}
#solution h3 {
  color: #92c401;
  font-size: 32px;
  margin-bottom: 20px;
}
#solution p {
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
}
#solution .text {
  margin-left:520px;
  bottom: 0;
}
#solution .electronics {
  position: absolute;
  left: 0px;
  bottom: 40px;
}

/* サービス内容
=============================================== */

#service {
  background: #fff;
}
#service .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0px;
}
#service .purchase {
  margin-top:80px;
}
#service h2 {
  font-size: 30px;
  margin-bottom: 40px;
}
#service .install h2 {
  color: #4bb0b9;
}
#service .purchase h2 {
  color: #ee455f;
}
#service h2 span {
  font-size: 22px;
  color: #420800;
}
#service li {
  width: 290px;
  float: left;
  background: #f8f2e4;
  padding: 5px;
  position: relative;
  border: 1px solid #ebedea;
  margin-bottom: 40px;
  margin-right:65px;
}
#service li:last-child,
#service li:nth-child(3n) {
  margin-right:0;
}
#service .text {
  padding: 1em 1em 0em;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  min-height: 7em;
}
#service em {
  background: #4bb0b9;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 15px;
  line-height: 40px;
}
#service .purchase em {
  background: #ee455f;
}
#service li:after {
  content: url(../images/install/service_step_arw.png);
  position: absolute;
  right:-65px;
  top:100px;
}
#service li:last-child:after,
#service li:nth-child(3n):after {
  display: none;
}
#service .details {
  padding: 20px 0;
  border: 1px solid #dfdfdf;
  font-size: 16px;
}
#service .details h3 {
  display: table-cell;
  margin: 0;
  border-right: 1px solid #dfdfdf;
  padding: 15px 30px;
  color: #92c400;
  vertical-align: middle;
}
#service .details p {
  display:table-cell;
  margin:0;
  padding: 15px 30px; 
  vertical-align: middle;
}

/* イントロ
=============================================== */

#reason {
  background: #F8F2E4;
}
#reason .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0px;
}
#reason h2 {
  text-align: center;
  color: #ff6600;
  font-size: 30px;
  margin-bottom: 60px;
  font-weight: bold;
}
#reason ol {
}
#reason li {
  float: left;
  width: 300px;
  position:relative;
}
#reason li .badge {
  background: #92c401;
  text-align: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: -5px;
  top: -10px;
  padding-top:15px;
  line-height:1.3;
}
#reason li .badge span {
  font-size: 12px;
  font-weight: normal;
  display:block;
}
#reason li+li {
  margin-left:50px;
}
#reason li figure {
  text-align:center;
  margin-bottom:40px;
}
#reason li figure img {

}
#reason li h3 {
  border-top: 3px solid #a18c96;
  border-bottom: 1px solid #a18c96;
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
  color: #ff6600;
  margin-bottom: 30px;
}
#reason li p {
  font-size: 18px;
  margin: 0px;
}

/* 価格表
=============================================== */

#price {
}
#price .inner {
  position: relative;
  width: 860px;
  margin: 0 auto;
  padding: 100px 0px;
}
#price h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 60px;
  font-weight: bold;
}
#price h2 small {
  font-size: .6em;
}

#price h3 {
  color: #4bb0b9;
  font-size: 24px;
  margin-bottom: 60px;
  font-weight: bold;
  background: #f8f8f8;
  border-left: 3px solid #4bb0b9;
  padding: 10px 20px;
}
#price h4 {
  color: #FFFFFF;
  font-size: 18px;
  background: #9C9C9C;
  padding: 10px 20px;
  margin: 60px 0px 30px;
}
#price h3.purchase {
  color: #ee455f;
  border-left: 3px solid #ee455f;
  margin-top:80px;
}


#price p.outline {
  font-size: 20px;
  margin-bottom: 30px;
}

.priceList {
  border-collapse: collapse;
  background: #FFF;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}
.priceList th{
  padding: 30px 20px;
  background: #f7f5f1;
  width: 240px;
  text-align: center;
  border: 1px solid #cccccc;
  vertical-align:middle;
}
.priceList td{
	padding: 30px 20px;
	border: 1px solid #cccccc;
}
.priceList td em {
  font-size: 32px;
}
.priceList .alc {
  text-align:center;
}
.priceList .sepL {
  border-right: 1px dotted #cccccc!important;
}
.priceList .sepR {
  border-left: none!important;
}

.tbl {
  border-collapse: collapse;
  background: #FFF;
  width: 100%;
  font-size: 15px;
}
.tbl th{
  padding:  15px 20px;
  background: #f7f5f1;
  text-align: center;
  border: 1px solid #cccccc;
  vertical-align:middle;
}
.tbl td{
	padding:  15px 20px;
	border: 1px solid #cccccc;
  vertical-align: middle;
}
.tbl .num {
  text-align:right;
  width:160px
}
.tbl small {
  font-size:12px;
}
.note{
  font-size:12px;
  margin-top:20px;
}

/* 店舗情報
=============================================== */

#shop {
  background: #D3EBFA;
}
#shop .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0px;
}
#shop h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 60px;
  font-weight: bold;
}
#shop .visual {
  margin-bottom: 60px;
}

#shop #shopInfo {
  background: #FFF;
  display: table;
}
#shop #details {
  display: table-cell;
  padding: 70px;
  font-size: 16px;
  width: 400px;
  vertical-align: top;
}
#shop #details h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
#shop #details h4 {
  font-size: 14px;
  padding: 3px 20px;
  border-radius: 20px;
  background: #92C401;
  color: #FFF;
  display: inline-block;
  margin: 40px 0 20px 0;
}
#shop #map {
  display: table-cell;
}
#shop #map_canvas {
  width: 600px;
  height: 800px;
}


/* お申し込み
=============================================== */

#contact {
  background: #f8f2e4;
}
#contact .inner {
  position: relative;
  width: 860px;
  margin: 0 auto;
  padding: 100px 0px;
}
#contact h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 60px;
  font-weight: bold;
}
#contact #raw {
  padding: 20px 0;
  font-size: 14px;
  background: #FFF;
  margin-bottom:40px;
}
#contact #raw h3 {
  display: table-cell;
  margin: 0;
  border-right: 1px solid #dfdfdf;
  padding: 15px 30px;
  vertical-align: middle;
}
#contact #raw p {
  display:table-cell;
  margin:0;
  padding: 15px 30px; 
  vertical-align: middle;
}

#contact #phone {
  padding: 20px 0;
  font-size: 14px;
  display: table;
  margin: 50px 0;
}
#contact #phone h3 {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  padding: 0 40px;
}
#contact #phone h3 span{
  display: block;
  font-size: 14px;
  font-weight: normal;
}
#contact #phone p {
  display:table-cell;
  font-size: 60px;
  vertical-align: middle;
  color: #92c401;
  line-height: 1;
}


/* フッター
=============================================== */
#gHeader {
  padding:20px 0;
}
#gFooter {
  text-align: center;
  font-size: 11px;
  padding: 30px;
}
/* 共通スタイル
=============================================== */

#container {
}
#contents {;
  margin: 0 auto;
  padding: 0;
}
#contents #lead h2 {
  margin: 20px 0 10px;
  font-size: 20px;
}
#contents #lead p {
  font-size: 14px;
  line-height: 1.8;
}
/* パンくずナビ
=============================================== */

#topicpath {
  text-align: right;
  font-size: 11px;
}
#topicpath li {
  display: inline-block;
}
#topicpath li + li:before {
  margin: 0 5px;
  content: ">";
  color: #CCC;
}
/* フォーム
=============================================== */

#formArea {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 80px 50px;
}
#formArea h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: bold;
}

#formArea dl {
  border-top: 1px solid #eee;
  margin-bottom: 40px;
}
#formArea dt {
  clear: both;
  float: left;
  width: 30%;
  padding: 20px 0;
  margin: 0;
}
#formArea dd {
  padding: 20px 0 20px 30%;
  margin: 0;
  border-bottom: 1px solid #eee;
}
#formArea dd:after {
  content: ".";
  clear: both;
  height: 0;
  overflow: hidden;
  display:inline-block;
}
.ws,
.wm,
.wl,
select {
  border: 1px solid #eee;
  margin: 2px 0;
  background: #FAFAFA;
  padding: 15px;
  border-radius: 1px;
}
.ws {
  width: 100px;
}
.wm {
  width: 300px;
}
.wl {
  width: 100%;
}
.error {
  margin-top: 5px;
  color: #FF0000;
}
.require {
  color: #FF0000;
  font-size: 10px;
  margin-left: 5px;
}
#consent {
  clear: both;
  text-align: center;
  margin: 40px 0 20px;
}
#submit {
  clear: both;
  text-align: center;

}
#submit input {
  border: none;
  padding: 15px 30px;
  text-decoration: none;
  background-color: #EE455F;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font: normal 15px "Lucida Grande", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, sans-serif, 'ＭＳ Ｐゴシック', "MS PGothic";
  -webkit-appearance: none;
  border-radius: 0;
}
#submit input:hover {
  background: #333;
}
#submit input.back {
  background: #B7B7B7;
}
#ssl {
  clear: both;
  text-align: center;
  margin: 0;
}
#message-container-input {
  margin: 0;
}
.addressArea {
  position: relative;
}
.addressArea p {
  margin: 0 0 10px 0;
}
#goHome {
  text-align: center;
}



/* スマートフォン用定義
=============================================== */

@media screen and (max-width: 640px) {
img {
  max-width: 100%!important;
}
#gHeader {
  z-index: 100000;
}
#gHeader #gHeadeInner {
  width: 100%;
}
#gHeader h1 {
  margin-left: 10px;
}
#gHeader h1 img {
  height: 60px;
}
#gHeader nav {
  display: none;
}

/* 共通
=============================================== */

#mainVisual .inner {
  width: 100%;
  padding: 20px;
  height: auto;
}

#mainVisual h1,
#mainVisual .feature {
  position: relative;
  top: auto;
  left: auto;
}
#mainVisual h1{
  margin-bottom:20px;
}
#mainVisual .copy,
#mainVisual .model {
  display: none;
}
#intro .inner {
  width: 100%;
  padding: 50px 20px;
}
#intro .model {
  display: none;
}
#intro ol {
    margin-left: 0;
    width:280px;
    margin: 0 auto;
}
#intro h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
#intro li span {
    display: table-cell;
    background: #FFF;
    text-align: center;
    height: 130px;
    width: 130px;
    font-size: 14px;
    vertical-align: middle;
    border: 2px solid #92C400;
    font-weight: bold;
}
#intro li {
    margin: 5px!important;
}
#solution .inner {
  width: 100%;
  padding: 50px 20px;
}
#solution h2 {
    font-size: 40px;
    margin-bottom: 30px;
}
#solution .text {
    margin: 0;
}
#solution .electronics {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 30px;
}
#solution p br,
#solution h3 br {
  display: none;
}
#service .inner {
  width: 100%;
  padding: 50px 20px;
}
#service h2 {
    margin-bottom: 30px;
    font-size: 24px;
}
#service h2 span {
  display: block;
  font-size: 16px;
}
#service li figure {
  text-align:center;
  background: #fff;
}
#service li {
    width: 100%;
    float: none;
    position: relative;
    margin-bottom: 20px;
    margin-right: 0;
}
#service li:after {
  display: none;
}
#service .text {
      padding: 1em;
    min-height: inherit;
}
#service .details {
    padding: 20px;
}
#service .details h3 {
  display: block;
  margin: 0 0 10px;
  border-right: none;
  padding: 0;
}
#service .details p {
    display: block;
    padding: 0;
    font-size: 14px;
}
#reason .inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
}
#reason h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
#reason li {
    float: none;
    width: 100%;
}
#reason li .badge {
  height: 60px;
  width: 60px;
  font-size: 20px;
  position: relative;
  left: auto;
  top: auto;
  padding-top: 12px;
  margin: 0 auto 10px;
}
#reason li figure {
  display:none;
}
#reason li+li {
    margin: 30px 0 0 0;
}
#price .inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
}
#price h2 {
    margin-bottom: 30px;
    font-size: 24px;
}
.priceList{
  border-bottom: 1px solid #cccccc;
}
.priceList th{
  padding: 15px;
  width: 100%;
  display: block;
  border-bottom: none;
}
.priceList td{
	padding: 15px;
  display: block;
  border-bottom: none;
}
.priceList .sepL {
  border-right: 1px solid #cccccc!important;
}
.priceList .sepR {
  border-left: 1px solid #cccccc!important;
}
.tbl {
  border-collapse: collapse;
  background: #FFF;
  width: 100%;
  font-size: 13px;
}
.tbl th{
  padding:  5px;
  background: #f7f5f1;
  text-align: center;
  border: 1px solid #cccccc;
  vertical-align:middle;
}
.tbl td{
	padding:  5px;
	border: 1px solid #cccccc;
  vertical-align: middle;
}
.tbl .num {
  width:auto;
}


#shop .inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
}
#shop h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
#shop .visual {
    margin-bottom: 0;
}
#shop #details {
    display: block;
    padding: 40px 20px;
    font-size: 16px;
    width: 100%;
}
#shop #details h4 {
    margin: 20px 0 20px 0;
}
#shop #map_canvas {
    width: 100%;
}
#shop #map_canvas {
    width: 100%;
    height:400px;
}
#shop #map_canvas img {
max-width:none!important;
height:auto;
}

#contact .inner {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
}
#contact h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
#contact #raw {
    padding: 20px;
}
#contact #raw h3 {
    display: block;
    border-right: none;
    padding: 0;
    margin-bottom: 20px;
}
#contact #raw p {
    display: block;
    padding: 0;
}

#contact #phone {
    padding: 0;
    display: block;
    margin: 40px 0;
}
#contact #phone h3 {
    display: block;
    border-right: none;
    padding: 0;
    margin-bottom: 20px;
}
#contact #phone p {
    font-size: 34px;
    display: block;
    padding: 0;
    text-align:center;
}

#contents #title h2 {
  font: normal 26px/1.4 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  margin: 0 0 20px;
}
#contents #title p {
  font-size: 14px;
}
#contents {
  width: 100%;
  padding: 30px 10px 0;
}


#form #container {
  width: 100%;
}
#formArea {
  padding: 40px 15px;
}
#formArea h3 {
     font-size: 20px;
    margin-bottom: 20px;
}
#formArea dt {
  clear: both;
  float: none;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0 10px 0;
}
#formArea dd {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #eee;
}
.ws {
  width: 35%;
  box-sizing: border-box;
}
.wm {
  width: 70%;
  box-sizing: border-box;
}
.wl {
  width: 100%;
  box-sizing: border-box;
}
#submit input {
  width: 100%;
  margin: 10px 0;
}
}























/*リニューアル設定*/
#l-header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 120px;
  z-index: 900;
}
@media screen and (max-width: 1239px) {
  #l-header {
    height: 80px;
    background: #fff;
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  #l-header {
    height: 60px;
  }
}

.header_logo {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header_logo a img {
  transition: all .3s !important;
}
.header_logo a img:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1460px) {
  .header_logo img {
    width: 260px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .header_logo {
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
  .header_logo img {
    width: 200px;
  }
}

#gnav {
  position: absolute;
  top: 50%;
  right: 310px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 26px;
}
@media screen and (max-width: 1460px) {
  #gnav {
    right: 220px;
  }
}
@media screen and (max-width: 1239px) {
  #gnav {
    display: none;
  }
}
#gnav li:not(:first-of-type) {
  margin-left: 30px;
}
@media screen and (max-width: 1460px) {
  #gnav li:not(:first-of-type) {
    margin-left: 23px;
  }
}
#gnav li a {
  color: #253d55;
  font-size: 1.6rem;
  font-weight: 700;
  transition: .3s;
}
#gnav li a:hover {
  color: #f1c366;
  text-decoration: none;
}

#header_contact {
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (max-width: 1239px) {
  #header_contact {
    right: 80px;
  }
}
@media screen and (max-width: 767px) {
  #header_contact {
    display: none;
  }
}
#header_contact a {
  text-align: center;
  display: block;
  background: #25aac4;
  border-radius: 0 0 18px 18px;
  padding: 23px 70px 23px;
  transition: .3s;
}
@media screen and (max-width: 1460px) {
  #header_contact a {
    padding: 23px 30px;
  }
}
@media screen and (max-width: 1239px) {
  #header_contact a {
    position: relative;
    height: 80px;
    padding: 0 20px;
    border-radius: 0;
  }
}
#header_contact a:hover {
  background: #f1c366;
  text-decoration: none;
}
@media screen and (max-width: 1239px) {
  #header_contact a img {
    /* padding-top: 13px; */
    margin-top: 13px;
  }
}
#header_contact a p {
  font-size: 1.6rem;
  margin: 6px 0 0;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  #header_contact a p {
    font-size: 1.4rem;
  }
}

#hbg_btn {
  width: 80px;
  height: 80px;
  background: #f1c366;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 1239px) {
  #hbg_btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #hbg_btn {
    width: 60px;
    height: 60px;
  }
}
#hbg_btn .line {
  width: 35px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #hbg_btn .line {
    width: 28px;
  }
}
#hbg_btn .bar_01 {
  top: 35px;
}
@media screen and (max-width: 767px) {
  #hbg_btn .bar_01 {
    top: 25px;
  }
}
#hbg_btn .bar_02 {
  top: 45px;
}
@media screen and (max-width: 767px) {
  #hbg_btn .bar_02 {
    top: 35px;
  }
}

.hbg_menu {
  position: fixed;
  top: 0;
  right: -380px;
  width: 300px;
  height: 100vh;
  background: #2d2d2d;
  padding: 30px;
  z-index: 3000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1239px) {
  .hbg_menu {
    padding: 100px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .hbg_menu {
    padding: 80px 20px 20px;
  }
}
.hbg_menu.active {
  right: 0;
}
.hbg_menu .menu_parent li {
  padding-left: 20px;
  position: relative;
}
.hbg_menu .menu_parent li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background: #fff;
}
.hbg_menu .menu_parent li a {
  color: #fff;
  font-size: 1.4rem;
  padding: 4px 0;
}
.hbg_menu .hbg_close {
  width: 80px;
  height: 80px;
  background: #f1c366;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3100;
}
@media screen and (max-width: 1239px) {
  .hbg_menu .hbg_close {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hbg_menu .hbg_close {
    width: 60px;
    height: 60px;
  }
}
.hbg_menu .hbg_close .line {
  width: 35px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .hbg_menu .hbg_close .line {
    width: 28px;
  }
}
.hbg_menu .hbg_close .bar_01 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.hbg_menu .hbg_close .bar_02 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.hbg_menu #icon_btn_sp {
  margin-top: 30px;
}
.hbg_menu #icon_btn_sp ul li {
  text-align: center;
}
.hbg_menu #icon_btn_sp ul li:not(:first-of-type) {
  margin-top: 10px;
}
.hbg_menu #icon_btn_sp ul li:nth-of-type(1) a {
  background: url(../images/bg_blue.png);
}
.hbg_menu #icon_btn_sp ul li:nth-of-type(2) a {
  background: url(../images/bg_yellow.png);
}
.hbg_menu #icon_btn_sp ul li:nth-of-type(3) a {
  background: url(../images/bg_orange.png);
}
.hbg_menu #icon_btn_sp ul li a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  padding: 0 29px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  width: 100%;
  padding: 14px 20px;
}
.hbg_menu #icon_btn_sp ul li a:hover {
  opacity: 0.8;
}

.hbg_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: -100;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hbg_overlay.active {
  z-index: 2900;
  opacity: 1;
}

#header_slide_contact_sp {
  width: 100%;
  margin-top: 30px;
}
#header_slide_contact_sp a {
  text-align: center;
  display: block;
  background: #25aac4;
  padding: 0 50px;
  height: 80px;
  border-radius: 10px;
}
#header_slide_contact_sp a:hover {
  background: #f1c366;
}
#header_slide_contact_sp a img {
  margin-top: 12px;
}
#header_slide_contact_sp a p {
  font-size: 1.4rem;
  margin: 6px 0 0;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media screen and (max-width: 1239px) {
  #mainVisual {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #mainVisual {
    margin-top: 0;
  }
}

#header_slide {
  width: 100%;
  height: 80px;
  background: #fff;
  position: fixed;
  z-index: 1000;
}
@media screen and (max-width: 1239px) {
  #header_slide {
    display: none !important;
    opacity: 0;
    z-index: -10000;
  }
}
#header_slide .header_slide_logo {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header_slide .header_slide_logo a img {
  width: 240px;
  height: auto;
  transition: .3s;
}
#header_slide #header_slide_gnav {
  position: absolute;
  top: 50%;
  right: 230px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#header_slide #header_slide_gnav li:not(:first-of-type) {
  margin-left: 30px;
}
#header_slide #header_slide_gnav li a {
  color: #253d55;
  font-size: 1.5rem;
  font-weight: 700;
  transition: .3s;
}
#header_slide #header_slide_gnav li a:hover {
  color: #f1c366;
  text-decoration: none;
}
#header_slide #header_slide_contact {
  position: absolute;
  top: 0;
  right: 0;
}
#header_slide #header_slide_contact a {
  text-align: center;
  display: block;
  background: #25aac4;
  padding: 0 50px;
  height: 80px;
  transition: .3s;
}
#header_slide #header_slide_contact a:hover {
  background: #f1c366;
  text-decoration: none;
}
#header_slide #header_slide_contact a img {
  margin-top: 12px;
}
#header_slide #header_slide_contact a p {
  font-size: 1.4rem;
  margin: 6px 0 0;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .footer_content {
    display: block;
  }
}
.footer_content .info {
  width: 350px;
}
@media screen and (max-width: 991px) {
  .footer_content .info {
    width: 100%;
    text-align: center;
  }
}
.footer_content .info h4 {
  margin: 0 0 20px 0;
}
.footer_content .info h3 {
  margin: 0 0 25px 0;
}
@media screen and (max-width: 767px) {
  .footer_content .info h3 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  .footer_content .info ul {
    text-align: center;
  }
}
.footer_content .info ul li {
  font-size: 1.6rem;
  position: relative;
  color: #253d55;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.footer_content .info ul li:not(:first-of-type) {
  margin-top: 3px;
}
.footer_content .info ul li:nth-of-type(2) {
  padding-left: 23px;
}
.footer_content .info ul li:nth-of-type(2):before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/install/icon_tel_blue.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .footer_content .info ul li {
    display: inline-block;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_content .info ul li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .footer_content .info ul li {
    font-size: 1.4rem;
    padding: 2px 10px;
  }
}
.footer_content .info ul li a {
  color: #253d55;
}
.footer_content .info ul li a:hover {
  color: #253d55;
}
.footer_content .menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 45px;
}
@media screen and (max-width: 991px) {
  .footer_content .menu {
    margin-left: 0;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_content .menu {
    border: none;
    padding-top: 0;
  }
}
.footer_content .menu_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -8px;
  margin-right: -8px;
}
@media screen and (max-width: 1239px) {
  .footer_content .menu_content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media screen and (max-width: 767px) {
  .footer_content .menu_content {
    display: none;
  }
}
.footer_content .menu_content li {
  padding: 8px;
}
@media screen and (max-width: 1239px) {
  .footer_content .menu_content li {
    padding: 8px 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer_content .menu_content li {
    padding: 5px 12px;
  }
}
@media screen and (max-width: 575px) {
  .footer_content .menu_content li {
    padding: 5px 8px;
  }
}
.footer_content .menu_content li a {
  font-size: 1.7rem;
  color: #253d55;
  font-weight: 500;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .footer_content .menu_content li a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  .footer_content .menu_content li a {
    font-size: 1.4rem;
  }
}
.footer_content .menu_content li a:hover {
  color: #f1c366;
  text-decoration: none;
}
.footer_content .menu_area {
  background: #f5f5f5;
  border-radius: 14px;
  padding: 30px 38px;
  position: relative;
  height: 220px;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .footer_content .menu_area {
    height: auto;
    text-align: center;
    padding-bottom: 240px;
  }
}
.footer_content .menu_area figure {
  position: relative;
  display: inline-block;
  padding-left: 48px;
}
.footer_content .menu_area figure:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 29px;
  background: url(../images/install/icon_truck.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer_content .menu_area figure img {
  width: 170px;
}
.footer_content .menu_area h3 {
  margin: 24px 0 0;
  font-size: 1.8rem;
  color: #253d55;
}
.footer_content .menu_area h3 .small {
  font-size: 1.5rem;
  font-weight: 500;
}
.footer_content .menu_area p {
  font-weight: 500;
  margin: 10px 0 0;
  line-height: 1.51;
  font-size: 1.4rem;
  color: #253d55;
}
@media screen and (max-width: 1239px) {
  .footer_content .menu_area p {
    padding-right: 180px;
  }
}
@media screen and (max-width: 575px) {
  .footer_content .menu_area p {
    padding-right: 0;
  }
}
.footer_content .menu_area .map {
  position: absolute;
  top: 0;
  right: 80px;
}
@media screen and (max-width: 1239px) {
  .footer_content .menu_area .map {
    right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .footer_content .menu_area .map {
    top: auto;
    bottom: 0;
  }
}
.footer_content .menu_area .map p {
  position: absolute;
  bottom: 30px;
  left: -40px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #e56540;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1239px) {
  .footer_content .menu_area .map p {
    padding-right: 0;
  }
}

#copy {
  background: #e56540;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  #copy {
    padding: 20px 0;
  }
}
#copy p {
  text-align: center;
  font-weight: 900;
  color: #fff;
  margin: 0;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  #copy p {
    font-size: 1.3rem;
  }
}

.l-base {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .l-base {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .l-base {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .l-base {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .l-base {
    width: 100%;
    max-width: 1200px;
  }
}

.u-padding--lg {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .u-padding--lg {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
