/*****************************************************

    全ての要素をリセット
    各ブラウザの表示を統一するための設定です

*****************************************************/
html {overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table { border-collapse: collapse;border-spacing: 0;}
caption,th,p {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;text-align:left;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
img{vertical-align:middle;}
.line {display:none;}

/*--- default */
body {
    background: #fff;
    color: #333;
    font-size: 13px;/*
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    */font-family: Noto Sans Japanese,sans-serif;
    line-height:1.4;
    text-align:center;
}
body td,body th{
    font-size:13px;
}
table{
    border-collapse:collapse;
}

/*****************************************************

    基本設定、リンクカラーなど

*****************************************************/
#wrap{
    width:100%;
    height:100%;
}
#wrapper,#makebanner,#topImage{
    width:1200px;
    margin:0 auto;
}
#wrapper{
    margin-top:30px;
margin-bottom:30px;
}
a:link {
    color:#333;
    text-decoration:underline;
}

a:visited{
    color:#333;
    text-decoration:underline;
}

a:hover{
    color:#333;
    text-decoration: none;
}

a:active{
    color:#333;
    text-decoration:underline;
}
.clear:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clear            { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */

a:hover img{
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;/*
  transition-duration: 0.3s;*/
}
img{
backface-visibility: hidden;
}
/*****************************************************

    ヘッダ #header

*****************************************************/
#headerWrap{
    width:100%;
    text-align:center;
    border-bottom: 1px solid #e0e0e0;
}/*
#headerWrap #M_ctg1_1,
#headerWrap #M_ctg1_2,
#headerWrap #M_ctg1_4,
#headerWrap #M_ctg1_48
{
float:left;
width:150px;
margin-right:20px;
}
#headerWrap #M_ctg1_1 a,
#headerWrap #M_ctg1_2 a,
#headerWrap #M_ctg1_4 a,
#headerWrap #M_ctg1_48 a{
display:block;
background:#fff;
padding:2px;
color:#000;
font-weight:900;
text-align:center;
}
#headerWrap .M_layer2{


}
#headerWrap #M_ctg1_1 .M_layer2 a,
#headerWrap #M_ctg1_2 .M_layer2 a,
#headerWrap #M_ctg1_4 .M_layer2 a,
#headerWrap #M_ctg1_48 .M_layer2 a{
background:none;
color:#fff;
text-decoration:none;
text-align:left;
}
#headerWrap .M_layer2 a{

}
#headerWrap .M_layer1{
clear:both;
overflow:hidden;
}
#headerWrap #M_ctgList2{
background:#b00000;
padding:20px;
clear:both;
    width: 1160px;
    margin: 0 auto;
}
#headerWrap #M_ctgList2 a{

}*/
#header{
    width:1200px;
    position:relative;
    margin:0 auto;
}
#header .menu{
    margin-bottom: 20px;
}
#head{
    min-height:117px;
    height: auto !important;
    height: 117px;
}
#header h1{
    width: 240px;
    margin: 0 auto;
    padding-top: 24px;
}
#h_logo{
    float:left;
    width:360px;
    text-align:left;
}
#h_right{
    width:480px;
}
/* サブナビゲーション */
#subNav{
    position:absolute;
    top:20px;
    right:0;
    text-align:right;
    height:13px;
font-size:12px;
line-height:13px;
}
#h_right .hname{
position:absolute;
right:0;
top:39px;
text-align:right;
}
.hnamecover{
position:absolute;
right:0;
top: 40px;
}

.hdeliveryfee{
display:block;
margin-top:3px;
}

#subNav li.hmail{
background:url(https://gigaplus.makeshop.jp/tallshoes/common/h_mail.gif) no-repeat 0 1px;
padding-left:16px;
margin-left:20px;
font-size:13px;
}
#subNav img{
    vertical-align:top;
}
#subNav li{
    display:inline-block;
    *display: inline;
    *zoom: 1;
    margin-left:4px;
    vertical-align:top;
}
#subNav li#subNav-mypage::after,
#subNav li#subNav-login::after{
  content: "｜";
}

#subNav .M_loginBtn{
    display:block;
    width:55px;
    height:14px;
    background:url(/images/original_design_default/samplesource/3/hNav01.png) no-repeat 0 0;
    text-indent:-9999em;
    text-align:left;
    overflow:hidden;
}
#subNav .M_logoutBtn{
    display:block;
    width:67px;
    height:14px;
    background:url(/images/original_design_default/samplesource/3/hNav01_out.png) no-repeat 0 0;
    text-indent:-9999em;
    text-align:left;
    float:left;
    overflow:hidden;
}
#subNav .M_loginBtn:hover,
#subNav .M_logoutBtn:hover{
    background-position:0 -14px;
}
#subNav .M_helloMsg{
    float:left;
    font-size:11px;
    margin-right:5px;
    line-height:14px;
}
#subNav a{
text-decoration:none;
color:#333;
}
#cart{
    position:absolute;
    top:110px;
    right:0;
}

/* 電話番号 */
#telnum,#M_basketTemp1{
    float:right;
}
#telnum{
    padding:0 10px;
}
#telnum p{
    margin:4px auto 0;
}
#telnum em{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:20px;
}
/* 買い物カゴ */
#M_basketTemp1 .M_headItem{
	text-align:left;
}

/* グローバルナビゲーション */
#gNav{
    width:1200px;
    height:52px;
}
#gNav li{
    float:left;
}

#gNav > li > a{
    display:block;
    overflow:hidden;
height:52px;
padding:0;
    text-decoration: none;
color: #333;
}

#gNav > li > li{
width:149px;
margin-right:12px;
    border-left: 1px solid #eee;
}
#gNav li > li:last-child{
margin-right:0;}
#gNav > li > li > a{
    color: #333;
    font-size: 13px;
    line-height: 13px;
    height: auto;
    text-align: center;
padding-bottom:2px;

}
#gNav li li a:hover{
text-decoration:underline;
}
#gNav li li.headerbanner{
width:180px;
margin-right:26px;
}
#gNav li li.headerbanner a{
padding-top:0;
border-bottom: none;
    padding-bottom: 0;
}
.headerbanner img{
width:180px;
display:block;
margin-bottom:10px;
}
#gNav > li > li > li > a{
background: url(https://gigaplus.makeshop.jp/tallshoes/common/hicon_tri.gif) no-repeat;
    background-position: left center;
    font-weight: normal;
    color: #333;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    height: auto;
    padding-left: 10px;
}
#gNav  li li ul{
margin-top:5px;
}
#gNav  li li li a:hover{
text-decoration:underline;
color:#333;
}
#gNav li#gNav01 a{
background:url(https://gigaplus.makeshop.jp/tallshoes/common/gnav_home.gif) no-repeat left top;
    width:106px;
text-indent:-9999px;
}
#gNav > li#gNav02 > a{
background:url(https://gigaplus.makeshop.jp/tallshoes/common/gnav_all.gif) no-repeat left top;
    width:125px;
text-indent:-9999px;
}

#gNav li#gNav03 a{
background:url(https://gigaplus.makeshop.jp/tallshoes/common/gnav_search.gif) no-repeat left top;
    width:146px;
text-indent:-9999px;
}
#gNav li#gNav04 a{
background:url(https://gigaplus.makeshop.jp/tallshoes/common/gnav_about.gif) no-repeat left top;
    width:179px;
text-indent:-9999px;
}
#gNav li#gNav05 a{
background:url(https://gigaplus.makeshop.jp/tallshoes/common/gnav_shop.gif) no-repeat left top;
   width:128px;
text-indent:-9999px;
}
#gNav li#gNav06 a{
background:url(https://gigaplus.makeshop.jp/tallshoes/common/gnav_guide.gif) no-repeat left top;
   width:178px;
text-indent:-9999px;
}
#gNav li#gNav07 a{
background:url(https://gigaplus.makeshop.jp/tallshoes/common/gnav_media.gif) no-repeat left top;
   width:202px;
text-indent:-9999px;
}

#gNav li#gNav01 a:hover,
#gNav > li#gNav02 > a:hover,
#gNav li#gNav03 a:hover,
#gNav li#gNav04 a:hover,
#gNav li#gNav05 a:hover,
#gNav li#gNav06 a:hover,
#gNav li#gNav07 a:hover
{
background-position:left -52px;
}

/*****************************************************

    左コンテンツ #leftContents

*****************************************************/
#leftContents{
    width:230px;
}
#leftContents .section{
    margin-bottom:20px;
}
#leftContents #l_banners{
margin_bottom:2px;
}
#leftContents #l_banners img{
display:block;
margin-bottom:5px;
}
#leftContents .inner{
}
/* 検索input */
.inputWrap{
    padding:4px;
background:#fff;
}
.inputWrap img{
display:block;
width:22px;
height:22px;
float:right;
}

.inputWrap input{
    border: none;
    width: 172px;
height:22px;
}
.search_input{
    width:172px;
    float:left;
    height:20px;
}
#l_search{
text-align:left;
background:#ebebeb;
padding:14px;
}

#keywordSearch{
font-size:11px;
    font-weight: 900;
    margin-top: 4px;}
#keywordSearch a{
color: #333;
    text-decoration: underline;
    font-weight: normal;}
#keywordSearch .notice{
font-weight:normal;}
#keywordSearch a:hover{
text-decoration:none;}
/* カテゴリーメニュー */
#l_category td{
	text-align:left;
}
#l_category{}
#l_category a{
color:#333;
}
#l_banners .lmatome{
display: block;
    width: 230px;
    border: 1px solid #5f0000;
    font-size: 13px;
    text-decoration: none !important;
    text-align: center;
    line-height: 40px;
    margin-bottom: 5px;
    margin-top: 7px;
}

