@charset "UTF-8";

/* reset */

html, body, div, span, iframe,p,
h1,h2,h3,h4,h5,h6,
a, em, font, img, strong, sub, sup,
dl, dt, dd, ol, ul, li, fieldset,
label, table, caption, tr, td {
	text-align: left;
	line-height: 1;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	list-style:none;
	text-decoration: none;
}

img,video {
	max-width: 100%;
	height: auto;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix { zoom: 1; }


* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}



body {
	color: #555555;
	font-size: 12px;
	font-weight: 400;
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}


a.btResv {
	position: fixed;
	top: 520px;
	right: 0;
	z-index: 9
}


/* -----　リンク　-------------------------- */


/* 通常 */

a:link {
	text-decoration: none;
	color: #756447;
}

a:hover {
	text-decoration: none;
	color: #9d8660;
}

a:visited {
	text-decoration: none;
	color: #9d8660;
}

a:active {
	text-decoration: none;
	color: #756447;
}


/* 通常ボタン */

.btNext {
	position: relative;
}

a:link.btNext {
	text-decoration: none;
	color: #555555;
}

a:hover.btNext {
	text-decoration: none;
	color: #555555;
}

a:visited.btNext {
	text-decoration: none;
	color: #555555;
}

a:active.btNext {
	text-decoration: none;
	color: #555555;
}

/* 茶ボタン */

.btNextGd {
	position: relative;
}

a:link.btNextGd {
	text-decoration: none;
	color: #ffffff;
}

a:hover.btNextGd {
	text-decoration: none;
	color: #ffffff;
}

a:visited.btNextGd {
	text-decoration: none;
	color: #ffffff;
}

a:active.btNextGd {
	text-decoration: none;
	color: #ffffff;
}


.btNext::after,
.btNextGd::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .5s;
}
.btNext::after {
	/*background: rgba(128, 108, 78, 0.3);*/
	background: rgba(230, 224, 210, 0.3);
}

.btNext:hover::after,
.btNextGd:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}


/* SPハンバーガー */

header nav ul li a:link {
	text-decoration: none;
	color: #ffffff;
}

header nav ul li a:hover {
	text-decoration: none;
	color: #ffffff;
}

header nav ul li a:visited {
	text-decoration: none;
	color: #ffffff;
}

header nav ul li a:active {
	text-decoration: none;
	color: #ffffff;
}



/* -----　コンテンツ　-------------------------- */

.bread {
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
	margin: 70px 0 0;
	padding: 10px;
	background: #555555;
}
.bread a {
	color: #fff;
}


.inner {
	padding:0 20px;
}


#title {
	width: 100%;
	height: 100px;
	margin: 0 0 30px;
	padding: 28px 0 0;
}

#title .sholder {
	color: #fff;
	font-family: "Marcellus";
	font-size: 24px;
	text-align: center;
	margin: 0 0 6px;
	padding: 0;
}

#title h1 {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	line-height:1;
	padding: 0;
}


#content {
	margin: 0 0 60px;
}

#content h2 {
	color: #756447;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	margin: 0 0 30px;
	border-bottom: 2px solid #756447;
}




#cboxLoadedContent {
	margin: 50px 0 0;
}




.useSP { display: block; }
.usePC { display: none; }






/*media Queries PC
----------------------------------------------------*/
@media only screen and (min-width:811px) {

body { font-size: 16px; }

a.btResv {
	display: none;
}

/* 　アウトライン　 */

.bread {
	font-size: 12px;
	margin: 120px 0 0;
	padding: 14px 10px;
}


.inner {
	max-width:1200px;
	margin: 0 auto;
	padding:0;
}



#title {
	height: 220px;
	margin: 0 0 50px;
	padding: 80px 0 0;
}

#title .sholder {
	font-size: 50px;
	padding: 0 0 10px;
}

#title h1 {
	font-size: 18px;
	line-height: 30px;
	padding: 0;
}


#content {
	margin: 0 0 100px;
}

#content h2 {
	font-size: 28px;
	line-height: 50px;
	margin: 0 0 40px;
}



/* ----- 予約タブ -------------------------- */

.tabs {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	width: 100%;
	max-width: 1200px;
}

.tab_label {
	position: relative;
	flex: 1;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	margin: 0 1px 0 0; 
	padding: 9px 0;
	background: #989285;
	z-index: 1;
}
.tab_label.t1 {
	border-radius: 5px 0 0 0;
}
.tab_label.t4 {
	margin: 0; 
	border-radius: 0 5px 0 0;
}

.tab_label:hover {
	background: #746447;
}

.tab_content {
	flex: 100%;
	display: none;
	overflow: hidden;
}

input[name="tab_switch"] {
	display: none;
}

.tabs input:checked + .tab_label {
	color: #fff;
	background-color: #746447;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
	display: block;
}

.tab_content {
	position: relative;
	animation: fadeIn 1s ease;
	padding: 10px;
	background: #746447;
	border-radius: 0 0 5px 5px;
}

