@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common2.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.mincho, #reserve-wrap ul li:nth-child(1), #h1Title, .rec-text h2, .staff-wrap .staff-box .staff-info table .name div, .shop-concept > div h2, .concept-table .title div, .for-bg h2, .home-con01 h2 {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.shadow, .fixed, .hanko-flex .hanko-table {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.drop-shadow, .home-con04 table img {
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 4, 0.2));
}

.bg-gra {
  background-image: linear-gradient(50deg, rgb(41, 137, 204) 0%, rgb(0, 73, 172) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(41, 137, 204) 0%, rgb(0, 73, 172) 100%);
}

.mincho, #reserve-wrap ul li:nth-child(1), #h1Title, .rec-text h2, .staff-wrap .staff-box .staff-info table .name div, .shop-concept > div h2, .concept-table .title div, .for-bg h2, .home-con01 h2 {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.ggmap {
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .ggmap {
    padding-bottom: 45%;
  }
}
@media only screen and (max-width: 640px) {
  .ggmap {
    padding-bottom: 40%;
  }
}

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

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  @keyframes moveBG {
    0% {
      background-position-x: 0%;
    }
    100% {
      background-position-x: 100%;
    }
  }
}
.fade-in {
  animation: fade-in 0.8s ease-in-out;
}

/*================== プライバシーポリシー =================*/
.policy {
  text-align: left;
}

.policy-text {
  font-size: 18px;
}

.policy h2 {
  border-left: 4px solid #07206a;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.policy-trriger {
  color: #07206a;
  cursor: pointer;
  text-decoration: underline;
}

.policy-wrap {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .policy-wrap {
    left: 0;
  }
}
.policy-wrap > div {
  transform: scale(0);
  transition-duration: 0.6s;
  opacity: 0;
  position: relative;
  padding: 20px;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #07206a;
  height: 60vh;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}

@media only screen and (max-width: 768px) {
  .policy-wrap > div {
    width: 95%;
  }
}
.policy-wrap > div a {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.policy {
  text-align: left;
}

.policy-text {
  font-size: 18px;
}

.policy-wrap h3 {
  margin-top: 16px;
  border-left: 4px solid #07206a;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.policy p {
  margin: 10px 0 25px;
}

.policy-wrap {
  opacity: 0;
  transition-duration: 1s;
}

.policy-wrap.active {
  animation: fade-in 0.5s;
  display: flex;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}

.policy-wrap.active > div {
  transform: scale(1);
  opacity: 1;
}

.col-1 {
  width: 8.3333333333% !important;
}

.col-2 {
  width: 16.6666666667% !important;
}

.col-3 {
  width: 25% !important;
}

.col-4 {
  width: 33.3333333333% !important;
}

.col-5 {
  width: 41.6666666667% !important;
}

.col-6 {
  width: 50% !important;
}

.col-7 {
  width: 58.3333333333% !important;
}

.col-8 {
  width: 66.6666666667% !important;
}

.col-9 {
  width: 75% !important;
}

.col-10 {
  width: 83.3333333333% !important;
}

.col-11 {
  width: 91.6666666667% !important;
}

.col-12 {
  width: 100% !important;
}

.gutterL {
  margin-left: 20px !important;
}

.mauto {
  margin: 0 auto;
}

.mra {
  margin-right: auto !important;
}

.mla {
  margin-left: auto !important;
}

@media only screen and (max-width: 768px) {
  .col-tb-1 {
    width: 7.33333% !important;
  }
  .col-tb-2 {
    width: 16.6666666667% !important;
  }
  .col-tb-3 {
    width: 25% !important;
  }
  .col-tb-4 {
    width: 33.3333333333% !important;
  }
  .col-tb-5 {
    width: 41.6666666667% !important;
  }
  .col-tb-6 {
    width: 50% !important;
  }
  .col-tb-7 {
    width: 58.3333333333% !important;
  }
  .col-tb-8 {
    width: 66.6666666667% !important;
  }
  .col-tb-9 {
    width: 75% !important;
  }
  .col-tb-10 {
    width: 83.3333333333% !important;
  }
  .col-tb-11 {
    width: 91.6666666667% !important;
  }
  .col-tb-12 {
    width: 100% !important;
  }
  .col-tb-12.gutter {
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .col-sp-1 {
    width: 7.33333% !important;
  }
  .col-sp-2 {
    width: 16.6666666667% !important;
  }
  .col-sp-3 {
    width: 25% !important;
  }
  .col-sp-4 {
    width: 33.3333333333% !important;
  }
  .col-sp-5 {
    width: 41.6666666667% !important;
  }
  .col-sp-6 {
    width: 50% !important;
  }
  .col-sp-7 {
    width: 58.3333333333% !important;
  }
  .col-sp-8 {
    width: 66.6666666667% !important;
  }
  .col-sp-9 {
    width: 75% !important;
  }
  .col-sp-10 {
    width: 83.3333333333% !important;
  }
  .col-sp-11 {
    width: 91.6666666667% !important;
  }
  .col-sp-12 {
    width: 100% !important;
  }
  .col-sp-12.gutter {
    padding-right: 0;
  }
}
.flex {
  display: flex;
}

.jcss {
  justify-content: start;
}

.jcsc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

* {
  -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, 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;
}

body {
  counter-reset: number 0;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #020202;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 15px;
}

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

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

#contents {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #contents {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

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

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

table {
  table-layout: auto;
}

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

table td img {
  height: auto !important;
}

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

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

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: 500;
}

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

a {
  text-decoration: none;
}

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

@media screen and (min-width: 641px) and (max-width: 768px) {
  .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, #reserve-wrap ul li:nth-child(1), #h1Title, .rec-text h2, .staff-wrap .staff-box .staff-info table .name div, .shop-concept > div h2, .concept-table .title div, .for-bg h2, .home-con01 h2 {
  font-family: "Noto Serif Japanese", "游明朝体", "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;
  }
}
.flex-temp01 {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .flex-temp01 {
    flex-wrap: wrap;
  }
}

