@charset "utf-8";

/*
Theme Name:land_theme
Theme URI:http://www.airconland.live/
Description:エアコンランドテーマ
Version:1.0
Author:Shunsuke Sato
Author URI:http://www.den-mart.jp/
*/

/*　トップページ
--------------------------------------------------------------------*/
/*　トップバナー　*/
#banner_wp {
	padding:30px 0;
	overflow:hidden;
}
#banner_wp .container {
/*	padding:0 100px;*/
	width:100%;
	max-width:1500px;
}
#main_bnr {
	width:71%;
	max-width:1000px;
	float:left;
}

/*　施工実績　*/
#blog_top {
	width:27%;
	float:right;
}
#blog_top h2 {
	font-weight:normal;
	font-size:20px;
	border-bottom:solid 1px #ccc;
	margin-bottom:10px;
	line-height:1.0;
	padding-bottom:8px;
}
#blog_top h2.ttl {
	margin-bottom:0;
	border-bottom:none;
	padding-bottom:0;
	display:inline;
}
#blog_top ul {overflow:hidden;}
#blog_top ul li {
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:solid 1px #e0e0e0;
	margin-bottom:10px;
	font-size:13px;
	line-height:1.3;
}
#blog_top ul li a {
	font-size:13px;
	text-decoration:none;
	color:#333;
}
#blog_top ul li a:hover {color:#f90;}
#blog_top ul li a.thumbnail {
	display:block;
	float:left;
	border:solid 1px #fff;
	width:60px;
	margin-right:10px;
}
#blog_top ul li a.thumbnail img {width:100%;}
#blog_top ul li a.title {
	font-size:14px;
	line-height:1.6;
	display:block;
	/*margin-left:72px;*/
}
#blog_top ul li .ttl_wp {display:table-cell;}

#blog_top ul li .date {
	display:block;
	color:#999;
	margin-bottom:3px;
}

/*　選ばれる理由　*/
#reason_wp {
	border-top:solid 34px #0a3d8d;
}
#reason_wp .container {
	margin-top:-29px;
	max-width:1300px;
}
#reason_wp h2 {
	width:740px;
	height:0;
	margin:0 auto 10px;
	text-align:center;
	font-weight:normal;
	font-size:2em;
	letter-spacing:1px;
	border-radius:100px 100px 0 0;
	border-bottom:50px solid #FFF;
	border-left:40px solid transparent;
	border-right:40px solid transparent;
	line-height:3em;
}
#reason_wp h3 {
	float:left;
	width:24%;
	margin:30px 0.5% 0;
	padding:0 0 10px 0;
	border:solid 1px #000;
	border-radius:10px;
	overflow:hidden;
	box-sizing:border-box;
}
#reason_wp .flex_wp {display:flex;flex-wrap:wrap;}
#reason_wp h3.reason01 {border-color:#f18101;margin-left:13%;}
#reason_wp h3.reason02 {border-color:#16aa5e;}
#reason_wp h3.reason03 {border-color:#3b589e;}
#reason_wp h3.reason04 {border-color:#1DA1F3;margin-left:13%;}

#reason_wp h3.reason01 a .title {background-color:#f18101;}
#reason_wp h3.reason02 a .title {background-color:#16aa5e;}
#reason_wp h3.reason03 a .title {background-color:#3b589e;}
#reason_wp h3.reason04 a .title {background-color:#1DA1F3;}

#reason_wp h3 a {
	display:block;
	text-align:center;
	color:#333;
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
}
#reason_wp h3 a .title {
	width:100%;
	display:block;
	background:#333;
	color:#fff;
	margin:0 0 8px 0;
	padding:13px 0;
	font-size:18px;
}
#reason_wp h3 a .title:after {
	content:"→";
	float:right;
	margin-right:20px;
	font-size:16px;
	line-height:1.8;
}
#reason_wp h3 a img {
	width:100%;
	max-width:260px;
	margin:0 auto;
}
#reason_wp h3 a .txt {
	display:block;
	font-size:15px;
	line-height:1.5;
	padding:0 10px;
	text-align:justify;
}
#reason_wp p.copy {
	text-align:center;
	font-size:30px;
	margin:35px auto;
	clear:both;
	width:100%;
	float:left;
}

#reason_wp h3.reason05 {border-color:#6c3fd8;}
#reason_wp h3.reason05 a .title {background-color:#6c3fd8;}

#reason_wp h3.reason06 {border-color:#d43277;}
#reason_wp h3.reason06 a .title {background-color:#d43277;}


/*　リンクコーナー　*/
#link_wp {border-top:solid 1px #1899B9;}
#link_wp .container {
	max-width:1300px;
}
#link_wp .container .inner_wp ul {
	margin:32px 0;
	overflow:hidden;
}
#link_wp .container .inner_wp ul li {
	float:left;
	margin-left:2%;
}
#link_wp .container .inner_wp ul li a {display:block;}
#link_wp .container .inner_wp ul li a img {
	width:100%;
}
#link_wp .container .inner_wp ul li.pdf {
	width:49%;
	margin-left:0;
}
#link_wp .container .inner_wp ul li.sns {width:15%;}

