<html class="pc" lang="ja">
<head>
<meta charset="UTF-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width">
<title>naomi | 鎌倉ギルド</title>
<meta name="description" content="naomiの記事一覧">
<link rel="pingback" href="https://kamakura-guild.com/xmlrpc.php">
<meta name="robots" content="max-image-preview:large">
<link rel="dns-prefetch" href="//code.typesquare.com">
<link rel="alternate" type="application/rss+xml" title="鎌倉ギルド » フィード" href="https://kamakura-guild.com/feed">
<link rel="alternate" type="application/rss+xml" title="鎌倉ギルド » コメントフィード" href="https://kamakura-guild.com/comments/feed">
<link rel="alternate" type="application/rss+xml" title="鎌倉ギルド » naomi による投稿のフィード" href="https://kamakura-guild.com/customers/naomi/feed">
		<!-- This site uses the Google Analytics by MonsterInsights plugin v10.1.2 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-XD378WVGVQ" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var mi_version = '10.1.2';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/kamakura-guild.com\/customers\/naomi\/"};
								if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-XD378WVGVQ',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-XD378WVGVQ', {"forceSSL":"true","link_attribution":"true"} );
										window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
							<!-- / Google Analytics by MonsterInsights -->
		<style id="wp-img-auto-sizes-contain-inline-css" type="text/css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<link rel="stylesheet" id="style-css" href="https://kamakura-guild.com/wp-content/themes/force_tcd078/style.css?ver=1.1.10" type="text/css" media="all">
<style id="wp-emoji-styles-inline-css" type="text/css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id="wp-block-library-inline-css" type="text/css">
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*wp_block_styles_on_demand_placeholder:69e6cb5f14d1c*/
/*# sourceURL=wp-block-library-inline-css */
</style>
<style id="classic-theme-styles-inline-css" type="text/css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<link rel="stylesheet" id="contact-form-7-css" href="https://kamakura-guild.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.5" type="text/css" media="all">
<link rel="stylesheet" id="fancybox-css" href="https://kamakura-guild.com/wp-content/plugins/easy-fancybox/fancybox/1.5.4/jquery.fancybox.min.css?ver=6.9.4" type="text/css" media="screen">
<style id="fancybox-inline-css" type="text/css">
#fancybox-outer{background:#ffffff}#fancybox-content{background:#ffffff;border-color:#ffffff;color:#000000;}#fancybox-title,#fancybox-title-float-main{color:#fff}
/*# sourceURL=fancybox-inline-css */
</style>
<script type="text/javascript" src="https://kamakura-guild.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://kamakura-guild.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" src="//code.typesquare.com/static/5b0e3c4aee6847bda5a036abac1e024a/ts307f.js?fadein=0&amp;ver=2.0.4" id="typesquare_std-js"></script>
<script type="text/javascript" src="https://kamakura-guild.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=10.1.2" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id="monsterinsights-frontend-script-js-extra">/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/kamakura-guild.com","hash_tracking":"false","v4_id":"G-XD378WVGVQ"};/* ]]> */
</script>
<script type="text/javascript" src="https://kamakura-guild.com/wp-content/themes/force_tcd078/js/jquery.cookie.js?ver=1.1.10" id="force-cookie-js"></script>
<link rel="https://api.w.org/" href="https://kamakura-guild.com/wp-json/"><link rel="alternate" title="JSON" type="application/json" href="https://kamakura-guild.com/wp-json/wp/v2/users/2">
<link rel="stylesheet" href="https://kamakura-guild.com/wp-content/themes/force_tcd078/css/design-plus.css?ver=1.1.10">
<link rel="stylesheet" href="https://kamakura-guild.com/wp-content/themes/force_tcd078/css/sns-botton.css?ver=1.1.10">
<link rel="stylesheet" media="screen and (max-width:1001px)" href="https://kamakura-guild.com/wp-content/themes/force_tcd078/css/responsive.css?ver=1.1.10">
<link rel="stylesheet" media="screen and (max-width:1001px)" href="https://kamakura-guild.com/wp-content/themes/force_tcd078/css/footer-bar.css?ver=1.1.10">

