@charset "euc-jp";
/* ------------------------------------------------------------------------------
  共通
-------------------------------------------------------------------------------*/
body {
  background-color: #FFF !important;
  color: #000 !important;
  font-size: 16px;
}
a,a:hover {
  color: #000 !important;
  text-decoration: none !important;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
.clearfix {
  clear: both;
}
ul {
 /*margin:0 !important;*/
}
li {
  list-style: none;
}
input[type="text"]:focus {
  outline: 0 !important;
}
table.table td {
  text-align: right !important;
}
table.table td.text-center {
  text-align: center !important;
}
.table th, .table td {
  border-top: 1px solid #ccc !important;
}
h1 {
  font-size: 42px !important;
  font-weight: bold !important;
  color: #FFF !important;
  text-align:center !important;
  text-shadow: 1px 2px 0px rgba(0,0,0,1);
  padding: 10px !important;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top:30%;
}
h1 span {
  font-size: 20px;
  text-align: right;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 600px;
}
h2{
  font-size: 54px;
  text-align: center;
  font-weight: 400 !important;
  margin-top:0;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
h2 span{
  font-size: 22px;
  display: block;
  text-align: center;
  font-weight: normal !important;
}

@media screen and (max-width:580px) {
  h1 {
    font-size: 28px !important;
    margin: 0 !important;
  }
  h2{
    font-size: 42px !important;
  }
  h3 {
    font-size: 18px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
 }

a.link-btn {
  display: block;
  max-width: 250px;
  color: #FFF !important;
  background-color:#b60017;
  margin :20px auto;
  padding:10px;
  text-align: center;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
}
.link-btn:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  margin-left:5px;
  margin-top: 2px;
  color: #FFF !important;
  top: -2px;
  font-weight: 900 !important;
  font-size: 12px;
}
.square {
  margin-left:20px;
}

.square:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0c8";
  right: 10px;
  margin: 0 5px 0 -20px;
  font-weight: 900 !important;
}

.circle {
  margin-left:20px;
}

.circle:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f111";
  right: 10px;
  margin: 0 5px 0 -20px;
  font-weight: 900 !important;
}
.black-text {
  color: #233616 !important;
}
.green-text {
  color: #93b74a !important;
}
.text-warning {
  color: #df9273 !important;
}
.comment{
  margin-left:20px;
}
.comment:before{
  font-family: 'Font Awesome 5 Free';
  content: "\f4ad";
  margin-right:5px;
  color: #93b74a !important;
  font-weight: 900 !important;
}

.phone:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f095";
  margin-right:5px;
  font-weight: 900 !important;
}

.clock:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f017";
  margin-right:5px;
  font-weight: 900 !important;
}

.map:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f3c5";
  margin-right:5px;
  font-weight: 900 !important;
}
.folder:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f07b";
  margin-left: 5px;
  font-weight: 900 !important;
}
.category-tag {
  color: #FFFFFF !important;
  font-size: 10px !important;
  padding: 3px !important;
  border-radius: 5px;
  margin: 5px 10px 0px 0px !important;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.category-tag a{
  color: #FFFFFF !important;
}

.cat-blog {
  background-color: #93b74a !important;
}
.cat-news {
  background-color: #69add7 !important;
}
.border {
  border:1px solid #ccc !important;
}
.border-top {
  border-top:1px solid #666 !important; 
}
.border-bottom {
  border-bottom:1px solid #666 !important; 
}
.border-dotted-right {
  border-right:1px dotted #FFF !important; 
}
.border-radius {
  border-radius :10px;
}
.white-bg {
  background-color: #FFF !important;
}
.black-bg {
  background-color: #000 !important;
  color: #fff;
}
.beige-bg {
  background-color: #f3ede8;
}
.gray-bg {
  background-color: #666666 !important;
  color: #fff;
}
.lightgray-bg {
  background-color: #919191 !important;
  color: #fff;
}
.red-bg {
  background-color: #b60017 !important;
  color: #fff;
}
.pink-bg {
  background-color: #fff1f1 !important;
}
.float-left {
  float: left;
  margin-right: 15px !important;
}
.float-right {
  float: right;
  margin-left: 15px !important;
}
.inline-block {
  display: inline-block;
}

.shadow {
  box-shadow: 0 0 10px #e5e5e5
}
@media screen and (min-width:415px) {
  .hidden-pc {
    display: none;
  }
}
.check-list li {
  background-image: url(/wp/img/check-list.gif);
  background-repeat: no-repeat;
  margin-right: 40px;
  margin-top: 10px;
  padding-left: 30px !important;
}
.vertical {
  writing-mode: vertical-rl;
}
.section {
  padding:60px 0;
}
/* ------------------------------------------------------------------------------
  ヘッダー・ナビ
-------------------------------------------------------------------------------*/
#logo {
  max-width: 65px;
  margin-top: 10px;
 }
 #logotype {
  max-width: 210px;
  margin: 20px 20px 0 20px;
  position: absolute;
  top: 35px;
 }
