@charset "utf-8";
/* CSS Document */
/**/
body#page_contact #main_middle,
body.mypage #main_middle{
    width: 1280px;
    /* margin: 50px auto; */
    margin: 0 auto;
}
/*---------------------*/
#navbox,
#drawer,
#menu,
.sm_menu,
#navTgl,
#hung_menu{
	display:none;
}
dl{
    display: table-row;
}
#kaso_h1title{
    width: 1240px !important;
    margin: auto !important;
  }
  .wrap {
      /* width:1140px; */
      margin: 0px auto;
      padding: 0px;
  }
  #go2 {
      position:fixed;
      right: 10px;
      bottom:10px;
      line-height:130%;
      z-index:999;
  }
  #go2 a{
      text-decoration:none;
      display:block;
      background-color:#93ca6f;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      color:#fff;
      text-align:center;
      font-size:10px;
      padding: 5px;
  }
  #go2 a:hover{
      background-color:#5cb224;
  }
  #go2 a b{
      font-size:16px;
  }
  @media screen and (max-width: 1500px) {/*tablet*/
      body {
        min-width:1500px;
      }
  }
  @media screen and (min-width: 1501px) {/*PC*/
  }

  ul {
    list-style: none;
    padding: 0;
  }
  img {width: 100%;}
  h1 {font-weight: bold;}


  #sm_tel, #sm_head_cart {
    display: none;
  }
/*-------------------*/
/* body {
    min-width: 1700px;
} */

/* HEADER TOP MENU */
#page_homepage {
    padding-top: 0px !important;
}
header{
    height: 155px;
    z-index: 9999;
}
#gnav{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1500px;
    /* min-width: 1700px; */
    background-color: white;
}
#gnav > ul#gnav_table {
  display: table;
    margin: 0 auto;
    padding: 0;
}
#gnav > ul#gnav_table > li.cell {
  display: table-cell;
  margin-right: 2em;
    font-size: 14px;
}
#gnav > ul#gnav_table > li.cell:hover {
  color: #fff;
  background-color: rgb(0,0,0, .7)
}
#gnav > ul#gnav_table > li.cell:hover > a {
  color: #fff;
}
#gnav > ul#gnav_table > li.cell:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#gnav > ul#gnav_table > li.cell > a {
  display: block;
  padding: 30px 1.5em;
  transition: all .2s ease-in;
    color: black;
}
@media screen and (max-width: 1700px) {/*tablet*/
    #gnav > ul#gnav_table > li.cell > a{padding: 30px 1em;}
    #right_icon ul li i{font-size: 20px;}
    #right_icon ul li{padding: 10px 2px 0 0;}
}
@media screen and (min-width: 1701px) {/*PC*/
    #gnav > ul#gnav_table > li.cell > a{padding: 30px 1.5em;}
    #right_icon ul li i{font-size: 26px;}
    #right_icon ul li{padding: 10px 10px 0 0;}
}
#gnav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  top: 87px;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: rgb(0,0,0, .7)
}
#gnav > ul#gnav_table > li.cell i{
    margin-left: 3px;
    font-size: 70%;
}
/**/
#logo{
    position: absolute;
    top: 7px;
    left: 2%;
    margin: 0px;
    padding: 0px;
    width: 20%;
    max-width: 350px;
    z-index: -1;
    
}
#logo img{
    position: relative;
    width: 50%;
    height: auto;
    clear: both;
    margin-top: 3px;
}
#logo span{
    display: block;
    width: 100%;
    font-size: 11px;
    color: #00008b;
    font-weight: normal;
}
/**/
#right_icon{
    position: absolute;
    top: 10px;
    right: 10px;
}
#right_icon ul {
    display: table;
}
#right_icon ul li{
    display: table-cell;
    text-align: center;
}
#right_icon ul li span{
    font-size: 10px;
    display: block;
    clear: both;
    float: left;
    width: 100%;
    margin-top: -5px;
    color: black;
}
#right_icon ul li a{
    color: gray;
    display: block;
}
#right_icon ul li a:hover{
    color: black;
}
/**/
img.kokki{
    width: 18px;
    height: auto;
    margin: -5px 2px 0 0;
}
#test img{
    width: 100%;
    min-width: 1500px;
}
/**/
#head_search{
    background-color: #f7f7f7;
    clear: both;
    padding: 15px 0;
    min-width: 1500px;
    width: 100%;
    height: 70px;
    position: fixed;
    top: 85px;
    overflow: hidden;
    z-index: 200;
}
form#search-form{
    float: left;
    /* width: 20%;
    margin-left: 2%; */
    width: 15vw;
    margin-left: 1%;
    display: flex;
}
#search-form input {
    /* width: 80%; */
    width: 15vw;
    max-width: 300px;
    min-width: 220px;
    padding: 8px;
    border: 1px solid #b0b0b0;
    background-color: #fff;
}
.search-btn {
    margin-left: -7px;
    padding: 8px 11px 8px 12px;
    background-color: #fff !important;
    border: 1px solid #b0b0b0;
}

.search-btn i {
    color: #4285f4;
}
.nav-sns {
    float: left;
}
.nav-sns li img {
    width: 28px;
}
.nav-sns {
    /* width: 200px; */
    display: table;
    float: left;
}
.nav-sns li {
    display: table-cell;
    width: 15px !important;
    padding: 8px 0 0 0;
    vertical-align: top;
}
.nav-sns li:nth-child(1) {
    padding: 13px 0 0 0 !important;
}
.nav-sns li:nth-child(3) {
    padding: 10px 0 0 0 !important;
}
/**/
/* TEL */
.nav-customer_tel {
    height: 80px;
    padding: 6px 10px 0 0;
    text-align: center;
    border-right: #fff 2px solid;
    float: right;
    margin: 0;
    
}

.nav-customer_tel p {

    margin: 0 0 0 -2px;
    font-size: 12px;
}

.nav-customer_tel p span {
    font-size: 20px;
    font-weight: bold;
}
.nav-customer_tel b{
    display: block;
    clear: both;
    margin-top: -5px;
}
.nav-customer_tel p i {
    margin: 0 11px 0 0;
    font-size: 21px;
    transform: rotate(-40deg);
}

.nav-customer_tel p a {
    line-height: 1.6;
    letter-spacing: -0.4px;
    color: black;
}
/* CARD */
.nav-customer_card {
    float: right;
    padding: 7px 15px;
    margin: 0 auto;
    text-align: center;

}
.nav-customer_card p {
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: -0.4px;
    margin: 0px;
    padding: 0px;
}
.nav-customer_card p:first-child {
    background-color: #dcdcdc;
}
.nav-customer_card img {
    width: 190px;
}
/**/
#head_s_right ul {
    display: table;
    float: right;
}
#head_s_right ul li {
    display: table-cell;
    width: 25%;
    min-width: 80px;
    margin: 0 1px 0 0;
    text-align: center;
    font-size: 12px;
    position: relative;
    height: 90px;
    border-right: 1px solid white;
}
#head_s_right ul li a{
    display: block;
    color: black;
    padding: 15px 30px;
    background-color: #f7ebcd;
}
#head_s_right ul li i{
    font-size: 18px;
}
#head_s_right ul li:nth-child(odd) a{
    background-color: #fae7b8;
}
#head_s_right ul li span{
    display: block;
    clear: both;
    margin: -7px 0 0 0;
}
#head_s_right ul li:hover a{
    background-color: #ffd97b;
}
#head_s_right{
    float: right;
    margin: -13px 0 0 0px;
    padding: 0px;
}

/* ---------------- NAV MENU ---------------- */
.cell a {
  color: white;
}
/*----- イギリスコイン ------*/
.king-content {
    width: 1400px;
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.king_list {
    position: relative;
    display: block;
    width: 14.9%;
    min-width: 180px;
    height: 160px;
    margin: 0 0 0 -64px;
}
.king_list a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 50px;
}
.king_list a span::after {
    display: none;
}
#anne {
  width: 180px;
}
#jamesii, #anne, #williamiv {
  width: 200px;
}
#georgei, #charlesii, #elizabethii, #charlesiii, #edwardviii {
  width: 220px;
}
#williamiii, #georgeii, #victoria {
  width: 240px;
}
#wandm, #georgeiii {
  width: 260px;
}

.king-content .king_list:nth-child(n+9) {
  margin-top: 30px;
}

