@charset "UTF-8";

@charset "UTF-8";


#lv{
	height: 100vh!important;
}

#lv div{
	opacity: 1;
}
#lv p{
	padding-bottom: 100px;
}
#lv p span {
    font-size: 5rem;
    line-height: 1.8;
    letter-spacing: .8rem;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 900px){
	#lv p{
		padding-bottom: 50px;
	}
	#lv p span {
	    font-size: 3rem;
	    letter-spacing: 0.1rem;
	}
	#lv{
		height: 75vh!important;
	}
}
/*-------------------------TOP------------------------*/
#about+section:before,
#about+section:after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(/common/upload_data/ikkon-koriyamacom/image/about_bg1.jpg.webp)no-repeat center center/cover;
    pointer-events: none;
    z-index: -1;
}

#about+section:after{
	width: 600px;
	height: 540px;
	right: -100px;
	top: -145px;
	opacity: 0.7;
	background: url(/common/upload_data/ikkon-koriyamacom/image/s3_deco4.png.webp)no-repeat center center/100%;
}
#about+section .inner_item_txt{
	position: relative;
	padding-top: 185px;
}

#about+section .inner_item_txt:before{
    position: absolute;
    display: block;
    content: "";
    top: 0px;
    left: 0px;
    width: 460px;
    height: 180px;
    background: url(/common/upload_data/ikkon-koriyamacom/image/s1_h2.png.webp)no-repeat center center/cover;
}

@media screen and (max-width: 900px){
	#about+section:before,
	#about+section:after{
		display: none;
	}
	#about+section .inner_item_txt{
		padding-top: 135px !important;
	}
	#about+section .inner_item_txt:before{
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 130px;
	    background: url(/common/upload_data/ikkon-koriyamacom/image/sec1_h2.png.webp)no-repeat center center/contain;
	}
	#about+section .inner_item_img{
		display: none;
	}
}
/*-------------------------ポイント------------------------*/

#point+div>.content_wrapper:before{
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 18vw;
    max-width: 180px;
    height: 500px;
    left: 0vw;
    top: -20px;
    background: url(/common/upload_data/ikkon-koriyamacom/image/s2_h2.png.webp)no-repeat center center/100%;
    z-index: 2;
}
#point+div>.content_wrapper:after{
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 20vw;
    height: 100%;
    left: -220px;
    top: -65px;
    background: url(/common/upload_data/ikkon-koriyamacom/image/s2_deco.png.webp)no-repeat top center/100%;
    z-index: -1;
}
#point+div .wrapper_item {
    gap: 20px;
}

#point+div .inner_item:nth-child(1){
	margin-left: 20%!important;
}

#point+div .inner_item{
	background: url(/common/upload_data/ikkon-koriyamacom/image/s2_bg_tx.png)no-repeat center center/100%;
	width: calc((80% / 2) - 40px)!important;
	aspect-ratio: 1;
}

#point_sp+div .inner_item{
	margin: 0 10px!important;
}

#point+div .inner_item_txt{
	display: flex;
	padding: 0 40px;
	margin: 0;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}
#point_sp+div .inner_item_txt{
	display: flex;
	padding: 40px 20px;
	margin: 0;
	height: 100%;
	flex-direction: column;
	box-sizing: border-box;
}
#point+div .heading.block_header_4 .h{
	display: flex;
	position: relative;
	font-size: 2.5rem!important;
	font-weight: 600;
	min-height: 80px;
	justify-content: center;
	align-items: center;
	margin: 0;
}
#point_sp+div .heading.block_header_4 .h{
	display: flex;
	position: relative;
	font-size: 2rem!important;
	font-weight: 600;
	min-height: 50px;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding-top: 5px;
}

#point+div .heading.block_header_4 .h:before,
#point_sp+div .heading.block_header_4 .h:before{
    position: absolute;
    display: block;
    content: "ポイント";
    pointer-events: none;
    font-size: 1.5rem;
    font-weight: 600;
    width: 100%;
    height: 23px;
    left: 0;
    top: 6px;
    z-index: 0;
}
#point_sp+div .heading.block_header_4 .h:before{
	font-size: 1.4rem;
	top: 0;
}
#point+div .heading.block_header_4 .h:after,
#point_sp+div .heading.block_header_4 .h:after{
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: -5px;
    background: url(/common/upload_data/ikkon-koriyamacom/image/p_himg.png.webp)no-repeat center center/80px;
    z-index: 0;
    opacity: 0.3;
}

