/*

追加用CSS　PC表示
base：白 #fff
main：茶 #4b2e17
main：緑 #47a619
accent：オレンジ #e58c17
txt：#502c05

*/

/*------------------------------------------
 * Common
 * ---------------------------------------*/

html {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  margin-top: 171px !important;
  color: #502c05;
  background-color: #fff;
}

.spnone770 {
  display: block;
}

.pcnone770 {
  display: none;
}

.spnone600 {
  display: block;
}

.pcnone600 {
  display: none;
}

br.pc {
  display: block;
}

br.sp {
  display: none;
}

p,
a,
a:visited,
h1,
h2,
h3,
h4,
h5,
h6,
li,
dt,
dd,
th,
td,
span {
  color: #502c05;
  font-family: "Noto Sans JP", sans-serif;
}

h3 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

p,
a,
li {
  font-size: 16px;
  line-height: 1.75em;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
}

a:hover {
  color: #31a319;
}

.font-en {
  font-family: "Roboto", sans-serif !important;
}

.background-page {
  height: 15vw;
}

.background-page .border {
  display: none;
}

.background-page .title {
  display: none;
}

.background-page .title h2 {
  display: none;
}

img {
  display: block;
}

/*------------------------------------------
 * Layout
 * ---------------------------------------*/

.mb0 {
  margin-bottom: 0 !important;
}

.t-center {
  text-align: center;
}

.w-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
}

.border-box01 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border: 2px solid #fcf1f1;
  border-radius: 20px;
}

.flex-turn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.half {
  width: 48%;
}

.box01.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box01-txt {
  width: 65%;
}

.box01-img {
  width: 30%;
}

.fa,
.far,
.fas {
  margin-right: 5px;
}

.wood-bg01 {
  background-image: url(/wp-content/uploads/2023/07/wood-bg03.jpg);
  background-size: cover;
  padding: 20px;
}

/*------------------------------------------
 * Parts
 * ---------------------------------------*/

.title h2 {
  color: #502c05;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.5em;
}

.ttl01 {
  max-width: 400px;
  margin: 0 auto 40px;
}

.state-ttl01 {
  background-color: #e58c17;
  color: #fff;
  max-width: 400px;
  margin: 0 auto 30px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 15px;
  text-align: center;
}

.parts-head01 {
  background-position: left top 5px;
  background-image: url(/wp-content/uploads/2023/06/circle01-1.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  color: #502c05;
  font-size: 22px;
  padding: 0 0 10px 30px;
  border-bottom: 2px solid #4b2e17;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5em;
}

.border {
  border-bottom: dotted 10px #46a618;
  max-width: 450px;
  width: 100%;
}

.head-txt01 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}

.marker01 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #f5ed80)
  );
  background: linear-gradient(transparent 60%, #f5ed80 60%);
}

.br-15 img {
  border-radius: 15px;
}