@media screen and (max-width:580px) {
  #logo {
    max-width: 30px;
    top: 5px;
    display: block;
    margin: 10px auto -10px auto;
   }
   #logotype {
    max-width: 150px;
    margin: 0 auto;
    position: relative;
    top: -30px;
    display: block;
   }
   h1 {
    top:20%;
   }
 }
 #sns-link {
  float: right;
 }
 #sns-link li {
  float: left;
  margin-right: 15px;
  margin-top:20px;
 }
 #cart {
  border :1px solid #9fa0a0;
  padding: 2px 5px;
  max-width:135px;
  margin-right: 0 !important;
  margin-left: 15px;
  margin-top: 15px !important;
}
#cart a{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
}
#cart i {
  margin-top: 5px;
 }
#category {
  position: absolute;
  margin-left: 80px;
  margin-top: -40px;
}
#category li {
  float: left;
  margin-right:30px;
 }
#category a{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
}
 #mypage {
  float: right;
  margin-top: -40px;
  margin-bottom: -10px;
 }
 #mypage li {
  float: left;
  margin-right: 15px;
 }
  #mypage li:last-child {
  margin-right: 0;
 }
#mypage a{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
  font-size: 15px !important;
}
.search_box {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #9fa0a0;;
  display: block;
  height: 26px;
  width: 250px;
  overflow: hidden;
}
.search_box [type="text"]{
  display: inline-block;
  height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #555;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  border: none;
  margin-left:-10px;
  width: 85%;
  padding-top: 0 !important;
}
.search_box button {
  border: none;
  background-color: white;
  margin-top: -3px;
}
 @media screen and (max-width:580px) {
   #sns-link,#category,#mypage,#gmenu {
    display: none;
   }
 }
 @media screen and (max-width:1112px) {
   .search_box {
    display: none;
   }
   #header {
    /*border-bottom: 15px solid #b60017;*/
    /*height: 60px;*/
   }
 }
 #tel {
  float: right;
  margin-top: 20px;
 }
.header-btn li{
  float: right;
}
.header-btn a {
  margin: 10px 0 10px 10px !important;
  padding: 7px;
  border-radius: 10px;
  display: block;
  font-size: 13px !important;
  width: 135px;
  text-align: center !important;
}
#nav {
  width: 100% !important;
  background-color: #b60017;

}


.menu {
    position: relative;
    width: 100%;
    margin:0 !important;
}

.menu > li {
    float: left;
    padding: 20px;
    background-color: #b60017;
    text-align: center;
}

.menu > li a {
    display: block;
    color: #FFF !important;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
    text-decoration: none !important;
  }

.menu > li a:hover {
    color: #FFF;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #b60017;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/*.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #b60017;
}
*/
.menu__third-level li a:hover {
    background: #b60017;
}

.menu__fourth-level li a:hover {
    background: #b60017;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 0 3px 15px;
    border-right: 2px solid #FFF !important;
    border-bottom: 2px solid #FFF !important;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 80px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 25px 2% 20px 2%;
    background-color: #b60017/*rgb(182,0,23,0.6)*/ !important;
    -webkit-transition: all .5s ease !important;
    transition: all .5s ease !important;
    margin:0;
}

li.menu__mega:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    border: none;
    padding:5px;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}




#nav-content #d-sns-link a,#nav-content #d-category a,#nav-content #d-mypage a,#nav-content #d-nav a,#about-link a {
  color: #FFF !important;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
}
#nav-content #d-sns-link a {
  float: left;
  margin: 10px 20px 0 10px;
  font-size: 20px;
}
#d-mypage li,#d-category li,#about-link li{
  margin-left:10px;
  margin-top:10px;
}
#d-nav li{
  margin-left:25px;
  margin-top:10px;
}
#d-nav li:before{
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  content: "\f054";
  margin: 0 5px 0 10px;
  position: relative;
  margin-top: -2px;
  font-weight: 900 !important;
  color: #FFF;
}
.d-search_box {
  margin-left:25px;
}
.d-search_box [type="text"] {
  width: 75%;
  margin-top:20px;
}
.d-search_box button {
  padding: 8px 8px !important ;
  margin-top: 20px;
  border:none ;
  background-color: #FFF;
}
/*---------------------------------------
   ヘッダーイメージ＆パンくず
-----------------------------------------*/

#breadcrumb li{
  float: left !important;
  margin: 20px 10px 20px 0;
}
#breadcrumb li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  margin-right:10px;
  font-size: 10px;
  position: relative;
  top:-2px;
  font-weight:900 !important;
  color: #f6989b;
}
#breadcrumb li:first-child:before {
  content: none !important;
}