/*　 修正リンクコーナー　2026.3.18 */
#link_wp .container .inner_wp2 {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	margin:32px 0 25px;
	gap:15px;
}
#link_wp .container .inner_wp2 img {width:100%;}
#link_wp .container .inner_wp2 .flyer_wp {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	gap:10px;
}
#link_wp .container .inner_wp2 .flyer_wp .flyer_box h3 {width:100%;}
#link_wp .container .inner_wp2 .flyer_wp .flyer_box ul {
	display:flex;
	justify-content:space-between;
	align-items:center;
	background-color:#fa7c53;
	width:100%;
	padding:5px;
	gap:2px;
}
#link_wp .container .inner_wp2 .flyer_wp .flyer_box ul li {
	display:block;
	background-color:#ffd200;
	border-radius:3px;
	width:100%;
}
#link_wp .container .inner_wp2 .flyer_wp .flyer_box ul li a {
	display:flex;
	width:100%;
	justify-content:center;
	align-items:center;
	padding:4px 0;
	position:relative;
}
#link_wp .container .inner_wp2 .flyer_wp .flyer_box ul li a img {
	width:auto;
	height:43px;
}
#link_wp .container .inner_wp2 .flyer_wp .flyer_box ul li a::before {
	content:"";
	display:block;
	width:29px;
	height:auto;
	aspect-ratio:88 / 93;
	background:url(http://www.airconland.live/wp-content/themes/land_theme/images/flyer_icon_pdf.png) no-repeat;
	background-size:contain;
	margin:0 5px 0 -34px;
}
#link_wp .container .inner_wp2 .flyer_wp .flyer_box ul li a::after {
	content:"";
	display:block;
	width:15px;
	height:auto;
	aspect-ratio:1 / 1;
	background:url(http://www.airconland.live/wp-content/themes/land_theme/images/flyer_icon_blank.png) no-repeat;
	position:absolute;
	right:10px;
}
#link_wp .container .inner_wp2 .flyer_wp .flyer_box ul li.long a img {
	height:31px;
	margin:6px 0;
}
#link_wp .container .inner_wp2 .flyer_wp .sns a {display:block;}
#link_wp .container .inner_wp2 .long_bnr {margin:0 auto;}

/*　店舗紹介コーナー　*/
#shop_wp h2 {
/*	text-align:center;
	background:url(http://www.airconland.live/wp-content/themes/land_theme/images/top_h2_shop.jpg) no-repeat center center;
	background-color:#cee8f7;
	padding:35px 0 64px 0;
	font-size:26px;*/
}
#shop_wp p.ttl {
	text-align:center;
	background:url(//www.airconland.live/wp-content/themes/land_theme/images/top_h2_shop.jpg) no-repeat center center;
	background-color:#cee8f7;
	padding:35px 0 64px 0;
	font-size:26px;
}
#shop_wp .container {
	max-width:1200px;
	margin:60px auto;
	padding:0;
}
#shop_wp .container ul {
	overflow:hidden;
	width:900px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#shop_wp .container ul li {
	/*width:325px;*/
	/*float:left;*/
	/*background:url(http://www.airconland.live/wp-content/themes/land_theme/images/arrow02.jpg) no-repeat right bottom;*/
	width:292px;
	/*max-height:330px;*/
	margin:0 4px 15px;
	border:solid 1px #e0e0e0;
	box-sizing:border-box;
	background:url(//www.airconland.live/wp-content/themes/land_theme/images/arrow02.jpg) no-repeat right bottom;
}
#shop_wp .container ul li.x1,
#shop_wp .container ul li.x4,
#shop_wp .container ul li.x7 {/*margin-left:150px*/}
#shop_wp .container ul li a {
	color:#333;
	display:block;
	padding:0 4px 10px;
	text-decoration:none;
}
#shop_wp .container ul li a img {
	width:100%;
	margin:0 auto;
	display:block;
}
#shop_wp .container ul li.azabu a img {
	width: 67%;
	height: auto;
	aspect-ratio: 30 / 29;
}
#shop_wp .container ul li a h3 {
	font-size:14px;
/*	background:url(http://www.airconland.live/wp-content/themes/land_theme/images/arrow01.jpg) no-repeat left center;*/
	background:url(//www.airconland.live/wp-content/themes/land_theme/images/arrow01.jpg) no-repeat left center;
	padding:12px 0 11px 25px;
	margin-left:5px;
}
#shop_wp .container ul li a h2 {
	font-size:14px;
/*	background:url(http://www.airconland.live/wp-content/themes/land_theme/images/arrow01.jpg) no-repeat left center;*/
	background:url(//www.airconland.live/wp-content/themes/land_theme/images/arrow01.jpg) no-repeat left center;
	padding:12px 0 11px 25px;
	margin-left:5px;
}
#shop_wp .container ul li a .address {
	margin:8px 10px;
	display:block;
	font-size:12px;
}

/*　エアコンを選ぶコーナー　*/
#search_wp h2 {
	text-align:center;
/*	background:url(http://www.airconland.live/wp-content/themes/land_theme/images/top_h2_search.jpg) no-repeat center center;*/
	background:url(//www.airconland.live/wp-content/themes/land_theme/images/top_h2_search.jpg) no-repeat center center;
	background-color:#cee8f7;
	padding:35px 0 64px 0;
	font-size:26px;
	border-bottom:solid 1px #ccc;
}
#search_wp .container {
	max-width:100%;
	border-bottom:solid 1px #ccc;
}
#search_wp .container .input_wp {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding:18px 0;
}
#search_wp .container .input_wp select {
	width:15%;
	border:solid 1px #ccc;
	border-radius:3px;
	padding:10px;
	margin:0 1% 0 0;
	float:left;
	-webkit-appearance:none;
	-mox-appearance:none;
	appearance:none;
	padding-right:15px;
