@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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* =======================================
共通CSS
======================================= */
body{
	font-size:13px;
	line-height:150%;
	font-family:'メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', sans-serif;
	margin:0;
	padding:0;
	color: rgb(51, 51, 51);
	word-wrap: break-word;
	 -webkit-font-smoothing: antialiased;
}
a img{
	border:0;
}
a img:hover{
/*	opacity:0.7; */
}
img{
	margin:0;
	max-width: 100%;
	vertical-align: bottom;
}
img.size-full{
	display:block;
	width:100%;
	vertical-align:bottom;
	margin:10px auto;
}
img.size-medium{
	width:50%;
	vertical-align:bottom;
	margin:10px auto;
}
img.size-thumbnail{
	width:150px;
	vertical-align:bottom;
	margin:10px auto;
}
p{
	margin-bottom:12px;
}
a{
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:link{

	text-decoration:underline;
	font-weight:bold;
	color:#1a0dab;
}
a:visited{
	color:#660099;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	color:#660099;
	text-decoration:none;
	font-weight:bold;
	opacity:0.6;
}

a:active{
	color:#660099;
	text-decoration:none;
	font-weight:bold;
}

.clear{
	clear:both;
}
.clear hr{
	display:none;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.down{
	display:none;	
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.alignright { 
	float: right;
	margin:10px;
}
.alignleft {
	float: left;
	margin:10px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
strong { 
	font-weight: bold;
}
em { 
	font-style: italic;
}
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
small{
	font-size:70%;
}
.bigtxt{
	font-size:150%;
	font-weight:bold;
	margin-bottom:5px;
}
.down{
	display:none;	
}
.absolute{
	position:absolute !important;
}
.big {
    font-size: 110%;
}

.b {
    font-weight: bold;
}
.aka,
.red {
    color: #db0000;
}
.under_txt,
.wavy-red{
	background: linear-gradient(transparent 60%, #f9e4e5 0%);
} 
table{
	width:100%;
	box-sizing:border-box;
	margin:0px auto;
}
table th,
table td{
	padding:10px;
	vertical-align:middle;
	border:1px solid #ccc;
	line-height:1.2;
}

table td{
	background-color:#fff;
	font-weight:normal;
	color:#333;
}

table th{
	background-color:#F4D8DA;
	font-weight:bold;
	color:#333;
}

table thead th{
	background-color:#1156bd;
	color:#fff;
	padding:5px 10px;
}

table thead td{
	background-color:#edf8fb;
	font-weight:bold;
	color:#333;
	text-align:center;
}

section.parts{
	padding:30px 0;
	border-bottom:1px dashed #eee;
	margin-bottom:30px;
}

.sorce{
	width:100%;
	box-sizing:border-box;
	border: 1px solid #CCC;
	font-size: 14px;
	padding: 10px;
	margin:20px auto;
}

.sakusei_list{
	width:100%;
	bo-sizing:border-box;
	margin:60px auto 10px;
}

.sakusei_list ul{
	width:32%;
	float:left;
	padding:10px;
	background-color:#fff;
	padding:10px;
	font-size:10px;
	box-sizing:border-box;
	margin-right:1%;
	margin-bottom:10px;
}

.sakusei_list ul li{
	margin-bottom:10px;
	line-height:1.2;
	padding-left: 12px;
	text-indent: -4px;
}

.sakusei_list ul li:nth-of-type(1):before{
	display:none;
}

.sakusei_list ul li:nth-of-type(1){
	font-size:120%;
	font-weight:bold;
}

.sakusei_list ul li:before{
	content:"\f0da";
	font-family:FontAwesome;
	display:inline-block;
	margin-right: 5px;
}

/* SITEMAP
------------------------------------*/
#sitemap {
  margin: 20px 0;
}
#sitemap p {
  background: #F5F5F5;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
  padding: 10px;
}
#sitemap li {
  margin-bottom: 5px;
}
#sitemap li a {
  color: #0066aa;
  text-decoration: none;
  padding-left: 10px;
  position: relative;
}
#sitemap li a:before {
  content: "\f105";
  color: #999;
  font-family: FontAwesome;
  position: absolute;
  left: 1px;
}
#sitemap li a:hover {
  text-decoration: underline;
}
#sitemap .sitemap_cat li a {
  font-weight: bold;
  padding: 0;
}
#sitemap .sitemap_cat li a:before {
  content: none;
}
#sitemap .sitemap_c {
  margin-left: 10px;
}
#sitemap .sitemap_c li a {
  font-weight: normal;
  padding-left: 10px;
}
#sitemap .sitemap_c li a:before {
  content: "\f105";
}


@media screen and (max-width: 640px) {
.sakusei_list ul{
	width:100%;
	float:none;
	margin-bottom:10px;
}
}

/* 2017-07-24追加 */
.youtube iframe {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing:border-box;
}

.youtube iframe img{
	width: 100% !important;
	max-width: 100% !important;
}

