@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main {
	position: relative;
}

.con_main .box_slide .slick-slide {
	position: relative;
	outline: 0;
}

.con_main .box_slide .img_thumb {
	display: block;
	height: 100vh;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.con_main .box_slide .img_thumb.slide01 {
	background-image: url(../images/home/img_main_01-pc.jpg);
}

@media only screen and (max-width: 767px) {
	.con_main .box_slide .img_thumb.slide01 {
		background-image: url(../images/home/img_main_01-sp.jpg);
	}
}

.con_main .box_slide .img_thumb.slide02 {
	background-image: url(../images/home/img_main_02-pc.jpg);
}

@media only screen and (max-width: 767px) {
	.con_main .box_slide .img_thumb.slide02 {
		background-image: url(../images/home/img_main_02-sp.jpg);
	}
}

.con_main .box_slide .img_thumb.slide03 {
	background-image: url(../images/home/img_main_03-pc.jpg);
}

@media only screen and (max-width: 767px) {
	.con_main .box_slide .img_thumb.slide03 {
		background-image: url(../images/home/img_main_03-sp.jpg);
	}
}

.con_main .box_slide .img_thumb.slide04 {
	background-image: url(../images/home/img_main_04-pc.jpg);
}

@media only screen and (max-width: 767px) {
	.con_main .box_slide .img_thumb.slide04 {
		background-image: url(../images/home/img_main_04-sp.jpg);
	}
}

.con_main .box_slide .img_thumb.slide05 {
	background-image: url(../images/home/img_main_05-pc.jpg);
}

@media only screen and (max-width: 767px) {
	.con_main .box_slide .img_thumb.slide05 {
		background-image: url(../images/home/img_main_05-sp.jpg);
	}
}

.con_main .box_slide .img_thumb.slide06 {
	background-image: url(../images/home/img_main_06-pc.jpg);
}

@media only screen and (max-width: 767px) {
	.con_main .box_slide .img_thumb.slide06 {
		background-image: url(../images/home/img_main_06-sp.jpg);
	}
}

.con_main .box_center {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	padding: 0 110px;
	z-index: 2;
}

@media only screen and (max-width: 767px) {
	.con_main .box_center {
		top: 46%;
		padding: 0 6em;
	}
}

.con_main .box_center .logo {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_main .box_center .logo {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_main .box_center .logo {
		margin-bottom: 2em;
	}
}

.con_main .box_center .txt_main {
	font-family: "Hannari", serif;
	font-weight: normal;
	font-size: 219%;
	color: #fff;
	margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_main .box_center .txt_main {
		font-size: 175%;
	}
}

@media only screen and (max-width: 767px) {
	.con_main .box_center .txt_main {
		font-size: 138%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_main .box_center .txt_main {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_main .box_center .txt_main {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_main .box_center .txt_main {
		display: none;
	}
}

.con_main .box_center .btns {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
	max-width: 790px;
	margin: auto;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.con_main .box_center .btns {
		max-width: 100%;
		margin-bottom: 0;
	}
}

.con_main .box_center .btns > * {
	display: table-cell;
	vertical-align: middle;
}

.con_main .box_center .btns .btn {
	font-size: 100%;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	outline: 0;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
}

@media only screen and (max-width: 1024px) {
	.con_main .box_center .btns .btn {
		font-size: 94%;
	}
}

.con_main .box_center .btns .btn:hover {
	background: rgba(255, 255, 255, 0.3);
}

.con_main .box_center .btns .btn.btn_shoplist span:before {
	display: block;
	content: "\f3d8";
	font-family: ionicons;
	position: absolute;
	left: 50%;
	bottom: -40px;
	-webkit-transform: translate(-50%, -10px);
	-moz-transform: translate(-50%, -10px);
	-ms-transform: translate(-50%, -10px);
	-o-transform: translate(-50%, -10px);
	transform: translate(-50%, -10px);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.con_main .box_center .btns .btn span {
	display: block;
	position: relative;
	padding: 8px 10px;
}

.con_main .box_center .links ul li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 26px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.con_main .box_center .links ul li:after {
	display: block;
	content: '/';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 94%;
	color: #fff;
}

.con_main .box_center .links ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.con_main .box_center .links ul li:last-child:after {
	display: none;
}

.con_main .box_center .links ul li a {
	display: block;
	position: relative;
	font-size: 94%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-bottom: 6px;
}

.con_main .box_center .links ul li a:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 0;
	height: 3px;
	background: #aea9da;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.con_main .box_center .links ul li a:hover,
.con_main .box_center .links ul li a.active {
	color: #aea9da;
}

.con_main .box_center .links ul li a:hover:before,
.con_main .box_center .links ul li a.active:before {
	width: 100%;
}

.con_main .box_news {
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 100%;
	max-width: 550px;
	z-index: 3;
}

@media only screen and (max-width: 767px) {
	.con_main .box_news {
		left: 50%;
		bottom: 1em;
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		width: 95%;
		max-width: 100%;
	}
}

.con_main .box_news .box_control {
	text-align: right;
	padding: 0 30px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.con_main .box_news .box_control {
		display: none;
	}
}

.con_main .box_news .box_control > * {
	display: inline-block;
	vertical-align: middle;
}

.con_main .box_news .box_control .slick_arrow {
	font-size: 113%;
	color: #fff;
	background: transparent;
	border: 0;
	outline: 0;
	cursor: pointer;
	padding: 0 0.5em;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.con_main .box_news .box_control .slick_arrow:active {
	opacity: 0.7;
}

.con_main .box_news .box_control .divider {
	color: #fff;
	padding: 0 0;
}

.con_main .box_news .box_slide_news .tbl {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	border-top: 1px solid #fff;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.con_main .box_news .box_slide_news .tbl {
		border-bottom: 1px solid #fff;
	}
}

.con_main .box_news .box_slide_news .tbl > * {
	display: table-cell;
	vertical-align: middle;
	border: 0;
	padding: 12px 10px;
}

@media only screen and (max-width: 767px) {
	.con_main .box_news .box_slide_news .tbl > * {
		padding: 0.5em 0.5em;
	}
}

.con_main .box_news .box_slide_news .tbl .date {
	width: 23%;
	font-size: 69%;
	letter-spacing: 0.1em;
	color: #1e1e1e;
	background: #fff;
	white-space: nowrap;
	text-align: center;
	padding: 0 5px;
}

@media only screen and (max-width: 767px) {
	.con_main .box_news .box_slide_news .tbl .date {
		letter-spacing: normal;
	}
}

.con_main .box_news .box_slide_news .tbl .label {
	width: 25%;
	font-size: 69%;
	letter-spacing: 0.4em;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	padding: 0 5px;
}

@media only screen and (max-width: 767px) {
	.con_main .box_news .box_slide_news .tbl .label {
		letter-spacing: normal;
	}
}

.con_main .box_news .box_slide_news .tbl .txt {
	width: 52%;
	padding-left: 10px;
}

@media only screen and (max-width: 767px) {
	.con_main .box_news .box_slide_news .tbl .txt {
		line-height: 1.3;
	}
}

.con_main .box_news .box_slide_news .tbl .txt a {
	font-size: 82%;
	letter-spacing: 0.1em;
	color: #fff;
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.con_main .box_news .box_slide_news .tbl .txt a {
		letter-spacing: normal;
	}
}

.con_main .box_news .box_slide_news .tbl .txt a:hover {
	text-decoration: none;
}

.con_main .btn_scroll {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	right: 58px;
	bottom: 14%;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 3;
}

@media only screen and (max-width: 1024px) {
	.con_main .btn_scroll {
		bottom: 12%;
	}
}

@media only screen and (max-width: 767px) {
	.con_main .btn_scroll {
		display: none;
	}
}

.con_main .btn_scroll:hover {
	-webkit-transform: translate(0, 5px);
	-moz-transform: translate(0, 5px);
	-ms-transform: translate(0, 5px);
	-o-transform: translate(0, 5px);
	transform: translate(0, 5px);
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
	position: relative;
	padding: 120px 0 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro {
		padding: 70px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro {
		padding: 3em 0 0;
	}
}

.con_intro .bg_caro {
	position: absolute;
	left: 0;
	top: 0;
	width: 53%;
	height: 108%;
	background: transparent url(../images/home/bg_pattern_01.png) repeat left top;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.con_intro .bg_caro {
		height: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .bg_caro {
		display: none;
	}
}

.con_intro .bg_caro:after {
	display: block;
	content: '';
	position: absolute;
	right: -1em;
	bottom: -1em;
	width: 550px;
	height: 550px;
	background: transparent url(../images/home/bg_shadow_01.png) no-repeat center center;
	background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
	.con_intro .bg_caro:after {
		width: 15em;
		height: 15em;
	}
}

.con_intro .img_spotty_01 {
	position: absolute;
	left: 0;
	top: 82%;
}

.con_intro .img_decoration_01 {
	position: absolute;
	left: 5%;
	top: 30px;
	z-index: 2;
}

@media only screen and (max-width: 1600px) {
	.con_intro .img_decoration_01 {
		left: 0;
		top: 0;
	}
}

@media print {
	.con_intro .img_decoration_01 {
		left: 0;
		top: 0;
	}
}

.ie8 .con_intro .img_decoration_01 {
	left: 0;
	top: 0;
}

.con_intro .img_decoration_02 {
	position: absolute;
	left: 0;
	top: 75%;
	max-width: 33%;
	z-index: 2;
}

.con_intro .img_decoration_03 {
	position: absolute;
	right: -1%;
	top: 112%;
	max-width: 33%;
	z-index: 2;
}

@media only screen and (min-width: 1025px) {
	.con_intro .box_container {
		max-width: 95.83333%;
	}
}

@media print {
	.con_intro .box_container {
		max-width: 95.83333%;
	}
}

.ie8 .con_intro .box_container {
	max-width: 95.83333%;
}

@media only screen and (max-width: 1024px) {
	.con_intro .box_container {
		width: 100%;
	}
}

.con_intro .col_thumb {
	width: 58%;
	left: 42%;
	z-index: 2;
}

.con_intro .col_thumb .box_slide {
	background: #fff;
}

.con_intro .col_thumb .box_slide .slick-dots {
	left: 30px;
	bottom: 20px;
	right: auto;
	top: auto;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

@media only screen and (max-width: 767px) {
	.con_intro .col_thumb .box_slide .slick-dots {
		left: 1.5em;
		bottom: 1em;
	}
}

.con_intro .col_main {
	position: relative;
	width: 42%;
	right: 58%;
	padding: 4% 5% 0 6%;
}

@media only screen and (max-width: 1600px) {
	.con_intro .col_main {
		padding-right: 30px;
	}
}

@media print {
	.con_intro .col_main {
		padding-right: 30px;
	}
}

.ie8 .con_intro .col_main {
	padding-right: 30px;
}

@media only screen and (max-width: 1260px) {
	.con_intro .col_main {
		padding-left: 0;
	}
}

@media print {
	.con_intro .col_main {
		padding-left: 0;
	}
}

.ie8 .con_intro .col_main {
	padding-left: 0;
}

@media only screen and (max-width: 1024px) {
	.con_intro .col_main {
		padding: 0;
	}
}

.con_intro .col_main .col_inner {
	position: relative;
	padding: 110px 0 170px 30px;
}

@media only screen and (max-width: 1260px) {
	.con_intro .col_main .col_inner {
		padding: 110px 0 170px 30px;
	}
}

@media print {
	.con_intro .col_main .col_inner {
		padding: 110px 0 170px 30px;
	}
}

.ie8 .con_intro .col_main .col_inner {
	padding: 110px 0 170px 30px;
}

@media only screen and (max-width: 1024px) {
	.con_intro .col_main .col_inner {
		padding: 30px 2.5% 70px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .col_main .col_inner {
		padding: 1.5em 2.5% 3em;
	}
}

.con_intro .col_main .col_inner > * {
	position: relative;
}

.con_intro .col_main .col_inner:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 170%;
	height: 100%;
	background: transparent url(../images/common/bg_pattern_01.png) repeat left top;
}

@media only screen and (max-width: 1024px) {
	.con_intro .col_main .col_inner:before {
		width: 100%;
	}
}

.con_intro .col_main .box_content {
	position: relative;
	max-width: 430px;
	margin-left: auto;
	margin-right: 0;
	z-index: 3;
}

@media only screen and (max-width: 1024px) {
	.con_intro .col_main .box_content {
		max-width: 100%;
	}
}

.con_intro .col_main .st_title {
	font-family: "Hannari", serif;
	font-size: 250%;
	line-height: 1.375;
	color: #fff;
	font-weight: normal;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro .col_main .st_title {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .col_main .st_title {
		margin-bottom: 0.6em;
	}
}

@media only screen and (max-width: 1600px) {
	.con_intro .col_main .st_title {
		font-size: 213%;
	}
}

@media print {
	.con_intro .col_main .st_title {
		font-size: 213%;
	}
}

.ie8 .con_intro .col_main .st_title {
	font-size: 213%;
}

@media only screen and (max-width: 767px) {
	.con_intro .col_main .st_title {
		font-size: 175%;
	}
}

.con_intro .col_main .txt_lg {
	font-family: "Hannari", serif;
	font-size: 163%;
	line-height: 1.53846;
	color: #fff;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1600px) {
	.con_intro .col_main .txt_lg {
		font-size: 150%;
	}
}

@media print {
	.con_intro .col_main .txt_lg {
		font-size: 150%;
	}
}

.ie8 .con_intro .col_main .txt_lg {
	font-size: 150%;
}

@media only screen and (max-width: 767px) {
	.con_intro .col_main .txt_lg {
		font-size: 138%;
		margin-bottom: 1em;
	}
}

.con_intro .col_main .txt {
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro .col_main .txt {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .col_main .txt {
		margin-bottom: 1.5em;
	}
}

@media only screen and (min-width: 768px) {
	.con_intro .col_main .txt {
		line-height: 1.875;
	}
}

@media print {
	.con_intro .col_main .txt {
		line-height: 1.875;
	}
}

.ie8 .con_intro .col_main .txt {
	line-height: 1.875;
}

.con_intro .col_main .btn {
	text-align: left;
}

@media only screen and (max-width: 1024px) {
	.con_intro .col_main .btn {
		text-align: center;
	}
}

@media only screen and (min-width: 768px) {
	.con_intro .col_main .btn a {
		max-width: 400px;
	}
}

@media print {
	.con_intro .col_main .btn a {
		max-width: 400px;
	}
}

.ie8 .con_intro .col_main .btn a {
	max-width: 400px;
}

@media only screen and (max-width: 1024px) {
	.con_intro .col_thumb,
	.con_intro .col_main {
		width: 100%;
		left: auto !important;
		right: auto !important;
	}
}

/* -----------------------------------------------------------
	con_store
----------------------------------------------------------- */
.con_store {
	position: relative;
}

@media only screen and (max-width: 1024px) {
	.con_store {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.con_store {
		padding-top: 3em;
	}
}

.con_store > * {
	position: relative;
}

.con_store .img_decoration_04 {
	position: absolute;
	right: 1%;
	bottom: 0;
	-webkit-transform: translate(0, 36%);
	-moz-transform: translate(0, 36%);
	-ms-transform: translate(0, 36%);
	-o-transform: translate(0, 36%);
	transform: translate(0, 36%);
	max-width: 26%;
	z-index: 3;
}

@media only screen and (min-width: 1025px) {
	.con_store .box_container {
		max-width: 93.75%;
	}
}

@media print {
	.con_store .box_container {
		max-width: 93.75%;
	}
}

.ie8 .con_store .box_container {
	max-width: 93.75%;
}

@media only screen and (max-width: 1024px) {
	.con_store .box_container {
		width: 100%;
	}
}

.con_store .box_title_top {
	position: relative;
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_store .box_title_top {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_store .box_title_top {
		margin-bottom: 1.5em;
	}
}

.con_store .box_title_top .img_store_map {
	display: block;
	position: absolute;
	top: 90px;
	left: 50%;
	-webkit-transform: translate(-40%, 0);
	-moz-transform: translate(-40%, 0);
	-ms-transform: translate(-40%, 0);
	-o-transform: translate(-40%, 0);
	transform: translate(-40%, 0);
	z-index: 2;
}

@media only screen and (max-width: 1024px) {
	.con_store .box_title_top .img_store_map {
		max-width: 35%;
	}
}

@media only screen and (max-width: 767px) {
	.con_store .box_title_top .img_store_map {
		left: 70%;
		max-width: 45%;
	}
}

.con_store .box_title_top .st_lg_01 {
	position: relative;
	z-index: 2;
}

.con_store .box_title_top .st_lg_01 .sm {
	display: inline-block;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	-moz-text-orientation: upright;
	-ms-text-orientation: upright;
	text-orientation: upright;
	text-align: left;
	white-space: nowrap;
	font-size: 113%;
	letter-spacing: normal;
	padding-top: 1.2em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_store .box_title_top .st_lg_01 .sm {
		font-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_store .box_title_top .st_lg_01 .sm {
		font-size: 100%;
	}
}

.con_store .box_wrp {
	position: relative;
	overflow: hidden;
	background: #0c0c0c;
	padding: 110px 50px 70px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_store .box_wrp {
		padding: 110px 30px 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_store .box_wrp {
		padding: 2em 0;
	}
}

@media only screen and (min-width: 1260px) and (max-width: 1600px) {
	.con_store .box_wrp {
		padding: 110px 50px 130px;
	}
}

@media print {
	.con_store .box_wrp {
		padding: 110px 50px 130px;
	}
}

.ie8 .con_store .box_wrp {
	padding: 110px 50px 130px;
}

.con_store .box_inner {
	max-width: 1600px;
	margin: auto;
}

.con_store .box_tab {
	position: relative;
	z-index: 3;
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab {
		padding: 0 2.5%;
	}
}

.con_store .box_tab .tabs {
	margin: 0 -16px;
}

@media only screen and (max-width: 1260px) {
	.con_store .box_tab .tabs {
		margin: 0 -8px;
	}
}

@media print {
	.con_store .box_tab .tabs {
		margin: 0 -8px;
	}
}

.ie8 .con_store .box_tab .tabs {
	margin: 0 -8px;
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .tabs {
		display: none;
		margin: 0;
	}
}

.con_store .box_tab .tabs ul {
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 16px 0;
	width: 100%;
}

@media only screen and (max-width: 1260px) {
	.con_store .box_tab .tabs ul {
		border-spacing: 8px 0;
	}
}

@media print {
	.con_store .box_tab .tabs ul {
		border-spacing: 8px 0;
	}
}

.ie8 .con_store .box_tab .tabs ul {
	border-spacing: 8px 0;
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .tabs ul {
		display: block;
		border-spacing: 0;
	}
}

.con_store .box_tab .tabs ul li {
	display: table-cell;
	vertical-align: top;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .tabs ul li {
		display: block;
		margin-bottom: 1em;
	}
}

.con_store .box_tab .tabs ul li .btn_inner {
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0 0 70px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_store .box_tab .tabs ul li .btn_inner {
		padding: 0 0 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .tabs ul li .btn_inner {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .tabs ul li .btn_inner {
		display: table;
		table-layout: fixed;
		width: 100%;
		height: auto !important;
	}
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .tabs ul li .btn_inner > * {
		display: table-cell;
		vertical-align: top;
	}
}

.con_store .box_tab .tabs ul li .btn_inner:before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 0;
	height: 7px;
	background: #684988;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}

.con_store .box_tab .tabs ul li .btn_inner .thumb {
	opacity: 0.5;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_store .box_tab .tabs ul li .btn_inner .thumb {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .tabs ul li .btn_inner .thumb {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .tabs ul li .btn_inner .thumb {
		width: 20%;
	}
}

.con_store .box_tab .tabs ul li .btn_inner .thumb img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white {
		width: 80%;
		text-align: left;
		padding-left: 1em;
	}
}

.con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .jp {
	font-size: 113%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .jp {
		font-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .jp {
		font-size: 113%;
	}
}

@media only screen and (max-width: 1260px) {
	.con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .jp {
		letter-spacing: normal;
	}
}

@media print {
	.con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .jp {
		letter-spacing: normal;
	}
}

.ie8 .con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .jp {
	letter-spacing: normal;
}

.con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .en {
	font-size: 88%;
	color: #684988;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .en {
		font-size: 75%;
	}
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .en {
		font-size: 88%;
	}
}

@media only screen and (max-width: 1260px) {
	.con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .en {
		letter-spacing: 0.1em;
	}
}

@media print {
	.con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .en {
		letter-spacing: 0.1em;
	}
}

.ie8 .con_store .box_tab .tabs ul li .btn_inner .st_lg_03_white .en {
	letter-spacing: 0.1em;
}

.con_store .box_tab .tabs ul li:hover .btn_inner .thumb,
.con_store .box_tab .tabs ul li.active .btn_inner .thumb {
	opacity: 1;
}

.con_store .box_tab .tabs ul li.active {
	cursor: default;
}

.con_store .box_tab .tabs ul li.active .btn_inner:before {
	width: 60px;
}

.con_store .box_tab .panels .panel {
	display: none;
	width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .panels .panel {
		display: block;
		margin-bottom: 1em;
	}
}

.con_store .box_tab .panels .panel.active {
	display: list-item;
}

.con_store .box_tab .accordion {
	display: table;
	table-layout: fixed;
	position: relative;
	width: 100%;
	background: #684988;
	cursor: pointer;
}

.con_store .box_tab .accordion.active:before {
	-webkit-transform: rotate(180deg) translate(0, -50%);
	-moz-transform: rotate(180deg) translate(0, -50%);
	-ms-transform: rotate(180deg) translate(0, -50%);
	-o-transform: rotate(180deg) translate(0, -50%);
	transform: rotate(180deg) translate(0, -50%);
}

.con_store .box_tab .accordion > * {
	display: table-cell;
	vertical-align: middle;
}

.con_store .box_tab .accordion:before {
	display: block;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transform: rotate(0deg) translate(0, -50%);
	-moz-transform: rotate(0deg) translate(0, -50%);
	-ms-transform: rotate(0deg) translate(0, -50%);
	-o-transform: rotate(0deg) translate(0, -50%);
	transform: rotate(0deg) translate(0, -50%);
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
	color: #fff;
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
	z-index: 1;
}

.con_store .box_tab .accordion .thumb {
	width: 25%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.con_store .box_tab .accordion .thumb img {
	width: 100%;
}

.con_store .box_tab .accordion .st_lg_03_white {
	width: 75%;
	text-align: left;
	padding-left: 1em;
}

.con_store .box_tab .accordion .st_lg_03_white .jp {
	font-size: 113%;
}

.con_store .box_tab .accordion .st_lg_03_white .en {
	font-size: 88%;
}

.con_store .box_tab .box_store {
	margin-bottom: -180px;
}

@media only screen and (max-width: 1260px) {
	.con_store .box_tab .box_store {
		margin-bottom: -80px;
	}
}

@media print {
	.con_store .box_tab .box_store {
		margin-bottom: -80px;
	}
}

.ie8 .con_store .box_tab .box_store {
	margin-bottom: -80px;
}

@media only screen and (max-width: 1024px) {
	.con_store .box_tab .box_store {
		margin-bottom: -50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .box_store {
		display: none;
		padding: 1.5em 1em 2em;
		margin-bottom: 0;
	}
}

.con_store .box_tab .box_store .box_thumb {
	position: relative;
}

.con_store .box_tab .box_store .box_thumb img {
	display: block;
	position: relative;
	width: 100%;
}

.con_store .box_tab .box_store .box_thumb .line {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1000%;
}

.con_store .box_tab .box_store .box_thumb .line em {
	display: block;
	width: 100%;
	height: 1px;
	background: #684988;
	margin-bottom: 10px;
}

.con_store .box_tab .box_store .box_thumb .line em:last-child {
	margin-bottom: 0 !important;
}

.con_store .box_tab .box_store .box_main {
	position: relative;
	top: -180px;
	width: 575px;
	background: #0c0c0c;
	padding: 45px 80px;
	margin: auto;
}

@media only screen and (max-width: 1600px) {
	.con_store .box_tab .box_store .box_main {
		top: -80px;
	}
}

@media print {
	.con_store .box_tab .box_store .box_main {
		top: -80px;
	}
}

.ie8 .con_store .box_tab .box_store .box_main {
	top: -80px;
}

@media only screen and (max-width: 1024px) {
	.con_store .box_tab .box_store .box_main {
		top: -50px;
		width: 500px;
		padding: 30px 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .box_store .box_main {
		top: 0;
		width: 100%;
		padding: 1em 2.5% 0;
	}
}

.con_store .box_tab .box_store .box_main .st_lg_03_white {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .box_store .box_main .st_lg_03_white {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .box_store .box_main .st_lg_03_white .jp {
		font-size: 138%;
	}
}

.con_store .box_tab .box_store .box_main .st_lg_03_white .en {
	color: #654784;
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .box_store .box_main .st_lg_03_white .en {
		font-size: 100%;
	}
}

.con_store .box_tab .box_store .box_main .txt {
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_store .box_tab .box_store .box_main .txt {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .box_store .box_main .txt {
		margin-bottom: 1.5em;
	}
}

@media only screen and (min-width: 768px) {
	.con_store .box_tab .box_store .box_main .txt {
		line-height: 1.875;
	}
}

@media print {
	.con_store .box_tab .box_store .box_main .txt {
		line-height: 1.875;
	}
}

.ie8 .con_store .box_tab .box_store .box_main .txt {
	line-height: 1.875;
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .box_store .box_main .txt {
		text-align: left;
	}
}

.con_store .box_tab .box_store .box_main .btn_rsv {
	margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_store .box_tab .box_store .box_main .btn_rsv {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_store .box_tab .box_store .box_main .btn_rsv {
		margin-top: 1.5em;
	}
}

/* -----------------------------------------------------------
	con_cuisine
----------------------------------------------------------- */
.con_cuisine {
	position: relative;
	padding: 160px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_cuisine {
		padding: 70px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine {
		padding: 3em 0 0;
	}
}

.con_cuisine .img_spotty_02 {
	position: absolute;
	right: 0;
	top: 0;
}

.con_cuisine .img_decoration_04 {
	position: absolute;
	right: 18%;
	top: 5%;
	max-width: 25%;
	z-index: 2;
}

@media only screen and (max-width: 1260px) {
	.con_cuisine .img_decoration_04 {
		top: 55%;
	}
}

@media print {
	.con_cuisine .img_decoration_04 {
		top: 55%;
	}
}

.ie8 .con_cuisine .img_decoration_04 {
	top: 55%;
}

.con_cuisine .img_decoration_05 {
	position: absolute;
	left: 3%;
	top: 73%;
	max-width: 25%;
	z-index: 2;
}

@media only screen and (max-width: 1260px) {
	.con_cuisine .img_decoration_05 {
		top: 55%;
	}
}

@media print {
	.con_cuisine .img_decoration_05 {
		top: 55%;
	}
}

.ie8 .con_cuisine .img_decoration_05 {
	top: 55%;
}

@media only screen and (min-width: 1025px) {
	.con_cuisine .box_container {
		max-width: 95.83333%;
	}
}

@media print {
	.con_cuisine .box_container {
		max-width: 95.83333%;
	}
}

.ie8 .con_cuisine .box_container {
	max-width: 95.83333%;
}

@media only screen and (max-width: 1024px) {
	.con_cuisine .box_container {
		width: 100%;
	}
}

.con_cuisine .col_thumb {
	position: relative;
	width: 64%;
	z-index: 1;
}

@media only screen and (max-width: 1400px) {
	.con_cuisine .col_thumb {
		width: 53%;
	}
}

@media print {
	.con_cuisine .col_thumb {
		width: 53%;
	}
}

.ie8 .con_cuisine .col_thumb {
	width: 53%;
}

.con_cuisine .col_thumb .box_slide {
	width: 120%;
	background: #fff;
}

@media only screen and (max-width: 1024px) {
	.con_cuisine .col_thumb .box_slide {
		width: 100%;
	}
}

.con_cuisine .col_thumb .box_slide .slick-dots {
	left: 81%;
	bottom: 20px;
	right: auto;
	top: auto;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

@media only screen and (max-width: 1024px) {
	.con_cuisine .col_thumb .box_slide .slick-dots {
		right: 20px;
		left: auto;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .col_thumb .box_slide .slick-dots {
		right: 1.5em;
		bottom: 1em;
	}
}

.con_cuisine .col_main {
	position: relative;
	width: 36%;
	padding-top: 11%;
}

@media only screen and (max-width: 1400px) {
	.con_cuisine .col_main {
		width: 47%;
		padding-top: 6%;
	}
}

@media print {
	.con_cuisine .col_main {
		width: 47%;
		padding-top: 6%;
	}
}

.ie8 .con_cuisine .col_main {
	width: 47%;
	padding-top: 6%;
}

@media only screen and (max-width: 1024px) {
	.con_cuisine .col_main {
		padding: 0;
	}
}

.con_cuisine .col_main .col_inner {
	position: relative;
	padding: 10% 12% 10% 0;
}

@media only screen and (max-width: 1400px) {
	.con_cuisine .col_main .col_inner {
		padding: 7% 9% 7% 0;
	}
}

@media print {
	.con_cuisine .col_main .col_inner {
		padding: 7% 9% 7% 0;
	}
}

.ie8 .con_cuisine .col_main .col_inner {
	padding: 7% 9% 7% 0;
}

@media only screen and (max-width: 1024px) {
	.con_cuisine .col_main .col_inner {
		padding: 30px 2.5% 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .col_main .col_inner {
		padding: 1.5em 2.5% 3em;
	}
}

.con_cuisine .col_main .col_inner .bg_caro {
	position: absolute;
	right: 0;
	top: 0;
	width: 180%;
	height: 100%;
	background: transparent url(../images/home/bg_pattern_01.png) repeat left top;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.con_cuisine .col_main .col_inner .bg_caro {
		width: 100%;
	}
}

.con_cuisine .col_main .col_inner .bg_caro:after {
	display: block;
	content: '';
	position: absolute;
	left: -1em;
	bottom: -1em;
	width: 550px;
	height: 550px;
	background: transparent url(../images/home/bg_shadow_02.png) no-repeat center center;
	background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
	.con_cuisine .col_main .col_inner .bg_caro:after {
		width: 15em;
		height: 15em;
	}
}

.con_cuisine .col_main .box_content {
	position: relative;
	background: #fff;
	padding: 0 50px 80px;
	z-index: 3;
}

@media only screen and (max-width: 1400px) {
	.con_cuisine .col_main .box_content {
		padding: 0 40px 50px;
	}
}

@media print {
	.con_cuisine .col_main .box_content {
		padding: 0 40px 50px;
	}
}

.ie8 .con_cuisine .col_main .box_content {
	padding: 0 40px 50px;
}

@media only screen and (max-width: 767px) {
	.con_cuisine .col_main .box_content {
		padding: 0 1em 2em;
	}
}

.con_cuisine .col_main .col_title {
	width: 30%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_cuisine .col_main .col_title {
		width: 20%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .col_main .col_title {
		width: 22%;
	}
}

.con_cuisine .col_main .col_title .st_lg_01 {
	text-align: left;
}

@media only screen and (max-width: 1024px) {
	.con_cuisine .col_main .col_title .st_lg_01 {
		text-align: center;
	}
}

.con_cuisine .col_main .col_content {
	width: 70%;
	padding-top: 10%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_cuisine .col_main .col_content {
		width: 80%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .col_main .col_content {
		width: 78%;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .col_main .col_content {
		padding-left: 3%;
		padding-top: 2em;
	}
}

.con_cuisine .col_main .col_content .txt_lg {
	font-family: "Hannari", serif;
	font-size: 144%;
	line-height: 1.73913;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1600px) {
	.con_cuisine .col_main .col_content .txt_lg {
		font-size: 150%;
	}
}

@media print {
	.con_cuisine .col_main .col_content .txt_lg {
		font-size: 150%;
	}
}

.ie8 .con_cuisine .col_main .col_content .txt_lg {
	font-size: 150%;
}

@media only screen and (max-width: 767px) {
	.con_cuisine .col_main .col_content .txt_lg {
		font-size: 125%;
		margin-bottom: 1em;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1670px) {
	.con_cuisine .col_main .col_content .txt_lg br {
		display: none;
	}
}

@media print {
	.con_cuisine .col_main .col_content .txt_lg br {
		display: none;
	}
}

.ie8 .con_cuisine .col_main .col_content .txt_lg br {
	display: none;
}

.con_cuisine .col_main .col_content .txt {
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_cuisine .col_main .col_content .txt {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .col_main .col_content .txt {
		margin-bottom: 1.5em;
	}
}

@media only screen and (min-width: 768px) {
	.con_cuisine .col_main .col_content .txt {
		line-height: 1.875;
	}
}

@media print {
	.con_cuisine .col_main .col_content .txt {
		line-height: 1.875;
	}
}

.ie8 .con_cuisine .col_main .col_content .txt {
	line-height: 1.875;
}

.con_cuisine .col_main .col_content .btn {
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.con_cuisine .col_main .col_content .btn {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.con_cuisine .col_main .col_content .btn > * {
		text-align: left;
		padding-right: 3em;
	}
}

@media only screen and (max-width: 1024px) {
	.con_cuisine .col_thumb,
	.con_cuisine .col_main {
		width: 100%;
	}
}

/* -----------------------------------------------------------
	con_hospitality
----------------------------------------------------------- */
.con_hospitality {
	position: relative;
	padding: 150px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_hospitality {
		padding: 70px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_hospitality {
		padding: 3em 0 0;
	}
}

.con_hospitality .img_spotty_03 {
	position: absolute;
	right: 0;
	top: 40%;
}

.con_hospitality .img_decoration_06 {
	position: absolute;
	right: 0;
	top: 90%;
	max-width: 35%;
	z-index: 2;
}

@media only screen and (max-width: 1260px) {
	.con_hospitality .img_decoration_06 {
		top: 55%;
	}
}

@media print {
	.con_hospitality .img_decoration_06 {
		top: 55%;
	}
}

.ie8 .con_hospitality .img_decoration_06 {
	top: 55%;
}

@media only screen and (min-width: 1025px) {
	.con_hospitality .box_container {
		max-width: 95.83333%;
	}
}

@media print {
	.con_hospitality .box_container {
		max-width: 95.83333%;
	}
}

.ie8 .con_hospitality .box_container {
	max-width: 95.83333%;
}

@media only screen and (max-width: 1024px) {
	.con_hospitality .box_container {
		width: 100%;
	}
}

.con_hospitality .col_thumb {
	position: relative;
	width: 77%;
	left: 23%;
	z-index: 1;
}

@media only screen and (max-width: 1400px) {
	.con_hospitality .col_thumb {
		width: 60%;
		left: 40%;
	}
}

@media print {
	.con_hospitality .col_thumb {
		width: 60%;
		left: 40%;
	}
}

.ie8 .con_hospitality .col_thumb {
	width: 60%;
	left: 40%;
}

.con_hospitality .col_thumb .box_slide {
	background: #fff;
}

.con_hospitality .col_thumb .box_slide .slick-dots {
	left: 20%;
	bottom: 20px;
	right: auto;
	top: auto;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

@media only screen and (max-width: 1024px) {
	.con_hospitality .col_thumb .box_slide .slick-dots {
		left: 20px;
		left: auto;
	}
}

@media only screen and (max-width: 767px) {
	.con_hospitality .col_thumb .box_slide .slick-dots {
		left: 1.5em;
		bottom: 1em;
	}
}

.con_hospitality .col_main {
	position: relative;
	width: 23%;
	right: 77%;
	padding-top: 7%;
}

@media only screen and (max-width: 1400px) {
	.con_hospitality .col_main {
		width: 40%;
		right: 60%;
	}
}

@media print {
	.con_hospitality .col_main {
		width: 40%;
		right: 60%;
	}
}

.ie8 .con_hospitality .col_main {
	width: 40%;
	right: 60%;
}

@media only screen and (max-width: 1024px) {
	.con_hospitality .col_main {
		padding: 0;
	}
}

.con_hospitality .col_main .col_inner {
	position: relative;
	width: 160%;
	padding: 22% 0 22% 22%;
}

@media only screen and (max-width: 1400px) {
	.con_hospitality .col_main .col_inner {
		width: 120%;
		padding: 7% 0 7% 9%;
	}
}

@media print {
	.con_hospitality .col_main .col_inner {
		width: 120%;
		padding: 7% 0 7% 9%;
	}
}

.ie8 .con_hospitality .col_main .col_inner {
	width: 120%;
	padding: 7% 0 7% 9%;
}

@media only screen and (max-width: 1024px) {
	.con_hospitality .col_main .col_inner {
		width: 100%;
		padding: 30px 2.5% 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_hospitality .col_main .col_inner {
		padding: 1.5em 2.5% 3em;
	}
}

.con_hospitality .col_main .col_inner .bg_caro {
	position: absolute;
	left: 0;
	top: 0;
	width: 180%;
	height: 100%;
	background: transparent url(../images/home/bg_pattern_01.png) repeat left top;
	overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.con_hospitality .col_main .col_inner .bg_caro {
		width: 100%;
	}
}

.con_hospitality .col_main .col_inner .bg_caro:after {
	display: block;
	content: '';
	position: absolute;
	right: -1em;
	bottom: -1em;
	width: 550px;
	height: 550px;
	background: transparent url(../images/home/bg_shadow_01.png) no-repeat center center;
	background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
	.con_hospitality .col_main .col_inner .bg_caro:after {
		width: 15em;
		height: 15em;
	}
}

.con_hospitality .col_main .box_content {
	position: relative;
	background: #fff;
	padding: 0 50px 80px;
	z-index: 3;
}

@media only screen and (max-width: 1400px) {
	.con_hospitality .col_main .box_content {
		padding: 0 40px 50px;
	}
}

@media print {
	.con_hospitality .col_main .box_content {
		padding: 0 40px 50px;
	}
}

.ie8 .con_hospitality .col_main .box_content {
	padding: 0 40px 50px;
}

@media only screen and (max-width: 767px) {
	.con_hospitality .col_main .box_content {
		padding: 0 1em 2em;
	}
}

.con_hospitality .col_main .col_title {
	width: 30%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_hospitality .col_main .col_title {
		width: 20%;
	}
}

@media only screen and (max-width: 767px) {
	.con_hospitality .col_main .col_title {
		width: 22%;
	}
}

.con_hospitality .col_main .col_title .st_lg_01 {
	text-align: right;
}

@media only screen and (max-width: 1024px) {
	.con_hospitality .col_main .col_title .st_lg_01 {
		text-align: center;
	}
}

.con_hospitality .col_main .col_content {
	width: 70%;
	padding-top: 10%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_hospitality .col_main .col_content {
		width: 80%;
	}
}

@media only screen and (max-width: 767px) {
	.con_hospitality .col_main .col_content {
		width: 78%;
	}
}

@media only screen and (max-width: 767px) {
	.con_hospitality .col_main .col_content {
		padding-right: 3%;
		padding-top: 2em;
	}
}

.con_hospitality .col_main .col_content .txt_lg {
	font-family: "Hannari", serif;
	font-size: 144%;
	line-height: 1.73913;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1600px) {
	.con_hospitality .col_main .col_content .txt_lg {
		font-size: 150%;
	}
}

@media print {
	.con_hospitality .col_main .col_content .txt_lg {
		font-size: 150%;
	}
}

.ie8 .con_hospitality .col_main .col_content .txt_lg {
	font-size: 150%;
}

@media only screen and (max-width: 767px) {
	.con_hospitality .col_main .col_content .txt_lg {
		font-size: 125%;
		margin-bottom: 1em;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1670px) {
	.con_hospitality .col_main .col_content .txt_lg br {
		display: none;
	}
}

@media print {
	.con_hospitality .col_main .col_content .txt_lg br {
		display: none;
	}
}

.ie8 .con_hospitality .col_main .col_content .txt_lg br {
	display: none;
}

.con_hospitality .col_main .col_content .txt {
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_hospitality .col_main .col_content .txt {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_hospitality .col_main .col_content .txt {
		margin-bottom: 1.5em;
	}
}

@media only screen and (min-width: 768px) {
	.con_hospitality .col_main .col_content .txt {
		line-height: 1.875;
	}
}

@media print {
	.con_hospitality .col_main .col_content .txt {
		line-height: 1.875;
	}
}

.ie8 .con_hospitality .col_main .col_content .txt {
	line-height: 1.875;
}

.con_hospitality .col_main .col_content .btn {
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.con_hospitality .col_main .col_content .btn {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.con_hospitality .col_main .col_content .btn > * {
		text-align: left;
		padding-right: 3em;
	}
}

@media only screen and (max-width: 1024px) {
	.con_hospitality .col_thumb,
	.con_hospitality .col_main {
		width: 100%;
		left: auto !important;
		right: auto !important;
	}
}

/* -----------------------------------------------------------
	con_use
----------------------------------------------------------- */
.con_use {
	position: relative;
	padding: 80px 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_use {
		padding: 70px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_use {
		padding: 3em 0 0;
	}
}

.con_use > * {
	position: relative;
}

.con_use .img_spotty_03 {
	position: absolute;
	left: 0;
	top: 50%;
}

@media only screen and (min-width: 1025px) {
	.con_use .box_container {
		max-width: 1440px;
	}
}

@media print {
	.con_use .box_container {
		max-width: 1440px;
	}
}

.ie8 .con_use .box_container {
	max-width: 1440px;
}

@media only screen and (max-width: 1500px) {
	.con_use .box_container {
		width: 95%;
	}
}

@media print {
	.con_use .box_container {
		width: 95%;
	}
}

.ie8 .con_use .box_container {
	width: 95%;
}

.con_use .box_title_top {
	margin-bottom: 44px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_use .box_title_top {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_use .box_title_top {
		margin-bottom: 1.5em;
	}
}

.con_use .box_list {
	overflow: hidden;
}

.con_use .box_list .list {
	position: relative;
	padding: 0 0 90px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_use .box_list .list {
		padding: 0 0 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_use .box_list .list {
		padding: 2.5em 0 0;
	}
}

.con_use .box_list .list:before {
	display: block;
	content: '';
	position: absolute;
	right: -8%;
	top: 85px;
	bottom: 0;
	left: auto;
	width: 95%;
	height: auto;
	background: transparent url(../images/home/bg_pattern_01.png) repeat left top;
}

@media only screen and (max-width: 767px) {
	.con_use .box_list .list:before {
		right: 50%;
		top: 0;
		-webkit-transform: translate(50%, 0);
		-moz-transform: translate(50%, 0);
		-ms-transform: translate(50%, 0);
		-o-transform: translate(50%, 0);
		transform: translate(50%, 0);
		width: 200%;
	}
}

.con_use .box_list .list .item {
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.con_use .box_list .list .item {
		width: 100%;
		margin-bottom: 2.5em;
	}
}

.con_use .box_list .list .item:nth-child(2) {
	margin-top: 33px;
}

@media only screen and (max-width: 767px) {
	.con_use .box_list .list .item:nth-child(2) {
		margin-top: 0;
	}
}

.con_use .box_list .list .item .item_inner {
	position: relative;
	height: 100%;
	background: #fff;
}

.con_use .box_list .list .item .thumb {
	position: relative;
}

.con_use .box_list .list .item .thumb img {
	width: 100%;
}

.con_use .box_list .list .item .thumb .st_md_02 {
	position: absolute;
	left: 0;
	bottom: 0;
	min-width: 306px;
	background: #fff;
	text-align: left;
	padding: 10px 30px 0;
}

@media only screen and (max-width: 1024px) {
	.con_use .box_list .list .item .thumb .st_md_02 {
		padding: 10px 20px 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_use .box_list .list .item .thumb .st_md_02 {
		display: table;
		width: auto;
		min-width: 0;
		padding: 0.5em 1em 0;
	}
}

@media only screen and (max-width: 1024px) {
	.con_use .box_list .list .item .thumb .st_md_02 .jp {
		font-size: 138%;
	}
}

@media only screen and (max-width: 767px) {
	.con_use .box_list .list .item .thumb .st_md_02 .jp {
		font-size: 125%;
	}
}

.con_use .box_list .list .item .box_detail {
	padding: 35px 30px 40px;
}

@media only screen and (max-width: 1024px) {
	.con_use .box_list .list .item .box_detail {
		padding: 30px 20px 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_use .box_list .list .item .box_detail {
		padding: 1.5em 1em 2.5em;
	}
}

.con_use .box_list .list .item .box_detail .txt {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.con_use .box_list .list .item .box_detail .txt {
		margin-bottom: 1.5em;
	}
}

.con_use .box_list .list .item .box_detail .btn {
	text-align: right;
}

/* -----------------------------------------------------------
	con_season
----------------------------------------------------------- */
.con_season {
	padding: 170px 0 0;
	margin-bottom: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_season {
		padding: 70px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_season {
		padding: 3em 0 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_season {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.con_season {
		margin-bottom: 0;
	}
}

.con_season .box_container {
	background: transparent url(../images/home/bg_season.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0 30px 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_season .box_container {
		padding: 0 30px 70px;
	}
}

@media only screen and (max-width: 767px) {
	.con_season .box_container {
		padding: 0 2.5% 3em;
	}
}

@media only screen and (min-width: 1025px) {
	.con_season .box_container {
		max-width: 93.75%;
	}
}

@media print {
	.con_season .box_container {
		max-width: 93.75%;
	}
}

.ie8 .con_season .box_container {
	max-width: 93.75%;
}

@media only screen and (max-width: 1024px) {
	.con_season .box_container {
		width: 100%;
	}
}

.con_season .box_wrp {
	max-width: 1600px;
	margin: auto;
}

.con_season .st_lg_02_white {
	margin-bottom: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_season .st_lg_02_white {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_season .st_lg_02_white {
		margin-bottom: 1.5em;
	}
}

.con_season .box_list .btn_more {
	position: absolute;
	right: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .btn_more {
		right: 1.38em;
	}
}

.con_season .box_list .btn_more .ic_arrow {
	display: block;
	width: 50px;
	height: 10px;
	border-bottom: 1px solid #1a1a1a;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .btn_more .ic_arrow {
		right: 1em;
	}
}

.con_season .box_list .btn_more .ic_arrow:before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: rotate(22deg);
	-moz-transform: rotate(22deg);
	-ms-transform: rotate(22deg);
	-o-transform: rotate(22deg);
	transform: rotate(22deg);
	width: 27px;
	height: 1px;
	background: #1a1a1a;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.con_season .box_list .btn_more .ic_arrow:after {
	display: block;
	content: '';
	position: absolute;
	right: 25px;
	bottom: 0;
	width: 1px;
	height: 11px;
	background: #1a1a1a;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.con_season .box_list .item_top {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .item_top {
		margin-bottom: 1em;
	}
}

.con_season .box_list .item_top a {
	display: block;
	position: relative;
	color: #0c0c0c;
	background: rgba(255, 255, 255, 0.8);
	text-decoration: none !important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-right: 100px;
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .item_top a {
		padding: 0 0 2.5em;
	}
}

.con_season .box_list .item_top a:hover {
	background: #fff;
}

@media only screen and (min-width: 1025px) {
	.con_season .box_list .item_top a:hover .btn_more {
		right: 20px;
	}
}

@media print {
	.con_season .box_list .item_top a:hover .btn_more {
		right: 20px;
	}
}

.ie8 .con_season .box_list .item_top a:hover .btn_more {
	right: 20px;
}

.con_season .box_list .item_top a .box_tbl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border: 0;
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .item_top a .box_tbl {
		display: block;
	}
}

.con_season .box_list .item_top a .box_tbl > * {
	display: table-cell;
	vertical-align: middle;
	padding: 30px 0;
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .item_top a .box_tbl > * {
		display: block;
		padding: 0;
	}
}

.con_season .box_list .item_top a .label {
	width: 250px;
	vertical-align: top;
	padding-top: 0;
}

@media only screen and (max-width: 1024px) {
	.con_season .box_list .item_top a .label {
		width: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .item_top a .label {
		width: 100%;
		margin-bottom: 1em;
	}
}

.con_season .box_list .item_top a .label span {
	display: inline-block;
	vertical-align: middle;
	min-width: 180px;
	font-family: "Hannari", serif;
	color: #fff;
	background: #654784;
	text-align: center;
	padding: 3px 5px;
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .item_top a .label span {
		min-width: 12em;
		padding: 0.2em 1em;
	}
}

.con_season .box_list .item_top a .date {
	font-size: 75%;
	width: 115px;
}

@media only screen and (max-width: 1024px) {
	.con_season .box_list .item_top a .date {
		width: 95px;
	}
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .item_top a .date {
		width: 100%;
		padding: 0 1.8em;
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .item_top a .text {
		padding: 0 1.38em;
	}
}

.con_season .box_list .item_top a .btn_more {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .item_top a .btn_more {
		top: auto;
		bottom: 0.75em;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.con_season .box_list .list {
	margin: 0 -6px 50px;
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .list {
		margin: 0 0 1.5em;
	}
}

.con_season .box_list .list .item {
	width: 25%;
	padding: 0 6px;
	margin-bottom: 12px;
}

@media only screen and (max-width: 1024px) {
	.con_season .box_list .list .item {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .list .item {
		width: 100%;
		height: auto !important;
		padding: 0;
		margin-bottom: 1em;
	}
}

.con_season .box_list .list .item a {
	display: block;
	position: relative;
	height: 100%;
	color: #0c0c0c;
	background: rgba(255, 255, 255, 0.8);
	text-decoration: none !important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0 0 65px;
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .list .item a {
		padding-bottom: 2.5em;
	}
}

.con_season .box_list .list .item a:hover {
	background: #fff;
}

@media only screen and (min-width: 1025px) {
	.con_season .box_list .list .item a:hover .btn_more {
		right: 20px;
	}
}

@media print {
	.con_season .box_list .list .item a:hover .btn_more {
		right: 20px;
	}
}

.ie8 .con_season .box_list .list .item a:hover .btn_more {
	right: 20px;
}

.con_season .box_list .list .item a .label {
	margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_season .box_list .list .item a .label {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .list .item a .label {
		margin-bottom: 0.75em;
	}
}

.con_season .box_list .list .item a .label span {
	display: inline-block;
	vertical-align: middle;
	min-width: 120px;
	font-family: "Hannari", serif;
	color: #fff;
	background: #654784;
	text-align: center;
	padding: 3px 5px;
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .list .item a .label span {
		min-width: 9em;
		padding: 0.2em 1em;
	}
}

.con_season .box_list .list .item a .date {
	font-size: 75%;
	padding: 0 30px;
	margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .list .item a .date {
		padding: 0 1.8em;
		margin-bottom: 0.5em;
	}
}

.con_season .box_list .list .item a .text {
	padding: 0 30px;
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .list .item a .text {
		padding: 0 1.38em;
	}
}

.con_season .box_list .list .item a .btn_more {
	bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.con_season .box_list .list .item a .btn_more {
		bottom: 0.75em;
	}
}

/* -----------------------------------------------------------
	con_x
----------------------------------------------------------- */
/* -----------------------------------------------------------
	con_x
----------------------------------------------------------- */
/* -----------------------------------------------------------
	con_x
----------------------------------------------------------- */