.lmatome:hover{
background:#663f33;
    border: 1px solid #5f0000;
transition: 0.7s ;
color:#fff;}
/*追加テキストナビ*/
ul.addtxtlink{}

ul.addtxtlink li{
margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.4;
    text-align: left;
}
ul.addtxtlink li span{
background: url(https://gigaplus.makeshop.jp/tallshoes/common/lnavi_icon.gif) no-repeat right 5px center !important;
    display: block;
    border-bottom: solid 1px #e5e5e5;
    padding: 7px;
    font-size: 14px;
}

ul.addtxtlink li span a{
text-decoration:none;
}
ul.addtxtlink li span a:hover{
text-decoration:underline;
}
/* 会員メニュー */
#l_member ul{
    text-align:right;
    margin-bottom:5px;
}
#l_member li{
    display:inline;
    font-size:11px;
    background:url(/images/original_design_default/samplesource/3/listIconR.png) no-repeat left;
    padding-left:12px;
    margin-left:2px;
}
#l_member li a{
    color:#333;
}
/* カレンダー */
#l_calendar table{
    margin-bottom:5px;
    border-collapse:separate;
    border-spacing:1px;
}
/* 中央揃え */
#l_owner,#l_banner{
    text-align:center;
}
#l_owner table,#l_banner table{
    margin:0 auto;
}
/* 投票 */
#l_poll img{
    margin:0 2px;
}
#l_poll b{
    color:#333;
}
#l_poll input{
    margin-right:5px;
}
#l_poll td{
    text-align:left;
}
#l_poll a img{
    display:none;
}
#l_poll a{
    display:block;
    height:21px;
    float:left;
    margin-right:4px;
}
#l_poll a#poll_b01{
    width:58px;
    background:url(/images/original_design_default/samplesource/3/poll_b01.png) no-repeat 0 0;
    margin-left:28px;
}
#l_poll a#poll_b02{
    width:69px;
    background:url(/images/original_design_default/samplesource/3/poll_b02.png) no-repeat 0 0;
}
#l_poll a#poll_b01:hover,#l_poll a#poll_b02:hover{
    background-position:0 -21px;
}
/* 掲示板 */
#l_board table{
    width:100%;
}
#l_board td{
	text-align:left;
}
/* バナー */
#l_banner img{
    margin-bottom:5px;
}

/*****************************************************

    メインコンテンツ #rightContents

*****************************************************/
.rightContents{
    width:930px;
    margin-left:40px;
}
.rightContents .section{
    margin-bottom:30px;
}

/*----------------------------------------------------
    中央画面 #top
----------------------------------------------------*/
.r_left{
    float:left;
    width:520px;
}
.r_right{
    float:right;
    width:220px;
}
.titleMgn{
    margin-bottom:10px;
}
#r_shopIntro{
    margin-bottom:0;
}
/* 新着 */
#r_new .lims table{
    margin:10px auto;
    width:180px;
}
#r_new .lims table .woong td{
    text-align:left;
    font-weight:bold;
    padding-top:5px;
}
#r_new .lims table .woong td a{
    font-weight:normal;
display:block;
}


#r_new .lims table .woong td img{
}
#top .checkall{
    display: block;
    width: 200px;
    height: 40px;
    border: 1px solid #c4c4c4;
    text-align: center;
    margin: 20px auto 0;
    font-size: 18px;
    font-family: 'EB Garamond', serif;
    line-height: 40px;
}
#top .businesstop .checkall,
#top .bootstop .checkall,
#top .Sneakertop .checkall{
margin:20px auto 40px;
}
#top .checkall:hover{
text-decoration:none;
color:#fff;
background:#663f33;
   border: 1px solid #663f33;
transition: 0.7s ;
}

/* おすすめ */
#r_recommend .lims table{
    margin:10px;
    width:180px;
}
#r_recommend .lims table .woong td{
    text-align:left;
    font-weight:bold;
    padding-top:5px;
}
#r_recommend .lims table .woong td a{
    font-weight:normal;
display:block;
}
#r_recommend .lims table .woong td img{

}
#r_recommend .lims table .woong td a b{
    font-weight:normal;
    font-size:11px;
}
/* ランキング */
#r_ranking{
margin-bottom:50px;
}
#r_ranking h2{
text-align:center;
margin: 10px auto 50px;
}
#r_ranking .rankList{
    float:left;
   width:250px;
    position:relative;
margin-right:90px;
}
#r_ranking .rankList:last-child{
margin-right:0;
}
#r_ranking em{
    display: block;
    position: absolute;
    top: -40px;
 left: 105px;;
    z-index: 999;
    width:40px;
    height:32px;
text-indent:-99999px;
margin:0 auto;
}
#r_ranking #rank1 em,
#r_ranking #rank4 em,
#r_ranking #rank7 em{
    background:url(https://gigaplus.makeshop.jp/tallshoes/top/icon_no1.gif) no-repeat;

}
#r_ranking #rank2 em,
#r_ranking #rank5 em,
#r_ranking #rank8 em{
    background:url(https://gigaplus.makeshop.jp/tallshoes/top/icon_no2.gif) no-repeat;
}
#r_ranking #rank3 em,
#r_ranking #rank6 em,
#r_ranking #rank9 em{
    background:url(https://gigaplus.makeshop.jp/tallshoes/top/icon_no3.gif) no-repeat;
}

#r_ranking .rankImg{
    margin: 0 auto 5px;
width:250px;
position:relative;
}
#r_ranking .rankImg a img{
width:250px;
height:auto;
}
#r_ranking .rankDetail{
width:250px;}

#r_ranking p{
    text-align:left;
}
#r_ranking .rankPrice{
    font-weight:bold;
margin-top:5px;
}
/* レビュー */
#r_review #M_reviewView,
#r_review #M_reviewView table{
    width:100%;
    margin:0;
	text-align:left;
}
#top #r_review{
margin:20px auto;
}
#top #r_review h3{
font-weight:normal;
font-family: 'EB Garamond', serif;
font-size:28px;
}
#top #r_review h3 span{
font-size:32px;
}
#top #r_review h3 .ja{
font-size:13px;
    font-family: Noto Sans Japanese,sans-serif;

}
/* 最近チェックした商品 */
#r_recent{
border:1px solid #d6d6d6;
padding:20px;
border-radius:6px;
margin-top:30px;
}
#top #r_recent{
margin-bottom:0;}
#r_recent h3{
text-align:center;
font-weight:normal;
margin-bottom:20px;
}
#r_recent h3 span{
border-bottom:1px solid #000;
}
#r_recent #recent{
    margin-top:10px;
}
#r_recent #recent .itemBox,#r_recent #recent .itemBox table{

}
#recent td.itemBox{
width:25% !important;
}
#r_recent .name,#r_recent .price{
    text-align:left;
    margin:5px 5px 0;
}
#r_recent .price{
    font-weight:bold;
}
#r_recent .name a{
text-decoration:none;}
#r_recent .name a:hover{
text-decoration:underline;}
#r_recent #recent .line{
  display:none;
}
#r_recent #recent .line img{
    display:none;
}
/* お知らせ */
#top #r_news img{
    margin-bottom:10px;
}
#top #r_news td.woong{
    padding:2px 10px 2px 0;
    border-bottom:1px dotted #b2b2b2;
	text-align:left;
}
#top .newstop{
clear: both;
    overflow: hidden;
    margin: 30px auto;
}
#top .newstop .msnews,
#top .newstop .tw{
float: left;
    width: 420px;
    margin-right: 45px;
    border: 1px solid #ccc;
}
#top .newstop .msnews{
    padding: 15px 20px;
    height: 400px;
}
#top .newstop .msnews td{
    font-size: 13px;
}
#top .newstop .msnews td td{
padding:10px 0;
}
#top .newstop .msnews td[width="80"]{
width:100px;}
#top .newstop .tw{
    width: 463px;
    margin-right: 0;
    height: 400px;
    overflow: scroll;
}
#top .newstop h3{
font-weight:normal;
font-family: 'EB Garamond', serif;
font-size:28px;
}
#top .newstop h3 span{
font-size:32px;
}
#top .newstop h3 .ja{
font-size:13px;
    font-family: Noto Sans Japanese,sans-serif;

}
#top a{
text-decoration:none;
}
#top a:hover{
text-decoration:underline;}

#top #r_new,
#top #r_recommend{
border:1px solid #000;
padding:33px;
}
#r_new h2,
#r_recommend h2{
font-family: 'EB Garamond', serif;
font-size:34px;
text-align:center;
font-weight:normal;
    line-height: 28px;
}
#r_new h2 span,
#r_recommend h2 span{
color:#7b4740;
}
#r_new h2 p,
#r_recommend h2 p
{
    font-family: Noto Sans Japanese,sans-serif;
text-align:center;
font-size:14px;
}

#top .topcenterbanners{
width:930px;
clear:both;
}
#top .topcenterbanners li{
float:left;
margin-right:30px;
width:450px;
height:184px;
margin-bottom:30px;
}
#top .topcenterbanners li:nth-child(even){
margin-right:0;
}
#top #topinstagram{
background:#dfdfdf;
overflow:hidden;
clear:both;
}
#top #topinstagram h3{
font-family: 'EB Garamond', serif;
    font-weight: normal;
    font-size: 22px;
    font-style: italic;
padding-left:39px;
background:url(https://gigaplus.makeshop.jp/tallshoes/top/instaicon_top.png) no-repeat 3px center;
line-height:28px;
margin: 15px 10px 4px;
}

#top #topinstagram h3 a{
font-size: 18px;
    text-decoration: underline;
    font-style: initial;
    font-weight: 900;
    padding-left: 0.8em;
}
#top #topinstagram h3 a:hover{
text-decoration:none;
}
#instafeed .insta-box{
width:146px;
margin:3px;
float:left;
height: 146px;
    overflow: hidden;
}
#instafeed{
width:912px;
    margin: 0 auto 10px;
overflow:hidden;
clear:both;
}
#instafeed div.insta-box img{
width:146px;
min-height:146px;
}

/*----------　追加CSS　2019.12.31　-----------*/
.top_news {
    width: 930px;
    border: 1px solid #e3e3e3;
    margin: 0 auto 30px auto;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    font-size: 0.9rem;
    text-align: left;
}

