@charset "utf-8";

body {
	background: #F7F7F7 url(../img/mainimg-bg.gif) 0 110px repeat-x;
}

#container {
	background: transparent url(../img/circle.png) 54% 0 no-repeat;
	position: relative;
}


.mainimg {
	height: 400px;
	text-align: center;
}

.section.section1 {
	padding-top: 45px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 18px;
}

.section1 .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	/* margin: 0 18px 0 5px; */
	width: 23%;
}

.section1 .box4 {
	margin-right: 0;
}

.section1 .box .ttl {
	margin-bottom: 15px;
}


.section2 {
	padding-bottom: 45px;
	color: #666;
}

.section2 a {
	color: #0099CC;
}

.section2 .box {
	float: left;
	display: inline;
	margin: 0 20px 0 5px;
}

.section2 .box1 {
	width: 378px;
}

.section2 .box1 p.ttl {
	font-weight: bold;
}

.section2 .box1 ul li {
	margin-bottom: 3px;
}

.section2 .box1 ul li span {
	margin-right: 10px;
}

.section2 .box2 {
	width: 230px;
	line-height: 1.5;
}

.section2 .box2 p.tel {
	font-weight: bold;
	font-size: 14px;
}

.section2 .box3 {
	width: 147px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.section2 .box3 p {
	/* margin-bottom: 6px; */
}

.section2 .box4 {
	margin-right: 0;
	text-align: center;
	font-size: 10px;
}

/*-----------------------*/
.section:after {
	content: " ";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}

.section {
	clear: both;
	display: inline-block;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .section {
	height: 1%;
}

.section {
	display: block;
}

/* End hide from IE-mac */

#sp {
	width: 100%;
	position: absolute;
	background: #FFF;
	text-align: center;

}

#logo {
	background-color: #fff;
	position: relative;
	z-index: 100;
}

#logo,
#skip {
	display: none;
}

#logo_box {
	margin-top: -20px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 70px;
	background-color: #fff;
}
.g_nav_wrap{
	display: none;
}

@media screen and (max-width:767px) {
	body {
		background: #F7F7F7 url(../img/mainimg-bg.gif) 0 110px repeat-x;
		background-size: 15px;
	}

	.mainimg {
		height: auto;
        width: 100%;
        position: relative;
        transform: translateX(-50%);
        left: 40%;
	}

	.mainimg img {
		width: 120%;
		height: auto;

	}
	#logo{
		padding-bottom: 50px;
	}
	#logo img{
		width: 100%;
		height: auto;
	}
	#logo_box{
		width: 100%;
		padding-bottom: 200px;
	}
	.section.section1{
		flex-direction: column;
		align-items: center;
	}
	.section1 .box{
		width: auto;
	}
	.section2 .box1 {
		margin-bottom: 30px;
	}
	.g_nav_wrap{
		display: block;
	}
	.bnr_cnt{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 10px;
		clear: both;
		width: 100%;
		margin-top: 20px;
	}
	
	.section2 .box3{
		flex-direction: row;
		gap: 10px;
		width: 77%;
		margin: 0;
	}
	.section2 .box4{
		clear: both;
		float: none;
		width: 20%;
		margin: 0;
	}
	.section1 .box img,
	.section2 .box3 img,
	.section2 .box4 img{
		width: 100%;
		height: auto;
	}
}