#primary {
	padding-top: 0;
}

#main-slider {
	padding: 30px 0;
	background: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/common/bg_main.png");
}
#slider li a img,
#slider-sp li a img {
	display: none;
}
#main-slider .bx-wrapper {
	margin: 0;
}
#main-slider .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
}
#main-slider .bx-wrapper .bx-controls-direction a {
	width: 30px;
	height: 30px;
}
#main-slider .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -100px;
	background: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/slide_prev.png") no-repeat;
}
#main-slider .bx-wrapper .bx-controls-direction a.bx-next {
	right: -100px;
	background: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/slide_next.png") no-repeat;
}
#main-slider .bx-wrapper .bx-pager {
	padding: 0;
	bottom: 20px;
}
#main-slider .bx-wrapper .bx-pager.bx-default-pager a {
	width: 12px;
	height: 12px;
	background: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/pager.png") no-repeat;
}
#main-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/pager_current.png") no-repeat;
}
@media screen and (max-width: 1040px) {
	#main-slider .bx-wrapper .bx-controls-direction a.bx-prev {
		left: 0;
	}
	#main-slider .bx-wrapper .bx-controls-direction a.bx-next {
		right: 0;
	}
}


#lean-overlay {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
}

#modal_block {
	display: none;
	width: 360px;
	z-index: 12000;
}

.modal_block a img {
	width: 360px;
	height: auto;
}

.modal_close {
	position: absolute;
	top: -6px;
	right: -6px;
	display: block;
	/* widthとheightは閉じるボタンの画像の幅を指定 */
	width: 28px;
	height: 28px;
	/* 閉じるボタンの画像は自分で用意 */
	background: #000;
	content: "X";
	color: #fff;
	z-index: 200;
}

#buttons {
	padding: 30px 0;
	background-color: #FFF;
}
#buttons ul {
	margin-left: -50px;
}
#buttons  ul li {
	float: left;
	width: 475px;
	margin-left: 50px;
	position: relative;
	text-align: center;
}
#buttons  ul li a {
	display: block;
	height: 56px;
	line-height: 56px;
	background-color: #18a397;
	border-bottom: 4px solid #006b63;
	overflow: hidden;
}
#buttons  ul li a:hover {
	background-color: #117269;
}
#buttons  ul li a .title {
	color: #FFF;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}
#buttons  ul li a .title:after {
	display: inline-block;
	content: "";
	width: 6px;
	height: 10px;
	margin-left: 10px;
	background: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/common/arrow03.png") no-repeat right center;
}
#buttons  ul li a .next {
	margin-left: 10px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #d2f77c;
}
#buttons  ul li a em {
	width: 60px;
	height: 25px;
	margin-right: 10px;
	line-height: 25px;
	display: inline-block;
	border-radius: 13px;
	background-color: #c9f689;
	color: #333333;
	font-size: 13px;
	font-size: 1.3rem;
}

#forWorker {
	padding: 20px;
	background-color: #00a497;
}
#forWorker .forWoker-item {
	float: left;
	margin-left: 40px;
}
#forWorker .forWoker-item:first-child {
	margin-left: 0;
}
#forWorker .forWoker-item a {
	display: block;
	width: 306px;
	height: 102px;
	padding-top: 57px;
	text-align: center;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
#forWorker .forWoker-item.forWorker01 a {background-image: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/bg_forworker01.png");}
#forWorker .forWoker-item.forWorker02 a {background-image: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/bg_forworker02.png");}
#forWorker .forWoker-item.forWorker03 a {background-image: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/bg_forworker03.png");}
#forWorker .forWoker-item span {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
}

#gakka {
	background-color: #cbf2ef;
}
#gakka .content-inner {
	padding: 40px 0;	
}
#gakka .content-inner .title {
	margin-bottom: 10px;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}
