/*
Theme Name: skyhigh01
Description: SkyHigh 1.0
Author: MASAtoshi OKA
Version: 1.0
License: 
License URI: 
Theme URI:
Author URI: 
*/

/* Default ---------------------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, form, fieldset, pre, code, address, table, tr, td, th,post
{ border:0 none; margin:0; padding:0; line-height: 130%;}
.alignright { float:right; }
.alignleft { float:left; }
.aligncenter { display: block; margin: 1em auto !important; }
.alignnone { display: block; }
img.alignleft, .wp-post-image { display: inline; float: left; margin-right: 20px; margin-bottom: 10px; margin-top: 10px;}
img.alignright { float: right; margin-left: 20px; margin-bottom: 10px; margin-top: 10px; }
img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
img.alignnone {margin-bottom: 10px; margin-top: 10px; }
* { outline: none; }
a { text-decoration: none;
	color: #595757;
	-webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
}

.clear{ clear: both; line-height: 0; height: 0; margin: 0; padding: 0; visibility: hidden; }
.clear:after { content: "."; visibility: hidden; height: 0; }

.no_mobile{display: block; }
.only_mobile{display: none; }


/* font ---------------------------------------------------------------------------------------*/
@font-face {
	font-family: 'skyhigh';
	src: 
	     url('font/skyhigh.eot') format('eot'), /* eof - IE6-IE8 */
	     url('font/skyhigh.woff') format('woff'), /* woff - Modern Browsers */
	     url('font/skyhigh.ttf')  format('truetype'), /* ttf - Safari, Android, iOS */
	     url('font/skyhigh.svg') format('svg'); /* svg - Legacy iOS */
}

/* Body ------------------------------------------------------------------------------------------*/
body { 
	text-align: center; background-color: none; text-shadow: none; 
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif; 
	color: #000;
	
}
#wrapper { 
	text-align: center; 
	margin: 0 auto; padding: 0; 
	overflow: hidden; 
	z-index:1000;
	width: 100%;
}
#header {width:960px; height: 100px;  display: block; overflow: hidden; margin: 0; padding: 0;}	
#header, #content, #footer{background: #fff;}
#sidebar { 
	display:block; 
	overflow: hidden; 
	float: left; 
	padding-top: 0px; 
	z-index:2000; 
	width: 210px; 
	height: 100%;
	margin-left: 10px
	}
#main {
	display:block; 
	float: left; 
	overflow: hidden;
	width: 720px; 
	padding: 0px;
	
}
#content {display:block; float: none; overflow: hidden;
	z-index:2000;
	width: 100% ; text-align: center;
	padding: 0; margin: 0;
	padding-top: 0px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif; 
}
.w960{display:block; float: none; overflow: hidden; 
	z-index:3000;
	width: 960px; 
	padding: 0px; margin: 0 auto;
	text-align: left;
	line-height: 170%; letter-spacing: 1px;
	position: relative;
}


.slide, .box_1x1, .box_2x1, .box_2x2, .box_2x4, .box_4x4, .box_4x2, .box_8x2, .box_sq, .home_instagram{
	display:block; float: left; overflow: hidden;
	line-height: 170%; /* letter-spacing: 1px */;
	padding: 0; margin: 0;
	text-align: left;
	position: relative;
}
.slide{width: 960px; height: 490px; }
.box_1x1{width: 120px; height: 180px;}
.box_2x1{width: 240px; height: 180px;}
.box_2x2{width: 240px; height: 360px;}
.box_2x4{width: 240px; height: 720px;}
.box_4x2{width: 480px; height: 360px;}
.box_4x4{width: 480px; height: 720px;}
.box_8x2{width: 960px; height: 360px;}

.box_1x1 img{height: 100% ; width: auto;}

.box_sq{width: 240px; height: 240px;}



.image_960{display: block; overflow: hidden; width: 960px; height: 480px;}

.box_text{position: absolute; top:0; left: 0; z-index: 3000; letter-spacing: 0px; padding: 5px 10px; }

.box_text h2, .box_1x1 h2, .box_2x1 h2, .box_2x2 h2, .box_4x1 h2, .sq h2, box_text h4, .box_1x1 h4, .box_2x1 h4, .box_2x2 h4, .box_4x1 h2, .sq h4{
	font-family: 'skyhigh', cursive; font-weight: 100 !important; text-transform:capitalize; 
	padding: 0px; margin: 0;
}
.box_text h2{
  	font-family: 'Dosis', sans-serif; font-weight: 100 !important; text-transform:uppercase; 
	padding: 0px; margin: 0; font-size: 8px; letter-spacing: 1px;
}
.box_text h2, .box_1x1 h2, .box_2x1 h2, .box_2x2 h2, .box_4x1 h2, .sq h2{font-size: 25px; margin-top: 0px;}
.box_text h4, .box_1x1 h4, .box_2x1 h4, .box_2x2 h4, .box_4x1 h2, .sq h4{font-size: 25px; margin-top: -5px;}

.box_text p{font-size: 10px; margin: 0; padding: 0;}

.box_content{padding: 5px 10px; width: 100%;}

.pad10{padding: 20px 10px 50px 10px; }

.page a:hover{color: #5cc7d0;}
a:hover img {
	 opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  }
  
  a:hover .tip img {
	 opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  }

.anchor_space{display: block; width: 100%; height: 80px; margin-top: 18px;}

.bxslider img{z-index: 4000;}

.bg100, .bg100-2, .bg100-3{display: block; overflow: hidden; flex: none; width: 100%; height: auto; padding: 30px 0; }
.bg100{background: #EEEEEF}/* light gray */
.bg100-2{ background: #CAE7EC}/* light blue */
.bg100-3{ background: #f4f4f4}/* more light gray */

/* Header ----------------------------------------------------------------------------------------*/
.menu_logo a{display: block; overflow: hidden; float: left;
	margin: 0;
	width: 176px; height: 100px;
	text-indent: -9999px;
	background: url(images/header/skyhigh_logo.png) 0 0 no-repeat;
	cursor: pointer;
}
.menu_logo a:hover{background: url(images/header/skyhigh_logo_over.png) 0 0 no-repeat;}
.header_text{float: right; text-align: right; font-family: 'Open Sans', sans-serif; font-size: 17px; margin-top: 40px; color: #000; font-weight: 100; text-transform: uppercase;}
/* Navigation  ----------------------------------------------------------------------------------------*/
#menu_area{display: block; overflow: hidden; width: 960px; padding: 0;}

#menu_box_area{display: block; overflow: hidden; width: 960px; padding: 0;}

#menu_box{display: block; overflow: hidden; float:left;}

#shopping_btns{display: block; overflow: hidden; float: right; }
#shopping_btns{}
#shopping_btns ul{ list-style: none; margin-top: 10px;}
#shopping_btns ul li{display: block; overflow: hidden; float: left; margin: 0 0 0 10px;}
.menu_member a, .menu_cart a{
	display: block; overflow: hidden; width: 24px; height: 24px;
	text-indent: -9999px
	}
.menu_member a{background: url(images/header/member.png) 0 0 no-repeat;}
.menu_cart a{background: url(images/header/cart.png) 0 0 no-repeat;}
.menu_member a:hover, .menu_member.current-menu-item a {background: url(images/header/member_over.png) 0 0 no-repeat;}
.menu_cart a:hover, .menu_cart .current-menu-item a{background: url(images/header/cart_over.png) 0 0 no-repeat;}

#menu_box ul{
	list-style: none; margin: 0; 
	display: block; float: none; overflow: hidden;
margin: 0 auto; width: auto;
}
#menu_box ul li {
	display: inline-block;
	padding: 10px 10px;  margin: 0 auto;
	font-size: 13px;
	font-family: "Oswald", sans-serif; 
	color: #000; letter-spacing: 1px; font-weight: 500;
	text-decoration: none; text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

#menu_box ul li a{color: #000}

#menu_box li:first-child {
 margin-left:0px; padding-left: 10px;
}
#menu_box li a:hover, 
#menu_box li.current_page_item a,
#menu_box ul li.current-post-ancestor a,
#menu_box ul li ul.sub-menu li.current-menu-item a
{text-decoration: underline; color: #000}

#menu_box ul li ul.sub-menu {
  position: absolute;
  width: 200px;
  background: #fff;
  top: 50px; 
  display: none;
}
#menu_box ul li:hover ul.sub-menu{
	display: block;
}
#menu_box ul li ul.sub-menu li{
	float: none;
	padding: 0;
	text-align:left;
	width: 200px;
	margin: 0;
}	
#menu_box ul li ul.sub-menu li a{
	padding: 10px;
	display: block;
}

#menu_box ul li ul.sub-menu li a:hover{
	background: #0295D1;
	color: #fff;
}

.sb-slidebar ul li{font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;}
.sb-toggle-right{display: none; width: 0; height: 0;}

#menu_box ul li.menu_invisible{display: none;}

/* Footer ---------------------------------------------------------------*/
#footer { display: block; overflow: hidden; float:none; clear: both;
	width: 100%; padding: 0; margin: 40px 0 0 0;
	text-align: left;
	color: #000;;
	}
#copyright, #footer_link{display: block; overflow: hidden;}
#copyright {font-size: 0.4em; margin-top: 0px; float: left; text-transform: uppercase;}

#footer_link{font-size: 0.4em; margin-top: 0px; float: right; 
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

/* Sidebar ---------------------------------------------------------------------------------------*/
#sidebar { color: #000;  
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	margin-top: 5px;
}
#sidebar a {
	color: #777;
	font-weight: 300;
	padding: 2px 4px;
	margin-left: 0px;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#sidebar ul { list-style: none; }
