@charset "UTF-8";

/* title
----------------------------------------------------------- */ 
.title1{
  text-align: center;
}


/* フォーム内のガイドナビゲーション
----------------------------------------------------------- */ 
div.form_navi{
width:100%;
display: flex;
justify-content: center;
margin-bottom:var(--lpx);
}
div.form_navi ul {
width:800px;
display: flex;
align-items: center;
list-style: none;
overflow: hidden;
margin-bottom: var(--mpx);
border-radius: 5px;
}
div.form_navi li {
position:relative;
width:100%;
height:40px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
padding: 0 .909095em 0 1.81818em;
background: #eee;
text-decoration: none;
}
div.form_navi li:before {
position: absolute;
top:0;
right:-10px;
display: block;
width: 20px;
height: 20px;
content: " ";
-webkit-transform: skew(20deg);
background: #eee;
border-right: 4px solid #fff;
-moz-transform: skew(20deg);
-o-transform: skew(20deg);
transform: skew(20deg);
z-index: 1;
}
div.form_navi li:after {
position: absolute;
bottom:0;
right:-10px;    
display: block;
width: 20px;
height: 20px;
background: #eee;
border-right: 4px solid #fff;
content: " ";
-webkit-transform: skew(-20deg);
-moz-transform: skew(-20deg);
-o-transform: skew(-20deg);
transform: skew(-20deg);
z-index: 1;	
}
div.form_navi li:last-child:before,
div.form_navi li:last-child:after {
border: none;
}
div.form_navi li.current,
div.form_navi li.current:before,
div.form_navi li.current:after {
color: #fff;
background-color: var(--main-color);
}
@media only screen and (max-width: 760px){
div.form_navi ul {
  width:100%;
}
div.form_navi li {
  height: 40px;
  padding: 5px 5px 5px 15px;
  font-size: 0.7rem;
}
}
/* btnのスタイル
----------------------------------------------------------- */ 
.btn{
  line-height:1;
  display: inline-block;
  transition: all 0.5s;
  text-transform: uppercase;
  text-decoration:none;
  letter-spacing: 1px;
  border-radius:25px;
  cursor: pointer;
  border:none;
  border-width: 1px;
  border-style: solid;
}
.btn:hover{
  text-decoration:none;
}
/* main btn */
.next-btn,
.btn-main,
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color:white;
}
.btn-main:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover,
.next-btn:focus,
.next-btn:hover {
  background-color: white;
  border-color: var(--main-color);
  color:var(--main-color);
}
/* sub btn */
.btn-secondary{
  color:#666;
  background-color:#fff;
  border:1px solid #ccc;
}
.btn-secondary:hover{
  background-color:var(--bg-sub1-color);
  color:#666;
}
.next-secondary:hover{
  background:var(--secondary-color) ;
  border-color:var(--secondary-color) ;
}
.btn-accent {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color:#fff;
}
.btn-accent:hover {
  background-color: white;
  color:var(--accent-color);
}
.btn-disabled,button.btn-disabled,input[type="button"].btn-disabled,input[type="submit"].btn-disabled {
  pointer-events:none;
  background: #ccc;
  color:#fff;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 760px){
.btn{
  padding:0.2rem 0.3rem;
}
}
/* btnのサイズ
----------------------------------------------------------- */ 
.btn-l{
  padding:var(--mpx) var(--mmpx);
}
.btn-mm{
  padding:var(--spx) var(--mpx);
}
.btn-m{
  padding:var(--spx) var(--spx);
}
.btn-s{
  padding:var(--sspx);
}
.btn-ss{
  padding:0 var(--sspx);
}

/*badge
---------------------------------------*/
.badge{
  display: inline-block;
  line-height: 1.3;
  padding: 0px var(--sspx);
  border-radius: 10px;
  font-size:var(--fs-ss);
  font-weight: bold;
}
.bg-danger {
  color:#fff;
  background-color: crimson;
  border:1px solid crimson;
}
/* pagerスタイル
----------------------------------------------------------- */ 
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}
/* 料金詳細 のスタイル
----------------------------------------------------------- */ 
.price-wrapper{
  color:#000;
}
table.price-subtotal,
table.price-detail{
  width:100%;
}
table.price-subtotal th,
table.price-detail th{
  padding:var(--sspx);
  text-align: left;
  width:75%;
}
table.price-detail th{
  font-weight: normal;
}
table.price-subtotal td,
table.price-detail td{
  text-align: right;
  width:25%;
}

