@charset "utf-8";
/* CSS Document */
/*================================================
 *  CSSリセット
 ================================================*/
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, main, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}
body {
    line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #333333;
}
del {
    text-decoration: line-through
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}
input, select {
    vertical-align: middle
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}

*{
   box-sizing: border-box; 
}
/*================================================
 *  共通CSS
 ================================================*/
html {
    font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}
body {
    color: #333333;
    font-family: 'Roboto','Noto Sans JP', sans-serif;
    font-size: 1.8rem; /* 18px*/
    line-height: 1.5;
    letter-spacing: 0.08em;
}
#wrapper {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}
span.in_bl{
    display: inline-block;
}


/* Layout */
.contents-w{
    padding-left:20px;
    padding-right:20px;
}

.contents-w{
        padding-left:0px;
        padding-right:0px;
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
        width: 90%;
    }

ul.list li{
    padding-bottom: 10px;
}

ul.list li::before{
    content: "●";
    color: #e4007f; 
}

/* flex */
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media(min-width:1100px){
    .pc_none{
        display: none;
    }
}


/*================================================
 *  フォント
 ================================================*/
/* カラー
----------------------------------------*/
.fc_pink{
    color: #e4007f;
}



/* サイズ
----------------------------------------*/
.fs_40{
    font-size: 4rem;
}
.fs_35{
    font-size: 3.5rem;
}
.fs_30{
    font-size: 3rem;
}
.fs_25{
    font-size: 2.5rem;
}
.fs_20{
    font-size: 2rem;
}
.fs_16{
    font-size: 1.6rem;
}


/* タイトル
----------------------------------------*/
h2{
    font-size: calc(2rem + (1vw - 0.32rem) * 2.7778);
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
@media ( min-width:500px){
    h2{
        font-size: 2rem;
    }
}
h2.underline{
    position: relative;
}
h2.underline::after{
    border-bottom: solid 4px #e4007f;
    width: 100px;
    height: 4px;
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    margin: auto;    
}


h3{
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
}
h3.title{
    color: #ffffff;
    background: #f39800;
    border-radius: 50px;
    padding: 5px 20px;
}

/* ウェイト
----------------------------------------*/
.fw_b{
    font-weight: bold;
}

/*================================================
 *  margin
 ================================================*/
.mt_10{
    margin-top: 10px;
}
.mt_20{
    margin-top: 20px;
}
.mt_25{
    margin-top: 25px;
}
.mt_30{
    margin-top: 30px;
}
.mt_40{
    margin-top: 40px;
}

/*================================================
 *  header
 ================================================*/

#head_wrap {
  position: relative;
  top: -80px;  
  margin: 80px auto 0;  
  width: 100%;
  height: 0px;
  line-height: 1;
  z-index: 999;
  text-decoration: none;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap h1.logo {
  max-width: 220px;
}
@media (min-width: 1025px) {
#head_wrap h1.logo{
    max-width: 200px;
}
}
#global-nav {
  position: absolute;
  right: 0;
  top: 0;
}

#global-nav ul {
    font-size: 1.6rem;
    display: inline-flex;
    
}

@media (max-width: 1024px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}

#global-nav ul li {
    padding: 25px 0;
    margin-left: 20px;
    
}





#global-nav ul li:last-child {
  border-right: none;
}

@media (max-width: 1024px) {
  #global-nav ul li {
    border-right: none;
  }
}

#global-nav ul li a {
  transition: all .6s ease 0s;
  box-sizing: border-box;
  font-weight: bold;
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 65px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
}

#head_wrap.fixed h1.logo {
  max-width: 220px;
}

#head_wrap.fixed #global-nav ul li a {
  padding: 0 ;
}

/* Toggle Button */

#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 42px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
    
}

#nav-toggle::after{
    content: "";
    position: absolute;
    top: -14px;
    right: -12px;
    background: #e4007f;
    width: 65px;
    height: 65px;
    z-index: -1;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle div > p{
    color: #ffffff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.02em;
    position: absolute;
    bottom: -45px; 
}

