@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  padding: 0 40px;
  counter-reset: number 0;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #423533;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

@media only screen and (max-width: 1600px) {
  body {
    padding: 0 2%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  body {
    padding: 0 15px;
  }
}

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

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, b, 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: 500;
}

.inner {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 10px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
  background-color: #f8f8f8;
}

@media only screen and (max-width: 1600px) {
  #contents_wrap {
    padding-top: 5%;
  }
}

@media only screen and (max-width: 1600px) {
  #contents_wrap {
    padding-top: 7%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents_wrap {
    padding-top: 2.5%;
  }
}

@media only screen and (max-width: 640px) {
  #contents_wrap {
    padding: 2% 0 10% 0;
  }
}

.index_contents #contents_wrap {
  padding-top: 70px;
}

@media only screen and (max-width: 1600px) {
  .index_contents #contents_wrap {
    padding-top: 5%;
  }
}

#contents {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1220px;
  padding: 0 20px;
  background-color: transparent;
}

@media only screen and (max-width: 1100px) {
  #contents {
    background-color: rgba(248, 248, 248, 0.5);
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #contents {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

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

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  margin-bottom: 50px;
  font-size: 13px;
  color: #423533;
}

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

.pankuzu a {
  color: #423533;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.smp h2 {
  margin: 70px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #d8d8d8;
  font-size: 24px;
  letter-spacing: 10px;
  line-height: 1.3;
}

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

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

.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px;
}

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

.smp p {
  margin-bottom: 10px;
}

.smp ul {
  padding: 0 20px;
}

.smp li {
  margin-bottom: 10px;
}

.error_link a {
  display: inline-block;
  margin-top: 50px;
  color: #423533;
}

.error_link a:hover {
  text-decoration: underline;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

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

b {
  font-weight: bold;
}

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

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: 0.8;
}

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

.gothic {
  font-family: "游ゴシック", 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#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}

#global_header section {
  background-color: #fff;
}

#global_header section .inner {
  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;
  margin: 0 auto;
  padding: 20px 10px 0 10px;
}

@media only screen and (max-width: 834px) {
  #global_header section .inner {
    display: block;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header section .inner {
    padding: 10px 60px 10px 15px;
  }
}

@media only screen and (max-width: 640px) {
  #global_header section .inner {
    padding: 10px 60px 10px 10px;
  }
}

#global_header #siteID {
  width: 26%;
  text-align: left;
}

@media only screen and (max-width: 834px) {
  #global_header #siteID {
    margin: 0 auto 10px auto;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #global_header #siteID {
    width: 35%;
  }
}

@media only screen and (max-width: 640px) {
  #global_header #siteID {
    width: 180px;
    min-width: 130px;
  }
}

#global_header #siteID img {
  max-width: 320px;
  width: 100% !important;
}

#global_header #siteID a {
  opacity: 1;
}

#global_header #hedInfo {
  max-width: 480px;
}

@media only screen and (max-width: 834px) {
  #global_header #hedInfo {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  #global_header #hedInfo {
    max-width: 280px;
  }
}

#global_header #hedInfo dl {
  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;
}

#global_header #hedInfo dl dt, #global_header #hedInfo dl dd {
  font-size: 13px;
}

#global_header #hedInfo dl dt {
  width: 100px;
  margin-right: 10px;
  padding: 3.5px 3px;
  background: url(../images/common/bg_grn.gif);
  background-size: cover;
  color: #fff;
  line-height: 1;
}

@media only screen and (max-width: 640px) {
  #global_header #hedInfo dl dt {
    width: 30%;
    margin-right: 0;
  }
}

#global_header #hedInfo dl dd {
  margin-right: 20px;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  #global_header #hedInfo dl dd {
    width: 70%;
    margin-right: 0;
    padding-left: 10px;
  }
}

#global_header #hedInfo dl dd:nth-of-type(even) {
  margin-right: 0;
}

