@charset "UTF-8";

/*
**************************************************************************
*	LDH kitchen THE TOKYO HANEDA OFFICIAL SITE common.css
**************************************************************************/

@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		common - reset YUI
-------------------------------------------------- */
/**
YUI 3.10.0 (build a03ce0e)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/** cssreset */
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}


/* --------------------------------------------------
		base
-------------------------------------------------- */
/* Noto Sans Japanese */
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: local('Noto Sans CJK JP Light'),
        local('Noto Sans JP Light'),
        url(../fonts/NotoSansCJKjp-Light.woff) format('woff'),
        url(../fonts/NotoSansCJKjp-Light.ttf) format('truetype');
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: local('Noto Sans CJK JP Regular'),
        local('Noto Sans JP Regular'),
        url(../fonts/NotoSansCJKjp-Regular.woff) format('woff'),
        url(../fonts/NotoSansCJKjp-Regular.ttf) format('truetype');
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: local('Noto Sans CJK JP Bold'),
        local('Noto Sans JP Bold'),
        url(../fonts/NotoSansCJKjp-Bold.woff) format('woff'),
        url(../fonts/NotoSansCJKjp-Bold.ttf) format('truetype');
}
/* Cinzel */
@font-face {
   font-family: 'Cinzel';
   font-style: normal;
   font-weight: 400;
   src: local('Cinzel Regular'),
        local('Cinzel-Regular'),
        url(../fonts/Cinzel-Regular.woff) format('woff'),
        url(../fonts/Cinzel-Regular.ttf) format('truetype');
}
@font-face {
   font-family: 'Cinzel';
   font-style: normal;
   font-weight: 700;
   src: local('Cinzel Bold'),
        local('Cinzel-Bold'),
        url(../fonts/Cinzel-Bold.woff) format('woff'),
        url(../fonts/Cinzel-Bold.ttf) format('truetype');
}

