@charset "UTF-8";

/*--reset--*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	margin: 0;
	padding: 0;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
textarea {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

a{
	text-decoration: none;
}

a:link,
a:visited,
a:active {
	color: inherit;
}

a:focus {
	outline: none;
}

img {
	vertical-align: bottom;
}

iframe {
	vertical-align: bottom;
}

/*--//reset--*/
/*--general--*/
/*-------------------------------------------------------------------------------
 GENERAL CLASSES（BOX LAYOUT）
 -------------------------------------------------------------------------------*/
/* MARGIN */
.mt0 {
	margin-top: 0px !important;
}

.mt1 {
	margin-top: 1px !important;
}

.mt2 {
	margin-top: 2px !important;
}

.mt3 {
	margin-top: 3px !important;
}

.mt4 {
	margin-top: 4px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt6 {
	margin-top: 6px !important;
}

.mt7 {
	margin-top: 7px !important;
}

.mt8 {
	margin-top: 8px !important;
}

.mt9 {
	margin-top: 9px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mr1 {
	margin-right: 1px !important;
}

.mr2 {
	margin-right: 2px !important;
}

.mr3 {
	margin-right: 3px !important;
}

.mr4 {
	margin-right: 4px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr6 {
	margin-right: 6px !important;
}

.mr7 {
	margin-right: 7px !important;
}

.mr8 {
	margin-right: 8px !important;
}

.mr9 {
	margin-right: 9px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr22 {
	margin-right: 22px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.ml1 {
	margin-left: 1px !important;
}

.ml2 {
	margin-left: 2px !important;
}

.ml3 {
	margin-left: 3px !important;
}

.ml4 {
	margin-left: 4px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml6 {
	margin-left: 6px !important;
}

.ml7 {
	margin-left: 7px !important;
}

.ml8 {
	margin-left: 8px !important;
}

.ml9 {
	margin-left: 9px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb1 {
	margin-bottom: 1rem !important;
}

.mb2 {
	margin-bottom: 2rem !important;
}

.mb3 {
	margin-bottom: 3rem !important;
}

.mb4 {
	margin-bottom: 4rem !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.bac {
	margin-left: auto;
	margin-right: auto;
}

/* PADDING */
.pt1 {
	padding-top: 1px;
}

.pt2 {
	padding-top: 2px;
}

.pt3 {
	padding-top: 3px;
}

.pt4 {
	padding-top: 4px;
}

.pt5 {
	padding-top: 5px;
}

.pt6 {
	padding-top: 6px;
}

.pt7 {
	padding-top: 7px;
}

.pt8 {
	padding-top: 8px;
}

.pt9 {
	padding-top: 9px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pr1 {
	padding-right: 1px;
}

.pr2 {
	padding-right: 2px;
}

.pr3 {
	padding-right: 3px;
}

.pr4 {
	padding-right: 4px;
}

.pr5 {
	padding-right: 5px;
}

.pr6 {
	padding-right: 6px;
}

.pr7 {
	padding-right: 7px;
}

.pr8 {
	padding-right: 8px;
}

.pr9 {
	padding-right: 9px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr21 {
	padding-right: 21px;
}

.pr25 {
	padding-right: 25px;
}

.pr30 {
	padding-right: 30px;
}

.pr40 {
	padding-right: 40px;
}

.pb1 {
	padding-bottom: 1px;
}

.pb2 {
	padding-bottom: 2px;
}

.pb3 {
	padding-bottom: 3px;
}

.pb4 {
	padding-bottom: 4px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb6 {
	padding-bottom: 6px;
}

.pb7 {
	padding-bottom: 7px;
}

.pb8 {
	padding-bottom: 8px;
}

.pb9 {
	padding-bottom: 9px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-top: 50px;
}

.pl1 {
	padding-left: 1px;
}

.pl2 {
	padding-left: 2px;
}

.pl3 {
	padding-left: 3px;
}

.pl4 {
	padding-left: 4px;
}

.pl5 {
	padding-left: 5px;
}

.pl6 {
	padding-left: 6px;
}

.pl7 {
	padding-left: 7px;
}

.pl8 {
	padding-left: 8px;
}

.pl9 {
	padding-left: 9px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl25 {
	padding-left: 25px;
}

.pl30 {
	padding-left: 30px;
}

.pl35 {
	padding-left: 35px;
}

.pl40 {
	padding-left: 40px;
}

.pv1 {
	padding-top: 1px;
	padding-bottom: 1px;
}

.pv2 {
	padding-top: 2px;
	padding-bottom: 2px;
}

.pv3 {
	padding-top: 3px;
	padding-bottom: 3px;
}

.pv4 {
	padding-top: 4px;
	padding-bottom: 4px;
}

.pv5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.pv6 {
	padding-top: 6px;
	padding-bottom: 6px;
}

.pv7 {
	padding-top: 7px;
	padding-bottom: 7px;
}

.pv8 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.pv9 {
	padding-top: 9px;
	padding-bottom: 9px;
}

.pv10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pv15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.pv20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pv25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.pv30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pv40{
	padding-top: 40px;
	padding-bottom: 40px;
}

.pv80{
	padding-top: 80px;
	padding-bottom: 80px;
}

.ph1 {
	padding-left: 1px;
	padding-right: 1px;
}

.ph2 {
	padding-left: 2px;
	padding-right: 2px;
}

.ph3 {
	padding-left: 3px;
	padding-right: 3px;
}

.ph4 {
	padding-left: 4px;
	padding-right: 4px;
}

.ph5 {
	padding-left: 5px;
	padding-right: 5px;
}

.ph6 {
	padding-left: 6px;
	padding-right: 6px;
}

.ph7 {
	padding-left: 7px;
	padding-right: 7px;
}

.ph8 {
	padding-left: 8px;
	padding-right: 8px;
}

.ph9 {
	padding-left: 9px;
	padding-right: 9px;
}

.ph10 {
	padding-left: 10px;
	padding-right: 10px;
}

.ph15 {
	padding-left: 15px;
	padding-right: 15px;
}

.ph20 {
	padding-left: 20px;
	padding-right: 20px;
}

.ph25 {
	padding-left: 25px;
	padding-right: 25px;
}

.ph30 {
	padding-left: 30px;
	padding-right: 30px;
}

.p0 {
	padding: 0 !important;
}

.p1 {
	padding: 1px;
}

.p2 {
	padding: 2px;
}

.p3 {
	padding: 3px;
}

.p4 {
	padding: 4px;
}

.p5 {
	padding: 5px;
}

.p6 {
	padding: 6px;
}

.p7 {
	padding: 7px;
}

.p8 {
	padding: 8px;
}

.p9 {
	padding: 9px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}
.p19 {
	padding: 19px;
}

.p25 {
	padding: 25px;
}

.p30 {
	padding: 30px;
}

/*-------------------------------------------------------------------------------
 GENERAL CLASSES（EFFECTS）
 -------------------------------------------------------------------------------*/
/* FLOAT */
.fl {
	float: left;
}

.fr {
	float: right;
}

.fn {
	float: none;
}

.cb {
	clear: both;
}

/* POSITION */
.pr {
	position: relative;
	zoom: 1;
}

.pa {
	position: absolute;
}

.ps {
	position: static !important;
}



/*-------------------------------------------------------------------------------
 GENERAL CLASSES（INLINE LAYOUT）
 -------------------------------------------------------------------------------*/
/* VERTICAL-ALIGN */
.vat {
	vertical-align: top !important;
}

.vam {
	vertical-align: middle !important;
}

.vab {
	vertical-align: bottom !important;
}

/* TEXT-ALIGN */
.tac {
	text-align: center !important;
}

/* FONT-WEIGHT */
.b {
	font-weight: bold;
}

.n {
	font-weight: normal;
}

/* FONT-COLOR */
.fc_red {
	color: #d00;
}

.fc_blue {
	color: #00d;
}

.fc_green {
	color: #0d0;
}

.gray {
	color: #888;
}

/*--//general--*/
/*-----共通-----*/
html {
	font-size: 1rem;
}

body {
	font-family: Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	width: 100%;
	font-size: 1rem;
	color: #333333;
}

a {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

#wrrap {
	width: 100%;
	overflow: hidden;
}

.inner {
	width: 1000px;
	margin: 0 auto;
	z-index: 20;
	position: relative;
}

h2 {
	text-align: center;
}

img{
	width: 100%;
	height: auto;
}

big{
	font-size: 1.5em;
	font-weight: 800;
}

.pc-only{
		display: block!important;
	}
	
	.sp-only{
		display: none!important;
	}

.flex-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.btn{
	display: flex;
  	justify-content: center;
  	align-items: center;
  	margin: 0 auto;
  	padding: 1rem 2rem;
  	width: 100%;
	max-width: 350px;
  	font-size: 18px;
  	border-radius: 50vh;
	cursor: pointer;
    box-sizing: border-box
}

.btn01-warp,
.btn04-warp,
a.btn03{
	color: #fff!important;
  	font-weight: bold;
	background: #C14416;
	position: relative;
	text-decoration: none;
}

.btn04-warp{
	margin-bottom: 1rem;
    text-align: center;
}

.btn05-warp{
	color: #fff;
  	font-weight: bold;
	background: #777;
	position: relative;
	text-decoration: none;
	cursor: auto!important;
    text-align: center;
}

.btn01-warp::before,
.btn04-warp::before,
.btn03::before{
	position: absolute;
	transform: scale(0.6);
	vertical-align: middle;
	background-size: contain;
}

.btn01-warp::before{
	content: url("/common/img/osechi/icon-cart-white.png");
	left: 3rem;
}

.btn03::before{
	content: url("/common/img/osechi/icon-inquiry-white.png");
	left: 2.5rem;
}

.btn04-warp::before{
	content: url("/common/img/osechi/icon-tel.png");
	left: 1rem;
    top: .3rem;
}

.btn01-warp:hover,
.btn04-warp:hover,
.btn03:hover{
	background: #CEA85F;
	opacity: 1;
}

.btn04-warp.pc-only:hover{
    background: #C14416;
    cursor: auto;
}

.btn01{
	width: 100%;
	color: #fff;
	display: block;
	border: 0;
	background: transparent;
    text-align: center;
}

.btn04-caption{
	color: #C14416;
	text-align: center;
}

.btn04-warp .btn01,
.btn05-warp .btn01
{
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
}
.btn04-warp .btn01 span{
	display: block;
	font-size: .8rem;
}

.btn02{
	position: relative;
	color: 000;
	border: 1px solid #CEA85F;
	background: #fff;
	text-align: center;
}

.btn02::after{
	position: absolute;
	top: 40%;
	right: 2rem;
	content: '';
 	 width: 10px;
 	 height: 10px;
  	border-top: 3px solid #CEA85F;
 	 border-right: 3px solid #CEA85F;
 	 transform: rotate(45deg);
}

.btn02:hover{
	background: #CEA85F;
	color: #fff;
}

.btn02:hover:after{
	border-top: 3px solid #fff;
 	 border-right: 3px solid #fff;
}

.cart-balloon{
    text-align: center;
}

.color-red{
	color: #C14416;
}

.color-gold{
	color: #CEA85F;
}

.comment{
	font-size: 14px;
}


.text-line{
	text-decoration: line-through;
}

.caption{
    font-size: .8rem;
}

.decoration-line{
    text-decoration: line-through;
}

.decoration-line th{
    text-decoration: line-through;
    text-decoration-color: #fff;
}

/*-----//共通-----*/
/*-----header-----*/
header {
	background: #fff;
	padding: 10px 40px;
}

.header_inner,
.footer-inner{
	width: 100%;
	margin: auto;
	padding: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}

header .logo{
	width: 300px;
}

header .cart_btn{
	width: 50px;
    text-align: center;
}
header .cart_btn p{
	font-size: 1rem;
}
@media only screen and (max-width: 767px){
	.cart_btn img{
	        height: 27px;
        width: auto;
	}
}

/*-----//header-----*/

/*パンクズ*/

.breadcrumb{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 1rem;
	list-style: none;
}

.breadcrumb-item+.breadcrumb-item{
	padding-left: .5rem;
}

.breadcrumb-item.active{
	color: #6c757d;
}

.breadcrumb-item+.breadcrumb-item::before{
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, "/");
}

/*/パンクズ*/



/*-----#firstVisual-----*/

#firstVisual {
	height: 100%;
	background: url("/common/img/osechi/bg_02.jpg")no-repeat;
}
#firstVisual .inner2{
		padding: 50px 1rem;
	}
#firstVisual .inner{
	position: relative;
	padding: 40px;
}

#firstVisual .inner .price-bubble{
	position: absolute;
	width: 200px;
	top: -20px;
	right: 50%;
}

#firstVisual .inner > p {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
	font-size: 1.4rem;
	z-index: 20;
}

#firstVisual .col:first-child{
	border-right: 1px solid #555;
	padding: 0 13px 0 0;
}

#firstVisual h1 {
	font-size: 25px;
}

#firstVisual .info-yoyaku{
	background: #fff;
	text-align: center;
}

#firstVisual .info-yoyaku .info-day{
	font-size: 20px;
}

#firstVisual .info-price-text{
	position: relative;
}

#firstVisual .info-price-text p{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

#firstVisual .info-price-text:before,
#firstVisual .info-price-text:after{
	position: absolute;
  	display: inline-block;
  	content: "";
  	background: #000;
  	width: 2px;
  	height: 2em;
  	margin: 0 1em;
  	margin-top: -.2em;
  	vertical-align: middle;
}

