@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/


#header .logoText{
	width: 240px;
}
#content,
#header .logoText a,
#contact,
#footer{
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}
#content{
	width: 768px;
	margin: 0 auto;
}

#content:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:auto;
  z-index:-1;
  width:768px;
  height:220vh;
  background:url("/public/osechi/pbo/_assets/img/bg.jpg?v4")  center center repeat-x,#000;
  background-size: auto 100%;
}
.top_con{
	text-align: right;
}

.top_con1{
	width: 100%;
	/* height: 90vh; */
	height: 100%;
	margin-left: auto;
	position: relative;
}

.top_con1 img{
	width: 100%;
	/* position: absolute; */
	/* right: 0%; */
	/* top: 0%; */
	/* z-index: 999; */
	/* height: 103%; */
}

.top_con2 {
	width: 100%;
	background: url("/public/osechi/pbo/_assets/img/bg.jpg?v4")  center center repeat-x,#000;
	position: relative;
}

.top_con2 img{
	width: 100%;
}

.top_con3{
	width: 50%;
	margin-left: auto;
	height: 23vh;
	background: url("/_assets/img/bg6.jpg?v=4") center top/cover no-repeat,#000;
	position: relative;
}

.top_con3 img{
	width: 100%;
	position: absolute;
	right: 2%;
	top: 5%;
	z-index: 999;
}


#contact{
	background: #fff;
	margin-top: 0;
	padding-top: 65px;
}
#footer{
	height: 180px;
	margin-top: 0;
	padding-top: 40px;
	background:url("/public/osechi/pbo/_assets/img/bg.jpg?v4")  center center repeat-x,#000;
	color: #000;
}

/*AREA1*/
#content .area1 {
	background: url(../img/osechi/bg7.jpg) no-repeat center top;
	background-size: cover;
	height: 100vh;
	position: relative;
}
#content .area1-2 {
	background: url(../img/index/contact@2x.jpg) no-repeat center top;
	background-size: cover;
	height: 100vh;
	position: relative;
}
#content .area1 .areaText {
	width: 100%;
	text-align: center;
	padding: 26.5vh 3%;
}
#content .area1 .areaText .imgLogo {
	width: 230px;
	margin: 0 auto;
}
#content .area1 .areaText .text {
	color: #C9C9C9;
	margin-top: 160px;
	font-size: 28px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.73);
}
/*AREA2*/
#content .boxList li {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
	background: #A9955F;
}
#content .boxList li .itemText {
	background: #000;
	color: #ffffff;
	width: 50%;
	padding: 0 7.5% 0 5%;
	position: absolute;
	top: 46.5%;
	transform: translateY(-50%);
	background: transparent;
}
#content .boxList li .itemText .itemBG {
	background: #000;
	height: 100%;
}
#content .boxList li .itemText .itemTitle {
	font-weight: normal;
	font-size: 24px;
}
#content .boxList li .itemText .itemPara {
	margin-top: 15px;
}
#content .boxList li.fullImg .itemImg {
	width: 100%;
}
#content .boxList li.fullImg .itemText {
	right: 0;
}
#content .boxList li .itemImg {
	width: 50%;
	float: right;
}
#content .boxList li .itemImg img {
	width: 100%;
}
#content .boxList li.rightImg .itemImg {
	float: left;
}
#content .boxList li.rightImg .itemText {
	right: 0;
}
#content .boxList li.special .itemText {
	font-size: 24px;
	font-weight: normal;
	padding: 0;
	width: 62%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	text-shadow: 0px 0px 10px #000;
}
#content .boxList li.special .itemText:after {
	content: '';
	height: 100%;
	position: absolute;
	z-index: -1;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0,0,0,.2);
	border-radius: 50%;
	filter: blur(5px);
}
/* AREA3 */
#content .area3 {
	padding: 40px 0 0;
	background: #A9955F;
	color: #ffffff;
	text-align: center
}
#content .area3 .topTitle {
	text-align: center;
	width: 100%;
}
#content .area3 .topTitle .about {
	font-size: 18px;
}
#content .area3 .topTitle .result {
	font-size: 28px;
}
#content .area3 .boxList {
	width: 100%;
}
#content .area3 .boxList li {
	width: 50%
}
#content .area3 .boxList li img{
	width: 100%
}

