/*
Theme Name: ragurawp
Theme URI: https://ragurabettei.jp
Description: ragurawp記事
Version: 1.0
Author: ragurawp
Author URI: https://ragurabettei.jp
*/

body{
  line-height: 190%;
  font-size: 17px;
}

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

#logo {
  width: 120px;
  padding-top: 30px;
}

.page-template-page-top #logo {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) 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: 100vh;
  min-height: 700px;
  max-height: 750px;
  position: relative;
}

#subvl{
  width: 100%;
  height: 70vh;
  min-height: 500px;
  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%);
  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: 50px;
}

.subtxt h2{
  font-size: 20px;
  line-height: 34px;
  color: #ffffff;
  letter-spacing: 3px;
  z-index: 4;
}

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

.reservation .en{
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  position: absolute;
  left: -100px;
  top: -60px;
}

.wrap{
  padding: 50px 0;
}

.wrap2{
  padding: 50px 0 0;
}

.wrap .en,
.wrap2 .en{
  font-size: 70px;
  line-height: 80px;
  color: #e4e4e4;
}

.subtxt .en{
  font-size: 90px;
  line-height: 100px;
  color: #ffffff;
  white-space: nowrap;
}

#facilities .en,
#cuisine .en,
#dog .en{
  position: absolute;
  right: -30px;
  top: 0px;
  z-index: 1;
}

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

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

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

.ttl h3{
  font-size: 26px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: 2px;
}

.ttl{
  padding-bottom: 30px;
}

#instagram h3{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  line-height: 40px;
  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: 250px;
  padding-left: 20px;
}

.btn2 a,
.btn3 a{
  display: block;
  border-radius: 5px;
  background: rgba(0,0,0,0.8);
  padding: 65px 10px 15px;
  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{
  width: 600px;
}

.slide_img2,
.slide_img3{
  width: 550px;
}

.txtbox_1,
.txtbox_2{
  flex: .85;
}

.txtbox_2{
  position: relative;
}

.slide_img3 li{
  padding-bottom: 20px;
}

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

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

.ill1{
  width: 300px;
  bottom: -80px;
  left: 300px;
}

.ill2{
  width: 260px;
  bottom: -100px;
  right: -50px;
}

.ill3{
  width: 460px;
  bottom: -60px;
  right: 5%;
}

/*フッタ*/

footer {
  background: url(images/ft_bg.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: 350px;
}

.ft_clm2{
  flex: .9;
  display: flex;
  justify-content: flex-end;
}

#ft_logo h2{
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  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: 30px;
  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: 100px;
}

#copyright li{
  display: inline-block;
  padding: 0 30px;
  border-right: 1px solid #ffffff;
}

#copyright li a,
#copyright p{
  color: #ffffff;
}

#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: 14px;
  padding-top: 10px;
}

/*タイトル*/

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

.txt_ns{
  font-size: 15px;
  line-height: 27px;
}

.txt_n{
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.txt_m{
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 2px;
  font-weight: 500;
}

.txt_c{
  text-align: center;
}

.txt_r{
  text-align: right;
}

.mgat{
  margin: 0 auto;
}

.wid_1{
  width: 260px;
}

.wid_2{
  width: 300px;
}

.wid_3{
  max-width: 600px;
}

.t_inlin{
  display: inline-block;
}

.co_r{
  padding-right: 20px;
}

/*予約*/

.reserve-bar {
  padding: 0;
}

.reserve-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

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

.reserve-form .field{
  flex: .9;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

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

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

.nodate {
  margin-top: 6px;
  font-size: 12px!important;
  color: #ffffff!important;
  width: 100px;
}

.field2{
  max-width: 150px;
}

.reserve-form select {
  min-width: 80px;
  padding: 10px 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: 12px 10px 12px 10px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  width: 240px;
}
.search-btn:hover {
  opacity: .8;
}

/*お知らせ*/

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

.news_post2 ul {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.news_post2 li {
  width: 33.3%;
  box-sizing: border-box;
  margin: 0px 0 40px;
}

.date{
  color: #d3d3d3;
  font-size: 18px;
  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: 40px;
}

.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: inline-block;
  vertical-align: middle;
}

.archiveclm select{
  width: 200px;
  margin-left: 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;
}

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

.faq-list dt::before {
  content: 'Q';
  position: absolute;
  left: 5px;
  top: 22px;
  font-size: 40px;
  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 120px;
  position: relative;
}

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

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

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

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

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

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

/*contactfoam*/

.con_form li{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
}

.dt_box{
  width: 47%;
}

.dt_box2{
  flex: 1;
}

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

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

.inputarea{
  width: 100%;
}

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

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

.i_img{
  width: 550px;
}

.flex_img2 ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex_img2 li{
  width: 550px;
}

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

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

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

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

.dl_box dt{
  width: 200px;
  clear: left;
  float: left;
}

.dl_box2 dt{
  width: 300px;
  clear: left;
  float: left;
}

.dl_box dd{
  margin-left: 200px;
}

.dl_box2 dd{
  margin-left: 300px;
}

.dl_box dd::after,
.dl_box2 dd::after{
  content: '';
  display: table;
  clear: both;
}

.map{
  margin-top: 30px;
}

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

.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: 35px;
  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;
}

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

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

.pc_none{
	display:none;
}

.pdl_no{
  padding-bottom: 0;
}

@media screen and (max-width: 1300px) {
.flex_1,
.flex_2{
  align-items: flex-start;
}
  
.slide_img{
  width: 48%;
}

.slide_img2,
.slide_img3{
  width: 48%;
}
  
.flex_img2 li{
  width: 48%;
}

.txtbox_1,
.txtbox_2{
  flex: .9;
}

.pagebox2 .en{
  top: 10px;
}
}
@media screen and (max-width: 1200px) {
  
.subtxt .en{
  font-size: 70px;
  line-height: 90px;
}
  
.wrap .en{
  font-size: 50px;
  line-height: 60px;
}

.pagebox2 .en{
  top: -20px;
}
  
.reservation .en{
  left: -20px;
}
  
#facilities .en, #cuisine .en {
  right: -20px;
  top: -20px;
}
  
.sp_none{
  display: none;
}

.ill1{
  width: 290px;
  bottom: 0px;
  left: 10px;
}

.ill2{
  width: 220px;
  bottom: -100px;
  right: 48%;
}

.ill3{
  width: 370px;
  bottom: -40px;
  right: 5%;
}
  
.dl_box dt,
.dl_box dd,
.dl_box2 dt,
.dl_box2 dd{
  padding: 13px 10px;
  line-height: 28px;
}

.dl_box dt{
  width: 100px;
}

.dl_box dd{
  margin-left: 100px;
}

}
