/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  letter-spacing:1px;
	text-align:center;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
	line-height: 1;
	font-family:“Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
	color:#747474;
	word-break:normal;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,a:visited{
	text-decoration:none;
	color:inherit;
}
a:hover{
	text-decoration:underline;
}
#index body { background:none; }

/* layout */

#content { 
width:100%;
min-width:768px;
	margin-bottom:100px;
}
.flleft{
  float:left;
}

.flright{
  float:right;
}

.cf::after{
  content: "";
  display: block;
  clear: both;
}

.fs05{
	font-size:0.5rem;
}

.fs1{
	font-size:1rem;
}

.fs2{
	font-size:2rem;
}

.ls5{
letter-spacing:5px;
}
@media (min-width:768px) {
	.view_pc{
	display:block;
	}
	.view_sp{
	display:none;
}
}
@media (min-width:480px) and (max-width: 767px) {
	.view_pc{
	display:none;
	}
	.view_sp{
	display:block;
}
}
/* ----------------------------------------------------------------------
 contents
 ---------------------------------------------------------------------- */

.svtitle_img{
	width:100%;
	min-width:800px;
	margin: 0 auto;
	max-width:1280px;
}

.topic p{
	text-align:center;
	margin:50px 0 0;
}

#lm{
	color:#980000;
font-size:2.5rem;
margin-bottom:20px;	
}

h2.title {
	margin-top:100px;
	background-color:#555;
	color:#fff;
	padding:10px 30px;	
}
#flow{
	max-width:1024px;
margin:0 auto;	
}
#flow .flleft {
	width:40%;
}
#flow .flleft img{
	width:70%;
	padding:0 15%;
}
#flow .flright {
	width:60%;
}
#flow .flright p{
	width:90%;
	line-height:2.5rem;
}

#flow h4{
	font-size:1.2rem;
	line-height:2.5rem;
	padding: 15px 0;
	border-bottom:1px solid #980000;
	margin-bottom:30px;
}
#theme{
text-align:center;	
}
#theme .subtitle{
	width:70%;
	padding:50px 0;
	margin:50px auto;
	border-top:1px solid #980000;
	border-bottom:1px solid #980000;
}

#theme .subtitle h3{
	font-size:2rem;
	color:#980000;
}
#theme .subtitle p{
	margin:30px 0 0;
	text-align:center;
	padding:0;
	width:100%;
}

.maincont{
	text-align:center;
	width:100%;
	max-width:1024px;
	margin:0 auto;
}
.maincont p{
	width:80%;
	margin:0 auto 100px;
	line-height:2rem;	
}

.1bl,.2bl{
	margin-bottom:100px;
}

.svtitle h3{
	text-align:center;
	font-size:1.5rem;
	line-height:3rem;
	padding:50px 0;
}	
.svtitle{
	margin-bottom:150px;	
}
.svtitle p {
	margin-bottom:50px;
}
.svtitle .svtp {
	margin:50px auto 0;
}

.svtitle h4{
	font-size:1.3rem;
	padding-bottom:50px;
	border-bottom:1px solid #980000;
	width:70%;
	margin:0 auto 50px;
}

.svtitle ul {
	display:flex;
	width:90%;
	margin:0 auto;
}

.svtitle ul li{
	width:33.3%;
	max-width:300px;
	margin-right:5px;
	padding:0;
}

.ex{
	width:96%;
	background-color:#f5f5f5;
	text-align:center;
	max-width:1024px;
	padding:50px 0;	
	margin:0 auto 100px;
}
.ex h4{
	margin: 30px auto;
	font-size:1.5rem;
letter-spacing:2px;	
}

.ex p{
	text-align:center;
margin: 30px auto; 	
}

.ex video{
	width:360px;
	margin:0 auto;
	display:block;
	padding:20px 40px;
	background-color:#000;
}

.ex ul{
	display:flex;
	width:90%;
	margin:50px auto;
}

.ex ul li{
	width:33%;
	margin-right:5px;
}
.ex ul li:last-child{
	margin-right:0;
}

