@import url("common/new_price_table_smp.css");
body, #FS2_layout_body {
  margin-top: 0 !important;
}
body {
  font-family: YuGothic, 'Yu Gothic', sans-serif;
}

.under_header ul, .under_header li, .under_header h1, .under_header h2, .under_header h3, .under_header h4, .under_header h5, .under_header h6, .under_header p, .under_header span, .under_header blockquote, .under_header a, .under_header section, .under_header article, .under_header cite {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: .5px;
}
.under_header img {
  width: 100%;
  max-width: initial;
  max-width: 100%;
  min-height: inherit;
  height: auto;
}
#c_per_container img, .side-menu img {
  width: 100%;
  max-width: initial;
  max-width: 100%;
  min-height: inherit;
  height: auto;
}
#c_per_container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
/* =============================================================================
ここからヘッダー
============================================================================= */
#c_per_header {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
}
#c_per_header img {
  max-width: 100%;
}
#c_per_header .h_description {
  padding: 5px 0;
  text-align: center;
  background: #3a3633;
  width: 100%;
  /*position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;*/
}
#c_per_header .h_description h1 {
  font-size: 10px;
  color: #fff;
}
.h_main_area {
  margin: 0 auto !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  /*position: fixed;
  top: 21px;
  z-index: 9999;*/
  width: 100%;
  background: #fff;
  padding: 16px 0 !important;
}
.h_main_area .h_sideber_icon {
  width: 20%;
}
.h_main_area .h_sideber_icon span {
  position: relative;
  left: 15px;
}
.h_main_area .h_logo {
  width: 60%;
  text-align: center;
}
.h_main_area .h_logo a {
  width: 80%;
  margin: 0 auto;
}
.h_main_area .h_logo img {
  width: 50%;
}
.h_main_area .h_info {
  width: 20%;
}
.h_info ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  right: 10px;
}
.h_main_area .web_icon,
.h_main_area .web_icon:before {
  font-size: 20px;
  color: #3a3633;
}
span.icon-icon_cart.web_icon, span.icon-icon_cart.web_icon:before {
  margin-left: 5px;
}
/* ここからお知らせバナーetc... */
.h_neww_box {
  line-height: 0;
  padding-top: 20% !important;
}
/* ここからナビゲーションメニュー */
.h_main_navigation {
  background: #3a3633;
  padding: 12px 0 8px;
  /*margin: 26% 0 0;*/
}
.h_main_navigation ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.h_main_navigation ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 0 !important;
}
.h_main_navigation ul li a {
  width: 100%;
  font-size: 10px;
  color: #fff;
  position: relative;
  letter-spacing: 0;
  display: block;
  line-height: 1.5em;
}
.h_main_navigation ul li:nth-child(3) a {
  letter-spacing: -.9px;
}
.h_main_navigation ul li a span, .h_main_contents ul li a span:before {
  font-size: 13px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 5px;
}
.h_main_navigation ul li a:before {
  content: "";
  display: block;
  height: 25px;
  background: #fff;
  width: 1px;
  position: absolute;
  left: 0;
  top: 3px;
}
.h_main_navigation ul li:first-child a:before {
  display: none;
}
.fixed_header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  z-index: 9999;
  width: 100%;
}
.fixed_header2 {
  position: fixed;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
/* =============================================================================
ここからメインコンテンツ
============================================================================= */
/* ここからクーポン */
section.coupon_area {
  margin: 25px 0 0;
}
section.coupon_area h4 {
  width: 100%;
  max-width: 90%;
  margin: 0 auto 5px;
}
section.coupon_area ul {
  display: flex;
  justify-content: space-between;;
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
section.coupon_area ul li {
  width: 32%;
  height: auto;
}
section.coupon_area ul li:first-child amp-img {
  background: url("https://www.perfect-space.jp/img/e/e_smp_cp_02_n.jpg") no-repeat;
  background-size: cover;
}
section.coupon_area ul li:nth-child(2) amp-img {
  background: url("https://www.perfect-space.jp/img/e/e_smp_cp_03_n.jpg") no-repeat;
  background-size: cover;
}
section.coupon_area ul li:last-child amp-img {
  background: url("https://www.perfect-space.jp/img/e/e_smp_cp_04_n.jpg") no-repeat;
  background-size: cover;
}
/* ここから検索フォーム */
.c_per_search_form {
  margin: 20px auto;
  padding: 0;
  width: 100%;
  max-width: 90%;
}
.c_per_search_form form[name="search_form_n"] .search_box {
  position: relative;
  background-color: #fff;
  padding: 0;
}
.c_per_search_form form[name="search_form_n"] input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 2px solid #434343;
  padding: 10px 0 10px 5px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  outline: none;
  width: 100%;
  height: 35px;
}
input:-webkit-autofill, textarea:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  color: #434343;
}
.c_per_search_form form[name="search_form_n"] .search_icon {
  background: #434343;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border-radius: 0 10px 10px 0;
}
.c_per_search_form form[name="search_form_n"] .fa-search {
  position: absolute;
  right:14px;
  top: 10px;
  color: #fff;
}
.c_per_search_form form[name="search_form_n"] input[type="submit"] {
  border: 0;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  z-index: 9999;
  background: none;
}
/* ここからホットワード */
#c_per_main .c_per_search_form h4 {
  font-size: 10px;
  margin: 10px 0 0;
}
#c_per_main .c_per_search_form ul.hot_word {
  display: flex;
  justify-content: flex-start;;
  margin: 3px 0 0;
  width: 100%;
  overflow: hidden;
}
#c_per_main .c_per_search_form ul.hot_word li {
  max-width: 100%;
  text-align: center;
  margin: 0 0 0 5px;
}
#c_per_main .c_per_search_form ul.hot_word li:first-child {
  margin: 0;
}
#c_per_main .c_per_search_form ul.hot_word li a {
  font-size: 10px;
  color: #fff;
  padding: 4px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #ccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* =============================================================================
