
/* 全体 */
/* #footerDiv {
  height: auto !important;
  position: sticky;
  top: 100vh;
} */
/* rai start */
#topHeader > ul.container {
  padding: 20px 0px 20px 3% !important;
  margin: 0px 0px 0px 0px !important;
  width: 100% !important; 
  max-width: 97% !important; 
  
}

button.owl-dot span{
	width: 20px !important;
	height: 20px !important;
	background-color: rgba(0, 0, 0, 0.5);
}
button.owl-dot{
  width: 20px;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

button.owl-dot span:hover {
  background-color: rgb(255, 255, 255) !important;
}
/* rai end */
html {
  background-color: white;
}
p {
  font-size: 1.3rem;
}
.nondisplay {
  display: none;
}
section {
  width: 90%;
  margin: 30px 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;
}
h1 {
  margin: 0 auto;
  font-size: 1.7rem !important;
  color: #ff790c !important;
  text-decoration: underline ;
  padding-bottom: 15px;
}
h4 {
  margin: 0 auto;
  font-size: 1.7rem !important;
  color: #ff790c !important;
  text-decoration: underline ;
  padding-bottom: 15px;
}

/*================
 PC用のスタイル 
=================*/
@media print, screen and (min-width: 992px) {
/* header */
.header-3-navbar.new-header {
 width: 100%;
 margin: 0;
}
.top_images_sec {
  margin: 0 3%;
  margin-bottom: 0 !important;
}
.slick-dots li button:before {
  content: '';
  background-color: #ffffff;
}
.slick-dots {
  position: relative;
  z-index: 3;
  top: -50px;

  margin: -70px auto;
  text-align: center;

  button {
    padding: 0;
  }
  .slick-active button::before {
      background: #ff790c;
  }
}




#menuForm {
  display: none;
}
.header-3-navbar {
  display: flex !important;
}
#topHeader {
  background-color: white;
  border: none;
}
#topHeader p {
  font-size: 0.5rem;
  margin: 0 10px;
}
.sp-headerB {
  display: none;
}
.container {
  flex-wrap: nowrap !important;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 5%;
  max-width: 90%;
  display: inline-block;
}
.navbar>.container, .navbar>.container-fluid {
  justify-content: left;
}
.container ul.ul-level-1 {
  text-align: right;
  display: flex;
  align-items: center;
  width: 85%;/* 57%; */
  margin-right: 3%; 
}
.query-form{
 	/*  padding-left: 10%; */
  }
  
ul.navbar-nav {
  display: contents;
  margin-left: 10px;
}
.nav-word {
  width: 70px;
}
.nav-word a {
  font-size: 0.7rem;
  font-weight: bold;
}
.nav-word.A {
  width: 70px;
}
.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;
  list-style: none;
  border-top: none;
  z-index: 20;
  position: absolute;
}
.sub-categoly {
  color: #ff790c;
  font-size: 0.9rem;
  display: inline-block;
  transition: none !important;
  padding: 10px;
}
.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;
}

.search1 {
  margin: 0 auto;
  padding-bottom: 30px;
}
section img {
  border-radius: 10px;
}

/* MAP */
#map-section {
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.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 li {
  display: inline-block;
}
.AAA li div {
  font-weight: bold;
  font-size: 1.2rem;
}
.AAA li ul {
  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: 47%;
  margin-left: 0;
  margin-right: 0;
  max-width: 800px;
}
.what2 {
  width: 47%;
  vertical-align: top;
  margin-left: 10%;
  max-width: 800px;
}
.what3 {
  width: 47%;
  vertical-align: top;
  max-width: 800px;
  margin-right: 0;
}
.what4 {
  width: 47%;
  margin-left: 10%;
  max-width: 800px;
}
.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: 1%;
  font-size: 1.1rem !important;
}
.product2 {
  width: 48%;
  max-width: 600px;
  min-width: 400px;
  padding-left: 1%;
  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) {


.container ul.ul-level-1 {
  width: 85%;
}



section {
  margin: 30px auto;
}
p {
  font-size: 1rem;
}

#menuOpenIcon {
  display: none;
}
.SP-headerA {
  width: 450px;
  font-size: 0.6rem;
  font-weight: 100;
  margin-left: 10px;
  margin-top: 10px;
}
/* スマホ用ナビゲーションの表示切替 */
/* 初期状態、レイアウトと非表示設定 */
#nav-sp {
  background-color: #FCBE01;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 200 !important;
  display: none;
  text-align: center;
}
#menu-sp {
 margin: 0 10px;
 margin-top: -10px;
}
#close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.sp-headerB {
  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 {
  position: relative;
  top: 100px;
  color: #fff;
  margin: auto;
  width: 80%;
}
.nav-link.dropdown-toggle {
  font-size: 0.7rem;
}
.nav-link {
  font-size: 0.7rem;
  position: relative;
}
#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 */
.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;
}

}