#point_sp+div .heading.block_header_4 .h:after{
	background-size: 50px;
}



#point+div .heading.block_header_4 p{
	font-size: clamp(1rem, 2.2vw, 3rem);
	font-weight: 600;
	color: #831a00;
	line-height: 1.4;
	margin-bottom: 2%;
}
#point_sp+div .heading.block_header_4 p{
	font-size: 2rem;
	font-weight: 600;
	color: #831a00;
	line-height: 1.4;
}
#point+div .inner_item_txt>p{
	font-size: clamp(1rem, 1.4vw, 1.6rem);
	line-height: 1.6;
	padding: 0px 12%;
}



#point_sp+div{
	display: none;
}

#point_sp+div .wrapper_item:before{
	display: none;
}

#point_sp+div .inner_item{
	border: none;
	background: url(/common/upload_data/ikkon-koriyamacom/image/bg_bxtxt.jpg.webp)repeat center center/400px;
	border-radius: 30px;
}

@media screen and (max-width: 900px){
	#point_sp+div{
		display: block;
	}
	#point+div{
		display: none;
	}
}



/*-------------------------縦書き------------------------*/
#c_txt+section>.content_wrapper{
	position: relative;
} 

#c_txt+section>.content_wrapper:before{
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 25vw;
    max-width: 300px;
    height: 100%;
    right: 65px;
    bottom: -40px;
    background: url(/common/upload_data/ikkon-koriyamacom/image/s4_deco.png.webp)no-repeat bottom center/100%;
    z-index: -1;
}
 #c_txt+section .inner_item_txt{
	position: relative;
	padding-right: 240px;
	width: auto;
}
 #c_txt+section .inner_item_txt:before{
    position: absolute;
    display: block;
    content: "";
    top: -45px;
    right: 0px;
    width: 190px;
    height: 100%;
    background: url(/common/upload_data/ikkon-koriyamacom/image/s3_h2.png.webp)no-repeat top center/contain;
}

#s_txt+section .heading.block_header_4 .h{
	font-size: 2.5rem!important;
}
#s_txt+section .heading.block_header_4 p{
	font-size: 4rem;
	padding: 15px 0 0 0;
}

@media screen and (min-width: 801px){
    #s_txt+section .content_wrapper{
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
	}
	#s_txt+section .wrapper_item,
    #c_txt+section .wrapper_item{
        justify-content: space-between;
        height: 455px;
        align-items: flex-end!important;
    }
	#s_txt+section .heading{
		margin-left: 90px;
	}
	#s_txt+section .inner_item_txt>p{
		margin-left: 60px;
	}
    #s_txt+section .inner_item_txt,
	#s_txt+section .heading.block_header_4,
    #c_txt+section .inner_item_txt{
		writing-mode: vertical-rl;
		text-orientation: upright;
	}
	#s_txt+section .inner_item_txt .contents_btn01 .content_wrapper{
		justify-content: end;
	}
	#s_txt+section .contents_btn01 a{
		height: 65%;
		padding: 0;
	}
	#c_txt+section .inner_item_txt p{
		margin-left: 40px;
	}
}

@media screen and (max-width: 900px){
	#c_txt+section{
		margin-bottom: 50px;
	}
	#c_txt+section>.content_wrapper:before{
		display: none;
	}
	#c_txt+section .inner_item_txt{
		padding-top: 95px!important;
	}	
	#c_txt+section .inner_item_txt:before{
	    top: 0;
	    width: 100%;
	    height: 80px;
	    background: url(/common/upload_data/ikkon-koriyamacom/image/sec3_h2.png.webp)no-repeat top center/contain;
	}
	#s_txt+section .heading{
		text-align: center;
	}
	#s_txt+section .heading.block_header_4 .h{
		font-size: 2.2rem!important;
		margin: 0;
	}
	#s_txt+section .heading.block_header_4 p{
		font-size: 2.8rem;
		padding: 0;
	}
	#s_txt+section .inner_item_txt p:nth-last-of-type(1){
		font-size: 1.4rem;
	}
}





#plan_sp+div,
#plan2_sp+section{
	display: none;
}

