<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Iekobo ServiceSite Theme
Theme URI: iekobo.net
Author: Shota Tsunokake
Author URI: uchisuke.com
Version: 2.35
*/

@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Expletus+Sans&amp;display=swap');

body {
	font-size: 18px;
	margin: 0;
	font-family: 'Kosugi Maru', sans-serif;
	line-height: 1.6em;
	background: #fff6dc;
}

.inner {
	max-width: 1280px;
	margin: 0 auto;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

header {
	padding: 5px 0;
	border-bottom: #215122 3px solid;
	background: #eefdee;
	/*è¨˜äº‹å†…ã‚®ãƒ£ãƒ©ãƒªãƒ¼,ã‚³ãƒ³ã‚¿ã‚¯ãƒˆãƒ•ã‚©ãƒ¼ãƒ&nbsp; ãƒ¬ã‚¤ãƒ¤ãƒ¼èª¿æ•´*/
	position: relative;
	z-index:100;
	transform:translateZ(100px);/*safariç”¨å›žé¿æ‰‹æ®µ */
	/*è¨˜äº‹å†…ã‚®ãƒ£ãƒ©ãƒªãƒ¼,ã‚³ãƒ³ã‚¿ã‚¯ãƒˆãƒ•ã‚©ãƒ¼ãƒ&nbsp; ãƒ¬ã‚¤ãƒ¤ãƒ¼èª¿æ•´end*/
}

header .inner2 {
	max-width: 100%;
	padding: 0 10px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 30% 50% 1fr;
	margin-bottom: 10px;
}

header .inner2 .header-title {
	display: grid;
	grid-template-columns: 30% 1fr;
	text-align: center;
}

header .inner2 .header-title .header-title-info {
	display: flex;
	/* å­è¦ç´&nbsp;ã‚’flexboxã§æƒãˆã‚‹ */
	flex-direction: column;
	/* å­è¦ç´&nbsp;ã‚’flexboxã«ã‚ˆã‚Šç¸¦æ–¹å‘ã«æƒãˆã‚‹ */
	justify-content: center;
	/* å­è¦ç´&nbsp;ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */
}

header a {
	color: #215122;
	text-decoration: none;
}

header .inner2 .header-title h1 {
	margin: 0;
	font-size: 1.4em;
}

header .header-title-info p {
	margin: 0 0 0.5em 0;
}

header .header-cv {
	font-size: 1.1em;
	display: block;
	background: #339235;
	border-radius: 10px;
	border: solid 2px #215122;
	border-bottom: solid 5px #215122;
	border-right: solid 3px #215122;
	color: #fff;
	height: 80%;
	width: 95%;
	text-decoration: none;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto 0 0 auto;
	line-height: 1.8em;
	transition: 0.1s;
}

header .header-cv:hover {
	border-bottom: solid 2px #215122;
	border-right: solid 2px #215122;
}

header .header-cv b {
	font-size: 1.6em;
	font-family: 'Expletus Sans', cursive;
}

header .headmenu {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

header .headmenu ul {
	list-style: none;
	display: grid;
	grid-template-columns: 16.66666% 16.66666% 16.66666% 16.66666% 16.66666% 1fr;
	margin: 0;
}

header .headmenu ul li:first-child {
	border-left: solid 1px #5fa054;
}

header .headmenu ul li {
	text-align: center;
	color: #215122;
	border-right: solid 1px #5fa054;
}

header .headmenu ul li a {
	text-decoration: none;
	color: #215122;
	height: 100%;
	display: block;
	padding: 1.2em 0;
}

header .headmenu ul li a:hover {
	background: #c6e0c6;
}

.home .home-title {
	text-align: center;
	font-weight: 400;
}

.home #about {
	margin-top: 50px;
}

#f-view .inner img {
	border: 1px solid #fff;
	box-sizing: border-box;
}

#f-view .inner2 {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 33.33333% 33.33333% 1fr;
}

#f-view .inner2 .f-view-box {
	border: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
	min-height: 400px;
	display: flex;
	/* å­è¦ç´&nbsp;ã‚’flexboxã§æƒãˆã‚‹ */
	flex-direction: column;
	/* å­è¦ç´&nbsp;ã‚’flexboxã«ã‚ˆã‚Šç¸¦æ–¹å‘ã«æƒãˆã‚‹ */
	justify-content: center;
	/* å­è¦ç´&nbsp;ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */
}

#f-view .inner2 .f-view-box:nth-child(1) {
	background: #5bd45c;
	color: #fff;
}