.btn01 {
  display: block;
  max-width: 350px;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  font-size: 18px;
  padding: 10px;
  text-decoration: none;
  font-weight: bold !important;
  margin: 30px auto 0px auto;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  color: #fffcfd;
  transition-duration: 0.3s;
  background: #31a319;
  background-image: url(/wp-content/uploads/2023/06/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: top 50% right 25px;
  background-size: 10px auto;
  transition-duration: 0.3s;
  border-radius: 50px;
}

.btn01:hover {
  color: #fff;
  background-position: top 50% right 15px;
  background-color: #42bc2a;
}

.btn01:visited {
  color: #fff;
}

.f-bold {
  font-weight: bold;
}

/*------------------------------------------
 * Animation
 * ---------------------------------------*/

.o-hover {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.o-hover:hover {
  opacity: 0.7;
}

.underline:hover {
  text-decoration: underline;
}

.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.a-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*--------------------------------------------
 * Nav
 * -----------------------------------------*/

nav.row2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: none;
  background-color: #fff;
}

nav.row2 .logo-box {
  padding: 10px 0;
}

nav.row2 .logo .logo-img {
  max-width: 300px;
  width: 100%;
}

nav.row2 .logo .logo-img img {
  width: 100%;
}

nav.row2 .logo .logo-img h1 {
  margin-bottom: 0;
}

nav.row2 .logo .logo-img img:hover {
  opacity: 0.7;
}

nav.row2 .logo .logo-contact {
  width: calc(100% - 320px);
}

nav.row2 .logo .logo-contact .locon.flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

nav.row2 .logo .logo-contact .locon_item {
  width: 350px;
}

.locon_item {
  margin-right: 15px;
}

.locon_item02 {
  max-width: 50px;
}

nav.row2 .logo .logo-contact img:hover {
  opacity: 0.8;
}

.desktop.navigation {
  background-color: #47a619;
  padding-top: 0px;
  width: 100%;
  margin-right: 0;
}

.desktop.navigation ul.nav li a:after {
  content: "";
  height: 23px;
  vertical-align: middle;
  display: inline-block;
  border-right: solid 1px #ffffff;
  padding-left: 20px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.desktop.navigation ul.nav li:last-of-type a:after {
  content: "";
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  border-right: none;
  padding-left: 20px;
}

.desktop.navigation .nav-content li {
  padding: 0;
  margin: 0;
}

.desktop.navigation .nav-content li a {
  font-weight: bold;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  color: #ffffff;
  line-height: 2.5em;
  margin: 0;
  font-size: 16px;
  padding: 5px 0 5px 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.desktop.navigation .nav-content a:hover,
.desktop.navigation .nav-content a.active {
  color: #fff;
  opacity: 0.5;
}

/*--------------------------------------------
 * Mobile nav
 * -----------------------------------------*/

.icon-bar {
  display: block;
  float: left;
  width: 100%;
  height: 5px;
  margin-top: 5px;
  background: #4b2e17;
}

.mobile.navigation .nav-content a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  padding: 2px 0 !important;
  width: 100%;
}

.mobile.navigation .nav-content li {
  margin: 0;
  border-top: 1px dashed #ffffff;
  padding: 0;
}

.mobile.navigation {
  display: none;
  width: 100%;
  margin: 0;
  background-color: #4b2e17;
  float: left;
  border-bottom: none;
}

.mobile.navigation .nav > li {
  padding: 5px 0 !important;
}

/*--------------------------------------------
 * Sub header
 * -----------------------------------------*/

.sub-header {
  background-position: center !important;
}

.sub-header {
  width: 100%;
  background-size: cover !important;
  height: 18vw;
}

.sub-header h2 {
  color: #4b2e17;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  line-height: 1.75em;
  font-size: 34px !important;
}

/*--------------------------------------------
 * Splash
 * -----------------------------------------*/

#splash {
  background-color: rgba(255, 255, 255, 1);
}

#splash_logo {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

#splash_logo img {
  width: 100%;
}

/*--------------------------------------------
 * Slider
 * -----------------------------------------*/

.slider-wrap {
  padding: 20px 0;
  background-image: url(/wp-content/uploads/2023/07/wood-bg02.jpg);
  background-size: cover;
}

#n2-ss-16item1 {
  max-width: 500px !important;
  margin-right: 13% !important;
}

/*--------------------------------------------
 * Parallax
 * -----------------------------------------*/

section.parallax {
  height: 400px;
  background-position: center center !important;
}

/*------------------------------------------
 * Pagetop
 * ---------------------------------------*/
.lb-back-to-top {
  right: 20px;
  background: url(/wp-content/uploads/2023/07/page-top.png);
  background-repeat: no-repeat;
  border: none;
  background-size: contain;
  width: 80px;
  height: 80px;
  text-indent: -9999px;
}

.lb-back-to-top:hover {
  background-color: rgba(120, 120, 120, 0);
  color: #fff;
  opacity: 0.8;
}

/*------------------------------------------
 * Tablepress
 * ---------------------------------------*/

.tablepress tbody {
  border: 1px solid #ddd;
}

.tablepress td {
  font-size: 16px;
  padding: 15px;
  line-height: 1.75em;
  background-color: #fff;
}

.tablepress td.column-1 {
  color: #fff;
  background-color: #4b2e17;
  font-weight: bold;
}

/*------------------------------------------
 * Tab
 * ---------------------------------------*/

.tab-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.tab {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 10px 10px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  width: 18%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 1% 25px;
  font-weight: bold;
  font-size: 18px;
  background: #ffffff;
  border-radius: 40px;
  border: none;
  letter-spacing: 0.05em;
  color: #502c05;
  margin-bottom: 20px;
}

.tab.is-active,
.tab:hover {
  background: #46a618;
  color: #fff;
}

/*------------------------------------------
 * Q＆A
 * ---------------------------------------*/

#accordion dt {
  margin-top: 20px;
  background-image: url(/wp-content/uploads/2023/06/q-icon.png);
  background-size: auto 30px;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 0 10px 40px;
  text-align: left;
  line-height: 1.75em;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #373737;
}

#accordion dt:hover {
  opacity: 0.8;
}

#accordion dt:after {
  color: #4b2e17;
}

