/* line 1, _base.sass */
* {
  margin: 0;
  padding: 0;
}

/* line 5, _base.sass */
body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  background-color: #fff;
}

/* line 10, _base.sass */
img {
  vertical-align: bottom;
}

/* line 13, _base.sass */
a {
  text-decoration: none;
  color: #c45e5e;
}

/* line 16, _base.sass */
a[tel] {
  text-decoration: underline;
}

/* line 19, _base.sass */
h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

/* line 23, _base.sass */
p {
  margin: 2px auto;
}

/* line 26, _base.sass */
label {
  cursor: pointer;
}

/* line 29, _base.sass */
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"] {
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  padding: 0 8px;
  line-height: 33px;
}

/* line 41, _base.sass */
input[type="checkbox"],
input[type="radio"] {
  margin-right: 4px;
}

/* line 46, _base.sass */
.customSelect {
  width: auto;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  line-height: 33px;
  padding: 0 15px;
  margin-right: 5px;
  background: url(../img/img_custom_select.png) right center no-repeat;
  background-size: 18px 33px;
}

/* line 58, _base.sass */
.customSelectInner {
  width: 100% !important;
}

/* line 61, _base.sass */
body.hasPrice {
  padding-bottom: 50px;
}

/* line 1, _btn.sass */
.btn, .btn-default, .btn-default-large, .btn-default-small, .btn-go, .btn-mag {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d9d9;
  color: #990000;
  cursor: pointer;
  display: block;
  font-weight: bold;
  text-align: center;
}

/* line 14, _btn.sass */
.btn-default {
  width: 118px;
  line-height: 38px;
  display: inline-block;
}

/* line 20, _btn.sass */
.btn-default-large {
  width: 148px;
  line-height: 38px;
  display: inline-block;
}

/* line 26, _btn.sass */
.btn-default-small {
  width: 98px;
  line-height: 38px;
  display: inline-block;
}

