@charset "UTF-8";

* {box-sizing: border-box;}

body {
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: normal;
	font-size: 18px;
	line-height: 2;
	color: rgb(37, 37, 37);
  background-color: #fff;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
}

a{text-decoration: none;}

li{
  list-style: none;
}

.left{text-align: left;}

main{
  max-width: 980px;
  width: 100%;
  margin:0 auto;
  text-align: center;
}

img{
   width: 100%;
   border: none;
   vertical-align: bottom;
}

.subtitle{margin: 100px 0 30px;}

.title img{
  width: 60px;
  height: 100%;
  margin: 50px 0 5px;
}

.title h2{
  font-size: 50px;
  line-height: 1;
  margin-bottom: 120px;
  color: rgb(77, 77, 77);
}

@media screen and (max-width: 980px){
  main{
    padding:0 5%;
  }
}

@media screen and (max-width: 767px){
  body{
    font-size: 12px;
  }

  main{
    padding:0 5%;
  }

  .pcOnly{
		display: none !important;
	}

  .title img{
    width: 30px;
    margin: 30px 0 0;
  }
  
  .title h2{
    font-size: 30px;
    margin-bottom: 70px;
  }

  .subtitle{margin: 50px 0 10px;}
  
}


@media screen and (min-width: 768px){
	.spOnly{
		display: none !important;
	}
}






  /*------ヘッダー-----*/
header{
  height: 100px;
  padding: 0 20px;
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header img{
  width: 250px;
  height: 100%;
  transition : 0.2s;
}

header a :hover{opacity: 0.5;}



@media screen and (max-width: 767px){
  header{height: 70px;}
  header img{
    width: 160px;
  }
}


 /*------ナビ-----*/

  #menubar ul{
    margin: 70px 0 0;
    padding: 0;
    text-align: center;
  }

  #menubar li{
    line-height: 1.2;
    font-size:20px;
    line-height: 5;
    border-bottom: 2px solid #fff;
  }
  #menubar ul > :first-child{border-top: 2px solid #fff;}

  #menubar li a {
    margin: 0;
    color:#fff;
    width: 100%;
  }


  .sp-menu #open{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 60px;
    color: rgb(65, 120, 55);
    cursor: pointer;
  }

  .sp-menu #open.hide {
    display: none;
  }
  
  .overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(65, 120, 55);
    opacity: 0;
    pointer-events: none;
    transition: opacity .6s;
  }
  
  .overlay.show{
    opacity: 0.9;
    pointer-events: auto;
  }
  
  .overlay #close{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 60px;
    color: #fff;
  }

  .cap{
    font-size: 10px;
    text-align: center;
    margin: 20px 0;
    color:#fff;
  }

.pc-menu{display: none;}



@media screen and (min-width:767px){

  .pc-menu {
    display: block;
    width: 55%;
  }

  .sp-menu {
    display: none;
  }


.pc-menu{
  padding:0;
  display: flex;
  justify-content: space-between;
}

.pc-menu a{
  width: 33%;
  border-radius: 10px;
  line-height: 3;
  font-weight: bold;
  text-align: center;
  font-size:16px;
  cursor: pointer;
  transition : 0.2s;
}

.cp{
  border: 2px solid #000;
  color:#000;
  background-color: #fff;
}
.cp:hover{
  background-color: rgb(235, 235, 235);
}

.sc{
  border: 2px solid #EC6C1F;
  background-color: #fff;
  color:#EC6C1F;
}
.sc:hover{
  background-color: #fde6e6;
}

.ct{
  border: 2px solid #EC6C1F;
  background-color: #EC6C1F;
  color:#fff;
}
.ct:hover{
  background-color: #EC6C1F;
  border: 2px solid #EC6C1F;
}


}





  /*------メインビジュアル-----*/

  .mv{
    height: 550px;
    width: 100%;
    background: url(../img/mv-pc.png) no-repeat center center / cover;
  }
  
  .sv{
    height: 100px;
    width: 100%;
    background: url(../img/sv.jpg) no-repeat center center / cover;
  }


@media screen and (max-width: 767px){
  .mv{
    height: 250px;
    width: 100%;
    background: url(../img/mv-sp.png) no-repeat center center / cover;
  }
  .sv{height: 50px;}
}

