/* CSS Document */
body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}
.copyright {
	background-color: #000000;
	color: #FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tenpo_01, #tenpo_03 {
	padding-top: 100px;
	padding-bottom: 100px;
}
#tenpo_01 .tenpo-desc .tenpo-desc-inner,
#tenpo_03 .tenpo-desc .tenpo-desc-inner {
	margin-left: 52%;
}
#tenpo_01 .tenpo-desc .tenpo_img,
#tenpo_03 .tenpo-desc .tenpo_img {
	margin-left: -100%;
	text-align: left;
}
#tenpo_02, #tenpo_04 {
	background-color: #2F2B28;
	color: #FFFFFF;
	padding-top: 100px;
	padding-bottom: 100px;
}
.tenpo-desc .tenpo-desc-inner .gmap {
	width: 100%;
}
/*
.gmap iframe {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
*/
#menu {
	padding-top: 100px;
	padding-bottom: 100px;
}
.menu-desc .menu-desc-inner .menu_block {
	width: 100%;
	margin-bottom: 80px;
	display: block;
	/* [disabled]height: 100%; */
	clear: both;
	float: left;
}
.menu-desc-inner .section_ttl {
	font-size: 2.5rem;
	text-align: left;
	margin-bottom: 30px;
}
.menu-desc-inner .menu_block .menu_img {
	width: 35%;
	float: left;
	margin-right: 3%;
}
.menu-desc-inner .menu_block .menu_txt {
	width: 62%;
	float: right;
}
.menu_block .menu_txt h2 {
	font-size: 2.5rem;
	margin-bottom: 15px;
	background-image: url(../assets/images/menu/menu_title_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 300px;
	height: 45px;
	text-align: center;
	padding-top: 5px;
}
.menu_block .menu_txt h2.wide {
	background-position: left center;
	width: auto;
	text-align: left;
	padding-left: 10px;
}
.menu_block .menu_txt h2 span {
	font-size: 1.8rem;
}
.menu_block .menu_txt h3 {
	font-size: 2rem;
	margin-bottom: 20px;
	font-weight: normal;
}
.menu_block .menu_txt p {
	font-size: 1.6rem;
}
#other_menu-inner .t-title {
	text-align: center;
	font-size: medium;
}
#other_menu-inner .t-title h2 {
	margin-bottom: 40px;
}
#other_menu-inner .t-title p {
	font-size: 1.6rem;
	margin-bottom: 90px;
}
#kodawari_01 {
	padding-top: 100px;
	background-image: url(../assets/images/kodawari/koboreya_5kajo_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	max-height: 740px;
	background-size: contain;
	margin-top: 100px;
	margin-bottom: 100px;
}
#kodawari_01 .kodawari-desc .kodawari-desc-inner {
	margin: 0 auto;
}
#kodawari_01 .kodawari-desc .kodawari_img {
	margin-left: -100%;
	text-align: left;
}
.koboreya_5kajo {
	width: 100%;
	background-size: contain;
	background-position: center center;
}
.kodawari_block {
	padding-top: 15px;
	padding-bottom: 15px;
}
.kodawari_inner {
	position: relative;
	float: left;
	overflow: hidden;
	padding: 6px;
	width: 100%;
	box-shadow: none !important;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 16px;
}
.kodawari_inner * {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.kodawari_inner img {
	width: 100%;
	vertical-align: top;
}
.kodawari_inner figcaption {
	left: 6px;
	right: 6px;
	top: 6px;
	bottom: 6px;
	position: absolute;
	padding: 40% 0 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
}
.kodawari_inner h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6em;
	padding: 0;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}
