@charset "UTF-8";
@font-face {
  font-family: 'akrobat';
  src: url("../font/Akrobat-Black.eot") format("oldIE"), url("../font/Akrobat-Black.woff") format("woff"), url("../font/Akrobat-Black.otf") format("truetype");
}

h2.mail.title {
  display: none !important;
}

.allwrap2 {
  background: #fff;
}

.allwrap {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: rgba(74, 121, 189, 0.7);
}

::selection {
  background-color: rgba(74, 121, 189, 0.7);
}

.pcnone {
  display: none !important;
}

@media screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

.disnone {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 2.5em;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url(../images/home/pt_3.png) left top;
}

@media only screen and (max-width: 1000px) {
  body {
    line-height: 2.0em;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.inner2 {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  z-index: 3;
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    margin-top: 80px;
  }
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 80px;
  }
}

#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}

@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}

#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  display: none;
}

#col_side1 img {
  width: 100%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}

.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  z-index: 3;
  position: relative;
}

.bgh {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  background: url(../images/home/pt_3.png) left top;
}

@media screen and (max-width: 834px) {
  .bgh {
    width: 100% !important;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.bgh #hednav {
  display: block;
}

.bgh2 {
  top: 0;
}

.header:before {
  content: "";
  display: block;
  background: url(../images/home/hed_pt.png) repeat-x;
  height: 30px;
  width: 100%;
}

.header .hedwrap {
  position: relative;
  z-index: 6;
}

.header .subnav {
  position: fixed;
  right: 15px;
  top: 55px;
  z-index: 5;
  padding: 10px;
  background: url(../images/home/pt_2.png);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1800px) {
  .header .subnav {
    top: 110px;
    right: 0;
  }
}

@media screen and (max-width: 834px) {
  .header .subnav {
    bottom: 0;
    top: inherit;
  }
}

.header .subnav .wrap {
  padding: 20px;
  background: url(../images/home/pt_1.png) left top;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
}

@media screen and (max-width: 834px) {
  .header .subnav .wrap {
    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;
    height: 60px;
    padding: 10px;
  }
}

.header .subnav .tel2:nth-child(1) {
  padding-bottom: 15px;
  border-bottom: 1px dashed #000;
}

@media screen and (max-width: 834px) {
  .header .subnav .tel2:nth-child(1) {
    border-bottom: 0;
    padding-bottom: 0;
    border-right: 1px dashed #000;
    padding-right: 10px;
  }
}

.header .subnav .tel2:nth-child(2) {
  padding-top: 15px;
  border-top: 1px dashed #000;
}

@media screen and (max-width: 834px) {
  .header .subnav .tel2:nth-child(2) {
    border-top: 0;
    padding-top: 0;
    padding-left: 10px;
  }
}

.header .subnav .tel2 a {
  text-align: right;
  display: block;
}

.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .header .inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  .header .inner {
    padding: 10px 0 10px 10px;
  }
}

.header .flxL {
  width: 20%;
}

@media screen and (max-width: 834px) {
  .header .flxL {
    width: 100%;
  }
}

.header .flxL a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  .header .flxL a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header .flxR {
  width: 75%;
}

@media screen and (max-width: 834px) {
  .header .flxR {
    width: 80px;
    position: fixed;
    right: 0;
    z-index: 1;
  }
}

.header .flxR .navwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .flxR .navwrap #nav_global {
  width: 100%;
  position: relative;
}

.header .flxR .navwrap #nav_global .nav-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #4a79bd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  .header .flxR .navwrap #nav_global .nav-bar {
    display: none;
  }
}

.header .flxR .navwrap #nav_global > ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .flxR .navwrap #nav_global > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header .flxR .navwrap #nav_global > ul > li:before {
  content: "";
  background: url(../images/home/nav_line.png) no-repeat center top;
  width: 17px;
  height: 41px;
  display: block;
}

@media screen and (max-width: 834px) {
  .header .flxR .navwrap #nav_global > ul > li:before {
    display: none;
  }
}

.header .flxR .navwrap #nav_global > ul > li > a, .header .flxR .navwrap #nav_global > ul > li > p {
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
  padding: 25px 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
  font-weight: 700;
  color: #222;
  line-height: 1;
  position: relative;
}

.header .flxR .navwrap #nav_global > ul > li > a:hover, .header .flxR .navwrap #nav_global > ul > li > p:hover {
  opacity: 1;
  color: #b5944f;
}

.header .flxR .navwrap #nav_global > ul > li > a span, .header .flxR .navwrap #nav_global > ul > li > p span {
  font-family: "akrobat", sans-serif;
  display: block;
  font-size: 1.1rem;
  margin-bottom: 7px;
}

.header .flxR .navwrap #nav_global > ul > li ul {
  z-index: 5;
  position: absolute;
  top: 80px;
  left: 0;
  width: 150%;
  left: -25%;
  background: rgba(74, 121, 189, 0.5);
}

.header .flxR .navwrap #nav_global > ul > li ul li a {
  padding: 10px;
  color: #fff;
  display: block;
}

.header .flxR .navwrap #nav_global > ul > li ul li a:hover {
  background: #4a79bd;
}

.header .flxR .navwrap #hed_info {
  max-width: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 900px) {
  .header .flxR .navwrap #hed_info {
    max-width: 44px;
  }
}

.header .flxR .navwrap #hed_info .store1 {
  width: 100%;
}

.header .flxR .navwrap #hed_info a {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  opacity: 1;
  display: block;
  background: #4a79bd;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 15px 0;
  line-height: 1;
  border-radius: 50px;
}

.header .flxR .navwrap #hed_info a:hover {
  background: #2d548d;
}

.header .flxR .navwrap #hed_info a i {
  margin-right: 5px;
}

@media only screen and (max-width: 900px) {
  .header .flxR .navwrap #hed_info a i {
    margin-right: 0;
  }
}

