@charset "utf-8";
/* progless helmet m_list common */
/* phmbascm.css */
/* 商品頁PC・タブレット・スマホ共通 */

/* 基本レイアウトの定義  */

img {
  max-width: 100%;
}

body {
  max-width: 910px;
  margin: 0 auto;
  padding: 0;
}

header {
  width: 100%;
}

main {
  float: left;
  width: 83%;

}

aside {
  float: right;
  width: 15%;
}

footer {
  float: left;
  width: 100%;
}

/* ショップ紹介部  */

.shop-type {
  margin: 0.2em;
  float: left;
  font-size : 12px;
}

.shop-name {
  color: #000;
  margin: 0.2em;
  float: right;
  font-size : 12px;
}

#shop-introduction:after {
  content: "";
  display: block;
  clear: both;
}

/* ヘッダー部  */

#page-title {
  display: flex;
  height: 65px;
  width: 100%;
}

.main-title {
  background-color: #dd7;
  padding : .5em 0 0 .5em;
  width: 58%;
}

.category-name {
  color: #220;
  font-size: 20px;
  margin: 0.2em 0;
  text-indent: 0.3em;
}

.sub-title {
  background-color: #ffc;
  display: flex;
  width: 25%;
}

.sub-title p {
  font-size: 14px;
  margin: .2em 0;
  padding: .3em 0 0 .5em;
  line-height: 18px;
}

.shop-common-commercial {
  margin: 0 0 0 .3em;
  width: 15%;
}

/* ヘッダー(パンくず)部  */

#breadcrumbs-list {
  margin: 0.5em 0 0.3em 0;
  padding-left: 0.3em;
}

.breadcrumbs-path {
  font-size: 90%;
  display: inline;
  margin-left: 0.3em;
}

/* 見出し  */

.about-item {
  text-align: center;
  background-color: #adcc7a;
  font-size: 90%;
  font-weight: bold;
  margin: 0.2em 0 0.3em 0;
  padding: 0.2em 0;
}

/* 数量別価格・見積りPR  */

.sale-information {
  border: 3px double #ccc;
  margin: 0.3em 0;
  font-size: 95%;
}

.sale-information-title {
  color: #f00;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.sale-information-part {
  margin: 0;
  padding: .1% 2%;
}

/* 配送案内部  */

.common-support {
  margin-top: 1.5em;
}

.common-support-title {
  background-color: #cff;
  font-weight: bold;
  margin: 1.0em auto 0 auto;
  padding: 0.3em;
}

.support-point-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 0;
}

.support-point-part {
  border: 1px solid #eee;
  font-size: 12px;
  list-style-type: none;
  margin: 0 auto;
  text-align: center;
  width: 12%;
}

/* グリーン購入法他説明  */

.furniture-term {
  border: 3px double #000;
  font-size: 13px;
  margin-top: 1.5em;
  padding: 0.3em;
}

.furniture-term-subject {
  font-weight: bold;
  color: #009;
}

/* 共通一斉お知らせinc 共通*/

.common-message-list {
  margin: 0.3em 0.2em;
}

.common-message-title {
  margin: 0.3em 0;
}

.common-message-part {
  margin: 0.1em 0;
}

/* 共通一斉お知らせinc [メーカー在庫...]*/

.common-message-list.msg10 {
  border: 1px solid #ccc;
}

.msg10 {
  font-size: 13px;
  text-align: center;
}

/* 共通一斉お知らせinc [搬入設置...]*/

.msg20 {
  font-size: 14px;
  text-align: center;
}

/* 共通一斉お知らせinc [大量注文...]*/

.dsc10 {
  font-size: 16px;
  font-weight: bold;
}

/* 共通一斉お知らせinc [納期について...]*/

.common-message-title {
  font-size: 14px;
}

.common-message-part.dsc20 {
  text-indent: 14px;
}
.dsc20 {
  font-size: 13px;
}

/* フッター部上  */

.back-button {
  margin: 0;
}

.bottom-note {
  margin: 0;
}

