@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design
 
//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1; }

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0; }

body, button, input, select, textarea {
  font-size: 100%; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

small {
  font-size: 75%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0;
  padding: 0; }

dd {
  margin: 0px; }

nav ul, nav ol {
  list-style: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure, form {
  margin: 0; }

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

button {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

img, abbr, acronym, fieldset {
  border: 0; }

li {
  list-style: none; }

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333; }

.flt {
  float: left; }

.flr {
  float: right; }

.txt_l, td.txt_l, .txt_l td {
  text-align: left; }

.txt_r, td.txt_r, .txt_r td {
  text-align: right; }

.txt_c, td.txt_c, .txt_c td {
  text-align: center; }

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top; }

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle; }

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom; }

.clear {
  clear: both; }

.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: block; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

.img_bd {
  border: solid 1px #E8E8E8; }

.c_red {
  color: #FF3425; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

@font-face {
  font-family: 'geo';
  src: url("../font/geo.woff2") format("woff2"), url("../font/geo.woff") format("woff"), url("../font/geo.ttf") format("truetype"); }

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%; }

body {
  font-family: 'Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px;
  background: #fff; }

.win body {
  font-family: 'Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif; }

a {
  text-decoration: none;
  color: #222;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  a:link, a:active, a:visited {
    text-decoration: none; }

.opacity {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .opacity:hover {
    opacity: .5; }

img {
  max-width: 100%;
  height: auto; }
  img[src$=".svg"] {
    max-width: 100%;
    width: 100%;
    height: auto; }

.pc {
  display: inherit; }

.sp {
  display: none; }

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  min-width: 1100px; }

#content {
  width: 1920px;
  height: 1080px;
  overflow: hidden; }
  @media screen and (max-width: 1820px) {
    #content {
      width: 100%;
      height: 56vw;
      min-height: 650px; } }

#content_vertical {
  width: 1080px;
  height: 1920px;
  overflow: hidden;
  margin: 0 auto; }

/*
TOP
------------------------------------------------------------
*/
#content_top {
  padding: 100px;
  width: 1920px;
  border: 5px solid #000;
  min-height: 1080px; }

.top_ttl {
  font-size: 5em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em; }

.list_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  font-size: 2em;
  margin-bottom: -2em; }
  .list_nav li {
    margin: 0 1em 2em; }
    .list_nav li a {
      background: #f9f0e8;
      padding: .3em 2em; }

/*
404
------------------------------------------------------------
*/
.center_p {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 2em; }

a.button {
  background: #f9f0e8;
  padding: .5em 2em;
  font-size: 1.5em;
  display: block;
  width: 280px;
  margin: 0 auto;
  text-align: center; }

