@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }



/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**************************************************
    sass
***************************************************/
@font-face {
  font-family: 'Alte-DIN-1451-Mittelschrift';
  src: url("../fonts/Alte-DIN-1451-Mittelschrift.ttf.woff") format("woff"), url("../fonts/Alte-DIN-1451-Mittelschrift.ttf.svg#Alte-DIN-1451-Mittelschrift") format("svg"), url("../fonts/Alte-DIN-1451-Mittelschrift.ttf.eot"), url("../fonts/Alte-DIN-1451-Mittelschrift.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }
/*
/* Custom easing functions.
/* http://easings.net/ja
/* http://webdesign-dackel.com/2015/04/04/sass-easing-variables/
*/
/**************************************************
	base
***************************************************/
/* -----------------------------------------------
	1. Body
-------------------------------------------------- */
body {
  color: #000;
  text-align: left;
  margin: 0; }

body, input, textarea, select {
  font-size: 16px;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "Meiryo", sans-serif;
  line-height: 2; }


/* -----------------------------------------------
	2. Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0; }

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

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

dl, dt, dd {
  margin: 0;
  padding: 0; }

/* ---------- text ---------- */
p {
  margin: 0 0 20px; }

a {
  color: #0067b7;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

/* ---------- plain ---------- */
ul.plain, ol.plain, dl.plain {
  margin-left: 20px;
  margin-bottom: 20px; }

.plain ul, .plain ol {
  margin: 0 0 0 20px; }

ul.plain {
  list-style-type: disc; }
  ul.plain ul {
    list-style-type: circle; }
    ul.plain ul ul {
      list-style-type: square; }

ol.plain, ol.plain ol {
  list-style-type: decimal; }

/* -----------------------------------------------
	3. Helper Class
-------------------------------------------------- */
/* ---------- clear ---------- */
._clearfix {
  zoom: 1; }
  ._clearfix:after {
    content: '';
    display: block;
    clear: both;
    overflow: auto; }

._float-l {
  float: left; }

._float-r {
  float: right; }

._clear {
  clear: both; }

._hidden {
  display: none; }

/* ---------- text ---------- */
._fonts {
  font-size: 88% !important; }

._fontl {
  font-size: 113% !important; }

._valignt {
  vertical-align: top !important; }

._valignm {
  vertical-align: middle !important; }

._valignb {
  vertical-align: bottom !important; }

._txtc, ._txtc th, ._txtc td {
  text-align: center !important; }

._txtr, ._txtr th, ._txtr td {
  text-align: right !important; }

._txtl, ._txtl th, ._txtl td {
  text-align: left !important; }

._wordbreak {
  word-break: break-all !important; }

._nowrap {
  white-space: nowrap !important; }

/* ---------- margin ---------- */
._zero {
  margin-bottom: 0 !important; }

._half {
  margin-bottom: 10px !important; }

._default {
  margin-bottom: 20px !important; }

._double {
  margin-bottom: 40px !important; }

/**************************************************
	TOP
***************************************************/
/* -----------------------------------------------
	Transition
-------------------------------------------------- */
/*---------- inview ----------*/
.js-inview {
  transform: translateY(100px);
  opacity: 0; }

.js-inview-visible {
  transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transform: translateY(0);
  opacity: 1; }

/*---------- loader ----------*/
#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .3s;
  opacity: 0;
  z-index: -1;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center; }
  #loader.-visible {
    opacity: 1;
    z-index: 1000; }

.throbber {
  height: 25px;
  width: 100px;
  background: linear-gradient(270deg, #888, #EEE, #888);
  background-size: 400% 400%;
  animation: single13anim 3s ease-in-out infinite; }
  .throbber::after {
    margin-top: 35px;
    display: block;
    content: 'Now Loading';
    text-transform: uppercase;
    color: #222;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap; }

@keyframes single13anim {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
/* -----------------------------------------------
	Top
-------------------------------------------------- */
.dots {
  position: fixed;
  top: calc(50% - 3em);
  right: 30px;
  z-index: 3; }
  .dots li {
    font-size: 0;
    margin-bottom: 10px; }
  .dots a {
    position: relative;
    color: #8b8b8b;
    font-size: 11px;
    font-family: "Alte-DIN-1451-Mittelschrift", sans-serif;
    line-height: 1; }
    .dots a::after {
      display: inline-block;
      content: "";
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #c0c0c0; }
    .dots a > span {
      position: absolute;
      right: 21px;
      display: inline-block;
      vertical-align: bottom;
      width: 0;
      overflow: hidden;
      transition: all .3s; }
      .dots a > span > span {
        display: inline-block;
        width: 200px;
        text-align: right;
        white-space: nowrap; }
    .dots a:hover > span, .dots a.active > span {
      width: 200px; }
  .dots.now-0 a {
    color: #FFF; }
    .dots.now-0 a::after {
      background: #FFF; }
    .dots.now-0 a.active > span {
      width: 0; }
    .dots.now-0 a.active:hover > span {
      width: 200px; }

.section > .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 55px 0;
  text-align: center; }

.section > .news1 {
  width: 1000px;
  margin: 0 auto;
  padding: 55px 0;
  text-align: center; }

.section > .RESERVE {
  width: 1000px;
  margin: 0 auto;
  margin-top:-100pt;
  padding: 100px 0;
  text-align: center; }

.section > .INFORMATION {
  width: 1000px;
  margin: 0 auto;
  margin-top:00pt;
  padding: 100px 0;
  text-align: center; }



.h2 {/*タイトルPC*/
  color: #c4979f;
  font-size: 35px;
  font-family:  font-family: "-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;";
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 12px; 
}
  .h2 > span {
    display: inline-block;
    overflow: hidden;
    border-bottom: 3px solid #CCC;
    border-top: 0;
    border-image: url(../images/texture_a.png) 7 repeat; }

  @media screen and (max-width: 768px) {
.h2 {/*タイトルSP*/
  color: #c4979f;
  font-size: 27px;
  font-family:   font-family: "-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;";
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 12px; }
}



.h3 {
  color: #c4979f;
  font-size: 27px;
  font-weight: thin;
  line-height: 1.7;
  margin-bottom: 30px; }

  @media screen and (max-width: 768px) {
.h3 {
  color: #c4979f;
  font-size: 21px;
  font-weight: thin;
  line-height: 1.7;
  margin-bottom: 30px; }
}

/*---------- main ----------*/
.main {
	height: 800px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
    position:relative;
    z-index:400;
	top: 0px;
}

#main .inner_PC {
  position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: 0;
    margin: 0 auto;
}


  @media screen and (max-width: 768px) {
.main {
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
    position:relative;
    z-index:400;
	top: 0px;
}

#main .inner_PC {
  position: absolute;
    left: 55%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: 0;
    margin: 0 auto;
}
}






/*---------- news PC----------*/
#news::before {
  content: "";
  width: 100%;
margin-top:-170pt;
  min-width: 1000px;
  padding-top: 0%;
  background: url(../images/bg_news.jpg) no-repeat 50% 50%;
  background-size: cover;
  display: block; }

.news-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px; }
  .news-list::after {
    content: "";
    display: block;
    width: 27.77%; }
  .news-list > .item {
    display: block;
    width: 27.77%;
    color: #000;
    text-decoration: none;
    margin-bottom: 0px; }
    .news-list > .item:hover > * {
      opacity: 0.8; }
  .news-list + ._txtc .button-a span::before {
    transform: rotate(90deg);
    overflow: hidden; }

.news-card {
  font-size: 0.88em;
  text-align: left; }
  .news-card .thumbnail {
    margin-top: 0px;
    margin-bottom: 0px; }
    .news-card .thumbnail img {/*news画像PC*/
      width: 245pt;
      height: 180pt; }
  .news-card .date {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 5px; }
  .news-card .category {
    display: inline-block;
    padding: 0 0.5em;
    background: #b7b7b7;
    color: #FFF;
    font-size: 0.86em;
    font-weight: bold;
    font-family: "Alte-DIN-1451-Mittelschrift", sans-serif;
    line-height: 1.7;
    letter-spacing: 0.1em; }
  .news-card .title {
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.7; }

  @media screen and (max-width: 768px) {
      
      .news-card .thumbnail img {/*news画像SP*/
      width: 100%;
      height:auto; 
       margin-bottom: -115px;}
}

#photoes:before {
  content: "";
  width: 100%;
margin-top:pt;
  min-width: 1000px;
  padding-top: 0%;
  background: url(../images/bg_news.jpg) no-repeat 50% 50%;
  background-size: cover;
  display: block; }


.photoes {
  font-size: 0.88em;
  text-align: left; }

  .photoes .thumbnail {
    margin-bottom: 0px; }
    .photoes .thumbnail img {/*news画像PC*/
      width: 245pt;
      height: 180pt; }
  .photoes .date {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 5px; }
  .photoes .category {
    display: inline-block;
    padding: 0 0.5em;
    background: #b7b7b7;
    color: #FFF;
    font-size: 0.86em;
    font-weight: bold;
    font-family: "Alte-DIN-1451-Mittelschrift", sans-serif;
    line-height: 1.7;
    letter-spacing: 0.1em; }
  .photoes .title {
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.7; }

  @media screen and (max-width: 768px) {
      .photoes .thumbnail img {/*news画像SP*/
      width: 100%;
      height:auto; 
       margin-bottom: -115px;}
}

/*---------- contact ----------*/
#contact {
  background: #F7F7F7; }

.form-table {
  width: 650px;
  margin: 30px auto 50px; }
  .form-table th, .form-table td {
    padding-top: 1.25em;
    border-bottom: 1px solid #DCDCDC; }
  .form-table th {
    position: relative;
    width: 200px;
    color: #333;
    text-align: left;
    vertical-align: top; }
  .form-table td {
    width: 450px;
    text-align: left; }
  .form-table.-confirm {
    border-top: 1px solid #DCDCDC; }
    .form-table.-confirm td {
      padding-bottom: 1em; }

.err {
  color: #F00;
  font-weight: bold;
  text-align: left; }

.required {
  position: absolute;
  right: 20px;
  top: 2.2em;
  display: inline-block;
  background: #999;
  color: #FFF;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.7;
  padding: 0 0.8em; }

.text-field, .text-area {
  background: #EEEEEE;
  border: 0;
  width: 100%;
  padding: 0.2em 0.7em;
  border-radius: 0;
  box-sizing: border-box;
  vertical-align: bottom; }
  .text-field:placeholder-shown, .text-area:placeholder-shown {
    color: #999; }
  .text-field::-webkit-input-placeholder, .text-area::-webkit-input-placeholder {
    color: #999; }
  .text-field:-moz-placeholder, .text-area:-moz-placeholder {
    color: #999;
    opacity: 1; }
  .text-field::-moz-placeholder, .text-area::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .text-field:-ms-input-placeholder, .text-area:-ms-input-placeholder {
    color: #999; }
  .text-field:focus, .text-area:focus {
    outline: 0; }

.button-a {
  display: inline-block;
  position: relative;
  padding: 0.5em 2em;
  background: transparent;
  border: 2px solid #CCC;
  color: #999;
  font-size: 0.93em;
  letter-spacing: 0.1em;
  min-width: 10em; }
  .button-a span::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 11px;
    background: url(../images/arrow_a.svg) no-repeat 0 0;
    background-size: 6px 11px;
    vertical-align: 0;
    margin-right: 10px;
    z-index: 1; }
  .button-a.-back {
    border-color: #CCC;
    margin-right: 20px;
    background: #CCC; }
    .button-a.-back:after {
      background: #CCC; }
    .button-a.-back span::before {
      display: inline-block;
      transform: rotate(-180deg);
      overflow: hidden; }
  @media screen and (min-width: 768px) {
    .button-a::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background: #CCC;
      transition: all 0.2s; }
    .button-a:hover {
      text-decoration: none; }
      .button-a:hover::after {
        width: 100%;
        z-index: 0; }
      .button-a:hover span {
        position: relative;
        color: #FFF;
        z-index: 1; }
        .button-a:hover span::before {
          background-image: url(../images/arrow_a_white.svg); } }

/*---------- info ----------*/
.info > .company {
 margin-bottom:110pt;
    margin-top:-60pt;
  color: #FFF;
  background: #c4979f;
  display: flex;
  flex-direction: row-reverse;
  align-items: center; }
  .info > .company > .company-access {
    width: 50%;
    margin-bottom: 0; }
    .info > .company > .company-access img {
      width: 100%;
      height: auto; }
  .info > .company > .company-information {
    width: 50%;
    padding: 0 50px;
    margin-bottom: -0px;
    box-sizing: border-box;
    text-align: left; }
    .info > .company > .company-information > .name {
      font-size: 1.13em;
      font-weight: bold;
      margin-bottom: 20px; }
    .info > .company > .company-information > .address, .site-footer > .company > .company-information > .transfer {
      font-size: 0.88em;
      margin-bottom: 20px; }
      .info > .company > .company-information > .address:last-child, .site-footer > .company > .company-information > .transfer:last-child {
        margin-bottom: 0; }

  @media screen and (max-width: 768px) {
.info > .company {
 margin-bottom:110pt;
    margin-top:-70pt;}
      }




/*---------- footer ----------*/
.company {
 margin-bottom:110pt;
    margin-top:-100pt;
  color: #FFF;
  background: #c4979f;
  display: flex;
  flex-direction: row-reverse;
  align-items: center; }
  .site-footer > .company > .company-access {
    width: 50%;
    margin-bottom: 0; }
    .site-footer > .company > .company-access img {
      width: 100%;
      height: auto; }
  .site-footer > .company > .company-information {
    width: 50%;
    padding: 0 50px;
    margin-bottom: -0px;
    box-sizing: border-box;
    text-align: left; }
    .site-footer > .company > .company-information > .name {
      font-size: 1.13em;
      font-weight: bold;
      margin-bottom: 20px; }
    .site-footer > .company > .company-information > .address, .site-footer > .company > .company-information > .transfer {
      font-size: 0.88em;
      margin-bottom: 20px; }
      .site-footer > .company > .company-information > .address:last-child, .site-footer > .company > .company-information > .transfer:last-child {
        margin-bottom: 0; }

  @media screen and (max-width: 768px) {
.company {
 margin-bottom:110pt;
    margin-top:-100pt;}
      }
    
.social-share > .heading {
  font-size: 1.5em;
  font-family: "Alte-DIN-1451-Mittelschrift", sans-serif;
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: -2em; }
.social-share > .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  padding: 4em 0; }
  .social-share > .buttons > li {
    margin: 0 0.63em; }
    .social-share > .buttons > li a {
      display: inline-block;
      background: #DDD;
      width: 4em;
      height: 4em;
      border-radius: 50% 50%;
      text-indent: -9999px;
      transition: all .2s; }
    .social-share > .buttons > li.facebook a {
      background: #DDD url(../images/ico_facebook.svg) no-repeat 50% 50%;
      background-size: 1.84em 1.84em; }
      .social-share > .buttons > li.facebook a:hover {
        background-color: #3b5998; }
    .social-share > .buttons > li.twitter a {
      background: #DDD url(../images/ico_twitter.svg) no-repeat 50% 50%;
      background-size: 1.84em 1.84em; }
      .social-share > .buttons > li.twitter a:hover {
        background-color: #55acee; }
    .social-share > .buttons > li.googleplus a {
      background: #DDD url(../images/ico_googleplus.svg) no-repeat 50% 50%;
      background-size: 1.84em 1.84em; }
      .social-share > .buttons > li.googleplus a:hover {
        background-color: #d34836; }
    .social-share > .buttons > li.line a {
      background: #DDD url(../images/ico_line.svg) no-repeat 50% 50%;
      background-size: 1.84em 1.84em; }
      .social-share > .buttons > li.line a:hover {
        background-color: #00B900; }
    .social-share > .buttons > li.hatebu a {
      background: #DDD url(../images/ico_hatebu.svg) no-repeat 50% 50%;
      background-size: 1.84em 1.84em; }
      .social-share > .buttons > li.hatebu a:hover {
        background-color: #00a4de; }
    .social-share > .buttons > li.pocket a {
      background: #DDD url(../images/ico_pocket.svg) no-repeat 50% 50%;
      background-size: 1.84em 1.84em; }
      .social-share > .buttons > li.pocket a:hover {
        background-color: #EF4056; }
.social-share > .copyright {
  color: #999;
  text-align: center;
  font-size: 0.75em;
  font-family: "Alte-DIN-1451-Mittelschrift", sans-serif;
  letter-spacing: 0.1em;
  padding: 0 0 5em 0;
  margin: 0 auto; }

/**************************************************
	NEWS
***************************************************/
/* -----------------------------------------------
	header
-------------------------------------------------- */
#news-article > header {
  background: url(../images/bg_hero_pc.jpg) no-repeat;
  background-size: 100% auto; }
  #news-article > header > .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #news-article > header > .inner {
        width: auto;
        padding: 40px 20px 30px; } }
    #news-article > header > .inner > .h1 {
      float: left; }
      @media screen and (max-width: 768px) {
        #news-article > header > .inner > .h1 {
          float: inherit;
          text-align: center; } }
    #news-article > header > .inner > .global-nav {
      float: right;
      margin-top: 25px; }
      #news-article > header > .inner > .global-nav > li {
        float: left;
        margin-right: 20px; }
        #news-article > header > .inner > .global-nav > li > a {
          color: #fff;
          font-weight: bold; }
        #news-article > header > .inner > .global-nav > li:last-child {
          margin-right: 0; }


.RESERVE-btn {
  display: inline-block;
    margin:0 auto;
    margin-top:60pt;
 max-width:50%;
  padding: 0.8em 6em;
 display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 16px;
  font-size:14pt;
  font-weight: bold;
  color: #FFF;
  background-image: linear-gradient(45deg, #c4979f 0%, #b0c9ff 80%);
  transition: .4s;
}

 @media screen and (max-width: 768px) {
.RESERVE-btn {
  display: inline-block;
    max-width:90%;
    margin:0 auto;
    margin-top:70pt;
  padding: 0.8em 0em;
 display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  font-size:1.5em;
  font-weight: bold;
  color: #FFF;
  background-image: linear-gradient(45deg, #c4979f 0%, #b0c9ff 100%);
  transition: .4s;
}
}

  .company{
    font-size:12pt;
    }

  .company .ad_small{
    font-size:8pt;
    line-height: 1.7;
    letter-spacing: 0.02em;
    }

.btn-gradient-simple:hover {
  background-image: linear-gradient(45deg, #c4979f 50%, #b0c9ff 100%);
}



      @media screen and (max-width: 768px) {
          .inner_PC{
          display:none;}
          
          
          
        #news-article > header > .inner > .global-nav {
          display: none; } }




    #news-article > header > .inner::after {
      clear: both;
      display: block;
      content: ""; }
#news-article > .section > .inner {
  padding: 60px 0; }

  @media screen and (max-width: 768px) {
  #news-article > .section > .inner {
      padding: 40px 20px 30px; } }
  #news-article > .section > .inner > .date {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
    color: #888; }
  #news-article > .section > .inner > .h3 {
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      #news-article > .section > .inner > .h3 {
        font-size: 15px;
        margin-top: 20px; } }
  #news-article > .section > .inner > .h4 {
    font-weight: bold;
    font-size: 20px;
    margin: 40px 0 30px; }
    @media screen and (max-width: 768px) {
      #news-article > .section > .inner > .h4 {
        font-size: 15px;
        margin: 20px 0 10px; } }
  #news-article > .section > .inner > .h5 {
    text-align: left;
    font-weight: bold;
    margin: 20px 0; }
  #news-article > .section > .inner > p {
    text-align: left; }
    #news-article > .section > .inner > p.txtc {
      text-align: center; }
      @media screen and (max-width: 768px) {
        #news-article > .section > .inner > p.txtc {
          text-align: left; } }
    #news-article > .section > .inner > p.img {
      text-align: center; }
  #news-article > .section > .inner > table {
    margin: 0 auto; }
    #news-article > .section > .inner > table > thead > tr > th {
      padding: 15px;
      background: #f0f0f0;
      border: 1px solid #ccc; }
      @media screen and (max-width: 768px) {
        #news-article > .section > .inner > table > thead > tr > th {
          padding: 15px 0; } }
    #news-article > .section > .inner > table > tbody > tr > th {
      padding: 15px;
      background: #f0f0f0;
      border: 1px solid #ccc;
      white-space: nowrap; }
      @media screen and (max-width: 768px) {
        #news-article > .section > .inner > table > tbody > tr > th {
          padding: 15px 0; } }
    #news-article > .section > .inner > table > tbody > tr > td {
      padding: 15px;
      border: 1px solid #ccc; }
      @media screen and (max-width: 768px) {
        #news-article > .section > .inner > table > tbody > tr > td {
          padding: 15px 0; } }
  #news-article > .section > .inner > .step-list {
    display: flex; }
    @media screen and (max-width: 768px) {
      #news-article > .section > .inner > .step-list {
        display: block; } }
    #news-article > .section > .inner > .step-list > .image {
      width: 50%; }
      @media screen and (max-width: 768px) {
        #news-article > .section > .inner > .step-list > .image {
          width: auto;
          padding-top: 20px; } }
    #news-article > .section > .inner > .step-list > ul {
      width: 50%;
      text-align: left; }
      @media screen and (max-width: 768px) {
        #news-article > .section > .inner > .step-list > ul {
          width: auto; } }
  #news-article > .section > .inner > dl > dt {
    float: left;
    margin-right: 1em; }
  #news-article > .section > .inner > dl > dd {
    padding-left: 4em; }
    #news-article > .section > .inner > dl > dd:last-child {
      padding-left: 0; }
  #news-article > .section > .inner .txtc {
    text-align: center; }
    @media screen and (max-width: 768px) {
      #news-article > .section > .inner .txtc {
        text-align: left; } }
  #news-article > .section > .inner .txtl {
    text-align: left; }
  #news-article > .section > .inner > .top-button {
    text-align: center;
    margin-top: 60px; }


  .section > .INFORMATION {
          max-width: 900px;
    width: auto;
    padding: 70px 20px 120px; }

  #about .inner img {
    max-width: 500px;
      margin-bottom:30pt;
