@charset "UTF-8";
/* CSS Document */

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
input {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
	vertical-align: bottom;
}
img {
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
ol, ul {
	overflow: hidden;
}
li {
	list-style-type: none;
}

/* common style */
html {
	font-size: 62.5%;
}
body {
	height: 100%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	background: #ffffff;
	font-synthesis: none;
}
@media screen and (max-width:480px) {
	body {
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 0.00em;
	}
}
 #wrap {
	position: relative;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.main-top {
		padding-top: 45px;
	}
}
.inner {
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}
@media screen and (min-width: 1025px) {
	.inner {
		margin-right: auto;
		margin-left: auto;
		width: 1024px;
		overflow: hidden;
	}
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
	.inner {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 480px) {
	.inner {
		padding-top: 25px;
		padding-right: 10px;
		padding-bottom: 25px;
		padding-left: 10px;
	}
}
.single img, .single iframe {
	max-width: 100%;
	height: auto;
}
.inner-block {
	overflow: hidden;
}
.inner-blockBOX {
	overflow: hidden;
	padding-left: 20%;
	padding-right: 20%;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	.inner-blockBOX {
	overflow: hidden;
	padding-left: 8%;
	padding-right: 8%;
	}
}
@media screen and (max-width: 480px) {
	.inner-blockBOX {
	overflow: hidden;
	padding-left: 3%;
	padding-right: 3%;
	}
}
.columns {
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
}
.columns div {
	font-size: 14px;
	font-size: 1.4rem;
}
@media screen and (max-width:480px) {
	.columns div {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
.two-column-child {
	display: inline-block;
	padding: 10px;
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
}
@media screen and (max-width: 480px) {
	.two-column-child {
		width: 100%;
	}
}
.three-column-child {
	display: inline-block;
	padding: 10px;
	width: 33.33333%;
	width : calc(100% / 3) ;
	box-sizing: border-box;
	vertical-align: top;
}
.four-column-child {
	display: inline-block;
	padding: 10px;
	width: 25%;
	box-sizing: border-box;
	vertical-align: top;
}
@media screen and (max-width: 480px) {
	.halved-column {
		width: 50%;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	.w100per {
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.w100per {
		width: 100%;
	}
}
.w40per {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 0;
}
.w60per {
	padding-top: 40px;
	padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.w40per {
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 0;
		width: 40%;
	}
	.w60per {
		padding-top: 20px;
		padding-right: 0;
		padding-bottom: 20px;
		padding-left: 0;
		width: 60%;
	}
}
.four-column-child h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
@media screen and (max-width: 480px) {
	.four-column-child h1 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.right-justified {
	float: right;
	width: 50%;
	box-sizing: border-box;
}
@media screen and (max-width: 480px) {
	.right-justified {
		float: none;
		width: 100%;
	}
}
.crop-image-block {
	position: relative;
	overflow: hidden;
	display: block;
    padding-top: 100%;
	width: 100%;
}
.crop-image-block img {
	position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.pt-none {
	padding-top: 0;
}
.pb-none {
	padding-bottom: 0;
}
.bt-thin {
	border-top: solid 1px #000;
}
.bt-thick {
	border-top: solid 4px #000;
}
@media screen and (max-width: 480px) {
	.bt-thick {
		border-top: solid 3px #000;
	}
}
.excerpt {
	font-size: 1.2rem;
	word-break: break-all;
}
.ta-left {
	text-align: left;
}
.fw-bold {
	font-weight: bolder;
}
.bg-grey {
	background: #e7e7e7;
}
@media screen and (max-width: 480px) {
	.display-toggle {
		display: none;
	}
}
.word-break {
	word-break: break-all;
}
.b-none {
	border: none !important;
}
img.mw100 {
	max-width: 100%;
}



/* header */
#header {
	padding-top: 20px;
	border-bottom: solid 1px #000;
	width: 100%;
}
@media screen and (max-width: 767px) {
	#header {
		position: absolute;
		top: 0;
		z-index: 100;
		padding-top: 0;
		height: 45px;
		background: rgba(255, 255, 255, 1.00);
	}
}
#header-inner {
	width: 100%;
}
@media screen and (min-width: 1025px) {
	#header-inner {
		margin-right: auto;
		margin-left: auto;
		width: 1024px;
		overflow: hidden;
	}
}
h1#header-logo {
	display: block;
	margin-right: auto;
	margin-bottom: 18px;
	margin-left: auto;
	width: 290px;
	height: 45px;
	font-size: 0;
	background: url( "https://66f882.claudeassets.com/20190117074643im_/http://myhoney-store.com/wp/wp-content/themes/myhoney/images/logo.png" );
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	text-align: center;
}
@media screen and (max-width: 767px) {
	h1#header-logo {
		margin-bottom: 0;
		width: 30%;
	}
}
@media screen and (max-width: 480px) {
	h1#header-logo {
		width: 45%;
	}
}
h1#header-logo a {
	display: block;
	width: 100%;
	height: 100%;
}
#header-menu {
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#header-menu {
		position: absolute;
		top: 0;
		left: -80%;
		overflow: auto;
		width: 80%;
		background: #000;
		font-size: 1.6rem;
		line-height: 2.8;
		text-align: left;
	}
	#header-menu a {
		color: #fff;
	}
}
#nav li {
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
}
@media screen and (max-width: 767px) {
	#nav li {
		display: block;
		border-bottom: solid 1px rgba(255,255,255,0.20);
	}
}
	