* {
	margin: 0;
	padding: 0;
}
html {
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 62.5%;
	font-weight: 400;
	line-height: 2.4;
	color: #333333;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	overflow-y: scroll;
}
body {
	font-size: 1.3rem;
	overflow: hidden;
}
a {
	outline: none;
	color: #333333;
	text-decoration: underline;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
	text-decoration: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (max-width: 767px) {
body {
	min-width: 0;
}
a:hover {
	text-decoration: underline;
}
span[data-action="call"] a {
	text-decoration: none;
}
img {
	width: 100%;
	max-width: none;
}
}


/* --------------------------------------------------
		module
-------------------------------------------------- */
.m-font-en {
	font-family: "Cinzel", "Noto Sans Japanese", sans-serif;
	letter-spacing: 0.05em;
}
.m-cfx:after {
	content: "";
	display: table;
	clear: both;
}
.m-pc {
	display: block;
}
.m-sp {
	display: none;
}
.m-ancher {
	padding-top: 0;
	margin-top: 0;
}
.m-cts__inner {
	position: relative;
	z-index: 1;
	padding: 0 40px;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
}
.m-bold {
	font-weight: 700;
}
.m-center {
	text-align: center;
}
.m-left {
	text-align: left;
}
.m-right {
	text-align: right;
}

@media screen and (max-width: 767px) {
.m-pc {
	display: none;
}
.m-sp {
	display: block;
}
.m-ancher {
	padding-top: 0;
	margin-top: 0;
}
.m-cts__inner {
	padding: 0 20px;
}
}


/* --------------------------------------------------
		loader
-------------------------------------------------- */
.loader {
	position: fixed;
	z-index: 300;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
.loader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	transform: translate(-50%, -50%);
	display: none;
}

@media screen and (max-width: 767px) {
.loader-inner {
	width: 150px;
}
}


/* --------------------------------------------------
		parts
-------------------------------------------------- */
.p-outlink {
	position: relative;
	display: inline-block;
}
.p-outlink:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 12px;
	padding-left: 5px;
	padding-right: 3px;
	background-repeat: no-repeat;
	background-size: 14px 12px;
	background-position: 5px 50%;
}
.p-outlink.w:after {
	background-image: url(../img/icon_outslide-w.png);
}
.p-outlink.b:after {
	background-image: url(../img/icon_outslide-b.png);
}
.p-link__button01 {
	position: relative;
	display: block;
	width: 320px;
	background-color: #ffffff;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.1rem;
	text-decoration: none;
	line-height: 1.3;
	padding: 22px 0;
	color: #777777;
	transition: opacity .2s ease;
}
.p-link__button01:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	border-top: 1px solid #000000;
	width: 40px;
	transition: right .2s ease;
}
.p-link__button01:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	border-top: 1px solid #000000;
	width: 15px;
	transform-origin: right top;
	transform: rotate(30deg);
	transition: right .2s ease;
}
.p-link__button01 span {
	display: block;
	font-size: 1.6rem;
	color: #000000;
}
.p-link__button01:hover {
	opacity: 0.85;
}
.p-link__button01:hover:before,
.p-link__button01:hover:after {
	right: 7px;
}
.p-link__button02 {
	position: relative;
	display: block;
	width: 220px;
	background-color: #000000;
	box-sizing: border-box;
	text-align: left;
	text-decoration: none;
	padding: 8px 60px 8px 20px;
	color: #ffffff;
	transition: opacity .2s ease;
}
.p-link__button02:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	border-top: 1px solid #ffffff;
	width: 40px;
	transition: right .2s ease;
}
.p-link__button02:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	border-top: 1px solid #ffffff;
	width: 15px;
	transform-origin: right top;
	transform: rotate(30deg);
	transition: right .2s ease;
}
.p-link__button02:hover {
	opacity: 0.85;
}
.p-link__button02:hover:before,
.p-link__button02:hover:after {
	right: 7px;
}
.p-link__button02.m-font-en {
	font-size: 1.5rem;
	padding: 7px 60px 4px 20px;
}
.p-link__button02.icon--pdf {
	background-image: url(../img/icon_pdf-w.png);
	background-size: 18px 20px;
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) 50%;
}
.p-link__button02.icon--pdf:before,
.p-link__button02.icon--pdf:after {
	content: none;
}
.p-link__button03 {
	position: relative;
	display: block;
	width: 320px;
	background-color: #b7312f;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.1rem;
	text-decoration: none;
	line-height: 1.3;
	padding: 22px 0;
	color: #ffffff;
	transition: opacity .2s ease;
}
.p-link__button03:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	border-top: 1px solid #ffffff;
	width: 40px;
	transition: right .2s ease;
}
.p-link__button03:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	border-top: 1px solid #ffffff;
	width: 15px;
	transform-origin: right top;
	transform: rotate(30deg);
	transition: right .2s ease;
}
.p-link__button03 span {
	display: block;
	font-size: 1.6rem;
	color: #ffffff;
}
.p-link__button03:hover {
	opacity: 0.85;
}
.p-link__button03:hover:before,
.p-link__button03:hover:after {
	right: 7px;
}
.p-link__button04 {
	position: relative;
	display: block;
	width: 220px;
	background-color: #000000;
	box-sizing: border-box;
	text-align: right;
	text-decoration: none;
	padding: 8px 20px 8px 60px;
	color: #ffffff;
	transition: opacity .2s ease;
}
.p-link__button04:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	border-top: 1px solid #ffffff;
	width: 40px;
	transition: left .2s ease;
}
.p-link__button04:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	border-top: 1px solid #ffffff;
	width: 15px;
	transform-origin: left bottom;
	transform: rotate(-30deg);
	transition: left .2s ease;
}
.p-link__button04:hover {
	opacity: 0.85;
}
.p-link__button04:hover:before,
.p-link__button04:hover:after {
	left: 7px;
}
.p-link__button04.m-font-en {
	font-size: 1.5rem;
	padding: 7px 20px 4px 60px;
}
.p-link__button05 {
	position: relative;
	display: block;
	width: 220px;
	background-color: #ffffff;
	box-sizing: border-box;
	text-align: left;
	text-decoration: none;
	padding: 8px 60px 8px 20px;
	color: #000000;
	transition: opacity .2s ease;
}
.p-link__button05:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	border-top: 1px solid #000000;
	width: 40px;
	transition: right .2s ease;
}
.p-link__button05:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	border-top: 1px solid #000000;
	width: 15px;
	transform-origin: right top;
	transform: rotate(30deg);
	transition: right .2s ease;
}
.p-link__button05:hover {
	opacity: 0.85;
}
.p-link__button05:hover:before,
.p-link__button05:hover:after {
	right: 7px;
}
.p-link__button05.m-font-en {
	font-size: 1.5rem;
	padding: 7px 60px 4px 20px;
}
.p-visual {
	background-size: cover;
	background-position: center center;
}
.p-visual .m-cts__inner {
	display: table;
	height: 500px;
}
.p-visual .inner {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
}
.p-visual .title {
	font-size: 10.0rem;
	line-height: 1.0;
	margin-bottom: 10px;
	word-break: break-all;
}
.p-visual .text {
	font-size: 1.3rem;
}
.p-gmap {
	position: relative;
}
.p-gmap .gmap-wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 55%;
	background-color: #f2f2f2;
}
.p-gmap #gmap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
}
.p-gmap .gmap-button {
	position: absolute;
	bottom: 25px;
	right: 15px;
	z-index: 1;
	display: block;
	width: 150px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding: 6px 0;
	border: 1px solid #000000;
	background-color: #000000;
	transition: color .2s ease,
				background-color .2s ease;
}
.p-gmap .gmap-button:hover {
	color: #000000;
	background-color: #ffffff;
}
.p-2col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.p-2col .p-2col--left {
	width: 250px;
}
.p-2col .p-2col--right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.p-icon--zoom {
	position: relative;
	display: block;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.p-icon--zoom:before {
	content: "";
	position: absolute;
	display: block;
	z-index: 1;
	bottom: 15px;
	right: 15px;
	width: 29px;
	height: 29px;
	background-image: url(../img/icon_zoom-w.png);
	background-size: 100% 100%;
	transition: transform .2s ease;
}
.p-icon--zoom:hover:before {
	transform: scale(1.1);
}
.p-icon--zoom:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	opacity: 0;
	transition: opacity .2s ease;
}
.p-icon--zoom:hover:after {
	opacity: 1;
}
.p-comingsoon {
	padding: 200px 0;
}
.p-comingsoon .comingsoon-text {
	text-align: center;
	font-size: 6.0rem;
	line-height: 1.4;
	color: #000000;
}

