@charset "UTF-8";
@media only screen and (max-width: 767px) {
  * {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  }
}

html {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 15px;
  color: #4b4b4b;
  margin: 0;
  letter-spacing: 0.07em;
  padding: 0;
  position: relative;
  text-align: center;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}

.red {
  color: red;
}

figure {
  margin: 0;
}
figure img {
  display: block;
  margin: auto;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  min-width: initial;
  max-width: 1300px;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .container {
    min-width: initial;
    max-width: 100%;
    width: 100%;
  }
}

p {
  margin: 0 auto;
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
  border: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  input[type=email],
  input[type=tel],
  input[type=text],
  input[type=url],
  textarea {
    font-size: 16px;
  }
}
input[type=email]:active, input[type=email]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=url]:active,
input[type=url]:focus,
textarea:active,
textarea:focus {
  border: 1px solid #009de3;
  outline: none;
}

select {
  border: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  select {
    font-size: 16px;
  }
}
select:active, select:focus {
  border: 1px solid #a19182;
  outline: none;
}

input[type=submit] {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  font-size: 17px;
}
input[type=submit]:first-of-type {
  -webkit-appearance: none;
  background: #f2f2f2;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4b4b4b;
  cursor: pointer;
  padding: 10px;
  width: 300px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  input[type=submit]:first-of-type {
    font-size: 16px;
  }
}
input[type=submit]:first-of-type:hover {
  background: #7e7e7e;
  color: #fff;
}
input[type=submit]:last-of-type {
  -webkit-appearance: none;
  background: #009de3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 300px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  input[type=submit]:last-of-type {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  input[type=submit]:last-of-type {
    font-size: 16px;
  }
}
input[type=submit]:last-of-type:hover {
  background: #03062d;
}
input[type=submit]:active, input[type=submit]:focus {
  outline: none;
}

.svg-inline--fa {
  margin: 0 5px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
a:hover {
  color: #a19182;
}
a img {
  display: block;
  margin: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
a img:hover {
  opacity: 0.7;
}

ul {
  padding: 0;
}

dl {
  margin: 0 auto;
}
dl dd {
  margin: 0;
}

.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/arw_wh.png) no-repeat right 10px center rgba(3, 6, 45, 0.2);
  background-size: 10px auto;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding: 10px 0 8px 0;
  position: relative;
  width: 250px;
}
.btn:hover {
  background: url(../images/arw_nv.png) no-repeat right 10px center rgba(255, 255, 255, 0.9);
  background-size: 10px auto;
  color: #03062d;
}
.btn__wide {
  background: url(../images/arw_nv.png) no-repeat right 10px center #fff;
  background-size: 10px auto;
  border: 1px solid #03062d;
  color: #03062d;
  margin: 40px auto 0 auto;
  width: 100%;
}
.btn__wide:hover {
  background: url(../images/arw_wh.png) no-repeat right 10px center #03062d;
  background-size: 10px auto;
  color: #fff;
}
.btn__wedding {
  background: url(../images/btn_before_pk.png) no-repeat left top, url(../images/btn_after_pk.png) no-repeat right bottom, url(../images/arw_pk.png) no-repeat right 20px center;
  color: #de2490;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 300px;
}
.btn__wedding:hover {
  color: #de2490;
  text-decoration: underline;
}
.btn__wedding--more {
  background: url(../images/arw_pk.png) no-repeat right 20px center;
  color: #de2490;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .btn__wedding--more {
    background-position: right 5px center;
    background-size: 10px auto;
    padding-right: 15px;
    width: 100%;
  }
}
.btn__wedding--more:hover {
  color: #de2490;
  text-decoration: underline;
}
.btn--nv {
  border: 1px solid #03062d;
  background: #fff;
  color: #03062d;
  margin: 30px auto 0 auto;
}
.btn--nv:hover {
  background: #03062d;
  color: #fff;
}

#path .container {
  font-size: 12px;
  padding: 10px 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #path .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 2%;
  }
}
#path .container span {
  margin: 0 3px;
}
#path .container a {
  color: #a19182;
  position: relative;
  text-decoration: underline;
}
#path .container a:hover {
  color: #a19182;
  text-decoration: none;
}
#path br {
  display: none;
}

