@charset "UTF-8";
/*******************************
#contactform 共通
*******************************/
.reserve_tel {
  background: #F8F5F0; }
  .reserve_tel .inner {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .reserve_tel .inner {
        padding-top: 80px;
        padding-bottom: 80px; } }
  .reserve_tel .reserve_tel__ol {
    border: 1px solid #8C6239;
    background: #ffffff;
    padding: 25px 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 768px) {
      .reserve_tel .reserve_tel__ol {
        padding: 20px 20px; } }
    .reserve_tel .reserve_tel__ol p {
      font-size: 2.0rem;
      font-weight: bold;
      font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
      line-height: 1.4;
      color: #8C6239; }
      @media screen and (min-width: 768px) {
        .reserve_tel .reserve_tel__ol p {
          font-size: 2.4rem; } }
    .reserve_tel .reserve_tel__ol .freedial {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-bottom: 10px; }
    .reserve_tel .reserve_tel__ol img {
      width: 60px;
      height: auto; }
      @media screen and (min-width: 768px) {
        .reserve_tel .reserve_tel__ol img {
          width: 80px; } }
    .reserve_tel .reserve_tel__ol span.tel {
      font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif;
      font-weight: 500;
      font-size: 3.4rem;
      line-height: 1.0; }
      @media screen and (min-width: 768px) {
        .reserve_tel .reserve_tel__ol span.tel {
          font-size: 5.0rem; } }

@media screen and (max-width: 960px) {
  #contactform dl {
    margin-bottom: 30px; } }
#contactform dl dt {
  font-weight: bold;
  color: #2E1E05;
  border-top: 1px solid #D1B28F;
  width: 100%;
  padding: 15px 15px 5px 15px; }
  @media screen and (min-width: 768px) {
    #contactform dl dt {
      padding: 25px 15px 5px 15px; } }
  #contactform dl dt p {
    font-weight: bold;
    font-size: 2.0rem; }
    @media screen and (min-width: 768px) {
      #contactform dl dt p {
        font-size: 2.2rem; } }
#contactform dl dd {
  width: 100%;
  padding: 9px 15px 20px 15px; }
  @media screen and (min-width: 768px) {
    #contactform dl dd {
      padding: 9px 15px 30px 15px; } }
#contactform dl span.req {
  color: #ffffff;
  line-height: 1.0;
  padding: 4px 7px 5px 7px;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 7px;
  background: #A21719; }
#contactform dl p {
  margin: 0px !important;
  line-height: 1.3; }
#contactform dl .form-note {
  color: #A21719;
  margin-bottom: 12px; }
  #contactform dl .form-note p {
    font-weight: 500;
    font-size: 1.5rem; }
#contactform dl .policy {
  font-weight: bold;
  font-size: 1.6rem; }
  #contactform dl .policy a {
    text-decoration: underline;
    margin-bottom: 20px; }
  #contactform dl .policy .agree {
    margin-top: 20px; }
  #contactform dl .policy span, #contactform dl .policy div, #contactform dl .policy a {
    font-size: 1.5rem;
    font-weight: bold; }
#contactform dl span.pointR {
  color: #d1121b;
  padding-bottom: 5px;
  display: inline-block; }
#contactform #lastcheck {
  max-width: 800px;
  width: 100%;
  padding: 30px;
  background: #ffffff;
  text-align: center;
  font-weight: bold;
  color: #d1121b;
  margin: 0px auto;
  margin-bottom: 50px;
  border-radius: 10px; }
  @media screen and (max-width: 767px) {
    #contactform #lastcheck {
      text-align: left;
      margin-bottom: 30px; } }
  #contactform #lastcheck span {
    font-size: 1.6rem;
    line-height: 1.3; }
#contactform .your-zip .form-width2 {
  margin-bottom: 7px;
  width: 180px; }
#contactform .sex span.wpcf7-list-item, #contactform .estimate_about span.wpcf7-list-item, #contactform .estimate_kaoku span.wpcf7-list-item {
  padding-bottom: 7px; }

/* デザインカスタマイズ */
div.wpcf7 input, .wpcf7 .send {
  padding-bottom: 0px; }

div.wpcf7 input, .wpcf7 textarea {
  padding: 15px 20px;
  margin: 0px auto;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif; }
  @media screen and (min-width: 768px) {
    div.wpcf7 input, .wpcf7 textarea {
      padding: 20px 20px; } }

