@charset "UTF-8";

/* ウィンドウ幅が0〜480pxの場合に適用するCSS */
	
html ,body { 
    scroll-behavior: smooth;
    height: 100%;
    width:100%;
    margin: 0 auto;
    padding: 0; 
	background-size:cover;
	background-attachment:fixed;
	text-decoration:none;
    background:url("../images/main_bg1.jpg") ;
    background-blend-mode:screen;
	background-attachment: fixed;
	}


/****************************************************************************************************************************************************************************************************************/
/*【ヘッダー：設定（基本）】*/
/****************************************************************************************************************************************************************************************************************/

header{
	position: fixed;
    z-index: 10;
    width:100%;
    height:80px;
    background:rgba(0, 0, 0, 0.8);
    transition:.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#000000;
    border-bottom:2px solid #0d0d0d;
	}
	
/****************************************************************************************************************************************************************************************************************/
/*【ヘッダー：設定（アニメーション）】*/
/****************************************************************************************************************************************************************************************************************/

  .is-animation {
    height:80px;
	background:#000000;
	border-bottom:2px solid #0d0d0d;
	z-index:10;
  }
	
/****************************************************************************************************************************************************************************************************************/
/*【ヘッダー：設定（上部メニュー）】*/
/****************************************************************************************************************************************************************************************************************/

#menu{
  width: 100%;
  margin: 0px auto;
  padding: 0;
  background:#000000;
}

#menu li{
  display: block;
  float: left;
  width: auto;
  margin: 0;
  padding: 0; 
  height:79px;
  border-left:1px solid #0d0d0d;
  border-bottom:1px solid #0d0d0d;
  }
  
#menu li a{
  display: block;
  font-size:14px;
  font-weight:700;
  padding: 25px 25px 0px 25px;
  height:auto;
  background:#000000;
  color:#ffffff;
  text-align: center;
  text-decoration: none;
  border-bottom:1px solid #0d0d0d;
  letter-spacing:0.08em;
  margin:0 auto;
  height:53px;
}

#menu li a:hover{
  text-shadow:0px 0px 3px #ffffff;
  color:#ffffff;
  transition    : .3s;
  background:#8f0b2e;
}

#toggle{ 
 display: none;
}

/****************************************************************************************************************************************************************************************************************/
/*【レスポンシブメニュー：設定（メニュー）】*/	
/****************************************************************************************************************************************************************************************************************/

@media only screen and (max-width: 960px) {
header{
	position: fixed;
    z-index: 2;
    width:100%;
    height:120px;
    background:transport;
    transition: .3s;
	border-bottom:2px solid #0d0d0d;
	float:left;
	}
	
#menu{
    display: none;
  }
  
#menu li{
    width: 100%;
	
  }
#menu li a{
    display: block;
    padding: 10px 20px 10px 20px;
    background: #000000;
	
    font-size:12px;
    color: #111111;
    text-align: left;
    line-height:20px;
    border-top:1px solid #111111;
    width: 100%;
    letter-spacing:1px;
}

#menu li a:hover{
    background: #0D1012;
    color: #ffffff;
}

/****************************************************************************************************************************************************************************************************************/
/*【レスポンシブメニュー：設定（アイコン）】*/	
/****************************************************************************************************************************************************************************************************************/

#toggle{
    display: block;
    position: relative;
    width: 40px;
	height:40px;
    background: transport;
	float:right;
	margin:10px;
	border-radius:5px;
	text-align:center;
	padding:10px 5px 0px 5px;
	z-index:10;
	cursor:pointer;
  }
  
#toggle:hover{
    background: #cccccc;
  }
  
#toggle span.icon-bar{
    text-align:center;
    margin:5px 0px 0px 5px;
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    color:#fff;
    background:#fff;
    border-radius:5px;
}

#nav #nav_contents{
	display:grid;
	position:fixed;
	float:right;
	width:100%;
	top:0px;
	right:0px;
	background:transport;
	height:120px;
	padding:0px;
	}
}

/****************************************************************************************************************************************************************************************************************/
/*【ヘッダー内ロゴ】	*/
/****************************************************************************************************************************************************************************************************************/
	
#logo{
	display:block;
	position:fixed;
	width:100px;
	background:transport;
	height:80px;
	padding:0px;
	z-index:10;
	}
	
#logo a{
	display:block;
	position:fixed;
	width:auto;
	top:0px;
	left:0px;
	font-weight:bold;
	letter-spacing:0.3px;
	padding:0px;
	z-index:100;
	color:#ffffff;
	text-decoration:none;
	}
	
#logo a img{
	width:180px;
	height:70px;
	margin:15px 0px 10px 20px;
	background:transport; 
	height:auto;
	}

/****************************************************************************************************************************************************************************************************************/
/*【ナビゲーション：設定】	*/
/****************************************************************************************************************************************************************************************************************/

#nav{
	display:block;
	position:fixed;
	width:100%;
	float:right;
	top:0px;
	right:0px;
	background:ffffff;
	height:118px;
	padding:0px;
	}
	