.main {
  clear: both;
  overflow: hidden;
}
.main h2 {
  background: url(../images/h2_bg.png) no-repeat center center;
  background-size: auto 60px;
  font-size: 25px;
  line-height: 60px;
  margin: 0 auto 60px auto;
}
@media only screen and (max-width: 767px) {
  .main h2 {
    line-height: 1.4em;
    margin-bottom: 30px;
  }
}

.imgbox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 60px auto;
}
@media only screen and (max-width: 767px) {
  .imgbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 94%;
  }
}
.imgbox figure {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .imgbox figure {
    width: 100%;
  }
}
.imgbox figure img {
  -webkit-box-shadow: 10px 10px 0 rgba(224, 171, 110, 0.5);
          box-shadow: 10px 10px 0 rgba(224, 171, 110, 0.5);
}
.imgbox p {
  text-align: left;
}
.imgbox--r figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 767px) {
  .imgbox--r figure {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.imgbox__txt {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .imgbox__txt {
    width: 100%;
  }
}

.page-slider {
  height: 600px;
  margin: 0 auto;
  max-width: none !important;
  position: relative;
  width: 1000px !important;
}
@media only screen and (max-width: 767px) {
  .page-slider {
    height: 240px !important;
    width: 100% !important;
  }
}
.page-slider .sp-slides {
  margin: auto;
}
.page-slider .sp-slides .sp-slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 540px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-slider .sp-slides .sp-slide {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 200px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-slider .sp-mask,
.page-slider .sp-grab,
.page-slider .sp-grabbing {
  cursor: initial;
  height: 540px !important;
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .page-slider .sp-mask,
  .page-slider .sp-grab,
  .page-slider .sp-grabbing {
    height: 200px !important;
  }
}
.page-slider .sp-buttons {
  bottom: 70px;
  left: 0;
  position: absolute;
  right: 0;
  width: initial;
}
.page-slider .sp-buttons .sp-button {
  border: 1.5px solid white;
}
@media only screen and (max-width: 767px) {
  .page-slider .sp-buttons .sp-button {
    display: none;
  }
}
.page-slider .sp-buttons .sp-button.sp-selected-button {
  background-color: white;
}

.page-slider2 li {
  outline: none;
  position: relative;
}
.page-slider2 li span {
  background: #03062d;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  left: 5px;
  padding: 3px 5px;
  position: absolute;
  top: 5px;
}
.page-slider2 li figure {
  border: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  /*width: 300px;*/
}
.page-slider2 li figure img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-height: 300px;
  width: 300px;
}
.page-slider2 li figure figcaption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(34, 34, 34, 0.5);
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-slider2 li figure figcaption {
    bottom: 0;
  }
}

.page-navi ul {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-navi ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-navi ul li {
  border: 1px solid #03062d;
  list-style: none;
  margin: 5px;
}
@media only screen and (max-width: 767px) {
  .page-navi ul li {
    width: 46%;
  }
  .page-navi ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
.page-navi ul a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #03062d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-navi ul a {
    font-size: 12px;
    padding: 5px 0 20px 0;
  }
}
.page-navi ul a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
}
.page-navi ul a svg {
  bottom: 10px;
  display: block;
  font-size: 11px;
  left: 0;
  margin: 3px auto 0 auto;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .page-navi ul a svg {
    bottom: 5px;
  }
}
.page-navi ul a:hover {
  background: #03062d;
  color: #fff;
}
.wedding .page-navi ul li {
  border: 1px solid #de2490;
}
.wedding .page-navi a {
  color: #de2490;
}
.wedding .page-navi a:hover {
  background: #de2490;
}

.ac {
  cursor: pointer;
}
.ac + dd {
  display: none;
}

.form_btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
}
.form_btn input {
  margin: 10px;
}

