@charset "UTF-8";
/*
Theme Name: Hotnavi
Description: A brief description of your theme.
Author: Hotnavi
Version: 1.0
*/

  
  
  html {
    scroll-behavior: smooth;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size:15px;
}



body{
    background-color: #fff8ef;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: bold;
    color: #4c444d;
    zoom: 1;
    width: 100%;
    height: 100%;
    margin:0;
    padding: 0;
}

  
@media only screen and (max-width: 380px) {
    html {
        font-size:12.5px!important; /* この値を調整して、希望の文字サイズに設定してください */
    }
}




@media (max-width: 768px) {

    html{
        font-size: 13px;
    }

    .body{
        width: 100vw;
    }

    .background{
        position:relative;
        width:100vw;
        background-color: #fff8ef;
        overflow-x: hidden; /* 横スクロールを制御 */
        height: 85vh; /* ビューポートの高さの90%に設定 */

    }

    .content-container{
        width: 100%;
        overflow-x: hidden;
        font-size: 14px;
    }


    .pc_menu{
    display: none!important;
    }

    .scroll-to-top-button{
        display: none;
    }

    .bg_image_set{
        display: none;
    }

    .background-video{
        display: none;
    }

    .contact-button{
        display: none;
    }

    .contact-button_LINE{
        display: none;
    }
	
	.line_banner_pc{
		display:none;
	}


}



/*ヘッダー*/

header{
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0 3px 6px rgba(0 0 0 /0.16);
    width: 100vw;
    height: 8vh;
    z-index: 110;
    top: 0;
    left: 0;
}

.header_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_box img{
    margin:2vh 4vw 0vh 4vw;
    height: 6vh;
    width: auto;
}

@media (max-width: 768px) {
    .header_box img{
        height: 6vh;
        margin: 1vh 0 0 2vw;

    }

}


.menu_btn {
    position: fixed;
    top: 0;
    right: 0px;
    display: flex;
    height: 8vh;
    width: 8vh;
    justify-content: center;
    align-items: center;
    z-index:1200;
    background-color: #c36363
}
.menu_btn span,
.menu_btn span:before,
.menu_btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu_btn span:before {
    bottom: 8px;
}
.menu_btn span:after {
    top: 8px;
}


#menu-btn-check:checked ~ .menu_btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu_btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 0.6s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu_btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.6s;/*アニメーション設定*/
}

#menu-btn-check {
    display: none;
}

/*ハンバーガーメニュー内部*/

.menu_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color:#c36363;
}

.menu_content_logo{
    width: 60%;
    height: auto;
    padding:0em 2vw;
    margin:0;
}

.menu_content ul {
    align-items: center;
}
.menu_content ul li {
    list-style: none;
}
.menu_content ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    width: 80vw;
    border:2px solid #ffffff ;
    text-decoration: none;
    position: relative;
    border-radius: 4px;
    margin-bottom: 2vh;
    color: #ffffff;
    height: 8vh;
    font-size:1.2rem ;
    line-height: 1em;
}

.hmb_line{
    display: none!important;
}


.menu_content ul li a img{
    width:10vw;
    height: auto;
    padding-left: 2vw;
}

.menu_content ul li a p{
    padding-right: 4vw;
}

.menu_content time p{
    color: #ffffff;
    text-align: center;
    font-size: 0.8rem;
}

.menu_content .line_banner img{
    display: flex;
    margin: 0 auto;
    width: 70vw;
    height: auto;
}


.menu_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 1000;
    background-color:#c36363;
    transition: all 0.6s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu_content {
    left: 0;/*メニューを画面内へ*/
}


/*下部のお問い合わせボタン*/

.bottom_menu{
    position:fixed;
    bottom:0vh;
    left: 0;
    background-color: #f1ece5;
    box-shadow: 0 -3px 6px 0 rgba(0 0 0/0.16);
    width:100vw;
    height:15%;
    z-index:100;
}

.bottom_menu p{
    font-family: "vdl-penletter", sans-serif;
    text-align: center;
    line-height: 0.3em;
}

.bottom_menu_button{
    display: flex;
    margin:0 auto ;
    justify-content: space-between;
    width: 90%;
    height: 90%;
}


.bottom_menu_LINE{
    display: block;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 4px;
    width:48%;
    height:60%;
    text-align: center;
    line-height: 1em;
    background:#46a342  url(img/LINE_icon.svg) no-repeat 20px center/30px auto;
    align-items: center;
    padding: 2vh 2vw 1vh 50px;
    margin-bottom: 0.5vh;
}

.bottom_menu_contact{
    display: block;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 4px;
    width:100%;
    height:60%;
    text-align: center;
    background:#f39800  url(img/mail_icon.svg) no-repeat 20px center/30px auto;
    align-items: center;
    padding: 1vh 2vw 1vh 50px;
    margin-bottom: 0.5vh;
	font-size:1.3em;
}



