@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	/*フォント*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	color: #3E3A39;
	background: #ffffff;
}

a {
	color: #3E3A39;
	text-decoration: none;
}

a:hover {
	color: #3E3A39;
	text-decoration: none;
	opacity: 0.7;
}

.spb {
	display: none!important;
}

.spn {
	display: block;
}

.spn_ib {
	display: inline-block;
}

.fss {
	padding: 0 0 0 2.5px;
	//font-size: smaller;
}

.fl-con ,.fl-con_c {
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
}

.fl-con_c {
	-webkit-flex-direction: column;
	flex-direction: column;
}

.notice_txt {
	font-size: 2.0rem;
	line-height: 1.8;
	font-weight:bold;
}

/*全体の横幅指定*/
.inner {
	max-width: 1100px;
	width: calc(100% - 30px);
	margin: 0 auto;
}

.inner2 , .inner3 {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.innerIn , .innerIn2 {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

/* --- ヘッダー --- */
.header {
	position: relative;
	width: 100%;
}

.header_01 {
	padding: 10px 0;
	color: #ffffff;
	font-size: 0;
	line-height: 0;
	background: #3E3A39;
}

.header_01l {
	display: inline-block;
	width: 50%;
	font-size: 1.4rem;
	line-height: 1;
}

.header_01r {
	display: inline-block;
	width: 50%;
	text-align: right;
}

.header_01r ul li {
	display: inline-block;
	margin-left: 15px;
}

.header_01r ul li a {
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1;
	//font-weight: bold;
}

.header_02 {
	font-size: 0;
	line-height: 0;
}

.header_02l {
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}

.header_02l img {
	width: 100%;
}

.header_02r {
	display: inline-block;
	width: 75%;
	vertical-align: middle;
}

/*--- ハンバーガーメニューここから ---*/

nav {
	color: #3E3A39;
	text-align: right;
	vertical-align: bottom;
	z-index: 9999;
}

.header_02r ul {
	line-height: 1.4;
	margin: 0;
	padding: 25px 0 0 0;
}

.header_02r ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.header_02r ul li span {
	display: block;
}

.header_02r ul li span:first-child {
	font-size: 1.6rem;
	font-family: 'arial' , sans-serif;
}

.header_02r ul li span:last-child {
	padding-top: 5px;
	font-size: 1.2rem;
}

.header_02r ul li a {
	display: block;
	padding: 0px 0 25px 0;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}

.header_02r ul li a div {
	padding: 0 35px 0 35px;
	border-right: 1px solid #3E3A39;
}

.header_02r ul li:first-child a div {
	padding: 0 35px 0 15px;
}

.header_02r ul li a:hover {
	opacity: 1;
}

.header_02r ul li a:hover span {
	opacity: 0.7;
}

.header_02r ul li a:hover:after ,.current:after {
	content: "";
	position: absolute;
	width: calc(100% - 1px);
	right: 0;
	bottom: 0;
	border-bottom: 4px solid #ee7b4a;
	opacity: 1;
}


/* サブメニューここから */
.sub_menu {
	position: absolute;
	display: none;
	top: calc(127px - 4px);
	left: 0;
	width: 100%;
	padding: 15px 0 0px 0;
	//background: #717071;
	background: #ee7b4a;
	border-top: 4px solid #ee7b4a;
	z-index: 100;
	opacity: 0.9;
}

.sankaku:after {
	content: "▲";
	position: absolute;
	right: 0;
	bottom: 6px;
	width: calc(100% - 1px);
	text-align: center;
	font-size: 1.2rem;
	line-height: 0;
	color: #ee7b4a;
}

.sub_menu ul {
	font-size: 0;
	line-height: 0;
}

.sub_menu ul li {
	display: inline-block;
	width: calc(100% / 4);
	margin: 0 0 15px 0;
	font-size: 1.4rem;
	line-height: 1;
	opacity: 1;
	font-weight: bold;
	vertical-align: top;
}

.sub_menu ul li ul {
	margin: 5px 0 0 10px;
}

.sub_menu ul li ul li {
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
}

.sub_menu ul li a {
	color: #ffffff;
}

/* サブメニューここまで */

/*---三本線ボタン---*/
#navToggle {
	/*通常時は非表示*/
	display: none;
	position: absolute;
	right: 13px;
	top: 13px;
	width: 30px;
	height: 25px;
	cursor: pointer;
}

#navToggle div {
	position: relative;
}

#navToggle span {
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: solid 3px #3e3a39;
	transition: .35s ease-in-out;
}

#navToggle span:nth-child(1) {
	top: 0;
}

