/*
Theme Name: LIQUID CORPORATE Child
Theme URI: https://lqd.jp/wp/theme_corporate.html
Template: liquid-corporate
Author: LIQUID DESIGN Ltd.
Author URI: https://lqd.jp/wp/
Description: LIQUID PRESS PREMIUM
Tags: blog,e-commerce,grid-layout,one-column,two-columns,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,footer-widgets,theme-options,threaded-comments,translation-ready,block-styles,wide-blocks
Version: 1.2.8.1705389300
Updated: 2024-01-16 16:15:00

*/

/* 背景 */
.mainpost,
.detail {
  background-image: url(./imgs/bg.jpg);
  background-size: cover;
}

.mainpost > .container,
.page > .container {
  background-color: #fff;
}

/* 共通 */
.flex {
  display: flex;
  flex-wrap: wrap;
}

/* ===== トップページ ===== */
/* fv */
.cover_overlay {
  display: none;
}

/* Lollypopについて */
#strong-point {
  background-color: #FFF2B2;
  border-radius: 15px;
  padding: 4%;
}

/* #strong-point .resp-flex {
  margin-bottom: 40px;
} */

.strong-ttl {
  position: relative;
}

.strong-ttl::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 150px;
  height: 120px;
  background: url(imgs/ttl-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -20px;
  right: 180px;
}

.point-attention {
  position: relative;
}

.point-attention::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(imgs/point-attention-pic.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: -20px;
}

/* コース案内 */
#course .wp-block-cover {
  margin-bottom: 0;
}

.course-ttl{
  position: relative;
  margin-top: 5rem;
  margin-bottom: 2rem !important;
}

.course-ttl::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 150px;
  height: 120px;
  background: url(imgs/ttl-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -50px;
  left: 245px;
}

.course-ttl > p {
  margin-bottom: 2rem;
}

.course-item{
  border-radius: 15px;
}

.course-item--option {

}

/* 受講生・保護者の声 */
#voice .testimonial-nav-arrow {
  border: none !important;
}

/* 入会の流れ */
.flow-box {
  border-radius: 15px;
  padding: 4%;
  width: 70%;
  margin: 0 auto;
}

.flow-item {
  margin-bottom: 2rem;
}

.flow-item:last-of-type {
  margin-bottom: 0;
}

.flow-num {
  border-radius: 15px;
}

/* よくある質問 */
#faq .wp-block-details,
.page-id-109 .wp-block-details{
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  margin: 40px 0 0;
  border-radius: 10px;
  background-color: #fff;
}

#faq .wp-block-details summary,
.page-id-109 .wp-block-details summary{
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  height: 120px;
  padding-left: 15px;
  border: 4px solid #000000;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  padding-left: 15px;
  font-size: 1.2rem;
  font-weight: bold;
}

#faq .wp-block-details summary::before,
.page-id-109 .wp-block-details summary::before {
  content: 'Q.';
  margin-right: 1rem;
}

#faq .wp-block-details p,
.page-id-109 .wp-block-details p {
  padding: 30px 30px 0;
  font-size: 18px;
}

/* お知らせ */
#news img {
  border-radius: 15px;
}

/* お問い合わせ */
#contact {
  padding: 4%;
  border-radius: 15px;
}

/* ======== footer ======== */
footer {
  background-color: #40BCE6;
}

.com {
  width: 40%;
}

.calender-widget {
  width: 60%;
  padding: 0 1rem;
}

.calender-widget li {
  list-style-type: none;
}

.foot .logo img {
  filter: unset;
}

.g-map {
  width: 100%;
  height: 200px;
  filter: grayscale(1);
  margin-top: 1rem;
}

@media screen and (max-width: 576px) {
  h3,
  h4 {
    font-size: 1.2rem;
  }

  #news .wp-block-latest-posts__featured-image img {
    width: 50px;
    height: 50px;
  }

  #strong-point h4 {
    text-align: center;
  }

  /* #strong-point .resp-flex {
    flex-wrap: wrap-reverse;
  } */


}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 1200px) {

} 

@media screen and (max-width: 1400px) {

} 