@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* -----Basic style----- */
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body {
	line-height: 2;
	max-width: 1600px;
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
}
body, th, td, h1, h2, h3, h4, h5, h6, pre, input, textarea, option, div, p, dt, dd, li, address {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}
a {
	color: #333333;
	text-decoration: none;
}
.tx-s {
	font-size: 1.2rem;
}
.tx-m {
	font-size: 1.8rem;
}
.fw-b {
	font-weight: bold;
}
.color1 {
	color: #0e1937;
}
.bg-color1{
	display: inline-block;
	background: #a8d3ff;
	color: #fff;
	padding: 10px;
}
.bg-color-line{
	display: inline-block;
	background: #00b900;
	color: #fff;
	padding: 10px;
}
.wid {
	width: 100%;
}
.pad10 {
	padding: 10px;
}
.pad20 {
	padding: 20px;
}
.margin-b20{
	margin-bottom: 20px;
}
.margin-b40{
	margin-bottom: 40px;
}
.margin-b80{
	margin-bottom: 80px;
}
.display-none {
	display: none;
}
.imgtxt {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.clr,
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.flex2{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.flex3{
	display: flex;
	justify-content: flex-start;
}
.flex4{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
hr{
	width: 80%;
	height: 1px;
	background-color: #cccccc;
	border: none;
	margin-bottom: 40px;
}
.pcview {
	display: block;
}
.spview {
    display: none;
}
#contact-btn {
	position: fixed;
	bottom: 60px;
	left: 20px;
}
#contact-btn a {
	display: block;
	z-index: 999;
	padding: 6px;
	text-decoration: none;
	text-align: center;
}
#contact-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
/* -----Basic styleここまで----- */


/* -----Common style----- */
.wrapper {
	width: 100%;
	height: 100vh;
}
header {
}
.paradeiser{
	background: rgba(221,221,221,1);
}
.paradeiser .paradeiser_logo{
	max-width: 48px;
	width: 100%;/*20190722追加*/
}
.paradeiser ul.paradeiser_children li {
    background: #ffffff;
}
.paradeiser ul.paradeiser_children li a {
    color: #333333;
}
.paradeiser ul.paradeiser_children li a:hover{
	color: #ffffff;
}
.paradeiser ul.paradeiser_children li:last-child {
    height: 100vh;
}
.paradeiser ul.paradeiser_children li:last-child a {
    height: 100vh;
}
.paradeiser a{
	padding-top: 4px;
}
.paradeiser a span{
	color: #fff;
	margin-top: -4px;
}
.paradeiser a::before,
.paradeiser a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.paradeiser a,
.paradeiser a::before,
.paradeiser a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.paradeiser a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
.paradeiser a:hover::after {
	background: rgba(143,143,143,1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
#main {
	margin-bottom: 40px;
}
#main h2{
	font-size: 2rem;
	font-weight: bold;
}
#main h3{
	font-size: 1.6rem;
	font-weight: bold;
}
.container {
	width: 980px;
	margin: 0 auto;
}
.main-contents {
	width: 100%;
}
/* flex */
.box-3col {
	width: 27%;
	margin-bottom: 80px;
}
.box-3col p{
	margin-bottom: 20px;
}

/* button */
.button-1{
	width: 98%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 8px 8px 0px 0px #dddddd;
    background: #fff;
	border: 1px solid #cccccc;
}
.button-1 a{
    display: block;
    font-size: 1.4rem;
    text-decoration: none;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}
.eff-1{
	width: 100%;
    height: 50px;
    left: -320px;
    top: -50px;
    background: #bbbbbb;
    position: absolute;
    transition: all .2s ease;
    z-index: 1
}
.button-1:hover .eff-1{
	left:0;
	top:0;
}
.button-1:hover a{
	color:#fff;
}
.button-2{
	width: 98%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 8px 8px 0px 0px #dcc48d;
    background: #0e1937;
	border: 1px solid #fff;
}
.button-2 a{
    display: block;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}
.eff-2{
	width: 100%;
    height: 50px;
    left: -320px;
    top: -50px;
    background: #fff;
    position: absolute;
    transition: all .2s ease;
    z-index: 1
}
.button-2:hover .eff-2{
	left:0;
	top:0;
}
.button-2:hover a{
	color:#0e1937;
}
footer nav{
	width: 980px;
    margin: 0 auto 40px;
    padding: 10px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
footer ul{
	display: flex;
	justify-content: space-around;
}
footer ul li a{
	position: relative;
	display: inline-block;
	transition: all .3s ease 0s;
}
footer ul li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #333333;
	transition: all .3s ease 0s;
}
footer ul li a:hover::after {
	width: 100%;
}
footer p.copyright{
	background: #cccccc;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
/* pagetop */
#pageTop {
	position: fixed;
	bottom: 80px;
	right: 20px;
}
#pageTop a {
	display: block;
	z-index: 999;
	padding: 6px;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	background-color: #cccccc;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