#content .area3 .boxList .insta {
	display: flex;
	flex-wrap: wrap;
}
#content .area3 .boxList .insta li:nth-child(1)  {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
#content .area3 .boxList .insta li:nth-child(1) img {
	width: 740px;
}
#content .area3 .boxList .insta li:nth-child(4n) {
	margin-right: 0;
}

/*
#content .area3 .boxList {
	width: 740px;
	margin: 50px auto 0; 	
}
#content .area3 .boxList li {
	background: transparent;
}
#content .area3 .boxList .insta li {
	width: calc(100%/4 - 15px);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#content .area3 .boxList .insta li:nth-child(4n) {
	margin-right: 0;
}
*/
#content .area3 .boxList .btn-common {
	width: 400px;
	margin: 20px auto 0;
}
#content .area3 .boxList .btn-common a {
	padding: 12.5px 0;
}
#content .area3 .boxList .btn-common a span {
	line-height: 1.5;
}
#content .area3 .boxList .btn-common a span.first-line {
	font-size: 16px;
}
#content .area3 .boxList .btn-common a span.second-line {
	letter-spacing: -0.6px;
}

#content .area3 .btnContent {
	text-align: center;
}

.btn_reserve{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 999;
}

.btn_reserve ul{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	padding-inline-start: 0;
	z-index: 999;
}


.btn_reserve .fair_reserve {
	display: flex;
	justify-content: center;
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
	width: 70%;
	margin: 0 auto;
}
.btn_reserve  .fair_reserve a{
	width: 100%;
	display: block;
	background: url("/public/osechi/pbo/_assets/img/btn.png?v4") center center repeat-x;
	color: #FFF;
	font-size: 16px;
	align-items: center;
	padding-top:8px;
}
/* .btn_reserve ul li + li {
	border-left: 1px solid #ffffff;
} */
/* .btn_reserve ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background-color: #bf0000;
	background: url("../img/osechi/bg2.png") center center repeat-x;
	color: #FFF;
	font-size: 16px;
} */
/*
.btn_reserve ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background-color: #000000;
	color: #FFF;
	font-size: 14px;
}
*/
.btn_reserve ul li form {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background-color: #bf0000;
	color: #FFF;
	font-size: 14px;
}

.btn_reserve ul li a span {
	padding-left: 22px;
	position: relative;
}
.btn_reserve ul li form input[type="submit"] {
	padding-left: 22px;
	position: relative;
	height: 100%;
	width: 100%;
	background: none;
	border: none;
	color: #fff;
	background: url(../img/gts/icon_fair.svg) no-repeat 44% center;
}
.btn_reserve ul li.tel_reserve a span::before {
	background-image: url(../img/gts/icon_tel.svg);
	background-size: contain;
}
.btn_reserve ul li.fair_reserve a span::before {
/*     background-image: url(../img/gts/icon_fair.svg); */
	background-image: url(../img/gts/arrow.svg);
	background-size: contain;
}
.btn_reserve  ul li a span::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: -29px;;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
}

.btn_reserve  ul li form input[type="submit"]::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
}

.menu{
	width: 100%;
	margin-left: auto;
	color: #FFF;
}

.menu .mnu_ttl{
	font-size: 40px;
}

.menu .menu_list{
	display: flex;
	max-width: 750px;
	
	text-align: left
}

.menu .menu_list div{
	width: 100%;
}

.menu .menu_list div:last-child{
	margin-top: 30px;
	line-height: 1.75;
	letter-spacing: 1px;
}

.menu .menu_list div .menu1{
	font-size: 40px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 24px;
}
	.osechi_info01{
		padding-top: 60px;
		padding-bottom: 60px;
	}

.osechi_info{
	padding: 30px;
	border: 1px solid color: #ac0000;
	color: #ac0000;
	max-width: 750px;
	margin: 0 auto;
}
.osechi_info_ttl{
	font-size: 54px;
	line-height: 0.8;
}
.osechi_info_ttl span{
	font-size: 28px;
}
.osechi_info table{
	margin-top: 40px;
	font-size: 24px;
	text-align: left;
	border-spacing: 1em .5em;
  border-collapse:separate;
}

.osechi_info table th{
	background: #d0ca90;
	text-align: center;
	vertical-align: middle;
	width: 30%;
	padding: 30px 10px;
}
.osechi_info table th:nth-child(3){
	background-color: rgba(224, 232, 245, 0.918)
}
.price p{
	font-size: 18px;
	text-align: right;
	
}
.price1 {
	border-bottom: 1px solid #D8C7C7;
	padding-bottom: 8px;
	
}
.price1-1{
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
	margin-top: 10px;
}

