@charset "utf-8";

:root {
	--width-pc-display:     960px;
	--width-sp-min-display: 375px;

	--main-theme-color:    #3f6359;
	--sub-theme-color:     #bfb9ad;
	--sub-theme-color-txt: #80745c;
	--main-theme-color-bg: #b2c1bd;
}
ul.breadcrumbs {
	display: flex;
	padding: 10px 2%;
	margin: 0;
}
ul.breadcrumbs > li {
	display: block;
	font-size: var(--compact-font-size);
}
ul.breadcrumbs > li + li {
	margin-left: 3px;
}
ul.breadcrumbs > li + li::before {
	content: "＞";
	margin-right: 3px;
}
a:hover,
a:link,
a:visited {
	color: #000000;
}

main section .button-others {
	width: 180px;
	margin: 0 auto 10px;
}
main section .button-others a {
	position: relative;
	display: block;
	padding: 5px;
	background: #333333;
	border: 1px solid #333333;
	color: #ffffff;
	text-align: center;
}
main section .button-others a:hover {
	background: #ffffff;
	color: #333333;
	text-decoration: none;
}
main section .button-others a i.fas {
	position: absolute;
	top: calc(50% - 8px);
	right: 3%;
}

/*------------------------------------*/

main#service-page {
	margin-top: 30px;
}
main h1 {
    width: 375px;
    margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	border-left: 3px solid #da0011;
}
main section {
	width: 375px;
	margin: 0 auto 45px;
}
main section h2 {
	font-size: 20px;
	margin-left: 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #e4e6ec;
}
main section.key-visual {
	position: relative;
	width: 375px;
	margin: 0 auto;
	padding: 5px;
/*
	background: url(../images/background_main.jpg) right bottom no-repeat #ffffff;
	background-size: 375px 99px;
*/
}

main section.service {
	overflow: hidden;
}
main section.service .slider-thumbnail {
	width: 360px;
    margin: 0 auto 20px;
}
main section.service .slider-thumbnail .swiper-slide {
	text-align: center;
}
main section.service .slider-thumbnail .swiper-slide a {
	display: block;
	width: 100%;
	background: #ffffff;
	border: 1px solid #000000;
	padding: 5px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
main section.service .slider-thumbnail .swiper-slide a:hover,
main section.service .slider-thumbnail .swiper-slide a:link,
main section.service .slider-thumbnail .swiper-slide a:visited {
	text-decoration: noen;
}
main section.service .slider-thumbnail .swiper-slide.swiper-slide-thumb-active a,
main section.service .slider-thumbnail .swiper-slide a:hover {
	background: #fef5f5;
	border: 1px solid #da0011;
	color: #da0011;
}

main section.service .swiper-slide {
	max-width: 684px;
}
main section.service .panel {
	background: #ffffff;
	border: 1px solid #000000;
	padding-top: 165px;
	position: relative;
	min-height: 398px;
}
main section.service .panel .image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
main section.service .panel .image .photo {
	width: 100%;
	height: 165px;
	overflow: hidden;
	position: relative;
	padding: 0;
	margin: 0;
}
main section.service .panel .image .photo img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	vertical-align: top;
	line-height: 0;
}
main section.service .panel .info {
	padding: 7px;
}
main section.service .panel .info h3 {
	margin: 5px 0;
	font-size: 16px;
	text-align: center;
}
main section.service .panel .info .description {
	font-size: 13px;
	padding: 0;
	margin: 0;
}
main section.service .panel .info .description span {
	display: inline-block;
}
main section.service .panel .info .button-others {
	margin: 10px auto 0;
}

main section.service .swiper-button-prev,
main section.service .swiper-rtl .swiper-button-next {
    left: 0;
}
main section.service .swiper-button-next,
main section.service .swiper-rtl .swiper-button-prev {
    right: 0;
}
main section.service .swiper-button-prev:after,
main section.service .swiper-button-next:after {
    font-size: 20px;
    color: #ffffff;
}
main section.service .swiper-button-prev,
main section.service .swiper-button-next {
    width: 24px;
    height: 48px;
    background: rgba(3,3,3,0.5);
    top: calc(50% - 32.5px);
}

