@charset "UTF-8";


.wholesale {
	margin-top: 30px;
	text-align: center;
}
.wholesale span {
	width: 680px;
	height: 54px;
	font-family: "Kosugi", sans-serif;
	font-size: 1.3em;
	line-height: 1.4;
	background: #917d5e;
	color: #FFF;
	padding: 10px 30px; 
	display: inline-block;
	position: relative;
}
.wholesale span:before,
.wholesale span:after {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	z-index: 1;
}
.wholesale span:before {
	top: 0;
	left: 0;
	border-width: 27px 0px 27px 15px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}
.wholesale span:after {
	top: 0;
	right: 0;
	border-width: 27px 15px 27px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}

@media screen and (max-width: 768px) {
	.wholesale span {
		width: 100%;
		height: 80px;
		font-size: 1.2em;
	}
	.wholesale span:before {
		border-width: 40px 0 40px 14px;
	}
	.wholesale span:after {
		border-width: 40px 14px 40px 0;
	}
}
@media screen and (max-width: 568px) {
	.wholesale span {
		width: 100%;
		height: 70px;
		font-size: 1.1em;
	}
	.wholesale span:before {
		border-width: 35px 0 35px 14px;
	}
	.wholesale span:after {
		border-width: 35px 14px 35px 0;
	}
}
@media screen and (max-width: 430px) {
	.wholesale span {
		line-height: 1.2;
		font-size: 1em;
		height: 60px;
	}
	.wholesale span:before {
		border-width: 30px 0px 30px 15px;
	}
	.wholesale span:after {
		border-width: 30px 15px 30px 0px;
	}
}
@media screen and (max-width: 380px) {
}


.onlinestore {
	margin-top: 60px;
	text-align: center;
}
.onlinestore a.btnEc {
	display: inline-block;
	font-size: 1em;
	max-width: 720px;
	width: 80%;
    height: auto;
    line-height: 1.4;
    margin: 0 10px 0;
    padding: 18px 12px;
	position: relative;
	text-align: center;
	text-decoration: none;
	outline: 0;
	overflow: hidden;
	color: #434343;
	background: #b9dcd4;
	border-radius: 4px;
	box-shadow: 0 0 0 5px #b9dcd4;
	border: 1px dashed #FFF;
	font-family: 'Vollkorn', serif;
	font-weight: 600;
}
.onlinestore a.btnEc.tab:after {
	right: 1em;
}

@media screen and (max-width: 559px) {
	.onlinestore a.btnEc {
		width: calc(100% - 20px);
	}
}

/* ***************************************
 * common
 * **************************************/

.common-title {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin: 0 0 12px 0;
}
.common-subtitle {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	margin: 0 0 12px 0;
}
.common-box {
	margin-top: 60px;
}
.common-inbox {
	margin-top: 12px;
	
}

/* ***************************************
 * ホーム
 * **************************************/

.first-information {
	text-align: center;
}
.first-information .first-information-outline {
	display: inline-block;
    padding: 18px 0;
    margin: 0px auto 0;
    position: relative;
    font-size: .9em;
}
.first-information .first-information-outline p.hope-open-note {
	font-size: .9em;
}



/* お知らせ
 * **************************************/

.news {
	padding-top: 38px;
}
.news .news-outline {
	overflow: hidden;
	margin: 0 90px;
	display: flex;
}
.news .news-outline .news-flex___title {
	    max-width: 210px;
    width: 22%;
}
.news .news-title {
	
}
.news .news-title span {
	display: block;
    color: #f29603;
    font-size: 14px;
    font-weight: 600;
    margin-top: 9px;
}
.news .news-outline .news-flex___items {
	max-width: 835px;
	width: 82%;
	padding-left: 48px;
	border-left: solid 1px #f29603;
}

@media screen and (max-width: 1194px) {
	.news .news-outline {
		margin: 0;
	}
	.news .news-outline .news-flex___items {
		max-width: 900px;
		width: 85%;
		padding-left: 32px;
	}
}
@media screen and (max-width: 768px) {
	.news .news-outline {
		flex-direction: column;
	}
	.news .news-outline .news-flex___title {
		width: 100%;
		max-width: 100%;
	}
	.news .news-outline .news-flex___items {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		border: none;
	}
	.news ul.news-items {
		border-top: 1px solid #DCD9D4;
	}
	.news ul.news-items li {
		padding: 12px;
		border-bottom: 1px solid #DCD9D4 !important;
	}
	.news ul.news-items li time.date {
		font-size: .8em;
		margin-right: 9px;
	}
	.news ul.news-items li span.new {
		font-size: 9px;
	}
}
@media screen and (max-width: 559px) {
	.news .news-title {
		margin-bottom: 18px;
	}
}

/* ごあいさつ
 * **************************************/

