@charset "UTF-8";

body { font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

#open {
	background: url(../img/index/open-bg.jpg) repeat;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	overflow: hidden;
}

#open .wrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#open .open-logo { text-align: center; }

#open .drop1 {
	text-align: center;
	padding: 0 0 0 0;
	animation: dropc 1s infinite linear both;
}
 @keyframes dropc {
	0% {
		transform: translateY(0);
		opacity: 0;
	}
	
	10% {
		transform: translateY(5px);
		opacity: 1;
	}
	
	80% {
		transform: translateY(25px);
		opacity: 0;
	}
	
	100% {
		transform: translateY(30px);
		opacity: 0;
	}
}

#progress {
	height: 1px;
	background: #000;
	width: 0;
	z-index: 99;
}

#progstat {
	font-size: 14px;
	letter-spacing: 3px;
	width: 100%;
	text-align: center;
	color: #000;
	z-index: 99;
	height: 40px;
}

main { position: relative; }

main:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	border: 5px solid #2a4159;
	z-index: 61;
}

header .navBtn {
	display: block;
	width: 34px;
	height: 20px;
	position: fixed;
	font-weight: bold;
	top: 10px;
	right: 10px;
	cursor: pointer;
	padding: 9px 19px 14px 11px;
	text-align: center;
	font-size: 14px;
	line-height: 27px;
	z-index: 9999;
	border-radius: 5px;
	background: #2a4159;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

header .navBtn span {
	display: block;
	height: 3px;
	width: 100%;
	background: #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

header .navBtn span:nth-of-type(2),
header .navBtn span:nth-of-type(3) { margin-top: 6px; }

/* ナビゲーションアイコン：アクティブ */
.navOpen .navBtn span:nth-of-type(1) {
	-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
	-ms-transform: translateY(9px) translateX(0) rotate(45deg);
	transform: translateY(9px) translateX(0) rotate(45deg);
}

.navOpen .navBtn span:nth-of-type(2) {
	margin-top: 6px;
	opacity: 0;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
}

.navOpen .navBtn span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
	transform: translateY(-9px) translateX(0) rotate(-45deg);
}

header .button-toggle {
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	width: 60px;
}

header .button-toggle span {
	background: #000 none repeat scroll 0 0;
	display: block;
	height: 4px;
	margin-top: 5px;
}

header .menu_toggle {
	display: none;
	position: fixed;
	width: 100% !important;
	top: 0px;
	right: 0;
	padding-top: 74px;
	height: 100vh;
	overflow-y: auto;
	background: url(../img/index/pt1.jpg) repeat center top;
	color: #999;
	z-index: 999;
	padding-top: 74px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

header .menu_toggle ul {
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

header .menu_toggle li {
	position: relative;
	padding: 3px 5px;
	border-bottom: 1px solid #fff;
	clear: both;
}

header .menu_toggle li span { padding-left: 10px; }

header .menu_toggle a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 16px;
	font-size: 15px;
}

header .menu_toggle ul li a {
	display: block;
	padding: 15px 0 15px 10px;
}

header .menu_toggle ul li a:after {
	content: '\f105';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -7px;
}

header .menu_toggle .last { background-color: #5a0000; }

header .close_btn {
	width: 100%;
	height: 40px;
	padding-top: 1px;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	display: block;
	letter-spacing: 0.1em;
	line-height: 30px;
	text-align: center;
	background-color: #000;
	z-index: 100;
}

header .close_btn span { font-size: 24px; }

header {
	position: relative;
	height: 1050px;
	width: 100%;
	color: #fff;
}

header .top_hd {
	position: absolute;
	top: 50px;
	left: 32px;
	z-index: 60;
	width: 100%;
	height: 100%;
}

header .top_hd .logo { margin-bottom: 68px; }

header .top_hd .logo img {
	width: auto;
	max-width: 100%;
}

header .top_hd .logo_txt {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 0;
	right: 0;
	text-align: center;
	display: none;
}

header .top_hd .btn-link {
	display: inline-block;
	border: 2px solid #fff;
	padding: 9px 70px;
	margin-top: 15px;
	position: relative;
}

header .top_hd .btn-link:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background: #000;
	top: 50%;
	transform: translateX(-50%);
	left: -10px;
}

header #key {
	height: 1050px;
	min-height: 1050px;
}

header #key li {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 1050px;
	background-image: url(../img/index/key1.jpg);
}

