@charset "UTF-8";
.font-s {
  font-size: 0.9rem;
}
.font-1 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.font-2 {
  font-family: "Osaka-mono", "MS Gothic", "monospace";
}
.font-red {
  color: #e60012
}
.font-brown {
  color: #40220f;
}
.font-green {
  color: #22ac38;
}
.font-sky {
  color: #07b4fc;
}
.font-pink {
  color: #f94bad;
}
.font-y-green {
  color: #8dc221;
}
.shadow {
  text-shadow: 1px 2px 3px #808080;
}
.heading {
  border-left: 6px solid #FABC28;
  padding: 0 0 0 10px;
  border-top-color: #FABC28;
  border-bottom-color: #FABC28;
  border-right-color: #FABC28;
}
/* header */
.tel-number_1 a {
  color: #22ac38;
  text-decoration: none;
}
/* navbar */
.navbar-toggler {
  border-color: #A1A0A0;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(114,113,113,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* nav-itemの文字色 */
.navbar .navbar-nav .nav-link {
  color: rgba(114, 113, 113, 1);
}
/* nav-item activeの文字色 */
.navbar .navbar-nav .active .nav-link {
  color: rgba(114, 113, 113, 1);
}
/* nav-item:focus、nav-item:hoverの文字色 */
.navbar .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(114, 113, 113, 1);
}
/* ドロップダウンアイテムの文字色 */
.dropdown-item {
  color: rgba(114, 113, 113, 1);
}
.sec_inner {
  padding-top: 100px;
}
/* section 1 */
.jp_slide_img_wrapper {
  position: relative;
  width: 100%;
  height: 70vh;
  background-image: url("../img/top_image.jpg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  animation-name: slide_img;
  animation-duration: 150s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.main_catch {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  transform: translateY(-50%) translateX(-50%);
}
.main_catch .logo {
  max-width: 250px;
  margin: 0 auto 15px;
}
.main_catch .logo img {
  max-width: 100%;
  height: auto;
}
/* section 2 */
.sec2 {
  background-image: url("../img/bg_01.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 280px;
}
/* section 3 */
.sec3 {
  background: linear-gradient(to right, #f9f1d2 40%, #fff 60%);
}
/* section 4*/
.sec4 {
  background: #f9f6ed;
}
.table_02 {
  background-color: #F9F1D2;
  border-color: #FFF;
}
.tel-number_2 a {
  color: #8dc221;
  text-decoration: none;
}
/* section 5*/
.map iframe {
  width: 100%;
  height: 450px;
}
/* section 6*/
.sec6 {
  background: linear-gradient(to bottom, #f9f1d2 40%, #fff 60%);
}
/* section 7*/
.sec7 {
  background: #f9f6ed;
}
/* section 8*/
.sec8 {
  background-image: url("../img/bg_02.png")
}
/* section 9*/
.sec9 {
  background: #f9f6ed;
}
/* section 10*/
.tel-number_3 a {
  color: #727171;
  text-decoration: none;
}
/* footer*/
.footer {
  background-image: url("../img/bg_03.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-copyright {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}
.footer_area .footer_area_inner {
  position: relative;
  width: 80%;
  margin: 0px auto;
  padding: 10px 0;
  margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
  width: 85%;
  padding: 11px 0;
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
  line-height: 1.3;
}
.inquiry_btn {
  background-color: #F6AF1D;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 80%;
  padding: 5px 0;
  font-size: 17px;
  font-weight: bold;
}
.inquiry_btn:link, .inquiry_btn:visited {
  color: #FFFFFF !important;
}
.footer_area_inner span {
  color: #fff;
}
#siteBottom {
  margin-bottom: 85px;
}
@keyframes slide_img {
  100% {
    background-position: -10000px 0;
  }
}
@media screen and (max-width:600px) {
  .table_01 table td {
    display: block;
    max-width: 98%;
  }
}
/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:641px) {
  .footer_area {
    display: none;
  }
}
/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:640px) {
  .footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
  }
}
@media screen and (max-width:360px) {
  p, div, td {
    font-size: 13px;
  }
}