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

h1, h2, h3, h4, h5, h6 { font-size: 100%; margin: 0; padding: 0; }
caption, cite { font-style: normal;font-weight: normal; }
caption, th { text-align: left;font-weight: lighter; }
ul, ol { clear: both;list-style: none;margin: 0px;padding: 0px; }
li { list-style: none;font-size: 100%;line-height: 1.25em; }
input.btn { width: auto; }
hr,.areaAnchor,.anchor { display: none; }
img ,object { border: 0px;vertical-align: text-botom; }
em { visibility: hidden;color: #CCCCCC;font-size: 7px; }
acronym, abbr{ cursor: default; }

body {
	margin: 0;
	padding: 20px;
	font-size: 14px;
	line-height: 2em;
	letter-spacing: 0.02em; 
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #000;
}

/* clear
--------------------*/
.clear {
    clear: both;
} 
/*--------------------*/



img ,object { border: 0px;vertical-align: text-botom; }

.blue_s {
	color: #069;
}

p {
	text-align: justify;
	text-justify: inter-ideograph;
}


/* link
--------------------*/
a { font-size: 100%; }
a:link { text-decoration: underline; color:#000; }
a:visited { text-decoration: underline; color:#000; }
a:hover { text-decoration: underline; color:#000; }

.img a:hover img {
opacity: .0;
-webkit-opacity: .0;
-moz-opacity: .0;
filter: alpha(opacity=00);	/* IE lt 8 */
-ms-filter: "alpha(opacity=00)"; /* IE 8 */
}
 
.img a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
/*--------------------*/


/* go-to-top
--------------------*/
#footer-top #go-to-top { width: 30px; height: 30px; text-align: right; float: right; margin: 0; padding: 0; background: url(../images/line.gif); }
#footer-top #go-to-top a:hover img {
opacity: .40;
-webkit-opacity: .40;
-moz-opacity: .40;
filter: alpha(opacity=40);	/* IE lt 8 */
-ms-filter: "alpha(opacity=40)"; /* IE 8 */
}
 
#footer-top #go-to-topa img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

/*--------------------*/




/* 第2階層以降
--------------------*/

#container {
	width: 1000px;
	margin: 0 auto;
	border: 0;
	text-align: left;
}

#header {
	width: 1000px;
	height: 75px;
	margin: 50px 0 70px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
}

#header h1 {
	float: left;
}


/* g-navi
--------------------*/
#header #g-navi {
    width: 400px;
    height: 75px;
    float: right;
    padding: 0;
}

#header #g-navi ul {
	padding: 0px;
	list-style: none;
	margin: 0;
}
#header #g-navi ul a {
	display: block;
	overflow: hidden;
	text-decoration: none;
}
#header #g-navi li {
	display: block;
	float: left;
}

#header #g-navi ul a.btn1 { width: 100px; height: 75px; background: url(../images/navi_01.png) no-repeat; background-position: 0 0; }
#header #g-navi ul a:hover.btn1 { width: 100px; height: 75px; background: url(../images/navi_01ov.png) no-repeat; background-position: 0 0; }
#header #g-navi ul a.btn1ov { width: 100px; height: 75px; background: url(../images/navi_01ov.png) no-repeat; background-position: 0 0; }

#header #g-navi ul a.btn2 { width: 100px; height: 75px; background: url(../images/navi_02.png) no-repeat; background-position: 0 0; }
#header #g-navi ul a:hover.btn2 { width: 100px; height: 75px; background: url(../images/navi_02ov.png) no-repeat; background-position: 0 0; }
#header #g-navi ul a.btn2ov { width: 100px; height: 75px; background: url(../images/navi_02ov.png) no-repeat; background-position: 0 0; }

#header #g-navi ul a.btn3 { width: 100px; height: 75px; background: url(../images/navi_03.png) no-repeat; background-position: 0 0; }
#header #g-navi ul a:hover.btn3 { width: 100px; height: 75px; background: url(../images/navi_03ov.png) no-repeat; background-position: 0 0; }
#header #g-navi ul a.btn3ov { width: 100px; height: 75px; background: url(../images/navi_03ov.png) no-repeat; background-position: 0 0; }

#header #g-navi ul a.btn4 { width: 100px; height: 75px; background: url(../images/navi_04.png) no-repeat; background-position: 0 0; }
#header #g-navi ul a:hover.btn4 { width: 100px; height: 75px; background: url(../images/navi_04ov.png) no-repeat; background-position: 0 0; }
#header #g-navi ul a.btn4ov { width: 100px; height: 75px; background: url(../images/navi_04ov.png) no-repeat; background-position: 0 0x; }

#header #g-navi ul a.btn5 { width: 100px; height: 75px; background: url(../images/navi_05.png) no-repeat; background-position: 0 0; }
#header #g-navi ul a:hover.btn5 { width: 100px; height: 75px; background: url(../images/navi_05ov.png) no-repeat; background-position: 0 0; }
#header #g-navi ul a.btn5ov { width: 100px; height: 75px; background: url(../images/navi_05ov.png) no-repeat; background-position: 0 0; }

/**/


#content {
	width: 1000px;
	padding: 0;
	float:left;
}

#box {
	width: 1000px;
	padding-bottom: 50px;
	clear: both;
}

.t12 {
	font-size:12px;
	font-weight:normal;
}

