@charset "UTF-8";
/*変数の設定*/
/*コンテンツラップの横幅  ※575px以下だとこの設定は無効になります*/
/*ナビバーの背景色 smはスマホ */
/*アクティブなリンクボタンの背景色*/
/*文字色*/
/*アクティブなリンクの文字色*/
/*ドロップダウンメニューにも背景色を付けるかどうか*/
html {
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
}

a {
  outline: none;
  text-decoration: none;
  color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
}

a img {
  outline: none;
}

h1 {
  font-size: 0.3em;
}

.section-title {
  margin: 1rem;
  padding: 5px 30px 10px 45px;
  position: relative;
  border-bottom: dotted 1px black;
}

.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
}

.section-title::before {
  width: 30px;
  height: 30px;
  background-color: #F3E79C;
  left: 0;
  top: 0;
}

.section-title::after {
  width: 20px;
  height: 20px;
  background: #FFCC66;
  left: 15px;
  top: 15px;
}

section h5 {
  margin-top: 2rem;
}

.red {
  background-color: red;
}

.blue {
  background-color: blue;
}

.y {
  background-color: yellow;
}

.p-rl-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.pen-mark {
  background-color: #EFCDCE;
}

.price {
  color: red;
  font-weight: bold;
  font-size: 120%;
}

.photo-item, .photo-item-caption {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  position: relative;
}

.photo-item-caption {
  padding-left: 0.8rem;
}