.kodawari_inner p {
	display: inline-block;
	font-size: 16px;
	text-align: left;
	margin: 30px;
	font-weight: normal;
	color: #FFFFFF;
}
.kodawari_inner a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.kodawari_inner:hover .border:before, .kodawari_inner.hover .border:before, .kodawari_inner:hover .border:after, .kodawari_inner.hover .border:after {
	width: 100%;
}
.kodawari_inner:hover .border div:before, .kodawari_inner.hover .border div:before, .kodawari_inner:hover .border div:after, .kodawari_inner.hover .border div:after {
	height: 100%;
}
.kodawari_inner:hover figcaption, .kodawari_inner.hover figcaption {
	opacity: 0.7;
	background-color: #000000;
}
.kodawari_block {
	width: 50%;
	height: auto;
	margin: 0 auto;
}
figure {
	display: block;
	margin-block-start: 0em!important;
	margin-block-end: 0em!important;
	margin-inline-start: 0px!important;
	margin-inline-end: 0px!important;
}
.tenpo-text a  {
    color: #000000;
}
#tenpo_02 .tenpo-text a,
#tenpo_04 .tenpo-text a {
    color: #FFFFFF;
}


@media all and (min-width: 768px) {
	.index #t-main #m-info #m-nav li {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-align: left;
		height: 70%;
		margin-left: 20px;
		margin-right: 20px;
	}
	.page_title {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-align: left;
		margin-left: 20px;
		margin-right: 20px;
		color: #FFFFFF;
	}
	#cover-logo {
		margin-left: -40%;
		position: absolute;
		width: 50px;
		margin-top: -40px;
	}
	.t-philosophy-inner .ph-text {
		background-image: url(../assets/images/top/top_philosophy_txt_bk_bg.jpg);
		background-repeat: repeat;
	}
	#t-philosophy02 .t-philosophy-inner .ph-text {
		background-image: url(../assets/images/top/top_philosophy_txt_gy_bg.jpg);
	}
	#reserve #reserve-inner .t-title {
		text-align: center;
	}
	#footer-inner #f-col-left {
		width: 50%;
		width: 100%;
		float: left;
	}
	#footer-inner #f-col-right {
		width: 50%;
		float: right;
	}
	#footer-inner #f-col-right #fb_pc {
		padding-left: 20px;
		text-align: right;
	}
	#footer-inner #f-col-right #fb_sp {
		display: none;
	}
	#f-info #f-legal h2 {
		font-size: 1.6rem;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.f-address dl dt {
		font-size: 10px;
		font-weight: normal;
		float: left;
		width: 160px;
	}
	.f-address dl dd {
		font-weight: normal;
		font-size: 10px;
		float: left;
	}
	#tenpo_01 .tenpo-desc .tenpo-desc-inner,
	#tenpo_03 .tenpo-desc .tenpo-desc-inner {
		margin-left: 0px;
	}
	#tenpo_01 .tenpo-desc .tenpo_img,
	#tenpo_03 .tenpo-desc .tenpo_img {
		margin-left: 0px;
		text-align: left!important;
	}
	#tenpo_02 .tenpo-desc .tenpo-desc-inner,
	#tenpo_04 .tenpo-desc .tenpo-desc-inner {
		margin-left: -102%;
		width: 48%;
	}
	#tenpo_02 .tenpo-desc .tenpo_img,
	#tenpo_04 .tenpo-desc .tenpo_img {
		margin-left: 50%;
		text-align: left!important;
		width: 50%;
	}
	.tenpo-text p span {
		width: 5em;
		display: inline-block;
	}
	#kodawari_01 .tenpo-desc .tenpo-desc-inner {
		margin-left: 52%;
	}
	#kodawari_01 .tenpo-desc .tenpo_img {
		margin-left: -100%;
		text-align: left!important;
	}
	.koboreya_5kajo_sp {
		display: none;
	}
	header {
		background-color: #fff;
	}
}
@media all and (max-width: 767px) {
	.t-philosophy-inner .ph-text {
		background-image: url(../assets/images/top/top_philosophy_txt_bk_bg.jpg);
		background-repeat: repeat;
	}
	#t-philosophy02 .t-philosophy-inner .ph-text {
		background-image: url(../assets/images/top/top_philosophy_txt_gy_bg.jpg);
	}
	#f-info #f-legal h2 {
		font-size: 1.6rem;
		font-weight: normal;
		margin-bottom: 15px;
	}
	#footer-inner #f-col-right #fb_pc {
		padding-left: 20px;
		text-align: right;
		display: none;
	}
	#footer-inner #f-col-right #fb_sp {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.page_title {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-align: left;
		margin-left: -20px;
		margin-right: 0px;
		color: #FFFFFF;
	}
	#cover-logo {
		margin-left: -40%;
		position: absolute;
		width: 50px;
		margin-top: -50px;
	}
	#tenpo_01 .tenpo-desc .tenpo-desc-inner,
	#tenpo_03 .tenpo-desc .tenpo-desc-inner {
		margin-left: 0px;
		margin-top: 20px;
	}
	#tenpo_01 .tenpo-desc .tenpo_img,
	#tenpo_03 .tenpo-desc .tenpo_img {
		margin-left: 0px;
		text-align: left!important;
	}
	#tenpo_01, #tenpo_03 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#tenpo_02, #tenpo_04 {
		background-color: #2F2B28;
		color: #FFFFFF;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#menu {
		padding-top: 60px;
		padding-bottom: 60px;
		float: left;
	}
	.menu-desc .menu-desc-inner .menu_block {
		width: 100%;
		margin-bottom: 80px;
		display: block;
		/* [disabled]height: 100%; */
		clear: both;
		float: left;
	}
	.menu-desc-inner .menu_block .menu_img {
		width: 100%;
		float: left;
		margin-right: 3%;
		margin-bottom: 20px;
	}
	.menu-desc-inner .menu_block .menu_txt {
		width: 100%;
		float: right;
	}
	.menu_block .menu_txt h2 {
		font-size: 2.6rem;
		margin-bottom: 15px;
		background-image: url(../assets/images/menu/menu_title_bg.png);
		background-repeat: no-repeat;
		background-position: center center;
		width: 300px;
		height: 45px;
		text-align: center;
		padding-top: 5px;
		margin-left: auto;
		margin-right: auto;
	}
	.menu_block .menu_txt h2.wide {
		height: auto;
		text-align: center;
	}
	.menu_block .menu_txt h3 {
		font-size: 2rem;
		margin-bottom: 20px;
		font-weight: normal;
		text-align: center;
	}
	.menu_block .menu_txt p {
		font-size: 1.6rem;
	}
	#other_menu-inner .t-title p {
		font-size: 1.6rem;
		margin-bottom: 40px;
	}
	#other_menu-inner .t-title h2 {
		margin-bottom: 20px;
	}
	#kodawari_01 .kodawari-desc .kodawari-desc-inner {
		margin-left: 0px;
	}
	#kodawari_01 .kodawari-desc .kodawari_img {
		margin-left: 0px;
		text-align: left!important;
	}
	#kodawari_01 {
		padding-top: 40px;
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.koboreya_5kajo {
		width: 100%;
		background-size: contain;
		background-position: center center;
		display: none;
	}
	.koboreya_5kajo_sp {
		display: block;
	}
	.kodawari_inner figcaption {
		left: 6px;
		right: 6px;
		top: 6px;
		bottom: 6px;
		position: absolute;
		padding: 10% 0 0;
		text-align: center;
		background-color: rgba(0, 0, 0, 0.3);
		color: #FFFFFF;
	}
	.kodawari_inner p {
		display: inline-block;
		font-size: 15px;
		text-align: left;
		margin: 5px 15px;
		font-weight: normal;
		color: #FFFFFF;
	}
}
@media (min-width: 1200px) {
	.menu-desc-inner .menu_block .menu_img {
		width: 33%;
		float: left;
		margin-right: 2%;
	}
	.menu-desc-inner .menu_block .menu_txt {
		width: 65%;
		float: right;
	}
}

