@charset "UTF-8";
/*
Theme Name: Kojima-Kikaku Theme 001
Theme URI: URL
Description: 小島喜画のオリジナルテーマです。
Version: 1.0
Author: Teppei Kojima
Author URI: https://kojima-k.biz/
*/

/*=================================================
				reset
=================================================*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: bottom;
	background: transparent;
}
*, ::after, ::before {
    box-sizing: border-box;
}
body {
	color: #444;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	font-style: normal;
	line-height: 1.5;
	margin-bottom: .5rem;
}
h1 {font-size: 1.8rem;}
h2 {font-size: 1.4rem;}
h3 {font-size: 1.2rem;}
h4 {font-size: 1.1rem;}
h5 {font-size: 1.05rem;}
h6 {font-size: 1rem;}
ul {list-style: none;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	color: #444;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	border: none;
}
p {
	line-height: 1.8;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {text-decoration: line-through;}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {vertical-align: middle;}
* {
	appearance: none;
	-webkit-appearance: none;
}
input, textarea {
	background-color: #eee;
	border: none;
	display: block;
    padding: 1rem;
	width: 100%;
}
input[type='submit'] {
	background-color: #444;
	color: #fff;
}
textarea {
	overflow: auto;
    resize: vertical;
}

@media (min-width: 1200px) {

	h1 {font-size: 2rem;}
	h2 {font-size: 1.6rem;}
	h3 {font-size: 1.4rem;}
	h4 {font-size: 1.3rem;}
	h5 {font-size: 1.2rem;}
	h6 {font-size: 1.1rem;}

}
/*=================================================
				layout
=================================================*/
.mb-0 {
	margin-bottom: 0!important;
}
.mt-3 {
	margin-top: 1.5rem!important;
}
.mt-5 {
	margin-top: 3rem!important;
}
.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}
.container.full-width {
	padding-right: 0;
	padding-left: 0;
}
.container img {
	height: 100%;
	/* max-width: 100%; */
	object-fit: cover;
	width: 100%;
}
.sectionInner {
	margin-top: 2rem;
}
.bg--fullWidth {
	background-size: cover;
    overflow: hidden;
}
.d-flex {
	display: flex;
}
.align-center {
	align-items: center!important;
}
.flexBox {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
}
.flexBox ul {
	justify-content: space-around;
}
.position--center {
	display: flex;
	justify-content: center;
}

.tiles > div:not(:first-child) {
	margin-top: 2rem;
}
.tiles__detail {
    align-items: center;
	display: flex;
	height: auto;
	justify-content: center;
}
.tiles figure {
    margin-bottom: 1rem;
}
.tiles--fullSquare {
    align-items: center;
	display: flex;
	height: 100vw;
    justify-content: center;
    width: 100%;
}
.tiles--simple {
	background-color: #f7f7f7;
}
.no-margin > div{
	margin-right: 0!important;
}
li.item {
	display: inline-block;
	position: relative;
}
li.item img {
	width: 100%;
}
.articleBlock {
	padding: 1rem;
    background-color: #f8f8f8;
}
.articleBlock h3, .articleBlock h4 {
	margin-top: 1rem;
}
.articleBlock figure, .articleBlock p {
	margin-top: 1rem;
}
.articleInner {
	margin-top: 2rem;
}
.article__case {
	font-size: 1rem;
	color: #aaa;
	margin-right: .5rem;
}

@media (min-width: 576px){
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px){
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px){
	.container {
		max-width: 960px;
	}
	#case figure {
		height: 400px;
	}	
	.flexBox {
		flex-direction: row;
		/* flex-wrap: wrap; */
		justify-content: center;
	}
	[class*=col-] > div{
		margin-right: 2rem;
		margin-bottom: 0;
	}
	.flexBox.col-2 > div{
		width: 50%;
	}
	.flexBox.col-2 div:last-child, .flexBox.col-3 div:last-child {
		margin-right: 0;
	}
	.flexBox.col-2.flexBox--reverse div:first-child {
		margin-right: 0;
	}
	.flexBox.col-2.flexBox--reverse div:last-child {
		margin-right: 2rem;
	}
	.flexBox > .wrap--inner > :first-child {
		margin-top: 0;
	}
	.flexBox .tiles__detail div {
		margin-right: 0;
	}
	#footer .flexBox {
		justify-content: space-around;
	}
	.tiles > div:not(:first-child) {
		margin-top: 0;
	}
	.tiles figure {
		margin-bottom: 0;
	}
	.col-2 > * {
		width: calc(50% - 2rem);
	}
	.tiles--fullSquare {
		height: calc(100vw / 3);
		width: calc(100vw / 3);
	}
	li.item {
		width: 60%;
	}	
	.single__content {
		margin-left: auto;
		margin-right: auto;
		max-width: 800px;
	}
	.articleBlock {
		padding: 3rem;
	}
	.articleBlock h3 {
		margin-bottom: 2rem;
	}
	.articleInner {
		margin-top: 3rem;
	}
}

@media (min-width: 1200px){
	.container {
		max-width: 1140px;
	}
}

/*=================================================
				title
=================================================*/
.archive__title {
	font-size: 1.1rem;
}
.single__content h2.archive__title {
	margin-top: 0;
}

@media (min-width:992px) {
	.archive__title {
		font-size: 1.2rem;
	}
}

/*=================================================
				news / works
=================================================*/
.article__meta {
	border-bottom: 1px solid #ccc;
	color: #444;
	display: flex;
	justify-content: space-between;
    padding-bottom: 1rem;
}
.article__meta ul {
	line-height: 1;
	list-style: none;
	margin-left: 0;
    margin-top: 0;
}
.article__meta ul li {
	border: 1px solid #444;
    font-size: .8rem;
    padding: .3rem;
}
.article__meta time {
	line-height: 2.2;
    font-size: .9rem;
}
.archives .flexBox {
	justify-content: flex-start;
}
