@charset "UTF-8";
body#oekaki {
    margin: 0px;
    background: url(img/sand_pat.png) repeat;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

header {
    padding: 4px;
    text-align: center;
    background: #81cbd1;
    margin: 0px;
}

header .title {
    padding-left: 8px;
    display: inline;
    color: #f8f4e6;
    line-height: 48px;
    margin: 0px;
    vertical-align: middle;
    font-size: 30px;
    font-weight: bold;
}

header .logo {
    display: inline;
    width: 40px;
    vertical-align: middle;
    height: 40px;
}

.top {
    background: url(img/oekaki_back.png) center center / cover no-repeat fixed;
}

.top_contents {
    display: flex;
    margin: 0px auto;
    padding: 2rem;
    width: 1200px;
}

.left {
    display: block;
    width: 33%;
}

div.summary {
    width: 300px;
    min-height: 200px;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
}

div.summary p {
    font-size: 14px;
    line-height: 2em;
}

iframe.news {
    margin-top: 20px;
    width: 340px;
    height: 240px;
    border-radius: 10px;
    background: #ffffff;
    float: left;
}

.main_pic {
    margin: auto;
    display: block;
    width: 400px;
    height: 348px;
}

.store {
    display: block;
    margin: auto;
}

a.store:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

a.store {
    margin-top: 1rem;
    float: right;
    text-decoration: none;
}

ul {
    display: flex;
    justify-content: center;
}


/*//add by tagomori 2016-11-08*/

.nav li.button {
    list-style: none;
    padding: 10px 30px;
    background: url(img/sky_pat.png) repeat;
    border-radius: 50px;
    font-weight: bold;
    margin: 1rem;
    color: #333333;
}

nav li.button:hover {
    background: url(img/sky_pat2.png) repeat;
}

.nav li.button a {
    text-decoration: none;
    color: #333;
}

.main {
    margin: 0px auto;
    width: 1100px;
    padding: 50px;
    background: #ffffff;
    border-radius: 10px;
}

h {
    font-size: 23px;
    font-weight: bold;
    color: #238c95;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    color: #FF8C00;
}

div.menu {
    padding: 1em;
    width: 100%;
}

div.menu_content {
    padding: 1em;
    overflow: hidden;
}

div.menu_content .menu_text {
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
    line-height: 2.2em;
}

div.menu_content img {
    float: right;
    display: inline-block;
    margin-left: 2em;
    margin-bottom: 1em;
    clear: both;
}

footer {
    margin-top: 2rem;
    text-align: center;
}

/******************************

 ソーシャルエリア全体を囲む要素
 * 他のコンテンツと距離を取りたい場合は[margin]を設定して下さい

******************************/
.social-area-syncer {
	width: 100% ;
	min-height: 190px ;
	padding: 0 ;
    margin: 0px;
}

/* デスクトップPCでは高さを拡張する */
@media screen and ( min-width:480px ) {
	.social-area-syncer {
		min-height: 119px ;
	}
}


/******************************

 [ul]要素

******************************/
/* スマホ */
ul.social-button-syncer {
	width: 238px ;
	margin: 24px auto ;
	padding: 0 ;
	border: none ;
	list-style-type: none ;
}

/* デスクトップ */
@media screen and ( min-width:480px ) {
	ul.social-button-syncer {
		width: 410px ;
	}
}


/******************************

 [li]要素

******************************/
ul.social-button-syncer li {
	float: left ;
	text-align: center ;
	height: 71px ;
	margin: 0 8px ;
	padding:0 ;
}


/******************************

 各種ボタン

******************************/
/* [Twitter] */
.sc-tw {
	width: 71px ;
}

.sc-tw svg {
	width: 30px ;
	height: 30px ;
 }

.sc-tw a {
	height: 56px ;
	margin: 0 auto ;
	padding-top: 6px ;
	display: block ;
	background: #1B95E0 ;
	font-size: 12px ;
	color: #fff ;
	font-weight: 700 ;
	text-decoration: none ;
	letter-spacing: .5px ;
	border-radius: 2px ;
}

.sc-tw a:hover {
	color: #fff ;
	background: #0c7abf ;
}

.sc-tw span:before {
	white-space: pre ;
	content: '\A' ;
}

/* [Facebook] */
.sc-fb {
	z-index: 99 ;
	width: 69px ;
}

/* [LINE] */
.sc-li {
	width: 50px ;
}

.sc-li-img {
	border: none ;
	margin: 0 auto ;
	padding:0 ;
	width: 36px ;
	height: 60px ;
}

/* デスクトップPCではLINEボタンを表示しない */
@media screen and ( min-width:480px ) {
	.sc-li {
		display: none ;
	}
}