/* UTILITY ==============*/
.testb {
	border: 1px solid red;
}
span {
	display:inline-block;
}
.icon {margin-right: 10px;}
.icon-tomato {width: 70px;}
.icon-peropero {width: 70px;}
.icon-onigiri {width: 63px;}
.icon-stick {width: 70px;}
.icon-cherry {width: 55px;}
.icon-momo {width: 60px;}

.sectiontitle {
	font-family: 'Nunito', sans-serif;
	letter-spacing: 0.15em;
	font-size: 30px;
	font-weight: 700;
	color: #44464f;
}

.btn-border {
	border: 1px solid #333;
	padding: 11px 35px 9px;;
	border-radius: 30px;
	font-weight: 500;
}
.btn-border:hover {
	background-color: #FFF;
}
.btn-gray:hover {
	background-color: #ece8e2;
}
.cap {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin: 0;
	padding: 0;
}
.cap i {
	font-size: 13px;
	padding-right: 3px;
	margin: 0;
}
@media all and (max-width: 415px) {
	.icon-tomato {width: 45px;}
	.icon-peropero {width: 45px;}
	.icon-onigiri {width: 40px;}
	.icon-stick {width: 50px;}
	.icon-cherry {width: 38px;}
	.icon-momo {width: 38px;}
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;

}
/* COMMON =============*/
html,body {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","heisei-maru-gothic-std","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	background-color: #f5dc3e;
	color: #44464f;
}

.caution {
	background-color: #f5dc3e;
	z-index: 2000;
	position: absolute;
	text-align: center;
	visibility: hidden;
}
.cautionTxt {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	height: 100px;
}

.cautionTxt p {
	padding-top: 20px;
	letter-spacing: 0.2em;
}

@media only screen and (orientation : landscape) and (max-height: 415px) {
	.caution {
		visibility: visible;
	}
}

/* NAVBAR ==============*/
#top-head .icon {display: none;}
#top-head .icon-tomato {width: 25px;}
#top-head .icon-peropero {width: 25px;}
#top-head .icon-onigiri {width: 25px;}
#top-head .icon-stick {width: 25px;}
#top-head .icon-cherry {width: 25px;}
#top-head .icon-momo {width: 25px;}

/* header */
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 0;
	z-index: 999;
}
#top-head a,
#top-head {
	text-decoration: underline;
}
#top-head .navinner {
	position: relative;
}
#top-head .brand {
	float: left;
	margin: 0;
	padding: 0;
	padding-top:20px;
}
#top-head .brand-logo {
	width: 170px;
}
#top-head .teacup-logo {
	width: 60px;
	margin-right: 12px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 25px;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	letter-spacing: 1px;
}
#global-nav ul li {
	float: left;
	position: relative;
	padding: 0 20px;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;

}

@media all and (max-width: 991px) {
	#global-nav ul li {
		padding: 0 10px;
	}
}

#global-nav ul li a {
	padding: 0;
}
#global-nav ul li:hover {
	color: #FFF;
}



/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	height: 74px;
	background: #f5dc3e;
	border-bottom: 1px solid #ece8e2;
	z-index: 1500;

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .brand {
	padding-top: 10px;
}
#top-head.fixed .brand-logo {
	width: 130px;
}

#top-head.fixed #global-nav ul {
	top: 25px;
}

@media screen and (min-width:767px) {
	#top-head.fixed .teacup-logo {
		bottom: 0;
		width: 45px;
		margin-right: 8px;
	}
}

