@import "/common/css/resp_sp_v2.css";

/* -------------------------------------
GANREF
Copyright (c) 2018 Impress Corporation. All rights reserved.
------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {
	line-height: 1.4;
	-webkit-text-size-adjust: 110%;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

b, strong {font-weight:bold;}


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

#mainCntInner{margin:1rem}


.sns {
	display:none;
}


#flower h1 {
	text-align:center;
	font-size: 1.3rem;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px dotted #9BE795;
	margin: 1em 0;
	line-height: 1;
}

#flower h1 span {
	display: block;
	font-size:1rem;
	width:15rem;
	height:1.6rem;
	line-height:1.6rem;
	margin:0 auto 4px;
	background:#5DCC6D;
	color:#fff;
	border-radius: 6px;
	position:relative;
	font-weight: normal;
}

h2 {
	border-left:5px solid #5DCC6D;
	margin-bottom:0.5em;
	font-size:1.2rem;
	padding:0 10px;
}

h2 em {
	font-weight: bold;
}

#flower ul.subList {
	margin-bottom:1em;
	letter-spacing: -.40em;
	width: 100%;
}

#flower ul.subList li {
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	text-align:center;
	font-size: 0.9rem;
}

#flower ul.subList li a img {
	border:1px solid #0074d9;
    margin-bottom:5px;
	display: block;
}

@media screen and (max-width: 375px) {
	#flower ul.subList li {
		margin:0 1% 8px;
		width: 31%;
	}
}

@media screen and (min-width: 376px) {
	#flower ul.subList li {
		margin:0 1% 8px;
		width: 22%;
	}
}

@media screen and (min-width: 768px) {
	#flower ul.subList li {
		margin:0 1% 8px;
		width: 18%;
	}
}

#nav {
	background:#eafff7;
	padding:15px 15px 0;
	border-radius: 8px;
	position:relative;
	margin-bottom:15px;
}

#nav ul {
	display:inline-block;
	letter-spacing: -0.4em;
	vertical-align:top;
	margin-bottom:1em;
	font-size:1.1em;
}

#nav ul li{
	display:inline-block;
	letter-spacing: normal;
}

/*#nav ul li  {background: #5dcc6d; color: #fff;}*/

#nav ul li a {
	display:inline-block;
	padding:0 8px;
	line-height: 1.8rem;
	margin:0 6px 8px 0;
	background:#fff;
	border-radius: 6px;
	box-shadow: 2px 2px 0 0 rgba(200,200,200,0.5);
	text-decoration:none;
	position:relative;
	font-size: 1rem;
    border:1px solid #fff;
}

#nav ul li span {
	display:inline-block;
	padding:0 10px;
	line-height: 1.8rem;
	margin:0 2px 6px 0;
	background:#5dcc6d;
	color: #fff;
	border-radius: 6px;
	box-shadow: 2px 2px 0 0 rgba(200,200,200,0.5);
	text-decoration:none;
	position:relative;
	font-size: 1rem;
    border:1px solid #fff;
}

#season {margin-bottom: 2rem;}

#season a {
	display:block;
	padding:10px;
	margin:0 0 10px 0;
	border-radius: 6px;
	box-shadow: 2px 2px 0 0 rgba(200,200,200,0.5);
	text-decoration:none;
	position:relative;
	border:1px solid #0074d9;
    color: #666;
    font-size: 1rem;
}

#season ul {
	letter-spacing: -0.4em;
}

#season ul li{
	display:inline-block;
	letter-spacing: normal;
    vertical-align: middle;
    text-align: center;
}

#season a ul li:first-child{
	/*margin-bottom: 6px;
    display: block;
    width: 100%*/
}

#season a ul li p{
	margin-bottom:0;
}

@media screen and (max-width: 415px) {
	#season a ul li {
		width: 33.3333%;
	}

	#season a ul li img {
		width: 95%;
	}

	#season a ul li:last-child {
	    display: none;
	}
}

@media screen and (min-width: 416px) {
	#season a ul li {
		width: 25%;
	}

	#season a ul li img {
		width: 95%;
        max-width: 130px;
	}

	#season a ul li:last-child {
	/*    display: none;*/
	}

}


#season a ul li.spring p:first-letter{
	color: #e959a0; 
	font-size: 2rem;
	font-weight: bold;
}

#season a ul li.summer p:first-letter{
	color: #59bceb; 
	font-size: 2rem;
	font-weight: bold;
}

#season a ul li.autumn p:first-letter{
	color: #e79859; 
	font-size: 2rem;
	font-weight: bold;
}

#season a ul li.winter p:first-letter{
	color: #9f87d9; 
	font-size: 2rem;
	font-weight: bold;
}


#season a ul li.winter p:first-letter{
	color: #9f87d9; 
	font-size: 2rem;
	font-weight: bold;
}

.col1 .thumbListWrapper #search-result li{
margin-bottom: 1rem;
}

.col1 .thumbListWrapper #search-result li .thumb img{
vertical-align: bottom;
margin-bottom: 5px;
}

.col1 h1 {
	padding-bottom:5px;
	border-bottom:3px dotted #9BE795;
	font-size:1.2rem;
	text-align:left;
	margin-bottom:10px;
	font-weight:bold;
}

.col1 .title-area {text-align:center;}

.col1 #mainCntInner .title-area p {margin-bottom:5px;}

.col1 #mainCntInner .title-area p{
display:inline-block;
	position:relative;
	margin:0 auto 20px;
	padding:5px;
	text-align:center;
	color:#fff;
	background:#1da702;
	border-radius:8px;
	text-shadow: 1px 1px 5px #0261A6;
	font-size:15px;
	box-sizing:border-box;
	width:100px;
}

.col1 #mainCntInner .title-area p:after{
	content: '';
	position: absolute;
	border-top: 20px solid #1da702;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	bottom: -15px;
	left: 35px;
}

#search-result .thumb {
display: block;
}

#search-result .thumb img {
text-align: center;
}