@charset "UTF-8";
/* --------------------------------------------------------------------------

リセット、クリアー、全ページ共通要素

-------------------------------------------------------------------------- */
/************************************************
		リセット
************************************************/
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
	 # Global selectors
	 # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
	 # General elements
	 # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit] [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
	 # Accessibility
	 # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
	 # Selection
	 # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/************************************************
		クリアー
************************************************/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

img {
  vertical-align: text-bottom;
}

/************************************************
		リンク設定
************************************************/
a {
  text-decoration: underline;
}
a:link {
  color: #0000ff;
  text-decoration: none;
}
a:visited {
  color: #000080;
  text-decoration: underline;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}
a:active {
  color: #ff8000;
  text-decoration: underline;
}

label {
  cursor: pointer;
}

/************************************************
		全体構成
************************************************/
body {
  text-align: center;
  font-size: 0.8em;
  line-height: 1.4;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}

#wrapper {
  width: 100%;
}

.content_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../images/common/back2.jpg) center center/cover no-repeat;
}
.content_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #868686;
  z-index: -1;
}

.grad_wrap {
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#4d000000",GradientType=0 );
  /* IE6-9 */
}

#contents {
  width: 100%;
  padding: 30px 0 50px 0;
}

.second {
  padding-top: 5px !important;
}

.black {
  background-color: #000;
}

.contents_inner {
  max-width: 990px;
  margin: 0 auto;
}

h1, h2 {
  display: inline;
}

.h2-top {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

/************************************************
		ヘッダー
************************************************/
header {
  font-size: 0;
  line-height: 0;
}

.border_red {
  border-bottom: solid 7px #cb0000;
}

#header_inner {
  margin: 0 auto 4px;
  padding-top: 6px;
  text-align: left;
  max-width: 990px;
  vertical-align: top;
}

#header_left {
  float: left;
  padding-top: 8px;
}

#header_right {
  float: right;
  margin-top: 7px;
  text-align: right;
}

#lang_block {
  display: inline-block;
  padding-right: 5px;
}
#lang_block > a {
  display: block;
  float: left;
}
#lang_block > a img.language {
  margin-right: 8px;
}

#menu_wrapper {
  margin-top: 4px;
  width: 100%;
  background: url(../images/common/menu_back.gif) repeat;
}
#menu_wrapper > ul {
  margin: 0 auto;
  display: table;
  list-style-type: none;
}
#menu_wrapper > ul li {
  display: table-cell;
}

ul#sub_menu, ul#sub_menu_r {
  list-style-type: none;
  display: table;
  margin-bottom: 11px;
}
ul#sub_menu, ul#sub_menu_r li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  transition: background-color 0.2s ease;
}
ul#sub_menu, ul#sub_menu_r li a span {
  padding-left: 5px;
  font-size: 12px;
}
ul#sub_menu li {
  display: table-cell;
  padding: 0 10px;
  text-align: center;
}
ul#sub_menu_r {
  float: right;
}
ul#sub_menu_r li {
  display: table-cell;
  padding: 0 0px;
  text-align: center;
}
ul.menu_list, ul.menu_list_top {
  display: none;
}

#header_line {
  background-color: #232d30;
  height: 26px;
  min-width: 990px;
}

#menu_main {
  min-height: 52px;
  min-width: 990px;
  border-bottom: 2px solid #e3dac9;
}

#menu_inner {
  width: 990px;
  margin: 0 auto;
  text-align: left;
}

/************************************************
		トップページ
************************************************/
/* トップページ用ヘッダー */
#top_header, #topheader2 {
  text-align: center;
  width: 100%;
  background-color: #000;
  background-repeat: repeat-x;
  z-index: -6;
  position: relative;
  /* box-sizing: border-box;
  border-top: solid 5px #CB0000;
  border-bottom: solid 5px #CB0000; */
}
#top_header::before, #topheader2::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  border-top: 2px solid #e20001;
  z-index: -5;
}
#top_header::after, #topheader2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0px;
  border-bottom: 5px solid #623619;
  z-index: -5;
}
#top_header img, #topheader2 img {
  max-width: 100%;
  height: auto;
}

