@charset "utf-8";
html{
    font-family: "Roboto", sans-serif;
    scroll-behavior: smooth;
}
.btn,
a.btn,
button.btn {
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}
/* ヘッダー */
.header{
    position: relative;
}
.header-image{
    width: 100vw;
    height: 700px;
    object-fit: cover;
}
.logo{
    width: 280px;
    position: absolute;
    left: 30px;
    top: 30px;
}
.otoiawase{
    font-size: 72px;
    position: absolute;
    left: 200px;
    top: 300px;
    color: #fff;
    font-weight: bold;
}
/* ナビゲーション */
.nav{
    display: flex;
    position: absolute;
    right: 0px;
    top: 30px;
}
.nav a {
    margin: 0 10px;
}
a.btn-flat {
    overflow: hidden;
    color: #fff;
    border-radius: 0;
    background: #000;
  }
  
  a.btn-flat span {
    position: relative;
  }
  
  a.btn-flat:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-96%);
    transform: translateX(-96%);
    background: #eb6877;
  }
  
  a.btn-flat:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }


/* メイン */
.main1{
    width: 980px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.main2{
    width: 980px;
    margin: 0 auto;
}
.title{
    font-size: 24px;
    font-weight: bold;
    padding: 60px 0 20px 0;
}
.sen{
    border: solid 0.5px #000;
    margin-bottom: 40px;
}
.store{
    display: flex;
}
.mise1{
    font-size: 18px;
    padding-bottom: 20px;
}
.mise2{
    font-size: 18px;
}
.denwa{
    font-size: 50px;
    font-weight: bold;
    color: #a21f00;
    padding-bottom: 20px;
}
.denwa1{
    font-size: 25px;
    color: #a21f00;
}
.aaa{
    padding-right: 40px;
    margin-bottom: 20px;
    border-right: solid #909090 0.5px;
}
#yoko{
    padding-left: 40px;
}
.bun1{
    font-size: 18px;
}
.bun2{
    font-size: 18px;
    padding-top: 10px;
}
.bun3{
    font-size: 18px;
    font-weight: bold;
}




/* 問い合わせ */
.contact{
    box-sizing: border-box;
    width: 980px;/*横幅*/
    margin: 0 auto;/*中央寄せ*/
    padding: 60px 0;
  }
  .contact-ttl{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
  }
  .contact-table {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-item,
  .contact-body {
    padding: 20px;
    border: 1px solid #ccc;
}
.contact-item {
    text-align: left; /* テキスト左寄せ */
    width: 30%; /* 横幅30%指定（グレーの背景色部分） */
    background-color: #eee; /* グレーの背景色 */
  }
  
  .contact-body {
    width: 70%; /* 横幅70%指定（白背景色部分） */
  }
.form-text {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
  }
  .form-select {
    width: 180px;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.contact-skill {
    display: block;
  }
  
  .contact-skill + .contact-skill {
    margin-top: 10px;
  }
  
  .contact-skill-txt {
    margin-left: 5px;
  }
  .form-textarea {
    width: 100%;
    padding: 10px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .contact-submit {
    width: 250px; /* 横幅指定 */
    background-color: #333; /* 背景色 */
    color: #fff; /* 文字色 */
    font-weight: bold; /* 文字の太さ */
    display: block; /* インライン要素をブロック要素に変更 */
    margin: 0 auto; /* 中央寄せ */
    font-size: 16px; /* 文字の大きさ */
    padding: 15px; /* 内側の余白 */
    border-radius: 10px; /* 角丸指定 */
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    text-align: center;
  }
.kome{
    color: #b40019;
}
.form-check-input{
    accent-color: #a21f00;
}
.contact-syubetu{
    padding-right: 20px;
}




/* フッター */
.footer{
    background-color: #222;
    position: relative;
    display: flex;
}
.footer img{
    width: 200px;
    margin: 50px 400px;
}
.footer p{
    color: #fff;
}
.kiyaku{
    display: flex;
    position: absolute;
    top: 90px;
    right: 300px;
}
.kiyaku p{
    padding-left: 30px;
}
.small{
    text-align: left;
    padding: 50px 400px;
    display: flex;
    position: relative;
}
.small img{
    width: 60px;

}
.apuri{
    position: absolute;
    right: 300px;
    top: 40px;
}
.apuri img{
    margin-right: 20px;
}
.footer2{
    background-color: #fff;
}
.btn2{
    position: absolute;
    position: fixed;
    transition: 0.3s;
}
.btn2:hover{
    opacity: 0.5;
}
.btn2 img{
    width: 100px;
}