/* ヘッダーナビメニュー */
.fs-pt-menu a {
  margin: 0px;
  padding: 3px;
}
/* ヘッダーバナー_アーチとおしゃれ */
      .bn_shop_parent {
        background: #014c86;
        display: flex;
      }

      .bn_shop_child {
        background: #014c86;
      }
      .bn_shop_child img{
        width: 100%;
      }
      .bn_shop_child_sp img{
        display: none;
      }

      @media screen and (max-width: 800px) {
        .bn_shop_parent {
          flex-wrap: wrap;
        }
      }

      @media screen and (max-width: 560px) {
        .bn_shop_parent {
          display: block;
        }
        .bn_shop_child_pc img{
          display: none;
        }
        .bn_shop_child_sp img{
          display: block;
        }
      }
/* サイト告知 */
.fs-p-messageBoard {
   position: relative;
   background: #003c00;
   background: #fff0f5;
   color: #ffffff;
   color: #333333;
}
.bn_kokuti {
   position: absolute;
   right: 10px;
   bottom: -35px;
}
.fs-p-messageBoard a{
    text-decoration: underline;
    color: #ffffff;
   color: #333333;
}
.fs-p-messageBoard a {
}
.fs-p-messageBoard a:link {
color:#ffffff;
   color: #333333;
}
.fs-p-messageBoard a:visited {
color:#ffffff;
   color: #333333;
}
.fs-p-messageBoard a:hover {
color:#ffffff;
   color: #333333;
}
.fs-p-messageBoard a:active {
color:#ffffff;
   color: #333333;
}
/* 価格表示をちょっと大きく */
.cart_btn {
  padding: 30px 100px;
}

/* 価格表示をちょっと大きく */
span.fs-c-price__value {
        font-size: 150%;
        font-weight: bold;
}

.cashless_bn {
  text-align: left;
}

/* ヘッダー */
.hd_box_ {
  width: 100%;
}
.drawer_box{
  display: inline-block;
}
.logo_box {
  display: inline-block;
  margin-left: 20px;
}
.fax_box {
  display: inline-block;
  position: absolute;
  width: 65%;
  right: 0; /* 右寄せ */
  text-align: right;
  font-size: 80%;
  margin-top: 20px;
  margin-right: 30px;
}
@media screen and (max-width: 800px){
.hd_none {display:none}
}

.fs-p-headerNavBar {
border-bottom-width: thin;
border-bottom-width: medium;
border-bottom-width: 5px;
border-bottom-color: #333333;
border-bottom-color: #014C86;
}

/* box お買い物の前に */
.box30 {
    margin: 2em 0;
    background: #f1f1f1;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #008000;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}
/* youtube動画 */
.video{
width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
}
.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.side_bn img {
    max-width: 250px;
}

.renewal p {
  background-color_: #364938;
  color: #364938;
  text-align: center;
  font-size: 9pt;
}

/* お問い合わせiframe */
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

/* dl dd 横並び */
.air_box h3 {
}
.air_box dl{
  display:flex;
  flex-wrap: wrap;
/*  border: 1px solid #ccc;*/
/*  border-top: none;*/
}
.air_box dt{
/*  background: #ddd;*/
  width: 35%;
  padding: 10px;
  box-sizing: border-box;
/*  border-top: 1px solid #ccc;*/ 
}
.air_box dd{
  padding: 10px;
  margin: 0;
/*  border-left: 1px solid #ccc;*/
/*  border-top: 1px solid #ccc;*/
  width: 65%;
  background: #fff;
  box-sizing: border-box;
}

/* img p 横並び */
.p_box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}
.p_text {
}
.p_pict {
/*  width: 20%;*/
  margin-left: 3%;
}
.p_pict img {
  width: 100%;
  height:auto;
}

/* ボタンメニュー */
.p_dc_link a {
  color: #333;
}

.arrow_btn {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #1B1B1B;
	background: #fff;
	border-radius: 30px;
	border:1px solid #1B1B1B;
	transition: transform ease .3s;
}
.arrow_btn:hover {
	 cursor: pointer;
	 text-decoration: none;
}
.arrow_btn span {
	display: inline-block;
	text-decoration: none;	
	transition: transform ease .3s;
}
.arrow_btn:hover span{
	cursor: pointer;
	text-decoration: none;
	transform: translateX(6px);
}

