@charset "utf-8";


/* ボタン */

.hero-text a{
	display:inline-block;
	padding:15px 40px;
	background:#ff4d4d;
	color:white;
	text-decoration:none;
	font-size:20px;
	border-radius:5px;
	transition:0.3s;
}


/*　 メインコンテンツ　　都度のお知らせ 　*/

main section.info{
	margin-top: 40px;
	margin-bottom: 50px;;
}

main section.info dl{
	text-align: left;
	clear: both;
	width: 980px;
	height: 300px;
	padding: 10px;
	box-sizing: border-box;
	overflow: auto;
}
main section.info dl dt{
	width: 150px;
	float: left;
	clear: both;
	padding: 20px 0;
	border-bottom: 1px solid #000;
}
main section.info dl dd{
	width: 750px;
	float: left;
	padding: 20px 0;
	border-bottom: 1px solid #000;
}


/*　 メインコンテンツ　休業日などのお知らせ 　*/
main section.news{
	margin-top: 40px;
}

/*　 メインコンテンツ　料金表に関するお知らせ 　*/
main section.price{
	margin-top: 40px;
}

/*　 メインコンテンツ　会社情報 　*/
main section.company{
	margin-top: 40px;
}

/*　 メインコンテンツ　許諾許可証 　*/
main section.certificate{
	margin-top: 40px;
}
main section.certificate .nintei-img{
	width: 700px;
	height: 400px;
	margin-left: 150px;
}

/*　 メインコンテンツ　代行ナビリンク 　*/
main section.daiko-navi-mobail{
	margin-top: 40px;
}
main section.daiko-navi-mobail{
	display: none;
}
.link{
	text-align: center;
}

/*　 メインコンテンツ　ボタン 　*/
.price-btn{
	display: inline-block;
	margin-top: 30px;
	padding: 15px 40px;
	background-color: #ff4d4d; /* いちごっぽい赤 */
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	border-radius: 5px;
	transition: 0.3s;
}

.price-btn:hover{
	background-color: #cc0000;
}
.daikonavi-banner{
  max-width:100%;
  height:auto;
  display:block;
  margin:auto;
}

/* =========================
   モバイル用
========================= */
@media screen and (max-width: 768px) {

/*　 メインコンテンツ　休業日などのお知らせ 　*/

  main section.info {
    padding: 10px 15px;
    border-radius: 8px;
    margin: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  }

  main section.info h2 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }

  main section.info dl {
	width: 100%;
  }

  main section.info dl dt {
    font-weight: bold;
    font-size: 14px;
	padding: 10px 0;
  }

  main section.info dl dd {
	width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
  }
/*　 メインコンテンツ　許諾許可証 　*/
main section.certificate .nintei-img{
	width: 230px;
	height: 140px;
	margin-left: 5px;
}

/*　 メインコンテンツ　代行ナビリンク 　*/
main section.daiko-navi{
	display: none;
}
/* メインコンテンツ　代行ナビリンク　モバイル用 */
main section.daiko-navi-mobail{
	display: block;
	margin-top: 40px;
}

}