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


/* General
--------------------- */

/* reset */
html{height:100%;overflow-y:scroll;width:100%}body{height:100%;margin:0;overflow:visible;padding:0;vertical-align:top;width:100%}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;margin:0}p{margin:0}a img,img{border:0;vertical-align:middle}strong{font-style:normal;font-weight:bold}small{font-size:100%}ol,ul{list-style-type:none}dd,dl,dt,li,ol,ul{margin:0;padding:0}hr{background-color:#CCCCCC;border:0;color:#CCCCCC;height:1px;margin:0;padding:0}table{border-collapse:collapse;border-spacing:0;font-size:100%}th{font-style:normal;font-weight:normal;margin:0;padding:0;text-align:left}td{margin:0;padding:0}blockquote,div,span{margin:0;padding:0}pre{font-family:monospace;line-height:1.0;margin:0;padding:0}button{background:0;border:0;cursor:pointer;padding:0;vertical-align:middle}button,fieldset,form,input,label,legend,select,textarea{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;padding:0;vertical-align:middle}label{cursor:pointer}textarea{resize:vertical}* html textarea{margin-top:-2px}*:first-child+html textarea{margin-top:-2px}abbr,acronym{border:0}address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal}caption{text-align:left}code,kbd,pre,samp,tt{font-family:monospace;line-height:1.0}*+html code,*+html kbd,*+html pre,*+html samp,*+html tt{font-size:108%}q:after,q:before{content:''}article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,nav,section,summary,time,video{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
*:focus {
	outline: none;
}

@font-face {
	font-family: AvenirNext;
	src: url('https://lagent.jp/shinjuku-kabukicho/wp/wp-content/themes/shinjukukabukicho/fonts/AvenirNextLTPro-Regular.ttf')  format('truetype');
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	background: #F2F1ED;
	color: #303030;
	font-family: -apple-system, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 1.5;
}
body * {
	box-sizing: border-box;
}

/* a */
a {
	color: #303030;
	text-decoration: underline;
}
a:hover {
	color: #303030;
	text-decoration: none;
}


/* Modules
--------------------- */

/* .pc-only */
@media only screen and (max-width: 1024px) {
	.pc-only {
		display: none!important;
	}
}

/* .sp-only */
.sp-only {
	display: none!important;
}
@media only screen and (max-width: 1024px) {
	.sp-only {
		display: block!important;
	}
	br.sp-only {
		display: inline!important;
	}
}


/* .slider
--------------------- */

.slider {
	height: 100%;
	position: relative;
	width: 100%;
}

/* .visual-animate--layer */
.slider .visual-animate--layer {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

/* .visual-animate--layer--inner */
.slider .visual-animate--layer--inner {
	height: 100%;
	margin: 0 auto;
	overflow: visible;
	position: relative;
	width: 100%;
}

/* .visual-animate--bg */
.visual-animate--bg {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.visual-animate--bg--layer {
	display: table;
	height: 100%;
	width: 100%;
}
.visual-animate--bg--layer--inner {
	display: table-cell;
	height: 100%;
	text-align: right;
	vertical-align: top;
	width: 100%;
}

/* .visual-animate--contents */
.visual-animate--contents {
}

/* .slide */
.slider ul.slide {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
	.slider ul.slide:before,
	.slider ul.slide:after {
		content: "";
		display: table;
	}
	.slider ul.slide:after {
		clear: both;
	}
	.slider ul.slide {
		zoom: 1;
	}
.slider ul.slide > li {
	float: left;
	height: 100%;
	position: relative;
	width: 100%;
}
.slider ul.slide > li figure img {
	width: 100%;
}
.slider .type {
	position: absolute;
	right: 0;
	top: 0;
}
.slider .content {
	font-size: 1.8rem;
	margin-top: 20px;
	text-align: left;
}
.slider .content span {
	font-size: 1.4rem;
}

/* .btn */
.slider .btnPrev,
.slider .btnNext {
	display: table;
	position: absolute;
	top: 0;
	z-index: 9999;
}
.slider .btnPrev {
	left: 0;
}
.slider .btnNext {
	right: 0;
}
.slider .btnPrev > div,
.slider .btnNext > div {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.slider .btnPrev span,
.slider .btnNext span {
	cursor: pointer;
	display: inline-block;
}
.slider .btnPrev img,
.slider .btnNext img {
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.slider .btnPrev img,
	.slider .btnNext img {
		width: 4vw;
	}
	.slider .btnPrev {
		margin-left: 0;
		left: 2vw;
	}
	.slider .btnNext {
		margin-right: 0;
		right: 2vw;
	}
}

/* .visual--overlay */
.visual--overlay {
	background: rgba(242,241,237,0.3);
	height: 100%;
	position: absolute;
	top: 0;
	width: -webkit-calc((100% - 540px) / 2);
	width:         calc((100% - 540px) / 2);
	z-index: 9998;
}
.visual--overlay__left {
	left: 0;
}
.visual--overlay__right {
	right: 0;
}
@media only screen and (max-width: 1024px) {
	.visual--overlay {
		width: -webkit-calc((100% - (92% - 10vw)) / 2);
		width:         calc((100% - (92% - 10vw)) / 2);
	}
}


/* #layout
--------------------- */

#layout {
	overflow: hidden;
	position: relative;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	#layout {
		padding-top: 14.66vw;
	}
}


/* #header
--------------------- */

#header {
	height: 100vh;
	overflow: hidden;
	padding-top: 64px;
	position: relative;
	width: 100%;
}
.lower #header {
	height: auto;
	padding-bottom: 104px;
	padding-top: 0;
}
@media only screen and (max-width: 1024px) {
	#header {
		height: auto;
		overflow: visible;
		padding-top: 0;
	}
	.lower #header {
		padding-bottom: 3vw;
	}
}

/* .header--logo */
.header--logo {
	display: none;
	height: 80px;
	padding-top: 20px;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.header--logo {
		background: #b2483d;
		display: block;
		height: 14.66vw;
		left: 0;
		padding: 4vw 0 0 4.4vw;
		position: fixed;
		top: 0;
		text-align: left;
		width: 100%;
		z-index: 9;
	}
	.header--logo img {
		height: 6.66vw;
	}
	.lower .header--logo {
		display: block;
	}
}

/* .header--btn-movie */
.header--btn-movie {
	display: none;
}
@media only screen and (max-width: 1024px) {
	.header--btn-movie {
		display: block;
		left: 0;
		position: absolute;
		text-align: center;
		top: 54%;
		width: 100%;
	}
	.header--btn-movie a {
		background: rgba(255,255,255,0.5);
		border-radius: 15px;
		color: #ffffff;
		display: inline-block;
		font-family: AvenirNext;
		font-size: 18px;
		height: 30px;
		text-align: center;
		text-decoration: none;
		width: 100px;
	}
}

