@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/*メインビジュアル*/
#main_wrap {
  position: relative;
  width: 100%;
}
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  position: relative;
  height: calc(100vh - 208px);
}
.full div.img00 {
  background-image: url("../images/index/main_img00_1.jpg");
}
.full div.img01 {
  background-image: url("../images/index/main_img01.jpg");
}
.full div.img02 {
  background-image: url("../images/index/main_img02.jpg");
}
.full div.img03 {
  background-image: url("../images/index/main_img03.jpg");
}
.full .slick-dots {
  bottom: 4%;
  z-index: +1;
}
.full .slick-prev, .full .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 22px;
  height: 43px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.full .slick-prev {
  left: 20px;
}
.full .slick-next {
  right: 20px;
}
.full .slick-prev:before, .full .slick-next:before {
  font-family: none;
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
  height: 43px;
  content: "";
  position: absolute;
}
.full .slick-prev:before {
  background-image: url("../images/ico_arrow-l.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  left: 0;
  top: 0;
}
.full .slick-next:before {
  background-image: url("../images/ico_arrow-r.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  right: 0;
  top: 0;
}
.full .slick-dots li button:before {
  font-family: none;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  content: '';
  text-align: center;
  opacity: 1;
  background: transparent;
  border: 2px solid #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.full .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #FFFFFF;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
#main_wrap .best-deal {
  position: absolute;
  top: 10px;
  left: 10px;
}
#main_wrap .main_ttl {
  width: 70%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
}

@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.blink {
	animation: blinking 0.8s ease-in-out infinite alternate;
}
.main_news{
    text-align: center;
}
#main_wrap .main_news{
	position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 80%;
}
.main_news span{
	font-size: 2.6rem;
	position: relative;
	padding: 0 20px;
}
#main_wrap .main_news span{
	color: #FFFFFF;
}
.main_news span::before,
.main_news span::after{
  content: "";
  display: inline-block;
  background: #FFFFFF;
  width: 1px;
  position: absolute;
}
.main_news span::before{
  left: 0;
}
.main_news span::after{
  right: 0;
}
.main_news span::before,
.main_news span::after{
    height: 30px;
    bottom: 0px;
  }
.main_news span::before{
    transform: rotate(-30deg);
  }
.main_news span::after{
    transform: rotate(30deg);
  }

#main_wrap .main_ttl .logo {
  margin-bottom: 70px;
}
#main_wrap .main_ttl h2 {
  font-size: 4.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 600;
}
#main_wrap .main_ttl p {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 500;
}
#main_wrap .top_gbl {
  width: 100%;
  height: 95px;
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 100;
  bottom: 0;
  left: 0;
}
#main_wrap .top_gbl .pc_logo {
  margin-left: 20px;
  width: 30%;
  max-width: 350px;
  display: block;
}
#main_wrap .top_gbl #gbl {
  width: 70%;
  margin: 0 0 0 auto;
  max-width: 1000px;
}
#main_wrap .top_gbl #gbl ul {
  display: flex;
  justify-content: flex-end;
}
#main_wrap .top_gbl #gbl ul.gbl_menu {
  display: flex;
  margin-right: 5px;
}
#main_wrap .top_gbl #gbl ul.gbl_menu li a, #main_wrap .top_gbl #gbl ul.gbl_menu li span {
  padding: 1em 20px;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
}
#main_wrap .top_gbl #gbl ul.gbl_menu li span {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#main_wrap .top_gbl #gbl ul.gbl_menu li a:hover, #main_wrap .top_gbl #gbl ul.gbl_menu li span:hover, #gbl ul.h_info li a:hover {
  color: #ED6B00;
}
@media screen and (max-width:1300px) {
  #main_wrap .top_gbl .pc_logo {
    width: 20%;
  }
  #main_wrap .top_gbl #gbl {
    width: 80%;
  }
  #main_wrap .top_gbl #gbl ul.gbl_menu li a, #main_wrap .top_gbl #gbl ul.gbl_menu li span {
    padding: 1em 10px;
  }
  #main_wrap .main_ttl h2 {
    font-size: 3.8rem;
  }
  #main_wrap .main_ttl p {
    font-size: 2.2rem;
  }
	#main_wrap .main_news{
	position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 90%;
}
}
@media screen and (max-width:1100px) {
  .full div {
    height: calc(100vh - 60px);
  }
  header #gbl ul.gbl_menu li a, header #gbl ul.gbl_menu li span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1001px) {
  .slick-dots {
    display: none !important;
  }
  #main_wrap .main_ttl .logo {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .full .slick-prev, .full .slick-next {
    display: none !important;
  }
  #main_wrap .top_gbl {
    display: none;
  }
  .slick-dots {
    display: block !important;
  }
  #main_wrap .main_ttl .logo {
    display: block;
    margin-bottom: 50px;
  }
	  #main_wrap .main_ttl {
    width: 90%;
  }
  #main_wrap .main_ttl h2 {
    font-size: 3.0rem;
  }
  #main_wrap .main_ttl p {
    font-size: 2.0rem;
  }
	#main_wrap .main_news{
	position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 90%;
}
}
@media screen and (max-width: 767px) {
  #main_wrap .main_ttl {
    width: 90%;
  }
  #main_wrap .main_ttl h2 {
    font-size: 3.0rem;
  }
  #main_wrap .main_ttl p {
    font-size: 2.0rem;
  }
	#main_wrap .main_news{
	position: relative;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform:none;
    -ms-transform: none;
	width: 100%;
		margin-bottom: 40px;
}
	.main_news span::before,