/*================
 PC用のスタイル  スライダー調整
=================*/
@media print, screen and (min-width: 1400px) {
	
	.container ul.ul-level-1 {
  width: 62%;}
  .query-form{
 	 padding-left: 15%;
  }
  
  /* header */
#letter {
  width: 85%;
}
.container ul {
 /*  margin-right: 4%; */
}
}

/*================
 PC用のスタイル  スライダー調整
=================*/
@media print, screen and (min-width: 1700px) {
  /* header */
#letter {
  width: 86%;
}
.container ul {
/*   margin-right: 4.5%; */
}
}



/*================
 shop-top用
 PC用のスタイル  
=================*/
@media print, 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;
}

/* header */
html {
  width: 100%;
  scroll-behavior: smooth;
}
.nav-word.B {
  text-align: center;
  width: auto !important; 
}
.nav-word.B-1 {
/*   text-align: center; */
 /*  width: 50px !important; */
 width: auto !important; 
}
.nav-word.B-1 ul {
  /* width: 35%; */
 
  margin: 0 0 16px 20px;
}
.nav-word.B ul {
  /* width: 25%; */
}



.nav-link.dropdown-toggle.B {
  font-size: 0.8rem;
}




.header-dropmenu.B {
  height: 20px;
  margin-left: 20px;
}
.nav-link.dropdown-toggle.B:hover {
  color: #ff790c;
  text-decoration: none;
}
.sub-categoly.L {
  padding: 10px 0;
}
.sub-categoly.B {
  padding: 10px 5px;
}




.sub-categoly.B a {
  font-size: xx-small;
}





.orange-sentence.B {
  font-size: 2.3rem !important;
  letter-spacing: 2px;
}
#header {
  width: 100%;
}
#topHeader > ul {
  margin: 20px 0px 20px 3%;
  max-width: 97%;
}
.head_logo_box {
  width: 30%;
  max-width: 160px;
}

/* キーワード検索フォーム全体*/
/* #form2{	 */
#menuQueryForm{
  border: solid 2px #E27101;
  width: 150px;
  height: 25px;
  border-radius: 4px;
  display: flex;
  }
/*入力フォーム*/
/* #sbox3{  */
#menuKeyword{
  border-radius: initial;
  background:transparent;
  border:none;
  outline:0;
  text-align: center;
  color: #E27101;
  height: 25px;
  margin-left: 20px;
}
::placeholder {
  color: #E27101;
}
/*検索ボタン*/
/* #sbtn4{ */
#menuQueryButton{
  width: 35px;
  background:transparent;
  border-radius: initial;
  border:none;
  color: #E27101;
  font-size:18px;
  cursor: pointer;
  /* margin-top: 1px; 2024*/
}
/* #sbtn4:hover{ */
#menuQueryButton:hover{
background: #E27101;
color:#fff;
}

/* header2 */
.header-2 {
  background-color: #fffaf2;
  display: flex;
  height: 100px;
  width: 100%;
  margin-bottom: 20px;
}
.header-2-ul {
  margin: auto;
  width: 50%;
  margin-right: 3%;
  text-align: end;
}
.header-list {
  color: #ffff;
  text-align: center;
  width: 18%;
  border-radius: 5px;
  margin: 0 auto;
}
.header-list img {
  margin: 3px auto;
}
.header-list p {
  margin-bottom: 3px;
}
.header-list > a:link {
  color: #ffff;
  text-decoration: none;
}
.header-list > a:visited {
  color: #ffff;
  text-decoration: none;
}
.header-list > a:hover {
  color: #ffff;
  text-decoration: none;
}
.header-list > a:active {
  color: #ffff;
  text-decoration: none;
}
.nav-link.B {
  padding: 8px 2px;
}
.header-2-p {
  display: block;
  align-items: center;
  margin: auto;
  margin-left: 3%;
}
.header-2-p p {
  margin: 0 !important;
}
.header-2-p1 {
  color: #E27101;
}
.header-2-p2 {
  color: #E27101;
  font-size: 1.4rem !important;
}

