@charset "Utf-8";
/* 共通部分
----------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
html{
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "游明朝","Yu Mincho", Yu Mincho,serif;
  font-weight: 900;
}
body {
  margin: 0; /* body 要素のデフォルトの余白を取る */
  padding: 0 0 120px;
	background: #efebe5;
	color: #333;
}
img {
  max-width: 100%;
  height: auto;
  margin: 0 0 10px;
}
p, li {
    line-height: 1.7;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
p.text-box, p.access{
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
a {
  color: #333;
  text-decoration: none;
  /*margin-left: 15%;*/
}
a:hover{
  color: #c3b017!important;
}


h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
  color: #333;
}
h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 800;
  color: #333;
}
ul {
  list-style: none;
}
/*スライダーボタンリンク*/
.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #9aa678;
  transition: .4s;
}

.btn-flat-logo:hover {
  background: #99ac67;
}

/* 全体を最大幅960pxにして画面の中央に配置*/
.wrapper {
  width: min(92%,1166px);
  margin: auto;
  overflow-x: hidden;
}
/* チェックボックスを非表示にする */
#check {
	display: none;
}

.title {
  position: relative;
  padding-bottom: 5px;
  width: 100%;
  font-size: 26px;
  border-bottom: 5px solid #c7c7c7;
}
.title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: #e5c046;
}

/* HEADER
----------------------*/
/*
  ヘッダーを固定する
-----------------------------------*/
#header {
  width: 100%;
  height: 10vh;
  background-color: #ece1c6;
  box-shadow: 5px 2px 5px #ccc;/* ヘッダーに影を付ける */
  position: fixed; /*決まった位置に固定*/
  top: 0; /*top 0に配置*/
  z-index: 1;
}
.header-container {
  display: flex;/*h1とnavを横並びに配置*/
  justify-content: space-between; 
  align-items: center;/*縦方向の中心に配置*/
  height: 100%;
}

