/*
Theme Name: raqoon_wp
Author: raQoon LLC.
Author URI: https://raqoon.jp/
Description: UnderscoresをベースにしたオリジナルWPテーマ
Version: 3.2.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: raqoon_wp
*/
.sakujo{
	display:none;
}
#memomemo{
	display:none;
}
.logged-in #memomemo{
	display:block;
}
html {
    overflow-x: hidden;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0 !important;
}

.font-hiragino {
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}

.font-yu-gothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.font-yu-mincho {
    font-family: 'Yu Mincho', serif;
}

.font-notosans {
    font-family: 'Noto Sans JP', sans-serif;
}

.font-zenkaku {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.font-kosugimaru {
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
}

.font-yakuhan {
    font-family: 'YakuHanJP_Narrow', sans-serif;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--site-text-color);
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

a {
    color: initial;
    text-decoration: none;
}

a:visited {
    color: initial;
}

a:hover,
a:focus,
a:active {
    color: initial;
}

a:focus {
    /*outline: thin dotted;*/
}

a:hover,
a:active {
    outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post {
    margin: 0 0 1.5em;
}

.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#primary[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*ここから*/
.wp-block-columns {
    gap: 1.5rem;
}

ul,
ol {
    margin-left: 0;
    padding-left: 20px;
}

li>ul,
li>ol {
    margin-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    margin-bottom: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding: 10px 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:not(:last-child) {
    border-bottom: dashed 2px;
}

.wrap100_inner :where(.wp-block-columns) {
    margin-bottom: 0;
}

/*蛍光ペン*/
.raqoon-highlight-yellow {
    background: linear-gradient(transparent 60%, #ffd77c 60%);
    font-weight: bold;
}

.raqoon-highlight-pink {
    background: linear-gradient(transparent 60%, #ffe0ef 60%);
    font-weight: bold;
}

.raqoon-highlight-green {
    background: linear-gradient(transparent 60%, #b2ffd8 60%);
    font-weight: bold;
}

/*コンタクト*/
span.hissu {
    font-weight: 700;
    background: #e44e4e;
    color: #fff;
    font-size: 10px;
    padding: 4px 5px 4px 7px;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: baseline;
}

span.nini {
    font-weight: 700;
    background: #ccc;
    color: #fff;
    font-size: 10px;
    padding: 4px 5px 4px 7px;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: baseline;
}

/* CF7チェックボックスを縦並びに */
span.wpcf7-checkbox .wpcf7-list-item {
    margin-top: 5px;
    display: block;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7 input[type="url"],
.wpcf7-form input[type="email"] {
    border: none;
    background: #eeeff4;
    padding: 0.7em;
    margin-bottom: 1rem;
    margin-top: 0.5em;
    width: 100%;
}

.wpcf7-form select {
    border: none;
    background: #eeeff4;
    margin-bottom: 1rem;
    margin-top: 0.5em;
}


/*rq*/
#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-footer {
    margin-top: auto;
}

.hidden {
    display: none;
}

/*要調整？*/
.page-content,
.entry-content,
.entry-summary {
    max-width: 1200px;
    margin: 0 auto;
}

/*フロントページのみヘッダーfix*/
#head_pc.sticky_on {
    position: sticky;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}
/*
.home #head_pc.sticky_on {
    position: fixed;
}*/

/*address_tel*/
#address_tel {
    /*background: #fff;*/
}

#address_tel .site-header_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 1rem;
}

#address_tel .site-header_inner .site-branding {
    max-width: 369px;
    display: block;
}

.site-branding .site-title {
    margin: 0;
}

#address_tel .site-header_inner .site-branding img {
    display: block;
}

#address_tel .address_tel_block {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    text-align: right;
    gap: 7px;
}

#address_tel .address_tel_block a {
    display: block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
}

#address_tel .address_tel_block a .fa-phone {
    font-size: 90%;
    margin-right: 5px;
    color: var(--accent-color);
}

#address_tel .address_tel_block p {
    margin: 0;
}

#address_tel_menu {
    background: var(--headnav-color);
    color: var(--headnav-text-color);
}

#address_tel_menu.active {
    top: 0;
    left: 0;
    right: 0;
}

#address_tel_menu a {
    color: var(--headnav-text-color);
}

#address_tel_menu .head-navigation ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    max-width: 100%;
}

#address_tel_menu .head-navigation ul li {
    flex: 1;
    margin: 0;
    text-align: center;
    position: relative;
    line-height: 1;
    word-break: keep-all;
}

#address_tel_menu .head-navigation ul li:not(:last-child) {
    border-right: solid 1px;
}

#address_tel_menu .head-navigation ul li:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#address_tel_menu .head-navigation ul li a {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 1em 5px;
}

#address_tel_menu .head-navigation ul li .menu-item-description {
    line-height: 1;
    font-size: 11px;
}

/*logo_menu_flat*/
.header_section {
    background: var(--header-bg-color);;
}

#logo_menu_flat .site-header_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0.5rem;
}

#logo_menu_flat .site-header_inner .site-branding {
    max-width: 369px;
    display: block;
}

#logo_menu_flat .site-header_inner .site-branding img {
    display: block;
	width:auto;
	max-height:78px;
}

#logo_menu_flat .head-navigation {
    margin-left: auto;
}

#logo_menu_flat_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-left: auto;
    gap: 22px;
}

#logo_menu_flat_menu li {
    margin: 0;
    text-align: center;
    position: relative;
    line-height: 1;
    word-break: keep-all;
}

#logo_menu_flat_menu li a {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 1em 5px;
	color: var(--headnav-text-color);
}

/**/
#head_sp.sticky_on {
    /*position:relative;*/
    position: sticky;
    z-index: 10;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#head_sp img,
#head_sp a {
    display: block;
}
#head_sp .site-header_inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#head_sp .site-header_inner .site-branding {
    width: 64%;
	padding-left:10px;
}
#head_sp .site-header_inner .site-branding img{
	width:auto;
	max-height:48px;
}

#head_sp .address_tel_block {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: auto;
    text-align: center;
    line-height: 55px;
}

#head_sp .address_tel_block a,
#head_sp .address_tel_block #address_tel_hamburger {
    flex: 1;
    width: 55px;
    height: 55px;
    font-size: 35px;
}

#head_sp .address_tel_block a {
    color: var(--accent-color);
}

#address_tel_hamburger {
    background: var(--headnav-color);
    color: var(--headnav-text-color);
    position: relative;
}

#address_tel_hamburger span {
    position: absolute;
    width: 59%;
    height: 3px;
    content: "";
    background: var(--headnav-text-color);
    left: 0;
    right: 0;
    margin: auto;
}

#address_tel_hamburger span:nth-child(1) {
    top: 12px;
}

#address_tel_hamburger span:nth-child(2) {
    top: 24px;
}