.greeting {
	background: #FFF;
}
.greeting .greeting_box {
	overflow: hidden;
}
.greeting img.greeting_image {
	max-width: 420px;
    width: 40%;
	float: left;
	border-radius: 12px;
    margin: 0 45px 35px 0;
}

@media screen and (max-width: 559px) {
	.greeting img.greeting_image {
		float: none;
        max-width: 100%;
        width: 100%;
        margin: 0;
	}
	.greeting .greeting_text {
		margin-top: 30px;
	}
}


/* 吉岡ゴム印店のはんこ
 * **************************************/

.products {
	overflow: hidden;
	background: #fefae8;
	border-bottom: 12px solid #FFF;
}



/* こだわり
 * **************************************/

.quality {
	background: url(../images/common/bg.png) repeat;
    background-size: 200px;
}
.quality ul.quality-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 48px;
}
.quality ul.quality-items li {

	display: flex;
	flex-direction: column;

}
.quality ul.quality-items li img {
	border-radius: 12px;
	position: relative;
    z-index: 2;
}
.quality .quality_text {
	flex: 1;
	text-align: left;
	background: #fff;
	padding: 78px 45px 45px;
	border-radius: 12px;
	margin-top: -40px;
	margin-left: 60px;
	position: relative;
	z-index: 1;
}


@media screen and (max-width: 1194px) {
	.quality ul.quality-items li img {
		width: 89%;
	}
	.quality .quality_text {
		padding: 78px 30px 45px;
		    margin-left: 38px;
	}
}
@media screen and (max-width: 768px) {
	.quality ul.quality-items {
		gap: 28px;
	}
	.quality ul.quality-items li img {
		width: 100%;
	}
	.quality .quality_text {
		background: none;
		padding: 0;
		margin: 22px 0 0;
	}
	.quality .quality_text .quality-title {
		font-size: 2.8vw;
	}
}
@media screen and (max-width: 559px) {
	.quality ul.quality-items {
		grid-template-columns: repeat(1, 1fr);
		gap: 38px;
	}
	.quality ul.quality-items li {
		width: calc(100% + 45px);
	}
	.quality ul.quality-items li:nth-child(odd) {
		margin-left: -45px;
	}
	.quality ul.quality-items li:nth-child(even) {
		margin-right: -45px;
	}
	.quality ul.quality-items li:nth-child(odd) img {
		border-radius: 0 12px 12px 0;
	}
	.quality ul.quality-items li:nth-child(even) img {
		border-radius: 12px 0 0 12px;
	}
	.quality ul.quality-items li:nth-child(odd) .quality_text {
		margin-left: 45px;
	}
	.quality ul.quality-items li:nth-child(even) .quality_text {
		margin-right: 45px;
	}
	.quality .quality_text {
        margin: 28px 0 0;
	}
	.quality .quality_text .quality-title {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 430px) {
	.quality ul.quality-items {
		grid-template-columns: repeat(1, 1fr);
		gap: 38px;
	}
	.quality ul.quality-items li {
		width: calc(100% + 30px);
	}
	.quality ul.quality-items li:nth-child(odd) {
		margin-left: -30px;
	}
	.quality ul.quality-items li:nth-child(even) {
		margin-right: -30px;
	}
	.quality ul.quality-items li:nth-child(odd) .quality_text {
		margin-left: 30px;
	}
	.quality ul.quality-items li:nth-child(even) .quality_text {
		margin-right: 30px;
	}
	.quality .quality_text .quality-title {
		font-size: 2rem;
	}
}
@media screen and (max-width: 380px) {
	.quality ul.quality-items li {
		width: calc(100% + 20px);
	}
	.quality ul.quality-items li:nth-child(odd) {
		margin-left: -20px;
	}
	.quality ul.quality-items li:nth-child(even) {
		margin-right: -20px;
	}
	.quality ul.quality-items li:nth-child(odd) .quality_text {
		margin-left: 20px;
	}
	.quality ul.quality-items li:nth-child(even) .quality_text {
		margin-right: 20px;
	}
}
@media screen and (max-width: 320px) {
	.quality .quality_text .quality-title {
		font-size: 1.1rem;
	}
}


/* すべておまかせ
 * **************************************/

.works {
	padding-top: 0;
	background: url(../images/common/bg.png) repeat;
}
.works .works-title {
	position: relative;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}
.works .works-title span {
	display: inline-block;
	background: #f29603;
	color: #FFF;
	padding: 18px 1.2em;
    border-radius: 60px;
	font-size: .82em;
	line-height: 1.2;
}
.works .works-title span:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #f29603;
}
.works .works_box {
	background: #FFF;
	padding: 60px;
	margin-top: -5px;
	border-radius: 12px;
}
.works .works_box dl {
	display: flex;
	padding: 12px 30px;
	width: 80%;
    max-width: 850px;
	margin: 0 auto;
	border-bottom: 1px solid #ededed;
}
.works .works_box dt {
	width: 30%;
	max-width: 220px;
}
.works .works_box dt span {
	font-size: .8em;
	margin-left: 3px;
}
.works .works_box dd {
	width: 70%;
	max-width: 560px;
}
.works .works_text {
	margin-top: 22px;
	text-align: center;
}
.works .wholesale {
	margin-top: 22px;
}
.works .works_images {
	margin-top: 22px;
}
.works .works_images ul {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 18px;
}
.works .works_images ul li {
}

