@charset "UTF-8";
@import url(./reset.css);

* {
	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;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1.6;
	color: #000;
}


p{
	font-size: 18px;
	line-height: 1.8;
}
.big{
	font-size: 30px;
	margin: 150px auto;
}

a{text-decoration: none;}

.inner{
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 3%;
}

.background{
	background: #fff3d4;
	margin: 140px auto 0;
	padding: 40px 40px 60px;
}

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

.clearfix{text-align: center;}

.clearfix:after {
	content: ""; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb1em { margin-bottom: 1em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb3em { margin-bottom: 3em !important; }
.mb4em { margin-bottom: 4em !important; }
.mb5em { margin-bottom: 5em !important; }
.mb6em { margin-bottom: 6em !important; }


@media screen and (max-width: 767px){
	.pcOnly{
		display: none;
	}
	.inner{min-width: 100%;}
	p{font-size: 15px;}
	.background{
	padding: 20px 20px 40px;
}

}

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




/*--------------ヘッダー--------------*/
.header {
	background: #ffffff;
	background-size: 548px;
	width: 100%;
	height: 110px;
	position: relative;
	z-index: 999;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	margin: 0 auto;
	padding: 0;
	position: fixed;
}


.header .sp_nav, .close_btn {
	display: none;
}

.header .page_title {
	width: 160px;
	position: absolute;
	left: 20px;
	top: 24px;
	z-index: 9999;
}

.header .page_title img {
	width: 200px;
	height: 100%;
	margin-top: 0;
	transition: opacity 0.3s ease;
}

.header .page_title img:hover {
	opacity: 0.6;
}

.header nav {
	position: absolute;
	right: 10px;
	bottom: 0;
}

.header ul {
	display: inline-block;
	
}

.header ul li {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}

.header ul li a {
	border-bottom: 3px solid transparent;
	display: inline-block;
	padding: 0 20px;
	text-align: center;
	height: 70px;
	line-height: 80px;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	transition: border 0.3s ease;
}
@media screen and (max-width: 1200px){
	.header .page_title img {
		width: 200px;
		margin-top: -5px;
	}
	.header ul li a {padding: 0 9px;}
}

.header ul li a:hover, .header ul li a.current {
	border-bottom: 3px solid #fff;
}

.header .contact_box {
	display: flex;
	justify-content: end;
	align-items: center;
	padding-right: 20px;
}

.header .contact_box div {
	color: #000000;
	margin-top: 15px;
}

.header .contact_box .h-insta img{
	display: block;
	height: 60px;
	width: 60px;
	margin-left: 10px;
	text-align: center;
}

.header .contact_box .tel {
	font-weight: bold;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-right: 2em;
	vertical-align: middle;
	height: 36px;
	line-height: 36px;
}

.header .contact_box .tel span.tel {
	font-size: 15px;
	display: inline-block;
	padding: 0 8px;
	background-color:#DB4914;
	border-radius: 3px;
	margin-right: 0.5em;
	height: 20px;
	line-height: 20px;
	margin-bottom: 13px;
}
span.tel{color: #fff;}

.header .contact_box .tel span.no {
	font-size: 30px;
	display: inline-block;
}

.header .contact_box .mail a {
	background-color: #DB4914;
	display: block;
	line-height: 36px;
	height: 36px;
	text-align: center;
	width: 240px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	border-radius: 5px;
}

.header .contact_box .mail a:hover {
	background-color: #9c2c00;
}

.header .contact_box .mail a img {
	width: 21px;
	height: 15px;
	vertical-align: baseline;
	margin-right: 0.5em;
}





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


	.header{
		min-width: 100%;
		width: 100%;
		height: 80px;
	}
	
	.header .page_title {
		width: 151px;
		height: 80px;
		position: absolute;
		left: 10px;
		top: 0;
	}

	.header .page_title img {
		width: 170px;
		height: 60px;
		margin-top: 7px;
	}
	
	.header .sp_nav {
		display: block;
		position: absolute;
		width: 150px;
		height: 80px;
		right: 0px;
		top: 0px;
	}
	
	.header .sp_nav > div, .header .sp_nav > a {
		display: block;
		float: left;
		width: 50px;
		height: 80px;
		text-align: center;
		position: relative;
		border-left: 1px solid #000000;
	}
	
	.header .sp_nav > div img, .header .sp_nav > a img {
		width: 25px;
		margin-top: 20px;
	}
	
	.header .sp_nav > div::after, .header .sp_nav > a::after {
		display: block;
		width: 100%;
		color: #000000;
		font-size: 9px;
		position: absolute;
		left: 0;
		bottom: 15px;
		font-weight: bold;
	}

	.header .tel::after {
		content: 'お電話';
	}
	
	.header .mail::after {
		content: 'メール';
	}
	
	.header .menu_btn::after {
		content: 'メニュー';
	}
	
	.close_btn {
		display: block;
		width: 50px;
		height: 80px;
		position: absolute;
		right: 0;
		top: 0;
		text-align: center;
		z-index: 999999;
	}
	
	.close_btn img {
		width: 25px;
		margin-top: 20px;
	}
	
	.close_btn::after {
		content: '閉じる';
		display: block;
		width: 100%;
		color: #000000;
		font-size: 9px;
		position: absolute;
		left: 0;
		bottom: 15px;
		font-weight: bold;
	}
	
	.header nav {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999999;
		background-color: #9d2626;
		width: 100%;
		height: 100%;
	}
	
	.header nav.open {
		display: block;
	}
	
	.header ul {
		display: block;
		margin-top: 75px;
		border-top: 1px solid #000000;
	}

	.header ul li {
		display: block;
		font-size: 16px;
		border-bottom: 1px solid #000000;
	}

	.header ul li a {
		color: #fff;
		display: block;
		height: 70px;
		line-height: 70px;
		border: none;
	}
	
	.header ul li a:hover, .header ul li a.current {
		border-bottom: none;
	}
	
	.header ul li a:hover {
		border: none;
	}
	
	.header .contact_box {
		display: none;
	}
}







/*------TOP-----*/
.mv{
	position: relative;
	height: 800px;
	width: 100%;
	margin: 0 auto 90px;
	padding: 100px 0 0;
	background: url(../img/mv.jpg) no-repeat center center / cover;
 }

 .mv_text img{
	position: absolute;
	width: 450px;
	display: block;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
 }
 .mv_text h2{
	text-align: center;
	font-size: 60px;
	line-height: 1.6;
	color: #fff;
	text-shadow: 1px 1px 15px #00bbff;
 }

.mv_text{margin: 70px auto;}

.price{
	display: block;
	margin: -80px auto 30px;
	width: 200px;
}


.bottam {
	display: block;
width: 300px;
line-height: 70px;
background-color: #77cb29;
margin: 30px auto 150px;
font-weight: bold;
font-size: 20px;
color: #fff;
transition: .4s;
text-align: center;
border-radius: 10px;
}
.bottam :hover{background-color: #fa9129;}


  @media screen and (max-width: 767px){
	.mv{
		min-width: 100%;
		padding: 90px 5px 0;
		height: 510px;
	}
	
	.mv_text img{
		width: 300px;
	 }
	 .mv_text h2{
		font-size: 28px;
		line-height: 1.4;
	}

	.mv_text{
		margin: 30px auto;
	}

	.price{
	margin: -100px auto 20px;
	width: 150px;
}
  }





/*--------------サブタイトル--------------*/

.sv{
	height: 300px;
	width: 100%;
	margin: 0 auto 50px;
	padding: 20px 0;
	background: url(../img/mv.jpg) no-repeat center center / cover;
 }

 .sv_text h2{
	text-align: center;
	font-size: 50px;
	margin-top: 150px;
	color: #fff;
	text-shadow: 0px 0px 15px #00bbff;
 }


@media screen and (max-width: 860px){
	.sv_text h2{
		font-size: 37px;
		margin-top: 120px;
	}
	.sv{height: 250px;}
}






/*-----サービス-----*/
.title{
	border-bottom: 3px solid #ef8200;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}
.point{color: #ef8200; font-weight: bold;}

.good{
	margin-top: 70px;
	padding: 50px 0 20px;
} 

.gp{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.box{
	width: 30%;
	margin-bottom: 50px;
}
.box h3{
	line-height: 1.5;
	background-color: #ef8200;
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
}
.flow{
	width: 80%;
	margin: 100px auto;
}
.top{margin-top: 20px;}


@media screen and (max-width: 600px){
	.title{font-size: 25px;}
}


 /*------老人ホーム紹介-----*/
  section{margin:100px 0}

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

  .home-box img{
   width: 50%;
  }

  .about{width: 48%;}

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

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

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

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

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

@media screen and (max-width: 980px){
    .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;}

    .home-box img{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: 80px 0 ;
	font-size: 16px;
	line-height: 1.5;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;	
  font-family: sans-serif;
}
.form{
  margin: 20px 0 0 0;
}

tr {
	width: 100%;
}

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

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

td {
	background-color: #fff;
}

td p{
  line-height: 1.5;
  margin: 10px 0 0;
}


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

input.short {
  min-width: initial;
}

.mb1em{
  margin: 15px 0;
}


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

.submit-btn {
	font-size: 16px;
	background-color: #ef8200;
	text-align: center;
	color: #fff;
	line-height: 80px;
	display: block;
	width: 300px;
	margin: 40px auto 60px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	font-weight: bold;
	transition: 0.3s;
}

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

.need{
  background-color: rgb(211, 16, 16);
  color:#fff;
  font-size: 10px;
  padding: 3px;
  margin-left: 3px;
}


h5{
  margin: 50px auto 20px;
  text-align: center;
  font-size: 20px;
}

.about_privacy p{
  font-size: 16px;
}
.privacy {
  background-color: #e2e9ec;
  padding: 30px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin: 50px auto 50px;
  }


@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%;
	}
	.privacy {
    padding: 20px 10px;
    font-size: 13px;
    margin: 0 auto 30px;
  }
  
  .about_privacy p{
    font-size: 12px;
    margin-bottom: 30px;
  }
}









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

.border_box{
padding: 30px;
box-sizing: border-box;
margin: 30px 0;
border: 1px solid #000000;
background-color: #fff;
text-align: center;
}

.thanks{
  text-align: center;
  margin: 120px 0 80px;
  color:#DB4914;
  font-size: 50px;
}


.back{
display: block;
width: 250px;
line-height: 70px;
background-color: #77cb29;
margin: -40px auto 150px;
font-weight: bold;
font-size: 20px;
color: #fff;
transition: .4s;
text-align: center;
border-radius: 10px;
}

.back:hover{
background-color: #d45800;
}

@media screen and (max-width: 767px){
  .thanks{
    margin: 100px 0 50px;
    font-size: 40px;
  }
  .back{margin: 50px auto 80px;}
}









/*--------------フッター--------------*/

footer {
	padding: 40px 0 0;
	box-shadow: 0 -2px 3px rgba(0,0,0,0.2);	
}

footer .inner img{
	width: 500px;
	margin: 30px auto;
	display: block;
}



@media screen and (max-width: 550px){
	footer {padding: 10px 0 0;}
	footer .inner img{width: 90%; margin: 40px auto;}
}