@charset "UTF-8";
/*
Theme Name: apice_template_ver2
Template: twentyseventeen
Description: apice_template_ver2
Version: 1
*/

* {
    box-sizing: border-box;
}

.ap_access_line{
  display: flex;
	align-items: center;
}
.ap_access_line:before{
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
  margin:0 1em;
}
.ap_access_line:after{
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #000;
  margin:0 1em;
}

/*アコーディオンメニュー*/
/*
.abc {
max-width: 33%;
}
*/
.ap_accordion-hidden{
display: none;
}
.ap_accordion-open {
display: block;
padding: 30px 60px 30px 0;
margin: 5px 0;
font-weight: 700;
font-size: 16px;
line-height: 1.5em;
position: relative;
border-bottom: 1px solid #ddd;
}

.ap_accordion-open::after {
  content: "";
  display: block;
  position: absolute;
  top: 38%;
  right: 8%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateX(-50%) rotate(135deg);
}
.ap_accordion-hidden:checked + .ap_accordion-open:after {
  /* transform: translateY(-50%) rotate(-45deg);
  top: 53%;
  right: 10%; */
}

.ap_accordion-close {
display: block;
height: 0;
overflow: hidden;
margin: 10px 0 0 0;
padding: 0;
opacity: 0;
line-height: 1.7em;
transition: 0.5s;
}
.ap_accordion-hidden:checked + .ap_accordion-open + .ap_accordion-close{
height: auto;
opacity: 1;
padding: 10px;
}

.ap_locate_box{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  height: 45px;
  line-height: 42px;
  border: 1px solid #1253a4;
  border-radius: 6px;
}
.ap_loot_box{
  position: relative;
  height: 80px;
  padding-left: 17px;
  border-left: 1px solid #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.7;
}
.ap_loot_box::before{
  position: absolute;
  left: -2px;
  bottom: 4px;
  width: 10px;
  height: 1px;
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  background-color: #000;
  display: block;
  content: '';
}

.ap_line-height_none{
  line-height: 0;
}
.ap_access_child{
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width:640px){
  .ap_access_line:before{
    position: relative;
      height: 80px;
      padding-left: 17px;
      border-left: 1px solid #000;
      font-weight: bold;
      font-size: 1.2rem;
      line-height: 1.7;
  }
  .ap_access_line:after{
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #000;
    margin:0 1em;
  }
}

.ap_front_twitter_wrap{
  height: 300px;
  overflow: scroll;
}