.top_notice {
  max-width: 990px;
  color: #fff;
  text-align: left;
  border: 1px solid #f00;
  padding: 1.5em 1.5em 0;
  margin-bottom: 2em;
  font-weight: 700;
}
.top_notice > p span {
  display: inline-block;
}
.top_notice > p span.notice_title_jp {
  font-size: 1.26em;
}
.top_notice > p span.notice_title_en {
  font-size: 1.26em;
  margin-bottom: 1em;
}
.top_notice > p span.notice_jp {
  font-size: 1.15em;
  margin-bottom: 1.5em;
  line-height: 1.7;
}
.top_notice > p span.notice_en {
  font-size: 1.25em;
  margin-bottom: 1.5em;
  line-height: 1.7;
}

#top_header2 {
  display: none;
}

/* --------------------------------------------------------------------------------------
		トップページ　カテゴリボタン
--------------------------------------------------------------------------------------- */
#top_category_area {
  position: relative;
  max-width: 990px;
  margin: 0 auto;
}
#top_category_area ul {
  list-style: none;
}
#top_category_area ul li {
  max-width: 320px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
#top_category_area ul li span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#top_category_area ul li img {
  max-width: 100%;
  height: auto;
  transition: transform 0.1s ease-in;
}
#top_category_area ul li a:hover > img {
  transform: scale(1.03);
}
#top_category_area ul .btn_business {
  margin-right: 10px;
  margin-bottom: 10px;
}
#top_category_area ul .btn_daily {
  margin-right: 10px;
  margin-bottom: 10px;
}
#top_category_area ul .btn_cooking {
  margin-bottom: 10px;
}
#top_category_area ul .btn_health {
  margin-right: 10px;
  margin-bottom: 10px;
}
#top_category_area ul .btn_hobby {
  margin-right: 10px;
  margin-bottom: 10px;
}
#top_category_area ul .btn_gourmet {
  margin-bottom: 10px;
}
#top_category_area ul .btn_jp {
  top: 430px;
  left: 0px;
}
#top_category_area ul .btn_baccarat {
  max-width: 990px;
}

/* --------------------------------------------------------------------------------------
		セカンドページ カテゴリボタン
--------------------------------------------------------------------------------------- */
#seccond_category_area ul {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  max-width: 990px;
  margin: 0 auto;
}
#seccond_category_area ul li {
  position: relative;
  list-style-type: none;
  width: 33.3%;
  overflow: hidden;
  transition: filter 0.3s ease;
}
#seccond_category_area ul li:hover {
  filter: brightness(110%);
}
#seccond_category_area ul li.btn_a_course {
  background-image: url(../images/top/category2_A.jpg);
  background-size: cover;
}
#seccond_category_area ul li.btn_b_course {
  background-image: url(../images/top/category2_B.jpg);
  background-size: cover;
}
#seccond_category_area ul li.btn_baccarat {
  background-image: url(../images/top/category2_baccarat.jpg);
  background-size: cover;
}
#seccond_category_area ul li > a {
  display: block;
  width: 100%;
  height: 200px;
  text-decoration: none;
}

/* 左隅文字 */
/* --------------------------------------------------------------------------------------
		スライダー
--------------------------------------------------------------------------------------- */
.slider_wrap {
  padding: 40px 0;
}

.slider_inner {
  max-width: 990px;
  margin: 0 auto;
}

/*ページャー縦位置修正*/
.theme-default .nivo-controlNav {
  padding: 0 0 !important;
}

.grad {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#4d000000",GradientType=0 );
  /* IE6-9 */
}

/* --------------------------------------------------------------------------------------
 コンテンツ
--------------------------------------------------------------------------------------- */
#bottom_sub_menu {
  max-width: 990px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 10px 0;
}

/*セクション*/
.section_black {
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#4d000000",GradientType=0 );
  /* IE6-9 */
}

.section_inner {
  max-width: 990px;
  margin: 0 auto;
}

/************************************************
		商品一覧
************************************************/
#sub_title {
  margin-top: 15px;
  display: table;
  color: #fff;
}

#sub_title_image {
  display: table-cell;
  width: 275px;
  text-align: left;
}

h2.a_course, h2.b_course {
  display: block;
  margin: 15px 0;
  padding: 8px;
  color: #fff;
  font-size: 2.5em;
  text-align: center;
}
h2.a_course {
  background-color: #C7A740;
}
h2.b_course {
  background-color: #56636C;
}

