<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

*{
	box-sizing: border-box;
    margin:0;
    padding:0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: small;
	color: #555555;
	line-height: 140%;
	font-family:'ãƒ¡ã‚¤ãƒªã‚ª',Meiryo,'MS UI Gothic',MS UI Gothic,Verdana,Osaka,Arial,sans-serif;
}

section{
    line-height: 1;
}

img{
	vertical-align: bottom;
	max-width: 100%;
   width: 100%;
   height: auto;
}

.wrap{
	width:1000px;
	margin: 0 auto 40px;
	color: #000000;
}



.btn{
background: url(../img/btn_background_sp.png);
background-size: 100%;

}


.btn a:hover{
    opacity:0.8;
}

.nm_headline{
position:relative;
}

.sec_1{

	background:#F0ECE9;
}


.sec_2{

	background:#FFF;
	margin-top: -1px;
}



.sec_3{

	background:#EAE9E3;
}


.sec_7 {
	background: #EDEBEA;
}

.sec_7 iframe{
	padding-top: 15px;
}





 /* form */

.sec_contact form{
	width:700px;
	margin: 0 auto;
	padding-top: 40px;
}

.sec_contact form dl{
	margin-bottom: 30px;
}

.sec_contact form dt{
	text-align: left;
	margin-bottom: 10px;
	font-size: 20px;
}

.sec_contact form dt:before{
	content:"â–&nbsp;";
	margin-right: 10px;
}

.sec_contact form dt .require{
color:#E61E79;
font-size: 15px;
margin-left: 10px;
}

.sec_contact form dd{
	margin: 0;
	text-align: left;
	font-size: 19px;
}

.sec_contact form dd.flex{
	display: flex;
}


.sec_contact form dd.flex input{
	width: auto;
}



.sec_contact form textarea,
.sec_contact form input{
	width:100%;
	font-size: 19px;
	padding: 5px;
	border: 1px solid #CCC;
}

.sec_contact form .form-old input{
	width: 30%;
}

.sec_contact form .form_submit{
	position: relative;
}

.sec_contact form .form_submit input{
	background: #770A0A;
	color:#fff;
	padding:20px;
	display: inline-block;
	font-size: 30px;

}




@media screen and (max-width:999px){

	.wrap{
	width: auto;
}
.sec_contact form{
width:100%;
padding:20px;
}


.ctrbox a{
position: absolute;
z-index: 100;
width: 66%;
left: calc(50% - 33%);
bottom: 30px;
}



}

@media screen and (min-width:750px){

.btn{
background: url(../img/btn_background.png);
background-size: 100%;

}

.sec_3 .nm_headline {position:relative;margin-top:-85px;}
.sec_4 .nm_headline {position:relative;margin-top:-56px;}
.sec_5 .nm_headline2 {position:relative;margin-top:-50px;}
.sec_6 .nm_headline {position:relative;margin-top:-65px;}
.sec_6 .nm_headline3 {position:relative;margin-top:-88px;}


 .sticky {
    display: block;
    position: fixed;
    opacity: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    transition: all 0.3s;
    line-height: 1;
    color: #FFF;
    padding: 10px 0;
    text-align: center;
    z-index: 1000;
}

.fixed {
    opacity: 1;
}

.sticky a {
    font-size: 16px;
	padding: 0.5em 2em;
	margin-left: 5px;
	background: #23af06;
	color: #FFF;
	text-decoration: none;
}

.form_box select{
	border: 1px solid #ccc;
	font-size: 18px;
	padding: 0.5em;
}

}




/* ç”»åƒåˆ‡ã‚Šæ›¿ãˆ
=========================================================*/
/* ãƒ‘ã‚½ã‚³ãƒ³ã§è¦‹ãŸã¨ãã¯"pc"ã®classãŒã¤ã„ãŸç”»åƒãŒè¡¨ç¤ºã•ã‚Œã‚‹ */
.pc { display: block !important; }
.sp { display: none !important; }
/* ã‚¹ãƒžãƒ¼ãƒˆãƒ•ã‚©ãƒ³ã§è¦‹ãŸã¨ãã¯"sp"ã®classãŒã¤ã„ãŸç”»åƒãŒè¡¨ç¤ºã•ã‚Œã‚‹ */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }

.sticky {
    display: block;
    position: fixed;
    opacity: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    font-size: 4vw;
    font-weight: 700;
    width: 100%;
    transition: all 0.3s;
    line-height: 1;
    color: #FFF;
	padding: 0px 0px 10px;
	text-align: center;
	z-index: 1000;
	line-height: 2;
}

.fixed {
    opacity: 1;
}

.sticky a {
    font-size: 4vw;
	padding: 0.5em 1em;
	margin-left: 5px;
	margin-top: ;
	background: #23af06;
	color: #FFF;
	text-decoration: none;
}

.form_box select{
	border: 1px solid #ccc;
	font-size: 4vw;
	padding: 0.2em 0.5em 0.5em;
}


}

.sec7_pc { display: block !important; }
.sec7_sp { display: none !important; }

@media only screen and (max-width: 1000px) {

	.sec7_pc { display: none !important; }
	.sec7_sp { display: block !important; }

}

@media screen and (min-width:1000px){

	
	.sec_7 .flexbox{
	display: flex;
	margin: 0 auto;
	padding:40px;
	}
	
	 .sec_7 .flexbox img{
	   width: 100%;
	 }
	

	
	.sec_7 .flexbox{
		text-align: center;
	}
	
	
	.sec_7 .flexbox .leftbox{
	
		margin-top: -15px;
		margin-left: 35px;
	}
	
	.sec_7 .flexbox .rightbox{
		margin-left: 120px;
	}
	
	}



@media screen and (min-width:1000px){
	.btn a  img{
		padding: 0px 62px 27px;
		padding-top: 43%;
	}
}

@media screen and (max-width:999px){
	.btn a  img{
		padding: 0px 4vw 5vw;
		padding-top: 60%;
	}
}

.footer {
	background-color: #000;
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0;
}
.footer div {
	padding: 20px;
}
.footer .logo img {
	width: 300px;
	margin: 0 auto;
}
.footer ul {
	text-align: center;
	margin-left: 30px;
	margin-top: 10px;
}
.footer ul li {
	display: inline-block;
	margin-right:  40px;
	color: #fff;
	margin-top: 20px;
}
.footer ul li a {
	color: #fff;
	position: relative;
	text-decoration: none;
}
.footer ul li a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: -15px;
	width: 0.6vw;
	height: 0.6vw;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.footer .copy {
	font-family: "Futura-Bol";
	font-size: 0.8vw;
	font-weight: 900;
	text-align: center;
	color: #fff;
	margin-top: 50px;
	margin-bottom: 1.8vw;
}

@media screen and (max-width: 767px) {
	.footer {
	  padding: 6vw 2.5vw 4vw;;
	  background-color: #000;
	  line-height: 120%;
	}
	.footer div {
	  padding: 0;
	}
	.footer .logo img {
	  width: 35vw;
	  margin: 0 auto;
	}
	.footer ul {
	  text-align: center;
	  display: flex;
	  flex-wrap: wrap;
	  margin: 3vw 0;
	}
	.footer ul li {
	  color: #fff;
	  width: 100%;
	  margin-top: 1.5vw;
	  font-size: 3vw;
	  margin-right: 0;
	}
	.footer ul li a {
	  color: #fff;
	  position: relative;
	}
	.footer ul li a:before {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  margin: auto;
	  content: "";
	  vertical-align: middle;
	  left: -4vw;
	  width: 1vw;
	  height: 1vw;
	  border-top: 1px solid #fff;
	  border-right: 1px solid #fff;
	  transform: rotate(45deg);
	}
	.footer .copy {
	  color: #fff;
	  font-weight: 900;
	  text-align: center;
	  line-height: 1;
	  margin-top: 30px;
	}
	.footer .copy small {
		font-size: 2.5vw;
	}
}

@media screen and (min-width: 1000px) {
	.footer ul li a:before {
		width: 7px;
		height: 7px;
	}
	.footer .copy {
	    font-size: 8px;
		margin-bottom: 19px;
	}
}</pre></body></html>