@charset "UTF-8";
.clearb{
	clear:both;
}
.tablet{
	display: none;
}
@media only screen and (max-width: 768px) {
.tablet{
	display: block;
}
}

/*hamburger*/
/*ヘッダーまわりはご自由に*/
.hamburger {
	padding: 10px;
    background: #2eb8bd;
    z-index: 999;
    width: 45px;
    position: fixed;
    right: 0;
		height: 45px;
		font-weight: bold;
}
.hamburger a{
	font-weight: bold;
}

.hamburger li{
	padding-left: 6%;
}
.hamburger li.tp{
	padding-left: 1%;
}
.hamburger li.toi{
	padding-left: 1%;
	background-color:#62c4c6;
	border-radius: 0;
}
.hamburger li.toi a,.hamburger li.toi i{
	color: #ffffff;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #ffffff;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 90%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/* 調整用セレクター */
i{margin-right: 2%;}
b { font-weight: bold; }
.uline { border-bottom: 1px solid #000; }
a:focus { outline: none; }
a:hover {opacity: 0.7; }
.red { color: red; }
.brue { color: #016ADB; }
.fs1_2 { font-size:1.2em; }
.w60 { width: 60%; }
.mb3 { margin-bottom: 3% !important; }
.mt3 { margin-top: 3% !important; }
.mb5 { margin-bottom: 5% !important; }
.mt5 { margin-top: 5% !important; }
.pt5 { padding-top: 5% !important; }
.pd2_3 { padding: 2% 3% !important; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.banner {
	padding: 2% 0;
	text-align: center;
}
img, li, .setbox{
	border-radius: 5px;
}
.borderver1{
	border: 1px solid #e7e7e7;
  box-sizing:border-box;
}
.borderver2{
	border: 1px solid #000000;
  box-sizing:border-box;
}

/* 当社が選ばれる5つのあんしん PCだと背景表示 */
.banner_info {
	padding: 2%;
}
.banner_info img {
	max-width: 100%;
}
.banner_info ul { width: 100%; }
.banner_info ul li.spttl {
	margin: 0 auto 2%;
	/*width: 1100px;*/
	max-width: 100%;
	height: 370px;
	background: url(../img/common/pr_pc.png) no-repeat center;
}

.banner_info ul li.spttll {
	margin: 0 auto 2%;
	width: 1100px;
	max-width: 100%;
}

.banner_info ul li img {
	display: none;
}

.banner_info ul li.spttll img{
	margin: 0 auto 2%;
	/*width: 1100px;*/
	max-width: 100%;
	display: block;
}
/* 当社が選ばれる5つのあんしん スマホだとリスト表示 */
@media only screen and (max-width: 640px) {
	.banner_info ul li.spttl, .banner_info ul li.sp {
		width: 100%;
		height: auto;
		background: none;
		margin: 0 auto 2%;
	}
	.banner_info ul li.spttl img, .banner_info ul li.sp img {
		display: block;
	}

	.banner_info ul li.spttll {
		display: none;
}
}


/* テンプレート */
body {
	color: #000;
	background: #FFFFFF;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.container {
	background: url(../img/common/bg.png);
}
.index, #primary {
	float: right;
	width: 75.7%;
}
.index {
	margin-top: 2%;
}
main#main {
}
.wrapper{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	max-width: 100%;
	background: rgba(255,255,255,0.65);
	padding: 0 1% 3%;
}
.post_wrap { padding: 3%; }
.contents_wrap {
	padding: 0 5px 0 15px;
}
@media (max-width: 980px) {
	.contents_wrap {
		padding: 0 10px 0;
	}
}
@media (max-width: 480px) {
	.contents_wrap {
		padding: 0 5px 0;
	}
}
.content {
	position: relative;
}
.article_area {
	color: #000000;
	padding: 0;
}
#info_wrap {
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
}

/*#bottom_info {
    display: table;
    table-layout: fixed;
    position: fixed;
    top: 100%;
    margin: -100px 0 0;
    z-index: 100;
}*/
#bottom_info {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 70px;
	background: #2eb8bd;
	z-index: 100; /* 最前面に出す */
}
#bottom_info .bottom_block {
	width: 1100px;
	margin: 0 auto;
	padding-top: 10px;
}
#bottom_info .bottom_block .bottom_tel {
	width: 45%;
	float: left;
}
#bottom_info .bottom_block .bottom_form {
	width: 45%;
	float: left;
}
/*#bottom_info .bottom_block .bottom_tel a:hover, #bottom_info .bottom_block .bottom_form a:hover {
	opacity: 0.7;
}*/
#bottom_info .bottom_block .bottom_totop {
	width: 110px;
	margin-top: -40px;
	float: right;
}


/*#bottom_info div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#bottom_info div:nth-of-type(2) {
    width: 200px;
}
#bottom_info div:nth-of-type(1) {
	width: 674px;
}
#bottom_info div:nth-of-type(3) {
	padding-bottom: 25px;
}*/

/* サイドバー */
#secondary {
	float: left;
	text-align: left;
	width: 24%;
	padding-top: 2%;
}
div.widget + div.widget {
	margin-top: 10%;
	background: #FFFFFF;
}
.widget h2.widgettitle {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 2%;
	background: #2eb8bd;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
}
.widget .textwidget {
	text-align: left;
}
.widget .textwidget p {
	background: #FFF;
	border-top: none;
	line-height: 1.4;
	font-size: 0.8em;
}
.textwidget b {
	padding: 3%;
	display: block;
	background: #6D3C09;
	border: 1px solid #6D3C09;
	border-bottom: none;
	color: #fff;
}
.widget ul.menu li .side_bnr {
	margin-bottom: 2%;
}
.widget ul.menu li .service {
	margin-bottom: 1%;
}



/* 施工対応エリアの表示・非表示 */
#secondary .textwidget .area {
	margin: 0 auto;
}
#secondary .textwidget .area input {
	display: none;
}
#secondary .textwidget .area label {
	color: #4776AF;
	cursor: pointer;
}
#secondary .textwidget .area label:hover {
	color: red;
}
#secondary .textwidget .area label:before {
	content: "\f041";
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 26px;
	vertical-align: middle;
}
#secondary .textwidget .area .area_click {
	/*padding: 0 10px;*/
}
#secondary .textwidget .area .area_display {
	transition: 0.2s;
	height: 0;
	overflow: hidden;
	padding: 5px 0;
	font-size: 20px;
}
#secondary .textwidget .area input:checked + .area_display {
	height: auto;
	padding: 5px 0;
}
#secondary .textwidget .area .area_display h3 {
	font-size: 18px;
	font-weight: bold;
}
#secondary .textwidget .area .area_display h4 {
	font-size: 16px;
	font-weight: bold;
}


/* メニュー */
li.home {
}
/*li.home a {
	display: block;
	background: url(../img/common/home.png) no-repeat left center;
	width: 260px;
	height: 60px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}*/
ul li.side_toto_top {
}
ul li.side_toto_top a {
	display: block;
	background: url(../img/common/side_toto.png) no-repeat left center;
	width: 260px;
	height: 100px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* 施工エリア */
.textwidget p.area {
	line-height: 1.5;
}
.textwidget b:nth-of-type(2) {
	smargin-top: 10%;
}

/***************** パン屑 *****************/
.breadcrumbs {
	width: 750px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 0.8em;
}
.contents_breadcrumbs {
	margin-bottom: 1%;
	font-size: 0.8em;
	padding: 0 15px 0;
	margin-top: 2%;
}
@media (max-width: 480px) {
	.contents_breadcrumbs {
		padding: 0 5px 0;
	}
}


/*
----------------
スマホ・タブレットメニュー（プラグイン）*/

div#click-menu .threeLines {
    width: 30px;
}

div#click-menu .threeLines .line {
    border-radius: 15px;
    background: #FF32AF;
    height: 3px;
}

div#click-menu {
    background: #FFF;
    top: 0;
    margin-top: 1.5%;
}

#click-menu .threeLines {
    margin: 10px auto;
}

div#click-menu-label {
    color: #FF32AF;
}

div#click-menu.admin-bar-showing {
    background: #FBFBFB;
}

div#click-menu #RMX {
    color: #FF32AF;
    font-size: 28px;
}

/*
----------------
ヘッダー */

.header {
	position: absolute;
	top: 0;
	width: 100%;
	background: url(../img/head_bg.jpg);
	z-index: 20;
	border-bottom: #003399 solid 4px;
	box-shadow: 1px 1px 5px;
	padding-bottom: 1%;
}

div#gheader h1 {
	line-height: 1;
	font-size: 0.8em;
	width: 1100px;
	margin: 0 auto;
	color: #38221A;
}
@media (max-width: 980px) {
	div#gheader h1 {
		margin-left: 10px;
	}
}
#header_top {
    width: 1100px;
    margin: 0 auto;
    /*padding: 0 1%;*/
    max-width: 100%;
    display: table;
    table-layout: fixed;
}
#header_top .header_logo {
	width: 580px;
	display: table-cell;
	vertical-align: middle;
}
@media (max-width: 980px) {
	#header_top .header_logo img {
		width: 175px;
		padding-left: 15px;
	}
}
@media (max-width: 480px) {
	#header_top .header_logo img {
		width: 150px;
		margin-left: 0;
	}
}
#header_top .tel {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}
#header_top .tel a {
	display: block;
	margin-left: auto;
}
@media (max-width: 768px) {
	#header_top .tel {
		display: none;
	}
}
#header_top .contact_link {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}
#header_top .contact_link a {
	display: block;
	margin-left: auto;
}
@media (max-width: 768px) {
	#header_top .contact_link {
		display: none;
	}
}
.bottom_info_sp {
	display: none;
}

/*----------------
フッター*/

.footer {
	background: url(../img/head_bg.jpg);
	padding: 2%;
}
li.four.columns:nth-child(1), li.four.columns:nth-child(4), li.four.columns:nth-child(7) {
	margin-left: 0;
}
.content_width {
    max-width: 980px;
    margin: 0 auto;
}
li.four.columns {
    padding-bottom: 3em;
}
.footer-wrap {
    padding: 20px;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,0.7);
    border-radius: 5px;
}
@media (max-width: 480px) {
	.footer-wrap {
		padding: 10px;
	}
}
.footer-wrap .row {
    max-width: 1000px;;
}
.six.columns.logo {
	width: 95%;
	float: left;
	margin-top: 10px;
}
#footer_inquiry a {
    float: right;
    width: 100%;
}

.footer .footer_link {
    text-align: center;
    font-size: 90%;
}

.footer .footer_link li {
	float: left;
	width: 20%;
}
@media (max-width: 980px) {
	.footer .footer_link li {
		float: left;
		width: 33.3%;
	}
}
@media (max-width: 480px) {
	.footer .footer_link li {
		float: none;
		width: 100%;
		margin-bottom: 1%;
	}
}
@media (max-width: 320px) {
	.footer .footer_link li {
		float: none;
		width: 100%;
	}
}
.footer .footer_link li ul {
	display: inline-block;
	overflow: hidden;
	margin-left: 0;
}
@media (max-width: 980px) {
	.footer .footer_link li ul {
		display: block;
		margin-bottom: 3%;
	}
}
.footer li.two ul li {
	width: 100%;
	display: flex;
	float: none;
	text-align: left;
	min-height: 1em;
	line-height: 1.8;
}
@media (max-width: 480px) {
	.footer li.two ul li {
		line-height: 1.5;
	}
}
@media (max-width: 320px) {
	.footer li.two ul li {
		line-height: 1.5;
	}
}
.footer li.two ul li.footttl { /* フッターリストの見出し */
	font-size: 16px;
	font-weight: bold;
	border-left: 3px solid;
	padding: 0 0 0 5px;
	line-height: 1.0;
	margin-bottom: 4%;
	border-radius: 0;
}
@media (max-width: 980px) {
	.footer li.two ul li.footttl { /* フッターリストの見出し */
		margin-bottom: 2%;
	}
}
.footer .footer_link li ul li a {
	box-sizing: border-box;
}

