@charset "utf-8";
/* CSS Document */

body,
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	/*font-family: 'Raleway', sans-serif;*/
	font-size: 15px;
	line-height: 30px;
	color: #222222;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Arial, Helvetica, 游ゴシック;
}

.ribbon-text {
	margin-left: 35px;
	font-size: 16px;
}

.ribbon-text-EN {
	margin-left: 35px;
	font-size: 12px;
}

.ribbon {
	display: inline-block;
	position: absolute;
	width: 28px;
	text-align: center;
	font-size: 15px;
	color: white;
	background: linear-gradient(to bottom, darkblue, CornflowerBlue);
}

.ribbon:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 14px solid CornflowerBlue;
	border-right: 14px solid CornflowerBlue;
	border-bottom: 10px solid transparent;
}

@media all and (-ms-high-contrast:none) {

	body {
		font-family: "メイリオ", Meiryo, sans-serif !important;
	}
}

q {
	display: none;
}

b {
	font-weight: normal
}

section p {
	font-size: 15px;
}

#wrapper {
	/*max-width: 1200px;*/
	width: 100%;
	margin: 40px auto 0;
}

#footerLinks {
	line-height: 0;
}


@media screen and (min-width:767px) {
	.sp {
		display: none;
	}
}

@media screen and (max-width:767px) {

	section p {
		font-size: 12px;
		width: 90%;
		margin: 0 auto;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	img {
		width: 100%;
	}

	#wrapper {
		margin: 0 auto;
		padding: 0;
		font-size: 12px;
		line-height: 25px;

	}

}

div.main {
	margin: 0 auto;
	background: url("../img/main.jpg") center no-repeat;
	background-size: cover;
	height: 650px;
}

.color {
	color: #a62037;
}

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

	div.main {
		height: 550px;
	}

}

.business-box {
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0;
	padding: 30px 0;
	width: 50%;
	float: left;
}

.left-box {
	font-style: normal;
	text-align-last: justify;
	text-align: justify;
	float: left;
	width: 20%;
	padding: 0px 20px;
	display: inline-block;
}

.right-box {
	padding-left: 5px;
	float: left;
	text-align: left;
	width: 80%;
	display: inline-block;
}

.right-box em {
	color: red;
	font-weight: 900;
}

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

	.business-box {
		width: unset;
		float: unset;
	}

	.left-box {
		padding: 0 10px 0px 0px;
	}

	div.main {
		height: auto;
		background: none;
	}

}

/*------------------------------------------------------------
						.sec01
---------------------------------------------------------------*/


article .sec01 {
	color: #222222;
	letter-spacing: 0.07em;
}

article .sec01 {
	background: url(../img/bg.gif);
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

article .sec01 h2 {
	font-size: 18px;
	font-weight: normal;
	width: 325px;
	margin: 100px auto 20px;
	text-align: left;
	line-height: 35px;
}

article .sec01 h2 strong {
	font-size: 35px;
	font-weight: bold;
	display: block;
}


article .sec01 p {
	text-align: center;
	line-height: 40px;
	margin-bottom: 120px;
}

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

	article .sec01 h2 {
		font-size: 14px;
		width: 208px;
		margin: 50px auto 15px;
		line-height: 26px;
	}

	article .sec01 h2 strong {
		font-size: 24px;
	}

	article .sec01 p {
		font-size: 11px;
		line-height: 24px;
		margin-bottom: 60px;
		letter-spacing: 0.02em;
		width: 96%;
	}

}

@media screen and (max-width:411px) {

	article .sec01 p {
		font-size: 10px;
	}

}

/*------------------------------------------------------------
						.sec02
---------------------------------------------------------------*/

article .sec02,
article .sec03 {
	margin: 100px auto 0;
}

article .sec02 .persons {
	margin-top: 60px;
}

article section h3 strong {
	font-size: 35px;
	font-weight: bold;
	display: block;
	letter-spacing: 0.08em;
}

