/* body {
  font-family: "游ゴシック", "YuGothic", "メイリオ", meiryo, sans-serif;
  color: #333333;
} */

button,
input {
  -webkit-appearance: none;
}

.wrap_1120 {
  max-width: 1120px;
  margin: 0 auto;
}

.wrap_960 {
  max-width: 96rem;
  margin: 0 auto;
}

section {
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
}

.bg_blue{
  background-color: #EDFCFC;
}

.flex_box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.flex_box.re {
  flex-direction: row-reverse;
}

.flex_box img{
  align-self: flex-start;
}

.empty{
  background: none!important;
  margin: 0!important;
  border: none!important;
  height: 0!important;
  padding: 0!important;
}

.title {
  text-align: center;
  font-size: 1.7em;
  margin-bottom: 2em;
  font-weight: bold;
  position: relative;
}

.title:before{
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #03b1bd;;
}

.page_title_wrap {
  width: 100%;
  height: 40vw;
  background-image: url(../img/about_bg.jpg);
  background-size: cover;
  position: relative;
  background-position: 50%;
  min-height: 200px;
  max-height: 400px;
  margin-top: 100px;
}

.page_title {
  text-align: center;
  top: 50%;
  left: 50%;
  position: relative;
  transform: translate(-50%, -50%);
  font-size: 2em;
  color: #fff;
  text-shadow: 2px 4px 5px #707070;
  font-weight: bold;
}

.empty{
  background: none!important;
  margin: 0!important;
  border: none;
  height: 0!important;
  padding: 0!important;
}
/*ヘッダー*/

.gnav {
  position: fixed;
  z-index: 5000;
  width: 100%;
  top: 0;
  background: #fff;
  padding: 5px 10px;
  box-sizing: border-box;
}

.gnav:after{
  display: block;
  content: '';
  position: absolute;
  top: 45px;
  left: 0;
  background: url(../img/wave.png) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 100% 100%;
  filter: drop-shadow(0px 10px 5px rgba(0,0,0,0.1));
}

.logo {
  width: 220px;
  float: left;
  box-sizing: border-box;
}

.logo > img {
  height: auto;
  width: 100%;
}

.top_text{
  max-width: 1120px;
  margin: 0 auto;
  font-size: 12px;
  color: #808080;
  padding: 5px 0;
}

.header_right{
  float: right;
}

.header_right > .flex_box{
  justify-content: flex-end;
  height: 50px;
}

.header_right .access_btn,
.header_right .tel_btn{
  height: 100%;
  margin: 0 5px;
  position: relative;
}

.fukidashi{
  position: absolute;
  width: 50%;
  top: -22px;
  top: -40%;
  left: -1em;
}

.header_img{
  height: 100%;
}

.sp,
.sp_menu{
  display: none;
}

#care_time{
  font-size: 13px;
  padding: 5px;
}

.nav_button {
  display: none;
  position: relative;
/*
  right: 13px;
  top: 8px;
*/
  width: 42px;
  height: 35px;
  cursor: pointer;
  z-index: 100;
}

.nav_button span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #000;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.nav_button span:nth-child(1) {
  top: 9px;
}

.nav_button span:nth-child(2) {
  top: 18px;
}

.nav_button span:nth-child(3) {
  top: 27px;
}

.nav-wrap {
  clear: right;
}

.nav-wrap > ul{
  justify-content: flex-end;
  padding: 10px 0;
  flex-wrap: nowrap;
}

.nav > li {
/*  width: 15%;*/
  display: inline-block;
  text-align: center;
/*  background: #fff;*/
  border-right: 2px solid #03b1bd;
/*  min-width: 95px;*/
  padding: 0 30px;
  position: relative;
}

.fa-home{
  color: #03b1bd;
}


nav.nav-wrap ul li:last-child{
  border: none;
}

.nav > li.selected {
  background: #70CCF2;
}

.nav > li > a {
  display: block;
  position: relative;
/*  height: 100%;*/
  color: #000;
  text-decoration: none;
}