@media screen and (max-width: 300px){
  .mv{
    height: 200px;}
}






/*------TOP-----*/

h1{
  margin: 50px 0 0;
  font-size: 50px;
  letter-spacing: 0.2em;
  color:#ec3e1f;
}

.tate{
    display: flex;
    justify-content: center;
  }

.tate > :first-child{
  height: 60px;
  border: 1px solid #ec3e1f;
}

h2{
  font-size: 25px;
  font-weight: lighter;
  margin: 10px 0;
}


@media screen and (max-width: 767px){
  h1{
    font-size: 27px;
    margin: 20px 0 0;
  }  
  .tate > :first-child{
    height: 30px;
  }
  h2{
    font-size: 18px;
  }
  }
  









/*------コンセプト-----*/
h3{
  font-size: 35px;
  margin: 0;
  line-height: 1.5;
}

.strenge{color: #EC6C1F;}

.support{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 50px;
  margin: 30px auto 10px;
  background-color: #D8ECE4;
  text-align: left;
}
.relax{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 50px;
  margin: 10px auto;
  background-color: #FCE4B5;
  text-align: left;
}

.content p{
  font-size: 14px;
}

.tri::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.4em 0 0;
  border: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #000;
}

h5{
  font-size: 18px;
  margin: 0;
}

.support img, .relax img{
  width: 38%;
  height: 100%;
  border-radius: 20px;
}

@media screen and (max-width: 767px){
  h3{
    font-size: 20px;
    text-align: center;
    margin: 20px 0 35px;
  }

  .support, .relax{
    display: block;
    padding: 20px 20px;
    margin: 10px auto;
  }

  .content p{font-size: 10px;}
  
  h5{font-size: 13px;}

  .support img, .relax img{
    width: 100%;
    border-radius: 15px;
    margin: 20px 0 0;
  }
}





/*------流れ-----*/
.flow-title{
  width: 50%;
  font-size: 40px;
  color:#fff;
  background-color: #EC6C1F;
  border-radius: 50px;
  text-align: center;
  line-height: 2;
}



.flow{
  max-width: 750px;
  margin: 50px 0 0;
}

