/* カスタマイズ用CSS */

.section_top_banner {
	margin-bottom: 100px;
}

.section_top_banner ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 35px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.section_top_banner ul li img {
	max-width: 100%;
	height: auto;
}

.item_visual .slick-list {
    height: 500px;
}

.item_visual .slick-slide {
    height: 500px;
    position: relative;
	background:#f1f1f1;
}

.item_visual .slick-slide img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.slideThumb {
    height: 150px;
    position: relative;
}

.ec-sliderItemRole .slideThumb img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.ec-productRole .ec-productRole__description {
	margin-top: 20px;
}

.ec-productRole .option_price {
	margin-block: 20px;
	line-height: 1;
}

.ec-productRole #option_price_box {
	color: #DE5D50;
	font-weight: 700;
}

.ec-productRole {
	margin-top: 50px;
}

.ec-numberInput {
	margin-top: 30px;
}

.ec-sliderItemRole {
	padding-right: 50px;
}

.material_information {
	margin-top: 100px;
}

.material_information .title {
	margin-bottom:1em;
	border-left: 5px solid;
	padding-left: .5em;
}

.material_information .grid_box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.material_information dl {
	background: #f1f1f1;
	padding: 30px;
	margin: 0;
}

.material_information dl dt {
	margin-bottom: 1em;
	border-bottom: 1px dashed;
	padding-bottom: 1em;
}

.material_information dl dd {
	font-size: 14px;
}

h2.ec-headingTitle {
	font-weight: bold;
}

.ec-productRole__actions .option_Label .ec-link {
	background:#0092C4;
	color: #fff;
	border-radius: 30px;
	font-size: 12px;
	padding: .2em 1em;
	display: inline-block;
}

.section_greeting {
	margin-block: 100px;
}

.section_greeting .flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section_greeting .flex_box .text_box {
	width: 55%;
}

.section_greeting .flex_box .text_box .lead_text {
	line-height: 2.2;
	margin-bottom: 2em;
	margin-top: 2em;
}

.section_greeting .flex_box .text_box .name {
	font-weight: bold;
}

.section_greeting .flex_box .image {
	width: 40%;
}

.pageControl table {
	width: 100%;
}

.pageControl table th,
.pageControl table td {
	padding: 1em;
	border: 1px solid #ccc;
}

.pageControl table th {
	background:#f1f1f1;
}

.page_guide h3 {
	border-left: 5px solid;
	padding-left: .5em;
	margin-top: 2em;
}

.ec-headerRole__title img {
	width: 350px;
}

.ec-footerRole {
	background: none;
}

.ec-footerTitle {
	color: initial;
}

.ec-footerNavi .ec-footerNavi__link a {
	color: initial;
}

.ec-footerRole .ec-footerRole__inner img {
	width: 300px;
}

.page_reviews .box {
	background: #f1f1f1;
	padding: 40px;
}

.page_reviews .box + .box {
	margin-top: 50px;
}

.page_reviews .box .head_box {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.page_reviews .box .head_box .icon {
	width: 70px;
}

.page_reviews .box .text {
	background: #fff;
	padding: 20px;
	line-height: 2;
}

.page_reviews .box .text img {
	margin: 1em;
	max-width: 65%;
}

.page_link ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 30px;
	padding: 0;
}

.page_coming_soon .lead {
	text-align: center;
	font-size: 2rem;
}

#page_company h3 {
	border-left: 5px solid;
	padding-left: .5em;
	margin-top: 50px;
}

#page_company table {
}

#page_company table {
	width: 100%;
}

#page_company table th,
#page_company table td {
	padding: 1em;
	border: 1px solid #ccc;
}

#page_company table th {
	background:#f1f1f1;
}

#page_company .map_container {
	margin-top: 100px;
}

#page_company .map_container iframe {
	width: 100%;
	height: 500px;
}

.section_top_stamp {
	margin-bottom: 100px;
}

.section_top_stamp .ec-role + .ec-role {
	margin-top: 50px;
}

