
body{
  line-height: 180%;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;/*文字サイズ自動調整させない*/
}

header {
  position: absolute;
  left: 0;
  top: 0;
}

#logo {
  width: 80px;
  padding-top: 20px;
}

.page-template-page-top #logo {
  width: 120px;
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  padding-top: 0px;
}

#logo img{
  height: auto;
  width: 100%;
  padding: 0;
  display: block;
  vertical-align: bottom;
}


/*メインビジュアル
トップスライダー*/

#mainvl {
  width: 100%;
  height: 600px;
  position: relative;
}

#subvl{
  width: 100%;
  height: 300px;
  position: relative;
}

#mainvl::before,
#subvl::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

#mainvl::before{
  background: rgba(0,0,0,0.20);
  left: 0;
  top: 0;
}

#subvl::before{
  /*background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.5) 100%);
  background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.5) 100%);
  background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.5) 100%);*/
  background: rgba(0,0,0,0.20);
  left: 0;
  bottom: 0;
}

#mainvl .swiper-container{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#mainvl .swiper-slide{
  width: 100%;
  height: 100%;
}

.subimg {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#subvl .con1{
  height: 100%;
}

.bg_sub{
  background: url(images/sub_bg.jpg) no-repeat center center;
  background-size: cover;
}

.subtxt{
  position: absolute;
  left: 0;
  bottom: 30px;
}

.subtxt h2{
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  z-index: 4;
}

.reservation{
  position: absolute;
  z-index: 2;
  width: 100%;
  background: rgba(0,0,0,0.4);
  padding: 30px 0 20px;
  left: 0;
  bottom: 0;
}

.reservation .en{
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
  position: absolute;
  left: 0px;
  top: -40px;
}

.wrap{
  padding: 20px 0;
}

.wrap2{
  padding: 10px 0 0;
}


#facilities2.wrap{
  padding: 40px 0 20px;
}

.wrap .en,
.wrap2 .en{
  font-size: 32px;
  line-height: 45px;
  /*color: #e4e4e4;*/
  color: #dadada;
  text-shadow: 0px 0px 5px rgba(255,255,255,0.3);
}

.subtxt .en{
  font-size: 38px;
  line-height: 44px;
  color: #ffffff;
  /*white-space: nowrap;*/
}

#facilities .en,
#cuisine .en,
#dog .en{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  white-space: nowrap;
}

#facilities{
  margin-top: 30px;
}

.pagebox2 .en{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

#news .en,
.pagebox .en{
  position: absolute;
  left: 0px;
  top: -50px;
  z-index: 1;
}

.dl_box .en{
  font-size: 22px;
  line-height: 36px;
  color: #dadada;
  position: relative!important;
  right: 0px;
  top: 0px;
}

.ttl h3{
  font-size: 22px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 1px;
}

.ttl{
  padding-bottom: 25px;
}

#instagram h3{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 38px;
  padding: 5px 0 5px 50px;
  background: url(images/insta1.png) no-repeat left center;
  background-size: 40px;
}