/* slider */
.map-section.B {
  margin: 0 auto;
}

/* message */
.title.B {
  text-decoration: none;
  color: black;
}
.message.B {
  text-align: right;
}

/* company */
.COMPANY-B {
  display: flex;
}
.right-box.SP {
  display: none;
}
.orange-sentence.B.SP {
  display: none;
}
.COMPANY-title.SP {
  display: none;
}
.left-box-title.b.SP {
  display: none;
}
.product.B.SP {
  display: none;
}

.left-box {
  display: block;
  text-align: center;
  width: 40%;
  margin: 0 auto;
}
.left-box-title {
  margin: 50px auto 0 auto;
  text-align: center;
}
#google-mapB {
  max-width: 100%;
}
.SNS {
  display: flex;
  margin: 20px auto;
}
.SNS-img {
  margin: 0 10px;
  width: 90px;
}
.SNS-sentence {
  font-size: 1.1rem;
  font-weight: 200;
}
.right-box {
  display: block;
  margin: 0 auto;
  width: 50%;
}
.right-box-B {
  display: flex;
  margin: 8px auto;
}
.COMPANY-a {
  width: 230px;
  margin: 8px 20px 8px 0px;
  text-align: left;
}
.COMPANY-b {
  background-color: #e9f4ff;
  width: 500px;
  border: solid 8px #e9f4ff;
  border-radius: 3%;
}

/* corporate philosophy */
#h5B {
  text-align: left !important;
}
.product.B {
  padding: 0;
}
.product.B.PC {
  display: inline-block;
}
.product1.B {
  text-align: center;
  max-width: none;
  width: 47%;
}
.product2.B {
  text-align: center;
  max-width: none;
  width: 47%;
  padding-right: 1%;
}
.product3.B {
  text-align: center;
  max-width: none;
  width: 47%;
}

.what {
  margin-bottom: 50px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.what1 {
  width: 47%;
  margin-left: 0;
  margin-right: 0;
  max-width: 800px;
}
.what2 {
  width: 47%;
  vertical-align: top;
  margin-left: 10%;
  max-width: 800px;
}
.what3 {
  width: 47%;
  vertical-align: top;
  max-width: 800px;
  margin-right: 0;
}
.what4 {
  width: 47%;
  margin-left: 10%;
  max-width: 800px;
}

/* blog */
.BLOG {
  display: flex;
  /* max-height: 562px; */
}
.BLOG-a {
  margin: 0 30px;
  width: 30%;
}
.BLOG-a div {
  display: flex;
  justify-content: space-between;
}
.BLOG-a div > p {
  font-size: 1.4rem;
}
.BLOG-a img {
  width: 100%;
  object-fit: contain;
  background-color: #f1f1f1;
}






.non-hover:hover {
  text-decoration: none;
  color: #151515;
}
.non-hover:hover > img {
  opacity: 0.5;
}







.read-button {
  margin: 20px auto 50px auto;
}
button {
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 2rem;
  font-weight: 300;
  color: #ffff;
  background-color: #FCBE01;
  border: solid 3px#FCBE01;
  border-radius: 5px;
  width: 250px;
  letter-spacing: 3px;
}


.product.C {
  margin-top: 70px;
}

/* page-top */



.pagetop-div {
  position: fixed;
  bottom: 30px;
  right: 30px;
    z-index: 2000;
}

/* #top-btn:hover,
#top-btn:focus {
	bottom: 45px;
}
#top-btn {
     bottom: 30px;
}
 */


.pagetop {
  height: 70px;
  width: 70px;
  position: relative;
  
  
  
  /*left: 93.5%;
  top: 80px;*/
  
  
  
  background: #FCBE01;
  border-radius: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-weight: bold;
  text-align: center;
  color: #ffff;
}
.pagetop:link {
  color: #ffff;
  text-decoration: none;
}
.pagetop:visited {
  color: #ffff;
  text-decoration: none;
}
.pagetop:hover {
  color: #ffff;
  text-decoration: none;
}
.pagetop:active {
  color: #ffff;
  text-decoration: none;
}

/* fotter */
.fotter-link {
  display: block;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
#footerForm {
  z-index: -100;
}
.fotter-linkA {
  display: flex;
  margin-bottom: 20px;
}
.fotter-linkA ul {
  display: grid;
  text-align: left;
}
.fotter-linkA.link1 div {
  margin-right: auto;
  width: 20%;
}
.fotter-linkA.link2 div {
  margin-right: auto;
  width: 20%;
}
.fotter-linkA.link3 div {
  margin-right: auto;
  width: 20%;
}
.fotter-linkC {
  margin-bottom: 40px;
}
#footerForm .container {
  margin-left: 0 !important;
}