/*
装飾
------------------------------------------------------------
*/
.bg_pink {
  background: #f08278; }

.bg_green {
  background: #8cbe5a; }

.bg_blue {
  background: #8cb4eb; }

.bg_yellow {
  background: #f0be50; }

/*
パターン1
------------------------------------------------------------
*/
.pattern1_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pattern1_wrap .pattern1_l {
    width: 50%;
    padding: 0 40px 40px;
    font-size: 1.9375em; }
    @media screen and (max-width: 1820px) {
      .pattern1_wrap .pattern1_l {
        font-size: 1.4vw; } }
    .pattern1_wrap .pattern1_l .title {
      color: #fff;
      font-size: 2.25em;
      font-weight: 500;
      background: #4c3e30;
      text-align: center;
      width: calc(100% + 80px);
      margin: 0 0 40px -40px;
      height: 195px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1; }
      @media screen and (max-width: 1820px) {
        .pattern1_wrap .pattern1_l .title {
          font-size: 3.5vw;
          height: 10vw; } }
    .pattern1_wrap .pattern1_l .txt {
      margin-bottom: 25px;
      height: 280px; }
      @media screen and (max-width: 1820px) {
        .pattern1_wrap .pattern1_l .txt {
          height: auto; } }
    .pattern1_wrap .pattern1_l .dlist_pattern1 {
      margin-bottom: 40px; }
      .pattern1_wrap .pattern1_l .dlist_pattern1 dt {
        margin-bottom: 10px; }
      .pattern1_wrap .pattern1_l .dlist_pattern1 dd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .pattern1_wrap .pattern1_l .dlist_pattern1 dd img {
          width: 12.5%; }
          .pattern1_wrap .pattern1_l .dlist_pattern1 dd img.off {
            opacity: .3; }
    .pattern1_wrap .pattern1_l .price {
      font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-size: 2.9em;
      text-align: center;
      border-top: 3px solid #2d241c;
      border-bottom: 3px solid #2d241c;
      line-height: 1;
      padding: 20px;
      margin-bottom: 30px; }
      @media screen and (max-width: 1820px) {
        .pattern1_wrap .pattern1_l .price {
          font-size: 4vw; } }
      .pattern1_wrap .pattern1_l .price span {
        font-size: .5em;
        font-weight: 500; }
    .pattern1_wrap .pattern1_l .list_pattern1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      .pattern1_wrap .pattern1_l .list_pattern1 li {
        width: 48%;
        margin: 0 4% 2% 0; }
        .pattern1_wrap .pattern1_l .list_pattern1 li:nth-child(2n) {
          margin-right: 0; }
        .pattern1_wrap .pattern1_l .list_pattern1 li dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          font-size: .8em; }
          .pattern1_wrap .pattern1_l .list_pattern1 li dl dt {
            color: #fff;
            text-align: center;
            width: 65%; }
          .pattern1_wrap .pattern1_l .list_pattern1 li dl dd {
            width: 30%; }
  .pattern1_wrap .pattern1_r {
    width: 50%; }

/*
パターン2
------------------------------------------------------------
*/
.pattern2_wrap {
  overflow: hidden; }
  .pattern2_wrap img {
    width: 100%; }

/*
パターン3
------------------------------------------------------------
*/
.pattern3_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pattern3_wrap img {
    width: 50%; }

/*
パターン4
------------------------------------------------------------
*/
.pattern4_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pattern4_wrap .pattern4_l {
    width: 50%; }
  .pattern4_wrap .pattern4_r {
    width: 50%; }
  .pattern4_wrap img {
    width: 100%; }

/*
パターン5
------------------------------------------------------------
*/
.pattern5_wrap {
  background: #eae7de;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 100px;
  height: 100%;
  font-size: 1.9375em; }
  @media screen and (max-width: 1820px) {
    .pattern5_wrap {
      font-size: 1.4vw; } }
  .pattern5_wrap .pattern5_inner {
    width: 100%; }
  .pattern5_wrap .title {
    font-size: 2.9em;
    font-weight: 500;
    margin-bottom: 1em;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 3px;
    font-size: 4vw; }

/*
パターン7
------------------------------------------------------------
*/
.pattern7_wrap {
  background: url(../images/pattern7_bg.jpg) no-repeat center/cover;
  height: 100%;
  padding-top: 50px; }

img.pattern7_ttl {
  width: 60%;
  margin: 0 auto;
  display: block; }

.list_pattern7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .list_pattern7 li {
    width: 33.33%;
    position: relative; }
    .list_pattern7 li img {
      width: 100%; }
    .list_pattern7 li .title {
      font-size: 40px;
      font-weight: bold;
      position: absolute;
      top: 50px;
      left: 0;
      width: 80%;
      padding: 0 .5em;
      letter-spacing: 3px; }
      @media screen and (max-width: 1820px) {
        .list_pattern7 li .title {
          font-size: 2vw; } }
    .list_pattern7 li .price {
      position: absolute;
      right: 0;
      bottom: 0;
      color: #fff;
      font-size: 200px;
      font-family: 'geo', 'Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
      line-height: 1;
      z-index: 1;
      padding: 0 30px 40px 0;
      font-weight: bold; }
      @media screen and (max-width: 1820px) {
        .list_pattern7 li .price {
          font-size: 11vw; } }
      .list_pattern7 li .price:after {
        position: absolute;
        content: '';
        background: url(../images/pattern7_bg_2.png) no-repeat right bottom/100%;
        width: 490.5px;
        height: 341.5px;
        right: 0;
        bottom: 0;
        z-index: -1; }
        @media screen and (max-width: 1820px) {
          .list_pattern7 li .price:after {
            width: 27vw;
            height: 19vw; } }
      .list_pattern7 li .price .block {
        display: block;
        font-size: 54px;
        font-family: 'Noto Sans JP',"メイリオ",Meiryo,Helvetica,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
        letter-spacing: 10px; }
        @media screen and (max-width: 1820px) {
          .list_pattern7 li .price .block {
            font-size: 3vw; } }
      .list_pattern7 li .price .en {
        font-size: 59px; }
        @media screen and (max-width: 1820px) {
          .list_pattern7 li .price .en {
            font-size: 3vw; } }

/*
パターン8
------------------------------------------------------------
*/
.pattern8_wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
  padding-top: 100px; }
  .pattern8_wrap img.point_card {
    position: absolute;
    right: 70px;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    width: 550px;
    top: 80px; }
    @media screen and (max-width: 1820px) {
      .pattern8_wrap img.point_card {
        width: 25vw; } }
  .pattern8_wrap .week {
    color: #003b8b;
    font-weight: bold;
    font-size: 120px;
    line-height: 1;
    padding: 0 50px; }
    @media screen and (max-width: 1820px) {
      .pattern8_wrap .week {
        font-size: 6vw; } }
    .pattern8_wrap .week .vertical {
      -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
      font-size: 1.16em;
      vertical-align: text-top;
      margin-right: 40px; }
      @media screen and (max-width: 1820px) {
        .pattern8_wrap .week .vertical {
          margin-right: 2vw; } }
    .pattern8_wrap .week .maru {
      vertical-align: text-top;
      color: #fff;
      font-size: 1.75em;
      position: relative;
      z-index: 1;
      width: 230px;
      display: inline-block;
      text-align: center;
      padding: 0 10px; }
      @media screen and (max-width: 1820px) {
        .pattern8_wrap .week .maru {
          width: 12vw; } }
      .pattern8_wrap .week .maru:after {
        background: #003b8b;
        width: 320px;
        height: 320px;
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 50%; }
        @media screen and (max-width: 1820px) {
          .pattern8_wrap .week .maru:after {
            width: 17vw;
            height: 17vw; } }
    .pattern8_wrap .week .side {
      margin-left: 50px; }
      @media screen and (max-width: 1820px) {
        .pattern8_wrap .week .side {
          margin-left: 2vw; } }
  .pattern8_wrap .title {
    width: 95%;
    margin: -79px auto 0; }
    @media screen and (max-width: 1820px) {
      .pattern8_wrap .title {
        width: 80%;
        margin: -3vw auto 0; } }

.pattern8_f {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #83c53b;
  color: #fff;
  font-size: 72px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 50px; }
  @media screen and (max-width: 1820px) {
    .pattern8_f {
      font-size: 3.5vw; } }
  .pattern8_f .pattern8_l {
    width: 20%; }
  .pattern8_f .pattern8_r {
    width: 75%; }
    .pattern8_f .pattern8_r .big {
      font-size: 1.95em; }

/*
パターン9
------------------------------------------------------------
*/
.pattern9_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 5vw; }
  @media screen and (max-width: 1820px) {
    .pattern9_wrap {
      padding: 3vw 5vw; } }

.table_pattern9 {
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  border-collapse: separate;
  border-spacing: 10px; }
  .table_pattern9 caption {
    font-size: 83px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1.5;
    margin: 0 auto 10px;
    width: calc(100% - 20px); }
    @media screen and (max-width: 1820px) {
      .table_pattern9 caption {
        font-size: 4.5vw; } }
  .table_pattern9 th {
    text-align: center;
    font-size: 48px;
    line-height: 1.35;
    padding: .2em .5em; }
    @media screen and (max-width: 1820px) {
      .table_pattern9 th {
        font-size: 2.3vw; } }
  .table_pattern9 td {
    font-size: 41px;
    line-height: 1.35;
    padding: .2em .5em; }
    @media screen and (max-width: 1820px) {
      .table_pattern9 td {
        font-size: 2vw; } }

/*
パターン10
------------------------------------------------------------
*/
.pattern10_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.list_pattern10 li img, .list_pattern10 li video {
  width: 100%;
  vertical-align: middle; }

/*
パターン11
------------------------------------------------------------
*/
/*.pattern11_wrap {
	height: 100%;
	video {
		width: 100%;
		vertical-align: middle;
	}
}*/
/*
パターン11
------------------------------------------------------------
*/
.pattern11_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .pattern11_wrap .pattern11_l {
    position: relative;
    width: 50%; }
    .pattern11_wrap .pattern11_l .soldout {
      color: #e61f1f;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 1.7em;
      font-weight: bold;
      letter-spacing: 4px;
      background: #fff;
      padding: .5em;
      line-height: 1;
      z-index: 1; }
  .pattern11_wrap .pattern11_r {
    width: 50%;
    padding: 0 20px;
    font-size: 1em; }
    .pattern11_wrap .pattern11_r .title {
      color: #fff;
      font-size: 2em;
      font-weight: 500;
      background: #4c3e30;
      text-align: center;
      width: calc(100% + 40px);
      margin: 0 0 20px -20px;
      height: 70px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1; }
    .pattern11_wrap .pattern11_r .txt {
      margin-bottom: 20px;
      height: 170px;
      overflow: hidden; }
    .pattern11_wrap .pattern11_r .dlist_pattern11 {
      margin-bottom: 20px; }
      .pattern11_wrap .pattern11_r .dlist_pattern11 dt {
        margin-bottom: 10px; }
      .pattern11_wrap .pattern11_r .dlist_pattern11 dd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .pattern11_wrap .pattern11_r .dlist_pattern11 dd img {
          width: 12.5%; }
          .pattern11_wrap .pattern11_r .dlist_pattern11 dd img.off {
            opacity: .3; }
    .pattern11_wrap .pattern11_r .price {
      font-family: 'Roboto Condensed', 'Noto Sans JP', sans-serif;
      font-weight: 700;
      font-size: 2.5em;
      text-align: right;
      line-height: 1; }
      .pattern11_wrap .pattern11_r .price span {
        font-size: .5em;
        font-weight: 500; }
    .pattern11_wrap .pattern11_r .list_pattern11 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      .pattern11_wrap .pattern11_r .list_pattern11 li {
        width: 48%;
        margin: 0 4% 2% 0; }
        .pattern11_wrap .pattern11_r .list_pattern11 li:nth-child(2n) {
          margin-right: 0; }
        .pattern11_wrap .pattern11_r .list_pattern11 li dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          font-size: .8em; }
          .pattern11_wrap .pattern11_r .list_pattern11 li dl dt {
            color: #fff;
            text-align: center;
            width: 65%; }
          .pattern11_wrap .pattern11_r .list_pattern11 li dl dd {
            width: 30%; }

