@charset "UTF-8";


/* wrapper */

#wrapper {
	width: 100%;
	overflow: hidden;
}


/* global navigation */

.nav-wrapper {
	width: 100%;
	background-color: white;
	transition-property: background-color;
	transition-duration: 500ms;
	transition-timing-function: ease;
	box-shadow: 0 5px 20px 1px rgba(0, 0, 0, 0.08);
	height: 90px;
	line-height: 90px;
	position: fixed;
	top: 0;
	z-index: 9999;
}

.nav-wrapper .right {
	float: right !important;
}

.nav-wrapper ul li {
	float: left;
}

.nav-wrapper ul a {
	display: block;
	padding: 0 10px;
	color: #968850;
	text-decoration: none;
}

.nav-wrapper:hover, .nav-wrapper.active, .nav-wrapper.hm-active {
	background-color: white;
	transition-property: background-color;
	transition-duration: 500ms;
	transition-timing-function: ease;
}

.nav-wrapper:hover a img.logo-b, .nav-wrapper.active a img.logo-b, .nav-wrapper.hm-active a img.logo-b {
	display: inline-block;
	opacity: 1.0;
	transition-property: opacity;
	transition-duration: 500ms;
	transition-timing-function: ease;
}

.nav-wrapper:hover a img.logo-w, .nav-wrapper.active a img.logo-w, .nav-wrapper.hm-active a img.logo-w {
	display: inline-block;
	opacity: 0.0;
	transition-property: opacity;
	transition-duration: 500ms;
	transition-timing-function: ease;
}

.nav-wrapper:hover .main-menu a, .nav-wrapper.active .main-menu a {
	color: #968850;
}

.nav-wrapper:hover .main-menu a.inquiry, .nav-wrapper.active .main-menu a.inquiry {
	background-color: #5b5331 !important;
	color: #fff !important;
}

.nav-wrapper:hover .main-menu p.img_cover_panel, .nav-wrapper.active .main-menu p.img_cover_panel {
	width: 248px;
	height: 119px;
	overflow: hidden;
}

.nav-wrapper a img.logo-w {
	padding-left: 2em;
	vertical-align: middle;
	width: 482px;
	max-width: 482px;
	opacity: 1.0;
	transform: translateY(-2px);
	transition-property: opacity;
	transition-duration: 500ms;
	transition-timing-function: ease;
}

.nav-wrapper a img.logo-b {
	padding-left: 2em;
	vertical-align: middle;
	width: 482px;
	max-width: 482px;
	position: absolute;
	left: 0;
	top: 16px;
	opacity: 0;
	transition-property: opacity;
	transition-duration: 500ms;
	transition-timing-function: ease;
}


.nav-wrapper #btn-menu, .nav-wrapper #btn-menu2 {
	background-color: #968850;
	border-radius: 0;
	color: #fff;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
}

.nav-wrapper #btn-menu button:before, .nav-wrapper #btn-menu button:after, .nav-wrapper #btn-menu:after, .nav-wrapper #btn-menu2 button:before, .nav-wrapper #btn-menu2 button:after, .nav-wrapper #btn-menu2:after {
	height: 1px;
}

.nav-wrapper #btn-menu button:before, .nav-wrapper #btn-menu2 button:before {
	top: 22px;
	right: 20px;
}

.nav-wrapper #btn-menu button:after, .nav-wrapper #btn-menu2 button:after {
	top: 29px;
	right: 20px;
}

.nav-wrapper #btn-menu:after, .nav-wrapper #btn-menu2:after {
	top: 15px;
	right: 20px;
}

.nav-wrapper #btn-menu img, .nav-wrapper #btn-menu2 img {
	position: relative;
	top: -18px;
	left: 16px;
	width: 30px;
}

.nav-wrapper #btn-menu.on button:after {
	top: 24px;
}

.nav-wrapper #btn-menu.on:after {
	top: 24px;
}

.nav-wrapper #btn-menu2 {
	background-color: #5b5331;
	background-image: url(img/icon_mail.png);
	background-position: 50% 14px;
	background-repeat: no-repeat;
	background-size: 37%;
	border-radius: 0;
	font-size: .64rem;
	opacity: 1 !important;
	margin-right: 0;
	padding: 0;
	text-align: center;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0px;
	right: 60px;
}

.nav-wrapper #btn-menu2 a {
	display: block;
	width: 60px;
	height: 60px;
	padding-top: 41px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
}

.nav-wrapper #global-navigation {
	float: right !important;
	height: 88px;
	line-height: 1.4;
}

.nav-wrapper #global-navigation .main-menu {
	display: table;
	height: 88px;
}

.nav-wrapper #global-navigation .main-menu > a,
.nav-wrapper #global-navigation .main-menu > .btn {
	display: table-cell;
	position: relative;
	height: 88px;
	vertical-align: middle;
}

.nav-wrapper #global-navigation .main-menu > a.current::after {
	content: "";
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	background-color: #968850;
}



.nav-wrapper #global-navigation .main-menu a .btn-opcl {
	display: none;
	border: none;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
}

.nav-wrapper #global-navigation .main-menu a .btn-opcl:before, .nav-wrapper #global-navigation .main-menu a .btn-opcl:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	background-color: #fff;
}

.nav-wrapper #global-navigation .main-menu a .btn-opcl:before {
	width: 12px;
	height: 1px;
	margin: -1px 0 0 -6px;
}

.nav-wrapper #global-navigation .main-menu a .btn-opcl:after {
	width: 1px;
	height: 12px;
	margin: -6px 0 0 -1px;
	-moz-transition: -moz-transform .2s linear;
	-webkit-transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
}

.nav-wrapper #global-navigation .main-menu a .btn-opcl2 {
	display: none;
	border: none;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
}

.nav-wrapper #global-navigation .main-menu a .btn-opcl2:before, .nav-wrapper #global-navigation .main-menu a .btn-opcl2:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	background-color: #fff;
}