.top_news ul {
    display: flex;
    padding: 20px 20px;
    justify-content: center;
}
.top_news .n-ttl {
    flex-grow: 1;
    margin-left: 1%;
    border-right: 1px solid #e3e3e3;
    line-height: 160px;
    font-weight: 700;
    color: #bf0000;
}
.top_news .content {
    flex-grow: 3;
    margin-left: 5%;
}
.top_news span {
    font-weight: 700;
}

/*----------------------------------------------------
    商品カテゴリーと商品詳細　共通
----------------------------------------------------*/
.M_inventory{}
.M_inventory table.stockList th, .M_inventory table.stockList td{
padding:3px !important;
font-size:11px !important;
}
div.M_imageCatalog table td{
width:80px !important;
height:80px !important;}
div.M_imageCatalog table td img{
width:80px;
height:80px;}
.pankuzu{
    text-align:left;
    margin-bottom:10px;
}
.pankuzu a{
    padding:0 5px 0 0;
    color:#333;
}
.pankuzu  font{
    color:#333;
}

#M_topicPathWrap li.M_current{
display:none;
}
#M_topicPathWrap li:first-child{

}
#M_topicPathWrap ul, #M_topicPath li{
font-size: 12px;
    line-height: 1.6em;
}
.detailExtTxt{
text-align: left;
    line-height: 1.8em;
    font-size: 13px;
    color: #555;
}
.detailExtTxt .strong{
font-size:14px;
padding-bottom:0.7em;
}

.detailExtTxt table th,
.detailExtTxt table td{
padding: 8px 10px;
}
.detailExtTxt table td font[size="2"]{
font-size:13px !important;
}
.detailExtTxt table td[bgcolor="#ffffff"]{
padding: 10px;
line-height:1.8em;
}
.detailExtTxt table td[bgcolor="#ffffff"] font[size="1"]{
font-size:11px;
}
.detailExtTxt table td[bgcolor="#eeeeee"]{
background:#f8f8f8;
}
.detailExtTxt table td b{
font-weight:normal;
}
.nameoption{
width:500px;
text-align:left;
}
.M_nameItem {
    font-weight: 900;
    margin-bottom: 1px !important;
font-size:12px;
}
#M_nameCustom .M_nameTxt {
    margin-bottom: 5px !important;
}

/*----------------------------------------------------
    商品カテゴリー #category
----------------------------------------------------*/
/* カテゴリー */

#category h2,
#search h2,
#matomegai h2{
    font-size:30px;
    margin-bottom:20px;
font-weight:lighter;
background:none;
}
#category #oms h3{
    margin-top: 2em;
    font-size: 16px;
    font-weight: normal;
    line-height: 2.2em;
    border-top: 2px solid #d8d8d8;
position:relative;}
#category #oms h3::after{
    position: absolute;
    content: " ";
    display: block;
    border-top: solid 2px #7b0000;
    width: 14%;
top: -2px;
    left: 0;}

#category h2,
#matomegai h2{
border-left: 3px solid #660000;
    padding-left: 15px;}
#category .else{
display:none;}
#category a,
#matomegai a{
text-decoration:none;
}
#category a:hover,
#matomegai a:hover{
text-decoration:underline;}
#r_categoryImg img{
max-width:930px;
height:auto;
}
#category .goinfopage{
text-align:left;
}
#category .goinfopage a{
text-decoration:underline;
}
#category .goinfopage a:hover{
text-decoration:none;
}

#category #r_subGroup{
}
#category #r_subGroup td[width="18"],
#category #r_subGroup td[width="18"] img,
#category #r_subGroup td img
{
display:none;
}
#category #r_subGroup td[width="119"]{
    width: 200px;}
#recruit h2.h2sub,
#bridal h2.h2sub{
display:block;
font-size: 30px;
    margin-bottom: 20px;
    font-weight: lighter;
    background: none;}
#category .subcatnav{
overflow:hidden;
clear:both;
}
#bridal .notice,
#recruit .notice{
font-size: 0.9em;
    line-height: 1.4em;
    margin-top: 0.5em;
}
#category .subcatnav li{
width: calc(100%/5);
    height: 47px;
    display: block;
    float: left;
    border-right: none;
    background: #eee;
}
#category .subcatnav li:last-child a{
border-right:1px solid #eee;
}

#category .subcatnav li a{
    display: block;
    text-align: center;
    line-height: 47px;
    font-size: 14px;
    color: #565656;
border-top:3px solid #eee;
}
#category .subcatnav li a:hover{
color:#565656;
text-decoration: none !important;
background:#fff;
    transition: all 0.2s ease;
border-top:3px solid #eee;
}

#category .subcatnav li.tabon{
color: #565656;
    background: #fff;
    line-height: 47px;
    font-size: 14px;
    border-top: 3px solid #653d37;
    border-bottom: 1px solid #fff;
border-right: 1px solid #eee;
}
#category #bridal .subcatnav li,
#category #recruit .subcatnav li{
border-right:1px solid #fff;
}
#category .message_cat{
text-align:left;
margin:20px 0;
line-height: 1.8em;
    clear: both;
    overflow: hidden;
}
#category .message_cat ul.innerlist{
clear:both;
overflow:hidden;
margin: 20px 0;}
.message_cat ul.innerlist li{
width: calc(100% / 3 - 20px);
    float: left;
    margin: 0 10px;
}
#category .message_cat ul.innerlist li p.name{
    margin-top: 5px;
    line-height: 1.5em;
    margin-bottom: 5px;
}
#category .message_cat ul.innerlist li a img{
display:block;
margin:0 auto;
width:180px;
height:auto;
}
#category .message_cat ul.innerlist li h4{
    text-align: center;
    font-size: 14px;
    background: #f7f3f3;
    padding: 3px 0;
    margin-bottom: 10px;
}
#category .message_cat ul.innerlist li .rank{
    text-align: center;
    margin: 0 auto 5px;
    color: #7b0000;
    font-size: 22px;
    font-family: 'EB Garamond', serif;
    border-top: 2px solid #7b0000;
    padding-top: 3px;
}
#category .message_cat h3 {
    margin-top: 2em;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8em;
    border-bottom: 2px solid #d9d8d8;
    margin-bottom: 1em;
clear:both;
}

#category .message_cat h3:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #7b0000;
    width: 14%;
}
#category .message_cat .fright{
width:300px;
float:right;
margin-left:10px;
    margin-bottom: 10px;
}
#category .message_cat .fleft{
width:300px;
float:left;
margin-right:10px;
    margin-bottom: 10px;
}
/* 検索結果と並び替え */
#r_resultInfo{
margin: 0 auto 10px;
    background: #f3f3f3;
    padding: 14px;
}
.total{
    float:left;
}
.listSort{
    text-align:right;
}
.listSort li{
    display:inline;
}

/* カテゴリーリスト */
#category .innerList{
    overflow:hidden;
    _zoom:1;
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#category .innerList li{
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    width:25%;/* 商品数が4つなので100%÷4=25% */
    display:inline-block;
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
}
#category .innerBox{
    margin:10px;
    text-align:center;
}
#category .detail,
#matomegai .detail{
text-align: left;
    margin-top: 10px;
    line-height: 1.6em;
}
#category .icon,
#matomegai .icon
{
margin-bottom:5px;
}
#category .imgWrap,
#matomegai .imgWrap{
    text-align:center;
    margin-bottom:5px;
}
#category .imgWrap img,
#matomegai .imgWrap img{
max-width:180px;
height:auto;
}
#category .price span,
#matomegai .price span{
    padding:0 2px;
}
#category .price,
#matomegai .price
{
    font-weight:bold;
    color:#333;
    border-top: 1px dotted #000;
    padding-top: 4px;
}
#matomegai .price em.price{
border:none;
}
#category .consumerPrice,
#matomegai .consumerPrice{
    font-size:11px;
    color:#999;
    text-decoration:line-through;
}
#category .else{
    text-align:left;
}
#category .else li,
#matomegai .else li{
    float:none;
    width:auto;
    display:inline;
}
#category .M_lumpinput{
    text-align:right;
}
#category .matomegai{
	margin: 4px 0;
	display: inline-block;
}
#category .matomegai a{
	border: 1px solid #999;
	padding: 2px 5px;
	font-size: 11px;
	display: inline-block;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	color: #999;
	text-decoration: none;
}
#category .matomegai a:hover{
	background: #999;
	color: #fff;
}
#category .content{
    border-top:1px dashed #b2b2b2;
    padding:10px 0;
    margin:10px auto;
    border-bottom:1px dashed #b2b2b2;
    font-size:11px;
}
#category .M_item-stock-smallstock{
	color: #D42222;
}
#category .btnWrap .cartBtn,
#category .btnWrap .quickBtn,
#matomegai .btnWrap .cartBtn,
#matomegai .btnWrap .quickBtn
{display:none;
}
#category .btnWrap img{

}
#category .btnWrap .soldout{
    text-align:center;
    color:#cc0000;
}

/*----------------------------------------------------
    商品詳細 #detail
----------------------------------------------------*/
.M_imageWrap{
width:800px !important;}
#detailInfo{
width: 540px;
    float: left;
margin-left:20px;
}

#itemLink{
    margin-bottom:30px;
    font-size:11px;
margin-top:20px;
}
.item_prev{
    float:left;

}
.item_prev a{
-webkit-border-radius: 30px 0 0 30px / 30px 0 0 30px;
-moz-border-radius: 30px 0 0 30px / 30px 0 0 30px;
border-radius: 30px 0 0 30px / 30px 0 0 30px;}
.item_prev a,
.item_next a{/*
background:#ddd;*/
color:#222;
text-decoration:none;
display:block;
padding:2px 10px;
}
.item_next a{
-webkit-border-radius: 0 30px 30px 0 /0 30px 30px 0;
-moz-border-radius: 0 30px 30px 0 /0 30px 30px 0;
border-radius: 0 30px 30px 0 /0 30px 30px 0;
}
.item_prev a:hover,
.item_next a:hover{
background:#000;
color:#fff;
}


.item_next{
    float:right;

}
div.M_imageCatalog table td{
width:80px !important;
height:80px !important;
}
div.M_imageCatalog table td img{
width:80px;
height:80px;
}
#itemImg{


}
#itemInfo{
    clear: both;
    overflow: hidden;
}
/*INFOバラシ*/
.detailcover{
background:#f9f9f9;
    padding: 10px 0 20px;
color:#333;
}

