@charset "utf-8";
/* CSS Document */
/*====================
基礎
====================*/
* {
	max-width: 100%;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

figure {
	margin: auto;
}

button {
	border: none;
}

#container > * > * {
	padding-left: 3%;
	padding-right: 3%;
}

.p0 {
	padding: 0;
}
h2 {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}
/*====================
汎用スタイル
====================*/
.list_icon {
	vertical-align: middle;
	margin-right: 10px;
	max-height: 100%;
}

.mb20 {
	margin-bottom: 20px;
}

.mt20 {
	margin-top: 20px;
}

.t_center {
	text-align: center;
}
/*====================
メニュー
====================*/
#menu {
	display: none;
	position: fixed;
	top: -19px;
	right: 0;
	z-index: 1000;
	width: 78%;
	padding-top: 80px;
	background-color: #522910;
}

.wrap-btn-menu_close {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1001;
	overflow: hidden;
	border-bottom: solid 2px #ffffff;
	width: 78%;
	height: 60px;
	background-color: #522910;
}

#btn-menu_close,
#btn-menu_close > img {
	float: right;
	width: 40px;
	height: 40px;
}

#btn-menu_close {
	margin: 10px 6%;
}

.nav-menu {
	list-style: none;
	overflow: scroll;
	margin: 0;
	padding: 0;
}

.nav-menu > li {
	border-bottom: solid 2px #ffffff;
	height: 50px;
	background: #522910;
	-moz-background-clip: padding-box;
	zoom: 1;
}

.nav-menu > li > a {
	display: block;
	padding: 0 8% 0 6%;
	text-decoration: none;
	font-size: 24px;
	color: #ffffff;
}

.icon-menu {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 10px 10px 0;
	height: 30px;
}

.nav-menu li span {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 10px 10px 0;
	height: 30px;
}

.nav-menu > li > a::before {
	content: "";
	display: inline-block;
	float: right;
	width: 14px;
	height: 50px;
	background: url(../images/icon_cursor_r.png) no-repeat right center;
	background-size: contain;
}

.nav-menu > li:last-of-type > a::before {
	display: none;
	background: none;
}

#overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 200;
	background: rgba(0, 0, 0, 0.7);
}

body.modal-open {
	overflow: hidden;
	position: fixed;
}

/*====================
スライダー
====================*/
#container .bx-wrapper {
	margin-bottom: 40px;
	padding: 0;
}

.bx-wrapper .bx-viewport {
	left: 0;
	border: none;
}

.bxslider {
	max-width: none;
}

/*====================
メインナビ
====================*/
#nav-main {
	padding: 20px 3%;
	background: #522910;
	font-size: 0;
}

#nav-main > li {
	display: inline-block;
	margin-right: 6%;
	margin-bottom: 20px;
	border-radius: 5px;
	border: solid 2px #ffffff;
	width: calc(50% - 4px - 3%);
	background: -moz-linear-gradient(271deg, rgba(224, 210, 196, 1) 0%, rgba(82, 41, 16, 1) 100%);
	/* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(224, 210, 196, 1)), color-stop(100%, rgba(82, 41, 16, 1)));
	/* safari4+,chrome */
	background: -webkit-linear-gradient(271deg, rgba(224, 210, 196, 1) 0%, rgba(82, 41, 16, 1) 100%);
	/* safari5.1+,chrome10+ */
	background: -o-linear-gradient(271deg, rgba(224, 210, 196, 1) 0%, rgba(82, 41, 16, 1) 100%);
	/* opera 11.10+ */
	background: -ms-linear-gradient(271deg, rgba(224, 210, 196, 1) 0%, rgba(82, 41, 16, 1) 100%);
	/* ie10+ */
	background: linear-gradient(179deg, rgba(224, 210, 196, 1) 0%, rgba(82, 41, 16, 1) 100%);
	/* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0D2C4', endColorstr='#522910', GradientType=0);
	/* ie6-9 */
	-moz-background-clip: padding-box;
	zoom: 1;
	font-size: 14px;
}

#nav-main > li:nth-of-type(2n) {
	margin-right: 0;
}

#nav-main > li > a {
	display: table-cell;
	vertical-align: middle;
	width: 768px;
	height: 100px;
	text-decoration: none;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
}

.icon-nav-main {
	display: block;
	margin: 0 auto 5px;
}


/*==============================
パンくず
==============================*/
#breadcrumbs ol {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

#breadcrumbs ol li {
	display: inline-block;
	margin: 5px 0 0 10px;
	padding: 0;
	line-height: 1;
	list-style: none;
}

#breadcrumbs a {
	display: block;
	margin: 0;
	padding: 0 1.5em 0 0;
	background: url(//www.cocktail-do.xyz/img/bg_breadcrumbs_gray.png) center right no-repeat;
	color: #522910;
	line-height: 2;
	text-decoration: none;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 500;
}

#breadcrumbs ol li:nth-last-of-type(1) a {
	background: none;
	pointer-events: none;
}

#breadcrumbs a:hover {
	color: #f90;
	text-decoration: underline;
}
/*==============================
アクセス・店舗情報・姉妹店
==============================*/