main section.banners {
}
main section.banners .cont {
	display: flex;
	flex-wrap: wrap;
}
main section.banners .cont .banner {
	width: 181.5px;
	margin: 0 3px 6px;
}
main section.banners .cont .banner a {
	display: block;
	vertical-align: top;
	line-height: 0;
}
main section.banners .cont .banner a:hover {
	opacity: 0.7;
}
main section.banners .cont .banner a img {
	width: 100%;
	height: auto;
}
main section.stores .description {
	font-size: 16px;
	line-height: 1.4;
	margin: 20px 5px 40px 10px;
}
main section.stores ul {
	width: 375px;
	display: flex;
    flex-wrap: wrap;
   	margin: 0 auto 20px;
	padding: 0;
}
main section.stores ul li.store {
	width: 182px;
	display: inline-block;
	margin: 0 2px 8px;
}
main section.stores ul li.store .photo {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
main section.stores ul li.store .photo img {
	width: 100%;
	height: auto;
	vertical-align: top;
	line-height: 0;
}
main section.stores ul li.store .photo figcaption {
	width: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	padding: 3px;
	background: rgb(0,0,0,0.5);
}
main section.stores ul li.store .photo figcaption h3 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
main section.stores ul li.store .tel {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
}
main section.stores ul li.store .address {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px 0;
}
main section.stores ul li.store .access-map a {
	display: block;
	width: 100%;
	margin-top: 5px;
	padding: 5px 2px;
	text-align: center;
	color: #cc0235;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #cc0235;
	box-sizing: border-box;
	background: #ffffff;
}
main section.stores ul li.store .access-map a:hover {
	color: #ffffff;
	background: #cc0235;
	text-decoration: none;
}

main section.other-service {
	padding-left: 2%;
}
main section.other-service h2 {
	margin: 0;
}
main section.other-service h3 {
	font-size: 18px;
	font-weight: bold;
}
main section.other-service .items {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
main section.other-service .items p {
	font-size: 14px;
}
main section.other-service .items .banner {
	width: 95%;
	margin: 0 auto 16px;
	text-align: center;
}
main section.other-service .items .banner a {
	display: inline-block;
}
main section.other-service .items .banner a img {
	width: 100%;
	height: auto;
	vertical-align: top;
	line-height: 0;
}
main section.other-service .items .banner a:hover img {
	opacity: 0.7;
}

/*-- タブレット／PC用スタイリング --*/
@media screen and (min-width:768px) and (max-width:959px) {
	main h1,
	main section.key-visual {
		width: 762px;
	}
	main section {
		width: 762px;
	}
	main section h2 {
		margin-left: 0;
	}
	main section.service .slider-thumbnail {
		width: 762px;
    	margin-bottom: 40px;
	}
	main section.service .panel {
		min-height: 384px;
	}
	main section.service .panel .info {
		padding: 10px;
	}
	main section.service .panel .info .description {
		font-size: 14px;
		line-height: 1.4;
	}
	main section.stores .description {
		margin-left: 0;
	}
	main section.stores ul {
		width: 762px;
	}
	main section.stores ul li.store {
		margin: 0 4px 10px;
	}
	main section.other-service {
		padding: 0;
	}
}
@media screen and (min-width:960px) {
	main h1,
	main section.key-visual {
		width: 960px;
	}
	main section {
		width: 960px;
	}
	main section h2 {
		margin-left: 0;
	}
	main section.service .slider-thumbnail {
		width: 940px;
    	margin-bottom: 50px;
	}
	main section.service .panel {
		min-height: 384px;
	}
	main section.service .panel .info {
		padding: 10px;
	}
	main section.service .panel .info .description {
		font-size: 14px;
		line-height: 1.4;
	}
	main section.service .swiper-button-prev,
	main section.service .swiper-button-next {
	    top: calc(50% - 25.5px);
	}
/*
	main section.service .panel {
		display: flex;
		flex-wrap: wrap;
		padding-top: 0;
	}
	main section.service .panel .info {
		width: 290px;
	}
	main section.service .panel .image {
		position: static;
		width: 240px;
	}
*/
	main section.banners .cont .banner {
		width: 230px;
		margin: 0 5px 10px;
	}
	main section.stores .description {
		margin-left: 0;
	}
	main section.stores ul {
		width: 960px;
	}
	main section.stores ul li.store {
		width: 228px;
		margin: 0 6px 10px;
	}
	main section.other-service {
		padding: 0;
	}
}