@charset "utf-8";
/* CSS Document */

body,h1,h2,p,ul{
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	font-family:"メイリオ", Meiryo,  sans-serif;
	font-size: 15px;;
	color:#000000;
}
body{
	max-width: 100vw;
	overflow-x: none;
}

/* floating bn
--------------------------------*/
#fixbn{
	width: 120px;
    top: 170px;
    right:0;
	z-index: 9999;
    position: fixed;
    margin: 0;
    padding: 0;
}
#fixbn img{
	width: 100%;
}
#fixbn ul li{
	margin-bottom: 0px;
}

#fixbn_left_out {
    top: 170px;
    left: -240px;
	z-index: 9999;
    position: fixed;
    margin: 0;
    padding: 0;
}

#fixbn_left_out:hover{
    left: 0 !important;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

header img,h1 img,h2 img,h3 img{
	display:block;
	margin:0 auto;
}

/* header
--------------------------------*/
#header div.logo{
	background:#fef6db;
	padding:20px 0;
	box-sizing:border-box;
}
#header .g_navi {
	background:#541300;
}
#header .g_navi a{
	text-align:center;
	text-decoration:none;
	color:#FFF;
}
#header .g_navi ul{
	max-width:850px;
	width:100%;
	display:flex;
	align-items: center;
	margin:0 auto;
}
#header .g_navi ul li{
	color:#FFF;
	width:20%;
	padding:15px 0;
	box-sizing:border-box;
}
#header .g_navi ul li a{
	display:block;
}
#header .g_navi ul li:hover{
	background:#340c00;
}

/* MV
--------------------------------*/
.mv_img img{
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}
.mv_img {
	width: 100%;
	/* background: url("../images/mv_texture.jpg"); */
	background-size: cover;
	background: #d8e8f2;
}


/* main
--------------------------------*/
.bkimg{
	/* background-image:url("../images/bkg.jpg");
	background-position:top;
	background-size: contain;
	background-repeat: repeat; */
	background: #e6f8bb;
}

/* sticky menu
--------------------------------*/

#sticky{
	width: 100%;
	position: relative;
}



#sticky_bg{
	width: 100%;
	/* max-height: 190px; */
	max-height: 322px;
	/* background: url("../images/xmas_page_02.png")repeat-x; */
}
.body {
	position: relative;
	overflow-x: hidden;
}
/* .body::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 100%;
	background-image: url(../images/upper.png);
	background-repeat: repeat-x;
} */
#sec1 {
	position: relative;
}
#sec1 p,#sec3 p,#sec4 p{
	color: #541300!important
}
#sec1 .btn,#sec3 .btn,#sec4 .btn{
	color: #ffffff!important
}


/* #sec1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 24px;
	width: 100%;
	transform: translateY(-100%) rotate(180deg);
	background-image: url(../images/upper.png);
	background-repeat: repeat-x;
} */
.mv_img_area {
	text-align: center;
	/* padding-top: 13px; */
}
.mv_img_area > img {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.navi_list{
	max-width: 880px;
	/* width: 100%; */
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding:36px 0 45px;
}
.navi_list li{
	width: calc((100% - (16px * 4)) / 4);
	position: relative;
}
.navi_list li a{
	display: block;
	width: 100%;
	/* padding: .8rem 1rem 0; */
}
.navi_list li a img{
	width: 100%;
}

.navi_list li {
	border-radius: 10px;
	/* padding: 15px 0 5px; */
	box-sizing: border-box;
	max-width: 163.188px;
	max-height: 192.938px;
	text-align: center;
}

/* .navi_list li:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
} */
.navi_list li:hover {
    animation: updown .4s ease;
    -webkit-animation: updown .4s ease;
}

@keyframes updown {
0%{transform:translate(0,0)}
10%{transform:translate(0,-1px)}
20%{transform:translate(0,-2px)}
30%{transform:translate(0,-3px)}
40%{transform:translate(0,-4px)}
50%{transform:translate(0,-5px)}
60%{transform:translate(0,-6px)}
70%{transform:translate(0,-4px)}
80%{transform:translate(0,-3px)}
90%{transform:translate(0,-2px)}
100%{transform:translate(0,0)}
}
@-webkit-keyframes updown {
0%{transform:translate(0,0)}
10%{transform:translate(0,-1px)}
20%{transform:translate(0,-2px)}
30%{transform:translate(0,-3px)}
40%{transform:translate(0,-4px)}
50%{transform:translate(0,-5px)}
60%{transform:translate(0,-6px)}
70%{transform:translate(0,-4px)}
80%{transform:translate(0,-3px)}
90%{transform:translate(0,-2px)}
100%{transform:translate(0,0)}
}
.navi_list li{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.navi_list li[data-btn="no1"]{
	background: #f5b92d;
	box-shadow: 0px 5px #cb9c2c;
}
.navi_list li[data-btn="no2"]{
	background: #2b8dcc;
	box-shadow: 0px 5px #2674a6;
}
.navi_list li[data-btn="no3"]{
	background: #541300;
	box-shadow: 0px 5px rgb(65 14 0);
}
.navi_list li[data-btn="no4"]{
	background: #541300;
	box-shadow: 0px 5px rgb(65 14 0);
}
#sticky_bg[data-stickynow="on"]{
	position: fixed;
	top: 0px;
	z-index: 100;
	background: #E6F8BB;
}

/* 
.navi_list li:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
} */
#sticky_bg[data-stickynow="on"] + .sticky_space{
	padding: 17.3vw 0 0 0;
}	
#sticky_bg[data-stickynow="off"]{
	position: absolute;
	top: 0;
	z-index: 100;
}
#sticky_bg[data-stickynow="off"] + .sticky_space{
	padding:273px 0 0 0;
}	