.flex-temp01 > div {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .flex-temp01 > div {
    width: 100% !important;
  }
}

html {
  font-size: 62.5%;
}

.inner1 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.inner2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.flow-text {
  width: 80%;
  padding: 0 0.8rem;
}

.flow-title {
  width: 88%;
}
.flow-title > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  background: #ee4245;
}

.arrow02 {
  margin-right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 100px; /* 四角形の幅 */
  height: 48px; /* 四角形の高さ */
  background: #e31927;
  position: relative;
}

.arrow02:after {
  border-left: 16px solid #e31927;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: 50px;
}

.info-table {
  width: 80%;
  max-width: 800px;
}
.info-table table td {
  border: none !important;
  border-bottom: dotted #aaa 1px !important;
}
@media only screen and (max-width: 640px) {
  .info-table table td {
    border-bottom: none !important;
  }
  .info-table table td:first-child {
    padding-bottom: 0 !important;
  }
  .info-table table td:last-child {
    padding-top: 0 !important;
  }
  .info-table table tr {
    border-bottom: dotted #aaa 1px !important;
  }
}

.sozai-table .mincho, .sozai-table #reserve-wrap ul li:nth-child(1), #reserve-wrap ul .sozai-table li:nth-child(1), .sozai-table #h1Title, .sozai-table .rec-text h2, .rec-text .sozai-table h2, .sozai-table .staff-wrap .staff-box .staff-info table .name div, .staff-wrap .staff-box .staff-info table .name .sozai-table div, .sozai-table .shop-concept > div h2, .shop-concept > div .sozai-table h2, .sozai-table .concept-table .title div, .concept-table .title .sozai-table div, .sozai-table .for-bg h2, .for-bg .sozai-table h2, .sozai-table .home-con01 h2, .home-con01 .sozai-table h2 {
  font-size: 2rem;
}
.sozai-table tbody tr:first-child {
  background-color: #ea9d84;
}
.sozai-table tbody tr:nth-child(n+2) td:first-child {
  background: #F1EAD8;
}
.sozai-table tbody tr:nth-child(n+2) td:last-child {
  background: #F1EAD8;
}