header #key .sl2 { background-image: url(../img/index/key2.jpg); }

header #key .sl3 { background-image: url(../img/index/key3.jpg); }

header #key .sl4 { background-image: url(../img/index/key4.jpg); }

header #nav-pc {
	background: rgba(0, 0, 0, 0.57);
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0;
	left: 0;
	z-index: 60;
	text-align: center;
}

header #nav-sp { display: none; }

#container { /*zoom-img*/ }

#container .img-zoom {
	overflow: hidden;
	cursor: pointer;
}

#container .img-zoom > p {
	transform: scale(1);
	transition: all linear 0.9s;
}

#container .img-zoom:hover > p {
	transform: scale(1.2);
	transition: all linear 5.5s;
}

#container .price {
	font-size: 25px;
	font-weight: bold;
}

#container .price span { font-size: 21px; }

/*
.wrap{
	width: 100%;
}
*/
#lead { padding: 119px 0 147px; }

#lead h2 { margin-bottom: 57px; }

#lead .box-img { position: relative; }

#lead .box-img .lead_p1 {
	position: relative;
	width: 894px;
	height: 632px;
	left: -276px;
}

#lead .box-img h3 {
	position: absolute;
	right: 96px;
	top: 117px;
}

#lead .box-txt {
	background: url(../img/index/pt1.jpg) repeat center top;
	padding: 46px 53px;
	color: #fff;
	position: relative;
	margin: -109px 0 0 27px;
}

#lead .box-txt:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	z-index: 61;
}

#lead .box-txt .tit {
	width: 235px;
	height: 100%;
	padding: 90px 0 110px;
	border-right: 1px solid rgba(255, 255, 255, 0.45);
}

#lead .box-txt .txt {
	padding: 10px 0 10px 53px;
	width: 66%;
}

#pancake { padding: 185px 0 147px; }

#pancake h2 { margin-bottom: 70px; }

#pancake .txt {
	width: 357px;
	padding-left: 21px;
	display: inline-block;
}

#pancake .box1 {
	margin: 30px -75px 0 0;
	position: relative;
}

#pancake .box1 .price {
	position: absolute;
	right: 98px;
	bottom: 27px;
	color: #fff;
}

#pancake .box2 {
	position: relative;
	display: inline-block;
	margin: -183px 0 0 10px;
}

#pancake .box2 .price {
	position: absolute;
	right: 11px;
	bottom: 45px;
}

#pancake .box3 { margin: 100px -22px 0 0; }

#pancake .box4 { margin: 91px 0 0 -49px; }

#pancake .btn {
	display: inline-block;
	margin: 160px 95px 0 0;
}

#coffee { padding: 30px 0; }

#coffee .block1 {
	background: url(../img/index/coffee_bg.jpg) no-repeat left top;
	background-size: cover;
	height: 961px;
	position: relative;
	color: #fff;
	width: 96%;
	margin: auto;
}

#coffee .block1 h2 {
	position: absolute;
	top: 103px;
	left: 407px;
}

#coffee .block1 .txt {
	top: 308px;
	left: 422px;
	position: absolute;
	width: 600px;
}

#coffee .block2 { padding-top: 69px; }

#coffee .block2 .left-side { float: left; }

#coffee .block2 .left-side-fix {
	float: left;
	margin-left: -26px;
}

#coffee .block2 .left-side-fix .box-pt {
	position: relative;
	display: inline-block;
}

#coffee .block2 .left-side-fix .box-pt .btn {
	position: absolute;
	bottom: 15px;
	right: 15px;
	border: 2px solid #fff;
}

#coffee .block2 .left-side-fix .box-pt .btn img {
	max-width: 100%;
	width: auto;
}

#coffee .block2 .right-side { float: right; }

#coffee .block2 .right-side .pt { margin-top: -14px; }

#lunch { padding: 140px 0 133px; }

#lunch .left-side h2 img { margin-bottom: 50px; }