.king_list a span {
  display: none;
}
.king_list img {
    width: auto;
    height: 100%;
    z-index: 20;
}
.smile_on {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.smile_off {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.king_list:hover .smile_off {
    visibility: hidden;
}

.king-name_ja {
    position: absolute;
    bottom: 30px;
    left: 20px;
    display: block;
    padding: 2px 4px 1px 2px;
    font-size: 9px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    z-index: 30;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(231, 198, 107) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.king_list:hover .king-name_ja {
    background-position: -100% 0;
}
.king-name_en {
    position: absolute;
    bottom: 0;
    left: 20px;
    display: block;
    padding: 2px 4px 1px 2px;
    font-size: 16px;
    font-weight: bold;
    font-family: serif;
    font-style: italic;
    color: #000;
    background-color: #fff;
    z-index: 30;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgb(231, 198, 107) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.king_list:hover .king-name_en {
    background-position: -100% 0;
}

/*----- 金貨・銀貨 ------*/
ul.menu_kinkaginka{
    width: 1400px;
    margin: 85px auto 60px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
ul.menu_kinkaginka li{
    display: table-cell;
    list-style: none;
    padding: 0px;
    width: 9%;
    vertical-align: top;
}
ul.menu_kinkaginka li a{
}
ul.menu_kinkaginka li a:hover{
    text-decoration: underline;
}
ul.menu_kinkaginka li a img{
    width: 70%;
    height: auto;
}
ul.menu_kinkaginka li#nobe a img{
    width: 50%;
    height: auto;
    margin-top: -25px;
}
ul.menu_kinkaginka li a p{
    margin: 10px 0 0;
    padding: 0px;
}

/*----- 全商品 ------*/
ul.menu_3box{
    width: 1400px;
    margin: 60px auto;
    display: table;
}
ul.menu_3box li{
    list-style: none;
    display: table-cell;
    vertical-align: top;
    margin: 0;
    padding: 0px;
    width: calc(100% / 4);
    text-align: center;
}

ul.menu_3box li a img{
    width: 90%;
    height: auto;
    margin: 0 auto;
}
/**/
#menu_alltable{
    margin: -30px auto 60px;
    max-width: 1500px;
}
#menu_alltable th{
    width: auto;
    text-align: left;
    border-bottom: 1px solid white;
    padding: 15px 0;
}

#menu_alltable tbody tr:last-child th {
  width: 80px;
}
#menu_alltable td {
    border-bottom: 1px solid white;
    padding: 15px 0;
}
#menu_alltable td ul{
    display: table;
    margin-top: 10px;
}
#menu_alltable td ul li{
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}
#menu_alltable td ul li:last-child {
  padding-right: 0;
}
#menu_alltable td ul li a,
#menu_alltable td ol li a {
    display: flex;
    align-items: center;
}
#menu_alltable td ol li a span:hover {
  text-decoration: underline;
}
#menu_alltable td ul li img,
#menu_alltable td ol li img {
    width: 30px;
    height: auto;
    margin: 0 8px 5px 0;
}
/**/
#menu_alltable td ul li a#book img{
    width: 20px;
    margin-left: -20px;
}
/**/
#menu_alltable td ul li a#case img{
    width: 40px;
}
#menu_alltable td a#pend {
    margin: 8px 20px 0 0;
    display: block;
}
#menu_alltable td a#pend i{
    font-size: 26px;
    
}
#menu_alltable td a#pend b{
    font-weight: normal;
}
/**/
#menu_alltable tr:first-child td ul{
    margin-top: 3px;
}
/**/
td#kuni ul {
    margin-top: 3px;
}
td#kuni ul li img{
    width: 20px;
    margin: 1px 5px 0 0;
}
/**/
#menu_alltable td#seri ol{
    display: block;
    margin-top: 10px;
}
#menu_alltable td#seri ol li{
    display: block;
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}

ul.menu_listbox li a span,
.menu ul li a b {
    display: block;
    clear: both;
    margin-top: 10px;
    font-weight: normal;
}
.menu a:hover{
    text-decoration: underline;
}

/*----- 特集 ------*/
ul.menu_listbox{
    width: 1400px;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
}
ul.menu_sp {
  margin: 50px auto !important;
}
ul.menu_listbox li{
    width: calc(100% / 5.5);
    margin: 0 auto;
    padding: 10px;
    list-style: none;
    float: left;
}
ul.menu_listbox li a img{
    width: 100%;
    height: auto;
}

.cell:nth-child(4) ul.menu_listbox li {
    position: relative;
}
.cell:nth-child(4) ul.menu_listbox li:nth-child(2)::before,
.cell:nth-child(4) ul.menu_listbox li:nth-child(3)::before,
.cell:nth-child(4) ul.menu_listbox li:nth-child(4)::before,
.cell:nth-child(4) ul.menu_listbox li:nth-child(5)::before,
.cell:nth-child(4) ul.menu_listbox li:nth-child(6)::before {
    content: '';
    width: 36px;
    height: 36px;
    background: url(/sp/index/img/new_tag.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 2;
}
ul.menu_listbox li#tokulink a{
    background-color: #292929;
    display: table;
    width: 100%;
    height: 77%;
}
ul.menu_listbox li#tokulink a span{
    display: table-cell;
    vertical-align: middle;
}

/*----- オークション ------*/
ul.menu_auction {
  width: 700px !important;
}
ul.menu_auction li a img {
    margin: 0 auto 10px;
}

/*----- コインパレスについて ------*/
ul.menu_cp_infor li {
  width: calc(100% / 6) !important;
  padding: 0 15px;
  margin: 0;
}
ul.menu_cp_infor li:nth-child(-n+6) {
  padding-bottom: 30px;
}
ul.menu_cp_infor li a span {
    margin-top: 10px !important;
}
/*----- ショールームご案内 ------*/
ul.menu_showroom {
  width: 1000px !important;
}


/*---------------*/
#footerwrap {
  text-align: center;
  clear: both;
  background-color: #0f43c9;
  color: #fff;
  padding: 80px 0 10px 0;
  margin: 0px 0 0 0;
  float: left;
  width: 100%;
}
#f_logo {
}
#f_logo img {
  width: auto;
  height: 50px;
  margin: 10px auto;
}
#f_add {
  line-height: 250%;
}
#f_add b {
  font-style: italic;
  font-size: 24px;
}
#f_link {
  padding: 30px 0;
}
#f_link a {
  text-decoration: none;
  color: #fff;
}
address {
  color: #aab5e6;
}

#goto {
  position: fixed;
  bottom: -15px;
  right: 0;
  z-index: 9998;
}
#goto a {
  display: block;
  border-top: 1px solid #afc1f0;
  border-left: 1px solid #afc1f0;
  padding: 25px 38px;
  background-color: blue;
}
#goto a i {
  font-size: 30px;
  color: white;
}

/*----------------*/
.title_gold {
  font-family: "Noto Sans JP", sans-serif;
  color: #ae9410;
  font-size: 33px;
  font-weight: 900;
  margin: 20px auto;
  padding: 0px;
}
.title_blk {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  margin: 0 auto 50px auto;
  padding: 0;
}
.showtxt {
  margin: -20px auto auto auto;
}

.telink {
  font-size: 36px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  padding: 50px 0 30px 0;
}
.telink a {
  text-decoration: none;
  color: #ae9410;
  pointer-events: none;
}
.telink a i {
  font-size: 26px;
  margin: -5px 0 0 0;
}

#f_btnbanar {
  clear: both;
  margin: auto;
  padding: 0px;
  width: 850px;
}
#f_btnbanar li {
  float: left;
  width: 33%;
  padding: 30px;
  margin: 0 0 100px 0;
  list-style: none;
}
#f_btnbanar li a {
  display: block;
  background-color: #ae9410;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 40px 0 30px 0;
  width: 250px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 18px;
  line-height: 200%;
}
#f_btnbanar li a:hover{
    background-color: #d7b610;
}
#f_btnbanar li a i {
  font-size: 30px;
}
.cen{
    text-align: center;
}

/*---------*/
#f_otherlogo {
  clear: both;
  margin: auto;
  padding: 0px;
  width: 200px;
}
#f_otherlogo li {
  text-align: center;
  float: left;
  padding: 40px 0 40px 40px;
  margin: 0;
  list-style: none;
}
#f_otherlogo li img {
  width: auto;
  height: 50px;
  margin: auto;
}

footer hr {
  clear: both;
  height: 1px;
  border: none;
  border-top: 1px #ddd solid;
  float: left;
  width: 100%;
  margin:-20px 0 150px 0;
}
/*-----------------------------*/

#coinlist_cate{
    width: 100%;
    padding: 0;
    float: left;
}
#coinlist_cate ul {
    max-width: 2500px;
}

#coinlist_cate li {
  margin: 0 0;
  padding: 0px 20px 30px 20px;
  width: 16.6% !important;
    position: relative;
}
#coinlist_cate li a{
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100%;
  display: block;
  z-index: 1000;
}
#topicpath{
    display: none;
}


/*----------*/
#open_date{
    padding-top: 50px;
}
#pankz_sp2 {
    margin: 0px !important;
    padding: 10px 0px;
    clear: both;
    background-color: #fafafa;
    float: left;
    width: 100%;
    font-size: 12px;
    color: dimgray;
    position: relative;
    z-index: 100;
}
    #pankz_sp2 span{
        display: block;
        width: 95%;
        margin: auto;
    }
