
.fs-p-dateList { 
 　　font-size: 1.5rem;
}


/* メニューパーツのメニューごとの囲み枠を非表示 */
.fs-p-sideMenu .fs-pt-menu__heading--lv1{
	border: none;
	}

.fs-p-sideMenu .fs-pt-menu__heading--lv2{
	border-bottom: none;
	}
	
.fs-p-sideMenu .fs-pt-menu__heading--lv3{
	border-bottom: none;
	}

/*==================================================
アコーディオンのためのcss
===================================*/
.accordion {
    padding: 1rem;
}

.accordion-item {
    margin-bottom: 0.5rem;
}

.accordion-check {
    display: none;
}

.accordion-label {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0.5rem 0.5rem 0.5rem 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
}

.accordion-label::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    height: 20px;
    width: 10px;
    text-align: center;
    line-height: 18px;
    content: '+';
}

.accordion-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .5s;
　　　font-size: 1.2rem;
}

.accordion-check:checked~.accordion-box {
    height: auto;
    opacity: 1;
    padding: 1rem;
}

.accordion-check:checked+.accordion-label:before {
    content: '-';
}

.accordion-box p {
    line-height: 1.5;
}



/* ヘッダーナビゲーションの編集 */
.fs-p-headerNavBar{
  position: relative;
 }

.fs-p-headerNavigation{
　　text-align: center;
}

.fs-p-headerNavigation__list　{
　　text-align: center;
　　margin: auto;
}

/* 会員登録ページ用フォント */
.fs-p-announcement__title {
  text-decoration: underline;
}

/* 会員ランク表 */
.design04 {
 width: 100%;
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
}
.design04 tr:nth-child(2n+1) {
 background: #e9faf9;
}
.design04 th {
 padding: 10px;
 background: #778ca3;
 border-bottom: solid 1px #778ca3;
 color: #ffffff;
}

.design04 td {
 padding: 10px;
 border-bottom: solid 1px #778ca3; 
}

/* 会社概要表 */

.design05 {
 width: 100%;
 border-collapse: collapse;
 border-spacing: 0;
}

.design05 th {
 padding: 10px;
 width: 180px;
 background: #ffffff;
 text-align: center;
 border-bottom: solid 1px #000000;
 color: #000000;
}

.design05 td {
 padding: 10px;
 text-align: left;
 border-bottom: solid 1px #000000; 
}



/*ポップアップ*/

body.open_popup {
    overflow: hidden;
}

.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

body.open_popup .bg_onetime_popup {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
　　hight:　500px
    width: 100%;
    max-width: 400px;
    background-color: #fff;
}

.onetime_popup_title {
    position: relative;
    padding: 1em 50px;
    margin: 0px;
    background-color: #000000;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
}


.onetime_popup_content {
    padding: 20px 30px;
　　 font-size: 24px;
    width: 100%;
    text-align: left;
}

.ldbtn__popupyes {
    cursor: pointer;
}


.ldbtn__popupyes{
    width:165px;
    height:50px;
    line-height:50px;
}

