@charset "utf-8";

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto!important;
  }
}

* {
	font-family: "Shippori Mincho B1", serif;
    font-family: "Cinzel", serif;
	color: #0F0F0F;
}
strong { font-family: "Shippori Mincho B1", serif;}

body {
    background-color: rgba(21, 14, 12);
    
}

	.colorwhite { color: #ffffff; }
    .colorgold { color: #FFC333; }
    .colorgold2 { color: #0080FF; }
    .colorgold3 { color: #FFF78C; }
    .colorgold4 { color: #CE8300; }
    .colorblack { color: rgba(21,14,12,1.00); }



.nav-link:hover {
    color: #bdaa71;
}

a {
	text-decoration: none;
	color: #0F0F0F;
}

a:hover {
	text-decoration-color: #FFC333;
}

h1,h2,h3,h4,h5,h6,p,span {
    color: white;
}

.fa, .fas, .fab, .far {
    color: #ffffff;
    font-weight: 600;
}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.midashi-10 {
	font-size: 10px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 10 + ((1vw - 3.2rem) * 0.625));
}
.midashi-11 {
	font-size: 11px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 11 + ((1vw - 3.2rem) * 0.625));
}

.midashi-12 {
	font-size: 12px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 12 + ((1vw - 3.2rem) * 0.625));
}

.midashi-14 {
	font-size: 14px; /* IE8以下とAndroid4.3以下用フォールバック */  /* before 16 */
	font-size: calc( 14 + ((1vw - 3.2rem) * 0.625));
}

.midashi-16 {
	font-size: 16px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 16 + ((1vw - 3.2rem) * 0.625));
}

.midashi-18 {
	font-size: 18px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 18 + ((1vw - 3.2rem) * 0.625));
}

.midashi-20 {
	font-size: 20px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 20 + ((1vw - 3.2rem) * 0.625));
}

.midashi-22 {
	font-size: 22px; /* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc( 22 + ((1vw - 3.2rem) * 0.625));
}

.red{
	font-weight: bold;
    margin-top: 20px;
    margin-left: 7px;
    border: #c2baa3 1px solid;
    color: #c2baa3;
    padding: 0px 7px;
    line-height: 19px;
    font-size: 12px;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

section {
    padding: 120px 10px;
}


/*-- ↓ゴロが途中から出来てきてそのまま固定する指示内容↓ --*/
.scroll-logo {
  position: fixed;
  top: 20px;
  left: 20px;
  opacity: 0;
  z-index: 999;
  transition: opacity 0.5s ease;
}

.scroll-logo.show {
  opacity: 1;
}

.scroll-logo img {
    width: 110px;
}

/*-- ↑ここまで↑ --*/


.Maintitle {
    text-align: center;
    margin-top: 50px;
}

.Maintitle h2 {
    margin-top: 15px;
}

@media screen and (max-width: 767.98px) {
section {
    padding: 60px 10px;
}
    
    .scroll-logo img {
    width: 60px;
}
    
    .Maintitle img {
    width: 45px;
}
}



/*---------------------------------------------*/
/* reset
============================================== */
ul,ol { padding-left: 0!important;
list-style-type: none;}

.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}

/*---------------------------------------------
ヘッダー(navbar) 
===============================================*/
header {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	background: rgba(255,255,255,0.01)!important;
}
.header-logo-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header-logo-bar p {
		font-size: 110%;
	margin: 0;
	line-height: 1.4em;
	}
.header-logo-bar a img {
	width: 100px;
	padding-right: 10px;
}
.nav-item .nav-link {
	font-size: 130%;
	font-size: 20px;
}
.top-naviimg a img {
	width: 100%;
}
.top-naviimg a {
	color: #000;
	font-size: 140%;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.header-comments {
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 5px;
/*	background-color: rgba(255,255,255,.6)!important;*/
}
.header-comments h1 {
	margin: 0;
	font-size: 12px;
}
.navbar{
	background-color: rgba(255,255,255,.0)!important;
}

.sukashi-logo {
	width: 100%;
	max-width: 300px;
}


.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
}