.product_title {
  width: 100%;
  display: block;
  border-bottom: solid 1px #fff;
  text-align: left;
  padding-top: 20px;
  color: #fff;
}
.product_title > h3 {
  font-size: 24px;
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
.product_title > h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: 100%;
  height: 5px;
  background-color: #cb0000;
}
.product_title > h3 span {
  font-size: 16px;
  padding-left: 10px;
}

#sub_title_text {
  vertical-align: middle;
  display: table-cell;
  font-size: 14px;
  width: 715px;
  height: 72px;
  padding-left: 40px;
  text-align: left;
}
#sub_title_text > p {
  color: #cc0000;
  font-size: 11px;
}
#sub_title_text > p > span {
  font-size: 10px;
}
#sub_title_text > span {
  font-size: 12px;
}

#caution_text {
  font-size: 13px;
  margin-top: 14px;
  color: #fff;
  text-align: left;
}
#caution_text > p {
  margin-bottom: 5px;
  padding-left: 20px;
}
#caution_text > p > span {
  font-size: 11px;
}
#caution_text > span {
  font-size: 11px;
}

/* course */
.course_block {
  margin-top: 19px;
  margin-bottom: 56px;
}
.course_block > h3.a_course, .course_block > h3.b_course {
  margin-bottom: 15px;
  padding: 3px;
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
}
.course_block > h3.a_course > span, .course_block > h3.b_course > span {
  font-size: 1.8rem;
}
.course_block > h3.a_course {
  border-bottom: 3px solid #c7a740;
}
.course_block > h3.b_course {
  border-bottom: 3px solid #56636C;
}

.white_back {
  background-color: #fff;
  text-align: left;
  padding: 30px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.white_back > p {
  margin-bottom: 30px;
  font-size: 12px;
}
.white_back span {
  color: #f00;
}
.white_back > h3 {
  font-weight: normal;
  margin-bottom: 6px;
  margin-left: -0.7em;
}
.white_back ul {
  margin-bottom: 30px;
}
.white_back ul li {
  margin-left: 1.5em;
  margin-bottom: 10px;
}

.float_box {
  width: 100%;
  margin-bottom: 40px;
}
.float_box > .left {
  width: 320px;
  padding: 3px;
  background-color: #fff;
  float: left;
}
.float_box > .right {
  width: 650px;
  float: right;
  color: #fff;
  text-align: left;
  min-height: 528px;
  position: relative;
}

.thumb_img {
  padding: 20px 7px;
}
.thumb_img img {
  width: 100%;
}

.img_list {
  list-style: none;
  padding: 5px;
}
.img_list li {
  width: 64px;
  height: 84px;
  border: solid 1px #ccc;
  float: left;
  margin: 1px;
  position: relative;
  cursor: pointer;
}
.img_list li img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.img_desc_list {
  list-style: none;
  margin-bottom: 40px;
  display: block;
}
.img_desc_list li {
  float: left;
  width: 32.8%;
  color: #fff;
  text-align: left;
}
.img_desc_list li:not(:nth-child(3n)) {
  margin-right: 4px;
}
.img_desc_list .clip_box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.img_desc_list .clip_box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img_desc_list .img_desc {
  padding: 10px 10px 20px 10px;
}

.product_head {
  border-bottom: solid 1px #fff;
  position: relative;
  padding: 30px 0;
  margin-bottom: 30px;
}
.product_head > .head {
  float: left;
  font-weight: bold;
  font-size: 18px;
}
.product_head > .mark {
  float: right;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #c8a837;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}

.right > .desc {
  line-height: 3;
}
.right > .back_btn {
  display: inline-block;
  text-align: right;
  background-color: #866e18;
  color: #fff;
  padding: 5px 10px;
  padding-left: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: none;
  background-image: url(../images/common/back_arrow.png);
  background-position-y: 45%;
  background-position-x: 10px;
  transition: background-position-x 0.2s ease, background-color 0.2s ease;
}
.right > .back_btn:hover {
  background-color: #a88e2e;
  background-position-x: 6px;
}

.h4_border {
  text-align: left;
  color: #fff;
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  padding-left: 10px;
  padding-bottom: 6px;
}

.spec_list {
  text-align: left;
  background-color: #fff;
  display: table;
}
.spec_list div {
  display: table-row;
}
.spec_list div.odd {
  background-color: #e8e8e8;
}
.spec_list > div > dt {
  display: table-cell;
  width: 170px;
  padding: 10px;
  padding-left: 15px;
}
.spec_list > div > dd {
  display: table-cell;
  width: 610px;
  padding: 10px;
}

.course_block > ul.course_list {
  list-style-type: none;
  margin: 0 auto;
  box-sizing: border-box;
}
.course_block > ul.course_list li {
  float: left;
  width: 24.9%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 11px;
  vertical-align: top;
  background-color: #fff;
  margin-bottom: 1px;
}
.course_block > ul.course_list li img:not(.item_detail) {
  width: 200px;
}
.course_block > ul.course_list li:not(:nth-child(4n)) {
  margin-right: 1px;
}
.course_block > ul.course_a li > p, .course_block > ul.course_b li > p {
  font-size: 12px;
  height: 2.5em;
  margin: 0 auto;
  margin-bottom: 4.5px;
  margin-top: 5px;
  text-align: left;
  overflow: hidden;
  width: 187px;
}
.course_block > ul.course_a li img.item_photo, .course_block > ul.course_b li img.item_photo {
  width: 150px;
  margin: 0 auto;
  margin-top: 35px;
  height: auto;
}
.course_block > ul.course_a li img.item_detail, .course_block > ul.course_b li img.item_detail {
  margin: 0 auto;
}
.course_block > ul.course_b li {
  border-right: 1px solid #57636c;
  border-bottom: 1px solid #57636c;
}

a.course_list_link {
  color: #333;
}
a.course_list_link:link, a.course_list_link:active, a.course_list_link:visited, a.course_list_link:hover {
  text-decoration: none;
  color: #333;
}

.item_name {
  display: block;
  font-weight: bold;
  font-size: 12px;
  height: 5.5em;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  width: 187px;
}

.item_type {
  font-size: 12px;
  height: 7em;
  margin: 0 auto;
  margin-bottom: 3px;
  margin-top: 0px;
  text-align: left;
  overflow: hidden;
  width: 187px;
}

/************************************************
		商品詳細（告知）
************************************************/
#title_desc {
  width: 100%;
  display: block;
  border-bottom: solid 1px #000;
  text-align: left;
  padding-top: 33px;
  color: #000;
}
#title_desc > h2 {
  font-size: 24px;
  display: inline-block;
  position: relative;
  padding: 0 20px;
}
#title_desc > h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: 100%;
  height: 5px;
  background-color: #cb0000;
}
#title_desc > h2 span {
  font-size: 16px;
  padding-left: 10px;
}

