@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
*/
/*Parts*/
.links_gray a,
.links_orange a{
    position: relative;
    font-size: 1.1em;
    padding-right: 3em;
}
.links_gray a {
    color: #5F5B4B;
}
.links_orange a {
    color: #F08429;
}
.links_gray a::after,
.links_orange a::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: 2em;
    height: 1em;
    bottom: 0.4em;
    right: 0;
}
.links_gray a::after{    background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/parts/arrow_g_long.png);}
.links_orange a::after{    background-image: url(https://kakuta-hifuka.com/wp-renewal/wp-content/themes/swell_child/img/parts/arrow_o_long.png);}

.links_gray a::before,
.links_orange a::before{
    content: "";
    background: #F3F2EB;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    top: -10px;
    left: -20px;
}



/*---------------
 *ヘッダ
 *---------------- */
.l-header__inner.l-container,
.l-fixHeader__inner.l-container{
    background: #fff;
    margin: 10px 10% 0;
    width: 80%;
    border-radius: 10px;
}
@media (max-width: 480px) {
.l-header__inner.l-container,
.l-fixHeader__inner.l-container {
    background: #fff;
    margin: 5px 2% 0;
    width: 96%;
    border-radius: 10px;
	height: 10vh;
	}

.p-mainVisual__textLayer.l-parent.l-container.u-ta-c{
	position:relative;
}
.p-mainVisual__textLayer.l-parent.l-container.u-ta-c::before {
content: "";
    position: absolute;
    background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/top/sp_fv_ttl.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60vw;
    height: 200px;
    bottom: -5vh;
    left: 10vw;
}
	}
@media not all and (min-width: 960px){
.-img .c-headLogo__link {
    display: block;
    padding: 5px 0 2px 4px;
}
}
/*ナビ*/

ul.c-gnav li {
    padding: 1em;
}
ul.c-gnav li:after {
    content: "";
    display: block;
    height: 1em;
    border-right: 1px solid #999;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}
ul.c-gnav li:last-child:after {display:none;}
/*ヘッダーボタン*/
.h_form_area {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	 position: fixed;
}
@media (max-width: 970px) {
    .h_form_area {
        display:none;
    }
}
a.tel img {
    width: 8vw;
    height: 70px;
    height:auto;
}
a.insta img {
    height: 30px;
}

/*ヘッダーナビ*/
@media not all and (min-width: 960px){
[data-scrolled=true] [data-spfix="1"] .l-header__inner {
    color: orange;
    }
}
.l-header {
	background: transparent;
}
.p-spMenu__inner::before{
	border-radius: 10px;
}
.p-spMenu__inner {
    box-shadow: 0 0 8px var(--swl-color_shadow);
	height: unset;
}
.c-widget__title.-spmenu {
    display: none;
}
.p-spMenu__closeBtn::before {
    content: "";
    position: absolute;
    background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/top/header_logo_kakuta.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 200px;
    top: 10px;
    left: -70vw;
}
.p-spMenu__nav {
    margin-top: 2em;
}
.-right .p-spMenu__inner {
    right: 0;
    left: 0;
	    margin: 0 auto;
    top: 1rem;
}
.p-spMenu__overlay {
    background: #000;
    opacity: 0.1;
}
/*---------------
 * フロント
 *---------------- */

/*右カラムオーバー*/
.wp-block-columns.over_column_area {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}
.wp-block-columns.over_column_area .column_outside_right {
    flex: 1!important;
    margin-right: calc(51% - 50vw)!important;
    margin-left: 4%!important;
}
.wp-block-columns.over_column_area .column_outside_left {
    flex: 1!important;
    margin-left: calc(50% - 50vw)!important;
    margin-right: 4%!important;
}
/*points area*/
.wp-block-group.points_area h2.wp-block-heading.has-text-align-left {
    color: #F3B76B;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
}
/*
 * 診療メニュー
 * */
/*タブ切り替え全体のスタイル*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.cp_tab {
    margin: 1em auto;
    position: relative;
    height: 50rem;
}
.cp_tab input[type='radio'] {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
            appearance: none;
    display: none;
}
.cp_tab .cp_tabpanel {
    display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
    display: block;
}
.cp_tab .cp_tabpanels {
    position: absolute;
    top:0;
    left: 10em;
    display: block;
    height: auto;
    width: 80%;
        margin-left: 2em;
        z-index: 1;
}
.cp_tab > input + label {
    position: relative;
    z-index: 100;
    top: -15px;
    left: 1px;
    display: block;
    width: 20%;
    padding: 30px 2em 30px 15px;
    cursor: pointer;
    border-right: 0;
        z-index: 0;
        color: #5F5B4B;
    background:#F3F2EB;
}
.cp_tab label.label_1{
border-radius: 6px 6px 0 0;
}
.cp_tab label.label_2{
border-radius: 0 0 6px 6px ;
}
.cp_tab > input + label:last-of-type {
    margin-bottom: 100px;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
    color: #5F5B4B;
    background:#F3F2EB;
}
.cp_tab > input:checked + label {
    color:#FFFFFF;
    background:#F08429;
}
.cp_tab .cp_tabpanel {
    padding: 0.5em 1em;
    min-height: 320px;
}

.tab_ttl {
    font-size: 1.2em;
}
.tab_txt {
    font-size: 0.8em;
}
@media (max-width: 480px) {
    .cp_tab {
        width: 100%;
            height: 1200px;
    }
    .cp_tab > input + label {
    font-size: 0.7em;
    }
    .cp_tab .cp_tabpanels {
    left: 7em;
    min-width: 7em;
    position: unset;
            width: 100%;
    margin-left: 0;
    }
    .cp_tab > input + label:last-of-type {
    margin-bottom: 0;
}
    .cp_tab label.label_1 {
    border-radius: 6px 0 0 0;
}
    .cp_tab label.label_2 {
    border-radius: 0 6px 0 0;
}
}
/*グリッド*/
.parent {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.div1 { grid-area: 1 / 1 / 3 / 3; }
.div2 { grid-area: 1 / 3 / 2 / 4; }
.div3 { grid-area: 1 / 4 / 2 / 5; }
.div4 { grid-area: 2 / 3 / 3 / 4; }
.div5 { grid-area: 2 / 4 / 3 / 5; }
.div6 { grid-area: 3 / 1 / 4 / 2; }
.div7 { grid-area: 3 / 2 / 4 / 3; }
.div8 { grid-area: 3 / 3 / 4 / 4; }
.div9 { grid-area: 3 / 4 / 4 / 5; }

.cp_tabpanel>.parent>div {
    position: relative;
}
.tab_content_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    color: #fff;
}
.tab_content_ttl {
    text-align: center;
    font-size: 1.2em;
}
@media (max-width: 480px) {
.parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 5px;
grid-row-gap: 0px;
}

.div1 { grid-area: 1 / 1 / 3 / 3; }
.div2 { grid-area: 3 / 1 / 4 / 2; }
.div3 { grid-area: 3 / 2 / 4 / 3; }
.div4 { grid-area: 4 / 1 / 5 / 2; }
.div5 { grid-area: 4 / 2 / 5 / 3; }
.div6 { grid-area: 5 / 1 / 6 / 2; }
.div7 { grid-area: 5 / 2 / 6 / 3; }
.div8 { grid-area: 6 / 1 / 7 / 2; }
.div9 { grid-area: 6 / 2 / 7 / 3; }
    .cp_tab {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    }
    .cp_tab > input + label {
    width: 50%;
}
}
/*院長挨拶*/
.wp-block-group.sp_greeding_box.is-layout-constrained.wp-block-group-is-layout-constrained {
    background: #fff;
    padding: 6em 3em 3em;
    border-radius: 55% 45% 18% 82% / 37% 46% 54% 63%;
    position: relative;
}
.wp-block-group.sp_greeding_box.is-layout-constrained.wp-block-group-is-layout-constrained::before{
    content: "";
    position: absolute;
    background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/top/s_greeding.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 200px;
    top: 20px;
    right: -30px;
}
/*当院の情報*/
.wp-block-columns.time_info {
    position: relative;
}
.wp-block-columns.time_info::before {
    content: "";
    position: absolute;
    background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/top/s_spec.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    top: 0;
    left: -40px;
}
.map {
    padding-top: 10em;
    position: relative;
}
.map::before {
    position: absolute;
    content: "MAP";
    width: 7rem;
    height: 7rem;
    background: #7CC2DC;
    color: #fff;
    text-align: center;
    line-height: 7rem;
    bottom: -1rem;
    left: -1rem;
    border-radius: 0.5rem;
}
.map iframe {
    border-radius: 20px;
}

/*テーブル*/
.table_box {
    background: #fff;
    border-radius: 5px;
    padding: 1em 2em;
}
table.time_t {
    text-align: center;
    color:#5F5B4B;
}
table.time_t td {
    border: none;
}
    td.txt_c_orange {
    color: #F3B76B;
}
    td.txt_c_blue {
    color: #7CC2DC;
}
.wp-block-group.table_area.is-layout-constrained.wp-block-group-is-layout-constrained {
    background: #7CC2DC;
    padding: 10em calc(50vw - 50%) 2em;
    margin: 1em calc(50% - 50vw);
    z-index: -1;
    display: block;
    color: #fff;
    position: relative;
}
.wp-block-group.table_area.is-layout-constrained.wp-block-group-is-layout-constrained::before {
    content: "";
    position: absolute;
    background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/top/shop_info_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    top: 0;
    left: -70px;
}
.wp-block-columns.time_info>div:first-child {
    z-index: 1;
}
p.shop_ttl,
p.shop_access,
p.shop_telnumber{
    color: #5F5B4B;
}
p.shop_ttl {
    font-size: 1.2em;
    line-height: 1em;
}
p.shop_access {
    font-size: 0.9em;
    line-height: 1em;
}
p.shop_telnumber {
    font-weight: 400;
    letter-spacing: .1em;
	position:relative;
	padding-left: 1.2em;
}
p.shop_telnumber::before{
    position: absolute;
    content: "";
    background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/parts/tel_ico.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: 1em;
    height: 1em;
    bottom: 0.3em;
    left: 0;
}
@media (max-width: 950px) {
.table_box {
    font-size: .8em;
    }
}
/*Footer*/
.l-footer__widgetArea {
    background: #F3F2EB;
    color: #5F5B4B;
}
.footer_area {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.footer_nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}

/*nav01*/
.nav_01 ul li {
    list-style: none;
    position: relative;
    color: #5F5B4B;
    padding-left: 1.5em;
      padding-bottom: 0.3em;
}
.nav_01 ul li ::before{
    position: absolute;
    content: "";
    background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/parts/arrow_g_long.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: 1em;
    height: 1em;
    bottom: 0.7em;
    left: 0;
}
.nav_01 ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
	justify-content: space-evenly;
    }

    .nav_01 li {
    }

.nav_01 a,
.nav_02 a {
    text-decoration: none;
    display: block;
    text-align: left;
}

/*nav02*/
.nav_02 ul {
    display: flex;
    justify-content: space-around;
}
.nav_02 ul li {
    list-style: none;
    position: relative;
    color: #5F5B4B;
    padding-left: 1.5em;
      padding-bottom: 0.3em;
}
.nav_02 ul li:marker{list-style:none;}

.nav_02 ul li ::before{
        position: absolute;
    content: "";
    background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/parts/arrow_o.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: 1em;
    height: 1em;
    bottom: 0.7em;
    left: 0;
}
.nav_02 ul li a.txt_blue::before{
	background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/parts/arrow_b_long.png);
}

