@charset "utf-8";

/* base styles */
body {
	min-width: 1240px;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
.noto {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.bold {
	font-weight: bold !important;
}
.text {
	font-size: 15px !important;
	line-height: 1.6 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.colerGreen {
	color: #00adb0 !important;
}
.spOnly {
	display: none;
}
@media screen and (max-width: 767px) {
	body {
		min-width: initial;
		-webkit-text-size-adjust: 100%;
	}
	.spOnly {
		display: block;
	}
}

/*breadcrumbs*/
#breadcrumbs {
	min-width: 1240px;
	background-color: #000;
	color: #fff;
}
#breadcrumbs ol {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#breadcrumbs li {
	float: left;
	padding: 12px 0 10px 21px;
	margin-left: 12px;
	background: url(../img/ic_bc_link.png) left center no-repeat;
	font-size: 81.3%;
}
#breadcrumbs li:first-child {
	background-image: none;
	padding-left: 0;
	margin-left: 0;
}
#breadcrumbs li a {
	color: #bec3c8;
	text-decoration: none;
}
#breadcrumbs li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#breadcrumbs {
		display: none;
	}
	#contents #reserve .reserveBtn a{
		font-size: 18px;
	}
}

/* ページ内ナビリンク */
#contents .pageMainNav {
	box-sizing: border-box;
	width: 1200px;
	background-color: #ebebeb;
	padding: 10px;
	margin: 40px auto;
}
#contents .pageMainNav .col4Block {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#contents .pageMainNav .col4Block .col {
	width: calc((100% - 30px) / 4);
	height: 52px;
}
@media screen and (min-width: 768px) {
	#contents .pageMainNav .col4Block .col:not(:nth-of-type(4n)) {
		margin-right: 10px;
	}
	#contents .pageMainNav .col4Block .col:nth-of-type(n+5) {
		margin-top: 10px;
	}
}
#contents .pageMainNav .col a {
	position: relative;
	background-color: #00adb0;
	background-image: none;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	line-height: 1.15;
	color: #fff !important;
	text-decoration: none !important;
	padding-right: 30px;
}
#contents .pageMainNav .col a::after {
	content: "";
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: 12px;
}
#contents .pageMainNav .col a:hover {
	background-color: #028484;
	text-decoration: none;
}
#contents .pageMainNav .col .virtual {
	background-color: #FFFF00;
	color: #4D4D4D !important;
}
#contents .pageMainNav .col .virtual::after {
	content: "";
	border-bottom: solid 1px #4D4D4D;
	border-right: solid 1px #4D4D4D;
}
#contents .pageMainNav .col .virtual:hover {
	background-color: #e6e600;
}
@media screen and (max-width: 767px) {
	#contents .pageMainNav {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 70px;
	}
	#contents .pageMainNav .col4Block {
		display: block;
		height: auto;
	}
	#contents .pageMainNav .col4Block .col {
		width: 100%;
	}
	#contents .pageMainNav .col a {
		padding-right: 0;
	}
	#contents .pageMainNav .col:not(:first-of-type) {
		margin-top: 5px;
	}
}
/*ページ内リンクある時用の対応*/
#contents #cspi .contentsBlock {
	padding-top: 70px;
	margin-top: -70px;
	margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
	#contents #cspi .contentsBlock {
		margin-bottom: 30px;
	}
}

/*slickArea*/
#entry #slickArea {
    margin-bottom: 50px;
    padding: 0 0 60px 0;
    margin-top: 0;
}
#slickBox .multiple-item li {
    padding-left: 5px;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before, .slick-dots li button:hover:before, .slick-dots li button:active:before, .slick-dots li button:focus:before {
    color: #00a7ac;
}

/*cspi styles*/
#cspi {
	color: #333f48;
	box-sizing: border-box;
}
#cspi *, #cspi *::before, #cspi *::after {
	box-sizing: inherit;
}
#cspi .contentsBlock {
	width: 1200px;
	margin: 40px auto;
}
#cspi .contentsPadding {
	padding: 0 20px;
	overflow: hidden;
}
#cspi img {
	width: auto;
	height: auto;
	max-width: 100%;
}
#cspi h2,#cspi h3, #cspi h4 {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#cspi h2 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(../img/bg_h2.png) left bottom no-repeat;
	font-size: 156.3%;
}
#cspi h3 {
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 143.8%;
}
#cspi h4 {
	border-left: 3px solid #80d6d7;
	padding-left: 10px;
	margin-bottom: 15px;
}
#cspi .normalList {
	list-style: none;
}
#cspi .normalList li {
	background: url(../img/ic_lnavi_link_sub_on.png) 4px 8px no-repeat;
	padding-left: 20px;
  margin-bottom: 15px;
	font-size: 15px;
	line-height: 1.6;
}
#cspi .normalList li:last-child{
  margin-bottom: 0;
}
#cspi .linkBtn a {
	display: block;
	color: #fff;
	background: #00adb0;
	text-align: center;
	padding: 10px 12px;
	border-radius: 25px;
	font-size: 20px;
	width: 300px;
	border: none;
	text-decoration: none;
}
#cspi .linkBtn:hover a {
	background: #0D9D98;
	color: #fff !important;
}
#cspi .textBtn a {
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	width: 300px;
	height: 50px;
	border-radius: 25px;
	margin: 30px 0;
	border: 1px solid #00adb0;
	background: url(../img/ic_btn_link.png) right 10px center no-repeat;
}
#cspi .textBtn a:hover {
	background-color: #00adb0;
	background-image: url(../img/ic_lnavi_link.png);
	text-decoration: none;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#cspi .contentsBlock {
		width: 100%;
		margin: 30px auto;
		padding: 0 10px;
	}
	#cspi .contentsPadding {
		padding: 0 10px;
	}
	#cspi h2 {
		font-size: 112.5%;
	}
	#cspi h3 {
		font-size: 106.3%;
	}
	#cspi .linkBtn a {
		font-size: 15px;
		width: 100%;
	}
}

