/* ************************************************ 
 *  共通設定
 *  2018/01/08  https://適用版
 * ************************************************ */
 
@charset "euc-jp";

html, body, header, section, article, nav, footer,
div, span, h1, h2, h3, h4,h5,
ul, ol, li,
dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot,
input, textarea,label {
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,dt,th{
  font-weight: normal;
  font-size: 1em;
}
p {
  margin: 0;
  padding: 0;
}
ul{
  list-style: none;
}

a{
  text-decoration: none;
  color: #000; /*color: #827A00;*/
  cursor: pointer;
  text-decoration: none;
}
a:hover{
  color: #827A00;
  opacity: 0.7;
  text-decoration: underline;
}
:active,:focus {
  outline: 0 !important;
}
select, textarea, [type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"], [type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"], .uneditable-input {
    display: inline-block;
    padding: inherit;
    height: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
    vertical-align: middle;
    font-size: 14px;
    line-height: inherit;
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height:1.5;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*color:#827A00;*/
  position: relative;
  /*font-size:<{$font_size}>;*/
  /*color:#3e3e3e;*/
  }

img {
   /*vertical-align:bottom;*/
   border: none;
  }

.bold {
  font-weight:bold;
  }
.deco_n:hover{
  text-decoration: none;
}
.f_min{
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: bold;
}
.red{
  color: #FF0000;
}
.dark{
  color: #2D2704;
}
.gray{
  color: #808081;  
}

/* ************************************************ 
 *  block
 * ************************************************ */
 .wrapper{
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .wrapper{
    width: 1200px;
    margin: 0 auto;
  }
}
.heading_wrapper{
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
}
.logo_info{
  width: 1200px;
  margin: 0 auto;
  font-size: 12px;
}
.slider{
/*  width: 100%;
  margin: 0 auto;
  padding: 25px 0;*/
}
.nav{
  width: 1200px;
  margin: 0 auto 20px;
}
.contents_wrapper{
  width: 1200px;
  margin: 20px auto 100px;
}
.side{
  width: 300px;
  float: left;
}
.contents{
  width: 860px;
  float: right;
}
.footer{
  width: 100%;
  margin: 0 auto;
  background-color: #F2F1E7;
}

/* ************************************************ 
 *  header
 * ************************************************ */
.heading{
  height: 35px;
  background-color: #F2F1E7;
}
.heading_msg {
  line-height: 35px;
  display: inline-block;
  float: left;
}
.heading_msg span {
    color: #808080;
}
.sub_nav {
    float: right;
}
.sub_nav li {
    display: inline;
    line-height: 35px;
}
.logo_info {
    height: 85px;
}
.logo {
    width: 370px;
    height: 49px;
    margin-top: 20px;
    float: left;
}
.hdr_info {
    width: 650px;
    float: right;
    text-align: right;
}
.cart_inner {
    position: relative;
    height: 35px;
    margin: 10px;
    text-align: right;
}
.cart_num {
    position: absolute;
    color: #808080;
    top: 9px;
    right: 90px;
}
.cart_num a {
    color: #808080;
}
.hdr_login {
    height: 24px;
}
.hdr_login li {
    display: inline-block;
    height: 24px;
}
.hdr_login li img {
    vertical-align: text-bottom;
}
.hdr_login li span {
    font-size: 18px;
    vertical-align: middle;
    margin: 0 10px;
}

/* ************************************************ 
 *  nav上タイトル（TOP以外）
 * ************************************************ */
.p_title_bar {
    height: 128px;
    line-height: 128px;
    /*font-size: 36px;*/
    font-size: 28px;
    text-align: center;
    background: url("https://psg.xsrv.jp/2015_11/img/p_title_bar_bg.jpg") repeat-x;
    white-space: nowrap;
    overflow: hidden;
}
.p_title_bar span {
    font-size: 18px;
    vertical-align: bottom;
}
/* ************************************************ 
 *  slider
 * ************************************************ */
.slider {
    height: 450px;
    background: url("https://psg.xsrv.jp/2015_11/img/slider/slider_bg.jpg") repeat-x;
    padding: 43px 0px;
    position: relative;
}
.btn_prev {
    position: absolute;
    top: 50%;
    left: 10px;
}
.btn_next {
    position: absolute;
    top: 50%;
    right: 10px;
}
.film_roll_pager {
    width: 800px;
    margin: 10px auto;
}
.film_roll_pager a{
  width:10px !important;
  height:10px !important;
  border-radius:10px !important;
  border: none !important;
  background-color: #CBC47A !important;
  margin: 0px 15px 0px 0px !important;
}
.film_roll_pager a.active{
  background-color: #452210 !important;
}

/**/
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}
.wideslider li:hover{
  opacity:0.7;
} 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: url(https://psg.xsrv.jp/2015_11/img/slider/left.png) no-repeat right center;}
.slider_next {background: url(https://psg.xsrv.jp/2015_11/img/slider/right.png) no-repeat left center;}
 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 10px;
    text-align: center;
    position: absolute;
    z-index: 200;
    margin: 10px 0;
}

.pagination a {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #CBC47A;
    opacity: 1 !important;
    margin: 0 15px 0 0;
    display: inline-block;
    overflow: hidden;
}
.pagination a.active {
    background-color: #452210;
}

.slider_prev {
    width: 76px !important;
    height: 76px !important;
    top: 50%;
    left: -200px !important;
}
.slider_next {
    width: 76px !important;
    height: 76px !important;
    top: 50%;
    right: -200px !important;
}
.slider_prev:hover,
.slider_next:hover{
  opacity:0.7 !important;
}

/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}
/**/

/* ************************************************ 
 *  nav
 * ************************************************ */
.nav {
    margin-top: 1px;
}
.nav li {
    width: 199px;
    height: 50px;
    float: left;
    border-left: 1px solid #CBC47A;
    text-align: center;
}
.nav li:last-child {
    width: 198px;
    border-right: 1px solid #CBC47A;
}
.nav li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
}
.nav li a:hover {
    text-decoration: none;
    border-bottom: 3px solid #CBC47A;
}


