@charset "utf-8";

/*header
---------------------------------------------*/
header {
	height: 90px;
	position: fixed;
	z-index: 100;
  width: 100%;
	padding: 0 20px;
	background-color: #e60012;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header .logo {
	padding: 15px 0 0;
	float: left;
}
header .header_sns {
	float: right;
  text-align: right;
	margin: 24px 0 0 20px;
  font-size: 0;
}
header .header_sns li {
	display: inline-block;
  margin-left: 10px;
}


/* gnav
---------------------------------------------------- */
.zdo_drawer_menu {
	float: right;
}
.zdo_drawer_menu button {
	display: none;
}
.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color: #00a4ae;
}
#gnav {
	margin-left: 20px;
}
#gnav ul {
	text-align: right;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#gnav ul li {
	display: inline-block;
	margin-left: 10px;
  padding: 32px 0;
}
#gnav ul li a {
	text-decoration: none;
	font-size: 15px;
	display: block;
	color: #FFFFFF;
	letter-spacing: 0.02em;
	position: relative;
}


/* footer
---------------------------------------------------- */
footer {
	padding: 20px 0;
  background-color: #FFF;
  border-top: 10px solid #e60012;
  border-bottom: 10px solid #e60012;
}
footer .footer_logo {
  display: block;
  width: 645px;
  max-width: 80%;
  margin: 0 auto 20px;
}
footer .footer_bn {
  text-align: center;
  margin-bottom: 30px;
}
footer .footer_info {
  width: 650px;
  max-width: 94%;
  margin: 0 auto 30px;
}
footer .footer_info .footer_txt {
  float: left;
  width: 100%;
  margin-right: -180px;
  padding-right: 180px;
  box-sizing: border-box;
}
footer .footer_info .footer_sns {
	float: right;
  width: 140px;
  text-align: right;
	margin: 24px 0 0 20px;
}
footer .footer_info .footer_sns li {
	display: inline-block;
}
footer .footer_copy {
  text-align: center;
}


/* contents
---------------------------------------------------- */
.contents {
	max-width: 1000px;
  background-color: #FFF;
	margin: 0 auto;
  padding: 60px 25px 0;
}
.blc {
	border: 25px solid #e60012;
  margin-bottom: 60px;
  padding: 0 0 30px;
}


/* h
---------------------------------------------------- */
h2 {
  font-size: 36px;
  display: inline-block;
  background-color: #e60012;
	color: #FFF;
  font-weight: normal;
  line-height: 60px;
  margin: -10px 0 25px;
  padding-bottom: 10px;
  width: 380px;
	font-family: 'notosansjp-bold';
}
h3 {
  font-size: 16px;
}
h3::before {
  content: "●";
}


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


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


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


/* header
---------------------------------------------------- */
header {
  border-top: none;
	height: 50px;
  padding: 0 8px;
	width: 100%;
}
header .logo {
	padding: 7px 0 0 0;
	position: relative;
  z-index: 10000;
}
header .logo img {
	height: 36px;
	padding: 0;
	display: block;
}
header .header_sns {
	float: right;
  text-align: right;
	margin: 7px 35px 0 0;
}
header .header_sns li {
	display: inline-block;
  margin-left: 3px;
}
header .header_sns li img {
  height: 36px;
}

/* menu */
#gnav {
	margin-left: 0;
  background-color: rgba(232,156,194,0.7);
}
#gnav ul.menu {
	border-top: 1px solid #FFF;
	margin-top: 50px;
}
#gnav ul.menu li {
	width: 100%;
	height: auto;
	margin: 0;
  padding: 0;
	line-height: 50px;
	float: left;
	background-color: #e60012;;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-align: left;
}
#gnav ul.menu li a {
	display: block;
	color: #FFFFFF!important;
	line-height: 50px;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: none;
	position: relative;
}
#gnav ul.menu li a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.panel-btn{
	display: inline-block;
	position: relative;
	width: 38px;
	height: 38px;
	border: 1px solid #FFF;
}
.panel-btn-icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	margin: -1px 0 0 -10px;
	background: #FFF;
	transition: .2s;
}
.panel-btn-icon:before, .panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background: #FFF;
	transition: .3s;
}
.panel-btn-icon:before{
	margin-top: -8px;
}
.panel-btn-icon:after{
	margin-top: 6px;
}


/* contents
---------------------------------------------------- */
.contents {
	max-width: 94%;
  padding: 30px 25px 0;
}


/* h
---------------------------------------------------- */


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


/* 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;
}


}


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

/* header
---------------------------------------------------- */
header .logo {
	padding: 12px 0 0 0;
}
header .logo img {
	height: 26px;
}
header .header_sns {
	margin: 10px 36px 0 0;
  width: 102px;
  display: block;
}
header .header_sns li img {
  height: 30px;
}
  
  
/* contents
---------------------------------------------------- */
.contents {
	max-width: 94%;
  padding: 30px 15px 0;
}
.blc {
  margin-bottom: 30px;
  border: 10px solid #e60012;
}


/* footer
---------------------------------------------------- */
footer .footer_info .footer_txt {
  float: none;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
footer .footer_info .footer_sns {
	float: none;
  width: 100%;
  text-align: center;
	margin: 24px 0 0;
}


/* h
---------------------------------------------------- */
h2 {
  font-size: 22px;
  line-height: 40px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 80%;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
h3 {
  font-size: 16px;
}
h3::before {
  content: "●";
}

}