#item_desc_block {
  margin-top: 40px;
  margin-bottom: 36px;
}

#item_desc_block_left {
  float: left;
  text-align: center;
  margin-right: 95px;
}
#item_desc_block_left > img {
  width: 260px;
  height: auto;
  margin-bottom: 12px;
}
#item_desc_block_left > ul {
  list-style-type: none;
  width: 295px;
}
#item_desc_block_left > ul li {
  width: 25%;
  float: left;
}
#item_desc_block_left > ul li > img.item_thumb {
  width: 70px;
  height: 81px;
  margin-top: 5px;
  margin-right: 5px;
  overflow: hidden;
  border: 1px solid #ccc;
  cursor: pointer;
}

#item_desc_block_right {
  float: right;
  text-align: center;
  width: 600px;
}

#item_desc_name {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

#item_desc_text {
  font-size: 14px;
  margin-top: 23px;
  margin-bottom: 38px;
  width: 600px;
  word-break: break-all;
  text-align: left;
}

#item_desc_image > img {
  margin-bottom: 20px;
}

#main_spec {
  margin-top: 9px;
  margin-bottom: 54px;
}
#main_spec > table {
  border-collapse: collapse;
  width: 100%;
}
#main_spec > table caption {
  color: #666;
  margin-bottom: 9px;
  text-align: left;
  font-size: 22px;
  line-height: 1em;
}
#main_spec > table tr {
  border: none;
  border-top: 1px solid #ccc;
  font-size: 14px;
}
#main_spec > table tr.odd {
  background-color: #f2f2f2;
}
#main_spec > table tr.even {
  background-color: #FFF;
}
#main_spec > table tr th, #main_spec > table tr td {
  font-weight: normal;
  padding: 13px;
  vertical-align: top;
}
#main_spec > table tr th {
  width: 170px;
  text-align: left;
  padding-left: 22px;
}
#main_spec > table tr:last-child {
  border-bottom: 1px solid #ccc;
}