/* ************************************************ 
 *  side
 * ************************************************ */
.side_sec {
    margin-bottom: 30px;
}
.t_side {
    font-size: 12px;
    background: url(https://psg.xsrv.jp/2015_11/img/t_side_dot.png) no-repeat bottom left;
    margin-bottom: 10px;
}
.t_side span {
    font-size: 40px;
    color: #CBC47A;
    vertical-align: middle;
    margin-right: 10px;
}

/*商品検索*/
.side_form_select_box {
    width: 290px;
    height: 38px;
    overflow: hidden;
    border: 1px solid #827A00;
    margin-bottom: 10px;
}
.side_form_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: button;
    width: 120%;
    height: 38px;
    border: none;
    color: #827A00;
    padding-left: 10px;
    font-size: 14px;
    background: url(https://psg.xsrv.jp/2015_11/img/btn_select.jpg) no-repeat 255px center;
}
.side_form_input {
    width: 235px;
    height: 38px;
    border: 1px solid #827A00;
    color: #827A00;
    padding-left: 10px;
    font-size: 14px;
}
.btn_search {
    display: inline-block;
    width: 35px;
    height: 34px;
    background: url(https://psg.xsrv.jp/2015_11/img/btn_search.png) no-repeat;
    border: none;
    margin-left: 5px;
    white-space: nowrap;
    text-indent: 35px;
    overflow: hidden;
    cursor: pointer;
}

/**/
/*条件で選ぶドロップダウンリスト*/
/**/
.terms li {
    line-height: 40px;
}
.terms li > div {
    display: inline-block;
}
li.menu__single > div {
    position: relative;
}
.menu__single:hover div > a {
    border-bottom: 3px solid #CBC47A;
    text-decoration: none;
}
/*second_level*/
li.menu__single .menu__second {
    position: absolute;
    width: 300px;
    top: 0;
    right: -320px;
    background: #F1EFE5;
    border: 5px solid #fff;
    z-index: 1;
}
li.menu__single .menu__second ul {
    width: 300px;
    float: left;
}
li.menu__single .menu__second.double{
  width: 600px;
  right: -620px;
}
li.menu__single .menu__second li {
    padding-left: 15px;
    border-bottom: 1px solid #fff;
}
li.menu__single .menu__second li img {
    vertical-align: middle;
    margin-right: 10px;
}
/*second_level on_off*/
.menu__second{
    visibility: hidden;
}
li.menu__single:hover .menu__second{
    visibility: visible;
}

/**/
/*限定特典*/
/**/
.side_bnr {
    margin-bottom: 10px;
}
/**/
/*最近チェックした商品*/
/**/
.recent_check {
    background-color: #F2F1E7;
    padding: 20px 0;
}
.checkitem {
    width: 215px;
    margin: 0 auto;
    padding: 20px 0;
}
.recent_img{
  text-align: center;
  margin-bottom: 10px;
}
.recent_img img {
  max-width: 100%;
}
/**/
/*カレンダー*/
/**/
.calender {
    font-size: 12px;
    margin: 10px 0;
}
.calender p {
    margin-bottom: 20px;
}
.calender dd {
    margin-left: 1em;
}


.tbl_calendar {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    line-height: 2.2;
    margin-bottom: 30px;
}
/*
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
*/
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

/* ************************************************ 
 *  footer
 * ************************************************ */
.footer_wrapper {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    position: relative;
}
.ftr_link_box {
    padding: 40px 0 80px 100px;
}
.ftr_link {
    float: left;
    margin-right: 50px;
}
.t_ftr_link {
    margin-bottom: 20px;
}
.ftr_link ul {
    float: left;
    margin-right: 20px;
}

/*copy,etc*/
.copy li {
    color: #A9A9A9;
    display: inline;
    line-height: 35px;
}
.copy li a {
    color: #A9A9A9;
}
/*お問い合わせはこちらから*/
.btm_mail {
  background-color: #BBB776;
  color: #fff;
  line-height: 34px;
  width: 230px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  position: fixed;
  bottom: 0;
  right: 20px;
}
.btm_mail img {
    vertical-align: middle;
}
.btm_mail a {
    color: #fff;
    margin-left: 20px;
}
/*上に戻る*/
.gotop {
    width: 100px;
    height: 30px;
    text-align: center;
    padding-top: 20px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -50px;
    background-color: #F2F1E7;
    border-radius: 50px 50px 0 0;
}


/* ************************************************ 
 *  main_contents
 * ************************************************ */
 /**/
/*category*/
/**/
.cat_heading{
    width: 856px;
    height: 185px;
    margin-bottom: 30px;
}
.cat_heading p {
    line-height: 2.5;
    padding: 5px 0 0 30px;
}
/*背景img*/
.cat_heading.p_voice {
    background: url(https://psg.xsrv.jp/2015_11/img/p_voice/p_voice.jpg);
}

/**/
/*点線付きブロック*/
/**/
.main_sec {
    background: url(https://psg.xsrv.jp/2015_11/img/content_dot.png) no-repeat top left;
    padding: 20px 0 10px;
}
.t_main {
    font-size: 16px;
    line-height: 80px;
    text-align: right;
}
.t_main span {
    font-size: 40px;
    vertical-align: middle;
    color: #CBC47A;
}

/**/
/*商品一覧　レイアウト*/
/**/
.product_list_box {
    margin: 30px auto;
}
.product_list {
    width: 200px;
    float: left;
    margin: 0 10px 60px 0;
}
.product_item {
    text-align: center;
}
.product_item_img {
    display: table-cell;
    width: 200px;
    height: 200px;
    vertical-align: middle;
}
.product_item img {
    max-width: 100%;
    max-height: 200px;
    margin-bottom: 10px;
}
.product_item .name {
    text-align: left;
    font-size: 12px;
    line-height: 2;
}
 .product_item .price {
    text-align: right;
    font-size: 12px;
    line-height: 2;
    font-weight: bold;
}

.regular_price_all {
    text-decoration: line-through;
}
/**/
/*sort_button*/
/**/
.product_sort {
    font-size: 12px;
    width: 500px;
    margin: 30px auto;
    text-align: center;
}
.sort_label, .product_sort_button {
    display: inline-block;
    vertical-align: middle;
}
.product_sort_button a, .product_sort_button span {
    display: block;
    width: 124px;
    line-height: 32px;
    text-align: center;
    float: left;
}
.product_sort_button a {
    border: 1px solid #827A00;
}
.product_sort_button span {
    border: 1px solid #827A00;
    background-color: #827A00;
    color: #fff;
}
/**/
/*virtual_showcase*/
/**/
.sc_movie{
    width: 760px;
    height: 428px;
    /*background-color: #000;*/
    margin: 40px auto 0;
}
.sc_comment {
    font-size: 12px;
    text-align: center;
    margin: 30px auto;
}
.sc_list {
    width: 160px;
    float: left;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
}
.sc_item img {
    max-width: 100%;
    margin-bottom: 10px;
}
.sc_name {
    text-align: left;
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
    left: 0 !important;
}
.bx-wrapper .bx-controls-direction a {
    top: 100% !important;
    margin-top: 0px !important;
    display: block !important;
}

/*facebook*/
.fb-page {
    width: 500px;
    margin: 0 auto 100px;
}
.fb_iframe_widget{
  display: block !important;
}
/**/
/*ranking*/
/**/
.ranking_box {
    margin-bottom: 30px;
}

.ranking_list {
    width: 160px;
    float: left;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
}
.ranking_item img {
    max-width: 100%;
    margin-bottom: 10px;
}
.ranking_name,.recommend_price {
    text-align: left;
}
.t_ranking{
  font-size:16px;
  margin-bottom:20px;
}

/**/
/*recommend*/
/**/
.recommend_list {
    width: 160px;
    float: left;
    margin-right: 10px;
    font-size: 12px;
    text-align: center;
}
.recommend_item img {
    max-width: 100%;
    margin-bottom: 10px;
}
.recommend_name,.recommend_price {
    text-align: left;
}
.t_reco{
  font-size:16px;
  margin-bottom:20px;
}


/**/
/*facebook*/
/**/
.fb-page {
    width: 500px;
    margin: 0 auto 100px;
}

/**/
/*良く検索されているワード,気になるワード*/
/**/
.freq_search {
    font-size: 12px;
    width: 840px;
    margin: 50px auto;
}
.freq_search p {
    margin-bottom: 5px;
}
.freq_search ul {
    border: 1px solid #827A00;
    padding: 10px;
    text-align: center;
}
.freq_search li {
    display: inline-block;
    margin: 0 5px;
}

/**/
/*ページ送り(ページ数表示)*/
/**/
.pageNav {
    margin: 50px auto;
    text-align: center;
}
.pageNav span {
    font-size: 12px;
    line-height: 34px;
    width: 34px;
    text-align: center;
    border: 1px solid #827A00;
    display: inline-block;
    margin: 0 3px;
}
.pageNav span a {
    display: block;
}
.pageNav span.carent {
    background-color: #827A00;
    color: #fff;
}
.pageNav span.before, .pageNav span.next {
    border: none;
}

/**/
/*こちらのリンクも併せてご確認ください*/
/**/
.more_link {
    padding: 50px 0;
}
.t_more_link {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 40px;
}
.more_link ul {
    line-height: 3;
}

 /**/
/*お問い合わせ*/
/**/
.inq_box {
    background-color: #F2F1E7;
    padding: 20px 0;
}
.inq_box {
    background-color: #F2F1E7;
    padding: 20px 0;
}
.inq_box li {
    width: 33%;
    float: left;
}
.inq_box li img {
    width: 100%;
}
.inq_icon {
    width: 150px;
    margin: 0 auto 10px;
}
.inq_msg {
    width: 220px;
    margin: 0 auto;
}

/**/
/*白四角ボタン(メルマガ等)*/
/**/
.btn_store_more {
    background-color: #F2F1E7;
    padding: 40px 0;
    margin-bottom: 50px;
}
.btn_store_more a {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 380px;
    line-height: 66px;
    border: 1px solid #827A00;
    background-color: #fff;
    margin: 0 auto;
}



/* ************************************************ 
 *  freepage
 * ************************************************ */
 /*sp用トップimg、タイトル等*/
  .t_main_sp {
    display: none;
}
/*icon等切替え*/
.sp_view {
    display: none;
}

/* ************************************************ 
 *  商品ラインナップ
 * ************************************************ */
.freq_search {
    font-size: 12px;
    width: 840px;
    margin: 50px auto;
}
.freq_search p {
    margin-bottom: 5px;
}
.freq_search ul {
    border: 1px solid #827A00;
    padding: 10px;
    text-align: center;
}
.freq_search li {
    display: inline-block;
    margin: 0 5px;
}
/*jewerry types*/
.lineup_types {
    margin-bottom: 50px;
}
.lineup_types li {
    width: 205px;
    height: 205px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

li.typ_bracelet {
    background: url(https://psg.xsrv.jp/2015_11/img/p_lineup/typ_bracelet_on.jpg) no-repeat;
}
li.typ_pendant {
    background: url(https://psg.xsrv.jp/2015_11/img/p_lineup/typ_pendant_on.jpg) no-repeat;
}
li.typ_design {
    background: url(https://psg.xsrv.jp/2015_11/img/p_lineup/typ_design_on.jpg) no-repeat;
}
li.typ_ruth {
    background: url(https://psg.xsrv.jp/2015_11/img/p_lineup/typ_ruth_on.jpg) no-repeat;
}
li.typ_grain {
    background: url(https://psg.xsrv.jp/2015_11/img/p_lineup/typ_grain_on.jpg) no-repeat;
}
li.typ_birth {
    background: url(https://psg.xsrv.jp/2015_11/img/p_lineup/typ_birth_on.jpg) no-repeat;
}
li.typ_healing {
    background: url(https://psg.xsrv.jp/2015_11/img/p_lineup/typ_healing_on.jpg) no-repeat;
}
li.typ_owner {
    background: url(https://psg.xsrv.jp/2015_11/img/p_lineup/typ_owner_on.jpg) no-repeat;
}
.lineup_types li:hover img {
    opacity: 0;
}

/*stones*/
.lineup_stone {
    font-size: 12px;
}
.lineup_stone li {
    width: 104px;
    height: 95px;
    text-align: center;
    float: left;
    margin-right: 2px;
    margin-bottom: 5px;
}
.lineup_stone li img {
    max-width: 100%;
}
.lineup_stone li p {
    max-height: 3em;
    overflow: hidden;
}

/* ************************************************ 
 *  誕生石特集
 * ************************************************ */
/*birth_button*/
.birth_button {
    margin-top: 30px;
    padding: 0 10px;
}
.birth_button li {
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 10px;
    margin-bottom: 40px;
}
/*store_info*/
.store_info {
    font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    margin-bottom: 50px;
}
.t_store_info {
    font-size: 24px;
    margin-bottom: 24px;
}

/* ************************************************ 
 *  お客様の声
 * ************************************************ */
/*user*/
.voice_user {
    width: 360px;
    margin-bottom: 30px;
    float: left;
}
.voice_img {
    margin-bottom: 10px;
}
.voice_img img {
    width: 100%;
}
.voice_data {
    padding: 20px;
    border-left: 1px solid #C6BF78;
}
.voice_data p {

}
/*QA*/
.voice_qa {
    width: 480px;
    float: right;
}
.voice_qa_list {
    margin-bottom: 20px;
}
.q_no {
    display: inline-block;
    width: 60px;
    line-height: 45px;
    background: url(https://psg.xsrv.jp/2015_11/img/p_voice/icon_voice_q.png) no-repeat;
    background-size: 70px;
    color: #fff;
    font-size: 20px;
    padding-left: 10px;
}
.voice_q {
    width:400px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    vertical-align: top;
}
.voice_qa_list p {
    background-color: #F2F1E7;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
/*tencho*/
.res_tencho {
    width: 320px;
    background-color: #F2F1E7;
    color: #808081;
    line-height: 2;
    padding: 20px;
    border-radius: 10px;
    float: left;
}
.tencho_img {
    width: 115px;
    margin-bottom: 10px;
}
.tencho_img img {
    width: 100%;
}

.voice_nav {
    margin: 50px auto;
    text-align: center;
}
.voice_nav span {
    font-size: 12px;
    line-height: 34px;
    width: 200px;
    text-align: center;
    background-color: #CBC47A;
    display: inline-block;
    margin: 0 3px;
}
.voice_nav span a {
    display: block;
    color:#fff;
    background-color: #827A00;
}
/* ************************************************ 
 *  お客様の声一覧
 * ************************************************ */
.voice_all_box {
    background-color: #F1F1E7;
    border: 1px solid #686868;
    padding: 20px 0;
}
.voice_list {
    width: 220px;
    height: 360px;
    margin: 30px;
    float: left;
    font-size: 12px;
    overflow: hidden;
}
.voice_list_img {
    width: 220px;
    height: 220px;
    overflow: hidden;
}
.voice_list_img img {
    width: 100%;
}
.voice_balloon {
    width: 183px;
    height: 45px;
    background: url(https://psg.xsrv.jp/2015_11/img/p_voice/balloon.png) no-repeat;
    padding: 8px 10px;
    margin: 5px auto;
    overflow: hidden;
}
.voice_balloon p {
    font-size: 14px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
}
.voice_list_name {
    text-align: right;
}

/* ************************************************ 
 *  よくあるご質問と回答
 * ************************************************ */
/*QA*/
.faq_box {

}
.faq_list {
    margin-bottom: 50px;
}
.q_icon {
    display: inline-block;
    width: 60px;
    line-height: 45px;
    background: url(https://psg.xsrv.jp/2015_11/img/p_faq/icon_voice_q.png) no-repeat;
    background-size: 70px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding-left: 10px;
}
.faq_q {
    width:400px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    vertical-align: top;
}
.faq_list p {
    background-color: #F2F1E7;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

/* ************************************************ 
 *  premium stone galleryについて
 * ************************************************ */
/*intro*/
.t_about {
    font-size: 16px;
    text-align: center;
    margin: 30px auto;
}
.about_intro img {
    width: 100%;
}
.about_intro_img {
    width: 330px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.about_intro_txt {
    width: 510px;
    display: inline-block;
    vertical-align: middle;
}
/*こだわり*/
.about_point {
    margin-bottom: 70px;
}
.t_about_point {
    font-size: 21px;
    margin-bottom: 30px;
}
.about_point p {
    line-height: 2.8;
    margin-bottom: 40px;
}
.about_point img {
    width: 100%;
}
.about_point_img {
    width: 510px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.about_point_txt {
    width: 200px;
    font-size: 21px;
    line-height: 1.7;
    display: inline-block;
    vertical-align: middle;
}

/* ************************************************ 
 *  店舗情報
 * ************************************************ */
.shopinfo_msg {
    margin-bottom: 20px;
}
.shopinfo_msg_txt {
    width: 580px;
    float: left;
    line-height: 2.5;
}
.shopinfo_msg_link {
    width: 240px;
    float: right;
    line-height: 2.5;
    border-left: 1px solid #C6BF78;
    padding-left: 20px;
}
.shopinfo_msg_link li {
    background: url(https://psg.xsrv.jp/2015_11/img/p_shopinfo/right_rnd.png) no-repeat left center;
    padding-left: 25px;
}
/*shopinfo*/
.shopimg_large, .shop_data, .gmap {
    margin-bottom: 30px;
}
.shop_data_txt {
    width: 460px;
    float: left;
    line-height:2.3;
}
.shop_data_img {
    width: 370px;
    float: right;
}
/*shop_data*/
.t_shopdata {
    display: inline-block;
}
.shop_data_txt p {
    margin-bottom: 30px;
}
.t_shopdata_link a {
    background: url(https://psg.xsrv.jp/2015_11/img/p_shopinfo/right_rnd.png) no-repeat left center;
    padding-left: 25px;
    margin-left: 30px;
}
.station {
    font-size: 18px;
}
.rail {
    font-size: 12px;
    color: #808081;
}
.shop_data_img img {
    margin-bottom: 40px;
}

.shop_imgs div {
    width: 390px;
    height: 240px;
    float: left;
    margin-bottom: 60px;
}
.shop_imgs div:nth-child(2n) {
    margin-left: 40px;
}
.shop_imgs div:nth-child(2n+1) {
    margin-right: 40px;
}
 
/* ************************************************ 
 *  ご利用方法
 * ************************************************ */
.t_howto {
    font-size: 16px;
    text-align: center;
    margin: 30px auto;
}
.howto > div{
  padding: 0 20px;
}
.t_howto_sub {
    font-size: 21px;
    margin-bottom: 10px;
}
.howto p {
    margin-bottom: 30px;
}
/*credit*/
.credit, .credit_icon {
    display: inline-block;
    vertical-align: top;
}
.credit_icon{margin-left:30px;}
.credit_icon img {
    width: 72px;
}
/*bank*/
.howto_bank {
    width: 630px;
    border: 1px solid #827A00;
    padding: 20px 50px;
    margin: 50px auto !important;
}
.t_howto_sub.w_note {
    display: inline-block;
}
.t_howto_sub_note {
    display: inline-block;
    margin-left: 10px;
}

/* ************************************************ 
 *  ご注文の流れ
 * ************************************************ */
.t_order {
    font-size: 18px;
    margin: 20px auto;
}
.t_order span {
    font-size: 36px;
    background-color: #827A00;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 48px;
    line-height: 44px;
    border-radius: 10px;
    vertical-align: middle;
    margin-right: 20px;
    font-family: initial;
}
.order_note {
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
}

/* ************************************************ 
 *  キャンペーン
 * ************************************************ */
.beige_box {
    width: 760px;
    background-color: #F2F1E7;
    border: 1px solid #231815;
    padding: 20px;
    margin: 0 auto;
}
.beige_box img {
    max-width: 100%;
}
.campaign p {
    margin-bottom: 20px;
}

/*sale*/
.sale .beige_box {
    background: url(https://psg.xsrv.jp/2015_11/img/p_campaign/icon_stonebox.png) no-repeat #F2F1E7;
    background-position: 97% 93%;
    background-size: 95px;
}
.t_sale {
    width: 310px;
}
.t_campaign_sub {
    font-size: 24px;
    margin-left: 20px;
}
.t_sale, .t_campaign_sub {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}
.sale_msg {
    font-size: 26px;
    margin: 10px auto;
}
.main_sec.sale {
    font-size: 16px;
}
.btn_sale a {
    display: block;
    width: 460px;
    margin: 0 auto;
}
/*special*/
.t_3special {
    width: 390px;
    margin: 0 auto 20px;
}
.mag_form {
    font-size: 18px;
    text-align: center;
}
.mag_form .formlabel {
    display: inline-block;
    width: 230px;
    line-height: 45px;
}
.mag_form input[type="text"] {
    width: 440px;
    line-height: 45px;
    height: 45px;
    margin-bottom: 20px;
    font-size: 18px;
}
.btn_mag {
    width: 460px;
    margin: 20px auto;
}
.btn_mag:hover {
    opacity: 0.7;
}
.mag_special {
    background-color: #fff;
    margin-bottom: 20px;
}
.mag_special_img {
    width: 399px;
    height: 202px;
    float: right;
}
.mag_special_txt {
    width: 320px;
    font-size: 15px;
    padding: 10px 20px 0;
    letter-spacing: 2.8px;
    line-height: 1.2;
}
.t_special {
    font-size: 28px;
}
.amz_note {
    font-size: 12px;
}
/*line*/
.line_link {
    font-size: 36px;
    line-height: 1.8;
    text-align: center;
}


/* ************************************************ 
 *  手首サイズの測り方
 * ************************************************ */
.main_sec.size img {
    max-width: 100%;
}
.t_size_intro {
    font-size: 21px;
    text-align: center;
    margin-bottom: 30px;
}
.size_intro_img {
    width: 400px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.size_intro_txt {
    display: inline-block;
    width: 400px;
    vertical-align: middle;
}

.t_size {
    font-size: 21px;
    margin: 30px auto;
}
.size_img {
    width: 360px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top;
}
.size_txt {
    width: 450px;
    display: inline-block;
    vertical-align: top;
}

.size_note {
    background-color: #F2F1E7;
    line-height: 1.8;
}
.size_note {
    padding: 20px;
    border-radius: 10px;
    margin: 20px auto;
}


/* ************************************************ 
 *  表記事項
 * ************************************************ */
.main_sec.notice .inner {
    padding: 0 20px;
}
.t_notice {
    font-size: 16px;
    text-align: center;
    margin: 30px auto;
}
.main_sec.notice h4, .main_sec.notice p {
    margin-bottom: 30px;
    line-height: 1.7;
}


  
/* 検索結果 */
.txt-search {
  padding:5px 10px;
  /*background:#e7e7e7;*/
  border-bottom:1px solid #FFFFFF;
  }

.txt-hitNum {
  margin-bottom:15px;
  padding:5px 10px;
  /*background:#e7e7e7;*/
  background:#F2F1E7;
  }

.txt-search strong,
.txt-hitNum strong {
  font-weight:bold;
  }


/* ************************************************ 
 *  float解除
 * ************************************************ */


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility:
  hidden;
  }
  
.clearfix {
  display:inline-block;
  }
  
/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
  }
  
.clearfix {
  display: block;
  }
/* End hide from IE-mac */



/*nano default*/
/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
    padding:0 0 0 0;
    margin:0 0 30px 0;
}
.cg_freespace_02 {
    padding:0 0 0 0;
    margin:0 0 30px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
    margin:0 0 10px 0;
    color: black;
    line-height: 2;
    font-size: 14px;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
    margin:0 0 10px 0;
    padding:0;
}

/* カテゴリ、グループ内のフリースペース*/
.cat_bnr {
	margin-bottom: 5px;
	width: 100%;
}
.menu_item {
	display: inline;
	padding: 5px;
	margin: 5px 5px 0 0;
	float: left;
	border: 1px solid;
}
.menu_top {
	background:#a18000;
	color: #fff;
}
.menu_txt {
	margin: 5px 0;
}
.bk_red {
  background: #F00;
  color: yellow;
}


/* サブメニュー */
.cat_submenu_box {
  display:block;
  height:30px;
  margin:1px;
  background: #eee;
  padding:5px;
  float:left;
  font-size: 12px;
}
.col3 {
  width:95%;
}
.col1 {
  width:31%;
}
.cat_submenu_box img {
  width:12px;
  height:12px;
  margin: 0 5px -2px 0;
}


/* ************************************************ 
 *  店舗バナー
 * ************************************************ */
/*shop_bnr*/
.shop_bnr li {
    width: 400px;
    text-align: center;
    float: left;
    margin:15px 20px 10px 10px;
}
.shop_bnr li .info {
	width: 400px;
  text-align: left;
   background-color: #F2F1E7
   padding: 20px;
}



/* テキストカラー */
.txt_red {
	color: #f00;
}

.discount_rate_all {
	color:#d00020;
}

.expl {
	margin-top: 5px;
  	text-align: left;
	font-size: 0.9em;
}

/*　点滅　*/
.blinking {
    -webkit-animation: 0.5s linear 0s alternate none infinite running blink;
    -moz-animation: 0.5s linear 0s alternate none infinite running blink;
    animation: 0.5s linear 0s alternate none infinite running blink;
}
@-webkit-keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@-moz-keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}
@keyframes blink {
    0% { opacity: 0; }
    19.9% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 1; }
}


.shop-inner{
	width: 400px;
	float: left;
	margin: 20px 20px 20px 10px;
}
.shop-info{
	background: #F2F1E7;
	margin-bottom: 10px;
	padding: 20px;
}
.square_btn {
    display: inline-block;
    width: 100%;
    padding: 1em 0;
    text-decoration: none;
    color: #a18000;
    background: #F2F1E7;
    border: solid 2px #a18000;
    border-radius: 3px;
    transition: .4s;
    margin: 12px auto;
    text-align:center;
}
.square_btn:hover {
    background: #a18000;
    color: white;
}

.nodata {
	color:#d00020;
  	margin: 15px 0;
}

/*-- Google Map --*/
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


/* category menu */
.menu2{float: left; background: #fff; color:#a18000;border: solid 1px #a18000; margin: 5px;padding: 10px;}
/*.menu1{float: left; background: rgba(241, 9, 52, 0.95); color: yellow; margin: 5px;padding: 10px;}*/
.menu1{float: left; background: #a18000; color:white; border: solid 1px #a18000;margin: 5px;padding: 10px;}



/* button */
.btn-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  margin: 15px 0;
  border-radius: 5px;
  border: 2px solid #a18000;
  text-decoration: none;
  color: #a18000;
  background: #FFF; 
/*  background-image: linear-gradient(45deg, #FF0000 100%, #ff0000 100%);*/
  transition: .4s;
}

.btn-gradient-radius:hover {
  background: #a18000; 
  color: #fff;  
/*  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);*/
}

.ct {
	text-align: center;
}

.free-spase-lp {
	font-size: 14px;
   color: black !important;  
	line-height:2;
}

.free-spase-lp h3 {
	font-size: 18px;
  	font-weight: bold;
	line-height:3;
}

.free-spase-lp ul {
    list-style:  none;      /* デフォルトのアイコンを消す */
    margin:  0;             /* デフォルト指定上書き */
    padding: 0;             /* デフォルト指定上書き */
    margin: 10px 0;
}

.free-spase-lp li:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #F44336;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
}

.hizou-midashi {
  padding: 1rem 2rem;
  margin: 2rem 0;
  border-bottom: 3px solid #827916;
  background: #f2f1e8;
  color:#827916;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.hizou-text {
    background: #f9f9f9;
    padding: 20px;
    margin-bottom: 40px;
}
