@charset "utf-8";
/* PGL下駄箱 案内頁スマホ用 */
@charset "UTF-8";
/* annbassp.css */

/* PGLオフィス家具 案内頁 HTML5+CSS試作                                                  */
/* ファイル名 apg_00sp.css  (ANnai:分 Proglessオフィス家具 _00:予備 SmartPhone)          */
/* 作成       19/12/25     山川                                                          */
/* 案内頁 スマホ用                                                                       */

/*------ 全体 ------*/
header {

  padding:10px;
}

main {
  width: 100%;
  float: none;
}

aside {
  width: 100%;
}

footer {
  float: none;
  width: 100%;
}

/* メディアサイズ480px以下で表示するメニューボタンとメニュー */

#nav-drawer {
  position: relative;
}

/* チェックボックス等は非表示に */
.nav-unshown {
  display:none;
}

/* アイコンのスペース */
#nav-open {
  display: inline-block;
  height: 50px;
  vertical-align: middle;
  width: 30px;
}

/* スマホで表示するメニューボタン*/
#nav-open span {
  background-color: #594431;
  border-bottom: solid 2px #776347;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 0.8em 0.2em;
  position: relative;
  content: '';
  cursor: pointer;
}

#nav-open {
  position: fixed;
  top: 0;
  left: 0;
}

#nav-open span:active {
  border-bottom: solid 2px #ccc;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/* メニューボタンを開いた時の右側閉じる用の薄黒箇所 */
#nav-close {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0;
  transition: .3s ease-in-out;
  z-index: 99;
/* 閉じるボタンの画像 */
  background-image: url("../../17geta00/img/close.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right top
}

/*メニューの中身*/
#nav-content {
  background-color: #fff;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 90%;
  max-width: 330px;
  transition: .3s ease-in-out;
  transform: translateX(-105%);
  z-index: 100;
}

/* チェックがついたら表示させる(タップしたら) */
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/* ナビメニューレイアウトの設定 */
.header-navi-menu{
  display: flex;
  flex-direction: row;
}

/* ナビバーメニュー<ul>の表示サイズ */
.category-navi-list {
  height: 40px;
  width: 100%;
}

/* ナビバーメニュー<li>のデザイン */
.category-navi-list > li {
  border-bottom: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  width: 100%;
}

/* (ご案内)ドロップダウンメニューの表示と表示位置の設定 */
.category-navi-annai:hover .category-navi-second {
  top: 80px;
  opacity: 1;
  visibility: visible;
}

h1 {
  margin-left:50px;
}

.category-navi {
  flex-wrap: wrap;
  position: static;
}
.category-navi-bar {
  width: 100%;
}
.category-navi-annai {
  border-left: solid 1px #ccc;
}
/*------ 案内説明部  支払方法 ------*/

#info-payment-group {
  font-size : 90%;
  margin-bottom: 10%
}

.info-payment-name {
  font-size : 94%;
  margin-left: 0;
}

/*------ 案内説明部 注文方法 ------*/
h2 {
  width: 100%;
  padding: 0.1em;
}

#annai-setu {
  font-size: 90%;
  margin-bottom: 10%
}

/*------ 概要 会社概要 ------*/
iframe {
  width: 100%;
  height: auto;
}

#summary-company-group {
  width: 100%;
  font-size : 90%;
}

.summary-company-map {
  font-size : 85%;
  margin-bottom: 10%
}

/*------ 概要 個人情報保護方針 ------*/
.summary-privacy-group {
  width: 95%;
  font-size : 90%;
}
/* ordTL0sp.css */
/* 注文フォーム大見出し */

.order-headline-comment-left {
  width: 100%;
}

.order-headline-comment-right {
  text-align: left;
  width: 100%;
}

/* ordf22sp.css */

/* 見積商品選択部分 */

.order-select-detail {
  width: 100%;
}

.order-select-caption-type2,.order-select-caption-size2 {
  display: none;
}

.order-select-detail ul{
  width: 50%;
}
.order-select-detail ul.order-select-color-list {
  width: 100%;
  }

.order-select-form ul{
    flex-wrap:wrap;
  }

/* ordET0sp.css */
/* 複数注文フォームお客様情報・納品オプション等 */

/*-- 注文フォームお客様情報 --*/

.customer-form {
  width: 98%;
}

.customer-form-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0 .2em;
}

.customer-form-label {
  width: 35%;
}

.customer-form-input {
  width: 63%;
}

.delivery-form {
  margin-top: 1.0em;
  width: 98%;
}

.delivery-form-title {
  font-size: 16px;
}

.delivery-form-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0 .2em;
}

.delivery-form-label {
  display: block;
  width: 35%;
}

.delivery-form-input {
  float: right;
  width: 63%;
}

.delivery-request {
  padding: 0 .3em;
  width: 98%;
}

.delivery-request legend {
  font-size: 95%;
}

.sp-br {
  display: block;
}

.delivery-request-select {
  text-indent: 0;
}

.delivery-request-select-title {
  display: inline-block;
  width: 100%;
}

.delivery-request-info {
  font-size: 14px;
  text-align: left;
}

.delivery-request-title textarea {
  margin: 0 auto;
  width: 96%;
}
/* ▼書類作成/支払・納品方法など各種対応（3ttaiou_.htm）ご対応頁 */
/* ▼画像 */
.cmsg-head-img2 {
  display: none;
}

/* ▼ボタン */
.cmsg-btn1 {
  font-size: 90%;
  padding: 3% 1%;
  margin: 1%;
}
.cmsg-btn2 {
  font-size: 90%;
  padding: 1%;
  padding: 3% 1%;
  margin: 1%;
}
/* ▲書類作成/支払・納品方法など各種対応（3ttaiou_.htm）ご対応頁 */
