@charset "UTF-8";
/*
Theme Name: AtsumekiCMS
Theme URI: http://atsumeki.com/
Description: Atsumeki SiteTemplate
Version: 2.0
Author: Atsumeki
Author URI: http://atsumeki.com/
*/
/*
2017/07/17:更新▼
*/
.price_box_top_1707 {
  margin-right: 19px;
  margin-left: 19px;
}

.price_box_top_1707 p {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

#GHead .inner {
  display: block;
}

#global-header-main-sp-right {
  display: none;
}

@media (max-width: 600px) {
  body:not(.home) #GHead {
    height: 15vw;
  }

  #GHead {
    height: 11vw;
  }
  #GHead .siteTit {
    display: none;
  }
  #GHead .spBtnBlock {
    display: none !important;
  }
  #GHead .inner {
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1% 3% 0;
    background-color: #fff;
  }
  #GHead .inner .logo {
    width: 60% !important;
  }

  #global-header-main-sp-right {
    width: 55% !important;
    display: block;
  }
  #global-header-main-sp-right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #global-header-main-sp-right ul li {
    margin-left: 4%;
  }
  #global-header-main-sp-right ul li img {
    max-width: 100%;
    height: auto;
  }
}