/* ------------------------------------------------------------------------------
  ドロワー
-------------------------------------------------------------------------------*/
#nav-drawer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100 !important;
  background-color: rgba(0,0,0,0.3) !important;
  padding: 0 10px;
  height: 100%;
  width: 50px;
}
.dmenu{
  font-size: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #FFF !important;
  line-height: 15px !important;
  position: fixed;
  top: 53%;
  left: 20px;
  writing-mode: vertical-rl;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
  z-index: -1;
}
.dmenu i {
  font-size: 24px;
  position: fixed;
  top: 49%;
  left: 15px;
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #FFF;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    /*background: black;*/
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 90%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    /*box-shadow: 6px 0 25px rgba(0,0,0,.15);*/
    background-color: rgba(0,0,0,.6);
}

#nav-content .parent-menu li{
  border-bottom: solid 1px #666;
}



/* ナビゲーション：アクティブ時 */
header.navOpen nav {
        opacity: 1;
        right: 0;
        border-top: none !important;
}
header nav ul {
    border-top:1px solid #ccc;
}
header nav ul li {
    border-bottom:1px solid #ccc;
}
header nav ul li a {
    position:relative;
    display:block;
    padding:10px;
    color:#666 !important;
    text-decoration:none;
}
header nav ul li a:hover {
    background:#f2f2f2;
}
header nav ul li a:before {
  position: absolute;
  top: 50%;
  right: 1.5em;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -4px;
  margin-right: -4px;
  vertical-align: middle;
    border-top: 3px solid #e6496d;
  border-right: 3px solid #e6496d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

/* ナビゲーションアイコン */
header .navBtn {
        display: block;
        /*width: 30px;*/
        position: absolute;
        top: 20px;
        right: 15px;
        cursor: pointer;
        border-radius: 5px;
        background-color: #5389d6;
        padding: 5px;
        font-size: 14px;
        color: #FFF;
    }
header .navBtn span {
        display: block;
        height: 4px;
        width: 100%;
        background: #E60012;
        border-radius: 2px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
}
header .navBtn span:nth-of-type(2),
header .navBtn span:nth-of-type(3) {
        margin-top: 5px;
}
/* ナビゲーションアイコン：アクティブ */
header.navOpen .navBtn span:nth-of-type(1) {
        -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
        -ms-transform: translateY(9px) translateX(0) rotate(45deg);
        transform: translateY(9px) translateX(0) rotate(45deg);
}
header.navOpen .navBtn span:nth-of-type(2) {
        margin-top: 5px;
        opacity: 0;
        -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
        transform: translateY(9px);
}
header.navOpen .navBtn span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
        transform: translateY(-9px) translateX(0) rotate(-45deg);
}


.nav_title{
  pointer-events: none;
  /*border-top:solid 1px #888;*/
  padding: 18px;
  font-weight:normal !important;

}
.nav_down:after{
  font-family: 'Font Awesome 5 Free';
  content: "\f078";
  margin-left:5px;
  font-weight:normal !important;
  color: #2196d4;
  font-size: 10px;
  font-weight: 900 !important;
}
.nav_title a,.toggle li a{
  display: block;
  width: 100%;
  color: #FFF !important;
}
.toggle li{
  margin: 5px 0 5px 15px !important;
  padding: 5px 0 5px 25px !important;
}
.nav_title a:after,.toggle li a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f138";
  margin-left:5px;
  margin-top: 2px;
  color: #f6989b !important;
  top: -2px;
  font-weight: 900 !important;
  font-size: 12px;
}

@media screen and (max-width: 880px){
  .nav_title{
    pointer-events: all;
    padding: 5px 18px !important;
  }
  .toggle{
    display: none;
  }
}
.nav_title span,.toggle span{
  margin-left: 5px !important;
  font-size: 10px !important;
}

/* ------------------------------------------------------------------------------
  ページトップへ
-------------------------------------------------------------------------------*/
#pageTop img{
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top:-57px;
}
.pageTop {
  margin:60px 0;
  text-align: right;
}
.pageTop i {
  color: #b60017 !important;
}
.pageTop a {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
}
/* ------------------------------------------------------------------------------
  フッター
-------------------------------------------------------------------------------*/

 p#footer-nav,#footer-nav a{
  color: #FFF !important;
  padding:10px;
  margin:20px 0 0 0 !important;font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
}
#footer h2 {
  font-size: 32px !important;
  margin-bottom: 10px !important;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
#footer h3 {
  text-align: center;
  font-size: 22px !important;
  margin-bottom: 10px !important;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
