@charset 'utf-8';


body.fixed #upper {
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
}

#container {
	padding-top: 50px;
}

@media only screen and (min-width: 769px) {

	#container {
		padding-top: 60px;
	}
}


#collabomall2f {
	width: 100%;
	height: 368px;
	background-color: #b4d997;
	position: relative;
}

#collabomall2f:before {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background: #778c67;
	position: absolute;
	bottom: 0;
	left: 0;
}

#collabomall2f .cover {
	width: 100%;
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#collabomall2f .inner {
	width: 100%;
	height: 100%;
	background-image: url(../image/portal/keyvisual_2f_main.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 540px 380px;
	position: relative;
}

#collabomall1f {
	width: 100%;
	height: 214px;
	background-color: #e8d0d1;
	position: relative;
}

#collabomall1f:before {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background: #778c67;
	position: absolute;
	bottom: 0;
	left: 0;
}

#collabomall1f .cover {
	width: 100%;
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#collabomall1f .inner {
	width: 100%;
	height: 100%;
	background-image: url(../image/portal/keyvisual_1f_main.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 540px 380px;
	position: relative;
}

#tagline {
	width: 320px;
	margin: 0 auto;
}

#tagline h1 {
	padding-top: 35px;
	text-align: center;
}

#tagline h1 span {
	display: inline-block;
	width: 220px;
	height: 128px;
	background-image: url(../image/portal/tagline.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 220px 128px;
	text-indent: 100%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

#aboutbtn {
	width: 320px;
	margin: 0 auto;
}

#aboutbtn > div {
	padding-left: 200px;
	padding-top: 71px;
}

#aboutbtn > div a {
	display: block;
	width: 77px;
	height: 42px;
	background-image: url(../image/portal/aboutbtn.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 77px 42px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#aboutbtn > div a:hover,
#aboutbtn > div a.hover {
	background-color: rgba(140,18,27,.3);
}

@media only screen and (min-width: 641px) {

	#collabomall2f {
		height: 214px;
	}

	#collabomall2f .cover {
		background-image: url(../image/portal/keyvisual_2f_back.svg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 1400px 380px;
	}

	#collabomall2f .inner {
		width: 770px;
		margin-left: -385px;
		background-position: left bottom;
		background-size: 540px 380px;
		position: absolute;
		left: 50%;
		bottom: 0;
	}

	#collabomall1f .cover {
		background-image: url(../image/portal/keyvisual_1f_back.svg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 1400px 380px;
	}

	#collabomall1f .inner {
		width: 670px;
		margin-left: -335px;
		background-position: right bottom;
		background-size: 540px 380px;
		position: absolute;
		left: 50%;
		bottom: 0;
	}

	#tagline {
		width: 640px;
		padding-left: 320px;
	}

	#tagline h1 {
		padding-left: 75px;
		padding-top: 40px;
		text-align: left;
	}

	#aboutbtn {
		width: 640px;
		padding-left: 320px;
	}

	#aboutbtn > div {
		padding-left: 105px;
		padding-top: 71px;
	}
}


#eventlist .blockheader > div:before {
	content: '\f135';
}

#information .blockheader > div:before {
	content: '\f18a';
}

#infolist .blockheader > div:before {
	content: '\f103';
}

#serviceinfo .blockheader > div:before {
	content: '\f123';
}

#snstimeline .blockheader > div:before {
	content: '\f164';
}

#information .blockheader {
	color: #9ad969;
}

#snstimeline .blockheader {
	color: #7097e8;
}

#information .blockheader .ribbon_fore,
#information .blockheader .headerlabel {
	fill: #9ad969;
}

#snstimeline .blockheader .ribbon_fore,
#snstimeline .blockheader .headerlabel {
	fill: #7097e8;
}


#eventlist {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #e8babd;
	background-image: url(../image/common/back_triangule.png);
	background-position: center top;
}

#eventlist > .inner {
	width: 100%;
	font-size: 0;
	vertical-align: top;
	position: relative;
}

#eventlist .articlelistblock > .inner {
	max-width: 1200px;
	margin: 0 auto;
}

