@charset "utf-8";

*, *:before, *:after {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	vertical-align: bottom;
	box-sizing: border-box;
	list-style: none;
}

footer, header, menu, nav, section {
	display: block;
}

html{
	overflow-y: scroll;
	font-size:62.5%;
}

body {
	font-size: 18px;
	line-height:1.5;
	color:#333333;
	font-family: 'Noto Sans JP', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0rem;
}

a {
	color:#333333;
	text-decoration:none;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
@media screen and (max-width: 480px){
	.sp_none {
		display: none;
	}
}

/********/
img {
	max-width: 100%;
	height: auto;
}

iframe {
	max-width: 100%;
}

.container {
	margin: 0 auto;
}

.inner {
	max-width: 960px;
	margin: 0 auto;
}

/**** Header ****/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
}
.header-Wrap{
	height: 80px;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-Logo{
	line-height: 1;
	width: 240px;
	display: block;
}

.header-Logo a img{
	max-height:32px;
}

.header-Link {
	display: flex;
	justify-content: flex-end;
}

.header-Tel {
	font-weight: 500;
	font-size: 11px;
	text-align: right;
	width: 510px;
}

.header-Tel dt{
	display: flex;
	justify-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom:5px;
}
.header-Tel dt span {
	display: inline-block;
	border: 1px solid #a4c63b;
	color: #a4c63b;
	padding: 3px 10px;
	margin-left: 5px;
	line-height: 1.0;
}
.telnumber{
	font-weight: 700;
	font-size: 35px;
	letter-spacing: -0.03em;
	line-height: 1;
	font-family: Dinpro-Bold;
}
.telnumber a{
	color: #333;
}
.telnumber i{
	margin: 0 5px;
	font-size: 100%;
}
.header-Mail {
	width: 150px;
	height: 60px;
	margin-left: 30px;
}
.header-Mail a{
	display: flex;
	color: #fff;
	font-size: 1.6rem;
	width: inherit;
	height: inherit;
	background: #ff9000;
	align-items: center;
	justify-content: center;
}
.header-Mail i{
	margin-right: 10px;
}
#menu ul {
	display: flex;
	flex-wrap: wrap;
}
#menu ul li a {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* メインバナーエリア */
main{
	margin-top: 131px;
	width: 100%;
}
main .banner {
	text-align: center;
}
main .banner img{
	max-width: 100%;
	width: 960px;
	height: auto;
}

/* オーダーボタンエリア */
.contact-order {
	background: #a4c63b;
	padding: 30px 0;
	line-height: 1;
}

.cp-Title {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
}
.cp-Title dt {
	text-align: center;
	margin-bottom: 10px;
}
.cp-Title dd {
	text-align: center;
}
.cp-Title dt span,
.cp-Title dd span{
	color: #ffea00;
}

.cp-Wrap {
	width: 100%;
	background: #fff;
	margin: auto;
	padding: 20px 0 0;
	text-align: center;
	font-weight: bold;
	display: flex;
	justify-content:center;
	flex-wrap:wrap;
	align-items: center;
}
.cp-Wrap .cp-ContactTitle {
	color: #333;
	font-size: 1.8rem;
	width: 100%;
}
.cp-Wrap .cp-ContactDateTime {
	display: inline-block;
	border: 1px solid #a4c63b;
	box-sizing: border-box;
	color: #a4c63b;
	margin-left: 5px;
	padding: 5px 5px;
}

.cp-Telbox {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 20px;
	text-align: center;
	font-size: 2rem;
	padding: 20px;
	background: #ff9000;
	border-radius: 10px;
}


.cp-TelText{
	color: #fff;
	background: #ff9000;
	font-weight: 500;
	font-size: 1.6rem;
	padding: 10px;
}
.cp-TelText::before,
.cp-TelText::after {
	content: "";
	width: 0;
	height: 0;
	display: block;
}
.cp-TelText::before {
	margin-bottom: -4px;
}
.cp-TelText::after {
	margin-bottom: -2px;
}


.cp-tel {
	margin-left: 20px;
	font-size: 3.6rem;
}
.cp-tel a {
	color: #ff9000;
	text-decoration:none;
	display: block;
}
.cp-tel a::before,
.cp-tel a::after {
	content: "";
	width: 0;
	height: 0;
	display: block;
}
.cp-tel a::before {
	margin-bottom: -10px;
}
.cp-tel a::after {
	margin-top: -3px;
}

.Conf_Btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 20px;
}
.Conf_Btn a {
	display: block;
	width: 100%;
	max-width: 550px;
	margin: auto;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	padding: 20px;
	background: #a4c63b;
	border-radius: 10px;
}



.cp-ContactDateTime {
	display: none!important;
}










.service {
width: 100%;
height: 100%;
background: url('../../../../bundle/bg-service.png') repeat;
padding: 30px 0;
}

.bnr{
	width: 100%;
	margin-bottom: 30px;
}

.item:not(:last-of-type) {
margin-bottom: 30px;
}
.item {
padding: 30px;
background: #fff;
filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.3));
}
.item h3{
font-size: 40px;
color: #a4c63b;
margin-bottom: 30px;
border-bottom: 6px solid #a4c63b;
font-weight: bold;
line-height: 1;
}