#showdetail:checked ~ .img_desc_list {
  display: block;
}

.detail_disp, .text_disp {
  display: none;
}

/************************************************
		ご利用案内
************************************************/
.title_howto_order {
  margin-top: 33px;
}

#howto_order_cation {
  border: 1px solid #f00;
  padding: 12px 15px 13px 20px;
  color: #f00;
  font-size: 14px;
  line-height: 19.6px;
  margin-bottom: 40px;
}
#howto_order_cation > span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  line-height: 16.8px;
}

.howto_order_block {
  font-size: 12px;
  margin-bottom: 35px;
  margin-left: 0.5em;
}
.howto_order_block > h3 {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 7px;
  margin-left: -0.5em;
}
.howto_order_block > span {
  color: #f00;
}
.howto_order_block > ul {
  margin-top: 10px;
}
.howto_order_block > ul li {
  margin-left: 1em;
  margin-bottom: 1em;
}
.howto_order_block:last-child {
  margin-bottom: 59px;
}

.section {
  margin-top: 10px;
  padding: 0px 0px 15px;
}

.ty {
  text-align: center;
  padding: 30px 0 30px;
}

ul.listDisk {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 2em;
}
ul.listDisk li {
  margin-bottom: 5px;
}

.sendBtn {
  padding-top: 10px;
  text-align: center;
}
.sendBtn input {
  padding: 8px 15px;
}

/************************************************
		ナビゲーション
************************************************/
nav.top_nav {
  float: none !important;
  width: 100%;
}

ul.top_link {
  border: none;
}
ul.top_link li {
  display: block;
  float: left;
  list-style-type: none;
  box-sizing: border-box;
  width: 33.3%;
  height: auto;
}
ul.top_link li a {
  display: block;
  text-align: center;
  width: auto;
  height: auto;
  color: #fff;
  background-color: #232d30;
  font-size: 0.7em;
  font-weight: 400;
  padding-top: 1em;
  padding-bottom: 1em;
  border: 0;
  text-decoration: none;
  border-right: 1px solid #808080;
  transition: background-color 0.3s ease;
}
ul.top_link li a > span {
  display: block;
  font-size: 1rem;
}
ul.top_link li a:hover {
  background-color: #39494d;
}
ul.top_link li::before, ul.top_link li::after {
  content: none;
}
ul.top_link li:last-child a {
  border: 0;
}

/************************************************
		インフォメーション
************************************************/
#areaInform {
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px;
  text-align: left;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 50px;
  border: 5px double #900;
  background-image: url(../images/common/icon_information.gif);
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: 10px 10px;
  font-size: 120%;
  background-color: #FFF4E2;
  line-height: 180%;
}

/************************************************
		共通
************************************************/
.ordering_block {
  margin: 0px auto;
  padding: 0 15px;
  padding-top: 16px;
  text-align: center;
}
.ordering_block img {
  max-width: 100%;
  height: auto;
}

/* 申込期間 詳細画像*/
#ordering_period {
  margin: 21px 0 36px 0;
}

#ordering_period2 {
  display: none;
}

/* 申込について ポイント付加詳細画像*/
#ordering_info, #ordering_info2 {
  margin-top: 25px;
}

#ordering_info2 {
  display: none;
}

#ordering_info_text {
  font-size: 12px;
  line-height: 16.8px;
  margin-top: 32px;
  padding-bottom: 30px;
  text-align: left;
  color: #fff;
}
#ordering_info_text > a {
  color: red;
  text-decoration: underline;
}
#ordering_info_text > span {
  font-size: 10px;
}

h3.page_h3 {
  color: #fff;
  font-size: 1.62em;
  font-weight: normal;
  text-align: left;
  position: relative;
  padding-bottom: 5px;
  padding-left: 0.6em;
  border-bottom: 2px solid #fff;
}
h3.page_h3 > span {
  font-size: 0.65em;
  margin-left: 1em;
}

/************************************************
		フッター
************************************************/
#copyright_block {
  background-color: #000;
  max-width: 100%;
  padding: 40px 0;
}

#copyright {
  background-color: #000;
  color: white;
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#copyright_right {
  text-align: right;
}

