/* responsive */

.box_sp {
	display: none;
}
.box_pc {
	display: block;
}
#toggle {
	z-index: 999;
	cursor: pointer;
	float: right;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	visibility: hidden;
	opacity: 0;
}
#toggle .span {
	height: 3px;
	width: 35px;
	background: #01579b;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	backface-visibility: hidden;
}
#toggle.on #one {
	-moz-transform: rotate(45deg) translateX(6px) translateY(6px);
	-webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
	-o-transform: rotate(45deg) translateX(6px) translateY(6px);
	-ms-transform: rotate(45deg) translateX(6px) translateY(6px);
	transform: rotate(45deg) translateX(6px) translateY(6px);
}
#toggle.on #two {
	opacity: 0;
}
#toggle.on #three {
	-moz-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	-webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	-o-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	-ms-transform: rotate(-45deg) translateX(5px) translateY(-5px);
	transform: rotate(-45deg) translateX(5px) translateY(-5px);
}
#resize {
	z-index: 99999;
	height: calc(100vh - 69px);
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-top: 2px solid #f2f2f2;
	overflow: auto;
	padding-bottom: 40px;
	box-sizing: border-box;
}
/*
#resize #menu {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
*/

#resize #menu li {
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom: 2px solid #f2f2f2;
}
#resize #menu li img {
	width: 140px;
}
#resize #menu li a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	padding: 10px 10px;
	display: block;
}
#resize #menu li a span {
	font-size: 10px;
	display: block;
}
#resize #menu .has_submenu {
	position: relative;
}
#resize #menu li a.title_sp::before {
	position: absolute;
	top: 19px;
	right: 15px;
	content: "";
	border-top: 2px solid #01579b;
	border-right: 0px solid transparent;
	width: 18px;
	height: 0px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
#resize #menu li a.title_sp::after {
	position: absolute;
	top: 11px;
	right: 23px;
	content: "";
	border-top: 0px solid transparent;
	border-right: 2px solid #01579b;
	width: 0px;
	height: 18px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all ease 0.3s;
}
#resize #menu li a.opened::after {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#resize #menu li .sub_menu {
	background: rgba(1, 87, 155, 0.8);
	margin-top: 2%;
	margin-bottom: -2%;
}
#resize #menu li .sub_menu li a {
	color: #fff;
}
#resize.active {
	visibility: visible;
	opacity: 0.99;
}

/*responsive */

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

@media screen and (max-width: 768px) {
}

@media screen and (min-width: 100px) and (max-width: 800px) {
}

