@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@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/NotoCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}

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

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

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

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 12px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fff;
}

a {
  color: #1111cc !important;
  text-decoration: none;
}

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

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main, #main #col_main {
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #contents_wrap {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

#main {
  width: 100% !important;
  max-width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

#main:after {
  display: none;
}

#main #col_main {
  width: 74% !important;
}

@media screen and (max-width: 768px) {
  #main #col_main {
    width: 100% !important;
  }
}

#col_side1 {
  width: 23% !important;
}

@media screen and (max-width: 768px) {
  #col_side1 {
    width: 100% !important;
    margin-top: 80px !important;
  }
}

@media screen and (max-width: 768px) {
  #col_side1 .banner {
    text-align: center;
  }
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .map {
    width: 90%;
  }
}

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

@media screen and (max-width: 768px) {
  .map li {
    text-align: center;
  }
}

.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 20px !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;
}

@media screen and (max-width: 768px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

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

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

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

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

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

.br {
  display: block;
}

.br_pc {
  display: block;
}

@media screen and (max-width: 468px) {
  .br_pc {
    display: inline;
  }
}

.br_sp {
  display: inline;
}

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

.br_tab {
  display: inline;
}

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

/********* sukuro-ruba- *********/
div::-webkit-scrollbar {
  width: 8px;
}

div::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #ccc;
          box-shadow: inset 0 0 5px #ccc;
}

div::-webkit-scrollbar-thumb {
  background: rgba(170, 170, 170, 0.25);
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*********PANKUZU *********/
@media screen and (max-width: 768px) {
  .pankuzu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1em !important;
  }
}

.pankuzu ol li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}

.pankuzu ol li:nth-last-child(2), .pankuzu ol li:nth-last-child(3), .pankuzu ol li:nth-last-child(4) {
  margin-right: 30px;
}

.pankuzu ol li:nth-last-child(2):after, .pankuzu ol li:nth-last-child(3):after, .pankuzu ol li:nth-last-child(4):after {
  content: "＞";
  position: absolute;
  right: -20px;
}

.pankuzu ol li a {
  color: #333 !important;
}

/*----------------- FAQ -----------------*/
.faq_q {
  font-size: 1.14286rem;
  border-bottom: 1px #333 dashed;
  padding-bottom: 20px !important;
  position: relative;
  color: #333;
  font-weight: bold;
}

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

.faq_a {
  font-size: 1.14286rem;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px #ccc solid;
  padding-bottom: 30px !important;
}

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

.dnone {
  display: none;
}

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

.dnone_pc {
  display: none;
}

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

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

@media screen and (max-width: 468px) {
  .container_f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.container_f .box {
  width: 49%;
}

.container_f .box img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 468px) {
  .container_f .box {
    width: 100%;
  }
}

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

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

.container_3 .inner .box {
  width: 30%;
  margin-bottom: 40px;
}

@media screen and (max-width: 468px) {
  .container_3 .inner .box {
    width: 100%;
  }
}

.container_3 .inner:after {
  content: "";
  display: block;
  width: 30%;
}

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

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

.container_4 .inner .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-bottom: 40px;
}

@media screen and (max-width: 468px) {
  .container_4 .inner .box {
    width: 100%;
  }
}

.container_4 .inner:after {
  content: "";
  display: block;
  width: 30%;
}