article .sec02 .box {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

article .sec02 .box>.pict {
	margin-bottom: 80px;
}

article .sec02 .box ul {
	width: 460px;
}

article .sec02 .box ul.left {
	float: left;
	margin-left: 4%;
	margin-bottom: 80px;
}

article .sec02 .box ul.right {
	float: right;
	margin-right: 4%;
	margin-bottom: 80px;
}

article .sec02 .box ul li:first-child span,
article .sec02 .box ul li.first>span {
	font-size: 12px;
	line-height: 25px;
	padding-top: 3px;
}

article .sec02 .box ul li {
	width: 460px;
	text-align: left;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 27px;
	position: relative;
}

article .sec02 .box ul li.second {
	margin-top: 112px;
}

article .sec02 .box ul li.last {
	margin-bottom: 0;
}

article .sec02 .box ul li>span {
	display: block;
	font-size: 10px;
	line-height: 13px;
	padding-top: 2px;
}

article .sec02 .box ul.wine li>span:nth-child(2) {
	padding: 8px 0;
}

article .sec02 .box ul li>b {
	font-size: 15px;
	text-align: right;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 0;
}

article .sec02 .box div.center {
	margin-bottom: 80px;
}

article .sec02 .box>div.right {
	float: right;
}

article .sec02 .box>div.left {
	float: left;
}

article .sec02 .box ul.text_left {
	float: left;
	margin-left: 4%;
	margin-bottom: 80px;
}

article .sec02 .box ul.text_right {
	float: right;
	margin-right: 4%;
	margin-bottom: 80px;
}

article .sec02 .box div.center img {
	width: 100%;
}

article .sec02 .box p.center {
	display: inline-block;
	text-align: left;
	width: 92%;
	font-size: 14px;
	line-height: 22px;
}

/*body article .sec02 .course ul {
    width: 410px;
}*/

article .sec02 div.title {
	margin-bottom: 80px;
}

article .sec02 div.title>b,
article .sec02 .box ul li.title>b {
	display: table;
	margin: 0 auto 8px;
	background: #a62037;
	color: #fff;
	line-height: 20px;
	letter-spacing: 0.2em;
	padding: 0 3px;
	font-size: 18px;
	position: static;
}

article .sec02 .box ul li.title02>b {
	background: #747d17;
}

article .sec02 .title em {
	display: block;
	font-size: 30px;
	letter-spacing: 3px;
}

article .sec02 .title em>span {
	font-size: 18px;
}

article .sec02 .title span {
	padding: 5px 0 15px;
	font-size: 12px;
}

article .sec02 .course .title {
	font-size: 28px;
	line-height: 25px;
	letter-spacing: 0.1em;
	text-align: center;
}

article .sec02 .course .title p {
	font-size: 20px;
}


article .sec02 .box ul li.first {
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}

article .sec02 .course ul>li.drink {
	margin-top: 80px;
}

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

	article .sec02 .box ul.left {
		margin-left: 100px;
	}

	article .sec02 .box ul.right {
		margin-right: 100px;
	}

	article .sec02 .box ul.text_left {
		margin-left: 100px;
	}

	article .sec02 .box ul.text_right {
		margin-right: 100px;
	}

	article .sec02 .box p.center {
		width: 1000px;
	}

}


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

	article .sec02 .box {
		min-width: 980px;
	}

	article .sec02 .box ul {
		float: left;
		margin-left: 20px;
		width: 43%;
	}

	article .sec02 .box ul li {
		width: 100%;
	}

	article .sec02 .box>.pict {
		width: 47%;
	}

	article .sec02 .box>div.pict img {
		width: 100%;
	}

	article .sec02 .box ul.left,
	article .sec02 .box ul.text_left {
		margin-left: 4%;
	}

	article .sec02 .box ul.right,
	article .sec02 .box ul.text_right {
		margin-right: 4%;
	}

	article .sec02 .box p.center {
		width: 92%;
	}

}

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

	article .sec02,
	article .sec03 {
		margin: 50px auto 0;
	}

	article .sec02 .persons {
		margin-top: 30px;
	}

	article section h3 strong {
		font-size: 24px;
	}

	article .sec02 .box ul li:first-child {
		font-size: 28px;
		line-height: 25px;
		letter-spacing: 0.1em;
		margin-bottom: 60px;
	}

	article .sec02 .box {
		margin: 0px auto 0;
	}

	article .sec02 .box ul li:first-child span,
	article .sec02 .box ul li.first>span {
		font-size: 12px;
		line-height: 25px;
		padding-top: 3px;
	}

	article .sec02 .box ul li {
		width: 100%;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 20px;
	}

	article .sec02 .box ul li.second {
		margin-top: -20px;
	}

	article .sec02 .box ul li>span {
		font-size: 8px;
	}

	article .sec02 .box ul.wine li>span:nth-child(2) {
		padding: 8px 0;
	}

	article .sec02 .box ul li>b {
		font-size: 12px;
	}

	article .sec02 .box ul li:first-child {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 30px;
	}

	article .sec02 .box ul {
		width: 95%;
	}

	article .sec02 .box ul.right,
	article .sec02 .box ul.left,
	body article .sec02 .course ul {
		float: none;
		width: 95%;
		margin: 0 auto 40px;
	}

	article .sec02 .box>div.pict {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}

	article .sec02 .box div.center {
		margin-bottom: 40px;
	}

	article .sec02 .box ul.text_left,
	article .sec02 .box ul.text_right {
		float: none;
		margin: 0 auto 40px;
	}

	article .sec02 .box p.center {
		width: 95%;
		font-size: 10px;
		line-height: 14px;
	}

	article .sec02 div.title {
		margin: 0px auto 40px;
	}

	article .sec02 div.title>b,
	article .sec02 .box ul li.title>b {
		font-size: 14px;
	}

	article .sec02 .course ul>li.drink {
		margin-top: 40px;
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 30px;
	}

	article .sec02 .title em {
		font-size: 20px;
	}

	article .sec02 .title em>span {
		font-size: 16px;
	}

	article .sec02 .title span {
		font-size: 10px;
	}

	article .sec02 .course .title p {
		font-size: 16px;
	}

}

