@charset "UTF-8";

/* ==========================================================================
 肉球アイコン
========================================================================== */
.nikukyu_icon {
  background: url("https://cdn1.n-kishou.co.jp/image/sp/road/nikukyu_icon.png");
  background-position: left top 18px;
  background-repeat: no-repeat;
  background-size:58px;
  min-height: 40px;
  padding-left: 50px;
}

.nikukyu_icon_s {
  padding-left: 50px;
}

@media screen and (min-width: 751px) {
  .nikukyu_icon {
    background-position: left top 6px;
    background-size: 32px;
    min-height: 25px;
    padding-left: 30px;
  }

 .nikukyu_icon_s {
  padding-left: 30px;
}
 
}

/* ==========================================================================
footer
========================================================================== */
.footer_fix_btn {
	width:100%;
	position:fixed;
	bottom:0;
	margin: 0 auto;
	justify-content: center;
	text-align:center;
	background-color: rgba(255, 2255, 255, 0.8);
	/*background-color: rgba(194, 221, 246, 0.8);
	opacity: 0;
	transition: opacity .5s;*/
	z-index: 100;
}
.footer_fix_btn_inner {
	display: flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:center;
	-moz-box-pack:center;
	-webkit-flex-pack:center;
	-moz-flex-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}
.footer_fix_btn .inner_btn{
	margin-right: 10px;
	width: 500px;
}
.footer_fix_btn .active{
	opacity: 1;
}
.footer_fix_btn a {
	text-decoration:none;
	align-items: center;
}
.footer_fix_btn a:hover {
	opacity:0.8;
}
.btn-cmn a,
.btn-cmn input, .btn-cmn span.inactive {
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #015db2;
}
.inner-btn .btn-free {
	width: 332px;
}
.catch_inner_btn {
	display: flex;
	justify-content: space-around;
}
.btn-cmn-catch a {
    display: inline-block;
    padding: 30px 50px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #015db2;
}
.fix_btn_exercise {
	width: 40%;
    text-align: center;
    margin: 0 auto;
	padding: 8px 25px 8px 25px;
    text-decoration: none;
    color: #015db2;
    border-radius: 40px;
    background: #d9f3ff;
    font-size: 24px;
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
    font-style: normal;
    font-weight: 700;
}
	
.fix_btn_user {
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding: 8px 25px 8px 25px;
	text-decoration: none;
	color: #015db2;
	border-radius: 40px;
	background: #ffba17cc;
	font-size: 24px;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
}
.fix_btn_register {
	width: 50%;
	text-align: center;
	margin: 0 auto;
	padding: 8px 25px 8px 25px;
	text-decoration: none;
	color: #015db2;
	border-radius: 40px;
	background: #ffba17cc;
	font-size: 24px;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
	font-weight: 700;
}

/*フッターの木の画像を下に*/
#foot .inner-foot .cmn-inner.season-footer:before, #foot .inner-foot .cmn-inner.season-footer:after {
  position: absolute;
  z-index: 0;
  display: block;
  content: "";
}
/* ==========================================================================
犬オレンジ吹き出し上の文字調整
========================================================================== */
.box{
	top:-10px;
	position: relative;
}
.top-left {
	width:607px;
	position: absolute;
	top:63px;
	left: 60px;
	color:#ffffff;
	line-height:50px;
}
 
.br-sp {
    display: block;
}

.br-pc{
	display: none;
}


@media screen and (min-width: 751px) {
.box{
	top:-10px;
	position: relative;
}
.top-left {
	width:550px;
	position: absolute;
	top:53px;
	left: 44px;
	color:#ffffff;
	line-height:27px;
}

.br-sp {
    display: none;
}

.br-pc {
    display: block;
}

}

/* ==========================================================================
吹き出し二行バージョン
========================================================================== */
.sub-sttl3-nigyou {
  color: #015db2;
  line-height: 1;
  font-size: 32px;
  margin-bottom: 8px; 
  font-weight:bold;}