.price1-2{
	display: inline-block;
	float: right;
}

.price1-2 span{
	font-size: 40px;
}



/* SP STYLE */

@media(max-width: 1024px) and (min-width: 769px){
	#content .boxList li .itemText .itemTitle{
		font-size: 22px;
	}
	#content .boxList li .itemText .itemPara {
		margin-top: 7px;
		font-size: 13px;
	}
	#content .boxList li .itemText{
		padding: 0 2% 0 3%;
	}
}
@media (max-width: 768px) {
	#content .area1 .areaText {
	padding: 36.5vh 3%;
}

	
	#content .area1 .areaText .imgLogo {
	width: 180px;
}


	#content .area1 .areaText .text {
		margin-top: 0px;
		font-size: 20px;
	}
	/* AREA2 */
	#content .boxList li .itemText {
		width: 100%;
		padding: 12% 5%;
		position: static;
		transform: none;
		display: inline-block;
	}
	#content .boxList li .itemImg {
		width: 100%;
	}
	#content .boxList li .itemText .itemTitle {
		font-size: 16px;
		margin: 10px 0px;
	}
	#content .boxList li .itemText .itemPara {
		margin-top: 0;
		font-size: 13px;
	}
	#content .boxList li.fullImg .itemText {
		right: 0;
	}
	#content .boxList li.special .itemText {
		width: 100%;
		position: absolute;
		font-size: 13px;
		padding: 0 3%;
	}
	/* AREA3 */
	#content .area3 {
/* 		padding: 20px 0; */
	}
	#content .area3 .instagram-icon {
		width: 100%;
		margin: 0 auto;
	}
	#content .area3 .topTitle .about {
		font-size: 13px;
	}
	#content .area3 .topTitle .result {
		font-size: 18px;
	}
	#content .area3 .boxList {
		width: 100%;
		margin: 20px auto 0px auto;
/* 		padding: 0 3%; */
	}
	#content .area3 .boxList .fac-logo{
		background-color: #ffffff;
		padding: 15px 0px
	}
	#content .area3 .boxList .txt{
		padding: 15px 0px 30px 0px
	}
	#content .area3 .boxList .insta li {
		width: calc(100%/2 - 5px);
		float: left;
		margin-bottom: 10px;
	}
	#content .area3 .boxList .insta li:nth-child(n) {
		margin-right: 10px;
	}
	#content .area3 .boxList .insta li:nth-child(2n) {
		margin-right: 0;
	}
	#content .area3 .boxList .btn-common {
		width: 80%;
		margin: 20px auto 0;
	}
	#content .area3 .boxList .btn-common a {
		padding: 5px 0;
	}
	#content .area3 .boxList .btn-common a span.first-line {
		font-size: 13px;
	}
	#content .area3 .boxList .btn-common a span.second-line {
		font-size: 12px;
	}
		#content .area3 .btnContent .btn-common {
		width: 80%;
		display: block;
		margin: 10px auto;
	}
	#content .area3 .btnContent .btnLine {
		display: block;
		margin-left: 0;
	}
	#content .area3 .btnContent .btn-common a {
		padding: 10px 0;
	}
	#content .area3 .btnContent .btnLine .btn-common a {
		padding: 9px 0;
	}
	#content .area3 .btnContent .btnLine .textInfo {
		margin-top: 10px;
	}

	/* AREA4 */
	#content .area4 .topTitle .special-plan {
		font-size: 24px;
		letter-spacing: 5px;
	}
	#content .area4 .topTitle .looking-wedding {
		font-size: 30px;
	}
	#content .area4 .topTitle .special-offer {
		font-size: 20px;
		margin-top: 10px;
	}
	#content .area4 .topTitle .textInfo {
		margin-top: 15px;
		letter-spacing: 2px;
	}
	#content .area4 .areaContent {
		margin-top: 40px;
	}
	#content .area4 .areaContent .areaText,
	#content .area4 .areaContent .areaImg {
		width: 100%;
	}
	#content .area4 .areaContent .areaText {
		padding: 0 5%;
	}
	#content .area4 .areaContent .areaText .textTitle {
		font-size: 20px;
		margin-top: 15px;
	}
	#content .area4 .areaContent .areaText .textPara {
		margin-top: 10px;
	}
	#content .area4 .btnContent {
		margin-top: 20px;
	}
	#content .area4 .btnContent .btn-common {
		width: 80%;
		display: block;
		margin: 10px auto;
	}
	#content .area4 .btnContent .btnLine {
		display: block;
		margin-left: 0;
	}
	#content .area4 .btnContent .btn-common a {
		padding: 10px 0;
	}
	#content .area4 .btnContent .btnLine .btn-common a {
		padding: 9px 0;
	}
	#content .area4 .btnContent .btnLine .textInfo {
		margin-top: 10px;
	}
	/* AREA5 */
	#content .area5 {
		margin-top: 20px;
	}
	#content .area5 .boxList {
		margin-top: 20px;
	}
	#content .area5 .boxList li {
		width: 100%;
	}
	#content .area5 .boxList li .textInfo {
		width: 85%;
		height: 65px;
		text-align: center;
		position: absolute;
		bottom: 10px;
		left: 50%;
		transform: translateX(-50%);
		color: #C9C9C9;
		border: 1px solid #fff;
	}
	#content .area5 .boxList li .textInfo:after {
		transform: scale(1.20);
	}
	#content .area5 .boxList li .textInfo p {
		font-size: 13px;
		line-height: 1.2;
	}
	/* AREA6 */
	#content .area6 {
		background-color: #000;