#reserveItem{
display: block;
    padding: 15px 0 5px;
    color: #cc0000;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.1em;
display:none;

}
#detailInfo dl {
text-align:left;
line-height:2;
overflow:hidden;
font-size:13px;
margin-bottom:4px;
width: 500px;
    margin: 8px auto;
}
#detailInfo dl.r_addcode dd{
color:#a80000;
font-weight:900;
}

#detailInfo dl.price{
line-height:24px;
}
#detailInfo dl.saleterm{
line-height:20px;}
#detailInfo dl.saleprice{}
#detailInfo dl.saleprice .dcrate{
color:#940000;
font-weight:900;}
#detailInfo dl.saleprice s{}

#detailInfo dl.delivery .memo{
display:block;
font-size:12px;}
#detailInfo dt {
  float:left;
  clear:left;
  width:100px;
}
#detailInfo dl.memberprice dt {
padding-top:5px;
}

#detailInfo dd {
  float:left;
  width:400px;
font-size:13px;
}
#detailInfo dd.count{
display:block;}
#detailInfo dd input{
width: 70px;
    font-size: 14px;
    margin-right: 0;
    text-align: center;
  background:inherit;}
#detailInfo dd.count input{
background:#fff;
border:none;
padding:7px;}
#detailInfo dd input#M_price1{
padding: 0px;
 width: auto;
border:none;
margin-right:0;
background:inherit;
max-width: 3.5em;
}
#detailInfo dl dd a{
text-decoration:underline;
line-height:2em;
}
#detailInfo dl dd a:hover{
text-decoration:none;}
#detailInfo dl dd .haiso a .fas{}
#detailInfo .saleterm dt span{
background: #940000;
    color: #fff;
    padding: 3px 10px;
    font-size: 0.9em;
    letter-spacing: 0.1em;
}

#detailInfo dl .zaikobtn a{
text-decoration:none;
    font-size: 0.9em;
    background: #f7f7f7;
    padding: 7px;}
#detailInfo dl .zaikobtn a:hover{
background:#fff;
}
#detailInfo dl.price .taxprice{
font-size:16px;
}

#detailInfo dl.price dd .taxprice
{
font-size:24px;
}

#detailInfo .saleterm dd{
font-size:16px;
color:#940000;
}
#detailInfo dl.delivery dd{
line-height:1.4em;
}
#detailInfo dl.delivery dd p.haiso,
#detailInfo dl.delivery dd p.haiso-g{
}
#detailInfo dl.delivery dd p span{
display:block;
font-size:0.9em;
line-height:2.0em;
}
.option1,
.option2{
    line-height: 2.5em;
position:relative;
}
/* [INFO]タグ */
#detailInfo table{
    width:500px;
    margin-bottom:10px;
}
#detailInfo table td{
    height:auto;
	text-align:left;
}
#itemInfo #detailInfo table font{
    color:#d42222;
}
#detail .detailTxt .heeluplist{
border-top:double #000;
padding:7px 0;

}
#detail .detailTxt .heeluplist h3{
text-align:center;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
}
#detail .detailTxt .heeluplist h3 span{
display:block;
font-weight:normal;
    font-size: 12px;
}
#detail .detailTxt dl{
line-height: 2.5em;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}
#detail .detailTxt dl dt{
float:left;
width:80px;
    text-align: left;
    line-height: 1.6em;
    padding: 8px 2px;
}
#detail .detailTxt dl dt span{
font-weight:900;
}
#detail .detailTxt dl dd{
    margin-left: 80px;
    text-align: left;
    line-height: 1.6em;
    padding: 8px 2px;
}

#detail .detailTxt dl#heelupprice{
line-height: 2.5em;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}
#detail .detailTxt dl#heelupprice dt{
float:left;
width:200px;
padding-left:40px;}
#detail .detailTxt dl#heelupprice dd{
    margin-left: 40px;
    text-align: left;
}
#detail .sizefitting{
    margin: 20px auto;
    background: #f8f8f8;
    clear: both;
    overflow: hidden;
    padding: 15px;
}
#detail .sizefitting .ttl{
    color: #494949;
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 7px;
    width: 200px;
}
#detail .sizefitting ul{
font-size: 13px;
    width: 250px;
    margin: 0 auto;
text-align: center; 
}
#detail .sizefitting ul li{
color:#aaa;
text-align:center;
    padding: 2px 5px;
display: inline-block; 
}
#detail .sizefitting ul li.on{
    color: #942424;
    font-weight: 900;
}


#detailInfo table input{
    margin-right:5px;
}
#detailInfo table img{
    vertical-align:auto;/* IE対策 */
}
#detailInfo #M_usualValue td{
    font-size:16px;
    padding:10px 0;
}
.option1 select #spcode,
.option1 select #spcode2,
option2 select #spcode,
.option2 select #spcode2{
}
#detailInfo table.option select{
    position: absolute;
    left: 95px;
margin: 0 4px;
    height: 26px;
    border-radius: 0;
background-color:#fff;
    background-image: none;
    box-shadow: none;
    font-size: 13px;
    border: 0;
    outline: 1px solid #ccc;
    outline-offset: -1px;
}

#wrapper #makebanner #detailInfo #M_usualValue,
#wrapper #makebanner #detailInfo #M_price2,
#wrapper #makebanner #detailInfo #M_taxview{
    border:none;
    width:auto;
    font-size:26px;
font-weight:400;
}
#detailInfo #M_usualValue{
    font-size:15px;
    font-weight:bold;
}
#detailInfo #M_taxview{
    width:auto;
}
/* 拡大画像ボタン */
#viewButton{
    margin: 20px auto;
}
#viewButton a{
text-decoration:none;
padding:4px 8px;
background:#fff;
}

#viewButton a:hover{
background:#f3f3f3;
transition: 0.7s ;}

}
/* 商品名 */
#detail h2{
margin-bottom: 10px;
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: normal;
    line-height: 1.6em;
}
#detail h2 img{
display:block;
margin-top:4px;}
/* 商品詳細 */
#detail .detailTxt{
    padding:10px 0;
    margin-bottom:20px;
width: 350px;
    float: left;
}
#detail .detailTxt dl{}
#detail .detailTxt dt{
  float: left;
}

#detail .detailTxt dd{
  margin-left: 80px;
text-align:left;
}
#detail .detailTxt p.lead{
margin-top:1em;
margin-bottom:1em;
}

* オプション表 */
#wrapper #detail .stockList input{
    border:0;
}
#wrapper #detail .stockList td,
#wrapper #detail .stockList th{
    padding: 7px 0 !important;
    font-size: 11px !important;
    line-height: 1.4em;
    color: #333;
font-weight:normal !important;
}
#wrapper #detail .stockList td{
	text-align:center;
background:#fff;
}

.M_inventory *{
    font-size:11px;   
}

.M_inventory table.stockList th, .M_inventory table.stockList td{
	padding: 6px !important;
}

.M_inventory span[class^="M_select-option"]{
	display: block;
	margin-top: 4px;
line-height:1.2em;
}

.M_inventory .M_select-option-soldout,
.M_inventory .M_select-option-smallstock{
	color: #666;
}

.M_inventory .M_select-option-soldout{
	margin-bottom: 4px;
}

.M_select-option-restock-btn:link,
.M_select-option-restock-btn:active,
.M_select-option-restock-btn:visited{
	display: inline-block;
	padding: 2px;
	background: #999;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}

.M_select-option-restock-btn:hover{
	background: #666;
}

/* メールリンク */
#r_contact{
    margin:10px 0;
font-size:12px;
}
#r_contact li{
    float:left;
    margin-right:10px;
}
#r_contact a{
text-decoration:none;
}
/* SNS */
#r_sns{
    margin-top:10px;
margin-bottom:0;
}
#r_sns li{
    float:left;
margin-right:5px;
}
/* カートにいれるボタン */
#basketBtn{
    margin-top:20px;
}
#basketBtn a{
display:block;
text-decoration:none;
    background: #513939;
border:1px solid #513939;
    width: 300px;
    padding: 15px;
    font-size: 14px;
    color: #fff;
}
#basketBtn a:hover{
    background: #f9f9f9;
border:1px solid #513939;
transition: 0.7s ;
color:#513939;
}

#basketBtn .soldout{
    text-align:center;
    color:#513939;
border:1px solid #513939;
    width: 300px;
    padding: 10px;
    font-size: 14px;
}
/* 追加商品説明文 */
#r_detailExt{
    margin-bottom:0;
}
#r_detailExt table.spectable,
#r_detailExt table.sizetable
{
margin:20px auto;
width:100%;
}
#r_detailExt table.spectable tr:nth-child(odd),
#r_detailExt table.sizetable tr:nth-child(odd){
background:#f8f8f8;
}
#r_detailExt table.spectable .memo{
font-size:11px;
}

.detailExtTxt table.sizetable th,
.detailExtTxt table.sizetable td {
    padding: 8px 10px;
    width: calc(100% / 6);
    text-align: center;
}
/*商品別おすすめ　商品詳細欄*/
#r_detailExt #recomendeditems{
border-top: #000 double;
    padding-top: 25px;
    margin-top: 30px;
}
#r_detailExt #recomendeditems h3{
    text-align: center;
    font-size: 30px;
font-family: 'EB Garamond', serif;
font-weight:normal;
color:#333;
}
#r_detailExt #recomendeditems h3 span{
color: #7b4740;
}
#r_detailExt #recomendeditems .ja{
font-size:12px;
     font-family: Noto Sans Japanese,sans-serif;
    text-align: center;
    margin: 5px 0 20px;}
#r_detailExt #recomendeditems ul{
}
#r_detailExt #recomendeditems ul li{
width:310px;
padding:0 25px;
float:left;
}
#r_detailExt #recomendeditems ul li a{
text-decoration:none;
font-size:13px;
}
#r_detailExt #recomendeditems ul li a:hover{
text-decoration:underline;
}
#r_detailExt #recomendeditems ul li .detailedtext{
line-height:1.6em;
    margin-top: 10px;