#gakka .content-inner .title:after {
	display: block;
	content: "";
	width: 50px;
	height: 4px;
	margin: 10px auto 0 auto;
	background: #00a496;
	border-radius: 2px;
}
#gakka .discription {
	margin-bottom: 30px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #666666;
	text-align: center;
}
#gakka .content-inner .box {
	float: left;
}
#gakka .content-inner .box:first-child {
	margin-right: 40px;
}
#gakka .content-inner .box .images a {
	display: block;
	width: 480px;
	height: 240px;
	background: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/img_gakka_sagyo.png") no-repeat;
}
#gakka .content-inner .box.rigaku .images a {
	background-image: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/img_gakka_rigaku.png");
}
#gakka .content-inner .box .title {
	padding-top: 180px;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
}
#gakka .content-inner .box .title:after {
	background: none;
}
#gakka .content-inner .box .title span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	color: #539c3d;
}
#gakka .content-inner .box.rigaku .title span {
	color: #185f8a;
}
#gakka .content-inner .box .links {
	padding: 15px;
	background-color: #cce5c5;
}
#gakka .content-inner .box.rigaku .links {
	background-color: #c0d9e8;
}
#gakka .content-inner .box .links a {
	float: left;
	display: block;
	width: 220px;
	line-height: 1.0;
	padding: 15px 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #7fbf6b;
	border-bottom: 2px solid #bcd3b6;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: 20px center;
}
#gakka .content-inner .box.rigaku .links a {
	color: #4f9bc9;
	border-bottom: 2px solid #b1c8d6;
}
#gakka .content-inner .box .links a:before {
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	margin: 0 5px 2px 0;
	background-repeat: no-repeat;
	vertical-align: middle;
}
#gakka .content-inner .sagyo .links a:after {
		display: inline-block;
		content: "";
		width: 6px;
		height: 9px;
		margin: 0 0 0.23vh 6px;
		background: url(https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/common/arrow05.png);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	#gakka .content-inner .rigaku .links a:after {
		display: inline-block;
		content: "";
		width: 6px;
		height: 9px;
		margin: 0 0 0.23vh 6px;
		background: url(https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/common/arrow06.png);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
#gakka .content-inner .box .links a:first-child {
	margin-right: 10px;
}
#gakka .content-inner .box .links a span {
	color: #000;
}
#gakka .content-inner .box .links a small {
	font-size: 80%;
	color: #000;
}
#gakka .content-inner .box.sagyo .links a.day:before {background-image: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/icon_sagyo_day.png");}
#gakka .content-inner .box.sagyo .links a.night:before {background-image: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/icon_sagyo_night.png");}
#gakka .content-inner .box.rigaku .links a.day:before {background-image: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/icon_rigaku_day.png");}
#gakka .content-inner .box.rigaku .links a.night:before {background-image: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/icon_rigaku_night.png");}

#others {
	padding: 40px 0;
	background-color: #47c8be;
}
#others .box {
	float: left;
	margin-left: 41px;
}
#others .box:first-child {
	margin: 0;
}
#others .box a {
	display: block;
	width: 306px;
	height: 281px;
	border-bottom: 2px solid #43beb4;
}
#others .box.point a {
	background: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/bg_point.png") no-repeat;
}
#others .box.about a {
	background: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/bg_about.png") no-repeat;
}
#others .box.application a {
	background: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/bg_application.png") no-repeat;
}
#others .box .title {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	padding-top: 77px;
	padding-bottom: 13px;
}
#others .box .title span {
	display: block;
	font-size: 12px;
	font-weight: 1.2rem;
	color: #00a497;
}
#others .box .text {
	padding: 25px 20px;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	color: #444444;
}
#others .box .text em {
	color: #00a497;	
}
#others .box .text span {
	margin-right: 0.5em;
	color: #006a62;
}

#guide {
	padding: 40px 0;
	background-color: #ebf4f3;
}
#guide .title {
	margin-bottom: 25px;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}
#guide ul {
	background-color: #006a62;
	border-radius: 3px;
}
#guide ul li {
	float: left;
	border-left: 2px solid #00514b;
}
#guide ul li:first-child {
	border: none;
}
#guide ul li a {
	display: block;
	width: 332px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#guide ul li a:before {
	display: inline-block;
	content: "";
	width: 30px;
	height: 24px;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}
#guide ul li a.guide01:before {background: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/icon_guide01.png") no-repeat;}
#guide ul li a.guide02:before {background: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/icon_guide02.png") no-repeat;}
#guide ul li a.guide03:before {background: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/icon_guide03.png") no-repeat;}

#event {
	padding: 40px 0;
}
#event .title {
	margin-bottom: 10px;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}