/*----------------------------------------
	ページャー
----------------------------------------*/
.nav_pager {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  .nav_pager {
    font-size: 12px;
  }
}
.nav_pager a {
  background: #4b4b4b;
  padding: 8px 10px 5px 10px;
  border-radius: 5px;
  margin: 5px;
  color: #fff;
}
.nav_pager a:hover {
  background: #03062d;
  color: #fff;
}
.nav_pager span {
  padding: 8px 10px 5px 10px;
  border-radius: 5px;
  margin: 5px;
  font-weight: bold;
}
.nav_pager span.current {
  background: #03062d;
  color: #fff;
}

/*----------------------------------------
	予約フォーム
----------------------------------------*/
.reserve {
  background: rgba(3, 6, 45, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .reserve {
    padding: 5px 2% 15px 2%;
  }
}
.reserve form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .reserve form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.reserve h2 {
  color: #fff;
  font-size: 15px;
  margin: 0 10px 0 0;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .reserve h2 {
    margin: 0 auto;
    width: 100%;
  }
}
.reserve__form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 220px);
}
@media only screen and (max-width: 767px) {
  .reserve__form {
    margin: 5px auto;
    width: calc(100% - 120px);
  }
}
.reserve__form li {
  list-style: none;
  width: 16.6666666667%;
}
@media only screen and (max-width: 767px) {
  .reserve__form li {
    width: 120px;
  }
}
.reserve__form li + li {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .reserve__form li:nth-of-type(n+3) {
    display: none;
  }
}
.reserve__form select {
  background: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .reserve__form select {
    font-size: 15px;
    padding: 5px;
  }
}
.reserve__en form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reserve__en .reserve__form {
  width: initial;
}
.reserve__en .reserve__form li {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .reserve__en .reserve__form li {
    width: 120px;
  }
}
.reserve__en p {
  margin: 0;
}
.reserve__btn {
  background: #a19182 !important;
  border: none !important;
  border-radius: 4px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif !important;
  font-size: 15px !important;
  width: 100px !important;
}
@media only screen and (max-width: 767px) {
  .reserve__btn {
    font-size: 13px !important;
    margin-left: 10px !important;
    padding: 5px 0 !important;
    width: 80px !important;
  }
}
.reserve__btn:hover {
  background: #6c5e51 !important;
}

.map {
  height: 400px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .map {
    height: 350px;
  }
}

/*----------------------------------------
	フォーム
----------------------------------------*/
input#zip {
  width: 100px !important;
  margin-bottom: 10px;
}

input#zip1 {
  width: 100px !important;
  margin-bottom: 10px;
}

input#pref {
  width: 100px !important;
}

input#addr {
  width: calc(100% - 105px) !important;
}

#autozip {
  background: #a19182 !important;
}

#movable_zipaddr a:last-child {
  display: none;
}

.shortbox input {
  width: 100px;
}

