
/* TOP以外設定 */

body{
background-color: #f7f7f5;
}

section:first-of-type{
padding-top: 150px;
padding-bottom: 200px;
}

footer{
background-color: #000;
}

.back_bk{
background-color: #000;
color: #fff;
}

.back_bk h3{
color: #fff;
}

.art1050{
width: 1050px;
margin: 0 auto;
}


/* company.html */
#company{
padding-bottom: 100px;
}

#company table{
width: 850px;
margin: 70px auto 0px auto;
}

#company table td{
padding: 20px;
vertical-align: middle;
line-height: 1.5em;
}

#company table td a{
display: inline-block;
background-color: #666;
margin-left: 10px;
padding: 0 10px;
border-radius: 15px;
color: #eee;
}

#company table td a:hover{
background-color: #333;
color: #fff;
}

#company table td.title{
text-align: right;
width: 150px;
}

#company table tr:nth-child(odd) td{
	background-color:#ddd;
}

#company img#stamp{
display: block;
margin-left: auto;
margin-right: auto;
margin-top: -145px;
margin-bottom: 70px;
}

#company ul{
margin: 0 auto;
width: 850px;
list-style-type: none;
padding-top: 30px;
padding-left: 5px;
}

#company ul:first-of-type{
padding-top: 50px;
}

#company ul:before{
display: inline-block;
content: "|";
color: #aaa;
} 

#company ul li {
margin-left: 20px;
display: inline;
}

#company ul li a{
color: #555;
background: linear-gradient(transparent 60%, #f7f7f5 60%);
}

#company ul li a:hover{
color: #000;
background: linear-gradient(transparent 60%, #ffd900 60%);
}

#company ul li:after{
display: inline-block;
content: "|";
margin-left: 20px;
color: #aaa;
} 

#message{
padding-top: 100px;
padding-bottom: 100px;
background-image: url(../image/message.jpg);
background-repeat: no-repeat;
background-position: center center;
}

#message p{
margin-top: 50px;
text-align: center;
line-height: 2.6em;
}

#message p#sign{
text-align: right;
width: 810px;
margin-right: auto;
margin-left: auto;
}

#message p#sign span{
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
font-size: 18pt;
margin-left: 10px;
letter-spacing: 0.05em;
}

#access{
padding-top: 100px;
}

#access p{
text-align: center;
margin-top: 50px;
}


/* contact.html */
#contact {
padding-bottom: 50px;
background-image: url("../image/contact/contact001.jpg");
background-repeat: no-repeat;
	background-size: cover;
}

#contact article{
width: 850px;
margin: 0 auto;
}

#contact article h3{
margin-bottom: 50px;
}

#contact article dl{
display: table;
width: 100%;
}

#contact article dl:first-of-type{
margin-bottom: 70px;
padding: 30px 20px;	
border-bottom: 1px solid #ccc;
background-color: rgba(255,255,249,0.8);
}

#contact article dt , #contact article dd{
display: table-cell;
}

#contact article dt {
position: relative;
display: inline-block;
padding: 0 45px;
font-weight: 700;
font-size: 12pt;
}

#contact article dt:before, #contact article dt:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 44px;
height: 1px;
background-color: black;
-moz-transform: rotate(-60deg);
-webkit-transform: rotate(-60deg);
-ms-transform: rotate(-60deg);
transform: rotate(-60deg);
}

#contact article dt:before {left:0;}
#contact article dt:after {right: 0;}

p#telno{
font-size:26pt;
font-weight: 700;
color: #000000;
text-shadow: #ffd900 1px 0 2px;
}


#contact table{
	width:800px;
	margin-top:50px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:auto;
	font-size: 11pt;
}

#contact table td{
	padding:20px;
}

#contact table tr:nth-child(odd) td{
	background-color:#ddd;
	}

#contact table tr td:first-child{
	width:300px;
	text-align:right;
	vertical-align:top;
}

#contact table td input{
	width:300px !important;
	height:40px !important;
	padding: 10px;
}
	
#contact table tr:nth-child(odd) td input{
	border: 1px solid #fff;
}

#contact table tr:nth-child(even) td input{
border: 1px solid #ccc;
}

#contact table td input#zip{
	width:70px !important;
}

#contact table td input.check{
	width:inherit !important;
	height: 25px !important;
}

#contact table td textarea{
	width:500px !important;
	height:150px !important;
	padding: 10px;
	border: 1px solid #fff;
}

#contact #submitButton{
display:block;
	text-decoration:none;
	font-size:13pt;
	color:#111;
	padding:20px 0;
	font-weight:700;
	letter-spacing: 0.1em;
	border-radius:40px;
	width:300px;
	margin: 50px auto;
	text-align: center;
	border: 1px solid #000;
	background-color: #f7f7f5;
	-webkit-transition:0.3s;
-moz-transition:0.3s;
 transition:0.3s;
}

#contact #submitButton:hover{
	background-color:rgba(255,217,0,0.9);
	cursor:pointer;
	color:#fff;
	border:1px solid #fff;
}

