@charset "utf-8";
/* CSS Document */
#main_img {
	width: 100%;
	height: 650px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#main_img #header_contact_wrap {
	width:60%;
	margin: 0 auto;
	max-width: 768px;
	position: relative;
}
#main_img #header_contact {
	width:100%;
	top:400px;
	left:0%;
	text-align: center;
	position: absolute;
}
#main_img #header_contact .contact_btn {
	width: 45%;
	margin: 10px 2.5%;
	display: inline-block;
}
/*concept*/
#concept_wrap {
	background-image: url(../images/bg_gold.png);
	padding: 100px 0;
	background-size: 60%;
}
#concept {
	width:80%;
	margin:0 auto;
	max-width: 1024px;
	background-color: #fff;
	color:#000;
	padding: 70px 50px;
	text-align: center;
	border-radius: 30px;
}
#concept img {
	display: block;
	margin: 0 auto;
	width: 20%;
}
#concept h2 {
	font-size: 150%;
	margin: 50px auto;
	border-bottom: solid 3px #ccc;
	width:50%;
	position: relative;
	color:#ff0080;
}
#concept h2::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #bf9c46;
	bottom: -3px;
	width: 50%;
}
#concept p {
	margin-bottom: 50px;
	font-size: 120%;
	line-height: 40px;
	font-family: "メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	text-align: left;
	box-sizing: border-box;
}
/*nayami*/
#nayami_wrap {
	background-image: url(../images/bg_town.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 100px 0;
}
#nayami {
	width:80%;
	margin:0 auto;
	max-width: 1024px;
}
#nayami h2 {
	width: 90%;
	margin:0 auto;
	margin-bottom: 70px;
}
#nayami #nayami_5 {
	text-align: center;
}
#nayami #nayami_5 img {
	display: inline-block;
	width:30%;
	margin: 20px 10%;
}
#nayami #nayami_5 img:nth-last-of-type(3) {
	margin: 0px 35%;
}
#nayami2_wrap{
	background: #000;
	padding: 100px 0;
	background-image: url(../images/bg_town.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
#nayami2_wrap h2 {
	width: 72%;
	margin:0 auto;
	margin-bottom: 70px;
	max-width: 921px;
}
/*#nayami2_wrap .nayami_box {
	width:80%;
	margin:0 auto;
	max-width: 1024px;
	border:3px solid #bf9c46;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	margin-bottom: 50px;
}
#nayami2_wrap .nayami_box h2 {
	background: #bf9c46;
	color:#fff;
	font-size: 150%;
	padding: 10px 2%;
}
#nayami2_wrap .nayami_box p,
#nayami2_wrap .nayami_box2 p {
	padding: 30px 2%;
}
#nayami2_wrap .nayami_box2 {
	width:80%;
	margin:0 auto;
	max-width: 1024px;
	border:3px solid #ff0080;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
}
#nayami2_wrap .nayami_box2 h2 {
	background: #ff0080;
	color:#fff;
	font-size: 150%;
	padding: 10px 2%;
}*/
/*top_menu*/
#top_menu_wrap {
	padding: 100px 0;
}
#top_menu {
	width:80%;
	margin:0 auto;
	max-width: 1024px;
}
#top_menu a {
	display: inline-block;
	width: 46%;
	margin:20px 2%;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 20px;
}
#top_menu a:hover {
	background: #ff0080;
}
/*top_news*/
#top_news_wrap {
	padding: 100px 0;
	background: #000;
}
#top_news {
	width:80%;
	margin:0 auto;
	max-width: 1024px;
}
#top_news h2 {
	font-size: 150%;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	color:#ff0080;
}
#top_news dl {
	margin-bottom: 30px;
}
#top_news dl a {
	display: block;
	border: 1px solid #ff0080;
	color:#fff;
	padding: 20px;
	margin-bottom: 20px;
}
#top_news dl a:hover {
	background: #bf9c46;
}
#top_news .readmore a {
	background: #ff0080;
	padding: 10px;
	color:#fff;
	font-size: 120%;
	display: block;
	text-align: center;
}
#top_news .readmore a:hover {
	background: #fff;
	color:#bf9c46;
}
/*profile*/
#profile_wrap {
	background:#ff0080;
	padding: 100px 0;
}
#profile {
	width:80%;
	margin:0 auto;
	max-width: 1024px;
	background-color: #fff;
	padding: 70px 50px;
	text-align: center;
	border-radius: 30px;
}
#profile img {
	display: block;
	margin: 0 auto;
	width: 20%;
}
#profile h2 {
	font-size: 150%;
	margin: 50px auto;
	border-bottom: solid 3px #ccc;
	width:50%;
	position: relative;
	color:#ff0080;
}
#profile h2::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #bf9c46;
	bottom: -3px;
	width: 50%;
}
#profile p {
	margin-bottom: 50px;
	text-align: left;
	box-sizing: border-box;
}
/*ここからタブレット用（～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:800px){
#main_img {
	height: 450px;
}
#main_img #header_contact_wrap {
	width:80%;
}
#main_img #header_contact {
	top:250px;
}
#main_img #header_contact .contact_btn {
	width: 45%;
	margin: 10px 2.5%;
}
/*concept*/
#concept_wrap {
	padding: 70px 0px;
}
#concept {
	width:90%;
	padding: 50px 20px;
}
/*nayami*/
#nayami_wrap {
	padding: 70px 0;
}
#nayami {
	width:90%;
}
#nayami h2 {
	margin-bottom: 50px;
}
#nayami #nayami_5 img {
	width:34%;
	margin: 20px 8%;
}
#nayami #nayami_5 img:nth-last-of-type(3) {
	margin: 0px 33%;
}
#nayami2_wrap{
	padding: 70px 0;
}
#nayami2_wrap h2 {
	margin-bottom: 50px;
	width: 90%;
}
#nayami2_wrap .nayami_box,
#nayami2_wrap .nayami_box2 {
	width:90%;
}
/*top_menu*/
#top_menu_wrap {
	padding: 70px 0;
}
#top_menu {
	width:90%;
}
/*top_news*/
#top_news_wrap {
	padding: 70px 0;
}
#top_news {
	width:90%;
}
/*profile*/
#profile_wrap {
	padding: 70px 0;
}
#profile {
	width:90%;
	padding: 50px 20px;
}
}
/*ここからミニタブレット用（～650px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:650px){
#main_img {
	height: 400px;
}
#main_img #header_contact_wrap {
	width:90%;
}
#main_img #header_contact {
	top:200px;
}
#concept {
	padding: 50px 10px;
}
#concept img {
	width: 35%;
}
#concept h2 {
	margin: 30px auto;
	width:70%;
}
#concept p {
	width:95%;
	margin: 30px auto;
}
#nayami #nayami_5 img {
	width:40%;
	margin: 10px 5%;
}
#nayami #nayami_5 img:nth-last-of-type(3) {
	margin: 0px 30%;
}
#nayami2_wrap .nayami_box p,
	#nayami2_wrap .nayami_box2 p{
	text-align: left
}
#top_menu a {
	display: block;
	width: 80%;
	margin:20px auto;
	border-radius: 10px;
}
#profile {
	padding: 50px 10px;
}
#profile img {
	width: 35%;
}
#profile h2 {
	margin: 30px auto;
	width:70%;
}
#profile p {
	text-align: left;
	width:95%;
	margin: 30px auto;
}
}
/*ここからスマホ用（～415px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width:415px){
#main_img #header_contact {
	top:50px;
}
#main_img #header_contact .contact_btn {
	width: 80%;
	margin: 15px auto;
	display: block;
}
#concept h2,
	#nayami2_wrap .nayami_box h2,#top_news h2,#profile h2 {
	font-size: 120%;
}
#nayami h2 {
	width: 100%;
}
#nayami #nayami_5 img {
	width:48%;
	margin: 10px 1%;
}
#nayami #nayami_5 img:nth-last-of-type(3) {
	margin: 0px 26%;
}
#top_menu a {
	display: block;
	width: 100%;
}
}