.container_4 .inner:before {
  content: "";
  display: block;
  width: 30%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.txtimg01 table td {
  border: none !important;
}

@media screen and (max-width: 468px) {
  .txtimg01 table td {
    display: block;
  }
}

.txtimg01 table td:nth-child(odd) {
  width: 60%;
}

@media screen and (max-width: 468px) {
  .txtimg01 table td:nth-child(odd) {
    width: 100%;
  }
}

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

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

.txtimg02 .txt {
  width: 49%;
}

@media screen and (max-width: 468px) {
  .txtimg02 .txt {
    width: 100%;
  }
}

.txtimg02 .img {
  width: 49%;
}

@media screen and (max-width: 468px) {
  .txtimg02 .img {
    width: 100%;
  }
}

.txtimg03 .txt {
  background: #fff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  padding: 30px !important;
}

.txtimg03 tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.txtimg03 tr:nth-child(2) {
  display: block;
  width: 80%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

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

@media screen and (max-width: 468px) {
  .txtimg04 tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.txtimg04 td {
  width: 60%;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.txtimg04 .txt {
  background: #fff;
  margin-left: -10%;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  padding: 40px !important;
}

@media screen and (max-width: 468px) {
  .txtimg04 .txt {
    -webkit-transform: none;
            transform: none;
    margin: 0;
  }
}

/* table td padding */
.tdpd0 td {
  padding: 0 !important;
}

.tdpd05 td {
  padding: 5px !important;
}

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

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

.tdpd25 td {
  padding: 25px !important;
}

.tdpd30 td {
  padding: 30px !important;
}

.tdpd35 td {
  padding: 35px !important;
}

.tdpd40 td {
  padding: 40px !important;
}

.tdpd45 td {
  padding: 45px !important;
}

.tdpd50 td {
  padding: 50px !important;
}

td.pdT10 {
  padding-top: 10px !important;
}

/* padding */
.pd0 {
  padding: 0px !important;
}

.pd10 {
  padding: 10px !important;
}

.center p, .center a, .center h1, .center h2, .center h3, .center h4, .center h5, .center div, .center span {
  text-align: center;
}

/********* contact *********/
.contact_txt a {
  color: #333 !important;
  text-decoration: underline;
}

/********* Google Map &youtube *********/
/* small.css */
/* googlemap for single.php */
iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%;
}

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

@media screen and (max-width: 468px) {
  .ggmap {
    padding-bottom: 55%;
  }
}

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

@media screen and (max-width: 768px) {
  .youtube iframe {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget iframe[style] {
    width: 100% !important;
  }
}

.f_page iframe {
  width: 500px !important;
  margin: 0 auto;
}

/********* policy *********/
.policy h2 {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 15px;
  border-bottom: 8px #ccc solid;
  margin-top: 40px;
}

.policy p {
  margin-bottom: 60;
}

/********* 2カラム *********/
.works_cont01 {
  width: 1000px;
  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;
}

@media screen and (max-width: 768px) {
  .works_cont01 {
    width: 100%;
    max-width: 100%;
  }
}

.works_cont01 .left {
  width: 25%;
  height: 600px;
  background: #da5019;
}

.works_cont01 .right {
  width: 72%;
  height: 600px;
  background: #cccccc;
}

/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
}

.event_Instagram01 .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  border: none;
}

@media screen and (max-width: 468px) {
  .event_Instagram01 .sns_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}

.event_Instagram01 .sns_photo {
  width: 100% !important;
}

.event_Instagram01 div.sns_list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-bottom: 0px dashed #ccc;
}

.event_Instagram02 .sns_photo {
  width: 40% !important;
}

@media screen and (max-width: 468px) {
  .event_Instagram02 .sns_photo {
    width: 100% !important;
  }
}

.event_Instagram02 .sns_date {
  background: #333;
  color: #fff;
  padding: 0.3em 1em;
  color: #fff !important;
  font-size: 1rem;
}

.event_Instagram02 .clearfix a {
  color: #333 !important;
}

.event_Instagram02 .caption {
  padding: 1em 0;
  font-size: 1rem;
}

.event_Instagram02 div.sns_list > div {
  padding: 40px;
}

@media screen and (max-width: 468px) {
  .event_Instagram02 div.sns_list > div {
    padding: 10px;
  }
}

/********* 404 *********/
.error_txt {
  text-align: center;
}

.error_txt h2 {
  display: inline-block;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .error_txt h2 {
    line-height: 3rem;
  }
}

.error_txt a {
  display: inline-block;
  color: #333 !important;
  border: #333 1px solid;
  border-radius: 500px;
  padding: 1em 2em;
  margin-top: 3em;
}

/********* HOMEのお問い合わせ *********/
.home_contact {
  padding: 100px 0;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 468px) {
  .home_contact {
    padding: 40px 0;
  }
}

.home_contact br {
  display: none;
}

.home_contact .inner {
  background: rgba(0, 0, 0, 0.85);
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 45px;
  margin: 100px auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .home_contact .inner {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 468px) {
  .home_contact .inner {
    padding: 30px 10px;
    margin: 40px 0;
  }
}

.home_contact .inner h2 {
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.71429rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 0.5em;
}

@media screen and (max-width: 468px) {
  .home_contact .inner h2 {
    font-size: 1.42857rem;
  }
}

.home_contact .inner .box {
  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-flow: column;
          flex-flow: column;
}

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

.home_contact .inner .tel {
  font-size: 2.57143rem;
  display: inline-block;
  text-align: center;
  font-family: 'Times New Roman';
  color: #fff !important;
  background: url(../images/home/icon_tel02.png) left center no-repeat;
  padding-left: 1.5em;
}

.home_contact .inner .tel a {
  font-size: 2.57143rem;
  display: inline-block;
  text-align: center;
  font-family: 'Times New Roman';
  color: #fff !important;
}

.home_contact .inner .contact {
  display: block;
  text-align: center;
  background: linear-gradient(135deg, #06beb6 0%, #48b1bf 100%);
  width: 47%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  color: #fff !important;
}

@media screen and (max-width: 468px) {
  .home_contact .inner .contact {
    width: 100%;
  }
}

/********* 新着情報 *********/
.news_area {
  max-height: 250px;
  overflow-y: auto;
}

.news_area td {
  padding: 10px !important;
  border-bottom: 1px dashed #ccc !important;
}

.news_area td:nth-child(odd) {
  font-weight: bold;
}

@media screen and (max-width: 468px) {
  .news_area td:nth-child(odd) {
    border-bottom: none !important;
    background: rgba(51, 51, 51, 0.1);
    display: block;
  }
}

@media screen and (max-width: 468px) {
  .news_area td:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}

.news_area {
  max-height: 250px;
  overflow-y: auto;
}

.news_area dt, .news_area dd {
  background: none !important;
  border: none !important;
}

@media screen and (max-width: 468px) {
  .news_area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .news_area dt {
    background: rgba(51, 51, 51, 0.1) !important;
  }
  .news_area dt, .news_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .news_area dt:nth-child(even), .news_area dd:nth-child(even) {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 1em !important;
  }
}

/********* 会社概要 *********/
.company_area table td {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 10px !important;
}

.company_area table td:nth-child(odd) {
  border-bottom: 1px solid #333 !important;
}

@media screen and (max-width: 468px) {
  .company_area table td:nth-child(odd) {
    background: rgba(51, 51, 51, 0.1);
    width: 100% !important;
  }
}

.company_area dt, .company_area dd {
  background: none !important;
  border: none !important;
}

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

.company_area dd {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5) !important;
}

@media screen and (max-width: 468px) {
  .company_area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .company_area dt {
    background: rgba(51, 51, 51, 0.1) !important;
  }
  .company_area dt, .company_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .company_area dt:nth-child(even), .company_area dd:nth-child(even) {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 1em !important;
  }
}

/********* Other *********/
.b_none td {
  border: none !important;
}

.p_none {
  pointer-events: none !important;
}

.inner_out {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

a.tel_link {
  pointer-events: none;
}

@media screen and (max-width: 468px) {
  a.tel_link {
    pointer-events: auto;
  }
}

header#global_header {
  max-width: 100%;
  min-width: auto !important;
}

@media screen and (max-width: 768px) {
  header#global_header {
    padding-top: 20px;
  }
}

header#global_header button {
  display: none !important;
}