@media screen and (max-width: 1194px) {
	.works .works_box dl {
		width: 100%;
    max-width: 100%;
	}
	.works .works_box dd {
    width: 100%;
    max-width: 674px;
}
}
@media screen and (max-width: 768px) {
	.works .works_box {
		padding: 45px 30px;
	}
	.works .works_box dl {
		width: 100%;
	}
	.works .works_box dt {
		width: 220px;
	}
	.works .works_images ul {
		width: 100%;
	}
}
@media screen and (max-width: 559px) {
	.works .works_box {
		width: calc(100% + 90px);
        margin-left: -45px;
		padding: 30px;
	}
	.works .works_box dl {
		display: block;
		width: 100%;
		padding: 12px 0;
	}
	.works .works_box dt {
		display: block;
		width: 100%;
		font-weight: bold;
	}
	.works .works_box dd {
		display: block;
		width: 100%;
	}
	.works .works_images ul {
		width: 100%;
		margin-top: -15px;
	}
	.works .works_images ul li {
		width: calc(100%/2 - 15px);
		margin-top: 15px;
	}
}
@media screen and (max-width: 430px) {
	.works .works_box {
		width: calc(100% + 60px);
        margin-left: -30px;
	}
	.works .works_box {
		padding: 20px;
	}
	.works .works_box dl {
		padding: 8px;
	}
}
@media screen and (max-width: 380px) {
	.works .works_box {
		width: calc(100% + 40px);
        margin-left: -20px;
	}
}



/* ご注文の流れ
 * **************************************/

.flow {
	overflow: hidden;
	background: #fefae8;
	border-top: 12px solid #FFF;
}
.flow .flow-outline {
	background: #FFF;
	border-radius: 12px;
}
.flow .flow-step-flex {
	display: flex;
	padding: 60px;
}
.flow .flow-step-flex:not(:last-child) {
	border-bottom: 1px solid #ededed;
}
.flow .flow-step-flex .flow-step-flex___num {
	    width: 20%;
    min-width: 220px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.flow .flow-step-flex .flow-step-flex___num img.icon-step {
	width: 23%;
    max-width: 48px;
}
.flow .flow-step-flex .flow-step-flex___num .flow-step-title {
	width: 100%;
	text-align: center;
    margin-top: 12px;
	color: #f29603;
}

.flow .flow-step-flex .flow-step-flex___num .flow-step-title span {
	display: inline-block;
	width: 100%;
	padding-bottom: 26px;
    text-align: center;
	position: relative;
}
.flow .flow-step-flex .flow-step-flex___num .flow-step-title span:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: .6em;
}
.flow .flow-step-flex:nth-child(1) .flow-step-flex___num .flow-step-title span:before {
	content: "STEP 1"
}
.flow .flow-step-flex:nth-child(2) .flow-step-flex___num .flow-step-title span:before {
	content: "STEP 2"
}
.flow .flow-step-flex:nth-child(3) .flow-step-flex___num .flow-step-title span:before {
	content: "STEP 3"
}
.flow .flow-step-flex:nth-child(4) .flow-step-flex___num .flow-step-title span:before {
	content: "STEP 4"
}

.flow .flow-step-flex .flow-step-flex___text {
	width: 85%;
	padding-left: 45px;
	border-left: solid 1px #f29603;
}
.flow .flow-step-flex .flow-step-flex___text .supplement {
	font-size: .8em;
}
.flow table {
	    max-width: 640px;
    width: 100%;
}
.flow table,
.flow table th,
.flow table td {
	border-collapse: collapse;
	border: 1px solid #ededed;
}
.flow table th {
	font-weight: normal;
	background: #fefae8;
	width: 30%;
}
.flow table td {
	text-align: center;
	width: 25%;
}