.txt_ttlcap{
		text-align: center;
		font-size: 16px;
		margin-bottom: 20px;
		font-weight: bold;
}
.ttl-access,
.ttl-shop_information,
.ttl-sister_shop,
.ttl-other_contents,
.sec_ttl {
	background-color: #e8ded1;
}

.ttl-other_contents {
	margin: 0 0 16px;
	padding: 10px 0;
}

.inner-ttl-access,
.inner-ttl-shop_information,
.inner-ttl-sister_shop,
.inner-ttl-other_contents,
.inner-ttl {
	display: table-cell;
	vertical-align: middle;
	width: 768px;
	max-width: 100%;
	height: 80px;
	color: #5a290b;
}

.inner-ttl-other_contents {
	padding-left: 20px;
}

.inner-ttl-access > img,
.inner-ttl-shop_information > img,
.inner-ttl-sister_shop > img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	height: auto;
	max-height: 100%;
}

.inner-ttl-sister_shop > img {
	max-width: 50px;
	height: auto;
}

.list-access {
	margin: 0;
	font-size: 0;
}

.list-access > dt,
.list-access > dd {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 26px;
}

.list-access > dt {
	width: 26%;
}

.list-access > dd {
	width: 74%;
}

.list-access > dd::before {
	content: "：";
}

/*店舗情報*/
.list-shop_information {
	margin: 0 auto;
	font-size: 0;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.list-shop_information > dt,
.list-shop_information > dd {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 10px 5px;
	border: solid;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #aeaeae;
	font-size: 18px;
}

.list-shop_information > dt {
	width: 30%;
	text-align: center;
}

.list-shop_information > dd {
	width: 70%;
	border-right-style: solid;
}

/*
.list-shop_information > dt:last-of-type,
.list-shop_information > dd:last-of-type { border-bottom-style: solid; } */

.list-information-acces,
.list-information-payment,
.list-information-hall {
	padding: 0;
	margin: 0;
	list-style-position: outside;
}

.list-information-acces li,
.list-information-payment li,
.list-information-hall li {
	margin-left: 16px;
	word-break: break-word;
}

/*姉妹店*/
.logo-cowrok {
	font-size: 0;
	display: flex;
	justify-content: space-between;
}

.logo-cowrok > div {
	vertical-align: top;
	margin-top: 4.5%;
	width: 40%;
}

.logo-cowrok > figcaption {
	display: inline-block;
	margin: 4.5% 0;
	width: 53%;
	font-size: 24px;
}

.info-cowork {
	margin-top: 0;
}

.info-cowork > dt,
.info-cowork > dd {
	margin: 0;
	padding: 0;
}

.info-cowork > dt {
	border-bottom: solid 1px #000000;
	font-weight: bold;
}

.btn-link-cowrk {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border-radius: 5px;
	background-color: #522910;
	text-decoration: none;
}

.btn-googlemap {
	display: block;
	width: 60%;
	margin: 10px auto;
	border-radius: 5px;
	background-color: #5a290b;
	text-decoration: none;
}

.inner-link-cowrk,
.inner-link-googlemap {
	display: table-cell;
	vertical-align: middle;
	width: 768px;
	height: 40px;
	text-align: center;
	color: #ffffff;
	position: relative;
}

.inner-link-cowrk::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -7px;
	border-radius: 1px;
}

.inner-link-cowrk > .cursor_r,
.inner-link-googlemap > .cursor_r {
	display: inline-block;
	margin-left: 10px;
	width: auto;
	height: 1em;
}

.splide__arrow > svg {
	display: none;
}

.splide__arrow--prev,
.splide__arrow--next {
	content: "";
	display: block;
	height: 32px;
	width: 32px;
	background: url(/kaigi/images/controls.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 999;
}

.splide__arrow--next {
	transform: scale(-1) translateY(50%);
	right: 0;
	left: auto;
}

.frame_spc {
	border: 1px solid #E0D2C4;
	background: url(/kaigi/images/frame_bg.png);
	padding: 20px 10px 20px 10px
}

.frame_spc li {
	padding: 0 10px
}

.frame_spc li h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-family: Ryumin Bold KL;
	color: #522910;
	font-size: 22px;
	font-weight: bold;
	background: url(/kaigi/images/icon_brown.png) no-repeat;
	background-position-y: center;
	padding: 5px 0 5px 30px;
}

.frame_spc li h3 p {
	font-size: 12px;
	margin-top: 5px;
}

.frame_spc li:not(:last-child) {
	margin-bottom: 20px;
}

@media screen and (max-width: 499px) {
	.list-access > dt,
	.list-access > dd {
		font-size: 16px;
	}

	.list-shop_information > dt,
	.list-shop_information > dd {
		font-size: 14px;
	}

	.logo-cowrok > figcaption {
		font-size: 18px;
	}

	.btn-link-cowrk {
		width: 100%;
	}
}

@media screen and (max-width: 469px) {
	.list_icon {
		height: 20px;
	}
	/*.nav-header > li > a {height:51px;}
.nav-header > li > a img {max-height: 52px;}
.nav-header{width:42%;}*/
	#nav-main > li > a {
		font-size: 20px;
	}
}

