@charset "UTF-8";
/* CSS Document */ :root {
	--brand: #036EB8;
	--att: #B80E03;
	--gray: #F8F8F8;
	--wt: #FFFFFF;
	--base:#333;
	--font-din:din-condensed, sans-serif;
}

.header__logo__link img.logo01 {
	height: 18px;
	margin-left: 0.75em;
	line-height: 1;
}
.header__logo__link {
	display: block;
	line-height: 1;
}
.is-pc {
	display: block;
}
.is-sp {
	display: none;
}
.container {
	max-width: 1080px;
	margin: auto;
	padding: 0 1em;
}
.cont980{
	max-width: 980px;
	margin: auto;
}
.cont830{
	max-width: 830px;
	margin: auto;
	
}
.cont730{
	max-width: 730px;
	margin: auto;
}
.cont1080{
	max-width: 1080px;
	margin: auto;
	padding: 0 15px;
}
main img{
	max-width: 100%;
	height: auto;
}

/*
contact---------------------------*/
main section.form{
	padding: 40px 0;
}
.txt01{
	color: var(--att);
	font-weight: bold;
	display: block;
}
#pagehead h1{
	padding: 2em;
	font-size: clamp(20px,2.5vw,30px);
    font-weight: bold;
}
section.form table{
    margin-top: 1.5rem;
    border-collapse: collapse;
    border-top: 1px solid #ccc;
}
section.form table th{
	    border-right: 1px solid #ccc;
    width: 30%;
}
section.form table th, section.form table td {
    border-bottom: 1px solid #ccc;
    padding: 0.8rem;
}
section.form th span{
	background: var(--att);
	color: #fff;
	font-size: 12px;
	padding:2px 3px 0 3px;
	margin-left: 5px;
}
section.form table td input[type="text"] {
    font-size: 1rem;
    padding: 0.5rem;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #666;
	box-sizing: border-box;
}
section.form table td textarea {
    padding: 0.5rem;
    font-size: 1rem;
    width: 97%;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #666;
}
section.form table td input[type="tel"] {
    width: auto;
	font-size: 1rem;
     padding: 0.5rem;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #666;
}
section.form .horizontal-item {
    margin: 0 1rem 0 0!important;
}
section.form .formBtn01 input {
    margin: 1.5rem auto 0;
    background: #000;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s;
    width: 15rem;
    max-width: 95%;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border: none;
    padding: 1rem;
    font-size: 1rem;
    display: block;
    cursor: pointer;
}
label.error{
	color: #f00;
	display: block;
}




.ggmap {
	position: relative;
	width: 100%;
	padding-top: 35%; /* = height ÷ width × 100 */
}
.ggmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/*
head h2
---------------------------------*/
.head_wset{
	color: var(--brand);
	font-size: 50px;
	text-align: center;
	font-family: var(--font-din);
}
.head_wset span{
	display: block;
	color: var(--base);
	font-size: clamp(16px,2vw,20px);
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
}
.head_normal{
	color: var(--base);
	text-align: center;
	font-weight: bold;
}
.head_normal_blue{
	color: var(--brand);
	font-weight: bold;
}


.circlelist li{
    position: relative;
    padding-left: 1em;
	margin-bottom: 10px;
    line-height: 1.6;
}

.circlelist li::before{
    content: '・';
    position: absolute;
    left: 0;
}


@media(min-width:768px) {
	a[href*="tel"] {
		pointer-events: none;
	}
}
@media screen and (max-width: 1024px) {
	.header__logo__link img.logo01 {
		height: 0.45em;
		margin-left: 0.5em;
	}
}
@media(max-width:768px) {
	.is-pc {
		display: none;
	}
	.is-sp {
		display: inherit;
	}
	.container {
		padding: 0 15px;
	}
	

	
}