.bg{
  background-size:cover;
  background-attachment:fixed;
  background-position:center center;
  background-image:url(../img/bg_01.jpg);
  padding-top:2rem;
  padding-bottom:4rem;
  position:relative;
}
main{
  margin-bottom:0 !important;
}
.large-img{}
.large-img img{
  width:100%;
}
.small-img{
  text-align:center;
  margin-top:80px;
}
.content h3{
  margin-top:80px;
  text-align:center;
  width: 100%;
}
.text-box{
  color:#fff;
  margin-top:40px;
  line-height:1.5em;
}
.theme{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-around;
}
.theme .item{
  width:49%;
  color:#fff;
  margin-top:40px;
}
.theme .item img{
  width:100%;
}

.theme .item .txt{
  margin-top:20px;
  border-left:3px solid #fff;
  padding-left:10px;
  padding-top:10px;
  padding-bottom:10px;
  line-height:1.5em;
}

.movie{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-around;
}
.movie .item{
  width:49%;
  color:#fff;
  margin-top:40px;
}

/****************************************

oneday

*****************************************/
#oneday-top .half-contents > li:first-child {
	margin-bottom: 3rem;
}

@media screen and (min-width: 60em) {
	#oneday-top .half-contents > li:first-child {
		margin-right: 4rem;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 60em) {
	#oneday-top .half-contents > li:last-child li:first-child {
		width: 80%;
	}
	#oneday-top .half-contents > li:last-child li:last-child {
		width: 50%;
		margin: -10rem 0 0 auto;
	}
}
#oneday-flow {
	margin-top: 4rem;
  color:#fff;
}

@media screen and (min-width: 60em) {
	#oneday-flow {
		background: url(https://shokunin-doujou.com/wp-content/themes/shokunin-doujou/images/oneday_bg_line.gif) center center repeat-y;
		background-size: 1px;
		padding-bottom: 0;
		margin-bottom: 8rem;
		margin-top: 10rem;
	}
}
#oneday-flow > div {
	padding-top: 0;
}
#oneday-flow > div > div {
	margin-bottom: 2rem;
	position: relative;
}

@media screen and (min-width: 60em) {
	#oneday-flow > div > div {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 6rem;
	}
}
#oneday-flow > div > div h4 {
	width: 10rem;
	height: 4rem;
	background-color: black;
	font-weight: bold;
	color: white;
	margin-bottom: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (min-width: 60em) {
	#oneday-flow > div > div h4 {
		width: 14rem;
		/*height: 8rem;*/
		position: absolute;
		top: -6rem;
		left: 50%;
		margin-left: -7rem;
		font-size: 1.8rem;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 60em) {
	#oneday-flow > div > div h4 {
		font-size: 24px;
	}
}

@media screen and (min-width: 75em) {
	#oneday-flow > div > div h4 {
		top: -3rem;
	}
}
#oneday-flow > div > div dl {
	margin-bottom: 2rem;
}

@media screen and (min-width: 60em) {
	#oneday-flow > div > div dl {
		margin-bottom: 0;
		width: 43%;
	}
}
#oneday-flow > div > div dl dt {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 2rem;
	line-height: 1.4;
}

	#oneday-flow > div > div dl dd {
    	line-height: 1.5;
}
@media screen and (min-width: 60em) {
	#oneday-flow > div > div dl dt {
		font-size: 2.2rem;
		margin-bottom: 3rem;
	}
}

@media screen and (min-width: 60em) {
	#oneday-flow > div > div dl dt {
		font-size: 25px;
		margin-bottom: 4rem;
	}
}

@media screen and (min-width: 60em) {
	#oneday-flow > div > div p {
		width: 43%;
	}
}

@media screen and (min-width: 60em) {
	#oneday-flow > div > div:nth-child(2n) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

.images {
    width: 100%;
    height: auto;
}

.voice{
color:#fff;
display:flex;
justify-content:space-around;
flex-wrap:wrap;
margin-bottom:80px;
}
.voice .item{
  width:49%;
  margin-top:40px;
  display:flex;
  justify-content:space-around;
  align-items:center;
  flex-wrap:wrap;
}
.voice .item .img{
  width:150px;
  height:150px;
  background:#000;
  border-radius:50%;
  overflow:hidden;
}
.voice .item .img img{
  width:100%;
}
.voice .item .info{
  width:calc(100% - 170px)
}
.voice .item .info .ttl{
font-weight:bold;
font-size:24px;
}
.voice .item .info .txt{
  margin-top:24px;
  line-height:1.5rem;
}
