@charset "shift_jis";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp_s-noto.min.css');

/* ========== ========== ==========
	共通
========== ========== ========== */

#osechi_wrap,
#osechi_wrap *, 
#osechi_wrap *:before, 
#osechi_wrap *:after {
	box-sizing: border-box;
}

#osechi_wrap h1, #osechi_wrap h2, 
#osechi_wrap h3, #osechi_wrap h4,
#osechi_wrap h5, #osechi_wrap h6 {
    margin: 0;
	padding: 0;
    font-weight: bold;
}

#osechi_wrap p {
	margin: 0;
	padding: 0;
}

#osechi_wrap :not(i):not(u) {
    font-family: YakuHanJPs, 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

#osechi_wrap .fas {
	font-family: "Font Awesome 5 Free";
}

#osechi_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#osechi_wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

#osechi_wrap a,
#osechi_wrap a:hover {
	text-decoration: none;
	transition: 0.2s;
}

#osechi_wrap a:hover,
#osechi_wrap a:hover > img {
	opacity: 0.5;
}

#osechi_wrap strong {
	font-size: inherit;
	font-weight: bold;
}

#osechi_wrap span {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- ---------- ---------- */

.tec16-mainframe-header_bread-list {
	display: none !important;
}

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

@media only screen and (max-width: 1000px) {
	#osechi_wrap :not(i):not(u) {
		font-size: 1.6vw;
	}
}
@media only screen and (max-width: 720px) {
	#osechi_wrap :not(i):not(u) {
		font-size: 2.0vw;
	}
}
@media only screen and (max-width: 480px) {
	#osechi_wrap :not(i):not(u) {
		font-size: 3.0vw;
	}
}



/* ========== ========== ==========
	#osechi_wrap
========== ========== ========== */

#osechi_wrap {
	width: 1000px;
	margin: 2em auto 0;
}
#osechi_wrap a {
    color: #367391;
}
#osechi_wrap p.small {
    font-size: 0.875em;
}
@media only screen and (max-width: 1000px) {
    #osechi_wrap {
        width: 100%;
		margin: 0 auto;
    }
}



/* ========== ========== ==========
	#osechi_head
========== ========== ========== */

#osechi_head {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#osechi_head .yokoku {
	padding: 0.5em;
	background-color: #d1101b;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
#osechi_head .yokoku span {
	font-size: 1em;
}



/* ========== ========== ==========
	#osechi_main
========== ========== ========== */

#osechi_main > section {
    margin-top: 4em;
}
#osechi_main > section > h3 {
    margin-bottom: 2em;
    padding: 1em;
    color: #ffffff;
    font-size: 1.25em;
	font-weight: bold;
}
#osechi_main > section > h3 + .lede {
	padding: 2em;
	background-color: #eeeeee;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
#osechi_wrap.haisou > #osechi_main > section > h3 {
    background: #948a54 url(../images/bg_content_h3.png) right bottom no-repeat;
}
#osechi_wrap.tentou > #osechi_main > section > h3 {
    background: #838a2d url(../images/bg_content_h3.png) right bottom no-repeat;
}
@media only screen and (max-width: 1000px) {
    #osechi_main {
        padding: 0 1em;
    }
}
@media only screen and (max-width: 720px) {
	#osechi_main > section {
		margin-top: 2em;
	}
}



/* ========== ========== ==========
	#osechi_btn
========== ========== ========== */

#osechi_btn > .osechi_btn_inner {
	display: flex;
	justify-content: space-between;
}
#osechi_btn > .osechi_btn_inner > .btn {
	width: 49%;
    padding: 2px;
	background-color: #a02020;
	border-radius: 0.5em;
	color: #ffffff;
}
#osechi_btn > .osechi_btn_inner > .btn:hover {
    background-color: #231815;
    opacity: 1;
}
#osechi_btn > .osechi_btn_inner > .btn > .btn_inner {
	display: flex;
	justify-content: space-between;
    padding: 1em 0;
    border: 1px solid #ffffff;
    border-radius: 0.5em;
}
#osechi_btn > .osechi_btn_inner > .btn > .btn_inner > .img {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 25%;
	padding: 1em 0;
    border-right: 1px solid #ffffff;
}
#osechi_btn > .osechi_btn_inner > .btn > .btn_inner > .img > img {
	width: 4em;
}
#osechi_btn > .osechi_btn_inner > .btn > .btn_inner > .txt {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 75%;
    font-size: 1.25em;
    text-align: center;
    transition: 0.2s;
}
@media only screen and (max-width: 720px) {
	#osechi_btn > .osechi_btn_inner {
		flex-wrap: wrap;
	}
    #osechi_btn > .osechi_btn_inner > .btn {
        width: 100%;
		margin-bottom: 1em;
	}
}



