@charset "UTF-8";
main{
  background-color: #fff;
}
.head_part.head_lounge{
  background-image: url(../img/lounge/head_part_bg.jpg);
}
header nav ul li.gnav_li_our_stores a{
  color: #312421;
}
header nav ul li.gnav_li_lounge a{
  color: #806239;
}

/* content_section page_lounge */
.content_section.page_lounge .inner{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content_section.page_lounge{
  margin-bottom: 0;
}
.content_section.page_lounge .inner h2{
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.content_section.page_lounge .inner h2::before{
  content: "";
  display: block;
  width: 250px;
  height: 77px;
  background-image: url(../img/lounge/lounge_logo.png);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  margin: 0 auto 72px;
}
.content_section.page_lounge .inner p{
  text-align: center;
  margin-bottom: 58px;
}
.content_section.page_lounge .inner .link_btn{
  width: 250px;
  margin-bottom: 0;
}
.content_section.page_lounge .inner .link_btn a{
  width: 100%;
  background-color: #44A2C1;
}
.content_section.page_lounge .inner .link_btn a:hover{
  background-color: #6eb6cf;
}
/* //content_section page_lounge */

/* content_section stores store_osaka */
.content_section.stores .store_osaka dt.area_name span{
  background-color: #fff;
}
.content_section.stores .store_osaka .access_link{
  word-wrap: break-word;
}
.content_section.stores .store_osaka .access_link a{
  color: #806239;
  text-decoration: underline;
}
/* //content_section stores store_osaka */

/* 狭小用 */
@media only screen and (max-width: 800px){
  .head_part.head_lounge .inner .page_title{
    width: 310px;
  }
}
/* iPad未満 */
@media only screen and (max-width: 767px){
  .head_part.head_lounge{
    background-image: url(../img/lounge/narrow/nr_head_part_bg.jpg);
  }
  .content_section.page_lounge .inner h2{
    font-size: 24px;
  }
}
@media only screen and (max-width: 370px){
  .content_section.head_part.head_lounge .inner{
    padding: 0 0 0 16px;
  }
}
/* //狭小用 */