/*	background:url(http://www.airconland.live/wp-content/themes/land_theme/images/arrow07.gif) no-repeat right center;*/
	background:url(//www.airconland.live/wp-content/themes/land_theme/images/arrow07.gif) no-repeat right center;
	background:none\9;
}
#search_wp .container .input_wp input.search_word {
	width:74%;
	padding:9px 10px 8px;
	margin-right:1%;
	border:solid 1px #ccc;
	box-sizing:border-box;
	border-radius:3px;
	float:left;
}
#search_wp .container .input_wp a.submit {
	-webkit-appearance:none;
	width:9%;
	float:left;
	text-align:center;
	background-color:#626262;
	color:#fff;
	border:none;
	padding:6px 0 3px;
	border-radius:3px;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
}

/*　検索タブ　*/
#tab_wp .container {
	max-width:100%;
	padding:0;
	border-top:solid 15px #f5f5f5;
}
#tab_wp .container .inner_wp {max-width:100%;}
#tab_gm {
	border-bottom:solid 12px #34b071;
	overflow:hidden;
	background:#f5f5f5;
}
#tab_gm .gm_wp,
#tab_hs .hs_wp,
#tab_rm .rm_wp {
	width:1146px;
	display:table;
	margin:0 auto;
}
#tab_gm h3 {
	width:382px;
	display:table-cell;
}
#tab_gm h3 img.pc,
#tab_hs h3 img.pc,
#tab_rm h3 img.pc {display:initial;}
#tab_gm h3 img.pd,
#tab_hs h3 img.pd,
#tab_rm h3 img.pd {display:none;}
#tab_gm h3 img.sp,
#tab_hs h3 img.sp,
#tab_rm h3 img.sp {display:none;}
#tab_gm h3.hs a,
#tab_gm h3.rm a,
#tab_hs h3.gm a,
#tab_hs h3.rm a,
#tab_rm h3.gm a,
#tab_rm h3.hs a {
	cursor:pointer;
	display:block;
}

#tab_hs {
	border-bottom:solid 12px #3db8b6;
	overflow:hidden;
	background:#f5f5f5;
}
#tab_hs h3 {
	width:382px;
	display:table-cell;
}

#tab_rm {
	border-bottom:solid 12px #178bd6;
	overflow:hidden;
	background:#f5f5f5;
}
#tab_rm h3 {
	width:382px;
	display:table-cell;
}
.hidden {display:none;}

#gm_wp, #hs_wp, #rm_wp {
	max-width:1200px;
	margin:0 auto;
	padding:30px 0;
	overflow:hidden;
	display:flex;
}
#gm_wp.hidden, #hs_wp.hidden, #rm_wp.hidden {display:none;}
#gm_wp .type,
#gm_wp .spec,
#gm_wp .maker,
#hs_wp .type,
#hs_wp .spec,
#hs_wp .maker,
#rm_wp .type,
#rm_wp .spec,
#rm_wp .maker {
	float:left;
	margin-right:24px;
	padding-right:25px;
	border-right:solid 1px #e0e0e0;
}
#gm_wp .maker,
#hs_wp .maker,
#rm_wp .maker {
	margin-right:0;
	padding-right:0;
	border-right:none;
}
#gm_wp h4,
#hs_wp h4,
#rm_wp h4 {
	font-size:22px;
	margin-bottom:15px;
	padding-bottom:3px;
	font-weight:normal;
/*	background:url(http://www.airconland.live/wp-content/themes/land_theme/images/ptn01.gif) left bottom repeat-x;*/
	background:url(//www.airconland.live/wp-content/themes/land_theme/images/ptn01.gif) left bottom repeat-x;
	display:table;
}

#gm_wp .type {width:470px;}
#gm_wp .type ul {overflow:hidden;}
#gm_wp .type ul li {
	float:left;
	width:110px;
	margin:0 10px 10px 0;
}
#gm_wp .type ul li.x4 {margin-right:0;}
#gm_wp .type ul li.x4 + li {clear:left;}
#gm_wp .type ul li a {
	display:block;
	color:#048acd;
	font-size:12px;
	text-decoration:none;
}
#gm_wp .type ul li a:hover{
	color:#f90;
	-moz-opacity:1.0;
	opacity:1.0;
	filter:alpha(opacity=100);
}
#gm_wp .type ul li a img {
	width:100%;
	margin-bottom:5px;
	border:solid 1px #e0e0e0;
	box-sizing:border-box;
}
#gm_wp .type ul li a span {
/*	background:url(http://www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif) no-repeat left;*/
	background:url(//www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif) no-repeat left;
	padding:3px 0 0 10px;
	margin:0 5px;
	line-height:1.4;
}

#gm_wp .spec {width:250px;}
#gm_wp .spec ul {overflow:hidden;}
#gm_wp .spec ul li {
	float:left;
	width:120px;
	margin:0 10px 10px 0;
	border:solid 1px #e0e0e0;
	box-sizing:border-box;
}
#gm_wp .spec ul li.x2 {margin-right:0!important;}
#gm_wp .spec ul li a {
	display:block;
	color:#048acd;
	text-decoration:none;
	padding:10px;
/*	background-image:url(http://www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif);*/
	background-image:url(//www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif);
	background-repeat:no-repeat;
	background-position-x:right;
	background-position-y:center;
	background-position:right 10px center;
}
#gm_wp .spec ul li a:hover {
	-moz-opacity:1.0;
	opacity:1.0;
	filter:alpha(opacity=100);
	color:#fff;
/*	background-image:url(http://www.airconland.live/wp-content/themes/land_theme/images/arrow03h.gif);*/
	background-image:url(//www.airconland.live/wp-content/themes/land_theme/images/arrow03h.gif);
	background-color:#1b63bc;
}