li.nav-item {
    margin: 0 20px;
}

ul.sns-Navi {
    display: inline-flex;
}



@media screen and (max-width: 1200px) {
.gnavi {
    background-color: rgba(255, 255, 255, .6) !important;
}
}

@media screen and (max-width: 767.98px) {
	.header-logo-bar a img {
		width: 50px;
	}
	
	.header-logo-bar a {
		font-size: 18px;
	}
	.navbar-toggler {
		font-size: 1rem!important;
	}
	.top-naviimg a img {
		height: 30px;
		width: auto;
	}
	.header-comments {
		width:100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.header-comments p {
		margin: 0;
		font-size: 9px;
	}
	
	.gnavi {
    background-color: rgba(255, 255, 255, .6) !important;
}
}

.navbar .navbar-collapse{
    flex-grow: 0;
}

.nav-item a.active {
	display: block;
	color: rgba(6,83,178,1.00);
}
.nav-item:nth-of-type(1) .nav-link.active {
	color: #F33216!important;
}
.nav-item:nth-of-type(2) .nav-link.active {
	color: #0653b2!important;
}

p.top-small {
	font-size: 0.6rem;
	padding: 0; margin: 0px auto 5px auto;
}

/*---------------------------------------------*/
/* main-contents
============================================== */
.main-contents {
	box-sizing: border-box;
	margin: 1em auto;
}

#main-contents-left table {
	background-color: #ffffff;
	width: 185px;
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
	#main-contents-left table {
	background-color: #ffffff;
	width: 185px;
	}
}
#main-contents-left table tr td {
 	padding: 1rem 0.5rem;
	margin: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-collapse: collapse;
}
#main-contents-left table tr td a {
	margin: 0; padding: 0; display: block;
	cursor: pointer;
}

#main-contents-left table tr td a:hover {
	opacity: 0.5;
}
#main-contents-left table tr td p {
	margin: 0; padding: 0;
}

#main-contents-left table tr td.active {
	background-color: #ccc;
}
#main-contents-left ul li {
	background-color: #eee;
	border: 0.5px solid #aaa;
	border-top: none;
	padding: 0 0 1rem 0;
}
#main-contents-left ul {
	width: 210px;
}
#main-contents-left ul li table {
	margin: 0 0 0 auto;
}
li.left-title {
	background-color: #aaa; color: #fff; padding: 1rem;
}

li.left-title p {
	color: #fff; margin: 0;
}

.bottom-space { height: 100px; }


/*---------------------------------------------*/
/* main-bar
============================================== */
.top-main-bar { /* 共通 */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}


.top-main-bar::after {
	content: '';
	background-color: rgba(0,0,0,0.30);
	position: absolute;
	top: 0; right:  0; bottom: 0; left: 0;
	z-index: 4;
}
.top-main-bar p {
	font-size: 140%;
	margin: 0 auto;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	z-index: 5;
}



@media screen and (max-width: 767.98px) {
	.top-main-bar {
		height: 200px!important;
	}
	

}

