@charset "UTF-8";
body {
  font-family: 'Noto Sans JP', sans-serif; }

.bg-logo {
  background-image: url("../img/logo_sample3.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 36%; }

.bg-logo2 {
  background-image: url("../img/logo_sample3.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 18%; }
  @media screen and (min-width: 768px) {
    .bg-logo2 {
      background-size: 6%; } }

.navbar-brand-logo {
  background: url("../img/logo_sample4.png") no-repeat left center;
  background-size: contain;
  height: 65px;
  width: 93px; }

.navbar-brand-logo2 {
  background: url("../img/logo_sample5.png") no-repeat left center;
  background-size: contain;
  height: 65px;
  width: 93px; }

.navbar-brand-logo3 {
  background: url("../img/logo_sample2.png") no-repeat left center;
  background-size: contain;
  height: 65px;
  width: 93px; }

.navbar-g-mark {
  background: url("../img/g-mark.jpg") no-repeat left center;
  background-size: contain;
  height: 65px;
  width: 93px; }

.mincho_font {
  font-family: 'Noto Serif JP', serif; }

.komidashi_font {
  font-size: 0.8rem; }
  @media screen and (min-width: 768px) {
    .komidashi_font {
      font-size: 1.4rem; } }

.tel_font a {
  font-size: 1.2rem; }
  @media screen and (min-width: 768px) {
    .tel_font a {
      font-size: 1.3rem; } }

.h1_font {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold; }
  .h1_font img {
    height: 40px; }

.h2_font {
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .h2_font {
      font-size: 2.8rem; } }

.contents_body {
  font-size: 0.9rem;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .contents_body {
      font-size: 1.6rem; } }

.link-weight-bold a {
  font-weight: bold; }

.modal-list ul, .modal-list ol {
  padding: 0;
  position: relative; }
.modal-list ul li, .modal-list ol li {
  color: darkgreen;
  border-left: solid 6px darkgreen;
  /*左側の線*/
  margin-bottom: 3px;
  /*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none !important;
  /*ポチ消す*/ }

.max-height224px {
  max-height: 224px; }

.mt-6_5 {
  margin-top: 6.5%; }

.mt-3_5 {
  margin-top: 3.5%; }

.gsc-control-cse {
  background-color: transparent !important;
  border: 0 solid #fff !important; }
