﻿@charset "utf-8";




/* ■■■youtube・google-map■ */

.youtube{
line-height: 1em;
font-size: 87.5%;
text-decoration: underline;
display: none;
}
@media screen and (width:568px){
.youtube iframe{
margin-left: -4px;
}
	}

@media screen and (min-width:568px){
.youtube{
display: block;
width: 560px;
margin: 40px auto;
}
	}


/* ■■■アイコン■ */

/*削除可2015-0604*/
.w-maru:before,
.maru:before,
.sankaku:before,
.batsu:before{
font-weight: bold;
vertical-align: bottom;
}

.w-maru:before,
.maru:before,
.sankaku:before{
font-size: 125%;
}
.batsu:before{
font-size: 150%;
}


@media screen and (min-width:568px){
.maru:before{
font-size: 187.5%%;
}
.batsu:before{
font-size: 150%;
}
	}

.maru:before{
content: "○";
color: blue;
}
.batsu:before{
content: "\002715";
}
/*削除可2015-0604*/


