@charset "utf-8";
/*
 Theme Name:   shusei-sendaiaoba
 Theme URI:    https://shusei-sendaiaoba.com/
 Description:  守成クラブ仙台青葉
 Author:       Hikeou Design
 Template:     generatepress
 Version:      0.1


=====================================================
■目次
=====================================================
・フォント
・配色指定
・基本設定
・共通設定
・見出し
・アニメーション
・メイン画像
・ナビゲーション
・パンくず
・フッター
・コンテンツ
・お知らせ
・CTA
・googlemap
・テーブル
・コンタクトフォーム
・よくある質問
・ボタン

※メディアクエリはcss/style-brake.cssに記載する
*/


/* ================================================
■ フォント
================================================ */
/* 【本文】ゴシック */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,900&display=swap');
/* 【本文】明朝 */
/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese'); */

/* 【英語】サンセリフ */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');
/* 【英語】セリフ） */
/* @import url('https://fonts.googleapis.com/css?family=Playfair+Display:500,700&display=swap'); */


/* ================================================
■ 基本設定
================================================ */
html{
  font-size: 62.5%;/*16px=1.6rem*/
}
body{
  font-family: "Noto Serif JP", "Source Han Serif JP", 'Hiragino Mincho ProN', 游明朝, YuMincho, HGS明朝E, 'MS PMincho', serif;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 150%;
  color: #222;
  /* フォントサイズ自動調節 */
  -webkit-text-size-adjust: 100%;
  /* 改行設定 */
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* カーニング */
  letter-spacing: 0.08rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  text-align:justify;
}

/* タップ時ハイライトカラー(背景色)を無効 */
a{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  transition: .2s;
}
a.arrow:before {
    content: "\f105";
    font-family: GeneratePress;
    color: #ec6e88;
    margin-right: 1rem;
}
.button_wrap{
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 5rem;
}
a.button-second {
    padding: 2rem;
    background-color: #e50012;
    border: solid .2rem #e50012;
    border-radius: .5rem;
    width: 100%;
    max-width: 25rem;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
}
a.button-second:hover {
    background-color: #fff;
    color: #e50012;
    transition: .3s;
}
a.button-second.small {
    padding: 1rem 2rem;
    font-size: 1.4rem;
}
/* ページ内リンクのずれを修正 */
.anchor{
    display: block !important;
    padding-top: 70px !important;
    margin-top: -70px !important;
}
img {
    margin: 0 0 1rem 0;
    padding: 0;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}
body.single .entry-content img {
  margin: 1rem 0;
}
p {
   margin-bottom: 1.5rem;
   line-height: 150%;
}
ul {
  list-style: none;
  margin: 0;
  font-weight: 500;
}
ul.disc {
    list-style: disc;
    padding-left: 2.5rem;
    margin: 2rem 0 0;
}
ol { list-style: decimal; }
/* 親要素にclearfix追加でfloat高さ出す */
.clearfix:after{
 	content: "";
	clear: both;
	display: block;
}
/* チェック */
.ul_check_wrap {
  color: #e50012;
  font-size: 2.8rem;
  max-width: 80rem;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}
.ul_check_wrap.border_ul {
  padding: 6rem 3rem;
  border: solid 0.3rem #e50012;
  background-color: #f2fafe;
}
.ul_check_wrap.border_ul2 {
  font-size: 3.6rem;
  max-width: 66rem;
  padding: 6rem 3rem;
  border: solid 0.3rem #0d47a1;
  background-color: #ffff;
  box-shadow: 0px 0px 10px 5px rgba(204, 204, 204, .75);
}
.ul_check_wrap span {
  font-size: 1.6rem;
  margin-left: 1rem;
}
.ul_check_wrap > ul {
 display: block;
 padding-left: 5rem;
}
.ul_check_wrap > ul li {
position: relative;
display: block;
margin-bottom: 3rem;
font-weight: bold;
}
.ul_check_wrap > ul li:last-child {
margin-bottom: 0;
}
.ul_check_wrap > ul li:before {
position: absolute;
content: "";
background: url(./images/icon_check.svg) no-repeat center center;
display: inline-block;
background-size: 3rem;
width: 3rem;
height: 3rem;
left: -5rem;
vertical-align: middle;
}
.ul_check_wrap > ul.square li:before {
background: url(./images/icon_check2.svg) no-repeat center center;
}

