@import url('https://fonts.googleapis.com/css2?family=Charm&family=Kosugi+Maru&family=M+PLUS+Rounded+1c&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
p,
a,
li,
dt,
dd,
time,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
span,
label,
input {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    color: #232323;
}
/*--------------------------
レイアウト
----------------------------*/
.layout01 {
    display: flex;
    justify-content: space-around;
}
.s_bottom {
    background-image: url(/wp-content/uploads/2025/03/bg_bottom01.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 20vw;
}
.box40 {
    width: 38%;
}
.box50 {
    width: 48%;
}
.box60 {
    width: 58%;
}
.w80 {
    width: 80%;
    margin: 0 auto;
}
.title01 {
    color: #333;
    font-weight: 400;
}
.title01::before {
    display: none;
}
.tit4{
	position:relative;
	text-align: center;
  font-size: 2.5em;
  margin-bottom: 50px;
  width: 500px;
  margin: 0 auto 50px;
background-color:#FF70A0;
	color:#fff;
	line-height:1em;
  padding: 20px;
}
.tit4:before{
	content:"";
	display:block;
	background-image:url(/wp-content/uploads/2025/03/ribbon01_lf.png);
	width:100px;
	height:50px;
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
left: -80px;
  bottom: -13px;
	background-position:right bottom;
}
.tit4:after{
	content:"";
	display:block;
	background-image:url(/wp-content/uploads/2025/03/ribbon01_rt.png);
	width:100px;
	height:50px;
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
right: -80px;
  bottom: -13px;
		background-position:left bottom;
}

/**/
.block_title {
    text-align: center;
}
.block_title span {
    position: relative;
    font-size: 20px;
    color: #FF70A0;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
}
/*--------------------------------------------------
 * PCスライドメニュー
 * ------------------------------------------------*/
.open-btn-wrap {
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 50;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55),
        -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55),
        -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55),
        -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.open-btn-wrap.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.openbtn {
    position: relative;
    background: #fff;
    cursor: pointer;
    width: 80px;
    height: 80px;
    border-radius: 999px;
    border: 2px solid #fff;
}
.openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 20px;
    height: 3px;
    border-radius: 2px;
    background: #b8d200;
    width: 45%;
}
.openbtn span:nth-of-type(1) {
    top: 27px;
}
.openbtn span:nth-of-type(2) {
    top: 36px;
}
.openbtn span:nth-of-type(3) {
    top: 45px;
}
.openbtn.active span:nth-of-type(1) {
    top: 29px;
    left: 19px;
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}
.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
    top: 41px;
    left: 19px;
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
.pc-side-menu {
    position: fixed;
    height: 100%;
    width: 800px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.8);
    right: 0;
    top: 0;
    padding: 150px 50px 100px;
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    overflow-y: auto;
}
.pc-side-menu .mobile-sns-icon-title p {
    color: #524642;
    !important
}
.pc-side-menu .mobile-sns-icon-title p span {
    color: #524642;
    !important
}
.pc-side-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-image: url(/wp-content/uploads/2025/02/takahagi.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center bottom 10px;
    animation: none;
    transform: none;
    transition: unset;
}
.pc-side-list {
    margin-bottom: 40px;
}
.pc-side-list li a {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #524642;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
    font-size: 2rem;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #524642;
}
.pc-side-list li a:hover {
    opacity: 0.7;
}
.pc-side-list .g-sub-nav .g-sub-nav-list.flex a {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    border: solid 2px #7ED8C2;
    background-color: #7ED8C2;
    color: #fff;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.g-sub-nav .g-sub-nav-list li {
    display: flex;
}
.g-sub-nav .g-sub-nav-list li:nth-child(1) a:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/03/icon_mail.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.g-sub-nav .g-sub-nav-list li:nth-child(2) a:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/03/icon_tel.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.pc-side-menu.active .g-sub-nav .g-sub-nav-list li {
    display: flex;
    width: 50% !important;
    margin-top: 50px;
}
.pc-side-menu.active .g-sub-nav .g-sub-nav-list.flex a {
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    background: #FF70A0;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
}
.pc-side-menu .g-sub-nav {
    position: relative;
}
/*--------------------------
slider
----------------------------*/
div#n2-ss-2 .n2-ss-slider-3 {}
div#n2-ss-2 .n2-ss-slide-backgrounds {
    border-radius: 30px;
    overflow: hidden;
    z-index: 10;
    width: 80vw;
    margin: 50px auto 0;
}
.header_ab01 {
      position: fixed;
    width: 30vw;
    top: -5vw;
    left: -5vw;
    z-index: 1;
}
.header_ab02 {
    position: fixed;
    width: 30vw;
    top: -5vw;
    right: -5vw;

    z-index: 1;
}
.slider .ab01 {
    position: absolute;
    width: 20vw;
    top: -10vw;
    left: -5vw;
    z-index: 1;
}
.slider .ab02 {
    position: absolute;
    width: 20vw;
    top: -10vw;
    right: -5vw;

    z-index: 1;
}