#eventlist .btnarea {
	font-size: 14px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#eventlist .btnarea a {
	display: block;
	width: 100%;
	padding: 15px 20px;
	background: #fff;
	color: #8c121b;
	line-height: 1;
	vertical-align: middle;
	text-decoration: none;
}

#eventlist .btnarea a:hover,
#eventlist .btnarea a.hover {
	background: #8c121b;
	color: #fff;
}

#eventlist .btnarea span {
	vertical-align: middle;
}

#eventlist .btnarea span:before,
#eventlist .btnarea span:after {
	display: inline-block;
	font-size: 28px;
	font-family: 'flaticon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#eventlist .btnarea span:before {
	content: '\f114';
	margin-right: .5em;
}

#eventlist .btnarea span:after {
	content: '\f1b3';
	margin-left: .5em;
}

@media only screen and (min-width: 769px) {

	#eventlist .btnarea {
		width: 320px;
		height: 50px;
		margin: 0 auto;
		font-size: 16px;
	}

	#eventlist .btnarea a {
		height: 100%;
		padding: 0 20px;
		border-radius: 25px;
		box-shadow: 0 2px 0 rgba(0,0,0,.3);
	}

	#eventlist .btnarea a:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
}

#eventitems .articlelist {
	height: auto !important;
	padding: 20px 10px;
}


#information {
	width: 100%;
	padding-top: 30px;
	background-color: #ebf7e1;
	background-image: url(../image/common/back_arrow.png);
	background-position: center top;
}

#information > .inner {
	width: 100%;
	font-size: 0;
	vertical-align: top;
	position: relative;
}

#infolist {
	width: 100%;
	padding-top: 30px;
	background-color: #f2e3e4;
	background-image: url(../image/common/back_dot.png);
	background-position: center top;
}

#infolist > .inner {
	width: 100%;
	vertical-align: top;
	position: relative;
}

#serviceinfo {
	width: 100%;
	padding-top: 30px;
	background-color: #f3bbc1;
}

#serviceinfo > .inner {
	width: 100%;
	vertical-align: top;
	position: relative;
}


#snstimeline {
	width: 100%;
	padding: 30px;
	background-color: #e1eafa;
	background-image: url(../image/common/back_wave.png);
	background-position: center top;
}

#snstimeline > .inner {
	width: 100%;
	font-size: 0;
	text-align: center;
	vertical-align: top;
	position: relative;
}

#snswidget {
	padding-top: 20px;
}

#snstimeline .widget {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	height: 400px;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
	position: relative;
}

#snstimeline .widget > .loading_announce {
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#snstimeline .widget > .loading_announce div {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-top: 25%;
	border-radius: 20px;
	background-color: rgba(255,255,255,.8);
	background-repeat: no-repeat;
	background-position: 90% 90%;
	background-size: 70px 212px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#widget_fb > .loading_announce div {
	background-image: url(../image/common/back_loading_fb.svg);
}

#widget_tw > .loading_announce div {
	background-image: url(../image/common/back_loading_tw.svg);
}

#snstimeline .widget > .loading_announce div > span {
	display: inline-block;
	width: 138px;
	height: 62px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

#widget_fb > .loading_announce div > span {
	background-image: url(../image/common/back_loading_fb_text.svg);
}

#widget_tw > .loading_announce div > span {
	background-image: url(../image/common/back_loading_tw_text.svg);
}

#snstimeline .widget:last-child {
	margin-bottom: 0;
}

#snstimeline .sandbox {
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}

@media only screen and (min-width: 641px) {

	#snstimeline {
		padding: 30px;
	}

	#snstimeline .widget {
		width: 50%;
		max-width: 500px;
		height: 500px;
		margin: 0 auto;
		padding: 0 20px;
	}

	#snstimeline .widget > .loading_announce {
		padding: 0 20px;
	}

	#snstimeline .widget:last-child {
		margin-bottom: 0;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {

	#eventlist {
		background-image: url(../image/common/back_triangule@2x.png);
		background-size: 200px 200px;
	}

	#information {
		background-image: url(../image/common/back_arrow@2x.png);
		background-size: 158px 194px;
	}

	#infolist {
		background-image: url(../image/common/back_dot@2x.png);
		background-size: 200px 200px;
	}

	#snstimeline {
		background-image: url(../image/common/back_wave@2x.png);
		background-size: 150px 150px;
	}
}