#firstVisual .info-price-text:before{
	transform: rotate(-35deg);
	bottom: 0;
	left: 0;
}

#firstVisual .info-price-text:after{
	transform: rotate(35deg);
	bottom: 0;
	right: 0;
}
@media only screen and (max-width: 767px){
	#firstVisual .info-price-text:before{
	left: -43px;
}

#firstVisual .info-price-text:after{
	right: -43px;
	
}
}

#firstVisual .info-price-item{
	font-size: 25px;
	font-weight: 600;
}

.info-price-normal{
	color: #555;
}

.info-price-normal span{
	text-decoration: line-through;
}

.info-price-goaiko{
	display: flex;
	    align-items: baseline;
}

.info-price-goaiko .info-price-goaiko-box{
	background: #fff;
	border: 1px solid #C14416;
}

.info-price-goaiko big{
	font-size: 2.9rem;
}
.info-price-goaiko2{
	display: flex;
	    align-items: baseline;
}
	.price-margin{
	margin-right:25px;
}

.info-price-goaiko2 .info-price-goaiko-box{
	background: #fff;
	border: 1px solid #C14416;
}

.info-price-goaiko2 big{
	font-size: 2.9rem;
}

/*-----//#firstVisual-----*/

/*-----home-content01-----*/

.home-content01{
	background: url("/common/img/osechi/bg_01_yawaraka.webp") center center / cover no-repeat;
	width: 100%;
	height: auto;
	background-position: center;
	
}