.footerLink.B {
  font-weight: bold;
  font-size: 16px !important;
  margin-right: auto;
}
.fotter_menu.p-3.B {
  background-color: #151515;
  margin: 0 auto;
  width: 100%;
  text-align: -webkit-center;
}
.fotter_menu.p-3.B ul {
  background-color: #151515;
}

.fotter_menu.B li:not(:last-child) {
  border-right: none;
}
.fotter-linkA.link3 .SP-dn {
  display: none;
}

.copyright.p-3.B {
  background-color: #151515 !important;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  padding-top: 0;
}
.m-0.B {
  margin: 0 auto;
}
.container.B {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100%;
}

#foot-float {
  display: none !important;
}

.floatingBnr {
  display: none !important;
}
.content {
  display: grid;
}

.toggle {
	display: none;
}

/*====================
  list-top用
  PC用のスタイル
=====================*/
.map-section-list {
  width: auto !important;
}
.listpage-BLOG {
  width: 97%;
  margin: 30px auto;
}

.COMPANY-section.list {
  width: 97%;
  margin: 30px auto;
}
.COMPANY-section.list .product.B {
  padding: 0 15px;
}
.COMPANY-section ul {
  padding: 0 15px;
}
.listpage-BLOG {
  margin-bottom: 0;
}
.listpage-BLOG > h4 {
  padding: 0;
}
.listpage-BLOG > h5 {
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 15px;
}
.BLOG-a.list {
  margin: 0 15px;
  width: 32%;
  
  
  max-height: 562px;
}
.BLOG-date {
  font-size: 1.1rem !important;
}
.BLOG-content {
  font-size: 1.1rem;
}
.BLOG-a.list img {
  width: 100%;
  height: 50%;
  object-fit: contain;
  background-color: #f1f1f1;
}
.title.D {
  text-align: center;
  color: #6D6D6E;
}
.COMPANY-section.list h5 {
  font-size: 1.2rem !important;
}
.COMPANY-section.list .product.C {
  margin-top: 0;
}
.example3 {
  margin: 0 auto;
}
.example3 li {
  display: inline-block;
  height:40px;
  line-height:40px;
  width:40px;
  text-align:center;
  border:1px #ccc solid;
  color:#6D6D6E;
  border-radius: 5px / 5px;
}
.example3 .pre1 {
  background-color:#333;
  color:#fff;
}
.example3 .pre2 {
  background-color:#808080;
  color:#fff;
}
.example3 .this {
  background-color:#ff790c;
  color:#fff;
}
.example3 li a{
  display:block;
  text-decoration: none;
}
.example3 li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #808080;
}


/*====================
  article-top用
  PC用のスタイル
=====================*/
.ARTICLE {
  margin-top: 0px;
}
.ARTICLE-icon {
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0 3%;
}
.ARTICLE-icon p {
  margin: auto;
  padding: 0 30px 0 10px;
  font-size: 1rem;
}
.icon-x {
  padding-right: 20px;
}
.ARTICLE-icon li {
  display: flex;
}
.ARTICLE-icon-share {
  margin-left: auto;
}
.ARTICLE-content {
  margin: 0 auto;
  width: 70%;
  font-size: 1.1rem !important;
}
.ARTICLE img {
  margin: 20px auto;
}
.ARTICLE-content2 {
  margin: 10px auto 20px auto;
  padding-left: 15px;
  width: 70%;
  border-left: 4px solid #E27101;
}
.ARTICLE-div {
  margin-bottom: 50px;
}
.ARTICLE-content-comment {
  font-size: 0.9rem !important;
  margin: 0 auto 20px auto;
  width: 70%;

}
.ARTICLE-form {
  margin: 0 auto;
  width: 70%;
}
#noticePaneId{
  margin: 0 auto;
  width: 40%;
  margin-left: 40%;  
  right: 15% !important;
  position: absolute;
}
#noticeSectionId{
	margin-top: 40px;
}
	
