@charset "UTF-8";
/*--------------------------------------------------
  reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight:normal;/* Yutaka added */
  vertical-align: baseline;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Yutaka added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align: left;
}
/*img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
}*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*--------------------------------------------------
  body
--------------------------------------------------*/
body {
	width: 100%;
	min-width: 1090px;
  color: #000;
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN' , sans-serif;
	margin: auto;
}
a {
  text-decoration: none;
	display: block;
}
a:hover {
  opacity: 0.8;
}
body .inner {
	width: 1090px;
	margin: auto;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
}
.c-01 {
	color: #fff;
}
.c-02 {
	color: #d0111b;
}
.f-bold {
	font-weight: bold;
}
.fl01 {
  display: flex;
	justify-content: space-between;
}

.pc-only {
	display: block !important;
}
.sp-only {
	display: none !important;
}

@media screen and (max-width: 768px){
body {
	width: 100%;
	min-width: 100%;
  color: #000;
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
	margin: auto;
}
a {
  text-decoration: none;
	display: block;
}
a:hover {
  opacity: 0.8;
}
body .inner {
	width: 100%;
	margin: auto;
}
img {
	width: 100%;
  vertical-align: top;
  font-size:0;
  line-height: 0;
}	
.c-01 {
	color: #fff;
}
.c-02 {
	color: #d0111b;
}
.f-bold {
	font-weight: bold;
}
.fl01 {
  display: inherit;
	justify-content: inherit;
}
.pc-only {
	display: none !important;
}
.sp-only {
	display: block !important;
}
}

/*--------------------------------------------------
  page link 調整
--------------------------------------------------*/
.anchor01 {
	display: block;
	padding-top: 70px;
	margin-top: -70px;
}

@media screen and (max-width: 768px){
.anchor01 {
	display: block;
	padding-top: 58px;
	margin-top: -58px;
}
}

/*--------------------------------------------------
  header
--------------------------------------------------*/
header {
	width: 100%;
	min-width: 1090px;
	height: 70px;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 9999;
}
header .h_inner{
	margin: auto;
}
header h1 {
  padding: 7px 0 0 32px;
	box-sizing: border-box;
	float: left;
}
header h1 img {
  width: 292px;
  height: 58px;
}

/*---------- .g-nav ----------*/
header .nav {
  position: relative;
  float: right;
}
header .g-nav ul {
  width: 100%;
	text-align: center !important;
	display: table;
}
header .g-nav ul li {
	display: table-cell;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}
header .g-nav li a {
	height: 100%;
	color: #000;
	line-height: 1;
  margin: auto;
}
header .g-nav li.list01 {
	padding: 0 0 0 50px;
	box-sizing: border-box;
}
header .g-nav li.list02 {
	padding: 0 0 0 0;
	box-sizing: border-box;
}
header .g-nav li.list a {
	width: 120px;
	height: 70px;
	text-align: center;
	line-height: 70px;
}
header .g-nav li.list01 a {
	color: #fff;
	background: #d0111b;
}
header .g-nav li.list02 a {
	color: #000;
	background: #f6ab00;
}

@media screen and (max-width: 1420px){
/*header h1 {
  padding: 32px 0 0 15px;
	box-sizing: border-box;
	float: left;
}
header h1 img {
  width: 280px;
  height: auto;
}*/

/*---------- .g-nav ----------*/
/*header .g-nav-inner {
	padding: 18px 24px 0 0;
	box-sizing: border-box;
}
header .g-nav .tel-box {
	width: 200px;
	margin: 0 0 15px;
	float: right;
}
header .g-nav .tel-box a img {
	width: 200px;
	height: auto;
	margin: 0 0 5px;
}
header .g-nav .tel-box p {
	color: #919191;
	font-size: 13px;
	text-align: center;
}
header .g-nav li a {
	height: 100%;
	color: #111;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}
header .g-nav .last a {
	width: 90px;
	height: 108px;
	color: #fff;
	font-weight: bold;
	background: #14a83b;
	text-align: center;
	line-height: 108px;
}*/
}

