@charset "Shift_JIS";

/* header
---------------------------------------------------- */
header {
	width: 100%;
	min-width: 1200px;
	z-index: 100;
	top: 0;
	position: fixed;
	background-color: #FFF;
}
header .header_logo {
	float: left;
	padding: 12px 0 12px 25px;
}
header .menu {
	float: right;
	padding: 15px 220px 15px 0;
}
header .menu li {
	display: inline-block;
  padding: 0 0 0 30px;
}
header .menu li a {
	font-size: 14px;
	font-weight: bold;
}
header input {
	display: none;
}


/* dropdown
---------------------------------------------------- */
.dropdown {
	display: inline-block;
	float: right;
	position: absolute;
	top: 18px;
	right: 20px;
}
.dropdown ul {
	display: none;
}
.dropdown .dropdown_menu {
	position: relative;
	visibility: hidden;
	opacity: 0;
	top: -10px;
	list-style: none;
}
.dropLabel {
	display: block;
	background-color: #fff;
	text-align: center;
	position: relative;
	color: #333;
	font-weight: bold;
	padding: 0 15px;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #000;
	cursor: pointer;
}
.dropLabel.active,
.dropLabel:hover {
	background-color: #66b5a0;
	color: #FFF;
	border: 1px solid #66b5a0;
}
.dropLabel br {
	display: none;
}
.dropdown a.item {
	display: block;
	background-color: #66b5a0;
	text-align: center;
	position: relative;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	margin-top: 5px;
}
.dropdown a.item  {
	color: #FFF;
}
.dropdown a.item:hover {
	background-color: #3CB371;
	color: #fff;
}


/* contents
---------------------------------------------------- */
.contents {
	width: 1200px;
	margin: 0 auto;
}
.blc {
	padding: 100px 0;
}


/* footer
---------------------------------------------------- */
footer {
	padding: 100px 0;
  background-color: #E4E4E4;
}
footer ul {
	margin-top: -40px;
}
footer ul li {
	margin-top: 40px;
}
footer ul li img {
	float: left;
	width: 280px;
}
footer ul li p {
	margin-left: 320px;
	padding-left: 30px;
	border-left: 1px solid #000;
	line-height: 24px;
	color: #585858;
}
footer ul li p a:link {
	color: #585858;
}
footer ul li p a:visited {
	color: #585858;
}
footer ul li p a:hover {
	color: #66B5A0;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 0;
	z-index: 100;
}
#page_top a {
	display: block;
	width: 60px;
	height: 60px;
}
#page_top a img {
	width: 60px;
	height: 60px;
}


/* anc
---------------------------------------------------- */
.anc {
   margin-top: -80px;
   padding-top: 80px;
   display: block;
}


/* h
---------------------------------------------------- */
.ttl_h2 {
  font-size: 18px;
	text-align: center;
	color: #be2d2d;
	margin-bottom: 40px;
	padding-bottom: 55px;
	position: relative;
	letter-spacing: 0.3em;
	font-family: 'roboto-bold';
}
.ttl_h2::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 45px;
	background-color: #905d2c;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
}




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

/* header
---------------------------------------------------- */
header {
	height: 50px;
	position: fixed;
  min-width: 100%;
	z-index: 100;
	background-color: #FFF;
}
header .contents {
  width: 94%;
	padding: 0;
}
header .header_logo {
  float: left;
  padding: 10px;
}
header .header_logo img {
	height: 30px;
}
header .h_contact {
	display: none;
}
header .h_login {
	display: none;
}
header .menu {
  margin: 0;
	padding: 0;
	float: none;
}
header .menu li.sp {
  display: inline-block;
}
	
	
/* menu
---------------------------------------------------- */
.menu-btn {
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	background-image: url("../images/common/menu1.jpg");
	background-size: cover;
}
#menu-btn-check:checked ~ .menu-btn {
	background-image: url("../images/common/menu2.jpg");
}
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 80;
	background-color: #3584bb;
}
.menu-content ul {
	padding: 70px 10px 0;
}
.menu-content ul li {
	list-style: none;
	display: block;
	margin: 20px 0 0;
	padding: 0;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 18px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
}
.menu-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 80;
	background-color: rgba(255,255,255,0.9);
	transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-content {
	left: 0;
}


/* dropdown
---------------------------------------------------- */
.dropdown {
	top: 7px;
	right: 50px;
}
.dropLabel {
	padding: 0 30px;
	font-size: 12px;
	line-height: 1.4;
	color: #66B5A0;
	border: 1px solid #66B5A0;
}
.dropLabel br {
	display: block;
}
.dropdown a.item {
	padding: 5px;
}


/* contents
---------------------------------------------------- */
.contents {
	width: 94%;
	margin: 0 auto;
	padding: 0;
}
.blc {
	padding: 50px 0;
}
.sblc {
	margin: 40px 0 0;
}


/* footer
---------------------------------------------------- */
footer {
	padding: 50px 0;
}
footer ul li img {
	float: none;
	width: 70%;
	margin-bottom: 10px;
}
footer ul li p {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
	line-height: 1.6;
}


/* page_top
---------------------------------------------------- */
#page_top {
	width: 47px;
	height: 47px;
	position: fixed;
	bottom: 0;
}
#page_top a {
	display: block;
	width: 47px;
	height: 47px;
}
#page_top a img {
	width: 47px;
	height: 47px;
}


/* anc
---------------------------------------------------- */
.anc {
   margin-top: -130px;
   padding-top: 130px;
   display: block;
}


/* h
---------------------------------------------------- */
.ttl_h2 {
	margin-bottom: 20px;
}



}

@media only screen and (min-width: 741px) {

.panel {
    display: block!important;
}

}