/* Transition */
/*
#top-head,
#top-head .brandlogo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 15px;
	top: 18px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 999;
	background-color: transparent;
	border-radius: 20px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
#top-head.fixed #nav-toggle {
	box-shadow:0 0 0 1px #ece8e2;
	background-color: #FFF;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 20px;
	background: #44464f;
	left: 10px;
	border-radius: 1px;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 13px;
}
#nav-toggle span:nth-child(2) {
	top: 19px;
}
#nav-toggle span:nth-child(3) {
	top: 25px;
}


@media screen and (max-width: 767px) {
	#top-head .icon {display: inline;}
	#top-head,
	#top-head .container {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	#top-head a {
		text-decoration: none;
	}
	#top-head .brand {
		padding-top: 10px;
		opacity: 1;
		transition: opacity .3s;	
	}
	
	/* Fixed reset */
	#top-head.fixed {
		border: none;
		background: transparent;
	}


	#mobile-head {
		width: 100%;
		height: 50px;
		position: relative;
		background: transparent;

	}
	#top-head.fixed .brand {
		padding-top: 10px;
		opacity: 0;
	}

	#top-head.fixed .teacup-logo,
	#top-head .teacup-logo {
		padding-left: 15px;
		width: 60px;
	}

	#top-head.fixed .brand-logo,
	#top-head .brand-logo {
		width: 120px;
	}
	
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		right: -768px;
		background: #FFF;
		width: 768px;
		top: 10px;
		text-align: left;
		padding: 5px 20px;
		opacity: 0;
		border-radius: 10px;
		box-shadow:0 0 0 1px #ece8e2;
		z-index: 998;
		
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
		width: 110px;
	}
	#global-nav ul li {
		float: none;
		position: static;
		padding: 0;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#global-nav ul li:hover {
		color: #44464f;
		text-decoration: underline;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		padding: 16px 0;
	}
	#nav-toggle {
		display: block;
	}

	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle {
		box-shadow:0 0 0 1px #ece8e2;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 19px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 19px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateX(-200px);
		-webkit-transform: translateX(-200px);
		transform: translateX(-200px);
		opacity: 1;
	}


}

/* HEADER =============*/
	
.container-t {
	background-color:#f5dc3e;
	overflow: hidden;
}

.logo {
	width:70%;
	text-align:center;
	max-width: 452px;
	margin: 120px auto 0px;
}
.mainImg {
	text-align: center;
	overflow: hidden;
	-webkit-animation-delay: 1s; 
	-moz-animation-delay: 1s;
	animation-delay: 1s;
}
.mainImg img {
	width: 100%;
	max-width: 1124px;
	min-width: 400px;
	margin: 0 auto;
	position: relative;
}
@media all and (max-width: 400px) {
	.mainImg img {
	left: calc((100% - 400px)/2);
	}
}


@media all and (max-width: 400px) {
	.logo {
		margin-bottom: 40px;
	}
}

@media all and (max-width: 350px) {
	.logo {
	}
}



@media only screen and (orientation : landscape) and (max-height: 800px) {
	.logo {
		width: 350px;
	}
}

/* NEWS ================*/
.ebtenBtnBox {
	text-align: center;
	padding-bottom: 20px;
}
.btn-ebten {
	font-size: 12px;
	width: 90%;
	padding: 8px;
}
.shopsLink {
	text-decoration: underline;
}
.shopsList {
	background-color: #FFF;
	border-radius: 10px;
	padding: 15px;
	font-size: 12px;
	margin-bottom: 30px;
}
.shopsList span {
	font-weight: 700;
	font-size: 14px;
	padding-bottom: 5px;
}
.btn-wide {
	width: 100%;
}
.soundLogo {
	margin: 0 auto;
	width: 436px;
	max-width: 80%;
}
.musicBlockNews {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 10px;
}
.musicBlockNews img {
	border-radius: 10px;
	width: 100%;
}
.btnMusic {
	width: 100%;
}

.commonItem {
	border-radius: 10px;
	padding: 30px 15px 5px;
	margin-bottom: 30px;
	background-color: #f5d03e;
	border: 1px dashed #44464f;
	width: 100%;
	margin: 0 auto 30px;
}
.commonItem .goodsItem {
	margin-bottom: 30px;
}

.bg-yellow {
	background-color: #f5d03e;
}
.nowopen {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 30px;
	padding: 15px 0 0;
	color: #ef5400;
}
.newsAreaBoxY {
	background-color: #f5d03e;
}
.newsAreaBoxB {
	background-color: #66afe1;
}
.newsAreaImg {
	max-width: 350px;
	width: 100%;
}
.osakaBox {
	padding: 10px 10px 0;
}
.osakaBoxIn {
}
.osakaLeft {
	border-right: 1px solid #FFF;
}
.newsCafeShop {
	font-size: 12px;
	padding: 5px 20px 4px;
	background-color: #f5d03e;
	color: #FFF;
	display: inline-block;
	margin: 0 auto 10px;
	border-radius: 30px;
	margin-top: 15px;
	line-height: 18px;
}
.newsCafeShopS {
	font-size: 12px;
	padding: 5px 20px 4px;
	background-color: #66afe1;
	color: #FFF;
	display: inline-block;
	margin: 0 auto 10px;
	border-radius: 30px;
	margin-top: 15px;
	line-height: 18px;
}

.newsOpen {
	background-color: #f5dc3e;
	border-radius: 10px;
	padding: 0 30px 5px;
}

