/* 全体 */
html {
  background-color: white;
}
p {
  font-size: 1.3rem;
}
.nondisplay {
  display: none;
}
section {
  width: 90%;
  margin: 50px auto;
}
.orange {
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0px auto;
}
.orange-sentence {
  font-size: 2rem !important;
  color: #ff790c !important;
  font-family: "Bebas Neue", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  margin: 0 10px;
}
h4 {
  margin: 0 auto;
  font-size: 1.7rem !important;
  color: #ff790c !important;
  text-decoration: underline ;
  padding-bottom: 15px;
}


.m-0 {
	width:100%;
}

.copyright>.container{
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}


/* .owl-stage{
	display: flex;
	justify-content: center; 
	align-items: center;
	text-align:center; 
	background:#000;
}
 */

.owl-item>img{
	border-radius:0px;
}

.top-logo-box_set>p{
	font-size: 15px;
}

.inactiveLink {
   pointer-events: none;
   cursor: default;
   opacity: 0.5;
}

/*================
 PC用のスタイル 
=================*/
 @media screen and (min-width: 992px) { 
 /* スクロールした場合、ヘッダのみ非表示に設定 */
#header.floatMenu2 nav#topHeader {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 1000;
	border-bottom: 1px solid #d9d9d9;
	height: 100px;
	background-color: #fff;
}



.navbar>.container{
	max-width: 95%;
}
	
/* header */
.header-3-navbar.new-header {
 width: 100%;
 margin: 0;
}

.header-3-navbar {
  display: flex !important;
}
#topHeader {
  background-color: white;
  border: none;
}
#topHeader p {
  font-size: 0.8rem;
}
.container {
  flex-wrap: nowrap !important;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 5%;
  /* max-width: 100%; */
  display: inline-block;
}
.navbar>.container, .navbar>.container-fluid {
  justify-content: left;
}
.container ul {
  text-align: right;
  display: inline-block;
}

ul.navbar-nav {
  display: contents;
  margin-left: 10px;
}
.nav-word {
  width: 150px;
  padding-right: 5px;
}
.nav-word a {
  font-size: 0.7rem;
}
.nav-word.A {
  width: 90px;
  display: flex;
}

.nav-word.A a {
  -webkit-transition: none;
  transition: none;
}

.dropdown-toggle::after {
  display: none;
}
.nav-item dropdown {
  text-decoration: none;
  display: inline;
  margin-left: 10px;
}
#oyaCategoryId {
  border: none;
}

.area {
  width: 9%;
}
#oyaCategoryId {
  appearance: menulist;
}
.area1 {
  width: 28%;
}
.button- {
  z-index: 10;
  position: relative;
  right: 140px;

}
.header-dropmenu {
  visibility: hidden;
 /*  width: 400%; */
  list-style: none;
  border-top: none;
  z-index: 20;
  position: absolute;
  /* left: 30%; */
  background-color: white;
  margin-top: 25px;
  
 /*  transition: all .2s ease-out; */
}
/* .header-dropmenu:hover {
visibility: visible;
}
 */

.sub-categoly {
  color: #ff790c;
  font-size: 0.9rem;
  /* display: inline-block; */
  display: list-item;
 /*  transition: all .2s ease-out; */
 transition: none !important;
 
  padding: 10px;  
  background-color: white;
}



.nav-word:hover .header-dropmenu {
  visibility: visible;
}


.nav-word > a:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
.sub-categoly > a:hover {
  text-decoration: none;
  border: none;
}
.form-control {
  width: 100%;
  height: 35px;
}

/* スライダー */
.d-block img-fluid {
  width: 100%;
  height: 300px;
  margin: 10px auto;

}
.owl-carousel .owl-item img {
  width: 90%;
  margin: 0 auto;
}
.top_images_sec {
  width: 100%;
  margin: /* 10px */ auto;
}
.section-title text-center .container withoutSidebar {
  width: 100%;
}

/* 被災した方々へ */
#letter {
  background-color: #E8E8E8;
  width: 83.5%;
  margin: 0 auto;
  border-radius: 10px; 
  font-size: 1rem;  
  padding: 0 20px;
  
}

/* body */
li {
  display: inline-block;
}

.area-info li{
	display: list-item !important;;
}

.about-info .info p {
  font-size: 14px;
}

.search1 {
  margin: 0 auto;
  padding-bottom: 30px;
}
section img {
  border-radius: 10px;
}

