﻿body{
	color: #5b5b5b;
}

.top_ttl{
    background-color: ff7e00;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px;
	}

h2{
    background: #ffd4aa;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #F9F9F9), color-stop(.5, transparent), to(transparent));
    -webkit-background-size: 5px;
    color: #ff7e00;
    padding: 10px;
    letter-spacing: 6px;
    text-align: center;
    font-weight: 100;
}

a{
    color: #0fb2ff;
    text-decoration: none;
}

.balloon2 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    min-width: 120px;
    max-width: 100%;
    font-size: 16px;
    background: #FFF;
    border: solid 2px #ff7e00;
    color: #ff7e00;
    box-sizing: border-box;
    width: 90%;
    padding: 20px 20px;
}

.balloon2:before{
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ff7e00;
  z-index: 1;
}

.balloon2 p {
	margin: 0;
	padding: 0;
    font-size: 15px;
}

.new p{
    border-bottom: solid 1px #747474;
    width: 90%;
    margin: 20px auto;
    padding: 10px 0;
    font-size: 13px;
}

.new p a{
    color: #0fb2ff;
    text-decoration: none;
}

.lineup{
    text-align: center;
}

.lineup div p img{
    width: 90%;
}

.last{
    list-style: none;
    padding: 0;
}

.last li{
    background: #ff7e00;
    color: #FFF;
    padding: 15px;
    font-size: 18px;
    margin: 1px 0;
    text-align: center;
}

.last li a{
    color: #FFF;
    text-decoration: none;
}


.ttl_all{
	width: 90%; 
	margin: 0 auto;
	letter-spacing: 4px;
	font-size: 12px;
}
.top_ttl img {
    width: 80%;
}





@media screen and (min-width: 500px) {
	
body{
	color: #5b5b5b;
}

.top_ttl img{
	width: 30%;
	padding: 40px 0;
}

.ttl_all{
	width: 50%;
}

.new p{
	width: 50%;
}

.balloon2{
	width: 80%;
}

.lineup div p img {
    width: 70%;
}

.lineup_eat{
    width: 33%;
    float: left;
    height: 600px;
}

.balloon2 p {
    height: 40px;
}

.lineup {
    width: 80%;
    margin: 0 auto;
}

}