/* line 32, _btn.sass */
.btn-go {
  width: 290px;
  line-height: 48px;
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background-color: #990000;
  background: linear-gradient(to bottom, #edabae 0%, #b3494d 5%, #91080e 100%);
  border-color: #990000;
}

.btn-go2 {
  width: 290px;
  line-height: 48px;
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal;
  color: #1a4d80;
  background-color: #f5f5f5;
  
  border-color:#d9d9d9;
}


.btn-go-short
{
    font-size: 16px;

    display: block;

    max-width: 218px;
    padding-top: 10px;
    padding-bottom: 10px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    border-radius: 4px;
    background-color: #1a4d80;
    background: linear-gradient(to bottom, #6c8dad 0%, #477099 5%, #1a4d80 100%);
}

/* line 45, _btn.sass */
.btn-mag {
  line-height: 58px;
  background: linear-gradient(to bottom, #c5b590 0%, #b19c70 5%, #917436 100%);
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 15px;
  color: #fff;
  text-shadow: 2px 2px 1px #917335;
  border-color: #a9905d;
}

/* line 4, _header.sass */
.header {
  overflow: hidden;
  color: #999;
  background-color: #000;
  padding: 8px 12px;
}

/* line 11, _header.sass */
.header_logo {
  float: left;
}

/* line 15, _header.sass */
.header_title {
  float: right;
  font-size: 12px;
  line-height: 2;
}

/* line 1, _content.sass */
.content {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
}

/* line 5, _content.sass */
.content_headline {
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 8, _content.sass */
.content_body,
.content_body-strong,
.content_body-strong {
  font-weight: bold;
}

/* line 12, _content.sass */
.content_link {
  display: block;
  padding-left: 1em;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 20, _content.sass */
.decisionArea {
  margin: 30px auto;
  text-align: center;
}

/* line 24, _content.sass */
.caption,
.caption-aster {
  font-size: 10px;
  color: #666;
}

/* line 29, _content.sass */
.caption-aster {
  padding-left: 1em;
  text-indent: -1em;
}

/* line 1, _headline.sass */
.headline {
  border-top-style: solid;
  font-weight: bold;
}

/* line 5, _headline.sass */
.headline-main {
  font-family: "Hiragino Mincho Pro", serif;
  font-weight: bold;
  z-index: 1;
  position: relative;
  text-align: center;
  border-bottom: 3px solid #990000;

  font-size: 18px;
  line-height: 55px;
}
/* line 14, _headline.sass */
.headline-main:before {
  z-index: 10;
  position: absolute;
  display: block;
  border-bottom: 1px solid #917335;
  content: "";
  width: 100%;
  bottom: 2px;
}

/* line 23, _headline.sass */
.headline-large {
  font-weight: bold;
  border-top-style: solid;
  background-color: #fae1e1;
  color: #0a2233;
  border-color: #990000;
  border-top-width: 4px;
  font-size: 15px;
  padding: 9px 10px;
}

/* line 33, _headline.sass */
.headline-middle {
  position: relative;
  padding-left: 7.5px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 18px;
  font-weight: bold;
  background-color: #990000;
  color: #fff;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 14px;
  line-height: 30px;
}
/* line 45, _headline.sass */
.headline-middle:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin-bottom: -3px;
  border-bottom: solid 2px #bca474;
}

/* line 56, _headline.sass */
.headline-flow-main {
  z-index: 1;
  position: relative;
  padding: 15px 10px 10px 10px;
  border-bottom: 1px solid #bfbfbf;
}
/* line 61, _headline.sass */
.headline-flow-main:before {
  z-index: 10;
  position: absolute;
  display: block;
  border-bottom: 1px solid #bfbfbf;
  content: "";
  width: 100%;
  bottom: 2px;
  left: 0;
}

/* line 71, _headline.sass */
.headline-sub {
  margin-bottom: 5px;
  color: #999;
  font-size: 11px;
  line-height: 11px;
}

/* line 77, _headline.sass */
.headline-title {
  color: #0a2233;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}

/* line 83, _headline.sass */
.headline-flow-middle {
  font-weight: bold;
  border-top-style: solid;
  background-color: #f2f2f2;
  color: #000000;
  border-color: #d9d9d9;
  border-top-width: 1px;
  font-size: 12px;
  padding: 6px 10px;
}

/* line 1, _footer.sass */
.footer {
  color: #666;
  background-color: #fff;
  border-top: 4px double #bfbfbf;
  padding: 10px 0;
}

/* line 7, _footer.sass */
.footer_links {
  text-align: center;
}
/* line 9, _footer.sass */
.footer_links .footer_link {
  font-size: 10px;
  display: inline-block;
}

/* line 13, _footer.sass */
.footer_copy {
  text-align: center;
  font-size: 10px;
  margin-top: 10px;
}

/* line 1, _magForm.sass */
.form_parts_w30 {
  width: 30%;
}

/* line 4, _magForm.sass */
.form_parts_w45 {
  width: 45%;
}

/* line 7, _magForm.sass */
.form_parts_w75 {
  width: 75%;
}

/* line 7, _magForm.sass */
.form_parts_w80 {
  width: 80%;
}

/* line 10, _magForm.sass */
.form_parts_w100 {
  width: 100%;
}

/* line 14, _magForm.sass */
.birthday_form label {
  width: 25%;
  overflow: hidden;
}

/* line 18, _magForm.sass */
.userForm_reminder {
  width: 100%;
}
/* line 20, _magForm.sass */
.userForm_reminder span {
  display: inline-block;
  margin-right: 20px;
}

/* line 25, _magForm.sass */
.userForm_directMail .userForm_directMail_selector {
  display: inline-block;
  width: 45%;
}

/* line 29, _magForm.sass */
#addressState {
  min-width: 160px;
  height: 35px !important;
}

/* line 35, _magForm.sass */
.userForm_magazine .userForm_magazine_selector {
  display: block;
  margin-bottom: 5px;
}

/* line 34, _magForm.sass */
.privacyPolicy_link {
  display: block;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 1em;
  background-image: url(../img/ic/arrow_right.png);
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: auto 10px;
}

/* line 45, _magForm.sass */
.privacyAgree {
  display: block;
  margin-top: 15px;
  text-align: center;
  font-weight: bold;
}

/* line 51, _magForm.sass */
.submitArea {
  margin: 15px auto;
  padding: 20px 15px;
  text-align: center;
  border-top: 1px solid #fc0;
  border-bottom: 1px solid #fc0;
  background-color: #fffced;
}

/* line 60, _magForm.sass */
.form_confirm_list {
  margin: 0;
}
/* line 62, _magForm.sass */
.form_confirm_list dt {
  font-size: 10px;
  line-height: 150%;
  color: #999999;
  padding: 0 0 5px 0;
}
/* line 67, _magForm.sass */
.form_confirm_list dd {
  margin-left: 0;
  line-height: 150%;
  color: #000000;
  padding: 0 0 10px 0;
}

/* line 1, _magTop.sass */
.mag_intro {
  margin: 15px 0;
  padding: 15px;
  background: #fffbea;
  border: solid 1px #d4c3a0;
  color: #826321;
}

/* line 8, _magTop.sass */
.mag_example {
  background: #e6e6e6;
  margin-bottom: 20px;
}

/* line 12, _magTop.sass */
.mag_example_header {
  background: #000;
  padding: 15px 0;
  margin-bottom: 15px;
  text-align: center;
  color: #bca474;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 16px;
  font-weight: bold;
}
/* line 21, _magTop.sass */
.mag_example_header span {
  font-size: 13px;
}

/* line 24, _magTop.sass */
.mag_example_text {
  padding: 15px 20px 10px 20px;
  letter-spacing: -0.04em;
}

/* line 28, _magTop.sass */
.mag_example_img {
  text-align: center;
}
/* line 30, _magTop.sass */
.mag_example_img img {
  width: 210px;
}

/* line 33, _magTop.sass */
.mag_example_link {
  display: block;
  margin-bottom: 10px;
  padding-left: 1em;
  background: url(../img/ic/arrow_right2.png) left center no-repeat;
  background-size: auto 10px;
}

/* line 40, _magTop.sass */
.magazine_cancel_btn_area {
  text-align: center;
  margin-bottom: 30px;
}

/* line 44, _magTop.sass */
.mailMagazine_cancel {
  width: 100%;
}

/* line 1, _gheader.sass */
.gheader {
  padding-left: 12px;
  background: #000;
}
/* line 4, _gheader.sass */
.gheader:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

/* line 13, _gheader.sass */
.gheader .header_logo {
  float: left;
  margin-top: 8px;
}

/* line 17, _gheader.sass */
.gheader .header_navi {
  float: right;
  margin: 0;
  padding: 0;
}

/* line 23, _gheader.sass */
.header_navi_schedule, .header_navi_mypage, .header_navi_open {
  float: left;
  list-style: none;
}
/* line 26, _gheader.sass */
.header_navi_schedule img, .header_navi_mypage img, .header_navi_open img {
  height: 50px;
}

/* line 35, _gheader.sass */
.header_menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 43;
}

/* line 43, _gheader.sass */
.header_menu_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 431;
  background-color: transparent;
}

/* line 52, _gheader.sass */
.header_menu_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  z-index: 434;
  background: #bca474;
}

/* line 61, _gheader.sass */
.header_menu_close img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 68, _gheader.sass */
.header_menu_main {
  position: relative;
  top: 50px;
  left: 0;
  background-color: #000;
  z-index: 432;
  padding-bottom: 25px;
  border-top: solid 1px #bca474;
}

/* line 78, _gheader.sass */
.header_menu_main_list, .header_menu_sub_list {
  background-color: #ffffff;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 84, _gheader.sass */
.header_menu_main_list, .header_menu_sub_list {
  background-color: #000;
}

/* line 88, _gheader.sass */
.header_menu_main_list li a, .header_menu_sub_list li a {
  display: block;
  padding: 0 15px;
  border-bottom: solid 1px #333;
  position: relative;
}

/* line 94, _gheader.sass */
.header_menu_main_list_label, .header_menu_main_list_pc {
  font-family: "Times New Roman", serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #fff;
  line-height: 39px;
}

/* line 102, _gheader.sass */
.header_menu_main_list_pc {
  font-size: 12px;
}

/* line 106, _gheader.sass */
.header_menu_main_list_icon {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  height: 39px;
  width: 5px;
  text-indent: -9999px;
  background: url(../img/header/ic_arrow_right.png) right center no-repeat;
  background-size: 5px 9px;
}

/* line 117, _gheader.sass */
.header_menu_main_list li:last-child, .header_menu_sub_list li:last-child {
  border-bottom: none;
}

/* line 120, _gheader.sass */
.header_menu_sub_list {
  padding-left: 30px;
  border-bottom: none;
}

/* line 125, _gheader.sass */
.header_menu {
  display: none;
}

/* line 128, _gheader.sass */
.signup_bts {
  padding: 20px 15px;
}
/* line 130, _gheader.sass */
.signup_bts li {
  margin-top: 10px;
}
/* line 132, _gheader.sass */
.signup_bts li:first-child {
  margin-top: 0;
}
/* line 134, _gheader.sass */
.signup_bts li a {
  font-size: 13px;
}

/* line 137, _gheader.sass */
.bt_free-member {
  display: block;
  padding: 12px 0;
  border-radius: 4px;
  border: 1px solid #4e4e4e;
  background: linear-gradient(to bottom, #757575 0%, #606060 5%, #4e4e4e 100%);
  color: #ffffff !important;
  font-family: "Hiragino Mincho Pro", serif;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px #1b1b1b;
}

/* line 149, _gheader.sass */
.bt_jam-member {
  display: block;
  padding: 12px 0;
  border-radius: 4px;
  border: 1px solid #a9905d;
  background: linear-gradient(to bottom, #c5b590 0%, #b19c70 5%, #917436 100%);
  color: #ffffff !important;
  font-family: "Hiragino Mincho Pro", serif;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 1px #917335;
}

/* line 1, _gfooter.sass */
.gfooter {
  border-top: solid 2px #bca474;
  background: #000;
}

/* line 5, _gfooter.sass */
.footer_menu {
  display: table;
  width: 100%;
  margin-top: 1px;
  border-top: solid 1px #bca474;
}

/* line 11, _gfooter.sass */
.footer_menu_row {
  display: table-row;
}

/* line 14, _gfooter.sass */
.footer_menu_cell {
  display: table-cell;
  width: 50%;
}
/* line 17, _gfooter.sass */
.footer_menu_cell a {
  display: block;
  height: 39px;
  border-bottom: 1px solid #333333;
  padding-left: 25px;
  background: url(../img/footer/ic_arrow_right.png) 15px center no-repeat;
  background-size: 5px 9px;
  font-family: "Hiragino Mincho Pro", serif;
  font-size: 15px;
  line-height: 39px;
  color: #fff;
}

/* line 29, _gfooter.sass */
.footer_menu_cell_middle {
  font-size: 12px;
}

/* line 32, _gfooter.sass */
.footer_menu_cell_small {
  font-size: 10px;
}

/* line 35, _gfooter.sass */
.footer_link_area {
  margin-top: 25px;
}

/* line 38, _gfooter.sass */
.footer_link {
  text-align: center;
  margin: 0 0 20px 0;
  line-height: 10px;
}
/* line 42, _gfooter.sass */
.footer_link a {
  font-size: 10px;
  color: #ccc;
}
/* line 45, _gfooter.sass */
.footer_link span {
  font-size: 10px;
  color: #666;
  padding: 0 0.5em;
}

/* line 50, _gfooter.sass */
.footer_social_area {
  margin-top: 25px;
  line-height: 25.5px;
  text-align: center;
}
/* line 54, _gfooter.sass */
.footer_social_area img {
  width: 25px;
}

/* line 57, _gfooter.sass */
.footer_text_follow {
  display: inline-block;
  width: 45px;
  margin-right: 10px;
  text-indent: -9999px;
  background: url(../img/footer/text_follow.png) left center no-repeat;
  background-size: contain;
}

/* line 65, _gfooter.sass */
.footer_text_rss {
  display: inline-block;
  width: 21.5px;
  margin-right: 10px;
  text-indent: -9999px;
  background: url(../img/footer/text_rss.png) left center no-repeat;
  background-size: contain;
}

/* line 73, _gfooter.sass */
.footer_social_twitter {
  padding-right: 10px;
}

/* line 76, _gfooter.sass */
.footer_social_facebook {
  padding-right: 20px;
}

/* line 79, _gfooter.sass */
.gfooter .footer_copy {
  margin-top: 0;
  padding: 25px 0;
  color: #999;
}

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

/* line 1, /Volumes/data/hosts/318-001-bnt_sp/src/reserve/assets/css/notify */

.notify,
.notify-success,
.notify-warning,
.notify-error
{
    margin-top: 20px;
    padding: 15px;
}

/* line 6, /Volumes/data/hosts/318-001-bnt_sp/src/reserve/assets/css/notify */

.notify_body
{
    padding-left: 28px;
}

.notify_nolist_body
{
    padding-left: 28px;
    list-style:none;
}

/* line 8, /Volumes/data/hosts/318-001-bnt_sp/src/reserve/assets/css/notify */

.notify_link
{
    display: block;

    padding-left: 40px;

    background-image: url(../img/ic/arrow_right.png);
    background-repeat: no-repeat;
    background-position: 30px 5px;
    background-size: auto 10px;
}

/* line 13, /Volumes/data/hosts/318-001-bnt_sp/src/reserve/assets/css/notify */

.notify-success
{
    background-color: #dbfcc3;
}

/* line 16, /Volumes/data/hosts/318-001-bnt_sp/src/reserve/assets/css/notify */

.notify-success .notify_body
{
    background-image: url(../img/ic/success.png);
    background-repeat: no-repeat;
    background-position: 0 -2px;
    background-size: auto 20px;
}

/* line 18, /Volumes/data/hosts/318-001-bnt_sp/src/reserve/assets/css/notify */

.notify-warning
{
    background-color: #fff5b5;
}

/* line 21, /Volumes/data/hosts/318-001-bnt_sp/src/reserve/assets/css/notify */

.notify-warning .notify_body
{
    background-image: url(../img/ic/warning.png);
    background-repeat: no-repeat;
    background-position: 0 -2px;
    background-size: auto 20px;
}

/* line 23, /Volumes/data/hosts/318-001-bnt_sp/src/reserve/assets/css/notify */

.notify-error
{
    background-color: #fcdcdc;
}

/* line 26, /Volumes/data/hosts/318-001-bnt_sp/src/reserve/assets/css/notify */

.notify-error .notify_body
{
    background-image: url(../img/ic/error.png);
    background-repeat: no-repeat;
    background-position: 0 -2px;
    background-size: auto 20px;
}

.notify-error .notify_nolist_body
{
    background-image: url(../img/ic/error.png);
    background-repeat: no-repeat;
    background-position: 0 -2px;
    background-size: auto 20px;
}

/********** ��ɬ�ܡײ��� **********/
.require
{
    padding: 6px 20px;
    margin-left: 15px;
    
    background-image:url(/assets/img/form/require_icon.gif);
    background-position:3px 6px;
    background-repeat:no-repeat;
}