/* ===================================================================
CSS
 style info :  基本構造（common.css）
=================================================================== */


/* PC用のスタイル記述 */
.sp {
	display: none;}
.pc {
	display: block;}

#header {
	padding: 15px 0 20px 0;}

#headerIn {
	width: 980px;
	margin: 0 auto;}

#logo {
	float: left;}

#head_tel {
	float: right;}

#head_tel li {
	float: right;
	margin-left: 15px;}

#menu {
	width: 980px;
	margin: 0 auto;}

#menu li {
	float: left;}


.wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
   background: url(../img/pagetop.png) top left no-repeat;
   width: 50px;
   display: block;
   height: 50px;
   text-indent: -9999em;}

#footer {
	width: 100%;
	background-color: #f5f5f5;
	padding: 40px 0 35px 0;
	font-size: 95%;}


/* =====  [開始] 20251201 合併のためフッターレイアウト変更 [PC版] ===== */

#footer_left {
	/* width: 400px; 本店と岐阜支店の横幅200->記述なし */
	float: left;
	line-height: 24px;}

	/* 岐阜支店追加につき記述 */
	.store-wrapper {
	display: flex;
  	gap: 40px; 
}

#footer_center {
	margin-left: 20px;/* margin-left: 90px->20; */
	letter-spacing: 0em;
	float: left;
	width: 360px;}

/* 旧#footer_center li {
	background: url(../img/footer_arrow.png) center left no-repeat;
	float: left;
	width: 170px;
	margin-bottom: 5px;
	padding-left: 10px;} */


#footer_center li {
    background: url(../img/footer_arrow.png) center left no-repeat;
    display: block;
    width: 100%;
    padding-left: 10px;
    margin-bottom: 5px;
}

#footer_center li a {
	color: #444444;}

#footer_right {
	float: right;
	text-align: right;}

/* 20251117 フッターの各要素を真横に並べる */
#footer .wrapper {
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
}

/* 20251117 フッターの各要素のwidthを指定する　開始 */
#footer_left,
#footer_center,
#footer_right {
    float: none;
}

#footer_left {
    flex: 1; 
    margin-left: 20px;
}

#footer_center {
    width: 180px;
}

#footer_right {
    width: 270px;
}
/* 20251117 フッターの各要素のwidthを指定する 終了*/
/* ===== [終了] 20251201 合併のためフッターレイアウト変更 [PC版] ===== */

address {
	text-align: center;
	font-size: 90%;}

.roof-image {
   width: 100%;}

.roof-L .image{
   float: left;
   margin: 0 20px 0 0;}

.roof-R .image{
   float: right;
   margin: 0 0 0 20px;}

.roof-L .column,
.roof-R .column{
   overflow: hidden;
   zoom: 1;}

.roof-image:after{
   display: block;
   visibility: hidden;
   clear: both;
   height: 0;
   content: " ";}

.roof-image{
   zoom: 1;}

#bread {
	background: url(../img/bread.png) top left repeat-x #dbf2f4;
	padding: 15px 0;
	font-size: 90%;
	margin-bottom: 32px;
	width: 100%;}

.title_h2 {
	background-color: #f3f3f3;
	border-left: 10px solid #0ab3e4;
	padding: 7px 0 7px 12px;
	font-size: 150%;
	font-weight: bold;}

.title_h2_orange {
	color: #e57700;
	font-weight: bold;
	font-size: 160%;}


.title_h1 {
	background: url(../img/title_under.png) bottom left no-repeat;
	padding: 0 0 7px 0;
	font-size: 190%;
	color: #20a3c4;
	font-weight: bold;}

.title_h1 span {
	padding-left: 30px;
	font-size: 50%;
	font-weight: normal;
	color: #828282;}

.title_h3 {
	font-size: 180%;
	font-weight: bold;}

.title_h3_blue {
	color: #00c3d4;
	font-size: 190%;
	font-weight: bold;}

.title_h3_big {
	font-size: 160%;
	font-weight: bold;
	padding-bottom: 7px;
	text-align: center;}

.gmap {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;}

.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}

.font-sign{
	/* font-family: "hot-gyoshokk", sans-serif; */
	font-family: sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.5em;
}
.text-align-right{
	text-align: right;
}

