@charset "utf-8";
/*
Theme Name: LIQUID LP Child
Theme URI: https://lqd.jp/wp/
Description: LIQUID LP THEME
Author: LIQUID DESIGN
Author URI: https://lqd.jp/
Template: liquid-lp
Version: 1.0.0
*/
/* Child Styles */

html {
  scroll-behavior: smooth;
}

.post_body{
	padding-top:80px;
}

.head {
	background-color: #f9f9f9;
	color: #333;
}

.head a{
	color: #333;
}

.invisible-anchor {
	visibility: hidden!important;
	margin: 0!important;
	padding: 0!important;
	height: 0!important;
}
@media (max-width: 767.98px){
	.lp-cover .wp-block-cover-text, .lp-cover p {
	    font-size: 14px!important;
		font-weight:normal;
	}
	.lp-cover .wp-block-cover-text, .lp-cover p.has-large-font-size{
		font-size: 18px!important;
		font-weight:bold;
	}
}

/* LP */
@media (max-width: 575.98px) {
	.headline img {
		max-width: calc(100% - 40px);
	}
}
/*****
footer
*****/

.top-banner-article {
    background: #dedede;
    padding: 2.5rem 0 1.5em;
}

/*****
footer
*****/
#page-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  font-size: 3rem;
  z-index: 15;
}
@media (max-width: 991px) {
  #page-top {
    font-size: 2rem;
  }
}
#page-top a {
  background: #0d3668;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 15px 0;
  text-align: center;
  display: block;
}
@media (max-width: 991px) {
  #page-top a {
    width: 40px;
    padding: 10px 0;
  }
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}

#footer {
  background: #333;
}
#footer .footer-info-section {
  color: #fff;
  padding: 3rem 0;
}
#footer .footer-info-section .headline {
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.2em;
  margin: 0 0 1rem 0;
}
#footer .footer-info-section h5 {
  font-size: 1.0rem;
  color: #999;
  margin: 0 0 1.5rem 0;
}
#footer .footer-info-section .tel {
  margin: 0 1.0rem;
  line-height: 1;
}
@media (max-width: 767px) {
  #footer .footer-info-section .tel {
    margin: 0 0 2.5rem 0;
  }
}
#footer .footer-info-section .tel .number {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0.5rem 0;
}
@media (max-width: 767px) {
  #footer .footer-info-section .tel .number {
    margin: 0 0 1rem 0;
  }
}
#footer .footer-info-section .tel .number a {
  color: #fff;
}
#footer .footer-info-section .tel .time {
  font-size: 1.0rem;
}
#footer .footer-info-section .inquiry-button {
  font-size: 1.0rem;
  margin: 0 1.5rem;
  line-height: 1;
}
#footer .footer-info-section .inquiry-button a {
  display: block;
  background: #fff;
  padding: 1.5rem 3rem;
  border-radius: 25px;
}
@media (max-width: 767px) {
  #footer .footer-info-section .inquiry-button a {
    display: inline-block;
    padding: 1.5rem 5rem;
  }
}
#footer .footer-copy-section {
  font-size:14px;
  background: #0d3668;
  padding: 20px 0;
}
@media (max-width: 767px) {
  #footer .footer-copy-section {
    padding: 1rem 0;
  }
}
#footer .footer-copy-section .logo {
  line-height: 1;
}
@media (max-width: 991px) {
  #footer .footer-copy-section .logo {
    margin: 0 0 1rem 0;
  }
}
@media (max-width: 767px) {
  #footer .footer-copy-section .logo img {
    width: 30vw;
    max-width: 100px;
    height: auto;
  }
}
#footer .footer-copy-section .copy {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

p.copy {
    padding: 0em;
    margin : 0;
}

.rwd{
	display:none;
}

footer{
	padding: 0;
}
p.logo{
	margin-bottom:0;
	line-height: 1;
}

.logo img {
    width: auto !important;
    height: 20px !important;
    max-width: initial !important;
    display: inline-block;
	margin-top : 0;
}

.head .logo img {
    height: 32px !important;
}

.footer-copy-section .logo img{
    height: 20px !important;
}

/* ページトップへ戻るボタンのスタイル */
.pagetop-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background-color: #0d3668; /* ボタンの背景色（必要に応じて変更してください） */
  border-radius: 50%; /* 丸くする */
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.3s;
  z-index: 9999; /* 最前面に表示 */
  box-shadow: 0 2px 5px rgba(0,0,0,0.3); /* 影をつける */
}

.pagetop-btn:hover {
  opacity: 1; /* ホバー時の透明度 */
  background-color: #004a8f; /* ホバー時の色（少し濃くする） */
}

/* 矢印（CSSで描画） */
.pagetop-arrow {
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff; /* 矢印の色 */
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  margin-top: 5px;
}

/* スマホ表示時の調整（任意） */
@media (max-width: 767px) {
  .pagetop-btn {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
  }
  .pagetop-arrow {
    width: 10px;
    height: 10px;
    margin-top: 4px;
  }
}

/* 一覧全体のレイアウト（グリッド） */
.custom-page-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* 横幅250px以上で並べる */
    gap: 20px; /* アイテム間の隙間 */
    margin: 20px 0;
}

/* 各アイテムの装飾 */
.page-item {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
    background: #fff;
}

.page-item:hover {
    transform: translateY(-5px); /* ホバー時に少し浮かす */
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.page-item a {
    text-decoration: none;
    color: #333;
}

/* サムネイル画像 */
.page-thumbnail img {
    width: 100%;
    height: 180px; /* 高さを統一 */
    object-fit: cover; /* 画像を枠いっぱいに収める */
    display: block;
}

/* タイトル */
.page-title {
    padding: 15px;
    font-size: 1.1rem;
    margin: 0;
    text-align: center;
}

.wp-block-button__link{
	color:#FFF!important;
}

.logo_text{
	display:none;
}