li.two a {
    color: #000;
    font-size: 0.9em;
}

.footer .footer_link li a:hover {
    text-decoration: underline;
}

.copyright {
    background: #003399;
    padding-bottom: 70px;
    text-align: center;
    font-size: 80%;
    color: #FFFFFF;
}

.footer .area {
	clear:both;
	margin: 2% auto 0;
	width: 1100px;
	max-width: 100%;
	display: none;
}
@media (max-width: 980px) {
	.footer .area {
		display: block;
		font-size: 0.8em;
	}
}
.footer .area p {
	font-size: 1em;
}
@media (max-width: 980px) {
	.footer .area p {
		padding: 0;
	}
}


/* トップページ index */
.index_box {
	margin-bottom: 5%;
	padding: 0 5px;
}
.index_box img {
	margin-bottom: 8px;
}
.index_box .index_left {
	width: 49.5%;
	float: left;
}
@media (max-width: 480px) {
	.index_box .index_left {
		width: 100%;
		float: none;
	}
}
@media (max-width: 320px) {
	.index_box .index_left {
		width: 100%;
		float: none;
	}
}
.index_box .index_right {
	width: 49.5%;
	float: right;
}
@media (max-width: 480px) {
	.index_box .index_right {
		width: 100%;
		float: none;
	}
}
@media (max-width: 320px) {
	.index_box .index_right {
		width: 100%;
		float: none;
	}
}
.index_box h2 {
    padding: 0;
    margin-bottom: 3%;
    line-height: 1;
}
.inner_wrap h2 {
  display: table-cell;
  vertical-align: middle;
}
.index_box_img {
	display: table-cell;
	vertical-align: middle;
}
.index_box:nth-of-type(1) h2,
.index_box:nth-of-type(4) h2 {
    text-align: center;
}

.index_box:nth-of-type(3) p {
  margin-bottom:5%;
}

.index_box:nth-of-type(4) {
  background: #FFF9C4;
  padding: 3%;
}

.index_box:nth-of-type(4) p {
    padding: 3%;
    margin: 0 0 5%;
    background: #FFFFFF;
}

.index_box:nth-of-type(4) .inner_box {
    text-align: center;
}

.index_box:nth-of-type(4) div.inner_box + .inner_box {
    margin-top: 5%;
}

.index_box:nth-of-type(4) .inner_box p {
    margin: 3% 0 0;
    text-align: left;
}

.index_box:nth-of-type(5) p.red {
    font-size: 1.4em;
    font-weight: bold;
}
/* ラインナップのところ */
.index_box .lineup_out {
	margin-top: 3%;
}
.index_box .lineup_out .lineup {
	overflow: hidden;
	margin-top: 1%;
	border: 1px solid;
	padding: 1%;
	border-radius: 5px;
}
.index_box .lineup_out .lineup p.lineup_ttl {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 2px dotted;
	margin-bottom: 1%;
	padding: 0;
}
@media (max-width: 480px) {
	.index_box .lineup_out .lineup p.lineup_ttl {
		font-size: 18px;
	}
}
@media (max-width: 320px) {
	.index_box .lineup_out .lineup p.lineup_ttl {
		font-size: 16px;
	}
}
/* ラインナップのところ--ここまで */

/* トイレ選びのポイント point */
.point_box {
	overflow: hidden;
	margin-top: 2%;
}
.point_box .img_wrap {
	text-align: center;
	padding: 3% 3% 0;
}
.point_box .left {
	width: 30%;
	float: left;
	display: block;
}
@media (max-width: 480px) {
	.point_box .left {
		width: 100%;
		float: none;
		text-align: center;
	}
}
@media (max-width: 480px) {
	.point_box .left {
	}
}
.point_box .left img {
	border: 1px solid;
}
.point_box .right {
	width: 70%;
	float: right;
	display: block;
	text-align: left;
	padding-left: 1%;
}
@media (max-width: 480px) {
	.point_box .right {
		width: 100%;
		float: none;
	}
}
.point_box .right p span {
	font-weight: bold;
}

.point_box .right ul li p.type1, .point_box .right ul li p.type2, .point_box .right ul li p.type3 {
	font-weight: bold;
	font-size: 28px;
}
.point_box .right ul li p.type1:before {
	content: url("img/point/type_1.png");
	vertical-align: bottom;
	margin-right: 10px;
	display: inline-block;
	height: 60px;
}
.point_box .right ul li p.type2:before {
	content: url("img/point/type_2.png");
	vertical-align: bottom;
	margin-right: 10px;
	display: inline-block;
	height: 60px;
}
.point_box .right ul li p.type3:before {
	content: url("img/point/type_3.png");
	vertical-align: bottom;
	margin-right: 10px;
	display: inline-block;
	height: 60px;
}
@media (max-width: 480px) {
	.point_box .right ul li p.type1, .point_box .right ul li p.type2, .point_box .right ul li p.type3 {
		font-size: 20px;
	}
	.point_box .right ul li p.type1:before, .point_box .right ul li p.type2:before, .point_box .right ul li p.type3:before {
		margin-right: 5px;
	}
}

/*.point_box h2 {
	padding: 4% 0 0;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}*/

/*************** メーカーのトップページ ***************/
.maker_box {
	width: 100%;
	overflow: hidden;
}
.maker_box li {
	width: 49.8%;
	float: left;
	margin-bottom: 1%;
	margin-right: 0.2%;
}
@media (max-width: 480px) {
	.maker_box li {
		width: 100%;
		float: none;
	}
}
.maker_box li a {
}
.maker_box li a:hover {
	opacity: 0.7;
}




/* TOTO 商品ページ ****************************/
.toto {
}




.prct_box .feature .prct_left img {
}
@media (max-width: 480px) {
	.lixil .feature .prct_left img {
		min-width: 100%;
	}
}


#combi {
	margin-top: 5%;
}
.handwashbox {
	margin-top: 1%;
}
a.handwash {
	width: 49.999%;
	background: #FFFFFF;
	float: left;
	border: 1px solid #000000;
	text-align: center;
	color: #000000;
	padding: 2% 0;
	margin-bottom: 2%;
	opacity: 10;
}
a.handwash:hover {
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
	font-size: 30px;
}
@media (max-width: 480px) {
	a.handwash:hover {
		font-size: 20px;
	}
}
@media (max-width: 320px) {
	a.handwash:hover {
		font-size: 20px;
	}
}
.typebox {
	margin-top: 1%;
}
a.type {
	width: 49.999%;
	background: #FFFFFF;
	float: left;
	border: 1px solid #000000;
	text-align: center;
	color: #000000;
	padding: 2% 0;
	margin-bottom: 2%;
	opacity: 10;
}
a.type:hover {
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
	font-size: 30px;
}

.head {
	overflow: hidden;
	margin-top: 1%;
}
.head_lt {
	width: 49.5%;
	float: left;
	margin-right: 0.5%;
}
.head_rgt {
	width: 49.5%;
	float: right;
	margin-left: 0.5%;
}
.setbox {
	display: inline-block;
	width: 49.6%;
	overflow: hidden;
	border: 4.5px solid #2eb8bd;
	background: #FFFFFF;
	position: relative;
}

@media (max-width: 1088px) {
.setbox {
	width: 60%;
	float: none;
	margin-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
}
@media (max-width: 768px) {
	.setbox {
		width: 100%;
	}
}

.setbox .fixmark_arai{
	position: absolute;
	top: 12%;
	left: 0%;
	font-size: 18px;
	font-weight: bold;
	width: 8%;
	padding: 1% 10% 1% 1%;
	border-radius: 0 50% 50% 0 / 0 50% 50% 0;
	color: #ffffff;
	background-color: #2eb8bd;
	text-align: center;
	word-wrap: break-word;
}
@media (max-width: 480px) {
	.setbox .fixmark_arai{
		font-size: 3vw;
	}
}
.setbox img {
	max-width: 100%;
	margin-bottom: 3%;
	display: block;
	margin-left: auto;
	margin-right:auto;
}
.setbox p.ttl {
	background: #2eb8bd;
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin-bottom: 5%;
}
@media (max-width: 480px) {
	.setbox p.ttl {
		font-size: 20px;
		padding: 0;
	}
}
@media (max-width: 320px) {
	.setbox p.ttl {
		font-size: 20px;
		padding: 0;
	}
}
.setbox .subject {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #ececec;
}
.setbox .detail {
	padding: 3%;
	line-height: 1.3;
	word-wrap: break-word;
}
.setbox .benza { overflow: hidden; }
.setbox .benza p {
	padding: 0 3%;
	line-height: 1.5;
	font-size: 16px;
}
.setbox .benza p span.plus::after {
	content: "\f067";
	font-family: FontAwesome;
	margin: 0 10px;
	vertical-align: middle;
}
.setbox .benza p.benza_ttl {
	padding: 1% 0;
	text-align: center;
	font-weight: bold;
}
.setbox .benza p.benza_ttl::before {
	content: "\f115";
	font-family: FontAwesome;
	margin-right: 10px;
}
.setbox .benza a.standard {
	background: red;
	vertical-align: bottom;
	padding: 5px;
	border-radius: 30px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
.setbox p.price {
	text-align: center;
	font-size: 60px;
	color: red;
	font-weight: bold;
	padding: 0;
	line-height: 1.3;
}
.setbox p.price span {
	font-size: 22px;
}
@media (max-width: 480px) {
	.setbox p.price {
		font-size: 40px;
		margin: 1% 0;
	}
}
@media (max-width: 320px) {
	.setbox p.price {
		font-size: 40px;
		margin: 1% 0;
	}
}

.setbox .koujihi{
	text-align: center;
	font-weight: bold;
	color: #ff0000;
}
.setbox .benza a{
	display: block;
width: 60%;
margin: 3% auto;
background-color: #2eb8bd;
border-radius: 5px;
padding: 1%;
color: #ffffff;
font-weight: bold;
text-align: center;
}
.setbox .benza a.forml{
	background-color: #003399;
	color: #ffffff;
	width: 80%;
}
.setbox .benza p.form_ttl{
font-size: 20px;
}
@media (max-width: 480px) {
	.setbox .benza p.form_ttl{
		font-size: 5.5vw;
	}
}

.setbox .benza a p.kuwashi_ttl:before{
	content: "\f115";
	font-family: FontAwesome;
	margin-right: 10px;
}

.setbox .benza a p.form_ttl:before{
	content: "\f138";
	font-family: FontAwesome;
	margin-right: 10px;
}

.setbox .linewake{
	border-bottom: dashed #333333 1px;
	padding-bottom: 2%;
	margin-bottom: 5%;
}

#standard {
	padding: 2% 0 2% 0;
}







#standard {
	padding: 2% 0 2% 0;
}