/* .header--visual */
.header--visual {
	height: 100%;
	position: relative;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.header--visual {
		height: 500px;
	}
}
.header--visual > div {
	background: url(https://lagent.jp/shinjuku-kabukicho/wp/wp-content/themes/shinjukukabukicho/img/header_bg_01.jpg) 50% 50% no-repeat;
	background-size: cover;
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.header--visual > div::after {
	content: '';
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 260px);
}
.header--visual #movie {
	height: 120%;
	position: relative;
	left: -10%;
	top: -10%;
	width: 120%;
}
@media screen and (max-width: 768px) {
	.header--visual #movie {
		display: none;
	}
}
.header--visual #movie_sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.header--visual #movie_sp {
		display: block;
		height: 120%;
		position: relative;
		left: -10%;
		top: -10%;
		width: 120%;
		height: 500px;
	}
}
video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 1024px) {
	.header--visual > div {
		background: url(https://lagent.jp/shinjuku-kabukicho/wp/wp-content/themes/shinjukukabukicho/img/header_bg_01@sp.jpg) 0% 0% no-repeat;
		background-size: 100% auto;
		height: auto;
		overflow: visible;
		/* padding-top: 92%; */
		width: 100%;
	}
}

/* .header--reservation */
.header--reservation {
	background: #C9CACA url(https://lagent.jp/shinjuku-kabukicho/wp/wp-content/themes/shinjukukabukicho/img/header_reservation_bg.svg) 0% 50% no-repeat;
	height: 100%;
	left: 0;
	font-size: 12px;
	padding: 115px 28px 0;
	position: absolute;
	top: 0;
	width: 260px;
}
.header--reservation--hd {
	margin-bottom: 30px;
	text-align: center;
}
.header--reservation--cols {
	margin-bottom: 20px;
}
	.header--reservation--cols:before,
	.header--reservation--cols:after {
		content: "";
		display: table;
	}
	.header--reservation--cols:after {
		clear: both;
	}
	.header--reservation--cols {
		zoom: 1;
	}
.header--reservation--cols--col {
	float: left;
	width: 46%;
}
.header--reservation--cols--col:nth-child(1) {
	float: left;
}
.header--reservation--cols--col:nth-child(2) {
	float: right;
}
.header--reservation--hd2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.header--reservation--row {
	margin-bottom: 20px;
}
.header--reservation input[type="text"],
.header--reservation select {
	background: #FFFFFF;
	border: 1px solid #303030;
	border-radius: 3px;
	font-size: 12px;
	height: 30px;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align: center;
}
.header--reservation--btn {
	text-align: center;
}
.header--reservation--btn button {
	background: #303030;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 12px 0;
	text-align: center;
	width: 100%;
}
.bookingDate {
	padding: 0!important;
}
.cmbNights {
	padding: 0 10px;
	width: 100%;
}
.cmbPerson0 {
	padding: 0 10px;
	width: 100%;
}
.dynDate {
	display: block;
	position: relative;
}
.dynDate-datepicker {
	left: 0;
	top: 100%;
}
.cmbARRY-after,
.cmbARRM-after {
	margin: 0 0.5em;
}
.cmbARRY {
	width: 60px;
}
.cmbARRM {
	width: 34px;
}
.cmbARRD {
	width: 34px;
}
@media only screen and (max-width: 1024px) {
	.header--reservation {
		background-size: auto 90%;
		height: auto;
		font-size: 3.2vw;
		padding: 6.67vw;
		position: relative;
		top: 0;
		width: 100%;
	}
	.header--reservation--hd {
		margin-bottom: 4vw;
		text-align: left;
	}
	.header--reservation--hd img {
		width: 40%;
	}
	.header--reservation input[type="text"],
	.header--reservation select {
		font-size: 3.2vw;
		height: 9vw;
		margin-bottom: 1vw;
	}
	.header--reservation--btn {
		text-align: center;
	}
	.header--reservation--btn button {
		font-size: 3.2vw;
		padding: 3.86vw 0;
	}
	.header--reservation--row {
		margin-bottom: 0;
		float: left;
		width: 40%;
	}
	.header--reservation--cols--col {
		padding-left: 2vw;
		width: 30%;
	}
	.cmbARRY {
		display: none;
	}
	.cmbARRY-after {
		display: none;
	}
	.cmbARRM {
		width: 10vw;
	}
	.cmbARRD {
		width: 10vw;
	}
}

/* .header--btn-menu */
.header--btn-menu {
	display: none;
}
@media only screen and (max-width: 1024px) {
	.header--btn-menu {
		background-image:
			linear-gradient(#ffffff, #ffffff),
			linear-gradient(#ffffff, #ffffff),
			linear-gradient(#ffffff, #ffffff);
		background-repeat: no-repeat;
		background-size: 5.33vw 2px;
		background-position:
			center calc(50% - 1.86vw),
			center center,
			center calc(50% + 1.86vw);
		cursor: pointer;
		display: block;
		height: 14.66vw;
		position: fixed;
		right: 0;
		top: 0;
		width: 14.66vw;
		z-index: 10;
	}
}

/* .header--btn-close */
.header--btn-close {
	display: none;
}
@media only screen and (max-width: 1024px) {
	.header--btn-close {
		cursor: pointer;
		display: block;
		height: 14.66vw;
		position: absolute;
		right: 0;
		top: 0;
		width: 14.66vw;
	}
	.header--btn-close::before,
	.header--btn-close::after {
		background: #ffffff;
		content: '';
		height: 2px;
		left: 50%;
		margin-left: -2.66vw;
		margin-top: -1px;
		position: absolute;
		top: 50%;
		width: 5.33vw;
	}
	.header--btn-close::before {
		transform: rotate(45deg);
	}
	.header--btn-close::after {
		transform: rotate(-45deg);
	}
}


/* .gnav
--------------------- */

.gnav {
	bottom: 0;
	height: 64px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.lower .gnav {
	left: 0;
	position: fixed;
	top: 0;
}
.gnav.fixed {
	left: 0;
	position: fixed;
	top: 0;
	background: #B2483D;
}
.gnav > div {
	background: #B2483D;
	height: 100%;
	width: 100%;
}
.gnav > div > div {
	display: table;
	height: 100%;
	width: 100%;
}
.gnav--col1 {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: right;
	width: 800px;
}
.gnav--col2 {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
	width: 150px;
}
.gnav--col2 img {
	height: 22px;
	width: 32px;
}
.gnav--col3 {
	display: table-cell;
	height: 100%;
	width: 160px;
}
@media only screen and (max-width: 1024px) {
	.gnav {
		display: none;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
	}
	.gnav > div {
		background: rgba(62,58,57,0.9);
		height: 100%;
	}
	.gnav > div > div {
		display: block;
	}
	.gnav--col1,
	.gnav--col2,
	.gnav--col3 {
		display: block;
		height: auto;
		width: 100%;
	}
	.gnav--col2 {
		margin-top: 10vw;
	}
	.gnav--col3 {
		margin-top: 10vw;
	}
}

.gnav li {
	display: inline;
}
.gnav--col1 li {
	margin-right: 5em;
}
.gnav--col1 a {
	color: #ffffff;
	font-family: AvenirNext;
	font-size: 1.4rem;
	text-decoration: none;
}
.gnav--col2 li {
	margin-right: 5%;
}
.gnav--col2 li:last-child {
	margin-right: 0;
}
.gnav--col3 a {
	background: #3E3A39;
	display: block;
	height: 100%;
	padding-top: 23px;
	text-align: center;
	width: 100%;
}
@media only screen and (max-width: 1270px) {
	.gnav--col1 li {
		margin-right: 4em;
	}
}
@media only screen and (max-width: 1200px) {
	.gnav--col1 li {
		margin-right: 2em;
	}
}
@media only screen and (max-width: 1024px) {
	.gnav li {
		text-align: center;
	}
	.gnav--col1 li {
		display: block;
		margin: 9.33vw 0 0;
	}
	.gnav--col1 a {
		font-size: 5.33vw;
	}
	.gnav--col1 li {
		margin-top: 8vw;
		margin-left: 0;
	}
	.gnav--col3 a {
		border: 1px solid #ffffff;
		border-radius: 5px;
		margin: 0 auto;
		padding: 3vw 0;
		width: 78.66%;
	}
	.gnav--col3 img {
		height: 3.39vw;
	}
}

/* .gnav--logo */
.gnav--logo {
	display: table-cell;
	height: 100%;
	padding-left: 2.75%;
	vertical-align: middle;
}
.gnav--logo img {
	height: 30px;
}
@media only screen and (max-width: 1024px) {
	.gnav--logo {
		display: block!important;
		height: 14.66vw!important;
		margin-bottom: 15vw;
		padding: 4vw 0 0!important;
		text-align: center;
	}
	.gnav--logo img {
		height: 6.66vw!important;
	}
}


/* .lang-switcher */
.lang-switcher {
	display: inline-block;
	position: relative;
	text-align: left;
}
.lang-switcher--current {
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-size: 1.3rem;
	line-height: 1;
	padding: 8px 30px 8px 14px;
	position: relative;
}
.lang-switcher--current:after {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	content: '';
	height: 6px;
	margin-top: -5px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: rotate(45deg);
	width: 6px;
}
.lang-switcher.open .lang-switcher--current:after {
	margin-top: -2px;
	transform: rotate(225deg);
}
.lang-switcher--list {
	background: #ffffff;
	border-radius: 3px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	display: none;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	white-space: nowrap;
	z-index: 10;
}
.lang-switcher.open .lang-switcher--list {
	display: block;
}
.lang-switcher--list li {
	display: block;
	margin: 0;
}
.lang-switcher--list a {
	color: #3E3A39;
	display: block;
	font-size: 1.3rem;
	padding: 10px 20px;
	text-align: left;
	text-decoration: none;
}
.lang-switcher--list a:hover {
	background: #F2F2F2;
}
.lang-switcher--list li.current a {
	background: #F2F2F2;
	font-weight: bold;
}
@media only screen and (max-width: 1024px) {
	.lang-switcher--current {
		font-size: 4vw;
		padding: 2.66vw 9.33vw 2.66vw 5.33vw;
	}
	.lang-switcher--current:after {
		height: 1.6vw;
		margin-top: -1.2vw;
		right: 4vw;
		width: 1.6vw;
	}
	.lang-switcher.open .lang-switcher--current:after {
		margin-top: -0.4vw;
	}
	.lang-switcher--list {
		left: 50%;
		right: auto;
		top: calc(100% + 2vw);
		transform: translateX(-50%);
	}
	.lang-switcher--list a {
		font-size: 4vw;
		padding: 3vw 6.66vw;
	}
}


/* #contents
--------------------- */

#contents {
	width: 100%;
}
	#contents:before,
	#contents:after {
		content: "";
		display: table;
	}
	#contents:after {
		clear: both;
	}
	#contents {
		zoom: 1;
	}

/* .cmn-hd1 */
.cmn-hd1 {
	padding: 40px 0;
	text-align: center;
}
@media only screen and (max-width: 1024px) {
	.cmn-hd1 {
		padding: 6vw 0;
		text-align: left;
	}
}

/* .cmn-more */
.cmn-more {
	margin-top: 40px;
	text-align: center;
}
.cmn-more a {
	background: #3e3a39;
	color: #ffffff;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
	padding: 21px 30px;
	text-decoration: none;
	min-width: 320px;
}
.cmn-more a:hover {
	opacity: 0.5;
}
@media only screen and (max-width: 1024px) {
	.cmn-more {
		margin-top: 5.33vw;
	}
	.cmn-more a {
		min-width: inherit;
		padding: 14px 0;
		width: calc(92% - 10vw);
	}
	.cmn-more a:hover {
		opacity: 0.5;
	}
}


/* .top--notice
--------------------- */

.top--notice {
	background: #fafafa;
	border: 1px solid #c9caca;
	margin: 50px auto 30px;
	padding: 20px 60px;
	max-width: 940px;
}
.top--notice--hd {
	margin-bottom: 15px;
}
.top--notice--hd > span {
	background: #b2483d;
	color: #ffffff;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	padding: 5px 20px;
}
.top--notice p {
	font-size: 1.4rem;
	line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
	.top--notice {
		margin: 6.93vw 4vw 3.33vw;
		padding: 4.26vw 5.73vw;
	}
	.top--notice--hd > span {
		font-size: 1.4rem;
	}
}


/* .top--recommend
--------------------- */

.top--recommend {
	margin: 0 auto 70px;
	max-width: 980px;
	padding: 0 20px;
}
	.top--recommend--items:before,
	.top--recommend--items:after {
		content: "";
		display: table;
	}
	.top--recommend--items:after {
		clear: both;
	}
	.top--recommend--items {
		zoom: 1;
	}
.top--recommend--item {
	float: left;
	margin-right: 2.135%;
	width: 31.91%;
}
.top--recommend--item:last-child {
	margin-right: 0;
}
.top--recommend--item p {
	font-size: 14px;
}
.top--recommend--item figure {
	margin-bottom: 15px;
}
.top--recommend--item figure img {
	width: 100%;
}
.top--recommend--btns {
	margin: 10px 0 0;
}
	.top--recommend--btns:before,
	.top--recommend--btns:after {
		content: "";
		display: table;
	}
	.top--recommend--btns:after {
		clear: both;
	}
	.top--recommend--btns {
		zoom: 1;
	}
.top--recommend--btns--item {
	float: left;
	margin-right: 3.33%;
	width: 46.66%;
}
.top--recommend--btns--item:last-child {
	margin-left: 0;
}
.top--recommend--btns--item a {
	background: #3e3a39 url(https://lagent.jp/shinjuku-kabukicho/img/top/plan_ico_arrow.png) 81.42% 50% no-repeat;
	-webkit-background-size: 3.57% auto;
	        background-size: 3.57% auto;
	border: 1px solid #222;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	color: #ffffff;
	display: block;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 13px;
	line-height: 1;
	padding: 8.56% 38.56% 8.56% 7.14%;
	text-align: center;
	text-decoration: none;
}
.top--recommend--btns--item a:hover {
	opacity: 0.5;
}
@media only screen and (max-width: 1024px) {
	.top--recommend {
		margin-bottom: 10vw;
		padding: 0;
		width: 92%;
	}
	.top--recommend--item {
		float: none;
		margin-bottom: 6vw;
		margin-right: 0;
		width: 100%;
	}
	.top--recommend .cmn-hd1 {
		padding: 6vw 5vw;
	}
	.top--recommend .cmn-hd1 img {
		width: 52vw;
	}
}


/* .top--concept
--------------------- */

.top--concept {
	margin: 0 auto 30px;
	max-width: 940px;
	padding-bottom: 50px;
	position: relative;
	width: 100%;
}
.top--concept .cmn-hd1 {
	padding-top: 0;
	text-align: left;
}
.top--concept--txt1 {
	margin-bottom: 40px;
}
.top--concept--content {
	background: #ffffff;
	margin: 0 0 0 auto;
	padding: 4.88%;
	position: relative;
	width: 53.19%;
	z-index: 2;
}
.top--concept--content p {
	font-size: 1.4rem;
	line-height: 2.28;
}
.top--concept--fig {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 62.76%;
	z-index: 1;
}
.top--concept--fig img {
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.top--concept {
		margin: 0 auto 6vw;
		padding-bottom: 0;
		width: 92%;
	}
	.top--concept .cmn-hd1 img {
		width: 37.33vw;
	}
	.top--concept--txt1 {
		margin-bottom: 6vw;
	}
	.top--concept--txt1 img {
		width: 38.93vw;
	}
	.top--concept--content {
		padding: 8vw 5vw;
		width: 100%;
	}
	.top--concept--content p {
		font-size: 1.4rem;
		line-height: 2.28;
	}
	.top--concept--fig {
		position: relative;
		width: 100%;
	}
	.top--concept--fig img {
		width: 100%;
	}
}


/* .top--room
--------------------- */

.top--room {
	margin: 0 auto 40px;
	max-width: 800px;
}
.top--room p {
	font-size: 1.4rem;
	line-height: 2.28;
}
@media only screen and (max-width: 1024px) {
	.top--room {
		margin: 0 auto 6vw;
		padding: 0 5vw;
		width: 92%;
	}
	.top--room .cmn-hd1 img {
		width: 24.13vw;
	}
}

/* .top--room-slider */
.top--room-slider {
	margin: 0 auto 70px;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.top--room-slider {
		margin-bottom: 10vw;
	}
}

.top--room-slider .visual-animate--layer--inner {
	max-width: 540px;
}
@media only screen and (max-width: 1024px) {
	.top--room-slider .visual-animate--layer--inner {
		max-width: calc(92% - 10vw);
	}
}
.top--room-slider ul.slide > li {
	margin-right: 10px;
}

.top--room-slider .btnPrev,
.top--room-slider .btnNext {
	height: 360px;
}
.top--room-slider .btnPrev {
	margin-left: -340px;
	left: 50%;
}
.top--room-slider .btnNext {
	margin-right: -340px;
	right: 50%;
}
@media only screen and (max-width: 1024px) {
	.top--room-slider .btnPrev,
	.top--room-slider .btnNext {
		height: 53.33vw;
	}
	.top--room-slider .btnPrev img,
	.top--room-slider .btnNext img {
		width: 4vw;
	}
	.top--room-slider .btnPrev {
		margin-left: 0;
		left: 1vw;
	}
	.top--room-slider .btnNext {
		margin-right: 0;
		right: 1vw;
	}
}


/* .top--restaurant
--------------------- */

.top--restaurant {
	margin: 0 auto 30px;
	max-width: 940px;
}
.top--restaurant--hd1 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.top--restaurant--txt1 {
	font-weight: bold;
}
.top--restaurant--cols {
	background: url(https://lagent.jp/shinjuku-kabukicho/img/top/restaurant_fig_01.jpg) 0% 0% no-repeat;
	background-size: auto 480px;
	padding-top: 525px;
}
	.top--restaurant--cols::before,
	.top--restaurant--cols::after {
		content: "";
		display: table;
	}
	.top--restaurant--cols::after {
		clear: both;
	}
	.top--restaurant--cols {
		zoom: 1;
	}
.top--restaurant--cols--col1 {
	float: right;
	width: 67%;
}
.top--restaurant--cols--col1 p {
	font-size: 1.4rem;
	line-height: 1.75;
	margin-bottom: 20px;
}
.top--restaurant--cols--col2 {
	float: left;
	text-align: center;
	width: 33%;
}
.top--restaurant--cols--col2 img {
	width: 45%;
}
@media only screen and (max-width: 1024px) {
	.top--restaurant {
		margin: 0 auto 10vw;
		width: 92%;
	}
	.top--restaurant--in {
		background: #ffffff;
	}
	.top--restaurant .cmn-hd1 {
		margin: 0 5vw;
	}
	.top--restaurant .cmn-hd1 img {
		width: 52vw;
	}
	.top--restaurant--cols {
		background: url(https://lagent.jp/shinjuku-kabukicho/img/top/restaurant_fig_01.jpg) 0% 100% no-repeat;
		background-size: auto 64vw;
		padding-bottom: 64vw;
		padding-top: 0;
	}
	.top--restaurant--cols--col1 {
		float: none;
		padding: 0 5vw;
		width: 100%;
	}
	.top--restaurant--cols--col2 {
		float: none;
		padding: 0 5vw 6.66vw;
		width: 100%;
	}
	.top--restaurant--cols--col2 img {
		width: 26.66vw;
	}
	.top--restaurant .cmn-more {
		padding: 0 5vw;
	}
	.top--restaurant .cmn-more a {
		width: 100%;
	}
}


/* .top--access
--------------------- */

.top--access {
	margin-bottom: 70px;
}
.top--access p {
	font-size: 1.4rem;
	line-height: 2.28;
	margin-bottom: 20px;
	text-align: center;
}
.top--access iframe {
	border: 0;
	display: block;
	height: 440px;
	margin: 30px auto 0;
	max-width: 940px;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.top--access {
		margin: 0 auto 10vw;
		padding: 0 5vw;
		width: 92%;
	}
	.top--access .cmn-hd1 img {
		width: 29.33vw;
	}
	.top--access p {
		text-align: left;
	}
	.top--access iframe {
		height: 64vw;
		margin: 30px -5vw 0;
		width: calc(100% + 12vw);
	}
}


/* .cmn-location
--------------------- */

.cmn-location {
	margin: 0 auto 30px;
	max-width: 940px;
}
	.cmn-location--items::before,
	.cmn-location--items::after {
		content: "";
		display: table;
	}
	.cmn-location--items::after {
		clear: both;
	}
	.cmn-location--items {
		zoom: 1;
	}
.cmn-location--item {
	float: left;
	margin: 0 3% 3% 0;
	width: 48.5%;
}
	.cmn-location--item::before,
	.cmn-location--item::after {
		content: "";
		display: table;
	}
	.cmn-location--item::after {
		clear: both;
	}
	.cmn-location--item {
		zoom: 1;
	}
.cmn-location--item:nth-child(2n) {
	margin-right: 0;
}
.cmn-location--item:nth-child(2n+1) {
	clear: both;
}
.cmn-location--item:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.cmn-location--item figure {
	float: left;
	width: 48%;
}
.cmn-location--item figure img {
	width: 100%;
}
.cmn-location--content {
	float: left;
	padding-left: 4.38%;
	width: 52%;
}
.cmn-location--cat {
	margin-bottom: 15px;
}
.cmn-location--cat span {
	background: #b2483d;
	color: #ffffff;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	min-width: 80px;
	padding: 6px 0;
	text-align: center;
}
.cmn-location--title {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.cmn-location--txt {
	font-size: 1.4rem;
	line-height: 1.75;
}
@media only screen and (max-width: 1024px) {
	.cmn-location {
		margin: 0 auto 10vw;
	}
	.cmn-location .cmn-hd1 {
		margin: 0 auto;
		padding: 6vw 5vw;
		width: 92%;
	}
	.cmn-location .cmn-hd1 img {
		width: 41.33vw;
	}
	.cmn-location--item {
		float: none;
		margin: 0 auto 6vw!important;
		width: 92%;
	}
	.cmn-location--item:last-child {
		margin-bottom: 0!important;
	}
	.cmn-location--item figure {
		float: none;
		margin-bottom: 3.2vw;
		width: 100%;
	}
	.cmn-location--content {
		float: none;
		padding: 0 5vw;
		width: 100%;
	}
}


/* .top--news
--------------------- */

.top--news {
	margin: 0 auto 70px;
	max-width: 940px;
}
.top--news--items {
	border-top: 1px solid #c9caca;
	font-size: 1.4rem;
}
.top--news--item {
	border-bottom: 1px solid #c9caca;
	line-height: 1.7;
	padding: 20px 70px;
}
	.top--news--item::before,
	.top--news--item::after {
		content: "";
		display: table;
	}
	.top--news--item::after {
		clear: both;
	}
	.top--news--item {
		zoom: 1;
	}
.top--news--item time {
	display: block;
	float: left;
	width: 17.5%;
}
.top--news--item a {
	display: block;
	float: right;
	text-decoration: none;
	width: 82.5%;
}
@media only screen and (max-width: 1024px) {
	.top--news {
		margin: 0 auto 13vw;
	}
	.top--news .cmn-hd1 {
		margin: 0 auto;
		padding: 6vw 5vw;
		width: 92%;
	}
	.top--news .cmn-hd1 img {
		width: 22.66vw;
	}
	.top--news--items {
		margin: 0 auto;
		width: 92%;
	}
	.top--news--item {
		padding: 5% 5vw;
	}
	.top--news--item time {
		float: none;
		margin-bottom: 8px;
		width: 100%;
	}
	.top--news--item a {
		float: none;
		width: 100%;
	}
}


/* .page-top
--------------------- */

.page-top {
	background: #3e3a39 url(https://lagent.jp/shinjuku-kabukicho/wp/wp-content/themes/shinjukukabukicho/img/page_top_ico.svg) 50% 50% no-repeat;
	bottom: 20px;
	border-radius: 30px;
	cursor: pointer;
	height: 60px;
	position: absolute;
	right: 20px;
	width: 60px;
	z-index: 99998;
}
.page-top__fixed {
	bottom: 20px;
	position: fixed;
	right: 20px;
}
.page-top:hover {
	background-color: #000000;
	opacity: 1!important;
}
@media only screen and (max-width: 1024px) {
	.page-top {
		bottom: 4vw;
		right: 4vw;
	}
}


/* #footer
--------------------- */

#footer {
	background: #b2483d;
	padding-top: 30px;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	#footer {
		padding-top: 2vw;
	}
}

/* .footer--cols */
.footer--cols {
	color: #ffffff;
	font-size: 1.1rem;
	margin: 0 auto 30px;
	max-width: 940px;
	position: relative;
}
	.footer--cols::before,
	.footer--cols::after {
		content: "";
		display: table;
	}
	.footer--cols::after {
		clear: both;
	}
	.footer--cols {
		zoom: 1;
	}
.footer--col1,
.footer--col2,
.footer--col3,
.footer--col4 {
	float: left;
	padding: 3.2% 2%;
	width: 25%;
}
.footer--col1 {
	padding: 3px 2%;
	text-align: center;
}
.footer--col1::after,
.footer--col2::after,
.footer--col3::after {
	background: #ffffff;
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 1px;
}
.footer--col1::after {
	left: 25%;
}
.footer--col2::after {
	left: 50%;
}
.footer--col3::after {
	left: 75%;
}
.footer--col2 p {
	line-height: 2;
	margin-bottom: 10px;
}
.footer--col2 p:last-child {
	margin-bottom: 0;
}
.footer--col2 p a {
	color: #ffffff;
	text-decoration: none;
}
.footer--col3 li {
	line-height: 1.3;
	margin-bottom: 18px;
}
.footer--col3 li:last-child {
	margin-bottom: 0;
}
.footer--col3 a {
	color: #ffffff;
	text-decoration: none;
}
.footer--col4 img {
	width: 28px;
}
.footer--col4 ul {
	margin-top: 20px;
}
.footer--col4 li {
	display: inline-block;
	margin-right: 20px;
}
.footer--logo {
	margin-bottom: 20px;
}
.footer--group {
	text-align: center;
}
.footer--group a {
	background: #ffffff;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	padding: 9px 0;
	text-decoration: none;
	width: 81%;
}
.footer--group a:hover {
	opacity: 0.5;
}
@media only screen and (max-width: 1024px) {
	.footer--cols {
		font-size: 1.2rem;
		margin: 0 auto;
		width: 92%;
	}
	.footer--col1,
	.footer--col2,
	.footer--col3,
	.footer--col4 {
		border-bottom: 1px solid #ffffff;
		float: none;
		padding: 6.66vw 5vw!important;
		width: 100%;
	}
	.footer--col4 {
		border-bottom: none;
	}
	.footer--col1::after,
	.footer--col2::after,
	.footer--col3::after {
		display: none;
	}
	.footer--col4 img {
	}
	.footer--col4 p {
		display: inline-block;
		margin-right: 40px;
	}
	.footer--col4 ul {
		display: inline-block;
		margin-top: 0;
	}
	.footer--logo {
		margin-bottom: 3.2vw;
	}
	.footer--group a {
		font-size: 1.6rem;
		padding: 14px 0;
		width: 100%;
	}
}

/* .footer--copyright */
.footer--copyright {
	background: #303030;
	color: #ffffff;
	font-size: 10px;
	padding: 10px 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.footer--copyright {
		padding-bottom: 60px;
	}
}


/* ROOM
--------------------- */

.room--lead {
	margin: 0 auto 60px;
	max-width: 800px;
}
.room--lead p {
	font-size: 1.4rem;
	line-height: 2.28;
}
@media only screen and (max-width: 1024px) {
	.room--lead {
		margin: 0 auto 5.33vw;
		padding: 0 5vw;
		width: 92%;
	}
	.room--lead .cmn-hd1 img {
		width: 24.13vw;
	}
}

.room--items {
	margin: 0 auto 80px;
	max-width: 940px;
}
	.room--items::before,
	.room--items::after {
		content: "";
		display: table;
	}
	.room--items::after {
		clear: both;
	}
	.room--items {
		zoom: 1;
	}
.room--item {
	float: left;
	margin: 0 6.4% 5.31% 0;
	width: 46.8%;
}
.room--item:nth-child(2n) {
	margin-right: 0;
}
.room--item:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.room--item:nth-child(2n+1) {
	clear: both;
}
.room--item--title {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 10px;
}
.room--item--content {
	font-size: 1.4rem;
	line-height: 2.14;
}
.room--item--fig {
	margin-bottom: 20px;
}
.room--item--fig a {
	display: block;
	position: relative;
}
.room--item--fig a::after {
	background: url(https://lagent.jp/shinjuku-kabukicho/img/room/room_btn_prev.svg) 5% 50% no-repeat;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.room--item--fig a::before {
	background: url(https://lagent.jp/shinjuku-kabukicho/img/room/room_btn_next.svg) 95% 50% no-repeat;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.room--item--fig img {
	width: 100%;
}
.room--item--fig > div {
	display: none;
}
@media only screen and (max-width: 1024px) {
	.room--items {
		margin: 0 auto 8vw;
		width: 92%;
	}
	.room--item {
		float: none;
		margin: 0 0 8vw 0!important;
		width: 100%;
	}
	.room--item:last-child {
		margin-bottom: 0!important;
	}
	.room--item--title {
		font-size: 1.6rem;
		margin-bottom: 10px;
		padding: 0 5vw;
	}
	.room--item--content {
		font-size: 1.3rem;
		line-height: 1.92;
		padding: 0 5vw;
	}
	.room--item--fig a::after {
		background: url(https://lagent.jp/shinjuku-kabukicho/wp/wp-content/themes/shinjukukabukicho/img/slider_btn_prev.svg) 5% 50% no-repeat;
		background-size: auto 45px;
	}
	.room--item--fig a::before {
		background: url(https://lagent.jp/shinjuku-kabukicho/wp/wp-content/themes/shinjukukabukicho/img/slider_btn_next.svg) 95% 50% no-repeat;
		background-size: auto 45px;
	}
}

/* .room--facility */
.room--facility {
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	margin-bottom: 60px;
	position: relative;
}
.room--facility > div {
	margin: 0 auto;
	max-width: 940px;
}
.room--facility--in {
	padding-top: 60px;
	width: 56.38%;
}
.room--facility--hd {
	margin-bottom: 20px;
}
.room--facility--sec {
	margin-bottom: 60px;
}
.room--facility--sec p {
	font-size: 1.4rem;
	line-height: 2.14;
}
.room--facility--fig1 {
	height: 100%;
	left: 67%;
	position: absolute;
	top: 0;
}
.room--facility--fig1 img {
	height: 100%;
}
@media only screen and (max-width: 1024px) {
	.room--facility {
		border-bottom: none;
		margin-bottom: 0;
	}
	.room--facility--in {
		padding-top: 9.33vw;
		width: 100%;
	}
	.room--facility--sec {
		margin: 0 auto 8vw;
		padding: 0 5vw;
		width: 92%;
	}
	.room--facility--fig1 {
		background: #ffffff;
		height: auto;
		left: 0;
		padding: 4% 4% 14.66vw;
		position: relative;
	}
	.room--facility--fig1 img {
		height: auto;
		width: 100%;
	}
}


/* ROOM
--------------------- */

/* .restaurant--in */
.restaurant--in {
	margin: 0 auto 60px;
	max-width: 800px;
}
.restaurant--in p {
	font-size: 1.4rem;
	line-height: 2.28;
	margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
	.restaurant--in {
		margin: 0 auto 5.33vw;
		padding: 0 5vw;
		width: 92%;
	}
}

/* .restaurant--fig1 */
.restaurant--fig1 {
	margin: 0 auto;
	max-width: 940px;
}
.restaurant--fig1 img {
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.restaurant--fig1 {
		width: 92%;
	}
}

/* .restaurant--sec1 */
.restaurant--sec1 {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
	padding-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
	.restaurant--sec1 {
		margin-bottom: 3.33vw;
		padding-bottom: 9.33vw;
	}
	.restaurant--sec1 .cmn-hd1 img {
		width: 52vw;
	}
}

/* .restaurant--sec2 */
.restaurant--sec2 {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
	padding-bottom: 70px;
}
.restaurant--sec2--txt1 {
	font-size: 1.6rem;
	font-weight: bold;
}
@media only screen and (max-width: 1024px) {
	.restaurant--sec2 {
		margin-bottom: 3.33vw;
		padding-bottom: 9.33vw;
	}
	.restaurant--sec2 .cmn-hd1 img {
		width: 42.8vw;
	}
}

/* .restaurant--sec3--figs */
.restaurant--sec3 {
	margin-bottom: 80px;
}
.restaurant--sec3--figs {
	margin: 0 auto 50px;
	max-width: 940px;
}
	.restaurant--sec3--figs::before,
	.restaurant--sec3--figs::after {
		content: "";
		display: table;
	}
	.restaurant--sec3--figs::after {
		clear: both;
	}
	.restaurant--sec3--figs {
		zoom: 1;
	}
.restaurant--sec3--fig {
	float: left;
	margin-right: 2.135%;
	width: 31.91%;
}
.restaurant--sec3--fig:last-child {
	margin-right: 0;
}
.restaurant--sec3--fig img {
	width: 100%;
}
.restaurant--sec3--txt1 {
	font-size: 1.6rem;
	font-weight: bold;
}
@media only screen and (max-width: 1024px) {
	.restaurant--sec3 .cmn-hd1 img {
		width: 56vw;
	}
	.restaurant--sec3--figs {
		margin: 0 auto 50px;
		width: 92%;
	}
}


/* ACCESS
--------------------- */

/* .restaurant--sec1 */
.access--sec1 {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
	padding-bottom: 70px;
}
.access--sec1 > div {
	margin: 0 auto;
	max-width: 940px;
}
.access--sec1 p {
	font-size: 1.4rem;
	line-height: 2.28;
	margin-bottom: 20px;
	text-align: center;
}
.access--sec1 iframe {
	border: 0;
	display: block;
	height: 420px;
	margin: 30px auto 0;
	max-width: 940px;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.access--sec1 {
		margin-bottom: 3.33vw;
		padding-bottom: 9.33vw;
	}
	.access--sec1 > div {
		padding: 0 5vw;
		width: 92%;
	}
	.access--sec1 .cmn-hd1 img {
		width: 29.33vw;
	}
	.access--sec1 p {
		text-align: left;
	}
	.access--sec1 iframe {
		height: 64vw;
		margin: 30px -5vw 0;
		width: calc(100% + 12vw);
	}
}

/* .cmn-location */
.access .cmn-location {
	margin-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
	.access .cmn-location .cmn-hd1 img {
		width: 40.8vw;
	}
	.access .cmn-location--items {
		margin-bottom: 8vw;
	}
}


/* LOCATION
--------------------- */

.location--items {
	padding-bottom: 40px;
}
.location--item {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
	.location--item::before,
	.location--item::after {
		content: "";
		display: table;
	}
	.location--item::after {
		clear: both;
	}
	.location--item {
		zoom: 1;
	}
.location--item > div {
	margin: 0 auto;
	max-width: 940px;
}
.location--item--fig {
	float: left;
	width: 51%;
}
.location--item--fig img {
	width: 100%;
}
.location--item--content {
	float: right;
	width: 45%;
}
.location--item--title {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.location--item--option {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 30px;
}
.location--item--option th {
	padding-bottom: 10px;
	padding-right: 20px;
}
.location--item--option td {
	padding-bottom: 10px;
}
.location--item--option tr:last-child th,
.location--item--option tr:last-child td {
	padding-bottom: 0;
}
.cmn-location--txt p {
	margin-bottom: 20px;
}
.cmn-location--txt p:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
	.location .cmn-hd1 {
		margin: 0 auto;
		padding: 6vw 5vw;
		width: 92%;
	}
	.location .cmn-hd1 img {
		width: 41.33vw;
	}
	.location--items {
		padding-bottom: 5.33vw;
	}
	.location--item {
		margin: 0 auto 9.33vw;
		padding-bottom: 9.33vw;
	}
	.location--item--fig {
		float: none;
		margin: 0 auto 3.73vw;
		width: 92%;
	}
	.location--item--content {
		float: none;
		margin: 0 auto;
		padding: 0 5vw;
		width: 92%;
	}
	.location--item--option {
		font-size: 1.3rem;
		margin-top: 5vw;
	}
}


/* NEWS
--------------------- */

.news--items {
	margin: 0 auto;
	max-width: 940px;
}
.news--item {
	border-bottom: 1px solid #c9caca;
	margin-bottom: 70px;
	padding: 0 70px 60px;
}
.news--item time {
	color: #999999;
	display: block;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.news--item--title {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.75;
	margin-bottom: 20px;
}
.news--item--title a {
	text-decoration: none;
}
.news--item--content {
	font-size: 1.4rem;
	line-height: 1.75;
}
@media only screen and (max-width: 1024px) {
	.news .cmn-hd1 {
		margin: 0 auto;
		padding: 6vw 5vw;
		width: 92%;
	}
	.news .cmn-hd1 img {
		width: 22.66vw;
	}
	.news--items {
		width: 92%;
	}
	.news--item {
		margin-bottom: 8vw;
		padding: 0 5vw 8vw;
	}
	.news--item time {
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	.news--item--title {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
}


/* TERMS
--------------------- */

.terms--sec1 {
	font-size: 1.4rem;
	line-height: 1.75;
	margin: 0 auto 70px;
	max-width: 940px;
}
@media only screen and (max-width: 1024px) {
	.terms--sec1 {
		margin: 0 auto 5vw;
		padding: 6vw 5vw;
		width: 92%;
	}
	.terms--sec1 .cmn-hd1 img {
		width: 34.66vw;
	}
}


/* PRIVACY
--------------------- */

.privacy--sec1 {
	font-size: 1.4rem;
	line-height: 1.75;
	margin: 0 auto 70px;
	max-width: 940px;
}
@media only screen and (max-width: 1024px) {
	.privacy--sec1 {
		margin: 0 auto 5vw;
		padding: 6vw 5vw;
		width: 92%;
	}
	.privacy--sec1 .cmn-hd1 img {
		width: 70.66vw;
	}
}


/* RECRUIT
--------------------- */

.recruit--sec1 {
	margin: 0 auto;
	max-width: 940px;
}
.recruit--sec1 p {
	font-size: 1.4rem;
	line-height: 1.75;
	margin-bottom: 40px;
	padding: 0 70px;
}
.recruit--option {
	border-top: 1px solid #c9caca;
	font-size: 1.4rem;
	line-height: 1.75;
	margin: 0 auto 70px;
	max-width: 940px;
	width: 100%;
}
.recruit--option th {
	border-bottom: 1px solid #c9caca;
	font-weight: bold;
	padding: 40px 40px 40px 70px;
	white-space: nowrap;
}
.recruit--option td {
	border-bottom: 1px solid #c9caca;
	padding: 40px 70px 40px 0;
}
.recruit--fig1 {
	margin: 0 auto 70px;
	max-width: 940px;
}
.recruit--fig1 img {
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.recruit--sec1 {
		width: 92%;
	}
	.recruit--sec1 .cmn-hd1 {
		padding: 6vw 5vw;
	}
	.recruit--sec1 .cmn-hd1 img {
		width: 34.66vw;
	}
	.recruit--sec1 p {
		margin-bottom: 6.66vw;
		padding: 0 5vw;
	}
	.recruit--option {
		margin: 0 auto 6.66vw;
	}
	.recruit--option th {
		border-bottom: none;
		display: block;
		padding: 6.66vw 5vw 5px;
		white-space: normal;
		width: 100%;
	}
	.recruit--option td {
		display: block;
		padding: 0 5vw 6.66vw;
		width: 100%;
	}
	.recruit--fig1 {
		margin: 0 auto 10vw;
		width: 92%;
	}
}


/* FAQ
--------------------- */

/* .faq--items */
.faq--items {
	border-top: 1px solid #c9caca;
	margin: 0 auto 70px;
	max-width: 940px;
}
.faq--item {
	border-bottom: 1px solid #c9caca;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 40px;
	padding: 15px 1em;
}
.faq--item--title {
	background: url(https://lagent.jp/shinjuku-kabukicho/img/faq/ico_down.svg) 100% 50% no-repeat;
	-webkit-background-size: 20px auto;
	        background-size: 20px auto;
	cursor: pointer;
	font-size: 18px;
}
.faq--item--title__opened {
	background-image: url(https://lagent.jp/shinjuku-kabukicho/img/faq/ico_up.svg);
}
.faq--item--contents {
	display: none;
}
.faq--item dl {
	line-height: 1.7;
	margin: 30px 0;
}
.faq--item dt {
	font-size: 16px;
	padding: 10px 10px 10px 45px;
	position: relative;
}
.faq--item dt span {
	color: #d8bb85;
	font-size: 21px;
	left: 15px;
	position: absolute;
	top: 5px;
}
.faq--item dd {
	background: #f7f6f1;
	font-size: 14px;
	padding: 10px 10px 10px 45px;
	position: relative;
}
.faq--item dd span {
	color: #d8bb85;
	font-size: 21px;
	left: 15px;
	position: absolute;
	top: 5px;
}
.faq--item dd p {
	display: inline;
	margin-top: 10px;
}
.faq--item dd *:first-child {
	margin-top: 0;
}
@media only screen and (max-width: 750px) {
	.faq .cmn-hd1 {
		margin: 0 auto;
		padding: 6vw 5vw;
		width: 92%;
	}
	.faq .cmn-hd1 img {
		width: 18.66vw;
	}
	.faq--items {
		margin: 0 auto 10vw;
		width: 92%;
	}
	.faq--item {
		margin: 0;
		padding: 10px 1em;
	}
	.faq--item--title {
		-webkit-background-size: 12px auto;
				background-size: 12px auto;
		font-size: 12px;
	}
	.faq--item dl {
		margin: 20px 0;
	}
	.faq--item dt {
		font-size: 12px;
	}
	.faq--item dt span {
		font-size: 16px;
	}
	.faq--item dd {
		font-size: 12px;
	}
	.faq--item dd span {
		font-size: 16px;
	}
}


/* CONTACT
--------------------- */

.contact--sec1 {
	margin: 0 auto 70px;
	max-width: 800px;
}
.contact--form--item {
	font-size: 1.4rem;
	margin-bottom: 30px;
	width: 100%;
}
.contact--form--item input {
	background: #ffffff;
	border: 0;
	border-radius: 5px;
	font-size: 1.4rem;
	height: 60px;
	padding: 0 20px;
	width: 100%;
}
.contact--form--item textarea {
	background: #ffffff;
	border: 0;
	border-radius: 5px;
	font-size: 1.4rem;
	height: 150px;
	padding: 20px;
	width: 100%;
}
.contact--form--item dt {
	font-weight: bold;
	margin-bottom: 10px;
}
.contact--btns {
	margin-top: 40px;
	text-align: center;
}
.contact--btn {
	background: #3e3a39;
	color: #ffffff;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 20px;
	min-width: 320px;
	padding: 21px 30px;
	text-decoration: none;
}
.contact--btn:hover {
	opacity: 0.5;
}
.contact--complete--hd {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
}
.contact--complete--msg {
	font-size: 1.4rem;
	line-height: 1.75;
}
@media only screen and (max-width: 1024px) {
	.contact--sec1 {
		margin: 0 auto 10vw;
		width: 92%;
	}
	.contact--sec1 .cmn-hd1 {
		margin: 0 auto;
		padding: 6vw 5vw;
	}
	.contact--sec1 .cmn-hd1 img {
		width: 38.66vw;
	}
	.contact--form {
		background: #ffffff;
		padding: 5vw;
	}
	.contact--form--item {
		margin-bottom: 0;
		padding: 0 0 5vw;
	}
	.contact--form--item input {
		background: #fafafa;
		border: 1px solid #c9caca;
		border-radius: 0;
		height: 40px;
	}
	.contact--form--item textarea {
		background: #fafafa;
		border: 1px solid #c9caca;
		border-radius: 0;
		height: 95px;
	}
	.contact--btns {
		margin-top: 0;
	}
	.contact--btn {
		margin: 0 2%;
		min-width: inherit;
		padding: 14px 0;
		width: 40%;
	}
	.contact--btn:hover {
		opacity: 0.5;
	}
}
/* .top--instagram
--------------------- */
#instafeed {
	display: flex;
}
#instafeed img {
	width: 100%;
	opacity: .7;
}
#instafeed a:hover img {
	opacity: 1;
	transition: 1.0s ;
}
.top--instagram--item {
    width: 100%;
}
.top--instagram {
    margin: 0 auto 70px;
    width: 100%;
		max-width: 970px;
}
@media only screen and (max-width: 1024px) {
	#instafeed {
		flex-wrap: wrap;
	}
	#instafeed img {
		opacity: 1;
	}
	.top--instagram--item {
	    width: 50%;
			padding: 3px;
	}
	.top--instagram {
		margin: 0 auto 10vw;
		width: 92%;
	}
	.top--restaurant--in {
		background: #ffffff;
	}
	.top--instagram .cmn-hd1 {
		margin: 0 5vw;
	}
	.top--instagram .cmn-hd1 img {
		width: 52vw;
	}
}

/*corona 200527*/
.corona section{
  font-size:120%!important;
}
.corona h1{
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}

.corona h2{
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
  border-bottom:dotted 1px #B2483D;
}
.corona section{
  margin: 40px auto;
  
}
.corona figure{
  margin-bottom:40px;
}
@media only screen and (max-width: 1024px) {
.corona h1{
  font-size: 2.2rem;
  margin-bottom: 0px;
}
.corona h2{
  font-size: 1.8rem;
}
.corona section{
  margin: 20px auto 40px;
  
}
.corona figure{
  margin-bottom:20px!important;
}
}
.corona01 div{
  margin: 40px auto 60px;
  width:96%;
}
.corona02 div{
 display: flex;
 justify-content: center;
 align-items: center;
margin: 40px auto 60px;
}
.corona02 div figure{
 width:46%;
 margin: auto 2%;
}

.corona02 div p{
 width:46%;
 margin: auto 2%;
}
@media only screen and (max-width: 1024px) {
.corona02 div{
 display: block;
 justify-content: center;
 align-items: center;
margin: 40px auto 60px;
}
.corona02 div figure{
 width:96%;
 margin: auto 2%;
}
.corona02 div p{
 width:96%;
 margin: auto 2%;
}
}
.corona03 div{
 display: flex;
 justify-content: center;
 align-items: center;
margin: 40px auto 60px;
flex-flow: row-reverse;
}
.corona03 div figure{
 width:46%;
 margin: auto 2%;
}

.corona03 div p{
 width:46%;
 margin: auto 2%;
}
@media only screen and (max-width: 1024px) {
.corona03 div{
 display: block;
 justify-content: center;
 align-items: center;
margin: 40px auto 60px;
}
.corona03 div figure{
 width:96%;
 margin: auto 2%;
}
.corona03 div p{
 width:96%;
 margin: auto 2%;
}
}


.global-reservation-modal {
	background: #DBDBDB;
	bottom: 0;
	font-size: 14px;
	line-height: 1;
	max-width: 900px;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 999999;
}
.global-reservation-modal * {
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.global-reservation-modal {
		display: none;
	}
	.global-reservation-modal .sp-hide {
		display: none;
	}
}
.global-reservation-modal__close {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	height: 40px;
	justify-content: center;
	padding: 0 20px;
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 768px) {
	.global-reservation-modal__close {
		flex-shrink: 0;
		padding: 0;
		position: relative;
		width: 40px;
	}
}
.global-reservation-modal .icon {
	height: 12px;
	margin-right: 4px;
	vertical-align: -1px;
}
@media screen and (max-width: 768px) {
	.global-reservation-modal .icon {
		margin-right: 1vw;
		height: 3vw;
	}
}
.global-reservation-modal .btn {
	background: #6C757D;
	border-radius: 4px 4px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 10px 20px;
	text-decoration: none;
}
.global-reservation-modal__tabs {
	box-shadow: inset 0 -1px 0 #EDEDED;
	align-items: center;
	background: #D1D1D1;
	display: flex;
}
.global-reservation-modal__tabs__item {
	align-items: center;
	background: #EDEDED;
	color: #333;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	height: 40px;
	justify-content: center;
	padding: 0 20px;
}
@media screen and (max-width: 768px) {
	.global-reservation-modal__tabs__item {
		font-size: 3.4vw;
		padding: 0;
		width: 100%;
	}
}
.global-reservation-modal__tabs__item span {
	display: inline-block;
}
.global-reservation-modal__tabs__item:hover,
.global-reservation-modal__tabs__item.current {
	background: #DBDBDB;
}
.global-reservation-modal__tab-contents__item {
	display: none;
	padding: 20px;
}
@media screen and (max-width: 768px) {
	.global-reservation-modal__tab-contents__item {
		padding: 4vw;
	}
}
.global-reservation-modal__tab-contents__item:nth-child(1) {
	display: block;
}
.global-reservation-modal__tab-contents__lists {
	border-top: 1px solid #EDEDED;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.global-reservation-modal__tab-contents__lists {
		margin-top: 4vw;
		padding-top: 4vw;
	}
}
.global-reservation-modal__tab-contents__cols {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.global-reservation-modal__tab-contents__cols {
		justify-content: space-between;
	}
}
.global-reservation-modal__tab-contents__cols select,
.global-reservation-modal__tab-contents__cols input {
	background: #fff;
	border: 1px solid #ccc;
	height: 32px;
	padding: 0 8px;
}
.global-reservation-modal__tab-contents__cols input {
	width: 150px;
}
.global-reservation-modal__tab-contents__cols select[name="goDepAirPort"] {
	width: 140px;
}
.global-reservation-modal__tab-contents__cols select[name="dpPerson"] {
	width: 60px;
}
@media screen and (max-width: 768px) {
	.global-reservation-modal__tab-contents__cols input,
	.global-reservation-modal__tab-contents__cols select[name="goDepAirPort"] {
		width: 100%;
	}
}
.global-reservation-modal__tab-contents__cols__col {
	margin-right: 24px;
}
@media screen and (max-width: 768px) {
	.global-reservation-modal__tab-contents__cols__col {
		margin-bottom: 4vw;
		margin-right: 0;
		width: 48%;
	}
	.global-reservation-modal__tab-contents__cols__col:first-child {
		width: 100%;
	}
}
.global-reservation-modal__tab-contents__cols__col:last-child {
	margin-right: 0;
}
@media screen and (max-width: 768px) {
	.global-reservation-modal__tab-contents__cols__col:last-child {
		margin-bottom: 0;
		text-align: center;
		width: 100%;
	}
}
.global-reservation-modal__tab-contents__cols__col label {
	display: block;
	margin-bottom: 8px;
}
.global-reservation-modal__tab-contents__cols__col button {
	display: block;
}
.global-reservation-btn {
	align-items: center;
	background: #000;
	bottom: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 18px;
	height: 48px;
	justify-content: center;
	line-height: 1;
	position: fixed;
	right: 0;
	z-index: 999998;
	width: 200px;
}
.global-reservation-btn span {
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.global-reservation-btn {
		width: 100%;
	}
}



   /* 再生ボタンを非表示にする（iOS Safari用） */
        video::-webkit-media-controls-start-playback-button {
            display: none !important;
            -webkit-appearance: none;
        }
        
        video::-webkit-media-controls {
            display: none !important;
        }
        
        video {
            outline: none;
        }