/* sec1
--------------------------------*/
#section1 .title{
	margin: 0 0 65px;
}
#section1 .txt{
	font-size: 26px;
	font-family: "Meiryo";
	color: #541300;
	font-weight: bold;
	line-height: 1.769;
	text-align: center;
	margin: 0 0 70px 0;
}
#section1 img{
	max-width: 100%;
}

/* sec2
--------------------------------*/
#section2{
	width: 100%;
	/* padding: 65px 32px 36px; */
	margin: 0 auto ;
	border-radius: 15px;
	/* background-color: #ffffff; */
	/* background: url("../images/bg_item.png"); */
	position: relative;
	text-align: center;
	background-size: cover;
	box-sizing: border-box;
}

#section2::before{
	content: "";
	width: 76px;
	height: 87px;
	/* background: url("../images/kamibukuro_item.png"); */
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
#section2_wraper{
	width: 100%;
	padding: 0;
	position: relative;
}
/* #section2_wraper::after{
	content: "";
	width: 100%;
	height: 152px;
	background: url("../images/separation.png")center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
} */
#section2 img{
	max-width: 100%;
}

/* sec3
--------------------------------*/
#section3{
	margin: 0 0 80px;
}
#section3 img{
	/* transform: translateX(8px); */
}
#section4{
	max-width: 850px;
    width: 90%;
	margin:  0 auto;
}
.section04_items_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-family: "Meiryo";
	color: #541300;
	text-align: center;
	gap: 0 30px;
}
.section04_items_list span,.section04_items_list p{
	color: #9c6a45;
}
.section04_items_list .name{
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
	margin: 20px 0 0 0;
}
.section04_items_list .plice{
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	margin:  0 0 10px 0;
}
.section04_items_list .plice_small{
	font-size: 15px;
	font-weight: normal;
	line-height: 32px;
}
.section04_items_list .content span{
	font-size: 15px;
	font-weight: normal;
	line-height: 26.39px;
	background: #9c6a45;
	color: #FFFFFF;
	padding: 3px 12px;
	margin: 0 8px 0 0;
}
.section04_items_list .content{
	font-size: 15px;
	font-weight: normal;
	line-height: 26.39px;
	margin: 0 0 10px 0;
}
.section04_items_list .days{
	color: red;
	font-size: 15px;
	font-weight: bold;
	line-height: 26.39px;
	margin: 0 0 25px 0;
}
.section04_items_list li{
	width: 406px;

	margin: 0 0 60px 0;
}
.section04_items_list li:nth-child(n+3){
	margin: 0 ;
}
.section04_items_list .object {
	display: flex;
	justify-content: center;
	align-items: center;
}

#section04 .annotation {
	font-size: 13px;
	font-family: "Meiryo";
	color: #541300;
	line-height: 24px;
	text-align: center;
	margin: 62px 0 0 0;
}


.section04_items_list p.btn {
    background-color: #ef8785;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0px 5px #d7706e;
}
.section04_items_list p.btn:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
}

#section5 {
	width: 100%;
	margin: 52px auto 0;
	position: relative;
	
}
#section5 img{
	width: 100%;
	max-width: 1540px;
}
#section6{
	padding: 63px 0 50px 0;
	background: url("../images/5155521_l.png")repeat;
	background-size: cover;

}
.section04_items_list{
	max-width: 850px;
    width: 90%;
    margin: 0 auto;
	justify-content: space-between;
}
.kusamura{
	width: 100%;
	height: 8vw;
	/* max-height: 160px; */
	background: #b2db62;
	/* position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0; */
	margin-top: -8vw;
}
.annotation{
	margin: 62px 0 14px 0;
	font-size: 18px;
}