div#n2-ss-2 .n2-ss-slider-2 {
    background: url(/wp-content/uploads/2025/03/bg_bottom01.png);
    background-color: #F9FDFF;
    background-size: 100% !important;
    background-position: bottom !important;
    background-repeat: repeat-x !important;
}
/*--------------------------
header
----------------------------*/
.header-inner.flex, .header-box01, .header-box02 {
    padding: 0 15px;
    z-index: 10;
    position: relative;
}
.header-box02 .logo img {
    max-width: 400px;
}
.header-menu {
    background-color: #FFF0F5;
}
.header-menu>li a {
    color: #333;
}
.header-menu {
    background-color: transparent;
}
.header-menu>li a {
    font-weight: 500;
}
 .header-content02 {
    background-color: #F9FDFF;
}
.g-sub-nav02 .g-sub-nav-list.flex a {
    display: flex;
    align-content: center;
    font-size: 2.4rem;
    display: block;
    padding: 5px 15px 10px;
    border-radius: 30px;
    text-align: center;
    margin-left: 15px;
    border: solid 2px #FF70A0;
    background-color: #FF70A0;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
    line-height: 1;
}
.g-sub-nav02 .g-sub-nav-list.flex a:hover {
    border: solid 2px #FF70A0;
    background-color: #FF70A0;
    color: #fff;
    opacity: 0.8;
}
.g-sub-nav02 .g-sub-nav-list.flex a:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/03/icon_tel.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: top 5px center;
}
/*--------------------------
footer
----------------------------*/
.contact-band {
    padding: 0;
    background-color: #fffdf5;
    background-image: url(/wp-content/uploads/2025/03/bg09.jpg);
    background-size: cover;
    background-position: center;
}
.contact-band-inner {
    /*  padding: 50px 15px;
    background: rgba(192, 109, 64, 0.3);
    color: #fff;
	height: 30vw;*/
}
.contact-band-title,
.cf-cb-txt {
    color: #FF70A0;
    color: #fff;
}
.contact-band .btn01 {
    border: 1px solid #FF70A0;
    background-color: transparent;
    color: #fff;
    background: #FF70A0;
}
.contact-band .btn01 .btn-arrow {
    fill: #fff;
}
.footer {
    background-color: #fff9f3;
}
.footer-address p,
.footer-address a {
    color: #524642;
}
.footer-logo {
    padding-bottom: 40px;
    border-bottom: none;
}
.footer-menu a {
    color: #524642;
}
.footer-menu>li>a {
    border-bottom: 1px dashed #524642;
}
.footer-address .name {
    display: none;
}
.sns-icon-title p {
    font-size: 2rem;
    font-weight: 700;
    color: #524642 !important;
}
.sns-sub-nav li a {
    color: #524642;
    font-size: 24px;
}
.sns-icon-wrap.flex .line {
    background-color: #524642 !important;
}
.fa-instagram::before {
    content: "\f16d";
    color: #524642;
}
.copyright p {
    color: #524642;
}
/*--------------------------
 * コンテンツ区切り
----------------------------*/
section {
    position: relative;
}
.bg_rb01::after {
    content: "";
    background-image: url(/wp-content/uploads/2025/03/bottom01.png);
    background-size: 100%;
    width: 100%;
    height: 300px;
    background-position: top center;
    display: block;
    position: absolute;
    bottom: -300px;
    background-repeat: no-repeat;
}
/*--------------------------
HOME
----------------------------*/
html{
	overflow-x:hidden;
}
body {
  position: relative;
	background: #F9FDFF;
}
#news {
    background: #FFF0F5;
}
.sub-header{
background-color: #F9FDFF;
  border-radius: 20px;
	width: 90vw;
  margin: 0 auto 20px;

}

.sub-header-title {

}
.sub-header-txt {
    padding: 10px 25px;
    color: #FF70A0;
}
/*--------------------------
ごあいさつ
----------------------------*/
#greeting {
    position: relative;
    padding-top: 10vw;
    padding-bottom: 5vw;
}
#greeting .ab01 {
    position: absolute;
    top: 0;
    left: 100px;
    width: 10vw;
    height: 10vw;
}
#greeting .ab02 {
    position: absolute;
    top: 0;
    right: -3vw;
    width: 30vw;
    height: 30vw;
}
.box_greet .txt {
    position: relative;
    background: #fff;
    padding: 50px;
    border: 1px solid #ccc;
    border-radius: 20px;
}
.box_greet .txt p {
    font-size: 2em;
}
.box_greet .txt:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/03/frame01.png);
    background-size: 100%;
    top: -100px;
    left: -100px;
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    z-index: -1;
}