.btn1 a{
  display: block;
  border-radius: 5px;
  background: rgba(0,0,0,0.8);
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn1 a span,
.btn2 a span,
.btn3 a span{
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
}

.btn1 a:hover{
  background: rgba(0,0,0,1);
}

.btn2,
.btn3{
  width: 100%;
}

.btn3{
  margin-top: 20px;
}

.btn2 a,
.btn3 a{
  display: block;
  border-radius: 5px;
  background: rgba(0,0,0,0.9);
  padding: 70px 10px 20px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn2 a:hover,
.btn3 a:hover{
  background: rgba(0,0,0,1);
}

.btn2 a::before,
.btn3 a::before{
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  z-index: 1;
}

.btn2 a::before{
  background: url(images/icon1.png) no-repeat center center;
  background-size: 35px;
}

.btn3 a::before{
  background: url(images/icon2.png) no-repeat center center;
  background-size: 35px;
}

.flex_1,
.flex_2{
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
}

.flex_2{
  /*flex-direction : row-reverse;*/
}

.slide_img{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.slide_img2{
  max-width: 550px;
  width: 100%;
  margin: 30px auto 0;
}

.slide_img3{
  margin: 0 auto 30px;
}

.txtbox_1,
.txtbox_2{
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

#facilities .txtbox_1,
#cuisine .txtbox_1{
  max-width: 600px;
  width: 95%;
}

.txtbox_1{
  padding-top: 30px;
}

.txtbox_2{
  position: relative;
}

.slide_img3 ul{
}

.slide_img3 li{
  width: 100%;
  text-align: center;
}

.slide_img3 li:last-child{
  margin-top: 20px;
}

.ill1,
.ill2,
.ill3{
  position: absolute;
  z-index: 2;
}

.ill1{
  /*width: 400px;*/
  width: 170px;
  bottom: -50px;
  right: 0px;
}

.ill2{
  /*width: 320px;*/
  width: 140px;
  bottom: -100px;
  right: 0px;
}

.ill3{
  /*width: 520px;*/
  width: 180px;
  bottom: -40px;
  right: 0px;
}

/*フッタ*/

footer {
  background: url(images/ft_bg_s.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

footer::before {
  content: '';
  background: rgba(0,0,0,0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.ft_flex{
  /*display: flex;
  justify-content: space-between;
  align-items: flex-start;*/
}

.ft_clm1{
  width: 100%;
  margin: 0 auto;
}

.ft_clm2{
  width: 100%;
  margin: 30px auto 0;
}

#ft_logo h2{
  font-size: 22px;
  font-weight: 700;
  line-height: 38px;
  padding-bottom: 10px;
  color: #ffffff;
}

.ft_clm1 p{
  color: #ffffff;
}

.ft_info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

.ft_info .tel{
  flex: .9;
}

.tel a{
  display: block;
  font-size: 28px;
  line-height: 40px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.ft_info .tel a{
  color: #ffffff;
}

.insta{
  width: 40px;
}

#copyright{
  color: #ffffff;
  padding-top: 30px;
}

#copyright li a{
  padding: 2px 0 2px 20px;
  position: relative;
  display: block;
}

#copyright li a::before{
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  height: 1px;
  width: 13px;
  background: #ffffff;
}

#copyright li a{
  color: #ffffff;
  font-size: 14px;
}

#copyright li:first-child{
  padding-left: 0;
}

#copyright li:last-child{
  padding-right: 0;
  border-right: none;
}

#copyright span{
  padding: 0 15px;
}

#copyright p{
  text-align: right;
  font-size: 12px;
  padding-top: 10px;
  color: #ffffff;
}

/*タイトル*/

.txt_s{
  font-size: 12px;
  line-height: 20px;
}

.txt_ns{
  font-size: 14px;
  line-height: 26px;
}

.txt_n{
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
}

.txt_m{
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 1px;
  font-weight: 500;
}

.txt_c{
  text-align: center;
}

.txt_r{
  text-align: right;
}

.mgat{
  margin: 0 auto;
}

.wid_1{
  width: 250px;
}

.wid_2{
  width: 300px;
}

.t_inlin{
  display: inline-block;
}

.co_r{
  padding-right: 20px;
}

/*予約*/

.reserve-bar {
  padding: 0;
}

.reserve-form .field,
.reserve-form .field2{
  color: #ffffff;
}

.reserve-form .field{
  /*flex: .9;*/
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 5px;
}

.reserve-form .fl{
  flex-direction: column;
  flex: .95;
}

.reserve-form input{
  width: 100%;
  line-height: 30px!important;
  padding: 5px 12px!important;
}

.nodate {
  font-size: 12px!important;
  color: #ffffff!important;
  width: 100px;
  padding-bottom: 5px;
}

.field2{
  width: 24%;
  padding-right: 1%;
  padding-bottom: 2px;
  display: inline-block;
}

.reserve-form select {
  min-width: 80px;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 35px;
}

.search-btn {
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0,0,0,0.8) url(images/search.png) no-repeat 10px center;
  background-size: 25px;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  width: 48%;
  display: inline-block;
  vertical-align: bottom;
}
.search-btn:hover {
  opacity: .8;
}

/*お知らせ*/

.news_box{
  width: 90%;
  margin: 0 auto;
}

.news_post2 ul {
}

.news_post2 li {
  width: 100%;
  box-sizing: border-box;
  margin: 0px auto 30px;
}

.date{
  color: #d3d3d3;
  font-size: 15px;
  font-weight: 500;
}

.thumbimg {
	width: 100%;
  aspect-ratio: 19/10;
	position: relative;
	overflow: hidden;
  margin-bottom: 15px;
}

