@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*フォント変更*/
body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
b, strong{
  font-weight: 500;
}
/* パンくず非表示 */
#breadcrumb {
 display: none;
}
/* 新着情報タグデザイン */
.icon-folder {
    background-color: #818181;
    color: #FFFFFF;
    width: 80px;
    text-align: center;
}
span[data-cat-id="102"] {
    background-color: #818181;
}
span[data-cat-id="103"] {
    background-color: #95c779;
}
.p-postList__title {
    font-weight: 400 !important;
}
.is-style-more_btn a {
    min-width: 30%;
    padding: 8px;
}
.p-postList__body{
	display:flex;
}
.p-postList__author, .p-postList__cat, .p-postList__times, .p-postList__views{
	margin-right:1em;
}
.p-articleMetas{
	display:none;
}
/*ヘッダー*/
.l-container{
	max-width:98%;
}
.is-style-btn_normal a{
	font-weight:500;
}
[class*=is-style-btn_] a {
	line-height:0.8;
}
.nobreaks{
	 white-space : nowrap;
}
.c-smallNavTitle {
	color:#ffb33c;
	opacity:1;
}
/*フッター*/
.w-beforeFooter .l-article{
	max-width:1400px;
}
.swl-fz a{
	color:#3c3c3c;
}
.swl-fz a:hover{
	text-decoration:underline solid #3c3c3c 1px;
}
/*トップ*/
h2 {
	position: relative;
	padding: 0 0 0 1.5rem;
}
h2::before,
h2::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 6px;/*左線の太さ*/
}
h2::before {
  height: 100%;/*左線長い線の長さ*/
  background-color: #67af40;/*左線長い線の色（上の色）*/
}
h2::after {
  height: 50%;/*左線短い線の長さ*/
  background-color: #ffb33c;/*左線短い線の色（下の色）*/
}
.post_content h2{
	font-weight:500;
	font-size:1.8rem;
	margin-left:0!important;
}
.shadow_on>.wp-block-column{
	box-shadow: 2px 2px 3px rgba(0,0,0,0.16);
	background:rgba(255,255,255,0.85);
}
.swell-block-columns__inner{
	justify-content:center;
}
.shadow_on>.wp-block-column:hover{
	box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
	transition-duration:250ms;
}
h3{
	padding:10px;
	background:#ffe1b1;
	font-weight:500 !important;
}
/*子ページトップ*/
.topimage {
	margin: 0 calc(55% - 50vw);
	border-radius:20px 20px 0 0;
	height:400px;
}
/*歯科医院を探すボタン*/
.is-style-btn_line a{
	background-color:#ffffff;
}
/*表タイトル*/
th {
    font-weight: 500;
}
.wp-block-table.is-thead-centered th {
    font-weight: 500;
}
/*訪問診療図形*/
.justheight{
	border:1px solid #ffb33c;
	border-radius:10px;
	height : 100%;
	padding:15px;
}
/*qaツメ*/
.faq_q, .faq_a {
    padding: 1em 1em 0em 3em !important;
}
/*リンク集図形*/
.linksborder{
	border:2px solid #e5e5e5;
	height : 100%;
	padding:15px;
}
/*カレンダー*/
.eo-fullcalendar table {
  color: var(--color_text);
}
.eo-fullcalendar table th,
.eo-fullcalendar table td{
  color: inherit;
}
.eo-fullcalendar h2 {
    all: unset;
}
.eo-fullcalendar h2::before,
.eo-fullcalendar h2::after {
    all: unset;
}
.eo-fullcalendar .post_content h2 {
    all: unset;
}
.fc-day-grid-event .fc-time {
	font-weight:400 !important;
}
.post_content .eo-event-meta a {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}
/*詳細クリックしないならこれ
.eo-fullcalendar .fc-event {
    pointer-events: none;
}
*/

/*会員ページ*/
.swell-block-step__title+.swell-block-step__body{
	margin-top:0;
}
.swell-block-step__item {
    padding: 0 0 1em 64px !important;
}
.swell-block-step__item .swell-block-step__title{
	font-weight:500 !important;
}
/* WPform */
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
    background: #ffb33c !important;
    border-radius: 30px;
    width:  150px;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background: #fff !important;
    color: #ffb33c !important ;
    border: 1px solid #ffb33c;
    transition: 0.3s;
}
.wpforms-container .wpforms-field-label, .wp-core-ui div.wpforms-container .wpforms-field-label{
	font-weight:500 !important;
}
.wpforms-confirmation-container-full {
    background: #fff !important;
    border: 2px solid #e5e5e5 !important;
}
/* 地図 */
.map {
    width: 100%;
    height: calc(84vh);
}
.map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
/* 地図黒いバー消す 
.map {
    height: 100vh;
	z-index:-100 !important;
}
.map iframe {
    width: 100%;
    height: calc(100% + 60px);
    margin-top: -60px;
}*/



@media screen and (max-width:960px){
 .is-style-more_btn a {
    min-width: 50%;
}
}
@media screen and (max-width:600px){
.wp-block-cover__inner-container .swl-fz{
	font-size:18pt !important;
	line-height:1.5;
}
.topimage {
	height:180px;
}
.swell-block-step__title+.swell-block-step__body{
	margin-top:10px;
}
.map {
    width: 100%;
    height: calc(81vh);
}
}