.hanko-flex {
  flex-wrap: wrap;
  align-items: stretch;
}
.hanko-flex .hanko-table {
  background: rgba(255, 250, 225, 0.4);
  width: 32%;
  border: #aaa solid 1px;
  padding: 1.6rem 0;
}
.hanko-flex .hanko-table tr td {
  border: none !important;
}
.hanko-flex .hanko-table tr td.mincho, .hanko-flex .hanko-table tr td#h1Title {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 0 !important;
}
.hanko-flex .hanko-table tr td.mincho small, .hanko-flex .hanko-table tr td#h1Title small {
  margin-left: -1rem;
  font-size: 1.8rem;
  letter-spacing: 0;
}
.hanko-flex .hanko-table tr td.mincho br, .hanko-flex .hanko-table tr td#h1Title br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .hanko-flex .hanko-table {
    width: 48% !important;
  }
}
@media only screen and (max-width: 640px) {
  .hanko-flex .hanko-table {
    width: 100% !important;
  }
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}
#global_header {
  background: #fff;
  position: fixed;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  #global_header {
    position: relative;
  }
}

#header .inner {
  width: 100%;
  max-width: 100%;
  padding: 8px 24px;
  display: flex;
  justify-content: space-between;
}
#header .inner .flxL {
  margin-right: 100px;
}
@media only screen and (max-width: 768px) {
  #header .inner .flxL {
    margin-right: unset;
  }
}
#header .inner .flxR {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .inner .flxR nav ul {
  flex-wrap: wrap;
  display: flex;
  justify-self: flex-end;
  align-items: center;
}
#header .inner .flxR nav ul li:last-child a {
  border-right: 1px solid #222;
}
#header .inner .flxR nav ul a {
  border-left: 1px solid #222;
  color: #222222 !important;
  padding: 0 16px;
}
#header .inner .flxR nav ul ul {
  flex-wrap: nowrap !important;
}

.mean-container .mean-bar {
  background: #5291d2 !important;
}

.mean-container .mean-nav ul li a {
  background: #6fa7e0 !important;
}

.main-slider img {
  width: 100%;
}

/*====================@footer=========================*/
#copy {
  background: #419acf;
  padding: 8px 0;
  color: #555;
  font-weight: 400;
}
#copy div {
  color: #fff;
}
#copy a {
  color: #fff;
  font-weight: 400;
}

footer#global_footer {
  background: #419acf;
  padding-top: 3.2rem;
}

.footer-nav {
  margin-top: 40px;
  margin-bottom: 40px;
}
.footer-nav ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .footer-nav ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.footer-nav ul li:first-child a {
  border-left: none;
}
.footer-nav ul li:last-child a {
  border-left: 1px solid #fff;
}
.footer-nav ul li {
  min-width: 150px;
}
.footer-nav ul li a {
  display: block;
  text-align: center;
  border-left: 1px solid #fff;
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .footer-nav ul li {
    width: 48%;
    margin-bottom: 16px;
  }
  .footer-nav ul li a {
    border: 1px solid #fff !important;
    padding: 4px 0;
  }
}

#pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #pagetop {
    bottom: 20px;
    right: -10px;
  }
  #pagetop img {
    width: 60% !important;
    height: auto;
  }
}

/*blog*/
.blog2 .blog_photo, .blog2 .detail {
  display: none;
}

.blog2 .blog_date {
  float: left;
  width: 15%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  background: #2c2e30;
  padding: 5px 10px;
  color: #fff !important;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .blog2 .blog_date {
    width: 25%;
  }
}
@media only screen and (max-width: 640px) {
  .blog2 .blog_date {
    width: 100%;
    float: none;
  }
}