#pankz_sp2 a{
    color: black;
}
#pankz_sp2 a:hover{
    text-decoration: underline;
}
#head_s_right ul {
    display: table;
    float: right;
    margin: 0;
    padding: 0;
}
#head_s_right ul li {
    display: table-cell;
    width: 80px;
    margin: 0 1px 0 0;
    text-align: center;
    font-size: 12px;
    position: relative;
    height: 90px;
    border-right: 1px solid white;
    vertical-align: top;
}
#head_s_right ul li a{
    padding: 15px 0 !important;
    background-color: #f7ebcd;
}
#head_s_right ul li:nth-child(odd) a{
    background-color: #fae7b8;
}
#head_s_right ul li span{
    display: block;
    clear: both;
    margin: -7px 0 0 0;
}
#head_s_right ul li:hover a{
    background-color: #ffd97b;
}
/**/
#head_s_right ul#kantei li a{
    padding: 15px 0 !important;
    background-color: #d3dffc;
}
#head_s_right ul#kantei li:nth-child(odd) a{
    background-color: #e0e7fa;
}
#head_s_right ul li a img{
  width: auto;
  height: 20px;
}
#head_s_right ul#kantei li:hover a{
    background-color: #cddaff;
}

/**/
.nav-sns{
  position: fixed !important;
  right: 20px;
  bottom: 70px;
}
.nav-sns li{
  display: block;
  clear: both;
  width: 30px !important;
}
/*----------*/
#ichiran_wrap{
    display: table;
    width: 100%;
    margin: 0 auto -80px; /* btm: (-100px+20px) */
}
#ichiran_wrap dl dt#ichiran_left,
#ichiran_wrap dl dt#ichiran_right2{
    display: table-cell;
    text-align: left;
    vertical-align: top;
    min-width: 200px;
    width: 12%;
    padding: 1% 1% 50px;
    background-color: #f7f7f7;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0;
    position: relative;
}
#ichiran_wrap dl dd#ichiran_right{
    display: table-cell;
    text-align: left;
    vertical-align: top;
    /* padding-left: 1.5%; */
    border-left: 3px solid white;
    border-right: 3px solid white;
    box-sizing: border-box;
    padding-bottom: 100px;
}
#ichiran_wrap dl dt#ichiran_left,
#ichiran_wrap dl dd#ichiran_right {
  margin-bottom: -100px;
}
.plaza_back{
    background-color: #f7f7f7;
}
.ichiran_left_wrap {
    top: 190px;
    position: sticky;
    margin-bottom: 60px;
}
/**/
#ichiran_wrap dl dt#ichiran_left ul{
    margin: 0;
    padding: 0;
}
#ichiran_wrap dl dt#ichiran_left ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}
#ichiran_wrap dl dt#ichiran_left select{
    width: 100%;
    padding: 10px 7px;
    background-color: #e6e6e6;
    border: 1px solid #fff;
}
/**/
.left_title0{
    font-weight: bold;
}
.left_title{
    font-weight: bold;
    border-top: 1px solid #ddd;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
    clear: both;
}
/**/
.right_title{
    font-weight: bold;
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 0 0 0 0;
}
/**/
/*----------*/
#ichiran_coinlist,
.ichiran_coinlist{
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
#ichiran_coinlist ul,
.ichiran_coinlist ul{
        width: 98%;
        margin: 0 auto 30px;
    padding: 0px;
        display: flex;
        flex-wrap: wrap;
}
#ichiran_coinlist ul li,
.ichiran_coinlist ul li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    width: calc(100% / 6);
    height: 100% !important;
}
#ichiran_coinlist ul li a,
.ichiran_coinlist ul li a{
    display: block;
    padding: 7%;
    color: black;
}
#ichiran_coinlist ul li a img,
.ichiran_coinlist ul li a img{
    width: 100%;
    margin: 0 auto 10px;
}
#ichiran_coinlist ul li a b,
.ichiran_coinlist ul li a b,
#ichiran_coinlist ul li a em,
.ichiran_coinlist ul li a em{
    font-weight: 100;
    font-size: 12px;
    padding: 5px 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#ichiran_coinlist ul li a h2,
.ichiran_coinlist ul li a h2{
    font-size: 16px;
    font-weight: bold;
    line-height: 160%;
    margin-top: 10px;
}
#ichiran_coinlist ul li a p strong,
.ichiran_coinlist ul li a p strong{
    color: red;
}

#ichiran_coinlist ul li a b.tab_zaiko {
    background-color: #668fed;
    color: #fff;
}
#ichiran_coinlist ul li a span.stock_num {
    padding: 0 0 0 10px;
    color: red;
    font-size: 12.5px;
}
#ichiran_coinlist p.coin_contact {
    margin: 0 7%;
    padding: 10px;
    border: 1px dashed black;
}
#ichiran_coinlist p.coin_contact a {
    padding: 0;
    text-align: justify;
}
/*----------*/
#ichiran_coinlist_plaza{
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
#ichiran_coinlist_plaza ul{
    width: 98%;
    margin: 0px auto 0 2.3%;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#ichiran_coinlist_plaza ul li{
    height: auto !important;
    margin: 0.5%;
    padding: 16px 16px 30px;
    list-style: none;
    float: left;
    width: 18.5%;
    background-color: white;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
#ichiran_coinlist_plaza ul li a{
    display: block;
    /* padding: 7% 7% 0; */
    color: black;
    text-align: center;
}
#ichiran_coinlist_plaza ul li a img{
    width: 80%;
    margin: 20px auto auto auto;
}
#ichiran_coinlist_plaza ul li a b{
    font-weight: none;
    font-size: 12px;
    padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    clear: both;
}
#ichiran_coinlist_plaza ul li a h2{
    font-size: 16px;
    font-weight: bold;
    line-height: 160%;
    text-align: left;
}

#ichiran_coinlist_plaza ul li a p{
    text-align: left;
}
#ichiran_coinlist_plaza ul li a p strong{
    color: red;
}
/**/
#syosuai_wrap{
    display: table;
    margin: 0px auto;
    width: 1500px;
    position: relative;
}
#syosuai_wrap dl {
  position: relative;
}
#syosuai_wrap dl dt,
#syosuai_wrap dl dd{
    display: table-cell;
    vertical-align: top;
    font-weight: normal;
}
/**/
#syosuai_wrap dl dt#syousai_img{
    width: 50%;
}
#syosuai_wrap dl dd#syousai_txt{
    width: 30%;
    letter-spacing: 2px;
}
#syosuai_wrap dl dt#cartbox{
    width: 20%;
}
/**/
#syosuai_wrap dl dt#syousai_img img{
    width: 90%;
    height: auto;   
}
#syosuai_wrap dl dt#syousai_img p{
    clear: both;
}
#syosuai_wrap dl dt#syousai_img p img{
    float: left;
    margin: 0 10px 0 0;
    width: 50px;
    height: auto;
    border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    padding: 5px;
}
.sp-thumbnails-container .sp-thumbnails {
    width: 87% !important;
}
/**/
#cartfix{
    position: fixed;
    /* top: 200px; */
    border: 1px solid #ddd;
    padding: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    background-color: white;
    margin: 0 0 0 19px;
    width: 280px;
    z-index: 100;
    will-change: transform;
    transition: top 0.3s ease-out, position 0.3s ease-out;
}
#cartfix p.yen{
    font-size: 30px;
}
#cartfix p.yen span{
    font-size: 18px;
}
p.meyasu em,
#cartfix p.yen em{
    font-size: 13px;
    font-style: normal;
}
/**/
ul#zaiko{
    display: table;
    margin: 20px 0;
    padding: 0;
    border: 1px solid #fae7b8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    overflow: hidden;
}
ul#zaiko li:first-child{
    background-color: #fae7b8;
    font-weight: normal;
}
ul#zaiko li{
    display: table-cell;
    margin: 0;
    padding: 1px 10px;
    font-size: 13px;
}
/**/
#cartbox {
  position: absolute;
}
#cartbox p{
    margin: 0px;
    padding: 0px;
}
#cartbox p.btns {
    clear: both;
    text-align: center;
}
#cartbox p.btns a{
    display: block;
    margin: 8px 0;
    padding: 8px 0 6px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
    color: black;
    font-size: 13px;
    transition: all 0.1s;
}
#cartbox p.ye button {
    width: 100%;
    margin: 0 0 8px;
    padding: 7px 0 5px;
    border: none;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    font-size: 13px;
    background-color:#ffd814;
}
#cartbox p.ye a {
    background-color:#ffd814;
}
#cartbox p.or a {
    background-color:#ffa41c;
}
#cartbox p.mail a {
    border: 2px solid #ddd;
    box-sizing: border-box;
}
#cartbox p.btns a:hover {
  filter: brightness(1.07);
  transition: all 0.1s;
}
#cartbox p.mail a i{
    color: gray;
}
.btm_txt{
    text-align: center;
    padding: 0px 0;
    margin: 0;
}
.btm_txt a{
    color: black;
    font-size: 12px;
    text-decoration: underline;
}
#quantity_area{
    padding: 0 0 10px 0;
}
#quantity_area th{
    font-weight: normal;
    width: 50px;
    font-size: 13px;
}
#quantity_area #quantity{
    background-color: #f7f7f7;
    font-size: 16px;
}
/*-----------*/
#syousai_txt{
}
#syousai_txt h1{
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}
#syousai_txt h2{
    font-size: 12px;
    padding-bottom: 60px;
}
#syousai_txt h2 span{
    display: block;
    float: left;
    margin: 0 10px 4px 0;
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/**/
#pankz{
    clear: both;
    margin: 16px 0 16px 10px;
    font-size: 11px;
}
/**/
.item_spec_table{
    margin: 0 0 30px 0;
}
.item_spec_table th,
.item_spec_table td{
    padding: 5px 0;
}
.item_spec_table th{
    width: 22% !important;
    padding: 5px 15px 5px 0;
}
/**/
#shop_voice {
    margin: 50px 0;
    position: relative;
}
#shop_voice::before{
    content: "店長の一言";
    display: block;
    position: absolute;
    top: 0;
    font-size: 14px;
}
#shop_voice::after{
    top: 25px;
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
    border: 1px solid #ddd;
    background-image: url(https://www.coinpalace.jp/tencho.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.voice_area{
    position:relative;
    left: 100px;
    top: 0;
    background-color: #fbf9ed;
    padding: 2.5%;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
    margin: 0 0 50px 0;
    width: 78%;
    font-weight: bold;
}
/**/
#syousai_btm{
    display: table;
    margin: 0px auto;
    width: 1500px;
}
#syousai_btm dl dt,
#syousai_btm dl dd{
    display: table-cell;
    vertical-align: top;
    font-weight: normal;
    color: black;
}
#syousai_btm dl dt#left{
    width: 80%;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 180%;
}
#syousai_btm dl dt#left h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 70px 0 20px 0;
    padding: 20px 0 20px 20px;
    border-top: 1px solid #ddd;
    clear: both;
}