@media screen and (max-width: 1194px) {
	.flow .flow-step-flex .flow-step-flex___num {
		min-width: 200px;
	}
}
@media screen and (max-width: 1024px) {
	.flow .flow-step-flex {
		padding: 45px;
	}
}
@media screen and (max-width: 768px) {
	.flow .flow-step-flex {
		flex-direction: column;
		padding: 45px;
}
	.flow .flow-step-flex .flow-step-flex___num {
		flex-direction: row;
		width: 100%;
		min-width: 100%;
	}
	.flow .flow-step-flex .flow-step-flex___num img.icon-step {
		width: 10%;
		max-width: 38px;
	}
	.flow .flow-step-flex .flow-step-flex___num .flow-step-title {
		margin: 0;
	}
	.flow .flow-step-flex .flow-step-flex___num .flow-step-title span {
		text-align: left;
		margin-left: 12px;
		padding: 0;
	}
	.flow .flow-step-flex .flow-step-flex___num .flow-step-title span:before {
		content: none !important;
	}
	.flow .flow-step-flex .flow-step-flex___text {
		width: 100%;
		margin-top: 18px;
		padding-left: 0;
        border: none;
	}
	
}
@media screen and (max-width: 559px) {
	.flow .flow-step-flex {
		padding: 30px;
	}
	.flow .flow-step-flex .flow-step-flex___num {
		flex-direction: column;
	}
	.flow .flow-step-flex .flow-step-flex___num .flow-step-title span {
		text-align: center;
		margin: 12px 0 0;
	}
}
@media screen and (max-width: 380px) {
	.flow .flow-step-flex {
		padding: 20px;
	}
}


/* よくある質問
 * **************************************/

.faq {
	background: #FFF;
}
.faq .faq-outline {
	text-align: center;
}
.faq .faq-items {
	width: 80%;
    max-width: 920px;
    margin: 38px auto 0;
}
.faq .set {
	position: relative;
}
.faq .set:not(:first-child) {
	margin-top: 28px;
}
.faq .set label.set-q {
	display: block;
	text-align: left;
	width: 100%;
	background: #fefae8;
	color: #333;
	margin: 0;
	padding: 15px 60px 15px 30px;
	cursor: pointer;
}
.faq .set .set-a {
	position: relative;
	overflow: hidden;
	text-align: left;
	height: 0;
	padding: 0 30px;
	-webkit-transition: .4s ease;
	transition: .4s ease;
	opacity: 0;
}
.faq .set input[type=checkbox]:checked ~ .set-a {
	height: auto;
	padding: 20px 30px;
	opacity: 1;
}
.faq .set .set-plus {
	color: #f29603;
	font-size: 1.6em;
	line-height: 100%;
	position: absolute;
	right: 30px;
	top: .5em;
}
.faq .set input[type=checkbox] {
	display: none;
}

@media screen and (max-width: 1194px) {
	.faq .faq-items {
		width: 100%;
	}
}

/* わたしたちの想い
 * **************************************/

.hope {
	background: url(../images/common/bg.png) repeat;
	background-size: 200px;
}
.hope .hope-message {
	text-align: center;
	padding-bottom: 42px;
	position: relative;
}
.hope .hope-message:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #000;
	width: 150px;
	height: 1px;
}
.hope .hope-information {
	text-align: center;
	margin-top: 42px;
}
.hope .hope-information .hope-information-title {
	text-align: center;
	margin: 0;
	color: #1E1609;
	font-size: 1.1em;
}
.hope .hope-information p.hope-add span {
	display: inline-block;
	margin-left: 6px;
}
.hope .hope-information p.hope-open-note {
	    margin-top: 12px;
    font-size: .9em;
}
.hope .hope-information p.hope-open-note a {
	text-decoration: underline;
}

.hope .hope-store {
	overflow: hidden;
	margin-top: 30px;
	display: flex;
	border-radius: 12px;
}
.hope .hope-store picture.hope_store_image {
	width: 50%;
	height: auto;
}
.hope .hope-store picture.hope_store_image img {
	    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hope .hope-store iframe {
	width: 50%;
}

@media screen and (max-width: 768px) {
	.hope .hope-store {
		flex-direction: column;
	}
	.hope .hope-store picture.hope_store_image {
		width: 100%;
	}
	.hope .hope-store iframe {
		width: 100%;
		height: 420px;
	}
}
@media screen and (max-width: 559px) {
	.hope .hope-information p.hope-open-note {
		text-align: left;
	}
	.hope .hope-store iframe {
		width: 100%;
		height: 320px;
	}
}


/****************************************
 * 取扱商品
*****************************************/

#product h2 {
	position: relative;
	color: #917D5E;
	text-align: left;
	font-size: 1em;
	margin-bottom: 18px;
	padding: 0 0 0 30px;
}
#product h2:not(:first-child) {
	margin-top: 30px;
}
#product h2:before,
#product h2:after {
	position: absolute;
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border: 2px solid #999;
	top: 28%;
	left: 3px;
	transform: rotate(45deg);
}
#product h2:after {
	top: 28%;
	left: 9px;
	height: 14px;
	width: 14px;
	transform: rotate(45deg);
	border: none;
	background: rgba(244,210,159,.3);
}
#product .products_box_top {
	margin-top: -30px;
}