/*
パターン12
------------------------------------------------------------
*/
.pattern12_wrap {
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .pattern12_wrap .list_pattern12 {
    height: 100%;
    width: 100%; }
    .pattern12_wrap .list_pattern12 li {
      height: 1920px;
      width: 1080px; }
      .pattern12_wrap .list_pattern12 li img {
        width: auto; }
  .pattern12_wrap .box_pattern12_slide1 {
    height: 100%;
    width: 100%;
    position: relative; }
    .pattern12_wrap .box_pattern12_slide1.box_pattern12 {
      position: relative;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      padding: 50px; }
      .pattern12_wrap .box_pattern12_slide1.box_pattern12 .title {
        position: absolute;
        right: 50px;
        top: 0;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        color: #fff;
        font-weight: bold;
        font-size: 3.8125em;
        text-shadow: #534741 2px 0px, #534741 -2px 0px, #534741 0px -2px, #534741 0px 2px,#534741 2px 2px , #534741 -2px 2px,#534741 2px -2px, #534741 -2px -2px,#534741 1px 2px,  #534741 -1px 2px, #534741 1px -2px, #534741 -1px -2px, #534741 2px 1px,  #534741 -2px 1px, #534741 2px -1px, #534741 -2px -1px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 71, 65, 0.8)), color-stop(rgba(83, 71, 65, 0.8)), to(rgba(83, 71, 65, 0)));
        background: -webkit-linear-gradient(top, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
        background: -o-linear-gradient(top, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
        background: linear-gradient(to bottom, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
        padding: 50px .5em;
        line-height: 1; }
      .pattern12_wrap .box_pattern12_slide1.box_pattern12 .icon_corner {
        margin-bottom: 100px; }
      .pattern12_wrap .box_pattern12_slide1.box_pattern12 .icon_soldout {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1; }
    .pattern12_wrap .box_pattern12_slide1 .box_pattern12_02 {
      position: absolute;
      right: 50px;
      bottom: 50px;
      width: 60%; }
      .pattern12_wrap .box_pattern12_slide1 .box_pattern12_02 .price {
        color: #fff;
        font-weight: bold;
        font-size: 5.25em;
        text-shadow: #534741 2px 0px, #534741 -2px 0px, #534741 0px -2px, #534741 0px 2px,#534741 2px 2px , #534741 -2px 2px,#534741 2px -2px, #534741 -2px -2px,#534741 1px 2px,  #534741 -1px 2px, #534741 1px -2px, #534741 -1px -2px, #534741 2px 1px,  #534741 -2px 1px, #534741 2px -1px, #534741 -2px -1px;
        line-height: 1;
        margin-bottom: .5em; }
        .pattern12_wrap .box_pattern12_slide1 .box_pattern12_02 .price span {
          vertical-align: bottom;
          font-size: .44em; }
      .pattern12_wrap .box_pattern12_slide1 .box_pattern12_02 .box_pattern12_03 {
        background: rgba(255, 255, 255, 0.7);
        width: 100%;
        padding: 25px; }
        .pattern12_wrap .box_pattern12_slide1 .box_pattern12_02 .box_pattern12_03 .txt {
          font-weight: bold;
          font-size: 2.125em;
          color: #534741;
          line-height: 1.3;
          margin-bottom: .5em;
          padding-bottom: 1em;
          border-bottom: 1px solid #534741; }
        .pattern12_wrap .box_pattern12_slide1 .box_pattern12_02 .box_pattern12_03 .box_pattern12_04 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        .pattern12_wrap .box_pattern12_slide1 .box_pattern12_02 .box_pattern12_03 .dlist_pattern12 {
          width: 50%;
          color: #534741;
          font-weight: bold; }
          .pattern12_wrap .box_pattern12_slide1 .box_pattern12_02 .box_pattern12_03 .dlist_pattern12 dt {
            margin-bottom: 10px;
            font-size: .9375em; }
          .pattern12_wrap .box_pattern12_slide1 .box_pattern12_02 .box_pattern12_03 .dlist_pattern12 dd {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .pattern12_wrap .box_pattern12_slide1 .box_pattern12_02 .box_pattern12_03 .dlist_pattern12 dd img {
              width: 12.5%; }
              .pattern12_wrap .box_pattern12_slide1 .box_pattern12_02 .box_pattern12_03 .dlist_pattern12 dd img.off {
                opacity: .2; }
        .pattern12_wrap .box_pattern12_slide1 .box_pattern12_02 .box_pattern12_03 .kcal {
          width: 45%;
          text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
          line-height: 1;
          color: #808080;
          font-size: 4.1875em;
          font-weight: bold;
          text-align: right; }
          .pattern12_wrap .box_pattern12_slide1 .box_pattern12_02 .box_pattern12_03 .kcal span {
            font-size: .6em; }
  .pattern12_wrap .box_pattern12_slide2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 16px solid #000;
    width: 100%;
    height: calc(100% - 100px); }
    .pattern12_wrap .box_pattern12_slide2 .pattern12_02_l {
      width: 50%;
      position: relative;
      border-right: 8px solid #000;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .pattern12_wrap .box_pattern12_slide2 .pattern12_02_l .title {
        position: absolute;
        right: 25px;
        top: 0;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        color: #fff;
        font-weight: bold;
        font-size: 3.5em;
        text-shadow: #534741 2px 0px, #534741 -2px 0px, #534741 0px -2px, #534741 0px 2px,#534741 2px 2px , #534741 -2px 2px,#534741 2px -2px, #534741 -2px -2px,#534741 1px 2px,  #534741 -1px 2px, #534741 1px -2px, #534741 -1px -2px, #534741 2px 1px,  #534741 -2px 1px, #534741 2px -1px, #534741 -2px -1px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 71, 65, 0.8)), color-stop(rgba(83, 71, 65, 0.8)), to(rgba(83, 71, 65, 0)));
        background: -webkit-linear-gradient(top, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
        background: -o-linear-gradient(top, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
        background: linear-gradient(to bottom, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
        padding: 50px .5em;
        line-height: 1.2; }
      .pattern12_wrap .box_pattern12_slide2 .pattern12_02_l .icon_corner {
        margin-bottom: 50px;
        width: 270px; }
      .pattern12_wrap .box_pattern12_slide2 .pattern12_02_l .icon_soldout {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1; }
      .pattern12_wrap .box_pattern12_slide2 .pattern12_02_l .icon_kenkou {
        width: 200px;
        margin-left: 30px; }
      .pattern12_wrap .box_pattern12_slide2 .pattern12_02_l .box_pattern12_02 {
        position: absolute;
        bottom: 30px;
        left: 30px;
        width: calc(100% - 60px);
        background: rgba(255, 255, 255, 0.7);
        padding: 20px; }
        .pattern12_wrap .box_pattern12_slide2 .pattern12_02_l .box_pattern12_02 .txt {
          font-weight: bold;
          font-size: 1.6em;
          color: #534741;
          line-height: 1.3;
          margin-bottom: .5em;
          padding-bottom: 1em;
          border-bottom: 1px solid #534741; }
        .pattern12_wrap .box_pattern12_slide2 .pattern12_02_l .box_pattern12_02 .box_pattern12_04 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        .pattern12_wrap .box_pattern12_slide2 .pattern12_02_l .box_pattern12_02 .dlist_pattern12 {
          width: 55%;
          color: #534741;
          font-weight: bold; }
          .pattern12_wrap .box_pattern12_slide2 .pattern12_02_l .box_pattern12_02 .dlist_pattern12 dt {
            margin-bottom: 10px;
            font-size: .9375em; }
          .pattern12_wrap .box_pattern12_slide2 .pattern12_02_l .box_pattern12_02 .dlist_pattern12 dd {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .pattern12_wrap .box_pattern12_slide2 .pattern12_02_l .box_pattern12_02 .dlist_pattern12 dd img {
              width: 12.5%; }
              .pattern12_wrap .box_pattern12_slide2 .pattern12_02_l .box_pattern12_02 .dlist_pattern12 dd img.off {
                opacity: .2; }
        .pattern12_wrap .box_pattern12_slide2 .pattern12_02_l .box_pattern12_02 .kcal {
          width: 40%;
          text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
          line-height: 1;
          color: #808080;
          font-size: 2.9375em;
          font-weight: bold;
          text-align: right; }
          .pattern12_wrap .box_pattern12_slide2 .pattern12_02_l .box_pattern12_02 .kcal span {
            font-size: .6em; }
    .pattern12_wrap .box_pattern12_slide2 .pattern12_02_r {
      width: 50%;
      height: 100%;
      border-left: 8px solid #000; }
      .pattern12_wrap .box_pattern12_slide2 .pattern12_02_r .box {
        height: 33.33%;
        border-bottom: 16px solid #000;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative; }
        .pattern12_wrap .box_pattern12_slide2 .pattern12_02_r .box:last-child {
          border-bottom: none; }
        .pattern12_wrap .box_pattern12_slide2 .pattern12_02_r .box .icon_corner {
          margin-bottom: 20px;
          width: 270px; }
        .pattern12_wrap .box_pattern12_slide2 .pattern12_02_r .box .title {
          color: #fff;
          font-weight: bold;
          font-size: 1.375em;
          text-shadow: #534741 2px 0px, #534741 -2px 0px, #534741 0px -2px, #534741 0px 2px,#534741 2px 2px , #534741 -2px 2px,#534741 2px -2px, #534741 -2px -2px,#534741 1px 2px,  #534741 -1px 2px, #534741 1px -2px, #534741 -1px -2px, #534741 2px 1px,  #534741 -2px 1px, #534741 2px -1px, #534741 -2px -1px;
          background: -webkit-gradient(linear, right top, left top, from(rgba(83, 71, 65, 0.8)), color-stop(rgba(83, 71, 65, 0.8)), to(rgba(83, 71, 65, 0)));
          background: -webkit-linear-gradient(right, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
          background: -o-linear-gradient(right, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
          background: linear-gradient(to left, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
          padding: .5em 1em;
          line-height: 1.2;
          text-align: right; }
        .pattern12_wrap .box_pattern12_slide2 .pattern12_02_r .box .icon_soldout {
          position: absolute;
          left: 50%;
          top: 25%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          z-index: 1; }
        .pattern12_wrap .box_pattern12_slide2 .pattern12_02_r .box .box_pattern12_02 {
          position: absolute;
          bottom: 30px;
          left: 30px;
          width: calc(100% - 60px);
          background: rgba(255, 255, 255, 0.7);
          padding: 20px; }
          .pattern12_wrap .box_pattern12_slide2 .pattern12_02_r .box .box_pattern12_02 .txt {
            font-weight: bold;
            font-size: 1.6em;
            color: #534741;
            line-height: 1.3;
            margin-bottom: .5em;
            padding-bottom: 1em;
            border-bottom: 1px solid #534741; }
          .pattern12_wrap .box_pattern12_slide2 .pattern12_02_r .box .box_pattern12_02 .box_pattern12_04 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
          .pattern12_wrap .box_pattern12_slide2 .pattern12_02_r .box .box_pattern12_02 .dlist_pattern12 {
            width: 55%;
            color: #534741;
            font-weight: bold; }
            .pattern12_wrap .box_pattern12_slide2 .pattern12_02_r .box .box_pattern12_02 .dlist_pattern12 dt {
              margin-bottom: 10px;
              font-size: .9375em; }
            .pattern12_wrap .box_pattern12_slide2 .pattern12_02_r .box .box_pattern12_02 .dlist_pattern12 dd {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between; }
              .pattern12_wrap .box_pattern12_slide2 .pattern12_02_r .box .box_pattern12_02 .dlist_pattern12 dd img {
                width: 12.5%; }
                .pattern12_wrap .box_pattern12_slide2 .pattern12_02_r .box .box_pattern12_02 .dlist_pattern12 dd img.off {
                  opacity: .2; }
          .pattern12_wrap .box_pattern12_slide2 .pattern12_02_r .box .box_pattern12_02 .kcal {
            width: 40%;
            text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
            line-height: 1;
            color: #808080;
            font-size: 2.9375em;
            font-weight: bold;
            text-align: right; }
            .pattern12_wrap .box_pattern12_slide2 .pattern12_02_r .box .box_pattern12_02 .kcal span {
              font-size: .6em; }
  .pattern12_wrap .all_price {
    height: 100px;
    line-height: 90px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 1.875em;
    font-weight: bold; }
    .pattern12_wrap .all_price span {
      font-size: 2.26em;
      line-height: 1;
      margin: 0 .2em; }
  .pattern12_wrap .box_pattern12_slide3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    border: 16px solid #000;
    width: 100%;
    height: calc(100% - 100px); }
    .pattern12_wrap .box_pattern12_slide3 .pattern12_03_top {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 33.33%;
      width: 100%;
      border-bottom: 16px solid #000;
      position: relative; }
      .pattern12_wrap .box_pattern12_slide3 .pattern12_03_top .icon_corner {
        margin-bottom: 50px;
        width: 270px; }
      .pattern12_wrap .box_pattern12_slide3 .pattern12_03_top .icon_soldout {
        position: absolute;
        left: 5%;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 1;
        width: 39%; }
      .pattern12_wrap .box_pattern12_slide3 .pattern12_03_top .title {
        color: #fff;
        font-weight: bold;
        font-size: 2.375em;
        text-shadow: #534741 2px 0px, #534741 -2px 0px, #534741 0px -2px, #534741 0px 2px,#534741 2px 2px , #534741 -2px 2px,#534741 2px -2px, #534741 -2px -2px,#534741 1px 2px,  #534741 -1px 2px, #534741 1px -2px, #534741 -1px -2px, #534741 2px 1px,  #534741 -2px 1px, #534741 2px -1px, #534741 -2px -1px;
        background: -webkit-gradient(linear, right top, left top, from(rgba(83, 71, 65, 0.8)), color-stop(rgba(83, 71, 65, 0.8)), to(rgba(83, 71, 65, 0)));
        background: -webkit-linear-gradient(right, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
        background: -o-linear-gradient(right, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
        background: linear-gradient(to left, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
        padding: .5em 1em;
        line-height: 1.2;
        text-align: right;
        display: table;
        float: right; }
      .pattern12_wrap .box_pattern12_slide3 .pattern12_03_top .box_pattern12_02 {
        position: absolute;
        bottom: 30px;
        right: 30px;
        width: 50%;
        background: rgba(255, 255, 255, 0.7);
        padding: 20px; }
        .pattern12_wrap .box_pattern12_slide3 .pattern12_03_top .box_pattern12_02 .txt {
          font-weight: bold;
          font-size: 1.6em;
          color: #534741;
          line-height: 1.3;
          margin-bottom: .5em;
          padding-bottom: 1em;
          border-bottom: 1px solid #534741; }
        .pattern12_wrap .box_pattern12_slide3 .pattern12_03_top .box_pattern12_02 .box_pattern12_04 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        .pattern12_wrap .box_pattern12_slide3 .pattern12_03_top .box_pattern12_02 .dlist_pattern12 {
          width: 55%;
          color: #534741;
          font-weight: bold; }
          .pattern12_wrap .box_pattern12_slide3 .pattern12_03_top .box_pattern12_02 .dlist_pattern12 dt {
            margin-bottom: 10px;
            font-size: .9375em; }
          .pattern12_wrap .box_pattern12_slide3 .pattern12_03_top .box_pattern12_02 .dlist_pattern12 dd {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .pattern12_wrap .box_pattern12_slide3 .pattern12_03_top .box_pattern12_02 .dlist_pattern12 dd img {
              width: 12.5%; }
              .pattern12_wrap .box_pattern12_slide3 .pattern12_03_top .box_pattern12_02 .dlist_pattern12 dd img.off {
                opacity: .2; }
        .pattern12_wrap .box_pattern12_slide3 .pattern12_03_top .box_pattern12_02 .kcal {
          width: 40%;
          text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
          line-height: 1;
          color: #808080;
          font-size: 2.9375em;
          font-weight: bold;
          text-align: right; }
          .pattern12_wrap .box_pattern12_slide3 .pattern12_03_top .box_pattern12_02 .kcal span {
            font-size: .6em; }
    .pattern12_wrap .box_pattern12_slide3 .pattern12_03_left {
      width: 50%;
      height: 66.66%;
      position: relative;
      border-right: 8px solid #000;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .pattern12_wrap .box_pattern12_slide3 .pattern12_03_left .title {
        position: absolute;
        right: 50px;
        top: 0;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        color: #fff;
        font-weight: bold;
        font-size: 2.5em;
        text-shadow: #534741 2px 0px, #534741 -2px 0px, #534741 0px -2px, #534741 0px 2px,#534741 2px 2px , #534741 -2px 2px,#534741 2px -2px, #534741 -2px -2px,#534741 1px 2px,  #534741 -1px 2px, #534741 1px -2px, #534741 -1px -2px, #534741 2px 1px,  #534741 -2px 1px, #534741 2px -1px, #534741 -2px -1px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 71, 65, 0.8)), color-stop(rgba(83, 71, 65, 0.8)), to(rgba(83, 71, 65, 0)));
        background: -webkit-linear-gradient(top, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
        background: -o-linear-gradient(top, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
        background: linear-gradient(to bottom, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
        padding: 50px .5em;
        line-height: 1; }
      .pattern12_wrap .box_pattern12_slide3 .pattern12_03_left .icon_corner {
        margin-bottom: 50px;
        width: 270px; }
      .pattern12_wrap .box_pattern12_slide3 .pattern12_03_left .icon_soldout {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
        width: 70%; }
      .pattern12_wrap .box_pattern12_slide3 .pattern12_03_left .icon_kenkou {
        width: 200px;
        margin-left: 30px; }
      .pattern12_wrap .box_pattern12_slide3 .pattern12_03_left .box_pattern12_02 {
        position: absolute;
        bottom: 30px;
        left: 30px;
        width: calc(100% - 60px);
        background: rgba(255, 255, 255, 0.7);
        padding: 20px; }
        .pattern12_wrap .box_pattern12_slide3 .pattern12_03_left .box_pattern12_02 .txt {
          font-weight: bold;
          font-size: 1.6em;
          color: #534741;
          line-height: 1.3;
          margin-bottom: .5em;
          padding-bottom: 1em;
          border-bottom: 1px solid #534741; }
        .pattern12_wrap .box_pattern12_slide3 .pattern12_03_left .box_pattern12_02 .box_pattern12_04 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
        .pattern12_wrap .box_pattern12_slide3 .pattern12_03_left .box_pattern12_02 .dlist_pattern12 {
          width: 55%;
          color: #534741;
          font-weight: bold; }
          .pattern12_wrap .box_pattern12_slide3 .pattern12_03_left .box_pattern12_02 .dlist_pattern12 dt {
            margin-bottom: 10px;
            font-size: .9375em; }
          .pattern12_wrap .box_pattern12_slide3 .pattern12_03_left .box_pattern12_02 .dlist_pattern12 dd {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
            .pattern12_wrap .box_pattern12_slide3 .pattern12_03_left .box_pattern12_02 .dlist_pattern12 dd img {
              width: 12.5%; }
              .pattern12_wrap .box_pattern12_slide3 .pattern12_03_left .box_pattern12_02 .dlist_pattern12 dd img.off {
                opacity: .2; }
        .pattern12_wrap .box_pattern12_slide3 .pattern12_03_left .box_pattern12_02 .kcal {
          width: 40%;
          text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
          line-height: 1;
          color: #808080;
          font-size: 2.9375em;
          font-weight: bold;
          text-align: right; }
          .pattern12_wrap .box_pattern12_slide3 .pattern12_03_left .box_pattern12_02 .kcal span {
            font-size: .6em; }
    .pattern12_wrap .box_pattern12_slide3 .pattern12_03_r {
      width: 50%;
      height: 66.66%;
      border-left: 8px solid #000; }
      .pattern12_wrap .box_pattern12_slide3 .pattern12_03_r .box {
        height: 50%;
        border-bottom: 16px solid #000;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative; }
        .pattern12_wrap .box_pattern12_slide3 .pattern12_03_r .box:last-child {
          border-bottom: none; }
        .pattern12_wrap .box_pattern12_slide3 .pattern12_03_r .box .icon_corner {
          margin-bottom: 20px;
          width: 270px; }
        .pattern12_wrap .box_pattern12_slide3 .pattern12_03_r .box .title {
          color: #fff;
          font-weight: bold;
          font-size: 1.375em;
          text-shadow: #534741 2px 0px, #534741 -2px 0px, #534741 0px -2px, #534741 0px 2px,#534741 2px 2px , #534741 -2px 2px,#534741 2px -2px, #534741 -2px -2px,#534741 1px 2px,  #534741 -1px 2px, #534741 1px -2px, #534741 -1px -2px, #534741 2px 1px,  #534741 -2px 1px, #534741 2px -1px, #534741 -2px -1px;
          background: -webkit-gradient(linear, right top, left top, from(rgba(83, 71, 65, 0.8)), color-stop(rgba(83, 71, 65, 0.8)), to(rgba(83, 71, 65, 0)));
          background: -webkit-linear-gradient(right, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
          background: -o-linear-gradient(right, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
          background: linear-gradient(to left, rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0.8), rgba(83, 71, 65, 0));
          padding: .5em 1em;
          line-height: 1.2;
          text-align: right; }
        .pattern12_wrap .box_pattern12_slide3 .pattern12_03_r .box .icon_soldout {
          position: absolute;
          left: 50%;
          top: 25%;
          -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          z-index: 1; }
        .pattern12_wrap .box_pattern12_slide3 .pattern12_03_r .box .box_pattern12_02 {
          position: absolute;
          bottom: 30px;
          left: 30px;
          width: calc(100% - 60px);
          background: rgba(255, 255, 255, 0.7);
          padding: 20px; }
          .pattern12_wrap .box_pattern12_slide3 .pattern12_03_r .box .box_pattern12_02 .txt {
            font-weight: bold;
            font-size: 1.6em;
            color: #534741;
            line-height: 1.3;
            margin-bottom: .5em;
            padding-bottom: 1em;
            border-bottom: 1px solid #534741; }
          .pattern12_wrap .box_pattern12_slide3 .pattern12_03_r .box .box_pattern12_02 .box_pattern12_04 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; }
          .pattern12_wrap .box_pattern12_slide3 .pattern12_03_r .box .box_pattern12_02 .dlist_pattern12 {
            width: 55%;
            color: #534741;
            font-weight: bold; }
            .pattern12_wrap .box_pattern12_slide3 .pattern12_03_r .box .box_pattern12_02 .dlist_pattern12 dt {
              margin-bottom: 10px;
              font-size: .9375em; }
            .pattern12_wrap .box_pattern12_slide3 .pattern12_03_r .box .box_pattern12_02 .dlist_pattern12 dd {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between; }
              .pattern12_wrap .box_pattern12_slide3 .pattern12_03_r .box .box_pattern12_02 .dlist_pattern12 dd img {
                width: 12.5%; }
                .pattern12_wrap .box_pattern12_slide3 .pattern12_03_r .box .box_pattern12_02 .dlist_pattern12 dd img.off {
                  opacity: .2; }
          .pattern12_wrap .box_pattern12_slide3 .pattern12_03_r .box .box_pattern12_02 .kcal {
            width: 40%;
            text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
            line-height: 1;
            color: #808080;
            font-size: 2.9375em;
            font-weight: bold;
            text-align: right; }
            .pattern12_wrap .box_pattern12_slide3 .pattern12_03_r .box .box_pattern12_02 .kcal span {
              font-size: .6em; }