/*--------*/
ul#kanren_youtube{
    margin: 0;
    padding: 0;
}
ul#kanren_youtube li{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 20%;
}
ul#kanren_youtube li iframe{
    width: 90%;
    height: 440px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#daibiki{
    float: right;
    background-color: red;
    color: white;
    font-size: 15px;
    line-height: 120%;
    padding: 3px 3px 0 3px;
    margin: 7px -5px 0 0;
    text-align: center;
    font-weight: bold;
}
#daibiki2{
    float: right;
    background-color: red;
    color: white;
    font-size: 15px;
    line-height: 120%;
    padding: 11px 3px 10px 3px;
    margin: 7px 5px 0 10px;
    text-align: center;
    font-weight: bold;
}
/* Products detail ID */
.syousai_txt{
    width: 100%;
    display: table;
    border-top: 1px solid #ddd;
    margin: 70px 0 20px 0;
    padding: 20px 0;
}
.syousai_txt dl dt,
.syousai_txt dl dd{
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
.syousai_txt dl dt{
    width: 18%;
}
.syousai_txt dl dd{
    padding-right: 20px;
}
.syousai_txt dl dt h3{
    border: none !important;
    margin: 0px !important;
    padding: 40px 0;
}

.syousai_txt dl dd h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  color: #df7704;
  clear: both;
}
#syousai_btm dl dt#left h4{
    font-size: 18px;
    font-weight: bold;
    /* color: #df8403; */
    margin: 20px 0;
    line-height: 160%;
}
.syousai_txt dl dd img{
    width: 100%;
    height: auto;
}
/**/
.checkwrap{
    margin-top: -50px !important;
    min-height: 500px;
}
.checkwrap ul{
    width: 100%;
}
.checkwrap ul li{
    width: 25%;
}
.checkwrap ul li a{
    padding: 10%;
}
.checkwrap ul li a img{
    margin: 0;
}
.kaigai,
.yoyaku_txt2{
    width: 100% !important;
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 12.5px;
    line-height: 150%;
    margin: 10px 0 0 0;
    clear: both;
}
.yoyaku_txt2{
    background-color: #fbf9ed;
}
/**/
#narabikae {
    padding: 0px 0;
    margin: 25px 0 0 0px;
    display: flex;
}
#narabikae select {
    font-size: 13px;
    margin-right: 10px;
}
#narabikae p,
#narabikae select,
#narabikae label{
    padding: 7px;
}
#narabikae .select_area {
    font-size: 16px;
    border: 1px solid #d6d6d6;
}

#ichiran_right h1{
    float: left;
    margin: 30px 20px 20px;
    padding: 0px;
    font-size: 26px;
}
/**/
.kasowarap{
    width: 1280px;
    margin: 0 auto 60px;
}
.kaso_h1title {
  position: relative;
  padding: 1rem 0rem;
  border-bottom: 3px solid #e5e5e5;
  margin: 0 0 50px 0;
}
.kaso_h1title:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: "";
  background: #0f43c9;
}
.kaso_h1title p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #052a89;
}
.kaso_h1title h1,
.kaso_h1title div {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
/*-----------------*/
#messege_wrap {
  width: 75%;
  margin: 70px auto 160px auto;
  line-height: 200%;
  font-size: 18px;
}
#messege_wrap h1 {
  line-height: 180%;
  font-size: 24px;
}
#messe_txt {
  margin: 20px auto;
  text-align: right;
}
#messe_txt img {
  width: 250px;
  height: auto;
}
/*-----------------*/
.line_bl_title {
  width: 100%;
  max-width: 100% !important;
  clear: both;
  font-size: 16px;
  display: flex;
  color: blue;
  text-align: left;
  margin: 10px 0px;
  padding: 50px 0px 0 0;
    font-weight: bold;
}

/*----------------*/
.main-image01,
.main-image02 {
  margin: 30px auto;
  padding: 0px;
}
.main-image02 ul {
  margin: 0px;
  padding: 0px;
}
.main-image02 ul li {
  margin: 0px;
  padding: 0px;
}
.main-image01__item,
.main-image02__item {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
/* メイン画像縦横中央に配置 */
.main-image01__item img,
.main-image02__item img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 画像の比率4対3に指定 2対1の場合は50%にします */
.main-image01__item:after,
.main-image01-thumbs__item:after,
.main-image02__item:after,
.main-image02-thumbs__item:after {
  display: block;
  padding-top: 60%;
  content: "";
}
.main-image01-thumbs,
.main-image02-thumbs {
  width: 100%;
  padding: 0px 0 0;
  box-sizing: border-box;
}
.main-image01-thumbs__item,
.main-image02-thumbs__item {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.main-image01-thumbs__item.swiper-slide,
.main-image02-thumbs__item.swiper-slide {
  opacity: 0.5;
}
.main-image01-thumbs__item.swiper-slide-thumb-active,
.main-image02-thumbs__item.swiper-slide-thumb-active {
  opacity: 1;
}
/* サムネイル画像画像縦横中央に配置 */
.main-image01-thumbs__item img,
.main-image02-thumbs__item img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.swiper-button-prev {
  margin: 0 0 0 -10px;
}
.swiper-button-next {
  position: relative;
}

.kaso_cen_wrap {
  text-align: center;
  font-size: 18px;
  line-height: 200%;
  padding: 20px 0;
}
.kaso_cen_wrap h2,
.kaso_cen_wrap h3 {
  font-size: 24px;
  line-height: 180%;
}

/*---------*/
.btn_showroom {
  text-align: center;
  padding: 20px 0;
}
.btn_showroom a {
  display: block;
  background-color: #ae9410;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 20px 0 18px 0;
  width: 400px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 18px;
  line-height: 200%;
  margin: auto;
}
.btn_showroom a i {
  font-size: 24px;
}
.baseimage100 {
  clear: both;
  margin: 0px;
  padding: 100px 0 20px 0;
}
.baseimage100 img {
  width: 100%;
  height: 500px;
}
/*---------------*/
#contents_wrap,
.contents_wrap {
}
#contents_wrap_100 {
}
body#page_product_list #contents_wrap_100,
body.product_page #contents_wrap_100 {
  width: 100% !important;
  min-width: 1280px !important;
}
body#blog #contents_wrap,
body.mt #contents_wrap {
  width: 1240px !important;
  margin: auto;
}