/* TOP ------------------------------------------------------------------- */
.top_info{
	border: 2px solid #db164e;
	text-align: center;
	font-size: 1.2rem;
	padding: 5px;
}
.top_info .title{
	color: #db164e;
	font-size: 2rem;
	font-weight: bold;
}
.top_info a{
	text-decoration: underline;
	color:#00c1dd;
}
.top_info a.tel{
	color:#3a3a3a;
	text-decoration: none;
}

#top_service {
	width: 980px;}

#top_service ul {
	width: 1005px;
	margin-left: -25px;}

#top_service li {
	float: left;
	margin-left: 25px;
	width: 310px;}

#top_service li h3 {
	background: url(../img/top_service_title.png) bottom center no-repeat;
	margin-bottom: 15px;}

#top_service li h3 a {
	color: #00c1dd;
	font-weight: bold;
	font-size: 1.4em;
	display: block;
	padding: 0 0 15px 0;}

#top_service li h3 a span {
	padding-left: 25px;
	background: url(../img/top_service_arrow.png) center left no-repeat;}

.top_ba_left {
	float: left;}

.top_ba_right {
	float: right;}

.top_news {
	background-color: #f5f5f2;
	padding: 12px;}

.top_news_title {
	float: left;
	padding-top: 10px;}

.top_news dl {
	float: right;
	width: 730px;
	padding-left: 30px;
	border-left: 2px solid #444444;
	padding-top: 7px;
}

.top_news dt {
	float: left;
	margin-right: 20px;
}

.top_news dd {
	/* padding-left: 120px; */
	margin-bottom: 7px;
}

/* かいしゃがいよう ------------------------------------------------------------------- */
.com_table {
	border:1px solid #e6e6e6;
	width: 100%;}

.com_table th {
	text-align: left;
	font-weight: normal;
	padding: 12px;
	background-color: #f7f7f7;
	border:1px solid #e6e6e6;}

.com_table td {
	border:1px solid #e6e6e6;
	padding: 12px;}

.com_table  input[type=text]{
	padding: 7px;
	border: 1px solid #e1e1e1;
	width: 80%;
	background-color: #fafafa;}

.com_table  input.day[type=text]{
	padding: 7px;
	border: 1px solid #e1e1e1;
	width: 15%;}

.com_table  textarea {
	padding: 7px;
	border: 1px solid #e1e1e1;
	background-color: #fafafa;
	width: 90%;}

.com_history dt {
	float: left;
	padding-left: 10px;}

.com_history dd {
	padding-left: 185px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
	margin-bottom: 5px;}

/* 流れ ------------------------------------------------------------------- */
.flow_left {
	float: left;
	width: 200px;
	text-align: center;}

.flow_arrow {
	padding: 18px 0;
	text-align: center;}

.flow_right {
	float: right;
	width: 750px;
	font-size: 110%;}

.flow_right h2 {
	color: #0181c4;
	font-size: 160%;
	font-weight: bold;
	border-bottom: 1px dotted #ACACAC;
	padding-bottom: 5px;
	margin-bottom: 7px;}



/* リフォーム ------------------------------------------------------------------- */
.reform_flow {
	text-align: left;}


/* スタッフ ------------------------------------------------------------------- */
.staff_name {
	color: #0181C4;
	border-bottom: 1px dotted #414141;
	padding-bottom: 7px;
	margin-bottom: 12px;
	font-size: 160%;
	font-weight: bold;}

.staff_frame {
	background-color: #F7F7F7;
	padding: 1%;
	width: 98%;}

/* 外壁 ------------------------------------------------------------------- */
.wall_sample {
	width: 980px;}

.wall_sample ul {
	width: 1100px;
	margin-left: -30px;}

.wall_sample li {
	width: 170px;
	float: left;
	margin: 0 0 25px 30px;}

/* PP ------------------------------------------------------------------- */
.pp {
	border-bottom: 1px dotted #B0B0B0;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 110%;
	font-weight: bold;}

/* お問い合わせ ------------------------------------------------------------------- */

/*確認画面へ進むボタン用*/
.mw_wp_form_input .btn input{
background: url(../img/contact_confirm.png) no-repeat;
width: 230px;
height: 60px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

.mw_wp_form_confirm .btn input{
/*送信ボタン用*/
background: url(../img/contact_submit.png) no-repeat;
width:230px;
height:60px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

#submitback input{
/*戻るボタン用*/
background: url(../img/contact_back.png) no-repeat;
width: 230px;
height: 60px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

.form_bt {
	text-align: center;
	margin-bottom: 60px;}

.form_bt li {
	display: inline;
	margin: 0 10px;}

/* BLOG ------------------------------------------------------------------- */
#contents_left {
	width: 740px;
	float: left;}

#secondary {
	float: right;
	width: 210px;}

.widget-title {
	background-color: #00B6DC;
	padding: 7px;
	color: #FFF;}

.widget-area ul {
	margin-bottom: 30px;}

.widget-area li {
	border-bottom: 1px dotted #ACACAC;
	padding: 5px;
	margin-bottom: 7px;}





/* ===================================================================
    タブレット
=================================================================== */

@media screen and (max-width: 768px) {
/* タブレット用のスタイル記述 */

.sp {
	display: block;}
.pc {
	display: none;}

img {
	max-width: 100%;
	height: auto;}

#header {
	background-color: #d3f3f3;}

#headerIn {
	margin: 0 3%;
	width: 94%;}

#headerIn img {
	max-width: 100%;
	height: auto;}

#headerIn .logo {
	float: none;
	text-align: center;}

#headerIn .headtel {
	float: none;
	width: 100%;
	text-align: center;
	padding-top: 15px;}

