/*基本設定*/
.post_content p {
  margin: 0;
}

/*ドロワーメニュー*/
#body #drawer_menu {
  background: #171717;
}

#body #mobile_menu a {
  background: #171717;
}

/*ヘッダー固定*/
.pc .header_fix #header_top {
  display: block;
}

.pc .header_fix #header {
  background: #171717;
  height: 120px;
}

.pc .header_fix #header_top #header_logo a {
  color: #fff;
}

.pc .header_fix #global_menu ul li a {
  color: #fff;
}

/*スマホヘッダー*/
@media screen and (max-width:1151px) {
  #header_top #header_logo .mobile_logo_image {
    margin: 0;
    left: 10px;
  }

  #header {
    background-color: #171717;
  }

  #menu_button:before {
    color: #fff !important;
  }
}

@media screen and (max-width:750px) {
  #header_top #header_logo .mobile_logo_image {
    left: 3px;
  }
}

/*固定ページヘッダー*/
#page_header {
  height: 750px;
}

@media only screen and (max-width: 600px) {
  #page_header {
    height: calc(35vh - 55px);
  }
}

/*トップのお知らせ*/
.index_news .item a {
  background: #171717;
  border: 1px solid #7c0505;
}

.index_news .item a .date {
  color: #fff;
}

.index_news .item a .title {
  color: #fff;
}

#contents_builder .index_news.num4 .button a {
  border-color: #ccc;
}

@media screen and (max-width:1151px) {
  #contents_builder .index_news {
    padding-top: 100px;
  }

  #contents_builder .index_news .item a {
    background: #171717;
  }
}

@media screen and (max-width:750px) {
  #contents_builder .index_news {
    padding: 80px 20px 40px;
  }
}

/*お知らせ一覧*/
#news_list .item {
  background: #171717;
  border: 1px solid #7c0505;
}

#news_list .title_area {
  background-color: #171717;
}

#news_list h3.title {
  color: #fff;
}

time.entry-date.updated {
  color: #fff;
}

#news_list .link {
  background: none;
}

@media screen and (max-width:750px) {
  #news_list .title {
    font-size: 12px;
  }
}

/*フッター*/
#company_info a {
  color: #fff;
}

#return_top a {
  background: #171717;
  border-top: 1px solid #7c0505;
}

#return_top a:before {
  color: #fff;
}

#return_top a:hover {
  background: #171717;
}

#footer_banner .title {
  background: rgba(0, 0, 0, 0.5);
}

p#company_info {
  color: #fff;
}

#footer_social_link a {
  color: #fff;
}

/*フッターメニュー縦並びに調整*/
@media screen and (max-width:750px) {
  #footer_menu li {
    display: block;
    margin: 10px 0;
    padding: 0;
    border-right: 0;
  }
}

/*フッターロゴ*/
#footer_logo {
  margin: 0 0 5px 0;
}

@media screen and (max-width:950px) {
  #footer_logo img {
    width: 150px;
    height: auto;
  }

  #footer_top #footer_logo {
    margin-bottom: 15px;
  }
}

/*フッターバー*/
#container .dp-footer-bar {
  background: #171717bd;
  border-top: none;
}

#container .dp-footer-bar a {
  color: #fff;
}

#container .dp-footer-bar-item+.dp-footer-bar-item {
  border-left: none;
}

/*フッター非表示*/
@media screen and (max-width: 750px) {
  #footer_menu {
    display: none;
  }
}

/*ウィジェット*/
#side_col-lp {
  display: none;
}

@media only screen and (max-width: 750px) {
  .widget_content {
    display: none;
  }
}

/*お知らせのウィジェット*/
#main_col {
  width: 1000px;
}

#side_col {
  display: none;
}

@media only screen and (max-width: 1151px) {
  #container #main_col {
    width: auto;
    float: none;
  }
}

/*お問い合わせ*/
.grecaptcha-badge {
  visibility: hidden;
}

/*改行*/
br.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  br.sp {
    display: inline;
  }

  br.pc {
    display: none;
  }
}

/* ----------------------------------------------------------------------
 テーマ調整
---------------------------------------------------------------------- */
/*基本*/
#header {
  height: 158px;
}

#global_menu,
#index_box_content,
#return_top,
#footer_banner,
#footer_top,
#footer_menu,
#container #menu_button {
  display: none;
}

#container #contents_builder {
  padding-bottom: 0;
}

body,
body p,
body a,
.post_content a,
li.sns500_item a,
#container .tel.rich_font a,
#header_logo .logo a {
  color: #fff;
}

