@charset "UTF-8";
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  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;
}

pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
  margin: 0px;
  padding: 0px;
}

li {
  list-style-type: none;
}

html,
body {
  /* スクロールバーの色削除 */
  scrollbar-face-color: inherit !important;
}

a {
  color: #1a1a1a;
  text-decoration: none;
}

body {
  font-family: /*"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif*/ serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  color: #1a1a1a;
  width: 100%;
  min-width: 750px;
}

img {
  vertical-align: sub;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.container {
  width: 750px;
  margin: 0 auto;
  position: relative;
}

.container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

ul.menu_example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.menu_example li {
  margin-right: 1.87%;
  margin-bottom: 16px;
}

ul.menu_example li:nth-of-type(4n) {
  margin-right: 0;
}

/*
#fv {
  background: url(../img/fv_bg01.jpg) no-repeat center top;
  min-height: 960px;
  margin-bottom: 5px;
}
*/

#fv ul {
  position: absolute;
  z-index: 1;
}

#fv ul.fv_txt01 {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 558px;
  right: 4%;
}

#fv ul.fv_txt01 li {
  background: url(../img/fv_bg02.png) no-repeat center top/100%;
  width: 167px;
  height: 167px;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: -1.76px;
  line-height: 37.02px;
  color: #b19846;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 10px;
  white-space: nowrap;
}

#fv ul.fv_txt01 li p {
  padding-top: 15px;
}

#fv ul.fv_txt01 li span.small {
  font-size: 22px;
}

#fv ul.fv_txt01 li span.big {
  font-size: 34px;
  padding-left: 2px;
}

#fv ul.fv_txt01 li span.minus_space {
  letter-spacing: -7.5px;
}

#fv ul.fv_txt02 {
  top: 99.34%;
  left: 4%;
}

#fv ul.fv_txt02 li {
  font-size: 18px;
}

#cv h2 {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -375px;
  width: 750px;
  top: -18px;
  height: 82px;
}

#cv dl dd {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -375px;
  width: 750px;
}

#cv dl dd:first-of-type {
  top: 163px;
}

#cv dl dd:nth-of-type(2) {
  top: 344px;
}

#rule .container {
  background: url(../img/rule_bg01.jpg) no-repeat center bottom/100%;
  padding-bottom: 300px;
}

#rule .container p {
  color: #1a1a1a;
}

#rule .container p.rule_txt01 {
  font-size: 26px;
  line-height: 42px;
  padding: 0 4%;
  margin-bottom: 34px;
}

#rule .container p.rule_txt02 {
  font-size: 18px;
  padding: 0 4% 0 55%;
  margin-bottom: 34px;
}

#menu {
  margin-top: -45px;
}

#menu .container {
  background: url(../img/menu_bg01.png) no-repeat center 45px/100%;
  padding-bottom: 105px;
}

#menu .container:after {
  content: '';
  left: 50%;
  bottom: -25px;
  height: 77px;
  width: 1px;
  margin-left: -0.5px;
  background: #1a1a1a;
  background-size: 100%;
  position: absolute;
  z-index: 1;
}

#menu .container p.menu_txt01 {
  font-size: 26px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 18px;
}

#area {
  padding-bottom: 105px;
}
/*
#area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 36px;
}*/

#area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 36px;
}

#area dl dt {
  font-size: 28px;
  width: 105px;
}
/*
#area dl dd {
  height: 49px;
  width: 135px;
  text-align: center;
  background: #b2a293;
  border-radius: 10px;
  font-size: 28px;
  line-height: 49px;
}*/

#area dl dd:not(:last-child) {
  margin-right: 5px;
}

#area p {
  font-size: 26px;
  line-height: 46px;
  text-align: center;
}

#area p span {
  font-weight: bold;
  text-decoration: underline;
  display: block;
}

#recommend ul {
  position: absolute;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  z-index: 1;
  top: 205px;
  font-size: 29px;
  line-height: 44px;
}

#recommend ul li {
  padding-left: 40px;
  background: url(../img/recommend_icon01.png) no-repeat left 4px/30px;
  line-height: 44px;
}

#recommend ul li:first-of-type {
  margin-bottom: 70px;
  margin-left: 205px;
}

#recommend ul li:nth-of-type(2) {
  margin-left: 48px;
  margin-bottom: 100px;
}

#recommend ul li:nth-of-type(3) {
  margin-left: 205px;
  margin-bottom: 80px;
}

#recommend ul li:nth-of-type(4) {
  margin-left: 48px;
  margin-bottom: 82px;
}

#recommend ul li:nth-of-type(5) {
  margin-left: 205px;
}

#recommend ul li span {
  color: #af7b36;
  font-weight: bold;
}

#point .container {
  background: url(../img/point_bg01.jpg) no-repeat center top/100%;
  height: 3797px;
}