.nav-wrapper #global-navigation .main-menu a .btn-opcl2:before {
	width: 12px;
	height: 0px;
	margin: -1px 0 0 -6px;
}

.nav-wrapper #global-navigation .main-menu a .btn-opcl2:after {
	width: 1px;
	height: 12px;
	margin: -6px 0 0 -1px;
	-moz-transition: -moz-transform .2s linear;
	-webkit-transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transform: rotate(90deg);
}

.nav-wrapper #global-navigation .main-menu:hover a {
	background-color: transparent;
	color: #968850;
}

.nav-wrapper #global-navigation .main-menu:hover .sub-nav {
	top: 88px;
	visibility: visible;
	opacity: 1;
}

.nav-wrapper #global-navigation .main-menu:hover:last-of-type:hover {
	border: none;
	color: #fff;
}

.nav-wrapper #global-navigation .main-menu .sub-nav {
	visibility: hidden;
	opacity: 0;
	z-index: 3;
	position: absolute;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	background: #968850;
	transform: translate3d(0, 0, 0);
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 {
	/* /li.sub-page */
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li.sub-page,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 li.sub-page {
	float: left;
	padding-bottom: 2em;
	width: 22%;
	border: none;
	/* /ul.sub-menu-box */
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li.sub-page:after,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 li.sub-page:after {
	content: '';
	display: none;
	background-color: #C4B98E;
	position: absolute;
	top: 0;
	right: 3em;
	width: 1px;
	height: 58px;
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li.sub-page a,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 li.sub-page a {
	color: rgba(255, 255, 255, 0.9);
	padding: 0;
	position: relative;
	overflow: hidden;
	/* ＋ーボタン */
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li.sub-page a:hover,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 li.sub-page a:hover {
	background-color: transparent;
	color: rgba(255, 255, 255, 0.6);
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li.sub-page a:hover img,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 li.sub-page a:hover img {
	opacity: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all .25s;
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li.sub-page a img,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 li.sub-page a img {
	display: block;
	margin: 0;
	width: 100%;
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li.sub-page a p,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 li.sub-page a p {
	margin-bottom: 15px;
	font-size: .94rem;
	line-height: 1.5;
	color: #fff;
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li.sub-page a p.img_cover_panel,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 li.sub-page a p.img_cover_panel {
	margin-bottom: 5px;
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li.sub-page a .btn-opcl,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 li.sub-page a .btn-opcl {
	display: none;
	border: none;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	right: -0.1em;
	margin-top: -15px;
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li.sub-page a .btn-opcl:before, .nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li.sub-page a .btn-opcl:after,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 li.sub-page a .btn-opcl:before,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 li.sub-page a .btn-opcl:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	background-color: #fff;
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li.sub-page a .btn-opcl:before,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 li.sub-page a .btn-opcl:before {
	width: 12px;
	height: 1px;
	margin: -1px 0 0 -6px;
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li.sub-page a .btn-opcl:after,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 li.sub-page a .btn-opcl:after {
	width: 1px;
	height: 12px;
	margin: -6px 0 0 -1px;
	-moz-transition: -moz-transform .2s linear;
	-webkit-transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li.sub-page ul.sub-menu-box,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 li.sub-page ul.sub-menu-box {
	margin-top: 10px;
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li.sub-page ul.sub-menu-box li.sub-menu,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 li.sub-page ul.sub-menu-box li.sub-menu {
	line-height: 2.3;
	width: 100%;
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li.sub-page ul.sub-menu-box li.sub-menu a,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 li.sub-page ul.sub-menu-box li.sub-menu a {
	font-size: .88rem;
	font-weight: initial;
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li.sub-page ul.sub-menu-box li.sub-menu a::before,
.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 li.sub-page ul.sub-menu-box li.sub-menu a::before {
	content: "";
	background: url("img/icon_arrow_r_w.png") no-repeat;
	background-size: contain;
	background-position: center center;
	display: inline-block;
	margin-right: .6em;
	width: 7px;
	height: 14px;
	transform: translateY(2px);
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container {
	max-width: 1170px;
	width: 101%;
	margin: 0 auto;
	padding: 35px 20px 20px;
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container li:nth-child(-n+3) {
	margin: 0 3.5% 0 0;
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container2 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0;
	height: 100px;
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container3 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 0;
	height: 100px;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 20px;
}

.nav-wrapper #global-navigation .main-menu .sub-nav ul.sub-container3 li.sub-page {
	width: auto;
	padding-bottom: 0;
	margin-right: 5%;
}

.nav-wrapper #global-navigation .main-menu .inquiry {
	border-radius: 30px;
	color: #fff;
	display: inline-table;
	line-height: 2.4;
	margin-left: 1em;
	margin-right: 1em;
	padding: 0 20px 0 42px;
	height: auto;
	background: #cb5869 url(img/icon_mail.png) no-repeat 22px 50%;
	background-size: 16px;
	transition: background-color .2s;
}

.nav-wrapper #global-navigation .main-menu .inquiry:hover {
	background-color: #5b5331 !important;
	box-sizing: border-box;
	color: #fff !important;
}

.nav-wrapper.bgwhite {
	background-color: white;
}

.nav-wrapper.bgwhite a img.logo-b {
	display: inline-block;
}

.nav-wrapper.bgwhite a img.logo-w {
	display: none;
}

.nav-wrapper.bgwhite .main-menu a {
	color: #222;
}

@media screen and (max-width: 1023px) {
	.nav-wrapper #global-navigation .main-menu > a {
		padding: 0 10px;
		text-align: center;
	}
	.nav-wrapper #global-navigation .main-menu .inquiry {
		margin-left: 8px;
		margin-right: 20px;
		padding: 0 9px;
		background-image: none;
	}
	.nav-wrapper a img.logo-w {
		padding-left: 20px;
		width: 22vw;
		min-width: 180px;
	}
	.nav-wrapper a img.logo-b {
		padding-left: 20px;
		width: 22vw;
		min-width: 180px;
	}
}

@media screen and (max-width: 859px) {
	.nav-wrapper #global-navigation .main-menu > a br {
		display: inline;
	}
}


/* hamburger menu */

@media screen and (max-width: 767px) {
	
	.nav-wrapper {
		box-shadow: none;
		height: 60px;
		line-height: 60px;
	}
	
	.nav-wrapper a img.logo-w {
		padding-left: 3vw;
		width: 54%;
		max-width: 270px;
	}
	
	.nav-wrapper a img.logo-b {
		padding-left: 3vw;
		width: 54%;
		max-width: 270px;
		top: 23px;
	}
	
	.nav-wrapper #btn-menu, .nav-wrapper #btn-menu2 {
		display: block;
	}
	
	.nav-wrapper #global-navigation {
		display: none;
	}
	
}

#hamburger-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 2001;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
}

#hamburger-menu.show {
	-webkit-animation: hamburger-menu-show .3s ease-out 0s both;
	animation: hamburger-menu-show .3s ease-out 0s both;
}

#hamburger-menu.hide {
	-webkit-animation: hamburger-menu-hide .2s ease-out 0s both;
	animation: hamburger-menu-hide .2s ease-out 0s both;
}

#hamburger-menu ul {
	overflow: hidden;
	height: 0;
	-webkit-transition: height .2s ease-out;
	transition: height .2s ease-out;
}

#hamburger-menu a {
	display: block;
	color: #fff;
	line-height: 1.2;
	text-decoration: none;
}

#hamburger-menu a:hover, #hamburger-menu a:active {
	text-decoration: none;
}

#hamburger-menu li > a {
	background-image: url(img/icon_hamburger_arrow.svg);
	background-repeat: no-repeat;
	background-position: right 26px top 50%;
	background-size: 8px 13px;
}

#hamburger-menu > li {
	border-top: 1px solid #C4B98E;
}

#hamburger-menu > li > .btn-set a:first-child, #hamburger-menu > li > a {
	padding: 22px 75px 22px 25px;
	background-color: #C4B98E;
}