/* TOPカテゴリ */
.cat_top_box {
}
.cat_top_box a {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #000;
	padding: 10px 20px 10px;
}
.cat_top_box a:hover {
    box-shadow: 1px 1px 4px #404040;
}
.cat_top_box ul{    
  list-style: none;
  display:flex;
}
.cat_top_box img{    
  width: auto;/*画像の幅*/
  height: 80px;/*画像の高さ*/
}
.cat_top_box ul,.cat_top_box li{
    margin:0px;
    padding:0px;
}
.cat_top { 
   
    padding:10px 30px;
    margin:2.5px;

    border: solid 1px #CCC;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #666;

    text-align: center;
    color:white;
}
.cat_top_box ul {
	display: flex;
	justify-content: flex-start; /* デフォルト(なんでも) */
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
.cat_top_box li {
    margin:2.5px;
    flex: 1 0 auto;
    display: flex;
}

/* TOPカテゴリ */
.cat_box {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid #7c8790;
}

.cat_box2 {
  max-width: 120px;
  padding: 5px;
  margin: 3px;
}
.cat_box2:hover {
  background-color: #293dd4;
  color: #ffffff;
}
.cat_box2:hover a{
  color: #ffffff;
  font-weight: bold;
}
.cat_box h2 {
/*  font-size: 90%;:/
  display: inline-block;
}

.text {
  font-size: 80%;
}

.cat_box img {
  height: 40px;/*画像の高さ*/
}

/* トップページ カテゴリボックス(新) */
.cat_box_flex-container {
  font-size: 0;
}
.cat_box_flex-container ul {
  padding: 0;
  width: 100%;
  height: auto;
  border-top: solid 1px #bbbbbb;
  border-left: solid 1px #bbbbbb;
  display: flex;
  flex-wrap: wrap;         /* 折返し */
}
.cat_box_flex-container ul li {
  list-style: none;
  width: calc(100% / 4);
  height: 70px;
  border-bottom: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  align-items: center;    /* 文字を上下中央にする */
  font-size: small;
  position: relative;
}
.cat_box_flex-container ul li a{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
}
.cat_box_flex-container ul li a:hover{
  opacity:0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: #fff;
}
.cat_box_midashi {
  width: calc(100% - 0px);
  height: 40px;
  border-top: solid 1px #bbbbbb;
  border-left: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #e4e6e9;
  color: #014c86;
  font-size: small;
  text-align:center;
  padding:8px 0;

}
@media screen and (max-width: 800px) {
   .cat_box_flex-container ul li {
   width: calc(100% / 2);
  }
}

/* ブロック要素の中央 */
.font_center{
    text-align:center;
}
/* 太字 */
.font_bold {
        font-weight: bold;
}
/* 小字 */
.font_size80 {
        font-size: 80%;
}
.font_size90 {
        font-size: 90%;
}
/* 大字 */
.font_size110 {
    font-size: 110%;
}
.font_size120 {
    font-size: 120%;
}
.font_size150 {
    font-size: 150%;
}
.font_size180 {
    font-size: 180%;
}
.font_size200 {
    font-size: 200%;
}
/* 白字 */
.font_white {
        color: #ffffff;
}
/* 赤字 */
.font_red {
        color: #e50012;
}
/* 青字 */
.font_blue {
        color: #014c86;
}
/* 緑字 */
.font_green {
        color: #339966;
}
/* オレンジ字 */
.font_ore {
        color: #dc6000;
}
/* 紫字 */
.font_mura {
        color: #1c0b5a;
}
/* ピンク字 */
.font_pink {
        color: #ff00ff;
}
/* チョークみたいな黄色字 */
.font_yellow2 {
        color: #dce572;
}
/* チョークみたいなピンク色字 */
.font_pink2 {
        color: #d59e9c;
}

/* 下線_蛍光ペンみたいな */
.font_uline {
        background: linear-gradient(transparent  50%, #fef47a  50%);
}
/* 取消線 */
.font_dline {
        text-decoration: line-through;
}
/* 波線 */
.font_wline {
        text-decoration: underline wavy;
}
/* hr二重線 */
hr.hr_double {
	border-top: 3px double #8c8b8b;
}
/* hr破線 */
hr.hr_dashed {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}
/* 角丸 赤見出し用*/
.radius_aka {
	margin: 20px auto;
	padding: 20px;
        text-align: center;
/*        color: white;*/
        font-weight: bold;
/*        background-color: #b20000;*/
        border: 2px solid #b20000;  
        border-radius: 50px 50px 50px 50px;
        box-shadow: 2px 2px 2px 2px #bbb;
}

/* 角丸 水色説明用*/
.radius_mizu {
	margin: 20px auto;
	padding: 20px;
/*        text-align: center;*/
        background-color: #edf2f7;
        border: 2px solid #bce3ff;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 2px 2px 2px 2px #bbb;
}

/* 角丸 水色中白*/
.radius_mizu2 {
	margin: 20px auto;
	padding: 20px;
/*        text-align: center;*/
        background-color: #ffffff;
        border: 2px solid #bce3ff;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 2px 2px 2px 2px #bbb;
}

/* 角丸 濃い水色*/
.radius_mizu3 {
	margin: 10px auto;
	padding: 10px;
        text-align: center;
        color: white;
        background-color: #014c86;
        border: 2px solid #014c86;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 2px 2px 2px 2px #bbb;
}

/* 角丸 濃い緑色*/
.radius_midori {
	margin: 10px auto;
	padding: 10px;
        text-align: center;
        color: white;
        background-color: #339966;
        border: 2px solid #339966;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 2px 2px 2px 2px #bbb;
}

/* 角丸 濃い青色*/
.radius_ao {
	margin: 10px auto;
	padding: 10px;
        text-align: center;
        color: white;
        background-color: #3333cc;
        border: 2px solid #3333cc;
        border-radius: 10px 10px 10px 10px;
        box-shadow: 2px 2px 2px 2px #bbb;
}

/* ナンバーリング */
.numbering {
   margin: 0;
   counter-reset: number;
}
.numbering div::before {
   counter-increment: number;
   content: counter(number);
   padding-right: 5px;
}

/* 規約ページ */
.kiyaku ol,ul {
        padding-left: 25px;
}
.kiyaku li {
        padding-bottom: 5px;
}
.kiyaku a {
        color:#0000ff;
        font-weight: bold;
}
.kiyaku_h {
        font-size: 120%;
        font-weight: bold;
}

/* 延長ページ */
.encho ul {
        width: 100%;
        list-style: none;
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
}
.encho li {
        width: 25%;
        margin: 10px;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 2px 2px 2px 2px #bbb;
        line-hight: 1;
        flex-wrap: wrap;
}
.encho_sz li {
        color: #fff;
        background: #abe012;
}
.encho_bs li {
        color: #fff;
        background: #55c7ec;
}
.encho li p {
        margin: 0;
        padding: 0;
}
.encho2 ul {
        width: 100%;
        list-style: none;
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
}
.encho2 li {
        width: 45%;
        margin: 5px;
        padding: 5px;
        border-radius: 5px;
        box-shadow: 2px 2px 2px 2px #bbb;
        line-hight: 1;
        flex-wrap: wrap;
}
.encho2 li {
        color: #fff;
        background: #e76b34;
}
.encho2 li p {
}
.encho_or2 {
        color: #388ecb;
        text-align: center;
}
.encho_select1 li:nth-of-type(1),
.encho_select2 li:nth-of-type(2),
.encho_select3 li:nth-of-type(3),
.encho_select4 li:nth-of-type(4),
.encho_select5 li:nth-of-type(5),
/*.encho_select6 li:nth-of-type(6),*/
.encho_select7 li:nth-of-type(6),
.encho_select8 li:nth-of-type(7),
.encho_select9 li:nth-of-type(8) {
        color: #fff;
        background: #d9d9d9;
}
.encho a, .encho2 a, .encho3 a {
        color:#0000ff;
        font-weight: bold;
}
.encho2 table td {
	background: #eeeeee;
        padding: 7px;
}
.encho2 table tr:nth-child(odd) td {
	background: #fff;
}
.encho2_cz {
	background: #abe012;
}
.encho2_bs {
	background: #5bd5ff;
}
/* Q&A */
.q_a ul {
	list-style: url(https://arch.itembox.design/item/icon_q.gif?t=20250630112445) inside;
}
.q_a_a ul {
	list-style: url(https://arch.itembox.design/item/icon_g.gif?t=20250630112445) inside;
}
.q_a_a_bs ul {
	list-style: url(https://arch.itembox.design/item/icon_b.gif?t=20250630112445) inside;
}
.q_a_a_top ul {
	list-style: url(https://arch.itembox.design/item/icon_o.gif?t=20250630112445) inside;
}
.q_a_a {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}
.q_a_a label {
    padding: 7px;
    border: solid 1px black;
    cursor :pointer;
}
/*ボタンホバー時*/
.q_a_a label:hover {
    background: #efefef;
}
/*チェックは見えなくする*/
.q_a_a input {
    display: none;
}
/*中身を非表示にしておく*/
.q_a_a .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.q_a_a input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.qa_mokuji ul {
        width: 100%;
        list-style: none;
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
} 
.qa_mokuji li {
        width: 30%;
        margin: 5px;
        padding: 15px;
	border: solid 1px #ff6e1a;
        border-radius: 5px;
        box-shadow: 2px 2px 2px 2px #bbb;
        line-hight: 1;
        flex-wrap: wrap;
}
.qa_mokuji li {
        color: #fff;
        background: #ffffff;
}
.qa_mokuji li p {
}

/* カレンダー */
div.cal_wrapper {
	padding: 10px 0px;
}
div.schedule_wrapper {
	padding: 10px 0px;
 	width: 310px;
 	width: auto;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 12px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 12px;
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #EEE;
}
div.cal_wrapper table.cal tr td {
	font-size: 10px;
	text-align: center;
	padding: 2px
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #666;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 7px;
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}

/* 以下、クラス指定するときのアレ */

div.cal_wrapper table.cal tr td div.Sun {
	color: #F00;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
/*	background-color: #EEF; */
/*	background-color: #000000; */
	border: solid 2px #000000;
/*	color: #090; */
/*	color: #000000; */ 
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
	background-color: #00ff00;
}
div.cal_wrapper table.cal tr td div.Sat {
	color: #00F;
	color: #ffffff;
	background-color: #00a0dd;
}
div.cal_wrapper table.cal tr td div.Holyday {
	font-weight: bolder;
	color: #F00;
	background-color: #FEE;
	color: #ffffff;
	background-color: #ff0000;
}
div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
	border-radius: 3px;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
/*	background-color: #FFF; */
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
/*	background-color: #EEE; */
}


/*休みの意味表示*/
div.schedule_wrapper_ {
	padding: 10px 10px;
 	width: auto;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
	background-color: #ff0000;
	color: #ffffff;
}
div.schedule_wrapper__ {
	padding: 10px 10px;
 	width: auto;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
	background-color: #00a0dd;
	color: #ffffff;
}
div.schedule_wrapper___ {
	padding: 10px 10px;
 	width: auto;
	border: solid 1px #ff0000;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
/*	background-color: #ed9db9; */
	color: #ff0000;
}
div.schedule_wrapper____ {
	padding: 10px 10px;
 	width: auto;
/*	border-bottom: double 1px #ff0000; */
/*	border-radius: 5px; */
/*	box-shadow: 1px 1px 3px #666; */
/*	background-color: #ed9db9; */
/*	color: #ff0000; */
}
.info_p {
	margin: 10px auto;
}

/*ツールチップ表示*/


/*テスト注意表示*/
div.test {
	padding: 10px 10px;
 	width: auto;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
	background-color: #326693;
	color: #ffffff;
}
div.test p {
        text-align:center
}

/*ナビ取付店案内*/
.navi_box1 ul {
  list-style: none;
}
.navi_box1 li {
  line-height: 2em;
}
.navi_box2 td {
  padding: 10px;
}
.navi_box1 li:nth-child(even) ,
.navi_box2 tr:nth-child(even) {
  background:#ffe6ff;
}

/*ナビ取付店案内_地域*/
h2.navi_tiiki {
  padding-left : 20px ;
  line-height: 160%;
  background-color: #014c86;
  color: #ffffff;
}
 table.navi_tiiki {
  border-collapse: collapse;
  width: 100%;
  font-size: .85em;
}
 table.navi_tiiki tr:nth-child(odd) td {
  background: #eee;
}
.navi_tiiki th,
.navi_tiiki td {
  padding: 1rem 2rem;
  text-align: center;
  border-bottom: 1px solid #364938;
/*  font-size: .75rem;*/
}
.navi_tiiki th {
  font-weight: normal;
/*  font-size: .875rem;*/
  color: #57c1cf;
  background: #ffffff;
  position: sticky;
  top: 0;
}
.navi_tiiki_th_1 {
  width: 35%;
}
.navi_tiiki_th_2 {
  width: 15%;
}
.navi_tiiki_th_3 {
  width: 15%;
}
.navi_tiiki_th_4 {
  width: 35%;
}
.navi_tiiki img {
  width: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: .5rem;
}
.navi_tiiki_img200 img {
  width: 200px;
}
@media(max-width: 500px) {
  .heading {
    display: none;
  }
  .navi_tiiki td {
    display: block;
  }
  .navi_tiiki td::before {
    content: attr(data-label);
/*    font-size: .875rem;*/
    color: #57c1cf;
    display: block;
    margin-bottom: 0.25rem;
  }
  .car-name {
    font-weight: bold;
/*    background: #eee;*/
  }
}

/*お知らせデザイン*/
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box27-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #884444;
    border: solid 3px #FE3BFE;
}
.box28 .box28-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #884444;
    background: #FE3BFE;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

/*一覧の画像サイズ*/
  .fs-c-productImage img {
    width: 95%;
    height: auto;
  } 


/*ページトップへのボタン*/
#fs_p_scrollingCartButton {
  bottom: 200px;
}
#pageTop {
  position: fixed;
  bottom: 110px;
  right: 0px;
}
#pageTop i {
  padding: 3px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 1px;
/*  border-radius: 40px;*/
  width: 65px;
  height: 65px;
  background-color_: #ffffff;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*検索ボックス*/
#k_Box-Box {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999;
}
.k_wrap{
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  max-width: 1000px;
  background: #e50112;
}
.k_wrap i{
  font-weight: bold;
  color: #ffffff;
}

.k_Box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.k_Box-SearchInput {
  border-radius: 4px;
  border: none;
  width: 100%;
  height: 55px;
  letter-spacing: 0.1em;
  padding-left: 20px;
  padding-right: 55px;
  background: #fff;
  color: #000;
  font-size: 16px;
}
@media screen and (max-width: 540px) {
  .k_Box-SearchInput {
    height: 45px;
    padding-right: 45px;
    font-size: 12px;
  }
}
.k_Box-Btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #2f2e2e;
  vertical-align: middle;
}
@media screen and (max-width: 540px) {
  .k_Box-Btn {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}
.k_Box-Btn-Icon {
  margin-left: auto;
  margin-right: auto;
  width: 19px;
  height: 19px;
}

/*トップお知らせ固定*/
#top_shop_notice {
  position: -webkit-sticky; /* Safari */  
  position: sticky;
  top: 0;
  z-index: 1000;
}
/*ドロワーメニュー順番*/
.fs-p-drawer {
  z-index: 1100;
}

/* 価格表示用 */
/* 円マークを消す */
span.fs-c-price__currencyMark {
   display: none;
}
 
/* 円をつける */
span.fs-c-price__value:after {
   content: "円";
}

/* 送料無料表記に変更 */
/*
div.fs-c-productPostage::before {
  content: "[ 送料無料";
}
.fs-c-productPostage__label {
  display: none;
}
*/

/* 中線_両サイド */
.font_rlline {
	display: flex;
	align-items: center;
}
.font_rlline:before,
.font_rlline:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #000; /* 線の色 */
  margin:0 2em; /* 文字と線の余白 */
}
/* 中線_両サイド */
.font_rlline_w {
	display: flex;
	align-items: center;
}
.font_rlline_w:before,
.font_rlline_w:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #fff; /* 線の色 */
  margin:0 2em; /* 文字と線の余白 */
}
