.trans{
  animation-name: fadein;
  animation-duration: 1s; 
  animation-delay: .5s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0; 
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*common*/
#main_contents{
  position: relative;
}
.inner{
   max-width: 1600px;
   width: 90%;
   margin: 0 auto;
}
.inner_w{
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.flex{
  display: flex;
  flex-wrap: wrap;
}
img{
  width: 100%;
}
/*slide*/
#mv{
  position: relative;
}
.mv_slide{
  position: relative;
}
.mv_slide .slide_in .slide_img{
  width: 100%;
  height: auto;
  padding-top: 46.88%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#top .mv_slide .slide_in .slide_img{
  padding-top: 56.25%;
}
.mv_slide.sp{
  display: none;
}
.top_mv_txt{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 95px;
  z-index: 2;
  text-align: center;
}
.top_mv_txt::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -95px;
  width: 1px;
  height: 65px;
  background-color: #fff;
  transform: translateX(-50%);
}
.top_mv_txt .top_mv_copy{
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
}
.top_logo{
  width: 70px;
  margin: 0 auto 25px;
}
  .mv_movie{
    height: 50vw!important;
    padding-bottom: 0!important;
  }
  .top-movie-box{
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: url(/common/image/cuisine/cuisine_bg.png) no-repeat center center;
    background-size: cover;
  }
.top-movie-box.facility{
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: url(/common/image/facility/facility_bg.png) no-repeat center center;
    background-size: cover;
  }
    .top-movie-box .movie-cover{
    height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: opacity 0.5s;
}
.top-movie-box .movie-cover:before{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
      }
.top-movie-box .movie-cover #movie{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: -1;
      }

/*fixmenu*/
.fix_menu{
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
}
.fix_menu li{
  display: block;
}
.fix_menu li a{
  text-align: right;
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1;
  padding: 15px 0;
  display: block;
  transition: all .3s;
}
.fix_menu li a:hover{
  color: #847130;
  letter-spacing: 0.05em;
}
#top #sec01{
  padding: 195px 0 200px;
  text-align: center;
}
.head02{
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 125px;
}
.jp_txt{
  font-weight: 500;
}
.en_txt{
  font-weight: 400;
  display: none;
}
#sec01 .jp_txt{
  font-size: 1.4rem;
  margin-bottom: 63px;
}
#sec01 .en_txt{
  font-size: 1.4rem;
}
.link01{
  font-size: 1.4rem;
  margin-top: 90px;
}
.link01 a{
  position: relative;
  color: #847130;
  text-align: center;
  transition: all .3s;
}
.link01 a:hover{
}
.link01 a::before{
  content: '＞';
  margin-right: 5px;
}
.link01 a::after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #847130;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.link01 a:hover::after{
  opacity: 1;
}
.intro_list{
}
.intro_list li{
  width: calc(94% / 3);
  margin-right: calc(6% / 2);
}
.intro_list li:last-child{
  margin-right: 0;
}
.intro_list li .img{
  margin-bottom: 28px;
  position: relative;
  overflow: hidden;
}
.intro_list li .img img{
  transition: all .3s;
}
.intro_list li:hover .img img{
  transform: scale(1.05);
}
/*.intro_list li .img::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(132, 113, 48, .5);
  opacity: 0;
  transition: all .3s;
}
.intro_list li:hover .img::after{
  opacity: 1;
}*/
.intro_list li .ttl{
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 1;
}
.intro_list li .ttl span{
  font-size: 0.8em;
  margin-left: 15px;
}
.intro_list li .ttl span.caution{
  font-size: 0.7em;
  margin-left: 10px;
}
.caution{
  font-size: 0.8em;
}
.intro_list li .jp_txt{
  font-size: 1.05rem;
  margin-bottom: 42px;
  text-align: justify;
}
.intro_list li .jp_txt span{
  font-size: 0.8em;
}
.intro_list li .en_txt{
  font-size: 0.85rem;
}
#top #sec02{
  padding-bottom: 320px;
}
.movie_box{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#top #sec02 .movie_box{
  margin-bottom: 290px;
}
.movie_box video{
  width: 100%;
}
.movie_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.reserve_ttl{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  max-width: 400px;
  width: 100%;
  text-align: center;
  padding: 10px;
  margin: 0 auto 75px;
  border: 1px solid #1C1C1C;
}
.reserve_ttl a{
  line-height: 1;
  display: block;
  transition: all .3s;
}
.reserve_box{
  max-width: 1100px;
  margin: 0 auto;
}
#top #sec03{
  padding-bottom: 460px;
}
#top #sec04{
  padding-bottom: 460px;
}
#top #sec04 .flex{
  align-items: center;
}
#top #sec04 .flex .box_l{
  width: 55%;
}
#top #sec04 .flex .box_r{
  width: 45%;
  padding: 0 5%;
}
#top #sec04 .flex .box_r .ttl{
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 85px;
  line-height: 1;
}
#top #sec04 .flex .box_r .jp_txt{
  font-size: 1.3rem;
  margin-bottom: 60px;
  text-align: justify;
}
#top #sec04 .flex .box_r .en_txt{
  font-size: 1.25rem;
}
#top #sec05{
  padding-bottom: 230px;
}
#top #sec05 .flex .box_l{
  width: 50%;
  padding: 0 3%;
}
#top #sec05 .flex .box_r{
  width: 50%;
}
.map{
  width: 100%;
  position: relative;
  padding-top: 71.73%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#top #sec05 .jp_txt{
  font-size: 1.2rem;
}
#top #sec06{
  padding-bottom: 280px;
}
.shopping_intro{
  text-align: center;
  margin-bottom: 200px;
}
.shopping_intro .jp_txt{
  font-size: 1.4rem;
  margin-bottom: 63px;
}
.shopping_intro .en_txt{
  font-size: 1.25rem;
}
#top #sec07{
  padding-bottom: 300px;
}
.shop_box .box_in{
  width: calc(95% / 2);
  margin-right: 5%;
}
.shop_box .box_in:nth-child(2n){
  margin-right: 0;
}
.shop_box .box_in .img{
  margin-bottom: 35px;
  overflow: hidden;
}
.shop_box .box_in .img img{
  transition: all .3s;
}
.shop_box .box_in:hover .img img{
  transform: scale(1.1);
}