.home-content01 .text-content01{
	    width: 72%;
	background-color: rgba(255, 255, 255, 0.8);
    background-clip: content-box;
	    margin: 0 auto;
}
p.white-box {
   padding: 1.5rem;
	    font-size: 1rem;
    line-height: 1.7;
}
@media only screen and (max-width: 767px){
	p.white-box {
   padding: 1rem;
}
	.home-content01 .text-content01{
	    width: 100%;
}
	
}
.reserve-day{
		width: 53%;
	}
.yawaraka-price{
	margin-left: 31px;
}
	@media screen and (max-width: 798px){
	.reserve-day{
		width: 100%;
	}
		.yawaraka-price{
	margin: 0 auto;
}
	}
/*-----//home-content01-----*/

/*-----home-content02-----*/

.home-content02{
	background: url("/common/img/osechi/bg_03.jpg");
	position: relative;
}

.home-content02 .kumo{
	position: absolute;
	z-index: 10;
}

.home-content02 .inner{
	padding-bottom: 40px;
}

.three-clm-row,
.info-clm-row{
	justify-content: space-between;
}

.tab-area{
    display: flex;
    cursor: pointer;
}

.tab {
    width: calc(100%/2);
    padding: 1rem;
    text-align: center;
    background-color: #fff;
    border: 1px solid #C14416;
    color: #C14416;
    font-size: 1.25rem;
}
.tab:nth-child(n+2) {
    border-left: 2px solid;
}
.tab.active {
    background-color: #C14416;
    color: #fff;
}