display:block;
}
#r_detailExt #recomendeditems ul li .detailedtext .price a{
color: #863b3b;
    font-weight: 900;
}
#r_detailExt #recomendeditems ul li a img{
width:260px;
height:auto;
}


/* 追加商品画像 */
#r_addImg{
    margin-bottom:0;
}
#r_addImg li{
    float:left;
    width:33%;
    text-align:center;
    padding-bottom:30px;
    line-height:1.4;
}
#r_addImg li .inner{
    margin:0 10px;
}
#r_addImg .addImg a{
    border:1px solid #b2b2b2;
    padding:5px;
    display:block;
}
#r_addImg li p{
    width:100%;
    margin:10px 5px 0;
}

/* レビュー */
#detail #r_review{
margin-bottom: 40px;
    background: #f8f8f8;
    padding: 30px 48px 1px;
    margin-top: 30px;
text-align:left;
}
#detail #r_review h3{
text-align:center;
margin-bottom:35px;
}
#detail #r_review .strong{
font-weight:900;
}
#detail #r_review .reviewwrite{
border: 2px solid #fff;
    padding: 15px 25px;
    margin: 20px 0;
    clear: both;
    overflow: hidden;
}
#detail #r_review #M_review{
width:620px;
float:left;
}
#detail #r_review .M_btnStyle{
width:131px;
float:right;
margin-top:50px;}

#r_review input{
padding: 5px 2px;
    border: none;
    width: 150px;
    margin-right: 10px;
}
#r_review textarea{
border:none;
}
#detail #r_review td{
	text-align:left;
}
#detail #r_review .imgLi input{
	border:none;
}
#detail #m_reviewView td{
	text-align:center;
}
#detail #r_review ul.reviewnotice{
font-size:13px;
margin-top:5px;
}
/* 商品グループ */
#r_group{

}
#r_group h3{
display:none;
}
#r_group h4{
    text-align: center;
    font-size: 32px;
    font-family: 'EB Garamond', serif;
    font-weight: normal;
    color: #333;
    line-height: 22px;
}
#r_group h4 span{
    color: #7b4740;
}
#r_group h4 p{
    font-size: 13px;
     font-family: Noto Sans Japanese,sans-serif;
    text-align: center;
    margin: 5px 0 20px;
}


#r_group #M_group{
    width:100%;
    margin:16px auto;
    border-collapse:collapse;
}
#r_group #M_group a{
text-decoration:none;
}
#r_group #M_group a:hover{
text-decoration:underline;
}
#r_group #M_group .itemBox, #r_group #M_group .itemBox table, #r_group #M_group td.itemImg {
    width:25%;
}
#r_group #M_group .itemBox{
    vertical-align:top;
}
#r_group #M_group .name, #r_group #M_group .spe,#r_group #M_group .price {
    margin: 5px 5px 0;
    text-align: left;
}
#M_group .name img{
padding-bottom:5px;
}
#r_group #M_group .itemImg{
    text-align:center;
}
#r_group #M_group .line {
display:none;
}
#r_group #M_group .line img {
    display: none;
}
#r_group #M_group .price {
    font-weight: bold;
}
#r_group #M_group .itemBox table{
margin-bottom:30px;
}
/* 最近チェックした商品 */
#detail #r_recent{

    padding-top:20px;
}
#detail #recent .itemBox,#detail #recent .itemBox table{
    width:190px;
}
/*----------------------------------------------------
    ログインフォーム関係 .loginForm
----------------------------------------------------*/
.loginForm{
    margin-top:20px;
}
.loginForm h3{
    font-size:14px;
    margin-bottom:20px;
    background:url(/images/original_design_default/samplesource/3/h3title.png) no-repeat left;
    padding-left:20px;
}
.loginForm .section{
    text-align:center;
}
.btnWrap{
    margin-top:20px;

}
.loginForm .leadTxt{
    margin-bottom:30px;
}
.loginForm .lostpass{
    text-align:center;
    font-size:11px;
    margin-top:5px;
}
.loginForm .formTable{
    margin:20px auto 0;
    width:400px;
}
.formTable th,
.formTable td{
    border:1px solid #b2b2b2;
    padding:6px 8px;
}
.formTable th{
    background:#eee;
    width:120px;
}
.M_nameList input,#r_review textarea{
    padding:2px;

}
.M_nameList li{
margin-bottom:0 !important;
}
#M_nameCustom .M_nameLimit{
text-align:left !important;
}
.M_nameList input{
width: 100px !important;
    padding: 6px 10px !important;
    font-size: 16px !important;
}
.loginForm .formTable input{
    width:200px !important  ;
}



/*----------------------------------------------------
    会員ログイン #memberlogin
----------------------------------------------------*/
#memberLogin .btnWrap{
    overflow:hidden;
    _zoom:1;
}
#memberLogin .btnWrap div{
    float:left;
    width:360px;
    padding-bottom:20px;
}
#memberLogin .btnWrap #newMember{
    border-right:1px dotted #b2b2b2;
}
#memberLogin .btnWrap p{
    margin:20px;
}
/*----------------------------------------------------
    注文履歴ログイン #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
    パスワード紛失 #orderlogin
----------------------------------------------------*/
/*----------------------------------------------------
    約款 #contract
----------------------------------------------------*/
#contractBox{
    width:700px;
    height:280px;
    overflow:auto;
    border:1px solid #b2b2b2;
    padding:10px;
    text-align:left;
    margin-top:20px;
}
/*----------------------------------------------------
    会員登録修正フォーム #member
----------------------------------------------------*/
#memberForm #M_entryForm{
    margin:30px 10px 20px;
    width:740px;
    border-top:1px solid #b2b2b2;
    border-left:1px solid #b2b2b2;
}
* html #memberForm #M_entryForm{
    position:relative;
}
#memberForm #M_entryForm th,
#memberForm #M_entryForm td{
    border-bottom:1px solid #b2b2b2;
    border-right:1px solid #b2b2b2;
    padding:8px;
}
* html #memberForm #M_entryForm th,
* html #memberForm #M_entryForm td{
    position:relative;
}
#memberForm #M_entryForm th{
    background:#eee;
    width:160px;
}
#memberForm .M_txt{
    font-size:11px;
    margin-left:10px;
}
#memberForm #mailreceiveN,
#memberForm #sex1{
    margin-left:10px;
}
#memberForm .M_ex,
#memberForm .M_info{
    font-size:11px;
    color:#666;
}
#memberForm .M_post{
    display:block;
    width:96px;
    height:22px;
    background:url(/images/original_design_default/samplesource/3/r_postBtn.png) no-repeat;
    float:left;
    text-indent:-9999em;
    overflow:hidden;
    _zoom:1;
}
#memberForm #mailreceiveY,
#memberForm #mailreceiveN,
#memberForm #sex0,
#memberForm #sex1{
    border:none;
}
#M_changepw #M_changepwTable th{
    background:#615D5C;
}

/* 退会する */
#r_leave img{
    display:none;
}
#r_leave a{
    display:block;
    width:81px;
    height:22px;
    margin-top:5px;
    background:url(/images/original_design_default/samplesource/3/memberjoin_escape.png) no-repeat 0 0;
}
#r_leave a:hover{
    background-position:0 -22px
}

/*----------------------------------------------------
    ポイント #point
----------------------------------------------------*/
#r_pointData{
    border:1px solid #b2b2b2;
    background:#eee;
    padding:10px;
    margin:20px 60px 30px;
}
#r_pointData p{
    text-align:center;
}
#r_pointData strong{
    font-size:15px;
    font-weight:bold;
    color:#cc0000;
}
#r_pointList table{
    border-collapse:separate;
    width:400px;
    margin:0 180px;
    border-spacing:0;
}
#r_pointList td{
    border:1px solid #b2b2b2;
    padding:8px;
    text-align:center;
}
#r_pointList td font{
    font-size:13px;
}
/*----------------------------------------------------
    商品検索 #search
----------------------------------------------------*/
#r_searchName{
    margin:20px 0 20px;
}
#r_searchName font{
    color:#333;
    font-weight:bold;
}
#r_searchInput{
 border: 4px solid #f3f3f3;
    padding: 15px;
}
#r_searchInput table{
    background:#fff;
}
#r_searchInput table tr{
    border-bottom: 1px solid #ccc;}

#r_searchInput .btnWrap{

}
#r_searchInput .btnWrap a{
display:block;
text-decoration:none;
width:200px;
height:40px;
border:1px solid #653D37;
background:#653D37;
color:#fff;
    margin: 20px auto;
    line-height: 40px;
font-family: 'EB Garamond', serif;
    font-size: 16px;
}
#r_searchInput .btnWrap a:hover{
background:#fff;
color:#653D37;
transition: 0.7s ;
}
#r_searchInput th,#r_searchInput td{
 
    padding:15px 10px;
	text-align:left;
}
#r_searchInput th{
}
#r_searchInput input{
padding:4px;
font-size:14px;
margin-right: 4px;
}
#r_searchInput #searchPrice input{
	width:90px;
}
#r_searchInput #searchContent input{
width:400px;
}
#r_searchList table,
#r_pager table{
    width:100%;
}
#r_searchInput select{
font-size: 14px;
    font-weight: lighter;
    height: 30px;
    border-radius: 0;
    background: #fff;
    vertical-align: middle;
    border: 0;
    outline: 1px solid #ccc;
    outline-offset: -1px;
}
#r_searchInput select option{
  background-color: #fff;
  color: #333;
}

#r_searchInput #searchCode input,
#r_searchInput #searchBrand input
{
width:200px;
}