@media screen and (max-width: 768px) {
  header#global_header button {
    display: block !important;
  }
}

#header {
  text-align: right;
  height: 30px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  #header {
    text-align: center;
    height: auto;
    line-height: 1.6;
  }
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: 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 screen and (max-width: 768px) {
  .header_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.header_container .col_01 {
  text-align: left;
}

.header_container .col_02 {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .header_container .col_02 {
    text-align: center;
  }
}

.header_container .col_02 a {
  color: #333 !important;
}

nav.gnav {
  background-color: #333;
}

nav.gnav ul {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav.gnav ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

nav.gnav ul li a {
  display: block;
}

nav.gnav ul li a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

nav.gnav ul li ul {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #333;
}

nav.gnav ul li ul li a {
  display: block;
  padding: 10px 0;
}

nav.gnav ul li ul li a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#mainArea {
  position: relative;
}

#mainArea .index_img01 {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 999;
}

@media screen and (max-width: 468px) {
  #mainArea .index_img01 {
    bottom: 10px;
    right: 10px;
    margin: auto;
    width: 60%;
  }
}

#mainArea .swiper-container img {
  width: 100% !important;
  max-width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

/*-----------------------------------------------------------------------------------------*/
#global_footer {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  width: 1000px !important;
  background-color: #fff !important;
  position: relative;
  min-width: auto !important;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  #global_footer {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #global_footer {
    padding: 0 10px;
  }
}

