/*!
 * 
 * custom style
 * 
 */

body {
  /*font-size: 15px;
  line-height: 1.8;
  font-weight: 400;*/
  color: #4e4141;
}
/*
----------------------------------
  navbar
---------------------------------- */
.navbar-brand img {
  width: 70%;
}
.ftco-navbar-light .navbar-nav > .nav-item.w6em {
  /* Used when the menu name is japanese */
  width: 6em;
}
.ftco-navbar-light .navbar-nav > .nav-item.w7em {
  /* Used when the menu name is japanese */
  width: 7em;
}
.ftco-navbar-light .navbar-nav > .nav-item.w8em {
  /* Used when the menu name is japanese */
  width: 8em;
}
.ftco-navbar-light .navbar-nav > .nav-item.w9em {
  /* Used when the menu name is japanese */
  width: 9em;
}
.ftco-navbar-light .navbar-nav > .nav-item.w10em {
  /* Used when the menu name is japanese */
  width: 10em;
}
@media (max-width: 767.98px) {
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    text-align: left;
  }
  .ftco-navbar-light .navbar-brand {
    text-align: center;
  }
  .ftco-navbar-light .navbar-brand img {
    width: 70%;
  }
  .ftco-navbar-light .navbar-nav > .nav-item.w6em,
  .ftco-navbar-light .navbar-nav > .nav-item.w7em,
  .ftco-navbar-light .navbar-nav > .nav-item.w8em,
  .ftco-navbar-light .navbar-nav > .nav-item.w9em,
  .ftco-navbar-light .navbar-nav > .nav-item.w10em
  {
    /* Used when the menu name is japanese */
    width: auto;
  }
}