.searchResult{
    font-size:14px;
    margin-bottom:20px;
}
#r_searchList .innerList{
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#r_searchList .innerList a{
text-decoration:none;
}
#r_searchList .innerList a:hover{
text-decoration:underline;
}
#r_searchList .innerList li{
    width:25%;
    display:inline-block;
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
margin-bottom:30px;
}
#r_searchList .innerBox{
    margin:10px;
}
#r_searchList .name{
    margin-bottom:5px;
    margin-top:5px;
}
#r_searchList .imgWrap{
    text-align:center;
}
#r_searchList .imgWrap a img{
width:180px;
height:auto;
}
#r_searchList .price{
    font-weight:bold;
    color:#333;
}
#r_searchList .else{
    text-align:left;
}
#r_searchList .else li{
    float:none;
    width:auto;
    display:inline;
}
#r_searchList .btnWrap{
    margin:10px auto 5px;
    text-align:center;
}
#r_searchList .soldout{
    text-align:center;
    color:#cc0000;
}

/*----------------------------------------------------
    まとめ買い #matomegai
----------------------------------------------------*/
/* まとめ買いタイトル */

/* カテゴリーリスト */
#matomegai .innerList{
    overflow:hidden;
    _zoom:1;
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    text-align:left;
}
#matomegai .innerList li{
    vertical-align: top;
    letter-spacing: normal; /* 文字間を通常に戻す */
    width:25%;/* 商品数が4つなので100%÷4=25% */
    display:inline-block;
    /display: inline;  /* IE用ハック */
    /zoom: 1;  /* IE用ハック */
}
#matomegai .innerBox{
    margin:10px;
    text-align:center;
}

#matomegai .name{
    margin-bottom:5px;
}
#matomegai .name img{
display:none;
}
#matomegai .else{
display:none;
}
#matomegai .M_lumpinput{
    text-align:right;
}
#matomegai .content{
display:none;
}
#matomegai .btnWrap{
}
#matomegai .btnWrap .soldout{
    text-align:center;
    color:#cc0000;
}
#matomegai .wishlistBtn{
display:none;
}
#r_matomegai .matome_center{
display:block;
margin:20px auto;
}

/*----------------------------------------------------
    買い物カゴ #basket
----------------------------------------------------*/
#r_basket{
    margin-bottom:20px;
}
#basketTable .addName td{
border-bottom:none !important;
border-top: 1px solid #fff;
padding-top:0;
}
#basket h2{
font-size: 30px;
    margin-bottom: 20px;
    font-weight: lighter;
}
#basketTable{
    width:100%;
    margin-top:30px;
}
#basketTable th,#basketTable td{
    text-align:center;
    padding:10px 6px;
    vertical-align: top;
}
#basketTable tr{
border-bottom:1px solid #ddd;
}
#basketTable th,
#wishTable th{
    white-space:nowrap;
background:#eee;
font-weight:normal;
    font-family: 'EB Garamond', serif;
    font-size: 14px;
}
#basketTable .basketNum{
    width:30px;
}
#basketTable .basketImg{
    width:80px;
}
#basketTable .basketImg img{
width:80px;
height:auto;
}
#basketTable .basketName{
    width:400px;
    text-align:left;
}
#basketTable .basketName p{
line-height:1.8em;
}
#basketTable .basketMatomegai{
	margin-top: 4px;
	display: inline-block;
}
#basketTable .basketMatomegai a{
	border: 1px solid #999;
	padding: 2px 5px;
	font-size: 11px;
	display: inline-block;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	color: #999;
	text-decoration: none;
}
#basketTable .basketMatomegai a:hover{
	background: #999;
	color: #fff;
}
#basketTable .addfav{
display: block;
    margin-top: 5px;
    font-size: 12px;
    text-decoration: none;}
.quantityWrap{
	display:table;
}
.quantityInput,.basketQunantity,.quantityAmend{
	display:table-cell;
	vertical-align:middle;
	padding:0 2px;
}
.quantityInput span{
    display: none;
}
.quantityInput input,
#wishTable .wishQuantity input{
width: 50px;
    height: 24px;
    text-align: center;
    font-size: 14px;
}
#wishTable .wishQuantity input{
margin-right:4px;
}
#basketTable .basketQuantity td{
    border:none;
    padding:0;
}
#basketTable .basketPoint{
    width:70px;
}
#basketTable .basketPrice{
    width:120px;
text-align: right;
    padding-right: 30px;
}
#basketTable .basketOption{
    text-align:left;
    margin-top:4px;
font-size:11px;
}
#basketTable .basketOption select{
margin: 5px 0;
    height: 26px;
    min-width: 70px;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    font-size: 13px;
border: 0;
    outline: 1px solid #ccc;
    outline-offset: -1px;
display: block;
}
#basketTable .basketHaisou{
    padding:10px 6px;
}
#basketTable .carriageWrap{
    margin:4px 0;
}
#basketTable .basketHaisou p{
    text-align:right;
}
#basketTable .basketHaisou .carriageMsg1{
       color: #660000;
    font-size: 16px;
}
#basketTable .basketHaisou .carriageMsg2{
    font-size:14px;
}
#basketTable .basketBtns{
    width:80px;
}
#basketTable .basketBtns img{
    margin-bottom:2px;
}
#basketTable .basketTotal{
text-align: right;
    padding: 18px 10px 18px;
    border: 1px solid #513939;
}
#basketTable .basketTotal em{
    font-size:20px;
    color:#660000;
    line-height: 20px;
}
#basketTable .basketTotal a{
	text-decoration: underline;
	margin-left: 4px;
}
#basketTable .basketTotal a:hover{
	text-decoration: none;
}
#basketTable .totalWrap{
	width: 60%;
	margin: 0 0 0 auto;
}
#basketTable .totalItem{
	float: left;
	clear: left;
	width: 60%;
	text-align: right;
line-height: 20px;
    font-family: 'EB Garamond', serif;
}
#basketTable .matomegaiWrap{
	margin-bottom: 15px;
}

#basketTable .matomegaiWrap .totalPrice{

}

#basketTable .basketEmpty p{
    text-align:center;
    margin:10px auto;
}
#r_basket .btnWrap .btnBack{
    float:left;
    padding-top:5px;
    margin-left:10px;
font-size:15px;
}
#r_basket .btnWrap .btnBack a{
    line-height: 30px;
    display: inline-block;
    margin-right: 20px;
    text-decoration: none;
}
#r_basket .btnorder{
overflow:hidden;
clear:both;
margin-bottom:10px;
background:#eee;
}
#r_basket .btnamazon{
overflow:hidden;
clear:both;
margin-bottom:10px;
background:#f8f8e3;
    padding: 10px;
}

#r_basket  .btnorder span,
#r_basket  .btnamazon span{
    width: 600px;
    line-height: 65px;
    padding-left: 10px;
display: block;
    float: left;
}
#r_basket  .btnamazon span{
line-height: 1.6em;
    display: block;
    float: left;
    padding-left: 0;
    width: 620px;
    margin-right: 50px;
}
#r_basket  .btnamazon a{
display:block;
}
#r_basket .btnorder a{
float:right;
color: #fff;
text-decoration:none;
display:block;
    background: #513939;
    border: 1px solid #513939;
    width: 240px;
    padding: 12px;
    font-size: 14px;
text-align:center;
margin:10px;
}
#r_basket .btnmazon .amazonButtonWrap{
margin-top: 10px;
    width: 205px;
    float: right;
}

#r_basket .btnorder a:hover{
color: #513939;
    background: #fff;
transition: 0.7s ;
}
#r_basket #r_roralMember{
font-size: 14px;
    padding-top: 10px;
}
#r_basket #r_roralMember .royalMsg1{
text-align: right;}
#r_basket .btnWrap{
margin-top:0;
}
#r_basket #r_roralMember .royalMsg1 font[color="#0054A6"]{
font-size: 16px;
    color: #cc0000;
}
#basket #fav{
    font-size: 20px;
    margin: 40px auto 20px;
    font-weight: lighter;
}
#basket .banners3,
#basket .banners4
{
justify-content: space-between;
align-items: flex-start;
margin-bottom: 10px;
}
#basket .banners3 div,
#basket .banners4 div{
margin-bottom:10px;
}

#basket .banners3 img{
max-width:300px;
height:auto;
}

#basket .banners4 img{
max-width:220px;
height:auto;
}

.M_nameFix {
width: 50% !important;
background: #eee !important;
border:none !important;
min-height:20px;
}
/* Amazonボタン */
.amazonButtonWrap{
	margin-top:10px;
}
.amazonButton{
	width:240px;
}

/* お気に入りリスト */
#wishTable{
    width:100%;
}
#wishTable th,#wishTable td{
    text-align:center;
    border-bottom: 1px solid #eee;
    padding: 12px 6px;
}

#wishTable .wishName{
    text-align:left;
    width:240px;
}
.fa-cart-arrow-down{
    color: #673737;
    font-size: 20px;}

.wishPrice font[color="darkblue"]{
color:#660000;
}

/*----------------------------------------------------
    お知らせ #news
----------------------------------------------------*/
#r_news{
    margin-top:30px;
}
#news h2{
    font-weight: lighter;
    font-size: 30px;
    margin-bottom: 20px;
}
#r_news #newsHead{
    text-align: left;
    border-bottom: 2px solid #653d37;
    padding: 4px 0 10px;
    font-size: 20px;
}
#r_news #newsHead span{
font-size: 11px;
    color: #999;
    display: block;
    margin-bottom: 10px;
}
#r_news #newsContents{
    text-align: left;
    padding: 40px 30px;
    border-bottom: 1px dashed #888;
    margin-bottom: 20px;
    line-height: 2em;
}
#r_news #newsAccess{
    text-align:right;
    font-size:11px;
    color:#999;
    margin-top:20px;
display:none;
}
#r_news #newsNext{
    text-align:right;
    font-size:11px;
    margin-bottom:10px;
}
#r_news #newsList{
    margin-bottom:20px;
}
#r_news #newsList .line{
display:none;
}
#r_news #newsList .lims{
border-bottom: 1px dashed #ddd;
}
#r_news #newsListBtn{
    text-align:center;
}
#r_news #newsListBtn a{
display: block;
    text-decoration: none;
    border: 1px solid #513939;
    width: 200px;
    padding: 10px;
    font-size: 14px;
    color: #513939;
    margin: 0 auto;
}
#r_news #newsListBtn a:hover{
transition: 0.7s ;
background:#513939;
color:#fff;
}