#point h3 {
  margin-bottom: 27px;
}

#point .point_wrap dl.point01 {
  position: relative;
  margin-bottom: 75px;
}

#point .point_wrap dl.point01 dd {
  padding: 0 5.33% 0 30%;
  position: absolute;
  width: 100%;
  margin-left: -50%;
  left: 50%;
  z-index: 1;
  top: 112px;
}

#point .point_wrap dl.point02 {
  margin-bottom: 70px;
}

#point .point_wrap dl.point02 dd {
  margin-left: 5.33%;
  width: 64.67%;
}

#point .point_wrap dl.point03 {
  position: relative;
}

#point .point_wrap dl.point03 dd {
  padding: 0 5.33%;
  position: absolute;
  width: 100%;
  margin-left: -50%;
  left: 50%;
  z-index: 1;
  top: 115px;
}

#point .point_wrap dl dd {
  font-size: 26px;
  line-height: 42px;
}

#point .menu_example {
  margin-bottom: 46px;
}

#point .combi_wrap {
  background: url(../img/point_bg02.png) no-repeat center bottom/100%;
  padding-bottom: 53px;
  margin-bottom: 40px;
}

#point .combi_wrap h3 {
  margin-bottom: 30px;
}

#point .combi_wrap dl {
  width: 89.33%;
  margin: 0 auto;
  -webkit-box-shadow: 6px 7px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 7px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

#point .combi_wrap dl:not(:last-child) {
  margin-bottom: 34px;
}

#point .combi_wrap dl:nth-of-type(odd) dd {
  left: 30px;
}

#point .combi_wrap dl:nth-of-type(even) dd {
  left: 290px;
}

#point .combi_wrap dl dd {
  position: absolute;
  top: 114px;
  z-index: 1;
  font-size: 26px;
  line-height: 42px;
}

#voice .container {
  background: url(../img/voice_bg01.jpg) no-repeat center bottom/100%, #efe9dd;
  padding-bottom: 112px;
}

#voice .voice_wrap dl {
  position: relative;
}

#voice .voice_wrap dl:first-of-type dd {
  top: 255px;
}

#voice .voice_wrap dl:nth-of-type(2) dd {
  top: 310px;
}

#voice .voice_wrap dl:nth-of-type(3) dd {
  top: 255px;
}

#voice .voice_wrap dl dd {
  font-size: 26px;
  line-height: 42px;
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  padding: 0 8.27%;
}

#price {
  margin: -30px 0 0;
}

#price h2 {
  -webkit-box-shadow: 8px 10px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 8px 10px 7px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

#howto .container {
  background: #f7f1ec;
  padding-bottom: 56px;
}

#howto .container .howto_wrap dl {
  position: relative;
}

#howto .container .howto_wrap dl dd {
  font-size: 26px;
  line-height: 42px;
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  padding: 0 7.33% 0 20%;
}

#howto .container .howto_wrap dl:first-of-type dd {
  top: 170px;
}

#howto .container .howto_wrap dl:nth-of-type(2) dd {
  top: 150px;
}

#howto .container .howto_wrap dl:nth-of-type(3) dd {
  top: 144px;
}

#howto .container .howto_wrap dl:nth-of-type(4) dd {
  top: 150px;
}

#faq .container {
  background: url(../img/faq_bg01.jpg) no-repeat center top/100%;
  height: 1678px;
}

#faq .faq_wrap {
  width: 92%;
  margin: 0 auto;
  padding: 0 2.17%;
}

#faq .faq_wrap dl {
  padding-left: 28px;
  margin: 0 8px;
}

#faq .faq_wrap dl:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #836448;
}

#faq .faq_wrap dl.faq_icon01 {
  background: url(../img/faq_icon01.png) no-repeat left top/66px;
}

#faq .faq_wrap dl.faq_icon02 {
  background: url(../img/faq_icon02.png) no-repeat left top/66px;
}

#faq .faq_wrap dl dt {
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  color: #836448;
  margin-bottom: 8px;
  padding-left: 21px;
}

#faq .faq_wrap dl dd {
  font-size: 26px;
  line-height: 42px;
}

#faq .faq_wrap dl dd span {
  display: block;
  font-weight: bold;
  color: #b19846;
  padding-left: 50px;
}

#form .container {
  padding: 60px 0 82px;
  /*background: #f7f1ec;*/
  font-family: 'Noto Sans JP', sans-serif;
}

#form .container h2 {
  margin-bottom: 22px;
}

#form .container p.catch_txt01 {
  margin-bottom: 66px;
  font-size: 26px;
  line-height: 42px;
  color: #1a1a1a;
  text-align: center;
}

#form .container .form_wrap {
  background: url(../img/form_bg02.png) repeat-y center top/100%;
  position: relative;
  padding: 56px 8% 53px;
  margin-bottom: 70px;
}