.blog2 h3 {
  color: #000;
  float: right;
  width: 84%;
  margin-bottom: 0;
  margin-top: 5px;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .blog2 h3 {
    width: 70%;
  }
}
@media only screen and (max-width: 640px) {
  .blog2 h3 {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.blog2 h3 a {
  font-size: 13px;
  color: #333;
  text-decoration: none;
}

.blog2 h3 a:hover {
  color: #000;
  text-decoration: none;
  opacity: 1;
}

.blog_list h3 span {
  font-weight: 500;
}

.blog2 .blog_text {
  width: 100% !important;
  padding: 0 !important;
}

.blog2 .blog_list {
  border: 0;
}

.blog2 .blog_list > div {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

div.blog_list > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.inst {
  text-align: center;
}
.inst .sns_list {
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.inst .sns_list > div {
  width: 30.7952622673%;
  margin-left: 2.538071066%;
  margin-bottom: 2.538071066%;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .inst .sns_list > div {
    width: 30.7952622673%;
    margin-left: 2.538071066%;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .inst .sns_list > div {
    width: 49% !important;
    margin-left: 0 !important;
  }
}
.inst .sns_list > div 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: 768px) {
  .inst .sns_list > div img {
    height: 25vw !important;
  }
}
@media only screen and (max-width: 640px) {
  .inst .sns_list > div img {
    height: 38vw !important;
  }
}
.inst .sns_text {
  display: none;
}
.inst .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.img100 {
  margin: 50px auto 0;
}
.img100 img {
  width: 100% !important;
}

.fb {
  text-align: center;
}
.fb iframe {
  width: 100% !important;
}

.home-con01 {
  background: linear-gradient(90deg, #c7e9f9 0%, #c7e9f9 55%, white 55%, white 100%);
  position: relative;
}
.home-con01 h2 {
  position: absolute;
  top: -80px;
  font-size: calc(1.925rem + 8.1vw);
  text-shadow: 0px 0px 3rem #fff, 0px 0px 3rem #fff, 0px 0px 2rem #fff;
}
@media (min-width: 1200px) {
  .home-con01 h2 {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-con01 h2 {
    top: -40px;
  }
}

.home-con02 {
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .home-con02 .fade-ul ul li {
    margin-bottom: 40px !important;
  }
}

.inner-news-wrap {
  max-height: 240px;
  padding: 12px 0;
  overflow-y: scroll;
}

.inner-news {
  max-width: 920px;
  margin: 0 auto;
}
.inner-news dl {
  padding: 12px 0;
  border-bottom: 1px dashed #aaa;
}
@media only screen and (max-width: 640px) {
  .inner-news dl {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
  }
}
.inner-news dl dt { /*日付*/
  align-items: center !important;
  border: none !important;
}
@media only screen and (max-width: 640px) {
  .inner-news dl dt {
    width: 100% !important;
  }
}
.inner-news dl dd { /*内容*/
  border: none !important;
}
@media only screen and (max-width: 640px) {
  .inner-news dl dd {
    width: 100% !important;
  }
}
.inner-news dl dt, .inner-news dl dd {
  background: none !important;
}

.for-bg {
  background-size: cover;
  background-position: bottom;
}
.for-bg h2 {
  margin: 0 auto;
  max-width: 920px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  top: -80px;
  font-size: calc(1.925rem + 8.1vw);
  text-shadow: 0px 0px 3rem #fff, 0px 0px 3rem #fff, 0px 0px 2rem #fff;
}
@media (min-width: 1200px) {
  .for-bg h2 {
    font-size: 8rem;
  }
}
.for-bg h2:before, .for-bg h2:after {
  content: "";
  background-color: #C7E9F9;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: block;
  margin: 0 20px;
}
.for-bg .slick-slide {
  display: flex !important;
  padding: 8px;
  width: 25vw;
  height: 20vw;
}
.for-bg .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 640px) {
  .for-bg .slick-slide {
    height: 40vw !important;
  }
}

.home-con04 table img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .home-con04 table tbody tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .home-con04 table tbody tr td {
    flex-basis: 48% !important;
  }
}
@media only screen and (max-width: 768px) and (max-width: 640px) {
  .home-con04 table tbody tr td {
    flex-basis: 100% !important;
  }
}

.concept-table {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: dashed #aaa 1px;
}
.concept-table .title {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: bold;
}
.concept-table .title div {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .concept-table .title div {
    font-size: 4rem;
  }
}
.concept-table .catch {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: calc(1.365rem + 1.38vw);
}
.concept-table .catch div {
  color: #000000;
}
@media (min-width: 1200px) {
  .concept-table .catch {
    font-size: 2.4rem;
  }
}
.concept-table .img {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  width: 100%;
}
.concept-table .img img {
  width: 100%;
}
.concept-table .text div {
  font-size: 1.8rem;
}
.concept-table td {
  border: none !important;
}

.shop-concept > div h2 {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.2;
}
.shop-concept > div h2:first-letter {
  font-size: 3.2rem;
}

.shop-access .access-info {
  padding-left: 1.2rem;
}
.shop-access .access-info ul li {
  border-bottom: 1px solid #aaa;
  padding: 4px 0;
  line-height: 1.4;
  float: none !important;
  display: block;
}
.shop-access .access-info ul li h5 {
  font-size: 1.8rem;
  line-height: 1.8;
  display: block;
  font-weight: bold;
}
.shop-access .ggmap {
  position: relative;
  padding-bottom: 25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .shop-access .ggmap {
    padding-bottom: 25%;
  }
}
@media only screen and (max-width: 640px) {
  .shop-access .ggmap {
    padding-bottom: 33%;
  }
}
.shop-access .ggmap iframe,
.shop-access .ggmap object,
.shop-access .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop-banner-wrap .box {
  border: 1px solid #999;
  width: calc(33.3333333% - 16px);
  margin: 8px;
  padding: 8px;
  display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
}
.shop-banner-wrap .box a {
  text-align: center;
}
.shop-banner-wrap .box img {
  width: 80%;
}
@media only screen and (max-width: 640px) {
  .shop-banner-wrap .box {
    width: calc(50% - 8px);
    margin: 4px;
    padding: 8px;
  }
}

.staff-wrap .staff-box {
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .staff-wrap .staff-box {
    margin-bottom: 40px;
  }
}
.staff-wrap .staff-box .staff-info table td {
  border: none !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.staff-wrap .staff-box .staff-info table .states {
  font-weight: bold;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  background: #333;
}
.staff-wrap .staff-box .staff-info table .states div {
  font-weight: bold;
  color: #fff !important;
}
.staff-wrap .staff-box .staff-info table .name div {
  padding-top: 8px;
  line-height: 1.6;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .staff-wrap .staff-box .staff-info table .name div {
    margin-bottom: 8px;
  }
}
.staff-wrap .staff-box .staff-info table .history div {
  font-size: 1.4rem;
  line-height: 1.6;
}
.staff-wrap .staff-box .staff-info table .history div span:first-child {
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #aaa;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .staff-wrap .staff-box .staff-info table .history div {
    margin-bottom: 8px;
  }
}
.staff-wrap .staff-box .comment div {
  line-height: 1.6;
  background: #eee;
  padding: 8px 4px;
}
.staff-wrap .staff-box .img img {
  width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .staff-wrap .staff-box .img {
    margin-bottom: 8px;
  }
}
.staff-wrap .staff-box:nth-child(even) {
  flex-direction: row-reverse;
}

.rec-text h2 {
  display: inline-block;
  font-size: 2.4rem;
}
.rec-text h2:first-letter {
  font-size: 3.2rem;
}

.rec-table tr td:first-child {
  background: #efefef;
}

@media only screen and (max-width: 640px) {
  .rec-flex .box {
    width: 50% !important;
  }
}

.company-flex a {
  display: flex;
  flex-direction: column-reverse;
  color: #000;
  font-weight: bold;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 20px !important;
}

.shop-photo table td {
  padding: 5px !important;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #ffffff;
}

.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: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

.mean-container .mean-bar {
  position: fixed !important;
}

.mean-container a.meanmenu-reveal {
  transition: 0s !important;
}

.mean-container .mean-nav ul li a.mean-expand {
  display: flex;
  justify-content: center;
  align-items: center;
}

.titlestyle01 {
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.titlestyle01:after {
  margin-left: 2rem;
}
.titlestyle01:before {
  margin-right: 2rem;
}
.titlestyle01:after, .titlestyle01:before {
  content: "";
  height: 1px;
  display: block;
  background: #333;
  flex: 1;
}

.layout01 {
  display: flex;
  flex-wrap: wrap;
}
.layout01 h2 {
  display: flex;
  width: 100%;
  flex-grow: 1;
  font-size: calc(24px + 1.4vw);
}
.layout01 h2:after {
  content: "";
  display: block;
  height: 1px;
  background: #333;
  align-self: center;
  flex-grow: 1;
  margin-left: 20px;
}
.layout01 .text-wrap {
  padding-right: 40px;
  padding-left: calc(50% - 600px);
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  font-size: 2.4rem;
}
.layout01 .text-wrap img {
  margin-top: 40px;
}
.layout01 .img-wrap img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .layout01 {
    flex-direction: column;
  }
  .layout01 img {
    max-width: 100% !important;
  }
  .layout01 .text-wrap {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0;
    order: 3;
  }
  .layout01 .text-wrap img {
    margin-top: 20px;
  }
  .layout01 .img-wrap {
    margin-bottom: 10px;
  }
}

.news-layout01 {
  background-size: cover;
}
.news-layout01 .brog-wrap {
  background: rgba(255, 255, 255, 0.8);
  height: 420px;
  overflow-y: scroll;
  padding: 20px 40px;
}
.news-layout01 .brog-wrap .blog_list .blog_photo {
  display: none;
}
.news-layout01 .brog-wrap .blog_list .blog_text {
  padding: 24px 10px;
  border-bottom: 1px solid #333;
  font-size: 16px !important;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news-layout01 .brog-wrap .blog_list .blog_text .blog_date {
  font-size: 14px !important;
  background: #419acf;
  color: #fff;
  width: 140px;
  padding: 8px 4px;
  text-align: center;
}
.news-layout01 .brog-wrap .blog_list .blog_text h3 {
  margin-bottom: 0;
  padding-left: 12px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
}
.news-layout01 .brog-wrap .blog_list .blog_text h3 a {
  color: #333;
}
.news-layout01 .brog-wrap .blog_list .blog_text .detail {
  margin-top: 15px;
  width: 100%;
}

.slick-slide {
  position: relative;
}
.slick-slide:hover div.sns_text {
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
}

div.sns_list > div {
  display: block !important;
  border-bottom: none;
}

div.sns_list div.sns_photo {
  width: 20vw;
  padding: 10px;
  box-sizing: border-box;
  height: 20vw;
  overflow: hidden;
}
div.sns_list div.sns_photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 640px) {
  div.sns_list div.sns_photo {
    width: 33.3333333333vw;
    height: 33.3333333333vw;
  }
}

div.sns_list div.sns_text {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 1.6rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
}
div.sns_list div.sns_text > div {
  width: 92%;
  margin: 0 auto;
}
div.sns_list div.sns_text .sns_date {
  background: #419acf;
  color: #fff;
  padding: 4px;
  margin-bottom: 8px;
}

div.sns_list {
  border: none !important;
}

.btn01 {
  text-align: right;
}
.btn01 a {
  text-align: center;
  border: 1px solid #aaa;
  display: inline-block;
  width: 72%;
  min-width: 280px;
  background: url(../images/common/arrow2.png) no-repeat, #fff;
  background-position: center 80%;
  padding: 15px 0px;
  color: #020202;
}
@media only screen and (max-width: 640px) {
  .btn01 a {
    background-size: 80%;
  }
}

.inner-news-wrap {
  max-height: 240px;
  padding: 12px 0;
  overflow-y: scroll;
}

.inner-news {
  max-width: 920px;
  margin: 0 auto;
}
.inner-news dl {
  padding: 12px 0;
  border-bottom: 1px dashed #aaa;
}
@media only screen and (max-width: 640px) {
  .inner-news dl {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
  }
}
.inner-news dl dt {
  /*日付*/
  align-items: center !important;
  border: none !important;
}
@media only screen and (max-width: 640px) {
  .inner-news dl dt {
    width: 100% !important;
  }
}
.inner-news dl dd {
  /*内容*/
  border: none !important;
}
@media only screen and (max-width: 640px) {
  .inner-news dl dd {
    width: 100% !important;
  }
}
.inner-news dl dt,
.inner-news dl dd {
  background: none !important;
}

#h1Title {
  line-height: 1.2;
  font-size: calc(2.325rem + 12.9vw);
  text-shadow: 0px 0px 3rem #fff, 0px 0px 3rem #fff, 0px 0px 2rem #fff;
}
@media (min-width: 1200px) {
  #h1Title {
    font-size: 12rem;
  }
}
@media only screen and (max-width: 1200px) {
  #h1Title {
    font-size: calc(2.125rem + 10.5vw);
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1200px) {
  #h1Title {
    font-size: 10rem;
  }
}
@media (max-width: 468px) {
  #h1Title {
    font-size: 5rem;
  }
}

