@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common2.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/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2"); }
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  /*-Medium-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2"); }
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  /*-Bold-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2"); }
.flex {
  display: flex; }

.jcss {
  justify-content: start; }

.jcsc {
  justify-content: center; }

.jcsb {
  justify-content: space-between; }

.aic {
  align-items: center; }

.ais {
  align-items: start; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.disnone {
  display: none !important; }
  @media only screen and (max-width: 640px) {
    .disnone {
      display: block !important; } }

@media only screen and (max-width: 640px) {
  .spdisnone {
    display: none !important; } }

.tdpd10 td {
  padding: 10px !important; }

li {
  list-style: none; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 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: 2em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 13px; }

.inner {
  margin: 0 auto;
  max-width: 1200px; }

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 50px; }

#contents {
  width: 100%;
  max-width: 1200px; }
  @media only screen and (max-width: 768px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

#side {
  width: 18.75000%; }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

table {
  table-layout: auto; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed; } }
.tlfix table {
  table-layout: fixed; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  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 {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  @media only screen and (max-width: 768px) {
    header#global_header {
      padding-top: 48px; } }

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1); } }
@keyframes zoom {
  50% {
    transform: scale(1.1); } }
#header {
  width: 100%; }
  #header .hedtxt {
    background: #adadad; }
    #header .hedtxt .inner {
      text-align: left;
      font-size: 12px;
      color: #fff;
      font-weight: 400; }
      @media only screen and (max-width: 768px) {
        #header .hedtxt .inner {
          display: none; } }
  #header .flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0; }
    @media only screen and (max-width: 768px) {
      #header .flx {
        padding: 0 10px;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch; } }
    @media only screen and (max-width: 768px) {
      #header .flx #add {
        width: 49%;
        order: 2; }
        #header .flx #add img {
          width: 100% !important; } }
    @media only screen and (max-width: 640px) {
      #header .flx #add {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      #header .flx #siteID {
        width: 100%;
        order: 1; } }
    #header .flx #siteID a {
      line-height: 1;
      display: block;
      opacity: 1; }
      @media only screen and (max-width: 1000px) {
        #header .flx #siteID a {
          text-align: center;
          margin-bottom: 30px; } }
      @media only screen and (max-width: 768px) {
        #header .flx #siteID a {
          margin-bottom: 20px; } }
    #header .flx #hed_info {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media only screen and (max-width: 768px) {
        #header .flx #hed_info {
          width: 49%;
          align-items: stretch;
          order: 3; } }
      @media only screen and (max-width: 640px) {
        #header .flx #hed_info {
          margin-top: 15px;
          width: 100%; } }
      #header .flx #hed_info .tel {
        margin-right: 15px; }

#nav_global {
  background: #f4f4f2;
  padding: 10px 0; }
  @media only screen and (max-width: 768px) {
    #nav_global {
      display: none; } }
  #nav_global ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: relative; }
    #nav_global ul li {
      width: 28%;
      border-left: 1px solid #cccccc;
      position: relative; }
      #nav_global ul li:nth-child(5) {
        width: 50%; }
      #nav_global ul li:last-child {
        border-right: 1px solid #cccccc; }
      #nav_global ul li a {
        font-weight: 400;
        font-size: 13px;
        color: #363636;
        display: block; }
        #nav_global ul li a:hover {
          opacity: 1;
          -webkit-animation: .3s;
          animation: zoom .3s; }
      #nav_global ul li .sub {
        position: absolute;
        padding-top: 20px;
        top: 25px;
        left: 0;
        width: 100%;
        height: auto; }
        #nav_global ul li .sub ul {
          box-sizing: auto;
          background: #fff;
          padding: 15% 10%;
          border: solid 1px #d3d3d3;
          display: block; }
          #nav_global ul li .sub ul:before {
            content: "";
            position: absolute;
            top: -18px;
            left: 45%;
            margin-left: -9px;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 0 19px 19px 19px;
            border-color: transparent transparent #fff transparent;
            z-index: 1; }
          #nav_global ul li .sub ul:after {
            content: "";
            position: absolute;
            top: -20px;
            left: 45%;
            margin-left: -10px;
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 0 20px 20px 20px;
            border-color: transparent transparent #d3d3d3 transparent;
            z-index: -1; }
          #nav_global ul li .sub ul li {
            border: 0 !important;
            width: 100% !important; }
            #nav_global ul li .sub ul li a {
              padding: 10px 0; }

#mainArea {
  position: relative;
  margin-bottom: 80px;
  z-index: 0; }
  @media only screen and (max-width: 768px) {
    #mainArea {
      margin-bottom: 50px; } }
  @media only screen and (max-width: 768px) {
    #mainArea .slick-dots {
      display: none !important; } }
  #mainArea .slick-dots li {
    background: none; }
  #mainArea .slick-dots .slick-active button:before {
    opacity: .75;
    color: #29aabf; }
  #mainArea ul li {
    background: #000; }
    #mainArea ul li img {
      opacity: 0.5; }
  #mainArea ul .slick-center img {
    opacity: 1; }
  #mainArea img {
    width: 100%; }

#local-keyvisual {
  position: relative;
  background-image: url(../images/common/mainkasou.jpg);
  background-position: center; }
  @media only screen and (max-width: 640px) {
    #local-keyvisual {
      margin-bottom: 30px; } }
  #local-keyvisual h1 {
    letter-spacing: 0.1em;
    color: #000;
    font-size: 3em;
    font-weight: 700;
    padding: 150px 0;
    z-index: 1;
    position: relative;
    text-align: left;
    background: rgba(255, 255, 255, 0.5);
    text-align: center; }
    @media screen and (min-width: 641px) and (max-width: 768px) {
      #local-keyvisual h1 {
        padding: 100px 0;
        font-size: 2.5em; } }
    @media only screen and (max-width: 640px) {
      #local-keyvisual h1 {
        padding: 50px 0;
        font-size: 1.7em; } }

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center; }

.pan1 {
  margin: 20px 0; }
  @media only screen and (max-width: 640px) {
    .pan1 {
      display: none; } }
  .pan1 a {
    color: #000; }

.mean-container .mean-bar {
  background: #adadad !important;
  position: fixed !important;
  z-index: 8 !important; }

.mean-container .mean-nav {
  background: #adadad !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

.mean-container .mean-nav ul li a {
  padding: 10px 5% !important; }

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin-top: auto;
  border-top: 1px solid #ccc;
  background: #f4f4f2; }
  footer#global_footer #footer {
    padding: 10px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      footer#global_footer #footer {
        display: none; } }
    footer#global_footer #footer #nav_footer {
      margin: 30px 0; }
      footer#global_footer #footer #nav_footer .col ul {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center; }
        footer#global_footer #footer #nav_footer .col ul a {
          font-size: 13px;
          padding: 0 5px;
          font-weight: 400;
          color: #363636; }
  footer#global_footer #copy {
    color: #363636;
    width: 100%;
    display: block; }
    @media only screen and (max-width: 640px) {
      footer#global_footer #copy {
        margin-top: 0; } }
    footer#global_footer #copy a {
      color: #363636;
      font-size: 13px;
      text-decoration: none; }

.midashi {
  margin-bottom: 30px; }
  @media only screen and (max-width: 640px) {
    .midashi {
      margin-bottom: 20px; } }
  .midashi h2 {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .midashi h2 {
        font-size: 20px; } }

.midashi2 {
  margin-top: 50px; }
  .midashi2 h2 {
    background: #ededed;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 1; }
    .midashi2 h2 i {
      vertical-align: middle;
      color: #989898;
      margin-right: 10px;
      font-size: 25px; }

.sub_midashi {
  margin-bottom: 15px; }
  .sub_midashi h3 {
    font-size: 17px;
    font-weight: 700;
    color: #5d310f;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .sub_midashi h3 {
        font-size: 16px; } }

.cont_1 {
  margin-bottom: 100px;
  position: relative;
  z-index: 0;
  justify-content: space-between;
  align-items: flex-start; }
  @media only screen and (max-width: 640px) {
    .cont_1 {
      margin-bottom: 50px;
      display: block !important; } }
  .cont_1 .box {
    width: 32%;
    margin-bottom: 15px; }
    @media only screen and (max-width: 640px) {
      .cont_1 .box {
        width: 100%; } }
    .cont_1 .box img {
      margin-bottom: 10px; }

.bg_100per_wrap {
  position: relative;
  padding: 80px 0 !important;
  margin-bottom: 100px; }
  @media only screen and (max-width: 768px) {
    .bg_100per_wrap {
      margin-bottom: 50px; } }
  .bg_100per_wrap .bg_100per_inner {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    background: #f4f4f2;
    z-index: -1; }

.cont_2 {
  padding: 80px 0 !important;
  margin-bottom: 100px;
  text-align: center;
  margin-left: -2.5641025641%; }
  @media only screen and (max-width: 768px) {
    .cont_2 {
      padding: 0 !important;
      margin-bottom: 50px;
      justify-content: space-between;
      margin-left: 0; } }
  .cont_2 .box {
    letter-spacing: 0.015em;
    font-weight: 400;
    font-size: 11px;
    width: 17.5609756098%;
    margin-left: 2.4390243902%;
    margin-bottom: 2.4390243902%; }
    @media screen and (min-width: 641px) and (max-width: 768px) {
      .cont_2 .box {
        width: 17.5609756098%;
        margin-left: 2.4390243902%;
        display: block; } }
    @media only screen and (max-width: 640px) {
      .cont_2 .box {
        width: 49% !important;
        margin-left: 0 !important; } }
    .cont_2 .box img {
      padding: 10px;
      border: 1px solid #ccc;
      width: 100% !important; }

.news .blog_list {
  border: 0; }
.news div.blog_list > div {
  border: 0; }
.news .blog_photo, .news .detail, .news #TRANS_BS1 {
  display: none; }
.news .blog_text {
  padding: 0 !important;
  width: 100% !important;
  display: flex;
  justify-content: start;
  align-items: center; }
  @media only screen and (max-width: 640px) {
    .news .blog_text {
      display: block; } }
.news .blog_date {
  padding: 10px 0;
  text-align: left;
  width: 10%;
  color: #333 !important;
  border-right: 1px solid #000; }
  @media screen and (min-width: 641px) and (max-width: 768px) {
    .news .blog_date {
      width: 15%;
      border-right: 0; } }
  @media only screen and (max-width: 640px) {
    .news .blog_date {
      width: 100%;
      border-right: 0; } }
.news h3 {
  margin-left: 50px;
  margin-bottom: 0 !important;
  width: 78%; }
  @media screen and (min-width: 641px) and (max-width: 768px) {
    .news h3 {
      margin-left: 10px; } }
  @media only screen and (max-width: 640px) {
    .news h3 {
      width: 100%;
      margin-left: 0;
      border-bottom: 1px dashed #333;
      padding-bottom: 10px; } }
  .news h3 a {
    color: #333; }

/*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; }

.tab {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 640px) {
    .tab {
      display: block; } }
  .tab li {
    text-align: center;
    width: 100%;
    font-size: 13px;
    color: #363636;
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    list-style: none;
    transition: .3s; }
    .tab li.active {
      color: #fff;
      background: #adadad;
      cursor: auto; }

.area {
  margin-bottom: 100px; }
  @media only screen and (max-width: 768px) {
    .area {
      margin-bottom: 50px; } }
  .area > div {
    display: none; }
  .area > div.show {
    display: block; }
  .area h3 {
    margin: 15px 0 10px;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #363636; }
  .area ul {
    margin-top: 20px;
    text-align: center;
    margin-left: -1.6949152542%; }
    @media only screen and (max-width: 640px) {
      .area ul {
        margin-left: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: start; } }
    .area ul li {
      letter-spacing: 0.015em;
      font-weight: 400;
      font-size: 11px;
      width: 23.3606557377%;
      margin-left: 1.6393442623%;
      margin-bottom: 1.6393442623%; }
      @media screen and (min-width: 641px) and (max-width: 768px) {
        .area ul li {
          width: 23.3606557377%;
          margin-left: 1.6393442623%;
          display: block; } }
      @media only screen and (max-width: 640px) {
        .area ul li {
          float: none;
          width: 49% !important;
          margin-left: 0 !important; } }
      .area ul li div {
        font-size: 18px;
        font-weight: 700;
        color: #d40606;
        text-align: center; }
      .area ul li img {
        padding: 10px;
        border: 1px solid #ccc;
        width: 100% !important; }

/* box */
.instagram {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -2.5641025641%; }
  @media only screen and (max-width: 640px) {
    .instagram {
      margin-left: 0; } }
  .instagram li {
    overflow: hidden;
    position: relative;
    width: 17.5609756098%;
    margin-left: 2.4390243902%;
    margin-bottom: 2.4390243902%; }
    @media only screen and (max-width: 640px) {
      .instagram li {
        width: 49%;
        margin-left: 0; } }
    .instagram li a {
      color: #fff; }
      .instagram li a:hover {
        opacity: 1;
        transition: 1s; }
    .instagram li img {
      display: table-cell;
      width: 100%;
      height: 12vw !important;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
      @media screen and (min-width: 641px) and (max-width: 768px) {
        .instagram li img {
          height: 18vw !important; } }
      @media only screen and (max-width: 640px) {
        .instagram li img {
          height: 40vw !important; } }
    .instagram li .ov {
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      padding: 15px;
      transition: 1s; }
      .instagram li .ov:hover {
        opacity: 0.8;
        background: rgba(0, 0, 0, 0.9); }
      .instagram li .ov p {
        font-size: 12px;
        color: #fff;
        display: table;
        width: 100%;
        height: 100%; }
        .instagram li .ov p span {
          display: table-cell;
          vertical-align: middle; }

.img100 {
  margin: 50px auto 0; }
  .img100 img {
    width: 100% !important; }

.img1002 img {
  width: 100% !important; }

@media only screen and (max-width: 640px) {
  .comp dl {
    display: block !important; }
    .comp dl dt, .comp dl dd {
      display: block !important;
      width: 100% !important;
      text-align: center !important; }
    .comp dl dt {
      border-right: 1px solid #ccc !important; } }

.bor0 td {
  border: 0 !important; }

.flow {
  padding-bottom: 10px;
  border-bottom: 1px dashed #333; }

.center {
  margin-top: 20px;
  text-align: center; }

.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; } }

.slider2 ul {
  display: flex;
  justify-content: space-between;
  align-items: start; }
  .slider2 ul .slick-list {
    width: 80%; }
  .slider2 ul .slick-dots {
    width: 18%;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    position: static !important; }
    .slider2 ul .slick-dots li {
      float: none !important;
      width: 100% !important;
      height: auto !important;
      margin: 0 0 15px 0 !important; }

.slider2 .slick-slide img {
  margin: 0 auto;
  width: 100% !important; }

/*# sourceMappingURL=common2.css.map */
