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

html {
  max-width: 1000px;
  margin: 0 auto;
  font-size : 60%;
  }
  
@media screen and (min-width : 768px){
    html{ font-size : 85%;} 
}
 
@media screen and (min-width : 920px) {
    html{ font-size : 100%}; 
}




body{
	margin: 0;/*normalize*/
	font-family: "02うつくし明朝体","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "小塚明朝 Pr6N EL", "Hiragino Mincho Pro", serif,  "はんなり明朝", "ヒラギノ明朝 ProN W3",  "小塚明朝 Pr6N M";
	font-size: 100%;
	line-height: 1.4em;
	letter-spacing: 0.06em;
	word-spacing: 0.1em;
	color: #330033;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow:auto;
}

/*
  基本CSS　（画像のレスポンシブ対応）
*/
.img img{max-width:100%;height:auto}
.img-resp img{width:100%;height:auto}
.img{margin-left:auto;margin-right:auto;display:table}
.img img,.img-resp img{margin:0}
.img {
	    box-shadow: 0px 10px 6px -4px #777;
    -moz-box-shadow: 0px 10px 6px -4px #777;
    -webkit-box-shadow: 0px 10px 6px -4px #777;
}
 
#headder {margin:130px 0 30px 0} 

h1 {
	color: #333333;
	font-size: 24px;
	letter-spacing: 0.3em;
}

/*縦文字　右寄せ*/
h2 {
	font-weight: 300;
	font-size: 100%;
	margin:8px 5px 50px 0;
	line-height:1.9em;
	letter-spacing:0.2em;
	-webkit-writing-mode:vertical-rl;
	-ms-writing-mode:tb-rl;
	writing-mode:vertical-rl;
	-moz-writing-mode: vertical-rl;
    width:300px;
    margin-left:auto;
	color: #333333;
}


/*縦文字　中央寄せ*/
h3 {
	color: #FFF;
	font-size: 100%;
	font-weight: 300;
	margin: 20px 0px 0px 50px;
	padding: 30px 40px 35px 40px;
	line-height: 2.4em;
	letter-spacing: 0.3em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-right: auto;
	margin-left: auto;
	
	left center no-repeat;
	color: #fff;
	text-shadow: 0 0 5px #333,
    0 0 5px #333,
    0 0 5px #333;
	background-repeat: no-repeat;
	background-color: #464646;
	width: auto;
}

h4 {
	font-weight: 300;
	text-align: center;
	color: #000000;
	margin: 0px 0px 50px 50px;
　　margin-right: auto;
	margin-left: auto;
}

.box {
	width:auto;
	height:330px;
	padding:5px;
}



.box-2 {
	width:auto;
	height:390px;
}



/*
============================================
ナビ
============================================*/
#navre a {
  background: #ffffff;
  color: #333333;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 40px;
  margin: 15px 1px 50px 0;
  padding: 0 20px;
  font-weight: 100;
  text-decoration: none;
}
#navre a:hover {
  background: #dddddd;
}
@media screen and (max-width: 740px) {
  #navre a {
    float: none;
    margin: 0 0 1px 0;
    width: 100%;
  }
}




.focal-point {
	padding: 60px 0px 60px 0px;
　　max-width: 100%;
  　height: auto;
　
}

.focal-point img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
  
.focal-point div {
    position: relative;
    max-width: none;
    height: auto;
}



hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