strong {
     padding: 0.2rem;
     background: linear-gradient(transparent 80%, #ffff00 80%);
}

.box_shadow{
  box-shadow:
9px 9px 16px rgb(163,177,198,0.6),
 -9px -9px 16px rgba(255,255,255, 0.5);
}

.no_border {
  border: none !important;
}
/* ================================================
■ 共通設定
================================================ */
/* パソコンで見れる */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォン+タブレットで見れる */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

ol.num {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  margin: 0;
  font-size: 2.4rem;
}
ol.num li {
  position: relative;
  padding: 1rem 0 1rem 3.5rem;
  font-weight: bold;
}

ol.num li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #249cd1;
  color: white;
  font-weight:bold;
  font-size: 1.5rem;
  border-radius: 50%;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.eyecatch p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
    font-size: 2rem;
}

p.message{
  display: block;
  width: 100%;
  margin: 0 auto 3rem;
  padding: 3rem;
  text-align: center;
  background-color: #f9f9f9;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
span.type {
    border-radius: .3rem;
    padding: .15rem .5rem;
    font-size: 1.2rem;
    color: #fff;
    margin-right: .5rem;
    background-color: #e50012;
    display: inline-block;
}
body.error404 .entry-content>p {
  text-align: center;
}
/* ================================================
■ 見出し
================================================ */
h2 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 7rem;
  line-height: 150%;
}

h2.icon:after {
  content: '';
  display: block;
  margin: auto;
  background: url(./images/h2_icon.png) no-repeat center center;
  background-size: 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  position: relative;
  top: 1rem;
}
h2.uline:first-child {
  margin-top: 0 !important;
}
h2.uline:before {
    content: "";
    position: absolute;
    height: .6rem;
    width: 3rem;
    left: 0;
    right: 3rem;
    margin: auto;
    bottom: -2rem;
    background-color: #3bb7e2;
    border-radius: 1rem 0 0 1rem;
}
h2.uline:after {
    content: "";
    position: absolute;
    height: .6rem;
    width: 3rem;
    right: 0;
    left: 3rem;
    margin: auto;
    bottom: -2rem;
    background-color: #e50012;
    border-radius: 0 1rem 1rem 0;
}
h3 {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  line-height: 150%;
}

h3.uline {
  margin-bottom: 6rem;
  font-size: 2.8rem;
}

h3.uline::after {
  content: "";
  position: absolute;
  height: .2rem;
  width: 10rem;
  left: 0;
  bottom: -2rem;
  background-color: #e50012;
}
h3 span{
  color: #e50012;
}
h3.page {
    position: relative;
    padding-left: 3rem;
    font-size: 2rem;
    margin-bottom: 1rem;
}
h3.page::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 2rem;
     height:.3rem;
     background-color: #e50012;
}
h4 {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
h4.point {
  color: #e50012;
  font-size: 2.1rem;
  margin: 5rem 0 2rem;
  text-align: left;
}
h5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
/* ================================================
■ 見出し
================================================ */

.no_before:before { content: none;}
.no_after:after{ content: none;}
/* ================================================
■ メイン画像
================================================ */
/* .page-hero-top {
  height: 100vh;
  padding: 0;
  box-sizing: border-box;
} */

.page-hero-top .main_message_wrap {
  position: relative;
  left: 10%;
}
/* ================================================
■ 固定ページヘッダー
================================================ */
.page-hero-page {
  padding: 8rem 0;
  text-align: center;
  box-sizing: border-box;
  background-image: url(./images/page_bg_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 30rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-hero-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222222;
  opacity: 0.6;
  z-index: 1; /* 背景画像の上に表示 */
}

/* .page-hero-page 内のテキスト要素に z-index: 2; を指定 */
.page-hero-page > * {
  position: relative;
  z-index: 2;
}
.page-hero-page h1 {
  font-weight: bold;
  color: #fff;
}
/* ================================================
■ ナビゲーション
================================================ */
.site-logo:after {
    content: "仙台青葉会場";
    display: block;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #be1a21;
}
.main-navigation .main-nav ul li a {
  font-weight: bold;
  font-size: 1.8rem;
}
ul#menu-pc_header {
  flex-direction: column;
  align-items: start;
}

/* ================================================
■ パンくず
================================================ */
ul.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.2rem;
    padding: 1rem;
    background-color: #e9f6ff;
}
ul.breadcrumb li {
    display: inline-block;
}
ul.breadcrumb li:after {
    content: "\f106";
    font-family: GeneratePress;
    transform: rotate(90deg);
    display: inline-block;
    padding: 0 .5rem;
}
ul.breadcrumb li:last-child:after {
    content: "";
}
/* ================================================
■ フッター/CTA
================================================ */
section.banner_wrap {
    background-color: #f4f4f4;
}

footer {
  position: relative; /* 擬似要素（::before）の基準とする */
  /* 💡 元の background-image の指定を外す */
  background-size: cover; /* 必要であれば残してもOKですが、::beforeに移動推奨 */
  padding: 15rem 3rem 2rem;
  overflow: hidden; /* ぼかしの際に発生しがちな端の白い部分を隠す */
}