@media screen and (max-width: 1320px){
/*header h1 {
  padding: 34px 0 0 15px;
	box-sizing: border-box;
	float: left;
}
header h1 img {
  width: 270px;
  height: auto;
}*/

/*---------- .g-nav ----------*/
/*header .g-nav-inner {
	padding: 18px 24px 0 0;
	box-sizing: border-box;
}
header .g-nav .tel-box {
	width: 200px;
	margin: 0 0 15px;
	float: right;
}
header .g-nav .tel-box a img {
	width: 200px;
	height: auto;
	margin: 0 0 5px;
}
header .g-nav .tel-box p {
	color: #919191;
	font-size: 13px;
	text-align: center;
}
header .g-nav li a {
	height: 100%;
	color: #111;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
}
header .g-nav .last a {
	width: 80px;
	height: 108px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background: #14a83b;
	text-align: center;
	line-height: 108px;
}*/
}

@media screen and (max-width: 768px) {
header {
	width: 100%;
	min-width: 1090px;
	height: 60px;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 9999;
}
header .h_inner{
	margin: auto;
}
header h1 {
  padding: 7px 0 0 5px;
	box-sizing: border-box;
	float: left;
}
header h1 img {
  width: 40%;
  height: auto;
}
	
/*---------- 背景変更 ----------*/
header.thin {
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}	
	
/*====ハンバーガーメニュー=====*/
	
	/*----- hb-menu -----*/
	#hb-menu {
		display: table;
		position: fixed;
		top: 0;
		right: 0;
		background: #d0111b;
		width: 60px;
		height: 60px;
		cursor: pointer;
		z-index: 1000;
	}
	#hb-menu .hb-inner {
		display: table-cell;
		vertical-align: middle;
	}
	#hb-menu span {
		display: block;
		background: #fff;
		width: 30px;
		height: 2px;
		margin: auto;
		border-radius: 0;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	#hb-menu span:nth-of-type(2),
	#hb-menu span:nth-of-type(3) {
		margin-top: 6px;
	}
	/* ナビゲーションアイコン：アクティブ */
	.hb-open #hb-menu span {
		background: #fff;
	}
	.hb-open span:nth-of-type(1) {
		-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
		-ms-transform: translateY(8px) translateX(0) rotate(45deg);
		transform: translateY(8px) translateX(0) rotate(45deg);
	}
	.hb-open span:nth-of-type(2) {
		margin-top: 5px;
		opacity: 0;
		-webkit-transform: translateY(9px);
		-ms-transform: translateY(9px);
		transform: translateY(9px);
	}
	.hb-open span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
		transform: translateY(-8px) translateX(0) rotate(-45deg);
	}
	/* overlay */
	.overlay {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: transparent;
		pointer-events: none;
		z-index: 10;
		transition: 0.2s;
	}
	.hb-open .overlay {
		background: rgba(208,17,27,0.30);
		pointer-events: auto;
	}

	/*----- sp-g-nav -----*/
	.sp-g-nav {
		position: fixed;
		top: 0;
		right: 0;
		font-size: 13px;
		z-index: 999;
	}
	.hb-open .sp-g-nav .g-nav-inner {
		transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateZ(0);
		-ms-transform: translateZ(0);
		-webkit-transform: translateZ(0);
	}
	.sp-g-nav .g-nav-inner {
		position: fixed;
		top: 0;
		right: 0;
		background: #fff;
		width: 80%;
		height: 100%;
		padding: 80px 20px 50px;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		transition: .5s;
		transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		z-index: 10;
	}
.sp-g-nav .g-nav-inner li {
  padding: 15px 0;
}
.sp-g-nav .g-nav-inner li a {
  display: block;
  color: #000;
  font-weight: bold;
  position: relative;
}
.sp-g-nav .g-nav-inner li.list a {
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.sp-g-nav .g-nav-inner li.list01 a {
  color: #fff;
  background: #d0111b;
}
.sp-g-nav .g-nav-inner li.list02 a {
  color: #000;
  background: #f6ab00;
}	
.sp-g-nav .g-nav-inner li a::before {
	display: block;
	content: "";
	position: absolute;	
  width: 6px;
	height: 6px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	top: 50%;
	right: 13px;
	margin-top: -4px;
	z-index: 10;
}
.sp-g-nav .g-nav-inner li.list01 a::before,
.sp-g-nav .g-nav-inner li.list02 a::before {
  display: none;
  content: "";
  position: inherit;	
}
}

/*------------------------------------------------------------
 copy
------------------------------------------------------------*/
.copy {
	width: 100%;
	height: 44px;
	font-size: 14px;
	background: #f6ab00;
	text-align: center;
	line-height: 40px;
}

@media screen and (max-width: 768px) {
.copy {
	width: 100%;
	height: 44px;
	font-size: 12px;
	background: #f6ab00;
	text-align: center;
	line-height: 40px;
}
}