.section_top_stamp ul {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 35px;
}

.section_top_stamp ul li {
	background: #f1f1f1;
	padding: 30px;
	border-top: 3px solid;
}

.section_top_stamp .parent {
	margin-bottom: 30px;
}

.section_top_stamp .child_menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}

.section_top_stamp .child_menu .box a {
	display: block;
	width: 100%;
	line-height: 40px;
	background: #fff;
	border: 2px solid;
	color: #000;
	text-align: center;
	position: relative;
	border-radius: 30px;
	padding-right: 20px;
	font-weight: bold;
	font-size: 14px;
	transition: .3s;
}

.section_top_stamp .child_menu .box a:hover {
	opacity: .7;
}

.section_top_stamp .child_menu .box a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.announce_box {
	text-align: center;
	border: 2px solid #b40707;
	width: 1070px;
	margin: 50px auto;
	padding: 40px;
}

.announce_box p {
	font-size: 15px;
	line-height: 2;
	font-weight: 700;
	color: #b40707;
}

@media (max-width: 767px) {

	.section_top_banner {
		margin-bottom: 50px;
	}

	.item_visual .slick-list {
	    height: 100vw;
	}

	.item_visual .slick-slide {
	    height: 100vw;
	}
	
	.slideThumb {
	    height: 15vw;
	}

	.ec-sliderItemRole .item_nav {
		display: flex;
		flex-wrap: wrap;
	}

	.ec-sliderItemRole .slideThumb {
		width: 20%;
	}

	.ec-productRole {
		margin-top: 0;
	}

	.ec-sliderItemRole {
		padding-right: 20px;
	}

	.material_information .grid_box {
		grid-template-columns: repeat(1, 1fr);
	}

	.ec-price .ec-price__price {
		font-size: 30px;
	}

	.ec-headerRole__title img {
		width: 50vw;
	}

	.ec-footerRole .ec-footerRole__inner img {
		width: 40vw;
	}

	.page_reviews .box {
		padding: 20px;
	}
	
	.page_reviews .box + .box {
		margin-top: 30px;
	}
	
	.page_reviews .box .text img {
		margin: 1em 0;
		max-width: 100%;
	}

	.page_link ul {
		grid-template-columns: repeat(1, 1fr);
	}

	#page_company .map_container {
		margin-top: 40px;
	}

	#page_company .map_container iframe {
		height: 60vw;
	}


	.section_top_stamp {
		margin-bottom: 50px;
	}
	
	.section_top_stamp .ec-role + .ec-role {
		margin-top: 30px;
	}
	
	.section_top_stamp ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 35px;
	}
	
	.section_top_stamp ul li {
		padding: 20px;
	}
	
	.section_top_stamp .parent {
		margin-bottom: 20px;
	}
	
	.section_top_stamp .child_menu {
		gap: 3vw;
	}
	
	.section_top_stamp .child_menu .box a {
		line-height: 10vw;
		font-size: 3vw;
		padding-right: 4vw;
	}
	
	.section_top_stamp .child_menu .box a:hover {
		opacity: 1;
	}
	
	.section_top_stamp .child_menu .box a:after {
	  right: 3vw;
	  width: 6px;
	  height: 6px;
	}

	.section_greeting {
		margin-block: 50px;
	}
	
	.section_greeting .flex_box {
		flex-wrap: wrap;
	}
	
	.section_greeting .flex_box .text_box {
		width: 100%;
	}
	
	.section_greeting .flex_box .text_box .lead_text {
		line-height: 2;
		margin-bottom: 2em;
		margin-top: 2em;
	}
	
	.section_greeting .flex_box .text_box .name {
		font-weight: bold;
	}
	
	.section_greeting .flex_box .image {
		display: none;
	}

	.section_top_banner ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
	}

	.announce_box {
		width: 90%;
		margin: 0 auto 5vw auto;
		padding: 5vw;
	}
	
	.announce_box p {
		font-size: 3.4vw;
	}

	
}