footer::before {
  content: "";
  position: absolute;
  top: -10px;    /* 💡 ぼかしで発生する端のぼけを隠すため、少し広げる */
  left: -10px;   /* 💡 ぼかしで発生する端のぼけを隠すため、少し広げる */
  width: calc(100% + 20px); /* 💡 広げた分、サイズも調整 */
  height: calc(100% + 20px); /* 💡 広げた分、サイズも調整 */
  
  /* 1. 背景画像とぼかしを適用 */
  background-image: url(./images/footer_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  /* 💡 ぼかしの適用（例として 5px） */
  filter: blur(5px);
  
  z-index: -2; /* コンテンツとマスク（::after）よりも背面に */
}

footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  /* 2. マスクの適用（#222222 透明度50%） */
  background-color: #222222;
  opacity: 0.6;
  
  z-index: -1; /* ぼかし画像（::before）より手前、コンテンツより背面に */
}

/* 💡 フッター内のコンテンツ（テキスト、リンクなど）を前面に表示 */
footer > * {
  position: relative;
  z-index: 1;
}
.schedule_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 140rem;
  margin: auto;
  padding-bottom: 13rem;
}
.schedule_wrap h2 {
    font-size: 4rem;
    color: #fff;
    text-align: left;
    margin-bottom: 4rem;
}
.schedule_date {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.schedule_date > div {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
  text-align: center;
  font-family: 'Roboto';
  font-style: italic;
  font-size: 3rem;
  font-weight: bold;
}
footer.site-info {
  display: none;
}
div.site-info {
  display: flex;
  justify-content: space-between;
  padding: 5rem 2rem 10rem;
  border-top: solid .1rem rgba(255, 255, 255, 0.2);
  max-width: 140rem;
  margin: auto;
}

.footer a { text-decoration: underline; }
.footer address p { font-style: normal; }
.footer_menu {
  display: flex;
  gap: 6rem;
}
.footer_menu div {
  display: flex;
  flex-direction: column;
}


.fix {
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    background:
        url(./images/buttun_entry.png) no-repeat center bottom,
        linear-gradient(20deg, #820000, #e50012);
    background-size: auto 2rem, cover;
    width: 100%;
    max-width: 30rem;
    height: 8rem;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;

    animation-name: bottom-top;
    animation-duration: .5s;
    animation-delay: 5s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    z-index: 100;
}

.fix a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.fix span {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
}
.fix a::after {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.2rem;
    background-image: url(./images/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 2rem;
}

.fix a:hover::after {
  transform: translateX(10px);
}

.fix a:hover {
    opacity: 1;
}

/* ================================================
■ フキダシ
================================================ */
p.fukidashi {
  color: #ffff00;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
p.fukidashi span.left {
  border-left: solid .2rem #fff;
  height: 2rem;
  transform: rotate(-20deg);
  display: inline-block;
  padding-right: 1rem;
}
p.fukidashi span.right {
  border-left: solid .2rem #fff;
  height: 2rem;
  transform: rotate(20deg);
  display: inline-block;
  margin-left: 0.5rem;
  margin-bottom: -0.5rem;
}
p.fukidashi { color: #fff200; }
p.fukidashi span.right { border-left: solid .2rem #fff200;}
p.fukidashi span.left {  border-left: solid .2rem #fff200;}

/* フッターバー */
.site-info a,
.site-info a:visited {
    text-decoration: underline;
}
.teigaku-hp{
  font-size: 1.2rem;
}
.footerbar_menu_wrap{
  display: none;
}
.copyright-bar {
    font-size: 1.2rem;
    font-weight: 500;
}
.copyright-bar a.privacy {
    padding-right: .75rem;
    margin-right: .5rem;
    border-right: solid 1px #ccc;
    font-weight: 500;
}
/* ================================================
■ お知らせ
================================================ */
body.archive div#content,
body.single div#content{
    max-width: 120rem;
    width: 100%;
    margin: auto;
    padding: 5rem 1.5rem;
}

.news_wrap {
    background-color: #f9f9f9;
    padding: 5rem 0 10rem;
    border-bottom: solid 1px #eee;
}

.news_contents {
    max-width: 80rem;
    width: 100%;
    margin: auto;
    background-color: #fff;
    padding: 1rem 3rem;
    box-sizing: border-box;
    border-top: solid 0.2rem #e50012;
    border-bottom: solid 0.2rem #e50012;
}

.news_contents a {
    display: block;
    padding: 2rem 1rem;
}
.news_contents a:hover{
    color: #000000;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}
.news_contents li:last-child {
  border-bottom: none;
}
.list-news {
    list-style: none;
    margin: 0;
    border-bottom: solid 1px #eaeaea;
    width: 100%;
    display: table;
}
li.list-news a {
  text-decoration: none;
}
li.list-news .news-date {
    padding: 1rem 0;
    width: auto;
    font-size: 1.4rem;
    color: #999999;
}

li.list-news .news-cat {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  padding: .5rem;
  margin: 0 2rem;
  background: #e50012;
  display: inline-block;
  width: 8rem;
}
li.list-news .news-txt {
    padding: 1rem 0;
    width: auto;
    color: #222;
    text-decoration: underline;
}
li.list-news .news-txt:hover{
    text-decoration: none;
}
/* アイキャッチ付き */
.news_eye_wrap a{
  color: #222;
}
.news_eye_wrap a:hover{
  text-decoration: none;
  color: #222;
}
figure.eyecatch {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  border: solid 1px #eaeaea;
  box-sizing: border-box;
}
figure.eyecatch:hover {
  border: solid 1px #ccc;
  box-sizing: border-box;
}
figure.eyecatch .date {
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: #3988d8;
    color: #fff;
    font-size: 1.4rem;
    padding: .1rem .5rem;
    margin-bottom: 1rem;
    opacity: .9;
}
figure.eyecatch img {
    margin-bottom: 0;
}
figure.eyecatch img.img-responsive:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
span.cat {
    display: inline-block;
    background-color: #666;
    border-radius: .25rem;
    color: #fff;
    font-size: 1.4rem;
    padding: .25rem .5rem;
    margin: 0 1rem .5rem 0;
}
/* 謚慕ｨｿ繝壹�繧ｸ */
header.page-header {
    display: none;
}
body.blog .post-image img {
  margin-bottom: 1rem;
}
body.blog div.entry-meta {
  margin-bottom: 8rem;
}
.entry-content img {
  margin-bottom: 1rem;
}
.entry-meta > .byline{
  display: none;
}
.entry-meta > .cat-links{
  display: none;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.nav-next .next:before {
    content: none;
}
.nav-next .next::after {
    content: none;
}

footer.entry-meta {
    margin-top: 2em;
    padding-top: 1rem;
}

.nav-links {
    text-align: center;
    margin-bottom: 5rem;
}
.nav-links a.page-numbers {
    border: solid 1px #e50012;
    color: #e50012;
    padding: .5rem 1rem;
    margin: 0 .3rem;
}
.nav-links span.current {
    border: solid 1px #e50012;
    background-color: #e50012;
    color: #fff;
    font-weight: bold;
    padding: .5rem 1rem;
    margin: 0 .3rem;
}

.nav-links > a.prev, .nav-links > a.next{
    border: none;
    padding: 0 .5rem;
    margin: 0;
}

/* サイドバー */
h2.widget-title {
    color: #666;
    font-size: 1.6rem;
    border-bottom: solid 1px #ccc;
    padding-bottom: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
h1.entry-title,h2.entry-title {
  margin-bottom: 4rem;
  position: relative;
  padding: 1.5rem 1rem 1.5rem 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  border-left: solid 3px #e50012;
  text-align: left;
}
h2.entry-title a {
  color: #222;
}
.inside-right-sidebar h2 {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.inside-right-sidebar aside ul li a {
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: underline;
    color: #222;
}
.inside-right-sidebar aside ul li a:hover {
  text-decoration: none;
}
/* ================================================
■ 埋め込み(googlemap、facebook)
================================================ */
.gmap {
height: auto;
overflow: hidden;
/* padding-bottom: 56.25%; */
position: relative;
/* margin-bottom: 1rem; */
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.fb_contents {
    max-width: 50rem;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}
/* ================================================
■ テーブル
================================================ */
/* ================================================
■ テーブル
================================================ */
/* 基本設定 */
table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 1rem;
  font-weight: 500;
}

/* 一般的なデザイン */
table.common {
  margin-bottom: 3rem;
}
table.common tr th,
table.common tr td{
  text-align: center;
  padding: 2rem;
  /* word-break: break-all; */
}
table.common th{
  vertical-align: top;
  background-color: #f4f4f4;
  font-weight: bold;
}
table.common td{
  background-color: #fff;
}
table.common td:first-of-type{
  text-align: left;
}
table.common td p{
  padding: 0;
  margin: 0;
}
/* ================================================
■ コンタクトフォーム
================================================ */
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], textarea{
  width:100%;
  padding:5px;
  background-color: #f5fbff;
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Chrome, Safari */
  }
  @supports(-webkit-appearance: none) or (-moz-appearance: none) {
    input[type='checkbox'],
    input[type='radio'] {
      -webkit-appearance: none;
      -moz-appearance: none;
    }
  }
  input[type='checkbox'], input[type='radio'] {
    background: #fff;
    border: .1rem solid #ccc;
    outline: none;
    display: inline-block;
    position: relative;
    top: .2rem;
    margin: 0;
    cursor: pointer;
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
  }
  input[type='checkbox']{
      width: 1.6rem;
      height: 1.6rem;
      border: .1rem #ccc solid;
      border-radius: .3rem;
  }
  input[type='radio'] {
      padding: .4rem;
      border: .1rem #ccc solid;
      border-radius: 50%;
  }
  input[type='checkbox']:checked {
    background: #009fe0;
    border: .1rem solid #009fe0;
  }
  input[type='radio']:checked {
    background: #009fe0;
    border: .1rem solid #009fe0;
  }
  input[type='checkbox']:after {
      content: '';
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      width: .5rem;
      height: .9rem;
      border: .2rem solid #fff;
      border-top: 0;
      border-left: 0;
      left: .4rem;
      top: .1rem;
      transform: rotate(43deg);
      -webkit-transform: rotate(43deg);
  }
  input[type='radio']:after {
      content: '';
      display: block;
      width: .7rem;
      height: .7rem;
      border-radius: 50%;
      background-color: #fff;
  }
  
  /* contactform7 */
  input[type='submit'].wpcf7-submit{
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    padding: 1.5rem 3rem;
    display: block;
    width: 100%;
    max-width: 30rem;
    margin: 1rem auto;
    text-align: center;
    transition: .2s;
    background: #ff4c3e;
    border-bottom: solid 3px #c93c35;
    border-radius: 50rem;
  }
  
  input[type='submit'].wpcf7-submit:hover{
    background: #ffe100;
    border-bottom: solid 3px #c1a000;
    color: #333;
  }
  input[type='submit'].wpcf7-submit:active {
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
      border-bottom: none !important;
  }
  input[type='date'].wpcf7-form-control.wpcf7-date,
  select.wpcf7-form-control.wpcf7-select {
      background-color: #f5fbff;
      padding: .5rem;
      border: solid 1px #ccc;
  }
  span.wpcf7-form-control > span.wpcf7-list-item {
      margin: 0 auto;
      width: auto;
      max-width: inherit;
      min-width: inherit;
      display: inline-block;
  }
  .wpcf7-acceptance > span.wpcf7-list-item {
      margin: 0;
      display: inline !important;
    text-align: center;
  }
  span.wpcf7-list-item label {
      display: block;
      word-break: break-all;
      margin-right: 3rem;
  }
  div.wpcf7-response-output {
      margin: 1rem 0;
      padding: 2rem;
      text-align: center;
      font-weight: bold;
      font-size: 2rem;
      border: 2px solid #ff0000;
  }
  div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
      border: 3px solid #fcee21;
  }
  div.wpcf7-mail-sent-ok {
      border: 3px solid #009fe0;
  }
  div.wpcf7 .ajax-loader {
      display: block;
      margin: 2rem auto 1rem;
  }
  input::placeholder,textarea::placeholder {
    color: #bbb;
  }
  span.require {
      background-color: #e20000;
      border-radius: .3rem;
      color: #fff;
      font-size: 1.2rem;
      padding: .3rem;
      margin-right: 1rem;
      vertical-align: inherit;
  }
  
  /* 郵便番号による住所自動入力 */
  td.address-wrap p { text-align: left; }
  td.address-wrap p br {
    display: none;
  }
  .postalcod-wrap {
    display: block;
    margin-bottom: 1rem;
  }
  input.length3 { max-width: 10rem; }
  input.length4 { max-width: 13rem; }

/* ================================================
■ よくある質問【開閉】
================================================ */
.faq *, .faq *:after, .faq *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.faq {
  border-top: 0.1rem solid #ccc;
  max-width: 80rem;
  margin: auto;
}
.faq .faq_tab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: .1rem;
	color: #1b2538;
}
.faq .faq_tab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.faq .faq_tab label {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6rem;
  position: relative;
  display: block;
  margin: 0 0 0 0;
  padding: 2rem;
  cursor: pointer;
  border-bottom: .1rem solid #ccc;
}
.faq .faq_tab label:hover {
	color: #e50012;
}
/* 答え */
.faq .faq_tab .tab_content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
	background: #f9f9f9;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.faq .faq_tab input:checked ~ label {
	color: #e50012;
}
/* --答えの高さ */
.faq .faq_tab input:checked ~ .tab_content {
  max-height: 400rem;
  border-bottom: solid 1px #ccc;
}
.faq .faq_tab .tab_content p {
  padding: 2rem;
  margin: 0;
}
/* 質問をクリックした時のアイコンの動き */
.faq .faq_tab label::after {
  line-height: 1.6rem;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3rem;
	margin-top: -1rem;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
}
.faq .faq_tab input[type=checkbox] + label::after {
    font-family: "Font Awesome 5 Free";
    font-size: 1.6rem;
    content: "\f077";
    margin-right: 1.5rem;
}
.faq .faq_tab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}


/* ================================================
■ よくある質問
================================================ */
.qa_message {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.qa_box {
    border-radius: 10px;
    background-color: #e5f6fd;
    border-bottom: solid 2px #e4eac0;
    padding: 3rem;
    margin: 0 auto 3rem;
    width: 100%;
    max-width: 66rem;
    box-sizing: border-box;
}
.qa_box:last-child { margin-bottom: 0; }
.qa_box .question {
  position: relative;
  padding: 1rem 0 1rem 7rem;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.qa_box .answer {
  position: relative;
  padding: 1rem 0 1rem 7.2rem;
  font-size: 1.6rem;
}
.qa_box .question:before,
.qa_box .answer:before {
  display: inline-block;
  position: absolute;
  color: #fff;
  line-height: 5rem;
  font-weight: bold;
  font-size: 2.1rem;
  text-align: center;
  width: 5rem;
  height: 5rem;
  left: 0;
  top: 2.5rem;
  -moz-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  border-radius: 50%;
}

.qa_box .question:before {
  content: "Q";
  background: #ed7a98;
}
.qa_box .answer:before {
  content: "A";
  background: #e50012;
}

.qa_box ul {
  padding: 0;
  margin: 0;
  position: relative;
}
.qa_box ul li {
  line-height: 1.5;
  padding: 0.5rem 0 0.5rem 1.5rem;
  list-style-type: none!important;
}
.qa_box ul li:before {
  content: "\f105";
  font-family: GeneratePress;
  position: absolute;
  left : 0;
  color: #ec6e88;
}

/* ================================================
流れ
================================================ */
.flow {
  max-width: 80rem;
  margin: auto;
}
.flow > li {
  padding: 3rem 0;
}
.flow > li:not(:last-child) {
  border-bottom: 2px solid #e50012;
  position: relative;
}
.flow > li:not(:last-child)::before,
.flow > li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child)::before {
  border-width: 2.1rem;
  border-top-color: #e50012;
}
.flow > li:not(:last-child)::after {
  border-width: 1.8rem;
  border-top-color: #fff;
}
.flow > li dl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flow > li dl dt {
  font-size: 2rem;
  font-weight: 600;
  color: #5eac24;
  -ms-flex-preferred-size: 20%;
  min-width: 15rem;
  margin-right: 1vw;
  text-align: center;
}
.flow > li dl dd {
    margin: 1.5rem;
    margin-left: 0;
}
.flow > li dl dd h4 {
  margin-bottom: 1rem;
}
.flow > li dl dt .icon {
  font-size: 1.4rem;
  color: #fff;
  background-color: #e50012;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  display: block;
  border-radius: 2rem;
}

.flow > li dl dt .icon:before {
    content: '';
    display: inline;
    min-width: 5rem;
    height: auto;
    position: static;
    left: 0;
    top: 0;
}

/* 流れ2 */
.flow_wrap {
    max-width: 100rem;
    width: 100%;
    margin: auto;
    padding-bottom: 10rem;
}
.flow2 {
	padding-left: 12rem;
	position: relative;
}
.flow2::before {
    content: "";
    width: .2rem;
    height: 100%;
    background: #e50012;
    margin-left: -.1rem;
    display: block;
    position: absolute;
    top: 0;
    left: 12rem;
}
.flow2 > li {
	position: relative;
}
.flow2 > li:not(:last-child) {
	   margin-bottom: 5rem;
}
.flow2 > li .flow_num {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #5eac24;
    padding: .3rem 1rem;
    display: block;
    position: absolute;
    top: 0;
    left: -9rem;
    z-index: 2;
}
.flow2 > li .flow_num::after {
	content: "";
	border-style: solid;
	border-width: .5rem 0 .5rem 1rem;
	border-color: transparent transparent transparent #5eac24;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flow2 > li dl {
	padding-left: 7rem;
	position: relative;
}
.flow2 > li dd {
  margin: 0;
}
.flow2 > li dl::before,
.flow2 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 1.5rem;
}
.flow2 > li dl::before {
    width: 1rem;
    height: 1rem;
    margin-top: -.5rem;
    background: #e50012;
    border-radius: 50%;
    left: -.5rem;
}
.flow2 > li dl::after {
	width: 5rem;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: .5rem;
}
.flow2 > li dl dt {
    font-size: 2rem;
    margin-bottom: .5rem;
}
/* ================================================
■ スクロール
================================================ */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
  }
  section.gallery_wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .scroll-wrap {
    display: flex;
    overflow: hidden;
  }
  .scroll-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .scroll-list-left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
  }
  .scroll-item {
    width: calc(100vw / 5);
  }
  .scroll-item>img {
    width: 100%;
    margin-bottom: 0;
  }
/* ================================================
■ ボタン
================================================ */
a.button {
    height: auto;
    position: relative;
    margin-top: 3rem !important;
    padding: 2rem 4rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition-duration: 0.3s;
    border-width: 0 !important;
    border-radius: .5rem;
    /* background-color: #e50012; */
    background: linear-gradient(20deg, #820000, #e50012);
    max-width: 30rem;
    display: block;
    text-align: center;
     z-index: 0; /* 基本レイヤー */
}
a.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, #820000, #e50012);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 0; /* 背景レイヤー */
  border-radius: .5rem;
}

a.button:hover::before {
  opacity: 1;
  border-radius: .5rem;
}

a.button span {
  position: relative;
  z-index: 1; /* 文字を前面に */
}
/* マウスオーバー */
a.button:hover,
a.button:focus {
  border-radius: .5rem;
  opacity: 1;
}
/* ================================================
■ 404/検索結果
================================================ */
body.error404 .entry-title {
    margin-bottom: 1rem;
    text-align: center;
}
form.search-form {
    text-align: center;
}


/* ================================================
■ 共通
================================================ */
/* コンテナ */
.contents_wrap {
  max-width: 130rem;
  padding: 15rem 1.5rem;
  line-height: 200%;
  margin: auto;
}
.contents_wrap.narrow {
  max-width: 90rem;
}
.contents_wrap > .contents {
  gap: 8rem !important;
}

/* メニュー */
ul#menu-pc_header > li {
  position: relative;
  padding-left: .6rem;
}

ul#menu-pc_header > li::after {
    content: "";
    position: absolute;
    height: .2rem;
    width: .8rem;
    left: -1.4rem;
    bottom: 0;
    top: 0;
    margin: auto 0;
    background-color: #e50012;
}
ul#menu-pc_header > li.sub > a,
ul#menu-pc_header > li.sub_last > a {
    line-height: 180%;
    font-weight: normal;
    font-size: 1.6rem;
}
ul#menu-pc_header > li.sub_last > a {
  margin-bottom: 1rem;
}

