@charset "UTF-8";
/* CSS Document */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
.tb { display: none !important; }

/*--------------------------------------------------
  ヘッダ（header）
--------------------------------------------------*/
/*トップ用*/
#HEADER,
#HEADER_top {
	background: url(../images/top_line.png) repeat-x top;
	position: relative;
}
#HEADER_top .box_in {
	background: url(../images/header_img.png) no-repeat top;
	background-size:cover;
	background-image: auto 100%;
	height: 420px;
	z-index: 2;
}
#HEADER .box_in{
	background: url(../images/header_img.png) no-repeat top;
	padding-top: 80px;
	background-size:cover;
	background-image: auto 100%;
}
#bottom_hidamari {
	position: absolute;
	margin-left: 80%;
	z-index: 1;
	margin-top:  30px;
}
#bottom_hananoko {
	position: absolute;
	margin-left: 90%;
	z-index: 1;
	margin-top:  30px;
}
#bottom_hanahida img {
	width: 40%;
	height: auto;
}
/*--------------------------------------------------
  メニュー（menu）
--------------------------------------------------*/
#HEADER_top #menu_pc {
	padding-top: 270px;
	margin-bottom: 15px;
}
#menu_pc {
	position: relative;
	width: 100%;
	padding-top: 200px;
}
#menu_pc ul {
	margin: auto;
	width: 1000px;
	margin-top: 10px;
}
#menu_pc li {
	float: left;
	list-style: none;
	margin-bottom: 15px;
}
#menu_pc li.pad {
	margin-right: 0;
}
#menu_pc img {
	vertical-align: bottom;
}
/*--------------------------------------------------
  コンテナ（container）
--------------------------------------------------*/
#container {
	clear: both;
	width: 100%;
	margin: auto;
	margin-top: -10px;
	background: #FFF5BE;
	line-height: 1.5;
	padding: 0px 0 0;
}
#container_top {
	clear: both;
	width: 100%;
	margin: auto;
	background: #FFF5BE;
	line-height: 1.5;
	padding: 20px 0;
}
/*--------------------------------------------------
  メイン（main）
--------------------------------------------------*/
#main {
	width: 100%;
	margin: auto;
	background: url(../images/bg01.gif) #FFF5BE no-repeat top;
}

/*--------------------------------------------------
  フッタ（footer）
--------------------------------------------------*/
#FOOTER_TOP {
	clear: both;
	position: relative;
	width: 100%;
	background: url(../images/fotter_bg.png) no-repeat top/cover #FFF5BE;
	padding-bottom: 20px;
}
#FOOTER {
	clear: both;
	position: relative;
	width: 100%;
	background: url(../images/fotter_bg.png) no-repeat top/cover #FFF5BE;
	padding-bottom: 20px;
}
#FOOTER_TOP #footer_link,
#FOOTER #footer_link {
	margin: auto;
	width: 500px;
	padding-left: 150px;
}
/* コピーライト */
#copyright {
	width: 100%;
	margin: auto;
	font-size: 8px;
	float: left;
	text-align: center;
	letter-spacing: 2px;
	margin-top: -3px;
	background: #d2e0ab;
}
#copyright .fm {
	font-size: 15px;
}
#PAGETOP {
	position: absolute;
	margin: 0 0% 0 80% ;
}

/*--------------------------------------------------
  共通
--------------------------------------------------*/
/* パンくずリスト */
#page_navi {
	margin: 20px auto;
}
#page_navi li {
	display: inline;
	font-size: 13px;
}
#page_navi a {
	text-decoration: none;
	color: #396E3B;
}
#page_navi a:hover {
	text-decoration: underline;
}

table .fm {
	font-size: 20px;
	color: #E75297;
	font-weight: bold;
}
/* 注意書き */
.attention dt {
	float: left;
	width: 18px;
}
.attention dd {
	margin-left: 18px;
}


@media screen and (max-width: 845px) {
    .pc { display: none !important; }
    .sp { display: none !important; }
    .tb { display: block !important; }

#bottom_hidamari_t {
	position: absolute;
	margin-left: 60%;
	z-index: 1;
	margin-top: 30px;
	margin-right: 30px;
}
#bottom_hananoko_t {
	position: absolute;
	margin-left: 80%;
	z-index: 1;
	margin-top:  30px;
}
	
}
/* --responsive------------------------------------------- */

/* 767pixel start */
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 480px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
	.tb { display: none !important; }

/*--------------------------------------------------
  ヘッダー（header）
--------------------------------------------------*/
#HEADER {
	background: url(../images/top_line.png) repeat-x top #FFF;
	top:0;
  	position: fixed;
	clear: both;
	width: 100%;
	z-index: 1;
	height: 100px;
	padding-top:0px;
}
#HEADER_top {
	background: url(../images/top_line.png) repeat-x top #FFF;
	clear: both;
	width: 100%;
	z-index: 1;
	height: 300px;
  	position: fixed;
}
/*トップ用*/
#HEADER .box_in,
#HEADER_top .box_in{
	background: none;
}
#HEADER .box_in{
	padding-top:20px;
}
#bottom_hananoko_sp {
	position: absolute;
	margin-left: 5%;
	margin-top: 38px;
	width: 54%;
}
#bottom_hidamari_sp {
	position: absolute;
	margin-left: 30%;
	margin-top: 40px;
	width: 52%;
}
#HEADER_top .title_sp {
	margin-top: -180px;
}
/*--------------------------------------------------
  メイン（main）
--------------------------------------------------*/
#container,
#container_top {
	width: 100%;
	position: static;
	padding: 0;
	margin-top: 0px auto;
}
#container {
	margin-top: 110px;
}
#container_top {
	padding-top: 280px;
}
#main {
	width: 100%;
	clear: both;
	margin: auto;
}
/*--------------------------------------------------
  フッタ（footer）
--------------------------------------------------*/
#FOOTER_TOP,
#FOOTER {
	background: url(../images/fotter_bg.png) no-repeat top/cover 100% auto;
	padding-bottom: 20px;
}
#FOOTER_TOP #footer_link,
#FOOTER #footer_link {
	margin: auto;
	width: 90%;
	padding-left: 0px;
}
#footer_link img,
#FOOTER_box img {
	width: 70%;
}
#FOOTER_box {
	margin: auto 10%;
}
/* メニュー */
#FOOTER_box .footer_menu {
	margin-bottom: 15px;
}
#FOOTER_box .footer_menu a {
	text-decoration: none;
	color: #005bab;
}
#FOOTER_box a:link, a:visited { color: #005bab; }
	
/* コピーライト */
#copyright {
	width: 100%;
	margin: auto;
	font-size: 8px;
	float: left;
	text-align: center;
	letter-spacing: 2px;
	margin-top: -3px;
	background: #d2e0ab;
}
#PAGETOP {
	position: absolute;
	margin: -10% 0% 0 80% ;
}
#PAGETOP img {
	width: 70%;
}
	
	
	/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
	text-align: center;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
nav .inner ul li img {
	width: 30px;
}
nav .inner ul li.pad img {
	width: 50px;
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #005bab;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
/*============
main
=============*/
main {
  padding: 50px;
}
main h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}
/*============
body
=============*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}


}
/* 767pixel end */