#gm_wp .maker {width:380px;}
#gm_wp .maker ul {overflow:hidden;}
#gm_wp .maker ul li {
	float:left;
	width:120px;
	margin:0 10px 10px 0;
}
#gm_wp .maker ul li.x3 {margin-right:0!important;}
#gm_wp .maker ul li a {
	display:block;
	color:#048acd;
	font-size:12px;
	text-decoration:none;
	text-align:center;
}
#gm_wp .maker ul li a:hover {color:#F30;}
#gm_wp .maker ul li a img {
	width:100%;
	margin-bottom:5px;
	border:solid 1px #e0e0e0;
	box-sizing:border-box;
}
#gm_wp .maker ul li a span {
/*	background:url(http://www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif) no-repeat left;*/
	background:url(//www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif) no-repeat left;
	padding:3px 0 0 10px;
	margin:0 5px;
	line-height:1.4;
}

#hs_wp .type {width:470px;}
#hs_wp .type ul {overflow:hidden;}
#hs_wp .type ul li {
	float:left;
	width:110px;
	margin:0 10px 10px 0;
}
#hs_wp .type ul li.x4 {margin-right:0;}
#hs_wp .type ul li.x4 + li {clear:left;}
#hs_wp .type ul li a {
	display:block;
	color:#048acd;
	font-size:12px;
	text-decoration:none;
}
#hs_wp .type ul li a:hover{
	color:#f90;
	-moz-opacity:1.0;
	opacity:1.0;
	filter:alpha(opacity=100);
}
#hs_wp .type ul li a img {
	width:100%;
	margin-bottom:5px;
	border:solid 1px #e0e0e0;
	box-sizing:border-box;
}
#hs_wp .type ul li a span {
/*	background:url(http://www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif) no-repeat left;*/
	background:url(//www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif) no-repeat left;
	padding:3px 0 0 10px;
	margin:0 5px;
	line-height:1.4;
}
#hs_wp .spec {width:250px;}
#hs_wp .spec ul {overflow:hidden;}
#hs_wp .spec ul li {
	float:left;
	width:120px;
	margin:0 10px 10px 0;
	border:solid 1px #e0e0e0;
	box-sizing:border-box;
}
#hs_wp .spec ul li.x2 {margin-right:0!important;}
#hs_wp .spec ul li a {
	display:block;
	color:#048acd;
	text-decoration:none;
	padding:10px;
/*	background-image:url(http://www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif);*/
	background-image:url(//www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif);
	background-repeat:no-repeat;
	background-position-x:right;
	background-position-y:center;
	background-position:right 10px center;
}
#hs_wp .spec ul li a:hover {
	-moz-opacity:1.0;
	opacity:1.0;
	filter:alpha(opacity=100);
	color:#fff;
/*	background-image:url(http://www.airconland.live/wp-content/themes/land_theme/images/arrow03h.gif);*/
	background-image:url(//www.airconland.live/wp-content/themes/land_theme/images/arrow03h.gif);
	background-color:#1b63bc;
}
#hs_wp .maker {width:380px;}
#hs_wp .maker ul {overflow:hidden;}
#hs_wp .maker ul li {
	float:left;
	width:120px;
	margin:0 10px 10px 0;
}
#hs_wp .maker ul li.x3 {margin-right:0;}
#hs_wp .maker ul li a {
	display:block;
	color:#048acd;
	font-size:12px;
	text-decoration:none;
	text-align:center;
}
#hs_wp .maker ul li a:hover {color:#f30;}
#hs_wp .maker ul li a img {
	width:100%;
	margin-bottom:5px;
	border:solid 1px #e0e0e0;
	box-sizing:border-box;
}
#hs_wp .maker ul li a span {
/*	background:url(http://www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif) no-repeat left;*/
	background:url(//www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif) no-repeat left;
	padding:3px 0 0 10px;
	margin:0 5px;
	line-height:1.4;
}

#rm_wp .type {
	width:330px;
	border-right:none;
}
#rm_wp .type ul li {
	float:left;
	width:100%;
	padding:5px;
	border:solid 1px #e0e0e0;
	box-sizing:border-box;
}
#rm_wp .type ul li a {
	display:flex;
	justify-content:center;
	align-items:center;
	color:#048acd;
	font-size:12px;
	text-decoration:none;
	overflow:hidden;
}
#rm_wp .type ul li a img {
	width:98px;
	margin:0 10px 5px 0;
	box-sizing:border-box;
	float:left;
}
#rm_wp .type ul li a span {
/*	background:url(http://www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif) no-repeat left;*/
	background:url(//www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif) no-repeat left;
	padding:3px 0 0 10px;
	margin:0 5px;
	line-height:108px;
	font-size:16px;
	float:left;
}

/* 特選ルームエアコン */
#rm_wp .type ul li.x2 {margin:8px 0 0;}
#rm_wp .type ul li.x2 a {
	display:flex;
	float:none;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
}
#rm_wp .type ul li.x2 a img {
	width:100%;
	max-width:300px;
	margin:8px 0;
}
#rm_wp .type ul li.x2 a span {
	float:none;
	line-height:1;
	margin:0 0 5px;
}

#rm_wp .spec {width:380px;}
#rm_wp .spec ul {overflow:hidden;}
#rm_wp .spec ul li {
	float:left;
	width:120px;
	margin:0 10px 10px 0;
	border:solid 1px #e0e0e0;
	box-sizing:border-box;
}
#rm_wp .spec ul li.x3 {margin-right:0}
#rm_wp .spec ul li a {
	display:block;
	color:#048acd;
	text-decoration:none;
	padding:10px;
/*	background-image:url(http://www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif);*/
	background-image:url(//www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif);
	background-repeat:no-repeat;
	background-position-x:right;
	background-position-y:center;
	background-position:right 10px center;
}
#rm_wp .spec ul li a:hover {
	-moz-opacity:1.0;
	opacity:1.0;
	filter:alpha(opacity=100);
	color:#fff;