<script src="https://kamakura-guild.com/wp-content/themes/force_tcd078/js/jquery.easing.1.4.js?ver=1.1.10"></script>
<script src="https://kamakura-guild.com/wp-content/themes/force_tcd078/js/jscript.js?ver=1.1.10"></script>
<script src="https://kamakura-guild.com/wp-content/themes/force_tcd078/js/comment.js?ver=1.1.10"></script>

<link rel="stylesheet" href="https://kamakura-guild.com/wp-content/themes/force_tcd078/js/simplebar.css?ver=1.1.10">
<script src="https://kamakura-guild.com/wp-content/themes/force_tcd078/js/simplebar.min.js?ver=1.1.10"></script>


<script src="https://kamakura-guild.com/wp-content/themes/force_tcd078/js/header_fix_mobile.js?ver=1.1.10"></script>

<style type="text/css">

body, input, textarea { font-family: "Hiragino Sans", "&#12498;&#12521;&#12462;&#12494;&#35282;&#12468; ProN", "Hiragino Kaku Gothic ProN", "&#28216;&#12468;&#12471;&#12483;&#12463;", YuGothic, "&#12513;&#12452;&#12522;&#12458;", Meiryo, sans-serif; }

.rich_font, .p-vertical { font-family: "Hiragino Sans", "&#12498;&#12521;&#12462;&#12494;&#35282;&#12468; ProN", "Hiragino Kaku Gothic ProN", "&#28216;&#12468;&#12471;&#12483;&#12463;", YuGothic, "&#12513;&#12452;&#12522;&#12458;", Meiryo, sans-serif; font-weight:500; }

.rich_font_type1 { font-family: Arial, "Hiragino Kaku Gothic ProN", "&#12498;&#12521;&#12462;&#12494;&#35282;&#12468; ProN W3", "&#12513;&#12452;&#12522;&#12458;", Meiryo, sans-serif; }
.rich_font_type2 { font-family: "Hiragino Sans", "&#12498;&#12521;&#12462;&#12494;&#35282;&#12468; ProN", "Hiragino Kaku Gothic ProN", "&#28216;&#12468;&#12471;&#12483;&#12463;", YuGothic, "&#12513;&#12452;&#12522;&#12458;", Meiryo, sans-serif; font-weight:500; }
.rich_font_type3 { font-family: "Times New Roman" , "&#28216;&#26126;&#26397;" , "Yu Mincho" , "&#28216;&#26126;&#26397;&#20307;" , "YuMincho" , "&#12498;&#12521;&#12462;&#12494;&#26126;&#26397; Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS&#26126;&#26397;E" , "&#65325;&#65331; &#65328;&#26126;&#26397;" , "MS PMincho" , serif; font-weight:500; }