#plan2+section>.content_wrapper:before{
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 80vw;
    max-width: 600px;
    height: 600px;
    right: 160px;
    bottom: -40px;
    background: url(/common/upload_data/ikkon-koriyamacom/image/s3_deco3.png.webp)no-repeat bottom center/100%;
    z-index: -1;
}

#plan1+section .heading,
#plan2+section > .content_wrapper > .heading{
	display: flex;
	align-items: center;
	margin-bottom: 3vw!important;
}

#plan1+section .heading.block_header_2 .h,
#plan2+section > .content_wrapper > .heading.block_header_2 .h{
	font-size: 4rem!important;
	padding-left: 50px;
}

a[id*="plan"]+section .heading.block_header_2 .h:before{
	display: none;
}

#plan1+section .heading.block_header_2 .h:after,
#plan2+section > .content_wrapper > .heading.block_header_2 .h:after{
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 34px;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/common/upload_data/ikkon-koriyamacom/image/p_himg.png.webp) no-repeat center center / contain;
    z-index: 0;
    opacity: 0.5;
}

#plan1+section .heading.block_header_2 p,
#plan2+section > .content_wrapper > .heading.block_header_2 p{
	font-size: 3rem;
}


#plan1_1+div .wrapper_item{
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	grid-template-rows: repeat(2, 0.5fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
#plan1_1+div .inner_item{
	width: 100%;
}
#plan1_1+div .inner_item:nth-child(1){
	grid-area: 1 / 1 / 2 / 2
}
#plan1_1+div .inner_item:nth-child(2){
	grid-area: 2 / 1 / 3 / 2;
	margin-top: -250px;
}
#plan1_1+div .inner_item:nth-child(3){
	grid-area: 1 / 2 / 3 / 3;
	margin: 0;
	background: rgba(255,255,255,0.8);
	padding: 30px;
}

#plan1_1+div .inner_item_img img{
	height: auto!important;
	max-width: 541px;
}
#plan1_1+div .inner_item:nth-child(2) .inner_item_img img{
	max-width: 575px;
}

a[id*="plan"]+div .heading.block_header_4 .h,
#plan2+section .wrapper_item .heading.block_header_2 .h{
	font-size: 2.2rem!important;
	font-weight: 600;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #fff, var(--i_btn_color), #fff) 1;
	padding-bottom: 10px;
	padding-left: 0;
	width: fit-content;
	margin: 0 auto 10px;
}
#plan2+section .wrapper_item .heading.block_header_2 p{
	padding-left: 0;
}
#plan2+section .inner_item_txt{
	background: rgba(255,255,255,0.8);
	padding: 20px!important;
}

@media screen and (min-width: 801px){
	#plan1_1+div{
		margin-top: clamp(-25rem, -18vw, -18vw);
	}
	#plan1_1+div .inner_item:nth-child(3){
		margin-top: 140px;
		margin-left: 5%;
	}
	#plan2+section .wrapper_item{
		margin-top: -100px;
	}
	#plan2+section .inner_item_txt{
		margin-top: 100px;
	}
	#plan2+section .inner_item_img{
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 900px){
	#plan_sp+div,
	#plan2_sp+section{
		display: block;
	}
	#plan1+section .inner_item_img,
	#plan2+section .inner_item_img,
	#plan1_1+div .inner_item:nth-child(1),
	#plan1_1+div .inner_item:nth-child(2),
	#plan2+section>.content_wrapper:before{
		display: none;
	}
	#plan1_1+div .wrapper_item{
		display: block;
	}
	#plan1+section .heading,
	#plan2+section > .content_wrapper > .heading{
		margin-bottom: 25px!important;
		flex-direction: column;
	}
	#plan1+section .heading.block_header_2 .h,
	#plan2+section > .content_wrapper > .heading.block_header_2 .h{
		font-size: 3rem!important;
		padding-left: 0;
		padding-top: 30px!important;
	}
	#plan1+section .heading.block_header_2 .h:after,
	#plan2+section > .content_wrapper > .heading.block_header_2 .h:after{
		width: 100%;
		height: 25px;
	}
	#plan1+section .heading.block_header_2 p,
	#plan2+section > .content_wrapper > .heading.block_header_2 p{
		font-size: 2.2rem;
		padding: 0;
		line-height: 1.3;
	}
	#plan1_1+div .inner_item:nth-child(3),
	#plan2+section .inner_item_txt{
		margin-top: 30px;
	}
}