.setbox img {
	max-width: 100%;
	margin-bottom: 3%;
}



/*商品値段　定価→割引額*/
.setbox .normalprice{
	color: #000;
	font-size:30px;
	width: 100%;
	text-align: center;
}

.setbox p.normalprice{
	color: #000;
	font-size:30px;
}

.setbox .linethroughprice{
	text-decoration: line-through;
}

.setbox p span.linethroughprice{
	text-decoration: line-through;
	font-size:30px;
}

.setbox .normalpriceyen{
	font-size: 20px;
}

.setbox p span.normalpriceyen{
	font-size: 20px;
}

@media (max-width: 480px) {

.setbox .normalprice{
	font-size: 20px;
}

.setbox p.normalprice{
	font-size: 20px;
}

.setbox .normalpriceyen{
	font-size: 10px;
}

.setbox p span.normalpriceyen{
	font-size: 10px;
}

.setbox p span.linethroughprice{
	font-size:20px;
}

}


/* TOTO 在庫処分品 */
.toto .sale {
	margin: 2% 0;
	background: red;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 1% 0;
	border-radius: 5px;
}
.toto .sale p {
	padding: 0;
	font-size: 22px;
}
.toto .sale p a {
	color: blue;

}





















/* お客様からの声 voice ************************************/
.voice_box {
	background: #ededed;
	margin-bottom: 20px;
	padding: 15px;
}
.voice_box h2 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 3px double #333333;
	margin-bottom: 10px;
}
@media (max-width: 980px) {
	.voice_box h2 {
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	.voice_box h2 {
		font-size: 18px;
	}
}
.voice_box p {
	padding: 0;
}
@media (max-width: 980px) {
	.voice_box p {
		line-height: 1.5;
	}
}
@media (max-width: 480px) {
	.voice_box p {
		line-height: 1.5;
	}
}

/* トイレリフォームの流れ flow ****************************/
.flow_box {
	overflow: hidden;
	margin: 2% auto;
	padding: 1% 0;
	border-bottom: 1px dashed #cccccc;
}
.flow_box .img_wrap {
	text-align: center;
	padding: 3% 3% 0;
}
.flow_box .left {
	width: 30%;
	float: left;
	display: block;
}
@media (max-width: 480px) {
	.flow_box .left {
		width: 100%;
		float: none;
		text-align: center;
	}
}
@media (max-width: 480px) {
	.flow_box .left img {
	}
}
.flow_box .left img {
	border: 1px solid;
}
.flow_box .right {
	width: 70%;
	float: right;
	display: block;
	text-align: left;
	padding-left: 1%;
}
@media (max-width: 480px) {
	.flow_box .right {
		width: 100%;
		float: none;
	}
}
.flow_box .right ul li p.type {
	font-weight: bold;
	font-size: 28px;
}
@media (max-width: 480px) {
	.flow_box .right ul li p.type {
		font-size: 20px;
	}
}

.pt45 {
	padding-top: 45px;
}

#time {
	/*padding-top: 45px;*/
}
#time .time_box {
	border: 1px solid #4c4c4c;
	margin: 1% auto;
	padding: 1%;
}
#time .time_box h3 {
	font-size: 22px;
	font-weight: bold;
	background: #ededed;
	padding: 5px;
}
@media (max-width: 480px) {
	#time .time_box h3 {
		font-size: 18px;
	}
}
#time .time_box p {
	padding: 1% 0;
}
#time .time_box p span {
	font-size: 16px;
	color: red;
}
#time .time_box p span:before {
	content: "【サービス内容】";
	font-weight: bold;
}
#time .time_box .time_ttl {
	margin: 1% auto;
	width: 100%;
	height: 150px;
	background: url(../img/flow/time.png) no-repeat center;
	background-size: 100%;
}
#time .time_box .time_ttl img {
	display: none;
}
@media only screen and (max-width: 768px) {
	#time .time_box .time_ttl {
		width: auto;
		height: auto;
   		background: none;
	}
	#time .time_box .time_ttl img {
		display: block;
	}
}


/* トイレ工事料金表 price **************************************/
.price_box {
}
.price_box dl {
	width: 100%;
}
.price_box dt.construction { /* 先頭行 */
	width: 60%;
	float: left;
	border-bottom: 1px solid;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.price_box dd.expence { /* 先頭行 */
	border-bottom: 1px solid;
	text-align: center;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
@media (max-width: 980px) {
	.price_box dt.construction {
		font-size: 18px;
	}
	.price_box dd.expence {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.price_box dt.construction {
		font-size: 16px;
		width: 62%;
	}
	.price_box dd.expence {
		font-size: 16px;
	}
}
.price_box dt {
	width: 60%;
	float: left;
	font-weight: normal;
	font-size: 18px;
	padding: 5px 0;
}
.price_box dt span {
	vertical-align: super;
	color: red;
	font-size: 14px;
}
.price_box dd {
	border-bottom: 1px dashed #999999;
	text-align: right;
	font-size: 18px;
	padding: 5px 0;
}
@media (max-width: 980px) {
	.price_box dt {
		font-size: 18px;
	}
	.price_box dd {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.price_box dt {
		font-size: 15px;
		width: 62%;
	}
	.price_box dd {
		font-size: 15px;
	}
}
.price_box dt.under {
	padding-left: 15px;
}
.price_box dt.under:before {
	content: "-";
	margin-left: 5px;
}
@media (max-width: 980px) {
	.price_box dt.under {
	}
}
@media (max-width: 480px) {
	.price_box dt.under {
		padding-left: 5px;
	}
}
.price_box dd span {
	font-size: 14px;
	padding: 0 10px 0 5px;
}
@media (max-width: 980px) {
	.price_box dd span {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	.price_box dd span {
		font-size: 13px;
		padding: 0;
	}
}
.price_box dd.dd_empty { /* 空dd */
	height: 42px;
	width: 100%;
}
.price_box .info {
	margin-top: 2%;
	font-size: 18px;
	line-height: 1.625em;
}
@media (max-width: 980px) {
	.price_box .info {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.price_box .info {
		font-size: 16px;
	}
}
.price_box .info span {
	vertical-align: super;
	color: red;
	font-size: 14px;
}

/* 内装リフォーム renovation */
.renovation_box {
	clear : both
	overflow: hidden;
}
.renovation_box h2 {
	font-size: 22px;
	font-weight: bold;
	padding-top: 5%;
}
@media (max-width: 480px) {
	.renovation_box h2 {
		font-size: 18px;
	}
}
.left_img {
	width: 25%;
	float: left;
}
.left_img p {
	font-size: 14px;
	text-align: center;
}
.right_txt {
	width: 75%;
	float: right;
}
.right_txt .price {
	margin: 0 0 0 10px;
	padding: 5px;
	font-weight: bold;
	font-size: 20px;
	background: red;
	color: #FFFFFF;
	text-align: center;
}
@media (max-width: 480px) {
	.right_txt .price {
		font-size: 16px;
	}
}
.right_txt .price span {
	font-size: 14px;
}
.right_txt .detail {
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	line-height: 1.2;
	font-size: 18px;
}
@media (max-width: 480px) {
	.right_txt .detail {
		font-size: 16px;
	}
}
.renovation_box p.other {
	clear: both;
	font-weight: bold;
}
.renovation_box p.other::before {
	content: "※";
}
.renovation_box .white {
	display: inline-block;
	background: #FFFFFF;
}
.renovation_box ul {
	width: 100%;
}
.renovation_box ul li {
	float: left;
	padding: 2% 1% 1% 2%;
}
.renovation_box ul li p {
	text-align: center;
	font-size: 14px;
}

/* 和式から洋式リフォーム westernstyle_renovation */
.westernstyle_renovation_box {
	border: 1px solid;
	margin: 2% 0 0 0;
	padding: 0;
}

.westernstyle_renovation_box p.details{
	line-height:1.625em;
	padding: 0 2%;
}
.westernstyle_renovation_box h2 {
	padding: 0;
	margin: 0;
	line-height: 0;
}
.westernstyle_renovation_box .standard, .westernstyle_renovation_box .value, .westernstyle_renovation_box .deluxe {
	padding: 1%;
}
.westernstyle_renovation_box .standard {
	background: url(../img/westernstyle_renovation/bg_standard.png) no-repeat;
	height: 330px;
	background-size: 100%;
}
.westernstyle_renovation_box .standard .left img, .westernstyle_renovation_box .value .left img, .westernstyle_renovation_box .deluxe .left img{
	width: 220px;
}
@media (max-width: 480px) {
	.westernstyle_renovation_box .standard {
		height: auto;
	}
}
.westernstyle_renovation_box .standard .left, .westernstyle_renovation_box .value .left, .westernstyle_renovation_box .deluxe .left {
	width: 25%;
	float: left;
}
@media (max-width: 480px) {

.westernstyle_renovation_box .standard{
	background: none;
}



.westernstyle_renovation_box .standard .left, .westernstyle_renovation_box .value .left, .westernstyle_renovation_box .deluxe .left {
		width: 100%;
		float: none;
		/*height: 170px;*/
		text-align: center;
	}

		.westernstyle_renovation_box .standard .left img, .westernstyle_renovation_box .value .left img, .westernstyle_renovation_box .deluxe .left img{
		width: 60%;

	}
}
.westernstyle_renovation_box .standard .right, .westernstyle_renovation_box .value .right, .westernstyle_renovation_box .deluxe .right{
	width: 70%;
	float: right;
	text-align: left;
	font-weight: bold;
}
@media (max-width: 480px) {
	.westernstyle_renovation_box .standard .right, .westernstyle_renovation_box .value .right, .westernstyle_renovation_box .deluxe .right{
		width: 100%;
		float: none;
		font-weight: normal;
	}
}
.westernstyle_renovation_box .value{
	background: url(../img/westernstyle_renovation/bg_value.png) no-repeat;
	height: 330px;
	background-size: 100%;
}
@media (max-width: 480px) {
	.westernstyle_renovation_box .value{
		height: auto;
	}
.westernstyle_renovation_box .value {
	background: none;
}



}
.westernstyle_renovation_box .deluxe {
	background: url(../img/westernstyle_renovation/bg_deluxe.png) no-repeat;
	height: 330px;
	background-size: 100%;
}
@media (max-width: 480px) {
	.westernstyle_renovation_box .deluxe {
		height: auto;
	}
.westernstyle_renovation_box .deluxe {
    background: none;
}
}

.westernstyle_renovation_box .price {
	overflow: hidden;
	background: #201000;
	color: #FFFFFF;
	padding: 2%;
}

@media (max-width: 1090px) {
.westernstyle_renovation_box .price{
	width: 100%
}
}


@media (max-width: 480px) {
	.westernstyle_renovation_box .price {
		padding: 2%;
	}
}
.westernstyle_renovation_box .price p {
	font-size: 30px;
	font-weight: bold;
	padding: 0;
	float: left;
}
@media (max-width: 480px) {
	.westernstyle_renovation_box .price p {
		float: none;
		text-align: right;
		font-size: 22px;
	}
}
.westernstyle_renovation_box .price p span {
	font-size: 20px
}
@media (max-width: 480px) {
	.westernstyle_renovation_box .price p span {
		font-size: 18px
	}
}
.westernstyle_renovation_box .price p.contact {
	float: right;
	width: 50%;
	text-align: right;
}

@media (max-width: 700px) {
.westernstyle_renovation_box .price p.contact {
	width: 100%;
}
}

@media (max-width: 480px) {
	.westernstyle_renovation_box .price p.contact {
		float: none;
		width: 100%;
		text-align: center;
	}
}
.westernstyle_renovation_box .price p.contact a {
	background: #2eb8bd;
	color: #333333;
	border-radius: 30px;
	padding: 2% 10%;
	border: 1px solid #333333;
	font-size: 20px;
}
@media (max-width: 480px) {
	.westernstyle_renovation_box .price p.contact a {
		font-size: 18px;
	}
}

@media (max-width: 300px) {
	.westernstyle_renovation_box .price p.contact a {
		font-size: 12px;
	}
}


.westerndetail_box {
}
.westerndetail_box dl {
	width: 100%;
	display: table;
}
.westerndetail_box dt {
	width: 70%;
	text-align: center;
	display: table-cell;
	font-size: 15px;
	font-weight: normal;
	line-height: 3;
	vertical-align: middle;
	border-bottom: 2px dotted gray;
	padding: 1% 0;
	text-align: left;
}

.westerndetail dt{
	line-height: 1.5;
	padding: 0;
	font-weight: 500;
}

.bordernone dt{
	border-bottom:none;
}

.westerndetail dl dd{
	line-height: 1.5;
	padding: 0;
	font-weight: bold;
}


@media (max-width: 797px) {
	.westerndetail_box dt {
		width: 100%;
		text-align: left;
		font-size: 16px;
		line-height: 1.5;
		padding: 0;
		display: inline-block;
		border: none;
	}
}
.westerndetail_box dd {
	width: 30%;
	display: table-cell;
	font-size: 20px;
	vertical-align: middle;
	line-height: 1.6;
	border-bottom: 2px dotted gray;
	padding: 1% 0;
	text-align: right;
}
@media (max-width: 797px) {
	.westerndetail_box dd {
		width: 100%;
		font-size: 20px;
		line-height: 1.5;
		padding: 0 0 0 10px;
		display: inline-block;
	}
}
.westerndetail_box dd span {
	font-weight: bold;
}
.westerndetail_box dd span::before {
	content: "・";
}
.westerndetail_box dd p.ban {
	color: red;
	font-size: 90%;
}
.westerndetail_box dd p.ban:before {
	content: "※";
}

.westernstyle_renovation_box .title{
	width: 35%;
	line-height: 1.6em;
	border: solid 1px #000;
	text-align: center;
	padding-top: 0;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.westernstyle_renovation_box .right .insideleft{
	width: 68%;
	float: left;
}
.westernstyle_renovation_box .right .insideright{
	width: 30%;
	float: right;
}

.westernstyle_renovation_box .right .insideright .detaillink{
	width: 80%;
	line-height: 2em;
	border: solid 1px #000;
	text-align: center;
	padding-top: 0;
	margin-top: 15%;
	margin-bottom: 10%;
	background-color: #E6E6E6;
}

@media (max-width: 797px) {
.westernstyle_renovation_box .right .insideleft{
	width: 100%;
}
.westernstyle_renovation_box .right .insideright{
	width: 100%;
	float : left;
}

.westernstyle_renovation_box .right .insideright .detaillink{
	display: inline-block;
	float : left;
	width: 45%;
	margin-top: 5%;
	margin-right: 5%;
}

}


/* TOTOウォシュレット toto_washlet */
#toto_washlet {
	overflow: hidden;
}
#toto_washlet .head {
	overflow: hidden;
	margin-bottom: 2%;
}
#toto_washlet .head ul {
}
#toto_washlet .head ul li {
	width: 49%;
	float: left;
	margin-right: 1%;
}
@media (max-width: 480px) {
	#toto_washlet .head ul li {
		width: 49%;
	}
}
#toto_washlet .head ul li:last-child {
	margin: 0;
}
#toto_washlet h2 {
	font-size: 22px;
	margin: 0 0 3% 0;
	background: #FFFFFF;
	font-weight: bold;
}
#toto_washlet h2::before {
	content: "";
	display: inline-block;
	width: 100px;
	height: 40px;
	background: url("../toiletc/img/toto/washlet/logo.jpg") no-repeat;
	vertical-align: middle;
	margin: 0 10px 0 5px;
	background-size: 100px 40px;
}
@media (max-width: 480px) {
	#toto_washlet h2 {
		font-size: 18px;
	}
	#toto_washlet h2::before {
		margin: 0;
		width: 90px;
	}
}
#toto_washlet .merit {
	overflow: hidden;
	padding: 2%;
	background: #E6EEF4;
	margin-bottom: 2%;
}
#toto_washlet .merit h3 {
	font-size: 20px;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
	padding: 1% 2%;
	margin-top: 2%;
}
#toto_washlet .merit img.imgmg {
	margin: 2% 0 1% 0;
	border: 1px solid;
}
#toto_washlet .merit ul {
	overflow: hidden;
}
#toto_washlet .merit ul li {
	width: 32.5%;
	float: left;
	margin: 0 1.2% 1.2% 0;
	height: 300px;
	box-shadow: 1px 3px 3px rgba(0,0,0,0.3);
	background: #FFFFFF;
	height: 300px;
}
@media (max-width: 480px) {
	#toto_washlet .merit ul li {
		width: 48.5%;
		margin: 0 2% 2% 0;
		height: auto;
	}
}
#toto_washlet .merit ul li:nth-child(3n) {
	margin: 0;
}
@media (max-width: 480px) {
	#toto_washlet .merit ul li:nth-child(2n) {
		margin: 0 0 2% 0;
	}
	#toto_washlet .merit ul li:nth-child(3n) {
		margin: 0 2% 2% 0;
	}
}
#toto_washlet .merit ul li p {
	font-size: 16px;
	padding: 2%;
	line-height: 1.3;
}
#toto_washlet .merit ul li p span {
	font-weight: bold;
}
@media (max-width: 480px) {
	#toto_washlet .merit ul li p {
		font-size: 14px;
	}
}
#toto_washlet .merit .type {
	overflow: hidden;
}
#toto_washlet .merit .type ul li {
	width: 49.5%;
	margin: 1% 1% 0 0;
	border: 1px solid;
	box-shadow: none;
	height: auto;
}

