/***************************

add css

************************/

#content a.btn{
    background: #bc4e9c;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #f80759, #bc4e9c);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #f80759, #bc4e9c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
width: 400px;
    max-width: 100%;
    display: block;
    margin: 30px auto;
    border-radius: 6px;
    padding: 15px 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.policy{
    margin: 40px auto;
}

.policy div{
    padding: 30px;
    border: 4px solid #d5b056;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #f3f3f3;
    font-weight: bold;
}
.policy div span{
    display: block;
    padding: 10px;
    background: #fff;
    margin-bottom: 2px;
}
.policy div h2{
    border-bottom: 4px double #333;
}

.content .ib img{
    max-height: inherit;
}

.t_r{
    text-align: right;
}

.a_ub a{
    text-decoration: underline;
}

#content .page_mov iframe{
    width: 100%;
    height: 600px;
}
#content ul.shops_member{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
#content ul.shops_member li{
    width: 49%;
    padding: 15px;
    border: 3px solid #ddd;
}
#content ul.shops_member li i{
    margin-bottom: 10px;
    font-size: 18px;
}
#content ul.shops_member li i,#content ul.shops_member li span{
    display: block;
}

#content ul.shops_member li em{
    display: inline-block;
    padding: 3px 5px;
    font-size: 11px;
    background: #000;
    color: #fff;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.foot_book {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/prism.png);
  z-index: 2;
  position: relative; }
  .foot_book .ib {
    width: 820px;
    padding: 60px 0;
      color: #fff !important;
    justify-content: space-between;
    display: flex; }
    .foot_book .ib .img {
      width: 200px;
      height: 330px; }
      .foot_book .ib .img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        height: 100%;
        width: 100%; }
    .foot_book .ib .txt {
      width: calc(100% - 250px); }
      .foot_book .ib .txt h3 {
        margin-top: 0; }
      .foot_book .ib .txt a {
        border: 2px solid #fff;
        padding: 15px 30px;
        text-align: center;
        font-weight: bold;
        border-radius: 8px;
        margin-top: 20px;
        display: inline-block; }
/**************************

sp

*************************/

@media(max-width:600px){
    
    .policy div{
        padding: 15px;
    }
    
    #content .page_mov iframe{
    width: 100%;
    height: 300px;
    }
     .foot_book .ib {
    padding: 30px 25px;
         width: 100%;
    flex-wrap: wrap; }
    .foot_book .ib .img {
      width: 100%; }
      .foot_book .ib .img img {
        width: 200px;
        display: block;
        margin: 0 auto; }
    .foot_book .ib .txt {
      width: 100%;
      padding-top: 20px; }
      .foot_book .ib .txt h3 {
        font-size: 18px; }
      .foot_book .ib .txt p {
        font-size: 14px; }
      .foot_book .ib .txt a {
        width: 100%; }
    
}/*600pxここまで*/