.item_list2{
	text-align: center;
}
.sp{
	display: none;
}
@media screen and (max-width:1540px){
	#section5 img{
		max-width: 1020px;
	}
	.kusamura{
		height: 14vw;
		margin-top: -13vw;
	}
	.section04_items_list {
		max-width: 850px;
	}
}

@media screen and (max-width:1200px){
	#sticky_bg {
		/* height: 18vw; */
		background-size: contain;
	}
	.mv_img img{
		max-width: 100%;
		/* margin: 2% auto; */
	}
	#section1 .title {
		margin: 36px 0 35px;
	}
	#section1 img {
		max-width: 90%;
	}
	#sticky::before{
		width: 20px;
	}
	#sticky::after{
		width: 20px;
	}
	#section2 {
		width: 100%;
		/* max-width: 850px;
		width: calc(100% - 100px); */
		padding: 0;
	}
	#section4{
		width: 90%;
		max-width: 850px;
	}
	#section4 img{
		width: calc(100% - 90px);
		padding: 0 45px 36px;
	}
	.section04_items_list li{
		width: 46%;
	}
	.section04_items_list .name{
		font-size: 22px;
		font-weight: bold;
		line-height: 1.23;
		margin: 20px 0 0 0;
	}
	.section04_items_list .plice{
		font-size: 20px;
		font-weight: bold;
		line-height: 1.23;
		margin:  0 0 10px 0;
	}
	.section04_items_list .plice_small{
		font-size: 16px;
		font-weight: normal;
		line-height: 1.23;
	}
	.section04_items_list .content span{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.23;
		background: #9c6a45;
		padding: 3px 12px;
		margin: 0 8px 0 0;
	}
	.section04_items_list .content{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.23;
		margin: 0 0 15px 0;
	}
	.section04_items_list .days{
		font-size: 15px;
		line-height: 26.39px;
		margin: 0 0 25px 0;
	}
	#section2 {
		/* max-width: 850px; */
		/* width: 90%; */
		border-radius: 15px;
	}
	#sticky_bg[data-stickynow="off"] + .sticky_space {
		padding: 280px 0 0 0;
	}
	#sticky_bg[data-stickynow="on"] + .sticky_space {
		padding: 280px 0 0 0;
	}
	.navi_list {
		/* width: calc(100% - 80px); */
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		/* padding: 35px 0 50px; */
		/* width: calc(80% - 94px); */
    	/* padding: 0 45px 36px; */
		max-width: 760px;
		width: calc(90% - 90px);
		padding: 28px 35px 56px;
	}
	#section1 .title {
		margin: 0 0 50px;
	}
	#section5 img {
		max-width: 940px;
	}
	.section04_items_list {
		max-width: 770px;
		width: calc(100% - 170px);
	}
}
@media screen and (max-width:1000px){
	#sec1 p:first-child {
		padding: 5% 0 3%;
	}
	#sec1{
		padding: 0 3%;
	}
	#sec1 img{
		max-width: 100%;
	}
	#section4{
		max-width: 850px;
    	width: 90%;
	}
	#sec3.wrapper,#sec4.wrapper{
		width: 100%;
		max-width: 850px;
	}
	#sec3{
		width: 100%;
		overflow-x: hidden;
	}
	#sec4{
		width: 100%;
		overflow-x: hidden;
	}
	/* .navi_list {
		width: calc(84% - 80px);
	} */
	#section5 img {
		width: 97%;
	}
	#sticky_bg[data-stickynow="off"] + .sticky_space {
		padding: 29vw 0 0 0;
	}
}

@media screen and (max-width:920px){
	.navi_list {
		width: calc(90% - 86px);
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 35px 0 70px;
	}
	#sticky_bg[data-stickynow="on"] .navi_list{
		/* width: calc(100% - 45px);
		padding: 10px 22.5px 14px; */
		/* background: #eaeeff; */
		/* width: calc(84% - 80px); */
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 0px 0 20px;
		transition: 0.2s ease;
	}
	.section04_items_list .name{
		font-size: 20px;
		font-weight: bold;
		line-height: 1.23;
		margin: 20px 0 0 0;
	}
	.section04_items_list .plice{
		font-size: 18px;
		font-weight: bold;
		line-height: 1.23;
		margin:  0 0 10px 0;
	}
	.section04_items_list .plice_small{
		font-size: 14px;
		font-weight: normal;
		line-height: 1.23;
	}
	.section04_items_list .content span{
		font-size: 14px;
		font-weight: bold;
		line-height: 1.23;
		background: #9c6a45;
		padding: 3px 12px;
		margin: 0 8px 0 0;
	}
	.section04_items_list .content{
		font-size: 14px;
		font-weight: bold;
		line-height: 1.23;
		margin: 0 0 15px 0;
	}
	.section04_items_list .days{
		font-size: 14px;
		line-height: 1.3;
		margin: 0 0 25px 0;
	}
	.section04_items_list .btn img{
		text-align: center;
		width: 180px;
	}
	#section2 {
		/* width: 90%; */
		border-radius: 15px;
	}
	#section1 .txt {
		font-size: 20px;
		font-family: "Meiryo";
		color: #541300;
		font-weight: bold;
		line-height: 1.769;
		text-align: center;
		margin: 0 0 70px 0;
	}
}

