@charset "UTF-8";
/* =========================================================
 reset
========================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

button,
input,
select,
textarea {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  color: #212121;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input,
textarea {
  outline: none;
}

textarea {
  resize: vertical;
}

button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
}

input::-ms-clear {
  visibility: hidden;
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  -ms-interpolation-mode: bicubic;
}

html {
  overflow-y: scroll;
}

:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* =========================================================
 base
========================================================= */
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #212121;
  line-height: 1.5;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

a:visited {
  color: #212121;
}

a:hover {
  color: #212121;
}

a:active {
  color: #212121;
}

a img {
  -webkit-transition: opacity, 300ms;
  transition: opacity, 300ms;
}

a:hover img {
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

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

/* =========================================================
 utility
========================================================= */
/* clearfix */
.cf {
  *zoom: 1;
}

.cf::before, .cf::after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* clear */
.clear {
  clear: both;
}

.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.only-pc {
  display: block;
}

.only-pc.-inline {
  display: inline-block;
}

.only-sp {
  display: none;
}

.only-sp.-inline {
  display: none;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-pc.-inline {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .only-sp.-inline {
    display: inline-block;
  }
  .sp-align-left {
    text-align: left;
  }
  .sp-align-center {
    text-align: center;
  }
  .sp-align-right {
    text-align: right;
  }
}
/* main
--------------------------------------------------------- */
.l-wrap {
  width: 100%;
  min-width: 1140px;
  overflow: hidden;
}

.l-inner-lv1 {
  width: 1140px;
  margin: 0 auto;
}

.l-inner-lv2 {
  width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-wrap,
  .l-inner-lv1,
  .l-inner-lv2 {
    width: 100%;
    min-width: 100%;
  }
}
/* footer
--------------------------------------------------------- */
.l-footer {
  padding: 40px 0 20px;
  background: url(../images/bg/bg_pt.jpg) repeat center -24px;
  text-align: center;
  position: relative;
}

.footer-logo {
  width: 345px;
  display: inline-block;
  position: relative;
  margin-right: 74px;
}

.footer-addr {
  font-size: 14px;
  font-size: 1.4rem;
  color: #e2f0f1;
  position: absolute;
  right: 10px;
  bottom: -11px;
}

.footer-row {
  margin-bottom: 55px;
}

.pagetop {
  text-align: center;
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/bg/bg_pagetop.png) no-repeat center 0;
}

.pagetop a {
  width: 160px;
  height: 55px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 0.075em;
  padding-top: 38px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

.pagetop a:hover {
  opacity: 0.7;
}

.pagetop a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.sns {
  display: inline-block;
}

.sns-list {
  margin-right: 12px;
}

.sns-item {
  width: 48px;
  margin-right: 17px;
}

.aside-links {
  display: inline-block;
}

.aside-link {
  text-align: left;
}

.aside-link a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  position: relative;
  padding-left: 16px;
}

.aside-link a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.aside-link a:hover {
  text-decoration: underline;
}

.aside-bnr {
  font-size: 0;
  margin-top: 40px;
  text-align: center;
}

.aside-bnr li {
  display: inline-block;
}

.aside-bnr li:not(:first-child) {
  margin-left: 24px;
}

.copyright {
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 0 80px;
  }
  .footer-logo {
    margin: 0 auto 32px;
    width: 240px;
  }
  .footer-addr {
    font-size: 10px;
    font-size: 1rem;
    right: 4px;
    bottom: -4px;
  }
  .footer-links {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .footer-link {
    margin-bottom: 2px;
  }
  .footer-link a {
    width: 100%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    color: #00838f;
    padding: 13px 0;
    background-color: #fff;
    display: block;
  }
  .footer-row {
    margin-bottom: 40px;
  }
  .pagetop {
    display: none;
  }
  .sns {
    margin-bottom: 20px;
    display: inline-block;
  }
  .sns-list {
    margin-right: 0;
  }
  .sns-item {
    width: 50px;
    margin: 0 10px;
    display: inline-block;
  }
  .aside-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 22px;
  }
  .aside-link {
    width: 48%;
    float: left;
  }
  .aside-link a {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    padding: 16px 0;
    display: block;
  }
  .aside-link a::after {
    display: none;
  }
  .aside-link:nth-child(2n) {
    float: right;
  }
  .aside-link.-blog a {
    color: #00838f;
    background-color: #fff;
  }
  .aside-link.-hotel a {
    color: #fff;
    background-color: #9e8e00;
  }
  .aside-bnr {
    margin-top: 24px;
  }
  .aside-bnr li:not(:first-child) {
    margin-left: 0;
    margin-top: 8px;
  }
  .copyright {
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
  }
}
/* =========================================================
 component
========================================================= */
.inview-target {
  opacity: 0;
  visibility: hidden;
}