#product .products_box {
	overflow: hidden;
	width: 1000px;
}
#product .product-flex {
	display: flex;
	
}
#product .product-flex .product-flex___featuredimage {
	width: 35%;
	max-width: 400px;
}
#product .product-flex .product-flex___featuredimage img {
	border-radius: 12px;
}
#product .product-flex .product-flex___description {
	width: 67%;
	max-width: 780px;
	padding-left: 60px;
}
#product .product-flex .product-flex___description ul {
	list-style: disc;
	margin: 30px 0 30px 1em;
	padding: 0;
}
#product .product-flex .product-flex___description ul li {
	line-height: 1.2;
}
#product .product-flex .product-flex___description ul li:not(:first-child) {
	margin-top: 12px;
}

#product .product-images {
	margin-top: 60px;
	display: flex;
}
#product .product-images img {
	display: block;
	border-radius: 12px;
}
/* 矢印 */
#product .product-images .product-splide .splide__arrow {
	background: #f29603;
	min-width: auto;
	box-shadow: none;
	font-size: 1em;
	opacity: 1;
}
#product .product-images .product-splide .splide__arrow--prev {
	left: -1em;
}
#product .product-images .product-splide .splide__arrow--next {
	right: -1em;
}
#product .product-images .product-splide .splide__arrow svg {
	fill: #FFFFFF;
}
/* 矢印ここまで */


/* 下部の取扱商品メニュー */
#product .products-lineup {
	margin-top: 78px;
}
#product .products-lineup-outline {
	
}
#product ul.products-lineup-items {
	overflow: hidden;
	display: flex;
	border-radius: 12px;
}
#product ul.products-lineup-items li {
	overflow: hidden;
	display: inline-block;
	width: 100%;
}
#product ul.products-lineup-items li img {
	filter: grayscale(100%);
	transition-duration: .3s;
	width: 100%;
}
#product ul.products-lineup-items li img:hover {
	filter: grayscale(0);
	transition-duration: .3s;
	opacity: 1;
}
#product ul.products-lineup-items li span {
	display: block;
	text-align: center;
	margin-top: 10px;
}
#product ul.products-lineup-items li a.hover-scale {
	display: block;
	position: relative;
}
#product ul.products-lineup-items li a.hover-scale:hover {
	opacity: 1;
	transform: scale(1.06);
	transition-duration: .6s;
}
#product ul.products-lineup-items li a.hover-scale span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	    color: #FFF;
	font-family: "Kosugi", sans-serif;
    font-size: 2.8rem;
}

@media screen and (max-width: 1024px) {
	#products_child .products_images img {
		width: 320px;
	}
}
@media screen and (max-width: 768px) {
	#product .product-flex {
		flex-direction: column;
	}
	#product .product-flex .product-flex___featuredimage {
		width: calc(100% + 90px);
		max-width: calc(100% + 90px);
		margin-left: -45px;
	}
	#product .product-flex .product-flex___featuredimage img {
		border-radius: 12px 12px 0 0;
	}
	#product .product-flex .product-flex___description {
		width: 100%;
		background: #FFF;
        padding: 45px;
        margin-top: -60px;
        border-radius: 12px;
	}

	/* 下部の取扱商品メニュー */
	#product .products-lineup {
		margin-top: 78px;
	}
	#product ul.products-lineup-items {
		    flex-wrap: wrap;
	}
	#product ul.products-lineup-items li {
		width: 50%;
	}
	#product ul.products-lineup-items li a.hover-scale span {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 559px) {
	#product .product-flex .product-flex___description { 
		padding: 30px;
	}
	#product .product-images {
		margin-top: 48px;
	}
	
	/* 下部の取扱商品メニュー */
	#product .products-lineup {
		margin-top: 48px;
	}
	#product ul.products-lineup-items li img {
		filter: grayscale(0);
	}
	#product ul.products-lineup-items li a.hover-scale span {
		font-size: 100%;
	}
}
@media screen and (max-width: 430px) {
	#product .product-flex .product-flex___featuredimage {
		width: calc(100% + 60px);
		max-width: calc(100% + 60px);
		margin-left: -30px;
	}
	#product .product-images {
		margin-top: 28px;
	}
}
@media screen and (max-width: 380px) {
	#product .product-flex .product-flex___featuredimage {
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
		margin-left: -20px;
	}
}


/* ***************************************
 * 会社情報
 * **************************************/

#company table {
	border-collapse: collapse;
	width: 100%;
}
#company table th {
	color: #096057;
	text-align: left;
	font-weight: 400;
	padding: 30px 20px;
	width: 220px;
	border-top: 1px solid #056740;
	border-bottom: 1px solid #056740;
}
#company table td {
	padding: 30px 30px;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
}
#company ul.company-contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