.two-clm-row,
.three-clm-row,
.info-clm-row{
	justify-content: space-between;
}

.two-clm-row{
	margin-bottom: 100px;
}

.three-clm-content{
	width: 32%;
	padding-right: 10px;
}

.three-clm-content:last-child{
	padding-right: 0;
}

.three-clm-content img{
	width: 100%;
}

.two-clm-content{
    padding: 0 .5rem;
	display: block;
}
.item01{
	margin:0 auto;
}
.item02{
	margin:0 auto;
}
.item02_width{
	width: 50%;
}

.two-clm-content ul li{
	width: calc(100%/5);
     margin-bottom: 1.5rem;
	position: relative;
}

.two-clm-content ul li p{
	margin: 0;
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}

.cart-area  ul li img,
.two-clm-content ul li img{
	width: 100%;
}

.content-box{
	margin-bottom: 100px;
}

.item .item-title{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.item .item-title  small{
    font-size: 1rem;
    display: block;
}
.item-title2{
    font-size: 2rem;
    margin-bottom: 1rem;
}

.item-title2 small{
    font-size: 1rem;
    display: block;
}



.menu-content{
	margin-bottom: 40px;
    margin: 0 auto;
}

.menu-content .menu-name{
	line-height: 2;
}

.menu-content .menu-name > p span{
	text-align: 1.5 !important;
	font-size: .8rem;
}


.menu-content{
	justify-content: center;
    list-style: none;
}

.menu_list {
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-align: left;
	list-style: none;
}

.menu_list li{
	margin: 0 1rem;
	display: flex;
}

li.eight {
    margin: 0 0.5rem 0 0;
}

@media only screen and (max-width: 767px){
	.menu_list li{
	    margin: 0 0.8rem;
	display: flex;
}
li.eight{
	margin: 0 -1.5rem 0 0;
}

}

li.seven{
	margin: 0 0 -0.5rem 0;
}

.number1{
	margin: 0 0 1rem 0;
	color: #CEA85F;
}

.number2{
	color: #CEA85F;
}

.spec-img{
	width: 240px;
	height: auto;
	margin: 0 30px 0 0;
}

.spec-content .spec-text{
	width: calc(100% - 270px);
}

.spec-content{
	display: flex;
	flex-wrap: wrap;
}

.spec-content .spec-img img{
	width: 100%;
}

.caption mb1{
	margin-bottom: 0;
}

.cart-area{
    border: 1px solid #CEA85F;
	background: #fff;
	padding: 2rem;
    position: relative;
}

.cart-area-img{
	position: relative;
	margin-bottom: 2rem;
}

.cart-area-img ul{
	position: absolute;
	bottom: -2rem;
	width: 100%;
}

.cart-area .info-price-item{
    font-size: 20px;
    font-weight: 600;
}

.cart-area .info-price-item small{
    font-size: 1rem;
    display: block;
}

.bg-sold-out{
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .9);
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    }
.sold-out-container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    text-align: center;
    max-width: 250px;
    width: 100%;
}
.sold-out-box{
    padding: 1rem;
    font-size: 1.5rem;
    background: #fff;
    border: 1px solid #C14416;
    margin-bottom: 1rem;
}