margin-bottom:30pt;}

  .section2 {
    width:750pt;
    margin:0 auto;
    padding: 0px 0px 0px; }

  .section3 {
    width:750pt;
    margin:0 auto;
    padding: 0px 0px 0px; }

  .section2 .catch img {
      margin:0 auto;
      margin-left:20%;
    max-width: 600px;
margin-bottom:20pt;}

  .section2 h3{
    max-width:42%;
   margin-bottom:10pt;}



.section2 p{
    max-width:42%;
    float:left;
   margin-bottom:60pt;}

.section3 .text_left{
    max-width:42%;
   margin-top:220pt;
   margin-bottom:0pt;}

  .section2 .photo {
    margin-top:-70pt;
    float:right;
    max-width: 55%;}

  .section3 .photo {
    margin-top:-180pt;
    float:right;
    max-width: 55%;}

.clear_box {
    clear:  both; /* 回り込みを解除する */
}


@media screen and (max-width: 768px) {
  #about .inner img {
    max-width: 80%;
margin-bottom:30pt;}
    
.section2 {
    margin-top:20%;
    text-align: center;
    width:90%;}
    
.section3 {
    text-align: center;
    width:94%;}

  .section2 h3{
      margin:0 auto;
    max-width:90%;
   margin-bottom:10pt;}