.blog_meta { color:#ffffff !important; background:#0085b2 !important; }
.blog_meta a { color:#ffffff; }
.blog_meta li:last-child:before { background:#ffffff; }
.news_meta { color:#ffffff !important; background:#0085b2 !important; }
.news_meta a { color:#ffffff; }
.news_meta li:last-child:before { background:#ffffff; }

#header { border-bottom:1px solid rgba(255,255,255,0.5); }
#header.active, .pc .header_fix #header { background:#004a68; border-color:rgba(255,255,255,0) !important; }
body.no_menu #header.active { background:none !important; border-bottom:1px solid rgba(255,255,255,0.5) !important; }
.mobile #header, .mobie #header.active, .mobile .header_fix #header { background:#f4f4f4; border:none; }
.mobile #header_logo .logo a, #menu_button:before { color:#1e73be; }
.mobile #header_logo .logo a:hover, #menu_button:hover:before { color:#cccccc; }

#global_menu > ul > li > a, #header_social_link li a, #header_logo .logo a { color:#ffffff; }
#global_menu > ul > li > a:hover, #header_social_link li a:hover:before, #global_menu > ul > li.megamenu_parent.active_button > a, #header_logo .logo a:hover, #global_menu > ul > li.active > a { color:#cccccc; }
#global_menu ul ul a { color:#FFFFFF; background:#000000; }
#global_menu ul ul a:hover { background:#00314a; }
#global_menu ul ul li.menu-item-has-children > a:before { color:#FFFFFF; }
#drawer_menu { background:#222222; }
#mobile_menu a { color:#ffffff; background:#222222; border-bottom:1px solid #444444; }
#mobile_menu li li a { color:#ffffff; background:#333333; }
#mobile_menu a:hover, #drawer_menu .close_button:hover, #mobile_menu .child_menu_button:hover { color:#ffffff; background:#00314a; }
#mobile_menu li li a:hover { color:#ffffff; }

.megamenu_gallery_category_list { background:#003249; }
.megamenu_gallery_category_list .title { font-size:20px; }
.megamenu_gallery_category_list .item a:before {
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
}
.megamenu_blog_list { background:#003249; }
.megamenu_blog_list .item .title { font-size:14px; }

#bread_crumb { background:#f2f2f2; }

#return_top a:before { color:#ffffff; }
#return_top a { background:#0084b4; }
#return_top a:hover { background:#00304b; }
#footer_banner .title { font-size:16px; color:#ffffff; }
@media screen and (max-width:750px) {
  #footer_banner .title { font-size:14px; }
}

#single_author_title_area { background:#004969; color:#ffffff; }
#single_author_title_area .title { font-size:22px; }
#single_author_title_area .category { background:#0085b2; color:#ffffff; }
#single_author_title_area .category:hover { background:#004354; }
#single_author_title_area .author_link li a:before { color:#ffffff; }
#single_author_image_area .catch { background:#f2f2f2; color:#000000; }
#single_author_image_area .catch h2 { font-size:20px; }
#member_single .main_content .headline { font-size:20px; border-color:#000000; }
#member_single .main_content .post_content { font-size:16px; }
#recent_post .headline { font-size:18px; }
.mfp-bg { background:rgba(0,38,52,0.5) !important; }
@media screen and (max-width:750px) {
  #single_author_title_area .title { font-size:18px; }
  #single_author_image_area .catch h2 { font-size:16px; }
  #member_single .main_content .headline { font-size:16px; }
  #member_single .main_content .post_content { font-size:14px; }
  #recent_post .headline { font-size:15px; }
}

.author_profile a.avatar img, .animate_image img, .animate_background .image, #recipe_archive .blur_image {
  width:100%; height:auto;
  -webkit-transition: transform  0.75s ease;
  transition: transform  0.75s ease;
}
.author_profile a.avatar:hover img, .animate_image:hover img, .animate_background:hover .image, #recipe_archive a:hover .blur_image {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}




a { color:#000; }

#comment_headline, .tcd_category_list a:hover, .tcd_category_list .child_menu_button:hover, #post_title_area .post_meta a:hover,
.cardlink_title a:hover, #recent_post .item a:hover, .comment a:hover, .comment_form_wrapper a:hover, .author_profile a:hover, .author_profile .author_link li a:hover:before, #post_meta_bottom a:hover,
#searchform .submit_button:hover:before, .styled_post_list1 a:hover .title_area, .styled_post_list1 a:hover .date, .p-dropdown__title:hover:after, .p-dropdown__list li a:hover, #menu_button:hover:before,
  { color: #004c66; }

#submit_comment:hover, #cancel_comment_reply a:hover, #wp-calendar #prev a:hover, #wp-calendar #next a:hover, #wp-calendar td a:hover, #p_readmore .button:hover, .page_navi a:hover, #post_pagination p, #post_pagination a:hover, .c-pw__btn:hover, #post_pagination a:hover,
.member_list_slider .slick-dots button:hover::before, .member_list_slider .slick-dots .slick-active button::before, #comment_tab li.active a, #comment_tab li.active a:hover
  { background-color: #004c66; }

#comment_textarea textarea:focus, .c-pw__box-input:focus, .page_navi a:hover, #post_pagination p, #post_pagination a:hover
  { border-color: #004c66; }

a:hover, #header_logo a:hover, .megamenu_blog_list a:hover .title, .megamenu_blog_list .slider_arrow:hover:before, .index_post_list1 .slider_arrow:hover:before, #header_carousel .post_meta li a:hover,
#footer a:hover, #footer_social_link li a:hover:before, #bread_crumb a:hover, #bread_crumb li.home a:hover:after, #next_prev_post a:hover, #next_prev_post a:hover:before, .post_list1 .post_meta li a:hover, .index_post_list1 .carousel_arrow:hover:before, .post_list2 .post_meta li a:hover,
#recent_post .carousel_arrow:hover:before, #single_tab_post_list .carousel_arrow:hover:before, #single_tab_post_list_header li:hover, #single_author_title_area .author_link li a:hover:before, .megamenu_blog_list .carousel_arrow:hover:before,
#member_single .user_video_area a:hover:before, #single_gallery_list .item.video:hover:after, .single_copy_title_url_btn:hover, .p-dropdown__list li a:hover, .p-dropdown__title:hover
  { color: #cccccc; }
.post_content a { color:#000000; }
.post_content a:hover { color:#999999; }

.post_content td, .post_content th {
    border: 1px solid #ccc;
    padding: 10px 15px;
    line-height: 2.4;
/*    background: #fff; */
}
.index_post_list1 .post_list1 {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 550px)
.post_list1 .title_area {
    height: 300px !important;
    padding: 17px 20px;
}
@media screen and (max-width: 550px)
.index_post_list1 .post_list1 {
    height: 300px !important;
}

/* &#12488;&#12483;&#12503;&#12506;&#12540;&#12472;&#12398;&#29483;&#12398;&#30011;&#20687; */
.index_image_list .main_image {
  height: 38vw;
}
@media screen and (max-width: 750px) {
  .index_image_list .main_image {
    height: 38vw;
  }
}
@media screen and (max-width: 550px) {
  .index_image_list .main_image {
    height: 38vw;
  }
}
/* &#12488;&#12483;&#12503;&#12506;&#12540;&#12472;&#12398;&#24215;&#33303;&#24773;&#22577; */
@media screen and (max-width: 850px) {
  .index_design_content2.num4 .desc.mobile {
    text-align: center;
  }
}
/*
@media screen and (max-width: 850px) {
  .index_design_content2 .image_wrap {
    display: none;
  }
}*/

/* kv&#21205;&#30011; */
@media screen and (max-width: 599px) {
  #youtube_video_player {
    display: none;
  }
  #video_mobile {
    display: block;
  }
  #video_mobile {
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    object-fit: cover;
  }
}
@media screen and (min-width: 600px) {
  #youtube_video_player {
    display: block;
  }
  #video_mobile {
    display: none;
  }
}

/* &#12362;&#23458;&#27096;&#12506;&#12540;&#12472; */
/*&#12488;&#12483;&#12503;&#12506;&#12540;&#12472;&#12398;&#12479;&#12452;&#12488;&#12523;&#38750;&#34920;&#31034;*/
/*
.num6 .title {
  display: none;
}
*/
/* &#12488;&#12483;&#12503;&#12506;&#12540;&#12472;&#12398;h3&#12398;&#12486;&#12461;&#12473;&#12488;&#12469;&#12452;&#12474; */
/*&#12450;&#12540;&#12459;&#12452;&#12502;&#12506;&#12540;&#12472;&#12398;&#12479;&#12452;&#12488;&#12523;&#38750;&#34920;&#31034;*/
#member_archive .title {
  display: none;
}
/*&#12450;&#12540;&#12459;&#12452;&#12502;&#12506;&#12540;&#12472;&#12398;&#19978;&#20313;&#30333;*/
@media screen and (max-width: 750px) {
  #member_archive {
    padding-top: 40px;
  }
}
/*&#21517;&#21069;&#38750;&#34920;&#31034;*/
#member_single #single_author_title_area {
  display: none;
}
#member_single #single_author_image_area {
  display: none;
}
#member_single .main_content {
  border: none;
}
/*message&#12486;&#12461;&#12473;&#12488;&#12398;&#38750;&#34920;&#31034;*/
.message .headline {
  display: none;
}

/* &#12362;&#23458;&#27096;&#12506;&#12540;&#12472; */
.index_member_list .member_list2 {
  height: 284px;
}
@media screen and (max-width: 550px) {
  .index_member_list .member_list2 {
    height: 190px;
  }
}
.index_member_list .member_list2:before {
  display: none;
}
.index_member_list .member_list2:after {
  display: none;
}
.member_list2 .item {
  height: 284px;
  border-bottom: none;
}
@media screen and (max-width: 550px) {
  .member_list2 .item {
    height: 265px;
  }
}
@media screen and (max-width: 750px) {
  .index_post_list1 .button {
    margin-top: 100px;
  }
}
@media screen and (max-width: 550px) {
  .index_post_list1 .button {
    margin-top: 75px;
  }
}

.index_post_list1.num7 .headline .sub_title {
    font-size: 16px;
}
.index_post_list1.num7 .headline {
    font-size: 36px;
}
@media screen and (max-width: 750px) {
.index_post_list1.num7 .headline .sub_title {
    font-size: 12px;
}
.index_post_list1.num7 .headline {
    font-size: 22px;
}
}
@media screen and (max-width: 550px) {
.index_post_list1.num7 .headline .sub_title {
    font-size: 12px;
}
.index_post_list1.num7 .headline {
    font-size: 22px;
}
}

@media screen and (max-width: 1001px){
#header_logo {
position: static;
transform: translateX(-30%);
}
}
@media screen and (max-width: 550px){
#index_video {
    top: -15px;
}}
.styled_h2 {
  font-size:22px !important; text-align:left; color:#000000;   border-top:1px solid #222222;
  border-bottom:1px solid #222222;
  border-left:0px solid #222222;
  border-right:0px solid #222222;
  padding:30px 0px 30px 0px !important;
  margin:0px 0px 30px !important;
}
.styled_h3 {
  font-size:20px !important; text-align:left; color:#000000;   border-top:2px solid #222222;
  border-bottom:1px solid #dddddd;
  border-left:0px solid #dddddd;
  border-right:0px solid #dddddd;
  padding:30px 0px 30px 20px !important;
  margin:0px 0px 30px !important;
}
.styled_h4 {
  font-size:18px !important; text-align:left; color:#000000;   border-top:0px solid #dddddd;
  border-bottom:0px solid #dddddd;
  border-left:2px solid #222222;
  border-right:0px solid #dddddd;
  padding:10px 0px 10px 15px !important;
  margin:0px 0px 30px !important;
}
.styled_h5 {
  font-size:16px !important; text-align:left; color:#000000;   border-top:0px solid #dddddd;
  border-bottom:0px solid #dddddd;
  border-left:0px solid #dddddd;
  border-right:0px solid #dddddd;
  padding:15px 15px 15px 15px !important;
  margin:0px 0px 30px !important;
}
.q_custom_button1 { background: #535353; color: #ffffff !important; border-color: #535353 !important; }
.q_custom_button1:hover, .q_custom_button1:focus { background: #7d7d7d; color: #ffffff !important; border-color: #7d7d7d !important; }
.q_custom_button2 { background: #535353; color: #ffffff !important; border-color: #535353 !important; }
.q_custom_button2:hover, .q_custom_button2:focus { background: #7d7d7d; color: #ffffff !important; border-color: #7d7d7d !important; }
.q_custom_button3 { background: #535353; color: #ffffff !important; border-color: #535353 !important; }
.q_custom_button3:hover, .q_custom_button3:focus { background: #7d7d7d; color: #ffffff !important; border-color: #7d7d7d !important; }
.speech_balloon_left1 .speach_balloon_text { background-color: #ffdfdf; border-color: #ffdfdf; color: #000000 }
.speech_balloon_left1 .speach_balloon_text::before { border-right-color: #ffdfdf }
.speech_balloon_left1 .speach_balloon_text::after { border-right-color: #ffdfdf }
.speech_balloon_left2 .speach_balloon_text { background-color: #ffffff; border-color: #ff5353; color: #000000 }
.speech_balloon_left2 .speach_balloon_text::before { border-right-color: #ff5353 }
.speech_balloon_left2 .speach_balloon_text::after { border-right-color: #ffffff }
.speech_balloon_right1 .speach_balloon_text { background-color: #ccf4ff; border-color: #ccf4ff; color: #000000 }
.speech_balloon_right1 .speach_balloon_text::before { border-left-color: #ccf4ff }
.speech_balloon_right1 .speach_balloon_text::after { border-left-color: #ccf4ff }
.speech_balloon_right2 .speach_balloon_text { background-color: #ffffff; border-color: #0789b5; color: #000000 }
.speech_balloon_right2 .speach_balloon_text::before { border-left-color: #0789b5 }
.speech_balloon_right2 .speach_balloon_text::after { border-left-color: #ffffff }

</style>

<script type="text/javascript">
jQuery(document).ready(function($){

  $('.megamenu_blog_slider').slick({
    infinite: true,
    dots: false,
    arrows: false,
    slidesToShow: 5,
    slidesToScroll: 1,
    swipeToSlide: true,
    touchThreshold: 20,
    adaptiveHeight: false,
    pauseOnHover: true,
    autoplay: false,
    fade: false,
    easing: 'easeOutExpo',
    speed: 700,
    autoplaySpeed: 5000
  });
  $('.megamenu_blog_list_inner .prev_item').on('click', function() {
    $('.megamenu_blog_slider').slick('slickPrev');
  });
  $('.megamenu_blog_list_inner .next_item').on('click', function() {
    $('.megamenu_blog_slider').slick('slickNext');
  });

});
</script>
<script type="text/javascript">
jQuery(document).ready(function($){

  $('.user_video_area').magnificPopup({
    delegate: 'a',
    type: 'image',
    removalDelay: 900,
    callbacks: {
      elementParse: function (item) {
        item.type = $(item.el).data('itemtype'); // change item type from data-itemtype
      },
      beforeOpen: function() {
        this.st.mainClass = this.st.el.attr('data-effect');
      },
      open: function () {
        var current_item_video = $(this.content).find('video');
        if( $(current_item_video).length ){
          $(current_item_video)[0].play();
        }
      },
      close: function () {
        var current_item_video = $(this.content).find('video');
        if( $(current_item_video).length ){
          $(current_item_video)[0].load();
        }
      },
      change: function() {
        var item_video = $('.video_popup video');
        if( $(item_video).length ){
          $(item_video)[0].load();
        }
        var current_item_video = $(this.content).find('video');
        if( $(current_item_video).length ){
          $(current_item_video)[0].load();
          $(current_item_video)[0].play();
        }
      }
    }
  });

  
});
</script>
<script>
jQuery(function() {

//TOP&#12473;&#12510;&#12507;&#29256;&#21205;&#30011;
jQuery('#index_video').append('<video width="100%" height="100%" src="https://kamakura-guild.com/wp-content/uploads/2026/04/lv_0_20260402131917.mp4" loop muted autoplay playsinline>');
//TOP&#12473;&#12510;&#12507;&#29256;&#21205;&#30011;&#12371;&#12371;&#12414;&#12391;
});
</script>
<script>
jQuery(function() {
  jQuery('#page_header').siblings('#header_carousel_wrap').css('display', 'none');
  jQuery('#page_header').siblings('#index_header_content').css('display', 'none');
  jQuery('.index_member_list').addClass('index_post_list1 num7');
  jQuery('.index_member_list').prepend('<h3 class="headline"><span class="rich_font_type2">CUSTOMERS<span class="sub_title">&#12362;&#23458;&#27096;')
});
</script>
<script>
(function ($) {
  let videoLoaded = false;

  // &#12507;&#12540;&#12512;&#12398;&#21205;&#30011;&#35501;&#12415;&#36796;&#12415;&#12434;&#24453;&#12387;&#12390;&#12525;&#12540;&#12487;&#12451;&#12531;&#12464;&#12434;&#38750;&#34920;&#31034;&#12395;&#12377;&#12427;
  $(function () {
    const matchMediaList = window.matchMedia('screen and (min-width: 1001px)');
    const isMobile = !matchMediaList.matches;
    const selector = isMobile ? '#video_mobile' : '#index_video_mp4';
    const videoEl = document.querySelector(selector);

    if (!videoEl) return;

    // loftloader&#12398;&#27161;&#28310;&#25369;&#21205;&#12434;&#38450;&#12368;
    window.addEventListener('load', function () {
      // console.log('load');

      if (videoLoaded) return;
      document.body.classList.remove('loaded');
    });
    // videoEl.addEventListener('progress', function (event) {
    //     console.log('progress');
    //     console.log(event);
    // });
    // videoEl.addEventListener('canplay', function () {
    //     console.log('canplay');
  
    //     videoLoaded = true;
    //     document.body.classList.add('loaded');
    // });
    videoEl.addEventListener('play', function () {
      // console.log('play');

      videoLoaded = true;
      document.body.classList.add('loaded');
    });
  });
})(jQuery);
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-198061999-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-198061999-1');
</script>
<style type="text/css">
.p-footer-cta--1 .p-footer-cta__catch { color: #ffffff; }
.p-footer-cta--1 .p-footer-cta__desc { color: #999999; }
.p-footer-cta--1 .p-footer-cta__inner { background: rgba( 0, 0, 0, 1); }
.p-footer-cta--1 .p-footer-cta__btn { color:#ffffff; background: #004c66; }
.p-footer-cta--1 .p-footer-cta__btn:hover { color:#ffffff; background: #444444; }
.p-footer-cta--2 .p-footer-cta__catch { color: #ffffff; }
.p-footer-cta--2 .p-footer-cta__desc { color: #999999; }
.p-footer-cta--2 .p-footer-cta__inner { background: rgba( 0, 0, 0, 1); }
.p-footer-cta--2 .p-footer-cta__btn { color:#ffffff; background: #004c66; }
.p-footer-cta--2 .p-footer-cta__btn:hover { color:#ffffff; background: #444444; }
.p-footer-cta--3 .p-footer-cta__catch { color: #ffffff; }
.p-footer-cta--3 .p-footer-cta__desc { color: #999999; }
.p-footer-cta--3 .p-footer-cta__inner { background: rgba( 0, 0, 0, 1); }
.p-footer-cta--3 .p-footer-cta__btn { color:#ffffff; background: #004c66; }
.p-footer-cta--3 .p-footer-cta__btn:hover { color:#ffffff; background: #444444; }
</style>

		<style type="text/css" id="wp-custom-css">
			.index_post_list1 .post_list1 { height:260px; overflow:hidden; border-bottom:1px solid #ddd; }
#index_video_mp4{display:none;}
#video_mobile{display:block;}
@media screen and (min-width:550px) {
	.index_post_list1 .post_list1{height:380px!important;}
#index_video_mp4{display:block;}
#video_mobile{display:none;}
}		</style>
		</head>
<body data-rsssl=1 id="body" class="archive author author-naomi author-2 wp-theme-force_tcd078 use_mobile_header_fix">


<div id="container">

 <header id="header">

  <div id="header_logo">
   <div class="logo">
 <a href="https://kamakura-guild.com/" title="鎌倉ギルド">
    <img class="pc_logo_image type1 tcd-lazy" src="" alt="鎌倉ギルド" title="鎌倉ギルド" width="206" height="75" data-src="https://kamakura-guild.com/wp-content/uploads/2021/05/logo2.jpg?1776733023">
      <img class="mobile_logo_image tcd-lazy" src="" alt="鎌倉ギルド" title="鎌倉ギルド" width="123" height="45" data-src="https://kamakura-guild.com/wp-content/uploads/2021/05/logo-sp.jpg?1776733023">
   </a>
</div>

  </div>

    <a href="#" id="menu_button"><span>メニュー</span></a>
  <nav id="global_menu">
   <ul id="menu-%e3%83%a1%e3%83%8b%e3%83%a5%e3%83%bc" class="menu"><li id="menu-item-58" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-58"><a href="https://www.kamakura-guild.com">ホーム</a></li>
<li id="menu-item-61" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children menu-item-61"><a href="https://kamakura-guild.com/category/product">商品</a>
<ul class="sub-menu">
	<li id="menu-item-63" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-63"><a href="https://kamakura-guild.com/category/product/round">丸</a></li>
	<li id="menu-item-65" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-65"><a href="https://kamakura-guild.com/category/product/square">四角</a></li>
	<li id="menu-item-66" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-66"><a href="https://kamakura-guild.com/category/product/mold">型</a></li>
</ul>
</li>
<li id="menu-item-316" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-316"><a href="https://www.kamakura-guild.com/gallery">制作実例</a></li>
<li id="menu-item-380" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-380"><a href="https://www.kamakura-guild.com/about-this-website">ご注文</a></li>
<li id="menu-item-544" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-544"><a href="https://www.kamakura-guild.com/customers/">お客様</a></li>
<li id="menu-item-59" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-59"><a href="https://kamakura-guild.com/access">アクセス</a></li>
<li id="menu-item-314" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-314"><a href="https://kamakura-guild.com/contact">お問い合わせ</a></li>
<li id="menu-item-1000" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1000"><a href="https://kamakura-guild.com/%e3%82%88%e3%81%8f%e3%81%82%e3%82%8b%e3%81%94%e8%b3%aa%e5%95%8f">よくあるご質問</a></li>
</ul>  </nav>
  
      <ul id="header_social_link" class="clearfix">
                     <li class="rss"><a href="https://kamakura-guild.com/feed" rel="nofollow" target="_blank" title="RSS"><span>RSS</span></a></li>  </ul>
  
  
 </header>

 
<div id="page_header" style="background:url() no-repeat center top; background-size:cover;" class=" tcd-lazy" data-bg="url(https://kamakura-guild.com/wp-content/uploads/2025/10/1745481355764.jpg)">
  <div class="overlay" style="background: -moz-linear-gradient(top,  rgba(255,255,255,0.3) 0%, rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(top,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,0.3) 0%,rgba(0,0,0,0) 100%);"></div>
 </div>
<div id="bread_crumb">

<ul class="clearfix" itemscope itemtype="http://schema.org/BreadcrumbList">
 <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="home"><a itemprop="item" href="https://kamakura-guild.com/"><span itemprop="name">ホーム</span></a><meta itemprop="position" content="1"></li>
 <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a itemprop="item" href="https://kamakura-guild.com/customers"><span itemprop="name">お客様</span></a><meta itemprop="position" content="2"></li>
 <li class="last" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><span itemprop="name">naomi</span><meta itemprop="position" content="3"></li>
</ul>

</div>

<div id="member_single">

 <error>
    <code>wp_die</code>
    <title></title>
    <message></message>
    <data>
        <status>500</status>
    </data>
</error>
</div></div></body></html>