@charset "utf-8";
/*-------------------------------------------------------
reset
-------------------------------------------------------*/
html,body,header,footer,article,section,nav,aside,main,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,dl,dt,dd,table,th,td,blockquote,pre,figure {margin: 0; padding: 0;}
header,footer,article,section,nav,aside,main,figure {display: block;}
a {outline: 0; text-decoration: none;}
a:focus,*:focus {outline: none;}
a img {backface-visibility: hidden;}
img {border: 0; outline: 0;}
ul,ol {list-style: none;}



/*-------------------------------------------------------
common
-------------------------------------------------------*/
html {
}
body {
	color: #fff;
	font-size: 13px;
	background: #191919 url(../img/back.png) repeat;
	font-family: 'Garamond', serif;
	font-weight: normal;
}

main{
	padding: 20px;
	/* background: url(../img/back.png) repeat; */
	max-width: 980px;
	margin: 0 auto;
}

a {
	color: #fff;
	display: block;
}
a:hover {
	cursor: pointer;
	transition: 0.3s;
	opacity: 0.7;
}
img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
}

h2{
	font-size: 56px;
	font-weight: normal;
	text-align: center;
}

h3{
	font-size: 4.375vw;
	font-weight: normal;
	margin: 0;
	text-align: center;
	/* position: relative; */
}


table{
	border-collapse: collapse;
	border-spacing: 0;
	/* margin-bottom: 10px; */
	margin-top: 15px;
	width: 100%;
}

.flex{
	display: flex;
}

.page_tit,
.free_tit,
.pay_tit,
.location,
.copy{
	font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 768px){
	main{
		width: auto;
	}
}

/*-------------------------------------------------------
header
-------------------------------------------------------*/
.navToggle {
	display: block;
    position: absolute;
    top: 0vw;
    right: 0vw;
    width: 12vw;
    height: 12vw;
    cursor: pointer;
    z-index: 3;
    background: #923b35;
    text-align: center;
}

.langIcon {
    position: relative;
}
.langIcon::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -2.7vw;
    margin-top: 2vw;
    z-index: 3;
    width: 5vw;
	height: 5vw;
    box-sizing: border-box;
    background: url(../img/lang.svg) no-repeat center / cover;
}
.langTxt {
	display: block!important;
    font-size: 3vw;
    position: absolute;
    bottom: 1vw;
    left: 0;
    right: 0;
    color: #dec4c2;
}

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background: #191919;
    color: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    padding-top: 12vw;
    background: #191919;
	opacity: 0.8;
}
nav.globalMenuSp ul {
    background: #191919;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-top: 0.3vw dotted #898989;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 2.8vw 0;
	font-size: 5vw;
}
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle.active {
    position: fixed;
}

.navToggle.active .langIcon::before {
    background: url(../img/close.svg) no-repeat center / cover;
}
@media only screen and (min-width: 980px){
	.navToggle{
		top: 0;
		right: 0;
		width: 70px;
		height: 70px;
	}
	.langIcon{
		display: block;
		height: 70px;
	}
	.langIcon::before{
		top: 0;
		right: 0;
		left: 0;
	    bottom: 20px;
		margin: auto;
		z-index: 3;
		width: 30px;
		height: 30px;
	}
	.langTxt{
		font-size: 20px;
    	bottom: 5px;
	}
	nav.globalMenuSp{
		width: 30%;
		padding-top: 70px;
	}
	nav.globalMenuSp ul li a{
		padding: 20px 0;
		font-size: 22px;
	}
}

/*-------------------------------------------------------
footer
-------------------------------------------------------*/
.copy{
	background: #000;
	padding: 5px;
	text-align: center;
	font-size: 10px;
}

.location{
	background: #923b35;
	padding: 20px;

}

.location span{
	font-size: 18px;
}

.location dt{
	border-bottom: 1px solid #ba8480;
	/* margin-bottom: 10px; */
	padding: 10px 0;
}

.location dd{
	margin-top: 10px;
	font-size: 12px;
}
/*-------------------------------------------------------
main
-------------------------------------------------------*/
.page_tit{
	margin-top: 50px;
	position: relative;
}