@media only screen and (max-width: 900px) {
  .header .flxR .navwrap #hed_info a span {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(7px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(7px) rotate(45deg);
              transform: translateY(7px) rotate(45deg);
    }
    50% {
      -webkit-transform: translateY(7px) rotate(0);
              transform: translateY(7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-7px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-7px) rotate(-45deg);
              transform: translateY(-7px) rotate(-45deg);
    }
    50% {
      -webkit-transform: translateY(-7px) rotate(0);
              transform: translateY(-7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
  }
  .global-menu-btn {
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
    z-index: 11;
    line-height: 1;
    -webkit-transition: 1s;
    transition: 1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #4a79bd;
    margin-left: auto;
  }
  .global-menu-btn .menu-trigger {
    position: relative;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global-menu-btn .menu-trigger i {
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
  }
  .global-menu-btn .menu-trigger i:nth-child(1) {
    top: 0;
    -webkit-animation: menu-bar01 .75s forwards;
            animation: menu-bar01 .75s forwards;
  }
  .global-menu-btn .menu-trigger i:nth-child(2) {
    top: 7px;
    opacity: 1;
  }
  .global-menu-btn .menu-trigger i:nth-child(3) {
    bottom: 0;
    -webkit-animation: menu-bar02 .75s forwards;
            animation: menu-bar02 .75s forwards;
  }
  .navdamy {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  #hednav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 14;
  }
  #hednav .wrap {
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: rgba(0, 0, 0, 0.8) !important;
    display: block !important;
    position: fixed;
    width: 100% !important;
    height: 100%;
    top: 0;
    right: 0;
  }
  #hednav .wrap .navwrap {
    display: block !important;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-left: auto;
    -webkit-transform: translateX(240%);
        -ms-transform: translateX(240%);
            transform: translateX(240%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 90px 30px 0;
  }
  #hednav .wrap .navwrap #nav_global {
    width: 100%;
    margin-top: 0 !important;
    background: none;
  }
  #hednav .wrap .navwrap #nav_global > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  #hednav .wrap .navwrap #nav_global > ul .pcnone {
    display: block !important;
  }
  #hednav .wrap .navwrap #nav_global > ul > li {
    display: block;
    text-align: left;
    position: relative;
    width: 100%;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
  #hednav .wrap .navwrap #nav_global > ul > li > a {
    width: 100%;
    font-size: 1.2rem;
    height: 70px;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px !important;
  }
  #hednav .wrap .navwrap #nav_global > ul > li > a:hover {
    opacity: 1;
    color: #fff;
    background: #1c375f !important;
  }
  #hednav .wrap .navwrap #nav_global > ul > li > a span {
    display: block;
    font-size: 1.8rem;
  }
  #hednav .wrap .navwrap #nav_global > ul > li > a:after {
    font-weight: 100;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    width: 70px;
    height: 70px;
    font-size: 2.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    color: #fff;
  }
  #hednav .wrap .navwrap #nav_global > ul > li > p {
    width: 100%;
    font-size: 1.2rem;
    height: 70px;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px !important;
  }
  #hednav .wrap .navwrap #nav_global > ul > li > p:hover {
    opacity: 1;
    color: #fff;
    background: #1c375f !important;
  }
  #hednav .wrap .navwrap #nav_global > ul > li > p span {
    display: block;
    font-size: 1.8rem;
  }
  #hednav .wrap .navwrap #nav_global > ul > li > p:after {
    font-weight: 100;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    bottom: 0;
    width: 70px;
    height: 70px;
    font-size: 2.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #b5944f;
    z-index: 1;
    color: #fff;
  }
  #hednav .wrap .navwrap #nav_global > ul > li > p.open:after {
    content: "\f00d";
  }
  #hednav .wrap .navwrap #nav_global > ul > li ul {
    display: block;
    width: 100%;
    position: static;
    background: #e4e4e4;
  }
  #hednav .wrap .navwrap #nav_global > ul > li ul li a {
    padding: 20px 10px !important;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400;
    display: block;
    background: #4a79bd;
    opacity: 1;
  }
  #hednav .wrap .navwrap #nav_global > ul > li ul li a:hover {
    opacity: 0.7;
  }
  #hednav .wrap .navwrap #hed_info {
    max-width: 100%;
    margin-top: 30px;
  }
  #hednav .wrap .navwrap #hed_info .store1 a {
    padding: 20px 0;
  }
  #hednav .wrap .navwrap #hed_info .store1 a:hover {
    background: #4a79bd;
    opacity: 0.7;
  }
  #hednav .wrap .navwrap #hed_info .store1 a i {
    margin-right: 5px;
  }
  #hednav .wrap .navwrap #hed_info .store1 a span {
    display: inline;
  }
  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(7px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(7px) rotate(0);
              transform: translateY(7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(7px) rotate(45deg);
              transform: translateY(7px) rotate(45deg);
    }
  }
  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-7px) rotate(-45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
              transform: translateY(0) rotate(0);
    }
    50% {
      -webkit-transform: translateY(-7px) rotate(0);
              transform: translateY(-7px) rotate(0);
    }
    100% {
      -webkit-transform: translateY(-7px) rotate(-45deg);
              transform: translateY(-7px) rotate(-45deg);
    }
  }
  .MenuOpened {
    z-index: 13 !important;
    display: none;
    display: block;
  }
  .MenuOpened .global-menu-btn {
    top: 0;
    position: fixed;
    right: 0;
    z-index: 11;
    background: #2d548d;
  }
  .MenuOpened .global-menu-btn i:nth-child(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
            animation: active-menu-bar01 .75s forwards;
  }
  .MenuOpened .global-menu-btn i:nth-child(2) {
    opacity: 0;
  }
  .MenuOpened .global-menu-btn i:nth-child(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
            animation: active-menu-bar03 .75s forwards;
  }
  .MenuOpened .wrap {
    z-index: 10 !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.7) !important;
  }
  .MenuOpened .wrap .navwrap {
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh !important;
    margin-left: auto;
  }
}

#mainArea {
  background: url(../images/home/pt_2.png);
  position: relative;
}

#mainArea ul li {
  padding: 10px;
  position: relative;
}

#mainArea ul li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8) inset;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.8) inset;
}

#mainArea picture img {
  width: 100% !important;
}

#mainArea2 {
  background: url(../images/home/pt_2.png);
}

#mainArea2 #local-keyvisual {
  position: relative;
}

#mainArea2 #local-keyvisual #local-keyvisual-title {
  width: 100%;
}

#mainArea2 #local-keyvisual #local-keyvisual-title h1 {
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  text-align: center;
  padding: 150px 0;
}