.ldbtn__popupyes a{
    display:inline-block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#2E2E2E;
    text-align:center;
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.ldbtn__popupyes a:hover{
    background:#9E9E9E;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    box-shadow:none;
}

.ldbtn__popupno {
    cursor: pointer;
}

.ldbtn__popupno{
    width:165px;
    height:50px;
    line-height:50px;
}
.ldbtn__popupno a{
    display:inline-block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#2E2E2E;
    text-align:center;
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.ldbtn__popupno a:hover{
    background:#9E9E9E;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    box-shadow:none;
}


/*Webフォント*/
body {
font-family: 'Kosugi', sans-serif;
}

/*Webフォント*/

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24
}

/*カレンダー*/
div.cal_wrapper {
    padding: 10px 0px;
}
div.schedule_wrapper {
    padding: 10px 0px;
    width: 310px;
    border: solid 1px #CCC;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
    padding: 0px 10px;
    font-weight: normal;
    margin: 0px;
    font-size: 12px;
    color: #666;
}
div.schedule_wrapper div.schedule_list {
    padding: 0px 10px;
    margin: 0px;
}
 
div.cal_wrapper table.cal tr th p {
    float: left;
    padding: 5px;
    margin: 0px;
    color: #666;
    font-size: 12px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
    float: right;
}
 
div.cal_wrapper table.cal tr th div.cal_ui input {
    border: solid 1px #CCC;
    background-color: #FFF;
    font-size: 14px;
    margin: 0px 1px;
    padding: 1px 3px;
    border-radius: 2px;
}
div.cal_wrapper table.cal td {;
    border: solid 1px #000;
}
table{
  border-collapse: collapse;
}
div.cal_wrapper table.cal tr td {
    font-size: 10px;
    text-align: center;
    padding: 2px
}
div.cal_wrapper table.cal tr.headline td {
    padding: 5px 0px;
}
div.cal_wrapper table.cal tr.headline {
    background-color: #EEE;
}
/*カレンダー表組の装飾*/
div.cal_wrapper table.cal tr td div {
    position: relative;
    padding: 5px 9px;/*日付の幅*/
    font-size: 10px;
    text-align: center;
　　background-color: #FFF;
    border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
    display: none;
    position: absolute;
    top: 20px;
    left: 0px;
    width: 180px;
    border: solid 1px #EEE;
    background-color: #FFF;
    text-align: left;
    padding: 5px;
    z-index: 10;
    color: #000;
    font-weight: normal;
    line-height: 1.5em;
    box-shadow: 1px 1px 3px #666;
}
 
/* Holydayの装飾 */
div.cal_wrapper table.cal tr td div.Holyday {
    font-weight: bolder;
    color: red;/*祝日の文字色。赤色にしてます。*/
    background-color: #ffc0cb;/*祝日の背景色。ピンクにしてます。*/
}
 
div.cal_wrapper table.cal tr td div.Holyday, div.cal_wrapper table.cal tr td div.Sun, div.cal_wrapper table.cal tr td div.Sat {
    background-color: #ffc0cb;/*日曜日・土曜日の背景色。黄色にしてます。*/
}
 
div.cal_wrapper table.cal tr td div.Today {
  color: #bc302c ;/*当日の文字色。見本では白色にしてます。*/
　font-weight: bolder;
}
 
/*過去日付の装飾*/
div.cal_wrapper table.cal tr td div.backward {
    color: #CCC;
    font-weight: normal;
    background-color: #FFF;
    border-radius: 3px;
}
 
.sat {
  color: blue;
  background: #D0E8FF;/*「土曜日」見出し部分の背景色。水色にしてます。*/
  font-weight: bold;
}
 
.sun {
  color: red;
  background-color: #FDDFFC;/*「日曜日」見出し部分の背景色。ピンク色にしてます。*/
  font-weight: bold;
}
 
.Sun {
  color: red;/*日曜日の文字色。見本では赤色にしてます。*/
  font-weight: bold;
}
 
.Sat {
  color: blue;/*土曜日の文字色。見本では赤色にしてます。*/
  font-weight: bold;
}


/*新しい見出し*/
.ld_title__h2 {
	position: relative;
	padding: 0.5em 0.75em;
	border-bottom: solid 2px #005AA0;
　　　　　color: #005AA0;
	}

/*　高額購入割引の送料の文字色・サイズの変更　*/
.fs-c-cartDiscountInfo--postage .fs-c-cartDiscountInfo__info{
font-size: 18px; 
color: #FFFFFF;
line-height: 120%;
font-weight: bold;
}

/*　商品ガイドページ共通商品見出し　*/
.itemtitlegold {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'Hiragino Mincho ProN', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  position: relative;
  padding: 1.5rem 2rem;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}

.itemtitlegold:before,
.itemtitlegold:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

.itemtitlegold:before {
  top: 0;
}

.itemtitlegold:after {
  bottom: 0;
}

/* 横並び */

.flexitem {
  display: flex; /*横並び*/
}
.flexitem .imageitem1 {
  width: 640px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.flexitem .textitem1 {
  margin: 0 0 0 20px;
  padding: 0;
　font-size： 1.5em;
　}

/* 英字と線の見出し */
.heading10 {
	position: relative;
	padding-top: 30px;
	font-size: 26px;
	border-bottom: 1px solid rgba(5,62,98,1);
}

.heading10 span {
	position: relative;
	z-index: 2;
}

.heading10::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 40px;
	z-index: 1;
}

/*　必須登録項目のアスタリスク変更　*/
.fs-c-requiredMark{
    overflow: visible;
    text-indent: 0;
    width:auto;
}
.fs-c-requiredMark::before{
    display: none;
}