#footer h2 span,#footer h3 span{
  font-size: 16px !important;
  text-align: center;
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
#footer h4 {
  font-size: 16px !important;
  font-weight: normal;
  margin: 10px 0 0 20px;
}
#footer h4:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0c8";
  right: 10px;
  margin: 0 5px 0 -20px;
  font-weight: 900 !important;
}
#footer h3{
  font-size: 22px;
  margin-top:0 !important;
}
#footer ul {
  margin:0 !important;
}
#footer p{
  font-size: 15px;
}
.payment li{
  margin-left:20px;
}
.payment li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f111";
  right: 10px;
  margin: 0 5px 0 -20px;
  color: #FFF;
  font-weight: 900 !important;
}
#footer-logo{
  width: 75px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
  display: block;
}
#footer-logotype{
  width: 180px;
  margin-left:auto;
  margin-right:auto;
  display: block;
}
@media screen and (max-width: 880px){
  .no-border {
    border-right:none !important;
  }
}

@media screen and (max-width: 480px){
  .footer-contents {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 250px;
  }
  #footer p,#footer h4,.payment li{
    font-size: 14px;
  }
  .border-dotted-right {
    border-bottom: 1px dotted #FFF !important;
    border-right:none !important;
  }
}
/*---------------------------------------
  トップページ
-----------------------------------------*/
ul.slider,ul.thumb {
  margin:0 !important;
}
#SemiOrder{
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/semiorder-bg.jpg);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}
#Original{
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/original-bg.jpg);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 60px 0;
}
#SemiOrder p,#Original p{
  max-width: 280px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#cat01,#cat02,#cat03,#cat04 {
  display: table;
  min-height: 280px;
}
#cat01 a,#cat02 a,#cat03 a,#cat04 a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  min-height: 280px;
  color: #FFF !important;
  text-align: center;
  font-size: 24px;
}
a.link-area {
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
#cat01 {
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/cat01-bg2.jpg);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#cat02 {
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/cat02-bg.jpg?cmsp_timestamp=20191206175429);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#cat03 {
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/cat03-bg.jpg?cmsp_timestamp=20191206175440);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#cat04 {
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/cat04-bg.jpg?cmsp_timestamp=20191206175447);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
ul.slick-osusume  {
  margin: 0 0 10px;
}
.slick-osusume img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin:0;
}
.slick-osusume li {
  margin:0 10px;
}
.slick-osusume h3 {
  margin:0 !important;
}
.max475{
  max-width: 475px !important;
  width:100%;
}

@media screen and (max-width: 880px){
  #SemiOrder,#Original {
    padding: 0;
  }
  #cat01,#cat02,#cat03,#cat04 {
    min-height: 150px;
  }
}
.news li {
  width: 100%;
  padding: 20px 0;
  border-bottom:1px dotted #999;
}
.news-date {
  padding-right: 20px;
}
.news-link {
  float: right !important;
}
.news-link a{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
}
.news-link:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  margin-left:5px;
  margin-top: 2px;
  color: #b60017 !important;
  top: -2px;
  font-weight: 900 !important;
  font-size: 12px
}
@media screen and (max-width: 500px){
  .news-date,.news-message {
    display: block;
  }
}
.news-link{
  display: block;
  clear: both;
  float: none;
  text-align: right 
}
/*---------------------------------------
  商品詳細
-----------------------------------------*/
.product-detail {
  padding: 60px 0 0 0;
}
.product-detail p{
  margin-bottom: 40px;
}
.product-detail h2{
  font-size: 32px;
}
.product-detail p span{
  font-size: 24px;
}
.product-detail button{
  border:none !important;
}
.product-detail [type="text"]{
  border: 1px solid;
  margin-left: 25px;
  width: 50px;
}
.product-detail select{
  border: 1px solid;
}
.product-image img{
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
}
ul.product-image {
  margin: 0 !important;
}
.cart-btn {
  width: 250px;
  color: #FFF !important;
  background-color: #b60017;
  padding: 10px;
  text-align: center;
  float: right;
  font-size: 20px;
}
@media screen and (max-width: 880px){
  .product-detail p span{
    font-size: 20px;
    display: block;
  }
  .product-detail h2{
    margin-bottom: 24px !important;
    margin-top: 20px;
  }
  .product-detail p{
    margin-bottom: 20px;
  }
  .cart-btn {
    float: none !important;
    font-size: 16px !important;
    margin: 20px auto !important;
  }
}
/*---------------------------------------
  お買い物ガイド
-----------------------------------------*/
.guide-list {
  margin-bottom: 50px;
}
.guide-list li {
  padding: 10px;
}
.guide-list li a {
  border :1px solid #000;
  display: block;
  text-align: center;
  padding: 10px;
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/down.png);
  background-repeat:no-repeat;
  background-position:95% 50%;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
}
@media screen and (max-width:480px) {
  .guide-list li a {
    font-size:;
  }
}
h3.guide-title {
  font-size: 24px !important;
  text-align: center !important;
  border-bottom: 1px dotted #999 !important;
  padding-bottom: 40px !important;
  margin-bottom: 40px !important;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}