/* フッター部  */

.guide-menu-list {
  background-color: #dd7;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  margin-top: 0;
  padding: 0;
}

.guide-menu-part {
  list-style-type: none;
  margin: 0 auto;
  padding: 0.8em 0;
}

footer nav a {
  color: #220;
}

address {
  font-style: normal;
  text-align: center;
  width: 100%;
}

.corporation-heading {
  font-size: 13px;
}

.corporation-name {
  font-size: 13px;
}

.corporation-mail {
  font-size: 13px;
}

.corporation-tel {
  font-size: 13px;
}

.corporation-fax {
  font-size: 13px;
}

/* bnnrdccm.css */
/* 商品説明バナー部 */

.item-banner {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid #543f32;
  margin: 0;
  margin-top: .5em;
  width: 100%;
}

.item-banner-title {
  background-color: #543f32;
  font-size: 105%;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding-left: .2em;
  width: 100%;
}

.item-discription {
  font-size: 95%;
  margin: .5em;
}

.item-banner-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0 .7em;
  width: 97%;
}

.item-part{
  display: flex;
  flex-wrap: wrap;
  width: 25%;
}

.item-part-title {
  font-size: 90%;
  margin: 0 auto;
}

.item-part-image {
  margin: 0 auto;
}

.item-part-inside{
  width: 45%;
}

.item-part-inside img{
   width: 100%;
}
/*－ リンクバナーメニュー部－－－－－ */

.bana-menu {
  border: 1px solid #330000;
}

.bana-title {
  background-color: #330000;
  color: #fff;
  margin :0;
  padding :.3em;
}

.bana-part {
  margin: 0.2em;
  display: inline;
}
/* phmsizcm.css */
/* サイズ別メニュー部  */

.size-menu {
  border-collapse: collapse;
  font-size: 93%;
  margin: 1em 0 .3em;
  text-align: center;
  width: 100%;
}

.size-menu-title {
  background-color: #eee;
  border: 1px solid #ddd;
  line-height: 1;
  padding: .2em 0;
}

.size-menu-part {
  border: 1px solid #eee;
  line-height: 1;
  padding: .2em 0;
}

/* サイズ別メニュー部マウスオンポップアップ */

.size-menu-part:hover {
  position: relative;
}

.type-spec-popup {
  background-color: #fff;
  border: 2px solid #8e8e4c;
  border-radius: 5px;
  display: none;
  position: absolute;
  bottom: 30px;
  color: #030;
  line-height: 110%;
  font-weight: bold;
  text-align: center;
  padding: 0.1em 0;
  width: 200px;
  z-index: 30; 
}

.size-menu-part a:hover {
  color: #ff69b4;
  text-decoration: none;
  padding: .2em 0;
}

.size-menu-part:hover .type-spec-popup {
  display: block;
}

/* phmlstcm.css */

/* アイテムリスト部  */

.item-list-title {
  background-color: #cf9;
  border-left:10px solid #060;
  font-size: 16px;
  font-weight: normal;
  margin: 0.2em 0;
  text-indent: 0.5em;
  padding: 0.2em 0;
}

.list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.item-list {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  margin: .7em .3em;
  padding: 0 0 0.3em 0;
  width: 32%;
}

.item-list-part-image {
  list-style-type: none;
  margin-right: 1%;
  width: 99%;
}

.product-name {
  font-size: 14px;
  text-align: center;
  margin: 0.2em 0;
}

.item-list-part-price {
  list-style-type: none;
  margin-right: 1%;
  width: 99%;
}

.item-price {
  display: block;
  font-size: 13px;
  margin: 0;
  text-align: center;
}

.price-title {
  background-color: #eee;
  padding: 0.3em 0;
  width: 100px;
}

.sale-price {
  background-color: #eee;
  font-size: 110%;
  color: #f00;
  font-weight: bold;
}

.item-list-part-notes {
  list-style-type: none;
  width: 100%;
}

.item-link {
  margin: 0.2em 0;
}