/*--------------------------
お問い合わせ
----------------------------*/
body.home .contact,.area_contact {
    background: pink;
    align-items: center;
    background-image: url(/wp-content/uploads/2025/03/bg.line02.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
body.home .contact  .btn-arrow ,.area_contact .btn-arrow{
    position: static;
}
.box_contact {
    width: 80%;
    margin: 0 auto;
}
.box_img02 {
    position: relative;
}
.box_img02 p.img01 {
    width: 90%;
    border-radius: 10px;
    box-shadow: 10px 10px #fff;
    overflow: hidden;
}
.box_img02 p.img02 {
    display: none;
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: -50%;
    right: 10%;
    box-shadow: 10px 10px #fff;
}
.box_contact {}
.box_contact-title {
    font-size: 5em;
    color: #fff;
    font-weight: bold;
    border-bottom: dotted #fff 6px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.box_contact-txt {
    font-size: 2em;
    color: #fff;
    font-weight: bold;
}
.box_contact-btn {
    position: relative;
    background: #FF70A0;
    max-width: 400px;
    color: #333;
    padding: 20px 50px;
    border-radius: 10px;
    margin-top: 40px;
    font-size: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 500;
    fill: #fff;
}

/*--------------------------
カノン訪問看護ステーション
----------------------------*/

.page-template-page-fullwidth #breadcrumbs {
    display: none;
}
.list-service {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.box-service {
    width: 31%;
    margin: 1%;
    background: #fff;
    padding: 20px;
}
.box-service .box-service-tit {
    font-size: 20px;
    background: #FF70A0;
    color: #fff;
    padding: 10px;
}
section.first {
    position: relative;
    background: #FFF0F5;
    padding-top: 100px;
}
section.first::after {
    content: "";
    background-image: url(/wp-content/uploads/2025/03/bottom01.png);
    background-size: 100%;
    width: 100%;
    height: 300px;
    background-position: top center;
    display: block;
    position: absolute;
    bottom: -300px;
    background-repeat: no-repeat;
}
section.second {
    padding-top: 10vw;
}
section.second .ab01 {
    position: absolute;
    top: 0;
    left: 100px;
    width: 10vw;
    height: 10vw;
}
section.second .ab02 {
    position: absolute;
    top: 0;
    right: -3vw;
    width: 30vw;
    height: 30vw;
}

.list-pdf {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.list-pdf li {
    width: 31%;
    margin: 1%;
    background: #FF70A0;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 24px;
    line-height: 1em;
}
.list-pdf li a {
color: #fff;
  display: block;
  padding: 15px 0 15px 15px;
  font-size: 18px;
  font-weight: 500;
  background-image: url(/wp-content/uploads/2025/03/icon_download.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center right 10px;
}

/*--------------------------
会社概要
----------------------------*/
main.overview {
    background: #FFF0F5;
}
iframe {
    width: 100%;
}
.tablepress tbody td.column-1 {
    width: 30%;
    font-weight: 100;
    color: #fff;
    background-color: var(--main);
}

.form .ab01 {
    position: absolute;
    top: 30%;
    left: 100px;
    width: 10vw;
    height: 10vw;
}
.form .ab02 {
    position: absolute;
    top: 0;
    right: -3vw;
    width: 30vw;
    height: 30vw;
}
main.contact {
    background: #FFF0F5;
}
.contact-form01 th {
    background: #fff;
}
.contact-form01 td {
    background: #fff;
}
.list_visit {
    background: #fff3b8;
    padding: 30px;
}

.bnr_tel{
	max-width:500px;
	width:90%;
	margin:50px auto 100px;
}
/*背景画像*/
.parallax {
  width: 100%;
  background-attachment: fixed;
  background-position: 50% 0;
background-position: center;
  background-size: cover;
  height: 80vh;
}

.parallax.para01 {
  background-image: url(/wp-content/uploads/2025/03/bg08.jpg);
}

.parallax.para02 {
background-image: url(/wp-content/uploads/2025/03/bg04.jpg);
}

.parallax.para03 {
background-image: url(/wp-content/uploads/2025/03/bg05.jpg);
}
.parallax.para04 {
background-image: url(/wp-content/uploads/2025/03/bg07.jpg);
}


/*2025-0602　追加*/
.header-menu > li {
    position: relative;
    z-index: 2;
}