#address_tel_hamburger span:nth-child(3) {
    top: 36px;
}

#address_tel_hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 22.5px;
}

#address_tel_hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 22.5px;
}

#address_tel_hamburger.active span:nth-child(2) {
    display: none;
}

/**/
.head-navigation .sub-menu {
    display: none !important;
}

.head-navigation>ul li:hover>.sub-menu {
    display: block !important;
    position: absolute;
    background: var(--headnav-color);
    min-width: 350px;
    z-index: 1;
    top: 100%;
    left: 0;
}

.head-navigation .sub-menu li {
    border-right: none !important;
    border-bottom: solid 1px;
}

/**/
.head-navigation_hamburger {
    position: absolute;
    z-index: 9990;
    background: #fff;
    width: 100%;
}

.head-navigation_hamburger.active {
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.3);
}

.head-navigation_hamburger ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.head-navigation_hamburger ul li {
    margin: 0;
    padding: 0 10px;
}

.head-navigation_hamburger ul a {
    padding: 1em 0;
}

.head-navigation_hamburger ul li:not(:last-child) a {
    border-bottom: solid 2px var(--headnav-color);
}

.head-navigation_hamburger .sub-menu {
    display: none;
}

/**/
#firstview {
    /*height: 100vh;*/
	min-height: 80vh;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}
#firstview.firstview-has-height{
	min-height:initial;
}

#firstview.firstview_mode {
    background-image: var(--firstview-bg);
}

#firstview.firstview_video {
    overflow: hidden;
}

#firstview.firstview_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.firstview_title {
    width: 100%;
    max-width: 90%;
    position: absolute;
    top: 50%;/*60*/
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.firstview-title-shadow {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4);
}

.firstview-align-left {
    text-align: left;
}

.firstview-align-center {
    text-align: center;
}

.firstview-align-right {
    text-align: right;
}

.firstview_title .firstview_title_top {
    margin: 0;
    font-weight: 800;
    line-height: 1.3;
}

.firstview_title .firstview_message {
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
}
/*
.firstview-has-height .firstview_title {
    top: 50%;
}*/

/*footer*/
.site-footer {
    background: var(--headnav-color);
    color: var(--headnav-text-color);
    padding: 40px 16px;
}

.site-footer a {
    color: var(--headnav-text-color);
}

.site-info {
    text-align: center;
}

#foot_nav_menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: fit-content;
    margin: 0 auto 24px;
    gap: 1em;
	padding-left:0;
}

/*side_fix_btn*/
#side_fix_btn {
    position: fixed;
    top: 18%;
    right: 0%;
    /*transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
}

#fix_nav_btn {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    writing-mode: vertical-lr;
}

#fix_nav_btn li {
    padding: 0;
}

#fix_nav_btn li a {
    display: block;
    padding: 1em 0.8em;
    font-size: 18px;
    font-weight: bold;
    color: var(--headnav-text-color);
    transition: 0.3s;
}

#fix_nav_btn li a:hover {
    opacity: 0.8;
}

#fix_nav_btn li:nth-child(1) a {
    background: var(--main-color);
}

#fix_nav_btn li:nth-child(2) a {
    background: var(--sub-color);
}
/*
#fix_nav_btn li:nth-child(1) a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
}


#fix_nav_btn li:nth-child(2) a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
}
*/
#fix_nav_btn li:nth-child(1) a::before,
#fix_nav_btn li:nth-child(2) a::before {
    margin-bottom: 5px;
}

/**/
.page .entry-header {
    overflow: hidden;
}

.entry-header_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px;
    text-align: center;
    position: relative;
}

.page .entry-header_inner h1 {
    margin: 0;
    line-height: 1.3;
    font-size: 50px;
}

.page .entry-header_inner .page-subtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 250px;
    margin: 0;
    line-height: 1;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.1);
}
.single_content{
	padding:0 1rem;
}
.single_content.has-sidebar {
    display: flex;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.single_content.no-sidebar {
    max-width: 1200px;
    margin: 0 auto;
}

.single_content #raqoon_sidebar {
    width: 300px;
    margin-top: 55px;
}
#raqoon_sidebar h2{
background:var(--headnav-color);
color:var(--headnav-text-color);
	line-height:1.3;
	padding:10px;
}

.single_content_inner {
    max-width: 1200px;
    flex: 1;
}

.single .entry-header {
    margin: 0 auto;
}

.single .entry-title {
    line-height: 1.4;
    margin-top: 55px;
}

.single .site-main {
    padding-bottom: 100px;
}

.archive .page-header {
    max-width: 1200px;
    margin: 0 auto;
}

.archive .page-header .page-title {
    margin-top: 55px;
}

.content-archive_noimage article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-bottom: solid 2px #ccc;
}