.logo img {
  max-width: 100px;
  margin: 15px 40px;
  display: block;
  align-items: center;
}
.nav {
  margin: 0 0 0 auto;
}
.nav ul{
  margin-right: 50px;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.nav li{
  margin: 0 0 0 15px;
}
.nav li a {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.main {
  padding-top: 50px;
  padding-bottom: 100px;
  z-index: 1;
}

/*
  slider
-----------------------------------*/
.slide-items_item img{
  width: 100%;

}
/* TOP
----------------------*/
/* お知らせの下のリスト*/
.news {
  margin-bottom: 12rem;
}
.news li{
  padding: 5px 0;
  border-bottom: 1px dashed #999;
}
.news li-1{
  padding: 15px 0;
  font-size: 18px;
}
.news a:hover{
  color: #333;
}
.menu-img img{
  border-radius: 10px;
}
.title_osechi{
  position: relative;
  padding-bottom: 5px;
  width: 100%;
  font-size: 26px;
  text-align: center;
}
.title_osechi::after {
  content: "";
}
.osechi-img{
  text-align: center;
}
/*おせちボタン*/
/*.btn-flat-logo {
  /*position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 1.25em 1.5em;
  text-decoration: none;
  color: #FFF;
  background: #9aa678;
  transition: .4s;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%,50%);
  border-radius: 5px;
}*/
/*.news a {
  margin-right: 25% !important;
  }*/

/*おせち*/
/*.wrapper h2.osechi {
  font-weight: bold !important;
  text-align: left !important;
}*/
.btn-flat-logo:hover {
  background: #8f9b6f;
  position: absolute;
  left: 50%;
  transform: translate(-50%,50%);
  color:#333!important;
}

/* ナビゲーションの下とメインビジュアルとの間の余白(トップページの)*/
.key_visual {
  margin-top: 20px;
  margin-bottom: 30px;
  /* margin: 20px 0 30px; 上二つをまとめた書き方*/
}
time {
  display: inline-block; /*幅を決めたいが次の要素を改行させないようにするため、*/
  width: 10em;
}

/* menu*/
.main .wrapper{
  max-width: 960px;
  margin: 0 auto;
}

.menu {
  position: relative;
  width: 70.56vw;
  margin: 0 11.76vw;
}
.menu-1 {
  /* background: #fff;*/
  width: 40vw;
  right: 10.76vw;
  height: 70%;
  position: absolute;
  border-radius: 5px;
}
.menu-container {
  position: relative;
  display: flex;
}
.menu-header {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2.94vw;
  margin-left: -2.94vw;
}
.headline-circle {
  position: relative;
  width: 100%;
  min-height: 143px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.headline-circle .circle{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 143px;
  height: 143px;
}
.headline-circle .circle span {
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  border: 1px solid #8c6b5f;
  opacity: 0.15;
} 
.headline-circle .circle .c1 {
  -webkit-transform: translate(-6px, 0);
  -ms-transform: translate(-6px, 0);
  transform: translate(-6px, 0);
}
.headline-circle .circle .c2 {
  -webkit-transform: translate(-2px, 0);
  -ms-transform: translate(-2px, 0);
  transform: translate(-2px, 0);
}
.headline-circle .circle .c3 {
  -webkit-transform: translate(2px, 0);
  -ms-transform: translate(2px, 0);
  transform: translate(2px, 0);
}
.headline-circle .circle .c4 {
  -webkit-transform: translate(6px, 0);
  -ms-transform: translate(6px, 0);
  transform: translate(6px, 0);
}
.headline-circle .title-1 {
  opacity: 1;
  -webkit-transform: translateX(-0.14em);
  -ms-transform: translateX(-0.14em);
  transform: translateX(-0.05em);
  font-size: calc(1rem + 2.2vw);
  text-align: center;
  line-height: 1.4;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
  width: 1.4em;
}
.headline-circle .menutitle-2 {
  opacity: 1;
  -webkit-transform: translateX(-0.14em);
  -ms-transform: translateX(-0.14em);
  transform: translateX(-0.05em);
  font-size: calc(1rem + 2.2vw);
  text-align: center;
  line-height: 1.4;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  width: 1.4em;
}


.menu-content{
  padding: 11.76vw 5.88vw 6rem;
  font-size: 16px;
}
.menu-container>* {
  width: 30%;
}
.menu-content .inner {
  width: calc( 5.88vw * 4 );
}

.menu-img {
  position: relative;
  margin-right: 40px;
  padding-bottom: 6rem;
  width: 75%;
}

.menutitle-2 {
  opacity: 1;
  -webkit-transform: translateX(-0.14em);
  -ms-transform: translateX(-0.14em);
  transform: translateX(-0.05em);
  font-size: calc(1rem + 2.2vw);
  text-align: center;
  line-height: 1.4;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  width: 1.4em;
}


/*写真止め線
.menu-img::before {
  width: 12%;
  height: 1px;
  border: 1px solid #e5c046;
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 7rem;
  right: -4%;
}*/

.button-wrapper {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 20px;
}
.button-wrapper .a {
  padding-left: 20px;
}
.menu-button {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -4rem;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.menu-button .icon {
  position: relative;
  width: 0px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  height: 2.6em;
  width: 1em;
  margin: 0 0.5em;
}
.button-green {
  fill: #fff;
}
.a-pivot {
  display: flex;
}
.a-pivot::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 2;
}
.menu-button .diamond {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 0.65, 1) rotate(45deg);
  transform: translate(-50%, -50%) scale3d(1, 0.65, 1) rotate(45deg);
  overflow: hidden;
}
.button-green .diamond .bg {
  background: #9aa678;
}
.menu-button .diamond .bg {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
}
.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.menu-button .diamond .bg-hov {
  position: absolute;
  left: -25%;
  top: -25%;
  width: 150%;
  height: 150%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transform: translate(100%, -100%) rotate(-45deg);
  -ms-transform: translate(100%, -100%) rotate(-45deg);
  transform: translate(100%, -100%) rotate(-45deg);
}
.menu-button .arrow-line {
  position: relative;
}
.icon svg {
  vertical-align: middle;
}
.arrow-line {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}
.menu-button ._h {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -1px -8px 0 0;
  background: #fff;
  height: 1px;
  -webkit-transform: scaleY(1.5) translateY(25%);
  -ms-transform: scaleY(1.5) translateY(25%);
  transform: scaleY(1.5) translateY(25%);
  width: 0;
}
.menu-button .text-line {
  position: relative;
  margin-left: 2rem;
  margin-top: 0.1em;
  display: inline-block;
  vertical-align: middle;
  height: 2em;
}
.menu-button .text-line:hover {
  text-decoration: underline;
}
.imformation {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #9aa678;
}

.imformation .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #9aa678;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.imformation p {
  margin: 0; 
  padding: 0;
}


/*お品書き*/
.m-header {
  display: grid;
}
.m-header > * {
  grid-area: 1/1;
}
.m-header >img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-header-container > h2 {
  color: #fff;
  text-align: center;
  padding-top: 300px;
}
.menu-concept {
  background-image: url(../images/23012839.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
}
.menu-concept-container {
  display: grid;
  justify-items: center;
  align-content: center;
  height: 100%;

}
.menu-concept p {
  text-align: center;
  padding: 10px;
  font-size: 20px;
}


.menutitle-1 {
  text-align: center;
  opacity: 1;
  -webkit-transform: translateX(-0.14em);
  -ms-transform: translateX(-0.14em);
  transform: translateX(-0.05em);
  font-size: calc(1rem + 2.2vw);
  text-align: center;
  line-height: 1.4;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.15em;
  width: 1.4em;
}

/*grid並べ*/
.posts {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 32px 25px;
  padding-bottom: 100px;
}
.item > h3 {
  font-size: 20px;
}
.item > p {
  text-align: right;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 0;
}
.item img {
  margin: 20px 0;
  border-radius: 10px;
}
.text-2 {
  text-align: left;
}
.menutitle-3 {
  font-size: 20px;
}
.posts p {
  font-size: 20px;
  text-align: right;
}
.posts .text-2 {
  text-align: left;
}

/* footer */
footer{
  position: fixed;
  width: 100%;
  padding: 20px 0 20px;
  bottom: 0;
  background: #ece1c6;
  text-align: center;
  box-shadow: 5px 2px 5px #ccc;/* ヘッダーに影を付ける */
  z-index: 1;
}

/* アクセス 横並び*/
.access {
  padding: 4% 0;
}
.flexbox {
  display:flex;
  justify-content: space-between;
}
.access h2 {
  margin-bottom: 20px;
}
.info-box {
  width: 50%;
}
.info-box img {
  width: 70%;
}
.info-box h3 {  /*アクセスの見出しと段落の余白調整*/
  margin-top: 20px;
  font-size: 22px;
  width: 300px;
}
.info-box p{ /*アクセスの見出しと段落の余白調整*/
  padding: 12px 10px;
}
.map {
  width:80%;
}

/* iframe */
iframe {
  width: 100%;
}

/* フォーム */
.wrapper > h2{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-top: 100px;
  width: 100%;
  border-bottom: 5px solid #c7c7c7;
}
.wrapper > h2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: #e5c046;
}

form {
  border: solid 1px #ddd;
  padding: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f6f6f6;
  margin-bottom: 100px;
}
form div{
  margin-bottom: 40px;
  display: flex;
}
label{
  display: block;
  width: 29%;
  min-width: 300px
}
.contact > div label span {
  background: #fb3b6f;
  padding: 3px 5px;
  color: #fff;
  border-radius: 2px;
}
p.contact-1{
  text-align: center;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  width: 80%;
  margin-left: 0%;
  background: #fff;
}
textarea{
  width: 80%;
  height: 150px;
}
.button {
  padding: 20px;
  margin: 10px;
  text-align: center;
  color: #fff;
  background-color: #c1ab05;
  border-color: #ccc;
  border-radius: 10px;
  letter-spacing: 0.5em; /*文字間を空ける*/
  font-size: 18px;
  text-indent: 1.0em; /*text-alignでセンター寄せし、letter-spacingを使うと中央よりも左側に寄るので、右側にスペースを作って中央寄せする*/
}
.button:hover{
  background: #f7bf0a;
  color: #fff;
}
.wrap{
	display: flex;
	justify-content: center;
}
button {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* お問い合わせ確認ページ */
.wrapper form > h2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding-top: 100px;
  width: 100%;
  border-bottom: 5px solid #c7c7c7;
}
.wrapper form > h2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: #e5c046;
}
/* SNS
----------------------*/