#f-view .inner2 .f-view-box:nth-child(2) {
	background: #339235;
	color: #fff;
}

#f-view .inner2 .f-view-box:nth-child(3) {
	background: #215122;
	color: #fff;
}

#f-view .inner3 {
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 50% 1fr;
}

#f-view .inner3 .f-view-box {
	border: 3px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
	min-height: 200px;
	display: flex;
	/* å­è¦ç´&nbsp;ã‚’flexboxã§æƒãˆã‚‹ */
	flex-direction: column;
	/* å­è¦ç´&nbsp;ã‚’flexboxã«ã‚ˆã‚Šç¸¦æ–¹å‘ã«æƒãˆã‚‹ */
	justify-content: center;
	/* å­è¦ç´&nbsp;ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */
}

#f-view .inner3 .f-view-box:nth-child(1) {
	background: #504220;
	color: #fff;
}

#f-view .inner3 .f-view-box:nth-child(2) {
	background: #feaa26;
	color: #fff;
}

#f-view .f-view-box img,
#about .inner .about-box-title img {
	margin: 0 auto;
}

#f-view .f-view-box h2,
#about .inner .about-box-title h2 {
	margin: 1em 0;
}

#f-view .f-view-box:hover {
	border: 3px solid #ff9900;
	box-sizing: border-box;
	opacity: 0.8;
}

#f-view .inner2 a,
#f-view .inner3 a {
	text-decoration: none;
}

#about .inner:nth-child(odd) {
	display: grid;
	grid-template-columns: 30% 1fr;
	grid-template-areas: "title caption";
	max-width: 100%;
}

#about .inner:nth-child(even) {
	display: grid;
	grid-template-columns: 1fr 30%;
	grid-template-areas: "caption title";
	max-width: 100%;
}

#about .inner .about-box-title {
	grid-area: title;
	box-sizing: border-box;
	border-right: solid 3px #215122;
	border-left: solid 3px #215122;
	border-bottom: #215222 solid 2px;
	text-align: center;
	padding: 2em;
	background: #339235;
	color: #fff;
}

#about .inner .about-box-caption {
	grid-area: caption;
	box-sizing: border-box;
	border-bottom: #215222 solid 2px;
	text-align: center;
	padding: 2em;
	line-height: 2.2em;
	background: #bce7bc;
	display: flex;
	/* å­è¦ç´&nbsp;ã‚’flexboxã§æƒãˆã‚‹ */
	flex-direction: column;
	/* å­è¦ç´&nbsp;ã‚’flexboxã«ã‚ˆã‚Šç¸¦æ–¹å‘ã«æƒãˆã‚‹ */
	justify-content: center;
	/* å­è¦ç´&nbsp;ã‚’flexboxã«ã‚ˆã‚Šä¸­å¤®ã«é…ç½®ã™ã‚‹ */
}

#about .inner .about-box-caption span {
	font-size: 1.2em;
	font-weight: bold;
	color: #c21313;
}

#bloglist {
	border-bottom: #777 3px solid;
}

#bloglist,
#cvarea {
	padding: 3em 0;
}

#bloglist h2 {
	margin: 1em 0;
	text-align: center;
}

.blog-box-list {
	display: grid;
	grid-template-columns: 33.33333% 33.33333% 1fr;
}

.blog-box-list a {
	text-decoration: none;
	color: #245fbb;
}

.blog-box-list a:hover {
	text-decoration: underline;
	color: #0645ad;
}

.blog-box {
	background: #fff;
	display: border-box;
	border-radius: 10px;
	padding: 1em;
	border: 2px solid #ccc;
	margin: 0 1em;
}

.blog-box img {
	width: 100%;
	object-fit: cover;
}

.top-btn {
	display: block;
	border: solid #333 3px;
	border-radius: 10px;
	width: 40%;
	margin: 1em auto;
	padding: 0.8em;
	color: #333;
	text-align: center;
	text-decoration: none;
	transition: 0.4s;
}

.top-btn:hover {
	background: #333;
	color: #fff;
}

