@charset "utf-8";
/*@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
*/
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
@import url('article.css');
@import url('drawer.css');
@import url('contents.css');
@import url('font.css');
/* ----------------------------------------------------------------
	アニメ『ほしの島のにゃんこ』
---------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: inherit;
	-webkit-font-feature-settings: inherit;
	font-feature-settings: inherit;
	-webkit-font-kerning: inherit;
	font-kerning: inherit;
	-webkit-font-language-override: inherit;
	-moz-font-language-override: inherit;
	font-language-override: inherit;
	font-size-adjust: inherit;
	font-stretch: inherit;
	font-style: inherit;
	font-synthesis: inherit;
	font-variant: inherit;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: none;
}
img {
    /* Chromeで画像がぼやける現象を回避 */
    -webkit-backface-visibility: hidden;
    vertical-align: middle;
    max-width: 100%;
	height: auto;
}
a {
	-webkit-tap-highlight-color: transparent;
}
strong {
	font-weight: 700;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
/*	border-collapse: separate;*/
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
/*\*/
	overflow: hidden;
/**/
}
option {
	padding-right: 10px;
}
a{
	outline:none;
	color: #2299ff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #42d0ed;
}
a:focus{
	outline:none;
}
a:link,
a:visited,
a:active,
a:hover { /* FireFox リンク選択時の点線を消す */
	overflow: hidden;
	outline: none;
	cursor: pointer;
	cursor: hand;
}
fieldset {
	border:0;
	display: block;
}
fieldset, img {
	border:0;
}
/* clearfix --*/
.clearFix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
/* alt --*/
.alttext {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
/* ------------------------------
	レイアウト
------------------------------ */
header,article,aside,section,footer,
nav,menu,details,hgroup,summary {
	display: block;
}
body {
	font-family:'rounded-x-mplus',sans-serif;
	/*font-family:'rounded-x-mplus','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
	font-weight: 500;
	color: #555;
	font-size: 15px;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
	background-color: #00bec5;
}
p {
	margin-bottom: 18px;
}
p.sub {
	font-size: 0.9em;
}
header .logo {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 126px;
	z-index: 100;
}
#wrapper {
	overflow: hidden;
}
#wrapper:before {
    background:url('../images/common/bg_sp.jpg') no-repeat center top;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    transition: 0.2s;
}
@media (min-width: 75em) {
#wrapper:before {
	left: 17rem;
}
}
@media (min-width: 64em) {
#wrapper:before {
	left: 15rem;
}
}
/*-- コンテンツページ --*/
.item {
    margin: 60px auto 10px;
    padding: 26px 16px 10px;
/*    background-color: rgba(255, 255, 255, 0.85);
*/	background-color: rgba(255, 255, 255, 0.70);
	width: 92%;
	max-width: 900px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	border: 2px solid #ffffff;
	box-sizing: border-box;
	position: relative;
}
.item::before {
	content: "";
	display: inline-block;
	width: 58px;
	height: 58px;
    background:url('../images/common/icon_star.png') no-repeat center center;
	background-size: 58px auto;
	position: absolute;
	top: -16px;
	left: -20px;
}
.item::after {
	content: "";
	display: inline-block;
	width: 58px;
	height: 58px;
    background:url('../images/common/icon_star_footer.png') no-repeat center center;
	background-size: 58px auto;
	position: absolute;
	bottom: -16px;
	right: -20px;
}
.page-template-page_contents .item {
	min-height: 500px;
}
.item .pagettl {
	font-size: 18px;
	line-height: 1.4em;
	padding: 5px 0;
	font-weight: 700;
	color: #00bb84;
	margin-bottom: 16px;
	background:url('../images/common/line.png') repeat-x left bottom;
	background-size: 40px auto;
	box-sizing: border-box;
}
.item .pagettl.contents-ttl {
    font-family: 'Varela Round', Arial, Helvetica, sans-serif;
	font-size: 32px;
	padding: 10px 0;
	font-weight: 800;
	letter-spacing: -0.02em;
}
.item .pagettl span {
	font-size: 14px;
	color: #ff9000;
	display: block;
	line-height: 1em;
}
.page-template-archive .item.post:first-of-type, .archive .item.post:first-of-type {
	/* margin-top: 0; */
}
.item.post .pagettl span {
	display: block;
	line-height: 1.4em;
	margin-top: 3px;
}
.item .ttl {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 10px;
	color: #ff9000;
}
.item .ttl.big {
	font-size: 1.4em;
}
.item .en  {
	font-size: 1.1em;
}
.copyright {
    text-align: center;
    font-size: 12px;
    color: #fff;
	margin-bottom: 5px;
}
.post-meta {
	font-size: 12px;
	font-weight: 700;
	color: #ff9000;
	display: block;
	line-height: 1em;
}
.post-meta .category, .post-meta .post-categories, .post-categories li {
	display: inline-block;
}
.post-meta .post-categories a {
    color: #999;
    margin-left: 5px;
	font-size: 0.9em
}

/*-- NEWS --*/
.menu-news-container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
#menu-news {
    width: auto;
    margin: 95px auto 20px;
    font-size: 0;
	display: table;
	border-collapse: separate;
	border-spacing: 5px 0;
}
#menu-news li {
    display: table-cell;
    vertical-align: top;
    font-size: 13px;
    white-space: nowrap;
}
#menu-news li a, #pagination a, #pagination span, .linkbtn, .linkbtn:hover {
    position: relative;
    display: inline-block;
    padding: 0.25em 1.5em;
    text-decoration: none;
    color: #FFF;
    background: #ff9000;/*色*/
    border-radius: 20px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.6), inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    font-weight: 700;
    border: solid 1px #ff9000;/*線色*/
	vertical-align: top;
}
#menu-news li a:active, #pagination a:active {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
#pagination span {
    color: #ff9000;
    background: #FFF;/*色*/
}
#menu-news li .sub-menu {
    display: none;
}
.meta .post-categories {
    font-size: 0;
	margin-top: 20px;
	padding-top: 18px;
	background:url('../images/common/line.png') repeat-x left top;
	background-size: 40px auto;
}
.meta .post-categories li {
    margin: 2px;
	display: inline-block;
}
.meta .post-categories li a {
	padding: 0.4em 1em;
	background: #ff9000;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	text-decoration: none;
	border-radius: 18px;
}
#pagination {
    text-align: center;
	margin-bottom: 20px;
}
.ttl404 {
	font-size: 2.5em;
	text-align: center;
	padding: 3em 0;
	font-family: 'Varela Round', Arial, Helvetica, sans-serif;
}
.pc { display: none; }
.sp { display: block; }