#lunch .left-side .txt {
	margin-bottom: 30px;
	width: 400px;
	display: inline-block;
}

#lunch .slide_thm {
	margin-top: 82px;
	text-align: center;
}

#lunch .slide_thm li {
	display: inline-block;
	margin-right: 5px;
}

#lunch .slide_thm a { display: block; }

#lunch .slide_thm a.active { position: relative; }

#lunch .slide_thm a.active:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 5px solid #000;
}

#lunch .js_custom { margin-left: 457px; }

#lunch .js_custom .item { position: relative; }

#lunch .js_custom .item1 .price_sc, #lunch .js_custom .item2 .price_sc, #lunch .js_custom .item3 .price_sc, #lunch .js_custom .item4 .price_sc {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 205px;
	font-weight: bold;
	font-size: 21px;
}

#lunch .js_custom .item1 .price_sc dl dt, #lunch .js_custom .item2 .price_sc dl dt, #lunch .js_custom .item3 .price_sc dl dt, #lunch .js_custom .item4 .price_sc dl dt { float: left; }

#lunch .js_custom .item1 .price_sc dl dd, #lunch .js_custom .item2 .price_sc dl dd, #lunch .js_custom .item3 .price_sc dl dd, #lunch .js_custom .item4 .price_sc dl dd { float: right; }

#lunch .js_custom .item3 .price_sc { bottom: 32px; }

#lunch .js_custom .item4 .price_sc {
	position: relative;
	margin-top: 27px;
	width: calc(100% - 20px);
	left: 10px;
}

#chocolate {
	background: url(../img/index/pt1.jpg) repeat center top;
	padding: 93px 0 74px;
}

#chocolate .left-side {
	width: 500px;
	text-align: center;
}

#chocolate .left-side .list-pt {
	width: 460px;
	margin: 0 auto;
}

#chocolate .left-side .list-pt li {
	display: inline-block;
	float: left;
}

#chocolate .left-side .list-btn { margin-top: 34px; }

#chocolate .left-side .list-btn li:first-of-type { margin-bottom: 22px; }

#chocolate .right-side {
	padding: 27px 31px 0 0;
	width: 42%;
	text-align: center;
}

#chocolate .right-side .txt-area {
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	padding: 43px 0 38px;
	text-align: center;
	color: #fff;
	margin-top: 48px;
}

#chocolate .right-side .txt-area h4 { margin-bottom: 22px; }

#interior { padding: 143px 0 86px; }

#interior .list-p li { float: left; }

#interior .list-p li:first-of-type { margin-right: 5px; }

#interior .txt {
	margin: 54px 0 0 75px;
	float: left;
	width: 40%;
}

#interior .block2 { padding-top: 102px; }

#interior #gmap {
	height: 616px;
	width: 418px;
	margin-top: 42px;
}

#interior .right-side { margin-right: -13px; }

#interior .right-side .btn {
	text-align: center;
	margin: 54px 0 0 42px;
	position: relative;
}

#interior .right-side .btn:before {
	content: "";
	position: absolute;
	width: 214px;
	left: 43px;
	top: 50%;
	height: 2px;
	background: #000;
	transform: translateX(-50%);
}

footer {
	background: url(../img/index/pt1.jpg) repeat center top;
	position: relative;
	color: #fff;
	padding: 80px 0 40px;
}

footer:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	height: 2px;
	background: #fff;
}

footer .ft_intro {
	width: 500px;
	margin-bottom: 40px;
}

footer .ft_intro .logo { margin-right: 21px; }

footer .ft_intro .logo img { max-width: 111px; }

footer .ft_intro .tel { margin-top: 24px; }

footer .footer-txt {
	font-size: 14px;
	line-height: 32px;
}

footer .footer-txt span {
	font-size: 18px;
	font-weight: bold;
}

footer .list-info dl {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 20px;
	width: 475px;
	line-height: 22px;
}

footer .list-info dl dt { width: 70px; }

footer .list-info dl dd {
	width: 85%;
}

footer .list-btn { margin-top: 55px; }

footer .list-btn .btn { display: inline-block; }