.item_box{
  display: flex;
  flex-wrap: wrap;
}
.item_box dt,
.detail .item_box dt{
  width: 45%;
  font-size: 1.4rem;
}
.item_box dt p{
  font-weight: 400;
}
.item_box dt span{
  font-size: 0.8em;
}
.item_box dd{
  width: 55%;
  text-align: right;
}
.item_box .jp_txt{
  font-size: 1.05rem;
  margin-bottom: 24px;
}
.item_box .en_txt,
.detail .item_box .en_txt{
  font-size: 0.85rem;
}
.detail .item_box dt{
  font-size: 1.6rem;
}
.detail .item_box dt .en{
  font-weight: 400;
}
.detail .item_box .jp_txt .menu_price{
  font-size: 1.3rem;
}
.head04{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 1;
  text-align: center;
}
#top #sec08{
  padding-bottom: 245px;
}
.contact_txt{
  font-size: 1.4rem;
  margin-bottom: 150px;
  text-align: center;
}
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
input[type="text"],
textarea{
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
.contact_box{
  display: flex;
  flex-wrap: wrap;
  max-width: 675px;
  margin: 0 auto 110px;
}
.contact_box dt,.contact_box dd{
  border-bottom: 1px solid #707070;
  padding: 18px 0;
  font-size: 1.3rem;
  font-weight: 500;
}
.contact_box dt{
  width: 150px;
}
.contact_box dd{
  width: calc(100% - 150px);
}
.contact_box dd input,
.contact_box dd textarea{
  width: 100%;
  padding: 15px 0;
}
.contact_btn{
  text-align: center;
}
.contact_btn button{
  background-color: #1C1C1C;
  color: #fff;
  padding: 15px;
  text-align: center;
  max-width: 365px;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
}
ul.insta_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1000px;
  margin: 0 auto;
}
ul.insta_list li {
  list-style: none;
  width: calc(95% / 3);
  margin-right: calc(5% / 2);
  margin-bottom:  calc(5% / 2);
  transition: all .3s;
}
ul.insta_list li:nth-child(3n){
  margin-right: 0;
}
ul.insta_list li:hover{
  opacity: 0.7;
}
ul.insta_list li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
ul.insta_list li a p span {
  font-size: 120%;
}
/*short stay*/
.detail #sec01{
  padding-top: 55px;
  text-align: center;
}
#stay #sec01 .reserve_ttl{
  margin-top: 150px;
  margin-bottom: 160px;
}
.img_txt{
  width: 60%;
  margin-bottom: 150px;
}
.img_txt:last-of-type{
  margin-bottom: 0;
}
.img_txt.align_r{
  margin: 0 0 150px auto;
}
.img_txt .txt{
  margin-top: 70px;
  text-align: justify;
}
.img_txt.align_l .txt{
  padding-left: 10%;
}
.img_txt.align_r .txt{
  padding-right: 5%;
}
.img_txt .txt .jp_txt{
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.img_txt .txt .en_txt{
  font-size: 1.4rem;
}
.l_img{
  padding-top: 250px;
  margin-bottom: 200px;
}
.detail .jp_txt,
.detail .en_txt{
  font-size: 1.4rem;
}
.detail .jp_txt{
  margin-bottom: 45px;
}
.sec02_box{
  text-align: center;
  padding-bottom: 430px;
}
.detail #sec03{
  padding-bottom: 400px;
}
#history.detail #sec03{
  padding-top: 200px;
}
#history.detail #sec03 .head02{
  margin-bottom: 80px;
}
/*history*/
#history #sec01{
  padding-bottom: 390px;
}
.more_txt{
  font-size: 1.7rem;
  text-align: center;
  position: relative;
}
.more_txt span{
  position: relative;
}
/*.more_txt span::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: #313131;
}*/
.link01.more{
  text-align: center;
  margin-top: 20px;
}
/*cafe*/
#cafe #sec01,
#lunch #sec01{
  padding-bottom: 230px;
}
#cafe #sec02{
  padding-bottom: 345px;
}
.head03{
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 85px;
}