/*nav03*/
.nav_03 {
    font-size: 1.1em;
}
.footer_rec {
    color: #F08429;
    margin-bottom: 2em;
}
.footer_blog{
    color:#7CC2DC;
}
.footer_rec,
.footer_blog{
        position: relative;
    z-index:0;
}
.footer_rec:before,
.footer_blog::before{
    content: "";
    background: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    top: -10px;
    left: -20px;
}
.footer_rec::after {
    position: absolute;
    content: "";
    background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/parts/arrow_o_long.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: 2em;
    height: 1em;
    bottom: 0.4em;
    right: 0;
}
.footer_blog::after {
    position: absolute;
    content: "";
    background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/parts/arrow_b_long.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    width: 2em;
    height: 1em;
    bottom: 0.4em;
    right: 0;
}
/*banar*/
.footer_banar {
    display: flex;
    flex-direction: row-reverse;
}
.footer_b1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 80%;
}

@media (max-width: 480px) {
.footer_nav {
    flex-direction: column;
}
    .nav_01,.nav_02{
        width:100%;
    }
    .nav_03 {
    display: none;
}
	.nav_01 ul,
	.nav_02 ul{
		justify-content: flex-start;
	}
	.nav_01 ul li{
		width:50%;
	}
	.nav_02 ul {
		padding-left: 0;
	}
.footer_banar {
    flex-direction: column;
    flex-wrap: wrap;
        padding-bottom: 4rem;
}
    .footer_b1 {
    width: 100%;
}
    .footer_b1 a,
    .footer_b2 a{
width: 50%;
    display: block;
}
}
/*サイドバー*/

