@charset "UTF-8";

body {
	padding: 0px;
	margin: 0px;
	background-image: url(images/top-bg_03.jpg);
	background-repeat: repeat-x;
	background-color: rgba(255,252,235,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px){
	body {
		background-image: none;
	}
	img{
		max-width: 100%;
		height: auto;
	}
}
.clear {
	clear: both;
	background-color: undefined;
}
/*clearfix*/
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}

/*---------------------header------------------------*/
#header1 {
	width: 1075px;
	height: 116px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px){
	#header1{
		width: 100%;
		height: 80px;
		background: #f37c12;
		position: relative;
	}
}
#header1_logo {
	width: 180px;
	height: 77px;
	float: left;
	padding-left: 10px;
}
@media screen and (max-width: 767px){
	#header1_logo{
		width: 120px;
		height: auto;
	}
}
#header1_menu {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	float: right;
	padding-top: 8px;
}
@media screen and (max-width: 767px){
	#header1_menu{
		width: 100%;
		background: rgba(243, 124, 18, 0.9);
		float: none;
		position: absolute;
		top: 80px;
		left: 0;
		height: 0;
		overflow: hidden;
		transition: 0.7s all;
		opacity: 0;
		z-index: 9999;
		padding-top: 0;
	}
	#header1_menu.is-show{
		height: 100vh;
		opacity: 1;
	}
	.header1_menu_cont{
		display: flex;
		flex-wrap: wrap;
	}
}
#header1_menu a{
	border-right: 1px dotted #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 138px;
	padding: 11px 0px;
	float: left;
}
@media screen and (max-width: 767px){
	#header1_menu a{
		float: none;
		width: 100%;
		border-right: 0;
		border-bottom: 1px dotted #fff;
		text-align: left;
		padding: 15px 20px;
		position: relative;
	}
	#header1_menu a img{
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%);
	}
}
#header1_menu a:hover p{
	color: #ffe614;
}
#header1_menu a:hover .header1_menu_imgtxt{
	transform: translate3d(3px, 3px, 3px);
}
#header1_menu p{
	font-size: 14px;
	line-height: 1;
	margin: 0;
	color: #fff;
	font-weight: bold;
	padding-top: 6px;
}
@media screen and (max-width: 767px){
	#header1_menu p{
		padding: 0 0 0 50px;
	}
	.menu-icon{
		width: 34px;
		height: 34px;
		float: right;
		margin-right: 10px;
		padding-top: 17px;
		cursor: pointer;
	}
	.menu-icon span{
		width: 100%;
		height: 4px;
		background: #fff;
		margin-bottom: 6px;
		display: block;
		transition: 0.3s all;
	}
	.menu-icon.is-active :first-child{
		transform: rotate(-45deg) translateX(-7px);
	}
	.menu-icon.is-active :nth-child(2){
		display: none;
	}
	.menu-icon.is-active :last-child{
		transform: rotate(45deg) translateX(-7px);
	}
}

#header2 {
	width: 1075px;
	height: 415px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
}
@media screen and (max-width: 767px){
	#header2{
		width: 100%;
		height: auto;
		padding-top: 0;
	}
	#header2 img{
		width: 100%;
		height: auto;
	}
}
/*---------------------footer------------------------*/
#footer {
	width: 100%;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/footer-bg_13.png);
	background-repeat: repeat-x;
	background-position: 0% bottom;
}
@media screen and (max-width: 767px){
	#footer{
		background-image: none;
		height: auto;
	}
}
#footer_in {
	width: 1075px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px){
	#footer_in{
		width: 100%;
		height: auto;
	}
}
#footer_menu {
	width: 1075px;
	height: 300px;
	padding-top: 20px;
}
@media screen and (max-width: 767px){
	#footer_menu{
		width: 100%;
		height: auto;
		padding: 20px;
		box-sizing: border-box;
	}
}
#footer_menu2 {
	width: 982px;
	height: 20px;
	padding: 30px;
	background-color: #FFE011;
	border-radius: 9px;
	border: 9px solid #F37C12;
	font-size: 15px;
	text-align: center;
}
@media screen and (max-width: 767px){
	#footer_menu2{
		width: calc(100% - 40px);
		margin: 0 auto;
		height: auto;
		box-sizing: border-box;
		padding: 10px 20px 20px;
	}
}
#footer_menu2 a {
	color: #000000;
	text-decoration: none;
}
@media screen and (max-width: 767px){
	#footer_menu2 a{
		display: block;
		border-bottom: 1px dashed #000;
		padding: 10px 0;
	}
	#footer_menu2 span{
		display: none;
	}
}
#footer_menu2 a:hover  {
	color: #E2700B;
	text-decoration: none;
	left: 1px;
	top: 1px;
	position: relative;
}
#copyright {
	width: 1075px;
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 60px;
	text-align: center;
}
@media screen and (max-width: 767px){
	#copyright{
		width: 100%;
		background: #f37c12;
		padding: 10px 10px;
		margin-top: 15px;
		box-sizing: border-box;
		font-size: 12px;
	}
}