@charset "UTF-8";

/*
Theme Name: 輔仁会
Description: WordPressテンプレート「輔仁会」
Version: 1.0.0
Author: 輔仁会
*/
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
audio:not([controls]) {
    display: none;
}

button {
    overflow: visible;
    -webkit-appearance: button;
}

details {
    display: block;
}

html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}

input {
    -webkit-border-radius: 0;
}

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

input[type=number] {
    width: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

main {
    display: block;
}

pre {
    overflow: auto;
}

progress {
    display: inline-block;
}

small {
    font-size: 75%;
}

summary {
    display: block;
}

svg:not(:root) {
    overflow: hidden;
}

template {
    display: none;
}

textarea {
    overflow: auto;
}

[hidden] {
    display: none;
}

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

* {
    font-size: inherit;
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit;
}

*,
:after,
:before {
    border-style: solid;
    border-width: 0;
}

* {
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

:root {
    background-color: #fff;
    box-sizing: border-box;
    cursor: default;
    text-rendering: optimizeLegibility;
}

a {
    text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

button,
input,
select,
textarea {
    background-color: transparent;
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
}

[type=button],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
button,
select,
textarea {
    min-height: 1.5em;
}

code,
kbd,
pre,
samp {
    font-family: monospace;
}

nav ol,
nav ul {
    list-style: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: vertical;
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #4c2b03;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    color: #4c2b03;
    text-shadow: none;
}

[aria-busy=true] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}

[hidden][aria-hidden=false] {
    clip: rect(0 0 0 0);
    display: inherit;
    position: absolute;
}

[hidden][aria-hidden=false]:focus {
    clip: auto;
}

/*# sourceMappingURL=sanitize.min.css.map */
/*************************************
MIXINS
*************************************/
#subpage #top .inner {
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

#subpage #top .inner .flex {
    justify-content: center;
}

#subpage #top .inner .flex .item {
    display: inline-block;
}

#home #hero .flex {
    float: right;
    box-sizing: border-box;
}

#home #hero .flex .item {
    box-sizing: border-box;
}

#home #hero .flex .item.logo {
    padding-top: 1.2em;
}

#subpage #hero .flex-wrap {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

#subpage #hero .flex-wrap .flex-logo {
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding-left: 1em;
}

#subpage #hero .flex-wrap .flex-nav {
    padding-top: 2.5em;
    margin-left: auto;
    margin-right: 5%;
}

#subpage #hero .flex-wrap .flex-nav ul {
    text-align: center;
    list-style: none;
}

#subpage #hero .flex-wrap .flex-nav ul li {
    display: inline-block;
    color: #fff;
}

#subpage #hero .flex-wrap .flex-nav ul li:not(:last-child) {
    margin-right: 2em;
}

#subpage #hero .flex-wrap .flex-nav ul li a {
    color: #fff;
}

#subpage #hero .flex-wrap .flex-nav ul li a:hover {
    text-decoration: underline;
}

#subpage #hero .flex-wrap .flex-nav ul li i {
    margin-right: 8px;
}

#subpage #hero .flex-wrap .flex-addr {
    color: #fff;
    padding: 0.5em 2em;
}

#subpage #hero .flex-wrap .flex-addr .min-address {
    text-align: right;
}

#subpage #hero .flex-wrap .flex-addr .min-tel {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
}

#subpage #hero .flex-wrap .flex-addr .min-tel i {
    margin-right: 8px;
}

#subpage #hero .flex-wrap .flex-addr .min-tel a {
    color: #fff;
}

#sub-hero {
    background-color: #c0c0c0;
    background-size: cover;
    background-position: center center;
}

#sub-hero .sub-hero-ttl {
    text-shadow: 0px 0px 5px black;
}

#hero.subpage .hero-meta {
    line-height: 1.2;
}

/*---------------------------------------------------------
//	フォーム Style
---------------------------------------------------------*/
#contact table {
    width: 100%;
    margin-bottom: 40px;
    background: none;
    border: none;
}

#contact table tr:nth-child(odd) {
    background: #eeeeee;
}

#contact table tr:last-child {
    border-bottom: #d0d0d0 1px solid;
}

#contact table th,
#contact table td {
    background: none;
    border: none;
    padding: 20px 25px;
}

#contact table th {
    text-align: left;
    width: 30%;
}

#contact table th span {
    font-weight: normal;
    line-height: 1;
    padding: 3px 5px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}

#contact table th span.req {
    background: #f16b7a;
}

#contact table th span.any {
    background: #1c55b4;
}

#contact table td input[type=text],
#contact table td input[type=email],
#contact table td input[type=tel] {
    padding: 5px 10px;
    border: #aaa 1px solid;
    display: inline-block;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0;
    width: 100%;
}

#contact table td textarea,
#contact table td select {
    padding: 5px 10px;
    border: #aaa 1px solid;
    display: inline-block;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0;
    width: 100%;
}