ここからサイドナビコンテンツ
============================================================================= */
div#sidemenu ul {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.side-menu ul li {
/*  border-bottom: 1px solid #ccc; */
  display:block;
  margin-bottom:0;
}
.side-menu ul li.menu_img {
  border-bottom: 0;
}
.side-menu ul li.menu_img a {
  padding: 0 !important;
}
.side-menu ul li a {
  padding: 5px 8px 2px; /*元 10px 0 8px 10px;*/
  display:block;
}
.title_sd_nav {
  padding:10px 0 8px 10px !important;
  display:block !important;
}
.side-menu ul li.sm_menu_bg_gr span {
  padding: 0;
  color: #fff;
}
.side-menu ul li.sm_menu_bg_gr, .side-menu ul li.sm_menu_bg_gr a{
  padding: 0;
  background: #434343;
  color: #fff;
}
/* ここから検索フォーム */
.c_per_search_form {
  margin: 20px auto;
  padding: 0;
  width: 100%;
  max-width: 90%;
  border-bottom: 0 !important;
}
form#search_form_n {
  margin: 0;
  padding: 0;
}
.c_per_search_form form[name="search_form_n"] .search_box {
  position: relative;
  background-color: #fff;
  padding: 0;
}
.c_per_search_form form[name="search_form_n"] input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 2px solid #434343;
  padding: 10px 0 10px 5px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  outline: none;
  width: 100%;
  height: 35px;
}
input:-webkit-autofill, textarea:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  color: #434343;
}
.c_per_search_form form[name="search_form_n"] .search_icon {
  background: #434343;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border-radius: 0 10px 10px 0;
}
.c_per_search_form form[name="search_form_n"] .fa-search {
  position: absolute;
  right:14px;
  top: 10px;
  color: #fff;
}
.c_per_search_form form[name="search_form_n"] input[type="submit"] {
  border: 0;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  z-index: 9999;
  background: none;
}
li.c_per_search_form a {
  font-size: 12px;
}
/* サイド */
a[data-role=sidemenu-toggle].active {
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  left: 280px;
  top: 0;
  width: 100%;
  transition-duration: .5s;
  min-height: 5000px;
  z-index: 9999;
}
body.active {
  position: fixed;
  left: 0;
  top: 0;
}
#sidemenu {
  width: 100%;
  max-width: 280px;
  position: fixed;
  left: -280px;
  height: 100%;
  transition-duration: .5s;
  background: #fff;
  z-index: 10000;
}
#sidemenu ul {
  overflow-y: scroll;
  height: 100%;
}
a[data-role=sidemenu-toggle].active span, a[data-role=sidemenu-toggle].active span:before {
  color: rgba(173, 70, 70, 0);
}


