/*レイアウト*/
.post_content {
  margin: 0;
}

.home .cb_contents.last {
  padding-bottom: 0;
}

.home .cb_contents.last p {
  margin: 0;
}

/*ローディング*/
#site_loader_logo_inner img {
  width: 300px;
  height: auto;
}

@media screen and (max-width: 750px) {
  #site_loader_logo_inner img {
    width: 180px;
  }
}

/*ヘッダーロゴ*/
@media (max-width: 1050px) {
  #header_logo .mobile_logo_text {
    font-size: 22px !important;
  }
}

@media (max-width: 750px) {
  #header_logo .mobile_logo_text {
    font-size: 18px !important;
  }
}

/*フッターロゴ*/
#footer_logo img {
  margin: 0 auto 20px;
  width: 300px;
  height: auto;
}

@media (max-width: 750px) {
  #footer_logo img {
    margin: 0 auto 10px;
    width: 150px;
  }
}

/*コンテンツ1*/
.index_content1 .image_list img {
  vertical-align: bottom;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

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

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

@media (max-width: 1050px) {
  .map_iframe_wrap_change {
    height: 0;
    padding-top: 55%;
  }
}

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

  .d3 {
    margin: 20px 0 !important;
  }
}

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

/*改行*/
.sp1 {
  display: none;
}

@media screen and (max-width: 850px) {
  .sp1 {
    display: inline;
  }
}

@media screen and (max-width: 850px) {
  .pc1 {
    display: none;
  }
}

/*パンくずリスト*/
.pan1 {
  padding: 0 0.8em;
}

#main_contents {
  padding: 40px 0 150px;
}

#container .breadcrumbs a {
  color: #666;
}

#container .breadcrumbs a:hover {
  color: #999;
}

@media screen and (max-width: 850px) {
  #archive_work .breadcrumbs {
    margin-top: 30px;
    margin-bottom: 0;
  }
}

/*360撮影の3番目のパンくずリストのみ非表示*/
.single-work #bread_crumb ul li:nth-child(3) {
  display: none;
}

/*各ヘッダーアニメーション*/
#page_header .catch.animate {
  -webkit-animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.1s;
  animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.1s;
}

#page_header .desc.animate {
  -webkit-animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.1s;
  animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.1s;
}

@media screen and (max-width: 750px) {
  #page_header .catch.animate2 {
    -webkit-animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.5s;
    animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.5s;
  }

  #page_header .desc.animate2 {
    -webkit-animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.5s;
    animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.5s;
  }
}

/*パララックスコンテンツ*/
#container .nem1 .overlay {
  background: rgba(0, 0, 0, 0.2);
}

#container .caption {
  padding: 15px 0 0;
}

#container .index_parallax .catch {
  margin: 0;
}

#container h2.catch.rich_font10 {
  font-weight: 500;
}

#container .nem1 h2.catch.rich_font {
  padding-bottom: 15px;
}

#container .index_parallax.num2 .catch {
  font-size: 24px;
}

@media screen and (max-width: 950px) {
  #container .index_parallax {
    height: 300px;
  }

  #container .ss1 {
    font-size: 12px;
  }

  #container .nem1 h2.catch.rich_font {
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 0;
  }

  p.desc {
    margin-bottom: 0;
  }

  #container .index_parallax .caption {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 850px) {
  #container .index_parallax {
    height: 250px;
  }
}

@media screen and (max-width:750px) {
  #container .index_parallax {
    height: 150px;
  }
}

/*ヘッダーアニメーション*/
.pc #header.animate {
  -webkit-animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.5s;
  animation: opacityAnimation 1.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0.5s;
}

.pc .header_fix #header {
  -webkit-animation: slide_down_menu2 0.5s ease forwards 0.5s;
  animation: slide_down_menu2 0.5s ease forwards 0.5s;
}

@-webkit-keyframes slide_down_menu2 {
  0% {
    top: -60px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

@keyframes slide_down_menu2 {
  0% {
    top: -60px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

/*メタディスクリプション*/
#header_logo .desc {
  display: none;
}

/* ----------------------------------------------------------------------
ふわっ/画面が読み込まれたら現れる
---------------------------------------------------------------------- */
body {
  overflow-x: hidden;
}

/*下から*/
.index_parallax.direction_type2,
.fadeUpTrigger {
  opacity: 0;
  transition: all;
  transform: translateY(30px) translateX(0);
}

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

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

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

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

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

/* ----------------------------------------------------------------------
 お知らせ一覧
 ---------------------------------------------------------------------- */
/*見出し*/
h2.ace500_m1 {
  text-align: center;
  line-height: 1.6;
  margin: -10px 0 40px 0;
  padding-top: 12px;
  font-size: 38px;
  color: #333;
  font-family: 'Noto Serif JP', serif;
}

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

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

/*フロント*/
.news-title a {
  display: flex;
  border: 1px solid #ddd;
  background: #fafafa;
  margin: 0 0 -1px 0;
  height: 58px;
  line-height: 58px;
  padding: 0 30px;
}

.news-title p {
  color: #333;
  margin: 0 30px 0 0;
  font-weight: 600;
}

.news-title h3 {
  font-weight: normal;
  color: #000;
  transition: all 0.3s;
}

.news-title h3:hover {
  color: #999;
}

@media (max-width: 750px) {
  .news-title a {
    flex-direction: column;
    background: #fff;
    height: auto;
    line-height: 1;
    padding: 18px 20px 16px;
  }

  .news-title p {
    float: none;
    font-size: 12px;
    margin: 0 0 10px 0;
  }

  .news-title h3 {
    font-size: 14px;
    line-height: 1.5;
    max-height: 3.0em;
    overflow: hidden;
    text-overflow: clip;
    white-space: normal;
  }
}

/*ボタン*/
.index_work_list.news .link_button {
  margin-top: 55px;
}

.index_work_list.news .link_button a {
  transition: all 0.3s;
}

.index_work_list.news .link_button a:hover {
  color: #ffffff;
  background: #666666;
}

@media (max-width: 950px) {
  .index_work_list.news .link_button {
    margin-top: 30px;
  }
}

/*ページネーション*/
.nav-links {
  text-align: center;
  margin: 2em;
}

.nav-links span,
.nav-links a {
  color: #000;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
}

span.page-numbers.current {
  background-color: #555;
  border-color: #555;
  color: #fff;
}

.nav-links a.next.page-numbers {
  color: #555;
}

.nav-links a.next.page-numbers:hover,
.nav-links a:hover {
  background-color: #555;
  border-color: #555;
  color: #fff;
}

/*シングルページ*/
body.single-news #single_work_title_area {
  border-top: 1px solid #ddd;
}

body.single-news #main_contents {
  padding: 52px 0 110px 0;
}

p.news_single_day {
  color: #555;
  margin-bottom: 1em;
}

@media (max-width: 750px) {
  body.single-news #single_work_title_area .title {
    font-size: 18px;
  }

  body.single-news #main_contents {
    padding: 33px 0 0 0;
  }
}

/*パンくずリスト*/
.pan1 {
  padding: 0 0.8em;
}

.breadcrumbs {
  width: 800px;
  margin: 2em auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}

#container .breadcrumbs a {
  color: #666;
}

#container .breadcrumbs a:hover {
  color: #999;
}

@media (max-width: 1050px) {
  body.single-news #header {
    border-bottom: 1px solid #ddd;
  }
  
  .breadcrumbs {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 950px) {
  .breadcrumbs {
    padding: 0 20px;
  }
}