.text-box {
  width: 40% !important;
  right: 15%;
  position: absolute;
  background-color: rgb(211, 235, 255);
  border: none;
  border-radius: 5px;
}
.radio-button {
  margin-top: 80px;
}
.form-button {
  width: 85px;
  height: 35px;
  border: 5px solid rgb(42, 113, 246);
  background-color: rgb(42, 113, 246);
  color: white;
  border-radius: 5px;
  position: absolute;
  right: 15%;
  bottom: 0px;

}
.form-button.kakunin {
   bottom: -95px; 
  left: 65%;
}
.form-button2 {
  width: 85px;
  height: 35px;
  border: 5px solid rgb(162, 162, 162);
  background-color: rgb(162, 162, 162);
  color: white;
  border-radius: 5px;
  position: absolute;
  right: 15%;
  bottom: -95px; 
  margin-top: 20px;
}
.ARTICLE-div2 img {
  position: absolute;
  bottom: -100px;  
  width: 100px;
  left: 45%;
}





}

/*====================
  shop-top用
  PC用のスタイル
  サイズ調整
=====================*/
@media screen and (max-width: 1046px) {  
  .container p {
    font-size: 0.7rem !important;
  }
  .container ul {
    margin-right: 3.5%; 
  }
  .product.B p {
    font-size: 0.9rem !important;
  }
}
@media print, screen and (min-width: 1110px) {
	
	/* 	.container ul.ul-level-1 {
  width: 67%;} */
  
  
  
  /* header */
.header-list p {
  font-size: 0.6rem !important;
}
.header-2-p1 {
  font-size: 0.7rem !important;
}
.header-2-p2 {
  color: #E27101;
  font-size: 1.6rem !important;
}
.nav-word.B-1 {
/*   width: 60px !important; */
	width: auto !important;
	/* min-width: 60px !important;
	max-width: 150px !important; */
	/* min-width: 75px !important; */
	padding-right: 7px !important;
	padding-left: 7px !important;
}
.nav-word.B {
	width: auto !important;
	/* min-width: 60px !important;
	max-width: 150px !important; */
	/* min-width: 75px !important; */
	padding-right: 7px !important;
	padding-left: 7px !important;
}
.container p {
  font-size: 0.8rem !important;
}


}

@media screen and (max-width: 1400px) {
  .SNS-img {
    margin: 0 10px;
    width: 75px;
  }
}
@media print, screen and (min-width: 1180px) {
  /* header */
  .header-2-p1 {
    font-size: 0.8rem !important;
  }
  .header-2-p2 {
    color: #E27101;
    font-size: 1.7rem !important;
    line-height: 1.1em;
  }
  .form-button.kakunin {
    left: 68%;
  }
}












@media screen and (max-width: 1180px) {
 .SNS-img {
  margin: 0 10px;
  width: 65px;
  }
}

/* @media print, screen and (min-width: 1550px) {
  .nav-word.B-1 ul {
    width: 28%;
  }

}
@media print, screen and (min-width: 1900px) {
  .nav-word.B-1 ul {
    width: 22%;
  }
  
}
 */






/*====================
  shop-top用
  スマートフォン用のスタイル
=====================*/
@media screen and (max-width: 991px) {
	.container ul.ul-level-1 {
  	width: 85%;
	}
/* #top-btn:hover,
#top-btn:focus {
	bottom: 150px;
} */
#top-btn2024 {
     bottom: 135px;
}


.floatingBnr {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav-sp {
  background-color: #FCBE01;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  text-align: center;
}
#menuButtonDivB {
  display: none;
  float: right;
  position: fixed;
  top: 75px;
  margin-left: auto;
  z-index: 20;
  width: 50px;
  border-right: 10px solid #fff;
  height: 40px;
}
.top_images_sec {
  margin-top: 160px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots li button:before {
  content: '';
  background-color: #ffffff;
}
.slick-dots {
  position: relative;
  z-index: 3;
  top: -50px;

 
  margin: -40px auto;
  text-align: center;
  
  button {
    padding: 0;
  }
  .slick-active button::before {
      background: #ff790c;
  }
}

.navbar-brand.logo.B {
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 1%;
}
.navbar-brand.B {
  background-color: #fff;
}
.menu-sp.B {
  margin: 0;
}
.sp-headerB {
  display: block;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.3);
}
.head_logo_box {
  text-align: left;
}
.header-2- {
  width: 80%;
  margin-left: 10px;
  padding-left: 1%;
  padding-top: 2%;
}
.header-2-p {
  display: block;
  margin-left: 1%;
  width: 80%;
  left: 1%;
}
.header-2-p1 {
  color: #E27101;
  font-size: 0.6rem;
}
.header-2-p2 {
  color: #E27101;
  font-size: 1.2rem;
}
.sp-headerB2 {
  display: flex;
  background-color: #fff;
  border: 10px solid #fff;
  margin-bottom: 0;
}
.header-list {
  color: #ffff;
  text-align: center;
  width: 18% !important;
  border-radius: 5px;
  margin: 0 1%;
}
.header-list img {
  width: 25px !important;
  margin: 3px auto;
}
.header-list p {
  margin-bottom: 3px;
  font-size: 0.5rem !important;
}
.header-list > a:link {
  color: #ffff;
  text-decoration: none;
}
.header-list > a:visited {
  color: #ffff;
  text-decoration: none;
}
.header-list > a:hover {
  color: #ffff;
  text-decoration: none;
}
.header-list > a:active {
  color: #ffff;
  text-decoration: none;
}
.orange-sentence.B {
  font-size: 2rem;
}
.title.B {
  font-size: 1.2rem;
  color: black;
}
.message.B {
  text-align: right;
}
.header-dropmenu {
  list-style: none;
  border-top: none;
  z-index: 20;
  position: absolute;

}