/* モバイル・タブレット
----------------------*/
@media (max-width: 960px){
/*ヘッダー*/
#header {
  width: 100%;
  height: 10vh;
}
/* ハンバーガーメニュー（ドロワーメニュー）
---------------------------------- */
/* チェックボックスを非表示にする */
#check {
	display: none;
}

/* メニューボタン */
.menu-btn {
	position: fixed;
	top: 10px;
	right: 15px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: right;
	align-items: center;
	z-index: 90;
	cursor: pointer;
}

/* ボタンの３本線 */
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
	content: "";
	display: block;
	height: 3px;
	border-radius: 3px;
	background-color: #333;
	position: absolute;
	transition: all .5s;
}

.menu-btn span {
	width: 15%; 
}
.menu-btn span::before {
	bottom: 12px;
  width: 100%; /*真ん中線の幅を基準にして*/
}
.menu-btn span::after {
	top: 12px;
  width: 100%;/*真ん中線の幅を基準にして*/
}
/* メニューボタンをタップした時の×ボタン */
#check:checked ~ .menu-btn span {
/*中間の線を非表示*/
	background-color: rgba(255,255,255,0);
}
/*上にあった線を中央にしてから45度回転*/
#check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
}
/*下にあった線を中央にしてから反時計回りに45度回転*/
#check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
}
/* メニューの内容 */
.nav {
	width: 70%;
	height: 100%;
	position: fixed;
	right: -70%;
	top: 0;
	z-index: 80;
	background-color: #ece1c6;
	transition: all .5s; /*全てのカラーに対してアニメーションする。*/
}
.nav ul {
	padding: 70px 10px 0;
	list-style: none;
  display: block;
}

.nav a {
	display: block;
	width: 100%;
	padding: 20px 0;
	border-bottom: solid 1px #fff;
	color: #333;
	text-decoration: none;
	position: relative;
}

