@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

/* ピンク */
a.btn--circle {
    width: 140px;
    height: 140px;
    padding: 20px 0 0;
    border-radius: 50%;
    color: #fff;
    background: #eb6877;
    -webkit-box-shadow: 0 7px 0 #e53b4e;
    box-shadow: 0 7px 0 #e53b4e;
}
  
a.btn--circle i {
    font-size: 150%;
}
  
.fa-position-bottom {
    position: absolute;
    bottom: 1rem;
    left: calc(50% - 0.5rem);
}
  
a.btn--circle:hover {
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
    color: #fff;
    -webkit-box-shadow: 0 3px 0 #e53b4e;
    box-shadow: 0 3px 0 #e53b4e;
}
  
a.btn--circle {
    width: 140px;
    height: 140px;
    padding: 20px 0 0;
    border-radius: 50%;
    color: #fff;
    background: #eb6877;
    -webkit-box-shadow: 0 7px 0 #e53b4e;
    box-shadow: 0 7px 0 #e53b4e;
}
    
a.btn--circle i {
    font-size: 150%;
}
    
.fa-position-bottom {
    position: absolute;
    bottom: 1rem;
    left: calc(50% - 0.5rem);
}
    
a.btn--circle:hover {
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
    color: #fff;
    -webkit-box-shadow: 0 3px 0 #e53b4e;
    box-shadow: 0 3px 0 #e53b4e;
}

/* 青 */
a.btn--circle-blue {
    width: 140px;
    height: 140px;
    padding: 20px 0 0;
    border-radius: 50%;
    color: #fff;
    background: #68c2eb;
    -webkit-box-shadow: 0 7px 0 #3b99e5;
    box-shadow: 0 7px 0 #3b99e5;
}
  
a.btn--circle-blue i {
    font-size: 150%;
}
  
a.btn--circle-blue:hover {
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
    color: #fff;
    -webkit-box-shadow: 0 3px 0 #3b99e5;
    box-shadow: 0 3px 0 #3b99e5;
}
  
a.btn--circle-blue {
    width: 140px;
    height: 140px;
    padding: 20px 0 0;
    border-radius: 50%;
    color: #fff;
    background: #68c2eb;
    -webkit-box-shadow: 0 7px 0 #3b99e5;
    box-shadow: 0 7px 0 #3b99e5;
}
    
a.btn--circle-blue i {
    font-size: 150%;
}
    

a.btn--circle-blue:hover {
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
    color: #fff;
    -webkit-box-shadow: 0 3px 0 #3b99e5;
    box-shadow: 0 3px 0 #3b99e5;
}

.modal-inline {
    display: inline-block;      /* インラインブロック要素にする */
    background-color:  #ccc;    /* 背景色指定 */
    padding:  5px;             /* 余白指定 */
    /*height: 100px;*/              /* 高さ指定 */
    width: 40%;
}

.am5-modal-custome {
    width: 60%;
    height:365px;
    max-height: 380px;
    min-width: 280px;
    padding:0.4em;
}

@media screen and (max-width: 480px) {
    .am5-modal-custome {
        width: 60%;
        height: 90%;
        min-height: 425px;
        min-width: 280px;
        padding:0.4em;
    }
}


/*----------------------------------------------------------------*/
/* チャートモーダル 入力フォーム                                                    */                     
/*----------------------------------------------------------------*/
.Form {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    padding:0.8em;
}
@media screen and (max-width: 480px) {
    .Form {
        margin-top: 20px;
        padding:0.2em;
    }
}
.Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 480px) {
    .Form-Item {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        flex-wrap: wrap;
    }
}
.Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
    width: 100%;
    max-width: 120px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 16px;
    /*transform: scale(calc(14 / 16));*/
    margin-bottom: 5px !important;
}
@media screen and (max-width: 480px) {
    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        font-size: 16px;
        /*transform: scale(calc(10 / 16));*/
    }
}
.Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
}
@media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
        margin-top: 0;
    }
}
.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #5bc8ac;
    color: #fff;
    font-size: 16px;
}
@media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
        border-radius: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        width: 32px;
        font-size: 16px;
        /*transform: scale(calc(14 / 16));*/
    }
}
.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 38px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    /*min-width: 120px;*/
    background: #eaedf2;
    font-size: 16px;
    /*transform: scale(calc(14 / 16));*/
}
@media screen and (max-width: 480px) {
    .Form-Item-Input {
        margin-left: 0;
        margin-top: 18px;
        height: 28px;
        flex: inherit;
        font-size: 16px;
        /*transform: scale(calc(10 / 16));*/
    }
}
.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}
@media screen and (max-width: 480px) {
    .Form-Item-Textarea {
        margin-top: 18px;
        margin-left: 0;
        height: 200px;
        flex: inherit;
        font-size: 15px;
    }
}
.Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #5bc8ac;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
@media screen and (max-width: 480px) {
    .Form-Btn {
        margin-top: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 160px;
        font-size: 16px;
        /*transform: scale(calc(12 / 16));*/
    }
}
.input-radio{
    margin-left: 40px;
}