.page_tit::before{
	position: absolute;
	content: "";
	width: 35px;
	height: 8px;
	top: -15px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../img/handle.svg) no-repeat center / cover;
}

.page_tit_pay{
	margin-top: 68px;
	position: relative;
}

.page_tit_pay::before{
	position: absolute;
	content: "";
	width: 35px;
	height: 8px;
	top: -40px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../img/handle.svg) no-repeat center / cover;
}


.free_tit{
	font-size: 18px;
	color: #cbcbcb;
}

.title_cont{
	text-align: center;
}

.title_cont figure {
	margin: 15px auto 0;
	width: 70%;
}


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

.img_cont{
	margin-top: 10px;
}


.img_area li{
	width: 50%;
    margin-bottom: 10px;
    line-height: 0;
}

table th{
	background: #923b35;
	font-weight: normal;
	font-size: 27px;
	line-height: 1;
}

table .time{
	width: 30%;
	background: #f1e6e5;
	color: #323232;
	text-align: center;
	font-size: 18px;
	line-height: 0.7;
}
table .yen{
	width: 70%;
	background: #fff;
	color: #323232;
	text-align: center;
}

.number{
	font-size: 24px;
}
.yen_unit{
	font-size: 22px;
}

.yen_ex{
	font-size: 17px;
}
table th,
table td{
	padding: 10px;
}

.button{
	text-align: center;
	background: #923b35;
	color: #fff;
	border: none;
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic Pro', serif;
	cursor: pointer;
}
.button.reservation{
	/* font-size: 20px; */
	/* font-weight: bold; */
	letter-spacing: 1px;
	background: #f1e6e5;
}
.button.reservation a{
	color: #923b35;
}

.button a{
	display: block;
	padding: 15px;
}

.inquire{
	margin-top: 6px;
}

.inquire span{
	margin-left: 15px;
	position: relative;
}

.inquire span::before{
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	left: -30px;
	margin: auto 0;
	background: url(../img/mail.svg) no-repeat center / cover;
}

.text_area{
    word-wrap: break-word;
}

.text_area p{
	font-size: 18px;
}

.map_area{
	text-align: center;
}

.map_area .sub_tit{
	font-size: 20px;
	margin-top: 15px;
}

.map_area .sub_tit span{
	font-size: 27px;
}

.info_area .sub_tit{
	font-size: 18px;
}

.tel span{
	font-size: 25px;
}

.tel{
	font-size: 41px;
	text-align: center;
	margin-top: 5px;
}

.tel a{
	display: inline;
}

.check{
	position: relative;
	margin-top: 20px;
}

.check::before{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	width: 0;
	height: 0;
	margin: auto 0;
	border: 5px solid transparent;
	border-left: 1.6vw solid #e3cecc;
}
.check.reservation::before{
	border-left: 1.6vw solid #923b35;
}
.texl{
	text-align: left;
}
.min{
	font-size: 12px;
}

/*
.cont_area iframe{
	width: 100%;
	height: 180px;
}
*/

.map_wrap{
	overflow: hidden;
	margin-top: 15px;
}

.cont_area .map_wrap, .cont_area .map_wrap dl.gmap-captions{
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	-js-display:flex;
	display:flex;
	
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
}

.cont_area .map_wrap dl.gmap-captions{
	flex-direction: column;
	
	padding:5px;
}

.cont_area .map_wrap dl.gmap-captions dt,
.cont_area .map_wrap dl.gmap-captions dd{
	width:100%;
}

.cont_area .map_wrap dl.gmap-captions dt{
	margin-bottom:8px;
}

.cont_area .map_wrap dl.gmap-captions dd{
	font-size: 18px;
}


@media only screen and (max-width: 414px){
	.cont_area .map_wrap{
		flex-direction: column;
	}
	
	.cont_area .map_wrap dl.gmap-captions{
		width:calc(100% - 10px);
		margin-bottom:2em;
	}
	
	.cont_area .map_wrap dl.gmap-captions:last-child{
		margin-bottom:0;
	}
}

