@charset "utf-8";
/*全体の設定----*/
html body {
	max-height: 100%;
	margin: 0px;
}
body {
	background: #f8f3f0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;/*フォント*/
}
a {
    text-decoration: none !important;
}
a, a:hover, a:focus, a:active {
    color: #222222;
    text-decoration: none;
	transition-duration: 0s;/*変更----*/
	outline: none;
}
img {
    max-width: 100%;
}
#container img
.side-banner img {
    max-width: 100%;
}
ul, ol {
    margin: 0 0 10px 0px;
    padding: 0;
}
a img{
	transition-duration: 0s;/*0.6より変更----*/
}
a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
}
::selection {
    background: rgba(171,234,255,0.6); /*背景色*/
    /*color: #fff; 文字色*/
}
::-moz-selection {
    background: rgba(171,234,255,0.6); /*背景色*/
    /*color: #fff; 文字色*/
}
.responsive {
	display: none;
}
@media (max-width: 979px) {
	.pc {
		display: none;
	}
	.responsive {
		display: initial;
	}
}
/*PC TELリンク消し----*/
@media (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
		display: inline-block;
	}
}