.inview-target.is-show {
  -webkit-animation: fadeIn 1s forwards;
  animation: fadeIn 1s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.m-btn-lv1 {
  text-align: center;
  display: inline-block;
  background-color: #fff;
}

.m-btn-lv1 a {
  width: 360px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  color: #fff;
  padding: 17px 0 16px;
  border: 1px solid transparent;
  background-color: #00838f;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.m-btn-lv1 a:hover {
  color: #00838f;
  border: 1px solid #00838f;
  background-color: #fff;
}

.m-btn-lv1.-color-orange a {
  background-color: #9e8e00;
}

.m-btn-lv1.-color-orange a:hover {
  color: #9e8e00;
  border: 1px solid #9e8e00;
  background-color: #fff;
}

.m-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.m-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.m-flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.m-flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.m-flex-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.-direction-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (min-width: 769px) {
  .m-list {
    width: 100%;
    font-size: 0;
    letter-spacing: normal;
  }
  .m-list [class*=col] {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    *zoom: 1;
  }
  .m-list .-col-2 {
    width: 50%;
  }
  .m-list .-col-3 {
    width: 33.333%;
  }
  .m-list .-col-4 {
    width: 25%;
  }
  .m-list .-col-5 {
    width: 20%;
  }
  .m-list .-col-6 {
    width: 16.6667%;
  }
  .m-list-item {
    vertical-align: top;
    display: inline-block;
    *zoom: 1;
  }
}
@media screen and (max-width: 768px) {
  .m-btn-lv1 {
    text-align: center;
    display: inline-block;
    background-color: #fff;
  }
  .m-btn-lv1 a {
    width: 165px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 0 10px;
  }
  .m-list.-sp {
    width: 100%;
    font-size: 0;
  }
  .m-list.-sp [class*=col-sm] {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    *zoom: 1;
  }
  .m-list.-sp .-col-sm-1 {
    width: 100%;
  }
  .m-list.-sp .-col-sm-2 {
    width: 50%;
  }
  .m-list.-sp .-col-sm-3 {
    width: 33.333%;
  }
}
/* fixside
--------------------------------------------------------- */
.c-fixside {
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 120px;
  z-index: 5;
}

.c-fixside-list {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.c-fixside-list-item {
  text-align: center;
}

.c-fixside-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 5px 10px;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-fixside-btn.-top {
  border: 1px solid #00838f;
  border-right: none;
  background: #fff;
  color: #00838f;
}

.c-fixside-btn.-contact {
  border: 1px solid #00838f;
  border-right: none;
  background: #00838f;
  color: #fff;
  margin-top: 2px;
}

.c-fixside-btn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .c-fixside {
    display: none;
  }
}
/* fixmenu
--------------------------------------------------------- */
body.contact .c-fixmenu {
  display: none;
}

.c-fixmenu {
  display: none;
  position: fixed;
  left: 8px;
  bottom: 15px;
  z-index: 5;
  width: calc(100% - 20px);
  max-width: 375px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.c-fixmenu.is-active {
  opacity: 1;
  visibility: visible;
}

.c-fixmenu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  border: 2px solid #00838f;
  border-radius: 5px;
  background-color: #fff;
}

.c-fixmenu-item {
  display: inline-block;
  width: calc(100% - 65px - 162px);
}

.c-fixmenu-item:first-child {
  width: 65px;
}

.c-fixmenu-item:last-child {
  width: 160px;
  border-left: 2px solid #00838f;
}

.c-fixmenu-item a {
  display: block;
  position: relative;
  padding: 10px 5px;
  color: #00838f;
  font-size: 14px;
  text-align: center;
}

.c-fixmenu-item a.-tel {
  padding-left: 20px;
  background-color: #00838f;
  color: #ffffff;
}

.c-fixmenu-item a.-tel::before {
  position: absolute;
  top: 5px;
  left: 3px;
  width: 18px;
  height: 29px;
  background-image: url(../images/ico/ico_smartphone_wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 768px) {
  .c-fixmenu {
    display: block;
  }
  body.contact .c-fixmenu {
    display: none;
  }
}
/* note
--------------------------------------------------------- */
.p-home-note {
  padding: 80px 0;
}

.p-home-note-heading {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}

.p-home-note-heading span {
  font-size: 14px;
}

.p-home-note-lead {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 40px;
  text-align: center;
}

.p-home-note-list {
  width: 100%;
  margin: 40px auto 0;
}

.p-home-note-list-item {
  margin: 0 12px;
  width: 324px;
}

.p-home-note-article {
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.p-home-note-article-thumb {
  position: relative;
}

.p-home-note-article-thumb:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.p-home-note-article-thumb-inner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-home-note-article-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 12px;
}

.p-home-note-article-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 1em;
}

.p-home-note-link {
  margin-top: 40px;
  text-align: center;
}

.p-home-note-link .m-btn-lv1 a {
  position: relative;
  width: 240px;
}

.p-home-note-link .m-btn-lv1 a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 9px;
  margin-left: 0.4em;
  position: relative;
  top: -1px;
  background-image: url(../images/ico/icon_arrow_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-home-note-link .m-btn-lv1 a:hover::after {
  background-image: url(../images/ico/icon_arrow_blue.svg);
}

.js-note-slider button {
  width: 58px;
  height: 160px;
  color: #fff;
  border: 1px solid transparent;
  background-color: rgba(0, 131, 143, 0.9);
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  z-index: 1;
}

.js-note-slider button:hover {
  background-color: #fff;
  border: 1px solid #00838f;
}

.js-note-slider button:hover::after {
  border-color: #00838f;
}

.js-note-slider button::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.js-note-slider button.slick-prev {
  left: 0 !important;
}

.js-note-slider button.slick-prev::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
  transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}

.js-note-slider button.slick-next {
  right: 0 !important;
}

.js-note-slider button.slick-next:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 769px) {
  .p-home-note-article {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-home-note-article:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .p-home-note {
    padding: 40px 0;
  }
  .p-home-note-heading {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 10px;
  }
  .p-home-note-heading span {
    font-size: 10px;
  }
  .p-home-note-lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 24px;
    text-align: center;
  }
  .p-home-note-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
  }
  .p-home-note-list-item {
    margin: 0 5px;
    max-width: 414px;
    width: 100%;
  }
  .p-home-note-article-ttl {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 12px;
  }
  .p-home-note-article-txt {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 8px;
  }
  .p-home-note-link {
    margin-top: 32px;
    text-align: center;
  }
  .p-home-note-link .m-btn-lv1 a {
    width: 165px;
  }
  .p-home-note-link .m-btn-lv1 a::after {
    width: 14px;
    height: 7px;
    top: 0px;
  }
}
/* =========================================================
 layout
========================================================= */
.hanaakari {
  background-image: url(../images/hanaakari/bg.jpg);
  background-repeat: repeat;
  background-size: 702px 1025px;
  background-position: cover;
}
.hanaakari .l-header {
  background-color: transparent;
  position: fixed;
  z-index: 999;
  width: 100%;
}
.hanaakari .l-header .menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
}
.hanaakari .l-header .menu-btn {
  position: relative;
  top: 8px;
  right: 8px;
  width: 60px;
  height: 60px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(0, 0, 0, 0.8);
}
.hanaakari .l-header .menu-btn.is-active .menu-line:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-25deg);
  transform: translateY(8px) rotate(-25deg);
}
.hanaakari .l-header .menu-btn.is-active .menu-line:nth-of-type(2) {
  opacity: 0;
}
.hanaakari .l-header .menu-btn.is-active .menu-line:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(25deg);
  transform: translateY(-8px) rotate(25deg);
}
.hanaakari .l-header .menu-line {
  position: absolute;
  left: 11px;
  width: 38px;
  height: 1px;
  background-color: #9e8e00;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.hanaakari .l-header .menu-line:nth-of-type(1) {
  top: 14px;
}
.hanaakari .l-header .menu-line:nth-of-type(2) {
  top: 22px;
}
.hanaakari .l-header .menu-line:nth-of-type(3) {
  top: 30px;
}
.hanaakari .l-header .menu-word {
  font-size: 10px;
  position: absolute;
  left: 50%;
  bottom: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
.hanaakari .l-header .header-nav {
  background-color: rgba(255, 255, 255, 0.96);
  padding: 100px 10px;
  opacity: 0;
  display: none;
}
.hanaakari .l-header .global-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.hanaakari .l-header .global-item {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25em;
  margin: 0 40px;
  position: relative;
}
.hanaakari .l-header .global-item::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 6px;
  background-image: url(../images/hanaakari/ico.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hanaakari .l-header .global-item a {
  position: relative;
  padding: 12px 8px 10px;
}
.hanaakari .l-header .global-item a::before, .hanaakari .l-header .global-item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
.hanaakari .l-header .global-item a::before {
  border-right: 1px solid #9e8e00;
  border-top: 1px solid #9e8e00;
  top: -5px;
  right: -5px;
}
.hanaakari .l-header .global-item a::after {
  border-left: 1px solid #9e8e00;
  border-bottom: 1px solid #9e8e00;
  left: -5px;
  bottom: -5px;
}
.hanaakari .l-header .global-item a:hover::before {
  top: 0;
  right: 0;
  opacity: 1;
}
.hanaakari .l-header .global-item a:hover::after {
  left: 0;
  bottom: 0;
  opacity: 1;
}
.hanaakari .l-content {
  margin-bottom: 180px;
}

.p-hana-keyMov {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.p-hana-keyMov-inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.p-hana-keyMov-inner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-hana-statement {
  margin-bottom: 180px;
}

.p-hana-statement-inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 64px 0;
}
.p-hana-statement-inner .l-inner-lv1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-hana-statement-title {
  display: block;
  width: 132px;
}
.p-hana-statement-title img {
  width: 100%;
}

.p-hana-statement-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 80px;
}
.p-hana-statement-text img + img {
  margin-right: 64px;
}
.p-hana-statement-text .txt01 {
  width: 308px;
}
.p-hana-statement-text .txt02 {
  width: 213px;
}
.p-hana-statement-text .txt03 {
  width: 213px;
}

.p-hana-sect-header {
  margin-bottom: 40px;
}
.p-hana-sect-header .title {
  display: inline-block;
  height: 100%;
}
.p-hana-sect-header img {
  height: 100%;
}
.p-hana-sect-header > .-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-hana-sect-header p {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
.p-hana-sect-header p + p {
  margin-left: 8em;
}

.p-hana-sect-header-lead {
  margin-left: 24px;
}

.sectionArea + .sectionArea {
  margin-top: 120px;
}
.sectionArea.-sct01 .p-hana-sect-header h2 {
  height: 50px;
}
.sectionArea.-sct02 .p-hana-sect-header h2 {
  height: 48px;
}
.sectionArea.-sct03 .p-hana-sect-header h2 {
  height: 54px;
}
.sectionArea.-sct04 .p-hana-sect-header h2 {
  height: 54px;
}

.p-hana-slider-list {
  position: relative;
}
.p-hana-slider-list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-hana-slider-list .slick-prev,
.p-hana-slider-list .slick-next {
  width: 58px;
  height: 160px;
  color: #fff;
  border: 1px solid transparent;
  background-color: rgba(158, 142, 0, 0.9);
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  z-index: 1;
  cursor: pointer;
}
.p-hana-slider-list .slick-prev::after,
.p-hana-slider-list .slick-next::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-hana-slider-list .slick-prev:hover,
.p-hana-slider-list .slick-next:hover {
  background-color: #fff;
  border: 1px solid #9e8e00;
}
.p-hana-slider-list .slick-prev:hover::after,
.p-hana-slider-list .slick-next:hover::after {
  border-color: #9e8e00;
}
.p-hana-slider-list .slick-prev {
  left: 0 !important;
}
.p-hana-slider-list .slick-prev::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
  transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}
.p-hana-slider-list .slick-next {
  right: 0 !important;
}
.p-hana-slider-list .slick-next::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.p-hana-slider-list-item {
  margin: 0 24px;
  background-color: #fff;
}

.p-hana-slider-text {
  display: block;
  padding: 16px;
  font-family: "Shippori Mincho", serif;
}
.p-hana-slider-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
}
.p-hana-slider-text p {
  padding: 0 8px;
}