/*------------------------------

Delivery

------------------------------*/
br.sp {
	display: none;
}
@media all and (max-width: 767px) {
	br.sp {
		display: block;
	}
}

/* Home */
/*
.index #t-main #m-info #m-nav li.delivery a {
	display: inline-block;
	position: relative;
	z-index: 10;
}
.index #t-main #m-info #m-nav li.delivery a::after {
	content: '';
	display: inline-block;
	width: calc(100% + 10px);
	height: calc(100% + 20px);
	background-color: darkorange;
	position: absolute;
	top: -10px;
	left: -5px;
	z-index: -1;
}
@media all and (max-width: 767px) {
	header #header-inner nav li.delivery a {
		display: inline-block;
		position: relative;
		z-index: 10;
	}
	header #header-inner nav li.delivery a::after {
		content: '';
		display: inline-block;
		width: calc(100% + 20px);
		height: calc(100% + 2px);
		background-color: darkorange;
		position: absolute;
		top: -1px;
		left: -10px;
		z-index: -1;
	}
}
*/

/* Delivery - cover */
@media all and (min-width: 768px) {
	.delivery #delivery-section #delivery-course {
		margin-top: 80px;
	}
}
@media all and (max-width: 767px) {
	.delivery #delivery-section #delivery-course {
		margin-top: 0px;
	}
}
.delivery #delivery-section #delivery-course .delivery-images {
	background-image: url("../assets/images/delivery/delivery_cover.jpg");
}
@media all and (min-width: 768px) {
	.delivery #delivery-section .delivery-part {
		padding-bottom: 0px;
	}
}
@media all and (max-width: 767px) {
	.delivery #delivery-section .delivery-part {
		padding-bottom: 0px;
	}
}
.delivery #delivery-section .delivery-part .delivery-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) {
	.delivery #delivery-section .delivery-part .delivery-images {
		height: 300px;
	}
}
@media all and (max-width: 767px) {
	.delivery #delivery-section .delivery-part .delivery-images {
		height: 300px;
	}
}
.delivery #delivery-section .delivery-part .delivery-images .delivery-images-inner .delivery-hero-en {
	letter-spacing: 0.1rem;
}
@media all and (min-width: 768px) {
	.delivery #delivery-section .delivery-part .delivery-images .delivery-images-inner .delivery-hero-en {
		font-size: 2.4rem;
	}
}
@media all and (max-width: 767px) {
	.delivery #delivery-section .delivery-part .delivery-images .delivery-images-inner .delivery-hero-en {
		font-size: 1.6rem;
	}
}
@media all and (min-width: 768px) {
	.delivery #delivery-section .delivery-part .delivery-images .delivery-images-inner h1 {
		font-size: 26px;
		line-height: 1.5;
		letter-spacing: 0.15rem;
	}
}
@media all and (max-width: 767px) {
	.delivery #delivery-section .delivery-part .delivery-images .delivery-images-inner h1 {
		font-size: 26px;
		line-height: 1.5;
	}
}