.recruit-push {border: 1px solid #484848; padding: 0.75em; margin: 0;}


/*---------------------------------------------*/
/* Carousel
============================================== */
.carousel-bgcolor {
	background-color: #f2f2f2;
}

.carousel-control-next, .carousel-control-prev {
	width: 5%!important;
}

/*.carousel-inner .car-01 img::after {
	content: url("../images/doctor.jpg");
	background-repeat: no-repeat;
	background-size: cover;	
}*/


/*---------------------------------------------*/

/* index.html

============================================== */


.TopBox {
    display: flex;
    justify-content: space-between;
}

.TopBox .text {
    width: 48%;
}

.TopBox .image {
    width: 48%;
}

.TopBox .text h1 {
    line-height: 3.8rem;
    font-weight: 400;
    color: #FFC333;
    background: linear-gradient(90deg, #FFC333, #FFF78C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.TopBox .text h2 {
    line-height: 3.8rem;
    font-weight: 400;
    color: #FFC333;
    background: linear-gradient(90deg, #FFC333, #FFF78C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
}

.TopBox .text p {
    line-height: 2.3rem;
    margin-top: 30px;
}

.seattext{
    margin: auto 0;
}

.TOPBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 120px;
}


.hm_item h2 {
    font-size: 2.4rem;
    font-weight: 100;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    width: auto;
    height: 180px;
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -35%);
}

.menuBox {
  
    position: relative;
    height: 450px;
    overflow: hidden;
  }

.menuBox h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  writing-mode: vertical-rl; /* 縦書き（右→左） */
  text-orientation: mixed;   /* 日本語や数字が自然に縦になる */
  line-height: 2;            /* 行間調整（お好みで） */
  }

.menuBox .hm_sabtitle {
  position: absolute;
  top: 80%;
  left: 51%;
  -ms-transform: translate(-51%,-50%);
  -webkit-transform: translate(-51%,-50%);
  transform: translate(-51%,-50%);
  margin:0;
  padding:0;
  color: #FFC333;
    font-weight: 700;
  background: linear-gradient(90deg, #FFC333, #FFF78C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }

.menuBox img {
  width: auto; /* アスペクト比を保って拡大 */
  object-fit: cover; /* 親にフィットしつつトリミング */
  display: block;
  opacity: 0.6;
  }

#top-tenpo{
    background: url("../image/data/Interior02.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    
}

.tenpoBox {
    margin: 30px auto;
    padding: 50px 0;
    background: rgb(255, 255, 255, 0.7);
}

a.btnboder {
    border-bottom: 1px solid #0F0F0F;
}

a.btnboder:hover {
  color: #918977;
}


/*--　TOPページ店舗案内の指示　--*/
/* table01 */
#table01 {
  max-width: 750px;
}

#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}
/*--　ここまで　--*/



.SNSBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 70px;
}
.SNSBox a {
    width: calc((100% - 5%) / 5);
    margin-bottom: 15px;
}

a.SNSbtn {
    color: white;
    border-bottom: solid 1px #ffffff;
}

.spnone{
        display: block;
    }

.line-up {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

a.product {
    width: 30%;
}

a.product:hover {
    opacity: 0.5;
}



@media screen and (max-width: 767.98px) {
.TopBox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    .TopBox .text {
    width: 100%;
        text-align: left;
}
    
    .TopBox .image {
    width: 100%;
}
    
    .TOPBox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 60px;
}
    
    .tenpoBox {
    padding: 50px 15px;
}
    
    .SNSBox a {
    width: calc((100% - 5%) / 3);
    margin-bottom: 15px;
}
    
    .spnone{
        display: none;
    }
    
    .TopBox .text h1 {
    line-height: 2.8rem;
    font-weight: 400;
    font-size: 1.6rem;
}
    
        
    .line-up {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    flex-direction: column;
}
    
    a.product {
    width: 100%;
    margin-bottom: 30px;
}
    
}


/*---------------------------------------------*/

/* Menu

--------------------------------------------- */

#Menu-message h2 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 30px;
}

#Menu-message h5 {
    line-height: 2.3rem;
    font-size: 18px;
}

.MENUBOX .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 20px;
  width: 75%;
  margin: 45px auto;
}



.MENUBOX .item .name,
.MENUBOX .item .price {
  display: inline-block;
  /* 周りの背景色と同色にします */
}

.MENUBOX .item .name {
  padding-right: 5px;
}

.MENUBOX .item .name p {
    font-size: 14px;
    margin-bottom: 0;
    color: #b8b8b8;
}

.MENUBOX .item .price {
  padding-left: 5px;
}

.menulist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}