div.wpcf7 input.wpcf7-submit {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #A21719;
  transition: all .25s ease-out; }
  @media screen and (max-width: 480px) {
    div.wpcf7 input.wpcf7-submit {
      max-width: 300px; } }

div.wpcf7 input.wpcf7-submit:hover {
  background: #D1B28F;
  transition: all .25s ease-out; }

.wpcf7 input.wpcf7-submit:active {
  position: relative; }

.wpcf7 input:focus, .wpcf7 textarea:focus {
  border: 1px solid #d1121b; }

.wpcf7-captchac {
  border: 1px solid #ccc; }

/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
  background: #F8E5E6; }

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%; }

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.wpcf7 .wpcf7-validation-errors {
  color: #fff;
  background-color: #005fb7; }

.wpcf7 .wpcf7-mail-sent-ok {
  color: #fff;
  background-color: #005fb7; }

/* 必須赤色表示 */
.wpcf7 .required {
  color: #d1121b; }

/* 任意緑色表示 */
.wpcf7 .any {
  color: #080; }

.wpcf7 .pointR {
  color: #f00; }

.form-width {
  width: 100% !important; }

.form-width2 {
  width: 45%;
  margin-right: 5px; }
  @media screen and (min-width: 768px) {
    .form-width2 {
      width: 200px; } }

.form-width3 {
  width: 80px;
  margin-right: 5px; }
  @media screen and (min-width: 768px) {
    .form-width3 {
      width: 120px; } }

.ex {
  color: #333333;
  margin-bottom: 3px;
  font-size: 1.4rem; }

.mr {
  margin-right: 7px; }

/*ラジオボタン箇条書き*/
.wpcf7-list-item {
  margin: 0px !important; }

span.wpcf7-list-item {
  display: block; }

.choice {
  padding-bottom: 7px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc; }

/*pulldown*/
select {
  border: 1px solid #cccccc;
  border-radius: 0px;
  padding: 15px 15px;
  background: #ffffff;
  display: inline-block;
  min-width: 300px;
  font-size: 1.6rem;
  color: #000000; }

input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px !important; }

input[type=radio] + span,
input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer; }

@media (min-width: 1px) {
  input[type=radio],
  input[type=checkbox] {
    display: none;
    margin: 0; }

  input[type=radio] + span,
  input[type=checkbox] + span {
    padding: 0 0 0 35px; }

  input[type=radio] + span::before,
  input[type=checkbox] + span::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -9px;
    background: #FFFFFF;
    border: 1px solid #CBC9C9 !important;
    border-radius: 3px; }

  input[type=radio]:checked + span::after,
  input[type=checkbox]:checked + span::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block; }

  /*input[type=radio]:checked + span::after {
  	left: 3px;
  	width: 15px;
  	height: 15px;
  	margin-top: -6px;
  	background: $brown;
  	border-radius: 15px;
  }*/
  input[type=checkbox]:checked + span::after,
  input[type=radio]:checked + span::after {
    left: 5px;
    width: 22px;
    height: 12px;
    margin-top: -10px;
    border-left: 4px solid #D1B28F;
    border-bottom: 4px solid #D1B28F;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
/*ios対策*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

/*ラジオボタンサイズ変更*/
input[type="radio"] {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  margin-right: 0.2em;
  position: relative;
  top: 11px; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #d1121b;
  text-align: center; }

/*entry_job用*/
#entry_job #form-jobname textarea {
  font-weight: bold;
  padding: 0px;
  border: 0px;
  font-size: 1.8rem;
  height: 25px;
  background: none; }
  @media screen and (max-width: 480px) {
    #entry_job #form-jobname textarea {
      width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

/*reCAPTCHA*/
p.recaptcha {
  padding-top: 20px;
  font-size: 1.0rem;
  font-weight: 400;
  color: #626262;
  text-align: center; }
  p.recaptcha a {
    font-size: 1.0rem;
    color: #626262; }
    p.recaptcha a:hover {
      text-decoration: underline; }

#wpcf7cpcnf table {
  width: 100%; }
  #wpcf7cpcnf table th,
  #wpcf7cpcnf table td {
    padding: 15px 15px;
    text-align: left;
    border: 1px solid #666;
    background: #ffffff; }
  #wpcf7cpcnf table th {
    background: #ebebeb;
    color: #000000; }
#wpcf7cpcnf div.wpcf7cp-btns {
  text-align: center; }
  #wpcf7cpcnf div.wpcf7cp-btns button {
    background: #00233f;
    color: #ffffff;
    width: 140px;
    padding: 10px;
    font-size: 1.6rem;
    border-radius: 8px;
    border: 0px;
    font-family: "Noto Sans JP", sans-serif; }

/***form 共通*********************************/
#contactform .ol {
  background: #FBF7EE;
  padding: 30px 5%;
  max-width: 1000px;
  margin: 0px auto;
  width: 100%;
  border: 1px solid #D1B28F; }
  @media screen and (min-width: 768px) {
    #contactform .ol {
      padding: 50px 7%; } }

/************************************
    event
************************************/
#event .note {
  background: #ffffff;
  padding: 15px 15px;
  margin-bottom: 30px;
  color: #360B0C;
  border: 1px solid #D1B28F; }
  @media screen and (min-width: 768px) {
    #event .note {
      margin-bottom: 50px; } }
#event #form-eventtitle .cf7-display, #event #form-eventdate .cf7-display {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: transparent;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  padding: 0;
  resize: none;
  /* 手動リサイズ消す */
  overflow: hidden;
  /* スクロールバー消す */ }
