﻿@charset 'UTF-8';

.image-wrapper.about {
	background: url('../img/cuisine/index.jpg') no-repeat;
	background-size: cover;
}

.shipping td {
	line-height: 1.7;
}
.prefectures,
.shipping-prefectures,
.mansion,
.shipping-mansion {
	margin: 16px 0;
}

/*
	デスクトップ
*/
@media screen and (min-width: 769px) {
	.container {
		padding-top: 25px;
	}
	.osechi-wrapper {
		width: 100%;
		min-width: 1000px;
		height: auto;
		overflow: hidden;
		margin: 60px 0 0;
		padding: 32px 0;
		border: 0;
		outline: 0;
		vertical-align: baseline;
		background-image: url('../img/osechi/wa.png');
	}
	.wa_images li {
		list-style: none;
	}
	.osechi-price {
		margin: 0 auto;
		overflow: hidden;
	}
	.osechi-tokuten {
		width: 90%;
		color: #fff;
		text-align: center;
		border-radius: 10px;
		margin: 70px auto 50px;
		padding: 15px 0;
		background: #D13F31;
	}
	.set {
		color: #61131c;
		font-weight: bold;
		font-size: 2em;
		margin: 50px 0 20px 50px;
	}
	.osechi-small {
		margin-left: 350px;
	}
	.burgundy {
		color: #61131c;
		font-weight: bold;
		font-size: 1.8em;
	}
	.small {
		font-size: .6em;
		font-weight: bold!important;
	}
	.black {
		color:#1F1F1F;
		font-size: 1.4em;
	}
	.osechi-button {
		width: 500px;
		text-align: center;
		border-radius: 10px;
		background: #c79f62;
		margin: 70px auto 20px;
		padding: 15px 0;
	}
	.osechi-button a {
		color: #fff;
		text-decoration: none;
		display: block;
	}
	.osechi-button:hover {
		opacity: 0.8;
		transition: all .3s;
	}
	.osechi-caption {
		width: 100%;
		text-align: center;
		margin: 20px auto 0;
		font-size: 1em;
		line-height: 2;
	}
	.osechi-menu {
		width: 1000px;
		margin: 35px auto 0;
		position:relative;
		text-align: center;
	}
	.img1 {
		position: absolute;
		top: -126px;
		left: -283px;
		opacity: 0.8;
	}
	.img2 {
		position: absolute;
		top: 185px;
		right: -150px;
		opacity: 0.9;
	}
	.img3 {
		position: absolute;
		top: 330px;
		right: -105px;
		opacity: 0.5;
	}
	.img4 {
		position: absolute;
		top: 455px;
		right: -340px;
		opacity: 0.9;
	}
	.img5 {
		position: absolute;
		top: 545px;
		right: -240px;
		opacity: 0.9;
	}
	.img6 {
		position: absolute;
		top: 455px;
		left: -124px;
		opacity: 0.9;
	}
	.img7 {
		position: absolute;
		top: 680px;
		left: -80px;
		opacity: 0.5;
	}
	.img8 {
		position: absolute;
		top: 820px;
		left: -300px;
		opacity: 0.9;
	}
	.img9 {
		position: absolute;
		top: 910px;
		left: -210px;
		opacity: 0.9;
	}
	.img10 {
		position: absolute;
		top: 1060px;
		right: -105px;
		opacity: 0.9;
	}
	.img11 {
		position: absolute;
		top: 1235px;
		left: -70px;
		opacity: 0.9;
	}
	.img12 {
		position: absolute;
		top: 1312px;
		right: -330px;
		opacity: 0.8;
	}
	.mainpicture {
		width: 800px;
		margin: 50px auto 0;
	}
	.osechi-menu img {
		margin: 15px;
	}
	.ichi {
		width: 100%;
	}
	.ichi:last-child {
		margin-top: 50px;
	}
	.osechi-wrapper2 {
		width: 100%;
		min-width: 1000px;
		margin: 0;
		padding: 40px 0 0px;
		border: 0;
		outline: 0;
		overflow: hidden;
		vertical-align: baseline;
		background: #fcf6ec;
	}
	.osechi-info {
		width: 100%;
		height: 845px;
		background: url('../img/osechi/1.png');
		margin-top: 40px;
	}
	.osech-heading {
		height: 65px;
		line-height: 65px;
		color: #FFF;
		text-align: center;
		font-size: 20px;
		background: #c79f62;
	}
	.more-info {
		width: 75%;
		margin: 30px auto;
		list-style: none;
		overflow: hidden;
		background: #FFF;
		padding: 45px 70px;
	}
	.more-info li {
		line-height: 2;
	}
	.date {
		font-weight: bold;
		font-size: 1.2em;
	}
	.more-info a {
		text-decoration: none;
		color: #c79f62;
		font-weight: bold;
		font-size: 1.2em;
	}
	/* 予約フォーム */
	.wrapper.blank:nth-child(2) {
		margin-bottom: 0;
	}
	.shipping {
		width: 1000px;
		margin: 0 auto 56px;
	}
	.shipping th {
		width: 210px;
		padding: 32px;
	}
	.postalcode,
	.shipping-postalcode {
		width: 8%;
	}

	h3.soldout {
		color: #D8D82E;
		font-size: 2em;
		font-weight: bold;
		margin: 0 auto 1em;
		text-align: center;
	}

	.caption_osechi{
		font-size: 0.9em;
		margin-bottom: 20px;
		line-height: 2;
		display: block;
	}

	.caption_osechi a{
		font-size: 1em;
	}
}