#contact table tr {
    /*&.name td input, &.kana td input, &.company td input #contact table tr.address td input {
  	width: 100%;
  }*/
}

#contact table tr.postal td input:first-child {
    width: 15%;
}

#contact table tr.postal td input:last-child {
    width: 20%;
}

#contact table tr.email td input {
    width: 100%;
}

#contact table tr.email td input:first-child {
    margin-bottom: 3px;
}

#contact table tr.tel td input {
    width: 15%;
}

#contact table textarea {
    width: 100%;
    height: 200px;
}

#contact table tr.email th,
#contact table tr.email td {
    vertical-align: top;
}

#contact table tr.message th,
#contact table tr.message td {
    vertical-align: top;
}

#contact .pref select {
    padding: 5px 40px 5px 10px;
    border: #aaa 1px solid;
    display: inline-block;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0;
}

#contact .pref .wrap {
    position: relative;
    display: inline-block;
}

#contact .pref .wrap::after {
    font-family: "Font Awesome 5 Free", fontawesome;
    content: "\f107";
    font-size: 12px;
    position: absolute;
    right: 0;
    display: inline-block;
    top: 7px;
    right: 10px;
}

#contact table tr.photo img {
    max-width: 50%;
    height: auto;
}

#contact .member input[type=text],
#contact .day input[type=text],
#contact .time input[type=text] {
    width: 100px;
}

.termslink {
    color: #1c55b3;
    text-align: center !important;
    margin-bottom: 40px;
}

.termslink a {
    color: #1c55b3;
    text-decoration: underline;
}

.termslink i {
    margin-left: 10px;
}

.submitbtn {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.submitbtn span {
    display: inline-block;
    position: relative;
}

.submitbtn input {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
}

.submitbtn input[type=submit].confirm {
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 0;
    cursor: pointer;
    margin: 0 10px;
    background: #D3BD01;
}

#moresearch .submitbtn input[type=submit].confirm,
#shop #search .submitbtn input[type=submit].confirm,
#shopDetail #search .submitbtn input[type=submit].confirm {
    background: #FED781;
}

.submitbtn input[type=submit].backBtn {
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding: 0;
    cursor: pointer;
    margin: 0 10px;
    background: #666;
}

/*.checkbox01-input {
	display: none;
}

.mwform-checkbox-field-text {
	padding-left: 35px;
	position: relative;
	margin-right: 20px;
	padding-top: 5px;

	&::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 24px;
		height: 24px;
		border: 1px solid #aaaaaa;
		border-radius: 4px;
		background: #fff;
	}
}

.checkbox01-input:checked + .mwform-checkbox-field-text {
	width: 24px;
	height: 24px;

	&::after {
		content: "";
		display: block;
		position: absolute;
		width: 14px;
		height: 14px;
		background: #333333;
		border-radius: 3px;
		left: 5px;
		top: 5px;
	}
}*/
.mw_wp_form .vertical-item {
    position: relative;
}

#custom-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

#custom-nav .nav-item {
    display: block;
    width: 16.666666%;
}

#custom-nav .nav-item span {
    display: block;
    width: 100%;
}

#custom-nav .nav-item .nav-icon {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
}

#custom-nav .nav-item .nav-icon img,
#custom-nav .nav-item .nav-icon svg {
    width: auto;
    max-width: 50px;
    height: 100%;
}

#custom-nav .nav-item .nav-name {
    text-align: center;
}

@media screen and (max-width: 1279px) {
    #top {
        margin-bottom: 2.5em !important;
    }

    #hero.subpage .hero-txt {
        font-size: 1.9rem !important;
        top: inherit !important;
        left: inherit !important;
        position: relative !important;
        padding-left: 3%;
        padding-right: 3%;
        transform: none !important;
        margin-top: 10em;
    }

    #hero.subpage .hero-txt .hero-ttl {
        font-size: 2.4rem;
    }

    #hero .hero-meta {
        float: left !important;
    }

    #hero.subpage .hero-meta .hero-ttl {
        font-size: 1.4rem !important;
    }

    #hero.subpage .hero-meta .hero-sub-ttl {
        font-size: 1.6rem !important;
    }

    #subpage #top .inner .flex .gnav {
        display: none !important;
    }

    #top .flex .logo {
        margin-right: 0 !important;
    }

    #hero .hero-meta .hero-addr {
        font-size: 1.2rem;
    }

    #hero .flex {
        float: none !important;
        padding-left: 3%;
    }

    #hero .flex .item {
        width: 100%;
    }

    #hero .flex .item.logo {
        width: 30px;
    }

    #hero .flex .item.logo img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    #subpage #hero .flex-wrap {
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -o-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    #subpage #hero .flex-wrap .flex-logo {
        width: 100%;
        padding-left: 0;
    }

    #subpage #hero .flex-wrap .flex-nav {
        display: none;
    }

    #subpage #hero .flex-wrap .flex-addr {
        padding: 0.5em 1em;
    }

    #subpage #hero .flex-wrap .flex-addr .min-address {
        font-size: 1.4rem;
    }

    #subpage #hero .flex-wrap .flex-addr .min-tel {
        font-size: 2.4rem;
    }

    #hero.subpage .hero-txt {
        margin-top: 3em;
    }
    .breadcrumbs{
        margin: 0 1em;
    }
}

