@charset "utf-8";

	@import url("font.css");

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	base

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}

html {
	overflow-y: scroll;
}

body {
	font-family: 'NotoSansCJKjp',"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
	font-size: 100%;
	line-height: 1.6;
	color: #333333;
}

img {
	vertical-align: bottom;
}

a {
	outline: none;
	text-decoration: underline;
	color: #4C4948;
}

a img  {
	border: none;
}
a:hover img  {
	opacity: 0.8;
}

li {
	list-style-type: none;
}

main {
	display: block;
}

@media screen and ( max-width:767px ) {
	.pcOnly {
		display:none !important;
	}
}
@media screen and ( min-width:768px ) {
	.spOnly {
		display:none !important;
	}
}
a:link ,
a:visited {
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}

.bg_white {
	background:#ffffff;
}
.bg_gray {
	background:#f2f2f2;
}

.red {color:#ff0000;}
.gray {color:#888888;}
.blue {color:#007fda;}

.mt0{margin-top:0px !important;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt60{margin-top:60px;}
.mt80{margin-top:80px;}
.mb0{margin-bottom:0px !important;}
.mb30{margin-bottom:30px;}
.ml0{margin-left:0px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml1em{margin-left:1em;}
.ml2em{margin-left:2em;}
.ml3em{margin-left:3em;}
.ml4em{margin-left:4em;}

.fontsize_150 {font-size:150% !important ;}
.fontsize_120 {font-size:120% !important ;}
.fontsize_90 {font-size:90% !important ;}
.fontsize_80 {font-size:80% !important ;}
.fontsize_70 {font-size:70% !important ;}

.tx_kome {
	font-size:80%;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	header

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
header {
	background:url(../img/mv_bg.png) no-repeat top center ;
}
header .inner {
	margin:0 auto;
	width:1000px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	共通

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.contents {
	margin:0 auto;
	padding:40px 0;
	width:1000px;
}

.readWrap .read {
	text-align:center;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:18px;
}
.readWrap .infoWrap {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:40px;
}
.readWrap .infoWrap img {
	width:100%;
}
.readWrap .infoWrap .infor_1 {
	padding:20px 0;
	width:100%;
	text-align:center;
	border:1px solid #000;
}
.readWrap .infoWrap .infor_1 img {
	width:80%;
}
.readWrap .infoWrap .infor_2 {
	margin-top:40px;
	width:45.6%;
}
.readWrap .infoWrap .infor_3 {
	margin-top:40px;
	width:48.5%;
}

.btnWrap {
	display:flex;
	justify-content: center;
	margin-top:50px;
}
.btnWrap a.btn1 {
	display:block;
	margin:0 20px;
	padding:0.5em 0;
	width:14em;
	text-align:center;
	background-image: linear-gradient(to bottom, #0095ec 0%, #004b8a 100%);
	border:4px solid #fff;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:24px;
	color:#fff;
	border-radius:50px;
	box-shadow:5px 5px 10px #00649e;
}
.btnWrap a.btn2 {
	display:block;
	margin:0 20px;
	padding:0.5em 0;
	width:16em;
	text-align:center;
	background-image: linear-gradient(to bottom, #0095ec 0%, #004b8a 100%);
	border:4px solid #fff;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:24px;
	color:#fff;
	border-radius:50px;
	box-shadow:5px 5px 10px #00649e;
}

.programWrap {
	margin-top:80px;
	padding:0 30px 20px;
	border:4px solid #ef8aa4;
	border-radius: 20px;
	box-shadow:10px 10px 6px #ccc;
}
.programWrap h2 {
	margin-top:-30px;
	margin-bottom:40px;
	text-align:center;
	font-family: 'NotoSansCJKjp';
	font-weight: 900;
	font-size:30px;
}
.programWrap h2 span {
	padding:10px 35px 15px;
	color:#ffffff;
	text-shadow:2px 2px 6px #a10553;
	background-image: linear-gradient(to bottom, #e8527d 0%, #d91a79 100%);
	border-radius: 50px;
}
.programWrap dl {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:3px dotted #ccc;
}
.programWrap dl.last {
	margin-bottom:0;
	padding-bottom:15px;
	border-bottom:none;
}
.programWrap dl dt {
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:24px;
	color:#0071b3;
	line-height:1.5;
}
.programWrap dl dt span {
	font-size:80%;
}
.programWrap dl dd strong {
	font-size:140%;
}

.accessWrap {
	margin:50px 0;
}
.accessWrap h2 {
	text-align:center;
	font-family: 'NotoSansCJKjp';
	font-weight: 900;
	font-size:40px;
	color:#d4257b;
}
.accessWrap .add {
	margin-top:10px;
	text-align:center;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:28px;
}
.accessWrap .add_2 {
	margin-top:10px;
	text-align:center;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:20px;
}
.accessWrap .map {
	margin-top:30px;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	footer

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

.footer {
	margin-top:50px;
	padding:30px 0 50px;
	border-top:1px solid #ddd;
	background:#f2f2f2;
}
.footer .inner {
	margin:0 auto;
	width:960px;
	line-height:1.5;
	text-align:center;
}
.footer .inner h2 {
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:24px;
}
.footer .inner p {
	margin-top:15px;
}
.footer .inner .f_ti {
	font-size:20px;
}
.footer .inner .tx {
	font-size:16px;
}
.footer .inner .copyright {
	font-size:14px;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222 !important;
    font-size: 22px;
    text-decoration: none;
    padding: 10px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff !important;
    font-size: 22px;
    text-decoration: none;
    padding: 10px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}



