/**
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
*/

/*テキスト調整*/
.txt70{ font-size:70%;}
.txt140{ font-size:140%;}
.txt-gold{ color:#c9a84c;}
.txt-blue{ color:#0D1935;}
.txt-green{ color:#124e2a;}
.txt-yellow{ color:#f0c040;}

/*リスト装飾 エコノミー*/
.list-12 {
    list-style-type: none;
    padding: 1em;
    border: 2px solid #124e2a;
}

.list-12 li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    position: relative;
    padding: .3em .3em .3em 1.5em;
}

.list-12 li::before,
.list-12 li::after {
    position: absolute;
    content: '';
}

.list-12 li::before {
    left: 0;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #124e2a;
}

.list-12 li::after {
    left: .6em;
    transform: translateX(-75%) rotate(-45deg);
    width: .3em;
    height: .3em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

/*リスト装飾 スタンダード*/
.list-12 {
    list-style-type: none;
    padding: 1em;
    border: 2px solid #0d1935;
}

.list-12 li {
    display: flex;
    align-items: center;
    gap: 0 10px;
    position: relative;
    padding: .3em .3em .3em 1.5em;
}

.list-12 li::before,
.list-12 li::after {
    position: absolute;
    content: '';
}

.list-12 li::before {
    left: 0;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background-color: #0d1935;
}

.list-12 li::after {
    left: .6em;
    transform: translateX(-75%) rotate(-45deg);
    width: .3em;
    height: .3em;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
/*メニュー*/
.menu{
    max-width: 700px;
    margin: 0 auto;
    font-size: 1,125rem;
    padding: 40px 0;
	background: #fff8e194;
}
.menu dl {
    display: table;
    width: 100%;
    border: solid #5d4037;
    border-width: 1px 0;
}
.menu dt{
    display: table-cell;
    padding:0.4rem;
	color:#5d4037;
	font-size:20px;
}
.menu dd{
    text-align: right;
    display: table-cell;
    padding:0.4rem;
	color:#5d4037;
	font-size:20px;
}
.menu dd:after{
    display: inline-block;
    content: "";
    width: 1em;
    font-size: 0.7em;
}
.menu dd.from:after {
    content: "〜";
}
.notes{
    font-size: 0.7rem;
    font-family:"Yu Mincho", "YuMincho";
}

/*メニュー2*/
.section {
    margin: 0px 100px;
    border-top: 1px solid #999;
    /*border-bottom: 1px solid #999;*/
    padding: 20px 20px;
    position: relative;
}

.section::before,
.section::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    top: -6px;
}

.section::before {
    left: 0;
}

.section::after {
    right: 0;
}

.section h2 {
    font-size: 20px;
    color: #999;
	margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.menu-name {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.menu-name::after {
  content: "";
  border-bottom: 1px dotted #aaa;
  flex-grow: 1;
  height: 1px;
  margin-left: 10px;
}
.menu-text {
  position: relative;
  z-index: 1;
}
.price {
    white-space: nowrap;
    z-index: 1;
    position: relative;
    padding-left: 10px;
}

/* =========================
   FLOW STEPS (Elementor)
   ========================= */

.flow-steps{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap: 80px;                 /* ステップ間の距離（画像に近い） */
  max-width: 1200px;         /* 必要なら調整 */
  margin: 0 auto;
}

/* 各ステップ */
.flow-step{
  position:relative;
  flex: 1 1 0;
  text-align:center;
  padding: 10px 10px 0;
}

/* 丸アイコン（Elementor アイコンウィジェットの .elementor-icon を丸に） */
.flow-step .elementor-icon{
  width: 86px;               /* 画像の丸サイズ感 */
  height: 86px;
  border-radius: 999px;
  background:#0b1f4f;        /* 濃紺 */
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: 0 10px 20px rgba(0,0,0,.10);
}

/* アイコンサイズ＆色 */
.flow-step .elementor-icon svg,
.flow-step .elementor-icon i{
  font-size: 34px;
  width: 34px;
  height: 34px;
  color:#fff;
  fill:#fff;
}

/* アイコン下の余白 */
.flow-step .elementor-icon-wrapper{
  margin-bottom: 18px;
}

/* 見出し（Stepタイトル） */
.flow-step .elementor-heading-title{
  font-size: 18px;
  font-weight: 700;
  color:#0b1f4f;
  margin: 0 0 8px;
}

/* 説明文 */
.flow-step .elementor-widget-text-editor{
  font-size: 13px;
  line-height: 1.7;
  color:#556070;
}

/* 矢印（→） */
.flow-step::after{
  content:"→";
  position:absolute;
  top: 40px;                 /* 丸の中心付近に合わせる */
  right: -50px;              /* gapに合わせて調整 */
  font-size: 26px;
  font-weight: 700;
  color:#d3a34a;             /* ゴールド */
  line-height: 1;
}

/* 最後は矢印を消す */
.flow-last::after{
  display:none;
}

/* =========================
   Responsive
   ========================= */

/* タブレット以下：2列 */
@media (max-width: 1024px){
  .flow-steps{
    flex-wrap: wrap;
    justify-content:center;
    gap: 50px 60px;
  }
  .flow-step{
    flex: 0 1 calc(50% - 60px);
  }

  /* 2列化では矢印がズレやすいので非表示にして崩れ防止 */
  .flow-step::after{
    display:none;
  }
}

/* スマホ：縦並び + 下矢印 */
@media (max-width: 767px){
  .flow-steps{
    flex-direction: column;
    gap: 34px;
    align-items:center;
  }
  .flow-step{
    width: 100%;
    max-width: 420px;
  }

  /* スマホは下矢印に変更 */
  .flow-step::after{
    display:block;
    content:"↓";
    position: static;
    margin: 16px auto 0;
    font-size: 26px;
    color:#d3a34a;
  }
  .flow-last::after{
    display:none;
  }
}

/* テーブル */
.design02 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 border: solid 1px #778ca3;
}
.design02 tr {
 border-top: dashed 1px #778ca3;
}
.design02 th {
 padding: 10px;
 background: #0d1935;
 color:#FFF;
}

.design02 td {
 padding: 10px;
}