@media (max-width: 480px) {
#toto_washlet .merit .type ul li {
	width: 100%;
}
}

#toto_washlet .merit .type ul li:nth-child(2n) {
	margin: 1% 0 0 0;
}
#toto_washlet .merit .type ul li p {
	font-size: 16px;
	font-weight: bold;
}
#toto_washlet .merit .type ul li p span {
	font-size: 14px;
	font-weight: normal;
}
#toto_washlet .merit .type ul li p.type_ttl {
	font-size: 18px;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
}
/* li のheightが小さい版 .typeのli */
#toto_washlet .merit .type {
	overflow: hidden;
}
#toto_washlet .merit .type ul li.mini {
	width: 49.5%;
	margin: 1% 1% 0 0;
	border: 1px solid;
	box-shadow: none;
	height: auto;
}

@media (max-width: 480px) {
#toto_washlet .merit .type ul li.mini {
	width: 100%;
}
}

#toto_washlet .merit .type ul li.mini:nth-child(2n) {
	margin: 1% 0 0 0;
}
#toto_washlet .merit .type ul li.mini p {
	font-size: 16px;
	font-weight: bold;
}
#toto_washlet .merit .type ul li.mini p span {
	font-size: 14px;
	font-weight: normal;
}
#toto_washlet .merit .type ul li.mini p.type_ttl {
	font-size: 18px;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
}
/* li のheightが小さい版 .typeのli --ここまで */

/* 価格 */
#toto_washlet .merit .type ul li p.price {
	font-size: 38px;
	color: red;
	padding: 0;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 10px;
}
#toto_washlet .merit .type ul li p.price span.maker {
	font-size: 24px;
	font-weight: bold;
}
#toto_washlet .merit .type ul li p.price span.maker:after {
	content: "\f18e";
	font-family: FontAwesome;
	color: #000000;
	margin-right: 2%;
}
#toto_washlet .merit .type ul li p.price span.tax {
	font-size: 20px;
	font-weight: bold;
}

@media (max-width: 480px) {
#toto_washlet .merit .type ul li p.price {
	margin-top:0;
 	font-size: 80%;
}
#toto_washlet .merit .type ul li p.price span.maker {
	font-size: 80%;
}
#toto_washlet .merit .type ul li p.price span.tax {
	font-size: 80%;
}
}

/* 価格--ここまで */

/* お問い合わせフォームへのリンク */
#toto_washlet .merit .contact {
	text-align: center;
	padding: 4% 0;
}
#toto_washlet .merit .contact a {
	background: #2eb8bd;
	padding: 2% 15%;
	border-radius: 40px;
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	transition: color .3s;
	border: 1px solid;
}
@media (max-width: 480px) {
#toto_washlet .merit .contact a {
	padding: 1% 7%;
	border-radius: 20px;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	border: 1px solid;
}
}
#toto_washlet .merit .contact a::before {
	content: "\f064";
	font-family: FontAwesome;
	margin-right: 1%;
}
#toto_washlet .merit .contact a:hover {
	opacity: 0.7;
}
/* お問い合わせフォームへのリンク--ここまで */