.top-cv-btn {
	border: solid #e64600 3px;
	border-bottom: solid #e64600 5px;
	border-right: solid #e64600 5px;
	border-radius: 10px;
	font-size: 1.2em;
	margin: 1em auto;
	padding: 0.8em;
	color: #e64600;
	text-align: center;
	text-decoration: none;
	transition: 0.4s;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.top-cv-btn:hover {
	background: #e64600;
	color: #fff6dc;
}

.top-cv-box {
	display: grid;
	grid-template-columns: 45% 1fr;
	margin: 20px auto;
	box-sizing: border-box;
	border: 4px solid #e64600;
}

.top-cv-box-info {
	padding: 1em;
	line-height: 3em;
	text-align: center;
	border-right: dotted 2px #e64600;
}

.top-cv-box-info .tel-cv {
	font-size: 1.6em;
	font-family: 'Expletus Sans', cursive;
	font-weight: bold;
	color: #e64600;
}

.top-cv-box-info p {
	line-height: 2em;
}

footer {
	border-top: solid 3px #215122;
	background: #339235;
	padding: 2em 0;
	color: #fff;
	text-align: center;
}

footer .inner {
	display: grid;
	grid-template-columns: 50% 1fr;
}

footer .footer-cv {
	font-size: 1.1em;
	background: #339235;
	border-radius: 10px;
	border: solid 2px #215122;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	line-height: 1.8em;
	transition: 0.6s;
	padding: 1em 2em;
}

footer .footer-cv:hover {
	background: #fff;
	color: #339235;
}

footer .footer-cv b {
	font-size: 1.6em;
	font-family: 'Expletus Sans', cursive;
}

#menu-page h2,
#works-page h2,
#store-page h2,
#blog-page h2,
#info-page h2 {
	margin: 1em 0;
	text-align: center;
}

#menu-page .title-caption,
#works-page .title-caption,
#info-page .text-center {
	text-align: center;
}

.wpcf7 {
	padding: 1em;
	margin: 2em auto;
	background: #fff;
	border: #777 solid 2px;
	max-width: 900px;
	transform:translateZ(1px);/*ã‚³ãƒ³ã‚¿ã‚¯ãƒˆãƒ•ã‚©ãƒ¼ãƒ&nbsp; ãƒ¬ã‚¤ãƒ¤ãƒ¼èª¿æ•´safariç”¨*/
}

.wpcf7 input,
.wpcf7 button,
.wpcf7 select,
.wpcf7 textarea {
	border: #777 solid 2px;
	margin-bottom: 0.8em;
}

.wpcf7 textarea,
.wpcf7 input {
	padding: 0.5em;
}

.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output,
.wpcf7 .red-color {
	color: #b22;
}

.wpcf7 .red-color {
	font-weight: bold;
}

.wpcf7 .screen-reader-response ul {
	padding: none;
	list-style: none;
}

.wpcf7 .wpcf7-not-valid-tip {
	margin-left: 1em;
}

.wpcf7 .wpcf7-list-item {
	margin-right: 2em;
}



.menu-list {
	margin: 2em auto;
	display: grid;
	grid-template-columns: 50% 1fr;
}

.menu-list .menu-box {
	display: grid;
	grid-template-columns: 40% 1fr;
	margin: 1em;
	padding: 1em;
	background: #eefdee;
	border: 3px solid #215122;
	border-radius: 20px;
}

.menu-list .menu-box .menu-box-caption {
	text-align: left;
	padding-left: 1em;
}

.menu-list .menu-box .menu-box-comments {
	margin-top: 0.8em;
	word-break: break-all;
}

.menu-box-caption h3 {
	margin-bottom: 0.8em;
}

.works-list .works-box {
	padding: 1em 0;
	border-bottom: 2px dotted #215122;
	margin-bottom: 3em;
}

.works-list .works-box .works-box-main {
	display: grid;
	grid-template-columns: 40% 1fr;
}

.works-list .works-box .works-box-main .works-box-img,
.works-list .works-box .works-box-main .works-box-caption {
	padding: 1em;
}

.works-list .works-box .works-box-other-photos {
	display: grid;
	grid-template-columns: 25% 25% 25% 1fr;
}

.works-list .works-box .works-box-other-photos .works-box-other-photos-imgwrap {
	padding: 1em;
}

#store-page .store-box,
#store-page .owner-box,
#store-page .store-free-box,
#store-page .store-link-box{
	max-width: 900px;
	margin: 0 auto;
	border: 2px solid #215122;
}

#store-page .store-box .store-box-row {
	display: grid;
	grid-template-columns: 40% 1fr;
	text-align: left;/*åº—èˆ—ç´¹ä»‹æ–‡è¨€ä½ç½®èª¿æ•´*/
	border-bottom: 2px dotted #215122;
}

#store-page .store-box .store-box-row:last-child {
	border: none;
}

#store-page .store-box .store-box-row .store-box-title,
#store-page .store-box .store-box-row .store-box-row-caption {
	padding: 0.8em 0.4em 0.8em 1em;/*åº—èˆ—ç´¹ä»‹æ–‡è¨€ä½ç½®èª¿æ•´*/
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#store-page .store-box .store-box-row .store-box-row-caption {
	font-weight: bold;
	font-size: 1.2em;
}