/* MAP */
#map-section {
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  
  visibility: hidden;
}
.BBB {
  display: flex;
  justify-content: space-between;
}
.map-area {
  max-width: 100%;
  width: 60%;
}
#map-image {
  width: 100%;
}
#map-image img {
  width: 100% !important;
  max-width: 100% !important;
}
.non-margin {
  margin: 0;
}
.AAA {
  width: 38%;
}
.aaa a{
  font-weight: 700;
}
.AAA li {
   display: inline-block;
}
.AAA li div {
  font-weight: bold;
  font-size: 1.2rem;
}
.AAA li ul {
  display: block;
  font-size: 0.9rem;
}
.AAA li ul li::after {
 content: '|';
}
.AAA li ul li:last-child:after  {
 content: '';
} 
.AAA li ul li a:hover {
  text-decoration: none;
  font-weight: bold;
  color: black;
}
.sp-map {
  display: none;
}

/* WHAT'S MADOLIER? */
#what-sentence {
  margin: 0 auto;
}
#what-sentence > h5 {
text-align: center;
}

h5 {
  font-size: 1.5rem;
  margin: 0;
}
.network {
  margin-bottom: 50px;
}
.what {
  margin-bottom: 50px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.what1 {
  width: 45%;
  margin-left: 0;
  margin-right: 0;
  max-width: 800px;
  min-width: 420px;
}
.what2 {
  width: 45%;
  vertical-align: top;
  margin-left: auto;
  max-width: 800px;
  min-width: 420px;
}
.what3 {
  width: 45%;
  vertical-align: top;
  max-width: 800px;
  margin-right: 0;
  min-width: 420px;
}
.what4 {
  width: 45%;
  margin-left: auto;
  max-width: 800px;
  min-width: 420px;
}
.madolier-image {
  width: 100% !important;
  margin-top: 20px;
}
.no-sidebar bg-color-white {
  padding-bottom: 0; 
}

/* LIXIL PRODUCTS 以降*/
.product {
  margin-bottom: 70px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}
.product1 {
  width: 48%;
  max-width: 600px;
  min-width: 400px;
  padding-right: 20px;
  font-size: 1.1rem !important;
}
.product2 {
  width: 48%;
  max-width: 600px;
  min-width: 400px;
  padding-left: 20px;
  font-size: 1.1rem !important;
}
.product3 {
  width: 48%;
  max-width: 600px;
  min-width: 400px;
  padding-right: 20px;
  font-size: 1.1rem !important;
}
#nav-sp {
  display: none;
}
.sp-headerB {
  display: none;
}

} 

/*====================
  スマートフォン用のスタイル
=====================*/
 @media screen and (max-width: 991px){
section {
  margin: 30px auto;
}
p {
  font-size: 1rem;
}
#menuOpenIcon {
  display: none;
}
.SP-headerA {
  font-size: 0.6rem;
  font-weight: 100;
  margin-left: 10px;
}
/* スマホ用ナビゲーションの表示切替
初期状態、レイアウトと非表示設定 */
#nav-sp {
  background-color: #FCBE01;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  text-align: center;
}
#menu-sp {
/*  margin-left: 40px; */
 margin: 0 10px;
 margin-top: -10px;
}
#close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.sp-headerB {
  margin-left: 5%;
  display: flex;
  align-items: center;
}
.sp-headerB .nav-item {
  height: auto;
  width: auto;
  margin-right: 3px;
}
.sp-headerB .nav-word .nav-link  {
  margin-left: 0;
  min-width: auto;
  margin-right: 10px;
}

/* ナビゲーションのリンクの装飾設定 */
#nav-sp > a {
  display: block;
  font-weight: bold;
}

.nav-word a {
  font-size: 14px !important;
}

#nav-sp > a:link {
  color: #ffff;
  font-weight: bold;
}
#nav-sp > a:visited {
  color: #ffff;
  font-weight: bold;
}
#nav-sp > a:hover {
  color: #ffff;
  font-weight: bold;
}
#nav-sp > a:active {
  color: #ffff;
}
#nav-sp > .menu {
  text-decoration: none;
  display: block;
  margin: 0 20px 0 20px;
  height: 44px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  top: 100px;
}

.sp-map select{
	background-image:none;	
}



.nav-link.dropdown-toggle {
  font-size: 0.7rem;
}
.nav-link {
  font-size: 0.7rem;
}
#map-section {
  margin: 0 auto;
}
#letter {
  background-color: #E8E8E8;
  margin: 0 auto;
  border: solid 2px #E8E8E8;
  border-radius: 5px; 
}
/* body */
section img {
  border-radius: 10px;
}

.icon- {
  width: 26px !important;
  align-items: center;
  border-radius: 0;
}


