/*
Theme Name: Anges
Author: 
Description: Music cafe Anges
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anges

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*スライダー*/
.slick-dots{
  display: flex;
  position: absolute;
  bottom: 1%;
  left: 45%;
  color: #999;
  list-style-type: none;
}

/*ドット*/
.slick-dots li:after{
  content: '';
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  box-shadow: 0 2px 5px #ccc inset;
  list-style-type: none;
  margin-bottom: 15px;
  margin-right: 15px;
}

.slick-dots li.slick-active:after{
  background-color: #ffcc99;
}

.slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/*LIVE&CULTURE*/

.schedule_inner{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.schedule_inner .flex-container{
  justify-content: space-between;
}

/*
.link_back{
  background-color: #000;
  width: 470px;
  height: 470px;
  position: relative;
}

.live{
  background-image: url("/wp-content/themes/anges/img/home/top-live.gif");
  background-repeat: no-repeat;
  width: 470px;
  height: 470px;
  position: relative;
}

.live:hover{
  background-color: #000;
  opacity: 0.6
}

.panel_hover {
  opacity: 0.6;
}

.culture{
  background-image: url("/wp-content/themes/anges/img/home/top-culture.gif");
  background-repeat: no-repeat;
  width: 470px;
  height: 470px;
  position: relative;
}

.skip{
  display: none;
}

a.live_link{
  color: #fff;
  font-size: 2.4rem;
  border: solid 1px #fff;
  text-align: center;
  width: 325px;
  padding: 10px;
  margin-top: -280px;
  margin-left: 75px;
  display: inline-block;
  position: absolute;
}

a.culture_link{
  color: #99ffcc;
  font-size: 2.4rem;
  border: solid 1px #99ffcc;
  text-align: center;
  margin-top: -280px;
  width: 325px;
  padding: 10px; 
  margin-left: 75px;
  display: inline-block;
  position: absolute;
}
*/
/*.culture:hover{
  background-color: #000;
  opacity: 0.6
}
*/
.panel_wrap {
  width: calc( (100% / 2) - 10px );
  background-color: #000;
}
a.live_link,
a.culture_link {
  margin: 0;
  /*width: calc( (100% / 2) - 10px );*/
  width: 100%;
  border: none;
  position: relative;
  display: block;
}
a.live_link .live,
a.culture_link .culture {
  padding-top: 100%;
  width: 100%;
  height: 100%;
  background-size: cover;
  text-indent: 100%;
  overflow: hidden;
  height: 0;
}

.live,
.culture {
  background-repeat: no-repeat;
  background-position: center;
}
.live {
  background-image: url("/wp-content/themes/anges/img/home/live_panel.jpg");
}
.culture{
  background-image: url("/wp-content/themes/anges/img/home/culture_panel.jpg");
}

/*information*/
section.information{
  /* margin: 30px 0; */
  line-height: 3rem;
  /* Add border 2019-01-21 M.Ohno */
  margin: 30px auto;
  padding: 20px;
  max-width: 960px;
  border: 3px solid #000000;
}

section.information h2{
  font-size: 2.1rem;
  border-bottom: 1px solid;
  margin: auto;
  width: 100%;
  margin-bottom: 20px;
  line-height: 3rem;
  text-align: center;
}

section.information h2::before{
  content: 'インフォメーション';
  font-size: 2.7rem;
  display: block;
  
}

section.information ul {
  width: 100%;
  text-align: left;
  list-style-type: none;
}

/*ひし形*/

.defaultlist li{
  list-style-type: none;
  list-style-image: none;
  margin: 10px 0px;

  /* Add border 2019-01-21 M.Ohno */
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
}

.diamond li{
  position: relative;
  padding-left: 20px;
  line-height: 2rem;
}

.diamond li:after{
  content: '';
  display: block;
  position: absolute;
  background-color: #000;
  width: 9px;
  height: 9px;
  top: 5px;
  left: 5px;
  transform: rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
}

/* PC */
@media (min-width: 901px){
  section.information h2{
    max-width: 1030px;
  }
  section.information ul {
    margin: 0 auto;
    max-width: 960px;
  }
}

/* tablet portrait */
@media (max-width: 900px){
  .slick-slider {
    margin: 0 -20px;
  }
  .slick-dots {
    left: calc((100% - (15px * 4)) / 2);
  }
  .slick-dots li:after {
    margin-right: 1rem;
    width: 1rem;
    height: 1rem;
  }
  .slick-dots li button {
    width: inherit;
    height: inherit;
  }
  section.information {
    margin: 30px 0;
  }
  section.information h3 {
    width: 100%;
    font-size: 2rem;
    line-height: 3rem;
  }
  .defaultlist, .defaultlist li {
    width: 100%;
    /*margin: 0px; */
  /* Add border 2019-01-21 M.Ohno */
    margin: 10px 0px;
  }
  .schedule {
    margin-top: 2.4rem;
    max-width: 100%;
  }
  .schedule_inner {}
/*
  .schedule .flex-container {
    display: block;
  }
*/
  .schedule .flex-container > div {
    /*margin-top: 1rem;*/
  }
  .schedule .flex-container > div:first-child {
    margin-top: 0;
  }
  .link_back {
    width: 100%;
    height: auto;
  }
/*  .live,
  .culture {
    padding-top: 100%;
    width: 100%;
    height: auto;
    background-size: contain;
  }
  a.live_link,
  a.culture_link {
    margin: 0;
    width: initial;
    position: absolute;
    top: 50%;
    left: calc((100% - (2.4rem * 10 + 20px)) / 2);
  }
*/
}

/* Smart phpne landscape */
@media (max-width: 600px){
/* Add M.Ohno Infomation SmartPhone対応 */
  section.information{
    margin: 10px auto;
    padding: 10px;
  }
  section.information h2::before{
    display:none;
  }
  section.information h2::after{
    content: ' ～インフォメーション～';
    font-size: 1.3rem;
    display:inline;
  }
  
  section.information h2{
    font-size: 1.3rem;
  }

  .defaultlist li{
    font-size: 1.3rem;
  }
/* Add M.Ohno Infomation SmartPhone対応 */
}

/* Smart phpne portrait */
@media (max-width: 480px){
}