/* =============================================================================
ここから追記
============================================================================= */
#c_per_container img, .side-menu img {
  width: 100%;
  max-width: initial;
  max-width: 100%;
  min-height: inherit;
  height: auto;
}
#c_per_container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
/* =============================================================================
ここからヘッダー
============================================================================= */
#c_per_header {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 99999;
}
#c_per_header img {
  max-width: 100%;
}
#c_per_header .h_description {
  padding: 5px 0;
  text-align: center;
  background: #3a3633;
}
#c_per_header .h_description h1 {
  font-size: 10px;
  color: #fff;
}
.h_main_area {
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_main_area .h_sideber_icon {
  width: 20%;
}
.h_main_area .h_sideber_icon span {
  position: relative;
  left: 15px;
}
.h_main_area .h_logo {
  width: 60%;
  text-align: center;
}
.h_main_area .h_logo a {
  width: 80%;
  margin: 0 auto;
}
.h_main_area .h_logo img {
  width: 50%;
}
.h_main_area .h_info {
  width: 20%;
}
.h_info ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  right: 10px;
}
.h_main_area .web_icon,
.h_main_area .web_icon:before {
  font-size: 20px;
  color: #3a3633;
}
span.icon-icon_cart.web_icon, span.icon-icon_cart.web_icon:before {
  margin-left: 5px;
}
/* ここからお知らせバナーetc... */
.h_neww_box {
  line-height: 0;
}
/* ここからナビゲーションメニュー */
.h_main_navigation {
  background: #3a3633;
}
.h_main_navigation ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.h_main_navigation ul li {
  width: 100%;
  text-align: center;
}
.h_main_navigation ul li a {
  width: 100%;
  font-size: 10px;
  color: #fff;
  position: relative;
  letter-spacing: 0;
}
.h_main_navigation ul li:nth-child(3) a {
  letter-spacing: -.9px;
}
.h_main_navigation ul li a span, .h_main_contents ul li a span:before {
  font-size: 13px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 5px;
}
.h_main_navigation ul li a:before {
  content: "";
  display: block;
  height: 25px;
  background: #fff;
  width: 1px;
  position: absolute;
  left: 0;
  top: 3px;
}
.h_main_navigation ul li:first-child a:before {
  display: none;
}
/* ===================================
 ここからサイドメニュー
 =================================== */

.sm_drawer_nav i,
.sm_drawer_nav span {
	display:inline-block;
}

.sm_drawer_nav {
	box-sizing: border-box;
}

aside.sm_drawer_nav ul li.menu_img a {
	padding: 0;
	margin-bottom: 10px;
}

aside.sm_drawer_nav ul li.c_per_search_form {
	border: 0;
	margin: 20px auto 5px;
    text-align: right;
}

/* 画像 */
li.s_menu_img {
    width: 84%;
    margin: 10px 7%;
    }

/* テキストリンク */
li.s_menu_text {
    width: 84%;
    padding: 4px 0;
    margin-left: 8%;
	border-bottom: 1px solid #ccc;
	}

/* タイトル */
li.smp_left_title h3{
	background: #3a3633;
    color: #fff;
    width: 100%;
    padding-left: 0;
    margin: 10px 0;
    }

/* 角丸タイトル */
li.s_menu_kadomaru{
    text-align: center;
    }

li.s_menu_kadomaru h3{
	background: #9c9288;
    color: #fff;
    width: 84%;
    margin-left: 7%;
    margin-bottom: 10px;
    margin-top: 20px;
    border-radius: 10px;
    }