#form .container .form_wrap:before {
  content: '';
  left: 50%;
  top: -28px;
  height: 28px;
  width: 100%;
  margin-left: -50%;
  background: url(../img/form_bg01.png) center top no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
}

#form .container .form_wrap:after {
  content: '';
  left: 50%;
  bottom: -38px;
  height: 38px;
  width: 100%;
  margin-left: -50%;
  background: url(../img/form_bg03.png) center top no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
}

#form .container .form_wrap #btn_reserve {
  width: 460px;
  height: 100px;
  margin: 63px auto 0;
  display: block;
  background: url(../img/form_btn01.png) no-repeat center top/100%;
  text-indent: -9999px;
}

#form .container .form_wrap dl:not(:last-child) {
  margin-bottom: 48px;
}

#form .container .form_wrap dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}

#form .container .form_wrap dt span {
  display: block;
}

#form .container .form_wrap dt span.txt {
  font-size: 30px;
  margin-left: 20px;
}

#form .container .form_wrap dt span.required {
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  width: 80px;
  background: #c1272d;
}

#form .container .form_wrap dt span.optional {
  height: 50px;
  line-height: 50px;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
  width: 120px;
  background: #4d4d4d;
}

#form .container .form_wrap dd.cal {
  position: relative;
}

#form .container .form_wrap dd.cal img {
  position: absolute;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  top: 50%;
  z-index: 1;
  right: 15px;
}

#form .container .form_wrap dd.address textarea {
  height: 160px;
  line-height: 36px;
}

#form .container .form_wrap dd ul {
  padding-top: 30px;
}

#form .container .form_wrap dd ul li {
  font-size: 18px;
  color: #1a1a1a;
}

#form .container .form_wrap input[type='text'],
#form .container .form_wrap select,
#form .container .form_wrap textarea {
  border: 2px solid #e9e9ee;
  border-radius: 6px;
  width: 100%;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  padding: 0 28px;
  color: #1a1a1a;
  outline: none;
}

#form .container .form_wrap select {
  cursor: pointer;
  text-overflow: ellipsis;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

#form .container .form_wrap select::-ms-expand {
  display: none;
}

#form .container .form_wrap .select_wrap {
  position: relative;
}

#form .container .form_wrap .select_wrap:before {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 0;
  height: 0;
  padding: 0;
  margin-top: -10px;
  content: '';
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 20px solid #dadae2;
  pointer-events: none;
}

#form .container .form_wrap textarea {
  border: 2px solid #e9e9ee;
  border-radius: 6px;
  width: 100%;
  height: 280px;
  font-size: 30px;
  line-height: 36px;
  padding: 26px 28px;
  color: #1a1a1a;
}

footer .container {
  /*background: #836448;*/
  color:#836448;
  padding: 22px 0;
}

footer p.footer_company, footer p.footer_copy {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  color: #836448;
}

footer p.footer_company a, footer p.footer_copy a {
  color: #836448;
}

footer #totop {
  position: absolute;
  right: 20px;
  top: -56px;
  width: 90px;
  height: 91px;
  z-index: 100;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  border-radius: 100%;
}

#fix {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 750px;
  margin-left: -375px;
  left: 50%;
  background: url(../img/fix_bg01.jpg) no-repeat center top/100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fix li:first-of-type {
  width: 64.27%;
}

#fix li:nth-of-type(2) {
  width: 35.73%;
}
/*# sourceMappingURL=style.css.map */

/**********************************/
#language_list {
	background-color: #aaa;
	position: absolute;
	right: calc((100% - 750px) / 2);
	width: 180px;
	z-index: 1000;
	text-align: center;
	display: none;
  }

#language_list .menu {
	margin: 10px;
	padding: 10px;
	background-color: #fff;
	display: block;
	color: #e46c0a;
	font-weight: bold;
}

#language_menu_close {
	margin: 10px;
	padding: 10px;
	background-color: #fff;
	text-align: right;
}

/**********************************/

#store_time_block {
  font-size: 20px;
  text-align: center;
  font-family: sans-serif;
}


/**********************************/

#en_content_8{
	padding:10px 100px 20px 50px;
}

#en_content_8 table{
  border: 2px solid #836448;
}

#en_content_8 td{
  border: 1px solid #836448;
}

#en_content_8 .tbl_1{
	margin:0px 0px 0px 0px;
	width:650px;
}

#en_content_8 .tbl_2{
	margin:10px 0px 0px 0px;
	width:650px;
}

#en_content_8 .td_left{
	width:180px;
	font-size:16px;
}

#en_content_8 .td_right{
	font-size:16px;
}

#en_content_8 .td_title{
	background:#ccbbb6;
	font-size:16px;
}