.newsComein {
	width: 271px;
	max-width: 50%;
	margin: 0 auto;
	padding-top: 60px;
}
.newsWeare {
	width: 753px;
	max-width: 90%;
	margin: 0 auto;
	padding-top: 40px;
}
.newsOpenImg {
	width: 380px;
	max-width: 70%;
	margin: 0 auto;
	padding: 48px 0;
}
.newsArea {
	background-color: #ece8e2;
	overflow: hidden;
	border-radius: 10px;
}
.newsOpenTxt {
	padding: 20px 15px;
}
.newsOpenDate {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	margin: 5px 0;
	font-size: 13px;
}
.newsOpenDate span {
	font-size: 21px;
}
.newsOpenCafe {
	padding-top: 10px;
	font-size: 24px;
	line-height: 30px;
}
.newsOpenSta {
	font-size: 14px;
	color: #666;
}
.newsOpenCap {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
.newsOpenCapTitle {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ef5400;
	margin: 25px 0 10px;
}
.newsOpenCap2 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
.newsOpenDateTitle {
	font-size: 12px;
	color: #ef5400;
}

.coming1 {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	padding: 0;
	margin: 20px 0 3px;
}

.coming2 {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 30px;
	line-height: 38px;
}

.newOpen:before {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	content: "NEW\AOPEN";
	display: block;
	position: absolute;
	background-color: #ef5400;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	padding: 4px;
	letter-spacing: 1px;
	width: 125px;
	text-align: center;
	transform: rotate(-45deg);
	top: 5px;
	margin-left: -34px;
	white-space: pre;
}


@media all and (max-width:991px){
	.newsOpenCafe {
		font-size: 18px;
		line-height: 24px;
	}
	.newOpen:before {
		font-family: 'Nunito', sans-serif;
		font-weight: 700;
		content: "NEW\AOPEN";
		display: block;
		position: absolute;
		background-color: #ef5400;
		color: #FFF;
		font-size: 10px;
		line-height: 12px;
		padding: 2px;
		letter-spacing: 1px;
		width: 80px;
		text-align: center;
		transform: rotate(-45deg);
		top: 5px;
		margin-left: -21px;
		white-space: pre;
	}

}
@media all and (max-width:767px) {
	.newsOpen {
		padding: 0 15px 5px;
	}
	.newsComein {
		padding-top: 30px;
	}
	.newsWeare {
		padding-top: 15px;
	}
	.newsOpenImg {
		padding: 30px 0;
	}
	.newsOpenCafe {
		font-size: 20px;
		line-height: 30px;
	}
	.osakaLeft {
		border:none;
	}

}
@media all and (max-width:374px) {
	.newsAreaImg {
		max-width: 350px;
		width: 88%;
	}

}

.newsTxtBox {
	padding: 15px;
	background-color: #FFF;
	border-radius: 10px;
	display: table;
	margin: 0 auto;
}

.newsTxtBox li {
	display: table;
	margin-bottom: 10px;
}
.newsTxtBox li:last-child {
	display: table;
	margin-bottom: 0;
}
.newsDate {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	padding-right: 15px;
}
.newsLink {
	font-size: 14px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.newsLink {
	text-decoration: underline;
}
/* SPECIAL ================*/
.specialTitle {
	font-size: 24px;
	letter-spacing: 0.05em;
	width: 90%;
	margin: 0 auto;
}
.specialTxt {
	max-width: 600px;
	margin: 0 auto;
	width: 90%;
}
.tokutenMark {
	background-color: #FFF;
	padding: 6px 10px 3px 10px;
	border-radius: 20px;
	margin-right: 3px;
	line-height: 16px;
	letter-spacing: 1px;
}
.tokutenMark .star {
	width: 15px;
	margin-right: 3px;
	margin-top: -3px;
}

.specialTxt a {
	font-family: 'Nunito', sans-serif;
	text-decoration: underline;
}
.specialCap {
	font-size: 12px;
	line-height: 18px;
}
.specialShopper {
	padding: 0;
}

@media all and (max-width:767px) {
	.specialTitle {
	font-size: 18px;		
	}
	.specialTxt {
		font-size: 14px;
		line-height: 24px;
		text-align: left;
	}
	.specialShopper {
		padding: 0 10px 20px;
	}
}

/* MENU & GOODS & MUSIC ================*/

.menuItem,
.goodsItem,
.musicItem {
	background-color: #fff;
	border-radius: 10px;
	text-align: left;
}
.menuTxt,
.goodsTxt,
.musicTxt {
	padding: 15px;
}
.menuBlock,
.goodsBlock,
.musicBlock {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	position: relative;
}
.menuImg,
.goodsImg,
.musicImg {
	width: 100%;
}
.menuTitle,
.goodsTitle,
.musicTitle {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.1em;
}
.tokuten {
	font-size: 14px;
	background-color: #FFF;
	padding: 5px 13px 2px 13px;
	line-height: 18px;
	border-radius: 20px;
	margin: 10px 2px;
	position: absolute;
	z-index: 10;
	right: 15px;
	top: 10px;
	letter-spacing: 1px;
}
.tokuten .star {
	width: 15px;
	margin-right: 3px;
	margin-top: -3px;
}
.newItem {
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #f5d03e;
	padding: 3px 11px 3px 13px;
	line-height: 18px;
	border-radius: 20px;
	margin: 10px 2px;
	position: absolute;
	z-index: 10;
	right: 15px;
	top: 10px;
	letter-spacing: 1px;
}
.newItemT {
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #f5d03e;
	padding: 3px 11px 3px 13px;
	line-height: 18px;
	border-radius: 20px;
	margin: 10px 2px;
	position: absolute;
	z-index: 10;
	right: 15px;
	top: 40px;
	letter-spacing: 1px;
}
.genteiItem {
	font-size: 14px;
	color: #FFF;
	background-color: #ef5400;
	padding: 3px 11px 3px 13px;
	line-height: 18px;
	border-radius: 20px;
	margin: 10px 2px;
	position: absolute;
	z-index: 10;
	right: 15px;
	top: 10px;
	letter-spacing: 1px;
}


.takeout {
	position: absolute;
	z-index: 10;
	right: 20px;
	top: 15px;
	width: 50px;
}

.goodsPrice,
.menuPrice {
	font-size: 14px;
	color: #999;
}
.tax {
	font-size: 11px;
}
.menuExcept, .goodsExcept {
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

.newGoods:before {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	content: "09.15\AON SALE";
	display: block;
	position: absolute;
	background-color: #ef5400;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	padding: 4px;
	letter-spacing: 0;
	width: 125px;
	text-align: center;
	transform: rotate(-45deg);
	top: 5px;
	margin-left: -34px;
	white-space: pre;
	z-index: 10;
}


@media all and (max-width:991px){
	.newGoods:before {
		font-family: 'Nunito', sans-serif;
		font-weight: 700;
		content: "09.15\AON SALE";
		display: block;
		position: absolute;
		background-color: #ef5400;
		color: #FFF;
		font-size: 10px;
		line-height: 12px;
		padding: 2px;
		letter-spacing: 0px;
		width: 80px;
		text-align: center;
		transform: rotate(-45deg);
		top: 5px;
		margin-left: -21px;
		white-space: pre;
		z-index: 10;
	}

}


/* MenuAreaSekect=========*/
#menuTab {
	overflow: hidden;
	display: table;
	margin: 0 auto 30px;
}

#menuTab ul {
	list-style: none;
}
#menuTab li {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	color: #666;
	text-align: center;
	display: table-cell;
	width: 110px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	padding: 5px 0;
	background-image: url("../img/menu_star_gray.png");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 12px center;
	cursor: pointer;
}

