@charset "utf-8";

/* ==========================================================

    全体

========================================================== */
body {
	font-family: 'Zen Maru Gothic',
				"游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic",
				"ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 16px;
    line-height: 1.8;
    color: #371A0A;
}

a:hover {
    opacity: 0.7;
    transition: all 0.5s;
}



.wrapper {
    width: 96%; max-width: 1080px;
    margin-right: auto; margin-left: auto;
}

p { margin-bottom: 1.3em;}
p:last-of-type { margin-bottom: 0;}




/* PC */
@media screen and (width >= 1280px) {
    .pc_non { display: none;}
}

/* TB */
@media screen and (width >= 576px) and (width < 1200px) {
    .tb_non { display: none;}
}

/* SP */
@media screen and (width < 576px) {
    img { max-width: 100%;}

    .sp_non { display: none;}
}






















