@charset "utf-8";
/*各cssの読み込み
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*一覧ページ用css*/
@import url(list.css);
/*トップページのメイン画像用css*/
/*@import url(mainimg.css);*/
/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*全体の設定
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Noto+Sans+JP:wght@300;400;700&display=swap');
body {
  margin: 0px;
  padding: 0px;
  color: #333; /*全体の文字色*/
  font-family: 'Roboto', 'Noto Sans JP', sans-serif, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /*フォント種類*/
  font-size: 16px; /*文字サイズ*/
  line-height: 2; /*行間*/
  background: #fff; /*背景色*/
  -webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form, select, input, textarea {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style-type: none;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
}
/*iframe {
 width:850px;
height:1200px!important;
}*/
/*パンくずリスト
------------------------------*/
ul.List {
  border-bottom: dotted 1px #989898;
  padding: 0;
}
.List-Item_k {
  display: inline;
  font-size: 14px;
}
.List-Item_k::after {
  content: '＞';
  padding: 0 16px;
}
.List-Item_k:last-child::after {
  content: '';
}
.List-Item_k-Link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.List a {
  text-decoration: none !important;
}
.List a:hover {
  color: red;
  transition: 0.1s;
}
/*//パンくずリスト
------------------------------//*/
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  color: #333; /*リンクテキストの色*/
  /*transition: 0s; マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
a img {
  color: #333; /*リンクテキストの色*/
  /*transition: 0s; マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
a:hover {
  color: #8f8f8f; /*マウスオン時の文字色*/
  text-decoration: none; /*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/*マウスオン時の画像*/
a:hover img {
  opacity: 0.8; /*80%色がついた状態*/
}
/*inner共通
---------------------------------------------------------------------------*/
.inner {
  max-width: 1100px; /*サイトの最大幅*/
  height: auto;
  margin: 0 auto;
}
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
  background: #fff; /*背景色*/
  height: 100px; /*高さ*/
  color: #333; /*文字色*/
  border-bottom: 1px solid #fff;
  padding: 0 0 15px;
  margin: 10px 0px 0;
}
/*ロゴ画像*/
header #logo {
  width: 350px; /*ロゴ画像の幅*/
  float: left; /*左に回り込み*/
  margin-top: 20px; /*ロゴの上にあける余白。ヘッダー内の上下の配置バランスをここで調整して下さい。*/
  margin-left: 3%; /*ロゴの左側にあける余白。*/
}
header #logo_right {
  width: 250px; /*ロゴ画像の幅*/
  float: right; /*左に回り込み*/
  margin-top: 35px; /*ロゴの上にあける余白。ヘッダー内の上下の配置バランスをここで調整して下さい。*/
  margin-right: 3%; /*ロゴの左側にあける余白。*/
}
/*ログイン（ヘッダー右側のログイン）
---------------------------------------------------------------------------*/
header .line a {
  display: inline-block;
  text-decoration: none;
  float: right; /*右に回り込み*/
  margin-right: 2%; /*右に空けるスペース*/
  margin-top: 40px; /*上に空けるスペース。ヘッダー内の上下の配置バランスをここで調整して下さい。*/
  /*border: 1px solid #fe7200; 枠線の幅、線種、色*/
  background: #60B413; /*背景色（古いブラウザ用）*/
  /*background: #60B413 url("../images/icon_line_t.png") no-repeat 20px 8px / 20px; 背景色、アイコンの読み込み。左から25px、上から11pxの場所に配置。画像幅は12px。*/
  color: #fff; /*文字色*/
  padding: 5px 5px 5px 5px; /*上、右、下、左へのボタン内の余白*/
  border-radius: 7px; /*角丸のサイズ*/
  font-size: 14px; /*文字サイズ*/
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); /*ボックスの影。右へ、下へ、ぼかし幅*/
  letter-spacing: 0.2em; /*文字間隔を少し広くとる指定*/
}
header .line img {
  width: 40px;
}
/*マウスオン時*/
header .line a:hover {
  background-color: #8DDF00; /*背景色だけ変更する*/
}
/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
  clear: both;
  height: 2.8em; /*メニューの高さ。下の「#menubar ul li a」の「height」と「padding-top」の数字を合計した数字に合わせる。*/
  text-align: center; /*文字を中央に*/
  background: #E7465A; /*背景色*/
  border-bottom: 1px solid #fff; /*下線の幅、線種、色*/
}
/*メニュー１個あたりの設定*/
#menubar li {
  float: left; /*左に回り込み*/
  width: 25%; /*メニュー幅（100÷6個=16.66%）　もし４個にするなら100÷4=25%になる。*/
}
#menubar li a, #menubar li span {
  font-size: 15px;
  text-decoration: none;
  display: block;
  line-height: auto; /*行間を少し狭く*/
  color: #fff; /*文字色*/
  height: 2.5em; /*高さ*/
  padding-top: 0.5em; /*上に追加する余白*/
  border-right: 1px solid #fff; /*メニューの右側の線の幅、線種、色（古いブラウザ用）*/
  border-right: 1px solid rgba(255, 255, 255, 1); /*右の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
  border-bottom: 1px solid #fff; /*下線の幅、線種、色*/
}
/*１つ目のメニューへの追加設定*/
#menubar li:first-child a {
  border-left: 1px solid #fff; /*メニューの右側の線の幅、線種、色（古いブラウザ用）*/
  border-left: 1px solid rgba(255, 255, 255, 1); /*右の線の幅、線種、255,255,255は白の事で0.5は50%色がついた状態の事。*/
}
/*マウスオン時と、現在表示中(current)のメニューの設定*/
#menubar li a:hover, #menubar li.current a {
  background: #EC7180; /*背景色*/
  color: #fff; /*文字色*/
  border-bottom: 1px solid #fff; /*下線の幅、線種、色*/
}
#menubar li span:hover {
  background: #EC7180; /*背景色*/
  color: #fff; /*文字色*/
  border-bottom: 1px solid #fff; /*下線の幅、線種、色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {
  display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
  display: none;
}
/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar ul.ddmenu {
  position: absolute;
  position: absolute;
  visibility: hidden; /*デフォルトでは非表示の状態にしておく*/
  z-index: 10;
  padding-top: 1px;
  width: 25%; /*幅。上の「#menubar li」と合わせる。*/
  height: 2.5em;
  font-size: 15px; /*文字サイズ*/
  transition: .2s;
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
  float: none;
  width: 100%;
}
#menubar ul.ddmenu li a {
  width: 100%;
  height: 2.5em; /*高さ*/
  padding-top: 0.5em; /*上に追加する余白*/
  font-weight: normal;
  border: none; /*線を一旦リセット*/
  border-bottom: 1px solid #fff; /*下の線の幅、線種、色*/
  background: #E7465A; /*背景色（古いブラウザ用）*/
  background: rgba(231, 70, 90, 1.00); /*背景色。0,0,0は黒の事で0.7は70%色がついた状態の事。*/
  color: #fff; /*文字色*/
}
/*ドロップダウンメニュー内の見出し*/
#menubar ul.ddmenu li.title a {
  background: #E7465A; /*背景色*/
  cursor: default; /*カーソルをリンク用でなくデフォルトの矢印にしておく*/
  padding: 0px 0; /*上下、左右への余白*/
}
/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
  background: #F9901B; /*背景色*/
}
/*見出しのマウスオン時*/
#menubar ul.ddmenu li.title a:hover {
  background: #F9901B;
}
#menubar li ul.ddmenu li {
  overflow: hidden;
  transition: .2s;
  height: 0;
}
#menubar li:hover ul.ddmenu li {
  overflow: visible;
  height: 46px;
}
/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
/*body.is-fixed-menu .nav-fix-pos {
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
}
body.is-fixed-menu header {
  margin-bottom: 75px; /*メニューの高さを指定。menubarのborderが1px分ありますが大差ないので75でOKです。
}*/
/*上の設定の「is-fixed-menu」を「is-fixed」に変更したものをそのまま記入します。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
/*body.is-fixed .nav-fix-pos {
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
}
body.is-fixed header {
  margin-bottom: 75px;
}
/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
  clear: both;
  overflow: hidden;
  padding-top: 30px; /*上に空けるボックス内の余白*/
  padding-bottom: 40px; /*下に空けるボックス内の余白*/
}
/*contents-in（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
  display: flex;
  width: 100%; /*ブロックの幅*/
  margin-left: auto;
  margin-right: auto;
  padding: 0 1%; /*このコンテンツのみの場合は余白を3%に変更*/
  box-sizing: border-box;
  justify-content: space-between;
}
@media screen and (max-width:770px) {
  #contents-in {
    padding: 5% 1% 0;
  }
  #sub {
    display: none;
  }
  header .line {
    display: none;
  }
}
/*２カラム時*/
.c2 #contents-in {
  float: none;
  width: auto;
}
/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
#main {
  width: 850px;
  order: 2;
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
  clear: both;
  margin-bottom: 20px;
  padding: 0px 0px; /*上下、左右への余白*/
  font-size: 25px; /*文字サイズ*/
  font-weight: bold;
  color: #000; /*文字色*/
  background: none; /*背景色*/
  border-bottom: 1px solid #ccc;
}
/*h2タグの１文字目への追加設定*/
/*#main h2::first-letter {
	border-left: 3px solid #fff;	/*左の線の幅、線種、色*/