/* pankuzu */
.pankuzu{
	margin-bottom: 40px;
	background-color: #efefef;
}
.cd-breadcrumb {
	width: 100%;
	max-width: 980px;
	padding: 0;
	margin: 0 auto;
}
.cd-breadcrumb::after {
	content: "";
	display: table;
	clear: both;
}
.cd-breadcrumb li {
	display: inline-block;
	float: left;
	margin: 0.5rem 0;
}
.cd-breadcrumb li::after {
	display: inline-block;
	content: '\00bb';
	margin: 0 .6rem;
	color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after {
	display: none;
}
.cd-breadcrumb li > * {
  display: inline-block;
  font-size: 1.4rem;
  color: #333333;
}
.cd-breadcrumb li.current > * {
	color: #0e1937;
}
.cd-breadcrumb a {
	transition: all .3s ease 0s;
}
.cd-breadcrumb a:hover {
	color: #dcc48d;
}
.address{
	padding: 40px 20px;
}
.address h2{
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	text-align: center;
}
.address h2 img{
	width: 20% !important;
	height: auto;
}
.address p{
	margin-bottom: 20px;
}
p.contact-btn{
	margin-bottom: 5px !important;
}
a.contact-btn{
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
    text-align: center;
    padding: 10px;
    border: 1px solid #cccccc;
}
a.contact-btn:hover{
    transition: all .3s ease;
	background: #cccccc;
	color: #ffffff;
}
.sns{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 16px 0 10px;
}
.sns ul{
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
.sns ul li{
	width: 33%;
}
.sns ul li +li{
	border-left: 1px solid #cccccc;
}
.sns ul li a{
	display: block;
	text-align: center;
}
.sns ul li a img{
	width: 16%;
	height: auto;
}
/* -----Common styleここまで----- */

/* -----top----- */
#top .mainvis{
	height: 88%;
	margin-top: 60px;
	margin-bottom: 80px;
	display: flex;
    align-items: center;
}
#top .mainvis .inner{
	width: 80%;
    margin: 0 auto;
}
#top .mainvis .inner h1{
	margin-bottom: 40px;
}
#top .mainvis .inner h1 img{
	width: 56%;
    height: auto;
}
#top .mainvis .inner h2 img{
	width: 80%;
    height: auto;
}
#top .main-contents .top-contents-box{
	margin-bottom: 80px;
}
#top .main-contents .top-contents-box:last-child{
	margin-bottom: 0;
}
#top .box-l,
#top .box-r{
	width: 49%;
}
#top .box-l p{
	margin-bottom: 20px;
}
#top .box-r img{
	width: 100%;
	height: auto;
}
#top .s-box{
	width: 30%;
}
#top .s-box p{
	margin-bottom: 20px;
}
#top .s-box2{
	width: 49%;
}
#top .s-box2 p{
	margin-bottom: 20px;
}

/* nlog */
#top .nlog{
	width: 980px;
	margin: 0 auto 80px;
}
#top .nlog .nlog-list-contents{
	padding: 0 20px 20px;
	margin-bottom: 20px;
}
#top .nlog h2{
	font-size: 2rem;
    font-weight: bold;
}
#top .nlog .nlog-contents .nlog-list a{
	display: block;
}
#top .nlog .nlog-contents .nlog-list a:hover{
    transition: all .3s ease;
	opacity: .6;
}
#top .nlog .nlog-list-contents .nlog-img img{
	width: 100%;
	height: auto;
}
#top .nlog .nlog-text h3{
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 2.2rem;
}
#top .nlog .nlog-text h3 span{
	display: block;
	padding-bottom: 5px;
}
#top .nlog .nlog-text p{
	line-height: 2.2rem;
}

#top .top-contents-box .tbb{
	width:100%;
	height:100%;
    margin-bottom: 40px;
}
#top .top-contents-box .tbb::after{
	content:"";
	display:block;
	height:4px;
	width:100%;
	background:-webkit-gradient(linear, left top, right bottom, from(#cdeaf1), to(#ecb0c3));
	background:-moz-linear-gradient(left, #cdeaf1, #ecb0c3);
	background:linear-gradient(left, #cdeaf1, #ecb0c3);
}
#top .top-contents-box h2.title{
	padding-bottom: 1rem;
    line-height: 2.2rem;
}
#top .top-contents-box h2.title span{
	display: block;
    color: #a8d3ff;
    font-size: 1.4rem;
}
#top .top-contents-box h2.title img{
	vertical-align: bottom;
}
#top .top-contents-box h2.title2{
	padding-bottom: 1rem;
    line-height: 2.2rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}
