@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets.css
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  /*-Normal-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  /*-Medium-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  /*-Bold-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}

.ggmap {
  position: relative;
  padding-bottom: 24%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .ggmap {
    padding-bottom: 60%;
  }
}

@media only screen and (max-width: 640px) {
  .ggmap {
    padding-bottom: 80%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contents-wrap01 {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 834px) {
  .contents-wrap01 {
    margin-top: 53.33333px;
    margin-bottom: 53.33333px;
  }
}

.pankuzu + .contents-wrap01 {
  margin-top: calc(80px / 4);
}

@media only screen and (max-width: 834px) {
  .pankuzu + .contents-wrap01 {
    margin-top: calc( 53.33333px / 4);
  }
}

.pankuzu + .contents-wrap02 {
  margin-top: calc(53.33333px / 4);
}

@media only screen and (max-width: 834px) {
  .pankuzu + .contents-wrap02 {
    margin-top: calc(53.33333px / 4);
  }
}

.anchorList + .contents-wrap01 {
  margin-top: calc(80px / 3);
}

@media only screen and (max-width: 834px) {
  .anchorList + .contents-wrap01 {
    margin-top: calc( 53.33333px / 3);
  }
}

.anchorList + .contents-wrap02 {
  margin-top: calc(53.33333px / 4);
}

@media only screen and (max-width: 834px) {
  .anchorList + .contents-wrap02 {
    margin-top: calc(53.33333px / 4);
  }
}

.contents-wrap02 {
  margin-top: 53.33333px;
  margin-bottom: 53.33333px;
}

@media only screen and (max-width: 834px) {
  .contents-wrap02 {
    margin-top: 35.55556px;
    margin-bottom: 35.55556px;
  }
}

.contents-wrap02 .contents-wrap02 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 834px) {
  .contents-wrap02 .contents-wrap02 {
    margin-top: 26.66667px;
    margin-bottom: 26.66667px;
  }
}

.bg-wrap {
  background-size: cover;
  background-position: center;
}

.bg-wrap:before {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}

.bg-wrap:after {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}

.bg-wrap-repeat {
  background-repeat: repeat;
}

.bg-wrap-repeat:before {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}

.bg-wrap-repeat:after {
  content: "";
  width: 1px;
  height: 1px;
  display: block;
}

.bg-wrap-repeat + .bg-wrap-repeat > .contents-wrap01, .bg-wrap-repeat + .bg-wrap-repeat > .contents-wrap02 {
  margin-top: 0;
}

.bg-wrap-repeat + .bg-wrap-repeat:before {
  display: none;
}

@font-face {
  font-family: "あんず文字";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pcnone {
  display: none;
}

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

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

.jcss {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jcsc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

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

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

.disnone {
  display: none !important;
}

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

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

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

li {
  list-style: none;
}

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: 1.6;
  font-weight: 400;
  color: #5b5b5b;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  letter-spacing: 0.05em;
  font-size: 16px;
}

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

.inner2, .main-wrap {
  margin: 0 auto;
  max-width: 1160px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}

#contents {
  width: 100%;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

.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%;
}

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

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

a {
  -webkit-transition: 1s;
  transition: 1s;
  text-decoration: none;
}

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

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

@media only 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: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

@media only 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 {
  min-width: 100% !important;
}

#header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.9) 100%);
  position: relative;
}

#header .inner {
  padding-left: 16px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .inner .flxR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .inner .flxR nav {
  height: 80px;
}

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

#header .inner .flxR nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .inner .flxR nav ul li {
  margin: 0 16px;
}

@media only screen and (max-width: 1000px) {
  #header .inner .flxR nav ul li {
    margin: 0 4px;
  }
}

@media only screen and (max-width: 834px) {
  #header .inner .flxR nav ul li {
    margin: unset;
  }
}

#header .inner .flxR nav ul li:last-child {
  margin-right: unset;
  padding: 0 16px;
}

@media only screen and (max-width: 834px) {
  #header .inner .flxR nav ul li:last-child {
    padding: unset;
  }
}

#header .inner .flxR nav ul li a {
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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: 1000px) {
  #header .inner .flxR nav ul li a {
    font-size: 14px;
  }
}

#header .inner .flxR nav ul .call > span, #header .inner .flxR nav ul .call > a {
  border: 1px solid #222;
  padding: 0.2em 2.4em;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

#header .inner .flxR nav ul .call-btn {
  background: #ffaa56;
  min-width: 105px;
}

#header .inner .flxR nav ul .call-btn a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  font-weight: 500;
}

@media only screen and (max-width: 834px) {
  #header .inner .flxR nav ul .call-btn a {
    pointer-events: all;
  }
  #header .inner .flxR nav ul .call-btn a img {
    margin-right: 4px;
  }
}

#header .inner .flxR .navwrap {
  margin-left: auto;
}

@media only screen and (max-width: 834px) {
  #header .inner .flxR .navwrap {
    margin-left: unset;
    margin-right: auto;
  }
}

#header .inner .flxR .call-wrap {
  margin-left: auto;
  background-color: #346bd2;
  color: #fff !important;
  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;
  padding: 0.4em 1.2em;
  max-height: 60px;
}

#header .inner .flxR .call-wrap .call, #header .inner .flxR .call-wrap .call a {
  font-size: 1.5rem;
  color: #fff;
}

@media (max-width: 1200px) {
  #header .inner .flxR .call-wrap .call, #header .inner .flxR .call-wrap .call a {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

@media only screen and (max-width: 834px) {
  #header {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  }
  #header .inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header .inner .flxR .call-wrap {
    max-height: 48px;
    font-size: 1rem;
  }
}

#header:before {
  content: url(../images/contents/nami2.png);
  position: absolute;
  top: 99%;
  left: 0;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .call > span, nav .call > a {
  border: 1px solid #222;
  padding: 0.2em 2.4em;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  nav .call > span, nav .call > a {
    padding: 0.2em 1.2em !important;
  }
}

.flxL {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flxL .call > span, .flxL .call > a {
  border: 1px solid #222;
  padding: 0.2em 2.4em;
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  text-decoration: none;
}

@media only screen and (max-width: 834px) {
  .flxL .call > span, .flxL .call > a {
    padding: 0.2em 1.2em !important;
    margin-right: 1em;
  }
}

nav li a {
  position: relative;
}

nav li a:hover:before {
  max-width: 100%;
}

nav li a.current {
  color: #000 !important;
  font-weight: bold;
}

nav li.contact-nav a:before {
  display: none;
}

nav li.contact-nav a.current {
  color: orange !important;
}

#siteID a {
  color: #5b5b5b !important;
  line-height: 1;
}

#siteID img {
  max-width: 180px;
}

@media only screen and (max-width: 1000px) {
  #siteID img {
    max-width: 150px;
  }
}

#particles-js {
  z-index: -1;
  position: fixed;
  top: 0;
  width: 100%;
  height: 64vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#particles-js canvas {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 834px) {
  #particles-js {
    height: 50vh;
  }
}

.not-index + #particles-js {
  z-index: -1;
  position: fixed;
  top: 0;
  width: 100%;
  height: 36vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.not-index + #particles-js canvas {
  position: absolute;
}

@media only screen and (max-width: 834px) {
  .not-index + #particles-js {
    height: 33vh;
  }
}

.main-wrap {
  position: relative;
}

.main-copy {
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #5b5b5b;
  letter-spacing: -0.2em;
  line-height: 0.8;
  height: 60%;
}

@media all and (-ms-high-contrast: none) {
  .main-copy {
    letter-spacing: 0em;
  }
}

.main-copy span:first-child {
  font-size: 9.5rem;
  letter-spacing: -0.1em;
}

@media (max-width: 1200px) {
  .main-copy span:first-child {
    font-size: calc(2.075rem + 9.9vw) ;
  }
}

.main-copy span:last-child {
  font-size: 4rem;
}

@media (max-width: 1200px) {
  .main-copy span:last-child {
    font-size: calc(1.525rem + 3.3vw) ;
  }
}

@media only screen and (max-width: 834px) {
  .main-copy {
    padding: 20px 0 80px;
    position: relative;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}

.main-img {
  padding: 68px 0;
  position: relative;
}

.main-img ul {
  margin-right: auto;
  margin-left: auto;
  max-width: calc(1000px);
}

@media only screen and (max-width: 834px) {
  .main-img ul {
    max-width: 100%;
  }
}

.main-img .owl-dots {
  display: none;
}

.main-img .inner1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-img .fixedBanner {
  padding-left: 12px;
  min-width: 298px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}

.main-img .fixedBanner .monshin {
  margin-bottom: 12px;
}

.main-img .fixedBanner img {
  height: auto !important;
}

.main-img:after {
  visibility: visible;
  content: url(../images/contents/nami.png);
  position: absolute;
  bottom: -1px;
  right: -80px;
  height: auto;
}

.main-slider ul {
  width: 100% !important;
}

header .drawer-hamburger {
  -webkit-filter: drop-shadow(0px 0px 4px white);
          filter: drop-shadow(0px 0px 4px white);
  z-index: 100;
  display: none;
}

@media only screen and (max-width: 834px) {
  header .drawer-hamburger {
    display: block;
  }
}

.drawer-nav {
  z-index: 20 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.drawer-nav ul {
  padding-left: 24px;
}

@media only screen and (max-width: 834px) {
  .drawer-nav ul {
    height: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .drawer-nav ul li {
    margin: 20px 0;
  }
  .drawer-nav ul li a {
    font-size: 20px;
    color: #222;
  }
}

.drawer-nav .contact-nav {
  border: 1px solid #222;
  padding: 0 8px;
}

.drawer-open .drawer-overlay {
  z-index: 19;
}

section {
  position: relative;
}

.slick-track > li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible !important;
}

.slick-track > li img {
  width: 50% !important;
}

.slick-track > li span {
  width: 100%;
  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;
  font-size: 1.75rem;
  color: #e15c69;
  -webkit-transform: translateY(64%);
          transform: translateY(64%);
}

@media (max-width: 1200px) {
  .slick-track > li span {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

@media only screen and (max-width: 834px) {
  .slick-track > li img {
    width: 100% !important;
    text-align: center;
    max-height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    -o-object-position: top;
       object-position: top;
  }
  .slick-track > li span {
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(calc(-100% - 16px));
            transform: translateY(calc(-100% - 16px));
  }
}

@media only screen and (max-width: 834px) {
  .slick-list {
    overflow: visible !important;
  }
}

.global-menu-btn {
  display: none;
  font-size: 10px;
}

@media only screen and (max-width: 834px) {
  .global-menu-btn {
    z-index: 11;
    display: block;
    position: absolute;
    left: 10px;
    top: 11px;
    color: #fff;
    line-height: 1;
  }
  .global-menu-btn::before {
    font-size: 2.4em;
    content: "\f0c9";
    line-height: 1;
    font-family: "Font Awesome 5 pro";
    font-weight: 400;
  }
  .global-menu-btn i {
    margin-top: 3px;
    display: block;
    line-height: 1;
  }
}

.global-menu-close-btn {
  display: none;
}

@media only screen and (max-width: 834px) {
  .global-menu-close-btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 11px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  }
  .global-menu-close-btn:before {
    content: "\f00d";
    line-height: 32px;
    font-family: "Font Awesome 5 pro";
    font-size: 1.3rem;
    font-weight: 300;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .global-menu-close-btn i {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  #hednav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    width: 100%;
    background: #95e1d7;
    position: fixed;
    z-index: 11;
    top: 0;
    margin: 0;
    background: #3776ea;
    background-image: url(../images/contents/logo.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 140px;
  }
  #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.6) !important;
    display: block !important;
    position: fixed;
    width: 100% !important;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
  }
  #hednav .wrap .navwrap {
    display: block !important;
    background: #fff;
    width: 75%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(-240%);
    transform: translateX(-240%);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  #hednav .wrap .navwrap #hed_info {
    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;
    width: 100%;
  }
  #hednav .wrap .navwrap #hed_info .store1 p {
    background: #93c2d8;
  }
  #hednav .wrap .navwrap #hed_info .store2 p {
    background: #a0c6d8;
  }
  #hednav .wrap .navwrap #hed_info .hoverbtn {
    width: 50%;
    margin: 0 !important;
  }
  #hednav .wrap .navwrap #hed_info .hoverbtn a {
    padding: 10px 0;
    font-weight: 300;
    font-size: 0.5rem !important;
    border: 0 !important;
    color: #fff !important;
    -webkit-transition: 1s;
    transition: 1s;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  #hednav .wrap .navwrap #hed_info .hoverbtn a i {
    font-weight: 300;
    font-size: 1.5rem !important;
    margin: 0 0 5px 0 !important;
  }
  #hednav .wrap .navwrap #nav_global {
    width: 100%;
    margin-top: 0 !important;
  }
  #hednav .wrap .navwrap #nav_global > ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #hednav .wrap .navwrap #nav_global > ul > li {
    position: relative;
    width: 100%;
    border-bottom: solid 1px #ddd;
  }
  #hednav .wrap .navwrap #nav_global > ul > li > 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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 1.4;
    height: 100%;
    font-size: 20px;
    padding: 16px 20px;
    color: #3c7cf4 !important;
  }
  #hednav .wrap .navwrap #nav_global > ul > li > a::before {
    display: block;
    z-index: 1;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    font-size: 20px;
    font-family: "Font Awesome 5 pro";
    color: #3c7cf4;
    width: auto;
    height: auto;
    background: none;
    margin-right: 6px;
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(1) > a::before {
    content: "\f80c";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(2) a::before {
    content: "\f80d";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(2) a::before {
    left: 16px;
    content: "\f552";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(3) a::before {
    left: 17px;
    content: "\f486";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(4) a::before {
    left: 10px;
    content: "\f0ea";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(5) a::before {
    left: 10px;
    content: "\f4c2";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(6) a::before {
    left: 10px;
    content: "\f06c";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(7) a::before {
    left: 10px;
    content: "\f7fe";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(8) a::before {
    left: 10px;
    content: "\f3c5";
  }
  #hednav .wrap .navwrap #nav_global > ul > li:nth-child(9) a::before {
    left: 10px;
    content: "\f018";
  }
  #hednav .wrap .navwrap #nav_global > ul .call-btn a {
    color: #fff !important;
  }
}

@media only screen and (max-width: 640px) {
  #hed_info {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  #hed_info .store1 {
    width: 50%;
  }
  #hed_info .store1 p {
    background: #93c2d8;
  }
  #hed_info .store2 {
    width: 50%;
  }
  #hed_info .store2 p {
    background: #a0c6d8;
  }
  #hed_info .store3 {
    width: 100% !important;
  }
  #hed_info .store3 p {
    background: #93c2d8;
  }
}

.MenuOpened {
  z-index: 13 !important;
}

.MenuOpened .global-menu-btn {
  z-index: 0;
}

.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;
  transform: translateX(0) !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.MenuOpened .wrap .global-menu-close-btn {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/*====================@footer=========================*/