#event .title:after {
	display: block;
	content: "";
	width: 50px;
	height: 4px;
	margin: 10px auto 0 auto;
	background-color: #00a496;
	border-radius: 2px;
}
#event .discription {
	margin-bottom: 30px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #666666;
	text-align: center;
}
#event .event-list {
	margin: 0 0 40px 0;
	border-left: 2px solid #d2d2d2;
	border-right: 2px solid #d2d2d2;
}
#event .event-list .box {
	position: relative;
	float: left;
	width: 250px;
	padding: 0 38px;
	border-left: 2px dotted #d2d2d2;
}
#event .event-list .box:first-child {
	border-left: none;
}
#event .event-list .box a {
	display: block;
}
#event .event-list .box .icon {
	position: absolute;
	top: -10px;
	left: 30px;
	z-index: 100;
}
#event .event-list .box .image {
	width: 250px;
	height: 160px;
	margin-bottom: 10px;
	background: #f0f0f0;
	overflow: hidden;
}
#event .event-list .box .image img {
	position: relative;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#event .event-list .box .content-right {
	margin: 10px 0 0 0;
}
#event .event-list .box .tags {
	margin: 0 0 10px -10px;
}
#event .event-list .box .tags span {
	display: inline-block;
	width: 120px;
	height: 22px;
	line-height: 22px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #FFF;
	border-radius: 2px;
	text-align: center;
}
#event .event-list .box .tags span.experience {background-color: #bcd729;}
#event .event-list .box .tags span.holidays {background-color: #e44862;}
#event .event-list .box .tags span.weekday_night {background-color: #4774b9;}
#event .event-list .box .tags span.weekday_daytime {background-color: #f2b25e;}
#event .event-list .box .tags span.public_holiday {background-color: #f265a7;}
#event .event-list .box .event-title {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}
#event .event-list .box .event-data {
	margin-bottom: 5px;
}
#event .event-list .box .event-data .date {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #47c8be;
}
#event .event-list .box .event-data .week {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
#event .event-list .box .event-data .time {
	font-size: 13px;
	font-size: 1.3rem;
}
#event .event-list .box .discription {
	margin-bottom: 10px;
	color: #666666;
	text-align: left;
}
#event .event-list .box .button {
	display: block;
	height: 35px;
	line-height: 35px;
	background-color: #00a496;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-radius: 2px;
}
#event .event-list .box .button:after {
	display: inline-block;
	content: "";
	width: 7px;
	height: 13px;
	margin: 0 0 3px 5px;
	background: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/common/arrow01.png") no-repeat;
	vertical-align: middle;
}
#event .other-events {
	text-align: center;
}
#event .other-events a {
	display: inline-block;
	width: 320px;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #FFF;
	background-color: #515958;
	border-radius: 2px;
}
#event .other-events a:before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	margin: 0 10px 2px 0;
	vertical-align: middle;
	background: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/icon_plus.png") no-repeat;
}

#kobetsu_bnr {
	padding: 40px 0;
	text-align: center;
	background-color: #cbf2ef;
}
#kobetsu_bnr .content-inner a img {
	margin: 0 auto;
}


#topics {
	padding: 40px 0;
	background-color: #f5f5f5;
}
#topics .title {
	margin-bottom: 10px;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}
#topics .title:after {
	display: block;
	content: "";
	width: 50px;
	height: 4px;
	margin: 10px auto 0 auto;
	background-color: #00a496;
	border-radius: 2px;
}
#topics .discription {
	margin-bottom: 30px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #666666;
	text-align: center;
}
#topics #tabs li {
	float: left;
	width: 248px;
	height: 50px;
	line-height: 50px;
	margin-left: 2px;
	color: #FFF;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	background-color: #00a496;
	cursor: pointer;
}
#topics #tabs li:first-child {
	margin: 0;
}
#topics #tabs li.active {
	width: 250px;
	color: #00a496;
	background-color: #FFF;
}
#topics .tab-content {
	display: none;
	padding: 25px 40px;
	background-color: #FFF;
}
#topics .tab-content .topics-list {
	padding: 10px 0;
	border-top: 2px dotted #d8dcdc;
	overflow: hidden;
}
#topics .tab-content .topics-list:first-child {
	border: none;
}
#topics .tab-content .topics-list .tag {
	float: left;
	display: inline-block;
	width: 100px;
	height: 20px;
	line-height: 20px;
	margin-right: 15px;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-radius: 2px;
}
#topics .tab-content .topics-list .tag.topics {background-color: #39bfe7;}
#topics .tab-content .topics-list .tag.campus {background-color: #6874be;}
#topics .tab-content .topics-list .tag.teacher {background-color: #ad6ec4;}
#topics .tab-content .topics-list .date {
	float: left;
	width: 90px;
	margin-right: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #a0a0a0;
}
#topics .tab-content .topics-list .text {
	float: right;
	width: 705px;
	color: #333;
}
#topics .tab-content .topics-list .text a:hover {
	text-decoration: underline;
}
#topics .other-topics {
	margin-top: 20px;
	text-align: center;
}
#topics .other-topics a {
	display: inline-block;
	width: 320px;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #FFF;
	background-color: #515958;
	border-radius: 2px;
}
#topics .other-topics a:before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	margin: 0 10px 2px 0;
	vertical-align: middle;
	background: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/icon_plus.png") no-repeat;
}


