﻿@charset "UTF-8";
/*************************
フォーム関連のスタイルリセット
**************************/
button,
input[type=submit] {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
layout
*/
/*
color
*/
/*
pxをvwに変換

ウインドウ幅1400pxに対して要素幅50pxの場合
getvw(50,1400)となる
*/
/*
メディアクエリ
記述例
body{
  @include msw('max',1200){
    background-color: red;
  }
}
*/
/*
ICON FONT
*/
@media only screen and (min-width:768px) {
  .shops {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width:767px) {
  .shops {
    padding-bottom: 100px;
  }
}
.shops .shops-title {
  font-weight: bold;
  letter-spacing: 0.005em;
  line-height: 1.5;
  color: #0C3387;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .shops .shops-title {
    font-size: 28px;
  }
}
@media only screen and (max-width:767px) {
  .shops .shops-title {
    font-size: 24px;
  }
}
@media only screen and (min-width:768px) {
  .shops .shops-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .shops .shops-lists > li {
    width: calc((100% - 20px) / 2);
  }
}
@media only screen and (max-width:767px) {
  .shops .shops-lists > li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media only screen and (min-width:768px) {
  .shops .shops-lists {
    margin-top: 40px;
  }
}
@media only screen and (max-width:767px) {
  .shops .shops-lists {
    margin-top: 30px;
  }
}
@media only screen and (min-width:768px) {
  .shops .shops-lists .shops-list > li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width:767px) {
  .shops .shops-lists .shops-list > li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.shops .shops-lists .shops-list > li a {
  font-weight: bold;
  letter-spacing: 0.007em;
  line-height: 1.5;
  color: #0C3387;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0C3387;
  border-radius: 8px;
  transition: border 0.2s;
}
@media only screen and (min-width:768px) {
  .shops .shops-lists .shops-list > li a {
    height: 100%;
  }
}
@media only screen and (min-width:768px) {
  .shops .shops-lists .shops-list > li a {
    min-height: 128px;
  }
}
@media only screen and (min-width:768px) {
  .shops .shops-lists .shops-list > li a {
    font-size: 16px;
  }
}
@media only screen and (max-width:767px) {
  .shops .shops-lists .shops-list > li a {
    font-size: 14px;
  }
}
@media only screen and (min-width:768px) {
  .shops .shops-lists .shops-list > li a {
    padding: 20px 0;
  }
}
@media only screen and (max-width:767px) {
  .shops .shops-lists .shops-list > li a {
    padding: 15px 0;
  }
}
.shops .shops-lists .shops-list > li a:hover {
  border: 2px solid #0C3387;
}
.shops .shops-lists .shops-list > li figure {
  margin: 0 auto;
}
@media only screen and (min-width:768px) {
  .shops .shops-lists .shops-list > li figure {
    width: 200px;
  }
}
@media only screen and (max-width:767px) {
  .shops .shops-lists .shops-list > li figure {
    width: 170px;
  }
}
@media only screen and (min-width:768px) {
  .shops .shops-lists .shops-list > li.shop-owltech figure, .shops .shops-lists .shops-list > li.shop-jal figure {
    width: 180px;
  }
}
@media only screen and (max-width:767px) {
  .shops .shops-lists .shops-list > li.shop-owltech figure, .shops .shops-lists .shops-list > li.shop-jal figure {
    width: 150px;
  }
}
.shops .shops-working {
  text-align: center;
  background-color: #F2F6FD;
  border-radius: 8px;
}
@media only screen and (min-width:768px) {
  .shops .shops-working {
    padding: 28px 0;
  }
}
@media only screen and (max-width:767px) {
  .shops .shops-working {
    padding: 25px 0 30px;
  }
}
@media only screen and (min-width:768px) {
  .shops .shops-working {
    margin-top: 60px;
  }
}
@media only screen and (max-width:767px) {
  .shops .shops-working {
    margin-top: 40px;
  }
}
.shops .shops-working .shops-working-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.005em;
  line-height: 1.5;
  color: #0C3387;
}
.shops .shops-working .shops-working-time {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width:768px) {
  .shops .shops-working .shops-working-time {
    margin-top: 12px;
  }
}
@media only screen and (max-width:767px) {
  .shops .shops-working .shops-working-time {
    margin-top: 10px;
  }
}
.shops .shops-working .shops-working-time .weekday {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #0C3387;
}
@media only screen and (min-width:768px) {
  .shops .shops-working .shops-working-time .weekday {
    margin-right: 8px;
  }
}
@media only screen and (max-width:767px) {
  .shops .shops-working .shops-working-time .weekday {
    margin-right: 14px;
  }
}
.shops .shops-working .shops-working-time .time {
  font-feature-settings: "palt" on;
  font-family: Play;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #0C3387;
}
@media only screen and (min-width:768px) {
  .shops .shops-working .shops-working-time .time {
    font-size: 32px;
  }
}
@media only screen and (max-width:767px) {
  .shops .shops-working .shops-working-time .time {
    font-size: 22px;
  }
}
@media only screen and (max-width:767px) {
  .shops .shops-working .shops-working-time .time .slash {
    display: none;
  }
}
.shops .shops-working .shops-working-time-note {
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #0C3387;
}
@media only screen and (min-width:768px) {
  .shops .shops-working .shops-working-time-note {
    font-size: 14px;
  }
}
@media only screen and (max-width:767px) {
  .shops .shops-working .shops-working-time-note {
    font-size: 12px;
  }
}
@media only screen and (min-width:768px) {
  .shops .shops-working .shops-working-time-note {
    margin-top: 8px;
  }
}
@media only screen and (max-width:767px) {
  .shops .shops-working .shops-working-time-note {
    margin-top: 15px;
  }
}
.shops .shops-working .shops-working-note {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.007em;
  line-height: 1.7;
}
@media only screen and (min-width:768px) {
  .shops .shops-working .shops-working-note {
    margin-top: 16px;
  }
}
@media only screen and (max-width:767px) {
  .shops .shops-working .shops-working-note {
    margin-top: 10px;
  }
}