.item_content{
padding-left: 30px;
width: 60%;
line-height: 1.6;
font-size: 16px;
}
.item_body figure img{

}
#price{
background: #a4c63b;
padding: 30px 0;
}

.price_body h3{
font-size: 40px;
color: #a4c63b;
margin-bottom: 30px;
border-bottom: 6px solid #a4c63b;
font-weight: bold;
line-height: 1;
}
.price_body{
padding: 30px;
background: #fff;
filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.3));
}

.price{
color: #cc0000;
font-size: 40px;
font-weight: bold;
text-align: right;
line-height: 1.0;
}
.price span{
font-size: 40px;
}

#step {
width: 100%;
height: 100%;
background: url('../../../../bundle/bg-service.png');
padding: 30px 0;
}
.step3{
display: block;
margin: 0 auto 30px;
}
.step_body:not(:last-of-type){
margin-bottom: 30px;
}
.step_body {
padding: 30px;
background: #fff;
filter: drop-shadow(6px 6px 6px rgba(0,0,0,0.3));
}
.step_body dl:nth-of-type(1){
margin-bottom: 15px;
}

.step_body dl:first-child dt{
background: #a4c63b;
color: #fff;
padding: 5px 0 10px 20px;
width: 280px;
margin-right: 20px;
font-size: 24px;
font-weight: bold;
}
.step_body dl span{
font-size: 36px;
padding: 0 10px;

}
.step_body dl dd{
font-size: 16px;
padding-left: 20px;
line-height: 1.6;
}

.step_body dl:first-childdd{
padding: 0;
font-size: 30px;
font-weight: bold;
}
.step_body dl:nth-child(2) dt{
width: 100%;
max-width: 280px;}


.gmap {
height: 0;
overflow: hidden;
padding-bottom: 30%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
#access{
text-align: center;
margin:0;
padding: 0;
background: #eaeaea;
}

#access h2{
margin: 0 auto;
font-size: 40px;
color: #a4c63b;
padding: 30px;
border-top: 5px solid #a4c63b;
border-bottom: 5px solid #a4c63b;
width: 100%;
background: #fff;
font-weight: bold;
line-height: 1;
}

#contact{
padding: 60px 0 30px;
background: #fff;
}

#contact h2{
text-align: center;
margin: 0 auto 50px;
font-size: 40px;
color: #a4c63b;
padding: 20px;
border: 5px solid #a4c63b;
width: 50%;
font-weight: bold;
}
textarea {
width: 100% !important;
height: 204px !important;
padding: 15px 5.66%;
}
.mfp input{
height: 50px;
padding: 1%;
vertical-align: middle;
}

/**** Footer ****/

.footer {
width: 100%;
border-top: 6px solid #222;
background: #a4c63b;
padding: 0 2.5% 30px;
margin: 60px auto 0;
color: #fff;
font-size: 14px;
}
.footer a {
color: inherit!important;
}

#privacy {
background: #fff;
border: 1px solid #e6e6e6;
padding: 30px;
margin: 0 auto 60px;
width: 100%;
max-width: 960px;
}

#privacy h4 {
font-size: 18px;
font-weight: bold;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 20px;
padding-bottom: 10px;
}

#privacy div {
height: 120px;
overflow-y: scroll;
font-size: 12px;
}

#privacy div p {
font-size: 12px;
margin-bottom: 0.5rem;
}

footer ul {
text-align: center;
padding: 30px 0 0;
}
footer ul li{
 font-size: 14px;
}
footer ul li:last-child{
margin-top: 30px;
 font-size: 12px;
}
#form#mailformpro {
padding: 8px;
}

div.mfp_buttons button{
font-size: 18px!important;
margin: 10px!important;
padding: 20px!important;
background-color: #C00;
color: #fff;
font-weight: bold;
border: none;
}



/*globalnav*/
@media screen and (min-width: 961px) {
.cp_offcm01 {
	max-width: 960px;
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	right: auto;
	top: auto;
	margin: 0 auto; }
.cp_offcm01 .cp_menu {
background-color: rgba(0, 0, 0, 0);
right: auto;
margin: 0 auto;
padding-left: 0;
width: 100%;
height: auto;
position: relative;
top: auto; }
.cp_offcm01 .cp_menu ul {
height: auto;
background-color: rgba(0, 0, 0, 0);
margin: 0;
padding-top: 0;
position: relative;
border-left: 1px #fff solid; }
.cp_offcm01 .cp_menu ul li {
text-align: center;
border-right: 1px #fff solid;
width: 25%;
margin-bottom: 0; }
.cp_offcm01 .cp_menu ul li a {
color: #fff;
font-size: 1.4rem; }
.cp_offcm01 .cp_menu ul li a:hover {
text-decoration:none; }
.cp_offcm01 .cp_menu ul li.nav_sns {
display: none; }
.cp_offcm01 .cp_menu ul li.nav_sp {
display: none !important;
}
.cp_offcm01 #cp_toggle01 ~ label {
display: none; }
}
