@charset "utf-8";

/* CSS Document */
@media screen and (min-width: 737px) {
    *{
        margin: 0;
        padding: 0;
        scroll-margin-top: 110px;
    }
    body{
        font-family:  YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    }
    img{
        display: block;
    }
    .sp{display: none;}

    a{
        text-decoration: none;
        color: #666666;
    }
    
    li{
        list-style-type: none;
        font-size: 1em;
    }
    main{
      clear: both;
    }
    /*.icon{
        width: 10%;
        height: 35px;
        margin: 0 auto;
    }*/
  
     /* #headercolor{
        background-color:  rgba(249, 249, 249, 0.9);
        overflow: hidden;
        width: 100%;
        margin: 0;

      }
    */
    header{
        background-color:  rgba(249, 249, 249, 0.9);
        margin: 0 auto;
        width: 100%;
       /* overflow: hidden;*/
        position: fixed;
        top:0px;
        left: 0px;
       z-index: 999;
    }
    #logo{
        float: left;
        margin: 5px 30px;
        padding: 10px;
    
    }

   /* #global-nav{
      float: right;
      margin: 30px;
      padding: 5px;
    }   

    nav li{
       float: left;
        margin-left: 10px;
        font-weight: bold;
    }
    nav li a {
        color: #89cce6;
        transition: all ease .3s;
      }
    
      nav li a:hover {
        color: #a8f29b;
      }*/
    
      .gnavi__wrap {
        width: 95%;
        margin: 0 auto;
    }
    .gnavi__lists {
        display: flex;
        width: 63%;
        height: 80px;
        background-color: #cee7f1;
        position: relative;
        transition: all .3s;
        float: right;
        }
        
       .gnavi__list {
        width: 15%;
        height: 80px;
        text-align: center;
        background-color: #cee7f1;
        position: relative;
        transition: all .3s;
    }
    .gnavi__list:hover {
        background-color: #89cce6;
    }
    .gnavi__list:not(:first-child)::before {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .3s;
    }
    .gnavi__list:hover::before {
        background-color:  #89cce6;
    }
    .gnavi__list a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 103%;
      height: 100%;
      text-decoration: none;
      color: #fff;
      font-size: 13px;
      letter-spacing: 0.2em;
      font-weight: 600;
      transition: all .3s;
      float: left;
    
    }
    .gnavi__list:hover a {
        color: #fff;
    }
 
    .dropdown__lists {
        transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
        transform-origin: center top;/*変形を適応する基準をtopとする*/
        transition: all 0.5s;/*表示の変化を0.5秒に指定*/
        width: 100%;
        position: absolute;
        top: 80px;
        left: 0;
    }
  
    .gnavi__list:hover .dropdown__lists {
        display: block;/*Gナビメニューにホバーしたら表示*/
    }
    .dropdown__list {
        background-color:  #cee7f1;
        height: 80px;
        transition: all .3s;
        position: relative;
    }
    .dropdown__list:not(:first-child)::before{
        content: "";
        width: 100%;
        height: 1px;
        background-color:  #89cce6;
        position: absolute;
        top: 0;
        left: 0;
    }
    .dropdown__list:hover {
        background-color:  #89cce6;
    }
    .dropdown__list a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-decoration: none;
        position: relative;
    }
    .dropdown__list a::before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        transform: rotate(135deg);
        position: absolute;
        right: 15px;
        top: calc(50% - 5px);
    }

    #rakuten{
        width: 30%;
        height: 10px;
    }
 
    .gnavi__list:hover .dropdown__lists {
        transform: scaleY(1);/*Gナビメニューにホバーしたら表示*/
    }

    #allitem h1{
      text-align: center;
        font-size: 1.8em;
        line-height: 170%;
        color: #89cce6;
        letter-spacing: 0.8em;
        margin-bottom: 100px;
        margin-top: 200px;
    }
     
    #cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    
    .card {
      width: 250px;
      height: 400px;
      border: 1px solid lightgray;
    }
    
    .card:nth-child(2 ) {
      margin-right: 10px;
      margin-left: 10px;
      margin-bottom: 10px;
    }
    
    .card:nth-child(4) {
      margin-right: 10px;
      margin-left: 10px;
      margin-bottom: 10px;
    }
    .picture img {
      width: 100%;
      height: 200px;
       }

  

    .description {
      width: 100%;
      height: 145px;
      padding-right: 12px;
      padding-left: 12px;
      box-sizing: border-box;
    }
    
    .description p {
      font-size: 13px;
      color: dimgray;
    
    }

    .card span.option1 {
      color: #FFF;
    background: coral;
    width: auto;
    position: static;
    transform: none;
    display: inline-block;
    font-size: 13px;
    margin-left: -139px;
    padding: 2px 10px;
    right: 0px;
    top: 0px;
    transform: rotate(0deg) translate(147px,17px);
    }

    #back{
      margin: 0 auto;
      padding-left: 43%;
      padding-top: 100px;
    }   
    
    #back p{
      display: block;
      text-decoration: none;
      transition: ease all .6s;
      line-height: 100%;
      text-align: center;
      font-weight: bold;
      font-size: 24px;
      width: 200px;
      height: 52px;
      background: #89cce6;
      position: relative;
      letter-spacing: 0.55em;
    }
    
    #back p a {
      color: #fff;
      transition: all ease .6s;
    }
    #back p a::before{
    content: "";
    display:block;
    width: 0px;
    height: 0px;
    background-color: coral;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    margin: auto;
    transition: ease-out all .6s;
    }
    #back p a:hover::before{
      width: 200px;
      height: 52px;
    }
    #back p a span{
      color: #fff;
      display: block;
      width: 100%;
      text-align: center;
      position: absolute;
      top: 15px;
      z-index: 1;
      transition: ease all .6s;
    }
    p a:hover span{
    color: #89cce6;
    
    }
    .button_ta {
      border-radius:50%;
      display: flex;
      flex-wrap: wrap;
      width: 0rem;
      padding: 1rem;
      background: #5ea8cb;
      float: left;
      margin-left: 5px;
      margin-top: 30px;
    }
    .button_bl {
      border-radius:50%;
      display: flex;
      flex-wrap: wrap;
      width: 0rem;
      padding: 1rem;
      background: black;
      float: left;
      margin-left: 5px;
      margin-top: 30px;
    }
  
    .button_lg {
      border-radius:50%;
      display: flex;
      flex-wrap: wrap;
      width: 0rem;
      padding: 1rem;
      background: lightgray;
      float: left;
      margin-left: 5px;
      margin-top: 30px;
    }
    .button_or {
      border-radius:50%;
      display: flex;
      flex-wrap: wrap;
      width: 0rem;
      padding: 1rem;
      background:  orange;
      float: left;
      margin-left: 5px;
      margin-top: 30px;
  
    }

    .button_gr {
      border-radius:50%;
      display: flex;
      flex-wrap: wrap;
      width: 0rem;
      padding: 1rem;
      background:  green;
      float: left;
      margin-left: 5px;
      margin-top: 30px;
    }

    .button_nv {
      border-radius:50%;
      display: flex;
      flex-wrap: wrap;
      width: 0rem;
      padding: 1rem;
      background:  navy;
      float: left;
      margin-left: 5px;
      margin-top: 30px;
    }
    .button_wh {
      border-radius:50%;
      border: 1px solid #666;
      display: flex;
      flex-wrap: wrap;
      width: 0rem;
      padding: 1rem;
      background:  #FFF;
      float: left;
      margin-left: 5px;
      margin-top: 30px;
    }

    .button_pb {
      border-radius:50%;
      display: flex;
      flex-wrap: wrap;
      width: 0rem;
      padding: 1rem;
      background:  linear-gradient(to right, #9cbcdc 30%, #f8d8e4 70%);
      float: left;
      margin-left: 5px;
      margin-top: 30px;
    }









































  
  #footercolor li{
    text-align: start;
    color: #fff;
    width: 98%;
    margin: 0;}

#footerlogo1{
  float: right;

}

#footerlogo2{
  float: right;

}


footer{
  background-color: #cee7f1;
  color: #fff;
  text-align: center;
  padding: 47px;
  margin-top: 200px;
}
}
