/*お知らせ一覧*/
@media screen and (max-width:750px) {
  #news_list .title {
    font-size: 12px;
  }
}

/*ウィジェットスマホでは非表示*/
@media only screen and (max-width: 750px) {
  .widget_content {
    display: none;
  }
}

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

/*見出し*/
body h2.ace500_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) {
  body h2.ace500_m1 {
    font-size: 22px;
    margin: -10px 0 30px 0;
  }
}

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

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

/*改行*/
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;
}

@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;
  }
}

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

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

.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%;
  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;
}

@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_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;
}