/*
Theme Name: Takumichan
*/
@charset "utf-8";
body{
  font-family: 'Hina Mincho', serif;
  margin: 0;
  background-color: #000;
  line-height: 1.8;
}
img{
  width: 100%;
  margin: 0;
}
a{
  text-decoration: none;
  color: #333;
}
ul, li{
  list-style: none;
}
.pc{
  display: block;
}
.sp{
  display: none;
}
.toku a{
  color: #fff;
}
.header-container{
  background-color: #000;
  }

.bg-w{
  background-color: #fff;
  }

/* ＝＝＝＝＝＝＝＝＝＝
header
＝＝＝＝＝＝＝＝＝＝ */
header{
  width: 100%;
  height: 800px;
  background-image: url(img/header-kv.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.header-box{
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo{
  display: block;
  margin-left: 20px;
  margin-top: 20px;
}
.header-ul{
  display: flex;
}
.header-ul li{
  display: block;
  margin-right: 20px;
}
.header-ul li a{
  color: #fff;
}
.header-kv{
  display: flex;
  width: 900px;
  margin: 80px auto 0;
  justify-content: space-between;
}
.header-kv img{
  width: 500px;
}
.header-kv p{
  font-size: 38px;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* ＝＝＝＝＝＝＝＝＝＝
匠ちゃんの想い
＝＝＝＝＝＝＝＝＝＝ */
.omoi-kv{
  width: 100%;
  height: auto;
  background-image: url(img/omoi-kv.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding-bottom: 80px;
}
.omoi-inner{
  display: flex;
  max-width: 800px;
  align-items: center;
  margin: 0 auto;
  padding-top: 150px;
}
.omoi-title{
  display: block;
  width: 40%;
  font-size: 80px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-lr;
  font-family: 'Zen Antique Soft', serif;
  padding-left: 50px;
}
.omoi-text{
  display: block;
  width: 60%;
  font-family: 'Hina Mincho', serif;
}
.omoi-text h2{
  margin-bottom: 30px;
}
.omoi-text p{
  margin-bottom: 20px;
}
.textbg{
margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
  }
.textbg:before,  .textbg:after{
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #fff;
  }
.textbg:before {
  left: 10px;
}
.textbg:after {
  right: 10px;
}
.textbg p {
  font-size: 24px;
    margin: 0;
    padding: 0;
}
/* ＝＝＝＝＝＝＝＝＝＝
3つの匠
＝＝＝＝＝＝＝＝＝＝ */
.three-wrapper{
  width: 100%;
  height: 100%;
  background-image: url(img/three-kv.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}
.three-inner{
  display: block;
  max-width: 850px;
  margin: 0 auto;
  padding-top: 50px;
}
.three-box{
  display: flex;
  padding-bottom: 50px;
  color: #333;
  align-items: center;
}
.three-box img{
  width: 400px;
}
.three-l{
  padding-right: 23px;
}
.three-box h2{
  padding-bottom: 20px;
}
/* ＝＝＝＝＝＝＝＝＝＝
料金表
＝＝＝＝＝＝＝＝＝＝ */
.price-bg{
  width: 100%;
  background-image: url(img/price-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.price-inner{
  display: block;
  width: 600px;
  padding-top: 50px;
  margin: 0 auto;
}
.price-inner h2{
  font-size: 32px;
  font-family: 'Zen Antique Soft', serif;
  text-align: center;
  padding-bottom: 20px;
}
.price-text{
  text-align: center;
  margin-bottom: 20px;
}
.price-table{
  display: block;
  margin: 35px auto;
  width: 400px;
}
.price-table td{
  width: 200px;
  font-size: 24px;
  padding-bottom: 10px;
  text-align: end;
}
.price-table span{
  font-size: 14px;
}
.free-img{
  display: block;
  margin: 0 auto;
  width: 40%;
}
.price-textbox{
      position: relative;
      padding: 0.5em 1.5em;
      border-top: solid 2px #fff;
      border-bottom: solid 2px #fff;
    }
  .price-textbox:before, .price-textbox:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #fff;
    }
  .price-textbox:before {
    left: 10px;
  }
.price-textbox:after {
    right: 10px;
  }
.price-textbox p {
    font-size: 18px;
    text-align: center;
    text-shadow: 1px 2px 3px #666666;
    margin: 0;
    padding: 0;
  }
.text-center{
    text-align: center;
}
/* ＝＝＝＝＝＝＝＝＝＝
店舗紹介
＝＝＝＝＝＝＝＝＝＝ */
.shop-wrapper{
  display: flex;
  margin: 50px 100px 100px;
  justify-content: start;
}
.shop-wrapper iframe{
  padding:0 10px;
}
.shop-flex{
  display: flex;
  width: 800px;
  margin: 0 auto 50px;
  align-items: center;
}
.shop-flex img{
  width: 50%;
}
.shop-text{
  color:#fff;
}
.shop-textbox{
  width: 50%;
  color: #fff;
  padding-left: 20px;
}
.shop-text{
  display: block;
  margin-bottom: 20px;
}
.tel{
  color:#fff  !important;
}
.sns-icon{
  display: flex;
}
.sns-iconmark img{
  width: 10%;
}
/* ＝＝＝＝＝＝＝＝＝＝
FAQ
＝＝＝＝＝＝＝＝＝＝ */
.Qa-bg{
  width: 100%;
  height: 100%;
  background-image: url(img/faq-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 50px;
}
.Qa-wrapper{
  display: block;
  width: 800px;
  margin: 0 auto;

}
.Qa-wrapper h2{
  text-align: center;
  margin-bottom: 30px;
}
.Qa-Box {
  width: 80%;
  margin: 0 auto;
}

.Qa-Box .Qa {
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

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

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6699b7;
  width: 2em;
  height: 2em;
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #d65556;
  width: 2em;
  height: 2em;
}

@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 95%;
  }
}
.free-img{
  margin-top: 80px;
  margin-bottom: 50px;
}
/* ＝＝＝＝＝＝＝＝＝＝
お問い合わせ
＝＝＝＝＝＝＝＝＝＝ */
.contact-wrapper{
  display: block;
  width: 700px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}
.contact-wrapper h2{
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.contact-p{
  text-align: center;
  margin: 20px auto 56px;
  }

  /*ContactForm7カスタマイズ*/
table.CF7_table{
	width:100%;
	margin:0px auto 52px;
}

table.CF7_table tr th p{
	text-align: justify;
    padding-bottom:32px;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
  width: 100%;
  padding: 8px;
  margin-bottom:36px;
  background-color:#fff;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #D65556;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #888888;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}
.checkbox{
width:auto;
padding-bottom:15px;
}
.checkbox input{
width:auto;
padding-bottom:10px;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:40%;/*横幅*/
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
    table.CF7_table tr th p{
    padding-bottom:0px;
}
}

/* 「送信する」ボタン */

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}
.wpcf7 input.wpcf7-submit {
  text-align: center;
  color: #fff;
  background-color: #D65556;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
  width: 15em;
  font-size: large;
  margin: 60px auto;
  text-decoration: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
.wpcf7 input.wpcf7-submit:hover {
  background-color: #ffffff;
	color: #E96E77;
  border: 2px solid #E96E77;
}

/* ＝＝＝＝＝＝＝＝＝＝
Footer
＝＝＝＝＝＝＝＝＝＝ */
.footer-wrapper{
  display: block;
  width: 80%;
  margin: 30px auto;
  text-align: center;
}
.footer-wrapper img{
  width: 100px;
}
.footer-list{
  display: flex;
  width: 800px;
  margin: 20px auto;
  justify-content: space-between;
}
.footer-list li a{
  color: #fff;
}
.banner {
    position: fixed;
    margin: 15px 20px;
    z-index: 99998;
    bottom: 0;
    right: 0;
}
.banner a {
    text-decoration: none;
}

.banner-icon {
    color: #f8f8f8;
    font-size: 40px;
}

.banner-back {
    width: 300px;
    background-color: #fff;
    border-radius: 25px;
}

.banner-top {
    padding: 20px;
    border-radius: 25px 25px 0px 0px;
    background-color:#D65556;
}

.banner-copy {
    font-size: 18px;
    position: relative;
}
.banner-bottom {
    padding: 25px 0px 30px 0px;
    line-height: 1.6;
}

.banner-body {
    width: 300px;
    background: #f8f8f8;
    color: #000000;
    font-weight: bold;
    text-align: center;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.banner-body:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
}

.banner-close {
    font-weight: bold;
    position: absolute;
    top: -2px;
    right: -4px;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

/* ＝＝＝＝＝＝＝＝＝＝
特定取引
＝＝＝＝＝＝＝＝＝＝ */
.tokusho-container{
  width: 100%;
  height: auto;
  color:#fff;
}

.tokusho-title{
  font-size:28px;
  text-align: center;
  margin-bottom: 60px;
  }

.tokusho-box{
  max-width: 800px;
  display: block;
  margin: 50px auto;
}

.toku-table tr td{
  padding: 20px;
}

.tokusho-m{
  margin-bottom: 18px;
}

/* ＝＝＝＝＝＝＝＝＝＝
利用規約
＝＝＝＝＝＝＝＝＝＝ */
.terms-main{
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
}

.terms-h1{
  font-size:28px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
}

.terms-p{
  font-size: 18px;
}

.terms-inner{
  margin-top: 24px;
  margin-bottom: 100px;
}

.terms-h2{
  font-size: 24px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}

.terms-h3{
  margin-bottom: 18px;
}

.terms-box{
  margin-top: 24px;
  margin-bottom: 24px;
}

.terms-box ul li{
  margin-bottom: 20px;
}


/* ＝＝＝＝＝＝＝＝＝＝
プライバシーポリシー
＝＝＝＝＝＝＝＝＝＝ */
.privacy-main{
  display: block;
  width: 70%;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
}

.privacy-h1{
  font-size:28px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 60px;
}

.privacy-inner{
  margin-top: 24px;
  margin-bottom: 100px;
}

.privacy-h2{
  font-size: 24px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}

.privacy-sub{
  margin-bottom: 30px;
}

.privacy-box{
  margin-top: 24px;
  margin-bottom: 24px;
}


/* ＝＝＝＝＝＝＝＝＝＝
レスポンシブ
＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width: 750px) {
    .banner {
        width: 100%;
        margin: 0px;
    }
    .banner-icon {
        font-size: 28px;
    }
    .banner-body {
        width: 100%;
        border-radius: 0px;
    }
    .banner-back {
        width: 100%;
        margin: 0px;
        border-radius: 0px;
    }
    .banner-top {
        padding: 5px;
        border-radius: 0px;
        background-color:#D65556;
    }
    .banner-bottom {
        padding: 10px 10px 18px 10px;
    }
    .banner-copy {
        font-size: 15px;
    }
    .banner-close {
        top: 8px;
        right: 15px;
    }
    .banner-copy-br {
        display: none;
    }
}
@media screen and (max-width: 768px){
  header{
    background-image: url(img/header-spkv.png);
  }
  .omoi-inner{
    display: block;
    max-width: 95%;
    padding-top: 50px;
  }
  .omoi-title{
    width: 100%;
    font-size: 28px;
    writing-mode: horizontal-tb;
    padding-left: 0;
    padding-bottom:20px;
    text-align: center;
  }
  .omoi-text{
    width: 100%;
  }
  .omoi-text h2{
    font-size: 21px;
    text-align: center;
  }
  .three-wrapper{
  background-image:none;
  background-color:#fff;
  padding-top:0;
  padding-bottom:0;
  }
  .three-inner{
    width: 85%;
  }
  .three-title{
  text-shadow: 1px 2px 3px #dfdfdf;
  }
    .three-box{
    display: block;
  }
    .three-box img{
    width: 280px;
    display: block;
    margin: 0 auto;
  }
.three-l h2, .three-r h2{
  text-align: center;
  padding-top: 15px;
}
    .three-l{
    padding-right: 0;
  }
  .three-l p, .three-r p{
    display: block;
    width: 85%;
    margin: 0 auto;
  }
  .three-title{
    font-size: 40px;
    color: #E6B422;
    font-family: 'Zen Antique Soft', serif;
    padding-bottom: 20px;
    text-align: center;
  }
    .price-inner{
    width: 100%;
  }
    .price-table{
    width: 90%;
  }
  .shop-wrapper iframe{
    width: 80%;
    margin: 20px auto;
  }
    .shop-flex{
    display: block;
    width: 95%;
  }
    .shop-flex img{
    width: 80%;
  }
    .shop-textbox{
    display: block;
    width: 80%;
    padding-left: 0;
    margin: 0 auto;
  }
    .Qa-wrapper{
    width: 95%;
  }
    .free-img{
    width: 85%;
    margin-top:40px;
  }
    .contact-wrapper{
    width: 90%;
    padding-bottom:20px;
  }
  .CF7_table tbody p{
    margin-bottom: 0 !important;
  }
  .footer-list{
    display: block;
    width: 80%;
  }
  /* ＝＝＝＝＝＝＝＝＝＝
ハンバーガーメニュー
＝＝＝＝＝＝＝＝＝＝＝ */
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #000;
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  text-align: center;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 2px 0;
  margin-bottom: 10px;
  position: relative;
}
.menu-content ul li a::after{
  content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 2px;
    background:#fff;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
.menu-content ul li a:hover{
  color: #CBB69D;
}
.menu-content ul li a:hover:after{
  transform: scale(1, 1);
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #000;
  transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;
}
.omoi-kv{
  background-image: url(img/omoi-spkv.png);
  background-size: 100%;
  height: auto;
  padding-bottom:50px;
}
.omoi-textbox{
  display: block;
  width: 95%;
  margin: 0 auto;
}
.price-inner p{
  display: block;
  width: 85%;
  margin: 0 auto;
}
.price-bg{
  height: 100%;
}
.Qa-bg{
  background-image: url(img/faq-spbg.png);
}
  .CF7_table input{
    font-size: 13px;
  }
    .three-r img{
    display: none;
  }
  .wpcf7 input.wpcf7-submit{
  margin-top: 0;
}
.textbg{
padding:1em
}
.textbg p{
    font-size: 18px;
    }
  .shop-wrapper{
  display:block;
  text-align:center;
  margin: 50px auto 100px;
  }
  .footer-wrapper{
  padding-bottom:30px;
  }
  .toku{
  margin-bottom:50px
  }
  .tokusho-title{
  font-size:21px;
  margin-top: 24px;
  margin-bottom: 12px;
  }

.tokushou-box{
  max-width: 90%;
  margin: 0 auto 30px;
}

  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}

.grecaptcha-badge {
    display: none !important;
}


/* 基本レイアウト */
#shop {
  padding: 40px 20px;
  font-family: 'Helvetica Neue', sans-serif;
}

.shop-area {
  margin-bottom: 60px;
}

.shop-area h2 {
  font-size: 24px;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-top: 100px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.shop-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* 4カラム（PC） */
.shop-card {
  border-radius: 8px;
  width: calc(25% - 15px); /* 4カラム */
  box-sizing: border-box;
  padding: 15px;
}

/* iframe */
.shop-card iframe {
  width: 100%;
  height: 200px;
  border: none;
  border-radius: 6px;
  margin-bottom: 10px;
}

/* テキストとSNS */
.shop-text p {
  margin: 4px 0;
  font-size: 14px;
}
.shop-text .tel {
  font-weight: bold;
  color: #333;
}
.sns-icon {
  margin-top: 10px;
}
.sns-iconmark a {
  display: inline-block;
  margin-right: 10px;
}
.sns-iconmark img {
  width: 24px;
  height: 24px;
}

/* タブレット：2カラム */
@media screen and (max-width: 1024px) {
  .shop-card {
    width: calc(50% - 10px);
  }
}

/* スマホ：1カラム */
@media screen and (max-width: 600px) {
  .shop-card {
    width: 100%;
  }
  .shop-text p {
    font-size: 13px;
  }
  .sns-iconmark img {
    width: 20px;
    height: 20px;
  }
}