/* header - menu icon */
#menu-icon {
	display: none;
}
@media screen and (max-width: 767px) {
	#menu-icon {
		position: absolute;
		top: 16.5px;
		left: 10px;
		display: block;
		width: 12px;
		height: 12px;
		overflow: hidden;
		cursor: pointer;
		z-index: 150;
	}
}
#menu-icon img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

/* footer */
#footer {
	background: #000;
	color: #fff;
}
#footer a {
	color: #fff;
}
.footer-inner {
	padding-top: 80px;
}
.footer-logo img {
	max-width: 250px;
}
@media screen and (max-width: 767px) {
	.footer-logo img {
		margin-bottom: 0;
		width: 30%;
	}
}
@media screen and (max-width: 480px) {
	.footer-logo img {
		width: 45%;
	}
}
#footer-menu {
	clear: both;
	display: inline-block;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 10px;
	border-top: solid 1px #777;
	border-bottom: solid 1px #777;
	box-sizing: border-box;
	font-size: 1.2rem;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width: 480px) {
	#footer-menu {
		margin-top: 25px;
		margin-bottom: 25px;
		font-size: 1.2rem;
	}
}
#footer-menu li {
	display: inline-block;
	padding-right: 20px;
	padding-left: 20px;
}
@media screen and (max-width: 480px) {
	#footer-menu li {
		padding-right: 10px;
		padding-left: 10px;
	}
}
.copyright {
	font-size: 1.2rem;
	word-break: break-all;
}

