/* ----------------------------------------------------------------------

 SP style setting

---------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

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:0.5px;
	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”,'Sawarabi Mincho', “メイリオ”, 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:340px;
	max-width:767px;
	margin-bottom:100px;
	overflow:hidden;
}
.flleft{
  float:none;
}

.flright{
  float:none;
}

.cf::after{
  content: "";
  display: block;
  clear: both;
}

.fs05{
	font-size:0.5rem;
}

.fs1{
	font-size:1rem !important;
}

.fs2{
	font-size:2rem;
}

.ls5{
letter-spacing:5px;
}

@media (min-width:768px) {
	.view_pc{
	display:block;
}
.view_sp{
	display:none;
}
}
@media (max-width: 767px)  {
	.view_pc{
	display:none;
}
.view_sp{
	display:block;
}
}
/* ----------------------------------------------------------------------
 company info
 ---------------------------------------------------------------------- */
.topic p{
	text-align:center;
	margin:50px 0 0;
	font-size:0.7rem;
}

h2.title {
	margin-top:60px;
	background-color:#555;
	color:#fff;
	padding:10px 30px;	
}

.svtitle h3{
	text-align:center;
	font-size:1.5rem;
	line-height:3rem;
padding:50px 0;
}	
.svtitle{
	margin-bottom:100px;	
}
.svtitle .svtp {
	margin:50px auto 0;
	font-size:0.9rem;
}

#lm{
	color:#980000;
	font-size:2.2rem;
	margin-bottom:20px;	
}


#flow{
	max-width:767px;
margin:0 auto;	
}
#flow .flleft {
}
#flow .flleft img{
width:30%;
}
#flow .flright {
}
#flow .flright p{
	width:90%;
	line-height:2.5rem;
	margin-bottom:30px;
}

#flow h4{
	font-size:1.2rem;
	line-height:3rem;
	padding: 30px 0;
	border-bottom:1px solid #980000;
	margin-bottom:50px;
}
#theme{
text-align:center;	
}
#theme p{
	width:90%;
	line-height:2.5rem;
	margin-bottom:30px;
}
#theme .subtitle{
	width:90%;
	padding:30px 0;
	margin:50px auto;
	border-top:1px solid #980000;
	border-bottom:1px solid #980000;
}

#theme .subtitle h3{
	font-size:1.2rem;
	color:#980000;
	font-weight:bold;
}
#theme .subtitle p{
	margin:10px 0 0;
	text-align:center;
	padding:0;
	width:100%;
	font-size:0.6rem;
}

.maincont{
	text-align:center;
}

.maincont p{
	width:95%;
	margin:0 auto 70px;
	line-height:2rem;
	font-size:0.8rem;
}
.svtitle h4{
	font-size:1rem;
	line-height:2rem;
	padding-bottom:30px;
	border-bottom:1px solid #980000;
	width:80%;
	margin:0 auto 50px;
}

.svtitle p {
	margin-bottom:50px;
}

.svtitle ul {
	display:flex;
	width:90%;
	margin:0 auto;
}

.svtitle ul li{
	width:33.3%;
	margin-right:5px;
	padding:0;
}

.1bl,.2bl{
margin-bottom:100px;
}

.ex{
	width:96%;
	background-color:#f5f5f5;
	text-align:center;
	max-width:767px;
	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:90%;
	max-width:400px;
	margin:0 auto;
	display:block;
	padding:20px 5%;
	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 30px;
	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:767px;
}
.detail1,.detail2,.detail3, .detail4{
	background-color:#f5f5f5;
	margin-bottom:30px;
	padding-bottom:20px;
}
.detail1 .flleft{
	margin:0;
}
.detail1 .flright{
	margin:0;
}
.detail1 ul, .detail4 ul{
	display:flex;
	flex-wrap: wrap;
}
.detail1 li{
	width:33%;
	margin-right:5px;
}
.detail4 li{
	width:49.2%;
	margin-right:0.8%;
}
.detail1 li:last-child{
	margin-right:0;
}
.detail4 li:last-child{
	margin-right:0;
}
.detail h4{
	font-size:1rem;
	line-height:2rem;
	text-align:center;
	padding:20px 0;
}
.detail p{
	width:90%;
	margin:0 auto 20px;	
	font-size:0.8rem;
	line-height:1rem;
}
.detail2.flleft{
	margin-bottom:20px;
}
.detail2.flright{
	margin-bottom:20px;
}