/*-----------------*/
.line_bl_title {
  clear: both;
  font-size: 16px;
  display: flex;
  color: #0f43c9;
  text-align: left;
  margin: 10px 0px;
  padding: 50px 0px 0 0;
}
.line_bl_title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #0f43c9;
  top: 10px;
  margin: 11px 0 0 11px;
}
.line_bl_title:before {
  margin-right: 1rem;
}

/*----------------*/
#showroom_tokulist {
  display: table;
  width: 100%;
  clear: both;
}
#showroom_tokulist dl dt {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  width: 50%;
  padding: 50px 0;
}
#showroom_tokulist dl dt img {
  width: 90%;
  height: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#showroom_tokulist dl dd {
  padding: 50px 0;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 180%;
}
#showroom_tokulist dl dd h3 {
  font-size: 22px;
  line-height: 160%;
  color: #8d7601;
  margin: 0px 0 20px 0;
}

/*----------------*/
#mapflow {
}
#mapflow ol {
  margin: 0px;
  padding: 15px 0px;
}
#mapflow ol li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  position: relative;
}
#mapflow ol li span {
  position: absolute;
  z-index: 10;
  display: block;
  background-color: blue;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
}
#mapflow ol li img {
  width: 100%;
  height: auto;
}
#mapflow ol li p {
  margin: 0 0 40px 0;
}
#mapflow ol li.img {
  width: 22%;
}
#mapflow ol li.next {
  width: 4%;
  text-align: center;
  font-size: 30px;
  padding: 110px 0 0 0;
  color: blue;
}
#nextyajirusi {
  text-align: center;
  margin: 0px;
}
#nextyajirusi img {
  width: 80%;
  height: auto;
  margin: -20px auto auto auto;
}

/**/
#acc_reserve {
    clear: both;
    padding: 100px 0;
    text-align: center;
}

#acc_reserve h3 {
    font-size: 24px;
}

#acc_reserve p {
    padding: 20px 0 20px 0;
    font-size: 16px;
    line-height: 2;
}

#acc_rebtn a {
    background-color: #ae9410;
    padding: 18px 46px;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
}

#acc_rebtn a:hover {
    opacity: 0.8;
}

#acc_re_message {
    background-color: #fcf5e2;
    padding: 20px;
}

#acc_re_message ol {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 30px 40px;
}

#acc_re_message dl {
    width: 45%;
    font-size: 24px;
    padding: 0 0 0 60px;

}

#acc_re_message dt {
    width: 55%;
    font-size: 18px;
    line-height: 2;
    padding: 30px 0 30px 40px;
    border-left: 1px solid #e7ddc3;
}
#acc_txt {
    padding: 20px 0 0 0;
}

#acc_txt ul {
    width: 100%;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

#acc_txt ul li {
    width: 50%;
}

#acc_txt ul li img {
    width: 100%;
}


#acc_mv {
    text-align: center;
    box-sizing: border-box;
    font-family: 'Noto Serif JP', serif;
}

#acc_mv h3 {
    margin: 50px 0 20px 0;
    padding: 20px 0;
    font-size: 24px;
}

#acc_mv p {
    margin: 0 0 80px 0;
    font-size: 16px;
    line-height: 1.8;
}

#acc_mv img {
    width: 100%;
}

#acc_txt table {
    margin: 50px 0 0 0;
}

#acc_txt th {
    width: 20%;
    padding: 10px 20px 10px 30px;
    font-size: 16px;
}

#acc_txt td {
    width: 80%;
    padding: 10px 20px;
    font-size: 16px;
}

.acc_info {
    width: 100%;
    margin: 80px 0 0 0;
    padding: 70px 0 0 0;
    border-top: 1px solid rgb(71, 71, 71);
}

.acc_info h4 {
    font-size: 20px;
    color: #0f43c9;
}

.acc_info h5 {
    margin: 40px 0 0 0;
    font-size: 18px;
    position: relative;
}

.acc_info h5::after {
    content: '';
    display: block;
    margin: 5px 0 0 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.acc_info p {
    font-size: 16px;
    line-height: 1.8;
}


.acc_info ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    box-sizing: border-box;
    padding: 0;
}

.acc_info ul li img {
    width: 100%;
}

.acc_info ul li:first-child {
    width: 30%;
    padding: 0 20px;
}

.acc_info ul li:last-child {
    width: 68%;
}

.back_yellow {
    background-color: #fbeeb8;
}

#acc_reserve {
    clear: both;
    padding: 100px 0;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}

#acc_reserve h3 {
    font-size: 24px;
}

#acc_reserve p {
    padding: 20px 0 20px 0;
    font-size: 16px;
    line-height: 2;
}

#acc_rebtn a {
    background-color: #ae9410;
    padding: 18px 46px;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
}

#acc_rebtn a:hover {
    opacity: 0.8;
}

#acc_re_message {
    background-color: #e6f5ff;
    border: 1px solid #0a1856;
    border-radius: 23px;
}

#acc_re_message ol {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 30px 40px;
    font-family: 'Noto Serif JP', serif;
}

#acc_re_message dl {
    width: 45%;
    font-size: 24px;
    padding: 0 0 0 60px;

}

#acc_re_message dt {
    width: 55%;
    font-size: 18px;
    line-height: 2;
    padding: 30px 0 30px 40px;
    border-left: 1px solid #0a1856;
}

/*---------*/
.btn_showroom {
    text-align: center;
    padding: 20px 0;
}

.btn_showroom a {
    display: block;
    background-color: #ae9410;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 20px 0 18px 0;
    width: 400px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 18px;
    line-height: 200%;
    margin: auto;
}

.btn_showroom a i {
    font-size: 24px;
}

#acc_re_message dl {
    color: #0f43c9;
    font-weight: bold;
}
footer{
    margin-top: 20px;
    /* min-width: 1700px; */
}
/**/
.ec-role h1{
    font-size: 22px;
    color: black;
    padding: 0 0 15px 0;
}
.ec-login__link{
    width: 110%;
    padding-bottom: 10px;
}
.ec-grid2__cell div:nth-child(2) a{
    font-weight: bold;
    text-decoration: underline;
}

/*-------------*/
#item_detail_wrap {
  display: table;
    width: 1280px;
  clear: both;
  margin: 20px auto;
}
#item_detail_wrap dt#item_d_w_left {
  display: table-cell;
  width: 78%;
}
.blogcon {
  padding: 0 50px 0 0;
}
#detail_price {
  font-size: 16px;
  line-height: 180%;
}
#detail_price strong {
  color: red;
  font-size: 17px;
  letter-spacing: 0;
}
#itemimage {
}
#itemimage img#itemimgg {
  height: auto;
}
/*-------------*/
#item_detail_wrap dd#item_d_w_right {
  display: table-cell;
  position: flex;
  top: 0px;
  vertical-align: top;
}
#item_d_w_right input {
  font-size: 16px;
  padding: 5px;
}
#item_d_w_right button {
  margin: -2px 0 0 5px;
  display: block;
  float: right;
}
#item_d_w_right .widget-search {
  display: block;
  text-align: right;
  padding: 0 0 10px 0;
}
/*---------------*/
#blogtab {
  border-bottom: 1px solid #ddd;
  margin: 40px 0 20px 0;
}
#blogtab table {
  margin: auto auto -1px auto;
}
#blogtab table td {
}
#blogtab table td a {
  display: block;
  padding: 10px 15px;
  margin: 0px 2px;
  border-top: 3px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px 5px 0px 0px;
  text-decoration: none;
  color: black;
  font-weight: normal;
}
#blogtab table td#fix a,
#blogtab table td a:hover {
  border-top: 3px solid blue;
  font-weight: bold;
  color: dodgerblue;
}

/*--------*/
#blogprofile {
  background-color: #f7f7f7;
  text-align: center;
  padding: 30px;
  margin: 0px 0px 15px 0;
}

#blogprofile img {
  width: 60%;
  height: auto;
  margin: auto;
  border-radius: 200px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
}

#blogprofile b {
  text-align: left;
  display: block;
  clear: both;
  margin: 0px 0px -20px 0px;
}

#blogprofile span {
  display: block;
  clear: both;
  text-align: left;
}