#company ul.company-works {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 1194px) {
	#company table th {
		width: 180px;
	}
}
@media screen and (max-width: 768px) {
	#company table th {
		display: block;
		width: 100%;
		padding: 20px 0 0 0;
		border-top: 1px solid #CBCBCB;
		border-bottom: none;
		position: relative;
	}
	#company table th::before {
		content: "";
		width: 100px;
		height: 1px;
		background: #1EA693;
		display: block;
		position: absolute;
		left: 0;
		top: -1px;
	}
	#company table td {
		display: block;
		width: 100%;
		padding: 0 0 20px 0;
		border-top: none;
		border-bottom: none;
	}
}

/****************************************
 * 地図・アクセス
*****************************************/

#access .access-outline {
	
}
#access .access-block:not(:first-child) {
	margin-top: 90px;
}
#access .address {
	padding: 30px;
	text-align: center;
	background: #fefae8 url(../images/page/access-pin.svg) no-repeat;
	background-size: 200px;
	background-position: left 22% center;
	font-size: 1.2em;
	border-radius: 12px;
}
#access .address span {
	display: block;
	font-size: .8em;
}
#access .address a.tomap {
	font-size: .8em;
}
#access .access-routeCar,
#access .access-routeTrain {
	margin-top: 60px;
	text-align: center;
}
#access .access-routeTrain img {
	border-radius: 12px;
}
#access .access-routeTrain-route {
	margin-top: 38px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 42px;
}
#access .access-routeTrain-route dl {
	
}
#access .access-routeTrain-route dl dt {
	width: 100%;
}
#access .access-routeTrain-route dl dd {
	width: 100%;
	text-align: left;
	padding: 32px 18px 18px;
}
#access #map iframe {
	border-radius: 12px;
}

@media screen and (max-width: 1194px) {
	#access .access-routeTrain-route {
		gap: 28px;
	}
	#access .access-routeTrain-route dl dd {
		padding: 28px 12px 18px;
	}
}
@media screen and (max-width: 768px) {
	#access .address {
background-position: left 10% center;
	}
	#access .access-block:not(:first-child) {
		margin-top: 75px;
	}
	#access .access-routeTrain-route {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 559px) {
	#access .address {
		font-size: 1.1em;
		background-position: left -6vw center;
	}
	#access .access-block:not(:first-child) {
		margin-top: 60px;
	}
	#access .access-routeTrain-route {
		gap: 18px;
	}
	#access .access-routeTrain-route dl dd {
		padding: 18px 12px 12px;
	}
	
	#access .access-routeCar .access-routeCar-text,
	#access .access-routeTrain .access-routeCar-text {
		text-align: left;
	}
	
	#access #map {
		width: calc(100% + 90px);
		max-width: calc(100% + 90px);
		margin-left: -45px;
	}
	#access #map iframe {
		border-radius: 0;
	}
}
@media screen and (max-width: 430px) {
	#access .access-routeTrain-route {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media screen and (max-width: 380px) {
	#access .access-block:not(:first-child) {
		margin-top: 45px;
	}
}

/* ***************************************
 * 会社概要
 * **************************************/

#store .store-outline {
	
}
#store .store-block:not(:first-child) {
	margin-top: 90px;
}
#store table.store-table {
	width: 100%;
	border-collapse:collapse
}
#store table.store-table tr {
	border-bottom: 1px solid #ededed;
}
#store table.store-table th {
	width: 22%;
    max-width: 240px;
	padding: 28px 30px;
	font-weight: normal;
	border-right: 1px solid #f29604;
}
#store table.store-table td {
	width: 78%;
    max-width: 920px;
	padding: 28px 30px;
}
#store table.store-table td a.toaccess {
	padding-right: 24px;
	position: relative;
}
#store table.store-table td a.toaccess:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(../images/common/icon_ping.png) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 22px;
	height: 22px;
}
#store table.store-table td p.contactus {
	
}
#store table.store-table td p.contactus span.fax {
	margin-left: 30px;
}

#store #ivory {
	overflow: hidden;
	margin-top: 90px;
	color: #1E1609;
	font-size: .8em;
}
#store #ivory .ivory-title {
	line-height: 1.4;
}
#store #ivory .ivory-title span {
	display: block;
	font-size: .8em;
}
#store table.ivory-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
#store table.ivory-table,
#store table.ivory-table th,
#store table.ivory-table td {
	border-collapse: collapse;
	border:1px solid #ededed;
	font-weight: normal;
	line-height: 1.4;
}
#store table.ivory-table th {
	width: 50%;
    max-width: 600px;
    padding: 9px;
	background: #fafafa;
}
#store table.ivory-table td {
	width: 50%;
    max-width: 600px;
    padding: 9px;
}