/*ファーストビュー*/

.firstview{
    width: 100%;
    margin-top: 4vh;
    background-color: #fff8ef;

}



.firstview_img{
    position: relative;
    width: 100%;
    height: 100%;
}

.firstview_img_pc{
    display: none!important;
}

.firstview_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}


.firstview_img::after{
    position: absolute;
    left: 5%;
    bottom: 0;
    width:90%;
    height: 100%;
    content: '';
	background-image: url(https://hotnavi-test-lp.nacht-7810.com/wp-content/uploads/2023/10/firstview_message3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position:50% 100%; 
}




.firstview_dear{
    display: block;
    margin:0 auto;
    width: 90%;
    height: auto;
    margin-top: 10%;
}

@media screen and (min-width: 600px) and (max-width: 1600px){
    .firstview_dear{
        margin-top: 0;
    }

}

.firstview p{
    font-size: 1.2rem;
    line-height: 2em;
    font-weight: 900;
    font-family: "zen-maru-gothic", sans-serif;
    text-align: center;
}



.firstview span{
    color: #C36363;
}


/*月額0円～ご利用になれます*/

.month_0yen{
    margin-top: 10vh;
    width: 95%;
    padding:1vh 0 2vh 0;
    background-color: #ffffff;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.month_0yen p{
    font-size: 1.2rem;
}

.month_0yen span{
    color: #C36363;
    font-weight: 900;
    font-family: "zen-maru-gothic", sans-serif;
    font-size: 2rem;
}

.month_0yen a{
    color: #C36363;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #C36363;
}

@media screen and (min-width: 1024px) {
    .month_0yen p{
        font-size: 1.5rem;
    }


}



/*訪問看護は医療保険・介護保険のどちらでもご利用いただけます*/

.month_0yen_supplement p{
    text-align: center;
    line-height: 1.5em;
}

.month_0yen_supplement small{
    margin-top: 1em;
    font-size: 0.8rem;
    line-height: 0;
}



/*このような精神疾患で、こんなお悩みございませんか？*/

.disease_name{
    width: 90%;
    text-align: center;
    padding: 2em 1em;
    background-color: #ffffff;
    margin: 0 auto;
}

.disease_name h2{
    font-weight:bold;
    font-family: "vdl-penletter", sans-serif;
    color: #C36363;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5em;
}


@media (max-width: 768px) {
    .disease_name h2{
        font-size:1.7rem;
    }

}





.disease_name ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin:0;
    box-sizing: border-box;
    justify-content: space-between;
}

.disease_name li{
    width:46.6%;
    background-color: #f1ece5;
    border-radius: 8px;
    font-size: 1.8rem;
    margin:4px 4px;
    text-align:center;
    padding:0.5em 0;
}

.disease_name li:last-child{
    width: 100%;
}

.disease_name p{
    text-align: center;
    margin:0 auto 1.5em auto ;
}



/*悩み一覧*/

.trouble_list{
    width: 90%; 
    margin:0  auto;
}

.trouble_list ul li{
	font-weight:bold;
	position: relative;
	line-height:2em;
	list-style:none;
    padding:0.8em 1em;
    font-size: 1.2rem;
}

.trouble_list ul li::after{
	content: '';
	display: block;
	position: absolute;
	top:1.5em;
	left:-0.5em;
	width:16px;
	height: 10px;
	border-left: 4px solid #C36363;
	border-bottom:4px solid #C36363;
	transform: rotate(-45deg);
}


.daily_community{
    background-color: #ffffff;
    border: 4px solid #ebcdd7;
    border-radius: 8px;
    margin-top:2em;
    background-image: url(img/icon_daily_community.svg);
    background-position: right 2vw bottom 2vh;
    background-repeat: no-repeat;
}

.daily_community h2{
    padding:0.5em 0;
    background-color: #ebcdd7;
    border-radius: 4px 4px 0 0;
    text-align: center;
    margin:0;
}

.illness_mind_body{
    background-color: #ffffff;
    border: 4px solid #cdd6eb;
    border-radius: 8px;
    margin-top:1em;
    background-image: url(img/icon_illness_mind_body.svg);
    background-position: right 2vw bottom 2vh;
    background-repeat: no-repeat;
}

.illness_mind_body h2{
    padding:0.5em 0;
    background-color: #cdd6eb;
    border-radius: 4px 4px 0 0;
    text-align: center;
    margin:0;
}

.family_home{
    background-color: #ffffff;
    border: 4px solid #ebebcd;
    border-radius: 8px;
    margin-top:1em;
    background-image: url(img/icon_family_home.svg);
    background-position: right 2vw bottom 2vh;
    background-repeat: no-repeat;
}