@media screen and (max-width: 468px) {
  #global_footer {
    margin-top: 80px !important;
  }
}

#global_footer #pagetop {
  position: absolute;
  right: 0%;
  top: 50px;
}

@media screen and (max-width: 468px) {
  #global_footer #pagetop {
    top: -45px;
    left: 0;
    margin: auto;
  }
}

#footer .footer_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 468px) {
  #footer .footer_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

#footer .footer_container .col_01 {
  text-align: left;
}

@media screen and (max-width: 468px) {
  #footer .footer_container .col_01 {
    margin-bottom: 2em;
    text-align: center;
  }
}

#footer .footer_container .col_01 .h_logo, #footer .footer_container .col_01 p {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

#footer .footer_container .col_01 .h_logo span, #footer .footer_container .col_01 p span {
  font-size: 1.25em;
  display: inline-block;
  margin-left: 0.25em;
}

#footer .footer_container .col_01 .h_logo a, #footer .footer_container .col_01 p a {
  color: #333 !important;
}

@media screen and (max-width: 468px) {
  #footer .footer_container .col_02 {
    width: 100%;
  }
}

.nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

@media screen and (max-width: 468px) {
  .nav_footer {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    display: none;
  }
}

@media screen and (max-width: 468px) {
  .nav_footer li {
    width: 100%;
    text-align: center;
  }
}

.nav_footer li:first-child a {
  border-left: 0;
}

.nav_footer li a {
  color: #333 !important;
  display: inline-block;
  margin-left: 6px;
  padding-left: 6px;
  border-left: 1px solid #ccc;
  height: 15px;
  line-height: 15px;
}

@media screen and (max-width: 468px) {
  .nav_footer li a {
    width: 75%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.5em;
    color: #fff !important;
    background: #262626;
    padding: 1em 0;
    border-radius: 150px;
  }
}

#copyright {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  color: #333 !important;
  text-align: right;
  margin: 10px auto 5px;
}

@media screen and (max-width: 768px) {
  #copyright {
    width: 100%;
    max-width: 100%;
  }
}

#copyright small {
  font-size: 100%;
}

.wrap_sns {
  padding: 25px 0 0 65px;
}

@media screen and (max-width: 768px) {
  .wrap_sns {
    padding: 0;
    padding: 25px 50px 0 0;
  }
}

/*-----------------------------------------------------------------------------------------*/
#contents_wrap {
  padding: 0;
}

@media screen and (max-width: 768px) {
  #contents_wrap {
    padding: 0 10px;
  }
}

.h2_txt01 h1, .h2_txt01 h2 {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: normal;
  background: #000;
  font-size: 30px;
  color: #fff;
  padding: 0 0 0 20px;
  margin: 0;
  line-height: 43px;
}

.h2_txt02 h2 {
  font-family: 'HG明朝E','ＭＳ Ｐ明朝','MS PMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',serif;
  font-size: 18px;
}

.h3_txt01 h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: 'HG明朝E','ＭＳ Ｐ明朝','MS PMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',serif;
  border-bottom: 1px solid grey;
  padding-left: 0.4em;
}

.h3_txt02 h3 {
  font-size: 13px;
  font-weight: bold;
}

.h3_txt03 h2, .h3_txt03 h3 {
  font-size: 16px;
  font-weight: bold;
  font-family: 'HG明朝E','ＭＳ Ｐ明朝','MS PMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',serif;
}

/*-------------------- HOME --------------------*/
.topNews {
  border: 4px solid #000;
}

.topNews h2 {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.5;
}

@media screen and (max-width: 468px) {
  .topNews h2 {
    font-size: 20px;
  }
}

.topNews .date {
  display: block;
  text-align: right;
}

.food_01 {
  font-size: 16px;
  padding-left: 1em;
  border-bottom: 1px solid grey;
}

@media screen and (max-width: 468px) {
  .food_01 {
    padding-left: 0;
  }
}

.food_01 span {
  font-size: 12px;
}

.food_01 .txt {
  padding-left: 1.35em;
}

