@charset "UTF-8";
/*-----------------------------------------------
Theme Name: xeory_extension-child
Theme URI: http://xeory.jp/extension
Template: xeory_extension
-----------------------------------------------*/
@import url("../xeory_extension/style.css");

/*---　グローバルメニュー　----*/
#header {
  background: #fdd7e1;
}

#gnav {
  background: #fdd7e1;
}

#gnav ul li a {
  background: #fdd7e1;
}

#gnav ul li a:hover {
  background: #0f218b;
  color: #fff;
}

#gnav ul li.current-menu-item a {
  background: #fdd7e1;
}

#gnav ul li.current-menu-item a:hover {
  background: #0f218b;
}

/*---　トップアイキャッチ　----*/
#content {
  padding-top: 0px;
}

body.home #main_visual {
  height: 600px !important;
  background-image: URL(https://okawa.cdp-osaka.jp/wp-content/uploads/2025/05/okawa-name-title.svg),
	URL(https://okawa.cdp-osaka.jp/wp-content/uploads/2025/05/top-okawa.png),
		linear-gradient(124deg, rgba(255, 255, 255, 1), rgba(255, 233, 239, 1) 81%, rgba(251, 248, 249, 1));
  background-position: top center, bottom center, bottom center;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 1200px) {
  body.home #main_visual {
    min-height: 100% !important;
    height: 600px !important;
    background-size: cover;
  }
}

@media screen and (max-width: 991px) {
  body.home #main_visual {
    min-height: 100% !important;
    height: 400px !important;
  }
}

@media screen and (max-width: 767px) {
  body.home #main_visual {
    min-height: 100% !important;
    height: 300px !important;
  }
}

@media screen and (max-width: 560px) {
  body.home #main_visual {
    min-height: 100% !important;
    height: 250px !important;
  }
}

@media screen and (max-width: 500px) {
  body.home #main_visual {
    min-height: 100% !important;
    height: 200px !important;
  }

  body.home #front-service .front-service-inner h3 {
    margin-top: 20px;
  }

  body.home #front-service .front-service-inner .c_box {
    padding-top: 30px;
  }
}

/*---　見出し　----*/
body.home .front-main-cont .front-cont-header {
  background: #fdd7e1;
  color: #0f218b;
}

body.home .front-main-cont .tri-border span {
  border-left: 28px solid transparent;
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  border-top: 18px solid #fdd7e1;
}

body.home #front-contents h3 {
  color: #e8429e;
  font-family: "source-han-sans-cjk-ja", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-style: italic;
}

body.home #front-service .front-service-inner h3 {
  color: #e94ea4;
  font-weight: 600;
}

/*---　リボン　----*/
body.home #front-contents .c_number {
  background: #fdd7e1;
  color: #241913;
}

/*---　アクセス上部罫線　----*/
body.home #front-company dl#front-company-1 dt {
  border-top: 2px solid #e8429e;
}

/*---　問い合わせ背景　----*/
body.home #front-contact .c_box {
  background: #fafafa;
}

/*---　問い合わせ文字　----*/
body.home #front-contact label {
  color: #241913;
}

/*---　問い合わせ送信ボタン　----*/
body.home #front-contact .c_box_inner input[type="submit"],
body.home #front-contact .c_box_inner button {
  background: #e8429e;
}

/*---　フッター　----*/
#footer {
  border-top: solid 2px #e8429e !important;
}

#footer #footer-brand-area {
  border-bottom: 1px solid #241913;
}

#footer .footer-01 {
  background: #fdd7e1;
}

#footer .footer-02 {
  background: #ed7ec0;
  color: #241913;
}

/*---　FBスマホ表示用　----*/
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .fb-container {
    width: 100%;
    max-width: 300px;
  }
}

/*---　本文p 行間調整　---*/
body.home #front-service .front-service-inner .c_text p {
  margin-bottom: 1em;
}

body.home #front-contents .c_text p {
  margin-bottom: 1.5em;
}

/*---　プロフィール リスト項目表示設定 ---*/
.profile-list > li {
  margin-bottom: 0.5em;
  text-indent: -1em;
}

.profile-list > li::before {
  content: "●";
  color: #0f218b;
  font-size: 0.5em;
  margin-right: 1em;
  line-height: 13px;
}

/*---　動画 レスポンシブ ---*/
.mediabox {
  height: 100%;
  width: 100%;
  background-color: #fff;
  padding: 2% 0%;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: content-box !important;
}

/*---　フッター メッセージエリア ---*/
.footer-01 .footer-address {
  text-align: left;
}