footer .list-btn .btn a {
	display: block;
	border: 1px solid #b8b8b8;
}

footer .list-btn .btn a:hover { border: 1px solid #64809d; }

footer .list-btn .btn.btn-2 { margin-left: -6px; }

footer .list-bnr .bnr {
	display: block;
	margin-bottom: 34px;
}

footer .list-bnr .bnr a {
	display: block;
	border: 1px solid #b8b8b8;
}

footer .list-bnr .bnr a:hover { border: 1px solid #64809d; }

footer .ft_nav {
	font-family: "Times New Roman";
	text-align: center;
	padding: 54px 0 44px;
	font-size: 17px;
}

footer .ft_nav a {
	padding: 0 10px;
	position: relative;
}

footer .ft_nav a:before {
	content: "\2F";
	position: absolute;
	left: -5px;
	top: 0;
}
 footer .ft_nav a:before:hover {
 text-decoration: none;
}

footer .ft_nav a:first-of-type:before { display: none; }

footer address {
	font-family: "Times New Roman";
	font-size: 13px;
	font-style: italic;
}

#ft_group {
	position: fixed;
	opacity: 0;
	z-index: -9999;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	background: #2a4159;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.has_nav #ft_group {
	position: fixed;
	z-index: 99;
	opacity: 1;
}

#ft_group .box {
	padding: 12px 0 0;
	text-align: center;
	font-size: 4vmin;
	line-height: 1.5;
	font-weight: 300;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.4);
	position: relative;
	height: 50px;
}

#ft_group .box { font-size: 13px; }

.ft_contact_tel {
	float: left;
	width: 70%;
}

.ft_contact_tel span {
	font-size: 14px;
	text-transform: uppercase;
}

.ft_contact_mail {
	float: right;
	width: 30%;
	text-transform: uppercase;
	font-weight: 400;
}

.ft_contact_mail .icon-location-1:before {
	text-align: center;
	margin: 0 5px 0 0;
}

.contact_gr .ft_contact_tel dd {
	font-size: 18px;
	font-weight: bold;
}

.contact_gr .ft_contact_mail {
	font-size: 16px !important;
	font-weight: bold !important;
}

.contact_gr .ft_contact_mail span {
	display: block;
	margin: auto;
}

/* -------------- Responsive Area -------------- */

.visible-xlg { display: none !important; }

.visible-lg { display: none !important; }

.visible-md { display: none !important; }

.visible-sm { display: none !important; }

@media only screen and (min-width: 1081px) {

	.has_nav #nav-pc {
		position: fixed;
		top: 0;
		left: 0;
		height: 70px;
	}

	#pancake .box1 h4 {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#pancake .box3 { position: relative; }

	#pancake .box3 h4 {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#pancake .box4 { position: relative; }

	#pancake .box4 h4 {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	#interior .heading {
		margin-bottom: 34px;
		position: relative;
	}

	#interior .heading h2 {
		position: relative;
		z-index: 1;
		display: inline-block;
	}

	#interior .heading .img-zoom {
		position: absolute;
		right: -250px;
		top: 0;
	}

	footer .right-side { padding-right: 26px; }

	footer .list-bnr { padding-top: 81px; }

	footer .fb_iframe_widget_fluid span { height: 30px !important; }

	footer .social-line {
		width: 94px;
		overflow: hidden;
		height: 20px;
	}

	#pagetop { display: none; }
}

@media only screen and (max-width: 1199px) {

	#nav-pc nav a img {
		height: 70px;
		width: auto;
	}
}