.main_news span::after{
    height: 20px;
    bottom: 0px;
  }
	.main_news span {
	font-size: 1.4rem;
    padding: 0 15px;
}
}
@media screen and (max-width: 550px) {
	.full div.img00 {
  background-image: url("../images/index/main_img00_1_sp.jpg");
}
.full div.img01 {
  background-image: url("../images/index/main_img01_sp.jpg");
}
.full div.img02 {
  background-image: url("../images/index/main_img02_sp.jpg");
}
.full div.img03 {
  background-image: url("../images/index/main_img03_sp.jpg");
}	
  #main_wrap .main_ttl h2 {
    font-size: 2.6rem;
  }
  #main_wrap .main_ttl p {
    font-size: 1.8rem;
  }
}
/*	メインビジュアル下重要なお知らせ	*/
#top_news{
	padding: 20px 20px;
}
#top_news dl{
	max-width: 1070px;
	margin: 0 auto;
	display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}
#top_news dl dt{
	width: 30%;
	padding: 10px 0;
	
}
#top_news dl dd{
	width: 68%;
	padding: 10px 0;
}
#top_news dl dt .cat{
	font-size: 1.2rem;
	margin-right: 20px;
}
#top_news dl dd a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	#top_news dl{
		flex-direction: column;
}
#top_news dl dt{
	width: 100%;
	padding: 10px 0;
	
}
#top_news dl dd{
	width: 100%;
	padding: 0;
}
}
/*	おすすめプラン	*/
#plan {
  background: linear-gradient(to right, #FFF6E4 0%, #FFF6E4 50%, #FFF0D1 50%, #FFF0D1 100%);
}
#plan .plan_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#plan .plan_wrap .plan_l, #plan .plan_wrap .plan_r {
  width: 33.33%;
  padding-top: 60px;
  padding-bottom: 40px;
}
#plan .plan_wrap .inner {
  max-width: 500px;
  margin: 0 auto;
  width: 85%;
}
#plan .plan_wrap .plan_l {
  background: #FFF6E4;
}
#plan .plan_wrap .plan_r {
  background: #FFF0D1;
}
  #plan .plan_wrap > div:nth-of-type(4),
  #plan .plan_wrap > div:nth-child(5) {
    flex-basis: 50%;
  }