#top .top-contents-box h2.title2 span{
	display: block;
    color: #a8d3ff;
    font-size: 1.4rem;
}
#top .top-contents-box h2.title2 img{
	vertical-align: bottom;
}
#top .top-contents-box ul{
	margin-bottom: 20px;
}
#top .common_info_inner {
    width: 100%;
}
#top .info_calendar {
    width: 100%;
    margin: 0 auto 15px;
    border-collapse: collapse;
}
#top .info_calendar tr {
    border-bottom: 2px solid #333333;
}
#top .info_calendar tr td {
    color: #333333;
	text-align: center;
}
#top .info_calendar tr th,
#top .info_calendar tr td {
    padding: 5px 0;
}
#top .info_calendar tr.r1 th {
    color: #333333;
}
#top .info_calendar tr.r1 th.sat {
    color: #0f90d3;
}
#top .info_calendar tr.r1 th.sun {
    color: #ff0000;
}
#top .info_calendar tr.r2 th {
	width: 30%;
}
/* -----topここまで----- */

/* -----subpage Common style----- */
.second .mainvis-second{
	height: 32%;
    margin-top: 60px;
    display: flex;
    align-items: center;
}
.second .mainvis-second .inner {
    width: 980px;
    margin: 0 auto;
}
.second .mainvis-second .inner h1 {
    margin-bottom: 0;
}
.second .mainvis-second .inner h1 img {
    width: 20%;
    height: auto;
}
.second .mainvis-second .inner h1.infovis img {
    width: 30%;
    height: auto;
}
.second .mainvis-second .inner h1.infovis2 img {
    width: 40%;
    height: auto;
}
.second .top-contents-box h3.title2{
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}
.second .top-contents-box h3.title2::before{
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #a8d3ff;
	border-radius: 2px;
}
.second .top-contents-box .box-3col p{
	text-align: justify;
}
.second .top-contents-box .box-3col p img{
	display: block;
    margin: auto;
    padding-bottom: 20px;
}
.second .top-contents-box .box-3col h4{
	text-align: center;
    padding-bottom: 4px;
    font-weight: bold;
    font-size: 1.6rem;
}
.second .characteristic .box-3col p{
	text-align: justify;
}
.second .characteristic .box-3col p img{
	display: block;
    margin: auto;
    padding-bottom: 20px;
}
.second .characteristic .box-3col h4{
	text-align: center;
    padding-bottom: 4px;
    font-weight: bold;
    font-size: 1.6rem;
}
/* -----subpage Common styleここまで----- */

/* -----access----- */
.second .access table{
	width: 100%;
}
.second .access table,
.second .access table td,
.second .access table th{
	border: 1px solid #ccc;
}
.second .access table td,
.second .access table th{
	padding: 10px 20px;
}
.second .access table th{
	background: #bbbbbb;
	color: #ffffff;
}
.second .line table th{
	background: #00b900;
	color: #ffffff;
}
/* -----accessここまで----- */

/* -----news----- */
.second .news-box ul li a{
	display: block;
    font-size: 1.4rem;
    border-bottom: 1px dotted #ccc;
    padding: 20px 20px;
	transition: all .3s ease 0s;
}
.second .news-box ul li a:hover{
	color: #fff;
	background: #0e1937;
	border-bottom: 1px solid #0e1937;
}
/* -----newsここまで----- */

/* -----nlog----- */
.nlog-container ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlog-container ul::after{
	content: "";
	display: block;
	width: 30%;
	height: 0;
}
.nlog-container ul li.nlog-list{
	width: 30%;
	margin-bottom: 80px;
}
.nlog-container ul li.nlog-list a{
	display: block;
}
.nlog-container ul li.nlog-list a .nlog-list-contents .nlog-img img{
	width: 100%;
	height: auto;
}
.nlog-vis img {
    width: 100%;
    height: auto;
}
/* -----nlogここまで----- */

/* -----pager----- */
.pager {
	clear: both;
	margin: 30px 0;
	text-align: center;
}
.pager span {
	margin: 5px;
	padding: 5px 8px;
	color: #fff;
	background: #333333;
}
.pager span:hover {
	cursor: pointer;
	background: #999;
}
.pager span.current {
	color: #333333;
	background: none;
}
.pager span.current:hover {
	cursor: default;
}
.pager span.invalid {
	color: #dcdcdc;
	background: none;
}
.pager span.invalid:hover {
	cursor: default;
}
.pager span.ellipsis {
	color: #333333;
	background: none;
}
.pager span.ellipsis:hover {
	cursor: default;
}
.pageNum {
	margin: 30px 0;
	text-align: center;
}
.image-link{
	display:block;
	text-align:center;
}
/* -----pagerここまで----- */