/*----------------------------------------
	animation
----------------------------------------*/
.ani {
  opacity: 0;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.ani.show {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.ani--lr {
  -webkit-transform: translate(-150px, 0);
      -ms-transform: translate(-150px, 0);
          transform: translate(-150px, 0);
}
.ani--rl {
  -webkit-transform: translate(150px, 0);
      -ms-transform: translate(150px, 0);
          transform: translate(150px, 0);
}
.ani--up {
  -webkit-transform: translate(0, 150px);
      -ms-transform: translate(0, 150px);
          transform: translate(0, 150px);
}
.ani--down {
  -webkit-transform: translate(0, -150px);
      -ms-transform: translate(0, -150px);
          transform: translate(0, -150px);
}
.ani--scaleUp {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.ani--scaleDown {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
}
.ani--rotateL {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ani--rotateR {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

@-webkit-keyframes fade-lr {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade-lr {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.cashless {
  height: 120px;
  left: 5%;
  position: absolute;
  top: 55vh;
  z-index: 1;
}
.home .cashless {
  top: 70vh;
}
@media only screen and (max-width: 767px) {
  .home .cashless {
    top: 25vh;
  }
}
@media only screen and (max-width: 767px) {
  .cashless {
    height: initial;
    left: initial;
    right: 2%;
    margin: auto;
    top: 57vh;
    width: 140px;
  }
}

.busy {
  background: #a19182;
  bottom: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: block;
  padding: 10px;
  position: fixed;
  right: 25px;
  width: 90px;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .busy {
    bottom: 230px;
    right: 10px;
    zoom: 0.7;
  }
}
.busy span {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}
.busy:hover {
  color: #fff;
  opacity: 0.9;
}

.header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(transparent));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), transparent);
  height: 115px;
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 200;
  /*&__notice {
  	position: absolute;
  	top: 0;
  	width: 100%;
  	z-index: 1;
  	a {
  		align-items: center;
  		background: $lblue;
  		color: $white;
  		display: flex;
  		height: 40px;
  		justify-content: center;
  		@include SP {
  			justify-content: flex-start;
  			height: initial;
  			padding: 5px 60px 5px 2%;
  			text-align: left;
  		}
  		&:hover {
  			background: $maincolor;
  		}
  		i {
  			margin-left: 10px;
  		}
  	}
  }*/
}
@media only screen and (max-width: 767px) {
  .header {
    top: 30px;
  }
}
.header__intro {
  background: rgba(34, 34, 34, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .header__intro {
    top: 0;
  }
}
.header__intro .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .header__intro .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2%;
  }
}
.header__intro p {
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .header__intro p {
    display: none;
  }
}
.header__intro img {
  height: 20px;
  margin-left: auto;
  width: 31px;
}
@media only screen and (max-width: 767px) {
  .header__intro img {
    margin: 0 auto 0 0;
  }
}
.header__lang {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .header__lang {
    border: none;
  }
}
.header__lang li {
  list-style: none;
  margin-left: 10px;
}
.header__lang li svg {
  font-size: 20px;
}
.header__lang li a {
  color: #fff;
  text-decoration: underline;
}
.header__lang li a:hover {
  color: #4ac7ff;
}
@media only screen and (max-width: 767px) {
  .header__lang li + li {
    margin-left: 20px;
  }
}
.header__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .header__content {
    max-width: initial !important;
  }
}
@media only screen and (max-width: 767px) {
  .header__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}
.header__logo {
  height: 50px;
  position: relative;
  width: 191px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    left: 10px;
    position: absolute;
    top: 10px;
  }
}
.header__logo img {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6));
  height: 50px;
  width: initial;
}
@media only screen and (max-width: 767px) {
  .header__logo img {
    height: initial;
    margin: 0;
    width: 130px;
  }
}
.header__contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .header__contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header__contact:before {
    content: " ";
    width: 45%;
  }
}
.header__contact li {
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .header__contact li {
    margin: 0;
  }
}
.header__tel {
  color: #03062d;
  width: 220px;
}
@media only screen and (max-width: 767px) {
  .header__tel {
    margin: 0 50px 5px 0;
    width: 45%;
  }
}
.header__tel span {
  display: block;
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .header__tel span {
    font-size: 9px;
  }
}
.header__tel a {
  background: url(../images/icn_tel.png) no-repeat left center;
  background-size: auto 20px;
  color: #03062d;
  font-size: 18px;
  line-height: 20px;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .header__tel--en {
    width: 47%;
  }
}
.header__tel--en a {
  font-size: 14px;
}
.header__btn {
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .header__btn {
    margin: 0 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header__btn {
    margin-left: 2%;
    width: 47%;
  }
}
.header__btn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #03062d;
  color: #03062d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__btn a:hover {
  background: #fff;
  color: #03062d;
}
.header__reserve {
  margin-left: 10px;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .header__reserve {
    margin: 0 2% 0 5px;
    width: 47%;
  }
}
.header__reserve a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #03062d;
  border: 1px solid #03062d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__reserve a:hover {
  background: #fff;
  color: #03062d;
}
.header__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 5px 0 0 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .header__menu {
    padding: 15px;
  }
  .header__menu:hover {
    background: rgba(3, 6, 45, 0.6);
  }
}
@media only screen and (max-width: 767px) {
  .header__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header__menu li {
  list-style: none;
  margin: 0 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .header__menu li {
    margin: 0 auto 20px auto;
    width: 80%;
  }
}
.header__menu li a {
  color: #fff;
  text-shadow: 2px 2px 3px rgba(55, 55, 55, 0.4);
}
.header__menu li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .header__menu li a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .header__menu li a {
    background: url(../images/arw_wh.png) no-repeat right 10px center;
    background-size: 10px auto;
    border: 1px solid #fff;
    display: block;
    padding: 5px 0;
  }
}