@media screen and (max-width: 767px) {
.p-link__button01 {
	width: 100%;
}
.p-link__button01:hover {
	opacity: 1;
}
.p-link__button01:hover:before,
.p-link__button01:hover:after {
	right: 15px;
}
.p-link__button02 {
	width: 59.70149253731343%;
	min-width: 200px;
	margin: 0 auto;
}
.p-link__button02:hover {
	opacity: 1;
}
.p-link__button02:hover:before,
.p-link__button02:hover:after {
	right: 15px;
}
.p-link__button03 {
	width: 100%;
}
.p-link__button03:hover {
	opacity: 1;
}
.p-link__button03:hover:before,
.p-link__button03:hover:after {
	right: 15px;
}
.p-link__button05 {
	width: 59.70149253731343%;
	min-width: 200px;
	margin: 0 auto;
}
.p-link__button05:hover {
	opacity: 1;
}
.p-link__button05:hover:before,
.p-link__button05:hover:after {
	right: 15px;
}
.p-visual .m-cts__inner {
	display: table;
	height: 177.8666666666667vw;
}
.p-visual .title {
	font-size: 6.0rem;
	margin-bottom: 20px;
}
.p-visual .text {
	font-size: 1.3rem;
}
.p-gmap .gmap-wrap {
	padding-bottom: 400px;
}
.p-gmap .gmap-button:hover {
	color: #ffffff;
	background-color: #000000;
}
.p-2col {
	display: block;
}
.p-2col .p-2col--left {
	width: 100%;
}
.p-icon--zoom:hover:before {
	transform: scale(1);
}
.p-icon--zoom:after {
	content: none;
}
.p-comingsoon {
	padding: 150px 0;
}
.p-comingsoon .comingsoon-text {
	font-size: 3.8rem;
}
}


/* --------------------------------------------------
		header
-------------------------------------------------- */
.header {
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	backface-visibility: hidden;
}
.header-navi {
	position: absolute;
	z-index: 10;
	right: 0;
}
.header-navi > li {
	float: left;
	position: relative;
}
.header .language-button > a {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	padding-top: 18px;
	font-size: 1.4rem;
	color: #ffffff;
	font-weight: 700;
	border: 1px solid #eeeeee;
	border-top: none;
	background-color: rgba(0,0,0,0.2);
}
.header .language-button > a:after {
	content: "";
	position: absolute;
	top: 40px;
	left: 29px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	transform: rotate(-135deg);
	transition: top .2s ease,
				transform .2s ease;
}
.header .language-button > a.active:after {
	top: 43px;
	transform: rotate(45deg);
}
.header .language-button ul {
	display: none;
	padding: 10px 0;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-top: none;
}
.header .language-button ul a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333333;
	opacity: 0.5;
	transition: opacity .2s ease;
}
.header .language-button ul a:hover,
.header .language-button ul a.active {
	opacity: 1;
}
.header .menu-button a {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	font-size: 0;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-left: none;
	border-top: none;
}
.header.nolanguage .menu-button a {
	border-left: 1px solid #eeeeee;
}
.header .menu-button a span {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #000000;
	top: 50%;
	left: 25px;
	transition: all .2s ease;
}
.header .menu-button a:before {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #000000;
	top: calc(50% - 6px);
	left: 25px;
	transition: all .2s ease;
}
.header .menu-button a:after {
	content: "";
	position: absolute;
	display: block;
	width: 10px;
	height: 2px;
	background-color: #000000;
	top: calc(50% + 6px);
	left: 25px;
	transition: all .2s ease;
}
.header .menu-button a:hover span {
	width: 26px;
}
.header .menu-button a:hover:before {
	width: 26px;
}
.header .menu-button a:hover:after {
	width: 16px;
}
.header .menu-button a.active span {
	opacity: 0;
}
.header .menu-button a.active:before {
	width: 26px !important;
	top: 50%;
	left: calc(50% - 13px);
	transform: rotate(45deg);
}
.header .menu-button a.active:after {
	width: 26px !important;
	top: 50%;
	left: calc(50% - 13px);
	transform: rotate(-45deg);
}
.header .menu-button a.active:hover:before {
	width: 30px !important;
	left: calc(50% - 15px);
}
.header .menu-button a.active:hover:after {
	width: 30px !important;
	left: calc(50% - 15px);
}
.header .reserve-button a {
	position: relative;
	z-index: 1;
	display: block;
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	padding-top: 20px;
	font-size: 1.0rem;
	color: #ffffff;
	background-color: #000000;
	transition: width .3s ease,
				margin-left .3s ease;
}
.header .reserve-button a span {
	display: block;
	font-size: 1.2rem;
}
.header .reserve-button a:hover {
	width: 210px;
	margin-left: -140px;
}
.header.nolanguage .reserve-button a:hover {
	width: 140px;
	margin-left: -70px;
}
/* header-menu */
.header-menu {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: rgba(183,49,47,0.9);
	backface-visibility: hidden;
	transition: left 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.header-menu.active {
	left: 0;
}
.header-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.header-menu .m-cts__inner {
	padding-top: 100px;
	padding-bottom: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-logo {
	display: block;
	width: 228px;
}
.header-sns {
	margin-top: 45px;
	text-align: center;
}
.header-sns li {
	margin-bottom: 10px;
}
.header-sns li a {
	color: #ffffff;
	font-size: 1.6rem;
	text-decoration: none;
}
.header-sns li a:hover {
	text-decoration: underline;
}
.header-sns li img {
	width: 15px;
	vertical-align: middle;
	padding-right: 10px;
}
.header-box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 50px;
}
.header-list {
	font-size: 2.6rem;
	color: #ffffff;
	margin-bottom: 40px;
}
.header-list a {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.5;
	transition: opacity .2s ease;
}
.header-list a:hover {
	opacity: 1;
}
.header-list .line {
	margin-left: 20px;
	opacity: 0.5;
}
.header-list ul {
	display: inline-block;
}
.header-list ul li {
	display: inline-block;
	margin-left: 20px;
}
.header-list ul li:after {
	content: "/";
	padding-left: 20px;
	color: #ffffff;
	opacity: 0.5;
}
.header-list ul li:last-child:after {
	content: none;
}
.header-list ul li span {
	opacity: 0.5;
}

@media screen and (max-width: 987px) {
.header-logo {
	width: 150px;
}
.header-box {
	padding: 0 40px;
}
.header-list {
	font-size: 2.0rem;
}
.header-list .line {
	margin-left: 15px;
}
.header-list ul li {
	margin-left: 15px;
}
.header-list ul li:after {
	padding-left: 15px;
}
}

@media screen and (max-width: 767px) {
.header .language-button {
	position: absolute;
	top: 70px;
	right: -100vw;
	transition: right 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.header .language-button.active {
	right: 0;
}
.header .language-button > a {
	background-color: transparent;
}
.header .language-button ul {
	border: none;
}
.header .language-button ul a:hover {
	opacity: 1;
}
.header .menu-button a {
	border-top: none;
	border-right: none;
	border-left: 1px solid #eeeeee;
}
.header .menu-button a:hover span {
	width: 20px;
}
.header .menu-button a:hover:before {
	width: 20px;
}
.header .menu-button a:hover:after {
	width: 10px;
}
.header .menu-button a.active:hover:before {
	width: 26px !important;
	left: calc(50% - 13px);
}
.header .menu-button a.active:hover:after {
	width: 26px !important;
	left: calc(50% - 13px);
}
.header .reserve-button {
	display: none;
}
/* header-menu */
.header-menu .m-cts__inner {
	padding-top: 40px;
	padding-bottom: 100px;
	display: block;
}
.header-logo {
	width: 172px;
	margin-bottom: 40px;
}
.header-sns {
	position: absolute;
	margin-top: 0;
	bottom: 40px;
	left: 0;
	width: 100%;
	letter-spacing: -0.4em;
}
.header-sns li {
	display: inline-block;
	letter-spacing: 0;
	margin-bottom: 0;
	padding: 0 15px;
}
.header-sns li a {
	font-size: 1.3rem;
}
.header-sns li a:hover {
	text-decoration: none;
}
.header-box {
	display: block;
	padding: 0 20px;
}
.header-list {
	font-size: 1.5rem;
	margin-bottom: 20px;
	margin-right: -20px;
}
.header-list a:hover {
	opacity: 0.5;
}

@media screen and (max-width: 320px) {
.header-list ul li {
	margin-left: 5px;
}
.header-list ul li:after {
	padding-left: 5px;
}
}
}


/* --------------------------------------------------
		banner
-------------------------------------------------- */
.banner {
	padding: 60px 0;
	border-top: 1px solid #f0f0f0;
}
.banner-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -30px 0 0 -30px;
}
.banner-list li {
	width: 50%;
	padding: 30px 0 0 30px;
	box-sizing: border-box;
}
.banner-list li a {
	display: block;
	transition: opacity .2s ease;
}
.banner-list li a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 767px) {
.banner {
	padding: 30px 0;
}
.banner-list {
	display: block;
	margin: -15px 0 0 -15px;
}
.banner-list li {
	width: 100%;
	padding: 15px 0 0 15px;
}
.banner-list li a:hover {
	opacity: 1;
}
}


/* --------------------------------------------------
		footer
-------------------------------------------------- */
.footer {
	background-color: #000000;
}
.footer .box01 {
	padding: 50px 0 60px;
}
.footer .box01-1 {
	margin-bottom: 30px;
}
.footer-logo {
	display: block;
	width: 228px;
	margin: 0 auto 15px;
}
.footer-sns {
	letter-spacing: -0.4em;
	text-align: center;
}
.footer-sns li {
	display: inline-block;
	letter-spacing: 0;
	margin: 0 20px;
}
.footer-sns li a {
	color: #ffffff;
	font-size: 1.6rem;
	text-decoration: none;
}
.footer-sns li a:hover {
	text-decoration: underline;
}
.footer-sns li img {
	width: 15px;
	vertical-align: middle;
	padding-right: 10px;
}
.footer-info {
	float: left;
	width: 35%;
	color: #ffffff;
	font-size: 1.2rem;
	padding-right: 50px;
	box-sizing: border-box;
}
.footer-info a {
	color: #ffffff;
	text-decoration: none;
}
.footer-info a:hover {
	text-decoration: underline;
}
.footer-info .list {
	margin-bottom: 20px;
}
.footer-info .list dt {
	float: left;
}
.footer-info .reserve a {
	display: block;
	width: 200px;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	line-height: 1.2;
	text-decoration: none;
	padding: 8px 0;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	transition: color .2s ease,
				background-color .2s ease;
}
.footer-info .reserve a span {
	display: block;
	font-size: 1.6rem;
}
.footer-info .reserve a:hover {
	color: #ffffff;
	background-color: #000000;
}
.footer-navi {
	float: left;
	width: 35%;
	padding-right: 30px;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 1.2rem;
}
.footer-navi a {
	color: #ffffff;
}
.footer-navi .line {
	margin-left: 10px;
	opacity: 0.5;
}
.footer-navi > li {
	margin-bottom: 5px;
}
.footer-navi ul {
	display: inline-block;
}
.footer-navi ul li {
	margin-left: 10px;
	display: inline-block;
}
.footer-app {
	letter-spacing: -0.4em;
	text-align: right;
	margin-top: -50px;
}
.footer-app li {
	display: inline-block;
	letter-spacing: 0;
	width: 135px;
	margin-left: 10px;
	margin-top: 10px;
}
.footer-app li:first-child {
	margin-left: 0;
}
.footer-app a {
	transition: opacity .2s ease;
}
.footer-app a:hover {
	opacity: 0.8;
}
.footer .box02 {
	padding: 30px 0 20px;
	text-align: center;
	border-top: 1px solid #484848;
}
.footer-relative {
	letter-spacing: -0.4em;
	margin: 0 auto 10px;
	width: 100%;
	max-width: 600px;
}
.footer-relative li {
	display: inline-block;
	letter-spacing: 0;
	padding: 2px 15px;
}
.footer-relative li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.2rem;
}
.footer-relative li a:hover {
	text-decoration: underline;
}
.footer-copyright {
	color: #808080;
	font-size: 1.2rem;
}
.pagetop {
	position: fixed;
	z-index: 110;
	bottom: 50px;
	right: 50px;
	display: none;
}
.pagetop a {
	position: relative;
	display: block;
	font-size: 0;
	width: 50px;
	height: 50px;
	background-color: #000000;
	transition: all .2s ease;
}
.pagetop a:hover {
	opacity: 0.8;
}
.pagetop a:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 50%;
	height: 10px;
	border-left: 1px solid #ffffff;
	transform-origin: left top;
	transform: rotate(45deg);
}
.pagetop a:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 50%;
	height: 26px;
	border-left: 1px solid #ffffff;
}

