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


body{
	color:rgba(35, 24, 21, 0.64);
	font-family: YuMincho, "游明朝","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height:1;
	letter-spacing: 1;
	text-align:left;
	background:#FFF;
}

a:hover img{ opacity:0.64; }
nav a:hover{ opacity:0.8; }

div:after,
ul:after,
dl:after,
.ac:after {
    content: "";
    display: block;
    clear: both;
}

/* header */

.headerContent{
	position:relative;
}

.header .h1 {
    position: absolute;
}

.header .menu{
	position: fixed;
}
.header .menu img{
}


/* footer */

.footer {
	margin: 0 1.5em;
}

.footer address {
    margin: -.25em 0;
    line-height: 1.5;
}

footer .copylight {
    margin: 2rem 0;
    text-align: center;
}

/* index */

#index {
	height: 100%;
}

#intro {
    position: relative;
}

#imageList02 {
	margin-bottom: 1.25em;
}

#mainCatch img {
    max-width: 100%;
    width: auto;
    margin-bottom: 8px;
}

#mainCatch span {
    display: block;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: .5em;
    text-align: right;
}

#scroll img {
    width: 4em;
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#index h2 img {
    margin: 0 auto;
}

#index #a {
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#index #a h2 {
    padding-left: .3em;
    margin-bottom: 1.5rem;
    font-size: 150%;
    text-align: center;
    letter-spacing: .3em;
}

#index #b img {
    margin: 0 auto;
}

#index #b li{
	margin-top: 1.5rem;
}

#index #b table {
    width: 100%;
    margin-top: 1em;
    border-top: 1px solid rgba(35, 24, 21, 0.12);
}

#index #b table td,
#index #b table th {
    padding: 1em 0;
    border-bottom: 1px solid rgba(35, 24, 21, 0.12);
    font-size: 85%;
    line-height: 1.5;
}

#index #c .body{
	box-sizing: border-box;
	margin: 0 auto ;
	background: rgba(35, 24, 21, 1);
	color: #FFF;
}

#index #slide {
    position: relative;
}

#index #slide .image {
    width: 100%;
		padding-top: calc(100% / 1.5);
    position: relative;
}

#index #slide .image li {
    width: 100%;
		padding-top: calc(100% / 1.5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

#index #slide .thum ul {
    position: absolute;
    bottom: .75rem;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 999;
    text-align: center;
}

#index #slide .thum li {
    display: block;
    width: .5em;
    height: .5em;
    margin: 0 .5em;
    float: left;
    cursor: pointer;
    border: .05em solid #FFF;
    border-radius: 50%;
    background: none;
    text-indent: -9999px;
}
#index #slide .thum li.on {
    border: .05em solid #FFF;
    background: #FFF;
}

#index #c p.text,
#index #c p.link a{
	text-decoration: none;
}

#index #c p.text {
    margin: -.5em 0 calc(-.5em + 2rem);
    line-height: 2;
}

#index #d #form table{
	width: 100%;
	margin-bottom: 1rem;
    border-top: 1px solid rgba(35, 24, 21, .12);
}

#index #d #form th,
#index #d #form td{
	padding: 1rem 0;
    border-bottom: 1px solid rgba(35, 24, 21, .12);
}

#form input,
#form textarea{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 0.5rem .75rem;
	box-sizing: border-box;
    border: 1px solid rgba(35, 24, 21, .12);
    border-radius:4px;
    background: rgba(35, 24, 21, .04);
}
#form input.btn{
	padding: 0;
    border-radius:4px;
	border: none;
    background: rgba(35, 24, 21, .48);
	color: #FFF;
	text-align: center;
	line-height: 3;
}
#index #c,
#index #d{
	margin-bottom: 8em;
}
