@charset "utf-8";
/* ===================================================================
	Breakpoint :  1024px タブレット
　　　　　　　　　 599px スマホ
=================================================================== */


/*----------------------------------------------------
	ベースの設定
----------------------------------------------------*/
html {
	overflow-y: scroll;
	height: 100%;
    scroll-behavior: smooth;
}
body {
    background-color: #fff;
    color: #1A1A1A;
    font-family: 'M PLUS Rounded 1c', "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
}
#wrapper {
    background-color: #FFF;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    overflow: hidden;
}
video {
    max-inline-size: 100%;
    block-size: auto;
    filter: drop-shadow(0px 0px #000);
    outline: none;
    border: none;
}
@media ( min-width:1025px ) {
    body {
        font-size: 1.7rem;
    }
    a {
        color: #808080;
        opacity: 1;
        transition: all .5s ease;
    }
    a:hover {
        text-decoration: none;
        opacity: 0.6;
    }
}

img {
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
}

/*----------------------------------------------------
	Header
----------------------------------------------------*/
#globalHeader {}


/*----------------------------------------------------
	Footer
----------------------------------------------------*/
section .footer {
    margin-top: 30px;
}
.p-footer {
  padding: 2.475rem 2.1875rem;
  background: #F2F2F2;
  color: #555;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-bottom: 0.4875rem;
  }
}

.p-footer__logo {
  width: 17.5rem;
  margin: 0 auto;
}

.p-footer__link {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 12px;
}

.p-footer__text {
  font-size: 10px;
  line-height: 1.4;
  margin-top: 1.5625rem;
}

.p-footer__copy {
  margin-top: 1.6875rem;
  color: #000;
  text-align: center;
}
.p-footer__copy small {
  font-size: 10px;
  line-height: 1.4;
}


/*----------------------------------------------------
	Main
----------------------------------------------------*/
#mainContents {
    overflow: hidden;
}
.firstview_btn.poyoyon3.is-animated {
  animation: 2.5s infinite;
  opacity: 1;
}
@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
.cta {
  position: relative;
}
.firstview_btn {
    bottom: 1.3%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%; /*calc(100% - 40px)*/
}
.cta_btn {
    bottom: 10%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    width: 100%;
}
.line_btn {
    bottom: 1.5%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
}
.cta__text {}
.cta__btn {
    padding: 0 calc(11 / 375 * 100%);
}

.shop {
  position: relative;
}

.googlemap_btn {
    bottom: 29.5%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    width: 87%;
}

.tel_btn {
    bottom: 6%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    width: 87%;
}

/*----------------------- 
ステップ式フォーム 
------------------------*/
.btn__link.disabled, .btn__link:disabled {
    opacity: .2;
}
.step-items {}
.step-items__item {
    display: none;
    opacity: 0;
    transition: all 0.2s ease;
}
.step-items__item.current {
    display: block;
    opacity: 1;
}
.step-box {
    display: none;
    opacity: 0;
    transition: all 0.2s ease;
}
.step-box.current {
    display: block;
    opacity: 1;
}

/* ボタン */
.btn_block {
    display: flex;
    justify-content: space-around;
}
.btn_block .btn__link-primary {
    border: 1px solid #1A1A1A;
    background-color: #FFF;
    color: #1A1A1A;
    padding: 0.5em 1em;
    border-radius: 5px;
    overflow: hidden;
    line-height: 1;
    margin: 1rem auto 0 !important;
    transition: .15s;
    width: 48%;
}
.btn__link-primary:hover {
    background-color: #fff;
    color: #FF7466;
    border: 1px solid #FF7466;
}






.thanks {}
.thanks p {
    margin-bottom: 2em;
}
.thanks a {
    color: #1A1A1A;
}

#mfp_hidden {
    display: none;
}
#mfp_warning,
#mfp_error,
.mfp_err,
.error_messe {
    color: red;
}
.mfp_err {
    margin-top: 5px;
}

/*特定電子メール法に基づく表記*/
.title {
    font-size: 2.4rem;
    margin: 18px 0;
    text-align: center;
}

.container {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    line-height: 1.5;
    margin: 10px auto 10px;
    max-width: calc(100% - 40px);
    padding: 20px;
    position: relative;
    width: 820px;
}

.law {
    border: 1px solid #ddd;
    font-size: 1.4rem;
    margin-top: 60px;
}

.law__info {
    border-bottom: 1px solid #ddd;
    display: flex;
}

.law__info:last-of-type {
    border-bottom: none;
}

.law__info-item {
    border-right: 1px solid #ddd;
    padding: 8px;
    width: 30%;
}

.law__info-detail {
    flex: 1;
    padding: 8px;
}

.law__info-detail a {
    border-bottom: 1px solid #000;
    display: inline-block;
}

/*プライバシーポリシー*/
.privacy__container {
    margin-top: 40px;
}

.privacy__item + .privacy__item {
    margin-top: 40px;
}

.privacy__head {
    border: 1px solid #e5e5e5;
    border-bottom: 3px solid #000;
    font-size: 2rem;
    font-weight: 700;
    padding: 10px;
}

.privacy__desc {
    margin-top: 20px;
}

.privacy__group {
    margin-top: 10px;
}

.privacy__date {
    margin: 60px auto;
    margin-top: 60px;
    max-width: calc(100% - 40px);
    text-align: right;
    width: 820px;
}

/*フッター*/
.footer {
    margin-top: 67.606px;
}

.footer__items {
    gap: 16vw;
    padding: 6.6666666667vw 0 8.2666666667vw;
}

.footer__item:nth-of-type(1)::before {
    height: 4.8vw;
    right: -8vw;
    top: 0.2666666667vw;
    width: 0.2666666667vw;
}