#headerIn h2 {
	font-size: 140%;
	font-weight: bold;}

#menu {
	width: 100%;
	margin: 0 auto;}

#menu li {
	float: none;}

#page-top {
	position: fixed;
	bottom: 10px;
	right: 5px;
}
#page-top a {
   background: url(../img/pagetop.png) top left no-repeat;
   width: 50px;
   display: block;
   height: 50px;
   text-indent: -9999em;}

#footer {
	width: 100%;
	background-color: #f5f5f5;
	padding: 30px 0 35px 0;
	font-size: 95%;
	text-align: center;}

#footer_left {
	width: 100%;
	float: none;
	line-height: 24px;
	text-align: center}

#footer_center {
	margin-left: 0;
	letter-spacing: 0em;
	float: none;
	width: 100%;}

#footer_center li {
	background: none;
	float: none;
	width: auto;
	margin-bottom: 0;
	padding-left: 0;}

#footer_center li a {
	color: #444444;}

#footer_right {
	float: none;
	text-align: center;}

/* =====  [開始] 20251201 合併のためフッターレイアウト変更 [スマホ・タブレット版] ===== */
#footer_left .store-wrapper {
    display: block;
}

#footer_left .store-wrapper p {
    width: 100%;
	margin: 0 auto; 
    text-align: center;
	margin-bottom: 10px;
}

#footer_right {
  float: none;       
  margin: 0 auto;    
  text-align: center;
}
  
#footer .wrapper {
    display: block;
}

#footer_left {
  margin-left: 0 ;
}

/* =====  [終了] 20251201 合併のためフッターレイアウト変更 [スマホ・タブレット版] ===== */


address {
	text-align: center;
	font-size: 90%;}

.wrapper {
	width: 94%;
	margin: 0 3%;}


.roof-image {
   width: 100%;}

.roof-L .image{
   float: none;
   text-align: center;
   margin: 0 0 10px 0;}

.roof-R .image{
   float: none;
   text-align: center;
   margin: 0 0 10px 0;}

#bread {
	background: url(../img/bread.png) top left repeat-x #dbf2f4;
	padding: 15px 0;
	font-size: 90%;
	margin-bottom: 10px;}


/* TOP ------------------------------------------------------------------- */
.top_info{font-size: 1rem;}
.top_info .title{font-size: 1.5rem;}
.top_info a.tel{color:#00c1dd;}

#top_service {
	width: 100%;}

#top_service ul {
	width: 100%;
	margin-left: 0;}

#top_service li {
	float: none;
	margin-left: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;}

.top_ba_left {
	float: none;
	margin-bottom: 15px;}

.top_ba_right {
	float: none;}

.top_news {
	background-color: #f5f5f2;
	padding: 12px;}

.top_news_title {
	float: none;
	padding-top: 0px;}