.content-archive_noimage article .entry-header {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.content-archive_noimage article .entry-title {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
}

.archive .site-main ,.search .site-main{
    padding-bottom: 100px;
}

/*画像あり追加*/
.content-archive {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.content-archive a {
    width: 32%;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

.blogcard_link .blogcard_image {
    width: 100%;
    height: 0;
    padding-top: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.content-archive .blogcard_link p {
    margin: 0;
}

.content-archive .blogcard_link article {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/**/
#scrollToTopBtn {
    position: fixed;
    bottom: 70px;
    right: 10px;
    display: none;
    z-index: 999;
    background: var(--accent-color);
    ;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

/**/
#breadcrumbs {
    background: #f5f5fa;
    border-bottom: solid 1px #ccc;
    overflow-x: scroll;

    /* スクロールバー非表示（クロスブラウザ対応） */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE, Edge */
}

#breadcrumbs::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.breadcrumbs {
    margin: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 7px 20px;
    font-size: 12px;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}

.breadcrumbs ul li {
    padding: 0 5px 0 0;
    min-width: fit-content;
    word-break: keep-all;
}

.breadcrumbs ul li:not(:last-child)::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-left: 5px;
}

/*raqoon-toc*/
.raqoon-toc {
    max-width: 600px;
    margin: 40px auto;
    background: #f5f5fa;
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 20px;
}

.raqoon-toc ul {
    margin: 0;
}

/**/
/* ページネーション全体の余白・配置 */
.raqoon-pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 4em 0 0;
    gap: 0.8em;
}

.raqoon-pagination li a,
.raqoon-pagination li span {
    display: inline-block;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--main-color, #0073aa);
    color: var(--main-color, #0073aa);
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease;
}

.raqoon-pagination li .current {
    background: var(--main-color, #0073aa);
    color: #fff;
    border-color: var(--main-color, #0073aa);
}

/* 前後のアイコンだけ border を消す */
.raqoon-pagination li a.prev,
.raqoon-pagination li a.next {
    border: none;
    background: transparent;
}

/* アイコンにちょっとホバー入れてもいいかも？ */
.raqoon-pagination li.prev a:hover,
.raqoon-pagination li.next a:hover {
    color: var(--accent-color, #d00);
}

/**/
.raqoon-display-sp:before {
    content: "\a";
    white-space: pre;
}

.raqoon-display-pc:before {
    content: "";
    white-space: normal;
}

@media screen and (min-width: 768px) {
    .raqoon-display-sp:before {
        content: "";
        white-space: normal;
    }

    .raqoon-display-pc:before {
        content: "\a";
        white-space: pre;
    }
}

/*widget*/
#footer_top .raqoon_phone_link {
    text-align: center;
    font-weight: 800;
    color: var(--main-color);
    font-size: 40px;
}

#footer_top .raqoon_phone_link::before {
    font-family: "Font Awesome 6 Free";
    content: "\f095";
    font-size: 70%;
    margin-right: 7px;
}

/*受付時間テーブル*/
.response_time table {
    border: solid 2px var(--headnav-color);
    margin-bottom: 5px;
}

.response_time thead {
    border-bottom: none;
    border: solid 1px var(--headnav-color);
    background: var(--headnav-color);
    color: var(--headnav-text-color);
}

.response_time td {
    color: var(--headnav-color);
    background: var(--headnav-text-color);
}

/*#firstview受付時間テーブル*/
#firstview .response_time {
    position: absolute;
    bottom: 3%;
    left: 3%;
}

/*検索窓*/
.wp-block-search__label {
    display: none;
}

.wp-block-search__form {
    display: flex;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 9999px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.wp-block-search__input {
    flex: 1;
    padding: 0.75em 1em !important;
    font-size: 1rem;
    border-radius: 7px 0 0 7px !important;
    border-right: none !important;
    outline: none;
    background: #fafafa;
}

.wp-block-search__button {
    position: relative;
    font-size: 0;
    background-color: var(--main-color, #0073aa);
    color: #fff;
    border: none;
    border-radius: 0 7px 7px 0 !important;
    margin: 0;
    padding: 0 1.2em !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 40px;
}

.wp-block-search__button::before {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.2rem;
    line-height: 1;
}

.wp-block-search__button:hover {
    background-color: var(--accent-color, #005f8d);
}

/**/
.is-overlay .header_section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	background:transparent;
    z-index: 999;
	background:linear-gradient(180deg, rgba(255,255,255,0.8), transparent);
}
.logo-filter .site-header_inner .site-branding img{
	filter:brightness(0) invert(1);
}

.wp-block-cover.alignfull{
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}


/*レスポンシブ　ブレイクポイント一個？？*/
@media screen and (max-width:767px) {
    #head_pc {
        display: none;
    }

    #head_sp {
        display: block;
    }

    #firstview {
        height: 75vh;
    }

    .firstview_title {
        font-size: 8vw;
    }

    .page .entry-header_inner h1 {
        font-size: 8vw;
    }

    .entry-header_inner {
        padding: 64px 20px;
    }

    .page .entry-header_inner .page-subtitle {
        font-size: 75px;
    }

    .single .entry-title {
        font-size: 26px;
        margin-top: 30px;
    }

    .archive .page-header .page-title {
        font-size: 26px;
        margin-top: 30px;
    }

    .archive article .entry-header {
        gap: 10px;
    }

    .archive article .entry-title {
        font-size: 18px;
    }

    .wrap100 {
        padding: 42px 0;
    }

    #side_fix_btn {
        top: initial;
        right: 0;
        left: 0;
        bottom: 0;
        transform: initial;
        -webkit-transform: initial;
        text-align: center;
    }

    #fix_nav_btn {
        writing-mode: initial;
    }

    #fix_nav_btn li {
        flex: 1;
    }

    #fix_nav_btn li a {
        padding: 10px;
    }

    .breadcrumbs {
        padding: 7px 10px;
    }

    .content-archive {
        flex-direction: column;
        justify-content: center;
    }

    .content-archive a {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    #fix_nav_btn li:nth-child(1) a::before,
    #fix_nav_btn li:nth-child(2) a::before {
        margin-bottom: 0;
        margin-right: 5px;
    }

    /*#firstview受付時間テーブル*/
    #firstview .response_time {
        display: none;
    }

    #raqoon_sidebar {
        display: none !important;
    }
}

.firstview_title {
  /*font-family: 'Yu Mincho', serif;*/
}
/*
.firstview_title .firstview_title_top{
	background:#0167ae;
	width:fit-content;
	padding:0.1em;
}
.firstview_title .firstview_message{
	background:#f7b90a;
	width:fit-content;
	padding:0.1em;
}
*/
#logo_menu_flat .site-header_inner{
	padding:2rem 0.5rem;
}

.firstview_title{
text-shadow:0 0 15px rgba(0,0,0,1);
}
#firstview.firstview_mode{
	background-position:center;
}
#logo_menu_flat_menu li a{
	flex-direction:initial;
}
#logo_menu_flat_menu li a .fa-solid,#head_sp img, #head_sp a .fa-solid {
	color:#38a5de;
	margin-right:7px;
}

.header_section {
  position: relative;
}

.header_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px; /* ラインの太さ */
  background: linear-gradient(
    90deg,
    #ffd400 0%,
    #ffd400 50%,
    #0076c6 50%,
    #0076c6 100%
  );
}

/*
#firstview.firstview_mode {
  background-image: 
    linear-gradient(-45deg,
      rgba(0, 0, 0, 0),
      rgba(58, 95, 205, 0.25),
      rgba(91, 120, 198, 0.25),
      rgba(0, 118, 198, 0.25),
      rgba(0, 0, 0, 0),
      rgba(0, 191, 255, 0.25),
      rgba(91, 120, 198, 0.2),
      rgba(0, 0, 0, 0),
      rgba(58, 95, 205, 0.25)
    ),
    var(--firstview-bg);
  background-size: 600% 600%, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: 0% 50%, center;
  animation: gradientFlow 12s ease-in-out infinite;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%, center;
  }
  50% {
    background-position: 100% 50%, center;
  }
  100% {
    background-position: 0% 50%, center;
  }
}*/

/*
#f_1st_section {
border-radius: 35px 35px 0 0;
    margin-top: -30px;
    z-index: 0;
    position: relative;
}
*/
#f_1st_section {
	/*background-image: linear-gradient(212deg, rgba(1, 103, 174, 1), rgba(4, 202, 255, 1));*/
}
#f_1st_section .wrap100_inner{
	max-width:;
}
#f_1st_section .raqoon_box{
	overflow:hidden;
	padding-bottom:1.5rem!important;
}
#f_1st_section .raqoon_box p{
	padding:0 1.5rem!important;
}

.entry-header_inner{
	padding:150px 20px;
}


h2.wp-block-heading{
	border-bottom:2px solid #ffd400;
}
h3.wp-block-heading {
    position: relative;
    padding-left: 14px;
    line-height: 1.4;
}