@media only screen and (max-width: 1080px) {
	
	footer .list-info dl dd { width: auto; }

	/* Tablet "-lg"*/
	header { height: 766px; }

	header .top_hd {
		left: 0;
		top: 0;
	}

	header .top_hd .logo { margin: 15px 0 0 15px; }

	header .top_hd .logo img { max-width: 150px; }

	header .top_hd .logo_txt { display: block; }

	header .top_hd .logo_txt img {
		max-width: 100%;
		width: auto;
		margin: auto;
	}

	header .top_hd .btn-link { display: none; }

	header .tel { display: none; }

	header #nav-pc nav a img {
		width: auto;
		height: 70px;
	}

	header #nav-sp nav a {
		font-size: 20px;
		font-family: "Times New Roman";
		padding: 18px 7px;
		border-bottom: 1px solid #fff;
		position: relative;
	}

	header #nav-sp nav a:first-of-type { border-top: 1px solid #fff; }

	header #nav-sp nav a:before {
		content: '\f105';
		font-family: "fontello";
		font-style: normal;
		font-weight: normal;
		speak: none;
		display: inline-block;
		text-decoration: inherit;
		width: 1em;
		text-align: center;
		font-variant: normal;
		text-transform: none;
		line-height: 1em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		right: 12px;
		top: 50%;
		margin-top: -7px;
	}

	header #nav-sp .menu_toggle { padding-top: 84px; }

	header #key {
		height: 766px;
		min-height: 766px;
	}

	header #key li { height: 766px; }

	html.responsive img { width: 100%; }

	.wrap {
		padding: 0 5% !important;
		box-sizing: border-box;
	}

	.hidden-lg { display: none !important; }

	.visible-lg { display: block !important; }

	.fl, .fr { float: none; }

	#pagetop {
		display: block;
		position: fixed;
		z-index: 99;
		right: 0;
		bottom: 50px;
	}

	main:before {
		top: 5px;
		left: 5px;
		bottom: 5px;
		right: 5px;
		border: 2px solid #2a4159;
		z-index: 61;
	}

	#lead { padding: 10% 0; }

	#lead h2 {
		text-align: center;
		margin: 0 0 7%;
	}

	#lead .box-txt {
		margin: -1% -5.52% 0;
		padding: 10% 5%;
	}

	#lead .box-txt .tit {
		width: 100%;
		margin: 0 auto 5%;
		padding: 0 0 2%;
		border-right: none !important;
		position: relative;
		text-align: center;
	}

	#lead .box-txt .tit:after {
		content: "";
		position: absolute;
		width: 50%;
		height: 1px;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		background: rgba(255, 255, 255, 0.45);
	}

	#lead .box-txt .txt {
		width: auto;
		padding: 0;
		text-align: center;
	}

	#lead .box-img { margin: 0 -5.52%; }

	#lead .box-img .lead_p1 {
		width: 100%;
		height: auto;
		left: 0;
	}

	#lead .box-img h3 {
		width: 100%;
		right: 0;
		left: 0;
		top: 15px;
	}

	#pancake { padding: 10% 0; }

	#pancake h2 { margin-bottom: 5%; }

	#pancake .txt {
		width: auto;
		padding: 0;
		margin-bottom: 5%;
	}

	#pancake .box1, #pancake .box2,
	#pancake .box3, #pancake .box4 {
		margin: 0 auto;
		display: block;
	}

	#pancake .box1 .price {
		color: #000;
		right: 2%;
		bottom: 8%;
	}

	#pancake .box2 .price {
		bottom: 15%;
		right: 2%;
	}

	#pancake .price {
		font-size: 5vmin;
		line-height: 1;
	}

	#pancake .price span { font-size: 4vmin; }

	#pancake .btn {
		display: block;
		text-align: center;
		margin: 5% auto 0;
	}

	#pancake .btn a { display: block; }

	#coffee .block1 {
		background: transparent;
		height: auto;
		width: 100%;
	}

	#coffee .block1 h2 {
		position: initial;
		text-align: center;
		margin: 0 -5.52%;
	}

	#coffee .block1 h2 img { width: 100%; }

	#coffee .block2 { padding-top: 3%; }

	#coffee .block2 .left-side { width: 50%; }

	#coffee .block2 .left-side-fix {
		float: none;
		margin-top: 5%;
		margin-left: 0;
	}

	#coffee .block2 .left-side-fix .box-pt { display: block; }

	#coffee .block2 .right-side { width: 50%; }

	#coffee .block2 .sp_clearfix:after {
		content: "." !important;
		clear: both !important;
		display: block !important;
		height: 0 !important;
		visibility: hidden !important;
	}

	#lunch { padding: 10% 0; }

	#lunch .left-side h2 img { margin-bottom: 5%; }

	#lunch .left-side .txt {
		width: 100%;
		margin-bottom: 3%;
	}

	#lunch .left-side .txt br { display: none; }

	#lunch .js_custom { margin: 7% 0 0; }

	#lunch .js_custom .item1 .price_sc,
	#lunch .js_custom .item2 .price_sc,
	#lunch .js_custom .item3 .price_sc,
	#lunch .js_custom .item4 .price_sc {
		font-size: 3.8vmin;
		line-height: 1.4;
	}

	#lunch .js_custom .item1 .price_sc .price,
	#lunch .js_custom .item2 .price_sc .price,
	#lunch .js_custom .item3 .price_sc .price,
	#lunch .js_custom .item4 .price_sc .price { font-size: 3.8vmin; }

	#lunch .js_custom .item1 .price_sc .price span,
	#lunch .js_custom .item2 .price_sc .price span,
	#lunch .js_custom .item3 .price_sc .price span,
	#lunch .js_custom .item4 .price_sc .price span { font-size: 3vmin; }

	#lunch .js_custom .item3 .price_sc { bottom: 2%; }

	#lunch .js_custom .item4 .price_sc { margin-top: 3%; }

	#lunch .slide_thm {
		margin-top: 7%;
		width: 100%;
	}

	#lunch .slide_thm li {
		width: 25%;
		float: left;
		margin-right: 0;
		box-sizing: border-box;
		padding-right: 1%;
	}

	#chocolate { padding: 10% 0; }

	#chocolate .right-side {
		padding: 0;
		width: auto;
	}

	#chocolate .right-side .txt-area {
		border: none;
		position: relative;
		margin-top: 5%;
		padding: 5% 0;
	}

	#chocolate .right-side .txt-area:before {
		content: "";
		position: absolute;
		width: 60%;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		height: 2px;
		background: #fff;
	}

	#chocolate .right-side .txt-area h4 { margin-bottom: 3%; }

	#chocolate .right-side .txt-area h4 img {
		width: auto;
		max-width: 100%;
	}

	#chocolate .left-side { width: 100%; }

	#chocolate .left-side .list-pt { width: 100%; }

	#chocolate .left-side .list-pt li {
		width: 33.33%;
		box-sizing: border-box;
	}

	#chocolate .left-side .list-pt li img {
		width: 100% !important;
		height: auto !important;
	}

	#chocolate .left-side .list-btn a { display: inline-block; }

	#chocolate .left-side .list-btn a img {
		width: auto;
		max-width: 100%;
	}

	#interior { padding: 0 0 10%; }

	#interior .heading { position: relative; }

	#interior .heading .img-zoom { margin: 0 -5.52%; }

	#interior h2 {
		position: absolute;
		top: 10%;
		left: 0;
		z-index: 1;
		width: 100%;
	}

	#interior h2 img { width: 100%; }

	#interior .list-p { margin: 6px -5.52% 0; }

	#interior .list-p li {
		width: 50%;
		box-sizing: border-box;
		padding: 0 0 0 3px;
		overflow: hidden;
	}

	#interior .list-p li:first-of-type {
		margin: 0;
		padding: 0 3px 0 0;
	}

	#interior .txt {
		margin: 3% 0 0;
		width: auto;
	}

	#interior .full { margin: 0 -5.52%; }

	#interior .block2 { padding-top: 12%; }

	#interior .block2 .pt { margin: 10% 0 0; }

	#interior #gmap {
		width: 100%;
		height: 300px;
		margin-top: 0;
	}

	#interior .right-side { margin-right: 0; }

	#interior .right-side h4 {
		font-size: 5vmin;
		font-weight: bold;
		margin-top: 15%;
		line-height: 1.4;
		text-align: center;
	}

	#interior .right-side .btn { margin: 10% 0 0; }

	#interior .right-side .btn:before { display: none; }

	footer {
		text-align: center;
		padding: 10% 0 60px;
	}

	footer:before { display: none; }

	footer .ft_intro {
		width: 100%;
		margin-bottom: 5%;
	}

	footer .ft_intro .logo {
		display: block;
		margin-right: 0;
	}

	footer .ft_intro .tel {
		display: block;
		margin: 3% 0 2%;
	}

	footer .ft_intro .tel img {
		width: auto;
		max-width: 100%;
	}

	footer .list-info dl { width: 100%; }

	footer .list-info dl dt {
		width: 100%;
		font-weight: bold;
		margin-bottom: 2%;
	}

	footer .list-bnr { padding-top: 7%; }

	footer .list-bnr .bnr a { display: inline-block; }

	footer .list-bnr .bnr a img {
		width: auto;
		max-width: 100%;
	}

	footer .link {
		width: 100%;
		color: #000;
		text-align: center;
		margin: 5% 0;
	}

	footer .link .icon-desktop:before { margin-right: 10px; }

	footer .link a {
		display: block;
		padding: 7px 0;
		background: #fff;
	}

	footer address {
		border-top: 1px solid rgba(255, 255, 255, 0.4);
		margin-top: 3%;
		padding-top: 2%;
	}
}

