@charset "utf-8";
@import url("https://www.snakaranavi.net/blog/wp-content/plugins/wp-ulike/assets/css/wp-ulike.min.css?ver=4.6.7");
@import url("https://www.snakaranavi.net/blog/wp-content/uploads/wp-ulike/custom.css?ver=4.6.7");
.wpulike {
    display: inline-block;
    padding: 0;
}
.wpulike-heart .wp_ulike_general_class {
    box-shadow: none;
    border-radius: 0;
    padding: 5px 5px 0;
}
/*------------------------------------------------------------------*/
@media (max-width: 749px){
#tittle_box {
	background: url("../img/top_back-min.webp") no-repeat center center;
}}
@media (min-width: 750px){
#tittle_box {
	background: url("../img/top_back.webp") no-repeat center center;
}}

#tittle_box{
	background-size: cover;
	margin: 0 0 -180px;
	padding: 0 0 100px;
}
/*------------------------------------------------------------------*/
#top #tittle_box h1 {
    background: none;
    border: none;
    box-sizing: border-box;
    color: #FFF;
    font-size: 0.8rem;;
    font-weight: 100;
    -webkit-text-stroke: none;
    text-stroke: none;
    text-shadow: none;
    margin: 0px;
    padding: 2rem 0;
    width: 100%;
}
.scroll {
  padding-top: 70px;
  position: relative;
  text-align:center;
}

.scroll::before {
  animation: scroll 2.5s infinite;
  display: inline-block;
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  top: 110px;
  right: 0;
  left: 0;
  margin: auto;
  background:#fff;
}
@keyframes scroll {
  0% {
    transform:translateY(0px);
    opacity: 0;
  }
  
  40% {
    opacity: 1;
  }
  
  80% {
    transform:translateY(30px);
    opacity: 0;
  }
  
  100% {
    opacity: 0;
  }
  
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.scroll2 {
  padding-top: 70px;
  position: relative;
  text-align:center;
}

.scroll2::before {
  animation: scroll2 2.5s infinite;
  display: inline-block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(-45deg);
  top: -30px;
  right: 0;
  left: 0;
  margin: auto;
}
@keyframes scroll2 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  
  40% {
    opacity: 1;
  }
  
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
    opacity: 0;
  }
  
  100% {
    opacity: 0;
  }
  
}
/*------------------------------------------------------------------*/
#btn_box{
	width:780px;
}
#btn_box .link_btn{
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .5);
    border-radius: 16px;
	height:379px;
	width:180px;
}
#tittle_topicks{
	height:94px;
	width:568px;
}
#tittle_toha{
	height:95px;
	width:567px;
}
#copy_toha{
	height:98px;
	width:588px;
}
#tittle_notes{
	height:49px;
	width:554px;
}
@media only screen and (max-width: 750px) {
#btn_box .link_btn{
    border-radius: 10px;
	height:233px;
	width:111px;
}
#tittle_topicks{
	height:59px;
	width:355px;
}
#tittle_toha{
	height:52px;
	width:311px;
}
#copy_toha{
	height:52px;
	width:311px;
}
#tittle_notes{
	height:22px;
	width:245px;
}
}
/*------------------------------------------------------------------*/
@media (max-width: 749px){
#new_shop_area #new_shop_box {
	background: url("../img/middle_back-min.webp") no-repeat center center;
}}
@media (min-width: 750px){
#new_shop_area #new_shop_box {
	background: url("../img/middle_back.webp") no-repeat center center;
}}

#new_shop_area {
	background: #4f2790;
	padding:80px 0;
}
#new_shop_area #new_shop_box{
	background-size: cover;
}
/*------------------------------------------------------------------*/
#new_shop_box a{
	text-decoration: none;
}
#new_shop_box .shop_box {
	border: 0.15rem solid #fff;
	border-radius: 1rem;
	display: flex;
    flex-direction: column;
	height:220px;
	justify-content: space-between;
	margin:10px 0;
	width:220px;
}
@media only screen and (max-width: 750px) {
#new_shop_box .shop_box {
	margin:10px;
    margin: 10px 0;
    width: 160px;
}
}
#new_shop_box .shop_data{
	background: rgba(0,0,0,0.5);
	border-radius: 0.8rem 0.8rem 0 0;
	color:#fff;
	font-size: 0.8rem;
	height: 100%;
	padding:0.7rem;
	position: relative;
}
#new_shop_box .shop_data0{
	border-radius: 0.8rem ;
}
#new_shop_box .shop_data li.badge {
	left: 0;
	line-height: 1;
	margin: 0;
	padding:0;
	position: absolute;
	top: 0;
}

#new_shop_box .shop_data li{
	padding:0.5rem;
}
#new_shop_box .tag {
    background: rgba(255,255,255,0.8);
	border-radius: 0 0 0.8rem 0.8rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 0.8rem;
	height: 5rem;
	overflow: hidden;
	padding: 2px 0;
	text-align:justify;
}
#new_shop_box .notag {
    background: rgba(0,0,0,0.5);
    border-radius: 0 0 0.8rem 0.8rem;
	height: 1rem;
}
#new_shop_box .shop_name{
	font-size: 1rem;
	font-weight: bold;
}
#new_shop_box .shop_name p{
	padding: 0;
}
/*------------------------------------------------------------------*/
#topics_box .topics{
	background: #ffffff;
	border: 0.1rem solid #004a79;
	border-radius: 0.8rem;
	box-shadow: 6px 6px 0px 0 #004a79;
	padding:20px;
	margin: 20px;
	max-width:420px;
}
#topics_box .topics_img_box {
    margin: 0 0 10px;
}
#topics_box .topics img{
}
#topics_box a{
	text-decoration: none;
}
#topics_box .topics_tittle a{
	color:#ec6f6b;
	font-size: 1.2rem;
	font-weight: bold;
	padding:10px 0 0;
	text-align: left;
}
#topics_box .topics_date{
	color:#888888;
	font-size: 0.8rem;
	font-weight: bold;
	text-align: right;
}
#topics_box .topics_read{
	color:#888888;
	font-size: 0.8rem;
	text-align: left;
}
.cat-links, .edit-link, .tags-links {
    font-size: 12px;
    padding: 10px 2px 0;
    vertical-align: -webkit-baseline-middle;
}
.cat-links a {
    background: #ec6f6b;
    border-radius: 4px;
    color: #fff;
    padding: 2px 6px;
}
.tags-links a {
    background: #4b0082;
    border-radius: 4px;
    color: #fff;
    padding: 2px 6px;
}
/*------------------------------------------------------------------*/
#toha_box{
	background: #ffffff;
	border: 0.8rem solid #004a79;
	border-radius: 2rem;
	color:#2c596f;
	font-family: "wanpaku-rera", sans-serif;
	font-weight: 100;
	font-style: normal;
	max-width: 900px;
	width:100%;
}
#toha_box h2:after {
    background-color: #2c596f;
    border-radius: 0.2rem;
    content: "";
    display: block;
    height: 0.4rem; 
}
#toha_box #notes_box{
	background: #fffecf;
	border: 0.1rem solid #004a79;
	color:#2c596f;
}
#toha_box #notes_box li{
	line-height: 2rem;
	list-style-type: decimal;
}
#toha_box ol {
/*	padding:0px 40px 40px;*/
}
/*------------------------------------------------------------------*/
#link_box .old_cam_img {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    border-radius: 20px;
}