/*--------------*/
.newlisttable {
  width: 100%;
  clear: both;
}
#page_product_detail .newlisttable {
  width: 95% !important;
}
#morep {
  margin: auto 40px auto 0;
}
.newlisttable th {
  width: 30%;
  text-align: left;
  vertical-align: top;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.newlisttable th img {
  width: 90%;
  height: auto;
  margin: 7px 0;
}
.newlisttable td {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.newlisttable td h5,
.newlisttable td h3 {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
}
.newlisttable td h5 a,
.newlisttable td h3 a {
  color: black;
  font-weight: bold;
}
.newlisttable td ul {
  margin: 0px;
  padding: 5px 0px;
  clear: both;
}
.newlisttable td ul li {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #de8301;
}
.newlisttable td p {
  clear: both;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding: 10px 0;
}
.newlisttable td span {
  color: dodgerblue;
  font-size: 12px;
  font-weight: normal;
}
#sidebar{
    
}
.rightbook {
    border: 1px solid #ddd;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
    text-align: center;
    padding: 20px 0;
    margin: 20px 0;
    font-size: 13px;
    line-height: 150%;
}
.rightbook a{
    color: black;
}
.rightbook img{
    width: 40%;
    height: auto;
    margin-bottom: 15px;
}
/*------------*/
#baseimage {
  margin: 30px 0;
}
#baseimage img {
  width: 100%;
  height: auto;
}
/*-----------*/
.tokucho_wrap {
  text-align: center;
  margin: 70px auto 100px auto;
  font-size: 16px;
  line-height: 220%;
}
.tokucho_wrap h1 {
  line-height: 180%;
  font-size: 24px;
}
#tokucho_img2 {
  margin: 50px 0;
}
#tokucho_img2 img {
  width: 100%;
  height: 500px;
}

/*--------------*/
.glback {
  background-color: #fafafa;
  clear: both;
  padding: 150px 0;
}
#about_h3title {
  width: 1240px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background-color: dimgrey;
}
#about_antiq_wbox {
  background-color: #fff;
  width: 1240px;
  margin: auto;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 180%;
}
.about_h4 {
  font-size: 22px;
  margin: 0px;
  padding: 0px;
  line-height: 180%;
}
#about_anti_table01 {
  width: 80%;
  margin: auto;
}
#about_anti_table01 th,
#about_anti_table01 td {
  width: 50%;
  vertical-align: top;
  padding: 50px 0;
}
#about_anti_table01 img {
  width: 90%;
  height: auto;
  float: left;
}
#about_cen_img01,
#about_cen_img02 {
  text-align: center;
  margin: auto;
}
#about_cen_img01 img {
  width: 80%;
  height: auto;
  margin: auto;
}
#about_cen_img02 img {
  width: 80%;
  height: auto;
  margin: auto;
}
/*--------------*/
#about_anti_table02 {
  width: 100%;
}
#about_anti_table02 th {
  background-image: url(../img/about_an.jpg);
  background-position: left top;
  background-size: auto 700px;
  background-repeat: no-repeat;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  height: 650px;
  border-top: 1px solid #675526;
  position: relative;
}
#about_anti_table02 th div {
  position: absolute;
  top: 90px;
  left: 400px;
  width: 50%;
}
#about_anti_table02 p.about_entitle {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  color: #b9a55b;
}
#about_anti_table02 h4 {
  font-size: 22px;
  margin: 0px;
  padding: 0px;
  line-height: 180%;
}
/**/
#about_anti_table02 td {
  position: relative;
  background-image: url(../img/about_mo.jpg);
  background-position: right top;
  background-size: auto 700px;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
  height: 650px;
}
#about_anti_table02 td div {
  position: absolute;
  top: 90px;
  left: 200px;
  width: 50%;
}
.space100 {
  clear: both;
  height: 100px;
}
.txt_s {
  font-size: 12px;
}
/*-----------*/
#about_pcgsngc {
}
#about_pcgsngc th {
  text-align: center;
  font-weight: normal;
  vertical-align: top;
  background-color: #fefef6;
  width: 50%;
  padding: 100px 0;
}
#about_pcgsngc td {
  padding: 100px 0;
  text-align: center;
  font-weight: normal;
  vertical-align: top;
  background-color: #f3fbfe;
}
#about_pcgsngc img {
  width: 70%;
  height: auto;
  margin: auto;
}
#about_pcgsngc h5 {
  font-size: 18px;
}
#about_pcgsngc h5 span {
  font-weight: normal;
  font-size: 12px;
}
#about_pcgsngc p {
  width: 70%;
  margin: auto;
  text-align: left;
}
/*------------------*/
#about_f_banar,
.about_f_banar{
  width: 1240px;
  margin: 100px auto;
  text-align: center;
  clear: both;
}
#about_f_banar table th a {
    text-align: center;
}
#about_f_banar table th a span,
.about_f_banar table th a span {
  display: block;
  clear: both;
  padding: 10px 0 30px 0;
}
#about_f_banar table th a img,
.about_f_banar table th a img {
  border: 1px solid gray;
    margin: auto auto 10px auto;
}
#about_f_banar a:hover img,
.about_f_banar a:hover img {
  border: 1px solid blue;
    opacity: 0.7;
}
.about_f_banar table th{
    line-height: 160%;
    width: 20%;
    text-align: center;
    vertical-align: top;
}

/*--------------*/
#what_anq {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  width: 1240px;
  margin: auto;
  font-size: 16px;
  line-height: 180%;
}
#what_anq h3 {
  background-color: #3f3f40;
  color: white;
  text-align: center;
  margin: 0px;
  padding: 20px 0;
}
#what_anq img.left {
  margin: 60px 0 0 100px;
  float: left;
  width: 40%;
}
#what_anq .right {
  margin: 60px 100px 100px 0;
  float: right;
  width: 40%;
}
#what_anq .right h4 {
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  line-height: 180%;
}
#what_anq h5 {
  clear: both;
  width: 100%;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.cen_con {
  width: 70%;
  margin: auto;
}
.cen_con img {
  width: 100%;
  height: auto;
}
#anti_modn {
  clear: both;
  margin: 100px 0px;
  padding: 0px;
  width: 100%;
  border-top: 1px solid #ddd;
}
#anti_modn th {
  width: 50%;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  background-image: url("img/about05.jpg");
  background-repeat: no-repeat;
  background-size: auto 500px;
  height: 500px;
}
#anti_modn td {
  background-color: #f7f7f7;
  width: 50%;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  background-image: url("img/about06.jpg");
  background-repeat: no-repeat;
  background-size: auto 500px;
  background-position: top right;
  height: 500px;
}
#anti_modn th div,
#anti_modn td div {
  width: 60%;
}
#anti_modn th div {
  float: right;
  margin: 100px;
}
#anti_modn td div {
  float: left;
  margin: 100px;
}
#anti_modn td {
}
#anti_modn .en {
  margin: 0px;
  padding: 0px;
  color: #b29b50;
}
#anti_modn h4 {
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  line-height: 180%;
}
/**/

#pcgs_ngc {
  clear: both;
  margin: 100px 0px;
  padding: 0px;
  width: 100%;
}
#pcgs_ngc th {
  width: 50%;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  background-color: #fffef7;
  padding: 60px 80px;
}
#pcgs_ngc td {
  padding: 60px 80px;
  background-color: #f5fbfe;
}
#pcgs_ngc .en {
  margin: 0px;
  padding: 0px;
  color: #b29b50;
}
#pcgs_ngc h4 {
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  line-height: 180%;
}

.reasontitles{
    background-color: #2b2d3c;
    text-align: center;
}
.reasontitles img{
    width: 600px;
    height: auto;
    margin: 30px auto 10px auto;
}
.products_youtube {
    width: 100%;
}
#mokuji {
  width: 800px;
  margin: 40px auto;
  border: 2px solid #ddd;
  padding: 30px 0;
  font-size: 16px;
}
#mokuji ol {
  margin: auto;
  width: 70%;
  list-style: none;
}
#mokuji li {
  margin: 10px 0;
  text-align: left;
}

.blue {
  background-color: #eaedf4;
}
.gry {
  background-color: #f7f7f7;
}
.reason {
  width: 100%;
  margin: 1px 0 0 0;
  text-align: center;
  padding: 10px 0 80px 0;
}
.reason h2 {
  font-family: "MS PMincho", "serif";
  font-size: 50px;
  padding: 50px 0 0 0;
}
.reason h2 b {
  display: block;
  clear: both;
  width: 50px;
  height: 2px;
  background-color: #6284d3;
  margin: 40px auto auto auto;
}
.reason h3 {
  font-family: "MS PMincho", "serif";
  font-weight: normal;
  font-size: 36px;
  line-height: 140%;
  letter-spacing: 2px;
  margin: 40px auto 60px auto;
}
.reason div.con,
.reason div.con100 {
  width: 75%;
  margin: auto;
    max-width: 1000px;
}
.reason div img {
  width: 400px;
  height: auto;
}
.reason div.txt {
  width: 52%;
  text-align: left;
  font-size: 16px;
  line-height: 180%;
}
.reason div.txt p {
  margin: 0 0 15px 0;
}
.reason div.con100 img {
  width: 100%;
  height: auto;
    margin: 25px auto auto auto;
}
.left img {
  float: left;
  margin-right: 30px;
}
.right img {
  float: right;
  margin-left: 30px;
}
.left div.txt {
  float: right;
}
.right div.txt {
  float: left;
}
.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
}