.tab_content ul {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0;
	background: #F4F3EF;
	border-radius: 4px;
	/*opacity: 0.9;*/
}

#tab1_content ul li:nth-child(1),
#tab2_content ul li:nth-child(1) {
	width: 26%;
	padding: 17px 2% 20px 2%;
}
#tab1_content ul li:nth-child(2),
#tab2_content ul li:nth-child(2) {
	width: 32%;
	padding: 14px 2% 0 0;
}
#tab1_content ul li:nth-child(3),
#tab2_content ul li:nth-child(3) {
	width: 11%;
	padding: 14px 2% 0 0;
}
#tab1_content ul li:nth-child(4),
#tab2_content ul li:nth-child(4) {
	width: 14%;
	padding: 30px 2% 0 0;
}
#tab1_content ul li:nth-child(5),
#tab2_content ul li:nth-child(5) {
	width: 17%;
	padding: 14px 2% 0 0;
}



#tab3_content ul li:nth-child(1),
#tab4_content ul li:nth-child(1) {
	width: 28%;
	padding: 17px 2% 20px 2%;
}
#tab3_content ul li:nth-child(1) {
	/*padding: 36px 2% 20px 2%;*/
	padding: 18px 2% 15px 1%;
}

#tab3_content ul li:nth-child(2),
#tab3_content ul li:nth-child(3) {
	width: 36%;
	padding: 14px 2% 17px;
}

#tab4_content ul li:nth-child(2) {
	width: 36%;
	padding: 14px 0 0 2%;
}
#tab4_content ul li:nth-child(3) {
	width: 36%;
	padding: 14px 2% 0 0;
}


.tab_content ul li h2 {
	color: #454545;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	line-height: 30px;
	letter-spacing: unset;
	margin: 0 0 5px;
	padding: 0;
}

.tab_content ul li .subTtl2 {
font-size:96%; 
	text-align:center;
	margin: 10px auto 7px;
	font-weight: 500;
	letter-spacing: 0.5px;
}
	
.tab_content ul li .subTtl {
	display: block;
*	width: 240px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	margin: 0 auto;
	padding: 7px 0;
	background: #746447;
	border-radius: 28px;
}
.tab_content ul li .stl {
	display: block;
	color: #454545;
	font-size: 13px;
	margin: 0 0 5px;
}
.tab_content ul li .caution {
	display: block;
	text-align: center;
}
.tab_content ul li .caution a {
	display: inline-block;
	width: auto;
	color: #454545;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	padding: 0 0 0 1em;
	background: url(/kaikan/img/common/arrow_bwnR.svg) 2% 50% no-repeat;
	border-radius: unset;
}


/* レストラン */

#tab3_content ul li h3 {
	color: #7D6B4D;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 30px;
	margin: 0 0 3px;
}
#tab3_content ul li a {
	display: block;
	width: 100%;
	max-width: 350px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	margin: 0 auto;
	padding: 10px 0;
	background: linear-gradient(to bottom,#988462 0%,#756447 100%); 
	border-radius: 5px;
}


/* 会議・宴会 */

#tab4_content ul li .wrap {
	border-left: 1px solid #756447;
}

#tab4_content ul li h3 {
	color: #7D6B4D;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 16px;
	margin: 0 0 5px;
}

#tab4_content ul li .info {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 6px;
}
#tab4_content ul li .info .mk {
	display:block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	margin: 3px 8px 0 0;
	padding: 5px 10px;
	background: #7D6B4D;
	border-radius: 5px;
}
#tab4_content ul li .info .no {
	display:block;
	color: #555555;
	font-size: 34px;
	line-height: 1;
}
#tab4_content ul li .caution {
	color: #555555;
	font-size: 11px;
	font-weight: 600;
	text-align: center;
	line-height: 16px;
}



.frSelect {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.frSelect::before {
	position: absolute;
	top: 20px;
	right: 14px;
	width: 0;
	height: 0;
	border-width: 6px 5px 0 5px;
	border-style: solid;
	border-color: #BEBEBE transparent transparent transparent;
	content: "";
	pointer-events: none;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #555555;
	font-size: 16px;
	margin-right: 3px;
	padding: 10px 15px;
	padding-right: 2em;
	background: #fff;
	background-color: #ffffff;
	border: 1px solid #BEBEBE;
	border-radius: 5px;
	text-overflow: ellipsis;
	cursor: pointer;
	opacity: 1;
}
select:disabled {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: #555555;
	background: #fff;
	background-color: #ffffff;
	opacity: 1;
}

button {
	width: 100%;
	color: #fff;
	font-family: "Noto Serif JP";
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 14px 6px;
	background: linear-gradient(to bottom,#988462 0%,#756447 100%); 
	border: none;
	border-radius: 5px;
	cursor: pointer;
}





.useSP { display: none; }
.usePC { display: block; }




}/* media Queries 811 */