@media screen and (max-width: 450px){
	#plan_sp+div .gallery_single_slider{
		margin-bottom: 0px;
	}
}


/*------------------スライダーとテキスト横並び------------------------*/
.lr_box{
	padding-bottom: 30px;
}
#l_box+div.lr_box>div .heading.block_header_4 .h{
	font-size: 1.6rem!important;
	text-align: end;
}

#l_box+div.lr_box>div .gallery_single_slider_thum{
	margin-bottom: 10px;
}
#l_box+div.lr_box>div .gallery_single_slider_thum .slick-track {
    justify-content: flex-end;
    width: calc(94% + 13px) !important;
}
#l_box+div.lr_box>div .gallery_single_slider_thum .inner_item {
    width: calc(100% / 5 - 10px) !important;
}
.lr_box>section .content_wrapper > .heading{
	display: flex;
	align-items: center;
	margin-bottom: 3vw!important;
}
.lr_box .content_wrapper > .heading.block_header_2 .h{
	font-size: 4rem!important;
	padding-left: 50px;
}
.lr_box .heading.block_header_2 .h:before{
	display: none;
}
.lr_box .content_wrapper > .heading.block_header_2 .h:after{
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 34px;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/common/upload_data/ikkon-koriyamacom/image/p_himg.png.webp) no-repeat center center / contain;
    z-index: 0;
    opacity: 0.5;
}
.lr_box .content_wrapper > .heading.block_header_2 p{
	font-size: 3rem;
}
#l_box+div.lr_box>div .content_wrapper{
	display: flex;
	flex-direction: column-reverse;
}

.lr_box .inner_item_txt{
	background: rgba(255,255,255,0.8);
	padding: 20px!important;
}

.lr_box .heading+.add_text{
	font-size: 1.5rem;
}

.lr_box .wrapper_item .heading.block_header_2 .h{
	font-size: 2.2rem!important;
	font-weight: 600;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #fff, var(--i_btn_color), #fff) 1;
	padding-bottom: 10px;
	padding-left: 0;
	margin-bottom: 10px;
}
.lr_box .wrapper_item .heading.block_header_2 p{
	padding-left: 0;
}
.lr_box .inner_item_img{
	display: none;
}


@media screen and (min-width: 901px){
	.lr_box{
		display: flex;
		max-width: 1500px;
		justify-content: center;
		margin: auto;
	}
	.lr_box>div{
		width: 50%;
	}
	.lr_box>section{
		width: 38%;
	}
}

@media screen and (max-width: 900px){
	.lr_box>section{
		padding-top: 0!important;
	}
	#l_box+div.lr_box>div .heading.block_header_4 .h{
		font-size: 1.4rem!important;
		text-align: center;
	}
	.lr_box>section .content_wrapper > .heading{
		margin-bottom: 25px!important;
		flex-direction: column;
	}
	.lr_box .content_wrapper > .heading.block_header_2 .h{
		font-size: 3rem!important;
		padding-left: 0;
		padding-top: 30px!important;
	}
	.lr_box .content_wrapper > .heading.block_header_2 .h:after{
		width: 100%;
		height: 25px;
	}
	.lr_box .content_wrapper > .heading.block_header_2 p{
		font-size: 2.2rem;
		padding: 0;
		line-height: 1.3;
	}
}
@media screen and (max-width: 450px){
	#l_box+div .gallery_single_slider{
		margin-bottom: 20px;
	}
}

#menu+section{
	max-width: 1200px;
	margin: 0 auto 80px;
	width: 94%;
}

#menu+section .inner_item_txt .m_title{
	position: relative;
	font-size: 3rem;
	font-weight: 600;
	padding-top: 30px;
	margin-bottom: 30px;
}
#menu+section .inner_item_txt .m_title:after{
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 30px;
    left: 0;
    top: 0;
    background: url(/common/upload_data/ikkon-koriyamacom/image/p_himg.png.webp) no-repeat center center / contain;
    z-index: 0;
    opacity: 0.5;
}
#menu+section .inner_item_txt .m_title span{
	color: #831a00;
	font-size: 4rem;
}

