@charset "utf-8";
/* CSS Document */
/*
 Theme Name:   slauson_child
 Template:     slauson
*/

body, div, p, ul, li, a, h1, h2, h3, h4, h5, h6, header, .section-title {
		font-family: 'Times New Roman', Georgia, Times, "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", Meiryo, sans-serif;
		color: #333;
}

.cycle-slideshow {
width: 960px;
height: auto;
margin: 0px auto 0 auto;
text-align: center;
}
p a {
color:#339933;
}
.pagetitle {
color: #333;
font-size: 1.6em;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 20px 0px;
padding: 0 0 3px 0;
}
#footer {
	background-image: url(https://atelier-itone.com/wp-content/uploads/2021/12/footer_back.jpg);
  clear: both;
  min-height:200px;
  text-align: center;
  background-position:top;
  background-repeat:no-repeat;
  background-size:cover;
}
#copyright {
font-size: 12px;
line-height: 110%;
color: #dddddd;
text-align: center;
position: relative;
margin: 0;
padding: 10px;
background: #666666;
}

/*----------------------------------------------------
コンテンツ画像の入れ替え
----------------------------------------------------*/
.inner {
	position: relative;
	margin: 0 auto;
}
/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 18%;


}
.fourCol .inner .image {
	width: 150%;
	min-height: 0%;
}
.fourCol .inner img {
	width: 100%;
}
p.fourcol_title{
	margin-top: 8px;
	font-size: 1.1em;
	font-weight:bold;
	text-align: center;
		padding: 0;
}
p.fourcol_text{
	margin-bottom: 1em;
	font-size: 0.7em;
	text-align: center;
		padding: 0;
}

@media screen and (max-width:767px) {
	.fourCol {
		display: block;
		margin-bottom: 5px;
	}
	.fourCol .inner {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
	}
	.fourCol .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 5px 10px 0;
	}
	.fourCol .inner:nth-child(even) {
		float: right;
		padding: 0 0 10px 5px;
	}
.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
}