* {
    margin: 0;
    padding: 0;
}

body {
	    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
		background:rgba(255,255,255,1) url(../img/bg.jpg);
		background-attachment: fixed;
		background-position:bottom;
		background-size:cover;
	}

p,li,dt,dl {
	line-height: 1.5;
}

p {
	margin: 0 0 1em 0;
    line-height: 1.6;
	color: #fff;
}

img {
	border: 0;
}

a:link,a:visited {
	text-decoration: none;
}

ul {
	margin: 5px 0;
}

ul li {
	list-style: none;

}

.address {
    font-size: 90%;
    color: #006600;
    line-height: 1.3;
    text-align: center;
    margin: 10px 0;
    padding: 0;
    word-wrap: break-word;
}

.content {
    width: 940px;
    margin: 0 auto;
    padding: 10px;
/*-    background: #fff;-*/
}

.pink{
	font-weight:bold;
	color:#F36;
}

h1 {
	background:#000;
	line-height: 0;
}

h2 {
    font-size: 1.5em;
    line-height: 1.5;
    padding: 15px 0;
    color: #caaf5e;
}

.w-100 {
	width: 100%;
}

.mw-100 { 
	max-width:100%;
}

.button {
    background: #EF5F94;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    margin: 5px 0;
    border-radius: 5px;
    color: #fff;
}

.button a,.button a:hover {
	text-decoration: none;
}

.button:hover {
	background: #F5A2C0;
}

.button:active {
    position: relative;
    top: 1px;
}

.thum { 
    width: 730px;
    margin: 0 auto;
}

.mc {
    width: 600px;
    margin: 0 auto;
}

.time{
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
}

.p5 { padding: 5px;
}

.pt10{ padding-top: 10px;
}

.mt10 { margin-top: 10px;
}

.mb10 { margin-bottom: 10px;
}

.txt_right { text-align: right; }

.ac { text-align:center; }

@media screen and (max-width:768px) { 
	.ac { text-align:left; }
}



/* clearfix
------------------------------------------*/
/* For modern browsers */
.cf:before,.cf:after {
    content: "";
    display: table;
}

.cf:after { clear: both }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom: 1 }

@media screen and (min-width:769px) { 
    .sp_only { display: none }
}
@media screen and (max-width:768px) { 
    .content {
        width: 95%;
        margin: 0 auto;
        padding: 1%;
        background: none;
    }
    .sp_none { display: none }
    .button { margin: 10px 0 }
    .address { font-size: 85% }
    .thum,.mc { width: 90%; }
    h2{
        font-size: 1.1rem;
    }
}