@charset "utf-8";
/* CSS Document */
body {
	font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Sans", Meiryo, serif;
}
.outer_50 {
	max-width:69%;
	margin-left:auto;
	margin-right:auto;
	}
.outer_78 {
    max-width: 78%;
    margin-left: auto;
    margin-right: auto;
}
.outer_95 {
	max-width:95%;
	margin-left:auto;
	margin-right:auto;
	}
	
/*　背景　*/
.intr_bg01 {
	background:url(../img/intr_bg.gif) repeat 0 0;
	}
	
/**********************************************

　本文
　
***********************************************/
header {
	padding:1rem;
	}
section {
	margin-bottom:2rem;
	}
.intr_bg02 {
	background: url(../img/ld.jpg) no-repeat top center;
	background-size:cover;
	padding:1rem;
	}
.intr_thm li{
	border:1px solid #8C7740;
	padding:1rem;
	background:rgba(255,255,255,0.7);
	margin-bottom:2rem;
	}
/*　見出し　*/
.intr_ttl01 {
	position: relative;
	margin: 30px;
	text-align: center;
	font-size:1.2rem;
}
.intr_ttl01:before,
.intr_ttl01:after {
	position: absolute;
	z-index: 0;
	bottom: -10px;
	display: block;
	content: '';
	border: 1em solid #BF9900;/*obi*/
}
.intr_ttl01:before {
	left: -30px;
	border-left-width: 15px;
	border-left-color: transparent;
}
.intr_ttl01:after {
	right: -30px;
	border-right-width: 15px;
	border-right-color: transparent;
}
.intr_ttl01 span {
	position: relative;
	z-index: 1;
	display: block;
	padding: 0.5rem 2rem;
	color: #fff;
	background: #D8AD02;/*main*/
}
.intr_ttl01 span:before,
.intr_ttl01 span:after {
	position: absolute;
	bottom: -10px;
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	border-style: solid;
	border-color: #a38302 transparent transparent transparent;/*obiura*/
}
.intr_ttl01 span:before {
	left: 0;
	border-width: 10px 0 0 10px;
}
.intr_ttl01 span:after {
	right: 0;
	border-width: 10px 10px 0 0;
}
/**/
.intr_ttl02 {
	font-size:2rem;
	}
.intr_ttl03 {
	background: #BF9900;
	padding:0.5rem;
	color:#222;
	font-size:1.3rem;
	margin-bottom:1rem;
	}
.intr_ttl04 {
	font-size:1.8rem;
	line-height:1.1;
	font-weight:bold;
	margin-top: 1rem;
	}
.intr_ttl04 .intr_big {
	font-size:3em;
	color:#8C7740;
	text-shadow:2px 2px 3px #000;
	}
.intr_ttl04 .intr_big2 {
	font-size:2em;
	color:#8C7740;
	text-shadow:2px 2px 3px #000;
	}
.intr_ttl04 .intr_small {
	font-size:0.5em;
	color: initial;
	text-shadow: none;
	line-height:1;
	}
.intr_ttl05  {
	border:1px solid #fff;
	padding:0.3rem;
	background:rgba(0,0,0,0.7);
	color:#fff;
	}
/*　ボタン　*/	
.intr_btn {
	display:block;
	max-width:500px;
	margin:2rem auto;
	padding:1rem;
	background:#8C7740;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.05em;
	border-radius: 5px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	}	
.intr_btn:before{
	background: #000;
	}
.intr_btn:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-left:10px;
	}	


@media screen and (min-width: 768px) {
	
/*　見出し　*/
.intr_ttl01 {
	font-size:1.5rem;
	margin: 30px;
	}
.intr_ttl02 {
	font-size:4rem;
	}
.intr_ttl03 {
	}
/**********************************************

　本文
　
***********************************************/
header {
	padding:2rem;
	}
section {
	margin-top:3rem;
	margin-bottom:5rem;
	}
.intr_bg02 {
	padding:3rem;
	}
.intr_thm li{
	padding:1rem;
	}
/*　ボタン　*/
.intr_btn {
	padding:1.5rem;
	}

}


@media screen and (max-width: 767px) {
.rogo {
	width:100px;
	}

}