table.price-subtotal{
  margin-top:var(--mpx);
}
table.price-subtotal th,
table.price-subtotal td{
  font-size: 1.2rem;
  border-bottom:1px solid var(--font-color);
}
.price-total-wrap{
  padding:var(--mpx) var(--sspx);
}
.price-total{
  color:var(--caution-color);
  font-weight: bold;
  font-size:2.5rem;
}
/* lightgallery（iframe） のスタイル
----------------------------------------------------------- */  
.lg-backdrop.in, .lg-backdrop {
  opacity: 0.5;
}

/* lightgallery（iframe） のレイアウト
----------------------------------------------------------- */  
.lg-outer .lg {
 width: 80%!important;
}  
@media screen and (max-width:992px){
.lg-outer .lg {
 width: 95%!important;
}  
.lg-outer .lg-video {
width: 100%;
height: 90vh;
padding-bottom: 0;
}
}

/* 検索フォームスタイル
----------------------------------------------------------- */  
.search-form{
  padding: 1rem 1rem;
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  border: 1px solid rgba(0,0,0,.125);
  background-color: var(--bg-color);
}

/* formスタイル
----------------------------------------------------------- */  
label{
  display: inline-block;
}
.form-label,
.form-entry,
.form-display,
.form-note{
  margin-bottom:var(--sspx);
}
.form-label{
  padding-top:var(--spx);
  margin-bottom:var(--sspx);
  font-weight: bold;
}
.form-display,
.form-entry{
  padding-top:var(--sspx);
  padding-bottom:var(--sspx);
}
.form-display{
  background:#eee;
  padding:var(--sspx);
}
.form-note{
  color:#aaa;
  font-size:0.8em;
}
.form-btn{
display:flex;
padding:1em 0;
justify-content: space-between;
}
.form-btn .form-next,
.form-btn .form-back{
width:45%;
}
.form-btn .form-next{
text-align: right;
}
.form-control.zip_code{
  display: inline-block;
  margin-right:var(--spx);
}
.error-message{
  color:var(--caution-color);
  font-weight: bold;
}
.input-error{
background:#f2d5d6!important;
}
.list-item-label{
  margin-left:0.3rem;
 }
/* calendarスタイル
----------------------------------------------------------- */  
.calendar{
padding-top:30px;
padding-bottom:30px;
}
.calendar-row{
margin-bottom:15px;
}
.calendar-container{
height:100%;
padding:var(--spx);
background:#fff;
}
.table-calendar-wrapper{
  overflow: scroll;
  max-height: 85vh;
}
.table-calendar{
border-collapse: collapse;
width: 100%;
border:1px solid #ccc;
}
.table-calendar thead th{
  position: -webkit-sticky;
  position: sticky;
  white-space: nowrap;
  top:0;
  z-index: 1;
}
.table-calendar thead tr:nth-child(1) th{
  top: 0;
}
.table-calendar thead tr:nth-child(2) th{
  top: 2rem;
}
.table-calendar thead th{
  z-index: 2;
}
.table-calendar thead tr th:first-child{
  z-index: 3;
}
.table-calendar th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}
.table-calendar th,
.table-calendar td{
position: relative;
padding: 10px;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
text-align: center;
vertical-align: middle;
}
.table-calendar .date{
font-size:14px;
}
.table-calendar .possible{
display: inline-block;
pointer-events: all;
cursor: pointer;
}
.table-calendar .possible:hover{
color:#007bff;
}
.table-calendar .impossible{
color:#ccc;
}
.table-calendar .sat{
color:#007bff;
}
.table-calendar thead .sat{
background:#e1f3f4;
}
.table-calendar .sun{
color:#dc3545;
}
.table-calendar thead .sun{
background:#f7e1e2;
}
.table-calendar .status{
  padding:5px 0;
}
.table-calendar .calendar-cell{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: 2;
  cursor: pointer;
}
.table-calendar .calendar-cell:hover{
  background-color: rgba(0, 170, 255, .5);
}
.calendar-ym{
padding:10px;
text-align: center;
}
.hi_season{
border:1px solid #dca735;
background:#efe2d5;
}
.top_season{
border:1px solid #dc3545;
background:#f2d5d6;
}
.calendar-price{
  word-wrap: break-word;
  font-size: 0.7rem;
  padding:5px 0;
  font-family: Helvetica, "Helvetica Neue";
}
@media screen and (max-width:1500px){
  .table-calendar th,
  .table-calendar td{
    padding: 6px 3px!important;
  }
}
@media screen and (max-width:992px){
  .calendar-container{
    padding:0;
  }
  .table-calendar th,
  .table-calendar td{
    padding: 10px 3px!important;
  }
}