#hamburger-menu .sub-1 > li > .btn-set a:first-child, #hamburger-menu .sub-1 > li > a {
	padding: 22px 75px 22px 40px;
	border-top: 1px solid #C4B98E;
	background-color: #C4B98E;
}

#hamburger-menu .sub-2 a {
	padding: 17px 75px 17px 60px;
	border-top: 1px solid #0b3b67;
	background-color: #C4B98E;
}

#hamburger-menu .btn-set {
	position: relative;
}

#hamburger-menu .btn-set a.btn {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 100%;
	background-color: #5b5331;
}

#hamburger-menu .btn-set a.btn span {
	display: block;
	position: absolute;
	left: 22px;
	top: 50%;
	width: 15px;
	height: 1px;
	background-color: #fff;
	-webkit-transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, -webkit-transform .2s;
	transition: opacity .2s, transform .2s;
	transition: opacity .2s, transform .2s, -webkit-transform .2s;
}

#hamburger-menu .btn-set a.btn span:last-child {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#hamburger-menu .btn-set a.btn:hover span, #hamburger-menu .btn-set a.btn:active span {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#hamburger-menu .btn-set a.btn:hover span:last-child, #hamburger-menu .btn-set a.btn:active span:last-child {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#hamburger-menu .btn-set a.btn.open span:last-child {
	opacity: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#hamburger-menu .btn-set a.btn.open:hover span, #hamburger-menu .btn-set a.btn.open:active span {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#hamburger-menu .sub-1 > li > .btn-set a.btn {
	background-color: #C4B98E;
}

@-webkit-keyframes hamburger-menu-show {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes hamburger-menu-show {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes hamburger-menu-hide {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}

@keyframes hamburger-menu-hide {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
	}
}

#hamburger-cover {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	background-color: #C4B98E;
	opacity: 0;
}

#hamburger-cover.show {
	-webkit-animation: hamburger-cover-show .2s ease-out 0s both;
	animation: hamburger-cover-show .2s ease-out 0s both;
}

#hamburger-cover.hide {
	-webkit-animation: hamburger-cover-hide .15s ease-out 0s both;
	animation: hamburger-cover-hide .15s ease-out 0s both;
}

@-webkit-keyframes hamburger-cover-show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: .9;
	}
}

@keyframes hamburger-cover-show {
	0% {
		opacity: 0;
	}
	100% {
		opacity: .9;
	}
}

@-webkit-keyframes hamburger-cover-hide {
	0% {
		opacity: .9;
	}
	100% {
		opacity: 0;
	}
}

@keyframes hamburger-cover-hide {
	0% {
		opacity: .9;
	}
	100% {
		opacity: 0;
	}
}


/* footer */

#footer {
	background-color: #4A4428;
	padding: 40px 0 25px;
	width: 100%;	/* height: 197px; */
}

@media screen and (max-width: 767px) {
	#footer {
		height: auto;
		padding-bottom: 0;
	}
}

#footer > .col-set {
	display: block;
	width: auto;
	max-width: 1210px;
	margin: 0 auto !important;
	padding: 0 20px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	#footer > .col-set {
		display: none;
	}
}

#footer > .col-set a:hover img {
	opacity: .8;
}

#footer > .col-set .col1-4 {
	display: block;
	float: left;
	width: calc((100% + 20px) / 5 - 20px);
	margin-right: 20px;
}

#footer > .col-set .col1-4:last-of-type {
	margin-right: 0;
}

#footer .autoplay {
	display: none;
}

@media screen and (max-width: 767px) {
	#footer .autoplay {
		display: block;
		margin-bottom: 60px;
	}
}

#footer .autoplay .slick-slide, #footer .autoplay .slick-current, #footer .autoplay .slick-active {
	/* width: 260px !important; */
	/* とりあえず */
	/* overflow: hidden; */
	width: auto;
	margin: 0 auto;
}

