@charset "utf-8";
/* CSS Document */


/*	-----------------------------
	共通
-----------------------------	*/

*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;} 

body{
}
html>/**/body {font-size:16px;}
a{ text-decoration: none;}
a:link{}
a:visited{ text-decoration: none;}
a:hover{ text-decoration: none;}
a:active{}


#estimate h2 span {
	font-size: 55px;
	}
h2,
h2 span,
.strong,
#estimate dd {
	font-size: 48px;
	font-weight: bold;
	}
.title,
#estimate dt {
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 5px 0;
	}
.detail,
.qaContainer dt,
.qaContainer dd,
#const li {
	font-size: 24px;
	}

@media screen and (max-width: 480px) {
h2,
h2 span {
	font-size: 32px;
	font-weight: bold;
	}
.title,
.strong {
	font-size: 24px;
	font-weight: bold;
	}
.detail,
.qaContainer dt,
.qaContainer dd,
#const li {
	font-size: 20px;
	}
	}


/*　見積もり用　*/
@media screen and (max-width: 768px) {
#estimate h2 span {
	font-size: 55px;
	}
#estimate dd {
	font-size: 32px;
	}
#estimate dt {
	font-size: 24px;
	}
	}
@media screen and (max-width: 600px) {
#estimate h2 span {
	font-size: 32px;
	}
#estimate dd {
	font-size: 24px;
	}
#estimate dt {
	font-size: 18px;
	}
	}



.txt80 {
	font-size: 13px;
	}
.txt120 {
	font-size: 20px;
	}
.txt150 {
	font-size: 24px;
	}
.txt180 {
	font-size: 30px;
	}
.txt200 {
	font-size: 32px;
	}
.txt300 {
	font-size: 48px;
	}

.txt-right {
	text-align: right;
	}
.txt-center {
	text-align: center;
	}
.txt-left {
	text-align: left;
	}

.bold {
	font-weight: bold;
	}
	
	
.color-w {
	color: #FFF;
	}
.color-b {
	color: #000;
	}
.color-r {
	color: #ff0000;
	}
.color-orng {
	color: #f7bc16;
	}
.color-y {
	color: #fbe800;
	}



.margin-b-20 {
	margin: 0 0 20px 0;
	}
.margin-b-50 {
	margin: 0 0 50px 0;
	}



.clear {
	clear: both;
	}

table {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0;
}
table th {
    background-color: #dcdcdc;
    text-align: left;
    width: auto;
    white-space: nowrap;
    padding: 1em;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-weight: normal;
}
table td {
    background-color: #f6f6f6;
    padding: 1em;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

@media screen and (max-width: 400px) {
table {
    border-top: 0px solid #999;
  }
table td {
    display: block;
    text-align: left;
  }
table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
    text-align: left;
	}
	} 




span.inblo {
	display: inline-block;
	margin: 0 10px 5px 0;
	}




.relative {
    position: relative;
	}
.absolute {
    position: absolute;
	}

.absolute-main01 {
    position: absolute;
    top: 5%;
    left: 0%;
	}
a:hover img.absolute-main01,
a:hover img.absolute-main03 {
	background: none;
	}
.absolute-main02 {
    position: absolute;
	top: 18%;
	left: 10%;
	color: #FFF;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 50px;
	letter-spacing: 0.1em;
	}
.absolute-main03 {
    position: absolute;
    bottom: 14%;
    left: 12%;
	}
.absolute-main04 {
    position: absolute;
    bottom: 6%;
    left: 9%;
    color: #FFF;
    font-weight: normal;
    line-height: 1.5em;
    font-size: 35px;
    letter-spacing: .2em;
	}
.absolute-main04 span {
	color: #FFF;
	font-weight: bold;
	}


@media screen and (max-width: 960px) {
.absolute-main01 {
    top: 7%;
    left: 5%;
    width: 90vw;
	}
.absolute-main02 {
    position: absolute;
    top: 18%;
    left: 10%;
    color: #FFF;
    font-weight: bold;
    line-height: 1.3em;
    font-size: 5vw;
	letter-spacing: 0.1em;
	}
.absolute-main03 {
    position: absolute;
/*    bottom: 13%;
    left: 10%;*/
    width: 80vw;
	}
.absolute-main04 {
    position: absolute;
    bottom: 8%;
    left: 9%;
    color: #FFF;
    font-weight: normal;
    line-height: 1.5em;
    font-size: 3.5vw;
    letter-spacing: .2em;
	}
	}
	
	
	

/*　ボタン　*/
.btn{
	width: 100%;
	max-width:500px;
    height:50px;
    line-height:50px;
	margin: 20px auto;
	}
.btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#006064;
    text-align:center;
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
    border-radius:13px;
    -webkit-border-radius:13px;
    -moz-border-radius:13px;
    transition: all 0.2s ease;
	}
.btn a:hover{
    background:#00787D;
    color:#FFF;
    margin-left:0px;
    margin-top:0px;
    box-shadow:none;
	}



/*　影　*/
.shadow {
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
	}
.shadow02 {
	filter: drop-shadow(1px 1px 5px rgba(0,0,0,1));
	}



/*　アンカー位置調整　*/
#reason,
#const,
#faq,
#price,
#estimate {
	display: block;
    padding-top: 150px;
    margin-top: -70px;
	}




/*	-----------------------------
	メニュー
-----------------------------	*/

.luxbar-menu .luxbar-item,
.luxbar-brand {
    color: #FFF !important;
	font-weight: bold !important;
	}

.luxbar-menu-material-cyan, .luxbar-menu-material-cyan .dropdown ul {
    background-color: #006064de !important;
	}
.luxbar-item a {
    padding: 18px 15px !important;
	}
@media screen and (max-width: 1023px) {
.luxbar-item a {
    padding: 18px 24px !important;
	}
	}


/*	-----------------------------
	メインエリア
-----------------------------	*/

#wrapper{
	background:#fffdf4;
	width:100%;
	padding: 0 0 80px;
	}
.wrap{
	width:100%;
	margin:0 auto;
	padding: 20px 20px 40px;
	}

@media screen and (min-width: 960px) {
.wrap{
	width:960px;
	margin:0 auto;
	}
	}
	
	

.main-bg img {
/*	width:100%;*/
	max-width: 100%;
	height: auto;
	}




/*	-----------------------------
	費用
-----------------------------	*/

#price .strong,
#price .detail {
	color: #F09;
	font-weight: bold:
	}
#price .inblo {
	color: #FF0000;
	font-weight: bold:
	}





/*	-----------------------------
	選ばれる
-----------------------------	*/
#reason h2 span {
	font-weight: bold;
	}
#reason .title {
	color: #ffbc00;
	font-weight: bold;
	}
#reason .detail {
/*	color: #006408;*/
	}





/*	-----------------------------
	Q&A
-----------------------------	*/
#faq img {
	width:100%;
	max-width: 500px;
	height: auto;
	}
/*
#faq h2,
#faq h2 span {
	color: #1771c6;
	font-weight: bold;
	}
*/

.qaContainer {
	padding: 20px;
	border: 3px solid #1771c6;
	background: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
	}


.qaContainer dt {
	padding: 10px 10px 10px 35px;
	border-radius: 5px;
	background: #cce6ff;
	text-indent: -25px;
	}
.qaContainer dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 7px;
	}
.qaContainer dd {
	margin: 20px 10px 40px 35px;
	text-indent: -25px;
	}
.qaContainer dd:before {
	content: "A.";
	color: #1771c6;
	font-weight: bold;
	margin-right: 7px;
	} 





/*	-----------------------------
	設置までの流れ
-----------------------------	*/
img.title-img {
	width:100%;
	max-width: 750px;
	height: auto;
	}

@media screen and (min-width: 767px) {
.const-bg {
	background: #d9eeef;
	padding: 40px 0;
	margin: 10px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
	}
	}

/*　手のまる女性　*/
#const .const-bg img {
	position: absolute;
	width:100%;
	max-width: 160px;
	height: auto;
	right: 20%;
	}
@media screen and (max-width: 480px) {
/*　手のまる女性　*/
#const .const-bg img {
	display: none;
	}
	}
	
ol {
	list-style-type: decimal;
	width: 80%;
	margin: auto;
	}
@media screen and (max-width: 767px) {
ol {
	width: 100%;
	}
	}
	
#const li {
	background: #FCC;
	padding: 10px 20px;
	margin: 0 0 10px 0;
	text-align: left;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
	list-style-position: inside;
	}





/*	-----------------------------
	お見積り
-----------------------------	*/
	
.estimate-bg {
	box-sizing: border-box;
	width: 80%;
	margin: auto;
	background: #FFF;
	border: solid #f7bc16 10px;
	padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
	}
@media screen and (max-width: 768px) {
.estimate-bg {
	width: 100%;
	}
	}

#estimate img {
	width: 100%;
	max-width: 900px;
	margin: auto;
	}
.estimate-bg h2 .inblo {
	color: #319f2d;
	font-weight: bold;
	}

.estimate-bg h2 a:before {
	content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../img/freedial.png);
    background-size: contain;
    vertical-align: top;
    margin: 0 10px;
	}
