@charset "UTF-8";
/*
Theme Name:famous_tcd064_child
Template:famous_tcd064
Author:Daybreak,inc
Author URI:https://www.day-b.jp/
Version:1.1
*/
/*------------------------------------------------
Base
------------------------------------------------*/
/*--------------------------------
base
--------------------------------*/
.justk_pc {
  display: none !important;
}

@media screen and (max-width: 1199px) {
  .justk_pc {
    display: block !important;
  }
}

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

.justk_pc-tab {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .justk_pc-tab {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .justk_pc-tab_none {
    display: none !important;
  }
}

.justk_tab {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .justk_tab {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .justk_tab_none {
    display: none !important;
  }
}

.justk_sp {
  display: none !important;
}

@media screen and (max-width: 479px) {
  .justk_sp {
    display: block !important;
  }
}

@media screen and (max-width: 479px) {
  .justk_sp_none {
    display: none !important;
  }
}

/*--------------------------------
header
--------------------------------*/
.p-header__logo {
  width: 20%;
}

.p-header__logo--mobile {
  width: 20%;
  min-width: 200px;
}

.p-header__logo--mobile img {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .home .p-global-nav > li.current-menu-item > a {
    color: #333;
  }
}

@media screen and (max-width: 1199px) {
  .home .p-global-nav > li.current-menu-item > a {
    background-color: #333;
  }
}

.home .p-global-nav > li.current-menu-item > a:hover {
  color: #7C2C20;
}

/*------------------------------------------------
Pages
------------------------------------------------*/
/*--------------------------------
_company
--------------------------------*/
.page-id-130 .tcd-pb-row.row2 .pb_headline,
.page-id-130 .tcd-pb-row.row3 .pb_headline {
  font-weight: bold;
}

.page-id-130 table.pb_simple_table th,
.page-id-130 table.pb_simple_table td {
  padding: 8px 25px;
}

@media screen and (max-width: 767px) {
  .page-id-130 table.pb_simple_table th,
  .page-id-130 table.pb_simple_table td {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 767px) {
  .page-id-130 table.pb_simple_table th {
    width: 25%;
  }
}

/*--------------------------------
_contact
--------------------------------*/
.wpcf7 .wpcf7-confirm, .wpcf7 .wpcf7-back {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 30px auto 0;
  outline: none;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.wpcf7 .wpcf7-confirm {
  width: 225px;
  height: 48px;
  border: none !important;
  background-color: #333;
  color: #fff;
}

.wpcf7 .wpcf7-confirm:hover {
  background-color: #666666;
}

.wpcf7 .wpcf7-back {
  width: 80px;
  height: 38px;
  border: 1px solid #ddd !important;
  background-color: #fff;
  color: #333;
}

.wpcf7 .wpcf7-back:hover {
  background-color: #eee;
}

/* reCAPTCHA v3 表示調整 */
.grecaptcha-badge {
  bottom: 80px !important;
  z-index: 1;
}

/*--------------------------------
_top
--------------------------------*/
.p-index-owner .p-cb__item-headline, .p-index-searcher .p-cb__item-headline {
  font-size: 42px;
  line-height: 1.5;
  margin-bottom: 34px;
}

@media screen and (max-width: 991px) {
  .p-index-owner .p-cb__item-headline, .p-index-searcher .p-cb__item-headline {
    font-size: 30px;
  }
}

.p-index-owner .p-cb__item-desc, .p-index-searcher .p-cb__item-desc {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .p-index-owner .p-cb__item-desc, .p-index-searcher .p-cb__item-desc {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-index-about__image__inner {
    background: #000;
  }
}

@media screen and (max-width: 767px) {
  .p-index-about__image__inner img {
    opacity: 0.5;
  }
}

.p-index-about__image-label {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .p-index-about__image-label {
    font-size: 16px;
    opacity: 1;
  }
}

.p-index-owner .p-cb__item-desc {
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .p-index-owner .p-cb__item-desc {
    margin-bottom: 20px;
  }
}

.p-index-owner__content {
  margin-bottom: 100px;
}

.p-index-owner__content:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .p-index-owner__content {
    margin-bottom: 0;
  }
}

.p-index-owner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .p-index-owner__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-index-owner__row + dl {
  margin: 48px 0 0 0;
  padding: 48px;
  border: 1px solid #7C2C20;
}

@media screen and (max-width: 991px) {
  .p-index-owner__row + dl {
    margin: 0;
    padding: 24px;
  }
}

.p-index-owner__row + dl dt {
  margin-bottom: 20px;
  padding: 8px 0px 8px 20px;
  border-left: 4px solid #7C2C20;
  font-size: 18px;
  line-height: 1.5;
}

.p-index-owner__row + dl dd {
  margin-bottom: 32px;
}

.p-index-owner__row + dl dd:last-child {
  margin-bottom: 0;
}

.p-index-owner__col-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 450px;
}

@media screen and (max-width: 991px) {
  .p-index-owner__col-image {
    margin: 0 auto;
  }
}

.p-index-owner__col-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 60%;
  margin-left: 30px;
}

@media screen and (max-width: 991px) {
  .p-index-owner__col-text {
    width: 100%;
    margin: 30px 0 0 0;
  }
}

.p-index-owner__col-text h3 {
  margin-bottom: 0;
  font-size: 34px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .p-index-owner__col-text h3 {
    font-size: 24px;
  }
}

.p-index-owner__col-text h3 + p {
  font-size: 18px;
  margin-bottom: 16px;
  color: #7C2C20;
  font-weight: bold;
}

.p-index-owner__col-text ul {
  margin: 0;
  padding-left: 1em;
  list-style: none;
  font-size: 12px;
  text-indent: -1em;
}

.p-index-access__map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.p-index-access__map iframe,
.p-index-access__map object,
.p-index-access__map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cb_3.p-cb__item {
  margin-bottom: 0;
}

#cb_4.p-cb__item {
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  #cb_4.p-cb__item {
    padding-top: 40px;
  }
}

/*# sourceMappingURL=style.css.map */