.guide-label {
  background-color: #4c4c4c;
}
.guide-label h4{
  color: #FFF !important;
  font-size: 20px;
  margin: 0px !important;
  padding: 15px;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
.guide-box {
  margin-bottom:40px;
  background-color: #edebed;
  padding:15px;
  margin-top: 4px;
}
#guide03 dt {
  clear: both !important;
}
#guide03 dt,#guide03 dd {
  margin-bottom: 0 !important;
  margin-left: 0px !important;
  line-height: 28px !important;
}
.guide-box p{
  padding: 5px 0 0 0 !important;
}
.guide-box a{
  color: #b60017 !important;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
}
.credit-card {
  margin-left: 0 !important;
  max-width: 420px !important;
  width: 100% !important;
}
/*---------------------------------------
  商品一覧・検索結果
-----------------------------------------*/
.topicpath-nav{
  padding-top: 25px;
  margin-left: 15px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
}
.topicpath-nav a{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
}
.category-list {
  margin-bottom: 50px;
}
.category-list li {
  padding: 10px;
}
.category-list li a {
  border :1px solid #000;
  display: block;
  text-align: center;
  padding: 10px;
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/right.png);
  background-repeat:no-repeat;
  background-position:95% 50%;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
}
@media screen and (max-width:480px) {
  .category-list li a {
    font-size: 14px;
  }
}
.sort-link a{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
}
.unstyled li{
  margin-bottom: 30px;
}
.unstyled img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
}
.unstyled h3 {
  margin: 0;
}
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination__item {
  margin: 0 20px;
  color: #b60017 !important;
}
.pagination__current {
  margin: 0 20px;
}
.pagination 
a.pagination__next,a.pagination__prev{
  background-color:#b60017;
  color: #FFF !important;
  padding:10px;
}
.product-detail button.favorite-button {
  border: 1px solid #b60017 !important;
  background-color: #FFF;
  color: #000 !important;
  font-size: 16px;
  width: 100%;
  text-align: center;
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/right.png);
  background-repeat:no-repeat;
  background-position:98% 50%;
  padding:3px;
  margin: 10px 0;
}
/* 背景を黒く、テキストカラーを白に変更 */
.favorite-button.fav-items{
  border: 1px solid #000 !important;
  background-color: #ccc !important;
  color: #fff !important;
  background-image: none !important;
}
a.favorite-button {
  border: 1px solid #b60017 !important;
  background-color: #FFF;
  color: #000 !important;
  font-size: 16px;
  margin-top:10px;
  width: 100%;
  text-align: center;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/right.png);
  background-repeat:no-repeat;
  background-position:98% 50%;
  padding: 1px 0;
}
.price {
  color: #b60017 !important;
  font-weight: bold;
}
.discount_rate {
  color: #FFF;
  background-color: #b60017;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: bold;
  position: relative;
  top: 2px;
}
.discount_rate_detail {
  color: #FFF;
  background-color: #b60017;
  padding: 3px 5px;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  bottom: 5px;
}
/*---------------------------------------
  レビュー
-----------------------------------------*/
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
  margin-top: 4px;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}
.review-btn,.review-btn:hover {
  display: block;
  max-width: 250px;
  color: #FFF !important;
  background-color:#000;
  margin :20px auto;
  padding:10px;
  text-align: center;
}
/*---------------------------------------
  特定商取引法に基づく表記
-----------------------------------------*/
#torihiki dl {
  margin-bottom: 100px;
}
#torihiki dt {
  margin-bottom: 20px;
}
#torihiki dd {
  margin-bottom: 50px;
  margin-left: 0px !important;
  line-height: 40px;
}
#torihiki dd a,#torihiki dd a:hover {
  color: #b60017 !important;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
}
/*---------------------------------------
   会社概要
-----------------------------------------*/
#gaiyou {
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/gaiyou-bg.jpg);
  background-repeat:no-repeat;
  background-position: center !important;
  background-size: cover;
  position: relative;
  color: #FFF !important;
}
#gaiyou a {
  color: #FFF !important;
}
#gaiyou h3 {
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
  text-align: center !important;
  margin-bottom: 40px;
  font-size: 24px;
}
#gaiyou p {
  margin-bottom: 40px;
}