/* unique style */
.category-title {
	display: inline-block;
	margin-bottom: 40px;
	padding-right: 1px;
	padding-left: 1px;
	border-bottom: solid 0px #000;
	box-sizing: border-box;
	font-size: 1.8rem;
	line-height: 1;
}
@media screen and (max-width: 480px) {
	.category-title {
		margin-bottom: 16px;
		font-size: 1.6rem;
	}
}
.post-title {
	font-size: 2.2rem;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.post-title {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 480px) {
	.post-title {
		font-size: 1.4rem;
	}
}
.post-title-large {
	padding-bottom: 40px;
	font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
	.post-title-large {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 480px) {
	.post-title-large {
		padding-bottom: 20px;
		font-size: 2.0rem;
	}
}
.post-time {
	margin-bottom: 15px;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #7f7f7f;
}
.post-thumb {
	padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
	.post-thumb {
		padding-bottom: 20px;
	}
}
.post-archives {
	padding-top:  60px;
}
@media screen and (max-width: 480px) {
	.post-archives {
		padding-top:  20px;
	}
}
.post-archives ul {
	overflow: hidden;
	font-size: 0;
	text-align: left;
}
.post-archives ul li {
	display: inline-block;
	padding: 10px;
	width: 10%;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.post-archives ul li {
		width: 16.66666%;
		width : calc(100% / 6) ;
	}
}
@media screen and (max-width: 480px) {
	.post-archives ul li {
		width: 33.33333%;
		width : calc(100% / 3) ;
	}
}
.post-archives ul li img {
	width: 100%;
}
#concept p {
	font-weight: bold;
}
#home-news-area {
	background: url(https://4039a9.claudeassets.com/20190117074643im_/http://myhoney-store.com/wp/wp-content/themes/myhoney/images/home-newsarea-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media screen and (max-width: 480px) {
	.home-news-thumb-area {
		width: 100%;
	}
}
#home-blog-area {
	background: url(https://10ddd8.claudeassets.com/20190117074643im_/http://myhoney-store.com/wp/wp-content/themes/myhoney/images/home-blogarea-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media screen and (max-width: 480px) {
	.home-blog-thumb-area {
		width: 100%;
	}
}
.home-blog-thumb {
	border: solid 1px rgba(255,255,255,0.60);
}
#ggmap {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
}
#ggmap:before {
    content:"";
    display: block;
    padding-top: 100%;
}
#ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	width: 100%;
	height: 100%;
}
.address-detail li {
	margin-top: 10px;
}
.address-detail li:first-child {
	margin-top: 0;
}
.post-image {
	width: 80%;
}
@media screen and (max-width: 480px) {
	.post-image {
		width: 100%;
	}
}
.lead-more {
	margin-top: 15px;
}
@media screen and (max-width: 480px) {
	.lead-more {
		font-size: 11px;
	}
}
.inner-pt {
	padding-top: 40px;
}
@media screen and (max-width: 767px) {
	.inner-pt {
		padding-top: 20px;
	}
}
.inner-pb {
	padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.inner-pb {
		padding-bottom: 20px;
	}
}
.recruit-style {
	display: table;
	table-layout: fixed;
	padding: 20px 0;
	border: solid 1px #000;
	width: 100%;
	box-sizing: border-box;
}
@media screen and (max-width: 480px) {
	.recruit-style {
		display: block;
		padding: 10px;
	}
}
.recruit-dt {
	display: table-cell;
	padding-right: 20px;
	padding-left: 20px;
	border-right: solid 1px #000;
	width: 300px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	.recruit-dt {
		width: 30%;
	}
}
@media screen and (max-width: 480px) {
	.recruit-dt {
		display: block;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		border-right: none;
		border-bottom: solid 1px #000;
		width: 100%;
	}
}
.recruit-dd {
	display: table-cell;
	padding-right: 30px;
	padding-left: 30px;
	width: 100%;
	vertical-align: top;
}
@media screen and (max-width: 480px) {
	.recruit-dd {
		padding-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
		width: 100%;
	}
}
.pagination {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* intro-images */
#intro-images {
	margin-bottom: 100px;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	#intro-images {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 480px) {
	#intro-images {
		height: 250px;
	}
}
#intro-images .inner {
	position: relative;
	top: 0;
	height: 100%;
}
#intro-images .inner img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 80%;
	height: auto;
}



/* Font */
.times-new {
	font-family: "Times New Roman", Times, serif;
}
.italic {
	font-style: italic;
}
/* Web Font */
.sacramento {
	font-family: 'Sacramento', cursive;
}
.muli {
	font-family: 'Muli', sans-serif;
}
.Poppins {
	font-family: 'Poppins', sans-serif;
}
.text18 {
	font-size: 18px;
	font-size: 1.8rem;
}

@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 480px) {
}

.ytube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
}
.ytube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*
     FILE ARCHIVED ON 08:35:28 Jan 24, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:30:26 Jul 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.719
  exclusion.robots: 0.089
  exclusion.robots.policy: 0.074
  esindex: 0.014
  cdx.remote: 22.824
  LoadShardBlock: 87.349 (3)
  PetaboxLoader3.datanode: 67.555 (5)
  PetaboxLoader3.resolve: 669.559 (3)
  load_resource: 732.64 (2)
*/