/* CSS Document */


#contact_way {
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin-top: 10px;
}

#contact_way .area_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#contact_way .ps {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    letter-spacing: 2px;
}

#contact_way .ps p {
    margin: 0 10px;
}


.contact-text{
	background:#f9f1ee;
	padding: 30px;
	margin: 10px 0;
}

.contact-text p{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
}

.opentime p{
	font-size: 15px;
	letter-spacing: 2px;
}


#contact_way .number a,
#contact_way .btn_container a {
    width: 310px;
    color: #fff;
    font-size: 24px;
    padding: 8px 5px;
    position: relative;
    transition: all .2s linear;
    font-weight: 600;
    letter-spacing: 0px;
    margin: 10px 0; 
    display: block;
    text-align: center;
}

#contact_way .number a{
	background: #19a545;
}

#contact_way .number a .phone-icon{
	font-size: 28px!important;
}

.number-tel-contact{
	position: relative;
	bottom: 2px;
}

#contact_way .ps {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
	flex-direction: column;
    justify-content: center;
    letter-spacing: 2px;
}

#contact_way .ps p {
    margin: 0 10px;
}



.access-map{
	width: 100%;
	margin-bottom: 20px;
}

.access-map iframe{
	width: 100%;
	margin-top: 10px;
	height: 450px;
}

.access .contact-text{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
}


.access .sub-box-item-content {
    padding: 20px 0px 0;
}

.access dl{
	width: 50%;
	font-family: "Noto Sans JP", sans-serif;
}


.access dl dt{
	display: inline-block;
	font-size: 16px;
	padding: 5px;
	font-weight: 600;
	line-height: 18px;
	border:1px solid #333;
	margin-bottom: 5px;
}

.access dl dd {
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 32px;
	position: relative;
	padding-left: 15px;
}


.access dl dd::before {
	position: absolute;
	display: block;
	content: '';
	width:10px;
	height: 1px;
	top:50%;
	background: #333;
	transform: translateY(-50%);
	left:0;
}

.thx_text{
	padding: 20px !important;
    max-width: 600px;
    margin: auto;
    border: 1px solid #333;
    margin-top: 30px;
}


.access-time{
    background: #f2f0e7;
    padding: 10px 20px;
    margin: 0 0 20px;
}

.access-time ul{
	padding-bottom: 0;
}



.access-detail p{
 	font-size: 18px;
	letter-spacing: 1px;
}

.access-detail p span{
    border: 1px solid #333;
    padding: 0 0 2px 2px;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 4px;
    display: inline-block;
    letter-spacing: 2px;
    color: #333;
}


.thx_text p{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px!important;
	letter-spacing: 1px!important;
	line-height: 26px!important;
}

.sub-main-area h3 {
    padding-left: 0;
	color: #d52423;
	margin-top: 10px;
}

.sub-main-area h3::before {
    display: none;
}

.sub-box-item {
	padding: 10px 0 0;
}


@media(max-width:1200px){
	.number .fa-phone:before {
		content: "\f095";
		position: relative;
		top: -2px;
	}
	
	.number .fa-phone:before {
		content: "\f095";
		position: relative;
		left: 0px;
		top: -2px;
	}
	
	.fa-envelope:before {
        content: "\f0e0";
    }
	
	#access .sub-box-item-content {
        padding: 10px 0px;
    }
}
	

@media(max-width:1000px){
	.contact-text {
    	padding: 10px;
	}
	
	#contact_way .number a, #contact_way .btn_container a {
	   margin: 5px 0;
	}
	
	.contact-text p {
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 26px;
		font-family: "Noto Sans JP", sans-serif;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	#contact_way .ps {
    	font-size: 16px;
    	margin-top: 10px;
		margin-bottom: 0;
	}
	
	
	#access .sub-box-item {
        padding: 0;
    }

}



@media(max-width:650px){
	
	.contact-text p,
	.access-detail p,
	.access .sub-box-item-content ul li {
		font-size: 16px;
		letter-spacing: 0;
	}
	
	#contact_way .ps {
		flex-direction: column;
		text-align: center;
	}
	
	#access .button {
    	justify-content: center;
	}
	
	.thx_text {
    	padding: 10px !important;
	}
	
	.thx_text p{
		font-size: 12px !important;
		letter-spacing: 1px !important;
		line-height: 20px !important;
	}
	
	.access-time {
    	padding: 10px;
	}
	
	.access .sub-box-item-content ul li {
    	line-height: 22px;
		margin: 3px 0;
	}
	
	.access .sub-box-item-content ul li::before {
        position: absolute;
        display: block;
        content: '';
        background: url(../img/check-icon.png) center no-repeat;
        background-size: 100% 100%;
        width: 16px;
        aspect-ratio: 1 / 1;
        left: 0px;
        transform: translateY(0px);
		top: 5px;
	}

	
}