.cmn-sttl3-nigyou {
  margin-bottom: 14px;
  color: #015db2;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1; }
  .cmn-sttl3-nigyou:after, .cmn-sttl3-nigyou:before {
    display: inline-block;
    content: "/";
    font-size: 34px;
    font-size: 3.4rem; }
  .cmn-sttl3-nigyou:before {
    margin-right: 15px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .cmn-sttl3-nigyou:after {
    margin-left: 15px; }


@media screen and (min-width: 751px) {
.sub-sttl3-nigyou {
  color: #015db2;
  line-height: 1;
  font-size: 2.2rem;
  margin-bottom: 8px; 
  font-weight:bold;}

  .cmn-sttl3-nigyou {
    font-size: 22px;
    font-size: 2.2rem; }
    .cmn-sttl3-nigyou:after, .cmn-sttl3-nigyou:before {
      font-size: 22px;
      font-size: 2.2rem; }
}

/* ==========================================================================
おさんぽ予報宣伝枠のグレー背景
========================================================================== */
.upApeal__content{
    border-radius: 10px;
    background: rgb(239, 239, 239);
    padding: 20px 30px; 
}

/* ==========================================================================
凡例テーブルに影
========================================================================== */
.wrap-tbl{
	box-shadow: 0 0 5px 0 #323232;
}

/* ==========================================================================
目次・白枠位置調整
========================================================================== */
.kankaku{
	margin-top:-92px;
}

.mokuji{
    position: relative;
    top:-18px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width: 751px) {
.mokuji{
    width:300px;
    position: relative;
    top:-35px;
    left: 315px;
}
}

/* ==========================================================================
イラスト画像の枠線
========================================================================== */
.wakusen{
	border:1px solid #bab8b8;
}

/* ==========================================================================
フッターの間隔調整
========================================================================== */
.cmn-sttl3{
	margin-bottom:-15px;
}


/* ==========================================================================
夏場以外のお散歩注意　枠
========================================================================== */
.upSteps {
	position: relative;
}
.upSteps__link {
	transition: 0.3s;
	width: 200px;
	font-size: 13px;
	font-weight: 700;
	padding: 12px 0 12px 12px;
	margin: 0 auto;
	border-radius: 5px;
	position: relative;
	background-color: #d9f3ff;
	color: #015db2;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
	font-style: normal;
}
.upSteps__link:hover{
	opacity: 0.7;
}
.upSteps__link a {
	text-decoration: none; 
}
.upSteps__link a::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	margin-top: 5px;
	border-width: 2px;
	border: 0;
	border-top: solid 4px #015db2;
	border-right: solid 4px #015db2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 15px;
}
.upSteps__list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.upSteps__list>div{
    /*コレ*/display: flex;
    /*コレ*/align-items: stretch;
}
.upSteps__item  {
	display: flex;
    flex-direction: column;
	width: calc(100% / 2);
	/*margin-right: 38px; */
	margin-bottom: 60px;
	/* border-radius: 10px;
	background: rgb(239, 239, 239);
	padding: 20px 30px; */
}
.upSteps__inner,
	.upApeal__inner {
	box-sizing: border-box;
	padding: 30px 30px;
	margin-bottom: 50px;
	background: #fff;
	border-radius: 10px;
}
.upSteps__stepTxt {
	width: 100px;
	background-color: #33ccff;
	color: #fff;
	border-radius: 104px;
	margin: 0 auto;
	padding: 7px 10px;
	text-align: center;
	line-height: 24px;
}
.upSteps__stepTxt {
	width: 100px;
	background-color: #33ccff;
	color: #fff;
	border-radius: 104px;
	margin: 0 auto;
	padding: 7px 10px;
	text-align: center;
	line-height: 24px;
}
.upSteps__contentTitle {
	text-align: center;
	margin: 20px 0;
}
.upSteps__detailTxt {
	text-align: center;
}
.upSteps_title {
	text-align: center;
	color: #015db2;
	font-weight: 700;
	font-size: 2.8rem;
	margin-bottom: 57px;
	line-height: 1.3em;
}
.upSteps__contentTitle {
	color: #015db2;
	font-size: 2rem;
	font-weight: 700;
}
.upSteps__contentTxt {
	padding: 4px;
	display: flex;
    flex-direction: column;
	flex-grow: 1;
}
.upSteps__detailTxt {
	width: 98%;
	text-align: center;
	margin: 0 auto;
	flex-grow: 1;
}
.upSteps__detailTxt__inner {
text-align: left;
}
.upSteps__contentInner{
	display: flex;
}
.upSteps__contentsImg{
	margin-right: 10px;
}
.upSteps__link{
	margin-top: 20px;
}
.upApeal__content{
    border-radius: 10px;
    background: rgb(239, 239, 239);
    padding: 20px 30px; 
}
.upSteps__contentImg {
	text-align: center;
	margin: 0 auto 20px;
}
.upSteps__contentImg img {
    width: 30%;
}

.upSteps__contentsTxt .btn_tide {
	margin-left: 20px;
	display: block;
}
.upApeal {
	margin-top: 50px;
	display: block;
}
.upApeal__contentButton {
	margin-top: 10px;
	display: block;
}
.btn-shadow.shadow08 > *,
.btn-shadow-menu.shadow08 > * {
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3), inset 0 -4px 0 2px rgba(0, 65, 171, 0.6);
}