#sidebar ul ul { list-style: none; }
#sidebar ul li { margin-bottom: 40px; }
#sidebar ul li h3 { 
	font-family: 'Oswald',sans-serif; 
	text-transform: uppercase;
	
	font-size: 14px;; 	font-weight: 300; 
	padding: 0px 0 0 4px; margin-bottom: 5px; 
	border-bottom: #777 dotted 1px;
	margin-top: 15px;

}
#sidebar ul li h3{margin-bottom: 10px;}
#sidebar ul li h3 a { color:#777; font-weight: 500; }
#sidebar ul li li { margin-bottom: 5px; margin-top: 5px; line-height: 130%; text-indent: none; font-size: 10px; } 
#sidebar ul li li li{display: none;}


/* Search Form ---------------------------------------------------------------*/
.screen-reader-text { display: none; }
#s { background: #fff; border: 1px #ccc solid; padding: 5px 7px; width: 55%; color: #444; }
#searchsubmit { background-color: #eee; color: #666; padding: 3px 5px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border: 0 none; width: 30%; margin-left: 10px; cursor: pointer; }
#searchsubmit:hover { background-color: #ddd; }


/* Post Content ---------------------------------------------------------------*/
.post, .page { margin-bottom: 20px; clear: both;  }

.layout_set{width: 100%; clear: both; display: block; overflow: hidden; padding-top: 20px;}
.left_half, .right_half{width: 320px; padding: 0px; display: block; overflow: hidden; float: left;}
.left_half p{padding-right: 10px}
.right_half p {padding-left: 10px}

