/* Add By eStory */
body{
  background-color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
}
body, h2, h3, h4,li{
  font-family: 'Noto Sans JP', 'Sawarabi Mincho', sans-serif;
  color: #000000;
  line-height: 1.5em;
}
a {
	text-decoration: none;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: normal;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 25px;
}
h4{
	font-size: 20px;
	color: #996633;
	border-bottom: solid;
}
.tm-logo div {
    float: left;
}
.heart1 {
  width: 50px;
  margin-right: 10px;
}
.heart2 {
  width: 35px;
  margin-right: 10px;
}
.est_button{
  background-color: #00a8ff;
  width: 60%;
  display: block;
  text-align: center;
  margin: auto;
  font-size: 1.5em;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 4px 4px 3px -3px #6d6d6d;
}
.est_button:focus {
  background-color: #00a8ff;
  color: #fff;
  text-decoration: none;
}
.est_button:hover{
	background-color: #4169e1;
	color: #fff;
}
.access{
  background-color: #f23712;
  width: 220px;
  display: block;
  text-align: center;
  margin: auto;
  font-size: 1.2em;
  color: #ffffff;
  border-radius: 6px;
  padding: 10px 20px;
  box-shadow: 4px 4px 3px -3px #6d6d6d;
}
.access:hover{
	background-color: #f27c00;
	color: #fff;
}
.est_centering{
	margin: auto;
	letter-spacing: 0.1em;
	max-width: 600px;
}
.est_chumoku{
	background-color: #ff99cc;
	padding: 5px 20px;
	border-radius: 6px;
}
#jform_contact_email, #jform_contact_emailmsg{
	width: 90%;
	max-width: 380px;
}
#jform_contact_message{
	width: 90%;
	height: 7em;
}
span.optional{
	font-size: 14px;
}
.top-a.card {
	border: none;
}

@media (max-width: 768px) {
  .est_button {
	width: 100%;
}
  .top-text-col {
	padding-left: var(--gutter-x) !important;
	padding-right: var(--gutter-x) !important;
}
}

/* ------------------------------------ */
/* ヘッダー */
/* ------------------------------------ */
/* =========================
   Header base
   ========================= */

.container-header {
  background: #fff;
  box-shadow: none;
}

/* ヘッダー内側：PCでは本文幅に収める */
.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

/* ロゴ側 */
.site-header-logo {
  flex: 1 1 auto;
  min-width: 0;
}

.site-header-logo .navbar-brand {
  margin: 0;
  padding: 0;
}

/* 横長ロゴ用 */
.site-header-logo .brand-logo img {
  display: block;
  width: min(680px, 100%);
  height: auto;
  max-width: 100%;
}

/* メニュー側 */
.site-header-menu {
  flex: 0 0 auto;
}

.site-header-menu .navbar {
  padding: 0;
}

.site-header-menu .navbar-collapse {
  justify-content: flex-end;
}

/* PCメニュー */
.site-header-menu .mod-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
}

.site-header-menu .mod-menu > li {
  margin: 0!important;
}

.site-header-menu .mod-menu > li > a,
.site-header-menu .mod-menu > li > span {
  display: block;
  color: #111;
  letter-spacing: 0.18em;
  font-weight: 500;
  padding: 1.1rem 1.4rem;
  text-decoration: none;
}

.site-header-menu .mod-menu > li.current > a,
.site-header-menu .mod-menu > li.active > a,
.site-header-menu .mod-menu > li.current > span,
.site-header-menu .mod-menu > li.active > span,
.site-header-menu .mod-menu > li > a:hover {
  background: #35a8e0;
  color: #fff;
  border-radius: 4px;
}

/* =========================
   Header mobile
   ========================= */

@media (max-width: 991.98px) {
  .site-header-inner {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0.8rem;

    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }

  /* ロゴ側：バーガーボタン分を残して縮める */
  .site-header-logo {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 60px);
  }

  .site-header-logo .brand-logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  /* メニュー側：閉じている時はボタン幅だけ */
  .site-header-menu {
    flex: 0 0 50px;
    width: 50px;
    display: flex;
    justify-content: flex-end;
  }

  .site-header-menu .navbar {
    position: static;
    width: 50px;
    padding: 0;
    justify-content: flex-end;
  }

  /* バーガーボタン */
  .site-header-menu .navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;

    color: #111;
    border: 1px solid #111;
    background: #fff;
    box-shadow: none;
  }

  .site-header-menu .navbar-toggler .icon-menu,
  .site-header-menu .navbar-toggler .icon-menu::before {
    color: #111;
  }

  /* 閉じている時 */
  .site-header-menu .navbar-collapse:not(.show) {
    display: none;
  }

  /* 開いた時：ヘッダー下に全幅で表示 */
  .site-header-menu .navbar-collapse.show {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    width: 100%;
    background: #fff;
    padding: 0.8rem 0;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
    z-index: 1000;
  }

  /* スマホメニュー */
  .site-header-menu .mod-menu {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .site-header-menu .mod-menu > li {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .site-header-menu .mod-menu > li > a,
  .site-header-menu .mod-menu > li > span {
    display: block;
    width: 100%;
    padding: 0.9rem 1rem;

    color: #111;
    letter-spacing: 0.16em;
    text-decoration: none;
  }

  .site-header-menu .mod-menu > li.current > a,
  .site-header-menu .mod-menu > li.active > a,
  .site-header-menu .mod-menu > li.current > span,
  .site-header-menu .mod-menu > li.active > span,
  .site-header-menu .mod-menu > li > a:hover {
    background: #35a8e0;
    color: #fff;
    border-radius: 0;
  }
}

/* 768px〜991pxでもバーガーメニューにする */
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-header-menu .navbar-expand-md .navbar-toggler {
    display: flex;
  }

  .site-header-menu .navbar-expand-md .navbar-collapse {
    display: none !important;
  }

  .site-header-menu .navbar-expand-md .navbar-collapse.show {
    display: block !important;
  }
}

/* ------------------------------------ */
/* パンくず */
/* ------------------------------------ */
.mod-breadcrumbs__wrapper {
padding:20px 35px;
background-color:#324B81;/*#22A7F0;*/
}
.breadcrumb {
    background-color:none;
    text-transform: uppercase;
	color:#fff;

}
.breadcrumb > li,
.breadcrumb > li > a,
.breadcrumb > li > span {
    font-size:18px;
    line-height:26px;
    color:#fff;
}
.breadcrumb-item+.breadcrumb-item:before {
	content: "|";
	color: #fff;
}
/* ------------------------------------ */
/* フッター */
/* ------------------------------------ */
.footer .grid-child {
	display: block;
}
/* ------------------------------------ */
/* お問い合わせフォーム */
/* ------------------------------------ */
.com-contact.contact {
	margin: 0 5rem;
}
.com-contact.contact legend {
	display: none;
}
.com-contact.contact .btn-primary {
	background: #35a8e0;
	border-color: #35a8e0;
}
.com-contact.contact .btn-primary:hover {
	background: #324B81;
}
@media (max-width: 768px) {
  .com-contact.contact {
	margin: 0 .5rem;
}
}