.twitter {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing:border-box;
}

@media screen and (max-width: 640px) {
.youtube{
	width:330px;
	margin:0 auto;
}

.youtube iframe.instagram-media{
	width:330px !important;
	display:block;
}
}


/* 2017/08/03 N追加 */
.recipe-box00{
	background: #FFFFFF;
	clear: both;
	padding: 5px;
}

.recipe-box00 .title{
	display: block;
	color: #695647;
	font-size: 15px;
	padding: 5px 5px 5px 22px;
	position: relative;
	line-height: 1.0;
}

.recipe-box00 .title::before{
	content:"\f00c";
	font-family:FontAwesome;
	position: absolute;
	color: #6c8dc9;
	display:inline-block;
	margin-right:0px;
	font-size:120%;
	left: 0px;
	top: 50%;
	margin-top: -10px;
}
.top-map-areabox ul li {
	margin: 0 0 3px 0;
}

.title_heading {
  text-align: center;
  position: relative;
}
.title_heading span {
  position: relative;
  display: inline-block;
  padding: 8px 0 8px;
  margin: 0 auto;
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  font-family:Noto Sans JP, Yu Gothic, sans-serif;
}
.title_heading span:after,
.title_heading span:before {
  width: 23px;
  height: 23px;
  content: " ";
  display: inline-block;
  position: relative;
  top: -2px;
  background-image: url(../img/point_icon.png.webp);
  background-size: 23px 23px;
  vertical-align: middle;
}
.title_heading span:before {
  right: 8px;
}
.title_heading span:after {
  left: 8px;
}
.ranklink span {
	color:#1a0dab;
	text-decoration:underline;
	font-size: 18px;
	font-weight:bold;
}

.osusume_menu {
	text-align: center;
	position: relative;
  }
  .osusume_menu span {
	position: relative;
	display: inline-block;
	padding: 8px 0 8px;
	margin: 0 auto;
	color: #333;
	font-size: 1.2rem;
	font-weight: 600;
	font-family:Noto Sans JP, Yu Gothic, sans-serif;
  }
  .osusume_menu span:after,
  .osusume_menu span:before {
	width: 23px;
	height: 23px;
	content: " ";
	display: inline-block;
	position: relative;
	top: -2px;
	background-image: url(../img/menu_icon.png.webp);
	background-size: 23px 23px;
	vertical-align: middle;
  }
  .osusume_menu span:before {
	right: 8px;
  }
  .osusume_menu span:after {
	left: 8px;
  }

  
.hayatoku_menu {
	text-align: center;
	position: relative;
  }
  .hayatoku_menu span {
	position: relative;
	display: inline-block;
	padding: 10px 0 8px;
	margin: 0 auto;
	font-size: 1.4rem;
	font-weight: 600;
	font-family:Noto Sans JP, Yu Gothic, sans-serif;
  }
  .hayatoku_menu span:after,
  .hayatoku_menu span:before {
	width: 23px;
	height: 23px;
	content: " ";
	display: inline-block;
	position: relative;
	top: -2px;
	background-image: url(../img/hayatoku_icon.png.webp);
	background-size: 23px 23px;
	vertical-align: middle;
  }
  .hayatoku_menu span:before {
	right: 8px;
  }
  .hayatoku_menu span:after {
	left: 8px;
  }

  .cp_menu {
	text-align: center;
	position: relative;
  }
  .cp_menu span {
	position: relative;
	display: inline-block;
	padding: 0px 0 8px;
	margin: 0 auto;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	font-family:Noto Sans JP, Yu Gothic, sans-serif;
  }
  .cp_menu span:after,
  .cp_menu span:before {
	width: 23px;
	height: 23px;
	content: " ";
	display: inline-block;
	position: relative;
	top: -2px;
	background-image: url(../img/hayatoku_icon.png.webp);
	background-size: 23px 23px;
	vertical-align: middle;
  }
  .cp_menu span:before {
	right: 8px;
  }
  .cp_menu span:after {
	left: 8px;
  }
  
	.box3-4 .box3-04 {
		width: 100%;
		margin-right: 0;
		float: none;
		padding: 10px;
		box-sizing: border-box;
		margin-bottom: 30px;
		background-color: #F4EAD2;
		font-size: 14px;
	}

	.box3-4 h4 {
		margin-top: 0;
	}

	.box3-4 .box3-4-m {
		background-color: #fff;
		padding: 8px;
	}

	.box3-4 .box3-4-m img{
		width:100%;
		margin: -2px 3px 10px 0px;
	}

	
	
.koumoku {
    height: 40px;
}


.title_heading2 {
	text-align: center;
	position: relative;
  }
  .title_heading2 span {
	position: relative;
	display: inline-block;
	padding: 8px 0 8px;
	margin: 0 auto;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	font-family:Noto Sans JP, Yu Gothic, sans-serif;
  }
  .title_heading2 span:after,
  .title_heading2 span:before {
	width: 23px;
	height: 23px;
	content: " ";
	display: inline-block;
	position: relative;
	top: -2px;
	background-image: url(../img/point_icon.png.webp);
	background-size: 23px 23px;
	vertical-align: middle;
  }
  .title_heading2 span:before {
	right: 8px;
  }
  .title_heading2 span:after {
	left: 8px;
  }