#nav_contents{
	display:block;
	position:fixed;
	float:right;
	width:auto;
	top:0px;
	right:0px;
	height:118px;
	padding:0px;
	}

	
/****************************************************************************************************************************************************************************************************************/
/*【トップページへ戻る】	*/
/****************************************************************************************************************************************************************************************************************/

p{margin:0;}
		
p.pagetop{
    position: fixed;
    bottom: 10px;
    right: 10px;
	opacity:0.9;
	z-index:100;
    }
 
p.pagetop a{
	float:right;
	margin-left:10px;
    display: block;
    text-decoration: none;
	font-size:9px;
	letter-spacing:0.08em;
	background:#111111;
	padding:10px;
	color:#ffffff;
	border:1px solid #0d0d0d;
    }

p.pagetop a:hover{
	background:#8f0b2e;
	color:#ffffff;
	transition:.5s;
    }
	
p.pagetop a img{
	width:25px;
    }


/****************************************************************************************************************************************************************************************************************/
/*【トップページ（設定）】	*/
/****************************************************************************************************************************************************************************************************************/

#top{
	width:100%;
	height:100%;
	padding-top:0px;
	padding-bottom:0px;
	background:#111111;
	background-image:url(../images/main_bg.jpg);
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
}

/****************************************************************************************************************************************************************************************************************/
/*【ご挨拶】	*/
/****************************************************************************************************************************************************************************************************************/

#greeting{
	display:inline-block;
	background:#ffffff;
	margin-top:0px;
	width:100%;
	height:100%;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#greeting .container{
	position:relative;
	display: flex;
	flex-warp:warp;
	margin-top:0px;
	width:100%;
	height:100%;
	padding:0px 0px 0px 0px;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#greeting .container img{
	width:100%;
	text-align:right;
	margin-right:0px;
	}
	
#greeting .container #contents{
	top:0px;
	text-align:center;
	margin-top:0px;
	padding:120px 200px 200px 200px;
	width:100%;
	height:100%;
	background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)),
        url(../images/greeting.jpg);
    background-size: cover;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#greeting .container #contents h1{
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	text-align:left;
	font-size:70px;
	color:#111111;
	letter-spacing:0.05em;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#greeting .container #contents h2{
	margin-top:0px;
	margin-bottom:20px;
	width:100%;
	text-align:left;
	font-size:70px;
	color:#111111;
	letter-spacing:0.05em;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#greeting .container #contents h3{
	margin-bottom:20px;
	width:100%;
	padding:10px 0px 15px 20px;
	text-align:right;
	font-size:18px;
	color:#111111;
	letter-spacing:0.05em;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#greeting .container #contents article{
	margin-top:70px;
	width:100%;
	height:auto;
	}

#greeting .container #contents article p{
	width:100%;
	text-align:left;
	font-size:18px;
	line-height:40px;
	color:#111111;
	letter-spacing:0.05em;
	}

/****************************************************************************************************************************************************************************************************************/
/*【お知らせ】	*/
/****************************************************************************************************************************************************************************************************************/

#news{
	display:inline-block;
	background:#ffffff;
	background-size:cover;
	margin-top:0px;
	width:100%;
	height:100%;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#news .container{
	position:relative;
	display: flex;
	flex-warp:warp;
	margin-top:0px;
	width:100%;
	height:100%;
	padding:0px 0px 0px 0px;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#news .container img{
	width:100%;
	text-align:right;
	margin-right:0px;
	}
	
#news .container #contents_a{
	text-align:center;
	background:#000000;
	margin-top:0px;
	min-width:25%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#news .container #contents_a h1{
	margin-top:100%;
	margin-bottom:0px;
	font-size:40px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	}
	
#news .container #contents_a h2{
	margin-top:0px;
	margin-bottom:0px;
	font-size:25px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	}
	
#news .container #contents_a p{
	margin-top:0px;
	font-size:16px;
	text-align:center;
	line-height:36px;
	color:#ffffff;
	letter-spacing:0.05em;
	width:100%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#news .container #contents_b{
	top:0px;
	text-align:center;
	margin-top:0px;
	padding:200px 100px;
	width:100%;
	height:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#news .container #contents_b h1{
    margin-bottom:20px;
	width:100%;
	padding:10px 0px 15px 20px;
	text-align:left;
	font-size:18px;
	color:#111111;
	letter-spacing:0.05em;
	border-left:5px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#news .container #contents_b article{
	margin-bottom:20px;
	width:100%;
	height:auto;
	}

#news .container #contents_b article p{
	width:100%;
	text-align:left;
	font-size:16px;
	line-height:30px;
	color:#000000;
	letter-spacing:0.05em;
	}

/****************************************************************************************************************************************************************************************************************/
/*【サービス】	*/
/****************************************************************************************************************************************************************************************************************/

