@charset "utf-8";

ul.seasonNav div.seasonBtn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a, a * {
	text-decoration: none;
}

div #spring.anchor {
	display: block;
	padding-top: 1px;
	margin-top: -1px;
}
div.anchor {
	display: block;
	padding-top: 20px;
	margin-top: -20px;
}

@media screen and (max-width: 750px){
	div.anchor {
		display: block;
		padding-top: 35px;
		margin-top: -35px;
	}
}


/* content,content_inner
--------------------------------------------------------------*/
#content{
	padding: 9px 0 0;
}
.content_inner{
	width: 884px;
	margin: 0 auto;
	border: 5px solid #d5c3ae;
	border-radius: 15px;
}
@media screen and (max-width: 750px){
	#content{
		padding: 12px 0 0;
	}
	.content_inner{
		width: 100%;
		border: none;
		border-radius: 0;
	}
	#pageTop{
		padding: 0 10px;
	}
}
/* title,text
--------------------------------------------------------------*/
.pageTitle{
	margin: 0 auto 16px;
	text-align: center;
	display: table;
}
.leadTxt{
	margin: 0 auto 28px;
	text-align: center;
	display: table;
}
.pc_img {
	display: block;
}
.sp_img {
	display: none;
}

@media screen and (max-width: 750px){
	.pageTitle{
		width: 85%;
		height: auto;
		margin: 0 auto 10px;
		padding: 1%;
	}
	.leadTxt{
		width: 75%;
		padding: 1%;
		margin: 0 auto 10px;
	}
	.pc_img {
		display: none;
	}
		.sp_img {
		display: block;
	}
}

/* seasonNav
--------------------------------------------------------------*/
.seasonNav {
	display: -webkit-flex;
	display: flex;
	width: 815px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 26px;
}
.seasonBtn {
	width: 196px;
	height: 50px;
	margin-right: 12px;
	border-radius: 10px;
	box-shadow: 0 0 5px #bbb;
}
.seasonBtn.spring {
	background-color: #fceef0;
	border: solid 3px #f8b0cb;
}
.seasonBtn.summer {
	background-color: #e1f8e9;
	border: solid 3px #7bdd9a;
}
.seasonBtn.autumn {
	background-color: #fce7d2;
	border: solid 3px #f8a686;
}
.seasonBtn.winter {
	background-color: #d8f4f8;
	border: solid 3px #86c5d6;
	margin-right: 0;
}
.seasonText{
	margin: 10px auto;
	font-size: 16px;
	font-weight: bold;
	color: #4f311f;
}
.br-sp {
	display:none;
}
@media screen and (max-width: 750px){
	.seasonNav {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 93.5%;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 10px;
	}
	.seasonBtn {
		width: 41.2vw;
		height: 58px;
		margin-right: 7px;
		border-radius: 5px;
		box-shadow: 0 0 5px #bbb;
		text-decoration: none;
	}
	.seasonBtn.spring {
		border: solid 2px #f8b0cb;
		margin-bottom: 7px;
	}
	.seasonBtn.summer {
		border: solid 2px #7bdd9a;
		margin-right: 0;
		margin-bottom: 7px;
	}
	.seasonBtn.autumn {
		border: solid 2px #f8a686;
	}
	.seasonBtn.winter {
		border: solid 2px #86c5d6;
		margin-right: 0;
	}
	.seasonText{
		font-size: 1.2em;
		margin: 7% auto;
		text-decoration: none;
	}
		/* br
	--------------------------------------------------------------*/
	.br-sp {
		display:block;
	}
}

/* twItem
--------------------------------------------------------------*/
.twItemWrap{
	padding: 20px 9px 0;
	display: flex;
	flex-wrap: wrap;
}
.twItem{
	float: left;
	width: 250px;
	margin: 0 8px 20px;
	border-radius: 5px;
	/* border: #edeae7 solid 1px;
	background: url(../img/bg.gif) left top repeat; */
}
.twItem > iframe{
	width: 100% !important;
	margin: 0 !important;
	border-radius: 5px;	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2) !important;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2) !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.2) !important;
}
div.twItem.fb {
	background-color: #fff;
	background-image: none;
	margin-top: 10px;
}
@media screen and (max-width: 750px){
	.twItemWrap{
		display: block;
		padding: 0 2%;
	}
	.twItem{
		float: none;
		width: 100%;
		margin: 2% auto;
		border: none;
		background: none;
	}
	.EmbeddedTweet,
	.MediaCard-widthConstraint,
	.NaturalImage-image{
		width: 100% !important;
		max-width: 100% !important;
	}
	div.twItem.fb {
		margin-top: 0;
	}
}

/* twArea
--------------------------------------------------------------*/
.twArea {
	margin: 0 34px 34px;
	border-radius: 15px;
	position: relative;
}
.twArea.spring {
	margin-top: 34px;
	background-color: #fceef0;
}
.twArea.summer {
	background-color: #e1f8e9;
}
.twArea.autumn {
	background-color: #fce7d2;
}
.twArea.winter {
	background-color: #d8f4f8;
}
.seasonTitle {
	color: #4f311f;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 28px;
}
.seasonTitle.spring:before {
	content: "";
	background-image: url("../img/spring.png");
	background-repeat: no-repeat;
	position: absolute;
	top: -18px;
	left: 194px;
	width: 80px;
	height: 64px;
	background-size: contain;
  vertical-align: middle;
}
.seasonTitle.summer:after {
	content: "";
	background-image: url("../img/summer.png");
	background-repeat: no-repeat;
	position: absolute;
	top: -18px;
	right: 194px;
	width: 80px;
	height: 64px;
	background-size: contain;
  vertical-align: middle;
}
.seasonTitle.autumn:before {
	content: "";
	background-image: url("../img/autumn.png");
	background-repeat: no-repeat;
	position: absolute;
	top: -18px;
	left: 194px;
	width: 80px;
	height: 64px;
	background-size: contain;
  vertical-align: middle;
}
.seasonTitle.winter:after {
	content: "";
	background-image: url("../img/winter.png");
	background-repeat: no-repeat;
	position: absolute;
	top: -18px;
	right: 194px;
	width: 80px;
	height: 64px;
	background-size: contain;
	vertical-align: middle;
}
@media screen and (max-width: 750px){
		.twArea {
		margin: 0 3.5% 40px;
		border-radius: 15px;
	}
	.seasonTitle {
		font-size: 1.6em;
		padding: 18px 0 7px;
		position: relative;
	}
	.seasonTitle.spring:before {
		top: -5vh;
		left: 2.5vw;
		width: 20vw;
		height: 10vh;
	}
	.seasonTitle.summer:after {
		top: -5vh;
		right: 0vw;
		width: 20vw;
		height: 10vh;
	}
	.seasonTitle.autumn:before {
		top: -5vh;
		left: 2.5vw;
		width: 20vw;
		height: 10vh;

	}
	.seasonTitle.winter:after {
		top: -5vh;
		right: 0vw;
		width: 20vw;
		height: 10vh;

	}
}

/* pagetop
--------------------------------------------------------------*/
@media screen and (max-width: 750px){
	.pageTop_main{
		margin: 15px 0;
	}
}