/*!
	Theme Name: 
	Theme URI: 
	Author: 
	Author URI: 
	Description: 

	Version: 0.0.1
*/
/************************/ 
:root {
	--bland: #000;
	--att: #ffda00;
	--head3:#ca9f20;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
html {
	font-size: 62.5%;
}
body {
	color: var(--bland);
	font-size: clamp(1.5rem,1.9vw,1.8rem);
	line-height: 1.7;
	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
    
}
section {
	overflow: hidden;
}


/* font  
-----------------------------------*/

h2 {
	text-align: center;
	position: relative;
	display: flex;
    justify-content: center;
	flex-direction: column;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	font-weight: 600;
	margin-bottom: 50px;
	font-feature-settings: "palt";
    letter-spacing: 0.1em;
}
h2 span{
    font-size: clamp(1.2rem,1.56vw,1.4rem);
    bottom: -1.8em;
    line-height: 1.4;
    padding: 1px 15px 2px;
    font-weight: 400;
    margin: 8px auto 0;
	letter-spacing: 0;
	
}
main h2 span {
	background: var(--att);
	
}
#contact h2 span {
	background: #fff;
}
main p{
	text-align: justify;
}
h3 {
	font-size: clamp(1.8rem,2.7vw,3rem);
	color: var(--head3);
	font-weight: 600;
	margin: 15px 0 30px;
	font-feature-settings: "palt";
    letter-spacing: 0.1em;
	line-height: 1.4;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
/* link  
-----------------------------------*/
a, a img, button {
	text-decoration: none;
	transition: ease 0.7s;
	color: #303030;
	backface-visibility: hidden;
}
main a:link,
main a:visited{
	color: var(--blandatt);
}
main a:hover{
	text-decoration: underline;
	text-underline-offset:0.2em;
}
.row {
	padding-right: 15px;
	padding-left: 15px;
}
/* container width
-----------------------------------*/
.container {
	margin: auto;
	max-width: 1230px;
	padding: 0px 15px;
	box-sizing: border-box;
	position: relative;
}




/* #contact 
-----------------------------------*/
#contact .contactgrid{
display: grid;
    grid-template-columns: 30% 1fr;
    grid-gap: 7%;
	align-items: center;
	padding: 75px 0;
}
#contact .contactgrid dl dt{
	margin-right: 3.3em;
	line-height: 1.6;
}
#contact .contactgrid_right{
	margin-left: auto;
}
#contact .contactgrid_right dl{
	display: flex;
	align-items: center;
}
#contact .contactgrid_right dl:first-child{
	margin-bottom: 50px;
}

#contact .contactgrid_right dl.contact_tel dd{
	font-size: clamp(3.6rem,4.68vw,4.8rem);
	line-height: 1;
	margin: auto;
	font-weight: 600;
}
#contact .contactgrid_right dl.contact_mail dd a{
    font-size: 1.4rem;
    display: block;
    background: #fff;
    border-radius: 50px;
    padding: 18px 3px;
    width: 315px;
    text-align: center;
    box-sizing: border-box;
}
#contact .contactgrid_right dl.contact_mail dd a:hover{
	background: #000;
	color: #fff;
}

/* footer 
-----------------------------------*/

footer {
	padding: 57px 0 50px;
}

footer .footergrid{
	display: grid;
	grid-template-columns: 50% 1fr;
	align-items: center;
}
footer .footergrid .footleft{
	display: flex;
	align-items: center;
}
footer .footergrid .footleft ul{
	margin-left: 35px;
}
footer .footergrid .footright ul{
	display: flex;
	align-items: center;
}
footer .footergrid .footright ul li a{
	white-space: nowrap;
	font-weight: 600;
	position: relative;
}
footer .footergrid .footright ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    background-color: #000;
    transition: transform .3s ease, visibility .3s ease;
    visibility: hidden;
}
	footer .footergrid .footright ul li a:hover:after {
    transform: scaleX(1);
    visibility: visible;
}
.copy{
	background: var(--att);
	font-size: clamp(1.2rem,1.4vw,1.4rem);
	text-align: center;
	padding: 0.94em;
}
footer .footright{
	margin-left: auto;
}
footer .footright li:not(:first-child){
	margin-left: clamp(10px,2vw,2.9em);
}
.foot_sns {
	text-align: center;
	margin-top: 20px;
}
.foot_sns img {
	width: 50px;
}
/* pagetop 
-----------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 14px;
	z-index: 1;
}
.pagetop a {
	color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: cubic-bezier(0.02, 1.1, 0.98, 0.53) .3s;
}
.pagetop a span {
	font-size: 1rem;
	writing-mode: vertical-rl;
	margin-top: 1rem;
}
.pagetop a:hover {
	opacity: 0.6;
}
.pagetop a img {
	position: relative;
	right: 1px;
}
.pagetop a:hover img {
	transform: translateY(-10px);
}
.dli-arrow-up {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	line-height: 1;
	position: relative;
	width: 0.1em;
	height: 3em;
	background: currentColor;
}
.dli-arrow-up::before {
	content: '';
	width: 0.65em;
	height: 0.65em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(-45deg);
	transform-origin: top right;
	position: absolute;
	top: -0.05em;
	right: 50%;
	box-sizing: border-box;
}
.sp_visible {
	display: none;
}
.sp_hidden {
	display: inherit;
}







/* #contact
-----------------------------------*/
#contact{
	background: var(--att);
}





/* medhia query 
-----------------------------------*/
@media(min-width:769px){
	a[href^="tel:"] {
		pointer-events: none;
		cursor: none;
	}

}
@media(max-width:1080px){
	
	footer .footergrid .footleft{
		flex-direction: column;
		align-items: flex-start;
		grid-gap: 20px;
	}
	
	footer .footergrid .footleft img{
		width: 100px;
	}
	footer .footergrid .footleft{
		margin-bottom: 25px;
	}
	footer .footergrid .footleft ul{
		margin-left: 0;
	}
	
	
}
@media (max-width: 768px) {
	/*sp visible hidden*/
	.sp_visible {
		display: inherit;
	}
	.sp_hidden {
		display: none;
	}
	
	
	/* container  
	-----------------------------------*/
	.container {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.containerin {
		padding: 0;
	}
	.row {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	/* main  
	-----------------------------------*/
	.pagelinklist li:nth-child(2){
		display: none;
	}
	/* contact  
	-----------------------------------*/
	#contact .contactgrid{
		grid-template-columns: 1fr;
		padding: 25px 0;
	}
	#contact .contactgrid_right{
		margin: 10px 0px 45px;
		
	}
	#contact .contactgrid_right dl{
		flex-direction: column;
		justify-content: center;
	}
	#contact .contactgrid dl dt {
    margin-right: 0;
		margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
		
}
	/* footer  
	-----------------------------------*/
	footer{
		padding: 30px 0;
	}
	footer .footergrid{
		grid-template-columns: 1fr;
	}
	footer .footergrid .footright ul{
		flex-direction: column;
		align-items: flex-start;
		grid-gap: 20px;
	}
	
	footer .footergrid .footright ul{
		grid-gap: 15px;
	}
	footer .footright {
    margin-left: 0;
}
	footer .footright li:not(:first-child){
		margin-left: 0;
	}
	
	
}