#service{
	display:inline-block;
	background:#ffffff;
	margin-top:0px;
	width:100%;
	height:auto;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#service .container{
	position:relative;
	display: flex;
	flex-warp:warp;
	margin-top:0px;
	width:100%;
	height:100%;
	padding:0px 0px 0px 0px;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#service .container img{
	width:100%;
	text-align:right;
	margin-right:0px;
	}
	
#service .container #contents_a{
	text-align:center;
	background:#000000;
	margin-top:0px;
	min-width:25%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#service .container #contents_a h1{
	margin-top:100%;
	margin-bottom:0px;
	font-size:40px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}
	
#service .container #contents_a h2{
	margin-top:0px;
	margin-bottom:0px;
	font-size:25px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}

	
#service .container #contents_b{
	top:0px;
	text-align:center;
	margin-top:0px;
	padding:200px 100px;
	width:100%;
	height:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#service .container #contents_b article{
	margin-top:0px;
	margin-bottom:50px;
	width:100%;
	height:auto;
	}
	
#service .container #contents_b article p{
	width:100%;
	text-align:left;
	font-size:14px;
	line-height:30px;
	color:#000000;
	letter-spacing:0.05em;
	}
	
#service .container #contents_b article h1{
	margin-bottom:10px;
	width:100%;
	padding:10px 0px 15px 20px;
	text-align:left;
	font-size:18px;
	color:#111111;
	letter-spacing:0.05em;
	border-left:5px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}


#service .container #contents_b table.service{
	margin-top:20px;
	margin-bottom:0px;
	width: 100%;      
    color:#111111;
	background-color:transport;
	border-collapse:  collapse; /* セルの線を重ねる */
} 

#service .container #contents_b table.service tr td {
	min-width:10%; 
    font-size:14px;         
	text-align:center; 
	letter-spacing:0.05em; 
	color:#111111;
	border:1px solid #cccccc;
	text-decoration:none;
	padding:10px;
}

#service .container #contents_b table.service tr td a{
	display:block;
	width:100%;
    font-size:14px;           
	text-align:center; 
	letter-spacing:0.05em; 
	color:#141414;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
}

#service .container #contents_b table.service tr td a:hover{
	display:block;
	width:100%;
    font-size:14px;           
	text-align:center; 
	letter-spacing:0.05em; 
	color:#141414;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
	background:#efefef;
}


/****************************************************************************************************************************************************************************************************************/
/*【フォトギャラリー】	*/
/****************************************************************************************************************************************************************************************************************/


#gallery{
	display:inline-block;
	background:#ffffff;
	background-size:cover;
	margin-top:0px;
	width:100%;
	height:100%;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#gallery .container{
	position:relative;
	display: flex;
	flex-warp:warp;
	margin-top:0px;
	width:100%;
	height:100%;
	padding:0px 0px 0px 0px;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#gallery .container img{
	overflow:hidden;
	width:100%;
	}
	
#gallery .container img:hover{
	opacity:0.5;
	transition:0.5s;
	}
	
#gallery .container #contents_a{
	justify-content:space-between;
	text-align:center;
	background:#000000;
	margin-top:0px;
	min-width:25%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#gallery .container #contents_a h1{
	margin-top:0px;
	margin-bottom:0px;
	margin-top:100%;
	font-size:40px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.01em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}
	
#gallery .container #contents_a h2{
	margin-top:0px;
	margin-bottom:0px;
	font-size:25px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.08em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}
	
#gallery .container #contents_b{
	justify-content:space-around;
	text-align:center;
	margin-top:100px;
	min-width:75%;
	height:100%;
	background:#ffffff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:200px 100px;
	}
	
#gallery .container #split{
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	display:flex;
    justify-content:space-around;
	text-align:center;
	min-width:100%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#gallery .container #split #contents{
	text-align:center;
	margin:5px;
	padding:0px;
	min-width:20%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#gallery .container #split_sp{
	display:none;
	}
	
#gallery .container #contents_b article{
	text-align:center;
	margin-top:50px;
	width:100%;
	height:30%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#gallery .container #contents_b article p{
	margin:20px;
	font-size:16px;
	color:#0d0d0d;
	}

/****************************************************************************************************************************************************************************************************************/
/*【料金一覧】	*/
/****************************************************************************************************************************************************************************************************************/


#price{
	display:inline-block;
	background:#ffffff;
	margin-top:0px;
	width:100%;
	height:auto;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#price .container{
	position:relative;
	display: flex;
	flex-warp:warp;
	margin-top:0px;
	width:100%;
	height:100%;
	padding:0px 0px 0px 0px;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#price .container img{
	width:100%;
	text-align:right;
	margin-right:0px;
	}
	
#price .container #contents_a{
	text-align:center;
	background:#000000;
	margin-top:0px;
	min-width:25%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#price .container #contents_a h1{
	margin-top:100%;
	margin-bottom:0px;
	font-size:40px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}
	
#price .container #contents_a h2{
	margin-top:0px;
	margin-bottom:0px;
	font-size:25px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}

	