@media screen and (max-width: 468px) {
  .food_01 .txt {
    padding-left: 0;
  }
}

.food_01 .price {
  float: right;
}

.food_02 td {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 3em !important;
  border: none;
}

@media screen and (max-width: 468px) {
  .food_02 td {
    padding-left: 0 !important;
  }
}

.food_02 h3 {
  font-weight: bold;
  font-size: 13px;
}

@media screen and (max-width: 468px) {
  .food_02 img {
    width: 100% !important;
  }
}

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

.food_03 .container {
  width: 46.95%;
}

@media screen and (max-width: 468px) {
  .food_03 .container {
    width: 100%;
  }
}

.food_03 dt, .food_03 dd {
  border: 0 !important;
  background: none !important;
}

.food_03 dt {
  width: 71% !important;
}

.food_03 dd {
  width: 29% !important;
  text-align: right;
}

.food_p01 dl:nth-child(1) dt {
  font-size: 0.8em;
}

.drink_01 td {
  padding: 5px 0 !important;
  border: none;
  border-bottom: 1px dashed #ccc !important;
}

.drink_01 td:first-child {
  width: 80%;
}

@media screen and (max-width: 468px) {
  .drink_01 td:first-child {
    border-bottom: 0 !important;
  }
}

.drink_01 td:last-child {
  text-align: right !important;
}

.drink_01 td span {
  font-size: 10px;
}

.drink_02 {
  margin-top: 210px;
}

@media screen and (max-width: 468px) {
  .drink_02 {
    margin-top: 40px;
  }
}

.mikatsuki_01 {
  height: 400px;
  overflow: auto;
}

.access_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.access_01 .box {
  width: 54%;
}

@media screen and (max-width: 468px) {
  .access_01 .box {
    width: 100%;
  }
}

.access_01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 468px) {
  .access_01 dl {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}

.access_01 dt, .access_01 dd {
  border: none !important;
  background: none !important;
  padding: 10px !important;
  padding-bottom: 35px !important;
}

@media screen and (max-width: 468px) {
  .access_01 dt, .access_01 dd {
    padding: 5px !important;
  }
}

.access_01 dt a, .access_01 dd a {
  color: #333 !important;
  text-decoration: underline;
}

.access_01 dt {
  width: 45% !important;
}

@media screen and (max-width: 468px) {
  .access_01 dt {
    width: 100% !important;
    background: #eee !important;
  }
}

@media screen and (max-width: 468px) {
  .access_01 dd {
    border-bottom: 1px dashed #ccc !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 468px) {
  .mapillust {
    width: 100% !important;
  }
  .mapillust img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.gc-wrap {
  max-width: 800px;
  margin: 3% auto;
}

.g-calendar {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 70%;
  min-height: 300px !important;
}

.g-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .g-calendar {
    padding-bottom: 90%;
  }
}

#col_side1 #left_2, #col_side1 #left_3, #col_side1 #left_4, #col_side1 #left_5, #col_side1 #left_6, #col_side1 #left_7, #col_side1 #left_8, #col_side1 #left_9 {
  -webkit-transform: translateX(25px);
          transform: translateX(25px);
}

.header_gnav_mb {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 200;
  top: 0;
  left: 0;
}

#headerTriggerMb {
  z-index: 9;
}

.header_gnav_mb_inner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
  width: 90%;
  height: 90%;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999999;
  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;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.header_gnav_mb_inner li {
  line-height: 2;
}

.header_gnav_mb_inner li a {
  color: #333 !important;
  font-size: 16px;
}

div.gnav_mb_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

div.gnav_mb_close:before {
  display: block;
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

div.gnav_mb_close:after {
  display: block;
  content: "";
  width: 50%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  nav.gnav {
    display: none;
  }
}

div.header_trigger_mb {
  position: fixed;
  top: 1%;
  right: 2%;
  margin: 10px 10px 10px 0;
  width: 26px;
  height: 18px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

@media screen and (max-width: 768px) {
  div.header_trigger_mb {
    display: block;
  }
}

div.header_trigger_mb span.header_trigger_mb_parts {
  width: 26px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  padding: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

div.header_trigger_mb:before {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

div.header_trigger_mb:after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cnone {
  pointer-events: none !important;
}
/*# sourceMappingURL=assets.css.map */