.moveup {
  margin-top: -64px;
  background-color: #fff;
  position: fixed;
  border-top: solid 15px #fff;

  #menuButtonDivB {
    display: block;
    float: right;
    position: fixed;
    top: 75px;
    margin-left: auto;
    z-index: 20;
    width: 50px;
    border-right: 10px solid #fff;
    height: 40px;
  }
}
.moveup-slick {
  margin-top: 100px;
}

#foot-float a:hover {
  visibility: visible;
  color: #fff;
  font-weight: bold;
}
.header-dropmenu.B {
  position: absolute;
  top: -50px;
  left: 0;
  color: #fff;
  background-color: #DF6600;
  z-index: 30;
  display: flex;
   width: 100%; 
}
.header-dropmenu.B a {
  margin-left: 20px;
}
.sub-categoly-float {
  margin: 10px auto;
}
.sub-categoly-float:last-child {
  padding-right: 10px;
}
.sub-categoly-float > a:hover {
  text-decoration: none;
  border: none;
}
.header-dropmenu.B.C {
  display: none;
}
.foot-float-div.img1:hover .header-dropmenu.B.C.INFO {
  display: flex;
}
.foot-float-div.img2:hover .header-dropmenu.B.C.SHOHIN {
  display: flex;
}
.foot-float-div.img3:hover .header-dropmenu.B.C.SEKOUREI {
  display: flex;
}
.foot-float-div.img4:hover .header-dropmenu.B.C.BLOG {
  display: flex;
}
#foot-float .header-dropmenu.B {
  font-size: 1.0rem;
  overflow-x: scroll;
}
.header-dropmenu.B li {
  flex-shrink: 0;
}
.header-dropmenu.B::-webkit-scrollbar {
  height: 6px; /* スクロールバーの高さ */
}
 
.header-dropmenu.B::-webkit-scrollbar-thumb {
  background: #DF6600; /* ツマミの色 */
  border-radius: 1px; /* ツマミ両端の丸み */
}
 
.header-dropmenu.B::-webkit-scrollbar-track {
  background: #DF6600; /* トラックの色 */
  border-radius: 3px; /* トラック両端の丸み */
}
.SP-dn {
  display: none;
}


/* COMPANY */
.COMPANY-img img {
  margin: 0 auto;
  width: 100% !important;
}

.right-box.PC {
  display: none;
}
.orange.PC {
  display: none;
}
.COMPANY-title.PC {
  display: none;
}
.left-box-title.b.PC {
  display: none;
}
.product.B.PC {
  display: none;
}
.SNS-sentence {
  margin-bottom: 30px;
}
.orange-sentence.B {
  text-align: center;
  height: 40px;
}
h4 {
  text-align: center;
}
#google-mapB {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.SNS {
  display: flex;
}
.SNS a {
  width: 100%;
  margin: 5px;
}
.SNS-sentence {
  text-align: center;
  font-weight: normal;
}
.COMPANY-b {
  background-color: #e9f4ff;
  width: 100%;
  border: solid 8px #e9f4ff;
  border-radius: 3%;
}
.product1.B p {
  font-size: 1rem !important;
}
.product2.B p {
  font-size: 1rem !important;
}
.product3.B p {
  font-size: 1rem !important;
}
.what1.B {
  order: 1;
  width: 100%;
}
.what2.B {
  order: 2;
}
.what3.B {
  order: 4;
}
.what4.B {
  order: 3;
  width: 100%;
}

