@charset "utf-8";
:root{
  --colorYellow: #fbec5d;
  --colorGreen: #7ec600;
  --colorText: #404040;
  --colorPink: #f96b80;
  --colorBorder: #B6B6B6;
}
body * {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: var(--colorText);
}
.mt-10{
  margin-top: 10px!important;
}
.mt-15{
  margin-top: 15px!important;
}
.mt-20{
  margin-top: 20px!important;
}
.mt-30{
  margin-top: 30px!important;
}
.mt-40{
  margin-top: 40px!important;
}
img{
  max-width: 100%;
}
.pc {
display: inline-block;
}
.sp {
display: none;
}

a {
text-decoration: none;
}
a:hover {
opacity: 0.8;
}
@media (max-width:768px) { 
  #container {
    padding-bottom: 97px;
  }
  p#pageTop{
    bottom: 105px;
  }
  .static-footer{
    margin-top: 30px;
  }
}
/*top画********************************************/
.img_head {
  background: #fff;
  margin: 0 auto;
  line-height: 0;
  position: sticky;
  width: 100%;
  top: 0;

  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 20%);
}
@media (min-width:769px) { 
    .img_head {
        min-height: 60px;
    }
}
.img_head a img {
  width: 100px;
}
@media screen and (max-width: 500px) {
  .btn {
    width: 96%;
    padding: 12px 0 12px 42px;
    margin: 0 auto 10px;
    font-size: 15px;
    line-height: 1.4;
  }
  .btn br {
    display: block;
  }
  #main {
    padding: 0 !important;
  }
  #main_contents {
    font-size: 14px;
  }
  /*top画*/
  .img_head a img {
    width: 80px;
  }
  h2 {
    font-size: 18px !important;
  }
}
@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
.is-sp {
  display: none;
}
@media (max-width: 768px) {
  .is-sp {
    display: block;
  }
}
/* ヘッダーナビ追加 */
@media (min-width:769px) { 
  .img_head{
      display: flex;
      align-items: center;
  }
  .nav{
      flex: 1;
      margin-left: 20px;
  }
  .nav-list{
      display: flex;
      align-items: center;
      font-size: 13px;
  }
  .nav-item + .nav-item{
      margin-left: 15px;
  }
 .nav-list li:not(:last-child){
  border-right: 2px solid #cfcfcf;
  padding-right: 12px;
  }
}
.nav-link:hover {
  color: #5b94d8;
}
@media (max-width:768px) {
  .nav{
      opacity: 0;
      height: 0;
      transition: .5s;
      visibility: hidden;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 39px;
      width: 100%;
      z-index: 200;
      background-color: #fff;
      box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 20%);
  }
  .nav-open-button:checked ~ .nav{
      opacity: 1;
      height: 189px;
      visibility: visible;
  }
}
.nav-link{
  color: #424242;
  line-height: 1;
}
@media (max-width:768px) { 
  .nav-link{
      display: block;
      padding: 15px 10px 15px 35px;
      position: relative;
      border-top: 1px solid #ccc;
      font-size: 16px;
  }
  .nav-link::before{
      content: '';
      width: 8px;
      height: 8px;
      border-top: 2px solid #5b94d8;
      border-right: 2px solid #5b94d8;
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%) rotate(45deg);
  }
}
.nav-link:hover{
  text-decoration: underline;
  opacity: 0.8;
}
.nav-open{
  display: none;
}
.header-button{
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media (max-width:768px) { 
  .header-button,
  .ad-contact-button{
      display: none;
  }
}
.header-button-item{
  border-radius: 6px;
  display: block;
  position: relative;
  background-color:#de7017;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px 6px 30px;
  color: #fff;
  flex-wrap: wrap;
  text-align: center;
  width: 130px;
}
.header-button-item.is-tell,
.ad-contact-button-item.is-tell{
  width: 170px;
  color: #de7017;
  background: #fff;
  border: 2px #de7017 solid;
}
.header-button-item > span,
.ad-contact-button-item > span{
  width: 100%;
  display: block;
  line-height: 1;
}
.header-button-item.is-contact > span{
  font-size: 11px;
  color: #fff;
}
.header-button-item.is-contact > span + span,
.ad-contact-button-item.is-contact > span + span{
  font-size: 15px;
  letter-spacing: 2px;
}
.header-button-item.is-tell > span,
.ad-contact-button-item.is-tell > span{
  font-size: 17px;
  color: #de7017;
}
.header-button-item.is-tell > span + span{
  font-size: 10px;
  transform: scale(0.9);
  white-space: nowrap;
  margin-left: -2px;
}
.header-button-item + .header-button-item,
.ad-contact-button-item + .header-button-item{
  margin-left: 10px;
}
.header-button-item::before,
.ad-contact-button-item::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  background-image: url(../images/icon_request1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}
.header-button-item.is-contact::before,
.ad-contact-button-item.is-contact::before{
  background-image: url(../images/icon_request1.svg);
}
.header-button-item.is-tell::before,
.ad-contact-button-item.is-tell::before{
  background-image: url(../images/icon_request2.svg);
  left: 5px;
}
.nav-open-button{
  display: none;
}
.ad-contact-button-item{
  border-radius: 35px;
  display: block;
  position: relative;
  background-color: #de7017;
  min-height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px 6px 30px;
  color: #fff;
  flex-wrap: wrap;
  text-align: center;
  min-width: 262px;
}
.ad-contact{
  margin-top: 67px;
}
.ad-mv h1{
  position: relative;
}
.ad-mv h1::after{
  content: '';
  bottom: 50px;
  left: 50%;
  width: 73px;
  height: 50px;
  background: url('../images/arrow_white.webp') no-repeat; 
  background-size: cover;
  position: absolute;
  animation: move_down 2s ease-in-out infinite;
  margin-left: calc(-73px/2);
}
@media (max-width:768px) { 
  .ad-mv h1::after{
    width: 49px;
    height: 30px;
    bottom: 19px;
    margin-left: calc(-49px/2);
  }
}
@-webkit-keyframes move_down {
  0%   {
    -webkit-transform: translate(0,-15px);
    opacity: 0;
  }

  50%  {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(0,15px);
    opacity: 0;
  }
}
@-moz-keyframes move_down {
  0%   {
    -moz-transform:translate(0,-15px);
    opacity: 0;
  }

  50%  {
    opacity: 1;
  }

  100% {
    -moz-transform: translate(0,15px);
    opacity: 0;
  }
}

@keyframes move_down {
  0%   {
    transform: translate(0,-15px);
    opacity: 0;
  }

  50%  {
    opacity: 1;
  }

  100% {
    transform: translate(0,15px);
    opacity: 0;
  }
}

.ad-mv img{
  width: 100%;
}
.ad-contact-button{
  display: flex;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 37px;
  background-color: #f2f2f2;
  background: repeating-linear-gradient(to right, #F9F9F9, #F9F9F9 9px, #F0F0F0 0, #F0F0F0 18px);
  justify-content: center;
  gap: 0 20px;
  margin-top: 13px;
}
.ad-contact-button-item.is-contact > span{
  font-size: 17px;
  color: #fff;
  left: 17px;
}
.ad-contact-button-item::before{
  width: 30px;
  height: 30px;
  left: 19px;
}
.ad-contact-button-item.is-tell::before{
  left: 17px;
}
.ad-contact-button-item.is-tell > span{
  font-size: 26px;
}
.ad-contact-button-item.is-tell > span + span{
  font-size: 10px;
}
.ad-contact > p{
  text-align: center;
  font-weight: bold;
  position: relative;
}
.ad-contact > p span{
  font-size: 19px;
  background: url('../images/inu.png') no-repeat left center;
  padding: 20px 20px 20px 80px;
  background-size: 50px;
  position: relative;
  letter-spacing: 1.2px;
}
.ad-contact > p span::before,
.ad-contact > p span::after{
  content: '';
  width: 1px;
  height: 20px;
  background-color: #000;
  z-index: 1;
  position: absolute;
  top: 50%;
}
.ad-contact > p span::before{
  left: 72px;
  transform: rotate(-25deg) translateY(-50%);
}
.ad-contact > p span::after{
  right: 17px;
  transform: rotate(25deg) translateY(-50%);
}
@media (max-width:768px) { 
  .nav-open{
      display: block;
      position: absolute;
      top: 18px;
      right: 15px;
      width: 18px;
      height: 2px;
      margin: -1px 0 0 -7px;
      background: #000;
      transition: .2s;
  }
  .nav-open-button:checked + .nav-open{
      background: transparent;
  }
}
.nav-open::before, .nav-open::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 2px;
  background: #000;
  transition: .3s;
}
.nav-open:before{
  margin-top: -7px;
}
.nav-open:after{
  margin-top: 5px;
}
.nav-open-button:checked + .nav-open::before, .nav-open-button:checked + .nav-open::after{
  margin-top: 0;
}
.nav-open-button:checked + .nav-open::before{
  transform: rotate(-45deg);
}
.nav-open-button:checked + .nav-open::after{
  transform: rotate(-135deg);
}
/* ヘッダー追加ここまで */
@media (min-width:769px) { 
  .l-inner{
    width: 900px;
    margin: 0 auto;
    min-width: 900px;
  }
}
.ad-text{
  margin-top:18px;
}
.ad-section.is-arrow{
  padding-bottom: 58px;
  position: relative
}
@media (min-width:769px) {
  .ad-section.is-arrow{
    padding-bottom: 86px;
  }
}
.ad-section.is-arrow::before{
  content: '';
  position: absolute;
  left: 50%;
  width: 53px;
  height: 35px;
  background: url(../images/arrow.webp) no-repeat;
  background-size: cover;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}
@media (min-width:769px) { 
  .ad-section.is-arrow::before{
    width: 80px;
    height: 48px;
  }
  .ad-main-text{
    display: grid;
    grid-template-columns: 1fr auto auto 1fr;
    justify-content: center;
    align-items: baseline;
    gap: 0 16px;
    position: relative;
  }
  .ad-main-text > .grow{
    grid-column: 1/ 5;
  }
  .ad-main-text > .center{
    grid-column: 2/3;
    position: relative;

  }
  .ad-main-text > .center + .center{
    grid-column: 3/4;
  }
}
.ad-main-text .attention{
  position: relative;
}
.ad-main-text .attention::before{
  content: '※';
  position: absolute;
  right: -10px;
  top: -9px;
  font-size: 10px;
}
.ad-main-text > .center{
  padding-right: 10px;
}
.ad-main-text > .center + .center{
  padding: 0;
}
.ad-main-text > .center + .center::before{
  display: none;
}
.ad-main-text >p{
  font-weight: bold;
  text-align: center;
  font-size: 19px;
}
@media (min-width:769px) { 
  .ad-main-text >p{
    font-size: 28px;
  }
}
.ad-main-large{
  font-size: 170%;
  color: var(--colorGreen);
  margin-left: 10px;
}
.ad-main-middle{
  font-size: 20px;
  color: var(--colorGreen);
  margin-left: 3px;
  margin-right: 5px;
}
@media (min-width:769px) {
  .ad-main-middle{
    font-size: 32px;
  }
}
.ad-main-text >p.ad-main-min{
  font-size: 12px;
  text-align: right;
  margin-right: 8px;
  margin-top: 9px;
  letter-spacing: 1.2px;
}
@media (min-width:769px) { 
  .ad-main-text >p.ad-main-min{
    grid-column: 4/5;
    margin-top: 7px;
    font-weight: normal;
  }
}
.ad-store-block{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ad-store-button{
  display: flex;
  padding: 34px 0px 34px 6px;
  background-color: #f2f2f2;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 6px, transparent 0, transparent 12px);
  justify-content: center;
  width: 100%;
}
@media (min-width:769px) { 
  .ad-store-button{
    padding-top: 53px;
    padding-bottom: 62px;
    gap: 0 40px;
    width: 100%;
    position: relative;
    top: -5px;
  }
  .ad-store-button img{
    width: 200px;
  }
}
.ad-store-text{
  font-size: 10px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 70px;
}
@media (min-width:769px) {
  .ad-store-text{
    font-size: 14px;
    bottom: 109px;
  }
}
@media (max-width:320px) { 
  .ad-store-text{
    transform: scale(0.9) translateX(-55%);
  }
}
.ad-store-block-image + .ad-store-block-image{
  margin-top: 9px;
}
@media (min-width:769px) { 
  .ad-store-block-image {
    width: 500px;
    height: auto;
  }
  .ad-store-block-image + .ad-store-block-image {
    width: 300px;
    z-index: 1;
  }
}
.ad-merit-wrap{
  position: relative;
  background: url('../images/bg2.gif') left top;
  background-size: 10px;
  padding-top: 17px;
  padding-bottom: 30px;
}
@media (min-width:769px) {
  .ad-merit-wrap{
    padding-top: 37px;
  }
}
.ad-merit-title{
  border-radius: 0 25px 25px 0;
  width: 186px;
  text-align: center;
  background-color: var(--colorGreen);
  color: #fff;
  font-size: 15px;
  padding-left: 30px;
  position: absolute;
  top: -10px;
}
@media (min-width:769px) {
  .ad-merit-title{
    margin-left: calc((100vw - 900px) / 2) ;
    font-size: 22px;
    border-radius: 25px;
    width: 269px;
    padding: 3px 0 3px 50px;
  }
}
.ad-merit-title::before{
  content: "";
  position: absolute;
  background: url(../images/icon1.png) no-repeat;
  top:-8px;
  left: 19px;
  width: 22px;
  height: 28px;
  background-size: cover;
}
.ad-merit-list{
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: grid;
  gap: 30px 0;
  justify-content: center;
}
@media (min-width:769px) {
  .ad-merit-list{
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .ad-merit-title::before{
    left: 32px;
    width: 35px;
    height: 43px;
  }
}
.ad-merit-list li{
  text-align: center;
  padding: 0 25px;
  position: relative;
  background-repeat: no-repeat;
  height: 372px;
  width: 314px;
  background-size: cover;
}
@media (min-width:769px) {
  .ad-merit-list li{
    height: 335px;
    width: 283px;
    padding: 0 18px;
  }
}
.ad-merit-list li:nth-of-type(1){
  background-image: url('../images/merit1.png');
}
.ad-merit-list li:nth-of-type(2){
  background-image: url('../images/merit2.png');
}
.ad-merit-list li:nth-of-type(3){
  background-image: url('../images/merit3.png');
}
.ad-merit-list li:nth-of-type(2) h3{
  padding-top: 81px;
  line-height: 1.2;
}
@media (min-width:769px) {
  .ad-merit-list li:nth-of-type(2) h3{
    padding-top: 74px;
  }
}
.ad-merit-list li:nth-of-type(2) .ad-merit-content{
  margin-top: 34px;
}
.ad-merit-list li:nth-of-type(2) h3 span{
  text-align: left;
	display: inline-block;
}
.ad-merit-contents.is-check dd{
  position: relative;
  font-size: 18px;
  padding-left: 33px;
  padding-bottom: 19px;
}
@media (min-width:769px) {
  .ad-merit-contents.is-check dd{
    font-size: 16px;
    line-height: 1.5;
  }
}
.ad-merit-list li:nth-of-type(3) .ad-merit-contents.is-check dd{
  padding-bottom: 8px;
  padding-left: 46px;
}
.ad-merit-contents.is-check + .ad-merit-contents{
  padding-top: 19px;
  border-top: 1px dashed var(--colorBorder);
}
@media (min-width:769px) {
  .ad-merit-contents.is-check + .ad-merit-contents{
    padding-top: 17px;
  }
}
.ad-merit-list li:nth-of-type(3) h3{
  padding-top: 80px;
}
@media (min-width:769px) {
  .ad-merit-list li:nth-of-type(3) h3{
    padding-top: 70px;
  }
}
.ad-merit-list li:nth-of-type(3) .ad-merit-contents{
  padding-top: 24px;
}
@media (min-width:769px) {
  .ad-merit-list li:nth-of-type(3) .ad-merit-contents{
    padding-top: 21px;
  }
}
.ad-merit-list li:nth-of-type(3) .ad-merit-contents + .ad-merit-contents{
  padding-top: 10px;
}
@media (min-width:769px) {
  .ad-merit-list li:nth-of-type(3) .ad-merit-contents + .ad-merit-contents{
    padding-top: 10px;
  }
}
.ad-merit-list h3{
  font-size: 20px;
  border-bottom: 1px solid var(--colorGreen);
  padding-top: 73px;
  display: block;
  display: inline-block;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-bottom: 5px;
  white-space: nowrap;
}
@media (min-width:769px) {
  .ad-merit-list h3{
    padding-top: 60px;
  }
}
.ad-merit-list h3 em{
  text-align: center;
  font-size: 23px;
  font-style: normal;
  color: var(--colorGreen);
  letter-spacing: 1.2px;
}
.ad-merit-contents{
  align-items: center;
}
.ad-merit-contents:not(.is-check){
  display: grid;
  grid-template-columns: repeat(2,1fr);
  padding: 8px 0;
  border-bottom: 1px dashed var(--colorBorder);
}
@media (min-width:769px) {
  .ad-merit-contents:not(.is-check){
    padding: 8px 0;
  }
}
.ad-merit-contents.is-check dd::before{
  content: '✔︎';
  position: absolute;
  left: 8px;
  top: 0;
  color: var(--colorGreen);
}
.ad-merit-contents dt{
  text-align: right;
  font-size: 14px;
  margin-right: 22px;
}
@media (min-width:769px) {
  .ad-merit-contents dt{
    margin-right: 14px;
    line-height: 1.5;
  }
}
.ad-merit-contents dd{
  font-size: 22px;
  text-align: left;
  font-weight: bold;
}
@media (min-width:769px) {
  .ad-merit-contents dd{
    font-size: 16px;
  }
}
.ad-merit-annotation{
  font-size: 10px;
  position: absolute;
  right: 10px;
  bottom: 8px;
  transform: scale(0.8);
}
@media (min-width:769px) {
  .ad-merit-annotation{
    right: 0;
  }
}
.ad-merit-contents .min{
  font-size: 11px;
  white-space: nowrap;
}
.ad-merit-str{
  font-size: 16px;
}
.ad-merit-contents dt.ad-merit-small{
  font-size: 12px;
}
.ad-merit-text1,
.ad-merit-text2{
  font-size: 10px;
  position: relative;
  font-weight: normal;
}
.ad-merit-text1::before,
.ad-merit-text2::before{
  content: '※1';
  position: absolute;
  top: -9px;
  right: -14px;
  font-size: 10px;
  transform: scale(0.8);
}
.ad-merit-text2::before{
  content: '※2';
}
.ad-merit-etc{
  position: absolute;
  right: 30px;
  bottom: 8px;
  color: #6E6E6E;
}
.ad-campaign{
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #F2F2F2;
  background-image: radial-gradient(#ffffff 2px, transparent 2px), radial-gradient(#ffffff 2px, transparent 2px);
  background-position: 0 0, 15px 15px;
  background-size: 28px 28px;
}
@media (min-width:769px) {
  .ad-campaign{
    margin-top: 44px;
    padding-bottom: 40px;
  }
}
.ad-campaign-group{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ad-campaign-image + .ad-campaign-image{
  margin-top: 34px;
}
@media (min-width:769px) {
  .ad-campaign-image{
    width: 517px;
  }
  .ad-campaign-image + .ad-campaign-image{
    width: 678px;
  }
}
.ad-campaign-card >  a{
  display: flex;
  align-items: center;
  gap: 10px 0;
}
@media (min-width:769px) {
  .ad-campaign-card > a{
    gap:0;
    display: flex;
    padding-left: 509px;
    position: relative;
    min-height: 317px;
    width: 836px;
    margin: 0 auto;
  }
}
.ad-campaign-card a > img{
  width: 155px;
}
@media (min-width:769px) {
  .ad-campaign-card a > img{
    width: 560px;
    position: absolute;
    left: 0px;
    top: 0;
  }
}
@media (max-width:320px) { 
  .ad-campaign-card a > img{
    width: 140px;
  }
}
.ad-campaign-card + .ad-campaign-card{
  margin-top: 46px;
}
@media (min-width:769px) {
  .ad-campaign-card + .ad-campaign-card{
    margin-top: 70px;
  }
}
.ad-campaign-block{
  border-radius: 0 12px 12px 0;
  background-color: #fff;
  padding: 15px 7px 12px 15px;
  flex: 1;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width:320px) { 
  .ad-campaign-block{
    padding: 7px 7px 12px 10px;
    margin-top: 0;
  }
}
@media (min-width:769px) {
  .ad-campaign-block{
    padding-left: 27px;
    padding-right: 27px;
  }
}
.ad-campaign-block h3{
  border-bottom: 1px solid var(--colorGreen);
  font-weight: bold;
  font-size: 15px;
}
@media (min-width:769px) {
  .ad-campaign-block h3{
    font-size: 22px;
  }
}
@media (max-width:320px) {
  .ad-campaign-block h3{
    font-size: 14px;
  }
}
.ad-campaign-block h4{
  font-size: 15px;
  font-weight: bold;
  margin-top: 4px;
}
@media (min-width:769px) {
  .ad-campaign-block h4{
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width:320px) {
  .ad-campaign-block h4{
    font-size: 14px;
  }
}
.ad-campaign-card-block{
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 38px;
}
@media (min-width:769px) {
  .ad-campaign-card-block{
    margin-top: 70px;
  }
}
.ad-campaign-text{
  font-size: 12px;
  margin-top: 2px;
}
@media (min-width:769px) {
  .ad-campaign-text{
    font-size: 18px;
    margin-top: 5px;
    line-height: 1.5;
  }
}
.ad-campaign-tag{
  color: var(--colorPink);
  border: 1px solid var(--colorPink);
  display: flex;
  justify-content: flex-start;
  margin-top: 6px;
  height: 26px;
  line-height: 26px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  font-size: 12px;
}
@media (max-width:320px) {
  .ad-campaign-tag{
    font-size: 10px;
  }
}
@media (min-width:769px) {
  .ad-campaign-tag{
    font-size: 18px;
    border-width: 2px;
    width: 100%;
    padding: 3px 0;
    height: auto;
    justify-content: center;
  }
}
.ad-section.ad-banner{
  margin-top: 67px;
}
.ad-slider-list{
  padding: 43px 0 26px 10px;
  background-color: #f2f2f2;
  position: relative;
  background-size: 15px;
  background-color: #F0F28F;
  background-image: radial-gradient(#ffffff 2px, transparent 2px), radial-gradient(#ffffff 2px, transparent 2px);
  background-position: 0 0, 15px 15px;
  background-size: 28px 28px;
}
@media (min-width:769px) {
  .ad-slider-list{
    border-radius: 25px;
  }
}
.ad-slider-list img{
  width: 100%;
}
.ad-slider-list::before{
  content: '';
  position: absolute;
  top: -8px;
  left: 20px;
  width: 107px;
  height: 30px;
  background: url('../images/pickup.png') no-repeat;
  background-size: cover;
}
@media (min-width:769px) {
  .ad-slider-list::before{
    left: 100px;
    width: 126px;
    height: 35px;
  }
}
.ad-slider-list a{
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width:769px) {
  .ad-slider-list a{
    padding: 0 15px;
  }
}
.ad-slider-list img{
  border: 2px solid #fff;
}

/* お問い合わせボタン */
.sp-footer-fixed-block {
	position: fixed;
  bottom: 0;
  left: 0;
  padding: 6px 8px 0;
  background: repeating-linear-gradient(to right, #f2f2f2, #f2f2f2 9px, #f5f7f7 0, #f5f7f7 18px);
  width: 100%;
  z-index: 98;
  text-align: center;
  border-top: 6px solid #c2c2c2;
}
.sp-footer-fixed-block::before {
  content: "";
  width: 50px;
  height: 50px;
  background-size: 50px 50px !important;
  background: url(../images/inu.png) no-repeat;
  position: absolute;
  left: 20px;
  top: -16px;
}
.sp-footer-fixed-block ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
  margin-top: 4px;
}
.sp-footer-fixed-block ul li {
width: 100%;
margin: 0 6px;
}
.sp-footer-fixed-block p {
padding-left: 10px;
line-height: 23px;
}
	
@media screen and (min-width: 501px) {
  .sp-footer-fixed-block {
    display: none !important;
  }
}