#price .container #contents_b{
	top:0px;
	text-align:center;
	margin-top:0px;
	padding:200px 100px;
	width:100%;
	height:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#price .container #contents_b article{
	margin-top:0px;
	margin-bottom:50px;
	width:100%;
	height:auto;
	}
	
#price .container #contents_b article p{
	width:100%;
	text-align:left;
	font-size:14px;
	line-height:30px;
	color:#000000;
	letter-spacing:0.05em;
	}
	
#price .container #contents_b article h1{
	margin-bottom:10px;
	width:100%;
	padding:10px 0px 15px 20px;
	text-align:left;
	font-size:18px;
	color:#111111;
	letter-spacing:0.05em;
	border-left:5px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}


#price .container #contents_b table.price{
	margin-top:20px;
	margin-bottom:0px;
	width: 100%;      
    color:#111111;
	background-color:transport;
	border-collapse:  collapse; /* セルの線を重ねる */
} 

#price .container #contents_b table.price tr th{
    min-width:80%; 
    font-size:14px;     
	line-height:30px; 
	padding:10px 10px 10px 15px;     
	text-align:left; 
	letter-spacing:0.05em; 
	color:#111111;  
	border:1px solid #cccccc;
	background:#eeeeee;
}	

#price .container #contents_b table.price tr td {
	width:20%; 
    font-size:14px;      
	padding:10px 10px 10px 15px;      
	text-align:left; 
	letter-spacing:0.05em; 
	color:#111111;
	border:1px solid #cccccc;
}


/****************************************************************************************************************************************************************************************************************/
/*【アクセス】	*/
/****************************************************************************************************************************************************************************************************************/

#access{
	display:inline-block;
	background:#ffffff;
	margin-top:0px;
	width:100%;
	height:100%;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#access .container{
	position:relative;
	display: flex;
	flex-warp:warp;
	margin-top:0px;
	width:100%;
	height:100%;
	padding:0px 0px 0px 0px;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background:#ffffff;
	}

#access .container img{
	width:100%;
	text-align:right;
	margin-right:0px;
	}
	
#access .container #contents_a{
	text-align:center;
	background:#000000;
	margin-top:0px;
	min-width:25%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#access .container #contents_a h1{
	margin-top:100%;
	margin-bottom:0px;
	font-size:40px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}
	
#access .container #contents_a h2{
	margin-top:0px;
	margin-bottom:0px;
	font-size:25px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}
	
#access .container #contents_b{
	margin-top:70px;
	text-align:center;
	padding:100px 100px;
	width:100%;
	height:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#access .container #contents_b h1{
	margin-bottom:10px;
	width:100%;
	padding:10px 0px 15px 20px;
	text-align:left;
	font-size:18px;
	color:#111111;
	letter-spacing:0.05em;
	border-left:5px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#access .container #contents_b article{
	margin-bottom:30px;
	width:100%;
	height:auto;
	}

#access .container #contents_b article p{
	width:100%;
	text-align:left;
	font-size:14px;
	line-height:30px;
	color:#000000;
	letter-spacing:0.05em;
	}


/****************************************************************************************************************************************************************************************************************/
/*【会社概要】	*/
/****************************************************************************************************************************************************************************************************************/

#company{
	display:inline-block;
	background:#ffffff;
	margin-top:0px;
	width:100%;
	height:100%;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#company .container{
	position:relative;
	display: flex;
	flex-warp:warp;
	margin-top:0px;
	width:100%;
	height:100%;
	padding:0px 0px 0px 0px;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#company .container img{
	width:100%;
	text-align:right;
	margin-right:0px;
	}
	
#company .container #contents_a{
	text-align:center;
	background:#000000;
	margin-top:0px;
	min-width:25%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#company .container #contents_a h1{
	margin-top:100%;
	margin-bottom:0px;
	font-size:40px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}
	
#company .container #contents_a h2{
	margin-top:0px;
	margin-bottom:0px;
	font-size:25px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}

	
#company .container #contents_b{
	top:0px;
	text-align:center;
	margin-top:0px;
	padding:100px 100px;
	width:100%;
	height:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#company .container #contents_b article{
	margin-top:0px;
	margin-bottom:50px;
	width:100%;
	height:auto;
	}
	
#company .container #contents_b article p{
	width:100%;
	text-align:left;
	font-size:14px;
	line-height:30px;
	color:#000000;
	letter-spacing:0.05em;
	}
	
#company .container #contents_b article h1{
	margin-bottom:10px;
	width:100%;
	padding:10px 0px 15px 20px;
	text-align:left;
	font-size:18px;
	color:#111111;
	letter-spacing:0.05em;
	border-left:5px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}


#company .container #contents_b table.company{
	margin-top:20px;
	margin-bottom:0px;
	width: 100%;      
    color:#111111;
	background-color:transport;
	border-collapse:  collapse; /* セルの線を重ねる */
} 