@media only screen and (max-width: 1200px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title h1 {
    padding: 100px 30px;
  }
}

@media screen and (max-width: 834px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title h1 {
    padding: 80px 30px;
  }
}

#mainArea2 #local-keyvisual #local-keyvisual-title h1:empty {
  display: none;
}

#mainArea2 #local-keyvisual #local-keyvisual-title h1 div {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  color: #fff;
  font-family: "akrobat", sans-serif;
  font-size: 6.0rem;
}

@media only screen and (max-width: 1000px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title h1 div {
    font-size: 4.5rem;
  }
}

#mainArea2 #local-keyvisual #local-keyvisual-title h1 div span {
  margin-top: 20px;
  display: block;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.0rem;
}

@media only screen and (max-width: 1000px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title h1 div span {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 900px) {
  #mainArea2 #local-keyvisual #local-keyvisual-title h1 div span {
    font-size: 2.0rem;
  }
}

#mainArea2 #local-keyvisual .local-keyvisual-bg {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media only screen and (max-width: 1200px) {
  #mainArea2 #local-keyvisual .local-keyvisual-bg {
    margin-left: 0 !important;
  }
}

.pan1 {
  text-align: right;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 50px;
}

@media screen and (max-width: 834px) {
  .pan1 {
    display: none;
  }
}

.pan1 a {
  color: #333;
}

.pan1 ul li {
  display: inline-block;
  margin-right: 10px;
}

.pan1 ul li:nth-child(even) {
  margin-left: 10px;
}

.pan1 i {
  margin-right: 5px;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  z-index: 1;
  position: relative;
}

footer#global_footer a {
  color: #333;
  text-decoration: none;
}

footer#global_footer a:hover {
  opacity: 1;
}

#footer {
  margin: 30px 0;
}

#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
}

@media only screen and (max-width: 1200px) {
  #footer .inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  #footer .inner {
    padding: 0 30px;
    display: block;
  }
}

#footer .inner .flxL {
  text-align: left;
  width: 40%;
}

@media only screen and (max-width: 1200px) {
  #footer .inner .flxL {
    width: 30%;
  }
}

@media only screen and (max-width: 1000px) {
  #footer .inner .flxL {
    width: 25%;
  }
}

@media screen and (max-width: 834px) {
  #footer .inner .flxL {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}

#footer .inner .flxL address {
  margin-top: 15px;
  text-align: left;
}

@media screen and (max-width: 834px) {
  #footer .inner .flxL address {
    text-align: center;
  }
}

#footer .inner .flxR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 55%;
}

@media only screen and (max-width: 1200px) {
  #footer .inner .flxR {
    width: 65%;
  }
}

@media only screen and (max-width: 1000px) {
  #footer .inner .flxR {
    width: 70%;
  }
}

@media screen and (max-width: 834px) {
  #footer .inner .flxR {
    width: 100%;
  }
}

#footer .inner .flxR #copy {
  display: block;
  padding: 0;
  text-align: right;
  font-size: 1.3rem;
}

@media screen and (max-width: 834px) {
  #footer .inner .flxR #copy {
    margin-top: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  #footer .inner .flxR #copy {
    margin-top: 0;
  }
}

#footer .inner .flxR #copy a {
  text-decoration: none;
}

#footer .inner .flxR #copy a:hover {
  opacity: 0.6;
}

#footer .inner .flxR .fnav {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  #footer .inner .flxR .fnav {
    display: none;
  }
}

#footer .inner .flxR .fnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 834px) {
  #footer .inner .flxR .fnav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 640px) {
  #footer .inner .flxR .fnav ul {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
}

#footer .inner .flxR .fnav ul li:first-child:before {
  content: "";
  padding: 0s;
}

#footer .inner .flxR .fnav ul li:before {
  content: "/";
  padding: 0 10px;
}

@media screen and (max-width: 640px) {
  #footer .inner .flxR .fnav ul li:before {
    display: none;
  }
}

#footer .inner .flxR .fnav ul li a {
  font-size: 1.3rem;
}

@media screen and (max-width: 640px) {
  #footer .inner .flxR .fnav ul li a {
    display: block;
    color: #fff;
    width: 100%;
    padding-left: 0;
    padding: 10px;
    margin-bottom: 10px;
    background: #4a79bd;
  }
}

#footer .inner .flxR .fnav ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  #footer .inner .flxR .fnav ul li a:hover {
    background: #2d548d;
    text-decoration: none;
  }
}

#footer2 {
  background: url(../images/home/pt_2.png);
  position: relative;
}

#footer2:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8) inset;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.8) inset;
  background: url(../images/home/cont_bg.jpg) no-repeat center;
  background-size: cover;
}

#footer2 .inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  padding: 100px 0;
}

@media only screen and (max-width: 1200px) {
  #footer2 .inner {
    padding: 100px 10px;
  }
}

@media screen and (max-width: 834px) {
  #footer2 .inner {
    padding: 80px 30px;
  }
}

#footer2 .inner .ttl {
  margin-bottom: 50px;
  color: #fff;
}

#footer2 .inner .ttl h2 {
  font-size: 6.0rem;
  font-weight: 700;
  color: #fff;
  font-family: "akrobat", sans-serif;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  #footer2 .inner .ttl h2 {
    font-size: 4.5rem;
  }
}

#footer2 .inner .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  #footer2 .inner .wrap {
    display: block;
    width: 100%;
  }
}

#footer2 .inner .wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 48%;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 0;
}

@media screen and (max-width: 834px) {
  #footer2 .inner .wrap dl {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  #footer2 .inner .wrap dl:nth-child(2) {
    margin-top: 30px;
  }
}

#footer2 .inner .wrap dl dt {
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.7em;
  display: block;
  width: 100%;
  font-weight: 700;
  color: #fff;
  padding: 20px 10px;
  font-size: 1.8rem;
  background: #4a79bd;
}

#footer2 .inner .wrap dl dd {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 834px) {
  #footer2 .inner .wrap dl dd {
    display: block;
    margin: 0 auto;
  }
}

#footer2 .inner .wrap dl dd a img {
  opacity: 1 !important;
}

#footer2 .inner .wrap dl dd a:hover {
  opacity: 0.5 !important;
}