@media only screen and (min-width: 415px){
	.cont_area .map_wrap{
		flex-direction: row;
	}
	
	.cont_area .map_wrap dl.gmap-captions{
		margin-left:1em;
		margin-right:1em;
		width:calc( 100% / 2 - 10px - 2em );
	}
	
}

.QR_img{
	width: 100%;
	display: flex;
	margin: 0 auto;
}

.QR_img li{
	width: 100%;
}

.QR_img .talk{
	margin-left: 6px;
}

.pay_cont{
	background: #fff;
	padding: 20px;
}

.pay_tit{
	color: #c81135;
	border-top: 1px solid #c81135;
	border-bottom: 1px solid #c81135;
	font-size: 25px;
	margin: 10px 0;
}

.pay_cont ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-bottom: 1px dotted #7f7f7f;
	padding: 15px 0;
}

.pay_cont ul li{
	margin: 10px auto;
	width: 26%;
}

.pay_cont li img{
}

.m10{
	margin: 10px!important;
}


.cacao{
	width: auto;
	text-align: center;
}

.cacao img{
	width: 220px;
}
.reserve_area{
	margin-top: 20px;
	background: #000;
}
@media only screen and (min-width: 980px){
	.check::before{
	    border-left: 15px solid #e3cecc;
	}
	.check.reservation::before{
		border-left: 15px solid #923b35;
	}
	.pay_cont ul{
		width: 50%;
		margin: 0 auto;
	}
}


/* 200626追記 */
.lead_sec{
	margin-top: 20px;
}
.lead_sec .lead_text{
	font-size: 18px;
	text-align: center;
}
.lead_sec .text_area{
	margin-top: 25px;
}

.bnr_area{
	padding-top: 20px;
}


/* 2021/10/27 #Gift_Ticket*/

.gift_area .g_number {
	font-size: 1.2em;
}

.gift_area .g_number2 {
	font-size: 1.1em;
}
.gift_area .g_ex {
	font-size: 0.9em;
}

/* .gift_area dl {
	display: flex;
} */

.gift_area .sub_tit {
    font-size: 20px;
}

.gift_area .title_cont .text_area {
	margin-top: 20px;
	font-size: 18px;
	text-align: left;
}

.gift_area .gift_type {
	margin-top: 20px;
	border-top: 1px solid #fff;
}

.gift_area .gift_type h3 {
	font-size: 28px;
	margin-top: 20px;
}

.gift_area .gift_type .text_area {

	margin-top: 20px;
	padding-left: 110px;
	padding-right: 110px;
}

.gift_area .gift_type .text_area .gift_ttl {
	display: flex;
}

.gift_area .gift_type .text_area .gift_ttl p,
.gift_area .gift_type .text_area p.gift_time {
	font-size: 24px;
}
.gift_area .gift_type .text_area  .gift_box+.gift_box{
    margin-top: 12px;
}

.gift_area .gift_type .text_area .gift_ttl p {
	/* display: flex; */
	/* align-items: center; */
	padding: 6px 12px;
	box-sizing: border-box;
	/* width: 80%; */
	width: 100%;
}

.gift_area .gift_type .text_area .gift_ttl p:first-of-type {
	font-weight: bold;
	background: #923b35;
}

.gift_area .gift_type .text_area .gift_ttl p:nth-of-type(2) {
	font-size: 16px;
	width: 20em;
	display: block;
	text-align: center;
	background: #fff;
	color: #000;
	padding-top: 12px;
}