.nav > li > a:hover{
  font-weight: bold;
}

.nav > li.selected > a {
  color: #fff;
}

/*
.nav > li > a > span {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
*/

.nav ul{
  display: none;
  text-align: left;
  position: absolute;
  /* background: #edfcfc; */
  left: 0;
  width: 100%;
  min-width: max-content;
}

.nav_item-child{
  padding: 5px;
  background: #edfcfc;
  border: 1px solid #fff;
}

.nav_item-child:hover{
  background: #03b1bd;
}

.nav_item-child>a{
  text-decoration: none;
  color: #565656;
  display: block;
}

.nav_item-child>a:hover{
  color: #fff;
}

/*テーブル*/
table {
  width: 90%;
  max-width: 650px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
}

table tr {
  border-bottom: 1px solid;
}

table tr:last-child{
  border-bottom: none;
}

table th {
  padding: 10px 0 10px 10px;
  width: 30%;
/*  background: #70CCF2;*/
/*  color: #fff;*/
}

table td {
  padding: 10px 0 10px 10px;
}

@media screen and (max-width: 960px){
  .logo{
    width: 180px;
  }
  
  .header_right > .flex_box{
    height: 47px;
  }
  
  .home span{
    display: none;
  }
  
  .nav > li{
    padding: 0 1em;
  }
  
  .header_img.pc{
    display: none;
  }
  
  .header_img.sp{
    display: block;
  }

}

@media screen and (max-width: 768px){
  .sp{
    display: block;
  }
  
  .pc{
    display: none;
  }
  
  #care_time > .sp{
    height: 61px;
  }
  
  .logo{
    width: 165px;
  }
  
  .gnav.active:after{
    display: none;
  }
  
  .nav_button {
    display: inline-block;
  }

  nav.nav-wrap {
    /*    z-index: 100;*/
    display: none;
    /* top: 8px; */
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    width: 100%;
    position: relative;
    max-width: initial;
    /* transform: translateY(-125%); */
  }
  
  .nav-wrap > ul{
    flex-wrap: wrap;
    background: #edfbfc;
  }

  nav.nav-wrap ul li {
    display: block;
    list-style-type: none;
    padding: 0;
    width: 50%;
    border-right: none;
    border-bottom: none;
/*    background: rgba(255, 255, 255, 0.8);*/
    font-size: 1em;
    padding: 5px 0;
  }

  nav.nav-wrap.active {
    display: block;
    background: none;
    position: absolute;
    clear: both;
    top: 115px;
  }

  .nav_button.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .nav_button.active span:nth-child(2),
  .nav_button.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .home span{
    display: inline;
  }
  
  .header_right .access_btn,
  .header_right .tel_btn{
    display: none;
  }

  .sp_menu{
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 5000;
    justify-content: space-around;
    width: 100%;
    background-color: #fff;
    padding: 5px;
    box-sizing: border-box;
    border-top: 2px solid #cac1a8;
  }
  
  .sp_menu > .access_btn{
    width: 33%;
    margin: 0 10px;
    position: relative;
  }
  .sp_menu > .tel_btn{
    width: 66%;
    margin: 0 10px;
  }
  
  .sp_menu_img{
    width: 100%;
  }

}
  
@media screen and (max-width: 480px){
  section{
    font-size: 0.9em;
  }
  
  .page_title{
    font-size: 1.6em;
  }
  
  .logo{
    width: 130px;
  }
  
  nav.nav-wrap.active{
    top: 100px;
  }
  
  #care_time > .sp {
    height: 53px;
  }
  
  table {
    width: 100%;
  }

  form dl dt {
    float: inherit;
    clear: inherit;
    width: 100%;
  }

  form dl dd {
    padding-top: 0;
    text-align: left;
  }

  input,
  textarea {
    width: 100%;
    box-sizing: border-box;
  }
  
  .footer_contents{
    width: 100%;
  }
  
}