#contact p#submitTop{
	text-align:center;
}

#modal-content , #modal-overlay{
display: none;
}

#modal-content{
	width:90%;
	margin:0 auto;
	padding:50px;
	background:#fff;
	z-index:9999;
	position:fixed;
	font-size: 10pt;
	line-height: 1.6em;
}

.modal-p:first-child{
	margin-top:0;
}

#modal-open:hover{
cursor: pointer;
}

#modal-close{
	color:#333;
	display: block;
	width: 150px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	background-color: #ccc;
	border-radius: 25px;
	font-weight: 700;
}
 
#modal-close:hover{
	cursor:pointer;
	background-color: #aaa;
	color:#fff;
}

#modal-content dl{
padding-bottom:30px;
}

#modal-content dt{
font-weight: 700;
}

#modal-content dd{
margin-bottom: 15px;
}

#modal-content dd ul{
margin-left: 1.5em;
}

#modal-overlay{
    z-index:9998;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}


/* product.html */
#product {
background: -moz-linear-gradient(top, #f7f7f5 0%, #f7f7f5 50%, #0a0e0a 50%, #0a0e0a 100%);
background: -webkit-linear-gradient(top, #f7f7f5 0%,#f7f7f5 50%,#0a0e0a 50%,#0a0e0a 100%);
background: linear-gradient(to bottom, #f7f7f5 0%,#f7f7f5 50%,#0a0e0a 50%,#0a0e0a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f5', endColorstr='#0a0e0a',GradientType=0 );
}

#product article{
background-size: auto 400px;
position: relative;
}
.product-wrapper {
	margin-left: auto;
	margin-right: auto;
}
.product-wrapper01 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}
.product-wrapper02 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.product-wrapper03 {
	display: inline;
	margin-left: auto;
	margin-right: auto;
}
.product-image01 {
	margin-top: 50px;
}
.product-image02 {
	width: 400px;
	height: 400px;
	position: absolute;
	top: -234px;
	right: -80px;
}
.product-image03 {
	display: inline;
}

.product-box{
background-color: rgba(255,255,255,0.9);
padding: 50px;
width: 560px;
text-align: justify;
text-justify: inter-ideograph;
position: absolute;
top: 392px;
right: -112px;
z-index: 1;
}

.product-box01 {
background-color: rgba(255,255,255,0.9);
padding: 50px;
width: 580px;
margin-top: -120px;
text-align: justify;
text-justify: inter-ideograph;
}

.product-text {
font-size: 18px;
font-weight: 600;
letter-spacing: -0.04em;
}
#product div p:first-of-type{
font-size: 20pt;
font-weight: 700;
}

#price{
padding-top: 100px;
padding-bottom: 100px;
overflow: auto;
background-image: url(../image/top/diagonal0001.png) , url(../image/top/diagonal0002.png);
background-position: left top , right bottom;
background-repeat: no-repeat;
background-size: 40% auto;
}

#price p#attention{
text-align: center;
margin-bottom: 50px;
}

#price article{
display: table;
table-layout: fixed;
border-collapse: separate;
border-spacing: 30px 0;
width: 1100px;
margin: 0 auto;
margin-bottom: 50px;
}

#price div{
border: 1px solid;
padding: 30px;
display: table-cell;
}

#price article:last-of-type div:last-of-type{
border: 0;
}

#price table caption{
text-align: left;
font-size: 13pt;
font-weight: 700;
margin-bottom: 20px;
}

#price table caption:before{
content: "\25A0";
color: #d40000;
margin-right: 5px;
}

#price table th{
font-weight: normal;
padding-right: 10px;
padding-bottom: 20px;
vertical-align: top;
text-align: left;
background-image: url(../image/price/th.png);
background-repeat: repeat-x;
background-position: 0 7px;
width: 320px;
}

#price table th span{
background-color: #f7f7f5;
padding-right: 7px;
}

#price table td{
padding-left: 10px;
}

#price ul{
width: 1050px;
margin: 0 auto;
}

#price ul li{
margin-right: 15px;
list-style-type: none;
float: left;
}

#price ul li:last-child{
margin-right: 0;
}

.imgChange {
	display: block;
	width: 340px;;
	height: 255px;
	margin-bottom: 15px;
}

/* sound.html */
#sound{
min-height: 100vh;
}

#sound ul{
width: 1050px;
margin: 0 auto;
padding-top: 70px;
}

#sound ul li{
margin-right: 15px;
margin-bottom: 40px;
list-style-type: none;
float: left;
width: 340px;
}

#sound ul li:nth-child(3n){
margin-right: 0;
}

#sound ul li a{
color: #111;
}

#sound ul li span{
font-size: 50pt;
font-family: 'Racing Sans One', cursive;
color:#ffd900;
text-shadow: 1px 0 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 0 -1px 0 #000000, 2px 2px 0 #000000;
float: left;
margin-right: 25px;
margin-left: 5px;
-moz-transform:    scale( 1, 1.2 ); 
-webkit-transform: scale( 1, 1.2 );
-ms-transform:     scale( 1, 1.2 );
transform:         scale( 1, 1.2 );
font-style: italic;
}