/* ========== ========== ==========
	#osechi_info
========== ========== ========== */

#osechi_info {
    padding-bottom: 0em;
}
#osechi_info > .caution {
    display: block;
    padding: 1em;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
#osechi_wrap.haisou > #osechi_main > #osechi_info > .caution {
    background-color: #948a54;
}
#osechi_wrap.tentou > #osechi_main > #osechi_info > .caution {
    background-color: #838a2d;
}
#osechi_info > .caution > span {
    margin-left: 1em;
    padding: 0.5em;
    background-color: #ffffff;
    font-size: 0.75em;
}
#osechi_wrap.haisou > #osechi_main > #osechi_info > .caution > span {
    color: #948a54;   
}
#osechi_wrap.tentou > #osechi_main > #osechi_info > .caution > span {
    color: #838a2d;
}
#osechi_info > .btn_catalog {
    display: block;
    width: 66%;
    margin: 0 auto 1em;
    padding: 1em;
    background: #ffffff url(../images/icon_arrow01.png) 98% center no-repeat;
    border: 2px solid #a02020;
    color: #a02020;
    text-align: center;
}
#osechi_info > .btn_catalog:hover {
    background: #a02020 url(../images/icon_arrow02.png) 98% center no-repeat;
    color: #ffffff;
    opacity: 1;
}
#osechi_info > .btn_catalog > .fas {
    margin-right: 0.5em;
}
#osechi_info > .wrap {
    margin-top: 2em;
    padding: 0 1em 1em;
}
#osechi_wrap.haisou > #osechi_main > #osechi_info > .wrap {
    background: #948a54 url(../images/bg_info_wrap.png) repeat;
}
#osechi_wrap.tentou > #osechi_main > #osechi_info > .wrap {
    background: #838a2d url(../images/bg_info_wrap.png) repeat;
}
#osechi_info > .wrap > h3 {
    padding: 1em 0;
    color: #ffffff;
    font-size: 1.5em;
	font-weight: bold;
    text-align: center;
}
#osechi_info > .wrap > .inner {
    padding: 1em 2em 2em;
    background-color: #ffffff;
}
#osechi_info > .wrap > .inner > h4 {
    margin: 1em 0;
    padding: 0.25em 0.5em;
    background-color: #231815;
    color: #ffffff;
    font-size: 1.5em;
	font-weight: bold;
}
#osechi_info > .wrap > .inner > h5 {
    margin: 0.5em 0;
    font-size: 1.5em;
	font-weight: bold;
}
/* #osechi_info > .wrap > .inner > h5:before {
    content: "◆";
} */
#osechi_info > .wrap > .inner > h5 .sub {
	margin-left: 0.5em;
	font-size: 0.75em;
}
#osechi_info > .wrap > .inner > p.mar-t1em {
    margin-top: 1em;
}
#osechi_info > .wrap > .inner > p > strong {
    margin-right: 0.5em;
    color: #a02020;
    font-size: 1.25em;
}
#osechi_info > .wrap > .inner > p > strong > .fas {
    margin-right: 0.25em;
}
#osechi_info > .wrap > .inner > p > a {
    font-size: inherit;
}
#osechi_info > .wrap > .inner .bnr_osechi_tokuhai {
	width: auto;
	height: 1.125em;
	margin: -4px 0 0;
	vertical-align: middle;
}
@media only screen and (max-width: 1000px) {
	#osechi_info > .btn_catalog {
		width: 100%;
	}
}
@media only screen and (max-width: 720px) {
	#osechi_info > .btn_catalog > span {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	#osechi_info > .caution > span {
		display: block;
		margin-top: 1em;
	}
}



/* ========== ========== ==========
	#osechi_nav
========== ========== ========== */