#store-page .store-box .store-box-row:nth-child(odd),
#store-page .store-free-box .store-free-box-row:nth-child(odd),
#store-page .store-link-box-row:nth-child(odd){
	background: #eefdee;
}

#store-page .store-box .store-box-row:nth-child(even),
#store-page .store-free-box .store-free-box-row:nth-child(even),
#store-page .store-link-box-row:nth-child(even){
	background: #fff;
}

#store-page .owner-box {
	display: grid;
	grid-template-columns: 35% 1fr;
	border: none;
	background: #eefdee;
	padding: 1em;
	border: 2px solid #215122;
}

#store-page .owner-box-caption {
	padding-left: 1em;
}

#store-page .owner-box-caption h3 {
	margin-bottom: 1em;
}

#store-page .store-free-box,
#store-page .store-link-box{
	margin: 3em auto;
	text-align: center;
}

#store-page .store-free-box .store-free-box-row,
#store-page .store-link-box-row{
	display: grid;
	grid-template-columns: 40% 1fr;
}

#store-page .store-free-box .store-free-box-row .store-free-box-title,
#store-page .store-free-box .store-free-box-row .store-free-box-caption,
#store-page .store-link-box-title,
#store-page .store-link-box-caption,
{
	padding: 0.8em 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#blog-page .inner {
	display: grid;
	grid-template-columns: 75% 1fr;
}

#blog-page .blog-list {
	background: #f5f5f5;
	border: #777 solid 2px;
	border-radius: 10px;
	padding: 1em;
	margin-right: 3em;
	margin-bottom: 2em;
	display: grid;
	grid-template-columns: 20% 1fr;
}

#blog-page .blog-list:hover {
	background: #fff;
}

#blog-page .blog-list .blog-list-caption {
	padding-left: 1em;
}

#blog-page .blog-list .blog-list-link {
	text-align: right;
	margin: 2em 0 0 auto;
	display: block;
	width: 5em;
}

#blog-page .single-article {
	background: #fff;
	border: 2px solid #777;
	background: #fff;
	border-radius: 10px;
	padding: 1em;
	margin-right: 3em;
	box-shadow: #777 5px 5px 10px 0px;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px 0;
	position: relative;
	font-size: 13px;
}

.pagination span,
.pagination a {
	display: block;
	width: auto;
	margin: 4px;
	padding: 8px;
	border: 1px solid #000;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
}

#wp-calendar {
	width: 100%;
	border: 3px solid #ccc;
	padding: 0.2em;
	text-align: center;
}

#wp-calendar tr:nth-child(odd) {
	background: #fff;
}

#wp-calendar tr:nth-child(even) {
	background: #eee;
}

#blog-page .inner aside select {
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
	border: #333 solid 2px;
	padding: 0.4em;
	background: #fff;
}

.blog-sidebar-link h3 {
	margin: 0.6em 0;
}

#blog-page aside {
	padding: 1em;
	background: #eefdee;
	border-right: 2px solid #215122;
	border-left: 2px solid #215122;
}

.pagination .pager {
	width: 32px;
}

.pagination a:hover,
.pagination .current {
	color: #fff;
	border-color: #000;
	background-color: #000;
}

.pagination a.prev {
	margin-right: 16px;
}

.pagination a.next {
	margin-left: 16px;
}

.pagination a.first {}

.pagination a.last {}

.pagination span.page_num {
	display: none;
}

.sp-menu {
	display: none;
}