#event #contactform .eventname {
  font-weight: bold; }

/************************************
    reservation
************************************/
#reservation .reservationmerit h2.sectionTitle {
  margin-bottom: 50px; }
  #reservation .reservationmerit h2.sectionTitle span {
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    font-size: clamp(2.4rem, 4vw, 4.5rem);
    font-weight: bold;
    color: #8C6239; }
@media screen and (min-width: 768px) {
  #reservation .reservationmerit__meritList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
#reservation .reservationmerit__item {
  background: #8C6239;
  color: #ffffff;
  border: 1px solid #D1B28F; }
  @media screen and (max-width: 767px) {
    #reservation .reservationmerit__item {
      margin-bottom: 15px;
      display: flex;
      justify-content: space-between;
      padding: 5px 5px; }
      #reservation .reservationmerit__item .reservationmerit__imgaArea {
        width: 40%;
        padding: 10px; }
      #reservation .reservationmerit__item .reservationmerit__textArea {
        width: 60%; } }
  @media screen and (min-width: 768px) and (max-width: 960px) {
    #reservation .reservationmerit__item {
      width: 48%;
      margin-bottom: 20px;
      text-align: center; } }
  @media screen and (min-width: 961px) {
    #reservation .reservationmerit__item {
      width: 24%;
      text-align: center; } }
#reservation .reservationmerit__textArea {
  padding: 10px 10px;
  line-height: 1.4; }
  @media screen and (min-width: 768px) {
    #reservation .reservationmerit__textArea {
      padding: 15px 15px; } }
  #reservation .reservationmerit__textArea span.note {
    font-size: 1.6rem; }
  #reservation .reservationmerit__textArea div.no {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      #reservation .reservationmerit__textArea div.no {
        text-align: center; } }
    #reservation .reservationmerit__textArea div.no span {
      display: inline-block;
      font-weight: bold;
      font-size: 2.2rem;
      border-bottom: 3px solid #fff;
      padding-bottom: 3px; }
#reservation .soudan {
  background: #ffffff; }
  #reservation .soudan .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: auto 20px;
    padding-bottom: 0px; }
    @media screen and (min-width: 1281px) {
      #reservation .soudan .inner {
        max-width: 90% !important; } }
  #reservation .soudan__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    @media screen and (max-width: 1280px) {
      #reservation .soudan__block {
        display: block; } }
  #reservation .soudan__text {
    width: 48%;
    z-index: 2; }
    @media screen and (max-width: 1280px) {
      #reservation .soudan__text {
        width: 100%;
        margin-bottom: 20px; } }
    @media screen and (min-width: 1281px) {
      #reservation .soudan__text {
        width: 45%; } }
  #reservation .soudan__image {
    width: 50%;
    position: relative; }
    #reservation .soudan__image img {
      width: 100%;
      height: auto;
      display: block; }
      @media screen and (min-width: 961px) and (max-width: 1280px) {
        #reservation .soudan__image img {
          object-fit: cover;
          height: 450px; } }
    #reservation .soudan__image--right {
      width: 50vw;
      margin-right: calc(50% - 50vw); }
    #reservation .soudan__image--left {
      width: 50vw;
      margin-left: calc(50% - 50vw); }
    @media screen and (max-width: 1280px) {
      #reservation .soudan__image {
        width: 100%;
        margin: 0; } }
  #reservation .soudan__catch {
    font-size: clamp(2.2rem, 4vw, 3rem);
    margin-bottom: 30px;
    font-weight: bold;
    color: #8C6239;
    line-height: 1.3; }
    @media screen and (max-width: 1280px) {
      #reservation .soudan__catch {
        text-align: center;
        margin-bottom: 40px; } }
  #reservation .soudan__desc {
    margin-bottom: 30px;
    line-height: 1.8; }
    @media screen and (max-width: 1280px) {
      #reservation .soudan__desc {
        margin-bottom: 50px; } }
  #reservation .soudan__btn {
    margin-bottom: 20px;
    max-width: 400px;
    width: 100%; }
    @media screen and (max-width: 1280px) {
      #reservation .soudan__btn {
        margin: 0px auto;
        margin-bottom: 40px; } }
    #reservation .soudan__btn a {
      display: block;
      background: #7a4b14;
      color: #fff;
      padding: 12px 30px;
      border-radius: 30px;
      position: relative;
      text-align: center; }
      #reservation .soudan__btn a:after {
        content: url("../images/common/arrow_w.svg");
        width: 23px;
        position: absolute;
        right: 10px;
        top: 15%; }