@media (max-width: 1400px) {
  .fix-size #h1Title {
    font-size: calc(1.925rem + 8.1vw);
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .fix-size #h1Title {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 1200px) {
  .fix-size #h1Title {
    font-size: 8rem;
  }
}
@media (max-width: 834px) {
  .fix-size #h1Title {
    font-size: calc(1.925rem + 8.1vw);
  }
}
@media (max-width: 834px) and (min-width: 1200px) {
  .fix-size #h1Title {
    font-size: 8rem;
  }
}

.subpage-h1 {
  height: 650px;
  background-color: white;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 1400px) {
  .subpage-h1 {
    height: 500px;
    background-image: url("/images/utility/bg_bp1400_01.jpg") !important;
  }
}
@media (max-width: 1200px) {
  .subpage-h1 {
    height: 400px;
    background-image: url("/images/utility/bg_bp1200_01.jpg") !important;
  }
}
@media (max-width: 834px) {
  .subpage-h1 {
    height: 300px;
    background-image: url("/images/utility/bg_tab_01.jpg") !important;
  }
}
@media (max-width: 468px) {
  .subpage-h1 {
    height: 200px;
    background-image: url("/images/utility/bg_01.jpg") !important;
  }
}
@media (max-width: 1400px) {
  .subpage-h1.fix-concept {
    height: 500px;
    background-image: url("/images/utility/bg_bp1400_02.jpg") !important;
  }
}
@media (max-width: 1200px) {
  .subpage-h1.fix-concept {
    height: 400px;
    background-image: url("/images/utility/bg_bp1200_02.jpg") !important;
  }
}
@media (max-width: 834px) {
  .subpage-h1.fix-concept {
    height: 300px;
    background-image: url("/images/utility/bg_tab_02.jpg") !important;
  }
}
@media (max-width: 468px) {
  .subpage-h1.fix-concept {
    height: 200px;
    background-image: url("/images/utility/bg_02.jpg") !important;
  }
}
.subpage-h1 > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#pankuzu {
  display: block;
  padding: 16px 0;
  font-weight: 400;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
