@charset "UTF-8";
@media screen and (min-width: 992px) {
  .sp-only {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .tab-only {
    display: block !important;
  }
}

@media screen and (max-width: 1199px) {
  .desktop-only {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .tab-desktop {
    display: none !important;
  }
}

.hide-content {
  display: none !important;
}

.site_header .inner {
  box-sizing: border-box;
}

@media screen and (max-width: 992px) {
  .site_footer .sns {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 992px) {
  .site_footer .sns img {
    width: 10%;
    height: auto;
  }
}

.site_header h1 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.site_header h1 .sub_copy {
  font-family: "Shippori Mincho", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}

#content_wrap {
  padding-top: 140px;
}
@media screen and (max-width: 992px) {
  #content_wrap {
    width: 100%;
    box-sizing: border-box;
    padding-top: 60px;
  }
}
#content_wrap .breadcrumb {
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  #content_wrap .breadcrumb {
    margin-bottom: 30px;
  }
}
#content_wrap .breadcrumb ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#content_wrap .breadcrumb ul li:after {
  content: ">";
  margin-left: 10px;
}
#content_wrap .breadcrumb ul li:last-child::after {
  display: none;
}

#side .title img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.columns__2 #main {
  width: 720px;
  float: right;
  padding: 0;
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .columns__2 #main {
    width: 100%;
    padding: 0;
  }
}
.columns__2 #main h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: #000 solid 1px;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .columns__2 #main h2 {
    font-size: 140%;
    padding: 0 0 1% 4%;
    margin-bottom: 10%;
  }
}
.columns__2 #side {
  margin-top: 0;
}
.columns__2 #side .title {
  margin-bottom: 30px;
  display: block;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .columns__2 #side {
    margin-top: 20px;
    margin-bottom: 20%;
  }
  .columns__2 #side .title {
    background-color: #000;
    padding: 30px 0;
    box-sizing: border-box;
    width: 176px;
    height: 176px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
  }
}

.button__plain a {
  width: 200px;
  margin: 0px auto;
  padding: 12px 0 10px;
  display: block;
  text-align: center;
  border: 1px solid #000;
  transition: all 0.5s;
}
.button__plain a:hover {
  background: var(--BLACK);
  color: #fff;
  outline-width: 0;
  opacity: 0.8;
  background-color: #000;
}

/* ===========================================
たち吉について

================================================ */
.p_about .contents {
  margin-bottom: 70px;
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .p_about .contents {
    margin-left: 0;
  }
}

/* ===========================================
たち吉について

================================================ */
.p_shop .main-content h3 {
  padding: 0px;
  font-size: 18px;
  margin-bottom: 24px;
  border: none;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .p_shop .main-content h3 {
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
    border-bottom: #ccc dotted 1px;
    font-weight: bold;
  }
}
.p_shop .main-content h4 {
  margin-bottom: 10px;
}