ul#menu-pc_header > li.sub::after,
ul#menu-pc_header > li.sub_last::after {
  display: none;
}



/* ================================================
■ TOP
================================================ */
.separate-containers .site-main {
    margin-top: 0 !important; /* ← 上端のみ 0 */
}

.top_salesprice {
  background: url(./images/topnum_bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 10rem 2rem;
  text-align: center;
  font-weight: bold;
  display: grid;
  gap: 5rem;
}
.top_salesprice > h2 {
    font-size: 2.1rem;
    margin: 0;
}

.top_salesprice > h2 > span.title_price {
  padding-left: 1rem;
}
.top_salesprice > h2 > span.price {
    font-size: 8rem;
    font-family: 'Roboto';
    font-style: italic;
    text-shadow: 0 0 1.5rem #000000;
}
.top_message_map {
    background-image: url(./images/bg_map.png);
    background-position: right;
    background-position-y: 8rem;
    background-repeat: no-repeat;
    background-size: contain;
}
.top_message_txt {
  margin-top: 5rem;
}
.top_message_txt p {
    line-height: 200%;
}
.top_message_txt > p:last-of-type {
  margin-bottom: 5rem;
}
.top_message_txt > p > span {
  font-weight: bold;
  font-size: 2.1rem;
  color: #e50012;
  padding: 0 .5rem;
}

/* 例会情報 */
.top_message_txt > p > span.num {
    font-size: 3rem;
    font-family: 'Roboto';
    font-style: italic;
    color: #e50012;
  padding: 0 .5rem;
}
.business_meeting_wrap {
  margin-bottom: 5rem;
  display: grid;
  gap: 2rem;
}
.business_meeting_wrap .title {
  font-weight: bold;
  font-size: 2.1rem;
  margin-bottom: 2rem;
}
.business_meeting_wrap .title > span {
  width: 8rem;
  color: #e50012;
  border: solid .1rem #e50012;
  padding: .3rem 1rem;
  font-size: 1.8rem;
  text-align: center;
  margin-right: 1rem;
}
.top_meeting {
    column-gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
}
.meeting_button_pc,.meeting_button_sp {
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  a.button.meeting_button_pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
 a.button.meeting_button_sp {
    display: none !important;
  }
.meeting_button_pc,.meeting_button_sp {
  margin: 3rem 0 0 !important;
}
}

/* 固定ページ一覧 */
.meeting-list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    max-width: 100rem;
    margin: 3rem auto;
}