/*padding-left: 15px;				/*線とテキストとの余白*/
/*mainコンテンツのh3タグ設定*/
#main h3 {
  clear: both;
  margin-bottom: 20px;
  padding: 4px 20px; /*上下、左右への余白*/
  font-size: 16px; /*文字サイズ*/
  border: 1px solid #ccc; /*枠線の幅、線種、色*/
}
/*h3タグの１文字目への追加設定*/
#main h3::first-letter {
  border-left: 3px solid #8f8f8f; /*左の線の幅、線種、色*/
  padding-left: 15px; /*線とテキストとの余白*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
  padding: 0px 20px 20px; /*上、左右、下への余白*/
}
/*他。微調整。*/
#main p + p {
  margin-top: -5px;
}
#main h2 + p, #main h3 + p {
  margin-top: -10px;
}
#main section + section {
  margin-top: 30px;
}
/*mainコンテンツ（中央のブロック）商品詳細用
sub/*mainコンテンツ（中央のブロック）商品詳細用
---------------------------------------------------------------------------*/
#main_item {
  /*margin-left: auto;
  margin-right: auto; /*中央にする設定*/
  width: 850px;
  order: 2;
}
/*mainコンテンツのh2タグ設定*/
#main_item h2 {
  clear: both;
  margin-bottom: 20px;
  padding: 0px 0px; /*上下、左右への余白*/
  font-size: 25px; /*文字サイズ*/
  font-weight: bold;
  color: #000; /*文字色*/
  background: none; /*背景色*/
  border-bottom: 1px solid #ccc;
}
/*h2タグの１文字目への追加設定*/
/*#main h2::first-letter {
	border-left: 3px solid #fff;	/*左の線の幅、線種、色*/