.family_home h2{
    padding:0.5em 0;
    background-color: #ebebcd;
    border-radius: 4px 4px 0 0;
    text-align: center;
    margin:0;
}

.emotions_relationships{
    background-color: #ffffff;
    border: 4px solid #aecab3;
    border-radius: 8px;
    margin-top:1em;
    background-image: url(img/icon_emotions_relationships.svg);
    background-position: right 2vw bottom 2vh;
    background-repeat: no-repeat;
}

.emotions_relationships h2{
    padding:0.5em 0;
    background-color: #aecab3;
    border-radius: 4px 4px 0 0;
    text-align: center;
    margin:0;
}



/*そのお悩み、精神科訪問看護にまずは相談してみませんか？*/

.about_psychiatric-home-visit-nursing{
    width: 95%;
    margin:2em auto;
    background-color: #ffffff;
    padding: 2em 0;
    text-align: center;
}

.about_psychiatric-home-visit-nursing h2{
    font-weight: 900;
    font-size: 1.8rem;
    font-family: "zen-maru-gothic", sans-serif;
    text-align: center;
    line-height: 2.2em;
}

.about_psychiatric-home-visit-nursing span{
	font-size:1.2em;
}

.emphasis_dot{
	text-emphasis:'◍' #c36363;
    -webkit-text-emphasis:'◍' #c36363;
}

.about_psychiatric-home-visit-nursing p{
    text-align: center;
    font-size: 1.35rem;
}

