@charset "utf-8";
/* manual
========================================== */
.pcOnly {
    display: none;
}
.spOnly {
    display: none;
}
.tabOnly{
    display:block;
}
.pctabOnly {
    display: block;
}
.tabspOnly {
    display: block;
}
.pcspOnly {
    display: none;
}



/* header
========================================== */

header .hd .logo a {
    display: flex;
	align-items: center;
}
header .hd {
	width: 96%;
}
header .gn li a {
    padding: 0 0 0 10px;
    font-size: 14px;
}

/* ==================
top
======================== */
.mainW {
    margin-top: 70px;
}
.mainW .btn {
    font-size: 1.4rem;
	padding: 10px;
	bottom: 1%;
	width: 90%;
	left: 5%;
	right: 5%;

}
.mainW .btn span {
    font-size: 1.8rem;
}

.inner{
	width: 96%;
	margin: 0 auto;
}
.bg_brown {
    padding: 50px 0;
}

.sec01 .sec01_box{
	width: 96%;
	margin: 0 auto;
	display: inherit;
}
.sec01 .sec01_txt{
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
}
.sec01 img{
	width: 100%;
	object-fit: cover;
	height: 250px;
}
.sec01 .sec01_txt h2{
	font-size: 2rem;
	margin-bottom: 20px;
}
.sec01 .sec01_txt p {
    font-size: 1rem;
}

.sec02 table td:first-child {
	width: 20%;
}
.sec02 table td:nth-child(2),
.sec02 table td:last-child{
	width: 40%;
}
.sec02 table .brown,
.sec02 table .gray{
	font-size: 1.3rem;
}

.sec04 ul li:first-child{
	width: 100%;
	margin-bottom: 10px;
}
.sec04 ul li:last-child{
	width: 80%;
	margin: 0 auto;
}
.sec04 ul li:last-child h4{
	padding: 10px 5px;
}
.sec04 ul li:last-child p{
	padding: 10px;
}

.sec05 ul li div,
.sec05 ul li p{
	padding: 10px;
	box-sizing: border-box;
}
.sec05 dl{
	width: 96%;
}
.sec05 dl dt{
	width: 27%;
}
.sec05 dl dd{
	width: 72%;
	padding: 20px 10px;
}
.sec05 dl dd h6{
	font-size: 18px;
}
.sec05 dl dd ul li{
	font-size: 1rem;
}
.sec05 dl dd ul li .red{
	font-size: 120%;
}
.sec05 dl dd img {
	max-width: 140px;
}
/* footer
========================================== */
footer{
	padding: 30px 0 100px;
}
footer ul{
	width: 96%;
}
footer ul li{
	font-size: 20px;
}
footer ul li:first-child {
	width: 100%;
	margin-bottom: 5px;
}
footer dl{
	width: 96%;
}
footer dl dt {
	width: 45%;
}
footer dl dd {
	width: 54%;
}
footer dl dd .tel{
	font-size: 50px;
}
.pageTop{
	bottom: 16%;
}

@keyframes shake {
    0% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    25% {
        transform: translate(5px, 0px) rotateZ(0deg)
    }
    30% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    35% {
        transform: translate(10px, 0px) rotateZ(0deg)
    }
    75% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    100% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
}