h3.wp-block-heading::before {
    content: "";
    position: absolute;
    top: 0.15em;
    left: 0;
    width: 4px;
    height: 1.2em;
    background-color: #38a5de;
    border-radius: 2px;
}


.box_icon{
    position: ;
    width: 75px;
    margin: -51px auto -29px;
    background: #fff;
    padding: 19px 19px 10px;
    z-index: 1;
    border-radius: 500px;
}

#f_1st_section .col2flex{
	padding:0;
	border-radius:15px;
	overflow:hidden;
	box-shadow:0 4px 12px rgba(0,0,0,0.1);
}
#f_1st_section .col2flex p{
	padding-right:20px;
}
#f_info {
	
}
#f_info .wrap100_inner{
	max-width:890px;
}

#f_info .wp-block-latest-posts.wp-block-latest-posts__list{
	background:#fff;
}
#f_info .wp-block-latest-posts.wp-block-latest-posts__list li{
	    display: flex;
    align-items: baseline;
	padding:1rem;
	gap:1rem;
}
#f_info .wp-block-latest-posts.wp-block-latest-posts__list li a{
	order:2;
}
#f_info .wp-block-latest-posts.wp-block-latest-posts__list li:not(:last-child){
	border-bottom:none;
}

.head-navigation .sub-menu{
	list-style:none;
	padding-left:0;
}
.head-navigation>ul li:hover>.sub-menu{
	right:0;
	left:initial;
	background:#0167AE;
	color:#fff;
}



.bashirax-ph-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 32px;
  align-items: stretch;
}

/* 左 */
.bashirax-ph-left {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
	box-shadow:0 4px 12px rgba(0,0,0,0.1);
}

.bashirax-ph-left img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.bashirax-ph-left_image{
	width:100%;
	height:0;
	padding-top:45%;
	background-image:url(/wp-content/uploads/2026/01/imafe01.webp);
	background-repeat:no-repeat;
	background-size:cover;
}

.bashirax-ph-left-body {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.bashirax-ph-left-body .bashirax-ph-btn {
  margin-top: auto;
}
.bashirax-ph-left-body h2{
	margin:0;
	color:#0167AE;
}
.bashirax-ph-left-body p{
	margin:0 0 1em 0;
}
/* 右 */
.bashirax-ph-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}

.bashirax-ph-card {
  display: flex;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
	box-shadow:0 4px 12px rgba(0,0,0,0.1);
}

.bashirax-ph-card img {
  width: 35%;
  object-fit: cover;
}

.bashirax-ph-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.bashirax-ph-card-body h2{
	margin:0;
	color:#0167AE;
}
.bashirax-ph-card-body p{
	margin:0;
}
.bashirax-ph-btn-sm {
  margin-top: auto;
  font-size: 14px;
}

/* ボタン */
.bashirax-ph-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1px solid #0076c6;
  border-radius: 999px;
  text-decoration: none;
  color: #0076c6;
  transition: all 0.25s ease;
	text-align:center;
	justify-content:center;
}

/* 矢印 */
.bashirax-ph-btn::after {
  font-family: "Font Awesome 5 Free"; /* v6なら "Font Awesome 6 Free" */
  font-weight: 900;
  content: "\f054";
  font-size: 12px;
  transition: transform 0.25s ease;
	color:#0167AE;
}

/* hover */
.bashirax-ph-btn:hover {
  background: #0076c6;
  color: #fff;
}

.bashirax-ph-btn:hover::after {
  transform: translateX(4px);
	color:#fff;
}

.recruit_btn {
	text-align:center;
}
.recruit_btn .bashirax-ph-btn{
	width:100%;
	max-width:660px;
	margin:0 auto;
}



#copy_wrap{
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	margin:auto;
	max-width:1080px;
	border-top:solid 1px #ccc;
	padding-top:24px;
}
.copy_wrap_left{
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
	gap:48px;
}
.copy_wrap_left a{
	display:block;
	max-width:140px;
}
.copy_wrap_right{
	flex:1;
	text-align:right;
}
.copy_wrap_left img{
	filter: grayscale(100%) brightness(1.35) contrast(0.8);
	transition: filter 0.25s ease;
}

.copy_wrap_left img:hover{
	filter: grayscale(40%) brightness(1.1) contrast(1);
}



#message_wrap .raqoon_box{
	max-width:770px;
}

#footer_top_banner{
	background:#f4f6ff;
}
#footer_top_banner .bashirax-ph-right{
	grid-template-rows:initial;
	grid-template-columns: 1fr 1fr;
}

.home #text-2{
	display:none;
}
#fix_nav_btn li a{
	color:#fff;
}
/*
#fix_nav_btn li:nth-child(1) a::before{
	content: "\f477"!important;
}
*/

.page .entry-header{
	width:95%;
	margin:0 auto;
	border-radius:20px;
}
.page .entry-header h1{
  position: relative;
  z-index: 1;
  color:#222;
  text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff,
     0 3px 8px rgba(0,0,0,.45);
	    width: fit-content;
    margin: auto;
}

.page .entry-header h1::before{
  content:"";
  position:absolute;
  inset:-0.2em -0.6em;
  background:rgba(255,255,255,.75);
  filter: blur(8px);
  z-index:-1;
  border-radius:12px;
}


#breadcrumbs{
	background:transparent;
	border:none;
}


#pharmacies_01 .wrap100_inner{
	max-width:1024px;
}

/* ===== 営業時間テーブル（青基調） ===== */
.pharmacies_table {
	margin:0;
}
.pharmacies_table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  background: #fff;
  border: 1px solid #dbe7f3;
}

/* セル共通 */
.pharmacies_table td {
  padding: 14px 18px;
	border:none;
  border-bottom: 1px solid #e3eef9;
  font-size: 16px;
  color: #333;
}

/* 左：曜日 */
.pharmacies_table td:first-child {
  width: 1%;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
  background: #f5faff;
	border:none;
  border-right: 1px solid #dbe7f3;
	border-bottom: 1px solid #dbe7f3;
}

/* 右：時間 */
.pharmacies_table td:last-child {
  font-weight: 500;
}

/* 行ホバー（うっすら） */
.pharmacies_table tr:hover td {
  background: #f0f7ff;
}

/* 土曜（青） */
.pharmacies_table .has-vivid-cyan-blue-color {
  color: #1e88e5;
  font-weight: 700;
}

/* 日・祝（赤） */
.pharmacies_table .has-vivid-red-color {
  color: #e53935;
  font-weight: 700;
}

/* 定休日を少し強調 */
.pharmacies_table td:last-child:has(.has-vivid-red-color),
.pharmacies_table td:last-child:contains("定休日") {
  color: #555;
  font-weight: 600;
}

/* スマホ微調整 */
@media (max-width: 600px) {
  .pharmacies_table td {
    padding: 12px 14px;
    font-size: 15px;
  }
}