/* リクシル シャワートイレ lixil_showertoilet */
#lixil_showertoilet {
	overflow: hidden;
}
#lixil_showertoilet .head {
	overflow: hidden;
	margin-bottom: 2%;
}
#lixil_showertoilet .head ul {
}
#lixil_showertoilet .head ul li {
	width: 49%;
	float: left;
	margin-right: 1%;
}
@media (max-width: 480px) {
	#lixil_showertoilet .head ul li {
		width: 49%;
	}
}
#lixil_showertoilet .head ul li:last-child {
	margin: 0;
}
#lixil_showertoilet h2 {
	font-size: 22px;
	margin: 0 0 3% 0;
	background: #FFFFFF;
	font-weight: bold;
}
#lixil_showertoilet h2::before {
	content: "";
	display: inline-block;
	width: 100px;
	height: 40px;
	background: url("../toiletc/img/lixil/showertoilet/logo.jpg") no-repeat;
	vertical-align: middle;
	margin: 0 10px 0 5px;
	background-size: 100px 40px;
}
@media (max-width: 480px) {
	#lixil_showertoilet h2 {
		font-size: 18px;
	}
	#lixil_showertoilet h2::before {
		margin: 0;
		width: 90px;
	}
}
#lixil_showertoilet .merit {
	overflow: hidden;
	padding: 2%;
	background: #E6EEF4;
	margin-bottom: 2%;
}
#lixil_showertoilet .merit h3 {
	font-size: 20px;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
	padding: 1% 2%;
	margin-top: 2%;
}
#lixil_showertoilet .merit img.imgmg {
	margin: 2% 0 1% 0;
	border: 1px solid;
}
#lixil_showertoilet .merit ul {
	overflow: hidden;
}
#lixil_showertoilet .merit ul li {
	width: 32.5%;
	float: left;
	margin: 0 1.2% 1.2% 0;
	height: 300px;
	box-shadow: 1px 3px 3px rgba(0,0,0,0.3);
	background: #FFFFFF;
	height: 320px;
}
@media (max-width: 480px) {
	#lixil_showertoilet .merit ul li {
		width: 48.5%;
		margin: 0 2% 2% 0;
		height: 240px;
	}
}
#lixil_showertoilet .merit ul li:nth-child(3n) {
	margin: 0;
}
@media (max-width: 480px) {
	#lixil_showertoilet .merit ul li:nth-child(2n) {
		margin: 0 0 2% 0;
	}
	#lixil_showertoilet .merit ul li:nth-child(3n) {
		margin: 0 2% 2% 0;
	}
	#lixil_showertoilet .merit ul li:last-child{
		margin: 0 0% 2% 0;
	}
}
#lixil_showertoilet .merit ul li p {
	font-size: 16px;
	padding: 2%;
	line-height: 1.3;
}
#lixil_showertoilet .merit ul li p span {
	font-weight: bold;
}
@media (max-width: 480px) {
	#lixil_showertoilet .merit ul li p {
		font-size: 14px;
	}
}
#lixil_showertoilet .merit .type {
	overflow: hidden;
}
#lixil_showertoilet .merit .type ul li {
	width: 49.5%;
	margin: 1% 1% 0 0;
	border: 1px solid;
	box-shadow: none;
	height: auto;
}
@media (max-width: 480px) {
#lixil_showertoilet .merit .type ul li{
	width:100%;
}
}
#lixil_showertoilet .merit .type ul li:nth-child(2n) {
	margin: 1% 0 0 0;
}
#lixil_showertoilet .merit .type ul li p {
	font-size: 16px;
	font-weight: bold;
}
#lixil_showertoilet .merit .type ul li p span {
	font-size: 14px;
	font-weight: normal;
}
#lixil_showertoilet .merit .type ul li p.type_ttl {
	font-size: 18px;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
}
/* li のheightが小さい版 .typeのli */
#lixil_showertoilet .merit .type {
	overflow: hidden;
}
#lixil_showertoilet .merit .type ul li.mini {
	width: 49.5%;
	margin: 1% 1% 0 0;
	border: 1px solid;
	box-shadow: none;
	height: 240px;
}
#lixil_showertoilet .merit .type ul li.mini:nth-child(2n) {
	margin: 1% 0 0 0;
}
#lixil_showertoilet .merit .type ul li.mini p {
	font-size: 16px;
	font-weight: bold;
}
#lixil_showertoilet .merit .type ul li.mini p span {
	font-size: 14px;
	font-weight: normal;
}
#lixil_showertoilet .merit .type ul li.mini p.type_ttl {
	font-size: 18px;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
}
/* li のheightが小さい版 .typeのli --ここまで */

/* 価格 */
#lixil_showertoilet .merit .type ul li p.price {
	font-size: 38px;
	color: red;
	padding: 0;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 10px;
}
#lixil_showertoilet .merit .type ul li p.price span.maker {
	font-size: 24px;
	font-weight: bold;
}
#lixil_showertoilet .merit .type ul li p.price span.maker:after {
	content: "\f18e";
	font-family: FontAwesome;
	color: #000000;
	margin-right: 2%;
}
#lixil_showertoilet .merit .type ul li p.price span.tax {
	font-size: 20px;
	font-weight: bold;
}

@media (max-width: 480px) {
#lixil_showertoilet .merit .type ul li p.price {
	font-size: 80%;
	margin-top: 0;
}
#lixil_showertoilet .merit .type ul li p.price span.maker {
	font-size: 80%;
}
#lixil_showertoilet .merit .type ul li p.price span.tax {
	font-size: 80%;
}
}
/* 価格--ここまで */

/* お問い合わせフォームへのリンク */
#lixil_showertoilet .merit .contact {
	text-align: center;
	padding: 4% 0;
}
#lixil_showertoilet .merit .contact a {
	background: #2eb8bd;
	padding: 2% 15%;
	border-radius: 40px;
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	transition: color .3s;
	border: 1px solid;
}

@media (max-width: 480px) {
#lixil_showertoilet .merit .contact a {
	padding: 1% 7%;
	border-radius: 20px;
	font-size: 13px;
	border: 1px solid;
}
}

#lixil_showertoilet .merit .contact a::before {
	content: "\f064";
	font-family: FontAwesome;
	margin-right: 1%;
}
#lixil_showertoilet .merit .contact a:hover {
	opacity: 0.7;
}
/* お問い合わせフォームへのリンク--ここまで */
/* リクシル シャワートイレ--ここまで */

/* パナソニックシャワートイレ panasonic_warmwartarwashing */
#panasonic_warmwartarwashing {
	overflow: hidden;
}
#panasonic_warmwartarwashing .head {
	overflow: hidden;
	margin-bottom: 2%;
}
#panasonic_warmwartarwashing .head ul {
}
#panasonic_warmwartarwashing .head ul li {
	width: 100%;
	float: left;
	margin-right: 1%;
}
@media (max-width: 480px) {
	#panasonic_warmwartarwashing .head ul li {
		width: 100%;
	}
}
#panasonic_warmwartarwashing .head ul li:last-child {
	margin: 0;
}
#panasonic_warmwartarwashing h2 {
	font-size: 22px;
	margin: 0 0 3% 0;
	background: #FFFFFF;
	font-weight: bold;
}
#panasonic_warmwartarwashing h2::before {
	content: "";
	display: inline-block;
	width: 100px;
	height: 40px;
	background: url("../toiletc/img/panasonic/warmwartarwashing/logo.jpg") no-repeat;
	vertical-align: middle;
	margin: 0 10px 0 5px;
	background-size: 100px 40px;
}
@media (max-width: 480px) {
	#panasonic_warmwartarwashing h2 {
		font-size: 18px;
	}
	#panasonic_warmwartarwashing h2::before {
		margin: 0;
		width: 90px;
	}
}
#panasonic_warmwartarwashing .merit {
	overflow: hidden;
	padding: 2%;
	background: #E6EEF4;
	margin-bottom: 2%;
}
#panasonic_warmwartarwashing .merit h3 {
	font-size: 20px;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
	padding: 1% 2%;
	margin-top: 2%;
}
#panasonic_warmwartarwashing .merit img.imgmg {
	margin: 2% 0 1% 0;
	border: 1px solid;
}
#panasonic_warmwartarwashing .merit ul {
	overflow: hidden;
}
#panasonic_warmwartarwashing .merit ul li {
	width: 32.5%;
	float: left;
	margin: 0 1.2% 1.2% 0;
	height: 300px;
	box-shadow: 1px 3px 3px rgba(0,0,0,0.3);
	background: #FFFFFF;
	height: 300px;
}
@media (max-width: 480px) {
	#panasonic_warmwartarwashing .merit ul li {
		width: 48.5%;
		margin: 0 2% 2% 0;
		height: auto;
	}
}
#panasonic_warmwartarwashing .merit ul li:nth-child(3n) {
	margin: 0;
}
@media (max-width: 480px) {
	#panasonic_warmwartarwashing .merit ul li:nth-child(2n) {
		margin: 0 0 2% 0;
	}
	#panasonic_warmwartarwashing .merit ul li:nth-child(3n) {
		margin: 0 2% 2% 0;
	}
}
#panasonic_warmwartarwashing .merit ul li p {
	font-size: 16px;
	padding: 2%;
	line-height: 1.3;
}
#panasonic_warmwartarwashing .merit ul li p span {
	font-weight: bold;
}
@media (max-width: 480px) {
	#panasonic_warmwartarwashing .merit ul li p {
		font-size: 14px;
	}
}
#panasonic_warmwartarwashing .merit .type {
	overflow: hidden;
}
#panasonic_warmwartarwashing .merit .type ul li {
	width: 49.5%;
	margin: 1% 1% 0 0;
	border: 1px solid;
	box-shadow: none;
	height: auto;
}
@media (max-width: 480px) {
#panasonic_warmwartarwashing .merit .type ul li{
	width:100%;
}
}

#panasonic_warmwartarwashing .merit .type ul li:nth-child(2n) {
	margin: 1% 0 0 0;
}
#panasonic_warmwartarwashing .merit .type ul li p {
	font-size: 16px;
	font-weight: bold;
}
#panasonic_warmwartarwashing .merit .type ul li p span {
	font-size: 14px;
	font-weight: normal;
}
#panasonic_warmwartarwashing .merit .type ul li p.type_ttl {
	font-size: 18px;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
}
/* li のheightが小さい版 .typeのli */
#panasonic_warmwartarwashing .merit .type {
	overflow: hidden;
}
#panasonic_warmwartarwashing .merit .type ul li.mini {
	width: 49.5%;
	margin: 1% 1% 0 0;
	border: 1px solid;
	box-shadow: none;
	height: 240px;
}
#panasonic_warmwartarwashing .merit .type ul li.mini:nth-child(2n) {
	margin: 1% 0 0 0;
}
#panasonic_warmwartarwashing .merit .type ul li.mini p {
	font-size: 16px;
	font-weight: bold;
}
#panasonic_warmwartarwashing .merit .type ul li.mini p span {
	font-size: 14px;
	font-weight: normal;
}
#panasonic_warmwartarwashing .merit .type ul li.mini p.type_ttl {
	font-size: 18px;
	font-weight: bold;
	background: #000000;
	color: #FFFFFF;
	text-align: center;
}
/* li のheightが小さい版 .typeのli --ここまで */

/* 価格 */
#panasonic_warmwartarwashing .merit .type ul li p.price {
	font-size: 36px;
	color: red;
	padding: 0;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 10px;
}
#panasonic_warmwartarwashing .merit .type ul li p.price span.maker {
	font-size: 20px;
	font-weight: bold;
}
#panasonic_warmwartarwashing .merit .type ul li p.price span.maker:after {
	content: "\f18e";
	font-family: FontAwesome;
	color: #000000;
	margin-right: 2%;
}
#panasonic_warmwartarwashing .merit .type ul li p.price span.tax {
	font-size: 20px;
	font-weight: bold;
}

@media (max-width: 480px) {
#panasonic_warmwartarwashing .merit .type ul li p.price {
	font-size: 80%;
	margin-top: 0;
}
#panasonic_warmwartarwashing .merit .type ul li p.price span.maker {
	font-size: 80%;
}
#panasonic_warmwartarwashing .merit .type ul li p.price span.tax {
	font-size: 80%;
}
}
/* 価格--ここまで */

/* お問い合わせフォームへのリンク */
#panasonic_warmwartarwashing .merit .contact {
	text-align: center;
	padding: 4% 0;
}
#panasonic_warmwartarwashing .merit .contact a {
	background: #2eb8bd;
	padding: 2% 15%;
	border-radius: 40px;
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	transition: color .3s;
	border: 1px solid;
}
@media (max-width: 480px) {
#panasonic_warmwartarwashing .merit .contact a {
	padding: 1% 7%;
	border-radius: 20px;
	font-size: 13px;
	border: 1px solid;
}
}
#panasonic_warmwartarwashing .merit .contact a::before {
	content: "\f064";
	font-family: FontAwesome;
	margin-right: 1%;
}
#panasonic_warmwartarwashing .merit .contact a:hover {
	opacity: 0.7;
}
/* お問い合わせフォームへのリンク--ここまで */
/* パナソニック 温水洗浄便座--ここまで */

