@charset "utf-8";

/*-----------------------------------------------------------
incover
-----------------------------------------------------------*/

.incover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    width: 100%;
    height: 270px;
    margin: auto;
    padding: 0 15px;
    padding-top: 0;
}

.incover::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #381E16;
    opacity: 0.8;
}

.incoverBox {
    width: 100%;
    color: #fff;
    z-index: 9;
    max-width: 1420px;
    margin: 0 auto;
}

.incoverTit {
    font-family: var(--font-family02);
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 1.42em;
    transform: rotate(0deg);
}

.incoverSubTit {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1em;
}

.incoverSubTit>span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

/*-----------------------------------------------------------
パンくず
-----------------------------------------------------------*/

.breadWrap {
    padding: 15px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.breadBox {
    max-width: 1420px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadLink {
    display: block;
    color: var(--base-body-color);
    transition: all .2s;
    text-decoration: underline;
}

.breadLink:hover {
    color: var(--base-body-color);
    transition: all .2s;
    text-decoration: none;
}

/*-----------------------------------------------------------
共通
-----------------------------------------------------------*/

.paddingWr01 {
    padding: 0 15px;
}

.inLeadTittle {
    font-family: var(--font-family02);
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.42em;
    transform: rotate(0deg);
}

.inTit01 {
    font-family: var(--font-family02);
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 1.42em;
    transform: rotate(0deg);
}

/*-----------------------------------------------------------
初めてのお客様
-----------------------------------------------------------*/

.beginner03-img-row {
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;	
}

.beginner03-img-box01 {
    width: 110%;
}

.beginner03-img-box02 {
    width: 125%;
}

.beginner-illust01 {
    right: 0;
    top: 5%;
}

.beginner-illust02 {
    bottom: -3%;
    left: 0;
}

/*-----------------------------------------------------------
宴会
-----------------------------------------------------------*/

.partyInTit br {
	display: block;
}

.party-item-title-box {
    border-bottom: solid 1px;
    border-left: solid 5px;
    padding: 12px 15px;
}

.party-item-title-box-quaternary {
	border-color: var(--quaternary);
}

.party-item-title-box-blacky {
	border-color: var(--black);
}

.party-price-box {
    margin: 20px 0 0;
}

.party-price-box p strong {
    font-size: 20px;
    font-weight: 500;
    margin: 0 5px;
}

.party-item-list-row {
	/*display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;*/
  	display: flex;
	max-width: 430px;
}

/*-----------------------------------------------------------
メニュー
-----------------------------------------------------------*/

.menuGrid3 {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 70px 35px;
}

.menuGrid2 {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 70px 35px;
}

.menuItemTitle {
    background-image: url(/system_panel/uploads/images/bg03.jpg);
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: var(--font-family02);
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.42em;
    color: #260C00;
    padding: 15px;
}

.menuDrinkItemBoxWr {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 30px 50px;
}

.menuImg {
    overflow: hidden;
}

.menuImg>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.menuImgDeco01 {
    top: 8%;
    right: 0;
    margin: 0 15px 30px auto;
    opacity: .4;
}

.menuImgDeco02 {
    bottom: 5%;
    left: 0;
    margin: 0 auto 0 15px;
    opacity: .4;
}

.menuImgDeco03 {
    top: 0;
    right: 0;
    /* margin: 0 15px -15px auto; */
    opacity: .4;
}

.menuImgDeco04 {
    bottom: 0;
    left: 0;
    /* margin: 30px auto 0 15px; */
    opacity: .4;
}

.ranking02-left03 .menuImg {
    padding: 80% 0 0!important;
}

/*-----------------------------------------------------------
採用情報
-----------------------------------------------------------*/

.recruitBaseTb {
    border: 1px solid #D9B9AD;
}

.recruitBaseTr {
    border: 1px solid #D9B9AD;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.recruitBaseTh {
    padding: 15px;
    background-color: var(--tertiary);
    color: #fff;
}

.recruitBaseTd {
    padding: 15px;
    background: var(--white);
    color: var(--black);
}

.recruitTit01 {
    font-size: 25px;
}

.recruitPageHight {
    z-index: -9;
}

.recruitBr br {
    display: block;
}

.recruitBtn01:after {
    top: 15px;
  	right: 15px !important;
    transform: rotate(90deg);
}

.recruitBtn01:hover::after {
    top: 20px;
    right: 15px !important;
}

/*-----------------------------------------------------------
店舗情報
-----------------------------------------------------------*/

.shopBaseTb {
    border: 1px solid #D9B9AD;
}

.shopBaseTr {
    border: 1px solid #D9B9AD;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

.shopBaseTh {
    padding: 15px;
    background-color: var(--tertiary);
    color: #fff;
}

.shopBaseTd {
    padding: 15px;
    background: var(--white);
    color: var(--black);
}

/*-----------------------------------------------------------
フォーム
-----------------------------------------------------------*/

.formTh {
    padding: 15px;
    background-color: var(--tertiary);
    color: var(--white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.formTd {
    padding: 15px;
    background: #fff;
    color: #240D02;
    font-size: 16px;
}

.formRow {
    border-bottom: 1px solid #D9B9AD;
}

.contTable {
    border: 1px solid #D9B9AD;
}

.requiredText {
    padding: 1px 4px 1px 4px;
    color: var(--primary);
    font-size: 14px;
    background-color: var(--white);
}

.formWrap .container-fluid {
    border: 1px solid #D9B9AD;
    border-bottom: none;
}

.formInput {
    border: 1px solid #E5E5E5;
    padding: 5px;
}

.zipInput {
    border: 1px solid #E5E5E5;
    padding: 5px;
}

.formTextArea {
    border: 1px solid #E5E5E5;
    padding: 5px;
}

.radioArea .labelText02 {
    margin: 3px 0;
}

.radioArea>div {
    margin-right: 1rem;
}

.radioArea>div:last-child {
    margin-right: 0;
}

.radioArea .radio {
    margin-right: 0.25rem;
}

.privacyLabel>a {
    color: #333;
    text-decoration: underline;
    display: inline-block;
    padding: 0 2px;
}

.privacyLabel>a:hover {
    text-decoration: none;
}

.formBtn {
    max-width: 320px;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: var(--primary);
    position: relative;
    background: #fff;
    border-radius: 5px;
    transition: all .7s;
    cursor: pointer;
    border: 1px solid var(--primary);
    margin: 40px auto 0;
}

.formBtn:hover {
    background: var(--primary);
    color: #fff;
}

.privacyListDeco {
    min-width: 1rem;
    margin: 0 10px 0 0;
}

.privacyListItem {
    display: flex;
    align-items: baseline;
    margin-top: 8px !important;
}

.privacyTitle {
	border-left: 5px solid var(--tertiary);
	border-bottom: 1px solid var(--tertiary);
	padding: 0 0 3px 10px;
	font-weight: 400;
	font-size: 18px;
	margin: 31px 0 0 0;
	letter-spacing: 0.05em;
}

.privacyItem {
	font-size: 16px;
	margin: 15px 0 0 0;
	letter-spacing: 0.05em;
	line-height: 1.66em;
	font-weight: 400;
}

.fileArea>input {
    width: 100%;
}

.privacyText {
    font-size: 16px;
    margin: 15px 0 0 0;
    letter-spacing: 0.05em;
    line-height: 1.66em;
    font-weight: 400;
}

.privacyList {
    margin-top: 8px !important;
}

.privacyCounter {
    font-size: 16px;
    margin: 15px 0 0 0;
    letter-spacing: 0.05em;
    line-height: 1.66em;
    font-weight: 400;
}

.privacyCounterTelBox {
    display: flex;
    align-items: center;
}

.privacyInfo {
    margin-top: 15px;
}

.privacySubTitle {
    display: flex;
    align-items: baseline;
}

.privacyLead {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.66em;
    font-weight: 400;
}

.privacyListLink {
    color: var(--black);
    text-decoration: underline;
}

.privacyListLink:hover {
    color: var(--black);
    text-decoration: none;
}

.privacyBox {
    width: 100%;
    padding: 15px;
    border: 1px solid #D9B9AD;
    height: 300px;
    overflow-y: scroll;
}

/*----*/

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:375px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 375px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:414px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  
.incoverTit {
    font-size: 30px;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.incoverTit {
    font-size: 35px;
}

.menuGrid3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 70px 35px;
}

.menuGrid2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 70px 35px;
}

.inLeadTittle {
    font-size: 30px;
}
  
/*-----------------------------------------------------------
初めてのお客様
-----------------------------------------------------------*/
  
.beginner03-img-box01, .beginner03-img-box02 {
    width: 100%;
}
  
.beginner-illust01 {
    top: 3%;
    right: 2%;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.incoverTit {
    font-size: 40px;
}

.incover {
    height: 270px;
    padding-top: 85px;
}

.inTit01 {
    font-size: 35px;
}
  
/*-----------------------------------------------------------
メニュー
-----------------------------------------------------------*/

.menuGrid3 {
    gap: 70px;
    grid-template-columns: repeat(2, 1fr);
}

.menuGrid2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}

.menuItemTitle {
    font-size: 25px;
}
  
/*-----------------------------------------------------------
初めてのお客様へ
-----------------------------------------------------------*/
  
.beginner-illust01 {
    width: 10% !important;
    top: 8%;
    right: 4%;
}
  
.beginner-illust02 {
    width: 13% !important;
    left: 0;
    bottom: 19%;
}

/*-----------------------------------------------------------
採用情報
-----------------------------------------------------------*/

.formTh {
    padding: 20px;
}

.formTd {
    padding: 20px;
}

.recruitBaseTh {
    padding: 20px;
}

.recruitBaseTd {
    padding: 20px;
}
  
.recruitBr br {
    display: none;
}
  
/*-----------------------------------------------------------
宴会
-----------------------------------------------------------*/

.partyInTit br {
    display: none;
}

.party-price-box {
    margin: 0;
}

.party-price-box p strong {
    font-size: 24px;
}
  
.ranking02-left03 .menuImg {
    padding: 100% 0 0!important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.incoverTit {
    font-size: 50px;
}

.incover {
    height: 320px;
    padding-top: 100px;
}

.inTit01 {
    font-size: 52px;
}

.inLeadTittle {
    font-size: 40px;
}

/*-----------------------------------------------------------
初めてのお客様へ
-----------------------------------------------------------*/

.beginner03-img-row {
    gap: 40px 5%;	
}
  
.beginner-illust01 {
    width: 10% !important;
    top: 15%;
    right: 5%;
}
  
.beginner-illust02 {
    width: 11% !important;
    bottom: 22%;
}

/*-----------------------------------------------------------
宴会
-----------------------------------------------------------*/
  
.party-price-box p strong {
    font-size: 26px;
}

/*-----------------------------------------------------------
メニュー
-----------------------------------------------------------*/

.menuGrid3 {
    gap: 70px 40px;
    grid-template-columns: repeat(3, 1fr);
}

.menuGrid2 {
    gap: 100px;
}

.menuDrinkItemBoxWr {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 50px;
}

.menuImgDeco01,.menuImgDeco02,.menuImgDeco03,.menuImgDeco04 {
    opacity: 1;
}

.menuImgDeco02 {
    bottom: -5%;
    left: 5%;
    position: absolute;
}
  
.menuImgDeco04 {
    bottom: -15%;
    left: 5%;
    position: absolute;
}
  
/*-----------------------------------------------------------
採用情報
-----------------------------------------------------------*/

.recruitTit01 {
    font-size: 35px;
}

.formTh {
    font-size: 18px;
}

.formTd {
    font-size: 18px;
}

.recruitBaseTr {
    font-size: 18px;
}

.recruitBtn01:after {
    top: 25px;
}

.recruitBtn01:hover::after {
    top: 35px;
}
  
.formTh,.formTd,.recruitBaseTh,.recruitBaseTd,.shopBaseTh,.shopBaseTd {
    padding: 24px 40px;
}
  
.shopBaseTr {
    font-size: 18px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-----------------------------------------------------------
初めてのお客様
-----------------------------------------------------------*/
  
.beginner-illust01 {
    width: 10% !important;
    top: 12%;
    right: 0;
}
  
/*-----------------------------------------------------------
宴会
-----------------------------------------------------------*/

.party-price-box p strong {
    font-size: 30px;
}
  
.party-illust01 {
	right: 3% !important;
}

.party-illust02 {
	left: 3% !important;
}  
  
/*-----------------------------------------------------------
メニュー
-----------------------------------------------------------*/
  
.menuGrid3 {
    gap: 100px;
}
  
.menuImgDeco01 {
    top: 0;
    right: 5%;
    position: absolute;
}

.menuImgDeco02 {
    bottom: -4%;
    left: 5%;
}

.menuImgDeco03 {
    top: 0;
    right: 5%;
    position: absolute;
}
  
.menuImgDeco04 {
    bottom: -25%;
    left: 5%;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.inTit01 {
    font-size: 72px;
}

.inLeadTittle {
    font-size: 50px;
}
  
/*-----------------------------------------------------------
初めてのお客様
-----------------------------------------------------------*/
  
.beginner-illust01 {
    width: 12% !important;
}  
  
/*-----------------------------------------------------------
ランキング
-----------------------------------------------------------*/
  
.ranking-title-deco-box {
    top: -6% !important;
}

.ranking-title01 {
    font-size: 120px !important;
}
  
/*-----------------------------------------------------------
メニュー
-----------------------------------------------------------*/
  
.menuDrinkTitComment {
	font-size: 32px !important;  
}
  


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
  .scene-illust02 {
    left: -6% !important;
  }
 
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1800px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-----------------------------------------------------------
初めてのお客様
-----------------------------------------------------------*/
  
.beginner-illust02 {
    left: -12%;
    bottom: 22%;
}
  
/*-----------------------------------------------------------
メニュー
-----------------------------------------------------------*/
  
.menuImgDeco01 {
    top: 0;
    right: 5%;
}  
  
.menuImgDeco02 {
    bottom: 0;
    left: 5%;
}

.menuImgDeco03 {
    top: 0;
    right: 5%;
}
  
.menuImgDeco04 {
    bottom: 0;
    left: 5%;
}
  
.scene-illust02 {
    left: -12% !important;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1800px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */