@charset "UTF-8";
/*------------------------------

Common

------------------------------*/
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #242424;
	height: 100%;
}
@media all and (min-width: 768px) {
	body {
		font-size: 1.4rem;
		line-height: 1.75;
		letter-spacing: 0.02rem;
	}
}
@media all and (max-width: 767px) {
	body {
		font-size: 1.2rem;
		line-height: 1.75;
		letter-spacing: 0.02rem;
	}
}
::selection {
	background: #777777;
	color: #FFFFFF;
}
::-moz-selection {
	background: #777777;
	color: #FFFFFF;
}
#wrap {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
div, p, figure, figcaption {
	margin: 0;
	padding: 0;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
	display: block;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*------------------------------

Header

------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 80px;
	background-color: #transparent;
	border-bottom: 1px solid #D8D8D8;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
@media all and (max-width: 767px) {
	header {
		overflow: hidden;
		height: 80px;
		margin-top: -1px;
		border: none;
	}
}
@media all and (max-width: 767px) {
	header {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
header #header-inner {
	width: 100%;
	padding-left: 6.00293%;
	padding-right: 6.00293%;
	position: relative;
}
header #header-inner #h-logo {
	position: absolute;
	left: 50%;
	height: auto;
	z-index: 4;
}
@media all and (min-width: 768px) {
	header #header-inner #h-logo {
		width: 80px;
		margin-left: -40px;
		top: 16px;
	}
}
@media all and (max-width: 767px) {
	header #header-inner #h-logo {
		width: 60px;
		margin-left: -30px;
		top: 12px;
	}
}
header #header-inner #h-logo img {
	display: block;
	height: auto;
}
@media all and (min-width: 768px) {
	header #header-inner #h-logo img {
		width: 80px;
	}
}
@media all and (max-width: 767px) {
	header #header-inner #h-logo img {
		width: 60px;
	}
}
header #header-inner nav {
	width: 100%;
	text-align: center;
}
@media all and (max-width: 767px) {
	header #header-inner nav {
		text-align: center;
		padding-top: 100px;
		font-size: 1.8rem;
		line-height: 2;
	}
}
header #header-inner nav li {
	display: inline-block;
}
header #header-inner nav a {
	color: #242424;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
header #header-inner nav a:hover {
	color: #999999;
	text-decoration: none;
}
header #header-inner nav ul {
	width: 100%;
}
@media all and (min-width: 768px) {
	header #header-inner nav ul {
		position: relative;
	}
}
@media all and (min-width: 768px) {
	header #header-inner nav ul li {
		width: 160px;
		margin-top: 28px;
		font-size: 14px;
		border-left: 1px solid #777777;
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 3px;
	}
}
@media all and (max-width: 767px) {
	header #header-inner #nav_btn {
		display: block;
	}
	header #header-inner nav ul li {
		display: block;
	}
}
@media all and (min-width: 768px) {
	header #header-inner nav ul li:last-child {
		top: 0;
		right: 0;
		margin-right: 0;
		border-right: 1px solid #6C6C6C;
	}
}
header #header-inner #nav-sns {
	width: 100%;
	margin-top: 40px;
	font-size: 1.8rem;
	text-align: center;
}
@media all and (min-width: 768px) {
	header #header-inner #nav-sns {
		display: none;
	}
}
header #header-inner #nav-sns a {
	color: #242424;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
header #header-inner #nav-sns a:hover {
	color: #777777;
}
header #header-inner #nav-sns li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
header #header-inner #nav_btn {
	z-index: 3;
	position: fixed;
	top: 21px;
	right: 20px;
	background-color: transparent!important;
	padding: 10px;
	border: none!important;
}

@media all and (min-width: 768px) {
	header #header-inner #nav_btn {
		display: none;
	}
}
header #header-inner #nav_btn .nav_btn_trigger {
	display: block;
	position: relative;
	width: 20px;
	height: 16px;
}
header #header-inner #nav_btn .nav_btn_trigger span {
	display: block;
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: -moz-transform .4s ease;
	-ms-transition: -ms-transform .4s ease;
	-o-transition: -o-transform .4s ease;
	transition: transform .4s ease;
	position: absolute;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #888;
}
header #header-inner #nav_btn .nav_btn_trigger span:nth-of-type(1) {
	top: 0;
}
header #header-inner #nav_btn .nav_btn_trigger span:nth-of-type(2) {
	top: 8px;
}
header #header-inner #nav_btn .nav_btn_trigger span:nth-of-type(3) {
	top: 16px;
}
header #header-inner #nav_btn .nav_btn_trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	-moz-transform: translateY(8px) rotate(-45deg);
	-ms-transform: translateY(8px) rotate(-45deg);
	-o-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
header #header-inner #nav_btn .nav_btn_trigger.active span:nth-of-type(2) {
	display: none;
}
header #header-inner #nav_btn .nav_btn_trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	-moz-transform: translateY(-8px) rotate(45deg);
	-ms-transform: translateY(-8px) rotate(45deg);
	-o-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
@media all and (max-width: 767px) {
	header nav li {
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		transform: translateY(10px);
		opacity: 0;
	}
}
@media all and (max-width: 767px) {
	header nav li:nth-child(1) {
		transition-delay: 0ms;
	}
}
@media all and (max-width: 767px) {
	header nav li:nth-child(2) {
		transition-delay: 100ms;
	}
}
@media all and (max-width: 767px) {
	header nav li:nth-child(3) {
		transition-delay: 200ms;
	}
}
@media all and (max-width: 767px) {
	header nav li:nth-child(4) {
		transition-delay: 300ms;
	}
}
@media all and (max-width: 767px) {
	header nav li:nth-child(5) {
		transition-delay: 400ms;
	}
}
@media all and (max-width: 767px) {
	header nav li:nth-child(6) {
		transition-delay: 500ms;
	}
}
header.active-mobile {
	height: 100%;
	background-color: #FFFFFF !important;
}
@media all and (max-width: 767px) {
	header.active-mobile nav li {
		transform: translateY(0px);
		opacity: 1;
	}
}
/*------------------------------

Buttons

------------------------------*/
@media all and (min-width: 768px) {
	.content-btn {
		width: 180px;
	}
}
@media all and (max-width: 767px) {
	.content-btn {
		width: 100%;
	}
}
.content-btn a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #FFFFFF;
	font-size: 2rem;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
@media all and (min-width: 768px) {
	.content-btn a {
		width: 180px;
	}
}
@media all and (max-width: 767px) {
	.content-btn a {
		width: 180px;
		margin: 0 auto;
	}
}
.content-btn a:hover {
	color: #242424;
	background-color: #FFFFFF;
	text-decoration: none!important;
}
@media all and (min-width: 768px) {
	.content-btn-b {
		width: 180px;
	}
}
@media all and (max-width: 767px) {
	.content-btn-b {
		width: 100%;
	}
}
.content-btn-b a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #242424;
	text-align: center;
	border: 1px solid #242424;
	font-size: 2rem;
	letter-spacing: 0.1rem;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
@media all and (min-width: 768px) {
	.content-btn-b a {
		width: 180px;
	}
}
@media all and (max-width: 767px) {
	.content-btn-b a {
		width: 180px;
		margin: 0 auto;
	}
}
.content-btn-b a:hover {
	color: #FFFFFF;
	background-color: #242424;
	text-decoration: none;
}
@media all and (min-width: 768px) {
	.content-btn-bb {
		width: 180px;
	}
}
@media all and (max-width: 767px) {
	.content-btn-bb {
		width: 100%;
	}
}
.content-btn-bb a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	text-align: center;
	background-color: #242424;
	font-size: 1.4rem;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
@media all and (min-width: 768px) {
	.content-btn-bb a {
		width: 180px;
	}
}
@media all and (max-width: 767px) {
	.content-btn-bb a {
		width: 100%;
	}
}
.content-btn-bb a:hover {
	background-color: #777777;
}
/*------------------------------

Footer

------------------------------*/
footer {
	color: #FFFFFF;
	background-color: #111111;
}
@media all and (min-width: 768px) {
	footer {
		width: 100%;
		padding-left: 6.00293%;
		padding-right: 6.00293%;
		height: 370px;
		min-width: 0px;
		padding-top: 30px;
	}
}
@media all and (max-width: 767px) {
	footer {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
footer #footer-inner {
	position: relative;
	text-align: center;
	padding-top: 30px;
}
@media all and (min-width: 768px) {
	footer #footer-inner {
		padding-bottom: 150px;
	}
	footer #footer-inner nav {
		text-align: left;
		margin-left: 100px;
		font-size: 14px;
	}
	footer #footer-inner nav li {
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
		line-height: 2;
	}
}
@media all and (max-width: 767px) {
	footer #footer-inner {
		padding-bottom: 40px;
	}
	footer #footer-inner nav {
		text-align: left;
		margin-left: 00px;
		font-size: 14px;
		text-align: center;
	}
	footer #footer-inner nav li {
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
		line-height: 2;
	}
}
footer #footer-inner nav a {
	color: #FFFFFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