/* ===========================================
歴史

================================================ */
@media screen and (max-width: 992px) {
  .p_history .fLeft,
  .p_history .fRight {
    float: inherit;
  }
}
@media screen and (max-width: 992px) {
  .p_history .contents {
    display: grid;
    gap: 30px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .p_history .his_ttl2 {
    margin-bottom: 25px;
  }
}

/* ===========================================

問い合わせ

================================================ */
.p_contact-corp {
  width: 100%;
  padding: 50px 0 130px;
}
@media screen and (max-width: 992px) {
  .p_contact-corp {
    padding: 30px 0 50px;
  }
}
.p_contact-corp h1.page-title {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 50px;
}
@media screen and (max-width: 992px) {
  .p_contact-corp h1.page-title {
    font-size: 20px;
    margin: 0 0 30px;
  }
}
.p_contact-corp .inline {
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .p_contact-corp .inline {
    padding: 0 0;
  }
}
.p_contact-corp .inline .txt-mid {
  font-size: 16px;
  line-height: 1.5em;
}
.p_contact-corp .inline .txt-mid .small {
  font-size: 14px;
}
.p_contact-corp .inline .form-select {
  width: 100%;
  height: 45px;
  background: none;
  margin: 0 0 60px;
}
.p_contact-corp .inline .form-wrap {
  padding: 0;
  box-sizing: border-box;
}
.p_contact-corp .inline .form-wrap-in {
  padding: 50px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  margin: 0 0 50px;
}
@media screen and (max-width: 992px) {
  .p_contact-corp .inline .form-wrap-in {
    padding: 10px;
  }
  .p_contact-corp .inline .form-wrap-in tr,
  .p_contact-corp .inline .form-wrap-in td,
  .p_contact-corp .inline .form-wrap-in th {
    display: block;
  }
}
.p_contact-corp .inline hr {
  width: 100%;
  height: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 50px 0 15px;
}
.p_contact-corp .inline .mw_wp_form table {
  margin: 0 0 20px;
}
.p_contact-corp .inline .mw_wp_form table tr td {
  padding: 7px 0;
  box-sizing: border-box;
  position: relative;
}
.p_contact-corp .inline .mw_wp_form table tr td:nth-child(1) {
  width: 220px;
}
.p_contact-corp .inline .mw_wp_form table tr td .required {
  font-size: 12px;
  text-align: center;
  background: #f00;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}
@media screen and (max-width: 992px) {
  .p_contact-corp .inline .mw_wp_form table tr td .required {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
    margin-left: 10px;
  }
}
.p_contact-corp .inline .mw_wp_form table tr td input[type=text],
.p_contact-corp .inline .mw_wp_form table tr td input[type=email] {
  width: 100%;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0 0 0 5px;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.p_contact-corp .inline .mw_wp_form table tr td input[type=text].mw-error,
.p_contact-corp .inline .mw_wp_form table tr td input[type=email].mw-error {
  background: #ffc3c3;
  border: 1px solid #f00;
  box-sizing: border-box;
}
.p_contact-corp .inline .mw_wp_form table tr td input[type=radio] {
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .p_contact-corp .inline .mw_wp_form table tr td input[type=radio] {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
}
.p_contact-corp .inline .mw_wp_form table tr td select {
  height: 35px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0 0 0 5px;
  box-sizing: border-box;
  -webkit-appearance: none;
}
@media screen and (max-width: 992px) {
  .p_contact-corp .inline .mw_wp_form table tr td select {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .p_contact-corp .inline .mw_wp_form table tr td .horizontal-item {
    display: block;
    margin-bottom: 1em;
  }
}
.p_contact-corp .inline .mw_wp_form table tr td .mwform-radio-field-text {
  margin-right: 20px;
}
.p_contact-corp .inline .mw_wp_form table tr td .mwform-zip-field input[type=text]:nth-child(1) {
  width: 70px;
}
.p_contact-corp .inline .mw_wp_form table tr td .mwform-zip-field input[type=text]:nth-child(2) {
  width: 100px;
}
.p_contact-corp .inline .mw_wp_form table tr td .mwform-tel-field input[type=text] {
  width: 70px;
}
.p_contact-corp .inline .mw_wp_form table tr td span.error {
  display: block;
}
.p_contact-corp .inline .mw_wp_form .label-textarea {
  font-size: 13px;
}
.p_contact-corp .inline .mw_wp_form .label-textarea strong {
  font-size: 16px;
  font-weight: normal;
}
.p_contact-corp .inline .mw_wp_form textarea {
  width: 100%;
  min-height: 155px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  resize: vertical;
}
.p_contact-corp .inline .mw_wp_form input[type=submit] {
  width: 450px;
  height: 40px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 0;
  margin: 0 auto 30px;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .p_contact-corp .inline .mw_wp_form input[type=submit] {
    width: 100%;
    height: 60px;
    background: #000;
    color: #fff;
    font-size: 14px;
    margin: 15px 0;
  }
}
.p_contact-corp .inline .mw_wp_form .errmsg {
  display: block;
  text-align: center;
  color: #f00;
  margin: 0 0 20px;
}
.p_contact-corp .inline .mw_wp_form .error {
  color: #f00;
}
.p_contact-corp .inline .mw_wp_form .tac {
  text-align: center;
  margin: 0 auto 15px;
}
.p_contact-corp .inline .mw_wp_form .tac p {
  margin: 0 auto 1em;
}
.p_contact-corp .inline .mw_wp_form .tac p:last-child {
  margin-bottom: 0;
}
.p_contact-corp .inline .mw_wp_form .en .error {
  display: none;
}
.p_contact-corp .inline .mw_wp_form .comp table tr td:nth-child(1) {
  width: 270px;
}
.p_contact-corp .inline .mw_wp_form.mw_wp_form_preview table tr td {
  font-size: 14px;
}
.p_contact-corp .inline .mw_wp_form.mw_wp_form_preview table tr td .required {
  display: none;
}
.p_contact-corp .inline .mw_wp_form.mw_wp_form_preview .label-textarea {
  margin: 0 0 20px;
}
.p_contact-corp .inline .mw_wp_form.mw_wp_form_preview .label-textarea + p {
  font-size: 14px;
}
.p_contact-corp .inline .mw_wp_form.mw_wp_form_complete {
  padding: 55px 0;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
}
.p_contact-corp .inline .mw_wp_form.mw_wp_form_complete .strong {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 40px;
  display: block;
  text-align: center;
}
.p_contact-corp .inline .mw_wp_form.mw_wp_form_complete .mid {
  font-size: 16px;
  font-weight: normal;
  display: block;
  text-align: center;
}
#inquiry .p_contact-corp .inline {
  padding: 0;
}
.p_contact-corp .complete-message {
  text-align: center;
  margin-bottom: 3rem;
}/*# sourceMappingURL=ctm.css.map */