/** Shopify CDN: Minification failed

Line 130:4 Expected ":"

**/
body{
　background:white!important;
}

.page-title {
  margin-top: 0;
}

.main-page-title {
  margin-bottom: 3rem;
  font-size:3rem;
}

@media screen and (min-width: 750px) {
  .main-page-title {
     font-size:4rem;
    margin-bottom: 4rem;
  }
}

.page-placeholder-wrapper {
  display: flex;
  justify-content: center;
}

.page-placeholder {
  width: 52.5rem;
  height: 52.5rem;
}


/*ここから追加項目*/

.main-page-title{
  margin-top:50px;
}

ul{
　padding-left: 20px;
  list-style-type: disc;
　list-style-position: outside;
  line-height:1.5;
  margin-left:20px;
}
.henpin li{
  margin-bottom:5px;
  line-height:1.5;
}
.henpin .number{
  list-style-type:decimal;
}


/*ご注文ガイド*/
.guide{
  margin-bottom:100px;
}

.guide h2{
  padding:15px 20px;
  background-color:#DDDDDD;
  margin-bottom:20px;
  font-weight:600;
  color:#333333;
}

@media screen and (min-width: 750px) {
  .guide h2{
     font-size:2.2rem;
  }
}


/* .guide h3:not(:nth-of-type(1)){
  border-top:1px #DDDDDD solid;
  border
  padding-top:15px;
} */
.guide h3{
  border-bottom:1px #CCCCCC solid;
  padding:0 0 10px 20px;
  margin-bottom:5px;
  font-weight:600;
  color:gray;
}
.guide h4{
  padding-left:20px;
  font-weight:500;
  color:#19a1d1;
  margin:10px 0 0 0;
}
.guide p{
  padding:0 20px;
  margin-top:0;
  margin-bottom:20px;
}


.guide_menu{
  /* 100パーから90に変更 */
    width:90%;
  /* 10から0に変更 */
    gap:0px;
  margin-bottom:100px;
  /* 少し右に寄りすぎてるのがいやで真ん中にしたくて追加 */
  margin-right: auto;
  margin-left: auto;
}
.rte ul{
    padding:0!important;
}

.guide_menu li{
    width:100％;
    list-style: none;
    padding:20px 15px;
    box-sizing: border-box;
    border-top: solid 1px #b4b4b4 ;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    font-weight:600;
 　 pointer-events: none;
    transition:.3s;
}
.guide_menu li:hover{
  background-color:#eeeeee;
}


.guide_menu li:last-child{
     border-bottom: solid 1px #b4b4b4 ;
}
.guide_menu li:before{
    content:url(/cdn/shop/files/icon_right.svg?v=1643547864);
    position: absolute;
    top:50%;
    right:0;
    width:30px;
    height:30px;
   transform: translateY(-50%);
}

.guide_menu li a{
    content:"";
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:inline-block;
    text-decoration: none;
    color:#3C3C3C;
    font-weight: 600;
    pointer-events: auto;
}




/* お問い合わせ */
.cs_customer{
  padding:10px;
  border: solid 1px #cccccc;
  border-radius:3px;
  margin:0 auto 20px;
  text-align:center;
  max-width:600px;
}

.cs_customer p{
  margin:0; 
  font-size:1.2rem;
}

.cs_customer h3{
  margin:0;
  border:none!important;
  padding-bottom:0;
}

.cs_customer a{
 font-size:3rem;
  line-height:1.5;
}