#menu+section .inner_item_txt .m_waku{
	position: relative;
	width: fit-content;
	background: rgba(255,255,255,0.8);
	margin: 0 auto 30px;
	padding: 25px 100px;
	font-weight: 600;
}

#menu+section .inner_item_txt .m_waku:before,
#menu+section .inner_item_txt .m_waku:after{
    position: absolute;
    display: block;
    content: "";
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
	opacity: 0.8;
    pointer-events: none;
    z-index: 0;
}
#menu+section .inner_item_txt .m_waku:before{
	top: -10px;
}
#menu+section .inner_item_txt .m_waku:after{
	bottom: -10px;
}
#menu+section .inner_item_txt .m_waku span{
	color: #831a00;
}

#menu+section .inner_item_txt .m_waku p{
	position: relative;
	padding-left: 17px;
	width: fit-content;
	margin: auto;
}

#menu+section .inner_item_txt .m_waku p:before{
    position: absolute;
    display: block;
    content: "";
    top: calc(50% - 3px);
    left: 0;
    width: 6px;
    height: 6px;
    background: #b29352;
    pointer-events: none;
    z-index: 0;
    border-radius: 100px;
}

#menu+section .inner_item_txt .m_txt{
	font-size: 1.4rem;
}
@media screen and (max-width: 900px){
	#menu+section{
		padding: 40px 0;
	}
	#menu+section .inner_item_txt .m_title{
		font-size: 2.2rem;
	}
	#menu+section .inner_item_txt .m_title span{
		font-size: 2.8rem;
	}
	#menu+section .inner_item_txt .m_waku p,
	#menu+section .inner_item_txt .m_txt{
		text-align: justify!important;
	}
	#menu+section .inner_item_txt .m_waku{
		padding: 25px 20px;
	}
	#menu+section .inner_item_txt .m_waku p{
		line-height: 1.5;
		margin-bottom: 10px;
	}
	#menu+section .inner_item_txt .m_waku p:before{
		top: 11px;
	}
}



#info+section >.content_wrapper{
	padding: 60px 40px;
	border: solid 4px var(--i_btn_color);
	width: 96%;
}

#info+section .inner_item_txt p:nth-child(1){
	font-size: 4rem;
	margin: 0;
	line-height: 1.4;
}
#info+section .inner_item_txt p:nth-child(2){
	margin-bottom: 20px;
}
#info+section .inner_item_txt p a{
	position:relative;
	text-decoration: none;
	padding-left: 50px;
	font-weight: 600;
}
#info+section .inner_item_txt p a:before{
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 36px;
    height: 36px;
    left: 0;
    top: calc(50% - 14px);
    background: url(/common/upload_data/ikkon-koriyamacom/image/icon_tel.png.webp) no-repeat center center / contain;
    z-index: 0;
}

#info+section .heading.block_header_6 .h{
	font-size: 4rem;
	padding-bottom: 0;
	padding-top: 40px;
	margin: 0;
}
#info+section .heading.block_header_6 .h:before{
	display: none;
}
#info+section .heading.block_header_6 .h:after{
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 30px;
    left: 0;
    top: 0;
    background: url(/common/upload_data/ikkon-koriyamacom/image/p_himg.png.webp) no-repeat center center / contain;
    z-index: 0;
    opacity: 0.5;
}

@media screen and (max-width: 900px){
	#info+section >.content_wrapper{
		padding: 40px 18px;
		border: solid 4px var(--i_btn_color);
		width: 94%;
	}
	#info+section .heading.block_header_6 .h{
		font-size: 2.1rem;
		padding-top: 30px;
		letter-spacing: 0;
	}
	#info+section .heading.block_header_6 .h:before{
		display: none;
	}
	#info+section .heading.block_header_6 .h:after{
	    height: 20px;
	}
	#info+section .inner_item_txt p:nth-child(1){
		font-size: 3rem;
	}
	#info+section .inner_item_txt p a{
		padding-left: 32px;
	}
	#info+section .inner_item_txt p a:before{
	    width: 22px;
	    height: 22px;
	    top: calc(50% - 8px);
	}
	#info+section .inner_item_txt p:nth-child(2){
		margin-bottom: 10px;
		margin-top: 10px;
		font-size: 1.4rem;
	}
}