.thumbimg img {
	height: auto;
	width: 100%;
	max-width: inherit;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.postbtn{
  border-top: 1px solid #e4e4e4;
  padding-top: 30px;
}

.leftbtn,
.rightbtn{
  font-weight: 500;
  width: 120px;
  border-radius: 5px;
  background: rgba(0,0,0,0.8);
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
}

.leftbtn{
  float: left;
}

.rightbtn{
  float: right;
}

.archiveclm{
  padding-top: 30px;
}

.archiveclm label{
  display: none;
}

.archiveclm h2{
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #d3d3d3;
}

.archiveclm h2,
.archiveclm select{
  display: block;
}

.archiveclm select{
  width: 200px;
  margin-top: 10px;
}

.singlebox{
  padding: 30px 0 40px;
}

.news_post {
  position: relative;
}

/* ここでクリップする */
.news_post .slider-mask {
  overflow: hidden;
}

/* slickは解放しておく */
.news_post .slick-list {
  overflow: visible;
}

/* 1枚のカード幅を制御（Slickの暴走を止める） */
.news_post .slick-slide {
  max-width: 350px;
  padding: 0 0 40px;
  box-sizing: border-box;
}

.news_post .slick-track {
  will-change: transform;
  display: flex;
  justify-content: center;
}

.slick-dots li {
  box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
}

.slick-dots li button:before {
  font-size: 18px;
}

.slick-dots {
  bottom: -40px;
}

.swiper-pagination {
  display: block !important;
  opacity: 1 !important;
  position: absolute;
  bottom: 15px!important;
  left: 10px!important;
  width: 100%;
  text-align: left!important;
  z-index: 10;
}

.swiper-pagination-bullet {
  background: #fff!important;
  opacity: 0.6!important;
}

.swiper-pagination-bullet-active {
  opacity: 1!important;
}

/*FAQ*/

.faq-list {
  border-bottom: 1px solid #e4e4e4;
  margin-top: 20px;
}

.faq-list dt {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px 15px 40px;
  border-top: 1px solid #e4e4e4;
  position: relative;
  font-size: 18px;
  line-height: 40px;
}

.faq-list dt::before {
  content: 'Q';
  position: absolute;
  left: 5px;
  top: 15px;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #bcbcbc;
}

.faq-list dd {
  display: none;
  padding: 5px 10px 25px 80px;
  position: relative;
}

.faq-list dd::before {
  content: 'A';
  position: absolute;
  left: 40px;
  top: 5px;
  font-size: 25px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #bcbcbc;
}

.faq-icon {
  position: relative;
  width: 15px;
  height: 15px;
}

.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: #bcbcbc;
  transition: 0.3s;
}

.faq-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}

.faq-icon::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
}

.faq-question.is-open .faq-icon::after {
  opacity: 0;
}

/*contactfoam*/

.con_form li{
  
}

.dt_box{
  width: 100%;
  padding-top: 30px;
}

.dt_box2{
  padding-top: 30px;
}

.con_form h4{
  font-weight: 500;
  padding-bottom: 5px;
}

.hissu{
  color: #ff7800;
  font-size: 12px;
  font-weight: 700;
}

.inputarea{
  width: 100%;
}

.flex_img li{
/*  display: flex;
  justify-content: space-between;
  align-items: center;*/
  padding-bottom: 70px;
}

.flex_img li:last-child{
  padding-bottom: 0px;
}

.i_img{
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.flex_img2 ul{
}

.flex_img2 li{
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.flex_img2 li:last-child{
  margin-top: 40px;
}

.i_img2{
  margin-bottom: 20px;
}
.copy{
  padding-left: 50px;
  position: relative;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}

.copy::before{
  content: '';
  width: 40px;
  height: 1px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 15px;
}

.dl_box dl,
.dl_box2 dl{
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

.dl_box dt,
.dl_box dd,
.dl_box2 dt,
.dl_box2 dd{
  border-top: 1px solid #e4e4e4;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 30px;
}

.dl_box dt,
.dl_box2 dt{
  background: #e4e4e4;
  padding: 10px 15px;
}


.dl_box dd,
.dl_box2 dd{
  padding: 15px 15px;
}

.map{
  margin-top: 30px;
}

.map iframe{
  width: 100%;
  height: 300px;
}

/********************************************
 * 共通要素
 ********************************************/

.line1{
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e4e4e4;
}

.sp_none{
	display:none;
}

.pdl_no{
  padding-bottom: 0;
}

.btn2_hd{
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 35px 20px;
}

.btn2_hd a{
  background:rgba(0,0,0,1) url(images/icon1.png) no-repeat 15px center;
  background-size: 32px;
  display: block;
  border-radius: 5px;
  padding: 15px 10px 15px 10px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
  width: 250px;
}