/*padding-left: 15px;				/*線とテキストとの余白*/
/*mainコンテンツのh3タグ設定*/
#main_item h3 {
  clear: both;
  margin-bottom: 20px;
  padding: 4px 20px; /*上下、左右への余白*/
  font-size: 16px; /*文字サイズ*/
  border: 1px solid #ccc; /*枠線の幅、線種、色*/
}
/*h3タグの１文字目への追加設定*/
#main_item h3::first-letter {
  border-left: 3px solid #D00000; /*左の線の幅、線種、色*/
  padding-left: 15px; /*線とテキストとの余白*/
}
/*mainコンテンツの段落タグ設定*/
#main_item p {
  padding: 0px 20px 20px; /*上、左右、下への余白*/
}
/*他。微調整。*/
#main_item p + p {
  margin-top: -5px;
}
#main_item h2 + p, #main_item h3 + p {
  margin-top: -10px;
}
#main_item section + section {
  margin-top: 30px;
}
/*subコンテンツ（左側のブロック）
---------------------------------------------------------------------------*/
#sub {
  width: 200px;
  order: 1;
}
/*sideコンテンツ（右側のブロック）
---------------------------------------------------------------------------*/
#side {
  float: right; /*右に回り込み*/
  width: 0%; /*ブロックの幅*/
}
/*２カラム時*/
.c2 #side {
  display: none;
}
/*sub,side共通設定
---------------------------------------------------------------------------*/
/*h2見出しタグ設定*/
#sub h2, #side h2 {
  text-align: left; /*文字をセンタリング*/
  padding: 3px 0px 0px 5px; /*上下、左右への余白*/
  color: #E83B4B; /*文字色*/
  background: linear-gradient(none); /*背景グラデーション*/
  font-size: 20px; /*文字サイズ*/
  margin: 0 0 0 0;
  font-weight: bold;
}
#sub h3, #side h3 {
  text-align: left; /*文字をセンタリング*/
  padding: 3px 0px 0px 5px; /*上下、左右への余白*/
  color: #555555; /*文字色*/
  background: none; /*背景色（古いブラウザ用）*/
  background: linear-gradient(none); /*背景グラデーション*/
  font-size: 16px; /*文字サイズ*/
  margin: 0 0 0 0;
  font-weight: bold;
  border-bottom: 1px dotted #555555;
}
#sub h2::first-letter {
  border-left: 3px solid #E83B4B; /*左の線の幅、線種、色*/
  padding-left: 10px; /*線とテキストとの余白*/
}
/*box1設定（sub,sideで使っています）
---------------------------------------------------------------------------*/
/*box1設定*/
#sub .box1, #side .box1 {
  border: 1px solid #8c876c; /*枠線の幅、線種、色*/
  padding: 10px; /*ボックス内の余白*/
  margin-bottom: 20px; /*ボックスの下にあけるスペース*/
  background: #f1f0ec; /*背景色*/
}
/*box1の中にsubmenuがある場合の下のmarginをなくす*/
.box1 .submenu_p {
  margin-bottom: 0 !important;
}
/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub .submenu_p, #side .submenu_p {
  margin-bottom: 20px; /*メニューブロックの下にあけるスペース*/
  /*border-top: 1px solid #8c876c; /*上の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
#sub .submenu_p li a, #side .submenu_p li a {
  text-decoration: none;
  display: block;
  padding: 2px 10px 0px 10px; /*上下、左右のボックス内の余白*/
  border-top: none; /*上の線を消す設定*/
  background: #fff; /*背景色*/
  font-size: 15px;
}
#sub .submenu_n {
  border-top: none; /*上の線を消す設定*/
  background: #fff; /*背景色*/
  font-size: 80%;
  text-decoration: none !important;
  line-height: 20px;
}
.submenu_n > li {
  margin: 0 0 10px;
}
#sub .submenu_2 {
  box-sizing: border-box;
  border: 2px solid #ccc; /*上の線を消す設定*/
  border-radius: 5px;
  padding: 10px;
  background: #fff; /*背景色*/
  font-size: 13px;
  line-height: 15px;
  color: #474747;
}
.submenu_2 a {
  text-decoration: none !important;
}
.submenu_2 p {
  padding: 10px 0 0;
}
/*フッター設定
---------------------------------------------------------------------------*/
@media (min-width:751px) {
  div.sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  footer > .pc {
    display: none !important;
  }
  div.sp {
    display: inline;
  }
}
footer {
  border-top: 1px solid #ccc;
  clear: both;
  background: #EBEBEB;
  font-size: 85%; /*文字サイズ*/
  color: #555555; /*文字色*/
}
footer a, footer a:hover {
  color: #fff; /*リンクテキスト、マウスオン時の文字色*/
}
footer .pr {
  display: block;
  font-size: 80%;
  color: darkgray;
}
div.sp {
  display: block;
  box-sizing: border-box;
  padding: 40px;
}
/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
  overflow: hidden;
  padding: 30px 20px 0px 20px; /*上下、左右へのボックス内の余白*/
  font-size: 15px; /*文字サイズを少し小さく*/
}
/*１列分の設定*/
#footermenu ul {
  float: left; /*左に回り込み*/
  width: 23%; /*幅。今回は5列作ったのでここの幅18%と下のpadding(合計の2%)でトータル20%になるよう設定。列に応じて調整して下さい。*/
  padding-right: 1%;
  padding-left: 1%;
  margin-bottom: 1.5%;
}
/*メニュー１個あたりの設定*/
#footermenu ul li {
  padding: 0 10px; /*上下、左右への余白*/
}
/*見出し*/
#footermenu li.title {
  font-weight: bold; /*太字にする*/
  /*background: rgba(0, 0, 0, 0.1); 背景色*/
  border-radius: 2px; /*角丸のサイズ*/
  margin-bottom: 5px;
  border-bottom: 1px dotted #777;
}
/*リンクテキスト*/
#footermenu a {
  color: #3B3B3B;
  text-decoration: none;
  opacity: 0.7; /*透明度。70%色がでた状態の事。*/
}
/*マウスオン時*/
#footermenu a:hover {
  opacity: 1; /*透明度。100%色がでた状態の事。*/
  color: #DD585A;
}
#footer > ul .f_side {
  margin-top: 20px;
  box-sizing: border-box;
}
.f_side a {
  opacity: 1 !important;
}
/*スマホの表示・非表示*/
@media screen and (min-width:751px) {
  .sponly {
    display: none !important;
  }
}
@media screen and (max-width:750px) {
  .pconly {
    display: none !important;
  }
}
/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
  clear: both;
  text-align: center;
  background: none; /*背景色*/
  line-height: 15px;
  padding-bottom: 10px;
}
#copyright a {
  text-decoration: none;
  color: #3B3B3B !important;
}
/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
  padding: 0px 20px; /*上下、左右へのブロック内の余白*/
  margin-bottom: 20px; /*ブロックの下(外側)に空ける余白*/
}
/*日付設定*/
#new dt {
  float: left;
  width: 9em;
  letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
  padding-left: 9em;
  border-bottom: 1px solid #ccc; /*下線の幅、線種、色*/
}
/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*質問と答えのボックス全体を囲むブロック*/
.faq {
  padding: 0 20px 10px; /*上、左右、下へのボックス内余白*/
}
/*質問*/
.faq dt {
  font-weight: bold; /*太字にする設定*/
  color: #8f8f8f; /*文字色*/
}
/*回答*/
.faq dd {
  padding-bottom: 10px; /*下に空けるスペース*/
}
/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
  border: 1px solid #ccc; /*テーブルの枠線の幅、線種、色*/
  border-bottom: none; /*下線だけ消す*/
  text-align: left; /*文字を左寄せ*/
  background: #eee; /*背景色*/
  color: #000; /*文字色*/
  font-weight: bold; /*太字に*/
  padding: 10px; /*ボックス内の余白*/
}
/*ta1設定*/
.ta1 {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 20px;
  background: #fff; /*背景色*/
  color: #000; /*文字色*/
  font-size: 13px;
}
.ta1, .ta1 td, .ta1 th {
  word-break: break-all;
  border: 1px solid #ccc; /*テーブルの枠線の幅、線種、色*/
  padding: 3px; /*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
  width: 100px; /*幅*/
  text-align: center; /*センタリング*/
  background: #E8E8E8; /*背景色*/
}
/*labelタグ*/
.ta1 label {
  display: inline-block;
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td label {
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.ta1 td .specialbox img {
  vertical-align: middle;
}
.ta1 td .specialtext {
  float: left;
  width: 45%;
}
/*btn（inputタグ用）
---------------------------------------------------------------------------*/
#main input[type="submit"].btn, #main input[type="button"].btn, #main input[type="reset"].btn {
  padding: 5px 10px; /*上下、左右へのボタン内の余白*/
  border: 1px solid #ccc; /*枠線の幅、線種、色*/
  border-radius: 3px; /*角丸のサイズ*/
  background: #eee; /*背景色*/
}
/*マウスオン時の設定*/
#main input[type="submit"].btn:hover, #main input[type="button"].btn:hover, #main input[type="reset"].btn:hover {
  border: 1px solid #999; /*枠線の幅、線種、色*/
  background: #fff; /*背景色*/
}
/*btn（inputタグ用）
---------------------------------------------------------------------------*/
#main_item input[type="submit"].btn, #main_item input[type="button"].btn, #main_item input[type="reset"].btn {
  padding: 5px 10px; /*上下、左右へのボタン内の余白*/
  border: 1px solid #ccc; /*枠線の幅、線種、色*/
  border-radius: 3px; /*角丸のサイズ*/
  background: #eee; /*背景色*/
}
/*マウスオン時の設定*/
#main_item input[type="submit"].btn:hover, #main_item input[type="button"].btn:hover, #main_item input[type="reset"].btn:hover {
  border: 1px solid #999; /*枠線の幅、線種、色*/
  background: #fff; /*背景色*/
}
/*btn（赤い色の大きなボタン）
---------------------------------------------------------------------------*/
a.btn {
  display: block;
  text-decoration: none;
  background: #d90000; /*背景色（古いブラウザ用）*/
  background: linear-gradient(#d90000, #a70000); /*グラデーション*/
  color: #fff; /*文字色*/
  font-size: 20px; /*文字サイズ*/
  text-align: center; /*文字をセンタリング*/
  padding: 10px; /*ボタン内の余白*/
  border-radius: 4px; /*角丸のサイズ*/
  letter-spacing: 0.2em; /*文字間隔を広くとる設定*/
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /*ボックスの影。右に、下に、ぼかし幅、0,0,0は黒の事で0.3は色が30%ついた状態。*/
  border: 1px solid #a70000; /*枠線の幅、線種、色*/
}
/*マウスオン時*/
a:hover.btn {
  box-shadow: none;
  background: #fff; /*背景色*/
  color: #a70000; /*文字色*/
}
/*btn2（青い色のボタン）
---------------------------------------------------------------------------*/
a.btn2 {
  display: inline-block;
  text-decoration: none;
  background: #2e8bdb; /*背景色（古いブラウザ用）*/
  background: linear-gradient(#51a9f3, #2e8bdb); /*グラデーション*/
  color: #fff; /*文字色*/
  text-align: center; /*文字をセンタリング*/
  padding: 2px 10px; /*上下、左右へのボタン内の余白*/
  border-radius: 2px; /*角丸のサイズ*/
  font-size: 12px; /*文字サイズ*/
}
/*マウスオン時*/
a.btn2:hover {
  opacity: 0.7; /*色が70%ついた状態*/
}
/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーフレーム設定（変更不要）*/
@keyframes scroll {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*デフォルトでは非表示に*/
body .nav-fix-pos-pagetop a {
  display: none;
}
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
  display: block;
  text-decoration: none;
  text-align: center;
  z-index: 100;
  position: fixed;
  width: 50px; /*幅*/
  line-height: 50px; /*高さ*/
  bottom: 50px; /*下から50pxの場所に配置*/
  right: 3%; /*右から3%の場所に配置*/
  background: #000; /*背景色（古いブラウザ用）*/
  background: rgba(0, 0, 0, 0.6); /*背景色。0,0,0は黒の事で0.6は透明度60%の事。*/
  color: #fff; /*文字色*/
  border: 1px solid #fff; /*枠線の幅、線種、色*/
  animation-name: scroll; /*上のアニメーションで指定しているkeyframesの名前（scroll）*/
  animation-duration: 1S; /*アニメーションの実行時間*/
  animation-fill-mode: forwards; /*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
  background: #999; /*背景色*/
}
/*NEWアイコン
---------------------------------------------------------------------------*/
.newicon {
  background: #F00; /*背景色*/
  color: #FFF; /*文字色*/
  font-size: 70%;
  line-height: 1.5;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 0px 5px;
  vertical-align: text-top;
}
/*UPアイコン
---------------------------------------------------------------------------*/
.upicon {
  background: #0072ff; /*背景色*/
  color: #FFF; /*文字色*/
  font-size: 70%;
  line-height: 1.5;
  padding: 2px 5px;
  border-radius: 2px;
  margin: 0px 5px;
  vertical-align: text-top;
}
.list-compact .newicon, .list-compact .upicon, .list-sub .newicon, .list-sub .upicon {
  margin: 0;
}
/*checkブロック。赤い注意書きブロックです。
---------------------------------------------------------------------------*/
p.check {
  background: #ff0000;
  color: #fff;
  padding: 10px 25px !important;
  margin-bottom: 20px;
}
p.check a {
  color: #fff;
}
/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
  list-style: disc;
  padding: 0 20px 20px 45px;
}
ol {
  padding: 0 20px 20px 47px;
}
/*その他
---------------------------------------------------------------------------*/
.thumbnail {
  width: 100%;
  margin-bottom: 5px;
}
.look {
  background: #eee;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 4px;
}
.m0 {
  margin: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb15, .mb1em {
  margin-bottom: 15px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt15, .mb1em {
  margin-top: 15px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pd0 {
  padding: 0px !important;
}
.pd10 {
  padding: 10px !important;
}
.pd15 {
  padding: 15px !important;
}
.pd30 {
  padding: 30px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.lh20 {
  line-height: 20px;
}
.lh20 {
  line-height: 25px;
}
.lh30 {
  line-height: 30px;
}
.r5 {
  border-radius: 5px;
}
.r10 {
  border-radius: 10px;
}
.r15 {
  border-radius: 15px;
}
.r20 {
  border-radius: 20px;
}
.r30 {
  border-radius: 30px;
}
.bb0 {
  border-bottom: none !important;
}
.clear {
  clear: both;
}
.color1, .color1 a {
  color: #8f8f8f !important;
}
.color2, .color2 a {
  color: #999 !important;
}
.red, .red a {
  color: #ff0000 !important;
}
.pr {
  font-size: 10px;
}
.wl {
  width: 96%;
}
.ws {
  width: 50%;
}
.c {
  text-align: center;
}
.r {
  text-align: right;
}
.l {
  text-align: left;
}
img.fr {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
img.fl {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.big1 {
  font-size: 24px;
  letter-spacing: 0.2em;
}
.mini1 {
  font-size: 11px;
}
.sh {
  display: none;
}
.ofx {
  overflow-x: hidden;
}
.panorama-img {
  width: 600px !important;
  height: 400px !important;
}
/*画面幅1301px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1301px) {
  /*inner共通
---------------------------------------------------------------------------*/
  .inner {
    width: 1100px; /*サイトの幅。この指定がないと上部メニューが一瞬段落ちする場合があります。*/
  }
}
/*画面幅1300px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1300px) {
  /*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
  #contents {
    margin: 0 auto; /*上下、左右へのコンテンツの外側へ空けるスペース*/
  }
}
/*画面幅1015px以上めの設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1015px) {
  #menubar ul.ddmenu {
    width: 275px;
  }
}
/*画面幅750px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:770px) {
  /*ヘッダーブロック*/
  header {
    background: #fff; /*背景色*/
    height: 80px; /*高さ*/
    color: #333; /*文字色*/
  }
  /*ログイン（ヘッダー右側のログイン）
---------------------------------------------------------------------------*/
  header .login a {
    float: left; /*ロゴの右に来るように再指定*/
    margin-left: 20px; /*ロゴとの間にとるスペース*/
    background-image: none; /*ブラウザ幅が狭くなるので、鍵マークを消す*/
    padding: 5px 30px; /*上下、左右へのボタン内の余白*/
  }
  /*ロゴ画像*/
  header #logo {
    float: none;
    margin: 0 auto;
    padding: 15px 0px 0px 20px;
    width: 40%;
  }
  #logo_right {
    display: none;
  }
  /*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
  /*fixmenuから折りたたみメニューになるのでリセット。*/
  body.is-fixed-menu header, body.is-fixed header {
    margin-bottom: 0px;
  }
  /*メインメニュー
---------------------------------------------------------------------------*/
  /*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明(0%)から色を100%出すアニメーション指定。*/
  @keyframes menu1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /*３本バーアイコン設定
---------------------------------------------------------------------------*/
  /*３本バーブロック*/
  #menubar_hdr {
    display: block;
    position: fixed;
    top: 3%; /*上から24pxの場所に配置*/
    right: 5%; /*右から3%の場所に配置*/
    border: 1px solid gray; /*枠線の幅、線種、色*/
    z-index: 9999;
  }
  /*アイコン共通設定*/
  #menubar_hdr.close, #menubar_hdr.open {
    width: 40px; /*幅*/
    height: 40px; /*高さ*/
    border-radius: 0%; /*円形にする。この行削除すれば正方形になります。*/
  }
  /*三本バーアイコン*/
  #menubar_hdr.close {
    background: #fff url(../images/icon_menu_2.png) no-repeat center top/40px; /*背景色、アイコンの読み込み、上半分(top)を表示、幅50px*/
  }
  /*閉じるアイコン*/
  #menubar_hdr.open {
    background: #fff url(../images/icon_menu_2.png) no-repeat center bottom/40px; /*背景色、アイコンの読み込み、上半分(bottom)を表示、幅50px*/
    border: 0px; /*枠線の幅、線種、色*/
  }
  .menubar-s-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -9000;
    background: rgba(3, 3, 3, .5);
    display: block;
  }
  /*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
  #contents {
    padding: 0px 2% 20px; /*上下、左右へのボックス内の余白*/
  }
  /*main,sub,side,contents-in
---------------------------------------------------------------------------*/
  #main, #main_item, #sub, #side, #contents-in {
    float: none;
    width: auto;
    overflow: hidden;
    height: auto;
  }
  /*その他
---------------------------------------------------------------------------*/
  body.s-n #sub, body.s-n #side {
    display: none;
  }
  .sh {
    display: block;
  }
  .pc {
    display: none;
  }
  #menubar {
    display: none;
  }
}
/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px) {
  /*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
  /*ヘッダーブロック*/
  header {
    text-align: center;
  }
  /*ロゴ画像*/
  header #logo {
    float: none;
    margin: 0 auto;
    padding: 15px 0;
    width: 50%;
  }
  header #logo_right {
    display: none;
  }
  /*ログイン（ヘッダー右側のログイン）
---------------------------------------------------------------------------*/
  header .login a {
    float: none;
    margin: 0;
  }
  /*その他
---------------------------------------------------------------------------*/
  .panorama-img {
    width: 450px !important;
    height: 300px !important;
  }
}
/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {
  /*全体の設定
---------------------------------------------------------------------------*/
  body {
    font-size: 12px; /*文字サイズ*/
  }
  /*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
  #contents {
    line-height: 1.5; /*行間*/
  }
  /*mainコンテンツ
---------------------------------------------------------------------------*/
  #main h2, #main h3, #main_item h2, #main_item h3 {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  /*段落タグ設定*/
  #main p, #main_item p {
    padding: 0px 10px 10px;
  }
  /*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
  /*メニュー１個ごとの設定*/
  #sub .submenu_p li a, #side .submenu_p li a {
    padding: 10px; /*ボックス内の余白*/
  }
  /*フッターメニュー
ウィンドウ幅が狭くなって見づらくなるので、１列にレイアウト変更。
---------------------------------------------------------------------------*/
  #footermenu ul {
    float: none;
    width: auto;
  }
  /*こだわりアイコン
---------------------------------------------------------------------------*/
  /*アイコン共通*/
  .icon {
    font-size: 9px; /*文字サイズ*/
  }
  /*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
  /*option1〜option2、と、newアイコン共通*/
  .option1, .option2, .new {
    font-size: 9px; /*文字サイズ*/
    padding: 0 10px; /*上下、左右へのアイコン内の余白*/
    line-height: 14px; /*高さ*/
    right: 15px; /*右から15pxの場所に配置*/
  }
  /*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
  /*ブロック全体の設定*/
  #new dl {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px; /*ブロックの下(外側)に空ける余白*/
  }
  /*よく頂く質問ページ
---------------------------------------------------------------------------*/
  /*質問と答えのボックス全体を囲むブロック*/
  .faq {
    padding: 0 10px 10px; /*上、左右、下へのボックス内余白*/
  }
  /*btn（赤い色の大きなボタン）
---------------------------------------------------------------------------*/
  a.btn {
    font-size: 16px; /*文字サイズ*/
    letter-spacing: normal; /*文字間隔を標準に戻す*/
  }
  /*テーブル(ta1)
---------------------------------------------------------------------------*/
  /*余白の上書き*/
  .ta1 caption, .ta1 th, .ta1 td {
    padding: 5px;
  }
  /*テーブル内の左側*/
  .ta1 th {
    width: 100px;
  }
  /*ul.disc,olタグ
---------------------------------------------------------------------------*/
  ul.disc {
    list-style: disc;
    padding: 0 20px 20px 30px;
  }
  ol {
    padding: 0 20px 20px 30px;
  }
  /*その他
---------------------------------------------------------------------------*/
  .ws, .wl {
    width: 94%;
  }
  .big1 {
    font-size: 18px;
    letter-spacing: normal;
  }
  img.fr, img.fl {
    float: none;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  div .container {
    padding: 0em 0px 20px 0px;
  }
}
/*トップページ用スライダー*/
#wrap {
  background-color: #fff;
  padding: 20px 0 30px;
}
#t_slider {
  width: 100%;
  margin: 0 auto 0px;
}
.slide-item {
  width: 100%;
  max-width: 1000px;
}
.slide-item img {
  width: 100%;
}
.slick-dots li button:before {
  font-size: 30px !important;
  margin-top: 5px;
}
/*slick setting*/
.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(70%);
  -moz-filter: opacity(70%);
  -o-filter: opacity(70%);
  -ms-filter: opacity(70%);
  filter: opacity(70%);
  transition: 0.2s linear;
}
/*slick setting*/
.slick-prev:before, .slick-next:before {
  color: #000;
}
/*商品ページ用スライダー*/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 5px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.bxslider {
  list-style: none;
  width: 100%;
  height:500px;
  display: flex !important;
  position: relative;
	overflow: hidden;
}
ul.bxslider>li{
	display:flex;
	align-items: center;
	justify-content:center;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  width: 100%;
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0px #ccc;
  -webkit-box-shadow: 0px #ccc;
  box-shadow: 0px #ccc;
  border: 0px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('../images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/*スライド（商品ページ）
---------------------------------------------------------------------------*/
.bxslider_thumbnail {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 10px;
  list-style: none;
}
.bxslider_thumbnail > li {
  width: calc(100% / 5.3);
}
.bxslider_thumbnail > li > a {
  display: block;
  position: relative;
  padding-top: 75%;
}
.bxslider_thumbnail > li > a > img {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  max-width: auto;
  max-height: 100%;
  object-fit: contain;
}
.bx-wrapper {
  background-color: transparent;
  margin: 0px auto;
  border: none;
  box-shadow: none;
}
.bx-wrapper img {
  display: block;
  width: 100%;
}
/*インフォメーション
---------------------------------------------------------------------------*/
.info {
  margin: 0em auto 0em;
  padding: 0 1.5em;
  border: 0px solid #ccc;
  text-align: left;
  font-size: 15px;
  line-height: 1;
  color: none;
  overflow: auto;
  width: auto;
  height: 10em;
  background-color: #fff;
  hover: none;
}
.info dl {
  padding: 1.2em 0;
  border-bottom: 1px solid #ccc;
}
.info dt {
  padding: 0 1em 0 0;
  width: 6em;
}
.info dd {
  border-bottom: none !important;
  padding: 0em 0em 0em 0em !important;
}
@media screen and (min-width: 480px) {
  .info dt {
    clear: left;
    float: left;
  }
  .info dd {
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 600px) {
  .info dl {
    padding: 0.8em 0;
    border-bottom: 1px solid #ccc;
  }
}
/*商品ページの設定*/
.shouhin_cp {
  padding: 0 0 0 10px;
  margin-bottom: 2%;
  color: #000;
  background: #ccc;
  font-weight: 200;
  font-size: 20px;
}
/*切り替えタブの設定*/
.area {
  width: 100%;
  margin: 0px auto 20px;
  flex-wrap: wrap;
  display: flex;
}
.tab_class {
  display: block;
  width: 25%;
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  background-color: darkgrey;
  font-size: 20px;
  text-align: center;
  float: left;
  order: -1;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.tab_class .tabl {
  display: block;
  width: 30.3%;
  width: -webkit-calc(100% / 3.3);
  width: calc(100% / 3.3);
  height: 40px;
  background-color: darkgrey;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  float: left;
  order: -1;
  box-sizing: border-box;
  border: none;
}
.tab_class .tabc {
  display: block;
  width: 30.3%;
  width: -webkit-calc(100% / 3.3);
  width: calc(100% / 3.3);
  height: 40px;
  background-color: darkgrey;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  float: left;
  order: -1;
  box-sizing: border-box;
  border: none;
  margin-left: auto;
  margin-right: auto;
}
.tab_class .tabr {
  display: block;
  width: 30.3%;
  width: -webkit-calc(100% / 3.3);
  width: calc(100% / 3.3);
  height: 40px;
  background-color: darkgrey;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  float: right;
  order: -1;
  box-sizing: border-box;
  border: none;
}
.area input:hover + label {
  transition: 0.2s;
  transform: translateY(0);
  opacity: 0.8;
}
.area input + label {
  transition: 0.2s;
  transform: translateY(0);
}
input[name="tab_name"] {
  display: none;
}
input:checked + .tab_class {
  background-color: cadetblue;
  color: aliceblue;
}
.content_class {
  display: none;
  width: 100%;
}
input:checked + .tab_class + .content_class {
  display: block;
}
/*切り替えタブ内のコンテンツ*/
/* 2カラムレイアウト */
.page-cover_area {
  display: block;
  width: 100%;
  padding: 15px 15px;
  margin-top: 10px;
  box-sizing: border-box; /*コンテンツを内側に収める設定*/
  border: 2px solid #ccc;
}
@media (min-width: 750px) {
  /* 2カラムレイアウト */
  .page-cover_area {
    display: table;
    width: 100%;
    padding: 15px 15px;
    margin-top: 10px;
    box-sizing: border-box; /*コンテンツを内側に収める設定*/
    border: 5px solid #ccc;
  }
  /* 左カラム */
  .main-column_area {
    display: table-cell;
    width: calc(100%/2);
    padding: 0 5px 0 0;
    margin-bottom: 10px;
  }
  /* 右カラム */
  .side-column_area {
    display: table-cell;
    width: calc(100%/2);
    padding-left: 5px;
  }
  .bnkt {
    display: table-cell;
    width: calc(100%/2);
  }
  div .main-column_cap {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
  }
  .main-column_cap p {
    flex-grow: 1;
  }
  .main-column_cap > div {
    display: flex;
    width: calc(100%/2.02);
    flex-direction: column;
    margin-bottom: 10px;
  }
  #main {
    padding: 0 0 0 20px;
  }
  #main_item {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 750px) {
  .main-column_cap > div {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .main-column_area {
    display: table-cell;
    width: 100%;
    margin-bottom: 10px;
  }
  /* 右カラム */
  .side-column_area {
    display: table-cell;
    width: 100%;
    margin-bottom: 10px;
  }
}
/* 2カラムレイアウト_price */
.page-cover_area_price {
  width: 100%;
  padding: 15px 15px;
  margin-top: 10px;
  box-sizing: border-box; /*コンテンツを内側に収める設定*/
  border: 5px solid #ccc;
}
h2.price {
  font-size: 20px !important;
  padding: 4px 0px 0px 35px !important;
  margin-bottom: 10px !important;
  background: #ccc url(../images/icon_login.png) no-repeat 12px / 12px !important; /*背景色、アイコンの読み込み。左から25px、上から11pxの場所に配置。画像幅は12px。*/
}
/*使用表(スライド横)*/
.List_box_i {
  padding: 10px 20px 10px 20px;
  border: 2px solid #ccc;
  box-sizing: border-box;
}
.List_box_i > .List-Item {
  border-top: 1px solid #ccc;
  display: flex;
  font-size: 14px;
  margin: 0px;
  padding: 5px 0 5px;
}
.List_box_i > .List-Item:first-child {
  border-top: none;
  padding-top: 0px;
}
.List_box_i > .List-Item:last-child {
  padding-bottom: 0px;
}
.List_box_i > .List-Item-Title {
  width: 30%;
  font-weight: bold;
  margin: 10px 0 0;
}
.List_box_i > .List-Item-Ul {
  width: 70%;
}
/*仕様表*/
.List_box {
  padding: 15px;
  border: 5px solid #ccc;
  box-sizing: border-box;
}
.List-Item {
  border-top: 1px solid #ccc;
  display: flex;
  font-size: 15px;
  margin: 0px 0 0 0;
  padding: 20px 0 0;
}
.List-Item:first-child {
  border-top: none;
  padding-top: 15px;
}
.List-Item-Title {
  width: 30%;
  font-weight: bold;
}
.List-Item-Text {
  width: 70%;
  padding: 10px 0 0;
}
.List-Item-Ul {
  width: 70%;
  list-style: none;
}
.List-Item-Ul li:last-child {
  padding-bottom: 15px;
}
/*--仕様表*/
/*--切り替えタブ内のコンテンツ（終了）*/
/*補足説明*/
.caption section * {
  margin: 0;
  padding: 0;
}
.caption li {
  font-size: 13px;
}
/*商品説明*/
h1.caption_title {
  font-size: 22px;
  font-weight: 900;
  color: #14B095;
}
h2.caption {
  border-bottom: none !important;
  background: #E3E3E3 !important;
  padding: 0 0 0 15px !important;
  font-weight: normal !important;
  font-size: 20px !important;
}
.caption_text {
  font-size: 14px; /*文字サイズ*/
  line-height: 21px; /*行間*/
  color: #666666;
}
span.price {
  display: block;
  font-size: 30px;
  font-weight: normal;
  padding: 0px;
  margin-bottom: -15px;
  color: #A1272A;
}
.caption_head {
  font-size: 15px;
  font-weight: normal;
  background: #E3E3E3;
  padding: 0px 10px;
  margin: 0 0 5px;
}
/* 2カラムレイアウト */
.page-cover {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 15px;
}
.main-column_item {
  display: inline;
  width: 100%;
}
.side-column_item {
  display: inline;
  width: 90%;
  float: right;
}
@media (min-width: 750px) {
  .page-cover {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
  }
  /* 左カラム */
  .main-column {
    display: table-cell;
    width: calc(100%/2);
    padding-right: 5px;
  }
  /* 右カラム */
  .side-column {
    display: table-cell;
    width: calc(100%/2);
    padding-left: 5px;
  }
  /* 左カラム(アイテム) */
  .main-column_item {
    display: table-cell;
    width: 500px;
    padding-right: 3%;
  }
  /* 右カラム(アイテム) */
  .side-column_item {
    display: table-cell;
    width: 310px;
  }
}
/*商品ページ内テンプレート作成ガイド*/
.triangle3 {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid gray;
  margin: 10px auto;
}
.guide_item > h1 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px dotted #666666;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
}
.guide_item h2 {
  font-weight: bold;
  margin: 0px !important;
}
.guide_item h2 > span {
  background-color: #D23F3E;
  font-size: 20px;
  color: #fff;
  border-radius: 30px;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 15px;
}
.guide_item span {
  padding: 0 0 0 10px;
  display: inline-block;
  line-height: 20px;
}
.guide_back {
  padding: 15px;
  background: #FFFFF;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.guide_back a {
  text-decoration: none !important;
}
.b_g {
  background: #EFEFEF;
}
.guide_back span {
  display: block;
}
.guide_item img {
  display: block;
  box-sizing: border-box;
  padding-right: 30px;
}
@media screen and (max-width: 750px) {
  .guide_item img {
    padding: 0px 40px !important;
  }
}
/*オプション画像横並び用*/
.flex_item-box {
  display: flex; /* フレックスボックスにする */
}
/*価格表の設定*/
table {
  border-top: 1px solid #4f4d47;
  border-right: 1px solid #4f4d47;
  width: 100%;
  border-spacing: 0;
  margin: 0 auto;
  display: block;
}
th, td {
  border-bottom: 1px solid #4f4d47;
  border-left: 1px solid #4f4d47;
  text-align: center;
  padding: 5px 10px;
}
tr:last-child {
  border-right: 1px solid #4f4d47;
}
div #demo03 {
  margin-bottom: 20px;
}
#demo03 table {
  width: 100%;
}
/*thとtdを縦並びにする*/
#demo03 th {
  background-color: #14B095;
  ;
  color: #fff;
}
#demo03 th, #demo03 td {
  display: block;
}
/*trを横並びにする*/
#demo03 tr {
  font-size: 12px;
  display: inline-block;
  width: 76.5px;
}
#demo03 thead tr {
  font-size: 12px;
  display: inline-block;
  width: 100%;
}
/*theadとtbodyをblock要素にしてfloat*/
#demo03 thead {
  display: block;
  float: left;
}
#demo03 tbody {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
/*その他装飾*/
#demo03 tbody tr {
  max-width: 18%;
  margin-right: -6px;
} /*px指定だとはみ出る*/
#demo03 tbody td:first-child {
  background-color: #f5f3ec;
}
/*銀行リストの設定*/
#demo04 table {
  width: 100%;
}
#demo04 th {
  background-color: #5D5D5D;
  color: #fff;
}
/*thとtdを縦並びにする*/
#demo04 th, #demo04 td {
  display: block;
}
/*trを横並びにする*/
#demo04 tr {
  font-size: 12px;
  display: inline-block;
}
/*theadとtbodyをblock要素にしてfloat*/
#demo04 thead {
  display: block;
  float: left;
}
#demo04 tbody {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
/*その他装飾*/
#demo04 tbody tr {
  width: 34%;
  margin-right: -1%;
} /*px指定だとはみ出る*/
#demo04 tbody td:first-child {
  background-color: #f5f3ec;
}
/*到着日数の設定*/
#demo05 table {
  width: 100%;
}
#demo05 th {
  background-color: #5D5D5D;
  color: #fff;
}
#demo05 th, #demo05 td {
  display: block;
}
/*trを横並びにする*/
#demo05 tr {
  font-size: 12px;
  display: inline-block;
}
/*theadとtbodyをblock要素にしてfloat*/
#demo05 thead {
  display: block;
  float: left;
}
#demo05 tbody {
  display: block;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
