@charset "UTF-8";

address, article, aside, figure, figcaption, footer, header, hgroup, hr, legend, menu, nav, picture, section, summary {
	margin: 0;
	padding: 0;
	display: block;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

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

fieldset, img {
	border: none;
	vertical-align: bottom;
}

hr {
	display: none;
}

address, caption, cite, code, dfn, em, small, strong, th, var {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* html
-------------------------------------------------- */
html {
	overflow-y: scroll;
}

/* body
-------------------------------------------------- */
body {
	width: 100%;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	background: #fff;
	line-height: 1.8;
	overflow: hidden;
}

/* link
-------------------------------------------------- */
@media screen and (min-width: 768px) {
	a {
		transition: 0.3s;
	}

	a:hover {
		color: #97dcff;
		cursor: pointer;
		text-decoration: none;
	}
}

a {
	text-decoration: none;
	color: #6cc6f3;
}

/* wrapperArea
-------------------------------------------------- */
#wrapperArea {
	width: 100%;
	height: 100%;
	position: relative;
}

/* container
-------------------------------------------------- */
.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1000px;
}

@media screen and (max-width: 767px) {
	.container {
		padding: 0 16px;
	}
}

/* pageheader
-------------------------------------------------- */
.siteName {
	line-height: 1;
	font-weight: normal;
}

.siteName-title {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: -2.5px;
	vertical-align: middle;
	color: #a82934;
}

.siteName-cat {
	margin-left: 4px;
	border-radius: 4px;
	border: 1px solid #a82934;
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
	color: #a82934;
}

.siteName-subtitle {
	color: #333;
}

