@charset "UTF-8";

/* リセットCSS */


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
a:hover{
    opacity: 0.8;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}


.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1s;
}


.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}


nav{
    margin-top: 30px;
    background-color: rgb(255, 255, 255);
    z-index: 10;
}

.hammenu {
    display: flex;
    justify-content: space-around;
    padding: 10px 0 5px 0;
    height: 50px;
    font-family: 'Zen Maru Gothic', serif;
    font-size: 18px;
    
    width: 90%;
    margin: -30px auto 0 auto;
}
#headernav>li {
    display: inline-block;
    position: relative;
    line-height: 30px;
    padding-top: 10px;
    
}
a:hover{
    cursor: url(../images/cursor_dog.png),auto;

}
#headernav>li>a:hover{
    cursor: url(../images/cursor_dog.png),auto;

}
#headernav>li>ul {
    display: none;
}
#headernav>li:hover ul {
    
    width: 200px;
    display: block;
    animation: appear 1s ease;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 3em;
    left: -0.7em;
    list-style-type: none;
    background-color: white;
    text-align: center;
    padding-bottom: 20px;
    border-radius: 0 0 10px 10px;
    margin-left: -20px;


}
header{
    width: 90%;
    margin: 0 auto;
}
header img{
    border-radius: 0 0 150px 150px;
}

#headernav li ul li {
    margin-top: 20px;
    line-height: 1.2em;
}
#headernav li a {
    text-decoration: none;
    color: #241816;
}
#instaicon{

    padding-top: 5px !important;
}

#ponoicon{
    height: 50px;
    padding-top: 0 !important;
}
#ponoicon img{
    height: 60px;
    margin-top: -7px;
}
#headernav li small{
    font-size: 0.7em;
    vertical-align: bottom;
}
body{
    
    margin: 0 auto;
}
main{
    max-width: 1200px;
    margin: 0 auto;
}
img{
    width: 100%;
}
nav{
    position: sticky;
    top: 0;
}
.pono_topbun{
    line-height: 2.5em;
    font-size: 30px;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 150px 0 100px 0;
    font-weight: bold;
    text-shadow: 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255);
   color: #241816;
    padding: 40px 0 40px 10% ;
    background-image: url("../images/pono_en.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 30% 75%;
    font-family: 'Zen Maru Gothic', serif;
    
}
p{
    font-family: 'Zen Maru Gothic', serif;
    color: #241816;
}

h2{
    font-size: 30px;
    color: #241816;
    text-align: center;
    font-family: 'Zen Maru Gothic', serif;
    
    letter-spacing: 0.2em;
    width: 60%;
    margin: 0 auto;
}
.pono_service{
    position: relative;
}
.ashiato1{
    position: absolute;
    width: 7%;
    right: 15%;
    top: -40px;
    
}
.pono_service h2{
    width: 30%;
    margin-bottom: -15px;
    z-index: 1;
    position: relative;
    
}



/* ラベル */

#headernav a, nav label {
    text-decoration: none;
    display: block;
    text-align: left;
    
    color: #000;
   
    font-size: 15px;
    position: relative;
}
nav input:checked + label + .mt_open_list {
    display: block;
}
nav .mt_open_list{
    padding-left: 10% !important;
}
nav .mt_open_list li {
    border: none;
    margin: 2px auto 0;
}

/* ここからCSS */

nav ul>a{
    line-height: 30px;
    padding-top: 10px !important;
    text-decoration: none;
    color: #000;
}

nav ul li label{
    color: #000;
}


summary{
    line-height: 30px;
    padding-top: 10px !important;
    color: #000;
    font-size: 15px;
}

summary {
    display: block;
  }
  summary::-webkit-details-marker {
    display: none;
  }
  summary:hover{
    cursor: pointer;
  }

  details li{
    color: #000 !important;
    color: #000 !important;
    padding: 20px 5%;
    font-size: 15px;
    background-color: #dddddd;
  }
  .kodomo{
    margin-top: 14px;
  }

  small{
    font-size: 0.8em;
  }
  /* アコーディオンオープン・アニメーション */
details[open] .details_content {
    animation: fadeIn 0.85s ease;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
      transform: translateY(-12px);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  
  .topflex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    padding: 70px 0px;
    border-radius: 15px;
    background-color: #f5f5f5;
    
    
  }
.topflex a{
    width: 20%;
    margin-top: 20px;
    margin: 10px;
}
footer{
    margin-top: 50px !important;
    padding: 50px 5% 50px 10%;
    background-color: #463b39;
   
   
}