.p-hana-note-heading {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 40px;
}
.p-hana-note-heading span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .hanaakari {
    background-size: 300px 438px;
  }
  .hanaakari .l-header .menu-btn {
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
  .hanaakari .l-header .menu-btn.is-active .menu-line:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-15deg);
    transform: translateY(5px) rotate(-15deg);
  }
  .hanaakari .l-header .menu-btn.is-active .menu-line:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(15deg);
    transform: translateY(-5px) rotate(15deg);
  }
  .hanaakari .l-header .menu-line {
    left: 8px;
    width: 24px;
  }
  .hanaakari .l-header .menu-line:nth-of-type(1) {
    top: 10px;
  }
  .hanaakari .l-header .menu-line:nth-of-type(2) {
    top: 15px;
  }
  .hanaakari .l-header .menu-line:nth-of-type(3) {
    top: 20px;
  }
  .hanaakari .l-header .menu-word {
    font-size: 8px;
    -webkit-transform: translateX(-50%) scale(0.8);
    transform: translateX(-50%) scale(0.8);
    bottom: 3px;
  }
  .hanaakari .l-header .header-nav {
    padding: 100px 10px;
    opacity: 0;
  }
  .hanaakari .l-header .global-item {
    font-size: 18px;
    margin: 0 10px;
  }
  .hanaakari .l-header .global-item::before {
    width: 13px;
    height: 4px;
  }
  .hanaakari .l-header .global-item a {
    padding: 10px 6px 8px;
  }
  .hanaakari .l-header .global-item a::before, .hanaakari .l-header .global-item a::after {
    width: 8px;
    height: 8px;
  }
  .hanaakari .l-header .global-item a::before {
    top: -4px;
    right: -4px;
  }
  .hanaakari .l-header .global-item a::after {
    left: -4px;
    bottom: -4px;
  }
  .hanaakari .l-content {
    margin-bottom: 100px;
  }
  .p-hana-statement {
    margin-bottom: 64px;
  }
  .p-hana-statement-inner {
    padding: 32px 0;
  }
  .p-hana-statement-inner .l-inner-lv1 {
    display: block;
  }
  .p-hana-statement-title {
    width: 56px;
    margin: 0 auto;
  }
  .p-hana-statement-text {
    margin-top: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-hana-statement-text img + img {
    margin-right: 14px;
  }
  .p-hana-statement-text .txt01 {
    width: 131px;
  }
  .p-hana-statement-text .txt02 {
    width: 90px;
  }
  .p-hana-statement-text .txt03 {
    width: 90px;
  }
  .p-hana-sect-header {
    margin-bottom: 14px;
  }
  .p-hana-sect-header > .-row {
    display: block;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-hana-sect-header p {
    font-size: 15px;
  }
  .p-hana-sect-header p + p {
    margin-left: 0;
  }
  .p-hana-sect-header-lead {
    margin-left: 0;
    margin-top: 8px;
  }
  .sectionArea + .sectionArea {
    margin-top: 64px;
  }
  .sectionArea.-sct01 .p-hana-sect-header h2 {
    height: 33px;
  }
  .sectionArea.-sct02 .p-hana-sect-header h2 {
    height: 32px;
  }
  .sectionArea.-sct03 .p-hana-sect-header h2 {
    height: 36px;
  }
  .sectionArea.-sct04 .p-hana-sect-header h2 {
    height: 36px;
  }
  .sectionArea.p-hana-note .p-hana-sect-header h2 {
    height: 36px;
  }
  .p-hana-slider-list {
    position: relative;
  }
  .p-hana-slider-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-hana-slider-list .slick-prev,
  .p-hana-slider-list .slick-next {
    width: 58px;
    height: 160px;
    color: #fff;
    border: 1px solid transparent;
    background-color: rgba(158, 142, 0, 0.9);
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    z-index: 1;
    cursor: pointer;
  }
  .p-hana-slider-list .slick-prev::after,
  .p-hana-slider-list .slick-next::after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .p-hana-slider-list .slick-prev:hover,
  .p-hana-slider-list .slick-next:hover {
    background-color: #fff;
    border: 1px solid #9e8e00;
  }
  .p-hana-slider-list .slick-prev:hover::after,
  .p-hana-slider-list .slick-next:hover::after {
    border-color: #9e8e00;
  }
  .p-hana-slider-list .slick-prev {
    left: 0 !important;
  }
  .p-hana-slider-list .slick-prev::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
    transform: translateX(-50%) translateY(-50%) rotate(-135deg);
  }
  .p-hana-slider-list .slick-next {
    right: 0 !important;
  }
  .p-hana-slider-list .slick-next::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .p-hana-slider-list-item {
    margin: 0 12px;
    background-color: #fff;
  }
  .p-hana-slider-text {
    padding: 10px;
  }
  .p-hana-slider-text h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .p-hana-slider-text p {
    padding: 0 5px;
    font-size: 14px;
  }
  .p-hana-note-heading {
    margin-bottom: 32px;
    font-size: 20px;
    font-size: 2rem;
    padding: 0 10px;
  }
  .p-hana-note-heading span {
    font-size: 10px;
  }
}
.p-hana-link {
  margin-top: 80px;
}
.p-hana-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-hana-link ul li {
  margin: 0 10px;
}