.top_news dl {
	float: none;
	width: 100%;
	padding-left: 0;
	border-left: 0px solid #444444;}

.top_news dt {
	float: none;}

.top_news dd {
	padding-left: 0;
	margin-bottom: 7px;}

/* かいしゃがいよう ------------------------------------------------------------------- */
.com_table {
	border:1px solid #e6e6e6;
	width: 100%;}

.com_table th {
	text-align: left;
	font-weight: normal;
	padding: 2%;
	background-color: #f7f7f7;
	border:0px solid #e6e6e6;
	display: block;
	width: 96%;}

.com_table td {
	border: 0px solid #e6e6e6;
	padding: 2%;
	display: block;
	width: 96%;}

.com_history dt {
	float: none;
	padding-left: 0px;}

.com_history dd {
	padding-left: 0;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
	margin-bottom: 5px;}

/* 流れ ------------------------------------------------------------------- */
.flow_left {
	float: none;
	width: 100%;
	text-align: center;}

.flow_arrow {
	padding: 8px 0;
	text-align: center;}

.flow_right {
	float: none;
	width: 100%;
	font-size: 100%;
	text-align: center;}

.flow_right h2 {
	color: #0181c4;
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px dotted #ACACAC;
	padding-bottom: 5px;
	margin-bottom: 7px;}

/* リフォーム ------------------------------------------------------------------- */
.reform_flow {
	text-align: center;}

/* STAFF ------------------------------------------------------------------- */
.staff_name {
	color: #0181C4;
	border-bottom: 1px dotted #414141;
	padding-bottom: 7px;
	margin-bottom: 12px;
	font-size: 160%;
	font-weight: bold;
	text-align: center;}

.staff_frame {
	background-color: #F7F7F7;
	padding: 3% 2% 0 2%;
	width: 96%;}

/* 外壁 ------------------------------------------------------------------- */
.wall_sample {
	width: 100%;}

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

.wall_sample li {
	width: 44%;
	float: left;
	margin: 0 3% 2%;}


/* お問い合わせ ------------------------------------------------------------------- */

/*確認画面へ進むボタン用*/
.mw_wp_form_input .btn input{
background: url(../img/contact_confirm.png) no-repeat;
width: 230px;
height: 60px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

.mw_wp_form_confirm .btn input{
/*送信ボタン用*/
background: url(../img/contact_submit.png) no-repeat;
background-size: contain;
width: 43%;
height: 60px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

#submitback input{
/*戻るボタン用*/
background: url(../img/contact_back.png) no-repeat;
background-size: contain;
width: 43%;
height: 60px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

.form_bt {
	text-align: center;
	margin-bottom: 30px;}

.form_bt li {
	display: inline;
	margin: 0 3%;}


/* BLOG ------------------------------------------------------------------- */
#contents_left {
	width: 100%;
	float: none;}

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

.widget-title {
	background-color: #00B6DC;
	padding: 7px;
	color: #FFF;}

.widget-area ul {
	margin-bottom: 30px;}

.widget-area li {
	border-bottom: 1px dotted #ACACAC;
	padding: 5px;
	margin-bottom: 7px;}





/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: none;
	width: 100%;
	position: relative;
	padding: 7px 0 0 0;
	min-height: 42px;
	z-index: 999999;
	background-color: #FFF;
}

.mean-container a.meanmenu-reveal {
	width: 26px;
	height: 26px;
	padding: 18px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #252525;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #252525;
	height: 4px;
	margin-top: 4px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #27bbd6;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 0.7em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
	min-height: 0px;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;}

.mean-remove {
	display: none !important;}


#ac_menu .switch {
	position: relative;
	color: #FFF;
	padding: 10px 0;
	cursor: pointer;
	margin-left: auto;
	background-color: #2A2A2A;
	text-align: center;
	width: 100%;}

#ac_menu .switch:before {}

#ac_menu .active:before,
#ac_menu .active:after {
	content: "";
	position: absolute;
	left: 16px;
	top: 7px;
	border: 0;
	background-color: #fff;
	width: 5px;
	height: 25px;
	-webkit-transform : rotate(45deg) ;
	-ms-transform : rotate(45deg) ;
	transform : rotate(45deg) ;}

#ac_menu .active:after {
	-webkit-transform : rotate(-45deg) ;
	-ms-transform : rotate(-45deg) ;
	transform : rotate(-45deg) ;}

#ac_menu .nav {
	display: none;}

#ac_menu a {
	display: block;
	margin-bottom: 0px;
	padding: 12px;
	background-color: #000;
	color: #ffffff;
	text-decoration: none;
	text-align: left;}

#ac_menu ul {
	margin-bottom: 15px;}
#ac_menu li {
	border-bottom: 1px solid #CCCCCC;}


}

/* ページ静的化時の追加スタイル */
form#mailformpro dl dd {
	padding: 0;
	border: none;
}
form#mailformpro dl dt {
	float: none;
	width: auto;
	padding: 0;
	text-align: left;
	border-top: none;
}
.form_bt {
	margin-bottom: 0;
}