.cont_01 {
  background: url(../images/home/bg_2.png) no-repeat center right;
  padding: 150px 0;
}

@media only screen and (max-width: 1200px) {
  .cont_01 {
    padding: 150px 10px;
  }
}

@media only screen and (max-width: 900px) {
  .cont_01 {
    padding: 100px 30px;
  }
}

.cont_01 .inner .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 900px) {
  .cont_01 .inner .box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 640px) {
  .cont_01 .inner .box {
    display: block;
  }
}

.cont_01 .inner .box:not(:last-child) {
  margin-bottom: 50px;
}

.cont_01 .inner .box:nth-child(odd) .img {
  margin-left: auto;
  margin-right: -5%;
}

@media only screen and (max-width: 1400px) {
  .cont_01 .inner .box:nth-child(odd) .img {
    margin-right: 0;
  }
}

@media only screen and (max-width: 900px) {
  .cont_01 .inner .box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.cont_01 .inner .box:nth-child(even) .img {
  margin-right: auto;
  margin-left: -5%;
}

@media only screen and (max-width: 1400px) {
  .cont_01 .inner .box:nth-child(even) .img {
    margin-left: 0;
  }
}

.cont_01 .inner .box > div {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .cont_01 .inner .box > div {
    width: 100%;
    margin-bottom: 30px;
  }
}

.cont_01 .inner .box .title_01 {
  z-index: 2;
  position: absolute;
  left: 0;
  width: 70%;
}

@media only screen and (max-width: 900px) {
  .cont_01 .inner .box .title_01 {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_01 .inner .box .title_01 article div {
  margin-top: 20px;
  width: 75%;
}

@media only screen and (max-width: 1400px) {
  .cont_01 .inner .box .title_01 article div {
    width: 70%;
  }
}

.cont_01 .inner .box .title_02 {
  z-index: 2;
  position: absolute;
  right: 0;
  width: 70%;
}

@media only screen and (max-width: 900px) {
  .cont_01 .inner .box .title_02 {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_01 .inner .box .title_02 article div {
  margin-top: 20px;
  width: 75%;
  margin-left: auto;
}

@media only screen and (max-width: 1400px) {
  .cont_01 .inner .box .title_02 article div {
    width: 70%;
  }
}

.cont_01 .inner .box .img {
  opacity: 0;
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 10px;
  background: url(../images/home/pt_2.png);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
}

@media only screen and (max-width: 900px) {
  .cont_01 .inner .box .img {
    width: 57%;
  }
}

@media screen and (max-width: 640px) {
  .cont_01 .inner .box .img {
    width: 100%;
    margin-bottom: 0;
  }
}

.cont_01 .inner .box .img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8) inset;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.8) inset;
}

.cont_02 {
  position: relative;
  background: url(../images/home/pt_4.png);
}

.cont_02 .cont_02wrap {
  background: url(../images/home/pt_5.png);
  padding: 150px 0;
}

@media only screen and (max-width: 1200px) {
  .cont_02 .cont_02wrap {
    padding: 150px 10px;
  }
}

@media only screen and (max-width: 900px) {
  .cont_02 .cont_02wrap {
    padding: 100px 30px;
  }
}

@media screen and (max-width: 834px) {
  .cont_02 .cont_02wrap {
    padding: 100px 30px 70px;
  }
}

.cont_02 .cont_02wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/home/bg_3.png) no-repeat left bottom;
  z-index: 0;
}

@media only screen and (max-width: 900px) {
  .cont_02 .cont_02wrap:before {
    background-size: 30%;
  }
}

@media screen and (max-width: 834px) {
  .cont_02 .cont_02wrap:before {
    background-size: 35%;
  }
}

.cont_02 .cont_02wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/home/bg_4.png) no-repeat right 3% top 10%;
  z-index: 0;
}

@media only screen and (max-width: 900px) {
  .cont_02 .cont_02wrap:after {
    background-size: 15%;
  }
}

@media screen and (max-width: 834px) {
  .cont_02 .cont_02wrap:after {
    background-size: 20%;
  }
}

.cont_02 .inner {
  position: relative;
  z-index: 1;
}

.cont_02 .inner .wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -3.22581%;
}

@media screen and (max-width: 834px) {
  .cont_02 .inner .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.cont_02 .inner .wrap .box {
  opacity: 0;
  overflow: inherit !important;
  width: 21.77419%;
  margin-left: 3.22581%;
}

.cont_02 .inner .wrap .box:nth-child(1) {
  -webkit-transform: translate(0px, 300px);
      -ms-transform: translate(0px, 300px);
          transform: translate(0px, 300px);
}

.cont_02 .inner .wrap .box:nth-child(2) {
  -webkit-transform: translate(0px, 350px);
      -ms-transform: translate(0px, 350px);
          transform: translate(0px, 350px);
}

.cont_02 .inner .wrap .box:nth-child(3) {
  -webkit-transform: translate(0px, 400px);
      -ms-transform: translate(0px, 400px);
          transform: translate(0px, 400px);
}

.cont_02 .inner .wrap .box:nth-child(4) {
  -webkit-transform: translate(0px, 450px);
      -ms-transform: translate(0px, 450px);
          transform: translate(0px, 450px);
}

@media screen and (max-width: 834px) {
  .cont_02 .inner .wrap .box {
    width: 48%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.cont_02 .inner .wrap .box a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  opacity: 1;
  position: relative;
  display: block;
  background: #4a79bd;
  padding-bottom: 60px;
}

.cont_02 .inner .wrap .box a:hover {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  background: #2d548d;
}

.cont_02 .inner .wrap .box a img {
  width: 100% !important;
}

.cont_02 .inner .wrap .box a div {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 3.0rem;
  font-weight: 700;
  color: #fff;
  font-family: "akrobat", sans-serif;
}

.cont_02 .inner .wrap .box a div span {
  display: block;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cont_03 {
  position: relative;
  background: url(../images/home/pt_2.png);
  padding: 150px 0;
}

@media only screen and (max-width: 1200px) {
  .cont_03 {
    padding: 150px 10px;
  }
}

@media only screen and (max-width: 900px) {
  .cont_03 {
    padding: 100px 30px;
  }
}

.cont_03:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8) inset;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.8) inset;
  background: url(../images/home/bg_1.jpg) no-repeat;
  background-size: cover;
}

