@charset "utf-8";

/*-----------------------------------------------------------
下層Header
-----------------------------------------------------------*/

.inHeader {
    background-color: rgb(25 25 25 / 90%);
    position: relative;
}

.inHeader .hLogoPc {
    max-width: 100px;
    position: relative;
    top: auto;
    left: auto;
}

.inHeader .hHamBox {
    display: block;
}

.inHeader .headerWr {
    padding: 17px 2.6% 17px 1.93%;
}

.inHeader .hWebBtnPc {
    margin: 0 0 0 39px;
    padding: 12px 10px 10px;
}

.inHeader .hWebBtnPc>img {
    margin: 0 auto 0;
}

/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.inCover {
	max-width: 1920px;
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: auto;
}

.inCover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 65%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.inCoverBox {
	max-width: 1470px;
	width: 100%;
  	color: #fff;
	padding: 0 15px;
	margin: auto;
	position: relative;
	z-index: 9;
}

.inCoverTitle {
	display: inline-block;
	font-size: 32px;
	line-height: 1.44em;
}

.inCoverText {
    margin: 15px 0 0;
}

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

.breadcrumbsWrap {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	color: inherit;
	padding: 15px 0 0;
}

.breadcrumbsInner {
	max-width: 1470px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 15px;
	margin: auto;
}

.breadcrumbsLink {
	display: block;
	color: inherit;
	text-decoration: underline;
}

.breadcrumbsArrow {
	margin: 0 10px;
}

.breadcrumbsLink:hover {
	text-decoration: none;
	color: inherit;
}

/*-----------------------------------------------------------
ブロック
-----------------------------------------------------------*/

.inWrap {
	padding: 80px 0 80px;
}

.inner {
	max-width: 1470px;
	width: 100%;
	padding: 0 15px;
	margin: auto;
	position: relative;
}

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/
  
.inTitle01 {
    font-size: 28px;
    font-weight: normal;
    font-family: "Hina Mincho", serif;
    letter-spacing: 0.04em;
    line-height: 1.45em;
}

.inTitle02 {
    font-size: 26px;
    font-weight: normal;
    font-family: "Hina Mincho", serif;
    letter-spacing: 0.04em;
    line-height: 1.45em;
}

.inTitleDeco01 {
    border-bottom: solid 1px;
    padding: 0 0 16px;
}

/*-----------------------------------------------------------
改行
-----------------------------------------------------------*/

.brNone br {
    display: none;
}

/*-----------------------------------------------------------
お飲み物ページ
-----------------------------------------------------------*/

.freePrice {
    background: linear-gradient(transparent 70%, rgb(167 148 109 / 50%) 75%);
    padding: 0 2px;
}

/*-----------------------------------------------------------
コース
-----------------------------------------------------------*/

.courseDeco01 {
    z-index: 3;
}

/* 注意事項 */

.noticeTitleBox {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%);
}

.noticeTitleBox:before,.noticeTitleBox:after {
    content: "";
    flex: 1;
    height: 2px;
    background: #fff;
}

.noticeTitleBox:before {
    margin-right: 1em;
}

.noticeTitleBox:after {
    margin-left: 1em;
}

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



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

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



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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:576px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
改行
-----------------------------------------------------------*/

.brSmNone br {
    display: none;
}
  
.brSmBlock br {
    display: block;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

/*-----------------------------------------------------------
下層Header
-----------------------------------------------------------*/
	
.inHeader .hLogoPc {
    max-width: 144px;
}
	
/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.inCoverTitle {
	font-size: 48px;
}
  
/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/
  
.inTitle01 {
    font-size: 32px;
}

.inTitle02 {
    font-size: 32px;
}
  
/*-----------------------------------------------------------
改行
-----------------------------------------------------------*/

.brMdNone br {
    display: none;
}
  
.brMdBlock br {
    display: block;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

/*-----------------------------------------------------------
改行
-----------------------------------------------------------*/

.brLgNone br {
    display: none;
}
  
.brLgBlock br {
    display: block;
}

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


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
/*-----------------------------------------------------------
下層カバー
-----------------------------------------------------------*/

.inCover {
	height: 450px;
}

.inCoverTitle {
	font-size: 65px;
}
  
.inCoverText {
    margin: 20px 0 0;
}

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

.breadcrumbsWrap {
	font-size: 14px;
	padding: 20px 0 0;
}

/*-----------------------------------------------------------
ブロック
-----------------------------------------------------------*/

.inWrap {
	padding: 160px 0;
}
  
/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/
  
.inTitle01 {
    font-size: 40px;
}

.inTitle02 {
    font-size: 36px;
}

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

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

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/
  
.inTitle01 {
    font-size: 48px;
}
  
/*-----------------------------------------------------------
改行
-----------------------------------------------------------*/

.brXlNone br {
    display: none;
}
  
.brXlBlock br {
    display: block;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

.inTitle02 {
    font-size: 48px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1500px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
タイトル
-----------------------------------------------------------*/
  
.inTitle01 {
    font-size: 60px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1500px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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



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