@charset "UTF-8";
/* 汎用タイトル（アイコン＋画像）※h3相当 */
/* 汎用タイトル（アイコン＋プレーンテキスト）※h3相当 */
/* 汎用タイトル（アイコン＋明朝体）※h4相当 */
/* 汎用タイトル（アイコン＋ゴシック体）※h5相当 */
/* テキストリンク */
/* ボタンリンク（橙色） */
/* 背景グラデ枠（お品書き、ブログサイドの背景などに使用） */
/* 料金表示 */
/* 画像切り替え（ベージュ背景 slider） */
/* 画像切り替え（ローディング） */
/* 画像切り替え（ページング） */
/* 画像切り替え（左右ボタン） */
/*	ページ内リンク用ボタン
----------------------------------------------------------- */
/*	float 解除
----------------------------------------------------------- */
/*	イベント、みやび便り（ブログ）一覧レイアウト
----------------------------------------------------------- */
/* トップページ、店舗トップ、イベント、ブログで使用 */
/* ===================================================================
CSS information

 file name  :specialty.css
 author     :Ability Consultant
style info  :みやびのこだわり
=================================================================== */
/*-----------------------------------------------------------
	ページ専用指定
-----------------------------------------------------------*/
#specialty #main_title h2 {
  background-image: url(../specialty/images/bg_title.jpg);
}
#specialty #main_title span {
  background-image: url(../specialty/images/title.jpg);
}

.nav_page {
  margin-bottom: 40px;
  overflow: hidden;
  border-top: 1px solid #e0a677;
  border-left: 1px solid #e0a677;
  border-bottom: 1px solid #e0a677;
  margin-bottom: 0;
}
.nav_page > li {
  float: left;
  background: url(../images/common/bg_nav_page.jpg) 0 0 repeat;
  border-bottom: 4px solid #ebb97c;
}
.nav_page > li:hover {
  border-bottom: 4px solid #e3630e;
}
.nav_page > li a {
  display: block;
  font-size: 100% !important;
  color: black;
  text-align: center;
  text-decoration: none !important;
  border-right: 1px solid #e0a677;
  border-left: 1px solid #f3ebd2;
  padding: 15px 5px;
}
.nav_page > li a i {
  color: #a64910;
  padding-right: 6px;
}
.nav_page li {
  width: 25%;
}
@media only screen and (max-width: 640px) {
  .nav_page li {
    width: 50%;
  }
}

/* -----------------------------------------------------------
	.con_intro		INTRO
----------------------------------------------------------- */
.con_intro {
  margin-bottom: 30px;
}
.con_intro h3 {
  border-top: 2px solid #cac7bd;
  background: #fdfcf6 url(../images/common/bg_st_bot_line.png) 0 bottom repeat-x;
  margin-bottom: 30px;
  clear: both;
  margin-bottom: 40px;
}
.con_intro h3 span.st {
  display: block;
  background: url(../images/common/ic_st_mark_01.png) 0 10px no-repeat;
  padding: 14px 0 18px 50px;
}
@media only screen and (max-width: 640px) {
  .con_intro h3 span.st {
    display: none;
  }
}
.con_intro h3 span.st img {
  vertical-align: middle;
}
.con_intro h3 span.txt {
  display: none;
}
@media only screen and (max-width: 640px) {
  .con_intro h3 span.txt {
    display: block;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 150%;
    font-weight: bold;
    background-image: url(../images/common/ic_st_mark_01.png);
    background-position: 0 10px;
    background-repeat: no-repeat;
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px 25px;
    -o-background-size: 25px 25px;
    background-size: 25px 25px;
    padding: 10px 15px 12px 35px;
  }
}
@media only screen and (max-width: 640px) {
  .con_intro h3 {
    margin-bottom: 20px;
  }
}
.con_intro p {
  width: 95%;
  margin: 0 auto;
}