#pagetop .pagetop {
  duration: 0.8s;
}
#pagetop img {
  width: 80%;
}

@media screen and (max-width: 468px) {
  #pagetop {
    bottom: 20px;
  }
  #pagetop img {
    width: 60% !important;
    height: auto;
  }
}
nav li {
  transition: 0.5s;
}
nav li:hover {
  background: #e5f7ff;
}
nav .drop-nav {
  position: absolute;
  flex-direction: column;
  background: rgb(255, 255, 255);
}
nav .drop-nav li {
  padding: 8px 0;
}
nav .drop-nav li a {
  border: none !important;
}
@media only screen and (max-width: 768px) {
  nav .drop-nav {
    position: relative;
  }
  nav .drop-nav li {
    padding: 0;
  }
}

#reserve-wrap {
  display: none;
}
#reserve-wrap ul li:nth-child(1) {
  background: #419acf;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #reserve-wrap {
    display: block;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    width: 100%;
  }
  #reserve-wrap ul li:nth-child(1) {
    background: #275896;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
  }
  #reserve-wrap ul li:nth-child(1):after {
    content: "\f106";
    font-family: FontAwesome;
    font-family: Font Awesome 5 Free;
    font-weight: 900;
    display: inline;
    font-size: 2rem;
    -moz-columns: #ffffff;
         columns: #ffffff;
    padding-left: 8px;
  }
  #reserve-wrap ul li:nth-child(2) {
    background-color: rgba(0, 94, 167, 0.9);
  }
  #reserve-wrap ul li:nth-child(3) {
    background-color: rgba(65, 154, 207, 0.9);
  }
  #reserve-wrap ul li:nth-child(4) {
    background-color: rgba(0, 0, 0, 0.9);
  }
  #reserve-wrap ul li {
    height: 56px;
  }
  #reserve-wrap ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
  }
  #reserve-wrap ul li a i {
    font-size: 2rem;
    margin-right: 0.4rem;
  }
}

#reserve-wrap.active {
  transform: translateY(0px);
}
#reserve-wrap.active ul li:first-child:after {
  content: "\f107";
  font-family: FontAwesome;
  font-family: Font Awesome 5 Free;
  font-weight: 900;
  display: inline;
  font-size: 2rem;
  -moz-columns: #ffffff;
       columns: #ffffff;
  padding-left: 8px;
}

#reserve-wrap {
  transform: translateY(calc(100% - 56px));
  transition: 0.5s;
}

footer {
  padding-bottom: 56px;
}/*# sourceMappingURL=common2.css.map */