#r_news #newsList table{
}
#r_news #newsList td,
#r_news #newsList th{
padding:15px;
}
#r_news #newsList th{}
#r_news #newsList td[width="20%"]{
color: #888;
}
/* ご利用ガイド */
#makebanner #guideMain{
    margin:0 70px;
}
#shoppingguide h2{
font-weight: lighter;
    font-size: 30px;
    margin-bottom: 20px;
}
#shoppingguide{
font-size: 13px;
    line-height: 1.6em;
    text-align: center;
    padding: 0;
}
#shoppingguide .gblock{
    text-align: left;
padding:20px 0;
}

#shoppingguide h3{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8em;
    background: #eee;
    padding: 5px 10px;}
#shoppingguide .gblock h4{
margin-top: 2em;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8em;
    border-bottom: 2px solid #d9d8d8;
    margin-bottom: 1em;
}
#shoppingguide .aboutpoint{
display:block;
margin:10px auto;
}

.gblock h4:after {
     position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #7b0000;
    width: 14%;}
#shoppingguide h5{
margin-top: 2em;
    font-size: 14px;
    font-weight: normal;
    border-left: 3px solid #dbdbdb;
    padding-left: 0.5em;
    margin-bottom: 1em;
    line-height: 1.5em;}
#shoppingguide h6{
    font-weight: normal;
    border-bottom: 2px solid #ddd;
    text-align: center;
    width: 8em;
    margin: 1em auto 0;
}

#shoppingguide table{
border-spacing: 0;
border-collapse: collapse;
}
#shoppingguide table.step{
width: 700px;
    margin: 1em auto 2em;}
#shoppingguide table.step th{
width: calc(100%/6);
}

#shoppingguide table td,
#shoppingguide table th{
    border: 1px solid #cecece;
    padding: 7px 10px;
    text-align: center;
}
#shoppingguide table th{
    background: #f8f8e4;
    font-weight: normal;
white-space: nowrap;
}
#shoppingguide table.deliveryfee{
    width: 700px;
    margin: 1em auto;
}
#shoppingguide .gamazonpay{
display:block;
margin:2em auto;
}
#shoppingguide .bank{
border: 1px solid #ccc;
    padding: 10px;
    margin: 1em;
    width: 300px;}
#shoppingguide .alert{
    color: #7b0000;}
/*タブ切り替え全体のスタイル*/
#shoppingguide .tabs {
  padding-bottom: 40px;
  background-color: #fff;
  width: 930px;
  margin: 0 auto;}

/*タブのスタイル*/
#shoppingguide .tab_item {
    width: calc(100%/6);
    height: 50px;
    background-color: #eee;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    border-top: 3px solid #eee;
    border-right: none;
}
#shoppingguide .last{
border-right:1px solid #eee;
}
#shoppingguide .first{
    border-left: 1px solid #eee;
}
#shoppingguide .tab_item:hover {
    background-color: #fff;
}

/*ラジオボタンを全て消す*/
#shoppingguide input[name="tab_item"] {
  display: none;
}
#shoppingguide img.np{
display:block;
margin:2em auto;
width:500px;
height:auto;
}

#shoppingguide img.np300{
display:block;
margin:2em auto;
width:300px;
height:auto;
}

#shoppingguide .gcards{
display:block;
margin:2em auto;
width:450px;
}
/*タブ切り替えの中身のスタイル*/
#shoppingguide .tab_content {
  display: none;
padding: 10px 0;
    clear: both;
    overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#delivery:checked ~ #delivery_content,
#membership:checked ~ #membership_content,
#return:checked ~ #return_content,
#inq:checked ~ #inq_content,
#faq:checked ~ #faq_content

 {
  display: block;
}

/*選択されているタブのスタイルを変える*/
#shoppingguide .tabs input:checked + .tab_item {
  background-color: #fff !important;
  color: #565656 !important;
border-top: 3px solid #653d37 !important;
}

#shoppingguide #anshin{
margin-top:40px;
}
#shoppingguide #anshin .ttl_anshin{
    font-size: 20px;
    padding-bottom: 8px;
    font-family: 'Noto Serif JP', serif;
}


/************************FAQ*************************/
#shoppingguide #faq_content h3{
margin:20px 0;
}
#shoppingguide #faq_content a{
    display: block;
    text-decoration: none;
   border: 1px solid #663f33;
    padding: 10px;
    width: 220px;
    margin: 1em auto;
    background: #fff;
}
#shoppingguide #faq_content a:hover{
background:#663f33;
   border: 1px solid #663f33;
transition: 0.7s ;
color:#fff;
}
#shoppingguide #faq_content a:hover{
text-decoration:none;}
.btn_faq{
display:block;
}
#shoppingguide #faq_content a .fas{
padding-right: 3px;
    padding-left: 3px;
    color: #ea6f8e;
}
#shoppingguide #faq_content .acordion {
border-top: 1px solid #653d37;
    margin-bottom: 20px;
    padding: 10px;
    margin: 20px 0;
}
#shoppingguide element.style {
	opacity: 1;
}
#shoppingguide .acordion dt{
	display:block;
	cursor:pointer;
	background:url(https://gigaplus.makeshop.jp/tallshoes/common/icon_q.png) no-repeat left 1px;
	font-size:17px;
	font-weight: bold;
}
#shoppingguide #faq_content .trigger {
	overflow: hidden;
	padding: 0 0 3px 45px;
}
#shoppingguide #faq_content .container{
overflow: hidden;
    margin-bottom: 40px;
}
#shoppingguide #faq_content .open-close {
    display: block;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
    background: url(https://gigaplus.makeshop.jp/tallshoes/common/icon_swich.png) no-repeat bottom center;
    background-size: 16px;
    margin-top: 5px;
}
#shoppingguide #faq_content .acordion .active .open-close{
	background:url(https://gigaplus.makeshop.jp/tallshoes/common/icon_swich.png) no-repeat top center;
background-size: 16px;
    margin-top: 5px;
}
#shoppingguide #faq_content .trigger p {
   float: left;
    margin-bottom: 0;
    width: 90%;
    font-weight: normal;
    font-size: 15px;
    color: #4b2c11;
    vertical-align: middle;
    line-height: 1.6em;
    margin-top: 6px;
text-decoration:underline;
}
#shoppingguide #faq_content .trigger p:hover{
text-decoration:none;
}
#shoppingguide #faq_content dd.acordion_tree {
	display:none;
}
#shoppingguide #faq_content dd.acordion_tree p.ans{
    background: url(https://gigaplus.makeshop.jp/tallshoes/common/icon_a.png) no-repeat left 18px;
    padding: 20px 30px 15px 45px;/*
    border-top: 1px dashed #ccc;*/
    line-height: 1.6em;
	}
#shoppingguide #faq_content .brbr{
display:block;
margin-bottom:1em;
}

/*----------------------------------------------------
特定商取引 #law
----------------------------------------------------*/

#law h2{
font-weight: lighter;
    font-size: 22px;
    margin-bottom: 20px;
}
#law table{
width:800px;
margin:10px;
border-collapse:collapse;
}
#law table th,
#law table td{
padding:20px;
font-size:13px;
border-bottom:1px solid #ddd;
}
#law dt{
font-weight: 700;}
/*----------------------------------------------------
    カタログ #catalog
----------------------------------------------------*/
#catalog .ctlg_text{
    margin-top:24px;
}
#r_catalog .catalogCart{
    text-align:right;
    margin:8px 0;
}
/*------------------------------
まとめ買い
------------------------------------*/

#r_matomegai h2{
font-weight: lighter;
    font-size: 30px;
    margin-bottom: 20px;
}
#r_matomegai #matome3{
clear:both;
overflow:hidden;
}
#r_matomegai #matome3 li{
width:calc(100% / 3 - 2px);
float:left;
padding-right:20px;
}
#r_matomegai #matome3 li a.gomatome{
display: block;
    border: 1px solid #513939;
    padding: 7px 0;
    margin: 20px auto;
    text-align: center;
    text-decoration: none !important;
    background: url(https://gigaplus.makeshop.jp/tallshoes/common/arrow_left.png) no-repeat center left 15px !important;
    color: #513939 !important;
    border-radius: 4px;
width:80%;
}
#r_matomegai #matome3 li h5{
    text-align: center;
    margin-top: 10px;
    background: #ede8e8;
    padding: 8px 0;
    border-radius: 5px;
font-weight: normal;
    font-size: 14px;
}
#r_matomegai #matome3 li img{
display:block;
margin:20px auto;
}
#r_matomegai #matome3 li:nth-child(2){
border-right:1px solid #ccc;
border-left:1px solid #ccc;
padding:0 18px;
}
#r_matomegai #matome3 li:last-child{
padding-left:20px;
padding-right:0;
}
#r_matomegai h4{
margin-top: 2em;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8em;
    border-bottom: 2px solid #d9d8d8;
    margin-bottom: 1em;}
#r_matomegai h4:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #7b0000;
    width: 14%;}
#r_matomegai .block{
clear:both;
overflow:hidden;
width:910px;
margin:0 auto;}
#r_matomegai .block p{
    float: left;
    width: 460px;
    margin-right: 20px;
    line-height: 2em;
}
#r_matomegai .cap2{
float:right;
}
#r_matomegai .btn_matome{
width: 250px;
    display: block;
    border: 1px solid #513939;
    padding: 7px 0;
    margin: 20px auto;
    text-align: center;
    text-decoration: none !important;
    background: url(https://gigaplus.makeshop.jp/tallshoes/common/arrow_left.png) no-repeat center left 15px !important;
    color: #513939 !important;
    border-radius: 4px;
}
#r_matomegai .btn_matome:hover,
#matome3 li a.gomatome:hover{
background: url(https://gigaplus.makeshop.jp/tallshoes/common/arrow_left_wh.png) no-repeat center left 15px #513939!important;
color:#fff !important;
transition: 0.7s ;
}

#r_matomegai .notice{
font-size: 13px;
    color: #5b0001;
    background: #eee;
    padding: 10px;
    display: block;
    line-height: 1.5em;
    margin-top: 10px;}
