/*//////////////////////////////////////////////////////////////////////////////
Common
//////////////////////////////////////////////////////////////////////////////*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Lato&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

/**
 * 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: inherit;
  /* 2 */
}

/**
 * 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*//////////////////////////////////////////////////////////////////////////////
base style
//////////////////////////////////////////////////////////////////////////////*/
.bold {
  font-weight: bold;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.075em;
  font-weight: 300;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  vertical-align: bottom;
}

@media (min-width: 768px) and (max-width: 1024px) {
  img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  img {
    width: 100%;
  }
}

.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .wrap {
    max-width: 94%;
  }
}

@media (max-width: 767px) {
  .wrap {
    max-width: 94%;
  }
}

main {
  margin: 80px 0 0 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  main {
    margin: 60px 0 0 0;
  }
}

@media (max-width: 767px) {
  main {
    margin: 50px 0 0 0;
  }
}

.btn-more {
  border: 1px solid #000;
  padding: 10px 50px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (max-width: 767px) {
  .btn-more {
    padding: 15px 0;
    width: 94%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

.btn-more:hover {
  background: #333;
  color: #fff;
}

@media (min-width: 1025px) {
  .pc-none {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tab-none {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

/*//////////////////////////////////////////////////////////////////////////////
Layout
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
header
//////////////////////////////////////////////////////////////////////////////*/
header {
  background: #000;
  display: flow-root;
  padding: 15px 1.5%;
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

@media (min-width: 768px) and (max-width: 1024px) {
  header {
    padding: 10px 1.5%;
    height: 60px;
  }
}

@media (max-width: 767px) {
  header {
    height: 50px;
    padding: 10px 1.5%;
  }
}

header .logo {
  float: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
  header .logo {
    width: 30%;
  }
}

@media (max-width: 767px) {
  header .logo {
    width: 40%;
  }
}

header .logo a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .logo a:hover {
  opacity: .7;
}

header nav {
  float: right;
  margin: 5px 0 0 0;
}

header nav ul li {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 45px;
  font-weight: 600;
}

header nav ul li a {
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

header nav ul li a::after {
  position: absolute;
  bottom: 1em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

header nav ul li a:hover {
  color: #cdcdcd;
}

header nav ul li a:hover::after {
  bottom: -5px;
  opacity: 1;
}

header nav ul li span {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  display: block;
  font-weight: 400;
  margin: 5px 0 0 0;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  header nav {
    float: none;
    padding: 0;
    margin: 0;
  }
  .menu {
    height: 20px;
    position: absolute;
    right: 3%;
    top: 15px;
    width: 30px;
    z-index: 99;
  }
  .menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%;
  }
  .menu__line--center {
    top: 9px;
  }
  .menu__line--bottom {
    bottom: 0;
  }
  .menu__line--top.active {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu__line--center.active {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .menu__line--bottom.active {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .gnav {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: 98;
    left: 0;
    top: 0;
  }
  .gnav__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    position: absolute;
    width: 100vw;
    padding: 20% 0 0 0;
  }
  .gnav__menu__item {
    margin: 0;
    display: block;
    text-align: left;
    margin: 0 0 30px 20px;
    font-size: 18px;
    font-weight: 300;
  }
  .gnav__menu__item a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .gnav__menu__item a:hover {
    color: #666;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  header nav {
    float: none;
    padding: 0;
    margin: 0;
  }
  .menu {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 99;
  }
  .menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%;
  }
  .menu__line--center {
    top: 9px;
  }
  .menu__line--bottom {
    bottom: 0;
  }
  .menu__line--top.active {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu__line--center.active {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .menu__line--bottom.active {
    bottom: 10px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .gnav {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: 98;
    left: 0;
    top: 0;
  }
  .gnav__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100vh;
    position: absolute;
    width: 100vw;
    padding: 20% 0 0 0;
  }
  .gnav__menu__item {
    margin: 0;
    display: block;
    text-align: left;
    margin: 0 0 30px 20px;
    font-size: 18px;
    font-weight: 300;
  }
  .gnav__menu__item a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .gnav__menu__item a:hover {
    color: #666;
  }
}

/*//////////////////////////////////////////////////////////////////////////////
footer
//////////////////////////////////////////////////////////////////////////////*/
footer {
  background: #000;
  padding: 80px 0 0 0;
  display: flow-root;
  color: #fff;
}

@media (max-width: 767px) {
  footer {
    padding: 40px 0 10px 0;
  }
}

footer address {
  width: 42%;
  float: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
  footer address {
    width: 100%;
    float: none;
    margin: 0 0 40px 0;
  }
}

@media (max-width: 767px) {
  footer address {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}

footer address .logo {
  margin: 0 0 15px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  footer address .logo {
    width: 40%;
  }
}

@media (max-width: 767px) {
  footer address .logo {
    width: 40%;
  }
}

footer address p {
  font-size: 14px;
  margin: 0 0 15px 0;
}

@media (max-width: 767px) {
  footer address p {
    font-size: 13px;
  }
}

footer address .tel {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  background: url("../images/common/ico_tel.svg") 0 0 no-repeat;
  padding: 0 0 0 30px;
  margin: 0 0 20px 0;
}

footer address .tel span {
  font-size: 14px;
  margin: 0 0 0 10px;
}

@media (max-width: 767px) {
  footer address .tel span {
    font-weight: 500;
  }
}

footer address .sns {
  margin: 0 0 15px 0;
}

footer address .sns li {
  display: inline-block;
  margin: 0 10px 0 0;
}

footer address .sns li a {
  -webkit-transition: .3s;
  transition: .3s;
}

footer address .sns li a:hover {
  opacity: .7;
}

footer address .copy {
  font-family: "Lato", sans-serif;
  font-size: 13px;
}

footer nav {
  float: right;
  display: flow-root;
}

@media (min-width: 768px) and (max-width: 1024px) {
  footer nav {
    float: left;
  }
}

@media (max-width: 767px) {
  footer nav {
    float: none;
  }
}

footer nav ul {
  display: inline-block;
  margin: 0 0 0 100px;
  vertical-align: top;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 767px) {
  footer nav ul {
    display: block;
    margin: 0 0 10px 20px;
    font-size: 13px;
    font-weight: 400;
  }
}

footer nav ul:first-child {
  margin: 0;
}

@media (max-width: 767px) {
  footer nav ul:first-child {
    margin: 0 0 0 20px;
  }
}

footer nav ul li {
  margin: 0 0 25px 0;
}

footer nav ul li a {
  -webkit-transition: .3s;
  transition: .3s;
}

footer nav ul li a:hover {
  opacity: .7;
}

footer .btn-booking {
  position: fixed;
  right: 2%;
  bottom: 5%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 768px) and (max-width: 1024px) {
  footer .btn-booking {
    width: 8%;
    bottom: 2%;
  }
}

@media (max-width: 767px) {
  footer .btn-booking {
    width: 15%;
    bottom: 2%;
  }
}

footer .btn-booking:hover {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 768px) and (max-width: 1024px) {
  footer .sns {
    clear: both;
    margin: 0 0 15px 0;
    text-align: center;
  }
  footer .sns li {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  footer .sns li a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  footer .sns li a:hover {
    opacity: .7;
  }
  footer .copy {
    font-family: "Lato", sans-serif;
    font-size: 11px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  footer .sns {
    margin: 0 0 15px 0;
    text-align: center;
  }
  footer .sns li {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  footer .sns li a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  footer .sns li a:hover {
    opacity: .7;
  }
  footer .copy {
    font-family: "Lato", sans-serif;
    font-size: 11px;
    text-align: center;
  }
}

/*//////////////////////////////////////////////////////////////////////////////
search
//////////////////////////////////////////////////////////////////////////////*/
.search-wrap {
  background: #000;
  padding: 10px 0;
  margin: 0 0 70px 0;
}

@media (max-width: 767px) {
  .search-wrap {
    padding: 5px 0;
    margin: 0 0 35px 0;
  }
}

.search-wrap .wrap {
  max-width: 700px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .search-wrap .wrap {
    max-width: 94%;
  }
}

@media (max-width: 767px) {
  .search-wrap .wrap {
    max-width: 94%;
  }
}

.search-wrap dl dt {
  color: #fff;
  background: url("../images/common/ico_search.svg") 0 7px no-repeat;
  font-weight: 400;
  padding: 0 0 0 25px;
  width: 140px;
  float: left;
  clear: left;
  line-height: 28px;
}

@media (max-width: 767px) {
  .search-wrap dl dt {
    width: 100%;
    display: block;
    float: none;
    margin: 0 0 5px 20;
  }
}

.search-wrap dl dd {
  display: flow-root;
}

.search-wrap dl dd .date_489ban {
  color: #fff;
  float: left;
  margin: 0 20px 0 0;
}

@media (max-width: 767px) {
  .search-wrap dl dd .date_489ban {
    float: none;
    margin: 0 0 10px 0;
  }
}

.search-wrap dl dd .date_489ban dt {
  display: none;
}

.search-wrap dl dd .date_489ban dd {
  padding: 0;
  line-height: 28px;
}

.search-wrap dl dd .date_489ban dd select {
  background: #fff;
  padding: 0 20px;
  color: #000;
  margin: 0 10px 0 0;
}

.search-wrap dl dd .date_489ban dd label {
  vertical-align: middle;
  font-size: 14px;
}

.search-wrap dl dd .date_489ban dd label input[type="checkbox"] {
  margin: -4px 5px 0 0;
}

.search-wrap dl dd .inbox_489ban {
  color: #fff;
  float: left;
  margin: 0 30px 0 0;
}

.search-wrap dl dd .inbox_489ban dt {
  display: none;
}

.search-wrap dl dd .inbox_489ban dd {
  padding: 0;
  line-height: 28px;
}

.search-wrap dl dd .inbox_489ban dd select {
  background: #fff;
  padding: 0 20px;
  color: #000;
  margin: 0 10px 0 0;
}

.search-wrap dl dd .inbox_489ban dd span {
  vertical-align: middle;
  font-size: 14px;
}

.search-wrap dl dd button {
  border: 1px solid #fff;
  border-radius: 8px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  margin: 3px 0 0 0;
}

/*//////////////////////////////////////////////////////////////////////////////
plan
//////////////////////////////////////////////////////////////////////////////*/
.plan {
  background: #333;
  padding: 80px 0;
  margin: 0 0 80px 0;
}

@media (max-width: 767px) {
  .plan {
    padding: 40px 0;
    margin: 0 0 40px 0;
  }
}

.plan h2 {
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin: 0 0 40px 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .plan h2 {
    font-size: 20px;
  }
}

.plan h2 span {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  display: block;
  margin: 5px 0 0 0;
}

@media (max-width: 767px) {
  .plan h2 span {
    font-size: 16px;
  }
}

.plan h2 .wrap {
  overflow: hidden;
}

.plan #recommend_489ban {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 60px 0;
}

@media (max-width: 767px) {
  .plan #recommend_489ban {
    display: block;
  }
}

.plan #recommend_489ban .PlanView {
  width: 30%;
}

@media (max-width: 767px) {
  .plan #recommend_489ban .PlanView {
    width: 100%;
    display: flow-root;
    margin: 0 0 20px 0;
  }
}

.plan #recommend_489ban .PlanView img {
  width: 100%;
  margin: 0 0 20px 0;
}

@media (max-width: 767px) {
  .plan #recommend_489ban .PlanView img {
    width: 45%;
    float: left;
    margin: 0 20px 0 0;
  }
}

.plan #recommend_489ban .PlanView .explan .plan {
  padding: 0;
  margin: 0;
}

.plan #recommend_489ban .room_list_header {
  display: none;
}

.plan #recommend_489ban a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.plan #recommend_489ban a:hover {
  opacity: .6;
}

.plan .btn {
  text-align: center;
  margin: 0 0 60px 0;
}

.plan .btn .btn-more {
  color: #fff;
  border: 1px solid #fff;
}

.plan .btn .btn-more:hover {
  background: #fff;
  color: #333;
}

.plan .in {
  max-width: 700px;
  margin: 0 auto;
}

.plan dl dt {
  color: #fff;
  background: url("../images/common/ico_search.svg") 0 7px no-repeat;
  font-weight: 400;
  padding: 0 0 0 25px;
  width: 140px;
  float: left;
  clear: left;
  line-height: 28px;
}

.plan dl dd {
  display: flow-root;
}

.plan dl dd .date_489ban {
  color: #fff;
  float: left;
  margin: 0 20px 0 0;
}

.plan dl dd .date_489ban dt {
  display: none;
}

.plan dl dd .date_489ban dd {
  padding: 0;
  line-height: 28px;
}

.plan dl dd .date_489ban dd select {
  background: #fff;
  padding: 0 20px;
  color: #000;
  margin: 0 10px 0 0;
}

.plan dl dd .date_489ban dd label {
  vertical-align: middle;
  font-size: 14px;
}

.plan dl dd .date_489ban dd label input[type="checkbox"] {
  margin: -4px 5px 0 0;
}

.plan dl dd .inbox_489ban {
  color: #fff;
  float: left;
  margin: 0 30px 0 0;
}

.plan dl dd .inbox_489ban dt {
  display: none;
}

.plan dl dd .inbox_489ban dd {
  padding: 0;
  line-height: 28px;
}

.plan dl dd .inbox_489ban dd select {
  background: #fff;
  padding: 0 20px;
  color: #000;
  margin: 0 10px 0 0;
}

.plan dl dd .inbox_489ban dd span {
  vertical-align: middle;
  font-size: 14px;
}

.plan dl dd button {
  border: 1px solid #fff;
  border-radius: 8px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 400;
  margin: 3px 0 0 0;
}

/*//////////////////////////////////////////////////////////////////////////////
Breadcrumbs
//////////////////////////////////////////////////////////////////////////////*/
.breadcrumbs {
  font-size: 13px;
  margin: -60px 0 80px 1.5%;
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin: -20px 0 40px 1.5%;
    font-size: 12px;
  }
}

/*//////////////////////////////////////////////////////////////////////////////
Page
//////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////
index
//////////////////////////////////////////////////////////////////////////////*/
.top .mv img {
  width: 100%;
}

.top .concept {
  margin: 0 0 80px 0;
}

@media (max-width: 767px) {
  .top .concept {
    margin: 0 0 40px 0;
  }
}

.top .concept h2 {
  font-family: "Lato", sans-serif;
  font-size: 36px;
  text-align: center;
  margin: 0 0 40px 0;
  font-weight: bold;
}

@media (max-width: 767px) {
  .top .concept h2 {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
}

.top .concept p {
  text-align: center;
  line-height: 1.7;
  margin: 0 0 40px 0;
}

@media (max-width: 767px) {
  .top .concept p {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 767px) {
  .top .concept img {
    margin: 0 0 20px 0;
  }
}

.top .facilities {
  display: flow-root;
  margin: 0 0 80px 0;
}

@media (max-width: 767px) {
  .top .facilities {
    margin: 0 0 40px 0;
  }
}

.top .facilities img {
  width: 50%;
  float: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top .facilities img {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .top .facilities img {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
}

.top .facilities .description {
  float: right;
  width: 50%;
  padding: 0 0 0 5%;
  margin: 70px 0 0 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top .facilities .description {
    width: 60%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .top .facilities .description {
    float: none;
    width: 94%;
    padding: 10px;
    margin: 20px auto 0 auto;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
    position: relative;
  }
	
	.top .facilities .description .btn-more {
		margin: 0 0 30px 0;
		width: 100%;
	}
}

.top .facilities .description h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 35px 0;
}

@media (max-width: 767px) {
  .top .facilities .description h2 {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
}

.top .facilities .description h2 span {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  margin: 0 0 0 20px;
  color: #333;
}

@media (max-width: 767px) {
  .top .facilities .description h2 span {
    font-size: 18px;
  }
}

.top .facilities .description p {
  line-height: 2.2;
  margin: 0 0 60px 0;
}

@media (max-width: 767px) {
  .top .facilities .description p {
    margin: 0 0 30px 0;
  }
}

.top .facilities .description p span {
  font-size: 18px;
}

@media (max-width: 767px) {
  .top .facilities .description p span {
    font-size: 16px;
  }
}

.top .meal {
  display: flow-root;
  margin: 0 0 100px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top .meal {
    margin: 0 0 60px 0;
  }
}

@media (max-width: 767px) {
  .top .meal {
    margin: 0 0 40px 0;
  }
}

.top .meal .description {
  float: left;
  width: 30%;
  padding: 0 3% 0 5%;
  margin: 70px 0 30px 20%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top .meal .description {
    width: 55%;
    margin: 0 0 30px 0;
  }
}

@media (max-width: 767px) {
  .top .meal .description {
    float: none;
    width: 94%;
    margin: 0 auto 30px auto;
    padding: 0;
  }
}

.top .meal .description h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 35px 0;
}

@media (max-width: 767px) {
  .top .meal .description h2 {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
}

.top .meal .description h2 span {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  margin: 0 0 0 20px;
  color: #333;
}

@media (max-width: 767px) {
  .top .meal .description h2 span {
    font-size: 16px;
  }
}

.top .meal .description p {
  line-height: 2.2;
  margin: 0 0 60px 0;
}

@media (max-width: 767px) {
  .top .meal .description p {
    margin: 0 0 30px 0;
  }
}

.top .meal .description p span {
  font-size: 18px;
}

@media (max-width: 767px) {
  .top .meal .description p span {
    font-size: 16px;
  }
}

.top .meal .description .btn-more {
  float: right;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top .meal .description .btn-more {
    float: none;
  }
}

@media (max-width: 767px) {
  .top .meal .description .btn-more {
    float: none;
  }
}

.top .meal .pics {
  width: 50%;
  float: right;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top .meal .pics {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .top .meal .pics {
    width: 94%;
    float: none;
    display: flow-root;
    margin: 0 auto;
  }
}

.top .meal .pics .p1 {
  width: 100%;
}

.top .activity {
  display: flow-root;
  margin: 0 0 140px 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top .activity {
    margin: 0 0 80px 0;
  }
}

@media (max-width: 767px) {
  .top .activity {
    margin: 0 0 40px 0;
  }
}

.top .activity .pics {
  width: 50%;
  float: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top .activity .pics {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .top .activity .pics {
    width: 94%;
    float: none;
    margin: 0 auto 30px auto;
    display: flow-root;
  }
}

.top .activity .pics .p1 {
  width: 100%;
}

.top .activity .description {
  float: right;
  width: 50%;
  padding: 0 0 0 5%;
  margin: 70px 0 0 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top .activity .description {
    width: 55%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .top .activity .description {
    float: none;
    width: 94%;
    padding: 0;
    margin: 0 auto 30px auto;
  }
}

.top .activity .description h2 {
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 35px 0;
}

@media (max-width: 767px) {
  .top .activity .description h2 {
    font-size: 26px;
    margin: 0 0 20px 0;
  }
}

.top .activity .description h2 span {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  margin: 0 0 0 20px;
  color: #333;
}

@media (max-width: 767px) {
  .top .activity .description h2 span {
    font-size: 16px;
  }
}

.top .activity .description p {
  line-height: 2.2;
  margin: 0 0 60px 0;
}

@media (max-width: 767px) {
  .top .activity .description p {
    margin: 0 0 30px 0;
  }
}

.top .activity .description p span {
  font-size: 18px;
}

@media (max-width: 767px) {
  .top .activity .description p span {
    font-size: 16px;
  }
}

.top .information {
  display: flow-root;
  margin: 0 0 100px 0;
}

@media (max-width: 767px) {
  .top .information {
    margin: 0 0 50px 0;
  }
}

.top .information h2 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 40px 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .top .information h2 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
}

.top .information h2 span {
  font-size: 20px;
  font-family: "Lato", sans-serif;
  display: block;
  margin: 5px 0 0 0;
}

@media (max-width: 767px) {
  .top .information h2 span {
    font-size: 16px;
  }
}

.top .information dl {
  margin: 0 0 40px 0;
}

.top .information dl dt {
  width: 150px;
  float: left;
  clear: left;
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .top .information dl dt {
    font-size: 13px;
    width: 130px;
  }
}

.top .information dl dd {
  padding: 0 0 10px 150px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #cdcdcd;
}

@media (max-width: 767px) {
  .top .information dl dd {
    padding: 0 0 10px 130px;
  }
}

.top .information dl dd a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.top .information dl dd a:hover {
  opacity: 0.7;
}

.top .information .news {
  width: 48%;
  float: left;
}

@media (max-width: 767px) {
  .top .information .news {
    width: 100%;
    float: none;
    margin: 0 0 60px 0;
  }
}

.top .information .media {
  width: 48%;
  float: right;
}

@media (max-width: 767px) {
  .top .information .media {
    width: 100%;
    float: none;
    margin: 0;
  }
}

.top .information .btn-more {
  width: 400px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top .information .btn-more {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .top .information .btn-more {
    width: 100%;
  }
}

/*//////////////////////////////////////////////////////////////////////////////
facilities
//////////////////////////////////////////////////////////////////////////////*/
.facilities .mv {
  position: relative;
  background: url("../images/facilities/img_main_visual_pc.jpg") center top no-repeat;
  background-size: cover;
  min-height: 320px;
}

@media (max-width: 767px) {
  .facilities .mv {
    background: url("../images/facilities/img_main_visual_sp.jpg") center top no-repeat;
    background-size: cover;
    min-height: 80vh;
  }
}

.facilities .mv .title {
  position: absolute;
  text-align: center;
  margin: 0 0 80px 0;
  padding: 40px 0 0 0;
  color: #fff;
}

@media (max-width: 767px) {
  .facilities .mv .title {
    margin: 0 auto 60px auto;
    padding: 20px 0 0 0;
    left: 0;
    right: 0;
  }
}

.facilities .mv .title h1 {
  font-size: 36px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 0 0 10px 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .facilities .mv .title h1 {
    font-size: 26px;
  }
}

.facilities .mv .title h1 span {
  display: block;
  font-size: 21px;
  font-family: "Lato", sans-serif;
  position: absolute;
  bottom: -35px;
  left: 0;
}

@media (max-width: 767px) {
  .facilities .mv .title h1 span {
    font-size: 16px;
    bottom: -25px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.facilities .mv .lead {
  position: absolute;
  top: 40px;
  left: 43%;
  color: #fff;
}

@media (max-width: 767px) {
  .facilities .mv .lead {
    width: 100%;
    left: 0;
    top: 120px;
  }
}

.facilities .mv .lead p {
  text-align: left;
  line-height: 2;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .facilities .mv .lead p {
    font-size: 12px;
    text-align: center;
    line-height: 2.2;
  }
}

.facilities .cabin {
  margin: 0 0 80px 0;
}

@media (max-width: 767px) {
  .facilities .cabin {
    margin: 0 0 40px 0;
  }
}

.facilities .cabin h2 {
  font-size: 48px;
  margin: 0 0 30px 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  .facilities .cabin h2 {
    font-size: 30px;
    margin: 0 0 15px 0;
  }
}

.facilities .cabin p {
  line-height: 3;
  margin: 0 0 60px 0;
}

@media (max-width: 767px) {
  .facilities .cabin p {
    line-height: 2;
    margin: 0 0 30px 0;
  }
}

.facilities .cabin .slider_thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 30px 0 60px 0;
}

.facilities .cabin .slider_thumbnail li {
  width: calc(100% / 7);
}

.facilities .cabin .slider_thumbnail li a {
  display: block;
  position: relative;
  padding-top: 75%;
}

.facilities .cabin .slider_thumbnail li a img {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
  opacity: .6;
}

.facilities .cabin .slider_thumbnail > li > a.active > img {
  opacity: 1;
}

.facilities .cabin .bx-wrapper {
  background-color: transparent;
  margin: 0px auto;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.facilities .cabin .bx-wrapper img {
  display: block;
  width: 100%;
}

.facilities .cabin dl dt {
  width: 150px;
  float: left;
  clear: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .facilities .cabin dl dt {
    width: 100%;
    float: none;
    font-size: 18px;
    margin: 0 0 5px 0;
  }
}

.facilities .cabin dl dd {
  padding: 0 0 20px 150px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #cdcdcd;
  line-height: 2;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .facilities .cabin dl dd {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
}

.facilities .shared {
  margin: 0 0 80px 0;
}

.facilities .shared h2 {
  font-size: 48px;
  margin: 0 0 30px 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  .facilities .shared h2 {
    font-size: 30px;
    margin: 0 0 15px 0;
  }
}

.facilities .shared .lead {
  line-height: 3;
  letter-spacing: 0.2em;
  margin: 0 0 40px 0;
}

@media (max-width: 767px) {
  .facilities .shared .lead {
    line-height: 2;
    margin: 0 0 20px 0;
  }
}

.facilities .shared .detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .facilities .shared .detail-wrap {
    display: block;
  }
}

.facilities .shared .detail-wrap .detail {
  max-width: 47%;
  margin: 0 0 60px 0;
}

@media (max-width: 767px) {
  .facilities .shared .detail-wrap .detail {
    max-width: 100%;
  }
}

.facilities .shared .detail-wrap .detail img {
  margin: 0 0 40px 0;
  -webkit-box-shadow: 10px 10px 0 #cdcdcd;
          box-shadow: 10px 10px 0 #cdcdcd;
}

@media (max-width: 767px) {
  .facilities .shared .detail-wrap .detail img {
    margin: 0 0 20px 0;
  }
}

.facilities .shared .detail-wrap .detail h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .facilities .shared .detail-wrap .detail h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
}

.facilities .shared .detail-wrap .detail p {
  line-height: 2;
}

.facilities .plan {
  margin: 0;
}

/*//////////////////////////////////////////////////////////////////////////////
meal
//////////////////////////////////////////////////////////////////////////////*/
.meal .mv {
  position: relative;
  background: url("../images/meal/img_main_visual_pc.jpg") center top no-repeat;
  background-size: cover;
  min-height: 320px;
}

@media (max-width: 767px) {
  .meal .mv {
    background: url("../images/meal/img_main_visual_sp.jpg") center top no-repeat;
    background-size: cover;
    min-height: 80vh;
  }
}

.meal .mv .title {
  position: absolute;
  text-align: center;
  margin: 0 0 80px 0;
  padding: 80px 0 0 0;
  color: #fff;
}

@media (max-width: 767px) {
  .meal .mv .title {
    margin: 0 auto 60px auto;
    padding: 70px 0 0 0;
    left: 0;
    right: 0;
  }
}

.meal .mv .title h1 {
  font-size: 36px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 0 0 10px 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .meal .mv .title h1 {
    font-size: 26px;
  }
}

.meal .mv .title h1 span {
  display: block;
  font-size: 21px;
  font-family: "Lato", sans-serif;
  position: absolute;
  bottom: -35px;
  left: 0;
}

@media (max-width: 767px) {
  .meal .mv .title h1 span {
    font-size: 16px;
    bottom: -25px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.meal .mv .lead {
  position: absolute;
  top: 80px;
  left: 43%;
}

@media (max-width: 767px) {
  .meal .mv .lead {
    width: 100%;
    left: 4%;
    top: 180px;
  }
}

.meal .mv .lead p {
  text-align: left;
  line-height: 2;
  letter-spacing: 0.2em;
  color: #fff;
}

@media (max-width: 767px) {
  .meal .mv .lead p {
    text-align: center;
  }
}

.meal .top-content {
  margin: 0 0 80px 0;
}

.meal .top-content h2 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 30px 0;
  font-weight: 500;
}

.meal .top-content p {
  line-height: 3;
  text-align: center;
  margin: 0 0 30px 0;
}

.meal .detail {
  display: flow-root;
  margin: 0 0 80px 0;
}

@media (max-width: 767px) {
  .meal .detail {
    margin: 0 0 40px 0;
  }
}

.meal .detail img {
  width: 52%;
  float: left;
  -webkit-box-shadow: 10px 10px 0 #cdcdcd;
          box-shadow: 10px 10px 0 #cdcdcd;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .meal .detail img {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .meal .detail img {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
}

.meal .detail .inner {
  width: 43%;
  float: right;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .meal .detail .inner {
    width: 55%;
  }
}

@media (max-width: 767px) {
  .meal .detail .inner {
    width: 100%;
    float: none;
  }
}

.meal .detail .inner h2 {
  font-size: 24px;
  margin: 0 0 30px 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .meal .detail .inner h2 {
    font-size: 18px;
    margin: 0 0 15px 0;
  }
}

.meal .detail .inner h2 span {
  font-size: 16px;
  display: block;
  margin: 20px 0 0 0;
}

@media (max-width: 767px) {
  .meal .detail .inner h2 span {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
}

.meal .detail .inner p {
  line-height: 3;
  margin: 0 0 40px 0;
}

@media (max-width: 767px) {
  .meal .detail .inner p {
    margin: 0 0 20px 0;
    line-height: 2;
  }
}

.meal .meal-detail {
  margin: 0 0 80px 0;
}

@media (max-width: 767px) {
  .meal .meal-detail {
    margin: 0 0 40px 0;
  }
}

.meal .meal-detail h1 {
  font-size: 36px;
  text-align: center;
  margin: 0 0 40px 0;
}

@media (max-width: 767px) {
  .meal .meal-detail h1 {
    font-size: 21px;
    margin: 0 0 20px 0;
  }
}

.meal .meal-detail h1 span {
  font-size: 18px;
}

@media (max-width: 767px) {
  .meal .meal-detail h1 span {
    font-size: 14px;
  }
}

.meal .meal-detail .slider_thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 30px 0 60px 0;
}

@media (max-width: 767px) {
  .meal .meal-detail .slider_thumbnail {
    margin: 15px 0 30px 0;
  }
}

.meal .meal-detail .slider_thumbnail li {
  width: calc(100% / 5);
}

.meal .meal-detail .slider_thumbnail li a {
  display: block;
  position: relative;
  padding-top: 75%;
}

.meal .meal-detail .slider_thumbnail li a img {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
  opacity: .6;
}

.meal .meal-detail .slider_thumbnail > li > a.active > img {
  opacity: 1;
}

.meal .meal-detail .bx-wrapper {
  background-color: transparent;
  margin: 0px auto 40px auto;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) {
  .meal .meal-detail .bx-wrapper {
    margin: 0 auto;
  }
}

.meal .meal-detail .bx-wrapper img {
  display: block;
  width: 100%;
}

.meal .meal-detail p {
  line-height: 3;
  margin: 0 0 20px 0;
}

@media (max-width: 767px) {
  .meal .meal-detail p {
    line-height: 2;
    margin: 0 0 10px 0;
  }
}

.meal .meal-detail .caution {
  font-size: 14px;
  margin: 0 0 60px 0;
}

@media (max-width: 767px) {
  .meal .meal-detail .caution {
    margin: 0 0 30px 0;
  }
}

.meal .meal-detail .caution li {
  line-height: 2.5;
}

@media (max-width: 767px) {
  .meal .meal-detail .caution li {
    line-height: 2;
  }
}

.meal .meal-detail .link {
  display: flow-root;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .meal .meal-detail .link li {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .meal .meal-detail .link li {
    width: 48%;
  }
}

.meal .meal-detail .link li:nth-child(odd) {
  float: left;
}

.meal .meal-detail .link li:nth-child(even) {
  float: right;
}

.meal .meal-detail .link li img {
  margin: 0 0 10px 0;
  -webkit-box-shadow: 10px 10px 0 #cdcdcd;
          box-shadow: 10px 10px 0 #cdcdcd;
}

.meal .meal-detail .link li p {
  font-size: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .meal .meal-detail .link li p {
    font-size: 16px;
  }
}

.meal .meal-detail .link li a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.meal .meal-detail .link li a:hover {
  opacity: .7;
}

.meal .plan {
  margin: 0;
}

/*//////////////////////////////////////////////////////////////////////////////
activity
//////////////////////////////////////////////////////////////////////////////*/
.activity .mv {
  position: relative;
  background: url("../images/activity/img_main_visual_pc.jpg") center top no-repeat;
  background-size: cover;
  min-height: 320px;
}

@media (max-width: 767px) {
  .activity .mv {
    background: url("../images/activity/img_main_visual_sp.jpg") center top no-repeat;
    background-size: cover;
    min-height: 80vh;
  }
}

.activity .mv .title {
  position: absolute;
  text-align: center;
  margin: 0 0 80px 0;
  padding: 80px 0 0 0;
}

@media (max-width: 767px) {
  .activity .mv .title {
    margin: 0 auto 60px auto;
    padding: 70px 0 0 0;
    left: 0;
    right: 0;
  }
}

.activity .mv .title h1 {
  font-size: 36px;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding: 0 0 10px 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .activity .mv .title h1 {
    font-size: 26px;
  }
}

.activity .mv .title h1 span {
  display: block;
  font-size: 21px;
  font-family: "Lato", sans-serif;
  position: absolute;
  bottom: -35px;
  left: 0;
}

@media (max-width: 767px) {
  .activity .mv .title h1 span {
    font-size: 16px;
    bottom: -25px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.activity .mv .lead {
  position: absolute;
  top: 80px;
  left: 43%;
}

@media (max-width: 767px) {
  .activity .mv .lead {
    width: 100%;
    left: 4%;
    top: 180px;
  }
}

.activity .mv .lead p {
  text-align: left;
  line-height: 2;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .activity .mv .lead p {
    text-align: center;
    font-size: 12px;
    line-height: 2.5;
  }
}

.activity .detail {
  margin: 0 0 80px 0;
}

@media (max-width: 767px) {
  .activity .detail {
    margin: 0 0 40px 0;
  }
}

.activity .detail h2 {
  font-size: 24px;
  margin: 0 0 30px 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .activity .detail h2 {
    font-size: 18px;
    margin: 0 0 15px 0;
  }
}

.activity .detail p {
  margin: 0 0 30px 0;
  line-height: 2;
}

@media (max-width: 767px) {
  .activity .detail p {
    margin: 0 0 15px 0;
  }
}

.activity .detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.activity .detail ul li {
  -webkit-box-shadow: 5px 5px 10px rgba(163, 173, 181, 0.4);
          box-shadow: 5px 5px 10px rgba(163, 173, 181, 0.4);
  max-width: 47%;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 0 60px 0;
}

@media (max-width: 767px) {
  .activity .detail ul li {
    margin: 0 0 30px 0;
  }
}

.activity .detail ul li:hover {
  -webkit-box-shadow: 0 0 20px rgba(163, 173, 181, 0.4);
          box-shadow: 0 0 20px rgba(163, 173, 181, 0.4);
}

.activity .detail ul li h3 {
  font-weight: 400;
  padding: 10px;
}

.activity .detail ul li p {
  margin: 0 10px 10px 10px;
  line-height: 1.5;
}

.activity .detail ul li a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.activity .detail ul li a:hover {
  opacity: 0.9;
}

.activity .plan {
  margin: 0;
}

/*//////////////////////////////////////////////////////////////////////////////
faq
//////////////////////////////////////////////////////////////////////////////*/
.faq .mv {
  position: relative;
  background: url("../images/other/img_faq_main_visual_pc.jpg") center top no-repeat;
  background-size: cover;
  min-height: 320px;
}

@media (max-width: 767px) {
  .faq .mv {
    background: url("../images/other/img_faq_main_visual_sp.jpg") center top no-repeat;
    background-size: cover;
    min-height: 80vh;
  }
}

.faq .mv .title {
  position: absolute;
  text-align: center;
  margin: 0 0 80px 0;
  padding: 100px 0 0 0;
}

@media (max-width: 767px) {
  .faq .mv .title {
    margin: 0 auto 60px auto;
    padding: 150px 0 0 0;
    left: 0;
    right: 0;
  }
}

.faq .mv .title h1 {
  font-size: 36px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 0 0 10px 0;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  .faq .mv .title h1 {
    font-size: 26px;
  }
}

.faq .mv .title h1 span {
  display: block;
  font-size: 21px;
  font-family: "Lato", sans-serif;
  position: absolute;
  bottom: -35px;
  left: 0;
}

@media (max-width: 767px) {
  .faq .mv .title h1 span {
    font-size: 16px;
    bottom: -25px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.faq .contents {
  margin: 0 0 60px 0;
}

@media (max-width: 767px) {
  .faq .contents {
    margin: 0 0 30px 0;
  }
}

.faq .contents h2 {
  font-size: 28px;
  border-bottom: 1px solid #cdcdcd;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .faq .contents h2 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
}

.faq .contents dl {
  margin: 0 0 30px 0;
  padding: 0 2em 30px 2em;
  border-bottom: 1px solid #cdcdcd;
}

@media (max-width: 767px) {
  .faq .contents dl {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }
}

.faq .contents dl:last-child {
  border: none;
}

.faq .contents dl dt {
  background: url("../images/faq/ico_q.svg") 0 5px no-repeat;
  padding: 0 0 0 30px;
  line-height: 1.6;
  margin: 0 0 20px 0;
  font-weight: 300;
  font-size: 18px;
}

@media (max-width: 767px) {
  .faq .contents dl dt {
    font-size: 16px;
  }
}

.faq .contents dl dd {
  background: url("../images/faq/ico_a.svg") 0 3px no-repeat;
  padding: 0 0 0 30px;
  line-height: 1.6;
}

.faq .contents dl dd ul {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
}

.faq .plan {
  margin: 0;
}

/*//////////////////////////////////////////////////////////////////////////////
access
//////////////////////////////////////////////////////////////////////////////*/
.access .mv {
  position: relative;
  background: url("../images/access/img_main_visual_pc.jpg") center top no-repeat;
  background-size: cover;
  min-height: 320px;
}

@media (max-width: 767px) {
  .access .mv {
    background: url("../images/access/img_main_visual_sp.jpg") center top no-repeat;
    background-size: cover;
    min-height: 80vh;
  }
}

.access .mv .title {
  position: absolute;
  text-align: center;
  margin: 0 0 80px 0;
  padding: 100px 0 0 0;
}

@media (max-width: 767px) {
  .access .mv .title {
    margin: 0 auto 60px auto;
    padding: 150px 0 0 0;
    left: 0;
    right: 0;
  }
}

.access .mv .title h1 {
  font-size: 36px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 0 0 10px 0;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  .access .mv .title h1 {
    font-size: 26px;
  }
}

.access .mv .title h1 span {
  display: block;
  font-size: 21px;
  font-family: "Lato", sans-serif;
  position: absolute;
  bottom: -35px;
  left: 0;
}

@media (max-width: 767px) {
  .access .mv .title h1 span {
    font-size: 16px;
    bottom: -25px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.access .mv img {
  width: 100%;
}

.access .contents {
  margin: 0 0 80px 0;
}

@media (max-width: 767px) {
  .access .contents {
    margin: 0 0 40px 0;
  }
}

.access .contents .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: 0 0 30px 0;
}

.access .contents .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.access .contents h2 {
  font-size: 21px;
  margin: 0 0 20px 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .access .contents h2 {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
}

.access .contents dl {
  margin: 0 0 30px 0;
}

@media (max-width: 767px) {
  .access .contents dl {
    margin: 0 0 15px 0;
  }
}

.access .contents dl dt {
  width: 200px;
  float: left;
  clear: left;
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .access .contents dl dt {
    width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
}

.access .contents dl dt span {
  font-size: 13px;
}

@media (max-width: 767px) {
  .access .contents dl dt span {
    font-size: 12px;
  }
}

.access .contents dl dd {
  padding: 0 0 10px 200px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #cdcdcd;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .access .contents dl dd {
    padding: 0 0 10px 0;
  }
}

.access .contents dl dd span {
  color: #f99;
}

.access .plan {
  margin: 0;
}

/*//////////////////////////////////////////////////////////////////////////////
media
//////////////////////////////////////////////////////////////////////////////*/
.media .mv img {
  width: 100%;
}

.media .lead {
  margin: 0 0 80px 0;
}

@media (max-width: 767px) {
  .media .lead {
    margin: 0 0 40px 0;
  }
}

.media .lead .title {
  text-align: center;
  margin: 0 0 80px 0;
  position: relative;
}

@media (max-width: 767px) {
  .media .lead .title {
    margin: 0 0 40px 0;
  }
}

.media .lead .title h1 {
  font-size: 36px;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding: 0 0 10px 0;
}

@media (max-width: 767px) {
  .media .lead .title h1 {
    font-size: 26px;
  }
}

.media .lead .title h1 span {
  display: block;
  font-size: 21px;
  font-family: "Lato", sans-serif;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .media .lead .title h1 span {
    font-size: 16px;
    bottom: -25px;
  }
}

.media .lead .btn-more {
  display: block;
  width: 75%;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .media .lead .btn-more {
    width: 100%;
    line-height: 1.8;
    padding: 10px;
  }
}

.media .contents {
  margin: 0 0 80px 0;
}

.media .contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.media .contents ul li {
  width: 23%;
  margin: 0 1% 20px 1%;
}

@media (max-width: 767px) {
  .media .contents ul li {
    width: 48%;
  }
}

.media .contents ul li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.media .contents ul li a:hover {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.media .contents ul li img {
  width: 100%;
  margin: 0 0 10px 0;
}

.media .contents ul li .date {
  font-size: 13px;
  margin: 0 10px 10px 10px;
}

@media (max-width: 767px) {
  .media .contents ul li .date {
    font-size: 12px;
    margin: 0 5px 5px 5px;
  }
}

.media .contents ul li h2 {
  font-size: 14px;
  margin: 0 10px 10px 10px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .media .contents ul li h2 {
    font-size: 13px;
    margin: 0 5px 5px 5px;
  }
}

.media .plan {
  margin: 0;
}

/*//////////////////////////////////////////////////////////////////////////////
other
//////////////////////////////////////////////////////////////////////////////*/
.other .mv {
  position: relative;
  background: url("../images/other/img_main_visual_pc.jpg") center top no-repeat;
  background-size: cover;
  min-height: 320px;
}

@media (max-width: 767px) {
  .other .mv {
    background: url("../images/other/img_main_visual_sp.jpg") center top no-repeat;
    background-size: cover;
    min-height: 80vh;
  }
}

.other .mv.contact {
	  position: relative;
  background: url("../images/other/img_contact_main_visual_pc.jpg") center top no-repeat;
  background-size: cover;
  min-height: 320px;
}


@media (max-width: 767px) {
  .other .mv.contact {
    background: url("../images/other/img_contact_main_visual_sp.jpg") center top no-repeat;
    background-size: cover;
    min-height: 80vh;
  }
}


.other .mv .title {
  position: absolute;
  text-align: center;
  margin: 0 0 80px 0;
  padding: 100px 0 0 0;
}

@media (max-width: 767px) {
  .other .mv .title {
    margin: 0 auto 60px auto;
    padding: 150px 0 0 0;
    left: 0;
    right: 0;
  }
}

.other .mv .title h1 {
  font-size: 36px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 0 0 10px 0;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  .other .mv .title h1 {
    font-size: 26px;
  }
}

.other .mv .title h1 span {
  display: block;
  font-size: 21px;
  font-family: "Lato", sans-serif;
  position: absolute;
  bottom: -35px;
  left: 0;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .other .mv .title h1 span {
    font-size: 16px;
    bottom: -25px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.other .mv img {
  width: 100%;
}

.other .contents {
  margin: 0 0 80px 0;
}

@media (max-width: 767px) {
  .other .contents {
    margin: 0 0 40px 0;
  }
}

.other .contents dl {
  margin: 0 10em;
}

@media (max-width: 767px) {
  .other .contents dl {
    margin: 0;
  }
}

.other .contents dl dt {
  width: 100px;
  float: left;
  clear: left;
  font-weight: 300;
  line-height: 3;
}

@media (max-width: 767px) {
  .other .contents dl dt {
    width: 80px;
    line-height: 2;
  }
}

.other .contents dl dd {
  line-height: 3;
  padding: 0 0 0 100px;
  border-bottom: 1px solid #f3f3f3;
}

@media (max-width: 767px) {
  .other .contents dl dd {
    padding: 0 0 0 80px;
    line-height: 2;
  }
}

.other .contents h2 {
  font-size: 24px;
  margin: 0 0 20px 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  .other .contents h2 {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
}

.other .contents p {
  line-height: 1.8;
  margin: 0 0 40px 0;
}

@media (max-width: 767px) {
  .other .contents p {
    margin: 0 0 20px 0;
  }
}

.other .contents p.text-r {
  text-align: right;
}

.other .contents ol {
  list-style-type: decimal;
  padding: 0 0 0 2em;
  margin: 0 0 40px 0;
}

@media (max-width: 767px) {
  .other .contents ol {
    margin: 0 0 20px 0;
  }
}

.other .contents ol li {
  line-height: 1.8;
}

.other .contents ol li ol {
  list-style-type: katakana-iroha;
}

.other .form {
  margin: 0 0 80px 0;
}

@media (max-width: 767px) {
  .other .form {
    margin: 0 0 40px 0;
  }
}

.other .form dl dt {
  width: 250px;
  float: left;
  clear: left;
  font-weight: 300;
  padding: 0 0 0 30px;
}

@media (max-width: 767px) {
  .other .form dl dt {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
    padding: 0;
  }
}

.other .form dl dt .must {
  font-size: 13px;
  background: #f00;
  color: #fff;
  padding: 0 5px;
  margin: 0 0 0 15px;
}

.other .form dl dd {
  padding: 0 30px 15px 250px;
  margin: 0 0  15px 0;
  border-bottom: 1px solid #cdcdcd;
}

@media (max-width: 767px) {
  .other .form dl dd {
    padding: 0 0 15px 0;
    width: 100%;
  }
}

.other .form dl .input-text {
  background: #ddd;
  height: 30px;
  padding: 0 10px;
  width: 400px;
}

@media (max-width: 767px) {
  .other .form dl .input-text {
    width: 100%;
  }
}

.other .form dl .input-zip {
  width: 130px;
  background: #ddd;
  height: 30px;
  padding: 0 10px;
  margin: 0 10px 0 5px;
}

@media (max-width: 767px) {
  .other .form dl .input-zip {
    margin: 3px 0 20px 5px;
  }
}

.other .form dl .input-textarea {
  width: 100%;
  background: #ddd;
  height: 150px;
  padding: 10px;
  margin: 0 10px 0 0;
}

.other .form .btn-more {
  display: block;
  margin: 0 auto;
  width: 250px;
  text-align: center;
}

.other .form h2 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 40px 0;
  font-weight: 500;
}

.other .form p {
  line-height: 2;
  margin: 0 0 30px 0;
}

.other .form .box {
  background: #f2f2f2;
  width: 50%;
  margin: 0 auto;
  padding: 10px;
}

@media (max-width: 767px) {
  .other .form .box {
    width: 100%;
  }
}

.other .form .box h3 {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.other .form .box p {
  font-size: 14px;
  margin: 0;
  text-align: center;
}

.other .plan {
  margin: 0;
}

/*//////////////////////////////////////////////////////////////////////////////
blog
//////////////////////////////////////////////////////////////////////////////*/
.blog .mv {
  position: relative;
  background: url("../images/other/img_main_visual_pc.jpg") center top no-repeat;
  background-size: cover;
  min-height: 320px;
}

@media (max-width: 767px) {
  .blog .mv {
    background: url("../images/other/img_main_visual_sp.jpg") center top no-repeat;
    background-size: cover;
    min-height: 80vh;
  }
}

.blog .mv .title {
  position: absolute;
  text-align: center;
  margin: 0 0 80px 0;
  padding: 100px 0 0 0;
}

@media (max-width: 767px) {
  .blog .mv .title {
    margin: 0 auto 60px auto;
    padding: 150px 0 0 0;
    left: 0;
    right: 0;
  }
}

.blog .mv .title h1 {
  font-size: 36px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 0 0 10px 0;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  .blog .mv .title h1 {
    font-size: 26px;
  }
}

.blog .mv .title h1 span {
  display: block;
  font-size: 21px;
  font-family: "Lato", sans-serif;
  position: absolute;
  bottom: -35px;
  left: 0;
}

@media (max-width: 767px) {
  .blog .mv .title h1 span {
    font-size: 16px;
    bottom: -25px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.blog .contents {
  margin: 0 0 80px 0;
  display: flow-root;
}

@media (max-width: 767px) {
  .blog .contents {
    margin: 0 0 40px 0;
  }
}

.blog .contents .main-container {
  width: 73%;
  float: left;
}

@media (max-width: 767px) {
  .blog .contents .main-container {
    width: 100%;
  }
}

.blog .contents .main-container .title {
  margin: 0 0 40px 0;
}

@media (max-width: 767px) {
  .blog .contents .main-container .title {
    margin: 0 0 20px 0;
  }
}

.blog .contents .main-container .title h2 {
  font-size: 21px;
  line-height: 1.6;
  border-bottom: 1px solid #cdcdcd;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

.blog .contents .main-container .title ul {
  font-size: 13px;
}

.blog .contents .main-container .title ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}

.blog .contents .main-container .title ul li span {
  font-family: "Lato", sans-serif;
}

.blog .contents .main-container .entry {
  margin: 0 0 60px 0;
  line-height: 1.6;
  border-bottom: 1px solid #cdcdcd;
  padding: 0 0 60px 0;
}

@media (max-width: 767px) {
  .blog .contents .main-container .entry {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
  }
}

.blog .contents .main-container .entry h1 {
  font-size: 26px;
  margin: 0 0 20px 0;
}

.blog .contents .main-container .entry h2 {
  font-size: 24px;
  margin: 0 0 20px 0;
}

.blog .contents .main-container .entry h3 {
  font-size: 22px;
  margin: 0 0 20px 0;
}

.blog .contents .main-container .entry h4 {
  font-size: 20px;
  margin: 0 0 20px 0;
}

.blog .contents .main-container .entry h5 {
  font-size: 18px;
  margin: 0 0 20px 0;
}

.blog .contents .main-container .entry h6 {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.blog .contents .main-container .entry p {
  margin: 0 0 20px 0;
}

.blog .contents .main-container .entry a {
  text-decoration: underline;
}

.blog .contents .main-container .entry ul {
  list-style-type: disc;
  padding: 0 0 0 1em;
  margin: 0 0 20px 0;
}

.blog .contents .main-container .entry ol {
  list-style-type: decimal;
  padding: 0 0 0 1em;
  margin: 0 0 20px 0;
}

.blog .contents .main-container .entry img {
  max-width: 100%;
  margin: 0 0 20px 0;
}

.blog .contents .main-container article {
  border-bottom: 1px solid #cdcdcd;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}

@media (max-width: 767px) {
  .blog .contents .main-container article {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }
}

.blog .contents .main-container article h2 {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 10px 0;
}

.blog .contents .main-container article ul {
  font-size: 13px;
  margin: 0 0 10px 0;
}

.blog .contents .main-container article ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}

.blog .contents .main-container article ul li span {
  font-family: "Lato", sans-serif;
}

.blog .contents .main-container article ul p {
  line-height: 1.6;
}

.blog .contents .main-container article a:hover {
  text-decoration: underline;
}

.blog .contents aside {
  width: 22%;
  float: right;
}

@media (max-width: 767px) {
  .blog .contents aside {
    width: 100%;
    float: none;
  }
}

.blog .contents aside h3 {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #cdcdcd;
}

.blog .contents aside ul {
  font-size: 14px;
  margin: 0 0 40px 0;
}

.blog .contents aside ul li {
  line-height: 1.8;
}

.blog .plan {
  margin: 0;
}

.blog .navigation {font-size: 13px; display: flow-root; margin: 0 0 50px;}
.blog .navigation a					{ background-color: #000; padding: 3px 5px; margin: 0 1px; color:#FFF; border-radius: 3px;}
.blog .navigation a:hover				{ background-color: #333;}

.blog .navigation .alignright,
.blog .navigation .alignleft			{ margin-top: -1.2em;}
.blog .navigation .alignright {float: right;}




.bnr {
	margin: 0 0 100px 0;
}

.bnr h2 {
	font-size: 24px;
	text-align: center;
	margin: 0 0 40px 0;
	font-weight: 500;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.bnr h2 {
	font-size: 20px;
	text-align: center;
	margin: 0 0 20px 0;
	font-weight: 500;
	line-height: 1.5;
}
}