footer {
  background: url(../images/contents/mainImgBg.jpg) !important;
  min-width: 100% !important;
}

#footer {
  padding: 80px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .footer-logo {
  padding: 0 24px;
  width: 50%;
}

#footer .footer-logo img {
  max-width: 216px;
  margin-bottom: 12px;
}

#footer .footer-nav {
  min-width: 500px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .footer-nav ul {
  margin-top: auto;
}

#footer .footer-nav ul li {
  padding: 2px 0;
}

#footer a {
  color: #222;
}

@media only screen and (max-width: 834px) {
  #footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 0;
  }
  #footer .footer-logo {
    width: 100%;
  }
  #footer .footer-nav {
    width: 100%;
    margin-top: 24px;
    min-width: 100%;
  }
  #footer .footer-nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer#global_footer {
  border-top: 1px solid #aaa !important;
  background-color: #fff;
}

.footer-nav {
  max-width: 1200px;
  margin-left: auto;
}

.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-nav ul li {
  width: 33.33333%;
}

.footer-nav ul li a {
  padding: 0 24px;
  color: #fff !important;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}

@media only screen and (max-width: 834px) {
  .footer-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-nav ul li a {
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .footer-nav ul {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .footer-nav ul li {
    width: 50%;
  }
}

#copy {
  border-top: 1px solid #eee;
  padding-top: 8px;
  padding-bottom: 8px;
}

#copy small {
  margin: 0 auto;
  max-width: 1000px;
  display: block;
  text-align: center;
}

#copy small a {
  color: #fff;
}

