@charset "utf-8";

/**hero-header************************************************************************/

body{
	background-color: #F4F4F4;
}

.site-header{
    background: rgba(255,255,255,0.9);
    display: flex;
    padding: 0;
	margin: 0 0 -60px;
    position:relative;
	bottom:60;
    justify-content: space-between;
    width: 100%;
	height: 60px;
	z-index: 9100;
}
.site-header.fixed{
    position: fixed;
    top: 0;
	bottom:none;
	height: 60px;
}



.under_top {
    position: relative;
    height: 190px;
    background-size: none;
}
h1 {
	display:block;
	margin:0 auto;
	position:absolute;
	top:34px;
	left: 50%;
  	margin-left: -110px;
	z-index: 9000!important;
}
h1 img{
	width:220px;
	height:auto;
}

#wrap{
	position: relative;
	top: -60px;
	min-height: 100%;
}
#wrap.fixed{
	top: 0px;
}

#container{
	width: 100%;
	height: 100px;
	margin: 80px auto 0;
	padding: 0;
}

#b_content {
	width: 100%;
	margin: 30px auto;
	padding: 0;
	display: block;
	position: relative;
	z-index: 800;
}


p.b_border {
width: 100%;
height: 3px;
margin: 40px auto 50px;
border-bottom: 1px solid #000;
}

p.b_border2 {
width: 30px;
height: 1px;
margin: 20px auto 0px;
border-bottom: 1px solid #000;
}

/*#content p{
	text-align: center;
	width: 100%;
	font-size: 28px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	
}*/

#address{
	bottom: 0;
	text-align: center;
	width: 100%;
	left: 0%;
}

.yellow_t{
	background: linear-gradient(#fff 100%,#fff600 0%);
}

.white_t{
	
	background: linear-gradient(#F4F4F4 60%,#fff600 40%);
}

p.b_01txt {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 24px;
	line-height: 1.3em;
	margin: 0 0 0px;
	padding: 20px 0 20px;
	/*background: linear-gradient(transparent 10%, #fbd 10%);*/
	
}

#b_content .b_01txt_in{
	display: block;
	text-align: center;
	font-size: 12px;
	padding: 0px;
	margin: 60px auto 60px;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


p.b_02txt {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 34px;
	line-height: 1.2em;
	margin: 0 0 0px;
	padding: 30px 0 0;
	/*background: linear-gradient(transparent 10%, #fbd 10%);*/
	
}


p.b_03txt {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 17px;
	line-height: 1.8em;
	margin: 20px 25px 10px;
	
}

p.b_04txt {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 18px;
	line-height: 1.6em;
	margin: 40px 25px 60px;
	
}

img.b_img{
	width: 100%;
	margin: 0px 0 50px;
	overflow: hidden;
	
}

.pc_br{
	display: none;
}

.sp_br{
	display: inline;
}

div.under_btn{
	width: 90%;
	margin: 50px auto 45px;
}

div.under_btn .button {
	font-size: 13px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	display: inline-block;
	width: 100%;
	height: 70px;
	text-align: center;
	text-decoration: none;
	line-height: 70px;
	outline: none;
	margin:0px auto 0px;
	border-radius: 8px;
    -webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
    -moz-border-radius: 5px;/* for Firefox 対応*/
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	line-height: 100px;
	
}
.button:hover {
	background-color: #fff600;
	border: 1px solid #fff600;
	color: #000;
}


@media screen and (min-width: 1000px) {
	
	
p.b_border {
width: 100%;
height: 3px;
margin: 40px auto 50px;
border-bottom: 1px solid #000;
}
p.b_border2 {
width: 30px;
height: 1px;
margin: 20px auto 0px;
border-bottom: 1px solid #000;
}

#b_content {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	display: block;
	position: relative;
	z-index: 800;
}

	
p.b_01txt {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 34px;
	line-height: 1.2em;
	margin: 0 0 0px;
	padding: 30px 0 30px;
	/*background: linear-gradient(transparent 10%, #fbd 10%);*/
	
}

#b_content .b_01txt_in{
	display: block;
	text-align: center;
	font-size: 12px;
	padding: 0px;
	margin: 60px auto 60px;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


p.b_02txt {
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 30px;
	line-height: 1.2em;
	margin: 0 0 0px;
	padding: 40px 0 0;
	/*background: linear-gradient(transparent 10%, #fbd 10%);*/
}


p.b_03txt {
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	line-height: 1.7em;
	margin: 40px 200px 30px;
}

p.b_04txt {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 18px;
	line-height: 2em;
	margin: 40px 100px 60px;
}
img.b_img{
	width: 100%;
	margin: 0px 0 50px;
}
	
.pc_br{
	display: inline;
}

.sp_br{
	display: none;
}
	
div.under_btn{
	width: 360px;
	margin: 30px auto 60px;
}

}

