@charset "UTF-8";

/* ==========================================================

  "CHEZ SOMA" Index Styles

========================================================== */

/* Message - 202307, Modified 202405
---------------------------------------------------------- */
.message { padding: 0 7.5%; }
.message h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}
.message p {
  font-size: 16px;
  line-height: 1.8;
  display: none;
}
.message span {
  font-size: .9em;
  float: right;
  display: inline-block;
}

@media screen and (max-width:640px) {
  .message { padding: 0 3.125%; }
  .message h3 { font-size: 18px; }
}

@media screen and (max-width:480px) {
  .message h3 { font-size: calc(18 / 480 * 100vw); }
}

@media screen and (max-width:414px) {
  .message { font-size: 14px; }
}

@media screen and (max-width:375px) {
  .message { font-size: 13px; }
}

/* SNS Banner - Add 202507
---------------------------------------------------------- */
.sns-bnr {
  padding: 0 7.5%;
  margin: 4% 0 0;
}

@media screen and (max-width:640px) {
  .sns-bnr { padding: 0 3.125%; }
}
@media screen and (max-width:480px) {
  .sns-bnr { margin: 6.25% 0 0; }
}

/******************************
/  Index
*******************************/

/* Slider */
.slider-container { position: relative; }
.slider-l {
  background: rgba(255,255,255,0.6);
  position: absolute;
  left: -495px;
  width: 50%;
  height: 0;
  padding-top: 56.25%;
  z-index: 5;
}
.slider-r {
  background: rgba(255,255,255,0.6);
  position: absolute;
  width: 50%;
  height: 0;
  padding-top: 56.25%;
  right: -495px;
  z-index: 5;
}

/* コンテンツナビ */
#contents-nav-wrap {
  position: relative;
  width: 990px;
  margin-right: auto;
  margin-left: auto;
}
ul#contents-nav {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
ul#contents-nav li {
  margin-right: 15px;
  display: inline-block;
}
/* メインイメージ - Top */
.main-img {
  position: relative;
  top: 0;
  z-index: -1;
  height: auto;
  width: 100%;
  max-width: 100%
}
.main-img img {
  width: 100%;
}
.section {
  width: 100%;
  box-sizing: border-box;
  height: auto;
}
/* section01 */
.menu-link {
  width: 100%;
  padding-top: 15%;
  padding-bottom: 15%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}
.menu-link-box {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.menu-link-box dl {
  font-family: "Times New Roman", Georgia, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", "MS PMincho", "MS明朝", "MS Mincho", serif;
  width: 100%;
}
.menu-link-box dl dt {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 27, 105, 0.8);
  font-size: 72px;
}
.menu-link-box dl dd {
  width: 60%;
  font-size: 15px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.menu-link-box dl dd a {
  border-radius: 5px;
  display: block;
  /*
  background-color: #ffffff;
  */
  text-decoration: none;
  padding-top: 7.5px;
  padding-right: 10px;
  padding-bottom: 7.5px;
  padding-left: 10px;
  cursor: pointer;
  background: rgb(255,255,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 98%, rgba(222,222,222,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 98%, rgba(222,222,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 98%, rgba(222,222,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede', GradientType=0 ); /* IE6-9 */
  border: 1px solid #bdbcbd;
  color: #221815;
  transition: all 0.3s;
}
.menu-link-box dl dd a:hover { opacity: 0.7; }
#menu01 { background-image: url(../images/top_bg_lunch.jpg); }
#menu02 { background-image: url(../images/top_bg_dinner.jpg); }
#menu03 { background-image: url(../images/top_bg_wine.jpg); }

/* section02 */
#sec02 {
  background-attachment: fixed;
  background-image: url(../images/top_bg_dish02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 7.5% 0;
}
.information {
  width: 990px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
.info-inner {
  box-sizing: border-box;
  background: rgba(255,255,255,0.8);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(204,204,204,0.8);
  -moz-box-shadow: 0px 0px 8px 0px rgba(204,204,204,0.8);
  box-shadow: 0px 0px 8px 0px rgba(204,204,204,0.8);
  padding: 25px;
}
#info01 {
  width: 48%;
  float: left;
}
.info {
  width: 48%;
  float: right;
}
#info03 { margin-top: 20px; }
#info04 { width: 100%; }

/* 店舗情報  */
#topShopInfo > p {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Times New Roman", Georgia, serif;
  margin-bottom: 20px;
  width: 48%;
  float: left;
}
#topShopInfo > p > img {
  padding: 1px;
  border: 1px solid #dcdcdc;
  width: 100%;
}
#topShopInfo > div {
  margin-bottom: 20px;
  width: 48%;
  float: right;
}
#topShopInfo table {
  clear: both;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
}
#topShopInfo table th, #topShopInfo table td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #dcdcdc;
}
#topShopInfo table th {
  width: 20%;
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #dcdcdc;
  padding-left: 5px;
}
#topShopInfo table td {
  padding-left: 10px;
  padding-right: 5px;
}
#topShopInfo table td a {
  color: #221815;
  text-decoration: underline;
  transition: all .3s;
}
#topShopInfo table td a:hover { text-decoration: none; }
#topShopInfo table td ul li:first-child { margin-bottom: 5px; }
#topShopInfo table td dl#lTime { width: 100%; }
#topShopInfo table td dl#dTime { width: 100%; }