/*	background-image:url(http://www.airconland.live/wp-content/themes/land_theme/images/arrow03h.gif);*/
	background-image:url(//www.airconland.live/wp-content/themes/land_theme/images/arrow03h.gif);
	background-color:#1b63bc;
}
#rm_wp .maker {width:390px;}
#rm_wp .maker ul {overflow:hidden;}
#rm_wp .maker ul li {
	float:left;
	width:120px;
	margin:0 10px 10px 0;
}
#rm_wp .maker ul li.x3 {margin-right:0;}
#rm_wp .maker ul li a {
	display:block;
	color:#048acd;
	font-size:12px;
	text-decoration:none;
	text-align:center;
}
#rm_wp .maker ul li a:hover {color:#f30;}
#rm_wp .maker ul li a img {
	width:100%;
	margin-bottom:5px;
	border:solid 1px #e0e0e0;
	box-sizing:border-box;
}
#rm_wp .maker ul li a span {
/*	background:url(http://www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif) no-repeat left;*/
	background:url(//www.airconland.live/wp-content/themes/land_theme/images/arrow03.gif) no-repeat left;
	padding:3px 0 0 10px;
	margin:0 5px;
	line-height:1.4;
}

/*　工事エリア　*/
#area_wp h2 {
	text-align:center;
/*	background:url(http://www.airconland.live/wp-content/themes/land_theme/images/top_h2_area.jpg) no-repeat center center;*/
	background:url(//www.airconland.live/wp-content/themes/land_theme/images/top_h2_area.jpg) no-repeat center center;
	background-color:#cee8f7;
	padding:35px 0 64px 0;
	font-size:26px;
}
#area_wp .area_bx {
	width:1200px;
	margin:50px auto;
	border:solid 5px #ccc;
	box-sizing:border-box;
	padding:20px 35px;
	overflow:hidden;
}
#area_wp .area_bx img.area_img {
	float:left;
	width:450px;
	margin:0 25px 0 0;
}
#area_wp .area_bx .bnr01 {
	display:block;
	float:left;
	margin:0 0 10px 0;
}
#area_wp .area_bx .bnr01 img {width:100%;}
#area_wp .area_bx p.txt {
	text-align:center;
	margin:0 0 10px 0;
}
#area_wp .area_bx .btn_wp {
	float:left;
	border:solid 1px #0e4abc;
	width:645px;
	box-sizing:border-box;
	margin:15px 0 0 0;
	padding:10px 30px;
}
#area_wp .area_bx .btn_wp img.area_img02 {
	margin:-26px auto 0;
	display:block;
}
#area_wp .area_bx .btn_wp h3 {
	text-align:center;
	margin:-8px 0 0 0;
	font-size:16px;
}
#area_wp .area_bx .btn_wp ul {
	overflow:hidden;
	width:510px;
	margin:6px auto;
}
#area_wp .area_bx .btn_wp ul li {
	float:left;
	width:120px;
	height:39px;
/*	background:url(http://www.airconland.live/wp-content/themes/land_theme/images/arrow04.gif) no-repeat bottom 5px center;*/
	background:url(//www.airconland.live/wp-content/themes/land_theme/images/arrow04.gif) no-repeat bottom 5px center;
	text-align:center;
	background-color:#0e4abc;
	border-radius:3px;
	margin:0 10px 0 0;
}
#area_wp .area_bx .btn_wp ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
#area_wp .area_bx .btn_wp ul li a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	font-size:18px;
	display:block;
	text-align:center;
	padding:6px 0 5px 0;
}

/*　お知らせ　*/
#news_wp h2 {
	text-align:center;
/*	background:url(http://www.airconland.live/wp-content/themes/land_theme/images/top_h2_news.jpg) no-repeat center center;*/
	background:url(//www.airconland.live/wp-content/themes/land_theme/images/top_h2_news.jpg) no-repeat center center;
	background-color:#cee8f7;
	padding:35px 0 64px 0;
	font-size:26px;
}
#news_wp .container {
	width:100%;
	max-width:100%;
	padding:0;
}
#news_wp .container .inner_wp {
	width:100%;
	max-width:100%;
}
#news_wp .container .inner_wp ul {padding:15px 0;}
#news_wp .container .inner_wp ul li {
	padding:15px 0;
	font-size:16px;
}
#news_wp .container .inner_wp ul li .list_wp {
	width:1000px;
	margin:0 auto;
	display:table;
	overflow:hidden;
}
#news_wp .container .inner_wp ul li .list_wp span {
	width:15%;
	margin-right:50px;
	display:table-cell;
	float:left;
}
#news_wp .container .inner_wp ul li .list_wp a {
	width:75%;
	display:table-cell;
	float:left;
}
#news_wp .container .inner_wp ul li.x2,
#news_wp .container .inner_wp ul li.x4 {background-color:#f3fafa;}