#plan .plan_wrap .inner h2 {
  text-align: center;
  margin-bottom: 40px;
}
#plan .plan_wrap .inner h2 span {
  font-size: 2.4rem;
  display: block;
  font-weight: 500;
  margin-top: 20px;
}
#plan .plan_wrap .inner h3 {
  font-size: 1.6rem;
  text-align: center;
  display: block;
  font-weight: 500;
  background: #000000;
  color: #FFFFFF;
  padding: 0.7em 0.5em;
}
.bt_list {
  display: flex;
  gap: 20px 20px;
  justify-content: space-between;
}
.bt_list li {
  width: calc(100% / 2 - 0px);
}
#plan .bt_list {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
#plan .plan_wrap .inner h4 {
  font-size: 2.0rem;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 68, 0, 0.35);
  position: relative;
  font-weight: 500;
}
#plan .plan_wrap .inner h4::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #FF4400;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.plan_list li {
  margin-bottom: 40px;
}
.plan_list li:last-child {
  margin-bottom: 0;
}
.plan_list li img {
  margin-bottom: 10px;
}
.plan_list li a {
  color: #ED6B00;
}
.plan_addtxt {
	color: #ED6B00;
	font-size: 13px;
}
@media screen and (max-width:1200px) {
  #plan {
    background: none;
  }
  #plan .plan_wrap {
    flex-direction: column;
  }
  #plan .plan_wrap .plan_l, #plan .plan_wrap .plan_r {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #plan .plan_wrap dl {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
  }
  #plan .plan_wrap dl dd {
    width: 40%;
  }
  #plan .plan_wrap dl dt {
    width: 55%;
  }
  #plan .plan_wrap .inner h2 {
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ED6B00;
  }
  #plan .plan_wrap .inner h2 span {
    font-size: 2.0rem;
    margin-top: 10px;
  }
  #plan .plan_wrap .inner h3 {
    font-size: 1.6rem;
    text-align: left;
    display: block;
    font-weight: 500;
    background: none;
    color: #000;
    padding: 0;
  }
  #plan .bt_list {
    margin: 0 auto;
    padding: 30px 0;
    border-bottom: 1px solid #8F8F8F;
  }
  #plan .bt_list {
    width: 100%;
    gap: 20px 20px;
  }
  #plan .plan_list li {
    margin-bottom: 20px;
  }
  #plan .plan_wrap .inner h4 {
    font-size: 2.0rem;
    margin-bottom: 0;
    padding: 20px 30px 20px 20px;
    ;
    border-bottom: none;
    position: relative;
    text-align: right;
    color: #ED6B00;
    cursor: pointer;
  }
  #plan .plan_wrap .inner h4::before {
    content: none;
  }
  .acd {
    position: relative;
  }
  .acd .js-menu__item__link {}
  #plan .plan_wrap .inner h4::after {
    content: "\f107";
    display: block;
    position: absolute;
    top: 1em;
    right: 0;
    color: #000000;
    font-size: 1.8rem;
    font-family: FontAwesome;
  }
  #plan .plan_wrap .inner h4.on::after {
    content: "\f106";
  }
  #plan .submenu {
    display: none;
  }
}
@media screen and (max-width: 767px) {}
@media screen and (max-width:550px) {}
/* 重要なお知らせ */
.info_box {
  border: 1px solid #000000;
  padding: 20px;
}
.info_box h2 {
  border-bottom: 1px solid #C1C1C1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
}
.info_box p {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.base_list li {
  margin-bottom: 30px;
}
.base_list li:last-child {
  margin-bottom: 0;
}
a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
/* YouTube埋め込み */
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto 20px auto;;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* テキスト＋画像ボックス01 */
.txt_box {
  display: flex;
  justify-content: space-between;
}
.txt_box dd {
  background: #FFFFFF;
  color: #000;
}
/* 画像右 */
.txt_box.img_R {
  flex-direction: row-reverse;
}
/*　画像　大サイズ　*/
.txt_box.wide dt {
  width: 60%;
}
.txt_box.wide dd {
  width: 40%;
  padding: 40px;
}
/*　画像　中サイズ　*/
.txt_box.slim dt {
  width: 40%;
}
.txt_box dt img {
  width: 100%;
}
.txt_box.slim dd {
  width: 60%;
  padding: 30px;
}
/*　画像　小サイズ　*/
.txt_box.slim2 dt {
  width: 30%;
}
.txt_box.slim2 dd {
  width: 70%;
  padding: 20px;
}
/*　大サイズ　見出し　*/
.txt_box.wide dd h3.ptn01 {
  font-size: 4.0rem;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.5;
}
/*　小サイズ　見出し　*/
.txt_box.slim dd h3.ptn01 {
  font-size: 3.0rem;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5;
}
.txt_box.slim2 dd h3.ptn01 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5;
}
.txt_box dd h3.ptn01 span {
  font-size: 1.6rem;
  color: #ED6B00;
  margin-left: 15px;
  vertical-align: middle;
}
.txt_box dd p {
  line-height: 2;
  margin-bottom: 20px;
}
.txt_box.slim dd p,.txt_box.slim2 dd p {
  line-height: 1.7;
  margin-bottom: 20px;
}
/* テキスト＋画像ボックス02 */
.txt_box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
/* 画像右 */
.txt_box2.img_R {
  flex-direction: row-reverse;
}
.txt_box2 dt {
  width: 55%;
}
.txt_box2 dd {
  width: 40%;
  /*padding: 40px;*/
}
.txt_box2 dt img {
  width: 100%;
}
.txt_box2 dd p {
  line-height: 2.5;
  margin-bottom: 20px;
}
/* テキスト＋画像ボックス03 */
.txt_box3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
/* 画像右 */
.txt_box3.img_R {
  flex-direction: row-reverse;
}
.txt_box3 dt {
  width: 66%;
}
.txt_box3 dd {
  width: 30%;
  /*padding: 40px;*/
}
.txt_box3 dt img {
  width: 100%;
}
.txt_box3 dd p {
  line-height: 2.5;
  margin-bottom: 20px;
}
/* テキスト＋画像ボックス04 */
.txt_box4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
/* 画像右 */
.txt_box4.img_R {
  flex-direction: row-reverse;
}
.txt_box4 dt {
  width: 50%;
}
.txt_box4 dd {
  width: 45%;
  /*padding: 40px;*/
}
.txt_box4 dt img {
  width: 100%;
}
.txt_box4 dd p {
  line-height: 2.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  /*　大サイズ　横並び解除　*/
  .txt_box.img_R, .txt_box.img_L {
    flex-direction: column;
  }
  .txt_box.wide dt {
    width: 100%;
  }
  .txt_box.wide dd {
    width: 100%;
    padding: 20px 20px 40px 20px;
  }
  /*　中サイズ　横並び解除　*/
  .txt_box.slim {
    flex-direction: column;
  }
  .txt_box.slim dt {
    width: 100%;
  }
  .txt_box.slim dd {
    width: 100%;
    padding: 20px 20px 40px 20px;
  }	
}
@media screen and (max-width: 767px) {
  .txt_box.wide dd h3.ptn01 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .txt_box.slim dd h3.ptn01 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .txt_box dd h3.ptn01 span {
    font-size: 1.2rem;
  }
  /*　中サイズ　横並び解除　*/
.txt_box.slim2 {
    flex-direction: column;
  }
.txt_box.slim2 dt {
    width: 100%;
  }
.txt_box.slim2 dd {
    width: 100%;
    padding: 20px 20px 40px 20px;
  }	
	
  /* テキスト＋画像ボックス02 */
  .txt_box2, .txt_box2.img_R {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .txt_box2 dt, .txt_box2 dd {
    width: 100%;
  }
  .txt_box2 dd {
    padding: 40px 20px 40px 20px;
  }
  .txt_box2 dd .midashi01 {
    text-align: center;
  }
  .txt_box2 dd p {
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
  }
  /* テキスト＋画像ボックス03 */
  .txt_box3, .txt_box3.img_R {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .txt_box3 dt, .txt_box3 dd {
    width: 100%;
  }
  .txt_box3 dd {
    padding: 40px 20px 40px 20px;
  }
  .txt_box3 dd .midashi01 {
    text-align: center;
  }
  .txt_box3 dd p {
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
  }
  /* テキスト＋画像ボックス04 */
  .txt_box4, .txt_box4.img_L, .txt_box4.img_R {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .txt_box4 dt, .txt_box4 dd {
    width: 100%;
  }
  .txt_box4 dd {
    padding: 40px 20px 40px 20px;
  }
  .txt_box4 dd p {
    line-height: 2.5;
    margin-bottom: 20px;
  }
  .txt_box4 dd .midashi01 {
    text-align: center;
  }
  .txt_box4 dd p {
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
  }	
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	下層サブイメージ*/
/*-------------------------------------*/
#sub_img {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  position: relative;
}
#sub_img::after {
  content: "";
  background: rgba(0, 0, 0, 0.20);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#sub_img.subimg_recruit {
  width: 100%;
  height: calc(100vh - 208px);
}
#sub_img h2 {
  margin: 0 auto;
  font-size: 3.6rem;
  font-weight: 500;
  color: #FFFFFF;
  z-index: 1;
  text-align: center;
  line-height: 1.5;
}
#sub_img h2 span {
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.6rem;
  font-weight: 200;
  color: #FFFFFF;
  display: block;
}
.subimg_about {
  background-image: url("../images/page/subimg_about.jpg");
}
.subimg_concept {
  background-image: url("../images/page/subimg_concept.jpg");
}
.subimg_restaurant {
  background-image: url("../images/page/subimg_restaurant.jpg");
}
.subimg_lacation {
  background-image: url("../images/page/subimg_lacation.jpg");
}
.subimg_relaxation {
  background-image: url("../images/page/subimg_relaxation.jpg");
}
.subimg_news {
  background-image: url("../images/page/subimg_news.jpg");
}
.subimg_faq {
  background-image: url("../images/page/subimg_faq.jpg");
}
.subimg_company {
  background-image: url("../images/page/subimg_company.jpg");
}
.subimg_policy {
  background-image: url("../images/page/subimg_policy.jpg");
}
.subimg_recruit {
  background-image: url("../images/page/subimg_recruit.jpg");
}
.subimg_contact {
  background-image: url("../images/page/subimg_contact.jpg");
}
.subimg_reserve {
  background-image: url("../images/page/subimg_reserve.png");
}
.sub_ttl {
  background: #F6F6F6;
  padding: 80px 20px 80px 20px;
}
@media screen and (max-width: 1000px) {
  #sub_img.subimg_recruit {
    width: 100%;
    height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {
  #sub_img {
    height: 150px;
  }
  #sub_img.subimg_recruit {
    width: 100%;
    height: 550px;
  }
  #sub_img h2 {
    font-size: 2.6rem;
  }
  #sub_img h2 span {
    font-size: 2.6rem;
  }
  .subimg_about {
    background-image: url("../images/page/subimg_about_sp.jpg");
  }
  .subimg_concept {
    background-image: url("../images/page/subimg_concept_sp.jpg");
  }
  .subimg_restaurant {
    background-image: url("../images/page/subimg_restaurant_sp.jpg");
  }
  .subimg_lacation {
    background-image: url("../images/page/subimg_lacation_sp.jpg");
  }
  .subimg_relaxation {
    background-image: url("../images/page/subimg_relaxation_sp.jpg");
  }
  .subimg_news {
    background-image: url("../images/page/subimg_news_sp.jpg");
  }
  .subimg_faq {
    background-image: url("../images/page/subimg_faq_sp.jpg");
  }
  .subimg_company {
    background-image: url("../images/page/subimg_company_sp.jpg");
  }
  .subimg_policy {
    background-image: url("../images/page/subimg_policy_sp.jpg");
  }
  .subimg_recruit {
    background-image: url("../images/page/subimg_recruit_sp.jpg");
  }
  .subimg_concept {
    background-image: url("../images/page/subimg_contact_sp.jpg");
  }