/* Cena */
#topReserve {
  height: auto;
  position: relative;
  background-image: url(../images/pattern_reserve.gif);
  background-repeat: repeat;
  text-align: center;
  border: 1px solid #d6d6d6;
  width: 70%;
  margin: auto;
  /*
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
  */
}
#topReserve dl {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-top: 1em;
  padding-bottom: 1em;
}
#topReserve dl dt {
  font-size: 16px;
}
#topReserve p {
  background-color: #ffffff;
  padding-top: 1em;
  padding-bottom: 1em;
}
#topReserve span {
  display: none;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/* スタッフ募集  */
#topRecruitment { font-size: 13px; }
#topRecruitment ul li span {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  vertical-align: middle;
}
#topRecruitment p {
  width: 31%;
  float: right;
  margin-left: 2%;
}
/* section03 */
#sec03 {
  padding-top: 7.5%;
  padding-bottom: 7.5%;
}
/* 見出し */
h2.topH2 {
  font-family: "Times New Roman", Georgia, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", "MS PMincho", "MS明朝", "MS Mincho", serif;
  font-size: 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 12.5px;
  font-weight: normal;
  line-height: 24px;
}
h2.topH2::before {
  content: '';
  position: absolute;
  background-image: url(../images/chezsoma_listmark.gif);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 25px;
  width: 7px;
  top: 0;
  left: 0;
}

/* Banner */
.section.bnr {
  padding: 6.25% 0;
  background: #f1f1f1;
}
.front-bnr {
  /*
  position: absolute;
  z-index: 9;
  top: 155px;
  left: 25%;
  */
  width: 990px;
  margin: 0 auto;
}
.front-bnr ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.front-bnr li {
  width: 48%;
  transition: .3s;
}
.front-bnr li img {
  width: 100%;
  height: auto;
}
.front-bnr li:hover { opacity: 0.8; }
.front-bnr li a { display: block; }

@media (max-width:989px) {
  .slider-l, .slider-r {
    display: none;  
  }
  #contents-nav-wrap {
    width: 93.75%;
    margin-right: auto;
    margin-left: auto;
  }
  .information {
    width: 93.75%;
    margin-right: auto;
    margin-left: auto;
  }
  .front-bnr { width: 93.75%; }
}
@media (max-width:768px) {
  ul#contents-nav {
    width: 100%;
    left: 0;
  }
  ul#contents-nav li {
    width: 25%;
    margin-right: 2%;
  }
  #info01 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .info {
    width: 100%;
    float: none;
  }
  #sec02, #menu01, #menu02, #menu03 { background-attachment: scroll; }
}
@media (max-width:640px) {
  .main-img { padding-top: 65px; }
  .menu-link-box dl dt { font-size: 60px;   }
  .menu-link-box dl dd {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1em;
  }
  .menu-link-box dl dd a {
    padding-top: 5px;
    padding-right: 7.5px;
    padding-bottom: 5px;
    padding-left: 7.5px;
  }
  h2.topH2 { font-size: 18px; }
  h2.topH2::before { top: 1.5px; }
  #topRecruitment ul li span {
    width: 48%;
    padding-right: 2%;
  }
  #topRecruitment ul li span:last-child { padding-right: 0; }
  #topShopInfo > p, #topShopInfo > div {
    float: none;
    width: 100%;
  }
  #topShopInfo table {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dedede;
  }
  #topShopInfo table th {
    display: block;
    width: 100%;
    border-right-style: none;
    padding-left: 0;
    border-bottom-width: 1px!important;
    border-bottom-style: dotted!important;
    border-bottom-color: #dcdcdc!important;
  }
  #topShopInfo table td {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-bottom-width: 1px!important;
    border-bottom-style: solid!important;
    border-bottom-color: #dcdcdc!important;
  }
}
@media (max-width:480px) {
  .slider-container { padding-top: 65px; }
  #contents-nav-wrap { display: none; }
  .front-bnr ul { display: block; }
  .front-bnr li { width: 100%; }
  .front-bnr li:last-of-type { margin: 3.125% 0 0; }
  .menu-link-box dl dt { font-size: 40px; }
  .menu-link-box dl dd {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .menu-link-box dl dd a { padding: 5px; }
}