/* よくある質問 */

.qa-accordion input[type="checkbox"]{
	display: none;
}

.q-label{
	padding: 1rem 2rem 1rem 1rem;
	display: block;
	background: #fff;
	cursor: pointer;
}

.q-label::before{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #CEA85F;
	border-right: 2px solid #CEA85F;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}

.q-label .q-no,
.a-content .a-no{
	font-size: 1.3rem;
	margin-right: 1rem;
}

.q-label,
.a-content{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}

.a-content{
	position: relative;
	height: 0;
	marginom:0;
	padding:0 20px;
	overflow: hidden;
	border-bottom: 1px solid #CEA85F;
	background: #fff;
}

.a-content a{
	text-decoration: underline;
}

.a-content big{
	font-size: 1.2rem;
	font-weight: 600;
}

.a-content .a-no{
	position: absolute;
	top: 10px;
	left: 1rem;
}

.a-content ul{
	margin-top: 0.8rem;
	list-style: disc;
}

.a-content li{
	line-height: 2;
}

.a-content li span{
	display: block;
	font-size: 0.8rem;
	line-height: 1.8;
}

.toggle:checked + .q-label + .a-content {
	height: auto;
	padding:1rem 1rem 1rem 5rem; ;
	transition: all .3s;
}
.toggle:checked + .q-label::before {
	transform: rotate(-45deg) !important;
}

/*-----home-content02-----*/

.info-area{
	border: 1px solid #CEA85F;
	background: #fff;
	padding: 2.5rem 10rem;
	align-items: center;
	position: relative;
}

.info-area-img-left,
.info-area-img-right{
	width: 75px;
	position: absolute;
}

.info-area-img-left{
	top: 10px;
	left: 10px;
}

.info-area-img-right{
	right: 10px;
	bottom: 10px;
}

.info-area .flex-row{
	align-items: center;
}

.info-title{
	width: 250px;
}

.info-content{
	width: calc(100% - 290px);
	    text-align: center;
}

.info-tel a{
	margin-bottom: 1rem;
	text-decoration: none;
	line-height: 1;
}

.info-tel div{
	display: flex;
	font-weight: bold;
	font-size: 2.5rem;
	justify-content: center;
}

.info-tel img{
	width: 60px;
	height: 35px;
    margin-right: .5rem;
}

table.table01,
table.table02 {
	width:100%;
	border-top:1px #CEA85F solid;
    border-right:1px #CEA85F solid;
	border-collapse: collapse;
}
table.table01 thead th,
table.table02 thead th {
	background:#CEA85F;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child,
table.table02 thead th:last-child{
	border-right:#CEA85F solid 1px;
}
table.table01 tbody th,
table.table02 tbody th{
	background:#CEA85F;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:middle;
}
table.table01 tbody tr:last-child th,
table.table02 tbody tr:last-child th{
	border-bottom:#CEA85F solid 1px;
}
table.table01 tbody td,
table.table02 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#CEA85F solid 1px;
	border-bottom:#CEA85F solid 1px;
	vertical-align:middle;
}





/*-----//home-content02-----*/


/*-----//home-content-----*/


/*-----page01 栄養価一覧-----*/

table{
	width: 100%;
	margin-bottom: 1rem;
}

.tr-title{
	background: #CEA85F;
	color: #fff;
	font-weight: bold;
}

th{
	padding: .5rem 2rem;
	text-align: center; 
}

.tr-content{
	background:#FDFCFA;
}

.tr-content:nth-child(2n){
	background: #fff;
}

td{
	padding: 1rem 2rem;
	text-align: center;
	border-bottom: 1px solid #CEA85F;
}

td.table-menu-name{
	text-align: left;
	font-weight: bold;
}



/*-----footer-----*/
footer {
	padding: 10px 40px;
}

footer .logo {
	width: 300px;
}

footer ul {
	float: right;
	margin: 82px 0 0;
}

footer ul li {
	float: left;
	border-left: solid 1px #333333;
}

footer ul li:first-child {
	border-left: none;
}

footer ul li a {
	display: block;
	padding: 0 10px;
	font-size: 14px;
}

footer #copy {
	margin: 20px 0 0;
	padding: 15px 0;
	text-align: center;
}

