@charset "UTF-8";
/*
OZ RESET CSS
Author: ONZE
Author URI: http://on-ze.com
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-style: normal;
  font-weight: lighter;
  list-style: none;
  text-decoration: none;
}

html {
  font-size: 87.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 14px;
  font-size: 1.0rem;
  line-height: 1.6;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-align: left;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* No files to import found in ./vendors/* */
.nav--external a {
  text-align: center;
  font-size: 0.85714em;
  font-size: 0.85714rem;
  position: relative;
}
.nav--external a span:before {
  background-image: url(../img/ico_external.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  content: '';
}

.nav--link {
  width: 223px;
  height: 28px;
  text-align: center;
  border: 2px solid #000;
}
.nav--link a {
  display: table;
  width: 100%;
  height: 28px;
  color: #000;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav--link a:hover {
  background-color: #fcff00;
}
.nav--link span {
  width: 100%;
  margin-top: -0.6em;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
}

/****************************************************
 * Parts / Override
 */
body {
  font-size: 87.5%;
  font-size: small;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.75;
  word-wrap: break-word;
  outline: none;
  color: #3e3a39;
}

html > body {
  font-size: 14px;
}

img {
  line-height: 1;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

.inner {
  width: 990px;
  margin: 0 auto;
}

.ftr {
  background-color: #FFF;
  min-width: 1100px;
  padding: 25px 0;
  overflow: hidden;
}

.container {
  background: url(../img/bg_material.png) repeat 0 0;
  min-width: 1122px;
  overflow: hidden;
}

.hdr {
  padding-top: 166px;
  position: relative;
}

.visual {
  width: 1120px;
  height: 698px;
  margin: 0 auto;
  position: relative;
}
.visual__inner {
  width: 3360px;
  margin-left: -1680px;
  position: absolute;
  top: 0;
  left: 50%;
}
.visual li {
  width: 1120px;
  overflow: hidden;
}

.hdr__title {
  margin-left: -464px;
  position: absolute;
  top: 20px;
  left: 50%;
}

.lead {
  margin-bottom: 34px;
  position: relative;
}
.lead:before {
  background: url(../img/img_flower-01.png) no-repeat 0 0;
  display: block;
  width: 126px;
  height: 124px;
  position: absolute;
  top: 29px;
  left: -62px;
  content: '';
}
.lead .message {
  padding-top: 97px;
  margin: 0 430px 12px 40px;
  text-align: center;
}
.lead .message p {
  font-size: 1.42857em;
  font-size: 1.42857rem;
  color: #d94467;
}
.lead .illust {
  position: absolute;
  top: -85px;
  right: -25px;
}
.lead .lead-container .photo {
  float: left;
  padding-top: 54px;
  margin-left: -66px;
}
.lead .lead-container .text {
  margin: 0 0 0 388px;
}
.lead .lead-container .text .title {
  margin-bottom: 16px;
}
.lead .lead-container .text p {
  margin-bottom: 18px;
  font-size: 1.42857em;
  font-size: 1.42857rem;
  line-height: 1.5;
}

.coupon {
  position: relative;
}
.coupon:before {
  background: url(../img/img_flower-03.png) no-repeat 0 0;
  display: block;
  width: 92px;
  height: 176px;
  position: absolute;
  top: 166px;
  right: -34px;
  content: '';
}
.coupon .title {
  margin-bottom: 30px;
}
.coupon__lead {
  margin-bottom: 24px;
}
.coupon__lead:after {
  display: block;
  clear: both;
  content: '';
}
.coupon .message {
  float: left;
  width: 370px;
}
.coupon .message p {
  margin-bottom: 18px;
  font-size: 1.42857em;
  font-size: 1.42857rem;
  line-height: 1.5;
}
.coupon .message .illust {
  background: url(../img/img_flower-02.png) no-repeat 100% 1px;
  margin-left: -15px;
}
.coupon .hotel {
  margin: 0 0 56px 430px;
}
.coupon .hotel dl {
  padding-top: 6px;
  margin-bottom: 30px;
}
.coupon .hotel dt {
  margin-bottom: 16px;
  font-size: 1.28571em;
  font-size: 1.28571rem;
  font-weight: bold;
  color: #b28247;
  line-height: 1;
}
.coupon .hotel ul {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.coupon .hotel ul .hotel__list {
  float: left;
  color: #231815;
  line-height: 1.357142857;
}
.coupon .hotel ul .hotel__list--01 {
  width: 310px;
}
.coupon .hotel ul .hotel__list--02 {
  width: 240px;
}
.coupon .hotel .note {
  float: left;
  padding-top: 7px;
}
.coupon .hotel .data {
  float: left;
  padding: 7px 0 7px 18px;
  margin-left: 22px;
  border-left: 1px solid #000;
}
.coupon .hotel .data p {
  line-height: 1.357142857;
}
.coupon .ohasama .photo {
  float: right;
  padding-top: 7px;
  margin-right: -66px;
  position: relative;
}
.coupon .ohasama .photo .illust {
  position: absolute;
  bottom: -251px;
  right: 46px;
}
.coupon .ohasama .text {
  margin-right: 393px;
}
.coupon .ohasama .text .title {
  margin-bottom: 17px;
}
.coupon .ohasama .text p {
  margin-bottom: 27px;
  font-size: 1.42857em;
  font-size: 1.42857rem;
  line-height: 1.5;
}
.coupon .ohasama .text .term {
  margin-bottom: 32px;
}
.coupon .ohasama .text .tel {
  margin-bottom: 24px;
  line-height: 1;
}
.coupon .ohasama .text .tel dt {
  float: left;
}
.coupon .ohasama .text .tel dd {
  margin-left: 190px;
}
.coupon .ohasama .text .link {
  line-height: 1;
}
.coupon .ohasama .text .link li {
  margin-bottom: 24px;
}
.coupon .ohasama .text a {
  color: #d94467;
}

.event {
  padding-top: 20px;
  margin-bottom: 54px;
}
.event .title {
  margin-bottom: 25px;
}
.event .event-container {
  padding-top: 15px;
  overflow: hidden;
}
.event .event-container .event__list--01 {
  float: left;
  width: 492px;
}
.event .event-container .event__list--01 .text {
  width: 250px;
}
.event .event-container .event__list--01 dt {
  margin: -10px 0 26px;
}
.event .event-container .event__list--02 {
  float: right;
  width: 454px;
}
.event .event-container .event__list--02 .text {
  width: 208px;
}
.event .event-container .event__list--02 dt {
  margin: -15px 0 12px;
}
.event .event-container .text {
  float: left;
}
.event .event-container .text dt {
  font-size: 1.78571em;
  font-size: 1.78571rem;
}
.event .event-container .text dt span {
  display: block;
  font-size: 0.8em;
  font-size: 1.42857rem;
  line-height: 1;
}
.event .event-container .text dd {
  font-size: 1.42857em;
  font-size: 1.42857rem;
  line-height: 1.5;
}
.event .event-container .photo {
  float: right;
}

.charm {
  margin-bottom: 48px;
  position: relative;
}
.charm:before {
  background: url(../img/img_flower-04.png) no-repeat 0 0;
  display: block;
  width: 105px;
  height: 196px;
  position: absolute;
  top: -36px;
  right: -52px;
  content: '';
}
.charm .title {
  margin-bottom: 27px;
  text-align: center;
}
.charm > p {
  margin-bottom: 11px;
  text-align: center;
  font-size: 1.42857em;
  font-size: 1.42857rem;
  line-height: 1.5;
}
.charm .illust {
  margin: 0 0 20px -29px;
}
.charm .charm-container {
  overflow: hidden;
}
.charm .charm__list {
  overflow: hidden;
}
.charm .charm__list dt {
  float: left;
  padding-top: 3px;
}
.charm .charm__list dd {
  font-size: 1.07143em;
  font-size: 1.07143rem;
  line-height: 1.333333333;
}
.charm .charm__list--01 {
  float: left;
  width: 450px;
}
.charm .charm__list--01 dd {
  margin-left: 117px;
}
.charm .charm__list--02 {
  float: right;
  width: 500px;
}
.charm .charm__list--02 dd {
  margin-left: 146px;
}

.get-coupon {
  margin-bottom: 27px;
  text-align: center;
}
.get-coupon a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.get-coupon a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  zoom: 1;
}

.note-coupon {
  padding: 0 30px;
  margin-bottom: 27px;
  font-size: 0.92857em;
  font-size: 0.92857rem;
  line-height: 1.461538462;
  color: #3e3a39;
}
