@charset "UTF-8";
/* CSS Document */


iframe{ width:100%; }

  html {
  background-color: transparent;
  background-image: none;
}

  body{
	  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
      	margin:0px;
	line-height:1.8;
	font-size:16px;
}

a {
  text-decoration:none;
  color:#333;
  cursor:pointer;
}


div#container{
	width:100%;
	margin:0px auto;
}


	
span.empty{
	color:red;
	}


div.content{
	width:1000px;
	position:relative;
	margin:0px auto;
	}

@media screen and (max-width: 1000px) {
	div.content{
	width:100%;
	}
	}

/* ヘッダー　*/
div#header{
	width:100%;
	}
	
div#header img{
	width:100%;
	height:auto;
	}
	
/* コンテンツ　*/

p#concept{
	font-size:60px;
	line-height:2.5;
	}
	
img.mozi,img.bosyu{
	display: block;
    margin: 30px auto 100px;
	}
	
#map {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	}

iframe {
	width: 100%;
	}
	
/* コンテンツ　~1000px*/
@media screen and (max-width: 1000px) {
	
	p#concept{
	font-size:50px;
	line-height:2.5;
	}
	
	div.taketori-col{
		width: 800px !important;
    height: 650px !important;
    margin: 0px auto;
		}
		
		
img.mozi{
	width:750px;
	height:auto;
	}
	
img.bosyu{
		width:90%;
		height:auto;
		margin-bottom:40px;
	}
	
	}
	
	
/* コンテンツ　~820px*/
@media screen and (max-width: 820px) {
	
	p#concept{
	font-size:35px;
	line-height:2.5;
	}
	
	div.taketori-col{
		width: 500px !important;
    height: 500px !important;
		}
		
			
img.mozi{
	width:600px;
	height:auto;
	margin-bottom:50px;
	}
	}
	

/* コンテンツ　~620px*/
@media screen and (max-width: 620px) {
	
	p#concept{
	font-size:27px;
	line-height:2.5;
	}
	
	div.taketori-col{
		width: 400px !important;
    height: 400px !important;
		}
	
			
img.mozi{
	width:100%;
	height:auto;
	margin-bottom:40px;
	}
	}
	}
	


/* コンテンツ　~420px*/
@media screen and (max-width: 420px) {
	
	p#concept{
	font-size:21px;
	line-height:2.5;
	}
	
	div.taketori-col{
		width: 300px !important;
    height: 280px !important;
		}
	}
 
/*  お問い合わせフォーム */

form{
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	}

p.detail{
	text-align:center;
	}

  input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }

span.empty{
	color:red;
	}


div.wpcf7 {
    margin: 20px auto 0px !important;
    padding: 0px;
    width: 80%;
    overflow: hidden;
}

div.wpcf7 p{
	margin:15px 0px;
}

input.wpcf7-text{
    font-size: 16px;
    padding: 8px 10px;
    width: 100%;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    background-color: #FFF;
    color: #565A5C;	
	width:90%;
}

textarea.wpcf7-textarea{
	width:90%;
	font-size: 16px;
    padding: 8px 10px;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    background-color: #FFF;
    color: #565A5C;
}


input.wpcf7-submit{
   background-color: #D50D3C;
	color: #FFF;
	padding: 18px;
	width: 90%;
	border: 0px;
}


input.wpcf7-submit:hover{
   background-color: #FF5A5F;
	cursor:pointer;
}
p.tel{
	text-align:center;
}

p.tel a{
	text-decoration:underline;
}

span.mail{
	position: fixed;
    top: 0px;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #479CE2;
    color: #fff;
    display: block;
    left: 0;
}


@media screen and (max-width: 740px) {

div.wpcf7 {
    width: 80%;
}

}


@media screen and (max-width: 500px) {

div.wpcf7 {
    width: 95%;
}

p.detail{
	font-size:14px;
	}

}


span.mail{
	position: fixed;
    top: 0px;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #479CE2;
    color: #fff;
    display: block;
    left: 0;
}


p.copy{
	clear:both;
	padding:30px 0px;
	text-align:center;
	}
	
span.empty{
	color:red;
	}