.MenusabBox {
    width: 50%;
    padding-bottom: 80px;
}

.MenusabBox h3 {
    font-size: 2.8rem;
}

h4.colorgold {
    font-size: 2.3rem;
    margin: 70px 0 7px;
}

.mar80{
    margin-top: 80px;
}

section#foodMenu .MENUBOX .item {
    margin: 20px auto;
}

section#drinkmenu .MENUBOX .item {
    margin: 20px auto;
}
.champagneBox h3 {
    font-size: 2.8rem;
    margin-top: 50px;
}

@media screen and (max-width: 767.98px) {
    
    #Menu-message h2 {
    font-size: 2.5rem;
}
    
    h4.colorgold {
    font-size: 1.5rem;
}
    
    .MENUBOX .item {
    width: 90%;
}

    .menulist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
    
    .MenusabBox {
    width: 100%;
    padding-bottom: 80px;
}
    
    .MenusabBox h3 {
    font-size: 2.0rem;
}

    
}

/*---------------------------------------------*/

/* course

--------------------------------------------- */
ul.COURSEMENU {
    margin-bottom: 0;
}

.courseBox {
    background: white;
    max-width: 1000px;
    margin: 120px auto 0;
    padding: 50px 0;
}

#course h4.colorgold {
    font-size: 2.3rem;
    margin: 15px 0 7px;
    color: #212529;
    font-weight: 100;
}

.courseBox p.text {
    padding-top: 20px;
    line-height: 1.8rem;
    color: #212529;
}

.COURSEMENU .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 20px;
  width: 90%;
  margin: 50px auto 5px;
}



.COURSEMENU .item .name,
.COURSEMENU .item .price {
  display: inline-block;  
  /* 周りの背景色と同色にします */
}

#course .COURSEMENU .item .price {
  padding-right: 5px;
　color: #212529!important;
}

#course .COURSEMENU .item .name {
    padding-right: 5px;
    color: #212529!important;
}

.COURSEMENU .item .name p {
    font-size: 14px;
    margin-bottom: 0;
    color: #b8b8b8;
}

.COURSEMENU .item .price {
  padding-left: 5px;
}

p.coursemenulist{
    color: #0F0F0F;
    line-height: 2.5rem;
    margin-bottom: 0;
}

.coursemenuBox {
    display: flex;
    justify-content: space-between;
}

p.course001 {
    color: #0F0F0F;
    text-transform: none !important;
    font-family: "Shippori Mincho B1", serif;
}


@media screen and (max-width: 767.98px) {

.coursemenuBox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
}

/*---------------------------------------------*/

/* Footer

--------------------------------------------- */

section.primary {
    padding-bottom: 0;
}

#footer {
  background: url("../image/sozai02.jpeg") no-repeat center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-top: 2px solid #484848;
  position: relative;
  margin-top: 200px;
}

#footer a.footerBtn {
    border: solid 1px;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 68px;
    text-decoration: none;
}
#footer a:hover {
  text-decoration: none;
	opacity: 0.55;
	color: #0F0F0F;
}

#footer .primary .flex {
    display: flex;
    width: 50%;
    margin: 70px auto;
}

#footer .primary .flex .left{
  width: 48%;
}

#footer .primary .flex .right{
  display: flex;
    width: 48%;
	justify-content: flex-end;
}

#footer .secondary {
  padding: 20px;
}

.sitemap ul li {
    margin: 10px;
    padding: 10px;
}

.sp-conversion {
    display: none;
}



#footer #copyright p, #footer #copyright a {
    color: #0F0F0F;
	font-size: 1rem;
	font-family: "Shippori Mincho B1", serif;
}


#page-company #footer {
    border-top: 2px solid #484848;
    position: relative;
    margin-top: 0;
}




@media screen and (min-width: 768px) and (max-width:1024px) {
	#footer .primary .flex .left {
    width: 70%;
}
	
	#footer .primary .flex .right {
    display: flex;
    width: 50%;
    flex-direction: column;
}
	
	

}