/*---------------------------------------
   セミオーダー靴
-----------------------------------------*/
#SemiOrder_b {
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/semiorder_b-bg.jpg);
  background-repeat:no-repeat;
  background-position: 0 0 !important;
  background-size: cover;
  position: relative;
  color: #FFF !important;
}
#SemiOrder_b a {
  color: #FFF !important;
}
#SemiOrder_b h3 {
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
  text-align: center !important;
  margin-bottom: 40px;
  font-size: 24px;
}
#SemiOrder_b p {
  margin-bottom: 20px;
  text-align: center !important;
}

#osusume01,#osusume02,#osusume03,#osusume04 {
  display: table;
  min-height: 280px;
}
#osusume01 p,#osusume02 p,#osusume03 p,#osusume04 p {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  min-height: 280px;
  color: #FFF !important;
  text-align: center;
  font-size: 18px;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
#osusume01 {
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/osusume01-bg.jpg);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#osusume02 {
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/osusume02-bg.jpg);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#osusume03 {
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/osusume03-bg.jpg);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#osusume04 {
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/osusume04-bg.jpg);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.step {
  position: relative;
  left: 20px;
  top: 15px;
  max-width: 100px !important;
  float: left;
  z-index: 1;
}
.flow-title {
  background-color: #4c4c4c;
  min-height: 55px;
}
.flow-title h3{
  color: #FFF;
  padding-left:30px;
  font-size: 24px;
  margin: 10px 0 0 40px !important;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
  float: left;
}
.flow-box,.flow-box-last {
  background-color: #edebed;
  padding:15px 0;
  margin-top: 4px;
  position: relative;
  top: -45px;
}
.flow-box p{
  padding: 5px 0 0 0 !important;
}
.flow-box:before {
  content: "";
  position: absolute;
  bottom: -90px;
  left: 5%;
  margin-left: -15px;
  border: 50px solid transparent;
  border-top: 50px solid #edebed;
  z-index: 2;
}

.flow-box .link-btn{
  margin: 0 !important;
}
@media screen and (max-width:880px) {
  .step {
    position: static;
    left: auto;
    top: auto;
    margin: 10px;
    max-width: 50px !important;
  }
  .flow-title {
    padding: 3px;
    height: auto;
  }
  .flow-title h3{
    padding-left:0px;
    font-size: 18px;
    float: none;
    margin-top: 20px !important;
  }
  .flow-box,.flow-box-last {
    position: static;
    top: 0;
    padding: 10px;
  }
  .flow-box:before {
    display: none !important;
  }
}
@media screen and (max-width:480px) {
  .flow-title h3{
    font-size: 16px;
    margin-top: 10px !important;
  }
}
#price01,#price02,#price03,#price04,#price05,#price06 {
  display: table-cell;
  vertical-align: middle;
  min-height: 280px;
  color: #FFF !important;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