.cat-title{
	display: block; overflow: hidden; float: right; 
	margin-bottom: 20px; 
	color: #0295D1;
	font-size: 13px;
}
.sticky { padding: 15px; background-color: #fcfcfc; }


.entry_box{
	display: block;overflow: hidden;width: 640px; height:auto;
	margin: 10px 10px 40px 10px;
	padding: 25px 25px 5px 25px;
}

.entry-date-diary, .entry-date-stage, .entry-date-news{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
.entry-date-diary a, .entry-date-stage a, .entry-date-news a { color: #00aced;}

.single_main-image{display: block; overflow: hidden; width: auto; height: auto; float: left; margin-top: 0;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	
}
.post-text{display: block; overflow: hidden; width: 100%; height: auto; float: left; margin: 20px 0 0 0px; }

.socialbtns{padding-top: 25px; clear: both; float: none; display: block; overflow: hidden;}
.sns_buttons{margin: 10px 0; text-align: right; }

.entry-title { 
	
	font-weight: 100; 
	font-size: 1.3em; 
	color: #444; 
	padding-bottom: 0px;  
	padding-top: 0px;
	margin-top: 0px; margin-bottom: 10px;
	border-bottom: 1px #444 dotted;
 }
.entry-title a{ color: #444; display: block; padding:4px 4px; margin-left: -2px;}
.entry-title a:hover,.entry-date-above a:hover { background-color: #666; color: #fff; border-bottom: 0px;}
.entry-meta, .entry-cat { font-size: 0.6em; padding: 8px 0; color: #444; overflow: hidden;}
.entry-meta{text-align: right; margin: 20px 0 20px 0;}
#single_title .entry-title {/* background: #00aced; */ color: #444; /* -moz-border-radius:10px; border-radius:10px; padding: 5px; margin: 5px 0 */ }


.entry-meta a, .entry-cat a { color: #444; }
.entry-meta a:hover, .entry-cat a:hover { background-color: black; color: white;　height: 10px; }
.entry-date { /* background: url(images/date_icon.png) no-repeat left bottom; padding-left: 26px;  */}

.entry-comments { margin-left: 15px; background: url(images/comment_icon.png) no-repeat left bottom; padding-left: 26px; }
.meta-sep { margin: 0 10px; font-family: Courier; }
.entry-categories { /* background: url(images/category_icon.png) no-repeat left bottom; padding-left: 26px; line-height: 150%; margin-left: 15px; */}

.entry-content { font-size: 0.9em; overflow: hidden; color: #444; font-family:'mplus-1m-regular','メイリオ','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif; }
.entry-content a {color: #0295D1;; padding: 2px 4px; margin-left: -4px}
.entry-content a:hover {text-decoration: underline;}
.entry-content img{z-index: 4000;}

.entry-content p, .entry-content div, .entry-content pre, .entry-content kbd, .entry-content tt .entry-content ul, .entry-content ol, .entry-content table, .entry-content address, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content blockquote p, .entry-content dl, .entry-content dt, .entry-content dd { margin-top: 0px; line-height: 170%; }
.entry-content p:first-child, .entry-content div:first-child, .entry-content pre:first-child, .entry-content kbd:first-child, .entry-content tt:first-child, .entry-content ul:first-child, .entry-content ol:first-child, .entry-content table:first-child, .entry-content address:first-child, .entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child, .entry-content blockquote p:first-child, .entry-content dl:first-child, .entry-content dt:first-child, .entry-content dd:first-child { margin-top: 0px; }
.entry-content pre code, .entry-content code, .entry-content pre, .entry-content kbd, .entry-content tt { font-size: 1.2em; }
.entry-content blockquote { margin: 10px; background-color: #fcfcfc; padding: 15px; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 { font-weight: 700; }
.entry-content h1 { font-size: 2em; }
.entry-content h2 { font-size: 1.7em; }
.entry-content h3 { font-size: 1.4em; }
.entry-content h4 { font-size: 1.25em; }
.entry-content h5 { font-size: 1.125em; }
.entry-content h6 { font-size: 1em; }
.entry-content small { font-size: 0.7em; line-height: -50%;}

.entry-content ul, .entry-content ol { list-style-position: inside; margin-bottom: 15px; margin-left: 5px; }
.entry-content ul li, .entry-content ol li { margin-top: 10px; }
.entry-content ul li li, .entry-content ol li li { font-size: 12px; }
.entry-content ul ul, .entry-content ol ol { margin: 10px 0 0 10px; }
.entry-content table { border: 1px #ddd solid; border-collapse: collapse; }
.entry-content th, .entry-content td { border: 1px #ddd solid; padding: 8px; }
.entry-content th { background-color: #fcfcfc; }
.entry-content .page-link { clear: both; }
.entry-content .page-link span { background-color: #fcfcfc; padding: 3px 7px; border: 1px #ddd solid; display: inline-block; }
.entry-content .page-link a span { background-color: #fff; }
.entry-content .page-link a:hover span { background-color: #fcfcfc; }
.entry-content .page-link a { color: #444; }

.entry-content img { border: none; } /* line around images --------------------------------------------------------------- */

.entry-content .more-link { background-color: #fcfcfc; border: 1px #ddd solid; font-size: 0.9em; text-align: center; padding: 1px 5px; color: #444; display: inline-block; width: 70px; }
.entry-content .more-link:hover { background-color: #eee; color: #444;  }

.entry-tags { font-size: 0.75em; margin-bottom: 15px; color: #444; overflow: hidden; clear: both; }
.entry-tags a { color: #444; }
.entry-tags a:hover { background-color: black; color: white; }
.tag-links { background: url(images/tag_icon.png) no-repeat left bottom; padding-left: 26px; }

.post-bookmark { font-size: 0.75em; clear: both; padding: 8px 0; border-top: 1px #ddd dotted; overflow: hidden; }
.share-title { background: url(images/share_icon.png) no-repeat left bottom; padding-left: 26px; color: #333; font-weight: 700; }
.share-bookmark { color: #444; padding: 3px 5px; margin-left: 5px; background-color: #f5f5f5; }
.share-bookmark:hover { background-color: #e5e5e5; }

.entry-content .wp-caption { background-color: #fcfcfc; padding: 9px 5px 5px 5px; border: 1px #ddd solid; text-align: center; margin: 10px; }
.entry-content .wp-caption img { margin: 0; border: 0 none; }
.entry-content .wp-caption p.wp-caption-text { margin: 0; }

.post-navigation { font-size: 0.75em; clear: both; padding: 8px 0; border-top: 1px #ddd dotted; border-bottom: 1px #ddd dotted; color: #444; overflow: hidden; }
.post-navigation a { color: #444; }
.post-navigation a:hover { color: black; }
.post-previous { float: left; }
.post-next { float: right; }
.meta-post-nav { font-size: 1.2em; font-family: Courier; }


/* 固定ページ用 ====================================================== */
/*
.page .page p, .post p, ol, h1, h2, h3, h4, h5, h6, blockquote p, dl, dt, dd{ 

	overflow: hidden; 
	line-height: 150%;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif; 
}
.page h1, .page  h2, .page  h3, .page  h4, .page  h5, .page  h6, {font-weight: 700; clear: both;}
.page h1 { font-size: 20px; }
.page h2 { font-size: 16px }
*/
/*
.page h2.section, #sidebar ul li h3, .entry-title{
	border-top: 2px solid #000;
	color: #000;
	border-bottom: 1px dotted #000;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 30px;
	text-align: center;
	padding: 2px 0; text-transform: uppercase;
	font-family: "Oswald", serif ;
}
.entry-title{font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif; font-size: 14px;}
.entry-title, #sidebar ul li h3{text-align: left; text-indent: 2px; margin-top: 0px;}
*/

/*
.page h2.section a{color:#000; }

.page h3 { font-size: 14px; }

.page p{ font-size: 12px; margin: 10px 0}

.page .post ul { font-size: 0.8em; overflow: hidden; color: #888; line-height: 150%}
.page .post ul, .entry-content ol { list-style-position: inside; margin-bottom: 15px; margin-left: 5px; }
.page .post ul li, .entry-content ol li, .page ul li, { margin-top: 10px; font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif; }
.page .post ul li li, .entry-content ol li li { font-size: 12px; }
.page .post ul ul, .entry-content ol ol { margin: 10px 0 0 10px; }

.page .post a {}

div.post img {border: none}
.alignleft, .wp-post-image { display: inline; float: left; margin-right: 24px; margin-bottom: 5px; }
.alignright { display: inline; float: right; margin-left: 24px; margin-bottom: 5px; margin-top: 5px; }
.alignleft { margin-top: 5px; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

li a.uc{text-decoration: line-through;}
*/

/* HOME 固定ページ用 ====================================================== */


/* no2 news */
.no2 h4.no960{margin-bottom: 0;}
.no2 ul{
	list-style: none;
}
.no2 ul li{
	padding-right: 10px;
	font-size: 10px;
	color: #000;
	margin-bottom: 7px
}
.no2 ul li.home_news_list_date{font-size: 8px;}

.home_archive{font-size: 9px; text-align: right;}
.archive_btn{font-size: 8px; text-align: right; padding-right: 10px;}

/* no11 follow us */
.follow_title{font-family: 'Oswald', sans-serif;}
ul.follow_sns {
	list-style: none; 
	display:block; overflow: hidden; clear: both;
	width: 100%;
	margin-bottom: 20px;  
}
ul.follow_sns li{display: block; float: left; margin: 0 10px 0 0;}
.follow_facebook a, .follow_twitter a, .follow_instagram a, .follow_pinterest a{
	display: block; overflow: hidden; float: left; text-indent: -9999px;
	width: 24px; height: 24px;
}
.follow_facebook a{background: url(images/home/facebook.png)  0 0 no-repeat;}
.follow_twitter a{background: url(images/home/twitter.png) 0 0 no-repeat;}
.follow_instagram a{background: url(images/home/instagram.png) 0 0 no-repeat;}
.follow_pinterest a{background: url(images/home/pinterest.png) 0 0 no-repeat;}

.follow_facebook a:hover{background: url(images/home/facebook_over.png)  0 0 no-repeat;}
.follow_twitter a:hover{background: url(images/home/twitter_over.png) 0 0 no-repeat;}
.follow_instagram a:hover{background: url(images/home/instagram_over.png) 0 0 no-repeat;}
.follow_pinterest a:hover{background: url(images/home/pinterest_over.png) 0 0 no-repeat;}
.no11 .box_text p{margin-bottom: 5px; font-size: 11px;}


/* no16 staff */
.box_2x2.no16 .box_text{font-family: 'Lora', serif; text-align: center;  width: 90%; }
.box_2x2.no16 .box_text .staff_title{font-size: 25px !important; margin-top: 45px;}
.box_2x2.no16 .box_text p{text-align: center; width: 100%;  font-size: 15px;}
.no16 a{color: #fff; text-decoration: none;}

/* instagram */
.insta_area{display: block; width: 100%; position: relative;}
.insta_feed{z-index: 0;}
.insta_btn{display: block; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9999;}
.insta_btn img{margin: 0; padding: 0; z-index: 9999;}

.home_instagram{width: 100%; height: auto; line-height: 100%;}
.home_instagram .AlpinePhotoTiles-row{padding: 0;}
.home_instagram .AlpinePhotoTiles-tile{margin: 0; background: #000}
.home_instagram .AlpinePhotoTiles_breakline{height:0px;}
.home_instagram .AlpinePhotoTiles_inpost_container {padding-bottom:0px;}
.home_instagram .AlpinePhotoTiles-image-link{padding: 0;}
.home_instagram .AlpinePhotoTiles_container_class a img{margin: 0 0 -2px 0 !important; padding: 0 !important;}

/* MENU 固定ページ用 ====================================================== */

/* サイズ */
.w480, .w360, .w240, .w720, .w600, .w320{
	display:block; float: left; /* overflow: hidden; */ 
	padding: 10px; margin: 0;
	height: 100%;
/* 	border-right: 1px dotted #000; */
}
.w720{width: 700px;}
.w600{width: 570px;}
.w480{width: 449px;}
.w360{width: 347px;}
.w240{width: 205px;}
.w320{width: 300px;}

/* フォント */
h2.menu_section{ 
	font-family: 'skyhigh', sans-serif; 
}
.w360 .item, .w240 .item, .w320 .item{width: 100%;}
table.menu_table tr{width:100% }
table.menu_table tr td h4, .menu_detail_super h4 { 
	font-family: 'Oswald', sans-serif;  
	display: block; width: 100%; clear: both;
}
.juice_title_area{padding-top: 10px;}

.juice_price, h2.menu_section .juice_price ul li{font-family: 'Open Sans', sans-serif; letter-spacing: 0.2px;}
h4 .juice_price{font-weight: 400;}
h2.menu_section small, table.menu_table tr td h4 small, .ingredients_jp, .menu_price, table.menu_table tr td h4 , .add500_jp, h4 .juice_title small{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif; 
	letter-spacing: 0;
}

.juice_price ul{list-style: none;}
.juice_price ul li {display: block; overflow: hidden; float:left; width: 50px;}
.juice_price ul.cleans_price li {width: 80px; letter-spacing: 0px; text-align: right;} 

.ingredients_en, .add500_en{
	font-family: 'Open Sans', sans-serif; 
	letter-spacing: 0; 
}
.ingredients_jp, .ingredients_en{line-height: 120%; width: 100%; display: block;}

h2.menu_section{font-size: 36px; text-transform: capitalize; line-height: 80%; letter-spacing: 0;}
h2.menu_section small{font-size: 10px; }
h2.menu_section .juice_price ul li{font-weight: 600; text-align: center; }
h2.menu_section .juice_price ul.cleans_price li{text-align: right; }

table.menu_table tr td h4{font-size: 14px; margin: 0; padding: 0;}
table.menu_table tr td h4 small, .menu_detail_super h4 small{font-size: 7px; margin: 0; padding: 0; font-weight: 100; margin-left: 0px;}
.menu_detail_super h4{font-size: 10px;}

/* フォント　価格 */
/* menu03 */
.juice_price{float: right; text-align: right;} 
table.menu_table tr td h4 .juice_price, h2.menu_section .juice_price {font-size: 12px;}

.super_food_price{font-size: 10px;}
/* menu01 */
/*
table.menu_table tr td.menu_price{
	font-size: 10px; font-weight: 500;
	vertical-align: top; text-align: right; padding-top: 15px
}
*/

.tax{font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif; 
	font-size: 10px; margin: 40px 0 0 0px; text-align: right;}

/* フォント　材料 */
.ingredients_jp{font-size: 9px; letter-spacing: 0;}
.ingredients_en{font-size: 10px}

/* フォント　コールドプレス */
.add500{line-height: 100%; margin: 0}
.add500_jp{font-size: 8px; }
.add500_en{font-size: 8px; }

/* セクションタイトル */
h2.menu_section {
	margin: 40px 0 10px 0; padding: 0; font-weight: 100;
	border-bottom: 1px solid #000;
} 
h2.menu_section small{margin-left: 0px; font-weight: 100;letter-spacing: 0;}
	/* menu03 */
	.menu03 h2.menu_section{/* text-align: center; border: none; */}

/* ジュースカラー */
	/* menu */
	td.td_thumb{width: 37px;} 
	.menu_thumb{width: 37px; height: 60px;} 
	.menu03 table.menu_table tr td.menu_detail{padding-left: 10px;} 
	.menu table.menu_table tr td.menu_detail{padding-left: 10px;} 
	.menu .w240 table.menu_table tr td.menu_detail{padding-left: 0px;} 
	/* menu03 */
	.color_bar{width: 5px; height: 70px;} 

/* 商品名 */
.juice_title_area, .juice_title, .juice_price{display: block; overflow: hidden}
.juice_title_area{width: 100%; float: none; clear: both; margin-bottom: 7px;}
.juice_title{float: left; text-transform: uppercase;}
h4 .juice_title small{font-size: 10px;}

/* テーブルセッティング */
table.menu_table{width: 100%}
table.menu_table tr td{vertical-align: top;}
table.menu_table tr{padding: 10px 0; margin-bottom: 20px;}
table.menu_table tr td{line-height: 100%; padding: 10px 0; margin: 0;}

.w240 table.menu_table tr td.menu_detail{padding-left: 0 !important;}

/* 画像 */
.menu_image{width: 100%; text-align: center; /* border-top:1px #000 dotted; */}
.menu_image img{display: block; float: none; margin: 50px auto;  }

/* スーパーフード */
.menu_detail_super{display: inline-block; overflow: hidden; /* float: left; */  margin: 10px 10px 0px 0; }

/* ノート */
p.note {font-size: 10px;}

/* Q&A 固定ページ用 ====================================================== */
.qa_area, .qa_info_area{display: block; overflow: hidden; float: left;}
.qa_area{width: 750px; padding-right: 10px}
.qa_info_area{width: 200px;}

.qa_set, .qa_q, .qa_a{display: block; overflow: hidden; float: none; clear: both; 
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
.qa_set{width: 100%; margin: 20px 0 40px 10px;}
/* .qa_q{border-bottom: 1px solid #000;} */
.qa_q h2{/* color: #24cce3;  */ font-size: 14px; font-weight: 200;　color: #000; border-bottom: 1px dotted #000;}
.qa_a p{font-size: 12px; line-height: 160%; color: #000; padding: 0 10px;}

.qa_info_area{font-size: 10px; padding-top: 0px; letter-spacing: 0; line-height: 160%;}
.qa_info_area img{margin: 20px 0;}

/* ABOUT 固定ページ用 ====================================================== */

h2.mobile_title{display: none;}
table.about_info{width: 100%; font-size: 11px; }
table.about_info tr td{padding: 5px; vertical-align: top; line-height: 150%;}

#map_canvas_shibuya, #map_canvas_haneda, #map_canvas_hiroo, #map_canvas_shinjuku, #map_canvas_nagoya{display: block; overflow: hidden; width: 100%; height: 100%; margin: 0; z-index: 5000;}

.shop_area{display: block; overflow: hidden; margin: 80px 0 0 0}
.info_area{display: block; overflow: hidden; width: 100%; padding: 10px 20px;}
h4.shop_name{
	font-family: /* "skyhigh", */"Oswald", sans-serif; text-transform: uppercase; font-size: 20px; 
	margin: 10px 0 5px 5px;
}
.shop_name_jp{
	display: block; overflow: hidden; float: right; position: absolute; right:0px; top:0px;
	width: 80px; height: 30px;
/*
	-moz-border-radius:40px;
	border-radius:40px;
*/
	background: #2b2b2b;
/* 	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif; */
	font-family: "Oswald", sans-serif;  text-transform: uppercase; /* padding-top: 20px */ padding: 0px 0 10px 0;;
	text-align: center; color: #fff; font-size: 15px; font-weight: 100;
}
.map_area{display: block; overflow: hidden; width: 960px; height: 400px; }

.story_area{display: block; overflow: hidden; margin: 70px 0; }
.shop_area img{
	-webkit-filter: grayscale(1); /* Webkit */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* W3C */
}
.shop_area :hover img{
	-webkit-filter: grayscale(0.5); /* Webkit */
	filter: none; /* IE6-9 */
	filter: grayscale(0.5); /* W3C */
	opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

.page .story_area h2{font-family: "skyhigh", sans-serif; text-align: center; font-size: 45px; line-height: 100%; margin-bottom: 30px;}
.story_area h2 small{font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif; font-size: 10px; /* margin-left: 10px; */ margin-top: 0px; line-height: 50%;}
.story_area p{font-size: 12px; text-align: center; line-height: 190%;}

.point_set{display: block; overflow: hidden; float: left;
	width: 920px; height: auto; margin: 10px 10px; padding: 10px 20px; 
}
.point_set h4 {font-family: "Oswald", sans-serif; margin-bottom: 10px;}
.point_set h4 small{font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif; font-size: 10px; margin-left: 10px;}
.story_area  .point_set p {font-size: 11px; text-align: left; line-height: 190%;}

.page.about .story_area ul{list-style: disc; margin-left: 25px}
.about .story_area ul li{text-indent: 0px; margin: 7px 0; font-size: 11px; }



/* CLEANS 固定ページ用 ====================================================== */
.cleans h2{font-family: "skyhigh", sans-serif;}
.cleans h2 small, .cleans p, .cleans_about, .cleans_detail{font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;}

.cleans h2{font-size: 40px; margin-bottom: 10px; margin-left: 10px; margin-top: 50px;} 
.cleans h2 small{font-size: 12px; font-weight: 100; margin-left: 10px;}
.cleans p, .cleans_about p{font-size: 12px; margin: 0; line-height: 170%;}


.why_cleans{display: block; margin: 20px 0; width: 100%;}
h4.check_list{font-family: "Oswald", sans-serif; margin-left: 20px; text-transform: uppercase; margin-bottom: 10px;}
ul.cleans_caution{list-style-type: disc;}
ul.cleans_caution li{margin: 10px 0; font-size: 11px; margin-left: 20px;}
ul.cleans_caution li:first-child{margin-top: 0;}

table.cleans_set{width: 100%; margin-bottom: 50px;}
table.cleans_set tr td{padding: 10px 0; }
td.cleans_type {font-size: 9px; text-align: right;}
td.cleans_name{ font-weight: 100; font-size: 15px;}
td.cleans_name small{font-size: 10px; margin-left: 10px; letter-spacing: 0;}
td.cleans_price{font-size: 12px ;text-align: right;}

.cleans_type_detail{margin-top: 17px;}
.cleans_type_detail h4{font-size: 14px; font-family: "Oswald", sans-serif; text-transform: uppercase; margin-top: 40px;}
.cleans_type_detail .cleans_about p{font-size: 11px; margin: 0; padding: 0;}
.cleans_type_detail .cleans_detail{font-size: 12px; letter-spacing: 0; margin: 5px 0 0 0; padding: 0;}

.cleans_about{margin-top: 10px;}
.cleans_about p{font-size: 13px; line-height: 160%; margin-top: 10px;}
.cleans_detail, .cleans_detail p{font-size: 10px; margin-top: 20px; line-height: 150%; margin-left: 0px;}

.vc_text p{margin: 0 0 30px 0;}
.vc_text ul{}
.vc_text ul li, .vc_about ul li{margin: 10px 0 10px 20px;  font-size: 13px; }
.vc_number{background: #000; color: #fff; 
	display: block; overflow: hidden; text-align: center; vertical-align: middle;
	float: left; margin: 0 10px 0 0; padding-top: 15px;
	width: 60px; height: 45px;
	-moz-border-radius:40px;
	border-radius:40px;
	font-size: 30px; font-family: "Oswald", sans-serif; 
	
}
.vc_detail{font-size: 11px; line-height: 120%;}
.vc_detail td{vertical-align: top; padding: 10px 0; }

.vc_current{border: 1px dotted; padding: 20px;
	-moz-border-radius:5px;
	border-radius:5px;
	display: block; overflow: hidden;
}
.vc_current_title_area{display: block; overflow: hidden; width: 100%; float: none; margin-bottom: 30px;}
.vc_current_title_area h4{font-size: 16px; margin-top: 10px;}
.vc_current_title_area2{display: block; overflow: hidden; float: none; margin-bottom: 30px; }
.vc_current_title_area2 h4{font-size: 16px; margin-top: 0px;}
.vc_text p{font-size: 12px;}

.vc_about{font-size: 11px; padding-bottom: 50px; display: block; line-height: 150%;}
.vc_about h4{font-size: 14px;}
.vc_about ul{list-style: none; }
.vc_about ul li{margin: 15px 0 0 0; font-size: 11px; line-height: 150% }

.vc_button a{display: block; overflow: hidden; float: none; margin: 20px auto; text-align: center;
	font-size: 20px; font-weight: 600; color: #fff; background: #000;
	padding: 10px 20px;
	-moz-border-radius:10px;
	border-radius:10px;
	}

/* GALLERY 固定ページ用 ====================================================== */
/* .AlpinePhotoTiles-link img{width: 25%;} */

/* DELIVERY 固定ページ用 ====================================================== */
.delivery .slide{width: 570px; height: 291px; }
.delivery .slide img{width: 100%; height: auto;}
.delivery h2{font-family: "skyhigh", sans-serif;}
.delivery h2 small, .delivery p, .delivery h4, .delivery_about, .delivery_detail{font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;}

.delivery h2{font-size: 40px !important; margin-bottom: 10px; margin-left: 0px; margin-top: 50px;} 
.page.wc .delivery h2{font-size: 40px !important; margin-bottom: 10px; margin-left: 0px; margin-top: 50px;} 
.delivery h2 small{font-size: 12px; font-weight: 100; margin-left: 10px;}
.delivery h4 {margin: 40px 0 10px 0;}
.delivery h4 small{font-size: 11px; letter-spacing: 0; font-weight: 100;}
.delivery p, .delivery_about p{font-size: 12px; margin: 0; line-height: 170%;}

.delivery_check ul{list-style: circle; margin-left: 20px;}
.delivery_check ul li{margin: 10px; font-size: 11px;}
.delivery_check img{margin-left: 27px;}

.delivery_cleans_sub{padding: 0 20px 20px 10px; 
/*
	border: 1px dotted #000; width: 320px; 
	margin: 40px 20px 0 20px;
	-moz-border-radius:10px;
	border-radius:10px;
*/
}
.delivery .delivery_cleans_sub h4{ margin: 20px 0 0 0;; padding: 0;}
.delivery_cleans_sub p{font-size: 11px; letter-spacing: 0; line-height: 140%;}

.cleans_type_set{display: block; overflow: hidden; clear: both; margin: 20px 0; width: 100%;}
.cleans_type_info, .cleans_type_image {display: block; overflow: hidden; float: left;}
.cleans_type_info {width: 100%;}
.cleans_type_image img{width: 200px; height: auto; margin-top: 30px;}

table.delivery_table tr td{padding: 10px;}
table.delivery_table tr td.price{text-align: right;}

/*予約フォーム*/
.delivery .form_area{margin-top: 45px; background: none;}
.delivery .wpcf7 input[type="text"],
.delivery .wpcf7 input[type="email"],
.delivery .wpcf7 input[type="tel"],
.delivery .wpcf7-select,
.delivery .wpcf7-submit,
.delivery .wpcf7-textarea,
.delivery .wpcf7-date
{background-color: #ebebeb}
.delivery .wpcf7-date{text-indent: 5px; }
ul.aoyama_detail{list-style: circle; margin-left: 20px;}
ul.aoyama_detail li{margin: 10px 0; font-size: 10px;}

.delivery .date_picker .wpcf7-select {width: 50px !important;}

/* Birchpress*/
.birchschedule{background:#e8e8e8; padding: 5px 5px 5px 10px !important; margin: 10px 0 20px 0;
	font-family: "Oswald", sans-serif !important;
	display: block; overflow: hidden;}

.birch .birchschedule{margin-top: 60px;}

.birs_form_field.birs_appointment_staff { display: none; }
#birs_appointment_form h2.birs_section{display:none;}
#birs_appointment_form .button{width:100%; background: #fff; color: #000;
	-moz-border-radius:5px;
	border-radius:5px;
	margin: 20px auto;
}
/* .birs_form_field{font-size: 12px;} */
.birch_logout{text-align: center; display: block; float: none; margin: 0 auto; line-height: 100%;}

#birs_appointment_form .ui-datepicker {
    width: auto;
    border: none !important;
    border-radius: 0px;
    background: #fff;
}
#birs_appointment_form .birs_form_field > label {
    clear: both;
    display: inline-block;
    font-weight: 100 !important;
    line-height: 150%;
    margin: 0;
    padding: 0 0 3px 2px;
    font-size: 11px;
}
div#birs_appointment_timeoptions {
    border-width: 0px;
    border-style: none !important;
    border-color: none !important;
    padding: 0.3em 0;
    min-height: 5em;
    border-left-width: 0;
    border-right-width: 0;
    background: #fff;
    -moz-border-radius:5px;
	border-radius:5px;
	text-align: center;
}
div#birs_appointment_timeoptions span {
    margin: 5px auto;
}
div#birs_appointment_timeoptions span a {
    text-align: center !important;

}
/*
select
{border: none !important;
-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.2);
-moz-box-shadow:0px 0px 0px rgba(0,0,0,0.2);
box-shadow:0px 0px 0px rgba(0,0,0,0.2);
font-size: 11px;
}
*/

.birs_appointment_datepicker{font-family: 'Open Sans', sans-serif !important; font-weight: 100; text-transform: uppercase !important; }
.birs_appointment_location{border: none !important; }

#birs_appointment_form .birs_field_content{font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif; }
#birs_appointment_form .birs_form_field select{border: none !important; }
#birs_appointment_form .amount {color: #000; float: right; display: block; overflow: hidden; padding: 10px; margin-right: 15px;}



/* 商品ページ */
.birs_appointment_location label, .birs_appointment_date label, .birs_appointment_time label, .birs_appointment_service label{display: none !important}

/* woocommerce ---------------------------------*/
/* 商品一覧ページ */
/*
.woocommerce-result-count{display: none;}
.woocommerce-ordering{display: none;}

.products .price{display: none !important;}
*/

h1.page-title{display: none;}
.wc-archive{margin-top: 40px;}
ul.product_all{list-style: none; margin-left: 20px; margin-top: 20px;}
ul.product_all li a{display: block; overflow: hidden; width: 310px; height: 30px; float: none; margin: 10px 0; text-indent:-9999px;}
li.go_aoyama a{background: url(images/woocommerce/aoyama.png) no-repeat 0 0;}
li.go_hiroo a{background: url(images/woocommerce/hiroo.png) no-repeat 0 0;}
li.go_delivery a{background: url(images/woocommerce/delivery.png) no-repeat 0 0;}
li.go_vigen a{background: url(images/woocommerce/vigen.png) no-repeat 0 0;}
li.go_aoyama a:hover{background: url(images/woocommerce/aoyama_hover.png) no-repeat 0 0;}
li.go_hiroo a:hover{background: url(images/woocommerce/hiroo_hover.png) no-repeat 0 0;}
li.go_delivery a:hover{background: url(images/woocommerce/delivery_hover.png) no-repeat 0 0;}
li.go_vigen a:hover{background: url(images/woocommerce/vigen_hover.png) no-repeat 0 0;}

li.sale_aoyama a{background: url(images/woocommerce/sale_aoyama.png) no-repeat 0 0; background-size: contain}
li.sale_hiroo a{background: url(images/woocommerce/sale_hiroo.png) no-repeat 0 0; background-size: contain}
li.sale_delivery a{background: url(images/woocommerce/sale_delivery.png) no-repeat 0 0; background-size: contain}
li.sale_aoyama a:hover{background: url(images/woocommerce/sale_aoyama_hover.png) no-repeat 0 0;}
li.sale_hiroo a:hover{background: url(images/woocommerce/sale_hiroo_hover.png) no-repeat 0 0;}
li.sale_delivery a:hover{background: url(images/woocommerce/sale_delivery_hover.png) no-repeat 0 0;}

a.to_product_page{color: #fff; background: #444; padding: 4px; font-weight: 100; margin: 0 2px; font-size: 10px;
	font-family: 'Open Sans', sans-serif;
	-moz-border-radius:4px;
	border-radius:4px;
}
a.to_product_page:hover{background: #5cc7d0; color: #fff;}

#stay_scroll{display: block; overflow: hidden; width: 340px;}
.fixed {
  position: fixed;
  top: 20px;
  }

/* 商品ページ */
h1.product_title{border-bottom: none; margin-top: 20px !important;}
.entry-summary p.price{display: none;}
.entry-summary p{font-size: 14px; font-weight: 600; line-height: 170%; letter-spacing: 0.5px;}

.posted_in{display: none;}
.price .amount{color: #000;}
.product-addon {/* background:#e8e8e8;  */padding: 10px; margin: 0}
.product-addon h3.addon-name{ margin: 0; margin: 0 0 10px 5px;}
.addon-description p{font-size: 10px; font-style: normal !important; margin-left: 5px !important;}
.product-addon p{ margin: 0;}
#product-addons-total{/* background:#e8e8e8; */
	font-family: "Oswald", sans-serif !important; 
	float: none; width: 100%; margin: 0 0 0 15px;
	text-transform: uppercase; 
	}

.product_caution{margin-top: 0px; display: block;  width: 450px;}
.page .product_caution h3 {font-size: 15px;}
.product_caution h4 {margin-left: 10px;}

.product_caution ul {list-style:circle !important;}
.product_caution ul li{padding: 10px 0px; font-size: 11px; margin-left: 10px;}
.product_caution img{margin-left: 10px}
img.delivery_map{margin-left: 20px;}

.vc_text_main{font-size: 12px;}

.product_single{display: block; overflow: hidden;}
.page .product_single h2{font-family: "skyhigh" !important; font-size: 37px !important;}

table.product_single_table tr td{font-size: 12px !important; padding: 5px 10px 5px 0}
table.product_single_table tr td.product_single_table_title{width: auto;}
table.product_single_table tr td small{font-size: 9px; letter-spacing: 0;}
.product_single_set{display: block; width: 100%; margin: 30px 0;}
.product_single_type_info{}
.product_single_type_info h4{font-size: 14px; margin: 0 0 5px 0; }
.product_single_type_info p{font-size: 10px;}
.product_single_image p{font-size: 10px; margin-top: 5px;}
.product_single_image img{width: 200px; height: auto; margin-top: 10px;}

a.to_product{color: #fff; background: #444; padding: 2px 4px; font-weight: 100; margin: 0 1px; font-size: 9px;
	font-family: 'Open Sans', sans-serif;
	-moz-border-radius:4px;
	border-radius:4px;
}
a.to_product:hover{background: #5cc7d0; color: #fff;}

.woocommerce-tabs{display: none;}

/* オンラインオーダー */
.bx_shop img{width: 100%; height: auto;}
.shop_top{display: block; overflow: hidden; width: 100%}
.shop_btn_area{display: block; width: 100%; margin: 20px 0}
li.shop_btn_set{
	display: block; overflow: hidden; float: left;
	width: calc(25% - 20px); height: auto; margin: 10px;
	padding: 0px;
	overflow: hidden;
	box-sizing: border-box;
	background: #D0D0D0;
	
}
li.shop_btn_set a{color: #1e8ecf;}

/*
li.shop_btn_set:first-child{margin-left: 0px}
li.shop_btn_set:nth-child(4n){margin-right: 0px}
*/
li.shop_btn_set p{font-size: 10px; margin-bottom: 5px;}
.shop_btn_img{display: block; overflow: hidden; position: relative}
.shop_btn_img img{width: 100%; height: auto; }
.shop_btn_text{display: block; overflow: hidden; padding: 10px; height: 170px; }
.shop_btn_text.detox{height: 170px; }
.shop_btn_set h4{font-family: "oswald"; font-size: 14px; margin: 0 0 10px 0}
.shop_btn_set table tr{margin: 10px 0;}
.shop_btn_set table tr td{font-size: 10px; vertical-align: top; padding: 5px 0;}
.shop_btn_set table tr td.detail_title{font-family: "oswald"; padding-left: 0px; font-size: 10px; padding: 5px 5px 5px 0; text-transform: uppercase}
.shop_btn_text ul{list-style: none;}
.shop_btn_text ul li{margin-bottom: 5px;}
.shop_btn_text ul.product_summery h3{font-size: 10px; font-weight: 100;}
.shop_btn_text ul.product_summery h3 small{font-size: 8px; font-weight: 100; display: none;　}
.shop_btn_select{
	display: block; overflow: hidden; 
	width: calc(100% -20px); padding: 5px 0; margin: 10px;
	text-align: center; font-size: 11px; font-weight: 600;
	color: #fff; background: #A1A2A3}

.shop_btn_select:hover{color: #fff; background: #000}
.vc_h4{border-top: 1px #000 dotted; margin-top: 5px; padding-top: 5px; text-transform: uppercase;}
.vc_h4 small{font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif; font-size: 9px;}

.shop_caution{display: block; overflow: hidden; float:left; width: 760px}
.shop_caution ul{ list-style:disc}
.shop_caution ul li{font-size: 10px; margin: 5px 0; margin-left: 15px;}
.shop_map{display: block; overflow: hidden; float:left;width: 190px; margin-left: 10px; margin-top: 70px;}
.shop_map img{width: 100%; height: auto}

.map_btn{display: block; overflow: hidden; width: 40px; height: 40px; 
	position: absolute; top: 10px; right: 10px; z-index: 9000;
}
.map_btn img{width: 100%; height: 100%}

/* カートページ */
.woocommerce-message{background: none !important; border: none !important;}
.variation-PickuporDelivery, .variation-Provider{display: none !important; }
.woocommerce .shop_table.cart th, .variation-{font-weight: 100 !important; font-size: 14px !important;}
/* img.delivery_map{text-align: left;} */

/* チェックアウトページ */
.woocommerce{margin-top: 40px !important;}
.woocommerce h3{font-size: 12px; margin-bottom: 40px;}
.woocommerce .form-row{font-size: 11px;}
.woocommerce .col-1, .woocommerce .col-2{background:#e8e8e8; padding: 5px 5px 5px 10px !important; margin: 10px 0 20px 0;}
.woocommerce input, .woocommerce textarea{border: none !important; padding: 5px;}
.woocommerce textarea{min-height: 100px !important;}
#shipping_postcode_field .required{display: inline !important; z-index: 9000 !important;}
	
/* #billing_country_field{display: none !important;} */

/*
#billing_last_name_field{margin: 0; float: left; clear: none; }
#billing_first_name_field{margin: 0; float: right;}
*/


/* チェックアウトページ2 注文詳細 */
#billing_country_field, #shipping_country_field{display: none;}
ul.order_details{margin-top: 20px !important;}
ul.order_details strong {font-size: 13px !important; font-weight: 100 !important;}
.order_details .birchschedule{font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif !important;; background: none !important;}
.order_details .birchschedule dt, .order_details .birchschedule dd{font-weight: 100 !important; font-size: 13px;}
.order_details .product-quantity{display: none !important;}
td.product-name a{display: none;}	
dl.birchschedule dt:first-child, dl.birchschedule dd:first-child{display: none;}

.woocommerce  h2{margin: 40px 0 10px 0 !important; font-weight: 600 !important; font-size: 17px !important;}
.woocommerce .shop_table th{font-size: 14px !important; font-weight: 600 !important;}
.woocommerce .shop_table td{font-size: 14px !important;}
.woocommerce .shop_table tfoot td{font-weight: 600 !important;}

.woocommerce .addresses .col-1, .woocommerce .addresses .col-2 {background: none; }
.woocommerce .addresses .col-1 header.title, .woocommerce .addresses .col-2 header.title {padding: 0 !important; height: auto;}
.woocommerce .addresses .col-1 address, .woocommerce .addresses .col-2 address{font-style: normal !important; line-height: 140%; font-size: 13px;}

	form.cart .button{float: right !important; margin-top: 40px;}
	form.cart .button:hover{background-color: #000 !important;}
	
	.no-delivery p{color: #ff0000; font-size:1.3em; font-weight: 700;}
	.no-delivery p small{font-size: 0,6em}
	
	/**
	 * Buttons
	 */
	
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button,
	.woocommerce #respond input#submit {
		font-size: 12px !important;
		margin: 0;
		line-height: 1;
		cursor: pointer;
		position: relative;
		font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
		padding: .618em 1em;
		font-weight: 400;
		border-radius: 3px;
		left: auto;
		color: #fff !important;
		background-color: #555 !important;

		&.loading {
			opacity: 0.25;
			padding-right: 2.618em;

			&:after {
				font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
				content: "\e01c";
				vertical-align: top;
				font-weight: 400;
				position: absolute;
				top: .618em;
				right: 1em;
				-webkit-animation: spin 2s linear infinite;
			    -moz-animation: spin 2s linear infinite;
			    animation: spin 2s linear infinite;
			}
		}

		&.added {
			&:after {
				font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
				content: "\e017";
				margin-left: .53em;
				vertical-align: bottom;
			}
		}

		&:hover {
			background-color: #666  !important;
			color: #fff !important;
		}

		&.alt {
			background-color: #666 !important;
			color: #fff !important;

			&:hover {
				background-color:  #666 !important;
				color: #fff !important;
			}

			&.disabled,
			&:disabled,
			&:disabled[disabled],
			&.disabled:hover,
			&:disabled:hover,
			&:disabled[disabled]:hover {
				background-color: #666  !important;
				color: #fff !important;
			}
		}

		&:disabled,
		&.disabled,
		&:disabled[disabled] {
			color: inherit;
			cursor: not-allowed;
			opacity: 0.5;

			&:hover {
				color: inherit;
				background-color: #666  !important;
			}
		}
	}

	.cart .button,
	.cart input.button {
		float: none;
	}

	a.added_to_cart {
		padding-top: .5em;
		white-space: nowrap;
		display: inline-block;
	}

	input-text.qty.text{font-size: 12px;}

/* CONTACT 固定ページ用 ====================================================== */

.form_area{background: #c2c2c2; padding: 20px; margin-top: 40px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;}
.wpcf7{display: block; margin: 0 auto; width: 100%;}

.page .form_area p{
	font-size: 12px;
	line-height: 150%; padding: 5px 0;
	}
.page .form_area p small{font-size: 10px;}

p.form_accept{text-align: center; display: block; overflow: hidden; float: none; margin: 10px auto;}

.wpcf7{text-align: left;}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7-select,
.wpcf7-submit,
.wpcf7-textarea,
.wpcf7-date
{
    background-color: #fff;
    color: #666;
    width: 100%;
    border: none;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
.wpcf7-date{margin-bottom: 5px; margin-top: 0;
	height: 20px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.wpcf7-submit{
	-moz-border-radius:5px;
	border-radius:5px;
}

.wpcf7-checkbox, .wpcf7-submit, .wpcf7 input[type="submit"]{text-align: center; margin: 0 auto;}
.wpcf7-checkbox{margin-top: 10px;}

.contact-page .form_area a{text-decoration: underline}
.contact-page .form_area a:hover{color}

/*　メディア掲載情報 固定ページ用 ====================================================== */
/*
.media_set{display: inline-block;　padding: 20px;
	width: 220px; height: 260px; text-align: center; 
}
.media_image{
	display: block; overflow: hidden; float: none; margin: 0 auto;
	height: 180px; width: 180px;
	-moz-border-radius:100px;
	border-radius:100px;
	margin-bottom: 5px;
}
.media_image img{width: 100%; height: auto ; margin: 0;}
*/


/*　ISOTOPE        ====================================================== */
.filters{margin-top: 40px;}

/* ui group */
.ui-group {display: inline-block; float: none; width: 100%; clear: both;
	margin-left: 10px;
}

.page .ui-group h3 {font-family: 'Open Sans', sans-serif; 
	font-size: 11px; margin-left: 3px; margin-top: 7px;
	text-transform: uppercase;
	font-weight: 400;
	display: block; float: left; clear: none;
}

.page .menu .ui-group h3{float: none; clear: both; letter-spacing: 0; font-size: 10px;}



.ui-group .button-group {
  display: inline-block;
  margin-right: 20px;
}

/* ---- button ---- */
.button {
  display: inline-block;
  padding: 5px;
  color: #777; font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  cursor: pointer;
  background: none; border: none;
}

.button:hover, .button.is-checked, .button:active  {color: #5cc7d0}

.menu .button {font-size: 15px; }

/* ---- button-group ---- */
.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

/* ---- items ---- */
/* clear fix */
.grid:after {content: ''; display: block; clear: both;}

/* ---- items ---- */
.item{}

/*　MEDIA 固定ページ用 ====================================================== */


.press_set{display: inline-block; overflow: hidden;
	width: 146px; height: 260px; margin: 7px ; 
	
}
.press_thumb{text-align: center;}
.press_thumb img{margin:3px;
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.2);
	box-shadow:0px 0px 3px rgba(0,0,0,0.2);
}
.press_info{font-size: 9px; letter-spacing: 0; font-family: 'Abel', sans-serif; margin-left: 0px; }
.press_info strong{font-size: 10px; font-weight: 400; font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif; }
.press_info table td{vertical-align: top; line-height: 100%; text-transform: uppercase}


/* 会社概要　固定ページ用 ====================================================== */
.company h2{
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif; 
	font-size: 14px; margin: 40px 0 40px 10px;}
table.about_company tr{margin: 10px 0;}
table.about_company tr td{
	font-size: 11px; 
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
	padding: 10px;
	vertical-align: top;
}
table.about_company table.teble_in tr td{padding: 0px 0 10px 0;}

/* privacy policy　固定ページ用 ====================================================== */
.privacy .w960 .w600 {padding-left: 30px}
.privacy h2, .privacy h4, .privacy p{font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;} 
.privacy h2{font-size: 16px; margin: 50px 0 10px 0; text-transform: uppercase;}
.privacy h4{font-size: 14px; margin: 0; font-weight: 600; margin: 40px 0 10px 0;}
.privacy p{font-size: 11px; margin: 0;}
.privacy ul{list-style: circle; margin-top: 10px; padding-left: 20px}
.privacy ul li{font-size: 11px; padding: 5px 0; text-indent: 0px;}

/* Archive 　--------------------------------------------------------------- */

.grid_blog{
	display: block; 
	clear: both; 
	margin: 20px 0 100px 0;
	width: 100%;
	float: none;
}
.pagenation{
	display: block;
	clear: both;
	width: 100%;
	clear: both;
}
.acv_box{
	display: block;
	width: 25%;
	height: auto;
	padding: 25px 10px;
	box-sizing: border-box;
	float: left
}
.acv_box_content{ display: block; width: 100%;}
.acv_box img{width: 100%; height: auto; margin: 0 !important;}
.acv_box h2{
	font-size: 0.7em; 
	font-weight: 500; 
	padding: 5px 0px;
	margin-top: 0px;
	height: 20px;
}
.acv_box_img {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.acv_box_img:before {
    content:"";
    display: block;
    padding-top: 75%; /* 高さを幅の75%に固定 */
}
.acv_box_img_content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.navigation{display: block; width: 100%; margin-top: 70px; text-align: center;}
.navigation a{
	display: inline-block;
	float: none;
	width: 20px; height: 20px;
	box-sizing: border-box;
	text-align: center; padding-top: 5px;
	font-weight: 600;
	font-size: 10px;
	margin: 10px auto;
}



/* post page　--------------------------------------------------------------- */


.post_col{display: block; overflow: hidden; width: 330px;float: left;margin: 0px 10px;}

.each_article_post{
	display: block; overflow: hidden; width: 300px; 
	padding: 10px 10px; margin: 30px 5px;
	-webkit-box-shadow:0px 0px 7px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 7px rgba(0,0,0,0.1);
	box-shadow:0px 0px 7px rgba(0,0,0,0.1);
	background-color: rgba(255,255,255,0.3);
	-moz-border-radius:5px;
	border-radius:5px;
	font-size: 1.3em;
}

.archive_cat{font-size: 0.5em;}
.each_article_post .archive_title{margin-bottom: 10px; font-size: 0.8em; line-height: 150%;}
.each_article_post .archive_title a{color:#000;}
.each_article_post img{width: 300px; height: auto; margin: 10px 0;}
.each_article_post　iframe{width: 300px; max-width: 100%;　height: auto; margin: 10px 0;}
.each_article_post .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.each_article_post .video-container iframe,  
.each_article_post .video-container object,  
.each_article_post .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 225px;
}
.each_article_post .entry-meta{margin: 10px 0 0px 0; text-align: left; padding: 0; float: left; width: 100%; font-size: 0.6em;}

.afg-table{display: block; position: relative; float: left; clear: none;}

#sidr, #mobile_menu{display: none; font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; }
#mobile_logo, .mobile_logo_top{display: none}




@media screen and (max-width: 960px) {
	
	#header { height: 60px; }
	#mobile_logo{display: block; overflow: hidden; float: left; height: 50px; margin-top: 10px; margin-left: 10px;}
	.mobile_logo_top{display: block; overflow: hidden; float: none; margin: 10px auto;width: 200px; height: 246px;}
	
	.menu_logo a{display: block; overflow: hidden; float: left;
	margin: 0;
	width: 166px; height: 60px;
	text-indent: -9999px;
	background: url(images/header/skyhigh_logo_mobile.png) 0 0 no-repeat;
	cursor: pointer;
	}
	.menu_logo a:hover{background: url(images/header/skyhigh_logo_mobile_over.png) 0 0 no-repeat;}
	.header_text{display: none; width: 0; height: 0;}
	.sb-toggle-right{
		position: fixed; top:0px; right: -10px;
		display: block; float: right; padding-right: 10px; cursor: pointer; z-index: 9000; 
		width: 65px; height: 65px; 
		}
	.sb-toggle-right img{width: 100%; height: auto;}
	.sb-right ul{margin-left: 0px; margin-top: 0px;list-style: none; z-index: 9999; }
	.sb-right ul li a{
		color: #fff; text-align: left; float: left; clear: both; 
		display: block; width: 100%;
		font-family: "Oswald", sans-serif; text-transform: uppercase;
		font-size: 20px; font-weight: 200;
		padding: 10px;; margin-top: 0px
	}
	.sb-right ul li a:hover{background: #ffffff; color: #000}
	.sb-right ul li li a{ padding: 2px; 
		font-size: 16px; line-height: 150%; 
		text-indent: 5px;
		text-transform: lowercase; 
	}
	.sb-right ul li ul.sub-menu li a{margin-left: 20px; text-transform: uppercase !important;}
	
	#menu_area{display: none; width: 0; height: 0;}
	#menu_box{display: none; width: 0; height: 0;}
	
	#content{width: 100%; margin: 0 auto;}

	.cat-title{display: none;}
	.entry_box{width: 90%; padding: 10px 5%; margin: 20px 0;}
	.entry_box img{width: 90%; height: auto;}
	
	.w960{width: 100%; margin: 0; padding: 0;}
	
	.slide{width: 100%; height: auto; }
	.slide img{width: 100%; height: auto; 
	}
	
	.box_8x2.no1_5{width: 100%;}
	.box_4x2.no1{width: 50%; height: 400px; }
 	.box_2x1.no2{width: 25%; height: 200px !important; } 
 		.no960{display: none; width: 0; height: 0;}
 	.box_2x1.no3{width: 25%; height: 200px; }
 	.box_2x1.no4{width: 25%; height: 200px; }
 	.box_2x1.no5{width: 25%; height: 200px; }
 	
 	.box_4x2.no6_9{width: 50% ; height: 400px ; }
 	.box_2x2.no16{width: 50%; height: 400px; }
 	.box_2x2.no16 .box_text .staff_title{}
 	.box_2x2.no16 .box_text p{ }
 	.box_2x2.no16 .box_text .staff_title{margin-top: 45px;}
 	.box_2x2.no6{width: 50%; height: 400px; } 
 
 	.box_4x2.no10{width: 50%; height: 400px; }
 	
 	.box_2x2.no15 img, .box_2x2.no16 img{width: 100%; height: auto; }
 	
 	.box_2x2.no13{width: 25%; height: 400px; }
 	
 	.box_2x2.no11_12{width: 25%; height: 400px;}
 	.box_2x1.no11{width: 100%; height: 200px; }
 	.box_2x1.no12{width: 100%; height: 200px; } .box_2x1.no12 img{height: 200px; width: auto;}
 	
 	.box_2x2.no15{width: 25%; height: 400px; } .box_2x2.no15 img{height: 400px; width: auto;}
 	
 	.box_2x1.no7{width: 25%; height: 200px; } 
 	.box_1x1.no8{width: 12.5%; height: 200px; } .box_1x1.no8 ul li img{height: 200px; width: auto;}
 	.box_1x1.no9{width: 12.5%; height: 200px; }
 	
/*  	.box_2x1.no14{width: 25%; height: 200px; } */
 	
 	
 	

 	.box_1x1 img, .box_2x1 img, .box_2x2 img, .box_2x4 img, .box_4x2 img, .box_4x4 img, .home_instagram{height: 100%; width: auto; }
 	.home_instagram img{width: 100%; height: auto;}
 	.image-wrap img {
        width: 100%;
        -webkit-transition: margin-top .5s ease-out;  /* Saf3.2+, Chrome */
        -moz-transition: margin-top .5s ease-out;  /* FF4+ */
        -ms-transition: margin-top .5s ease-out;  /* IE10? */
        -o-transition: margin-top .5s ease-out;  /* Opera 10.5+ */
        transition: margin-top .5s ease-out;
    }
    
    /* 	menu page */
 	.menu .w360{width: 35%; margin: 0 1%; padding: 0;}
 	.menu .w240{width: 24%; margin: 0 1%; padding: 0;}
 	
 	/* 	cleans page */
 	.cleans .w720, .cleans .w600 {width: 55%; margin: 0 2.5%; padding: 0; }
 	.cleans .w240, .cleans .w360 {width: 35%; margin: 0 2.5%; padding: 0;}
 	.cleans .superfood .w720{width: 95%; margin: 0 2.5%; padding: 0;} 
 	.cleans_set {width: 100%; margin: 0; padding: 0;}
 	
 	.cleans .cleans_speed .w600 {width: 95%; margin: 0 2.5%; padding: 0;}
 	.cleans .cleans_speed .w360 {display: none;}
 	
 	
 	/* 	about page */
 	.shop_area, .shop_area .box_4x2{width: 100%; height: auto;}
 	.shop_area .box_4x2 img{width: 100%; height: auto;}
	.map_area {width: 100%;}
	h2.mobile_title{display: inline; text-align: center; font-family: "Oswald", sans-serif; text-transform: uppercase; padding-left: 10px;}
	
	.shop_area img{
	-webkit-filter: none; /* Webkit */
	filter: none; /* IE6-9 */
	filter: none; /* W3C */
	}
	.shop_area :hover img{
	-webkit-filter: none; /* Webkit */
	filter: none; /* IE6-9 */
	filter: none; /* W3C */
	opacity: 1;
	-ms-filter: none;
	}
	.about_info{padding-right: 20px;}
	.story_area{width: 90%; padding: 0 5%; text-align: left !important;}
	.story_area p{text-align: left !important;}
	.point_set{width: 100%; padding: 0 ; margin: 20px 0; height: auto;}

	/*  delivery page */
	.delivery{min-height: 1000px;}
	.delivery .w600{width: 55%; margin: 0 2.5%; padding: 0;}
	.delivery .w360{width: 35%; margin: 0 2.5%; padding: 0;}
	.delivery .slide{width: 100%; height: auto; }
	
	.media .grid2 .w960{text-align: center; width: 100%;}
	.grid2, .filters{width: 800px; float: none; margin: 0 auto;}
	.press_set{margin: 7px}
	
	#sidebar {width: 25%; margin: 0 2.5%; padding: 0; margin-top: 10px;}
	#main {width: 65%; margin: 0 2.5%; padding: 0}
	
	.delivery2 h2 small{display: block; margin-left: 0; margin-top: 0px;}
	#stay_scroll{width: 100%;}
	ul.product_all{width: 100%; padding-right: 0px;}
	ul.product_all li a{width: 90%; height:70px; background-size: contain;}
	li.go_aoyama a{background: url(images/woocommerce/aoyama2.png) no-repeat 0 0; }
	li.go_hiroo a{background: url(images/woocommerce/hiroo2.png) no-repeat 0 0;}
	li.go_delivery a{background: url(images/woocommerce/delivery2.png) no-repeat 0 0;}
	li.go_vigen a{background: url(images/woocommerce/vigen2.png) no-repeat 0 0;}
	li.go_aoyama a:hover{background: url(images/woocommerce/aoyama_hover2.png) no-repeat 0 0; background-size: contain}
	li.go_hiroo a:hover{background: url(images/woocommerce/hiroo_hover2.png) no-repeat 0 0; background-size: contain}
	li.go_delivery a:hover{background: url(images/woocommerce/delivery_hover2.png) no-repeat 0 0; background-size: contain}
	li.go_vigen a:hover{background: url(images/woocommerce/vigen2_hover.png) no-repeat 0 0; background-size: contain}
	
	li.sale_aoyama a{background: url(images/woocommerce/sale_aoyama2.png) no-repeat 0 0; }
	li.sale_hiroo a{background: url(images/woocommerce/sale_hiroo2.png) no-repeat 0 0;}
	li.sale_delivery a{background: url(images/woocommerce/sale_delivery2.png) no-repeat 0 0;}
	li.sale_aoyama a:hover{background: url(images/woocommerce/sale_aoyama_hover2.png) no-repeat 0 0; background-size: contain}
	li.sale_hiroo a:hover{background: url(images/woocommerce/sale_hiroo_hover2.png) no-repeat 0 0; background-size: contain}
	li.sale_delivery a:hover{background: url(images/woocommerce/sale_delivery_hover2.png) no-repeat 0 0; background-size: contain}
	
li.shop_btn_set{width: 46.25%; height: auto; margin: 10px 0;}
li.shop_btn_set:first-child, li.shop_btn_set:nth-child(3n){margin: 10px 2.5%}

.shop_top{width: 95%; margin: 0 2.5%}
.shop_btn_img{width: 100%; height: auto;}
.shop_btn_text{height: 190px; }
.shop_btn_select{width:  95%; padding: 5px 0; margin: 10px 2.5%;}

.shop_caution{width: 65%; margin: 20px 2.5%}
.shop_map{width: 25%; margin: 90px 2.5% 0 2.5%}

.map_btn{width: 50px; height: 50px; }

	
}

@media screen and (max-width: 820px) {
	.slide{width: 100%; height: auto; }
	
	.box_8x2.no1_5{width: 100%; height: 600px;}
	.box_4x2.no1{width: 50%; height: 300px; } .box_4x2.no1 img{height: 100%; width: auto;}
 	.box_2x1.no2{width: 25%; height: 300px !important; }
 	.box_2x1.no3{width: 25%; height: 300px; } .box_2x1.no3 img{width: auto !important; height: 300px  } 
 	.box_2x1.no4{width: 50%; height: 300px; } .box_2x1.no4 img{width: auto !important; height: 300px } 
 	.box_2x1.no5{width: 50%; height: 300px; }
 	
 	.box_4x2.no6_9{width: 50% ; height: 300px ; }
 	.box_2x2.no16{width: 50%; height: 300px; }
 	.box_2x2.no16 .box_text .staff_title{}
 	.box_2x2.no16 .box_text p{ }
 	.box_2x2.no16 .box_text .staff_title{margin-top: 45px;}
 	.box_2x2.no6{width: 50%; height: 300px; } 
 
 	.box_4x2.no10{width: 50%; height: 300px; }
 	
 	.box_2x2.no15 img, .box_2x2.no16 img{width: 100%; height: auto; }
 	
 	.box_2x2.no13{width: 25%; height: 300px; }
 	
 	.box_2x2.no11_12{width: 25%; height: 300px;}
 	.box_2x1.no11{width: 100%; height: 150px; } ul.follow_sns{margin-bottom: 0;}
 	.box_2x1.no12{width: 100%; height: 150px; } .box_2x1.no12 img{height: 150px; width: auto;}
 	
 	.box_2x2.no15{width: 25%; height: 300px; } .box_2x2.no15 img{height: 300px; width: auto;}
 	
 	.box_2x1.no7{width: 25%; height: 150px; } 
 	.box_1x1.no8{width: 12.5%; height: 150px; } .box_1x1.no8 ul li img{height: 150px; width: auto;}
 	.box_1x1.no9{width: 12.5%; height: 150px; }
 	
 	
	
}
@media screen and (max-width: 800px) {
	.grid2, .filters{width: 640px;}
	.product_caution{width: 95%; margin: 0 auto;}
	.entry-summary{}
}
@media screen and (max-width: 640px) {
	.grid2, .filters{width: 460px;}
	/* 	menu page */
 	.menu .w360, .menu .w240{width: 90%; padding: 0 5%;}
 	.no_mobile{display: none;}
 	.only_mobile{display: block}
 	
 	
}
@media screen and (max-width: 500px) {
	.box_8x2.no1_5{width: 100%; height: 400px;}
	.box_4x2.no1{width: 50%; height: 200px; } .box_4x2.no1 img{height: 100%; width: auto;}
 	.box_2x1.no2{width: 50%; height: 200px !important; }
 	.box_2x1.no3{display: none} 
 	.box_2x1.no4{width: 50%; height: 200px; } .box_2x1.no4 img{width: auto !important; height: 200px } 
 	.box_2x1.no5{width: 50%; height: 200px; }
 	
 	.box_4x2.no6_9{width: 100% ; height: 250px ; }
 	.box_2x2.no16{width: 50%; height: 250px; }
 	.box_2x2.no16 .box_text .staff_title{ font-size: 14px;}
 	.box_2x2.no16 .box_text p{ font-size: 10px; }
 	.box_2x2.no16 .box_text .staff_title{margin-top: 25px;}
 	.box_2x2.no6{width: 50%; height: 250px; }  .box_2x2.no6 img{width: 100% !important; height: auto !important}
 
 	.box_4x2.no10{width: 100%; height: 300px; }
 	
 	.box_2x2.no15 img, .box_2x2.no16 img{width: 100%; height: auto; }
 	
 	.box_2x2.no13{width: 50%; height: 300px; }
 	
 	.box_2x2.no11_12{width: 50%; height: 300px;}
 	.box_2x1.no11{width: 100%; height: 150px; } ul.follow_sns{margin-bottom: 0;}
 	.box_2x1.no12{width: 100%; height: 150px; } .box_2x1.no12 img{height: 150px; width: auto;}
 	
 	.box_2x2.no15{width: 50%; height: 300px; } .box_2x2.no15 img{height: 300px; width: auto;}
 	
 	.box_2x1.no7{width: 50%; height: 150px; } 
 	.box_1x1.no8{width: 25%; height: 150px; } .box_1x1.no8 ul li img{height: 150px; width: auto;}
 	.box_1x1.no9{width: 25%; height: 150px; }
 	
	.product_caution{width: 95%; margin: 100px auto 0 auto;}
	.delivery2 h2 small{ margin-top: 10px; margin-bottom: 20px;}
	ul.product_all li a{width: 90%; height:40px; background-size: contain;}
	ul.product_all li a:hover{background-size: contain;}
	li.go_aoyama a{background: url(images/woocommerce/aoyama.png) no-repeat 0 0; }
	li.go_hiroo a{background: url(images/woocommerce/hiroo.png) no-repeat 0 0;}
	li.go_delivery a{background: url(images/woocommerce/delivery.png) no-repeat 0 0;}
	li.go_vigen a{background: url(images/woocommerce/vigen.png) no-repeat 0 0;}
	li.go_aoyama a:hover{background: url(images/woocommerce/aoyama_hover.png) no-repeat 0 0;}
	li.go_hiroo a:hover{background: url(images/woocommerce/hiroo_hover.png) no-repeat 0 0;}
	li.go_delivery a:hover{background: url(images/woocommerce/delivery_hover.png) no-repeat 0 0;}
	li.go_vigen a:hover{background: url(images/woocommerce/vigen_hover.png) no-repeat 0 0;}
	
	li.sale_aoyama a{background: url(images/woocommerce/sale_aoyama.png) no-repeat 0 0; background-size: contain}
	li.sale_hiroo a{background: url(images/woocommerce/sale_hiroo.png) no-repeat 0 0; background-size: contain}
	li.sale_delivery a{background: url(images/woocommerce/sale_delivery.png) no-repeat 0 0; background-size: contain}
	li.sale_aoyama a:hover{background: url(images/woocommerce/sale_aoyama_hover.png) no-repeat 0 0;}
	li.sale_hiroo a:hover{background: url(images/woocommerce/sale_hiroo_hover.png) no-repeat 0 0;}
	li.sale_delivery a:hover{background: url(images/woocommerce/sale_delivery_hover.png) no-repeat 0 0;}
	
	.fixed {
  position: relative;
  top: none;
  }
	#sidebar{display: none; width: 0;height: 0;}
	#main {width: 100%; margin: 0 ; padding: 0}
	.mobile_br{display: block;}
	#header{text-align: center; width: 100%;}
	.menu_logo a{display: inline-block; margin: 0 auto;}
	
	.box_2x1.no3 img{height: 100% !important; width: auto; } 
	.box_2x1.no4 img{height: 100% !important; width: auto; } 
	.box_2x2.no6 img{height: 100% !important; width: auto;}
	.box_2x1.no12 img{height: 100% !important; width: auto; }
	.box_2x2.no13 img{height: 100% !important; width: auto; }
	.box_2x2.no15 img{height: 100% !important; width: auto; }
	
	.w720, .w480, .w360, .w240, .w600, .cleans .superfood .w720, 
	.cleans .w720, .cleans .w600, .cleans .w240, .cleans .w360, 
	.cleans .cleans_speed .w600,
	.delivery .w600, .delivery .w360 {
		width: 90%; padding: 0 2.5%;
	}
	
	#footer{text-align: center; margin: 20px 0 0 0;}
	#copyright, #footer_link {float: none; margin: 0; line-height: 150%; clear: both; width: 100%; text-align: center}

 	
 	/* about us */
 	.map_area{height: 300px; }
 	
 	/* cleans */
	.cleans h2, .delivery h2{text-align: center; margin-bottom: 20px; line-height: 120%; margin-top: 70px;}
	.cleans h2 small, .delivery h2 small {clear: both; display: block; font-weight: 400; line-height: 100%; }
	h4.check_list{margin-left: 0px;}
	
	/* 	Q&A */
	.qa_area{width: 90%; padding: 0 5%;}
	.qa_info_area{width: 90%; padding: 0 5%;}
	.qa_info_area img{width: 100%; height: auto;}
	
	/* 	media */
	
	.grid2, .filters{width: 320px;}

/*
	.press_set{width: 100% !important; height: 300px; padding: 0; margin: 0 2.5%; float: none;}

	.press_thumb{}
	.press_thumb img{
		width: 95%; height: auto;
		margin:0px;
		-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.2);
		-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.2);
		box-shadow:0px 0px 3px rgba(0,0,0,0.2);

	}
*/	
.shop_caution{width: 95%; margin: 20px 2.5%}
.shop_map{width: 95%; margin: 0 2.5%}

li.shop_btn_set{width: 95%; height: auto; margin: 20px 2.5%;}
.shop_btn_text{height: auto; }
}
@media print{

}