.section3 .text_left{
    max-width:100%;
   margin-top:50pt;
   margin-bottom:0pt;}
    
  .section2 .catch img {
    width:80%;
    margin-left:0%;
    margin-top:20pt;
    margin-bottom:20pt;}


  .section2 p{
    max-width: 100%;
   margin-bottom:20pt;}

  .section3 p{
    max-width: 100%;
    margin-left:0pt;
    margin-top:00pt;
   margin-bottom:10pt;}
    
    
  .section2 .photo {
    max-width: 100%;
      float:none;
    margin:0 auto;
    margin-bottom:30pt;}

  .section3 .photo {
    max-width: 100%;
      float:none;
    margin:0 auto;
    margin-top:00pt;
    margin-bottom:60pt;}
}



/**************************************************
	SMARTPHONE
***************************************************/
.pc-none {
  display: none; }

@media screen and (max-width: 768px) {
  body {
    font-size: 12px; }

  img {
    max-width: 100%;
    height: auto; }

  /*---------- common ----------*/
  .pc-none {
    display: block; }

  .sp-none {
    display: none; }

  .dots {
    display: none; }

  .section > .inner {
    width: auto;
    padding: 40px 20px 30px; }
    
  .section > .news1 {
    width: auto;
    padding: 40px 20px 30px; }
    
  .section > .RESERVE {
    width: auto;
    padding: 40px 20px 30px; }

  .section > .INFORMATION {
    width: auto;
    padding: -0px 20px 60px; }
    
    


  .h3 {
    font-size: 20px;
    line-height: 1.8; }
    
    


    
    
    
    
    

  /*---------- hero ----------*/
  .hero {
    min-width: 0; }
    .hero > .inner {
      display: none;
    margin-bottom:-200pt;}

    
    .hero > .title {
      position: static;
      background: url(../images/bg_hero_sp.jpg) no-repeat 50% 50%;
      background-size: cover;
      padding: 30px 0; }
      .hero > .title > .inner {
        flex-direction: column; }
        .hero > .title > .inner > .identity {
          height: 100px;
          margin: 0 0 20px; }
        .hero > .title > .inner > .copy {
          width: 90%;
          margin: 0; }
        .hero > .title > .inner::after {
          display: inline-block;
          content: "";
          width: 32px;
          height: 18px;
          background: url(../images/arrow_b_white.svg) no-repeat 0 0;
          background-size: 32px 18px;
          display: block;
          margin: 30px auto 0; }


  /*---------- about ----------*/
  #about::after {
    display: inline-block;
    content: "";
    width: 32px;
    height: 18px;
    background-size: 32px 18px;
    display: block;
    margin: 0 auto 0px; }
    

  /*---------- INFORMATION ----------*/
  #INFORMATION::after {
    display: inline-block;
    content: "";
    width: 32px;
    height: 18px;
    background-size: 32px 18px;
    display: block;
    margin: 0 auto 50px; }
    
    .ad_small{
    font-size:5pt;
    }
    
    
  /*---------- news ----------*/
  #news::before {
    min-width: 0;
    margin-top:-80pt;}
  #news::after {
    display: inline-block;
    content: "";
    width: 32px;
    height: 18px;
    background: url(../images/arrow_b.svg) no-repeat 0 0;
    background-size: 32px 18px;
    display: block;
    margin: 0 auto 50px; }

  .news-list {
    margin: 0px 0px 0px;
    flex-direction: column; }
    .news-list > .item {
      width: auto;
      margin-bottom: 30px; }
      .news-list > .item:last-child {
        margin-bottom: 0; }

  .news-card {
    font-size: 1em; }
    .news-card > .thumbnail {
      margin-bottom: 10em; }/*NEWS*/

  /*---------- contact ----------*/
  .form-table {
    width: 100%;
    margin-top: 0px; }
    .form-table tr, .form-table th, .form-table td {
      width: auto;
      display: block;
      border-bottom: 0; }
    .form-table th {
      font-size: 1.17em;
      padding-top: 1.43em; }
    .form-table td {
      padding-top: 0.5em; }
    .form-table.-confirm {
      border-top: 0; }
      .form-table.-confirm td {
        padding-bottom: 0; }

  .required {
    top: 2em;
    right: 0; }

  .button-a {
    font-size: 1em; }

    
    
    
  /*---------- info ----------*/
  .info > .company {
    flex-direction: column-reverse; }
    .info > .company > .company-access {
      width: auto; }
    .info > .company > .company-information {
      width: auto;
      padding: 40px 20px;
      margin-bottom: 0; }
      .info > .company > .company-information > .address, .site-footer > .company > .company-information > .transfer {
        font-size: 1em; }
        .info > .company > .company-information > .address a, .site-footer > .company > .company-information > .transfer a {
          color: #FFF;
          text-decoration: underline; }
  .info > .social {
    font-size: 0.8em; }
    .info > .social > .copyright {
      font-size: 1em; } }




  /*---------- footer ----------*/
  .site-footer > .company {
    flex-direction: column; }
    .site-footer > .company > .company-access {
      width: auto; }
    .site-footer > .company > .company-information {
      width: auto;
      padding: 40px 20px;
      margin-bottom: 0; }
      .site-footer > .company > .company-information > .address, .site-footer > .company > .company-information > .transfer {
        font-size: 1em; }
        .site-footer > .company > .company-information > .address a, .site-footer > .company > .company-information > .transfer a {
          color: #FFF;
          text-decoration: underline; }
  .site-footer > .social {
    font-size: 0.8em; }
    .site-footer > .social > .copyright {
      font-size: 1em; } }