/* BLOG */
.BLOG-a img {
  margin-top: 25px;
  width: 100%;
}
.BLOG-a div {
  display: flex;
  justify-content: space-between;
}




.non-hover:hover {
  text-decoration: none;
  color: #151515;
}
.non-hover:hover > img {
  opacity: 0.5;
}




.read-button {
  margin: 20px auto 50px auto;
  width: 100%;
}
button {
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 2rem;
  font-weight: 300;
  color: #ffff;
  background-color: #FCBE01;
  border: solid 3px#FCBE01;
  border-radius: 5px;
  letter-spacing: 3px;
  width: 100%;
}
.product.C h5 {
  display: none;
}
.product.C p {
  display: none;
}
.product.D h5 {
  display: none;
}
.product.D p {
  display: none;
}

/* page-top */
html {
  scroll-behavior: smooth;
}




.pagetop-div {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: x-small;
  z-index: 2000;
}


.pagetop {
	
  height: 40px;
  width: 40px;
  
  
  
  
  /* font-size: 0.8rem;
  height: 50px;
  width: 50px; */
  
  
  position: relative;
  
 /*  left: 93%;
  top: 50px; */
  
  
  background: #FCBE01;
  border-radius: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
/*   font-weight: bold; */
  text-align: center;
  color: #ffff;
}
.pagetop:link {
  color: #ffff;
  text-decoration: none;
}
.pagetop:visited {
  color: #ffff;
  text-decoration: none;
}
.pagetop:hover {
  color: #ffff;
  text-decoration: none;
}
.pagetop:active {
  color: #ffff;
  text-decoration: none;
}

.fotter-link {
  margin: 0 15px;
  display: grid;
  width:93%;
}
.fotter-linkC {
  text-align: left;
  margin-bottom: 50px;
}
.footerLink.B {
  font-weight: bold;
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
}
.fotter-linkC a {
  font-size: 0.7rem !important;
}
.fotter-linkA.link1 {
  order: 1;
}
.fotter-linkA.link2 {
  order: 2;
}
.fotter-linkA.link3 {
  order: 3;
  text-align: left;
}
.arrow_u {
  position: relative;
  display: inline-block;
}
.arrow_u:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
	transition: 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.footerLink.B:hover {
  color: #fff !important;
}
.toggle-triger.selected::before {
	transform: translateY(-50%) rotate(225deg);
	transition: 0.2s;
}


.fotter_menu.p-3.B {
  background-color: #151515;
  margin: 0 auto;
  width: 100%;
}
.fotter_menu.p-3.B ul {
  background-color: #151515;
  display: grid;
}
.fotter_menu.p-3.B ul li {
  margin-bottom: 10px;
}  
.fotter_menu.B li:not(:last-child) {
  border-right: none;
}
.copyright.p-3.B {
  background-color: #151515 !important;
  margin: 0 auto;
  text-align: center;
  padding-top: 0;
}
.m-0.B {
  margin: 0 auto;
}
.container.B {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100%;
}
#foot-float {
  position: fixed;
  bottom: 0;
  display: flex;
  background-color: #fff;
}
.foot-float-div {
  margin: 0px auto;
}
.foot-float-div img {
  margin-left: 20px;
}

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}



.footerLink.B.toggle-triger {
  font-size: 15px !important;
}



.p-3 {
  padding: 0 !important;
}






.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 150px;
  /* margin-right: 100px;
  margin-left: 30px; */
}




/*====================
  list-top用
  スマートフォン用のスタイル
=====================*/

.example3 {
  margin: 0 auto;
}
.example3 li {
  display: inline-block;
  height:40px;
  line-height:40px;
  width:40px;
  text-align:center;
  border:1px #ccc solid;
  color:#6D6D6E;
  border-radius: 5px / 5px;
}
.example3 .pre1 {
  background-color:#333;
  color:#fff;
}
.example3 .pre2 {
  background-color:#808080;
  color:#fff;
}
.example3 .this {
  background-color:#ff790c;
  color:#fff;
}
.example3 li a{
  display:block;
  text-decoration: none;
}
.example3 li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #808080;
}