footer #footer-inner nav a:hover {
	color: #777777;
}
footer #footer-inner #f-address {
	margin-top: 40px;
	font-size: 1.1rem;
	padding-bottom: 40px;
	border-bottom: 1px solid #7C7C7C;
}
footer #footer-inner #f-member {
	margin-top: 40px;
}
footer #footer-inner #f-member div:first-child {
	font-size: 1.2rem;
	margin-bottom: 20px;
}
footer #footer-inner #f-member div:last-child {
	position: relative;
}
@media all and (min-width: 768px) {
	footer #footer-inner #f-member div:last-child {
		margin-left: auto;
		margin-right: auto;
		width: 350px;
	}
}
@media all and (max-width: 767px) {
	footer #footer-inner #f-member div:last-child {
		width: 100%;
	}
}
footer #footer-inner #f-member div:last-child input[type="email"] {
	width: 350px;
	background-color: transparent;
	border: none;
	outline: none;
	color: #FFFFFF;
	padding-bottom: 10px;
	line-height: 1;
	font-size: 1.4rem;
	border-bottom: 1px solid #7C7C7C;
}
@media all and (min-width: 768px) {
	footer #footer-inner #f-member div:last-child input[type="email"] {
		width: 350px;
	}
}
@media all and (max-width: 767px) {
	footer #footer-inner #f-member div:last-child input[type="email"] {
		width: 100%;
	}
}
footer #footer-inner #f-member div:last-child input[type="submit"] {
	position: absolute;
	bottom: 10px;
	right: 0;
	background-color: transparent;
	color: #FFFFFF;
	line-height: 1;
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
}
footer #footer-inner #f-info {
	font-size: 12px;
	letter-spacing: 0.1rem;
}
@media all and (min-width: 768px) {
	footer #footer-inner #f-info {
		position: absolute;
		margin-top: 110px;
		margin-top: 60px;
		left: 115px;
		text-align: left;
	}
}
@media all and (max-width: 767px) {
	footer #footer-inner #f-info {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}
footer #footer-inner #f-info a {
	color: #FFFFFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
footer #footer-inner #f-info a:hover {
	color: #777777;
}
footer #footer-inner #f-info #f-sns {
	margin-top: 40px;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
footer #footer-inner #f-info #f-sns a {
	color: #FFFFFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
