@charset "UTF-8";
/*
Theme Name: hinanosato
Version: 1.0.1
*/
@import url("https://fonts.googleapis.com/css?family=Nunito&display=swap");
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  vertical-align: bottom; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible;
  text-transform: none; }

select {
  text-transform: none; }

button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.8em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* -----------------------------------------------------------------------
Mixin   to use @include
------------------------------------------------------------------------- */
/*TOC*/
/* 定義リスト
-------------------------- */
/* Button
-------------------------- */
/*
Arrow
-------------------------- */
/* -----------------------------------------------------------------------
変数定義
------------------------------------------------------------------------- */
/* Color
-------------------------- */
/* Screen
-------------------------- */
/* font
-------------------------- */
.nunito {
  font-family: "Nunito", sans-serif; }

/* -----------------------------------------------------------------------
Parts to use @extend or direct
------------------------------------------------------------------------- */
/*TOC*/
.rel {
  position: relative; }

.ab {
  position: absolute; }

.ab100 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2; }

.po-none {
  pointer-events: none !important; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.bold {
  font-weight: bold; }

.main_c {
  color: #e07585; }

.no-wrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.cover, .mv .swiper-slide img.pc {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; }

.fff {
  color: #fff !important; }

.opa8:hover {
  opacity: 0.7; }

/* Heading ex. h1 h2 h3 h4
-------------------------- */
/* Underline
-------------------------- */
.underline, .underline--red, .underline--orange {
  text-decoration: underline; }
  .underline--red {
    -webkit-text-decoration-color: red;
            text-decoration-color: red; }
  .underline--orange {
    -webkit-text-decoration-color: orange;
            text-decoration-color: orange; }
  .underline--yellow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #fff7008c));
    background: linear-gradient(transparent 65%, #fff7008c 0%);
    display: inline;
    padding: 0 2px 3px; }

/* Button
-------------------------- */
.is_link {
  margin-top: 1em; }
  .is_link:after {
    content: "△";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: inline-block;
    font-size: .85em;
    margin-left: .5em;
    line-height: .8;
    top: -1px;
    position: relative; }

.is_link_before:before {
  content: "△";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  font-size: .65em;
  margin-right: .5em;
  line-height: .8;
  top: -1px;
  position: relative; }

.btn-a {
  width: 292px;
  background: url(images/common/btn_01.png) 0 0/100% auto no-repeat;
  text-align: center;
  line-height: 3em;
  font-size: 1.125em;
  height: 3.75em;
  display: inline-block;
  color: #fff;
  margin: 1.5em 0; }
  .btn-a:hover {
    opacity: .8; }
  .btn-a__wh {
    background: url(images/common/btn_02.png) 0 0/100% auto no-repeat;
    color: #e07585; }
  .btn-a__or {
    background: url(images/common/btn_or.png) 0 0/100% auto no-repeat; }

.btn-b {
  background: #e07585;
  color: #fff;
  width: 100%;
  line-height: 3;
  overflow: hidden;
  padding: 0 1em;
  position: relative;
  margin-bottom: .5em; }
  .btn-b__be {
    background: #c59e00; }
  .btn-b:after {
    position: absolute;
    right: 1em;
    top: 1.25em;
    content: "△";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: inline-block;
    font-size: .85em;
    margin-left: .5em;
    line-height: .8; }
  .btn-b:hover {
    opacity: .7; }

.btn-small {
  width: 155px;
  background: url(images/common/btn_small.png) 0 0/100% auto no-repeat;
  text-align: center;
  line-height: 58px;
  font-size: 18px;
  height: 62px;
  display: inline-block;
  color: #fff;
  margin: 1.5em 0;
  padding-right: 5px; }
  .btn-small:hover {
    opacity: .7; }
  .btn-small__opa {
    opacity: .7; }

.btn-small-b {
  width: 155px;
  background: url(images/blog/cat_btn.png) 0 0/100% auto no-repeat;
  text-align: center;
  line-height: 58px;
  font-size: 18px;
  height: 62px;
  display: inline-block;
  color: #fff;
  margin: 1.5em 0;
  padding-right: 5px; }
  .btn-small-b:hover {
    opacity: .7; }
  .btn-small-b__opa {
    opacity: .7; }

.btn-block {
  display: block;
  width: 100%; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3;
  border-radius: 6px; }

.btn-main {
  color: #fff;
  background: #e07585;
  height: 32px;
  line-height: 32px;
  padding: 0px 14px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 0px 0px #d74b60;
          box-shadow: 0px 2px 0px 0px #d74b60; }
  .btn-main:hover, .btn-main:active {
    cursor: pointer;
    background: #db6073; }

.btn-main-2 {
  color: #fff;
  background: #e07585;
  height: 32px;
  line-height: 32px;
  padding: 0px 14px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  border-radius: 32px;
  -webkit-box-shadow: 0px 2px 0px 0px #d74b60;
          box-shadow: 0px 2px 0px 0px #d74b60; }
  .btn-main-2:hover, .btn-main-2:active {
    cursor: pointer;
    background: #db6073; }

.btn-main-3 {
  color: #e07585;
  background: transparent;
  height: 32px;
  line-height: 32px;
  padding: 0px 16px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0);
  border: 2px solid;
  line-height: 30px; }
  .btn-main-3:hover, .btn-main-3:active {
    cursor: pointer;
    background: rgba(0, 0, 0, 0); }
  .btn-main-3:hover, .btn-main-3:active {
    color: #e58a97; }

.btn-sub {
  color: #fff;
  background: #ea5629;
  height: 32px;
  line-height: 32px;
  padding: 0px 14px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 0px 0px #cc3f14;
          box-shadow: 0px 2px 0px 0px #cc3f14; }
  .btn-sub:hover, .btn-sub:active {
    cursor: pointer;
    background: #e34616; }

.btn-third {
  color: #fff;
  background: #41281f;
  height: 32px;
  line-height: 32px;
  padding: 0px 14px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 0px 0px #1e130f;
          box-shadow: 0px 2px 0px 0px #1e130f; }
  .btn-third:hover, .btn-third:active {
    cursor: pointer;
    background: #301d17; }

.btn-sub-bd {
  color: #ea5629;
  background: transparent;
  height: 32px;
  line-height: 32px;
  padding: 0px 16px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0);
  border: 2px solid;
  line-height: 30px; }
  .btn-sub-bd:hover, .btn-sub-bd:active {
    cursor: pointer;
    background: rgba(0, 0, 0, 0); }
  .btn-sub-bd:hover, .btn-sub-bd:active {
    color: #ec6840; }

.btn-third-bd {
  color: #41281f;
  background: transparent;
  height: 32px;
  line-height: 32px;
  padding: 0px 16px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0);
  border: 2px solid;
  line-height: 30px; }
  .btn-third-bd:hover, .btn-third-bd:active {
    cursor: pointer;
    background: rgba(0, 0, 0, 0); }
  .btn-third-bd:hover, .btn-third-bd:active {
    color: #523327; }

/* Table
-------------------------- */
table {
  width: 100%;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word; }
  @media only screen and (max-width: 767px) {
    .table-scroll table {
      overflow: auto;
      white-space: nowrap; }
      .table-scroll table td {
        width: auto;
        display: table-cell;
        border-top: 1px solid #e5e5e5 !important; }
      .table-scroll table:-webkit-scrollbar {
        height: 5px; }
      .table-scroll table:-webkit-scrollbar-track {
        background: #f1f1f1; }
      .table-scroll table:-webkit-scrollbar-thumb {
        background: #bcbcbc; } }

.table-a {
  margin: 1em 0;
  border: none;
  border-bottom: 2px dotted rgba(65, 40, 31, 0.5); }
  .table-a th {
    background: #faf8f3;
    text-align: left;
    padding: 0.8em 1em;
    width: 160px;
    font-weight: normal;
    vertical-align: top; }
  .table-a tr {
    border-top: 2px dotted rgba(65, 40, 31, 0.5); }
  .table-a td {
    background: #fff;
    padding: 0.8em; }
  .table-a a {
    color: #41281f; }
    .table-a a:before {
      content: "△";
      display: inline-block;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      font-size: .65em;
      position: relative;
      top: -2px;
      margin-right: .5em; }

/* Pagenation
-------------------------- */
.pagenation {
  padding: 5px 3em;
  margin: 2em 0;
  text-align: center;
  position: relative; }
  .pagenation a,
  .pagenation .page-numbers {
    padding: 3px 12px;
    display: inline-block;
    margin: 2px 2px 1px;
    border: 1px solid;
    color: #000;
    height: 2.125em; }
    .pagenation a:hover,
    .pagenation a :active,
    .pagenation .page-numbers:hover,
    .pagenation .page-numbers :active {
      border: 1px solid; }
  .pagenation .current {
    background: #e07585;
    color: #fff; }
  .pagenation .disabled {
    padding: 6px 10px;
    margin: 2px;
    border: 1px solid; }
  .pagenation .page-numbers.prev:before, .pagenation .page-numbers.prev:after, .pagenation .page-numbers.next:before, .pagenation .page-numbers.next:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-top: 2px dotted;
    top: 0;
    left: 0; }
  .pagenation .page-numbers.prev:after, .pagenation .page-numbers.next:after {
    top: auto;
    bottom: 0; }

body {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.6;
  word-wrap: break-word;
  color: #000;
  font-weight: 400; }

*:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.opacity {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8; }

.inner {
  width: 1036px;
  max-width: 100%;
  margin: 0 auto; }

.inner_l {
  padding: 0 2em; }

.slide_nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001; }

.slide_navigation {
  position: fixed !important;
  background: #faf8f3;
  top: 0;
  right: 0;
  z-index: 101;
  min-height: 100vh;
  width: 100vw;
  overflow-y: scroll; }
  .slide_navigation a {
    color: #fff; }
  .slide_navigation.active {
    display: block !important;
    position: absolute; }
  .slide_navigation .btn_bg a {
    display: block;
    margin: 0 auto; }
  .slide_navigation .times {
    font-size: 1rem; }
  .slide_navigation .is_res {
    top: 18px; }

.slide_nav_btn {
  padding: 24px 24px 0; }
  .slide_nav_btn img {
    width: 44px; }

.close_btn {
  top: 24px;
  right: 24px;
  width: 44px; }

/* パンくず
----------------------------- */
#breadCrumbs {
  background: #e07585;
  border-bottom: 1px solid #ea5629;
  font-size: 12px;
  padding: 8px 0;
  color: #fff; }
  #breadCrumbs a {
    color: #fff; }
  #breadCrumbs .inner {
    padding: 0.25em 0; }

/*----- フェードイン -----*/
.inviewfadeIn {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s; }

.fadeIn {
  opacity: 1; }

/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 80px);
  -webkit-transform: translate(0, 80px);
  -webkit-transition: 1s;
  transition: 1s; }

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

#pageTop {
  position: fixed;
  bottom: 40vh;
  right: 0em;
  z-index: 1000; }

#res_fixed {
  z-index: 1000;
  position: fixed;
  bottom: 1.5em;
  right: 0em; }
  #res_fixed .is_tel {
    padding: 0 1em;
    vertical-align: 4px;
    display: inline-block; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3;
  font-weight: normal; }

h1 {
  margin-bottom: 15px;
  font-size: 3.125em; }

h2 {
  margin-bottom: 15px;
  font-size: 38px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 13px; }

p {
  margin-bottom: 1.6em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.6em;
  font-style: italic;
  font-size: 20px; }

address {
  margin: 0 0 1.6em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 0px; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
  *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }

blockquote:before, blockquote:after {
  content: ""; }

q:before, q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.6em; }

ol {
  margin: 0 0 1.6em 2.4em;
  padding: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 2.4em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.6em 1.6em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  border: 1px solid #eee;
  margin: 0 0 1.6em;
  width: 100%; }

th,
td {
  padding: 0.8em 5px; }

tr:nth-of-type(2n) {
  background: #f9f9f9; }

caption {
  font-weight: bold;
  margin: 0 0 0.8em; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button {
  border: 0;
  background: #eee;
  font-weight: 400;
  font-size: 13px;
  padding: 15px 1.6em;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  button.menu-toggle {
    background-color: #fff;
    font-weight: 400;
    font-size: 13px; }
    button.menu-toggle:hover, button.menu-toggle:focus {
      background-color: #fff;
      font-weight: 400;
      font-size: 13px; }

input[type="button"], input[type="reset"], input[type="submit"] {
  border: 0;
  background: #eee;
  font-weight: 400;
  font-size: 13px;
  padding: 15px 1.6em;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.button,
button:hover {
  background-color: #ccd4db;
  border-bottom: 0px !important; }

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #ccd4db;
  border-bottom: 0px !important; }

button:focus {
  background-color: #ccd4db; }

input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  background-color: #ccd4db; }

button:active {
  background-color: #ccd4db; }

input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
  background-color: #ccd4db; }
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="password"], input[type="search"] {
  font-family: "Merriweather", serif;
  padding: 15px;
  border: 1px solid #eee;
  background: #fff;
  max-width: 100%;
  -webkit-transition: 0.1s;
  transition: 0.1s; }

textarea {
  font-family: "Merriweather", serif;
  padding: 15px;
  border: 1px solid #eee;
  background: #fff;
  max-width: 100%;
  -webkit-transition: 0.1s;
  transition: 0.1s; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="search"]:focus {
  border-color: #ccc;
  color: #111;
  outline: none; }

textarea:focus {
  border-color: #ccc;
  color: #111;
  outline: none; }

input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="password"], input[type="search"] {
  padding: 0.8em; }

.search-form {
  position: relative; }

input[type="search"].search-field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2em; }

.search-form label:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 1.2em;
  left: 0.8em;
  -webkit-font-smoothing: antialiased; }

textarea {
  padding-left: 0.8em;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #e07585;
  -webkit-transition: 0.1s;
  transition: 0.1s; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

.widget_authors > ul > li > a:first-of-type {
  border: 0; }
  .widget_authors > ul > li > a:first-of-type:visited, .widget_authors > ul > li > a:first-of-type:hover, .widget_authors > ul > li > a:first-of-type:focus {
    border: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  border-bottom: 1px solid #eee;
  clear: both;
  display: block;
  margin: 0 auto;
  padding: 1.6em 2.5%;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  max-width: 1200px; }
  .main-navigation > div:first-of-type {
    float: left; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .main-navigation li {
    display: inline-block;
    margin-right: 1.6em;
    position: relative; }
  .main-navigation .menu li:last-of-type {
    margin-right: 0; }
  .main-navigation > div:first-of-type a {
    border-bottom: 2px solid transparent;
    display: block; }
  .main-navigation ul ul {
    background: white;
    border: 1px solid #eee;
    float: left;
    position: absolute;
    top: 1.65em;
    left: -999em;
    z-index: 99999; }
    .main-navigation ul ul ul {
      left: -999em;
      top: 0; }
    .main-navigation ul ul a {
      border-bottom: 0;
      margin: 0;
      padding: 0.8em;
      width: 200px; }
  .main-navigation li:hover > a, .main-navigation li.focus > a {
    border-bottom-color: currentColor; }
  .main-navigation ul ul :hover > a,
  .main-navigation ul ul .focus > a {
    border-bottom-color: transparent; }
  .main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
    border-bottom-color: transparent; }
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto; }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    top: -1px;
    left: 100%; }
  .main-navigation ul li.menu-item-has-children, .main-navigation ul li.page_item_has_children {
    margin-right: 3em; }
  .main-navigation ul li.menu-item-has-children > a:after, .main-navigation ul li.page_item_has_children > a:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    height: 100%;
    opacity: 0.4;
    padding-left: 0.8em;
    position: absolute;
    right: -1.6em;
    top: 3px;
    vertical-align: text-top;
    -webkit-font-smoothing: antialiased; }
  .main-navigation ul ul li.menu-item-has-children > a:after, .main-navigation ul ul li.page_item_has_children > a:after {
    content: "\f054";
    display: inline-block;
    margin-top: 3px;
    margin-left: 10px;
    padding: 0;
    opacity: 0.4;
    position: static;
    vertical-align: text-top; }
  .main-navigation > div:first-of-type > ul > .current_page_item > a,
  .main-navigation > div:first-of-type > ul > .current-menu-item > a {
    border-bottom-color: currentColor; }

/* Social Links */
.social-links {
  display: none;
  float: right;
  line-height: 1; }
  .social-links li {
    margin-right: 15px;
    font-size: 24px; }
    .social-links li:last-of-type {
      margin-right: 0; }
    .social-links li a:before {
      content: "\f1e0";
      color: #9da4aa;
      font-family: FontAwesome;
      font-size: 21px;
      font-weight: normal;
      line-height: 1;
      text-decoration: none;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      -webkit-font-smoothing: antialiased; }
    .social-links li a:hover {
      text-decoration: none; }
  .social-links ul a[href*="wordpress.org"]:before, .social-links ul a[href*="wordpress.com"]:before {
    content: "\f205"; }
  .social-links ul a[href*="facebook.com"]:before {
    content: "\f230"; }
  .social-links ul a[href*="twitter.com"]:before {
    content: "\f099"; }
  .social-links ul a[href*="dribbble.com"]:before {
    content: "\f17d"; }
  .social-links ul a[href*="plus.google.com"]:before {
    content: "\f0d5"; }
  .social-links ul a[href*="pinterest.com"]:before {
    content: "\f231"; }
  .social-links ul a[href*="github.com"]:before {
    content: "\f09b"; }
  .social-links ul a[href*="tumblr.com"]:before {
    content: "\f173"; }
  .social-links ul a[href*="youtube.com"]:before {
    content: "\f16a"; }
  .social-links ul a[href*="flickr.com"]:before {
    content: "\f16e"; }
  .social-links ul a[href*="vimeo.com"]:before {
    content: "\f194"; }
  .social-links ul a[href*="instagram.com"]:before {
    content: "\f16d"; }
  .social-links ul a[href*="codepen.io"]:before {
    content: "\f1cb"; }
  .social-links ul a[href*="linkedin.com"]:before {
    content: "\f0e1"; }
  .social-links ul a[href*="foursquare.com"]:before {
    content: "\f180"; }
  .social-links ul a[href*="reddit.com"]:before {
    content: "\f1a1"; }
  .social-links ul a[href*="digg.com"]:before {
    content: "\f1a6"; }
  .social-links ul a[href*="stumbleupon.com"]:before, .social-links ul a[href*="spotify.com"]:before {
    content: "\f1a4"; }
  .social-links ul a[href*="twitch.tv"]:before {
    content: "\f1e8"; }
  .social-links ul a[href*="dropbox.com"]:before {
    content: "\f16b"; }
  .social-links ul a[href*="/feed"]:before {
    content: "\f09e"; }
  .social-links ul a[href*="skype"]:before {
    content: "\f17e"; }
  .social-links ul a[href*="mailto"]:before {
    content: "\f0e0"; }
  .social-links ul a[href*="wordpress.com"]:before {
    content: "\f19a"; }

/* Small menu. */
.menu-toggle {
  display: block;
  margin: 0 auto;
  width: 100%; }

.main-navigation.toggled ul,
.main-navigation.toggled .social-links {
  display: block;
  margin: 0 auto;
  width: 100%; }

.menu-toggle {
  font-size: 18px; }
  .menu-toggle:before {
    content: "\f0c9";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    margin-top: -2px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    text-decoration: none;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased; }

.site-main .comment-navigation,
.site-main .post-navigation {
  border-top: 2px dotted;
  border-bottom: 2px dotted;
  margin: 0 0 1.6em;
  padding: .5em 3em;
  overflow: hidden; }

.meta-nav {
  display: inline;
  font-weight: normal;
  margin: 0;
  border: 1px solid;
  font-weight: 400;
  padding: .25em .5em;
  color: #000; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin: 0.8em 1.6em 0.8em 0; }

.alignright {
  display: inline;
  float: right;
  margin: 0.8em 0 0.8em 1.6em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0.8em auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after {
  content: "";
  display: table; }

.entry-content:before, .entry-content:after {
  content: "";
  display: table; }

.comment-content:before, .comment-content:after {
  content: "";
  display: table; }

.site-header {
  padding: 20px 0;
  height: 96px;
  background: #fff; }
  .site-header:before, .site-header:after {
    content: "";
    display: table; }
  .home .site-header {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .home .site-header .pc {
      z-index: 100; }

.site-content:before, .site-content:after {
  content: "";
  display: table; }

.site-footer:before, .site-footer:after {
  content: "";
  display: table; }
.site-footer .inner {
  width: 970px; }

.hentry:before, .hentry:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.hentry:after {
  clear: both; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-title {
  margin: 0;
  line-height: 1;
  text-decoration: none;
  z-index: 100;
  left: 20px;
  top: 5px; }
  .site-title a {
    text-decoration: none; }
  .site-title img {
    width: 190px; }

.site-description {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px; }

.featured-header-image {
  margin: 3.2em auto 0;
  text-align: center; }
  .featured-header-image img {
    width: 100%;
    height: auto; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets. */
/* Search widget */
.widget_search .search-submit {
  display: none; }

/* Tags widget */
.tagcloud a {
  border: 0;
  background: #eee;
  font-weight: 400;
  font-size: 13px;
  padding: 5px 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 5px;
  display: inline-block; }
  .tagcloud a:visited {
    border: 0;
    background: #eee;
    font-weight: 400;
    font-size: 13px;
    padding: 5px 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin: 5px;
    display: inline-block; }
  .tagcloud a:hover {
    background-color: #ccd4db;
    border-bottom: 0px; }

/* Calendar widget */
.widget-title {
  font-family: "Nunito", sans-serif;
  color: #ed8599;
  padding-bottom: .25em;
  border-bottom: 2px dotted;
  margin-bottom: .5em; }
  .slide_navigation .widget-title {
    border-bottom: 2px solid; }

.menu-footer_01-container ul {
  width: calc(100% / 3 - 1em);
  margin-right: .5em; }

.menu-footer_04-container ul {
  width: calc(100% / 4 - 1em);
  margin-right: .5em; }

.widget-area {
  width: 20%;
  margin-right: 4%;
  overflow: hidden;
  float: left; }
  .widget-area:last-of-type {
    margin-right: 0; }
  .widget-area li a {
    padding: .5em 0;
    color: #000;
    display: block; }
    .slide_navigation .widget-area li a {
      font-size: .95em;
      border-bottom: 2px dotted #e07585; }
  .widget-area__large {
    width: 42%; }

.widget_recent_entries .post-date {
  color: #bbb; }

.widget_recent_comments tr {
  background: transparent;
  border-top: 1px solid #eee; }
.widget_recent_comments td {
  padding-top: 0.8em !important;
  padding-bottom: 0.8em !important; }

.widget_authors strong {
  margin-left: 5px; }

.jetpack-display-remote-posts h4 {
  clear: both;
  display: block;
  font-size: 100% !important;
  border-top: 1px solid #eee;
  padding-top: 1.6em !important;
  margin-top: 1.6em !important;
  margin-bottom: 0.8em !important; }
.jetpack-display-remote-posts img {
  margin-bottom: 0.8em; }
.jetpack-display-remote-posts p {
  font-size: 100% !important; }

/* Author widget */
.authorwidget span {
  display: block;
  padding: 0 0 17px 0; }
  .authorwidget span img {
    display: block;
    margin-top: 10px; }
.authorwidget p em {
  color: #45b583;
  display: inline;
  font-style: normal; }
.authorwidget ul {
  display: block;
  text-align: center; }
  .authorwidget ul li {
    display: inline-block;
    padding: 0px 8px;
    border: 0;
    margin-bottom: -10px;
    margin-top: -10px;
    padding-bottom: 10px; }
    .authorwidget ul li a {
      display: inline-block;
      font-size: 17px; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 1.6em 0 3.8em; }

.single .hentry,
.page .hentry {
  margin-bottom: 0; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content {
  width: 70%;
  margin-top: 20px;
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 30px; }

.entry-summary {
  width: 70%;
  margin-top: -2px;
  margin-left: 15%;
  margin-right: 15%; }
  .entry-summary p {
    margin: 0; }

.entry-title {
  font-size: 36px;
  margin-top: 0;
  text-transform: none;
  text-align: center;
  margin-bottom: 5px; }
  .entry-title a {
    color: #232323; }

.entry-datetop {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  color: #949494; }

.entry-dateslide {
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 0px;
  color: #949494; }

.entry-cat {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  color: #949494; }

.entry-meta {
  width: 18%;
  float: left;
  font-size: 0.813em; }
  .entry-meta > span {
    clear: both;
    display: inline-block;
    width: 100%; }

.page-links {
  clear: both;
  margin: 0 0 1.6em; }

.featured-image {
  width: 100%;
  height: auto;
  margin-bottom: 1.6em; }
  .featured-image img {
    width: 100%;
    height: auto; }

.more-link {
  display: block;
  border: 1px solid black;
  width: 170px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  border: 0;
  background: #eee;
  font-weight: 400;
  font-size: 13px;
  padding: 15px 1.6em;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

/* Single posts */
.entry-footer {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  clear: both;
  display: block;
  font-size: 13px;
  margin: 0 0 1.6em;
  padding: 0.8em 0;
  padding-left: 30px;
  padding-right: 30px; }

.entry-footer-wrapper {
  float: left;
  max-width: 85%; }
  .entry-footer-wrapper > span {
    display: inline-block;
    margin-right: 1.6em;
    font-family: FontAwesome; }

.entry-footer .edit-link {
  display: inline-block;
  margin-right: 1.6em;
  font-family: FontAwesome; }

span.edit-link:before {
  font-family: FontAwesome; }

.entry-footer-wrapper > span:before,
.entry-footer .edit-link:before,
.comment-reply-link:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  margin-top: -2px;
  margin-right: 7px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased; }

.entry-footer .tags-links:before {
  content: "\f02b"; }
.entry-footer .cat-links:before {
  content: "\f07c"; }
.entry-footer .byline:before {
  content: "\f007"; }
.entry-footer .posted-on:before {
  content: "\f017"; }
.entry-footer .edit-link:before {
  content: "\f040"; }

.comment-list .edit-link:before {
  content: "\f040"; }

.comment-reply-link:before {
  content: "\f086"; }

.entry-footer .edit-link {
  float: right;
  margin-right: 0; }

.page-header {
  border-bottom: 1px solid #eee;
  margin: 5% 0;
  padding-bottom: 0.8em; }

.page-title {
  font-size: 28px; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-body {
  border-top: 1px solid #eee;
  margin-top: 1.6em;
  padding-top: 1.6em; }

.comment-list .children {
  list-style: none;
  margin-left: 1.6em;
  padding: 0; }

.comment-author {
  padding-top: 1.6em; }

.says {
  display: none; }

.comment-metadata {
  font-size: 13px; }
  .comment-metadata a {
    font-weight: normal; }

.comment .edit-link {
  margin-left: 0.8em; }

.comment-list .avatar {
  float: left;
  margin-right: 1.6em;
  margin-top: -0.8em;
  border-radius: 50%; }

.comment-reply-link {
  margin-left: 0.8em; }

.comment-content {
  clear: both; }

.comments-title {
  font-size: 24px; }

.no-comments {
  margin: 1.6em auto;
  text-align: center; }

.comment-respond {
  border-top: 1px solid #eee;
  margin-top: 1.6em; }

.form-allowed-tags {
  font-size: 90%; }
  .form-allowed-tags code {
    font-size: 90%; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

#infinite-handle span {
  border: 0;
  background: #eee;
  color: inherit;
  font-size: 12px;
  line-height: 1;
  padding: 15px 1.6em;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  #infinite-handle span:hover {
    background-color: #ccd4db; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }

.wp-caption-text {
  font-size: 13px;
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.6em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*=Layout
---------------------------------------------------------------------------*/
.site-content {
  border-top: 1px solid #eee;
  margin: 0 auto 1.6em;
  padding: 1.6em 2.5% 0; }

.page-template-nosidebar-page-php .site-main {
  float: none;
  width: 100%;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.sidebar {
  margin-top: 25px;
  margin-left: 3.75%;
  overflow: hidden;
  width: 26%;
  float: right; }

/*=Slider
---------------------------------------------------------------------------*/
/* clearfix */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }
  .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); }
    .owl-carousel .owl-wrapper:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .owl-carousel .owl-wrapper-outer.autoHeight {
      -webkit-transition: height 500ms ease-in-out;
      transition: height 500ms ease-in-out; }
  .owl-carousel .owl-item {
    float: left; }

/* display none until init */
.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .owl-controls .owl-page,
  .owl-controls .owl-buttons div {
    cursor: pointer; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*=Slider Theme
---------------------------------------------------------------------------*/
.owl-theme .owl-controls {
  margin-top: 5px;
  text-align: center; }

#slider {
  margin-top: -7px; }
  #slider .attachment-carousel-pic {
    max-height: 200px;
    overflow: hidden; }
  #slider h3 {
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px; }
  #slider .item {
    margin: 15px; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }
  .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    border-radius: 20px;
    background: #869791; }
  .owl-theme .owl-controls .owl-page.active span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1; }
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
/* If PaginationNumbers is true */
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

/*=Sharing Buttons
---------------------------------------------------------------------------*/
.sharingbuttons {
  text-align: center;
  margin-top: 20px; }

.resp-sharing-button {
  display: inline-block;
  border-radius: 3px;
  border-width: 0px;
  border-style: solid;
  -webkit-transition: background-color 25ms ease-out, border-color 25ms ease-out, opacity 250ms ease-out;
  transition: background-color 25ms ease-out, border-color 25ms ease-out, opacity 250ms ease-out;
  width: 24px;
  height: 24px;
  font-size: 15px;
  text-align: center;
  margin-right: 3px; }
  .resp-sharing-button a {
    text-decoration: none;
    color: #000;
    display: block; }

.resp-sharing-button__icon {
  display: inline-block;
  stroke: #fff;
  fill: none; }
  .resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-bottom: -0.1em; }

/* Non solid icons get a stroke */
/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #7b7b7b;
  stroke: none;
  display: block; }

/* Solid icons get a fill */
.resp-sharing-button__icon--solid:hover,
.resp-sharing-button__icon--solidcircle:hover {
  fill: #fff;
  stroke: none; }

.resp-sharing-button__link {
  text-decoration: none;
  color: #000; }

.resp-sharing-button--large .resp-sharing-button__icon svg {
  padding-right: 0.4em; }

.resp-sharing-button__wrapper {
  display: inline-block; }

.resp-sharing-button--facebook {
  background-color: #eeeeee; }
  .resp-sharing-button--facebook:hover, .resp-sharing-button--facebook:active {
    background-color: #2d4373; }

.resp-sharing-button--twitter {
  background-color: #eeeeee; }
  .resp-sharing-button--twitter:hover, .resp-sharing-button--twitter:active {
    background-color: #2795e9; }

.resp-sharing-button--google {
  background-color: #eeeeee; }
  .resp-sharing-button--google:hover, .resp-sharing-button--google:active {
    background-color: #c23321; }

.resp-sharing-button--tumblr {
  background-color: #eeeeee; }
  .resp-sharing-button--tumblr:hover, .resp-sharing-button--tumblr:active {
    background-color: #222d3c; }

.resp-sharing-button--pinterest {
  background-color: #eeeeee; }
  .resp-sharing-button--pinterest:hover, .resp-sharing-button--pinterest:active {
    background-color: #a01a1f; }

/*=WooCommerce
---------------------------------------------------------------------------*/
.woocommerce .entry-summary {
  margin-left: 0%;
  margin-right: 0%; }
.woocommerce .description {
  margin-bottom: 30px; }

div[itemprop="description"] {
  margin-bottom: 30px;
  margin-top: 20px; }

.common_foot article {
  padding: 0 1em;
  width: calc(100% / 3 - .5em);
  border-right: 2px dashed #ed8599; }
  .common_foot article:last-of-type {
    border: none; }

.site-footer {
  font-size: 1.063em; }

.is_pc_nav {
  margin-left: 220px;
  font-size: 18px;
  z-index: 100; }
  .is_pc_nav li {
    margin-right: 20px; }
  .is_pc_nav a {
    color: #41281f;
    border-bottom: 3px solid #e07585;
    padding-bottom: 6px; }
  .home .is_pc_nav li img {
    display: none; }
  .home .is_pc_nav li a {
    color: #fff; }
    .home .is_pc_nav li a:hover img {
      display: block; }

.nav-icons {
  height: 22px;
  display: block;
  margin: 0 auto 5px; }

.is_color-list .home {
  border-color: #244765; }
.is_color-list .room {
  border-color: #167ac2; }
.is_color-list .dish {
  border-color: #e62a20; }
.is_color-list .onsen {
  border-color: #ea5629; }
.is_color-list .facility {
  border-color: #c59e00; }
.is_color-list .cafe_cruise {
  border-color: #ed8599; }
.is_color-list .tourism_hita {
  border-color: #21b093; }
.is_color-list .stay_couple {
  border-color: #8cc850; }
.is_color-list .access {
  border-color: #f5af29; }

.head_res {
  background: #ea5629;
  padding: 10px 36px;
  top: 10px;
  right: 100px;
  font-size: 18px;
  z-index: 100; }
  .home .head_res {
    padding: 26px 50px;
    top: 0; }
    .home .head_res img {
      display: inline-block;
      margin-right: 10px; }
    .home .head_res .is_link:after {
      top: 8px;
      right: -34px; }
  .head_res img {
    width: 24px;
    height: 25px;
    display: block;
    margin: 0 auto 3px; }
  .head_res .is_link:after {
    position: absolute;
    top: -10px;
    font-size: 10px;
    right: -24px; }

.head_lang_bg {
  top: 96px;
  right: 0;
  background: #fff;
  color: #41281f;
  padding: 10px;
  z-index: 100;
  width: 248px;
  text-align: center; }
  .head_lang_bg a {
    color: #888; }
  .home .head_lang_bg {
    background: none;
    color: #fff;
    width: 200px; }

.head_fixed {
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  position: fixed;
  background: #fff;
  padding: 10px 0 0; }
  .head_fixed .logo {
    width: 70px;
    display: block;
    border: none !important; }
    .head_fixed .logo img {
      display: block !important; }
  .head_fixed .is_pc_nav {
    margin: 0; }
  .head_fixed a {
    color: #41281f !important; }

.sns_bg a {
  margin-right: 10px; }
.sns_bg img {
  width: 24px; }

.search_table_489ban td {
  padding-left: 10px; }

.search_table_489ban td select {
  margin-right: 10px; }

.search_table_489ban td input[type="button"] {
  width: 98px;
  height: 30px;
  margin-right: 10px;
  background-color: #3F200E;
  border-radius: 15px;
  color: #FFFFFF;
  cursor: pointer; }

.block-hd .bg-deep .tel-hd {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.bg-deep .tel-hd p {
  color: #FFFFFF !important; }

#search_title_489ban {
  display: none; }

#search table {
  border: none; }

.resbar-wrap {
  font-size: 16px;
  background: #ecacb6;
  padding: 8px 0;
  height: 74px; }
  .resbar-wrap .form{
    width: 450px;
  }
  #search_489ban form{
    display: flex;
    align-items:center;
  }
  #search_489ban .date_489ban{
    width: 200px;
        margin:0 10px 0;
}
#search_489ban .date_489ban dd, #search_489ban .inbox_489ban dd{
  margin: 0;
}
#search_489ban .stay_489ban{
  margin: 0;
}
#search_489ban .inbox_489ban{
  width: 100px;
}
#search_489ban dt label{
  margin-bottom: 0;
}
  #search_489ban dd label{
    display: none;
  }
  #search_489ban select[name^="date_ym"] {
    width: 60%;
    height: auto;
    padding: 5px;
}
#search_489ban select[name^="date_d"] {
  width:35%;
  height: auto;
  padding: 5px;
}
#search_489ban select.digits {
  width: 60%;
  height: auto;
  padding: 5px;
}
#search_489ban button {
  width: 98px;
  line-height: 40px;
  margin-right: 10px;
  background-color: #3F200E;
  color: #FFFFFF;
  cursor: pointer;
font-size: 16px;
padding: 0; }

  .resbar-wrap .inner {
    width: 1122px; }
  .resbar-wrap .res-text {
    margin: 6px 10px;
    line-height: 1.45; }
  .resbar-wrap .rights {
    position: relative;
    top: 4px;
    font-size: 15px; }
@media screen and (max-width: 768px){
      .resbar-wrap .form {
        width: 100%;
    }
    #search_489ban form {
      display: flex;
      height: auto;
  }
  #search_489ban .date_489ban {
    width: 62%;
    margin: 0;
  }
  #search_489ban .inbox_489ban {
    width: 23%;
    padding: 0 5px;
}
  #search_489ban select.digits {
    width: 100%;
    height: auto;
    padding: 5px;
}
#search_489ban form{
  display: flex;
  align-items:flex-end;
}

}

form {
  margin: 0 !important; }
  form select.year_month_489ban {
    width: 182px !important;
    border-radius: 0px;
    height: 40px;
    color: #41281f;
    padding: 0 3px; }
  form select.day_489ban {
    width: 73px !important;
    border-radius: 0px;
    height: 40px;
    padding: 0 3px;
    color: #41281f; }
  form #search_button_489ban {
    border-radius: 0px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    padding: 0; }

.mv .swiper-slide img.pc {
  width: 100%;
  height: calc(100vh - 65px); }

.mv_logo {
  z-index: 100;
  top: 0;
  left: 10%;
  bottom: 0;
  margin: auto; }

.index_slide {
  position: relative; }
  .index_slide .swiper-button-prev,
  .index_slide .swiper-button-next {
    z-index: 11; }
  .index_slide .swiper-pagination {
    width: 35% !important;
    bottom: 30px !important; }
  .index_slide .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: 0;
    background: #999; }
  .index_slide .swiper-pagination-bullet-active {
    background: #fff; }

.gallery-top .swiper-wrapper {
  width: calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  min-width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  min-width: auto;
  max-width: none; }
.gallery-top img {
  width: 100%; }
.gallery-top .swiper-slide {
  width: 980px;
  min-width: 980px;
  max-width: 100%; }

.gallery-thumbs {
  position: absolute;
  bottom: 0;
  right: 20vw;
  -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7); }
  .gallery-thumbs .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .gallery-thumbs .swiper-slide {
    margin-left: -40px; }
    .gallery-thumbs .swiper-slide:first-of-type {
      margin-left: 0; }
    .gallery-thumbs .swiper-slide.swiper-slide-active .thumb_bg:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 16px 20px 16px;
      border-color: transparent transparent #555;
      left: 0;
      right: 0;
      margin: auto;
      top: -10px;
      position: absolute; }
  .gallery-thumbs .thumb_bg {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    margin: .5em;
    margin-top: 1em;
    background: #555;
    padding: .5em; }
    .gallery-thumbs .thumb_bg img {
      width: 2em;
      height: auto;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }

.index_slide_bnr-wrap .swiper-button-prev {
  width: 54px;
  height: 54px;
  background: url(images/common/slide_arrow_left.png) no-repeat 50%/cover;
  top: 110px;
  right: 1000px; }
.index_slide_bnr-wrap .swiper-button-next {
  width: 54px;
  height: 54px;
  background: url(images/common/slide_arrow_right.png) no-repeat 50%/cover;
  top: -170px;
  left: 500px;
  position: relative; }

.index_new_space-wrap {
  margin-top: 3em; }
  .index_new_space-wrap .ttl_img {
    width: 370px; }
  .index_new_space-wrap .caption {
    font-size: 1.750em;
    margin-bottom: 1em; }
  .index_new_space-wrap .logoimg {
    top: -4em;
    right: 0;
    left: 500px;
    margin: auto; }
  .index_new_space-wrap .is_line {
    left: -100px; }
  .index_new_space-wrap .be_bg {
    width: 100%;
    height: 120%;
    background: #faf8f3;
    border-radius: 30px;
    top: 0;
    left: 0;
    display: block;
    z-index: -1; }

.index_enjoy-wrap {
  background: url(images/index/enjoy/bg_02.png); }
  .index_enjoy-wrap .ttl {
    width: 370px; }
  .index_enjoy-wrap .caption {
    font-size: 1.125em;
    font-weight: bold; }
  .index_enjoy-wrap article {
    width: calc(100% / 3 - 2em);
    margin: 0 .5em 2em;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .index_enjoy-wrap article .is_none {
      display: none;
      padding: 2em 1.5em;
      color: #fff;
      background: rgba(208, 89, 108, 0.8);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .index_enjoy-wrap article .is_none__02 {
        background: rgba(197, 158, 0, 0.8); }
      .index_enjoy-wrap article .is_none__03 {
        background: rgba(68, 174, 234, 0.8); }
      .index_enjoy-wrap article .is_none__04 {
        background: rgba(33, 176, 147, 0.8); }
      .index_enjoy-wrap article .is_none__05 {
        background: rgba(224, 107, 0, 0.8); }
      .index_enjoy-wrap article .is_none__06 {
        background: rgba(163, 30, 36, 0.8); }
    .index_enjoy-wrap article .texts {
      font-size: 1.75em;
      margin-left: 1em;
      vertical-align: 3px; }
    .index_enjoy-wrap article .over_caption {
      font-family: "Nunito", sans-serif; }
      .index_enjoy-wrap article .over_caption.is_right {
        color: #fff;
        width: 100%; }
        .index_enjoy-wrap article .over_caption.is_right .no {
          position: absolute;
          bottom: .5em;
          left: .5em; }
        .index_enjoy-wrap article .over_caption.is_right .texts {
          position: absolute;
          bottom: .5em;
          right: 1em; }
    .index_enjoy-wrap article .no {
      font-size: 2.375em;
      padding: 0 .25em;
      position: relative; }
      .index_enjoy-wrap article .no:before, .index_enjoy-wrap article .no:after {
        position: absolute;
        background: #fff;
        width: 1px;
        height: 2rem;
        top: .25em;
        content: ""; }
      .index_enjoy-wrap article .no:before {
        left: 0; }
      .index_enjoy-wrap article .no:after {
        right: 0; }
    .index_enjoy-wrap article:hover {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      top: 1em; }
      .index_enjoy-wrap article:hover .is_none {
        display: block; }
      .index_enjoy-wrap article:hover .over_caption.is_right {
        display: none; }

.index_location-wrap {
  overflow: hidden;
  width: 100%; }
  .index_location-wrap .index-h2 {
    text-align: left; }
  .index_location-wrap .mapimg {
    top: .25em;
    right: -1em;
    width: 52vw; }
  .index_location-wrap .balloonimg {
    width: 178px;
    top: 23vw;
    left: 20vw; }

.index_room-wrap {
  position: relative;
  margin-bottom: 2em; }
  .index_room-wrap:before {
    position: absolute;
    background: #faf8f3;
    width: 1200px;
    z-index: -1;
    height: 100%;
    border-radius: 20px;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .index_room-wrap .cont_01 a {
    color: #41281f; }
    .index_room-wrap .cont_01 a:hover {
      opacity: .7; }
  .index_room-wrap .big_img {
    margin-bottom: 1em; }
  .index_room-wrap .ttl {
    font-size: 1.125em;
    font-weight: bold; }
    .index_room-wrap .ttl span {
      margin-left: .5em;
      font-size: .7em; }
  .index_room-wrap .det span {
    display: inline-block;
    margin-right: .5em; }
  .index_room-wrap .det .icons {
    display: inline-block;
    margin-right: .3em; }
  .index_room-wrap .slides {
    width: 100%; }
    .index_room-wrap .slides .pc {
      width: 1550px;
      max-width: 100%;
      margin: 0 auto;
      overflow: hidden; }
    .index_room-wrap .slides article {
      position: relative;
      left: 15px;
      width: 310px; }
      .index_room-wrap .slides article a {
        display: block; }
  .index_room-wrap .bx-wrapper {
    margin-bottom: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    background: none; }
    .index_room-wrap .bx-wrapper .bx-controls-direction .bx-prev {
      background: url(images/common/slide_arrow_left.png) no-repeat;
      background-size: 100%; }
    .index_room-wrap .bx-wrapper .bx-controls-direction .bx-next {
      background: url(images/common/slide_arrow_right.png) no-repeat;
      background-size: 100%; }
  .index_room-wrap .bx-viewport {
    height: auto !important; }

.room_slide_01 {
  height: 300px; }

.index_cruise-wrap {
  background: url(images/index/cruise/bg-80.jpg) 0 100px/100% auto no-repeat, url(images/index/cruise/bg.png) center 100%/93% auto no-repeat; }
  @media only screen and (min-width: 768px) {
    .index_cruise-wrap .swiper-wrapper {
      -webkit-transform: translate3d(0, 0, 0) !important;
              transform: translate3d(0, 0, 0) !important; }
    .index_cruise-wrap .swiper-button-next,
    .index_cruise-wrap .swiper-button-prev {
      display: none; } }
  .index_cruise-wrap article {
    padding: 0 1em; }
    .index_cruise-wrap article a:hover {
      opacity: .8; }
  .index_cruise-wrap .ar_bg {
    margin-top: 16vw; }
  .index_cruise-wrap .bg_wh {
    background: #fff;
    padding: 1em;
    position: relative;
    top: -2em;
    width: 80%;
    margin: 0 auto; }
    .index_cruise-wrap .bg_wh .text {
      color: #000;
      width: 90%;
      margin: 0 auto; }
    .index_cruise-wrap .bg_wh .ttl {
      font-size: 1.125em;
      margin-bottom: .5em; }
      .index_cruise-wrap .bg_wh .ttl span {
        font-size: 28px;
        line-height: 1.2; }
  .index_cruise-wrap .balloon {
    width: 152px;
    top: 2em;
    left: 20vw; }

.index_dish-wrap article {
  width: calc(100% / 2 - .5em); }
  .index_dish-wrap article .caption {
    color: #e62a20;
    font-size: 1.125em;
    margin-top: 1em;
    font-weight: bold; }
  .index_dish-wrap article .text {
    line-height: 2; }
  .index_dish-wrap article .is_20 {
    margin-left: 16vw; }
  .index_dish-wrap article .is_10 {
    margin-left: 1em; }
.index_dish-wrap .balloon_01,
.index_dish-wrap .balloon_02 {
  width: 152px;
  top: 22vw;
  right: -3vw;
  z-index: 2; }
.index_dish-wrap .balloon_02 {
  right: 15vw; }

.index_flow-wrap {
  background: url(images/index/flow/bg.png); }
  .index_flow-wrap .is_text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
  .index_flow-wrap article {
    margin: 0 .5em; }
    .index_flow-wrap article a:hover {
      opacity: .8; }
  .index_flow-wrap .is_nunito {
    color: #c59e00;
    top: -1em;
    font-size: 2.500em;
    left: .25em;
    line-height: 1; }
  .index_flow-wrap .color_bg {
    background: #c59e00;
    color: #fff;
    padding: 1em; }
    .index_flow-wrap .color_bg .big {
      font-size: 1.125em; }
    .index_flow-wrap .color_bg__yel {
      background: #f5af29; }
    .index_flow-wrap .color_bg__pink {
      background: #ed8599; }
    .index_flow-wrap .color_bg__l_blue {
      background: #4cb3c6; }
  .index_flow-wrap .dotted {
    border-bottom: 2px dotted;
    margin: 0.5em 0; }

.index_plan-wrap article {
  width: calc(100% / 4 - .5em); }
.index_plan-wrap .no {
  font-size: 2.250em;
  font-family: "Nunito", sans-serif;
  color: #ea5629; }
  .index_plan-wrap .no:after {
    background: #ea5629;
    position: relative;
    height: .85em;
    width: 1px;
    content: "";
    display: inline-block;
    margin-left: .25em;
    top: .125em; }
.index_plan-wrap .text {
  color: #000;
  margin-top: .75em;
  font-size: .95em; }

.js-inf_01 {
  height: 341px;
  pointer-events: none; }

.foot_blog_link {
  color: #000;
  background: #fff;
  padding: .5em 1em; }
  .foot_blog_link:not(:first-of-type) .dates {
    border-top: 1px dashed #000; }
  .foot_blog_link:last-of-type {
    margin-bottom: 1em; }
  .foot_blog_link .dates {
    font-size: .9em;
    padding-top: .5em;
    margin: 0 0 .5em; }

.home .pagefooter {
  margin: 2em auto 3.75em; }

.home .pagefooter_link {
  display: none; }

/* -----------------------------------------------------------------------
Page
------------------------------------------------------------------------- */
.is_page {
  font-size: 17px; }

.page-kv {
  color: white;
  text-align: center; }

.page-h1 {
  font-size: 1.529em;
  padding: 130px 0;
  margin: 0; }
  .page-h1 .page-h1_span {
    display: block;
    font-family: "Nunito", sans-serif; }

.page-h2 {
  text-align: center;
  font-size: 1.471em;
  font-weight: bold;
  margin: 1em 0 2em;
  color: #41281f; }

.page_headc {
  padding: 3em 0 0em;
  text-align: center;
  margin-bottom: 2em;
  background: url(images/index/enjoy/bg_02.png); }
  .page_headc .inner_l {
    padding: 0 3em; }
  .page_headc .caption {
    font-size: 1.471em;
    color: #e07585;
    margin-bottom: 1.25em;
    font-weight: bold; }
  .page_headc .is_line {
    left: 0;
    right: 0;
    margin: auto; }

.be_cir {
  border-radius: 20px;
  margin: 3em 0 0;
  padding: 3em 0 2em; }
  .be_cir a {
    background: #fff;
    padding: 1em;
    padding: 0.75em 0.75em 0.5em;
    color: #41281f; }
  .be_cir .arrows {
    text-align: left;
    position: relative;
    padding: 0.5em 0 0;
    color: #41281f;
    font-weight: bold; }
    .be_cir .arrows:after {
      position: absolute;
      font-size: 0.65em;
      right: 0.5em;
      content: "△";
      top: 1em;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .be_cir a.more_link {
    background: none;
    font-size: 1rem; }

.walking_02-wrap .page_head2 {
  margin-bottom: -2em; }
.page_head2 .caption {
  font-size: 1.125em;
  padding: 2em 0 1em;
  font-weight: bold;
  color: #41281f; }
.page_head2 .w50_bg {
  top: -.5em; }
  .page_head2 .w50_bg article {
    display: inline-block; }
.page_head2 .trans {
  position: relative;
  line-height: 1.6; }
  .page_head2 .trans:before {
    position: absolute;
    top: 0;
    left: 2em;
    height: 3em;
    width: 1px;
    background: #e07585;
    display: block;
    content: "";
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  .page_head2 .trans:after {
    position: absolute;
    top: 0;
    right: 2em;
    height: 3em;
    width: 1px;
    background: #e07585;
    display: block;
    content: "";
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }

.pinkmap_wrap {
  background: #e07585;
  padding: 2em 0; }
  .pinkmap_wrap iframe {
    width: 100% !important; }
  .pinkmap_wrap .inner {
    width: 1100px; }

.fun-wrap .osusume article {
  width: calc(25% - 0.5em); }
  .fun-wrap .osusume article img {
    margin-bottom: 0.5em; }
.fun-wrap .osusume .is_caption:after {
  content: "";
  background: #e07585;
  width: 2em;
  height: 1px;
  display: block;
  margin: 0 auto 0.25em; }
.fun-wrap .osusume .is_text {
  margin-top: 0.5em; }
.fun-wrap .pickup {
  font-size: 2.941em; }
.fun-wrap .pick_bal {
  right: -1em;
  top: 1em; }
.fun-wrap .pick_bal_02 {
  left: -8em;
  top: 1em; }
.fun-wrap .pick_ttl {
  font-size: 1.471em;
  margin: .5em 0 1em;
  font-weight: bold;
  color: #41281f; }
.fun-wrap .kira {
  top: -1rem; }

.walking-wrap .car {
  border-bottom: 1px dotted;
  padding-bottom: .5em;
  margin-bottom: 1em; }

form {
  margin: 0 15px; }
  form span.required {
    color: #e62a20; }
  form .form-group {
    margin-top: 15px; }
  form input,
  form textarea,
  form select {
    background-color: #fff;
    border-radius: 0;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px; }
  form input[type="radio"] {
    display: inline;
    width: auto;
    height: auto; }
  form label {
    font-weight: 200;
    margin-bottom: 5px;
    font-size: 15px;
    display: inline-block; }
  form .wpcf7-list-item-label {
    font-size: 14px; }
  form textarea {
    height: 200px; }
  form .mwform-checkbox-field label {
    display: inline-block; }
  form input[type="checkbox"] {
    height: 20px;
    opacity: 0;
    position: absolute;
    width: 20px;
    z-index: 10;
    margin: 0; }
    form input[type="checkbox"]:checked + span:before {
      content: "✓";
      position: absolute;
      font-size: 18px;
      left: -1px;
      top: -5px;
      z-index: 15; }
  form input[type="checkbox"] + span {
    position: relative;
    padding-left: 26px; }
    form input[type="checkbox"] + span:after {
      border: 1px solid #8e8e8e;
      background: #fff;
      width: 16px;
      height: 16px;
      content: "";
      left: 0;
      position: absolute;
      top: 1px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  form .must {
    color: #fff;
    background: #e62a20;
    text-align: center;
    display: inline-block;
    line-height: 1;
    padding: 0.25em 0.75em;
    line-height: 1;
    font-size: 0.85em;
    font-weight: bold;
    margin-left: 0.5em; }

.place_list-wrap article {
  width: calc(100% / 3 - 1em);
  margin-right: 1em;
  margin-bottom: 1em; }
  .place_list-wrap article:nth-of-type(3n) {
    margin-right: 0; }
  .place_list-wrap article .ttl {
    margin-bottom: .35em;
    color: #41281f; }
  .place_list-wrap article .text {
    height: 250px; }
.place_list-wrap .is_line {
  padding: 1em 0;
  width: 100%;
  border-top: 2px dotted; }
.place_list-wrap .bal {
  right: 0;
  top: 3em; }

.bic-wrap .bal {
  top: -80px;
  right: 0; }
.bic-wrap .l-h2 {
  line-height: 1.8; }

.page-contact .page_head {
  background: #f6f6f6; }
.page-contact #pageKv {
  background: url(images/contact/kv.jpg) 50%/cover; }
.page-contact article .inner {
  width: 800px;
  max-width: 100%; }

.page-confirm .page_head {
  background: none;
  text-align: center; }
.page-confirm .must {
  display: none !important; }

.mw_wp_form .error {
  display: block;
  background: #e62a20;
  color: #fff;
  padding: 0.5em; }
.mw_wp_form .zip {
  width: 30%; }
.mw_wp_form dl {
  margin-bottom: 2em; }
.mw_wp_form dt {
  font-weight: bold;
  margin-bottom: 0.5em; }
.mw_wp_form input[type="submit"] {
  background: #e07585;
  margin-top: 3em;
  color: #fff; }
  .mw_wp_form input[type="submit"].back {
    background: none;
    text-align: left;
    margin-top: 1em;
    color: #e07585; }

.blog_cat-wrap {
  background: url(images/index/enjoy/bg_02.png); }
  .blog_cat-wrap .btn-a {
    background: url(images/common/btn_01.png) 0 0/100% 60px no-repeat;
    width: calc(100% / 4 - 1em);
    margin-right: .5em;
    line-height: 3.125em; }

.single .contents .wp_social_bookmarking_light:first-of-type {
  display: none; }

.ttl_bg a {
  color: #fff;
  background: #e07585;
  border-radius: 20px;
  padding: 1.5em 3em; }
.ttl_bg .dates {
  font-size: 1.375em;
  margin-bottom: .5em; }

.contents img {
  display: block;
  margin: 0 auto 1em; }

.news_foot article {
  padding: 1em;
  width: calc(100% / 3);
  border-right: 2px dotted; }
  .news_foot article:last-of-type {
    border-right: none; }

.thumb_img {
  height: 161px;
  width: 280px; }

.archive-h2 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 500; }

.foot_h4 {
  text-align: center;
  color: #e07585;
  font-size: 2.375em;
  font-family: "Nunito", sans-serif;
  margin: 0 0 .5em; }

.archove_head2 .inner {
  width: 950px; }
.archove_head2 article {
  width: calc(100% / 3 - .75em);
  margin-right: 1em;
  margin-bottom: 1.5em;
  margin-top: 0; }
  .archove_head2 article:nth-of-type(3n) {
    margin-right: 0; }
  .archove_head2 article a {
    height: 287px;
    background: #fff;
    padding: .75em;
    background: linear-gradient(45deg, transparent 10px, #fff 10px), linear-gradient(135deg, transparent 10px, #fff 10px), linear-gradient(225deg, transparent 10px, #fff 10px), linear-gradient(315deg, transparent 10px, #fff 10px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50%;
    background-repeat: no-repeat; }
.archove_head2 .dates {
  padding-top: 1em; }
.archove_head2 .archive-h3 {
  font-size: 1em;
  color: #000;
  margin: 0;
  padding: .5em 0; }
.archove_head2 .catname {
  color: #fff;
  background: #e07585;
  border-radius: 20px;
  padding: 2px .75em;
  margin: 1em 0; }

.wp_social_bookmarking_light_clear {
  display: none; }

.gourmet_head-wrap .bar {
  padding: .6em 1em;
  background: #c8812d; }

.event-wrap .inner {
  width: 1200px; }
.event-wrap .kira {
  width: 59px; }
.event-wrap article {
  margin-bottom: 1em; }
  .event-wrap article .is_text__01 {
    padding: 1em 6em 1em 2em;
    background: linear-gradient(45deg, transparent 0, #e07585 0), linear-gradient(135deg, transparent 0, #e07585 0), linear-gradient(225deg, transparent 10px, #e07585 10px), linear-gradient(315deg, transparent 10px, #e07585 10px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 51% 51%;
    background-repeat: no-repeat; }
  .event-wrap article .is_text__02 {
    padding: 1em 2em 1em 6em;
    background: linear-gradient(45deg, transparent 10px, #167ac2 10px), linear-gradient(135deg, transparent 10px, #167ac2 10px), linear-gradient(225deg, transparent 0, #167ac2 0), linear-gradient(315deg, transparent 0, #167ac2 0);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 51% 51%;
    background-repeat: no-repeat; }
  .event-wrap article .is_text__03 {
    padding: 1em 6em 1em 2em;
    background: linear-gradient(45deg, transparent 0, #683339 0), linear-gradient(135deg, transparent 0, #683339 0), linear-gradient(225deg, transparent 10px, #683339 10px), linear-gradient(315deg, transparent 10px, #683339 10px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 51% 51%;
    background-repeat: no-repeat; }
  .event-wrap article .is_text__04 {
    padding: 1em 2em 1em 6em;
    background: linear-gradient(45deg, transparent 10px, #998c69 10px), linear-gradient(135deg, transparent 10px, #998c69 10px), linear-gradient(225deg, transparent 0, #998c69 0), linear-gradient(315deg, transparent 0, #998c69 0);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 51% 51%;
    background-repeat: no-repeat; }
  .event-wrap article .pick {
    font-size: 2.941em; }
  .event-wrap article .ttl {
    font-size: 1.647em;
    margin-bottom: .25em; }
  .event-wrap article .dates {
    background: #fff;
    border-radius: 20px;
    padding: .5em 1em;
    line-height: 1;
    text-decoration: none; }
  .event-wrap article .text {
    padding-top: .5em;
    line-height: 1.8; }

/*----------------*
 ***TOC***
* Text
* Color Setting
* Flex
* Margin Padding
* Width
* Display
* Layout
*----------------*/
/* Text
--------------------------- */
p {
  margin: 0 0 1.2em; }

.b {
  font-weight: bold; }

.sbig {
  font-size: 1.125em; }

.big {
  font-size: 1.2em; }

.bigger {
  font-size: 1.4em; }

.biggest {
  font-size: 1.8em; }

.small {
  font-size: 0.8em; }

.smaller {
  font-size: 0.6em; }

.smallest {
  font-size: 0.4em; }

/* Color Setting
-------------------------- */
.color-main {
  color: #e07585 !important; }

.color-sub {
  color: #ea5629 !important; }

.color-third {
  color: #41281f !important; }

.color-green {
  color: #21b093 !important; }

.color-blue {
  color: #167ac2 !important; }

.color-l_green {
  color: #8cc850 !important; }

.color-mas {
  color: #c59e00 !important; }

.color-red {
  color: #e62a20 !important; }

.color-pink {
  color: #ed8599 !important; }

.color-l_blue {
  color: #4cb3c6 !important; }

.color-yel {
  color: #f5af29 !important; }

.color-or {
  color: #ea5629 !important; }

.color-be {
  color: #faf8f3 !important; }

.white {
  color: white !important; }

.black {
  color: black; }

.red {
  color: #e62a20 !important; }

.bg-white {
  background-color: white; }

.bg-be {
  background-color: #faf8f3; }

.bg-mas {
  background-color: #c59e00; }

.bg-l_blue {
  background-color: #4cb3c6; }

.bg-blue {
  background-color: #167ac2 !important; }

.bg-main {
  background-color: #e07585; }
  .bg-main--light {
    background-color: white; }

.sp_tel {
  pointer-events: none; }

/* Layouts
-------------------------- */
.flex, .flex-center, .flex-start, .flex-end, .flex-between, .flex-around {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.flex-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

/* Margin Padding(px)
-------------------------- */
.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.p0 {
  padding: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.p5 {
  padding: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.p10 {
  padding: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.p15 {
  padding: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.p20 {
  padding: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.p25 {
  padding: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.p30 {
  padding: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.p35 {
  padding: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.p40 {
  padding: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.p45 {
  padding: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.p50 {
  padding: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.p55 {
  padding: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.p60 {
  padding: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.p65 {
  padding: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.p70 {
  padding: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.p75 {
  padding: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.p80 {
  padding: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.p85 {
  padding: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.p90 {
  padding: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.p95 {
  padding: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.p100 {
  padding: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

/* Margin Padding(em)
-------------------------- */
.em_mt0 {
  margin-top: 0em !important; }

.em_mr0 {
  margin-right: 0em !important; }

.em_mb0 {
  margin-bottom: 0em !important; }

.em_ml0 {
  margin-left: 0em !important; }

.em_p0 {
  padding: 0em !important; }

.em_pt0 {
  padding-top: 0em !important; }

.em_pr0 {
  padding-right: 0em !important; }

.em_pb0 {
  padding-bottom: 0em !important; }

.em_pl0 {
  padding-left: 0em !important; }

.em_mt1 {
  margin-top: 1em !important; }

.em_mr1 {
  margin-right: 1em !important; }

.em_mb1 {
  margin-bottom: 1em !important; }

.em_ml1 {
  margin-left: 1em !important; }

.em_p1 {
  padding: 1em !important; }

.em_pt1 {
  padding-top: 1em !important; }

.em_pr1 {
  padding-right: 1em !important; }

.em_pb1 {
  padding-bottom: 1em !important; }

.em_pl1 {
  padding-left: 1em !important; }

.em_mt2 {
  margin-top: 2em !important; }

.em_mr2 {
  margin-right: 2em !important; }

.em_mb2 {
  margin-bottom: 2em !important; }

.em_ml2 {
  margin-left: 2em !important; }

.em_p2 {
  padding: 2em !important; }

.em_pt2 {
  padding-top: 2em !important; }

.em_pr2 {
  padding-right: 2em !important; }

.em_pb2 {
  padding-bottom: 2em !important; }

.em_pl2 {
  padding-left: 2em !important; }

.em_mt3 {
  margin-top: 3em !important; }

.em_mr3 {
  margin-right: 3em !important; }

.em_mb3 {
  margin-bottom: 3em !important; }

.em_ml3 {
  margin-left: 3em !important; }

.em_p3 {
  padding: 3em !important; }

.em_pt3 {
  padding-top: 3em !important; }

.em_pr3 {
  padding-right: 3em !important; }

.em_pb3 {
  padding-bottom: 3em !important; }

.em_pl3 {
  padding-left: 3em !important; }

.em_mt4 {
  margin-top: 4em !important; }

.em_mr4 {
  margin-right: 4em !important; }

.em_mb4 {
  margin-bottom: 4em !important; }

.em_ml4 {
  margin-left: 4em !important; }

.em_p4 {
  padding: 4em !important; }

.em_pt4 {
  padding-top: 4em !important; }

.em_pr4 {
  padding-right: 4em !important; }

.em_pb4 {
  padding-bottom: 4em !important; }

.em_pl4 {
  padding-left: 4em !important; }

.em_mt5 {
  margin-top: 5em !important; }

.em_mr5 {
  margin-right: 5em !important; }

.em_mb5 {
  margin-bottom: 5em !important; }

.em_ml5 {
  margin-left: 5em !important; }

.em_p5 {
  padding: 5em !important; }

.em_pt5 {
  padding-top: 5em !important; }

.em_pr5 {
  padding-right: 5em !important; }

.em_pb5 {
  padding-bottom: 5em !important; }

.em_pl5 {
  padding-left: 5em !important; }

@media screen and (max-width: 767px) {
  .sp_em_mt0 {
    margin-top: 0em !important; }

  .sp_em_mr0 {
    margin-right: 0em !important; }

  .sp_em_mb0 {
    margin-bottom: 0em !important; }

  .sp_em_ml0 {
    margin-left: 0em !important; }

  .sp_em_p0 {
    padding: 0em !important; }

  .sp_em_pt0 {
    padding-top: 0em !important; }

  .sp_em_pr0 {
    padding-right: 0em !important; }

  .sp_em_pb0 {
    padding-bottom: 0em !important; }

  .sp_em_pl0 {
    padding-left: 0em !important; }

  .sp_em_mt1 {
    margin-top: 1em !important; }

  .sp_em_mr1 {
    margin-right: 1em !important; }

  .sp_em_mb1 {
    margin-bottom: 1em !important; }

  .sp_em_ml1 {
    margin-left: 1em !important; }

  .sp_em_p1 {
    padding: 1em !important; }

  .sp_em_pt1 {
    padding-top: 1em !important; }

  .sp_em_pr1 {
    padding-right: 1em !important; }

  .sp_em_pb1 {
    padding-bottom: 1em !important; }

  .sp_em_pl1 {
    padding-left: 1em !important; }

  .sp_em_mt2 {
    margin-top: 2em !important; }

  .sp_em_mr2 {
    margin-right: 2em !important; }

  .sp_em_mb2 {
    margin-bottom: 2em !important; }

  .sp_em_ml2 {
    margin-left: 2em !important; }

  .sp_em_p2 {
    padding: 2em !important; }

  .sp_em_pt2 {
    padding-top: 2em !important; }

  .sp_em_pr2 {
    padding-right: 2em !important; }

  .sp_em_pb2 {
    padding-bottom: 2em !important; }

  .sp_em_pl2 {
    padding-left: 2em !important; }

  .sp_em_mt3 {
    margin-top: 3em !important; }

  .sp_em_mr3 {
    margin-right: 3em !important; }

  .sp_em_mb3 {
    margin-bottom: 3em !important; }

  .sp_em_ml3 {
    margin-left: 3em !important; }

  .sp_em_p3 {
    padding: 3em !important; }

  .sp_em_pt3 {
    padding-top: 3em !important; }

  .sp_em_pr3 {
    padding-right: 3em !important; }

  .sp_em_pb3 {
    padding-bottom: 3em !important; }

  .sp_em_pl3 {
    padding-left: 3em !important; }

  .sp_em_mt4 {
    margin-top: 4em !important; }

  .sp_em_mr4 {
    margin-right: 4em !important; }

  .sp_em_mb4 {
    margin-bottom: 4em !important; }

  .sp_em_ml4 {
    margin-left: 4em !important; }

  .sp_em_p4 {
    padding: 4em !important; }

  .sp_em_pt4 {
    padding-top: 4em !important; }

  .sp_em_pr4 {
    padding-right: 4em !important; }

  .sp_em_pb4 {
    padding-bottom: 4em !important; }

  .sp_em_pl4 {
    padding-left: 4em !important; }

  .sp_em_mt5 {
    margin-top: 5em !important; }

  .sp_em_mr5 {
    margin-right: 5em !important; }

  .sp_em_mb5 {
    margin-bottom: 5em !important; }

  .sp_em_ml5 {
    margin-left: 5em !important; }

  .sp_em_p5 {
    padding: 5em !important; }

  .sp_em_pt5 {
    padding-top: 5em !important; }

  .sp_em_pr5 {
    padding-right: 5em !important; }

  .sp_em_pb5 {
    padding-bottom: 5em !important; }

  .sp_em_pl5 {
    padding-left: 5em !important; } }
/* Width
-------------------------- */
.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w63 {
  width: 63%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

@media screen and (max-width: 767px) {
  .sp-w10 {
    width: 10% !important; }

  .sp-w15 {
    width: 15% !important; }

  .sp-w20 {
    width: 20% !important; }

  .sp-w25 {
    width: 25% !important; }

  .sp-w30 {
    width: 30% !important; }

  .sp-w35 {
    width: 35% !important; }

  .sp-w40 {
    width: 40% !important; }

  .sp-w45 {
    width: 45% !important; }

  .sp-w50 {
    width: 50% !important; }

  .sp-w55 {
    width: 55% !important; }

  .sp-w60 {
    width: 60% !important; }

  .sp-w65 {
    width: 65% !important; }

  .sp-w70 {
    width: 70% !important; }

  .sp-w75 {
    width: 75% !important; }

  .sp-w80 {
    width: 80% !important; }

  .sp-w85 {
    width: 85% !important; }

  .sp-w90 {
    width: 90% !important; }

  .sp-w95 {
    width: 95% !important; }

  .sp-w100 {
    width: 100% !important; } }
.l-h2 {
  line-height: 2.1; }

/* Display
-------------------------- */
.none {
  display: none; }

@media screen and (max-width: 768px) {
  .pc-only {
    display: none; } }
@media screen and (min-width: 768px) {
  .pc {
    display: block; }

  .sp {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block; } }
/*Layout
-------------------------- */
.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.right-block {
  display: block;
  margin-left: auto; }

.left-block {
  display: block;
  margin-right: auto; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%; }
  @media screen and (max-width: 768px) {
    .container {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .container {
      width: 1036px; } }

.left-sidebar #contents {
  width: 65%;
  float: right;
  margin-top: 40px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .left-sidebar #contents {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      float: none; } }
.left-sidebar #sidebar {
  width: 30%;
  float: left;
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .left-sidebar #sidebar {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      float: none; }
      .left-sidebar #sidebar img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block; } }

.right-sidebar #contents {
  width: 65%;
  float: left;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .right-sidebar #contents {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      float: none; } }
.right-sidebar #sidebar {
  width: 30%;
  float: right;
  margin-top: 40px; }
  @media screen and (max-width: 768px) {
    .right-sidebar #sidebar {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      float: none; }
      .right-sidebar #sidebar img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block; } }

.no-sidebar #contents {
  margin: 40px auto; }
  @media screen and (max-width: 768px) {
    .no-sidebar #contents {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .no-sidebar #contents {
      width: 1036px; } }
  @media screen and (max-width: 768px) {
    .no-sidebar #contents {
      width: 98%; } }
.no-sidebar #sidebar {
  display: none; }

.swiper-button-next {
  pointer-events: auto !important;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2em;
  height: 2em;
  background: url(images/common/slide_arrow_left.png) no-repeat 50%/cover; }
  .swiper-button-next.swiper-button-disabled {
    pointer-events: auto !important; }

.swiper-button-prev {
  pointer-events: auto !important;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0; }
  .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto !important; }

.index-h2 {
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-size: 3.125em;
  margin: .25em 0;
  letter-spacing: .07em; }
  .index-h2 img {
    width: auto;
    height: .75em;
    margin-right: .5em;
    vertical-align: middle;
    position: relative;
    top: -.1em; }

.foot-h3 {
  font-size: 1.875em;
  font-family: "Nunito", sans-serif;
  color: #ed8599;
  margin: 0 0 .75em; }

.icons {
  height: 1em;
  vertical-align: -1px; }

.span_01 {
  line-height: 1.4;
  text-align: center;
  width: 120px;
  font-weight: normal;
  border-radius: 2em;
  background: #dec493;
  font-size: 0.95rem;
  padding: 0.25rem 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem; }
  .span_01__small {
    color: #41281f;
    width: auto;
    padding: 0.15rem 1em; }

.span_02 {
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  width: 120px;
  border-radius: 2em;
  background: #bade96;
  font-size: 0.95rem;
  padding: 0.25rem 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem; }

.span_03 {
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  width: 120px;
  border-radius: 2em;
  background: #f19a7f;
  font-size: 0.95rem;
  padding: 0.25rem 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem; }

.span_04 {
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  width: 120px;
  border-radius: 2em;
  background: #7bcfbf;
  font-size: 0.95rem;
  padding: 0.25rem 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem; }

.span_05 {
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  width: 120px;
  border-radius: 2em;
  background: #88ccd9;
  font-size: 0.95rem;
  padding: 0.25rem 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem; }
  .span_05__small {
    color: #41281f;
    width: auto;
    padding: 0.15rem 1em; }

.span_06 {
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  width: 120px;
  border-radius: 2em;
  background: #f3c6c8;
  font-size: 0.95rem;
  padding: 0.25rem 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: .5rem; }
  .span_06__small {
    color: #41281f;
    width: auto;
    padding: 0.15rem 1em; }

.linear-gradient {
  background: linear-gradient(45deg, transparent 10px, #fff 10px), linear-gradient(135deg, transparent 10px, #fff 10px), linear-gradient(225deg, transparent 10px, #fff 10px), linear-gradient(315deg, transparent 10px, #fff 10px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat; }

.order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.text-fuchi-wh {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff; }

.point_none {
  color: #000;
  pointer-events: none; }

@media only screen and (min-width: 768px) {
  .max-none {
    max-width: none; }
    .max-none__right {
      position: absolute;
      left: -8vw;
      top: 2em; } }
@media screen and (max-width: 767px) {
  .sp-100 {
    width: 100% !important; }

  .sp_center-block {
    display: block;
    margin: 0 auto; }

  .sp_block {
    display: block; }

  .sp_inline-block {
    display: inline-block !important; }

  .sp_text-right {
    text-align: right; }

  .btn-small {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin: 1em 0; }

  .l-h2 {
    line-height: 1.8; }

  .sp-order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

  .inner,
  .inner_l {
    padding-left: 1em;
    padding-right: 1em; }

  .inner_s {
    padding-left: 2em;
    padding-right: 2em; }

  .page-h1 {
    padding: 60px 0; }

  .index-h2 {
    font-size: 2.25em; }

  .btn-a {
    width: 95%;
    margin: 1em auto;
    display: block;
    line-height: 4em;
    height: 20vw; }

  .archive-h2 {
    font-size: 1.25em; }

  .sp_cover20 {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    height: 20px; }

  .table-a {
    border: 1px solid #eee;
    border-bottom: 2px dotted rgba(65, 40, 31, 0.5); }
    .table-a th {
      width: 100%;
      display: block; }
    .table-a td {
      display: block; } }
/*=Media Queries
---------------------------------------------------------------------------*/
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .entry-meta {
    margin-top: 1.6em;
    width: 100%; }
    .entry-meta > span {
      display: inline-block;
      padding-right: 0.8em;
      width: auto; }
      .entry-meta > span:last-of-type {
        padding-right: 0; } }
@media screen and (max-width: 1100px) {
  .site-main {
    width: 71.5%; }

  .sidebar {
    width: 24%; } }
@media screen and (min-width: 751px) and (max-width: 950px) {
  .site-branding {
    padding-top: 50px;
    padding-bottom: 50px; }

  .hentry {
    margin: 10% 0; }

  .entry-summary {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%; }

  .entry-meta {
    margin-top: 1.6em;
    width: 100%; }
    .entry-meta > span {
      display: inline-block;
      padding-right: 1.6em;
      width: auto; }
      .entry-meta > span:last-of-type {
        padding-right: 0; }
    .entry-meta ul li {
      display: inline-block;
      padding-right: 15px; }
      .entry-meta ul li:last-of-type {
        padding-right: 0; }

  .entry-summary {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; } }
@media screen and (max-width: 750px) {
  .sp_tel {
    pointer-events: auto; }

  .site-branding {
    padding-top: 50px;
    padding-bottom: 50px; }

  .site-main {
    width: 100%; }

  .sidebar {
    clear: both;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    .sidebar .widget {
      width: 48%;
      margin-right: 4%;
      float: left; }
      .sidebar .widget:nth-of-type(2n + 1) {
        clear: left; }
      .sidebar .widget:nth-of-type(2n) {
        clear: right;
        margin-right: 0; }

  .footer-widgets .widget-area {
    width: 48%;
    margin-right: 4%; }
    .footer-widgets .widget-area:nth-of-type(2n) {
      clear: right;
      margin-right: 0; }

  .site-main .comment-navigation,
  .site-main .posts-navigation,
  .site-main .post-navigation {
    font-size: 18px; }

  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    clear: both;
    float: none;
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
    width: 100%; }

  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    clear: both;
    float: none;
    text-align: right;
    width: 100%; } }
@media screen and (max-width: 650px) {
  .site-branding {
    padding-top: 50px;
    padding-bottom: 50px; }

  .hentry {
    margin: 10% 0; }

  .entry-summary {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; }

  .entry-meta {
    margin-top: 1.6em;
    width: 100%; }
    .entry-meta > span {
      display: inline-block;
      padding-right: 1.6em;
      width: auto; }
      .entry-meta > span:last-of-type {
        padding-right: 0; }

  .entry-footer-wrapper > span {
    clear: both;
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 0.8em;
    width: 100%; }

  .entry-footer {
    padding-bottom: 0; }
    .entry-footer .edit-link {
      clear: both;
      display: block;
      float: none;
      margin-right: 0;
      margin-bottom: 0.8em;
      width: 100%; }

  .single .byline,
  .single .group-blog .byline {
    display: block; }

  h1 {
    font-size: 38px; }

  h2 {
    margin-bottom: 15px;
    font-size: 28px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 16px; }

  h5 {
    font-size: 13px;
    text-transform: uppercase; }

  h6 {
    font-size: 12px;
    text-transform: uppercase; }

  .entry-title {
    font-size: 28px; } }
@media screen and (max-width: 550px) {
  .site-branding {
    padding-top: 50px;
    padding-bottom: 50px; }

  .site-content,
  .footer-widgets,
  .site-info {
    padding-left: 5%;
    padding-right: 5%; }

  .sidebar .widget,
  .footer-widgets .widget {
    width: 100%; }

  .social-links {
    float: left;
    margin-top: 0.8em; }

  .entry-meta {
    margin-top: 1.6em;
    width: 100%; }
    .entry-meta > span {
      display: inline-block;
      padding-right: 1.6em;
      width: auto; }
      .entry-meta > span:last-of-type {
        padding-right: 0; }

  .entry-footer > span {
    display: block;
    clear: both;
    float: none; }

  .footer-widgets .widget-area {
    width: 100%;
    margin-right: auto; }

  .entry-summary {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%; } }
@media screen and (max-width: 767px) {
  body {
    font-size: 14px; }

  .is_page {
    font-size: 14px; }

  .site-branding {
    padding-top: 50px;
    padding-bottom: 50px; }

  .main-navigation {
    padding: 0; }
    .main-navigation > div:first-of-type {
      float: none; }
      .main-navigation > div:first-of-type a {
        padding: 1.25em;
        width: 100%; }
    .main-navigation ul ul a {
      padding: 1.25em;
      width: 100%; }
    .main-navigation ul li.menu-item-has-children > a:after, .main-navigation ul li.page_item_has_children > a:after {
      display: none; }
    .main-navigation ul ul {
      border: 0;
      clear: both;
      display: block;
      padding: 0;
      position: relative;
      top: auto;
      left: auto;
      width: 100%; }
      .main-navigation ul ul li.menu-item-has-children > a:after, .main-navigation ul ul li.page_item_has_children > a:after {
        display: none; }
      .main-navigation ul ul ul {
        border: 0;
        clear: both;
        display: block;
        padding: 0;
        position: relative;
        top: auto;
        left: auto;
        width: 100%; }
        .main-navigation ul ul ul ul {
          border: 0;
          clear: both;
          display: block;
          padding: 0;
          position: relative;
          top: auto;
          left: auto;
          width: 100%; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: auto; }
    .main-navigation > div:first-of-type ul ul a {
      padding-left: 2.05em; }
    .main-navigation > div:first-of-type ul ul ul a {
      padding-left: 2.85em; }
    .main-navigation > div:first-of-type ul ul ul ul a {
      padding-left: 3.65em; }
    .main-navigation > div:first-of-type li {
      clear: both;
      float: none;
      padding: 0;
      width: 100%; }

  .gallery-top .swiper-slide {
    min-width: auto; }
  .gallery-top img {
    width: calc(100% - 2em);
    display: block;
    margin: 0 auto; }

  .gallery-thumbs {
    right: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    left: -25px; }
    .gallery-thumbs .swiper-slide {
      margin-left: 20px; }
    .gallery-thumbs .thumb_bg {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .gallery-thumbs .thumb_bg img {
        padding: .25em; }

  .mv_logo {
    width: 50%;
    margin: 0;
    top: 5%; }

  .index_slide .swiper-pagination {
    width: 100% !important; }
  .index_slide .swiper-pagination-bullet {
    height: 2px; }

  .index_slide_bnr-wrap .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 125px; }
  .index_slide_bnr-wrap .swiper-button-next {
    top: 125px;
    width: 30px;
    height: 30px;
    left: auto;
    right: 0;
    position: absolute; }

  .index_new_space-wrap {
    overflow: hidden; }
    .index_new_space-wrap .be_bg {
      width: 94%;
      left: 3%; }
    .index_new_space-wrap .logoimg {
      right: -200px;
      top: 100px;
      z-index: -1;
      left: 0;
      width: 70%; }
    .index_new_space-wrap .ttl_img {
      width: 70%; }
    .index_new_space-wrap .is_line {
      width: 180%;
      max-width: 180%; }

  .js-inf_01 {
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
    width: 200%;
    position: relative;
    left: -50%;
    top: -100px;
    margin-bottom: -180px; }

  .index_enjoy-wrap {
    background-size: 230%; }
    .index_enjoy-wrap article {
      width: 100%;
      margin: 0 0 1em; }
      .index_enjoy-wrap article .is_none {
        display: block;
        position: static;
        color: #000;
        background: none !important;
        padding: 1em 0;
        height: auto; }
      .index_enjoy-wrap article .over_caption.is_right {
        display: block;
        position: relative; }
        .index_enjoy-wrap article .over_caption.is_right .no,
        .index_enjoy-wrap article .over_caption.is_right .texts {
          bottom: 0; }
      .index_enjoy-wrap article .over_caption {
        display: none; }
    .index_enjoy-wrap .caption {
      font-size: 1em;
      margin-bottom: 1em !important; }

  .index_room-wrap {
    width: 100%;
    overflow-x: hidden; }
    .index_room-wrap:before {
      width: calc(100% - 2em); }
    .index_room-wrap .room_link {
      margin-top: -4em; }
    .index_room-wrap .flex-end,
    .index_room-wrap .flex,
    .index_room-wrap .flex-center,
    .index_room-wrap .flex-start,
    .index_room-wrap .flex-end,
    .index_room-wrap .flex-between,
    .index_room-wrap .flex-around {
      padding: 0 2em 1em;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .index_room-wrap .cont_01 {
      padding: 0 !important; }
    .index_room-wrap .ttl {
      margin-bottom: .25em; }
    .index_room-wrap .sp {
      width: 100%;
      overflow: hidden; }
    .index_room-wrap .slides {
      width: calc(100% + 4em);
      max-width: 200%;
      margin: 0 -2em; }
      .index_room-wrap .slides article {
        left: 5vw;
        width: 45vw;
        padding: 0 2vw; }
    .index_room-wrap .bx-wrapper {
      margin-bottom: 0; }
      .index_room-wrap .bx-wrapper .bx-controls-direction .bx-prev {
        left: 40px; }
      .index_room-wrap .bx-wrapper .bx-controls-direction .bx-next {
        right: 40px; }
    .index_room-wrap .bx-viewport {
      height: 290px !important; }

  .cruise_slide {
    margin-top: -80px !important; }

  .index_sp_img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;"; }

  .index_location-wrap .mapimg {
    top: 0;
    right: 0;
    width: 80%; }
  .index_location-wrap .balloonimg {
    top: auto;
    left: auto;
    right: 0;
    bottom: 170px;
    width: 40%; }
  .index_location-wrap .inner {
    margin-top: -100px; }
  .index_location-wrap .index-h2 {
    margin-top: .25em !important; }
  .index_location-wrap .text {
    font-size: 1em; }

  .index_cruise-wrap {
    background: url(images/index/cruise/bg.png) 0 100%/auto 35% no-repeat; }
    .index_cruise-wrap .balloon {
      top: 190px;
      left: 5vw; }
    .index_cruise-wrap article img {
      display: block;
      margin: 0 auto; }
    .index_cruise-wrap .swiper-button-next {
      background: url(images/common/slide_arrow_right.png) no-repeat;
      background-size: auto;
      background-size: 100%;
      width: 30px;
      height: 30px; }
    .index_cruise-wrap .swiper-button-prev {
      background: url(images/common/slide_arrow_left.png) no-repeat;
      background-size: auto;
      background-size: 100%;
      width: 30px;
      height: 30px; }
    .index_cruise-wrap .swiper-wrapper {
      left: 12.5% !important; }
    .index_cruise-wrap .inner {
      padding: 0; }

  .index_dish-wrap article {
    width: 100%;
    padding: 0 1em; }
    .index_dish-wrap article .is_20 {
      margin-left: auto; }
    .index_dish-wrap article .caption {
      margin-top: 0.5em; }
  .index_dish-wrap .balloon_01,
  .index_dish-wrap .balloon_02 {
    right: 0 !important;
    top: 34vw; }
  .index_dish-wrap .btn-a {
    margin: 1em 0; }

  .index_flow-wrap {
    background-size: 200%; }
    .index_flow-wrap .is_text {
      -webkit-writing-mode: inherit;
          -ms-writing-mode: inherit;
              writing-mode: inherit;
      width: 100% !important; }
    .index_flow-wrap article {
      margin: 0 0 .5em;
      width: calc(50% - .25em); }
    .index_flow-wrap .flex-center {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .index_flow-wrap .color_bg {
      padding: .5em;
      font-size: .9em; }

  .index_plan-wrap article {
    width: calc(100% / 2 - .5em);
    margin-bottom: 1em; }

  .page_headc {
    padding: 2em 0 2em; }
    .page_headc .caption {
      font-size: 1.25em; }
    .page_headc .is_line {
      bottom: 10px; }
    .page_headc .inner_l {
      padding: 0 1em; }

  .be_cir {
    padding: 2em 0 0; }
    .be_cir .inner {
      padding: 0 .25em; }
    .be_cir a {
      margin: 0 auto 1em;
      width: calc(50% - .5em);
      padding: 0.5em; }

  .page_head2 .sp_img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;"; }
  .page_head2 .w50_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .page_head2 .w50_bg article {
      margin: 2em .5em 1em;
      width: 50%; }

  .fun-wrap .pickup {
    font-size: 2.25em;
    line-height: 1; }
  .fun-wrap .kira {
    width: 1em;
    margin-right: -.25em; }
  .fun-wrap .osusume article {
    width: calc(50%); }
    .fun-wrap .osusume article img {
      display: block;
      margin: 0 auto;
      width: 80%; }
  .fun-wrap .osusume .is_text {
    width: 90%;
    margin: .5em auto 1.5em;
    line-height: 1.8; }

  .walking_02-wrap .pick_bal {
    top: -6em; }
  .walking_02-wrap .pick_bal_02 {
    left: auto;
    top: -8em;
    right: 0; }

  .place_list-wrap article {
    width: 100%; }
    .place_list-wrap article:nth-of-type(3n) {
      margin-right: 0; }
    .place_list-wrap article:nth-of-type(even) {
      margin-right: 0 !important; }
    .place_list-wrap article .text {
      height: auto; }
    .place_list-wrap article .btn-small {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      margin: .5em -.5em 0 -.75em; }
    .place_list-wrap article .flex-between,
    .place_list-wrap article .flex-end {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .place_list-wrap article .photo {
      display: block;
      margin: 0 auto; }

  .span_01,
  .span_02,
  .span_03,
  .span_04,
  .span_05,
  .span_06 {
    font-size: .9rem; }

  .page-h2 {
    margin: 1em 0 1.5em; }

  .bic-wrap .bal {
    top: auto;
    bottom: -30px;
    width: 40%; }

  .ttl_bg a {
    padding: 1em 2em; }
  .ttl_bg .dates {
    font-size: 1em;
    margin-bottom: 0; }

  .news_foot .no-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .news_foot article {
    width: 100%;
    border: none; }

  .blog_cat-wrap .btn-a {
    width: calc(100% / 2 - 1em);
    line-height: 3em;
    font-size: 1em;
    height: auto;
    margin: 0 auto 1em;
    background: url(images/common/btn_01.png) 0 0/100% 3em no-repeat; }

  .archove_head2 article {
    width: 100%;
    margin: 0 auto 1em !important;
    padding: 1.25em 1em 1em; }
    .archove_head2 article a {
      width: 320px;
      height: auto;
      display: block;
      margin: 0 auto; }
      .archove_head2 article a img {
        display: block;
        margin: 0 auto; }

  .site-header {
    position: static !important;
    height: 110px;
    background: #fff !important;
    padding: 0; }
    .site-header .inner_l {
      padding: .5em; }

  .site-title {
    position: static; }
    .site-title img {
      width: 118px;
      top: -1px;
      position: relative; }

  .sp_head_lang {
    padding: .75em;
    letter-spacing: .1px; }

  .sp_head_text {
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    left: 0;
    top: 8px;
    letter-spacing: 1px; }

  .slide_nav_btn {
    display: none;
    position: fixed; }
    .slide_nav_btn img {
      width: 26px; }

  .close_btn {
    top: 16px;
    right: 16px;
    width: 30px; }

  .menu-item {
    width: 49%;
    display: inline-block; }

  .widget-title {
    padding-top: 1em; }

  .slide_navigation {
    padding-bottom: 3em;
    height: 100vh; }
    .slide_navigation .is_res {
      top: 0;
      text-align: center;
      display: block;
      font-size: 28px;
      width: 100%; }
    .slide_navigation .scrool {
      padding-bottom: 3em; }
    .slide_navigation .small {
      font-size: 1em; }

  .footer-widgets {
    display: none; }

  .sp_common_foot a {
    margin-bottom: .5em;
    display: block; }
    .sp_common_foot a:hover {
      opacity: .7; }

  .event-wrap article .w50 > img {
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;"; }
  .event-wrap article .is_text {
    padding: 1.5em 2em !important; }
    .event-wrap article .is_text__01 {
      background: linear-gradient(45deg, transparent 0, #e07585 0), linear-gradient(135deg, transparent 0, #e07585 0), linear-gradient(225deg, transparent 0, #e07585 0), linear-gradient(315deg, transparent 0, #e07585 0); }
    .event-wrap article .is_text__02 {
      background: linear-gradient(45deg, transparent 0, #167ac2 0), linear-gradient(135deg, transparent 0, #167ac2 0), linear-gradient(225deg, transparent 0, #167ac2 0), linear-gradient(315deg, transparent 0, #167ac2 0); }
    .event-wrap article .is_text__03 {
      background: linear-gradient(45deg, transparent 0, #683339 0), linear-gradient(135deg, transparent 0, #683339 0), linear-gradient(225deg, transparent 0, #683339 0), linear-gradient(315deg, transparent 0, #683339 0); }
    .event-wrap article .is_text__04 {
      background: linear-gradient(45deg, transparent 0, #998c69 0), linear-gradient(135deg, transparent 0, #998c69 0), linear-gradient(225deg, transparent 0, #998c69 0), linear-gradient(315deg, transparent 0, #998c69 0); }
  .event-wrap article .pick {
    font-size: 1.85em; }
    .event-wrap article .pick img {
      width: 3em; }
    .event-wrap article .pick .kira {
      width: 1.5em; }
  .event-wrap .order2 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }

  #pageTop {
    width: 28px;
    bottom: 100px; }

  .resbar-wrap {
    height: auto;
    padding-bottom: .5em; }

  .search_table_489ban td {
    padding: 0; }

  form {
    height: 42px; }
    form select.year_month_489ban {
      width: 40vw !important;
      background: #fff; }
    form select.day_489ban {
      background: #fff; }

  .pinkmap_wrap iframe {
    height: 250px !important; }

  .site-footer {
    padding-bottom: 70px; }

  .home .pagefooter_link {
    display: block; } }
@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul,
  .social-links {
    display: block; } }
/* -----------------------------------------------------------------------
Page2
------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .page-cafe_cruise .inline-block,
  .page-facility .inline-block,
  .page-contact .inline-block,
  .page-access .inline-block {
    display: inline-block; } }
@media screen and (max-width: 500px) {
  .page-cafe_cruise .block_500,
  .page-facility .block_500,
  .page-contact .block_500,
  .page-access .block_500 {
    display: block; } }

.page-cafe_cruise .page_headc .inner_l .inner,
.page-facility .page_headc .inner_l .inner {
  max-width: 1040px; }
  .page-cafe_cruise .page_headc .inner_l .inner a,
  .page-facility .page_headc .inner_l .inner a {
    width: 239px;
    margin: 7.5px; }
    .page-cafe_cruise .page_headc .inner_l .inner a img,
    .page-facility .page_headc .inner_l .inner a img {
      width: 218.5px; }

.page-facility .sec_box .box_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .page-facility .sec_box .box_inner {
      display: block;
      margin-bottom: 2% !important; } }
  .page-facility .sec_box .box_inner .text {
    text-align: left; }
    .page-facility .sec_box .box_inner .text .text_inner {
      max-width: 530px;
      margin-left: auto;
      padding: 0 5% 0 2%; }
      @media screen and (max-width: 767px) {
        .page-facility .sec_box .box_inner .text .text_inner {
          max-width: none;
          padding: 0 5%; } }
      .page-facility .sec_box .box_inner .text .text_inner .ttl {
        font-size: 2.95em;
        margin-bottom: 0;
        margin-top: 10px; }
      .page-facility .sec_box .box_inner .text .text_inner .ttl_ja {
        color: #41281f;
        margin-top: 0;
        padding-bottom: 25px;
        margin-bottom: 20px;
        border-bottom: 1px dashed #e07585; }
      .page-facility .sec_box .box_inner .text .text_inner .subttl {
        color: #41281f;
        margin-bottom: 20px; }
      .page-facility .sec_box .box_inner .text .text_inner .sec {
        line-height: 1.8; }
      .page-facility .sec_box .box_inner .text .text_inner .btn-a {
        margin-top: 0; }
        @media screen and (max-width: 767px) {
          .page-facility .sec_box .box_inner .text .text_inner .btn-a {
            width: 100%;
            margin-bottom: 0; } }
.page-facility .sec_box .img_right .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .page-facility .sec_box .img_right .text .text_inner {
    margin-left: 0;
    padding: 0 2% 0 5%; }
@media screen and (max-width: 767px) {
  .page-facility .sec_box .flex_img {
    padding: 0 5%; } }
.page-facility .sec_box .flex_img .img {
  width: 32%;
  max-width: 324px; }
  @media screen and (max-width: 767px) {
    .page-facility .sec_box .flex_img .img {
      width: 48%;
      max-width: none;
      margin: 0 auto 1em; } }
.page-facility .sec_box #terrace .fukidashi {
  width: 165px;
  right: 0;
  top: 0; }
.page-facility .sec_box #shop .fukidashi {
  width: 165px;
  right: 0;
  top: 0; }
.page-facility .hall .table_ttl {
  text-align: left;
  margin: 0 0 10px;
  color: #e07585;
  font-size: 1.176em;
  letter-spacing: .08em; }
.page-facility .hall .table-a th {
  width: 27%;
  padding: 1em 0.8em; }
@media screen and (max-width: 767px) {
  .page-facility .hall .table-a td,
  .page-facility .hall .table-a th,
  .page-facility .hall .table-a tr {
    display: block;
    width: 100%;
    text-align: left; } }
.page-facility .pink_banner {
  background: #f6d5da;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 15px 0;
  text-align: center; }
  .page-facility .pink_banner p,
  .page-facility .pink_banner span {
    color: #41281f;
    margin: 0; }
  .page-facility .pink_banner .banner_text {
    font-size: 0.9em;
    letter-spacing: 0;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .page-facility .pink_banner .banner_text {
        font-size: 1.2em; } }
  .page-facility .pink_banner .banner_tel {
    margin: 10px 0; }
    .page-facility .pink_banner .banner_tel .img_tel {
      width: 290px; }
    .page-facility .pink_banner .banner_tel span {
      font-size: 0.9em;
      letter-spacing: 0.5px; }
  .page-facility .pink_banner .banner_btn {
    width: 250px; }

.page-cafe_cruise .object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover;';
  /*IE対策*/ }
  @media screen and (max-width: 767px) {
    .page-cafe_cruise .object-fit {
      -o-object-fit: fill;
         object-fit: fill;
      height: auto; } }
@media screen and (max-width: 767px) {
  .page-cafe_cruise .inner {
    padding: 0 5%; } }
.page-cafe_cruise .title {
  font-size: 2.95em;
  margin-bottom: -20px;
  margin-top: 10px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .page-cafe_cruise .title {
      font-size: 2em; } }
.page-cafe_cruise .img_outer {
  width: 100%;
  max-width: 1447px;
  margin: 0 auto;
  background: url("./images/cafe_cruise/view_bg.png") no-repeat;
  background-position: center top 200px;
  background-size: contain; }
  @media screen and (max-width: 767px) {
    .page-cafe_cruise .img_outer {
      background-position: center top 30%;
      background-size: auto 50%; } }
.page-cafe_cruise .img_inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto; }
  .page-cafe_cruise .img_inner img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: 'object-fit: cover;';
    /*IE対策*/
    height: 530px; }
    @media screen and (max-width: 767px) {
      .page-cafe_cruise .img_inner img {
        -o-object-fit: fill;
           object-fit: fill;
        height: auto; } }
.page-cafe_cruise .txt_inner .ttl {
  padding-top: 35px;
  margin-bottom: 18px; }
.page-cafe_cruise .txt_inner .sec {
  line-height: 1.8; }
.page-cafe_cruise .txt_inner .img_box .img {
  width: 32%;
  max-width: 324px; }
.page-cafe_cruise .cruise_banner {
  border: 4px solid #f6d5da;
  background: #fff;
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .page-cafe_cruise .cruise_banner {
      margin-top: 20px; } }
  .page-cafe_cruise .cruise_banner .top {
    padding: 15px 0; }
    .page-cafe_cruise .cruise_banner .top .left {
      width: 28.3%;
      max-width: 294px; }
      @media screen and (max-width: 767px) {
        .page-cafe_cruise .cruise_banner .top .left {
          width: 100%; } }
    .page-cafe_cruise .cruise_banner .top .center {
      width: 26%;
      max-width: 270px; }
      @media screen and (max-width: 767px) {
        .page-cafe_cruise .cruise_banner .top .center {
          width: 100%;
          margin: 10px 0; } }
    .page-cafe_cruise .cruise_banner .top .right {
      width: 35%;
      max-width: 364px; }
      @media screen and (max-width: 767px) {
        .page-cafe_cruise .cruise_banner .top .right {
          width: 100%; } }
  .page-cafe_cruise .cruise_banner .bottom {
    color: #41281f;
    background: #f6d5da;
    padding: 15px 0; }
    @media screen and (max-width: 767px) {
      .page-cafe_cruise .cruise_banner .bottom {
        display: block;
        text-align: center; } }
    .page-cafe_cruise .cruise_banner .bottom p {
      margin: 0; }
    .page-cafe_cruise .cruise_banner .bottom .sp_tel {
      margin: 0 2%; }
      .page-cafe_cruise .cruise_banner .bottom .sp_tel .img_tel {
        display: inline-block;
        width: 300px; }
.page-cafe_cruise #view .img_big {
  min-height: 500px; }
  @media screen and (max-width: 767px) {
    .page-cafe_cruise #view .img_big {
      min-height: auto; } }
@media screen and (max-width: 767px) {
  .page-cafe_cruise #view .view-sp {
    width: 94%;
    margin-top: -40px; } }
.page-cafe_cruise #view .img_inner {
  margin-top: -95px; }
  .page-cafe_cruise #view .img_inner .left {
    width: 47.65%; }
    @media screen and (max-width: 767px) {
      .page-cafe_cruise #view .img_inner .left {
        width: 100%;
        margin-bottom: 1%; } }
    .page-cafe_cruise #view .img_inner .left img {
      -o-object-position: left;
         object-position: left; }
  .page-cafe_cruise #view .img_inner .center {
    width: 28.9%; }
    .page-cafe_cruise #view .img_inner .center .img:first-child {
      margin-bottom: 10px; }
      .page-cafe_cruise #view .img_inner .center .img:first-child img {
        -o-object-position: right;
           object-position: right; }
    .page-cafe_cruise #view .img_inner .center img {
      height: 260px; }
      @media screen and (max-width: 767px) {
        .page-cafe_cruise #view .img_inner .center img {
          height: auto; } }
  .page-cafe_cruise #view .img_inner .right {
    width: 22.1%; }
.page-cafe_cruise .info .list {
  margin-top: -10px; }
  .page-cafe_cruise .info .list > div {
    width: 40%;
    max-width: 300px; }
    @media screen and (max-width: 767px) {
      .page-cafe_cruise .info .list > div {
        width: 48%;
        max-width: none; } }
    .page-cafe_cruise .info .list > div .ta {
      text-align: center;
      margin: 15px 0; }
  .page-cafe_cruise .info .list > div:first-child {
    margin-right: 4%; }
.page-cafe_cruise .info .table-a {
  line-height: 1.8; }
  .page-cafe_cruise .info .table-a th {
    width: 22%;
    padding: 1em; }
    @media screen and (max-width: 767px) {
      .page-cafe_cruise .info .table-a th {
        width: 100%; } }
  .page-cafe_cruise .info .table-a td {
    padding: 1em; }
.page-cafe_cruise .info .text {
  line-height: 1.8;
  margin-top: 20px; }

.page-access .normal {
  font-weight: normal; }
@media screen and (max-width: 767px) {
  .page-access .page_headc {
    margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  .page-access .page_headc .inner {
    padding: 0; } }
.page-access .page_headc .top_txt {
  text-align: left;
  margin-top: 30px; }
  .page-access .page_headc .top_txt .img {
    margin-bottom: -100px; }
    @media screen and (max-width: 767px) {
      .page-access .page_headc .top_txt .img {
        margin-bottom: 0; } }
.page-access .accessmap .map iframe {
  display: block;
  width: 100%;
  max-width: 1280px;
  height: 550px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .page-access .accessmap .map iframe {
      height: 400px; } }
.page-access .pagelink {
  position: relative; }
  .page-access .pagelink .is_line {
    top: -55px;
    left: 0;
    right: 0; }
  .page-access .pagelink .be_cir a {
    width: 245.5px;
    padding: 0.75em; }
.page-access .accessmap_bottom {
  width: 100%;
  max-width: 960px;
  margin: 15px auto 0; }
  .page-access .accessmap_bottom .w70 {
    max-width: 502px;
    text-align: left; }
.page-access .text .big {
  display: inline-block;
  margin: 0 3px; }
.page-access .text .main_c {
  border-bottom: 2px dotted #c69c46;
  padding-bottom: 4px; }
.page-access .table-a th {
  width: 35%; }
  @media screen and (max-width: 767px) {
    .page-access .table-a th {
      width: 100%; } }
.page-access .table-a a:before {
  display: none; }

.page-contact .number {
  color: #000 !important;
  pointer-events: none; }
@media screen and (max-width: 767px) {
  .page-contact form {
    height: auto; } }
.page-contact .ta_center {
  text-align: center; }
.page-contact .required {
  color: #e62a20; }
.page-contact .button,
.page-contact .button:hover {
  background-color: none !important; }
.page-contact .form_wrap {
  max-width: 1280px;
  margin: 0 auto 60px;
  border-radius: 30px; }
  .page-contact .form_wrap .inner {
    width: 100%;
    max-width: 800px; }
.page-contact .form_list input {
  border-radius: 15px; }
.page-contact .form_list textarea {
  background: #fff;
  border-radius: 15px; }
.page-contact .form_list button {
  background: none; }
.page-contact .form_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    .page-contact .form_list li {
      display: block; } }
.page-contact .form_list .ttl {
  border-bottom: 1px dashed rgba(92, 92, 92, 0.8);
  width: 22.4%; }
  @media screen and (max-width: 767px) {
    .page-contact .form_list .ttl {
      border-bottom: 0;
      width: 100%;
      margin-bottom: 0; } }
.page-contact .form_list .txt {
  width: 75%;
  padding-bottom: 10px;
  padding-left: 9px;
  border-bottom: 1px dashed rgba(92, 92, 92, 0.8); }
  @media screen and (max-width: 767px) {
    .page-contact .form_list .txt {
      width: 100%;
      padding-left: 0; } }
  .page-contact .form_list .txt .ex {
    display: block;
    color: #000 !important; }
    @media screen and (max-width: 767px) {
      .page-contact .form_list .txt .ex {
        margin-top: 10px; } }
.page-contact .form_list .email .img_mail {
  display: inline-block;
  width: 160px;
  vertical-align: text-bottom; }
.page-contact .btns {
  text-align: center; }
  .page-contact .btns .g-recaptcha > div {
    margin: 0 auto; }
  .page-contact .btns .btn-a {
    padding: 0 0 4px;
    height: auto; }
    @media screen and (max-width: 767px) {
      .page-contact .btns .btn-a {
        height: 18vw; } }
  .page-contact .btns .btn-a:hover,
  .page-contact .btns .btn-a:active {
    border: none; }
.page-contact .contact_bottom {
  background: #f3c8ce; }
  .page-contact .contact_bottom .inner {
    width: 100%;
    max-width: 920px; }
  .page-contact .contact_bottom .tel_box img {
    width: 100%;
    max-width: 313px; }
    @media screen and (max-width: 500px) {
      .page-contact .contact_bottom .tel_box img {
        margin-bottom: 10px; } }
  .page-contact .contact_bottom .address_box {
    margin: 30px 0 15px; }
    @media screen and (max-width: 767px) {
      .page-contact .contact_bottom .address_box {
        display: block; } }
    @media screen and (max-width: 767px) {
      .page-contact .contact_bottom .address_box .w20 {
        width: 100%;
        max-width: 200px;
        margin: 0 auto; } }
    .page-contact .contact_bottom .address_box .w50 {
      max-width: 330px; }
      @media screen and (max-width: 767px) {
        .page-contact .contact_bottom .address_box .w50 {
          width: 100%;
          max-width: 300px;
          margin: 0 auto; } }
  .page-contact .contact_bottom .img_box .img {
    width: 33%;
    max-width: 300px; }

.page-confirm .form_list .txt .ex {
  display: none; }

/* -----------------------------------------------------------------------
pagefooter
------------------------------------------------------------------------- */
.pagefooter {
  width: 100%;
  margin: 12.5em auto 3.75em; }
  .pagefooter .inner {
    width: 1040px; }
  .pagefooter .pagefooter_link {
    margin-bottom: 50px; }
    .pagefooter .pagefooter_link li {
      width: 239px;
      max-width: 23%; }
    .pagefooter .pagefooter_link a:hover {
      opacity: .5; }
  .pagefooter .pagefooter_bestrate {
    margin-bottom: 30px; }
  .pagefooter .pagefooter_reserve {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pagefooter .pagefooter_reserve .reserve_title {
      width: 200px;
      color: #ea5629;
      font-size: 1.647em;
      font-weight: 800;
      line-height: 1;
      letter-spacing: .06em; }
    .pagefooter .pagefooter_reserve .reserve_link {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .pagefooter .pagefooter_reserve .reserve_link li {
        display: block;
        width: 270px; }
      .pagefooter .pagefooter_reserve .reserve_link a:hover {
        opacity: .5; }
    .pagefooter .pagefooter_reserve .reserve_tel {
      width: 100%;
      margin: 30px 0 40px;
      text-align: center; }
      .pagefooter .pagefooter_reserve .reserve_tel .tel_title {
        display: inline-block;
        font-weight: bold;
        vertical-align: middle; }
      .pagefooter .pagefooter_reserve .reserve_tel .sp_tel {
        display: inline-block;
        width: 285px;
        margin: 0 15px 0 30px;
        vertical-align: middle; }
      .pagefooter .pagefooter_reserve .reserve_tel .tel_time {
        display: inline-block;
        vertical-align: middle; }
  .pagefooter .pagefooter_bnr li {
    width: 252px;
    max-width: 24.3%; }
    .pagefooter .pagefooter_bnr li a:hover {
      opacity: .5; }

/* -----------------------------------------------------------------------
sp_fix_footer
------------------------------------------------------------------------- */
.sp_fix_footer {
  display: none; }

/* -----------------------------------------------------------------------
Page
------------------------------------------------------------------------- */
/* flexslider */
.flexslider_wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden; }
  .flexslider_wrap .flexslider {
    margin: 0 auto 20px;
    background: none;
    border: none;
    border-radius: 0; }
    .flexslider_wrap .flexslider .flex-control-thumbs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 20px;
      text-align: center; }
      .flexslider_wrap .flexslider .flex-control-thumbs li {
        float: none;
        width: 70px;
        margin: 0 10px 20px; }
      .flexslider_wrap .flexslider .flex-control-thumbs img {
        opacity: 1; }
      .flexslider_wrap .flexslider .flex-control-thumbs .flex-active {
        opacity: .55; }

/* about */
.page-about .page_headc {
  margin-bottom: 0;
  padding-bottom: 0; }
.page-about .about_head {
  width: 100%;
  height: 580px;
  margin-top: 3.5em;
  background: url(images/about/head_bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center; }
  .page-about .about_head .logo {
    position: relative;
    top: -40px;
    width: 219px;
    margin-bottom: -40px; }
  .page-about .about_head .ttl {
    width: 370px;
    margin: 0.5em auto; }
.page-about .about_nav {
  position: relative;
  margin-top: -3em;
  margin-bottom: 2em; }
  .page-about .about_nav a {
    display: block;
    width: 161px;
    max-width: 15.5%; }
    .page-about .about_nav a:hover {
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px); }
.page-about .about_sec {
  width: 100%;
  margin-bottom: 2.353em;
  padding: 3em 0;
  overflow: hidden; }
  .page-about .about_sec .page-h2 {
    margin: 0 0 1.125em;
    font-size: 42px;
    letter-spacing: .02em; }
    .page-about .about_sec .page-h2 .num {
      display: inline-block;
      margin-right: 40px;
      padding: 0 .3em;
      border-left: 1px solid;
      border-right: 1px solid;
      font-size: 55px;
      letter-spacing: 0;
      line-height: 1; }
  .page-about .about_sec .about-ttl {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dashed;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.7; }
  .page-about .about_sec .caption {
    margin-bottom: 0.5em;
    color: #41281f;
    font-size: 1.353em;
    font-weight: bold; }
  .page-about .about_sec .text_fukidashi {
    margin: .75em 0 0.375em;
    color: #c59e00;
    font-size: 22px;
    font-weight: bold;
    text-align: center; }
    .page-about .about_sec .text_fukidashi > span {
      position: relative;
      display: inline-block;
      padding: 0 25px; }
      .page-about .about_sec .text_fukidashi > span:before, .page-about .about_sec .text_fukidashi > span:after {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: .32em;
        width: 15px;
        height: 26px;
        background: url(images/about/about02_icon_02.png) no-repeat;
        background-size: 100%; }
      .page-about .about_sec .text_fukidashi > span:before {
        left: 0; }
      .page-about .about_sec .text_fukidashi > span:after {
        right: 0;
        -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1); }
  .page-about .about_sec .btn-a {
    margin-bottom: 0; }
  .page-about .about_sec .about_col .w50 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .page-about .about_sec .about_col .w50 .img {
      float: left;
      max-width: none; }
  .page-about .about_sec .about_col .w45 {
    width: 46%; }
  .page-about .about_sec .about_col.even .w50 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
    .page-about .about_sec .about_col.even .w50 .img {
      float: right; }
  .page-about .about_sec .about_pickup .pickup_ttl {
    width: 100%;
    margin-bottom: .5em;
    overflow: hidden;
    color: #c59e00;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: .02em;
    overflow: hidden; }
    .page-about .about_sec .about_pickup .pickup_ttl > span {
      position: relative;
      display: inline-block;
      padding-right: 30px; }
      .page-about .about_sec .about_pickup .pickup_ttl > span:after {
        content: "";
        position: absolute;
        left: 100%;
        top: 60%;
        display: block;
        width: 1000px;
        height: 0;
        border-top: 1px dashed; }
    .page-about .about_sec .about_pickup .pickup_ttl .icons {
      width: 37px;
      height: auto;
      margin-right: 10px; }
  .page-about .about_sec .about_pickup .w23 {
    width: 23%; }
  .page-about .about_sec .about_pickup .w32 {
    width: 32%; }
  .page-about .about_sec .about_pickup .w48 {
    width: 500px;
    max-width: 48.08%; }
.page-about #about01 {
  background: #F8E6E9; }
  .page-about #about01 .page-h2 {
    color: #D0596C; }
  .page-about #about01 .about-ttl {
    color: #D0596C; }
.page-about #about02 {
  background: #F6F1D9; }
  .page-about #about02 .page-h2 {
    color: #c59e00; }
  .page-about #about02 .about-ttl {
    color: #c59e00; }
.page-about #about03 {
  padding-bottom: 0;
  background: #DCEBF6; }
  .page-about #about03 .page-h2 {
    color: #167ac2; }
  .page-about #about03 .about-ttl {
    color: #167ac2; }
  .page-about #about03 .slides {
    margin-top: 3em; }
.page-about #about04 {
  background: #DEF3EF; }
  .page-about #about04 .page-h2 {
    color: #21b093; }
  .page-about #about04 .about-ttl {
    color: #21b093; }
  .page-about #about04 .text_fukidashi {
    color: #21b093; }
    .page-about #about04 .text_fukidashi > span:before, .page-about #about04 .text_fukidashi > span:after {
      background: url(images/about/about04_icon_01.png) no-repeat;
      background-size: 100%; }
.page-about #about05 {
  background: #FAE9D9; }
  .page-about #about05 .page-h2 {
    color: #E06B00; }
  .page-about #about05 .about-ttl {
    color: #E06B00;
    letter-spacing: 0; }
  .page-about #about05 .text_fukidashi {
    color: #E06B00; }
    .page-about #about05 .text_fukidashi > span:before, .page-about #about05 .text_fukidashi > span:after {
      background: url(images/about/about05_icon_01.png) no-repeat;
      background-size: 100%; }
.page-about #about06 {
  background: #F1DDDE; }
  .page-about #about06 .page-h2 {
    color: #A31E24; }
  .page-about #about06 .about-ttl {
    color: #A31E24; }
.page-about .bx-wrapper {
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: none; }

/* rooms */
.head_smoking {
  margin-top: 50px;
  text-align: left; }
  .head_smoking .ttl {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #e07585;
    color: #41281f;
    font-size: 16px;
    font-weight: bold;
    text-align: center; }
    .head_smoking .ttl .large {
      display: inline-block;
      font-size: 20px; }

.room_enter {
  width: 100%;
  overflow: hidden; }
  .room_enter .bal {
    right: 0;
    top: 0; }
  .room_enter .room_col_large {
    margin-bottom: 40px; }
    .room_enter .room_col_large .w50.pc img {
      max-width: none; }
    .room_enter .room_col_large .w45 {
      margin-top: 20px; }
    .room_enter .room_col_large .bal {
      right: -15px; }
    .room_enter .room_col_large .ttl .num {
      margin-bottom: 20px; }
  .room_enter .room_col {
    width: 500px;
    max-width: 48.27%; }
  .room_enter .ttl {
    margin: 0 0 15px;
    color: #C69C46;
    font-size: 25px;
    font-weight: bold; }
    .room_enter .ttl .num {
      display: inline-block;
      margin-right: 25px;
      padding-right: 15px;
      border-right: 1px solid;
      font-size: 35px;
      line-height: 1; }
  .room_enter .icon_list {
    margin: 20px 0 0;
    font-size: 16px; }
    .room_enter .icon_list > span {
      display: inline-block;
      margin-right: 1.3em;
      vertical-align: top; }
    .room_enter .icon_list .icons {
      margin-right: 5px; }
    .room_enter .icon_list + .text {
      margin-top: 20px;
      margin-bottom: 30px;
      padding-top: 20px;
      border-top: 1px dotted #C69C46; }
  .room_enter .btn-a {
    margin-top: 20px;
    margin-bottom: 0; }
  .room_enter#wayou .ttl {
    color: #D74248; }
  .room_enter#wayou .text {
    border-color: #D74248; }
  .room_enter#twin .ttl {
    color: #0E98B2; }
  .room_enter#twin .text {
    border-color: #0E98B2; }
  .room_enter#single .ttl {
    color: #F5AF29; }
  .room_enter#single .text {
    border-color: #F5AF29; }

.amenity_box {
  margin-bottom: 20px;
  padding: 25px 30px;
  background: #fff;
  border-radius: 20px; }
  .amenity_box .ttl {
    margin: 0 0 10px;
    color: #e07585;
    font-size: 1.176em;
    font-weight: bold; }

.room_information th,
.room_information td {
  vertical-align: top; }
.room_information .cancel_list {
  margin: 0; }
  .room_information .cancel_list dt {
    float: left;
    width: 8em;
    font-weight: normal; }
  .room_information .cancel_list dd {
    margin: 0 0 0 8em; }

/* onsen */
.onsen_men .page-h2,
.onsen_women .page-h2 {
  margin-bottom: 0.75em; }
.onsen_men .onsen_caption,
.onsen_women .onsen_caption {
  margin: 0 0 1.5em;
  color: #e07585;
  font-size: 1.353em;
  font-weight: bold; }
.onsen_men .onsen_col,
.onsen_women .onsen_col {
  width: 500px;
  max-width: 48.27%; }
  .onsen_men .onsen_col .ttl,
  .onsen_women .onsen_col .ttl {
    margin: 1em 0 0.5em;
    color: #e07585;
    font-size: 1.176em;
    font-weight: bold; }
  .onsen_men .onsen_col .bal,
  .onsen_women .onsen_col .bal {
    right: 0;
    top: -85px; }

.onsen_information th,
.onsen_information td {
  vertical-align: top; }
.onsen_information .time_list {
  margin: 0; }
  .onsen_information .time_list dt {
    float: left;
    width: 12em; }
  .onsen_information .time_list dd {
    margin: 0 0 0 12em; }

/* dish */
.page-dish .page-h1 {
  text-shadow: 0 0 5px #BF824C, 0 0 5px #BF824C, 0 0 5px #BF824C; }
.page-dish .page-h2 {
  margin-bottom: 0.75em; }
.page-dish .dish_ttl {
  margin: 0 0 1.5em;
  color: #e07585;
  font-size: 1.176em;
  font-weight: bold;
  text-align: center; }
  .page-dish .dish_ttl span {
    display: inline-block; }
  .page-dish .dish_ttl .nunito {
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid;
    font-size: 42px;
    letter-spacing: .08em;
    line-height: 1; }
.page-dish .dish_caption {
  margin: 0 0 1.5em;
  color: #e07585;
  font-size: 1.353em;
  font-weight: bold; }
.page-dish .dish_dinner .dish_plan .plan_col .dish_ttl {
  text-align: left; }
  .page-dish .dish_dinner .dish_plan .plan_col .dish_ttl .nunito {
    font-size: 35px; }
.page-dish .dish_dinner .dish_plan .plan_col .ttl {
  margin: 15px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e07585;
  font-weight: bold; }
.page-dish .dish_dinner .dish_plan .plan_col .btn-a {
  margin: 2em 0 0; }
.page-dish .dish_dinner .dish_plan .plan_col .w50 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  .page-dish .dish_dinner .dish_plan .plan_col .w50 img {
    float: left;
    max-width: none; }
.page-dish .dish_dinner .dish_plan .plan_col.even .w50 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }
  .page-dish .dish_dinner .dish_plan .plan_col.even .w50 img {
    float: right; }
.page-dish .dish_pickup .pickup_col {
  width: 500px;
  max-width: 48.27%; }
  .page-dish .dish_pickup .pickup_col .ttl {
    margin: 1em 0 0.5em;
    color: #e07585;
    font-size: 1.176em;
    font-weight: bold; }
  .page-dish .dish_pickup .pickup_col .bal {
    right: 0;
    top: -85px; }
.page-dish .dish_breakfast .breakfast_menu {
  padding: 25px 30px;
  background: #fff;
  border-radius: 20px; }
  .page-dish .dish_breakfast .breakfast_menu .ttl {
    margin: 0 0 10px;
    color: #e07585;
    font-size: 1.176em;
    font-weight: bold; }
  .page-dish .dish_breakfast .breakfast_menu .menu_list li {
    width: 48%;
    margin-bottom: 5px; }
.page-dish .dish_daytrip .dish_caption .icon_reserve {
  display: inline-block;
  margin-left: .8em;
  padding: 2px 1em;
  background: #F3C8CE;
  border-radius: 20px;
  color: #41281f;
  font-size: .7em;
  line-height: 1.5;
  vertical-align: middle; }
.page-dish .dish_daytrip .daytrip_col .ttl {
  margin: 15px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e07585;
  font-size: 25px;
  font-weight: bold; }
.page-dish .dish_daytrip .daytrip_col .w50 img {
  float: right;
  max-width: none; }
.page-dish .dish_daytrip .daytrip_example {
  padding: 20px 30px;
  border-radius: 20px; }
  .page-dish .dish_daytrip .daytrip_example dt {
    float: left;
    width: 100px;
    font-weight: normal; }
  .page-dish .dish_daytrip .daytrip_example dd {
    margin: 0 0 0 100px;
    color: #e07585;
    font-weight: bold; }
    .page-dish .dish_daytrip .daytrip_example dd .big {
      line-height: 1.3; }
.page-dish .dish_daytrip .reserve_tel {
  background: #F6D5DA;
  padding: 20px;
  font-size: .941em;
  text-align: center; }
  .page-dish .dish_daytrip .reserve_tel .tel_title {
    font-weight: bold; }
  .page-dish .dish_daytrip .reserve_tel .sp_tel {
    display: inline-block;
    width: 285px;
    margin: 0 10px 0 30px;
    vertical-align: middle; }
  .page-dish .dish_daytrip .reserve_tel .tel_time {
    display: inline-block;
    vertical-align: middle; }
.page-dish .dish_restaurant .table-a caption {
  margin: 0 0 10px;
  color: #e07585;
  font-size: 1.176em;
  letter-spacing: .08em;
  text-align: left; }
.page-dish .dish_restaurant .time_list {
  margin: 0; }
  .page-dish .dish_restaurant .time_list dt {
    float: left;
    width: 6em;
    font-weight: normal; }
  .page-dish .dish_restaurant .time_list dd {
    margin: 0 0 0 6em; }

@media screen and (max-width: 767px) {
  /* -----------------------------------------------------------------------
  pagefooter
  ------------------------------------------------------------------------- */
  .pagefooter {
    margin: 0 auto 1.25em; }
    .pagefooter .inner {
      width: 100%; }
    .pagefooter .pagefooter_link {
      width: calc(100% + 2em);
      margin: 0 -1em 20px;
      padding: 25px 1em 10px;
      background: #faf8f3; }
      .pagefooter .pagefooter_link li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px; }
      .pagefooter .pagefooter_link a:hover {
        opacity: 1; }
    .pagefooter .pagefooter_bestrate {
      margin: 20px 0 20px; }
    .pagefooter .pagefooter_reserve {
      display: block; }
      .pagefooter .pagefooter_reserve .reserve_title {
        width: 100%;
        margin-bottom: 10px;
        font-size: 30px;
        text-align: center; }
      .pagefooter .pagefooter_reserve .reserve_link {
        width: 100%; }
        .pagefooter .pagefooter_reserve .reserve_link li {
          display: block;
          width: 48.3%; }
          .pagefooter .pagefooter_reserve .reserve_link li:nth-child(1) {
            width: 100%;
            margin-bottom: 10px; }
        .pagefooter .pagefooter_reserve .reserve_link a:hover {
          opacity: 1; }
      .pagefooter .pagefooter_reserve .reserve_tel {
        width: 100%;
        margin: 1em 0 1em;
        text-align: center; }
        .pagefooter .pagefooter_reserve .reserve_tel .tel_title {
          display: block;
          padding: 0 10px;
          font-size: 17px;
          text-align: left; }
        .pagefooter .pagefooter_reserve .reserve_tel .sp_tel {
          display: block;
          max-width: 86%;
          margin: 10px auto 10px;
          vertical-align: middle; }
        .pagefooter .pagefooter_reserve .reserve_tel .tel_time {
          display: block;
          font-size: 16px;
          text-align: right; }
    .pagefooter .pagefooter_bnr li {
      width: 48.3%;
      max-width: 100%;
      margin-bottom: 3%; }
      .pagefooter .pagefooter_bnr li a:hover {
        opacity: 1; }

  /* -----------------------------------------------------------------------
  sp_fix_footer
  ------------------------------------------------------------------------- */
  .sp_fix_footer {
    display: table;
    background: #41281F;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 66px;
    table-layout: fixed;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 50; }
    .sp_fix_footer a,
    .sp_fix_footer div {
      position: relative;
      display: table-cell;
      border-right: 1px solid #fff;
      vertical-align: middle;
      width: 25%;
      height: 66px;
      padding: 2px 1.5% 0;
      text-align: center; }
    .sp_fix_footer img {
      width: 88px; }
    .sp_fix_footer .js-slide_nav_btn {
      background: #ea5629;
      border-right: none; }

  /* -----------------------------------------------------------------------
  Page
  ------------------------------------------------------------------------- */
  /* flexslider */
  .flexslider_wrap .flexslider .flex-control-thumbs {
    margin-top: 10px;
    padding: 0 15px; }
    .flexslider_wrap .flexslider .flex-control-thumbs li {
      width: 50px;
      margin: 0 5px 10px; }

  /* about */
  .page-about .about_head {
    width: 100%;
    height: auto;
    margin-top: 3.5em;
    padding-bottom: 60%; }
    .page-about .about_head .logo {
      top: -40px;
      width: 219px;
      margin-bottom: -40px; }
    .page-about .about_head .ttl {
      width: 370px;
      margin: 0.5em auto; }
    .page-about .about_head .text {
      padding: 0 2em; }
  .page-about .about_nav {
    margin-top: -5em;
    margin-bottom: 2em; }
    .page-about .about_nav a {
      position: relative;
      width: 31%;
      max-width: 31%;
      margin-bottom: 1em; }
      .page-about .about_nav a:hover {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      .page-about .about_nav a:nth-of-type(3n - 1) {
        top: 1.5em; }
  .page-about .about_sec {
    margin-bottom: 2.353em;
    padding: 2.5em 0 2em; }
    .page-about .about_sec .page-h2 {
      margin-bottom: .75em;
      font-size: 32px; }
      .page-about .about_sec .page-h2 > span {
        display: block; }
      .page-about .about_sec .page-h2 .num {
        display: inline-block;
        margin: 0 auto 10px;
        font-size: 36px; }
    .page-about .about_sec .about-ttl {
      margin: .25em 0 .75em;
      padding-bottom: .5em;
      font-size: 1.471em;
      letter-spacing: 0; }
    .page-about .about_sec .caption {
      margin-bottom: .5em;
      font-size: 1.353em; }
    .page-about .about_sec .text_fukidashi {
      margin: .75em 0 0.375em;
      font-size: 1.375em; }
    .page-about .about_sec .about_col {
      max-width: 640px;
      margin: 0 auto; }
      .page-about .about_sec .about_col .w50 {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
        .page-about .about_sec .about_col .w50 .img {
          float: none;
          max-width: 100%; }
      .page-about .about_sec .about_col .w45 {
        width: 100%;
        margin-top: 1em; }
      .page-about .about_sec .about_col.even .w50 .img {
        float: none; }
    .page-about .about_sec .about_pickup .pickup_ttl {
      font-size: 2em;
      line-height: 36px; }
      .page-about .about_sec .about_pickup .pickup_ttl > span {
        padding-right: 20px; }
      .page-about .about_sec .about_pickup .pickup_ttl .icons {
        width: 30px; }
    .page-about .about_sec .about_pickup .w23 {
      margin: 0 auto 2em; }
      .page-about .about_sec .about_pickup .w23:last-of-type {
        margin-bottom: 0; }
    .page-about .about_sec .about_pickup .w32 {
      margin: 0 auto 2em; }
      .page-about .about_sec .about_pickup .w32:last-of-type {
        margin-bottom: 0; }
    .page-about .about_sec .about_pickup .w48 {
      max-width: 100%;
      margin: 0 auto 2em; }
      .page-about .about_sec .about_pickup .w48:last-of-type {
        margin-bottom: 0; }
  .page-about #about03 {
    padding-bottom: 0; }
    .page-about #about03 .slides {
      margin-top: 3em;
      height: 136px; }
      .page-about #about03 .slides .about_slide_01 li {
        width: 194px; }
  .page-about #about04 .pickup_col .w48 {
    max-width: 500px; }
  .page-about #about06 .slides {
    height: 136px; }
    .page-about #about06 .slides .about_slide_02 li {
      width: 194px; }

  /* rooms */
  .room_enter .bal {
    top: -20px;
    right: -10px;
    width: 112px;
    max-width: 32%; }
  .room_enter .room_col_large {
    margin-bottom: 0; }
    .room_enter .room_col_large .w45 {
      margin-top: 0; }
    .room_enter .room_col_large .bal {
      right: -10px; }
    .room_enter .room_col_large .ttl .num {
      margin-bottom: 10px; }
  .room_enter .room_col {
    max-width: 100%; }
  .room_enter .ttl {
    text-align: center; }
    .room_enter .ttl .num {
      padding-right: 0;
      padding-bottom: 10px;
      margin-right: 0;
      margin-bottom: 12px;
      border-right: none;
      border-bottom: 1px solid;
      font-size: 30px; }

  .room_information .cancel_list dt {
    float: none;
    width: 100%; }
  .room_information .cancel_list dd {
    margin: 0 0 0 1em; }

  /* onsen */
  .onsen_men .onsen_caption,
  .onsen_women .onsen_caption {
    margin-bottom: 1em; }
  .onsen_men .onsen_col,
  .onsen_women .onsen_col {
    margin: 0 auto;
    max-width: 100%; }
    .onsen_men .onsen_col .bal,
    .onsen_women .onsen_col .bal {
      right: 0;
      top: -50px;
      width: 120px;
      max-width: 32%; }
  .onsen_men .flexslider_wrap,
  .onsen_women .flexslider_wrap {
    overflow: hidden; }
    .onsen_men .flexslider_wrap .flexslider,
    .onsen_women .flexslider_wrap .flexslider {
      width: 150%;
      margin: 0 -25% 20px; }

  .onsen_information .time_list dt {
    float: none;
    width: 100%; }
  .onsen_information .time_list dd {
    margin: 0 0 0 1em; }

  /* dish */
  .page-dish .flexslider_wrap {
    overflow: hidden; }
    .page-dish .flexslider_wrap .flexslider {
      width: 150%;
      margin: 0 -25% 20px; }
  .page-dish .page-h2 {
    margin-bottom: 0.75em; }
  .page-dish .dish_ttl {
    margin: 0 0 1.5em;
    font-size: 1.176em; }
    .page-dish .dish_ttl .nunito {
      margin-right: 15px;
      padding-right: 15px;
      font-size: 26px;
      letter-spacing: .05em; }
  .page-dish .dish_caption {
    margin-bottom: 1em; }
  .page-dish .dish_dinner .dish_plan .plan_col {
    width: 500px;
    max-width: 100%;
    margin: 0 auto; }
    .page-dish .dish_dinner .dish_plan .plan_col .dish_ttl {
      margin-bottom: 0.75em; }
      .page-dish .dish_dinner .dish_plan .plan_col .dish_ttl .nunito {
        font-size: 22px; }
    .page-dish .dish_dinner .dish_plan .plan_col .ttl {
      margin: 0 0 10px;
      padding-bottom: 10px; }
    .page-dish .dish_dinner .dish_plan .plan_col .btn-a {
      margin-top: 1em; }
    .page-dish .dish_dinner .dish_plan .plan_col .w50 {
      margin-bottom: 1.5em;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; }
      .page-dish .dish_dinner .dish_plan .plan_col .w50 img {
        float: none;
        max-width: 100%; }
    .page-dish .dish_dinner .dish_plan .plan_col.even .w50 img {
      float: none; }
  .page-dish .dish_pickup .pickup_col {
    width: 500px;
    max-width: 100%;
    margin: 0 auto; }
    .page-dish .dish_pickup .pickup_col .ttl {
      margin: 1em 0 0.5em;
      font-size: 1.176em; }
    .page-dish .dish_pickup .pickup_col .bal {
      right: -10px;
      top: -60px;
      max-width: 32%;
      width: 120px; }
  .page-dish .dish_breakfast .breakfast_menu {
    padding: 15px 20px; }
    .page-dish .dish_breakfast .breakfast_menu .ttl {
      margin: 0 0 10px; }
    .page-dish .dish_breakfast .breakfast_menu .menu_list li {
      width: 100%; }
  .page-dish .dish_daytrip .dish_caption .icon_reserve {
    margin-left: .8em;
    padding: 2px 1em; }
  .page-dish .dish_daytrip .daytrip_col {
    width: 640px;
    max-width: 100%;
    margin: 0 auto; }
    .page-dish .dish_daytrip .daytrip_col .ttl {
      margin: 15px 0 15px;
      padding-bottom: 15px;
      font-size: 1.25em; }
    .page-dish .dish_daytrip .daytrip_col .w50 img {
      float: none;
      max-width: 100%; }
  .page-dish .dish_daytrip .daytrip_example {
    padding: 15px 20px; }
    .page-dish .dish_daytrip .daytrip_example dt {
      float: none;
      width: 100%;
      margin-bottom: 5px; }
    .page-dish .dish_daytrip .daytrip_example dd {
      margin: 0; }
  .page-dish .dish_daytrip .reserve_tel {
    padding: 15px; }
    .page-dish .dish_daytrip .reserve_tel .tel_title {
      display: block;
      font-size: 17px; }
    .page-dish .dish_daytrip .reserve_tel .sp_tel {
      display: inline-block;
      max-width: 100%;
      margin: 15px auto 10px; }
    .page-dish .dish_daytrip .reserve_tel .tel_time {
      display: block; }
  .page-dish .dish_restaurant {
    margin-bottom: 3em; } }
@media screen and (max-width: 320px) {
  /* -----------------------------------------------------------------------
  pagefooter
  ------------------------------------------------------------------------- */
  .pagefooter .pagefooter_reserve .reserve_tel .tel_title {
    padding: 0;
    font-size: 16px; }
  .pagefooter .pagefooter_reserve .reserve_tel .tel_time {
    font-size: 14px; } }
/*# sourceMappingURL=style.css.map */