@media (max-width: 1024px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 65px;
    z-index: 999;
    position: relative;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #333333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 18px;
    margin-top: 20px;
  }
  #global-nav ul li {
    float: none;
    position: static;
    padding: 10px 0px;
    text-align: left;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0 5px 20px;
  }
    #global-nav ul li a{
    position: relative;
}
    #global-nav ul li a::before{
    content: url("../img/ico_arrow_r_pink.svg");
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    margin: auto;
    height: 16px;
    
}
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}


/*================================================
 *  main
 ================================================*/
main{
    background: #fbe6ef;
    padding-bottom: 40px;
}

section{
    margin-top: 40px;
}
section#sec01{
    margin-top: 0px;
}


.sec_bg{
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    
}

.box{
    background: #fbe6ef;
    border-radius: 20px;
    padding: 20px;
}
/* KV
----------------------------------------*/
.kv{
    background: linear-gradient(180deg, rgb(255, 255, 255), rgb(251, 230, 239));
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;

}

@media (min-width:1025px){
    .kv{
        padding-top: 0px;
    }
}


.kv > .kv_bg{
    background-image: url(../img/kv_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}
.kv .kv_bg > .inner{
    height: 600px;
    position: relative;
}

.kv .kv_bg > .inner > p{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-weight: bold;
    color: #ffffff;
    text-shadow: #e4007f 1px 0 10px;
    font-size: 2rem;
    position: absolute;
    right: 20px;
    bottom: 36%;
    width: 90%;
}
.kv .kv_bg > .inner > .taiken{
    position: absolute;
    right: 20px;
    bottom: 2%;
}

.kv .kv_bg > .inner > .taiken > p {
    text-align: center;
}

.kv > img{
    display: block;     
    margin-left: auto;    
    margin-right: auto;    
    max-width: 500px;    
    width: 85%;
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
}


@media(min-width:1100px){

}
/* デイサービスはこんな方にオススメです。
----------------------------------------*/




/* 愛万(えま)デイサービスセンターについて
----------------------------------------*/
.staff_wrap{
    border: solid 2px #e4007f;
    padding: 20px;
}

.staff_wrap > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#sec02 .box{
    position: relative;
}

#sec02 .box:after {
    position: absolute;
    content: '';
    top: -28px;
    left: 40px;
    border: 15px solid transparent;
    border-bottom: 15px solid #fbe6ef;
    width: 0;
    height: 0;
}

/* 1日のスケジュール
----------------------------------------*/
section#sec04{
    margin-top: 80px;
}

#sec04 .schedule{
    background: #ffffff;
    border: solid 2px #e4007f;
    border-radius: 20px;
    padding: 30px 20px 20px 20px;
    position: relative;
}

#sec04 .schedule > h2{
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
}

/* アクセス
----------------------------------------*/
a.btn_link{
    color: #ffffff;
    text-align: center;
    align-content: center;
    background: #e85298;
    border-radius: 50px;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
    padding: 15px 0px;
    position: relative;
}

a.btn_link::after{
    content: url("../img/ico_arrow_r.svg");
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    height: 25px;
}

/* 職員募集
----------------------------------------*/
#sec06 .info{
    color: #e85298;
}

#sec06 ul.list {
    margin-top: 20px;
}


/*================================================
 *  footer
 ================================================*/

.contact > img.f-logo{
    max-width: 320px;
}

.contact > p span.underline{
    border-bottom: solid 4px #e4007f;
}

.contact > .num{
    background:#fbe6ef;
    border-radius: 20px;
    padding: 30px 20px;
    position: relative;
}


.contact > .num > ul li{
    line-height: 1.2;
}

footer > address{
    font-size: 1.4rem;
    text-align: center;
    padding: 10px 0px;
}



