@import url(http://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",'Noto Serif JP', serif, "メイリオ", 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:#DD0000;
}

.top_image{
	-webkit-filter: drop-shadow(0 0 3px rgba(255,255,255,1.0));
	filter: drop-shadow(0 0 3px rgba(255,255,255,1.0));
}

h2{
	position: relative;
	padding:0 0 5px 0;
	font-size:20px;
	font-weight:bold;
}
h2:first-letter{
	font-size:35px;
	color:#DD0000;
}

h2.front{
	border-bottom:0;
	font-size:25px;
}
h2 span{
	font-size:15px;
	margin-left:10px;
}

h2.contenth2{
	font-size:35px;
	color:#ffffff;
	-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));
	position: relative;
	display: inline-block;
	padding: 0 55px;
}
h2.contenth2:before, h2.contenth2:after{
	content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

h2.contenth2:before {
  left:0;
}
h2.contenth2:after {
  right: 0;
}
h2.contenth2:first-letter{
	color:#ffffff;
}

h3{
	position: relative;
	padding:0 0 5px 0;
	font-size:20px;
	font-weight:bold;
}
h3:first-letter{
	font-size:35px;
	color:#DD0000;
}

h3.front{
	border-bottom:0;
	font-size:25px;
}
h3 span{
	font-size:15px;
	margin-left:10px;
}

h4{
	font-size:25px;
}
.top_title{
	position:absolute;
	right:0;
}
.vertical{
	writing-mode: vertical-rl;
}

.font_title {
	position: relative;
	padding-left: 30px;
	font-size:20px;
	font-weight:bold;
	color: #325A8C;
}
.font_title::before,
.font_title::after{
	content: "□";
	position: absolute;
}
.font_title::before{
	left:0;
	top:-3px;
}
.font_title::after{
	left: 5px;
	top: 3px;
	color: #A1B8D1;
}

.works_title{
	position: relative;
	padding:0 0 5px 0;
	font-size:15px;
	font-weight:bold;
}
.works_title:first-letter{
	font-size:25px;
	color:#DD0000;
}

.works_title.front{
	border-bottom:0;
	font-size:15px;
}
.works_title span{
	font-size:15px;
	margin-left:10px;
}

header{
	margin:0;
	padding:0;
}
.head{
	background:#ffffff;
	display: flex;
	position: fixed;
	justify-content: space-between;
	transition: .5s;
	width: 100%;
	z-index: 30;
	padding:10px 0 5px 0;
	
}
.toppage{
	background: rgba(255,255,255,0.0);
}
.head a{
	color:#fff;
}

.head.transform{
	background: rgba(255,255,255,0.7);
	padding: 0 0;
	
}

.head.transform a{
	color:#fff;
}



h1 .site-logo{
	margin:0;
	padding:0;
}
.site-logo img{
	height: 40px;
	width: auto;
	
    
}
.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:14px;
	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:#fff;
}
span.ja:hover{
	color:#dc143c;
}
span.sel{
	color:#dc143c;
}
.gaw{
	color:#DA3739;
}
h2.gawh{
	color:#DA3739;
}
.head.transform .menu_item{
	padding-top:0px;
}
.head.transform span.top{

}
div.pan{
	padding-top:5px;
	padding-bottom:10px;
	background:#f6f6f6;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
.b_p{
	padding-left:30px;
	padding-right:30px;
}
div.pan span.pan_link{
	font-size:12px;
}

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

.top_logo{
	width:500px;
	height:auto;
}

.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;
	color:#ffffff;
	
}

.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{
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.2);
   }

.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;
}
.content_foot{
	padding-top:50px;

}
.bg_a{
	background:#f3f3f3;
}
.bg_b{
	background:#ffffff;
}
.bg_c{
	background:#333333;
	border-bottom:1px solid #37393a;
}

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;
	}
}