#accordion dd {
  background-image: url(/wp-content/uploads/2023/06/a-icon.png);
  background-size: auto 30px;
  padding: 0 0 0 40px;
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: 20px;
  line-height: 1.75em;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  text-align: left;
}

/*------------------------------------------
 * 新着情報アーカイブ シングル
 * ---------------------------------------*/

.single .post-title {
  margin-bottom: 40px;
}

.sidebar h3 {
  background: #e58c17;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.post-title a:hover {
  color: #31a319 !important;
}

.blog-content {
  padding: 30px 15px;
}

.content.padded.blog {
  padding-top: 80px;
}

.blog-content .post {
  border-bottom: 1px solid #a5a5a5;
  margin-top: 0px;
  padding: 30px 0;
}

.blog-content .post:first-of-type {
  padding-top: 0;
}

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

.post-title h2,
.post-title h2 a {
  font-size: 28px;
  color: #502c05 !important;
  padding: 0;
  font-weight: bold !important;
}

.post-title h2 a:hover {
  color: #31a319 !important;
}

.post-meta h6,
.post-meta a {
  font-size: 16px;
  color: #502c05;
  margin-bottom: 0;
}

.post:first-of-type {
  margin-top: 0px;
}

.cat-item a,
.recentcomments a {
  color: #502c05 !important;
  font-size: 16px;
}

.cat-item,
.recentcomments {
  border-bottom: 1px solid #bfbfbf;
}

.cat-item a:hover {
  color: #31a319 !important;
}

.pager li a:hover {
  color: #31a319;
}

.search .title {
  display: none;
}

.search .post {
  padding-left: 0;
}

/*------------------------------------------
 * 店舗紹介
 * ---------------------------------------*/

#introduction {
  padding: 0;
}

#introduction .title {
  display: none;
}

#introduction .shortcode {
  margin-top: 0;
}

.bg-intro01 {
  background-image: url(/wp-content/uploads/2023/07/bg01.jpg);
  background-size: cover;
  padding: 20px;
}

.bg-inner01 {
  padding: 80px 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.intro-block01 {
  margin-bottom: 50px;
}

dl.topics.clearfix {
  width: 100%;
  padding: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0px;
}

dl.topics.clearfix span {
  display: none !important;
}

dl.topics.clearfix .list-item {
  padding: 0 0 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #502c05;
}

dl.topics.clearfix .list-item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

dl.topics.clearfix a {
  display: block;
}

dl.topics dd time {
  color: #e58c17;
  margin-right: 0px;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}

.alignright {
  display: none;
}

.intro-bnr.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro-bnr a {
    width: 30%;
    margin: 0 20px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.intro-bnr a:hover {
  opacity: 0.7;
}

.bg-intro02 {
  background-image: url(/wp-content/uploads/2023/07/craft03.jpg);
  background-size: cover;
  padding: 80px 0;
}

.concept-ttl {
  max-width: 300px;
  margin: 0 auto 40px;
}

.concept-head {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  line-height: 1.5em;
}

.concept-head::after {
  width: 50px;
  height: 3px;
  content: "";
  left: 0;
  right: 0;
  bottom: -25px;
  background-color: #31a319;
  position: absolute;
  margin: 0 auto;
}

.concept-txt01 {
  text-align: center;
  line-height: 2em;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 20px;
}

.concept-txt02 {
  text-align: center;
  line-height: 2em;
  margin-bottom: 50px;
  padding: 30px;
  border: 1px solid #502c05;
  line-height: 2em;
}

.concept-txt02 .main-txt {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}

.greeting-block .box01-txt p {
  line-height: 2em;
}

.sign {
  display: block;
  text-align: right;
  margin-top: 15px;
}

/*------------------------------------------
 * サービス紹介
 * ---------------------------------------*/

#service {
  padding: 0;
}

#service .title {
  display: none;
}

#service .shortcode {
  margin-top: 0;
}

.bg-service01 {
  background-image: url(/wp-content/uploads/2023/07/bg02.jpg);
  background-size: cover;
  background-position: bottom left;
  padding: 20px;
}

.reason-cont {
  padding: 40px;
  background-color: #f9f3ed;
}

.reason-list li {
  font-size: 18px;
  padding-bottom: 15px;
  margin-right: 35px;
  font-weight: bold;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #502c05;
}

.reason-list li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.reason-list li.flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reason-list li .check-icon {
  width: 30px;
  margin-right: 10px;
}

.reason-list li:last-of-type {
  padding-bottom: 0;
}

