body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 1rem;
	line-height: 140%;
	background: url("../images/bg.jpg");
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.main_title {
	position: relative;
	max-width: 1085px;
	height: 214px;
	margin: 0 auto;
	background: url( "../images/naka_header_pc.png") no-repeat center;
}
.main_title h1 {
/*	position: absolute;*/
	top: 16px;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 422px;
	padding: 0 12px;
	margin: 0 auto;
	height: auto;
}
.main_title p {
	width: 96px;
	position: absolute;
	bottom: 12px;
	right: 20px;
}
.main_box_top {
	max-width: 1085px;
	margin: 0 auto;
	background: #fff;
	padding: 42px 42px 42px 42px;
}
.main_box_map {
	background: url("../../images/siro_map/pattern_bg7.jpg");
	max-width: 1085px;
	margin: 0 auto;
	padding: 16px 42px 42px 42px;
}
.main_box {
	max-width: 1085px;
	margin: 0 auto;
	background: #fff;
	padding: 16px 42px 42px 42px;
}
.pankuzu {
	margin-bottom: 16px;
	font-size: 0.8rem;
}
.container {
	max-width: 1000px;
	margin: 0 auto;
}
.container h2 {
	padding: 10px 10px 0;
	text-align: center;
	background: url("../images/shiro_title_bg.png") no-repeat center top;
	height: 95px
}
.container h2 {
	padding: 10px 10px 0;
	text-align: center;
	background: url("../images/shiro_title_bg.png") no-repeat center top;
	height: 95px
}
/*/////Gnav /////////////////////////////////////*/
nav {
	max-width: 1085px;
	margin: 0 auto;
	position: relative;
	background: url("../images/nav_bg.jpg");
	z-index: 10;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu ul {
	width: 1005px;
	margin: 0 auto;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu > ul > li {
	text-align: center;
	border-radius: 10px;
	margin: 4px 2px;
	border: #8EBCBA solid 1px;
	float: left
}
#cssmenu > ul > li:last-child {
	border-right: #8EBCBA solid 1px;
}
#cssmenu > ul > li > a {
	padding: 22px 32px;
	border-radius: 10px;
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	background: url("../images/nav_bg.jpg");
/*	background: #1d7974;*/
}
#cssmenu > ul > li > a.ac {
	color: #E20012;
	font-weight: 700;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color: #fff;
	font-weight: 700;
	background: #165c59
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a {
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0
}
/*subメニュー高さ*/
#cssmenu ul ul {
	width: 300px;
	position: absolute;
	left: -9999px;
	top: 69px;
}
#cssmenu ul ul li {
	text-align: left;
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #165c59;
	transition: all .25s ease
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
	left: auto
}
#cssmenu li:hover > ul > li {
	height: 53px
}
#cssmenu ul ul li a {
	border-bottom: 1px solid #8EBCBA;
	padding: 15px 15px 18px;
	width: 300px;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom: 0;
}
#cssmenu ul ul li:first-child > a {
	padding: 15px 15px 18px;
	border-bottom: 1px solid #8EBCBA;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color: #fff;
	background: #1d7974;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #363636;
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #333
}
.button {
	display: none
}
/*/////Footer////////////////////////////////////////*/
Footer.top div.main_box {
	max-width: 1085px;
	margin: 0 auto;
	background: #fff;
	padding: 42px;
	border-top: #868686 solid 1px
}
Footer.top div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between
}
Footer address {
	width: 310px;
	height: 49px;
	background: url( "../images/foot_address.png") no-repeat;
	text-indent: -9999px;
}
Footer p {
	width: 192px;
	height: 11px;
	margin-top: 20px;
	background: url( "../images/foot_copy.png") no-repeat right;
	text-indent: -9999px;
}
.img_c {
	text-align: center;
}
.sp_br {
	display: none;
}
/*///タブレット 縦のみ///*/
@media screen and (max-width: 1024px) and (orientation: portrait) {
		.main_title p {
	width: 96px;
	top: 12px;
	right: 10px;
}
}

/*///タブレット 縦から///*/
@media screen and (max-width: 1024px) {
.main_box {
	padding: 21px 21px 42px 21px;
}
}

