@charset "utf-8";

/* CSS Document */

/*-------------------Layout-------------------*/
.container {
	margin: 0 auto;
	width: 640px;
}

body { background: #21150c url(../../../images/shop/chiba/event/surprise/design1.jpg) top center no-repeat; }

/*-------------------*Header*-------------------*/
#header {
	background: url(../../../images/shop/chiba/event/surprise/header_bg.jpg) repeat-x;
	height: 99px
}
#header a img {
	width: 100%;
	height: auto;
}
h1 {
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.2em;
	color: #fff;
	font-family: 'Noto Serif JP',BIZ UDPGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",Meiryo,Helvetica,Arial,sans-serif;
	width: 70%;
}
h1>span {
	font-size: 18px;
}
#header .wrap_header {
	display: flex;
	justify-content: flex-start;
}
@media screen and (max-width: 640px) {
#header {
	height: 93px
}
#header a img {
	width: 160px;
}
h1 {
	font-size: 20px;
}
h1>span {
	font-size: 16px;
}
}

/*-------------------*Main*-------------------*/
#main {
	background: #000 url(../../../images/shop/higashi-shinjuku/event/surprise/surprise_main_bg02.jpg) center no-repeat;
	height: 320px
}

#main .container {
	padding: 60px 20px;
	color: #fff;
}

#main .container .info {
	background: url(../../../images/shop/chiba/event/surprise/info_bg.png) no-repeat center;
	padding: 30px 20px 20px 120px;
}

#main .container .info h2 {
	font-size: 40px;
	padding: 12px 0 25px 60px;
	letter-spacing: 1px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#main .container .info .ttl {
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0 0 52px;
	letter-spacing: 1px
}

#main .container .info .des {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 15px
}
@media screen and (max-width: 640px) {
	#main .container .info h2 {
    font-size: 18px;
    padding: 0 0 10px 93px;
}
}
#menu { background-color: #6b0006 }

#menu .container {
	padding: 20px 0;
	overflow: hidden;
}

#menu .container h2 {
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin: 2px 0
}

#menu .container ul {
	width: 600px;
	margin: 0 auto;
	margin-bottom: -7px
}

#menu .container ul li {
	float: left;
	padding: 14px 20px 0 0;
}

#menu .container ul li.last { padding-right: 0 }

#content .container { padding: 50px 0 20px }

#content .content-inner { padding: 20px }

#content .content-inner h3 {
	color: #fff;
	height: 100px;
	position: relative;
}

#content .content-inner h3 span.title {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	bottom: 12px;
	right: 7px;
	letter-spacing: -2px;
	-ms-transform: rotate(3deg); /* IE 9 */
	-webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
	transform: rotate(3deg);
}

#content .content-inner h3 span.des {
	font-size: 18px;
	font-weight: normal;
	display: block;
	position: absolute;
	right: 28px;
	top: 36px;
	letter-spacing: -1px;
	-ms-transform: rotate(-2deg); /* IE 9 */
	-webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
	transform: rotate(-2deg);
}

#content .content-inner {
	margin-bottom: 50px;
	background-color: #f8f2e5
}

#content .content-inner h3.h3_001 {
	background: url(../../../images/shop/chiba/event/surprise/h3_bg_001.png) top center no-repeat;
	margin-bottom: 20px
}

#content .content-inner h3.h3_002 {
	background: url(../../../images/shop/chiba/event/surprise/h3_bg_002.png) top center no-repeat;
	margin-bottom: 20px
}

#content .content-inner h3.h3_003 {
	background: url(../../../images/shop/chiba/event/surprise/h3_bg_003.png) top center no-repeat;
	margin-bottom: 20px
}

#content .content-inner h3.h3_004 {
	background: url(../../../images/shop/chiba/event/surprise/h3_bg_004.png) top center no-repeat;
	margin-bottom: 20px
}

#content .content-inner h3.h3_005 {
	background: url(../../../images/shop/chiba/event/surprise/h3_bg_005.png) top center no-repeat;
	margin-bottom: 20px
}
#content .content-inner h3.h3_006 {
	background: url(../../../images/shop/chiba/event/surprise/h3_bg_006.png) top center no-repeat;
	margin-bottom: 20px
}