/* よくあるご質問 question */
.question_box {
	padding: 0;
}
.question_box dt {
	padding: 2% 0 0 0;
	font-size: 18px;
}
.question_box dt::before {
	content: "Q";
	background: #003399;
	color: #FFFFFF;
	font-size: 30px;
	padding: 0 10px;
	font-weight: bold;
	margin-right: 10px;
	vertical-align: middle;
}
@media (max-width: 980px) {
	.question_box dt {
	}
}
@media (max-width: 480px) {
	.question_box dt {
		font-size: 16px;
	}
}
.question_box dd {
	padding: 2% 0;
	font-size: 18px;
	margin-bottom: 1%;
	line-height: 1.5;
}
.question_box dd::before {
	content: "A";
	background: red;
	color: #FFFFFF;
	font-size: 30px;
	padding: 0 10px;
	font-weight: bold;
	margin-right: 10px;
	vertical-align: middle;
}
@media (max-width: 980px) {
	.question_box dd {
	}
}
@media (max-width: 480px) {
	.question_box dd {
		font-size: 16px;
	}
}


/*
----------------
お客様の声(アーカイブページ)*/

#post-929 .contents_wrap ul li:nth-of-type(even) {
    margin-left: 9%;
}

.nine.columns {
    margin: 0;
    width: 100%;
}

.nine.columns h3 {
    font-weight: normal;
    font-size: 0.9em;
    color: #493119;
}

/*
----------------
お客様の声(投稿ページ)*/

.sub .article_area h1.post_h1 {
    font-size: 2em;
    font-weight: bold;
    color: #493119;
}

.top_image {
	text-align: center;
	padding-top: 142px;
	background: #FFFFFF;
}
@media (max-width: 980px) {
	.top_image {
		padding-top: 86px;
	}
}
@media (max-width: 768px) {
	.top_image {
		padding-top: 80px;
	}
}
@media (max-width: 480px) {
	.top_image {
		padding-top: 51px;
	}
}
.post_wrap h3 {
    margin: 2% 0 5%;
    color: #493119;
}

p.guest {
    padding-right: 2%;
    background: #4BA9F4;
    text-align: right;
    color: #fff;
    margin-bottom: 3%;
}

.before_after {
    text-align: center;
    margin-bottom: 3%;
}

.before_after li {
    display: inline-block;
}

.comment {
    margin-top: 3%;
    padding: 3%;
    background: #FFF9C4;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.comment div {
    float: right;
    margin-right: 3%;
    width: 20%;
    vertical-align: bottom;
    position: absolute;
    bottom: 20px;
}

.comment p {
    float: right;
    width: 75%;
}

.before_after p {
    background: #4BA9F4;
    color: #fff;
}

/* 会社概要 company,スタッフ紹介 */
.company_box {
}
.company_box dl {
	width: 100%;
	display: table;
}
.company_box dt {
	width: 25%;
	text-align: center;
	display: table-cell;
	font-size: 18px;
	font-weight: normal;
	line-height: 3;
	vertical-align: middle;
	border-bottom: 1px dotted #333333;
	padding: 1% 0;
}

.staffpagebox dt{
	line-height: 1.5;
	padding: 0;
	font-weight: 500;
}

.bordernone dt{
	border-bottom:none;
}

.staffpagebox dl dd{
	line-height: 1.5;
	padding: 0;
}

.bordernone dl dd{
	border-bottom:none;
}

@media (max-width: 480px) {
	.company_box dt {
		width: 100%;
		text-align: left;
		font-size: 16px;
		line-height: 1.5;
		padding: 0;
		display: inline-block;
		border: none;
	}
}
.company_box dd {
	width: 75%;
	display: table-cell;
	font-size: 18px;
	vertical-align: middle;
	line-height: 1.6;
	border-bottom: 1px dotted #333333;
	padding: 1% 0;
}
@media (max-width: 480px) {
	.company_box dd {
		width: 100%;
		font-size: 16px;
		line-height: 1.5;
		padding: 0 0 0 10px;
		display: inline-block;
	}
}
.company_box dd span {
	font-weight: bold;
}
.company_box dd span::before {
	content: "・";
}
.company_box dd p.ban {
	color: red;
	font-size: 90%;
}
.company_box dd p.ban:before {
	content: "※";
}


/*  #post-761 dt {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 15px;
    border-right: none;
    border-bottom: solid 1px #DDDDDD;
  }
  #post-761 dd {
    display: block;
    width: 100%;
  }
*/





/* スタッフ紹介 staff */
.staff_box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 2%;
	padding-bottom: 2%;
	border-bottom: 3px dashed #99BAFF;
}
.staff_box h2 {
	font-size: 22px;
	font-weight: bold;
}
.staff_box .staff_left {
	width: 23%;
	float: left;
}
@media (max-width: 480px) {
	.staff_box .staff_left {
		width: 30%;
	}
}
.staff_box .staff_right {
	width: 76%;
	float: right;
	padding-left: 1%;
}
@media (max-width: 480px) {
	.staff_box .staff_right {
		width: 70%;
	}
}
.staff_box p {
	line-height: 1.5;
	padding: 0;
}
@media (max-width: 480px) {
	.staff_box p {
		font-size: 16px;
	}
}

/* 問い合わせフォーム 集 */
.formban a{
	border-radius: 5px;
	display: block;
	width: 80%;
	margin: 1% auto;
	padding: 2%;
	text-align:center;
	font-weight: bold;
	background-color: #2eb8bd;
	font-size: 25px;
	color: #ffffff;
}
@media (max-width: 1024px) {
	.formban a{
		font-size: 3vw;
	}
}
.formban a:hover{
	background-color: #4c70b7;
	color: #ffffff;
}


/* 問い合わせフォーム contact */
.wrapper.id_770 {
	background: rgba(255,255,255,0.65);
}
.wrapper.id_770 #primary {
	float: none;
	margin: 0 auto;
}
.contact_box {
	padding: 0;
	font-size: 18px;
	padding-top: 2%;
}
@media (max-width: 480px) {
	.contact_box {
		font-size: 16px;
		line-height: 1.625em;
	}
}
.contact_box:nth-of-type(2) {
	padding-top: 0;
}
.contact_box dl {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
}
.contact_box dl:nth-of-type(6), .contact_box dl:nth-of-type(11), .contact_box dl:nth-of-type(14) {
}
.contact_box dl:nth-of-type(5) p {
	display: inline-block;
	vertical-align: baseline;
}
.contact_box dl:nth-of-type(5) input:nth-of-type(2) {
}
.contact_box .img_wrap {
    padding-top: 5%;
}
.contact_box dt, .contact_box dd {
 	display: table-cell;
	vertical-align: middle;
	padding: 1%;
}
.contact_box dt {
	width: 35%;
	border-bottom: 1px dashed #999999;
}
.hisu {
    padding: 0 5%;
    margin-right: 3%;
    font-size: 14px;
    background: red;
    color: #FFFFFF;
    border-radius: 20px;
    vertical-align: middle;
    display: inline-block;
    line-height: 2;
    font-weight: normal;
}
.contact_box dd span.hisu {
    padding: 0 2%;
    margin-right: 3%;
    font-size: 14px;
    background: #C53400;
    color: #fff;
    border-radius: 10px;
    vertical-align: middle;
    display: inline-block;
    line-height: 2;
}
span.nini {
  padding: 0 5%;
  margin-right: 3%;
  font-size: 14px;
  background: #BDBDBD;
  color: #FFFFFF;
  border-radius: 20px;
  vertical-align: middle;
  display: inline-block;
  line-height: 2;
  font-weight: normal;
}
.contact_box dt label {
	vertical-align: middle;
	display: inline-block;
	font-size: 18px;
}
@media (max-width: 480px) {
	.contact_box dt label {
		font-size: 16px;
	}
}
.contact_box dd {
	width: 65%;
	border-bottom: 1px dashed #999999;
}

dl.form-group dd span {
    display: block;
}

.contact_box dl div.fsmall span {
    display: inline-block;
}

dl.form-group dd span.mark {
    display: inline-block;
    padding-right: 3%;
    font-size: 1.1em;
    vertical-align: middle;
}

dl.form-group dd span.bar {
    display: inline-block;
    padding: 0 1.5%;
}

dl.form-group .textfield input{
	height: 38px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}
.formbox{
	clear: both;
	border: 1px #62c4c6 solid;
	margin-bottom: 2%;
	border-radius: 5px;
	word-wrap:break-word;
}
.formbox .mark{
	margin-left: 2%;
}

.formbox_in{
	padding: 1%;
}
.formbox .tit{
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #62c4c6;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	padding: 1%;
	font-size: 30px;
}
.formbox .informboxtt{
	background-color: #B6ECED;
	color: #000000;
	font-weight: bold;
	font-size: 23px;
	padding: 1%;
	border-radius: 5px;
}
.formbox .informboxtt_in{
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	border-bottom: 2px solid #cccccc;
	padding: 1%;
	margin-bottom: 1%;
	margin-top: 3%;
}
.formbox .paperhalfbox{
	width: 48%;
	margin: 1%;
	float: left;
}
@media (max-width: 480px) {
	.formbox .paperhalfbox{
		width: 98%;
		margin: 1%;
		float: none;
		clear: both;
	}

}
.formbox .paperbox{
	width: 48%;
	margin: 1%;
	float: left;
}


.contact_box .inner_wrap {
    margin-top: 5%;
    font-size: 0.8em;
    line-height: 1.5;
}

.contact_box .inner_wrap:nth-of-type(2) {
    text-align: center;
}

.contact_box input {
    line-height: 2;
    font-size: 0.9em;
    padding: 0 2%;
    max-width: 100%;
}


.contact_box input[type="radio"],.contact_box input[type="checkbox"] {
	width: 13px;
}

dl.form-group dd span.mwform-radio-field-text{
	display: inline;
}
.nagai input[type="radio"],.nagai input[type="checkbox"]{
	float:left;
	clear:both;
}
.nagai label span{
	width: 85%;
	    display: block;
	    float: left;
	    vertical-align: top;
	    line-height: 1.4;

	}
}

.contact_box textarea {
	font-size: 0.9em;
	max-width: 100%;
	padding: 0 2%;
	display: block;
}
.contact_box input[name="address"], .contact_box input[name="address2"] {
}

.fsmall {
    font-size: 0.8em;
}

span.mwform-radio-field label {
	line-height: 2;
	cursor: pointer;
}
@media (max-width: 480px) {
	span.mwform-radio-field label {
		background: none;
	}
}

.nagairadio span.mwform-radio-field label {
	display: block;
}
dl.form-group dd.nagairadio span.mwform-radio-field-text, dl.form-group dd.nagairadio span{
	display: inline;
}