/*///スマホ 横のみ///*/
@media screen and (max-width: 896px) and (orientation: landscape) {
	.main_title p {
	width: 96px;
	top: 12px;
	right: 10px;
}
}

/*///スマホ 横から///*/
@media screen and (max-width: 896px) {
#cssmenu > ul > li > a {
	padding: 18px 24px;
}
#cssmenu ul ul li:first-child > a {
	padding: 15px 15px 18px 25px;
}
#cssmenu ul ul {
	top: 0px;
}
#cssmenu ul {
	top: 0;
}
header > .container-fluid > ul.entry > li {
	width: 70px;
	padding: 21px 0 0;
}
header > .container-fluid > ul.entry > li a {
	font-size: 14px;
}
header > .container-fluid {
	padding-left: 0;
	padding-right: 0;
}
nav {
	width: 100%;
}
#cssmenu {
	width: 100%
}
#cssmenu ul {
		background: url("../images/nav_bg.jpg");
/*	background: #262626;*/
	width: 100%;
	display: none
}
#cssmenu ul li {
	width: 100%;
	border-top:none;
/*	border-top: 1px solid #444*/
}
#cssmenu ul li:hover {
	border-radius: 0;
	background: #165c59;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
		border-radius: 0;
	height: auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
	border-bottom: 0
}
#cssmenu > ul > li {
	float: none;
	margin: 0;
	border-radius: 0;
}
#cssmenu ul ul li a {
	padding-left: 25px
}
#cssmenu ul ul li {
	/*background: #333!important;*/
}
#cssmenu ul ul li:hover {
		border-radius: 0;
	background: #363636!important
}
#cssmenu ul ul ul li a {
	padding-left: 35px;
	border-bottom: 1px solid #8EBCBA;
}
#cssmenu ul ul li a {
	color: #ddd;
	background: none;
	border-bottom: 1px solid #8EBCBA;

}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
		border-radius: 0;
	color: #fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none
}
#cssmenu #head-mobile {
	display: block;
	/*	padding: 23px;*/
	color: #ddd;
	font-size: 12px;
	font-weight: 700
}
.button {
	display: block;
	width: 70px;
	height: 65px;
	position: absolute;
	right: 0;
	top: -65px;
	cursor: pointer;
	z-index: 12399994;
	background: #B0B0B0;
}
.button:after {
	position: absolute;
	top: 24px;
	left: 12px;
	display: block;
	width: 20px;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 14px;
	font-weight: 900;
	content: 'MENU'
}
.button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 16px;
	right: 20px;
	display: block;
	content: ''
}
.button.menu-opened {
	background: #262626;
}
.button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 24px;
	left: 10px;
	border: 0;
	content: 'CLOSE';
	color: #fff;
}
.button.menu-opened:before {
	top: 23px;
	background: #fff;
}
/*//サブプラスボタン//*/
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	display: block;
	border-left: 1px solid #8EBCBA;
	height: 55px;
	width: 46px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #262626
}
#cssmenu ul ul .submenu-button {
	height: 34px;
	width: 34px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 22px;
	right: 19px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 19px;
	right: 22px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none
}

}

/*///スマホ　縦からは///*/

@media screen and (max-width: 480px) {
.sp_br {
	display: block;
}

.main_box {
	padding: 16px;
}
.main_box_map {
	padding: 16px;
}
Footer.top div.main_box {
	padding: 21px;
}
Footer.top div {
	text-align: center;
	flex-direction: column
}
	.main_title h1 {
	top: 3px;

}
.main_title {
	background: url( "../images/naka_header_sp.png") no-repeat center;
}	
.main_title p {
	top:inherit;
	bottom: 10px;	
	left: 10px;
}
.main_box_top {
	    padding: 16px;
}
}

@media screen and (max-width: 320px) {
.gokoku_box h2 {
	font-size: 12px;

}
.main_box_map {
	padding: 16px;
}
Footer.top div.main_box {
	padding: 10px;
}
Footer address {
	width: 300px;
	background-size: contain;
}
		.main_title h1 {
	top: 13px;

}
	
	
}