.item-link a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.item-detail {
  background-color: #eee;
  padding: .5em 0;
}

.item-order-number {
  color: #03c;
  font-size: 13px;
  font-weight: bold;
  margin: 0.2em;
}

.item-notes {
  font-size: 13px;
  margin: 0.3em 0;
}

.item-detail-link {
  font-size: 85%;
}

/* phmordcm.css */
/* オーダー部  */

#order-form {
  background-color: #ffd;
}

.order-title {
  display: flex;
  flex-wrap: wrap;
  background-color: #ee0;
  margin-bottom: 1em;
  width: 100%;
}

.order-headline {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  margin: 0%;
  width: 100%;
}

.order-headline-comment-left {
  font-size: 85%;
  text-align: left;
  padding-left: .5em;
  width: 45%;
}

.order-headline-comment-right {
  font-size: 85%;
  text-align: right;
  width: 53%;
}

.order-headline-navi {
  font-size: 75%;
  margin: 0 .2em;
  padding: 0 .2em;
  text-align: right;
  width: 100%;
}

.order-quantity-title {
  display: flex;
  font-size: 90%;
}

.order-title-number {
  margin: .5em .5em .5em 0;
  width: 20%;
}

.order-title-name {
  margin: .5em 0;
  width: 55%;
}

.order-title-price {
  margin: .5em 0;
  width: 15%;
}

.order-title-quantity {
  margin: .5em 0;
  width: 10%;
}

.order-quantity-list {
  display: flex;
  width: 100%;
}

.order-quantity-number {
  font-size: 90%;
  font-weight: bold;
  margin: .3em .5em .3em 0;
  width: 18%;
}

.order-quantity-name {
  font-size: 90%;
  font-weight: bold;
  margin: .3em .5em .3em 0;
  width: 55%;
}

.order-quantity-price {
  color: #f00;
  font-size: 90%;
  font-weight: bold;
  margin: .3em .5em .3em 0;
  width: 15%;
}

.order-quantity-quantity {
  margin: .3em .5em .3em 0;
  width: 10%;
}

.order-quantity-list input {
  margin-right: 1em;
  width: 60px;
}

.order-quantity div:nth-of-type(2n+2) {
  background-color: #fffff0;
}

.order-supplement {
  color: #f00;
  background-color: #ffd;
  text-indent: 1.5%;
  font-size: 93%;
  margin: 0;
  padding: .1em 0;
  width: 100%;
}

.order-customer {
  margin-top: .8em;
  padding: .6em;
}

.order-customer-title {
  font-size: 90%;
  font-weight: bold;
}

.order-customer-form {
  height: 27px;
  margin: .3em auto;
  width: 94%;
}

.order-customer-title input {
  float: right;
  margin: 0; 
  width: 70%;
}

.order-request {
  margin-top: 0.8em;
  border: 1px solid #666;
  box-sizing: border-box;
  margin: .5em auto 0 auto;
  padding-bottom: .5em;
  width: 94%;
}

.order-request-select {
  font-size: 90%;
  font-weight: bold;
  margin-bottom: .2em;
  margin: .5em 0;
  text-indent: 1em;
}

.order-request-comment {
  margin: .2em 0 .6em 0;
}

.order-request-info {
  font-size: 14px;
  text-align: center;
  margin: .7em 0;
}

input {
  padding: .3em 0;
}

textarea {
  display: block;
  height: 120px;
  width: 99%;
}

button {
  padding: 1.0%;
  width: 180px;
}

fieldset {
  border: 0;
}

legend {
  font-weight: bold;
}

#user-guide {
  background-color: #ffd;
  padding: 1.0em;
  font-size: 13px;
}

.user-guide-subject {
  color: #f00;
}

.user-guide-subtitle{
  margin: 0.3em 0 0 1.5em;
}

.user-guide-subtitle a{
  color: #000;
  text-decoration:none;
}

.order-required {
  color: #f00;
  font-weight: bold;
}

