@charset "UTF-8";


/*--------------------------------------------------------
access.html
----------------------------------------------------------*/

/* 矢印 */
.btn_arrow {
  position: relative;
  padding-right: 5em;
}
.btn_arrow::after {
  content: url(/images/common/arrow_right.png);
  position: absolute;
  top: 50%;
  right: .83em;
  transform: translateY(-50%);
}

/* アクセス情報 */

.access{
  margin-top: 100px;
}

.access_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.access_right{
    width: 50%;
    padding-left: 20px;
}

.access_title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.access_title_line{
      border-bottom: solid 3px #f2f2f2;
}

.businesshours {
    margin-top: 30px;
}

.businesshours_table {
    list-style-type: square;
}

.businesshours_table li {
    margin-bottom: 5px;
}

.sns-list{
    padding-left: 0;
}

.sns-item {
    display: inline-block;
    padding: 3px;
    width: 40px;
    opacity: .7;
}

.sns-item a:hover {
    opacity: .7;
}

.access a{
    text-decoration: none;
}

.access_link{
    text-align: right;
}

.tokusyou_link{
	text-align: right;
	margin-top: 45px;
}
@media (max-width:1200px) {

  .access_flex {
      display: block;
  }

  .access_left,
  .access_right {
      width: 100%;
  }

  .access_right{
      padding-left: 0;
  }
  .access_right img{
      margin: 25px auto;
  }
  .access_title,
  .access .access_left p {
      text-align: center;
  }

  .businesshours_table {
      text-align: center;
      list-style: none;
      padding-left: 0;
  }
  .sns-list{
      text-align: center;
  }

}

@media (max-width: 767px){

    .access_title {
        text-align: center;
      }

    .access .sec_right {
        margin-top: 25px;
        width: 100%;
        height: 50vh;
    }

    .businesshours {
        margin-top: 25px;
    }
	.tokusyou_link{
	text-align: right;
	margin-top: 30px;
}

}
