@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html { 
  font-size: 62.5%; 
}

body {
  font-family: 'Josefin Slab', serif;
  margin: 0;
}

time {
  font-family: 'Elsie', cursive;
  font-size: 1.5rem;
}

a {
  color: #fff;
  text-decoration: none;
}

.text {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  line-height: 2;
  font-size: 1.1rem;
}

.title {
  /*text-align: center;*/
  font-size: 2rem;  
}





/*ヘッダー*/
header {
  background-color: yellow;
  color: white;
  position: relative;
  width: 100%;
}

.header_main img {
  width: 100%;
  vertical-align: bottom;
}

.header_main {

}

.header_left {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 1.5rem;
}

.header_left i{
  padding-right: 5px;
}

.header_right{
  position: absolute;
  top: 21px;
  right: 30px;

}

.header_right li{
  float: left;
  list-style: none;
  padding: 0;
  font-size: 1.3rem;
  padding-left: 15px;

}

.header_right i{
  font-size: 1.0rem;
  vertical-align: super;
}


.logo img{
  position: absolute;
  bottom: 25%;
  left: 40%;
  width: 20%;
  height: auto;
}

/*コンテナ*/

.contain {
  margin: 0;
}

/*ニュース*/

.news {
  clear: both;
  background-color: yellow;
  padding: 10px 5px 5px 5px;
}
.news p{
  margin: 0;
}

.news ul {
  padding: 0;
  margin-left: 5%;
}

.news li {
  list-style: none;
  padding: 0;
}

.news .title {
  text-align: center;
}

.news a {
  color: black;
}


/*特設*/

.special {
  position: relative;
}

.special img{
  width: 100%;
  vertical-align: bottom;
}

.special_child {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 60%;
  color:white;
  font-size: 3rem;
}

/*チケット*/
.store {
  clear: both;
  background-color: #DDD;
  text-align: center;
  padding-top: 20px;
}


.store_left {
  width: 100%;
  display: none;
}

.store_left img{
  width: 100%;
  vertical-align: bottom;

}

.store_right {
/*  padding: 70px;*/
}

.store_right .title {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 3rem;
}

.store_right a {
  color: yellow;
}

.store_right .text {
  margin-top: 0;
}

.store_right span {
  font-size: 1rem;
}

.buynow {
  font-size: 2rem;
  color: yellow;
  /*border: medium solid;*/
  border-radius: 10px;
  text-align: center;
  background-color: black;
  padding: 10px 0 7px 0px;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
}


.card {
  color: #555;
}

.bank {
  /*margin-bottom: 0;*/
}

/*メニュー*/
.menu {
  background-color: white;
  text-align: center;
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.menu_indv {
  margin-bottom: 40px;
}

/*_______メンバー工事中＿＿＿＿＿＿*/
.menu .comingsoon {
  color: #AAA;
}

.menu .member .title {
  color: black;
}

/*_______メンバー工事中＿＿＿＿＿＿*/

.menu p{
  margin: 0;
}

.menu img{
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  width: 95%;
  text-align: text-bottom;
}

.menu a{
  color: black;
}

.menu .title {
  margin-top: 10px;
  margin-bottom: 15px;
}

.menu .border {
  width: 7%;
  border-bottom: 1px solid;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}







/*フッター*/
footer p{
  clear: both;
  margin-top: 20px;
  font-size: 1,2rem;
  text-align: center;
}

.border {
  width: 70%;
  border-bottom: 1px solid #DDD;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}






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

.clearfix {
/*  display: inline-table;*/
}






/*別解像度*/


@media (min-width: 450px) {

.text {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  line-height: 2;
/*  font-size: 1.3rem;*/
}


.header_right{
  font-size: 2rem;  
  text-shadow: 1px 1px 0px #555;
  top:10px;
}

.header_right li{
  font-size: 2rem;
}


.header_right i{
  font-size: 1.5rem;
  vertical-align: super;
}



@media (min-width: 680px) {


.menu div {
  width: 50%;
}

.menu_indv {
  float: left;
  margin-bottom: 0;
}

.menu_indv:nth-child(odd) {
  /*background-color: yellow;*/
  margin-right: 0;
}




.store {
  padding:0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
/*  position: absolute;*/
}
.store_left {
  display: block;
  /*float: left;*/
  width: 45%;
}

.store_left img{
  width: 100%;
  vertical-align: bottom;

}

.store_right {
  /*float: left;*/
  width: 40%;
  margin-left: auto;
  margin-right: auto;

}

#buynow {
  margin-bottom: 0;
}




}