@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
html {
  font-size: 62.5%;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  background: #00374e;
  color: #f0f0f0;
}

body.dogbase
	{
  background: #a67f1b;
  color: #f0f0f0;
	
}

::-moz-selection {
  background: #cf374e;
  color: #f0f0f0;
}

::selection {
  background: #cf374e;
  color: #f0f0f0;
}

::-moz-selection {
  background: #cf374e;
  color: #f0f0f0;
}

a {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 750px) {
  a:hover {
    color: #796a56;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.mb40 {
  margin-bottom: 40px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb160 {
  margin-bottom: 160px;
}

.centering {
  text-align: center;
}

.fwat {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
}

.scroll-in {
  opacity: 1;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.Mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  vertical-align: bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
}

/*------ body ---------*/
#header-bg {
  display: block;
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

#header-bg::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url(../images/headerbg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  -webkit-animation: anime 10s 1;
  animation: anime 15s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 0;
}

#header-bg_db {
  display: block;
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

#header-bg_db::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url(../images/db_top_0249.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  -webkit-animation: anime 10s 1;
  animation: anime 15s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 0;
}


@-webkit-keyframes anime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes anime {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.header-contents {
  margin-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.logo-w {
  position: relative;
  top: 0;
  left: 30px;
  width: 100px;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: rgba(0, 55, 78, 0.8);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#g-nav-db {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: rgba(166, 127, 27, 0.8);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#g-nav.panelactive {
  right: 0;
}

#g-nav-db.panelactive {
  right: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav-db.panelactive #g-nav-list-db {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav-list.panelactive {
  right: 0;
}

#g-nav-list-db.panelactive {
  right: 0;
}

#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#g-nav-db ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav-db li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #f0f0f0;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

#g-nav-db li a {
  color: #f0f0f0;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

.menu-open {
  position: fixed;
  z-index: 9998;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.menu-open span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 100%;
}

.menu-open span:nth-of-type(1) {
  top: 5px;
}

.menu-open span:nth-of-type(2) {
  top: 20px;
}

.menu-open span:nth-of-type(3) {
  top: 35px;
}

.menu-open.active span:nth-of-type(1) {
  top: 12px;
  left: 0;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 100%;
}

.menu-open.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-open.active span:nth-of-type(3) {
  top: 24px;
  left: 0;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 100%;
}

.insta {
  position: fixed;
  z-index: 9998;
  top: 30px;
  right: 90px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.scrollwrap {
  display: none;
  position: absolute;
  right: 2.5%;
  bottom: 0;
}

@media (min-width: 750px) {
  .scrollwrap {
    display: block;
  }
}

.scrollinner span {
  font-size: 12px;
  letter-spacing: 0.2rem;
  font-weight: 700;
  text-align: end;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  text-decoration: none;
  color: #fff;
  display: block;
}

.scrollarrow {
  width: 1px;
  height: 100px;
  margin: 30px auto 0;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  overflow: hidden;
}

.scrollarrow::before {
  content: "";
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #fff;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
            transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
            transform: translate3d(-50%, 100px, 0);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
            transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
            transform: translate3d(-50%, 100px, 0);
  }
}

.news-contents {
  position: relative;
  background: #fff;
  border: solid 1px #00374e;
  max-width: calc(100% - 35px);
  margin-left: auto;
}

.news-contents p {
  margin: 20px 20px 20px 50px;
  color: #00374e;
  font-weight: bold;
  font-size: 1.2rem;
}

@media (min-width: 750px) {
  .news-contents p {
    font-size: 1.4rem;
  }
}

.news-contents p .news-date {
  display: block;
}

@media (min-width: 750px) {
  .news-contents p .news-date {
    display: inline-block;
    margin-right: 20px;
  }
}

.news-wrap {
  margin-bottom: 30px;
  width: 100%;
}

.check-img {
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 70px;
  height: 70px;
}

.news-wrap-height {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#intro {
  position: relative;
  overflow: hidden;
}

#intro::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: url(../images/introbg.png) no-repeat;
  background-size: 140%;
  background-position: center;
}

#intro_db {
  position: relative;
  overflow: hidden;
}

#intro_db::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: url(../images/introbg_mitomi.png) no-repeat;
  background-size: 80%;
  background-position: center;
}
	
@media (min-width: 750px) {
  #intro::before {
    background-size: 80%;
  }
}