#pagetop a {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  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: #346bd2;
}

#pagetop a i {
  line-height: 1.6;
  color: #fff !important;
  font-size: 24px !important;
}

@media only screen and (max-width: 1000px) {
  #pagetop a {
    right: 0;
  }
}

address {
  color: #fff;
  text-align: left;
  font-size: 15px;
}

address span {
  margin-right: 0.8em;
}

@media only screen and (max-width: 834px) {
  address {
    max-width: 460px;
    margin: 0 auto;
    text-align: center;
  }
}

#contents {
  padding-bottom: 0;
}

.slide-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.slide-bottom.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-top {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.slide-top.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-right {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
          transform: translate(50px, 0px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.slide-right.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
          transform: translate(-50px, 0px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.slide-left.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
  }
}

.btn a {
  max-width: 350px;
  background: #f6ed13;
  line-height: 1;
  display: block;
  color: #000 !important;
  padding: 25px 10px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1vw;
}

@media only screen and (min-width: 1600px) {
  .btn a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 834px) {
  .btn a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .btn a {
    width: 250px;
    padding: 15px 10px;
  }
}

.btn a:hover {
  opacity: 1;
  -webkit-animation: .3s;
  animation: zoom .3s;
}

.bfarea:before {
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
  width: 0;
  height: 0;
}

.bfarea.scrollin:before {
  width: 100%;
  height: 100%;
}

.media {
  max-width: 1200px;
  margin: 0 auto 120px;
}

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

@media only screen and (max-width: 1000px) {
  .media {
    margin: 0 auto 80px;
  }
}

.media .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.63934%;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .media .sns_list {
    margin-left: -1.63934%;
  }
}

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

.media .sns_list > div {
  border-bottom: 0;
  width: 18.36066%;
  height: 18.36066%;
  margin-left: 1.63934%;
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .media .sns_list > div {
    width: 18.36066%;
    margin-left: 1.63934%;
    display: block;
  }
}

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

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

.media .sns_list > div .sns_photo a {
  display: block;
}

.media .sns_list > div .sns_photo img {
  height: 11.6666vw !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 100%;
     object-position: 0 100%;
  display: block;
  font-family: 'object-fit: cover;';
}

@media only screen and (min-width: 1600px) {
  .media .sns_list > div .sns_photo img {
    height: 223.94px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .media .sns_list > div .sns_photo img {
    height: 20vw !important;
  }
}

@media only screen and (max-width: 640px) {
  .media .sns_list > div .sns_photo img {
    height: 40vw !important;
  }
}

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

.home-con01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-con01 .greenBg {
  -webkit-transform: rotate(-4deg) translateX(-8%);
          transform: rotate(-4deg) translateX(-8%);
  margin-bottom: 16px;
  font-size: 18px;
}

.home-con01 .left {
  margin-right: 16px;
  position: relative;
}

.home-con01 .btnWrap {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-con01 .btnWrap a {
  width: 240px;
  margin-right: 12px;
}

.home-con01 .text {
  position: relative;
}

.home-con01 .img {
  position: relative;
}

.home-con01 .img .decoration01 {
  z-index: -1;
  position: absolute;
  width: 80px !important;
  height: 80px !important;
  top: -6%;
  left: -20%;
}

.home-con01 .img .decoration02 {
  width: 100px !important;
  bottom: -10%;
  right: -10%;
  height: 100px !important;
  position: absolute;
}

.home-con01 .img > div {
  z-index: 1;
}

@media only screen and (max-width: 834px) {
  .home-con01 .left {
    margin-left: auto;
    margin-right: auto;
  }
  .home-con01 .title div {
    text-align: center !important;
  }
  .home-con01 .text div {
    text-align: center !important;
    max-width: 540px;
  }
  .home-con01 .btnWrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-con01 .btnWrap a {
    margin-right: 6px;
    margin-left: 6px;
    max-width: 240px;
    width: 100%;
  }
}

.home-con02 {
  border-top: 4px solid #3c7cf4;
  border-bottom: 4px solid #3c7cf4;
  background-repeat: repeat;
  background-size: auto;
}

.home-con02 .btn01 a {
  margin: 0 auto !important;
}

.home-con02 .banner-flex .box {
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
}

.banner-flex {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media only screen and (max-width: 640px) {
  .banner-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 16px;
  }
}

.banner-flex .box {
  position: relative;
  width: calc(25% - 32px);
  color: #346bd2;
  font-size: 18px;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media only screen and (max-width: 640px) {
  .banner-flex .box {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
}

.banner-flex .box a {
  display: block;
  border: 2px solid #fff;
  background: #fff;
}

.banner-flex .box a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.banner-flex .box img {
  width: 100% !important;
}

.banner-flex .box article {
  position: relative;
}

.banner-flex .box article > div {
  line-height: 1.4;
}

.banner-flex.active .box:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.banner-flex.active .box:nth-child(2) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.banner-flex.active .box:nth-child(3) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.banner-flex.active .box:nth-child(4) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.bannerTable table td {
  border: none;
}

.bannerTable table td a {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
}

.bannerTable table td a:hover {
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
  opacity: 1;
}

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

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

.callenderWrap .callender {
  width: calc(50% - 4px);
}

.callenderWrap .callender .title h3 {
  color: #346bd2;
  font-size: 1.75rem;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .callenderWrap .callender .title h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

@media only screen and (max-width: 834px) {
  .callenderWrap .callender {
    width: 100%;
    max-width: 640px;
    margin-bottom: 12px;
  }
}

.callenderWrap .callenderList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 6px solid #346bd2;
}

.callenderWrap .callenderList dl {
  width: calc(100% / 7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #aaa;
}

.callenderWrap .callenderList dl dt, .callenderWrap .callenderList dl dd {
  border: none;
}

.callenderWrap .callenderList dl dt {
  padding: 2px 0px 0 6px;
  background: none;
  font-weight: 500;
}

.callenderWrap .callenderList dl dd {
  padding: 2px 4px;
}

.callenderWrap .callenderList dl dd span {
  margin-right: unset;
  line-height: 1.4;
  margin-bottom: 2px;
  font-size: 14px;
  padding: 2px 0;
  display: block;
  color: #fff !important;
  font-weight: 500;
  text-align: center;
}

.callenderWrap .callenderList dl.blank {
  background: #f0f0f0;
}

.callenderWrap .callenderList dl.blank dt, .callenderWrap .callenderList dl.blank dd {
  background: #f0f0f0;
}

.callenderWrap .callenderList dl:nth-child(7n) dt {
  color: #19438f !important;
}

.callenderWrap .callenderList dl:nth-child(7n+1) dt {
  color: #e63535 !important;
}

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

@media only screen and (max-width: 640px) {
  .newsWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.counselling-wrap {
  border: 2px solid #3c7cf4;
  border-radius: 16px;
  background-color: #fffcee;
  background-image: url("../images/contents/flowerDeco01.png"), url("../images/contents/flowerDeco02.png");
  background-position: left bottom , right bottom;
  background-repeat: no-repeat,no-repeat,no-repeat;
}

.counselling-wrap .text {
  font-size: 20px;
}

.counselling-wrap .text h2 {
  font-family: "あんず文字";
  font-size: 2.25rem;
  color: #3c7cf4;
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  .counselling-wrap .text h2 {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

.counselling-wrap .btn-wrap {
  max-width: 640px;
  margin: 0 auto;
}

.counselling-wrap .btn-wrap td {
  width: 50%;
}

.counselling-wrap .btn-wrap a {
  margin: 0 auto;
  background: #fff;
  border: 2px solid #3c7cf4;
  border-radius: 8px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: 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;
  color: #3c7cf4;
  text-align: center;
  line-height: 1.2;
  font-size: 1.5rem;
  max-width: 320px;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .counselling-wrap .btn-wrap a {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.counselling-wrap .btn-wrap a small {
  font-size: 60%;
  font-weight: 400;
  display: block;
}

@media only screen and (max-width: 640px) {
  .counselling-wrap .btn-wrap a {
    font-size: 1.25rem;
  }
}

.news {
  margin-right: 20px;
  background: #fff;
}

.news .newsinner {
  max-height: 260px;
  overflow-y: scroll;
}

@media only screen and (max-width: 640px) {
  .news .newsinner {
    max-height: 200px;
    margin-bottom: 24px;
  }
}

.news .newsinner dl {
  margin-right: 24px;
  border-bottom: dashed 1px #aaa;
  padding: 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news .newsinner dl dt {
  background: #346bd2;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 2px 16px;
}

.news .newsinner dl dd {
  font-size: 15px;
  border: none;
  line-height: 1.4;
}

@media only screen and (max-width: 834px) {
  .news .newsinner dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news .newsinner dl dd {
    padding: 0px;
    padding-top: 4px;
  }
  .news .newsinner dl dt, .news .newsinner dl dd {
    line-height: 1.2;
  }
}

@media only screen and (max-width: 640px) {
  .news .newsinner dl dt {
    padding: 5px 16px;
  }
}

@media only screen and (max-width: 834px) {
  .news {
    margin-right: 0px;
  }
}

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

@media only screen and (max-width: 834px) {
  .banner-wrap {
    -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;
  }
  .banner-wrap .banner-table {
    width: calc(100%) !important;
    margin-bottom: 24px;
  }
}

.banner-wrap .banner-table {
  width: calc(50% - 16px);
  border-radius: 16px;
  padding: 16px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.banner-wrap .banner-table table {
  position: relative;
}

.banner-wrap .banner-table table a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}

.banner-wrap .banner-table table td {
  padding: 0 !important;
  border: none !important;
}

.banner-wrap .banner-table table td.img {
  width: 186px;
  padding-right: 16px;
}

.banner-wrap .banner-table table td.img img {
  border-radius: 16px;
}

.banner-wrap .banner-table table td.title {
  padding-left: 16px !important;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.banner-wrap .banner-table table td.title div {
  border-bottom: 4px dotted #fff;
}

.banner-wrap .banner-table table td.text {
  padding-left: 16px !important;
  line-height: 1.4;
  font-size: 15px;
}

.banner-wrap .banner-table .text {
  color: #fff;
}

.banner-wrap .banner-table:first-child {
  background: #ffb9a2;
}

.banner-wrap .banner-table:nth-child(2) {
  background: #74e179;
}

.banner-wrap .banner-table:hover {
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.5));
}

.banner-wrap .banner-table:hover a {
  opacity: 1;
}

.h1txt {
  height: 40vh;
  background-position: center;
  background-size: cover;
}

.h1txt > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.h1txt > div h1 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.75)), color-stop(50%, white), color-stop(75%, rgba(255, 255, 255, 0.75)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 25%, white 50%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0) 100%);
  padding: 3em 0;
  width: 100%;
  text-align: center;
  color: #346bd2;
  font-size: 2.25rem;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .h1txt > div h1 {
    font-size: calc(1.35rem + 1.2vw) ;
  }
}

@media only screen and (max-width: 834px) {
  .h1txt {
    height: 33vh;
  }
  .h1txt.inner1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 640px) {
  .h1txt {
    height: 28vh;
  }
}

.h1txt.este h1 {
  color: #ff7c7c;
  font-weight: 400;
}

.troble .suggest-text {
  padding: 0.6em 1em 0.6em;
}

.troble .suggest-text div {
  font-size: 20px;
  line-height: 1.6;
}

.troble .suggest-text:after {
  display: none;
}

.merti-list h3 {
  font-size: 24px;
  border-bottom: 2px dotted #333;
  margin-bottom: 4px;
  line-height: 1.2;
  padding-bottom: 4px;
}

@media only screen and (max-width: 640px) {
  .merti-list h3 {
    font-size: 20px;
  }
  .merti-list img {
    float: left !important;
    margin-right: 8px !important;
    max-width: 40% !important;
  }
}

.merti-list article > div {
  overflow: auto;
}

.flow-list {
  counter-reset: number 0;
  padding: 0 16px 0 0;
}

.flow-list ul li {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow-list ul li:nth-child(1):before {
  background: #fb8970;
}

.flow-list ul li:nth-child(2):before {
  background: #92d5b8;
}

.flow-list ul li:nth-child(3):before {
  background: #72cde7;
}

.flow-list ul li:nth-child(4):before {
  background: #a9ce14;
}

.flow-list ul li:nth-child(5):before {
  background: #fbb249;
}

.flow-list ul li:nth-child(6):before {
  background: #9f6255;
}

.flow-list ul li:nth-child(7):before {
  background: #8b6944;
}

.flow-list ul li:before {
  counter-increment: number 1;
  /* number カウンタを増加 */
  content: "STEP\a 0" counter(number);
  /* 表示形式を指定 */
  border-radius: 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;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border: 12px double #fff;
  background: #346bd2;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
  white-space: pre;
  line-height: 1;
}

.flow-list ul li article {
  padding-left: 8px;
}

.flow-list ul li article h2 {
  font-size: 20px;
  border-bottom: 2px dotted #aaa;
  margin-bottom: 8px;
  padding-bottom: 4px;
}

.flow-list ul li article > div {
  line-height: 1.2;
}

.fee01 .price {
  font-size: 1.75rem;
  font-weight: bold;
  color: #ff7349;
}

@media (max-width: 1200px) {
  .fee01 .price {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.fee01 .term {
  background: #3c7cf4;
  color: #fff;
  padding: 0 0.4em;
}

.fee-table td {
  border: none;
}

.fee-table tr {
  border-bottom: 1px dotted #ff7c7c;
}

.fee-table .name {
  width: 320px;
}

@media only screen and (max-width: 834px) {
  .fee-table .price {
    padding-top: 0 !important;
  }
}

#questionLink {
  margin-bottom: 32px;
}

#questionLink li {
  border-bottom: 1px dotted #346bd2;
  margin-bottom: 8px;
  padding-bottom: 4px;
  padding-left: 4px;
}

#questionLink li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #3c7cf4;
  margin-right: 4px;
  font-size: 22px;
}

#questionLink li a {
  color: #666;
}

.staff-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.staff-list .box {
  margin-bottom: 24px;
  border: 1px solid #aaa;
  position: relative;
  width: calc(50% - 8px);
}

.staff-list .box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.staff-list .box > div {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  padding: 10px 12px;
  font-size: 22px;
}

@media only screen and (max-width: 834px) {
  .staff-list .box > div {
    font-size: 1.125rem;
  }
}

.staff-list .box > div small {
  display: block;
}

.errorWrap .pan1 {
  text-align: right;
}

.errorWrap .h1txtWrap {
  background: url("../images/contents/mainImgBg.jpg");
}

.errorWrap .h1txtWrap .h1txt {
  background: url("../images/contents/pic.jpg");
  background-position: center;
}

.errorWrap > div:last-child {
  margin-bottom: 80px;
}

@media only screen and (max-width: 834px) {
  .errorWrap > div:last-child {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 834px) {
  .fixedBanner {
    position: fixed;
    left: 100%;
  }
}

.pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pdf img {
  min-width: 150px;
}

.picPage.banner-flex .box {
  width: 25%;
  padding: 0 8px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .picPage.banner-flex .box {
    width: calc(100% / 3);
  }
}

@media only screen and (max-width: 640px) {
  .picPage.banner-flex .box {
    width: calc(100% / 2);
  }
}

.picPage.banner-flex:before {
  content: "";
  width: calc(25% - 32px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .picPage.banner-flex:before {
    width: calc(100% / 3);
  }
}

@media only screen and (max-width: 640px) {
  .picPage.banner-flex:before {
    width: calc(100% / 2);
  }
}

.picPage.banner-flex:after {
  content: "";
  width: calc(25% - 32px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .picPage.banner-flex:after {
    width: calc(100% / 3);
  }
}

@media only screen and (max-width: 640px) {
  .picPage.banner-flex:after {
    width: calc(100% / 2);
  }
}

.picPage.banner-flex .box {
  margin-bottom: 24px;
}

.picPage.banner-flex .box > article {
  height: 100%;
}

.picPage.banner-flex .box > article > div {
  height: 100%;
  font-size: 15px;
  background: #f6f6f6;
  color: #666;
  padding: 8px;
}

.itemDetailWrap {
  display: none;
}

.MoItemDetail table td {
  padding: 0 !important;
  padding-bottom: 6px !important;
}

.MoItemDetail table td:before {
  display: block;
  border-bottom: 2px dotted #3c7cf4;
  color: #3c7cf4;
  font-size: 1.125rem;
}

@media only screen and (max-width: 640px) {
  .MoItemDetail table td {
    display: block !important;
    border: none !important;
  }
}

.MoItemDetail table .name:before {
  content: "【商品名】";
}

.MoItemDetail table .howto:before {
  content: "【用法容量】";
}

.MoItemDetail table .price:before {
  content: "【販売価格】";
}

.MoItemDetail table .text:before {
  content: "【商品説明】";
}

.MoItemDetail table .ingre:before {
  content: "【原材料/成分】";
}

.easyBold b {
  color: #b00000;
}

.recipeWrap {
  border: 1px solid #e7c287;
  padding: 24px 12px;
}

.recipeWrap h3 {
  color: #b00000;
  font-weight: bold;
  margin-bottom: 4px;
}

.recipeList {
  background: #f6f6f6;
  counter-reset: number 0;
  padding: 24px 12px;
}

.recipeList:before {
  content: "作り方";
  font-weight: bold;
  width: 100%;
  color: #b00000;
  text-align: center;
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
}

.recipeList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: number 1;
}

.recipeList li:before {
  margin-right: 4px;
  margin-bottom: 4px;
  font-weight: bold;
  content: "(" counter(number) ")";
}

.備考 {
  background: #eddabd;
  padding: 16px;
}

.illustmap {
  border: 1px solid #aaa;
}

.StickyContents {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  z-index: 10;
  bottom: 60px;
  right: 0;
}

@media only screen and (max-width: 834px) {
  .StickyContents {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    right: unset;
    left: 0;
    bottom: 8px;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .StickyContents {
    bottom: -6px;
  }
}

.StickyContents .inner1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 260px;
}

.StickyContents .inner1 a {
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1));
}

.StickyContents .inner1 a img {
  max-width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .StickyContents .inner1 {
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .StickyContents .inner1 a img {
    width: 280px;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  .StickyContents .inner1 a img {
    width: 202px;
  }
}

.inner1 {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1000px) {
  .inner1 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

.pan1 {
  margin-top: 12px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 834px) {
  .pan1 {
    margin-bottom: 12px;
  }
}

/* title */
.midashi {
  display: block;
  width: 100%;
}

.midashi h2 {
  color: #000;
  font-weight: 700;
  line-height: 1;
  font-size: 50px;
  font-size: 3.125vw;
}

@media only screen and (min-width: 1600px) {
  .midashi h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi h2 {
    font-size: 45px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi h2 {
    font-size: 35px;
  }
}

.midashi h2 span {
  margin-top: 15px;
  display: block;
  font-size: 24px;
  font-size: 1.5vw;
}

@media only screen and (min-width: 1600px) {
  .midashi h2 span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi h2 span {
    font-size: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi h2 span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi h2 span {
    font-size: 18px;
  }
}

.midashi2 {
  display: block;
  width: 100%;
}

.midashi2 h2 {
  color: #000;
  font-weight: 700;
  line-height: 1;
  font-size: 40px;
  font-size: 2.5vw;
}

@media only screen and (min-width: 1600px) {
  .midashi2 h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi2 h2 {
    font-size: 35px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi2 h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi2 h2 {
    font-size: 30px;
  }
}

.midashi2 h2 span {
  margin-top: 15px;
  display: block;
  font-size: 24px;
  font-size: 1.5vw;
}

@media only screen and (min-width: 1600px) {
  .midashi2 h2 span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi2 h2 span {
    font-size: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi2 h2 span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi2 h2 span {
    font-size: 18px;
  }
}

.midashi3 h2 {
  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;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875vw;
}

@media only screen and (min-width: 1600px) {
  .midashi3 h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi3 h2 {
    font-size: 25px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi3 h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi3 h2 {
    font-size: 20px;
  }
}

.midashi3 h2:after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  content: "";
  display: block;
  border-top: solid 1px #f6ed13;
  width: auto;
  height: 1px;
  z-index: 0;
}

.midashi3 span {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 15px 0 0;
}

.midashi3 br {
  display: none !important;
}

.midashi4 h2 {
  letter-spacing: 0.2em;
  padding: 20px 15px;
  font-weight: 700;
  color: #333;
  background-image: url(../images/contents/midashi.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #f4f4f4;
  border-left: solid 5px #1b4996;
  border-bottom: solid 3px #d7d7d7;
  background-size: contain;
  font-size: 25px;
  font-size: 1.5625vw;
}

@media only screen and (min-width: 1600px) {
  .midashi4 h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi4 h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi4 h2 {
    font-size: 25px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi4 h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi4 h2 {
    font-size: 18px;
  }
}

.midashi4 h2 span {
  color: #0b51c2;
  display: block;
  font-size: 13px;
  font-size: 0.8125vw;
}

@media only screen and (min-width: 1600px) {
  .midashi4 h2 span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi4 h2 span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi4 h2 span {
    font-size: 16px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi4 h2 span {
    font-size: 13px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi4 h2 span {
    font-size: 13px;
  }
}

.midashi4 h3 {
  letter-spacing: 0.2em;
  padding: 20px 15px;
  font-weight: 700;
  color: #333;
  background: #f4f4f4;
  border-left: solid 5px #1b4996;
  border-bottom: solid 3px #d7d7d7;
  font-size: 25px;
  font-size: 1.5625vw;
}

@media only screen and (min-width: 1600px) {
  .midashi4 h3 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi4 h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi4 h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi4 h3 {
    font-size: 18px;
  }
}

.midashi5 {
  display: block;
  width: 100%;
}

.midashi5 h3 {
  color: #333;
  font-weight: 500;
  line-height: 1.4em;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-size: 25px;
  font-size: 1.5625vw;
}

@media only screen and (min-width: 1600px) {
  .midashi5 h3 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi5 h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi5 h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi5 h3 {
    font-size: 18px;
  }
}

.midashi5 h3 span {
  font-size: 16px;
  font-size: 1vw;
}

@media only screen and (min-width: 1600px) {
  .midashi5 h3 span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .midashi5 h3 span {
    font-size: 16px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .midashi5 h3 span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .midashi5 h3 span {
    font-size: 16px;
  }
}

.titlestyle01 {
  border-radius: 16px;
  border: 4px solid #e15c69;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
  font-weight: bold;
  font-size: 24px;
  color: #e15c69;
  line-height: 1.4;
}

.titlestyle02 {
  font-size: 2rem;
  color: #346bd2;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .titlestyle02 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

.titlestyle02 h2 {
  letter-spacing: 0.1em;
  font-weight: bold;
}

.titlestyle03 h2 {
  border-bottom: 1px solid #346bd2;
  padding-bottom: 2px;
  font-size: 1.75rem;
  color: #3c7cf4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .titlestyle03 h2 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.titlestyle03 h2:before {
  content: "";
  background: url("../images/contents/demo02.png") no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  margin-right: 4px;
}

.este.titlestyle03 h2 {
  border-bottom: 1px solid #ff7c7c;
  padding-bottom: 2px;
  font-size: 1.75rem;
  color: #ff7c7c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .este.titlestyle03 h2 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.este.titlestyle03 h2:before {
  content: "\f4c2";
  font-family: "Font Awesome 5 pro";
  background: none;
  display: inline-block;
  background-size: contain;
  margin-right: 4px;
}

.recipe.titlestyle03 h2 {
  border-bottom: 1px solid #3c7cf4;
  padding-bottom: 2px;
  font-size: 1.75rem;
  color: #3c7cf4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .recipe.titlestyle03 h2 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

.recipe.titlestyle03 h2:before {
  content: "\f7fe";
  font-family: "Font Awesome 5 pro";
  background: none;
  display: inline-block;
  background-size: contain;
  margin-right: 4px;
}

.btn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #3c7cf4;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  height: 54px;
  max-width: 260px;
}

.btn01 a:after {
  content: "\f330";
  font-family: "Font Awesome 5 pro";
  max-width: 240px;
  font-weight: bold;
  margin-left: 4px;
  font-size: 0.9em;
}

.contactwrap {
  background: #f7f7f7;
  padding: 50px;
}

.policy a {
  color: #333;
}

.waku2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.waku2 .box {
  width: 48%;
  padding: 40px;
  background: whitesmoke;
  border: double 7px #1b4996;
}

@media only screen and (max-width: 640px) {
  .waku2 .box {
    width: 100%;
    padding: 20px;
  }
}

.waku2 .box img {
  margin-bottom: 20px;
}

.waku2 .box h3 {
  margin-bottom: 15px;
  color: #000;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  font-size: 25px;
  font-size: 1.5625vw;
}

@media only screen and (min-width: 1600px) {
  .waku2 .box h3 {
    font-size: 25px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .waku2 .box h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .waku2 .box h3 {
    font-size: 20px;
  }
}

.member01 {
  padding: 5%;
  background: #f7f7f7;
  border: 1px solid #ccc;
}

.gaiyou01 {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.gaiyou01 .flxL {
  width: 48%;
}

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

.gaiyou01 .flxR {
  width: 48%;
}

@media only screen and (max-width: 834px) {
  .gaiyou01 .flxR {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .comp2 dl {
    text-align: center;
    display: block !important;
  }
}

.comp2 dl dt {
  padding: 15px !important;
}

@media only screen and (max-width: 640px) {
  .comp2 dl dt {
    display: block !important;
    text-align: center;
    width: 100% !important;
  }
}

.comp2 dl dd {
  padding: 15px !important;
}

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

.comp2 dl a {
  color: #b2b2b2;
}

.faq_q {
  border: none !important;
}

.faq_q > div {
  font-size: 16px;
  border-bottom: 1px #1b4996 dashed;
  padding-bottom: 20px !important;
  position: relative;
  color: #1b4996;
  font-weight: bold;
  position: relative;
  padding-left: 3em !important;
}

.faq_q > div:before {
  content: "Q";
  display: block;
  background: #1b4996;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -3px;
}

.faq_a {
  border: none !important;
}

.faq_a > div {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px #376eca solid;
  padding-bottom: 30px !important;
  position: relative;
  padding-left: 3em !important;
}

.faq_a > div:before {
  content: "A";
  display: block;
  background: #376eca;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -6px;
}

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

.waku {
  padding: 40px;
  background: whitesmoke;
  border: double 7px #1b4996;
}

@media only screen and (max-width: 640px) {
  .waku {
    padding: 20px;
  }
}

.comp dl {
  border-bottom: 1px solid #ccc;
}

.comp dl:nth-child(1) {
  border-top: 1px solid #ccc;
}

.comp dl dt {
  padding: 15px 0 !important;
  border: 0 !important;
  background-color: inherit !important;
}

.comp dl dd {
  padding: 15px 0 !important;
  border: 0 !important;
  background-color: inherit !important;
}

.comp dl a {
  color: #b2b2b2;
}

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

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}

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

.formtel td {
  font-size: 16px;
  border: 0 !important;
}

.formtel .tel2 div {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.formtel .tel2 a {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 834px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

.center {
  text-align: center;
}

.tel {
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .tel {
    pointer-events: all;
  }
}

.greenBg {
  display: inline-block;
  background: #52e450;
  padding: 4px 40px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.not-for-pc {
  display: none;
}

@media only screen and (max-width: 834px) {
  .not-for-pc {
    display: block;
  }
}

.tellBtn {
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .tellBtn {
    pointer-events: all;
  }
}
/*# sourceMappingURL=assets.css.map */