footer #footer-inner #f-info #f-sns a:hover {
	color: #777777;
}
footer #footer-inner #f-info #f-sns li {
	display: inline;
}
@media all and (min-width: 768px) {
	footer #footer-inner #f-info #f-sns li {
		margin-right: 10px;
	}
}
@media all and (max-width: 767px) {
	footer #footer-inner #f-info #f-sns li {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media all and (min-width: 768px) {
	footer #footer-inner #f-info #f-legal a {
		margin-right: 10px;
	}
}
@media all and (max-width: 767px) {
	footer #footer-inner #f-info #f-legal a {
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media all and (min-width: 768px) {
	footer #footer-inner #f-logo {
		position: absolute;
		right: auto;
		left: 0px;
	}
}
@media all and (max-width: 767px) {
	footer #footer-inner #f-logo {
		margin-top: 40px;
	}
}
footer #footer-inner #f-logo img {
	display: inline-block;
	margin-top: -50px;
}
@media all and (min-width: 768px) {
	footer #footer-inner #f-logo img {
		width: 90px;
		height: auto;
		margin-left: 0px;
	}
}
@media all and (max-width: 767px) {
	footer #footer-inner #f-logo img {
		width: 60px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
}
/*------------------------------

View in

------------------------------*/
.vi {
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.vi.active {
	opacity: 1;
}
.vis {
	opacity: 0;
	transform: translateY(20px);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.vis.active {
	transform: translateY(0px);
	opacity: 1;
}
/*------------------------------

Cover

------------------------------*/
#cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 2;
}
#t-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 5;
}
#t-cover div {
	width: 100%;
	height: 100%;
	background-image: url("../assets/images/common/logo_b.svg");
	background-position: center;
	background-repeat: no-repeat;
}
@media all and (min-width: 768px) {
	#t-cover div {
		background-size: 140px auto;
		margin-top: -22px;
	}
}
@media all and (max-width: 767px) {
	#t-cover div {
		background-size: 100px auto;
		margin-top: -15px;
	}
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.index header {
	border: none;
}
@media all and (min-width: 768px) {
	.index header {
		top: -80px;
	}
}
@media all and (max-width: 767px) {
	.index header {
		background-color: transparent;
	}
}
.index header.top #h-logo {
	display: none;
}
.index header.top .nav_btn_trigger span {
	background-color: #222 !important;
}
@media all and (min-width: 768px) {
	.index header.scroll {
		top: 0;
	}
}
@media all and (max-width: 767px) {
	.index header.scroll {
		background-color: #transparent;
	}
}
.index #t-main {
	position: relative;
	width: 100%;
	color: #FFFFFF;
}
@media all and (min-width: 768px) {
	.index #t-main {
		height: 100vh;
	}
}
@media all and (max-width: 767px) {
	.index #t-main {
		height: 70vh;
	}
}
.index #t-main #m-info {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}
@media all and (min-width: 768px) {
	.index #t-main #m-info {
		top: 10vh;
	}
}
@media all and (max-width: 767px) {
	.index #t-main #m-info {
		top: 40px;
	}
}
.index #t-main #m-info #m-logo {
	display: inline-block;
}
.index #t-main #m-info #m-logo img {
	height: auto;
}
@media all and (min-width: 768px) {
	.index #t-main #m-info #m-logo img {
		width: 110px;
	}
}
@media all and (max-width: 767px) {
	.index #t-main #m-info #m-logo img {
		width: 100px;
		margin-top: 30px;
	}
}
.index #t-main #m-info h1 {
	margin-top: 10px;
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
}
.index #t-main #m-info #m-nav {
	margin-top: 30px;
	letter-spacing: 0rem;
	font-size: 20px;
}
.index #t-main #m-info #m-nav a {
	color: #FFFFFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.index #t-main #m-info #m-nav a:hover {
	color: #999999;
	text-decoration: none;
}
@media all and (max-width: 767px) {
	.index #t-main #m-info #m-nav {
		display: none;
	}
}
.index #t-main #m-info #m-nav li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	transform: translateY(10px);
	opacity: 0;
}
@media all and (min-width: 768px) {
	.index #t-main #m-info #m-nav li:nth-child(1) {
		transition-delay: 0ms;
	}
}
@media all and (min-width: 768px) {
	.index #t-main #m-info #m-nav li:nth-child(2) {
		transition-delay: 200ms;
	}
}
@media all and (min-width: 768px) {
	.index #t-main #m-info #m-nav li:nth-child(3) {
		transition-delay: 400ms;
	}
}
@media all and (min-width: 768px) {
	.index #t-main #m-info #m-nav li:nth-child(4) {
		transition-delay: 600ms;
	}
}
@media all and (min-width: 768px) {
	.index #t-main #m-info #m-nav li:nth-child(5) {
		transition-delay: 800ms;
	}
}
@media all and (min-width: 768px) {
	.index #t-main #m-info #m-nav li.active {
		transform: translateY(0px);
		opacity: 1;
	}
}
.index #t-main #m-info #m-sns {
	margin-top: 40px;
	font-size: 1.8rem;
}
.index #t-main #m-info #m-sns a {
	color: #FFFFFF;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.index #t-main #m-info #m-sns a:hover {
	color: #777777;
}
@media all and (max-width: 767px) {
	.index #t-main #m-info #m-sns {
		display: none;
	}
}
.index #t-main #m-info #m-sns li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
.index #t-main #m-desc {
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 2;
}
@media all and (min-width: 768px) {
	.index #t-main #m-desc {
		bottom: 80px;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		transform: translateY(10px);
		opacity: 0;
	}
}
@media all and (max-width: 767px) {
	.index #t-main #m-desc {
		bottom: 20px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.index #t-main #m-desc div {
	margin-top: 15px;
	letter-spacing: 0.1rem;
}
@media all and (min-width: 768px) {
	.index #t-main #m-desc div {
		font-size: 3rem;
		line-height: 1.2;
	}
}
@media all and (max-width: 767px) {
	.index #t-main #m-desc div {
		font-size: 1.6rem;
		line-height: 1.2;
	}
}
@media all and (min-width: 768px) {
	.index #t-main #m-desc.active {
		transform: translateY(0px);
		opacity: 1;
	}
}
.index #t-main #m-book {
	position: absolute;
	z-index: 2;
}
@media all and (min-width: 768px) {
	.index #t-main #m-book {
		bottom: 70px;
		right: 6.00293%;
	}
}
@media all and (max-width: 767px) {
	.index #t-main #m-book {
		bottom: 70px;
		left: 50%;
		margin-left: -45px;
	}
}
.index #t-main #m-book a {
	display: block;
	width: 90px;
	height: 90px;
	line-height: 90px;
	position: relative;
}
.index #t-main #m-book a #m-book-bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	border-radius: 90px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	background-color: #897A6D;
}
.index #t-main #m-book a #m-book-text {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 1.1rem;
	color: #FFFFFF;
	letter-spacing: 0.1rem;
	text-align: center;
}
.index #t-main #m-book a:hover #m-book-bg {
	background-color: #777777;
	transform: scale(1.1, 1.1);
}
.index #t-main #m-video {
	width: 100%;
	position: relative;
	overflow: hidden;
}
@media all and (min-width: 768px) {
	.index #t-main #m-video {
		height: 100vh;
	}
}
@media all and (max-width: 767px) {
	.index #t-main #m-video {
		height: 70vh;
	}
}
.index #t-main #m-video video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}
.index #t-philosophy01 {
	width: 100%;
	color: #FFFFFF;
	background-color: #242424;
}
@media all and (min-width: 768px) {
	.index #t-philosophy01 .t-philosophy-inner {
		display: -webkit-flex;
		display: flex;
	}
}
@media all and (min-width: 768px) {
	.index #t-philosophy01 .t-philosophy-inner .ph-text {
		height: 600px;
		width: 50%;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
}
@media all and (max-width: 767px) {
	.index #t-philosophy01 .t-philosophy-inner .ph-text {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.index #t-philosophy01 .t-philosophy-inner .ph-text .ph-text-inner h2 {
	letter-spacing: 0.2rem;
}
@media all and (min-width: 768px) {
	.index #t-philosophy01 .t-philosophy-inner .ph-text .ph-text-inner h2 {
		font-size: 2.5rem;
		line-height: 1.2;
		font-weight: normal;
	}
}
@media all and (max-width: 767px) {
	.index #t-philosophy01 .t-philosophy-inner .ph-text .ph-text-inner h2 {
		font-size: 1.6rem;
		line-height: 1.2;
	}
}
@media all and (max-width: 767px) {
	.index #t-philosophy01 .t-philosophy-inner .ph-text .ph-text-inner h2 {
		text-align: center;
		font-size: 2.2rem;
		font-weight: normal;
	}
}
.index #t-philosophy01 .t-philosophy-inner .ph-text .ph-text-inner .ph-text-desc {
	margin-top: 60px;
	line-height: 1.8;
}
.index #t-philosophy01 .t-philosophy-inner .ph-text .ph-text-inner .ph-text-desc p:first-child {
	margin-bottom: 20px;
	font-size: 1.6rem;
}
@media all and (max-width: 767px) {
	.index #t-philosophy01 .t-philosophy-inner .ph-text .ph-text-inner .ph-text-desc p:last-child br {
		display: none;
	}
}
.index #t-philosophy01 .t-philosophy-inner .ph-text .ph-text-inner .content-btn {
	margin: 40px auto 0;
}
.index #t-philosophy01 .t-philosophy-inner .ph-image {
	background-image: url("../assets/images/top/top_philosophy_01_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media all and (min-width: 768px) {
	.index #t-philosophy01 .t-philosophy-inner .ph-image {
		width: 50%;
		margin-right: 0;
	}
}
@media all and (max-width: 767px) {
	.index #t-philosophy01 .t-philosophy-inner .ph-image {
		height: 300px;
	}
}
.index #t-philosophy02 {
	width: 100%;
	color: #FFFFFF;
	background-color: #242424;
}
@media all and (min-width: 768px) {
	.index #t-philosophy02 .t-philosophy-inner {
		display: -webkit-flex;
		display: flex;
	}
}
@media all and (min-width: 768px) {
	.index #t-philosophy02 .t-philosophy-inner .ph-text {
		height: 600px;
		width: 50%;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		margin-left: 50%;
	}
}
@media all and (max-width: 767px) {
	.index #t-philosophy02 .t-philosophy-inner .ph-text {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.index #t-philosophy02 .t-philosophy-inner .ph-text .ph-text-inner h2 {
	letter-spacing: 0.2rem;
}
@media all and (min-width: 768px) {
	.index #t-philosophy02 .t-philosophy-inner .ph-text .ph-text-inner h2 {
		font-size: 2.5rem;
		line-height: 1.2;
		font-weight: normal;
	}
}
@media all and (max-width: 767px) {
	.index #t-philosophy02 .t-philosophy-inner .ph-text .ph-text-inner h2 {
		font-size: 1.6rem;
		line-height: 1.2;
	}
}
@media all and (max-width: 767px) {
	.index #t-philosophy02 .t-philosophy-inner .ph-text .ph-text-inner h2 {
		text-align: center;
		font-size: 2.2rem;
		font-weight: normal;
	}
}
.index #t-philosophy02 .t-philosophy-inner .ph-text .ph-text-inner .ph-text-desc {
	margin-top: 60px;
	line-height: 1.8;
}
.index #t-philosophy02 .t-philosophy-inner .ph-text .ph-text-inner .ph-text-desc p:first-child {
	margin-bottom: 20px;
	font-size: 1.6rem;
}
@media all and (max-width: 767px) {
	.index #t-philosophy02 .t-philosophy-inner .ph-text .ph-text-inner .ph-text-desc p:last-child br {
		display: none;
	}
}
.index #t-philosophy02 .t-philosophy-inner .ph-text .ph-text-inner .content-btn {
	margin: 40px auto 0;
}
.index #t-philosophy02 .t-philosophy-inner .ph-image {
	background-image: url("../assets/images/top/top_philosophy_02_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media all and (min-width: 768px) {
	.index #t-philosophy02 .t-philosophy-inner .ph-image {
		width: 50%;
		margin-left: -100%;
	}
}
@media all and (max-width: 767px) {
	.index #t-philosophy02 .t-philosophy-inner .ph-image {
		height: 300px;
	}
}
.index #t-philosophy03 {
	width: 100%;
	color: #FFFFFF;
	background-color: #242424;
}
@media all and (min-width: 768px) {
	.index #t-philosophy03 .t-philosophy-inner {
		display: -webkit-flex;
		display: flex;
	}
}
@media all and (min-width: 768px) {
	.index #t-philosophy03 .t-philosophy-inner .ph-text {
		height: 600px;
		width: 50%;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
}
@media all and (max-width: 767px) {
	.index #t-philosophy03 .t-philosophy-inner .ph-text {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.index #t-philosophy03 .t-philosophy-inner .ph-text .ph-text-inner h2 {
	letter-spacing: 0.2rem;
}
@media all and (min-width: 768px) {
	.index #t-philosophy03 .t-philosophy-inner .ph-text .ph-text-inner h2 {
		font-size: 2.5rem;
		line-height: 1.2;
		font-weight: normal;
	}
}
@media all and (max-width: 767px) {
	.index #t-philosophy03 .t-philosophy-inner .ph-text .ph-text-inner h2 {
		font-size: 1.6rem;
		line-height: 1.2;
	}
}
@media all and (max-width: 767px) {
	.index #t-philosophy03 .t-philosophy-inner .ph-text .ph-text-inner h2 {
		text-align: center;
		font-size: 2.2rem;
		font-weight: normal;
	}
}
.index #t-philosophy03 .t-philosophy-inner .ph-text .ph-text-inner .ph-text-desc {
	margin-top: 60px;
	line-height: 1.8;
}
.index #t-philosophy03 .t-philosophy-inner .ph-text .ph-text-inner .ph-text-desc p:first-child {
	margin-bottom: 20px;
	font-size: 1.6rem;
}
@media all and (max-width: 767px) {
	.index #t-philosophy03 .t-philosophy-inner .ph-text .ph-text-inner .ph-text-desc p:last-child br {
		display: none;
	}
}
.index #t-philosophy03 .t-philosophy-inner .ph-text .ph-text-inner .content-btn {
	margin: 40px auto 0;
}
.index #t-philosophy03 .t-philosophy-inner .ph-image {
	background-image: url("../assets/images/top/top_philosophy_03_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media all and (min-width: 768px) {
	.index #t-philosophy03 .t-philosophy-inner .ph-image {
		width: 50%;
		margin-right: 0;
	}
}
@media all and (max-width: 767px) {
	.index #t-philosophy03 .t-philosophy-inner .ph-image {
		height: 300px;
	}
}
#reserve {
	width: 100%;
}
@media all and (min-width: 768px) {
	#reserve {
		padding-top: 130px;
		padding-bottom: 130px;
	}
}
@media all and (max-width: 767px) {
	#reserve {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media all and (min-width: 768px) {
	#reserve #reserve-inner {
		width: 100%;
		padding-left: 6.00293%;
		padding-right: 6.00293%;
	}
}
@media all and (max-width: 767px) {
	#reserve #reserve-inner {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
#reserve #reserve-inner .content-btn-b {
	margin-left: auto;
	margin-right: auto;
}
@media all and (min-width: 768px) {
	#reserve #reserve-inner .content-btn-b {
		margin-top: 40px;
	}
}
@media all and (max-width: 767px) {
	#reserve #reserve-inner .content-btn-b {
		margin-top: 20px;
	}
}
#other_menu {
	width: 100%;
	background-image: url(../assets/images/menu/other_menu_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 80px;
	padding-bottom: 80px;
	float: left;
	margin-bottom: 130px;
}
@media all and (min-width: 768px) {
	#other_menu {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media all and (max-width: 767px) {
	#other_menu {
		padding-top: 60px;
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
}
@media all and (min-width: 768px) {
	#other_menu #other_menu-inner {
		width: 100%;
		padding-left: 6.00293%;
		padding-right: 6.00293%;
	}
}
@media all and (max-width: 767px) {
	#other_menu #other_menu-inner {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
#other_menu #other_menu-inner .content-btn-b {
	margin-left: auto;
	margin-right: auto;
}
@media all and (min-width: 768px) {
	#other_menu #other_menu-inner .content-btn-b {
		margin-top: 40px;
	}
}
@media all and (max-width: 767px) {
	#other_menu #other_menu-inner .content-btn-b {
		margin-top: 20px;
	}
}
.t-title h2 {
	letter-spacing: 0.2rem;
}
@media all and (min-width: 768px) {
	.t-title h2 {
		font-size: 2.5rem;
		line-height: 1.2;
	}
}
@media all and (max-width: 767px) {
	.t-title h2 {
		font-size: 2.0rem;
		line-height: 1.2;
	}
}
@media all and (min-width: 768px) {
	.t-title h2 {
		display: inline-block;
	}
}
@media all and (max-width: 767px) {
	.t-title h2 {
		text-align: center;
	}
}
.index .t-title div {
	font-size: 1.2rem;
}
@media all and (min-width: 768px) {
	.index .t-title div {
		display: inline-block;
		margin-left: 20px;
	}
}
@media all and (max-width: 767px) {
	.index .t-title div {
		text-align: center;
		margin-top: 10px;
	}
}
.philosophy #desc-section {
	text-align: center;
}
@media all and (min-width: 768px) {
	.philosophy #desc-section {
		width: 100%;
		padding-left: 6.00293%;
		padding-right: 6.00293%;
		padding-top: 120px;
		padding-bottom: 100px;
	}
}
@media all and (max-width: 767px) {
	.philosophy #desc-section {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
.philosophy #desc-section h1 {
	letter-spacing: 0.2rem;
}
@media all and (min-width: 768px) {
	.philosophy #desc-section h1 {
		font-size: 2.4rem;
		line-height: 1.2;
	}
}
@media all and (max-width: 767px) {
	.philosophy #desc-section h1 {
		font-size: 1.6rem;
		line-height: 1.2;
	}
}
.philosophy #desc-section div {
	margin-top: 0px;
}
@media all and (min-width: 768px) {
	.philosophy #desc-section div {
		font-size: 2.5rem;
		line-height: 1.5;
		letter-spacing: 0.15rem;
	}
}
@media all and (max-width: 767px) {
	.philosophy #desc-section div {
		font-size: 1.8rem;
		line-height: 1.5;
	}
}
@media all and (max-width: 767px) {
	.philosophy #desc-section div {
		font-size: 1.6rem;
		text-align: left;
	}
	.philosophy #desc-section div br {
		display: none;
	}
}
@media all and (max-width: 767px) {
	.philosophy #item-section {
		border-bottom: 1px solid #D8D8D8;
	}
}
.philosophy #item-section .item {
	width: 100%;
}
@media all and (min-width: 768px) {
	.philosophy #item-section .item {
		position: relative;
	}
}
@media all and (max-width: 767px) {
	.philosophy #item-section .item {
		margin-bottom: 60px;
	}
}
.philosophy #item-section .item .item-video video {
	display: block;
	width: 100%;
	height: auto;
}
@media all and (min-width: 768px) {
	.philosophy #item-section .item .item-desc {
		width: 100%;
		padding-left: 6.00293%;
		padding-right: 6.00293%;
		position: absolute;
		bottom: 100px;
		left: 0;
		color: #FFFFFF;
	}
}
@media all and (max-width: 767px) {
	.philosophy #item-section .item .item-desc {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media all and (min-width: 768px) {
	.philosophy #item-section .item .item-desc h2 {
		font-size: 2.5rem;
		line-height: 1.5;
		letter-spacing: 0.15rem;
	}
}
@media all and (max-width: 767px) {
	.philosophy #item-section .item .item-desc h2 {
		font-size: 1.8rem;
		line-height: 1.5;
	}
}
@media all and (max-width: 767px) {
	.philosophy #item-section .item .item-desc h2 {
		text-align: center;
		margin-top: 20px;
	}
}
@media all and (min-width: 768px) {
	.philosophy #item-section .item .item-desc div {
		margin-top: 40px;
		font-size: 1.7rem;
	}
}
@media all and (max-width: 767px) {
	.philosophy #item-section .item .item-desc div {
		margin-top: 20px;
		font-size: 1.4rem;
	}
	.philosophy #item-section .item .item-desc div br {
		display: none;
	}
}
.philosophy #table-section {
	border-bottom: 1px solid #D8D8D8;
}
@media all and (min-width: 768px) {
	.philosophy #table-section {
		width: 100%;
		padding-left: 6.00293%;
		padding-right: 6.00293%;
		padding-top: 100px;
		padding-bottom: 200px;
	}
}
@media all and (max-width: 767px) {
	.philosophy #table-section {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 60px;
		padding-bottom: 100px;
	}
}
@media all and (min-width: 768px) {
	.philosophy #table-section #tables-images {
		display: -webkit-flex;
		display: flex;
	}
}
@media all and (min-width: 768px) {
	.philosophy #table-section #tables-images div {
		width: 49%;
	}
}
@media all and (min-width: 768px) {
	.philosophy #table-section #tables-images div:last-child {
		margin-left: 2%;
	}
}
@media all and (max-width: 767px) {
	.philosophy #table-section #tables-images div:last-child {
		margin-top: 10px;
	}
}
@media all and (min-width: 768px) {
	.philosophy #table-section #table {
		margin-top: 80px;
		display: -webkit-flex;
		display: flex;
	}
}
@media all and (max-width: 767px) {
	.philosophy #table-section #table {
		margin-top: 40px;
	}
}
@media all and (min-width: 768px) {
	.philosophy #table-section #table #table-desc {
		width: 49%;
	}
}
@media all and (max-width: 767px) {
	.philosophy #table-section #table #table-desc {
		margin-bottom: 40px;
	}
}
@media all and (min-width: 768px) {
	.philosophy #table-section #table #table-desc h2 {
		font-size: 2.5rem;
		line-height: 1.5;
		letter-spacing: 0.15rem;
	}
}
@media all and (max-width: 767px) {
	.philosophy #table-section #table #table-desc h2 {
		font-size: 1.8rem;
		line-height: 1.5;
	}
}
@media all and (max-width: 767px) {
	.philosophy #table-section #table #table-desc h2 {
		text-align: center;
	}
}
@media all and (min-width: 768px) {
	.philosophy #table-section #table #table-desc div {
		font-size: 1.7rem;
		margin-top: 40px;
	}
}
@media all and (max-width: 767px) {
	.philosophy #table-section #table #table-desc div {
		font-size: 1.4rem;
		margin-top: 20px;
	}
	.philosophy #table-section #table #table-desc div br {
		display: none;
	}
}
@media all and (min-width: 768px) {
	.philosophy #table-section #table #table-type {
		width: 49%;
		margin-left: 2%;
	}
}
@media all and (min-width: 768px) {
	.philosophy #table-section #table #table-type .table-details .table-line {
		display: -webkit-flex;
		display: flex;
		border-bottom: 1px solid #D8D8D8;
		font-size: 1.7rem;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media all and (max-width: 767px) {
	.philosophy #table-section #table #table-type .table-details .table-line {
		font-size: 1.4rem;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media all and (min-width: 768px) {
	.philosophy #table-section #table #table-type .table-details .table-line div:first-child {
		width: 40%;
	}
}
@media all and (max-width: 767px) {
	.philosophy #table-section #table #table-type .table-details .table-line div:first-child {
		border-bottom: 1px solid #D8D8D8;
		padding-bottom: 10px;
	}
}
@media all and (min-width: 768px) {
	.philosophy #table-section #table #table-type .table-details .table-line div:last-child {
		width: 60%;
		text-align: right;
	}
}
@media all and (max-width: 767px) {
	.philosophy #table-section #table #table-type .table-details .table-line div:last-child {
		margin-top: 10px;
	}
}
@media all and (min-width: 768px) {
	.philosophy #table-section #table #table-type .table-details:first-child {
		margin-bottom: 60px;
	}
}
@media all and (max-width: 767px) {
	.philosophy #table-section #table #table-type .table-details:first-child {
		margin-bottom: 20px;
	}
}
@media all and (min-width: 768px) {
	.tenpo #tenpo-section #tenpo-course {
		margin-top: 80px;
	}
}
@media all and (max-width: 767px) {
	.tenpo #tenpo-section #tenpo-course {
		margin-top: 0px;
	}
}
.tenpo #tenpo-section #tenpo-course .tenpo-images {
	background-image: url("../assets/images/tenpo/tenpo_cover.jpg");
}
@media all and (min-width: 768px) {
	.tenpo #tenpo-section .tenpo-part {
		padding-bottom: 0px;
	}
}
@media all and (max-width: 767px) {
	.tenpo #tenpo-section .tenpo-part {
		padding-bottom: 0px;
	}
}
.tenpo #tenpo-section .tenpo-part .tenpo-images {
	width: 100%;
	background-position: center;
	background-size: cover;
	color: #FFFFFF;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