@media screen and (max-width: 1150px) {
.footer-info,
.footer-navi {
	width: calc((100% - 145px) * 0.5);
}
.footer-app {
	margin-top: -100px;
}
}

@media screen and (max-width: 767px) {
.footer-logo {
	width: 190px;
}
.footer .box01-2 {
	padding-left: 20px;
	padding-right: 20px;
}
.footer-sns li a {
	font-size: 1.3rem;
}
.footer-sns li a:hover {
	text-decoration: none;
}
.footer-info {
	float: none;
	width: 100%;
	padding-right: 0;
	margin-bottom: 30px;
}
.footer-info a:hover {
	text-decoration: none;
}
.footer-info .reserve a {
	width: 100%;
	padding: 12px 0;
}
.footer-info .reserve a:hover {
	color: #000000;
	background-color: #ffffff;
}
.footer-navi {
	float: none;
	width: 100%;
	padding-right: 0;
	margin-bottom: 30px;
}
.footer-app {
	text-align: center;
	margin-top: 0;
}
.footer-app li {
	margin-left: 10px;
	margin-top: 0;
}
.footer-app a:hover {
	opacity: 1;
}
.footer-relative li a:hover {
	text-decoration: none;
}
.footer-copyright {
	font-size: 1.0rem;
}
.pagetop {
	bottom: 15px;
	right: 15px;
}
.pagetop a:hover {
	opacity: 1;
}
}