#osechi_nav_list {
	width: 1000px;
	margin: 0 auto;
    background-color: rgba(160, 32, 32, 1);
	list-style: none;
}
#osechi_nav_list {
	display: flex;
	justify-content: space-between;
}
#osechi_nav_list > li {
	width: 25%;
	border-right: 2px solid #ffffff;
}
#osechi_nav_list > li:nth-child(4) {
	border-right: 0;
}
#osechi_nav_list > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
    padding: 1em;
	color: #ffffff;
    font-weight: bold;
	text-align: center;
}
.stuck {
    background-color: rgba(160, 32, 32, 0.75) !important;
	position: fixed;
	top: 0;
	z-index: 999;
}
@media only screen and (max-width: 1000px) {
    #osechi_nav_list {
        width: 100%;
    }
    .stuck {
        left: 0;
    }
}
@media only screen and (max-width: 480px) {
	#osechi_nav {
		padding-bottom: 2em;
	}
	#osechi_nav_list {
		flex-wrap: wrap;
	}
    #osechi_nav_list > li {
        width: 50%;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
    }
    #osechi_nav_list > li:nth-child(2) {
        border-right: 0;
    }
    #osechi_nav_list > li:nth-child(3),
    #osechi_nav_list > li:nth-child(4) {
        border-bottom: 0;
    }
    #osechi_nav_list > li > a {
        padding: 0.5em;
    }
}



/* ========== ========== ==========
	#osechi_bnr
========== ========== ========== */

#osechi_bnr > .btn_living {
    display: block;
    width: 100%;
    margin: 0 auto 1em;
    padding: 2em;
    background: url(../images/bg_head_pc.jpg) center center no-repeat;
    border: 2px solid #a02020;
    color: #222222;
	font-size: 1.5em;
	font-weight: bold;
    text-align: center;
	position: relative;
}
#osechi_bnr > .btn_living span {
	font-size: inherit;
}
#osechi_bnr > .btn_living::before {
	content: "";
	width: 15%;
	height: 100%;
	background: url("../images/bg_btn_living_01.png") center center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
#osechi_bnr > .btn_living::after {
	content: "";
	width: 15%;
	height: 100%;
	background: url("../images/bg_btn_living_02.png") center center no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
@media only screen and (max-width: 720px) {
	#osechi_bnr > .btn_living span {
		display: block;
	}
	#osechi_bnr > .btn_living::before,
	#osechi_bnr > .btn_living::after {
		width: 25%;
	}
}
@media only screen and (max-width: 480px) {
	#osechi_bnr > .btn_living {
		padding: 1em;
	}
	#osechi_bnr > .btn_living::before,
	#osechi_bnr > .btn_living::after {
		display: none;
	}
}



/* ========== ========== ==========
	#osechi_topic
========== ========== ========== */

#osechi_topic > .btn_news {
    display: block;
    width: 66%;
    margin: 0 auto;
    padding: 1em;
    background: #ffffff url(../images/icon_arrow01.png) 98% center no-repeat;
    border: 2px solid #a02020;
    color: #a02020;
    text-align: center;
}
#osechi_topic > .btn_news:hover {
    background: #a02020 url(../images/icon_arrow02.png) 98% center no-repeat;
    color: #ffffff;
    opacity: 1;
}
@media only screen and (max-width: 1000px) {
    #osechi_topic > .btn_news {
        width: 100%;
    }
}



/* ========== ========== ==========
	#content01 & 02
========== ========== ========== */

#content01 > .box,
#content02 > .box {
    display: flex;
}
#content01 > .box > .item,
#content02 > .box > .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	margin-right: 0.5em;
    padding: 1em;
    background: #ffffff url(../images/icon_arrow01.png) 98% center no-repeat;
    border: 2px solid #a02020;
    color: #a02020;
}
#content01 > .box > .item:hover,
#content02 > .box > .item:hover {
    background: #a02020 url(../images/icon_arrow02.png) 98% center no-repeat;
    color: #ffffff;
    opacity: 1;
}
#content01 > .box > .item:nth-child(5n),
#content02 > .box > .item:nth-child(5n) {
    margin-right: 0;
}
@media only screen and (max-width: 1000px) {
	#content01 > .box,
	#content02 > .box {
		flex-wrap: wrap;
	}
	#content01 > .box > .item,
	#content02 > .box > .item {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#content01 > .box > .item:nth-child(3),
	#content02 > .box > .item:nth-child(3) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 480px) {
	#content01 > .box > .item,
	#content02 > .box > .item {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#content01 > .box > .item:nth-child(3),
	#content02 > .box > .item:nth-child(3) {
		margin-right: 2%;
	}
	#content01 > .box > .item:nth-child(2n),
	#content02 > .box > .item:nth-child(2n) {
		margin-right: 0;
	}
}
	


/* ========== ========== ==========
	#content03
========== ========== ========== */