html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Noto Sans Japanese', sans-serif;
color: #1b1b1b;
}

html, body {/*フォントサイズ*/
  font-size: 13px; }

span.pink {
	background-color: #f79ca1;
}
span.green {
	background-color: #76cdc2;
}
span.blue {
	background-color: #5b9cdf;
}






a {
	color: inherit;
	text-decoration: none; 
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
outline: none;
}



a img {
  border-style: none; }

p {
  margin: 0;
  padding: 0; }










/*
hide text
*/
.hText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*
icon font
*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?3nzh2k");
  src: url("../fonts/icomoon.eot?3nzh2k#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3nzh2k") format("truetype"), url("../fonts/icomoon.woff?3nzh2k") format("woff"), url("../fonts/icomoon.svg?3nzh2k#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow:before {
  content: "\f105"; }

.icon-location:before {
  content: "\e947"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-instagram:before {
  content: "\ea92"; }

/*
flower
**********************************************************************/
.z-index-1{
max-width:20pt;
    margin-top:-350pt;
    margin-bottom:0pt;
    margin-left:70pt;
    z-index:-10;
}

.z-index-2{
max-width:20pt;
    margin-top:0pt;
    margin-bottom:0pt;
    margin-left:00pt;
}

.z-index-3{
    float:right;
    margin-top:-100pt;
    margin-bottom:0pt;
    margin-right:0pt;
}

.z-index-4{
    float:right;
    margin-top:-200pt;
    margin-bottom:0pt;
    margin-right:-20pt;
}

/*
flower RESERVE
**********************************************************************/
#RESERVE .z-index-5{
max-width:20pt;
    margin-top:-200pt;
    margin-bottom:20pt;
    margin-left:70pt;
    z-index:-10;
}

