

/*================================================
 *  共通
 ================================================*/

html{
  scroll-behavior: smooth;/* スムーススクロール */
}

body { font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	margin: 0}

.container-fluid {
margin-right: auto;
margin-left: auto;
max-width: 900px;
}

.w600 {
margin-right: auto;
margin-left: auto;
max-width: 600px;
}

.w750 {
margin-right: auto;
margin-left: auto;
max-width: 750px;
}

h1 {
	display: none;
}

.img-responsive {
	display:block;
	max-width:100%;
	height:auto
}

.center-block {
	display:block;
	margin-right:auto;
	margin-left:auto
}

img.midashi {
	width: 320px;
}

a.overwhite:hover img {
    cursor:pointer;
    filter: alpha(opacity=80);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
    opacity:0.8;
    zoom:1;
}

@media screen and (max-width:767px) {

img.midashi {
	width: 240px;
}
	
}

/*================================================
 *  フェードイン
 ================================================*/


body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*================================================
 *  nav
 ================================================*/

.navbar {
	transition: .5s;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.navbar.hide{
    transform: translateY(-100%);
}

nav.bg-dark {
	background-color: rgba(0,0,0,0.5)!important;
} 

.navbar-collapse {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

nav .nav-link {
	font-weight: bold;
	color: #fff!important;
	line-height: 1;
}

/*nav .nav-link.seika {
	background-color: #d575ab;
	color: #000;
	padding-top: 10px;
	border-radius: 15px;
	margin-left: 10px;
	font-size: 14px;
}*/

nav ul.link-resas li {
	display: inline-block;
	list-style: none;
	padding-left: 15px;
}

nav .navbar-nav a:hover {
color:#ffb400!important;
}

nav .no_link{
	pointer-events:none;
	color: #666!important;
}
	
@media screen and (min-width:768px) and ( max-width:970px) {

nav .navbar-nav a {
	font-size: 13px;
}
	
nav img.sankaku {
	width: 14px;
}
	
nav ul.link-resas li a img {
	height: 32px;
	margin-top: 15px;
}
	
}

@media screen and (max-width:767px) {
	
nav.bg-dark {
	background-color: rgba(0,0,0,0.8)!important;
} 
	
nav .nav-link.seika {
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 15px;
	border-radius: 0;
}
	
}

/*================================================
 *  top
 ================================================*/

#top {
	background-color: #000;
	color: #fff;
	padding: 150px 0 60px 0;
	background-image: url("../images/top/top_bg.png");
    background-repeat: no-repeat;
    background-position: top center;
	background-size: cover;
    background-attachment:  fixed;
}

#top img.title {
	margin-bottom: 60px;
}

#top p {
	line-height: 1.9;
	font-size: 21px;
	font-weight: bold;
	text-align: justify;
}

#top p a {
	color: #ffb400;
	text-decoration: underline;
}

#top p a:hover {
	text-decoration: none;
}

@media print, screen and (min-width: 767px) {

}

@media screen and (max-width:767px) {
	
#top {
	padding: 80px 0 20px 0;
	background-size: auto 100%;
	background-position: top left;
}
	
#top img.title {
	margin-bottom: 40px;
}
	
#top p {
	font-size: 14px;
	line-height: 2.0;
}
	
}

/*================================================
 *  news
 ================================================*/

#news {
	padding: 70px 0 80px 0;
	background-image: url("../images/top/news_bg.png");
    background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
    background-attachment:  fixed;
}

#news h2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
	color: #ffb400;
	margin-bottom: 30px;
}

#news h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #ffb400;
}

#news h2 span {
  position: relative;
  padding: 0 0.4em;
  background: #fff;
}

#news p {
	line-height: 1.7;
	font-size: 18px;
}

#news p.btn_r {
	line-height: 1.5;
	font-size: 18px;
	text-align: justify;
	margin-bottom: 5px;
}

#news p.douga a {
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: bold;
}

#news hr {
	border: none;
	border-top: 1px solid #EEE;
	margin: 10px 0 22px 0;
}

#news dl dd.news02 {
	text-align: center;
}

#news dl dd.news02 h5 {
	color: #fff;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1;
}

#news dl dd.news02 h5.event {
	background-color: #ffb400;
}

#news dl dd.news02 h5.app {
	background-color: #d575ab;
}

#news dl dd.news03 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	line-height: 1.8;
}

#news dl dd.news03 a {
	color: #000;
	text-decoration: underline;
}