#content .content-inner h3.h3_002 span.des {
	right: 140px;
	top: 38px
}

#content .content-inner h3.h3_002 span.title {
	bottom: 9px;
	right: 15px
}

#content .button {
  text-align: center;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0;
  font-family: 'Noto Serif JP',BIZ UDPGothic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",Meiryo,Helvetica,Arial,sans-serif;
  margin: 0 auto 50px;
  width: 70%;
}
#content .button a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 6px;
  display: block;
  padding: 15px;
}
@media screen and (max-width: 640px) {
  #content .button {
    width: auto;
    max-width: 480px;
    padding: 0 20px;
  }
}
#footer {
  text-align: center;
}
#footer #breadcrumbs ol {
  overflow-x: auto;
}

.qa001 {
	height: 498px;
	background: url(../../../images/shop/chiba/event/surprise/qa_bg_001.png) top center no-repeat;
	position: relative
}

.qa001 p {
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 55px;
	left: 197px;
	letter-spacing: -1px;
	line-height: 31px
}

.qa002 {
	height: 447px;
	background: url(../../../images/shop/chiba/event/surprise/qa_bg_002.png) top center no-repeat;
	position: relative
}

.qa002 p {
	font-size: 18px;
	color: #fff;
	position: absolute;
	top: 60px;
	left: 170px;
	letter-spacing: -1px;
	line-height: 31px
}

.h3_lead {
	font-size: 20px;
	margin: 0 0 20px 0;
	border-top: 3px solid #72640c;
	box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1);
	padding: 7px;
}

#footer a {
	color: #998e84;
	font-size: 13px;
	padding-right: 0;
	text-decoration: none;
}

#footer a:hover {
	color: #998e84;
	font-size: 13px;
}

#footer p.copy {
	font-size: 12px;
	padding: 0 0 30px;
	letter-spacing: 1px;
	color: #AAA;
}

p.txt_md { font-size: 16px }

.red { color: red }