@media screen and (max-width:768px){
	#sticky::before{
		width: 10px;
	}
	#sticky::after{
		width: 10px;
	}
	#sticky_bg {
		/* height: 14vw; */
		background-size: contain;
	}
	#section4{
		width: calc(100% - 95px);
		margin: 0 auto;
	}
	#section4 img{
		width: 100%;
		padding: 0;
	}
	.section04_items_list {
		display: block;
	}
	.section04_items_list li {
		width: 100%;
	}
	.section04_items_list .name {
		font-size: 24px;
	}
	.section04_items_list .name {
		font-size: 22px;
	}
	.section04_items_list .content {
		font-size: 16px;
	}
	.object{
		display: none !important;
	}
	#section5 {
		padding: 50px 0 5rem;
	}
	#sec1 h2 img{
		width: 90%;
	}
	.annotation{
		font-size: 18px;
	}
	.sp{
		display: block;
	}
}


@media screen and (max-width:768px){
	#sec3 div.wrapper {
		position: relative;
		margin: 45px auto 30px;
		background-color: #fff;
		width: 90%;
		padding: 5% 5%;
		box-sizing: border-box;
	}
	#sec4 div.wrapper {
		position: relative;
		margin: 45px auto 30px;
		background-color: #fff;
		width: 90%;
		padding: 5% 5%;
		box-sizing: border-box;
	}
	.section04_items_list {
		display: block;
	}
	.section04_items_list li {
		width: 100%;
	}
	.section04_items_list .name {
		font-size: 20px;
	}
	.section04_items_list .name {
		font-size: 18px;
	}
	.section04_items_list .content {
		font-size: 14px;
	}
	.section04_items_list .btn img{
		text-align: center;
		width: 200px;
	}
	#section2 {
		/* width: calc(100% - 45px);
		padding: 52px 25px 36px;
		border-radius: 15px; */
	}
	#sticky_bg[data-stickynow="off"] + .sticky_space {
		padding: 31vw 0 0 0
	}
	#sticky_bg[data-stickynow="on"] + .sticky_space {
		padding: 31vw 0 0 0
	}
	.navi_list{
		/* width: 100%;
		padding: 0; */
		/* width: calc(100% - 45px); */
		width: calc(100% - 58px);
    	padding: 10px 22.5px 14px;
	}
	#section1 .title {
		margin: 0 0 40px;
	}
	#section3 {
		margin: 0 0 50px;
	}
	.navi_list li a {
		padding: .2rem .4rem;
	}
	.section04_items_list li {
		/* width: 368px; */
		margin: 0 0 50px 0;
	}
	.section04_items_list li:nth-child(n+3){
		margin: 0 0 50px 0;
	}
	.navi_list li {
		width: 25%;
	}
	.navi_list {
		padding: 20px 0 25px;
	}
	#section5{
		
		margin: 0 auto 0;
		padding: 8vw 0 0
}
}
@media screen and (max-width:456px){
	#section5{
		
		margin: 0 auto 0;
		padding: 10px 0 0;
}
#section5 img {
    width: 97%;
}

.annotation{
	font-size: 16px;
}

	#section2 {
		width: 100%;
		padding: 0x;
		border-radius: 15px;
	}	
	#section1 .txt {
		font-size: 16px;
		font-family: "Meiryo";
		color: #541300;
		font-weight: bold;
		line-height: 1.769;
		text-align: center;
		margin: 0 0 70px 0;
	}
	#sticky_bg[data-stickynow="off"] + .sticky_space {
		padding: 110px 0 0 0;
	}
	#sticky_bg[data-stickynow="on"] + .sticky_space {
		padding: 110px 0 0 0;
	}

	.navi_list {
		width: calc(100% - 44px);
		padding: 10px 0;
	}
	#sticky_bg[data-stickynow="on"] .navi_list{
		width: calc(100% - 44px);
		padding: 6px 15px 12px;
		/* background: #eaeeff; */
		/* transition: 0.2s ease; */
	}

	#section1 .title {
		margin: 0 0 35px;
	}
	#section3 {
		margin: 0 0 50px;
	}
	#section4{
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	#section4 img{
		width: calc(100% - 50px);
		
    	padding: 0 25px 18px;
	}
	#section6{
		padding: 46px 0 50px 0;
	}
}

