﻿@charset "utf-8";
/* CSS Document */

/*リセット*/
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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

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;
}

/*style*/
* { 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing:border-box;
}
h2{
	border-bottom:none!important;
	font-weight:bold!important;
}
a{
	text-decoration:none;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 1s linear;
	
}
a,a:link,a:visited{
	color: #666;
	}

.crumb{
	width: auto;
	margin-bottom:8px;
	padding:8px 0;
}
.ttl{
	font-family: YuGothic, 游ゴシック, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h2.style_h2{
	text-align: center;
	font-size:25px;
	margin:30px 0;
}

.cont{
	width: 1000px;
	margin: auto;
}
.d-flex{
	display: flex;
}
a{
	display: block;
}
.main-img{
	width: 1000px;
	margin: auto;
}
/*ticket*/
.ticket-menu ul {
    justify-content: center;
    margin: 20px 0;
}
.ticket-menu li{
	flex: 0 0 30%;
    margin: 0 10px;
}
.ticket-menu a{
	background: #f90;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 20px;
}
.ticket-menu a:before{
	content: '';
	position: absolute;
	width: 96%;
	height: 89%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 1px solid #fff;
}
.ticket-menu h3 {
    font-size: 1.6rem;
    background: url(../../img/topics/labopass/icon_ticket.png) no-repeat 30px 0px;
}
/*about*/
.about{
	background: #eee;
	padding: 50px 0;
}
.about h2{
	text-align: center;
	font-size: 2rem;
}
.about-point {
    margin: 30px 0;
}
.about-point li{
	border: 2px solid #f90;
	background: #fff;
	text-align: center;
	flex: 0 0 32.3%;
    margin-right: 15px;
}
.about-point li:last-child{
	margin-right: 0;
}
.about-point h3{
	background: #f90;
	color: #fff;
	padding: 10px;
}
.about-point p{
	padding: 10px;
}
.howtouse a{
	background: #fff;
	width: 300px;
	margin: 30px auto 0;
	border-radius: 50px;
	cursor: pointer;
	padding: 20px 0;
	text-align: center;
	border: 2px solid #666;
}
/*facility*/
.facility-cont {
    padding: 50px 0;
}
.facility-cont h2{
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	font-size: 1.6rem;
}
.facility-cont h2:after{
	content: '';
	position: absolute;
	width: 100px;
	border-bottom: 3px solid #f90;
	height: 2px;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -20px;
	
}
.facility-list ul{
	flex-wrap: wrap;
}
.facility-list li{
	flex: 0 0 18.8%;
    margin-right: 15px;
    margin-bottom: 20px;
}
.facility-list li:nth-child(5n) {
    margin-right: 0;
}

.labo-link a{
	background: #f90;
	color: #fff;
	text-align: center;
	width: 600px;
	margin:30px auto;
	padding: 20px 0;
    border-radius: 50px;
    font-size: 1.2rem;
}
.labo-link.other-btn a{
	background: #fff;
	color: #f90;
	border: 2px solid #f90;
}
@media screen and (max-width: 767px) {
	.cont{
		width: 100%;
		margin: auto;
	}
	.d-flex{
		display: block;
	}
	.main-img{
		width: 100%;
	}
	.ticket-menu h3 {
    	font-size: 1.1rem;
   	}
   	.ticket-menu li{
   		margin: 0 20px;
   	}
   	.ticket-menu a{
   		padding: 30px;
    	margin-bottom: 10px;
   	}
   	.about{
   		padding: 50px 10px;
   	}
   	.about h2{
		text-align: center;
		font-size: 1.3rem;
	}
	.about-point li{
		margin-right: 0;
    	margin-bottom: 10px;
	}
	.facility-list ul{
		display: flex;
		flex-wrap: wrap;
		padding: 0 5px;
	}
	.facility-list li{
		flex: 0 0 47.2%;
		margin: 0 5px;
	}
	.facility-list li:nth-child(5n){
		margin: 0 5px;
	}
	.facility-list li img{
		width: 100%;
	}
	.labo-link a{
		width: 90%;
	}
}