.btn-shadow.shadow08 > *.hover, .btn-shadow.shadow08 > *.touch,
.btn-shadow-menu.shadow08 > *.hover, .btn-shadow-menu.shadow08 > *.touch {
  -ms-box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
  -o-box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
  box-shadow: inset 0 -1px 0 2px rgba(0, 65, 171, 0.6);
}
.ls02{
	letter-spacing: 0.02em;
}
.ls002{
letter-spacing: 0.002em;
}
.ls0025{
	letter-spacing: 0.025em;
}
/*.ls012{
letter-spacing: 0.12em;
}*/

  
@media screen and (max-width: 750px) {/* スクリーンサイズが750x以下の場合に適用 */
	.upSteps_title {
		font-size: 4.2rem;
	}
	.upSteps__contentTitle {
		font-size: 4rem;
	}
	.upSteps__item {
		width: 100%;
		border-radius: 10px;
        background: rgb(239, 239, 239);
        padding: 20px 30px;
	}
	.upSteps__contentInner {
		flex-direction: column;
	}
	.btn-cmn2 {
		display: block;
	}
	.upSteps__stepTxt {
		width: 70px;
		border-radius: 100px;
		padding: 35px 13px;
		line-height: 24px;
		font-weight: 700;
		font-size: 5rem;
	}
	.upSteps__contentsTxt.btn_tide {
		margin-left: 0px;
	}
	.upSteps__contentImg img {
		width: 70%;
	}
	.footer_fix_btn_inner {
		display:block;
		text-align: center;
	}
	.inner_btn{
		display:inline-block;
		text-align: center;
		margin: 0 auto;
	}
	
	.btn-cmn2 a {
		font-size: 3rem;
	}
	.catch_inner_btn {
		flex-direction: column;
	}
	.fix_btn_user {
		width: 80%;
		font-size: 2.4rem;
	}
	.fix_btn_exercise {
		width: 80%;
		font-size: 2.4rem;
	}
	.fix_btn_register {
		width: 80%;
		font-size: 2.4rem;
	}
}



/* ==========================================================================
丸い吹き出し
========================================================================== */
.balloon3-right-btm {
  position: absolute;
  margin:-110px 20px 20px -25px;
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-size: 25px;
  font-weight: bold;
  background: #ff8426;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3-right-btm:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -10px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 20px solid #ff8426;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.balloon3-right-btm p{
margin-top:40px;	
}

.mt100 {
  margin-top: 100px !important;
}

@media screen and (min-width: 751px) { /*PC*/
.balloon3-right-btm {
  position: absolute;
  margin:-60px 0px 0px 0px;
  display: inline-block;
  width: 125px;
  height: 125px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6","メイリオ", sans-serif;
  font-size: 21px;
  font-weight: bold;
  background: #ff8426;
  border-radius: 50%;
  box-sizing: border-box;
}

.balloon3-right-btm p{
  margin-top:35px;	
}

}

/* ==========================================================================
四角枠線
========================================================================== */
.box5 {
    padding: 0.5em 0.7em;
    border: double 10px #ff7c1f;
}
.box5 p {
    margin: 0; 
    padding: 0;
}