#navToggle span:nth-child(2) {
	top: 11px;
}

#navToggle span:nth-child(3) {
	top: 22px;
}

/*--- ハンバーガーメニューここまで ---*/

/* --- パンくずリストここから --- */
.pan_list {
	width: 100%;
	background: #717071;
	color: #ffffff;
}

.pan_list a {
	color: #ffffff;
}

.pan_list ul {
	padding: 10px 0px;
}

.pan_list ul li {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.4;
	list-style: none;
}
/* --- パンくずリストここまで --- */

/* --- メイン --- */
#main {
	width: 100%;
	margin: 0 auto;
}

/* --- コンテンツ --- */
.content , .content2 , .content_min {
	padding: 40px 0;
	font-size: 0;
	line-height: 0;
}

.content2 {
	background: #f3f3f3;
}

.content3 {
	padding: 40px 0;
}

.content_min {
	min-height: calc(100vh - 438px);
	box-sizing: border-box;
}

.content_ttl {
	margin-bottom: 30px;
	color: #3e3a39;
	font-weight: bold;
	text-align: center;
}

.content_ttl div p:first-child {
	display: block;
	font-family: 'arial' , sans-serif;
	font-size: 3.2rem;
}

.content_ttl div p:last-child {
	display: block;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 1px;
}

.content_ttl div {
	display: inline-block;
	vertical-align: middle;
	font-size: 3.0rem;
	line-height: 1.2;
}

.content_ttl span {
	display: inline-block;
	margin:0 0 0 15px;
	font-size: 2.8rem;
	line-height: 1.2;
	vertical-align: middle;
}
/* --- フッター --- */
.footer {
	width: 100%;
	color: #ffffff;
}

.footer a {
	color: inherit;
}

.ft01_totop {
	text-align: center;
}

.ft01_totop a {
	display: block;
	padding: 10px 0;
	background: #ee7b4a;
}

.ft01_totop img {
	width: 38px;
}

.ft01_slider {
	width: 100%;
}

.ft01_slider ul li {
	height: 100%;
}


.footer_02 {
	padding: 12px 0 8px 0;
	font-size: 0;
	line-height: 0;
	background: #3E3A39;
}

.footer_02l {
	display: inline-block;
	width: 46.5%;
	vertical-align: middle;
}

.footer_02l ul {
}

.footer_02l ul li {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1;
	//font-weight: bold;
	margin: 0 15px 0 0;
}

.footer_02c {
	display: inline-block;
	width: 7%;
	vertical-align: middle;
}

.footer_02c img {
	width: 100%;
}

.footer_02r {
	display: inline-block;
	width: 46.5%;
	font-size: 1.4rem;
	line-height: 1;
	text-align: right;
	vertical-align: middle;
}

/* トップに戻るここから */
#page-top {
	position: fixed;
	bottom: 15px;
	right: 20px;
}

#page-top a {
	display: block;
	opacity: 0.7;
}

#page-top a:hover {
	text-decoration: none;
	opacity: 1;
}
/* トップに戻るここまで */