.ex_btn{
	padding:20px 60px;
	width:300px;
	display:block;
	margin:30px auto;
}
#ljc_btn{
	background-color:#f0e5da;
}
#tb_btn{
	background-color:#dadaf0;
}
#ia_btn{
	background-color:#ff6633;
	color:#fff;
}

.detail{
	width:96%;
	margin:0 auto 80px;
	max-width:1024px;
}
.detail1,.detail2,.detail3,.detail4{
	background-color:#f5f5f5;
	margin-bottom:30px;
	padding-bottom:20px;
}
.detail1 .flleft{
	width:60%;
	margin:0;
}
.detail1 .flright{
	width:40%;	
	margin:0;
}
.detail1 ul, .detail4 ul{
	display:flex;
}
.detail1 li{
	width:33%;
	margin-right:5px;
}
.detail4 li{
	width:24.5%;
	margin-right:5px;
}
.detail1 li:last-child,.detail4 li:last-child{
	margin-right:0;
}
.detail h4{
	font-size:1rem;
	line-height:2rem;
	text-align:center;
	padding:20px 0;
}
.detail p{
	width:80%;
	margin:0 auto 20px;	
	font-size:0.8rem;
	line-height:1rem;
}
.detail2.flleft{
	width:49%;
	margin-right:2%;
}
.detail2.flright{
	width:49%;
	margin-right:0;
}
.detail3.flleft{
	width:32%;
	margin-right:1%;
}

.detail_box table{
	width:80%;
	margin:30px auto;
	border-spacing: 5px;
	border-collapse: collapse;
}
.detail_box th{
	height:30px;
	background-color:#e6e6fa;
	padding:15px 10px 0;
}
.detail_box td{
	height:80px;
	vertical-align:middle;
	background-color:#e6e6fa;
	line-height:1.5rem;
	font-size:0.8rem;
}

.detail_box th.b1,.detail_box td.b1{
	background-color:#e6e6fa;
	margin:0 10px 10px 0;
}
.detail_box th.b2,.detail_box td.b2{
	background-color:#f0ffff;
	margin-bottom:10px;
}
.detail_box th.b3,.detail_box td.b3{
	background-color:#fffff0;
	margin-right:10px;
}
.detail_box th.b4,.detail_box td.b4{
	background-color:#fff0f5;
	margin:0;
}

.about_top{
	max-width:1024px;
	width:96%;
margin:30px auto 120px;	
}

.about_top .flleft, .about_top .flright{
	width:50%;
	margin:0;
	padding:0;
}

.about_top .flleft img{
	max-width:250px;
	padding:70px 0;
}

.about_top .flright p{
	width:100%;
	margin:0;
	padding:0;
	font-size:1.2rem;
	line-height:3rem;
}

#message{
	width:90%;
	margin:30px 2% 100px;
	padding:70px 3% 50px;
	background-color:#f5f5f5;
}

#message p{
margin-bottom:30px;	
}
#message .name{
	margin-top:50px;
}
.subtitle2{
	font-size:1.5rem;
	letter-spacing:2px;
	margin-bottom:50px;
}

.subtitle2:before, .subtitle2:after{
	content:"-";
	color:#980000;
}

#about{
margin-bottom:100px;	
}
#about table{
	width:80%;
	margin:50px auto 0;
	text-align:left;
	line-height:1.2rem;
}
#about th{
	padding:20px;
	width:120px;	
	border-bottom:#ddd 1px solid;
	text-align:left;
}
#about td{
	padding:20px;
	border-bottom:#ddd 1px solid;
	text-align:left;
}

#about .list{
	line-height:1.5rem;
	font-size:0.8rem;
	width:80%
}
#about .view_pc,#about .view_sp{
	margin-top:0px;
}

#about ul{
	margin:0;
	padding:0;
}
#about li{
	text-align:left;
	margin-bottom:10px;
}
#access{
	padding-top:100px;	
}

#access p{
	text-align:center;	
}
.map{
	width:90%;
margin:0 auto;	
}