#global_header #hedInfo p {
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
}

#global_header nav {
  padding: 30px 0;
  background-color: #fff;
}

#global_header nav ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#global_header nav ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1;
}

#global_header nav ul li a {
  display: block;
  color: #423533;
  text-decoration: none;
}

#global_header nav ul li a:hover {
  color: #423533;
}

#global_header .fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

@media only screen and (max-width: 834px) {
  #global_header .fixed {
    position: static;
    top: auto;
    left: auto;
  }
}

.spNav {
  display: none;
}

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

#mainArea {
  position: relative;
  overflow: hidden;
  padding: 40px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea {
    padding: 15px 0 0 0;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea {
    padding: 10px 0 0 0;
  }
}

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

@media only screen and (max-width: 640px) {
  #mainArea .img img {
    height: 80vw !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover; object-position: center top;';
  }
}

/* ----------------------------------------------------------
hamburger menu
---------------------------------------------------------- */
/*hamburger menu  */
.nav-toggle {
  display: none;
}

@media only screen and (max-width: 834px) {
  /* toggle */
  #nav-toggle {
    position: fixed;
    top: 16px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }
  #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    -webkit-transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
    /* #nav-toggle close */
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #000;
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background-color: #000;
  }
  /* z-index */
  #nav-toggle {
    z-index: 1000;
  }
  #nav_global nav {
    z-index: 999;
  }
  /* nav */
  nav#hedFixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    padding-left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  nav#hedFixed ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    width: 100%;
    list-style: none;
  }
  nav#hedFixed ul li {
    display: block;
    width: 50%;
    -webkit-transition: color .6s ease;
    transition: color .6s ease;
    text-decoration: none;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  nav#hedFixed ul li {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 834px) {
  nav#hedFixed ul li a {
    display: block;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 834px) and (max-width: 640px) {
  nav#hedFixed ul li a {
    padding: 15px 0;
    font-size: 13px;
  }
}

@media only screen and (max-width: 834px) {
  nav#hedFixed ul .spNav {
    display: block;
  }
  .open nav#hedFixed {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
}

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

footer#global_footer #pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 101;
}

footer#global_footer #pagetop a {
  display: block;
  width: 40px;
  padding: 3px 0;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #010000;
  border-radius: 50%;
  text-align: center;
}

footer#global_footer #pagetop a:hover {
  background-color: rgba(1, 0, 0, 0.9);
}

footer#global_footer #pagetop a:hover i {
  color: #fff;
}

footer#global_footer #pagetop i {
  font-size: 16px;
  font-weight: 200;
}

footer#global_footer #footer {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1100px) {
  footer#global_footer #footer {
    background-color: rgba(248, 248, 248, 0.5);
  }
}

footer#global_footer #footer #fot_cont {
  position: relative;
  padding: 4% 0 10% 0;
  padding-left: 10px;
  padding-right: 10px;
}

footer#global_footer #footer #fot_cont:before, footer#global_footer #footer #fot_cont:after {
  content: "";
  position: absolute;
  display: block;
}

footer#global_footer #footer #fot_cont:before {
  top: 0;
  left: -40px;
  width: 29%;
  height: 27.3vw;
  background: url(../images/common/img_contact1.png) no-repeat;
  background-position: top left;
  background-size: contain;
}

footer#global_footer #footer #fot_cont:after {
  bottom: 40px;
  right: 2%;
  width: 16%;
  height: 14.3vw;
  background: url(../images/common/img_contact2.png) no-repeat;
  background-position: bottom right;
  background-size: contain;
}

footer#global_footer #footer #fot_cont .bgWh {
  position: relative;
  z-index: 2;
  padding: 4% 5.5% 5.5% 5.5%;
  background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer #fot_cont .bgWh {
    padding: 30px 20px;
  }
}