/*
----------------------------------
 wrapの背景設定
---------------------------------- */
.wrap {
  background: #ff4700;
  background: #ffe56d;
  background-image: linear-gradient(45deg, rgba(255, 71, 0, 1), rgba(255, 229, 109, 1));
}
.ftco-section {
  padding: 5em 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .ftco-section {
    padding: 6em 0;
  }
}
.social-media p a {
  width: 40px;
  height: 30px;
}
/*
----------------------------------
  apricot Title
---------------------------------- */
.heading-section h2 {
  color: #ffa17c;
  font-size: 4em;
  font-weight: 800;
  line-height: 1em;
  background-image: url(../images/title-bg.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}
.heading-section p {
  color: #af7169;
  font-size: 1.4em;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .heading-section h2 {
    font-size: 4em;
  }
  .heading-section p{
    font-size: 1.2em;
  }
}
.ftco-counter .text .number {
  line-height: 1;
  font-weight: 700;
  font-size: 3em;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-shadow: 1px 1px 2px #888888;
}
.ftco-counter .text span {
  font-size: 1.8em;
  color: #fff;
}
.ftco-counter {
  background: #ff4700;
  background: #ffe56d;
  /*background-image: linear-gradient(180deg, rgba(255, 71, 0, 1), rgba(255, 229, 109, 1));*/
  background-image: linear-gradient(180deg, rgba(255, 171, 94, 1), rgba(255, 120, 87, 1) 48%, rgba(255, 174, 122, 1));
}
.border-apricot {
  border-color: #ffc7b1 !important;
}
.bg-apricot {
  background-color: #ffc7b1 !important;
}

a.apricot:hover, a.apricot:focus,
button.bg-apricot:hover,
button.bg-apricot:focus {
  background-color: #a700cc !important;
}

/*
----------------------------------
  btn-apricot
---------------------------------- */
.btn-apricot {
  color: #ffffff;
  background-color: #ffa17c;
  border-color: #ffa17c;
  border-radius: 24px;
}
.btn-apricot:hover {
  color: #ffffff;
  background-color: #e2531b;
  border-color: #e2531b;
}
/*
----------------------------------
  Sub pages
---------------------------------- */
.hero-wrap.hero-wrap-2 {
  height: 240px;
}
.hero-wrap.hero-wrap-2 .overlay {
  opacity: .5;
  background: #207dff;
  background: -moz-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #207dff), color-stop(100%, #00bd55));
  background: -webkit-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
  background: -o-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
  background: -ms-linear-gradient(45deg, #207dff 0%, #00bd55 100%);
  background: linear-gradient(45deg, #207dff 0%, #00bd55 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207dff', endColorstr='#00bd55', GradientType=1 );
}
.hero-wrap.hero-wrap-2 .slider-text {
  height: 240px;
}
.hero-wrap.hero-wrap-2 .slider-text h1 {
  font-weight: 400;
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .hero-wrap.hero-wrap-2 {
    height: 180px;
  }
  .hero-wrap.hero-wrap-2 .slider-text {
    height: 180px;
  }
  .ftco-counter .block-18 {
    margin-top: 1em;
    margin-bottom: 0;
  }
}

/*
----------------------------------
  teble
---------------------------------- */
.table {
  font-size: 1.2em;
}
/*
----------------------------------
  footer
---------------------------------- */
.footer {
  padding: 4em 0 7em 0;
  background: #ffc7b1;
  background-image: url(../images/f-dogs.png);
  background-size: auto;
  background-position: bottom;
  background-repeat: repeat-x;
  animation-name: dogs;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes dogs {
  0% {
    background-position: 0 bottom;
  }

  100% {
    background-position: 300px bottom;
  }
}
.footer a {
  color: #00bd56;
}
.footer p {
  color: #7d1b00;
}
.footer .copyright {
  color: rgba(255, 255, 255, 0.1);
  color: #606060;
}
.footer .footer-heading {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 700;
  color: #c00f0f;
  text-shadow: 1px 1px 2px #5a5a5a;
}
.footer .footer-heading:after {
  background: #689d00;
}
.footer ul.list-unstyled li a {
  font-size: 1.1em;
  color: #dd4d00;
}
.footer ul.list-unstyled li a:hover {
  color: #0b8900;
  font-weight: bold;
}
.footer .ftco-footer-social li a {
  background: #ff5900;
  color: #ffffff;
}
.footer .block-23 ul li {
  color: #dd4d00;
}
.footer .block-23 .text {
  color: #dd4d00;
}
.footer .block-23 ul li a {
  color: #dd4d00;
}
.footer .block-23 ul li a:hover {
  color: #0b8900;
}
.footer .block-23 ul li a:hover .text {
  color: #0b8900;
}
.footer .block-23 ul li .icon {
  color: #841400;
}

/* -------------------
  TELボタンの設定
--------------------- */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
.ftco-intro .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .8;
  background: #23b87f;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  width: 48px;
  height: 48px;
  border: solid 1px #ff4700;
  border-radius: 58px;
  background:#ffe4df;
  color: #ff4700;
  transition: all 0.4s;
}
.back-to-top i:hover {
  background: #ff4700;
  color: #fff;
}
/*
--------------------------------------------
 レスポンシブな「dl dt dd」
--------------------------------------------*/
.definition-list {
  /* 共通・SP用  */
  display: block;
  padding-top: 1em;
  margin-bottom: 0.5em;
  border-bottom: solid 1px #8f8f8f;
  color: #444444;
}
.definition-list:hover {
  color: #de3000;
}
.definition-list:first-child {
  border-top: solid 1px #8f8f8f;
}
.definition-list dl {
  padding: 0.2em 0;
}
.definition-list dt {
  font-size: 1em;
  text-align: left;
  width: 50%;
  padding: 0.2em 0;
  margin-bottom: 1em;
}
.definition-list dd {
  text-align: left;
  font-size: 1em;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

@media screen and (min-width: 768px) {
  /* PC用 */
  .definition-list {
    display: block;
    margin-bottom: -1px;
  }
  .definition-list dl {
    margin-bottom: 0.5em;
  }
  .definition-list dt {
    font-size: 1em;
    text-align: center;
    clear: left;
    float: left;
    width: 28%;
    padding: 0;
    font-weight: normal;
  }
  .definition-list dd {
    font-size: 1em;
    line-height: 1.4em;
    margin-left: 30%;
  }
}
.gmap {
  border: solid 1px #de3000;
  padding: 0.5em 0.5em 0 0.5em;
}
/* ---------------------------------
  add 2025.02.18 
------------------------------------ */

.tel-circle-button {
  font-size: 2.4em;
  color: #fff;
  width: 3.2em;
  height: 3.2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8ea943;
  margin-left: auto;
  margin-right: auto;
}
/* 少しずらしたボックス オレンジ */
.box27 {
	margin: 2em auto;
	padding: 2em;/*内側の余白*/
	background: none;/*元のボックス背景色なし*/
	border:1px solid #c6c6c6;
	position: relative;/*配置（基準）*/
  z-index: 0;
}
.box27:after {
	background-color:rgba(221, 221, 221, 0.5);
	border:none;
	content: '';
	position: absolute;/*配置（ここを動かす）*/
	top: 7px;/*上から7pxずらす*/
	left: 7px;/*左から7pxずらす*/
	width: 100%;
	height: 100%;
	z-index: -1;
}
.box27-title {
  width: 80%;
  background-color: #f07e62;
  text-align: center;
  color: #fff;
  padding: 0.4em;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2.5em;
}
/* 少しずらしたボックス グレー */
.box28 {
	margin: 2em auto;
	padding: 2em;/*内側の余白*/
	background: none;/*元のボックス背景色なし*/
	border:1px solid #c6c6c6;
	position: relative;/*配置（基準）*/
  z-index: 0;
}
.box28:after {
	background-color:rgba(255, 224, 179, 0.5);
	border:none;
	content: '';
	position: absolute;/*配置（ここを動かす）*/
	top: 7px;/*上から7pxずらす*/
	left: 7px;/*左から7pxずらす*/
	width: 100%;
	height: 100%;
	z-index: -1;
}
.org-list{
  list-style: none;
  padding-left: 1.5em;
  margin-left: 0.5em;
}
.org-list li{
  text-indent: -1.5em;
  margin-bottom: 0.5em;
}
.org-list li:before{
  content: "※";
  margin-right: 0.5em;
}
.org-list li.red:before{
  content: "※";
  margin-right: 0.5em;
  color: #c00f0f;
}
.add-fontawesome {
  font-family: "Font Awesome 5 Free";
  content: "\f107";

  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}


/* top menu を日本語・英語２行表示とする モバイル時は１行にする */
.sp-not-br {
  /* 通常時 */
  font-size: 0.7em;
  color: #5a5a5a;
  word-wrap: break-word;
  white-space: normal;
  display: block;
}
/*
-------------------------------------
  モバイルデバイス時
-------------------------------------*/
@media only screen and (max-width: 768px) {
  /* 改行を入れる */
  .br {
    word-wrap: break-word;
    white-space: normal;
    display: block;
  }
  .sp-not-br {
    /* スマートフォン */
    font-size: 1em;
    padding-right: 6px;
    color: #531500;
    word-wrap:normal;
    white-space: normal;
    display:inline-block;
  }
  .sp-not-br::after {
    content: " |";
  }
}

@media (min-width: 769px) {
  .br-md {
    padding-left: 0;
    padding-right: 0;
    word-wrap: break-word;
    white-space: normal;
    display: block;
  }
}
a.link-img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: “alpha( opacity=60 )”;
}
/*----------------------------------
inustagram
------------------------------------*/
.box-inustagram {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
}
.text-inustagram{
  color: #e23b48;
  text-align: center;
  font-size: 1.6em;
  line-height: 2em;
}
.insta-link {
  width: 8%;
}
@media (max-width: 768px) {
  .box-inustagram {
    width: 80%;
    padding-top: 0;
  }
  .text-inustagram{
    text-align: left;
    font-size: 1.2em;
  }
  .insta-link {
    width: 24%;
  }
}

/*----------------------------------
  slick
------------------------------------*/

.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 92px;
}
@media (max-width: 767px) {
    .slick-dotted.slick-slider {
      padding-bottom: 0;
    }
}

.slick-list {
  z-index: 0;
}
.slick-list .slick-slide > a {
  display: block;
}

.slick-prev, .slick-next {
  top: 44.6%;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #bf925b;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}
@media (min-width: 768px) {
  .slick-prev:hover, .slick-next:hover {
    background: #000;
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .slick-prev:focus, .slick-next:focus {
    background: #000;
  }
}
.slick-prev::before, .slick-next::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 28px;
  height: 28px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 1;
}

.slick-prev {
  left: -44px;
}
.slick-prev::before {
  left: 3px;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.slick-next {
  right: -44px;
}
.slick-next::before {
  right: 3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.slick-dots {
  bottom: 0;
  /* z-index: 11; */
}
@media (max-width: 767px) {
  .slick-dots {
    bottom: 10px;
  }
}
.slick-dots li {
  width: 26px;
  height: 26px;
  margin: 0 13px;
}
@media (max-width: 767px) {
  .slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 3px;
  }
}
.slick-dots li button {
  width: 26px;
  height: 26px;
}
@media (max-width: 767px) {
  .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}
.slick-dots li button::before {
  opacity: 1;
  width: 7px;
  height: 7px;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background: #000;
  font-size: 0;
  content: "";
}
@media (max-width: 767px) {
  .slick-dots li button::before {
    width: 10px;
    height: 10px;
  }
}
.slick-dots li.slick-active button {
  border: 1px solid #c9c9c9;
  border-radius: 50%;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
}