/* Delivery - icon */
@media all and (min-width: 768px) {
	#delivery .app {
		padding-top: 100px;
		width: 100%;
		padding-left: 6.00293%;
		padding-right: 6.00293%;
	}
}
@media all and (max-width: 767px) {
	#delivery .app {
		margin-top: 60px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
#delivery .app-part {
	width: 100%;
	text-align: center;
}
#delivery .delivery-left {
}
#delivery .delivery-right {
		margin-top: 60px;
}
#delivery .app-part h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6em;
}
#delivery .app-part h2 + p {
	font-size: 16px;
	margin: 15px 0 30px;
}
#delivery .app-part .icon {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
#delivery .app-part .icon li {
	padding: 0 5px;
}
#delivery .app-part .icon li img {
	border-radius: 10px;
	width: 90px;
	height: 90px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}
@media all and (max-width: 767px) {
	#delivery .app-part {
		width: 100%;
	}
	#delivery .delivery-left,
	#delivery .delivery-right {
		float: none;
	}
	#delivery .delivery-right {
		margin-top: 60px;
	}
	#delivery .app-part h2 {
	}
	#delivery .app-part h2 + p {
		font-size: 15px;
		margin: 15px 0 30px;
	}
	#delivery .app-part .icon li {
		padding: 0 5px;
		width: calc( (100% / 5) );
	}
	#delivery .app-part .icon li img {
		border-radius: 10px;
		width: 100%;
		height: auto;
		box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
	}
}

/* Delivery - menu */
@media all and (max-width: 767px) {
	.delivery #menu {
		background-color: #FFF;
	}
	.delivery #menu .category {
		text-align: center;
	}
}