.cont_03 .inner {
  opacity: 0;
  position: relative;
  z-index: 1;
  color: #fff;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

.cont_04 {
  position: relative;
  padding: 80px 0 150px;
}

@media only screen and (max-width: 1200px) {
  .cont_04 {
    padding: 80px 10px 150px;
  }
}

@media only screen and (max-width: 900px) {
  .cont_04 {
    padding: 100px 30px 100px;
  }
}

.cont_04:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/home/bg_5.png) no-repeat left 3% bottom 10%;
  z-index: 0;
}

@media only screen and (max-width: 900px) {
  .cont_04:before {
    background-size: 20%;
  }
}

@media screen and (max-width: 834px) {
  .cont_04:before {
    background-size: 30%;
  }
}

.cont_04 .inner {
  z-index: 1;
  position: relative;
}

.cont_04 .inner .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .cont_04 .inner .wrap {
    display: block;
  }
}

.cont_04 .inner .wrap .btn.max300 {
  margin: 0;
  position: relative;
}

@media screen and (max-width: 834px) {
  .cont_04 .inner .wrap .btn.max300 {
    margin-top: 50px;
  }
}

.cont_04 .inner .wrap .btn.max300:before {
  content: "";
  width: 143px;
  height: 75px;
  background: url(../images/home/bg_6.png) no-repeat;
  display: block;
  margin-left: -40%;
  margin-bottom: 10px;
  -webkit-animation: updown 2s infinite ease-in-out;
          animation: updown 2s infinite ease-in-out;
}

