@charset "UTF-8";
/* CSS Document */
html{
	font-size: 62.5%;/*16px×62.5%=10px*/
}
body{
	color: #474447;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif, 'Libre Baskerville', serif, 'Alex Brush', cursive;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
	box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #474447;
	text-decoration: none;
}

/*---------------------
*utility
---------------------*/
.img-pc{
	display: none;
}
.text-center{
	text-align: center;
}
.main{
	max-width: 480px;
	margin: auto;
	overflow: hidden;
}
.wrap{
	padding: 0 20px;
}
/*---------------------
*header
---------------------*/
.logo-black{
	width: 45%;
	height: auto;
	margin: auto;
}
.navigation{
	background-color: rgba(255,255,255,0.90);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	padding:80px 0 40px;
	transition: all 0.5s;
	transform: translateX(-1000px);
	text-align: center;
	z-index: 100;
}
.navigation.open{
	transition: all 0.5s;
	transform: translateX(0);
}
.nav-list{
	font-family: 'Libre Baskerville';
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
.nav-item{
	margin-top: 50px;
}

/*---------------------
*button
---------------------*/
.underlayer{
	width: 480px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0);
	transition:  0.5s;
	z-index: 150;
}
.underlayer>.logo-black{
	width: 40%;
	height: auto;
	margin: 15px;
	transition: 0.5s;
	opacity: 0;
}
/*スクロールでspロゴを表示*/
.underlayer.on{
	background-color: rgba(255,255,255,1);
}
.underlayer>.logo-black.on{
	opacity: 1;
}
/*//スクロールでspロゴを表示*/
.btn{
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin-top: 15px;
	margin-left: 76%;
	z-index: 150;
	background: none;
	border: none;
}
.btn-trigger,
.btn-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.btn-trigger {
	position: relative;
	top: 0;
	left: 34px;
	width: 36px;
	height: 34px;
}
.btn-trigger span.chgcolor{
	background-color: #474447;
}
.btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
}
.btn-trigger span:nth-of-type(1) {
	top: 3px;
}
.btn-trigger span:nth-of-type(2) {
	top: 15px;
}
.btn-trigger span:nth-of-type(3) {
	bottom: 3px;
}
/*button-close*/
.btn-trigger.active span:nth-of-type(1) {
  	transform: translateY(10px) rotate(-45deg);
	background-color: #474447;
}
.btn-trigger.active span:nth-of-type(2) {
  	opacity: 0;
}
.btn-trigger.active span:nth-of-type(3) {
  	transform: translateY(-15px) rotate(45deg);
	background-color: #474447;
}
/*---------------------
*hero-imade
---------------------*/
.header-area{
	position: relative;
}
.contact-title-set{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.contact-title{
	font-family: 'Alex Brush';
	font-size: 5rem;
}
.contact-title-set>.contact-title::after{
	content: "";
	display: block;
	width: 170px;
	height: 2px;
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.contact-subtitle{
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 0.2em;
}
.hero-image-sp{
	background-image: url("../../contact/contact-images/contact_header_sp.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 300px;
	z-index: -1;
}
/*---------------------
*contact
---------------------*/
.contact{
	padding: 60px 20px 80px;
}
.contact-txt{
	font-size: 1.5rem;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-align: center;
}
.contact-txt-sub{
	font-size: 0.6rem;
	line-height: 14px;
	letter-spacing: 0.1em;
	color: #9B9795;
	width: 300px;
	margin: 10px auto 0;
}
.tel-list{
	text-align: center;
	margin-top: 40px;
	border-top: solid 2px #9e7a7a;
	border-bottom: solid 2px #9e7a7a;
}
.tel-txt{
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 20px;
}
.tel-number{
	font-size: 3rem;
	letter-spacing: 0.14em;
	margin: 20px 0 20px;
}
.tel-number span{
	font-size: 2rem;
	display: inline-block;
	margin-right: 6px;
}
/*---------------------
*form
---------------------*/
.form{
	padding: 60px 20px 0;
}
.form-title{
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	text-align: center;
}
.form-list{
	padding-top: 40px;
}
.form-list input{
	background-color: #f3f3f3;
	border: solid 1px #c7c4c4;
	border-radius: 4px;
	margin-top: 10px;
	width: 100%;
	height: 20px;
	font-family: 'Noto Serif JP';
	font-size: 1.2rem;
}
.form-list textarea{
	background-color: #f3f3f3;
	border: solid 1px #c7c4c4;
	border-radius: 4px;
	margin-top: 10px;
	width: 100%;
	height: 100px;
	font-family: 'Noto Serif JP';
	font-size: 1.2rem;
}
.form-item{
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	margin-top: 34px;
}
.form-item:first-of-type{
	margin-top: 0;
}
.form-item span{
	font-size: 1rem;
	font-weight: 300;
	line-height: 15px;
	color: #fff;
	background-color: #a40000;
	margin-left: 10px;
	padding: 1px 3px;
	border-radius: 4px;	
}
.send{
	font-size: 1.5rem;
	font-family: 'Noto Serif JP','Libre Baskerville';
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.6em;
	line-height: 34px;
	background-color: #9e7a7a;
	border-radius: 4px;
	border: none;
	width: 100%;
	margin-top: 60px;
}
/*---------------------
*footer
---------------------*/
.footer{
	padding: 40px 16px 30px;
	background-color: #f3f3f3;
}
.footer-logo-black{
	width: 70%;
	margin: auto;
}
.summary{
	max-width: 320px;
	margin: auto;
}
.summary-list{
	font-size: 1.4rem;
	line-height: 24px;
	padding-top: 40px;
	width: 314px;
	margin: auto;
}
.summary-title{
	float: left;
	clear:left;
	width: 80px;	
}
.summary-txt{
	float: left;
	width: 180px;
	margin-left: 20px;
}
.footer-follow{
	clear: left;
	padding-top: 40px;
}
.footer-icon{
	font-size: 2.4rem;
}
.footer-icon-txt{
	font-family: 'Libre Baskerville', serif;
	font-size: 1.6rem;
	display: inline-block;
	margin-left: 10px;
	line-height: 25px;
}
.footer-nav{
	padding: 40px 0 10px;
}
.footer-nav-item{
	font-family: 'Libre Baskerville', serif;
	font-size: 1.8rem;
	margin-top: 16px;
}
.footer-nav-item:nth-of-type(1){
	margin-top: 0;
}
.request-txt{
	color: #9B9795;
	font-size: 0.8rem;
	line-height: 1.2rem;
	width: 320px;
	margin: 20px auto 0;
}
.copy{
	font-size: 1rem;
	margin: auto;
	padding-top: 20px;
}
.pagetop-btn{
	font-size: 2rem;
	position: fixed;
	bottom: 10px;
	right: 0%;
}
.pagetop-btn a {
    display: block;
    text-decoration: none;
    color: #474447;
    background:rgba(170,169,169,0.30);
	padding: 10px;
    text-align: center;
    outline: none;
}
.pagetop-btn a :hover {
    text-decoration: none; 
    animation: arrow .4s;	
}


@media screen and (min-width:481px){
/*---------------------
*lording
---------------------*/
.loading {
	top: 50%;
	left: 98%;
}
/*---------------------
*button
---------------------*/
.underlayer{
	width: 960px;
}
.underlayer>.logo-black{
	width: 18%;
}
	
.btn-trigger {
	left: 60px;
	width: 36px;
	height: 34px;
}
/*---------------------
*utility
---------------------*/
.main{
	max-width: 481px
}	
}

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

/*---------------------
*lording
---------------------*/
.loading {
	left: 88%;
}
/*---------------------
*button
---------------------*/
.btn-trigger {
	left: 84px;
	width: 40px;
	height: 40px;
}

.btn-trigger span:nth-of-type(2) {
	top: 19px;
}
/*button-close*/
.btn-trigger.active span:nth-of-type(1) {
  	transform: translateY(14px) rotate(-45deg);
}
.btn-trigger.active span:nth-of-type(3) {
  	transform: translateY(-16px) rotate(45deg);
}	
}

@media screen and (min-width:751px){
	
/*---------------------
*lording
---------------------*/
.loading {
	left: 80%;
}
/*---------------------
*button
---------------------*/
.btn-trigger {
	left: 114px;
}	
}

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

a[href^="tel:"]{
    pointer-events: none;
}
/*---------------------
*lording
---------------------*/
.loading {
    top: 50%;
    left: 74%;
	width: 50%;
}
/*---------------------
*utility
---------------------*/
.img-sp{
	display: none;
}
.img-pc{
	display: block;
}
.main{
	max-width: 961px;
}
.wrap{
	padding: 0;
}
.sp{
	display: none;
}

/*---------------------
*header
---------------------*/
.logo-black{
	width: 60%;
	display: inline-block;
	text-align: left;
	margin: 0;
}
.navigation{
	background-color: #fff;
	width: 100%;
	height: auto;
	padding:16px 30px 6px;
	transform:none;
	display: flex;
	justify-content: space-between;
	position: fixed;
	z-index: 100;
}
.nav-list{
	font-family: 'Libre Baskerville';
	font-size: 1.6rem;
	line-height: 16px;
	letter-spacing: 0.2em;
	display: flex;
}
.nav-item{
	margin-top: 0;
	margin-left: 30px;
	line-height: 46px;
	position: relative;
}
.nav-item:nth-of-type(1){
		margin-left: 0;
}
.nav-item:last-of-type{
		font-size: 2.8rem
}
.nav-item.on-page{
	color: #A9A6A9;
}
.nav-item.on-page a{
	color: #A9A6A9;
}
/*under-line*/
.nav-item::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: ' ';
  width: 100%;
  height: 2px;
  background: #474447;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.nav-item:hover::after {
  transform: scale(1, 1);
}
/*/under-line*/
.hero-image{
	width: 100%;
}
.img-pc-box{
	width: 100vw;
	height: 100vh;
	margin-top: 68px;
	overflow: hidden;
	position: relative;
}
.logo-white{
	width: 40%;
	z-index: 10;
}	

/*---------------------
*button
---------------------*/	
.btn{
	display: none;
}
/*---------------------
*hero-imade
---------------------*/
.contact-title{
	font-size: 8.6rem;
}
.contact-title-set>.contact-title::after{
	width: 300px;
	height: 3px;
	margin-bottom: 20px;
}
.contact-subtitle{
	font-size: 2.4rem;
	letter-spacing: 0.2em;
}
.hero-image-sp{
	display: none;
}
.hero-image-pc{
	background-image:url("../../contact/contact-images/contact_header_pc.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
	margin-top: 82.09px;
}

/*---------------------
*contact
---------------------*/
.contact{
	padding: 120px 80px 80px;
	width: 961px;
	margin: auto;
}
.contact-txt{
	font-size: 1.8rem;
	line-height: 30px;
}
.contact-txt-sub {
    font-size: 1.2rem;
    width: 596px;
    margin: 14px auto 0;
}
.tel-list{
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.tel-txt{
	font-size: 1.8rem;
	line-height: 36px;
	margin: 30px 0;
}
.tel-number{
	font-size: 3.4rem;
	margin: 30px 0 20px 30px;
}
.tel-number span{
	font-size: 2.8rem;
	margin-right: 20px;
}
/*---------------------
*form
---------------------*/
.form{
	padding: 80px 40px 0;
}
.form-title{
	font-size: 2.2rem;
}
.form-list{
	padding-top: 80px;
	max-width: 886px;
	margin: auto;
}
.form-list input{
	width: 55%;
	height: 28px;
	font-size: 1.6rem;
	margin-left: 50px;
	margin-top: 0;
}
.form-list input:first-of-type{
	margin-left: 210px;
}
.form-list input:nth-of-type(2){
	margin-left: 192px;
}
.form-list input:nth-of-type(3){
	margin-left: 190px;
}
.form-list input:nth-of-type(4){
	margin-left: 132px;
}
.form-list textarea{
	width: 55%;
	height: 200px;
	margin: 60px 0 0 111px;
	font-size: 1.6rem;
}
.form-item{
	display: inline-block;
	font-size: 1.8rem;
	margin-top: 60px;
}
.form-item:first-of-type{
	margin-top: 0;
}
.form-item:last-of-type{
	margin-top: 0;
	transform: translateY(-184px);
}	
.form-item span{
	font-size: 1.2rem;
	line-height: 16px;
	color: #fff;
	background-color: #a40000;
	margin-left: 10px;
	padding: 1px 3px;
	border-radius: 4px;	
}
.send{
	font-size: 1.8rem;
	line-height: 46px;
	width: 500px;
	margin: 60px 0 0 128px;
}
/*---------------------
*footer
---------------------*/	
.footer{
	margin-top: 80px;
	padding: 50px 80px 30px;
}
.summary{
	display: flex;
	justify-content: space-around;
	max-width: 860px;
	margin: auto;
}
.summary-list{
	width: 400px;
	font-size: 1.8rem;
	line-height: 40px;
	padding-top: 52px;
	margin: 0;
}
.summary-list>dd:nth-of-type(1){
	display: block;
	margin-bottom: 46px;
	margin-left: 0;
	width: 400px;
	line-height: 20px;
}
.summary-title{
	width: 100px;
}
.summary-txt{
	width: 270px;
}
.summary-item{
	margin-top: 16px;
}
.summary-item:nth-of-type(2){
	margin-top: 50px;
}
.footer-follow{
	padding-top: 50px;
}
.footer-icon{
	font-size: 3rem;
}
.footer-icon-txt{
	font-size: 1.8rem;
	margin-left: 20px;
	line-height: 30px;
}
.footer-nav{
	padding: 76px 0 68px;
}
.footer-nav-item{
	margin-top: 16px;
	transition: transform .3s;
}
.footer-nav-item a:hover{
	color: #969096;
}
.request-txt {
    font-size: 1.2rem;
    line-height: 1.6rem;
    width: 754px;
    margin: 0px auto 20px;
}
.copy{
	font-size: 1.4rem;
	text-align: center;
}
.pagetop-btn{
	font-size: 3rem;
	bottom: 30px;
}
.pagetop-btn a {
	padding: 30px;
}	
	
	
	
}
@media screen and (min-width:1366px){
	
/*---------------------
*lording
---------------------*/
.loading {
    position: absolute;
    top: 50%;
    left: 65%;
	width: 50%;
}
/*---------------------
*utility
---------------------*/
.main{
	max-width: 1366px;
}

/*---------------------
*contact
---------------------*/
.contact{
	padding: 120px 120px;
	width: 1366px;
	margin: auto;
}
.contact-txt{
	font-size: 2rem;
	line-height: 30px;
}
.tel-txt{
	font-size: 2rem;
	line-height: 36px;
	margin: 30px 0;
}
.tel-number{
	font-size: 3.6rem;
	margin: 30px 0 20px 30px;
}
.tel-number span{
	font-size: 3rem;
	margin-right: 20px;
}
/*---------------------
*form
---------------------*/
.form{
	padding: 80px 80px 0;
}
.form-title{
	font-size: 2.4rem;
}
.form-list{
	padding-top: 80px;
	max-width: 976px;
	margin: auto;
}
.form-list input{
	width: 70%;
}
.form-list input:first-of-type{
	margin-left: 175px;
}
.form-list input:nth-of-type(2){
	margin-left: 156px;
}
.form-list input:nth-of-type(3){
	margin-left: 155px;
}
.form-list input:last-of-type{
	margin-left: 96px;
}
.form-list textarea{
	width: 70%;
	margin-left: 77px;
}
.send{
	margin: 80px 0 0 244px;
}
/*---------------------
*footer
---------------------*/	
.footer{
	margin-top: 0;
	padding: 50px 240px 30px;
}
.request-txt {
    width: 764px;
}

}

/*---------------------
/*---------------------
/*---------------------
*lording
---------------------*/	
@-webkit-keyframes hello {
 0% {
 stroke-dashoffset: 2000;
 fill:transparent; /*透過*/
}
 50% {
 fill:transparent; /*透過*/
}
 100% {
 stroke-dashoffset: 0;
 fill: #fff;
}
}
@keyframes hello {
 0% {
 stroke-dashoffset: 2000;
 fill:transparent; /*透過*/
}
 50% {
 fill:transparent; /*透過*/
}
 100% {
 stroke-dashoffset: 0;
 fill:#fff;
}
}