.detail .item_box .jp_txt{
  font-size: 1.3rem;
  text-align: justify;
}

.detail .item_box dd{
  text-align: left;
}
.detail .shop_box{
  margin-bottom: 170px;
}
.shop_box .box_in{
  margin-bottom: 130px;
}
.menu_other{
  max-width: 530px;
  margin: 0 auto;
  width:80%;
}
.menu_other dt,.menu_other dd{
  font-size: 1.4rem;
  line-height: 2;
}
.menu_other dt{
  width: 60%;
}
.menu_other dd{
  width: 40%;
  text-align: right;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/*privacy*/
#privacy .inner{
  max-width: 1000px;
  padding: 100px 0 200px;
}
#privacy .inner .head02 span{
  display: block;
  font-size: 0.5em;
}
.privacy_txt{
  text-align: justify;
}
.privacy_txt.txt01{
  margin-bottom: 100px;
}
.privacy_txt.txt02{
  margin-bottom: 60px;
}
.privacy_list{
  margin-bottom: 60px;
}
.privacy_list li{
  text-align: justify;
}
.head05{
  text-align: left;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
.top_mv_txt .top_mv_copy{
  font-size: 1.4rem;
}
.fix_menu li a{
  font-size: 1.2rem;
}
.top_logo{
  width: 60px;
}
.top_mv_txt{
  bottom: 80px;
}
.top_mv_txt::after{
  bottom: -80px;
  height: 55px;
}
.head02{
  font-size: 2.2rem;
  margin-bottom: 90px;
}
.head03{
  font-size: 1.8rem;
  margin-bottom: 60px;
}
#sec01 .jp_txt,
#sec01 .en_txt,
.link01,
#top #sec04 .flex .box_r .jp_txt,
.shopping_intro .jp_txt,
.contact_txt,
.detail .item_box .jp_txt,
.menu_other dt, .menu_other dd,
.img_txt .txt .jp_txt,
.img_txt .txt .en_txt,
.detail .jp_txt, .detail .en_txt,
.intro_list li .jp_txt{
  font-size: 1.2rem;
}
#top #sec04 .flex .box_r .en_txt,
.shopping_intro .en_txt{
  font-size: 1.15rem;
}
.intro_list li .ttl{
  font-size: 1.3rem;
  margin-bottom: 40px;
}

.reserve_ttl{
  font-size: 1.6rem;
  max-width: 300px;
}
#top #sec05 .jp_txt{
  font-size: 1.1rem;
}
#top #sec05 .flex .box_l{
  width: 40%;
}
#top #sec05 .flex .box_r{
  width: 60%;
}
/*cafe*/
.detail .item_box dt{
  font-size: 1.3rem;
}
.menu_other{
  max-width: 400px;
}
.more_txt{
  font-size: 1.3rem;
}
#top #sec04 .flex .box_r .ttl{
  font-size: 1.8rem;
}
}
@media screen and (max-width: 1024px) {
.fix_menu li a{
  font-size: 1.1rem;
  padding: 10px 0;
}
.top_logo{
  width: 50px;
}
.top_mv_txt .top_mv_copy{
  font-size: 1.2rem;
}
#top #sec04 .flex .box_r .ttl{
  margin-bottom: 40px;
}
#top #sec04 .flex .box_l{
  width: 50%;
}
#top #sec04 .flex .box_r{
  width: 50%;
  padding: 0 4%;
}
#top #sec04 .flex .box_r .jp_txt{
  margin-bottom: 40px;
}
.reserve_ttl,
#top #sec04 .flex .box_r .ttl{
  font-size: 1.4rem;
}
#sec01 .jp_txt, #sec01 .en_txt, .link01, #top #sec04 .flex .box_r .jp_txt, .shopping_intro .jp_txt, .contact_txt, .detail .item_box .jp_txt, .menu_other dt, .menu_other dd, .img_txt .txt .jp_txt, .img_txt .txt .en_txt,.detail .jp_txt, .detail .en_txt,.intro_list li .jp_txt{
  font-size: 1.1rem;
}
#top #sec05{
  padding-bottom: 100px;
}
}
@media screen and (max-width: 768px) {
#top #sec01{
  padding: 100px 0;
}
.head02{
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.head03{
  font-size: 1.4rem;
  margin-bottom: 35px;
  margin-left: 5%;
}
#top #sec02 .movie_box{
  margin-bottom: 150px;
}
#top #sec02{
  padding-bottom: 150px;
}
#sec01 .jp_txt, #sec01 .en_txt, .link01, #top #sec04 .flex .box_r .jp_txt, .shopping_intro .jp_txt, .contact_txt, .detail .item_box .jp_txt, .menu_other dt, .menu_other dd, .img_txt .txt .jp_txt, .img_txt .txt .en_txt,.detail .jp_txt, .detail .en_txt{
  font-size: 1rem;
}
.reserve_ttl,
#top #sec04 .flex .box_r .ttl{
  font-size: 1.2rem;
  width: 70%;
}
#top #sec03,
#top #sec04{
  padding-bottom: 200px;
}
#top #sec02 .inner{
  width: 100%;
}
.intro_list li{
  width: 100%;
  margin-right: 0;
  margin-bottom: 100px;
}
.intro_list li:last-child{
  margin-bottom: 0;
}
.intro_list li a{
  display: flex;
  flex-wrap: wrap;
}
.intro_list li a .img{
  order: 2;
  margin-bottom: 0;
}
.intro_list li a .txt{
  order: 1;
  margin-bottom: 25px;
  padding: 0 5%;
}
.intro_list li .jp_txt{
  margin-bottom: 15px;
}
#top #sec04 .flex .box_l{
  width: 100%;
  margin-bottom: 35px;
}
#top #sec04 .flex .box_r{
  width: 100%;
  padding: 0 5%;
}
#top #sec05 .flex .box_l{
  width: 100%;
  order: 2;
  padding: 5%;
}
#top #sec05 .flex .box_r{
  order: 1;
  width: 100%;
}
.shopping_intro{
  margin-bottom: 100px;
  padding: 0 5%;
}
#top #sec06{
  padding-bottom: 140px;
}
#top #sec07{
  padding-bottom: 150px;
}
#top #sec07 .inner{
  width: 100%;
}
.shop_box .box_in{
  width: 100%;
  margin-right: 0;
}
.item_box{
  padding: 0 5%;
}
.item_box dt,.item_box dd{
  width: 100%;
}
.item_box dt{
  margin-bottom: 35px;
  font-size: 1.3rem;
}

