 /* 国産ジャカード織カーテン */
.jc_p{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 12px;
}
.jc_h2{
	border-bottom: 2px solid #cdb884;
	margin-bottom: 10px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
}

/* フォント */
.jc_font{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
 /* 目次 */

.jc_menubox {
 border-top: 5px solid #cdb884;
 border-bottom: 5px solid #cdb884;
 padding: 10px;
}

.jc_menu {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-weight: bold;
  font-size: 18px;
}

.jc_menu:before, .jc_menu:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #cdb884;
}

.jc_menu:before {
  left:0;
}
.jc_menu:after {
  right: 0;
}

.menu-item{
	position: relative;
    margin-bottom: 10px;
    padding: 0.1rem;
    color: #cdb884;
	border-left: 15px double;
    font-weight: bold;
    font-size: 14px;
	border-bottom: 1px solid #999999;
	width: 300px;
	margin: 0 auto;

}
.menu-item p{
	margin-left: 10px;
}

.jc_menuback{
background-image: url("/dcms_media/image/jc_backgroundimage.jpg");
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}




/* 目次項目 */
a.jc_btn:hover{
  opacity: 0.5;
}

/* 見出し */
.jc_heading {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
  font-size: 14px;
　color: #cdb884;
}

.jc_heading:before, .jc_heading:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.jc_heading:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.jc_heading:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

/* ポイント見出し */
.jc_point {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin: 0 auto;
  font: 16px;
  margin-bottom: 15px;
}

.jc_point:before, .jc_point:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #333333;
}

.jc_point:before {
  left:0;
}
.jc_point:after {
  right: 0;
}

/* ポイントテキスト見出し */
.jc_heading2 {
border-bottom: double 2px #333333;
font-size: 14px;
}

/* チェックアイコン */
.tr_icon1{
  padding: 0.5em;
  margin: 2px 0;
  display: block;
}
.tr_icon1:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background: url("/dcms_media/image/tr_check.jpg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}


/* 文字下margin */
.p_m20{
	margin-bottom: 20px;
}
.p_m10{
	margin-bottom: 10px;
}
.h2_m10{
	margin-bottom: 10px;
}


/* 商品ボタン */
a.button01 {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    margin: 0 auto;
    padding: .9em 2em;
    border: 3px solid #cdb884;
    background-color: #fff;
    color: #000000;
    font-size: 1em;
    text-decoration: none;
}

a.button01:hover {
    border: none;
    background-color: #cdb884;
	border: 2px solid #cdb884;
    color: #000000;
    font-weight: bold;
}

/* 下部ボタン */

a.button02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding: .9em 2em;
    border: 3px solid #cdb884;
    background-color: #cdb884;
    color: #000000;
    font-size: 1em;
    text-decoration: none;
}

a.button02:hover {
    border: none;
    background-color: #fff;
	border: 2px solid #cdb884;
    color: #000000;
    font-weight: bold;
}


/* スライダー設定 */
.css-carousel-slider {
	display: flex;
    justify-content: center; 
    align-items: center; 
    width: 90%;
    /* max-width: 900px */ /* サイズ設定をする場合はここ(*1) */
    overflow: hidden;
    position: relative;
	margin: 0 auto;
}
.css-carousel-slider img {
    width: 100%;
    height: auto;
    vertical-align: top;
	margin: 5px;
}

/* スライド設定 */
.css-carousel-slider .slide-wrap {
    width: 400%; /* 画像の合計数*100%を設定(*2) */
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 0;
    animation: css-carousel-slider 20s infinite; /* スライダーアニメーション全体の時間(*3) */
    animation-delay: 2s; /* スライダーが始まるまでの時間(*4) */
}
.css-carousel-slider .slide-wrap-main {
    width: 100%;
    z-index: 1;
    animation: css-carousel-slider-main 20s infinite; /* (*3)と同じ内容を設定 */
    animation-delay: 2s; /* (*4)と同じ内容を設定 */
}
.css-carousel-slider .slide {
    width: 100%;
}

/* スライダーアニメーションの設定(*5) */
@keyframes css-carousel-slider {
    0% { transform: translateX(0); }

    20% { transform: translateX(calc(1 / 4 * -100%)); }
    25% { transform: translateX(calc(1 / 4 * -100%)); }

    45% { transform: translateX(calc(2 / 4 * -100%)); }
    50% { transform: translateX(calc(2 / 4 * -100%)); }

    70% { transform: translateX(calc(3 / 4 * -100%)); }
    75% { transform: translateX(calc(3 / 4 * -100%)); }

    95% { transform: translateX(calc(4 / 4 * -100%)); }
    100% { transform: translateX(calc(4 / 4 * -100%)); }
}

@keyframes css-carousel-slider-main {
    0% { transform: translateX(100%); }
    75% { transform: translateX(100%); }
    95% { transform: translateX(0%);}
}

/* こんな方におすすめアイコン */
.jc_icon1{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #000000 !important;
  background: #f3eee1;
  font-weight: bold;
  font-size:16px;
}
.jc_icon1:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -3px 8px 0 0;
  background: url("/dcms_media/image/jc_osusume_1.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.jc_icon2{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #000000 !important;
  background: #f3eee1;
  font-weight: bold;
  font-size:16px;
}
.jc_icon2:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -3px 8px 0 0;
  background: url("/dcms_media/image/jc_osusume_2.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.jc_icon3{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #000000 !important;
  background: #f3eee1;
  font-weight: bold;
  font-size:16px;
}
.jc_icon3:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -3px 8px 0 0;
  background: url("/dcms_media/image/jc_osusume_3.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.jc_icon4{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #000000 !important;
  background: #f3eee1;
  font-weight: bold;
  font-size:16px;
}
.jc_icon4:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -3px 8px 0 0;
  background: url("/dcms_media/image/jc_osusume_4.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.jc_icon5{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #000000 !important;
  background: #f3eee1;
  font-weight: bold;
  font-size:16px;
}
.jc_icon5:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -3px 8px 0 0;
  background: url("/dcms_media/image/jc_osusume_5.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* 王国だからできること */
.jc_oukoku{
  padding: 0.5em;
  background: #ebe3ce;
  font-weight: bold;
  font-size:14px;
  text-align: center;
  color: #000000;
}

/* Q&A */
.jc_q{
	background: #333333;
	padding: 0.5em;
	color: #fff;
	font-weight: bold;
	margin-right: 8px;
}

.jc_a{
	background: #e57373;
	padding: 0.5em;
	color: #fff;
	font-weight: bold;
	margin-right: 8px;
}

/* おりたたみ */
details {
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
}

summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