@media screen and (max-width: 767px) {
    #footer {
    margin-top: 100px;
}
  #footer .primary {
    padding: 20px 4px 60px;
  }
  #footer .primary .flex {
    display: flex;
        flex-direction: column-reverse;
        margin: auto 50px;
  }
  #footer .primary .flex .left{
    width: 100%;
  }
  #footer .primary .flex .right{
    width: 100%;
    display: block;
    margin: 30px auto;
  }
  #footer .secondary {
    display: block;
    padding: 20px 20px;
  }
	
	.sp-conversion {
        display: block;
        background-color: #000000;
        position: fixed;
        bottom: -1.5%;
        left: 0;
        padding: 15px 0;
        width: 100%;
}
	
	.sp-conversion-list {
    border-spacing: 10px 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    list-style: none;
    padding-left: 0 !important;
}
	
	.sp-conversion-list li {
    display: table-cell;
    text-align: center;
}
	
	.sp-conversion-list li a {
    border-radius: 3px;
    display: block;
    font-size: 14px;
    text-shadow: none;
    text-decoration: none;
    padding: 10px;
    font-family: 'Noto Sans JP';
        color: white;
}
	
	
}

/* logo */

#footer .logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer .logo {
    font-size: 16px;
  }
    
        #footer .logo a img {
        width: 25%;
        margin-top: 20px;
    }
    
}

/* address */

.address {
    margin: 10px 20px;
    padding: 0;
    text-align: left;
}

.freedial {
    margin: 30px 20px;
    padding: 0;
    text-align: left;
    font-family: "EB Garamond", serif;
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 0.06em;
    line-height: 12px;
    color: #333;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
  .address {
    font-size: 14px;
    margin: 10px auto;
    padding: 0;
    text-align: left;
  }
	
	.freedial {
    margin: 30px auto;
    padding: 0;
    text-align: left;
    font-family: "EB Garamond", serif;
    font-weight: normal;
    font-size: 28px;
    letter-spacing: 0.06em;
    line-height: 12px;
    color: #333;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}
}

/* navi */

.navi-section {
	display: flex;
    flex-direction: column;
    margin-left: 40px;
    line-height: 2.5rem;
}
#footer .parent {
    padding: 0;
    margin: 0;
    text-align: left;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
  margin: 8px 0 0 0;
  padding: 0;
}
#footer .navi li:first-child {
  margin: 0;
}



@media screen and (max-width: 767px) {
  .navi-section {
      display: flex;
      width: 100%;
      margin: 0;
}
#footer .parent {
  font-size: 12px;
  margin: 0 0 10px;
}
  #footer .navi {
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #444;
  }
  #footer .navi li {
    border-top: 1px solid #444;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 12px;
  }
}

/* sns-navi */

#footer .sns-navi {
  margin: 20px;
  padding: 0;
}
#footer .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}
#footer .sns-navi li:last-child {
  margin-right: 0;
}



@media screen and (max-width: 767px) {
  #footer .sns-navi {
    margin: 20px 0 0 0;
    padding: 0;
  }
  #footer .sns-navi li {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 18px;
  }
}

/* sitenavi */

#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #footer .sitenavi {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
}

/* copyright */

#footer .copyright {
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    font-size: 12px;
  }
}


/*---------------------------------------------*/

/* ボタンの色、変更

============================================== */
.form-check-input:checked {
    background-color: #c2baa3;
    border-color: #c2baa3;
}

.form-check-input:focus {
    border-color: #c2baa3;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(194, 186, 163, .25);
}

.form-control:focus {
    border-color: #c2baa3;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(194, 186, 163, .25);
}

.form-select:focus {
    border-color: #c2baa3;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(194, 186, 163, .25);
}

.btn-primary:focus {
    border-color: #c2baa3;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(194, 186, 163, .25);
}