#specialcontents {
	background: #ebf4f3;
}
#pickupcontents {
	background: #47c8be;
}
#specialcontents .content-inner,
#pickupcontents .content-inner {
	padding: 40px 0;
}
#specialcontents .content-inner .title,
#pickupcontents .content-inner .title {
	margin-bottom: 10px;
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}
#specialcontents .content-inner .title:after,
#pickupcontents .content-inner .title:after {
	display: block;
	content: "";
	width: 50px;
	height: 4px;
	margin: 10px auto 0 auto;
	background: #00a496;
	border-radius: 2px;
}
#specialcontents .content-inner .discription,
#pickupcontents .content-inner .discription {
	margin-bottom: 30px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #666666;
	text-align: center;
}
#specialcontents ul,
#pickupcontents ul {
	width: 100%;
}
#specialcontents li,
#pickupcontents li {
	float: left;
	width: 49.5%;
	margin-bottom: 8px;
}
#specialcontents li:nth-child(even),
#pickupcontents li:nth-child(even) {
	float: right;
}




/* less than 767px
----------------------------------------------*/
@media screen and (max-width: 767px) {
	#main:after {
		content: "";
		display: block;
		float: left;
		width: 100%;
	}

	#main-slider {
		padding: 0;
		background: none;
	}
	#main-slider .bx-wrapper .bx-controls-direction a {
		display: none;
	}
	#main-slider .bx-wrapper .bx-pager {
		padding: 0;
		bottom: 0.5%;
	}
	#main-slider .bx-wrapper .bx-pager.bx-default-pager a {
		width: 2.187vw;
		height: 2.187vw;
		background-size: cover;
	}
	#main-slider img {
		width: 100%;
		height: auto;
	}

	#buttons {
		padding: 5% 3.125vw;
	}
	#buttons ul {
		margin-left: -3%;
	}
	#buttons ul li {
		width: 47%;
		margin-left: 3%;
	}
	#buttons ul li a .title {
		font-size: 2.812vw;
	}
	#buttons ul li a .next {
		font-size: 2.187vw;
	}
	#buttons ul li a em {
		width: auto;
		padding: 0 3%;
		font-size: 2vw;
	}
	#buttons ul li img {
		display: none;
	}

	#forWorker {
		padding: 6% 3.125%;
	}
	#forWorker .forWoker-item {
		width: 31.5%;
		margin-left: 2.5%;
	}
	#forWorker .forWoker-item a {
		width: auto;
		height: auto;
		padding: 3.5em 0 0.5em 0;
		background-color: #fff;
		background-size: 25%;
		background-position: center 1em;
	}
	#forWorker .forWoker-item.forWorker01 a {background-image: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/icon_forworker01.png");}
	#forWorker .forWoker-item.forWorker02 a {background-image: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/icon_forworker02.png");}
	#forWorker .forWoker-item.forWorker03 a {background-image: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/icon_forworker03.png");}
	#forWorker .forWoker-item span {
		font-size: 2.812vw;
		letter-spacing: -0.01em;
	}	

	#gakka .title {
		margin-bottom: 2%;
		font-size: 3.437vw;
	}
	#gakka .title:after {
		width: 9.375%;
		margin: 0 auto;
	}
	#gakka .content-inner {
		padding: 6% 3.125%;
	}
	#gakka .discription {
		margin-bottom: 4%;
		font-size: 2.5vw;
	}
	#gakka .content-inner .box img {
		width: 100%;
		height: auto;
	}
	#gakka .content-inner .box {
		position: relative;
		width: 100%;
	}
	#gakka .content-inner .box:first-child {
		margin-bottom: 3%;
	}
	#gakka .content-inner .box .images {
		position: relative;
	}
	#gakka .content-inner .box .images a {
		width: auto;
		height: auto;
		background: none;
	}
	#gakka .content-inner .box .title {
		position: absolute;
		left: 0;
		top: 68%;
		width: 100%;
		padding-top: 0;
		font-size: 7.5vw;
		line-height: 1.35;
	}
	#gakka .content-inner .box .title span {
		font-size: 3.75vw;
	}
	#gakka .content-inner .box .links {
		padding: 3%;
	}
	#gakka .content-inner .box .links a {
		float: none;
		width: 100%;
		padding: 4% 0 4% 0;
		font-size: 4.218vw;
		box-sizing: border-box;
		text-align: center;
	}
	#gakka .content-inner .box .links a:before {
		display: inline-block;
		content: "";
		width: 4.218vw;
		height: 4.218vw;
		margin: 0 1.5vw 0.6vh 0;
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	#gakka .content-inner .sagyo .links a:after {
		display: inline-block;
		content: "";
		width: 1.538vw;
		height: 2.5vw;
		margin: 0 0 0.3vh 2.0vw;
		background: url(https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/common/arrow05.png);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	#gakka .content-inner .rigaku .links a:after {
		display: inline-block;
		content: "";
		width: 1.538vw;
		height: 2.5vw;
		margin: 0 0 0.3vh 2.0vw;
		background: url(https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/common/arrow06.png);
		background-repeat: no-repeat;
		background-size: contain;
		vertical-align: middle;
	}
	#gakka .content-inner .box .links a:first-child {
		margin: 0 0 3% 0;
	}

	#others {
		padding: 6% 3.125%;
	}
	#others .box {
		float: left;
		position: relative;
		width: 31.5%;
    	margin-left: 2.5%;
	}
	#others .box:first-child {
		margin: 0;
	}
	#others .box img {
		width: 100%;
		height: auto;
	}
	#others .box a {
		width: auto;
		height: auto;
		border-bottom: none;
		background: none!important;
	}
	#others .box .title {
		position: absolute;
		bottom: 10%;
		width: 100%;
		color: #333333;
		font-size: 2.812vw;
		line-height: 1.3;
		padding: 0;
	}
	#others .box .title span {
		font-size: 1.875vw;
	}

	#guide {
		padding: 6% 3.125%;
	}
	#guide .title {
		margin-bottom: 3%;
		font-size: 3.437vw;
	}
	#guide ul li {
		float: left;
	}
	#guide ul li a {
		width: auto;
		height: auto;
		padding: 3.125vw 0;
		line-height: 1;
		font-size: 2.2vw;
		text-align: center;
	}
	#guide ul li a:before {
		margin: 0 5px 0 0;
		background-size: 100% auto;
	}
	#guide ul li:first-child {width: 24%;}
	#guide ul li:nth-child(2) {width: 50%;}
	#guide ul li:nth-child(3) {width: 24%;}

	#event {
		padding: 6% 0;
		background-color: #FFF;
	}
	#event .title {
		margin-bottom: 2%;
		font-size: 3.437vw;
	}
	#event .title:after {
		width: 9.375%;
		margin: 0 auto;
	}
	#event .discription {
		margin-bottom: 4%;
		font-size: 2.5vw;
	}
	#event .event-list {
		clear: both;
		margin: 0 0 5% 0;
		border-top: 2px solid #d2d2d2;
		border-bottom: 2px solid #d2d2d2;
		border-left: none;
		border-right: none;
	}
	#event .event-list .box {
		float: none;
		position: relative;
		width: auto;
		padding: 5% 3.125vw;
		border-left: none;
		border-top: 2px dotted #d2d2d2;
	}
	#event .event-list .box a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url("https://www.nitiriha.com/cms/wp-content/themes/nitiriha/images/top/slide_next.png") no-repeat right center;
		background-size: 5%;
	}
	#event .event-list .box:first-child {
		border-top: none;
	}
	#event .event-list .box .icon {
		position: absolute;
	    top: 8%;
	    left: 1.5%;
	    width: 9%;
	}
	#event .event-list .box .icon img {
		width: 100%;
		height: auto;
	}
	#event .event-list .box .image {
		float: left;
		width: 40%;
		height: auto;
		margin: 0;
		background: none;
	}
	#event .event-list .box .image img {
		width: 100%;
		height: auto;
		top: 0;
		left: 0;
		transform: translate(0,0);
	}
	#event .event-list .box .content-right {
		float: right;
		width: 57%;
		margin: 0 !important;
	}
	#event .event-list .box .tags {
		margin: -0.4em 0 0.3em 0;
	}
	#event .event-list .box .tags span {
		width: 20%;
		height: auto;
		line-height: 1;
		margin: 0 1% 0 0;
		padding: 0.4em 0;
		font-size: 2.031vw;
	}
	#event .event-list .box .event-title {
		font-size: 3.125vw;
	}
	#event .event-list .box .event-data {
		margin-bottom: 0;
	}
	#event .event-list .box .event-data .date {
		font-size: 2.812vw;
	}
	#event .event-list .box .event-data .week {
		font-size: 2.812vw;
	}
	#event .event-list .box .event-data .time {
		font-size: 2.5vw;
	}
	#event .event-list .box .discription {
		margin-bottom: 0;
		font-size: 2.5vw;
	}
	#event .event-list .box .button {
		display: none;
	}
	#event .other-events {
		padding: 0 3.125%;
	}
	#event .other-events a {
		width: 100%;
		padding: 3% 0;
		height: auto;
		line-height: 1;
		font-size: 2.812vw;
	}
	#event .other-events a:before {
		width: 3%;
		margin-bottom: 0;
		vertical-align: middle;
		background-size: 100% auto;
	}

	#kobetsu_bnr {
		padding: 6% 0;
	}

	#topics {
		padding: 6% 0;
	}
	#topics .title {
		display: inline-block;
		width: 100%;
		margin-bottom: 2%;
		font-size: 3.437vw;
		text-align: auto;
	}
	#topics .title:after {
		width: 9.375%;
		margin: 0 auto;
	}
	#topics .discription {
		display: inline-block;
		width: 100%;
		margin-bottom: 4%;
		font-size: 2.5vw;
		text-align: auto;
	}
	#topics #tabs li {
		float: left;
		width: 24%;
		height: auto;
		margin-left: 1%;
		padding: 3% 0;
		line-height: 1;
		font-size: 2.5vw;
	}
	#topics #tabs li.active {
		width: 25%;
	}
	#topics .tab-content {
		padding: 0;
	}
	#topics .tab-content .topics-list {
		padding: 3% 3.125%;
	}
	#topics .tab-content .topics-list .tag {
		width: 20%;
		height: auto;
		line-height: 1;
		margin-right: 3%;
		padding: 0.5em 0;
		font-size: 2.031vw;
	}
	#topics .tab-content .topics-list .date {
		width: auto;
		margin: 0 0 0.4em 0;
		font-size: 2.5vw;
	}
	#topics .tab-content .topics-list .text {
		float: left;
		display: inline-block;
		width: 55%;
		margin: -0.15em 0 0 3%;
		font-size: 2.812vw;
		vertical-align: top;
	}
	#topics .other-topics {
		padding: 0 3.125%;
	}
	#topics .other-topics a {
		width: 100%;
		padding: 3% 0;
		height: auto;
		line-height: 1;
		font-size: 2.812vw;
	}
	#topics .other-topics a:before {
		width: 3%;
		margin-bottom: 0;
		vertical-align: middle;
		background-size: 100% auto;
	}








	#specialcontents .content-inner,
	#pickupcontents .content-inner {
		padding: 6% 3.125%;
	}
	#specialcontents .content-inner .discription,
	#pickupcontents .content-inner .discription {
		margin-bottom: 4%;
		font-size: 2.5vw;
	}
	#specialcontents li,
	#pickupcontents li {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	#specialcontents li:last-child,
	#pickupcontents li:last-child {
		float: none;
		margin-bottom: 0;
	}
	#specialcontents li img,
	#pickupcontents li img {
		width: 100%;
		height: auto;
	}








}