@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
#contentArea {
  background: white;
  width: 1000px;
  margin: 0 auto;
}

#contentArea #contentAreaInner {
  padding: 0;
  margin: 0;
  width: 735px;
  float: left;
}

#contentArea #contentRight {
  width: 235px;
  float: right;
  padding: 0;
  margin: 0;
}

/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/*
**  ===================================================================
**  Blocks
**  ===================================================================
*/
/*
**  ===================================================================
**  button CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.button__shop {
  margin-bottom: 20px;
}

.button__hover {
  margin: 0 auto;
  background: #ffffff;
}

.button__hover:hover img {
  opacity: .75;
  -ms-filter: "alpha(opacity=70)";
}

/*
**  ===================================================================
**  media CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  panel CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  JavaScript CSS 「js-」
**  ===================================================================
*/
/*
**  ===================================================================
**  utility CSS ※prefix「u-」
**  ===================================================================
*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-pl100 {
  padding-left: 100px;
}

/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
#dqxArea {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 13px;
  color: #000;
  font-family: 'Noto Sans Japanese';
}

#dqxArea h2 {
  padding: 0;
  margin: 0;
}

#dqxArea img {
  vertical-align: top;
}

.l-contents {
  color: #000000;
}

.contents-body__bg01 {
  background: url(../img/contents_bg01.png) repeat-y center top;
  padding: 30px 25px 25px;
}

.contents-body__line {
  background: url(../img/contents_line01.png) no-repeat center top;
  padding-top: 10px;
}

.contents-body__inner {
  background: url(../img/contents_bg02.png) repeat-y center top;
  padding: 25px;
}

.contents-body--typeA {
  margin-bottom: 60px;
}

.contents-body--typeB {
  margin-bottom: 30px;
}

.contents-body__text {
  font-size: 15px;
  text-align: left;
}

.contents-body__horizontal {
  margin: 20px 0;
  text-align: left;
}

.contents-body__horizontal li {
  display: inline-block;
  margin-right: 1em;
}

.contents-body__horizontal li a {
  color: #e60012;
  text-decoration: underline;
}

.contents-inner__head {
  background: url(../img/inner_head01.png) no-repeat center top;
  padding-top: 30px;
}

.contents-inner__head02 {
  background: url(../img/inner_head02.png) no-repeat center top;
  padding-top: 24px;
}

.contents-inner__head03 {
  background: url(../img/inner_head03.png) no-repeat center top;
  padding-top: 30px;
}

.contents-inner__body {
  background: url(../img/inner_body01.png) repeat-y center top;
  padding: 0 25px;
}

.contents-inner__body02 {
  background: url(../img/inner_body02.png) repeat-y center top;
  padding: 0 25px;
}

.contents-inner__foot {
  background: url(../img/inner_foot01.png) no-repeat center bottom;
  padding-bottom: 30px;
}

.contents-inner__foot02 {
  background: url(../img/inner_foot02.png) no-repeat center bottom;
  padding-bottom: 24px;
}

.contents-img {
  margin-bottom: 30px;
}

.contents-img--typeA {
  margin-bottom: 0;
  padding: 57px 0;
}

.contents-img--typeB {
  margin: 0 0 30px 60px;
}

.contents-img--typeC {
  margin: 30px 0 40px;
}

.contents-product {
  overflow: hidden;
  text-align: center;
}

.contents-product__item {
  float: left;
  margin-right: 30px;
}

.contents-product__item:last-child {
  margin-right: 0;
}

.contents-product__image {
  margin-bottom: 20px;
}

.contents-product__text {
  text-align: center;
  color: #462d1e;
  font-size: 14px;
  font-weight: bold;
}

.contents-price {
  margin-bottom: 30px;
}

.contents-note {
  color: #000000;
  text-align: left;
  font-size: 12px;
}

.contents-note--typeA {
  margin-top: 35px;
}

.contents-note--typeB {
  margin: 20px 0 30px;
}

.contents-note--typeC {
  color: #ffffff;
}

.contents-note--typeD {
  margin-bottom: 35px;
}

.contents-note__horizontal {
  margin: 20px 0;
  text-align: left;
}

.contents-note__horizontal--typeA {
  margin: 0;
  line-height: 1.7;
}

.contents-note__horizontal li a {
  color: #d33c54;
  text-decoration: underline;
}

.contents-list--typeA {
  text-indent: -1em;
  padding-left: 1em;
}

.contents-list--typeB {
  padding-left: 1em;
}

.contents-app {
  margin-bottom: 36px;
}

.contents-app__title {
  text-align: left;
  font-size: 14px;
}

.contents-app__text {
  text-align: left;
  color: #000000;
  font-size: 12px;
  margin-bottom: 15px;
}

.contents-step {
  overflow: hidden;
  margin-bottom: 18px;
}

.contents-step:last-child {
  margin-bottom: 0;
}

.contents-step__item {
  position: relative;
  float: left;
  margin-right: 17px;
}

.contents-step__item:last-child {
  margin-right: 0;
}

.contents-step__btn {
  position: absolute;
  top: 85px;
  left: 0;
  right: 0;
}

.contents-item {
  margin-bottom: 25px;
}

.contents-item__btn {
  margin-bottom: 25px;
}

.contents-rt__btn {
  padding-bottom: 15px;
}

.inner_block {
  margin-bottom: 20px;
}

.inner_block:last-child {
  margin-bottom: 0;
}

.section__date {
  position: relative;
}

.section__date--typeA {
  margin-bottom: 25px;
}

.section__date--typeB {
  margin-bottom: 40px;
}

.section__date--typeC {
  margin-bottom: 30px;
}

.section__date--typeD {
  margin-top: 30px;
}

.section__date--typeE {
  margin-bottom: 55px;
}

.caution-text {
  font-size: 16px;
  color: #ff0000;
  margin: 15px 0 30px;
}

.reservation__btn {
  position: absolute;
  bottom: 15px;
  right: 45px;
}

.text-color__red {
  color: #ff0000;
}

/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.ly-header {
  position: relative;
}

.ly-header__notice {
  position: absolute;
  top: 0;
  left: 0;
}

.mainvisual {
  background: url(../img/mainvisual.png) no-repeat center top;
  width: 735px;
  height: 910px;
  position: relative;
}

.mainvisual__gif {
  position: absolute;
  bottom: 50px;
  right: 149px;
}

/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.l-copy {
  color: #000000;
  font-size: 10px;
  text-align: center;
  margin-bottom: 40px;
}

.l-bnr__list {
  margin-bottom: 40px;
}

.l-bnr__list__item {
  margin-bottom: 20px;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.l-nav {
  background: url(../img/contents_bg03.png) repeat-y top center;
  padding: 21px;
}

.l-nav ul {
  overflow: hidden;
  margin-bottom: 7px;
}

.l-nav ul:last-child {
  margin-bottom: 0;
}

.l-nav ul li {
  float: left;
  vertical-align: bottom;
  margin-right: 17px;
}

.l-nav ul li:last-child {
  margin-right: 0;
}