#modal .menu-primary-menu-container #menu-primary-menu {
    list-style: none;
}

#modal .menu-primary-menu-container #menu-primary-menu li {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1em;
}

#modal .menu-primary-menu-container #menu-primary-menu li ul {
    padding-left: 1.5em;
}

#modal .menu-primary-menu-container #menu-primary-menu li ul li {
    list-style: disc;
    font-size: 1.7rem;
    font-weight: normal;
    margin-bottom: 0;
}


#modal .modal-box .sub-page-box {
    background-color: #2e7d32;
    color: #fff;
    text-align: center;
    margin-bottom: 1em;
    padding: 10px;
}

#modal .modal-box .sub-page-box a {
    color: #fff;
    margin-left: 5px;
}

#modal .sub-page-box .modal-logo {
    text-align: center;
    margin-bottom: 1em !important;
}

#modal .sub-page-box .page-ttl {
    font-size: 2rem;
    font-weight: 600;
}

#modal .sub-page-box .min-tel {
    font-size: 1.8rem;
}

#modal .sub-menu-container ul {
    padding: 1em 2em;
    font-size: 1.6rem;
}

#modal .sub-menu-container ul li {
    position: relative;
}

#modal .sub-menu-container ul li::before {
    position: absolute;
    top: 2px;
    bottom: 0;
    left: -1em;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2e7d32;
    border-right: 2px solid #2e7d32;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*# sourceMappingURL=style.css.map */


/*************************************
ADD STYLE
*************************************/
/* 見出し */
.sentry h3 {
    font-size: 1.8rem;
}

.sentry h4 {
    border-left: 4px solid #000;
    line-height: 1.4;
    padding-left: 0.5em;
    margin-bottom: 0.8em;
}

/* ナンバーリスト */
.sentry ol {
    counter-reset: num;
    list-style-type: none;
    padding: 0;
}

.sentry ol li {
    position: relative;
    padding-left: 2.2em;
}

.sentry ol li:before {
    position: absolute;
    counter-increment: num;
    content: counter(num);
    display: inline-block;
    border: #999 1px solid;
    color: #555;
    font-family: 'Arial', sans-serif;
    border-radius: 3px;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    top: 4px;
    left: 0;
}

/* フレキシブルレイアウト */
#flexible .flex-img-txt .flex .thumb {
    text-align: center;
}

/* 投稿ページ */
.post-content #flexible {
    padding: 1em 0;
}

/* セレクトボックス */
select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}

select::-ms-expand {
    display: block;
}

/* テーブルスタイル */
.sentry table.all-center td,
.sentry table.tazaki_schedule td,
.sentry table.hojinclinic_schedule td {
    text-align: center;
}

.sentry table.gairai_schedule td {
    text-align: center;
}

.sentry table.gairai_schedule .saishin {
    background: #e6fbff;
}

.sentry table.gairai_schedule .syoshin {
    background: #e6fff2;
}

.sentry table.gairai_schedule .shika {
    background-color: #ffeee6
}

.sentry table.nahacenter_cm td:nth-child(odd) {
    text-align: center;
    width: 25%;
}

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

    .sentry table.gairai_schedule th,
    .sentry table.gairai_schedule td {
        padding: 5px;
    }

    .sentry table.nahacenter_cm td:nth-child(odd) {
        width: 9em;
    }
}

/* トップページブログサムネイル */
.md-blog .flex .item .thumb {
    height: 240px;
}

.md-blog .flex .item .thumb a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/* 下層ページメインメニュー */
#subpage #top .flex .gnav nav ul li a span {
    letter-spacing: 0;
}

/* 特殊スタイル */
.sentry .point {
    background-color: #daf2dd;
    border: 2px solid #27A639;
    color: #27A639;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    padding: 10px;
    margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
    #point-position {
        background-color: #2e7d32;
        border: none;
        color: #fff;
        line-height: 1.4;
        padding: 0px 30px 15px 80px;
        width: 394.5px;
        position: absolute;
        top: 99px;
        right: 0;
        z-index: 10;
        text-align: justify;
        text-align-last: justify;
        text-justify: inter-ideograph;
    }
}

.sentry .guide_tel {
    border: 2px solid #27A639;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.sentry .guide_tel p {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
    text-align: center;
}

.sentry a.guide_tel-no {
    color: #27A639;
    font-size: 4rem;
    text-decoration: none;
}