.customer-request-select {
  margin: 0.3em 0 1em;
  padding: 0.5em 0;
  text-align: center;
  width: 100%;
}

.customer-required {
  color: #f00;
  font-weight: bold;
}

.customer-request-button {
  font-weight: bold;
  color: #fff;
  margin: 0 0.5em;
  padding: 0.3em 0.5em;
}

.customer-input {
  display: flex;
  align-items: flex-end;
}

.delivery-entry-field {
  margin: 0.3em auto;
  padding: .5em 1.5em;
}

.delivery-customer-title {
  font-size: 90%;
  font-weight: bold;
  margin-right: 0;
}

.delivery-customer-form {
  height: 27px;
  margin: .3em auto;
  width: 96%;
}

.delivery-customer-title input {
  float: right;
  margin: 0; 
  width: 70%;
}

.delivery-customer_box {
  background-color: #e0ffff;
}

.another-add {
  color: #006;
  font-weight: bold;
  padding: 0.3em 0.2em;
}

.delivery-add-box-show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.delivery-customer_box input:checked ~ .delivery-add-box-show {
  margin-top: 1.0em;
  height: auto;
  opacity: 1;
}

.red {
  color: #f00;
}

.box-order {
  background-color: #ed6d35;
}

.box-estimate {
  background-color: #0000cd;
}

.box-inquiry {
  background-color: #69821b;
}

/* phmsidcm.css */

/* サイドメニュー部  */

.group-menu-list {
  border: 1px solid #dd7;
  display: block;
  font-size: 13px;
  list-style-type: none;
  margin: 0.2em 0;
  padding: 0;
}

.category-menu-list {
  border: 1px solid #dd7;
  display: block;
  font-size: 13px;
  list-style-type: none;
  padding: 0;
}

.recommend-menu-list {
  border: 1px solid #dd7;
  display: block;
  font-size: 13px;
  list-style-type: none;
  padding: 0;
}

.contact-info-list {
  border: 1px solid #dd7;
  display: block;
  font-size: 13px;
  list-style-type: none;
  padding: 0;
}

.group-menu-part {
  border-bottom: 1px dotted #dd7;
  display: block;
}

.category-menu-part {
  border-bottom: 1px dotted #dd7;
  display: block;
}

.recommend-menu-part {
  border-bottom: 1px dotted #dd7;
  display: block;
}

.recommend-menu-title {
  background-color: #dd7;
  color: #220;
  font-weight: bold;
  padding: 0.5em 0 0.2em 0.5em;
}

.group-menu-title {
  background-color: #dd7;
//  color: #220;
  font-weight: bold;
  padding: 0.5em 0 0.2em 0.5em;
}
.group-menu-title a {
  color: #220;
  text-decoration: none;
}

.category-menu-title {
  background-color: #dd7;
  color: #220;
  font-weight: bold;
  padding: 0.5em 0 0.2em 0.5em;
}

.side-menu-link {
  box-sizing: border-box;
  border-bottom: 1px dotted #dd7;
  display: inline-block;
  padding: 0.3em 0.5em;
  width: 100%;
}

/* サイドメニュー部 マウスオーバー時 */
.pop-up:hover {
  position: relative;
}

.side-menu-link:hover {
  background-color: #00f;
  color: #fff;
  text-decoration: none;
}
.group-menu-title a:hover {
  color: #fcf;
  text-decoration: underline;
}

/* サイドメニューポップアップ画像のみ */

.group-menu-part:hover {
  position: relative;
}

.group-menu-link:hover {
  color: #c6c;
  font-weight: bold;
}

.group-menu-popup {
  background-color: #fff;
  border: 2px solid #8e8e4c;
  border-radius: 5px;
  display: none;
  font-weight: bold;
  position: absolute;
  top: -145px;
  right: 175px;
  color: #030;
  line-height: 110%;
  text-align: center;
  padding: 3% 1%;
  width: 200px;
  z-index: 30; 
}

.side-menu-link:hover .group-menu-popup {
  display: block;
}

