@charset "UTF-8";
/* CSS Document */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■管理ページ用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#admincontrol{
    background-color: #CCCCCC;
    max-height: 500px;
    max-width: 300px;
    opacity: 0.8;
    overflow: scroll;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 1000;
}

a.post-edit-link {
	background-color:#F00!important;
	background-image:none!important;
    border-radius: 5px 5px 5px 5px!important;
    color: #FFFFFF!important;
    font-size: 10px!important;
    font-weight: normal !important;
    padding: 3px 5px!important;
    text-decoration: none!important;
	display:inline-block!important;
	line-height:1.1!important;
}
a.post-edit-link:hover {
	background-color: #06C!important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■404用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#notfound{
	padding:150px 0;
	text-align:center;
}
#notfound h2{
	text-align:center;
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
}
#notfound p{
	text-align:center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■Wordpress用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.alignright { float: right;  padding:0 0 15px 15px;}
.alignleft { float: left;padding:0  15px 15px 0; }
.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0  15px 15px 15px;
}
.alignnone{padding:0  15px 15px 0;}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
/* Hide from Mac IE */

p,li {
	line-height: 1.5;
}
a {
	text-decoration: none;
	color: #933f8a;
}
a:hover { text-decoration:underline;}
strong{ font-weight:bold;}
span.small{font-size: 80%; line-height: 1.2;}
.yellow{color: #FFF600;}
.red{color:#FF0000;}
.d-red{color:rgba(147,63,138,1.00);}
/*poster指定カラー*/
.purple{color:#933f8a;}
.pink{color:#ea6176;}
.y_bg{background:#fff9b1;}
html {
	-webkit-text-size-adjust:none;
}
img{ width:100%; height:auto; }
body {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 14px;
	line-height:1.5;
	color: #333;
	word-break: normal;
    word-wrap: break-word;
	font-feature-settings: "palt";
	letter-spacing: .1em;
}
#container {
    width: 100%;
}
#container #content{
}
#nav{
	margin-top: 10px;
}
#nav ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content:center;
	background:#fce4e9;
	
}
#nav ul li{
	color: #FFF;
	text-align: center;
	padding: 1%;
}
#nav ul li img{
	height:18px;
	width:auto;
}
#nav ul li a{
	color: #FFF;
}
#nav ul li.alink a.sp{
	display: none;
}
#sns .fb-timeline{
	width: 300px;
	height: 250px;
	margin: 0 auto;
	border:1px solid rgba(147,63,138,1.00);
}
#sns ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content:center;
	margin: 15px 0;
}
#sns ul.sns-btn li{
	width: 45px;
	padding: 5px;
}
/*footer******************************************/
#ftr{
	
}
#ftr .copyright, #ftr .drink{
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
}
#ftr .logo img{
	width:154px;
}
#ftr .logo{
	background:#FFF;
	text-align: center;
	padding: 7px 0 15px 0;
}
@media only screen and (max-width: 800px) {
	#nav ul{
		flex-wrap: wrap;
	}
	#nav ul li{
		width: 47%;
		text-align: center;
		border-bottom: 1px dotted #933f8a;
	}
	#nav ul li:nth-child(even){
		border-left: 1px dotted #933f8a;
	}
	#nav ul li a{
	}
	#nav ul li.alink a.sp{
		display:inherit;
	}
	#nav ul li.alink a.pc{
		display:none;
	}
}

@media only screen and (max-width: 468px) {
}