@media screen and (max-width: 399px) {
	.list_icon {
		display: block;
		margin: auto;
	}

	/*.nav-header > li > a {height:50px;}
	.nav-header > li > a img {max-height: 51px;}
	.nav-header{width:42%;}*/
	#nav-main > li > a {
		font-size: 14px;
	}

	.list-access > dt,
	.list-access > dd {
		font-size: 14px;
	}

	.logo-cowrok > figcaption {
		font-size: 14px;
	}
}

@media screen and (max-width: 360px) {
	.ttl-main {
		height: 34px;
		padding-top: 6px;
	}

	.inner-ttl-shop_information > img,
	.inner-ttl-sister_shop > img {
		max-height: 30px;
	}
}

.lb-outerContainer {
	width: 100% !important;
	height: 100% !important;
}

.lb-image {
	width: 100% !important;
	height: 100% !important;
}

@media (min-width: 769px) {
	#container > * > * {
		padding-left: 0;
		padding-right: 0;
	}

	.sec_content {
		margin-top: 60px;
		width: 1040px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	#container .sec_ttl {
		font-size: 24px;
		margin-bottom: 30px;
		padding-left: 3%;
	}

	/* #container .sec_ttl img {
		max-width: 50px;
		height: auto;
	} */

  .bnr_wrap {
    display: flex;
		justify-content: center;
		gap: 30px;
		width: 1040px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
  }

	.bnr_wrap img {
		width: 100%;
	}

  .bnr_wrap p {
		flex: 1;
		padding-left: 0 !important;
		padding-right: 0 !important;
  }

	.inner-ttl-access,
	.inner-ttl-shop_information,
	.inner-ttl-sister_shop,
	.inner-ttl-other_contents,
	.inner-ttl {
		font-size: 24px;
	}

	.box_prevention {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 30px;
	}

	.box_prevention img {
		width: 100%;
		vertical-align: bottom;
	}

	.box_prevention_ttl {
		font-size: 16px;
		text-align: center;
		margin-top: 8px;
	}

	.access_wrap {
		display: flex;
		justify-content: space-between;
		gap: 30px;
	}

	.access_wrap div {
		flex: 1;
	}

	.access_wrap iframe {
		width: 100%;
		height: 100%;
	}

	.logo-cowrok {
		justify-content: center;
		gap: 20px;
	}

	.shop_wrap {
		display: flex;
		justify-content: space-between;
		gap: 30px;
	}

	.shop_wrap figure {
		flex: 1;
		margin: 0;
	}

	.shop_wrap figure img {
		width: 100%;
	}

	.shop_wrap.col1 .logo-cowrok{
		width: 50%;
		margin-bottom: 60px;
	}

	.shop_wrap.col1 figure{
		flex: none;
	}

	.inner-link-cowrk {
		width: 100%;
		display: grid;
		place-items: center;
	}
}

@media (max-width: 768px) {

	
	#container{
		padding-top: 20px;
	}
	#feature {
		padding: 5% 0;
	}

	.bnr_wrap p:first-child {
		margin-bottom: 10px;
	}

	.bnr_wrap {
		margin-bottom: 30px;
	}

	.inner-ttl {
		font-size: 21px;
	}

	.sec_content {
		margin: 5% 0;
	}
}

#container footer {
	padding: 0;
}

/*==============================
トップ会議室紹介
==============================*/
.list_room{
	display: flex;
	justify-content: space-between;

}
.list_room li{
	width: 326px;
}
.table_room{
	margin-top: 14px;
}
.table_room tr{
	border-bottom: solid 1px #AEAEAE;
}
.table_room tr:last-of-type{
	border-bottom: none;
}

.table_room tr td{
	padding-top: 10px;
}

.rooms .btn-link-cowrk{
	margin-top: 36px;
}

@media (max-width: 768px) {
	.list_room{
		flex-wrap: wrap;
}
	.list_room li{
		width: 100%;
		margin-bottom: 30px;
}
	.list_room img{
		width: 100%;
	}
}


/*==============================
利用規約
==============================*/
.conditions_inner{
	border: solid 2px #AEAEAE;
	padding: 20px !important;
}

#conditions h3{
    background: none;
    border-bottom: 1px dashed #AEAEAE;
	color: #333333;
	font-weight: bold;
}

#conditions .txt_conditions{
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
}

.button_cta{
	margin-top: 30px;

}

.button_cta a{
    display: block;
    width: 80%;
    margin-bottom: 20px;
    padding: 20px;
    background: #8b0202;
    box-sizing: border-box;
	color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
	margin: 0 auto;
	position: relative;
}

.button_cta a:after {
    content: "";
    position: absolute;
    width: 27px;
    height: 20px;
    background: url(/kaigi/images/conference/conference_img_07.png) center right no-repeat;
    background-size: cover;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

@media (max-width: 768px) {
	#conditions{
		padding-left: 3% !important;
		padding-right: 3% !important;
	}
	.button_cta a{
		width: 100%;
	}
}