footer#global_footer #footer #fot_cont .bgWh h2 {
  margin-bottom: 50px;
  font-size: 40px;
  letter-spacing: 0.2em;
  color: #010000;
  line-height: 1.3;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer #fot_cont .bgWh h2 {
    margin-bottom: 30px;
    font-size: 36px;
  }
}

footer#global_footer #footer #fot_cont .bgWh h2 .ja {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
}

footer#global_footer #footer #fot_cont .bgWh ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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: 640px) {
  footer#global_footer #footer #fot_cont .bgWh ul {
    display: block;
  }
}

footer#global_footer #footer #fot_cont .bgWh ul li {
  width: 45%;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer #fot_cont .bgWh ul li {
    width: 100%;
  }
}

footer#global_footer #footer #fot_cont .bgWh ul li a {
  display: block;
  padding: 13px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid #000;
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1600px) {
  footer#global_footer #footer #fot_cont .bgWh ul li a {
    font-size: 2.2vw;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer #fot_cont .bgWh ul li a {
    font-size: 22px;
  }
}

footer#global_footer #footer #fot_cont .bgWh ul .linkTel {
  padding: 8px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid #000;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1600px) {
  footer#global_footer #footer #fot_cont .bgWh ul .linkTel {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer #fot_cont .bgWh ul .linkTel {
    margin-bottom: 15px;
    padding: 0;
    background-color: transparent;
    border: none;
  }
}

footer#global_footer #footer #fot_cont .bgWh ul .linkTel a {
  letter-spacing: 0.1em;
}

footer#global_footer #footer #fot_nav {
  background-color: #fff;
}

footer#global_footer #footer #fot_nav ul li {
  display: inline-block;
}

footer#global_footer #footer #fot_nav ul li a {
  display: block;
  padding: 5px 15px;
}

@media only screen and (max-width: 640px) {
  footer#global_footer #footer #fot_nav ul li a {
    font-size: 13px;
  }
}

footer#global_footer address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 780px;
  margin: 0 auto;
  padding: 50px 10px 40px 10px;
  font-size: 14px;
  text-align: left;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  footer#global_footer address {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 500px;
  }
}

@media only screen and (max-width: 640px) {
  footer#global_footer address {
    display: block;
    text-align: center;
  }
}

footer#global_footer address #fotID {
  min-width: 160px;
}

footer#global_footer address .linkTel {
  display: inline-block;
  margin-left: 15px;
}

footer#global_footer .gmap iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

footer#global_footer #copy {
  display: block;
  padding-bottom: 10px;
  background-color: #fff;
  font-size: 14px;
}

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

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

.contact_contents #footer #fot_cont {
  display: none;
}