.orange-sentence {
  font-size: 2.2rem !important;
}
h4 {
  font-size: 1.7rem !important;
  padding-bottom: 0;
}
.search1 {
  text-align: center;
  width: 85%;
  margin: 10px auto;
}
.BBB {
  display: none;
}
.sp-map {
  margin: 0 auto;
  
}
h5 {
  font-size: 1.5rem !important;
  margin: 10px 0 0 0;
  text-align: center;
}
.what {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  margin-bottom: 25px;
}
.what p {
  margin-bottom: 20px;
}
#what-sentence {
  margin-bottom: 20px;
}

.what1 {
   order: 2;
}

.what2 {
  order: 1;
  margin-top: 10px;
}
.what3 {
  margin-top: 10px;
}


.product {
  margin-bottom: 0;
}

.product p {
  text-align: center;
  margin-bottom: 10px;
}
.product1 {
  text-align: center;
  margin-bottom: 30px;
}
.product2 {
  text-align: center;
  margin-bottom: 20px;
}
.madolier-image {
  width: 100% !important;
  margin: 10 auto;
}

.sp-map {
  display: contents;
}
#region {
  appearance: menulist;
  height: 70px;
  font-size: 18px;
  color: #ffff;
  background-color: #6D6D6E;
  border-radius: 3px;
  border: none;
}
#region option {
  text-align: center;
}
#area {
  appearance: menulist;
  margin-top: 10px;
  height: 70px;
  font-size: 18px;
  color: #ffff;
  background-color: #ABABAB;
  border-radius: 3px;
  border: none;
}
#area option {
  text-align: center;
}
.search-position {
  position: relative;
}
.search {
  margin: 10px auto;
  height: 50px;
}
.search-mark {
  position: absolute;
  top: 35%;
  left: 50%;
}

.product2.sp-none {
  display: none;
}

#header.floatMenu2 #menuForm {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 1000;
	border-bottom: 1px solid #d9d9d9;
	height: 100px;
	background-color: #fff;
	display: block;
}

.top_bg_sec{
	margin: auto;
	width: 90%;
}

}


/*================
 PC用のスタイル  スライダー調整
=================*/
@media screen and (min-width: 1400px) {
  /* header */
#letter {
  width: 85%;
}

}

/*================
 PC用のスタイル  スライダー調整
=================*/
@media screen and (min-width: 1700px) {
  /* header */
#letter {
  width: 86%;
}
}

/*================
 shop-top用
 PC用のスタイル  
=================*/
@media screen and (min-width: 991px) {
/* header */

.nav-word.B {
  text-align: center;
}
.nav-word.B-1 {
  text-align: center;
  width: 130px !important;
}
.header-dropmenu.B {
  margin: 10px 0;
}
.sub-categoly.L {
  padding: 10px 0;

}
.header-2 {
  background-color: #FFF9F0;
  display: flex;
  height: 100px;
}
.header-2-ul {
  margin: auto;
}
.header-list {
  color: #ffff;
  text-align: center;
  width: 100px;
  border-radius: 5px;
  margin: 0 auto;
}
.header-list img {
  margin: 3px auto;
}
.header-list p {
  margin-bottom: 3px;
}
.nav-link.B {
  padding: 8px 0;
}
.header-2-p {
  display: block;
  align-items: center;
  margin: auto;
}
.header-2-p1 {
  color: #E27101;
}
.header-2-p2 {
  color: #E27101;
  font-size: 2rem !important;
}
.map-section.B {
  margin: 0 auto;
}
.title.B {
  text-decoration: none;
  color: black;
}
.message.B {
  text-align: right;
}


}

/*====================
  shop-top用
  スマートフォン用のスタイル
=====================*/
@media screen and (max-width: 991px) {
.message.B {
  text-align: right;
}


} 



/* bnr sustainability */
.bnr_sust {
clear: both;
display: grid;
width: min(100%, 1300px);
margin: 0 auto;
}
.bnr_sust img {
box-sizing: border-box;
border: 3px solid #059b37;
border-radius: .5em;
}
.sust_notes {
width: 100%;
margin: .5em auto 1em;
font-size: .9em;
}
.sust_notes li {
display: grid;
grid-template-columns: 1em 1fr;
}
.sust_notes a {
color: #ff790c;
}
.free .sust_notes li {
margin: 0;
}
.sust_notes sub {
vertical-align: baseline;
}
@media screen and (max-width: 991px) {
.bnr_sust img {
  border-color: #059b37;
}
}


.pc-only { display: block; }
.mobile-only { display: none; }

@media (max-width: 767px) {
  .pc-only { display: none; }
  .mobile-only { display: block; }
}