/*テーブルスタイルのスタイル
---------------------------------------*/
.table,.tableStyle {
  border-collapse: collapse;
  border-top: var(--bd-width) solid var(--bd-color);
  /*border-right: var(--bd-width) solid var(--bd-color);*/
  width: 100%; }
.table th, .tableStyle th {
    background: var(--bg-color);
    color: var(--font-color);}
.table tr th,.tableStyle tr th,
.table td, .tableStyle td {
    border-bottom: var(--bd-width) solid var(--bd-color);
    /*border-left: var(--bd-width) solid var(--bd-color);*/
}
.table thead td,.tableStyle thead td{
  background: var(--bg-color);
}
.table td,.tableStyle td {
  background: white;
}
.table th,.table td{
  padding:var(--spx);
}
.table-striped td:nth-child(odd){
  background-color: var(--bg-sub1-color);
}
.scrollTable {
  overflow: auto;
}
@media screen and (max-width: 1000px) {
  .scrollTable table{
    width: 1280px!important;;
  }
}
@media screen and (max-width: 576px) {
  .scrollTable table{
    width: 900px!important;;
  }
}
/* ログイン画面スタイル
----------------------------------------------------------- */  
.member-login{
width:100%;
display: flex;
min-height: 80vh;

}
.form-signin {
width: 100%;
max-width: 330px;
padding: 15px;
margin: auto;
}
.form-signin .checkbox {
font-weight: 400;
}
.form-signin .form-control {
position: relative;
box-sizing: border-box;
height: auto;
padding: 10px;
font-size: 16px;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}


/* loadingスタイル
----------------------------------------------------------- */  
/* ベースの本体 */
#loading.active {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .3);
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading.active .loader005 {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
/*カードスタイルのスタイル
---------------------------------------*/
.card{
  position:relative;
  width:100%;
  height: 100%;
  border-radius:var(--radius);
  background:white;
  box-shadow:0px 3px 10px 0px rgb(100,100,100,0.5);
  z-index:1;
  overflow:hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
}
.lottery-list .card-img{
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 85%;
  overflow: hidden;
}
.lottery-list .card-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  max-width: 120%;
}
.card a.anchor-wrap {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}
 .card .card-body{
  padding:var(--mmpx);
}
 .card .card-body a{
  text-decoration:none;
}
 .card .card-title{
  font-size: var(--fs-sm);
  margin-bottom:var(--spx);
  /*color:var(--main-color);*/
}
/*
.card .card-title span{
  color:var(--accent1-color);
}
*/
.card .card-title i{
  color:var(--main-color);
}
.card-price{
  padding : var(--spx) 0;
  font-size: var(--fs-m);
  color:crimson;
  font-weight: bold;
  font-family: Helvetica, "Helvetica Neue";
}
.card-price .price-label{
  width:55%;
  display: inline-block;
  padding: 3px 10px;
  color:#666;
  background-color:#eee;
  border-radius: 5px;
  margin-right: var(--spx);
  text-align: center;
  font-weight: bold;
  font-size: var(--fs-ss);
}
.card .card-cta{
  margin-top:var(--spx);
}
.card-price .price{
  width:37%;
  display: inline-block;
  font-size: 1.8rem;
  font-family: Helvetica, "Helvetica Neue";
  text-align: right;
}
 .card .card-link{
  margin-top:var(--spx);
  text-align:center
}

@media screen and (max-width:1500px){
  .card .card-body{
    padding:var(--mpx);
  }
}
@media screen and (max-width: 1000px) {
  .card .card-body{
    padding:var(--spx);
  }
  .card .card-title{
    font-weight: bold;
  }
  .card .card-title,
  .card .card-note{
    font-size: var(--fs-ss);
  }
  .card-price .price-label{
    width:52%;
    padding: 3px 5px;
    font-size: 1.2rem;
    margin-right: var(--sspx);
  }
  .card-price .price{
    width:38%;
    font-size: 1.4rem;
  }
}

/* アイテム詳細
-------------------------------------*/
.item_detail_wrap .item-description{
  line-height: 1.5;
  color:#666;
}

.item_detail_wrap .item-content-wrap{
  padding:var(--spx);
  border:1px solid #ccc;
}

/* ページネーション
-------------------------------------*/
.pagination {
  display: flex;
  list-style: none;
  padding: var(--mpx) 0;
}

.page-item {
  margin: 0 5px;
}

.page-link {
  transition: all 0.5s;
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  border: 1px solid var(--main-color);
  background-color: var(--base-color);
  border-radius: 25px;
}

.page-item.active .page-link {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.page-link:hover {
  background-color: var(--bg-color);
  text-decoration: none;
}
