.top_pc { padding:50px; margin-top:0px; }
.main_text { margin-top:-320px; }
.top_ame_pc { padding-top:10px; margin:0 auto; text-align:center; display:compact; }
.top_ame_sp { display:none; }

.br_pc { display:compact;}
.br_sp { display:none;}

.doumin {
  background: #FF0;/*背景色*/
  font-size:36px;
  padding:1px;
  font-family: "Noto Sans JP";
  font-weight:bold;
  text-align:center; 
}

.btn-yoyaku {
  font-size:28px;
  font-family: "Noto Sans JP";
  text-align:center;  
  position: relative;
  display: inline-block;
  margin:20px 0px;
  padding:0.25em 2.0em;
  text-decoration: none;
  color:#FFF;
  background:#900;
  transition: .2s;
}

#doumin #header{
	background: url(../img/top_001.jpg) no-repeat top center;
	width:100%;
	height:720px;
}

.btn-yoyaku:hover {
	opacity:0.7;
  color: white;
}

a.wing{
  position: relative;
  /*(サイズや色はお好きに)*/
}

a.wing::after{
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 30px;
  top: calc(50% - 2px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
}

.text_p { font-size:16px;
		font-family: "Noto Sans JP";
		text-align:center;
		line-height:150%;
		margin:10px 0px;
		}

.mar { margin:30px 0; }

@media screen and (max-width: 767px) {
  /* スマホ用のスタイル */
.top_pc { padding:0px; margin-top:-10px; }
.top_ame_pc { display:none; }
.top_ame_sp { padding-top:10px; margin:0 auto; text-align:center; display:inherit; }
.margin_top_30{ margin-top:-30px; }

.obi_sp { margin-top:-25px; }

.main_text { margin-top:0px; }

.br_pc { display:none;}
.br_sp { display: inline;}

#doumin #header{
	background:url(../img/top_001_sp.jpg) no-repeat top center;
	width:100%;
	height:360px;
}

.doumin {
  background: #FF0;/*背景色*/
  font-size:18px;
  padding:4px;
  line-height:130%;
  font-family: "Noto Sans JP";
  font-weight:bold;
  text-align:center;
}

.btn-yoyaku {
  font-size:20px;
  font-family: "Noto Sans JP";
  text-align:center;  
  position: relative;
  display: inline-block;
  margin:20px 0px;
  padding: 0.25em 2.0em;
  text-decoration: none;
  color:#FFF;
  background:#900;
  transition: .2s;
}

.btn-yoyaku:hover {
	opacity:0.7;
  color: white;
}

a.wing{
  position: relative;
  /*(サイズや色はお好きに)*/
}

a.wing::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: calc(50% - 2px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
}

.mar { margin:20px 0; }

.text_p { font-size:12px;
		font-family: "Noto Sans JP";
		text-align:center;
		line-height:130%;
		margin:10px 0px;
		}

}