.fs-preview-header { display: none; }


.hed-cart{
text-align: right;
}

.fs-p-messageBoard2 { 
    background-color: #ffffff;
    border: 1px solid #ffb8b8;
    /* color: #3c3c3c; */
    margin-bottom: 70px;
    padding: 28px;
width: 80%;
text-align: center;
color: #ff2d4b;
margin-left: auto;
    margin-right: auto;
}

.fs-p-headerNavBar {
height: 50px;
}



/* 検索ボックス
   ========================================================================== */
.fs-p-inputGroup {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #c5c5c5;
    /* background: #ce5204; */
}

.fs-p-inputGroup {
    border-top: none;
    border-right: none;
    border-left: none;
}

.fs-p-inputGroup__button {
    background: #ffffff;
    border: none;
    color: #000000;

    flex-shrink: 0;
}

.fs-l-header__utility{
width: 55%;
}

/* ヘッダーユーティリティ横並び
   ========================================================================== */
@media screen and (min-width: 768px) {
  .fs-l-header__utility {
    display: -ms-flex;
    display: flex;
   justify-content: space-between;
    align-self: flex-end;
  }
}



/* TOPタイトルh2
   ========================================================================== */

.category{
margin-bottom: 100px;
}

.top_category{
width:100%;
margin:0 auto;
display:flex;
list-style:none;
padding:0;
}

.top_category li{
flex:1;
padding:0.1em;
}


.section-title{
text-align: center;
}

.section-title span {
    display: inline-block;
    padding: 0px 50px;
    font-family: "Monotype Corsiva";
    font-size: 40px;
    margin-bottom: 0px;
    letter-spacing: 8px;
    background: url() no-repeat left center, url() no-repeat right center;
    background-size: 37px 30px, 37px 30px;
　　text-align: center;
}

.sub-title {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: "Monotype Corsiva";
    font-size: 19px;
    text-align: center;
}

/* TOPタイトルh2
   ========================================================================== */

.fs-p-dateList > li {
    border: 1px solid #999999;
    border-width: 1px 0 0 0;
    padding: 25px 0 15px;
}







/* ご利用ガイドh2textカラー
   ========================================================================== */
.goriyouh2{
color: #4a4a4a;
}

/* ご利用ガイドスクロールtable
   ========================================================================== */
.scroll-table table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #000;
}


/* 商品詳細仕様table
   ========================================================================== */
.tbl-r02{
border: 1px solid #b3b3b3;
width: 100%;
}

.tbl-r02 th {
  background: #f5f5f5;
  color: #737373;
  padding: 10px;
font-size: 1.4rem;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/* 商品詳細
   ========================================================================== */

.fs-c-productPlainImage{
text-align: center;
}

#product{
text-align: center;
}

#product .h2title{
color: #92741f;
}

.h2point{
font-size: 3.2rem;
color: #ff9095;
}

.tyui{
font-size: 1.2rem;
}

.tyui_red{
color: #fb0b0b;
}

/* ナビゲーション
   ========================================================================== */
.fs-p-headerNavBar {
    background: #ffffffad;
    border-bottom: 2px solid #ffffffad;
    color: #000000;
}

/* youtube
   ========================================================================== */
.video {
position: relative;
height: 0;
padding: 20px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Pickup
   ========================================================================== */
#bg_pickup{
background: #fcf9f1;
padding: 20px 0px 30px 0px;
}

/* FouYou
   ========================================================================== */
#bg_fouyou{
padding: 20px 0px 30px 0px;
}

/* Movie
   ========================================================================== */
#bg_movie{
padding: 20px 0px 30px 0px;
}


/* instagram
   ========================================================================== */
.instagram{
display: inline-block;
}


/* Footer
   ========================================================================== */
.fs-l-footer{
background-color: #dac68d;
}

.fs-p-footerCopyright__text{
color: #3c3c3c;
}

/* Footer
   ========================================================================== */
.fs-c-breadcrumb{
background-color: #f1f1f1;
}



/* 商品独自コメント
   ========================================================================== */

.product_comment{
text-align: center;
color: #92741f;
line-height: 2.2;
font-weight: 800;
}

/* 商品独自コメントタブ
   ========================================================================== */

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background:#cca842;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background:#cca842;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/* マイページ
   ========================================================================== */
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: 0 0 0px #b2b2b2;
    background: #fff1c9;
    border: 0px solid #e5e5e5;
    /* border-radius: 3px; */
    color: #3c3c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

/* ランドセル相談室
   ========================================================================== */

/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 5.5px 0;
    padding: 16px 12px;
    color: #8c6018;
    font-weight: bold;
    background: #ffe8a6;
    cursor: pointer;
    transition: all 0.5s;
}


/*ラベルホバー時*/
.accbox label:hover {
    background :#ffe9a9;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background: #f9f9f9;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}





.soudan01{
	text-align: center;
}

.soudan02{
	background-color: rgb(222 216 197);
}

/*テーブル*/
.table01{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table01 th,.table01 td{
  padding: 10px 0;
  text-align: center;
}

.table01 tr:nth-child(odd){
  background-color: #eee
}

