img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

@charset "shift_jis";
html {
	height: 100%;
    overflow-x: hidden;
}

body{
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    vertical-align: top;

}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


h1,h2,h3,h4,h5,p,dl,dt,dd,figure{
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a:link {
	text-decoration: none;
	color: #000000;

}
a:visited {
	color: #000000;

}
a:hover {


}
a:active {
    color: #000000;
 }


.bigtxt a:link {


}

/*リンクのアウトラインを消す------------*/
a img {outline:none;}
a {outline:none;}
*:focus {
    outline: none;
    max-width: none;
    padding-top: 0px;
    line-height: normal;
    width: auto;
    margin-bottom: 0px;
}




/*===============================================
●pc用のcssを記述
===============================================*/	
@media screen and (min-width:900px) {
	
	

 /*共通ログインバー（全般）設定-------*/
.top {
    display: block;

}
a.anchor{
    display: block;
    padding-top: 95px;
    margin-top: -95px;
}	
	




	
	
	
	
/*トップへボタン---------*/
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #747474;
    background-image: url(../img/arrow_h.png);
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}	
	
/*youtube----------*/	
.youtube {
  width: 100%;
}
.youtube iframe{
  width: 100%;
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*google_map----------*/	
.google_map{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 25%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	margin-bottom: 70px;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}		
	
	
}






/*===============================================
●sp用のcssを記述
===============================================*/	
@media screen and (max-width:899px) {

 /*共通ログインバー（全般）設定-------*/
.top {
    display: block;

}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}	


	







	
/*youtube----------*/	
.youtube {
  width: 100%;
}
.youtube iframe{
  width: 100%;
}
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*google_map----------*/	
.google_map{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 85%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	margin-bottom: 40px;	
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}		


/*トップへボタン---------*/
#page_top{
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 0;
    background-color: #CCAF81;
    background-image: url(../img/arrow.png);
    float: right;
    display: none;
}
#page_top a{
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}	



	
}