/*
2021/12/06 追加
*/
.reserveInfo{
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
  background-color:#fff;
  border: 10px solid #F4EAD2;
  font-size: 14px;
  padding: 10px;
  margin: 20px auto;
}
.reserveInfo__title {
  text-align: center;
  position: relative;
}
.reserveInfo__title span.num{
  font-size: 31px;
}
.reserveInfo__title span.txt {
	position: relative;
	display: inline-block;
	padding: 10px 0 8px;
	margin: 0 auto;
	font-size: 26px;
	font-weight: 600;
	font-family:Noto Sans JP, Yu Gothic, sans-serif;
}
.reserveInfo__title span.txt:after,
.reserveInfo__title span.txt:before {
	width: 23px;
	height: 23px;
	content: " ";
	display: inline-block;
	position: relative;
	top: -2px;
	background-image: url(https://osechi-shopping.net/img/hayatoku_icon.png.webp);
	background-size: 23px 23px;
	vertical-align: middle;
}
.reserveInfo__title span.txt:before {
  right: 8px;
}
.reserveInfo__title span.txt:after {
  left: 8px;
}
.reserveInfo__copy{
  text-align: center;
  margin-bottom:-4px;
  font-size:15px;
}
.reserveInfo__box-link {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.reserveInfo__box-link a {
  border-radius: 10px;
  display: block;
  box-sizing: border-box;
  padding: 12px 24px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin: 2px auto 0;
}
.reserveInfo__box-link a.detail_btn {
  background-color: #DBB768;
  border-bottom: 5px solid #B18830;
  width: 49%;
}
.reserveInfo__box-link a.reserve_btn {
  background-color: #016D3B;
  border-bottom: 5px solid #00341C;
  width: 61%;
  position: relative;
}
.reserveInfo__box-link a.reserve_btn::after {
  content: "";
  display: inline-block;
  background: url(../img/chevron-right_icon.svg) no-repeat center / auto 18px;
  width: 24px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.reserveInfo__box{
  border-bottom: 2px dotted #F4EAD2;
  padding: 0 0 15.4px;
}
.reserveInfo__box:nth-last-of-type(1){
  border-bottom: none;
  padding: 15.4px 0 0px;
}
.reserveInfo__box-top {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
.reserveInfo__box-logo{
  width: 150px;
  min-height: 105px;
  /* float: left; */
  margin-bottom: 10px;
}
.reserveInfo__box-logo img{
  width: 100%;
  vertical-align: bottom;
}
.reserveInfo__box-name{
  margin-bottom: 12px;
}
.reserveInfo__box-name a{
  font-size: 22px;
  font-weight: bold;
}
.reserveInfo__box-txt{
  font-size: 15px;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.reserveInfo__box-deadline{
  font-size: 21px;
  font-weight: bold;
  font-weight: bolder;
}
.reserveInfo__box-deadline small{
  font-size: 18px;
}
.reserveInfo__box-deadline .icon{
  display: inline-block;
  width: 87px;
  margin-right: 8px;
}
.reserveInfo__box-deadline .marker {
    background: linear-gradient(transparent 65%, #F9E4E5 65%);
    display: inline;
    padding:0;
}
/* 2022/10/04 点滅 */
.flash{
  animation: flash 1.6s linear infinite;
}

@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
	.reserveInfo{
    padding:13.8px 10px;
    margin-top: 10px;
	}
  .reserveInfo__copy{
    font-size:14px;
  }
  .reserveInfo__box{
    position:relative;
  }
  .reserveInfo__box-top {
    gap: 12px;
  }
  .reserveInfo__box-data {
    left: 150px;
  }
  .reserveInfo__box-logo {
    width: 100%;
    min-height: auto;
    margin-bottom: 10px;
  }
  .reserveInfo__box-txt{
    margin-bottom: 10px;
  }
  .reserveInfo__box-name{
    margin-bottom: 0;
  }
  .reserveInfo__box-name a{
    font-size: 19px;
  }
  .reserveInfo__box-deadline{
    font-size: 20px;
    position: relative;
    font-weight: bold;
  }
  .reserveInfo__box-deadline .icon{
    margin-right: 15px;
  }
  .reserveInfo__box-link {
    margin-top: 12px;
  }
  .reserveInfo__box-link a{
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  /* .reserveInfo__box-link a:after {
    content: "";
    background-image: url(https://osechi-shopping.net/img/circle-right_white.svg);
    display: inline-block;
    width: 18px;
    height: 18px;
    right: 18px;
    top: 50%;
    background-size: 18px 18px;
    margin-top: -8px;
    position: absolute;
    transition: all 0.3s;
  } */
}