@media screen and (max-width: 834px) {
  .cont_04 .inner .wrap .btn.max300:before {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.cont_04 .inner .wrap2 .btn.max300 {
  margin: 0;
  position: relative;
  margin: 0 auto;
}

.cont_04 .inner .wrap2 .btn.max300:before {
  content: "";
  width: 143px;
  height: 75px;
  background: url(../images/home/bg_6.png) no-repeat;
  display: block;
  margin: 0 auto 20px;
  -webkit-animation: updown 2s infinite ease-in-out;
          animation: updown 2s infinite ease-in-out;
}

.inst {
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .inst {
    margin-bottom: 50px;
  }
}

.inst .sns_list {
  border: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.96078%;
  margin-bottom: -1.96078%;
}

@media screen and (max-width: 834px) {
  .inst .sns_list {
    margin-left: -2.1097%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .inst .sns_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.inst .sns_list > div {
  border-bottom: 0;
  position: relative;
  width: 23.03922%;
  margin-left: 1.96078%;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .inst .sns_list > div {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .inst .sns_list > div {
    width: 48%;
    margin-left: 0;
  }
}

.inst .sns_list > div .sns_photo {
  width: 100%;
  padding: 0px;
}

.inst .sns_list > div .sns_photo a {
  display: block;
  position: relative;
}

.inst .sns_list > div .sns_photo a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

.inst .sns_list > div .sns_photo a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.inst .sns_list > div .sns_text {
  display: none;
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.acenter a {
  margin: 0 auto;
}

.btn.max300 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.btn a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  text-align: center;
  opacity: 1;
  padding: 15px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.7em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #4a79bd;
}

.btn a:hover {
  background: #2d548d;
}

.btn a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-size: 1.6rem;
  margin: 3px 0 0 10px;
  position: absolute;
  right: 10px;
}

.btn2 {
  display: inline-block;
}

.btn2 a {
  opacity: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.7em;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #222;
  padding-bottom: 10px;
}

.btn2 a:hover:before {
  width: 100%;
}

.btn2 a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-size: 1.6rem;
  margin-left: 10px;
}

.btn2 a:before {
  -webkit-transition: 1s;
  transition: 1s;
  content: "";
  width: 0;
  height: 2px;
  background: #b5944f;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn3 {
  max-width: 300px;
}

.btn3 a {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.7em;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  height: 100%;
  background: #b5944f;
}

.btn3 a:hover {
  background: #806835;
}

.btn3 a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-size: 1.6rem;
  margin: 3px 0 0 10px;
}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex1._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex4._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .square-inner {
  display: block;
  position: relative;
}

.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01.ai_c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2cl_01._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 834px) {
  .flex2cl_01._rr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 43%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 55%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_03._rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 834px) {
  .flex2cl_03._rr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_03 .flxL {
  width: 49%;
}

@media screen and (max-width: 834px) {
  .flex2cl_03 .flxL {
    width: 100%;
  }
}

.flex2cl_03 .flxR {
  width: 49%;
}

@media screen and (max-width: 834px) {
  .flex2cl_03 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}

.flex2cl_03 .flxR .img {
  width: 100%;
}

.flex2cl_03 .flxR .img img {
  width: 100% !important;
}

.flex5cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.63934%;
}

@media only screen and (max-width: 1200px) {
  .flex5cl {
    margin-left: -2.439%;
  }
}

@media screen and (max-width: 640px) {
  .flex5cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex5cl .box {
  position: relative;
  width: 18.36066%;
  margin-left: 1.63934%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .flex5cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex5cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex5cl .box img {
  width: 100% !important;
}

.flex5cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex5cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.cont_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_flex._reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.box100 .box {
  width: 100%;
}

.cont_2clm > div,
.cont_2clm > a {
  width: 49%;
  margin-bottom: 2%;
}

.cont_2clm > div:not(:nth-child(2n)),
.cont_2clm > a:not(:nth-child(2n)) {
  margin-right: 2%;
}

.cont_3clm > div,
.cont_3clm > a {
  width: 32%;
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  .cont_3clm > div,
  .cont_3clm > a {
    width: 49%;
  }
}

.cont_3clm > div:not(:nth-child(3n)),
.cont_3clm > a:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media screen and (max-width: 834px) {
  .cont_3clm > div:not(:nth-child(3n)),
  .cont_3clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 834px) {
  .cont_3clm > div:not(:nth-child(2n)),
  .cont_3clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.cont_4clm > div,
.cont_4clm > a {
  width: 23.5%;
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  .cont_4clm > div,
  .cont_4clm > a {
    width: 49%;
  }
}

.cont_4clm > div:not(:nth-child(4n)),
.cont_4clm > a:not(:nth-child(4n)) {
  margin-right: 2%;
}

@media screen and (max-width: 834px) {
  .cont_4clm > div:not(:nth-child(4n)),
  .cont_4clm > a:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 834px) {
  .cont_4clm > div:not(:nth-child(2n)),
  .cont_4clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

.cont_5clm > div,
.cont_5clm > a {
  width: 18.4%;
  margin-bottom: 2%;
}

@media screen and (max-width: 834px) {
  .cont_5clm > div,
  .cont_5clm > a {
    width: 32%;
  }
}

@media screen and (max-width: 640px) {
  .cont_5clm > div,
  .cont_5clm > a {
    width: 49%;
  }
}

.cont_5clm > div:not(:nth-child(5n)),
.cont_5clm > a:not(:nth-child(5n)) {
  margin-right: 2%;
}

@media screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(5n)),
  .cont_5clm > a:not(:nth-child(5n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 640px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .cont_5clm > div:not(:nth-child(2n)),
  .cont_5clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 640px) {
  .cont_5clm {
    margin-bottom: 20px;
  }
}

.title_01 h2 {
  font-weight: 700;
  color: #222;
  line-height: 1.7em;
  font-size: 3rem;
}

@media only screen and (max-width: 1000px) {
  .title_01 h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 640px) {
  .title_01 h2 {
    font-size: 2rem;
  }
}

.title_01 h2 span {
  display: inline-block;
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
}

.title_01 h2 span b {
  font-weight: 700;
  font-size: 1.2em;
}

.title_02 h2 {
  font-weight: 700;
  color: #222;
  line-height: 1.7em;
  font-size: 2.5rem;
}

@media only screen and (max-width: 1000px) {
  .title_02 h2 {
    font-size: 2rem;
  }
}

.title_02 h2 span {
  display: inline-block;
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
}

.title_03 h2 {
  font-size: 6rem;
  font-weight: 700;
  color: #222;
  font-family: "akrobat", sans-serif;
}

@media only screen and (max-width: 1000px) {
  .title_03 h2 {
    font-size: 4.5rem;
  }
}

.title_03 h2 span {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3rem;
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .title_03 h2 span {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 900px) {
  .title_03 h2 span {
    margin-top: 15px;
    margin-left: 0;
    display: block;
    font-size: 2rem;
  }
}

.title_04 h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .title_04 h2 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 640px) {
  .title_04 h2 {
    font-size: 3rem;
  }
}

.title_05 {
  padding: 5px;
  position: relative;
  background: #f2f2f2;
}

.title_05 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px;
  position: relative;
  font-weight: 700;
  color: #222;
  line-height: 1.7em;
  font-size: 2.5rem;
}

@media screen and (max-width: 640px) {
  .title_05 h2 {
    font-size: 2rem;
  }
}

.title_05 h2:before {
  content: "";
  border-left: 5px solid #2d548d;
  height: 20px;
  margin-right: 10px;
}

.title_07 h3 {
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
}

.title_07 h3 span {
  line-height: 1;
  font-family: "akrobat", sans-serif;
  display: block;
  color: #4a79bd;
  font-size: 2em;
  margin-bottom: 10px;
}

.product_txt {
  color: #b5944f;
  font-size: 2.5rem;
  line-height: 1.7em;
}

@media screen and (max-width: 640px) {
  .product_txt {
    font-size: 1.8rem;
  }
}

.product_txt div {
  font-weight: 700;
}

.product_txt div:not(:last-child) {
  border-bottom: 1px solid #b5944f;
  padding-bottom: 15px;
}

.product_01 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.31579%;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .product_01 {
    margin-left: -1.3157%;
  }
}

.product_01 .box {
  color: #333;
  width: 11.18421%;
  margin-left: 1.31579%;
}

@media screen and (max-width: 834px) {
  .product_01 .box {
    width: 23.6842%;
    margin-left: 1.3157%;
    display: block;
    margin-bottom: 15px;
  }
}

.product_01 .box div {
  text-align: center;
}

.product_02 {
  position: relative;
  background: url(../images/home/pt_4.png);
}

.product_02 .product_02wrap {
  background: url(../images/home/pt_5.png);
  padding: 80px 0;
}

@media only screen and (max-width: 1200px) {
  .product_02 .product_02wrap {
    padding: 80px 10px;
  }
}

@media screen and (max-width: 834px) {
  .product_02 .product_02wrap {
    padding: 80px 30px;
  }
}

.product_02 .product_02wrap .wrap {
  overflow: hidden;
  padding: 10px;
  background: url(../images/home/pt_2.png);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.product_02 .product_02wrap .wrap .wrapinner {
  position: relative;
  padding: 50px;
  background: url(../images/home/pt_1.png) left top;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
}

@media screen and (max-width: 834px) {
  .product_02 .product_02wrap .wrap .wrapinner {
    padding: 30px;
  }
}

.product_02 .product_02wrap .wrap .wrapinner .title_07:before {
  position: absolute;
  content: "";
  width: 143px;
  height: 75px;
  background: url(../images/home/bg_6.png) no-repeat;
  display: block;
  margin-bottom: 10px;
  -webkit-animation: updown 2s infinite ease-in-out;
          animation: updown 2s infinite ease-in-out;
}

@media screen and (max-width: 834px) {
  .product_02 .product_02wrap .wrap .wrapinner .title_07:before {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .product_02 .product_02wrap .wrap .wrapinner .title_07:before {
    left: -20px;
    top: 60px;
  }
}

.product_02 .product_02wrap .wrap .wrapinner .box a {
  display: block;
  position: relative;
  padding: 10px;
  background: url(../images/home/pt_2.png);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
}

.product_02 .product_02wrap .wrap .wrapinner .box a:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8) inset;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.8) inset;
}

.product_02 .product_02wrap .wrap .wrapinner .box div {
  text-align: center;
  font-size: 1.6rem;
}

.meet .wrapinner:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/catering/meat.png) no-repeat center;
  opacity: 0.3;
}

.fish .wrapinner:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/catering/fish.png) no-repeat center;
  opacity: 0.3;
}

.product_03 .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .product_03 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.product_03 .box:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
  .product_03 .box:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.product_03 .box .title_02 {
  width: 45%;
}