.pharmacies_line_btn {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;

  width: 60px;
  height: 60px;
  border-radius: 50%;

  background: #06c755; /* LINEグリーン */
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 30px;
  text-decoration: none;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
}
.pharmacies_line_btn .fa-brands{
	color:#fff;
}
/* hover演出（やりすぎない） */
.pharmacies_line_btn:hover {
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

/* スマホだけ少し下げる */
@media (max-width: 768px) {
  .pharmacies_line_btn {
    right: 14px;
    width: 54px;
    height: 54px;
    font-size: 26px;
  }
}







#logo_menu_flat_menu li a {
  display: inline-block;
}

/* 下線（初期は見えない） */
#logo_menu_flat_menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    #f5c400 0%,
    #1e88e5 100%
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(.4,0,.2,1);
}

/* hoverで左→右 */
#logo_menu_flat_menu li a:hover::after {
  transform: scaleX(1);
}

/* フォーカス対応（キーボード操作） */
#logo_menu_flat_menu li a:focus-visible::after {
  transform: scaleX(1);
}


#scrollToTopBtn{
	bottom:0;
	right:0;
	border-radius:0;
	padding:15px 20px;
}



#address_tel_hamburger span{
	background:#333;
}
.header_section{
	padding:12px 0 5px;
}
.page .entry-header_inner .page-subtitle{
	font-size:1rem;
	color:initial;
	bottom:initial;
	margin-top:10px;
	text-shadow:0 0 10px #fff,
               0 0 10px #fff,
               0 0 10px #fff,
               0 0 10px #fff,
               0 0 10px #fff;
}

/**/
/* ================================
   Bashirax: Pharmacist Independence Hero
   ================================ */

.bashirax-independence-hero{
  --bx-bg1:#ffffff;
  --bx-bg2:#f6f8fb;
  --bx-ink:#0f172a;
  --bx-sub:#475569;
  --bx-line:#e5e7eb;
  --bx-soft:#f1f5f9;
  --bx-accent:#0ea5e9;
  --bx-accent2:#22c55e;

  padding: clamp(28px, 4vw, 56px) 0;
  /*background: linear-gradient(180deg, var(--bx-bg1), var(--bx-bg2));*/
  color: var(--bx-ink);
}

.bashirax-independence-hero__inner{
  width: min(1100px, 92%);
  margin: 0 auto;
}

.bashirax-independence-hero__top{
  max-width: 820px;
}

.bashirax-independence-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size: 14px;
  letter-spacing: .08em;
  color: var(--bx-sub);
  margin: 0 0 10px;
}

.bashirax-independence-hero__eyebrow::before{
  content:"";
  width: 44px;
  height: 2px;
  background: linear-gradient(90deg, var(--bx-accent), var(--bx-accent2));
  border-radius: 99px;
}

.bashirax-independence-hero__title{
  margin: 0 0 12px;
  font-size: clamp(22px, 3.2vw, 36px);
  line-height: 1.25;
  letter-spacing: .02em;
}

.bashirax-independence-hero__lead{
  margin: 0;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.9;
  color: var(--bx-sub);
}