@media screen and (max-width: 767px){
  .flow-title{
    width: 70%;
    font-size: 20px;
  }

.title-border {
  margin: 80px auto 0;
}

  .flow{
    margin: 20px 0;
  }
}







  /*------老人ホーム紹介-----*/
  section{margin-bottom: 150px;}

  .name{
    background-color: #EC6C1F;
    border-radius: 10px;
    padding: 15px 20px;
    color: #fff;
    text-align: left;
    font-size: 25px;
  }

  .home-box{
    display: flex;
    justify-content: space-between;
    margin: 40px 0 20px;
  }

  .home-box img{
    max-width: 500px;
    height: 100%;
  }

  .about{width: 48%;}

  .about table{
    margin: 0;
    font-size: 14px;
  }
  
  .about th {
    width: 8em;
    background-color: #ffedec;
    vertical-align: middle;
  }

  .icon ul{
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    display: table;
    border-collapse: separate;
    border-spacing: 5px 0;
  }

  .icon ul li{
    width: 60px;
    height: 60px;
    background-color: #23AE6E;
    border-radius: 5px;
    line-height: 1.5;
    color: #fff;
    letter-spacing: 0;
    display: table-cell;
    vertical-align: middle;
  }

  .icon ul .not{background-color: #bdbdbd;}

  .text{
    margin-top: 10px 0 0;
    text-align: left;
  }



  @media screen and (max-width: 980px){
    .home-box img{max-width:40%;}
    .about{width: 58%;}
    .about table{font-size: 12px;}
    .about tr, .about td {line-height: 0.8;}
    .icon ul li{
      width: 52px;
      height: 52px;
      font-size: 12px;
    }
  }
  

  @media screen and (max-width: 767px){
    section{margin-bottom: 80px;}

    .name{
      font-size: 18px;
      margin: 0;
  }
    .home-box img{max-width:100%;}
    .home-box{
      display: block;
      margin: 20px 0 20px;
    }
    .about{width: 100%;}
    .about th { width: 100%;}
    .about tr, .about td {
      line-height: 0.5;
      text-align: center;
    }
    .icon ul li{
      width: 40px;
      height: 40px;
      font-size: 10px;
    }

  }








  /*------求人-----*/






/*------お問い合わせ-----*/
table {
	width: 100%;
  margin-top: 100px;
	font-size: 16px;
	line-height: 1.5;
	border-left: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;	
}

tr {
	width: 100%;
}

th, td {
	border-top: 1px solid #9b9b9b;
	border-right: 1px solid #9b9b9b;
	padding: 1em;
  box-sizing: border-box;
  font-weight: normal;
}

th {
	width: 30%;
	background-color: #fffbec;
	vertical-align: middle;
}

td {
	background-color: #fff;
  text-align: left;
}

input[type='text'], textarea {
	min-width: 97%;
	padding: 0.5em;
	font-size: 16px;
	background-color: #f5f5f5;
	border: 1px solid #9b9b9b;
	border-radius: 5px;
}

textarea {
  min-width: 97%;
	min-height: 120px;
	line-height: 1.5;
}

.submit-btn {
	font-size: 15px;
	background-color: #EC6C1F;
	text-align: center;
	color: #fff;
	height: 60px;
	line-height: 60px;
	display: block;
	width: 230px;
	margin: 40px auto;
	border-radius: 10px;
	border: none;
	cursor: pointer;
  transition: .3s;
}

.submit-btn:hover {
	background-color: #692f0c;
}

span{color:#AD3232;}


.check {
  font-size: 14px;
  text-align: center;
  margin: 50px auto;
}


@media screen and (max-width: 767px){

  table{
		margin: 30px 0;
	}

  th, td {
		display: block;
		width: 100%;
		font-size: 13px;
		padding: 1.2em 0.8em;
	}

	.submit-btn {
		font-size: 18px;
		height: 60px;
		line-height: 40px;
		width: 100%;
	}
	
}




/*--------------サンクス--------------*/

.border{
border-bottom: 3px solid #EC6C1F;
margin: 0 0 100px;
}

.border_box{
padding: 30px;
box-sizing: border-box;
margin: 100px 0;
border: 1px solid #000;
}

.back{
display: block;
width: 250px;
line-height: 70px;
background-color: #EC6C1F;
margin: 50px auto 0;
font-weight: bold;
font-size: 20px;
color: #fff;
transition: .4s;
text-align: center;
}

.back:hover{
background-color: #58280b;
}

@media screen and (max-width: 767px){
  .border_box{
    margin: 50px 0 80px;
    }
}





/*------プライバシーポリシー------*/







/*------フッター-----*/
footer{
    background-color: #EC6C1F;
    text-align: center;
    padding: 60px 0;
    margin-top: 150px;
    color: #fff;
}

h4{
  font-size: 30px;
  margin: 0;
  font-weight: lighter;
}
footer p{
  margin: 0;
  line-height: 1.5;
}
.tel{
  font-size: 40px;
  margin: 0;
  font-weight: bold;
  margin-bottom: 40px;
}

footer ul{
  display: flex;
  justify-content: center;
  padding: 0;
  font-size: 16px;
}

footer ul li{
  padding: 0 20px;
  line-height: 1.3;
  border-right: 1px solid #ffffff;
}

footer ul li a{color:#ffffff;}

footer ul > :first-child{
  padding: 0 20px 0 0;
}

footer ul > :last-child{
  padding: 0 0 0 20px;
  border: none;
}

@media screen and (max-width: 767px){
  footer{
    padding: 30px 10px;
    margin-top: 50px;
  }
  footer img{width: 80px;}
  h4{
    font-size: 20px;
    margin-top: 10px;
  }
  footer p{margin-bottom: 30px;}
  footer ul{font-size: 10px;}

  .tel{ font-size: 30px;}

}
    


/*--------------pageTop--------------*/

  @media screen and (max-width: 767px){
    #page_top{
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      position: fixed;
      right: 0;
      bottom: 0;
      opacity: 0.6;
    }
    #page_top a{
      width: 80px;
      height: 80px;
      text-decoration: none;
    }
    #page_top a::before{
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f139';
      font-size: 50px;
      color: rgb(65, 120, 55);
    }
  
  }