.gift_area .gift_time {
	padding-left: 60px;
}
.gift_area .annot {
	text-indent: 80px;
	font-size: 18px;
}
.annot2 {
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
	margin: 10px 110px;
	font-size: 16px;
	padding: 12px;
}
@media only screen and (max-width: 979px) {
	.gift_area .gift_type .text_area .gift_ttl {
		display: block;
	}

	.gift_area .gift_type .text_area .gift_ttl p {
		width: 100%;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	/* .gift_area .gift_type .text_area .gift_ttl p,
	.gift_area .gift_type .text_area .gift_ttl p:nth-of-type(2) {
	    width: 100%;
	} */
	.gift_area .gift_type .text_area .gift_ttl p:nth-of-type(2) {
		width: 100%;
		padding-bottom: 6px;
		text-align: right;
	}
	.gift_area .gift_time,
	.gift_area .annot {
		text-indent: 0;
	}
	.gift_area .gift_type .text_area .gift_ttl p {
		display: block;
	}
	.gift_area .gift_time {
    padding-left: 0px;}

	.annot2 {
		margin: 10px 0;
		text-align: left;
	}

}

.gift_area .gift_outline {
	margin-top: 30px;
}
.gift_area .gift_outline li {
	border-top: 1px solid #fff;
	padding: 20px 110px;
}

/* .gift_area .gift_outline dt {
	font-size: 27px;
	width: 7em;
} */
.gift_area .gift_outline dd {
    display: flex;
	flex-flow: column nowrap;
    justify-content: center;
	flex: 2;
	font-size: 18px;
}
.gift_area .gift_outline dd p {
	line-height: 1.4;
	width: 100%;
	flex-basis: 100%;
}
.gift_area .gift_outline dd p:nth-child(2) {
    margin-top: 6px;
	padding-top: 6px;
}
.gift_area .gift_outline dd p span {
    font-size: 0.8em;
}

.gift_area .gift_outline dd p strong {
    font-size: 1.2em;
}
.gift_area .for_reservation h4 {
    background: #923b35;
    font-weight: normal;
    font-size: 27px;
    line-height: 1.3;
	padding: 10px;
	text-align: center;
}

.gift_area .for_reservation .txt_area {
	background: #f1e6e5;
	color: #000;
	padding: 30px 110px;
}
.gift_area .for_reservation .txt_area .square_tit {
	text-align: center;
}
.gift_area .for_reservation .txt_area .square_tit p {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	padding: 8px 30px;
	border: 2px solid #923b35;
	display: inline-block;
}

.gift_area .for_reservation .txt_area li {
	font-size: 18px;
	padding: 15px 0;
}

.gift_area .for_reservation .txt_area li+li {
	border-top: 1px solid #923b35;
}

/* 2021/10/27 Info */
.button {
	font-size: 24px;
}

.sns_icon ul {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	margin: 10px auto 15px;
}


.sns_icon ul li {
	font-size: 18px;
	text-align: center;
}

.sns_icon ul li figure img {
	width: 30%;
	margin-bottom: 10px;
}

.pay_cont2 ul {
    width: 80%;
	margin: 0 auto;
    justify-content: center;
	align-items: center;
 }

.pay_cont2 ul li {
    margin: 10px 10px 10px 0;
    width: 9%;
}

.pay_cont2 ul:last-child {
	border-bottom: none;
}

.sp, .sp2 {
	display: none;
}
.pc {
	display: block;
}

/* 2021/10/28 ネットショップはこちら*/
.btn_wrap {
  margin-top: 15px;
}

.btn {
  background: #923b35;
  /* border: 2px solid #d4b02f; */
  color:  #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  max-width: 100%;
  padding: 8px 20px;
  text-align: center;
  width: 300px;
}



@media only screen and (max-width: 979px) {
	.sp {
		display: block;
	}
	.sp2 {
		display: inline-block;
	}
	.pc {
		display: none;
	}

	.pay_cont2 ul {
		width: 100%;
	}
	.pay_cont2 ul li {
		width: 15%;
		margin: 10px 30px 0 0;
	}

	.title_cont figure {
		width: 80%;
	}


	.gift_area  dl {
		display: block;
	}
	.gift_area .gift_type .text_area {
		padding-left: 0px;
		padding-right: 0px;
		font-size: 18px;
	}

	.gift_area .gift_outline li {
		padding: 20px 0;
	}
	.gift_area .gift_outline dt {
		margin-bottom: 20px;
		text-align: center;
		width: inherit;
	}
	.gift_area .for_reservation .txt_area {
		padding: 30px 30px 15px;
	}

	.sns_icon ul li {
		min-width: 30%;
		font-size: 16px;
	}
	.sns_icon ul li+li {
		margin-left: 15px;
	}
	.sns_icon ul li figure img {
		width: 50%;
	}

	.btn_wrap {
		margin: 15px auto 0;
	}


}


/* 2021/11/12　IEの崩れを直すため */
.gift_area .gift_outline dd.flex_none{
	display: block;
}


/* 2021/12/28 予約バナーｘ２*/
.reserve_area2 {
	display: flex;
	justify-content: space-between;
	background-color: transparent;
	margin: 40px auto;
}

.reserve_area2 .reserve_bnr {
	width: 45%;
    text-align: center;
    /* font-size: 1.4em;
    padding: 16px 20px;
    background: #ccc; */
    color: #333;
    font-weight: bold;
	margin: 0 auto;
    height: 135px;

    background-size: cover;
    background-repeat: no-repeat;
}



.reserve_area3 {
	display: flex;
	justify-content: space-between;
	background-color: transparent;
	margin: 40px auto;
	flex-wrap: wrap;
}

.reserve_area3 .reserve_bnr {
	width: 45%;
    text-align: center;
    /* font-size: 1.4em;
    padding: 16px 20px;
    background: #ccc; */
    color: #333;
    font-weight: bold;
	margin: 0 auto 50px;
    /* height: 135px; */
}

.reserve_area3 .reserve_bnr:last-child {
	margin-bottom: 0;
}


.bnrbg{
	background-image: url(/common/img/r_bnr_new.jpg);
}

.bnrbg2{
	background-image: url(/common/img/r_bnr.jpg);
    /* background-size: cover;
    background-repeat: no-repeat; */
}


@media only screen and (max-width: 979px) {
	.reserve_area2 {
		display: block;
	}

	.reserve_area2 .reserve_bnr {
		width: auto;
		font-size: 1.5em;
	}
	.reserve_area2 .reserve_bnr:last-of-type {
		margin-top: 10px;
	}

	.reserve_area3 {
		display: block;
	}

	.reserve_area3 .reserve_bnr {
		width: 80%;
		font-size: 1.5em;
	}
	.reserve_area3 .reserve_bnr:last-of-type {
		margin-top: 20px;
	}
}

.r_super {
	vertical-align: super;
}

/* 220926追加 */
.map_area .annot2 {
	display: inline-block;
	font-size: 20px;
	margin: 0 5px;
	padding: 6px 12px;
}

@media only screen and (max-width: 679px) {
	.map_area .annot2 {
		font-size: 4.375vw;
	}

	.map_area .sub_tit {
		font-size: 4.375vw;
	}
}

/* 221021追加 */
.inner_dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

/* 221118追加 */
.gift_area .gift_outline dd p .indent {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

/* .btn {
	width: 100%;
	box-sizing: border-box;
} */

.bt666 {
	border-top: 1px dotted #666;
}

/* 221205 追加 */
.btn {
	display: block;
	margin: auto;
	font-size: 22px;
	padding: 15px 25px;
	box-sizing: border-box;
	width: 100%;
	max-width: 760px;
	background: #6dc4ca;
	border-radius: 15px;
	box-shadow: 0px 5px 1px 0px rgb(55 148 144);
}

@media screen and (max-width: 679px) {
	.btn {
		font-size: 18px;
	}
}

.gift_area .gift_outline li {
	padding: 20px 0;
}

.indent a {
	display: inline-block;
}

.gift_area .flex_wrap {
	display: flex;
}

.gift_area .gift_outline .flex_wrap .title {
	font-size: 27px;
	width: 7em;
}

.gift_area .gift_outline .counter_wrap {
	margin-bottom: 15px;
}

.gift_area .gift_outline .counter {
	margin-top: 15px;
}

.gift_area .gift_outline .flex_wrap .item_wrap .title {
	text-align: left;
	font-size: 18px;
	width: 100%;
}

.gift_area .gift_outline .item_wrap a {
	display: inline-block;
	font-size: 0.8em;
} 

.gift_area .gift_outline .item_wrap li {
	border: none;
	font-size: 0.8em;
	padding: 0;
}

.gift_area .gift_outline .mail {
	margin-top: 25px;
	padding: 25px 0;
	border-top: solid 1px #fff;

}

.gift_area .gift_outline .item_wrap .counter_title a {
	display: inline-block;
	font-size: 18px;
} 