﻿@charset "utf-8";
/**
 * サービス一覧ページのみの要素
 */

@import url(/common/font/typicons/typicons.css);

/* 商品
----------------------------------------------------------------------------------------------------*/

.menu-local {
	display: flex;
	flex-flow: row nowrap;
	margin: 0;
	padding: 0;
}

.menu-local a {
	flex: 0 0 80px;
	margin: 0;
	padding: 1.0rem;
}

.menu-local > a:link,
.menu-local > a:hover,
.menu-local > a:visited,
.menu-local > a:active {
	color: #d1717c;
	text-decoration: none;
}

.menu-local > a:hover {
	color: #d80b24;
}

.menu-local + p {
	text-align: right;
	color: #666;
	font-size: 1.1rem;
}

.menu-local + p span {
	color: #d1717c;
}

.menu-local + p span:nth-of-type(2) {
	margin-left: -.25rem;
	margin-right: .25rem;
}

.ico-m {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto .5rem;
	border-radius: 50%;
	background: #e57373;
}

.current .ico-m {
	background-color: #d80b24;
}

.accordion .ico-m {
	background: -webkit-linear-gradient(214deg, #ef5350 50%, #c62828 50% );
	background: linear-gradient(214deg, #ef5350 50%, #c62828 50% );
}

.ico-m::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(.8);
	width: 100%;
	height: 100%;
	background: url(/service/images/icos.png) no-repeat 0 0;
	background-size: auto 100%;
}

.all::before {
	background-position: -400px 0;
}

.print::before {
	background-position: 0 0;
}

.postcard::before {
	background-position: -100px 0;
}

.book::before {
	background-position: -150px 0;
}

.goods::before {
	background-position: -200px 0;
}

.data::before {
	background-position: -50px 0;
}

.studio::before {
	background-position: -450px 0;
}

.shop::before {
	background-position: -300px 0;
}

.useful::before {
	background-position: -350px 0;
}

.search::before {
	background-position: -500px 0;
}

.menu-local .text {
	display: block;
	text-align: center;
	font-size: 1.0rem;
	color: #666;
}


.btn-open-close {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	color: #3d3333;
	border: none;
	font-size: 1.4rem;
	background: none;
}

.btn-open-close .ico-m {
	width: 50px;
	height: 50px;
	margin: 0;
	background-color: #d80b24;
	flex: 0 0 50px;
	transform: scale(.8);
}

.open-close {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.open-close a:link,
.open-close a:hover,
.open-close a:visited,
.open-close a:active {
	color: currentColor;
	text-decoration: none;
}

.card {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}

.item {
	display: block;
	padding: .5rem;
	background: #fff;
}

.item .img {
	margin-left: 0;
	margin-right: 0;
}

.item .listOrder {
	margin: 2px -5px;
}


.item .img img {
	display: block;
	margin: 0 auto;
}

.item .desc {
	line-height: 1.2;
	margin: .5rem 0;
	font-size: 1.0rem;
}

.more {
	color: #fff;
	background: #577fbc;
	background-color: #d1717c;
}

.more h3 {
	text-align: center;
	font-size: 1.6rem;
	margin: 1.0rem 0;
	color: #fff;
}

.more .ico-m {
	vertical-align: middle;
	display: block;
	background: none;
}

.more p {
	margin: 1.0rem 0;
	padding: .5rem;
	border: 1px solid #fff;
	border-radius: 6px;
	text-align: center;
	color: #fff;
}

.more h3 {
	font-size: 1.3rem;
}

.more .ico-a::before {
	border-color: #fff;
}

.more:hover {
	background-color: #c62828;
}

.listOrder {
	list-style: none;
	display: inline-block;
	display: flex;
	flex-flow: row nowrap;
}

.listOrder li span {
	display: inline-block;
	margin: 0 0 0 2px;
	padding: 0 3px;
	border-radius: 2px;
	vertical-align: middle;
	line-height: 1.5;
	font-size: 10px;
	font-size: 1rem;
}

.listOrder li.shop span {
	color: #fff;
	background-color: #d1717c;
}

.listOrder li.net span {
	color: #fff;
	background-color: #46a1cd;
}

.listOrder li.app span {
	color: #fff;
	background-color: #83b13c;
}

.menu-local + p + .listOrder li {
	margin-right: 1.0rem;
	color: #666;
}

.menu-local + p + .listOrder li span {
	margin-right: .5rem;
}

.title-service {
	display: inline-block;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	font-size: 1.2rem;
}

.ico-a {
	position: relative;
	display: inline-block;
	margin-right: .2rem;
	width: 1.2rem;
	height: 1.2rem;
	vertical-align: middle;

	border-radius: 50%;
}

.ico-a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	text-decoration: inherit;
	width: 4px;
	height: 4px;
	margin-top: -3px;
	margin-left: -4px;
	font-size: 1em;
	text-align: center;
	border-right: 2px solid #be1f33;
	border-top: 2px solid #be1f33;
	transform: rotate(45deg);
}


.accordion > .section.is-hidden {
	display: none;
}

.accordion .section > section {
	transition: opacity .25s ease-out, transform .5s ease-out;
}

.is-ready section {
	opacity: 0;
	transform: translateY(50px);
}

.is-ready .is-show section {
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width:767px) {
	
	.accordion {
		margin: 0;
		padding: 5px 0;
		background-color: #f0f0f0;
	}
	
	.accordion > .section {
		margin-bottom: 1.0rem;
	}
	
	.titleSub h1 span, .PT, .listLocalMenu + p {
		display: none;
	}

	.listOrder {
		display: none;
	}
	
	.titleSub + p {
		margin-bottom: 31px;
	}
	
	.menu-local {
		overflow: auto;
	}
	
	.btn-open-close {
		position: relative;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin: 0;
		padding: 1.5rem 3.5rem 1.5rem 0.5rem;
		color: #3d3333;
		background-color: #fff;
		font-size: 1.4rem;
	}
	
	.btn-open-close .ico-tri {
		position: absolute;
		top: 50%;
		display: block;
		right: 10px;
		width: 9px;
		height: 9px;
		margin-top: -4px;
	}
	
	.btn-open-close .ico-tri::after {
		content: '';
		display: block;
		right: 10px;
		width: 100%;
		height: 100%;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		transition: transform .5s ease;
		transform-origin: center;
		transform: rotate(-45deg);
	}
	
	.btn-open-close.close .ico-tri::after {
		transform: rotate(135deg);
	}
	
	.open-close {
		position: relative;
		overflow: hidden;
		max-height: 99999px;
		
		transition: max-height .5s ease;
	}
	
	.close + .open-close {
		max-height: 0;
	}
	
	.item {
		display: flex;
		flex-flow: row nowrap;
		padding: .5rem 0;
		border-bottom: 1px solid #f0f0f0;
	}
	
	.item .img {
		order: -1;
		flex: 0 0 40%;
		margin: 0;
	}
	
	.item .meta {
		flex: 0 0 60%;
		padding: .75rem;
	}
	
	div.card {
		display: block;
		width: 100%;
	}
	
	div.card a {
			
	}
	
	.more {
		display: flex;
		flex-flow: column;
		margin: 0;
		padding: 0;
	}
	
	.more h3 {
		margin-bottom: 0;
	}
	
	
	.more p {
		display: block;
		width: 15rem;
		padding: .25rem;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	.more .ico-m {
		display: inline-block;
		margin: 0 -.725rem 0 0;
	}
	
	#print .item:nth-of-type(6), #print .item:nth-of-type(7), #print .item:nth-of-type(8), #print .item:nth-of-type(9),
	#postcard .item:nth-of-type(4), #postcard .item:nth-of-type(5), #postcard .item:nth-of-type(6), #postcard .item:nth-of-type(7),
	#goods .item:nth-of-type(6),
	#book .item:nth-of-type(4), #book .item:nth-of-type(5), #book .item:nth-of-type(6), #book .item:nth-of-type(7),
	#data .item:nth-of-type(6), #data .item:nth-of-type(7), #data .item:nth-of-type(8), #data .item:nth-of-type(9), #data .item:nth-of-type(10),
	#studio .item:nth-of-type(5), #studio .item:nth-of-type(6), #studio .item:nth-of-type(7), #studio .item:nth-of-type(8) {
		display: none;
	}
}


@media screen and (min-width:768px) {
	
	#wContents {
		width: auto;
	}
	
	#wPrimary > *,
	.accordion .section {
		width: 950px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#wPrimary > .accordion {
		width: auto;
		margin-top: 1.0rem;
		padding: .5rem 0;
		background: #fafafa;
	}
	
	.menu-local a:hover .ico-m {
		background: #d80b24;
	}
	
	.menu-local + p {
		display: none;
	}
	
	.btn-open-close {
		margin: 1.0rem 0 0;
		font-size: 1.6rem;
	}
		
	.open-close {
		justify-content: flex-start;
		width: auto;
		margin-right: 0;
	}
	
	.card {		
		flex: 0 0 20%;
		max-width: 20%;
		border: 2px solid #fafafa;
	}

	div.card {
		display: flex;
		flex: 1 1 20%;
		max-width: initial;
		
		justify-content: flex-end;
	}
	
	.item {
		position: relative;
		display: flex;
		flex-flow: row wrap;
		box-sizing: border-box;
		margin: 0;
	}


	.item > .title-service,
	.item > .img,
	.item > .desc {
		flex: 1 0 100%;
		max-width: 100%;
	}

	.item .img {
		order: -1;
	}

	.item .listOrder {
		position: absolute;
		top: 5px;
		z-index: 1;
		margin: 0 -2px;
	}

	
	div.card a {
		flex: 0 0 186px;
		max-width: 186px;
		
	}
	.card.x2 {
		flex: 0 0 40%;
		max-width: 40%;
	}
	
	.is-ready .is-show .item:hover {
		opacity: .75;
		transition: opacity .25s ease;
	}
	
	.item .img {
		order: -1;
		margin-bottom: 1.0rem;
	}

	.desc {
		margin-left: 1.0rem;
		margin-right: 1.0rem;
	}
	
	.more .ico-m {
		display: inline-block;
		width: 32px;
		height: 32px;
		vertical-align: middle;
		margin-right: -.25rem;
	}
	
	.more .ico-m.search::before {
		transform: translate(-50%,-50%) scale(1);
		background-position: -320px 0;
	}
		
	.more h3 {
		font-size: 1.6rem;
		margin: 5.0rem 0 5.0rem -.5rem;
	}

	.more p {
		margin: 2.0rem;
	}
	

	
	#goods .item:nth-of-type(5) {
		display: none;
	}
}