@media (max-width: 750px) {
  #container #contents_builder {
    padding: 0;
  }
}

.post_content p {
  margin: 0 0 1em 0;
  font-size: 16px;
}

p.date_t1 {
  font-family: 'Noto Serif JP', serif;
}

#s500 {
  scroll-margin-top: 5em;
}

@media (max-width: 750px) {
  .post_content p {
    font-size: 14px;
  }
}

/*背景*/
#container #header {
  background: #171717;
  border-color: #171717;
}

/* body:before,
body.home:before,
#footer_top:before,
#index_box_content .desc:before,
#single_staff_list:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(/wp-content/uploads/2022/07/pixta_84711684_M.jpg);
  background-size: cover;
} */

body,
body.home,
body.page-template-page-lp,
body.post-type-archive-news,
body.news-template-default,
body.post-type-archive-tribe_events,
body.tribe_events-template-default,
body.post-type-archive-staff,
body.staff-template-default,
body.page-template-page-schedule,
#single_staff_list {
  background-image: url("/wp-content/uploads/2022/07/pixta_84711684_M.jpg");
  background-attachment: fixed;
}

#index_box_content a,
#footer_top,
#single_staff_list {
  background: transparent !important;
}

.index_news .item a {
  background: transparent;
}

@media (max-width: 750px) {
  #contents_builder .index_news .item a {
    background: transparent;
  }
}

/*ブロック*/
.cb_contents {
  padding: 30px 0 0;
  width: auto;
  margin: 0 auto;
}

.ace500_blok {
  margin-bottom: 8em;
  text-align: center;
}

.ace501_blok {
  padding: 100px 20px 60px;
  width: 1000px;
  margin: 0 auto;
}

.ace500_blok.nem2 {
  margin-bottom: 0;
}

.nem2 .ace501_blok {
  padding: 0 0 60px;
  width: auto;
}

@media (max-width: 1151px) {
  #container .cb_contents {
    padding: 60px 0 0;
  }

  .ace501_blok {
    width: auto;
    padding: 35px 30px 30px;
  }

  .nem2 .ace501_blok {
    padding: 0 0 30px;
  }
}

@media (max-width: 850px) {
  #container .cb_contents {
    padding: 40px 0 0;
  }

  .ace501_blok {
    padding: 35px 0 30px;
  }

  .nem2 .ace501_blok {
    padding: 0 0 30px;
  }
}

@media (max-width: 750px) {
  .ace500_blok {
    margin-bottom: 5em;
  }
}

/*見出し*/
#container h2.ace501_m1 {
  text-align: center;
  line-height: 1.6;
  margin: -10px 0 40px 0;
  padding-top: 12px;
  font-size: 38px;
  font-family: 'Noto Serif JP', serif;
}

span.ace500_s1 {
  display: block;
  font-size: 50%;
}

@media screen and (max-width: 750px) {
  #container h2.ace501_m1 {
    font-size: 22px;
    margin: -10px 0 30px 0;
  }
}

/*見出し2*/
#container h2.ace501_m2 {
  text-align: center;
  line-height: 1.6;
  margin: -10px 0 40px 0;
  padding-top: 12px;
  font-size: 38px;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 1151px) {
  #container h2.ace501_m2 {
    margin: -10px 0 25px 0;
  }
}

@media screen and (max-width: 750px) {
  #container h2.ace501_m2 {
    font-size: 20px;
    margin: -10px 0 5px 0;
  }
}

/*マップ写真以降にある見出し*/
p.tel.rich_font {
  line-height: 1.1;
  font-family: 'Noto Serif JP', serif;
}

#container .tel.rich_font a {
  transition: all 0.5s ease;
}

#container .tel.rich_font a:hover {
  opacity: 0.7;
}

.post_content a {
  font-size: 38px;
}

@media (max-width: 950px) {
  .post_content a {
    font-size: 30px;
  }
}

/*コンセプト*/
p.concept_t1 {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 3em;
  padding: 0 3em;
}

.ace503_c1 {
  display: flex;
}

.ace503_g1 {
  width: calc(100% / 3);
}

#container .ace503_g1 img {
  vertical-align: bottom;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  width: 100%;
}

@media (max-width: 1151px) {
  p.concept_t1 {
    font-size: 14px;
  }
}

@media (max-width: 750px) {
  p.concept_t1 {
    padding: 0 1em;
    text-align: left;
  }

  .ace503_c1 {
    flex-direction: column;
  }

  .ace503_g1 {
    width: 100%;
  }

  #container .ace503_g1 img {
    aspect-ratio: 3 / 2;
  }
}