#company .container #contents_b table.company tr th{
    min-width:120px; 
    font-size:14px;     
	line-height:30px; 
	padding:10px 10px 10px 15px;     
	text-align:left; 
	letter-spacing:0.05em; 
	color:#111111;  
	border:1px solid #cccccc;
	background:#eeeeee;
}	

#company .container #contents_b table.company tr td {
	width: auto; 
    font-size:14px;      
	padding:10px 10px 10px 15px;      
	text-align:left; 
	letter-spacing:0.05em; 
	color:#111111;
	border:1px solid #cccccc;
}

	
/****************************************************************************************************************************************************************************************************************/
/*【FAQ】	*/
/****************************************************************************************************************************************************************************************************************/

#faq{
	display:inline-block;
	background:#ffffff;
	margin-top:0px;
	width:100%;
	height:1800px;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#faq .container{
	position:relative;
	display: flex;
	flex-warp:warp;
	margin-top:0px;
	width:100%;
	height:100%;
	padding:0px 0px 0px 0px;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#faq .container img{
	width:100%;
	text-align:right;
	margin-right:0px;
	}
	
#faq .container #contents_a{
	text-align:center;
	background:#000000;
	margin-top:0px;
	min-width:25%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#faq .container #contents_a h1{
	margin-top:100%;
	margin-bottom:0px;
	font-size:40px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}
	
#faq .container #contents_a h2{
	margin-top:0px;
	margin-bottom:0px;
	font-size:25px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}
	
#faq .container #contents_b{
	top:0px;
	text-align:center;
	margin-top:0px;
	padding:100px 100px;
	width:100%;
	height:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#faq .container #contents_b h1{
	margin-bottom:10px;
	width:100%;
	padding:10px 0px 15px 20px;
	text-align:left;
	font-size:18px;
	color:#111111;
	letter-spacing:0.05em;
	border-left:5px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#faq .container #contents_b article{
	margin-bottom:60px;
	width:100%;
	height:auto;
	}

#faq .container #contents_b article p{
	width:100%;
	text-align:left;
	font-size:14px;
	line-height:30px;
	color:#000000;
	letter-spacing:0.05em;
	}
	
/****************************************************************************************************************************************************************************************************************/
/*【お問い合わせ】	*/
/****************************************************************************************************************************************************************************************************************/

#contact{
	display:inline-block;
	background:#ffffff;
	margin-top:0px;
	width:100%;
	height:auto;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#contact .container{
	position:relative;
	display: flex;
	flex-warp:warp;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	height:100%;
	padding:0px 0px 0px 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#contact .container #contents_a{
	text-align:center;
	background:#000000;
	margin-top:0px;
	min-width:25%;
	min-height:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#contact .container #contents_a h1{
	margin-top:100%;
	margin-bottom:0px;
	font-size:40px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}
	
#contact .container #contents_a h2{
	margin-top:0px;
	margin-bottom:400px;
	font-size:25px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}
	
#contact .container #contents_b{
	text-align:center;
	margin-top:0px;
	padding:150px 200px 200px 200px;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#contact .container #contents_b article h1{
	margin-bottom:20px;
	width:100%;
	padding:10px 0px 15px 20px;
	text-align:left;
	font-size:20px;
	color:#111111;
	letter-spacing:0.05em;
	border-left:5px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#contact .container #contents_b article h2{
	margin-bottom:20px;
	width:100%;
	padding:100px 200px 100px 200px;
	text-align:center;
	font-size:40px;
	color:#111111;
	letter-spacing:0.05em;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#contact .container #contents_b article h3{
	margin-bottom:20px;
	width:100%;
	padding:0px 0px 10px 0px;
	text-align:center;
	font-size:20px;
	color:#111111;
	letter-spacing:0.05em;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#contact .container #contents_b article{
	margin-bottom:80px;
	width:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#contact .container #contents_b article p{
	width:100%;
	text-align:left;
	font-size:16px;
	line-height:30px;
	color:#000000;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#contact .container #contents_b article a{
	display:block;
	text-align:center;
	padding:20px 100px 20px 100px;
	font-size:20px;
	line-height:30px;
	color:#111111;
	letter-spacing:0.05em;
	border:1px solid #cccccc;
	text-decoration:none;
	font-weight:bold;
	}
	
#contact .container #contents_b article a:hover{
	color:#000000;
	background:#ebebeb;
	transition    : .5s;
	}
	
#contact .container #contents_b article table.contact{
	margin-top:20px;
	margin-bottom:40px;
	width: 100%;      
    color:#000000;
	background-color:transport;
	border:1px solid #cccccc;
	border-collapse:  collapse; /* セルの線を重ねる */
} 

#contact .container #contents_b article table.contact tr th{
    min-width:40%; 
    font-size:20px;      
	padding:10px; 
	text-align:center; 
	letter-spacing:0.05em; 
	color:#ffffff;  
	border:1px solid #cccccc;
	background:#000000;
}	

#contact .container #contents_b article table.contact tr td{
	width: auto; 
    font-size:14px;      
	padding: 10px; 
	text-align:center; 
	letter-spacing:0.05em; 
	color:#000000;
	border:1px solid #cccccc;
}

