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


body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 100%;
	line-height: 1.8;
	color: #333;
	width:100%;
}


a:link {
	color:#4D4D4D;
	text-decoration: none;
}
a:visited {
	color:#4D4D4D;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #ff4E54;
	text-decoration: underline;
	}
a:active {
	color:#ff4E54;
}



.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}



.alpha_a a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
.alpha_a a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/*写真が大きくなる*/

.moimg1 {
	overflow: hidden;
	width: 300px;
	height: 200px;
}
.moimg1 img {
        width: 300px;
	display: block;
	transition: 0.5s;
}
.moimg1 img:hover {
	transform: scale(1.1, 1.1);
}





/*スマホ対応 PCでは消す*/

.sp_navi {
  display:none;
}



/* 例：br.sp_brはタブレット以上のサイズでは非表示にする */
@media screen and (min-width: 641px) {
  .sp_br{
    display: none;
  }
}

/*スマホ（サイズ）のみ電話リンクイキ*/

@media (min-width: 641px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}




/* -------ページトップへ（矢印）------- */

#ptop {
    position: fixed;
    bottom: 25px;
    right: 25px;
	z-index: 1;
}
#ptop a {
    text-align: center;
    display: block;
    border-radius: 5px;
}













