@charset "utf-8";
@import url("common.css");
@import url("layout.css");

/* CSS Document */

body{
	background: #fee8e7;
}

/*--indexMain--*/
#indexMain {
	clear: both;
	background-image: url(../img/index/index_main_new.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60vh;
	max-height: 600px;

}
#indexMain h2 {
	text-align: center;
}

/*--mainContainer--*/
#info {
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#info .inner {
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}
#info::after {
	content: "";
	display: block;
	clear: both;
	float: none;
}
#info .alpha {
	width: calc(100% - 328px - 20px);
}
#info .alpha dt {
	margin-bottom: 15px;
}
#info .alpha dd p {
	color: #151515;
	margin-bottom: .8em;
}
#info .beta {
	width: 360px;
	padding-top: 11px;
}
#info .beta li {
	margin-bottom: 10px;
}
#info #short_time.on {
	margin-bottom: 10px;
}
#info #short_time.off {
	display: none;
}
#info .beta .contactBox {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #FF6666;
	padding: 10px 10px 10px 10px;
	display: flex;
	justify-content: space-between;
	position: relative;

}
#info .beta .contactBox::before {
	content: "各種お問合わせ";
	width: 8em;
	display: block;
	background: #fff;
	color: #FF6666;
	padding: 5px;
	position: absolute;
	top: -20px;
	font-weight: 600;
	font-size: 18px;
	left: 1em;
}
#info .beta .contactBox .left {
	font-size: 16px;
	line-height: 1.2;
	width: 100%;
	margin-right: 10px;
	padding-top: 10px;
}
#info .beta .contactBox .left p {
	margin-bottom: 1em;
}
#info .beta .contactBox .left p.tel {
	margin: 0 0 5px 10px;
}
	#info .beta .contactBox .left p.tel span {
		display: block;
		font-size: 12px;
		text-align: right;
	}

#info .beta .contactBox .right {
	width: 50px;
	padding-top: 10px;
}

.banner {
	margin-bottom: 30px;
	position: relative;
	z-index: 100 !important;
}
.banner img.banner_img {
	width: 100%;
	
}
.banner ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0 ;
	display: flex;
	flex-direction: row;
	width: 100%;
	column-gap: 1em;
}
	.banner ul li {
		margin-bottom: 10px ;
		padding: 0;
		width: calc(50% - .5em);
	}
		.banner ul li:last-of-type {
			margin-bottom: 0 ;
		}

#sec01, #sec02 {
	background: url(../img/common/title_bg.png) repeat-x center 0;
}
#sec01 .inner {
	background: url(../img/index/index_sec01_bg.jpg) no-repeat right 0px  bottom 120px;
}
#sec01 .titleWrap {
	height: 60px;
	margin: 0 -1px 10px 0;
	padding-bottom: 10px;
	background: url(../img/index/index_title01_bg.png) no-repeat right 0;
}
#sec01 .sub {
	margin-bottom: 15px;
}
#sec01 .chp01,
#sec01 .chp02 {
	margin-bottom: 30px;
	overflow: hidden;
	padding-top: 10px;
}
#sec01 .chp02 {
	margin-bottom: 80px;
	padding-left: 120px;
}
#sec01 dl {
	width: 250px;
	margin-right: 30px;
	float: left;
}
#sec01 dt {
	position: relative;
	height: 220px;
}
#sec01 dt a {
	position: relative;
	display: block;
	width: 100%;
	height: 210px;
}
#sec01 dt img {
	position: relative;
	width: 230px;
	height: 210px;
}
#sec01 dt span {
	position: absolute;
	bottom: 10px;
	left: 0px;
	padding: 10px 10px 10px 0 ;
	background: #fff;
	width: 160px;
	font-weight: 600;
	font-size: 16px;
	color: var(--main-bg-color);
}
#sec01 .title_03 {
	width: 840px;
}
#sec02 .titleWrap {
	font-size: 28px;
	line-height: 80px;
	color: #fff;
	height: 80px;
	margin: 0 -9px 10px 0;
	padding-bottom: 10px;
	background: url(../img/index/index_title02_bg.png) no-repeat right 0;
}
#sec02 .contents{
	display: flex;
	flex-direction: space-between;
	gap: 40px;
}
#sec02 .alpha {
	width: 100%;
}
#sec02 .beta {
	width: 100%;
}
#sec02 .sub {
	margin-bottom: 5px;
}
#sec02 span {
	margin: 0 0px 20px 10px;
	display: block;
}
#sec02 dl,
#sec02 li {
	width: 226px;
	margin: 0 20px 20px 0;
	float: left;
}
#sec02 dt {
	height: 227px;
}
#sec02 dt a {
	position: relative;
	display: block;
	width: 100%;
	height: 217px;
}
#sec02 dt img {
	position: relative;
	width: 217px;
	height: 217px;
}
#sec02 dt span {
	position: absolute;
	bottom: 10px;
	left: 0px;
	padding: 10px 10px 10px 0 ;
	background: #fff;
	width: 160px;
	font-weight: 600;
	font-size: 16px;
	color: var(--main-bg-color);
}

