﻿body{
	background: url("../images/HP1.gif") center repeat;
	background-size: 100%;
	background-color: #f8f4e6;
	font-family: ＤＦＰ金文体NW5;
	width:100%;
	min-width: 840px;
	text-align: center;
	font-size: 18px;
	line-height: 1.5em;
}

h1{
	font-size: 30px;
	font-weight: bolder;
	text-decoration: none;
}

.underline{
	border-bottom: 4px solid rgba(0,0,0,.2);
	-webkit-border-radius: 10%;/* for Safari and Chrome */
	-moz-border-radius: 10%; /* for Firefox */
	-o-border-radius: 10%; /* for opera */
	border-radius: 10%;
}


hr{
	position: relative;
	top: -20px;
	border-radius: 80%;
	-webkit-border-radius: 80%;/* for Safari and Chrome */
	-moz-border-radius: 80%; /* for Firefox */
	-o-border-radius: 80%; /* for opera */
	border: 12px rgba(211,56,28,.4) solid;
	width: 220px;
	z-index: -1;
}

/*header*/
.header {
	background: rgba(131, 155, 92, .6);
	display: block;
	height: 60px;
	padding: 0 10px;
	top: 0;
	z-index: 12;
	box-sizing: border-box;
	color: #000;
	text-align: left;
	
}

.l-left {
	float: left;
	padding: 15px 0;
	font-size: 18px;
}


/*message*/
#slider{
	background: black;
}
.container {
	display: inline-block;
	margin: 0 auto;
	padding: 25px;
	width: 94%;
	color: #333;
	background: #000;
	height: 400px;
}

.container img{
	width:100%;
	height:390px;
}

.slick-slide {
  text-align: center;
  color: #419be0;
  background: white;
}



/*menu*/
#globalNavi{
	width: 100%;
	background: rgba(0,0,0,.1);

}
#globalNavi ul li a{
	background: rgba(0,0,0,.5);
	width: 20%;
	float: left;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #544a47;
	box-sizing: border-box;
}
#globalNavi ul li a:hover{
	background: rgba(211,56,28,.4);
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
	min-width:840px;
}



/*profile*/
#profile{
	display: inline-block;
	width: 100%;
	height: 460px;
	padding: 60px 0;
	background-image: url('../images/prflback.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-bottom: 80px;
}

.vrl{
	color: #fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height: 117%;
	margin: -35px 50px 0 50px;
	padding: 15px;
	margin-left: 60px;
	background: rgba(0,0,0,.6);
	text-align: left;
	-webkit-text-orientation: upright;
	text-orientation: upright;	
}

.vrl h1{
	padding-left: 15px;
}

.vrl p {
	margin-top: 15px;
	height: 510px;
	border-right: 1px #CCC solid;
}

.vrl .symbol{
	-webkit-text-orientation: mixed;
	text-orientation: mixed;	

}

.pleftline{
	border-left: 1px #CCC solid;
}

.jukugo{
	display: block;
	border: 6px white double;
	position: relative;
	width: 195px;
	height: 330px;
	text-align: left;
	float: right;
	margin: 10px 40px;
	top:-40px;
	left: 20px;
}

.left{
	float: left;
}

.wa,
.kei,
.sei,
.jaku {
	display: inline-block;
	border: 1px fuchsia none;
	width: 100px;
}

.wa{
	position: absolute;
	left:7px;
}

.kei{
	position: absolute;
	top: 70px;
	left: 70px;
}

.sei{
	position: absolute;
	top: 150px;
	left: 15px;
}

.jaku{
	position: absolute;
	top: 225px;
	left: 90px;
}

/*news*/
#news{
	padding-top: 60px;
	margin-top: -60px;
	margin-bottom: 60px;
}

.newsbody {
	display: inline-block;
	width: 80%;
	height: 320px;
	border: 6px #316745 double;
	-moz-border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	-webkit-border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	-o-border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
	box-shadow:4px 4px 7px -3px #696969;
	-moz-box-shadow:4px 4px 7px -3px #696969;
	-webkit-box-shadow:4px 4px 7px -3px #696969;
	margin: 2em 0;
	padding: 2em;
	position: relative;
	text-align: center;
	background: rgba(220,221,221,.3);
}