/*------------------------------------------------------------
						.sec03
---------------------------------------------------------------*/
article .sec03 {
	width: 100%;
	height: auto;

}

.tokyo2510Wrap {
	padding-top: 30px;
	margin-top: 50px;
	position: relative;
}

.tokyo2510Wrap>span {
	background: url(../img/bg.gif);
	display: block;
	height: 500px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}


.sec03 .tokyo2510Wrap p.cap {
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 500;
	max-width: 100%;
	line-height: normal;
}


.sec03 .tokyo2510Wrap div.info {
	width: 86%;
	min-width: 830px;
	margin: 0 auto;
}

.sec03 .tokyo2510Wrap div.info p {
	width: 50%;
}

.sec03 .tokyo2510Wrap div.info p.info01 {
	float: left;
}

.sec03 .tokyo2510Wrap div.info p.info02 {
	float: right;
}

article .sec03 p {
	width: 86%;
	font-size: 14px;
	line-height: 1.8em;
	margin: 30px auto;
	text-align: left;
	letter-spacing: 0;
	padding: 5px 0;
}

article .sec03 p i {
	font-weight: 500;
}

article i {
	font-style: normal;
	width: 65px;
	display: inline-block;
	-moz-text-align-last: justify;
	text-align-last: justify;
	margin-right: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}

article .sec03 #map_canvas,
article .sec03 #map_canvas02 {
	width: 86%;
	min-width: 830px;
	height: 400px;
	margin: 0 auto;
}