/*　SNSコーナー　*/
#sns_wp .container {
	max-width:100%;
	padding:0;
}
#sns_wp .container .inner_wp {max-width:100%;}
#sns_wp .container .inner_wp .fb_wp {
	width:50%;
	float:left;
}
#sns_wp .container .inner_wp .tw_wp {
	width:50%;
	float:right;
}
#sns_wp .container .inner_wp .fb_wp .fb_hd,
#sns_wp .container .inner_wp .tw_wp .tw_hd {
	background-color:#cee8f7;
	padding:48px 0;
	overflow:hidden;
}
#sns_wp .container .inner_wp .fb_wp .fb_hd h3 {
	width:100%;
	max-width:600px;
	text-align:center;
	float:right;
}
#sns_wp .container .inner_wp .tw_wp .tw_hd h3 {
	width:100%;
	max-width:600px;
	text-align:center;
	float:left;
}
#sns_wp .container .inner_wp .fb_wp .fb_body {
	width:100%;
	max-width:600px;
	text-align:center;
	float:right;
}
#sns_wp .container .inner_wp .tw_wp .tw_body {
	width:100%;
	max-width:600px;
	text-align:center;
	float:left;
}
#sns_wp .container .inner_wp .tw_wp .tw_body iframe {
	border:solid 10px #f0f0f0!important;
	margin:40px 0!important;
}

#sns_wp .container .inner_wp .fb_wp .fb_body p {
	text-align:center;
	padding:30px 0;
}
#sns_wp .container .inner_wp .tw_wp .tw_body p {
	text-align:center;
	padding:30px 0;
}
#sns_wp .container .inner_wp .tw_wp .tw_body>div {margin:0 auto;}

.mbs._6m6 a {
	font-size:12px;
	line-height:1.2;
	font-family:YuGothic, '游ゴシック', meiryo;
	font-weight:600;
	margin-bottom:3px;
}

/* 協力会社募集 */
#link_wp .container .inner_wp .long_bnr {
	/* display:none; */
	margin:0 0 25px;
}
#link_wp .container .inner_wp .long_bnr .pc {display:block;}
#link_wp .container .inner_wp .long_bnr .sp {display:none;}

/* slider thumbnail */
#main_bnr .s_thumbnail .slick-list .slick-track {
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}
#main_bnr .s_thumbnail .slick-list .slick-track li {
	width:19%;
	max-width:190px;
	cursor:pointer;
	box-sizing:border-box;
	border:solid 2px #fff;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
#main_bnr .s_thumbnail .slick-list .slick-track li.active {border:solid 2px #f00;}
#main_bnr .s_thumbnail .slick-list .slick-track li:hover {
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}
#main_bnr .slick-slider {margin-bottom:10px;}
#main_bnr .s_thumbnail .slick-track:before, .slick-track:after {content:none!important;}

/* インフォメーションコーナー */
#banner_wp .info {
	width:100%;
	max-width:1200px;
	border:double 3px #f00;
	margin:15px auto 0;
}
#banner_wp .info a {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0.5em 0;
	font-size:18px;
	color:#1f1f1f;
	text-decoration:none;
}

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

/* メディアクエリ
------------------------------------------------------------------*/
@media print, screen and (max-width:1300px){
	#link_wp .container .inner_wp2 .flyer_wp .flyer_box ul li a img {height:3.3vw;}
	#link_wp .container .inner_wp2 .flyer_wp .flyer_box ul li.long a img {
		height:2.4vw;
		margin:0.45vw 0;
	}
}
@media print, screen and (max-width:1260px){
	#main_bnr {
		width:90%;
		max-width:1000px;
		margin:0 auto 40px;
		float:none;
	}
	#blog_top {
		width:100%;
		margin:15px 0;
	}
	#reason_wp h2 {width:600px;}
	#reason_wp h3 a .title {
		font-size:13px;
	}
	#reason_wp h3 a .title:after {
		font-size:11px;
		margin-right:10px;
	}
	#reason_wp h3 a .txt {font-size:13px;}

	#shop_wp .container ul {
		/*width:1000px;*/
		width:100%;
		max-width:900px;
		margin:0 auto;
	}
	#shop_wp .container ul li {
		width:32%;
		/*width:24%;*/
		margin:0 0.5% 15px;
	}
	#shop_wp .container ul li.x1,
	#shop_wp .container ul li.x4 {
		margin-right:0.5%;
		margin-left:0.5%;
		/*margin-top:15px;*/
	}
	#shop_wp .container ul li.x5 {
		margin-left:0.5%;
		/*margin-top:15px;*/
		/*margin-left:12.65%;*/
	}
	#shop_wp .container ul li.x7 {margin-left:0.5%;}

	#tab_gm .gm_wp, #tab_hs .hs_wp, #tab_rm .rm_wp {
		width:750px;
	}
	#tab_gm h3,
	#tab_hs h3,
	#tab_rm h3 {
		width:250px;
	}
	#tab_gm h3 img.pc,
	#tab_hs h3 img.pc,
	#tab_rm h3 img.pc {display:none;}
	#tab_gm h3 img.pd,
	#tab_hs h3 img.pd,
	#tab_rm h3 img.pd {display:initial;}
	#gm_wp, #hs_wp, #rm_wp {padding:30px;}
	#gm_wp .type,
	#gm_wp .spec,
	#gm_wp .maker,
	#hs_wp .type,
	#hs_wp .spec,
	#hs_wp .maker,
	#rm_wp .type,
	#rm_wp .spec,
	#rm_wp .maker {
		width:100%;
		margin:0 0 20px 0;
		padding:0 0 20px 0;
		border:none;
		border-bottom:solid 1px #e0e0e0;
	}
	#gm_wp .type ul li,
	#hs_wp .type ul li {height:150px;}
	#gm_wp .type ul li.x4 {margin-right:10px;}
	#gm_wp .type ul li.x4 + li {clear:none;}
	#gm_wp .spec ul li.x2 {margin-right:10px!important;}
	#gm_wp .maker ul li.x3 {margin-right:10px!important;}

	#hs_wp .type ul li {max-width:236px;}
	#hs_wp .spec ul li.x2 {margin-right:10px!important;}
	#hs_wp .type ul li.x4 {margin-right:10px;}
	#hs_wp .type ul li.x4 + li {clear:none;}
	#hs_wp .maker ul li.x3 {margin-right:10px!important;}

	#rm_wp .spec ul li.x2 {margin-right:10px;}
	#rm_wp .spec ul li.x3 {margin-right:10px;}
	#rm_wp .maker ul li.x3 {margin-right:10px;}

	#area_wp .area_bx {width:100%;}
	#area_wp .area_bx img.area_img {
		width:80%;
		max-width:645px;
		margin:0 auto;
		float:none;
		display:block;
	}
	#area_wp .area_bx .bnr01 {
		float:none;
		margin:20px auto;
		width:100%;
		max-width:645px;
	}
	#area_wp .area_bx .btn_wp {
		width:100%;
		max-width:645px;
		margin:30px auto 0;
		float:none;
	}
	#reason_wp h3 a .title {font-size:12px;}
	#reason_wp h3 a img {width:75%;}

	/* お知らせ */
	#news_wp .container .inner_wp ul li {
		padding:15px;
		box-sizing:border-box;
	}
	#news_wp .container .inner_wp ul li .list_wp {
		width:100%;
		max-width:1000px;
	}

	/* 特選ルームエアコン */
	#rm_wp .type ul {padding:0 20px 0 0;}
}