.reason a{
    color: blue;
    text-decoration: underline;
}
.reason a:hover{
    color: #337ab7;
    text-decoration: none;
}
/*------------------*/
#hanbaidaiko {
  background-color: white;
  width: 50%;
  margin: -50px auto auto auto;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
#hanbaidaiko thead th {
  background-color: ghostwhite;
  padding: 10px;
}
#hanbaidaiko tbody td {
  text-align: center;
  padding: 30px;
}
#hanbaidaiko h3{
    font-weight: bold;
}
#hanbaidaiko h3{
    font-weight: bold;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    line-height: 180%;
}
/*-----------------*/
#auc_txt01 {
  font-weight: bold;
  font-size: 17px;
  line-height: 220%;
  text-align: center;
  padding: 50px 0 100px 0;
}
#auc_txt02 {
  font-weight: bold;
  font-size: 17px;
  line-height: 220%;
  text-align: center;
  padding:30px 0 100px 0;
}
.auc_flow {
  clear: both;
  width: 100%;
}

.auc_flow ul li {
  margin-bottom: 16px;
}
.auc_flow th {
  text-align: left;
  vertical-align: top;
  width: 140px;
    padding-top: 30px;
}
.auc_flow th p {
  background-color: #0f43c9;
  color: white;
  padding: 50px 0;
  text-align: center;
  width: 100px;
  font-size: 30px;
  line-height: 0;
}
.auc_flow td {
  font-size: 16px;
    padding-bottom: 50px;
}
.auc_flow td h3 {
  font-size: 30px;
  margin: 65px 0 40px 0;
  padding: 0px;
  color: #0f43c9;
    font-weight: bold;
}
.auc_flow td p {
}
.auc_flow td div.glbox {
  background-color: #f7f7f7;
  padding: 40px 60px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 50px 0 100px 0;
}
.auc_flow td div.glbox h4 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: white;
  margin: 0px;
  padding: 10px 30px;
}
.auc_flow td div.glbox p {
  clear: both;
}
#auclogo img {
  width: auto;
  height: 35px;
  margin: 20px 15px 0 0;
}
#rakusatsu_flow {
  margin: 0px;
  padding: 0px;
}
#rakusatsu_flow li {
  margin: 25px 0px;
  padding: 0px;
  float: left;
  list-style: none;
  display: block;
  font-weight: bold;
}
#rakusatsu_flow li.txt {
  background-color: #b5a037;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#rakusatsu_flow li.plus {
  color: #b5a037;
  padding: 5px;
}
#rakusatsu_flow li.txt2 {
  color: #b5a037;
  padding: 5px;
  font-size: 20px;
}
#nyusatsu_top img {
  width: 100%;
}

/*----------*/
.btn_blue {
  text-align: center;
  padding: 20px 0;
}
.btn_blue a {
  display: block;
  background-color: blue;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 20px 0 18px 0;
  width: 400px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 18px;
  line-height: 200%;
  margin: auto;
}
.btn_blue a i {
  font-size: 24px;
}
/*---------*/

.btn_blue2 {
  padding: 20px 0;
}
.btn_blue2 a {
  display: block;
  background-color: blue;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  padding: 10px 0px 8px 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 16px;
  line-height: 200%;
  margin: 0;
  width: 300px;
}
/**/
.about_f{
    
}
.about_f ul{
    margin: 0px 0 0 -2%;
    padding: 0px;
    width: 108.5%;
}

.about_f ul li{
    margin: 2%;
    margin-bottom: 1%;
    padding: 0px;
    list-style: none;
    float: left;
    width: 28%;
}
.about_f ul li a{
    display: block;
    background-color: white;
    padding: 7%;
    box-shadow: 0 0 10px #ebebeb;
}
.about_f ul li a img{
    width: 100%;
    height: auto;
}
.about_f ul li a span{
    display: block;
    font-weight: normal;
    color: blue;
    font-size: 16px;
    padding: 15px 0 0 0;
    text-align: center;
}
/*-----*/
#companybox {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 30px 0 0 0;
  width: 100%;
}
#companybox th {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 20px 30px;
  background-color: #f7f7f7;
  font-weight: normal;
  width: 20%;
  font-size: 14px;
  font-weight: normal;
}
#companybox td {
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 20px 30px;
}
.img_right{
    width: 40% !important;
    margin: 0 0 10px 10px;
    float: right;
    font-size: 12px;
    color: gray;
    line-height: 160%;
}
.w50{
    width: 58%;
}
.w60{
    width: 65%;
}
.w30{
    width: 30% !important;
}
.tab_con_wrap b{
    color: black;
}

.yoyaku {
    clear: both;
    margin: 0px;
}
.yoyaku span{
    display: block;
    margin: 5px 0 30px 0;
    clear: both;
    border-radius: 5px;
    background-color: #755eef;
    color: white;
    width: 50%;
    text-align: center;
}
#cartbox div.btn_area ul{
    margin: 0px;
    padding: 0px;
}
#cartbox div.btn_area ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#cartbox div.btn_area ul li button{
    display: block;
    border: none;
    text-align: center;
    border-radius: 50px;
    padding: 7px 0px;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 14px;
    background-color: #fae7b8;
}
#cartbox div.btn_area ul li button#item-mail-reserve{
    background-color: #6a59c5;
    color: white;
    transition: all 0.1s;
}
#cartbox div.btn_area ul li button#item-mail-reserve:hover {
    background-color: #8876ef;
    transition: all 0.1s;
}
#cartbox div.btn_area ul li button#item-mail{
    background-color: white;
    border: 2px solid #ddd;
    box-sizing: border-box;
    transition: all 0.1s;
}
#cartbox div.btn_area ul li button#item-mail:hover {
    background-color: #ddd;
    transition: all 0.1s;
}
/**/
#plazalogo_head{
    background-color: #0f43c9;
    width: 130px;
    height: 90px;
    padding: 7px 0 0 0;
    margin: 0px;
    float: right;
    text-align: center;
}
#plazalogo_head a{
    color: white;
}
#plazalogo_head em{
    font-size: 11px;
    letter-spacing: 0;
}
#plazalogo_head p{
  font-family: "Ramaraja", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 22px;
}
.ec-contactRole{
    /* max-width: 1580px !important; */
}

.ec-layoutRole__mainBottom {
    width: 100%;
}


/* ------ 商品のお問い合わせ ------ */
.ec-layoutRole__main .container-fluid {
    max-width: 1130px;
    margin: 0 auto;
}
.ec-layoutRole__main .container-fluid #main #top_wrap .row {
    justify-content: center;
}
.ec-layoutRole__main .container-fluid #main #top_wrap .row form #top_box__confirm_button {
  margin: 40px auto 0;
  text-align: center;
}

/* ------ ec-registerRole ------ */
.ec-layoutRole__footer {
  margin-top: 100px;
}

p.ec-para-normal {
  margin-bottom: 60px;
}
.ec-favoriteRole .ec-favoriteRole__itemList {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 60px;
}
.ec-addressList {
    margin-bottom: 60px;
}

#top_box__body_inner {
  margin-bottom: 20px;
}


.other_page .ec-layoutRole .ec-layoutRole__contents {
    padding: 0 !important;
}

/* reservation calenderform */
#attention_area {
  width: 800px;
  margin: 30px auto;
}
#calen_table {
  display: table;
  margin: auto;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 800px;
}
#calen_table dl {
  display: table-row;
}
#calen_table dl dt {
  display: table-cell;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #f7f7f7;
  vertical-align: middle;
}
#calen_table dl dd {
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: left;
}
#calen_table input.hasDatepicker {
  width: 30%;
}
#calen_table select.form-select {
  width: 45%;
}
#calen_table dl dd span br {
  display: none;
}
#calen_table dl dd.w90 input,
#calen_table dl dd textarea {
  width: 98%;
}
#pia_reservation_visitor_detail,
#pia_reservation_message {
  height: 140px;
}
.ui-widget-header {
  border: 1px solid #49b0ff !important;
  background: linear-gradient(182deg, #0383bc 50%, #02a6f0 100%) !important;
  color: #ffffff;
  font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5dbec;
  background: linear-gradient(180deg, #0098de 0%, #0078AE 50%, #00A1E9 100%) !important;
  font-weight: normal !important;
  color: #fff !important;
  letter-spacing: -0.5px;
  text-align: center;
  padding: .4em .2em .2em;
}
/* .ui-datepicker-calendar .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #acdd4a !important;
    background: linear-gradient(180deg, #84d034 0%, #52831d 50%, #83c83a 100%) !important;
    font-weight: normal;
    color: #fff;
} */
.ui-state-default:hover,.ui-button:focus {
    border: 1px solid #448dae !important;
    background: linear-gradient(180deg, #8fddff 0%, #73bddc 50%, #7ed8ff 100%) !important;
    font-weight: normal;
    color: #026890 !important;
}
.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus {
    color: #026890;
    text-decoration: none;
}

.ui-datepicker-today span.ui-state-default {
  color: red !important;
  border: 1px solid red !important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 4px !important;
  width: 1.8em;
  height: 1.8em;
}
#yoyaku {
  text-align: center;
  padding: 20px 0 0;
}
#yoyaku input {
  display: block;
  background-color: blue;
  color: white;
  padding: 20px 50px;
  margin: auto;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#fm {
  text-align: center;
  margin: auto;
}
#calenderform {
  margin: auto;
}

