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

@font-face {
	font-family:"Yu Gothic Bold";
	src:url("font/Yu Gothic Bold.eot");
	src:url("font/Yu Gothic Bold.eot?#iefix") format('embedded-opentype'),
	url("font/Yu Gothic Bold.ttf") format('truetype'),
	url("font/Yu Gothic Bold.woff") format('woff');
}

@font-face {
	font-family:"Yu Gothic Medium";
	src:url("font/Yu Gothic Medium.eot");
	src:url("font/Yu Gothic Medium.eot?#iefix") format('embedded-opentype'),
	url("font/Yu Gothic Medium.ttf") format('truetype'),
	url("font/Yu Gothic Medium.woff") format('woff');	
	
}


body {
   background-color: #fff;
 width: 100%;
	margin: 0;
	font-family: "Yu Gothic Medium";
}

*{
	margin:0;
	padding:0;
}
	


h1,h2,h3,h4,h5,h6{
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	left: auto;
	right: auto;
	clip: rect(auto,auto,auto,auto);
	line-height: 170%;
	font-weight: normal;
}

h2{
	font-size: 28px;
	text-align: center;
	font-family:"Yu Gothic Bold";
}
h3{
	font-size: 20px;
	text-align: center;
	font-family:"Yu Gothic Bold";
}
img{
	border:0;
	margin:0;
	padding:0;
	display: block;
}

table{
	border-spacing: 0px;
}

.c_b{
	clear:both;
}

a{
	text-decoration: none;
}

@media screen and (min-width: 640px){
.sp{
	display: none;
}
}
@media screen and (max-width: 639px){
.sp{
	display: block;
}
}
.logo{
	width: 230px;
	height: 65px;
	margin: 20px auto;
}

#topimg{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.contents{
	background-color: #26499d;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0;
}

#menu{
	display: flex;
  width: 450px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
@media screen and (min-width: 640px){
#menu li {
  flex: 1; /* 等分 */
  text-align: center; /* 文字中央寄せ */
	font-size: 16px;
	line-height: 130%;
padding-bottom: 3px; /* テキストと下線の間隔 */
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
	
}

#menu li:hover {
  background-position: bottom center; /* 下線のホバー時位置 */
  background-size: 70% 2px; /* 下線の横幅を100%にする */
}
	
}
@media screen and (max-width: 639px){
#menu li {
  flex: 1; /* 等分 */
  text-align: center; /* 文字中央寄せ */
	font-size: 18px;
	line-height: 130%;
	border-right: 1.5px solid #fff;
}
	
#menu li:last-child{
	border-right: 0;	
	}
}


#menu li a{
	color: #fff;	
}





#about{
	background-color: #f7f4ea;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 0px;
	margin: 0;
}

.about{
	width: 90%;
	max-width: 1000px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
	padding-top: 30px;
}

#about h2{
	color: #333;
	font-family: "Yu Gothic Bold";
}
#about .subtitle{
	font-size: 14px;
	text-align: center;
	color: #26499d;
	margin-bottom: 10px;
}
.blue{
	width: 30px;
	height: 3px;
	margin: 10px auto 25px;
	background-color: #26499d;
	border: none;
}

.wight{
	width: 30px;
	height: 3px;
	margin: 10px auto 25px;
	background-color: #fff;
	border: none;
}


#about .about-text1{
	font-size: 20px;
	text-align: center;
	color: #26499d;
	font-family: "Yu Gothic Bold";
	margin-bottom: 25px;
	line-height: 150%;
}
#about .about-text2{
	font-size: 16px;
	text-align: center;
	color: #333;
	line-height: 190%;
}

#about img{
	margin: 40px auto 0;
}




#eventinfo h2,#time h2{
	color: #fff;
}
#eventinfo .subtitle,#time .subtitle{
	color: #fff;
	text-align: center;
}

#eventinfo .day{
	width: 360px;
	height: 80px;
	margin: 20px auto 50px;
	background-color: #fff;
	padding-top: 12px;
}
#eventinfo .day h3{
	color: #26499d;
	font-family: "Yu Gothic Bold";
}
#eventinfo .day p{
	color: #26499d;
	font-size: 24px;
	text-align: center;
	line-height: 130%;
}

#eventinfo .place h3{
	color: #fff;
	font-family: "Yu Gothic Bold";
	margin-bottom: 7px;
}
#eventinfo .place .facility{
	color: #fff;
	font-size: 24px;
	text-align: center;
}
#eventinfo .place .ad{
	color: #fff;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
}
#map,#map iframe{
	width: 100%;
	height: 385px;
	margin: 0;
	padding: 0;
}




@media screen and (min-width: 640px){
#time .schedule{
	width: 560px;
	background-color: #fff;
	padding: 25px 20px;
	height: auto;
	margin: 10px auto;
}
	