#news h1 {
    position: absolute;
    display: block;
    top: -13px;
	margin: 0 auto;
    color: #000;
	background-image:url('../images/HP1.gif');
	background-size: cover;
	background-color:#f8f4e6;
	text-align:center;
}

.newsbody .tape{
	width: 200px;
	height: 105px;
	display: block;
	position: absolute;
	top: -40px;
	right: -50px;
	background: url('../images/tape.png') no-repeat;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
}

.newsbody .tape2{
	width: 200px;
	height: 105px;
	display: inline-block;
	position: absolute;
	top: 320px;
	left: -50px;
	background: url('../images/tape.png') no-repeat;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
}


.newsbody ul {
	margin: 0;
	padding: 0;
  	list-style: none;
	height: 300px;
	width: 103%;
	overflow: auto;
}

.newsbody li {
	padding: 15px 0 15px 7em;
	text-align: left;
	text-indent: -7em;
	border-bottom: 1px #000 dotted;
}

.newsbody li span {
	display: inline-block;
	width: 7em;
	text-indent: 0;
}

.newsbody li a {
	text-decoration: none;
	color: #000;
}

.newsbody li a:hover {
	text-decoration: underline;
	color: #AB0404;
}

.newsbody ul::-webkit-scrollbar {
	width: 10px;
}
 
.newsbody ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.5);
}
 
.newsbody ul::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.9);
}

/*about histry*/
#about{
	margin:0 auto;
	padding-top: 30px;
	margin-top: -30px;
	padding-bottom: 70px;
	margin-bottom:70px;
	width:100%;
	background-image:url('../images/ahback.jpg');
	position:relative;
	z-index:-2;
}

#about h1 {
	color:#dcdddd;
}

#about h2{
	font-size:23px;
	color:#c0c0c0;
	padding:0 10px 0 10px;
}

.ahbody{
	display:inline-block;
	width:96.3%;
	height:600px;
	background:rgba(0,0,0,.8);
	margin: 0 auto;
}

.abouttb{
	display:inline-block;
	width:60%;
	margin-right:4%;
}

.abouttb ul {
	margin: 0;
	padding: 0;
  	list-style: none;
}

.abouttb li {
	padding: 15px 7px 0 7px;
	text-align: left;
	border-right: 2px #1f1f1f solid;
	position:relative;
}

.abouttb li .ahline {
	display: inline-block;
	height: 8em;
	text-indent: 0;
	font-weight:600;
	color:#eae5e3;
	letter-spacing:2px;
}

.abouttb li .ahline::before{
	content:"";
	display:block;
	height:8em;
	border-right:2px solid #007b43;
	right:0;
	margin-right:-2px;
	margin-top:-15px;
	position:absolute;
}

.histrytb{
	display:inline-block;
	width:35%;
	margin-right:1%;
}

.histrytb ul {
	margin: 0;
	padding: 0;
  	list-style: none;
}

.histrytb li {
	padding: 15px 7px 0 7px;
	text-align: left;
	border-right: 2px #1f1f1f solid;
	position:relative;
}

.histrytb li .ahline {
	display: inline-block;
	height: 10em;
	text-indent: 0;
	font-weight:600;
	color:#eae5e3;
}

.histrytb li .ahline::before{
	content:"";
	display:block;
	height:10em;
	border-right:2px solid #007b43;
	right:0;
	margin-right:-2px;
	margin-top:-16px;
	position:absolute;
}


/*shopinfo*/
#shopinfo{
	padding-top: 30px;
	margin-top: -30px;
	padding-bottom: 70px;
}


/*contact*/
#contact{
	padding-top: 30px;
	margin-top: -30px;
	padding-bottom: 70px;
}

.contactbody{
	display: inline-block;
	text-align: left;
	padding: 20px 15px;
	width: 75%;
	background-image:url('../images/waku.jpg');
	background-size: cover;
	background-position: center center;
	box-shadow:4px 4px 7px -2px #696969;
	-moz-box-shadow:4px 4px 7px -2px #696969;
	-webkit-box-shadow:4px 4px 7px -2px #696969;
	min-width:840px;
}

.contactbody ul {
	padding: 25px;
	
}

.contactbody li{
	background:rgba(255,255,255,.7);
}

.contactbody li span {
	display: inline-block;
	text-indent: 0;
	font-weight:600;
}

 .items {
	padding-bottom:10px;
}

/*fotter*/