aside#sidebar {
    background: #F3F2EB;
    padding: 0 1em;
    /*padding-right: calc(50vw - 50%);*/
    margin-right: calc(50% - 50vw);
    margin-top: -50vh;
    padding-top: 20vh;
}
.c-widget__title.-side::before,
.c-widget__title.-side::after{display:none;}
@media (max-width: 960px) {
aside#sidebar {
    display: contents; 
	}
}
@media (max-width: 480px) {
aside#sidebar{
	background:unset;
	}
}
/*下層ページ*/
.p-toc.-double {/*目次非表示*/
    display: none;
}
.l-topTitleArea.c-filterLayer::before {
    background-color: #FFFDF5;
    opacity: 1;
    content: "";
}
.c-filterLayer.-texture-dot:after{display:none;}

.page h1.c-pageTitle:not(.home .page h1.c-pageTitle) {
color: #5F5B4B;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-shadow: none;
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 2px;
}
.c-pageTitle__subTitle {
	font-style: normal;
    padding: 1em 0;
}
.page .c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    border-bottom: 1px solid #fff;
}
.page h2.wp-block-heading:not(.home .page h2.wp-block-heading) {
    color: #5F5B4B;
    position: relative;
    padding-bottom: 0.3em;
    font-weight: 400;
	 display: flex;
    align-items: center;
	    padding-left: 1.2em;
}
.page h2.wp-block-heading:not(.home .page h2.wp-block-heading)::before {
    content: "";
    position: absolute;
    background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/parts/h2_parts.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1em;
    height: 1em;
    left: 0;
}
.page h2.wp-block-heading.txt_orange:not(.home .page h2.wp-block-heading)::before {
	 background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/parts/h2_parts_orange.png);
}
.page h2.wp-block-heading.txt_blue:not(.home .page h2.wp-block-heading)::before {
	 background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/parts/h2_parts_blue.png);
}
h3.wp-block-heading:not(.home h3.wp-block-heading) {
    color: #F08429;
	    font-weight: 400;
}


