@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "a-otf-jun-pro";
	color: #999999;
  background-image: url("../img/b_2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #ffffff;
}

a	{
	color: #999999;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
}

div#container	{
    width: 100%;
    height: auto;
	margin-top: 20px;
    margin-bottom: 20px;
}

div#header	{
    width: 100%;
    height: auto;
}
.inner_h {
    width: 1000px;
    height: 180px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

div#button	{
    width: 100%;
    height: auto;
}
.inner_b {
    width: 1000px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
.nav {
  width: 1000px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
.nav li {
  position: relative;
  list-style: none;
}
.nav li a {
    display: block;
    width: 200px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 2.3;
    background-color: rgba(159,183,212,0.85);
    transition: 0.5s;
    text-decoration: none;
    border-right: 1px solid #eee;
    box-sizing: border-box;
	z-index:100;
}
.nav > li:hover > a {/*layer-1*/
  color: orange;
  background: #afc6e2;
  z-index:100;
}
.nav > li li:hover > a {/*layer-2*/
  color: olive;
  background: #afc6e2;
  z-index:100;
}
.nav li ul {
  top: 40px;
  left: -40px;
  position: absolute;
}
.nav li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
.nav li ul li a {
  border-top: 1px solid #eee;
}
.nav li:hover > ul > li {
  overflow: visible;
  height: 40px;
  z-index:100;
}
  .nav li ul li ul {
    top: 0;
    left: 160px;
  }
  .nav li ul li ul:before {/*layer-2▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 30px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
  }
  .nav li ul li ul li:hover > a {/*layer-3*/
    color: pink;
    background: #afc6e2;
  }
  .nav li ul li ul.left {
    top: 0;
    left: -240px;
	z-index:100;
  }
  .nav li ul li ul.left:before,/*layer-2-left▷*/
  .nav li ul li ul li ul.left:before {/*layer-3-left▷*/
    position: absolute;
    content: "";
    top: 15px;
    left: 190px;
    border: 5px solid transparent;
    border-right: 5px solid #fff;
  }
  .nav li ul li ul.left li:hover > a {/*layer-2-left*/
    color: pink;
    background: #afc6e2;
	z-index:100;
  }
  .nav li ul li ul li ul.left li:hover > a {/*layer-3-left*/
    color: purple;
    background: #afc6e2;
	z-index:100;
  }
.content {
  width: 1000px;
  height: 200px;
  background: #eee;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}

div#bread	{
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.inner_br {
    width: 1000px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

div#txtbox	{
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,1.00);
}
.inner_tx {
    width: 1000px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-bottom: 30px;
}

div#txtbox-2	{
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,1.00);
}
.inner_tx-2 {
    width: 1000px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

div#photo-1	{
    width: 100%;
    height: auto;
    margin-top: 0px;
}
.inner_p-1 {
    width: 1000px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

div#photo-2	{
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
}
.inner_p-2 {
    width: 1000px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

div#mail	{
    width: 100%;
    height: auto;
	background-color: rgba(255,255,255,1.00);
    margin-top: 0px;
}
.inner_ma {
    width: 1000px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

div#nfd	{
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,1.00);
    margin-bottom: 0px;
    margin-top: 20px;
}
.inner_nf {
    width: 1000px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    padding-bottom: 30px;
}

div#company	{
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,1.00);
    margin-top: 0px;
    margin-bottom: 30px;
}
.inner_com {
    width: 1000px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.inner_com-waku {
    width: 1000px;
    height: 250px;
}
.inner_com-1 {
    width: 200px;
    height: 250px;
    float: left;
    text-align: right;
}
.inner_com-2 {
    width: 200px;
    height: 250px;
    float: left;
    text-align: right;
}
.inner_com-3 {
    width: 200px;
    height: 250px;
    float: left;
    text-align: right;
}
.inner_com-4 {
    width: 200px;
    height: 250px;
    float: left;
    text-align: right;
}

div#privacy	{
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,1.00);
    margin-top: 0px;
    margin-bottom: 30px;
}
.inner_pri {
    width: 1000px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
p.kome{
    text-indent: -1em;
	padding-left: 4em;
	font-size: 0.9em
}

div#map	{
    width: 100%;
    height: auto;
    margin-top: 0px;
}
.inner_ma {
    width: 1000px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

div#insta	{
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,1.00);
    margin-bottom: 0px;
    margin-top: 30px;
}
.inner_in {
    width: 1000px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
}
.inner_in1 {
	width: 490px;
	height: 200px;
	float: left;
}
.inner_in2 {
    width: 490px;
    height: 200px;
    float: right;
    text-align: right;
}

div#footer	{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.inner_f {
    width: 1000px;
    height: 250px;
    background-color: rgba(0,0,0,0.75);
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
.inner_f1 {
    width: 450px;
    height: 200px;
    float: left;
    margin-top: 25px;
    margin-left: 20px;
}
.inner_f2 {
    width: 450px;
    height: 120px;
    float: right;
    margin-top: 120px;
    margin-right: 20px;
    text-align: right;
}

#page-top {
	position: fixed;
	bottom: 20px;
	left: 20px;
	font-size: 77%;
}
#page-top a {
	background: #999;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background-color: #B4779D;
}
