/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. 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 and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
 */

/* リスト全体のスタイル */
body .custom-page-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center; /* リスト全体を中央揃え */
    padding-left: 30px; /* リスト全体の左に余白を追加 */
}

/* 親リスト項目（サーフガイドなど）のテキストのスタイル */
body .custom-page-list > li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px; /* 親リストのインデントを調整 */
    text-align: left; /* 親リストは左揃え */
}

/* 子リスト項目（オアフ島、バリ島など）のインデント調整 */
body .custom-page-list li ul {
    padding-left: 20px; /* 子リストのインデント */
}

/* リンクのスタイル */
.custom-page-list li a {
    color: #0073e6; /* リンクの色 */
    font-size: 18px; /* フォントサイズ */
    font-weight: bold; /* フォントを太字に */
    text-decoration: none; /* 下線を消す */
    display: inline-block;
    transition: color 0.3s ease;
    vertical-align: middle; /* 文字とアイコンを中央に揃える */
}

/* ホバー時のリンクのスタイル */
.custom-page-list li a:hover {
    color: #ff6600; /* ホバー時のリンク色 */
    text-decoration: underline; /* ホバー時に下線を表示 */
}
/* リスト全体のスタイル */
body .custom-post-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center; /* リスト全体を中央揃え */
    padding-left: 30px; /* リスト全体の左に余白を追加 */
}

/* 親リスト項目（カテゴリやグループ名）のスタイル */
body .custom-post-list > li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px; /* 親リストのインデントを調整 */
    text-align: left; /* 親リストは左揃え */
}

/* 子リスト項目（投稿ページのタイトル）のインデント調整 */
body .custom-post-list li ul {
    padding-left: 20px; /* 子リストのインデント */
}

/* リンクのスタイル */
.custom-post-list li a {
    color: #0073e6; /* リンクの色 */
    font-size: 18px; /* フォントサイズ */
    font-weight: bold; /* フォントを太字に */
    text-decoration: none; /* 下線を消す */
    display: inline-block;
    transition: color 0.3s ease;
    vertical-align: middle; /* 文字とアイコンを中央に揃える */
}

/* ホバー時のリンクのスタイル */
.custom-post-list li a:hover {
    color: #ff6600; /* ホバー時のリンク色 */
    text-decoration: underline; /* ホバー時に下線を表示 */
}
