@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 300;
	font-size: 15px;
	line-height: 2.0;
	color: #333333;
	background: #fff;
	height: 100%;
	position: relative;
}
.container{
	max-width:1200px;
}

a{
	color:#333333;
}
a:hover{
	color:#F39800;
}

	
h2{
	font-size:24px;
	font-weight:bold;
	position: relative;
	color: #F39800;
	line-height: 1.4;
}


header{
	margin:0;
	padding:0;
}
.head{
	border-top:3px solid #F39800;
	background: rgba(255,255,255,0.7);
	display: flex;
	position: fixed;
	justify-content: space-between;
	transition: .5s;
	width: 100%;
	z-index: 30;
	padding:10px 0 5px 0;
	
}
.head a{
	color:#333;
}

.head.transform{
	background: rgba(255,255,255,0.9);
	padding: 0 0;
	border-bottom:1px solid #E6E6E6;
}
.head.transform a{
	color:#333;
}

h1 .site-logo{
	margin:0;
	padding:0;
}
.site-logo img{
	height: 40px;
	width: auto;
	
    -webkit-filter: drop-shadow(0 0 10px rgba(255,255,255,.8));
    filter: drop-shadow(0 0 10px rgba(255,255,255,.8));
}
.head.transform .site-logo img{
	height:25px;
	width: auto;
}
.headnav{

}
.headnav_menu{
	display: flex;
	flex-direction: row-reverse;
}
.menu_item{
	margin-left: 20px;
	font-size:13px;
	padding-top:0px;
	font-weight:bold;
	-webkit-filter: box-shadow(0 0 10px rgba(255,255,255,.8));
    filter: box-shadow(0 0 10px rgba(255,255,255,.8));
}
.menu_item a{
	text-decoration: none;
}
span.top{
	color:#333;
}
span.ja:hover{
	color:#F39800;
}
span.sel{
	color:#F39800;
}
.gaw{
	color:#DA3739;
}
h2.gawh{
	color:#DA3739;
}
.head.transform .menu_item{
	padding-top:0px;
}
.head.transform span.top{
	color:#333333;
}
div.pan{
	padding-top:100px;
	padding-bottom:10px;
	border-bottom:1px solid #E6E6E6;
}
.b_p{
	padding-left:30px;
	padding-right:30px;
}
div.pan span.pan_link{
	font-size:10px;
}

/* コンテンツ部分 */
.top_img{
	overflow: hidden;
}
.top_img img{
	height: auto;
	width: 100%;
}
.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider_title{
	color: #fff;
	font-size: 24px;
	line-height: 2.5;
	font-weight: bold;
	text-align:center;
	text-shadow: 1px 1px 1px #000;
}


.center-container {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    text-align: center;
    overflow: auto;
}

.center-container:after,
.center-block {
    display: inline-block;
	vertical-align: middle;
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
}

.center-container:after {
    content: '';
    height: 100%;
    margin-left: -0.25em; /* To offset spacing. May vary by font */
}


.center-block {
    max-width: 98%; /* Prevents issues with long content causes the content block to be pushed to the top */
    /* max-width: calc(100% - 0.25em) /* Only for IE9+ */
}

.top_topic{
	line-height: 2.5;
	-webkit-filter: drop-shadow(0 0 3px rgba(0,0,0,1.0));
	filter: drop-shadow(0 0 3px rgba(0,0,0,1.0));
}

.top_text{
	font-size:25px;
}

.top_rogo{
	-webkit-filter: drop-shadow(0 0 10px rgba(255,255,255,.8));
    filter: drop-shadow(0 0 10px rgba(255,255,255,.8));
}

.header-title {
	font-weight:bold;
	
}

.wrap{
	height: 100vh;
	background: linear-gradient(-45deg, rgba(0,0,0, 0.2), rgba(0,0, 0, 0.2));
	text-align:center;
	background:url(../images/cover.gif);
   }

.content{
	line-height: 1.6;
	margin: 0 auto;
	padding-top: 100px;
}
.content_p{
	padding-top:50px;
}
.content_last{
	padding-bottom:100px;
}
.content p{
	margin-bottom: 10px;
}
.bg_a{
	background:#f3f3f3;
}
.bg_b{
	background:#ffffff;
}

ul.news{
	width:100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
ul.news li{
	border-bottom:1px dotted #cccccc;
	margin-bottom:10px;
}
.topics_bottom{
	padding-bottom:120px;

}
.topics_wrap{
	border-bottom:1px solid #e6e6e6;
	padding:15px 0;
}
p.midashi {
	font-weight:bold;
}
p.marker{
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px dotted #cccccc;
	margin-bottom:10px;
}
#map {
	width: 100%;
	height: 300px;
	position: relative;
}
@media screen and (max-width: 768px) {
	#map {
		height: 200px;
	}
}



/* フッター部分 */

.foot_access p{
	margin-bottom:10px;
}
.foot{
	background: #191919;
	color:#fff;
	font-size:12px;
	padding-bottom:10px;
}
.foot p{
	margin-bottom:10px;
}
.foot p.add{
	margin-top:20px;
}
.foot a{
	color:#fff;
}
.foot a:hover{
	text-decoration:none;
	color:#F39800;
}
.footer_square{
	border:1px solid #ffffff;
	padding:10px 30px 10px 30px;
	text-align:center;
}
.copyright{
	color: #fff;

	padding-top:10px;
	font-size: 12px;
	text-align: center;
}
.copyright a{
	padding-right:20px;
	margin-right:20px;
	border-right:1px dotted #e6e6e6;
}
.copyright a:last-child{
	margin-right:0;
	border-right:0;
}

/* トップへスクロール */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background:#aaa;
    opacity: 0.6;
    text-align: center;
    color: #222;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    filter:alpha(opacity=50);
    width:80px;
    height:80px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;    /* 横幅&高さの1/2 */
    position: relative;
}
.pagetop a span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#osusumeTemplate .pagetop a:hover {
    display: block;
    background-color: #222;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    filter:alpha(opacity=50);
}

/* 画像クラス */
img.image-round{
	border-radius: 50%;
}

/* ローダー */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 1;
	}
	#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 2;
	}