#infolist .btnarea {
	font-size: 14px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#infolist .btnarea a {
	display: block;
	width: 100%;
	padding: 15px 20px;
	background: #fff;
	color: #8c121b;
	line-height: 1;
	vertical-align: middle;
	text-decoration: none;
}

#infolist .btnarea a:hover,
#infolist .btnarea a.hover {
	background: #8c121b;
	color: #fff;
}

#infolist .btnarea span {
	vertical-align: middle;
}

#infolist .btnarea span:before,
#infolist .btnarea span:after {
	display: inline-block;
	font-size: 28px;
	font-family: 'flaticon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#infolist .btnarea span:before {
	content: '\f103';
	margin-right: .5em;
}

#infolist .btnarea span:after {
	content: '\f1b3';
	margin-left: .5em;
}

@media only screen and (min-width: 769px) {

	#infolist {
		padding-bottom: 20px;
	}

	#infolist .btnarea {
		width: 320px;
		height: 50px;
		margin: 0 auto;
		font-size: 16px;
	}

	#infolist .btnarea a {
		height: 100%;
		padding: 0 20px;
		border-radius: 25px;
		box-shadow: 0 2px 0 rgba(0,0,0,.3);
	}

	#infolist .btnarea a:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
}




#infolistblock {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#blogarticleblock {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 20px 10px;
}

.articlelistitem header > div {
	font-size: 12px;
	line-height: 1.6em;
}

.articlelistitem span,
.articlelistitem time {
	display: inline-block;
	padding: 0 2em 0 0;
	line-height: 1em;
	white-space: nowrap;
	position: relative;
}

.articlelistitem span a:before,
.articletitle span a:before {
	content: '\f1a0';
	display: inline-block;
	width: 1em;
	padding-right: .3em;
	font-family: 'flaticon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	position: relative;
}

.articlelistitem {
	width: 100%;
	padding: 10px;
	position: relative;
}

.articlelistitem > .inner {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 20px;
	padding-right: 54px;
	border-radius: 20px;
	background: rgba(255,255,255,.5);
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
	vertical-align: top;
	transition: 0.2s;
	position: relative;
	cursor: pointer;
}

.articlelistitem.hover > .inner {
	background: rgba(255,255,255,1);
}

.articlelistitem figure,
.articlelistitem .sentence {
	display: inline-block;
	vertical-align: top;
}

.articlelistitem figure {
	width: 25%;
	max-width: 200px;
	border-radius: 20px;
	text-align: center;
	overflow: hidden;
}

.articlelistitem figure img {
	width: 100%;
	height: auto;
}

.articlelistitem .sentence {
	width: 70%;
	padding: 0 0 0 20px;
	overflow: hidden;
}

.articlelistitem footer {
	height: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 20px;
}

.articlelistitem footer:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
	overflow: hidden;
}

.articlelistitem h1 {
	margin-bottom: .3em;
	font-size: 16px;
	line-height: 1.4em;
}

.articlelistitem h1 a {
	color: #8c121b;
}

.articlelistitem header > div {
	margin-bottom: 10px;
}

.articlelistitem p {
	color: #8c121b;
	font-size: 12px;
	line-height: 1.6em;
}

.articlelistitem .more {
	display: inline-block;
	text-align: center;
	line-height: 1em;
	vertical-align: middle;
}

.articlelistitem .more a {
	display: inline-block;
	color: #ba7176;
	vertical-align: middle;
	position: relative;
}

.articlelistitem .more i {
	display: inline-block;
	font-style: normal;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}

.articlelistitem .more i:before {
	content: '\f1b5';
	display: inline-block;
	font-family: 'flaticon';
	font-weight: normal !important;
	text-align: center;
	text-indent: 0;
	position: relative;
}

.articlelistitem .more span {
	display: none;
}

.articlelistitem h1 a,
.articlelistitem .more a {
	text-decoration: none;
}

.articlelistitem.hover h1 a {
	color: #8c121b;
}

.articlelistitem.hover .more i:before {
	color: #8c121b;
}