/*-------------------------------
		投稿関連設定　
--------------------------------*/
/*---　front-page　---*/
.gikai-log {
  width: clamp(200px, 80%, 800px);
  margin: 0 auto;
  margin-top: 4em;
}

.gikai-log article {
  font-size: 1.2em;
  font-weight: 600;
}

.gikai-log .article::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px 5px 3px;
  background: #cbeee7;
}

.gikai-log article a:hover {
  text-decoration: none;
}

.gikai-log article {
  position: relative;
}

.gikai-log article:hover::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  border-bottom: 1px solid #cbeee7;
  margin-top: -1em;
}

.post-list-time,
.post-list-title {
  display: inline-block;
}

.post-list-time {
  font-size: 0.9em;
  max-resolution: 2px 0;
  letter-spacing: 0.05em;
}

.post-list-title {
  margin-left: 1.2em;
  margin-bottom: 1em;
  letter-spacing: 0.02em;
}

a.archive-link {
  display: block;
  text-align: center;
  margin: 1em auto 3em;
}

@media screen and (max-width: 768px) {
  .post-list-time,
  .post-list-title {
    font-size: 16px;
  }

  .post-list-time {
    font-weight: normal;
  }

  .post-list-title {
    margin-top: 0;
    margin-bottom: 1.5em;
  }
}

/*--- パンくずリスト ---*/
.breadcrumb {
  letter-spacing: 0.04em;
}

/*---　投稿サイドバー関連 ---*/
#side {
  letter-spacing: 0.05em;
}

.side-widget a {
  font-size: 1.2em;
}

.side-widget ul li {
  border-bottom: 0px solid #fff;
}

/* アーカイブドロップダウン表示 */
select#archives-dropdown-2 {
  margin: 10px 0;
  width: 100%;
  font-size: 1.1em;
}

/*---　一覧ページ ---*/
.post-loop-wrap {
  width: 80%;
  margin: 0 auto;
}

.post-title,
#search-2 {
  margin-top: 2em;
}

h1.post-title {
  text-align: center;
  letter-spacing: 0.03em;
}

.post-loop-wrap > article {
  border: none;
  background: transparent;
  margin-bottom: 2em;
}

.post-loop-wrap > article header.post-header {
  /*padding: 0;*/
}

/* 投稿日 */
.post-loop-wrap .post-meta-area {
  font-size: 16px;
  background: transparent;
  margin-left: 1.2em;
}

/* 一覧の投稿タイトル */
.post-loop-wrap .post-list-title {
  font-size: 20px;
  margin-bottom: 0;
}

.post-loop-wrap h2.post-title {
  margin-top: 0;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 501px) {
  .post-loop-wrap {
    width: 90%;
  }
}

/* 投稿記事 */
aside.post-author {
  display: none;
}

/* タイトル上カテゴリー表示 */
.post-header .cat-name span {
  font-size: 0.9em;
  letter-spacing: 0.03em;
  color: #fff;
  border-color: #0068b7;
  background-color: #0068b7;
}

/* h2中見出し */
h2.wp-block-heading {
  background: transparent;
  color: #333;
  font-style: normal;
  font-weight: 800;
  border: none;
  font-size: 20px;
  padding: inherit;
}

/* PDFファイルダウンロードボタン */
.wp-block-file:not(.wp-element-button) {
  font-size: 1em;
  margin-bottom: 1em;
}

.wp-block-file * + .wp-block-file__button {
  padding: 0.4em 2em;
  display: block;
  text-align: center;
  margin-top: 0.5em;
}

/* 大川さん */

/* 政策 */
ul {
  list-style: none;
}
li.list-wrap-item {
  position: relative;
}
li.list-wrap-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 0.5rem;
  border-left: 4px solid #fa1b38;
  border-bottom: 4px solid #fa1b38;
  top: 0.25rem;
  left: -2rem;
  transform: rotate(-45deg);
}
ul.profile-list br {
  display: none;
}
ul.list-wrap {
  margin-left: 1rem;
}

body.home #front-contents .c_box.c_box_left .c_img_box {
  background-position: center;
}
body {
  color: #241913;
}

body.home #front-contents h4 {
  font-weight: 600;
}
#footer .footer-02 {
  color: #fff !important;
}

/* 大川さん追加 */
body.home #front-contents .c_img_box {
  background-size: contain !important;
  width: 50% !important;
  margin: 0 auto !important;
  min-width: 350px !important;
  overflow: hidden !important;
}
.front-service-inner.feed-ig {
  margin-left: 0 !important;
  justify-content: center;
}
body.home .front-main-cont-sns {
    background-image: none !important;
}
@media screen and (min-width: 991px) {
  .policy-br {
    display: none;
  }
}