#reservation #contactform .inner {
  padding-top: 40px; }

/******************************************
    estimate
******************************************/
#estimate .estimate_lead h2.sectionTitle {
  margin-bottom: 50px; }
  #estimate .estimate_lead h2.sectionTitle span {
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    font-size: clamp(2.4rem, 4vw, 3.5rem);
    font-family: green;
    font-weight: bold;
    color: #A21719;
    font-family: "Times New Roman", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "source-han-serif-japanese", serif; }
#estimate .estimate_lead__itemList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
#estimate .estimate_lead__item {
  border: 1px solid #D1B28F;
  margin-bottom: 15px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    #estimate .estimate_lead__item {
      margin-bottom: 15px;
      padding: 5px 5px;
      width: 48.5%; } }
  @media screen and (min-width: 481px) {
    #estimate .estimate_lead__item {
      width: 33%;
      margin-bottom: 20px; } }
  @media screen and (min-width: 961px) {
    #estimate .estimate_lead__item {
      width: 24%; } }
@media screen and (min-width: 961px) {
  #estimate .estimate_lead__item:nth-child(n+5) {
    width: 19% !important; } }
#estimate .estimate_lead__iconArea {
  padding: 10px 10px; }
  #estimate .estimate_lead__iconArea img {
    width: 80px; }
#estimate .estimate_lead__textArea {
  padding: 10px 10px;
  line-height: 1.4;
  background: #8C6239;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem; }
  @media screen and (min-width: 768px) {
    #estimate .estimate_lead__textArea {
      padding: 15px 15px; } }
  #estimate .estimate_lead__textArea span {
    display: inline-block;
    font-weight: bold;
    width: 100%; }
@media screen and (min-width: 961px) {
  #estimate .estimate_flow__flowList {
    display: flex;
    justify-content: space-between; } }
#estimate .estimate_flow__item {
  border: 1px solid #D1B28F;
  background: #FBF7EE;
  position: relative; }
  @media screen and (max-width: 960px) {
    #estimate .estimate_flow__item {
      max-width: 500px;
      margin: 0px auto;
      width: 100%;
      margin-bottom: 45px; } }
  @media screen and (min-width: 961px) {
    #estimate .estimate_flow__item {
      width: 30%; } }
  #estimate .estimate_flow__item::after {
    content: "";
    position: absolute; }
    @media screen and (max-width: 960px) {
      #estimate .estimate_flow__item::after {
        background: url("../images/estimate/arrow_down.svg") no-repeat center/contain;
        transform: translateX(-50%);
        bottom: -40px;
        height: 30px;
        width: 40px;
        left: 50%; } }
    @media screen and (min-width: 961px) {
      #estimate .estimate_flow__item::after {
        background: url("../images/estimate/arrow_right.svg") no-repeat center/contain;
        top: 50%;
        right: -13%;
        height: 40px;
        transform: translateY(-50%); } }
  #estimate .estimate_flow__item:nth-child(3)::after {
    display: none; }
  #estimate .estimate_flow__item .tit {
    text-align: center;
    font-weight: bold;
    background: #8C6239;
    color: #ffffff;
    padding: 10px 10px;
    font-size: 2.2rem; }
  #estimate .estimate_flow__item .text {
    padding: 10px 10px; }
    @media screen and (min-width: 768px) {
      #estimate .estimate_flow__item .text {
        padding: 20px 20px; } }
#estimate #contactform .inner {
  padding-top: 40px; }