.meeting-list {
    width: calc(50% - 1.5rem);
    box-sizing: border-box;
    border: .1rem solid #be1a21;
    padding: 4rem;
}


.meeting-list > .business_meeting_wrap {
  margin-bottom: 0;
}

@media (max-width: 768px) {
    .meeting-grid-item {
        width: 100%;
    }
}


/* お知らせ */
.news_eye_wrap {
  max-width: 130rem;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
.news_eye > .button {
  margin: 5rem auto 0;
}
.news_link_wrap {
  margin: 2rem;
  font-size: 1.4rem;
}
.news-cat a {
  text-decoration: none;
  background-color: #e50012;
  color: #fff;
  padding: .2rem .7rem;
  margin-left: 1rem;
}
.news-title {
  margin-top: 1.5rem;
}
.news-title a {
  text-decoration: none;
  font-size: 1.8rem;
}

/* ================================================
■ 守成クラブとは
================================================ */
.gb-element-8706edae.shusei_topnum_wrap {
    max-width: 90rem;
    margin: 5rem auto 0;
    gap: 4rem;
}
.shusei_topnum {
  background-color: #fff;
  box-shadow: 0px 0px 5px 3px rgba(204, 204, 204, .5);
}
.shusei_topnum_title {
    background: url(./images/topnum_bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 2rem;
    text-align: center;
}
.shusei_topnum_title >h2 {
    font-weight: bold;
    font-size: 3rem;
    margin: 0;
}
.shusei_topnum_contents {
    padding: 8rem 2rem;
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
}
.shusei_topnum_contents > p {
    margin-bottom: 0;
}
.shusei_topnum_contents > p > span {
    color: #e50012;
    font-size: 8rem;
    font-family: 'Roboto';
    font-style: italic;
    margin: 0 1rem;
}

.youtube_wrap {
  padding: 5rem 1.5rem ;
  max-width: 120rem;
  margin: auto;
}
.shusei-club_wrap {
  padding: 5rem 1.5rem 15rem;
  max-width: 90rem;
  margin: auto;
}


/* ================================================
■ 入会案内
================================================ */

ul.member-info_wrap {
  counter-reset: member-num;
  font-size: 2.4rem;
  margin: 0 auto 14rem;
}

ul.member-info_wrap > li {
    counter-increment: member-num;
    position: relative;
    padding-left: 4rem;
    margin-bottom: 3rem;
    font-weight: bold;
}

ul.member-info_wrap > li::before {
    content: counter(member-num) ".";
    font-size: 3rem;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    color: #e50012;
    padding: 0 .5rem;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    text-align: right;
    min-width: 3rem;
}

.member-info_foot {
    max-width: 70rem;
    margin: 3rem auto;
    border: 1px solid #e50012;
    padding: 0 7rem 6rem;
    box-shadow: 0px 0px 10px 5px rgba(204, 204, 204, .75);
}

.member-info_foot::before {
    content: "";
    display: block;
    background-image: url('images/ganbare.png');
    width: 30rem;
    height: 16.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    margin: -10rem auto 0rem;
}

.member-info_foot p {
    font-size: 1.8rem;
    margin-bottom: 0;
}

.title_contents_wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 10rem;
}
.title_contents {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 2rem;
}
.title_contents > .title {
    width: auto;
    color: rgb(229, 0, 18);
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-right: 1rem;
    border-width: 0.1rem;
    border-style: solid;
    border-color: rgb(229, 0, 18);
    border-image: initial;
    padding: 0.3rem 1rem;
    align-self: start;
}

h4.check {
    display: flex;
    align-items: center; 
    margin-bottom: 1rem; 
    font-size: 2.1rem;
    font-weight: bold;
}

h4.check::before {
    content: "";
    background-image: url('images/icon_check.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    margin-right: 1rem; 
    flex-shrink: 0;
}

.js-scrollable table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.js-scrollable table th,
.js-scrollable table td {
  padding: 2rem;
  border: 1px solid #ccc;
  /* white-space: nowrap; */
  text-align: center;
}

.js-scrollable table th {
  vertical-align: top;
  background-color: #f4f4f4;
  font-weight: bold;
}
.js-scrollable table td{
  background-color: #fff;
}
.js-scrollable table td:first-of-type{
  text-align: left;
}
.js-scrollable table td p{
  padding: 0;
  margin: 0;
}



/* ================================================
■ 仙台青葉会場
================================================ */
.daihyou_wrap {
    max-width: 100rem;
    padding: 15rem 1.5rem 10rem;
}
.daihyou_txt {
    max-width: 80rem;
    margin: 3rem auto 0;
}

.manager_wrap p {
  margin: 1.5rem 0 .5rem;
  font-size: 1.6rem;
}
p.url a {
  display: flex;
  align-items: center;
  text-decoration: underline;
}
p.url a:hover {
  color: #e50012;
  text-decoration: none;
  transition: .2s;
}
p.url a::before {
  content: "";
  background-image: url("images/website.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
}