#en_content_8 .btn_block{
	padding:30px 0px 0px 0px;
	text-align:center;
}

#en_content_8 .btn_block .btn{
	padding:10px 20px 10px 20px;
	font-size:16px;
}

#en_content_8 .txt{
	width:450px;
	padding:5px 0px 5px 0px;
}

#en_content_8 .ta_1{
	width:450px;
	height:60px;
}

#en_content_8 .ta_2{
	width:450px;
	height:100px;
}

/**********************************/

.howtouse ul {
  display:grid;
  grid-template-columns: minmax(320px,1fr) repeat(auto-fill, minmax(320px,1fr));
  column-gap: 32px;
  row-gap: 24px;
}

.howtouse li{
  position: relative;
  height: 300px;
  color: #836448;
}

/**********************************/

.slider {
  line-height: 0;
  font-size: 0;
}

/**********************************/

/*faq*/
#faq{
  text-align: left;
  color: #606060;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  line-height: 1.75;
  /*font-size: 20px;*/
  padding-top: 20px;
}

.inner {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
.conts_heading-primary {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
}

.tglList-faq {
  margin: 24px 0 0;
}

ol, ul {
  list-style: none;
  padding: 0px;
}
.tglList_item {
  border: 1px solid #D8D8DB;
  border-radius: 8px;
}

.tglList_item + .tglList_item {
  margin-top: 24px;
}

.tglList_heading.is-active::after {
  display: none;
}
.tglList_heading::after {
  height: 14px;
  right: 25.5px;
  top: calc(50% - 7px);
  width: 2px;
}
.tglList_heading::before, .tglList_heading::after {
  background: #646464;
  content: "";
  display: inline-block;
  position: absolute;
}
.tglList_heading::before {
  height: 2px;
  right: 20px;
  top: calc(50% - 1px);
  width: 14px;
}

.tglList-faq .tglList_heading .tglList_inner {
  align-items: center;
}
.tglList-faq .tglList_inner {
  display: flex;
}

.tglList_icon-q {
  background: #645246;
}
.tglList_icon {
  border-radius: 50%;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.tglList_item .tglList_body-txt {
  padding-top: 2px;
}

.tglList-faq .tglList_heading-txt, .tglList-faq .tglList_body-txt {
  padding-left: 12px;
  width: calc(100% - 30px);
}

.tglList_icon-a {
  background: #EC0000;
}
.tglList_icon {
  border-radius: 50%;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.conts_txt {
  /*margin: 24px 0 0;
    margin-top: 24px;*/
}

.faq_wrap .tglList_body-txt .conts_txt:first-of-type {
  margin-top: 0;
}


.tglList_item .tglList_heading {
  padding: 16px 55px 16px 16px;
}
.tglList_heading {
  cursor: pointer;
  padding-right: 55px;
  position: relative;
}

.tglList_item .tglList_body {
  padding: 9px 16px 16px;
}
.tglList_body {
  display: none;
}


/**********************************/


#form td{
  padding: 5px;
}

/**********************************/

.TC{
  height: 200px; overflow: auto;
  border: 1px solid #ccc;
  font-family: 'Times New Roman', Times, serif;
}

.TC ul{
  margin-left: 30px;
}
.TC li{
  list-style-type: initial;
}
.TC .BU{
  font-weight: bold;
  text-decoration: underline;
}
.TC .RED{
  color: #f00;
}


#header_area{
  width: 750px;
  margin: 0 auto;
}

/**********************************/

.price ul {
  display:grid;
  grid-template-columns: minmax(320px,1fr) repeat(auto-fill, minmax(320px,1fr));
  column-gap: 32px;
  row-gap: 24px;

  position: relative;
  top: 100px;
  width: 600px;
  left: 40px;
}

.price li{
  position: relative;
  height: 100px;
  color: #836448;
  
}

.course_price_area{
  background-image: url(../../img/en/rn/pc/pc_price.png);
  width: 320px;
  height: 102px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.course_title{
  color: #fff;
  width: 250px;
  margin: 0 auto;
  height: 29px;
  top: 3px;
  position: relative;
}

.course_price{
  font-size: 30px;
  /*font-weight: bold;*/
  text-align: center;
}

.course_note{
  position: relative;
  width: 600px;
  margin: 0 auto;
  top: 120px;
  color: #836448;
  font-size: 16px;
}

.request_subtext{
  font-size: 12px;
  color: #836448;
}

/*--------------------------------------*/

.about_us_text{
  position: relative;
  top: 145px;
  left: 350px;
  width: 380px;
  color: #6a5845;
  font-size: 14px;
}

/*--------------------------------------*/

#thanks_page {
  margin: 0 auto;
  display: block;
  width: 750px;
  text-align: center;
}

.message {
  background-color: #eaeaea;
}