#RESERVE .z-index-6{
    margin-top:0pt;
    margin-bottom:-50pt;
    margin-left:-580pt;
}

#RESERVE .z-index-7{
    float:right;
    margin-top:00pt;
    margin-bottom:0pt;
    margin-right:00pt;
}

#RESERVE .z-index-8{
    float:right;
    margin-top:-100pt;
    margin-right:50pt;
}


@media screen and (max-width: 768px) {
/*
flower SP
**********************************************************************/
.z-index-1{
max-width:10%;
    margin-top:-370pt;
    margin-bottom:0pt;
    margin-left:10pt;
    z-index:-10;
}

.z-index-2{
max-width:10%;
    margin-top:30pt;
    margin-bottom:0pt;
    margin-left:0pt;
}

.z-index-3{
    max-width:10%;
    float:right;
    margin-top:-120pt;
    margin-bottom:0pt;
    margin-right:15pt;
}

.z-index-4{
    max-width:10%;
    float:right;
    margin-top:-60pt;
    margin-bottom:0pt;
    margin-right:10pt;
}

/*
flower RESERVE SP
**********************************************************************/
#RESERVE .z-index-5{
    max-width:40pt;
    margin-top:-190pt;
    margin-bottom:90pt;
    margin-left:0pt;
}

#RESERVE .z-index-6{
    display:none;
    
}
#RESERVE .z-index-7{
    max-width:40pt;
    float:right;
    margin-top:-80pt;
    margin-bottom:0pt;
    margin-right:00pt;
}

