
 .clearfix {
   display: block;
   padding: 0;
 }

 .clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
 }

 .radiko {
	 font-size: 12px;
	height: 35px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-color: rgba(255,255,255,0.8);
	background-repeat: no-repeat;
	padding-left: 70px;
	background-position: left;
	line-height: 2;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	display: block;
 }

.radiko a::before {
	content: "";
	background-image: url(/images/radiko.jpg);
	background-size: contain;
	display: inline-block;
	width: 60px;
	height: 24px;
	margin-right: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

 .radiko_sp {
 display: none;
 }

/* ▼ */


#wrap {
width: 100%;
height: auto;
position: relative;
line-height: 1.5;
background: url(../images/bg.jpg);
background-repeat: repeat;
}

#cover {
  background: url(../images/bg_donbei.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto;
}

/*  */

@keyframes RightToLeft {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.header_top {
width: 100%;
height: auto;
background: #043A22;
margin: 0 auto;
text-align: center;
box-sizing: border-box;
position: relative;
}

.header_top img {
width: 100%;
height: auto;
max-width: 1040px;
margin: 0 auto;
text-align: center;
}

.header_top .icon_left {
display: block;
position: absolute;
top: 20%;
left: 2%;
z-index: 1;
}

.header_top .icon_left a {
width: 100%;
height: auto;
position: relative;
z-index: 2;
}

.header_top .icon_right {
position: absolute;
top: 20%;
right:2%;
z-index: 100;
}

#header {
width: 100%;
height: auto;
background-size: auto 100%;
margin: 0 auto;
text-align: center;
position: relative;
max-width: 1040px;
margin-top: 20px;
z-index: 10;
}

#header img{
width: 100%;
height: auto;
text-align: center;
margin: 0 auto;
animation-duration: 1s;
animation-name: RightToLeft;
}

#header .icon_goe {
position: absolute;
bottom: 0px;
left: 0px;
}

/* ////////////////// */

#main {
width: 100%;
height: auto;
z-index: 10;
font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;
position: relative;
margin: 0 auto;
}

#main h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
text-align: center;
}

.contents_wrap {
width: 100%;
height: auto;
margin: 0 auto;
position: relative;
max-width: 1040px;
margin-bottom: 30px;
margin-top: 30px;
}

.guest {
  width: 100%;
  height: auto;
  position: relative;
  margin: 5em 0;
}

.guest h2 {
  background: #9f2a2d;
  border-radius: 25px;
  color: #fff;
  display: block;
  width: 200px;
  padding: 5px 0;
  margin: 0 auto;
  margin-bottom: 10px;
}

#main .guest ul {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 auto;
    justify-content: center;
}

#main .guest li {
	width: 33.3%;
	height: auto;
   max-width: 240px;
	padding: 1em 1em 0 0;
	box-sizing: border-box;
	position: relative;
	text-align: left;
}

#main .guest img {
width: 100%;
max-width: 250px;
height: auto;
}

.contents {
  background: #fff;
  border-radius: 20px;
  border: solid 3px #033a22;
  box-sizing: border-box;
  padding: 30px;
}

 .contents_left {
   width: 49%;
   height: auto;
   float: left;
   margin-right: 1%;
  text-align: center;
  margin: 0 auto;
    height: 725px;
}

 .contents_right {
   width: 50%;
   height: auto;
   float: right;
  margin: 0 auto;
}

.contents img {
width: 100%;
height: auto;
max-width: 412px;
}

.contents h2 {
  background: #9f2a2d;
  border-radius: 25px;
  color: #fff;
  display: block;
  width: 200px;
  padding: 5px 0;
  margin: 0 auto;
  margin-bottom: 10px;
}

.contents p {
margin-bottom: 30px;
line-height: 1.5;
}

#main .contents .contents_left p {
text-align: left;
}

.footer {
background: #043A22;
width: 100%;
height: auto;
padding: 40px 0;
}

.footer ul {
  width: 100%;
  height: auto;
  max-width: 1040px;
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
}

.footer ul li {
    margin: 0 20px;
}

a {
transition: 0.3s;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}

.note {
color: #FF0000;
}

.note li {
margin-left: 1em;
}

.note li::before {
content: "※";
margin-left: -1em;
}

.mini {
font-size: 17px;
}

.bold {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sp {
display: none;
}

  .pc {
  display: block;
  }

hr {
border-top: 0px;
}

/*  ============================= */

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

  .sp {
  display: block;
  }

  .pc {
  display: none;
  }


	.radiko{
	display: none;
	}

	.radiko_sp {
	display: block;
	width: 100%;
	position: relative;
	}

	.radiko_sp a img {
	 position: relative;
	 width: 100%;
	 height: auto;
	}

.header_top {
margin-top: -7px;
}

.header_top .icon_left {
display: none;
}

#wrap .icon_right {
width: 100%;
max-width: 100px;
position: relative;
padding-top: 10px;
margin: 0 auto;
text-align: center;
}

#header img {
width: 100%;
height: auto;
margin: 0 auto;
}

#cover {
background-position: top;
background-size: contain;
}

#header {
margin-top: 5px;
}

#header .icon_goe {
position: relative;
}

#header .icon_goe img{
width: 60%;
height: auto;
margin: 0 auto;
margin-top: 10px;
}

.guest {
    margin: 1em 0;
}

#main .guest li {
    width: 45%;
}

.contents_wrap {
margin-top: 10px;
}

.contents p{
font-size: 15px;
}

.contents_left {
float: none;
width: 90%;
margin-bottom: 30px;
}

.contents_right {
float: none;
width: 90%;
height: auto;
}

.note {
font-size: 15px;
}

.kawa {
margin-left: 20px;
margin-right: 20px;
}

#main .guest li {
padding-right: 0px;
}

.gu {
margin-right: 0.5em;
}

}