#menuTab li:first-child {
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-left: 1px solid #333;
	padding: 6px 0 5px 25px; 
}
#menuTab li:last-child {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-right: 1px solid #333;
	padding: 6px 10px 5px 30px;
}

.areaSelect {
	background-image: url("../img/menu_star.png") !important;
	background-color: #FFF;
	color: #44464f !important;
}
#menuTokyo {

}
/* TRACKS ===============*/

.tracksTitle {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 24px;
	padding: 15px 0;
}
.tracksCont {
	width:100%;
	padding: 20px;
	display: table;
}
.tracksContLast {
	width:100%;
	display: table;
	margin: 0;
}
.trackBlock {
	padding: 20px 15px;
}
.trackBox {
	border:1px solid #f5dc3e;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
}
.trackBox > div {
	margin: 0;
	padding: 0;
}
.trackBox:last-child {
	margin-bottom: 0;
}
.jp_ui {
	width: 33px;
	display: table-cell;
	vertical-align: middle;
}
.play{
	width: 33px;
	height: 30px;
	background: url(../img/jp-play.png) center top no-repeat;
	background-size: contain;
	cursor: pointer;
}
.pause{
	width: 33px;
	height: 30px;
	background: url(../img/jp-pause.png) center bottom no-repeat;
	background-size: contain;
	cursor: pointer;
	display: none;
}
.trackTxt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
.trackTitle {
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-webkit-transition-delay: 0s;
	transition: all 0.3s ease 0s;
}
.trackTitle.active {
	color: #f5d03e;
}
.trackNo {
	text-align: center;
	padding: 0 5px;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}