/* Grid */
.bashirax-independence-hero__grid{
  margin-top: clamp(18px, 3vw, 28px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

/* Cards */
.bashirax-independence-card{
  border: 1px solid var(--bx-line);
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.bashirax-independence-card__title{
  margin: 0 0 12px!important;
  font-size: 16px;
  line-height: 1.4;
  display:flex;
  align-items:center;
  gap:10px;
}

.bashirax-independence-card__title::before{
  content:"";
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #0ea5e9;
}

/* Worries list */
.bashirax-independence-worries{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.bashirax-independence-worries li{
  position: relative;
  padding: 12px 12px 12px 42px;
  border-radius: 14px;
  background: #f1f5f9;
  color: var(--bx-ink);
  line-height: 1.6;
}

.bashirax-independence-worries li::before{
  content:"";
  position:absolute;
  left: 14px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(14, 165, 233, .15);
  border: 1px solid rgba(14, 165, 233, .35);
}

.bashirax-independence-worries li::after{
  content:"";
  position:absolute;
  left: 19px;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #0ea5e9;
  border-bottom: 2px solid #0ea5e9;
}

/* Steps */
.bashirax-independence-steps{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.bashirax-independence-step{
  display:flex;
  align-items:center;
  gap: 12px;
  padding: 12px 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  border: 1px solid var(--bx-line);
}

.bashirax-independence-step__no{
  font-size: 12px;
  letter-spacing: .06em;
  color: #0369a1;
  background: rgba(14,165,233,.12);
  border: 1px solid rgba(14,165,233,.25);
  padding: 6px 10px;
  border-radius: 999px;
  white-space: nowrap;
}

.bashirax-independence-step__text{
  font-size: 15px;
  line-height: 1.6;
  color: var(--bx-ink);
}

/* Compare */
.bashirax-independence-compare{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
  display:grid;
  grid-template-columns: 1fr;
	max-width:600px;
	margin:0 auto;
}

.bashirax-independence-compare__col{
  padding: 18px;
}

.bashirax-independence-compare__col--left{
  background: #f8fafc;
  border-bottom: 1px solid var(--bx-line);
}

.bashirax-independence-compare__col--right{
  background: #ffffff;
}

.bashirax-independence-compare__title{
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.4;
  display:flex;
  align-items:center;
  gap:10px;
}

.bashirax-independence-compare__col--left .bashirax-independence-compare__title::before{
  content:"";
  width: 44px;
  height: 2px;
  background: #94a3b8;
  border-radius: 99px;
}

.bashirax-independence-compare__col--right .bashirax-independence-compare__title::before{
  content:"";
  width: 44px;
  height: 2px;
  background: linear-gradient(90deg, #0ea5e9, #22c55e);
  border-radius: 99px;
}

.bashirax-independence-compare__list{
  margin: 0;
  padding-left: 18px;
  color: var(--bx-sub);
  line-height: 1.8;
	font-size:21px;
}

.bashirax-independence-compare__list li{
  margin: 0 0 4px;
}

/* Desktop layout */
@media (min-width: 900px){
  .bashirax-independence-hero__grid{
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: start;
  }

  /* Compare takes full width on desktop */
  .bashirax-independence-compare{
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }

  .bashirax-independence-compare__col--left{
    border-bottom: none;
    border-right: 1px solid #e5e7eb;
  }
}

/* Optional: reduce motion (future-proof) */
@media (prefers-reduced-motion: reduce){
  *{
    scroll-behavior:auto !important;
    transition:none !important;
    animation:none !important;
  }
}
/* ==========================
   Bashirax Flow Block
========================== */

.bashirax-flow{
  padding: clamp(32px, 5vw, 64px) 0;
  background:#fff;
}

.bashirax-flow__inner{
  width:min(1100px, 92%);
  margin:0 auto;
}

.bashirax-flow__title{
  font-size:clamp(20px, 3vw, 28px);
  margin-bottom:24px;
  padding-left:14px;
  border-left:4px solid #2563eb;
}

/* concept */
.bashirax-flow__concept{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  align-items:start;
}

.bashirax-flow__steps{
  list-style:none;
  padding:0;
  margin:0;
}

.bashirax-flow__steps li{
  padding:10px 0;
  position:relative;
}

.bashirax-flow__steps li::before{
  content:"↓";
  position:absolute;
  left:-18px;
  color:#94a3b8;
}

.bashirax-flow__steps li:first-child::before{
  content:"";
}

.bashirax-flow__steps .is-strong{
  font-weight:600;
}

.bashirax-flow__note{
  border:1px solid #cbd5f5;
  border-radius:999px;
  padding:20px 26px;
  font-size:14px;
}

.bashirax-flow__note ul{
  margin:0;
  padding-left:18px;
  line-height:1.8;
}

/* timeline */
.bashirax-flow__timeline{
  margin:40px 0;
  position:relative;
  text-align:center;
  font-weight:600;
}

.bashirax-flow__timeline::before{
  content:"";
  display:block;
  height:4px;
  background:#000;
  margin-bottom:6px;
}

.bashirax-flow__timeline::after{
  content:"▶";
  position:absolute;
  right:-8px;
  top:-6px;
}

/* stages */
.bashirax-flow__stages{
  display:flex;
  align-items:stretch;
  gap:16px;
}

.bashirax-flow__stage{
  flex:1;
  border:1px solid #d1d5db;
  padding:14px;
  position:relative;
}

.bashirax-flow__stage--active{
  border:3px solid #2563eb;
}

.bashirax-flow__stage-text{
  font-size:14px;
  line-height:1.6;
  min-height:64px;
}

.bashirax-flow__image{
  margin-top:12px;
  height:120px;
  background:#f1f5f9;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#64748b;
  font-size:14px;
}

.bashirax-flow__arrow{
  width:24px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.bashirax-flow__arrow::after{
  content:"▶";
  font-size:20px;
}

/* point */
.bashirax-flow__point{
  position:absolute;
  right:-18px;
  bottom:-18px;
  background:#e0f2fe;
  border:2px solid #2563eb;
  color:#2563eb;
  border-radius:999px;
  padding:8px 14px;
  font-size:13px;
  font-weight:600;
}

.bashirax-flow__point.is-small{
  position:static;
  margin-left:12px;
}

/* footer */
.bashirax-flow__footer{
  margin-top:28px;
  padding:12px;
  border:2px solid #2563eb;
  text-align:center;
  font-size:14px;
}

/* mobile */
@media(max-width:900px){
  .bashirax-flow__concept{
    grid-template-columns:1fr;
  }
  .bashirax-flow__stages{
    flex-direction:column;
  }
  .bashirax-flow__arrow{
    display:none;
  }
}

#system_div1 .col2flex img{
	border-radius:18px;
}
/*
#bashirax-process .wrap100_inner{
	max-width:899px;
}
*/
#bashirax-process .col2flex{
	flex-direction:column;
	flex:1;
	padding:0;
	position:relative;
}

/* 右端の青い三角形（右向き） */
#bashirax-process .col2flex::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;              /* 外に出したいならマイナス、内側なら 8px とか */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 18px solid #0b63ff;  /* 青 */
  pointer-events: none;
}

#bashirax-process .none_arrow::after{
	display:none;
}

.bashirax-wide-tri3{
	display:none;
}
#bashirax-process .col2flex img{
	border-radius:18px;
}

#bashirax-features{
	background-image:url(/wp-content/uploads/2026/01/shutterstock_1393742723-scaled.webp);
	    background-repeat: no-repeat;
    background-size: cover;
}
#bashirax-features .wrap100_inner{
	max-width:999px;
}
#bashirax-features .col2flex img{
	border-radius:18px;
}
#bashirax-features .raqoon_box{
	padding:48px!important;
}

#bashirax-features .raqoon_box h3{
	position:relative;
	width:fit-content;
}
#bashirax-features .raqoon_box h3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #0ea5e9, #22c55e);
    border-radius: 99px;
    bottom: -5px;
}

.bashirax-wide-tri3{
    width: 240px;
    height: 32px;
    background: linear-gradient(90deg, #bfdbfe, #30f4f5);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    border-radius: 2px;
    margin: auto;
}
.bashirax-process-steps02{
	position:relative;
	display: flex;
    justify-content: center;
	align-items:baseline;
	gap:24px;
	margin-top:70px;
}

.bashirax-process-timeline{
  position: absolute;
  top: -50px;
  left: 0;
  /*width: calc(100% - 25%);*/
	width:100%;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bashirax-process-timeline::before{
  content:"";
  position:absolute;
  top: 0;
  bottom: 0;
	width: 100%;
  border-radius: ;
  background: linear-gradient(
    to right,
    #bfdbfe,
    #2563eb
  );
}

.bashirax-process-timeline::after{
    content: "";
    position: absolute;
    right: -24px;
    bottom: 3px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 18px solid #2563eb;
    transform: rotate(-90deg);
}

.bashirax-process-timeline__label{
    position: absolute;
    top: -11px;
    /* transform: translateY(-10px); */
    /* writing-mode: vertical-rl; */
    font-size: 24px;
    letter-spacing: .12em;
    color: #fff;
    font-weight: 600;
}

#bashirax-contact .wrap100_inner{
	max-width:899px;
}


.editor-styles-wrapper .wp-block-columns {
  outline: 2px dashed rgba(0,0,0,.25);
  outline-offset: 6px;
}

.editor-styles-wrapper .wp-block-column {
  outline: 1px dashed rgba(0,0,0,.35);
  outline-offset: 4px;
}

/* =========================
   全体ラッパー
========================= */
#pharmacies_list .wrap100_inner{
	max-width: 1000px;
}

.pharmacies_list_wrap {
  max-width: 1000px;
  margin: 0 auto;
}

/* =========================
   カード本体
========================= */
.pharmacies_list_wrap_item {
  display: flex;
  gap: 32px;
  background: #fff;
  border-radius: 16px;
  padding: 24px 32px;
  margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(0, 80, 160, 0.08);
  color: #222;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pharmacies_list_wrap_item:hover {
  transform: translateX(6px);
  box-shadow: 0 14px 36px rgba(0, 80, 160, 0.18);
}

/* カード全体クリック用（透明リンク） */
.pharmacies_card_link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* =========================
   左：画像
========================= */
.pharmacies_list_wrap_item_left {
  width: 260px;
  flex-shrink: 0;
}

.pharmacies_thumb {
  width: 100%;
  padding-top: 65%;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}