@media screen and (max-width:767px) {

	#breadcrumb {
		margin: 50px 0 30px;
	}


	.tokyo2510Wrap {
		padding-top: 15px;
		margin-top: 25px;
	}

	.sec03 .tokyo2510Wrap p.cap {
		font-size: 16px;
	}

	article i {
		width: 70px;
		margin-right: 15px;
	}

	/* TOPIC */

	section.topic01 {
		padding: 50px 0 25px;
	}

	section.topic01>span {
		font-size: 14px;
	}

	section.topic01 h2 {
		font-size: 22px;
		padding: 5px 0 15px;

	}

	.item01 {
		width: 90%;
		display: block;
		margin: 0 auto;
	}

	section.map01 {
		background-size: 100%;
		padding: 40px 0 130px;
		background-position: bottom;
	}

	section.map01 h3 {
		font-size: 18px;
		padding: 25px 0 15px;
	}

	section.map01 em {
		font-size: 16px;
		padding: 0 0 15px;
	}

	section.map01 p {
		font-size: 14px;
	}

	section.map01>span {
		font-size: 12px;
	}


	section.map01>img {
		width: 75%;
		margin: 0 auto;
	}

	.sec03 .tokyo2510Wrap div.info {
		width: 330px;
		min-width: auto;
		margin: 0 auto;
	}

	.sec03 .tokyo2510Wrap div.info p {
		width: 100%;
	}

	.sec03 .tokyo2510Wrap div.info p.info01,
	.sec03 .tokyo2510Wrap div.info p.info02 {
		float: none;
	}

	.sec03 .tokyo2510Wrap div.info p.info01 {
		margin-bottom: 0;
	}

	.sec03 .tokyo2510Wrap div.info p.info02 {
		margin-top: 0;
	}


	/*赤坂*/


	article .sec03 {
		background-size: 100%;
		padding: 0 0 70px;
		background: none;
	}

	article section.sec03 p {
		font-size: 12px;
		margin: 20px auto;
		display: inline-block;
	}

	article .sec03 i {
		width: 50px;
		margin-right: 10px;
	}

	article .sec03 #map_canvas,
	article .sec03 #map_canvas02 {
		width: 95%;
		min-width: auto;
		height: 250px;
	}

	.tokyo2510Wrap>span {
		height: 350px;
	}

}

/*アコーディオン*/

.displayNone {
	display: none;
	margin-top: 80px;
	margin-bottom: 110px;
}

.switch {
	background-size: 100%;
	display: block;
	cursor: pointer;
	margin: 0 auto 1px;
	position: relative;
}

.switch:after {
	background: url(../img/open_icon.gif) no-repeat;
	content: "";
	display: block;
	width: 20px;
	height: 12px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 30px;
	margin: 0 auto;
	background-size: 100% auto;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	transition: 0.3s linear;
}

.switchLink:after {
	display: none;
}

.open:after {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.persons .switch h4 {
	font-size: 28px;
	line-height: 200px;
	color: #fff;
}

.persons .switchLink h4 a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}

.persons .switch:hover {
	opacity: 0.8;
}

.persons .switchLink a:hover,
.persons .switchLink a:active {
	text-decoration: none;
}

.persons .acd01 {
	background: url(../img/menu01.jpg) center no-repeat;
}

.persons .acd02 {
	background: url(../img/menu02.jpg) center no-repeat;
}

.persons .acd03 {
	background: url(../img/menu03.jpg) center no-repeat;
}

.persons .acd04 {
	background: url(../img/bg_menu_akasaka.jpg) center no-repeat;
}

.persons .switch {
	width: 100%;
	height: 200px;
	margin: 10px 0 0;
	line-height: 90px;
	background-size: cover;
	vertical-align: top;
}

.switch img {
	background-size: 100%;
	width: 289px;
	padding-top: 0px;
	overflow: hidden;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.reserve5210 {
	position: fixed;
	top: 150px;
	right: 20px;
	margin: 10px auto;
	z-index: 1000;
}

@media screen and (max-width:767px) {

	.displayNone {
		margin-top: 40px;
		margin-bottom: 55px;
	}

	.persons .switch {
		height: 150px;
		line-height: 90px;
	}

	.switch:after {
		bottom: 15px;
	}

	.persons .switch h4 {
		font-size: 20px;
		line-height: 150px;
	}

	.reserve5210.pc {
		display: none;
	}

	.reserve5210 {
		top: auto;
		right: auto;
		bottom: -10px;
		left: 0;
		display: block;
		width: 100%;
		z-index: 99999;
	}

	.reserve5210 img {
		width: 100%;
	}

	#footer {
		padding-bottom: 17%;
	}

}


/*
akasaka
*/
.btn_menu {
	display: table;
	width: 86%;
	height: 140px;
	margin: 20px auto;
	clear: both;
	text-align: center;
}

.btn_menu a {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	background: url(../img/bg_menu_akasaka.jpg) no-repeat 50% 50% / cover;
}

.btn_menu a:hover {
	opacity: .5;
	text-decoration: none;
}

@media screen and (max-width:767px) {
	.btn_menu {
		width: 95%;
		height: 100px;
	}

	.btn_menu a {
		font-size: 16px;
	}
}