#content03 > .box {
    margin: 0 2em 2em 0;
    width: 484px;
    float: left;
}
#content03 > .box:nth-child(2n+1) {
    margin-right: 0;
}
#content03 > .box > h4 {
	margin-bottom: 1em;
    padding: 1em;
    background: #231815 url(../images/bg_content_h4.png) repeat;
    color: #ffffff;
    font-size: 1.25em;
    text-align: center;
}
#content03 > .box > .item {
    display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
	padding: 1.5em;
    border: 2px solid #cccccc;
    color: #231815;
}
#content03 > .box > .item > .left {
    width: 45%;
	padding-right: 1.5em;
}
#content03 > .box > .item > .right {
    width: 55%;
}
#content03 > .box > .item > .right > p {
	margin-bottom: 1em;
}
#content03 > .box > .item > .right > p:last-child {
	margin-bottom: 0;
}
#content03 > .box > .item > .right > .ttl {
	margin-bottom: 0;
    color: #a02020;
    font-weight: bold;
}
#content03 > .box > .item > .right > p.price {
	font-weight: bold;
	text-align: right;
}
#content03 > .box > .item > .right > p.price::before {
	content: "……";
	margin-right: 0.5em;
}
#content03 > .box > .btn {
    display: block;
    padding: 1em;
    background: #ffffff url(../images/icon_arrow01.png) 98% center no-repeat;
    border: 2px solid #a02020;
    color: #a02020;
    text-align: center;
}
#content03 > .box > .btn:hover {
    background: #a02020 url(../images/icon_arrow02.png) 98% center no-repeat;
    color: #ffffff;
    opacity: 1;
}
#content03 > .box > .finish {
    display: block;
    padding: 1em;
    background-color: #948a54;
    border: 2px solid #948a54;
    color: #ffffff;
    text-align: center;
}
@media only screen and (max-width: 1000px) {
    #content03 > .box {
        width: 48%;
        margin: 0 4% 4% 0;
    }
}
@media only screen and (max-width: 720px) {
    #content03 > .box > .item {
		flex-wrap: wrap;
		margin-bottom: 1em;
	}
	#content03 > .box > .item > .left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 1.5em;
	}
	#content03 > .box > .item > .right {
		width: 100%;
	}
	#content03 > .box > .btn > span {
		display: block;
	}
}
@media only screen and (max-width: 720px) {
    #content03 > .box {
        width: 100%;
        margin-bottom: 2em;
    }
	#content03 > .box > .item > .left {
		width: 45%;
		padding-right: 1.5em;
		padding-bottom: 0;
	}
	#content03 > .box > .item > .right {
		width: 55%;
	}
	#content03 > .box > .btn > span {
		display: inline-block;
	}
}



/* ========== ========== ==========
	#content04
========== ========== ========== */

#content04 > .btn_all {
    display: block;
    padding: 1em;
    background: #a02020 url(../images/icon_arrow02.png) 98% center no-repeat;
    border: 2px solid #a02020;
    color: #ffffff;
    text-align: center;
}
#content04 > .btn_all:hover {
    /* background: #ffffff url(../images/icon_arrow01.png) 98% center no-repeat;
    color: #a02020; */
    background-color: #231815;
    border: 2px solid #231815;
    opacity: 1;
}



/* ========== ========== ==========
	#osechi_foot
========== ========== ========== */

#osechi_foot {
	margin-top: 4em;
}
#osechi_foot > p {
    padding: 2em 0;
    border-top: 1px solid #222222;
}
@media only screen and (max-width: 1000px) {
    #osechi_foot {
        padding: 0 1em;
    }
}
@media only screen and (max-width: 720px) {
	#osechi_foot {
		margin-top: 2em;
	}
}



/* ========== ========== ==========
	.footer
========== ========== ========== */