@media screen and (max-width: 1100px) {
	.header_02l {
		padding-left: 15px;
		box-sizing: border-box;
	}

	.header_02r {
		white-space: nowrap;
	}

	.header_02r ul li:nth-last-child(-n+3) a div {
		border-right: none;
	}

	.header_02r ul li:last-child a div {
		border-right: none;
	}

	.content_min {
		min-height: calc(100vh - 415px);
		box-sizing: border-box;
	}

	.innerIn2 {
		width: auto;
		margin: 0 15px;
	}

}

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

	body {
		font-size: 4.375vw;
	}

	a {
		text-decoration: none;
	}

	a:hover {
		opacity: 1;
		text-decoration: none;
	}

	a img {
		pointer-events: none;
	}

	.spb {
		display: block!important;
	}

	.spn , .spn_ib {
		display: none;
	}

	.fss {
		padding: 0 0 0 0.125px;
		font-size: smaller;
		letter-spacing: -0.25px;
	}

	.fl-con {
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.notice_txt {
		font-size: 3.75vw;
	}

	.inner ,.inner2 {
		//width: 90%;
		width: auto;
		margin: 0 15px;
	}

	.inner3 {
		width: 100%;
	}

	.innerIn2 {
		/*width: 90%;*/
		width: auto;
		margin: 0 15px;
	}
	/* --- ヘッダー --- */
	.header {
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background: #ffffff;
		z-index: 999;
		border-bottom: 1px solid #C9CACA;
	}

	.header_01 {
		display: none;
	}

	.header_02 {
		padding: 14px 0 10px 0;
	}

	.header_02l {
		width: 162px;
		padding: 0;
	}

	.header_02l a {
		display: block;
	}

	.header_02r {
		width: calc(100% -162px);
	}

	/*--- ハンバーガーメニューここから ---*/
	.header_02r nav {
		/*bodyに対しての絶対位置(通常時はビュー上の外)*/
		position: absolute;
		right: 0;
		top: -410px;
		background: #e0dfdf;
		width: 100%;
		max-height: calc(100vh - 50px);
		/*padding: 15px 5%;*/
		padding: 15px;
		text-align: left;
		/*降りてくる速度と動き*/
		transition: .5s ease-in-out;
		box-sizing: border-box;
		border-bottom: 1px solid #C9CACA;
		overflow-y: auto;
		-ms-overflow-style:none;
	}

	.header_02r nav::-webkit-scrollbar{
		display:none;
	}

	.header_02r ul {
		margin: 0;
		padding: 0;
	}

	.header_02r ul li {
		display: block;
		margin: 0 0 10px 0;
		padding: 0;
		border-right: none;
		background: #595757;
	}

	.header_02r ul li::after {
		content: ''
	}

	.header_02r ul li:last-child {
		margin: 0;
	}

	.header_02r ul li span {
		display: inline-block;
	}

	.header_02r ul li span:first-child {
		font-family: inherit;
		display: none;
	}

	.header_02r ul li span:last-child {
		padding: 0;
		font-size: 4.375vw;
		line-height: 1;
	}

	.header_02r ul li:first-child a {
			padding: 10px 5px 10px 7px;
	}


	.header_02r ul li a:hover span {
		opacity: 1;
	}

	.header_02r ul li a:hover:after ,.current:after {
		border-bottom: none;
	}


	#navToggle {
		display: block;
	}

	.header_02r ul li a {
		position:relative;
		display: block;
		font-size: 4.375vw;
		padding: 10px 5px 10px 7px;
		color: #ffffff;
		background-color: #595757;
		font-weight: bold;
		font-size: 0;
		line-height: 0;
	}

	.header_02r ul li a div {
		display: inline-block;
		padding: 0 0 0 calc(3.75vw + 5px)!important;
		border: none;
		vertical-align: middle;
	}

	.header_02r ul li a:before , .hd_link_sp div a:before{
		content: "";
		position: absolute;
		top: calc((4.375vw - 3.75vw) / 2 + 10px);
		left: 7px;
		display: inline-block;
		width: 3.75vw;
		height: 3.75vw;
		background: #ffffff;
		vertical-align: middle;
	}

	.openNav #navToggle span:nth-child(1) {
		top: 11px;
		transform: rotate(-45deg)
	}

	.openNav #navToggle span:nth-child(2),
	.openNav #navToggle span:nth-child(3) {
		top: 11px;
		transform: rotate(45deg)
	}

	.openNav nav {
		/*.openNavが付いた要素の中のnavを 縦方向に移動（=表示される）*/
		transform: translateY(460px)
	}
	/*--- ハンバーガーメニューここまで ---*/

	/* --- パンくずリストここから --- */
	.pan_list ul {
		padding: 7.5px 0px;
	}

	.pan_list ul li {
		font-size: 3.125vw;
		line-height: 1.2;
	}
	/* --- パンくずリストここまで --- */

	/* --- メイン --- */
	#main {
		margin-top: 50px;
	}

	/* --- コンテンツ --- */
	.content , .content2, .content3 , .content_min {
		padding: 10px 0;
	}

	.content_min {
		min-height: calc(100vh - 235px);
	}

	.content_ttl {
		margin: 10px 0 10px 0;
		font-weight: bold;
		text-align: center;
	}

	.content_ttl div p:first-child {
		font-size: 6.875vw;
	}

	.content_ttl div p:last-child {
		font-size: 3.75vw;
	}

	.content_ttl span {
		display: block;
		margin: 5px 0 0 0;
		font-size: 5.625vw;
	}

	/* --- フッター --- */
	.footer {
	}

	.footer_02l{
		display: none;
	}

	.footer_02c{
		display: none;
	}

	.footer_02r{
		width: 100%;
		text-align: center;
	}

	.ft01_totop img {
		width: 7vw;
	}
	/* トップに戻るここから */
	#page-top {
		width: 40px;
		bottom: 20px;
		right: 15px;
	}

	#page-top img {
		width: 100%;
	}

	#page-top a {
		opacity: 0.7;
	}
	#page-top a:hover {
		opacity: 0.7;
	}
	/* トップに戻るここまで */

}