@media (max-width:767px) {
	.header-title-info{
		font-size:0.9em;
	}
	header .inner2 {
		display: block;
	}

	header .inner2 .header-title {
		max-width: 80%;
	}

	header .headmenu {
		display: none;
	}
	header .headmenu.show {
		display:block
	}
	header .headmenu ul {
		display: block;
	}

	header .header-cv {
		display: none;
	}

	#f-view .inner2 .f-view-box {
		min-height: 270px;
		padding: 0.5em;
	}

	#about .inner:nth-child(odd),
	#about .inner:nth-child(even),
	.blog-box-list,
	#blog-page .inner {
		display: block;
	}

	#about .inner .about-box-title {
		padding: 0.8em;
	}

	#about .inner .about-box-caption {
		text-align: left;
	}

	.top-cv-box {
		display: block;
		grid-template-columns: 45% 1fr;
		margin: 20px auto;
		box-sizing: border-box;
		border: none;
		font-size: 0.9em;
	}

	.top-cv-box-info {
		line-height: 1em;
		padding: 0;
		border: none;
	}

	footer .inner {
		display: block;
		font-size: 0.8em;
	}

	.wpcf7 .wpcf7-list-item {
		margin-right: 2em;
		display: block;
	}

	#blog-page,
	#store-page,
	#menu-page,
	#info-page,
	#works-page {
		padding: 0.5em;
	}

	.wpcf7 textarea,
	.wpcf7 input {
		padding: 0.5em;
		max-width: 100%;
	}

	#cvarea {
		padding: 0.3em;
	}

	#blog-page .blog-list {
		background: #f5f5f5;
		border: #777 solid 2px;
		border-radius: 10px;
		padding: 1em;
		margin-right: 0;
		margin-bottom: 2em;
		display: grid;
		grid-template-columns: 30% 1fr;
	}

	#blog-page .single-article {
		background: #fff;
		border: 2px solid #777;
		background: #fff;
		border-radius: 10px;
		padding: 1em;
		margin-right: 0;
		margin-bottom: 2em;
		box-shadow: #777 5px 5px 10px 0px;
	}

	#blog-page aside {
		border: 2px solid #215122;
	}

	.top-btn {
		display: block;
		border: solid #333 3px;
		border-radius: 10px;
		width: 90%;
		margin: 1em auto;
		padding: 0.8em;
		color: #333;
		text-align: center;
		text-decoration: none;
		transition: 0.4s;
	}

	header .headmenu ul li {
		border: none;
	}

	footer {
		border-top: solid 3px #215122;
		background: #339235;
		padding: 2em 0.5em;
		color: #fff;
		text-align: center;
	}

	body {
		margin-top: 120px;
	}

	header {
		position: fixed;
		top: 0;
		width: 100%;
	}

	.sp-menu {
		display: block;
		position: fixed;
		max-width:80px;
		top: 0.2em;
		right: 0;
	}
}
.new-pagenation .page-numbers.current{
	display:inline-block;
	padding:0.3em;
	background:#fff;
	color:#000;
	border:#000 2px solid;
	box-sizing:border-box;
}
.new-pagenation .page-numbers{
	display:inline-block;
	padding:0.3em;
	background:#339235;
	color:#fff;
	border:#fff 2px solid;
	box-sizing:border-box;
}

/*ver2.0 å¾¡ç”¨èžããƒ¡ãƒ‹ãƒ¥ãƒ¼ã®è¨˜äº‹èª¿æ•´ã€€ã‚¹ãƒžãƒ›æ™‚ã¯1åˆ—*/
@media (max-width:480px) {
	.menu-list{
		display:block;
	}
	.menu-list .menu-box {
		display:block;
	}
	
}
/*ver2.1 ãƒ–ãƒ­ã‚°è¨˜äº‹å†…ã«URLãŒã‚ã‚‹ã¨ã¯ã¿å‡ºã‚‹ç¾è±¡å¯¾å‡¦*/
#blog-page p{
	word-break: break-all;
}
/*ver2.1 åº—é•·ã‚³ãƒ¡ãƒ³ãƒˆå†…ã«URLãŒã‚ã‚‹ã¨ã¯ã¿å‡ºã‚‹ç¾è±¡ã®å¯¾å‡¦*/
.owner-box-caption{
	word-break: break-all;
}
/*ver2.2 ãƒ˜ãƒƒãƒ€ãƒ¼ãŠå•ã„åˆã‚ã›ãƒœã‚¿ãƒ³æ–‡è¨€ã‚µã‚¤ã‚ºã®ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ–åŒ–*/
@media (max-width:1400px) {
	header .header-cv{
		font-size:1em;
	}
}
@media (max-width:1277px) {
	header .header-cv{
		font-size:0.9em;
	}
}
@media (max-width:1154px) {
	header .header-cv{
		font-size:0.8em;
	}	
}
@media (max-width:1031px) {
	header .header-cv{
		font-size:0.7em;
	}
}
@media (max-width:908px) {
	header .header-cv{
		font-size:0.6em;
	}
}
@media (max-width:785px) {
	header .header-cv{
		font-size:0.5em;
	}
}

/*åº—èˆ—ç´¹ä»‹ãƒšãƒ¼ã‚¸è‡ªç”±é&nbsp;…ç›®æ¬„æ–‡è¨€å·¦å¯„ã›*/
#store-page .store-free-box p,
#store-page .store-link-box p{
	text-align: left;
	padding-left:1em;
}</pre></body></html>