.trackExcept {
	font-size: 11px;
	line-height: 18px;
	color: #666;
	padding: 0;
	margin: 0;
}


/* ACCESS ===============*/
.accessBox {
	background-color: #FFF;
	border-radius: 10px;
	padding: 20px 15px;
}
.locationTitle {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 24px;
	padding-top: 15px;
}

.accessCafeShop {
	font-size: 12px;
	padding: 5px 20px 4px;
	background-color: #f5d03e;
	color: #FFF;
	display: inline-block;
	margin: 0 auto;
	border-radius: 30px;
	margin-top: 15px;
	line-height: 18px;
}
.accessCafeShopS {
	font-size: 12px;
	padding: 5px 20px 4px;
	background-color: #66afe1;
	color: #FFF;
	display: inline-block;
	margin: 0 auto;
	border-radius: 30px;
	margin-top: 15px;
	line-height: 18px;
}
.accessTxt {
	max-width: 600px;
	margin: 0 auto;
	width: 90%;
	padding: 15px 0 10px;
}
.accessDetail {
	font-size: 12px;
	color: #666;
	line-height: 18px;
}
#map_canvas_tokyo,
#map_canvas_osaka,
#map_canvas_nagoya {
	width: 100%;
	height: 400px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}
@media all and (max-width:767px) {
	#map_canvas_tokyo,
	#map_canvas_osaka,
	#map_canvas_nagoya {
		width: 100%;
		height: 300px;
	}
}

/* FOOTER ===============*/
footer {
	background-color: #ece8e2;
	font-size: 14px;
}
.footerBox {

}
.footerImg {
	margin-bottom: -30px;
	overflow: hidden;
}
.footerImg img {
	position: relative;
	min-width: 800px;
	left: 50%;
	width: 100%;
	height: auto;
    transform: translate(-50%,0);
}
.copy {
	padding: 50px 0 20px;
	background-color: #f5dc3e;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
}
@media all and (max-width:768px){
	.footerImg {
		margin-bottom: -20px;
	}
	.copy {
		padding: 40px 0 20px;
	}
}
.footerTitle {
	font-family: 'Nunito', sans-serif;
	letter-spacing: 0.1em;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}
.contactTitle {
	margin: 0;
}
.contactTxt {
	font-size: 13px;
	color: #666;	
}
.contactTxtBox{
	padding: 10px;
	border-radius: 5px;
	background-color: #FFF;
	margin-bottom: 10px;
}
.social {
	margin-top: 10px;
}
.btn-circle-t {
  width: 50px;
  height: 50px;
  padding: 7px 14px;
  font-size: 24px;
  border-radius: 25px;
  margin-right: 15px;
  color: #55ACEE !important;
 }


.btn-circle-f {
  width: 50px;
  height: 50px;
  padding: 7px 20px;
  font-size: 24px;
  border-radius: 25px;
  color: #305097 !important;
 }
 
 @media all and (max-width:415px) {
	 .btn-circle-t {
	  width: 50px;
	  height: 50px;
	  padding: 10px 14px 0;
	  font-size: 24px;
	  border-radius: 25px;
	  margin-right: 15px;
	 }
	
	
	.btn-circle-f {
	  width: 50px;
	  height: 50px;
	  padding: 10px 20px 0;
	  font-size: 24px;
	  border-radius: 25px;
	 }
 }
 
.pagetopTitle {
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	padding-bottom: 5px;
}

#ptCircle {
	width: 200px;
	height: 200px;
	background-color: #FFF;
	border-radius: 100px;
	margin: 0 auto;
}
#ptCircle:after {
	content: "";
	position: absolute;
	top: -10px;
	width: 0;
	height: 0;
	right: 0;
	left: 0;
	margin: auto;
	border-width: 0 10px 15px 10px;
	border-style: solid;
	border-color: transparent transparent #FFF;
}

#pageTop {
  position:relative;
  width: 100%;
  height: 160px;
  display: block;
  cursor: pointer;
}

#ptopBtn {
	position:absolute;
	z-index: 2;
	width: 120px;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

 #ptopBtn2 {
	position:absolute;
	z-index: 1;
	width: 170px; 
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
}
 #ptopBtn3 {
	position:absolute;
	z-index: 9999;
	width: 170px; 
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
}