/* 入力内容を確認するボタン */
input[name="submitConfirm"] {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background: #2eb8bd;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	padding: 2% 10%;
	margin-top: 3%;
	border: none;
	border-radius: 4px;
position: relative;
-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #003399;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
input[name="submitConfirm"]:hover {
	top: -4px;
	box-shadow: 0 7px 0 #003399;
}
input[name="submitConfirm"]:active {
	top: 3px;
	box-shadow: none;
}
.contact_box .inner_wrap p {
    font-size: 1em;
    background: #F6EEDB;
    padding: 2%;
}
@media (max-width: 480px) {
	.contact_box .inner_wrap p {
		font-size: 14px;
	}
}

a.blank {
	font-weight: bold;
}
a.blank::before {
	content: "\f08e";
	font-family: FontAwesome;
	margin-right: 3px
}
/* フォームエラーのメッセージ（プラグインのCSS上書き） */
.mw_wp_form .error {
	font-size: 80% !important;
	color: red !important;
	display: block !important;
	font-weight: bold !important;
}


/* お問い合わせ確認画面 contact/confirm */

.wrapper.id_1017 #primary {
    float: none;
    margin: 0 auto;
}
.confirm .contact_box dl:nth-of-type(5) p {
    display: block;
}
.id_1017 .contact_box dd span.hisu {
    display: none;
}
.id_1017 .fsmall {
    display: none;
}
.id_1017 .contact_box dl div.fsmall {
    display: block;
}
/* 送信ボタン */
input[name="mwform_submitButton-835"] {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background: #3276FF;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	padding: 2% 10%;
	margin-top: 3%;
	border: none;
	border-radius: 4px;
position: relative;
-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #003399;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	margin-left: 5%;
}
input[name="mwform_submitButton-835"]:hover {
	top: -4px;
	box-shadow: 0 7px 0 #003399;
}
input[name="mwform_submitButton-835"]:active {
	top: 3px;
	box-shadow: none;
}
/* 戻るボタン */
input[name="submitBack"] {
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background: #f7d034;
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
	padding: 2% 10%;
	margin-top: 3%;
	border: none;
	border-radius: 4px;
position: relative;
-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #f7ba59;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	margin-right: 5%;
}
input[name="submitBack"]:hover {
	top: -4px;
	box-shadow: 0 7px 0 #f7ba59;
}
input[name="submitBack"]:active {
	top: 3px;
	box-shadow: none;
}

/* お問い合わせ完了画面 contact/complete */
.wrapper.id_1038 #primary {
	float: none;
	margin: 0 auto;
}

/* プライバシーポリシー privacy */
.privacy_box {
	padding: 0;
	margin: 3% 0 0 0;
}
.privacy_box h2 {
	font-size: 22px;
	font-weight: bold;
	padding: 0;
	margin: 3% 0 0 0;
}
@media (max-width: 768px) {
	.privacy_box h2 {
		font-size: 18px;
	}
}
.privacy_box p {
	padding: 1% 0;
}
.privacy_box ul li {
	font-size: 18px;
	list-style: inside;
}
@media (max-width: 768px) {
	.privacy_box ul li {
		font-size: 15px;
		line-height: 1.6;
	}
}
.privacy_box p.address {
	padding: 0;
}

/* 施工事例（投稿） case */
.before_after_box {
	padding: 0 5px;
}

.before_after_title {
	font-size: 100%;
	line-height: 1.5;
	background: #2eb8bd;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 15px;
}

.before_after_box .yokonaga{
	margin-top: 80px;
}

@media (max-width: 680px) {

.before_after_box .yokonaga{
	margin-top: 0;
}

}

/* 投稿ページ */
.block ul {
	list-style: none;
	padding: 0;
	margin: 0 0 3% 0;
	letter-spacing: -.4em;
	text-align: center;
}
.block li.bf {
	text-align: center;
	width: 45%;
}

.block li.af {
    text-align: center;
    width: 45%;
}


.block li {
    display: inline-block;
    letter-spacing: normal;
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
    position: relative;
}
.block li > div {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.block li .ttl {
    font-size: 20px;
    font-weight: bold;
}
.block li.arrow {
    background: url(../img/case/arrow1.png) center center no-repeat;
    width: 10%;
    height: 400px;
}

.block li {
    display: inline-block;
    letter-spacing: normal;
    list-style: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
    position: relative;
}

.post_title {
    text-align: center;
    color: #6A3906;
    background: #FFF9C4;
    border: solid #FFE500 2px;
}

/*----------------
バナーアニメーション*/

.banner img:hover {
  opacity:0.75;
}

.hvr-grow {
    transition-duration: 0.5s;
    transition-property: transform;
}

.hvr-grow:hover {
    transform: scale(1.05);
}



.banner_animation:hover {
  animation:banner_animation 7050ms linear infinite both;
}

@keyframes banner_animation {
0%{transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
0.61%{transform:matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
0.71%{transform:matrix3d(1.001, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, -10, 0, 1);}
1.59%{transform:matrix3d(1.004, 0, 0, 0, 0, 1.004, 0, 0, 0, 0, 1, 0, 0, -8.489, 0, 1);}
2.3%{transform:matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, -6.295, 0, 1);}
3.08%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, -3.306, 0, 1);}
3.79%{transform:matrix3d(1.012, 0, 0, 0, 0, 1.012, 0, 0, 0, 0, 1, 0, 0, -0.472, 0, 1);}
4.57%{transform:matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 2.366, 0, 1);}
5.28%{transform:matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 4.384, 0, 1);}
6.06%{transform:matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 5.774, 0, 1);}
6.77%{transform:matrix3d(1.016, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 6.198, 0, 1);}
7.75%{transform:matrix3d(1.014, 0, 0, 0, 0, 1.014, 0, 0, 0, 0, 1, 0, 0, 5.55, 0, 1);}
8.46%{transform:matrix3d(1.013, 0, 0, 0, 0, 1.013, 0, 0, 0, 0, 1, 0, 0, 4.363, 0, 1);}
9.34%{transform:matrix3d(1.011, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 2.377, 0, 1);}
10.05%{transform:matrix3d(1.009, 0, 0, 0, 0, 1.009, 0, 0, 0, 0, 1, 0, 0, 0.637, 0, 1);}
10.93%{transform:matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, -1.358, 0, 1);}
11.64%{transform:matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, -2.619, 0, 1);}
12.52%{transform:matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, -3.573, 0, 1);}
13.23%{transform:matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, -3.796, 0, 1);}
14.11%{transform:matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, -3.434, 0, 1);}
14.82%{transform:matrix3d(1.008, 0, 0, 0, 0, 1.008, 0, 0, 0, 0, 1, 0, 0, -2.726, 0, 1);}
15.7%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, -1.522, 0, 1);}
16.41%{transform:matrix3d(1.011, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, -0.457, 0, 1);}
17.29%{transform:matrix3d(1.012, 0, 0, 0, 0, 1.012, 0, 0, 0, 0, 1, 0, 0, 0.775, 0, 1);}
18%{transform:matrix3d(1.012, 0, 0, 0, 0, 1.012, 0, 0, 0, 0, 1, 0, 0, 1.562, 0, 1);}
18.88%{transform:matrix3d(1.012, 0, 0, 0, 0, 1.012, 0, 0, 0, 0, 1, 0, 0, 2.17, 0, 1);}
19.59%{transform:matrix3d(1.012, 0, 0, 0, 0, 1.012, 0, 0, 0, 0, 1, 0, 0, 2.325, 0, 1);}
22.16%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0.883, 0, 1);}
22.87%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0.23, 0, 1);}
25.34%{transform:matrix3d(1.009, 0, 0, 0, 0, 1.009, 0, 0, 0, 0, 1, 0, 0, -1.343, 0, 1);}
26.05%{transform:matrix3d(1.009, 0, 0, 0, 0, 1.009, 0, 0, 0, 0, 1, 0, 0, -1.424, 0, 1);}
28.52%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, -0.566, 0, 1);}
29.23%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, -0.166, 0, 1);}
31.71%{transform:matrix3d(1.011, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0.815, 0, 1);}
32.41%{transform:matrix3d(1.011, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0.872, 0, 1);}
38.17%{transform:matrix3d(1.009, 0, 0, 0, 0, 1.009, 0, 0, 0, 0, 1, 0, 0, -0.504, 0, 1);}
38.88%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, -0.534, 0, 1);}
44.53%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0.306, 0, 1);}
45.24%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0.327, 0, 1);}
50.99%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, -0.19, 0, 1);}
51.7%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, -0.2, 0, 1);}
57.35%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0.115, 0, 1);}
58.06%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0.123, 0, 1);}
63.81%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, -0.071, 0, 1);}
64.52%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, -0.075, 0, 1);}
70.17%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0.043, 0, 1);}
70.88%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0.046, 0, 1);}
76.63%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, -0.027, 0, 1);}
77.34%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, -0.028, 0, 1);}
83.09%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0.017, 0, 1);}
83.8%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0.017, 0, 1);}
89.45%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, -0.01, 0, 1);}
90.16%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, -0.011, 0, 1);}
95.91%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0.006, 0, 1);}
96.62%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0.006, 0, 1);}
99.29%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0.002, 0, 1);}
100%{transform:matrix3d(1.01, 0, 0, 0, 0, 1.01, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);}
}

/*
----------------
レスポンシブ調整 */

@media (min-width: 980px) {
    .pc_menu li:nth-of-type(n+6) {
    display: none;
    }
}

@media (max-width: 980px) {

  /*----------------
  ヘッダー*/

  .header {
    position: fixed;
    top: 0;
  }

  .header_inquiry {
    display: none;
  }

  div#header_top {
    display: block;
  }

  .header_logo {
    display: block;
  }

  .contact_link,
  .tel {
    display: none;
  }

  #bottom_info {
    display: none !important;
  }

  .bottom_info_sp {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: auto;
    margin: 0px;
    z-index: 99;
    line-height: 0;
    left: 0;
  }

  /*----------------
  フッター*/

    #footer_inquiry {
    float: none;
    margin-top: 5%;
  }

  .six.columns.logo {
    float: none;
  }

  .copyright {
    padding: 5px 0px 7%;
  }

  /*----------------
  テンプレート*/
  .index, #primary {
    float: none;
    width: 100%;
  }

  main#main {
    padding: 3% 0 3%;
  }

  div#secondary {
    float: none;
    width: 100%;
    display: none;
  }

  .sub .article_area h1 {
    background: none;
  }

  .sub #post-597 h1 {
    background: url(images/present_bg.png);
  }

  /*----------------
  投稿ページ*/

  .block li.bf,.block li.af {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .block li.arrow {
    width: 100%;
    background: url(../img/case/arrowdown.png) no-repeat center center;
    height: 100px;
    display: block;
  }

  .block li.bf span,
  .block li.af span {
    top: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    font-size: 32px;
    line-height: 105px;
    background-size: 100px;
  }

  /*----------------
  無料見積もり*/
  .contact_box dl {
    display: block;
  }

  .contact_box dt {
    display: block;
    width: 100%;
  }

  .contact_box dd {
    width: 100%;
    display: block;
  }

  .contact_box dt span.hisu,
  .contact_box dt span.nini {
    padding: 0 2%;
  }

  dl.form-group dd span {
    max-width: 100%;
  }


}

