@charset "UTF-8";

header {
  top: -84px !important;
  transition: top .5s;
  -webkit-transition: top .5s;
  -ms-transition: top .5s;
}
header.scroll {
  top: 0 !important;
}
header .logo svg {
  filter: drop-shadow(0 0 3px #0000009f);
  -webkit-filter: drop-shadow(0 0 3px #0000009f);
  transition: all .5s;;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
}
header .logo svg .st0 {
  fill: #FFFFFF;
}
header .logo svg .st1 {
  fill: #1A1311;
}
header.scroll .logo svg {
  filter: none;
  -webkit-filter: none;
}
header.scroll .logo svg .st1 {
  fill: #fff;
}
header.scroll .logo svg .st0 {
  fill: #1A1311;
}


@media screen and (max-width: 768px) {

}
@media screen and (min-width: 769px) {

  header {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  }

  .header_inner {
    max-width: 1200px;
    height: 84px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_inner nav ul:not(.child) {
    max-width: 1200px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_inner nav ul:not(.child) > li {
    margin-left: 3em;
    position: relative;
  }
  .header_inner nav > ul > li>* {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
  }
  .header_inner nav > ul > li > *:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
  }
  .header_inner nav > ul > li:hover > *:after {
    width: 100%;
  }


  .header_inner nav li ul.child {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 240%;
    left: -70%;
    height: 0;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    background: rgba(255, 255, 255, .7);
}
  .header_inner nav li.has_child:hover ul {
    display: block;
    visibility: visible;
    opacity: 1;
    height: 160%;
    padding-top: .2em;
  }
  .header_inner nav li ul.child a {
    display: block;
    padding: .2em 0;
    color: #000 !important;
  }
  .header_inner nav li ul.child a:hover {}


  .header_inner .logo {
    width: 260px;
    max-width: none;
  }
  .header_inner .logo svg {
    height: 60px;
  }

}


@media screen and (max-width: 768px) {

}
@media screen and (min-width: 769px) {

  .inner_wrap {
    max-width: 1000px;
    width: 94%;
  }

}

@media screen and (min-width: 1500px) {}


body {
  background-image: url(../../images/osechi/top/bg.jpg);
  background-repeat: repeat;
}
main {
  margin-top: 0;
  color: #333;
}



/* -----------------------------------------------
mv_wrap
----------------------------------------------- */

.mv {
  position: static;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: auto;
  margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
  background-image: url(../../images/osechi2026/common/order_mv.jpg);
}
.mv_wrap {
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.mv_wrap h1 {
  color: #fff;
  text-align: center;
  display: inline-block;
}
.mv_wrap h1 strong {
  display: block;
}
/* main .bg {
  background: rgba(246,215,131,.2);
} */
.bg_crowd {
  background-image: url(../../images/osechi2025/common/bg_crowd.jpg);
  background-repeat: repeat-y;
  background-size: contain;
}
.bg_yabane_01 {
  background-image: url(../../images/osechi2025/common/yabane01.jpg);
  background-repeat: repeat;
  background-size: auto;
}
.bg_y {
  background-image: url(../../images/osechi2026/common/bg_y.jpg);
  background-repeat: repeat;
}


@media screen and (max-width: 768px) {

  body {
    background-size: 351px auto;
  }
  .mv {
    background-image: url(../../images/osechi2025/order/order_mv_sp.jpg);
    aspect-ratio: 1 / .533;
    border-bottom-width: 5px;
  }
  .mv_wrap {
    position: relative;
  }
  .mv_wrap h1 {
    font-size: 1.5rem;
    border-image-source: url(../../images/osechi2025/common/title_sp.png);
    border-image-slice: 32 fill;
    border-image-width: 16px;
    padding: .6em 2em;
  }
  .mv_wrap h1 span {
    display: block;
  }
 .mv_wrap h1 strong {
    font-size: 3rem;
    line-height: 1.3;
  }
  main .inner_wrap {
    width: 86.67%;
  }

}


@media screen and (min-width: 769px) {

  body {
    background-size: 702px auto;
  }
  .mv {
    /* background-image: url(../../images/osechi2026/common/order_mv.jpg); */
    height: 350px;
    border-bottom-width: 10px;
  }
  .mv_wrap h1 {
    font-size: 26px;
    line-height: 1.4;
    /* border-image-source: url(../../images/osechi2025/common/title_pc.png);
    border-image-slice: 38 fill;
    border-image-width: 38px; */
    padding: .6em 4em;
  }
  .mv_wrap h1 span {
    padding-left: .5em;
  }
  .mv_wrap h1 strong {
    font-size: 50px;
  }



}




/* -----------------------------------------------
order_table_wrap
----------------------------------------------- */
.order_table_wrap {}
.order_table_wrap .order_head {}
.order_head p {
  text-align: center;
  /* color: #fff; */
}
.order_head ul li {
  color: #bb111a;
}
.order_head ul li span {
  color: #fff;
  background: #bb111a;
}
.order_head ul li strong {
  font-weight: bold;
}

.table_bg > * {
  position: relative;

}

.table_bg {
  background: #fff;
  border-style: solid;
  border-color: #f2cc75;
  position: relative;
}
.table_bg:before {
  content: "";
  border: 1px solid #f2cc75;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.order_table_wrap table {
  width: 100%;
  text-align: left;
}
.order_table_wrap table caption {
  text-align: left;
}
.order_table_wrap table:not(.no_border) caption {
  border-bottom: 1px solid #c3c3c3;
}
.order_table_wrap table caption:before {
  content: "◆";
  color: #f2cc75;
  font-size: 1.08em;
  display: inline-block;
  transform: translateY(0.04em);
  -webkit-transform: translateY(0.04em);
  -ms-transform: translateY(0.04em);
}
.order_table_wrap th i {
  font-style: normal;
  color: #c30d23;
  margin-left: .5em;
}

.order_table_wrap td label {
  margin-right: 1em;
}
.order_table_wrap td input:not([type="radio"]) {
  border: 0;
  background: #f4f4f4;
}
.order_table_wrap dl {
  /* color: #fff; */
}
.order_table_wrap .button_wrap {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.button_wrap input {
  border: 0;
  display: block;
  text-align: center;
}
.order_table_wrap table textarea {
  background: #f4f4f4;
  border: 0;
  padding: .5em;
}

.button_wrap input {
  box-shadow: 5px 5px 0 0 rgba(0,0,0,.2);
}
.button_wrap input[type="submit"] {
  /* background: #c30d23;
  color: #fff; */
  color: #000;
  background: #f2cc75;
}
.button_wrap input[type="reset"] {
  background: #fff;
  color: #000;
}

@media screen and (max-width: 768px) {

  .order_table_wrap {
    padding-top: 40px;
  }
  .order_table_wrap .order_head {
    margin-bottom: 34px;
  }
  .order_head p {
    font-size: 1.4rem;
    margin-bottom: 6px;
    line-height: 1.68;
  }
  .order_head ul {}
  .order_head ul li {
    font-size: 1.4rem;
    letter-spacing: .08em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  .order_head ul li span {
    font-size: 1.4rem;
    min-width: 9.4em;
    padding: .1em .3em;
    margin-right: .8em;
    text-align: center;
  }
  .order_head ul li strong {
    font-size: 2.4rem;
  }
  .table_bg {
    border-width: 3px;
    border-radius: 20px;
    padding: 2em 2em 0;
    margin-bottom: 50px;
  }
  .table_bg:before {
    border-radius: 16px;
    margin: 2px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }

  .order_table_wrap table {  
    margin-bottom: 68px;
    font-size: 1.4rem;
  }
  .order_table_wrap table caption {
    font-size: 2rem;
    padding-bottom: 12px;
  }
  .order_table_wrap table caption span {
    font-size: 1.4rem;
    display: block;
  }

  /* .order_table_wrap table:not(.no_border) tr, */
  .order_table_wrap table:not(.no_border) tr td {
    border-bottom: 1px solid #c3c3c3;
  }

  .order_table_wrap table tr > * {
    display: block;
    width: 100%;
  }
  .order_table_wrap table tr th {
    padding-top: 16px;
    padding-bottom: 5px;
  }
  .order_table_wrap table tr th + td {
    padding-bottom: 17px;
  }
  .order_table_wrap td input:not([type="radio"]) {
    width: 100%;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .order_table_wrap td p.zip input {
    width: 8em;
    margin-bottom: 0;
  }
  .order_table_wrap td p.add {
    margin: 8px auto 0;
  }

  .select.order td {}
  .select.order td p.order_fl {
    /* display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .select.order td p.order_fl > span:first-child  {
    /* width: 65%; */
    width: 100%;
  }
  .select.order td p.order_fl > span:nth-child(2) {
    margin-top: .5em;
    margin-right: .8em;
    /* margin-left: auto; */
  }
  .select.order td p.order_fl > span:nth-child(2) input {
    width: 3em;
    margin-bottom: 0;
    margin-right: .8em;
    margin-left: auto;
  }

  .select.date td > * {
    /* width: 49%; */
    width: 80%;
    margin: .5em 0 0;
    display: inline-block;
  }
  .order_table_wrap td input[type="radio"] {
    margin-right: .4em;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
  }

  .order_table_wrap td.full {
    padding: 8px 0;
  }
  .order_table_wrap td.full > * {
    display: block;
    margin: 8px 0;
  }

  .order_table_wrap table textarea {
    font-size: 16px;
    width: 100% !important;
    min-height: 150px;
  }

  .order_table_wrap dl {
    margin-bottom: 38px;
    font-size: 1.4rem;
  }
  .order_table_wrap dl dt {
    margin-bottom: 10px;
  }
  .order_table_wrap dl dd {
    line-height: 2.12;
  }
  .order_table_wrap .button_wrap .wpcf7-spinner {
    position: absolute;
    bottom: 100%;
    left: calc(50% - 36px);
  }
  .order_table_wrap .button_wrap {
    padding-bottom: 100px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .button_wrap input {
    font-size: 1.4rem;
    margin: 0 10px;
    width: 48%;
    height: 60px;
    line-height: 60px;
    letter-spacing: .05em;
  }


}

@media screen and (min-width: 769px) {

  .order_table_wrap {
    padding-top: 76px;
  }
  .order_table_wrap .order_head {
    margin-bottom: 84px;
  }
  .order_head p {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .order_head ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; */
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .order_head ul li {
    font-size: 22px;
    margin: 0 0.5em;
    letter-spacing: .08em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .order_head ul li span {
    font-size: 20px;
    padding: .2em .5em;
    margin-right: .5em;
    min-width: 10em;
    text-align: center;
  }
  .order_head ul li strong {
    font-size: 34px;
  }
  .table_bg {
    border-width: 3px;
    border-radius: 20px;
    padding: 3em 2em 0;
    margin-bottom: 90px;
  }
  .table_bg:before {
    border-radius: 14px;
    margin: 9px;
  }
  .order_table_wrap table {  
    margin-bottom: 94px;
  }
  .order_table_wrap table caption {
    font-size: 20px;
    padding-bottom: 8px;
  }
  .order_table_wrap table caption span {
    font-size: 16px;
  }
  .order_table_wrap table:not(.no_border) tr,
  .order_table_wrap table:not(.no_border) tr > * {
    border-bottom: 1px solid #c3c3c3;
  }
  .order_table_wrap tr th {
    width: 29%;
    padding: 29px 0 0 1.8em;
    height: auto;
    vertical-align: top;
    line-height: 34px;
  }
  .order_table_wrap td {
    width: 71%;
    padding: 29px 0;
  }
  .order_table_wrap td input:not([type="radio"],[type="checkbox"]){
    line-height: 29px;
    min-width: 347px;
  }
  .order_table_wrap td input[type="radio"],
  .order_table_wrap td input[type="checkbox"] {
    margin-right: .4em;
  }

  .select.order td,
  .select.date td,
  .order_table_wrap td.full {
    line-height: 34px;
  }
  .select.order input {
    width: 70px;
    min-width: auto !important;
  }
  .select.order td p.order_fl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-left: 2em;
  }
  .select.order td p.order_fl> span:first-child  {
    width: 68%;
  }
  .select.order td p.order_fl> span:nth-child(2) input {
    margin-right: .8em;
  }
  .select.order td p.order_fl> span:nth-child(2) {
    margin-left: .8em;
  }

  .order_table_wrap td p.zip input {
    width: 266px;
    min-width: auto;
  }
  .order_table_wrap td p.add {
    margin: 15px auto;
  }
  .order_table_wrap td p.add input {
    width: 100%;
  }
  .order_table_wrap td p.att {
    line-height: 2;
  }
  .order_table_wrap table.no_border td {
    padding: 0 0;
  }
  .order_table_wrap table textarea {
    width: 100% !important;
    min-height: 200px;
  }

  .order_table_wrap dl {
    margin-bottom: 90px
  }
  .order_table_wrap dl dt {
    margin-bottom: 10px;
  }
  .order_table_wrap dl dd {
    line-height: 2.12;
  }

  .order_table_wrap .button_wrap {
    padding-bottom: 200px;
  }
  .button_wrap input {
    margin: 0 10px;
    width: 216px;
    height: 70px;
    line-height: 70px;
    letter-spacing: .05em;
    transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
  }
  .button_wrap input:hover {
    opacity: .8;
  }


}



.wpcf7 form .wpcf7-response-output {
  background: #fff;
}



form:has(table.select.date.false) .button_wrap input[type="submit"],
form:has(table .where_02.false) .button_wrap input[type="submit"] {
  background: #cfcfcf;
  pointer-events: none;
  opacity: .7;
  /* cursor: not-allowed; */
}
table.select.date.false tbody::after {
  content: "必須項目を選択してください。";
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  padding-top: .5em;
}
