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

p{
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #4e3e30;
}

a{
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    color: #007bff;
    background-color: transparent;
}

img{
    max-width: 430px;
    width: 100%;
}

body{
    margin: 0 auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}

main{
    max-width: 430px;
    width: 100%;
    background: white;
}

.kv{
    margin-top: 50px;
}

.zen-kaku-gothic-new-regular {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.zen-kaku-gothic-new-medium {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.llw {
    max-width: 430px;
    width: 430px;
    background: white;
    color: #231815;
    margin: 0 auto;
    overflow: hidden;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    position: relative;
    z-index: 2;
    border: 1px solid #492713;
    border-radius: 2.1812307692rem;
    justify-content: center;
    align-items: center;
    position: relative;
}

.video-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 2px;
    margin-top: -25px;
}

video {
    width: 100%;        /* 親要素の幅に合わせる */
    height: auto;
    border-radius: 8px; /* 角丸（任意） */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* 影をつける（任意） */
}

.cta-contents{
    width: 90%;
    margin: 0 auto;
    margin-top: -14px;
}

.cta-btn-line{
    margin-top: 12px;
    margin-bottom: 24px;
}

.kasai-ninki{
    margin-top: -6px;
}

.kasai-nayami{
    margin-top: -6px;
}

.kasai-kaiketu{
    margin-top: -6px;
}

.cta-contents-2{
    margin: 0 auto;
    margin-top: 12px;
    width: 90%;
}

.kasai-syokku{
    margin-top: -6px;
}

.kasai-maturo{
    margin-top: -6px;
}

.kasai-about{
    margin-top: -6px;
}

.kasai-reason{
    margin-top: -6px;
}

.kasai-cam{
    margin-top: -6px;
}

.kasai-flow{
    margin-top: -6px;
}

.kasai-map{
    margin-top: -6px;
    margin-bottom: -53px;
}

.map {
    margin: 0px auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 18px;
    transform: translateX(-4%) translateY(-35%);
    margin-bottom: -14px;
    width: 109%;
    margin-top: -153px;
    padding: 12px 70px;
    height: 220px;
}

.store-logo{
    width: 20%;
    margin: 0 auto;
    padding: 32px 0px 0px 0px;
}

/*お問い合わせ----------------------------------------------------------------*/
.info_contents {
    background-color: #f4f1ec;
    width:100%;
    padding-bottom:40px;
    margin-top: -12px;
}
.info_contents h2 {
    padding-top:2px;
    color: #492713;
}
.contact_form {
    width: 80%;
    margin: 0 auto;
    margin-top:40px;
}
.contact_form table {
    width:100%;
}
.contact_form tr {
    text-align:center;
    border-bottom:1px solid #707070;    
}
.contact_form th {
    margin-top:24px;
    padding-left:4%;
}
.contact_form th,
.contact_form td {
    display:block;
    
    
}
.contact_form th {
    margin-top:0px;
    text-align: left;
}
.contact_form td {
    padding-top:8px;
    padding-left:2%;
    margin-bottom:24px;
    text-align:left;
}

.form-text {
    width: 98%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color:#fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
}

.shop_select_label + .shop_select_label {
    margin-left: 10px;
}

.shop_select {
    margin-left: 5px;
}

/*送信ボタン*/
.info_contents .contact-submit {
    width: 250px;
    background-color: #492713;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 15px; 
    border-radius: 100vh; 
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    text-align:center;
    margin:40px auto;
}

  /*ラジオボダン*/
input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #492713;
  content: '';
}
 /*送信完了----------------------------------------------------------------*/
 .thanks_box {
    text-align:center;
  }
  .thanks_box .thanks-text {
    font-size:18px;
  }
  .thanks_box .thanks-text span {
    font-weight:bold;
    color: #492713;
    display:block;
  }
  .thanks_box .thanks-te2 {
    margin-top:24px;
  }

  .button {
    all: unset; /* 全てリセットしてから再定義する方法（推奨） */
    cursor: pointer;
  }

  /* ボタン */
  .md-ui__left .button {
    margin: 2.1812307692rem 0 0;
  }
  .md-ui__left .button a {
    border-radius: 4.690454rem;
    font-size: 19px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #fff;
    width: 12.815538rem;
    height: 4.380908rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #492713;
    transition: opacity .4s cubic-bezier(.215,.61,.355,1);
  }
  .md-ui__left .button__label {
    padding: 10px;
  }

  .pc-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
  }