@media (max-width: 786px) {
  /*
  ----------------
  お客様の声（投稿ページ）*/
  .before_after li {
    width: 100%;
  }

  .before_after p {
    width: 370px;
    max-width: 100%;
    margin: 0 auto 3%;
  }

  .before_after {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {

  /*----------------
  バナーアニメーション設定*/

  .banner img:hover {
    opacity: 1;
  }

  .banner_animation:hover {
      animation: none;
  }

  .hvr-grow:hover {
    transform: scale(1);
  }

  /*----------------
  テンプレート*/



   /*
   ----------------
   フッター*/
  .row .row .columns {
      padding-bottom: 1em;
  }

  /*----------------
  トップページ*/

   .omoide_wrap {
    display: block;
   }

   .omoide_image {
    display: block;
    width: 65%;
    padding-right: 0;
    text-align: center;
    margin: 0 auto;
   }

  .omoide_wrap p {
     width: 100%;
     display: block;
   }

   .omoide_wrap:nth-last-of-type(2) p {
     width: 100%;
     display: block;
   }

   .omoide_wrap:nth-last-of-type(2) .omoide_image {
     width: 40%;
     margin: 0 auto;
   }

   .pro_img {
     display: block;
     width: 50%;
     margin: 0 auto;
     padding-right: 0;
     text-align: center;
    }

    .pro_wrap p {
     width: 100%;
     display: block;
    }

    .pro_wrap:nth-of-type(2) .pro_img {
    width: 40%;
    margin: 0 auto;
    }

    .point_wrap p {
    display: block;
    width: 100%;
    margin-bottom: 5%;
    }

    .point_img {
    display: block;
    width: 48%;
    text-align: center;
    padding-left: 0;
    margin: 0 auto;
    }

    .point_wrap:nth-of-type(2) .point_img {
    width: 31.5%;
    padding-right: 0;
    padding-left: 0;
    }

    ul.top_nav img {
    opacity: 1;
    }

    ul.top_nav img:hover {
    opacity: 1;
    }

    .point_wrap:nth-of-type(2) p {
    margin-bottom: 0;
    }

    .index .simply-scroll-list li {
    width: 140px;
    }

    div#loopSlide .banner_center {
    top: -19px;
    }


  /*
  ----------------
  お客さまの声（投稿ページ）*/

  img.after {
    float: none;
    margin: 0 auto;
    width: 57.4%;
  }

  img.before {
    float: none;
    margin: 0 auto;
    width: 57.4%;
  }

  i.traiangle {
    border-width: 45px 30px 0 30px;
    border-color: #007bff transparent transparent transparent;
  }

  /*
  ----------------
  お客さまの声（アーカイブページ）*/

  li.post_list {
    display: block;
    margin: 0 auto 10%;
    width: 74%;
  }

  .contents_wrap ul li:nth-of-type(even) {.contents_wrap
    ul li: nth-of-type(even);
    margin-left: auto;
  }



}

@media (max-width: 640px) {

  .header_inquiry {
      display: none;
  }

  .header_logo {
      width: 100%;
  }

  .inquiry.row {
      padding-top: 0;
  }

  /*----------------
  フッター*/

  .six.columns.logo,
  #footer_inquiry {
    float: none;
    overflow: inherit;
  }

  #footer_inquiry img {
    width: 350px;
  }

  .six.columns.logo img {
    width: 100px;
  }

  /*----------------
  トップページ*/

  .index .keyimage {
      padding-top: 60%;
      height: auto;
  }

  li.slideCell img {
    width: 75%;
    padding-right: 0px !important;
  }

  li.slide01 img {
    padding-top: 35%;
  }

  li.slide02 img {
    padding-top: 37%;
  }

  li.slide03 img {
    padding-top: 45%;
  }

  li.slide04 img {
    padding-top: 65%;
  }

  div#loopSlide .banner_center {
    top: 0;
  }

  /*----------------
  よくあるご質問*/

  .question_box dt {
    height: auto;
  }

  .question_box dt span {
    padding-left: 8%;
  }

  .question_box dd:after {
    top: 35%;
  }

  /*----------------
  お客様の声（投稿ページ）*/

  .sub .article_area h1.post_h1 {
    font-size: 1.6em;
  }

}

@media (max-width: 480px) {


  /*----------------
  ヘッダー*/

  div#gheader h1 {
    display: none;
  }

  .header_logo img {
    width: 150px;
	margin-left: 10px;
  }

  /*----------------
  トップページ*/

  div#header_top {
    margin: 4px 0;
  }

  .index .keyimage {
    padding-top: 45%;
  }

  li.slideCell {
      width: 200px !important;
  }

  li.slide01 img {
    padding-top: 145%;
    width: 95%;
    margin: 0 auto;
  }

  li.slide02 img {
    padding-top: 170%;
    width: 100%;
    margin: 0 20px;
  }

  li.slide03 img {
    width: 60%;
    padding-top: 155%;
    margin: 0 20px 0 50px;
  }

  li.slide04 img {
    width: 75%;
    padding-top: 125%;
    margin: 0 20px;
  }

  .index .simply-scroll-list li {
    width: 95px;
  }

  /*----------------
  よくあるご質問*/

  .question_box dt:before {
    background-size: 80px;
  }

  .question_box dd:after {
    top: 50%;
    background-size: 80px;
  }

  .question_box dd span {
    padding: 0;
  }

  /*----------------
  お客様の声（アーカイブページ）*/

  li.post_list {
    width: 95%;
   }

  /*----------------
  お客様の声（投稿ページ）*/

   .sub .article_area h1.post_h1 {
    font-size: 1.1em;
   }

   div.after {
    float: none;
    width: 100%;
    text-align: center;
   }

   div.before {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
   }

   .comment div {
    float: none;
    position: initial;
    width: 35%;
    margin: 3% 3% 0 auto;
   }


  .block li div {
    width: 70%;
  }
}
  /*----------------
  無料見積もり*/



@media (max-width: 320px) {

  /*----------------
  トップページ*/

  li.slideCell {
      width: 190px !important;
  }

  li.slide01 img {
    padding-top: 175%;
    width: 75%;
    margin: 0;
  }

  li.slide02 img {
    padding-top: 185%;
    width: 90%;
    margin: 0;
  }

  li.slide03 img {
    width: 60%;
    padding-top: 165%;
    margin: 0 30px 0 20px;
  }

  li.slide04 img {
    width: 65%;
    padding-top: 165%;
    margin: 0;
  }

  .index .simply-scroll-list li {
    width: 75px;
  }

  /*----------------
  お客様の声（投稿ページ）*/

  .sub .article_area h1.post_h1 {
    font-size: 0.95em;
  }

}


/***********************
商品詳細仕様ページ
*************************/
.shosai{
	border-bottom: dashed #333333 1px;
	padding-bottom: 2%;
	margin-bottom: 10%;
}
.shosai h2{
	border-left: 10px solid #2eb8bd;
	font-weight: bold;
	font-size: 30px;
	padding-left: 2%;
}
.shobox{
	width: 30%;
	float: left;
	margin: 1% 1% 3% 1%;
	box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.1);
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
	overflow: hidden;
}
@media (max-width: 480px) {
	.shobox{
		width: 48%;
		float: left;
		box-shadow: none;
}
}
.shoboxhalf{
	width: 48%;
}
@media (max-width: 480px) {
	.shoboxhalf{
		width: 98%;
		float: none;
}
}
.shoboxfull{
	width: 98%;
}
.shoboxsemifull{
	width: 60%;
	margin-left:auto;
	margin-right:auto;
	float: none;
}

@media (max-width: 480px) {
	.shoboxsemifull{
		width: 98%;
}
}

.shobox img{
	border-radius: 5px 5px 0 0/ 5px 5px 0 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.shobox p{
	padding: 1%;
	background-color: #f5f5f5;
	height: 180px;
	border-radius: 0 0 5px 5px / 0 0 5px 5px;
}

@media (max-width: 1024px) {
	.shobox p{
		height: 240px;
	}
}
@media (max-width: 480px) {
	.shobox p{
		height: 190px;
	}
	.shoboxhalf p, .shoboxsemifull p{
		height: auto;
	}
}
.shoboxfull p{
	height: auto;
}

/***商品のみ価格です****************************/
.shohinnomi{
	text-align:right;
	font-weight:bold;
	padding-top: 0px;
	font-size:1.5em;
}
@media (max-width: 480px) {
.shohinnomi{
	font-size: 0.7em;
}
}


/*----------------
電話番号調整*/

#header_top .tel{
	position: relative;
}
.tel_01{
	position: absolute;
	bottom: 2%;
	right: 5%;
	color: #ff0000;
	font-weight: bold;
}
@media (max-width: 1024px) {
	.tel_01{
		font-size: 1vw;
	}
}

#bottom_info .bottom_block .bottom_tel{
	position: relative;
}
#bottom_info .bottom_block .bottom_tel img{
	width: 490px;
}

.tel_02{
	position: absolute;
	line-height: 1;
	bottom: 10%;
	right: 5%;
	color: #ff0000;
	font-weight: bold;
	font-size: 40px
}


.tel_03{
	position: fixed;
	    line-height: 1;
	    bottom: 1%;
	    right: 26%;
	    color: #000000;
	    font-weight: bold;
	    font-size: 5vw;
			text-shadow:
   -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
     1px 1px 0 #ffffff;
}


/*個別トイレページ*/
/*.totoqrpage*/
.totoqrpage .setbox{
	border: 4.5px solid #2e2e2e;
}
.totoqrpage .setbox p.ttl{
	background: #2e2e2e;
}
.totoqrpage  .setbox .fixmark_arai{
	background-color: #2e2e2e;
}
/*.totoexpage*/
.totoexpage .setbox{
	border: 4.5px solid #3f4f82;
}
.totoexpage .setbox p.ttl{
	background: #3f4f82;
}
.totoexpage  .setbox .fixmark_arai{
	background-color: #3f4f82;
}
/*.totoggpage*/
.totoggpage .setbox{
	border: 4.5px solid #623f28;
}
.totoggpage .setbox p.ttl{
	background: #623f28;
}
.totoggpage  .setbox .fixmark_arai{
	background-color: #623f28;
}
/*.totoneopage*/
.totoneopage .setbox{
	border: 4.5px solid #a0d9f7;
}
.totoneopage .setbox p.ttl{
	background: #a0d9f7;
}
.totoneopage  .setbox .fixmark_arai{
	background-color: #a0d9f7;
}
/*.lixilamepage*/
.lixilamepage .setbox{
	border: 4.5px solid #ff4e00;
}
.lixilamepage .setbox p.ttl{
	background: #ff4e00;
}
.lixilamepage  .setbox .fixmark_arai{
	background-color: #ff4e00;
}
/*.lixilsatispage*/
.lixilsatispage .setbox{
	border: 4.5px solid #000000;
}
.lixilsatispage .setbox p.ttl{
	background: #000000;
}
.lixilsatispage  .setbox .fixmark_arai{
	background-color: #000000;
}
/*.lixilreforepage*/
.lixilreforepage .setbox{
	border: 4.5px solid #05bcdc;
}
.lixilreforepage .setbox p.ttl{
	background: #05bcdc;
}
.lixilreforepage  .setbox .fixmark_arai{
	background-color: #05bcdc;
}
/*.pananewalapage*/
.pananewalapage .setbox{
	border: 4.5px solid #c7c7c9;
}
.pananewalapage .setbox p.ttl{
	background: #c7c7c9;
}
.pananewalapage  .setbox .fixmark_arai{
	background-color: #c7c7c9;
}
/*.panaalaunospage*/
.panaalaunospage .setbox{
	border: 4.5px solid #028dae;
}
.panaalaunospage .setbox p.ttl{
	background: #028dae;
}
.panaalaunospage  .setbox .fixmark_arai{
	background-color: #028dae;
}
/*.panashingataalapage*/
.panashingataalapage .setbox{
	border: 4.5px solid #3a3f39;
}
.panashingataalapage .setbox p.ttl{
	background: #3a3f39;
}
.panashingataalapage  .setbox .fixmark_arai{
	background-color: #3a3f39;
}