/*その他装飾*/
#demo05 tbody tr {
  width: 51%;
  margin-right: -1%;
} /*px指定だとはみ出る*/
#demo05 tbody td:first-child {
  background-color: #f5f3ec;
}
/*商品ページ用設定*/
.option {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 2% 0;
}
.option p {
  padding: 5px 10px !important;
  border: 1px solid #ccc;
  font-size: 14px;
  background: white;
}
img.on {
  width: calc(100%/5);
  height: 100%;
}
img.off {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width: calc(100%/5);
  height: 100%;
  opacity: 40%;
}
@media screen and (max-width: 750px) {
  .option {
    padding: 2% 5%;
    box-sizing: border-box;
    margin-bottom: 0px;
  }
}
/*商品ページ リンクボタン*/
.button_full section:hover {
  opacity: 0.8;
}
.button_full a {
  text-decoration: none;
  color: white;
  display: block;
  padding: 10px 0;
}
.b_full {
  position: relative;
  font-weight: bold;
  color: #fff !important;
}
.b_red {
  background-color: #E83B4B;
}
.b_bl {
  background-color: #0E4EA6;
}
.b_gr {
  background-color: darkgreen;
}
.b_lgr {
  background-color: green;
}
.b_gray {
  background-color: gray;
}
.b_or {
  background-color: orange;
}
.b_dor {
  background-color: #F58E0B;
}
.b_pn{
	  background: rgba(255, 103, 141, 1.00);
}