@media screen and (max-width: 768px) {
	#store table.store-table th,
	#store table.store-table td {
		display: block;
        max-width: 100%;
        width: 100%;
	}
	#store table.store-table th {
		border: none;
        text-align: left;
        padding: 18px 0 9px 18px;
		font-size: .9em;
	}
	#store table.store-table td {
		padding: 0 0 18px 18px;
	}
	#store table.ivory-table {
		font-size: .9em;
	}
}
@media screen and (max-width: 559px) {
	#store table.store-table th {
        padding: 18px 0 9px 0;
	}
	#store table.store-table td {
		padding: 0 0 18px 0;
	}
	#store table.store-table td p.contactus span.fax {
		display: block;
		margin-left: 0;
	}
}
@media screen and (max-width: 430px) {
	#store .store_box table.ivory_table tbody,
	#store .store_box table.ivory_table th,
	#store .store_box table.ivory_table td {
		display: block;
		width: 100%;
	}
	#store .store_box table.ivory_table th {
		padding: 5px 5px 5px 30px;
		text-align: left;
	}
}


/* ***************************************
 * お問い合わせ
 * **************************************/

/* 問い合わせ完了
 * **************************************/

#contact .contact-summary {
	text-align: center;
	margin-bottom: 30px;
}


/* 問い合わせフォーム
 * **************************************/

#contact .contact-byphone-title,
#contact .contact-bymail-title {
	font-size: 3rem;
	margin-bottom: 30px;
}
#contact .contact-byphone {
	padding: 60px;
	border-radius: 12px;
	background: url(../images/common/bg.png) repeat;
}
#contact .contact-byphone .contact-byphone-number {
	display: flex;
	justify-content: center;
	gap: 30px;
}
#contact .contact-byphone .contact-byphone-number img.phone,
#contact .contact-byphone .contact-byphone-number img.fax {
	max-width: 300px;
    width: 47%;
}
#contact .contact-byphone .contact-byphone-text {
	text-align: center;
	margin-top: 22px;
}
#contact .contact-byphone .contact-byphone-text a {
	text-decoration: underline;
}

#contact .contact-bymail {
	margin-top: 60px;
}
#contact .contact-bymail .contact-bymail-text {
	text-align: center;
}
#contact .contact-bymail .contact-bymail-text .manual {
	background: #fafafa;
	border: 1px solid #ededed;
    border-radius: 12px;
    padding: 30px;
    margin-top: 18px;
}
#contact .contact-bymail .contact-bymail-text .manual img.mail {
	width: clamp(180px, 30vw, 220px);
	height: auto;
    margin: 0 auto;
}
#contact .contact-bymail-form {
	margin-top: 60px;
	background: #FFF;
	border-radius: 12px;
	padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
	#contact .contact-byphone-title,
	#contact .contact-bymail-title {
		font-size: 2.2rem;
	}
	#contact .contact-byphone {
		padding: 45px;
	}
	#contact table.form tr {
		padding: 30px;
	}
	#contact table.form th {
		width: 240px;
	}
	#contact input.name,
	#contact input.company,
	#contact input.mail,
	#contact input.mail-check,
	#contact input.tel {
		width: 100%;
	}
	#contact .contact-bymail-form {
		margin-top: 45px;
	}
}
@media screen and (max-width: 559px) {
	#contact .contact-byphone {
		padding: 30px;
	}
	#contact .contact-byphone .contact-byphone-number {
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}
	#contact .contact-byphone .contact-byphone-number img.phone,
	#contact .contact-byphone .contact-byphone-number img.fax {
		width: 68%;
	}
	#contact .contact-bymail {
		margin-top: 48px;
	}
	#contact .contact-bymail .contact-bymail-text .manual {
		padding: 18px;
	}
	#contact .contact-bymail-form {
		margin-top: 30px;
	}
}
@media screen and (max-width: 430px) {
	#contact .contact-bymail-form {
		margin-top: 0;
	}
}



/* フォーム
 * **************************************/

#contact fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
#contact fieldset legend {
	text-align: left;
    color: #E02100;
}
#contact fieldset .flex {
	padding: 22px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ededed;
}
#contact fieldset .flex:first-child {
	border-top: 1px solid #ededed;
}
#contact fieldset .flex:last-child {
	border-bottom: none;
}
#contact fieldset .flex label {
	width: 220px;
	text-align: left;
	position: relative;
}
#contact fieldset .flex label span.required {
	display: inline-block;
    color: #FFF;
    background: #f29603;
    padding: 3px 4px;
    line-height: 1;
    font-size: 1rem;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
}
#contact fieldset .flex .input-item {
	width: calc(100% - 220px);
	text-align: left;
	padding-left: 30px;
}


