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

body {
margin: 0;
padding: 0;
line-height: 1.6;
color: #000;
font-family: "Hiragino Mincho ProN", serif;
background-image: url("../images/bg.jpg");
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #FFF;
margin: 0;
padding: 0;
text-align: center;
}
@media only screen and (max-width: 600px) {
	body:after {
	content: "";
	position: fixed;
	top: 0;
	height: 100vh;
	left: 0;
	right: 0;
	z-index: -1;
	background: url("../images/bg_sp.jpg") center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
}

}
p,h1,h2,h3,h4,ul,li,img,dl,dt,dd {
margin: 0;
padding: 0;
list-style: none;
font-family: "Hiragino Mincho ProN", serif;
font-weight: normal;
}
h1,h2,h3,h4,ul,ul {
margin: 0;
padding: 0;
list-style-type: none;
}
h1 {
font-size: 2.2rem;
}
h2 {
font-size: 1.8rem;
}
h3 {
font-size: 1.2rem;
}
p {
font-size: 1rem;
font-feature-settings : "palt";
}
a {
color: burlywood;
}
a:hover {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
}

@media(max-width:600px){
	p {
	font-size: 1.1rem;
	}
	a {
	text-decoration: none;
	}
}


/* ordinary-production ========================================================================== */
.clear{
display: none;
}
.clearSp{
display: block;
}
@media only screen and (max-width: 600px) {
	.clear{
	display: block!important;
	}
	.clearSp{
	display: none!important;
	}
}

/* mod-header ========================================================================== */
.mod-Header {
width: 100%;
margin: 60px 0;
text-align: center;
}
.mod-Header h1{
margin: 0 0 24px;
}

@media only screen and (max-width: 600px) {
	.mod-Header {
	width: 90%;
	margin: 32px auto 64px;
	padding: 0;
	text-align: center;
	}
}


/* mod-contents ========================================================================== */
.mod-contentsALL{
max-width:100%;
*zoom:1;
margin:0 auto;
}
.mod-contentsALL:after{
content:'';
clear:both;
display:table;
}

.mod-contents{
width:auto;
margin:0 auto;
}
.mod-contents .inner{
padding: 0 24px;
}

.mod-contents .info{
width:100%;
margin:80px auto;
padding: 64px 0;
background-color: #f0f0f0;
}
.mod-contents .info ul{
max-width: 600px;
margin: 0 auto;
display: block;
text-align: left;
}
.mod-contents .info li{
width:100%;
color: #000;
padding: 24px 0;
border-bottom: 1px solid #d3d3d3;
}
.mod-contents .info li:last-child{
padding: 24px 0;
border-bottom: none!important;
}
.mod-contents .info .seiseisha{
margin-top: 64px;
}

@media only screen and (max-width: 600px) {
	.mod-contents .inner{
	text-align: left;
	}
}


/*footer ========================================================================== */
.mod-footer {
margin-top: 120px;
padding: 0 20px;
text-align: center;
border-top: 1px solid #d3d3d3!important;
}
.mod-footer p{
margin: 40px auto;
font-size: 0.7rem;
color: #4A312A;
}