.item_box dd{
  text-align: justify;
}
.contact_box{
  max-width: 75%;
  margin-bottom: 60px;
}

#top #sec05 .jp_txt{
  font-size: 1rem;
}
.item_box .jp_txt{
  font-size: 1rem;
}
/*short stay*/
.img_txt{
  margin-bottom: 75px!important;
  width: 80%;
}
.img_txt .txt{
  margin-top: 30px;
}
.img_txt.align_l .txt{
  padding-left: 5%;
}
.img_txt .txt .jp_txt{
  margin-bottom: 10px;
}
.l_img{
  padding-top: 100px;
  margin-bottom: 100px;
}
.detail .jp_txt{
  margin-bottom: 15px;
}
.sec02_box,
.detail #sec03{
  padding-bottom: 200px;
}
#stay #sec01 .reserve_ttl{
  margin-top: 75px;
  margin-bottom: 100px;
}
/*cafe*/
#cafe #sec01, #lunch #sec01{
  padding-bottom: 100px;
}
#cafe #sec02 .inner,
#lunch #sec02 .inner{
  width: 100%;
}
.shop_box .box_in{
  width: 85%;
  margin-bottom: 75px;
}
.shop_box .box_in:nth-child(2n){
  margin: 0 0 0 auto;
}
#top .shop_box .box_in{
  width: 100%;
}
#top .shop_box .box_in .item_box{
  padding: 0 5%;
}
.detail .item_box dt{
  font-size: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
  align-items: center;
}
.detail .item_box dt .menu_price{
  font-size: 0.9rem;
}
.detail .item_box dt .menu_price.price02{
  display: block;
}
.detail .shop_box{
  margin-bottom: 80px;
}
#cafe #sec02{
  padding-bottom: 150px;
}
/*history*/
#history #sec01{
  padding-bottom: 150px;
}
.more_txt{
  font-size: 1rem;
}
.link01.more{
  margin-top: 25px;
}
#history.detail #sec03{
  padding-top: 100px;
}
.head05{
  font-size: 1.1rem;
}
}
@media screen and (max-width: 599px) {
.mv_slide.pc{
  display: none;
}
.mv_slide.sp{
  display: block;
}
.mv_slide.sp .slide_in .slide_img{
  padding-top: 123.83%;
}
#top .mv_slide.sp .slide_in .slide_img{
  padding-top: 180%;
/*  padding-top: 216.12%;*/
}
.fix_menu{
  right: 20px;
  display: none;
}
#top .fix_menu{
  display: block;
}
.fix_menu li a{
  font-size: 1rem;
  padding: 15px 0;
}
.top_mv_txt .top_mv_copy{
  font-size: 1.1rem;
  white-space: nowrap;
}
.top_mv_txt{
  bottom: 65px;
}
.top_mv_txt::after{
  height: 35px;
  bottom: -65px;
}
.top_logo{
  width: 40px;
  margin-bottom: 30px;
}
#sec01 .jp_txt, #sec01 .en_txt, .link01, #top #sec04 .flex .box_r .jp_txt, .shopping_intro .jp_txt, .contact_txt, .detail .item_box .jp_txt, .menu_other dt, .menu_other dd, .img_txt .txt .jp_txt, .img_txt .txt .en_txt,.detail .jp_txt, .detail .en_txt,.intro_list li .jp_txt,#top #sec05 .jp_txt,.item_box .jp_txt{
  font-size: 0.9rem;
}
#sec01 .en_txt,
.intro_list li .en_txt,
.shopping_intro .en_txt,
.img_txt .txt .en_txt,
 .detail .en_txt,
 #top #sec04 .flex .box_r .en_txt{
  font-size: 0.8rem;
}
#sec01 .jp_txt{
  margin-bottom: 25px;
}
.link01{
  margin-top: 40px;
}
.item_box{
  padding-right: 0;
}
.shop_box .box_in:nth-child(2n) .item_box{
  padding: 0 5% 75px 0;

}
.item_box dt{
  font-size: 1.2rem;
}
.head04{
  font-size: 1.6rem;
}
.contact_box{
  max-width: 90%;
}
.contact_box dt, .contact_box dd{
  font-size: 1rem;
  padding: 12px 0;
}
.contact_box dt{
  width: 100px;
}
.contact_box dd{
  width: calc(100% - 100px);
}
.contact_btn button{
  font-size: 1rem;
}
.img_txt.align_r{
  margin-bottom: 75px;
}
}