@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6 {
    font-family: 'Noto Sans JP', sans-serif;
}

.nav-top {
    margin-top: 20px;
}
.w3-sidenav a, .w3-sidenav h4 {
    padding: 12px 10px 12px 30px !important;
}
.w3-theme-l1 {
    background: #fff !important;
    color: #000 !important;
    text-align: center;
    font-size: 0.7em;
    letter-spacing: 0.1em;
}
.w3-theme-l1 a {
    text-decoration: none;
}
.w3-theme-l5 {
    background: #F6ED36 !important;
    font-weight: 900;
}
p {
    font-size: 1em;
    line-height: 2;
}
.w3-container {
    padding: 0.01em 30px;
    margin: 40px 0 10px;
}
.w3-sidenav a,.w3-sidenav h4 {
    padding:12px;
}
.w3-navbar a {
    padding-top:12px !important;
    padding-bottom:12px !important;
}
.w3-theme {
    color: #fff !important;
    background-color: #fff !important;
    opacity: 1;
}
.w3-text-teal, .w3-hover-text-teal:hover {
    color: #000!important;
    font-size: 1.4em;
    border-bottom: 1px solid #000;
    padding: 14px 4px;
    margin-bottom: 20px;
    letter-spacing:0.2em;
    font-weight: 600;
}

li.news {
    margin-bottom: 12px;
}

.read {
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: 30px 0;
}
.desc {
    text-align: center;
    font-size: 1em;
    margin: 20px 0 40px;
    padding: 20px 40px;
    letter-spacing: 0.1em;
}
.mhead {
    font-size: 1.1em;
    border-bottom: 1px solid #000;
    padding: 15px 10px;
    letter-spacing: 0.2em;
    clear: both;
}

.kenshou-title {
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    margin: 20px 0 10px;
}
.kenshou-head {
    text-align: center;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    padding: 0;
    margin: 30px 0 0;
    line-height: 1;
}
.kenshou-text {
    text-align: center;
    letter-spacing: 0.1em;
}
.mhead-shop {
    font-size: 1.1em;
    border-bottom: 1px solid #000;
    padding: 15px 10px;
    letter-spacing: 0.2em;
    clear: both;
    margin-bottom: 24px;
}
.shop img{
    width: 140px;
    float: left;
    margin: 0 20px 40px 0;
}
.shop p{
}
.shop .shop-cat{
    font-size: 12px;
    display: inline;
    background: #ddd;
    padding: 5px 8px;
}
.date {
    font-family: "Tahoma";
    font-size: 14px;
    color: #999;
}
.ruby {
    font-size:12px;
    letter-spacing: 0;
}

/*** 2nd floor ***/
.flex{
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
}
.flex li{
  width: calc((100%/2) - 2%);
  margin-bottom: 20px;
  padding:5%;
}
.flex li:nth-child(odd){
    margin-right:2%;
}
.flex li:nth-child(even){
    margin-left: 2%;
}
.flex li img{
  max-width: 100%;
  transition: .5s ;
}
.flex li p{
  display: inline-block;
  background: #F6ED36;
  padding: 0 5px;
  margin: 3% 0 1%;
  font-size: 0.85em;
}
.flex li h2{
  font-size: 1em;
  letter-spacing: 0.2em;
  margin: 0;
}
.flex li a{
  display: contents;
  text-decoration: none;
}
.flex li a img:hover{
  -webkit-filter:opacity(70%);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/** 料金table **/
.w3-responsive.price {white-space: nowrap;}
.price .w3-table th{vertical-align: middle; text-align: center; border-right: 1px solid #ddd;}
.price .w3-table td{vertical-align: middle; text-align: center; border-right: 1px solid #ddd;}
.price .w3-table tr td:last-child {border-right: 0;}
.price .w3-table td:first-child{padding-left: initial;}


.jp-en{
  border-radius: 5px;
  border: 1px solid #fff;
  margin: 30px 20px;
  text-align: center;
  background: #fff;
  color: black;
}