.blog {
  margin-bottom: 40px;
}
.blog-title{
border-bottom:0;
}
.blog-grid {
  height: 300px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.blog-grid .date {
  width: 90px;
  text-align: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  color:#FFFFFF;
}
.blog-grid .date span, .blog-grid .date small {
  display: block;
}
.blog-grid .date span {
  font-size: 30px;
}
.blog-grid .date small {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.desc {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  background: #f2f2f2;
}
.desc .desc-grid {
  width: 80%;
  padding: 20px;
  background: rgba(211, 211, 211, 1.0);
}
.desc .desc-grid h3 {
  padding: 2px 0 0 0;
  margin: 0;
  font-size: 20px;

}
.desc .desc-grid h3:first-letter{
	font-size:35px;

}

.desc .desc-grid h3.front{
	border-bottom:0;
	font-size:25px;
}
.desc .reading {
  width: 20%;
  background: rgba(211, 211, 211, 1.0);
  text-align: center;
  padding-top:30px;
}
.desc .reading i{

}
.desc:hover, .fh5co-blog .desc:focus {
  text-decoration: none;
}

.btn-cross {
  display: inline-block;
  position: relative;
  padding: 0.25em 2em;
  border-top: solid 1px #ab9100;
  border-bottom: solid 1px #ab9100;
  text-decoration: none;
  font-weight:bold;
  color: #000000;
}
.btn-cross:before, .btn-cross:after {
  content: '';
  position: absolute;
  top: -8px;
  width: 1px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #ab9100;
  transition: .3s;
}
.btn-cross:before {
  left: 8px;
}
.btn-cross:after {
  right: 9px;
}
.btn-cross:hover:before {
  top: 0px;
  left:0;
  height: 100%;
}
.btn-cross:hover:after {
  top: 0px;
  right: 0;
  height: 100%;
}


/* フッター部分 */

.foot_access p{
	margin-bottom:10px;
	color:#fff;
}
.foot_access a{
	color:#fff;
}
.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;
	}
	
	
/* -- SOCIALIZE -- */

#socialize {
	background:#191919;
    padding: 0;
    width: 100%;
    text-align: center;
}

#socialize .banner {
    background: #333333;
    position: relative;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 24px 0;
}

#socialize .banner::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;

    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 15px solid #333333;
}

#socialize #instaphotos {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#socialize #instaphotos li {
    list-style: none;
    display: inline-block;
    width: 14.2856%;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

#socialize #instaphotos li img{
    height: 100%;
    width: 100%;
}

.network_link{
	background:#292929;
	text-align:center;
	padding:25px 0;
	border-right: solid 1px #37393a;
}
.network_link:last-child{
  border-right: none;
}
.network_link a{
	color:#fff;
	width:100%;
}
.network_link:hover{
	background-color: #37393a;
}

#socialize a.network {
    background-color: #292929;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50%;
    float: left;
    margin: 0;
    border-right: solid 1px #37393a;
    padding: 55px 0;
}

#socialize a.network:hover {
    background-color: #37393a;
}

#socialize a.network.instagram {
    background-image: url('../img/socialize-instagram.png');
}

#socialize a.network.twitter {
    background-image: url('../img/socialize-twitter.png');
}

#socialize a.network.facebook {
    background-image: url('../img/socialize-facebook.png');
}

#socialize a.network.linkedin {
    background-image: url('../img/socialize-linkedin.png');
}

@media (max-width: 1900px) {
    #socialize #instaphotos li:nth-child(7) {
        display: none;
    }

    #socialize #instaphotos li {
        width: 16.666%
    }
}

@media (max-width: 1600px) {
    #socialize #instaphotos li:nth-child(6) {
        display: none;
    }

    #socialize #instaphotos li {
        width: 20%
    }
}

@media (max-width: 1300px) {
    #socialize #instaphotos li:nth-child(5) {
        display: none;
    }

    #socialize #instaphotos li {
        width: 25%
    }
}

@media (max-width: 800px) {
    #socialize #instaphotos li {
        width: 50%;
    }
    .network_link{
    	border-bottom: solid 1px #37393a;
    }
}

@media (max-width: 550px) {
    #socialize #instaphotos li {
        width: 50%;
    }
    .network_link{
    	border-bottom: solid 1px #37393a;
    }
}