/* -----meo----- */
p.sl-link a{
	display: block;
}
p.sl-link a img{
	width: 100%;
	height: auto;
}
/* -----meoここまで----- */

/* -----responsive----- */
@media only screen and (max-width: 1023px) {
	#main{
		width: 90%;
		margin: 0 auto;
	}
	.container{
		width: 100%;
		flex-direction: column;
	}
	.main-contents{
		width: 100%;
	}
	#pagetop{
		margin-bottom: 0;
	}
	footer nav {
		width: 100%;
		border-bottom: none;
	}
	footer ul{
		flex-direction: column;
		text-align: center;
	}
	footer ul li{
		padding: 10px 0;
		border-bottom: 1px dotted #000;
	}
	#top .nlog{
		width: 90%;
		margin: 0 auto 80px;
	}
	.box-3col {
		width: 45%;
		margin-bottom: 40px;
	}
	.box-3col p{
		margin-bottom: 20px;
	}
	.second .mainvis-second .inner {
		width: 94%;
	}
	.second .mainvis-second .inner h1.infovis2 img {
		width: 70%;
	}
	.second .mainvis-sub {
		margin-top: 50px;
	}
	.nlog-container ul li.nlog-list {
		width: 46%;
		margin-bottom: 40px;
	}	
}
@media only screen and (max-width: 767px) {
	.mb0{
		margin-bottom: 0 !important;
	}
	.mb40{
		margin-bottom: 40px;
	}
	.paradeiser .paradeiser_logo{
		max-width: 32px;
		width: 100%;/*20190722追加*/
	}
	.paradeiser .paradeiser_icon_canvas img {
		max-width: 16px;
	}
	.pcview {
		display: none!important;
	}
	.spview {
		display: block;
	}
	#main{
		margin: 0 16px 40px;
	}
	#main h2{
		font-size: 1.8rem;
	}
	#main h3{
		font-size: 1.6rem;
	}
	.button-1 {
		width: 100%;
	}
	.button-1 a {
		font-size: 1.2rem;
	}
	.flex {
		flex-direction: column;
	}
	.flex2 {
		flex-direction: column;
	}
	.flex3 {
		flex-direction: column;
	}
	footer nav {
		width: 100%;
		border-bottom: none;
	}
	.footer_fix_btn {
		position: fixed;
		bottom: 0;
		width: 100%;
		text-align: center;
		background: #cccccc;
		z-index: 100;
	}
	.footer_fix_btn ul{
		display: flex;
    	justify-content: space-around;
	}
	.footer_fix_btn ul li{
		width: 50%;
		/*width: 24%;*/
	}
	.footer_fix_btn ul li +li{
		border-left: 1px solid #eeeeee;
	}
	.footer_fix_btn ul li a{
		display: block;
		padding: 10px 0 0;
	}
	.footer_fix_btn ul li a img{
		/*width: 24%;*/
		width: 12%;
		height: auto;
	}
	.sns ul li a img {
		width: 32%;
	}
	#top .mainvis {
		height: 48% !important;
		margin-top: 50px;
		margin-bottom: 20px;
	}
	#top .mainvis .inner {
		width: 94%;
	}
	#top .mainvis .inner h1 img {
		width: 72%;
	}
	#top .nlog{
		width: 90%;
		margin: 0 auto 40px;
	}
	#top .nlog h2{
		font-size: 1.8rem;
	}
	#top .top-contents-box h2.title {
		line-height: 3.2rem;
	}
	#top .top-contents-box h2.title img {
		display: none;
	}
	#top .box-l,
	#top .box-r {
		width: 100%;
	}
	#top .box-l {
		margin-bottom: 40px;
	}
	#top .s-box {
		width: 100%;
		margin-bottom: 40px;
	}
	#top .s-box2 {
		width: 100%;
	}
	#top .info_calendar tr.r2 th {
		width: 20%;
	}
	.box-3col {
		width: 100%;
		margin-bottom: 40px;
	}
	.cd-breadcrumb {
		padding: 0 10px;
	}
	.second .mainvis-second .inner {
		width: 94%;
	}
	.second .mainvis-second .inner h1.infovis2 img {
		width: 100%;
	}
	.second .mainvis-sub {
		margin-top: 50px;
	}
	.second .main-title h1 {
		font-size: 2rem;
	}
	.second .gmap iframe {
		width: 100%;
	}
	.second .access table th {
		text-align: left;
	}
	.second .access table td,
	.second .access table th {
		display: block;
		border: none;
	}
	.second .gallery ul li {
		width: 49%;
	}
	.nlog-container ul li.nlog-list {
		width: 100%;
		margin-bottom: 40px;
	}
	.nlog-container ul li.nlog-list a .nlog-list-contents .nlog-text h3 span{
		display: block;
	}
}
/* -----responsiveここまで----- */