.text_red_bold {
  color: #F00;
  font-weight: bold;
}

/************************************************
		バカラ特別コンテンツ
************************************************/
.special_contents {
  box-sizing: border-box;
  margin: 25px 0 25px 0;
  padding: 25px 0 0 0;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  color: #FFF;
  text-align: left;
}
.special_contents .spc_right {
  max-width: 655px;
  float: left;
}
.special_contents .spc_right h3 {
  font-weight: bold;
}
.special_contents .spc_right p {
  margin-bottom: 2em;
  line-height: 1.8;
}
.special_contents .spc_left {
  width: 215px;
  float: right;
}

/* サイドナビ */
.col2 {
  max-width: 990px;
  margin: 0 auto;
}

.left {
  float: left;
  width: 180px;
}

.right {
  float: right;
  width: 780px;
}

.side_link {
  list-style: none;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}
.side_link li {
  width: 180px;
  height: 74px;
}
.side_link li a {
  display: inline-block;
  width: 160px;
  height: 100%;
  color: #fff;
  float: left;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  border-top: solid 1px #fff;
  padding-top: 18px;
  padding-left: 5px;
  transition: background-color 0.2s ease;
}
.side_link li:last-child a {
  border-bottom: solid 1px #fff;
}
.side_link li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.side_link li::before {
  content: "";
  float: left;
  display: inline-block;
  width: 9px;
  height: 72px;
  background-color: #cb0000;
  margin: 1px 0;
}
.side_link li::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 100%;
  float: right;
  clear: both;
}

.scroll_non {
  overflow-y: auto;
}