/* ------------------------------------------------------------
index.html
------------------------------------------------------------ */
/* title */
.ttlEn h2 {
  margin-bottom: 50px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  color: #010000;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

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

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

.ttlEn h2 .ja {
  display: block;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}

/* contents */
.flex_imgR, .flex_imgL {
  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;
  margin-bottom: 160px;
}

@media only screen and (max-width: 1600px) {
  .flex_imgR, .flex_imgL {
    margin-bottom: 15%;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .flex_imgR, .flex_imgL {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .flex_imgR, .flex_imgL {
    display: block;
  }
}

.flex_imgR .txt, .flex_imgL .txt {
  width: 40%;
  max-width: 385px;
}

@media only screen and (max-width: 640px) {
  .flex_imgR .txt, .flex_imgL .txt {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.flex_imgR .txt p, .flex_imgL .txt p {
  margin-bottom: 40px;
}

.flex_imgR .img, .flex_imgL .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 57.5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .flex_imgR .img, .flex_imgL .img {
    width: 100%;
  }
}

.flex_imgR .img .img_left, .flex_imgL .img .img_left {
  width: 50%;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex_imgR .img .img_left .box, .flex_imgL .img .img_left .box {
  width: 100% !important;
  margin-bottom: 20px;
}

.flex_imgR .img .img_right, .flex_imgL .img .img_right {
  width: 46%;
}

.flex_imgR .img .img_right .box, .flex_imgL .img .img_right .box {
  margin-bottom: 20px;
}

.flex_imgL {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.wrap_sns {
  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;
}

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

.wrap_sns .box {
  width: 47%;
  margin-bottom: 20px;
  padding: 50px 40px 70px 40px;
  background-color: #fff;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrap_sns .box {
    width: 49%;
  }
}

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

.wrap_sns .box .movie iframe {
  height: 14vw;
  min-height: 155px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .wrap_sns .box .movie iframe {
    height: 17vw;
    min-height: auto;
  }
}

@media only screen and (max-width: 640px) {
  .wrap_sns .box .movie iframe {
    height: 49vw;
    min-height: auto;
  }
}

.wrap_sns .box .insta .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none !important;
}

.wrap_sns .box .insta .sns_list > div {
  width: 23.8% !important;
  margin-right: 1.5%;
  margin-bottom: 7px;
  border: none !important;
}

.wrap_sns .box .insta .sns_list > div:nth-of-type(4n) {
  margin-right: 0;
}

.wrap_sns .box .insta .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.wrap_sns .box .insta .sns_text {
  display: none !important;
}

.news {
  max-width: 855px;
  margin: 0 auto;
}

.news dl {
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
}

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

.news dl:first-of-type {
  border-top: 1px solid #d8d8d8;
}

.news dt, .news dd {
  padding: 0 !important;
  border: none !important;
  font-size: 14px;
}

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

.news dt {
  color: #978f8e;
}

.news a {
  text-decoration: underline;
}

.news a:hover {
  text-decoration: none;
}

.news .scroll {
  max-height: 315px;
  padding-right: 10px;
  overflow-x: auto;
}

.loop li, .loop02 li {
  padding: 0.2%;
}

.loop img, .loop02 img {
  width: 100% !important;
  height: 10vw !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .loop img, .loop02 img {
    height: 16vw !important;
  }
}

@media only screen and (max-width: 640px) {
  .loop img, .loop02 img {
    height: 22vw !important;
  }
}

.loop02 {
  margin-bottom: 160px;
}

@media only screen and (max-width: 1600px) {
  .loop02 {
    margin-bottom: 15%;
  }
}

/* ------------------------------------------------------------
concept.html
------------------------------------------------------------ */
.concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10%;
}

@media only screen and (max-width: 834px) {
  .concept {
    padding: 0 6%;
  }
}

.concept .box {
  position: relative;
  width: 33.3%;
  padding: 30px 20px;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 834px) {
  .concept .box {
    position: static;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px;
    padding: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .concept .box {
    width: 100%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .concept .box:nth-of-type(even) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 834px) {
  .concept .box article {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.concept .box article h2 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  background-color: rgba(66, 53, 51, 0.3);
  font-size: 28px;
  color: #fff;
  text-align: center !important;
  letter-spacing: 4px;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

@media only screen and (max-width: 834px) {
  .concept .box article h2 {
    position: static;
    top: auto;
    -webkit-transform: inherit;
            transform: inherit;
    margin-bottom: 10px;
    background: transparent;
    font-size: 20px;
    color: #423533;
  }
}

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

.concept .box article div {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

@media only screen and (max-width: 834px) {
  .concept .box article div {
    display: block;
    padding: 0;
    background-color: transparent;
    font-weight: 500;
    opacity: 1;
  }
}

.concept .box:hover h2 {
  opacity: 0;
}

@media only screen and (max-width: 834px) {
  .concept .box:hover h2 {
    opacity: 1;
  }
}

.concept .box:hover div {
  opacity: 1;
}

/* ------------------------------------------------------------
tea.html
------------------------------------------------------------ */
.tea_bdr {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d8d8d8 !important;
}

@media only screen and (max-width: 640px) {
  .tea_bdr p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }
}

.price1 {
  border: 2px solid #010000;
}

.price1 h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 20px;
}

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

/* ------------------------------------------------------------
menu.html
------------------------------------------------------------ */
.tea_bdr2 td {
  padding-bottom: 30px !important;
}

.tea_bdr2 td h3 {
  padding-bottom: 10px;
  border-bottom: 1px dotted #d8d8d8;
}

.tea_bdr2 td:nth-of-type(odd) {
  padding-right: 30px !important;
}

@media only screen and (max-width: 640px) {
  .tea_bdr2 td:nth-of-type(odd) {
    padding-right: 0 !important;
  }
}

.price2 h3 {
  margin-bottom: 50px;
  font-size: 24px;
  color: #010000;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

@media only screen and (max-width: 1100px) {
  .price2 h3 {
    font-size: 2.4vw;
  }
}

@media only screen and (max-width: 640px) {
  .price2 h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.dl_menu dl {
  display: block !important;
}

.dl_menu dt, .dl_menu dd {
  padding: 0 !important;
  border: none !important;
}

.dl_menu dt {
  padding: 5px 10px !important;
  border-radius: 7px;
  line-height: 1.3;
}

.dl_menu dd {
  padding: 5px 0 30px 0 !important;
}

/* ------------------------------------------------------------
recruit.html
------------------------------------------------------------ */
.recruit {
  padding: 8px 10px;
}

.recruit .linkTel div {
  display: inline-block;
  margin-top: 15px;
  padding: 0 50px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid #000;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1600px) {
  .recruit .linkTel div {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 640px) {
  .recruit .linkTel div {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    font-size: inherit;
  }
}

.recruit .linkTel a {
  display: block;
  max-width: 350px;
  margin: 15px auto 0 auto;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 2px solid #000;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
}

/* ------------------------------------------------------------
faq.html
------------------------------------------------------------ */
.faq {
  margin-bottom: 30px;
}

.faq li {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 10px 45px;
}

.faq li:nth-of-type(odd):before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  background-color: #010000;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}

.faq li:nth-of-type(even):before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  background-color: #fff;
  border: 1px solid #010000;
  border-radius: 3px;
  color: #010000;
  text-align: center;
}

.border .faq:last-of-type {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
contents.html
------------------------------------------------------------ */
.movie2 iframe {
  height: 10vw;
  min-height: 128px;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .movie2 iframe {
    height: 15vw;
  }
}

@media only screen and (max-width: 640px) {
  .movie2 iframe {
    height: 52vw;
  }
}

/* ------------------------------------------------------------
event.html
------------------------------------------------------------ */
.event dl {
  margin-bottom: 15px !important;
}

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

.event dt, .event dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}

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

.event dt {
  min-width: 100px;
}

@media only screen and (max-width: 640px) {
  .event dt {
    text-align: left;
  }
}

.event dt span {
  display: block;
  padding: 0 10px !important;
  background-color: #423533;
  border-radius: 7px;
  text-align: center;
  color: #fff;
}

.event dd {
  padding: 0 15px !important;
}

.e_gallery li {
  width: 32%;
  margin-right: 2%;
}

@media only screen and (max-width: 640px) {
  .e_gallery li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
}

.e_gallery li:nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 640px) {
  .e_gallery li:nth-of-type(3n) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 640px) {
  .e_gallery li:nth-of-type(even) {
    margin-right: 0;
  }
}

.e_gallery li img {
  width: 100% !important;
}

/* ------------------------------------------------------------
contact.html
------------------------------------------------------------ */
.mail.title {
  display: none !important;
}

.cont_form dl {
  padding: 30px 20px;
  background-color: #fff;
  border-right: 2px solid #d8d8d8;
  border-left: 2px solid #d8d8d8;
}

@media only screen and (max-width: 640px) {
  .cont_form dl {
    padding: 10px;
  }
}

.cont_form dl:first-of-type {
  border-top: 2px solid #d8d8d8;
}

.cont_form dl:last-of-type {
  border-bottom: 2px solid #d8d8d8;
}

section div.form_wrap dl {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
box
------------------------------------------------------------ */
.flex {
  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: 640px) {
  .flex {
    display: block;
  }
}

.flex .box2 {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flex .box2 {
    width: 100%;
    margin-right: 0;
  }
}

.flex .box2:nth-of-type(even) {
  margin-right: 0;
}

.flex .box2 img {
  width: 100% !important;
}

.flex .box3 {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .flex .box3 {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.flex .box3:nth-of-type(3n) {
  margin-right: 0;
}

.flex .box3 img {
  width: 100% !important;
}

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

.tabBlk .box2 {
  width: 100%;
}

/* ------------------------------------------------------------
title
------------------------------------------------------------ */
.ttl1 h2 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #010000;
  font-size: 30px;
  color: #010000;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

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

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

.ttl1 h3 {
  margin: 10px auto;
  font-size: 24px;
  color: #010000;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

@media only screen and (max-width: 1100px) {
  .ttl1 h3 {
    font-size: 2.4vw;
  }
}

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

.ttl1 h2 .ja {
  margin-left: 15px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.h1txt {
  margin-bottom: 120px;
  padding: 15% 2%;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1600px) {
  .h1txt {
    margin-bottom: 10%;
  }
}

@media only screen and (max-width: 640px) {
  .h1txt {
    padding: 8% 2%;
  }
}

.h1txt h1 {
  padding: 5px;
  background-color: rgba(66, 53, 51, 0.3);
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1.3;
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .h1txt h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .h1txt h1 {
    padding: 10px;
    font-size: 16px;
  }
}

.h1txt h1 .ja {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 640px) {
  .h1txt h1 .ja {
    margin-top: 10px;
    font-size: 13px;
  }
}

/* ------------------------------------------------------------
button
------------------------------------------------------------ */
.btn a {
  position: relative;
  display: inline-block;
  padding: 0 75px 5px 3px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
  color: #010000;
}

.btn a:before, .btn a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: all .8s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn a:before {
  width: 15px;
  height: 1px;
  background: #010000;
}

.btn a:after {
  width: 10px;
  height: 5px;
  border-top: 1px solid #010000;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.btn a:hover:before, .btn a:hover:after {
  right: 5px;
}

/* ------------------------------------------------------------
text
------------------------------------------------------------ */
.fRoboto {
  font-family: "Roboto Condensed", sans-serif;
}

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

.linkA a {
  text-decoration: underline;
}

.linkA a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .sp_left p {
    text-align: left !important;
  }
}

/* ------------------------------------------------------------
table
------------------------------------------------------------ */
.tbl_st1 td {
  padding: 20px !important;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .tbl_st1 td {
    padding: 0 !important;
  }
}

.tbl_st1 td:nth-of-type(2) {
  padding-bottom: 30px !important;
}

.tbl_st2 td {
  padding: 20px !important;
  border: none !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

.tbl_st2 td:first-of-type {
  border-bottom: 1px solid #978f8e !important;
}

.tbl_st3 td {
  padding: 5px 10px !important;
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .tbl_st3 td {
    padding: 0 !important;
  }
  .tbl_st3 td:first-of-type {
    border-bottom: 1px solid #d8d8d8 !important;
  }
  .tbl_st3 td:last-of-type {
    padding-bottom: 30px !important;
  }
}

/* ------------------------------------------------------------
common
------------------------------------------------------------ */
.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.mg_t0, .mg_t0 h2, .mg_t0 h3, .mg_t0 h4, .mg_t0 h5 {
  margin-top: 0 !important;
}

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

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

.bdrNone td {
  border: none !important;
}

@media only screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}

.border {
  border: 1px solid #d8d8d8;
}
/*# sourceMappingURL=assets.css.map */