/*下層パーツ*/

.wp-block-column.check_ttk {
    flex-basis: 25%!important;
}

.txt_orange,.txt_orange::before{color:#F08429!important;}
.txt_blue,.txt_blue::before{color:#5CB4D5!important;}

.wp-block-group.blue_column_box,
.wp-block-group.orange_column_box{
    color: #5F5B4B;
} 
.wp-block-column.o_box {
    padding-left: 1em;
    font-size: 1.05em;
    color: #5F5B4B;
    font-weight: 500;
	display: flex;
}
.orange_column_box .wp-block-column.o_box::before {
    content: "⚫︎";
	    padding-right: 0.8em;
	color:#F3B76B;
}
.blue_column_box .wp-block-column.o_box::before {
    content: "⚫︎";
    padding-right: 0.8em;
    color: #7CC2DC;
}
.wp-block-group.orange_column_box>div>div,
.wp-block-group.blue_column_box>div>div{/*記事リスト*/
    border-bottom: 2px dotted #C6C6C6;
    padding-bottom: 0.7em;
}
.wp-block-group.orange_column_box>div>div:last-child,
.wp-block-group.blue_column_box>div>div:last-child{
	border:none;
}


.cap_box_ttl {
    border-radius: 10px 10px 0 0;
}
.cap_box_content {
    border-radius: 0 0 10px 10px;
    border: 2px dotted var(--capbox-color);
}
.cap_box_ttl span {
    position: relative;
    display: flex;
    align-items: center;
}
.cap_box_ttl span::before,
.cap_box_ttl span::after{
	content: "";
    position: absolute;
    background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/parts/flower.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.2em;
    height: 1.2em;
}
.cap_box_ttl span::before{    left: -2em;}
.cap_box_ttl span::after{    right: -2em;}
.swell-block-capbox.cap_box {
    position: relative;
    margin-top: 90px;
}
.swell-block-capbox.cap_box::before {
    content: "";
    position: absolute;
    background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/parts/cap_box_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    height: 130px;
    top: -75px;
    right: 0;
}
.cap_box[data-colset="col1"] ul li::marker {
    color: #f08429;
}
.cap_box[data-colset="col2"] ul li::marker {
    color: #7CC2DC;
}
p.pattern_kkt_alert {
	position: relative;
	    display: flex;
    align-items: center;
	padding: 1em 3em;
}
p.pattern_kkt_alert::before {
    content: "";
    position: absolute;
    background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/parts/alert.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
	left: 10px;
}

.wp-block-column.check_ttk>p{
	display: flex;
   align-items: center;
    padding-left: 2em;
}
.wp-block-column.check_ttk>p::before {
    content: "";
    background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/parts/check.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 1.2em;
    position: absolute;
}
.cap_box[data-colset="col2"] .wp-block-column.check_ttk>p::before{
	background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/parts/check_blue.png);
}
@media (max-width: 767px) {
.wp-block-column.check_ttk::after{
	display:none;
	}
}
.wp-block-group.is-stack.alert_box {
    color: #5F5B4B;
}
.wp-block-group.is-stack.alert_box p {
	position:relative;
    padding: 1em 0 1em 3em;
    border-bottom: 1px solid;
	width: auto;
    margin: 0 1em;
}
.wp-block-group.is-stack.alert_box p::before {
    content: "";
    position: absolute;
    background-image: url(https://kakuta-hifuka.com/wp-content/themes/swell_child/img/parts/alert.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    left: 0;
	top: 2em;
}
/*お知らせ*/
.l-topTitleArea__body.l-container {
    color: #5F5B4B;
}

h1{
    span.hidden-title{
        display: none;
    }
}