#contact .container #contents_b article table.contact tr td.tel{ 
    font-size:28px;      
	text-align:center; 
	letter-spacing:0.05em; 
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

#contact .container #contents_b article table.contact tr td.fax{ 
    font-size:28px;      
	text-align:center; 
	letter-spacing:0.05em; 
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}

/****************************************************************************************************************************************************************************************************************/
/*【プライバシーポリシー】	*/
/****************************************************************************************************************************************************************************************************************/

#privacypolicy{
	display:inline-block;
	background:#ffffff;
	margin-top:0px;
	width:100%;
	height:100%;
	padding:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
#privacypolicy .container{
	position:relative;
	display: flex;
	flex-warp:warp;
	margin-top:0px;
	width:100%;
	height:2000px;
	padding:0px 0px 0px 0px;
    margin: 0 auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background:#ffffff;
	}

#privacypolicy .container img{
	width:100%;
	text-align:right;
	margin-right:0px;
	}
	
#privacypolicy .container #contents_a{
	text-align:center;
	background:#000000;
	margin-top:0px;
	min-width:25%;
	height:auto;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#privacypolicy .container #contents_a h1{
	margin-top:100%;
	margin-bottom:0px;
	font-size:40px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}
	
#privacypolicy .container #contents_a h2{
	margin-top:0px;
	margin-bottom:0px;
	font-size:25px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	}
	
#privacypolicy .container #contents_b{
	top:0px;
	text-align:center;
	margin-top:0px;
	padding:150px 200px 0px 200px;
	width:100%;
	height:100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#privacypolicy .container #contents_b h1{
	margin-bottom:10px;
	width:100%;
	padding:10px 0px 15px 20px;
	text-align:left;
	font-size:18px;
	color:#111111;
	letter-spacing:0.05em;
	border-left:5px solid #cccccc;
	border-bottom:1px solid #cccccc;
	text-decoration: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#privacypolicy .container #contents_b article{
	margin-bottom:60px;
	width:100%;
	height:auto;
	}

#privacypolicy .container #contents_b article p{
	width:100%;
	text-align:left;
	font-size:14px;
	line-height:30px;
	color:#000000;
	letter-spacing:0.05em;
	}

/****************************************************************************************************************************************************************************************************************/
/*【メッセージ】	*/
/****************************************************************************************************************************************************************************************************************/

#message{
	display:inline-block;
	background:transport;
	margin:0 auto;
	width:100%;
	height:auto;
	padding-top:0px;
	padding-bottom:0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-top:1px solid #111111;
	border-bottom:1px solid #111111;
	}
	
#message .message_container{
	display: flex;
	flex-direction:column;
	margin-top:0px;
	width:100%;
	height:auto;
	padding:100px;
	max-width: 100%;
    margin: 0 auto;
	background-image:url(../images/message.jpg);
	background-size:cover;
	border-top:1px solid #111111;
	border-bottom:1px solid #111111;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#message .message_container h1{
	margin-top:0px;
	margin-bottom:0px;
	font-size:40px;
	text-align:center;
	width:100%;
	padding:10px;
	color:#ffffff;
	letter-spacing:0.05em;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}

#message .message_container h2{
	margin-top:0px;
	margin-bottom:0px;
	font-size:24px;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	}

/****************************************************************************************************************************************************************************************************************/
/*【フッター：設定】	*/
/****************************************************************************************************************************************************************************************************************/

footer{
	position:absolute;
	margin:0px;
	width:100%;
	height:auto;
	background:#0d0d0d;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding:10px;
	border-top:1px solid #111111;
	}
	
footer .footer_menu{
	float:left;
	text-align:left;
	height:60px;
	width:100%;
	margin-bottom:20px;
	}
	
footer .footer_menu a{
	display:inline-block;
	margin:10px 0px 10px 10px;
	width:auto;
	height:auto;
	text-align:center;
	text-decoration:none;
	background:#222222;
	color:#ffffff;
	font-size:12px;
	padding:10px 20px 10px 20px;
	letter-spacing:0.05em;
	border:1px solid #111111;
	}
	
footer .footer_menu a:hover{
	background:#8f0b2e;
	transition    : .5s;
	color:#ffffff;
	}

/****************************************************************************************************************************************************************************************************************/
/*【フッター：設定（メニュー）】	*/
/****************************************************************************************************************************************************************************************************************/

#footermenu{
	display: flex;
	justify-content:center;
	width:100%;
	height:auto;
	padding:0px;
	max-width: 100%;
    margin: 0 auto;
	text-align:center;
	background:#0d0d0d;
	border-top:2px solid #111111;
	}

#footermenu .footermenu_container{
	justify-content:center;
	padding-bottom:0px;
	width:100%;
	height:auto;
    margin: 0 auto;
	}

/****************************************************************************************************************************************************************************************************************/
/*【フッター：設定（メニュー）】	*/
/****************************************************************************************************************************************************************************************************************/