#sec02 dd {
	font-size: 13px;
	line-height: 1.2;
	width: 175px;
	margin-left: 30px;
}
#sec02 ul {
	margin-right: -20px;
}
#sec02 li {
	width: calc(50% - 50px);
	height: auto;
	position: relative;
}
#sec02 li a {
	width: 100%;
	height: 100%;
	position: relative;
}
#sec02 li img {
	width: 100%;
	max-width: 280px;
	height: auto;
	position: relative;
}
dt.thumb a:hover img,
li.thumb a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
#sec02 li a span {
	position: absolute;
	bottom: 10px;
	left: 0px;
	padding: 10px 10px 10px 0 ;
	background: #fff;
	width: 160px;
	font-weight: 600;
	font-size: 16px;
	color: var(--main-bg-color);
}
.banner2 {
	text-align: center;
	margin: auto 0 20px 0 ;
	display: block;
	
}
	.banner2 img {
		max-width: 100%;
	}

/*--キャンペーン情報---------*/
    .disp-off {
        display: none;        
    }
.campaign-wrap {
    background: linear-gradient(
    -45deg,
    #ff6e6e 25%, #ff6666 25%,
    #ff6666 50%, #ff6e6e 50%,
    #ff6e6e 75%, #ff6666 75%,
    #ff6666
  );
  background-size: 40px 40px;
    padding: 0 0 10px 0;
    margin-top: 10px;
    margin-bottom: 30px;
}
    .off {
        display: none;        
    }
    .campaign-wrap dl {
    }
        .campaign-wrap dl dt {
            text-align: center;
            padding: 25px 0 5px 0  ;
            position: relative;
        }
            .campaign-wrap dl dt::before {
                content: "";
                background:url("../img/index/campaign_img01.svg");
                width: 68px;
                height: 67px;
                background-size: 100%;
                position: absolute;
                top: 10px;
                left: 10px;
            }
            .campaign-wrap dl dt::after {
                content: "";
                background:url("../img/index/campaign_img02.svg");
                width: 68px;
                height: 67px;
                background-size: 100%;
                position: absolute;
                top: 10px;
                right: 10px;
            }
        .campaign-wrap dl dd {
            margin: 15px 10px  0 10px;
            padding: 10px;
            background: #fff;
            min-height: 50px;
        }
        .campaign-wrap dl dd h2 {
            font-weight: 600;
            color: #db5656;
            line-height: 1.3;
            margin-bottom: 5px;
        }
        .campaign-wrap dl dd p {
        }

        .campaign-wrap dl div.bt {
            text-align: center;
        }
            .campaign-wrap dl div.bt a {
                background: #f7bc20;
                color: #fff;
                padding: 10px 30px;
                text-align: center;
                display: inline-block;
            }
                .campaign-wrap dl div.bt a:hover {
                    opacity: .7;
                }

.index-list {
	display: flex;
	flex-direction: row;
	gap: 30px;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;

	li {
		list-style-type: none;
		margin-bottom: 20px;
		width: 280px;
	}
	a {
		display: flex;
		flex-direction: column;
		gap: 5px;
		position: relative;
		cursor: pointer;
		overflow: hidden;
		width: 100%;
		padding: 10px;

		img {
			width: 220px;
			height: auto;
		}

		.text {
			display: flex;
			flex-direction: column;

			h3 {
				position: absolute;
				top: 140px;
				left: 10px;
				background: #fff;
				color: var(--main-bg-color);
				font-weight:600;
				padding: 5px 5px 5px 0;
			}

		}
	}

	a img {
		height: auto;
		transition: transform .6s ease; /* ゆっくり変化させる */
	}
	a:hover img {
		transform: scale(1.1); /* 拡大 */
	}
	a:hover img {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha( opacity=100 )";
	}

}
#sec02  .index-list li a h3 {
	top: 50%;
	font-size: 20px;
}

