@charset "UTF-8";
/* media query */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Marcellus);
@font-face {
  font-family: "MyWebFont";
  src: url("../font/Hannari.woff") format("woff");
}
/* Reset Style */
/* =======================================

	Browser Reset CSS
	Last Up Date 09/09/28

========================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

body {
  background: #FFF;
  color: #634100;
  -webkit-text-size-adjust: none;
  letter-spacing: 1px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}

* html body {
  font-size: small;
}

*:first-child + html body {
  font-size: small;
}

#wrapper {
  overflow: hidden;
}

img {
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #4d4d4d;
}

ul, dl, ol {
  text-indent: 0;
}

ul li {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.wrapper {
  position: relative;
}

.pconly {
  display: block;
}
@media all and (max-width: 668px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 668px) {
  .sponly {
    display: block;
  }
}

.w1100 {
  max-width: 1100px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

img {
  max-width: 100%;
}

#contents {
  margin: 50px 0 0 0;
}
@media all and (max-width: 668px) {
  #contents {
    font-size: 90% !important;
  }
}

h3.side_b {
  font-size: 160%;
  font-family: "MyWebFont";
  letter-spacing: 0px;
  margin: 0 0 30px 0;
  font-weight: bold;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
@media all and (max-width: 668px) {
  h3.side_b {
    font-size: 130%;
    padding: 0 40px;
  }
}
h3.side_b:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
@media all and (max-width: 668px) {
  h3.side_b:before {
    width: 30px;
  }
}
h3.side_b:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
@media all and (max-width: 668px) {
  h3.side_b:after {
    width: 30px;
  }
}

header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 10;
}
header .area_nav {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
header .area_nav .block_logo {
  display: flex;
  align-items: center;
}
header .area_nav .block_logo img {
  padding: 0 10px;
  max-width: 250px;
}
header .block_btn {
  position: fixed;
  top: 70px;
  right: 20px;
}
@media all and (max-width: 668px) {
  header .block_btn {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
header .block_btn p {
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 1;
}
@media all and (max-width: 668px) {
  header .block_btn p {
    top: -10px;
    right: 5px;
  }
}
header .block_btn p img {
  width: 40px;
}
header .block_btn a {
  display: block;
  width: 220px;
  padding: 10px 10px 15px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-family: "MyWebFont";
  letter-spacing: 0px;
  background: #F98C8C;
  letter-spacing: -1px;
  box-shadow: 0 0 15px rgba(249, 140, 140, 0.8);
  font-size: 14px;
  border: 2px solid #fff;
}
@media all and (max-width: 668px) {
  header .block_btn a {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 5px 5px 12px 5px;
  }
}
header .block_btn a span {
  font-size: 130%;
  background: linear-gradient(transparent 80%, #FCB3A3 80%);
  padding: 0 0 3px 0;
  line-height: 1em;
}
header .menu {
  display: block;
  height: 100%;
}
header .menu .menu-trigger {
  display: inline-block;
  width: 36px;
  height: 25px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 12px;
  right: 10px;
  z-index: 102;
}
header .menu .menu-trigger.active span {
  background-color: #fff;
}
header .menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}
header .menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
header .menu .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #703110;
  transition: all 0.5s;
}
header .menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .menu .menu-trigger span:nth-of-type(2) {
  top: 11px;
}
header .menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
header .menu nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color: rgba(252, 179, 163, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  transform: translate(250px);
  transition: all 0.5s;
}
header .menu nav.open {
  transform: translateZ(0);
}
header .menu nav ul li {
  color: #fff;
  text-align: center;
}
header .menu nav ul li a {
  color: #fff;
  padding: 10px 0;
  display: block;
}
header .menu nav ul li label {
  display: block;
  padding: 10px 0;
}
header .menu nav ul li label:after {
  content: " ▼";
}
header .menu nav ul li ul {
  transition: all 0.5s;
  list-style: none;
}
header .menu nav ul li ul li {
  padding: 0;
  margin: 0 10px 3px 10px;
}
header .menu nav ul li ul li a {
  display: block;
  padding: 5px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
}
header .menu nav ul li input[type=checkbox].on-off {
  display: none;
}
header .menu nav ul li input[type=checkbox].on-off + ul {
  height: 0;
  overflow: hidden;
}
header .menu nav ul li input[type=checkbox].on-off:checked + ul {
  height: 105px;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  transition: opacity 0.5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.area_title {
  padding: 50px 0;
  text-align: center;
}
@media all and (max-width: 668px) {
  .area_title {
    padding: 20px 0;
  }
}
.area_title .icon {
  margin: 0 0 5px 0;
}
.area_title h2 {
  font-family: "MyWebFont";
  letter-spacing: 0px;
  font-size: 1.5rem;
  margin: 0 0 8px 0;
}
.area_title .txt_en {
  color: #fff;
}
.area_title.orange {
  background: #EFBD5E;
}
.area_title.pink {
  background: #FCB3A3;
}
.area_title.blue {
  background: #9FE5E3;
}

.btn_reserve {
  display: block;
  padding: 15px 10px 20px 20px;
  box-sizing: border-box;
  width: 300px;
  text-align: center;
  color: #fff;
  margin: 20px auto 0 auto;
  border-radius: 30px;
  font-family: "MyWebFont";
  letter-spacing: 0px;
  font-size: 1.2rem;
  position: relative;
  letter-spacing: 0px;
}
@media all and (max-width: 668px) {
  .btn_reserve {
    padding: 10px 10px 15px 15px;
  }
}
.btn_reserve.orange {
  background: #EFBD5E;
}
.btn_reserve.pink {
  background: #FCB3A3;
}
.btn_reserve.blue {
  background: #41C1BD;
}
.btn_reserve.calendar:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  left: 20px;
}

.column {
  padding: 50px 0;
  text-align: center;
}
@media all and (max-width: 668px) {
  .column {
    padding: 30px 0;
  }
}
.column .copy {
  font-family: "MyWebFont";
  letter-spacing: 0px;
  font-size: 1.1rem;
  line-height: 1.7em;
  display: inline;
  padding: 0 0 3px 0;
}
@media all and (max-width: 668px) {
  .column .copy {
    font-size: 1rem;
  }
}
.column .copy.orange {
  background: linear-gradient(transparent 70%, #FEF6BC 70%);
}
.column .copy.pink {
  background: linear-gradient(transparent 70%, #FED9D0 70%);
}
.column .copy.blue {
  background: linear-gradient(transparent 70%, #CFF4F2 70%);
}

.main {
  position: relative;
  height: 80vh;
}
@media all and (max-width: 668px) {
  .main {
    height: 350px;
    padding: 0 0 300px 0;
  }
}
.main .title {
  background: url("../images/main_title.png") no-repeat;
  width: 920px;
  height: 207px;
  position: absolute;
  top: 32%;
  right: 55vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media all and (max-width: 668px) {
  .main .title {
    right: auto;
    left: 0;
    top: 15%;
    width: 300px;
    height: 130px;
    background: url("../images/main_title.png") no-repeat center right/auto 100%;
  }
}
.main .title h1 {
  font-size: 1.3rem;
  font-family: "MyWebFont";
  letter-spacing: 0px;
  margin: 20px 50px 0 0;
}
@media all and (max-width: 668px) {
  .main .title h1 {
    font-size: 1rem;
    margin: 20px 30px 0 0;
  }
}
.main .title h1 span {
  display: block;
  font-size: 2rem;
  margin: 5px 0 0 0;
}
@media all and (max-width: 668px) {
  .main .title h1 span {
    font-size: 1.4rem;
    margin: 0;
  }
}
.main .loopSlider {
  width: 1920px;
  height: 47%;
}
.main .loopSlider.img01 {
  background: url("../images/main_img01.png");
  background-size: auto 100%;
  animation: leftSlide 90s linear infinite;
  margin: 0 0 15px 0;
}
.main .loopSlider.img02 {
  background: url("../images/main_img02.png");
  background-size: auto 100%;
  animation: rightSlide 90s linear infinite;
}
.main .btn_cv {
  position: absolute;
  bottom: 30px;
  right: 20px;
}
@media all and (max-width: 668px) {
  .main .btn_cv {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
.main .btn_cv li {
  text-align: center;
  margin: 0 0 5px 0;
  max-width: 350px;
}
@media all and (max-width: 668px) {
  .main .btn_cv li {
    margin: 0 auto 5px auto;
  }
}
.main .btn_cv li a img {
  width: 100%;
}

@-webkit-keyframes leftSlide {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -2320px 0px;
  }
}
@-webkit-keyframes rightSlide {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 2740px 0px;
  }
}
.campaign {
  background: #FFFAEF;
}
.campaign .column {
  position: relative;
}
@media all and (max-width: 668px) {
  .campaign .column {
    padding: 30px 0 70px 0;
  }
}
.campaign .column > div {
  margin: 0 35% 0 0;
}
@media all and (max-width: 668px) {
  .campaign .column > div {
    margin: 0;
  }
}
.campaign .img {
  margin: 20px 0;
}
.campaign p span {
  font-size: 150%;
  font-weight: bold;
}
.campaign .block_plus p {
  margin: 15px 0;
}
.campaign .block_plus ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.campaign .block_plus ul li {
  width: 260px;
  margin: 5px;
}
.campaign .block_plus ul li a {
  display: block;
  background: #41C1BD;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  color: #fff;
  position: relative;
}
.campaign .block_plus ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 25px;
}
.campaign .block_plus ul li a span {
  font-size: 150%;
  font-weight: bold;
  display: block;
  line-height: 1.2em;
}
.campaign .img_people {
  position: absolute;
  bottom: -10px;
  right: 3%;
}
@media all and (max-width: 668px) {
  .campaign .img_people {
    right: -30px;
    bottom: -30px;
  }
}
.campaign .img_people img {
  max-width: 450px;
  width: 40vw;
}
@media all and (max-width: 668px) {
  .campaign .img_people img {
    width: 25vw;
  }
}

.plan {
  position: relative;
  z-index: 2;
  background: #FFF6F2;
}
.plan .column {
  position: relative;
}
.plan .column .point {
  position: absolute;
  top: -80px;
  right: 20%;
}
@media all and (max-width: 668px) {
  .plan .column .point {
    right: 10px;
    top: -50px;
  }
  .plan .column .point img {
    width: 70px;
  }
}
.plan .column .list {
  margin: 50px 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 668px) {
  .plan .column .list {
    flex-wrap: wrap;
    width: calc(100% - 30px);
    margin: 30px auto 0 auto;
  }
}
.plan .column .list dl {
  width: 49.5%;
  height: 300px;
  display: flex;
  border-radius: 10px;
}
@media all and (max-width: 668px) {
  .plan .column .list dl {
    width: 100%;
    height: 200px;
    margin: 0 0 20px 0;
  }
}
.plan .column .list dl.red dt {
  background: #F98C8C;
}
.plan .column .list dl.red dd {
  background: url("../images/img02_1.jpg") no-repeat center center/cover;
}
.plan .column .list dl.blue dt {
  background: #8ECEF8;
}
.plan .column .list dl.blue dd {
  background: url("../images/img02_2.jpg") no-repeat center center/cover;
}
.plan .column .list dl.yellow dt {
  background: #F9CD67;
}
.plan .column .list dl.yellow dd {
  background: url("../images/img02_3.jpg") no-repeat center center/cover;
}
.plan .column .list dl.pink dt {
  background: #F899B9;
}
.plan .column .list dl.pink dd {
  background: url("../images/img02_4.jpg") no-repeat center center/cover;
}
.plan .column .list dl.purple dt {
  background: #CB97DE;
}
.plan .column .list dl.purple dd {
  background: url("../images/img02_5.jpg") no-repeat center center/cover;
}
.plan .column .list dl dt {
  width: 30%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan .column .list dl dt span {
  background: #fff;
  display: block;
  margin: 20px;
  width: 100%;
  height: calc(100% - 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "MyWebFont";
  letter-spacing: 0px;
  font-size: 200%;
  position: relative;
  border-radius: 5px;
}
@media all and (max-width: 668px) {
  .plan .column .list dl dt span {
    font-size: 150%;
    margin: 15px;
    height: calc(100% - 30px);
  }
}
.plan .column .list dl dt span:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  display: inline-block;
  border-right: solid 1px #707070;
  border-top: solid 1px #707070;
  top: 20px;
  right: 20px;
}
@media all and (max-width: 668px) {
  .plan .column .list dl dt span:before {
    width: 15px;
    height: 15px;
    top: 10px;
    right: 10px;
  }
}
.plan .column .list dl dt span:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  display: inline-block;
  border-left: solid 1px #707070;
  border-bottom: solid 1px #707070;
  bottom: 20px;
  left: 20px;
}
@media all and (max-width: 668px) {
  .plan .column .list dl dt span:after {
    width: 15px;
    height: 15px;
    bottom: 10px;
    left: 10px;
  }
}
.plan .column .list dl dt .point01 {
  position: absolute;
  top: 20px;
  right: -70px;
}
@media all and (max-width: 668px) {
  .plan .column .list dl dt .point01 {
    right: -40px;
  }
  .plan .column .list dl dt .point01 img {
    width: 50px;
  }
}
.plan .column .list dl dt .point02 {
  position: absolute;
  bottom: 10px;
  right: -20px;
}
@media all and (max-width: 668px) {
  .plan .column .list dl dt .point02 {
    right: -50px;
  }
  .plan .column .list dl dt .point02 img {
    width: 70px;
  }
}
.plan .column .list dl dd {
  width: 70%;
  height: 100%;
  border-radius: 0 10px 10px 0;
}
.plan .column .list.small {
  margin: 15px 0 0 0;
}
@media all and (max-width: 668px) {
  .plan .column .list.small {
    margin: 0 auto;
  }
}
.plan .column .list.small dl {
  flex-direction: row-reverse;
  width: 32.5%;
}
@media all and (max-width: 668px) {
  .plan .column .list.small dl {
    width: 100%;
    flex-direction: row;
  }
}
.plan .column .list.small dl dt {
  width: 35%;
  border-radius: 0 10px 10px 0;
  font-size: 90%;
}
@media all and (max-width: 668px) {
  .plan .column .list.small dl dt {
    border-radius: 10px 0 0 10px;
    width: 30%;
    font-size: 100%;
  }
}
.plan .column .list.small dl dt .point01 {
  position: absolute;
  top: 20px;
  left: -200px;
}
@media all and (max-width: 668px) {
  .plan .column .list.small dl dt .point01 {
    left: 0;
    right: -40px;
  }
  .plan .column .list.small dl dt .point01 img {
    width: 50px;
  }
}
.plan .column .list.small dl dt .point02 {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
@media all and (max-width: 668px) {
  .plan .column .list.small dl dt .point02 {
    right: -50px;
  }
  .plan .column .list.small dl dt .point02 img {
    width: 70px;
  }
}
.plan .column .list.small dl dt span:before {
  content: "";
  width: 20px;
  height: 20px;
}
.plan .column .list.small dl dt span:after {
  content: "";
  width: 20px;
  height: 20px;
}
.plan .column .list.small dl dd {
  width: 65%;
  border-radius: 10px 0 0 10px;
}
@media all and (max-width: 668px) {
  .plan .column .list.small dl dd {
    border-radius: 0 10px 10px 0;
    width: 70%;
  }
}
.plan .column .block_info {
  padding: 80px 30px 50px 30px;
  box-sizing: border-box;
  max-width: 1000px;
  margin: 30px auto 0 auto;
  border: 0.5px solid #703110;
  box-shadow: 0px 3px 10px #d1d1d1;
  background: url("../images/point03.png") no-repeat top 30px center, #fff;
  font-family: "MyWebFont";
  letter-spacing: 0px;
}
@media all and (max-width: 668px) {
  .plan .column .block_info {
    padding: 50px 20px 20px 20px;
    background: url("../images/point03.png") no-repeat top 20px center, #fff;
  }
}
.plan .column .block_info p {
  font-size: 1.1rem;
  line-height: 1.8em;
}
@media all and (max-width: 668px) {
  .plan .column .block_info p {
    font-size: 1rem;
  }
}
.plan .column .block_info a {
  display: block;
  padding: 10px 10px 15px 10px;
  box-sizing: border-box;
  max-width: 300px;
  width: 100%;
  text-align: center;
  background: #703110;
  color: #Fff;
  font-size: 1.1rem;
  margin: 20px auto 0 auto;
  position: relative;
}
@media all and (max-width: 668px) {
  .plan .column .block_info a {
    font-size: 1rem;
  }
}
.plan .column .block_info a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  right: 20px;
}

.fair {
  background: #FBE1DF;
}
.fair .area_title {
  padding: 35px 0 0;
}
@media all and (max-width: 668px) {
  .fair .area_title {
    padding: 20px 15px 0;
  }
}
.fair .fukidashi {
  position: relative;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
  color: #F98C8C;
  margin: 10px auto;
  max-width: 300px;
  border-radius: 10px;
  font-family: "MyWebFont";
  letter-spacing: 0px;
}
.fair .fukidashi:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 45%;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  width: 0;
  height: 0;
}
.fair .reservation {
  margin: 20px 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.fair .reservation span {
  background: #AC042B;
  color: #fff;
  padding: 4px 8px 3px;
  border-radius: 2px;
}
.fair .copy {
  font-size: 1.3rem;
  line-height: 1.7em;
  display: inline;
  padding: 0 0 3px 0;
}
.fair .copy span {
  font-weight: bold;
}
@media all and (max-width: 668px) {
  .fair .copy {
    font-size: 1.1rem;
  }
}
.fair .copy.red {
  background: linear-gradient(transparent 70%, #F98C8C 70%);
}
.fair .txt_copy {
  margin-top: 20px;
}
.fair .column ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.fair .column ul li {
  background: #fff;
  width: 350px;
  margin: 10px;
  border-radius: 5px;
}
@media all and (max-width: 668px) {
  .fair .column ul li {
    width: 100%;
  }
}
.fair .column ul li .month {
  background: #F98C8C;
  color: #fff;
  padding: 10px 0 5px;
  border-radius: 5px 5px 0 0;
}
.fair .column ul li .block_fair {
  padding: 10px 10px 20px;
}
.fair .column ul li .block_fair img {
  width: 300px;
  height: auto;
}
.fair .column ul li .day {
  margin: 0 0 10px;
  letter-spacing: -0.1em;
  line-height: 1.5;
}
.fair .column ul li .day2 {
  margin: 0 0 52px;
  letter-spacing: -0.07em;
  line-height: 1.5;
}
@media all and (max-width: 668px) {
  .fair .column ul li .day2 {
    margin-bottom: 10px;
  }
}
.fair .column ul li .ttl_fair {
  font-size: 1.4rem;
  margin-bottom: 32px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
}
@media all and (max-width: 668px) {
  .fair .column ul li .ttl_fair {
    margin-bottom: 10px;
  }
}
.fair .column ul li .ttl_fair2 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1.2;
}
.fair .column ul li .txt_fair {
  text-align: center;
  width: 285px;
  margin: 0 auto 20px;
}
.fair .column ul li .ttl_reserve {
  display: inline-block;
  background: #F899B9;
  padding: 1px 8px 6px;
  font-size: 1.1rem;
  border-radius: 3px;
  font-family: "MyWebFont";
  letter-spacing: 0px;
  color: #fff;
}
.fair .column ul li .txt_tel {
  display: block;
  color: #634100;
  margin: 15px 0 10px;
  letter-spacing: -0.02em;
}
.fair .column ul li .txt_tel span {
  font-weight: bold;
  font-size: 1.8rem;
}
.fair .column ul li p span {
  font-weight: bold;
  font-size: 1.8rem;
}
.fair .column ul li .btn_reserve {
  background: #F98C8C;
  width: 100%;
  max-width: 300px;
}
@media all and (max-width: 668px) {
  .fair .column ul li .btn_reserve {
    font-size: 1rem;
  }
}

.discount {
  background: #F5FFFE;
}
.discount .fukidashi {
  position: relative;
  background: #fff;
  padding: 5px;
  box-sizing: border-box;
  color: #41C1BD;
  margin: 10px auto;
  width: 150px;
  border-radius: 10px;
}
.discount .fukidashi:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 45%;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  width: 0;
  height: 0;
}
.discount .column .right {
  padding: 0 0 50px 10%;
  border-bottom: 5px dotted #9FE5E3;
  position: relative;
}
@media all and (max-width: 668px) {
  .discount .column .right {
    padding: 0 0 50px 0;
  }
}
.discount .column .right .img_people {
  position: absolute;
  bottom: -50px;
  left: 5%;
}
@media all and (max-width: 668px) {
  .discount .column .right .img_people {
    bottom: -75px;
  }
}
.discount .column .right .img_people img {
  max-width: 300px;
  width: 25vw;
}
@media all and (max-width: 800px) {
  .discount .column .right .img_people img {
    max-width: auto;
  }
}
.discount .column .right .plus {
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
}
@media all and (max-width: 668px) {
  .discount .column .right .plus img {
    width: 45px;
  }
}
.discount .column .right .img {
  margin: 20px 0;
}
.discount .column .left {
  padding: 60px 15% 20px 0;
  position: relative;
}
@media all and (max-width: 668px) {
  .discount .column .left {
    padding: 60px 0 0 0;
  }
}
.discount .column .left .img_people {
  position: absolute;
  top: -70px;
  right: 10%;
}
.discount .column .left .img_people img {
  max-width: 250px;
  width: 25vw;
}
@media all and (max-width: 800px) {
  .discount .column .left .img_people img {
    max-width: auto;
  }
}
.discount .column .left .img {
  margin: 20px 0;
}
.discount .column .left .img img {
  max-width: 450px;
  width: 100%;
}

.area_present {
  text-align: center;
  background: #F5FFFE;
  padding: 0 0 50px 0;
}

.present {
  padding: 30px 0;
  background: #fff;
  border: 1px solid rgba(159, 229, 227, 0.5);
  border-radius: 10px;
}

.shop {
  background: #fff;
}
.shop h2 {
  font-family: "MyWebFont";
  letter-spacing: 0px;
  margin: 0 0 30px 0;
  font-size: 1.2rem;
  line-height: 1.6em;
}
@media all and (max-width: 668px) {
  .shop h2 {
    font-size: 1rem;
  }
}
.shop ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.shop ul li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 8px;
}
@media all and (max-width: 668px) {
  .shop ul li {
    width: 50%;
    padding: 0 10px;
  }
}
.shop ul li h3 {
  font-size: 1.2rem;
  text-align: center;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 10px 0 15px 0;
  margin-bottom: 10px;
  font-family: "MyWebFont";
  letter-spacing: 0px;
}
.shop ul li p img {
  margin-bottom: 10px;
}
.shop ul li dl dt {
  font-size: 14px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}
.shop ul li dl dd {
  font-size: 14px;
  margin-bottom: 10px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: left;
}

footer {
  background: #493E30;
}
footer .area_foot {
  background: #fff;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
footer .copyright {
  text-align: center;
  padding: 8px 0;
  font-size: 10px;
  color: #fff;
  line-height: 1.3em;
}
footer #pagetop {
  position: fixed;
  right: 30px;
  z-index: 99;
}
@media all and (max-width: 668px) {
  footer #pagetop {
    bottom: 70px !important;
    right: 10px !important;
  }
}
footer #pagetop a {
  overflow: hidden;
  outline: none;
}
footer #pagetop a img {
  width: 80px;
}
@media all and (max-width: 668px) {
  footer #pagetop a img {
    width: 50px;
  }
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}