/* mainVisual */
#cspi h1 img {
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}

/* day */
#day ul.normalList li {
	font-size: 22px;
	background: url(../../../shared/images/ic_lnavi_link_sub_on.png) no-repeat 5px center;
}
@media screen and (max-width: 767px) {
	#day ul.normalList li {
		font-size: 15px;
		background: url(../../../shared/images/ic_lnavi_link_sub_on.png) no-repeat 5px 7px;
	}
}

/* place */
#place .contentsPadding {
	display: flex;
	justify-content: space-between;
}
#place #placeBoxLeft {
	width: 560px;
}
#place #placeBoxLeft ul {
	font-size: 15px;
	margin-bottom: 25px;
}
#place #placeBoxRight {
	width: 560px;
}
@media screen and (max-width: 767px) {
	#place .contentsPadding {
		display: block;
	}
	#place #placeBoxLeft,
	#place #placeBoxRight {
		width: 100%;
	}
	#position img {
		margin-top: 25px;
	}
	#position .boothNo {
		font-size: 118.8%;
	}
}

/* position */
#position .contentsPadding {
	display: flex;
	justify-content: space-between;
}
#position ul {
	width: 550px;
}
#position img {
	width: 560px;
}
#position .area {
	color: #00adb0;
}
#position .boothNo {
	font-weight: bold;
	font-size: 22px;
}
@media screen and (max-width: 767px) {
	#position .contentsPadding {
		display: block;
	}
	#position ul {
		width: 100%;;
	}
	#position img {
		width: 100%;
		margin-top: 25px;
	}
	#position .boothNo {
		font-size: 118.8%;
	}
}

/* machine */
#machine li {
	font-size: 15px;
}
#machine .machinesBox-wrap {
	display: flex;
	width: 100%;
}
#machine .machinesBox {
	width: 50%;
	padding: 0 20px;
}
#machine .machinesBox p {
	margin: 15px 0 5px;
}
#machine .caution {
	padding-left: 20px;
}
#machine .caution li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 87.5% !important;
}
#machine .caution li + li {
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	#machine .machinesBox-wrap {
		display: block;
	}
	#machine .machinesBox {
		padding: 0 10px;
		width: 100%;
	}
	#machine .machinesBox + .machinesBox {
		margin-top: 20px;
	}
	#machine .caution {
		padding: 0 10px 0;
	}
}

/* lecture */
#lecture table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px auto auto;
	table-layout: fixed;
}
#lecture table td {
	border: 1px solid;
	padding: 10px;
	width: calc((100% - 150px) / 4);
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}
#lecture table th {
	color: #fff;
	background-color: #00adb0;
	white-space: nowrap;
	padding: 10px;
	border: 1px solid #333f48;;
	vertical-align: middle;
	width: 150px;
}
#lecture table .theme td span {
	font-size: 13px;
}
#lecture table .speakers td {
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	vertical-align: top;
}
#lecture table .speakers td div .img {
	width: 90px;
	height: 90px;
	border-radius: 45px;
	border: 2px solid #00adb0;
	margin: auto auto 10px;
}
#lecture table .speakers td div p em {
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
}
#lecture table .speakers td div + div {
	margin-top: 25px;
}
#lecture table .contents td {
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
@media screen and (max-width: 767px) {
	#lecture .tableWr {
		width: 100%;
		overflow-x: auto;
	}
	#lecture table {
		width: 610px;
	}
	#lecture table td {
		width: 170px;
		font-size: 14px;
	}
	#lecture table th {
		font-size: 14px;
		width: 100px;
	}
	#lecture table .theme td span {
		font-size: 11px;
	}
	#lecture table .speakers td {
		font-size: 12px;
	}
	#lecture table .speakers td div p em {
		font-size: 14px;
	}
	#lecture table .contents td {
		font-size: 12px;
	}
}