@media print, screen and (max-width: 985px) {
  /************************************************
  		全体構成
  ************************************************/
  .contents_inner.right {
    float: none;
    width: 100%;
    padding: 0 10px;
  }
  .float_box > .left {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .float_box > .right {
    float: none;
    display: block;
    margin: 0 auto;
    min-height: auto;
    width: auto;
    max-width: 760px;
  }
  .float_box > .right > p {
    margin-bottom: 2em;
  }
  /************************************************
  		トップページ
  ************************************************/
  #top_category_area ul .btn_business {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #top_category_area ul .btn_daily {
    margin-right: 0;
    margin-bottom: 5px;
  }
  #top_category_area ul .btn_cooking {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #top_category_area ul .btn_health {
    margin-right: 0;
    margin-bottom: 5px;
  }
  #top_category_area ul .btn_hobby {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #top_category_area ul .btn_gourmet {
    margin-right: 0;
    margin-bottom: 5px;
  }
  #top_category_area ul .btn_baccarat {
    margin: 0 1em;
    max-width: 648px;
  }
  .top_notice {
    max-width: 640px;
    margin: 1em auto;
    margin-bottom: 2em;
  }
  .top_notice > p span.notice_title_jp {
    font-size: 1em;
  }
  .top_notice > p span.notice_title_en {
    font-size: 1em;
  }
  .top_notice > p span.notice_jp {
    font-size: 1em;
    margin-bottom: 1.5em;
    line-height: 1.7;
  }
  .top_notice > p span.notice_en {
    font-size: 1em;
    margin-bottom: 1.5em;
    line-height: 1.7;
  }
  /************************************************
  		ヘッダー
  ************************************************/
  header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 900;
  }
  ul#sub_menu {
    display: none;
  }
  ul#sub_menu li {
    padding: 5px;
  }
  ul.menu_list, ul.menu_list_top {
    top: 79px;
    left: 0px;
    height: 100vh;
    position: absolute;
    z-index: 990;
    width: 100%;
    background-color: rgba(34, 49, 52, 0.9);
    flex-direction: column;
    font-size: 0.85rem !important;
    text-align: left;
    overflow: scroll;
    padding-bottom: 100px;
  }
  ul.menu_list li, ul.menu_list_top li {
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 1px dotted #333;
  }
  ul.menu_list li a, ul.menu_list_top li a {
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    padding: 1em;
    line-height: 1.4 !important;
  }
  ul.menu_list li.list_sep, ul.menu_list_top li.list_sep {
    border-top: 1px solid #333;
  }
  ul.menu_list_top {
    top: 63px;
    margin-top: 0;
  }
  #lang_block {
    display: none;
  }
  #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 50px;
    width: 50px;
  }
  .icon span {
    position: absolute;
    left: 10px;
    width: 30px;
    height: 1px;
    background-color: #333;
    border-radius: 8px;
    transition: ease 0.3s;
  }
  .icon span:nth-of-type(1) {
    top: 14px;
  }
  .icon span:nth-of-type(2) {
    top: 25px;
  }
  .icon span:nth-of-type(3) {
    bottom: 14px;
  }
  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 24px;
  }
  .close span:nth-of-type(2) {
    opacity: 0;
  }
  .close span:nth-of-type(3) {
    transform: rotate(-45deg);
    bottom: 24px;
  }
  /* --------------------------------------------------------------------------------------
  		セカンドページ カテゴリボタン
  --------------------------------------------------------------------------------------- */
  #seccond_category_area ul {
    flex-direction: column;
    width: 96%;
  }
  #seccond_category_area ul li {
    display: block;
    aspect-ratio: 99/20;
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0;
  }
  #seccond_category_area ul li.btn_a_course {
    background-image: url(../images/top/category_A.jpg);
  }
  #seccond_category_area ul li.btn_b_course {
    background-image: url(../images/top/category_B.jpg);
  }
  #seccond_category_area ul li.btn_baccarat {
    background-image: url(../images/top/category_baccarat.jpg);
  }
  #seccond_category_area ul li > a {
    height: 100%;
  }
  #seccond_category_area ul li img {
    width: 100%;
    height: auto;
  }
  /* 左隅文字 */
  /************************************************
  		インフォメーション
  ************************************************/
  #areaInform {
    font-size: 0.9em;
    margin-left: 1em;
    margin-right: 1em;
    background-size: 24px 24px;
    background-position: 10px 8px;
  }
  /************************************************
  		商品一覧
  ************************************************/
  .course_block {
    padding-left: 1em;
    padding-right: 1em;
  }
  .course_block > ul.course_list {
    width: 100%;
  }
  .course_block > ul.course_list li {
    width: calc(33.3% - 2px);
    margin-right: 1px;
    padding-top: 0;
  }
  .course_block > ul.course_list li img {
    width: auto;
    max-width: 75%;
  }
  .item_name {
    width: auto;
    max-width: 80%;
  }
  .item_type {
    display: none;
  }
  .right > .desc {
    font-size: 1.15em;
    line-height: 2;
  }
  .right > .back_btn {
    right: auto;
    bottom: -2em;
  }
  section.white_back p {
    font-size: 1.15em;
  }
  section.white_back ul li {
    font-size: 1.15em;
  }
  /************************************************
  		商品詳細
  ************************************************/
  .spec_list {
    margin: 0 auto;
  }
  .right > .back_btn {
    position: relative;
    bottom: auto;
  }
  #item_desc_image > img {
    max-width: 100%;
  }
  /************************************************
  		共通
  ************************************************/
  #ordering_info_text {
    font-size: 1.15em;
    line-height: 1.4;
  }
  #ordering_info_text span {
    font-size: 1em;
  }
  /************************************************
  		フッター
  ************************************************/
  #copyright {
    display: block;
    padding: auto 1em;
  }
  #copyright_block {
    padding: 40px 1em;
  }
  #copyright_left {
    margin-bottom: 1em;
  }
  #copyright_right {
    text-align: center;
  }
  /************************************************
  		バカラ特別コンテンツ
  ************************************************/
  .special_contents .spc_right {
    padding: 0 10px;
    max-width: 100%;
  }
  .special_contents .spc_left {
    width: 100%;
    margin: 1em;
    text-align: center;
  }
}
@media print, screen and (max-width: 685px) {
  /************************************************
  		全体構成
  ************************************************/
  #contents {
    padding-bottom: 0;
  }
  h2.a_course, h2.b_course {
    margin-left: 1em;
    margin-right: 1em;
    font-size: 1.5em;
  }
  h3.page_h3 {
    font-size: 1.25em;
  }
  #ordering_period {
    display: none;
  }
  #ordering_period2 {
    display: block;
    margin: 0 auto;
  }
  /************************************************
  		ヘッダー
  ************************************************/
  #top_header {
    display: none;
  }
  #top_header2 {
    display: block;
  }
  #top_header2 img {
    max-width: 100%;
    height: auto;
  }
  ul.top_link li a {
    margin-top: 0.2em;
    padding-right: 0.3em;
    font-size: 0.6rem;
  }
  ul.top_link li a > span {
    font-size: 0.9rem;
  }
  ul.top_link li a:hover {
    background-color: #232d30;
  }
  /************************************************
  		トップページ
  ************************************************/
  #top_category_area ul .btn_baccarat {
    max-width: 96%;
    margin: 0;
    margin-bottom: 0.5em;
  }
  #top_category_area ul li {
    max-width: 47%;
  }
  .top_notice {
    margin-left: 1em;
    margin-right: 1em;
  }
  .top_notice > p span.notice_title_jp {
    font-size: 0.8em;
  }
  .top_notice > p span.notice_title_en {
    font-size: 0.8em;
  }
  .top_notice > p span.notice_jp {
    font-size: 0.7em;
  }
  .top_notice > p span.notice_en {
    font-size: 0.7em;
  }
  /************************************************
  		インフォメーション
  ************************************************/
  #areaInform {
    font-size: 0.85em;
    background-size: 20px 20px;
    padding-left: 40px;
  }
  /************************************************
  		商品一覧
  ************************************************/
  .course_block > h3.a_course, .course_block > h3.b_course {
    font-size: 0.9rem;
  }
  .course_block > h3.a_course > span, .course_block > h3.b_course > span {
    font-size: 1.3rem;
  }
  .course_block > ul.course_list li {
    padding-top: 1em;
  }
  .course_block > ul.course_list li img.item_photo {
    max-width: 75%;
  }
  .right > .desc {
    font-size: 1em;
    margin-bottom: 1.5em !important;
  }
  a.course_list_link {
    display: block;
    pointer-events: all;
  }
  .product_title > h3 {
    font-size: 1.3em;
  }
  .product_title > h3 span {
    font-size: 0.8em;
  }
  #title_desc {
    padding-top: 0;
  }
  #title_desc > h2 {
    font-size: 1.2em;
    padding: 0;
  }
  #title_desc > h2 span {
    font-size: 0.6em;
  }
  .item_name {
    font-size: 0.8em;
  }
  .item_detail {
    display: none;
  }
  /* 続きを表示 */
  .text_disp {
    cursor: pointer;
    display: block;
    float: right;
    border-bottom: 1px dotted #fff;
    color: #fff;
    margin-bottom: 3em;
    font-size: 0.85em;
  }
  /************************************************
  		商品詳細
  ************************************************/
  .thumb_img img {
    max-width: 100%;
    width: auto;
  }
  .img_desc_list {
    display: none;
  }
  .img_desc_list li {
    width: 100%;
  }
  ul#sub_menu_r {
    display: block;
  }
  ul#sub_menu_r > li {
    display: list-item;
    float: left;
    padding-bottom: 10px;
  }
  .product_head > .head {
    float: none;
    width: auto !important;
  }
  .product_head > .mark {
    padding: 5px;
    font-size: 1.1em;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    margin-top: 0.5em;
    float: none;
    top: auto;
    right: auto;
    transform: none;
  }
  .spec_list {
    display: block;
    font-size: 1em;
  }
  .spec_list dt {
    white-space: nowrap;
  }
  /* 商品詳細ボタン */
  .detail_disp {
    display: inline-block;
    padding: 0.65em;
    color: #fff;
    background-color: #866e18;
    margin-bottom: 1.25em;
    font-size: 1em;
    padding-right: 2.5em;
  }
  .arrow_down {
    position: relative;
  }
  .arrow_down::after {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: 6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(135deg);
  }
  .arrow_up {
    position: relative;
  }
  .arrow_up::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    right: 6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(-45deg);
  }
  /************************************************
  		共通
  ************************************************/
  #ordering_info {
    display: none;
  }
  #ordering_info2 {
    display: block;
  }
  #sub_title_image {
    width: auto;
    display: block;
    margin-bottom: 1em;
  }
  #sub_title_text {
    display: table-row;
    padding-left: 0;
  }
  .sm_disp_none {
    display: none;
  }
  html.is-fixed {
    height: 100%;
    overflow: hidden;
  }
  /************************************************
  		フッター
  ************************************************/
  #copyright_right {
    padding: 0 2em;
    display: inline-block;
    word-break: keep-all;
  }
  /************************************************
  		バカラ特別コンテンツ
  ************************************************/
}