@media only screen and (max-width: 768px) {

	/* Mobile - Large  "-md"*/
	main:before { display: none; }

	#coffee .block2 .left-side, #coffee .block2 .right-side {
		float: none;
		width: 100%;
	}

	#coffee .block2 .left-side br, #coffee .block2 .right-side br { display: none; }

	#coffee .block2 .right-side .pt { margin: 3% auto 0; }

	#coffee .block2 .right-side .pt img {
		width: auto;
		max-width: 100%;
		display: block;
		margin: auto;
	}
}

@media only screen and (max-width: 640px) {

	/* Mobile - Small  "-sm"*/
	header { height: 480px; }

	header #key {
		height: 480px;
		min-height: 480px;
	}

	header #key li { height: 480px; }

	header .top_hd .logo { margin-bottom: 50px; }

	header .top_hd .logo img { max-width: 120px; }
}

#coffee {
	position: relative;
	padding-top: 0 !important;
}

#coffee h2 {
	background: url(../img/index/coffee_bg.jpg) no-repeat left top;
	background-size: cover;
	height: 961px;
	position: relative;
	color: #fff;
	width: 96%;
	margin: auto;
	margin-bottom: 69px;
}

#coffee h2 img {
	position: absolute;
	top: 103px;
	left: 50%;
	transform: translateX(-93px);
}

