@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	padding-top: 7.7rem;
	margin-bottom: 12.7rem;
	position: relative;
}
#main .mainVisual::before {
	position: absolute;
	top: -4.6rem;
  	left: 7.3rem;
	right: 0;
	height: calc(100% + 12.8rem);
	content: "";
	background: url("../img/index/mv_img01.png") no-repeat top center / 100% 100%;
}
#main .mainVisual .inner {
	align-items: flex-end;
}
#main .mainVisual .photoBox {
	margin-right: 2rem;
	width: 59rem;
}
#main .mainVisual .photoBox img {
	border-radius: 7rem;
}
#main .mainVisual .textBox {
	padding-bottom: 5.4rem;
	width: calc(100% - 64rem);
	position: relative;
	z-index: 2;
}
#main .mainVisual .textBox .ttl {
	margin-bottom: 2rem;
}
#main .mainVisual .textBox .ttl span {
	padding: 0.1rem 0.2rem;
	font-size: 3.6rem;
	font-weight: 600;
	color: #FFF;
	display: inline;
	line-height: 1.78;
	background-color: #003DA6;
}
#main .mainVisual .textBox .text {
	margin-bottom: 3rem;
	font-size: 1.8rem;
	font-weight: normal;
}
#main .slideUl {
	margin-bottom: 11rem;
}
#main .slideUl {
	position: relative;
}
#main .slideUl .slick-arrow {
	border: none;
	font-size: 0;
	position: absolute;
	top: 32%;
	transform: translateY(-50%);
	left: 19.2rem;
	width: 8rem;
	height: 8rem;
	background: url("../img/common/prev.png") no-repeat center left / 100% 100%;
	z-index: 4;
	cursor: pointer;
}
#main .slideUl .slick-next {
	left: auto;
	right: 21rem;
	background-image: url("../img/common/next.png");
}
#main .slideUl .slick-slide {
    margin: 0 2rem;
}
#main .slideUl .slick-slide img {
	width: 100%;
}
#main .slideUl .slick-dots {
    margin-top: 4.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#main .slideUl .slick-dots li button {
    margin: 0 1.2rem;
    padding: 0;
    font-size: 0;
    background-color: #D9D9D9;
    border-radius: 50%;
    width: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
	border: none;
}
#main .slideUl .slick-dots .slick-active button {
    background-color: #D9D9D9;
	opacity: 0.5;
}
#main .slideUl li span {
	margin: 1.2rem 2rem;
	font-size: 1.8rem;
	font-weight: normal;
	display: block;
}
#main .bannerList {
	margin: -2rem auto 14rem;
	max-width: 120rem;
}
#main .bannerList li {
	margin: 2rem 2.3rem 0 0;
	width: calc((100% - 4.6rem)/3);
}
#main .bannerList li:nth-child(3n) {
	margin-right: 0;
}
#main .sreachBox {
	margin-bottom: 15rem;
	padding: 3.5rem 1rem;
	background-color: #003DA6;
}
#main .sreachInner {
	margin: 0 auto;
	max-width: 94rem;
	align-items: center;
}
#main .sreachInner .ttl {
	font-size: 3rem;
	font-weight: normal;
	color: #fff;
	width: 23rem;
}
#main .sreachInner input {
	padding: 0 3rem 0 8rem;
	border-radius: 5rem;
	height: 8rem;
	border: none;
	font-size: 3rem;
	box-sizing: border-box;
	background: url("../img/common/icon04.png") no-repeat center left 3rem / 3rem, #fff;
}
#main .sreachInner form {
    width: calc(100% - 24rem);
}
#main .linkBox {
	margin-bottom: 14.3rem;
}
#main .imgUl01 {
	margin: -2rem auto 3rem;
}
#main .imgUl01 li {
	margin-top: 2rem;
	position: relative;
	width: calc(50% - 1.6rem);
}
#main .imgUl01 li .comImgBox {
	position: absolute;
	top: 4.5rem;
  	left: 3.5rem;
	width: 42rem;
	height: 100%;
}
#main .imgUl02 li {
	width: 100%;
	margin-bottom: 2rem;
	position: relative;
}
#main .imgUl02 li:last-child {
	margin-bottom: 0;
}
#main .imgUl02 li .comImgBox {
	position: absolute;
	top: 4.5rem;
  	left: 3.5rem;
	width: 80%;
	height: 100%;
}
#main .categoryList {
	margin: -2.4rem 0 7rem;
}
#main .categoryList li {
	margin: 2.4rem 2.4rem 0 0;
  	width: calc((100% - 4.8rem)/3);
}
#main .categoryList li:nth-child(3n) {
	margin-right: 0;
}
#main .categoryList a {
	display: block;
	position: relative;
}
#main .categoryList a img {
	width: 100%;
}
#main .categoryList a span {
	font-size: 2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 12rem;
	background: rgba(255, 255, 255, 0.80);
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .itemBox {
	padding: 6.5rem 0 0.01rem;
	/* background-color: #F9EA62; */
}
#main .itemList {
	margin: -2.4rem 0 6.1rem;
}
#main .itemList li {
	margin: 2.4rem 2.4rem 0 0;
	width: calc((100% - 4.8rem)/3);
}
#main .itemList li:nth-child(3n) {
	margin-right: 0;
}
#main .itemList li a {
	display: block;
}
#main .itemList li img {
	width: 100%;
}
#main .itemList li .photo {
	margin-bottom: 2.9rem;
}
#main .itemList li .ttl {
	margin-bottom: 2rem;
}
#main .itemList li .price {
	font-weight: 500;
	font-size: 2.4rem;
	font-family: "Inter", sans-serif;
}
#main .itemList li .txt {
	font-size: 1.5rem;
	font-weight: normal;
}
#main .newsBox {
	padding: 6.1rem 0 0;
}
#main .newsList {
	margin-bottom: 7rem;
}
#main .newsList a {
	padding: 2.4rem 11rem 2.3rem 3rem;
	display: flex;
	align-items: center;
	border-bottom: 1px dotted #000;
	background: url("../img/common/icon05.png") no-repeat center right 5.6rem / 1.1rem;
}
#main .newsList li:first-child a {
	border-top: 1px dotted #000;
}
#main .newsList .ttl {
	width: 15rem;
	color: #003DA6;
	letter-spacing: 1.8px;
}
#main .newsList .text {
	padding-left: 1.2rem;
	width: calc(100% - 15rem);
	box-sizing: border-box;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#main .newsBox .comLink02 {
	margin-bottom: 10rem;	
}
#main .telBox {
	margin-bottom: 12rem;
	padding: 2.8rem 1rem 2.6rem;
	text-align: center;
	border: 1px solid #000;
}
#main .telBox .ttl {
	margin-bottom: 1.1rem;
}
#main .telBox .tel a {
	padding-left: 5rem;
	font-size: 6rem;
	font-weight: 500;
	line-height: 1.2;
	display: inline-block;
	color: #003DA6;
	position: relative;
}
#main .telBox .tel a::before {
	position: absolute;
	left: -1.7rem;
	top: 1.1rem;
	width: 5rem;
	height: 5rem;
	content: '';
	background: url("../img/common/tel_img.png") no-repeat center center / 100%;
}
#main .telBox .hours {
	margin: 0.2rem 0 1.6rem;
	font-size: 1.6rem;
	letter-spacing: 1.6px;
}
#main .telBox .time {
	font-size: 2rem;
	font-weight: 600;
}
#main .telBox .note {
	font-size: 1.6rem;
}
#main .blogBox {
	margin-bottom: 15rem;
	padding: 6.3rem 0 0.01rem;
	/* background-color: #93D4ED; */
	background-color: #93d4ed75;
}
#main .blogList {
	margin: -2rem 0 7rem;
}
#main .blogList li {
	margin: 2rem 2.4rem 0 0;
	width: calc((100% - 4.8rem) / 3);
}
#main .blogList li:nth-child(3n) {
	margin-right: 0;
}
#main .blogList li a {
	display: block;
}
#main .blogList li img {
	width: 100%;
}
#main .blogList li .textBox {
	padding: 3.1rem 1.5rem;
	min-height: 23rem;
	box-sizing: border-box;
	background-color: #fff;
}
#main .blogList li .flexTxt {
	margin-bottom: 1.8rem;
	display: flex;
	align-items: center;
}
#main .blogList li .year {
	width: 12.2rem;
	color: #003DA6;
}
#main .blogList li .ttl {
	margin: -0.5rem;
	width: calc(100% - 12.2rem);
}
#main .blogList li .ttl span {
	margin: 0.5rem 0.5rem 0 0;
	padding: 0.3rem 2rem;
	box-sizing: border-box;
	display: inline-block;
	font-size: 1.8rem;
	color: #fff;
	background-color: #003DA6;
}
#main .blogList li .text {
	line-height: 1.6;
}
#main .btmImgList {
	margin-top: -9.7rem;
}
#main .btmImgList > li {
	margin-top: 9.7rem;
	width: calc(50% - 1.5rem);
} 
@media all and (min-width: 897px) {
	#main .itemList li a:hover {
		opacity: 0.7;
	}
	#main .slideUl li a:hover {
		opacity: 0.7;
	}
	#main .slideUl .slick-arrow:hover {
		opacity: 0.7;
	}
	#main .slideBox .slick-dots li button:hover {
		opacity: 0.7;
	}
	#main .bannerList li a:hover {
		opacity: 0.7;
	}
	#main .categoryList a:hover {
		opacity: 0.7;
	}
	#main .newsList a:hover {
		opacity: 0.7;
	}
	#main .blogList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding: 5.8rem 2.3rem 0;
		margin-bottom: 4.4rem;
	}
	#main .mainVisual::before {
		top: -1.5rem;
		left: 0;
		right: 0;
		height: 100%;
		background-image: url("../img/index/mv_img01_sp.png");
	}
	#main .mainVisual .inner {
		display: block;
	}
	#main .mainVisual .photoBox {
		margin: 0 auto 2.1rem;
		width: 93.7%;
	}
	#main .mainVisual .photoBox img {
		width: 100%;
	}
	#main .mainVisual .textBox {
		padding-bottom: 0;
		width: 100%;
	}
	#main .mainVisual .textBox .ttl {
		margin-bottom: 1.8rem;
	}
	#main .mainVisual .textBox .ttl span {
		padding: 0.5rem 0.5rem;
		font-size: 2.4rem;
		line-height: 2.1;
	}
	#main .mainVisual .textBox .text {
		margin-bottom: 1.9rem;
		font-size: 1.6rem;
	}
	#main .slideUl {
		margin-bottom: 7rem;
	}
	#main .slideUl .slick-arrow {
		top: 34%;
		left: 2.5rem;
		width: 5.1rem;
		height: 5.1rem;
		background-image: url("../img/common/prev_sp.png");
	}
	#main .slideUl .slick-next {
		left: auto;
		right: 2.4rem;
		background-image: url("../img/common/next_sp.png");
	}
	#main .slideUl .slick-slide {
		margin: 0 1rem;
	}
	#main .slideUl .slick-dots {
		margin-top: 0.9rem;
	}
	#main .slideUl .slick-dots li button {
		margin: 0 0.8rem;
		width: 1rem;
		height: 1rem;
	}
	#main .slideUl li span {
		margin: 0.5rem 1rem;
		font-size: 1.6rem;
	}
	#main .bannerList {
		margin: 0 2.2rem 8rem;
		max-width: inherit;
	}
	#main .bannerList li {
		margin: 0 0 3rem;
		width: 100%;
	}
	#main .bannerList li img {
		width: 100%;
	}
	#main .bannerList li:last-child {
		margin-bottom: 0;
	}
	#main .sreachBox {
		padding: 2.2rem 3.7rem 5rem;
		margin-bottom: 5rem;
	}
	#main .sreachInner {
		max-width: inherit;
		display: block;
	}
	#main .sreachInner .ttl {
		margin-bottom: 3.3rem;
		font-size: 2rem;
		width: 100%;
		text-align: center;
	}
	#main .sreachInner input {
		padding: 0 3rem 0 5rem;
		width: auto;
		height: 5.4rem;
		font-size: 2rem;
		background-size: 2rem;
		background-position: center left 2.1rem;
	}
	#main .linkBox {
		margin-bottom: 6rem;
	}
	#main .imgUl01 {
		margin: 0 auto;
		display: block;
	}
	#main .imgUl01 li {
		margin: 0;
		width: 100%;
	}
	#main .imgUl01 li img,
	#main .imgUl02 li img {
		width: 100%;
	}
	#main .imgUl01 li .comImgBox {
		top: 1.6rem;
		left: 2rem;
		width: 90%;
		height: 90%;
	}
	#main .imgUl02 li {
		width: 100%;
		margin-bottom: 2rem;
	}
	#main .imgUl02 li .comImgBox {
		top: 1.5rem;
		left: 2rem;
		width: 90%;
		height: 90%;
	}
	#main .categoryList {
		margin: -1.5rem 2rem 5rem;
	}
	#main .categoryList li {
		margin: 1.5rem 1.5rem 0 0;
		width: calc((100% - 1.5rem)/2);
	}
	#main .categoryList li:nth-child(2n) {
		margin-right: 0;
	}
	#main .categoryList li:nth-child(3) {
		margin-right: 1.5rem;
	}
	#main .categoryList a span {
		font-size: 1.4rem;
		height: 5rem;
	}
	#main .itemBox {
		padding: 4rem 2rem 0.01rem;
	}
	#main .itemList {
		margin: -2.1rem 0 6.1rem;
		justify-content: space-between;
	}
	#main .itemList li {
		margin: 2.1rem 0 0 0;
		width: calc((100% - 1.5rem)/2);
	}
	#main .itemList li:nth-child(2n) {
		margin-right: 0;
	}
	#main .itemList li:nth-child(3) {
		margin-right: 1.5rem;
	}
	#main .itemList li .photo {
		margin-bottom: 1.6rem;
	}
	#main .itemList li .ttl {
		margin-bottom: 1rem;
		line-height: 1.25;
	}
	#main .itemList li .price {
		font-size: 2rem;
	}
	#main .itemList li .txt {
		font-size: 1.2rem;
	}
	#main .itemBox .comLink02 {
		width: 90%;
	}
	#main .newsBox {
		padding: 6.1rem 2rem 0;
	}
	#main .newsList {
		margin-bottom: 4rem;
	}
	#main .newsList a {
		padding: 1.9rem 3rem 2.4rem 0rem;
		display: block;
		background: none;
	}
	#main .newsList .ttl {
		margin-bottom: 0.6rem;
		width: 100%;
		display: block;
		letter-spacing: 1.4px;
	}
	#main .newsList .text {
		padding-left: 0;
		width: 100%;
		white-space: wrap;
		overflow: inherit;
		text-overflow: inherit;
	}
	#main .newsBox .comLink02 {
		margin-bottom: 7rem;	
		width: 90%;
	}
	#main .telBox {
		margin: 0 2rem 7rem;
		padding: 3.3rem 1rem 3.4rem;
	}
	#main .telBox .ttl {
		margin-bottom: 1.7rem;
		font-size: 1.6rem;
	}
	#main .telBox .tel a {
		padding: 0.5rem 0 0.6rem 4rem;
		font-size: 3.2rem;
	}
	#main .telBox .tel a::before {
		left: -0.2rem;
        top: 0.6rem;
        width: 3.2rem;
        height: 3.2rem;
	}
	#main .telBox .hours {
		margin: 0.6rem 0 2rem;
		font-size: 1.4rem;
		letter-spacing: 1.6px;
	}
	#main .telBox .time {
		font-size: 1.7rem;
	}
	#main .telBox .note {
		font-size: 1.4rem;
	}
	#main .blogBox {
		margin-bottom: 7rem;
		padding: 4rem 0 0.01rem;
	}
	#main .blogList {
		margin: 0 0 5rem;
		position: relative;
	}
	#main .blogList li {
		margin: 0;
		width: auto;
	}
	#main .blogList li .textBox {
		padding: 2rem 1.1rem;
		min-height: 17.4rem;
	}
	#main .blogList li .flexTxt {
		margin-bottom: 1.5rem;	
	}
	#main .blogList li .year {
		width: 10.9rem;
		font-size: 1.6rem;
	}
	#main .blogList li .ttl {
		margin: -0.5rem 0 0;
		width: calc(100% - 11rem);
	}
	#main .blogList li .ttl span {
		margin: 0.5rem 0.5rem 0 0;
		padding: 0.4rem 1.6rem;
		font-size: 1.4rem;
	}
	#main .blogList .slick-arrow {
		border: none;
		font-size: 0;
		position: absolute;
		top: 14rem;
		transform: translateY(-50%);
		left: 2.3rem;
		width: 2.1rem;
		height: 3.6rem;
		background: url("../img/common/prev01.png") no-repeat center left / 100%;
		z-index: 4;
	}
	#main .blogList .slick-next {
		left: auto;
		right: 2.3rem;
		background-image: url("../img/common/next01.png");
	}
	#main .blogList  .slick-slide {
		margin: 0 3.7rem;
	}
	#main .btmImgList {
		margin-top: 0;
	}
	#main .btmImgList > li {
		margin: 0 0 6rem;
		width: 100%;
	} 
	#main .btmImgList > li img{
		width: 100%;
	}
	#main .btmImgList > li:last-child {
		margin-bottom: 0;
	}
}