/*Googleマップ*/
.map_iframe_wrap_change {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 1151px) {
  .map_iframe_wrap_change {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}

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

@media (max-width: 850px) {
  .map_iframe_wrap_change {
    padding-top: 45%;
  }
}

@media (max-width: 750px) {
  .map_iframe_wrap_change {
    padding-top: 130%;
  }
}

/*マップの写真*/
#container .g1 img {
  margin-top: 100px;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
  aspect-ratio: 5 / 2;
  width: 800px;
  object-position: 50% 50%;
}

@media (max-width: 1151px) {
  #container .g1 img {
    width: 700px;
  }
}

@media screen and (max-width:750px) {
  #container .g1 img {
    margin-top: 60px;
    aspect-ratio: 3 / 2;
    width: auto;
  }
}

/*ボタン*/
span.material-icons {
  vertical-align: -5px;
}

#footer_button i.fab.fa-line {
  font-size: 27px;
  vertical-align: -3px;
}

#footer_button {
  margin: 25px 0;
}

#footer_button a {
  color: #ffffff;
  border-color: #ffffff;
}

#footer_button a:hover {
  color: #ffffff;
  background: #171717;
  border-color: #7c0505;
}

#container #index_slider .item1 .button:hover {
  color: #ffffff;
  background: #171717;
  border-color: #171717;
}

@media (max-width: 1000px) {
  #footer_button i.fab.fa-line {
    font-size: 24px;
  }

  #footer_button {
    margin: 20px 0;
  }
}

/*snsカラー*/
ul.sns500ul {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1em;
}

.icon500_link {
  overflow: hidden;
}


.icon500_link img {
  width: 35px;
  transition: all 0.4s;
}

.icon500_link:hover img {
  opacity: 0.5;
}

/*snsアイコンフォント*/
.icon502_link {
  font-size: 30px;
  overflow: hidden;
}

.icon502_link {
  transition: all 0.4s;
}

i.fa-brands.fa-facebook-f,
i.fa-brands.fa-tiktok,
i.fa-brands.fa-line {
  font-size: 28px;
}

.icon502_link:hover {
  opacity: 0.5;
}

@media (max-width: 750px) {
  .icon502_link {
    font-size: 25px;
  }

  i.fa-brands.fa-facebook-f,
  i.fa-brands.fa-tiktok,
  i.fa-brands.fa-line {
    font-size: 23px;
  }
}

/* アニメーション */
#index_slider .item.slick-active .caption .animate1,
#index_slider.video .caption .animate1 {
  -webkit-animation: slideUp 2.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.0s;
  animation: slideUp 2.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.0s;
}

#index_slider .item.slick-active .caption .animate2,
#index_slider.video .caption .animate2 {
  -webkit-animation: slideUp 2.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.8s;
  animation: slideUp 2.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.8s;
}

#index_slider .item.slick-active .caption .animate3,
#index_slider.video .caption .animate3 {
  -webkit-animation: slideUp 2.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3.6s;
  animation: slideUp 2.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3.6s;
}

@media screen and (max-width:750px) {
  #container #index_slider .caption.mobile.animate .animate1 {
    -webkit-animation: slideUp 2.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.0s;
    animation: slideUp 2.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.0s;
  }

  #container #index_slider .caption.mobile.animate .animate2 {
    -webkit-animation: slideUp 2.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.8s;
    animation: slideUp 2.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.8s;
  }

  #container #index_slider .caption.mobile.animate .animate3 {
    -webkit-animation: slideUp 2.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3.6s;
    animation: slideUp 2.0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3.6s;
  }
}

/* ----------------------------------------------------------------------
ふわっ/画面が読み込まれたら現れる
---------------------------------------------------------------------- */
/*下から*/
.index_news.cb_contents,
.fadeUpTrigger {
  opacity: 0;
  transition: all;
  transform: translateY(30px) translateX(0);
}

.index_news.cb_contents.fadeUp,
.fadeUpTrigger.fadeUp {
  transform: translateY(0) translateX(0);
  opacity: 1;
  transition-duration: 3s;
}

/*左から*/
.fadeLeftTrigger {
  opacity: 0;
  transition: all;
  transform: translateY(0) translateX(-30px);
}

.fadeLeftTrigger.fadeLeft {
  transform: translateY(0) translateX(0);
  opacity: 1;
  transition-duration: 1s;
}

/*右から*/
.fadeRightTrigger {
  opacity: 0;
  transition: all;
  transform: translateY(0) translateX(30px);
}

.fadeRightTrigger.fadeRight {
  transform: translateY(0) translateX(0);
  opacity: 1;
  transition-duration: 1s;
}