.rist-menu {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0px auto;
}
.rist-menu li {
	list-style: none;
	float:left;
	width: 50%;
	margin: 0;
	padding: 0;
}

.rist-menu li a {
	display: block;
	position: relative;
	text-align:left;
	height: 40px;
	margin: 0;
	padding: 10px 0px 0px 60px;
	background:#0d0d0d;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	letter-spacing:0.05em;
	border-bottom: 1px solid #11111;
}

.rist-menu li a:hover {
	background: #8f0b2e;
	transition    : .5s;
}

#list1 li a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}
#list1 li a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #0d0d0d;
}

#list1 li a:hover:after {
	background: #8f0b2e;
	transition    : .5s;
}

/****************************************************************************************************************************************************************************************************************/
/*【フッター：設定（著作権表記）】	*/
/****************************************************************************************************************************************************************************************************************/

footer .copyright{
	text-align:left;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	letter-spacing:0.05em;
	width:100%;
	padding:40px 20px 20px 10px;
	text-decoration:none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-top:-10px;
	}

/****************************************************************************************************************************************************************************************************************/
/*【全体のボックス定義】	*/
/****************************************************************************************************************************************************************************************************************/

.box {
	width:100%;
	height:100%;
	max-width:100%;
	background:#000000;
    position   : relative;
    margin     : auto;
    overflow   : hidden;

}

/****************************************************************************************************************************************************************************************************************/
/*【背景の指定】	*/
/****************************************************************************************************************************************************************************************************************/

.box .bgImg {
    position   : absolute;
    top        : 0;
    left       : 0;
    bottom     : 0;
    right      : 0;
    opacity    : 0;
    animation  : bgAnime 28s infinite;   /* 4画像 × 各7s = 28s */
}

/****************************************************************************************************************************************************************************************************************/
/*【トップページ：設定（アニメーション：背景画像切替）】	*/
/****************************************************************************************************************************************************************************************************************/

.box .src1 {
    background-image:url(../images/main_bg1.jpg);   /* 背景の画像を指定 */
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.box .src2 {
    background-image :url(../images/main_bg2.jpg);   /* 背景の画像を指定 */
    background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    animation-delay  : 7s;
}
.box .src3 {
    background-image :url(../images/main_bg3.jpg);   /* 背景の画像を指定 */
    background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    animation-delay  : 14s;
}
.box .src4 {
    background-image :url(../images/main_bg4.jpg);   /* 背景の画像を指定 */
    background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    animation-delay  : 21s;
}
.box .src5 {
    background-image :url(../images/main_bg5.jpg);   /* 背景の画像を指定 */
    background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    animation-delay  : 28s;
}

@keyframes bgAnime {
   0% { opacity: 0; }
   9% { opacity: 1; }
  25% { opacity: 1; }
  34% { opacity: 0; }
 100% { opacity: 0; }
}

/* --- 前面の文字定義（サンプルのため変更してください） ----- */
.box .boxString{
	width:50%;
    position   : absolute;
    display    : inline-block;
    height:auto;
    padding:20px;
    margin-top:50px;
    color      : #fff;
    top        : 50%;                               /* 中央寄せ（） */
    left       : 50%;
    transform  : translate(-50%,-50%);
    z-index    : 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/****************************************************************************************************************************************************************************************************************/
/*【トップページ：設定（画像）】
/****************************************************************************************************************************************************************************************************************/

.box .boxString img{
	margin:0px auto;
	display:block;
	width:60%;
	margin:0 auto;
	margin-bottom:10px;
	color:#ffffff;
	letter-spacing:0.05em;
	text-shadow:0px 0px 3px #000000;
    animation-duration: 2s;/* アニメーション時間 */
    animation-name: LeftToRight;/* アニメーション名 */
    animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

/****************************************************************************************************************************************************************************************************************/
/*【トップページ：設定（見出し①）】	*/
/****************************************************************************************************************************************************************************************************************/

.box .boxString h1{
	margin:0px;
	
	font-size:3.5vw;
	line-height:2vh;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.05em;
	text-shadow:0px 0px 3px #000000;
    animation-duration: 2s;/* アニメーション時間 */
    animation-name: LeftToRight;/* アニメーション名 */
    animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
/****************************************************************************************************************************************************************************************************************/
/*【トップページ：設定（見出し②）】	*/
/****************************************************************************************************************************************************************************************************************/

.box .boxString h2{
	margin-top:50px;
	margfin-bottom:20px;
	font-size:2vw;
	line-height:5vh;
	text-align:center;
	width:100%;
	color:#ffffff;
	letter-spacing:0.8px;
	text-shadow:0px 0px 5px #000000;
	animation-duration: 2s;/* アニメーション時間 */
    animation-name: LeftToRight;/* アニメーション名 */
    animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
    text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

/****************************************************************************************************************************************************************************************************************/
/*【トップページ：設定（告知ボックス）】	*/
/****************************************************************************************************************************************************************************************************************/

#top .box .boxString #announcement {
	margin-top:80px;
	display:inline-block;
	background-color: rgba(0, 0, 0, 0.7);
	text-align:center;
	border-radius:5px;
	box-sizing: border-box;
	width:100%;
	padding:20px;
	margin:0 auto;
	animation-duration: 2s;/* アニメーション時間 */
    animation-name: LeftToRight;/* アニメーション名 */
    animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
    text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

/****************************************************************************************************************************************************************************************************************/
/*【トップページ：設定（告知ボックス内）】	*/
/****************************************************************************************************************************************************************************************************************/

#top .box .boxString #announcement p{
    margin-bottom:20px;
	
	font-size:30px;
	text-align:center;
	padding:10px;
	color:#ffffff;
	letter-spacing:0.05em;
	border-radius:3px;
	border:1px solid #555555;
	width:100%;
	font-weight:bold;
	text-decoration:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
	
/****************************************************************************************************************************************************************************************************************/
/*【トップページ：設定（告知ボックス内：中央ボタン）】	*/
/****************************************************************************************************************************************************************************************************************/

#top .box .boxString #announcement a.center{
	display:block;
	margin-top:0px;
	overflow:hidden;
	background:#8f0b2e;
	padding:15px 20px 20px 20px;
	font-size:24px;
	text-align:center;
	color:#ffffff;
	letter-spacing:0.05em;
	border-radius:0px 3px 3px 0px;
	border:1px solid #111111;
	width:100%;
	height:auto;
	font-weight:bold;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration:none;
	}
	
/* トップページの告知ボックス内のボタン（ロールオーバー）**************************************************************************************************************************************************************/

#top .box .boxString #announcement a.center:hover{
	background:#cf1144;
    transition    : .5s;
	}

/****************************************************************************************************************************************************************************************************************/
/*【お問い合わせ：設定（入力フォーム）】	*/
/****************************************************************************************************************************************************************************************************************/

#contact .container table.formTable{
	width:100%;
	min-width:100%;
	border-collapse:collapse;
	margin-bottom:50px;
	border:1px solid #ccc;
}

#contact .container table.formTable tr th{
	color:#111111;
	font-size:14px;
	line-height:28px;
	letter-spacing:0.05em;
	font-weight:900;
	min-width:120px;
	background:#efefef;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-collapse:collapse;
	padding:10px;
	text-align:left;
}

#contact .container table.formTable tr td{
	color:#111111;
	font-size:14px;
	width:80%;
	font-weight:normal;
	background:#ffffff;
	text-align:left;
	border-top:1px solid #ccc;
	padding:10px;
}