@media screen and (max-width: 640px) {
  .product_03 .box .title_02 {
    width: 100%;
  }
}

.product_03 .box .img {
  position: relative;
  z-index: 1;
  padding: 10px;
  background: url(../images/home/pt_2.png);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .product_03 .box .img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.product_03 .box .img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8) inset;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.8) inset;
}

.product_04 .box a {
  display: block;
  position: relative;
  padding: 10px;
  background: url(../images/home/pt_2.png);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
}

.product_04 .box a:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.8) inset;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.8) inset;
}

.product_04 .box div {
  text-align: center;
  font-size: 1.6rem;
}

.product_05 {
  position: relative;
  background: url(../images/home/pt_4.png);
  margin-bottom: 80px;
}

.product_05 .product_05wrap {
  background: url(../images/home/pt_5.png);
  padding: 80px 0;
}

@media only screen and (max-width: 1200px) {
  .product_05 .product_05wrap {
    padding: 80px 10px;
  }
}

@media screen and (max-width: 834px) {
  .product_05 .product_05wrap {
    padding: 80px 30px;
  }
}

.product_05 .product_05wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

@media screen and (max-width: 834px) {
  .product_05 .product_05wrap .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product_05 .product_05wrap .inner .wrap {
  width: 65%;
}

@media screen and (max-width: 834px) {
  .product_05 .product_05wrap .inner .wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}

.product_05 .product_05wrap .inner .img {
  width: 30%;
  position: relative;
}

@media screen and (max-width: 834px) {
  .product_05 .product_05wrap .inner .img {
    width: 100%;
  }
}

.product_05 .product_05wrap .inner .img:before {
  content: "";
  width: 143px;
  height: 75px;
  background: url(../images/home/bg_6.png) no-repeat;
  display: block;
  margin-bottom: 30px;
  -webkit-animation: updown 2s infinite ease-in-out;
          animation: updown 2s infinite ease-in-out;
}

.product_06 {
  overflow: hidden;
  padding: 10px;
  background: url(../images/home/pt_2.png);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.product_06 .product_06wrap {
  position: relative;
  padding: 50px;
  background: url(../images/home/pt_1.png) left top;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
}

@media screen and (max-width: 834px) {
  .product_06 .product_06wrap {
    padding: 30px;
  }
}

.product_07 {
  position: relative;
  background: url(../images/home/pt_4.png);
}

.product_07 .product_07wrap {
  background: url(../images/home/pt_5.png);
  padding: 80px 0;
}

@media only screen and (max-width: 1200px) {
  .product_07 .product_07wrap {
    padding: 80px 10px;
  }
}

@media screen and (max-width: 834px) {
  .product_07 .product_07wrap {
    padding: 80px 30px;
  }
}

.waku {
  overflow: hidden;
  padding: 10px;
  background: url(../images/home/pt_2.png);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 1.8rem;
}

.waku > div {
  position: relative;
  padding: 50px;
  background: url(../images/home/pt_1.png) left top;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
}

@media screen and (max-width: 834px) {
  .waku > div {
    padding: 30px;
  }
}

.waku > div a {
  margin-bottom: 15px;
  display: inline-block;
  background: #4a79bd;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 1.5em;
  color: #fff;
  font-weight: 700;
}

.company_area dl:first-child dt {
  border-top: 1px solid #ccc !important;
}

.company_area dt,
.company_area dd {
  background: none !important;
  border: none !important;
  padding: 1.5em 1em !important;
}

.company_area dt {
  border-bottom: 1px solid #ccc !important;
}

@media screen and (max-width: 640px) {
  .company_area dl {
    padding-top: 15px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .company_area dt {
    border-bottom: 0 !important;
    font-weight: bold;
  }
  .company_area dt,
  .company_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .company_area dd {
    padding-bottom: 15px !important;
    border-bottom: 1px solid #fff !important;
  }
}

.comp dl dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 640px) {
  .comp dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .comp dt {
    border-right: 1px solid #ccc !important;
    border-bottom: 0 !important;
    font-weight: bold;
  }
  .comp dt,
  .comp dd {
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 5px !important;
    display: block;
    width: 100% !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.comp2 tbody tr .ttl {
  width: 150px !important;
  border: 3px solid #dfdfdf !important;
}

.comp2 tbody tr .txt {
  border: 3px solid #dbd6c9 !important;
}

.comp2 tbody tr td {
  border: 0 !important;
}

.contact_01 {
  background: #f0f0f0;
  margin: 0 auto;
  padding: 50px;
  color: #333;
}

.contact_01 h3 {
  background: #3c64a0;
  font-size: 120%;
  color: #fff;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-bottom: 5px;
  margin-bottom: 20px;
}

.contact_01 .submit_l {
  float: none !important;
}

.contact_01 .submit_r {
  float: none !important;
}

.contact_01 dl {
  font-size: 14px;
  padding: 15px;
  border-top: 1px solid #ccc;
}

.contact_01 dl:nth-child(odd) {
  background: #fff;
}

.contact_01 dl:last-child {
  border-bottom: 1px solid #ccc;
}

.contact_01 dl dt {
  line-height: 1;
  font-size: 16px;
  max-width: 300px;
  min-width: 300px;
  width: 35% !important;
  font-weight: 500;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media screen and (max-width: 640px) {
  .contact_01 dl dt {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
  }
}

.contact_01 dl dt label {
  background: #d34051;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
  margin-top: 5px;
}

.contact_01 dl dd {
  text-align: left;
  width: 80% !important;
  border: 0 !important;
  background-color: inherit !important;
  padding: 0 !important;
}

@media screen and (max-width: 640px) {
  .contact_01 dl dd {
    width: 100% !important;
  }
}

.contact_01 dl dd span {
  line-height: 1;
  margin-right: 0;
}

.contact_01 .file {
  border-top: 0 !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border-top: 0 !important;
}

@media screen and (max-width: 640px) {
  .contact_01 .file {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.contact_01 .file dt {
  font-size: 16px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

@media screen and (max-width: 640px) {
  .contact_01 .file dt {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}

.contact_01 .file dd label {
  position: static !important;
  margin-left: auto !important;
  margin-bottom: 10px;
}

.contact_01 .file dd div {
  line-height: 1.4em;
  color: #666;
  font-size: 14px;
  letter-spacing: -0.05em;
}

.contact_01 .submit {
  margin: 0px auto !important;
}

.contact_02 {
  background: #f0f0f0;
  margin: 0 auto;
  padding: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}

.contact_02 a {
  font-size: 1.5em;
}

.privacypolicy {
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .privacypolicy {
    padding: 15px;
  }
}

.privacypolicy .privacypolicy_inner {
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .privacypolicy .privacypolicy_inner {
    max-height: 240px;
    padding-right: 15px;
  }
}

.privacypolicy .privacypolicy_inner h3 {
  background: #eee;
  font-weight: bold;
  padding: 5px 15px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.privacypolicy .privacypolicy_inner dt {
  font-weight: bold;
}

#agree_check {
  background: #ebf0f6;
  border: 1px solid #ddd;
  border-top: none;
  padding: 5px;
}

#agree_check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  #agree_check label {
    font-size: 1.4rem;
  }
}

#agree_check label span {
  background: #d34051;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  padding: 5px 7px;
  font-size: 1.2rem;
  margin-right: 5px;
}

.contact_03 a {
  font-weight: 700;
  font-size: 3rem;
  color: #4a79bd;
}

.modaal-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modaal-content-container .box {
  width: 48%;
}

.modaal-content-container .box:nth-of-type(1) {
  margin-right: 15px;
}

.modaal-content-container .box img {
  width: 100% !important;
}

.modaal-content-container .box h3 {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #4a79bd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.modaal-content-container .box span {
  color: #970f00;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    display: block;
  }
  .modaal-content-container .box {
    width: 100% !important;
    margin-bottom: 5%;
  }
}

@media only screen and (max-width: 640px) {
  .modaal-content-container .box:nth-of-type(1) {
    margin-right: 0;
  }
}

.modaal-container {
  background: rgba(255, 255, 255, 0.8) !important;
  max-width: 1350px !important;
}

.fancybox-slide > * {
  margin: 45px;
}

.blog div.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto;
  padding-bottom: 100px;
  padding: 0;
  background-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .blog div.wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 834px) {
  .blog div.wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 30px;
  }
}

.blog div.wrap aside {
  max-width: 30%;
  width: 100%;
  min-width: inherit;
}

@media screen and (max-width: 834px) {
  .blog div.wrap aside {
    max-width: 100%;
  }
}

.blog div.wrap aside #calendar #form_calendar {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog div.wrap aside #calendar #form_calendar .head span {
  color: #fff;
}

.blog div.wrap aside #calendar #form_calendar table th {
  color: #fff;
}

.blog div.wrap aside #calendar #form_calendar table td:first-of-type {
  background: #4a79bd;
}