@media only screen and (max-width: 767px) {
  .menu-btn {
    position: fixed;
    right: 2%;
    top: 26px;
    z-index: 999;
  }
  .menu-btn a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #03062d;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 25px;
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 4px;
    padding: 0 5px;
    text-decoration: none;
  }
  .menu-btn a span {
    color: #03062d;
    display: block;
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .menu-btn.sp.fixed {
    background: rgba(255, 255, 255, 0.6);
    top: 5px;
  }
  .btn-open {
    z-index: 999;
    display: inline;
  }
  .btn-open:after {
    content: "\f0c9";
    font-family: "Font Awesome 6 Pro";
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -webkit-transition-property: all 0.2s linear 0s;
    transition-property: all 0.2s linear 0s;
  }
  a.btn-close {
    z-index: 999;
    display: inline;
    color: #fff;
  }
  a.btn-close:after {
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -webkit-transition-property: all 0.2s linear 0s;
    transition-property: all 0.2s linear 0s;
  }
  a.btn-close span {
    color: #fff;
  }
  a.btn-close:hover:after {
    color: #fff;
  }
  .over {
    background: #03062d;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    display: none;
    height: 100%;
    overflow: auto;
    padding: 60px 10px 20px 10px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
  }
}
.en .header {
  top: 30px;
}
.en .header__intro {
  top: 0;
}
@media only screen and (max-width: 767px) {
  .en .header .menu-btn {
    top: 25px;
  }
}

.pagetop {
  position: fixed;
  right: 15px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .pagetop {
    bottom: 100px !important;
    right: 10px;
  }
}
.pagetop a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/pagetop.png) no-repeat center top 7px #fff;
  border: 1px solid #a19182;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #a19182;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 9px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3em;
  padding-top: 20px;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .pagetop a {
    background-size: auto 10px;
    height: 50px;
    width: 50px;
  }
}
.pagetop a:hover {
  background: url(../images/pagetop_wh.png) no-repeat center top 7px #a19182;
  color: #fff;
}