#price01 h3,#price02 h3,#price03 h3,#price04 h3,#price05 h3,#price06 h3 {
  font-size: 21px !important;
}
#price01 span,#price02 span,#price03 span,#price04 span,#price05 span,#price06 span {
  font-size: 40px !important;
}
@media screen and (max-width:480px) {
  #price01 h3,#price02 h3,#price03 h3,#price04 h3,#price05 h3,#price06 h3 {
  font-size: 18px !important;
  padding:0 15px;
  }
}
@media screen and (max-width:1024px) {
  #price01 span,#price02 span,#price03 span,#price04 span,#price05 span,#price06 span {
    font-size: 32px !important;
  }
}
#price01 {
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/price01-bg.jpg?);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#price02 {
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/price02-bg.jpg?cmsp_timestamp=20200210124058);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#price03 {
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/price03-bg.jpg);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#price04 {
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/price04-bg.jpg?cmsp_timestamp=20200210124147);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#price05 {
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/price05-bg.jpg);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#price06 {
  background-image:url(https://img21.shop-pro.jp/PA01441/477/etc/price06-bg.jpg);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
/*---------------------------------------
  アコーディオン
-----------------------------------------*/
.accordion5 {text-align: left !important;}
.accordion5 .inner {display: none;}
.accordion5 h3{ font-size:18px !important;cursor: pointer; padding: 20px 10px; margin-bottom: 10px !important; background-color: #69add7 !important; color: #FFF !important; border-radius: 10px}
.accordion5 .inner li{padding: 10px 0 10px 10px; position: relative; background-color: #FFFFFF !important; }
.accordion5 .inner li h4 { font-size: 18px !important; padding: 0 !important; margin-bottom: 10px !important; }
.accordion5 .inner li .viewclose{position: absolute; bottom: 20px; right: 20px; cursor: pointer;}
.accordion5 h3:after {
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  content: "\f078";
  margin: 6px 20px 0 10px;
  position: absolute;
  right: 10px !important;
  font-weight: 900 !important;
}
/*---------------------------------------
   padding
-----------------------------------------*/
.padding-0{
    padding: 0 !important;
}
.padding-5{
    padding: 5px !important;
}
.padding-10{
    padding: 10px !important;
}
.padding-20{
    padding: 20px !important;
}
.padding-left-5{
    padding-left: 5px !important;
}
.padding-10{
    padding: 10px !important;
}
.padding-15{
    padding: 15px !important;
}
.padding-20{
    padding: 20px !important;
}
.padding-top-0{
    padding-top: 0 !important;
}
.padding-top-5{
    padding-top: 5px !important;
}
.padding-top-10{
    padding-top: 10px !important;
}
.padding-top-15{
    padding-top: 15px !important;
}
.padding-top-20{
    padding-top: 20px !important;
}
.padding-top-25{
    padding-top: 25px !important;
}
.padding-top-30{
    padding-top: 30px !important;
}
.padding-top-35{
    padding-top: 35px !important;
}
.padding-top-40{
    padding-top: 40px !important;
}
.padding-top-45{
    padding-top: 55px !important;
}
.padding-top-50{
    padding-top: 50px !important;
}
.padding-top-55{
    padding-top: 55px !important;
}
.padding-top-60{
    padding-top: 60px !important;
}
.padding-top-65{
    padding-top: 65px !important;
}
.padding-top-70{
    padding-top: 70px !important;
}
.padding-top-75{
    padding-top: 75px !important;
}
.padding-top-80{
    padding-top: 80px !important;
}
.padding-top-85{
    padding-top: 85px !important;
}
.padding-top-90{
    padding-top: 90px !important;
}
.padding-top-95{
    padding-top: 95px !important;
}
.padding-top-100{
    padding-top: 100px !important;
}


.padding-bottom-0{
    padding-bottom: 0 !important;
}
.padding-bottom-5{
    padding-bottom: 5px !important;
}
.padding-bottom-10{
    padding-bottom: 10px !important;
}
.padding-bottom-15{
    padding-bottom: 15px !important;
}
.padding-bottom-20{
    padding-bottom: 20px !important;
}
.padding-bottom-25{
    padding-bottom: 25px !important;
}
.padding-bottom-30{
    padding-bottom: 30px !important;
}
.padding-bottom-35{
    padding-bottom: 35px !important;
}
.padding-bottom-40{
    padding-bottom: 40px !important;
}
.padding-bottom-45{
    padding-bottom: 45px !important;
}
.padding-bottom-50{
    padding-bottom: 50px !important;
}
.padding-bottom-55{
    padding-bottom: 55px !important;
}
.padding-bottom-60{
    padding-bottom: 60px !important;
}
.padding-bottom-65{
    padding-bottom: 65px !important;
}
.padding-bottom-70{
    padding-bottom: 70px !important;
}
.padding-bottom-75{
    padding-bottom: 75px !important;
}
.padding-bottom-80{
    padding-bottom: 80px !important;
}
.padding-bottom-85{
    padding-bottom: 85px !important;
}
.padding-bottom-90{
    padding-bottom: 90px !important;
}
.padding-bottom-95{
    padding-bottom: 95px !important;
}
.padding-bottom-100{
    padding-bottom: 100px !important;
}
.padding-bottom-120{
    padding-bottom: 120px !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-left-15 {
  padding-left:15px !important;
}
/*---------------------------------------
   margin
-----------------------------------------*/
.margin-0{
    margin: 0 !important;
}
.margin-15{
    margin: 15px !important;
}
.margin-20{
    margin: 20px !important;
}
.margin-50{
    margin: 50px !important;
}
.margin-top-0{
    margin-top: 0 !important;
}
.margin-top-5{
    margin-top: 5px !important;
}
.margin-top-10{
    margin-top: 10px !important;
}
.margin-top-15{
    margin-top: 15px !important;
}
.margin-top-20{
    margin-top: 20px !important;
}
.margin-top-25{
    margin-top: 25px !important;
}
.margin-top-30{
    margin-top: 30px !important;
}
.margin-top-35{
    margin-top: 35px !important;
}
.margin-top-40{
    margin-top: 40px !important;
}
.margin-top-45{
    margin-top: 45px !important;
}
.margin-top-50{
    padding-top: 50px !important;
}
.margin-top-55{
    margin-top: 55px !important;
}
.margin-top-60{
    margin-top: 60px !important;
}
.margin-top-65{
    margin-top: 65px !important;
}
.margin-top-70{
    margin-top: 70px !important;
}
.margin-top-75{
    margin-top: 75px !important;
}
.margin-top-80{
    margin-top: 80px !important;
}
.margin-top-85{
    margin-top: 85px !important;
}
.margin-top-90{
    margin-top: 90px !important;
}
.margin-top-95{
    margin-top: 95px !important;
}
.margin-top-100{
    margin-top: 100px !important;
}
.margin-top--50 {
  margin-top: -50px !important;
  position: relative;
}


.margin-bottom-0{
    margin-bottom: 0px !important;
}
.margin-bottom-5{
    margin-bottom: 5px;
}
.margin-bottom-10{
    margin-bottom: 10px !important;
}
.margin-bottom-15{
    margin-bottom: 15px !important;
}
.margin-bottom-20{
    margin-bottom: 20px !important;
}
.margin-bottom-25{
    margin-bottom: 25px !important;
}
.margin-bottom-30{
    margin-bottom: 30px !important;
}
.margin-bottom-35{
    margin-bottom: 35px !important;
}
.margin-bottom-40{
    margin-bottom: 40px !important;
}
.margin-bottom-45{
    margin-bottom: 45px !important;
}
.margin-bottom-50{
    margin-bottom: 50px !important;
}
.margin-bottom-55{
    margin-bottom: 55px !important;
}
.margin-bottom-60{
    margin-bottom: 60px !important;
}
.margin-bottom-65{
    margin-bottom: 65px !important;
}
.margin-bottom-70{
    margin-bottom: 70px !important;
}
.margin-bottom-75{
    margin-bottom: 75px !important;
}
.margin-bottom-80{
    margin-bottom: 80px !important;
}
.margin-bottom-85{
    margin-bottom: 85px !important;
}
.margin-bottom-90{
    margin-bottom: 90px !important;
}
.margin-bottom-95{
    margin-bottom: 95px !important;
}
.margin-bottom-100{
    margin-bottom: 100px;
}
.margin-bottom-200{
    margin-bottom: 200px !important;
}
.margin-bottom-500{
    margin-bottom: 500px !important;
}



/*---------------------------------------
   font
-----------------------------------------*/

.bold {
  font-weight: bold !important;
}
.italic {
  font-style: italic;
}
.font10 {
  font-size:10px !important;
}
.font11 {
  font-size:11px !important;
}
.font12 {
  font-size:12px !important;
}
.font14 {
  font-size:14px !important;
}
.font15 {
  font-size:15px !important;
}
.font16 {
  font-size:16px !important;
}
.font17 {
  font-size:17px !important;
}
.font18 {
  font-size:18px !important;
}
.font20 {
  font-size:20px !important;
}
.font22 {
  font-size:22px !important;
}
.font24 {
  font-size:24px !important;
}
.font26 {
  font-size:26px !important;
}
.font28 {
  font-size:28px !important;
}
.font30 {
  font-size:30px !important;
}
.font32 {
  font-size:32px !important;
}
.font34 {
  font-size:34px !important;
}
.font36 {
  font-size:36px !important;
}
.font45 {
  font-size:45px !important;
}
.font48 {
  font-size:48px !important;
}
.font50 {
  font-size:50px !important;
}
.font54 {
  font-size:54px !important;
}
.font72 {
  font-size:72px !important;
}
.font96 {
  font-size:96px;
  line-height:48px;
}
.font-min {
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
.lineheight-30 {
  line-height: 30px !important;
}


/*---------------------------------------
  個別設定
-----------------------------------------*/
@media only screen and (max-width:480px){
  .font24 {
    font-size:16px !important;
  }
  .font32 {
    font-size:24px !important;
  }
  .font54 {
    font-size:28px !important;
  }
  .margin-top-40 {
    margin-top:20px !important;
  }
}
/*---------------------------------------
   改行
-----------------------------------------*/
.br {
    display:block;
}
@media screen and (max-width:1025px) {
  .br {
      display:inline;
  }
}

.br_sm {
    display:inline;
}
@media screen and (max-width:375px) {
  .br_sm {
      display:block;
  }
}

.br_md {
    display:inline;
}
@media screen and (min-width:580px) and (max-width:1028px) {
  .br_md {
      display:block;
  }
}

/*----------------------------------------------------
  テーブル
----------------------------------------------------*/
th {
  text-align: center !important;
  font-weight: normal !important;
}
td {
  text-align: left !important;
  font-weight: normal !important;
}
table {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
th, td {
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
}
th {
  background-color: #edeced;
}
.table_style { width: 100%; }
.table_style th,.table_style td  { padding: 10px; }
.table_style th  { background: #edeced; }


.table_style th  { width: 25%; text-align: left; font-weight: normal !important; }
/*.table_style span {
  display: inline-block;
}*/
@media only screen and (max-width:480px){
    .table_style th,.table_style td{
        width: 100%;
        display: block;
        border-top: none;
        }
  /*.table_style tr:first-child th { border-top: 1px solid #ccc; }*/
}
/*
@media only screen and (max-width:320px){
  .table_style span {
    display: block;
  }
}
*/