/*
	スマホ・タブレット
*/
@media screen and (max-width: 768px) {
	.container {
		padding-top: 50px;
	}
	.container {
		margin: 0 0 10px;
}
	.wrapper {
		width: 90%;
		margin: 2px auto 0;
		overflow: hidden;
	}
	.top-wrapper{
		width: 100%;
		background: url("../img/osechi/wa.png");
		margin: 0;
		padding: 30px 0 0px;
		overflow: hidden;
		border: 0;
		outline: 0;
		vertical-align: baseline;
	}
	.osechi-wrapper {
		width: 100%;
		min-width: 1000px;
		height: 2010px;
		margin: 60px 0 0;
		padding: 0;
		overflow: hidden;
		border: 0;
		outline: 0;
		vertical-align: baseline;
		position:relative;
	}
	.wa_images img {
		position: absolute;
	}
	.osechi-price {
		margin: 0 auto;
		overflow: hidden;
	}
	.set {
		margin: 20px auto 10px;
	}
	.osechi-tokuten {
		border-radius: 10px;
		background: #d13f31;
		color: #fff;
		padding: 10px 5px;
		margin: 0 auto;
		text-align: center;
		line-height: 1.5;
	}
	.osechi-tokuten:last-child {
		margin: 30px auto;
	}
	.set {
		color: #61131c;
		font-weight: bold;
		font-size: 1.4em;
		margin: 20px auto 10px;
		text-align: center;
	}
	.osechi-small {
		width: 90%;
		line-height: 1.5;
		margin: 0 auto;
	}
	.burgundy {
		color: #61131c;
		font-weight: bold;
		font-size: 1.2em;
	}
	.small {
		font-weight: bold!important;
		font-size: .6em;
		margin: 0 auto;
	}
	.black {
		color:#1F1F1F;
		font-size: 1em;
	}
	.osechi-button {
		width: 80%;
		border-radius: 10px;
		background-color: #c79f62;
		margin: 20px auto 20px;
		padding: 10px 0;
		text-align: center;
	}
	.osechi-button a {
		text-decoration: none;
		color: #fff;
		display: block;
	}
	.osechi-button:hover {
		opacity: 0.8;
		transition: all .3s;
	}
	.mainpicture {
		width: 800px;
		margin: 50px auto 0;
	}
	.osechi-menu {
		margin: 0px;
	}
	.osechi-menu img {
		margin-top: 5px;
	}
	.ichi {
		width: 100%;
		margin-top: 3px;
	}
	.ichi:last-child {
	}
	.osechi-wrapper2 {
		width: 100%;
		margin: 0;
		padding: 30px 0 0px;
		overflow: hidden;
		border: 0;
		outline: 0;
		vertical-align: baseline;
		background-color: #fcf6ec;
	}
	.osechi-info {
		width: 100%;
		background: url("../img/osechi/1.png");
		margin-top: 25px;
		padding-bottom: 5px;
	}
	.osech-heading {
		height: 45px;
		line-height: 45px;
		text-align: center;
		font-size: 16px;
		color: #FFF;
		background: #c79f62;
	}
	.more-info {
		width: 75%;
		margin: 15px auto;
		list-style: none;
		overflow: hidden;
		background-color: #fff;
		padding: 20px;
	}
	.more-info li {
		line-height: 2;
	}
	.date {
		font-weight: bold;
		font-size: 1.1em;
	}
	.more-info a {
		text-decoration: none;
		color: #c79f62;
		font-weight: bold;
		font-size: 1.1em;
	}
	.osechi-caption {
		width: 85%;
		line-height: 1.8;
		color: #1F1F1F;
		font-size: .8em;
		margin: 10px auto;
	}
	/* 予約フォーム */
	.shipping {
		width: 90%;
		margin: 0 auto;
	}
	.shipping th,
	.shipping td {
		width: 100%;
		display: block;
	}
	.shipping th {
		color: #FFF;
		background: #C7AA68;
		font-weight: bold;
		padding: 8px 0;
	}
	.shipping td {
		padding: 16px 0;
		text-align: center;
	}
	.shipping tr:first-child td {
		text-align: left;
	}
	.shipping .m {
		width: 80%;
		margin: 0 auto;
		padding-bottom: 8px;
		border-bottom: 2px dotted #C7AA68;
	}
	.m + td {
		padding-bottom: 32px;
	}
	.reserve-form td p {
		line-height: 2;
	}
	#reserve-index .wrapper {
		width: 90%;
		margin: 64px auto 0;
	}
	#reserve-index .copyright,
	#reserve-confirm .copyright,
	#reserve-thanks .copyright {
		margin-bottom: 0;
	}
	#reserve-index .under_banner,
	#reserve-confirm .under_banner,
	#reserve-thanks .under_banner {
		display: none;
	}
	#reserve-index p.reserve-blank,
	#reserve-confirm p.reserve-blank,
	#reserve-thanks p.reserve-blank {
		line-height: 1.7;
	}
	.postalcode,
	.shipping-postalcode {
		width: 93%;
	}

	.btn-wrapper{
		margin-top: -40px;
		margin-bottom: 40px;
	}

	h2.mobile_title{
		margin-bottom: 20px;
		line-height: 1.4;
	}

	.go-home-button{
		margin-bottom: 30px;
	}

	.caption_osechi{
		font-size: 0.8em;
		margin-bottom: 20px;
		line-height: 2;
		display: block;
	}

	/* 191206 おせち完売告知 */
	h3.soldout {
		color: #D8D82E;
		font-size: 2em;
		font-weight: bold;
		margin: 0 auto 1em;
		text-align: center;
	}
}
