<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#mainvisual::after{
  transform: translate(0, 110%);
}
#mainvisual .bg{
  background-image: url("../img/dog/hero_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#mainvisual .bg::after{
  background-image: url('data:image/svg+xml;uf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="3.5" height="3.5" viewBox="0 0 3.5 3.5"&gt;&lt;path id="パス_888" data-name="パス 888" d="M-13351.905-787.8v-3h3" transform="translate(13352.405 791.297)" fill="none" stroke="%23545B45" stroke-width="1" opacity="0.15"/&gt;&lt;/svg&gt;');
}

/*--------------------------------------------------------------------*/

#wrapper{
  background-image: 
    url("../img/bg_blob_pink_2.svg"),
    url("../img/bg_confetti.png"),
    url("../img/bg_confetti.png"),
    url("../img/bg_blob_yellow.svg"),
    url("../img/bg_confetti_r.png");
	background-repeat: no-repeat;
	background-position:
    left -100px top 750px,
    right -300px top 1200px,
    left top 1800px,
    right top 1800px,
    right 0px top 3000px;
	background-size: auto;
}
@media screen and (max-width: 520px){
  #wrapper{
    background-image: 
      url("../img/bg_blob_pink_2.svg"),
      url("../img/bg_blob_yellow.svg");
    background-repeat: no-repeat;
    background-position:
      left -100px top 750px,
      right top 1800px;
    background-size: auto;
  }
}

/*--------------------------------------------------------------------*/

section.attractions{
  background: none;
  padding-bottom: 5em;
}
section.attractions .bodying .primary .ticket .lead .block .index{
  margin-bottom: 1em;
}
section.attractions .bodying .primary .ticket .lead .block .content{
  margin-bottom: 1em;
}
@media screen and (max-width: 520px){
  section.attractions{
    background: none;
    padding-bottom: 0;
  }
  section.attractions .heading .ja{
    font-size: min(1.8rem, 4vw);
  }
}

/*--------------------------------------------------------------------*/

section.with_dog{
  margin-bottom: 5em;
}
section.with_dog .heading{
  margin-bottom: 3em;
}
section.with_dog .heading .title{
  display: inline-block;
  padding: .1em 3em;
  border-radius: 5em;
  background-color: var(--orange);
}
section.with_dog .bodying .container{
  gap: 1.8em;
  margin-bottom: 3em;
}
section.with_dog .bodying .item a{
  display: block;
}
section.with_dog .bodying .item .image{
  width: 360px;
  height: 240px;
  margin-bottom: 1em;
  box-shadow: 0 3px 30px rgba(0,0,0,.1);
}
section.with_dog .bodying .item .label .en:first-letter{
  color: var(--lightblue);
}
section.with_dog .bodying .message{
  max-width: 52em;
  margin: 0 auto;
}
section.with_dog .bodying .message .notation{
  margin-top: 1em;
}
@media screen and (max-width: 520px){
  section.with_dog{
    padding: 0 6vw;
  }
  section.with_dog .heading{
    margin-bottom: 2em;
  }
  section.with_dog .heading .title{
    font-size: min(2.4rem, 4.8vw);
    padding: .5em 1.5em;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
  }
  section.with_dog .bodying .container{
    flex-direction: column;
    align-items: stretch;
  }
  section.with_dog .bodying .item{
    
  }
  section.with_dog .bodying .item .image{
    width: 100%;
    height: 0;
    padding-top: 60%;
    margin-bottom: 1em;
    box-shadow: 0 3px 30px rgba(0,0,0,.1);
  }
  section.with_dog .bodying .message{
    text-align: left;
    font-feature-settings: "palt";
  }
}

/*--------------------------------------------------------------------*/

section.with_dog .bodying .item:nth-of-type(1) .label .en:first-letter{
  color: var(--lightblue);
}
section.with_dog .bodying .item:nth-of-type(2) .label .en:first-letter{
  color: var(--pink-2);
}
section.with_dog .bodying .item:nth-of-type(3) .label .en:first-letter{
  color: var(--orange);
}

/*--------------------------------------------------------------------*/

section.restaurant.with_dog{
  margin-bottom: 7em;
}
section.restaurant.with_dog .heading .title{
  background-color: var(--pink);
}
@media screen and (max-width: 520px){
  section.restaurant.with_dog{
    margin-bottom: 5em;
  }
}

/*--------------------------------------------------------------------*/

section.restaurant.with_dog .bodying .primary{
  margin-bottom: 3em;
}
section.restaurant.with_dog .bodying .primary .item{
  gap: 3em;
}
section.restaurant.with_dog .bodying .primary .item .image{
  width: 600px;
  height: 450px;
}
section.restaurant.with_dog .bodying .primary .item .content{
  max-width: 30em;
}
section.restaurant.with_dog .bodying .primary .item .content .description{
  margin: 1em 0 2em 0;
}
section.restaurant.with_dog .bodying .primary .item .content .button a{
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 520px){
  section.restaurant.with_dog .bodying .primary{
    margin-bottom: 1.5em;
  }
  section.restaurant.with_dog .bodying .primary .item{
    flex-direction: column;
    gap: .5em;
  }
  section.restaurant.with_dog .bodying .primary .item .image{
    width: 100%;
    height: 0;
    padding-top: 60%;
    box-sizing: border-box;
  }
  section.restaurant.with_dog .bodying .primary .item .content .description{
    margin: 1em 0 1em 0;
  }
  section.restaurant.with_dog .bodying .primary .item .content .button{
    text-align: center;
    display: none;
  }
  section.restaurant.with_dog .bodying .primary .item .content .button a{
    padding: .5em 1em;
    font-size: 90%;
  }
}

/*--------------------------------------------------------------------*/

section.attention{
  padding-bottom: 5em;
}
section.attention .wrapper{
  background-color: #fff;
  border-radius: .5em;
  box-shadow: 0 0 20px rgba(0,0,0,.05);
  padding: 2em 2em;
}
section.attention .wrapper .title{
  color: var(--orange);
  padding-bottom: .5em;
  border-bottom: 1px solid #F8DDBF;
}
section.attention .wrapper .title .icon{
  padding-left: 1.5em;
  background-image: url("../img/icon_dog_footprint.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 1em;
}
section.attention .wrapper .index{
  color: var(--orange);
  margin-bottom: .75em;
}
section.attention .wrapper .box{
  padding: 1em;
  width: 48%;
  box-sizing: border-box;
}
section.attention .wrapper .box .item{
  margin-bottom: 1.5em;
}
section.attention .wrapper .box .item .list{
  padding-left: 1em;
  margin-top: 1em;
}
section.attention .wrapper .box .item .list{
  padding-left: 1em;
  margin-top: 1em;
}
@media screen and (max-width: 520px){
  section.attention .wrapper{
    max-width: 96vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
  section.attention .wrapper .container{
    flex-direction: column;
  }
  section.attention .wrapper .container .box{
    width: 100%;
    padding: .5em;
    margin-top: 1em;
  }
  section.attention .wrapper .box .item .list{
    padding-left: .5em;
  }
}

/*--------------------------------------------------------------------*/

section.attention .usage li{
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}










</pre></body></html>