/*====================
  article-top用
  スマートフォン用のスタイル
=====================*/
.ARTICLE {
  margin-top: 0px;
}
.ARTICLE-icon {
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0 5%;
}
.ARTICLE-icon p {
  margin: auto;
  padding: 0 30px 0 10px;
  font-size: 0.9rem;
}
.icon-x {
  padding-right: 20px;
}
.ARTICLE-icon li {
  display: flex;
}
.ARTICLE-icon-share {
  margin-left: auto;
}
.ARTICLE-content {
  margin: 0 auto;
  font-size: 0.9rem !important;
  width: 100%;
}
.ARTICLE img {
  margin: 20px auto;
}
.ARTICLE-content2 {
  margin: 10px auto 20px auto;
  padding-left: 15px;
  border-left: 4px solid #E27101;
}
.ARTICLE-div {
  margin-bottom: 30px;
}
.ARTICLE-content-comment {
  font-size: 0.8rem !important;
  margin: 0 auto 20px auto;
  width: 100%;
}
.ARTICLE-form {
  margin: 0 auto;
  width: 100%;
}
#noticePaneId{
  margin: 0 auto;
  width: 100%;
}
.text-box {
  background-color: rgb(211, 235, 255);
  border: none;
  border-radius: 5px;
  width: 100%;
}
.radio-button {
  margin-left: 10px !important;
  margin-top: 10px;
}
.form-button {
  width: 85px;
  height: 35px;
  border: 5px solid rgb(42, 113, 246);
  background-color: rgb(42, 113, 246);
  color: white;
  border-radius: 5px;
  position: absolute;
  right: 0;

}
.ARTICLE-div2 img {
  width: 100px;
}
.form-button.kakunin {
  right: 15%;
}
.form-button2 {
  width: 85px;
  height: 35px;
  border: 5px solid rgb(162, 162, 162);
  background-color: rgb(162, 162, 162);
  color: white;
  border-radius: 5px;
  right: 0;
  position: absolute;
}





}





/*====================
  shop-top用
  スマートフォン用のスタイル
  サイズ調整
=====================*/
@media screen and (max-width: 880px) {
  .text-overflow {
     max-width: 150px;
  }
  
  .container ul.ul-level-1 {
  	width: 85%;
	}
  
}
@media screen and (max-width: 800px) {
  .text-overflow {
   max-width: 150px;
  }
  
  .container ul.ul-level-1 {
  width: 80%;
	}
  
}

@media screen and (max-width: 700px) {
  .form-button.kakunin {
    right: 25%;
  }
    .text-overflow {
     max-width: 150px;
  }
  
	  .container ul.ul-level-1 {
	  width: 85%;
	}
	  
}
@media screen and (max-width: 600px) {
	
	.container ul.ul-level-1 {
  width: 85%;
}
	
	
	
  .ARTICLE {
    margin-top: 0px;
  }
  .ARTICLE-icon {
    height: 30px;
  }
  .ARTICLE-icon p {
    margin: auto;
    padding: 0 10px 0 5px;
    font-size: 0.8rem;
  }
  .ARTICLE-icon img {
    width: 30px !important;
  }
  
  
  

}

@media screen and (max-width: 478px) {
  #foot-float .header-dropmenu.B {
    font-size: 0.6rem;
  }
  .header-dropmenu.B {
    position: absolute;
    top: -40px;
  }
  #foot-float .header-dropmenu.B a {
    margin-left: 0px;
  }
  section {
    margin: 20px auto;
  }
  #menuButtonDivB {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
  }
  .form-button.kakunin {
    right: 30%;
    width: 70px;
  }
  .form-button2 {
    width: 70px;
  }
  .text-overflow {
    max-width: 80px;
  }
}



@media screen and (max-width: 436px) {
  .moveup {
    margin-top: -55px !important;
  }
  /* slick */
  .top_images_sec {
    margin-top: 200px !important;
  }
  .moveup-slick {
    margin-top: 150px !important;
  }
  
  .slick-dots {
    position: relative;
    z-index: 3;
    top: -33px;
  
   
    margin: -20px auto;
    text-align: center;
  }
  .header-dropmenu.B {
    font-size: x-small;
  }

  .ARTICLE {
    margin-top: 0px;
  }
  .ARTICLE-icon {
    height: 20px;
  }
  .ARTICLE-icon p {
    margin: auto;
    padding: 0 10px 0 5px;
    font-size: 0.5rem;
  }
  .ARTICLE-icon img {
    width: 20px !important;
  }

 .sub-categoly-float {
    margin: 10px;
  }
  .text-overflow {
    max-width: 80px;
  }
}

.ARTICLE-div2 {
  margin: -55px -25px;	
}

.errorDummyClass{
	margin-top: 55px !important;
}