#footer .autoplay .slick-slide {
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer .autoplay .slick-slide a,
#footer .autoplay .slick-slide span {
	width: 100%;
	padding: 0 10px;
}

#footer .autoplay .slick-slide a img,
#footer .autoplay .slick-slide span img {
	width: 100%;
}

#footer .autoplay .slick-dots {
	bottom: -35px;
}

#footer .autoplay .slick-dots li {
	width: 20px;
	height: 10px;
	padding: 0 5px;
}

#footer .autoplay .slick-dots li button {
	background-color: #7c7c7c;
	border-radius: 50%;
	border: none;
	margin: 0 !important;
	padding: 0;
	width: 10px;
	height: 10px;
}

#footer .autoplay .slick-dots li button:before {
	opacity: 0;
}

#footer .autoplay .slick-dots li.slick-active button {
	background-color: #f3f3f3;
	margin: 0;
	margin-right: 5px !important;
}

#footer .autoplay .slick-dots li.slick-active button:before {
	opacity: 0;
}

#footer .autoplay .dots-margin {
	margin: 0 !important;
}

#footer .footer-nav {
	max-width: 1170px;
	margin: 0 auto;
	padding: 30px 25px;
}

@media screen and (max-width: 767px) {
	#footer .footer-nav {
		max-width: 100%;
		padding: 0;
		position: relative;
		/* bottom: -34px; */
	}
}

#footer .footer-nav ul {
	float: left;
}

@media screen and (max-width: 767px) {
	#footer .footer-nav ul {
		float: none;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

#footer .footer-nav ul li {
	float: left;
	margin-right: 3em;
}

@media screen and (max-width: 767px) {
	#footer .footer-nav ul li {
		float: none;
		margin-right: 2em;
	}
	#footer .footer-nav ul li:last-of-type {
		margin-right: 0;
	}
}

#footer .footer-nav ul li a {
	color: rgba(255, 255, 255, 0.6);
	font-size: .8rem;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	#footer .footer-nav ul li a {
		color: white;
	}
}

#footer .footer-nav ul li a:hover {
	text-decoration: underline;
}

#footer .footer-nav p {
	color: white;
	float: right;
	font-size: .8rem;
	letter-spacing: .1em;
}

@media screen and (max-width: 767px) {
	#footer .footer-nav p {
		background-color: #000;
		display: block;
		float: none;
		clear: both;
		padding: 15px 0;
		text-align: center;
		margin-top: 10px;
	}
}


/* parts */

#wrapper .main {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#wrapper .main .sp-accordion,
	#wrapper .main .row {
		margin-bottom: 0;
	}
}

#wrapper .mincho-message,
#wrapper .mincho-message2 {
	color: #222;
	font-family: "微軟正黑體";
	font-size: 1.8em !important;
}

#wrapper .mincho-message2 {
	font-size: 2em;
	font-weight: 600;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	#wrapper .mincho-message2 {
		font-size: 1.25rem !important;
		line-height: 1.5;
	}
}

#btn-pagetop {
	position: fixed;
	z-index: 1000;
	width: 50px;
	height: 50px;
	bottom: -50px;
	right: 0;
	overflow: hidden;
	background-color: #968850;
	border-radius: 0;
	-moz-transition: bottom .3s ease-out, background-color .2s linear;
	-webkit-transition: bottom .3s ease-out, background-color .2s linear;
	transition: bottom .3s ease-out, background-color .2s linear;
}

#btn-pagetop a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#btn-pagetop.show {
	bottom: 0;
	right: 0;
}

#btn-pagetop:hover {
	background-color: #c4b98e !important;
}

@media screen and (max-width: 767px) {
	#btn-pagetop {
		position: unset;
		width: 100%;
		height: 70px;
	}
	#btn-pagetop a:before {
		left: 49%;
	}
	#btn-pagetop a:after {
		left: 51%;
	}
	#btn-pagetop a:before, #btn-pagetop a:after {
		width: 3vw;
		height: 2px;
		top: 34px;
	}
}

