@charset "utf-8";

#anc01 .list01 dd table {
  margin: 10px auto 20px;
}

#anc01 .list01 dd table th,
#anc01 .list01 dd table td {
  padding: 10px 0;
  vertical-align: middle;
  font-size: 14px;
}

#anc01 .list01 dd table tbody tr:nth-child(1) {
  border-bottom: solid 1px #00048f;
}

#anc01 .list01 dd table th {
  width: 70px;
  padding-left: 12px;
  color: #00048f;
  font-weight: 500;
}

#anc01 .list01 dd table td {
  color: #333;
}

#anc03 .list01 dd table {
  margin: 10px auto 20px;
}

#anc03 .list01 dd table th,
#anc03 .list01 dd table td {
  padding: 10px 0;
  vertical-align: middle;
  font-size: 14px;
}

#anc03 .list01 dd table tbody tr:nth-child(1) {
  border-bottom: solid 1px #00048f;
}

#anc03 .list01 dd table th {
  width: 70px;
  padding-left: 12px;
  color: #00048f;
  font-weight: 500;
}

#anc03 .list01 dd table td {
  color: #333;
}

h3.title01 {
  font-size: 15px;
  color: #00048f;
  margin-bottom: 4px;
  font-weight: 500;
}

.mgb0 table+div a {
  padding: 8px;
  border: #00048f 1px solid;
  border-radius: 40px;
  color: #00048f;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
}

.mgb0 table+div a::before {
  content: '';
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  background-image: url('../images/pin.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-right: 4px;
}

.yoyaku_btn li:first-child a {
  color: #ffff00;
}



@media (min-width:768px) {

  /*　店舗リスト　*/
  #anc01.contlist .box01 {
    margin-bottom: 15px;
  }

  #anc01 .list01 {
    position: static;
    margin-bottom: 5px;
  }

  #anc01 .list01 dt,
  #anc01 .list01 dd {
    position: static;
  }

  #anc01 .list01 dt {
    padding: 8px 10px;
    /*width: 882px;*/
    background: #00048f url(../images/ico_sankaku.png) 97% center no-repeat;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }

  #anc01 .list01 dd {
    display: none;
    padding: 10px 0px 20px;
    /*width: 862px;*/
    background: #fff;
  }

  #anc01 .list01 dd p {
    margin: 0 auto 20px;
    width: 80%;
  }

  .yoyaku_btn p {
    font-size: 1rem;
    text-align: center;
    color: #be9218;
    font-weight: 700;
    margin-bottom: 2% !important;
    margin-top: 5% !important;
  }

  #anc01 .list01 dd table {
    margin: 10px auto 10px;
    width: 100%;
    padding: 0 5px;
  }

  #anc01 .list01 dd table th,
  #anc01 .list01 dd table td {
    vertical-align: middle;
    font-size: 14px;
  }

  #anc01 .list01 dd table th,
  #anc01 .list01 dd table td {
    padding: 10px 0px;
  }

  #anc01 .list01 dd table tr:nth-child(1) th {
    padding-top: 0px;
  }

  #anc01 .list01 dd table tr:nth-child(1) td {
    padding-top: 0px;
  }

  #anc01 .list01 dd table th {
    width: 90px;
    padding-left: 10px;
  }

  .yoyaku_btn {
    /*display: grid;*/
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    gap: 20px 30px;
    grid-template-columns: 415px 415px;
    margin: 20px auto;
    /*width: 860px;*/
  }

  .yoyaku_btn li {
    margin-bottom: 10px;
  }

  .yoyaku_btn li a {
    position: relative;
    display: block;
    padding: 25px 30px;
    background: #be9218;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
  }

  .yoyaku_btn li a::after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

  /*　プライバシーポリシー　*/
  #anc03.contlist .box01 {
    margin-bottom: 15px;
  }

  #anc03 .list01 {
    position: static;
    margin-bottom: 5px;
  }

  #anc03 .list01 dt,
  #anc03 .list01 dd {
    position: static;
  }

  #anc03 .list01 dt {
    padding: 8px 10px;
    /*width: 882px;*/
    background: #00048f url(../images/ico_sankaku.png) 97% center no-repeat;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }

  #anc03 .list01 dd {
    display: none;
    padding: 10px 0px 20px;
    /*width: 862px;*/
    background: #fff;
  }

  #anc03 .list01 dd p {
    margin: 0 auto 20px;
    width: 80%;
  }


  #anc03 .list01 dd table {
    margin: 10px auto 10px;
    width: 100%;
    padding: 0 5px;
  }

  #anc03 .list01 dd table th,
  #anc03 .list01 dd table td {
    vertical-align: middle;
    font-size: 14px;
  }

  #anc03 .list01 dd table th,
  #anc03 .list01 dd table td {
    padding: 10px 0px;
  }

  #anc03 .list01 dd table tr:nth-child(1) th {
    padding-top: 0px;
  }

  #anc03 .list01 dd table tr:nth-child(1) td {
    padding-top: 0px;
  }

  #anc03 .list01 dd table th {
    width: 90px;
    padding-left: 10px;
  }

}

