@charset "UTF-8";

/* *****************************************************
 *	caution
 *	lead
 *	updateSec
 *	greeting
 *	scene
 * *****************************************************/
.trivia_container {
	padding-bottom: 200px !important;
}

header.blog_head > div.contact_area {
	top: 50px;
}

header.blog_head > div.function {
	right: 314px;
}

header.blog_head::before {
	display: none;
}

header.blog_head > div.function > ul li.contact {
	margin: 0;
	width: 60px;
}

header.blog_head > div.function > ul li.contact a {
	display: block;
}

header.blog_head h1 {
	margin-bottom: 10px;
}

header > p {
	padding: 5px 0 15px 0;
	font-size: 12px;
	font-size: 1.2rem;
}

header > div.logo {
	width: 157px;
	height: 70px;
	margin-bottom: 23px;
	line-height: 0;
}

header > div.logo img {
	width: 157px;
	height: 70px;
}

header .header-inner-wrapper .function {
	top: 40px;
}

header .header-inner .contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-right: 20px;
}

header .header-inner .contact div.tel {
	padding-right: 0;
}

header .header-inner .contact p {
	padding-left: 0;
}

.blog-list {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.blog-list ul {
    display: block;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.blog-list ul li {
	width: 32%;
}

.blog-list ul li:not(:nth-child(3n)) {
	margin-right: 2%;
}

.blog-list ul li:not(:nth-last-child(-n + 3)) {
	margin-bottom: 5px;
}

.blog-list ul li a img {
	width: 100%;
}

div.sns_area {
	position: absolute;
	top: 61px;
	right: 0;
}

div.sns_area ul {
	width: 295px;
	margin: 0 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
}

div.sns_area ul li:not(:last-child) {
	margin-right: 15px;
}

div.format {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 610px;
	margin: 0 auto 40px;
	padding: 35px 40px 35px 65px;
	border: 1px solid #e95383;
}

div.format p {
	position: relative;
	margin-right: 35px;
	padding-right: 60px;
}

div.format p::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 8px;
	top: 50%;
	left: auto;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(/common/images/blog/index.png) no-repeat;
}

div.format p img.min_image {
	display: none;
}

div.format ul {
	padding: 0;
	flex: 1;
	-webkit-flex: 1;
	list-style-type: none;
}

div.format ul li a {
	position: relative;
	display: block;
	padding-left: 18px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
		"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"Meiryo UI", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 2;
	color: #e95383;
	text-decoration: none;
}

div.format ul li a::before {
	position: absolute;
	content: "≫ ";
	left: 0;
}

.trivia_container h2 {
	position: relative;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W6",
		"Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	margin: 0 auto 30px;
	width: 100%;
	height: 51px;
	font-size: 23px;
	text-align: center;
	color: #fff;
	line-height: 2.4;
	letter-spacing: 0.05em;
}

.trivia_container h2::before {
	content: "";
	width: 98.5%;
	height: 47px;
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	background: url(/common/images/blog/title_sp.png) repeat;
	z-index: -1;
}

.trivia_container h2::after {
	content: "";
	width: 100%;
	height: 51px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url(/common/images/blog/title_after.png) no-repeat;
	z-index: -1;
}

div.text-wrap {
	margin-bottom: 10px;
	padding-top: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

div.text-wrap p {
	/*margin-right: 63px;
	width: 600px;*/
	font-size: 14px;
	line-height: 1.6;
}

div.text-wrap dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex: 1;
	-webkit-flex: 1;
}

div.text-wrap dl dt {
	width: 95px;
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
}

div.text-wrap dl dt span {
	display: block;
	font-size: 10px;
	text-align: center;
}

div.text-wrap dl dd {
	position: relative;
	margin-left: 15px;
	padding-left: 15px;
	font-size: 12px;
	flex: 1;
	-webkit-flex: 1;
	line-height: 1.6;
}

div.text-wrap dl dd::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: -5px;
	background: #333333;
}

div.blog-article-section article div.entrybody h3 {
	width: 100%;
	text-align: left;
	line-height: 1.7;
}

.fancybox-close {
	background-size: auto;
}

/* *****************************************************
 *	pc
 * *****************************************************/