.input-radio>label{
    vertical-align: middle;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}
.input-radio>label:hover{
    color: red;
}
.input-radio>label>input{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}
@media(max-width:750px){
    .input-radio>label{
        /*コレ*/display: block;
    }
}
.cp_close {
    position: relative;
    float: right;
    font-size: 24px;
    transition: transform 500ms ease;
    z-index: 11;
    cursor: pointer;
    font-weight: 300;
    line-height: 1.5;
    color: #444444;
    box-sizing: border-box;
    outline: none;
}
.cp_close:hover {
    color: #da3c41;
    transform: rotate(180deg);
}


/* -----------------------------------------------------------------
  リンクボタン 
------------------------------------------------------------------*/

.shop-btn-green {
    /*background-color: #82C463;*/ /* ボタン背景色 */
    background-color: #25c73b; /* ボタン背景色 */
    color: #fff; /* ボタン文字色 */
}



.shop-btn-blue {
    background-color: #5478c7; /* ボタン背景色 */
    color: #fff; /* ボタン文字色 */
}
.shop-btn-red {
    background-color: #db4e5c; /* ボタン背景色 */
    color: #fff; /* ボタン文字色 */
}

.shop-btn {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    font-weight: bold;
    border-radius: 4px;
    max-width: 90%;
    margin: 0.5em auto;
    padding: 0;
    text-align: center;
    line-height: 1.4;
    transition: all .2s ease;
}

.shop-btn:hover {
    opacity: 0.8;
}

.shop-btn a {
    text-decoration: none !important;
    color: #fff !important;
    display: block;
    margin: 0;
    padding: 0.5em;
    position: relative;
    overflow: hidden;
}

.shop-btn a::before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: scale(0) translateY(-50%) translateX(-50%);
    transform-origin: left top;
    border-radius: 50%;
    content: '';
    width: 10em;
    height: 10em;
    background-color: rgba(255, 255, 255, 50%);
    opacity: 0;
    animation: plzTap 3s ease-out 0s infinite;
}

@keyframes plzTap {
    from { transform: scale(0) translateY(-50%) translateX(-50%); opacity: 1; }
    15%, 100% { transform: scale(1) translateY(-50%) translateX(-50%); opacity: 0; }
}

.shop-btn > img { float: left; }
.shop-btn::after{ content: ''; clear: left; }

.flex-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 0.0em;
}
.flex-item {
    flex-basis: 45%;
}


/* テーブル ボーダー色変更*/
/*
<figure class="wp-block-table info-table"><table style="font-size: 10pt;"><thead><tr><th></th><th>美品</th><th>キズあり</th><th>PSA10</th></tr></thead><tbody id="item-price-table"></tbody></table></figure>
*/


.price-table {
    text-align: center;
    width: 90%;
    height:150px;
    font-size: 12pt;
}
.price-table tr {
  display: block;
  float: left;
}
.price-table tr td, 
.price-table tr th {
  /*border-left: none;*/
  display: block;
  height: 45px;
}
.price-table thead {
  display: block;
  float: left;
  width: 45%;
}
.price-table thead tr {
  width: 100%;
}
.price-table tbody tr {
    width: 100%;
  }
.price-table tbody {
  display: block;
  float: left;
  width: 45%;
}

.price-table tbody td:last-child {
  border-bottom: solid 1px #ccc;
}

@media screen and (min-width: 801px) {
    .info-table th{
        /*border-color: #eee;*/
        text-align: center;
        min-width: 50px;
    }
    .info-table td{
        /*border-color: #eee;*/
        text-align: center;
        min-width: 50px;
    }
}

@media screen and (max-width: 800px) {
    .info-table {
        text-align: center;
        width: 90%;
    }
    .info-table tr {
      display: block;
      float: left;
    }
    .info-table tr td, 
    .info-table tr th {
      /*border-left: none;*/
      display: block;
      height: 30px;
    }
    .info-table thead {
      display: block;
      float: left;
      width: 100px;
    }
    .info-table thead tr {
      width: 100%;
    }
    .info-table tbody tr {
        width: 100%;
      }
    .info-table tbody {
      display: block;
      float: left;
      width: 100px;
    }
    /*
    .info-table tbody tr {
      width: 50%;
    }
    */
    /*
    .info-table tr td + td {
      border-left: none;
    }
    */

    .info-table tbody td:last-child {
      border-bottom: solid 1px #ccc;
    }
  }