/* ボタンをタップしたらメニューを表示 */
#check:checked ~ .nav {
	right: 0;
}

/* メニューの右端にある> */
.nav a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	position: absolute;
	right: 11px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.overlay {
	position: fixed;
	top: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0,0,0,0);
	transition: background-color .5s;
}
#check:checked ~ .overlay {
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
/*お品書き*/
.m-header {
  margin: 0 auto;
  padding-top: 90px;
}

/*お問い合わせ*/
.wrapper > h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-top: 100px;
  width: 100%;
  border-bottom: 5px solid #c7c7c7;
}
.wrapper > h2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: #e5c046;
}

}

/* モバイル・タブレット
----------------------*/
@media (max-width: 767px){
/*メニューレスポンシブ*/



.news li time{
  display: block;
  width: auto;
  }

/* 段落とセクションの左右の余白 */
.main p {
  padding: 15px 5px;
}

/* アクセスのしたを縦並びにする */
.flexbox {
  flex-direction: column;
}
/*img-boxとtext-boxとの間が空くのでこれで調整する*/
.info-box {
  flex: auto;
  width: 100%;
}
.info-box img{
  width: 100%;
  text-align: center;
}
.footer{
  padding-bottom: 20px; /*navをしたに固定したので、文字が見えるようにする*/
}
/* contact.html ラベルと入力欄を縦並び*/
.form-item{
  flex-direction: column;
}
.form-item:last-child {
  flex-direction: row;
}
/* pc版でテキストエリアを20%と80%にしているので、縮めたら小さくなってしまう。それを戻す */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
  width: 100%;
  margin: 5px;
}

/*お品書き*/
.m-header-container > h2 {
  padding-top: 100px;
}
.menu-concept-container p {
  font-size: 16px;
  text-align: center;
}
.posts p {
  font-size: 18px;
  text-align: right;
  padding-bottom: 50px;
}
.posts .text-2 {
  text-align: left;
}
.posts {
  display: block;
}
.responbox33 .lbox {
  float: left;
  padding: 5px;
  width: 33.33%;
  box-sizing: border-box;
}
/*全ページメニュー*/
.menu {
  margin: 100px auto; 
  position: static;
}
.menu-header {
  margin: 20px auto;
}
.menu-1{
  width: 100%;
  right: 0;
  height: calc(100% - calc(0.5rem + 1.5vw) * 2.75);
}
.menu-container {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-container>* {
  width: 100%;
  margin: 0;
  padding-bottom: 0;
}
.menu-container .inner{
  width: 100%;
  margin-top: 30px;
  /* font-size: 15px; */
}
.menu-header >* {
  width: 100%;
  margin: 0;
}
.menu-wrapper {
  flex-direction: column;
}
.menu-wrapper .item {
  margin: 0 1em 1em;
}
.menu-img{
  margin: auto;
}
.headline-circle {
  width: 50%;
}
.headline-circle .menutitle-1 {
  letter-spacing: 0.5em;
  font-size: 1.8rem;
  margin-top: 0;
}
.headline-circle .menutitle-2 {
  letter-spacing: 0.8em;
  font-size: 1.8rem;
  margin-top: 0;
}
.headline-circle .circle span{
  width: 80%;
  height: 80%;
}
.headline-circle .circle .c1 {
  transform: translate(10px, 0);
}
.headline-circle .circle .c2 {
  transform: translate(14px, 0);
}
.headline-circle .circle .c3 {
  transform: translate(18px, 0);
}
.headline-circle .circle .c4 {
  transform: translate(22px, 0);
}
slide-items_wrap {
  min-width: 100%;
}
.news a{
  padding-left: 10px;
}
.main .wrapper {
  max-width: 600px;
}
.text-line ._1 {
  font-size: 18px;
}
.button-wrapper {
  font-size: 18px;
}
.menu-button .icon{
  width: 120px;
}
.menu-button .text-line{
  margin-left: 0;
}
.info-box p {
  text-align: left;
}
.flexbox .title-access {
  background: none;
  border-bottom: 3px solid #600;
}
/* iframe */
iframe {
  width: 100%;
}
.map {
  width: 100%;
}
.title_osechi{
  font-size: 18px;
}
/*問い合わせページ*/
label{
  width: 100%;
}
/*問い合わせ確認ページ*/
form div{
  justify-content: space-between;
  margin-bottom: 40px;
}

/*おせちボタン*/

/*.btn-flat-logo {
  /*position: relative;
  padding: 1.0em 1.0em;
  font-size: 15px;
}*/
/*.osechi-button {
text-align: center;
}*/

/*おせち*/
/*.wrapper h2.osechi {
  font-weight: bold !important;
  text-align: left !important;
  padding: 0px;
}*/
.item ._1{
  padding-bottom: 0px;
}
}