@media (max-width:767px) {

  #header {
    height: 47px;
  }

  #header_sp {
    padding-top: 6px;
  }

  .sptitletxt {
    padding-right: 30px;
  }

  .mainblockwrap {
    margin-top: 0px;
    margin: -6px auto -0px;
  }

  /*　店舗リスト　*/
  #anc01.contlist .box01 {
    margin-bottom: 3%;
    min-height: auto;
  }

  #anc01 .list01 {
    margin-bottom: 3%;
    width: 100%;
  }

  #anc01 .list01 dt,
  #anc01 .list01 dd {
    margin: 0 auto;
    /*width: 94%;*/
  }

  #anc01 .list01 dt {
    padding: 5px 10px;
    background: #00048f url(../images/ico_sankaku.png) 97% center no-repeat;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }

  #anc01 .list01 dt.active {
    background: #00048f url(../images/ico_sankaku2.png) 97% center no-repeat;
  }

  #anc01 .list01 dd {
    display: none;
    /*padding: 5%;
		width: 90%;*/
    background: #fff;
    font-size: 14px;
  }

  #anc01 .list01 dd p {
    margin: 0 auto 5%;
    width: 100%;
  }


  #anc01 .list01 dd table {
    margin: 0 auto 8px;
    width: 100%;
    padding: 0 5px;
  }

  /*#anc01 .list01 dd th, #anc01 .list01 dd table td{float:left;padding:4% 3%;width:90%;text-align:left;line-height:1.4;}*/
  /*#anc01 .list01 dd table th{font-weight:bold;color:#94812f;}*/

  .yoyaku_btn {
    margin: 24px auto 30px;
    width: 100%;
  }

  .yoyaku_btn li {
    margin-bottom: 10px;
  }

  .yoyaku_btn li a {
    position: relative;
    display: block;
    padding: 20px 30px 20px 10px;
    font-size: .9rem;
    text-align: center;
    color: #fff;
    background: #be9218;
  }

  .yoyaku_btn li:first-of-type a {
    font-size: 1.2rem;
  }

  .yoyaku_btn li:not(:first-child) a {
    padding: 12px 24px 14px 10px;
  }

  .yoyaku_btn li a::after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
  }

  .yoyaku_btn p {
    text-align: center;
    color: #be9218;
    font-weight: 700;
    margin-bottom: 2% !important;
    margin-top: 5% !important;
  }

  /*　プライバシーポリシー　*/
  #anc03.contlist .box01 {
    margin-bottom: 3%;
    min-height: auto;
  }

  #anc03 .list01 {
    margin-bottom: 3%;
    width: 100%;
  }

  #anc03 .list01 dt,
  #anc03 .list01 dd {
    margin: 0 auto;
    /*width: 94%;*/
  }

  #anc03 .list01 dt {
    padding: 5px 10px;
    background: #00048f url(../images/ico_sankaku.png) 97% center no-repeat;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }

  #anc03 .list01 dt.active {
    background: #00048f url(../images/ico_sankaku2.png) 97% center no-repeat;
  }

  #anc03 .list01 dd {
    display: none;
    /*padding: 5%;
		width: 90%;*/
    background: #fff;
    font-size: 14px;
  }

  #anc03 .list01 dd p {
    margin: 0 auto 5% !important;
    width: 100%;
  }


  #anc03 .list01 dd table {
    margin: 0 auto 8px;
    width: 100%;
    padding: 0 5px;
  }


}

/*　質問リスト　*/
#faq .contlist {
  background-image: url(../images/faq_bg.jpg);
}

#faq #anc01.contlist .box01 {
  margin-bottom: 3%;
  min-height: auto;
}

#faq #anc01 .list01 {
  margin-bottom: 3%;
  width: 100%;
}

#faq #anc01 .list01 dd {
  display: none;
  padding: 0px 16px 14px;
  /*width: 862px;*/
  background: #fff;
}

#faq #anc01 .list01 dt {
  margin: 0 auto;
  /*width: 94%;*/
}

#faq #anc01 .list01 dt {
  display: flex;
  padding: 10px 50px 10px 10px;
  background: #fff url(../images/faq_open.svg) 100% center no-repeat;
  color: #00048f;
  cursor: pointer;
  font-family: serif;
  font-size: 18px;
  line-height: 1.4;
  align-items: center;
}

#faq #anc01 .list01 dt.active {
  background: #fff url(../images/faq_close.svg) 100% center no-repeat;
}

#faq #anc01 .list01 dd {
  display: none;
  /*padding: 5%;
		width: 90%;*/
  background: #fff;
  font-size: 14px;
}

.FAQ_question_q {
  font-size: 30px;
  margin-right: 8px;
}

#faq #anc01 .list01 dd p {
  margin: 0px auto 0 !important;
  width: 100%;
  line-height: 1.75;
}

/*ボタン揺れるエフェクト*/
.bounce {
  animation: bounce .5s infinite alternate;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  25%,
  75% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(0);
  }
}