@charset "UTF-8";



a{
  text-decoration: none;
  color: white;
}




.item-list {
  max-width: 650px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: start;
  margin-left: auto;
  margin-right: auto;  
 }
 .item {
   width: auto;
   padding: 1em;
   /* border: 1px solid #ccc; */
   box-sizing: border-box;
   /* margin-right: auto;
   margin-left: auto; */
   margin-top: auto;
 }
 /* .item-image {
   margin-bottom: 1em;
   text-align: center;
 }
 .item-image img {
   max-width: 150px;
   max-height: 150px;
   vertical-align: bottom;  
 }

 .item-image img:hover{
  transform: scale(1.1,1.1);
  cursor: pointer;
} */

 .item-text {
     text-align: center;
 }

 .item-text p{
  font-family: 'Roboto';
  font-weight: 400;
 }

 /* カテゴリー別の場合 */

 /* ここまで */

 .details {
   color: black;
  margin-left: auto;
  margin-right: auto;
 }

table { 
   background-color: rgba( 255, 255, 255, 0.9);
   text-align: center;
   font-size: 0.9rem;
 }
 td {
   padding: 0.2rem 0.5rem;
   border : 1px solid rgb(163, 159, 159);
 }

 .sumbox{
   float: left;
 }

 .shop-list {
  max-width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: start;
  margin-left: auto;
  margin-right: auto;  
 }
 .shop {
   width: auto;
   padding: 1em;
   box-sizing: border-box;
 }
 .shop-image {
   margin-bottom: 1em;
   text-align: center;
 }
 .shop-image img {
   max-width: 300px;
   max-height: 300px;
   vertical-align: bottom;  
 }

 .shop-image img:hover{
  cursor: pointer;
}

@media only screen and (max-width: 798px) {

  .PageTitle{
    font-family: 'Lora';
    font-style: italic;
    color: white;
    text-align: center;
    
 }
 
 /* .PageTitle :hover{
   color: white;
   display: block;
   font-family: 'Lora';
   font-style: italic;
   transform: translate(-3px, -3px);
   margin-top: 20px;
   -webkit-filter:drop-shadow(1px 3px 5px rgb(5, 4, 4, 0.8));
   -moz-filter:drop-shadow(1px 3px 5px rgba(５, 4, 4, 0.8));
   -ms-filter:drop-shadow(1px 3px 5px rgba(5, 4, 4, 0.8));
   filter:drop-shadow(3px 3px 3px rgba(5, 4, 4, 0.8));
 } */
 
 
 .PageTitle a{
  display: block;
  font-family: 'Lora';
  font-style: italic;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
   width: 150px;
   padding: 3px 3px;
   text-decoration: none;
   background-color: cornflowerblue;
   color: white;
   box-shadow: 0 15px 10px 0 rgba(73, 71, 71, 0.5);
   border-radius:15px;
 }

 .PageTitle a:hover{
  display: block;
  font-family: 'Lora';
  font-style: italic;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
   width: 150px;
   padding: 3px 3px;
   text-decoration: none;
   background-color: cornflowerblue;
   color: white;
   transform: translate(3px, 3px);
   box-shadow: 0 15px 10px 0 rgba(73, 71, 71, 0);
   border-radius:15px;
 }

  .nav-mobile {
    display: block; }

    .item-image {
      margin-bottom: 1em;
      text-align: center;
    }
    .item-image img {
      max-width: 150px;
      max-height: 150px;
      vertical-align: bottom;  
    }
    
    .item-image img:hover{
     /* transform: scale(1.1,1.1); */
     cursor: pointer;
    }

    .scale{
      color: white;
      font-family: 'lora';
      font-style: italic;
      text-align: center;
      margin-top: 1rem;
    }

    .sline{
      display: none;
    }


  }



  @media screen and (min-width: 799px) {


    .PageTitle{

      color: white;
      text-align: center;
      display: block;
      font-family: 'Lora';
      font-style: italic;
      margin-top: 20px;
   }
   
   .PageTitle :hover{
     color: white;
     display: block;
     font-family: 'Lora';
     font-style: italic;
     transform: translate(-3px, -3px);
     margin-top: 20px;
     /* -webkit-filter:drop-shadow(1px 3px 5px rgb(5, 4, 4, 0.8));
     -moz-filter:drop-shadow(1px 3px 5px rgba(５, 4, 4, 0.8));
     -ms-filter:drop-shadow(1px 3px 5px rgba(5, 4, 4, 0.8)); */
     filter:drop-shadow(3px 3px 3px rgba(5, 4, 4, 0.8));
   }
   
   
   .PageTitle a{
     text-decoration: none;
   
   }

    .scale{
      color: white;
      font-family: 'lora';
      font-style: italic;
      text-align: center;
    }

    .item-image {
      margin-bottom: 1em;
      text-align: center;
    }
    /* .item-image img {
      max-width: 200px;
      max-height: 200px;
      vertical-align: bottom;  
    } */

    .small{
      max-width: 200px;
      max-height: 200px;
      vertical-align: bottom; 
    }

    .middle{
      max-width: 250px;
      max-height: 250px;
      vertical-align: bottom; 
    }

    .big{
      max-width: 300px;
      max-height: 300px;
      vertical-align: bottom; 
    }
    
    .item-image img:hover{
     /* transform: scale(1.1,1.1); */
     transform: translate(-3px, -3px);
     filter:drop-shadow(3px 3px 3px rgba(53, 52, 52, 0.8));
     cursor: pointer;
    }

    .sline{
      width: 90%;
      display: block;
      margin-right: auto;
      margin-left: auto;
    }

  }