@charset "UTF-8";
/* ============================

    reset

============================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:2010-09-17
Author:Richard Clark - http://richclarkdesign.com 
Twitter:@rich_clark
*/
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,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

/* add */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  border-style: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, ol, ul li, ol li {
  list-style: none;
}

/*color*/
/*font-family*/
/*text-shadow*/
/*media query break point*/
/* animation */
/* media query */
/* nav */
/* keyframes
-------------------------------- */
@-webkit-keyframes slide_out {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes slide_out {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes slide_in {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@keyframes slide_in {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes slide_in_mask {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes slide_in_mask {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes slide_out_mask {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes slide_out_mask {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade_tr {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_tr {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes line_col {
  0% {
    height: 0;
  }
  100% {
    height: 170px;
  }
}
@keyframes line_col {
  0% {
    height: 0;
  }
  100% {
    height: 170px;
  }
}
@-webkit-keyframes ani_fade_scale {
  0% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes ani_fade_scale {
  0% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes ani_scaley {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes ani_scaley {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes ani_scalex {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes ani_scalex {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes ani_fadeinout {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 100%;
    left: 100%;
  }
}
@keyframes ani_fadeinout {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 100%;
    left: 100%;
  }
}
@-webkit-keyframes ani_fadeoutin {
  0% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 100%;
  }
  51% {
    width: 0;
    left: 0;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@keyframes ani_fadeoutin {
  0% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 100%;
  }
  51% {
    width: 0;
    left: 0;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
/* Hamburger
-------------------------------- */
@-webkit-keyframes cross_center_top {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(20deg);
            transform: translateY(7px) rotate(20deg);
  }
}
@keyframes cross_center_top {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(20deg);
            transform: translateY(7px) rotate(20deg);
  }
}
@-webkit-keyframes cross_center_top_re {
  0% {
    -webkit-transform: translateY(7px) rotate(20deg);
            transform: translateY(7px) rotate(20deg);
  }
  30% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes cross_center_top_re {
  0% {
    -webkit-transform: translateY(7px) rotate(20deg);
            transform: translateY(7px) rotate(20deg);
  }
  30% {
    -webkit-transform: translateY(7px) rotate(0);
            transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes cross_center_btm {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-20deg);
            transform: translateY(-7px) rotate(-20deg);
  }
}
@keyframes cross_center_btm {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-20deg);
            transform: translateY(-7px) rotate(-20deg);
  }
}
@-webkit-keyframes cross_center_btm_re {
  0% {
    -webkit-transform: translateY(-7px) rotate(-20deg);
            transform: translateY(-7px) rotate(-20deg);
  }
  30% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes cross_center_btm_re {
  0% {
    -webkit-transform: translateY(-7px) rotate(-20deg);
            transform: translateY(-7px) rotate(-20deg);
  }
  30% {
    -webkit-transform: translateY(-7px) rotate(0);
            transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover, a:focus {
  color: #000000;
}

html {
  font-size: 62.5%;
}

body {
  color: #000000;
  background-color: #ffffff;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

button {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", serif;
}

/* ------------------------------------------------------------
    loading
------------------------------------------------------------ */
#loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: #f0ede4;
  overflow: hidden;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loader {
  font-size: 10px;
  text-indent: -9999em;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: #a3866a;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #a3866a), color-stop(42%, rgba(163, 134, 106, 0)));
  background: linear-gradient(to right, #a3866a 10%, rgba(163, 134, 106, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #a3866a;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #f0ede4;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ------------------------------------------------------------
    display
------------------------------------------------------------ */
.c_show_pc {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .c_show_pc {
    display: block;
  }
}

.c_show_tab {
  display: none;
}
@media only screen and (min-width: 768px) {
  .c_show_tab {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .c_show_sp {
    display: none;
  }
}

/* ------------------------------------------------------------
    txt
------------------------------------------------------------ */
.c_txt_notes {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .c_txt_notes {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.c_txt_sup {
  vertical-align: text-top;
}

.c_cap_image {
  position: relative;
}
.c_cap_image > img {
  vertical-align: bottom;
}

.c_cap {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: calc(100% - 10px);
  text-align: right;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .c_cap {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.c_cap.c_cap_w {
  color: #fff;
}
.c_cap.c_cap_sh {
  text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 5px #000, 0px 0px 10px #000;
}

.c_txt_mtmr {
  display: inline-block;
}

.c_txt_en {
  font-family: "EB Garamond", serif;
  font-size: 150%;
  line-height: 1;
}

.c_txt_en_eq {
  font-family: "EB Garamond", serif;
  font-size: 125%;
  line-height: 1;
}

.c_txt_s {
  font-size: 93.75%;
}

/* ------------------------------------------------------------
    block
------------------------------------------------------------ */
.c_block_90 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c_block_85 {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.c_block_m_90 {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c_swrap_s {
  padding-bottom: 55px;
}
@media only screen and (min-width: 768px) {
  .c_swrap_s {
    padding-bottom: 80px;
  }
}

.c_swrap {
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .c_swrap {
    padding-bottom: 140px;
  }
}

.c_swrap_l {
  padding-bottom: 130px;
}
@media only screen and (min-width: 768px) {
  .c_swrap_l {
    padding-bottom: 220px;
  }
}

.c_swrap_first {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .c_swrap_first {
    margin-top: 70px;
  }
}

.c_maru_s {
  border-radius: 30px 8px;
  overflow: hidden;
}
.c_maru_s .c_cap {
  text-align: left;
}
.c_maru_s img {
  vertical-align: bottom;
}

.c_maru_m {
  overflow: hidden;
  border-radius: 40px 5px;
}
.c_maru_m .c_cap {
  text-align: left;
}
.c_maru_m img {
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .c_maru_m {
    border-radius: 80px 10px;
  }
}

.c_maru_l {
  overflow: hidden;
  border-radius: 60px 10px;
}
.c_maru_l .c_cap {
  text-align: left;
}
.c_maru_l img {
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .c_maru_l {
    border-radius: 120px 20px;
  }
}

.c_has_bg {
  position: relative;
}
.c_has_bg::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.c_has_bg::after {
  background-color: #f0ede4;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) {
  .c_has_bg::after {
    width: 95%;
  }
  .c_has_bg_r::after {
    left: 5%;
  }
}
@media only screen and (min-width: 1400px) {
  .c_has_bg::after {
    width: 90%;
  }
  .c_has_bg_r::after {
    left: 10%;
  }
}

/* ------------------------------------------------------------
    wappen
------------------------------------------------------------ */
.c_tsk {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  padding: 9px 0 0 9px;
}
.c_tsk::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 35px;
}
.c_tsk_in {
  position: relative;
  z-index: 1;
  width: 24px;
}
.c_tsk_in img {
  width: 100%;
}
.c_tsk_limited::before {
  border-color: #e88574 transparent transparent #e88574;
}
@media only screen and (min-width: 768px) {
  .c_tsk {
    width: 80px;
    height: 80px;
    padding: 13px 0 0 13px;
  }
  .c_tsk::before {
    border-width: 40px;
  }
}

.c_hasicn {
  position: relative;
}
.c_hasicn .c_icn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #c13a3a;
  color: #fff;
  font-family: "EB Garamond", serif;
  line-height: 1;
  display: inline-block;
  padding: 5px 12px;
  font-size: 115%;
}

/* ------------------------------------------------------------
    heading
------------------------------------------------------------ */
.c_heading_l {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", serif;
  font-size: min(6.5vw, 4rem);
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  color: #a3866a;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .c_heading_l {
    margin-bottom: 60px;
  }
}

.c_heading_m {
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", serif;
  font-size: min(5.2vw, 3rem);
  line-height: 1.4;
  font-weight: normal;
  color: #a3866a;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .c_heading_m {
    margin-bottom: 25px;
  }
}

.c_heading_s {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 13px;
}
.c_heading_s.clr {
  color: #a3866a;
}
@media only screen and (min-width: 768px) {
  .c_heading_s {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 18px;
  }
}

/* ------------------------------------------------------------
    btn
------------------------------------------------------------ */
/* マウスオーバー */
@media only screen and (min-width: 1200px) {
  .c_link_hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .c_link_hover:hover {
    opacity: 0.8;
  }
}

@media only screen and (min-width: 1200px) {
  .c_link_hover_circle {
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    position: relative;
    overflow: hidden;
  }
  .c_link_hover_circle .circle {
    content: "";
    display: block;
    position: absolute;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
  .c_link_hover_circle .circle::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
  }
  .c_link_hover_circle:hover .circle {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@media only screen and (min-width: 1200px) {
  .c_link_hover_circle_clr .circle::after {
    background-color: rgba(181, 158, 136, 0.5);
  }
}

/* UA_PCのみ */
body:not(.ua_sp) .c_link_tel {
  cursor: default;
  pointer-events: none;
}

.c_btn {
  display: inline-block;
  padding: 18px;
  line-height: 1.4;
  border-radius: 10px;
}
.c_btn_lbl {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .c_btn {
    padding: 20px;
    border-radius: 18px;
  }
}

.c_btn_s {
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .c_btn_s {
    border-radius: 10px;
    padding: 18px;
  }
}

.c_btn_clr2, .c_btn_clr3 {
  background-image: url(../images/common/icn_arrow_w.svg);
  background-repeat: no-repeat;
  background-position: 95% 45%;
  color: #fff;
  background-size: 34px;
  text-align: center;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", serif;
}
.c_btn_clr2:hover, .c_btn_clr2:focus, .c_btn_clr3:hover, .c_btn_clr3:focus {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .c_btn_clr2, .c_btn_clr3 {
    background-size: 48px;
  }
}

.c_btn_clr2 {
  background-color: #ed9d90;
}

.c_btn_clr3 {
  background-color: #1e787c;
}

.c_btn_more {
  background-repeat: no-repeat;
  background-position: 93% 45%;
  background-size: 34px;
  font-size: 1.3rem;
  border-radius: 5px;
}
.c_btn_more .c_btn_lbl {
  padding-left: 4%;
}
.c_btn_more_w {
  background-image: url(../images/common/icn_arrow.svg);
  background-color: #fff;
}
.c_btn_more_clr2 {
  background-image: url(../images/common/icn_arrow_w.svg);
  background-color: #ed9d90;
  color: #fff;
}
.c_btn_more_clr2:hover, .c_btn_more_clr2:focus {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .c_btn_more {
    border-radius: 10px;
    background-size: 48px;
    font-size: 1.4rem;
  }
}

.c_btn_single {
  display: block;
  max-width: 560px;
  margin: 0 auto;
  font-size: 125%;
  line-height: 1.4;
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .c_btn_single {
    padding: 26px;
  }
}

/* ------------------------------------------------------------
    TAB
------------------------------------------------------------ */
.c_tab_btn {
  border-bottom: 1px solid #a3866a;
}
.c_tab_btn_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  max-width: 532px;
  margin: 0 auto -1px;
}
.c_tab_btn_item {
  width: 48.5%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
.c_tab_btn_item.is-active {
  border: solid 1px #a3866a;
  color: #a3866a;
  position: relative;
}
.c_tab_btn_item.is-active::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #f5f2eb;
}
.c_tab_btn_item:not(.is-active) {
  position: relative;
  background: #a3866a;
  color: #fff;
  cursor: pointer;
}
.c_tab_btn_item .s_s {
  font-size: 80%;
}
@media only screen and (min-width: 768px) {
  .c_tab_btn_item {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 10%;
    height: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .c_tab_btn_item:not(.is-active) {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .c_tab_btn_item:not(.is-active):hover {
    opacity: 0.8;
  }
}

.c_tab_cont_item {
  display: none;
}
.c_tab_cont_item.is-active {
  display: block;
}

/* ------------------------------------------------------------
    header
------------------------------------------------------------ */
html {
  scroll-behavior: smooth;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 200;
  background-color: #ffffff;
}
header .logo_wrap {
  position: relative;
  z-index: 210;
}
header .logo_wrap .logo a {
  display: block;
  padding: 5px;
}
header .logo_wrap .logo a img {
  vertical-align: bottom;
  width: auto;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  header .logo_wrap .logo a img {
    height: 50px;
  }
}
@media only screen and (min-width: 1000px) {
  header .logo_wrap {
    position: absolute;
    padding: 15px;
  }
  header .logo_wrap .logo a {
    padding: 0;
  }
  header .logo_wrap .logo a img {
    height: 60px;
  }
}

/* gnav
------------------------------------------------------------ */
#gnav {
  overflow: hidden;
}

.gnav_main {
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", serif;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  pointer-events: none;
  /* scroll bar hide */
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.gnav_main::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
@media only screen and (min-width: 1000px) {
  .gnav_main {
    opacity: 1;
    pointer-events: all;
    overflow: hidden;
    height: auto;
    background-color: transparent;
    position: inherit;
  }
}
.gnav_main_in {
  padding: 80px 25px 50px;
}
@media only screen and (min-width: 768px) {
  .gnav_main_in {
    width: 100%;
    padding: 120px 50px 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1000px) {
  .gnav_main_in {
    padding: 0;
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.gnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.gnav_list li {
  width: 47.5%;
  margin-bottom: 10px;
  position: relative;
}
.gnav_list li .ico_new {
  font-family: "EB Garamond", serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #e88574;
  position: absolute;
  left: 0;
  top: 5px;
}
.gnav_list a {
  display: block;
  width: 100%;
  padding: 22px 0 9px;
  position: relative;
  overflow: hidden;
  font-size: 93.5%;
}
.gnav_list a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.gnav_list a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
}
.gnav_list a.soon span {
  opacity: 0.2;
}
@media only screen and (min-width: 768px) {
  .gnav_list a {
    font-size: 1.4rem;
  }
  .gnav_list a:not(.soon) {
    background-size: 5px;
  }
}
@media only screen and (min-width: 1000px) {
  .gnav_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 26px 20px 14px;
  }
  .gnav_list li {
    margin: 0 15px;
    width: auto;
  }
  .gnav_list li .ico_new {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .gnav_list li.gnav_map, .gnav_list li.gnav_outline {
    display: none;
  }
  .gnav_list a {
    padding: 18px 0 7px;
  }
  .gnav_list a::before {
    display: none;
  }
  .gnav_list a:not(.soon) {
    background: none;
  }
}
@media only screen and (min-width: 1200px) {
  .gnav_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gnav_list a:not(.soon):hover::after {
    -webkit-animation: ani_fadeinout 0.8s ease-out forwards 0s;
            animation: ani_fadeinout 0.8s ease-out forwards 0s;
  }
}

.drawer-open .gnav_main {
  opacity: 1;
  pointer-events: all;
}

body {
  overflow: auto;
}

body.drawer-open {
  overflow: hidden;
}

@media only screen and (min-width: 1000px) {
  .gnav_pop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.gnav_pop_utl {
  display: none;
}
.gnav_pop_utl > li {
  display: inline-block;
  margin-right: 20px;
}
.gnav_pop_utl > li > a {
  padding: 15px 0;
  line-height: 1.4;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 1000px) {
  .gnav_pop_utl {
    display: block;
    margin: 0;
    height: 50px;
  }
  .gnav_pop_utl > li {
    height: 100%;
  }
  .gnav_pop_utl > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 0;
  }
  .gnav_pop_utl > li > a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 0;
    height: 1px;
    background-color: #000000;
  }
}
@media only screen and (min-width: 1200px) {
  .gnav_pop_utl > li > a:hover::after {
    -webkit-animation: ani_fadeinout 0.8s ease-out forwards 0s;
            animation: ani_fadeinout 0.8s ease-out forwards 0s;
  }
}
.gnav_pop_cv {
  margin-top: 30px;
}
.gnav_pop_cv > li {
  margin-bottom: 8px;
}
.gnav_pop_cv > li:last-child {
  margin-bottom: 0;
}
.gnav_pop_cv a {
  display: block;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1000px) {
  .gnav_pop_cv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 0;
  }
  .gnav_pop_cv a {
    background-image: none;
    width: 160px;
    height: 50px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gnav_pop_cv a .ktr {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  .gnav_pop_request a {
    border-radius: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .gnav_pop_reservation {
    margin-right: 5px;
  }
  .gnav_pop_reservation a {
    border-radius: 0 0 0 18px;
  }
}

/* Hamburger
------------------------------------------------------------ */
.drawer-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 210;
  width: 24px;
  padding: 25px 13px 24px 13px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: #ffffff;
  cursor: pointer;
}
.drawer-hamburger .drawer-hamburger-icon,
.drawer-hamburger .drawer-hamburger-icon::before,
.drawer-hamburger .drawer-hamburger-icon::after {
  content: "";
  display: block;
  height: 1px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #000000;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.drawer-hamburger .drawer-hamburger-icon {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 26px;
}
.drawer-hamburger .drawer-hamburger-icon::before {
  position: absolute;
  width: 100%;
  top: -7px;
  -webkit-animation: cross_center_top_re 0.6s ease forwards;
          animation: cross_center_top_re 0.6s ease forwards;
}
.drawer-hamburger .drawer-hamburger-icon:after {
  position: absolute;
  width: 100%;
  top: 7px;
  -webkit-animation: cross_center_btm_re 0.6s ease forwards;
          animation: cross_center_btm_re 0.6s ease forwards;
}
@media only screen and (min-width: 768px) {
  .drawer-hamburger {
    padding: 30px 18px 29px 18px;
  }
}
@media only screen and (min-width: 1000px) {
  .drawer-hamburger {
    display: none;
  }
}

/* drawer-open */
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon::before {
  -webkit-animation: cross_center_top 0.6s ease forwards;
          animation: cross_center_top 0.6s ease forwards;
}
.drawer-open .drawer-hamburger-icon::after {
  -webkit-animation: cross_center_btm 0.6s ease forwards;
          animation: cross_center_btm 0.6s ease forwards;
}

/* nav_fix
------------------------------------------------------------ */
.nav_fix {
  position: fixed;
  z-index: 199;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  height: calc(50px + constant(safe-area-inset-bottom));
  height: calc(50px + env(safe-area-inset-bottom));
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.nav_fix ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.nav_fix ul li {
  width: 100%;
  height: 100%;
}
.nav_fix ul li.nav_fix_contact {
  background-color: #b59e88;
}
.nav_fix ul li.nav_fix_contact a .ico img {
  width: 15px;
}
.nav_fix ul li.nav_fix_request {
  background-color: #1e787c;
}
.nav_fix ul li.nav_fix_reservation {
  background-color: #e88574;
}
.nav_fix ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.nav_fix ul li a .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}
.nav_fix ul li a .ico img {
  width: 14px;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .nav_fix {
    height: 55px;
  }
  .nav_fix ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .nav_fix ul li {
    width: 200px;
  }
  .nav_fix ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .nav_fix ul li a .ico {
    margin-right: 8px;
    margin-bottom: 0;
  }
  .nav_fix ul li a .ico img {
    width: 18px;
  }
}
@media only screen and (min-width: 1000px) {
  .nav_fix {
    display: none;
  }
}

.scrolled .nav_fix {
  opacity: 1;
  pointer-events: all;
}

body:not(.ua_sp) .nav_fix_contact {
  display: none;
}

/* ------------------------------------------------------------
    notes_last
------------------------------------------------------------ */
.s_notes_last .c_txt_notes {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 20px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .s_notes_last .c_txt_notes {
    padding-top: 90px;
  }
}

/* ------------------------------------------------------------
    footer
------------------------------------------------------------ */
/* gotop
---------------------------------------- */
.gotop {
  display: none;
  position: fixed;
  bottom: calc(50px + constant(safe-area-inset-bottom));
  bottom: calc(50px + env(safe-area-inset-bottom));
  right: 10px;
  z-index: 9999;
  width: 18%;
}
@media only screen and (min-width: 768px) {
  .gotop {
    right: 30px;
    width: 90px;
  }
}

/* contact
---------------------------------------- */
footer {
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  overflow: hidden;
}

.foot_nav {
  background-color: #e2dcc9;
  padding: 15px 0 35px 0;
}
.foot_nav_main {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.foot_nav_main > li {
  width: 47.5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.foot_nav_main a {
  padding: 20px 0 10px 0;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .foot_nav {
    padding: 30px 0;
  }
  .foot_nav_main {
    font-size: 1.3rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .foot_nav_main > li {
    width: auto;
    border: none;
    margin-right: 10px;
  }
  .foot_nav_main a {
    display: inline-block;
    padding: 10px;
    width: auto;
  }
}

.foot_address {
  padding: 50px 0;
  background-color: #f0ede4;
}
.foot_address .contact_info {
  text-align: center;
}
.foot_address .contact_info .tel {
  margin: 10px 0;
}
.foot_address .contact_info .tel a {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", serif;
}
.foot_address .contact_info .tel a img {
  width: 36px;
  margin-right: 7px;
  vertical-align: bottom;
}
.foot_address .contact_info .tel a .en {
  font-family: "EB Garamond", serif;
}
.foot_address .contact_info .time {
  font-size: 86%;
  margin-right: 5px;
}
.foot_address .contact_info .kkc {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.foot_address .staff {
  width: 56%;
  max-width: 200px;
  margin: 30px auto 0;
}
.foot_address .staff_item {
  display: block;
}
.foot_address .staff_item p {
  text-align: center;
  margin-bottom: 6px;
}
.foot_address .staff_item img {
  vertical-align: bottom;
}
.foot_address .staff_item:nth-child(1) {
  text-align: center;
  margin-bottom: 20px;
}
.foot_address .staff_item:nth-child(1) img {
  width: 65.454545%;
}
@media only screen and (min-width: 768px) {
  .foot_address .contact {
    font-size: 1.5rem;
  }
  .foot_address .contact_info .tel a {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
  }
  .foot_address .contact_info .tel a img {
    width: 44px;
  }
  .foot_address .staff_item p {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1000px) {
  .foot_address .c_block_90 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foot_address .contact {
    width: calc(100% - 450px);
  }
  .foot_address .contact_info {
    text-align: left;
  }
  .foot_address .staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 408px;
    max-width: none;
    margin: 0;
  }
  .foot_address .staff_item p {
    text-align: left;
  }
  .foot_address .staff_item:nth-child(1) {
    margin-bottom: 0;
    width: 35.294118%;
  }
  .foot_address .staff_item:nth-child(1) img {
    width: 100%;
  }
  .foot_address .staff_item:nth-child(2) {
    width: 53.921569%;
  }
  .foot_address .staff_item:nth-child(2) img {
    margin-top: 3%;
  }
}

.foot_copy small{
  font-size: 1rem;
  display: block;
  padding: 20px 5% 70px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .foot_copy small {
    padding: 20px 5% 75px;
  }
}
@media only screen and (min-width: 1000px) {
  .foot_copy small {
    font-size: 1.1rem;
    padding: 26px 5% 26px;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/common/loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  /* font-family: $slick-font-family; */
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  /* font-family: $slick-font-family; */
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ------------------------------------------------------------
    main
------------------------------------------------------------ */
main {
  display: block;
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  main {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1000px) {
  main {
    padding-top: 150px;
  }
}

.contents {
  width: 100%;
}

/* ------------------------------------------------------------
    TTL
------------------------------------------------------------ */
.p_pagettl_img {
  position: relative;
  padding-top: 8%;
  margin-top: 20px;
}
.p_pagettl_img .img {
  width: 90%;
  margin-left: 10%;
  height: 0;
  padding-bottom: 78.034682%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 100px 0 0 15px;
}
.p_pagettl_img .img_item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
  -webkit-transition: all 1s 0.6s;
  transition: all 1s 0.6s;
}
.p_pagettl_img .img .c_cap {
  opacity: 0;
  -webkit-transition: opacity 1s 1s;
  transition: opacity 1s 1s;
}
.p_pagettl_img.access .img_item {
  background: url(../images/access/ttl_sp.jpg) no-repeat center center/cover;
}
@media only screen and (min-width: 768px) {
  .p_pagettl_img.access .img_item {
    background: url(../images/access/ttl_pc.jpg) no-repeat center center/cover;
  }
}
.p_pagettl_img.access .img_item {
  background-position-x: 70%;
}
.p_pagettl_img.location .img_item {
  background: url(../images/location/ttl_sp.jpg) no-repeat center center/cover;
}
@media only screen and (min-width: 768px) {
  .p_pagettl_img.location .img_item {
    background: url(../images/location/ttl_pc.jpg) no-repeat center center/cover;
  }
}
.p_pagettl_img.access .img_item {
  background-position-x: 70%;
}
.p_pagettl_img.plan .img_item {
  background: url(../images/plan/ttl_sp.jpg) no-repeat center center/cover;
}
@media only screen and (min-width: 768px) {
  .p_pagettl_img.plan .img_item {
    background: url(../images/plan/ttl_pc.jpg) no-repeat center center/cover;
  }
}
.p_pagettl_img.access .img_item {
  background-position-x: 70%;
}
.p_pagettl_img.design .img_item {
  background: url(../images/design/ttl_sp.jpg) no-repeat center center/cover;
}
@media only screen and (min-width: 768px) {
  .p_pagettl_img.design .img_item {
    background: url(../images/design/ttl_pc.jpg) no-repeat center center/cover;
  }
}
.p_pagettl_img.access .img_item {
  background-position-x: 70%;
}
.p_pagettl_img .ttl {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 0;
}
.p_pagettl_img .ttl .lbl {
  font-family: "EB Garamond", serif;
  font-size: min(14.1vw, 13rem);
  letter-spacing: 0.08em;
  line-height: 1;
}
.p_pagettl_img .ttl .lbl span {
  display: inline-block;
  opacity: 0;
}
.p_pagettl_img .ttl .copy {
  margin-top: 25px;
}
.p_pagettl_img .ttl .copy_in {
  margin-bottom: 2px;
}
.p_pagettl_img .ttl .copy_in .txt {
  display: inline-block;
  font-family: YakuHanMP_Noto, "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", serif;
  font-size: min(4.1vw, 3.2rem);
  line-height: 1;
  padding: 7px 14px 0 0;
  position: relative;
}
.p_pagettl_img .ttl .copy_in .txt .letter {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 1s 1.6s;
  transition: opacity 1s 1.6s;
}
.p_pagettl_img .ttl .copy_in .txt .letter .c_txt_en {
  line-height: 0;
}
.p_pagettl_img .ttl .copy_in .txt .obi {
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  -webkit-transition: width 1s 1.1s;
  transition: width 1s 1.1s;
}
.p_pagettl_img .ttl .copy_in:nth-child(2) .txt .letter {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.p_pagettl_img .ttl .copy_in:nth-child(2) .txt .obi {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
@media only screen and (min-width: 768px) {
  .p_pagettl_img {
    padding-top: 0;
    margin-top: 0;
  }
  .p_pagettl_img .img {
    border-radius: 200px 0 0 20px;
    padding-bottom: 600px;
  }
  .p_pagettl_img .ttl {
    top: 17%;
  }
  .p_pagettl_img .ttl .copy {
    margin-top: 50px;
  }
  .p_pagettl_img .ttl .copy_in {
    margin-bottom: 6px;
  }
  .p_pagettl_img .ttl .copy_in .txt {
    padding: 12px 24px 0 0;
  }
}
@media only screen and (min-width: 1400px) {
  .p_pagettl_img .img {
    width: 84.2%;
    margin-left: 15.8%;
    border-radius: 240px 0 0 30px;
  }
}
.p_pagettl_img.is-active .ttl .lbl span:nth-child(1) {
  -webkit-animation: fade_tr 1.6s forwards 0.9s;
          animation: fade_tr 1.6s forwards 0.9s;
}
.p_pagettl_img.is-active .ttl .lbl span:nth-child(2) {
  -webkit-animation: fade_tr 1.6s forwards 1s;
          animation: fade_tr 1.6s forwards 1s;
}
.p_pagettl_img.is-active .ttl .lbl span:nth-child(3) {
  -webkit-animation: fade_tr 1.6s forwards 1.1s;
          animation: fade_tr 1.6s forwards 1.1s;
}
.p_pagettl_img.is-active .ttl .lbl span:nth-child(4) {
  -webkit-animation: fade_tr 1.6s forwards 1.2s;
          animation: fade_tr 1.6s forwards 1.2s;
}
.p_pagettl_img.is-active .ttl .lbl span:nth-child(5) {
  -webkit-animation: fade_tr 1.6s forwards 1.3s;
          animation: fade_tr 1.6s forwards 1.3s;
}
.p_pagettl_img.is-active .ttl .lbl span:nth-child(6) {
  -webkit-animation: fade_tr 1.6s forwards 1.4s;
          animation: fade_tr 1.6s forwards 1.4s;
}
.p_pagettl_img.is-active .ttl .lbl span:nth-child(7) {
  -webkit-animation: fade_tr 1.6s forwards 1.5s;
          animation: fade_tr 1.6s forwards 1.5s;
}
.p_pagettl_img.is-active .ttl .lbl span:nth-child(8) {
  -webkit-animation: fade_tr 1.6s forwards 1.6s;
          animation: fade_tr 1.6s forwards 1.6s;
}
.p_pagettl_img.is-active .ttl .copy_in .txt .letter {
  opacity: 1;
}
.p_pagettl_img.is-active .ttl .copy_in .txt .obi {
  width: 100%;
}
.p_pagettl_img.is-active .img_item {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.p_pagettl_img.is-active .img .c_cap {
  opacity: 1;
}

.p_pagettl .lbl {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: min(12vw, 9rem);
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 40px 5%;
  text-align: center;
}
.p_pagettl .lbl span {
  display: inline-block;
  opacity: 0;
}
.p_pagettl.is-active .lbl span:nth-child(1) {
  -webkit-animation: fade_tr 1.6s forwards 0.9s;
          animation: fade_tr 1.6s forwards 0.9s;
}
.p_pagettl.is-active .lbl span:nth-child(2) {
  -webkit-animation: fade_tr 1.6s forwards 1s;
          animation: fade_tr 1.6s forwards 1s;
}
.p_pagettl.is-active .lbl span:nth-child(3) {
  -webkit-animation: fade_tr 1.6s forwards 1.1s;
          animation: fade_tr 1.6s forwards 1.1s;
}
.p_pagettl.is-active .lbl span:nth-child(4) {
  -webkit-animation: fade_tr 1.6s forwards 1.2s;
          animation: fade_tr 1.6s forwards 1.2s;
}
.p_pagettl.is-active .lbl span:nth-child(5) {
  -webkit-animation: fade_tr 1.6s forwards 1.3s;
          animation: fade_tr 1.6s forwards 1.3s;
}
.p_pagettl.is-active .lbl span:nth-child(6) {
  -webkit-animation: fade_tr 1.6s forwards 1.4s;
          animation: fade_tr 1.6s forwards 1.4s;
}
.p_pagettl.is-active .lbl span:nth-child(7) {
  -webkit-animation: fade_tr 1.6s forwards 1.5s;
          animation: fade_tr 1.6s forwards 1.5s;
}
.p_pagettl.is-active .lbl span:nth-child(8) {
  -webkit-animation: fade_tr 1.6s forwards 1.6s;
          animation: fade_tr 1.6s forwards 1.6s;
}
@media only screen and (min-width: 768px) {
  .p_pagettl .lbl {
    padding: 80px 30px;
  }
}

/* ------------------------------------------------------------
    MODAAL
------------------------------------------------------------ */
.js-modal_cont {
  display: none;
}
/*# sourceMappingURL=global.css.map */


/*seoLink*/
.seoLink {
	width: 100%;
/*	max-width: 1120px;*/
	margin: 0 auto 0;
    padding: 0;
	text-align: left;
}

.seoLink a {
	margin-top: 0;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline-block;
	color: #000;
	font-size: 11px!important;
}

@media screen and (max-width : 768px) {
	.seoLink {
		display: block;
		margin: 0;
		text-align: center;
	}
}