.introtxt-wrap {
  position: relative;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

@media (min-width: 750px) {
  .introtxt-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.introtxt-lead {
  font-size: 1.4rem;
  line-height: 3.5rem;
  margin-bottom: 40px;
}

@media (min-width: 750px) {
  .introtxt-lead {
    width: 50%;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
  .introtxt-lead span {
    display: block;
    margin-bottom: 14px;
  }
}

.introtxt-img {
  position: relative;
  margin-bottom: 80px;
}

@media (min-width: 750px) {
  .introtxt-img {
    width: 620px;
    margin-bottom: 0;
  }
  .introtxt-img img {
    position: relative;
    display: block;
    top: 0;
    left: -20%;
  }
}

.reserveinfo-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: solid 1px #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}

.reserveinfo-wrap-db {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: solid 1px #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px;
}

@media (min-width: 750px) {
  .reserveinfo-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 40px;
    margin-bottom: 80px;
  }

  .reserveinfo-wrap-db {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 40px;
    margin-bottom: 80px;
  }
}

.reserveinfo-title h2 {
  letter-spacing: 0.4rem;
  font-size: 16px;
}

@media (min-width: 750px) {
  .reserveinfo-title h2 {
    width: 160px;
  }
}

.reserveinfo-txt {
  width: 100%;
  line-height: 3.5rem;
  font-size: 1.2rem;
}

@media (min-width: 750px) {
  .reserveinfo-txt {
    font-size: 1.4rem;
  }
}

.reserveinfo-txt a {
  text-decoration: underline;
  color: #fff;
}

.intro-sepa {
  width: 100%;
  height: 500px;
  background: url(../images/camping-sp2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
	.intro-sepa_db {
  width: 100%;
  height: 500px;
  background: url(../images/db_1500-2040.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 750px) {
  .intro-sepa {
    background: url(../images/camping-2.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
    height: 340px;
  }
	.intro-sepa_db {
    background: url(../images/db_2320-801_2.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
    height: 500px;
  }
}

.rotate-wrap {
  position: relative;
  width: 100%;
  text-align: center;
}

.rotate-txt-img {
  width: 210px;
  -webkit-animation: rotate-anime 32s linear infinite;
  animation: rotate-anime 32s linear infinite;
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#guid {
  position: relative;
  background: #f0f0f0;
  padding-top: 120px;
}

.guid-h2, .fee-h2, .reserve-h2, .reserve-h2-dogbase, .access-h2, .access-h2-dogbase {
  color: #796a56;
  font-size: 2.4rem;
  letter-spacing: 0.8rem;
  margin: 0 auto 40px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

@media (min-width: 750px) {
  .guid-h2, .fee-h2, .reserve-h2, .reserve-h2-dogbase, .access-h2, .access-h2-dogbase {
    font-size: 3.4rem;
    text-align: center;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

.guid-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 750px) {
  .guid-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 120px;
  }
}

.guid-detail {
  color: #796a56;
  margin-bottom: 80px;
}

@media (min-width: 750px) {
  .guid-detail {
    width: 34%;
    margin-bottom: 0;
  }
}

.guid-1 {
  text-align: center;
}

.guid-1 span {
  display: block;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 20px;
}

.guid-1 .g1-box {
  border: solid 1px;
  padding: 10px;
}

.guid-1 .g1-tel {
  color: #796a56;
  text-decoration: underline;
}

@media (min-width: 750px) {
  .guid-1 {
    margin-bottom: 60px;
  }
}

@media (min-width: 750px) {
  .guid-2 {
    margin-bottom: 60px;
  }
}

.guid-map {
  margin-bottom: 40px;
}

@media (min-width: 750px) {
  .guid-map {
    width: 60%;
    margin-bottom: 0;
  }
}

#fee {
  position: relative;
  padding-top: 120px;
}

.fee-h2 {
  color: #f0f0f0;
}

.fee-lead-wrap {
  position: relative;
  background: #f0f0f0;
  padding: 20px;
  margin-bottom: 80px;
}

@media (min-width: 750px) {
  .fee-lead-wrap {
    padding: 40px;
  }
}

.fee-lead-wrap p {
  color: #00374e;
  line-height: 3.5rem;
  margin-bottom: 0;
}

.fee-lead-wrap p span {
  color: #cf374e;
}

.fee-h3 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  margin: 0;
}

@media (min-width: 750px) {
  .fee-h3 {
    border-bottom: none;
    width: 20%;
  }
}

.stay-fee-wrap {
  margin-bottom: 80px;
}

@media (min-width: 750px) {
  .stay-fee-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    margin-bottom: 40px;
  }
}

@media (min-width: 750px) {
  .stay-fee-datail {
    width: 80%;
  }
}

.s-f-datail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #fff;
}

.s-f-datail-wrap dt {
  width: 80px;
}

@media (min-width: 750px) {
  .s-f-datail-wrap dt {
    width: 160px;
  }
}

.s-f-datail-wrap dd {
  width: 100%;
  line-height: 3rem;
}

.s-f-datail-wrap dd span {
  display: block;
  line-height: 2rem;
  font-size: 1.2rem;
  margin-top: 40px;
}

@media (min-width: 750px) {
  .s-f-datail-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .s-f-datail-wrap:last-child {
    border-bottom: none;
  }
}

.other-fee-wrap {
  margin-bottom: 80px;
}

@media (min-width: 750px) {
  .other-fee-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    border-bottom: solid 1px #fff;
    margin-bottom: 40px;
  }
}

.other-fee-datail {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #fff;
}

.other-fee-datail p {
  margin: 0;
  line-height: 3rem;
}

.other-fee-datail p span {
  display: block;
  line-height: 2rem;
  font-size: 1.2rem;
  margin-top: 40px;
}

@media (min-width: 750px) {
  .other-fee-datail {
    width: 80%;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.notes-wrap {
  padding: 20px;
  font-size: 1.2rem;
  line-height: 2rem;
  border: solid 1px #fff;
  margin-bottom: 120px;
  text-align: justify;
}

.notes-wrap ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 40px;
}

.notes-wrap ul li {
  margin-bottom: 18px;
  line-height: 1.8rem;
}

.notes-wrap ul li .delete {
  text-decoration: line-through;
}

@media (min-width: 750px) {
  .notes-wrap {
    margin-top: 80px;
  }
}

#reserve {
  background: #f0f0f0;
  padding-top: 120px;
}

@media (min-width: 750px) {
  .reserve-h2-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.reserve-h2 {
  color: #00374e;
}

.reserve-h2-dogbase{
	color: #796a56;
}

@media (min-width: 750px) {
  .reserve-h2 {
    text-align: left;
    width: 620px;
  }
  .reserve-h2-dogbase {
    text-align: left;
    width: 620px;
  }


}

.reserve-lead {
  color: #00374e;
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: justify;
  margin-bottom: 40px;
}

.reserve-lead-dogbase{
	color: #796a56;
	font-size: 1.2rem;
    line-height: 2rem;
  	text-align: justify;
  	margin-bottom: 40px;	
}

@media (min-width: 750px) {
  .reserve-lead {
    width: 50%;
  }
	
  .reserve-lead-dogbase {
    width: 50%;
  }
	
}

.reserve-btn {
  position: relative;
  display: block;
  border: solid 1px #00374e;
  padding: 40px 20px;
  margin-bottom: 120px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.reserve-btn-dogbase {
  position: relative;
  display: block;
  border: solid 1px #796a56;
  padding: 40px 20px;
  margin-bottom: 120px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 750px) {
  .reserve-btn {
    text-align: center;
  }
	
	.reserve-btn-dogbase {
    text-align: center;
  }
}

.reserve-btn span {
  color: #00374e;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.reserve-btn-dogbase span {
  color: #796a56;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 750px) {
  .reserve-btn span {
    font-size: 2.4rem;
  }
	
  .reserve-btn-dogbase span {
    font-size: 2.4rem;
  }
}

.reserve-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 30px;
  height: 9px;
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.reserve-btn-dogbase::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 30px;
  height: 9px;
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

@media (min-width: 750px) {
  .reserve-btn:hover {
    background: #00374e;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .reserve-btn:hover span {
    color: #f0f0f0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .reserve-btn-dogbase:hover {
    background: #796a56;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .reserve-btn-dogbase:hover span {
    color: #f0f0f0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}


#access {
  background: #cec6c1;
  padding-top: 120px;
}

.access-db {
  padding-bottom: 40px;/* 10/28追加 */
}

.access-h2 {
  color: #00374e;
}

.access-h2-dogbase {
  color: #796a56;
}

.access-lead {
  text-align: center;
  color: #00374e;
}

.access-lead-dogbase {
  text-align: center;
  color: #796a56;
}

.banner-wtap .banner-link.db-txt a {
  color: #796a56 !important; /*10/28*/
}


.map-img {
  display: block;
  max-width: 610px;
  width: 100%;
  margin: 0 auto 40px;
}

.googlemap-btn {
  position: relative;
  display: block;
  border: solid 1px #00374e;
  padding: 20px;
  margin: 0 auto 120px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.googlemap-btn-dogbase {
  position: relative;
  display: block;
  border: solid 1px #796a56;
  padding: 20px;
  margin: 0 auto 60px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


@media (min-width: 750px) {
  .googlemap-btn {
    text-align: center;
    width: 80%;
  }
	
  .googlemap-btn-dogbase {
    text-align: center;
    width: 80%;
    margin: 0 auto 120px;
  }
}

.googlemap-btn span {
  color: #00374e;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.googlemap-btn-dogbase span {
  color: #796a56;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 750px) {
  .googlemap-btn span {
    font-size: 2.4rem;
  }
	
  .googlemap-btn-dogbase span {
    font-size: 2.4rem;
  }
}

.googlemap-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 30px;
  height: 9px;
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.googlemap-btn-dogbase::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 30px;
  height: 9px;
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

@media (min-width: 750px) {
  .googlemap-btn:hover {
    background: #00374e;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
	
  .googlemap-btn-dogbase:hover {
    background: #796a56;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
	
  .googlemap-btn:hover span {
    color: #f0f0f0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
	
  .googlemap-btn-dogbase:hover span {
    color: #f0f0f0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

#music {
  position: relative;
  padding-top: 140px;
}

.music-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

@media (min-width: 750px) {
  .music-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 120px;
  }
}

@media (min-width: 750px) {
  .music-f-right {
    width: 48%;
  }
}

.music-h2 {
  max-width: 360px;
  margin: 0 auto 60px;
}

.m-f-r-leadwrap {
  position: relative;
  background: #f0f0f0;
  padding: 40px 40px 0 60px;
  margin-bottom: 140px;
}

.m-f-r-leadwrap p {
  color: #00374e;
  font-weight: 600;
}

.m-f-r-leadwrap::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 100%;
  background: url(../images/stripe-b.svg);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: -5px;
}

.m-area-record {
  position: absolute;
}

.music-f-left {
  position: relative;
}

@media (min-width: 750px) {
  .music-f-left {
    width: 44%;
  }
}

.m-f-l-imgwrap {
  position: relative;
  max-width: 320px;
  display: block;
}

.m-f-l-imgwrap::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 100%;
  background: url(../images/stripe-w.svg);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: -5px;
  z-index: 1;
}

@media (min-width: 750px) {
  .m-f-l-imgwrap {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.m-f-l-profile {
  position: relative;
  top: -42px;
  right: -60px;
  max-width: 80%;
  font-size: 1.3rem;
  line-height: 2;
}

@media (min-width: 750px) {
  .m-f-l-profile {
    max-width: 100%;
    top: 0;
    right: 0;
  }
}

.footerbg-area {
  position: relative;
  width: 100%;
  height: 400px;
  background: url(../images/camping-4.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
}

.footerbg-area_db {
  position: relative;
  width: 100%;
  height: 400px;
  background: url(../images/db_ft_0199.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
}

@media (min-width: 750px) {
  .footerbg-area {
    background-attachment: fixed;
    height: 320px;
  }
}

.footerlogo-area {
  position: relative;
  background: #00374e;
}

.footerlogo-area-dogbase{
	position: relative;
	background: #a67f1b;
}

.logo-footer-img {
  display: block;
  width: 180px;
  margin: 40px auto;
}

.logo-footer-img-db {
  display: block;
  width: 250px;
  margin: 40px auto;
}

.soundwrap {
  position: absolute;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

@media (min-width: 750px) {
  .soundwrap {
    bottom: 10px;
    left: auto;
    right: 50px;
    -webkit-transform: none;
            transform: none;
    width: 320px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.img-fuki-sound-dt {
  display: inline-block;
  width: 316px;
  position: relative;
  top: -10px;
  left: -80px;
}

@media screen and (max-width: 749px) {
  .img-fuki-sound-dt {
    display: none;
  }
}

.img-fuki-sound-sp {
  display: inline-block;
  width: 284px;
  position: relative;
  top: 0;
  left: 0;
}

@media (min-width: 750px) {
  .img-fuki-sound-sp {
    display: none;
  }
}

.f-item-record {
  cursor: pointer;
}

.sound-btn {
  position: relative;
  padding: 0 8px;
}

@media (min-width: 750px) {
  .sound-btn {
    padding: 0;
  }
}

.img-record {
  width: 160px;
}

.img-record.s-play {
  -webkit-animation: rotate-anime 32s linear infinite;
  animation: rotate-anime 32s linear infinite;
}

.wrap-s-stop {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.wrap-s-stop::after {
  content: "";
  display: inline-block;
  background: url(../images/play.svg) no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wrap-s-play {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.wrap-s-play::after {
  content: "";
  display: inline-block;
  background: url(../images/stop.svg) no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.soundwrap.fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.soundwrap.fixed .img-fuki-sound-sp {
  display: none;
}

.soundwrap.fixed .img-fuki-sound-dt {
  display: none;
}

.soundwrap.fixed .img-record {
  width: 80px;
}

.soundwrap.fixed .wrap-s-stop::after {
  content: "";
  width: 16px;
  height: 16px;
}

.soundwrap.fixed .wrap-s-play::after {
  content: "";
  width: 16px;
  height: 16px;
}

#record-fixed-area {
  position: relative;
  height: 100px;
}

#record-fixed-area .soundwrap.fixed.none {
  position: absolute;
  bottom: -80px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.soundwrap.fixed.none .img-record {
  width: 160px;
}

.soundwrap.fixed.none .wrap-s-stop::after {
  content: "";
  width: 26px;
  height: 26px;
}

.soundwrap.fixed.none .wrap-s-play::after {
  content: "";
  width: 26px;
  height: 26px;
}

.img-90 {
  width: 90%;
}

.img-60 {
  width: 60%;
}

/*20241025追記-ここから*/

.banner-wtap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px; 
  border: 1px solid #ddd;
  color: #ddd !important;
  line-height: 3.5rem ;
  width: 100%;
  max-width: 960px; /* 最大幅を小さく */
  margin: 0 auto;
  margin-bottom: 120px ;
  box-sizing: border-box;
}

.banner-wtap a {
  color: #ddd !important;
}


.banner-wtap.db {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  border: 1px solid #796a56;
  color: #796a56 !important;
  line-height: 3.5rem ;
  width: 100%;
  max-width: 900px; /* 最大幅を小さく */
  margin: 0 auto;
  margin-bottom: 120px ;
  box-sizing: border-box;
}

.banner-img {
  flex: 1;
  max-width: 50%; /* 画像部分の最大幅を縮小 */
  display: flex;
}

.banner-img img {
  width: 90%; /* 画像サイズをさらに小さく */
  height: auto;
  padding: 0 auto;
}

.banner-content {
  flex: 1;
  max-width: 50%; /* コンテンツ部分の最大幅を縮小 */
  display: flex; /* Flexboxを有効化 */
  flex-direction: column; /* 子要素を縦方向に配置 */
  justify-content: center; /* 高さ方向の中央揃え */
  height: 100%; /* 親要素の高さに対して中央揃え */
}

.banner-link a {
  text-decoration: underline;
}

.banner-link, .banner-txt {
  margin-bottom: 8px; /* 各項目間の余白を減らす */
}


@media (max-width: 749px) {
  .banner-wtap {
    flex-direction: column; /* 縦並びに配置 */
    width: calc(100% - 10px); /* 左右に10pxずつ余白を追加 */
    max-width: 100%;
    padding: 40px 0px 40px; /* パディングを調整 */
    margin: 0 auto 60px; /* 中央揃えと下部マージン */
    font-size: 1.2rem;
  }

.banner-wtap.db{
  flex-direction: column; /* 縦並びに配置 */
  width: calc(100% - 15%); /* 左右に10pxずつ余白を追加   % で記述 */
  max-width: 100%;
  padding: 40px 0px 40px; /* パディングを調整 */
  margin: 0 auto 60px; /* 中央揃えと下部マージン */

}

  .banner-img {
    max-width: 100%; /* 画像部分の幅をフルサイズに */
    justify-content: center; /* 画像を中央に揃える */
    margin-bottom: 20px; /* 画像下に余白 */
  }

  .banner-img img {
    width: 80%; /* */
  }

  .banner-content {
    max-width: 80%; /* コンテンツ部分の幅をフルサイズに */
    padding-left: 0; /* 左側のパディングを削除 */
   
    margin: 0 10px; /* コンテンツの左右に10pxのマージン */
  }

  .banner-link, .banner-txt {
    margin-bottom: -25px; /* 各項目の余白を調整 */
   
  }
}

/*20241025追記-ここまで*/

/*# sourceMappingURL=style.css.map */