.footer {
  padding: 40px 0 0 0;
  /*
  &__outlinks {
  	background: $lgray;
  	padding: 20px 0;
  	h4 {
  		margin: 0 auto 10px auto;
  	}
  	ul {
  		align-items: center;
  		display: flex;
  		justify-content: center;
  		margin: 0 auto;
  		@include SP {
  			flex-wrap: wrap;
  		}
  		li {
  			font-family: $font2;
  			font-size: 13px;
  			list-style: none;
  			margin: 5px;
  			a {
  				color: $maincolor;
  				text-decoration: underline;
  				&:hover {
  					color: $lblue;
  					text-decoration: none;
  				}
  			}
  		}
  	}
  }*/
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 150px 0;
  }
}
.footer__bnr {
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}
.footer__bnr .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .footer__bnr .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__bnr li {
  list-style: none;
  margin: 5px;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .footer__bnr li {
    margin: 3px;
    min-height: 70px;
    width: 150px;
  }
  .footer__bnr li:nth-of-type(n+3) {
    margin-top: 0;
  }
}
.footer__bnr li a {
  color: #fff;
  display: block;
  height: 80px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer__bnr li a {
    height: 100%;
  }
}
.footer__bnr li img {
  left: 0;
  position: absolute;
  top: 0;
}
.footer__bnr li span {
  font-size: 13px;
  font-weight: bold;
  left: 10px;
  position: absolute;
  text-align: left;
  top: 20px;
}
@media only screen and (max-width: 767px) {
  .footer__bnr li span {
    top: 15px;
  }
}
.footer__bnr li span.gy {
  color: #4b4b4b;
}
.footer .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .footer .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.footer__content1 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .footer__content1 {
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 20px;
    width: 96%;
  }
}
.footer__content1 ul {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  font-size: 12px;
  margin: 0 1% 0 2%;
  text-align: left;
  width: 31%;
}
.footer__content1 ul:first-of-type {
  margin-left: 0;
}
.footer__content1 ul li {
  list-style: none;
  margin: 0 auto 5px auto;
}
.footer__content1 ul li a {
  color: #4b4b4b;
}
.footer__content1 ul li a:hover {
  text-decoration: underline;
}
.footer__content2 {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .footer__content2 {
    text-align: center;
    width: 96%;
  }
}
.footer__content2 p {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  font-size: 12px;
  margin: 0 auto 10px auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .footer__content2 p {
    text-align: center;
  }
}
.footer__logo {
  display: block;
  margin: 0 0 20px 0;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    margin: 0 auto 20px auto;
  }
}
.footer__contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .footer__contact {
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 20px auto;
    padding-bottom: 20px;
    width: 100%;
  }
}
.footer__contact li {
  list-style: none;
}
.footer__tel {
  background: url(../images/icn_circle.png) no-repeat left center;
  color: #03062d;
  margin: 0 0 10px 0;
  padding-left: 20px;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer__tel {
    background: none;
    text-align: center;
    width: 260px;
  }
}
.footer__tel span {
  font-size: 13px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .footer__tel span {
    display: block;
    margin: 0 auto 10px auto;
  }
}
.footer__tel a {
  background: url(../images/icn_tel.png) no-repeat left center;
  background-size: auto 20px;
  color: #03062d;
  font-size: 20px;
  line-height: 20px;
  padding-left: 30px;
}
.footer__btn {
  width: 48%;
}
.footer__btn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #03062d;
  color: #03062d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__btn a:hover {
  background: #009de3;
  color: #fff;
}
.footer__reserve {
  margin-left: 10px;
  width: 48%;
}
.footer__reserve a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #03062d;
  border: 1px solid #03062d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__reserve a:hover {
  background: #009de3;
  color: #fff;
}
.footer__cancel {
  background: url(../images/arw_nv.png) no-repeat left 10px center;
  background-size: auto 9px;
  font-size: 12px;
  margin: 10px auto 0 auto;
  padding-left: 20px;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer__cancel {
    margin: 10px 0 0 auto;
    width: 43%;
  }
}
.footer__cancel a {
  color: #03062d;
}
.footer__cancel a:hover {
  text-decoration: underline;
}
.footer__banners {
  background: #03062d;
  border-top: 1px solid #f2f2f2;
  margin: 60px auto 0 auto;
  padding: 30px 0 0 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer__banners {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.footer__banners h4 {
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 20px auto;
}
.footer__banners ol {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0 0 30px 0;
}
.footer__banners ol li {
  list-style: none;
  margin: 5px;
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .footer__banners ol li {
    width: 46%;
  }
}
.footer__banners ol li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (-ms-high-contrast: none) {
  .footer__banners ol li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .footer__banners ol li a {
    padding: 5px;
  }
}
.footer__banners ol li a:hover {
  background: #060c5d;
}
.footer__banners ol li a:hover img {
  opacity: 1;
}
.footer .copyright {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    padding: 15px 2%;
  }
}

.concierge {
  background: url(https://www.centrale.co.jp/cms/wp-content/uploads/2023/02/inc_ai.png) no-repeat left 15px center #009de3;
  border-radius: 10px 0 0 10px;
  bottom: 95px;
  color: #fff;
  cursor: pointer;
  padding: 15px 20px 15px 70px;
  position: fixed;
  right: 0;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .concierge {
    border-radius: 0 10px 10px 0;
    left: 0;
    right: initial !important;
    width: 120px !important;
  }
}
.concierge:hover {
  background: url(https://www.centrale.co.jp/cms/wp-content/uploads/2023/02/inc_ai.png) no-repeat left 15px center #008bca;
}
.concierge a {
  display: block;
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  font-size: 12px;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .concierge a {
    font-size: 11px;
  }
}
.concierge a:hover {
  color: #fff;
}
.concierge em {
  font-style: normal;
  display: block;
  font-size: 15px;
  line-height: 1.4em;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .concierge em {
    font-size: 13px;
  }
  .concierge em br {
    display: none;
  }
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline !important;
  }
}
/*# sourceMappingURL=base.css.map */