#sound ul li figcaption{
font-weight: 700;
margin-top: 10px;
font-size: 14pt;
}

#sound ul li img{
clear: both;
margin-top: -20px;
-webkit-filter: brightness(0.8);
-moz-filter: brightness(0.8);
-o-filter: brightness(0.8);
-ms-filter: brightness(0.8);
filter: brightness(0.8);
position: relative;
z-index: -1;
-webkit-transition:0.3s;
-moz-transition:0.3s;
 transition:0.3s;
}

#sound ul li:hover img{
-webkit-filter: brightness(1.1);
-moz-filter: brightness(1.1);
-o-filter: brightness(1.1);
-ms-filter: brightness(1.1);
filter: brightness(1.1);
}

#sound ul li figure:after{
text-align: center;
color: #111;
padding: 15px;
background-color: #fff;
content: "\30B5\30A6\30F3\30C9\3092\8074\304F";
position: relative;
bottom: 33px;
left: 210px;
opacity: 0;
-webkit-transition:0.3s;
-moz-transition:0.3s;
 transition:0.3s;
}

#sound ul li:hover figure:after{
opacity: 1;
}

#backbg{
background-image: url(../image/sound/back.jpg);
background-position: left center;
background-repeat: no-repeat;
background-size: cover;
clear: both;
padding-top: 100px;
padding-bottom: 100px;
border-top: 30px solid #f7f7f5;
}

#backbg p:last-of-type{
text-align: right;
margin-right: 10px;
margin-top: 30px;
}

p#toYoutube a{
width: 500px;
background-color: rgba(247,247,245,0.9);
margin-left: 545px;
}

p#toYoutube a:hover{
background-color:rgba(255,217,0,0.9);
}


/* gallery.html */
#gallery {
overflow: auto;
padding-bottom: 50px;
min-height: 100vh;
}

#gallery dl{
width: 1048px;
margin: 0 auto;
clear: both;
}

#gallery dl:first-of-type{
padding-top: 70px;
}

#gallery dt{
background-image: url(../image/price/th.png);
background-repeat: repeat-x;
background-position: center right;
letter-spacing: -.4em;
}

#gallery dt p{
font-weight: 700;
font-size: 16pt;
display: inline;
letter-spacing: normal;
background-color:#F7F7F5;
padding-right: 10px;
}

#gallery dt a{
color: #333;
font-size: 12pt;
padding-left:10px;
display: inline;
float: right;
margin-top: 15px;
letter-spacing: normal;
background: linear-gradient(#f7f7f5 60%, #f7f7f5 60%);
}

#gallery dt a:hover{
color: #000;
background: linear-gradient(#f7f7f5 60%, #b2b1e8 60%);
}

#gallery dd{
width: 262px;
height: 182px;
float: left;
margin-top: 5px;
margin-bottom: 50px;
}


/* newsシステム */
section#newsall article{
width: 1050px;
margin: 0 auto;
min-height: 100vh;
}

div.pNav{
text-align: right;
font-size: 8pt;
margin-top: 50px;
}

div.pNav a{
text-decoration: none;
color: #111;
}

div.pNava:hover{
text-decoration: underline;
}

p#detail_title{
font-size: 16pt;
font-weight: 700;
margin-top: 100px;
}

p#detail_up_ymd:after{
content: "";
width: 100px;
display: block;
border-bottom: 3px solid #111;
margin: 50px 0;
}

section#newsall div#detail{
padding-bottom: 100px;
}

ul#newsList{
padding-top: 50px;
padding-bottom: 50px;
width: 800px;
margin: 0 auto;
}

ul#newsList .newMark{
color: #413F92;
}

ul#newsList .up_ymd{
margin-right: 3px;
}

ul#newsList li{
margin-bottom: 25px;
list-style-type: none;
}

ul#newsList a{
font-size:10pt;
color: rgba(0,0,0,0.7);
}

ul#newsList a:hover{
text-decoration: underline;
color: rgba(0,0,0,1.0);
}

.detailUpfile img{
display: block;
margin: 20px 0;
}

.detailText{
line-height: 1.8em;
}

#newsall p.pager{
width: 800px;
margin: 0 auto;
display: table;
table-layout: fixed;
}

#newsall p.pager:first-of-type{
margin-top: 100px;
}

#newsall p.pager:last-of-type{
margin-bottom: 100px;
}

#newsall p.pager a{
display: table-cell;
padding: 10px;
text-align: center;
border: 1px solid #ccc;
color: #aaa;
}

#newsall p.pager a:hover{
background-color: #ddd;
color: #111;
}

.company-container {
	margin-left: auto;
	margin-right: auto;
	text-align: center
}
.company-inner {}
.company-text {
	font-size: 30px;
	font-weight: 600;
	    text-shadow: #ffd900 1px 0 2px;
}
.company-image01 {
	width: 380px;
	margin-bottom: 60px;
}