@charset "utf-8";

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;

}

a {
  display: block;
}

img {
  max-width: 100%;
}

/*****フッター******/

.sale_page_footer{
  padding-top: 50px;
  background-color: #efefef;
}
.footer {
  font-family: YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 1em;
}

.head-border {
  text-align: center;
  margin: 50px 0 0em;
  display: flex;
  align-items: center;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}

.attention{
  margin: 10px auto;
  max-width: 900px;
  width: 70%;
  text-align: center;
}

.attention h2{
  border: 1px solid #666;
  display: inline-block;
  padding: 1em;
  max-width: 600px;
  width: 90%;
  background-color: #fff;
  font-weight: initial;
}

.attention p{
  margin-top: 2em;
  text-align: left;
}

.guide {
  max-width: 510px;
  margin: 0 auto;
  line-height: 1.3;
  background-color: #fff;
  padding: 30px;
}


.guide h2 {
  font-size: 1em;
  border-bottom: solid 1px #cdcdcd;
  margin: 1em auto 1em;
  padding-bottom: 0.5em;
  text-align: center;
}

.guide h3 {
  font-size: 1em;
}
.logo{
  text-align: center;
}
.guide small {
  text-align: left;
  margin-top: 0.5em;
}
.guide p{
    font-size: 0.9em;
  margin-top: 1.5em;
}

.guide p.delivery{
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

.guide p.inq{
    text-align: center;
}

.guide p,
.guide a,
.guide li,
.guide small {
  line-height: 1.5;
}

.guide ul {
  list-style-type: none;
}

.guide ul>ul {
  display: flex;
  justify-content: space-between;
}

.guide ul>li {
  list-style-type: disc;
  margin-left: 1em;
}

.guide ul>ul li {
  width: 18%;
  list-style-type: none;
  margin-bottom: 10px;
}

.guide a>i {
  color: black;
  margin-right: 0.5em;
}


.kuwasiku {
  width: auto;
  margin-top: 1.5em;
  font-weight: bold;
}
.henpin{
  border: 1px solid #666;
  padding: 0.5em 1em;
  margin: 20px auto;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.footer-box>p {
  margin-top: 25px;
  text-align: center;
}


.footer p>img {
  width: 50px;
  padding-bottom: 2.5%;
  margin: 0 auto;
  display: block;

}

.center{
text-align: center;
}

.guide a,
.guide a:visited {
  color: black;
}
.guide .logo img{
  margin: 0 auto;
}
.inq ul{
display: flex;
align-items: center;
justify-content: center;
margin: 1em auto;
}
.inq ul li{
list-style: none;
}
.inq ul li img{
max-width: 40px;
}
.inq img, a{
display: block;
font-size: 0.9em;

}
iframe{
width: 100%;
border: none;
}
/**************/

@media(min-width: 1201px){
  .guide-box {
    display: grid;
    grid-template-columns: repeat(3,minmax(auto,1fr)) ;
    justify-content: center;
    column-gap:10px;
    row-gap:30px;
    margin: 30px 20px; 
  }
  .footer_forpc{
    margin: 0 auto;
  }
  .footer_forsp{
    display: none;
  }
  .guide{
    height: 450px;
    min-width: 400px;
  }
}


@media(max-width: 1200px) {
  .footer {
    display: block;
    width: 100%;
    margin-top: 50px;
  }

  .footer-box:first-of-type {
    width: 100%;
    padding: 10px;
  }

  .footer-box,
  table.calbase_rakuten {
    margin: 0 auto;
  }

  table.calbase_rakuten {
    margin-top: 50px;
  }

  table.calframe_rakuten {
    width: 100%;
    display: inline;
  }
  .guide-box {
    display: grid;
    grid-template-columns: repeat(2,minmax(auto,1fr)) ;
    justify-content: center;
    column-gap:10px;
    row-gap:30px;
    margin: 10px 20px; 
  }
  .footer_forpc{
    display: block;
  }
  .guide{
    width: 500px;
  }
  .footer_forsp .inq{
    display: none;
  }
  .footer_forsp .sp_phone{
    display: none;
  }
  .footer_forsp{
    display: none;
  }
}

@media (700px <= width <= 1200px){
.guide{
  height: 450px;
}
.footer_forsp{
  display: none;
}
}

@media(max-width:1000px) {
  .guide {
    width: 100%;
    margin: 0 auto;
  }
.attention h2{
  border: 1px solid #666;
  display: inline-block;
  padding: 1em 0;
  max-width: 600px;
  width: 90%;
  background-color: #fff;
  font-weight: initial;
}
  .footer p>img {
    width: 35%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .guide-box {
    display: grid;
    grid-template-columns: repeat(1,minmax(auto,1fr)) ;
    justify-content: center;
    column-gap:10px;
    row-gap:30px;
    margin-top: 30px ; 
  }
  .footer_forpc{
    display: block;
  }
  .footer_forsp{
    display: none;
  }

}

@media(max-width:700px) {
  .guide {
    width: 100%;
    margin: 0 auto;
  }

  .footer p>img {
    width: 35%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .guide-box {
    display: grid;
    grid-template-columns: repeat(1,minmax(auto,1fr)) ;
    justify-content: center;
    column-gap:10px;
    row-gap:30px;
    margin-top: 30px ; 
  }
  .footer_forpc{
    display: none;
  }
  .footer_forsp{
    display: block;
  }
  .footer_forsp .inq{
    display: block;
  }
  .footer_forsp img{
    width: 80%;
    margin: 0 auto;
  }
  .footer_forsp .sp_phone{
    display: block;
  }


}
@media (max-width: 520px){
  .attention{
    width: 85%;
  }
  .attention p{
    margin-top: 2em;
    font-size: 0.8em;
    text-align: left;
  }
  
  .attention h2{
  border: 1px solid #666;
  display: inline-block;
  width: 95%;
  padding: 1em 0;
  background-color: #fff;
  font-weight: initial;
}
.guide{
  padding: 25px;
}
.guide p.inq{
  text-align: left;
  font-size: 0.8em;
}
.inq ul li:nth-child(1){
  margin-left: 0;
}
.inq ul li{
  margin-left: 0.5em;
}
.inq ul li img{
  max-width: 25px;
}
.footer_forsp img{
  width: 100%;
}
.inq ul li a{
  font-size: 0.8em;
}
.guide small span.tel{
  text-align: center;
}

}