#r_matomegai .flow{
text-align:center;
font-size:16px;
}
#r_matomegai .flow .flowtxt{
text-align: center;
    border: 2px solid #d4bdbd;
    padding: 0 0 20px;
    width: 650px;
    margin: 10px auto;
}
#r_matomegai .flow .memo{
font-size:14px;
}
#r_matomegai .below{
font-size:30px;
text-align:center;
color:#d4bdbd;
}
#r_matomegai .dummybtn{
    color: #fff;
    text-decoration: none;
    background: #513939;
    width: 200px;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    margin: 10px auto;

}
#r_matomegai .no1:before{
    content: "1";
    font-size: 40px;
    color: #d4bdbd;
    font-family: 'EB Garamond', serif;
    position: relative;
    margin: 10px;
    position: relative;
    top: 6px;
}
#r_matomegai .no2:before{
    content: "2";
    font-size: 40px;
    color: #d4bdbd;
    font-family: 'EB Garamond', serif;
    position: relative;
    margin: 10px;
    position: relative;
    top: 6px;
}
#r_matomegai .no3:before{
    content: "3";
    font-size: 40px;
    color: #d4bdbd;
    font-family: 'EB Garamond', serif;
    position: relative;
    margin: 10px;
    position: relative;
    top: 6px;
}
#r_matomegai .no4:before{
    content: "4";
    font-size: 40px;
    color: #d4bdbd;
    font-family: 'EB Garamond', serif;
    position: relative;
    margin: 10px;
    position: relative;
    top: 6px;
}
#r_matomegai .no5:before{
    content: "5";
    font-size: 40px;
    color: #d4bdbd;
    font-family: 'EB Garamond', serif;
    position: relative;
    margin: 10px;
    position: relative;
    top: 6px;
}
#r_matomegai .no6:before{
    content: "6";
    font-size: 40px;
    color: #d4bdbd;
    font-family: 'EB Garamond', serif;
    position: relative;
    margin: 10px;
    position: relative;
    top: 6px;
}
#r_matomegai .no7:before{
    content: "7";
    font-size: 40px;
    color: #d4bdbd;
    font-family: 'EB Garamond', serif;
    position: relative;
    margin: 10px;
    position: relative;
    top: 6px;
}


/*****************************************************

    フッタ #footer

*****************************************************/
.pageTop{
    text-align:right;
    margin-top:60px;
}

#page-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
}
#pageTop a{
    display: block;
    background: url(https://gigaplus.makeshop.jp/tallshoes/common/pagetop.png)no-repeat center top;
width:48px;
height:48px;
    text-indent: -9999px;
}
#page-top a:hover{


}
#footerguidewrap{
width: 1200px;
    margin: 0 auto;
    padding: 30px 50px;
    border-top: double #000;
}
#footerguidewrap h3{
font-family: 'EB Garamond', serif;
font-weight:normal;
font-size:26px;
text-align: center;
    margin-bottom: 30px;
}
#footerguidewrap h3 a{
display: block;
    text-decoration: underline;
    font-size: 13px;
    margin-top: 5px;
     font-family: Noto Sans Japanese,sans-serif;
}


#footerguidewrap ul{
clear:both;
overflow:hidden;
width: 1100px;
}
#footerguidewrap ul li{
float: left;
    width: 340px;
    margin-right: 40px;
    text-align: left;
}
#footerguidewrap ul li:last-child{
margin-right:0;
}
#footerWrap{
    width:100%;
    margin-top:20px;
}
#footer{
    width:1200px;
    margin:0 auto;
padding: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
#footerWrap address{
font-size: 11px;
    padding-bottom: 20px;
    display: block;
}
#f_nav{
    overflow:hidden;
    _zoom:1;
    float:left;
}
#f_nav li{
    padding: 0 30px;
    text-align: left;
    border-left: 1px solid #000;
    width: 230px;
float:left;
}
#f_nav li a:link,#f_nav li a:visited,#f_nav li a:active{
    text-decoration:none;
    color:#333;
}
#f_nav li a{
display:block;
line-height:2.5em;
font-size:12px;}
#f_nav li a:hover{
    text-decoration:underline;
}

#f_nav li .fsns{
border:none;
padding:0;
width:106px;
clear:both;
overflow:hidden;
    margin-top: 7px;
}
#f_nav li .fsns a{
float:left;
display:inline-block;
margin-right:11px;
}
#f_info{
width: 191px;
    text-align: right;
    font-size: 11px;
    line-height: 1.8em;
    float: right;
}
#f_info a{
}
#f_info a.fshoplist{
display: block;
    width: 189px;
    border: 1px solid #646464;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    line-height: 34px;
    margin-bottom: 10px;
    margin-top: 7px;
}
a.fshoplist:hover{
background:#663f33;
   border: 1px solid #663f33;
transition: 0.7s ;
color:#fff;

}
#f_info .ftel{
display: block;
    width: 189px;
    border: 1px solid #646464;
    text-align: center;
    padding: 5px 0;

}
.ftel .time{
letter-spacing: -0.05em;
}
.ftel .num{
color:#660000;
font-size:26px;
    font-family: 'EB Garamond', serif;
line-height: 0.85em;
    letter-spacing: 0.05em;
}
.ftel .xxs{
font-size:10px;
}


/*会社概要*/
#company,
#shoplist{
    width: 930px;
    margin-left: 40px;}
#company h2,
#shoplist h2{
font-weight:lighter;
font-size: 30px;
    margin-bottom: 20px;
}
#shoplist{
margin-top:40px;}
#company table{
width:100%;
margin:20px auto;
border-collapse:collapse;
    border-top: 1px solid #ccc;
}
#company table th,
#company table td{
padding:10px;
text-align:left;
padding: 20px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
#shoplist h3{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8em;
    background: #eee;
    padding: 5px 10px;
}
#shoplist .shopdetail{
float:left;
width:440px;
margin-right:90px;
}
#shoplist .ph_shop{
display:block;
margin:0 auto;
}

#shoplist ul{
overflow: hidden;
    clear: both;
    margin-bottom: 30px;
    width: 800px;
    margin: 30px auto;
}
#shoplist .shopdetail{
    float: left;
    width: 360px;
    margin-right: 40px;
}
#shoplist .address{
line-height:1.6em;
}
#shoplist .map{
float:left;
width:400px;
}
#shoplist h4{
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8em;
    border-bottom: 2px solid #d9d8d8;
    margin-bottom: 1em;
}
#shoplist h4:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #7b0000;
    width: 10%;
}
#shoplist #shop_tokyo,
#shoplist #shop_yokohama{
margin:30px auto;
border:1px solid #333;
}

#shoplist #shop_nagoya{
margin:30px auto;
border:1px solid #333;
padding:25px 0;
}
#shoplist #shop_nagoya .memo{
    line-height: 1.5em;
}
#shoplist #shop_nagoya .strong{
margin-top:20px;
font-weight:700;
}
#shoplist #shop_nagoya .gm{
display:block;
    padding-bottom: 10px;
}
#shoplist #shop_nagoya .fas{
color:#5d2a12;
}
#shoplist .area{
font-family: 'EB Garamond', serif;
    font-size: 28px;
    text-align: center;
    font-weight: lighter;
    line-height: 42px;
    margin: 30px auto 25px;
    border-bottom: 1px solid #333;
    width: 9em;
}
#shoplist #shop_yokohama .area{
width:12em;

}


#shoplist .area span {
    color: #7b4740;}

#shoplist #shop_yokohama{
margin-bottom:50px;
}




/*メディア*/
#media h2{
font-weight: lighter;
    font-size: 30px;
    margin-bottom: 20px;
}

#media .mediablock{
			
			clear:both;
			overflow:hidden;
			border-top:2px solid #653d37;
			padding-right: 20px;
		}
#media .mediablock:nth-child(odd){background:#eee;}
#media .mediablock ul{
			clear:both;
			overflow:hidden;
		}
#media .mediablock ul li{
			float:left;
		text-align:left;
			width: 250px;
    padding: 20px;
			line-height: 1.8em;
		}
#media .mediablock ul li:last-child{
overflow:hidden;}
#media .mediablock ul li p.ttl{
	font-size: 14px;
    margin-top: 4px;
		}
#media .mediablock ul li span.channel{
			background: #a79d9c;
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
			
		}
#media .mediablock ul li.thumb{
			width:300px;
    padding: 20px 0;
		}
		
#media .mediablock ul li:last-child{
			width: 360px;
    padding-right: 0;
		}
#media .mediablock ul li p.indent{
			margin-left:1em;
		}
#media .thumb img{
		width:300px;
		}
#media .memo{
			font-size:12px;
			line-height: 1.3em;
			margin-top:1em;
		}
#media .mediablock ul li .left{
width:49%;
float:left;
margin-right:2%;
line-height:1.6em;
}
#media .mediablock ul li .left img{
width: 78px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 5px;
}
#media .mediablock ul li .right img{
width: 78px;
    height: auto;
    margin-top: 10px;
    margin-bottom: 5px;
}
#media .mediablock ul li .right{
width:49%;
float:left;
line-height:1.6em;
}
#media .thum{
    clear: both;
    border-top: 1px dotted #000;
    margin: 5px auto;
}
#media .thum a{
display:block;
float:left;
margin-right:10px;
}
#media .thum a:last-child{
margin-right:0;
}
#media .itemlinks{
clear:both;
}

#media .gomediacat{
text-align: left;
    margin: 10px 0 20px;
}
/*共通*/

.serif{
font-family: 'EB Garamond', serif;
}
.hw{
font-family: 'Great Vibes', cursive;
}
.min{
font-family: 'Noto Serif JP', serif;
}
.red{
color:#cc0000;
}
img .ctr{
display:block;
margin:auto;
}
.flex{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
flex-direction:row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
align-content:flex-start;
}

/*BX*/
#bxcover{
display:none;
}


/*****************************************************

   追加CSS（2019.11.20更新）masumitsu

*****************************************************/

.list-on li {
	list-style-type: square;/* リストの左側に四角アイコン */
	margin-left: 50px;/* リストの左側に余白 */
	text-align: left;
}