@charset "UTF-8";

/*default*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

h1, h2 {
    font-weight: normal
}
ol, ul {
    list-style: none;
}
body {
    width: 100%;
    /*background: #f8f5f1;*/
    color: #444444;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 1.5;
    font-size: 12px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

a {
    color: #444444;
    text-decoration: none;
    transition: all 0.2s linear
}
/**/
.is-visitor{
  display: none;
}
/*top_btn*/
#top_btn {
  right: 0px;
  z-index: 2;
  position: fixed;
  bottom: 90px/*30px*/;
  display: none;
  padding: 0;
  overflow: hidden;
  height: 60px;
  width: 60px;
  opacity: 0.95;
}
#top_btn a {
  height: 0px;
  width: 60px;
  padding-top:0;
  font-size: 1em;
  line-height: 2em;
  overflow: hidden;
}


/*sizeguide*/
.size_wrap{
  max-width:680px;
  margin: 10px auto;
}
.size_wrap1{padding:10px;text-align: left;font-size: 10px;margin-bottom: 5px;}

h1{font-size: 24px;display: block;padding: 15px 3%;width: 94%;text-align:center;}
h2{font-size: 18px;display: block;padding: 35px 3% 15px;width: 94%;border-top: 1px solid #e7e5e3;clear:both;}
h2.open_btn{padding: 15px 3% ;}
h2.open_btn::after{
    /*top: 50%;*/
    margin-top: 6px;
    right: 22px;
    position: absolute;
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #444444;
    border-right: 1px solid #444444;
    -webkit-transform: rotate(130deg) skew(-10deg, 0);
    transform: rotate(130deg) skew(-10deg, 0);
    transition: all 0.2s linear;
  }
h2.open_btn.open_btn_opened::after {
    margin-top: 12px;
    -webkit-transform: rotate(-50deg) skew(-10deg, 0);
    transform: rotate(-50deg) skew(-10deg, 0);
}
.size_img{max-width: 680px;width: 100%;display: block;padding-bottom: 15px;}
.size_cap{margin: 0px auto 15px;max-width: 680px;padding: 10px 3%;width: 94%;font-size: 14px;line-height: 25px}
.size_cap p{text-align: left;}
.half_p{display: inline-block;width: 44%;padding-right: 3%;vertical-align: top;}
.open_btn{text-align: left;position: relative;}
.open_btn:hover{background:#efefef;}
.open_btn span{float:right;display: block;padding: 0 5px;}
.cat_size{font-size: 20px;margin:10px;padding:10px;}
.size_link{
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      background: #fbfbfb;
      border-top: 1px solid #e7e5e3;
}
.size_link>a{
  
    display: flex;
    width: 100%;
    align-items: center;
    padding: 8px 10px 8px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e5e3;
    border-right: 1px solid #e7e5e3;
    
    min-height: 30px;
    font-size: 12px;
    width: 50%;
}
.size_link>a:nth-child(2n) {
    border-right: none;
}
.size_link a:last-child, .size_link a:nth-child(odd):nth-last-child(2) {
    border-bottom: none;
}
.size_link>a:hover,.m-size-relation-shop>a:hover{background: #e7e5e3;}
.rndbtn{
  font-size: 14px;
  margin-top: 10px;
    display: block;
    padding: 10px 20px;
    background: #efeddc;
    color: #333;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.m-size-relation-shop{
  background:none;
  border-top:0px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*通常時非表示*/
.m-size-relation-shop{display:none;}

.m-size-relation-shop:last-child {border-bottom: 1px solid #e7e5e3; margin-bottom: 30px}

.m-size-relation-shop a{
display: -webkit-flex;
display: flex;
width: 100%;
line-height: 15px;
height: 100%;
min-height: 48px;
box-sizing: border-box;
padding: 10px 25px 9px 15px;
font-size: 12px;
vertical-align: middle;
-webkit-align-items: center;
align-items: center;
position: relative;
border-top: 1px solid #e7e5e3;
}
.m-size-relation-shop a:after{
position: absolute;
content: ' ';
display: inline-block;
width: 10px;
height: 10px;
right: 12px;
top: 50%;
margin-top: -6px;
border-top: 1px solid #9b9b9b;
border-right: 1px solid #9b9b9b;
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.rndbtn:hover{background: #444;color: #fff;}
.m-close-this-page{
  display: block;padding: 10px 5%;background: #333;color: #fff;text-align:center; 
    margin: 25px auto 100px;
    width: 84%;
}

/*ヘッダ*/
.m-head-pc {
  padding: 24px 0 16px;
  background: #fbfbfb;
}
.m-head-pc .m-head-pc-inner{
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.m-head-pc .m-logo-head {
  display: inline-block;
  padding-top: 0px;
}
.m-head-pc .m-logo-head img {
  width: 250px;
}

.m-head-sp {
    background: #f8f5f1;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.m-head-sp .m-head-sp-logo img {
    width: 160px;
    margin: 15px auto;
}

/*foot*/
.m-foot-pc {
    background: #faf9f8;
    border-top: 1px solid #f3f2f0;
    /*追加*/
    margin-top: 60px;
}
.m-foot-pc .m-foot-pc-lv2 {
    background: #f3efeb;
    border-top: 1px solid #e7e5e3;
}
.m-foot-pc .m-foot-pc-lv2 .m-foot-pc-in {
    overflow: hidden;
    margin: 0 auto;
    padding: 8px 0 10px;
    width: 680px;
}
.m-foot-pc .m-foot-pc-lv2 .m-foot-pc-left {
    float: left;
}
.m-foot-pc .m-foot-pc-lv2 .m-foot-pc-left ul {
    overflow: hidden;
}
.m-foot-pc .m-foot-pc-lv2 .m-foot-pc-left ul li:nth-child(n+2) {
    padding-left: 16px;
    margin-left: 14px;
}
.m-foot-pc .m-foot-pc-lv2 .m-foot-pc-left ul li {
    position: relative;
    float: left;
}
.m-foot-pc .m-foot-pc-lv2 .m-foot-pc-left ul li a {
    font-size: 10px;
}
.m-foot-pc .m-foot-pc-lv2 .m-foot-pc-left ul li:nth-child(n+2)::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.3em;
    display: block;
    content: '';
    width: 1px;
    height: 0.8em;
    background: #808080;
}
.m-foot-pc .m-foot-pc-lv2 .m-foot-pc-right {
    float: right;
    padding-top: 4px;
    font-size: 10px;
}
.m-foot-sp {
    background: #fff;
    border-top: 1px solid #d8d9dd;
    font-size: 14px;
      /*追加*/
      margin-top: 40px;
}
.m-foot-sp .m-foot-logo {
    padding: 30px 0 0;
}

.m-foot-sp .m-foot-logo a {
    display: block;
    width: 150px;
    margin: 0 auto;
}
.m-foot-sp .m-foot-logo a img{
    width: 100%;
}

.m-foot-sp .m-foot-right {
    padding: 15px 12px 15px;
    text-align: center;
    font-size: 9px;
}
/*table*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
.m-table-simple {
    overflow: hidden;
}
.m-table-simple table {
    width: 100%;
}


.m-table-simple tr {
    width: 100%;
}
.m-half-col-set .m-table-simple th, .m-half-col-set .m-table-simple td {
    padding-left: 8px;
    padding-right: 8px;
}
.table-x-scroll th, .table-x-scroll td {
    white-space: nowrap;
}

.m-table-simple th {
    background-color: #f6f5f3;
}
.m-table-simple th, .m-table-simple td {
    border: 1px solid #e1e1e5;
    text-align: center;
    padding: 5px 15px;
    font-size: 11px;
    box-sizing: border-box;
}

@media print, screen and (min-width: 641px){
  .m-table-simple th, .m-table-simple td {
      padding-top: 3px;
      padding-bottom: 3px;
      font-size: 14px;
  }
}

@media screen and (min-width: 641px) {
  .is-sp{display: none}
}

@media screen and (max-width: 640px) {
  .is-pc{display: none}
  .size_cap{font-size: 11px;line-height: 21px;}
}