#time .schedule p{
	color: #26499d;
	font-size: 23px;
	line-height: 110%;
}
#time .schedule p span{
	color: #333;
}

#time .schedule .dot{
	width: 100%;
	background-image: url("dot.png");
	background-size: 457px 15px;
	background-position: left;
	background-repeat: no-repeat;
}
}
@media screen and (max-width: 639px){	
#time .schedule{
	width: 80%;
	background-color: #fff;
	padding: 25px 20px;
	height: auto;
	margin: 10px auto;
}

#time .schedule p{
	color: #26499d;
	font-size: 23px;
	line-height: 170%;
}
#time .schedule p span{
	color: #333;
}
	
#time .schedule .dot{
	width: 100%;
	background-image: url("dot.png");
	background-size: 457px 15px;
	background-position: -140px;
	background-repeat: no-repeat;
}
}

#time .schedule .dot p{
	text-align: right;
	font-size: 17px;
}

#companyinfo{
	background-image: url("back.png");
	padding-top: 40px;
	padding-bottom: 40px;
}

#companyinfo h2{
	color:#333;
}
#companyinfo .subtitle{
	color: #26499d;
	text-align: center;
}

#companyinfo .list table{
	width: 85%;
	max-width: 720px;
	height: auto;
	text-align: left;
	border: none;
	margin: 20px auto;
}

@media screen and (min-width: 640px){
#companyinfo .list table th{
	background-color: #26499d;
	color: #fff;
	padding: 10px 20px;
	border: none;
	font-size: 15px;
}
#companyinfo .list table tr{
	border-top: none;
	border-right: none;
	border-left: none;	
}
#companyinfo .list table .wi{
	background-color: #fff;
}
#companyinfo .list table .bl{
	background-color: #dee4f0;
}
#companyinfo .list table td{
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 3px 20px;
	border-bottom: 1px solid #92a4ce;
}
#companyinfo .list .name a{
	font-size: 15px;
	color: #26499d;
	font-family: "Yu Gothic Bold";
	text-decoration: underline;
}

#companyinfo .list .job{
	font-size: 14px;
	color: #333;
}
}


@media screen and (max-width: 639px){
#companyinfo .list table th{
	background-color: #26499d;
	color: #fff;
	padding: 10px 20px;
	border: none;
	font-size: 18px;
}
#companyinfo .list table tr{
	border-top: none;
	border-right: none;
	border-left: none;	
}
#companyinfo .list table .wi{
	background-color: #fff;
}
#companyinfo .list table .bl{
	background-color: #dee4f0;
}
#companyinfo .list table td{
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 3px 20px;
	border-bottom: 1px solid #92a4ce;
}
	
	#companyinfo .list .name{
		width: 65%;
	}
#companyinfo .list .name a{
	font-size: 18px;
	color: #26499d;
	font-family: "Yu Gothic Bold";
	text-decoration: underline;
}

#companyinfo .list .job{
	font-size: 16px;
	color: #333;
	line-height: 150%;
}
}

footer{
	width: 100%;
	background-color: #26499d;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

.takakuwa{
	width:500px;
	height: auto;
	margin: 0 auto;
	color: #fff;
}

address{
	float: left;
	text-decoration: none;
	font-style: normal;
}
address .factory{
	font-family: "Yu Gothic Bold";
	font-size: 16px;
	text-align: left;
	margin-top: 15px;
}

address .t-add{
	font-size: 14px;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
}
.com-image{
	width: 209px;
	height: 208px;
	float: right;
}
			
.copy{
	width: 100%;
	height: 45px;
	padding-top: 25px;
	text-align: center;
	color: #333;
	font-size: 12px;
	background-color: #fff;
}			

/*------------------------------
アンケートフォーム
-------------------------------*/

#questionnaire{
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f7f4ea;
}

.blue-long{
	width: 330px;
	height: 3px;
	margin: 10px auto 25px;
	background-color: #26499d;
	border: none;
}

#questionnaire .que-p{
	text-align: center;
	font-size: 16px;
}

.from{
	width: 360px;
	height: 50px;
	border-radius: 7px;
	background-color: #26499d;
	text-align: center;
	margin: 30px auto;
 box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	padding: 25px 0px;
}
.from:hover{
	background-color: #002b7b;
}
.from a{
	color: #fff; 
	font-size: 26px;
	font-family: "Yu Gothic Bold";
	padding: 45px 35px;
}

.red{
	color: #e60012;
	font-size: 24px;
	text-align: center;
}
/*------------------------------
TOPボタン
-------------------------------*/
#pageTop {
	position:fixed; /*固定*/
	bottom:100px; /*場所を右下に移動*/
	right:3%; /*場所を右下に移動*/
	display:block; /*aタグをblock要素に変更*/
	width: 73px;
	height: 73px;
	background-image:url("totop.png");	
	background-size: 73px 73px;
	z-index: 999;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
			