@charset "utf-8";
/* CSS Document */


.head {
    margin: 0;
    width: 100%;
    background: url("../img/head.jpg") no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 300px;
    padding: 100px 20px 0;
}
.head h2 {
    text-align: center;
    color: #ffffff;
}
h3,h4,h5,h6 {
  font-family: Roboto, Arial, Helvetica, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  margin-bottom: 0;
}
p {
  margin-bottom: 16px;
}
.h3_title {
  margin: 30px auto;
  border-top: 1px solid #006785;
  border-bottom: 1px solid #006785;
  padding: 20px 0;
  font-weight: bold;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #006785;
  font-size: 18px;
}
.h3_title img {
  width: 160px;
}
.oneCard {
  margin: 0 0 40px;
  background: #F3F3F3;
  border: 1px solid #cccccc;
  border-radius: 16px;
  padding: 20px 4%;
  text-align: left;
}
.cardContent {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.leftIImg ,
.leftIImg img {
  width: 100%;
}
.leftIImg {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
}
.leftIImg img:nth-child(2) ,
.leftIImg img:nth-child(3) {
  width:calc(100% / 2 - 5px);
}
.rightTxt {
  display: block;
  width: 100%;
  margin: 0;
}
.rightTxt h4 {
  margin-bottom: 10px;
  color: #006785;
  font-weight: bold;
}
.rightTxt p.class_mode {
  margin-top: 0;
}
.rightTxt h5 {
  margin-bottom: 8px;
}
h4 .kana {
  margin-left: .5rem;
  font-size: 60%;
}
.tag_clr span {
  color: #ffffff;
  padding: 2px 4px;
  margin-right: 4px;
  background: #464646;
  font-size: 12px;
}
.tag_clr .bg_g_este {
  background: #FFA6A6;
}
.tag_clr .bg_g_physio {
  background: #59B10C;
}
.tag_clr .bg_coupon {
  background: #E9B302;
}
.leftIImg h5 ,
.rightTxt h5 {
  line-height: 1.4rem;
  color: rgb(135, 135, 135);
  font-weight: bold;
  padding: 0;
  margin: 0 0;
}

.rightTxt h5.mincho {
  line-height: 1.7rem;
  color: #464646;
}
.iconList li {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.5;
}
.iconList li span {
  width: 16px;
  height: 16px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.iconList li span.add {
  background: url("../img/icon_add.svg") no-repeat;
  background-size: 14px;
}
.iconList li span.acc {
  background: url("../img/icon_acc.svg") no-repeat;
  background-size: 14px;
}
.iconList li span.time {
  background: url("../img/icon_time.svg") no-repeat;
  background-size: 14px;
}
.iconList li span.pay {
  background: url("../img/icon_pay.svg") no-repeat;
  background-size: 14px;
}
.iconList li span.holiday {
  background: url("../img/icon_yasumi.svg") no-repeat;
  background-size: 14px;
}
.cell_menu span {
  margin-right: 4px;
}
.celluma_cl {
  background: #BCD541;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 16px;
  color: #006785;
}
.btnToDetail {
  margin: 20px auto 10px;
  width: 90%;
  display: flex;
  gap: 10px;
  max-width: 300px;
}
.btnToDetail.one {
  width: 145px;
}
.btnToDetail a {
  display: block;
  background: #006785;
  border: 1px solid #006785;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: .1rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: background-color .3s 0s ease, color .3s 0s ease;
  transition: background-color .3s 0s ease, color .3s 0s ease;
}
.btnToDetail a:after {
    content: "";
    background: url(../img/arrow.svg) no-repeat;
    background-size: 22px;
    position: absolute;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
.btnToDetail a:hover {
  background: linear-gradient(140deg,rgba(0, 103, 133, 1) 0%, rgba(10, 51, 64, 1) 70%);
}
.shopSns dl, .shopSns dt, .shopSns dd {
    margin: 0px;
}
.shopSns dt {
  color: rgb(135, 135, 135);
  font-weight: bold;
}
.snsList {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 16px;
    gap: 10px;
}
.snsList li a {
    width: 24px;
    display: block;
}



@media screen and (min-width: 768px) {
.head {
    background-position: bottom -130px center;
}
.oneCard {
  padding: 30px 20px;
  margin-bottom: 60px;
}
.cardContent {
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}
.leftIImg {
    width: 45%;
    max-width: 490px;
}
  .infomation {
    width: 100%;
  }
.iconList li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.7;
}
.iconList li span {
    width: 18px;
    height: 18px;
}
.iconList li span.add {
    background: url(../img/icon_add.svg) no-repeat;
    background-size: 15px;
}
.iconList li span.acc {
    background: url(../img/icon_acc.svg) no-repeat;
    background-size: 16px;
}
.iconList li span.time {
    background: url(../img/icon_time.svg) no-repeat;
    background-size: 16px;
}
.iconList li span.holiday {
    background: url(../img/icon_yasumi.svg) no-repeat;
    background-size: 16px;
}
.iconList li span.pay {
    background: url(../img/icon_pay.svg) no-repeat;
    background-size: 16px;
}
.rightTxt {
    width: calc(100% - 45% );
  gap: 0;
}
.leftIImg h5, .rightTxt h5 ,.shopSns dt {
    line-height: 1.7rem;
    font-size: 18px;
    margin-bottom: 6px;
}
.inner.pt40 {
  padding-top: 40px;
}
.rightTxt h4 {
  font-size: 18px;
}
a[href^="tel:"] {
    pointer-events: inherit;
}
}
 @media screen and (min-width: 900px) {
.head {
    background-position: bottom -90px center;
    height: 330px;
}
}
 @media screen and (min-width: 1400px) {
.head {
    background-position: bottom -300px center;
    height: 330px;
}
}
 