.tel-bnr01 {
  max-width: 400px;
  width: 100%;
  margin: 60px auto 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.tel-bnr01:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.reason-list02 li {
  width: 31%;
}

.reason-ttl01 {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

.reason-ttl01 span {
  color: #766141;
  line-height: 1.75em;
}

.reason-txt {
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
}

.reason-txt p {
  margin-bottom: 0;
}

.mov-box {
  margin: 50px auto;
  max-width: 700px;
  padding: 20px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.reason-img {
  margin-bottom: 20px !important;
}

/*------------------------------------------
 * メニュー
 * ---------------------------------------*/

#menu {
  background-image: url(/wp-content/uploads/2023/07/craft03.jpg);
  background-size: cover;
  padding: 100px 0 60px;
}

#menu .title {
  display: none;
}

#menu .shortcode {
  margin-top: 0;
}

.menu-list01 li {
  width: 48%;
  margin-bottom: 40px;
}

.menu-img01 {
  max-width: 250px;
  margin: 0 auto 15px;
}

.menu-img01 img {
  width: 100%;
}

.menu-fee01 dt,
.menu-fee01 dd {
  border-bottom: 1px solid #502c05;
}

.menu-fee01 dt {
  width: calc(100% - 150px);
  padding: 10px 10px 10px 0;
}

.menu-fee01 dd {
  width: 150px;
  padding: 10px 0 10px 10px;
  text-align: right;
}

.menu-other01 {
  margin-top: 20px;
}

.menu-other01 p {
  margin-bottom: 0;
}

.menu-single {
  padding: 60px 0 100px;
}

.single-menu-post .title {
  margin-bottom: 40px;
}

.single-menu-img {
  max-width: 250px;
  margin: 0 auto 40px;
}

.single-menu-img img {
  width: 100%;
}

.single-menu-other {
  padding: 30px;
  background-color: #fbf5e8;
}

.menu-free {
  margin-top: 40px;
}

.card-box {
  width: 31%;
}

.card-img {
  margin-bottom: 20px;
}

.img-content {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
}

.img-content img {
  display: block;
  margin: 0 auto;
}

.mov-content {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 40px;
}

/*------------------------------------------
 * スタッフ紹介
 * ---------------------------------------*/

#staff {
  background-image: url(/wp-content/uploads/2023/07/wood-bg04.jpg);
  background-size: cover;
  padding-bottom: 60px;
}

#staff .title {
  display: none;
}

#staff .shortcode {
  margin-top: 0;
}

.staff-list li {
  width: 48%;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
}

.staff-img {
  max-width: 250px;
  margin: 0 auto 20px;
}

.staff-name {
  text-align: center;
  font-size: 20px;
  color: #e58c17;
  font-weight: bold;
}

.staff-profile {
  border: 1px solid #d5d1c1;
  border-bottom: none;
}

.staff-profile dt,
.staff-profile dd {
  border-bottom: 1px solid #d5d1c1;
  font-size: 14px;
}

.staff-profile dt {
  width: 30%;
  padding: 10px;
  background-color: #46a618;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #d5d1c1;
}

.staff-profile dd {
  width: 70%;
  padding: 10px 0 10px 10px;
}

/*------------------------------------------
 * アクセス・お問い合わせ
 * ---------------------------------------*/

#contact {
  padding: 0;
}

#contact .title {
  display: none;
}

#contact .shortcode {
  margin-top: 0;
}

.bg-contact01 {
  background-image: url(/wp-content/uploads/2023/07/bg03.jpg);
  background-size: cover;
  background-position: bottom left;
  padding: 20px;
}