.pink { color: #EF928D; }

.img_L {
	float: left;
	margin: 0 10px 10px 0
}

.img_R {
	float: right;
	margin: 0 10px 10px 0;
	padding-left: 5px;
}

html { font-size: 62.5%; }

body {
	color: #000;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: -1px;/*font-size:14px;
	font-size:1.4em;
	line-height: 1.6;*/
}

h1,
h2,
h3,
h4,
h5,
ul,
li {
	margin: 0;
	padding: 0;
}

h3.item {
	position: relative;
	width: calc(100% + 40px);
	height: auto !important;
	margin-top: -20px;
	margin-left: -20px;
	margin-bottom: 20px;
}
h3.item .h3_num {
	position: absolute;
	display: block;
	top: 50%;
	left: 20px;
	margin-top: -40px;
	width: 110px;
	height: 80px;
	line-height: 95px;
	text-align: center;
	background: #a40c15;
}
h3.item span.top {
	display: block;
	line-height: 30px;
	padding-left: 150px;
	font-size: 18px;
	background: #88030b;
	color: #ffd1d4;
}
h3.item span.bottom {
	display: block;
	line-height: 50px;
	padding-left: 150px;
	font-size: 26px;
	background: #b7a22c;
}
p { margin-top: 0; }

a img:hover { opacity: 0.8; }

a:hover { opacity: 0.8; }

ul { list-style-type: none; }

.right { text-align: right; }

/*margin*/
.a_center { text-align: center; }

.mb-5 { margin-bottom: 5px; }

.mb-10 { margin-bottom: 10px; }

.mb-15 { margin-bottom: 15px; }

.mb-20 { margin-bottom: 20px; }

.mb-25 { margin-bottom: 25px; }

.mb-30 { margin-bottom: 30px; }

.mb-35 { margin-bottom: 35px; }

.mb-40 { margin-bottom: 40px; }

.mb-45 { margin-bottom: 45px; }

.mb-50 { margin-bottom: 50px; }

.mb-55 { margin-bottom: 55px; }

.mb-60 { margin-bottom: 60px; }

.mb-65 { margin-bottom: 65px; }

.mb-70 { margin-bottom: 70px; }

.mr-5 { margin-right: 5px; }

.mr-10 { margin-right: 10px; }

.mr-15 { margin-right: 15px; }

.mr-20 { margin-right: 20px; }

.mr-25 { margin-right: 25px; }

.mr-30 { margin-right: 30px; }

.mr-35 { margin-right: 35px; }

.mr-40 { margin-right: 40px; }

.mr-45 { margin-right: 45px; }

.mr-50 { margin-right: 50px; }

.mr-55 { margin-right: 55px; }

.mr-60 { margin-right: 60px; }

.pb-5 { padding-bottom: 5px; }

.pb-10 { padding-bottom: 10px; }

.pb-15 { padding-bottom: 15px; }

.pb-20 { padding-bottom: 20px; }

.pb-25 { padding-bottom: 25px; }

.pb-30 { padding-bottom: 30px; }

.pb-35 { padding-bottom: 35px; }

.pb-40 { padding-bottom: 40px; }

.pb-45 { padding-bottom: 45px; }

.pb-50 { padding-bottom: 50px; }

.pb-55 { padding-bottom: 55px; }

.pb-60 { padding-bottom: 60px; }

.pb-65 { padding-bottom: 65px; }

.pb-70 { padding-bottom: 70px; }

.pt-5 { padding-top: 5px; }

.pt-10 { padding-top: 10px; }

.pt-15 { padding-top: 15px; }

.pt-20 { padding-top: 20px; }

.pt-25 { padding-top: 25px; }

.pt-30 { padding-top: 30px; }

.pt-35 { padding-top: 35px; }

.pt-40 { padding-top: 40px; }

.pt-45 { padding-top: 45px; }

.pt-50 { padding-top: 50px; }

.pt-55 { padding-top: 55px; }

.pt-60 { padding-top: 60px; }

.pt-65 { padding-top: 65px; }

.pt-70 { padding-top: 70px; }

span.price { font-size: 18px; }

ul.box_inquiry {
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
}

ul.box_inquiry li,
.btn_inquiry,
.a_link { text-align: center; }

ul.box_inquiry li,
.btn_inquiry,
.a_link {
	color: #4D1D14;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

ul.box_inquiry li img {
	width: auto;
	max-height: 36px;
	position: relative;
	top: 7px;
}
ul.box_inquiry li a {
	display: block;
	color: #4D1D14;
	text-decoration: none;
	font-size: 20px;
}
ul.box_inquiry li span {
	position: relative;
	top: -2px;
}


ul.box_inquiry li.btn_inquiry,
.btn_inquiry,
.a_link{
	width: 80%;
	margin: 5px auto;
	border: 2px solid #b8886c;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, #8d6f14), color-stop(100%, #fff) );
	background: -moz-linear-gradient( center top, #8d6f14 0%, #fff 100% );
	background: -ms-linear-gradient( top, #8d6f14 0%, #fff 100% );
	background-color: #8d6f14;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
}
.a_link{
	position: relative;
}
.a_link::after{
	position: absolute;
	content: ">";
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.birthday_box { overflow: hidden; }

.birthday_box ul {
	width: 310px;
	float: right;
	list-style-type: none;
}
.board_balloon {
	width: 70%;
	margin: 0 auto 20px;
	padding: 20px;
	background-color: #fff;
    border: 10px outset #b7a22c;
}
.board_balloon .name_item{
	font-size: 26px;
}
.wrap_img_baloon {
	display: grid;
    grid-template-columns: repeat(2, minmax(175px, 1fr));
	gap: 20px;
	margin-bottom: 10px;
	font-size: 0;
}

.wrap_img_baloon > figure{
	vertical-align: top;
	margin: 0;
	position: relative;
}

.wrap_img_baloon > figure > img{
	display: block;
	width: 100%;
	height: auto;
}

.wrap_img_baloon > figure > figcaption{
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.wrap_img_baloon > figure > img{
		width: 100%;
		height: 175px;
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}
	.wrap_img_baloon{
		gap: 20px 5px;
	}
}

#menu .container ul.tab_btn {display: flex; width: 90%;margin: 30px auto 20px auto;justify-content: space-between;}
#menu .container ul.tab_btn li{padding: 0;box-sizing: border-box;float: none;}
#menu .container ul.tab_btn li a{text-decoration: none;}
#menu .container ul.tab_btn li .tab_btn_txt{display: block;background: #b7a22c;font-size: 18px;color: #fff;text-align: center;padding: 15px 50px;box-sizing: border-box;border-top-left-radius: 10px;border-top-right-radius: 10px;font-weight: bold;}
#menu .container ul.tab_btn li:nth-child(3) .tab_btn_txt{padding: 30px 50px;position: relative;top: -30px;}

@media screen and (max-width: 640px) {
h3.item {
	height: auto !important;
	margin-bottom: 15px;
}
h3.item .h3_num {
	position: relative;
	top: 0;
	left: 0;
	width: 60px;
	height: 40px;
	line-height: 40px;
	margin: -5px 5px -5px 0;
	float: left;
}
h3.item .h3_num img {
	width: 45px;
	margin-top: 8px;
}
h3.item span.top {
	position: absolute;
	width: 100%;
	line-height: 18px;
	padding: 5px 0 5px 0;
	font-size: 14px;
	overflow: hidden;
}
h3.item span.top span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
h3.item span.bottom {
	line-height: 30px;
	padding: 45px 5px 5px 5px;
	font-size: 20px;
}
.birthday_box ul {
	width: inherit !important;
}
	#menu .container ul.tab_btn{width: 93%;}
	#menu .container ul.tab_btn li .tab_btn_txt{padding: 2vw 8vw;font-size: 3vw;}
	#menu .container ul.tab_btn li:nth-child(3) .tab_btn_txt{padding: 4vw 8vw;top: -4vw;}
}

@media screen and (max-width: 768px) {
	#breadcrumbs {
		margin: 0 20px;
	}
	#breadcrumbs ol {
		display: flex;
		overflow-x: scroll;
		flex-wrap: nowrap;
		white-space: nowrap;
	}
}
.box_price{
	text-align: center;
	background: #fff;
	border-radius: 15px;
	line-height: 1;
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.box_price > .img_price{
	display: block;
	border-radius: 15px 0 0 15px;
	height: 170px;
	object-fit: cover;
}
.name_item{
	font-size: 18px;
	font-weight: bold;
	color: #A66B2E;
	margin-right: 32px;
}
.price_item{
	font-size: 30px;
	font-weight: bold;
	color: #D7002A;
}
.yen{
	color: #D7002A;
	font-weight: bold;
	padding-left: 4px;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.box_price{
		gap: 40px;
	}
	.box_price > .img_price{
		width: 120px;
    height: auto;
	}
	.name_item{
		margin-bottom: 10px;
		margin-right: 0;
    display: inline-block;
	}
	.a_link::after{
		right: 5px;
	}
}

.box_images{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	flex-direction: row-reverse;
}
.box_images .img_desc{
	width: 428px;
	object-fit: contain;
	background: #fff;
}
.box_images.add_border{
	border: 10px outset #b7a22c;
}
.box_images.add_border .img_desc{
	width: calc(428px - 16px);
}
.box_images .balloon01{
	height: 170px;
	object-fit: contain;
}
.mark_set{
	position: absolute;
	color: #fff;
	z-index: 3;
	background: #D40029;
	padding: 8px;
	font-size: 18px;
	letter-spacing: 0.04em;
	font-weight: bold;
	top: 0;
	left: 0;
}
.mark_set > span{
	font-size: 14px;
	padding-left: 2px;
}
@media screen and (max-width: 768px) {
	.box_images{
		flex-wrap: wrap;
	}
	.box_images .img_desc,
	.box_images.add_border .img_desc{
		width: 100%;
	}
	.box_images .balloon01{
		width: 350px;
    height: auto;
	}
}