/* fanshop */
#shop .itembox {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 20px auto 10px;
}
#shop .itembox .item {
	flex: 0 0 24%;
	display: flex;
	flex-direction: column;
}
#shop .itembox .item .caption {
	flex: 1 0 auto;
	margin-bottom: 4px;
	font-size: 87.3%;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: row;
}
#shop .itembox .item .caption span {
	display: inline-block;
}
#shop .itembox .item .img + .caption {
	margin-top: 8px;
}
#shop .itembox .item .img {
	border: 1px solid #dadada;
	flex: 0 0 auto;
}
#shop .itembox .item img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	#shop .itembox {
		flex-wrap: wrap;
		margin-top: 0;
	}
	#shop .itembox .item {
		flex: 0 0 49%;
		margin-top: 15px;
	}
	#shop .itembox .item .caption {
		font-size: 81.3%;
	}
}

/* fanshop */
#shop .itembox {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 20px auto 10px;
}
#shop .itembox .item {
	flex: 0 0 24%;
	display: flex;
	flex-direction: column;
}
#shop .itembox .item .caption {
	flex: 1 0 auto;
	margin-bottom: 4px;
	font-size: 87.3%;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: row;
}
#shop .itembox .item .caption span {
	display: inline-block;
}
#shop .itembox .item .img + .caption {
	margin-top: 8px;
}
#shop .itembox .item .img {
	border: 1px solid #dadada;
	flex: 0 0 auto;
}
#shop .itembox .item img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	#shop .itembox {
		flex-wrap: wrap;
		margin-top: 0;
	}
	#shop .itembox .item {
		flex: 0 0 49%;
		margin-top: 15px;
	}
	#shop .itembox .item .caption {
		font-size: 81.3%;
	}
}

/* ぬりえ */
#nurie .itembox {
	display: flex;
	justify-content: start;
	text-align: center;
	margin: 20px auto 10px;
	gap: 20px;
}
#nurie .itembox .item {
	flex: 0 0 24%;
	display: flex;
	flex-direction: column;
}
#nurie .itembox .item .caption {
	flex: 1 0 auto;
	margin-bottom: 4px;
	font-size: 87.3%;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: row;
}
#nurie .itembox .item .caption span {
	display: inline-block;
}
#nurie .itembox .item .img + .caption {
	margin-top: 8px;
}
#nurie .itembox .item .img {
	border: 1px solid #dadada;
	flex: 0 0 auto;
}
#nurie .itembox .item img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	#nurie .itembox .item {
		flex: 0 0 49%;
		gap: 10px;
	}
	#nurie .itembox .item .caption {
		font-size: 81.3%;
	}

}

/* ラベル */
#label .itembox {
	display: flex;
	justify-content: start;
	text-align: center;
	margin: 20px auto 10px;
	gap: 20px;
}
#label .itembox .item {
	flex: 0 0 24%;
	display: flex;
	flex-direction: column;
}
#label .itembox .item .caption {
	flex: 1 0 auto;
	margin-bottom: 4px;
	font-size: 87.3%;
	line-height: 1.3;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: row;
}
#label .itembox .item .caption span {
	display: inline-block;
}
#label .itembox .item .img + .caption {
	margin-top: 8px;
}
#label .itembox .item .img {
	border: 1px solid #dadada;
	flex: 0 0 auto;
}
#label .itembox .item img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	#label .itembox .item {
		flex: 0 0 49%;
		gap: 10px;
	}
	#label .itembox .item .caption {
		font-size: 81.3%;
	}
}

/* info */
#info .imgBox {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
}
#info .imgBox ul {
	margin-right: 50px;
}
#info .imgBox2 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
}
#info .imgBox2 p {
	width: calc(50% - 15px);
	height: 100%;
	overflow: hidden;
}
#info .imgBox2 p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
	#info .imgBox {
		display: block;
	}
	#info .imgBox ul {
		margin-right: 0;
		margin-bottom: 10px;
	}
	#info .imgBox img {
		display: block;
		margin: auto;
	}
	#info .imgBox2 {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}
	#info .imgBox2 p {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
	}
	#info .imgBox2 p img {
		width: 100%;
		height: auto;
		object-fit: contain;
	}
}

/* slick */
#cspi2022 *, #cspi2022 *::before, #cspi2022 *::after {
    box-sizing: inherit;
}
@media screen and (max-width: 767px) {
    .slick-next {
        right: calc(50% - 50px);
    }
	.slick-arrow {
    border: 1px solid #00a7ac;
    top: auto;
    bottom: -60px;
    width: 30px;
    height: 30px;
    text-align: center;
    }
	.slick-next:before {
    content: ">";
    font-size: 15px;
    line-height: 30px;
    color: #00a7ac;
    }
	.slick-prev {
    left: 50%;
    margin-left: -50px;
    }
	.slick-arrow {
    border: 1px solid #00a7ac;
    top: auto;
    bottom: -60px;
    width: 30px;
    height: 30px;
    text-align: center;
    }
	.slick-prev:before {
    content: "<";
    font-size: 15px;
    line-height: 30px;
    color: #00a7ac;
    }
}

.mb20{
	margin-bottom: 20px!important;
}
.list_none{
	margin: 20px 0 25px 20px!important;
}