.footer__link {
    font-size: 3.4666666667vw;
}

.footer__copy {
    padding: 2.4vw 0 2.6666666667vw;
}

.footer__copy-text {
    font-size: 2.9333333333vw;
    letter-spacing: 0.1866666667vw;
}


.txt_area {
    width: 90%;
    margin: 0 auto;
}

.checkbox_list {
    position:relative;
    font-size: 20px;
    line-height:1.4;
}

.checkbox-input{
  display: none;
}
.checkbox-parts{
    align-items: center;
    cursor: pointer;
    position:relative;
    border:2px solid #cccccc;
    border-radius: 6px;
    display: flex;
    margin: 0 0 10px 0;
    padding: 12px 10px 12px 50px;
}
    
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  border:1px solid #666666;
  border-radius: 3px;
  height:20px;
  width:20px;
  left: 15px;
}


.checkbox-input:checked + .checkbox-parts{
  background : #b90707;
  color:#fff;
    border:2px solid #b90707;
    border-radius: 6px;
}

.checkbox-input:checked + .checkbox-parts:before{
  background : url(../img/check.png) no-repeat center center;
}

.checkbox-input:checked + .checkbox-parts:before{
  content: "";
  display: block;
  position: absolute;
  border:2px solid #ffffff;
  border-radius: 3px;
  height:20px;
  width:20px;
  left: 15px;
}
@media screen and (max-width:720px),print{
    
        body{
    font-size:16px;
    }
    header{
        padding:0 5%;
    }
    header h1{
        max-width:100%;
    }
    #tokusho {
    width: calc( 300 / 750 * 100vw );
    position: absolute;
    right: calc( 30 / 750 * 100vw );
    top: calc( 15 / 750 * 100vw );
    line-height: 0.1;
    }
    #submit_btn_pc {
    display: none;
    }
    .pc {
    display: none;
    }
    .a-ttl{
    font-size: 1.1em;
    }

.no {
    font-size: 20px;
}

.q-txt {
    font-size: 16px;
}
.checkbox_list {
    font-size:15px;
}

.attention{
    font-size:0.750em;
}

.arigato{
    font-size:16px;
}

.button{
    display: block;
    max-width: 250px;
    padding: 10px;
    font-size: 22px;
    line-height: 1.3;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background-color: #B90707; /*ボタン色*/
    border-radius: 38px; /*角丸*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 auto;
}
}

.p-accordion__btn {
  background-color: #333333;
  color: white;
  font-size: 15px;
  text-align: left;
  position: relative;
  padding: 1.25rem 0.8125rem;
  padding-right: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.p-accordion__btn::before {
  content: "";
  display: inline-block;
  background: url(../img/icon_q.png) no-repeat center/contain;
  width: 2.5rem;
  height: 2.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-accordion__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  background: url(../img/icon_accordion.png) no-repeat center/contain;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-accordion__btn.open::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.p-accordion__content {
  position: relative;
  display: none;
  padding: 1.45rem 0.9375rem;
  padding-left: 4.375rem;
  width: 100%;
  font-size: 15px;
  background: #fff;
  color: #000;
}

.p-accordion__content::before {
  content: "";
  display: inline-block;
  background: url(../img/icon_a.png) no-repeat center/contain;
  width: 2.5rem;
  height: 2.25rem;
  position: absolute;
  left: 0.9375rem;
  top: 1.25rem;
}

.p-accordion__btn:hover {
  opacity: 1;
}

.p-accordion--access .p-accordion__item + .p-accordion__item {
  margin-top: 0.625rem;
}
.p-accordion--access .p-accordion__btn {
  background-color: #fff;
  color: #888;
  font-size: 1.625rem;
  text-align: center;
  position: relative;
  padding: 0.8125rem 2.5rem 0.9375rem 1.25rem;
  width: 100%;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-accordion--access .p-accordion__btn::before {
  display: none;
}
.p-accordion--access .p-accordion__btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  background: url(../img/icon_accordion2.png) no-repeat center/contain;
  width: 1.5rem;
  height: 0.9375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-accordion--access .p-accordion__content {
  position: relative;
  display: none;
  padding: 1.6875rem 1.125rem 1.25rem;
  width: 100%;
  background: #fff;
  color: #888;
  margin-top: -0.1875rem;
  border-radius: 0 0 0.3125rem 0.3125rem;
}
.p-accordion--access .p-accordion__content::before {
  width: calc(100% - 2.25rem);
  height: 2px;
  background: url(../images/dots.png) no-repeat center/cover;
  top: 0;
  left: 1.125rem;
}
.p-accordion--access .p-accordion__walk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.1875rem;
     -moz-column-gap: 0.1875rem;
          column-gap: 0.1875rem;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}
.p-accordion--access .p-accordion__walk::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_walk.png) no-repeat center/contain;
  width: 0.8125rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-accordion--access .p-accordion__tel {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-accordion--access .p-accordion__tel img {
  width: 13.25rem;
}
.p-accordion--access .p-accordion__tel::before {
  content: "";
  display: inline-block;
  background: url(../images/tel_text.png) no-repeat center/contain;
  width: 4.625rem;
  height: 2.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-accordion--access .p-accordion__address {
  margin-top: 0.8125rem;
  font-size: 1rem;
  font-weight: 400;
}
.p-accordion--access .p-accordion__closed {
  margin-top: 0.9375rem;
  font-size: 1.5rem;
}
.p-accordion--access .p-accordion__link {
  margin-top: 1.25rem;
}
.p-accordion--access .p-accordion__img {
  margin-top: 0.625rem;
}