.pc-container .pc-left {
    position: relative;
    height: 100%;
    background: url(../img/left_bg.jpg) center center no-repeat;
    background-size: cover;
}

.pc-container .pc-left .pc-dh-logo {
    position: absolute;
    top: 6%;
    max-width: 37.1rem;
    width: 50%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 10;
}

.pc-container .pc-right {
    position: relative;
    height: 100%;
    background: url(../img/right_bg.png) right center no-repeat;
    background-size: cover;
}

.pc-container .pc-right .pc-right-wrap {
    position: relative;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    height: 100%;
}

.pc-container .pc-right .pc-right-wrap .pc-ms-logo {
    position: absolute;
    top: 6%;
    text-align: center;
    max-width: 32.7rem;
    width: 100%;
    height: auto;
    z-index: 10;
}

.pc-container .pc-right .pc-right-wrap .pc-btn {
    position: absolute;
    bottom: 8%;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 8%;
    z-index: 10;
    font-family: "Cormorant Infant", serif;
    font-weight: 600;
    font-style: normal;
    white-space: nowrap;
    color: white;
    font-size: 3.2rem;
    text-align: center;
    line-height: 1.1em;
    letter-spacing: 0.05em;
    background: #673a1b;
    background: linear-gradient(311deg, #673a1b 0%, #673a1b 100%);
    border-radius: 0.3rem;
    box-shadow: 0 1.3rem 1.6rem -0.6rem rgba(99, 73, 20, 0.2);
    padding: 2.5rem 3rem;
}

.font-ja-min {
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.05em;
}
.f30 {
    font-size: 3rem;
}

.llw, main {
    max-width: 430px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
  }

  .pc-left, .pc-right {
    width: calc((100vw - 430px) / 2);
  }  


  @media screen and (max-width: 1279px) {
    .pc-container .pc-right .pc-right-wrap .pc-btn {
        font-size: 3.2rem;
        padding: 2.5rem 3rem;
        line-height: 1.1em;
    }
}

.pc-container .pc-right .pc-right-wrap .pc-btn::before {
    content: "";
    position: absolute;
    bottom: 6%;
    right: 6%;
    width: 4.8rem;
    height: 4.8rem;
    background: url(../img/pc_calendar.png) 0 0 no-repeat;
    background-size: contain;
}

.pc-container .pc-right .pc-right-wrap .pc-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4%;
    width: 2.1rem;
    height: 0.8rem;
    background: url(../img/arrow-pc.png) 0 0 no-repeat;
    background-size: contain;
}

.about-text {
    width: 80%;
    font-size: 19px;
    margin: 0 auto;
    margin-top: -310px;
    justify-content: left;
    align-items: left;
    text-align: left;
    margin-bottom: 31px;
    line-height: 32px;
    font-weight: bold;
}

.about-text span{
    color: #b4271d;
}

.syokku-maemuki {
    background-color: #f4f1ec;
    padding: 28px;
    font-size: 20px;
    line-height: 31px;
    font-weight: bold;
}

.syokku-maemuki span{
    color: #b4271d;
}

.syokku-jijitu{
    background-color: black;
    padding: 28px;
    font-size: 20px;
    line-height: 31px;
    font-weight: bold;
}

.jijitu-text{
    color: white;
}

.naiyou-text {
    padding: 28px;
    font-size: 17px;
    line-height: 28px;
    font-weight: bold;
    margin-top: -380px;
    text-align: left;
}

.syokku-naiyou{
    margin-bottom: 44px;
}

.naiyou-text span{
    color: #b4271d;
}

.kasai-logo{
    width: 124px;
  }

  .bou{
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 15px;
    padding-right: 12px;
  }

  .arigatou{
    margin-top: 12px;
    font-size: 24px;
  }

  .thanks-text{
    margin-top: 33px;
    text-align: left;
    color: #231815;
  }

  .thanks-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 6px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 23px;
}

/*送信完了----------------------------------------------------------------*/
.thanks_box {
    max-width: 430px;
    margin: 0 auto;
    margin-top: 26px;
    background-color: #eeeeee;
    padding: 34px 34px;
  }
  .thanks_box .thanks-text {
    font-size:17px;
    text-align: left;
  }
  .thanks_box .thanks-text span {
    font-weight:bold;
    color: #00ADC5;
    display:block;
  }
  .thanks_box .thanks-te2 {
    margin-top:24px;
  }