@media screen and (min-width: 769px) {
	/* ------------------------------------------------------*/
	.blog-list {
		display: none;
	}

	.sp_img {
		display: none;
	}

	.fix-trivia {
		position: fixed;
		bottom: 0;
		right: 85px;
		z-index: 999;
		line-height: 0;
	}

	.fix-trivia a {
		display: block;
		line-height: 0;
	}

	br.spbr {
		display: none;
	}

	div.pagesummary {
		width: 1000px;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	p.pageimage {
		line-height: 0;
	}

	div.pagesummary h3.headcap {
		display: none;
	}

	div.blog-section {
		display: -webkit-flex;
		display: flex;
		width: 1000px;
		margin: 0 auto;
	}

	div.blog-side-section {
		width: 250px;
		margin-right: 50px;
	}

	div.blog-side-section dl dt {
		padding: 8px 12px;
		background: #e6e6e6;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
	}

	div.blog-side-section dl dd {
		padding: 20px 0 30px 35px;
	}

	div.blog-side-section dl dd ul {
		list-style-type: none;
	}

	div.blog-side-section dl dd ul li {
		position: relative;
		padding: 5px 0 5px 10px;
	}

	div.blog-side-section dl dd ul li::before {
		content: "";
		position: absolute;
		top: 8px;
		left: 0;
		display: block;
		width: 0;
		height: 0;
		border: 3px solid transparent;
		border-left: 5px #000 solid;
		z-index: 1;
	}

	div.blog-list-section,
	div.blog-article-section {
		position: relative;
		width: 700px;
		/*
	-webkit-flex: 1;
	flex: 1;
*/
	}

	div.blog-list-section > ul {
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		align-content: stretch;
		width: 700px;
		margin-bottom: 50px;
		list-style: none;
	}

	div.blog-list-section > ul li {
		width: 220px;
		margin-bottom: 20px;
	}

	div.blog-list-section.trivia > ul {
		justify-content: flex-start;
	}

	div.blog-list-section.trivia > ul li {
		margin-right: 20px;
	}

	div.blog-list-section.trivia > ul li:nth-child(3n) {
		margin-right: 0;
	}

	div.blog-head-category {
		padding: 8px 12px;
		background: #e95383;
		font-weight: bold;
		color: #fff;
		line-height: 1.4;
	}

	div.blog-head-category a,
	div.blog-head-category a:link,
	div.blog-head-category a:visited {
		color: #fff;
	}

	div.blog-list-section > ul li p {
		width: 100%;
		line-height: 0;
	}

	div.blog-list-section > ul li p img {
		width: 100%;
	}

	div.blog-list-section.trivia > ul li p img {
		height: auto;
	}

	div.blog-list-section > ul li dl {
		padding: 12px 15px;
		background: #eee;
	}

	div.blog-list-section > ul li dl dt {
		color: #e95383;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.5;
	}

	div.blog-list-section > ul li dl dd {
		padding: 10px 0 0;
		line-height: 1.7;
	}

	div.blog-list-section > ul li.no_entry {
		width: 100%;
		margin-bottom: 20px;
	}

	div.blog-list-section > ul li.no_entry > p {
		font-size: 1.6rem;
		line-height: normal;
		text-align: center;
	}

	div.blog-list-section > h4.not_found {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
		font-size: 1.6rem;
		font-weight: normal;
		line-height: normal;
		text-align: center;
	}

	div.blog-article-section article {
		position: relative;
		width: 100%;
		margin-bottom: 25px;
		padding: 10px 0 0;
	}

	div.blog-article-section article > a h1.entryheader {
		width: 100%;
		margin-bottom: 0;
		padding: 5px 0 10px;
		border-bottom: 1px #ddd dotted;
		color: #e95383;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.5;
		text-align: left;
	}

	div.blog-article-section article > a p.entrydate {
		padding: 10px 0;
		font-size: 13px;
		font-size: 1.3rem;
	}

	div.blog-article-section article > h3.entryheader {
		width: 100%;
		margin-bottom: 0;
		padding: 5px 0 10px;
		border-bottom: 1px #ddd dotted;
		color: #e95383;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.5;
		text-align: left;
	}

	div.blog-article-section article > h4.entrydate {
		padding: 10px 0;
		font-size: 13px;
		font-size: 1.3rem;
	}

	div.blog-article-section article div.entrybody {
		padding: 30px 0 10px;
	}

	div.blog-article-section article div.entrybody figure {
		margin: 0;
		line-height: normal;
	}

	div.blog-article-section article img {
		margin-bottom: 15px;
		max-width: 680px;
		text-align: center;
	}

	div.blog-article-section article p {
		line-height: 1.7;
	}

	div.pager {
		position: relative;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center; /* Safari */
		justify-content: center;
	}

	div.pager > span {
		position: relative;
		display: block;
		color: #e95383;
		font-size: 14px;
		font-size: 1.4rem;
	}

	div.pager > span.prev {
		padding: 4px 6px 4px 18px;
	}

	div.pager > span.next {
		padding: 4px 18px 4px 6px;
	}

	div.pager > span.prev::before {
		content: "\00226a";
		position: absolute;
		top: 4px;
		left: 0;
		font-size: 16px;
		font-size: 1.6rem;
	}

	div.pager > span.next::after {
		content: "\00226b";
		position: absolute;
		top: 4px;
		right: 0;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
	}

	div.pager > ul {
		text-align: center;
	}

	div.pager > ul li {
		display: -moz-inline-box;
		display: inline-block;
		/display: inline;
		/zoom: 1;
		vertical-align: middle;

		position: relative;
		padding: 4px 6px;
		color: #e95383;
		font-size: 14px;
		font-size: 1.4rem;
	}

	div.pager > ul li.onpage {
		background: #e95383;
		color: #fff;
		font-weight: 700;
	}

	div.pager > span > a:link,
	div.pager > span > a:visited,
	div.pager > ul li > a:link,
	div.pager > ul li > a:visited {
		color: #e95383;
	}

	div.spfooter {
		display: none;
	}

	div.trigger {
		display: none;
	}

	p.link_rental_top {
		margin-top: 30px;
		text-align: center;
	}

	p.link_rental_top a {
		display: inline-block;
		margin: 0 30px;
		padding: 15px 30px;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #fff;
		background: #e95383;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
	}

	/* ------------------------------------------------------*/
}

/* *****************************************************
 *	sp
 * *****************************************************/
@media screen and (max-width: 768px) {
	/* ------------------------------------------------------*/
	body {
		min-width: 100%;
		font-size: 16px;
		font-size: 1.6rem;
	}

	header > p {
		padding: 15px 0;
		font-size: 12px;
		font-size: 1.2rem;
	}

	header > div.logo {
		width: 108px;
		margin-bottom: 13px;
		line-height: 0;
	}

	header > div.logo img {
		width: 108px;
	}

	.lg_img {
		display: none;
	}

	.sp_img {
		display: block;
	}

	.fix-trivia {
		width: 77.35%;
		position: fixed;
		bottom: 3px;
		left: 10px;
		z-index: 999;
		line-height: 0;
	}

	.fix-trivia a {
		display: block;
	}

	.fix-trivia a img {
		width: 95%;
	}

	.fix-trivia + p.pagetop {
		bottom: 26px;
	}

	.trivia_container {
		padding: 0 0 5px !important;
	}

	div.blog-article-section article div.entrybody h3 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	div.text-wrap {
		margin-bottom: 15px;
		padding: 0 10px;
	}

	div.text-wrap p {
		width: 100%;
		margin-right: 0;
		order: 2;
		-webkit-order: 2;
		font-size: 16px;
		font-size: 1.6rem;
	}

	div.text-wrap dl {
		margin-bottom: 15px;
		width: 100%;
		order: 1;
		-webkit-order: 1;
		flex: auto;
		-webkit-flex: auto;
	}

	div.text-wrap dl dt {
		margin-bottom: 8px;
		padding-bottom: 8px;
		font-size: 16px;
		font-size: 1.6rem;
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #333333;
	}

	div.text-wrap dl dt span {
		display: inline-block;
		margin-left: 10px;
		font-size: 14px;
		font-size: 1.4rem;
		text-align: left;
	}

	div.text-wrap dl dd::before {
		display: none;
	}

	div.text-wrap dl dd {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		flex: auto;
		-webkit-flex: auto;
		font-size: 16px;
		font-size: 1.6rem;
	}

	br.spbr {
		display: block;
	}

	div.format {
		width: 100%;
		margin: 0 0 25px;
		padding: 20px;
	}

	div.format ul {
		flex: auto;
		-webkit-flex: auto;
		width: 100%;
	}

	div.format p {
		width: 100%;
		margin: 0 0 15px;
		padding: 0 0 23px;
		text-align: center;
	}

	div.format p img.large_image {
		display: none;
	}

	div.format p img.min_image {
		width: 70px !important;
		margin: 0 auto;
		display: block;
	}

	div.format p::after {
		position: absolute;
		top: auto;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	div.format ul li a {
		padding: 13px 0 13px 18px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	div.sns_area {
		position: static;
		top: 0;
		right: 0;
	}

	.trivia_container h2 {
		position: relative;
		margin-bottom: 20px;
		height: 47px;
		width: 100%;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
		color: #fff;
		line-height: 1.4;
		letter-spacing: 0.1em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.trivia_container h2::before {
		width: 100%;
		height: 47px;
	}

	.trivia_container h2::after {
		display: none;
	}

	div.pageWrap {
		position: relative;
		width: 100%;
		text-align: left;
	}

	div.container {
		position: relative;
		width: 100%;
		padding: 0 0 5px;
	}

	div.contents {
		padding: 0 10px 10px;
	}
	/*
.pagetop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

.pagetop a{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;

	position:relative;
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(137,137,137, 0.7);
}

.pagetop a::before{
	content: "";
	position:absolute;
	display: block;
	top:50%;
	left:10px;
	width: 16px;
	height: 16px;
	margin-top:-5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
*/
	.pagetop {
		position: fixed;
		bottom: 3px;
		right: 10px;
		z-index: 1;
	}

	.pagetop a {
		position: relative;
		display: block;
		width: 60px;
		height: 35px;
		background: #fff;
		border: 1px #ca003a solid;
	}

	figcaption {
		line-height: normal;
	}

	footer {
		display: none;
	}

	div.spfooter {
		position: relative;
		width: 100%;
		/*padding: 0 10px;*/
		font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3",
			"Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ",
			Meiryo, sans-serif !important;
	}

	div.spfooter .footer-inner-wrapper {
		width: 100%;
	}

	div.spfooter .footer-inner-wrapper .contact-table {
		width: 100%;
		background: #f2f2ee;
	}

	/*div.spfooter .footer-inner-wrapper .contact-table dl dt {
		border-top: solid 1px rgba(0, 0, 0, 0.1);
		border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	}*/

	div.spfooter .footer-inner-wrapper .contact-table dl dt {
		padding: 15px 0;
		font-size: 1.5rem;
		line-height: 1.4;
		text-align: center;
	}

	div.spfooter .footer-inner-wrapper .contact-table dl dd .tel {
		padding-bottom: 15px;
		border-bottom: solid 1px rgba(0,0,0,.1);
	}

	div.spfooter .footer-inner-wrapper .contact-table dl dd .tel a {
		display: block;
		text-align: center;
	}

	div.spfooter .footer-inner-wrapper .contact-table dl dd .tel a img {
		height: 24px;
		margin-bottom: 10px;
	}

	div.spfooter .footer-inner-wrapper .contact-table dl dd .tel a p {
		font-size: 1.5rem;
		line-height: 1.4;
	}

	div.spfooter .footer-inner-wrapper .contact-table dl dd .mail {
		text-align: center;
	}

	div.spfooter .footer-inner-wrapper .contact-table dl dd .mail a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 60px;
	}

	div.spfooter .footer-inner-wrapper .contact-table dl dd .mail a span {
		display: inline-block;
		padding-left: 30px;
		position: relative;
		font-size: 1.5rem;
	}

	div.spfooter .footer-inner-wrapper .contact-table dl dd .mail a span::before {
		content: "";
		display: block;
		top: 50%;
		left: -5px;
		width: 28px;
		height: 15px;
		background: url(../../sp/common/images/svg/mail_icon.svg) center center/contain no-repeat;
		position: absolute;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	div.spfooter .footer-inner-wrapper .contact-table dl dd ul li {
		background: #ffffd2;
	}

	div.spfooter
		.footer-inner-wrapper
		.contact-table
		dl
		dd
		ul
		li:not(:last-child) {
		margin-bottom: 2px;
	}

	div.spfooter
		.footer-inner-wrapper
		.contact-table
		dl
		dd
		ul
		li:first-child
		a {
		display: block;
		padding: 15px 0;
		color: #ce003a;
		font-size: 1.5rem;
		line-height: 1.4;
		text-align: center;
	}

	div.spfooter
		.footer-inner-wrapper
		.contact-table
		dl
		dd
		ul
		li:first-child
		a
		img {
		height: 25px;
		margin-bottom: 10px;
	}

	div.spfooter
		.footer-inner-wrapper
		.contact-table
		dl
		dd
		ul
		li:first-child
		p
		span {
		font-weight: 700;
	}

	div.spfooter .footer-inner-wrapper .contact-table dl {
		border-top: solid 1px rgba(0,0,0,.1);
		border-bottom: solid 1px rgba(0,0,0,.1);
	}

	div.spfooter .footer-inner-wrapper .contact-table dl dd ul li:last-child a {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 60px;
		color: #ce003a;
		font-size: 1.5rem;
		font-weight: 700;
		text-align: center;
	}

	div.spfooter
		.footer-inner-wrapper
		.contact-table
		dl
		dd
		ul
		li:last-child
		a::before {
		content: "";
		top: 2px;
		display: inline-block;
		width: 35px;
		height: 19px;
		margin-right: 10px;
		background: url(/sp/common/images/svg/footer_contact_mail.svg) left top
			no-repeat;
		background-size: 100%;
	}

	/*div.spfooter .footer-inner-wrapper .footer-menu-contents {
		width: 100%;
		margin-bottom: 10px;
	}*/

	div.spfooter
		.footer-inner-wrapper
		.footer-menu-contents
		> ul:not(:last-child) {
		margin-bottom: 15px;
	}

	div.spfooter
		.footer-inner-wrapper
		.footer-menu-contents
		> ul:not(:first-child)
		li
		a {
		padding-left: 15px;
	}

	div.spfooter .footer-inner-wrapper .footer-menu-contents > ul li {
		position: relative;
	}

	div.spfooter
		.footer-inner-wrapper
		.footer-menu-contents
		> ul
		li:not(:last-child) {
		margin-bottom: 1px;
	}

	/*div.spfooter .footer-inner-wrapper .footer-menu-contents > ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 50px;
		background: #fbd0d0;
		font-size: 1.6rem;
		font-weight: 700;
	}*/

	div.spfooter
		.footer-inner-wrapper
		.footer-menu-contents
		> ul
		li.submenu-contents::after {
		content: "";
		position: absolute;
		top: 20px;
		right: 15px;
		width: 10px;
		height: 10px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: 0.1s;
		transition: 0.1s;
	}

	div.spfooter
		.footer-inner-wrapper
		.footer-menu-contents
		> ul
		li.submenu-contents.active::after {
		content: "";
		position: absolute;
		top: 15px;
		right: 15px;
		width: 10px;
		height: 10px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-transition: 0.1s;
		transition: 0.1s;
	}

	div.spfooter
		.footer-inner-wrapper
		.footer-menu-contents
		> ul
		li.submenu-contents
		ul {
		border-top: 1px solid #fff;
	}

	div.spfooter
		.footer-inner-wrapper
		.footer-menu-contents
		> ul
		li.submenu-contents
		ul
		li
		a {
		padding-left: 30px;
	}

	div.spfooter
		.footer-inner-wrapper
		.footer-menu-contents
		> ul.outline-menu
		li
		a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	div.spfooter
		.footer-inner-wrapper
		.footer-menu-contents
		> ul.outline-menu
		li
		a::before {
		display: none;
	}

	div.spfooter .footer-inner-wrapper .sns-button-list {
		margin-bottom: 15px;
	}

	div.spfooter .footer-inner-wrapper .sns-button-list ul li:not(:last-child) {
		margin-bottom: 10px;
	}

	div.spfooter .footer-inner-wrapper .sns-button-list ul li a {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 50px;
		border-radius: 5px;
		text-align: center;
	}

	div.spfooter .footer-inner-wrapper .sns-button-list ul li a img {
		height: 22px;
	}

	div.spfooter .footer-inner-wrapper .sns-button-list ul li a.fb_btn {
		background: #3b5a9a;
	}

	div.spfooter .footer-inner-wrapper .sns-button-list ul li a.instagram_btn {
		background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%)
			no-repeat;
		background: -webkit-linear-gradient(315deg, #427eff 0%, #f13f79 70%)
			no-repeat;
		background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	}

	div.spfooter
		.footer-inner-wrapper
		.sns-button-list
		ul
		li
		a.instagram_btn
		img {
		height: 35px;
	}

	div.spfooter .footer-inner-wrapper .sns-button-list ul li a.twitter_btn {
		background: #45c8f3;
	}

	div.spfooter .footer-inner-wrapper .footer-outline-contents {
		position: relative;
		width: 100%;
		padding: 25px 0 0;
	}

	/*div.spfooter .footer-inner-wrapper .footer-outline-contents::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		margin: 0 -10px;
		padding: 0 10px;
		z-index: -1;
		background: #fbd0d0;
	}*/

	div.spfooter .footer-inner-wrapper .footer-outline-contents h2 {
		margin-bottom: 15px;
		font-size: 2rem;
		font-weight: 700;
		text-align: center;
	}

	div.spfooter .footer-inner-wrapper .footer-outline-contents .global-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 370px;
		margin: 0 auto 10px;
	}

	div.spfooter .footer-inner-wrapper .footer-outline-contents .global-link li a {
		display: block;
		position: relative;
		margin-bottom: 5px;
		padding: 4px 10px;
		font-size: 1.5rem;
	}

	div.spfooter .footer-inner-wrapper .footer-outline-contents .global-link li a::before {
		content: "";
		top: 50%;
		left: 0;
		width: 1px;
		height: 10px;
		background: #000;
		position: absolute;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	div.spfooter .footer-inner-wrapper .footer-outline-contents .global-link li:last-child a::after,
	div.spfooter .footer-inner-wrapper .footer-outline-contents .global-link li:nth-child(2) a::after {
		content: "";
		top: 50%;
		right: 0;
		width: 1px;
		height: 10px;
		background: #000;
		position: absolute;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	div.spfooter .footer-inner-wrapper .footer-outline-contents dl {
		padding: 0;
	}

	div.spfooter .footer-inner-wrapper .footer-outline-contents dl dt {
		margin-bottom: 5px;
		font-size: 1.8rem;
		line-height: 1.6;
		text-align: center;
	}

	div.spfooter .footer-inner-wrapper .footer-outline-contents dl dd {
		font-size: 1.5rem;
		line-height: 1.6;
		text-align: center;
	}

	div.spfooter .footer-inner-wrapper .footer-outline-contents dl dd span {
		margin: 0 -3px;
	}

	div.spfooter .footer-inner-wrapper .footer-outline-contents dl dd span.middle {
		margin: 0 -5px 0 0;
	}

	div.spfooter .footer-inner-wrapper .footer-outline-contents dl dd aside {
		padding-top: 10px;
		font-size: 1.2rem;
		text-align: center;
	}

	div.spfooter .footer-inner-wrapper .footer-menu-contents {
		width: 100%;
		background: #f2f2ee;
	}

	div.spfooter .footer-inner-wrapper .footer-menu-contents>ul>li {
		border-bottom: solid 1px rgba(0,0,0,.1);
	}

	div.spfooter .footer-inner-wrapper .footer-menu-contents>ul>li>dl>dt {
		position: relative;
		padding: 15px 0 15px 25px;
		font-size: 1.5rem;
	}

	div.spfooter .footer-inner-wrapper .footer-menu-contents>ul>li>dl>dt::after {
		content: "";
		display: block;
		position: absolute;
		top: 21px;
		right: 24px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		-webkit-transform: translate(-50%, -50%) rotate(135deg);
		transform: translate(-50%, -50%) rotate(135deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transition: .2s ease;
		-moz-transition: .2s ease;
		-ms-transition: .2s ease;
		transition: .2s ease;
	}

	div.spfooter .footer-inner-wrapper .footer-menu-contents>ul>li>dl>dd {
		display: none;
		padding: 0 10px;
	}

	div.spfooter .footer-inner-wrapper .footer-menu-contents>ul>li>dl>dd>ul>li {
		border-top: solid 1px rgba(0,0,0,.1);
	}

	div.spfooter .footer-inner-wrapper .footer-menu-contents>ul>li>dl>dd>ul>li>a {
		display: block;
		padding: 15px 25px;
		font-size: 1.5rem;
	}

	div.spfooter .footer-inner-wrapper .footer-menu-contents>ul>li>a {
		display: block;
		padding: 15px 25px;
		font-size: 1.5rem;
	}

	.pagetop a::before {
		border-top: 1px solid #ca003a;
		border-right: 1px solid #ca003a;
	}

	div.spfooter > p.copyright {
		padding: 15px 0;
		font-size: 1.2rem;
		text-align: center;
	}

	div.roundBtn {
		padding: 0 10px 5px;
	}

	div.roundBtn > ul {
		width: 100%;
		list-style-type: none;
	}

	div.roundBtn > ul li {
		margin-bottom: 10px;
	}

	div.roundBtn > ul li a {
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		text-align: center;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
	}

	div.roundBtn > ul li:first-child a {
		background: #3b5a9a;
	}

	div.roundBtn > ul li a.instagram_btn {
		background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%)
			no-repeat;
		background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	}

	div.roundBtn > ul li a.instagram_btn:before {
		background: -webkit-radial-gradient(
			#ffdb2c 10%,
			rgba(255, 105, 34, 0.65) 55%,
			rgba(255, 88, 96, 0) 70%
		);
		background: radial-gradient(
			#ffdb2c 10%,
			rgba(255, 105, 34, 0.65) 55%,
			rgba(255, 88, 96, 0) 70%
		); /*グラデーション②*/
	}

	div.roundBtn > ul li a.twitter_btn {
		background: #45c8f3;
	}

	div.roundBtn > ul li:last-child a {
		background: #e95383;
	}

	div.roundBtn > ul li:first-child a span {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	div.roundBtn > ul li a.instagram_btn span,
	div.roundBtn > ul li a.twitter_btn span {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	div.roundBtn > ul li:first-child a svg {
		width: 165px;
		height: 20px;
	}

	div.roundBtn > ul li a.instagram_btn svg {
		width: 165px;
		height: 20px;
	}

	div.roundBtn > ul li a.twitter_btn svg {
		width: 165px;
		height: 20px;
	}

	div.roundBtn > ul li:first-child a img {
		width: auto;
		height: 22px;
	}

	div.roundBtn > ul li a.instagram_btn img {
		width: auto;
		height: 32px;
	}

	div.roundBtn > ul li a.twitter_btn img {
		width: auto;
		height: 22px;
	}

	div.roundBtn > ul li:last-child a span {
		position: relative;
		padding-left: 38px;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 50px;
	}

	div.roundBtn > ul li:last-child a:link,
	div.roundBtn > ul li:last-child a:visited {
		color: #fff;
	}

	div.roundBtn > ul li:last-child a svg {
		position: absolute;
		top: -3px;
		left: 0;
		width: 29px;
		height: 27px;
		fill: #fff;
	}

	div.outlineSec {
		margin: 0;
		padding: 15px 10px;
		background: #f4f4f4;
	}

	div.outlineSec.trivia_outlineSec {
		padding: 15px 10px 30px;
	}

	div.outlineSec > dl {
		margin-bottom: 10px;
		text-align: center;
	}

	div.outlineSec > dl dt {
		margin-bottom: 10px;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
	}

	div.outlineSec > p {
		padding: 0 15px;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.6;
	}

	div.outlineSec > ul {
		word-spacing: -1em;
		display: table;
		display: block\9;
		font-size: 0;

		width: 100%;
		list-style-type: none;
	}

	div.outlineSec > ul li {
		word-spacing: normal;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: top;

		position: relative;
		padding: 0 8px;
		border-right: 1px #fff solid;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: -0.05em;
	}

	div.outlineSec > ul li:first-child {
		border-left: 1px #fff solid;
	}

	div.mapmenuList {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}

	div.mapmenuList ul {
		display: flex;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: stretch;
		width: 100%;
		margin-bottom: 20px;
		background-color: #eee;
		list-style-type: none;
	}

	div.mapmenuList ul:first-of-type {
		padding-bottom: 0;
	}

	div.mapmenuList ul li {
		position: relative;
		width: 100%;
		padding: 0;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.2;
		border-bottom: 1px #fff solid;
	}

	div.mapmenuList ul li::before {
		display: none;
	}

	div.mapmenuList a {
		display: block;
		padding: 15px 10px;
	}

	header {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0 10px 10px;
		z-index: unset;
	}

	header::before {
		display: none;
	}

	header > h1 {
		padding: 10px 0 15px;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.3;
	}

	header > a.head_log {
		display: block;
		width: 108px;
		line-height: 0;
	}

	header .header-inner .header-logo {
		padding: 0;
	}

	header .header-inner .header-logo a.head_log {
		width: 153px;
	}

	header .header-inner-wrapper {
		height: auto;
	}

	header .header-inner > a img {
		width: 108px;
		margin: 0 auto;
	}

	header .header-inner .head-catch {
		display: none;
	}

	header .header-inner ul{
		display: none;
	}

	header .header-inner .contact {
		display: none;
	}

	div.pagesummary {
		width: 100%;
	}

	p.pageimage {
		display: none;
	}

	div.trivia_container p.pageimage {
		margin-bottom: 15px;
		display: block;
	}

	div.trivia_container p.pageimage img {
		width: 100%;
	}

	div.faq_container p.pageimage {
		margin-bottom: 15px;
		display: block;
	}

	div.faq_container p.pageimage img {
		width: 100%;
	}

	div.pagesummary h3.headcap {
		width: 100%;
		margin-bottom: 15px;
		padding: 12px 10px 10px;
		background: #f9f9f9;
		border-top: 1px #eee solid;
		border-bottom: 1px #eee solid;
		text-align: left;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1;
	}

	div.blog-section {
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}

	div.blog-side-section {
		display: none;
	}

	div.blog-list-section {
		width: 100%;
	}

	div.blog-list-section > ul {
		width: 100%;
		margin-bottom: 30px;
		border-top: 1px #e6e6e6 solid;
		list-style-type: none;
	}

	div.blog-list-section > ul li {
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px #e6e6e6 solid;
	}

	div.blog-list-section > ul li a {
		position: relative;
		display: block;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		width: 100%;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.4;
	}

	div.blog-head-category {
		display: none;
	}

	div.blog-list-section > ul li p {
		width: 70px;
		height: 70px;
		margin-right: 10px;
		line-height: 0;
		text-align: center;
	}

	div.blog-list-section.trivia > ul li p {
		width: 120px;
		height: 90px;
	}

	div.blog-list-section > ul li p img {
		width: auto;
		max-height: 100%;
	}

	div.blog-list-section.trivia > ul li p img {
		width: 120px;
		height: 90px;
		object-fit: contain;
	}

	.object-fit-img {
		object-fit: contain;
		font-family: "object-fit: contain;";
	}

	div.blog-list-section > ul li dl {
		position: relative;
		-webkit-flex: 1;
		flex: 1;
		padding-right: 15px;
	}

	div.blog-list-section > ul li dl dt {
		font-weight: 700;
	}

	div.blog-list-section > ul li dl dd {
		color: #000;
		font-size: 13px;
		font-size: 1.3rem;
		font-weight: 500;
	}

	div.blog-list-section > ul li a:link,
	div.blog-list-section > ul li a:visited {
		color: #e95383;
	}

	div.blog-list-section > ul li a::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 10px;
		height: 100%;
		background: #e4cad2;
		z-index: 1;
	}

	div.blog-list-section > ul li a::after {
		content: "";
		position: absolute;
		top: 50%;
		right: -3px;
		display: block;
		width: 0;
		height: 0;
		margin-top: -4px;
		border: 5px solid transparent;
		border-left: 5px #fff solid;
		z-index: 2;
	}

	div.blog-list-section > ul li.no_entry {
		width: 100%;
	}

	div.blog-list-section > ul li.no_entry > p {
		width: 100%;
		height: auto;
		font-size: 1.6rem;
		line-height: normal;
		text-align: center;
	}

	div.blog-list-section > h4.not_found {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
		padding: 1rem 0;
		font-size: 1.6rem;
		font-weight: normal;
		line-height: normal;
		text-align: center;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
	}

	div.blog-article-section div.blog-head-category {
		display: block;
		padding: 2px;
		background: #e95383;
		font-weight: bold;
		color: #fff;
		line-height: 1.4;
	}

	div.blog-article-section div.blog-head-category a,
	div.blog-article-section div.blog-head-category a:link,
	div.blog-article-section div.blog-head-category a:visited {
		display: inline-block;
		padding: 13px 8px;
		color: #fff;
	}

	div.blog-article-section article {
		position: relative;
		width: 100%;
		margin-bottom: 35px;
		padding: 5px 0 0;
	}

	div.blog-article-section article > a h1.entryheader {
		width: 100%;
		margin-bottom: 0;
		padding: 5px 0 10px;
		border-bottom: 1px #ddd dotted;
		color: #e95383;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
	}

	div.blog-article-section article > a p.entrydate {
		padding: 10px 0;
		font-size: 12px;
		font-size: 1.2rem;
	}

	div.blog-article-section article > h3.entryheader {
		width: 100%;
		margin-bottom: 0;
		padding: 5px 0 10px;
		border-bottom: 1px #ddd dotted;
		color: #e95383;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.5;
		text-align: left;
	}

	div.blog-article-section article > h3.entryheader {
		width: 100%;
		margin-bottom: 0;
		padding: 5px 0 10px;
		border-bottom: 1px #ddd dotted;
		color: #e95383;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
	}

	div.blog-article-section article > h4.entrydate {
		padding: 10px 0;
		font-size: 14px;
		font-size: 1.4rem;
	}

	div.blog-article-section article div.entrybody {
		padding: 25px 10px 10px;
	}

	div.blog-article-section article div.entrybody figure {
		width: 100% !important;
		margin: 0;
	}

	div.blog-article-section article img {
		width: 100% !important;
		height: auto !important;
		margin-bottom: 15px;
	}

	div.blog-article-section article p {
		line-height: 1.7;
	}

	div.pager {
		position: relative;
		width: 100%;
		margin-bottom: 15px;
	}

	div.pager > span {
		position: absolute;
		top: 0;
	}

	div.pager > span.prev {
		left: 0;
	}

	div.pager > span.next {
		right: 0;
	}

	div.pager > span a {
		display: block;
		width: 50px;
		height: 30px;
		background: #fff;
		border: 1px #ccc solid;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 30px;
		text-align: center;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
	}

	div.pager > span a:link,
	div.pager > span a:visited {
		color: #e95383;
	}

	div.pager > ul {
		word-spacing: -1em;
		display: table;
		display: block\9;
		font-size: 0;

		width: 100%;
		padding: 0 55px;
		list-style-type: none;
		text-align: center;
	}

	div.pager > ul li {
		word-spacing: normal;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: top;
		margin: 0 3px;
	}

	div.pager > ul li a {
		display: block;
		background: #e95383;
		width: 30px;
		height: 30px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 30px;
		text-align: center;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
	}

	div.pager > ul li a:link,
	div.pager > ul li a:visited {
		color: #fff;
	}

	header > div.contact_area,
	header > div.function,
	header > div.myidsec,
	header > div.contact,
	ul.breadcrumb,
	nav.global {
		display: none;
	}

	/* trigger
-------------------------------------------------------*/
	.trigger {
		position: absolute;
		bottom: 10px;
		right: 20px;
		z-index: 9999;
		width: 44px;
		height: 44px;
		background: #e95383;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
	}

	.menu-trigger {
		position: relative;
		width: 22px;
		height: 20px;
		margin: 7px 11px;
	}

	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 22px;
		height: 2px;
		background: #fff;
		border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 9px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.menu-trigger.active {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	.menu-trigger.active span:nth-of-type(1) {
		/*
	background: #fff;
*/
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		/*
	background: #fff;
*/
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
		opacity: 0;
	}

	.menu-trigger span:nth-of-type(4) {
		width: 40px;
		height: auto;
		bottom: -14px;
		left: -9px;
		background: none;
		color: #fff;
		font-size: 9px;
		font-size: 0.9rem;
		text-align: center;
	}
	/* drawer
-------------------------------------------------------*/
	.drawer-nav {
		margin: 0;
		padding: 0;
		background-color: #f9f9f9;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	.drawer-overlay {
		background-color: rgba(0, 0, 0, 0.5);
	}

	.drawer-nav {
		width: 95%;
	}

	.drawer--right .drawer-nav {
		right: -95%;
	}

	.drawer--right.drawer-open .drawer-hamburger {
		right: 95%;
	}

	.drawer--sidebar.drawer--left .drawer-contents {
		margin-left: 95%;
	}

	.drawer--sidebar.drawer--right .drawer-contents {
		margin-right: 95%;
	}

	.drawer-navbar .drawer-dropdown-menu {
		width: 95%;
	}

	@media (min-width: 75em) {
		.drawer--sidebar .drawer-nav {
			width: 95%;
		}
	}

	/* drawer contents
-------------------------------------------------------*/
	.drawer-wrap {
		padding: 22px 0 10px;
		overflow-y: auto;
	}

	.drawer-wrap > p {
		height: 80px;
		padding: 21px 10px 20px;
		border-top: 1px #d0d0d0 solid;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 40px;
	}

	.drawer-menu {
	}

	.drawer-menu > ul {
		overflow-y: auto;
		width: 100%;
		list-style: none;
	}

	.drawer-menu > ul li {
		position: relative;
		padding: 13px 10px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4;
		border-top: 1px solid #d0d0d0;
	}

	.drawer-menu > ul li a {
		position: relative;
		color: #cc0033;
		font-weight: bold;
	}

	header > div.trivia {
		display: none;
	}

	p.link_rental_top {
		margin: 30px 0;
		text-align: center;
	}

	p.link_rental_top a {
		display: block;
		margin: 15px 0;
		padding: 16px 30px;
		width: 100%;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #fff;
		background: #e95383;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
	}

	/* ------------------------------------------------------*/
}
