@charset "UTF-8";
body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*スクロールダウンボタン*/
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/*縦スクロールバーエリアを表示*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
  list-style: none;
}

body {
  font-family:"A1 Mincho","メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  sans-serif!important;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 130%;
}

/* @group Reset */
* {
	box-sizing:border-box;
	margin: 0;
	padding: 0;
}

/*通常*/
a:link {
  color:#000;
  transition:0.5s;
  -webkit-transition:0.5s;
	text-decoration: none;
}

/*閲覧済み*/
a:visited {
  color:#000;
	text-decoration: none;
}

/*マウスオン*/
a:hover {
  opacity:0.5;
}

/*クリック中*/
a:active {
	text-decoration: none;
}

/*クリック時の枠線*/
a {
	padding: 0 0 0 0px;
	outline: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: middle;
	max-width:none;
}

/* @end */

/* @group Fluid-img */
img {
	width: auto;
}
/* @end */

/* @group HTML */
html {
	font-size:83%;
}
/* @end */
div, p {
	text-align: justify;
	text-justify: inter-ideograph;
}
.petya{
  position: relative;
}
h2,h3{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 48px;
  font-weight:500;
  text-align: center;
}
h2{
  font-size: 48px;
}
h3{
  font-size: 28px;
  margin:0 0 40px;
}
header,
.inner{
  width:1200px;
  margin: 0 auto;
}
header{
  width:1000px;
  padding: 20px 0;
}
header img{
  width: 365px;
}
header p.shikoku{
  width: 305px;
  background:#058ED9;
  color:#fff;
  text-align: center;
  padding: 10px 0px;
  margin: 40px 0 20px;
  font-size: 28px;
}
a#photo_link span {
  position: absolute;
  top:100px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
header #photo_link{
  position: relative;
  display: block;
  width: 305px;
  height: 170px;
  background:#3A405A;
  color:#fff;
  font-size: 28px;
  padding: 10px 0px;
  text-align: center;
}
header #photo_link p{
  text-align:center;
  font-size: 21px;
}
header #photo_link small{
  display: block;
  font-size: 14px;
}
header .ticket{
  width: 305px;
  margin:20px 0 0;
  text-align: center;
  font-weight: 600;
}
.key_visual{
  width:1200px;
  position: relative;
  display: block;
  margin:-270px auto 0;
}
.key_visual img.visual{
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translateY(-50%) translateX(-40%);
  transform: translateY(-50%) translateX(-40%);
}
.key_visual span{
  font-size: 14px;
  position: absolute;
  top:340px;
  left: 60%;
}
.key_visual img.commnt{
  width: 86px;
  position: absolute;
  left: 80%;
  top: -220px;
}
.welcome{
  background:#d2f898;
  margin:280px 0 0;
  padding: 100px 0;
}
.welcome p{
  text-align: center;
}
.come{
  position: relative;
  height:720px;
  overflow: auto;
  background-image:url(../img/come_meet.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.come .inner_c{
  position: relative;
  width:1200px;
  margin: 0 auto;
}
.come .contet{
  width:540px;
  position: absolute;
  right: 0;
  top:65px;
  padding: 0 20px;
  border-radius:3px;
  background:rgba(255,255,255,0.5);
}
.come dl{
  margin: 0 0 30px 0;
}
  .come dt{
  width: 67px;
  text-align: center;
  border:solid 2px #000 ;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight:500;
  margin: 0 0 10px 0;
}
.come em{
  font-size:140%;
  font-style: normal;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}
.come .c_red{
  color:#c70505;
}
  .come dd.memo{
    font-size:89%;
    padding:0 0 0 20px;
  }
.news{
  padding: 100px 0;
  background:#f8f8f8;
}
.news h3,
#photo h3,
.goods h3{
  width: 750px;
  margin: 0 auto;
  border-bottom: dashed 1px #dcdcdc;
  margin: 0 auto 40px auto;
  padding: 0 0 10px 0;
}
#photo h3{
  border-bottom: dashed 1px #000;
}
.news .inner{
  width:1000px;
  height: 480px;
  margin: 0 auto;
  padding: 20px 0;
  border-radius:5px;
  background:#fff;
}
.news .inner ul{
  width:750px;
  height: 255px;
  margin: 0 auto;
  overflow-y: scroll;
  padding: 0 10px 0 0px;
}
.news .inner li{
  font-size:95%;
  margin: 0 0 5px 0;
  padding: 8px 20px 8px;
  border-bottom:dotted 1px #dcdcdc;
}
.news .inner li i.fa-paw{
  margin:0 3px;
}
.news .inner li img{
  display: block;
  margin: 20px auto;
}
.news .inner li span{
  display:block;
}
#photo{
  background:#f1bb87;
  padding: 100px 0;
}
.scroll-container {
  scroll-behavior: smooth;
}
#photo .form_box{
  width:750px;
  margin: 0 auto;
  rgba(255,255,255,0.2)
}
#photo p,
#photo .notice{
  padding: 0 30px 0;
}
#photo p{
  font-size:130%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
}
#photo .end{
  text-align: center;
}
#photo .monitor{
  display: block;
  margin: 0 auto 20px;
}
#photo .notice a{
  text-decoration:underline;
}
#photo .step{
  margin: 20px auto;
}
#photo .step fieldset{
  border: solid 1px #000;
  padding: 10px 10px;
}
#photo input{
  width: 100%;
  height: 34px;
  border:2px solid rgba(0,0,0,0);
  padding: 6px 6px 6px 8px;
}
#photo #pet_photo{
  height: 100%;
}
#photo label input,
#photo label span{
  display: inline-block;
  vertical-align:middle;
}
#photo label input{
    width:20px;
}
#photo label span{
  height: 34px;
  line-height: 34px;
  margin:0 0 0 5px;
}
#photo .mail_form{
  display: flex;
  justify-content:space-between;
  margin: 50px 0 20px;
}
#photo .m_box{
  width:40%;
}
#photo .m_box dd{
  margin: 0 0 20px 0;
}
#photo .button_area input{
  width:35%;
  height: 40px;
  line-height: 40px;
  padding:0;
  text-align: center;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