#RESERVE .z-index-8{
    display:none;
}
}



/*
footer
**********************************************************************/
@media screen and (max-width: 768px) {
  footer {
    margin-top: 35px; }
    footer .sns {
      width: 100%;
      height: 40px;
      background-color: #f8eef1;
      text-align: center;
      font-size: 0; }
      footer .sns .btn {
        margin: 5px 6px 0;
        width: 30px;
        height: 30px;
        font-size: 1.5rem;
        line-height: 32px;
        border-radius: 15px;
        background-color: white;
        display: inline-block;
        color: #e7316e; }
    footer nav.menu {
      width: 100%;
      background-color: #f79ca1; }
      footer nav.menu ul {
        margin: 0;
        padding: 0;
        text-align: center; }
      footer nav.menu li {
        width: 100%;
        height: 45px;
        line-height: 45px;
        position: relative;
        list-style: none;
        font-size: 1.2rem;
        color: white;
        border-bottom: 1px solid #FFF; }
        footer nav.menu li span {
          position: absolute;
          top: 0;
          right: 10px;
          font-size: 1.5rem;
          line-height: 45px; }
        footer nav.menu li a {
          display: block;
          width: 100%;
          height: 100%; }
    footer #banner {
      margin: 20px auto 0;
      width: 280px;
      padding-bottom: 90px; }
      footer #banner .banner {
        float: left;
        width: 135px;
        height: 60px;
        border: 1px solid #d8c7ae;
        position: relative; }
        footer #banner .banner p {
          position: absolute;
          top: 70px;
          left: 0;
          font-size: 1rem;
          color: #626262;
          line-height: 1.5em;
          text-align: left; }
        footer #banner .banner.b1 {
          background-color: #fdfcf9;
          text-align: center; }
          footer #banner .banner.b1 img {
            position: absolute;
            top: 8px;
            left: 50%;
            margin-left: -40px;
            width: 84px; }
        footer #banner .banner.b2 {
          margin-left: 10px;
          background-color: #fdfcf9; }
          footer #banner .banner.b2 img {
            position: absolute;
            top: 5px;
            left: 50%;
            margin-left: -55px;
            width: 110px; }
        footers {
      background-color: #f79ca1;}
    footer nav.links {
      max-width: 100%;
      padding: 25px 15px;
      background-color: #f79ca1;
      border-bottom: 1px solid #FFF; }
      footer nav.links ul {
        margin: 0;
        padding: 0;
        font-size: 0;
        text-align: center; }
      footer nav.links li {
        list-style: none;
        display: inline-block;
        font-size: 0.8rem;
        color: white;
        margin: 5px 0;
        padding: 0 5px;
        border-right: 1px solid white; }

    footer p.copyright {
      text-align: center;
      width: 100%;
      padding: 15px 0;
      color: white;
      background-color: #f79ca1; }
      footer p.copyright small {
        font-size: 0.6rem; }
    footer nav.con {
position:fixed;
bottom:0;
      width: 100%;
z-index:300;
      background-color: #e7316e; }
      footer nav.con ul {
        margin: 0;
        padding: 0;
        font-size: 0;
        text-align: center; }
      footer nav.con li {
        list-style: none;
        display: inline-block;
        font-size: 1.2rem;
        color: white;
        margin: 0;
        padding: 0;
        width: 50%;
        height: 45px;
        line-height: 45px; }
        footer nav.con li:first-child {
          border-right: 1px solid white; }
        footer nav.con li a {
          display: block;
          width: 100%;
          height: 100%; } }

@media screen and (min-width: 769px) {
  footer {
    margin-top: 60px; }
    footer .sns {
      display: none; }
    footer nav.menu {
      display: none; }
    footer #banner {
      margin: 60px auto 0;
      width: 980px;
      padding-bottom: 60px; }
      footer #banner .banner {
        float: left;
        width: 480px;
        height: 85px;
        border: 1px solid #d8c7ae;
        position: relative; }
        footer #banner .banner p {
          font-size: 13px;
          color: #626262;
          line-height: 1.5em; }
        footer #banner .banner.b1 {
          padding-left: 150px;
          padding-top: 25px;
          background-color: #fdfcf9; }
          footer #banner .banner.b1 img {
            position: absolute;
            top: 10px;
            left: 10px; }
        footer #banner .banner.b2 {
          margin-left: 20px;
          padding-left: 170px;
          padding-top: 25px;
          background-color: #fdfcf9; }
          footer #banner .banner.b2 img {
            position: absolute;
            top: 13px;
            left: 10px; }
    footer nav.links {
      width: 100%;
      padding: 30px 0;
      background-color: #f79ca1;
      border-bottom: double #f9babd; }
      footer nav.links ul {
        margin: 0;
        padding: 0;
        font-size: 0;
        text-align: center; }
      footer nav.links li {
        list-style: none;
        display: inline-block;
        font-size: 13px;
        color: white;
        margin: 0 18px; }
    footer p.copyright {
      text-align: center;
      width: 100%;
      padding: 50px 0;
      color: white;
      background-color: #f79ca1; }
      footer p.copyright small {
        font-size: 11px; }
    footer nav.con {
      display: none; }
#kv {
position:relative;
top:115px;
}
 }



/*
br
*/
@media screen and (max-width: 768px) {
.pc {
display:none;
}
.sp {
display:block!important;
}
 }

@media screen and (min-width: 769px) {
.pc {
display:block;
}
.sp {
display:none!important;
}
}