/***** ctc--contact *****/
/* googlefont */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Outfit:wght@100..900&display=swap");
/*.noto-sans-jp- { font-family: "Noto Sans JP", sans-serif; }*/
/*.noto-serif-jp- { font-family: "Noto Serif JP", serif; }*/
/* base */
:root {
  --base-color-gold: #7d6343;
  --base-color-black: #231815;
  --base-color-white: #ffffff;
  --base-font-sans: "Noto Sans JP", sans-serif;
  --base-font-serif: "Noto Serif JP", serif; }

#cnt_main_rrg {
  width: auto;
  font-size: inherit;
  line-height: normal;
  margin: auto;
  padding: 0; }

.global_footer .global_navi, .global_footer .footer_top {
  display: none; }

/***** ctc--contact--style *****/
.ctc_sec {
  font-family: var(--base-font-sans);
  font-optical-sizing: auto;
  font-style: normal;
  max-width: 1236px;
  /*max-width: calc((1236 / 1920)* 100vw);*/
  margin: 0 auto;
  color: var(--base-color-black);
  font-size: 15px;
  line-height: 1;
  padding: 60px 0; }
  .ctc_sec p {
    font-family: var(--base-font-sans); }
  .ctc_sec .ctc_inr .ctc_inr_bg {
    background-color: #f0dfcf;
    padding: 40px 60px; }
  .ctc_sec .ctc_inr .ctc_ttl {
    font-family: var(--base-font-serif);
    color: var(--base-color-gold);
    font-size: 42px;
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 5px; }
  .ctc_sec .ctc_inr .ctc_ttl_jp {
    font-size: 20px;
    line-height: 1.75;
    font-weight: 700;
    margin-bottom: 12px; }
  .ctc_sec .ctc_inr .ctc_ttl_en {
    font-family: var(--base-font-serif);
    color: var(--base-color-gold);
    font-size: 24px;
    line-height: 1.75;
    font-weight: 600;
    margin-top: 42px;
    margin-bottom: 8px; }
  .ctc_sec .ctc_inr .anc_wireBtn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px; }
    .ctc_sec .ctc_inr .anc_wireBtn .wireBtn_item {
      width: calc((100% / 3) - 30px); }
      .ctc_sec .ctc_inr .anc_wireBtn .wireBtn_item .wireBtn_link {
        display: flex;
        align-items: center;
        height: 70px;
        padding: 0 25px;
        color: var(--base-color-gold);
        text-decoration: none;
        border: 1px solid var(--base-color-gold);
        position: relative;
        transition: .3s ease-in-out; }
      .ctc_sec .ctc_inr .anc_wireBtn .wireBtn_item .wireBtn_link:after {
        content: ">";
        position: absolute;
        /*top: 35%;*/
        /*right: 15px;*/
        right: 35px;
        transform: rotate(90deg) scale(1, 1.5); }
      .ctc_sec .ctc_inr .anc_wireBtn .wireBtn_item .wireBtn_link:hover {
        background: var(--base-color-gold);
        color: var(--base-color-white);
        opacity: 1; }
  .brandBtn_text{
    margin-top: 5px;
    text-align: left;
  }
  .ctc_sec .ctc_inr .brandBtn.kaigai-brandBtn{
    justify-content: flex-end;
  }
  .ctc_sec .ctc_inr .brandBtn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:30px;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
    .ctc_sec .ctc_inr .brandBtn .brandBtn_item {
      width: calc((100% / 3) - 20px); }
      .ctc_sec .ctc_inr .brandBtn .brandBtn_item .brandBtn_link {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        padding: 0 5px;
        color: var(--base-color-white);
        background-image: linear-gradient(0deg, #952e07 20%, #b97e59);
        text-decoration: none;
        position: relative;
        border-radius: 5px;
        transition: .3s ease-in-out; }
      .ctc_sec .ctc_inr .brandBtn .brandBtn_item .brandBtn_link:hover {
        background-image: linear-gradient(0deg, #952e07 20%, #952e07);
        color: var(--base-color-white);
        opacity: 1; }
  .ctc_sec .ctc_inr .ctcBtn {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    font-family: var(--base-font-sans); }
    .ctc_sec .ctc_inr .ctcBtn .ctcBtn_link {
      width: 315px;
      height: 46px;
      padding: 0 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: var(--base-color-white);
      background-image: linear-gradient(0deg, #ba9209 20%, #e7d96f);
      text-decoration: none;
      position: relative;
      border-radius: 5px;
      transition: .3s ease-in-out; }
    .ctc_sec .ctc_inr .ctcBtn .ctcBtn_link:hover {
      background-image: linear-gradient(0deg, #ba9209 20%, #ba9209);
      color: var(--base-color-white);
      opacity: 1; }
  .ctc_sec .ctc_inr .colBox {
    display: flex;
    width: calc((100% / 3) - 20px);
    gap: 20px; }
    .ctc_sec .ctc_inr .colBox .colBox_item {
      margin-top: 20px; }
      .ctc_sec .ctc_inr .colBox .colBox_item .colBox_txt {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 16px;
        color: var(--base-color-gold); }
  .ctc_sec .ctc_inr .ctcShop_inr {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    color: var(--base-color-black); }
    .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item {
      display: flex;
      align-items: center;
      background-color: var(--base-color-white);
      padding: 16px 20px 16px 28px; }
      .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item .ctcShop_item_inr {
        display: flex; }
      .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item .ctcShop_name {
        display: flex;
        align-items: center;
        min-width: 312px;
        padding-right: 10px;
        font-size: 20px;
        line-height: 1.55;
        font-weight: 700;
        letter-spacing: 0.06em;
        border-right: 1px solid var(--base-color-gold); }
      .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item .ctcShop_tel {
        display: flex;
        align-items: center;
        font-family: var(--base-font-serif);
        min-width: 195px;
        padding-left: 25px; }
        .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item .ctcShop_tel .ctcShop_tel_link {
          font-size: 24px;
          color: var(--base-color-gold);
          font-weight: 600;
          text-decoration: none; }
        .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item .ctcShop_tel .ctcShop_tel_link:hover {
          opacity: 1; }
      .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item .ctcShop_info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 25px;
        font-size: 15px;
        line-height: 1.75; }
        .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item .ctcShop_info dl {
          display: flex;
          row-gap: 10px; }
        .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item .ctcShop_info dl:after {
          clear: both; }
        .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item .ctcShop_info dt {
          min-width: 5em;
          padding-right: 1em; }
        .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item .ctcShop_info dd {
          float: left; }
  .ctc_sec .ctc_inr:not(:first-of-type) {
    margin-top: 28px; }
  .ctc_sec .ctc_inr:nth-of-type(2) {
    margin-top: 32px; }

/***** SP *****/
@media (max-width: 768px) {
  .ctc_sec {
    width: 100%;
    padding: 60px calc(40 / 750* 100vw); }
    .ctc_sec .ctc_inr .ctc_inr_bg {
      padding: 30px 20px 40px; }
    .ctc_sec .ctc_inr .ctc_ttl {
      font-size: 2.6rem;
      line-height: 1.5;
      margin-bottom: 20px; }
    .ctc_sec .ctc_inr .ctc_ttl_jp {
      font-size: 2rem;
      line-height: 1.5;
      margin-bottom: 20px; }
    .ctc_sec .ctc_inr .ctc_ttl_en {
      font-size: 2rem;
      line-height: 1.5;
      margin-bottom: 20px; }
    .ctc_sec .ctc_inr .anc_wireBtn {
      font-size: 1.6rem;
      row-gap: 8px; }
      .ctc_sec .ctc_inr .anc_wireBtn .wireBtn_item {
        width: 100%; }
        .ctc_sec .ctc_inr .anc_wireBtn .wireBtn_item .wireBtn_link {
          height: 58px; }
    .ctc_sec .ctc_inr .brandBtn {
      row-gap: 15px;
      font-size: 1.6rem; }
      .ctc_sec .ctc_inr .brandBtn .brandBtn_item {
        width: 100%; }
    .ctc_sec .ctc_inr .ctcBtn {
      font-size: 1.6rem; }
      .ctc_sec .ctc_inr .ctcBtn .ctcBtn_link {
        width: 100%; }
    .ctc_sec .ctc_inr .colBox {
      width: 100%;
      flex-direction: column; }
      .ctc_sec .ctc_inr .colBox .colBox_item {
        margin-top: 0; }
        .ctc_sec .ctc_inr .colBox .colBox_item .colBox_txt {
          font-size: 1.8rem;
          margin-top: 10px; }
    .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item {
      padding: 20px; }
      .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item .ctcShop_item_inr {
        flex-direction: column;
        width: 100%; }
        .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item .ctcShop_item_inr .ctcShop_name {
          display: block;
          min-width: 100%;
          width: 100%;
          padding-right: 0;
          padding-bottom: 18px;
          font-size: 1.8rem;
          text-align: center;
          border-right: none;
          border-bottom: 1px solid var(--base-color-gold); }
        .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item .ctcShop_item_inr .ctcShop_tel {
          justify-content: center;
          min-width: 100%;
          padding-left: 0;
          margin-top: 18px; }
          .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item .ctcShop_item_inr .ctcShop_tel .ctcShop_tel_link {
            font-size: 2.6rem; }
        .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item .ctcShop_item_inr .ctcShop_info {
          margin-top: 18px;
          padding-left: 0; }
          .ctc_sec .ctc_inr .ctcShop_inr .ctcShop_item .ctcShop_item_inr .ctcShop_info dt {
            min-width: 5em;
            padding-right: 0; }
    .ctc_sec .ctc_inr:not(:first-of-type) {
      margin-top: 48px; }
    .ctc_sec .ctc_inr:nth-of-type(2) {
      margin-top: 58px; } }