.loader {
	margin: 50px auto 90px;
	font-size: 5px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

@-webkit-keyframes load5 {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #797979, 1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2), 2.5em 0em 0 0em rgba(121, 121, 121, 0.2), 1.75em 1.75em 0 0em rgba(121, 121, 121, 0.2), 0em 2.5em 0 0em rgba(121, 121, 121, 0.2), -1.8em 1.8em 0 0em rgba(121, 121, 121, 0.2), -2.6em 0em 0 0em rgba(121, 121, 121, 0.5), -1.8em -1.8em 0 0em rgba(121, 121, 121, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(121, 121, 121, 0.7), 1.8em -1.8em 0 0em #797979, 2.5em 0em 0 0em rgba(121, 121, 121, 0.2), 1.75em 1.75em 0 0em rgba(121, 121, 121, 0.2), 0em 2.5em 0 0em rgba(121, 121, 121, 0.2), -1.8em 1.8em 0 0em rgba(121, 121, 121, 0.2), -2.6em 0em 0 0em rgba(121, 121, 121, 0.2), -1.8em -1.8em 0 0em rgba(121, 121, 121, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(121, 121, 121, 0.5), 1.8em -1.8em 0 0em rgba(121, 121, 121, 0.7), 2.5em 0em 0 0em #797979, 1.75em 1.75em 0 0em rgba(121, 121, 121, 0.2), 0em 2.5em 0 0em rgba(121, 121, 121, 0.2), -1.8em 1.8em 0 0em rgba(121, 121, 121, 0.2), -2.6em 0em 0 0em rgba(121, 121, 121, 0.2), -1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(121, 121, 121, 0.2), 1.8em -1.8em 0 0em rgba(121, 121, 121, 0.5), 2.5em 0em 0 0em rgba(121, 121, 121, 0.7), 1.75em 1.75em 0 0em #797979, 0em 2.5em 0 0em rgba(121, 121, 121, 0.2), -1.8em 1.8em 0 0em rgba(121, 121, 121, 0.2), -2.6em 0em 0 0em rgba(121, 121, 121, 0.2), -1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(121, 121, 121, 0.2), 1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2), 2.5em 0em 0 0em rgba(121, 121, 121, 0.5), 1.75em 1.75em 0 0em rgba(121, 121, 121, 0.7), 0em 2.5em 0 0em #797979, -1.8em 1.8em 0 0em rgba(121, 121, 121, 0.2), -2.6em 0em 0 0em rgba(121, 121, 121, 0.2), -1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(121, 121, 121, 0.2), 1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2), 2.5em 0em 0 0em rgba(121, 121, 121, 0.2), 1.75em 1.75em 0 0em rgba(121, 121, 121, 0.5), 0em 2.5em 0 0em rgba(121, 121, 121, 0.7), -1.8em 1.8em 0 0em #797979, -2.6em 0em 0 0em rgba(121, 121, 121, 0.2), -1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(121, 121, 121, 0.2), 1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2), 2.5em 0em 0 0em rgba(121, 121, 121, 0.2), 1.75em 1.75em 0 0em rgba(121, 121, 121, 0.2), 0em 2.5em 0 0em rgba(121, 121, 121, 0.5), -1.8em 1.8em 0 0em rgba(121, 121, 121, 0.7), -2.6em 0em 0 0em #797979, -1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(121, 121, 121, 0.2), 1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2), 2.5em 0em 0 0em rgba(121, 121, 121, 0.2), 1.75em 1.75em 0 0em rgba(121, 121, 121, 0.2), 0em 2.5em 0 0em rgba(121, 121, 121, 0.2), -1.8em 1.8em 0 0em rgba(121, 121, 121, 0.5), -2.6em 0em 0 0em rgba(121, 121, 121, 0.7), -1.8em -1.8em 0 0em #797979;
	}
}

@keyframes load5 {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #797979, 1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2), 2.5em 0em 0 0em rgba(121, 121, 121, 0.2), 1.75em 1.75em 0 0em rgba(121, 121, 121, 0.2), 0em 2.5em 0 0em rgba(121, 121, 121, 0.2), -1.8em 1.8em 0 0em rgba(121, 121, 121, 0.2), -2.6em 0em 0 0em rgba(121, 121, 121, 0.5), -1.8em -1.8em 0 0em rgba(121, 121, 121, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(121, 121, 121, 0.7), 1.8em -1.8em 0 0em #797979, 2.5em 0em 0 0em rgba(121, 121, 121, 0.2), 1.75em 1.75em 0 0em rgba(121, 121, 121, 0.2), 0em 2.5em 0 0em rgba(121, 121, 121, 0.2), -1.8em 1.8em 0 0em rgba(121, 121, 121, 0.2), -2.6em 0em 0 0em rgba(121, 121, 121, 0.2), -1.8em -1.8em 0 0em rgba(121, 121, 121, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(121, 121, 121, 0.5), 1.8em -1.8em 0 0em rgba(121, 121, 121, 0.7), 2.5em 0em 0 0em #797979, 1.75em 1.75em 0 0em rgba(121, 121, 121, 0.2), 0em 2.5em 0 0em rgba(121, 121, 121, 0.2), -1.8em 1.8em 0 0em rgba(121, 121, 121, 0.2), -2.6em 0em 0 0em rgba(121, 121, 121, 0.2), -1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(121, 121, 121, 0.2), 1.8em -1.8em 0 0em rgba(121, 121, 121, 0.5), 2.5em 0em 0 0em rgba(121, 121, 121, 0.7), 1.75em 1.75em 0 0em #797979, 0em 2.5em 0 0em rgba(121, 121, 121, 0.2), -1.8em 1.8em 0 0em rgba(121, 121, 121, 0.2), -2.6em 0em 0 0em rgba(121, 121, 121, 0.2), -1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(121, 121, 121, 0.2), 1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2), 2.5em 0em 0 0em rgba(121, 121, 121, 0.5), 1.75em 1.75em 0 0em rgba(121, 121, 121, 0.7), 0em 2.5em 0 0em #797979, -1.8em 1.8em 0 0em rgba(121, 121, 121, 0.2), -2.6em 0em 0 0em rgba(121, 121, 121, 0.2), -1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(121, 121, 121, 0.2), 1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2), 2.5em 0em 0 0em rgba(121, 121, 121, 0.2), 1.75em 1.75em 0 0em rgba(121, 121, 121, 0.5), 0em 2.5em 0 0em rgba(121, 121, 121, 0.7), -1.8em 1.8em 0 0em #797979, -2.6em 0em 0 0em rgba(121, 121, 121, 0.2), -1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(121, 121, 121, 0.2), 1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2), 2.5em 0em 0 0em rgba(121, 121, 121, 0.2), 1.75em 1.75em 0 0em rgba(121, 121, 121, 0.2), 0em 2.5em 0 0em rgba(121, 121, 121, 0.5), -1.8em 1.8em 0 0em rgba(121, 121, 121, 0.7), -2.6em 0em 0 0em #797979, -1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(121, 121, 121, 0.2), 1.8em -1.8em 0 0em rgba(121, 121, 121, 0.2), 2.5em 0em 0 0em rgba(121, 121, 121, 0.2), 1.75em 1.75em 0 0em rgba(121, 121, 121, 0.2), 0em 2.5em 0 0em rgba(121, 121, 121, 0.2), -1.8em 1.8em 0 0em rgba(121, 121, 121, 0.5), -2.6em 0em 0 0em rgba(121, 121, 121, 0.7), -1.8em -1.8em 0 0em #797979;
	}
}

@media screen and (min-width: 768px) {
	.pc_none {
		display: none;
	}
}