.about_psychiatric-home-visit-nursing strong{
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    background-image: linear-gradient(rgba(0 0 0/0)50%,#e9e8ba 50%);
}


@media (max-width: 768px) {
    .about_psychiatric-home-visit-nursing strong{
        font-size:1.7rem;
    }

}


.about_psychiatric-home-visit-nursing h3{
    width: 90%;
    margin:3em auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 900;
    font-family: "vdl-penletter", sans-serif;
    font-size: 1.5vw;
}

@media (max-width: 768px) {
    .about_psychiatric-home-visit-nursing h3{
        font-size:1rem;
    }

}



.about_psychiatric-home-visit-nursing h3::before,
.about_psychiatric-home-visit-nursing h3::after{
    content: '';
    width: 3px;
    height: 2em;
    background-color: #C36363;
}

.about_psychiatric-home-visit-nursing h3::before{
    margin-right: 0.rem;
    transform: rotate(-35deg);
}

.about_psychiatric-home-visit-nursing h3::after{
    margin-left: 0.8em;
    transform:rotate(35deg);
}

.about_psychiatric-home-visit-nursing img{
    width: 100%;
    height: auto;
}

/*ほっとナビ訪問看護ステーションとは*/

.about_hotonavi h2{
    font-weight: 900;
    font-family: "zen-maru-gothic", sans-serif;
    font-size: 1.5rem;
}

.about_hotnavi p{
    line-height: 1.5em;
    font-size: 1.8rem;
    font-family: "zen-maru-gothic", sans-serif;
}

.about_hotnavi p span{
    color: #C36363;
}


.about_hotnavi_text p{
    font-size: 1.2rem;
    line-height: 2em;
}


/*ほっとナビの選ばれる理由*/

.hotnavi-support_about{
    width:100%;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    background-image: url(img/bg_why_choose_us.svg);
    background-repeat:no-repeat;
    background-position: top -10% center;
    background-size: cover;
    padding: 4em 2.5% 4em 0;
    box-sizing:border-box;
}

.why_choose_us{
    align-items: center;
    text-align: center;
}


.why_choose_us h2{
    font-size: 2rem;
    font-weight: 900;
    font-family: "zen-maru-gothic", sans-serif;
}

.why_choose_us ul{
    margin: 0 auto;
    list-style: none;
    width:90%;
    padding-left: 0;
}

.why_choose_us ul li{
    width:100%;
    margin:0.5em 0;
    font-size: 1.3em;
    background-color: #f7d5d9;
    border-radius: 4px;
    padding:0.4em 0.4em;
}


@media (max-width: 768px) {
    .why_choose_us ul li{
        font-size:1.2rem;
    }

}


.why_choose_us small{
    line-height: 0.2em;
    font-size: 0.9rem;
}

/*ほっとナビで出来ること*/

.can-do_hotnavi{
    align-items: center;
    padding-bottom: 8%;
    width: 100%;
}

.can-do_hotnavi h2{
    font-size: 2.2rem;
    font-weight: 900;
    font-family: "zen-maru-gothic", sans-serif;
    margin-top: 2em;
}

.can-do_hotnavi h3{
    background-color:#f7d5d9 ;
    border-radius: 4px 4px 0 0;
    font-weight: bold;
    padding: 0.5em 0;
    width: 100%;
    font-size: 1.3rem;
    margin-top: 0;
}

.can-do_hotnavi ul{
    margin: 0 auto;

}


.can-do_hotnavi ul li{
    width: 100%;
    text-align: left;
	font-weight:bold;
	position: relative;
	line-height: 3em;
	list-style:none;
    font-size: 1.2rem;
    line-height: 1.8em;
    padding:1em 0 0 4vw;
    left: -1.5em;
}





.can-do_hotnavi ul li:last-child{
    margin-bottom: 10%;
}



.can-do_hotnavi ul li::after{
	content: '';
	display: block;
	position: absolute;
	top:1.5em;
	left:1.5vw;
	width:16px;
	height: 10px;
	border-left: 4px solid #C36363;
	border-bottom:4px solid #C36363;
	transform: rotate(-45deg);
}

.can-do_listen{
    background-image: url(img/bg_can-do_listen.svg);
    background-repeat: no-repeat;
    background-position:90% 95%;
    background-color: #ffffff;
    background-size: 35%;
    border: 4px solid #f7d5d9;
    width: 90%;
    margin: 0 auto 4% auto;
    border-radius:8px;
}

.can-do_nurse{
    background-image: url(img/bg_can-do_nurse.svg);
    background-repeat: no-repeat;
    background-position:90% 95%;
    background-color: #ffffff;
    background-size: 35%;
    border: 4px solid #f7d5d9;
    width: 90%;
    margin: 0 auto 4% auto;
    border-radius:8px;
}

.can-do_MHSW{
    background-image: url(img/bg_can-do_MHSW.svg);
    background-repeat: no-repeat;
    background-position:90% 95%;
    background-color: #ffffff;
    background-size: 35%;
    border: 4px solid #f7d5d9;
    width: 90%;
    margin: 0 auto;
    border-radius:8px;
}


@media (max-width: 768px) {
    .can-do_hotnavi ul li{
        padding-left:8vw ;
        font-size: 1rem;
    
    }

    .can-do_hotnavi ul li::after{
        left:-1vw

    }

}



/*自立支援医療制度について*/

.zirisusien_content{
    width: 100%;
    align-items: center;
}

.ziritsusien_content h2{
    font-weight: 900;
    font-size: 2rem;
    font-family: "zen-maru-gothic", sans-serif;
    text-align: center;
    line-height: 2em;
    letter-spacing: 0.15em;
    width:100%;
}
    
.ziritsusien_content span{
    text-emphasis:'◍' #c36363;
    -webkit-text-emphasis:'◍' #c36363;
}

.ziritsusien_main{
    background-color: #C36363;
    width: 100%;
    padding-bottom:2em ;
}

.ziritsusien_main h3{
    padding:20vh 0 0 0;
    color: #ffffff;
    font-weight: bold;
    font-family: "vdl-penletter", sans-serif;
    font-size: 2rem;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    line-height: 3em;
    position: relative;
}

.ziritsusien_main h3::before{
    position: absolute;
    content: '';
    left:0;
    top:0;
    width: 45%;
    height: 55%;
    background-image: url(img/ziritsusien_hukidasi.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
}

.ziritsusien_main h3::after{
    position: absolute;
    content: '';
    right:0;
    top:0;
    width: 45%;
    height: 55%;
    background-image: url(img/ziritsusien_hukidasi_right.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
}

@media (max-width: 768px) {

    .ziritsusien_main h3{
        padding-top: 35vh;   
    }

    .ziritsusien_main h3::before{
        height: 40%;
        width: 75%;
    }

    .ziritsusien_main h3::after{
        height: 40%;
        width: 75%;
        top:30%;
    }

}




.ziritsusien_main h3 strong{
    font-size: 2em;
}

@media (max-width: 768px) {

    .zirisusien_main h3{
        line-height: 1.5em;
    }

    .ziritsusien_main h3 strong{
        font-size:1.2em;
    }

}



.ziritsusien_main hr{
    border-top: 2px dashed #ffffff;
	width:36%;
	max-width:120px;
	align-items: center;
    border-bottom: none;
    margin:2em auto;
}

.ziritsusien_main_about{
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
}



.ziritsusien_main_emphasis{
    display: block;
    position: relative;
    text-align: left;
    padding-left: 2.5em;
    color: #ffffff;
    margin:0 auto;
    line-height: 2em;
    font-size: 1.8rem;
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 900;
}

.ziritsusien_main_emphasis::after{
	content: '';
	display: block;
	position: absolute;
	top:0.8em;
	left:1.5em;
	width:16px;
	height: 8px;
	border-left: 4px solid #ffffff;
	border-bottom:4px solid #ffffff;
	transform: rotate(-45deg);
}

.ziritsusien_main img{
    display: block;
    width: 80%;
    height: auto;
    border-radius: 4px;
    margin: 2em auto;
	object-fit: cover;
}


/*ご利用料金*/

.maximum_amount{
    width:100%;
    align-items: center;
    margin: 2em auto;
    background-image: url(img/bg_why_choose_us.svg);
    background-repeat:no-repeat;
    background-position: top;
    background-size: cover;
    padding: 5vh 0 15vh 0;
}

.maximum_amount h2{
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    font-family: "zen-maru-gothic", sans-serif;
    margin-top: 2em;
}

.maximum_amount p{
    text-align: center;
    font-size: 1rem;
    line-height: 2em;
}


.amount_case {
    margin: 1.5em auto;
    background-color: #ffffff;
    width: 95%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.amount_case h3 {
    text-align: center;
    font-size: 1.5rem;
    padding-top: 1em;
}

.amount_case p {
    text-align: left;
    width: 90%;
    margin: 0 auto; /* 中央揃えに設定 */
    padding: 0 8%;
    font-size: 0.8rem;
}

@media (max-width: 768px) {
    .amount_case p{
        font-size:0.6rem;
    }

}


.amount_case table {
    width: 100%;
    padding: 1em 4%;
    border-collapse: separate;
    border-spacing: 0 3em;
}

@media screen and (min-width: 1024px) {
    .amount_case h3{
        font-size: 1.8rem;
    }


    .amount_case p{
        font-size: 1rem;
    }

    .conditions{
        font-size: 1.5rem;
        width: 70%;
    }

}



.conditions {
    width: 55%;
    font-size: 0.8rem;
    line-height: 1em;
}

.amount {
    width: 45%;
    color: #C36363;
    font-weight: 900;
    font-size: 2.8em;
    text-align: right;
    font-family: sans-serif;
}

.amount small {
    font-size: 0.96rem;
}


@media screen and (min-width: 1024px) {
    .conditions{
        font-size: 1.2rem;
        width: 65%;
    }

    .amount{
        width: 35%;
        font-size: 3rem;
    }

}






.amount_supplement p{
    text-align: center;
    font-size:1rem;
}



/*看護サービスご利用の流れ*/

.sarvice_flow{
    width:100%;
    margin: 0 auto;
    text-align: center;
}


.sarvice_flow h2{
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    font-family: "zen-maru-gothic", sans-serif;
    margin-top: 2em;
    margin-bottom:0;
}


.sarvice_flow_box{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
}

.sarvice_flow_box ul{
    list-style: none;
    text-align: center;
    padding-left:0;
    width: 90%;
}


.sarvice_flow_box li{
    padding-top:1em ;
    padding-bottom: 1em;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    margin:1em auto;
    position: relative;
    width: 100%;
}

.sarvice_flow_box li:not(:last-child)::after{
    content: '▼';
    color:#f39800;
    position:absolute;
    bottom: -1.8em;
    left:50%;
    transform: translate(-40%,-40%) scaleX(1.5);
    font-size:5rem;
    z-index: 30;
}

.sarvice_flow_box h3{
    color: #c36363;
    font-family: "vdl-penletter", sans-serif ;
    font-size: 2rem;
    line-height: 0.5em;
}


.chart_sp{
	display:none!important;
	background-color: #C36363;
    color: #ffffff;
    text-align: center;
    width: 40%;
    border-radius:40px;
    text-decoration: none;
    padding:0.5em 4em;
    font-size: 1.5rem;
	margin:0 auto;
}

.chart_pc{
	display:block;
	background-color: #C36363;
    color: #ffffff;
    text-align: center;
    width: 50%;
    border-radius:40px;
    text-decoration: none;
    padding:0.5em 4em;
    font-size: 1.5rem;
	margin:0 auto;
	
}

  @media (max-width: 768px) {

	  .chart_pc{
		  display:none!important;
	  }

	  .chart_sp{
		  display:block!important;
	  }

}





/*対応エリア*/

.area_link{
    width: 100%;
    text-align: center;
    margin-top: 4em ;
    margin-bottom: 8em;
}

.area_link p{
    font-size: 1rem;
}

.area_link a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
    padding:2% 10%;
    width: 60%;
    background-color: #C36363;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 40px;
	text-align:center;
    margin:0 auto;
    text-align: center;
    text-indent: 10px;
    color: #ffffff;
}


.area_link a::before{
    content: '';
    position:absolute;
    background-image: url(img/icon_window_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
    height: 40%;
    right: 0;
    bottom: 25%;
}


/*よくあるご質問*/

.faq{
    list-style: none;
    margin: 0 auto;
    padding-left: 0;
}


.faq_block{
    margin:1em 0;
    width: 70%;
	background-color:#ffffff;
	border-radius:4px;
	margin:5vh auto 10vh auto;
	padding:2em;
}



.faq_list h3{
    font-size: 1.2em;
	position:relative;
	padding-left:3em;
	line-height:1.2em;
}


.faq_list h3::after{
    content:'Q.';
	color:#f39800;
    position:absolute;
    bottom:50%;
    left:0.3em;
    transform: translate(50%,50%);
}

.orange{
    border-top: 2px dashed #f39800;
	width:80%;
	align-items:center;
    margin-bottom: 2em;
    border-bottom:0 ;
}


.faq_list p{
	padding-top:1.5em;
    font-size: 1.2em;
	position:relative;
	line-height:1.2em;
	left:1.2em;
}

.faq_list p::after{
    content:'A.';
	font-size:1.2em;
	color:#c36363;
    position:absolute;
    bottom:100%;
    left:-0.5em;
    transform: translate(50%,50%);
}




/*お問い合わせフォーム*/

.contact_form{
    width:100%;
    text-align: center;
}

.contact_form p{
    font-size: 1.2rem;
}

.contact_form form{
    display: block;
    align-items: center;
    margin:0 auto;
    width: 100%;
    left: 0;
}

.contact_form label{
    display: block;
    font-size: 1.5rem;
    text-align: left;
    padding-left:10%;
}

.contact_form input,
.contact_form textarea{
    border: none;
    width: 80%;
    padding: 0.5em 1em 0.5em 1em;
    font-size: 1.5rem;
    color: #4c444d;
    font-family: "fot-tsukuardgothic-std", sans-serif;
}

.station{
	 border: none;
    width: 80%;
    padding: 0.5em 3em 0.5em 1em;
    font-size: 1.5rem;
    color: #4c444d;
    font-family: "fot-tsukuardgothic-std", sans-serif;
	box-sizing:border-box;
}

#submit{
    background-color: #C36363;
    color: #ffffff;
    text-align: center;
    width: 60%;
    border-radius:4px;
    text-decoration: none;
    padding:0.5em 3em 0.5em 4em;
    font-size: 1.5rem;
    border: none;
    font-weight: bold;
    margin: 1.5em 0;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    letter-spacing: 1em;
}

.contact_form h3{
    width: 90%;
    margin:3em auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 900;
    font-family: "vdl-penletter", sans-serif;
    font-size: 1.5vw;
}

.wpcf7-not-valid-tip{
	font-size:0.8em;
	color:#C36363;
	display:block;
}

.screen-reader-response p{
	color:#C36363;
}


.screen-reader-response ul{
	display:none!important;
}

@media (max-width: 768px) {
    .contact_form h3{
        font-size:1rem;
    }
	.screen-reader-response p{
	font-size:0.8em;
}
}



.contact_form h3::before,
.contact_form h3::after{
    content: '';
    width: 3px;
    height: 2em;
    background-color: #C36363;
}

.contact_form h3::before{
    margin-right: 0.rem;
    transform: rotate(-35deg);
}

.contact_form h3::after{
    margin-left: 0.8em;
    transform:rotate(35deg);
}

.contact_form img{
    width: 100%;
    height: auto;
    margin-bottom: 8em;
}





/*フッター*/


footer{
    background-color: #FDE9D7;
    padding-top:40px ;
    width: 100%;
}




.heading{
	position:relative;
	padding-bottom:16px;
	font-size:1.5rem;
	text-align:center;
    font-family: "zen-maru-gothic", sans-serif;
    font-size: 1.8rem;
    font-weight:900;
}

.heading::before{
	content:attr(data-en);
	display:block;
	margin-bottom:0px;
	font-family: "vdl-penletter", sans-serif;
    font-weight: normal;
    font-size: 0.7em;
}

hr{
	border-top: 2px dashed #c36363;
	width:36%;
	align-items:center;
    margin-bottom: 2em;
    border-bottom:0 ;
}

address{
    text-align: center;
    font-style: normal;
    margin-bottom: 2em;
}

.homepage{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
    padding:0.5em 2em;
    width: 70%;
    border: 2px solid #4c444d;
    color: #4c444d;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 40px;
	text-align:center;
    margin:0 auto;
    text-align: center;
    text-indent:3em;
}


.homepage::before{
    content: '';
    position:absolute;
    background-image: url(img/icon_window.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
    height: 40%;
    right: 0;
    bottom: 25%;
}

.catchcopy_footer{
    margin:2em 0;
    text-align: center;
    font-family:"vdl-penletter", sans-serif ;
    font-weight: bold;
}

.response_time{
    text-align: center;
}

footer details {
    margin: 0 auto;
    width: 92%;
    text-align: center;
}

footer summary {
    list-style: none;
    padding: 0.5em;
    font-size: 1.5rem;
    background-color: #C36363;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 0.5em;
}

footer details[open] .in-details {
    animation: fadeIn 2s ease; /* アニメーションの速度を遅くする */
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.fade-out {
    animation: fadeOut 5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.station_list {
    opacity: 1; /* 初期の透明度 */
    transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); /* アニメーションのトランジション設定 */
}

.station_list.hidden {
    opacity: 0; /* アニメーションで徐々に透明にする */
    display: none; /* 要素を非表示にする */
}






footer summary::-webkit-details-marker{
display:none;
}



.station_list{
	margin:0 auto;
    width: 90%;
}

.station_list ul{
	list-style:none;
    padding-left:0 ;
    margin-bottom: 5vh;
}



.station_list a{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0.5em 0.8em;
	width:100%;
	background-color:#fff8ef;
	border-radius:4px;
    text-decoration: none;
    color: #C36363;
    margin-bottom: 0.5em;
    font-size: 1.2rem;
    font-weight: 900;
    box-sizing: border-box;
}

.station_name{
    color: #4c444d;
    font-size: 1rem;

}	

.station_add{
    color: #4c444d;
    font-size:0.5rem;
}

@media (max-width: 768px) {
    .station_add{
        display: none !important;
    }

}

.privacy_policy{
    text-align: center;
    margin-top: 5vh;
}

.privacy_policy button{
    border: none;
    border-bottom: #4c444d dashed 1px;
    padding-bottom:2px ;
    color: #4c444d;
    font-size: 0.8rem;
    background-color: #fde9d7;
    font-family:"fot-tsukuardgothic-std", sans-serif;;
}

.copyright{
    margin-top: 5vh;
    text-align: center;
    font-size: 0.8rem;
    padding-bottom: 12vh;
}

.pc_side_menu{
    position: fixed;
    z-index: 100;
}



 /* TOPへ戻るボタンのスタイル */
 .scroll-to-top-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #c36363;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    padding: 20px;
    font-size: 20px;
    cursor: pointer;
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0; /* 最初は非表示 */
    transform: translateY(100%);
    font-family: sans-serif;
  }
  
  .scroll-to-top-button.active {
    opacity: 1;
    transform: translateY(0);
  }
 
  
  /*お問い合わせはこちらボタン／PCのみ*/
  
  .contact-button a{
    position: fixed;
      top: 10%;
      right: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 15px 10px;
      background-color: #c36363;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      text-decoration: none;
   }

  .contact-button img {
      width: 36px;
      height: auto;
  }

  .contact-button p {
      writing-mode: vertical-rl;
      text-orientation: mixed;
      color: white;
      margin: 10px 0;
      font-size: 14px;
  }

  @media (max-width: 768px) {
    .contact-button{
        display: none!important;
    }

    .scroll-to-top-button{
        display: none!important;
    }


  }



@media screen and (min-width: 1024px) {
    body, html {
        margin: 0;
        padding: 0; 
        overflow-x: hidden;
        font-size: 20px;
      }

      .pc_br{
        display: none;
      }


      
      .background {
        position: absolute;
        width: 100vw;
        min-height: 100vh;
        overflow-x: hidden;
        z-index: 0;
      }
      
      .background-video {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* 動画を要素に合わせて拡大縮小 */
        z-index: 0; /* 動画を背景よりも後ろに配置 */
      }
      
      .background::after {
        content: '';
        position:fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: radial-gradient(rgba(255, 255, 255, 0.6) 30%, rgba(0, 0, 0, 0) 31%),
                          radial-gradient(rgba(255, 255, 255, 0.6) 30%, rgba(0, 0, 0, 0) 31%);
        background-size: 6px 6px;
        background-position: 0 0;
        z-index: 0;
      }
      
    
    
    
    .content-container {
      position: relative; /* position を指定 */
      max-width: 800px;
      margin: 0 auto;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      background-color: #f1ece5;
      z-index: 1;
    }
    
    
      .main_content{
        width:100%;
      }
    
      .hamburger_menu{
        display: none!important;
        }
    
        .bottom_menu{
            display: none!important;
        }
    
    
        header{
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%;
          z-index: 100;
        }
    
        .pc_menu{
          right: 0;
          width: 80%;
        }
    
    
      .pc_menu ul{
        list-style: none;
        padding-left: 4vw;
        display: flex;
      }
      
      .pc_menu a{
        display: block;
          text-decoration: none;
          color: #c36363;
          align-items: center;
          font-size: 1em;
          text-align: center;
          padding:0 2em ;
      }
    
    
   

    .bg_line_banner{
        position: fixed;
        bottom: 10%;
        right: 4%;
        width: 20%;
        height: auto;
    }

    .bg_line_banner img{
        width: 80%;
        height: auto;
        margin-left: 10%;
        box-shadow: 0 3px 6px rgba(0 0 0 /0.16);
    }


    .bg_line_banner p{
        text-align: center;
        margin-top: 1em;
        font-size: 1rem;
    }


    .bg_logo img{
        position: fixed;
        bottom: 50%;
        left: 3%;
        width: 23%;
        height: auto;
    
    }

 

    .contact-button_LINE{
        display: none;
    }
	
	.line_banner{
		display:none;
	}

}





@media screen and (min-width: 600px) and (max-width: 1600px){
    /* 縦方向のモニタのスタイル */



    .bg_logo img{
        width: 16%;
        left: 1%;
    }

    .bg_line_banner{
        bottom: 10%;
        left: 1%;
        width: 16%;
        height: auto;
    }

    .bg_line_banner img{
        width: 80%;
        height: auto;
        margin: 0 auto;
        margin-left: 10%;
        margin-top: 10%;
        box-shadow: 0 3px 6px rgba(0 0 0 /0.16);
    }


    .bg_line_banner p{
        text-align: center;
        margin-top: 1em;
        font-size: 0.5rem;
        font-weight: bold;
        text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
        -2px 2px 0 #FFF, 2px -2px 0 #FFF,
        0px 2px 0 #FFF,  0 -2px 0 #FFF,
        -2px 0 0 #FFF, 2px 0 0 #FFF;
    }

       
    .pc_menu{
        display: block!important;
        font-size: 0.7rem;
        margin-right: 9em;
    }

    .hamburger_menu{
        display: none!important;
    }

    .menu_content{
        width: 100vw;
    }

    .menu_content ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        position: relative;
    }
    
    .menu_content ul li {
        flex: 0 0 calc(30% - 1.2em); /* 30%幅で、paddingとmarginを引いた値 */
        padding: 0.6em; /* 適当な値、必要に応じて調整 */

    }
    
    .menu_content ul li a {
        display: block;
        text-align: center;
        height: 100%; /* 必要に応じて変更 */
        width: 100%;  /* 必要に応じて変更 */
        min-height:160px ;
        min-width: 120px;
        font-size: 1rem;  
        border: 2px solid #ffffff;   
    }
    
    .hmb_line{
        display: block!important;
    }

    .menu_content ul li a img{
        width: 15%;
        height: auto;
        padding-top: 1em;
        padding-right: 1em;
    } 

    .menu_content .line_banner img{
        width: 8vw;
        height: auto;
        padding-left: 0;
    }

    .menu_content .line_banner img{ 
        display: none!important;
    }

    .menu_content ul li a p{
        padding-right: 0;
    }




    .line_banner{
        width: 60%;
        height: auto;
    }

 


    
    .contact-button_LINE a{
        top: 50%;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px 10px;
        background-color: #46a342;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        text-decoration: none;
     }
  
    .contact-button_LINE img {
        width: 36px;
        height: auto;
    }
  
    .contact-button_LINE p{
        writing-mode: vertical-rl;
        text-orientation: mixed;
        color: white;
        margin: 10px 0;
        font-size: 14px;
    }

    .about_psychiatric-home-visit-nursing h3{
        font-size: 1.5rem;
    }

    .contact_form h3{
        font-size: 1.5rem;
    }



    .firstview_img_pc{
        display: block!important;
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .firstview_img{
        display: none!important;
    }
    
    .firstview_img_pc img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: top;
    }
    
    
    .firstview_img_pc::after{
        position: absolute;
        left: 0%;
        bottom: 0;
        width:70%;
        height: 100%;
        content: '';
        background-image: url(https://lp.hotnavi.co.jp/wp-content/uploads/2023/12/firstview_message_pc.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position:100% 75%; 
    }


}

/*

    .contact-button_LINE a{
        position: fixed;
        top: 50%;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px 10px;
        background-color: #46a342;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        text-decoration: none;
     }
  
    .contact-button_LINE img {
        width: 36px;
        height: auto;
    }
  
    .contact-button_LINE p{
        writing-mode: vertical-rl;
        text-orientation: mixed;
        color: white;
        margin: 10px 0;
        font-size: 14px;
    }


  }
  
  */


  .modal {
    display: none; 
    position: fixed;
    top: 0; left: 0; 
    width: 100%; height: 100%; 
    background-color: rgba(0,0,0,0.7);
    z-index: 9000;
}

.modal-content {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #ffffff;
    z-index: 9999;
    max-height: 80%;
    width: 80%; 
    border-radius: 8px;
    overflow-y: auto;  /* 縦方向のスクロールを有効にする */
    scrollbar-width: none;
    -ms-overflow-style: none; 
    color: #4c444d;
}

/* WebKitベースのブラウザ向け */
.modal-content::-webkit-scrollbar {
    display: none;
}

#closeModal {
    cursor: pointer;
    width: 30%;
}