/* =========================
   右：情報
========================= */
.pharmacies_list_wrap_item_right {
  position: relative;
  padding-right: 72px;
}

.pharmacies_list_wrap_item_right h3 {
  font-size: 22px;
  margin-bottom: 12px;
	margin-top:0;
  color: #005fb8;
}

.pharmacies_address {
  font-size: 15px;
  line-height: 1.7;
  margin:0;
}

.pharmacies_tel {
  font-size: 16px;
  font-weight: 600;
}

/* =========================
   右矢印
========================= */
.pharmacies_arrow {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  font-size: 28px;
  color: #4aa3df;
  transition: transform 0.3s ease;
  pointer-events: none;
}

.pharmacies_list_wrap_item:hover .pharmacies_arrow {
  transform: translate(6px, -50%);
}

/* =========================
   LINE 処方箋受付ボタン
========================= */
.pharmacies_list_wrap_line {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #06c755;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pharmacies_list_wrap_line .fa-line {
  font-size: 120%;
}

.pharmacies_list_wrap_line:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(6, 199, 85, 0.4);
	color:#fff;
}
.pharmacies_list_wrap_line:visited{
	color:#fff;
}

/* =========================
   SP対応
========================= */
@media (max-width: 768px) {
  .pharmacies_list_wrap_item {
    flex-direction: column;
    padding: 20px;
  }

  .pharmacies_list_wrap_item_left {
    width: 100%;
  }

  .pharmacies_list_wrap_item_right {
    padding-right: 0;
  }

  .pharmacies_arrow {
    display: none;
  }

  .pharmacies_list_wrap_line {
    position: static;
    align-self: flex-start;
  }
}


.wp-element-caption{
	text-align:center;
	margin-top:0;
	font-size:0.75rem;
}
.image_border img{
	border:solid 1px #ccc;
	width:100%;
}
.salon_image figure{
	max-width:324px;
}
figure a:hover{
	opacity:0.8;
}


.news_list{
    list-style: none;
    margin: 0;
    padding: 0;
    /*border-top: 1px solid #e5e7eb;*/
}

.news_list_item{
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 8px;
    /*border-bottom: 1px solid #e5e7eb;*/
    font-size: 14px;
    line-height: 1.6;
}

/* 投稿日 */
.news_date{
    min-width: 90px;
    color: #6b7280;
    font-weight: 500;
}

/* カテゴリー */
.news_category{
    background: #0167ae; /* 濃いネイビー */
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 4px;
    white-space: nowrap;
}

/* タイトル */
.news_title{
    color: #111827;
    text-decoration: none;
    transition: color 0.2s ease;
}

.news_title:hover{
    color: #1d4ed8;
    text-decoration: underline;
}

/* スマホ対応 */
@media (max-width: 768px){
    .news_list_item{
        flex-wrap: wrap;
        gap: 8px 12px;
    }

    .news_date{
        min-width: auto;
        font-size: 13px;
    }

    .news_category{
        font-size: 11px;
    }

    .news_title{
        width: 100%;
        display: block;
    }
}
.site-footer{
	padding-top:24px;
}
#foot_nav_menu{
	justify-content:center;
}
#foot_nav_menu li:last-child {
  width: 100%;
  text-align: center; /* 好みで */
}


.step-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #e8f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2bb3b3;
  font-family: Arial, Helvetica, sans-serif;
	margin:0 auto;
}

.step-label {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.step-number {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

#cta_contact{
    background-image: url(/wp-content/uploads/2026/01/shutterstock_2472945167-scaled.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
#cta_contact .bashirax-ph-btn{
	background:#fff;
}
#cta_contact .bashirax-ph-btn:hover{
	color:#0076c6;
}
#cta_contact .bashirax-ph-btn:hover::after {
    color: #0076c6;
}
#cta_contact p{
	color:#fff;
    text-shadow: 0 0 10px #38a5de, 0 0 10px #38a5de, 0 0 10px #38a5de, 0 0 10px #38a5de, 0 0 10px #38a5de;
}


.bashirax-flow_bx-top{
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  background: #f7fbff;
  padding: 32px;
  border-radius: 20px;
	align-items:center;
    width: fit-content;
    margin: auto;
}

.flow_bx-steps{
  position: relative;
  padding-left: 32px;
}

.flow_bx-steps::before{
  content:"";
  position:absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(#cfe4ff, #2b6cff);
}

.flow_bx-step{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.flow_bx-step .dot_bx{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #2b6cff;
  flex-shrink: 0;
}

.flow_bx-step p{
  margin: 0;
  font-size: 15px;
  color: #333;
}

.flow_bx-step.strong p{
  font-weight: 700;
  color: #2b6cff;
}

.flow_bx-note{
  background: #e9f8ff;
  border-radius: 16px;
  padding: 24px;
}

.flow_bx-note ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.flow_bx-note li{
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 14px;
}

.flow_bx-note li::before{
  content: "✓";
  position: absolute;
  left: 0;
  color: #2b6cff;
  font-weight: bold;
}


.imanohartarakikata{
	font-size:1.25rem;
}
.hosoku_right{
	background:#effbff;
	padding:1.25em;
	border-radius:7px;
	width:75%;
	margin-left:auto;
	font-size:1.25rem;
}

.head-navigation_hamburger ul li:not(:last-child) a{
	border-bottom:solid 1px #CCC;
}
@media screen and (min-width:768px){
	.firstview_title .firstview_title_top{
		font-size:clamp(35px, 7.5vw, 45px)!important;
	}
}
@media screen and (max-width:767px){
	body, button, input, select, optgroup, textarea{
		font-size:0.858rem;
	}
	.firstview_title .firstview_title_top{
		font-size:clamp(26px, 7.5vw, 33px)!important;
	}
	.bashirax-ph-wrap{
		grid-template-columns: 1fr;
	}
	#footer_top_banner .bashirax-ph-right{
		grid-template-columns: 1fr;
	}
	.bashirax-ph-card-body p{
		margin-bottom:1em;
	}
	#scrollToTopBtn{
		bottom:55px;
	}
	#copy_wrap{
		flex-direction:column;
		gap:1.5rem;
	}
	.copy_wrap_left{
		gap:1rem;
	}
	#message_wrap .raqoon_box{
		padding:1.1rem!important;
	}
	#message_wrap .raqoon_box .wp-block-spacer{
		height:10px!important;
	}
	.entry-header_inner{
		padding:100px 20px;
	}
	.pharmacies_list_wrap_item{
		gap:0.75rem;
	}
	.pharmacies_tel{
		margin:0;
	}
	.senpai_voice {
		gap:0;
	}
	.senpai_voice .wp-block-image{
		max-width:60%;
		margin:0 auto;
	}
	.senpai_voice h4.wp-block-heading{
		font-size:1.15rem;
		margin:0;
	}
	.bashirax-independence-card{
		padding:0;
		background:transparent;
		box-shadow:none;
	}
	#system_div1 .col2flex.is-reverse{
		padding:0;
	}
	.bashirax-independence-compare{
		margin-top:32px;
	}
	.bashirax-flow_bx-top{
		grid-template-columns: 1fr;
		padding:1rem;
	}
	.bashirax-process-steps02{
		flex-direction:column;
		gap:50px;
	}
	#bashirax-process .col2flex::after{
        top: initial;
        bottom: -40px;
        left: 50%;
        right: 50%;
        transform: rotate(90deg);
	}
	#bashirax-process .col2flex{
		gap:16px;
	}
	.bashirax-process-timeline{
        width: 22px;
        height: 100%;
        left: initial;
        right: -37px;
        top: 0;
	}
	.bashirax-process-timeline::before{
		background:linear-gradient(
    to bottom,
    #bfdbfe,
    #2563eb
  );
	}
	.bashirax-process-timeline::after{
		transform:rotate(0deg);
	    right: -7px;
    bottom: -10px;
		border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 15px solid #2563eb;
	}