footer #copy small {
	font-size: 14px;
}

/*-----//footer-----*/
/*-----その他-----*/
iframe[name="google_conversion_frame"] {
	position: absolute;
	top: 0;
}

/*-----//その他-----*/
/*----やわらかコンテンツ----*/
.about-area	{
	border: 1px solid #CEA85F;
    background: #fff;
    padding: 2rem;
    position: relative;
}
@media only screen and (max-width: 767px){
	.about-area	{
    padding: 1.3rem;
}
}
.undermarker-yellow{
	background: linear-gradient(transparent 70%, #FFEC74 0%);
}
.about-title {
    height: 38px;
    text-align: center;
    margin: 0 auto 1rem;
    border-radius: 100px;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    justify-content: center;
}
.about-title p {
	margin: 0 0.6rem 0;
    color: #C14416;
    font-size: 1.5rem;
	font-weight: bold;
}
.about-text{
	margin-bottom: 1rem;
}
.subtitle{
	display: block!important;
	    margin-bottom: 1.5rem;
	    margin: 0 0 0 1.4rem;
}
.subtitle li{
	width: 100%!important;
	    text-align: justify!important;
	    list-style: disc;
}
.subtitle li::marker{
        color: #C14416;
    font-size: 1.4rem;
}
.attention-title {
    background-color: #C14416;
    color: #fff;
    width: 30%;
    text-align: center;
	margin: 1rem auto 0.5rem;
}

.content-width{
	width: 48%;
}
.about-bg1 {
    background-color: #FFF6E1;;
    padding: 1rem;
    margin-bottom: 1rem;
}
.about-bg2 {
    background-color: #FFF0F0;
    padding: 1rem;
    margin-bottom: 1rem;
}
.about-title img{
	    width: 6%;
}
/*----//やわらかコンテンツ----*/
@media only screen and (max-width: 767px){
	
/*-----共通-----*/
	.pc-only{
		display: none!important;
	}
	
	.sp-only{
		display: block!important;
	}
	
	.inner{
		width: 100%;
		padding: 40px 1rem 351px;
		box-sizing: border-box;
	}
    
    .btn01-warp::before, .btn05-warp::before{
        left: 1rem;
    }
	
/*-----header-----*/
	
	header{
		padding: .5rem 1rem;
	}
	header .cart_btn p {
    font-size: 12px;
}
	
header .logo {
        max-width: 99px;
    }
/*-----firstvisual-----*/
	
	#firstVisual{
		background: url("/common/img/osechi/bg_02_sp.jpg");
	}
	
	#firstVisual .col:first-child{
		border-right: none;
		border-bottom: 1px solid #555;
		padding: 0 0 2rem 0;
		margin: 0 0 2rem 0;
		width: 100%;
	}
	
	#firstVisual .inner{
		padding: 50px 1rem;
	}

	#firstVisual .inner2{
		        padding: 33px 1rem;
	}

	#firstVisual .inner .price-bubble{
		right: .5rem;
	}
	
	#firstVisual h1{
		text-align: center;
		line-height: 1.2;
		margin-bottom: .5rem;
        font-size: 24px;
	}
	
	
	#firstVisual .info-price-item{
        font-size: 23px;
	}
	
	.info-price-goaiko {
    display: flex;
}