#news dl dd.news03 a:hover {
	text-decoration: none;
}

#news .btn {
	width: 100%;
}

/*btn*/
#news .btn-border {
  display: block;
  width: 240px;
  border: 2px solid #ffb400;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 30px;
  transition: .4s;
  background-color: #ffb400;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	text-decoration: underline;
}

#news .btn-border:hover {
  background-color: #fff;
  border-color: #ffb400;
  color: #ffb400;
}
/*btn*/

/*btn2*/
#news .btn-border2 {
  display: block;
	width: 100%;
  border: 3px solid #ffb400;
  font-size: 20px;
  color: #ffb400;
  font-weight: bold;
  padding:15px 0 15px 0;
  transition: .4s;
  background-color: #fff;
	text-decoration: underline;
	text-align: center;
}

#news .btn-border2 img {
	margin-bottom: 6px;
}

#news .btn-border2:hover {
  background-color: #ffb400;
  border-color: #ffb400;
  color: #fff;
}
/*btn2*/

@media print, screen and (min-width: 767px) {
	
#news dl dd.news02 {
	width: 13%;
}

#news dl dd.news03 {
	width: 86%;
}
	
#news dl {
    padding-left: 6em;
	width: 100%;
}

#news dl dt, #news dl dd {
    float: left;
    margin: 0 0 30px 0;
}

#news dl dt {
    clear: left;
    float: left;
    margin-left: -6em;
	font-size: 16px;
	padding-top: 5px;
}
	
#news .col-sm-12 .btn-border2 {
	margin-bottom: 15px;
}

}

@media screen and (max-width:767px) {
	
#news {
	padding: 40px 0 40px 0;
}
	
#news h2 {
	margin-bottom: 10px;
}
	
#news h2 span {
  padding: 0 0.3em;
}
	
#news h2 img {
	width: 80px;
}	
	
#news p {
	font-size: 14px;
	line-height: 2.0;
}
	
#news dl dt {
	font-size: 12px;
}
	
#news dl dd.news02 h5 {
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	text-align: left;
}
	
#news dl dd.news03 {
	font-size: 14px;
	line-height: 1.6;
	padding-left: 0;
}
	
#news .btn-border {
  width: 180px;
  font-size: 12px;
	margin-bottom: 20px;
}
	
#news .btn-border2 {
	width: 80%;
  font-size: 14px;
  padding:20px 0 15px 0;
}
	
}

/*================================================
 *  footer
 ================================================*/
 
footer {
	padding:20px 0 20px 0;
	 background-color: #000;
	font-weight: 700;
	color:#FFFFFF;
	clear:both;
	line-height: 1.2;
}

footer small {
	font-size: 11px;
}

footer a {
	color:#FFFFFF;
	text-decoration: underline;
}

footer a:hover {
	color:#FFFFFF;
	text-decoration: none;
}

footer ul li {
	display: inline-block;
	list-style: none;
	vertical-align: top;
}

footer ul li img {
	width: 50px;
	margin-right: 20px;
}

@media screen and (max-width:767px) {
	
.copyright {
	font-size:12px;}
	
footer {
	line-height: 1.3;
}
	
footer small {
	font-size: 10px;
}
	
footer ul {
	margin-left: -40px;
	margin-bottom: 0;
}
	
footer ul li {
	font-size:12px;
}
	
footer ul li img {
	width: 30px;
	margin-right: 10px;
}
	
footer .sp {
	margin-top: 10px;
}
	
}

@media print, screen and (min-width: 767px) {
	
footer .sp {
	text-align: right;
}

.copyright {
	padding-top: 40px;
}
	
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

img.pconly {
	display:none;
}
.pconly {
	display:none;
}

}

/*================================================
 *  スマートフォン以外向けデザイン
 ================================================*/
@media print, screen and (min-width: 767px) {
img.mbonly {
	display:none;
}
.mbonly {
	display:none;
}

}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
 .res-header {
 	z-index: 1200 !important;
 }

 .res-header.hide {
 	transform: translateY(-100%);
 }

 .res-header+.navbar {
 	padding-top: calc(.5rem + 85px);
 }

 .res-header+.navbar+#top {
 	padding-top: 235px;
 }

 @media (max-width: 599px) {
 	.res-header+.navbar {
 		padding-top: calc(.5rem + 52px);
 	}

 	.res-header+.navbar+#top {
 		padding-top: 132px;
 	}
 }