.bashirax-process-timeline__label {
        top: 50%;
        font-size: 19px;
        writing-mode: vertical-rl;
	}
	.bashirax-process-steps02{
		width:calc(100% - 32px);
	}
	.hosoku_right{
		width:100%;
		font-size:1.15rem;
	}
	#bashirax-features .raqoon_box{
		padding:24px!important;
	}
	#cta_contact .has-large-font-size{
		font-size:clamp(22px, 6.5vw, 36px)!important;
	}
}



/* ===== Contact Form 7 (bashirax) ===== */
.bashirax-cf7{
  max-width: 760px;
  margin: 0 auto;
  color:#222;
  font-size:14px;
  line-height:1.7;
}

.bashirax-cf7__lead{
  margin: 0 0 12px;
}

.bashirax-cf7__note{
  color:#c00;
  font-weight:700;
}

.bashirax-cf7__table{
  width:100%;
  border-collapse:collapse;
  border:1px solid #9fd0d0;
  background:#fff;
}

.bashirax-cf7__table th,
.bashirax-cf7__table td{
  border-bottom:1px solid #9fd0d0;
  padding:14px 16px;
}

.bashirax-cf7__table th{
  width:210px;
  background:#f5faff;
  font-weight:700;
  color:#0b0b0b;
}
.bashirax-cf7__table th p,.bashirax-cf7__table td p{
	margin:0;
}

.bashirax-cf7__table .req{
  color:#c00;
  font-weight:800;
  margin-left:4px;
}

.bashirax-cf7__link{
  margin-left:8px;
  text-decoration:underline;
  font-size:12px;
  white-space:nowrap;
}

.bashirax-cf7__radio .wpcf7-list-item{
  display:inline-block;
  margin:0 14px 0 0;
}

.bashirax-cf7__radio input{
  margin-right:6px;
  transform: translateY(1px);
}

.bashirax-cf7__input{
  width: min(360px, 100%);
  max-width:100%;
  height:34px;
  padding:6px 10px;
  border:1px solid #d7d7d7;
  background:#fff;
  border-radius:0;
  box-sizing:border-box;
}

.bashirax-cf7__textarea{
  width:100%;
  min-height:140px;
  padding:10px;
  border:1px solid #d7d7d7;
  background:#fff;
  box-sizing:border-box;
}

.bashirax-cf7__name2{
  display:flex;
  gap:10px;
  max-width:360px;
}

.bashirax-cf7__address{
  max-width:420px;
}
.bashirax-cf7__address input{
	margin:0!important;
}
.bashirax-cf7__ziprow p{
  display:flex;
  align-items:center;
  gap:8px;
}

.bashirax-cf7__zipmark{
  display:inline-block;
  min-width:16px;
}

.bashirax-cf7__zip{
  width:220px;
}

.bashirax-cf7__warn{
  margin: 0 0 12px;
  color:#c00;
  font-weight:700;
  font-size:12px;
}

.bashirax-cf7__addrrow{
  margin: 0 0 12px;
}

.bashirax-cf7__label{
  display:block;
  font-size:12px;
  margin: 12px 0 6px;
  color:#333;
}

.bashirax-cf7__age p{
  display:flex;
  align-items:center;
  gap:8px;
}

.bashirax-cf7__ageinput{
  width:56px;
  height:34px;
    border: none!important;
    background: #eeeff4;
    padding: 0.7em;
    margin-bottom: 1rem;
    margin-top: 0.5em;
}

.bashirax-cf7__ageunit{
  color:#333;
}

.bashirax-cf7__reqcol .bashirax-cf7__subnote{
  display:block;
  margin-top:8px;
  color:#c00;
  font-weight:700;
  font-size:12px;
  line-height:1.6;
}

.bashirax-cf7__accept{
  text-align:center;
  padding:14px 0 0;
}

.bashirax-cf7__accept .wpcf7-list-item{
  margin:0;
}

.bashirax-cf7__accept input{
  margin-right:8px;
  transform: translateY(1px);
}

.bashirax-cf7__submit{
  text-align:center;
  margin-top:14px;
}

.bashirax-cf7__submit input[type="submit"]{
  width:min(420px, 90%);
  padding:14px 18px;
  border:0;
  border-radius:2px;
  background:var(--main-color);
  color:#fff;
  font-weight:700;
  cursor:pointer;
}

.bashirax-cf7__submit input[type="submit"]:hover{
  filter:brightness(0.95);
}

/* ===== responsive ===== */
@media (max-width: 768px){
  .bashirax-cf7__table,
  .bashirax-cf7__table tbody,
  .bashirax-cf7__table tr,
  .bashirax-cf7__table th,
  .bashirax-cf7__table td{
    display:block;
    width:100%;
  }

  .bashirax-cf7__table tr{
    border-bottom:1px solid #9fd0d0;
  }

  .bashirax-cf7__table th{
    width:100%;
    border-bottom:1px solid #9fd0d0;
  }

  .bashirax-cf7__name2{
    max-width:100%;
  }

  .bashirax-cf7__radio .wpcf7-list-item{
    display:block;
    margin:0 0 8px;
  }
}
/* つながりやすい時間帯 */
.bashirax-cf7__contacttime{
  margin-top:12px;
  border-top:1px dashed #bcdede;
}

.bashirax-cf7__contacttime-title{
  margin:0 0 6px;
  font-size:13px;
  font-weight:700;
  color:#c00;
}

.bashirax-cf7__contacttime-radio{
  margin-bottom:8px;
}

/* セレクトは初期非表示 */
.bashirax-cf7__contacttime-select{
  display:none;
}

.bashirax-cf7__select{
  width:220px;
  height:34px;
  padding:6px 8px;
  border:1px solid #d7d7d7;
  background:#fff;
}

#autozip{
	display:none;
}