@media print, screen and (max-width:1200px){
	#rm_wp .type ul li.x1 a {
		display:flex;
		justify-content:center;
		align-items:center;
	}
	#rm_wp .type ul li a img {float:none;}
	#rm_wp .type ul li.x1 a span {line-height:1.2;}
}
@media print, screen and (max-width:1000px){
	#link_wp .container .inner_wp2 .flyer_wp {
		flex-wrap:wrap;
		max-width:600px;
		margin:0 auto;
		gap:15px 0;
		justify-content:center;
	}
	#link_wp .container .inner_wp2 .flyer_wp .flyer_box ul li a img {height:43px;}
	#link_wp .container .inner_wp2 .flyer_wp .flyer_box ul li.long a img {
		height: 31px;
		margin: 6px 0;
	}
	#link_wp .container .inner_wp2 .flyer_wp .sns {margin:0 10px;}
}
@media print, screen and (max-width:900px){
	#shop_wp .container ul li a .address {
		text-overflow:ellipsis;
		white-space:nowrap;
		width:100%;
		overflow:hidden;
	}
	#rm_wp .type ul li.x1 a {flex-direction:column;}
}

@media print, screen and (max-width:768px){
	#main_bnr {
		width:100%;
		margin-bottom:10px;
	}
	.slick-dots {bottom:-20px!important;}
	#banner_wp {padding:3px 0 30px;}
	#banner_wp .container {
		padding:0 1%;
	}

	#reason_wp h3.reason01 {margin-left:0.5%;}
	#reason_wp h3.reason04 {margin-left:0.5%;}
	#reason_wp h3.reason03,
	#reason_wp h3.reason05 {clear:both;}
	#reason_wp .container {
		width:100%;
		padding:0 1%;
	}
	#reason_wp h2 {
		width:70%;
		font-size:14px;
		line-height:3.0;
	}
	#reason_wp h3 {
		width:49%;
		margin:0 0.5% 10px;
	}
	#reason_wp h3 a .title {
		font-size:11px;
		display:flex;
		justify-content:center;
	}
	#reason_wp h3 a .title:after {
		float:none;
		margin-right:0;
		line-height:1.5;
		margin-left:2px;
	}
	#reason_wp h3 a img {width:50%;}
	#reason_wp h3 a .txt {
		font-size:12px;
		margin-top:5px;
		line-height:1.4;
	}
	#reason_wp p.copy {
		font-size:14px;
		margin:15px auto;
		font-weight:bold;
	}

	#link_wp .container {
		width:100%;
		padding:0 1%;
	}
	#link_wp .container .inner_wp ul {
		margin:15px auto;
		max-width:588px;
	}
	#link_wp .container .inner_wp ul li.pdf {
		width:100%;
		margin-bottom:10px;
	}
	#link_wp .container .inner_wp ul li.sns {
		width:32%;
		margin:0 0 0 2%;
	}
	#link_wp .container .inner_wp ul li.pdf + .sns {margin-left:0;}

	/* 　修正チラシコーナー */
	#link_wp .container .inner_wp2 .flyer_wp .flyer_box ul li a {padding:1.5vw 0;}
	#link_wp .container .inner_wp2 .flyer_wp .flyer_box ul li a img {height:7.2vw;}
	#link_wp .container .inner_wp2 .sns {width:32%;}
	#link_wp .container .inner_wp2 .flyer_wp .flyer_box ul li a::before {
		width:4.2vw;
		margin:0 1vw 0 -5.2vw;
	}
	#link_wp .container .inner_wp2 .flyer_wp .flyer_box ul li a::after {
		width:11px;
		background-size:cover;
		right:5px;
	}
	#link_wp .container .inner_wp2 .flyer_wp .flyer_box ul li.long a img {height:6.2vw;}

	#shop_wp .container {
		padding:0 1%;
		margin:15px auto;
	}
	#shop_wp .container ul {width:100%;}
	#shop_wp .container ul li {
		width:100%;
		margin:0 0 5px 0;
		padding-bottom:10px;
	}
	#shop_wp .container ul li.x4,
	#shop_wp .container ul li.x5 {margin:0 0 5px 0;}
	#shop_wp .container ul li a h2 {padding:9px 0 6px 25px;}
	#shop_wp .container ul li a h3 {padding:9px 0 6px 25px;}
	#shop_wp .container ul li a img {
		width:30%;
		float:left;
		margin-left:1%;
	}
	#shop_wp .container ul li.azabu a img {width:30%;}
	#shop_wp .container ul li a .address {
		float:left;
		width:66%;
		margin:0 0 0 3%;
		line-height:1.5;
		text-overflow:initial;
		white-space:initial;
	}

	#search_wp .container {padding:0 1%;}
	#search_wp .container .input_wp {padding:8px 0;}
	#search_wp .container .input_wp select {
		width:40%;
		font-size:12px;
		margin-bottom:8px;
	}
	#search_wp .container .input_wp input.search_word {
		width:77%;
		margin-right:3%;
	}
	#search_wp .container .input_wp a.submit {width:20%;}

	#tab_gm h3 img,
	#tab_rm h3 img {
		width:100%;
		max-width:180px;
	}
	#tab_gm .gm_wp,
	#tab_hs .hs_wp,
	#tab_rm .rm_wp {width:300px;}
	#tab_gm h3, #tab_hs h3, #tab_rm h3 {
		width:100px;
	}
	#tab_gm h3 img.pd,
	#tab_hs h3 img.pd,
	#tab_rm h3 img.pd {display:none;}
	#tab_gm h3 img.sp,
	#tab_hs h3 img.sp,
	#tab_rm h3 img.sp {display:initial;}

	#gm_wp, #hs_wp, #rm_wp {
		padding:15px 2%;
		width:auto;
		flex-wrap:wrap;
	}
	#gm_wp ul,
	#hs_wp ul,
	#rm_wp ul {
		display:flex;
		flex-wrap:wrap;
	}
	#gm_wp .type ul li,
	#hs_wp .type ul li {
		width:32%;
		max-width:110px;
		margin:0 0.5% 10px!important;
	}
	#gm_wp .spec ul li,
	#hs_wp .spec ul li,
	#rm_wp .spec ul li {
		width:32%;
		max-width:110px;
		margin:0 0.5% 10px!important;
	}
	#gm_wp .spec ul li.x2,
	#hs_wp .spec ul li.x2,
	#rm_wp .spec ul li.x2 {margin:0 0.5% 10px!important;}
	#gm_wp .maker ul li,
	#hs_wp .maker ul li,
	#rm_wp .maker ul li {
		width:32%;
		max-width:110px;
		margin:0 0.5% 10px!important;
	}
	#gm_wp .maker ul li.x3 {margin-right:0!important;}
	#hs_wp .maker ul li.x3 {margin-right:0!important;}
	#rm_wp .type ul li a span {font-size:14px;}


	#area_wp .container{padding:0 1%;}
	#area_wp .area_bx {
		margin:15px auto;
		padding:15px 5%;
	}
	#area_wp .area_bx img.area_img {
		width:100%;
		border:solid 3px #1355a9;
		box-sizing:border-box;
	}
	#area_wp .area_bx .btn_wp {
		position:relative;
		padding-bottom:0;
	}
	#area_wp .area_bx .btn_wp img.area_img02 {
		width:80%;
		max-width:272px;
		/*margin-top:-25px;*/
		position:absolute;
		top:14px;
		left:0;
		right:0;
	}
	#area_wp .area_bx .btn_wp h3 {font-size:14px;}
	#area_wp .area_bx .bnr01 {margin:15px auto;}
	#area_wp .area_bx .bnr01 img {width:100%;}
	#area_wp .area_bx .btn_wp ul {width:100%;}
	#area_wp .area_bx .btn_wp ul li {
		width:46%;
		margin:0 2% 10px;
	}
	#area_wp .area_bx .btn_wp ul li a {font-size:14px;}

	#sns_wp .container .inner_wp .fb_wp,
	#sns_wp .container .inner_wp .tw_wp {width:100%;}
	#sns_wp .container .inner_wp .fb_wp .fb_hd h3,
	#sns_wp .container .inner_wp .tw_wp .tw_hd h3,
	#sns_wp .container .inner_wp .fb_wp .fb_body,
	#sns_wp .container .inner_wp .tw_wp .tw_body {max-width:100%;}

	/* お知らせ */
	#news_wp .container .inner_wp ul li .list_wp span {
		width:100%;
		margin-right:0;
	}
	#news_wp .container .inner_wp ul li .list_wp a {
		width:100%;
	}
	#link_wp .container .inner_wp .long_bnr .pc {display:none;}
	#link_wp .container .inner_wp .long_bnr .sp {display:block;}

	/* slider thumbnail */
	#main_bnr .s_thumbnail .slick-list .slick-track {
		flex-wrap:wrap;
		justify-content:center;
	}
	#main_bnr .s_thumbnail .slick-list .slick-track li {
		width:32%!important;
		margin:0 0.5% 5px;
	}

	/* 特選ルームエアコン */
	#rm_wp .type ul {
		justify-content:space-between;
		padding:0;
		align-items:stretch;
	}
	#rm_wp .type ul li {width:100%;}
	#rm_wp .type ul li.x2 {margin:0;}
	#rm_wp .type ul li.x2 a {
		flex-direction:column;
		align-items:center;
	}
	#rm_wp .type ul li a img {
		margin:0;
		width:auto;
	}
	#rm_wp .type ul li.x1 a img {
		height:70px;
		margin:8px auto;
	}

	/* インフォメーションコーナー */
	#banner_wp .info {
		width:90vw;
		margin:0 auto;
	}
	#banner_wp .info a {
		padding:3vw;
		text-align:center;
		font-size:3.8vw;
	}

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

/* IEハック場所 */
@media all and (-ms-high-contrast:none){
	select {background:none!important;}
}