/* --------------------------------------------------
		magnific-popup
-------------------------------------------------- */
.mfp-fade.mfp-bg {
	transition: all 0.3s ease;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	transition: all 0.3s ease;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-zoom-out-cur,
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: default !important;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer !important;
}
.mfp-gallery .mfp-figure:after {
	content: none;
}
.mfp-gallery img.mfp-img {
	padding: 100px 0;
}
.mfp-fade .mfp-image-holder .mfp-close,
.mfp-fade .mfp-iframe-holder .mfp-close {
	font-size: 0;
	width: 30px;
	height: 30px;
	background-image: url(../img/icon_close.png);
	background-size: 100% 100%;
	right: 0;
	padding: 0 0;
	opacity: 1;
	transition: opacity .2s ease;
}
.mfp-fade .mfp-close:active {
	top: 0;
}
.mfp-gallery .mfp-image-holder .mfp-close {
	top: 50px !important;
}
.mfp-fade .mfp-image-holder .mfp-close:hover,
.mfp-fade .mfp-iframe-holder .mfp-close:hover {
	opacity: 0.5;
}
.mfp-gallery .mfp-arrow-left:before,
.mfp-gallery .mfp-arrow-right:before {
	content: none;
}
.mfp-gallery .mfp-arrow {
	opacity: 1;
	transition: opacity .2s ease;
}
.mfp-gallery .mfp-arrow:active {
	margin-top: -55px;
}
.mfp-gallery .mfp-arrow:hover {
	opacity: 0.5;
}
.mfp-gallery .mfp-arrow-left:after {
	width: 20px;
	height: 20px;
	border: none;
	border-top: 4px solid #ffffff;
	border-left: 4px solid #ffffff;
	opacity: 1;
	transform: rotate(-45deg);
}
.mfp-gallery .mfp-arrow-right:after {
	width: 20px;
	height: 20px;
	border: none;
	border-top: 4px solid #ffffff;
	border-left: 4px solid #ffffff;
	opacity: 1;
	transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
.mfp-gallery img.mfp-img {
	padding: 50px 0;
}
.mfp-fade .mfp-image-holder .mfp-close,
.mfp-fade .mfp-iframe-holder .mfp-close {
	transform: scale(0.75);
}
.mfp-gallery .mfp-image-holder .mfp-close {
	top: 10px !important;
}
.mfp-fade .mfp-image-holder .mfp-close:hover,
.mfp-fade .mfp-iframe-holder .mfp-close:hover {
	opacity: 1;
}
.mfp-gallery .mfp-arrow:hover {
	opacity: 1;
}
}


/* --------------------------------------------------
		slick
-------------------------------------------------- */
.slick-dots li {
	display: inline-block;
	margin: 0 10px;
}
.slick-dots li button {
	font-size: 0;
	width: 9px;
	height: 9px;
	background-color: #999999;
	cursor: pointer;
}
.slick-dots li.slick-active  button {
	background-color: #b7312f;
}
.slick-prev {
	position: absolute;
	z-index: 10;
	top: calc(50% - 30px);
	left: 30px;
	color: #ffffff;
	font-size: 1.2rem;
	text-decoration: none !important;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.slick-prev:before {
	content: "";
	display: block;
	border: 2px solid #ffffff;
	width: 45px;
	height: 45px;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.slick-prev:after {
	content: "";
	position: absolute;
	display: block;
	top: 15px;
	left: 18px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	width: 12px;
	height: 12px;
	transform: rotate(-45deg);
	transition: left .2s ease;
}
.slick-prev:hover:after {
	left: 13px;
}
.slick-next {
	position: absolute;
	z-index: 10;
	top: calc(50% - 30px);
	right: 30px;
	color: #ffffff;
	font-size: 1.2rem;
	text-decoration: none !important;
	text-align: center;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.slick-next:before {
	content: "";
	display: block;
	border: 2px solid #ffffff;
	width: 45px;
	height: 45px;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.slick-next:after {
	content: "";
	position: absolute;
	display: block;
	top: 15px;
	right: 18px;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	width: 12px;
	height: 12px;
	transform: rotate(135deg);
	transition: right .2s ease;
}
.slick-next:hover:after {
	right: 13px;
}

@media screen and (max-width: 767px) {
.slick-prev {
	top: calc(50% - 15px);
	left: 10px;
	font-size: 0;
}
.slick-prev:before {
	width: 30px;
	height: 30px;
}
.slick-prev:after {
	top: 11px;
	left: 13px;
	width: 8px;
	height: 8px;
}
.slick-next {
	top: calc(50% - 15px);
	right: 10px;
	font-size: 0;
}
.slick-next:before {
	width: 30px;
	height: 30px;
}
.slick-next:after {
	top: 11px;
	right: 13px;
	width: 8px;
	height: 8px;
}
}

