.icon-1 {
  background-image: url(../images/sprite.png);
  background-position: -30px 0px;
  width: 30px;
  height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-1 {
    background-image: url(../images/sprite-2x.png);
    background-size: 120px 90px;
  }
}
.icon-2 {
  background-image: url(../images/sprite.png);
  background-position: -60px 0px;
  width: 30px;
  height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-2 {
    background-image: url(../images/sprite-2x.png);
    background-size: 120px 90px;
  }
}
.icon-3 {
  background-image: url(../images/sprite.png);
  background-position: -60px -30px;
  width: 30px;
  height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-3 {
    background-image: url(../images/sprite-2x.png);
    background-size: 120px 90px;
  }
}
.icon-4 {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 30px;
  height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-4 {
    background-image: url(../images/sprite-2x.png);
    background-size: 120px 90px;
  }
}
.icon-5 {
  background-image: url(../images/sprite.png);
  background-position: -30px -60px;
  width: 30px;
  height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-5 {
    background-image: url(../images/sprite-2x.png);
    background-size: 120px 90px;
  }
}
.icon-6 {
  background-image: url(../images/sprite.png);
  background-position: -60px -60px;
  width: 30px;
  height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-6 {
    background-image: url(../images/sprite-2x.png);
    background-size: 120px 90px;
  }
}
.icon-7 {
  background-image: url(../images/sprite.png);
  background-position: -90px 0px;
  width: 30px;
  height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-7 {
    background-image: url(../images/sprite-2x.png);
    background-size: 120px 90px;
  }
}
.icon-8 {
  background-image: url(../images/sprite.png);
  background-position: -90px -30px;
  width: 30px;
  height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-8 {
    background-image: url(../images/sprite-2x.png);
    background-size: 120px 90px;
  }
}
.icon-9 {
  background-image: url(../images/sprite.png);
  background-position: -90px -60px;
  width: 30px;
  height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-9 {
    background-image: url(../images/sprite-2x.png);
    background-size: 120px 90px;
  }
}
.icon-10 {
  background-image: url(../images/sprite.png);
  background-position: 0px -60px;
  width: 30px;
  height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-10 {
    background-image: url(../images/sprite-2x.png);
    background-size: 120px 90px;
  }
}
.icon-11 {
  background-image: url(../images/sprite.png);
  background-position: 0px -30px;
  width: 30px;
  height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-11 {
    background-image: url(../images/sprite-2x.png);
    background-size: 120px 90px;
  }
}
.icon-12 {
  background-image: url(../images/sprite.png);
  background-position: -30px -30px;
  width: 30px;
  height: 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .icon-12 {
    background-image: url(../images/sprite-2x.png);
    background-size: 120px 90px;
  }
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html {
  height: 100%;
  min-height: 100%;
  position: relative;
  background-color: #000;
}
body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  font-family: "lucida grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  min-height: 100%;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
a,
button {
  color: #000000;
  outline: none;
  cursor: pointer;
}
a:hover,
button:hover {
  text-decoration: none;
  color: #FFFFFF;
}
img {
  vertical-align: top;
  outline: none;
  border: none;
}
a,
p {
  text-decoration: none;
  word-wrap: break-word;
}
button,
textarea {
  -webkit-appearance: none;
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
audio {
  width: 100%;
  height: 100%;
}
i {
  font-style: normal;
}
.content-footer {
  width: 100%;
  height: 120px;
  background-color: #cfaa4d;
}
.content-footer .content-footer__inner {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.content-footer .content-footer__inner img {
  position: absolute;
  top: 15px;
  left: 0;
}
.content-footer .content-footer__inner nav {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
.content-footer .content-footer__inner nav ul {
  display: inline-block;
}
.content-footer .content-footer__inner nav ul:before,
.content-footer .content-footer__inner nav ul:after {
  content: " ";
  display: table;
}
.content-footer .content-footer__inner nav ul:after {
  clear: both;
}
.content-footer .content-footer__inner nav ul li {
  float: left;
  text-align: center;
}
.content-footer .content-footer__inner nav ul li a {
  display: block;
  font-weight: 400;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 10px 0;
  font-size: 12px;
  color: #ecddb8;
  width: 120px;
}
.content-footer .content-footer__inner nav ul li a:hover {
  text-decoration: underline;
}
.content-footer .content-footer__inner p {
  margin-top: 15px;
  text-align: center;
}
.content-footer .content-footer__inner p small {
  color: #ecddb8;
  font-size: 11px;
  font-weight: 400;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.flexslidr {
  min-width: 980px;
  min-height: 490px;
}
.flexslidr ul:before,
.flexslidr ul:after {
  content: " ";
  display: table;
}
.flexslidr ul:after {
  clear: both;
}
.nav-top {
  min-width: 980px;
  width: 100%;
  text-align: center;
  background-color: #cfaa4d;
  padding: 5px 0;
}
.nav-top ul {
  display: inline-block;
}
.nav-top ul:before,
.nav-top ul:after {
  content: " ";
  display: table;
}
.nav-top ul:after {
  clear: both;
}
.nav-top ul li {
  float: left;
  text-align: center;
  border-left: 1px solid #FFFFFF;
}
.nav-top ul li:first-child {
  border: none;
}
.nav-top ul li a {
  background-color: #cfaa4d;
  display: block;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 10px 0;
  font-size: 12px;
  color: #FFFFFF;
  width: 120px;
}
.nav-top ul li a:hover {
  background-color: #bb9945;
}


.section__inner {
  min-width: 980px;
  width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.section-concept {
  width: 100%;
  background-color: #FFFFFF;
  padding: 70px 0;
}
.section-concept h1 {
  font-weight: normal;
  margin-bottom: 60px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #cfaa4d;
}
.section-concept .section1__block .area-txt {
  text-align: center;
}
.section-concept .section1__block .area-txt strong {
  font-weight: normal;
  margin-bottom: 60px;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 25px;
  color: #686868;
  margin-bottom: 30px;
  display: block;
}
.section-concept .section1__block .area-txt p {
  color: #686868;
}
.section-concept .section1__block:before,
.section-concept .section1__block:after {
  content: " ";
  display: table;
}
.section-concept .section1__block:after {
  clear: both;
}
.section-concept .section1__block .col-l {
  float: left;
}
.section-concept .section1__block .col-l h2,
.section-concept .section1__block .col-l p {
  font-weight: normal;
  color: #686868;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.section-concept .section1__block .col-l h2 {
  margin-bottom: 20px;
  font-size: 25px;
}
.section-concept .section1__block .col-l h2 span {
  margin: 0 5px;
  font-size: 15px;
}
.section-concept .section1__block .col-l p {
  font-size: 12px;
}
.section-concept .section1__block .col-r {
  float: right;
}
.section_schedule {
  width: 100%;
  background-color: #FFFFFF;
  padding: 80px 0;
}
.section_schedule h1 {
  font-weight: normal;
  margin-bottom: 30px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #cfaa4d;
}
.section_schedule .area-txt p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 7px;
  font-weight: normal;
  color: #686868;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.section_schedule iframe {
  margin: 0 auto;
}
.section-price {
  width: 100%;
  background-color: #ecddb8;
  padding: 120px 0;
}
.section-price h1 {
  font-weight: normal;
  margin-bottom: 60px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #cfaa4d;
}
.section-price .section2__block {
  text-align: center;
}
.section-price ul {
  margin: 0 10px;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.section-price ul li {
  margin-bottom: 20px;
}
.section-price ul p {
  color: #686868;
  font-size: 12px;
  margin-bottom: 10px;
}
.section-price ul .name {
  border-bottom: 1px solid #686868;
  padding-bottom: 10px;
  font-weight: bold;
  color: #686868;
  font-size: 14px;
  margin-bottom: 10px;
}
.section-reservations {
  width: 100%;
  background-color: #ecddb8;
  padding: 120px 0 100px;
}
.section-reservations h1 {
  font-weight: normal;
  margin-bottom: 30px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #cfaa4d;
}
.section-reservations .area-txt p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
  color: #686868;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.section-reservations .section__block {
  margin: 0 auto;
}
.section-reservations .section__block:before,
.section-reservations .section__block:after {
  content: " ";
  display: table;
}
.section-reservations .section__block:after {
  clear: both;
}
.section-reservations .section__block .col-l {
  float: left;
  margin-top: 10px;
  width: 50%;
}
.section-reservations .section__block .col-r {
  float: right;
  margin-top: 10px;
  width: 50%;
}
.section-reservations .section__block li {
  margin-bottom: 10px;
}
.section-reservations .section__block li:before,
.section-reservations .section__block li:after {
  content: " ";
  display: table;
}
.section-reservations .section__block li:after {
  clear: both;
}
.section-reservations .section__block p,
.section-reservations .section__block a {
  font-size: 14px;
  margin-top: 7px;
  float: left;
  font-weight: normal;
  color: #686868;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.section-reservations .section__block span {
  display: block;
  font-size: 14px;
  margin-top: 7px;
  font-weight: normal;
  color: #686868;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  clear: both;
}
.section-reservations .section__block a:hover {
  text-decoration: underline;
}
.section-reservations .section__block .area-link a {
  float: inherit;
}
.section-reservations .section__block i {
  float: left;
  margin-right: 15px;
}
.section-reservations .section__block .section__block-line .area-txt {
  float: left;
  width: 400px;
}
.section-reservations .section__block .section__block-line .area-txt a {
  display: block;
  float: none;
}
.section-reservations .section__block .section__block-line .area-txt .line-id {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-reservations .section__block .section__block-line .area-txt .line-txt {
  margin-top: 0;
  font-size: 12px;
  margin-bottom: 10px;
}
.section-reservations .section__block .section__block-line p {
  float: none;
  text-align: left;
  margin-bottom: 5px;
}
.section-reservations .section__block .section__block-line img {
  width: 90px;
  clear: both;
  display: block;
  margin-left: 40px;
}
.section-reservations .section__block .map_style {
  width: 470px;
  height: 350px;
}
.section-reservations .section__block .link_map {
  float: right;
  font-size: 12px;
}
.section-photos {
  width: 100%;
  background-color: #FFFFFF;
  padding: 120px 0;
}
.section-photos h1 {
  font-weight: normal;
  margin-bottom: 60px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #cfaa4d;
}
.section-photos .section3__block {
  text-align: center;
}
.section-photos .section3__block ul {
  display: inline-block;
}
.section-photos .section3__block ul:before,
.section-photos .section3__block ul:after {
  content: " ";
  display: table;
}
.section-photos .section3__block ul:after {
  clear: both;
}
.section-photos .section3__block li {
  margin: 0 30px;
  float: left;
}
.section-photos .section3__block a {
  display: block;
  background-color: #cfaa4d;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 99px;
  position: relative;
}
.section-photos .section3__block a i {
  margin: -15px 0 0 -15px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.section-photos .section3__block a:hover {
  opacity: .8;
}
.section-contents {
  width: 100%;
  background-color: #ecddb8;
  padding: 120px 0 60px;
}
.section-contents h1 {
  font-weight: normal;
  margin-bottom: 30px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #cfaa4d;
}
.section-contents .section4__block {
  margin-bottom: 60px;
}
.section-contents .section4__block .area-title {
  margin-bottom: 20px;
}
.section-contents .section4__block .area-title h2 {
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #686868;
  font-size: 24px;
  margin-bottom: 10px;
}
.section-contents .section4__block .area-title p {
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #686868;
}
.section-contents .section4__block ul:before,
.section-contents .section4__block ul:after {
  content: " ";
  display: table;
}
.section-contents .section4__block ul:after {
  clear: both;
}
.section-contents .section4__block li {
  float: left;
  width: 226px;
  box-sizing: border-box;
  margin-left: 10px;
}
.section-contents .section4__block li:first-child {
  margin-left: 0;
}
.section-contents .section4__block li a {
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 10px;
  width: 226px;
  height: 320px;
  position: relative;
  display: block;
}
.section-contents .section4__block li a:hover {
  opacity: .8;
}
.section-contents .section4__block li img {
  width: 205px;
  margin-bottom: 10px;
}
.section-contents .section4__block li h3 {
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #686868;
  margin-bottom: 5px;
}
.section-contents .section4__block li time {
  display: block;
  margin-bottom: 5px;
  color: #686868;
  font-size: 10px;
}
.section-contents .section4__block li p {
  color: #686868;
  font-size: 12px;
}
.section-contents .section4__block li span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #686868;
  display: block;
  font-size: 12px;
}
.section-contents .section4__block .col-l {
  float: left;
}
.section-contents .section4__block .col-l h2,
.section-contents .section4__block .col-l p {
  font-weight: normal;
  color: #686868;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.section-contents .section4__block .col-l h2 {
  margin-bottom: 20px;
  font-size: 25px;
}
.section-contents .section4__block .col-l h2 span {
  margin: 0 5px;
  font-size: 15px;
}
.section-contents .section4__block .col-l p {
  font-size: 12px;
}
.section-contents .section4__block .col-r {
  float: right;
}
.section5 {
  width: 100%;
  background-color: #FFFFFF;
  padding: 120px 0;
}
.section5 h1 {
  font-weight: normal;
  margin-bottom: 60px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #cfaa4d;
}
.section5 .section5__block:before,
.section5 .section5__block:after {
  content: " ";
  display: table;
}
.section5 .section5__block:after {
  clear: both;
}
.section5 .section5__block .col-l {
  float: left;
}
.section5 .section5__block .col-l h2,
.section5 .section5__block .col-l p {
  font-weight: normal;
  color: #686868;
  font-family: "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.section5 .section5__block .col-l h2 {
  margin-bottom: 20px;
  font-size: 25px;
}
.section5 .section5__block .col-l h2 span {
  margin: 0 5px;
  font-size: 15px;
}
.section5 .section5__block .col-l p {
  font-size: 12px;
}
.section5 .section5__block .col-r {
  float: right;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
The `retina-sprite` class sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

@icon-home-group: 'icon-home' @icon-home @icon-home-2x;

.icon-home {
  .retina-sprite(@icon-home-group);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
/*
The `.retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in LESS

.retina-sprites(@retina-groups);
*/
.w10 {
  width: 10px!important;
}
.w20 {
  width: 20px!important;
}
.w30 {
  width: 30px!important;
}
.w40 {
  width: 40px!important;
}
.w50 {
  width: 50px!important;
}
.w60 {
  width: 60px!important;
}
.w70 {
  width: 70px!important;
}
.w80 {
  width: 80px!important;
}
.w90 {
  width: 90px!important;
}
.w100 {
  width: 100px!important;
}
.w110 {
  width: 110px!important;
}
.w120 {
  width: 120px!important;
}
.w130 {
  width: 130px!important;
}
.w140 {
  width: 140px!important;
}
.w150 {
  width: 150px!important;
}
.w160 {
  width: 160px!important;
}
.w180 {
  width: 180px!important;
}
.w200 {
  width: 200px!important;
}
.w250 {
  width: 250px!important;
}
.w300 {
  width: 300px!important;
}
.w400 {
  width: 400px!important;
}
.w500 {
  width: 500px!important;
}
.w600 {
  width: 600px!important;
}
.w700 {
  width: 700px!important;
}
.w800 {
  width: 800px!important;
}
.w900 {
  width: 900px!important;
}
.w1000 {
  width: 1000px!important;
}
.w100p {
  width: 100%!important;
}
.ta_c {
  text-align: center!important;
}
.ta_l {
  text-align: left!important;
}
.ta_r {
  text-align: right!important;
}
.fs10 {
  font-size: 10px!important;
}
.fs12 {
  font-size: 12px!important;
}
.fs14 {
  font-size: 14px!important;
}
.fs16 {
  font-size: 16px!important;
}
.fs18 {
  font-size: 18px!important;
}
.fs20 {
  font-size: 20px!important;
}
.fl {
  float: left!important;
}
.fr {
  float: right!important;
}
.fl_n {
  float: none!important;
}
.m_top10 {
  margin-top: 10px!important;
}
.m_top20 {
  margin-top: 20px!important;
}
.m_top30 {
  margin-top: 30px!important;
}
.m_top40 {
  margin-top: 40px!important;
}
.m_top50 {
  margin-top: 50px!important;
}
.m_top60 {
  margin-top: 60px!important;
}
.m_right10 {
  margin-right: 10px!important;
}
.m_right20 {
  margin-right: 20px!important;
}
.m_right30 {
  margin-right: 30px!important;
}
.m_right40 {
  margin-right: 40px!important;
}
.m_right50 {
  margin-right: 50px!important;
}
.m_right60 {
  margin-right: 60px!important;
}
.m_bottom0 {
  margin-bottom: 0px!important;
}
.m_bottom10 {
  margin-bottom: 10px!important;
}
.m_bottom20 {
  margin-bottom: 20px!important;
}
.m_bottom30 {
  margin-bottom: 30px!important;
}
.m_bottom40 {
  margin-bottom: 40px!important;
}
.m_bottom50 {
  margin-bottom: 50px!important;
}
.m_bottom60 {
  margin-bottom: 60px!important;
}
.m_left10 {
  margin-left: 10px!important;
}
.m_left20 {
  margin-left: 20px!important;
}
.m_left30 {
  margin-left: 30px!important;
}
.m_left40 {
  margin-left: 40px!important;
}
.m_left45 {
  margin-left: 45px!important;
}
.m_left50 {
  margin-left: 50px!important;
}
.m_left60 {
  margin-left: 60px!important;
}
.block {
  display: block;
}



/*--------------------btn(開始)---------------------*/
.btn a {
  background-color: #cfaa4d;
  color: #ffffff;
  font-size: 20px;
  font-family: 'Bitter', serif;
  width: 185px;
  display: block;
  text-align: center;
  line-height: 35px;
  margin: 25px auto 0px auto;
  border-radius: 5px;
  border: 3px solid #cfaa4d;
}

.btn a:hover{
  text-decoration: none;
  background-color: #ffffff;
  color: #cfaa4d;
}


/*--------------------btn(終了)---------------------*/


/*----------------yoyaku(開始)----------------------*/

#yoyaku {
  background-color: #FFFFFF;
  
}
/*----------------yoyaku(終了)----------------------*/

/*-------------------NEW(開始)------------------*/
#new {
  background-color: #FFFFFF;
}
/*-------------------NEW(終了)------------------*/
jillShare

/*-------------------PRICE(開始)------------------*/
.price-txt {
  color: #686868;
  padding-top: 30px;
}
/*-------------------PRICE(終了)------------------*/