@charset "UTF-8";
/* CSS Document */

html{
	font-size: 62.5%;/*16px×62.5%=10px*/
	height: 100%;
}
body{
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	color: #444;
	font-size: 1.8rem;
	line-height: 1.5;
}
a{
	color: #444;
}
a{
	transition: all 0.2s;
}
a:hover{
	opacity: 0.5;
}
img{
	max-width: 100%;
	height: auto;
}
.pc__img{
	
}
.sp__img{
	display: none;
}
.text-center{
	text-align: center
}
.inner{
	max-width: 1140px;
	margin: 0 auto;
}

/*-------------------
*
* title
*
*--------------------*/
.title{
	padding-bottom: 30px;
	font-size: 45px;
	font-family: 'Lora', serif;
}
.subtitle{
	padding-bottom: 70px;
	color: #ad1e22;
	font-size: 20px;	
}
.catch{
	display: flex;
  align-items: center;
	justify-content: center;
}
.catch:before,.catch:after{
	border-top: 1px solid;
	content:"";
	width: 3em;
}
.catch:before{
	margin-right: 1em;
}
.catch:after{
	margin-left: 1em;
}
/*-------------------
*
* section
*
*--------------------*/
.section{
	padding: 90px 0;
}
/*-------------------
*
* header
*
*--------------------*/
.top .header{
	height: 100%;
}
.top .header__main{
	background-image: url("../images/top_title.png");
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	height: 100%;
	position: relative;
}
.top .header__main .main__tel{
	background-image: url("../images/top_title.png");
	background-repeat: no-repeat;
	background-position:center;
	background-size:cover;
	height: calc(100vh - 80px);
}
.top .navigation{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.navigation.fix{
		position: fixed;
		top:0;
		left:0;
		width:100%;
		animation:nyuru 0.5s;
	  z-index: 100000;
		bottom: auto !important;
}
@keyframes nyuru {
		0%{
				margin-top:-64px;
		}
		100%{
				margin-top:0;
		}
}
.header{
	margin: 0 auto;
	position: relative;
}

.contact-img{
	width: 20%;
	position: absolute;
	top:3.8%;
	left:73%;
	right:9%;
}
.navigation{
	background-color: #2c2c2f;
}
.nav-list{
	width: 100%;
	height: 80px;
	display: table;
	justify-content: center;
	align-items: flex-start;
}
.nav-list li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.nav-list a{
	color: #fff;
}
.nav-list li:first-child{
	width: 40%;
	font-size: 24px;
	background-color: #ad1e22;
	background-image: url("../images/header_nav_02.png");
	background-repeat: no-repeat;
  background-position: right;
}
.nav-list li:last-child a{
	background-color: #ad1e22;
	border-radius: 50px;
	padding: 12px 20px; 
}
.scroll_pc{
	position: absolute;
	bottom: 14%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);	
	width: 4%;
}
.scroll_text{
	position: absolute;
	bottom: 17%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	color: #fff;
	font-size: 2.5rem;
	font-style: italic;
}
/*-------------------
*
* greeting
*
*--------------------*/
.content__greeting{
	display:flex;
	justify-content:center;
		
}
.content__greeting p{
	line-height: 45px;
	width: 40%;
	padding: 40px 50px 0 8px;
	font-size: 22px;
}
.content__greeting img{
	width: 35%;
	height: 35%;
	padding-left: 25px;
}
/*-------------------
*
* main_service
*
*--------------------*/
.service-inner{
	position: relative;
	margin: 0 auto;
	padding: 90px 0;
	overflow: hidden;
}
.service-inner::before{
	content: "";
	background: #f1f1f1;
	width: 140%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 16%;
}