.detail3.flleft{
	margin-bottom:20px;
}



.detail_box table{
	width:80%;
	margin:30px auto;
	border-spacing: 5px;
	border-collapse: collapse;
}
.detail_box th{
	height:40px;
	background-color:#e6e6fa;
	padding:15px 0 0;
	vertical-align:middle;
}
.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:767px;
	width:96%;
margin:30px auto 0;	
}
.about_top p{
margin-bottom:50px;	
	font-size:1rem;
}

.about_top .flleft, .about_top .flright{
	margin:0;
	padding:0;
}

.about_top .flleft img{
	max-width:200px;
	padding:0 0 40px;
}

#message{
	width:90%;
	margin:0 auto 100px;
	padding:50px 0 15px;
	background-color:#f5f5f5;
}

#message p{
	width:95%;
	padding:0;
	margin:0 auto 30px;	
	font-size:0.8rem;
}
.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:85%;
	margin:50px auto 0;
	text-align:left;
	line-height:1.2rem;
	font-size:0.8rem;
}
#about th{
	padding:20px;
	width:70px;	
	border-bottom:#ddd 1px solid;
	text-align:left;
}
#about td{
	padding:20px;
	border-bottom:#ddd 1px solid;
	text-align:left;
}
#about .nobd{
border:none;	
}

#about .list{
	padding-top:0;
	line-height:1.3rem;
	font-size:0.8rem;
}

#about li{
	text-align:left;
	margin-bottom:10px;
}

#about .view_pc,#about .view_sp{
	margin-top:0;
}

#about .view_sp {
	border-bottom:1px solid #ddd;
}

#about .view_sp .list{
	border:none;
}

#access p{
	text-align:center;	
}
#access{
	padding-top:100px;	
}

.map{
	width:90%;
	margin:0 auto;	
}
#station{
	margin: 30px auto;
	width:100%;
}
#station .flleft{
margin:0;	
}
#station p{
	margin-top:30px;
font-size:0.8rem;	
}

/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
#main_image{
	position: relative;
	width:100%;
	min-width:340px;
	max-width:767px;
	margin: 0 auto;
	background:#ddd;
}
.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 2% 50px;
  min-width:340px;
  max-width:767px;
	padding;0;
}
#intro h2{
	font-size:1.2rem;
	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.5rem;
	font-size: 1rem;
	padding: 30px 0;
	width: 98%;
	margin: 0 auto;
}
#btn_sv{
  width:96%;
margin:0 2%;
}
#btn_sv ul{
  margin-bottom:10px;
}

#btn_sv li{
  width:100%;
  margin-bottom:20px;
  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:40px;
	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;
	padding:10px 0;
}

#header {
	max-width:767px;
	min-width:340px;
	margin:0 auto;
	color:#fff;
}
#header h1{
	float:left;
	width:150px;
	margin:10px 20px;
}
#nav-drawer {
	position: relative;
}
.nav-unshown {
	display:none;
}

#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
	right:30px;
	top:20px;
	position:fixed;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #fff;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -16px;
}

#nav-close {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

#btn-close,#btn_close_ac{
	display:block;
}
#btn-close {
	text-align:center;
	margin:30px auto 0;
	width:50px;
	display:block;
}
#btn-close_ac{
}

#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 85%;
	max-width: 680px;
	height: 100%;
	background: rgb(0,0,0,0.7);
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
}

#nav-input:checked ~ #nav-close {
	display: block;
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#nav-content ul{
	width:80%;
	margin:40px auto 0;
}

#nav-content ul li{
	font-size:1rem;
	line-height:2rem;
	border-bottom:1px solid #ddd;
	padding:10px;
	text-align:right;
}

/* ----------------------------------------------------------------------
 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;
	max-width:767px;
	min-width:340px;
}
.ftmain{
max-width:767px;
  margin:0 auto;
  border-bottom:red solid 1px;
  padding:50px 0;
}
.ftleft{
	text-align:center;
	width:200px;
	margin:0 auto;
}
.ftleft img{
	width:;
	padding:50px 0;
}
.ftright p{
	line-height:30px;
	font-size:9px;
}
  footer small{
  font-size:0.5rem;
line-height:1.5rem;
}
  