#box .still {
	width: 230px;
	height: 160px;
	float: left;
	padding: 0 10px 20px 10px;
}

#box .movie {
	width: 230px;
	height: 160px;
	float: left;
	padding: 0 10px 20px 10px;
}

#box .movie .caption {
	font-size: 10px;
	line-height:12px;
	margin: 0;
}

#box .caution {
	font-size:0.8em;
	padding-top:1.5em;
}

/**/
.youtube {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 230px;
	height: 129px;
}
.youtube::before {
	position: absolute;
	content: "▶︎";
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 129px;
	background: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.3s;
}
.youtube:hover::before {
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	transition: all 0.3s;
}
/**/



#box_contact {
	width: 1000px;
	padding: 100px 0;
	clear: both;
}

#box_contact p {
	text-align: center;
}



#box .box_r {
	float: right;
	padding: 0;
	width: 750px;
}

#box .box_contact_r {
	float: right;
	padding: 100px 0;
	width: 750px;
}

#box .box_contact_r p {
	text-align: center;
}


#box .box_r .movie {
	float: left;
	padding: 50px 20px 50px 20px;
	width: 315px;
	height:auto;
	text-align: right;
}

#box .box_r .still {
	float: left;
	padding: 50px 20px 50px 20px;
	width: 315px;
	height:auto;
	text-align: left;
}

#box .name {
	width: 100%;
	height: 35px;
	font-size: 22px;
	margin-bottom: 50px;
	float: right;
	font-size: 1.5em;
}


#box .titB {
	width: 100%;
	height: 35px;
	font-size: 35px;
	background: url(../images/line.gif) repeat-x;
	background-position: bottom;
	margin-bottom: 30px;
	float: right;
	font-size: 1.5em;
}

#box .tit {
	width: 100%;
	height: 35px;
	font-size: 22px;
	background: url(../images/line.gif) repeat-x;
	background-position: bottom;
	margin-bottom: 30px;
	float: right;
	font-size: 1.2em;
}


#box .stit {
	width: 100%;
	height: 35px;
	font-size: 18px;
	background: url(../images/sline.gif) repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	float: right;
	font-size: 1.1em;
}
.keep-all {
        word-break: keep-all; /* 単語の切れ目でしか改行しない */
    }

#box .ph_r {
	float: right;
	padding: 0 0 0 20px;
}
#box .ph_l {
	float: left;
	padding: 0 20px 0 0;
}
#box .ph_l_end {
	float: left;
	padding: 0;
}


#box .tit1000 {
	width: 1000px;
	height: 35px;
	font-size: 22px;
	background: url(../images/line.gif) repeat-x;
	background-position: bottom;
	margin-bottom: 30px;
	float: right;
	font-size: 1.2em;
}

#box .stit1000 {
	width: 1000px;
	height: 35px;
	font-size: 18px;
	background: url(../images/sline.gif) repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	float: right;
	font-size: 1.1em;
}	


/* footer
--------------------*/
#footer {
	width: 1000px;
	margin: 0 ;
	padding: 30px 0;
	border: 0;
	letter-spacing: 0.06em; 
	font-size: 10px;
	color: #000;
	position: absolute;
}

#footer .copy {
	width: 970px;
	margin: 0 ;
	float: left;
	padding: 0;
	border: 0;
	text-align: center;
	letter-spacing: 0.06em; 
	font-size: 10px;
	color: #000;
}




/* footer_bottom
--------------------*/
#footer_bottom {
	width: 1000px;
	margin: 0 ;
	padding: 30px 0;
	border: 0;
	letter-spacing: 0.06em; 
	font-size: 10px;
	color: #000;
	position: absolute;
    bottom: 0;
}

#footer_bottom .copy {
	width: 970px;
	margin: 0 ;
	float: left;
	padding: 0;
	border: 0;
	text-align: center;
	letter-spacing: 0.06em; 
	font-size: 10px;
	color: #000;
}

/* go-to-top
--------------------*/
#footer_bottom #go-to-top { width: 30px; height: 30px; text-align: right; float: right; margin: 0; padding: 0; background: url(../images/line.gif); }
#footer_bottom #go-to-top a:hover img {
opacity: .40;
-webkit-opacity: .40;
-moz-opacity: .40;
filter: alpha(opacity=40);	/* IE lt 8 */
-ms-filter: "alpha(opacity=40)"; /* IE 8 */
}
 
#footer_bottom #go-to-topa img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}



/* accordion
--------------------*/
dl {
   width: 750px;
   margin-top: 0;
   margin-bottom: 20px;
}


dt {
   padding: 0;
   margin: 0 auto;
   width: 85px;
   font-size: 22px;
}

dd {
   border-top: 0;
   margin: 0;
   padding: 0;
}




dt {
   position: relative;
}

dt:after {
   content: "";
   position: absolute;
   border-right: 1px solid #000;
   border-bottom: 1px solid #000;
   width: 12px;
   right: 12px;
   height: 12px;
   transform: rotate(45deg);
   margin-top:8px;
}

dt.ac:after {
   content: "";
   position: absolute;
   border-left: 1px solid #000;
   border-top: 1px solid #000;
   border-right: 0;
   border-bottom: 0;
   width: 12px;
   right: 12px;
   height: 12px;
   transform: rotate(45deg);
   margin-top:14px;
}