#wrapper .btn-test {
	max-width: 300px;
	width: 100%;
	height: 60px;
	margin: 20px auto 60px;
	padding: 0;
	background: none;
	box-shadow: none;
}

#wrapper .btn-test a {
	background-color: #968850;
	background-image: url(img/icon_arrow_r_b.png);
	background-position: 93% 50%;
	background-repeat: no-repeat;
	border-radius: 0;
	color: #fff;
	border: solid 1px #fff;
}

#wrapper .btn_listmore,
#wrapper .btn_listmore_w,
#wrapper .btn_listmore_m,
#wrapper .btn_listmore_s {
	max-width: 300px;
	width: 100%;
	height: 60px;
	margin: 20px auto 60px;
	padding: 0;
	background: none;
	box-shadow: none;
}

@media screen and (max-width: 767px) {
	#wrapper .btn_listmore,
	#wrapper .btn_listmore_w,
	#wrapper .btn_listmore_m,
	#wrapper .btn_listmore_s {
		max-width: calc(100% - 50px);
		margin: 20px auto 30px;
	}
}

#wrapper .btn_listmore a,
#wrapper .btn_listmore_w a,
#wrapper .btn_listmore_m a,
#wrapper .btn_listmore_s a {
	margin: 0;
	padding: 0;
	border-radius: 0;
	color: #968850;
	border: solid 2px #968850;
	background: url(img/icon_arrow_r_b.png) 90% 50% no-repeat;
	background-size: 8px auto;
	transition: background .3s;
}

#wrapper .btn_listmore a:before,
#wrapper .btn_listmore_w a:before,
#wrapper .btn_listmore_m a:before,
#wrapper .btn_listmore_s a:before {
	display: none;
}

#wrapper .btn_listmore a:after,
#wrapper .btn_listmore_w a:after,
#wrapper .btn_listmore_m a:after,
#wrapper .btn_listmore_s a:after {
	content: none !important;
}

#wrapper .btn_listmore a:hover,
#wrapper .btn_listmore_w a:hover,
#wrapper .btn_listmore_m a:hover,
#wrapper .btn_listmore_s a:hover {
	position: static;
	color: #fff;
	background: #968850 url(img/icon_arrow_r_w.png) 93% 50% no-repeat;
	background-size: 8px auto;
	box-shadow: none;
}

#wrapper .btn_listmore_w {
	max-width: 360px;
	margin: 20px auto 0;
}

#wrapper .btn_listmore_w a {
	color: #fff;
	border: solid 1px #fff;
	background: url(img/icon_arrow_r_w.png) 90% 50% no-repeat;
	background-size: 8px auto;
	transition: background .3s;
	/* &:after {
				content: none !important;
			} */
}

#wrapper .btn_listmore_w a:hover {
	position: static;
	color: #968850;
	background: #fff url(img/icon_arrow_r_b.png) 93% 50% no-repeat;
	background-size: 8px auto;
	box-shadow: none;
}

#wrapper .btn_listmore_m,
#wrapper .btn_listmore_s {
	max-width: 155px;
	width: 100%;
	height: 34px;
	margin: 0;
}

#wrapper .btn_listmore_m a,
#wrapper .btn_listmore_s a {
	border-radius: 20px;
	font-size: .75rem;
	background-size: 6px auto;
	padding-right: 1em;
	font-weight: bolder;
}

#wrapper .btn_listmore_m a:hover,
#wrapper .btn_listmore_s a:hover {
	background-size: 6px auto;
}

#wrapper .btn_listmore_s a {
	background: url(img/icon_view_b.png) 90% 50% no-repeat;
	/* background-size: 10px auto; */
}

#wrapper .btn_listmore_s a:after {
	content: none !important;
}

#wrapper .btn_listmore_s a:hover {
	background: #968850 url(img/icon_view_w.png) 93% 50% no-repeat;
	/* background-size: 10px auto; */
	background-color: #968850;
}

#wrapper .label .label_bg1 {
	background-color: #bc5e88 !important;
}

#wrapper .label .label_bg2 {
	background-color: #d5d662 !important;
}

#wrapper .label .label_bg3 {
	background-color: #68a3a5 !important;
}

#wrapper .label .label_bg4 {
	background-color: #5e81bc !important;
}

.icon-label {
	color: #fff;
	font-size: smaller;
	width: 100%;
	max-width: 85%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.icon-label span {
	display: block;
	margin: 0 10px 10px 0;
	padding: 8px 10px;
	font-size: .81rem;
	line-height: 1;
	text-align: center;
	width: 28%;
	background-color: #968850;
}

.icon-label span.label_off {
	background-color: #e5e5e5;
}


/* sommelier */

#sommelier .under_toptitle_area .under_toptitle h1 {
	font-family: "微軟正黑體";
	font-weight: 400;
	font-size: 40px;
	color: #968850;
	margin-bottom: 0;
	padding-bottom: 1em;
}

#sommelier .under_toptitle_area .under_toptitle h1 span {
	display: block;
	color: #222;
	font-size: 16px;
	letter-spacing: .2em;
	line-height: 1.5;
}

#sommelier .under_toptitle_area {
	background: #fff url("img/sommelier_bg_title.png") top right no-repeat;
	background-size: cover;
	height: auto;
}

@media screen and (max-width: 767px) {
	#sommelier .under_toptitle_area {
		background-size: 270%;
		background-position: 60% 100%;
	}
}

#sommelier .sommelier_index_title,
#sommelier .sommelier_contents_title {
	width: 100%;
	height: 150px;
	margin: 0 auto;
	padding: 0 20px;
	background: #f2f5f7 !important;
	padding: 0;
	background: none;
}

#sommelier .sommelier_index_title > div,
#sommelier .sommelier_contents_title > div {
	max-width: 1170px;
	margin: 0 auto;
}

#sommelier .sommelier_index_title > div h4,
#sommelier .sommelier_contents_title > div h4 {
	margin: 20px 0 0;
	font-size: 1.5rem;
}