.b_temp {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  background-color: red;
}
.b_nm {
  padding: 10px 0;
  margin: 10px auto;
  text-align: center;
  max-width: 300px;
  max-height: 45px;
}
.b_nm a {
  text-decoration: none !important;
  color: #fff;
}
.b_nm:hover {
  opacity: 0.8;
}
.b_dl {
  padding: 5px 0;
  margin: 10px auto;
  text-align: center;
  max-width: 200px;
}
.b_dl_top {
  padding: 0;
  margin: 0px auto 0px; color:#FFFFFF;
}
.b_dl_top::first-letter {
  border-left: 5px solid #fff; /*左の線の幅、線種、色*/
  padding-left: 10px; /*線とテキストとの余白*/
  margin-left: 10px;
}
.b_dl_top2 {
  padding: 0px;
  text-align: center;
  border-bottom: 5px solid #E7465A;
  margin: 0 0 10px;
}
.b_dl_top3 {
  margin: 0 0 10px;
}
.b_dl_top3::first-letter {
  border-left: 5px solid #E83B4B; /*左の線の幅、線種、色*/
  padding-left: 10px; /*線とテキストとの余白*/
}
.b_dl a {
  text-decoration: none !important;
  color: #fff;
}
.b_dl a:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -5px 15px 0 0;
  background: url("../images/icon_download.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.b_dl_s {
  padding: 10px 0;
  margin: 10px auto;
  text-align: center;
  max-width: 300px;
}
.b_dl_s a {
  text-decoration: none !important;
  color: #fff;
  display: block;
}
.b_dl_s:hover {
  opacity: 0.8;
}
.b_dl_s a:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px 15px 0 0;
  background: url("../images/icon_download.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.b_dl_n {
  padding: 10px 0;
  margin: 10px auto;
  text-align: center;
  max-width: 300px;
}
.b_dl_n a {
  text-decoration: none !important;
  color: #fff;
  display: block;
}
.b_dl_n:hover {
  opacity: 0.8;
}
/*トップページバナー*/
.banner_top {
  width: 800px;
  margin: 0 auto;
}
.banner_top section {
  margin: 20px 0;
}
.banner_top2 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}
.banner_top2 > div {
  width: calc(100%/2.05)
}
@media screen and (max-width: 750px) {
  div.banner_top {
    width: 100%;
    margin: 0 auto;
  }
}
/*テンプレートダウンロード*/
/*ボタンを2つ並べる(横並び)*/
.flex {
  display: flex;
  justify-content: space-between;
  gap: 0px 10px;
}
.flex div {
  flex-basis: 300px;
  padding: 10px 0;
  margin: 10px auto;
  text-align: center;
  max-width: 300px;
}
.flex div a {
  text-decoration: none !important;
  color: #fff;
  display: block;
}
.b_dl_s:hover {
  opacity: 0.8;
}
.b_dl_s a:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0px 15px 0 0;
  background: url("../images/icon_download.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/*2分割用レイアウト(均等)*/
.split {
  flex-wrap: wrap;
  box-sizing: border-box;
}
.split_item {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
@media (min-width: 750px) {
  .split {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px auto 0px;
  }
  .split_item {
    display: inline-block;
    width: 49%;
  }
}
/*オプション 画像を横並びにする*/
.flex_item_box {
  display: flex;
  justify-content: space-between;
}
.c_2 li {
  width: 50%;
}
.c_3 li {
  width: calc(100% / 3);
  border: 1px solid #D5D5D5;
}
.c_4 li {
  width: calc(100% / 4);
}
.txt {
  background-color: #E3E3E3;
  border-top: 1px solid #D5D5D5;
  padding: 0 !important;
  text-align: center;
}
.cap {
  padding: 10px !important;
  background-color: #FFF;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  text-align: center;
}
/*文字の上下に線をつける*/
.border-b {
  border-bottom: 1px solid #585858 !important;
}
/*だめなら廃棄*/
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; /*最前面に*/
  width: 75%; /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 350px; /*最大幅（調整してください）*/
  height: 100%;
  background: #fff; /*背景色*/
  transition: .3s ease-in-out; /*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%); /*左に隠しておく*/
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block; /*カバーを表示*/
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); /*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}
#nav-drawer {
  display: none;
}
@media screen and (max-width:770px) {
  /*-------------------------------------ハンバーガーメニュー--------------------------------------*/
  #nav-drawer {
    display: block;
    position: fixed;
    top: 3%; /*上から24pxの場所に配置*/
    right: 5%; /*右から3%の場所に配置*/
    border: none; /*枠線の幅、線種、色*/
    z-index: 9999;
  }
}
/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}
/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}
/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px; /*線の太さ*/
  width: 25px; /*長さ*/
  border-radius: 3px;
  background: gray;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}
