@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, address, em, img, small, strong, var, dl, dt, dd, ol, ul, li,  form, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, figcaption, footer, header,  nav, section, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border-style: none;
}
body {
font-size: 16px;
line-height: 1.5em;
font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
width: 80%;
margin: auto;
font-feature-settings: "palt" 1;/*--字詰め(プロポーショナルメトリクス)--*/
}

.mincho {font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", "serif";}

a {
color: #000;
text-decoration: none;
transition: 0.2s;
}
a:visited {
color: #000;
}
a:hover {
font-size: 1em;
}

.font-l {
font-size: 1.2em;
}

.tablet {
display: none;
}

.tablet-sec {
display: none;
}

/*--基本設定ここまで--*/







/*--
*--タブレット--*
@media screen and (max-width: 900px) {
.pc {
display: none;
}
.tablet {
display: block;
}
.news img {
width: 20%;
}
.news .btn-text {
width: 80%;
}
}
@media screen and (max-width: 800px) {
header {
height: 100px;
}
header h1 {
float: none;
text-align: center;
display: block;
}
header p {
float: none;
text-align: center;
display: block;
margin: 0;
}

footer {
height: 100px;
}
footer h1 {
float: none;
text-align: center;
display: block;
}
footer p {
float: none;
text-align: center;
display: block;
margin: 0;
}
}

@media screen and (max-width: 600px) {
.news .btn-text {
width: 100%;
}
}

*--スマホ--*
@media screen and (max-width: 500px) {
body {
width: 300px;
}
header a {
padding: 10px 10px;
}
footer a {
padding: 10px 10px;
}
}
--*/


/*------------------------ニュース記事ここから------------------------*/
.sonota {
padding: 2px;
background-color: #7B7B00;
color: #fff;
margin-right: 15px;
white-space: nowrap;
}
.sale {
padding: 2px;
background-color: #7B0024;
color: #fff;
margin-right: 15px;
white-space: nowrap;
}
.hitokoto {
padding: 2px;
background-color: #25007B;
color: #fff;
margin-right: 15px;
white-space: nowrap;
}

.category {
font-size: 0.8em;
}
.day {
font-size: 0.9em;
padding-right: 10px;
}


.main-copy {
line-height: 2.5em;
}

.link {
padding: 5px;
color: #fff;
background: #333;
border: solid 1px #333;
text-align: center;
margin-top: 30px;
}

.link:hover {
opacity: 1;
color: #333;
background: #fff;
border: solid 1px #333;
transition: 0.3s;
}

.mincho h2 {
font-size: 21px;
}

main {
margin-top: 20px;
width: 100%;
}
.title .mincho {
color: #000;
font-size: 25px;
}

.title {
margin-bottom: 20px;
line-height: 2em;
}


@media screen and (max-width: 500px) {
.main-copy {
line-height: 2.5em;
}
.pc {
display: none;
}
}






