@charset "utf-8";
/* CSS Document */
*{
	font-family									:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
   
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }


.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.btn-orange {
  background: #ea5532;
  color: #FFF;
  border: 2px solid #ea5532;
  display: block;
  font-size: 20px;
  transition: .3s;
}
.btn-orange:hover {
  background: #FFF;
  color: #ea5532;
  transition: .3s;
}
.btn-green {
	background: #0d8247;
	color: #FFF;
	border: 2px solid #0d8247;
	display: block;
	font-size: 20px;
	transition: .3s;
  }
.btn-green:hover {
	background: #FFF;
	color: #0d8247;
	transition: .3s;
  }
.text-height{
  line-height: 1.8em;  
}
.card_img{
	width:40%;
	text-align: center;
}
.color_text_01{
	color: #009aa8;
}
.color_text_02{
	color: #FFFFFF;
}
.color_text_03{
	color: #00a0e9;
}
.color_text_04{
	color: #ea5532;
}
.color_bar_01{
	background:linear-gradient(to right, #009adf, #7ebf41);
	
}
.color_bar_02{
	background-color: #00b9ef;
}
.color_bar_03{
	background-color: #009b92;
}
.font20 {
    font-size: 20px;
    font-weight:bold;
    display: inline-block;

}
.font23 {
    font-size: 23px;
    font-weight:bold;
    display: inline-block;

}
.font1rem{
	font-size: 0.8rem;
}
.title_font{
	font-family: "游明朝","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: large;
	font-weight: bold;
}

h1{
	margin											:0px;
	padding											:0px;
	font-size: small;
	color: #000000;
}



img.content{
   max-width:100%;
   height:auto;
}




@media screen and ( max-width:800px )
{
	.pc { display: none !important; }
    .sp { display: block !important; }
h1{
	margin											:0px;
	padding											:0px;
	font-size: xx-small;
	color: #000000;
}
h2{
	margin											:0px;
	padding											:0px;
	font-size: small;
	letter-spacing: 1px;
}
h3{
	margin											:0px;
	padding											:0px;
	font-size: small;
	color: #000000;
	letter-spacing: 1px;
}

.card_img{
	width:60%;
	text-align: center;
}
.font25 {
    font-size: 19px;
    line-height:20px;

}
}