#coffee .wrap { position: static; }

#coffee .txt1 {
	color: #fff;
	position: absolute;
	top: 308px;
	left: 50%;
	transform: translateX(-76px);
	width: 580px;
}

#coffee .photo1 {
	position: absolute;
	top: 1016px;
	left: 50%;
	margin-left: 7px;
}

#coffee .photo2 {
	margin-left: -26px;
	position: relative;
	display: inline-block;
}

#coffee .photo2 .btn {
	position: absolute;
	bottom: 15px;
	right: 15px;
	border: 2px solid #fff;
}

@media only screen and (max-width: 1080px) {

	#coffee h2 {
		width: 100%;
		height: auto;
		background: none;
		margin-bottom: 5%;
	}

	#coffee h2 img {
		position: static;
		width: 100%;
		transform: none;
	}

	#coffee .info {
		position: relative;
		display: table;
		width: 100%;
		box-sizing: border-box;
	}

	#coffee .info .txt1, #coffee .info .photo1 {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
		position: static;
		box-sizing: border-box;
	}

	#coffee .info .txt1 {
		padding-left: 0;
		position: static;
		width: auto;
		color: #000;
		transform: none;
	}

	#coffee .photo2 {
		margin: 5% auto 0;
		display: block;
	}
}

@media only screen and (max-width: 768px) {

	#coffee h2 { margin-bottom: 3%; }

	#coffee .info .txt1, #coffee .info .photo1 {
		display: block;
		width: 100% !important;
	}

	#coffee .info .txt1 br { display: none !important; }

	#coffee .info .photo1 {
		text-align: center;
		margin: 3% 0 0;
		margin-bottom: 5%;
	}

	#coffee .info .photo1 img {
		width: auto;
		max-width: 100%;
		margin: auto;
	}

	#coffee .photo2 { margin-top: 0; }
	
	iframe {
		width: 100%;
    height: 100%;
	}
}