@media screen and (max-width: 1040px) {
  h1 {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .photos:hover .photo-item {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .photos .photo-item:hover {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .photo-item {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.2rem;
  }
}
/*
フェードイン
スクロールバー
エフェクト
SNSのボタン
フォトアルバム
上に戻る　footer
*/
.disp-kannai-table {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.kannai-title {
  background-color: #d2b48c;
  width: 30%;
}

.kannai-text {
  width: 70%;
}

.in {
  animation: bodyFadeIn 2s ease 0s 1 normal;
  -webkit-animation: bodyFadeIn 2s ease 0s 1 normal;
}

@keyframes bodyFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bodyFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.in-slow {
  animation: bodyFadeIn2 3s ease 0s 1 normal;
  -webkit-animation: bodyFadeIn2 3s ease 0s 1 normal;
}

@keyframes bodyFadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bodyFadeIn2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ps__rail-x, .ps__rail-y {
  opacity: 0.6 !important;
}

.effect div {
  -webkit-transition: 1.8s;
  transition: 1.8s;
}

.sns-btn a {
  color: #ccc;
  background-color: rgba(253, 253, 253, 0.7);
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 35px;
  padding: 0px;
  margin-right: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-font-smoothing: antialiased;
}

.sns-btn a:hover {
  background: #ef92a3;
}

/* pop-up text */
.sns-btn a span {
  color: #666;
  position: absolute;
  font-family: sans-serif;
  bottom: 0;
  left: -25px;
  right: -25px;
  padding: 5px 7px;
  z-index: 3;
  font-size: 14px;
  border-radius: 2px;
  background: #fff;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */
.sns-btn a span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  bottom: -5px;
  left: 40px;
}

/* text pops up when icon is in hover state */
.sns-btn a:hover span {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}

/* font awesome icons */
.sns-btn a:nth-of-type(1):before {
  font-family: "Font Awesome 5 Brands";
  font-size: 1.5em;
  color: #3b5998;
  content: "\f082";
}

.sns-btn a:nth-of-type(2):before {
  font-family: "Font Awesome 5 Brands";
  font-size: 1.5em;
  color: #55acee;
  content: "\f099";
}

.sns-btn a:nth-of-type(3):before {
  font-family: "Font Awesome 5 Brands";
  font-size: 1.5em;
  color: #dd4b39;
  content: "\f0d5";
}

.sns-btn a:nth-of-type(4):before {
  font-family: "Font Awesome 5 Brands";
  color: #1dcd00;
  font-size: 1.5em;
  content: "\f3c0";
}

.photo-card-body {
  padding: 0.3rem;
}

.photo-card-text {
  padding-left: 0.5rem;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 100;
  -webkit-transition: 0.8;
  transition: 0.8;
}

#page-top a {
  font-size: 4em;
  opacity: 0.6;
  display: block;
  background: #666;
  color: #fff;
  width: 80px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  -webkit-transition: 0.8;
  transition: 0.8;
}

#page-top a:hover {
  background: #999;
  text-decoration: none;
}

/*

ヘッダーナビゲーション　bootstrap4

*/
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.clone-nav-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.navbar {
  width: 100%;
  background-color: rgb(51, 0, 0);
}
.navbar .navbar-brand {
  color: #fff;
}
.navbar .navbar-brand:hover, .navbar .navbar-brand:focus {
  color: #ecdbff;
}
.navbar .navbar-text {
  color: #fff;
}
.navbar .navbar-text a {
  color: #ecdbff;
}
.navbar .navbar-text a:hover, .navbar .navbar-text a:focus {
  color: #ecdbff;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  border-radius: 0.25rem;
  margin: 0 0.25em;
}
.navbar .navbar-nav .nav-link:not(.disabled):hover, .navbar .navbar-nav .nav-link:not(.disabled):focus {
  color: #ecdbff;
}
.navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item.active .nav-link:hover, .navbar .navbar-nav .nav-item.active .nav-link:focus, .navbar .navbar-nav .nav-item.show .nav-link, .navbar .navbar-nav .nav-item.show .nav-link:hover, .navbar .navbar-nav .nav-item.show .nav-link:focus {
  color: #ecdbff;
  background-color: #ad5744;
}
.navbar .navbar-toggle {
  border-color: #ad5744;
}
.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
  background-color: #ad5744;
}
.navbar .navbar-toggle .navbar-toggler-icon {
  color: #fff;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #fff;
}
.navbar .navbar-link {
  color: #fff;
}
.navbar .navbar-link:hover {
  color: #ecdbff;
}

.nav-link {
  font-family: "hannari";
}

.sub-navi {
  width: 100%;
  background-color: rgb(51, 0, 0);
  padding: 5px;
  color: #fff;
  text-align: center;
}
.sub-navi :nth-child(1) {
  font-size: 0.9em;
}
.sub-navi a {
  color: #fff;
  text-decoration: none;
}
.sub-navi .sub-navi-btn {
  height: 2.5rem;
  width: 43%;
  background-color: rgb(51, 0, 0);
  border: solid 1px #B37778;
  margin-left: 1%;
  margin-right: 1%;
}

@media (max-width: 992px) {
  .ps__rail-x, .ps__rail-y {
    opacity: 0 !important;
    z-index: -1;
  }
  .navbar {
    background-color: #FFF;
  }
  .navbar-brand {
    font-family: "hannari";
    color: black;
    margin-left: 1em;
  }
  .navbar-brand:hover, .navbar-brand:focus {
    color: #ecdbff;
  }
  .navbar .navbar-nav .nav-link {
    border-bottom: solid 1px #ccc;
    font-family: "hannari";
    color: black;
    border-radius: 0.25rem;
    margin: 0 0.25em;
  }
}
@media screen and (min-width: 0px) and (max-width: 350px) {
  .sub-navi .sub-navi-btn {
    width: 8.2rem;
  }
}
@media (max-width: 767px) {
  .nav-item {
    border-right: 0.5px solid rgb(77, 2, 2);
  }
}
@media (max-width: 991px) {
  .nav-item {
    border-right: 0.5px solid rgb(77, 2, 2);
  }
}
@media (max-width: 1199px) {
  .nav-item {
    border-right: 0.5px solid rgb(77, 2, 2);
  }
}
.hmenu-border {
  border: 1.5px #FFF solid;
}

.navbar-nav li {
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.navbar-nav li:hover {
  background-color: rgba(192, 39, 39, 0.5);
}

/*

スライド　jquery plugin slick

*/
.slider {
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.slider img {
  width: 100%;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  outline: none;
  background: #fff;
}

.slick-initialized .slick-slide {
  opacity: 0.6; /* 両サイドの画像を透過 */
}

.slick-initialized .slick-slide.slick-active {
  opacity: 1; /* センター画像を非透過 */
}

.slick-initialized {
  opacity: 1;
}

.slick-prev::before {
  position: relative;
  font-family: "slick";
  font-size: 3rem;
}

.slick-next::before {
  position: relative;
  font-family: "slick";
  font-size: 3rem;
}

.slick-prev {
  left: 65px;
  opacity: 1;
  z-index: 100;
}

.slick-next {
  right: 60px;
  opacity: 1;
  z-index: 100;
}

.slick-prev:hover:before {
  -webkit-animation: arrow_prev 0.5s ease-out forwards;
          animation: arrow_prev 0.5s ease-out forwards;
}

@-webkit-keyframes arrow_prev {
  0% {
    right: 0px;
  }
  50% {
    right: 5px;
  }
  100% {
    right: 0;
  }
}

@keyframes arrow_prev {
  0% {
    right: 0px;
  }
  50% {
    right: 5px;
  }
  100% {
    right: 0;
  }
}
.slick-next:hover:before {
  -webkit-animation: arrow_next 0.5s ease-out forwards;
          animation: arrow_next 0.5s ease-out forwards;
}

@-webkit-keyframes arrow_next {
  0% {
    left: 0px;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}

@keyframes arrow_next {
  0% {
    left: 0px;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .slick-prev::before {
    font-size: 1.5rem;
  }
  .slick-next::before {
    font-size: 1.5rem;
  }
  .slick-prev {
    left: 30px;
  }
  .slick-next {
    right: 30px;
  }
}
/*
料理スライド　jquery plugin slick
*/
.sub-slide {
  width: 85%;
  margin: 0 auto;
  background-color: #201E1E;
}

#sub_slider {
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0.7rem 0.7rem 0 0;
}

.slide-item {
  opacity: 0;
}
.slide-item img {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  width: 100%;
}

.slide-caption {
  padding: 20px 10px 10px 10px;
  position: absolute;
  top: 80%;
  width: 100%;
  height: 20%;
  color: #FFF;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: linear-gradient(to top, black, transparent);
}

.slide-caption-v2 {
  padding: 15px 15px 15px 5px;
  margin: 0;
  width: 100%;
  color: #FFF;
  background-color: black;
}

#thumbnail-list {
  width: 100%;
  padding: 0.7rem;
}

.thumbnail-item {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.9s opacity linear;
  transition: 0.9s opacity linear;
  cursor: hand;
  cursor: pointer;
}
.thumbnail-item:hover {
  z-index: 200;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
  border: 1px solid #ccc;
}
.thumbnail-item:hover:after {
  background-color: rgba(0, 0, 0, 0.1);
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

.contents-wrap {
  margin: 0 auto;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#DBD3D3), color-stop(7%, #FFF), color-stop(93%, #FFF), to(#DBD3D3));
  background: linear-gradient(to right, #DBD3D3, #FFF 7%, #FFF 93%, #DBD3D3);
}

.header-row {
  max-width: 1000px;
  margin: 0 auto;
}

.nav-row {
  max-width: 100%;
  margin: 0 auto;
  background-color: rgb(51, 0, 0);
}
.nav-row .rts-nav {
  margin: 0 auto;
  max-width: 1000px;
}

.contents-row {
  max-width: 1050px;
  margin: 0 auto;
  min-height: 450px;
}

.slide-row {
  max-width: 100%;
  margin: 0 auto;
}

.footer-row {
  margin: 0 auto;
  background-color: rgb(51, 0, 0);
  max-width: 100%;
}

@media (max-width: 575px) {
  .header-row {
    border-top: 1px solid rgb(51, 0, 0);
  }
  .contents-wrap {
    margin: 0 auto;
    width: 100%;
    background-color: #FFF;
  }
}
.headr-border-top01 {
  border-top: 1px solid rgb(51, 0, 0);
}

.headr-border-top02 {
  background-color: rgb(51, 0, 0);
  border-bottom: 1px dotted #fff;
}

.sm-tel {
  font-family: "hannari";
  color: #fff;
  padding: 1em;
}

.header-base-info {
  text-align: right;
  padding-right: 0.5em;
  margin-left: auto;
}

.title-logo {
  line-height: 30px;
  font-family: "hannari";
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.title-logo-image {
  margin: 1rem;
}

.title-tel {
  line-height: 1;
  margin: 0.3rem 0 0.3rem 0;
  padding: 0;
}

.title-tel p,
a {
  margin: 0;
  padding: 0;
}

.title-tel img {
  width: 30px;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
}

.tel-reception {
  font-size: 0.8rem;
}

.tel-disp {
  vertical-align: middle;
  margin-top: 3px;
}

.tel-number {
  font-size: 1.6rem;
  font-weight: bold;
  color: #7F7B7B;
}

.tel-number a {
  text-decoration: none;
  color: #7F7B7B;
}

.font-adjust-btn {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.small-sp {
  font-size: 0.9em;
}

.aside-btn-area {
  text-align: right;
  margin: 0;
  padding: 0;
}

.aside-btn {
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  background-color: rgb(51, 0, 0);
  color: #fff;
  width: 10rem;
  padding: 5px;
  height: 2rem;
}

.aside-btn:hover {
  background-color: #ad5744;
  opacity: 0.8;
}

.aside-btn a {
  color: #fff;
  text-decoration: none;
  font-family: "hannari";
  font-size: 1em;
  line-height: 1.3em;
}

.font-adjust-btn div:nth-child(1) {
  font-size: 0.8em;
}

.fa-title {
  padding: 10px;
}

@media screen and (max-width: 1040px) {
  .title-logo {
    margin-left: 2rem;
  }
}
.copy-right {
  color: #fff;
}

footer {
  color: #fff;
  background-color: rgb(51, 0, 0);
  font-family: "hannari";
}

.footer-menu {
  width: 1050px;
  margin: 0 auto;
}
.footer-menu section:nth-child(1) {
  width: 30%;
}
.footer-menu section:nth-child(2) {
  width: 30%;
}
.footer-menu section:nth-child(3) {
  width: 40%;
}

.footer-contents01 {
  font-family: "hannari";
  margin-left: 1rem;
}
.footer-contents01 div {
  padding-top: 0.5em;
  margin: 0;
}
.footer-contents01 div:nth-child(1) {
  font-weight: bold;
  font-size: 1.5rem;
}
.footer-contents01 div:nth-child(3) {
  padding-bottom: 0;
}
.footer-contents01 div:nth-child(4) {
  padding-top: 0;
  padding-bottom: 1em;
}

.footer-contents02 h4 {
  padding-top: 0.8em;
}
.footer-contents02 table {
  padding-top: 0.5em;
  margin: 0;
}
.footer-contents02 table td {
  width: 25%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding: 0.3em;
}
.footer-contents02 td:not(:empty):hover {
  background-color: #ad5744;
}
.footer-contents02 a {
  color: #fff;
  font-size: 80%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.footer-contents02 a:hover {
  text-decoration: none;
  color: rgb(225, 225, 225);
}

.footer-contents03 h4 {
  padding-top: 0.8em;
}
.footer-contents03 .footer-banner {
  display: block;
  padding: 1em;
  max-width: 320px;
}

.footer-menu-sm a {
  color: #FFF;
}

.copyright {
  margin: 0 auto;
  max-width: 1050px;
  text-align: right;
  padding-top: 1.5em;
  padding-bottom: 1em;
}

.top-contents01-01 {
  margin-top: 1em;
  background-image: url(../images/top_01.png);
}

.new_info {
  position: relative;
  border-bottom: dotted 1px black;
  margin: 1em 0 1em 0;
  padding: 1.5rem;
  font-size: 1rem;
}

.insta {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: inline-block;
}

.insta:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.section-title.top-section-title {
  margin: 1em 0 1em 0;
  padding: 5px 30px 15px 45px;
}

@media screen and (max-width: 800px) {
  .top-card {
    margin-left: 1em;
    margin-right: 1em;
  }
  .section-title.top-section-title {
    font-size: 1rem;
  }
}
.plan-wrap {
  width: 80%;
}

.price-title {
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: bold;
  text-align: left;
  width: 100%;
}

.price-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.price-text p {
  margin: 0;
}

.price-disp-area {
  width: 90%;
  margin: 0 auto;
}

.price-memo span {
  text-decoration: underline;
}

.price-ex {
  padding: 10px;
}

.midokoro-contents {
  padding-left: 3rem;
  padding-right: 3rem;
}

.midokoro-card a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  color: #000;
}
.midokoro-card a:hover {
  color: #CCC;
}
.midokoro-card a img {
  height: 180px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.midokoro-card a img:hover {
  opacity: 0.6;
}

.access-info {
  width: 85%;
  margin: 0 auto;
}

/*sub05*/
.sub05-tel {
  text-align: center;
  font-size: 2rem;
}

.sub05-address {
  text-align: center;
  font-size: 1.5rem;
}

/* フォームのスタイルは_mail_form.scssにて*/
.privacy_policy {
  width: 90%;
}

.sitemap {
  width: 90%;
  height: 500px;
}

.faq {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.faq h4 {
  padding: 0.25em 0.5em; /*上下 左右の余白*/
  color: #494949; /*文字色*/
  background: transparent; /*背景透明に*/
  border-left: solid 5px #7db4e6; /*左線*/
  margin-top: 4rem;
  margin-bottom: 1.2rem;
}

.faq-card {
  margin-top: 1.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.mail-form-wrap {
  margin: 0 auto;
  width: 98%;
  padding: 2em;
  background-color: #F4F3E9;
}

.submit-btn {
  font-family: "hannari";
  font-size: 1.3em;
}

.mandatory::after {
  content: "　※必須";
  font-size: 80%;
}

/*エラーメッセージ*/
.error {
  padding-left: 1rem;
  color: red;
}

.error-input {
  background-color: #F4C7C7;
}

#lock {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  opacity: 0.7;
}

.modal-header {
  border-radius: 5px 5px 0px 0px;
  background-color: #428bca;
  color: #eee;
}

.modal-footer {
  border-radius: 0px 0px 5px 5px;
  background-color: #eee;
  color: #666;
}

.modal-header > h4 {
  font-size: 1.1rem;
}

.confirm-label {
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-bottom: dotted 1px #ccc;
  font-weight: bold;
}

.confirm-value {
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.confirm-submit {
  width: 50%;
  padding: 0 20px 30px 20px;
}

.confirm-back {
  width: 50%;
  padding: 0 20px 30px 20px;
}

.confirm-table th {
  width: 20%;
  background-color: #EBEBEB;
}

.submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.submit-btn {
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 18px;
}

.finish_msg {
  padding: 20px;
}

.finish_btn {
  margin: 1.2rem;
}

/*

★　_component.scssにてスタイル設定しているコンポーネント
スクロールバー
エフェクト
SNSのボタン
フォトアルバム
*/