.overview-block {
  margin-bottom: 60px;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.gmap02 {
  height: 0;
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
}

.gmap02 iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.access-block {
  margin-bottom: 60px;
}

.line-bnr {
  max-width: 400px;
  width: 100%;
  margin: 20px auto 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.line-bnr:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.contact-form {
  margin-top: 50px;
}

/*--------------------------------------------
 * お問い合わせ
 * -----------------------------------------*/

table.defTable01 input[type="email"] {
  border: 1px solid #a8a8a8;
  padding: 1rem;
}

table.defTable01 th,
table.defTable01 td {
  vertical-align: middle;
  padding: 24px 20px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
}

table.defTable01 th {
  width: 28%;
  background-color: #4b2e17;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

table.defTable01 th a {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

table.defTable01 th a:hover {
  text-decoration: underline;
  color: #ffffff;
}

table.defTable01 td label {
  display: inline-block;
  margin: 4px 0;
  font-size: 16px;
}

table.defTable01 th span {
  font-size: 0.75rem;
  background: #fff;
  padding: 5px 10px;
  margin-left: 10px;
  font-weight: bold;
  border-radius: 50px;
  color: #4b2e17;
}

table.defTable01 td.tel_area input {
  width: 30%;
}

table.defTable01 td.cen.last {
  background: none;
}

table.defTable01 .privacyBox h4 {
  margin: 20px 0 10px;
  padding: 0 0 0 0.35rem;
  border-left: 4px solid #bd8564;
  border-bottom: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
}

table.defTable01 .privacyBox p,
table.defTable01 .privacyBox li {
  font-size: 16px;
}

table.defTable01 td.cen input {
  padding: 1.25rem 2rem;
  color: #fff;
  width: 300px;
  max-width: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.035rem;
  background: #31a319;
  cursor: pointer;
  border: none;
  border-radius: 0;
  margin-top: 30px;
  -webkit-appearance: none;
  font-family: "Noto Sans JP", sans-serif;
}

table.defTable01 td.cen input.wpcf7-confirm,
table.defTable01 td.cen input.wpcf7-submit {
  margin-right: -70px;
}

.wpcf7c-conf {
  background-color: #e3f6ff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #bd8564;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.wpcf7-not-valid-tip {
  font-size: 16px;
}

.wpcf7-list-item-label {
  font-size: 16px;
}

.more {
  position: relative;
  z-index: 1;
}

.more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

#thanks {
  padding-top: 0;
}

#thanks p {
  text-align: center;
}

.select-box.flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

table.defTable01 td select {
  min-width: none;
  border: none;
  padding: 10px;
  border: 1px solid #a8a8a8;
  font-size: 16px;
  display: block;
  width: 100px;
}

.select-box.flex select.day,
.select-box.flex select.age-month {
  margin-left: 20px;
  margin-bottom: 20px;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-response-output {
  display: none;
}

/*------------------------------------------
 * プライバシーポリシー
 * ---------------------------------------*/

.privacyBox {
  padding: 70px 0;
}

.privacyBox section {
  text-align: left;
  padding: 60px 0 60px;
}

.privacyBox p {
  line-height: 180%;
}

.privacyBox ul.ullist01 {
  margin: 10px 0px;
}

.privacyBox ul.ullist01 li {
  margin: 0px 0px 0px 1.5em;
  line-height: 200%;
  list-style: disc;
}

.privacyBox .ttl-01 {
  margin: 60px 0 20px;
  padding: 10px 0 10px 0;
  color: #502c05;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  border-bottom: 4px solid #ebe5d9;
  line-height: 180%;
  position: relative;
  letter-spacing: 0.05em;
}

.privacyBox .ttl-01::after {
  position: absolute;
  content: " ";
  border-bottom: solid 4px #46a618;
  bottom: -4px;
  width: 10%;
  display: block;
  left: 0;
}

.privacyBox .ttl-01 span {
  color: #e68c15;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-left: 10px;
  display: inline;
  text-transform: uppercase;
}

.privacyBox .ttl-01.ttl_top {
  margin: 0 0 20px;
}

.privacyBox .wc_h3_01 {
  text-align: center;
  line-height: 150%;
}

.privacyBox .wc_h3_01 span {
  text-transform: uppercase;
  letter-spacing: 0;
}

/*--------------------------------------------
 * Footer
 * -----------------------------------------*/

footer#footer {
  background-image: url(/wp-content/uploads/2023/07/wood-bg01.jpg);
  background-size: cover;
}

footer#footer .content {
  width: 80%;
  margin: 0 auto;
  padding-top: 0;
}

.footer-nav {
  background-color: rgba(0, 0, 0, 0);
}

.footer-nav .nav li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
}

.footer-nav .nav li img {
  display: none;
}

.footer-nav .nav li a:hover {
  text-decoration: underline;
}

.footer-nav .nav li:after {
  content: "|";
  margin: 10px;
  color: #ffffff;
}

.f-logo {
  max-width: 350px;
  margin: 35px auto;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
}

.f-logo:hover {
  opacity: 0.8;
}

.footer_box {
  margin: 2em 0 0;
}

.footer_address {
  margin-bottom: 30px;
}

.footer_address a {
  color: #ffffff !important;
}

.footer_address a:hover {
  text-decoration: underline;
}

.fa-map-marked-alt:before {
  content: "\f5a0";
  color: #ffffff;
  font-size: 14px;
}

.fa-phone-alt:before {
  content: "\f879";
  color: #ffffff;
  font-size: 14px;
}

.copyright {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-top: 15px;
}

.copyright a {
  color: #ffffff;
  font-size: 14px;
}

.copyright h6 {
  color: #ffffff;
  font-size: 14px;
}