.blog div.wrap aside #calendar #form_calendar table td label {
  color: #fff;
}

.blog div.wrap aside #calendar #form_calendar table td.other {
  background: #4a79bd;
}

.blog div.wrap #contents {
  max-width: 67%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 834px) {
  .blog div.wrap #contents {
    max-width: 100%;
  }
}

.blog div.wrap #contents article {
  padding: 0;
}

.blog div.wrap #contents article h1 {
  letter-spacing: 0.2em;
  font-weight: 900;
  color: #fff;
  line-height: 1.7em;
  font-size: 2rem;
}

.blog div.wrap #contents article h1:before {
  content: "";
  background: #fff;
  width: 40px;
  height: 2px;
  display: block;
  margin: 0 auto 15px 0;
}

.blog div.wrap nav > div {
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
  background: #ccc;
}

.blog div.wrap nav .category {
  border: 1px solid #ccc;
  padding: 15px;
}

.blog div.wrap nav .category li:first-child {
  border-top: 0;
}

.blog div.wrap nav .category li a {
  font-weight: 400;
  color: #222;
  border-left: 5px solid #4a79bd;
  background: #f7f7f7;
  text-align: left;
  padding: 10px;
  display: block;
}

.blog div.wrap nav .category li a span {
  display: block;
  padding: 0;
}

.blog div.wrap nav .pages {
  border: 1px solid #ccc;
  padding: 15px;
}

.blog div.wrap nav .pages li:first-child {
  border-top: 0;
}

.blog div.wrap nav .pages li a {
  font-weight: 600;
  color: #fff;
  text-align: left;
  display: block;
}

.blog div.wrap nav .pages li a span {
  font-weight: 400;
  display: block;
  padding: 0;
}

.blogslider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blogslider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_02 ul {
  display: block;
}

.slider_02 ul .slick-list .slick-track li img {
  margin: 0 auto;
}

.slider_02 ul .slick-prev {
  display: none !important;
}

.slider_02 ul .slick-next {
  display: none !important;
}

.slider_02 ul .slick-dots {
  margin-top: 30px;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -1.96078%;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .slider_02 ul .slick-dots {
    margin-left: -2.1097%;
  }
}

@media screen and (max-width: 640px) {
  .slider_02 ul .slick-dots {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.slider_02 ul .slick-dots li {
  position: relative;
  width: 14.70588%;
  height: auto;
  margin: 0;
  margin-left: 1.96078%;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .slider_02 ul .slick-dots li {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .slider_02 ul .slick-dots li {
    width: 48%;
    margin-left: 0;
  }
}

.slider_02 ul .slick-dots li img {
  width: 100% !important;
}

.menu:not(:last-child) {
  margin-bottom: 60px;
}

.menu .title_03 {
  width: 100%;
}

.menu .plus_icon {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 60px;
  color: #b5944f;
}

@media screen and (max-width: 834px) {
  .menu .plus_icon {
    font-size: 40px;
  }
}

@media screen and (max-width: 640px) {
  .menu .plus_icon {
    width: 100%;
    padding: 15px 0;
  }
}

.menu_box {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .menu_box {
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

.menu_box div {
  text-align: center;
  line-height: 1.6;
  margin-top: 8px;
  font-size: 13px;
}

@media screen and (max-width: 640px) {
  .menu_box div {
    font-size: 14px;
  }
}

.menu_box img {
  width: 100% !important;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Times New Roman", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}

div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl,
button.addcart {
  width: 50% !important;
}

@media screen and (max-width: 834px) {
  div.item_option dl,
  button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a,
.item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}
/*# sourceMappingURL=common_style.css.map */