/*閉じる用の薄黒カバー*/
#nav-close {
  display: none; /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0; /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; /*最前面に*/
  width: 75%; /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 350px; /*最大幅（調整してください）*/
  height: 100%;
  background: #fff; /*背景色*/
  transition: .3s ease-in-out; /*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%); /*左に隠しておく*/
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block; /*カバーを表示*/
  opacity: .5;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); /*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}
/*---------------------new accordion---------------------------*/
.accordion {
  width: 100%;
  max-width: 100%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion .normal {
  cursor: pointer;
  display: block;
  padding: 10px 0 10px 15px;
  color: #353636;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  background-color: #E7E7E7;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 8px 0 8px 10px;
  color: #353636;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #E7E7E7;
}
.accordion .in {
  background-color: #fff !important;
  font-weight: normal !important;
  padding: 10px 0 10px 15px;
}
/*.accordion li:last-child .link {
    border-bottom: 0;
}*/
.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #363636;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.accordion li.open .link {
  color: #353636;
}
.accordion li.open i {
  color: #353636;
}
.accordion li.default .submenu {
  display: block;
}
/**
 * Submenu
 ------------開いた時のサブメニュー-----------------*/
.submenu {
  display: none;
  background: #ffffff;
  font-size: 14px;
}
.submenu li {
  border-bottom: 1px solid #CCCCCC;
}
/*メニューを開いたときのリスト*/
.submenu a {
  display: block;
  text-decoration: none;
  color: #2E9095;
  padding: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.submenu a:hover {
  background: #FF9090;
}
.submenu li:not(a) {
  display: block;
  text-decoration: none;
  color: #525252;
  padding: 10px;
  padding-left: 42px;
}
/*---------------------new accordion下段---------------------------*/
.accordion2 {
  width: 100%;
  max-width: 100%;
  background: #585858;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion2 .link2 {
  cursor: pointer;
  display: block;
  padding: 10px 15px 10px 42px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/*.accordion2 li:last-child .link {
    border-bottom: 0;
}*/
.accordion2 li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #363636;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.link2 {
  text-align: center;
}
.accordion2 li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.accordion2 li.open .link {
  color: #353636;
}
.accordion2 li.open i {
  color: #33636;
}
.accordion2 li.default .submenu {
  display: block;
}
/*カレンダー（旧）*/
.calender table {
  text-align: center;
  border-collapse: separate;
  border-spacing: 0px;
  background: #CCCCCC;
  color: #222222;
  width: 100%;
  margin: 0px auto 0;
}
.calender td {
  width: calc(180px/7);
  font-size: 10px;
  padding: 2px 5px;
}
/*カレンダー*/
.wrapper {
  margin: 0px auto;
  max-width: 700px;
}
.container-calendar {
  background: #ffffff;
  padding: 10px 0 0;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}
.button-container-calendar button {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #646464;
  color: #fff;
  border: 0px;
  border-radius: 100%;
  padding: 2px 8px;
}
table.table-calendar {
  border-collapse: collapse;
  width: 100%;
border:0px solid #fff !important;
}
.table-calendar th, .table-calendar td {
  padding:0 4.5px 3px 4.5px;
  border: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: top;
}
.date-picker.selected {
  font-weight: bold;
  color: #fff;
  background: #cc0000;
}
.date-picker.selected span {
  border-bottom: 2px solid currentColor;
}
/* 日曜 */
.date-picker:nth-child(1) {
  color: red;
}
/* 土曜 */
.date-picker:nth-child(7) {
  color: blue;
}
#monthAndYear {
  text-align: center;
  padding-top: 0px;
	vertical-align:middle;
  margin-bottom:-27px;
}
.button-container-calendar {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  clear: both;
}
#previous {
  float: left;
}
#next {
  float: right;
}
.footer-container-calendar {
  margin-top: 1em;
  border-top: 1px solid #dadada;
  padding: 10px 0;
}
.footer-container-calendar select {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  color: #454545;
  border: 1px solid #bfc5c5;
  border-radius: 3px;
  padding: 5px 1em;
}
/*メールフォーム*/
#main_mail {
  /*margin-left: auto;
  margin-right: auto; /*中央にする設定*/
  width: 850px;
  order: 2;
}
#main_mail h2 {
  clear: both;
  margin-bottom: 20px;
  padding: 0px 0px; /*上下、左右への余白*/
  font-size: 25px; /*文字サイズ*/
  font-weight: bold;
  color: #000; /*文字色*/
  background: none; /*背景色*/
  border-bottom: 1px solid #ccc;
}
.mailform {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 120%;
}
.mailform iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1015px) {
  #main_mail {
    width: 100%;
  }
  .mailform {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 1300px;
  }
}
@media screen and (max-width:770px) {
  #main_mail {
    float: none;
    width: 100%;
    height: auto;
  }
  .mailform {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 1300px;
  }
}
/*Tシャツ*/
div.item_c{
	flex-wrap: wrap;
	justify-content: flex-start;
	display:flex;
}

.item_c p{
	width:calc(100% / 10)!important;
	text-align:center;
	font-size:12px;
	line-height:12px;
	margin:0!important;
	padding:10px 5px!important;
	box-sizing:border-box;
	flex-grow:0;
}
.item_c img{
	width:100%;
	margin-bottom:5px;
}

@media screen and (max-width:770px) {
.item_c p{
	width:calc(100% / 6)!important;
	text-align:center;
	font-size:12px;
	line-height:12px;
	margin:0!important;
	padding:10px 5px!important;
	box-sizing:border-box;
	flex-grow:0;
}
}