@media screen and (max-width: 480px) {
.estimate-bg h2 a:before {
	content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../img/freedial.png);
    background-size: contain;
    vertical-align: top;
    margin: 0 10px;
	}
	}

.estimate-bg h2 a:after {
	content: '';
	display: inline-block;
    width: 90px;
    height: 70px;
	background-image: url(../img/fujiken_chara.png);
	background-size: contain;
	vertical-align: top;
	}


/*　ボタン　*/
#estimate a dl {
	padding: 20px 10px;
	margin: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
	background-size: auto auto;
	background-color: rgba(255, 125, 0, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(255, 180, 1, 1) 3px, rgba(255, 180, 1, 1) 6px );	
	}
#estimate a dl:hover {
	background-color: rgb(255, 163, 75);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(255, 180, 1, 1) 3px, rgba(255, 180, 1, 1) 6px );	
	}

@media screen and (min-width: 767px) {
.smokingbooth-bg {
	background: url(../img/smokingbooth-bg.jpg) bottom center no-repeat;
	padding: 0 0 200px 0;
	}
	}





/*	-----------------------------
	施工事例
-----------------------------	*/

#work .flexbox-b img.item30 {
	max-width: 300px;
	height: auto;
	}

#work .item50,
#work .item30 {
	align-self: flex-start;
	}


/*	-----------------------------
	flex
-----------------------------	*/

.flexbox-b {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	}
.flexbox-c {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	}
.flexbox-s {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	}


.item30 {
	width: 30%;
	}
#work .item30 {
	width: 32%;
	margin: 0;
	background:none;
	padding: 0;
	}
.item40 {
	width: 40%;
	}
.item50 {
	width: 50%;
	}
#work .item50 {
	width: 49%;
	margin: 0 0 15px 0;
	background:none;
	padding: 0;
	}
.item100 {
	width: 100%;
	}
#price .item30,
#price .item40,
#price .item50,
#price .item100,
#reason .item30,
#reason .item40,
#reason .item50,
#reason .item100 {
	background: #d9eeef;
    padding: 30px;
    margin: 5px;
}

@media screen and (max-width: 767px) {
.flexbox-w {
	display: flex;
	flex-wrap: wrap;
	}
.item100 {
	width: 100%;
	}
	}
	









/*	-----------------------------
	バルーン
-----------------------------	*/

.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f7bc16;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f7bc16;
}

.balloon h2,
.balloon p{
  margin: 0;
  padding: 0 20px;
}






/*	-----------------------------
	メインWEBサイトこちら
-----------------------------	*/

/* WEBサイトはこちら　*/
.mainweb {
	width: 100%
	max-width:960px;
	margin:0 auto;
}
.mainweb-relative {
    position: relative;
    width: 960px;
	height: 360px;
}
.mainweb-absolute01 {
	position: absolute;
	left: 291px;
	top: 47px;
	color: #0705da;
	font-weight: bold;
	font-size: 24px;
}
.mainweb-absolute02 {
	position: absolute;
	left: 264px;
	top: 81px;
	color: #000;
	font-weight: bold;
	font-size: 58px;
}
.mainweb-absolute03 {
	position: absolute;
	left: 165px;
	top: 168px;
	color: #29e429;
	font-weight: bold;
	font-size: 28px;
	text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
}
.mainweb-absolute04 {
	position: absolute;
	left: 218px;
	top: 234px;
	color: #fff;
	font-weight: bold;
	font-size: 34px;
}
.mainweb-absolute05 {
	position: absolute;
	left: 550px;
	top: 308px;
	color: #0705da;
	font-weight: bold;
	font-size: 24px;
}






/*	-----------------------------
	フッター
-----------------------------	*/

a .swing {
	padding: 20px;
	margin: 0 0 80px 0;
	position:fixed;
	bottom:0;
	right: 20px;
	background: #ddd;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	text-decoration: none;
	}
a .swing:hover {
	background: #e5e5e5;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	}




.foot_tel{
	width:100%;
	position:fixed;
	bottom:0;
	left: 0;	/*　追加　*/
	background-color:#006064;
/*	background-color: rgba(255,97,0,0.8);*/
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	}
.foot_tel_wrap{
	max-width:auto;
	margin:0 auto;
	}
.foot_tel_wrap p{
	color:#fff;
	font-weight:bold;
	font-size:24px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	text-align:center;
	padding:5px 0;
	}
.foot_tel_wrap p span.foot_tel_txt{
	color:#fff;
	font-weight:bold;
	display: inline-block;
	}
.foot_tel_wrap p span.tel{
	margin:0 0 0 20px;
	color:#fff;
	font-weight:bold;
	display: inline-block;
	}
.foot_tel_wrap a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