.service-img{
	width: 60%;
}
.content__service{
	display:flex;
	justify-content: flex-start;
	padding: 0 20px;
}
.service-img{
	width: 50%;
	height: 50%;
}
.content__service p{
	margin: 11% 2% 4% -7%;
	padding: 2% 6% 2% 6%;
	width: 50%;
	box-shadow: 2px 2px 18px -1px #c2c1c1;
  background-color: #fff;	
}
.content__service p{
	line-height: 2em;
}
.content__service a{
  display: inherit;
	margin-left: 60px;
	padding-top: 7px;
	align-items: center;
	color: #ad1e22;
	position: relative;
}
.service-btn-img::before{
	content: "";
	height: 30px;
	width: 30px;
	background-image: url(../images/service_btn.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 10px;
	left: -28px;
}

/*-------------------
*
* about us
*
*--------------------*/
.content__aboutus{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 65%;
}
.content__aboutus dt{
	width: 25%;
	margin-right:2%;
	margin-bottom: 20px;
	padding-left: 3%;
	padding-bottom: 10px;
	border-bottom: solid 1px #ad1e22;
	font-weight: 700;
}
.content__aboutus dd{
	width: 67%;
	margin-bottom: 20px;
	padding-left: 3%;
	padding-bottom: 10px;
	border-bottom: solid 1px #c0c0c0;
}

/*-------------------
*
* access
*
*--------------------*/
.section__access{
	background-color: #f1f1f1
}
.content__access{
	padding-bottom: 30px;
}
.maps-outer{
	position: relative;
	padding-top: 30%;
}
.maps{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-------------------
*
* link
*
*--------------------*/
.link-list{
	display: flex;
	justify-content: space-between;
}
		
.link-list li:first-child{
	padding-left: 10%;
}
.link-list li:last-child{
	padding-right: 10%;
}
/*-------------------
*
* footer
*
*--------------------*/
.footer{
	background-color: #2c2c2f;
	padding-top: 110px;
}
.footer p{
	color: #fff;
	line-height: 50px;
	padding-bottom: 35px;
}
.footer a{
	color: #fff;
}
.footer small{
	color: #fff;
}
.tel{
	font-size: 30px;
}
.address{
	font-size: 15px;
}
.contact-btn{
	background-color: #ad1e22;
	padding: 20px 60px;
}
.content__footer{
	padding-bottom: 105px;
}
.hr{
	border-width: 1px 0 0 0;
	border-style: solid;
	color: #fff;
	margin: 0 10px;
}
.footer-nav{
	padding: 0 125px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	
}
.footer-nav ul{
	display: flex;
	justify-content:space-between;
	align-items: center;
	width: 65%;
	font-size: 15px;	
}

.footer-nav small{
	font-size: 13px;
	
}
/*-------------------
*
* service
*
*--------------------*/
.service__img{
	width: 100%;
}
.section__ourservice{
	padding-top: 80px;
	padding-bottom: 150px;
}
.content__ourservice{
	width: 40%;
	margin: 0 auto;
}
.item{
	color:  #ad1e22;
}
.content__ourservice li{
	border-bottom: dashed 1px;
	padding-bottom: 8px;
	padding-top: 16px;
}
.content__ourservice li:first-child{
	padding-top: 0;
}
/*-------------------
*
* call us
*
*--------------------*/
.contact__img{
	width: 100%;
}
.section__call{
	padding: 90px 0;
}
.tel.call-tel-no{
	font-size: 35px;
}
.call-time{
	font-size: 18px;
}
.box{
	padding: 1em 0.5em;
	margin: 0 7em;
	border: double 5px #444444;
}
.box p{
	font-size: 25px;
	line-height: 55px;	
}
/*-------------------
*
* mail
*
*--------------------*/
.section__mail{
	padding-bottom: 90px;
	
}
.form-item{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 70%;
}
.form-parts{
	width: 20%;
	text-align: inherit;
	padding: 16px 0 10px 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ad1e22;
}
.form-parts:nth-child(9){
	padding-bottom: 160px;
}
.form-parts_box{
	width: 64%;
	margin-bottom: 28px;
	margin-left: 30px;
	border-radius: 2px;
  border: solid 1px #717070;


}
.btn-submit{
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 16px 0;
	border: none;
	background-color: #ad1e22;
	color: #fff;
	font-size: 20px;
	margin-bottom: 90px;
	margin-top: 70px;
}
.btn-submit{
	cursor: pointer;
	transition: all 0.2s;
}
.btn-submit:hover{
	opacity: 0.5;
}
	

@media screen and (max-width:768px){
	body{
		font-size: 1.3rem;
	}
	
	.pc__img{
			display: none;
	}
	.sp__img{
			display: inline;
	}	
	/*-------------------
	*
	* header
	*
	*--------------------*/
	.top .header__main{
		background-image: url("../images/top_title_sp.png");
		width: 100%;
	}
	.top .header__main .main__tel{
		display: none;
		height: 100vh;
	}
	.top .header{
		padding-top: 70px;
		height: calc(100vh - 70px);
	}
	.header h1 img{
    padding-top: 70px;		
	}
	.header__sp a{
		display: block;
		color: #fff;
	  padding: 24px 0;
		margin-left: 20px;
		font-size: 15px;
	}
	.header__inner__sp{
		display: flex;
		background-color: #ad1e22; 
		justify-content: space-between;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 10000;
	}
	.header__sp__tel{
		margin: 15px 0 13px 33%;
	}
	.header__sp__tel img{
		width: auto;
    height: 40px;
	}
	.scroll{
		position: absolute;
		bottom: 10%;
		left: 50%;
		transform: translate3d(-50%,-50%,0);	
	}
	.scroll img{
		width: 60px;
}
	/*-------------------
	*
	* navigation
	*
	*--------------------*/
	.drawer-open {
		display: flex;
		height: 69px;
		right: 10px;
		width: 50px;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 100;
		cursor: pointer;
		border: none;
    outline: none;
    background: transparent;
	}
	.drawer-open span,
	.drawer-open span:before,
	.drawer-open span:after {
		content: '';
		display: block;
		height: 1px;
		width: 28px;
		border-radius: 3px;
		background: #fff;
		transition: 0.5s;
		position: absolute;
	}
	.drawer-open span:before {
		bottom: 10px;
	}
	.drawer-open span:after {
		top: 10px;
	}
	.drawer-open.active span {
		background: rgba(255, 255, 255, 0);
	}
	.drawer-open.active span::before {
	 	bottom: 0;
	  transform: rotate(45deg);
	}
	.drawer-open.active span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	.drawer-content {
	  width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99;
    background: #2c2c2f;
    transition: .5s;
	}
	.drawer-content.active {
		left: 0;
	}
	.drawer-list{
		padding-top: 96px;
    padding-bottom: 0;
	}
	.drawer-item{
    padding-bottom: 40px;
	}
	.nav_link_sp{
		color: #fff;
		font-size: 13px;	
	}
	.drawer-item:nth-child(5) .nav_link_sp{
		background-color: #ad1e22;
		border-radius: 30px;
		padding: 7px 12px;
	}
	.drawer-item:nth-child(6){
		padding-bottom: 30px;
	}
	.nav-tel-no{
		font-size: 27px;
	}
	
	.time{
		font-size: 12px;
		color: #fff;
		display: block;
		margin-top: -10px;
	}
	.nav-tel-no{
		position: relative;
	}
	.nav-tel-no::before{
		content: "";
		position: absolute;
		background-image: url("../images/tel_head.png");
		background-repeat: no-repeat;
		background-size: contain;
		width: 36px;
    height: 32px;
    left: 68px;
    top: 8px;
	}
	.nav-contact_sp{
		position: relative;
	}
	.nav-contact_sp::before{
		content: "";
		position: absolute;
		background-image:url("../images/mail.png");
		background-repeat: no-repeat;
		background-size: contain;
		width: 30px;
    height: 49px;
    left: 92px;
    top: 0px;
	}
	.nav-tel-no a{
		color: #fff;
	}
	
	/*-------------------
	*
	* title
	*
	*--------------------*/
	.title{
		padding-bottom: 10px;
		font-size: 20px;
		font-family: 'Lora', serif;
	}
	.subtitle{
		padding-bottom: 25px;
		color: #ad1e22;
		font-size: 13px;	
	}
	.catch{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.catch:before,.catch:after{
		border-top: 1px solid;
		content:"";
		width: 3em;
	}
	.catch:before{
		margin-right: 1em;
	}
	.catch:after{
		margin-left: 1em;
	}

	/*-------------------
	*
	* section
	*
	*--------------------*/
	.section{
		padding: 35px 0;
	}
	/*-------------------
	*
	* greeting
	*
	*--------------------*/
	.content__greeting{
		flex-direction: column;
		align-items: center;
	}
	.content__greeting p{
		order: 2;
		font-size: 15px;
		line-height: 2em;
		padding: 20px 0 0 0;
	 	width: 80%;
	}
	.content__greeting img{
		order: 1;
		width: 60%;
		padding-left: 0;	
	}
	/*-------------------
	*
	* main_service
	*
	*--------------------*/
	.service-inner{
		padding: 35px 0;
	}
	.service-inner::before{
		width: 100%;
		height: 100%;
		display: block;
		left: 0;
	}
	.content__service{
		display: block;
	}
	.service-img{
		width: 75%;
		height: 100%;
		margin: 0 auto;
		padding-bottom: 15px;
		display: block;
	}
	.content__service p {
		margin-top: 15px;
    margin: 0 auto;
    padding: 15px 20px;
    width: 75%;
    box-shadow: 2px 2px 18px -1px #c2c1c1;
    background: #fff;
	}
	.content__service a {
		margin-left: 150px;
		margin-top: -4px;
    padding-bottom: 6px;
		align-items: center;
		position: relative;
	}
	.service-btn-img::before {
    content: "";
    height: 20px;
    width: 10px;
    background-image: url(../images/service_btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 11px;
    left: -19px;
	}
	/*-------------------
	*
	* about us
	*
	*--------------------*/
	.content__aboutus{
		display: block;
		margin: 0 auto;
    width: 70%;
	}
	.content__aboutus dt{
		margin-bottom: 15px;
		padding-bottom: 5px;
		width: 110px;
	}
	.content__aboutus dd{
		width: 98%;
		margin-bottom: 15px;
		padding-bottom: 5px;
	}
	.content__aboutus dd:last-of-type{
		margin-bottom: 10px;
	}

	/*-------------------
	*
	* access
	*
	*--------------------*/
	.content__access {
   padding-bottom: 15px;
	}
	/*-------------------
	*
	* link
	*
	*--------------------*/
	.link-list{
		margin: 0 20px;
	}
	.link-list li{
		font-size: 11px;
	}
	.link-list li:first-child{
		padding-left: 20px;
	}
	.link-list li:last-child{
		padding-right: 20px;
	}
	.link-list img{
		width: 15px;
	}
	/*-------------------
	*
	* footer
	*
	*--------------------*/
	.footer-btn{
		width: 45px;
	}
	.footer {
    padding-top: 35px;
	}
	.footer p{
		line-height: 24px;
		padding-bottom: 20px;
	}
	.address{
		font-size: 11px;
	}
	.tel{
		font-size: 18px;
	}
	.tel_no{
		font-size: 11px;
	}
	.contact-btn {
    padding: 10px 80px;
	}
	.content__footer {
    padding-bottom: 50px;
	}
	.footer-nav{
		padding: 0 50px;
    display: block;
		margin: 0 auto;
		height: auto;
	}
	.footer-nav ul{
		display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    flex-wrap: wrap;
    margin-right: 0px;
    list-style-type: none;
    width: 100%;
		padding-top: 25px;
	}
	.footer-nav ul li{
		padding: 0 1em 20px;
    text-align: center;
	}
	.footer-nav small {
    font-size: 10px;
		display: block;
		text-align: center;
		padding-bottom: 20px;
    padding-top: 10px;
	}
	/*-------------------
	*
	* service
	*
	*--------------------*/
	
	.content__ourservice {
    width: 78%;
		font-size: 15px;
	}
	.section__ourservice {
    padding-top: 35px;
    padding-bottom: 75px;
	}
	/*-------------------
	*
	* call us
	*
	*--------------------*/
	.section__call{
		padding: 35px 0;
	}
	.box {
    margin: 0 40px;
    border: double 3px #444444;
	}
	.box p {
    font-size: 15px;
    line-height: 22px;
	}
	.tel.call-tel-no {
    font-size: 20px;
	}
	.call-time {
    font-size: 13px;
}
	/*-------------------
	*
	* mail
	*
	*--------------------*/
	.section__mail{
		padding-bottom: 20px;
	}
	.form-item{
		width: 80%;
	}
	.form-parts{
		width: 20%;
    padding: 18px 0 4px 9px;
    margin: 3px;
		margin-top: 0;
	}
	.form-parts:nth-child(7){
		padding-bottom: 3px;
		padding-top: 0;
		margin-top: 0;
	}
	.form-parts_box{
		width: 66%;
    margin: 7px 0 7px 11px;
	}
	.form-parts_box:nth-child(8){
		margin-bottom: 7px;
    margin-top: 7px;
	}
	.form-parts_box:nth-child(10){
		margin-top: 7px;
		padding: 1px 2px;
	}
	.btn-submit{
		width: 190px;
    padding: 10px 0;
    font-size: 13px;
    margin-bottom: 45px;
    margin-top: 35px;
	}


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}