/* -----------------------------------------------------------
	.con_spe		コンテンツ
----------------------------------------------------------- */
.con_spe .box {
  clear: both;
  overflow: hidden;
  padding: 60px 0;
  border-bottom: 1px solid #d2cdb8;
}
@media only screen and (max-width: 1000px) {
  .con_spe .box {
    padding: 30px 0;
  }
}
.con_spe .box h4 {
  margin-bottom: 20px;
}
.con_spe .box .photo {
  width: 51%;
  background: url(../images/common/bg_line_oblique.png) 0 top repeat-x;
  padding-top: 5px;
}
@media only screen and (max-width: 640px) {
  .con_spe .box .photo {
    width: 100%;
    margin-bottom: 20px;
  }
}
.con_spe .box .photo .wrp {
  background: url(../images/common/bg_dark_pat.jpg) 0 0 repeat;
  padding: 25px 0 30px;
}
@media only screen and (max-width: 640px) {
  .con_spe .box .photo .wrp {
    padding: 0;
  }
}
.con_spe .box .photo .wrp p {
  margin: 0 auto !important;
  max-width: 90% !important;
  max-height: 90% !important;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .con_spe .box .photo .wrp p {
    max-width: 100% !important;
    max-height: 100% !important;
  }
}
.con_spe .box .photo .wrp p img {
  width: 100%;
  height: auto;
  /*auto又は100%に指定・縦横比を維持する*/
}
.con_spe .box .st_odd {
  float: right;
  width: 440px;
}
@media only screen and (max-width: 1000px) {
  .con_spe .box .st_odd {
    float: none;
    width: 95%;
  }
}
.con_spe .box .p_odd {
  float: left;
}
@media only screen and (max-width: 1000px) {
  .con_spe .box .p_odd {
    float: none;
    width: 95%;
    margin: 0 auto 30px;
  }
}
.con_spe .box .st_even {
  float: left;
  width: 440px;
}
@media only screen and (max-width: 1000px) {
  .con_spe .box .st_even {
    float: none;
    width: 95%;
  }
}
.con_spe .box .p_even {
  float: right;
}
@media only screen and (max-width: 1000px) {
  .con_spe .box .p_even {
    float: none;
    width: 95%;
    margin: 0 auto 30px;
  }
}
.con_spe .box .txt_odd {
  float: right;
  width: 440px;
}
@media only screen and (max-width: 1000px) {
  .con_spe .box .txt_odd {
    float: none;
    width: 95%;
    margin: 0 auto 30px;
  }
}
.con_spe .box .txt_odd p {
  padding-bottom: 10px;
}
.con_spe .box .txt_odd .sst {
  font-weight: bold;
}
.con_spe .box .txt_even {
  float: left;
  width: 440px;
}
@media only screen and (max-width: 1000px) {
  .con_spe .box .txt_even {
    float: none;
    width: 95%;
    margin: 0 auto 30px;
  }
}
.con_spe .box .txt_even p {
  padding-bottom: 10px;
}
.con_spe .box .txt_even .sst {
  font-weight: bold;
}
.con_spe .box .txt_even .box_in {
  clear: both;
  overflow: hidden;
  margin-top: 15px;
  border: 1px dotted #B6A66B;
  padding: 10px;
}
.con_spe .box .txt_even .box_in .photo_in {
  float: left;
  width: 40%;
  margin-right: 3%;
  max-width: 180px;
}
.con_spe .box .txt_even .box_in .txt_in {
  float: left;
  width: 57%;
}
.con_spe #spe2 .txt_even .box_in .txt_in {
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .con_spe #spe2 .txt_even .box_in .txt_in {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_spe #spe4 .txt_even .box_in .photo_in {
    float: none;
    width: 100%;
    margin: 0 auto 10px;
  }
}
@media only screen and (max-width: 640px) {
  .con_spe #spe4 .txt_even .box_in .txt_in {
    float: none;
    width: 100%;
  }
}
.con_spe #spe4 .txt_even .box_in .txt_in dl {
  margin-bottom: 10px;
}
.con_spe #spe4 .txt_even .box_in .txt_in dl dt {
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  .con_spe .first {
    border-top: 1px solid #d2cdb8;
  }
}
.con_spe .end {
  border: none;
}