.articlelistitem footer {
	width: 38px;
}

.articlelistitem .more a,
.articlelistitem .more i,
.articlelistitem .more i:before {
	width: 38px;
	height: 38px;
}

.articlelistitem .more i:before {
	font-size: 38px;
	line-height: 38px;
}

@media only screen and (min-width: 769px) {

	.articlelistitem {
		width: 50%;
	}

	.articlelistitem .sentence {
		padding: 0 30px;
	}

	.articlelistitem h1 {
		font-size: 20px;
	}

	.articlelistitem p {
		font-size: 14px;
	}

	.articlelistitem footer {
		width: 54px;
	}

	.articlelistitem .more a,
	.articlelistitem .more i,
	.articlelistitem .more i:before {
		width: 54px;
		height: 54px;
	}

	.articlelistitem .more i:before {
		font-size: 54px;
		line-height: 54px;
	}
}


#lineupitemblock {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

#lineupitems {
	padding: 20px;
	border-radius: 20px;
	background: rgba(255,255,255,.5);
	box-shadow: 0 2px 0 rgba(0,0,0,.3);
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	font-size: 1rem;
}

#lineupitems .item {
	display: flex;
	width: 50%;
	padding: 10px;
}

#lineupitems .item .inner {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#lineupitems figure {
	width: 100%;
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position: relative;
}

#lineupitems figure img {
	width: 100%;
	height: auto;
}

#lineupitems figure .foto {
	display: block;
	padding: 10%;
	border-radius: 20px;
	background: #f8d1d5;
	overflow: hidden;
}

#lineupitems .other figure .foto {
	background: #f5de85;
}

#lineupitems figure .badge {
	display: inline-block;
	padding: .3em .7em;
	border-radius: 99px;
	background: #cfb23f;
	color: #fff;
	font-size: 1em;
	line-height: 1;
	font-weight: 700;
	position: absolute;
	top: -.3em;
	right: -.3em;
}

#lineupitems h3 {
	color: #8c121b;
	font-size: .85em !important;
	line-height: 1.4;
	font-weight: 700;
	text-decoration: none;
}

#lineupitems h3 span {
	display: inline-block;
	padding: 0;
	color: #000;
}

@media only screen and (min-width: 641px) {

	#lineupitems .item {
		width: 20%;
	}

	#lineupitems .item .inner {
		padding: 10px;
	}
}


#serviceinfo .btnarea {
	font-size: 14px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#serviceinfo .btnarea a {
	display: block;
	width: 100%;
	padding: 15px 20px;
	background: #fff;
	color: #8c121b;
	line-height: 1;
	vertical-align: middle;
	text-decoration: none;
}

#serviceinfo .btnarea a:hover,
#serviceinfo .btnarea a.hover {
	background: #ba7176;
	color: #fff;
}

#serviceinfo .btnarea.reserve a {
	background: #8c121b;
	color: #fff;
}

#serviceinfo .btnarea.reserve a:hover,
#serviceinfo .btnarea.reserve a.hover {
	background: #ba7176;
}

#serviceinfo .btnarea span {
	vertical-align: middle;
}

#serviceinfo .btnarea span:before,
#serviceinfo .btnarea span:after {
	display: inline-block;
	font-size: 28px;
	font-family: 'flaticon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#serviceinfo .btnarea span:before {
	content: '\f123';
	margin-right: .5em;
}

#serviceinfo .btnarea span:after {
	content: '\f1b3';
	margin-left: .5em;
}

#serviceinfo .btnarea.reserve span:before {
	content: '\f18f';
}

#serviceinfo .btnarea.reserve span:after {
	content: '\f183';
}

@media only screen and (min-width: 769px) {

	#serviceinfo {
		padding-bottom: 20px;
	}

	#serviceinfo .action {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
	}

	#serviceinfo .btnarea {
		width: 47%;
		height: 50px;
		margin: 0 auto;
		font-size: 16px;
	}

	#serviceinfo .btnarea a {
		height: 100%;
		padding: 0 20px;
		border-radius: 25px;
		box-shadow: 0 2px 0 rgba(0,0,0,.3);
	}

	#serviceinfo .btnarea a:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
}