#photo .reset{
  color:#fff;
  background:url(../img/icon_reset.svg) no-repeat 82% 50% #757575;
  background-size:24px;
  margin: 0 20px 0 0;
}
#photo .go{
  background: #000;
  color:#fff;
  background:url(../img/icon_send.svg) no-repeat 70% 50% #000;
  background-size:24px;
}
.c_white{
  color:#fff;
}
.goods{
  display: block;
  position: relative;
  z-index:20;
  padding: 100px 0;
}
.goods ul{
  display: flex;
  justify-content:space-between;
}
.goods ul:nth-of-type(1){
  margin: 0 0 30px;
}
.waiting{
  width: 100%;
  height:680px;
  margin: -200px 0 0 0;
  z-index:10;
  background-image:url(../img/waiting.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}
.waiting img.comment{
  width: 90px;
  position: absolute;
  top: 150px;
  left: 13%;
}
.sponsorship{
  margin: 20px 0 20px;
  background:#f8f8f8;
  padding: 20px 0;
}
.sponsorship .inner{
  text-align: center;
  font-size:85%;
}
footer{
  padding:30px 0 8px;
}
footer .inner{
  width:1000px;
  margin: 0 auto;
  display: flex;
}
footer .about{
  width: 80%;
  font-size:90%;
}
footer .about img,
footer .about div{
  display: inline-block;
  vertical-align:bottom;
}
footer .about div{
  margin-left:20px;
}
footer .right{
  width: 15%
}
.b_white{
  color: #69c0f7;
}
.star{
  color:#c70505;
}
footer .sns a{
  border:solid 1px #b9dff7;
  padding: 5px 5px;
  border-radius:20px;
  transition:0.5s;
  padding: 0 10px;
  font-size: 85%;
}
footer .sns a:hover{
  background:#b9dff7;
  border:solid 1px #69c0f7;
  opacity:1.0;
}
footer p.copyright{
  font-size:70%;
  width: 1200px;
  margin: 50px auto 0;
  text-align:center;
}
br.ps_no{
  display: none;
}
.pagetop {
  z-index:30;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    z-index:30;
    display: block;
    background:#CF5C36;
    opacity: 0.7;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    width:80px;
    height:80px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    position: relative;
}
.pagetop a span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#top .pagetop a:hover {
    display: block;
    background-color: #222;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    filter:alpha(opacity=50);
}

@media screen and (max-width:960px){
  .petya{
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  br.ps_no{
    display: block;
  }
  h2{
    font-size: 38px;
  }
  h3{
    font-size: 18px;
  }
  header,
  header p.shikoku,
  header #photo_link,
  .inner,
  header img,
  .key_visual,
  .come .inner_c,
  .news h3,
  #photo h3,
  .goods h3,
  .news .inner,
  .news .inner ul,
  #photo .form_box,
  footer .inner,
  footer p.copyright,
  footer .about,
  footer .right,
  #photo .button_area input{
    width:100%;
  }
  .a#photo_link span,
  .key_visual img.visual,
  .key_visual span,
  .come .contet,
  .waiting img.comment {
    position: static;
  }
  #photo .mail_form,
  #photo .button_area,
  .goods ul,
  footer .inner{
    display: block;
  }
  header img{
    width:50%;
    display: block;
    margin: 0 auto;
  }
  header .ticket{
    width:100%;
    text-align: center;
  }
  .key_visual{
    position: relative;
    margin: 0 auto;
  }
  .key_visual img.visual{
    width: 60%;
    display: block;
    margin: 0 auto;
    transform:none;
  }
  .key_visual img.commnt{
    top:0;
    left:80%;
  }
  .key_visual span{
    display: block;
    text-align: center;
    margin: 10px 0 0;
  }
  .welcome{
    margin: 30px 0 0;
  }
  .come{
    height: 100%
  }
  .come .contet{
    width:95%;
    margin: 20px auto 20px;
    padding: 20px 20px;
  }
  .news .inner li span{
    text-align: left;
  }
  .welcome,
  #photo,
  .news{
    padding:30px 10px;
  }
  #photo .m_box{
    width:90%;
    margin: 0 auto;
  }
  #photo .step{
    text-align: left;
  }
  #photo .button_area input{
    width: 90%;
    margin: 0 auto 20px ;
    display: block;
  }
  #photo .reset,
  #photo .go{
    background-position:75% 50%;
  }
  .goods ul:nth-of-type(1){
    margin: 0;
  }
  .goods li img{
    display: block;
    margin: 0 auto 20px;
  }
  footer .about img{
    display: block;
    margin:0 auto 20px;
  }
}

@media screen and (max-width:420px){

  }