/* 		padding: 30px 0 0; */
	}
	#content .area6 .boxList {
		margin-top: 0;
	}
	#contact .btn-common{
		background: #1A0B08;
	}

	.sp{
		display: block;
	}
	.pc{
		display: none;
}
	
	
	#content{
	}
	#content:before{
		content: "";
		display: block;
		width: 100%;
		height: 600px;
		position: absolute;
		top: 0;
		left: 0;
		border-radius: 0;
		background-color: #A9955F;
		z-index: -1;
	}
	.main_img{
		margin-top: 20px;
		display: block;
		justify-content: center;
		text-align: left;
		align-items: center;
		line-height: 1.5;
		text-align: center;
	}
	.main_ttl{
		font-size: 30px;
		color: #fff;
		letter-spacing: 1px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	
	.main_ttl span{
		font-size: 60px;
	}
	.main_img > div{
		margin: 10px;
	}
	.con_ttl{
		font-size: 20px;
		margin: 30px 0;
	}
	.fair_info{
		background: #F9F6F1;
		padding: 40px 20px;
	}
	
	.fair_info_txt{
		background: #fff;
		width: 100%;
		padding: 20px;
		margin: 0 auto;
	}
	.kakeru{
		margin: 20px 0;
		text-align: center;
		font-size: 40px;
		color: #B9996C;
	}
	.pre{
		border: 1px solid #B9996C;
		width: 100%;
		margin: 0 auto;
		position: relative;
		margin-top: 60px;
		margin-bottom: 60px;
		padding: 20px;
	}
	.pre_item{
		text-align: left;
		display: inline-block;
		margin-top: 40px;
		font-size: 14px;
	}
	.pre ol{
		display: inline-block;
	}
	.pre1{
	}
	
	.pre1 .pre_emb{
		position: absolute;
	  top: 0;
	  left:11%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
	  margin: auto;
	  z-index: 9;
	  }
	
	.pre2 .pre_emb{
		position: absolute;
	  top: 0;
	  left:92%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
	  margin: auto;
	  z-index: 9;
	  }
	  
	
	.pre_ttl{
		font-size: 20px;
		color: #B9996C;
		background: #fff;
		position: absolute;
		width: 300px;
	  top: 0;
	  left: 50%;
	  transform: translateY(-50%) translateX(-50%);
	  -webkit- transform: translateY(-50%) translateX(-50%);
	  margin: auto;
	  
	}
	.movie{
		width: 100%;
	}
	
	.btn-border {
	  display: inline-block;
	  width: 335px;
	  text-align: left;
	  border: 2px solid #bf0000;
	  font-size: 16px;
	  color: #bf0000;
	  text-decoration: none;
	  padding: 20px 16px;
	  border-radius: 4px;
	  transition: .4s;
	}
	
	.btn-border:hover {
		text-decoration: none;
	  background-color: #bf0000;
	  border-color: #bf0000;
	  color: #FFF;
	}
	
	.point{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin: 0 auto;
	}
	
	.point .item{
		width: 280px;
		margin: 10px;
	}
	
	.item_name{
		font-size: 18px;
		margin: 15px 0;
	}
	
	.btn_reserve ul li form input[type="submit"] {
		padding-left: 22px;
		position: relative;
		height: 100%;
		width: 100%;
		background: none;
		border: none;
		color: #fff;
		background: url(../img/gts/icon_fair.svg) no-repeat 25% center;
	}
	.btn_reserve ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		background-color: #000000;
		color: #FFF;
		font-size: 14px;
	}
	
	.header_tel{
		background: #000000;
		color: #ffffff !important;
		display: inline-block !important;
		width: 30%;
		padding: 14px 0;
		border-radius: 25px;
		float: right;
		height: 50px;
	}
