@charset "UTF-8";
/*
店舗ページ用スタイルシート
*/
.telNum {
  font-size: 20px;
  color: #060;
  font-weight: bold;
}

.imgBox {
  clear: both;
}

/*==================================================
	1カラムの場合のレイアウト
==================================================*/
.wrap_article.article_1col {
  width: auto;
  margin: 0 auto;
  max-width: 800px;
}

/*==================================================
	Headerのスタイル
==================================================*/
.wrapper_head_copy {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.head_copy {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  vertical-align: bottom;
}

.head_copy img {
  vertical-align: bottom;
}

.header_info_text {
  font-size: 12px;
  background-color: #ccc;
  padding: 2px;
  line-height: 1.3;
}

.header_info_text div {
  display: inline-block;
  margin: 0 5px;
}

.head_resDev {
  white-space: nowrap;
  vertical-align: middle;
  padding: 5px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.wrap_head_buttons > div {
  display: inline-block;
  vertical-align: top;
}

.header_right .wrap_head_buttons > div {
  vertical-align: bottom;
}

.head_contact a, .head_booking a {
  display: block;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  padding: 2px 0px 0;
  width: 50px;
}

.head_resDev a:hover {
  opacity: 0.9;
}

.head_contact span, .head_booking span {
  display: block;
  font-size: 28px;
}

.head_tel {
  display: block;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  padding: 5px 5px 3px;
}

.head_tel_note {
  display: block;
  font-size: 14px;
}

.head_jikan {
  font-size: 10px;
  line-height: 1.2;
  padding: 5px 0 5px;
  font-weight: bold;
  text-align: right;
}

/*==================================================
	フッターのスタイル
==================================================*/
.footInfo h3 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 10px;
}

.footKeywords h3 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 10px;
  /* font-weight: normal; */
  border-bottom: 1px solid;
  padding: 0 0 2px;
}

.footKeywords p {
  margin: 0 0 20px;
}

/*目次ページのスタイル*/
.wrap_child_index {
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 20px;
  margin: 10px 0 50px;
  max-width: 400px;
}

.wrap_child_index h3 {
  color: #666;
  margin-bottom: 10px;
}

.mokuji {
  font-size: 18px;
}

/*ページナビゲーション用のスタイル*/
.tablenav {
  color: #2583ad;
  line-height: 2em;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}

.page-numbers, .tablenav .current {
  color: #00019b;
  padding: 7px .6em;
  border-style: solid;
  border-width: 1px;
  border-color: #CCC;
  text-decoration: none;
  font-size: smaller;
  background-color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.page-numbers:hover {
  background-color: #EFEFEF;
}

.tablenav .current {
  font-weight: bold;
  background-color: #EFEFEF;
}

.tablenav .next, .tablenav .prev {
  border: 1 none;
  background: white;
  font-size: smaller;
}

/*----------リンク集のスタイル------------*/
.linkcat {
  list-style: none;
  font-weight: bold;
  font-size: 20px;
}

.blogroll {
  font-weight: normal;
  font-size: 16px;
}

#link_navi {
  border: 1px solid #CCC;
  text-align: left;
  line-height: 1.5em;
  border-radius: 5px;
  background-color: #ECECEC;
  padding: 0 20px;
}

#link_navi p {
  margin: 10px 25px;
}

#link_navi table {
  margin: 10px 0 10px 0;
  border-color: #CCC;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  border-collapse: collapse;
  background-color: #fff;
}

#link_navi th {
  padding: 10px;
  font-weight: normal;
  border-style: solid;
  border-width: 1px;
  border-color: #CCC;
}

td {
  padding: 10px;
  font-weight: normal;
  border-style: solid;
  border-width: 1px;
  border-color: #CCC;
}

#link_navi th {
  width: 30%;
}

ul#link_list {
  list-style-type: none;
  padding: 0px;
  margin-left: 20px;
}

#link_list h2 {
  border-bottom-style: none;
  font-size: 16px;
  color: #060;
  margin: 5px;
}

ul#link_list li {
  font-weight: bold;
}

ul#link_list li li {
  list-style-type: disc;
  font-weight: normal;
  padding: 0px;
  margin: 5px;
  margin-left: -20px;
}

/*================================================
ここからタブレット用（600px以上）のスタイル
==================================================*/
@media screen and (min-width: 720px) {
  /*フッター*/
  .footKeywords {
    float: right;
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    text-align: left;
  }
  .footInfo {
    float: left;
    width: 300px;
    text-align: left;
  }
  /*sb_indoboxショートコード*/
  .sb_info_box.sb_content {
    padding: 10px;
    border-width: 2px;
  }
  .sb_info_box_header {
    text-align: center;
    font-size: 19px;
  }
  .sb_infobox_tel {
    font-size: 24px;
    text-align: center;
    border-bottom: 2px solid #ccc;
    margin: 0px 0 10px;
    font-weight: bold;
  }
  .sb_info_box ul.sb_info_box_list {
    margin: 5px 10px;
    line-height: 1.3;
  }
  .sb_info_box p {
    margin: 5px 10px;
  }
  /*end min-width;600px*/
}

/*================================================
ここからPC用（1000px以上）のスタイル
================================================*/
@media screen and (min-width: 1000px) {
  .normal_head_width, .normal_head_copy_width, .normal_menu_width {
    width: 1000px;
    margin: 0 auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .main_nav_right.normal_menu_width {
    width: auto;
    border: none;
  }
  .normal_head_width .wrapLogo {
    margin: 0 10px;
  }
  .normal_head_width .headMenu li:first-child {
    border-left: none;
  }
  .normal_head_width .headMenu li:last-child {
    border-right: none;
  }
}

/*# sourceMappingURL=style-shop.css.map */
