@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.yellow{
color: #F58900;	
}

a:link {
	color:#E00000;
	text-decoration: none;
}

a:active {
	color:#E00000;
	text-decoration: none;
}

a:visited {
	color:#E00000;
	text-decoration: none;
}

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

span.marker {
background: linear-gradient(transparent 50%, #700000 50%);
}
 
body {
background-color: #000000;
background-image: url("../img/bg.jpg");
	color: #333333;
	letter-spacing: 1px;
	line-height: 20px;
	 font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 12px;
	overflow-x : hidden ;
}

.header{
}

.header-image {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

p{
font-size: 14px;
color: #FFFFFF;
line-height: 1.6em;
}

img{
display: block;
}

.hamburger {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

h2 {
  position: relative;
  padding: 0 ;
  text-align: left;
color: #ffffff;
font-size: 18px;
margin-bottom: 20px;
}

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

h2 span {
  position: relative;
  padding: 0 1em 0 0.5em;
  background: #000000;
}

#news_list{
background-color: #ffffff;
text-align:left;
background-image: url("../img/bg.jpg");
background-repeat: repeat;
padding-left: 15px;
}

#news_list ul{ 
margin: 0; 
list-style: none; 
}
#news_list li{ 
padding :0; 
margin:0;
border-bottom: 1px solid #333;
width: 98%;
}
#news_list li a{
display: block;
padding: 8px 0px 8px 0px;
color:#ffffff;
width: 100%;
margin: 1px 0px;
text-decoration:none;
font-size: 12px;
}

#news_list li a:hover{
color:#cf413c;
}


.contents{
background-color: #000000;	
line-break: anywhere;
  display: flex;
  flex-wrap: wrap;
}


.contents2{
background-color: #000000;	
line-break: anywhere;
padding: 20px;
}


.footer{
background-color: #000000;
color: #666;
padding: 10px;
text-align: center;
font-size: 10px;
}

#container{
max-width: 1200px;
margin: 0 auto;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

.gNav {
border-bottom: 1px solid #ffffff;
border-top: 1px solid #ffffff;	
}


.gNav-menu a {
font-size: 20px;
text-decoration: none;
text-shadow: 0 0 4px rgba(0,0,0,1);
font-weight: 600;
}

.gNav-menu a:link {
	color: #ffffff;
	text-decoration: none;
}

.gNav-menu a:active {
	color: #ffffff;
	text-decoration: none;
}

.gNav-menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

.gNav-menu a:hover {
color:#cf413c;
	text-decoration: none;
}

.hamburger {
    margin: 20px auto 0;
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
}


.hamburger .btn-gNav {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-gNav {
    display: none;
}

.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
}

.gNav .gNav-menu li {
    margin: 0 auto;
    padding: 30px 5px;
}

  .item {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 20px; /* コンテンツとの間隔 */
  }

 @media (min-width: 768px) {
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 140px;
	margin: auto;
	padding: 1rem 3rem;
	font-weight: bold;
	border: 2px solid #292929;
	color: #292929;
background:#8F0002;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #fff;
	background:#8F0002;
	opacity: 0.5;
}
}
 
 @media (max-width: 768px) {
	 
a.btn_01 {
}
a.btn_01:hover {
}	 
	 
   .item {
      flex: 0 0 100%;
    }	 
	 
    .btn-gNav {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 86%;
        padding: 15px;
        border-bottom: #525252 1px solid;
    }

h2 {
  position: relative;
  padding: 0 ;
  text-align: left;
color: #ffffff;
font-size: 14px;
margin-bottom: 20px;
}	
		
}