.header_tel span {
	padding-left: 22px;
	position: relative;
}
.header_tel span::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
		background-image: url(../img/gts/icon_tel.svg);
		background-size: contain;
	left: 0;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center;
}
	#content{
	  width: 100%;
	
	}
	
	#content:before{
	  /* content:"";
	  display:block;
	  position:fixed;
	  top:0;
	  left:0;
	  z-index:-1;
	  width:100%;
	  height:250vh;
	  background:url("../img/osechi/2023-bg.jpg?v=2") left top no-repeat,#000;
	  background-size: auto 100%; */
	}
	.top_con{
		text-align: right;
	}

	.top_con1{
		width: 100%;
		margin-left: auto;
		/* position: relative; */
	}
	
	.top_con3{
		width: 50%;
		/* margin-left: auto; */
		/* height: 70vh; */
		/* background: url("../img/osechi/bg6.jpg?v=4") center top/cover no-repeat,#000; */
		/* position: relative; */
	}

	.top_con1 img{
		width: 100%;
		/* position: absolute;
		right: 0;
		z-index: 999; */
	}
	
	.top_con3 img{
		width: 100%;
		/* position: absolute;
		right: 12%;
		top: 55%;
		z-index: 999; */
	}


	.top_con2 {
		width: 100%;
		/* background: url("../img/osechi/2023-bg.jpg") center top/cover no-repeat,#000;
		position: relative; */
	}
	

	.top_con2 img{
		width: 100%;
	}


	.menu{
		width: 100%;
		color: #FFF;
	}
	
	.menu .mnu_ttl{
		font-size: 30px;
	}
	
	.menu .menu_list{
		display: flex;
		max-width: 750px;
/* 		margin: 0 auto; */
		text-align: left;
		margin-bottom: 20px;
	}
	
	.menu .menu_list div{
		width: 100%;
	}
	
	.menu .menu_list div:last-child{
		margin-top: 15px;
		line-height: 1.75;
		letter-spacing: 1px;
		font-size: 11px;
	}
	
	.menu .menu_list div .menu1{
		font-size: 20px;
		border-bottom: 1px solid #FFF;
		margin-bottom: 12px;
	}
	.osechi_info01{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.osechi_info{
		padding: 0px;
		border: 1px solid #642323;
		color: #642323;
		width: 95%;
		margin: 0 auto;
		margin-top: 0;
	}
	.osechi_info_ttl{
		font-size: 28px;
		line-height: 0.8;
	}
	.osechi_info_ttl span{
		font-size: 14px;
	}
	.osechi_info table{
		margin-top: 0px;
		font-size: 17px;
		text-align: left;
		border-spacing: .5em .5em;
	  border-collapse:separate;
	}
	
	.osechi_info table th{
		background: #F8F5F5;
		text-align: center;
		vertical-align: middle;
		width: 40%;
		padding: 20px 10px;
		line-height: 20px;
	}
	.price p{
		font-size: 12px;
		text-align: right;
		
	}
	.price1 {
		border-bottom: 1px solid #D8C7C7;
		padding-bottom: 8px;
		
	}
	.price1-1{
		display: inline-block;
		margin-right: 10px;
		vertical-align: middle;
		margin-top: 5px;
	}
	
	.price1-2{
		display: inline-block;
		float: right;
	}
	
	.price1-2 span{
		font-size: 20px;
	}
	#footer{
	margin-top:0;
		background: #fff;
}
	#contact{
		background: #fff;
		padding: 43px 0px;
		color: #000;
		margin-top: 0;
	}

	#contact a{
	color: #000;
	}
	
	.btn_reserve .fair_reserve {
		display: flex;
		justify-content: center;
		height: 50px;
		border-radius: 25px;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}



}