#sommelier .sommelier_index_title > div p.label,
#sommelier .sommelier_contents_title > div p.label {
	margin: 0px;
	padding: 20px 0 0;
}

#sommelier .sommelier_index_title > div p.label > span,
#sommelier .sommelier_contents_title > div p.label > span {
	margin: 0 0 0 20px;
	width: auto !important;
}

#sommelier .sommelier_index_title {
	height: 390px;
	background: #f2f5f7;
}

#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider {
	height: 460px;
	min-width: 1170px;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider {
		min-width: unset;
		width: 100%;
		height: auto;
		height: 300px;
	}
	#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider .casestudies_box .btn_listmore_m {
		margin: 0 auto;
	}
}

#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider .casestudies_box {
	position: absolute;
	bottom: auto;
	left: 30px;
	right: auto;
	margin: auto;
	width: 480px;
	height: 400px;
	padding: 20px;
	background: none;
	text-align: left;
}

#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider .casestudies_box h4.casestudies_h4:after {
	right: -110px;
	bottom: 20px;
}

@media screen and (max-width: 767px) {
	#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider .casestudies_box {
		width: 100%;
		background: #f2f5f7;
		padding: 20px 20px 40px 0;
		top: 280px;
		left: 0;
		height: 320px;
	}
	#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider .casestudies_box h4, #sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider .casestudies_box p.label, #sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider .casestudies_box p.casestudies_message {
		width: 85%;
		max-width: 480px;
		margin: 0 auto;
	}
}

#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider li.casestudies_contents:last-child p.casestudies_left {
	right: 120px;
}

#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider li.casestudies_contents p.casestudies_left,
#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider li.casestudies_contents p.casestudies_right {
	position: absolute;
	top: 330px;
	left: 0px;
	right: 240px;
	width: 60px;
	height: 60px;
}

#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider li.casestudies_contents p.casestudies_right {
	right: 120px;
}

#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider li.casestudies_contents:first-child p.casestudies_right {
	right: 122px;
}

@media screen and (max-width: 767px) {
	#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider li.casestudies_contents:first-child p.casestudies_right {
		right: 0px;
	}
}

@media screen and (max-width: 767px) {
	#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider li.casestudies_contents {
		margin: 0;
		right: 0px;
	}
	#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider li.casestudies_contents p.casestudies_left,
	#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider li.casestudies_contents p.casestudies_right {
		position: absolute;
		top: 95px;
		left: 0px;
		right: 240px;
		width: 60px;
		height: 60px;
	}
	#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider li.casestudies_contents p.casestudies_right {
		right: 0;
		left: auto;
	}
	#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider li.casestudies_contents li.casestudies_contents:first-child p.casestudies_right {
		right: 0 !important;
		left: auto;
	}
}

#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider .casestudies_bgimage {
	position: absolute;
	width: 610px;
	height: 400px;
	top: 10px;
	right: 6px;
}

@media screen and (max-width: 767px) {
	#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider .casestudies_bgimage {
		width: 100%;
		height: 280px;
		top: 0;
		left: 0;
		right: auto;
	}
}

#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider .casestudies_image_01 {
	background: url(img/demo_casestudies.jpg) center center no-repeat;
}

#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider .casestudies_image_02 {
	background: url(img/demo_casestudies.jpg) center center no-repeat;
}

#sommelier .sommelier_index_title .casestudies_area ul.casestudies_slider .casestudies_image_03 {
	background: url(img/demo_casestudies.jpg) center center no-repeat;
}

@media screen and (max-width: 767px) {
	#sommelier .sommelier_index_title .sommelier_contents_title {
		padding: 0;
	}
	#sommelier .sommelier_index_title .casestudies_area li.casestudies_contents p.casestudies_left,
	#sommelier .sommelier_index_title .casestudies_area li.casestudies_contents p.casestudies_right {
		top: 100;
		right: auto;
	}
	#sommelier .sommelier_index_title .casestudies_area li.casestudies_contents p.casestudies_right {
		right: 0;
	}
	#sommelier .sommelier_index_title .casestudies_area .casestudies_bgimage {
		width: 100%;
		height: 360px;
		top: -40px;
	}
}

@media screen and (max-width: 767px) {
	#sommelier .sommelier_list {
		margin: 230px auto 0 !important;
	}
}

#sommelier .sommelier_under_contents .sommelier_contents_title > div {
	padding: 0 20px;
}

#sommelier .sommelier_under_contents .sommelier_contents {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

#sommelier .sommelier_under_contents .sommelier_contents div {
	max-width: 1170px;
	margin: 0 auto;
}

#sommelier .sommelier_under_contents .sommelier_contents .sommelier_row {
	margin: 60px auto;
}

@media screen and (max-width: 767px) {
	#sommelier .sommelier_under_contents .sommelier_contents .sommelier_row {
		max-width: 570px;
	}
}

@media screen and (max-width: 767px) {
	#sommelier .sommelier_under_contents .sommelier_contents .sommelier_row .img {
		float: none;
		padding: 0 !important;
		margin: 0 0 15px !important;
		max-width: 100% !important;
	}
}

#sommelier .sommelier_under_contents .sommelier_contents .img-col {
	text-align: center;
}

#sommelier .sommelier_under_contents .sommelier_contents .img-col p {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	#sommelier .sommelier_under_contents .sommelier_contents .img-col p {
		display: block;
	}
}

#sommelier .sommelier_under_contents .sommelier_contents .img-col p:not(:last-child) {
	margin-right: 30px;
}

@media screen and (max-width: 767px) {
	#sommelier .sommelier_under_contents .sommelier_contents .img-col p:not(:last-child) {
		margin-right: 0 !important;
	}
}

#sommelier .btn_listmore a {
	background: url(img/icon_9dots.png) 90% 50% no-repeat;
	font-weight: bolder;
	letter-spacing: .1em;
}