#osechi_wrap.footer {
    width: 910px;
}
#osechi_wrap.footer h3 {
    background: #c73e3a url(../images/bg_content_h3.png) right bottom no-repeat;
}
#osechi_wrap.footer h3 > span {
    margin-right: 0.5em;
    padding: 0 0.5em;
    background-color: #ffffff;
    color: #c73e3a;
}
#osechi_wrap.footer h4 {
    margin: 1em 0;
    padding: 1em;
    background: #231815 url(../images/bg_content_h4.png) repeat;
    color: #ffffff;
    font-size: 1.125em;
    text-align: center;
}
#osechi_wrap.footer h4 > span {
    padding-left: 48px;
    position: relative;
    z-index: 1;
}
#osechi_wrap.footer h4 > span:before {
    display: inline-block;
    content:"";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
}
#osechi_wrap.footer h4.haisou > span:before {
    background: url(../images/icon_btn_haisou.png) no-repeat;
    background-size: contain;
}
#osechi_wrap.footer h4.tentou > span:before {
    background: url(../images/icon_btn_tentou.png) no-repeat;
    background-size: contain;
}
#osechi_wrap.footer #content01 > .box > .item,
#osechi_wrap.footer #content02 > .box > .item{
    width: 174px;
}
#osechi_wrap.footer #content03 h4 {
    margin: 0;
}
#osechi_wrap.footer #content03 > .box {
    width: 439px;
}
#osechi_wrap.footer #content03 > .box > .item {
    margin-bottom: 0;
    padding: 1em;
    background: #eeeeee url(../images/icon_arrow03.png) 98% center no-repeat;
}
#osechi_wrap.footer #content03 > .box > .item:not(:first-child) {
    border-top: 0;
}
@media only screen and (max-width: 1000px) {
    #osechi_wrap.footer {
        width: 100%;   
    }
    #osechi_wrap.footer > #osechi_main {
        padding: 0;
    }
    #osechi_wrap.footer #content01 > .box > .item,
    #osechi_wrap.footer #content02 > .box > .item {
        width: 32%;
    }
    #osechi_wrap.footer #content03 > .box {
        width: 49%;
        margin: 0 2% 2% 0;
    }
    #osechi_wrap.footer #content03 > .box:nth-child(3) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 720px) {
    #osechi_wrap.footer #content01 > .box > .item,
    #osechi_wrap.footer #content02 > .box > .item {
        width: 49%;
    }
}
@media only screen and (max-width: 480px) {
    #osechi_wrap.footer #content03 > .box {
        width: 100%;
    }
}



/* ========== ========== ==========
	#osechi_guide
========== ========== ========== */

#osechi_guide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 4em !important;
}
#osechi_guide > .caution {
    display: block;
    width: 100%;
    margin-bottom: 1em;
    color: #a02020;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}
#osechi_guide > .wrap {
    width: 100%;
    padding: 0 1em 1em;
}
#osechi_guide > .wrap.haisou {
	margin-bottom: 2em;
    background: #948a54 url(../images/bg_info_wrap.png) repeat;
}
#osechi_guide > .wrap.tentou {
	margin-bottom: 2em;
    background: #838a2d url(../images/bg_info_wrap.png) repeat;
}
#osechi_guide > .wrap.reserve {
    background: #848498 url(../images/bg_info_wrap.png) repeat;
}
#osechi_guide > .wrap > h3 {
    padding: 1em 0;
    color: #ffffff;
    font-size: 1.5em;
	font-weight: bold;
    text-align: center;
}
#osechi_guide > .wrap > .inner {
    padding: 1em 2em 2em;
    background-color: #ffffff;
}
#osechi_guide > .wrap > .inner > h4 {
    margin: 1em 0;
    padding: 0.25em 0.5em;
    background-color: #231815;
    color: #ffffff;
    font-size: 1.5em;
	font-weight: bold;
}
#osechi_guide > .wrap > .inner > h5 {
    margin: 0.5em 0;
    font-size: 1.5em;
    font-weight: bold;
}
/* #osechi_guide > .wrap > .inner > h5:before {
    content: "◆";
} */
#osechi_guide > .wrap > .inner > h5 .sub {
	margin-left: 0.5em;
	font-size: 0.75em;
}
#osechi_guide > .wrap > .inner > p.mar-t1em {
    margin-top: 1em;
}
#osechi_guide > .wrap > .inner > p > strong {
    display: block;
    margin-right: 0.5em;
    color: #a02020;
    font-size: 1.25em;
}
#osechi_guide > .wrap > .inner > p > strong > .fas {
    margin-right: 0.25em;
}
#osechi_guide > .wrap > .inner > p > a {
    font-size: inherit;
}
#osechi_guide > .wrap > .inner .red {
    color: #a02020;
}
#osechi_guide > .wrap > .inner .border {
    display: inline-block;
    margin: 0.5em 0;
    padding: 1em;
    border: 1px solid #222222;
}
#osechi_guide > .wrap > .inner .border_red {
    display: inline-block;
    margin: 0.5em 0;
    padding: 1em;
    border: 1px solid #a02020;
}
#osechi_guide > .wrap > .inner .bg_black {
    display: inline-block;
    padding: 0 0.5em;
    background-color: #222222;
    color: #ffffff;
}
#osechi_guide > .wrap > .inner .bnr_osechi_tokuhai {
	width: auto;
	height: 1.125em;
	margin: -4px 0 0;
	vertical-align: middle;
}