#contact .container table.formTable td input.text{
	color:#111111;
	font-size:14px;
	letter-spacing:0.05em;
	height:30px;
	width:100%;
	font-weight:normal;
	background:#ffffff;
	border:1px solid #c0c0c0;
	text-align:left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  　box-sizing: border-box;
}

#contact .container table.formTable td textaccess{
	color:#111111;
	font-size:14px;
	letter-spacing:0.05em;
	width:100%;
	font-weight:normal;
	background:#ffffff;
	border:1px solid #c0c0c0;
	text-align:left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  　box-sizing: border-box;    
}

#contact .container p{
	
	font-size:20px;
	text-align:left;
	line-height:30px;
	color:#000000;
	letter-spacing:0.05em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}

#contact .container .button {
  display       : inline-block;
  float:right;
  font-size     : 18px;
  text-align    : center;
  cursor        : pointer;
  padding       : 20px 80px;
  background    : #8f0b2e;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #111111;
}

#contact .container .button:hover {
  color         : #ffffff;
  background    : #cf1144;
}

#contact .container .reset {
  display       : inline-block;
  float:left;
  font-size     : 18px;
  text-align    : center;
  cursor        : pointer;
  padding       : 20px 80px;
  background    : #111111;
  color         : #eeeeee;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #111111;
}
#contact .container .reset:hover {
  color         : #ffffff;
  background    : #444444;
}

#contact .container .submit {
  display       : inline-block;
  float:right;
  font-size     : 18px;
  text-align    : center;
  cursor        : pointer;
  padding       : 20px 80px;
  background    : #8f0b2e;
  color         : #eeeeee;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #111111;
}
#contact .container .submit:hover {
  color         : #eeeeee;
  background    : #cf1144;
}

#contact .container .back {
  float:left;
  display       : inline-block;
  font-size     : 18px;
  text-align    : center;
  cursor        : pointer;
  padding       : 20px 80px;
  background    : #111111;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #111111;
}
#contact .container .back:hover {
  color         : #ffffff;
  background    : #444444;
}

#contact .container .error {
  float:left;
  display       : inline-block;
  font-size     : 18px;
  text-align    : center;
  cursor        : pointer;
  padding       : 20px;
  background    : #111111;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #111111;
  width:100%
}

#contact .container .error:hover {
  color         : #ffffff;
  background    : #444444;
}