/* ゴーストボタン */
li.s_menu_ghost{
    text-align: center;
    }

    li.s_menu_ghost span {
    width: 50%;
    border: 1px solid #000;
    margin-bottom: 10px;
    margin-top: 20px;
    display: inline-block;

    }

/* 右寄せテキスト*/
li.s_menu_right_text{
    width: 84%;
    margin: 0 7% 16px 7%;
    text-align: right;
    }

.s_menu_right_text p{
    font-size: 12px;
    }

/* アイコンフォント */
.sm_drawer_nav .icon-icon_blog:before,
.sm_drawer_nav .icon-icon_contact:before,
.sm_drawer_nav .icon-icon_tomorrow:before,
.sm_drawer_nav .icon-icon_sale:before,
.sm_drawer_nav .icon-icon_newarrival:before,
.sm_drawer_nav .icon-icon_measurement:before {
    color: #333;
}

.icon-col{
width: 7vw;
}

.sm_drawer_nav ul li a,
.sm_drawer_nav ul li a span {
	box-sizing: border-box;
	background: none;
	font-size: 12px;
	color: #333;
}
.sm_drawer_nav ul li span {
	box-sizing: border-box;
	background: #434343;
	color: #fff;
	font-size: 12px;
}

/* ===================================
 ここまでサイドメニュー
 =================================== */


/* ここから検索フォーム */
.c_per_search_form {
  margin: 20px auto;
  padding: 0;
  width: 100%;
  max-width: 90%;
  border-bottom: 0 !important;
}
form#search_form_n {
  margin: 0;
  padding: 0;
}
.c_per_search_form form[name="search_form_n"] .search_box {
  position: relative;
  background-color: #fff;
  padding: 0;
}
.c_per_search_form form[name="search_form_n"] input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 2px solid #434343;
  padding: 10px 0 10px 5px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  outline: none;
  width: 100%;
  height: 35px;
}
input:-webkit-autofill, textarea:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  color: #434343;
}
.c_per_search_form form[name="search_form_n"] .search_icon {
  background: #434343;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border-radius: 0 10px 10px 0;
}
.c_per_search_form form[name="search_form_n"] .fa-search {
  position: absolute;
  right:14px;
  top: 10px;
  color: #fff;
}
.c_per_search_form form[name="search_form_n"] input[type="submit"] {
  border: 0;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  z-index: 9999;
  background: none;
}
li.c_per_search_form a {
  font-size: 12px;
}
/* サイド */
a[data-role=sidemenu-toggle].active {
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  left: 280px;
  top: 0;
  width: 100%;
  transition-duration: .5s;
  min-height: 5000px;
  z-index: 9999;
}
body.active {
  position: fixed;
  left: 0;
  top: 0;
}
#sidemenu {
  width: 100%;
  max-width: 280px;
  position: fixed;
  left: -280px;
  height: 100%;
  transition-duration: .5s;
  background: #fff;
  z-index: 999999999;
}
#sidemenu ul {
  overflow-y: scroll;
  height: 100%;
}
a[data-role=sidemenu-toggle].active span, a[data-role=sidemenu-toggle].active span:before {
  color: rgba(173, 70, 70, 0);
}

/*スマホTOPお知らせエリア（休業連絡など）*/
.vacation_info{padding: 0 10px;}
.vacation_info_in{background: #fff; width: 100%; border: 1px solid #c9caca; font-size:14px; box-sizing: border-box; margin: 30px 0;}
.vacation_info_in p{background: #c9caca;text-align: center; font-weight:bold !important; padding: 10px;}
.vacation_info_in div{padding: 10px;}
/*.vacation_info_in a{text-align: right;}*/
.vacation_info_in .info_red{color:#e62c2c; display: inline;}
.vacation_info_in .info_blue{color:#1758C9; display: inline;}

.rvs_wrapper.rvs_2_col li {
  width: 50% !important;
}
/*クーポンのデフォ表記を消す*/
.FS2_table.FS2_CouponConditionTable li:first-child {
    display: none;
}
/* 営業お知らせ非表示 */
eigyo {
  display:none;
}
