@charset "UTF-8";
/* CSS Document */
/*reset */
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;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
img,abbr,acronym,fieldset,a {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,img {
	display: block;
}
ul li {
	list-style-type:none;
}

/* ----------------------------------------------------------
	共通
---------------------------------------------------------- */
body {
    background-color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
}

* { box-sizing: border-box; }
.contents {
	max-width: 990px;
	margin-top: 5rem;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1024px) {
.contents {
		width: 740px; }
}
@media screen and (max-width: 768px) {
.contents {
		width: 490px; }
}
@media screen and (max-width: 568px) {
.contents {
		width: 80vw;
	    margin-top: 1rem;}	
}

/* ---- grid ---- */

.grid {
  background: #FFFFFF;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- grid-item ---- */

h1 .grid-item {
    background: #FFFFFF;
	border-color: #FFFFFF;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 100;
	letter-spacing: 2px;
	margin-top: 1rem;
	margin-bottom: 2rem;
	color: #333333;
}

.grid-item {
    width: 240px;
    float: left;
    margin-bottom: 10px;
    background: #FFFFFF;
    border: 1px solid hsla(0,0%,30%,0.45);
    border-radius: 3px;
}

.item-title {
	font-size: 0.9rem;
	font-weight: 100;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.3rem;
}
.item-label {
	font-size: 0.8rem;
	font-weight: 100;
	text-align: right;
	padding-bottom: 0.5rem;
	padding-right: 0.3rem;
}
.grid-item img {
	width: 238px;
}
.item-description {
	font-size: 0.8rem;
	font-weight: 100;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.3rem;
}

footer {
    background-color: rgba(255,255,255,0.80);
    color: #333333;
	margin-top: 15rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.submenu {
	text-align: center;
}
.submenu li {
    padding-bottom: 10px;
    cursor: pointer;
    letter-spacing: 2px;
    overflow: hidden;
    margin: 1rem 2rem;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #333333;
}
.submenu li a {
	font-size: 0.9rem;
    font-weight: 300;
	text-decoration: none;
	color: #333333;
}
.submenu li a:before {
    content: "";
    position: absolute;
    width: 0;
    background : #333333;
    left: 45%;
    height: 1.5px;
    bottom: 0;
    transition: all .3s;
    opacity: 0.7;
}
.submenu li a:hover:before {
    width: 100%;
    left: 0;
}
.sns {
	margin: 30px 10px;
	line-height: 30px;
	text-align: center;
}
.sns-rink {
	display: inline-block;
	vertical-align: top;
	font-size: 1.35rem;
}
.sns-rink a {
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
}
footer p {
	text-align: center;
	font-size: 0.85rem;
	font-weight: 100;
	margin-top: 35px;
}

@media screen and (max-width: 568px) {
.grid {
	margin-left: 0;
}
.grid-item {
	width: 80vw;
    margin-bottom: 30px;
}	
.grid-item img {
	width: 100%;
	height: auto;
}
}

@media screen and (max-width: 767px){

footer {
	text-align: center;
	padding: 2rem;
}
.submenu li {
    margin: auto;
    position: relative;
    display: block;
    text-align: center;
}
.submenu li a {
    font-size: 0.9rem;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    padding-bottom: 10px;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    margin: 0.5rem auto;
    color: #333333;
}
.sns {
	margin: 30px 10px;
	line-height: 30px;
	text-align: center;
}
.sns-rink {
	display: inline-block;
	vertical-align: top;
}
.sns-rink a {
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
}
}