#station{
	margin: 50px auto;
	width:90%;
}
#station .flleft{
	width:50%;
margin:0;	
}
#station p{
	margin-top:30px;
font-size:0.8rem;	
}

/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
.largeimg{
	background:#333;
}
#main_image{
	position: relative;
	width:100%;
	min-width:800px;
	margin: 0 auto;
	max-width:1280px;
}
.pic {
	position: absolute;
}
.pic img {
	width: 100%;
	height: auto;
	opacity:0;
	-moz-animation: imgTrans 24s infinite;
	-webkit-animation: imgTrans 24s ease-in infinite;
	animation: imgTrans 24s infinite;
}
#photo1 img {
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
#photo2 img {
	-moz-animation-delay: 6s;
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}
#photo3 img {
	-moz-animation-delay: 12s;
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}
#photo4 img{
	-moz-animation-delay: 18s;
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}
@-webkit-keyframes imgTrans {
0% { opacity:0; }
15% { opacity:1; }
25% { opacity:1; }
40% { opacity:0; }
100% { opacity:0; }
}
@-moz-keyframes imgTrans {
0% { opacity:0; }
15% { opacity:1; }
25% { opacity:1; }
40% { opacity:0; }
100% { opacity:0; }
}
@keyframes imgTrans {
0% { opacity:0; }
15% { opacity:1; }
25% { opacity:1; }
40% { opacity:0; }
100% { opacity:0; }
}

/* movie */
#intro{
  overflow:hidden;
  width:96%;
  margin:0 auto 100px;
  min-width:768px;
  max-width:1024px;
	padding;0;
}


#intro h2{
	width:70%;
	font-size:1.5rem;
	text-align:center;
	line-height:3rem;
	margin:60px auto 0;
	padding-bottom:30px;
	letter-spacing:1.5px;
	border-bottom:1px solid #980000;
}

#intro p{
  text-align:center;
  line-height:2.8rem;
  font-size:1rem;
	margin:50px auto 0;
}
#btn_sv{
  width:96%;
margin:0 2%;
}
#btn_sv ul{
  display: flex;
  margin-bottom:10px;
}

#btn_sv li{
  width:33%;
  margin-right:0.5%;
  background-color:#333;
}

#btn_sv li p{
  text-align:center;
  font-size:1rem;
  line-height:2rem;
	color:#fff;
	margin-bottom:0;
	padding: 20px 0;
}

#btn_sv li:last-child{
  margin-right:0;
}

/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
header {
width:100%;
height:100px;
	position:relative;
	background: rgb(0, 0, 0); /* IE6, 7 */  
background-color:rgb(0,0,0,0.5);
position:fixed;
top:0;
	left:0;
	z-index:100;
}



#header {
	max-width:1024px;
	min-width:768px;
	margin:0 auto;
	height:50px;
	padding:25px 0;
	color:#fff;
}
#header h1{
	float:left;
	width:200px;
	margin:10px 20px;
}
#header ul{
  float:right;
	display: flex;
	padding:20px 0;
}
#header ul li{
  width:85px;
	text-align:center;
	font-size:0.8rem;
}

/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#return_top { z-index:999; position:fixed; right:0px; bottom:25px; margin:0; display:block; width:36px; height:46px; text-indent:-9999px; background:#747474; }
#return_top:hover { }

footer{
  text-align:center;
  background-color:#333;
	color:#F8F8FF;
	position:relative;
	min-width:800px;
}
.ftmain{
max-width:1024px;
  margin:0 auto;
  border-bottom:red solid 1px;
  height:200px;
  padding:50px 0;
}
.ftleft{
	width:50%;
	float:left;
	height:50px;
	
}
.ftleft img{
	text-align:center;
	width:250px;
	padding:90px 0;
	
}
.ftright{
  width:50%;
  float:left;
  line-height:2rem;
  font-size:0.8rem;
}
  footer small{
  font-size:0.5rem;
line-height:1.5rem;
}
  