/* 入力項目 */
#contact input.files {
width: 100%;
}
#contact p.file-type {
	font-size: .9em;
}
#contact p.file-type img.mail {
	display: inline;
    width: auto;
    height: 1.1em;
    vertical-align: -.15em;
    margin: 0 3px;
}
#contact textarea.consultation {
    width: 100%;
    height: 180px;
}

#contact .privacy-policy {
	text-align: center;
	    margin-top: 18px;
}
#contact .privacy-policy .wpcf7-list-item {
	display: block;
	margin: 18px 0 0 0;
	text-align: center;
}
#contact .privacy-policy .wpcf7-list-item label {
	background: #fafafa;
    display: inline-block;
    padding: 18px 30px;
    border-radius: 70px;
	line-height: 1;
}
#contact .privacy-policy .wpcf7-list-item label input.acceptance {
	width: 20px;
    height: 20px;
	margin: 0 12px 0 0;
	vertical-align: middle;
}
#contact .btnSend {
	display: inline-block;
    font-size: 1em;
    max-width: 720px;
    width: 80%;
    line-height: 1.4;
    padding: 18px 18px;
    margin: 0 10px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    outline: 0;
    overflow: hidden;
    color: #fff;
    background: #f29603;
    border-radius: 4px;
    box-shadow: 0 0 0 5px #f29603;
    border: 1px dashed #fff;
    font-family: "Kosugi", sans-serif;
    font-weight: normal;
}
#contact .btnSend:hover {
	    background: #E28904;
    box-shadow: 0 0 0 5px #E28904;
}

@media screen and (max-width: 834px) {
	#contact fieldset {
		padding: 30px 0;
	}
	#contact fieldset .flex label {
		width: 200px;
	}
	#contact fieldset .flex .input-item {
		width: calc(100% - 200px);
	}
	#contact .energy .wpcf7-list-item,
	#contact .question .wpcf7-list-item {
		width: calc(100% / 2);
	}
}
@media screen and (max-width: 559px) {
	#contact fieldset {
		margin-top: 18px;
	}
	#contact fieldset .flex {
		flex-direction: column;
	}
	#contact fieldset .flex label {
		width: 100%;
		margin-bottom: 6px;
	}
	#contact fieldset .flex label span.required {
		position: static;
        transform: none;
        vertical-align: middle;
        display: inline-block;
        margin-left: 6px;
	}
	#contact fieldset .flex .input-item {
		width: 100%;
		padding: 0;
	}
	#contact input.postcode {
		width: 100%;
	}
	#contact textarea.consultation {
		height: 280px;
	}
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 100%;
	font-weight: 400;
}
select,
input[type="date"] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-family: inherit;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 0;
    padding: 0;
	vertical-align: middle;
}
input[type="submit"] {
	cursor: pointer;
	transition: all .3s;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}



input,
textarea,
select {
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
input[type="radio"],
input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 6px;
}
input[type="date"] {
	width: 150px;
}

/* Contact Form 7
 * **************************************/
.wpcf7-list-item.first { /*チェックボックスの最初*/
	margin-left: 0 !important;
}
.wpcf7-not-valid-tip { /*エラーメッセージ*/
	color: #f29603 !important;
    font-weight: bold !important;
    margin-top: 3px !important;
	font-size: 1.2rem;
}
.wpcf7-spinner { /*スピナー*/
	display: none !important;
}


/* ***************************************
 * プライバシーポリシー
 * **************************************/

#privacy-policy h2 {
	text-align: left;
    font-size: 100%;
    margin: 1.8em 0 1em 0;
    color: #1C1B1A;
}
#privacy-policy ul {
	list-style: disc;
    margin: 1em 0 1em 1em;
    padding: 0;
}


/* ***************************************
 * サイトマップ
 * **************************************/

#sitemap .sitemap-outline {
	text-align: center;
}
#sitemap ul {
	display: inline-block;
    margin: 0;
    padding: 0;
    max-width: 768px;
    width: 100%;
	border-top: 1px dotted #ededed;
}
#sitemap ul li {
	text-align: left;
	border-bottom: 1px dotted #ededed;
}
#sitemap ul.children {
	display: block;
    margin: 0;
}
#sitemap ul.children li {
	border-bottom: none;
}

#sitemap a {
	display: block;
	padding: 12px 12px 12px 12px;
	position: relative;
}
#sitemap ul.children li a {
	padding: 12px 12px 12px 32px;
}
#sitemap a:hover {
	opacity: 1;
	background: #FEF1DB;
}

@media screen and (max-width: 768px) {
	#sitemap ul {
		max-width: 100%;
	}
	
}

/****************************************
 * 404
 * error
*****************************************/

#error {
	text-align: center;
}