.footerflex{
    display: flex;
}
.footerflex div{
    width: 40%;
}

footer div p{
    margin-top: 20px;
    color: #fff;
}

footer p img{
    width: 50px;
    height: 50px;
    vertical-align: middle;
}
iframe{
    width: 80%;
    height: 300px;
    margin: 0 auto;
}
.ponofooter{
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.5em;
}
footer label{
    letter-spacing: 0.1em;
    margin-left: 3%;
    color: white;
}
.footerflex >:nth-child(2){
border-right: 1px white solid;

}
.footerflex>:nth-child(3){
    width: 20% !important;
}
.footerflex>:nth-child(3) a{
    color: #fff;
    margin-top: 5px;
    line-height: 3.5em;
    padding-left: 10%;
}

.topabout{
    margin-top: 100px;
    
}
.topabout h2{
    margin-bottom: 70px;
}


.topabout p{
    background-image: url("../images/topabout_haikei.jpg");
    background-size: cover;
    text-align: center;
    line-height: 2.5em;
    margin-top: 30px;
    font-size: 17px;
    padding-bottom: 100px;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
.toph2{
    margin-bottom: -92px;
}
.toph2 p{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    
}

hr{
    width: 50%;
    margin: 100px auto;
}
.pono_topbun2{
text-align: center;
font-size: ２０px;
}



/* 訪問看護ココから */

.houmon_top {
    text-align: center;
    line-height: 2em;
    font-size: 20px;
    margin: 100px 0;
    letter-spacing: 0.05em;
}
.houmon_top span{
    font-size: 1.1em;
    font-weight: bold;
    line-height: 5em;
}

.houmon_naiyou{
    width: 50%;
    margin: 0 auto;
}
.houmon_naiyou img{
    margin-top: 100px;
}

.houfu{
    margin-top: 100px;
    width: 70%;
    margin: 100px auto;
}

.houfu p{

    margin: 50px 0;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2em;

}


.tokucho h2{
    margin-bottom: 50px;
}
.tokucho p{
   
    color: white;
    

}

.tokucho h3{
    text-align: center;
    
    font-size: 20px;
    color: white;
    margin-bottom: 30px;
}
.tokucho p{
    text-align: center;
    line-height: 2em;
}
.tokucho>div{
    padding: 50px 0;
}
.tokucho1{
    background-image: url(../images/houmon_bun1_haikei.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.tokucho2{
    background-image: url(../images/houmon_bun2_haikei.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.tokucho3{
    background-image: url(../images/houmon_bun3_haikei.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.btn{
    width:40%;
    margin: 20px auto 0 auto;
    
    
}
.btn a{
    padding: 10px 0;
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#336dcf;
    text-align:center;
    
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
    border-radius:35px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    transition: all 0.5s ease;
}
.btn a:hover{
    opacity: 0.8;
}

.spheader img{
    width: 50px;
    padding-left: 3%;
    
}

.yazirushi{
    width: 10px;
    margin: 0 auto;
}

.nagare h2{
    background-color: #34768a;
    width: 100%;
    color: white;
    padding: 20px 0;
    margin-bottom: 100px;
}
.nagare2{
    width: 70%;
    margin-left: 10%;
   
    box-shadow: 4px 4px 10px 4px rgba(11, 54, 91, 0.4);
    border-radius: 30px;
    padding: 40px 0 40px 10%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.nagare h3{
    font-size: 1.8em;
    color: #34768a;
    margin-bottom: 20px;
}
.nagare p{

    font-weight: bolder;
    color: #34768a;
    font-size: 20px;

    line-height: 1.5em;

}

/* 大人の居場所 */


.orange{

    background-color: rgb(213, 139, 0);
    text-align: center;
    color: white;
    padding: 20px 0;
    border-radius: 30px;
    width: 70%;
    margin: 30px auto;
    font-weight: bold;
    font-size: 20px;
    
}
.otonatop{
    background-color: #e8f3f7;
    color: #164b5a;
    padding: 40px 0;
    font-size: 30px;
    text-align: center;
    font-weight: 900;
    line-height: 1.2em;
    letter-spacing: 0.1em;
}
.otonacategory{
    margin-top: 30px;
}
.otonacategory h2{
    background: linear-gradient(99deg, #bbd6e0 0%, rgba(255,255,255,0) 100%);
    text-align: left;
    width: 95%;
    color: #164b5a;
    padding: 15px 0 15px 5%;
    font-size: 25px;
}
.otonacategory p{
    padding: 20px 0 20px 15px;
    color: #164b5a;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 20px;
}
.otona_schedule{
    margin-top: 50px !important;
    width: 70%;
    margin: 0 auto;
}
.otona_schedule h2 small{

    font-size: 0.7em;

}
.otona_staff h2{
    margin-top: 50px;
}

.otona_staff p{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.5em;
    letter-spacing: 0.05em;


}

/* 子どもの居場所 */


.kodomo2{
   position: relative;
   background-color: #f0daa4;
   padding: 30px 0;
   margin-top: 100px;
   border-radius: 30px;
   width: 70%;
   margin: 30px auto ;
   box-shadow: 3px 3px 0px 2px rgba(188, 151, 8, 1);
}
.kodomo2 p{
    text-align: center;
    line-height: 1.5em;
}
.kodomo2 .left {
    position: absolute;
    width: 80px;
    left: 12%;
    top: 40px;
}
.kodomo2 .right {
    position: absolute;
    width: 120px;
    right: 10%;
    top: 40px;
}
.kodomo2 h2{
    color: #c6951d;
    margin-bottom: 20px;
    border-bottom: #c6951d 2px solid;
    width: 250px;
    padding-bottom: 10px;

}
.kodomo2 p{
    color: #372b0e;
    font-weight: bolder;
}
#chiiki .left{
    top: 25px;
}
#papamama{
    background-color: #c1cdea;
    box-shadow: 3px 3px 0px 2px rgb(55, 84, 141);
}
#papamama h2{
    color: #4161aa;
    border-bottom: #4161aa 2px solid;
    
}
#papamama p{
    color: #2f4882;
}
#chiiki{
    background-color: #eac1e8;
    box-shadow: 3px 3px 0px 2px rgb(131, 60, 128);
}
#chiiki h2{
    color: #905b8d;
    border-bottom: #905b8d 2px solid;
}
#chiiki p{
    color: #5a3458;
}

/* 自費看護 */

.jihititle{
    font-family: '游明朝 Medium', serif;
    width: 60%;
    background-color:#fadf95;
    padding: 20px 0;
    border-radius: 30px;
    margin: 30px auto;
}

.jihibun{
    text-align: center;
    font-family: '游明朝 Medium', serif;
    font-size:20px;
    line-height: 2em;
}
.jihititle2{
    text-align: center;
    font-family: '游明朝 Medium', serif;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #241816;
}
.jihi_naiyou{
    width: 70%;
    margin: 0 auto;
}

.jihi .otonacategory h2{

    font-family: '游明朝 Medium', serif;

}
.jihi .otonacategory p{

    font-family: '游明朝 Medium', serif;

    margin: 20px 0;
    margin-left: 10px;
    padding: 0;

}
.jihiryokin{
    width: 70%;
    margin: 30px auto 0 auto;
}




  
/* ハンバーガー */
@media screen and (min-width: 834px){
    .js-btn{
        display: none;
    }
    .spheader {
        display: none;
    }
    
}
@media screen and (max-width: 834px){
    .footerflex div:nth-child(2){
        order: 1;
        margin-bottom: 20px;
        padding-left: 3%;
    }
    header img{
        border-radius: 0 0 30px 30px;
    }
    .toph2 p{
        font-size: 13px;
    }
    hr{
        margin: 50px auto;
    }
    .topabout h2{
        font-size: 20px;
        margin-bottom: 50px;
    }
    .pono_service h2 {
        font-size: 20px;
        margin-bottom: -10px;
        width: 50%;
    }
    .topflex{
        width: 100%;
        
        padding: 80px 0px 30px 0;
    }


.hammenu {
    position: fixed;
    right: -100vw;
    
    margin-right: -20px;
    width: 50vw;
    height: 100vh;
    margin-left: auto;
    display: block;
    flex-direction: column;
    color: #efefef;
    background-color:rgb(255, 255, 255);
    transition: .3s;
    z-index: 10;
    box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.24);



}
header{
    margin-top: -30px;
    width: 100%;
}

header ul li {
    margin-left: 0;
}

.menu-list {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px !important;
}

.hambtn {
    display: block;
    position: fixed;
    top: 6px;
    right: 16px;
    width: 48px;
    border: none;
    height: 48px;
    z-index: 20;
    background-color: #ffffff00;
}

.btn-line {
    display: block;
    position: relative;
    width: 100%;
    height: 4px;
    background-color: gray;
    transition: .2s;
}

.btn-line,.btn-line:before,
.btn-line:after {
    content: '';
    display: block;
    height: 3px;
    width: 40px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
}

.btn-line:before {

    transform: translateY(-10px);
    /* margin-left: -18px; */

}

.btn-line:after {

    transform: translateY(10px);
    /* margin-left: -18px; */
}

.hammenu.open {
    right: 0;
    
    padding-top: 100px;
    position: fixed;
    top: 0;
    right: 0;
}

.btn-line.open {
    background-color: transparent;
}

.btn-line.open::before,
.btn-line.open::after {
    content: "";
    background-color: #333;
    transition: .2s;
}

.btn-line.open::before {
    transform: rotate(45deg);
}

.btn-line.open::after {
    transform: rotate(-45deg);
}
button {
    display: none;
}
#instaicon img{

    width: 20%;
}
#ponoicon img{
    display: none;
}
#headernav>li{
    margin-top: 0;
}
#headernav>li:hover ul{
    width: 100%;
    left: 0;
}
.abc{
    margin-top: -100px;
}
#headernav li a{
    margin-top: -10px
}
#headernav a , summary{
    padding: 20px 0 20px 5%;
}
.topflex a{
    width: 46% !important;
    margin: 5px;
}
.pono_topbun{
    font-size: 16px;
    margin: 50px 0;
    background-position: 20% 75%;
}
.topabout p{
    text-align: left;
    padding-left: 8%;
    font-size: 15px;
    background: none;
    padding-bottom: 0;
}
.topabout{
    background: none;
    margin-top: 30px;
}
.ashiato1{
    top: -18px;
    right: 21%;
}
.footerflex{
    
    flex-direction: column-reverse;
}
.footerflex div{
    width: 100%;
}
.footerflex div{
    border-right: 1px #ffffff00 solid !important;
}
.footerflex >:nth-child(3){
    display: none;
}
footer{
    padding: 20px 5%;
}
iframe{
    width: 100%;

}
/* 訪問 */