.ec-off1Grid__cell {
  width: 100% !important;
  margin-left: 0 !important;
}
#open_date {
  width: 100% !important;
  margin: 0 auto;
}
#open_date .ui-widget.ui-widget-content {
  width: 100% !important;
}
.form-control {
  font-size: 16px !important;
}

.ec-layoutRole .ec-layoutRole__contents {
    padding-top: 0px !important;
}

.ec-layoutRole .ec-layoutRole__contentTop {
    /* margin-top: 27px; */
}
/* ec-cartRole */
.ec-cartRole .ec-cartRole__actions {
    margin-bottom: 60px;
}


/* 【トップ】地金コインの価格情報+banars */
#jigane_wrap{
    display: table;
    width: 98% !important;
}
ul.topkakaku_bars{
    width: 100%;
    margin: 30px auto 0;
    padding: 0px;
    display: flex;
    justify-content: center;
}

ul.topkakaku_bars li {
    margin: 0 12px;
    text-align: center;
}
ul.topkakaku_bars li {
  width: calc(100%/6);
}
/* ul.height200 li {
  width: calc(100%/7);
} */

ul.topkakaku_bars li .topbarimgs,
ul.topkakaku_bars li h3,
ul.topkakaku_bars li table {
  width: 100%;
}

ul.topkakaku_bars li .topbarimgs {
  width: 100%;
  margin-left: 20px;
  position: relative;
}
ul.topkakaku_bars li .topbarimgs #sakuraimg {
  width: 100%;
  position: relative;
  z-index: 1;
}
ul.topkakaku_bars li .topbarimgs #sakuraimg::after {
  content: '';
  width: 100%;
  height: 8vw;
  margin-left: -20px;
  background: url(/common3/img/sakura_ue.jpg) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
ul.topkakaku_bars li .topbarimgs a {
  width: 6.2vw;
  min-width: 100px;
  max-width: 150px;
  margin-left: -40px;
  display: inline-block;
  position: relative;
}
ul.height200 li .topbarimgs a {
  width: 5.8vw;
}

ul.topkakaku_bars li .topbarimgs a:nth-child(1) {
  z-index: 10;
}
ul.topkakaku_bars li .topbarimgs a:nth-child(2) {
  z-index: 9;
}
ul.topkakaku_bars li .topbarimgs a:nth-child(3) {
  z-index: 8;
}
ul.topkakaku_bars li .topbarimgs a img {
    width: 100%;
}
ul.topkakaku_bars li h3 {
    clear: both;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    color: black;
}
ul.topkakaku_bars li table {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ddd;
}
ul.topkakaku_bars li table th,
ul.topkakaku_bars li table td {
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    padding: 5px 0;
    letter-spacing: 0;
    color: #525263;
}
ul.topkakaku_bars li table td {
    font-size: 15px;
    font-weight: bold;
}
.gld{
    background-color: #fff9ef;
}
.slv{
    background-color: #f7f8f9;
}
.pret {
    background-color: #f6fcff;
}

.jigane_year {
  clear: both;
  margin: 50px auto 40px;
  display: flex;
  align-items: center;
  color: #e3ac04; 
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
  .jigane_year span{
    font-size: 26px !important;
    font-weight: bold;
    padding: 0 20px;
  }
.jigane_year:before,
.jigane_year:after {
    content: "";
    height: 0.5px;
    flex-grow: 1;
    background-color: #e3ac04;
}

ul#row3 {
    margin-top: 6%;
}
ul#row3 li a img.slivimg01 {
    width: 55%;
    margin: -30% 23px 0 0;
}
ul#row3 li a img.slivimg02 {
    width: 75%;
    margin: -55% 0 0 10px;
}

ul.height200 {
  /* margin: 30px auto 0 !important; */
}

ul.height200 li a img.gr1{
    width: 55%;
    margin: 88% 0 0;
    height: auto;
}
ul.height200 li a img.gr2{
    width: 65%;
    margin: 71% 0 0;
    height: auto;
}
ul.height200 li a img.gr3{
    width: 75%;
    margin: 54% 0 0;
    height: auto;
}
ul.height200 li a img.gr4{
    width: 85%;
    margin: 27.5% 0 0;
}
ul.height200 li a img.gr5{
    width: 100%;
    margin: 0;
}
ul.height200 li a img.una{
    width: 100%;
    margin: 120% 0 0;
    filter: drop-shadow(3px -1px 0px #ffffff);
}
ul.height200 li a img.una3{
    width: 85%;
    margin: 20% 0 0;
}

ul.topkakaku_bars li div.topbarimgs:hover a img,
ul.topkakaku_bars li div.topbarimgs a img:hover {
    transition: all 0.1s;
}
ul.topkakaku_bars li div.topbarimgs:hover a img {
    filter: brightness(0.8);
    transition: all 0.1s;
}
ul.topkakaku_bars li div.topbarimgs a img:hover {
    opacity: 1 !important;
    filter: brightness(1.07);
    transition: all 0.1s;
}

#kakaku_wrap dl dd a img {
  margin-bottom: 10px !important;
}
#kakaku_wrap dl dd a span {
  font-weight: normal;
}


/* HP Information */
ul.newslist li a div h3 {
  font-size: 1.17em;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 1.5px;
}

/* モダンコイン新シリーズ */
.toptitleh2_jp {
  font-size: 20px;
  font-weight: bold;
  color: #525263;
}




/*-------- スタッフのつぶやき --------*/
#topnews_wrap{
    display: table;
    width: 100%;
    margin: 80px 0 150px 0;
}
#topnews_wrap dl dt#topnews_wrap_left{
    display: table-cell;
    width: 50%;
}
ul.newslist li {
  border-bottom: 1px solid #ddd;
}
#topnews_wrap2 dl dt#topnews_wrap_left ul.newslist li,
#topnews_wrap2 dl dd#topnews_wrap_right ul.newslist li {
  border-bottom: none;
}
ul.newslist li a{
    display: table;
    width: 85%;
    margin: auto;
    border-bottom: 1px solid #ddd;
    color: black;
}
ul.newslist li a:hover h3{
    text-decoration: none;
}
ul.newslist li span.img{
    display: table-cell;
    width: 30%;
    height: auto;
    vertical-align: top;
    padding: 36px 0;
}
ul.newslist li span.img img{
    width: 90%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
ul.newslist li div{
    display: table-cell;
    /* vertical-align: top; */
    font-weight: normal;
    padding: 30px 0;
}
ul.newslist li div p.day_cate{
    font-size: 13px;
}
ul.newslist li div p.day_cate span{
    color: dodgerblue;
    display: block;
    float: left;
}
ul.newslist li div p.day_cate b{
    display: block;
    font-size: 12px;
    float: left;
    background-color: dodgerblue;
    color: white;
    font-weight: normal;
    padding: 5px 10px 3px 10px;
    margin: 3px 0 0 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
    line-height: 100%;
    
}

/**/
ul.newslist li a div h3{
    clear: both;
    font-weight: bold;
    line-height: 150%;
    text-decoration: underline;
    padding: 0 0 10px;
    margin: 0;
}
ul.newslist li div p.txt{
    font-size: 14px;
    line-height: 160%;
    margin: 0px;
    padding: 0px;
    clear: both;
}
/**/
#topnews_wrap dl dd#topnews_wrap_right{
    display: table-cell;
    background-color: #f7f7f7;
}

#topnews_wrap_right ul.newslist li:last-child a{
    border: none;
}


/* HP Book */
ul#top_booklist{
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
}
ul#top_booklist li{
    width: calc(100% /6);
    padding: 0px 10px 40px;
    text-align: center;
    position: relative;
}
ul#top_booklist li img{
    width: 80% !important;
    height: auto;
    margin: auto;
}
ul#top_booklist li span{
    display: block;
    clear: both;
    font-size: 12px;
    line-height: 150%;
    padding-top: 10px;
}

ul#top_booklist li.new a::before {
    content: '';
    width: 2.3vw;
    height: 2.3vw;
    min-width: 40px;
    min-height: 40px;
    background: url(/sp/index/img/new_tag.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    top: -15px;
    right: 20%;
    z-index: 2;
}