.info-price-goaiko2{
	display: block;
	text-align: center;
	}
	.price-margin{
	margin-right:0px;
}

	
	.info-price-normal{
		margin: .8rem 0;
	}
	
	.info-price-goaiko p{
		line-height: 1.2;
	}
	
	.fv-ctr{
		display: block;
		width: 100%;
		margin-top: 1rem;
	}
	
	
/*-----section01-----*/
    
    .content-box{
        margin-bottom: 3rem;
    }
	
	.home-content01{
		background:url("/common/img/osechi/bg_01_sp_yawaraka.webp")no-repeat;
		background-size: cover;
	}
	
	.home-content01 {
		padding: auto 0;
	}
	.text-content01 {
		padding: 0!important;
	}

/*-----section02-----*/
    
    .flex-row.two-clm-row{
        display: block;
    }
    .item02_width{
	width: 100%;
}
    .two-clm-content{
        width: 100%;
        margin-bottom: 3rem;
        box-sizing: border-box;
		        padding: 0;
    }
    
    .two-clm-content ul li{
        width: calc(100%/3)
    }
	
	.home-content02 .kumo{
		width: 100px;
	}
	
	.menu-content{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.menu-content{
		display: block;
	}
	
	ul.menu_list{
		margin: 0 auto 2rem ;
	}
		
	li.seven{
	margin: 0 1rem;
	}
	
	.spec-content{
		display: block;
	}
	
	.spec-img{
		margin: 0 auto 1rem;
	}
	
	.spec-content .spec-text{
		width: 100%;
	}
	
	.three-clm-row{
		overflow-x: scroll;
		flex-wrap: nowrap;
	}
	
	.three-clm-content{
		width: 70%;
		flex: 0 0 auto;
	}
	
	.floating-cvArea{
		width: 100%;
	}

/*----カート----*/
    .cart-area{
        padding: 1rem;
    }
	
	.cart-area.item01 .cart-area-img{
		margin-bottom: 6rem;
	}
	
	.cart-area.item01 .cart-area-img ul{
		bottom: -7rem;
	}
    
/*----販売期間・価格-----*/
    
    table.table02 thead {
	display:none;
}
    
    table.table01 tbody tr{
        display: flex;
    }
table.table01 tbody th {
    width: 50%;
}
table.table01 tbody td {
    width: 50%;
}
/*table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}*/
table.table01 tbody td p {
	padding-left:6em;
}
    
    table.table02 tbody th,table.table01 tbody td{
        display: block;
    }
    table.table02 tbody td::before{
        content: attr(label);
        float: left;
        clear: both;
        font-weight: bold;
    }
    table.table02 tbody td p{
        padding-left: 6em;
    }
	
/*-----info-----*/
	
	.info-area{
		padding: 2.5rem 1.5rem;
	}
	
	.info-content{
		width: 100%;
	}
	
	.info-area .flex-row{
		display: block;
	}
	
	.info-title{
		margin: 0 auto 1rem;
	}
	
	.info-tel div{
	font-size: 2rem;
        justify-content: center;
	}
	
    .info-tel p{
        font-size: 1.9rem;
    }
/*-----page01 栄養価一覧-----*/
	
	.tr-title{
		display: none;
	}
	
	td.table-menu-name{
		background: #CEA85F;
		color: #fff;
		text-align: center;
	}
	
	td{
		display: block;
	}
	
	td::before {
    content: attr(data-label);
    font-size: .875rem;
    color: #666;
    display: block;
    margin-bottom: 0.25rem;
  }
	
/*-----footer-----*/
	
	footer{
		padding: 1rem;
	}
	
	.footer-inner{
		display: block;
	}
	
	footer .logo{
		width: 150px;
	}
	
	.footer-address{
		width: calc(100% - 160px);
	}
	
	footer ul{
		margin: 1rem 0 0;
	}
	
}

@media only screen and (max-width: 767px){
	
	.btn01-warp::before{
		left: 1rem;
	}
	
	    .btn03::before {
        left: 2rem;
    }
	
	
}
