@media only screen and (max-width: 640px){
	
/*--------------------------------------------------
	共有
--------------------------------------------------*/
.dsp_hp, .dsp_hpt { display: none; }
.w100_sp img { width: 100%; 	height: auto; }

/* ヘッダ */
#header h1 {
	font-size: 10px;
}
#header p.title img {
	width: 100px;
	height: auto;
}
#menu_link {
	width: 30px;
	padding: 8px;
}

/* ページタイトル */
#page_title h2 span {
	font-size: 24px;
}
/**/
#page_title img {
	width: 100%;
	height: auto;
}

/* フッター */
#footer {
	font-size: 12px;
}
#footer .box {
	padding: 10px 0;
}
/* コピーライト */
#copyright {
	padding: 5px 0;
	font-size: 9px;
}

/* コンテナ */
#container .main {
	padding: 15px;
}
#container .main h2.sub,
#container .main h3.sub {
	font-size: 20px;
}

/* テーブル */
.tbl {
	border-bottom: 1px solid #999999;
}
.tbl th,
.tbl td {
	display: block;
	width: 100%;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: none;
}

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
#top_about {
	padding: 20px 20px 1px;
}
/* ABOUT US */
#top_about_msg a {
	width: 285px;
	height:150px;
	margin: 1% auto;
	background: url(../img/top/img_aboutus_off_2.png) no-repeat center top;
}
#top_about_msg a:hover {
	background: url(../img/top/img_aboutus_on_2.png) no-repeat center top;
}

/* SNS */
#top_sns {
	background: url(../img/top/bg_sns.jpg) center top;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-attachment: fixed;
}
#top_sns .in,
#top_sns iframe {
	width: 100%;
	margin: 0;
}
/* GALLERY */
#top_gallery {
	background: url(../img/top/bg_gallery.jpg) center top;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-attachment: fixed;
}
/* CONTACT */
#top_contact {
	background: url(../img/top/bg_contact.jpg) center top;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-attachment: fixed;
}

/*--------------------------------------------------
	ABOUT US
--------------------------------------------------*/
#about h3.sub {
	font-size: 20px;
}
/**/
#about .profile ul.photo {
	float: none;
	width: auto;
}
#about .profile ul.photo li {
	width: 30% !important;
	padding: 0 !important;
	margin: 0;
}
#about .profile ul.photo li+li {
	margin-left: 3% !important;
}
#about .profile dl {
	clear: both;
	margin-left: 0;
	padding-top: 20px;
}

/*--------------------------------------------------
	COFFEE BAR
--------------------------------------------------*/
#bar h3.sub {
	font-size: 20px;
}
/**/
#bar .jp,
#bar .en,
#bar .jp.ws,
#bar .en.ws {
	float: none;
	width: auto;
	padding: 0;
}
#bar .jp {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}
/**/
#bar .follow {
	padding-bottom: 0;
}
#bar .follow li {
	float: none;
	width: auto;
	margin-bottom: 20px;
}
#bar .follow li+li {
	float: none;
}
/**/
#bar .menu {
	padding-bottom: 0px;
}
#bar .menu .jp {
	border-bottom: none;
	margin-bottom: 50px;
}
#bar .menu .en {
	margin-bottom: 30px;
}

#whole h3.sub {
	font-size: 25px;
}
#whole h3.sub span {
	font-size: 14px;
}
#whole h3.sub2 {
	font-size: 25px;
}
#whole h3.sub2 span {
	font-size: 15px;
}
/*--------------------------------------------------
	CUSTOMERS ONLY
--------------------------------------------------*/
#customer h3.sub {
	font-size: 25px;
}
#customer h4{
	font-size: 20px;
}
#customer .h4_sub{
	font-size: 15px;
}
#customer dt, #customer .sub_dt {
	font-size: 20px;
}
#customer dd a{
	font-size: 15px;
}

/*--------------------------------------------------
	お問い合せ
--------------------------------------------------*/
#mailform .btn input {
	width: 45%;
	height: 30px;
}

/*------------------------------------------------*/
}