@media screen and (max-width: 640px) {
.under #header {
	padding-top: 69px;
}
img {
	max-width: 100%;
}
#wrapper,  #header,  #main,  #footer,  .inner,  .under .under_inner {
	width: 100% !important;
	min-width: inherit !important;
}
.inner {
	box-sizing: border-box;
	padding: 0 3%;
}
.box_sp {
	display: block;
}
.box_pc {
	display: none;
}
/*---*/
h3 {
	font-size: 5.5vw;
}
.header_scroll_sp {
	position: fixed;
	background: #fff;
	width: 100%;
	top: 0;
	z-index: 9999;
}
.header_sp {
	padding: 20px 0;
}
.header_logo_sp {
	width: calc(90vw - 120px);
	float: left;
}
.header_logo_sp img {
	max-width: 160px;
}
.header_sp_info {
	width: 50px;
	float: right;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.header_sp_info p img {
	width: 30px;
}
.contact_h_sp {
	border-right: 1px solid #c9c9c9;
	padding-right: 5px;
}
#toggle {
	visibility: visible;
	opacity: 1;
}
.idx_box01 {
	width: 100% !important;
}
.idx_box01_content {
	flex-direction: column;
}
#index_box01 {
	margin-top: 69px;
}
#index_box01 .idx_box01_main {
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}
#index_box01 .idx_box01_main .mainslide li {
	padding: 0;
	height: 80vw;
}
#index_box01 .idx_box01_main .mainslide li h2 {
	padding-left: 15px;
	padding-top: 15px;
	font-size: 16px;
	writing-mode: horizontal-tb;
	color: #1e5082;
	letter-spacing: 0em;
	line-height: 1.5em;
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	-moz-writing-mode: horizontal-tb;
	-ms-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
	-webkit-text-orientation: upright;
	-moz-text-orientation: upright;
	-ms-text-orientation: upright;
	text-orientation: upright;
}
#index_box01 .idx_box01 .idx_box01_list {
	box-sizing: border-box;
	padding: 0 3%;
	margin-left: 0;
}
#index_box01 .idx_box01 .idx_box01_list li {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding: 10.5% 0 7% 6%;
}
#index_box01 .idx_box01 .idx_box01_list li::after {
	bottom: 5%;
	left: 2%;
	border-bottom: 10px solid #01579b;
}
#index_box01 .idx_box01 .idx_box01_list .idx_title {
	color: #1e5082;
	padding-bottom: 17px !important;
}
#index_box01 .idx_box01 .idx_box01_list .box01_info {
	line-height: 1.6em;
}
#index_box01 .idx_box01 .idx_box01_list li:nth-child(1) {
	background: url(https://ff54a1.claudeassets.com/20231206114728im_/http://www.ninomiya-dc.com/images/idx_img_bg01_sp.jpg) right center no-repeat;
	background-size: cover;
}
#index_box01 .idx_box01 .idx_box01_list li:nth-child(2) {
	background: url(https://104840.claudeassets.com/20231206114728im_/http://www.ninomiya-dc.com/images/idx_img_bg02_sp.jpg) right center no-repeat;
	background-size: cover;
}
#index_box01 .idx_box01 .idx_box01_list li:nth-child(3) {
	background: url(https://2321bf.claudeassets.com/20231206114728im_/http://www.ninomiya-dc.com/images/idx_img_bg03_sp.jpg) right center no-repeat;
	background-size: cover;
}
#index_box02 {
	margin-top: 30px;
}
#index_box02 .idx_map {
	width: 100%;
}
#index_box02 .idx_box02_l {
	float: none;
	width: 100%;
}
#index_box02 .idx_title {
	color: #01579b;
}
#index_box02 .idx_box02_r {
	float: none;
	width: 100%;
	margin-top: 40px;
}
#index_box02 .idx_box02_r .idx_box02_list01 {
	flex-direction: row-reverse;
}
#index_box02 .idx_box02_r .idx_box02_list01 li {
	width: 49%;
}
#index_box02 .idx_box02_r .idx_box02_list02 li {
	width: 49%;
}
#index_box03 {
	background: url(https://84e43e.claudeassets.com/20231206114728im_/http://www.ninomiya-dc.com/images/idx_img_bg04_sp.jpg) no-repeat;
	background-size: cover;
	padding: 30px 0;
	margin-top: 20px;
}
#index_box03 .idx_box03_content {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	margin: 0 2%;
	padding: 9% 4%;
}
#index_box03 .idx_box03_content .btn_box03,  #index_box04 .idx_box04_content .btn_box04 {
	width: 80%;
}
#index_box04 {
	padding-top: 30px;
	padding-bottom: 30px;
}
#index_box04 .idx_box04_content .idx_box04_list {
	flex-direction: column;
	margin-bottom: 5%;
}
#index_box04 .idx_box04_content .idx_box04_list02 {
	flex-direction: column-reverse;
}
#index_box04 .idx_box04_content .idx_box04_list li {
	width: 100%;
	margin-bottom: 12px;
}
#index_box04 .idx_box04_content .idx_box04_list01 li:nth-child(2),  #index_box04 .idx_box04_content .idx_box04_list03 li:nth-child(2) {
	padding-left: 0;
}
#index_box04 .idx_box04_content .idx_box04_list02 li:nth-child(1) {
	padding-right: 0;
}
#index_box04 .idx_box04_content .idx_box04_list li .box_img {
	text-align: center;
}
#index_box04 .idx_box04_content .idx_box04_list li .box_img img {
	width: 100%;
}
#index_box04 .idx_box04_content .idx_box04_list li h4 {
	padding-left: 55px;
}
#index_box04 .idx_box04_content .idx_box04_list li h5 {
	font-size: 21px;
	padding: 15px 0;
}
#index_box05 {
	padding-top: 30px;
	padding-bottom: 30px;
}
#index_box05 .idx_box05_l {
	float: none;
	width: 100%;
	margin-top: 30px;
	padding: 0;
}
#index_box05 .idx_box05_r {
	float: none;
	width: 100%;
}
#index_box05 .idx_box05_r .box_img img {
	width: 100%;
}
#index_box06 {
	padding: 30px 0;
}
#index_box06 .idx_box06_news {
	padding: 0 0;
}
#index_box06 .idx_box06_list li {
	margin-left: 0;
}
#index_box07 {
	padding: 30px 0 0;
}
#index_box07 .idx_box07_content {
	padding: 0 1.5%;
}
#index_box07 .idx_box07_content .idx_box07_list {
	flex-direction: column;
}
#index_box07 .idx_box07_content .idx_box07_list li {
	margin-bottom: 30px;
}
#index_box07 .idx_box07_content .idx_box07_list li .idx_box07_section .box_img img {
	width: 100%;
}
#index_box07 .idx_box07_content .idx_box07_list .idx_box07_title {
	line-height: 1.3em;
	height: max-content;
	height: -moz-max-content;
	height: -webkit-max-content;
	padding: 2% 0;
}
#index_box07 .idx_box07_content .idx_box07_list .idx_block {
	width: 90%;
	padding: 12px 8% 20px;
}
#index_box07 .idx_box07_content .idx_block .idx_box07_text02 {
	height: auto !important;
}
#index_box08 {
	padding: 35px 0;
}
#index_box08 .inner {
	padding: 0 1.5%;
}
#index_box08 .idx_box08_l {
	float: none;
	width: 100%;
	padding: 0 4% 0;
	margin-bottom: 30px;
}
#index_box08 .idx_box08_l h3 {
	font-family: 'rounded-mplus-1p-regular';
	font-size: 5.5vw;
}
#index_box08 .idx_box08_l .btn_box08 {
	width: 80%;
	margin: 0 auto 10px;
}
#index_box08 .idx_box08_l .btn_box08 a {
	height: 100%;
	width: 100%;
}
#index_box08 .idx_box08_r {
	float: none;
	width: 100%;
}
#index_box08 .idx_box08_r p img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0;
	width: 100%;
}
#index_box09 .home {
	text-align: center;
	padding-left: 0;
}
#index_box09 ul {
	margin: 20px 0 0;
}
#footer {
	margin-top: 35px;
}
#footer .f_info {
	margin-bottom: 45px;
}
#footer .footer_l {
	float: none;
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#footer .footer_l .footer_logo {
	text-align: center;
}
#footer .footer_l .footer_logo img {
	width: 70%;
}
#footer .footer_l .tel_f {
	font-size: 5vw;
}
#footer .footer_l .tel_f span {
	font-size: 7.5vw;
}
#footer .footer_l .btn_contact_f {
	width: 100%;
}
#footer .footer_l .btn_contact_f a {
	font-size: 5vw;
	background: url(https://c64cad.claudeassets.com/20231206114728im_/http://www.ninomiya-dc.com/images/icon_contact.png) no-repeat left 20% center;
	background-size: 30px;
}
#footer .footer_l .timetable_f img {
	width: 100%;
}
#footer .footer_r {
	float: none;
	width: 100%;
}
#footer .map_f {
	width: 100%;
	height: 250px;
}
#footer .footer_link .footer_link_list {
	flex-direction: column;
}
#footer .footer_link .footer_link_list ul li {
	border-bottom: 1px solid #626262;
	margin-left: 2%;
	margin-right: 2%;
	padding-left: 3%;
	padding-bottom: 2%;
}
#footer .footer_link .footer_link_list .bnr_f {
	margin: 2.4% 0 1.1%;
}
#footer address {
	border-top: 1px solid #626262;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 11px;
	margin-bottom: 50px;
}
#footer .footer_contact {
	background: #fff;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 8888;
	border-top: 1px solid #326EAA;
}
#footer .f_contact_f_l {
	float: left;
	width: 50%;
	display: block;
}
#footer .f_contact_f_l a {
	font-family: 'barlow-medium';
	letter-spacing: 0.16em;
	color: #626262;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	display: block;
}
#footer .f_contact_f_r {
	float: right;
	width: 50%;
	background: #326EAA;
	display: block;
}
#footer .f_contact_f_r a {
	font-family: 'rounded-mplus-1p-regular';
	color: #fff;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	display: block;
}
#footer .f_contact_f_l a:hover, #footer .f_contact_f_r a:hover {
	display: block;
}
}