@media screen and (min-width: 768px) {
	.siteName {
		width: calc(100% - 225px);
	}

	.siteName-cat {
		padding: 5px 4px;
		font-size: 12px;
	}

	.siteName-subtitle {
		margin-left: 32px;
		display: inline-block;
		font-size: 14px;
	}

	.siteName-subtitle_sp {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.siteName {
		width: calc(100% - 144px);
	}

	.siteName-title {
		line-height: 1;
		font-size: 20px;
	}

	.siteName-cat {
		line-height: 1;
		font-size: 9.5px;
		padding: 2px 4px;
	}

	.siteName-subtitle {
		margin-bottom: 8px;
		font-size: 11.4px;
		display: block;
	}

	.siteName-subtitle_pc {
		display: none;
	}
}

.pageheader {
	display: flex;
	align-items: center;
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 10;
	transition: 0.3s;
}

.pageheader_isFixed, .pageheader_common {
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.pageheader-search {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #a82934;
	background: #a82934;
	color: #fff;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}

.pageheader-search-icon {
	vertical-align: middle;
}

.pageheader-search:hover {
	background: transparent;
	color: #a82934;
	border: 1px solid #a82934;
}

.pageheader-search:hover path {
	fill: #a82934;
}

.pageheader-utility {
	display: flex;
	justify-content: flex-end;
}

.pageheader-login {
	margin-left: 16px;
	line-height: 1;
}

.pageheader-login a {
	display: inline-block;
}

.pageheader-login img {
	width: 32px;
	height: 32px;
}

@media screen and (min-width: 768px) {
	.pageheader {
		padding: 24px;
	}

	.pageheader-search {
		padding: 0 52px;
		border-radius: 18px;
		font-size: 14px;
		line-height: 36px;
		transition: 0.3s;
	}

	.pageheader-search::before {
		height: 34px;
		left: 51px;
	}

	.pageheader-utility {
		width: 225px;
	}

	.pageheader-login {
		margin-top: 2px;
	}

	.pageheader-login-icon {
		width: 32px;
		height: 32px;
	}

	.pageheader-login:hover path {
		fill: #6cc6f3;
	}
}

@media screen and (max-width: 767px) {
	.pageheader {
		padding: 16px;
	}

	.pageheader-search {
		padding: 0 16px;
		border-radius: 16px;
		font-size: 12px;
		line-height: 30px;
	}

	.pageheader-search::before {
		height: 30px;
		left: 22px;
	}

	.pageheader-utility {
		width: 144px;
	}

	.pageheader-login {
		margin-top: 1px;
	}
}

/* searchModal
-------------------------------------------------- */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(51, 51, 51, 0.4);
	width: 100%;
	height: 100%;
	z-index: 100;
}

.overlay[aria-hidden='true'] {
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.overlay[aria-hidden='false'] {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.searchModal {
	position: fixed;
	z-index: 110;
	top: 0;
	background: #fff;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	transition: -webkit-transform 350ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
	transition: transform 350ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
	transition: transform 350ms cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 350ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.searchModal[aria-hidden='false'] {
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.searchModal[aria-hidden='true'] {
	visibility: hidden;
	transition: -webkit-transform 0s;
	transition: transform 0s;
	transition: transform 0s, -webkit-transform 0s;
}

.searchModal-close {
	position: absolute;
	right: 27px;
	top: 24px;
}

.searchModal-tab {
	margin-top: 40px;
}

.searchModal-tab-menu {
	margin: 0 -20px 20px;
	padding: 0 20px;
	border-bottom: 1px solid #eee;
}

.searchModal-tab-list {
	display: flex;
}

.searchModal-tab-link {
	padding: 0 8px 8px;
	color: #666;
}

.searchModal-tab-link[aria-selected="true"] {
	color: #333;
	border-bottom: 2px solid #a82934;
	font-weight: bold;
}

.searchModal-tab-content[aria-hidden="true"] {
	display: none;
}

.searchModal-catList {
	margin-top: 8px;
}

.searchModal-catList li {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 16px;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	border-radius: 16px;
}

.searchModal-catList li:last-child {
	margin-right: 0;
}

.searchModal-catList a {
	display: block;
	padding: 0 16px;
	color: #333;
	background: #efefef;
	transition: 0.3s;
	border-radius: 16px;
}

.searchModal-catList a:hover {
	background: #6cc6f3;
	color: #fff;
}

.searchModal-btn {
	margin-top: 16px;
}

.searchModal-btn input[type="submit"] {
	width: 240px;
}

@media screen and (min-width: 768px) {
	.searchModal {
		right: 0;
		width: 424px;
		height: 100%;
		overflow: auto;
	}

	.searchModal-close {
		cursor: pointer;
	}

	.searchModal-tab-link {
		font-size: 16px;
		cursor: pointer;
	}

	.searchModal-tab-link:not(:last-child) {
		margin-right: 24px;
	}

	.searchModalBlock {
		padding-top: 88px;
	}
}

@media screen and (max-width: 767px) {
	.searchModal {
		left: 0;
		margin-bottom: 40px;
		width: 100%;
		height: 100%;
	}

	.searchModal-tab-link {
		padding: 8px;
		font-size: 14px;
	}

	.searchModal-tab-link:not(:last-child) {
		margin-right: 8px;
	}

	.searchModalBlock {
		padding-top: 64px;
	}
}

/* searchModal-place */
.searchModal-place-list {
	margin-bottom: 16px;
}

.searchModal-place-list a {
	color: #333;
}

.searchModal-place-list a::before {
	margin-right: 8px;
	content: ' ';
	background-image: url(/images/ico_placemark.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px 16px;
	display: inline-block;
	width: 12px;
	height: 16px;
}

.searchModal-place-list li {
	padding-left: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}

.searchModal-place-list li:not(:first-child) {
	padding-top: 16px;
}

.searchModal-place-moreLink {
	text-align: center;
	font-weight: bold;
}

@media screen and (min-width: 768px) {
	.searchModal-place-list li {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.searchModal-place-list li {
		font-size: 14px;
	}
}

/* searchModal-date */
.searchModal-date-calender {
	margin-bottom: 24px;
}

.searchModal-date-calender .ui-datepicker-inline {
	padding: 0;
	width: 100%;
	border: 0;
}

.searchModal-date-calender .ui-datepicker-header {
	background: #fff;
	border: 0;
}

.searchModal-date-calender .ui-datepicker .ui-datepicker-prev,
.searchModal-date-calender .ui-datepicker .ui-datepicker-next {
	width: 11px;
	height: 14px;
	top: calc(50% - 7px);
}

.searchModal-date-calender .ui-datepicker .ui-datepicker-prev:hover,
.searchModal-date-calender .ui-datepicker .ui-datepicker-next:hover {
	border: 0;
	background: none;
}

.searchModal-date-calender .ui-datepicker .ui-datepicker-prev-hover,
.searchModal-date-calender .ui-datepicker .ui-datepicker-next-hover {
	top: calc(50% - 7px);
}

.searchModal-date-calender .ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.searchModal-date-calender .ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.searchModal-date-calender .ui-datepicker-prev span,
.searchModal-date-calender .ui-datepicker-next span {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 11px 14px;
	width: 11px;
	height: 14px;
}

.searchModal-date-calender .ui-datepicker-prev span {
	background-image: url(/images/ico_calender_prev.png);
}

.searchModal-date-calender .ui-datepicker-next span {
	background-image: url(/images/ico_calender_next.png);
}

.searchModal-date-calender .ui-datepicker-month {
	padding-right: 8px;
	font-size: 14px;
}

.searchModal-date-calender .ui-datepicker-year {
	font-size: 10px;
	color: #666;
}

.searchModal-date-calender .ui-datepicker-calendar {
	table-layout: fixed;
	width: 100%;
	font-size: 12px;
}

.searchModal-date-calender .ui-datepicker-calendar th,
.searchModal-date-calender .ui-datepicker-calendar td {
	text-align: center;
	line-height: 1;
}

.searchModal-date-calender .ui-datepicker-calendar thead th {
	padding: 8px 0;
	color: #9ea1a3;
	font-weight: normal;
	font-size: 10px;
}

.searchModal-date-calender .ui-datepicker-calendar thead th:nth-child(6) {
	color: #006ba6;
}

.searchModal-date-calender .ui-datepicker-calendar thead th:nth-child(7) {
	color: #a82934;
}

.searchModal-date-calender .ui-state-default {
	padding: 8px 0;
	border-radius: 4px;
	text-align: center;
	border: 0;
	background: #fff;
}

.searchModal-date-calender .ui-datepicker-today .ui-state-highlight {
	color: #6cc6f3;
	font-weight: bold;
	background: #fff;
}

.searchModal-date-calender .ui-datepicker-current-day .ui-state-active {
	background: #333;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.searchModal-date-calender .ui-datepicker-prev span,
  .searchModal-date-calender .ui-datepicker-next span {
		background-size: 11px 14px;
	}
}

@media screen and (max-width: 767px) {
	.searchModal-date-calender .ui-datepicker-prev span,
  .searchModal-date-calender .ui-datepicker-next span {
		background-repeat: no-repeat;
	}
}

/* searchModal-keyword */
.searchModal-keyword-inputTxt {
	margin-bottom: 16px;
	padding: 16px;
	font-size: 16px;
	border: 0;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	width: 100%;
}

.searchModal-keyword-inputTxt[placeholder] {
	color: #666;
}

/* bodyArea
-------------------------------------------------- */
.bodyArea {
	width: 100%;
	background: #fff;
}

/* backToTop
-------------------------------------------------- */
.backToTop {
	margin: 0;
}

.backToTop a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

.backToTop span {
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.backToTop {
		display: none;
		position: fixed;
		right: 24px;
		bottom: 24px;
		font-size: 14px;
	}

	.backToTop a {
		padding: 16px;
	}

	.backToTop a path {
		transition: 0.3s;
	}

	.backToTop a:hover {
		color: #97dcff;
	}

	.backToTop a:hover path {
		fill: #97dcff;
		transition: 0.3s;
	}

	.backToTop-icon {
		width: 44px;
		height: 44px;
	}
}

@media screen and (max-width: 767px) {
	.backToTop {
		font-size: 14px;
	}

	.backToTop a {
		padding: 16px;
	}

	.backToTop-icon {
		width: 22px;
		height: 22px;
	}
}

/* footer
-------------------------------------------------- */
.pagefooter {
	background: #333;
	color: #fff;
}

.pagefooter-copyright {
	background: #1b2021;
}

.pagefooter-copyright p {
	padding: 24px 0;
	font-size: 10px;
}

.footerSiteName {
	line-height: 1;
}

.footerSiteName-title {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-size: 24px;
	vertical-align: middle;
}

.footerSiteName-cat {
	margin-left: 4px;
	padding: 5px 4px;
	border-radius: 4px;
	border: 1px solid #fff;
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
}

.footerNavi a {
	color: #fff;
}

.footerNavi-list {
	font-size: 14px;
	line-height: 2.14;
}

.footerNavi-list-title {
	font-weight: bold;
}

.footerNavi-list-item {
	margin-bottom: 12px;
}

.footerNavi-list-item li {
	display: inline-block;
}

.footerNavi-list-item li:not(:last-child) {
	margin-right: 2em;
}

@media screen and (min-width: 768px) {
	.footerContainer {
		display: flex;
	}

	.footerContainer-menu {
		margin: 56px 0 48px;
		flex-basis: 75%;
	}

	.footerContainer-logo {
		margin: 40px 100px 40px 0;
		flex-basis: 25%;
		text-align: center;
	}

	.footerContainer-logo img {
		max-width: 120px;
		height: auto;
	}

	.footerNavi {
		display: flex;
	}

	.footerSiteName {
		margin-bottom: 48px;
	}

	.footerSiteName-cat {
		font-size: 12px;
	}

	.footerSiteName-subtitle {
		margin-left: 32px;
		display: inline-block;
		font-size: 14px;
	}

	.footerSiteName-subtitle_sp {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.pagefooter {
		padding: 48px 0 0;
	}

	.pagefooter-copyright p {
		padding: 24px;
		text-align: center;
	}

	.footerSiteName {
		margin-bottom: 32px;
		text-align: center;
	}

	.footerSiteName-title {
		line-height: 1;
	}

	.footerSiteName-cat {
		line-height: 1;
		font-size: 9.5px;
	}

	.footerSiteName-subtitle {
		font-size: 11.4px;
		display: block;
	}

	.footerSiteName-subtitle_sp {
		margin-bottom: 8px;
	}

	.footerSiteName-subtitle_pc {
		display: none;
	}

	.footerContainer-logo {
		margin: 24px 0;
		text-align: center;
	}

	.footerContainer-logo img {
		width: 94px;
		height: auto;
	}
}

/* display-block
-------------------------------------------------- */
@media screen and (min-width: 768px) {
	.display-block_pc {
		display: block;
	}

	.display-block_sp {
		display: none;
	}

	.spInline {
		display: none;
	}

	.pcInline {
		display: inline;
	}
}

@media screen and (max-width: 767px) {
	.display-block_pc {
		display: none;
	}

	.display-block_sp {
		display: block;
	}

	.spInline {
		display: inline;
	}

	.pcInline {
		display: none;
	}
}

/* form
-------------------------------------------------- */
@media screen and (min-width: 768px) {
	input[type="submit"]:hover,
  input[type="radio"]:hover,
  input[type="radio"] + label:hover,
  select:hover {
		cursor: pointer;
	}
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

@media screen and (max-width: 768px) {
	input[type="text"],
  input[type="button"],
  input[type="email"],
  input[type="submit"],
  textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
}

/* font
-------------------------------------------------- */
/* img
-------------------------------------------------- */
/* keyVisual
-------------------------------------------------- */
.keyVisual {
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: repeat;
	background-size: cover;
}

.keyVisual-txt {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	display: inline-block;
	color: #fff;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.keyVisual {
		margin: 0 24px;
		height: 400px;
		border-radius: 8px;
		background-image: url(/images/kv_pc.jpg);
	}

	.keyVisual-txt {
		font-size: 36px;
		text-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
		line-height: 1.36;
		border-bottom: 5px solid #6cc6f3;
	}
}

@media screen and (max-width: 767px) {
	.keyVisual {
		margin: 0 16px;
		height: 200px;
		border-radius: 11px;
		background-image: url(/images/kv_sp.jpg);
	}

	.keyVisual-txt {
		font-size: 24px;
		text-shadow: 0 0 6px rgba(0, 0, 0, 0.36);
		line-height: 1.33;
		border-bottom: 3px solid #6cc6f3;
	}
}

/* section
-------------------------------------------------- */
.section-defaultColor {
	background: #fff;
}

.section-subColor {
	background: #efefef;
}

.section-defaultMargin {
	margin: 48px 0;
}

.section-secondaryMargin {
	margin: 32px 0;
}

.section-detailpageMargin {
	margin: 24px 0 0;
}

.section-defaultPadding {
	padding: 48px 0;
}

/* title
-------------------------------------------------- */
.title-xxlarge {
	margin-bottom: 8px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}

.title-xlarge {
	margin-bottom: 16px;
	font-weight: bold;
	line-height: 1.8;
}

.title-large {
	margin-bottom: 12px;
	font-weight: bold;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.title-xxlarge {
		font-size: 32px;
	}

	.title-xlarge {
		font-size: 24px;
	}

	.title-large {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.title-xxlarge {
		font-size: 24px;
	}

	.title-xlarge {
		font-size: 18px;
	}

	.title-large {
		font-size: 14px;
	}
}

/* paragraph Element
-------------------------------------------------- */
p {
	text-align: left;
}

.lead-description {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.lead-description {
		margin-bottom: 8px;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.lead-description {
		margin-bottom: 8px;
		font-size: 12px;
	}
}

/* list Element
-------------------------------------------------- */
ul {
	list-style: none;
}

ul li {
	list-style-type: none;
	position: relative;
}

ol {
	padding: 0;
	list-style: none;
	counter-reset: ol_li;
	position: relative;
}

ol li {
	position: relative;
}

/* btn Element
-------------------------------------------------- */
@media screen and (min-width: 768px) {
	.btn_center {
		display: flex;
		justify-content: center;
	}

	.btnPrimary-large, .btnPrimaryBorder-large {
		margin-bottom: 32px;
		border-radius: 28px;
		font-size: 18px;
		text-align: center;
		font-weight: bold;
		width: 298px;
		height: 54px;
		line-height: 54px;
		display: inline-block;
		transition: 0.3s;
	}

	.btnPrimary-mid, .btnPrimaryBorder-mid, .btnSecondary-mid, .btnSecondaryBorder-mid, .btnNormal-mid {
		margin-bottom: 32px;
		border-radius: 26px;
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		width: 25%;
		height: 52px;
		line-height: 52px;
		display: inline-block;
		transition: 0.3s;
	}

	.btnNormal-small {
		margin-bottom: 32px;
		border-radius: 22px;
		font-size: 14px;
		text-align: center;
		font-weight: bold;
		width: 20%;
		height: 42px;
		line-height: 42px;
		display: inline-block;
		transition: 0.3s;
	}

	.btnPrimary-large, .btnPrimary-mid {
		color: #fff;
		background: #a82934;
		border: 1px solid #a82934;
	}

	.btnPrimary-large:hover, .btnPrimary-mid:hover, .btnPrimaryBorder-large, .btnPrimaryBorder-mid, .btnNormal-mid:hover, .btnNormal-small:hover {
		background: transparent;
		color: #a82934;
		border: 1px solid #a82934;
	}

	.btnSecondary-mid {
		background: #6cc6f3;
		color: #fff;
		border: 1px solid #6cc6f3;
	}

	.btnSecondary-mid:hover, .btnSecondaryBorder-mid {
		background: #fff;
		color: #6cc6f3;
		border: 1px solid #6cc6f3;
	}

	.btnNormal-mid, .btnNormal-small {
		color: #333;
		border: 1px solid #ccc;
	}

	.btnPrimary-large_disabled, .btnPrimary-mid_disabled, .btnPrimaryBorder-large_disabled, .btnPrimaryBorder-mid_disabled, .btnSecondary-mid_disabled, .btnSecondaryBorder-mid_disabled, .btnNormal-mid_disabled, .btnNormal-small_disabled {
		background: #e3e3e3;
		color: #fff;
		border: 1px solid #e3e3e3;
	}
}

@media screen and (max-width: 767px) {
	.btnPrimary-large, .btnPrimaryBorder-large {
		margin: 0 24px 24px;
		border-radius: 26px;
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		height: 52px;
		line-height: 52px;
		display: block;
	}

	.btnPrimary-mid, .btnPrimaryBorder-mid, .btnSecondary-mid, .btnSecondaryBorder-mid, .btnNormal-mid {
		margin: 0 72px 24px;
		border-radius: 22px;
		font-size: 14px;
		text-align: center;
		font-weight: bold;
		height: 42px;
		line-height: 42px;
		display: block;
	}

	.btnNormal-small {
		margin: 0 72px 24px;
		border-radius: 22px;
		font-size: 14px;
		text-align: center;
		font-weight: bold;
		height: 42px;
		line-height: 42px;
		display: block;
	}

	.btnPrimary-large, .btnPrimary-mid {
		color: #fff;
		background: #a82934;
		border: 1px solid #a82934;
	}

	.btnPrimaryBorder-large, .btnPrimaryBorder-mid {
		background: #fff;
		color: #a82934;
		border: 1px solid #a82934;
	}

	.btnSecondary-mid {
		background: #6cc6f3;
		color: #fff;
		border: 1px solid #6cc6f3;
	}

	.btnSecondaryBorder-mid {
		background: #fff;
		color: #6cc6f3;
		border: 1px solid #6cc6f3;
	}

	.btnNormal-mid, .btnNormal-small {
		background: #fff;
		color: #333;
		border: 1px solid #ccc;
	}

	.btnPrimary-large_disabled, .btnPrimary-mid_disabled, .btnPrimaryBorder-large_disabled, .btnPrimaryBorder-mid_disabled, .btnSecondary-mid_disabled, .btnSecondaryBorder-mid_disabled, .btnNormal-mid_disabled, .btnNormal-small_disabled {
		background: #e3e3e3;
		color: #fff;
		border: 1px solid #e3e3e3;
	}
}

/* cardBlock
-------------------------------------------------- */
.lead-description + .cardBlock {
	margin-top: 32px;
}

.cardBlock-box {
	border-radius: 8px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
	color: #333;
	background: #fff;
	position: relative;
}

.cardBlock-image {
	border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	overflow: hidden;
}

.cardBlock-image_noimage {
	background: #9ea1a3;
	text-align: center;
}

.cardBlock-image img {
	width: 100%;
}

.cardBlock-title {
	font-weight: bold;
	line-height: 1.1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
	.cardBlock {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.cardBlock-box {
		border-radius: 8px;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
		width: 31.6%;
	}

	.cardBlock-box:nth-child(n+4) {
		margin-top: 16px;
	}

	.cardBlock-box:hover {
		box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
	}

	.cardBlock-box:hover .cardBlock-image img {
		opacity: 0.6;
	}

	.cardBlock-box:hover .eventCard-detail-day,
  .cardBlock-box:hover .eventCard-detail-daytime {
		color: #333;
	}

	.cardBlock-box_empty {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	.cardBlock-box_empty .cardBlock-image {
		height: auto;
	}

	.cardBlock-box_empty .cardBlock-image img {
		width: auto;
	}

	.cardBlock-box_empty:hover {
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
	}

	.cardBlock-box_empty:hover .cardBlock-image img {
		opacity: 1;
	}

	.cardBlock-image {
		height: 104px;
	}

	.cardBlock-image_noimage {
		padding-top: 10px;
	}

	.cardBlock-image_noimage img {
		height: 82px;
		width: auto;
	}

	.cardBlock-detail {
		padding: 24px 16px;
	}

	.cardBlock-title {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.cardBlock-box {
		margin-bottom: 16px;
		display: block;
	}

	.cardBlock-box_empty {
		display: none;
	}

	.cardBlock-image {
		height: 120px;
	}

	.cardBlock-image_noimage {
		padding-top: 20px;
	}

	.cardBlock-image_noimage img {
		height: 82px;
		width: auto;
	}

	.cardBlock-detail {
		padding: 16px;
	}

	.cardBlock-title {
		font-size: 16px;
	}
}

/* eventCard */
.eventCard-title {
	margin-bottom: 8px;
}

.eventCard-detail-box {
	margin-bottom: 16px;
	display: flex;
}

.eventCard-detail-daytime {
	line-height: 1;
}

.eventCard-detail-day {
	border-right: 1px solid #eee;
	line-height: 1;
}

.eventCard-detail-month {
	margin-bottom: 2px;
	display: inline-block;
	vertical-align: top;
}

.eventCard-detail-date {
	font-weight: bold;
}

.eventCard-detail-name {
	padding-left: 16px;
}

.eventCard-detail-week {
	padding-right: 0.5em;
}

.eventCard-detail-week_sat {
	color: #006ba6;
}

.eventCard-place {
	color: #666;
	line-height: 1;
}

.eventCard-place::before {
	margin-right: 10px;
	content: ' ';
	background-image: url(/images/ico_placemark.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 9px 12px;
	display: inline-block;
	width: 9px;
	height: 12px;
}

@media screen and (min-width: 768px) {
	.eventCard-detail-day {
		width: 50px;
		text-align: center;
	}

	.eventCard-detail-month {
		font-size: 12px;
	}

	.eventCard-detail-date {
		font-size: 24px;
	}

	.eventCard-detail-name {
		width: calc(100% - 50px);
	}

	.eventCard-detail-daytime {
		font-size: 14px;
	}

	.eventCard-place {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.eventCard-detail-day {
		width: 42px;
	}

	.eventCard-detail-month {
		font-size: 12px;
	}

	.eventCard-detail-date {
		font-size: 20px;
	}

	.eventCard-detail-name {
		width: calc(100% - 42px);
	}

	.eventCard-detail-daytime {
		font-size: 12px;
	}

	.eventCard-place {
		font-size: 12px;
	}
}

/* placeCard */
.placeCard-title {
	margin-bottom: 8px;
}

.placeCard-title::before {
	margin-right: 8px;
	content: ' ';
	background-image: url(/images/ico_placemark.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px 16px;
	display: inline-block;
	width: 12px;
	height: 16px;
}

.placeCard-address {
	margin-bottom: 16px;
	font-size: 14px;
	color: #666;
	line-height: 1;
}

.placeCard-people {
	font-size: 14px;
	line-height: 1.6;
}

.placeCard-price {
	font-size: 14px;
	line-height: 1.6;
}

.placeCard-price-about {
	font-size: 12px;
}

.placeCard-price_free {
	color: #a82934;
}

/* favoriteBtn
-------------------------------------------------- */
.favoriteBtn {
	position: absolute;
}

@media screen and (min-width: 768px) {
	.favoriteBtn {
		top: 16px;
		right: 16px;
	}

	.favoriteBtn .cardBlock-favoriteBtn-icon {
		width: 23px;
		height: 19px;
	}
}

@media screen and (max-width: 767px) {
	.favoriteBtn {
		top: 16px;
		right: 16px;
	}

	.favoriteBtn .cardBlock-favoriteBtn-icon {
		width: 28px;
		height: 24px;
	}
}

/* eventSearch
-------------------------------------------------- */
.eventSearch {
	padding: 24px 0;
}

.eventSearch-title {
	font-weight: bold;
}

.eventSearch-date-title, .eventSearch-date-today {
	display: inline-block;
}

.eventSearch-date-week {
	padding: 0 0.5em;
}

.eventSearch-date-week_sat {
	color: #006ba6;
}

.eventSearch-date-morelink {
	text-align: right;
	font-size: 14px;
	transition: 0.3s;
}

.eventSearch-date-morelink:hover {
	color: #97dcff;
}

.eventSearch-date-list {
	margin-top: 8px;
}

.eventSearch-date-list li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 16px;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	border-radius: 16px;
}

.eventSearch-date-list li:last-child {
	margin-right: 0;
}

.eventSearch-date-list a {
	display: block;
	padding: 0 24px;
	color: #333;
	background: #efefef;
	transition: 0.3s;
	border-radius: 16px;
}

.eventSearch-date-list a:hover {
	background: #6cc6f3;
	color: #fff;
}

.eventSearch-date-list a.eventSearch-date-list_checked {
	background: #333;
	color: #fff;
}

.eventSearch-category-list {
	margin-top: 8px;
}

.eventSearch-category-list li {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 16px;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	border-radius: 16px;
}

.eventSearch-category-list li:last-child {
	margin-right: 0;
}

.eventSearch-category-list a {
	display: block;
	border-radius: 16px;
	padding: 0 16px;
	color: #333;
	background: #fff;
	transition: 0.3s;
}

.eventSearch-category-list a:hover {
	background: #6cc6f3;
	color: #fff;
}

.eventSearch-category-list a.eventSearch-category-list_checked {
	background: #333;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.eventSearch {
		display: flex;
	}

	.eventSearch-title {
		margin-right: 16px;
		font-size: 18px;
	}

	.eventSearch-date {
		padding-right: 64px;
		border-right: 1px solid #fff;
		width: 56%;
	}

	.eventSearch-date-today {
		font-size: 14px;
	}

	.eventSearch-date-morelink {
		margin-top: 16px;
	}

	.eventSearch-category {
		padding-left: 64px;
	}
}

@media screen and (max-width: 767px) {
	.eventSearch-title {
		font-size: 14px;
	}

	.eventSearch-date {
		padding-bottom: 24px;
		border-bottom: 1px solid #fff;
	}

	.eventSearch-date-today {
		font-size: 12px;
	}

	.eventSearch-category {
		padding-top: 24px;
	}
}

/* eventListBlock
-------------------------------------------------- */
.eventListBlock-title {
	margin-top: 24px;
	color: #666;
}

.eventListBlock-title-date {
	padding-left: 8px;
	font-weight: normal;
}

.eventListBlock-title-week {
	padding: 0 0.5em;
}

.eventListBlock-title-week_sat {
	color: #006ba6;
}

.eventListBlock-title-week_sun {
	color: #a82934;
}

.eventListBlock-btnMore {
	margin: 24px 0 16px;
}

@media screen and (min-width: 768px) {
	.eventListBlock-title-date {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.eventListBlock-title-date {
		font-size: 12px;
	}
}

/* bnrBlock
-------------------------------------------------- */
.bnrBlock {
	margin-bottom: 32px;
}

.bnrBlock-pastEvent {
	font-size: 14px;
}

.bnrBlock-pastEvent-img {
	text-align: center;
}

.bnrBlock-pastEvent-img img {
	max-width: 100%;
}

.bnrBlock-addLine-img {
	text-align: center;
}

.bnrBlock-addLine-img img {
	max-width: 100%;
}

.bnrBlock-relatedLink-img img {
	max-width: 100%;
}

.bnrBlock-relatedLink li a {
	color: #333;
}

@media screen and (min-width: 768px) {
	.bnrBlock-pastEvent {
		margin: 0 auto;
		max-width: 650px;
	}

	.bnrBlock-pastEvent-img {
		margin-bottom: 16px;
	}

	.bnrBlock-addLine {
		margin: 0 auto 48px;
		max-width: 650px;
	}

	.bnrBlock-relatedLink-img {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.bnrBlock-relatedLink li {
		margin-right: 33px;
		margin-bottom: 8px;
		flex-basis: 264px;
    /* ↓バナーが2個まで */
    /* ↓バナーが3個以上になったら */
    /*&:nth-child(3n) {
					margin-right: 0;
				}*/
	}

	.bnrBlock-relatedLink li:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.bnrBlock-pastEvent-img {
		margin-bottom: 12px;
	}

	.bnrBlock-addLine {
		margin-bottom: 48px;
	}

	.bnrBlock-addLine-img {
		margin-bottom: 12px;
	}

	.bnrBlock-relatedLink-img {
		margin: 0 auto;
		width: 264px;
	}

	.bnrBlock-relatedLink li {
		margin-bottom: 16px;
	}
}

/* createEventBlock
-------------------------------------------------- */
.createEventBlock-description {
	margin-bottom: 24px;
	font-size: 14px;
}

.createEventBlock-btn-free {
	font-size: 0.8em;
	font-weight: normal;
}

@media screen and (min-width: 768px) {
	.createEventBlock {
		padding-top: 48px;
		padding-bottom: 48px;
		display: flex;
		justify-content: space-between;
	}

	.createEventBlock-txt {
		order: 2;
		width: 50%;
	}

	.createEventBlock-img {
		order: 1;
		width: 41.6%;
	}

	.createEventBlock-img img {
		max-width: 100%;
		border-radius: 8px;
	}

	.createEventBlock-btn {
		margin-bottom: 0;
	}

	.createEventBlock .title-xxlarge {
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	.createEventBlock {
		padding-top: 48px;
	}

	.createEventBlock-img {
		margin: 0 -16px;
	}

	.createEventBlock-img img {
		width: 100%;
	}

	.createEventBlock-btn {
		margin-bottom: 48px;
	}
}

/* eventListBlock
-------------------------------------------------- */
@media screen and (min-width: 768px) {
	.searchEvent-result-num {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.searchEvent-result-num {
		font-size: 18px;
	}
}

/* placeMap
-------------------------------------------------- */
#map-container {
	height: 490px;
}

#map-container .gm-style-pbt {
	text-align: center;
}

#map-container .gm-style .gm-style-iw-c {
	padding: 16px 16px 0 16px !important;
	border-radius: 0;
	line-height: 1;
}

#map-container .gm-style .gm-style-iw {
	font-size: 14px;
}

#map-container .gm-ui-hover-effect {
	opacity: 1;
	top: 0 !important;
	right: 0 !important;
}

#map-container .gm-ui-hover-effect::after {
	content: ' ';
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/images/ico_map_close.svg);
	display: inline-block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 8px;
	top: 50%;
}

#map-container .gm-ui-hover-effect img {
	display: none !important;
}

#map-container .sample a {
	font-weight: bold;
}

.placeMap {
	position: relative;
}

.placeMap_here {
	position: absolute;
	top: 25px;
	right: 25px;
	padding: 9px;
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 11px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
	line-height: 1;
}

.placeMap_here img {
	line-height: 1;
}

.placeMap_showMap {
	position: absolute;
}

.placeMap_showMap .btn_mapLink {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.placeMap_here {
		top: 25px;
		right: 25px;
	}

	.placeMap_showMap {
		right: 24px;
		top: 24px;
	}

	.placeMap_showMap .btn_mapLink {
		width: 240px;
	}
}

@media screen and (max-width: 767px) {
	.placeMap_here {
		top: 16px;
		right: 16px;
	}

	.placeMap_showMap {
		right: 20px;
		top: 16px;
	}

	.placeMap_showMap .btn_mapLink {
		margin: 0;
		width: 196px;
	}
}

/* placeEventBlock
-------------------------------------------------- */
.placeEventBlock {
	padding: 40px 16px 48px;
}

.placeEventBlock-btnMore {
	margin: 24px 0 0;
}

.placeEventBlock-btnMore a {
	margin-bottom: 0;
}

/* keyCover
-------------------------------------------------- */
.keyCover-image {
	position: relative;
}

.keyCover-image picture {
	overflow: hidden;
}

.keyCover-image-organizer {
	border: 2px solid #fff;
	background: #fff;
	position: absolute;
	overflow: hidden;
	border-radius: 66px;
	height: 132px;
	width: 132px;
}

@media screen and (min-width: 768px) {
	.keyCover-image {
		margin: 0 auto;
		max-width: 960px;
	}

	.keyCover-image picture {
		height: 240px;
		border-radius: 0 0 8px 8px / 0 0 8px 8px;
	}

	.keyCover-image picture img {
		width: 100%;
		max-width: 100%;
	}

	.keyCover-image-organizer {
		bottom: -50px;
		left: 32px;
	}
}

@media screen and (max-width: 767px) {
	.keyCover-image picture {
		height: 200px;
	}

	.keyCover-image picture img {
		width: 100%;
		max-width: 100%;
	}

	.keyCover-image-organizer {
		bottom: -32px;
		left: 16px;
	}
}

/* searchOrganizers
-------------------------------------------------- */
.searchOrganizers-btnMore {
	margin: 24px 0 0;
}

.searchOrganizers-btnMore .btnNormal-small {
	margin-bottom: 0;
}

/* organizersBlock
-------------------------------------------------- */
.organizersBlock-box {
	padding: 8px 16px;
	display: flex;
	align-items: center;
}

.organizersBlock-icon {
	border-radius: 42px;
	width: 84px;
	height: 84px;
	overflow: hidden;
}

.organizersBlock-name {
	padding-left: 16px;
	font-size: 14px;
	font-weight: bold;
}

.organizersBlock-name-honorificTitle {
	font-size: 12px;
	font-weight: normal;
}

@media screen and (min-width: 768px) {
	.organizersBlock {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.organizersBlock-box {
		width: 31.6%;
	}

	.organizersBlock-box:nth-child(n+4) {
		margin-top: 16px;
	}

	.organizersBlock-box:hover {
		box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
	}

	.organizersBlock-box:hover .organizersBlock-image img {
		opacity: 0.6;
	}
}

/* detailPage
-------------------------------------------------- */
.detailPage-main {
	position: relative;
}

.detailPage-favoriteBtn {
	right: 0;
}

.detailPage-favoriteBtn-icon {
	width: 28px;
	height: 24px;
}

.detailPage-snsBtn {
	margin: 24px 0;
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.detailPage-snsBtn-btn {
	width: 31.32%;
	text-align: center;
	border-radius: 4px;
	color: #fff;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}

.detailPage-snsBtn-btn::before {
	content: ' ';
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
}

.detailPage-snsBtn-btn_twitter {
	background: #1b95e0;
	border: 1px solid #1b95e0;
}

.detailPage-snsBtn-btn_twitter::before {
	background-image: url(/images/ico_twitter.svg);
}

.detailPage-snsBtn-btn_facebook {
	background: #4267b2;
	border: 1px solid #4267b2;
}

.detailPage-snsBtn-btn_line {
	background: #00b833;
	border: 1px solid #00b833;
}

.detailPage-comment {
	font-size: 14px;
}

.detailPage-comment p, .detailPage-comment-image {
	margin-bottom: 1.5em;
}

.detailPage-comment p img, .detailPage-comment-image img {
	border-radius: 8px;
}

.detailPage-comment-image img {
	width: 100%;
	max-width: 100%;
}

.detailPage-info-title {
	margin-bottom: 8px;
}

.detailPage-info section + section {
	margin-top: 24px;
}

.detailPage-infoList {
	font-size: 14px;
}

.detailPage-infoList dt {
	font-weight: bold;
}

.detailPage-infoList a {
	font-weight: bold;
	word-break: break-all;
}

@media screen and (min-width: 768px) {
	.detailPage {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.detailPage-main {
		width: 63.58%;
	}

	.detailPage-favoriteBtn {
		cursor: pointer;
		top: 12px;
	}

	.detailPage-snsBtn {
		font-size: 14px;
	}

	.detailPage-snsBtn-btn {
		padding: 12px;
	}

	.detailPage-snsBtn-btn_twitter::before {
		margin-right: 8px;
		background-size: 19px 16px;
		width: 19px;
		height: 16px;
	}

	.detailPage-snsBtn-btn_twitter:hover {
		color: #1b95e0;
	}

	.detailPage-snsBtn-btn_twitter:hover::before {
		background-image: url(/images/ico_twitter_hover.svg);
	}

	.detailPage-snsBtn-btn_facebook::before {
		margin-right: 5px;
		background-image: url(/images/ico_facebook_pc.png);
		background-size: 20px 19px;
		width: 20px;
		height: 19px;
	}

	.detailPage-snsBtn-btn_facebook:hover {
		color: #4267b2;
	}

	.detailPage-snsBtn-btn_facebook:hover::before {
		background-image: url(/images/ico_facebook_pc_hover.png);
	}

	.detailPage-snsBtn-btn_line::before {
		margin-right: 8px;
		background-image: url(/images/ico_line_pc.png);
		background-size: 20px 19px;
		width: 20px;
		height: 19px;
	}

	.detailPage-snsBtn-btn_line:hover {
		color: #00b833;
	}

	.detailPage-snsBtn-btn_line:hover::before {
		background-image: url(/images/ico_line_pc_hover.png);
	}

	.detailPage-snsBtn-btn:hover {
		background: #fff;
	}

	.detailPage-info {
		margin-top: 8px;
		padding: 16px;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
		border-radius: 8px;
		width: 31.66%;
	}

	.detailPage-infoList dt {
		margin-bottom: 4px;
	}

	.detailPage-infoList dt:not(:first-child) {
		margin-top: 8px;
		padding-top: 8px;
		border-top: 1px solid #eee;
	}
}

@media screen and (max-width: 767px) {
	.detailPage-favoriteBtn {
		top: 4px;
	}

	.detailPage-snsBtn {
		font-size: 12px;
	}

	.detailPage-snsBtn-btn {
		padding: 8px;
	}

	.detailPage-snsBtn-btn_twitter::before {
		margin-right: 6px;
		background-size: 14px 12px;
		width: 14px;
		height: 12px;
	}

	.detailPage-snsBtn-btn_facebook::before {
		margin-right: 8px;
		background-image: url(/images/ico_facebook_sp.png);
		background-size: 16px 15px;
		width: 16px;
		height: 15px;
	}

	.detailPage-snsBtn-btn_line::before {
		margin-right: 11px;
		background-image: url(/images/ico_line_sp.png);
		background-size: 13px 12px;
		width: 13px;
		height: 12px;
	}

	.detailPage-comment-image {
		margin-right: -16px;
		margin-left: -16px;
	}

	.detailPage-info-title {
		font-size: 18px;
	}

	.detailPage-infoList dt {
		margin-bottom: 4px;
	}

	.detailPage-infoList dt:not(:first-child) {
		margin-top: 12px;
		padding-top: 12px;
		border-top: 1px solid #eee;
	}
}

/* placeDetail */
.placeDetail-main-title {
	margin-right: 35px;
	margin-bottom: 0;
}

.placeDetail-main-title::before {
	content: ' ';
	background-image: url(/images/ico_placemark.svg);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
}

.placeDetail-main-address {
	color: #666;
}

@media screen and (min-width: 768px) {
	.placeDetail {
		margin-bottom: 72px;
	}

	.placeDetail-main-title::before {
		margin-right: 12px;
		background-size: 16px 22px;
		width: 16px;
		height: 22px;
	}

	.placeDetail-main-address {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.placeDetail {
		margin-bottom: 48px;
	}

	.placeDetail-main-title::before {
		margin-right: 8px;
		background-size: 12px 16px;
		width: 12px;
		height: 16px;
	}

	.placeDetail-main-address {
		font-size: 12px;
	}
}

/* eventDetail */
.eventDetail-title {
	margin-right: 35px;
	margin-bottom: 8px;
	line-height: 1;
}

.eventDetail-box {
	margin-bottom: 16px;
	display: flex;
}

.eventDetail-daytime {
	line-height: 1;
}

.eventDetail-day {
	border-right: 1px solid #eee;
	line-height: 1;
}

.eventDetail-month {
	margin-bottom: 2px;
	display: inline-block;
	vertical-align: top;
}

.eventDetail-date {
	font-weight: bold;
}

.eventDetail-name {
	padding-left: 16px;
}

.eventDetail-week {
	padding-right: 0.5em;
}

.eventDetail-week_sat {
	color: #006ba6;
}

.eventDetail-place {
	color: #666;
	line-height: 1;
	font-size: 14px;
}

.eventDetail-place::before {
	margin-right: 10px;
	content: ' ';
	background-image: url(/images/ico_placemark.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 9px 12px;
	display: inline-block;
	width: 9px;
	height: 12px;
}

.eventDetail-place a {
	color: #333;
}

.eventDetail-place a:hover {
	color: #97dcff;
}

.eventDetail-category {
	margin-bottom: 16px;
}

.eventDetail-category li {
	padding: 0 16px;
	background: #efefef;
	font-size: 12px;
	display: inline-block;
	border-radius: 11px;
	line-height: 22px;
	height: 22px;
}

.eventDetail-category li:not(:last-child) {
	margin-right: 8px;
}

.eventDetail-category li a {
	color: #333;
}

.eventDetail-category li a:hover {
	color: #333;
}

.eventDetail-organizers {
	display: flex;
	align-items: center;
}

.eventDetail-organizers-icon {
	border-radius: 42px;
	width: 84px;
	height: 84px;
	overflow: hidden;
}

.eventDetail-organizers-name {
	padding-left: 16px;
	font-size: 14px;
	font-weight: bold;
}

.eventDetail-organizers-name-honorificTitle {
	font-size: 12px;
	font-weight: normal;
}

@media screen and (min-width: 768px) {
	.eventDetail {
		margin-bottom: 40px;
	}

	.eventDetail-day {
		padding-right: 16px;
		width: 48px;
		text-align: center;
	}

	.eventDetail-month {
		font-size: 16px;
	}

	.eventDetail-date {
		font-size: 28px;
	}

	.eventDetail-name {
		width: calc(100% - 50px);
	}

	.eventDetail-daytime {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.eventDetail {
		margin-bottom: 32px;
	}

	.eventDetail-day {
		width: 42px;
	}

	.eventDetail-month {
		font-size: 14px;
	}

	.eventDetail-date {
		font-size: 24px;
	}

	.eventDetail-name {
		width: calc(100% - 42px);
	}

	.eventDetail-daytime {
		font-size: 12px;
	}

	.eventDetail-commnt {
		margin-bottom: 32px;
	}

	.eventDetail-organizers {
		padding: 8px 16px;
		border-radius: 8px;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
		color: #333;
		background: #fff;
	}

	.eventDetail-organizers a {
		color: #333;
	}
}

/* organizersDetail */
.organizersDetail {
	margin-top: 56px;
}

.organizersDetail-main-title {
	margin-right: 35px;
}

@media screen and (min-width: 768px) {
	.organizersDetail {
		margin-bottom: 56px;
	}
}

@media screen and (max-width: 767px) {
	.organizersDetail {
		margin-bottom: 40px;
	}
}