.subimg_reserve {
  background-image: url("../images/page/subimg_reserve_sp.png");
}	
  .sub_ttl {
    padding: 40px 20px 40px 20px;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	コンセプト	*/
/*-------------------------------------*/
#concept {
  background: #271C12;
  color: #FFFFFF;
}
/*-------------------------------------*/
/*	紹介	*/
/*-------------------------------------*/
#point {
  background: #271C12;
  color: #FFFFFF;
}
.point_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point_list p {
  width: 45%;
  display: block;
  line-height: 2.5;
}
.point_list div {
  width: 50%;
}
.point_list div img {
  width: 100%;
}
.service_box h3 {
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.col_box.service_box {
  max-width: 380px;
}
.col-3_list .col_box.service_box {
  max-width: 380px;
  width: calc(100% / 3 - 20px);
}
ul.ico_pr {
  text-align: center;
  margin-bottom: 60px;
}
ul.ico_pr li {
  display: inline-block;
  margin-right: 20px;
}
ul.ico_pr li:last-child {
  margin-right: 0;
}
/*ホテルリスト*/
.hotel_list {
  margin-bottom: 40px;
}
.hotel_list dl {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.hotel_list dl:last-of-type {
  margin-bottom: 0;
}
.hotel_list dl dt {
  width: 25%;
  max-width: 280px;
}
.hotel_list dl dd {
  width: 75%;
  padding-left: 40px;
}
.hotel_list dl dd h3 {
  padding-top: 10px;
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
  border-bottom: 1px solid #BDBDBD;
}
.add {
  margin-bottom: 20px;
}
.add a {
  display: inline-block;
  margin-left: 40px;
}
.hotel_list dl dd .box {
  margin-bottom: 20px;
}
.hotel_list .bt_list {
  width: 60%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .point_list {
    flex-direction: column;
  }
  .point_list p {
    width: 100%;
    line-height: 2;
    padding: 40px 20px;
  }
  .point_list div {
    width: 50%;
    display: none;
  }
  .col-3_list .col_box.service_box {
    max-width: 380px;
    width: 100%;
  }
  ul.ico_pr li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .hotel_list dl {
    margin-bottom: 60px;
    flex-direction: column;
  }
  .hotel_list dl dt {
    width: 100%;
    max-width: 350px;
	  margin: 0 auto;
  }
  .hotel_list dl dd {
    width: 100%;
    padding-left: 0;
  }
  .hotel_list dl dd h3 {
    padding-top: 20px;
    font-size: 1.8rem;
  }
  .add {
    margin-bottom: 20px;
  }
  .add a {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .hotel_list dl dd .box {
    margin-bottom: 20px;
  }
  .hotel_list .bt_list {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  .hotel_list .bt_list li {
    margin: 0 auto;
  }
  .hotel_list .bt_list li:last-child {}
}
/*-------------------------------------*/
/*	ロケーション	*/
/*-------------------------------------*/
.location h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.location h3 span {
  font-size: 2.4rem;
  font-weight: 500;
}
.access_box {
  background: #F7F7F7;
  padding: 40px;
}
.access_box h4 {
  color: #ED6B00;
  font-size: 2.0rem;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 500;
}
.access_box ul.access_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}
.access_box ul.access_list li {
  width: calc(100% / 3 - 10px);
  padding-left: 20px;
  list-style: none;
  position: relative;
}
.access_box ul.access_list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 10px);
}
.access_box ul.access_list li:before {
  content: "・";
  vertical-align: middle;
  display: block;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .location h3 {
    flex-direction: column;
    align-items: baseline;
  }
  .location h3 span {
    font-size: 2.0rem;
  }
  .access_box {
    padding: 0;
  }
  .access_box h4 {
    padding: 20px;
    margin-bottom: 0;
  }
  .access_box ul.access_list {
    flex-direction: column;
    padding: 0 20px;
  }
  .access_box ul.access_list li {
    width: 100%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	よくある質問　*/
/*-------------------------------------*/
.faq_area dl {
  margin-bottom: 20px;
  border: 1px solid #C4C4C4;
}
.faq_area dl dt {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1em 50px 1em 60px;
  line-height: 1.5;
  cursor: pointer;
}
.faq_area dl dt::before {
  content: "Q.";
  font-family: 'Noto Serif JP', serif;
  color: #ED6B00;
  font-size: 2.4rem;
  position: absolute;
  left: 20px;
  top: 0.5em;
  line-height: 1;
}
.faq_area dl dd {
  border-top: 1px dotted #303967;
  position: relative;
  padding: 1em 1em 1em 60px;
  padding-bottom: 10px;
  line-height: 1.5;
  font-weight: 400;
}
.faq_area dl dd::before {
  content: "A.";
  font-family: 'Noto Serif JP', serif;
  color: #9B4600;
  font-size: 2.4rem;
  position: absolute;
  left: 20px;
  top: 0.5em;
  line-height: 1;
  font-weight: 700;
}
.faq_area dl dd a {
  color: #303967;
  text-decoration: underline;
  font-size: 1.8rem;
}
.faq_area dl dd a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.faq_area dl dt::after {
  content: "\f107";
  display: block;
  position: absolute;
  top: 1em;
  right: 20px;
  color: #000000;
  font-size: 1.8rem;
  font-family: FontAwesome;
}
.faq_area dl dt.on::after {
  content: "\f106";
}
.faq_area .submenu {
  display: none;
}
@media screen and (max-width: 768px) {
  .faq_area dl dt {
    padding: 1em 40px 1em 50px;
  }
  .faq_area dl dd {
    padding: 1em 1em 1em 50px;
  }
  .faq_area dl dt::before, .faq_area dl dd::before {
    font-size: 2.0rem;
  }
}
/*-------------------------------------*/
/*	宿泊特典	*/
/*-------------------------------------*/
.reserve_point dl{
	border: 1px solid #ED6B00;
	margin-bottom: 85px;
}
.reserve_point dl:last-of-type{
	margin-bottom: 0;
}
.reserve_point dl dt{
	position: relative;
	padding: 40px 20px;
}
.reserve_point dl dt .tokuten_no{
	background: #271C12;
	display: inline-block;
	color: #FFFFFF;
	padding: 0.8em 1.5em;
	outline: 1px solid #E7BF46;
	outline-offset: -4px;
	line-height: 1;
	position: absolute;
	left: -30px;
	top: -20px;
}
.reserve_point dl dt .tokuten_no span{
	font-size: 3.3rem;
	margin-left: 5px;
	font-weight: 800;
}
.reserve_point dl dt h2{
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.5;
	font-weight: 800;
}
.reserve_point dl dt h2 span{
	color: #ED6B00;
	font-weight: 800;
}
.reserve_point dl dd{
	padding: 45px 50px;
	background: #FFF6E4;
}
.reserve_point dl dd ul{
	display: flex;
	justify-content: space-between;
}
.reserve_point dl dd ul li:first-child{
	width: 25%;
	max-width: 200px;
}
.reserve_point dl dd ul li:first-child img{
border: 1px solid #F8D48A;
}
.reserve_point dl dd ul li:last-child{
	width: 75%;
	padding-left: 3%;
	line-height:1.8;
}
.reserve_point dl dd ul li:last-child table{
	background: #FFFFFF;
	border: 1px solid #F8D48A;
	width: 100%;
	margin-top: 30px;
}
.reserve_point dl dd ul li:last-child table,
.reserve_point dl dd ul li:last-child table th,
.reserve_point dl dd ul li:last-child table td{
	border-collapse: collapse;
}
.reserve_point dl dd ul li:last-child table th{
	border-bottom: 1px solid #F8D48A;
	padding: 0.5em;
	width: 50%;
}
.reserve_point dl dd ul li:last-child table td{
	border-bottom: 1px solid #F8D48A;
	text-align: right;
	padding: 0.5em;
	width: 50%;
}
@media screen and (max-width: 1200px) {
.reserve_point dl dt .tokuten_no{
	padding: 0.8em 1.5em;
	outline: 1px solid #E7BF46;
	outline-offset: -2px;
	top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.reserve_point dl dt .tokuten_no span{
	font-size: 1.6rem;
	margin-left: 5px;
}	
}
@media screen and (max-width: 767px) {
.reserve_point dl dt{
	padding: 40px 20px 30px 20px;
}
.reserve_point dl dt h2{
	font-size: 2.0rem;
}
.reserve_point dl dd{
	padding: 0;
	background: none;
}
.reserve_point dl dd ul{
	flex-direction: column;
}
.reserve_point dl dd ul li:first-child{
	width: 100%;
	max-width: 300px;
	margin: 0 auto 30px auto;
	padding: 0 20px;
}
.reserve_point dl dd ul li:first-child img{
	width: 100%;
}
.reserve_point dl dd ul li:last-child{
	width: 100%;
	padding: 40px 20px;
	background: #FFF6E4;
}
.reserve_point dl dd ul li:last-child table th{
	border-bottom: none;
	padding: 0.5em 0.5em 0 0.5em;
	width: 100%;
	display: block;
	text-align: center;
}
.reserve_point dl dd ul li:last-child table td{
	border-bottom: 1px solid #F8D48A;
	padding: 0.5em;
	width: 100%;
	display: block;
	text-align: center;
}
.reserve_point dl dd ul li:last-child table tr:last-of-type td{
	border-bottom: none;
}	
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*		*/
/*-------------------------------------*/
@media screen and (max-width: 767px) {}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	新着記事　詳細	*/
/*-------------------------------------*/
/*　新着　*/
/*.date::before{
	content: "\f017";
	font-family: FontAwesome;
	color: #F36719;
	margin-right: 2px;
	
}*/
.single ul.meta_style {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.single ul.meta_style li:first-child {
  width: 40%;
}
.single ul.meta_style li:last-child {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.single ul.meta_style li .date {
  margin-right: 10px;
  font-size: 1.2rem;
}
.single ul.meta_style li a.bt_back {
  font-size: 1.2rem;
}
.single .midashi01 {
  text-align: center;
}
.thumb {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
}
/*ページャー*/
#pager {
  margin: 40px 0;
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
}
#pager li.prev {
  width: 50%;
  float: left;
}
#pager li.next {
  width: 50%;
  float: right;
  text-align: right;
}
#pager li a {
  display: block;
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
#pager li a:hover {
  color: #0290D4;
}
#pager li.prev a::before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #000;
}
#pager li.next a::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #000;
}
@media screen and (max-width: 767px) {
  h2.page_ttl {
    font-size: 150%;
  }
}
/*-------------------------------------*/
/*	新着一覧	*/
/*-------------------------------------*/
ul.cat_list {
  background: #FFF6E4;
  text-align: center;
  margin-bottom: 100px;
  padding: 10px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
ul.cat_list li {
  display: inline-block;
  margin-right: 20px;
}
ul.cat_list li:last-child {
  margin-right: 0;
}
ul.cat_list li a {
  display: block;
  position: relative;
  padding: 10px 20px 10px 10px;
  ;
}
ul.cat_list li a:hover {
  color: #ED6B00;
}
ul.cat_list li a::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-family: FontAwesome;
  color: #000000;
}
/* カテゴリーラベル */
.cat {
  letter-spacing: 0.05em;
  color: #FFFFFF !important;
  text-align: center;
  display: inline-block;
  padding: 0.5em;
  font-size: 1.4rem;
  line-height: 1;
  background: #FF4400;
  border: 1px solid #FF4400;
}
a.cat:hover {
  color: #FF4400 !important;
  background: #FFFFFF;
}
/*一覧（サムネイル）*/
.news_box {
  position: relative;
}
.news_box .meta_style {
  display: flex;
  justify-content: space-between;
}
.news_box .date {
  font-size: 12px;
}
.news_box .cat {
  margin-right: 5px;
}
.news_box .img_wrap, .item_box .img_wrap {
  margin-bottom: 10px;
}
.news_box h3, .item_box h3 {
  padding: 10px 0;
  line-height: 1.5;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
.news_box a:hover h3, .item_box a:hover h3 {
  opacity: 0.7;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {
  ul.cat_list {
    text-align: left;
    padding: 0 10px 20px 10px;
    margin-bottom: 60px;
  }
  ul.cat_list li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #FFD073
  }
  ul.cat_list li a {
    display: block;
    position: relative;
    padding: 15px;
  }
  ul.cat_list li a::before {
    right: 10px;
  }
  .cat {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	一覧ページナビ	*/
/*-------------------------------------*/
/*	ページナビ関連	*/
.wp-pagenavi {
  clear: both;
  margin: 40px auto auto;
  text-align: center;
}
.wp-pagenavi a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-decoration: none !important;
  padding: 0 !important;
  margin: 3px;
  display: inline-block;
  color: #000 !important;
  background: #FFFFFF;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 600;
  border-radius: 5px;
}
.wp-pagenavi span {
  color: #000;
}
.wp-pagenavi span.current {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-decoration: none !important;
  padding: 0 !important;
  margin: 3px;
  display: inline-block;
  border: 1px solid #000;
  color: #FFFFFF;
  background: #000;
  font-weight: 600;
  border-radius: 5px;
}
.wp-pagenavi span.current {
  border-color: #4D4D4D !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #000;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #000;
}
.wp-pagenavi a:hover span {
  color: #FFFFFF;
}
.wp-pagenavi span {
  border: none !important;
}
.extend {
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 767px) {
  .previouspostslink, .nextpostslink {
    font-size: 86%;
  }
}
/*-------------------------------------*/
/*	contact　*/
/*-------------------------------------*/
#contact .inner {
  max-width: 766px;
  margin: 0 auto;
}
#contact p {
  line-height: 2;
}
#contact a {
  color: #c8a897;
  text-decoration: underline;
}
#contact a:hover {
  opacity: 0.7;
  text-decoration: none;
}
table.contact {
  width: 100%;
  /*border-top: 1px solid #fff;*/
}
table.contact th, table.contact td {
  /*border-bottom: 1px solid #fff;*/
  letter-spacing: 0.1em;
  vertical-align: middle;
}
table.contact th {
  padding: 2.2em 1.5em 0 0;
  width: 25%;
  vertical-align: top;
}
table.contact th div {
  position: relative;
  padding-right: 30px;
  font-weight: 500;
}
table.contact td p {
  margin-bottom: 0 !important;
}
span.must {
  color: #fff;
  background: #BC0000;
  display: inline-block;
  line-height: 1;
  font-size: 1.4rem;
  padding: 0.5em 1em;
}
table.contact th div span.must {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
table.contact td {
  padding: 1.5em 0.5em 1.5em 0;
}
@media screen and (max-width: 768px) {
  #contact h2 {
    font-size: 2.0rem;
    margin-bottom: 40px;
  }
  table.contact th, table.contact td {
    display: block;
    width: 100%;
  }
  table.contact th {
    padding: 0 0 0 0;
    border: none;
  }
  table.contact th div {
    text-align: left;
  }
  span.must {
    font-size: 1.2rem;
  }
  table.contact td {
    padding: 0.5em 0 1.5em 0;
    border-bottom: 1px solid #fff;
  }
}
/*フォーム*/
.submit_btn_wrap {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
ul.submit2_btn_wrap {
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
ul.submit2_btn_wrap li {
  display: inline-block;
  width: 200px;
  margin-left: 5px;
}
.submit_btn, a.submit_btn {
  width: 100%;
  padding: 0.7em 1.5em;
  line-height: 1;
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 10px;
  background: #000;
  border: 1px solid #000000;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.submit_btn::before {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.submit_btn:hover {
  background: #FFFFFF;
  color: #000;
  text-decoration: none;
}
.back_btn {
  width: 100%;
  padding: 0.7em 1.5em;
  line-height: 1;
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 10px;
  background: #9B9B9B;
  border: 1px solid #666;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.back_btn:hover {
  background: #aaa;
  color: #666;
  text-decoration: none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.consent_check_wrap {
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.consent_check_wrap p a {}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area input[type="text"], .form_area input[type="date"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  border: none;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.5em;
  margin: 0;
  background-color: #F1F1F1;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  color: #000000;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01, .form_area input[type="email"].text_fomr_01, .form_area input[type="tel"].text_fomr_01 {
  width: 70%;
}
.form_area input[type="text"].text_fomr_02, .form_area input[type="email"].text_fomr_02, .form_area input[type="tel"].text_fomr_02 {
  width: 50%;
}
.form_area input[type="text"].text_fomr_03, .form_area input[type="email"].text_fomr_03, .form_area input[type="tel"].text_fomr_03 {
  width: 40%;
  margin: 0 0 0 5px
}
.form_area input[type="text"].text_fomr_04, .form_area input[type="email"].text_fomr_04 {
  width: 100%;
}
.form_area textarea.form_txtarea_01 {
  width: 100%;
}
.form_area input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 5px;
  vertical-align: middle;
}
.form_area input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.form_area label {
  margin-right: 20px;
  font-weight: normal !important;
  font-size: 1.6rem;
  padding: 5px;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0.5em !important;
}
.radio_if span.wpcf7-list-item {
  display: block;
}
.radio_if {
  background: #D9D9D9;
  color: #000000;
  padding: 1em;
  margin-top: 20px;
}
.radio_if label {
  display: block;
}
@media screen and (max-width: 768px) {
  ul.form_list li {
    margin-bottom: 20px;
  }
  ul.form_list li:last-child {
    margin-bottom: 0;
  }
  .submit_btn_wrap {
    width: 80%;
    margin: 0 auto;
  }
  .submit_btn {
    width: 100%;
  }
  ul.submit2_btn_wrap li {
    margin-bottom: 20px;
  }
  input[type="text"].text_fomr_01, input[type="email"].text_fomr_01, input[type="tel"].text_fomr_01 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_02, input[type="email"].text_fomr_02, input[type="tel"].text_fomr_02 {
    width: 100% !important;
  }
  ul.input_list li {
    margin-bottom: 20px;
  }
  ul.input_list li:last-child {
    margin-bottom: 0;
  }
}