/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/



/*汎用投稿リスト*/
ul.my_news_list {
    list-style: none;
    margin: 0;
}

ul.my_news_list li {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5em;
	border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #A59387;
	padding: 10px;
}


span.news_date {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
	line-height: 1.4em;
}


a.news_title {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: "Zen Kaku Gothic New", Sans-serif;
    letter-spacing: 1.4px;
    color: #A59387;
    font-size: 17px;
    font-weight: 400;
	line-height: 1.4em;
}

a.cat.news {
    display: none;
}


.hover-text:hover {
  color: #F98F7A; /* 好きな色に変更 */
}

/*無限ループ画像*/

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
    margin-right: 8px; /* 右に8pxのマージン */
    margin-left: 8px; /* 左に8pxのマージン */
    width: calc(100vw / 4);
}
.scroll-infinity__item>img {
  width: 100%;
  border-radius: 10px;

}

/* 画面幅が767px以下の時に適用されるスタイル */
@media (max-width: 767px) {
    .scroll-infinity__item {
    margin-right: 5px; /* 右に5pxのマージン */
    margin-left: 5px; /* 左に5pxのマージン */
    width: calc(100vw / 2);
 }
}

/* フェードイン
.scroll-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease-out, transform 2s ease-out;
}

.scroll-fade.active {
  opacity: 1;
  transform: translateY(0);
}
 */


/* ページトップ設定 */
.back-to-top {
  background-image: url('https://2505a-test.web-ac.biz/wp-content/uploads/2025/06/page-top1.png'); /* 初期画像 */
  background-size: cover;
  background-position: center;
  cursor: pointer;
  z-index: 9999;
}

/* ホバー時に画像を切り替える */
.back-to-top:hover {
  background-image: url('https://2505a-test.web-ac.biz/wp-content/uploads/2025/06/page-top2.png'); /* ホバー時の画像 */
}

/* 元の画像ウィジェットの画像を非表示にする */
.back-to-top img {
  visibility: hidden;
}




/*お知らせ*/

@media (max-width: 921px) {
    .ast-separate-container .ast-blog-layout-5-grid .post-content {
        padding: 1.5em;
    }
}

/*わたしたちについて
.undermarker h2 {
	display: inline-block;
	position: relative;
}

.undermarker h2::before {
	content: '';
	width: 100%;
	height: 40%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FCC6BB;
	z-index: -1;
}
*/

/*お問い合わせフォーム*/
.culture-table {
  margin: auto;
  border-collapse: collapse;
  border: none;
  border-radius: 8px;
  overflow: hidden;
}

.required {
 color: #ff0000;
 font-weight: 500;
 margin-right: 4px;
}

.culture-table,
.culture-table th,
.culture-table td {
  border: none;
  border-collapse: collapse;
}

.culture-table tr {
  border-bottom: none;
}

.culture-table tr:last-child {
  border-bottom: none;
}

.contact-item,
.contact-body {
  padding: 20px;
  vertical-align: top;
}

.contact-item {
  text-align: left;
  width: 40%;
  font-weight: 400;
  color: #555;
}

.contact-body {
  width: 60%;
}

.wpcf7-submit.custom-btn {
	display: block;
	margin: 0 auto 20px auto; 
	background-color: #FFFFFF5C;
	border: 1px solid #000000;
	border-radius: 25px; 
	color: #000000;
	padding: 15px 60px;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
}

.wpcf7-submit.custom-btn:hover {
	background-color: #FFFFFF5C;
	border-color: #FF9D6C;
	color: #FF9D6C; 
}

.center-box {
    text-align: center;
    margin-top: 20px;
  }

.center-acceptance {
	text-align: center;
}

.center-acceptance a {
  text-decoration: underline;
}

/*　院長あいさつ
 * <style>
    @media screen and (max-width: 768px) {
  .pc_br {
      display: none;
  }
}
    @media screen and (min-width: 768px) {
  .mobile_br {
      display: none;
  }
}
</style>
<p style="text-align:left;">
当院のリクルートページをご覧いただき、<br class="mobile_br">ありがとうございます。<br class="mobile_br"> <br class="mobile_br"><br class="pc_br"> <br class="pc_br">私たちの医院では、<br class="mobile_br">「患者さまにとって最善の医療を提供すること」と同じくらい、<br class="pc_br">「スタッフ一人ひとりがいきいきと働ける職場であること」を大切にしています。<br class="mobile_br"><br class="pc_br"> <br class="mobile_br"><br class="pc_br">「患者さまの笑顔のために、私たち自身も笑顔で働く」<br class="pc_br">そんなチームの一員になってくださる方を、心よりお待ちしています。
</p>
*/

/* 404非表示 */
.page .entry-header {
    display: none;
}