.houmon_top{
    font-size: 13px;
    margin: 30px 0 0 0;
}
.houmon_top span{
    font-size: 0.8em;
}
.houmon_naiyou{
    width: 80%;
}
.houmon_naiyou img{
    margin-top: 50px;
}
.houfu{
    width: 100%;
    
    margin: 30px 0;
}
.houfu p{
    font-size: 12px;
}
.tokucho h2{
    font-size: 20px;
    margin-bottom: 20px;
}
.tokucho h3{
    font-size: 16px;
}
.tokucho p{
    font-size: 12px;

}
.tokucho>div {
    padding: 30px 0;
}
.btn{
    width: 80%;
}
.btn a{
    font-size: 12px;
}
.nagare h2{
    font-size: 20px;
    margin-bottom: 30px;
}
.nagare2{
    width: 85%;
    margin-left: 5%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.nagare h3{
    font-size: 1.3em;

}
.nagare p{
    font-size: 12px;
}
.topabout h2{
    text-align: left;
    width: 90%;
    padding-left: 8%;
    margin-bottom: -10px;
}

/* 大人 */

.orange{
    font-size: 13px;
    width: 90%;
}
.otonatop{
    font-size: 20px;
    padding: 30px 0;
}
.otonacategory h2{
    font-size: 16px;
}
.otonacategory p{
    font-size: 14px;
}
.otona_schedule{
    margin-top: 30px !important;
    width: 95%;
}
.otona_schedule h2{
    font-size: 20px;
    width: 100%;
}
.otona_staff h2{
    font-size: 20px;
    margin-top: 30px;
}
.otona_staff p{
    font-size: 15px;
}
.kodomo2 .left{
    width: 50px;
}
#chiiki .left{
    top: 40px;
}
.kodomo2 .right{
    width: 80px;
    top: 80px;
}
}
/* 子ども */
@media screen and (max-width: 500px){
    
.kodomo2{
    width: 90%;
    margin: 20px auto;

}
.kodomo2 h2{
    font-size: 15px;
    width: 60%;
}
.kodomo2 p{
    font-size: 12px;
}
.kodomo2 .left{
    width: 35px;
    top: 70px;
    left: 5%;


}
#chiiki .left{
    top: 65px;
    width: 38px;
    left: 11%;
}
.kodomo2 .right{
    width: 60px;
    top: 70px;
    right: 5%;
}

/* 自費 */

.jihiryokin{
    width: 100%;
    margin: 10px 0;

}
.jihi_naiyou{
    width: 100%;
}
.jihititle{
    width: 80%;
    font-size: 20px;
}
.jihibun{
    font-size: 13px;
}
.jihititle2{
    font-size: 17px;
}
}