#sommelier .btn_listmore a:hover {
	background: #968850 url(img/icon_9dots_w.png) 90% 50% no-repeat;
}

#sommelier .sommelier_list .panel-vertical a:hover .img:after {
	background-color: transparent;
	border-width: 0;
}

#sommelier .sommelier_list .panel-vertical a:hover .txt {
	background-color: #968850;
}

#sommelier .sommelier_list .panel-vertical a:hover .txt .date {
	color: #fff;
}

#sommelier .sommelier_list .panel-vertical a:hover .txt .heading {
	color: #fff;
}

#sommelier .sommelier_list .panel-vertical a:hover:before {
	background-color: #968850;
	opacity: 1;
	transition: 0s;
}


/* case */

#case .under_toptitle h1 span {
	font-size: 30px;
	font-weight: bolder;
	letter-spacing: .1em;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	#case .under_toptitle h1 span {
		font-size: 1.38rem;
	}
}

#case main section {
	margin: 0 auto;
	margin-bottom: 3.6em;
	padding: 0 20px;
	width: 90%;
}

#case .first-view {
	background: url(img/case/eyecatch.jpg) top center no-repeat;
	background-size: cover;
	padding-top: 38%;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#case .first-view {
		background-size: contain;
		margin-bottom: 0;
	}
}

#case .first-view .fv-data {
	background-color: #f2f5f7;
	margin: 0;
	padding: 2.6em;
	position: absolute;
	top: 80%;
	left: 60%;
	min-width: 430px;
}

@media screen and (max-width: 767px) {
	#case .first-view .fv-data {
		margin: 0 auto;
		position: relative;
		left: 0;
		right: 0;
		top: -2em;
		zoom: 80%;
	}
}

#case .first-view .fv-data table {
	margin-bottom: 2em;
}

#case .first-view .fv-data th, #case .first-view .fv-data td {
	padding: 4px 5px;
	/* materialize.cssを上書き */
}

#case .first-view .fv-data th {
	border-right: 1px solid #968850;
	font-weight: bolder;
	padding-right: 2em;
}

#case .first-view .fv-data td {
	padding-left: 2em;
}

#case .first-view .fv-data .icon-label .label_off {
	background-color: #fff;
	color: #222;
}

#case .first-view + article {
	margin: 2em 0 5em 6.4%;
	max-width: 50%;
	min-width: 40%;
}

@media screen and (max-width: 767px) {
	#case .first-view + article {
		max-width: 88%;
		margin-top: 0;
	}
}

#case .contents:last-of-type {
	margin-bottom: 5em;
}

#case .contents h2 {
	font-size: 24px;
	font-weight: bolder;
	margin-bottom: 1em;
}

#case .contents h2:after {
	content: url(img/underline.png);
	display: block;
}

#case .contents p {
	margin-bottom: 2.6em;
}

#case .contents figure {
	text-align: center;
}

#case .contents figcaption {
	margin-top: .8em;
	text-align: center;
}

#case .contents .col-set {
	max-width: 1200px;
}

#case .contents .col-set figure:first-of-type {
	margin-right: 0;
}

#case .contents .imgbox {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#case .contents .imgbox img {
	display: inline;
	width: auto;
	height: auto;
}

#case .contents .imgbox img:first-of-type {
	margin-right: 2em;
	margin-bottom: 2.8em;
}

#case .btn_listmore a {
	background: url(img/icon_9dots.png) 90% 50% no-repeat;
	font-weight: bolder;
	letter-spacing: .1em;
}

#case .btn_listmore a:hover {
	background: #968850 url(img/icon_9dots_w.png) 90% 50% no-repeat;
}


/* under toptitle area */

.under_toptitle_area {
	position: relative;
	width: 100%;
	height: 180px;
	margin-top: 90px;
	background: #f2f5f7 url(img/title-bg.png) top -40px right no-repeat;
	background-size: 52%;
}
.under_toptitle_area .breadcrumb {
	color: #222;
	max-width: 1210px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 0 20px;
	font-size: 12px;
	list-style: none;
}
.under_toptitle_area .breadcrumb li {
	display: inline;
}
.under_toptitle_area .breadcrumb li:nth-child(n+2):before {
	content: ">";
	margin: 0 0.6em;
	opacity: .5;
	color: #222;
}
.under_toptitle_area .breadcrumb li:last-child {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.under_toptitle_area .breadcrumb li a {
	color: #222;
	text-decoration: underline;
}
.under_toptitle_area .breadcrumb li a:hover {
	text-decoration: none;
	color: #968850;
}
.under_toptitle_area .under_toptitle {
	position: absolute;
	width: 100%;
	top: 50%;
	margin: 0;
	text-align: center;
	transform: translateY(-50%);
}
.under_toptitle_area .under_toptitle h1 {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}
.under_toptitle_area .under_toptitle h1 .sub {
	display: block;
	font-size: 1rem;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	
	.under_toptitle_area {
		height: auto;
		min-height: 140px;
		margin-top: 60px;
		background: #f2f5f7 url(img/title-bg-op50.png) 100% 100% no-repeat;
		background-size: 126%;
	}
	
	.under_toptitle_area .breadcrumb {
		display: block;
		max-width: initial;
		max-width: auto;
		padding: 20px 20px 0 20px;
		font-size: 10px;
		box-sizing: border-box;
	}
	
	.under_toptitle_area .breadcrumb li {
		display: inline;
	}
	
	.under_toptitle_area .breadcrumb li:last-child {
		white-space: normal;
		text-overflow: clip;
		overflow: visible;
	}
	
	.under_toptitle_area .under_toptitle {
		position: static;
		width: 100%;
		top: auto;
		padding: 15px 0 20px;
		line-height: 1.4;
		transform: none;
	}
	
	.under_toptitle_area .under_toptitle h1 {
		font-size: 1.69rem;
	}
	
}