@media screen and (max-width: 560px) {
}

@media screen and (max-width: 490px) {
#index_box07 .idx_box07_content .idx_box07_list .idx_box07_title {
	width: 90%;
	left: calc(50% - 45%);
}
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
#index_box03 .idx_box03_content .btn_box03, #index_box04 .idx_box04_content .btn_box04 {
	width: 100%;
}
#index_box03 .idx_box03_content .btn_box03 a, #index_box04 .idx_box04_content .btn_box04 a {
	background: url(https://ac804d.claudeassets.com/20231206114728im_/http://www.ninomiya-dc.com/images/icon_arrow_btn.png) no-repeat 95% center;
	background-size: 5px;
}
#index_box06 .idx_box06_list li .news_content {
	width: 303px;
}
#index_box07 .idx_box07_content .idx_box07_note {
	letter-spacing: 0em;
}
#index_box08 .idx_box08_l .btn_box08 {
	width: 100%;
}
}
/* MOZZILLA CSS */
@-moz-document url-prefix() {
}

/*
     FILE ARCHIVED ON 00:43:02 Feb 14, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:35:22 Aug 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.557
  exclusion.robots: 0.054
  exclusion.robots.policy: 0.041
  esindex: 0.008
  cdx.remote: 17.691
  LoadShardBlock: 141.449 (3)
  PetaboxLoader3.datanode: 166.349 (5)
  PetaboxLoader3.resolve: 425.056 (3)
  load_resource: 499.347 (2)
*/