@media all and (min-width: 768px) {
	.tenpo #tenpo-section .tenpo-part .tenpo-images {
		height: 300px;
	}
}
@media all and (max-width: 767px) {
	.tenpo #tenpo-section .tenpo-part .tenpo-images {
		height: 300px;
	}
}
.tenpo #tenpo-section .tenpo-part .tenpo-images .tenpo-images-inner .tenpo-hero-en {
	letter-spacing: 0.1rem;
}
@media all and (min-width: 768px) {
	.tenpo #tenpo-section .tenpo-part .tenpo-images .tenpo-images-inner .tenpo-hero-en {
		font-size: 2.4rem;
	}
}
@media all and (max-width: 767px) {
	.tenpo #tenpo-section .tenpo-part .tenpo-images .tenpo-images-inner .tenpo-hero-en {
		font-size: 1.6rem;
	}
}
@media all and (min-width: 768px) {
	.tenpo #tenpo-section .tenpo-part .tenpo-images .tenpo-images-inner h1 {
		font-size: 26px;
		line-height: 1.5;
		letter-spacing: 0.15rem;
	}
}
@media all and (max-width: 767px) {
	.tenpo #tenpo-section .tenpo-part .tenpo-images .tenpo-images-inner h1 {
		font-size: 26px;
		line-height: 1.5;
	}
}
.tenpo #tenpo-section .tenpo-part .tenpo-images .tenpo-images-inner .tenpo-border {
	width: 60px;
	height: 1px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 28px;
}
.tenpo #tenpo-section .tenpo-part .tenpo-images .tenpo-images-inner .tenpo-time {}
@media all and (min-width: 768px) {
	.tenpo #tenpo-section .tenpo-part .tenpo-images .tenpo-images-inner .tenpo-time {
		font-size: 1.2rem;
	}
}
@media all and (max-width: 767px) {
	.tenpo #tenpo-section .tenpo-part .tenpo-images .tenpo-images-inner .tenpo-time {
		font-size: 1rem;
	}
}
@media all and (min-width: 768px) {
	.tenpo-desc {
		width: 100%;
		padding-left: 6.00293%;
		padding-right: 6.00293%;
		display: -webkit-flex;
		display: flex;
	}
}
@media all and (max-width: 767px) {
	.tenpo-desc {
		margin-top: 0px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media all and (min-width: 768px) {
	.tenpo-desc .tenpo-desc-inner {
		width: 100%;
	}
}
@media all and (max-width: 767px) {
	.tenpo-desc .tenpo-desc-inner {
		margin-bottom: 0px;
		margin-top: 20px;
	}
}
@media all and (min-width: 768px) {
	.tenpo-desc .tenpo-desc-inner .tenpo-title {
		font-size: 2.5rem;
		line-height: 1.5;
		letter-spacing: 0.15rem;
	}
}
@media all and (max-width: 767px) {
	.tenpo-desc .tenpo-desc-inner .tenpo-title {
		font-size: 2.2rem;
		line-height: 1.5;
	}
}
@media all and (max-width: 767px) {
	.tenpo-desc .tenpo-desc-inner .tenpo-title {
		text-align: left;
	}
}
@media all and (min-width: 768px) {
	.tenpo-desc .tenpo-desc-inner .tenpo-text {
		font-size: 1.6rem;
		margin-top: 40px;
	}
}
@media all and (max-width: 767px) {
	.tenpo-desc .tenpo-desc-inner .tenpo-text {
		font-size: 1.4rem;
		margin-top: 20px;
	}
}
.tenpo-desc .tenpo-desc-inner .tenpo-text p {
	margin-bottom: 20px;
}
@media all and (max-width: 767px) {
	.tenpo-desc .tenpo-desc-inner .tenpo-text p {
		text-align: left;
	}
}
.tenpo-desc .tenpo-desc-inner .tenpo-note {
	font-size: 1.2rem;
	color: #777777;
}
@media all and (max-width: 767px) {
	.tenpo-desc .tenpo-desc-inner .tenpo-note br {
		display: none;
	}
}
@media all and (min-width: 768px) {
	.tenpo-desc .tenpo_img {
		width: 100%;
		margin-right: 2%;
	}
}
@media all and (min-width: 768px) {
	.tenpo-desc .course-type .course-details {
		margin-bottom: 40px;
	}
}
@media all and (max-width: 767px) {
	.tenpo-desc .course-type .course-details {
		margin-bottom: 30px;
	}
}
.tenpo-desc .course-type .course-details .course-ex {
	border-bottom: 1px solid #D8D8D8;
}
@media all and (min-width: 768px) {
	.tenpo-desc .course-type .course-details .course-ex {
		display: -webkit-flex;
		display: flex;
		font-size: 1.8rem;
		padding-bottom: 20px;
	}
}
@media all and (max-width: 767px) {
	.tenpo-desc .course-type .course-details .course-ex {
		font-size: 1.6rem;
		padding-bottom: 10px;
	}
}
@media all and (min-width: 768px) {
	.tenpo-desc .course-type .course-details .course-ex div:first-child {
		width: 40%;
	}
}
@media all and (min-width: 768px) {
	.tenpo-desc .course-type .course-details .course-ex div:last-child {
		width: 60%;
		font-size: 1.8rem;
		text-align: right;
	}
}
@media all and (max-width: 767px) {
	.tenpo-desc .course-type .course-details .course-ex div:last-child {
		font-size: 1.2rem;
	}
}
.tenpo-desc .course-type .course-details ul li {
	border-bottom: 1px solid #F0F0F0;
}
@media all and (min-width: 768px) {
	.tenpo-desc .course-type .course-details ul li {
		font-size: 1.8rem;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media all and (max-width: 767px) {
	.tenpo-desc .course-type .course-details ul li {
		font-size: 1.2rem;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.tenpo-desc .course-type .course-details:last-child {
	margin-bottom: 0;
}
.tenpo-desc .course-type #course-note {
	font-size: 1.2rem;
}
@media all and (min-width: 768px) {
	.tenpo-desc .alacarte-type {
		width: 49%;
		margin-left: 2%;
	}
}
.tenpo-desc .alacarte-type .alacarte-details {
	border-bottom: 1px solid #D8D8D8;
}
@media all and (min-width: 768px) {
	.tenpo-desc .alacarte-type .alacarte-details {
		font-size: 1.8rem;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}
@media all and (max-width: 767px) {
	.tenpo-desc .alacarte-type .alacarte-details {
		font-size: 1.6rem;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}
.tenpo-desc .alacarte-type .alacarte-details ul li {
	display: -webkit-flex;
	display: flex;
}
@media all and (min-width: 768px) {
	.tenpo-desc .alacarte-type .alacarte-details ul li {
		font-size: 1.6rem;
		margin-top: 30px;
	}
}
@media all and (max-width: 767px) {
	.tenpo-desc .alacarte-type .alacarte-details ul li {
		font-size: 1.2rem;
		margin-top: 10px;
	}
}
.tenpo-desc .alacarte-type .alacarte-details ul li div {
	width: 55%;
}
.tenpo-desc .alacarte-type .alacarte-details ul li div:last-child {
	width: 45%;
	text-align: right;
}
.tenpo-desc .alacarte-type .alacarte-details:last-child {
	margin-bottom: 0;
	border: none;
}
@media all and (min-width: 768px) {
	.tenpo-desc .drink-type {
		width: 49%;
		margin-left: 2%;
	}
}
.tenpo-desc .drink-type .drink-details {
	margin-bottom: 40px;
}
.tenpo-desc .drink-type .drink-details .drink-item {
	border-bottom: 1px solid #D8D8D8;
}
@media all and (min-width: 768px) {
	.tenpo-desc .drink-type .drink-details .drink-item {
		font-size: 1.8rem;
		padding-bottom: 20px;
	}
}
@media all and (max-width: 767px) {
	.tenpo-desc .drink-type .drink-details .drink-item {
		font-size: 1.6rem;
		padding-bottom: 10px;
	}
}
.tenpo-desc .drink-type .drink-details li {
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px solid #F0F0F0;
}
@media all and (min-width: 768px) {
	.tenpo-desc .drink-type .drink-details li {
		font-size: 1.6rem;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media all and (max-width: 767px) {
	.tenpo-desc .drink-type .drink-details li {
		font-size: 1.2rem;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.tenpo-desc .drink-type .drink-details li div {
	width: 55%;
}
.tenpo-desc .drink-type .drink-details li div:last-child {
	width: 45%;
	text-align: right;
}
.tenpo-desc .drink-type .drink-details:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 768px) {
	.menu #menu-section #menu-course {
		margin-top: 80px;
	}
}
@media all and (max-width: 767px) {
	.menu #menu-section #menu-course {
		margin-top: 0px;
	}
}
.menu #menu-section #menu-course .menu-images {
	background-image: url("../assets/images/menu/menu_cover.jpg");
}
.menu #menu-section #menu-alacarte .menu-images {
	background-image: url("../assets/images/menu/menu_2.jpg");
}
.menu #menu-section #menu-drink {
	border-bottom: 1px solid #D8D8D8;
}
.menu #menu-section #menu-drink .menu-images {
	background-image: url("../assets/images/menu/menu_3.jpg");
}
@media all and (min-width: 768px) {
	.menu #menu-section .menu-part {
		padding-bottom: 0px;
	}
}
@media all and (max-width: 767px) {
	.menu #menu-section .menu-part {
		padding-bottom: 0px;
	}
}
.menu #menu-section .menu-part .menu-images {
	width: 100%;
	background-position: center;
	background-size: cover;
	color: #FFFFFF;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
@media all and (min-width: 768px) {
	.menu #menu-section .menu-part .menu-images {
		height: 300px;
	}
}
@media all and (max-width: 767px) {
	.menu #menu-section .menu-part .menu-images {
		height: 300px;
	}
}
.menu #menu-section .menu-part .menu-images .menu-images-inner .menu-hero-en {
	letter-spacing: 0.1rem;
}
@media all and (min-width: 768px) {
	.menu #menu-section .menu-part .menu-images .menu-images-inner .menu-hero-en {
		font-size: 2.4rem;
	}
}
@media all and (max-width: 767px) {
	.menu #menu-section .menu-part .menu-images .menu-images-inner .menu-hero-en {
		font-size: 1.6rem;
	}
}
@media all and (min-width: 768px) {
	.menu #menu-section .menu-part .menu-images .menu-images-inner h1 {
		font-size: 26px;
		line-height: 1.5;
		letter-spacing: 0.15rem;
	}
}
@media all and (max-width: 767px) {
	.menu #menu-section .menu-part .menu-images .menu-images-inner h1 {
		font-size: 26px;
		line-height: 1.5;
	}
}
.menu #menu-section .menu-part .menu-images .menu-images-inner .menu-border {
	width: 60px;
	height: 1px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 28px;
}
.menu #menu-section .menu-part .menu-images .menu-images-inner .menu-time {}
@media all and (min-width: 768px) {
	.menu #menu-section .menu-part .menu-images .menu-images-inner .menu-time {
		font-size: 1.2rem;
	}
}
@media all and (max-width: 767px) {
	.menu #menu-section .menu-part .menu-images .menu-images-inner .menu-time {
		font-size: 1rem;
	}
}
@media all and (min-width: 768px) {
	.menu-desc {
		width: 100%;
		padding-left: 6.00293%;
		padding-right: 6.00293%;
		display: -webkit-flex;
		display: flex;
	}
}
@media all and (max-width: 767px) {
	.menu-desc {
		margin-top: 0px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media all and (min-width: 768px) {
	.menu-desc .menu-desc-inner {
		width: 100%;
	}
}
@media all and (max-width: 767px) {
	.menu-desc .menu-desc-inner {
		margin-bottom: 0px;
	}
}
@media all and (min-width: 768px) {
	.menu-desc .menu-desc-inner .menu-title {
		font-size: 2.5rem;
		line-height: 1.5;
		letter-spacing: 0.15rem;
	}
}
@media all and (max-width: 767px) {
	.menu-desc .menu-desc-inner .menu-title {
		font-size: 2.2rem;
		line-height: 1.5;
	}
}
@media all and (max-width: 767px) {
	.menu-desc .menu-desc-inner .menu-title {
		text-align: center;
	}
}
@media all and (min-width: 768px) {
	.menu-desc .menu-desc-inner .menu-text {
		font-size: 1.6rem;
		margin-top: 40px;
	}
}
@media all and (max-width: 767px) {
	.menu-desc .menu-desc-inner .menu-text {
		font-size: 1.4rem;
		margin-top: 20px;
	}
}
.menu-desc .menu-desc-inner .menu-text p {
	margin-bottom: 20px;
}
@media all and (max-width: 767px) {
	.menu-desc .menu-desc-inner .menu-text p {
		text-align: center;
	}
}
.menu-desc .menu-desc-inner .menu-note {
	font-size: 1.2rem;
	color: #777777;
}
@media all and (max-width: 767px) {
	.menu-desc .menu-desc-inner .menu-note br {
		display: none;
	}
}
@media all and (min-width: 768px) {}
@media all and (min-width: 768px) {
	.menu-desc .course-type .course-details {
		margin-bottom: 40px;
	}
}
@media all and (max-width: 767px) {
	.menu-desc .course-type .course-details {
		margin-bottom: 30px;
	}
}
.menu-desc .course-type .course-details .course-ex {
	border-bottom: 1px solid #D8D8D8;
}
@media all and (min-width: 768px) {
	.menu-desc .course-type .course-details .course-ex {
		display: -webkit-flex;
		display: flex;
		font-size: 1.8rem;
		padding-bottom: 20px;
	}
}
@media all and (max-width: 767px) {
	.menu-desc .course-type .course-details .course-ex {
		font-size: 1.6rem;
		padding-bottom: 10px;
	}
}
@media all and (min-width: 768px) {
	.menu-desc .course-type .course-details .course-ex div:first-child {
		width: 40%;
	}
}
@media all and (min-width: 768px) {
	.menu-desc .course-type .course-details .course-ex div:last-child {
		width: 60%;
		font-size: 1.8rem;
		text-align: right;
	}
}
@media all and (max-width: 767px) {
	.menu-desc .course-type .course-details .course-ex div:last-child {
		font-size: 1.2rem;
	}
}
.menu-desc .course-type .course-details ul li {
	border-bottom: 1px solid #F0F0F0;
}
@media all and (min-width: 768px) {
	.menu-desc .course-type .course-details ul li {
		font-size: 1.8rem;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media all and (max-width: 767px) {
	.menu-desc .course-type .course-details ul li {
		font-size: 1.2rem;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.menu-desc .course-type .course-details:last-child {
	margin-bottom: 0;
}
.menu-desc .course-type #course-note {
	font-size: 1.2rem;
}
@media all and (min-width: 768px) {
	.menu-desc .alacarte-type {
		width: 49%;
		margin-left: 2%;
	}
}
.menu-desc .alacarte-type .alacarte-details {
	border-bottom: 1px solid #D8D8D8;
}
@media all and (min-width: 768px) {
	.menu-desc .alacarte-type .alacarte-details {
		font-size: 1.8rem;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}
@media all and (max-width: 767px) {
	.menu-desc .alacarte-type .alacarte-details {
		font-size: 1.6rem;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}
.menu-desc .alacarte-type .alacarte-details ul li {
	display: -webkit-flex;
	display: flex;
}
@media all and (min-width: 768px) {
	.menu-desc .alacarte-type .alacarte-details ul li {
		font-size: 1.6rem;
		margin-top: 30px;
	}
}
@media all and (max-width: 767px) {
	.menu-desc .alacarte-type .alacarte-details ul li {
		font-size: 1.2rem;
		margin-top: 10px;
	}
}
.menu-desc .alacarte-type .alacarte-details ul li div {
	width: 55%;
}
.menu-desc .alacarte-type .alacarte-details ul li div:last-child {
	width: 45%;
	text-align: right;
}
.menu-desc .alacarte-type .alacarte-details:last-child {
	margin-bottom: 0;
	border: none;
}
@media all and (min-width: 768px) {
	.menu-desc .drink-type {
		width: 49%;
		margin-left: 2%;
	}
}
.menu-desc .drink-type .drink-details {
	margin-bottom: 40px;
}
.menu-desc .drink-type .drink-details .drink-item {
	border-bottom: 1px solid #D8D8D8;
}
@media all and (min-width: 768px) {
	.menu-desc .drink-type .drink-details .drink-item {
		font-size: 1.8rem;
		padding-bottom: 20px;
	}
}
@media all and (max-width: 767px) {
	.menu-desc .drink-type .drink-details .drink-item {
		font-size: 1.6rem;
		padding-bottom: 10px;
	}
}
.menu-desc .drink-type .drink-details li {
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px solid #F0F0F0;
}
@media all and (min-width: 768px) {
	.menu-desc .drink-type .drink-details li {
		font-size: 1.6rem;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media all and (max-width: 767px) {
	.menu-desc .drink-type .drink-details li {
		font-size: 1.2rem;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.menu-desc .drink-type .drink-details li div {
	width: 55%;
}
.menu-desc .drink-type .drink-details li div:last-child {
	width: 45%;
	text-align: right;
}
.menu-desc .drink-type .drink-details:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 768px) {
	.kodawari #kodawari-section #kodawari-course {
		margin-top: 80px;
	}
}
@media all and (max-width: 767px) {
	.kodawari #kodawari-section #kodawari-course {
		margin-top: 0px;
	}
}
.kodawari #kodawari-section #kodawari-course .kodawari-images {
	background-image: url("../assets/images/kodawari/kodawari_cover.jpg");
}
.kodawari #kodawari-section #kodawari-alacarte .kodawari-images {
	background-image: url("../assets/images/kodawari/menu_2.jpg");
}
.kodawari #kodawari-section #kodawari-drink {
	border-bottom: 1px solid #D8D8D8;
}
.kodawari #kodawari-section #kodawari-drink .kodawari-images {
	background-image: url("../assets/images/kodawari/menu_3.jpg");
}
@media all and (min-width: 768px) {
	.kodawari #kodawari-section .kodawari-part {
		padding-bottom: 0px;
	}
}
@media all and (max-width: 767px) {
	.kodawari #kodawari-section .kodawari-part {
		padding-bottom: 0px;
	}
}
.kodawari #kodawari-section .kodawari-part .kodawari-images {
	width: 100%;
	background-position: center;
	background-size: cover;
	color: #FFFFFF;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
@media all and (min-width: 768px) {
	.kodawari #kodawari-section .kodawari-part .kodawari-images {
		height: 300px;
	}
}
@media all and (max-width: 767px) {
	.kodawari #kodawari-section .kodawari-part .kodawari-images {
		height: 300px;
	}
}
.kodawari #kodawari-section .kodawari-part .kodawari-images .kodawari-images-inner .kodawari-hero-en {
	letter-spacing: 0.1rem;
}
@media all and (min-width: 768px) {
	.kodawari #kodawari-section .kodawari-part .kodawari-images .kodawari-images-inner .kodawari-hero-en {
		font-size: 2.4rem;
	}
}
@media all and (max-width: 767px) {
	.kodawari #kodawari-section .kodawari-part .kodawari-images .kodawari-images-inner .kodawari-hero-en {
		font-size: 1.6rem;
	}
}
@media all and (min-width: 768px) {
	.kodawari #kodawari-section .kodawari-part .kodawari-images .kodawari-images-inner h1 {
		font-size: 26px;
		line-height: 1.5;
		letter-spacing: 0.15rem;
	}
}
@media all and (max-width: 767px) {
	.kodawari #kodawari-section .kodawari-part .kodawari-images .kodawari-images-inner h1 {
		font-size: 26px;
		line-height: 1.5;
	}
}
.kodawari #kodawari-section .kodawari-part .kodawari-images .kodawari-images-inner .kodawari-border {
	width: 60px;
	height: 1px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 28px;
}
.kodawari #kodawari-section .kodawari-part .kodawari-images .kodawari-images-inner .kodawari-time {}
@media all and (min-width: 768px) {
	.kodawari #kodawari-section .kodawari-part .kodawari-images .kodawari-images-inner .kodawari-time {
		font-size: 1.2rem;
	}
}
@media all and (max-width: 767px) {
	.kodawari #kodawari-section .kodawari-part .kodawari-images .kodawari-images-inner .kodawari-time {
		font-size: 1rem;
	}
}
@media all and (min-width: 768px) {
	.kodawari-desc {
		width: 100%;
		padding-left: 6.00293%;
		padding-right: 6.00293%;
		display: -webkit-flex;
		display: flex;
	}
}
@media all and (max-width: 767px) {
	.kodawari-desc {
		margin-top: 0px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media all and (min-width: 768px) {
	.kodawari-desc .kodawari-desc-inner {}
}
@media all and (max-width: 767px) {
	.kodawari-desc .kodawari-desc-inner {
		margin-bottom: 40px;
	}
}
@media all and (min-width: 768px) {
	.kodawari-desc .kodawari-desc-inner .kodawari-title {
		font-size: 2.5rem;
		line-height: 1.5;
		letter-spacing: 0.15rem;
	}
}
@media all and (max-width: 767px) {
	.kodawari-desc .kodawari-desc-inner .kodawari-title {
		font-size: 2.2rem;
		line-height: 1.5;
	}
}
@media all and (max-width: 767px) {
	.kodawari-desc .kodawari-desc-inner .kodawari-title {
		text-align: center;
	}
}
@media all and (min-width: 768px) {
	.kodawari-desc .kodawari-desc-inner .kodawari-text {
		font-size: 1.6rem;
		margin-top: 40px;
	}
}
@media all and (max-width: 767px) {
	.kodawari-desc .kodawari-desc-inner .kodawari-text {
		font-size: 1.4rem;
		margin-top: 20px;
	}
}
.kodawari-desc .kodawari-desc-inner .kodawari-text p {
	margin-bottom: 20px;
}
@media all and (max-width: 767px) {
	.kodawari-desc .kodawari-desc-inner .kodawari-text p {
		text-align: center;
	}
}
.kodawari-desc .kodawari-desc-inner .kodawari-note {
	font-size: 1.2rem;
	color: #777777;
}
@media all and (max-width: 767px) {
	.kodawari-desc .kodawari-desc-inner .kodawari-note br {
		display: none;
	}
}
@media all and (min-width: 768px) {
	.kodawari-desc .kodawari_img {
		width: 49%;
		margin-left: 2%;
	}
}
@media all and (min-width: 768px) {
	.kodawari-desc .course-type .course-details {
		margin-bottom: 40px;
	}
}
@media all and (max-width: 767px) {
	.kodawari-desc .course-type .course-details {
		margin-bottom: 30px;
	}
}
.kodawari-desc .course-type .course-details .course-ex {
	border-bottom: 1px solid #D8D8D8;
}
@media all and (min-width: 768px) {
	.kodawari-desc .course-type .course-details .course-ex {
		display: -webkit-flex;
		display: flex;
		font-size: 1.8rem;
		padding-bottom: 20px;
	}
}
@media all and (max-width: 767px) {
	.kodawari-desc .course-type .course-details .course-ex {
		font-size: 1.6rem;
		padding-bottom: 10px;
	}
}
@media all and (min-width: 768px) {
	.kodawari-desc .course-type .course-details .course-ex div:first-child {
		width: 40%;
	}
}
@media all and (min-width: 768px) {
	.kodawari-desc .course-type .course-details .course-ex div:last-child {
		width: 60%;
		font-size: 1.8rem;
		text-align: right;
	}
}
@media all and (max-width: 767px) {
	.kodawari-desc .course-type .course-details .course-ex div:last-child {
		font-size: 1.2rem;
	}
}
.kodawari-desc .course-type .course-details ul li {
	border-bottom: 1px solid #F0F0F0;
}
@media all and (min-width: 768px) {
	.kodawari-desc .course-type .course-details ul li {
		font-size: 1.8rem;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media all and (max-width: 767px) {
	.kodawari-desc .course-type .course-details ul li {
		font-size: 1.2rem;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.kodawari-desc .course-type .course-details:last-child {
	margin-bottom: 0;
}
.kodawari-desc .course-type #course-note {
	font-size: 1.2rem;
}
@media all and (min-width: 768px) {
	.kodawari-desc .alacarte-type {
		width: 49%;
		margin-left: 2%;
	}
}
.kodawari-desc .alacarte-type .alacarte-details {
	border-bottom: 1px solid #D8D8D8;
}
@media all and (min-width: 768px) {
	.kodawari-desc .alacarte-type .alacarte-details {
		font-size: 1.8rem;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}
@media all and (max-width: 767px) {
	.kodawari-desc .alacarte-type .alacarte-details {
		font-size: 1.6rem;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}
.kodawari-desc .alacarte-type .alacarte-details ul li {
	display: -webkit-flex;
	display: flex;
}
@media all and (min-width: 768px) {
	.kodawari-desc .alacarte-type .alacarte-details ul li {
		font-size: 1.6rem;
		margin-top: 30px;
	}
}
@media all and (max-width: 767px) {
	.kodawari-desc .alacarte-type .alacarte-details ul li {
		font-size: 1.2rem;
		margin-top: 10px;
	}
}
.kodawari-desc .alacarte-type .alacarte-details ul li div {
	width: 55%;
}
.kodawari-desc .alacarte-type .alacarte-details ul li div:last-child {
	width: 45%;
	text-align: right;
}
.kodawari-desc .alacarte-type .alacarte-details:last-child {
	margin-bottom: 0;
	border: none;
}
@media all and (min-width: 768px) {
	.kodawari-desc .drink-type {
		width: 49%;
		margin-left: 2%;
	}
}
.kodawari-desc .drink-type .drink-details {
	margin-bottom: 40px;
}
.kodawari-desc .drink-type .drink-details .drink-item {
	border-bottom: 1px solid #D8D8D8;
}
@media all and (min-width: 768px) {
	.kodawari-desc .drink-type .drink-details .drink-item {
		font-size: 1.8rem;
		padding-bottom: 20px;
	}
}
@media all and (max-width: 767px) {
	.kodawari-desc .drink-type .drink-details .drink-item {
		font-size: 1.6rem;
		padding-bottom: 10px;
	}
}
.kodawari-desc .drink-type .drink-details li {
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px solid #F0F0F0;
}
@media all and (min-width: 768px) {
	.kodawari-desc .drink-type .drink-details li {
		font-size: 1.6rem;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media all and (max-width: 767px) {
	.kodawari-desc .drink-type .drink-details li {
		font-size: 1.2rem;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.kodawari-desc .drink-type .drink-details li div {
	width: 55%;
}
.kodawari-desc .drink-type .drink-details li div:last-child {
	width: 45%;
	text-align: right;
}
.kodawari-desc .drink-type .drink-details:last-child {
	margin-bottom: 0;
}
@media(min-width: 431px) {
  #tenpo_05, #tenpo_06 {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  #tenpo_06 {
    background-color: #2F2B28;
    color: #fff;
  }
  #tenpo_06 a {
    color: #fff;
  }
  #tenpo_06 .tenpo-desc {
    flex-direction: row-reverse;
  }
  #tenpo_06 .tenpo-desc-inner {
    margin-right: 2%;
  }
  #tenpo_06 .tenpo_img {
    margin-right: 0;
  }
  .reserve_container {
    display: flex;
  }
  .reserve_btn_even {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    background-color: #2f2b28;
    margin-right: 14px;
    font-size: 1.4rem;
    border: solid 1px #fff;
    color: #fff;
    transition: all 0.5s ease;
    position: relative;
    width: 200px;
    height: 40px;
  }
  .reserve_btn_odd {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    background-color: #fff;
    margin-right: 14px;
    font-size: 1.4rem;
    border: solid 1px #000;
    color: #000;
    transition: all 0.5s ease;
    position: relative;
    width: 200px;
    height: 40px;
  }
  .reserve_container li:last-child {
    margin-right: 0;
  }
  .reserve_btn_even {
    background-color: #2f2b28;
    border: solid 1px #fff;
    color: #fff;
  }
  .reserve_container button {
    background: none;
    border: none;
    padding: 0;
  }
  .reserve_btn_odd a {
    color: #000;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .reserve_btn_even a {
    display: block;
    color: #fff;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .tenpo-text {
    margin-top: 20px !important;
  }
  .tenpo-title {
    margin-bottom: 14px;
  }
  .tabelog_reserve:hover {
    background-color: #FFAA01;
    color: #fff;
    border: solid 1px #FFAA01;
    transition: all 0.5s ease;
  }
  .tabelog_reserve:hover a {
    color: #fff;
    transition: all 0.5s ease;
    text-decoration: none;
  }
  .hotpepper_reserve:hover {
    background-color: #D1101B;
    color: #fff;
    border: solid 1px #D1101B;
    transition: all 0.5s ease;
  }
  .hotpepper_reserve:hover a {
    color: #fff;
    transition: all 0.5s ease;
    text-decoration: none;
  }
  .line_reserve {
    display: none !important;
  }
}
@media(max-width: 430px) {
  #tenpo_05, #tenpo_06 {
    padding-bottom: 60px;
    padding-top: 60px
  }
  #tenpo_06 {
    background-color: #2F2B28;
    color: #fff;
  }
  #tenpo_06 a {
    color: #fff;
  }
  .reserve_container {
    display: flex;
    flex-flow: column;
  }
  .reserve_btn_odd {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    background-color: #fff;
    margin-bottom: 14px;
    font-size: 1.4rem;
    border: solid 1px #000;
    color: #000;
    width: calc(100vw - 40px);
    height: 60px;
    position: relative;
  }
  .reserve_btn_even {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    background-color: #2f2b28;
    margin-bottom: 14px;
    font-size: 1.4rem;
    border: solid 1px #fff;
    color: #fff;
    width: calc(100vw - 40px);
    height: 60px;
    position: relative;
  }
  .reserve_container li:last-child {
    margin-bottom: 0;
  }
  .reserve_container button {
    background: none;
    border: none;
    padding: 0;
  }
  .reserve_btn_odd a {
    color: #000;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .reserve_btn_even a {
    color: #fff;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .tenpo-text {
    margin-top: 20px !important;
  }
  .tenpo-title {
    margin-bottom: 14px;
  }
  .tabelog_reserve:hover {
    background-color: #FFAA01;
    color: #fff;
    border: solid 1px #FFAA01;
    transition: all 0.5s ease;
  }
  .tabelog_reserve:hover a {
    color: #fff;
    transition: all 0.5s ease;
    text-decoration: none;
  }
  .hotpepper_reserve:hover {
    background-color: #D1101B;
    color: #fff;
    border: solid 1px #D1101B;
    transition: all 0.5s ease;
  }
  .hotpepper_reserve:hover a {
    color: #fff;
    transition: all 0.5s ease;
    text-decoration: none;
  }
/*
  .hotpepper_reserve {
    display: none !important;
  }
*/
}
@media(min-width: 767px) {
  .sns_link {
    width: 17px;
  }
}
footer {
  padding: 100px calc( ( 100% - 918px ) / 2 ) 60px;
}
@media(max-width: 1080px) {
  footer {
    padding: 80px calc( ( 100% - 602px ) / 2 ) 60px;    
  }
}
@media(max-width: 767px) {
  footer {
    padding: 60px calc( ( 100% - 286px ) / 2 ) 60px;    
  }
}
.shop_info {
  width: 918px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(max-width: 1080px) {
  .shop_info {
    width: 602px;
  }
}
@media(max-width: 767px) {
  .shop_info {
    width: 286px;
  }
}
.shop_info_lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.shop_info_lst_item {
  width: 286px;
  margin-right: 30px;
  margin-bottom: 66px;
}
@media(min-width: 1081px) {
  .shop_info_lst_item:nth-child(3n) {
    margin-right: 0px;
  }  
}
@media(max-width: 1080px) {
  .shop_info_lst_item:nth-child(3n) {
    margin-right: 30px;
  }
  .shop_info_lst_item:nth-child(2n) {
    margin-right: 0px;
  }
}
@media(max-width: 767px) {
  .shop_info_lst_item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .shop_info_lst_item:nth-child(3n) {
    margin-right: 0px;
  }
}
.shop_info_lst_item h3 {
  font-size: 18px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 1px #707070;
  text-align: left;
}
.shop_info_lst_item address {
  font-size: 14px;
  text-align: left;
  line-height: 21px;
  margin-bottom: 0px;
}
.shop_info_lst_item p {
  font-size: 14px;
  text-align: left;
}
.shop_info_lst_item p a {
  text-decoration: none;
  color: #fff;
}
@media(max-width: 767px) {
  .shop_info_lst_item h3 {
    font-size: 16px;
  }
  .shop_info_lst_item address {
    font-size: 12px;
    line-height: 18px;
  }
  .shop_info_lst_item p {
    font-size: 12px;
  }
}
.footer_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.footer_nav ul {
  display: flex;
  justify-content: center;
}
.footer_nav ul li {
  font-size: 16px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: solid 1px #707070;
}
.footer_nav ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}
.footer_nav ul li a {
  text-decoration: none;
  color: #fff;
}
.footer_sns {
  display: flex;
  justify-content: center;
}
.footer_sns ul {
  display: flex;
  justify-content: center;
}
.footer_sns ul li {
  height: 20px;
  margin-right: 20px;
}
.footer_sns ul li a img {
  height: 100%;
  width: auto;
}
.footer_sns ul li:last-child {
  margin-right: 0px;
}
.footer_nav ul li a {
  text-decoration: none;
  color: #fff;
}
footer {
  height: unset;
}
@media(max-width: 767px) {
  #ShopInfoPc {
    display: none;
  }
  #ShopInfoSp {
    display: block;
  }
  .footer_nav ul {
    display: flex;
    flex-direction: column;
  }
  .footer_nav ul li {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 24px;
    border: none;
    text-align: center;
  }
  .footer_nav ul li:last-child {
    margin-bottom: 0px;
  }
  .footer_sns {
    margin-bottom: 60px;
  }
}
@media(min-width: 768px) {
  #ShopInfoPc {
    display: block;
  }
  #ShopInfoSp {
    display: none;
  }
}








